:root{color-scheme:light;--md-ref-typeface-plain: "Outfit", system-ui, sans-serif;--md-ref-typeface-brand: "Bricolage Grotesque", "Outfit", sans-serif;--md-sys-color-primary: #845400;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #ffddb3;--md-sys-color-on-primary-container: #2a1700;--md-sys-color-secondary: #6f5b40;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #fbdec0;--md-sys-color-on-secondary-container: #271904;--md-sys-color-tertiary: #36618e;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #d1e4ff;--md-sys-color-on-tertiary-container: #001d36;--md-sys-color-error: #ba1a1a;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #ffdad6;--md-sys-color-on-error-container: #410002;--md-sys-color-background: #fff8f4;--md-sys-color-on-background: #201b13;--md-sys-color-surface: #fff8f4;--md-sys-color-on-surface: #201b13;--md-sys-color-surface-variant: #efe0cf;--md-sys-color-on-surface-variant: #4f4539;--md-sys-color-surface-dim: #e4d8cc;--md-sys-color-surface-bright: #fff8f4;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #fdf1e6;--md-sys-color-surface-container: #f7ebe0;--md-sys-color-surface-container-high: #f1e5da;--md-sys-color-surface-container-highest: #ebe0d5;--md-sys-color-outline: #817567;--md-sys-color-outline-variant: #d3c4b4;--md-sys-color-inverse-surface: #362f27;--md-sys-color-inverse-on-surface: #fbeee2;--md-sys-color-inverse-primary: #ffb951;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--cc-ok: #2e6b4f}:root[data-theme=dark]{color-scheme:dark;--md-sys-color-primary: #ffb951;--md-sys-color-on-primary: #452b00;--md-sys-color-primary-container: #623f00;--md-sys-color-on-primary-container: #ffdeba;--md-sys-color-secondary: #ddc3a3;--md-sys-color-on-secondary: #3e2e16;--md-sys-color-secondary-container: #56442b;--md-sys-color-on-secondary-container: #fbdec0;--md-sys-color-tertiary: #a0cafd;--md-sys-color-on-tertiary: #003258;--md-sys-color-tertiary-container: #1b4975;--md-sys-color-on-tertiary-container: #d1e4ff;--md-sys-color-error: #ffb4ab;--md-sys-color-on-error: #690005;--md-sys-color-error-container: #93000a;--md-sys-color-on-error-container: #ffdad6;--md-sys-color-background: #0f1115;--md-sys-color-on-background: #e6e6e6;--md-sys-color-surface: #131519;--md-sys-color-on-surface: #e6e6e6;--md-sys-color-surface-variant: #44474e;--md-sys-color-on-surface-variant: #c3c7d0;--md-sys-color-surface-dim: #0f1115;--md-sys-color-surface-bright: #353841;--md-sys-color-surface-container-lowest: #0b0d10;--md-sys-color-surface-container-low: #16181d;--md-sys-color-surface-container: #1a1d24;--md-sys-color-surface-container-high: #21242c;--md-sys-color-surface-container-highest: #2b2f38;--md-sys-color-outline: #8d9199;--md-sys-color-outline-variant: #2a2e38;--md-sys-color-inverse-surface: #e6e6e6;--md-sys-color-inverse-on-surface: #1a1d24;--md-sys-color-inverse-primary: #845400;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--cc-ok: #3ecf8e}:root{--bg: var(--md-sys-color-background);--panel: var(--md-sys-color-surface-container);--fg: var(--md-sys-color-on-surface);--muted: var(--md-sys-color-on-surface-variant);--accent: var(--md-sys-color-primary);--accent2: var(--md-sys-color-tertiary);--line: var(--md-sys-color-outline-variant);--ok: var(--cc-ok);--bad: var(--md-sys-color-error)}*{box-sizing:border-box}body{margin:0;font-family:var(--md-ref-typeface-plain, system-ui, sans-serif);background:var(--md-sys-color-background);color:var(--md-sys-color-on-surface)}a{color:var(--md-sys-color-primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-family:"Bricolage Grotesque",var(--md-ref-typeface-plain)}.nav{display:flex;gap:.4rem .8rem;align-items:center;padding:.5rem 1rem;padding-top:calc(.5rem + env(safe-area-inset-top));background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface);border-bottom:1px solid var(--md-sys-color-outline-variant);position:sticky;top:0;z-index:500;view-transition-name:nav}.nav .brand{font-weight:700;font-size:1.15rem;margin-right:.5rem;color:var(--md-sys-color-on-surface)}.nav .brand:hover{text-decoration:none}.nav-links{display:flex;gap:.25rem;align-items:center;position:relative}.nav-links a{padding:.5rem .8rem;border-radius:999px;font-weight:500;position:relative;z-index:1;color:var(--md-sys-color-on-surface-variant);transition:color .2s}.nav-links a:hover{text-decoration:none;background:color-mix(in srgb,var(--md-sys-color-on-surface) 8%,transparent)}.nav-links a.active{color:var(--md-sys-color-primary)}.nav-indicator{position:absolute;top:0;left:0;z-index:0;border-radius:999px;background:color-mix(in srgb,var(--md-sys-color-primary) 15%,transparent);pointer-events:none;transition:transform .28s cubic-bezier(.2,.7,.2,1),width .28s cubic-bezier(.2,.7,.2,1),opacity .2s}.nav .spacer{flex:1}.theme-switch{margin-right:.15rem}.appbar-logout{color:var(--md-sys-color-on-surface-variant)}.tabbar{display:none;view-transition-name:tabbar}.container{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem;view-transition-name:page}.header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.header h1{margin:0}.count{color:var(--md-sys-color-on-surface-variant);font-size:1rem}.status{color:var(--md-sys-color-on-surface-variant);font-size:.9rem}.actions{margin-left:auto;display:flex;gap:.5rem;flex-wrap:wrap}.actions form{margin:0}button:where(:not([class*=md-])){background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border:0;border-radius:999px;padding:.6rem 1.1rem;font-weight:500;cursor:pointer;font-family:inherit}button:where(:not([class*=md-])):hover{filter:brightness(1.05)}.ok{color:var(--cc-ok)}.bad{color:var(--md-sys-color-error)}.ok-banner{background:color-mix(in srgb,var(--cc-ok) 18%,var(--md-sys-color-surface));color:var(--cc-ok);padding:.7rem 1rem;border-radius:12px}.md-card{background:var(--md-sys-color-surface-container);border-radius:16px;padding:1.25rem 1.25rem 1.4rem;margin:0 0 1.1rem;box-shadow:0 1px 2px #0000002e,0 1px 3px 1px #0000001a}.md-card>h2:first-child,.md-card>h1:first-child{margin-top:0}.md-card h2{font-size:1.1rem;margin:0 0 1rem;color:var(--md-sys-color-on-surface)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.grid[data-kind=clips],.grid[data-kind=timelapses]{grid-template-columns:repeat(3,minmax(0,1fr))}.card{margin:0;background:var(--md-sys-color-surface-container-low);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0003,0 1px 3px 1px #0000001a}.card img,.card video,.card clip-player{width:100%;height:170px;object-fit:cover;display:block;background:#000}.card figcaption{padding:.5rem .7rem .6rem;font-size:.8rem}.card .name{display:block;color:var(--md-sys-color-on-surface-variant);word-break:break-all;margin-bottom:.25rem}.card .row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.card-dl{font-size:.85rem;font-weight:500}.card-del{--md-sys-color-primary: var(--md-sys-color-error)}.empty{color:var(--md-sys-color-on-surface-variant)}.config{max-width:620px}.field{display:block;margin:0 0 1.1rem}.field:last-child{margin-bottom:0}md-outlined-text-field.field,md-outlined-select.field{width:100%}.field-label{display:block;color:var(--md-sys-color-on-surface-variant);font-size:.85rem;margin-bottom:.55rem}.hint{color:var(--md-sys-color-on-surface-variant);font-size:.82rem;margin:.55rem 0 0;line-height:1.45}.form-actions{margin-top:1.3rem}.time-select{display:flex;align-items:center;gap:.5rem}.time-select md-outlined-select{width:auto;min-width:6rem}.time-sep{color:var(--md-sys-color-on-surface-variant)}.day-grid{display:flex;flex-wrap:wrap;gap:.3rem 1.1rem}.day-check{display:inline-flex;align-items:center;gap:.4rem;color:var(--md-sys-color-on-surface);font-size:.92rem}.slider-field md-slider{width:100%}.slider-label{display:block;color:var(--md-sys-color-on-surface-variant);font-size:.85rem}.danger-button{--md-sys-color-primary: var(--md-sys-color-error)}.login{max-width:360px;margin:8vh auto;padding:2rem;text-align:center}.login h1{margin:0 0 1.2rem}.login form{display:flex;flex-direction:column;gap:1rem}.login .field{margin:0;width:100%}.login-submit{margin-top:.4rem}.error{color:var(--md-sys-color-error)}.obs{--grid:var(--md-sys-color-outline-variant);--line:var(--md-sys-color-outline-variant);--accent2:var(--md-sys-color-tertiary);font-family:Outfit,system-ui,sans-serif;position:relative;display:flex;flex-direction:column;gap:1.1rem}.obs:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(900px 520px at 88% -8%,color-mix(in srgb,var(--md-sys-color-primary) 16%,transparent),transparent 60%),radial-gradient(760px 520px at 0% 4%,color-mix(in srgb,var(--md-sys-color-tertiary) 12%,transparent),transparent 55%),radial-gradient(color-mix(in srgb,var(--md-sys-color-on-surface) 4%,transparent) 1px,transparent 1px);background-size:auto,auto,26px 26px}.obs-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-top:.25rem}.eyebrow{margin:0;font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--md-sys-color-primary)}.obs-title{margin:.1rem 0 0;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.1rem);line-height:.95;letter-spacing:-.02em;color:var(--md-sys-color-on-surface)}.obs-live{display:inline-flex;align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--md-sys-color-on-surface-variant);background:var(--md-sys-color-surface-container);border:1px solid var(--line);padding:.45rem .8rem;border-radius:999px}.obs-live .dot{width:9px;height:9px;border-radius:50%;background:var(--md-sys-color-error)}.obs-live .dot.on{background:var(--cc-ok);box-shadow:0 0 #3ecf8e99;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #3ecf8e8c}70%{box-shadow:0 0 0 9px #3ecf8e00}to{box-shadow:0 0 #3ecf8e00}}.obs-panel{background:var(--md-sys-color-surface-container);border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 3px #0000004d,0 4px 8px -4px #0000004d;animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.obs>section{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.obs>section:nth-child(3){animation-delay:.05s}.obs>section:nth-child(4){animation-delay:.1s}.obs>section:nth-child(5){animation-delay:.15s}.obs>section:nth-child(6){animation-delay:.2s}.obs>section:nth-child(7){animation-delay:.25s}.obs>section:nth-child(8){animation-delay:.3s}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.hero-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:1.1rem}.frame{position:relative;overflow:hidden;padding:0;margin:0;min-height:260px}.frame img{width:100%;height:100%;max-height:440px;object-fit:cover;display:block}.frame .scan{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent,transparent 50%,rgba(0,0,0,.04) 50%,transparent 51%);background-size:100% 4px;mix-blend-mode:overlay;box-shadow:inset 0 0 120px #0000008c}.frame figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:.7rem;padding:1.4rem 1rem .8rem;font-family:JetBrains Mono,monospace;font-size:.78rem;color:#e9edf5;background:linear-gradient(180deg,transparent,rgba(7,9,12,.85));pointer-events:none}.frame .tag{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-weight:700;padding:.12rem .5rem;border-radius:5px;letter-spacing:.08em}.frame-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:260px;color:var(--md-sys-color-on-surface-variant);gap:.6rem}.frame-empty .big-emoji{font-size:3rem;opacity:.7}.live-toggle{position:absolute;top:.7rem;right:.7rem;z-index:3;display:flex;gap:0;padding:0;border-radius:999px;overflow:hidden;background:#07090c8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25)}.live-toggle button{font-family:var(--md-ref-typeface-plain);font-size:.72rem;letter-spacing:.04em;color:#e7ebf3;background:transparent;border:0;cursor:pointer;padding:.4rem .85rem;min-height:auto;border-radius:0;transition:background .15s,color .15s}.live-toggle button:hover{color:#fff;background:#ffffff1a}.live-toggle button.on{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-weight:600}.frame-live{position:relative;height:100%}.live-slot,.live-slot live-player{display:block;width:100%;height:100%}.live-slot:empty,.frame-live[hidden]{display:none}.live-slot{min-height:260px;background:#000}@keyframes pulse-live{0%{box-shadow:0 0 #ff6b6bb3}70%{box-shadow:0 0 0 8px #ff6b6b00}to{box-shadow:0 0 #ff6b6b00}}.hero-side{display:flex;flex-direction:column;gap:1.1rem}.hero-stat{flex:1;padding:1.2rem 1.3rem;display:flex;flex-direction:column;justify-content:center;gap:.2rem;border-left:3px solid var(--md-sys-color-primary)}.hero-stat.accent2{border-left-color:var(--accent2)}.hero-stat .cap,.chip .l,.sched .cap{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--md-sys-color-on-surface-variant)}.hero-num{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:3.4rem;line-height:1;color:var(--md-sys-color-primary)}.hero-stat.accent2 .hero-num{color:var(--accent2)}.hero-num.sm{font-size:2.1rem}.hero-stat .sub{color:var(--md-sys-color-on-surface-variant);font-size:.86rem;margin-top:.15rem}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.chip{padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.3rem;transition:transform .18s ease,border-color .18s ease}.chip:hover{transform:translateY(-3px);border-color:var(--md-sys-color-outline)}.chip .n{font-family:JetBrains Mono,monospace;font-weight:700;font-size:1.85rem;color:var(--md-sys-color-on-surface)}.chip .l{line-height:1.3}.chart{padding:1.1rem 1.2rem 1rem}.chart-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem}.chart-head h2{margin:0;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.15rem;color:var(--md-sys-color-on-surface)}.chart-head .peak{font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--md-sys-color-on-surface-variant);letter-spacing:.06em}.chart-two{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}svg text.ax{fill:var(--md-sys-color-on-surface-variant);font-family:JetBrains Mono,monospace;font-size:11px}.svg-area{width:100%;height:auto;display:block}.svg-area .area-line{stroke-dasharray:1;stroke-dashoffset:1;animation:draw 1.3s ease forwards .2s;filter:drop-shadow(0 4px 10px color-mix(in srgb,var(--md-sys-color-primary) 40%,transparent))}@keyframes draw{to{stroke-dashoffset:0}}.svg-area .pk{fill:var(--md-sys-color-surface-container);stroke:var(--md-sys-color-primary);stroke-width:3}.svg-bars{width:100%;height:auto;display:block}.svg-bars .bar{transform:scaleY(0);transform-box:fill-box;transform-origin:bottom;animation:grow .7s cubic-bezier(.2,.8,.2,1) forwards}.svg-bars .bar:hover{fill:var(--md-sys-color-primary-container)}@keyframes grow{to{transform:scaleY(1)}}.clock-wrap{display:flex;justify-content:center;padding:.4rem 0 .2rem}.svg-clock{width:100%;max-width:250px;height:auto}.svg-clock .spoke{transform-origin:center;animation:spin-in .6s ease both}@keyframes spin-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.svg-clock .clock-ring{stroke:var(--md-sys-color-outline-variant)}.svg-clock text.tick{fill:var(--md-sys-color-on-surface-variant);font-family:JetBrains Mono,monospace;font-size:11px}.svg-clock .clock-c1{fill:var(--md-sys-color-on-surface);font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:22px}.svg-clock .clock-c2{fill:var(--md-sys-color-on-surface-variant);font-family:JetBrains Mono,monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.donut-wrap{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:center}.svg-donut{width:170px;height:170px;flex:0 0 auto}.svg-donut .donut-track{stroke:var(--md-sys-color-surface-container-highest)}.svg-donut .arc{transition:stroke-width .2s;animation:fade-in .8s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.svg-donut .donut-c1{fill:var(--md-sys-color-on-surface);font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:26px}.svg-donut .donut-c2{fill:var(--md-sys-color-on-surface-variant);font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;min-width:150px}.legend li{display:flex;align-items:center;gap:.55rem;font-size:.9rem}.legend .sw{width:11px;height:11px;border-radius:3px;flex:0 0 auto}.legend .lpct{margin-left:auto;font-family:JetBrains Mono,monospace;color:var(--md-sys-color-on-surface-variant);font-size:.82rem}.sched{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.1rem 1.3rem}.sched p{margin:.3rem 0 0;font-size:.95rem}.sched .mono{font-family:JetBrains Mono,monospace}.obs .empty{color:var(--md-sys-color-on-surface-variant);padding:1.5rem .2rem}@media(max-width:760px){.hero-grid,.stat-row,.chart-two,.sched{grid-template-columns:1fr}.stat-row{grid-template-columns:1fr 1fr}.nav-links{display:none}.tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1000;background:var(--md-sys-color-surface-container);border-top:1px solid var(--md-sys-color-outline-variant);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 12px -6px #00000080}.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .25rem;min-height:56px;justify-content:center;color:var(--md-sys-color-on-surface-variant);font-size:.66rem;letter-spacing:.01em;text-decoration:none}.tabbar a svg{width:24px;height:24px;padding:3px 18px;border-radius:999px;box-sizing:content-box;transition:background .2s ease,color .2s ease}.tabbar a:hover{text-decoration:none}.tabbar a.active{color:var(--md-sys-color-on-surface)}.tabbar a.active svg{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.container{padding:1rem .9rem}body{padding-bottom:calc(56px + env(safe-area-inset-bottom))}.actions{margin-left:0;width:100%;flex-wrap:wrap}.actions form{flex:1 1 100%}.actions md-filled-button,.actions md-filled-tonal-button,.actions md-outlined-button{width:100%}.snackbar{bottom:calc(56px + env(safe-area-inset-bottom) + .6rem);left:1rem;align-items:stretch}.toast{max-width:none}}@media(max-width:480px){.stat-row{grid-template-columns:1fr 1fr}.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem}.card img,.card video,.card clip-player{height:130px}.grid[data-kind=clips],.grid[data-kind=timelapses]{grid-template-columns:1fr}.grid[data-kind=clips] .card clip-player,.grid[data-kind=timelapses] .card clip-player{height:auto;aspect-ratio:16/9}.hero-num{font-size:2.7rem}.hero-num.sm{font-size:1.8rem}.chip .n{font-size:1.5rem}.obs-title{line-height:1}.donut-wrap{gap:.8rem}}.snackbar{position:fixed;right:1rem;bottom:1rem;z-index:1200;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;pointer-events:none}.toast{pointer-events:auto;min-width:200px;max-width:min(360px,90vw);padding:.85rem 1rem;border-radius:8px;font-size:.9rem;color:var(--md-sys-color-inverse-on-surface);background:var(--md-sys-color-inverse-surface);border-left:3px solid var(--md-sys-color-inverse-primary);box-shadow:0 3px 5px -1px #0000004d,0 6px 10px #0003;opacity:0;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease;cursor:pointer;word-break:break-word}.toast.show{opacity:1;transform:none}.toast.success{border-left-color:var(--cc-ok)}.toast.error{border-left-color:var(--md-sys-color-error)}.toast.pending{border-left-color:var(--md-sys-color-inverse-primary)}.toast.pending:before{content:"";display:inline-block;width:.7rem;height:.7rem;margin-right:.5rem;vertical-align:-1px;border:2px solid color-mix(in srgb,var(--md-sys-color-inverse-on-surface) 30%,transparent);border-top-color:var(--md-sys-color-inverse-on-surface);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card.skeleton{height:228px;background:linear-gradient(100deg,var(--md-sys-color-surface-container-low) 30%,var(--md-sys-color-surface-container-high) 50%,var(--md-sys-color-surface-container-low) 70%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card.fresh{animation:fresh-in .5s ease both}@keyframes fresh-in{0%{opacity:0;transform:translateY(-8px);box-shadow:0 0 0 2px var(--md-sys-color-primary)}to{opacity:1;transform:none;box-shadow:none}}#scroll-sentinel{height:1px}#gallery-grid[data-kind=snapshots] .card a:has(img){position:relative;display:block}#gallery-grid[data-kind=snapshots] .card a img{cursor:zoom-in}#gallery-grid[data-kind=snapshots] .card a:has(img):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(100deg,var(--md-sys-color-surface-container-low) 30%,var(--md-sys-color-surface-container-high) 50%,var(--md-sys-color-surface-container-low) 70%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}#gallery-grid[data-kind=snapshots] .card a:has(img.loaded):before{display:none}#gallery-grid[data-kind=snapshots] .card a img{position:relative;z-index:1;opacity:0;transition:opacity .35s ease}#gallery-grid[data-kind=snapshots] .card a img.loaded{opacity:1}body.lb-open{overflow:hidden}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:clamp(.5rem,3vw,2rem);view-transition-name:lightbox}.lightbox[hidden]{display:none}.lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;border-radius:0;padding:0;cursor:pointer;background:color-mix(in srgb,var(--md-sys-color-scrim) 60%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.lightbox-dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:0;width:min(1100px,100%);max-height:92vh;overflow:hidden;background:var(--md-sys-color-surface-container-high);border-radius:28px;box-shadow:0 11px 15px -7px #0000004d,0 24px 38px 3px #0000003d;animation:rise .35s cubic-bezier(.2,.7,.2,1) both}.lightbox-x{position:absolute;top:.5rem;right:.5rem;z-index:2;color:#fff;--md-icon-button-icon-color:#fff;background:#0006;border-radius:50%}.lightbox-stage{display:flex;align-items:center;justify-content:center;background:#000;min-height:0}.lightbox-stage img{display:block;width:100%;height:100%;max-height:92vh;object-fit:contain}.lightbox-side{display:flex;flex-direction:column;gap:1rem;padding:1.4rem 1.3rem;min-width:0;font-family:Outfit,system-ui,sans-serif;overflow:auto}.lightbox-side .cap{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--md-sys-color-on-surface-variant)}.lightbox-name{margin:-.4rem 0 0;font-family:JetBrains Mono,monospace;font-size:.82rem;color:var(--md-sys-color-on-surface);word-break:break-all}.lightbox-run{width:100%}.lightbox-dl{margin-top:auto;font-size:.9rem;font-weight:500}.gauge{display:flex;flex-direction:column;gap:.55rem}.gauge-pct{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:2.6rem;line-height:1;color:var(--md-sys-color-on-surface-variant);transition:color .25s ease}.gauge[data-state=cat] .gauge-pct{color:var(--cc-ok)}.gauge[data-state=nocat] .gauge-pct{color:var(--md-sys-color-primary)}.gauge[data-state=loading] .gauge-pct{color:var(--md-sys-color-on-surface-variant)}.gauge-track{position:relative;height:12px;border-radius:999px;background:var(--md-sys-color-surface-container-highest);border:1px solid var(--md-sys-color-outline-variant);overflow:hidden}.gauge-fill{height:100%;width:0;border-radius:999px;background:var(--md-sys-color-primary);transition:width .5s cubic-bezier(.2,.8,.2,1),background .25s ease}.gauge[data-state=cat] .gauge-fill{background:var(--cc-ok)}.gauge[data-state=loading] .gauge-fill{width:100%!important;animation:shimmer 1.2s ease-in-out infinite;background-image:linear-gradient(100deg,var(--md-sys-color-surface-container-highest) 30%,var(--md-sys-color-outline) 50%,var(--md-sys-color-surface-container-highest) 70%);background-size:200% 100%}.gauge-mark{position:absolute;top:-3px;bottom:-3px;width:2px;background:var(--md-sys-color-on-surface-variant);opacity:.7}.gauge-verdict{margin:0;font-size:.85rem;color:var(--md-sys-color-on-surface-variant)}@media(max-width:760px){.lightbox-dialog{grid-template-columns:1fr;max-height:94vh;overflow:auto}.lightbox-stage img{max-height:55vh}}::view-transition-old(page){animation:.24s cubic-bezier(.2,.7,.2,1) both vt-page-out}::view-transition-new(page){animation:.24s cubic-bezier(.2,.7,.2,1) both vt-page-in}@keyframes vt-page-out{to{opacity:0;transform:translateY(-6px)}}@keyframes vt-page-in{0%{opacity:0;transform:translateY(8px)}}::view-transition-group(snap-morph){animation-duration:.35s;animation-timing-function:cubic-bezier(.2,.7,.2,1)}::view-transition-old(lightbox){animation:.2s ease both vt-fade-out}::view-transition-new(lightbox){animation:.22s ease both vt-fade-in}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}}.skel-block{border-radius:16px;background:linear-gradient(100deg,var(--md-sys-color-surface-container-low) 30%,var(--md-sys-color-surface-container-high) 50%,var(--md-sys-color-surface-container-low) 70%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}.skel-line{height:1.4rem;border-radius:8px;background:linear-gradient(100deg,var(--md-sys-color-surface-container-low) 30%,var(--md-sys-color-surface-container-high) 50%,var(--md-sys-color-surface-container-low) 70%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}.skel-line.lg{height:3rem;width:min(60%,22rem);margin:.4rem 0 .6rem}.skel-block.frame{min-height:340px;height:100%}.skel-block.stat{height:118px}.skel-block.chip{height:84px}.skel-block.chart{height:220px}.skel-block.card-form{height:170px;margin:0 0 1.1rem}.obs-skel .hero-side{display:flex;flex-direction:column;gap:1rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
