.landing{--lp-bg: #f4f7f6;--lp-surface: #ffffff;--lp-ink: #15241f;--lp-muted: #52625d;--lp-line: #d6e0dc;--lp-teal: #0e6b64;--lp-teal-soft: #cfe7e3;--lp-leaf: #5e9e73;--lp-amber: #d99a2b;min-height:100vh;background:var(--lp-bg);color:var(--lp-ink);font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:17px;line-height:1.6;padding:0 clamp(20px,5vw,64px)}.landing a:focus-visible{outline:3px solid var(--lp-teal);outline-offset:3px}.lp-header{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:24px 0}.lp-wordmark{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--lp-ink);text-decoration:none}.lp-wordmark span{font-weight:400}.lp-link{color:var(--lp-teal);font-weight:600;text-decoration:none}.lp-link:hover{text-decoration:underline}.lp-hero{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(24px,5vw,72px);align-items:center;padding:clamp(32px,7vw,96px) 0 clamp(48px,8vw,112px)}.lp-hero h1{font-size:clamp(34px,4.8vw,58px);line-height:1.08;font-weight:800;letter-spacing:-.03em;margin:0 0 22px;max-width:15ch}.lp-hero p{color:var(--lp-muted);max-width:52ch;margin:0 0 32px}.lp-actions{display:flex;flex-wrap:wrap;gap:12px}.lp-btn{display:inline-block;padding:13px 22px;border-radius:10px;border:1.5px solid var(--lp-ink);color:var(--lp-ink);font-weight:700;font-size:15px;text-decoration:none}.lp-btn:hover{background:var(--lp-surface)}.lp-btn-primary{background:var(--lp-teal);border-color:var(--lp-teal);color:#fff}.lp-btn-primary:hover{background:#0b5a54}.hero-beaker{width:100%;max-width:340px;justify-self:center}.beaker-glass{fill:none;stroke:var(--lp-ink);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.beaker-liquid{fill:var(--lp-teal-soft)}.vortex ellipse{fill:none;stroke:var(--lp-teal);stroke-width:2.5;stroke-dasharray:26 14;opacity:.75}.stir-bar{fill:var(--lp-ink)}.stir-bar-spin{transform-box:fill-box;transform-origin:center}.beaker-base{fill:var(--lp-ink)}.beaker-led{fill:var(--lp-leaf)}@media (prefers-reduced-motion: no-preference){.stir-bar-spin{animation:bar-spin .9s linear infinite}.vortex ellipse{animation:vortex-flow 1.2s linear infinite}.vortex ellipse:nth-child(2){animation-duration:.9s}.vortex ellipse:nth-child(3){animation-duration:.6s}}@keyframes bar-spin{0%,to{transform:scaleX(1)}50%{transform:scaleX(.18)}}@keyframes vortex-flow{to{stroke-dashoffset:-80}}.lp-products,.lp-upcoming{max-width:1120px;margin:0 auto}.lp-products h2,.lp-upcoming h2{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.lp-product{display:grid;grid-template-columns:240px 1fr;gap:clamp(24px,5vw,64px);align-items:start;padding:44px 0;border-top:1px solid var(--lp-line)}.lp-product.is-reversed{grid-template-columns:1fr 240px}.lp-product.is-reversed .lp-product-art{order:2}.lp-product-art{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:24px;aspect-ratio:1;display:grid;place-items:center}.lp-product-art svg,.lp-upcoming-art svg{width:58%;fill:none;stroke:var(--lp-teal);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.lp-product-art svg .fill,.lp-upcoming-art svg .fill{fill:var(--lp-teal);stroke:none}.lp-product-body h3{font-size:26px;font-weight:800;letter-spacing:-.02em;margin:0}.lp-product-kind{color:var(--lp-teal);font-weight:600;margin:2px 0 14px}.lp-product-body>p:not(.lp-product-kind){color:var(--lp-muted);max-width:60ch;margin:0 0 18px}.lp-product-body ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.lp-product-body li{position:relative;padding-left:22px;max-width:60ch}.lp-product-body li:before{content:"";position:absolute;left:0;top:.65em;width:9px;height:9px;border-radius:50%;border:2px solid var(--lp-leaf)}.lp-upcoming{padding:56px 0 72px;border-top:1px solid var(--lp-line)}.lp-upcoming h2{margin-bottom:28px}.lp-upcoming-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}.lp-upcoming-item{display:flex;gap:20px;align-items:flex-start}.lp-upcoming-art{flex-shrink:0;width:96px;height:96px;border:1.5px dashed var(--lp-line);border-radius:20px;display:grid;place-items:center}.lp-upcoming-art svg{stroke:var(--lp-muted)}.lp-upcoming-item h3{font-size:20px;font-weight:700;margin:0}.lp-status{display:flex;align-items:center;gap:7px;color:#9a6a12;font-size:14px;font-weight:600;margin:2px 0 8px}.lp-status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lp-amber)}.lp-upcoming-item p:not(.lp-status){color:var(--lp-muted);margin:0;max-width:44ch}.lp-footer{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;gap:16px;padding:28px 0 40px;border-top:1px solid var(--lp-line);color:var(--lp-muted);font-size:14px}.lp-footer a{color:var(--lp-teal);font-weight:600}@media (max-width: 760px){.lp-hero{grid-template-columns:1fr}.hero-beaker{max-width:240px;grid-row:1}.lp-product,.lp-product.is-reversed{grid-template-columns:1fr}.lp-product-art,.lp-product.is-reversed .lp-product-art{order:0;max-width:180px}}.lp-product-art.has-photo,.lp-upcoming-art.has-photo{overflow:hidden;border-style:solid}.lp-product-art.has-photo img,.lp-upcoming-art.has-photo img{width:100%;height:100%;object-fit:cover;display:block}.lp-contact{max-width:1120px;margin:0 auto;padding:56px 0 72px;border-top:1px solid var(--lp-line)}.lp-contact h2{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 20px}.lp-contact-links{display:flex;flex-wrap:wrap;gap:12px}.lp-loading{min-height:100vh}@media (max-width: 760px){.lp-product-art.has-photo,.lp-product.is-reversed .lp-product-art.has-photo{max-width:100%;aspect-ratio:4 / 3}}:root{--bg: #14171c;--surface: #1c2128;--surface-raised: #232932;--border: #2a2f38;--text: #e8eaed;--text-dim: #8b93a1;--text-faint: #5b6472;--accent: #4fd1c5;--accent-dim: #2f6e68;--warn: #e8935b;--warn-dim: #7a5237;--danger: #e5626b;--danger-dim: #7a3236;--radius: 6px;--font-ui: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "SF Mono", monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select{font-family:inherit;font-size:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mono{font-family:var(--font-mono)}.login-screen{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:380px}.login-mark{display:flex;align-items:center;gap:10px;margin-bottom:28px}.login-mark-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.login-mark-label{font-family:var(--font-mono);font-size:13px;color:var(--text-dim);letter-spacing:.02em}.login-card h1{font-size:26px;font-weight:600;margin:0 0 6px}.login-card p.sub{color:var(--text-dim);margin:0 0 28px;font-size:14px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;color:var(--text-dim);margin-bottom:6px}.field input{width:100%;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text)}.field input:focus{border-color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:500;font-size:14px;transition:border-color .15s ease}.btn:hover{border-color:var(--text-faint)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#0b1210;width:100%;padding:11px 16px}.btn-primary:hover{background:#62d9cf;border-color:#62d9cf}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-danger{color:var(--danger);border-color:var(--danger-dim)}.btn-danger:hover{background:#e5626b14;border-color:var(--danger)}.btn-sm{padding:6px 10px;font-size:13px}.error-banner{background:#e5626b1a;border:1px solid var(--danger-dim);color:var(--danger);padding:10px 12px;border-radius:var(--radius);font-size:13px;margin-bottom:16px}.hint{font-size:12.5px;color:var(--text-faint);margin-top:6px;line-height:1.5}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100%}.sidebar{border-right:1px solid var(--border);padding:20px 18px;display:flex;flex-direction:column}.sidebar-mark{display:flex;align-items:center;gap:10px;margin-bottom:32px;padding:0 2px}.sidebar-user{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;margin-bottom:8px}.sidebar-user .name{font-weight:600;font-size:14px}.sidebar-user .role{display:inline-block;margin-top:6px;font-family:var(--font-mono);font-size:11px;letter-spacing:.02em;padding:2px 7px;border-radius:4px;background:var(--accent-dim);color:var(--accent)}.sidebar-user .role.role-user{background:var(--surface-raised);color:var(--text-dim)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;margin-top:4px}.nav-link{text-align:left;padding:8px 10px;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--text-dim);font-size:13.5px}.nav-link:hover{color:var(--text)}.nav-link.active{background:var(--surface);border-color:var(--border);color:var(--text)}.sidebar-spacer{flex:1}.main{padding:28px 32px;overflow-y:auto}.main-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.main-header h1{font-size:22px;font-weight:600;margin:0 0 4px}.main-header p{color:var(--text-dim);margin:0;font-size:14px}.device-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.device-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--text-faint);border-radius:var(--radius);padding:16px}.device-card.status-online{border-left-color:var(--accent)}.device-card.status-offline{border-left-color:var(--warn)}.device-card-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.device-icon{width:34px;height:34px;border-radius:7px;background:var(--surface-raised);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dim)}.device-card.status-online .device-icon{color:var(--accent)}.device-title{flex:1;min-width:0}.device-title .name{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-title .meta{font-size:12.5px;color:var(--text-dim);margin-top:2px}.status-pill{font-family:var(--font-mono);font-size:11px;padding:2px 8px;border-radius:10px;white-space:nowrap}.status-pill.status-online{background:var(--accent-dim);color:var(--accent)}.status-pill.status-offline{background:var(--warn-dim);color:var(--warn)}.device-detail{font-size:13px;color:var(--text-dim);margin-bottom:12px}.device-detail .key-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid var(--border)}.device-detail .key-row:last-child{border-bottom:none}.device-detail .key-row .k{color:var(--text-faint)}.device-detail .key-row .v{font-family:var(--font-mono);font-size:12px;color:var(--text)}.access-badge{display:inline-block;font-family:var(--font-mono);font-size:11px;color:var(--text-dim);border:1px solid var(--border);padding:2px 7px;border-radius:4px;margin-bottom:12px}.device-actions{display:flex;gap:8px;flex-wrap:wrap}.edit-form{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.edit-form input{padding:8px 10px;background:var(--bg);border:1px solid var(--border);border-radius:5px;color:var(--text);font-size:13px}.edit-form-actions{display:flex;gap:8px}.empty-state{border:1px dashed var(--border);border-radius:var(--radius);padding:40px 24px;text-align:center;color:var(--text-dim)}.empty-state p{margin:0;font-size:14px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0c0f99;display:flex;align-items:center;justify-content:center;padding:20px;z-index:10}.modal{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:22px;width:100%;max-width:400px}.modal h2{font-size:16px;margin:0 0 4px}.modal p.sub{color:var(--text-dim);font-size:13px;margin:0 0 18px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.select-wrap select{width:100%;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text)}.loading-line{color:var(--text-faint);font-size:13px;font-family:var(--font-mono)}.inline-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:20px}.inline-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.inline-form .field{margin-bottom:0}.user-table{width:100%;border-collapse:collapse;font-size:13.5px}.user-table th{text-align:left;color:var(--text-faint);font-weight:500;font-size:12px;padding:8px 10px;border-bottom:1px solid var(--border)}.user-table td{padding:10px;border-bottom:1px solid var(--border);vertical-align:middle}.user-table tr:last-child td{border-bottom:none}.id-cell{font-size:12px;color:var(--text-dim)}.role-tag{font-family:var(--font-mono);font-size:11px;padding:2px 8px;border-radius:10px;background:var(--surface-raised);color:var(--text-dim)}.role-tag.role-admin{background:var(--accent-dim);color:var(--accent)}.you-tag{margin-left:6px;font-size:11px;color:var(--text-faint)}.device-control{margin-bottom:12px}.toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface-raised);color:var(--text-dim);font-size:13px;font-weight:500}.toggle-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-dot{width:8px;height:8px;border-radius:50%;background:var(--text-faint)}.toggle-btn.is-on{border-color:var(--accent-dim);color:var(--accent);background:#4fd1c514}.toggle-btn.is-on .toggle-dot{background:var(--accent);box-shadow:0 0 8px var(--accent)}.reading{display:flex;align-items:baseline;gap:4px}.reading-value{font-family:var(--font-mono);font-size:28px;font-weight:600;color:var(--text)}.reading-unit{font-size:14px;color:var(--text-dim)}.reading-sub{font-size:12.5px;color:var(--text-faint);margin-top:2px}.raw-metadata{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:8px;margin:0;overflow-x:auto}.modal-wide{max-width:680px}.modal-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.range-select{padding:6px 10px;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:12.5px;flex-shrink:0}.chart-block{margin-bottom:20px}.chart-block-title{font-size:12.5px;color:var(--text-dim);margin-bottom:6px;font-weight:500}.chart-empty{color:var(--text-faint);font-size:13px;padding:24px 0;text-align:center}.trend-chart{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.trend-chart-header{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.trend-chart-latest{font-family:var(--font-mono);font-size:20px;font-weight:600;color:var(--text)}.trend-chart-latest-label{font-size:11.5px;color:var(--text-faint)}.trend-chart-svg{width:100%;height:auto;display:block}.trend-chart-gridline{stroke:var(--border);stroke-width:1}.trend-chart-axis-label{font-family:var(--font-mono);font-size:10px;fill:var(--text-faint)}.trend-chart-area{opacity:.12}.trend-chart-line{stroke-width:2}.sidebar-mark-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.alert-bell-wrap{position:relative}.alert-bell-btn{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-dim)}.alert-bell-btn:hover{color:var(--text)}.alert-bell-badge{position:absolute;top:-5px;right:-5px;min-width:16px;height:16px;padding:0 3px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono)}.alert-panel{position:absolute;top:36px;left:-8px;width:300px;max-height:380px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #00000059;z-index:20}.alert-panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px;font-weight:600}.alert-panel-close{background:none;border:none;color:var(--text-dim);font-size:18px;line-height:1;padding:0}.alert-panel-empty{padding:18px 12px;font-size:12.5px;color:var(--text-faint);text-align:center}.alert-panel-list{list-style:none;margin:0;padding:0}.alert-panel-item{padding:10px 12px;border-bottom:1px solid var(--border)}.alert-panel-item:last-child{border-bottom:none}.alert-panel-item-top{display:flex;justify-content:space-between;gap:8px;margin-bottom:3px}.alert-panel-device{font-size:12.5px;font-weight:600;color:var(--text)}.alert-panel-time{font-size:10.5px;color:var(--text-faint);font-family:var(--font-mono);white-space:nowrap}.alert-panel-message{font-size:12px;color:var(--text-dim);line-height:1.4}.rule-list{list-style:none;margin:0 0 16px;padding:0}.rule-list-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:var(--bg);border:1px solid var(--border);border-radius:6px;margin-bottom:6px;font-size:13px}.rule-form{border-top:1px solid var(--border);padding-top:14px}.audit-list{list-style:none;margin:0;padding:0;max-height:400px;overflow-y:auto}.audit-list-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.audit-list-item:last-child{border-bottom:none}.audit-dot{width:8px;height:8px;border-radius:50%;background:var(--text-faint);margin-top:5px;flex-shrink:0}.audit-dot-command_sent{background:var(--accent)}.audit-dot-status_update{background:var(--warn)}.audit-list-desc{font-size:13px;color:var(--text)}.audit-list-time{font-size:11.5px;color:var(--text-faint);font-family:var(--font-mono);margin-top:2px}.live-indicator{display:flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:11.5px;color:var(--warn);padding:2px 4px 12px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--warn)}.live-indicator.is-live{color:var(--accent)}.live-indicator.is-live .live-dot{background:var(--accent);box-shadow:0 0 8px var(--accent);animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.live-indicator.is-live .live-dot{animation:none}}.stir-control{margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.stir-main{display:flex;align-items:center;gap:14px}.stir-knob{width:108px;height:108px;flex-shrink:0;cursor:grab;touch-action:none;border-radius:50%}.stir-knob:active{cursor:grabbing}.stir-knob.is-disabled{cursor:not-allowed;opacity:.45}.stir-knob-track{fill:none;stroke:var(--border);stroke-width:6;stroke-linecap:round}.stir-knob-fill{fill:none;stroke:var(--accent);stroke-width:6;stroke-linecap:round}.stir-knob-body{fill:var(--surface-raised);stroke:var(--border);stroke-width:1}.stir-knob-pointer{stroke:var(--text);stroke-width:3;stroke-linecap:round}.stir-knob-hub{fill:var(--text-dim)}.stir-readout{min-width:0}.stir-target{display:flex;align-items:baseline;gap:5px}.stir-target-value{font-family:var(--font-mono);font-size:30px;font-weight:600;font-variant-numeric:tabular-nums}.stir-target-unit{font-size:13px;color:var(--text-dim)}.stir-state{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-dim);margin-top:2px}.stir-state-dot{width:7px;height:7px;border-radius:50%;background:var(--text-faint)}.stir-state.is-running{color:var(--accent)}.stir-state.is-running .stir-state-dot{background:var(--accent);box-shadow:0 0 8px var(--accent)}.stir-row{display:flex;gap:8px}.stir-row>*{flex:1}.stir-power{padding:8px 12px;border-radius:var(--radius);border:1px solid var(--accent-dim);background:#4fd1c514;color:var(--accent);font-weight:600;font-size:13.5px}.stir-power.is-running{border-color:var(--danger-dim);background:#e5626b14;color:var(--danger)}.stir-power:disabled,.stir-preset:disabled{opacity:.45;cursor:not-allowed}.stir-preset{display:flex;flex-direction:column;align-items:center;gap:1px;padding:6px 4px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-raised);color:var(--text-dim);font-size:12px;font-weight:600}.stir-preset span{font-family:var(--font-mono);font-size:11px;font-weight:400;color:var(--text-faint)}.stir-preset.is-active{border-color:var(--accent-dim);color:var(--accent)}.stir-input{display:flex;gap:8px}.stir-input input{flex:1;min-width:0;padding:7px 10px;background:var(--bg);border:1px solid var(--border);border-radius:5px;color:var(--text);font-size:13px}.sidebar-home-link{display:block;text-decoration:none;margin-bottom:8px}.sidebar-top-actions{display:flex;align-items:center;gap:8px}.sidebar-body{display:flex;flex-direction:column;flex:1}.sidebar-mark-row .sidebar-mark{margin-bottom:0}.menu-toggle,.live-compact{display:none}.menu-toggle{align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.live-compact{align-items:center;justify-content:center;width:20px;height:36px}.live-compact .live-dot{background:var(--warn)}.live-compact.is-live .live-dot{background:var(--accent);box-shadow:0 0 8px var(--accent);animation:live-pulse 2s ease-in-out infinite}@media (max-width: 768px){.app-shell{display:block}.sidebar{position:sticky;top:0;z-index:30;background:var(--bg);border-right:none;border-bottom:1px solid var(--border);padding:10px 14px;padding-top:calc(10px + env(safe-area-inset-top,0px))}.sidebar-mark-row{margin-bottom:0}.menu-toggle,.live-compact{display:flex}.alert-bell-btn{width:36px;height:36px}.sidebar-body{display:none;padding-top:14px}.sidebar.is-open .sidebar-body{display:flex}.sidebar-body .live-indicator,.sidebar-spacer{display:none}.nav-link{padding:12px 10px;font-size:15px}.sidebar-body .btn{margin-top:8px;padding:10px 16px}.alert-panel{position:fixed;top:calc(58px + env(safe-area-inset-top,0px));left:12px;right:12px;width:auto;max-height:70vh}.main{padding:16px;overflow-y:visible}.main-header{flex-wrap:wrap;margin-bottom:16px}.main-header h1{font-size:19px}.device-grid{grid-template-columns:1fr}.modal-backdrop{padding:12px}.modal{max-height:88vh;overflow-y:auto;padding:18px}.modal-header-row{flex-wrap:wrap}.user-table{display:block;overflow-x:auto;white-space:nowrap}.inline-form-row{grid-template-columns:1fr}}.field textarea{width:100%;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:14px;line-height:1.5;resize:vertical}.field textarea:focus{border-color:var(--accent)}.homepage-editor{max-width:760px}.editor-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 14px;margin:0 0 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.editor-bar-status{font-size:13px;color:var(--text-dim);display:flex;align-items:center;gap:8px}.editor-bar-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}.editor-bar.is-dirty{border-color:var(--warn-dim)}.editor-bar.is-dirty .editor-bar-status{color:var(--warn)}.editor-bar.is-dirty .editor-bar-status:before{background:var(--warn)}.editor-bar-actions{display:flex;gap:8px}.editor-bar-actions .btn{text-decoration:none}.editor-save{width:auto;min-width:90px}.notice-banner{background:#4fd1c514;border:1px solid var(--accent-dim);color:var(--accent);padding:10px 12px;border-radius:var(--radius);font-size:13px;margin-bottom:16px}.editor-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:16px}.editor-section h2{font-size:16px;margin:0 0 14px}.editor-section>.hint{margin:-6px 0 14px}.editor-required{color:var(--text-faint);font-size:12px}.editor-field-foot{display:flex;justify-content:space-between;gap:12px;margin-top:4px}.editor-field-foot .hint{margin-top:0}.editor-counter{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);margin-left:auto}.editor-counter.is-near{color:var(--warn)}.product-editor{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);margin-bottom:10px}.product-editor summary{cursor:pointer;padding:12px 14px;display:flex;align-items:center;gap:10px;list-style:none}.product-editor summary::-webkit-details-marker{display:none}.product-editor summary:before{content:"▸";color:var(--text-faint);transition:transform .15s ease}.product-editor[open] summary:before{transform:rotate(90deg)}.product-editor-name{font-weight:600}.editor-badge{font-family:var(--font-mono);font-size:11px;padding:2px 8px;border-radius:10px;background:var(--warn-dim);color:var(--warn);margin-left:8px}.editor-badge.is-live{background:var(--accent-dim);color:var(--accent)}.product-editor-body{padding:4px 14px 14px;border-top:1px solid var(--border)}.product-editor-body .field{margin-top:12px}.product-editor-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.editor-checkbox{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:14px;cursor:pointer}.editor-checkbox input{width:16px;height:16px;accent-color:var(--accent)}.image-picker{display:flex;gap:14px;margin-top:14px;align-items:flex-start}.image-picker-preview{width:112px;height:112px;flex-shrink:0;border-radius:10px;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;overflow:hidden}.image-picker-preview img{width:100%;height:100%;object-fit:cover}.image-picker-preview svg{width:62%;fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.image-picker-preview svg .fill{fill:var(--accent);stroke:none}.image-picker-controls{flex:1;min-width:0}.image-picker-buttons{display:flex;flex-wrap:wrap;gap:8px}.editor-illustration{margin-top:10px;margin-bottom:0}.image-picker .error-banner{margin:8px 0 0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-height:55vh;overflow-y:auto}.gallery-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg)}.gallery-thumb{display:block;width:100%;aspect-ratio:1;padding:0;border:none;background:var(--surface)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{outline:2px solid var(--accent);outline-offset:-2px}.gallery-meta{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;font-size:11px;font-family:var(--font-mono);color:var(--text-faint)}.revision-list{list-style:none;margin:0;padding:0}.revision-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13.5px}.revision-list li:last-child{border-bottom:none}.revision-user{color:var(--text-faint)}@media (max-width: 768px){.editor-bar{top:calc(57px + env(safe-area-inset-top,0px))}.editor-bar-actions{width:100%}.editor-bar-actions .btn{flex:1}.image-picker{flex-direction:column}.image-picker-preview{width:100%;height:auto;aspect-ratio:4 / 3}.image-picker-preview svg{width:36%}.editor-section{padding:14px}}.auth-link{color:var(--accent);text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-link-btn{display:inline-flex;text-decoration:none;margin-top:8px}.login-forgot-row{display:flex;justify-content:flex-end;margin:-8px 0 16px;font-size:13px}.copy-field{display:flex;gap:8px}.copy-field input{flex:1;min-width:0}.copy-field .btn{flex-shrink:0}
