*{box-sizing:border-box}:root{color-scheme:light;--ink:#141414;--ink-strong:#050505;--muted:#707070;--muted-strong:#4d4d4d;--line:#d9d7d0;--line-strong:#b9b5aa;--surface:#ffffff;--surface-soft:#f3f2ef;--surface-alt:#ebe9e3;--surface-warm:#f7f3ea;--accent:#d84a3a;--accent-strong:#a93226;--blue:#315f9f;--blue-soft:#e7edf7;--green:#28845d;--green-soft:#e5f1ec;--amber:#a56922;--amber-soft:#f7ecd9;--red:#cf2f25;--red-soft:#fbe8e6;--shadow-sm:0 1px 2px rgba(20,20,20,0.08);--shadow-md:0 16px 48px rgba(20,20,20,0.12);--shadow-lg:0 32px 96px rgba(0,0,0,0.24);--radius-sm:6px;--radius-md:8px}html{min-height:100%;scroll-behavior:smooth;overflow-x:clip}body{min-height:100vh;margin:0;background:#ffffff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-tap-highlight-color:transparent}[contenteditable=true],input,select,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}button,input,select,textarea{font:inherit}a,button{transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease}button{-webkit-tap-highlight-color:transparent}button:active{transform:translateY(1px)}a{color:inherit;text-decoration:none}video{display:block}@media (max-width:768px){.time-window-picker--player{top:auto!important;bottom:94px}.time-window-picker--player .time-window-picker__menu{top:auto!important;bottom:calc(100% + 6px)!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#efeee9}::-webkit-scrollbar-thumb{background:#bfbab0;border:2px solid #efeee9;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9d978d}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(0,0,0,.07)}.site-header__inner{width:100%;height:56px;padding:0 clamp(1.25rem,4vw,2.75rem);display:flex;align-items:center;justify-content:space-between;gap:1.75rem}.console-brand{min-width:0;display:inline-flex;align-items:center;color:var(--ink)}.console-brand__logo{height:36px;width:auto;display:block}.console-tabs{align-self:stretch;display:flex;align-items:stretch;gap:4px}.console-tabs a{position:relative;display:inline-flex;align-items:center;padding:0 13px;color:var(--muted-strong);font-size:.76rem;font-weight:700;white-space:nowrap}.console-tabs a:after{content:"";position:absolute;right:12px;bottom:-1px;left:12px;height:2px;border-radius:2px 2px 0 0;background:transparent}.console-tabs a.is-active,.console-tabs a:hover{color:var(--ink-strong)}.console-tabs a.is-active:after{background:#3f5fe8}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:720;color:#f3f2ef;letter-spacing:0;white-space:nowrap}.brand-mark{width:32px;height:32px;border-radius:var(--radius-sm);background:#f3f2ef;color:#050505;display:grid;place-items:center;font-size:16px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(5,5,5,.18)}.brand-wordmark{font-size:18px}.nav-links{display:flex;align-items:center;gap:26px;color:rgba(243,242,239,.68);font-size:12px;font-weight:720;text-transform:uppercase;letter-spacing:.08em}.nav-links a:hover{color:#ffffff}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-sm);border:1px solid transparent;padding:10px 16px;cursor:pointer;font-size:14px;font-weight:680;white-space:nowrap}.btn svg{flex:0 0 auto}.btn-icon{width:40px;padding:10px}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-2px);z-index:50;padding:6px 10px;border-radius:var(--radius-sm);background:var(--ink-strong);color:#fff;font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}[data-tooltip]:focus-visible:after,[data-tooltip]:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.console-toolbar [data-tooltip]:after,.site-header [data-tooltip]:after{left:auto;right:0;transform:translateX(0) translateY(-2px)}.console-toolbar [data-tooltip]:focus-visible:after,.console-toolbar [data-tooltip]:hover:after,.site-header [data-tooltip]:focus-visible:after,.site-header [data-tooltip]:hover:after{transform:translateX(0) translateY(0)}[data-tooltip][data-tooltip-disabled]:focus-visible:after,[data-tooltip][data-tooltip-disabled]:hover:after{opacity:0}.btn:disabled{cursor:not-allowed;opacity:.62;transform:none}.btn-primary{background:var(--ink);color:white;border-color:var(--ink);box-shadow:0 10px 24px rgba(5,5,5,.16)}.btn-primary:hover{background:#000;border-color:#000;transform:translateY(-1px)}.btn-accent{background:var(--accent);color:white;border-color:var(--accent);box-shadow:0 10px 22px rgba(216,74,58,.22)}.btn-accent:hover{background:var(--accent-strong);border-color:var(--accent-strong);transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--line-strong);box-shadow:0 8px 18px rgba(15,23,42,.08);transform:translateY(-1px)}.btn-ghost{background:transparent;color:rgba(243,242,239,.72);border-color:transparent}.btn-ghost:hover{background:rgba(255,255,255,.08);color:#ffffff}.site-header .btn-primary{background:#3f5fe8;color:#ffffff;border-color:#3f5fe8;box-shadow:0 10px 24px rgba(63,95,232,.18)}.site-header .btn-primary:hover{background:#5274ef;border-color:#5274ef}.site-header .btn-secondary{min-height:30px;border-radius:6px;background:transparent;color:var(--ink);border-color:var(--line);box-shadow:none;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.site-header .btn-secondary:hover{background:transparent;border-color:var(--ink);transform:none}.site-header .btn-icon{width:30px;padding:6px}.site-header .user-name{color:var(--ink-strong)}.site-header .user-org{color:var(--muted)}.site-header .avatar{background:var(--surface-alt);color:var(--ink);border-color:var(--line)}.landing-main{flex:1 1;overflow-x:hidden}.hero{min-height:clamp(540px,calc(100svh - 120px),780px);position:relative;overflow:hidden;background:#050505;border-bottom:1px solid rgba(255,255,255,.1);color:#f3f2ef}.hero:before{content:"";z-index:1;background:linear-gradient(90deg,rgba(5,5,5,.9),rgba(5,5,5,.58) 42%,rgba(5,5,5,.16) 72%),linear-gradient(180deg,rgba(5,5,5,.12),rgba(5,5,5,.82)),linear-gradient(rgba(255,255,255,.055) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 0);background-size:auto,auto,64px 64px,64px 64px;pointer-events:none}.hero-video,.hero:before{position:absolute;inset:0}.hero-video{width:100%;height:100%;object-fit:cover;opacity:.78;filter:saturate(.8) contrast(1.08)}.hero__inner{width:min(100%,1248px);height:100%;min-height:inherit;margin:0 auto;padding:72px 28px 58px;display:flex;align-items:flex-end;justify-content:space-between;gap:48px;position:relative;z-index:2}.hero-copy{width:min(620px,100%);position:relative;z-index:3}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:rgba(243,242,239,.72);font-size:12px;font-weight:720;text-transform:uppercase;letter-spacing:.08em}.hero h1{margin:0;color:#ffffff;font-size:clamp(72px,12vw,154px);line-height:.84;letter-spacing:0;font-weight:760}.hero-lede{max-width:560px;margin:26px 0 0;color:rgba(243,242,239,.78);font-size:clamp(18px,2vw,22px);line-height:1.48}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;max-width:600px;margin-top:42px}.hero-proof__item{border-left:1px solid rgba(243,242,239,.28);padding-left:14px}.hero-proof__value{color:#ffffff;font-size:24px;font-weight:760;line-height:1}.hero-proof__label{margin-top:6px;color:rgba(243,242,239,.58);font-size:12px;line-height:1.35}.hero .btn-primary{background:#f3f2ef;color:#050505;border-color:#f3f2ef;box-shadow:none}.hero .btn-primary:hover{background:#ffffff;border-color:#ffffff}.hero .btn-secondary{background:rgba(255,255,255,.08);color:#ffffff;border-color:rgba(255,255,255,.22);box-shadow:none}.hero-signal-panel{width:min(360px,34vw);border:1px solid rgba(243,242,239,.2);border-radius:var(--radius-md);background:rgba(5,5,5,.56);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 70px rgba(0,0,0,.34)}.hero-signal-panel__top,.hero-signal-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid rgba(243,242,239,.14)}.hero-signal-row:last-child{border-bottom:0}.hero-signal-panel span,.hero-signal-row span{color:rgba(243,242,239,.6);font-size:12px;font-weight:720;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.hero-signal-panel strong,.hero-signal-row strong{color:#ffffff;font-size:14px;font-weight:720;text-align:right}.hero-signal-row.is-critical strong{color:#ff7568}.hero-product-scene{position:absolute;z-index:1;right:clamp(-180px,-7vw,-40px);bottom:34px;width:min(780px,62vw);transform:perspective(1600px) rotateY(-12deg) rotateX(5deg);transform-origin:center}.command-window{width:100%;overflow:hidden;border:1px solid rgba(151,164,180,.48);border-radius:var(--radius-md);background:rgba(255,255,255,.95);box-shadow:0 44px 120px rgba(15,23,42,.2),0 0 0 10px rgba(255,255,255,.42)}.command-window__bar{height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid var(--line);background:#fbfcfd;min-width:0}.window-dots{display:inline-flex;gap:6px}.window-dots span{width:9px;height:9px;border-radius:50%;background:#cdd6df}.command-window__title{min-width:0;overflow:hidden;color:var(--muted-strong);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}.command-grid{display:grid;grid-template-columns:1fr .92fr;grid-gap:1px;gap:1px;background:var(--line)}.command-feed{min-height:420px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(15,23,42,.18),rgba(15,23,42,.02)),#d9e2ea}.feed-frame{position:absolute;inset:22px;border-radius:var(--radius-md);overflow:hidden;background:linear-gradient(135deg,rgba(10,19,28,.62),rgba(10,19,28,.18)),linear-gradient(150deg,#8fa2b2,#d4dde4 42%,#73879a)}.feed-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 44%,rgba(255,255,255,.42) 44% 48%,transparent 48%),repeating-linear-gradient(0deg,rgba(255,255,255,.16) 0 1px,transparent 1px 38px)}.detection-line,.detection-zone,.person-marker{position:absolute;z-index:2}.detection-line{left:13%;right:16%;top:58%;height:3px;background:var(--blue);transform:rotate(-7deg);box-shadow:0 0 0 4px rgba(37,99,235,.14)}.detection-zone{right:12%;top:20%;width:28%;height:28%;border:2px solid var(--amber);background:rgba(217,119,6,.16);-webkit-clip-path:polygon(14% 7%,100% 20%,88% 94%,0 72%);clip-path:polygon(14% 7%,100% 20%,88% 94%,0 72%)}.person-marker{left:45%;top:42%;width:46px;height:82px;border-radius:18px 18px 12px 12px;border:2px solid #ffffff;box-shadow:0 0 0 3px rgba(22,163,74,.75)}.command-side{min-height:420px;padding:22px;background:#ffffff}.side-title{margin:0 0 14px;color:var(--ink);font-size:16px;font-weight:760}.signal-list{display:grid;grid-gap:10px;gap:10px}.signal-item{min-height:66px;display:grid;grid-template-columns:10px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.signal-item__dot{width:10px;height:10px;border-radius:50%;background:var(--green)}.signal-item:nth-child(2) .signal-item__dot{background:var(--blue)}.signal-item:nth-child(3) .signal-item__dot{background:var(--amber)}.signal-item strong{display:block;color:var(--ink);font-size:13px}.signal-item span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.metrics-strip{width:min(100%,1248px);margin:0 auto;padding:0 28px;position:relative;z-index:5}.metrics-strip__inner{counter-reset:metric;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border-bottom:1px solid var(--line);border-left:1px solid var(--line);border-radius:0;box-shadow:none}.metric,.metrics-strip__inner{border-right:1px solid var(--line);background:var(--surface-soft)}.metric{counter-increment:metric;min-height:188px;padding:24px}.metric:last-child{border-right:0}.metric:before{content:counter(metric,decimal-leading-zero);display:block;margin-bottom:42px;color:var(--accent-strong);font-size:12px;font-weight:760;letter-spacing:.08em}.metric strong{display:block;color:var(--ink-strong);font-size:28px;line-height:1}.metric span{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.section{width:min(100%,1248px);margin:0 auto;padding:104px 28px}.section-header{max-width:820px;margin-bottom:44px}.section-kicker{margin:0 0 12px;color:var(--accent-strong);font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:.1em}.section-title{margin:0;color:var(--ink-strong);font-size:clamp(38px,5vw,72px);line-height:.96;letter-spacing:0;font-weight:740}.section-copy{margin:16px 0 0;color:var(--muted-strong);font-size:17px;line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-card,.use-case-card{border:1px solid var(--line);border-radius:0;background:var(--surface);box-shadow:none}.feature-card{min-height:280px;padding:24px;border-top:0;border-left:0;background:#f8f7f3}.feature-icon{width:44px;height:44px;margin-bottom:58px;border-radius:var(--radius-sm);display:grid;place-items:center;background:#050505;color:#f3f2ef}.feature-card h3,.use-case-card h3{margin:0;color:var(--ink);font-size:20px;letter-spacing:0}.feature-card p,.use-case-card p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.platform-band{border-top:1px solid #282828;border-bottom:1px solid #282828;background:#0a0a0a;color:#f3f2ef}.platform-band .section-title{color:#ffffff}.platform-band .section-copy{color:rgba(243,242,239,.68)}.platform-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:56px;gap:56px;align-items:center}.workflow-panel{display:grid;grid-gap:0;gap:0;border-top:1px solid rgba(243,242,239,.16);border-left:1px solid rgba(243,242,239,.16)}.workflow-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:18px;border-right:1px solid rgba(243,242,239,.16);border-bottom:1px solid rgba(243,242,239,.16);border-radius:0;background:rgba(255,255,255,.04)}.workflow-row__icon{width:44px;height:44px;border-radius:var(--radius-sm);display:grid;place-items:center;background:#f3f2ef;color:#050505}.workflow-row strong{display:block;color:#ffffff;font-size:15px}.workflow-row span{display:block;margin-top:4px;color:rgba(243,242,239,.6);font-size:13px}.workflow-row__status{padding:5px 9px;border-radius:999px;background:rgba(216,74,58,.14);color:#ff9388;font-size:12px;font-weight:720}.use-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.use-case-media{height:180px;position:relative;overflow:hidden;border-radius:0;background:linear-gradient(135deg,rgba(8,9,10,.08),rgba(8,9,10,.28)),linear-gradient(135deg,#d6e0e9,#ffffff 46%,#94a6b9)}.use-case-media:after,.use-case-media:before{content:"";position:absolute;border-radius:var(--radius-sm);background:rgba(255,255,255,.58);box-shadow:inset 0 0 0 1px rgba(255,255,255,.36)}.use-case-media:before{width:45%;height:38%;left:12%;top:28%;transform:skewX(-10deg)}.use-case-media:after{width:28%;height:50%;right:12%;top:18%;background:rgba(21,23,26,.24)}.use-case-card:nth-child(2) .use-case-media{background:linear-gradient(135deg,rgba(8,9,10,.08),rgba(8,9,10,.22)),linear-gradient(135deg,#cddbd6,#f8fbfa 48%,#759985)}.use-case-card:nth-child(3) .use-case-media{background:linear-gradient(135deg,rgba(8,9,10,.1),rgba(8,9,10,.28)),linear-gradient(135deg,#d7dce8,#ffffff 46%,#7f8ea8)}.use-case-content{padding:24px}.use-case-card{border-top:0;border-left:0}.cta-band{width:min(100%,1192px);margin:0 auto 80px;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid #282828;border-radius:0;background:#050505;color:white;box-shadow:none}.cta-band h2{margin:0;font-size:clamp(28px,4vw,48px);line-height:1;letter-spacing:0}.cta-band p{margin:14px 0 0;max-width:560px;color:rgba(243,242,239,.68);line-height:1.55}.dashboard-shell{flex:1 1;min-width:0}.dashboard-main{width:min(100%,1680px);margin:0 auto;padding:calc(clamp(18px, 2.6vw, 34px) + 16px) clamp(18px,2.6vw,32px) 72px}.console-controls{min-height:40px;justify-content:space-between;gap:18px}.console-controls,.console-toolbar{display:flex;align-items:center;margin-bottom:18px}.console-toolbar{justify-content:flex-end;flex-wrap:wrap;gap:10px}.console-controls .console-toolbar{margin-left:auto;margin-bottom:0}.glasses-live{width:min(100%,1340px);margin:0 auto}.glasses-live__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.glasses-live__run-picker{display:flex;align-items:center;gap:18px;margin-bottom:16px;padding:15px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.glasses-live__run-picker>div{min-width:220px}.glasses-live__run-picker .glasses-live__eyebrow{display:block;margin-bottom:3px;font-size:9px}.glasses-live__run-picker strong{color:var(--ink-strong);font-size:13px}.glasses-live__run-picker label{min-width:0;display:grid;grid-template-columns:auto minmax(260px,420px);align-items:center;grid-gap:9px;gap:9px;margin-left:auto}.glasses-live__run-picker label>span{color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.glasses-live__run-picker select{min-width:0;height:38px;padding:0 34px 0 11px;border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle);color:var(--ink-strong);font:inherit;font-size:12px}.glasses-live__run-picker select:focus-visible{outline:2px solid rgba(63,95,232,.24);outline-offset:2px}.glasses-live__run-picker select:disabled{color:var(--muted);cursor:not-allowed}.glasses-live__run-picker-error{max-width:260px;color:var(--red);font-size:11px;line-height:1.4}.glasses-live__eyebrow{margin-bottom:7px;color:#3f5fe8;font-size:11px;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.glasses-live__header h1{margin:0;color:var(--ink-strong);font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.03em}.glasses-live__header p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.glasses-live__status{flex:none;min-height:32px;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:700;box-shadow:var(--shadow-sm)}.glasses-live__status-dot{width:8px;height:8px;border-radius:50%;background:#9b978d}.glasses-live__status--live{border-color:rgba(40,132,93,.28);background:var(--green-soft);color:#176b49}.glasses-live__status--live .glasses-live__status-dot{background:var(--green);box-shadow:0 0 0 4px rgba(40,132,93,.12);animation:pulse 1.8s ease-in-out infinite}.glasses-live__status--recorded{border-color:rgba(63,95,232,.24);background:rgba(63,95,232,.08);color:#3654d5}.glasses-live__status--recorded .glasses-live__status-dot{background:#6f88f1}.glasses-live__status--error{border-color:rgba(207,47,37,.22);background:var(--red-soft);color:var(--red)}.glasses-live__status--error .glasses-live__status-dot{background:var(--red)}.glasses-live__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,340px);align-items:start;grid-gap:16px;gap:16px;isolation:isolate}.glasses-live__content--video-only{grid-template-columns:minmax(0,1fr)}.glasses-live__stage{position:relative;z-index:0;width:100%;max-width:100%;min-width:0;aspect-ratio:16/9;min-height:320px;overflow:hidden;contain:layout paint;isolation:isolate;border:1px solid #24272d;border-radius:10px;background:#08090b;box-shadow:0 20px 56px rgba(10,12,16,.2)}.glasses-live__stage:-webkit-full-screen{width:100vw;height:100vh;border:0;border-radius:0}.glasses-live__stage:fullscreen{width:100vw;height:100vh;border:0;border-radius:0}.glasses-live__video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#08090b}.glasses-live__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at 50% 44%,rgba(63,95,232,.15),transparent 28%),#08090b;color:#f7f7f5;text-align:center}.glasses-live__placeholder h2{margin:18px 0 8px;font-size:clamp(20px,3vw,28px);letter-spacing:-.025em}.glasses-live__placeholder p{max-width:460px;margin:0;color:rgba(247,247,245,.62);font-size:14px;line-height:1.6}.glasses-live__placeholder .btn{margin-top:20px}.glasses-live__signal{height:42px;display:flex;align-items:flex-end;gap:6px}.glasses-live__signal span{width:7px;border-radius:99px;background:#6f88f1;animation:glasses-signal 1s ease-in-out infinite alternate}.glasses-live__signal span:first-child{height:14px}.glasses-live__signal span:nth-child(2){height:27px;animation-delay:.15s}.glasses-live__signal span:nth-child(3){height:42px;animation-delay:.3s}.glasses-live__overlay{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:space-between;padding:16px;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.36),transparent 22%)}.glasses-live__fullscreen,.glasses-live__live-badge,.glasses-live__recorded-badge{min-height:30px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:rgba(8,9,11,.72);color:#fff;font-size:12px;font-weight:720;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glasses-live__live-badge,.glasses-live__recorded-badge{padding:7px 10px;text-transform:uppercase;letter-spacing:.05em}.glasses-live__recorded-badge{color:#dce3ff}.glasses-live__recorded-identity{display:inline-flex;align-items:flex-start;flex-direction:column;gap:6px}.glasses-live__recorded-identity time{padding:5px 8px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(8,9,11,.72);color:rgba(255,255,255,.78);font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glasses-live__timeline{position:absolute;right:0;bottom:0;left:0;z-index:2;display:grid;grid-template-columns:auto auto minmax(80px,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:38px 14px 13px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent);font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;pointer-events:auto}.glasses-live__timeline button{min-width:48px;height:30px;padding:0 9px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:rgba(8,9,11,.76);color:#fff;cursor:pointer;font:inherit;font-weight:720}.glasses-live__timeline button:hover{background:rgba(8,9,11,.94)}.glasses-live__timeline time{min-width:68px;color:rgba(255,255,255,.84);text-align:center}.glasses-live__timeline-scrubber{position:relative;height:30px}.glasses-live__timeline-rail{position:absolute;top:50%;right:0;left:0;height:5px;overflow:hidden;border-radius:999px;background:#6f88f1;transform:translateY(-50%)}.glasses-live__timeline-gap{position:absolute;top:0;bottom:0;min-width:2px;background:repeating-linear-gradient(135deg,#2d3038,#2d3038 4px,#686d79 0,#686d79 7px);box-shadow:-1px 0 rgba(255,255,255,.45),1px 0 rgba(255,255,255,.45)}.glasses-live__timeline input[type=range]{position:absolute;inset:0;width:100%;height:30px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.glasses-live__timeline input[type=range]::-webkit-slider-runnable-track{height:5px;background:transparent}.glasses-live__timeline input[type=range]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4.5px;-webkit-appearance:none;appearance:none;border:2px solid #fff;border-radius:50%;background:#6f88f1;box-shadow:0 1px 6px rgba(0,0,0,.5)}.glasses-live__timeline input[type=range]::-moz-range-track{height:5px;background:transparent}.glasses-live__timeline input[type=range]::-moz-range-thumb{width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#6f88f1;box-shadow:0 1px 6px rgba(0,0,0,.5)}.glasses-live__timeline input[type=range]:disabled{cursor:wait;opacity:.6}.glasses-live__live-badge span{width:7px;height:7px;border-radius:50%;background:#ff4b43;box-shadow:0 0 0 4px rgba(255,75,67,.14)}.glasses-live__fullscreen{padding:7px 10px;cursor:pointer;pointer-events:auto}.glasses-live__fullscreen:hover{background:rgba(8,9,11,.92)}.glasses-live__message{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;margin-top:16px;padding:17px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.glasses-live__message-heading{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.glasses-live__message-heading .glasses-live__eyebrow{margin-bottom:5px}.glasses-live__message-heading h2{margin:0;color:var(--ink-strong);font-size:17px;line-height:1.25;letter-spacing:-.02em}.glasses-live__message-state{max-width:360px;color:var(--muted);font-size:12px;line-height:1.45;text-align:right}.glasses-live__message-state--sent{color:#176b49}.glasses-live__message-state--error{color:var(--red)}.glasses-live__message-field{position:relative;min-width:0}.glasses-live__message-field textarea{width:100%;min-height:72px;resize:vertical;padding:12px 52px 12px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle);color:var(--ink-strong);font:inherit;font-size:14px;line-height:1.5}.glasses-live__message-field textarea:focus{outline:2px solid rgba(63,95,232,.2);outline-offset:1px;border-color:#6f88f1}.glasses-live__message-field textarea:disabled{opacity:.66}.glasses-live__message-count{position:absolute;right:10px;bottom:9px;color:var(--muted);font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.glasses-live__message-send{align-self:stretch;min-width:142px}.glasses-live__debug{margin-top:16px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.glasses-live__debug--rail{height:clamp(500px,calc(100vh - 190px),680px);min-width:0;min-height:0;display:flex;flex-direction:column;align-self:start;margin-top:0;overflow-y:auto;scrollbar-width:thin}.glasses-live__debug--rail .glasses-live__debug-list{max-height:none;overflow-y:visible}.glasses-live__debug--rail .glasses-live__debug-empty{min-height:280px}.glasses-live__cooking-overview{padding:14px 17px 16px;border-bottom:1px solid var(--line)}.glasses-live__cooking-overview--top{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(340px,1.6fr) minmax(180px,.55fr);align-items:stretch;grid-gap:16px;gap:16px;margin-bottom:16px;padding:16px;border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.glasses-live__cooking-overview--top .glasses-live__cooking-recipe{align-content:center;padding-right:16px;border-right:1px solid var(--line)}.glasses-live__cooking-overview--top .glasses-live__cooking-recipe strong{font-size:16px}.glasses-live__cooking-overview--top .glasses-live__current-step{margin-top:0}.glasses-live__cooking-overview--top .glasses-live__cooking-details{grid-template-columns:1fr;align-content:stretch;margin-top:0}.glasses-live__cooking-overview--top .glasses-live__cooking-details>div{display:flex;flex-direction:column;justify-content:center}.glasses-live__cooking-recipe{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:4px 12px;gap:4px 12px}.glasses-live__cooking-recipe>span:first-child,.glasses-live__current-step>div>span,.glasses-live__current-step>span{color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.glasses-live__cooking-recipe>span:first-child{grid-column:1/-1}.glasses-live__cooking-recipe strong{min-width:0;overflow:hidden;color:var(--ink-strong);font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.glasses-live__cooking-progress{padding:4px 7px;border-radius:999px;background:rgba(63,95,232,.08);color:#3654d5;font-size:9px;font-weight:740;white-space:nowrap}.glasses-live__step-selector{display:grid;grid-column:1/-1;grid-gap:5px;gap:5px;margin-top:8px}.glasses-live__step-selector>span{color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.glasses-live__step-selector select{width:100%;min-width:0;padding:7px 28px 7px 9px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--ink-strong);font:inherit;font-size:11px;line-height:1.35}.glasses-live__step-selector select:focus-visible{border-color:var(--accent);outline:2px solid rgba(63,95,232,.16);outline-offset:1px}.glasses-live__step-selector select:disabled{cursor:wait;opacity:.65}.glasses-live__step-feedback{grid-column:1/-1;color:var(--muted-strong);font-size:9px;line-height:1.4}.glasses-live__step-feedback.is-error{color:var(--red)}.glasses-live__current-step{margin-top:12px;padding:11px 12px;border:1px solid rgba(63,95,232,.16);border-radius:8px;background:rgba(63,95,232,.04)}.glasses-live__current-step p{margin:5px 0 9px;color:var(--ink-strong);font-size:12px;line-height:1.5}.glasses-live__current-step>div{color:var(--muted-strong);font-size:10px;line-height:1.45}.glasses-live__current-step>div>span{display:block;margin-bottom:3px}.glasses-live__cooking-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:12px 0 0}.glasses-live__cooking-details>div{min-width:0;padding:8px 9px;border-radius:7px;background:var(--surface-subtle)}.glasses-live__cooking-details dt{color:var(--muted);font-size:8px;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.glasses-live__cooking-details dd{margin:3px 0 0;overflow:hidden;color:var(--muted-strong);font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.glasses-live__debug-list{max-height:440px;overflow-y:auto;padding:8px 17px 17px;scrollbar-width:thin}.glasses-live__debug-controls{position:-webkit-sticky;position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 17px;border-bottom:1px solid var(--line);background:var(--surface-subtle)}.glasses-live__debug-tabs{min-width:0;display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.glasses-live__debug-tabs button{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:0;border-radius:5px;background:transparent;color:var(--muted-strong);font:inherit;font-size:9px;font-weight:760;cursor:pointer}.glasses-live__debug-tabs button:hover{color:var(--ink-strong)}.glasses-live__debug-tabs button.is-active{background:rgba(63,95,232,.11);color:#3654d5}.glasses-live__debug-tabs button span{min-width:18px;padding:1px 5px;border-radius:999px;background:color-mix(in srgb,currentColor 9%,transparent);font-size:8px;text-align:center}.glasses-live__debug-controls label{display:inline-flex;align-items:center;gap:7px;color:var(--muted-strong);font-size:10px;font-weight:700;cursor:pointer}.glasses-live__debug-controls input{accent-color:#4f68dc}.glasses-live__observation-list{padding-top:0}.glasses-live__observation-limit{margin:8px 0 0;padding:7px 9px;border-radius:6px;background:rgba(63,95,232,.07);color:var(--muted-strong);font-size:9px;text-align:center}.glasses-live__observation{position:relative;padding:13px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}.glasses-live__observation:last-child{border-bottom:0}.glasses-live__observation--current:before{position:absolute;top:10px;bottom:10px;left:-10px;width:3px;border-radius:999px;background:#6f88f1;content:""}.glasses-live__observation-main{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px;margin-top:9px}.glasses-live__observation-main--text-only{grid-template-columns:minmax(0,1fr)}.glasses-live__observation-frame{display:block;width:92px;aspect-ratio:16/10;object-fit:cover;border:1px solid var(--line);border-radius:6px;background:#101217}.glasses-live__observation-summary{min-width:0}.glasses-live__observation-summary p{margin:0;color:var(--ink-strong);font-size:11px;line-height:1.45}.glasses-live__observation-facts{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.glasses-live__observation-facts span{padding:3px 6px;border-radius:999px;background:var(--surface-subtle);color:var(--muted-strong);font-size:8px;font-weight:700;text-transform:capitalize}.glasses-live__observation-evidence,.glasses-live__observation-improvement{margin-top:8px;padding:7px 8px;border-radius:6px;background:var(--surface-subtle);color:var(--muted-strong);font-size:10px;line-height:1.45}.glasses-live__observation-evidence span,.glasses-live__observation-improvement span{display:block;margin-bottom:2px;color:var(--muted);font-size:8px;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.glasses-live__observation-improvement{border-left:2px solid #d99a24;background:rgba(217,154,36,.08);color:#755315}.glasses-live__observation-guidance{margin-top:8px;padding:8px 9px;border-left:2px solid #36a274;border-radius:0 6px 6px 0;background:var(--green-soft);color:#176b49}.glasses-live__observation-guidance>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.glasses-live__observation-guidance strong,.glasses-live__observation-guidance>div span{font-size:8px;font-weight:780;letter-spacing:.04em;text-transform:uppercase}.glasses-live__observation-guidance strong{padding:2px 5px;border-radius:999px;background:rgba(23,107,73,.09)}.glasses-live__observation-guidance p{margin:5px 0 3px;color:#175f43;font-size:11px;line-height:1.45}.glasses-live__observation-guidance small{color:rgba(23,107,73,.76);font-size:8px}.glasses-live__observation-meta{display:flex;flex-wrap:wrap;gap:4px 9px;margin-top:8px;color:var(--muted);font-size:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.glasses-live__observation-status--delivered{background:var(--green-soft);color:#176b49}.glasses-live__observation-status--failed,.glasses-live__observation-status--unavailable{background:var(--red-soft);color:var(--red)}.glasses-live__observation-status--almost_done,.glasses-live__observation-status--looks_complete{background:rgba(54,162,116,.11);color:#176b49}.glasses-live__observation-status--in_progress,.glasses-live__observation-status--observed,.glasses-live__observation-status--starting{background:rgba(63,95,232,.1);color:#3654d5}.glasses-live__debug-turn{position:relative;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}.glasses-live__debug-turn--current:before{position:absolute;top:10px;bottom:10px;left:-10px;width:3px;border-radius:999px;background:#6f88f1;content:""}.glasses-live__debug-history--future,.glasses-live__debug-turn--future{opacity:.52}.glasses-live__debug-facts,.glasses-live__debug-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.glasses-live__debug-row-actions{display:inline-flex;align-items:center;gap:6px}.glasses-live__debug-jump{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid rgba(63,95,232,.22);border-radius:999px;background:rgba(63,95,232,.06);color:#3654d5;font:inherit;font-size:9px;font-weight:760;cursor:pointer}.glasses-live__debug-jump:hover{border-color:rgba(63,95,232,.38);background:rgba(63,95,232,.12)}.glasses-live__debug-history-jump{margin:0 0 10px}.glasses-live__debug-facts,.glasses-live__debug-row time{color:var(--muted);font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.glasses-live__debug-facts{flex-wrap:wrap;justify-content:flex-start}.glasses-live__debug-history-toggle{min-height:25px;display:inline-flex;align-items:center;gap:5px;margin-left:auto;padding:4px 7px 4px 9px;border:1px solid rgba(63,95,232,.2);border-radius:999px;background:rgba(63,95,232,.06);color:#3654d5;font:inherit;font-size:9px;font-weight:760;letter-spacing:.03em;text-transform:uppercase;cursor:pointer}.glasses-live__debug-history-toggle:hover{border-color:rgba(63,95,232,.34);background:rgba(63,95,232,.1)}.glasses-live__debug-history-toggle:focus-visible{outline:2px solid rgba(63,95,232,.28);outline-offset:2px}.glasses-live__debug-history-toggle>span{display:inline-block;font-size:13px;line-height:.7;transition:transform .16s ease}.glasses-live__debug-history-toggle[aria-expanded=true]>span{transform:rotate(180deg)}.glasses-live__debug-turn-identity{display:inline-flex;align-items:baseline;gap:7px}.glasses-live__debug-turn-identity strong{color:#3654d5;font-size:10px;font-weight:760;letter-spacing:.03em;text-transform:uppercase}.glasses-live__debug-badge{padding:4px 7px;border-radius:999px;background:var(--surface-subtle);color:var(--muted-strong);font-size:9px;font-weight:760;letter-spacing:.03em;text-transform:uppercase}.glasses-live__debug-badge--delivered{background:var(--green-soft);color:#176b49}.glasses-live__debug-badge--exhausted,.glasses-live__debug-badge--failed{background:var(--red-soft);color:var(--red)}.glasses-live__debug-badge--processing,.glasses-live__debug-badge--ready_to_deliver{background:rgba(63,95,232,.1);color:#3654d5}.glasses-live__debug-turn p{margin:8px 0;color:var(--ink-strong);font-size:12px;line-height:1.5}.glasses-live__debug-response{margin-bottom:8px;padding:8px 9px;border-left:2px solid #6f88f1;border-radius:0 6px 6px 0;background:var(--surface-subtle);color:var(--muted-strong);font-size:11px;line-height:1.5}.glasses-live__debug-response span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.glasses-live__debug-error{margin-top:8px;padding:7px 8px;border-radius:6px;background:var(--red-soft);color:var(--red);font-size:10px;line-height:1.45}.glasses-live__debug-turn-history{margin-top:10px;padding:9px 10px 2px;border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle)}.glasses-live__debug-turn-history-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:5px;color:var(--muted-strong);font-size:9px;font-weight:780;letter-spacing:.05em;text-transform:uppercase}.glasses-live__debug-turn-history-title span{min-width:20px;padding:2px 6px;border-radius:999px;background:var(--surface);color:var(--muted);text-align:center}.glasses-live__debug-history{border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}.glasses-live__debug-history:last-child{border-bottom:0}.glasses-live__debug-history summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;color:var(--ink-strong);font-size:11px;font-weight:680;cursor:pointer}.glasses-live__debug-history-summary{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.glasses-live__debug-history-labels{max-width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:5px}.glasses-live__debug-history-kind{display:inline-flex;max-width:100%;padding:3px 7px;overflow:hidden;border-radius:999px;background:var(--surface-subtle);color:var(--muted-strong);font-size:9px;font-weight:760;letter-spacing:.03em;line-height:1.35;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.glasses-live__debug-history-kind--user{background:rgba(63,95,232,.1);color:#3654d5}.glasses-live__debug-history-kind--assistant{background:var(--green-soft);color:#176b49}.glasses-live__debug-history-kind--system{background:rgba(126,107,69,.11);color:#746036}.glasses-live__debug-history-kind--tool{background:rgba(129,70,190,.1);color:#7542a8}.glasses-live__debug-history-preview{display:block;width:100%;overflow:hidden;color:var(--muted);font-size:10px;font-weight:400;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.glasses-live__debug-history-aside{flex:none;display:inline-flex;align-items:center;gap:7px}.glasses-live__debug-history-thumbnail{display:block;width:58px;height:38px;object-fit:cover;border:1px solid var(--line);border-radius:5px;background:#101217}.glasses-live__debug-history summary time{flex:none;color:var(--muted);font-size:10px;font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.glasses-live__debug-history-frame{margin:0 0 10px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#101217}.glasses-live__debug-history-frame img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain}.glasses-live__debug-history-frame figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px;border-top:1px solid rgba(255,255,255,.1);color:#d9def5;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.glasses-live__debug-history-frame time{color:#9ba5c7;font-weight:500;letter-spacing:normal;text-transform:none}.glasses-live__debug-history pre{max-height:280px;margin:0 0 12px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:6px;background:#101217;color:#d9def5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.glasses-live__debug-column-empty,.glasses-live__debug-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:120px;padding:22px;color:var(--muted);font-size:11px;text-align:center}.glasses-live__debug-empty strong{color:var(--ink-strong);font-size:13px}.glasses-live__debug-empty.is-error{color:var(--red)}.glasses-live__footer{display:flex;justify-content:space-between;gap:18px;padding:13px 2px 0;color:var(--muted);font-size:12px}.recipe-viewer{width:min(100%,1320px);margin:0 auto}.recipe-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.recipe-viewer__eyebrow{margin-bottom:7px;color:#3f5fe8;font-size:11px;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.recipe-viewer__header h1{margin:0;color:var(--ink-strong);font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.03em}.recipe-viewer__header p{max-width:650px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.recipe-viewer__count{flex:none;min-height:32px;display:inline-flex;align-items:center;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:700;box-shadow:var(--shadow-sm)}.recipe-viewer__layout{display:grid;grid-template-columns:260px minmax(0,1fr);align-items:start;grid-gap:16px;gap:16px}.recipe-editor__form,.recipe-import,.recipe-library{border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.recipe-library{position:-webkit-sticky;position:sticky;top:90px;min-width:0;padding:14px}.recipe-library__new{width:100%}.recipe-library__label{margin:18px 3px 8px;color:var(--muted);font-size:10px;font-weight:780;letter-spacing:.09em;text-transform:uppercase}.recipe-library__state{padding:14px 4px;color:var(--muted);font-size:12px;line-height:1.55}.recipe-library__list{display:grid;grid-gap:5px;gap:5px}.recipe-library__list button{width:100%;min-width:0;padding:11px 12px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);cursor:pointer;text-align:left}.recipe-library__list button:hover{background:var(--surface-soft)}.recipe-library__list button.is-active{border-color:rgba(63,95,232,.24);background:#eef1fd}.recipe-library__list span,.recipe-library__list strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipe-library__list strong{font-size:13px}.recipe-library__list span{margin-top:4px;color:var(--muted);font-size:11px}.recipe-editor{min-width:0;display:grid;grid-gap:16px;gap:16px}.recipe-import{padding:18px;background:linear-gradient(135deg,#f7f8fe,#fff)}.recipe-editor__footer,.recipe-import__footer,.recipe-import__heading,.recipe-steps__heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.recipe-import__heading{align-items:flex-start}.recipe-import__heading h2,.recipe-steps__heading h2{margin:0;color:var(--ink-strong);font-size:18px;letter-spacing:-.02em}.recipe-import__heading>span{color:var(--muted);font-size:11px}.recipe-import>textarea{width:100%;min-height:122px;margin-top:14px;resize:vertical;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink-strong);font-size:13px;line-height:1.55}.recipe-field input:focus,.recipe-field textarea:focus,.recipe-import>textarea:focus,.recipe-step__number input:focus{outline:2px solid rgba(63,95,232,.18);outline-offset:1px;border-color:#6f88f1}.recipe-import__footer{margin-top:10px}.recipe-import__footer>span{color:var(--muted);font-size:11px}.recipe-editor button:disabled,.recipe-import button:disabled{cursor:not-allowed;opacity:.52;transform:none}.recipe-editor__form{padding:20px}.recipe-field{display:grid;grid-gap:7px;gap:7px}.recipe-field>span,.recipe-step__number span{color:var(--muted-strong);font-size:11px;font-weight:720}.recipe-field input,.recipe-field textarea,.recipe-step__number input{width:100%;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink-strong)}.recipe-field input{min-height:42px;padding:9px 11px;font-size:15px;font-weight:680}.recipe-field textarea{min-height:82px;resize:vertical;padding:10px 11px;font-size:13px;line-height:1.5}.recipe-steps__heading{margin:22px 0 12px;padding-top:20px;border-top:1px solid var(--line)}.recipe-steps__heading>div{display:flex;align-items:baseline;gap:9px}.recipe-steps__heading span{color:var(--muted);font-size:11px}.recipe-steps{display:grid;grid-gap:10px;gap:10px}.recipe-steps__empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:26px;border:1px dashed var(--line-strong);border-radius:8px;background:var(--surface-soft);text-align:center}.recipe-steps__empty strong{font-size:14px}.recipe-steps__empty span{color:var(--muted);font-size:12px}.recipe-steps__empty .btn{margin-top:8px}.recipe-step{display:grid;grid-template-columns:64px minmax(0,1fr) 32px;grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fdfdfc}.recipe-step__number label{display:grid;grid-gap:7px;gap:7px}.recipe-step__number input{min-height:38px;padding:7px;font-size:14px;font-weight:760;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.recipe-step__content{min-width:0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:10px;gap:10px}.recipe-field--ingredients{grid-column:1/-1}.recipe-field--ingredients textarea{min-height:68px}.recipe-step__actions{display:flex;flex-direction:column;gap:5px}.recipe-step__actions button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted-strong);cursor:pointer}.recipe-step__actions button:hover:not(:disabled){border-color:var(--line-strong);color:var(--ink-strong)}.recipe-step__actions button.is-danger{margin-top:auto;color:var(--red)}.recipe-editor__footer{min-height:44px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.recipe-editor__actions{flex:none;display:flex;gap:9px}.recipe-notice{color:var(--muted);font-size:12px;line-height:1.45}.recipe-notice.is-success{color:#176b49}.recipe-delete,.recipe-notice.is-error{color:var(--red)}.recipe-delete{border-color:rgba(207,47,37,.28);background:var(--surface)}.recipe-delete:hover{border-color:var(--red);background:var(--red-soft)}@keyframes glasses-signal{0%{opacity:.38;transform:scaleY(.72)}to{opacity:1;transform:scaleY(1)}}.dashboard-shell .btn-primary{background:#3f5fe8;border-color:#3f5fe8;box-shadow:0 10px 24px rgba(63,95,232,.22)}.dashboard-shell .btn-primary:hover{background:#5274ef;border-color:#5274ef}.user-block{display:flex;align-items:center;gap:12px;min-width:0;padding:0 2px 0 8px}.user-meta{min-width:0;text-align:right}.user-name{color:var(--ink);font-size:14px;font-weight:720}.user-name,.user-org{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-org{margin-top:2px;max-width:220px;color:var(--muted);font-size:12px}.organization-switcher select{max-width:180px;padding:0;border:0;background:transparent;color:var(--muted);font-size:12px;line-height:1.2;cursor:pointer}.organization-switcher select:disabled{cursor:wait;opacity:.65}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--surface-alt);color:var(--ink);border:1px solid var(--line);font-size:14px;font-weight:760}.loading-state,.state-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loading-state{min-height:420px;color:var(--muted)}.loading-mark{width:48px;height:48px;margin-bottom:16px;border:2px solid var(--line);border-top-color:var(--ink);border-radius:50%;animation:spin .9s linear infinite}.state-panel{max-width:520px;min-height:360px;margin:70px auto;padding:44px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-md)}.state-panel--wide{max-width:none;margin:0;min-height:min(360px,calc(100svh - 210px))}.state-icon{width:58px;height:58px;margin-bottom:18px;border-radius:var(--radius-md);display:grid;place-items:center;background:var(--surface-alt);color:var(--muted-strong)}.state-icon--danger{background:var(--red-soft);color:var(--red)}.state-panel h2,.state-panel h3{margin:0 0 10px;color:var(--ink-strong);letter-spacing:0}.state-panel p{margin:0 0 24px;color:var(--muted-strong);line-height:1.6}.camera-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(12px,1.6vw,18px);gap:clamp(12px,1.6vw,18px);align-items:start}.groups-modal-backdrop{position:fixed;inset:0;z-index:850;display:flex;align-items:flex-start;justify-content:flex-end;padding:86px 28px 24px;background:rgba(20,20,20,.18)}.groups-modal{width:min(100%,340px);max-height:calc(100vh - 110px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);box-shadow:var(--shadow-lg)}.groups-modal__header{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid var(--line);background:#fbfcfd}.groups-modal__header h2{margin:0;color:var(--ink-strong);font-size:16px;line-height:1.2;letter-spacing:0}.groups-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px}.groups-modal__list{display:flex;flex-direction:column;gap:6px}.groups-modal__item{min-height:42px;width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--ink);cursor:pointer;text-align:left}.groups-modal__item:hover{border-color:var(--line);background:var(--surface-soft)}.groups-modal__item-dot{width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 0 4px rgba(40,132,93,.12);flex:0 0 auto}.groups-modal__item-name{min-width:0;overflow:hidden;font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.groups-modal__empty{padding:22px 12px;text-align:center}.groups-modal__empty h3{margin:0 0 6px;color:var(--ink-strong);font-size:15px;letter-spacing:0}.groups-modal__empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.groups-modal__footer{flex:none;display:flex;justify-content:flex-end;padding:12px 14px;border-top:1px solid var(--line);background:#fbfcfd}.group-live-backdrop{position:fixed;inset:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(20,20,20,.58);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.group-live-modal{position:relative;width:100%;height:100%;max-height:none;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(243,242,239,.16);border-radius:var(--radius-md);background:#08090b;color:#f3f2ef;box-shadow:var(--shadow-lg)}.group-live-header{position:absolute;top:8px;right:8px;z-index:12;padding:0}.group-live-actions,.group-live-header{display:flex;align-items:center;justify-content:flex-end}.group-live-actions{gap:6px;flex-shrink:0}.group-live-actions .btn-icon{width:30px;height:30px;min-height:30px;padding:6px}.group-live-actions .btn-icon svg{width:14px;height:14px}.group-live-actions .btn-secondary{background:rgba(255,255,255,.08);color:#f3f2ef;border-color:rgba(243,242,239,.18);box-shadow:none}.group-live-actions .btn-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(243,242,239,.28)}.group-live-body{flex:1 1 auto;min-height:0;overflow:hidden;padding:12px;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0),#08090b;background-size:40px 40px}.group-live-body .state-panel{border-color:rgba(243,242,239,.16);background:#101114;box-shadow:none}.group-live-body .state-panel h3{color:#ffffff}.group-live-body .state-panel p{color:rgba(243,242,239,.68)}.camera-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.wall-tile{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(243,242,239,.16);box-shadow:0 18px 42px rgba(0,0,0,.26)}.wall-tile__label{position:absolute;left:12px;top:12px;z-index:5;padding:5px 10px;border-radius:8px;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:13px;font-weight:600}.wall-tile__empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13px;text-align:center;padding:16px}.group-live-wall{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;grid-gap:12px;gap:12px}.group-live-wall.is-orders-visible{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) clamp(220px,30dvh,300px);height:100%}.group-live-main{min-width:0;display:flex;flex-direction:column;gap:16px}.group-live-wall.is-orders-visible .group-live-main{height:auto;min-height:0}.group-live-wall.is-orders-visible .camera-wall{flex:1 1 auto;min-height:0;align-content:center;grid-auto-rows:auto;overflow:auto}.group-live-wall.is-orders-visible .wall-tile{height:auto;min-height:0;aspect-ratio:16/9}.group-live-wall.is-orders-visible .group-replay-bar{flex:0 0 auto}.group-live-wall>.order-status-rail{position:static;width:100%;height:100%;max-height:none;align-self:stretch;border:1px solid #dce4ed;border-radius:var(--radius-md);box-shadow:0 18px 42px rgba(0,0,0,.26)}.group-live-wall>.order-status-rail .order-status-rail__controls{display:flex;flex-wrap:nowrap;gap:6px;padding:6px 8px}.group-live-wall>.order-status-rail .order-status-rail__search{min-width:180px;height:30px;flex:1 1 320px;grid-column:auto}.group-live-wall>.order-status-rail .order-status-rail__type-filter{width:min(220px,24vw);flex:0 1 220px}.group-live-wall>.order-status-rail .order-status-rail__pizza-filter{width:min(260px,28vw);flex:0 1 260px;grid-column:auto}.group-live-wall>.order-status-rail .order-status-rail__body{gap:8px;padding:8px}.group-replay-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:6;display:flex;flex-direction:column;gap:6px;padding:8px 12px;border-radius:var(--radius-md);border:1px solid rgba(243,242,239,.16);background:rgba(14,16,18,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 42px rgba(0,0,0,.3)}.group-replay-scrubber-wrap{position:relative;width:100%;height:20px;display:flex;align-items:center}.group-replay-scrubber{position:relative;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:14px;margin:0;background:transparent;cursor:pointer}.group-replay-order-touch{position:absolute;z-index:3;top:0;width:9px;height:20px;padding:0;transform:translateX(-50%);border:1px solid rgba(255,255,255,.95);border-radius:4px;cursor:pointer;transition:transform .12s ease,filter .12s ease}.group-replay-order-touch.is-expo{background:#3b82f6;box-shadow:0 0 0 1px rgba(30,64,175,.8)}.group-replay-order-touch.is-packer{background:#ef4444;box-shadow:0 0 0 1px rgba(153,27,27,.75)}.group-replay-order-touch-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:8;display:flex;width:max-content;max-width:min(320px,62vw);flex-direction:column;gap:3px;padding:7px 9px;transform:translate(-50%,4px);border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(14,16,18,.96);box-shadow:0 8px 24px rgba(0,0,0,.35);color:#ffffff;font-size:10px;font-weight:500;line-height:1.25;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,transform .12s ease,visibility .12s ease}.group-replay-order-touch-tooltip strong{font-size:11px}.group-replay-order-touch-tooltip span:last-child{color:rgba(255,255,255,.76)}.group-replay-order-touch:focus-visible .group-replay-order-touch-tooltip,.group-replay-order-touch:hover .group-replay-order-touch-tooltip{transform:translate(-50%);opacity:1;visibility:visible}.group-replay-order-touch:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.group-replay-order-touch:hover{z-index:4;transform:translateX(-50%) scale(1.1);filter:brightness(1.16)}.group-replay-order-touch.is-selected{z-index:5;transform:translateX(-50%) scale(1.12)}.group-replay-order-touch.is-crossing{z-index:6;animation:group-replay-order-touch-crossing .72s ease-out}.group-replay-order-touch.is-crossing:after{position:absolute;inset:-4px;border:2px solid rgba(255,255,255,.9);border-radius:7px;animation:group-replay-order-touch-ring .72s ease-out;content:"";pointer-events:none}@keyframes group-replay-order-touch-crossing{0%,to{filter:brightness(1)}35%{filter:brightness(1.65)}}@keyframes group-replay-order-touch-ring{0%{opacity:0;transform:scale(.72)}30%{opacity:1}to{opacity:0;transform:scale(1.75)}}@media (prefers-reduced-motion:reduce){.group-replay-order-touch.is-crossing,.group-replay-order-touch.is-crossing:after{animation:none}}.group-replay-scrubber:focus{outline:none}.group-replay-scrubber::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:rgba(255,255,255,.16)}.group-replay-scrubber::-moz-range-track{height:4px;border-radius:2px;background:rgba(255,255,255,.16)}.group-replay-scrubber::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.35);cursor:pointer}.group-replay-scrubber::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.35);cursor:pointer}.group-replay-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px}.group-replay-center,.group-replay-left,.group-replay-right{min-width:0;display:flex;align-items:center;gap:8px}.group-replay-active-touch{min-width:0;max-width:min(520px,58vw);display:flex;align-items:center;gap:6px;padding:5px 8px;overflow:hidden;border:1px solid rgba(251,191,36,.55);border-radius:7px;background:rgba(120,76,8,.34);color:#ffffff;font-size:10px;line-height:1;white-space:nowrap;animation:group-replay-active-touch-in .42s ease-out}.group-replay-active-touch strong,.group-replay-active-touch>span:last-child{overflow:hidden;text-overflow:ellipsis}.group-replay-active-touch>span:last-child{color:rgba(255,255,255,.7)}.group-replay-active-touch-dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px;box-shadow:0 0 0 1px rgba(255,255,255,.6)}.group-replay-active-touch-dot.is-expo{background:#3b82f6}.group-replay-active-touch-dot.is-packer{background:#ef4444}@keyframes group-replay-active-touch-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.group-replay-center{justify-content:center}.group-replay-right{justify-content:flex-end}.order-touch-device-select{position:relative;align-self:flex-end;min-width:178px;color:#ffffff}.order-touch-device-select__trigger{width:100%;min-height:30px;display:grid;grid-template-columns:auto minmax(0,1fr) 12px;align-items:center;grid-gap:7px;gap:7px;padding:5px 8px;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(15,23,42,.86);color:rgba(255,255,255,.62);font-size:10px;font-weight:600;text-align:left;cursor:pointer}.order-touch-device-select__trigger strong{overflow:hidden;color:#ffffff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.order-touch-device-select__trigger svg{width:12px;height:12px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transition:transform .14s ease}.order-touch-device-select__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.order-touch-device-select__trigger:disabled{cursor:default;opacity:.5}.order-touch-device-select__menu{position:absolute;right:0;bottom:calc(100% + 7px);z-index:30;width:max(100%,270px);max-height:340px;padding:5px;overflow-y:auto;border:1px solid rgba(148,163,184,.3);border-radius:9px;background:rgba(15,23,42,.98);box-shadow:0 12px 32px rgba(0,0,0,.42)}.order-touch-device-select__heading{padding:5px 7px 6px;color:rgba(255,255,255,.48);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-touch-device-select__option{width:100%;display:flex;align-items:center;gap:8px;padding:7px;border:0;border-radius:6px;background:transparent;color:rgba(255,255,255,.82);font-size:11px;font-weight:600;text-align:left;cursor:pointer}.order-touch-device-select__option:focus-visible,.order-touch-device-select__option:hover{background:rgba(255,255,255,.1);color:#ffffff;outline:none}.order-touch-device-select__option-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.order-touch-device-select__option-copy strong{overflow:hidden;font:inherit;text-overflow:ellipsis;white-space:nowrap}.order-touch-device-select__option-copy small{overflow:hidden;color:rgba(255,255,255,.48);font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.order-touch-device-select__station+.order-touch-device-select__station{margin-top:4px}.order-touch-device-select__option--station{background:rgba(255,255,255,.055)}.order-touch-device-select__option--station .order-touch-device-select__option-copy strong{color:#ffffff;font-weight:700}.order-touch-device-select__devices{display:grid;margin:2px 0 2px 14px;padding-left:7px;border-left:1px solid rgba(148,163,184,.24)}.order-touch-device-select__option--device{padding-top:6px;padding-bottom:6px;color:rgba(255,255,255,.72)}.order-touch-device-select__check{width:15px;height:15px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:4px;color:transparent;font-size:10px}.order-touch-device-select__check.is-checked{border-color:#3b82f6;background:#3b82f6;color:#ffffff}.order-touch-device-select__check.is-partial{border-color:#3b82f6;background:rgba(59,130,246,.3);color:#bfdbfe}.order-touch-device-select__divider{height:1px;margin:4px 3px;background:rgba(255,255,255,.1)}.group-replay-btn{min-width:34px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(20,23,26,.72);color:#e5e7eb;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.group-replay-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24)}.group-replay-btn:disabled{cursor:not-allowed;opacity:.5}.group-replay-btn:disabled:hover{border-color:rgba(255,255,255,.14);background:rgba(20,23,26,.72)}.group-replay-speed{min-width:38px}.group-replay-btn.is-active{border-color:rgba(96,165,250,.72);background:rgba(37,99,235,.28);color:#ffffff}.group-replay-clock{font-size:12px;font-weight:600;color:#e5e7eb;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:46px;text-align:center;white-space:nowrap}@media (max-width:900px){.group-live-wall.is-orders-visible{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) clamp(200px,32dvh,260px)}.group-live-wall.is-orders-visible .group-live-main{height:100%}.group-live-wall.is-orders-visible .camera-wall{flex:1 1 auto;grid-auto-rows:auto;overflow:auto}.group-live-wall.is-orders-visible .wall-tile{height:auto;aspect-ratio:16/9}.group-live-wall>.order-status-rail{position:static;width:100%;height:100%;border-left:1px solid #dce4ed}.group-live-wall>.order-status-rail .order-status-rail__controls{flex-wrap:wrap}.group-live-wall>.order-status-rail .order-status-rail__search{flex-basis:calc(100% - 38px)}.group-live-wall>.order-status-rail .order-status-rail__pizza-filter,.group-live-wall>.order-status-rail .order-status-rail__type-filter{width:auto;flex:1 1 150px}}.camera-section--offline{margin-top:28px;padding-top:24px}.camera-section--offline-only{margin-top:0;padding-top:0;border-top:0}.camera-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.camera-section__title{margin:0;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-strong)}.camera-section__count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--surface-muted,#eef0f6);color:var(--muted-strong);font-size:12px;font-weight:700}.skeleton-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.skeleton-card{height:294px;background:linear-gradient(90deg,#eef3f8 25%,#f8fafc 50%,#eef3f8 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.camera-card,.skeleton-card{border:1px solid var(--line);border-radius:var(--radius-md)}.camera-card{position:relative;min-width:0;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer}.camera-card:hover{border-color:var(--line-strong)}.camera-card.is-offline .camera-media{opacity:.62}.camera-offline-badge{position:absolute;top:10px;left:10px;z-index:5;padding:4px 9px;border-radius:999px;background:rgba(220,38,38,.92);color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;box-shadow:var(--shadow-sm)}.camera-media{position:relative;background:#eef0f6;cursor:pointer}.camera-media:focus-visible{outline:2px solid #3f5fe8;outline-offset:-2px}.station-order-overlay{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:8px;background:#0b0d10;overflow:hidden;pointer-events:none}.station-order-overlay--player{position:absolute;inset:0;z-index:4;grid-template-columns:minmax(0,1fr) minmax(0,1.125fr) minmax(0,1fr);gap:8px 12px;padding:8px;background:transparent}.stream-player-stage:has(.station-order-overlay--player) .stream-player-video-stage{margin-inline:32%}.station-order-overlay--card{border-top:1px solid var(--line)}.station-order-queue{overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(7,9,12,.8);color:#f3f4f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.24)}.station-order-queue.is-stale{border-color:rgba(251,191,36,.55)}.station-order-queue>header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:700}.station-order-queue>header small{color:#aeb5be;font-size:9px;font-weight:600;text-transform:uppercase;white-space:nowrap}.station-order-queue.is-stale>header small{color:#fbbf24}.station-order-stale{padding:10px 8px;color:#d7dbe0;font-size:10px;line-height:1.35}.station-order-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;grid-gap:7px;gap:7px;padding:5px 8px;border-bottom:1px solid rgba(255,255,255,.07);font-size:10px}.station-order-row.is-working{box-shadow:inset 2px 0 0 #34d399}.station-order-row strong{display:flex;flex-direction:column;color:#fbbf24;font-size:10px;white-space:nowrap}.station-order-arrived{color:#aeb5be;font-size:8px;font-weight:600}.station-order-item{min-width:0}.station-order-item>span{display:flex;align-items:baseline;gap:8px;color:#d7dbe0}.station-order-title{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.station-order-state{flex-shrink:0;color:#aeb5be;font-size:8px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.station-order-state.is-working{color:#34d399}.station-order-elapsed{flex-shrink:0;margin-left:auto;color:#34d399;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.station-order-instructions{margin-top:1px}.station-order-instructions>small{display:block;overflow-wrap:anywhere;color:#aeb5be;font-size:9px;line-height:1.25}.station-order-instructions--additional{margin-top:6px;padding-top:5px;border-top:1px dashed rgba(251,191,36,.35)}.station-order-instructions__label{display:block;margin-bottom:2px;color:#fbbf24;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.station-order-all-instructions{margin-top:5px;padding-top:4px;border-top:1px solid rgba(255,255,255,.1)}.station-order-all-instructions>summary{display:flex;align-items:center;gap:6px;color:#aeb5be;cursor:pointer;font-size:8px;font-weight:700;letter-spacing:.03em;list-style:none;text-transform:uppercase}.station-order-all-instructions>summary::-webkit-details-marker{display:none}.station-order-all-instructions>summary:after{content:"▾";font-size:9px}.station-order-all-instructions[open]>summary:after{content:"▴"}.station-order-instructions--expanded{padding-top:3px}.station-order-instruction-no{color:#f87171}.order-status-rail{display:flex;width:340px;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border-left:1px solid #dce4ed;background:#f8fafc;color:#15171a}.order-status-rail__controls{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:7px 8px;gap:7px 8px;padding:8px 10px;border-bottom:1px solid #dce4ed;background:#fff}.order-status-rail__selected-order{min-width:0}.order-status-rail__search{grid-column:1/-1;display:flex;min-width:0;height:32px;align-items:center;gap:7px;padding:0 9px;border:1px solid #dce4ed;border-radius:7px;background:#f8fafc;color:#8490a2}.order-status-rail__search:focus-within{border-color:#93b4dd;background:#fff;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.order-status-rail__search svg{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.order-status-rail__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#15171a;font:inherit;font-size:11px}.order-status-rail__search input::placeholder{color:#8490a2}.order-status-rail__search input::-webkit-search-cancel-button{display:none}.order-status-rail__search button{display:inline-flex;width:18px;height:18px;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#687385;font-size:16px;line-height:1;cursor:pointer}.order-status-rail__refresh{width:30px;height:30px;flex:0 0 auto;border:1px solid #dce4ed;border-radius:7px;background:#fff;color:#445064;font-size:17px;line-height:1;cursor:pointer}.order-status-rail__refresh:hover{background:#f1f5f9;color:#15171a}.order-status-rail__type-filter{position:relative;min-width:0}.order-status-rail__pizza-filter{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2px;gap:2px;padding:2px;border:1px solid #dce4ed;border-radius:7px;background:#f1f5f9}.order-status-rail__pizza-filter button{min-width:0;height:25px;padding:0 7px;border:0;border-radius:5px;background:transparent;color:#687385;cursor:pointer;font:inherit;font-size:9px;font-weight:750}.order-status-rail__pizza-filter button:hover{color:#15171a}.order-status-rail__pizza-filter button.is-active{background:#fff;color:#2563eb;box-shadow:0 1px 3px rgba(15,23,42,.12)}.order-status-rail__type-trigger{width:100%;min-width:0;height:30px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 9px;border:1px solid #dce4ed;border-radius:7px;background:#fff;color:#445064;cursor:pointer;font:inherit;font-size:10px;font-weight:700}.order-status-rail__type-trigger:hover,.order-status-rail__type-trigger[aria-expanded=true]{border-color:#93b4dc;background:#f8fafc;color:#15171a}.order-status-rail__type-trigger:disabled{cursor:default;opacity:.6}.order-status-rail__type-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-status-rail__type-trigger svg{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;transition:transform .15s ease}.order-status-rail__type-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.order-status-rail__type-menu{position:absolute;top:calc(100% + 5px);left:0;width:220px;padding:6px;border:1px solid #dce4ed;border-radius:9px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.18)}.order-status-rail__type-menu-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 5px 7px}.order-status-rail__type-menu-header>strong{color:#687385;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.order-status-rail__type-menu-header>button{padding:0;border:0;background:transparent;color:#2563eb;cursor:pointer;font:inherit;font-size:9px;font-weight:750}.order-status-rail__type-option{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px;min-height:34px;padding:4px 6px;border-radius:6px;color:#15171a;cursor:pointer}.order-status-rail__type-option:hover{background:#f1f5f9}.order-status-rail__type-option input{position:absolute;opacity:0;pointer-events:none}.order-status-rail__type-option>span{width:16px;height:16px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:4px;color:transparent;font-size:10px;font-weight:800}.order-status-rail__type-option input:checked+span{border-color:#2563eb;background:#2563eb;color:#fff}.order-status-rail__type-option input:focus-visible+span{outline:2px solid rgba(37,99,235,.24);outline-offset:2px}.order-status-rail__type-option>strong{overflow:hidden;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.order-status-rail__body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:14px;overflow-y:auto;padding:12px}.order-status-rail__load-error,.order-status-rail__loading-more{flex:0 0 auto;padding:9px;border:0;background:transparent;color:#687385;font-size:10px;text-align:center}.order-status-rail__load-error{color:#b91c1c;cursor:pointer}.order-status-rail__load-sentinel{min-height:1px;flex:0 0 1px}.order-status-rail__state{display:flex;min-height:160px;flex:1 1 auto;align-items:center;justify-content:center;padding:20px;color:#687385;font-size:12px;text-align:center}.order-status-rail__state.is-error{flex-direction:column;gap:5px;color:#b91c1c}.order-status-rail__state.is-error span{color:#687385}.order-status-group{min-width:0}.order-status-group>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;padding-inline:2px;color:#445064;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.order-status-group>header span{display:flex;align-items:center;gap:6px}.order-status-group>header span:before{width:7px;height:7px;border-radius:50%;background:#f59e0b;content:""}.order-status-group.is-ready>header span:before{background:#16a34a}.order-status-group>header strong{min-width:22px;padding:2px 6px;border-radius:999px;background:#e8edf3;color:#445064;font-size:10px;text-align:center}.order-status-group__list{display:flex;flex-direction:column;gap:6px}.order-status-group__empty{padding:14px 12px;border:1px dashed #cbd5e1;border-radius:8px;color:#8490a2;font-size:11px;text-align:center}.order-status-row{position:relative;display:block;min-width:0;padding:10px 11px;border:1px solid #e1e7ee;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.order-status-group.is-ready .order-status-row{box-shadow:inset 3px 0 0 #16a34a,0 1px 2px rgba(15,23,42,.04)}.order-status-row>summary{display:flex;flex-direction:column;gap:8px;list-style:none;cursor:pointer}.order-status-row>summary::-webkit-details-marker{display:none}.order-status-row>summary:after{align-self:center;color:#687385;content:"⌄";font-size:16px;font-weight:600;line-height:1}.order-status-row[open]>summary:after{content:"⌃"}.order-status-row>summary:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.order-status-row__top{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px}.order-status-row__identity{display:flex;min-width:0;flex-direction:column;gap:4px}.order-status-row__identity>strong{overflow:hidden;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.order-status-row__identity-meta{display:flex;min-width:0;align-items:center;gap:6px}.order-status-row__identity-meta>span:not(.order-status-row__service-type){overflow:hidden;color:#687385;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.order-status-row__service-type{flex:0 0 auto;padding:2px 5px;border:1px solid #c9d6e5;border-radius:999px;background:#f3f7fb;color:#42546a;font-size:8px;font-weight:700;letter-spacing:.04em;line-height:1;text-transform:uppercase;white-space:nowrap}.order-status-row__refund-summary{display:flex;align-items:center;gap:6px;color:#b42318;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__refund-summary strong{font-size:10px;font-weight:750}.order-status-row__refund-summary span{padding-left:6px;border-left:1px solid #fecaca;color:#7f1d1d}.order-status-row__top time{flex:0 0 auto;color:#687385;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.order-status-row__ready-status{display:flex;flex:0 0 auto;align-items:center;gap:5px}.order-status-row__selection-clear{width:23px;height:23px;display:grid;flex:0 0 auto;place-items:center;padding:0;border:1px solid #cbd5e1;border-radius:50%;background:#f8fafc;color:#64748b;cursor:pointer;font:inherit;font-size:16px;line-height:1}.order-status-row__selection-clear:hover{border-color:#94a3b8;background:#eef2f7;color:#334155}.order-status-row__ready-play{display:inline-flex;width:21px;height:21px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 0 0 1px;border:1px solid #bbcadb;border-radius:999px;background:#fff;color:#2563eb;font-size:8px;line-height:1;cursor:pointer}.order-status-row__ready-play:hover{border-color:#7f9bb9;background:#eff6ff;color:#1d4ed8}.order-status-row__ready-play:focus-visible{outline:2px solid #2563eb;outline-offset:1px}.order-status-group.is-ready .order-status-row time{color:#15803d}.order-status-row__due{padding:5px 7px;border-radius:6px;background:#fff7ed;color:#b45309;font-size:10px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__due.is-overdue{background:#fef2f2;color:#dc2626}.order-status-row__items{display:flex;min-width:0;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.order-status-row__items li{min-width:0;color:#445064;font-size:11px}.order-status-row__item-summary{display:flex;min-width:0;align-items:baseline;gap:6px}.order-status-row__item-summary>strong{flex:0 0 auto;color:#15171a;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__crop-list{display:flex;min-width:0;flex-direction:column;gap:5px;margin-top:6px}.order-status-row__crop-carousel{min-width:0}.order-status-row__crop{display:grid;width:100%;min-width:0;grid-template-columns:76px minmax(0,1fr) 16px;align-items:center;grid-gap:8px;gap:8px;padding:5px;border:1px solid #cbd9eb;border-radius:7px;background:#f6f9fd;color:#27364a;cursor:pointer;text-align:left}.order-status-row__crop:hover{border-color:#7ea8dc;background:#edf5ff}.order-status-row__crop.is-pre-cook{border-color:#d8c8ef;background:#faf7ff}.order-status-row__crop.is-pre-cook:hover{border-color:#aa84d3;background:#f5effc}.order-status-row__crop:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.order-status-row__crop img{width:76px;height:52px;border-radius:5px;background:#111827;object-fit:cover}.order-status-row__crop>span{display:flex;min-width:0;flex-direction:column;gap:2px}.order-status-row__crop>span>strong{color:#1d4f91;font-size:10px;font-weight:800}.order-status-row__crop.is-pre-cook>span>strong{color:#7e3fad}.order-status-row__crop.is-pre-cook svg{stroke:#7e3fad}.order-status-row__crop time{color:#445064!important;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__crop small{overflow:hidden;color:#687385;font-size:8px;font-weight:700;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.order-status-row__crop small.is-high,.order-status-row__crop small.is-medium-high{color:#15803d}.order-status-row__crop small.is-low{color:#b45309}.order-status-row__crop small.is-analysis{color:#526174;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-transform:none}.order-status-row__crop-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:3px;color:#687385;font-size:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__crop-controls button{display:inline-flex;width:20px;height:18px;align-items:center;justify-content:center;padding:0;border:1px solid #cbd9eb;border-radius:5px;background:#fff;color:#2563eb;cursor:pointer;font-size:14px;line-height:1}.order-status-row__crop-controls button:hover{border-color:#7ea8dc;background:#edf5ff}.order-status-row__crop svg{width:16px;height:16px;fill:none;stroke:#2563eb;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.order-status-row__preview-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-status-row__status-dot{width:7px;height:7px;flex:0 0 7px;align-self:center;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 2px rgba(148,163,184,.14)}.order-status-row__status-dot.is-ready{background:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.14)}.order-status-row__status-dot.is-active{background:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.14)}.order-status-row__status-dot.is-waiting{background:#f59e0b;box-shadow:0 0 0 2px rgba(245,158,11,.14)}.order-status-row__status-dot.is-stopped{background:#dc2626;box-shadow:0 0 0 2px rgba(220,38,38,.14)}.order-status-row__items .order-status-row__more{color:#687385;font-size:10px}.order-status-row__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:7px;border-top:1px solid #eef1f5;color:#8490a2;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__details{display:flex;flex-direction:column;gap:14px;margin-top:11px;padding-top:11px;border-top:1px solid #dce4ed}.order-status-row__details section{min-width:0}.order-status-row__order-key{display:flex;flex-direction:column;gap:3px;color:#687385;font-size:9px}.order-status-row__order-key span{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.order-status-row__order-key code{padding:6px 7px;overflow-wrap:anywhere;border:1px solid #e8edf3;border-radius:6px;background:#f8fafc;color:#445064;font-size:9px;-webkit-user-select:all;-moz-user-select:all;user-select:all}.order-status-row__details h4{margin:0 0 7px;color:#445064;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.order-status-row__refunds{padding:9px;border:1px solid #fecaca;border-radius:7px;background:#fff7f7}.order-status-row__refunds-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:7px}.order-status-row__refunds-heading h4{margin-bottom:0;color:#991b1b}.order-status-row__refunds-heading>span{color:#7f1d1d;font-size:9px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__refunds ul{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.order-status-row__refunds li{padding:7px 8px;border:1px solid #fee2e2;border-radius:6px;background:#fff}.order-status-row__refund-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.order-status-row__refund-topline strong{color:#b42318;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__refund-topline span{padding:2px 5px;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:8px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.order-status-row__refunds p{margin:5px 0 3px;color:#445064;font-size:10px;line-height:1.35}.order-status-row__refunds small{color:#8490a2;font-size:8px}.order-status-row__all-items,.order-status-row__components{display:flex;flex-direction:column;gap:7px;margin:0;padding:0;list-style:none}.order-status-row__all-items>li{padding:8px;border:1px solid #e8edf3;border-radius:7px;background:#fff}.order-status-row__all-items>li.is-removed{opacity:.58;text-decoration:line-through}.order-status-row__all-items>.order-status-row__empty-items{color:#687385;font-size:10px;font-style:italic;text-decoration:none}.order-status-row__components li,.order-status-row__item-title{display:flex;min-width:0;align-items:baseline;gap:6px;color:#15171a;font-size:11px}.order-status-row__components strong,.order-status-row__item-title>strong{flex:0 0 auto;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__components span,.order-status-row__item-title>span{min-width:0}.order-status-row__item-meta{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto}.order-status-row__components small,.order-status-row__item-meta small{margin-left:auto;color:#687385;font-size:9px;text-transform:capitalize}.order-status-row__item-ready{color:#15803d;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.order-status-row__components{margin-top:7px;margin-left:15px;padding-left:9px;border-left:2px solid #dce4ed}.order-status-row__components li{color:#445064;font-size:10px}.order-status-row__note{margin:7px 0 0;padding:6px 7px;border-radius:5px;background:#fff7ed;color:#9a3412;font-size:10px;line-height:1.35;white-space:pre-wrap}.order-status-row__item-time{display:block;margin-top:7px;color:#687385;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-row__timeline{display:flex;flex-direction:column;gap:6px;margin:0}.order-status-row__timeline-details>summary{margin:0 0 7px;color:#445064;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.order-status-row__timeline-details>summary:hover{color:#15171a}.order-status-row__timeline-details>summary::marker{color:#687385}.order-status-row__timeline-state{margin:0 0 7px;color:#687385;font-size:9px}.order-status-row__timeline-state.is-error{color:#b42318}.order-status-row__timeline dd>span{color:#687385}.order-status-row__timeline-time{display:flex;align-items:center;justify-content:space-between;gap:6px}.order-status-row__timeline-play{display:inline-flex;flex:none;align-items:center;gap:3px;padding:2px 5px;border:1px solid #dce4ed;border-radius:5px;background:#fff;color:#445064;font:inherit;font-size:8px;font-weight:700;cursor:pointer}.order-status-row__timeline-play:hover{border-color:#9fb2c8;background:#f5f8fb;color:#15171a}.order-status-row__timeline-play:focus-visible{outline:2px solid #2563eb;outline-offset:1px}.order-status-row__timeline>div{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:8px;gap:8px;padding-bottom:6px;border-bottom:1px solid #eef1f5}.order-status-row__timeline>div:last-child{padding-bottom:0;border-bottom:0}.order-status-row__timeline dt{color:#687385;font-size:9px}.order-status-row__timeline dd{display:flex;min-width:0;flex-direction:column;gap:2px;margin:0;color:#445064;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.35;overflow-wrap:anywhere}.order-status-row__timeline dd small{color:#8490a2;font-size:8px;text-transform:capitalize}.station-order-overlay--player .station-order-queue>header{padding:10px 12px;font-size:14px}.station-order-overlay--player .station-order-queue>header small{font-size:11px}.station-order-overlay--player .station-order-queue{min-height:0;overflow-y:auto;overscroll-behavior:contain;pointer-events:auto;touch-action:pan-y}.station-order-secondary{position:absolute;z-index:5;bottom:8px;left:8px;width:calc((100% - 48px) / 3.125);max-height:calc(100% - 16px);overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(7,9,12,.9);box-shadow:0 8px 24px rgba(0,0,0,.24);pointer-events:auto}.station-order-secondary>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;color:#f3f4f6;cursor:pointer;font-size:13px;font-weight:700;list-style:none}.station-order-secondary>summary::-webkit-details-marker{display:none}.station-order-secondary>summary:after{content:"▴";color:#aeb5be;font-size:11px}.station-order-secondary:not([open])>summary:after{content:"▾"}.station-order-secondary>summary small{margin-left:auto;color:#aeb5be;font-size:10px;font-weight:600;text-transform:uppercase}.station-order-secondary[open]{display:flex;height:min(52vh,460px);flex-direction:column}.station-order-secondary[open]>.station-order-queue{max-height:none;flex:1 1 auto;min-height:0;border:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0;box-shadow:none}.station-order-secondary>.station-order-queue>header{display:none}.station-order-overlay--player .station-order-row{grid-template-columns:minmax(48px,auto) minmax(0,1fr);gap:10px;padding:10px 12px;font-size:13px;line-height:1.35}.station-order-overlay--player .station-order-row strong{font-size:13px}.station-order-overlay--player .station-order-arrived,.station-order-overlay--player .station-order-state{font-size:10px}.station-order-overlay--player .station-order-elapsed{font-size:11px}.station-order-overlay--player .station-order-instructions{margin-top:3px}.station-order-overlay--player .station-order-instructions>small{font-size:11px;line-height:1.4}.station-order-overlay--player .station-order-instructions__label{font-size:9px}.station-order-overlay--player .station-order-all-instructions>summary{font-size:10px}@media (max-width:900px){.station-order-overlay--player{position:relative;inset:auto;z-index:1;flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto!important;gap:8px;background:#0b0d10;border-top:1px solid rgba(255,255,255,.16)}.station-order-overlay--player .station-order-queue{grid-column:auto!important;grid-row:auto!important}.station-order-secondary{position:relative;inset:auto;width:auto;max-height:none}.station-order-secondary[open]{height:auto}.stream-player-stage:has(.station-order-overlay--player) .stream-player-video-stage{margin-inline:0}}.camera-overlay-actions{position:absolute;top:10px;right:10px;z-index:4;display:flex;gap:6px;opacity:0;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease}.camera-card:focus-within .camera-overlay-actions,.camera-card:hover .camera-overlay-actions{opacity:1;transform:translateY(0)}.camera-action-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.94);color:var(--ink);cursor:pointer;box-shadow:0 6px 16px rgba(15,23,42,.2);transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.camera-action-btn svg{width:16px;height:16px}.camera-action-btn:hover{background:#ffffff;transform:translateY(-1px)}.camera-action-btn--danger:hover{background:var(--red);border-color:var(--red);color:#ffffff}.camera-action-btn[data-tooltip]:after{top:calc(100% + 7px);left:auto;right:0;transform:translateX(0) translateY(-2px)}.camera-action-btn[data-tooltip]:focus-visible:after,.camera-action-btn[data-tooltip]:hover:after{transform:translateX(0) translateY(0)}.camera-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.camera-video{width:100%}.camera-video,.camera-webrtc-shell{aspect-ratio:16/9;background:#111315}.camera-webrtc-shell{position:relative}.camera-webrtc-shell .camera-video{height:100%;object-fit:contain}.camera-webrtc-status{position:absolute;inset:0;z-index:2;display:grid;place-items:center;grid-gap:10px;gap:10px;background:rgba(17,19,21,.62);color:#f8fafc;font-size:13px;font-weight:680;pointer-events:none}.camera-webrtc-status .camera-spinner{width:32px;height:32px}.camera-placeholder{aspect-ratio:16/9;justify-content:center;overflow:hidden;background:#eef0f6}.camera-placeholder,.camera-placeholder__content{position:relative;display:flex;align-items:center;color:var(--muted-strong)}.camera-placeholder__content{z-index:2;max-width:100%;padding:0 14px;flex-direction:column;gap:10px;font-size:13px;font-weight:620;text-align:center}.camera-placeholder__content svg{opacity:.55}.camera-placeholder .camera-spinner{border-color:rgba(0,0,0,.1);border-top-color:var(--accent)}.camera-placeholder--error{background:#eef0f6;color:var(--muted-strong);flex-direction:column;gap:16px}.camera-placeholder--error .camera-placeholder__content{color:var(--muted-strong)}.camera-placeholder--error .camera-placeholder__content svg{color:var(--red);opacity:.85}.camera-spinner{width:40px;height:40px;border:2px solid rgba(255,255,255,.5);border-top:2px solid var(--accent);border-radius:50%;animation:spin .9s linear infinite}.camera-overlay-label{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:44px 16px 13px;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.28) 32%,rgba(0,0,0,.08) 62%,rgba(0,0,0,0));pointer-events:none}.camera-overlay-label .camera-title{color:#ffffff}.camera-overlay-label .camera-meta{color:rgba(255,255,255,.82)}.btn-danger{color:var(--red)}.btn-danger:hover{background:var(--red-soft);border-color:var(--red);color:var(--red)}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.camera-title{margin:0;color:var(--ink);font-size:16px;font-weight:740}.camera-meta,.camera-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.camera-meta{margin-top:4px;color:var(--muted);font-size:12px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);background:#ffffff}.auth-visual{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:44px;background:linear-gradient(120deg,rgba(255,255,255,.96),rgba(255,255,255,.48)),linear-gradient(135deg,#eef3f8,#ffffff 48%,#c9d7e5);color:var(--ink-strong)}.auth-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(21,23,26,.055) 1px,transparent 0),linear-gradient(90deg,rgba(21,23,26,.055) 1px,transparent 0);background-size:52px 52px}.auth-visual>*{position:relative;z-index:1}.auth-visual .brand{color:var(--ink-strong)}.auth-visual__copy{max-width:560px;margin-top:auto}.auth-visual h1{margin:0;font-size:clamp(44px,6vw,76px);line-height:.95;letter-spacing:0}.auth-visual p{max-width:500px;margin:22px 0 0;color:var(--muted-strong);font-size:18px;line-height:1.55}.auth-panel{display:flex;align-items:center;justify-content:center;padding:44px 28px;background:var(--surface-soft)}.auth-card{width:min(100%,430px);padding:34px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-md)}.auth-card__header{margin-bottom:30px}.auth-card h2{margin:0;color:var(--ink-strong);font-size:32px;line-height:1.05;letter-spacing:0}.auth-card p{margin:10px 0 0;color:var(--muted);line-height:1.55}.form-stack{display:grid;grid-gap:16px;gap:16px}.form-field{display:grid;grid-gap:8px;gap:8px}.form-field label{color:var(--muted-strong);font-size:13px;font-weight:700}.form-field input{width:100%;height:48px;padding:0 14px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#ffffff;color:var(--ink);outline:none;font-size:15px}.form-field input:focus{border-color:var(--ink);box-shadow:0 0 0 4px rgba(21,23,26,.08)}.error-banner{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(220,38,38,.24);border-radius:var(--radius-sm);background:var(--red-soft);color:var(--red);font-size:13px}.auth-footnote{margin-top:22px;color:var(--muted);font-size:13px;text-align:center}.auth-submit{width:100%;margin-top:6px}.auth-submit .camera-spinner{width:16px;height:16px;border-width:2px;border-color:#ffffff rgba(255,255,255,.35) rgba(255,255,255,.35)}.animate-fadeIn{animation:fadeIn .28s ease-out both}.animate-shimmer{background:linear-gradient(90deg,#eef3f8 25%,#f8fafc 50%,#eef3f8 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.nav-links{display:none}.site-header__inner{height:56px;gap:16px}.user-org{max-width:180px}.dashboard-main{padding-top:36px}.glasses-live__content{grid-template-columns:1fr}.glasses-live__run-picker{align-items:flex-start;flex-direction:column}.glasses-live__run-picker label{width:100%;grid-template-columns:auto minmax(0,1fr);margin-left:0}.glasses-live__cooking-overview--top{grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr)}.glasses-live__cooking-overview--top .glasses-live__cooking-details{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.glasses-live__debug--rail{width:100%;height:600px}.recipe-viewer__layout{grid-template-columns:220px minmax(0,1fr)}.recipe-step__content{grid-template-columns:1fr}.camera-grid,.camera-wall,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.camera-section--offline{margin-top:22px;padding-top:20px}.hero{min-height:clamp(620px,calc(100svh - 104px),760px)}.hero__inner{padding-top:56px;padding-bottom:48px;align-items:flex-end;flex-direction:column;justify-content:flex-end;gap:34px}.hero-copy,.hero-signal-panel{width:100%;max-width:none}.auth-page,.feature-grid,.metrics-strip__inner,.platform-split,.use-case-grid{grid-template-columns:1fr}.auth-visual{min-height:420px}.auth-panel{padding-top:34px}}@media (max-width:680px){.site-header__inner{height:56px;padding:0 1.25rem;gap:12px}.brand-wordmark{font-size:16px}.console-brand{gap:10px}.console-brand__logo{height:22px;width:auto}.header-actions{gap:8px}.header-actions--user{flex-shrink:0}.recipe-viewer__header{align-items:flex-start}.recipe-viewer__count{display:none}.recipe-viewer__layout{grid-template-columns:1fr}.recipe-library{position:static}.recipe-library__list{display:flex;overflow-x:auto;padding-bottom:2px}.recipe-library__list button{flex:0 0 180px}.recipe-editor__footer,.recipe-import__footer,.recipe-import__heading{align-items:stretch;flex-direction:column}.recipe-import__heading>span{display:none}.recipe-editor__actions,.recipe-editor__actions .btn,.recipe-import__footer .btn{width:100%}.recipe-editor__actions{display:grid}.recipe-step{grid-template-columns:52px minmax(0,1fr)}.recipe-step__actions{grid-column:1/-1;flex-direction:row;justify-content:flex-end}.recipe-step__actions button.is-danger{margin-top:0;margin-left:auto}.header-actions .btn-ghost{display:none}.btn{min-height:38px;padding:9px 12px;font-size:13px}.hero__inner{padding:42px 18px 34px}.hero-copy{width:100%;max-width:calc(100vw - 36px);min-width:0}.hero-lede{max-width:min(32ch,100%)}.hero h1{max-width:9.5ch;font-size:clamp(60px,18vw,88px)}.command-grid,.hero-proof{grid-template-columns:1fr}.command-side{display:none}.command-feed{min-height:300px}.header-actions--guest{display:none}.dashboard-main,.metrics-strip,.section{padding-left:18px;padding-right:18px}.dashboard-main{padding-top:24px;padding-bottom:48px}.console-toolbar{margin-bottom:14px}.console-controls{align-items:stretch;flex-direction:column;gap:10px;margin-bottom:18px}.console-controls .console-toolbar{align-self:flex-end}.glasses-live__header{align-items:flex-start;flex-direction:column;gap:14px}.glasses-live__run-picker label{grid-template-columns:1fr;gap:5px}.glasses-live__timeline{grid-template-columns:auto auto minmax(0,1fr) auto}.glasses-live__timeline>button:last-child{display:none}.glasses-live__run-picker select{width:100%}.glasses-live__cooking-overview--top{grid-template-columns:1fr;gap:12px}.glasses-live__cooking-overview--top .glasses-live__cooking-recipe{padding-right:0;padding-bottom:12px;border-right:0;border-bottom:1px solid var(--line)}.glasses-live__cooking-overview--top .glasses-live__cooking-details{grid-column:auto}.glasses-live__stage{min-height:260px;aspect-ratio:4/3}.glasses-live__debug--rail{height:520px;min-height:0}.glasses-live__debug--rail .glasses-live__debug-list{max-height:none}.glasses-live__debug-controls{align-items:stretch;flex-direction:column}.glasses-live__debug-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.glasses-live__debug-tabs button{justify-content:center}.glasses-live__debug-controls>label{align-self:flex-end}.glasses-live__observation-main{grid-template-columns:80px minmax(0,1fr)}.glasses-live__observation-main--text-only{grid-template-columns:minmax(0,1fr)}.glasses-live__observation-frame{width:80px}.glasses-live__message{grid-template-columns:1fr}.glasses-live__message-heading{display:block}.glasses-live__message-state{display:block;max-width:none;margin-top:7px;text-align:left}.glasses-live__message-send{min-height:44px}.glasses-live__footer{align-items:flex-start;flex-direction:column;gap:5px}.camera-grid,.skeleton-grid{grid-template-columns:1fr;gap:14px}.camera-section__header{margin-bottom:12px}.camera-section--offline{margin-top:20px;padding-top:18px}.camera-title{font-size:15px}.camera-overlay-label{padding:38px 14px 12px}.metric{min-height:150px}.section{padding-top:66px;padding-bottom:66px}.feature-grid{grid-template-columns:1fr}.cta-band{margin:0 18px 56px;padding:34px 24px;flex-direction:column;align-items:flex-start}.groups-modal-backdrop{padding:74px 12px 12px}.groups-modal{width:100%;max-height:calc(100svh - 86px)}.group-live-backdrop{padding:0}.group-live-modal{width:100%;height:100svh;max-height:none;border-radius:0;border-left:0;border-right:0}.group-live-header{align-items:flex-start;padding:14px}.group-live-actions{gap:8px}.group-live-body{padding:12px}.group-replay-row{grid-template-columns:minmax(0,1fr) auto}.group-replay-right{grid-column:1/-1;justify-content:center}.camera-wall{grid-template-columns:1fr;gap:12px}.user-block,.user-meta{display:none}.state-panel{margin-top:40px;padding:30px 22px}.state-panel--wide{min-height:min(320px,calc(100svh - 170px))}.auth-visual{min-height:340px;padding:28px}.auth-panel{padding:24px 18px 42px}.auth-card{padding:26px 20px}}.add-camera-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(20,20,20,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.add-camera-modal{position:relative;width:min(100%,520px);max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);padding:24px}.camera-group-order-hint{margin:-2px 0 9px;color:var(--muted);font-size:11px;line-height:1.4}.camera-group-camera{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 10px;background:var(--surface)}.camera-group-camera.is-selected{background:#f5f8fc}.camera-group-camera label{min-width:0}.camera-group-camera__position{width:22px;height:22px;display:inline-flex;flex:0 0 22px;align-items:center;justify-content:center;border-radius:999px;background:#e2e8f0;color:#334155;font-size:10px;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.camera-group-camera__name{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.camera-group-camera__actions{display:flex;align-items:center;gap:5px}.camera-group-camera__actions button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:6px;background:#ffffff;color:#445064;font-size:14px;cursor:pointer}.camera-group-camera__actions button:hover:not(:disabled){border-color:#9fb2c8;background:#eef4fb;color:#15171a}.camera-group-camera__actions button:disabled{opacity:.35;cursor:default}.add-camera-confirm{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:24px;border-radius:18px;background:rgba(20,20,20,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.add-camera-confirm-card{width:min(100%,400px);display:flex;flex-direction:column;gap:14px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg)}.add-camera-confirm-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--ink-strong);line-height:1.35}.add-camera-confirm-copy{margin:0;font-size:.9rem;line-height:1.5;color:var(--muted)}.add-camera-header{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.add-camera-header h2{margin:6px 0 0;font-size:1.35rem;color:var(--ink-strong)}.add-camera-close{min-width:40px;font-size:1.5rem;line-height:1}.add-camera-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.add-camera-copy{margin:0;color:var(--muted);line-height:1.5}.add-camera-error{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:var(--red-soft);color:var(--red);font-size:.92rem}.add-camera-filter{width:100%;padding:11px 14px;border-radius:12px;border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);font-size:.95rem}.add-camera-filter:focus{outline:none;border-color:var(--blue);background:var(--surface)}.add-camera-no-results{padding:22px 18px;border-radius:12px;background:var(--surface-soft);text-align:center}.add-camera-no-results p{margin:0 0 14px;color:var(--muted)}.add-camera-request{white-space:nowrap}.add-camera-request:disabled{opacity:.8;cursor:default}.add-camera-request-note{margin:14px 0 0!important;color:var(--green,var(--blue));font-size:.88rem}.add-camera-provider-list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;gap:8px;max-height:min(52vh,420px);overflow-y:auto}.add-camera-provider{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.add-camera-provider__name{display:flex;flex-direction:column}.add-camera-provider__media{margin-left:auto;display:flex;align-items:center;gap:12px;flex-shrink:0}.add-camera-provider__logo{height:16px;width:auto;max-width:110px;object-fit:contain;object-position:right center}.add-camera-provider__logo.is-tall{height:34px}.add-camera-provider__badge{flex-shrink:0;padding:4px 10px;border-radius:999px;background:var(--amber-soft);color:var(--amber);font-size:.78rem;font-weight:600;white-space:nowrap}.add-camera-provider:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft)}.add-camera-provider:disabled{opacity:.6;cursor:wait}.add-camera-provider strong{display:block;margin-bottom:4px;color:var(--ink-strong)}.add-camera-provider__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--surface-alt);color:var(--ink)}.add-camera-provider__hint{display:block;color:var(--muted);font-size:.9rem}.add-camera-empty,.add-camera-loading{padding:18px;border-radius:12px;background:var(--surface-soft);color:var(--muted)}.add-camera-device-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.add-camera-device{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);text-align:left;cursor:pointer}.add-camera-device.is-selected:not(:disabled),.add-camera-device:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft)}.add-camera-device.is-added{opacity:.55;cursor:default}.add-camera-device:disabled:not(.is-added){cursor:not-allowed}.add-camera-device strong{display:block;margin-bottom:4px;color:var(--ink-strong)}.add-camera-device__type{display:block;color:var(--muted);font-size:.82rem}.add-camera-device__action{color:var(--blue);font-weight:600;white-space:nowrap}.add-camera-device__toggle{display:inline-flex;align-items:center;width:38px;height:22px;padding:2px;border-radius:999px;background:var(--line);transition:background .15s ease}.add-camera-device__toggle.is-on{background:var(--blue)}.add-camera-device__toggle-dot{width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease}.add-camera-device__toggle.is-on .add-camera-device__toggle-dot{transform:translateX(16px)}.add-camera-back,.add-camera-back-top{align-self:flex-start}.add-camera-back-top{background:none;border:none;padding:0;cursor:pointer;font:inherit;font-size:.875rem;font-weight:500;color:var(--muted)}.add-camera-back-top:hover{color:var(--ink)}.add-camera-consent{overflow:hidden;gap:0}.add-camera-consent-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-bottom:18px}.add-camera-consent-footer{flex:none;display:flex;flex-direction:column;gap:14px;padding-top:16px;border-top:1px solid var(--line)}.add-camera-consent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.add-camera-consent-list li{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:12px}.add-camera-consent-list li:hover{background:var(--surface-soft)}.add-camera-consent-check{flex:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;border-radius:999px;background:var(--green-soft,var(--surface-soft));color:var(--green,var(--blue));font-size:.74rem;font-weight:700}.add-camera-consent-list strong{display:block;color:var(--ink);font-size:.92rem;margin-bottom:2px}.add-camera-consent-list span{color:var(--muted);line-height:1.45;font-size:.88rem}.add-camera-tutorial-open{align-self:flex-start}.add-camera-tutorial-hint{margin:0;color:var(--muted);font-size:.85rem;line-height:1.45}.add-camera-tutorial-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:10px;color:var(--ink);line-height:1.5;font-size:.92rem}.add-camera-tutorial-list strong{color:var(--ink);font-weight:600}.add-camera-tutorial-email{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:var(--surface-soft)}.add-camera-tutorial-email code{font-size:.95rem;font-weight:600;color:var(--ink);word-break:break-all}.add-camera-tutorial-copy{flex:none;display:inline-flex;align-items:center;justify-content:center;padding:8px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px}.add-camera-tutorial-copy:hover{background:var(--surface);border-color:var(--line-strong);color:var(--ink)}.add-camera-consent-check-row{display:flex;gap:10px;align-items:flex-start;color:var(--ink);line-height:1.45;font-size:.9rem}.add-camera-consent-check-row input{margin-top:2px;flex:none;width:17px;height:17px;accent-color:var(--blue)}.add-camera-agreement-toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;font-size:.9rem;font-weight:600;color:var(--blue);cursor:pointer}.add-camera-agreement-toggle:hover{text-decoration:underline}.add-camera-agreement-chevron{transition:transform .18s ease}.add-camera-agreement-toggle.is-open .add-camera-agreement-chevron{transform:rotate(180deg)}.add-camera-agreement{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:.86rem;line-height:1.55}.add-camera-agreement p{margin:0 0 12px}.add-camera-agreement p:last-child{margin-bottom:0}.add-camera-agreement-title{margin:0 0 14px;color:var(--ink);font-size:.96rem;font-weight:700}.add-camera-agreement-blank{display:inline-block;min-width:90px;border-bottom:1px solid var(--line)}.add-camera-consent-actions{display:flex;justify-content:flex-end;gap:10px}.add-camera-consent-actions .btn{min-width:120px}@media (max-width:480px){.site-header__inner{padding:0 1.25rem}.dashboard-main{padding-left:12px;padding-right:12px}.btn-icon{width:38px;padding:9px}.camera-offline-badge{top:8px;left:8px;padding:4px 8px}.add-camera-backdrop,.groups-modal-backdrop{align-items:stretch;padding:8px}.add-camera-modal,.groups-modal{width:100%;max-height:calc(100svh - 16px);border-radius:var(--radius-md)}.add-camera-modal{padding:18px}.add-camera-device,.add-camera-provider{align-items:flex-start;padding:12px}.add-camera-provider__name{min-width:0}.add-camera-provider__media{flex-direction:column;align-items:flex-end;gap:8px}.add-camera-provider__logo{max-width:78px}.add-camera-consent-actions{flex-direction:column-reverse}.add-camera-consent-actions .btn{width:100%}}.menu-viewer{width:min(100%,1320px);margin:0 auto}.menu-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.menu-viewer__header h1{margin:0;color:var(--ink-strong);font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.03em}.menu-viewer__header p{max-width:650px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.menu-viewer__count{flex:none;min-height:32px;display:inline-flex;align-items:center;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:700;box-shadow:var(--shadow-sm)}.menu-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px}.menu-search{flex:1 1 260px;min-width:0;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:13px}.menu-kinds{display:flex;flex-wrap:wrap;gap:6px}.menu-kinds button{padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:650;cursor:pointer}.menu-kinds button:hover{background:var(--surface-soft)}.menu-kinds button.is-active{border-color:rgba(63,95,232,.24);background:#eef1fd;color:#3f5fe8}.menu-toggle{display:inline-flex;align-items:center;gap:7px;color:var(--muted-strong);font-size:12px;font-weight:650}.menu-state{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:44px 18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:13px;text-align:center}.menu-state strong{font-size:15px}.menu-state strong,.menu-state--error strong{color:var(--ink-strong)}.menu-groups{display:grid;grid-gap:26px;gap:26px}.menu-group__header{display:flex;align-items:baseline;gap:9px;margin-bottom:10px}.menu-group__header h2{margin:0;color:var(--ink-strong);font-size:14px;font-weight:780;letter-spacing:.02em}.menu-group__header span{color:var(--muted);font-size:12px;font-weight:700}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:10px;gap:10px}.menu-card{min-width:0;display:grid;grid-gap:6px;gap:6px;padding:13px 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface);box-shadow:var(--shadow-sm);color:var(--ink);cursor:pointer;text-align:left}.menu-card:hover{background:var(--surface-soft)}.menu-card--selected{border-color:rgba(63,95,232,.32);background:#eef1fd}.menu-card--inactive{opacity:.62}.menu-card__title{display:flex;align-items:center;justify-content:space-between;gap:8px}.menu-card__title strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.menu-badge{flex:none;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.menu-badge--muted{background:var(--surface-soft);color:var(--muted)}.menu-card__meta{display:flex;justify-content:flex-end;gap:8px;color:var(--muted);font-size:11px}.menu-card__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-detail{position:-webkit-sticky;position:sticky;bottom:16px;margin-top:22px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.menu-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.menu-detail__header h2{margin:0;color:var(--ink-strong);font-size:17px;letter-spacing:-.02em}.menu-detail__header span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.menu-detail__description{margin:12px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.55}.menu-detail__facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;margin:16px 0 0}.menu-detail__facts dt{color:var(--muted);font-size:10px;font-weight:780;letter-spacing:.09em;text-transform:uppercase}.menu-detail__facts dd{margin:5px 0 0;color:var(--ink);font-size:13px;overflow-wrap:anywhere}@media (max-width:720px){.menu-viewer__count{display:none}.menu-grid{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.station-viewer{width:min(100%,1420px);margin:0 auto}.station-viewer__breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:13px;color:var(--muted);font-size:12px;font-weight:650}.station-viewer__breadcrumb a:hover{color:var(--ink)}.station-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.station-viewer__header h1{margin:0;color:var(--ink-strong);font-size:clamp(26px,3vw,36px);line-height:1.05;letter-spacing:-.035em}.station-viewer__header p{max-width:720px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.station-refresh{flex:none;display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm);font-size:12px;font-weight:700;cursor:pointer}.station-refresh:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-soft)}.station-refresh:disabled{opacity:.65;cursor:default}.station-refresh .is-spinning{animation:station-spin .8s linear infinite}@keyframes station-spin{to{transform:rotate(1turn)}}.station-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.station-summary article{display:grid;grid-gap:4px;gap:4px;padding:15px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.station-section-kicker,.station-summary article>span{color:var(--muted);font-size:10px;font-weight:780;letter-spacing:.09em;text-transform:uppercase}.station-summary article>strong{color:var(--ink-strong);font-size:26px;line-height:1.05}.station-summary article>small{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.station-summary article.is-attention{border-color:#e5c99e;background:var(--amber-soft)}.station-summary article.is-attention>strong{color:var(--amber)}.station-summary article.is-healthy{border-color:#bad8c9;background:var(--green-soft)}.station-summary article.is-healthy>strong{color:var(--green)}.station-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.station-search{flex:1 1 320px;min-width:0;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted)}.station-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.station-search input{width:100%;min-width:0;padding:9px 0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.station-toolbar>select{min-height:36px;padding:7px 30px 7px 10px;color:var(--muted-strong);font-size:12px;font-weight:650}.station-filter,.station-toolbar>select{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.station-filter{display:inline-flex;padding:3px}.station-filter button{padding:6px 9px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:11px;font-weight:700;cursor:pointer}.station-filter button.is-active{background:var(--ink);color:var(--surface)}.station-results-meta{display:flex;justify-content:space-between;gap:12px;padding:10px 2px 8px;color:var(--muted);font-size:11px}.station-card{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-sm)}.station-card.has-warning{border-left:3px solid #d39a50}.station-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid var(--line)}.station-card__identity{min-width:0;display:flex;align-items:flex-start;gap:11px}.station-status-dot{flex:none;width:9px;height:9px;margin-top:6px;border-radius:50%;background:var(--line-strong);box-shadow:0 0 0 3px var(--surface-alt)}.station-status-dot.is-live{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.station-status-dot.is-stale{background:var(--amber);box-shadow:0 0 0 3px var(--amber-soft)}.station-card__title{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.station-card__title h2{margin:0;color:var(--ink-strong);font-size:15px;letter-spacing:-.01em}.station-card__title>span{padding:3px 6px;border-radius:5px;background:var(--blue-soft);color:var(--blue);font-size:9px;font-weight:780;letter-spacing:.06em;text-transform:uppercase}.station-card__identity p{margin:4px 0 0;color:var(--muted);font-size:11px}.station-card__warnings{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px}.station-health{padding:4px 7px;border-radius:999px;font-size:9px;font-weight:780;letter-spacing:.04em;text-transform:uppercase}.station-health.is-good{background:var(--green-soft);color:var(--green)}.station-health.is-warning{background:var(--amber-soft);color:var(--amber)}.station-card__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr)}.station-devices{min-width:0;padding:14px 16px;border-right:1px solid var(--line)}.station-column-title{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:780;letter-spacing:.07em;text-transform:uppercase}.station-column-title strong{display:inline-grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:var(--surface-alt);color:var(--muted-strong);font-size:9px}.station-device-list{display:grid;grid-gap:7px;gap:7px;margin-top:9px}.station-device{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.device-identity{min-width:0;display:flex;align-items:center;gap:10px}.device-identity__icon{flex:none;width:28px;height:34px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface)}.device-identity__icon span{width:13px;height:18px;border:2px solid var(--muted-strong);border-radius:2px;box-shadow:inset 0 -4px 0 var(--surface-alt)}.device-identity>div:last-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.device-identity small,.device-identity span,.device-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-identity strong{color:var(--ink);font-size:12px}.device-identity span{color:var(--muted-strong);font-size:10px}.device-identity small{color:var(--muted);font-size:9px}.station-assignment{flex:none;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:5px;max-width:310px}.station-assignment span,.station-assignment time{padding:4px 6px;border-radius:5px;background:var(--surface);color:var(--muted);font-size:9px;font-weight:650}.station-assignment span:first-child{background:var(--green-soft);color:var(--green)}.station-inline-empty{margin-top:9px;padding:15px;border:1px dashed #d8bc91;border-radius:8px;background:var(--amber-soft);color:#79501d;font-size:11px}.station-signals{display:grid;grid-template-columns:1fr}.station-signals>div{min-width:0;padding:14px 16px}.station-signals>div+div{border-top:1px solid var(--line)}.station-live-facts{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:9px}.station-live-facts strong{color:var(--ink);font-size:13px}.station-fact-muted,.station-live-facts span,.station-live-facts time{color:var(--muted);font-size:10px}.station-fact-muted{display:block;margin-top:9px}.station-camera-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.station-camera-list span{max-width:100%;overflow:hidden;padding:4px 7px;border-radius:5px;background:var(--blue-soft);color:var(--blue);font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.station-technical{border-top:1px solid var(--line)}.station-technical summary{width:-moz-fit-content;width:fit-content;margin:0 16px;padding:9px 0;color:var(--muted);font-size:10px;font-weight:650;cursor:pointer}.station-technical dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0;padding:0 16px 14px}.station-technical dt{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.station-technical dd{margin:4px 0 0;overflow-wrap:anywhere;color:var(--muted-strong);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.unassigned-devices{margin-top:24px;padding:16px;border:1px solid #e5c99e;border-radius:11px;background:var(--amber-soft)}.unassigned-devices>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.unassigned-devices h2{margin:4px 0 0;color:var(--ink-strong);font-size:17px}.unassigned-devices p{margin:5px 0 0;color:#79501d;font-size:11px}.unassigned-devices>header>strong{color:var(--amber);font-size:26px}.unassigned-device-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:8px;gap:8px;margin-top:14px}.unassigned-device-grid>.device-identity{padding:11px;border:1px solid #e3c18e;border-radius:8px;background:rgba(255,255,255,.64)}.station-state{display:grid;justify-items:center;grid-gap:7px;gap:7px;padding:40px 18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:12px;text-align:center}.station-state strong{color:var(--ink);font-size:14px}.station-state--error{margin-bottom:16px;border-color:#e9b4ad;background:var(--red-soft)}.station-state button{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font-size:11px;font-weight:700;cursor:pointer}.station-loading{display:grid;grid-gap:10px;gap:10px}.station-loading div{height:150px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(90deg,var(--surface-soft) 25%,var(--surface) 42%,var(--surface-soft) 60%);background-size:300% 100%;animation:station-shimmer 1.4s ease infinite}@keyframes station-shimmer{to{background-position:-100% 0}}.station-summary{display:flex;align-items:stretch;gap:0;margin-bottom:10px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--surface);box-shadow:var(--shadow-sm)}.station-summary article{flex:1 1;display:flex;align-items:baseline;gap:6px;min-width:0;padding:9px 12px;border:0;border-radius:0;background:transparent;box-shadow:none}.station-summary article+article{border-left:1px solid var(--line)}.station-summary article>strong{flex:none;font-size:18px}.station-summary article>span{font-size:9px;white-space:nowrap}.station-summary article>small{margin-left:auto;font-size:9px}.station-summary article.is-attention,.station-summary article.is-healthy{border-color:var(--line);background:transparent}.station-toolbar{padding:7px}.station-search input{padding:7px 0}.station-toolbar>select{min-height:32px}.station-filter button,.station-toolbar>select{padding-top:5px;padding-bottom:5px}.station-results-meta{padding:7px 2px 6px}.station-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:start}.station-card{position:relative;overflow:visible;border-radius:8px}.station-card__summary{min-height:122px;padding:13px;cursor:pointer;list-style:none}.station-card__summary::-webkit-details-marker{display:none}.station-card__summary:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.station-card[open] .station-card__summary{border-bottom:1px solid var(--line);background:var(--surface-soft)}.station-card__identity{align-items:center;gap:0;padding-right:22px}.station-card__title{flex-wrap:nowrap;gap:7px}.station-card__title h2{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.station-card__title>.station-status-dot{width:7px;height:7px;margin:0;padding:0;border-radius:50%;background:var(--line-strong);box-shadow:0 0 0 2px var(--surface-alt)}.station-card__title>.station-status-dot.is-live{background:var(--green);box-shadow:0 0 0 2px var(--green-soft)}.station-card__title>.station-status-dot.is-stale{background:var(--amber);box-shadow:0 0 0 2px var(--amber-soft)}.station-card__identity p{margin-top:3px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.station-card__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:13px;padding-top:11px;border-top:1px solid var(--line)}.station-card__fact{min-width:0;display:grid;grid-gap:2px;gap:2px}.station-card__fact>span{color:var(--muted);font-size:8px;font-weight:760;letter-spacing:.07em;text-transform:uppercase}.station-card__fact strong{overflow:hidden;color:var(--ink);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.station-card__device-names{min-width:0;display:grid;grid-gap:1px;gap:1px}.station-card__device-names strong,.station-card__fact small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-card__fact small{color:var(--muted);font-size:9px}.station-card__chevron{position:absolute;right:13px;top:14px;color:var(--muted);font-size:15px;line-height:1;transition:transform .14s ease}.station-card[open] .station-card__chevron{transform:rotate(180deg)}.station-card__details{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;padding:11px 13px 13px}.station-card__details>section+section{padding-top:12px;border-top:1px solid var(--line)}.station-card__details h3{margin:0 0 7px;color:var(--muted);font-size:9px;font-weight:780;letter-spacing:.07em;text-transform:uppercase}.station-card__details h3 span{display:inline-grid;min-width:16px;height:16px;margin-left:4px;place-items:center;border-radius:999px;background:var(--surface-alt)}.station-card__details .station-device-list{margin-top:0}.station-card__details .station-device{align-items:flex-start;flex-direction:column;padding:7px 8px}.station-config{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 12px;gap:8px 12px;margin:0 0 12px}.station-config dt{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase}.station-config dd{margin:2px 0 0;overflow-wrap:anywhere;color:var(--muted-strong);font-size:9px}.station-card__details .station-camera-list{margin-top:0}@media (max-width:900px){.station-summary{display:grid;grid-template-columns:1fr 1fr}.station-summary article:nth-child(3){border-left:0}.station-summary article:nth-child(n+3){border-top:1px solid var(--line)}.station-list{grid-template-columns:repeat(2,minmax(0,1fr))}.station-card__body{grid-template-columns:1fr}.station-devices{border-right:0;border-bottom:1px solid var(--line)}.station-signals{grid-template-columns:1fr 1fr}.station-signals>div+div{border-top:0;border-left:1px solid var(--line)}.station-technical dl{grid-template-columns:1fr 1fr}}@media (max-width:620px){.station-viewer__header{align-items:flex-start}.station-refresh{padding:8px}.station-refresh__label{display:none}.station-summary{grid-template-columns:1fr 1fr}.station-summary article{gap:4px;padding:8px 9px}.station-summary article>small{display:none}.station-toolbar{align-items:stretch}.station-filter,.station-search,.station-toolbar>select{width:100%}.station-filter{display:grid;grid-template-columns:repeat(4,1fr)}.station-card__header,.station-device{align-items:flex-start;flex-direction:column}.station-list{grid-template-columns:1fr}.station-config{grid-template-columns:1fr 1fr}.station-assignment{justify-content:flex-start}.station-signals{grid-template-columns:1fr}.station-signals>div+div{border-top:1px solid var(--line);border-left:0}.station-technical dl{grid-template-columns:1fr}}.orders-viewer{width:min(100%,1420px);margin:0 auto}.orders-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.orders-viewer__header h1{margin:0;color:var(--ink-strong);font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.03em}.orders-viewer__count{flex:none;min-height:32px;display:inline-flex;align-items:center;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:700;box-shadow:var(--shadow-sm)}.orders-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.orders-search,.orders-status-filter{min-width:0;padding:9px 12px;border:1px solid var(--line);border-radius:8px;outline:none;background:var(--surface);color:var(--ink);font-size:13px}.orders-search{flex:1 1 320px}.orders-status-filter{flex:0 1 180px}.orders-problematic-filter{flex:0 0 auto;display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.orders-problematic-filter:has(input:checked){border-color:rgba(220,38,38,.42);background:rgba(254,242,242,.82);color:#b91c1c}.orders-problematic-filter input{width:14px;height:14px;margin:0;accent-color:#dc2626}.orders-search:focus,.orders-status-filter:focus{border-color:rgba(49,95,159,.72);box-shadow:0 0 0 3px rgba(49,95,159,.1)}.orders-state{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:44px 18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:13px;text-align:center}.orders-state strong{color:var(--ink-strong);font-size:15px}.orders-workspace{min-height:620px;display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.orders-list{min-width:0;max-height:calc(100vh - 230px);overflow-y:auto;border-right:1px solid var(--line);background:var(--surface-soft);overscroll-behavior:contain}.orders-list__meta{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid var(--line);background:rgba(243,242,239,.96);color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.orders-row{width:100%;display:grid;grid-gap:8px;gap:8px;padding:15px 14px;border:0;border-bottom:1px solid var(--line);border-left:3px solid transparent;background:transparent;color:var(--ink);cursor:pointer;text-align:left}.orders-row--selected,.orders-row:hover{background:var(--surface)}.orders-row--selected{border-left-color:var(--blue)}.orders-row__meta,.orders-row__top{display:flex;align-items:center;gap:8px}.orders-row__top{justify-content:space-between}.orders-row__top strong{min-width:0;color:var(--ink-strong);font-size:13px}.orders-row__id,.orders-row__top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-row__id{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.orders-row__refund{width:-moz-fit-content;width:fit-content;padding:3px 6px;border-radius:4px;background:var(--red-soft);color:var(--red);font-size:9px;font-weight:750}.orders-row__meta{justify-content:space-between;color:var(--muted);font-size:10px}.orders-status{flex:none;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--muted-strong);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.orders-status:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.orders-status--success{border-color:rgba(40,132,93,.24);background:var(--green-soft);color:var(--green)}.orders-status--danger{border-color:rgba(207,47,37,.22);background:var(--red-soft);color:var(--red)}.orders-status--active{border-color:rgba(49,95,159,.24);background:var(--blue-soft);color:var(--blue)}.orders-status--pending{border-color:rgba(165,105,34,.24);background:var(--amber-soft);color:var(--amber)}.orders-detail{min-width:0;padding:clamp(20px,2.5vw,36px);background:var(--surface)}.orders-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:22px}.orders-detail__eyebrow{margin-bottom:7px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.orders-detail__header h2,.orders-detail__header p{margin:0}.orders-detail__header h2{color:var(--ink-strong);font-size:clamp(22px,2.5vw,32px);letter-spacing:-.035em}.orders-detail__header p{margin-top:6px;color:var(--muted);font-size:13px}.orders-detail__header-actions{display:flex;flex:none;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.orders-ready-video-link{min-height:30px;gap:6px;padding:6px 9px;font-size:10px;white-space:nowrap}.orders-detail__context{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.orders-detail__context>span{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid var(--line);border-radius:5px;background:var(--surface-soft);color:var(--muted-strong);font-size:10px;font-weight:700}.orders-detail__context strong{color:var(--muted);font-size:8px;letter-spacing:.05em;text-transform:uppercase}.orders-detail__empty{min-height:160px;display:grid;place-content:center;color:var(--muted);font-size:13px;text-align:center}.orders-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;margin-bottom:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.orders-summary>div{min-width:0;padding:13px 15px;border-right:1px solid var(--line)}.orders-summary>div:last-child{border-right:0}.orders-summary span,.orders-summary strong{display:block}.orders-summary span{margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.orders-summary strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.orders-facts,.orders-item__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:8px;background:var(--line)}.orders-section{margin-top:18px}.orders-section__header{display:flex;align-items:baseline;gap:8px;margin-bottom:9px}.orders-section__header h3{margin:0;color:var(--ink-strong);font-size:13px}.orders-refunds{padding:14px;border:1px solid rgba(207,47,37,.22);border-radius:8px;background:var(--red-soft)}.orders-refunds__header{align-items:center;justify-content:space-between;gap:16px}.orders-refunds__header>div:first-child{display:flex;align-items:baseline;gap:8px}.orders-refunds__header>div:first-child>span{color:var(--red);font-size:10px;font-weight:750}.orders-refunds__totals{display:flex;gap:18px}.orders-refunds__totals>span{display:grid;grid-gap:2px;gap:2px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.orders-refunds__totals strong{color:var(--red);font-size:11px;letter-spacing:normal}.orders-refunds__list{display:grid;grid-gap:10px;gap:10px}.orders-refund{overflow:hidden;border:1px solid rgba(207,47,37,.18);border-radius:8px;background:var(--surface)}.orders-refund__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid var(--line)}.orders-refund__header>div{display:flex;align-items:baseline;gap:8px}.orders-refund__header strong{color:var(--red);font-size:14px}.orders-refund__header div>span{color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.orders-refund__facts{border:0;border-radius:0}.orders-facts--dense{grid-template-columns:repeat(4,minmax(0,1fr))}.orders-facts>div,.orders-item__facts>div{min-width:0;padding:11px 13px;background:var(--surface)}.orders-facts dt,.orders-item__facts dt{margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.orders-facts dd,.orders-item__facts dd{margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:11px;line-height:1.4}.orders-note{display:grid;grid-gap:8px;gap:8px;margin-top:12px;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface-warm)}.orders-item__notes p,.orders-note p{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:10px;gap:10px;margin:0;color:var(--muted-strong);font-size:11px;line-height:1.45}.orders-note span{color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.orders-activity{padding-top:4px}.orders-activity__state{padding:20px;border:1px dashed var(--line);border-radius:8px;background:var(--surface-soft);color:var(--muted);font-size:11px;text-align:center}.orders-activity__state--error{border-color:rgba(207,47,37,.22);background:var(--red-soft);color:var(--red)}.orders-activity__list{display:grid;margin:0;padding:0;list-style:none}.orders-activity__event{display:grid;grid-template-columns:92px 18px minmax(0,1fr);grid-gap:10px;gap:10px}.orders-activity__event>time{display:grid;align-content:start;justify-items:end;grid-gap:2px;gap:2px;padding-top:11px;color:var(--muted);font-size:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.orders-activity__event>time strong{color:var(--muted-strong);font-size:10px}.orders-activity__event>time small{margin-top:2px;color:var(--blue);font-size:8px;font-weight:750}.orders-activity__rail{position:relative;display:flex;justify-content:center}.orders-activity__rail:before{position:absolute;top:0;bottom:0;width:1px;background:var(--line);content:""}.orders-activity__event:first-child .orders-activity__rail:before{top:18px}.orders-activity__event:last-child .orders-activity__rail:before{bottom:calc(100% - 18px)}.orders-activity__rail>i{position:relative;z-index:1;width:9px;height:9px;margin-top:15px;border:2px solid var(--surface);border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px rgba(49,95,159,.24)}.orders-activity__event.is-success .orders-activity__rail>i{background:var(--green);box-shadow:0 0 0 1px rgba(40,132,93,.24)}.orders-activity__event.is-danger .orders-activity__rail>i{background:var(--red);box-shadow:0 0 0 1px rgba(207,47,37,.22)}.orders-activity__event.is-neutral .orders-activity__rail>i{background:var(--muted);box-shadow:0 0 0 1px var(--line)}.orders-activity__entries{min-width:0;overflow:hidden;margin-bottom:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.orders-activity__entries.is-grouped{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));grid-gap:1px;gap:1px;background:var(--line)}.orders-activity__entries>article{min-width:0;background:var(--surface)}.orders-activity__entries:not(.is-grouped)>article+article{border-top:1px solid var(--line)}.orders-activity__entry-details>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:6px 10px;cursor:pointer;list-style:none}.orders-activity__entries.is-grouped .orders-activity__entry-details>summary{align-items:flex-start;min-height:44px;padding:6px 8px}.orders-activity__entries.is-grouped .orders-activity__entry-summary-meta{align-items:flex-end;flex-direction:column}.orders-activity__entry-details>summary::-webkit-details-marker{display:none}.orders-activity__entry-details>summary:after{flex:none;margin-left:2px;color:var(--muted);content:"›";font-size:14px;line-height:1;transform:rotate(90deg);transition:transform .12s ease}.orders-activity__entry-details[open]>summary{border-bottom:1px solid var(--line);background:var(--surface-soft)}.orders-activity__entry-details[open]>summary:after{transform:rotate(-90deg)}.orders-activity__entry-primary{display:flex;min-width:0;align-items:baseline;flex:1 1;flex-wrap:wrap;gap:2px 7px}.orders-activity__entry-primary strong{color:var(--ink-strong);font-size:11px}.orders-activity__entry-primary span{overflow:hidden;color:var(--muted-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.orders-activity__entry-summary-meta{display:flex;flex:none;align-items:center;gap:5px}.orders-activity__entry-summary-meta>span:not(.orders-activity__reconciled){padding:2px 5px;border-radius:4px;background:var(--blue-soft);color:var(--blue);font-size:8px;font-weight:700}.orders-activity__entry-expanded{padding:7px 10px 8px}.orders-activity__event-group .orders-activity__entry-expanded+.orders-activity__entry-expanded{border-top:1px solid var(--line)}.orders-activity__grouped-event-title{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.orders-activity__grouped-event-title>strong{overflow:hidden;color:var(--ink-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.orders-activity__entry-expanded .orders-activity__tags{margin-top:0}.orders-activity__reconciled{flex:none;padding:3px 6px;border:1px solid rgba(165,105,34,.22);border-radius:999px;background:var(--amber-soft);color:var(--amber);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.orders-activity__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.orders-activity__tags>span{padding:3px 6px;border-radius:4px;background:var(--surface-soft);color:var(--muted-strong);font-size:8px;font-weight:700}.orders-activity__tags>.is-station{background:var(--blue-soft);color:var(--blue)}.orders-activity__tags>.is-unattributed{color:var(--muted)}.orders-activity__change{display:flex;align-items:center;gap:8px;margin-top:8px;padding:7px 8px;border-radius:5px;background:var(--surface-soft);color:var(--muted-strong);font-size:9px}.orders-activity__change i{color:var(--muted);font-style:normal}.orders-activity__change strong{color:var(--ink)}.orders-activity__event footer{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:8px;color:var(--muted);font-size:8px}.orders-activity__more{width:100%;margin-top:4px;padding:9px 12px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);color:var(--blue);cursor:pointer;font-size:10px;font-weight:750}.orders-activity__more:hover{background:var(--blue-soft)}.orders-items{margin-top:26px}.orders-items__header{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.orders-items__header h3{margin:0;color:var(--ink-strong);font-size:14px}.orders-items__header span{color:var(--muted);font-size:11px;font-weight:700}.orders-item{overflow:hidden;margin-top:9px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.orders-item.is-removed{opacity:.62}.orders-item>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;padding:14px;background:var(--surface-soft);cursor:pointer;list-style:none}.orders-item>summary::-webkit-details-marker{display:none}.orders-item>summary:after{color:var(--muted);content:"＋";font-size:15px;line-height:1}.orders-item[open]>summary:after{content:"−"}.orders-item>summary:hover{background:var(--surface-alt)}.orders-item__quantity{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(49,95,159,.24);border-radius:6px;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:800}.orders-item__name{min-width:0;display:grid;grid-gap:3px;gap:3px}.orders-item__title{min-width:0;display:flex;align-items:center;gap:8px}.orders-item__pizza-format{flex:0 0 auto;padding:2px 6px;border:1px solid rgba(49,95,159,.22);border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.orders-item__name strong{min-width:0;overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.orders-item__name small{color:var(--muted);font-size:10px}.orders-item__price{color:var(--ink);font-size:12px}.orders-item__content{display:grid;grid-gap:10px;gap:10px;padding:12px;border-top:1px solid var(--line)}.orders-components{display:grid;grid-gap:6px;gap:6px}.orders-component{overflow:hidden;border-left:2px solid rgba(49,95,159,.48);background:var(--surface-soft)}.orders-component>summary{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 10px;cursor:pointer;list-style:none}.orders-component>summary::-webkit-details-marker{display:none}.orders-components strong{font-size:11px}.orders-components span{color:var(--muted);font-size:10px}.orders-item__facts--component{margin:0 8px 8px}.orders-raw{overflow:hidden;margin-top:26px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.orders-raw>summary{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:13px 14px;background:var(--surface-soft);color:var(--ink-strong);cursor:pointer;font-size:12px;font-weight:750}.orders-raw>summary small{color:var(--muted);font-size:9px;font-weight:600}.orders-raw pre{max-height:560px;overflow:auto;margin:0;padding:14px;border-top:1px solid var(--line);background:#1d2228;color:#dfe7ef;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.55;-moz-tab-size:2;tab-size:2;white-space:pre}.orders-raw>p{margin:0;padding:16px;color:var(--muted);font-size:11px}.orders-item__notes{display:grid;grid-gap:6px;gap:6px;padding:10px;border-radius:6px;background:var(--surface-warm)}@media (max-width:960px){.orders-workspace{grid-template-columns:minmax(260px,310px) minmax(0,1fr)}.orders-facts,.orders-item__facts,.orders-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-summary>div{border-bottom:1px solid var(--line)}.orders-summary>div:nth-child(2n){border-right:0}.orders-summary>div:last-child{grid-column:1/-1;border-bottom:0;border-right:0}}@media (max-width:760px){.orders-viewer__count{display:none}.orders-toolbar{align-items:stretch;flex-direction:column}.orders-search,.orders-status-filter{flex:none;width:100%}.orders-refunds__header{align-items:flex-start;flex-direction:column}.orders-workspace{display:block;min-height:0;overflow:visible}.orders-list{max-height:360px;border-right:0;border-bottom:1px solid var(--line)}.orders-detail{padding:18px 14px}}@media (max-width:520px){.orders-refunds__totals{width:100%;justify-content:space-between}.orders-refund__header{align-items:flex-start;flex-direction:column}.orders-detail__header{flex-direction:column;gap:12px}.orders-facts,.orders-item__facts,.orders-summary{grid-template-columns:1fr}.orders-summary>div{border-right:0;border-bottom:1px solid var(--line)}.orders-summary>div:last-child{border-bottom:0}.orders-item>summary{grid-template-columns:auto minmax(0,1fr) auto}.orders-item__price{grid-column:2}.orders-item>summary:after{grid-column:3;grid-row:1/3}.orders-activity__event{grid-template-columns:64px 14px minmax(0,1fr);gap:7px}.orders-activity__entry-details>summary{align-items:flex-start;padding:7px 8px}.orders-activity__entries.is-grouped{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))}.orders-activity__entry-summary-meta{align-items:flex-end;flex-direction:column}.orders-activity__entry-expanded{padding:7px 8px 8px}}.food-consistency{width:min(100%,1440px);margin:0 auto}.food-consistency__filters{display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:24px;row-gap:14px;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-sm)}.food-consistency__filter-group{min-width:0;flex:0 1 960px;display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(110px,.6fr) minmax(130px,.8fr) minmax(140px,.8fr);grid-gap:12px;gap:12px}.food-consistency__filters label{min-width:0}.food-consistency__filter-field>span,.food-consistency__filters label>span{display:block;margin-bottom:6px;color:var(--muted);font-size:.65rem;font-weight:750;letter-spacing:.055em;text-transform:uppercase}.food-consistency__product-filter{display:block}.food-consistency__modifier-filter{position:relative}.food-consistency__modifier-trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px 0 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font:inherit;font-size:.82rem;text-align:left;cursor:pointer}.food-consistency__modifier-trigger.is-active{border-color:#8d9bd5;background:#f7f8ff}.food-consistency__modifier-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.food-consistency__modifier-trigger svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;transition:transform .14s ease}.food-consistency__modifier-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.food-consistency__modifier-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;width:max(100%,260px);overflow:hidden;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);box-shadow:var(--shadow-md)}.food-consistency__modifier-menu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.62rem}.food-consistency__modifier-menu-head button{padding:0;border:0;background:transparent;color:#304ecf;font:inherit;font-weight:750;text-transform:uppercase;cursor:pointer}.food-consistency__modifier-menu-head button:disabled{color:var(--muted);cursor:default;opacity:.55}.food-consistency__modifier-options{max-height:280px;overflow-y:auto;padding:5px}.food-consistency__modifier-options>span{display:block;padding:14px 8px;color:var(--muted);font-size:.7rem;text-align:center}.food-consistency__modifier-options>button{width:100%;display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;grid-gap:7px;gap:7px;padding:7px;border:0;border-radius:6px;background:transparent;color:var(--ink);font:inherit;font-size:.75rem;text-align:left;cursor:pointer}.food-consistency__modifier-options>button:hover,.food-consistency__modifier-options>button[aria-selected=true]{background:var(--surface-soft)}.food-consistency__modifier-options>button>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.food-consistency__modifier-options small{color:var(--muted);font-size:.65rem}.food-consistency__modifier-check{width:16px;height:16px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:4px;color:#fff;font-size:.65rem;font-weight:800}.food-consistency__modifier-options>button[aria-selected=true] .food-consistency__modifier-check{border-color:#304ecf;background:#304ecf}.food-consistency__custom-dates input,.food-consistency__filters select{width:100%;height:40px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font:inherit;font-size:.82rem}.food-consistency__custom-dates input{padding-right:12px}.food-consistency__filter-actions{flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:8px}.food-consistency__filter-actions .btn{white-space:nowrap}.food-consistency__align-button{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;padding:0;border-color:#aeb9e7;border-radius:8px;background:#f5f7ff;color:#304ecf}.food-consistency__align-button.is-active,.food-consistency__align-button:hover{border-color:#3f5fe8;background:#3f5fe8;color:#fff}.food-consistency__align-button svg{width:18px;height:18px;overflow:visible;fill:currentColor}.food-consistency__outlier-button{display:inline-flex;align-items:center;gap:8px;border-color:#e3a13b;background:#fff8e8;color:#8a4f08}.food-consistency__outlier-button.is-active,.food-consistency__outlier-button:hover{border-color:#c77810;background:#f59e0b;color:#2e1a02}.food-consistency__outlier-switch{position:relative;width:30px;height:17px;flex:0 0 auto;border-radius:999px;background:rgba(138,79,8,.28);transition:background .15s ease}.food-consistency__outlier-switch>span{position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(46,26,2,.28);transition:left .15s ease}.food-consistency__outlier-button.is-active .food-consistency__outlier-switch{background:#704108}.food-consistency__outlier-button.is-active .food-consistency__outlier-switch>span{left:15px}.food-consistency__more-menu{position:relative}.food-consistency__more-button{width:34px;height:34px;display:grid;place-items:center;padding:0;color:var(--muted-strong);font-size:.9rem;font-weight:850;letter-spacing:.08em}.consistency-detail__menu,.food-consistency__menu{position:absolute;z-index:12;display:grid;min-width:146px;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);box-shadow:0 12px 28px rgba(17,24,39,.18)}.food-consistency__menu{top:calc(100% + 7px);right:0}.consistency-detail__menu button,.food-consistency__menu button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 11px;border:0;border-radius:0;background:var(--surface);color:var(--ink-strong);font:inherit;font-size:.73rem;font-weight:700;text-align:left;white-space:nowrap;cursor:pointer}.consistency-detail__menu button:hover,.food-consistency__menu button:hover{background:var(--surface-warm)}.consistency-detail__menu button:disabled,.food-consistency__menu button:disabled{color:var(--muted);cursor:not-allowed;opacity:.58}.consistency-detail__menu button:disabled:hover,.food-consistency__menu button:disabled:hover{background:var(--surface)}.consistency-detail__menu button:focus-visible,.food-consistency__menu button:focus-visible{position:relative;z-index:1;outline:2px solid #3f5fe8;outline-offset:-2px}.food-consistency__flag-error{margin:-8px 0 18px;padding:10px 12px;border:1px solid #f0b3ad;border-radius:8px;background:#fff1f0;color:#a62a1e;font-size:.74rem;font-weight:650}.food-consistency__custom-dates input:focus-visible,.food-consistency__filters select:focus-visible,.food-consistency__modifier-menu button:focus-visible,.food-consistency__modifier-trigger:focus-visible{border-color:#3f5fe8;outline:3px solid rgba(63,95,232,.14)}.food-consistency__custom-dates{flex:1 0 100%;display:grid;grid-template-columns:repeat(2,minmax(150px,220px));grid-gap:12px;gap:12px;padding-top:14px;border-top:1px solid var(--line)}.food-consistency__custom-dates.is-single-date{grid-template-columns:minmax(150px,220px)}.food-consistency__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.consistency-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-sm)}.consistency-card.is-outlier{border-color:#d88916;box-shadow:0 0 0 2px rgba(245,158,11,.24),0 9px 22px rgba(146,82,8,.13)}.consistency-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#eceae6}.consistency-card__expand{width:100%;height:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in}.consistency-card__expand:focus-visible{outline:3px solid #3f5fe8;outline-offset:-3px}.live-aligned-crop{position:relative;width:100%;height:100%;display:block;overflow:hidden;background:#171a22}.live-aligned-crop canvas,.live-aligned-crop img{position:absolute;inset:0;width:100%;height:100%;display:block;transform:rotate(var(--display-rotation,0deg))}.live-aligned-crop img{object-fit:cover;opacity:1;transition:opacity .16s ease,transform .18s ease}.live-aligned-crop.is-quarter-turn canvas,.live-aligned-crop.is-quarter-turn img{inset:auto;top:50%;left:50%;width:var(--rotated-crop-width,100%);height:var(--rotated-crop-height,100%);object-fit:contain;transform:translate(-50%,-50%) rotate(var(--display-rotation,0deg))}.live-aligned-crop canvas{object-fit:cover;opacity:0;transition:opacity .16s ease,transform .18s ease}.consistency-card__image .live-aligned-crop canvas,.consistency-card__image .live-aligned-crop img{object-fit:contain}.live-aligned-crop.is-ready img{opacity:0}.live-aligned-crop.is-ready canvas{opacity:1}.consistency-card__order-match{position:absolute;top:9px;right:9px;width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:6px;background:#169b62;color:white;box-shadow:0 3px 10px rgba(9,90,55,.28);font-size:.78rem;font-weight:850}.food-consistency__outlier-note{display:flex;align-items:baseline;gap:8px;margin:-14px 0 18px;color:#8a4f08;font-size:.72rem}.food-consistency__outlier-note strong{color:#5f3707}.consistency-card__view{position:absolute;right:9px;bottom:9px;padding:6px 8px;border-radius:6px;background:rgba(255,255,255,.9);color:var(--ink-strong);font-size:.62rem;font-weight:750;opacity:0;transform:translateY(3px);transition:opacity .15s ease,transform .15s ease}.consistency-card__expand:focus-visible .consistency-card__view,.consistency-card__expand:hover .consistency-card__view{opacity:1;transform:translateY(0)}.consistency-card__carousel-button,.consistency-detail__carousel-button{position:absolute;top:50%;z-index:3;display:grid;place-items:center;padding:0;border:1px solid rgba(17,24,39,.14);border-radius:50%;background:rgba(255,255,255,.9);color:var(--ink-strong);box-shadow:0 3px 12px rgba(17,24,39,.18);line-height:1;transform:translateY(-50%);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.consistency-card__carousel-button:active,.consistency-detail__carousel-button:active{transform:translateY(-50%)}.consistency-card__carousel-button{width:28px;height:28px;font-size:1.15rem}.consistency-card__carousel-button.is-prev,.consistency-detail__carousel-button.is-prev{left:7px}.consistency-card__carousel-button.is-next,.consistency-detail__carousel-button.is-next{right:7px}.consistency-card__carousel-count,.consistency-detail__carousel-count{position:absolute;z-index:3;padding:4px 7px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:.6rem;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.consistency-card__carousel-count{bottom:9px;left:9px}.consistency-card__body{padding:12px 13px 14px}.consistency-card__body span,.consistency-card__body strong{display:block}.consistency-card__body strong{overflow:hidden;color:var(--ink-strong);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.consistency-card__body span{margin-top:5px;color:var(--muted-strong);font-size:.68rem}.food-consistency__state{min-height:260px;display:grid;place-content:center;justify-items:center;grid-gap:8px;gap:8px;padding:30px;border:1px dashed var(--line-strong);border-radius:12px;background:var(--surface);color:var(--muted);font-size:.8rem;text-align:center}.food-consistency__state strong{color:var(--ink-strong);font-size:.95rem}.food-consistency__state--error strong{color:#b42318}.consistency-detail-backdrop{position:fixed;inset:0;z-index:600;display:grid;place-items:center;padding:16px;background:rgba(17,24,39,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.consistency-confirmation-backdrop{position:fixed;inset:0;z-index:700;display:grid;place-items:center;padding:20px;background:rgba(17,24,39,.45);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.consistency-confirmation{width:min(100%,410px);padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 24px 60px rgba(17,24,39,.28)}.consistency-confirmation h2{margin:0;color:var(--ink-strong);font-size:1.05rem;line-height:1.3}.consistency-confirmation p{margin:8px 0 0;color:var(--muted-strong);font-size:.84rem;line-height:1.5}.consistency-confirmation__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.food-consistency__success-toast{position:fixed;right:22px;bottom:22px;z-index:710;display:flex;align-items:center;gap:10px;max-width:min(calc(100vw - 32px),390px);padding:11px 11px 11px 13px;border:1px solid #8ed0ad;border-radius:10px;background:#edfaf2;color:#17633d;box-shadow:0 14px 32px rgba(17,24,39,.18);animation:food-consistency-toast-in .18s ease-out}.food-consistency__success-toast>span{width:18px;height:18px;display:grid;flex:0 0 18px;place-items:center;border-radius:50%;background:#1c8b55;color:#fff;font-size:.7rem;font-weight:850}.food-consistency__success-toast p{margin:0;font-size:.78rem;font-weight:700;line-height:1.35}.food-consistency__success-toast button{width:22px;height:22px;display:grid;flex:0 0 22px;place-items:center;margin-left:2px;padding:0;border:0;border-radius:5px;background:transparent;color:inherit;font:inherit;font-size:1.1rem;line-height:1;cursor:pointer}.food-consistency__success-toast button:hover{background:rgba(23,99,61,.1)}.food-consistency__success-toast button:focus-visible{outline:2px solid #17633d;outline-offset:2px}@keyframes food-consistency-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.consistency-detail{position:relative;width:min(760px,100%);max-height:calc(100svh - 32px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(290px,.95fr);overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:var(--surface);box-shadow:0 30px 80px rgba(17,24,39,.3)}.consistency-detail__controls{position:absolute;top:12px;right:12px;z-index:4;display:flex;align-items:center;gap:6px}.consistency-detail__more-menu{position:relative}.consistency-detail__close,.consistency-detail__more{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:var(--ink-strong);line-height:1;cursor:pointer}.consistency-detail__more{font-size:.8rem;font-weight:850;letter-spacing:.08em}.consistency-detail__close{font-size:1.25rem}.consistency-detail__close:hover,.consistency-detail__more:hover{background:rgba(17,24,39,.08)}.consistency-detail__close:focus-visible,.consistency-detail__more:focus-visible{outline:2px solid #3f5fe8;outline-offset:2px}.consistency-detail__more:disabled{cursor:wait;opacity:.6}.consistency-detail__menu{top:calc(100% + 6px);right:0;min-width:164px}.consistency-detail__menu button+button{border-top:1px solid var(--line)}.consistency-detail__image{position:relative;min-height:330px;background:#eceae6}.consistency-detail__image .live-aligned-crop{width:100%;height:100%;min-height:330px}.consistency-detail__image .live-aligned-crop canvas,.consistency-detail__image .live-aligned-crop img{display:block;object-fit:contain}.consistency-detail__carousel-button{width:36px;height:36px;font-size:1.45rem}.consistency-detail__carousel-count{bottom:12px;left:50%;transform:translateX(-50%)}.consistency-detail__content{align-self:start;padding:12px 26px 24px}.consistency-detail__content h2{min-height:32px;display:flex;align-items:center;margin:0;padding-right:86px;color:var(--ink-strong);font-size:1.55rem;line-height:1.1;letter-spacing:-.035em}.consistency-detail__match-picker{position:absolute;top:calc(100% + 6px);right:0;z-index:13;width:min(320px,calc(100vw - 48px));display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);box-shadow:0 12px 28px rgba(17,24,39,.18)}.consistency-detail__match-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.consistency-detail__match-heading strong{color:var(--ink-strong);font-size:.7rem}.consistency-detail__match-heading button{width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:var(--muted-strong);font-size:1rem;line-height:1;cursor:pointer}.consistency-detail__match-heading button:hover,.consistency-detail__match-picker input{background:var(--surface);color:var(--ink-strong)}.consistency-detail__match-picker input{width:100%;height:32px;padding:0 9px;border:1px solid var(--line-strong);border-radius:6px;font:inherit;font-size:.72rem}.consistency-detail__match-list{display:grid;max-height:min(360px,48svh);grid-gap:5px;gap:5px;overflow:auto;color:var(--muted);font-size:.7rem}.consistency-detail__match-list>span{padding:8px 2px;line-height:1.4}.consistency-detail__match-list>button{display:grid;grid-gap:3px;gap:3px;width:100%;padding:8px 9px;border:1px solid transparent;border-radius:7px;background:var(--surface);color:var(--ink-strong);font:inherit;text-align:left;cursor:pointer}.consistency-detail__match-list>button.is-selected,.consistency-detail__match-list>button:hover{border-color:#aeb9e7;background:#f5f7ff}.consistency-detail__match-list>button:disabled{cursor:wait;opacity:.65}.consistency-detail__match-list>button strong{font-size:.72rem}.consistency-detail__match-list>button span{color:var(--muted);font-size:.66rem}.consistency-detail__match-order{color:var(--muted-strong)!important}.consistency-detail__match-times{display:flex;flex-wrap:wrap;gap:3px 10px}.consistency-detail__match-context b,.consistency-detail__match-times b{color:var(--ink-strong);font-weight:750}.consistency-detail__match-context{display:block;overflow:hidden;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.consistency-detail__match-empty{display:grid;grid-gap:6px;gap:6px;padding:3px 2px;line-height:1.4}.consistency-detail__match-empty button{justify-self:start;padding:0;border:0;background:transparent;color:#304ecf;font:inherit;font-size:.69rem;font-weight:750;cursor:pointer}.consistency-detail__facts{display:grid;grid-gap:0;gap:0;margin:18px 0 22px}.consistency-detail__facts>div{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:14px;gap:14px;padding:9px 0;border-bottom:1px solid var(--line)}.consistency-detail__facts dd,.consistency-detail__facts dt{margin:0;font-size:.75rem;line-height:1.4}.consistency-detail__facts dt{color:var(--muted);font-weight:650}.consistency-detail__facts dd{color:var(--ink-strong);font-weight:680}.consistency-detail__order{margin:-3px 0 22px}.consistency-detail__order h3{margin:0 0 10px;color:var(--ink-strong);font-size:.78rem}.consistency-detail__order-row{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:14px;gap:14px;padding:6px 0;color:var(--ink-strong);font-size:.72rem;line-height:1.4}.consistency-detail__order-row>span{color:var(--muted);font-weight:650}.consistency-detail__order-row strong{font-weight:680}.consistency-detail__order-row ul{display:grid;grid-gap:3px;gap:3px;margin:0;padding:0;list-style:none}.consistency-detail__order p{margin:8px 0 0;padding:8px 10px;border-radius:6px;background:var(--surface-warm);color:var(--muted-strong);font-size:.7rem;line-height:1.45}.consistency-detail__full-order{margin-top:12px;border:1px solid #dce4ed;border-radius:8px;background:#f8fafc}.consistency-detail__full-order>summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 11px;color:var(--ink-strong);cursor:pointer;list-style:none}.consistency-detail__full-order>summary::-webkit-details-marker{display:none}.consistency-detail__full-order>summary:after{color:var(--muted);content:"⌄";font-size:15px;line-height:1}.consistency-detail__full-order[open]>summary:after{content:"⌃"}.consistency-detail__full-order>summary:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.consistency-detail__full-order>summary span{font-size:.72rem;font-weight:750}.consistency-detail__full-order>summary small{color:var(--muted);font-size:.61rem}.consistency-detail__full-order-content{padding:0 10px 10px;border-top:1px solid #e8edf3}.consistency-detail__full-order-content>.order-status-row__all-items{margin-top:10px}.consistency-detail__full-order-state{margin:10px 0 0!important;background:#fff!important;color:var(--muted)!important}.consistency-detail__full-order-state.is-error{background:#fff7f7!important;color:#b42318!important}.consistency-detail__actions{display:flex;gap:10px}.consistency-replay-backdrop{position:fixed;inset:0;z-index:650;display:grid;place-items:center;padding:20px;background:rgba(17,24,39,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.consistency-replay{width:min(720px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:var(--surface);box-shadow:0 24px 70px rgba(17,24,39,.32)}.consistency-replay__actions{position:absolute;top:10px;right:10px;z-index:8;display:flex;align-items:center;gap:8px}.consistency-replay__close,.consistency-replay__open-camera{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(17,24,39,.72);color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}.consistency-replay__open-camera{padding:0;color:#fff;text-decoration:none}.consistency-replay__open-camera svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.consistency-replay__close:hover,.consistency-replay__open-camera:hover{border-color:rgba(255,255,255,.78);background:rgba(17,24,39,.9)}.consistency-replay__stage{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#000}.consistency-replay__empty{position:absolute;inset:0;display:grid;place-items:center;color:#aab1bc;font-size:.78rem}@media (max-width:1020px){.food-consistency__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.console-tabs a{padding:0 8px;font-size:.68rem}.console-tabs a:after{right:7px;left:7px}.food-consistency__filters{align-items:stretch}.food-consistency__filter-group{flex-basis:100%;grid-template-columns:1fr 1fr}.food-consistency__filter-actions{margin-left:auto;flex-wrap:wrap}.food-consistency__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.consistency-detail-backdrop{align-items:end;padding:12px}.consistency-replay-backdrop{align-items:center;padding:12px}.consistency-detail{max-height:calc(100svh - 24px);grid-template-columns:1fr}.consistency-detail__image{min-height:0;aspect-ratio:16/10}.consistency-detail__content{padding:12px 20px 22px}}@media (max-width:520px){.console-brand{display:none}.food-consistency__filter-group,.food-consistency__grid{grid-template-columns:1fr}.food-consistency__filters .btn,.food-consistency__more-menu{width:100%}.food-consistency__filter-actions{flex-direction:column;align-items:stretch}.consistency-card__view{opacity:1;transform:none}.consistency-detail__facts>div,.consistency-detail__order-row{grid-template-columns:88px minmax(0,1fr)}.consistency-detail__actions .btn{flex:1 1}}