*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}[data-skin=clapper]{--bg: #0c0c0e;--bg-grad: radial-gradient(120% 80% at 50% -10%, #18181c 0%, #0c0c0e 60%);--surface: #161618;--surface2: #202023;--surface-up: #26262a;--line: rgba(255,255,255,.09);--line-strong: rgba(255,255,255,.16);--text: #f3f2ee;--text-dim: rgba(243,242,238,.62);--text-faint: rgba(243,242,238,.34);--accent: #f5c518;--accent-on: #1a1500;--accent-soft: rgba(245,197,24,.14);--ok: #5ad17a;--ok-soft: rgba(90,209,122,.16);--danger: #ff5f56;--radius: 16px;--radius-sm: 11px}[data-skin=clapper][data-accent=sodium]{--accent: #ff8c42;--accent-on: #1a0e00;--accent-soft: rgba(255,140,66,.14)}[data-skin=clapper][data-accent=arctic]{--accent: #7dd3fc;--accent-on: #001620;--accent-soft: rgba(125,211,252,.14)}[data-skin=clapper][data-accent=lime]{--accent: #bef264;--accent-on: #0e1500;--accent-soft: rgba(190,242,100,.14)}[data-skin=console]{--bg: #070a0f;--bg-grad: linear-gradient(180deg, #0a0f16 0%, #070a0f 100%);--surface: #0e151e;--surface2: #121b27;--surface-up: #16212f;--line: rgba(120,180,200,.14);--line-strong: rgba(120,180,200,.26);--text: #e6f0f2;--text-dim: rgba(200,224,228,.55);--text-faint: rgba(200,224,228,.32);--accent: #39ff8b;--accent-on: #001a0c;--accent-soft: rgba(57,255,139,.12);--ok: #39ff8b;--ok-soft: rgba(57,255,139,.14);--danger: #ff6b6b;--radius: 5px;--radius-sm: 4px}[data-skin=console][data-accent=cyan]{--accent: #22d3ee;--accent-on: #001a1e;--accent-soft: rgba(34,211,238,.12);--ok: #22d3ee}[data-skin=console][data-accent=amber]{--accent: #ffb000;--accent-on: #1a1200;--accent-soft: rgba(255,176,0,.12);--ok: #ffb000}[data-skin=console][data-accent=magenta]{--accent: #ff5dd0;--accent-on: #1a0014;--accent-soft: rgba(255,93,208,.12);--ok: #ff5dd0}[data-skin=daylight]{--bg: #eceae4;--bg-grad: linear-gradient(180deg, #f1efe9 0%, #e8e6df 100%);--surface: #ffffff;--surface2: #f6f4ee;--surface-up: #ffffff;--line: rgba(20,20,15,.12);--line-strong: rgba(20,20,15,.22);--text: #16160f;--text-dim: rgba(22,22,15,.6);--text-faint: rgba(22,22,15,.38);--accent: #d8412a;--accent-on: #ffffff;--accent-soft: rgba(216,65,42,.1);--ok: #0f8a4d;--ok-soft: rgba(15,138,77,.12);--danger: #c2261b;--radius: 18px;--radius-sm: 12px}[data-skin=daylight][data-accent=ink]{--accent: #1f3a8a;--accent-on: #ffffff;--accent-soft: rgba(31,58,138,.1)}[data-skin=daylight][data-accent=pine]{--accent: #0f6b4a;--accent-on: #ffffff;--accent-soft: rgba(15,107,74,.1)}[data-skin=daylight][data-accent=plum]{--accent: #7a2e6b;--accent-on: #ffffff;--accent-soft: rgba(122,46,107,.1)}html,body{height:100%;overflow:hidden;color:var(--text);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;user-select:none;-webkit-user-select:none;touch-action:pan-x pan-y}#app{height:100%;overflow:hidden}[data-skin=console] .app-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.45;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,transparent,#000 25%,#000 75%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 25%,#000 75%,transparent)}.app-header-zone{flex-shrink:0;position:relative;z-index:2;padding-top:env(safe-area-inset-top)}.app-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:relative;z-index:1}.action-dock{flex-shrink:0;position:relative;z-index:2;padding:13px 14px calc(30px + env(safe-area-inset-bottom));background:var(--dock-bg, rgba(0,0,0,.34));border-top:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}[data-skin=daylight] .action-dock{--dock-bg: rgba(255,255,255,.6)}.mono{font-family:IBM Plex Mono,ui-monospace,monospace;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.label-caps{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit;touch-action:manipulation}button:active{opacity:.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 16px;border-radius:var(--radius-sm);font-size:15px;font-weight:700;cursor:pointer;transition:opacity .1s,transform .1s;touch-action:manipulation;white-space:nowrap}.btn:active{opacity:.8;transform:scale(.97)}.btn-primary{background:var(--accent);color:var(--accent-on);border:none}.btn-ghost{flex:1;background:var(--surface2);border:1px solid var(--line-strong);color:var(--text)}.btn-danger{background:transparent;border:1px solid var(--danger);color:var(--danger)}input,textarea,select{background:var(--surface2);border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:var(--text);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:15px;padding:11px 13px;width:100%;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,textarea:focus,select:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text-faint);font-family:Hanken Grotesk,system-ui,sans-serif}.section-hd{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 8px 2px}.stripe-bar{display:none;height:9px;background-image:repeating-linear-gradient(135deg,var(--text) 0 9px,var(--bg) 9px 18px);opacity:.16}[data-skin=clapper] .stripe-bar{display:block}::-webkit-scrollbar{width:0;height:0}@media (min-width: 800px){::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#80808038;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8080805c}}.toast{position:fixed;left:50%;bottom:160px;transform:translate(-50%);z-index:70;pointer-events:none;max-width:88%;text-align:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12.5px;font-weight:600;color:var(--accent-on);background:var(--accent);padding:9px 16px;border-radius:999px;box-shadow:0 8px 24px #0006;animation:toastIn .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell.desktop .toast{bottom:36px;max-width:420px;font-size:13px}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;justify-content:flex-end}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .24s ease}.sheet-panel{position:relative;background:var(--surface);border-top:1px solid var(--line-strong);border-top-left-radius:calc(var(--radius) + 8px);border-top-right-radius:calc(var(--radius) + 8px);padding-bottom:calc(38px + env(safe-area-inset-bottom));max-height:86%;overflow-y:auto;transition:transform .26s cubic-bezier(.32,.72,0,1);box-shadow:0 -12px 40px #0006}.sheet-handle-row{display:flex;justify-content:center;padding:9px 0 4px}.sheet-handle{width:38px;height:4px;border-radius:4px;background:var(--line-strong)}.sheet-title{padding:6px 20px 12px;font-family:Hanken Grotesk,system-ui,sans-serif;font-weight:700;font-size:17px;color:var(--text)}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.banner.svelte-z9gab7.svelte-z9gab7{position:fixed;bottom:calc(env(safe-area-inset-bottom,0px) + 16px);left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:400px;z-index:200;display:flex;align-items:center;background:var(--surface2);border:1px solid var(--line-strong);border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 8px 32px #00000073,0 2px 8px #0000004d}.stripe.svelte-z9gab7.svelte-z9gab7{width:4px;align-self:stretch;background:var(--accent);flex-shrink:0}.body.svelte-z9gab7.svelte-z9gab7{flex:1;display:flex;flex-direction:column;gap:2px;padding:12px;min-width:0}.eyebrow.svelte-z9gab7.svelte-z9gab7{font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:500;letter-spacing:.12em;color:var(--accent)}.headline.svelte-z9gab7.svelte-z9gab7{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14px;font-weight:600;color:var(--text);line-height:1.2}.actions.svelte-z9gab7.svelte-z9gab7{display:flex;align-items:center;gap:4px;padding:10px 10px 10px 0;flex-shrink:0}.refresh-btn.svelte-z9gab7.svelte-z9gab7{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;font-weight:600;color:var(--accent-on);background:var(--accent);border:none;border-radius:calc(var(--radius-sm) / 2);padding:7px 14px;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.refresh-btn.svelte-z9gab7.svelte-z9gab7:active{opacity:.75}.dismiss-btn.svelte-z9gab7.svelte-z9gab7{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-faint);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s;flex-shrink:0}.dismiss-btn.svelte-z9gab7.svelte-z9gab7:hover{color:var(--text-dim)}.dismiss-btn.svelte-z9gab7 svg.svelte-z9gab7{width:12px;height:12px}.ro-backdrop.svelte-1bmilmv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000b8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:svelte-1bmilmv-ro-fade-in .2s ease-out}@keyframes svelte-1bmilmv-ro-fade-in{0%{opacity:0}to{opacity:1}}.ro-card.svelte-1bmilmv{position:relative;width:100%;max-width:440px;overflow:hidden;border-radius:var(--radius, 16px);background:radial-gradient(ellipse 90% 65% at 50% 50%,#1e0404,#0b0101 55%,#040000);box-shadow:0 0 0 1px #ff412d38,0 28px 64px #000000bf;display:flex;flex-direction:column;animation:svelte-1bmilmv-ro-card-in .22s cubic-bezier(.32,.72,0,1)}@keyframes svelte-1bmilmv-ro-card-in{0%{transform:scale(.93);opacity:0}to{transform:scale(1);opacity:1}}.ro-card.svelte-1bmilmv:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;animation:svelte-1bmilmv-ro-vignette 1.8s ease-in-out infinite}@keyframes svelte-1bmilmv-ro-vignette{0%,to{box-shadow:inset 0 0 50px #d20f0547,inset 0 0 90px #a0000024}50%{box-shadow:inset 0 0 70px #f0140573,inset 0 0 120px #be000038}}.ro-stripe.svelte-1bmilmv{flex-shrink:0;height:14px;background-image:repeating-linear-gradient(135deg,#d7230fe6 0,#d7230fe6 11px,#060000 11px,#060000 22px);background-size:31px 31px;animation:svelte-1bmilmv-ro-stripe-march .75s linear infinite}@keyframes svelte-1bmilmv-ro-stripe-march{0%{background-position:0 0}to{background-position:31px 31px}}.ro-corner.svelte-1bmilmv{position:absolute;width:20px;height:20px;border-color:#ff412d8c;border-style:solid;animation:svelte-1bmilmv-ro-corner-pulse 1.8s ease-in-out infinite}.ro-tl.svelte-1bmilmv{top:22px;left:18px;border-width:2px 0 0 2px}.ro-tr.svelte-1bmilmv{top:22px;right:18px;border-width:2px 2px 0 0}.ro-bl.svelte-1bmilmv{bottom:22px;left:18px;border-width:0 0 2px 2px}.ro-br.svelte-1bmilmv{bottom:22px;right:18px;border-width:0 2px 2px 0}@keyframes svelte-1bmilmv-ro-corner-pulse{0%,to{opacity:.55}50%{opacity:.12}}.ro-body.svelte-1bmilmv{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 28px 36px;text-align:center}.ro-eyebrow.svelte-1bmilmv{margin:0;font-size:10px;font-weight:700;letter-spacing:.26em;color:#ff5541b8}.ro-tc.svelte-1bmilmv{margin:0;font-size:clamp(48px,12vw,80px);font-weight:600;letter-spacing:.02em;line-height:1;color:#ff3d2c;font-variant-numeric:tabular-nums;text-shadow:0 0 40px rgba(255,50,28,.4);animation:svelte-1bmilmv-ro-tc-pulse 1s ease-in-out infinite}@keyframes svelte-1bmilmv-ro-tc-pulse{0%,to{color:#ff3d2c;text-shadow:0 0 40px rgba(255,50,28,.4)}50%{color:#ffb8af;text-shadow:0 0 20px rgba(255,80,60,.18)}}.ro-sub.svelte-1bmilmv{margin:0;font-size:9.5px;font-weight:600;letter-spacing:.13em;color:#ff645261;max-width:300px;line-height:1.8}.ro-dismiss.svelte-1bmilmv{margin-top:8px;padding:12px 36px;background:transparent;border:1.5px solid rgba(255,65,45,.4);border-radius:var(--radius-sm, 8px);color:#ff735fbf;font-size:11px;font-weight:700;letter-spacing:.2em;cursor:pointer;transition:background .15s,border-color .15s,color .15s;-webkit-tap-highlight-color:transparent}.ro-dismiss.svelte-1bmilmv:hover{background:#ff2d191a;border-color:#ff412dbf;color:#ffc8bceb}.ro-dismiss.svelte-1bmilmv:active{background:#ff2d192e}.tut-backdrop.svelte-rpmlzg.svelte-rpmlzg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;cursor:default}.tut-spotlight.svelte-rpmlzg.svelte-rpmlzg{position:fixed;z-index:9001;pointer-events:none;box-shadow:0 0 0 9999px #000000b8;transition:top .28s cubic-bezier(.32,.72,0,1),left .28s cubic-bezier(.32,.72,0,1),width .28s cubic-bezier(.32,.72,0,1),height .28s cubic-bezier(.32,.72,0,1)}.tut-spotlight.tracking.svelte-rpmlzg.svelte-rpmlzg{transition:none}.tut-spotlight.interactive.svelte-rpmlzg.svelte-rpmlzg{animation:svelte-rpmlzg-spot-pulse 2s ease-in-out infinite;outline:2px solid var(--accent);outline-offset:3px}@keyframes svelte-rpmlzg-spot-pulse{0%,to{box-shadow:0 0 0 9999px #000000b8;outline-color:var(--accent)}50%{box-shadow:0 0 0 9999px #000000b8,0 0 16px 4px var(--accent-soft);outline-color:transparent}}.tut-tooltip.svelte-rpmlzg.svelte-rpmlzg{position:fixed;z-index:9002;overflow:visible}.tut-card.svelte-rpmlzg.svelte-rpmlzg{background:var(--surface);border:1px solid var(--line-strong);border-radius:calc(var(--radius) + 4px);box-shadow:0 20px 60px #0009,0 4px 16px #00000059;overflow:hidden}.tut-progress.svelte-rpmlzg.svelte-rpmlzg{height:3px;background:var(--surface2)}.tut-progress-fill.svelte-rpmlzg.svelte-rpmlzg{height:100%;background:var(--accent);transition:width .4s cubic-bezier(.32,.72,0,1)}.tut-inner.svelte-rpmlzg.svelte-rpmlzg{padding:14px 16px}.tut-meta.svelte-rpmlzg.svelte-rpmlzg{margin-bottom:7px}.tut-step-label.svelte-rpmlzg.svelte-rpmlzg{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--text-faint);text-transform:uppercase}.tut-heading.svelte-rpmlzg.svelte-rpmlzg{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:16px;font-weight:800;color:var(--text);margin:0 0 6px;line-height:1.25}.tut-body.svelte-rpmlzg.svelte-rpmlzg{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13.5px;color:var(--text-dim);line-height:1.52;margin:0 0 14px}.tut-actions.svelte-rpmlzg.svelte-rpmlzg{display:flex;align-items:center;gap:8px}.tut-skip.svelte-rpmlzg.svelte-rpmlzg{background:none;border:none;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:12.5px;color:var(--text-faint);cursor:pointer;padding:6px 0;margin-right:auto;-webkit-tap-highlight-color:transparent;transition:color .15s}.tut-skip.svelte-rpmlzg.svelte-rpmlzg:active{color:var(--text-dim)}.tut-cta.svelte-rpmlzg.svelte-rpmlzg{display:flex;align-items:center;gap:6px;padding:9px 15px;border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-on);border:none;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;font-weight:700;letter-spacing:.03em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s,transform .1s;white-space:nowrap}.tut-cta.svelte-rpmlzg.svelte-rpmlzg:active{opacity:.82;transform:scale(.97)}.tut-cta.svelte-rpmlzg svg.svelte-rpmlzg{width:13px;height:13px;flex-shrink:0}.tut-cta--waiting.svelte-rpmlzg.svelte-rpmlzg{background:var(--surface2);color:var(--text-faint);border:1px solid var(--line-strong);cursor:default;opacity:.8}.waiting-dot.svelte-rpmlzg.svelte-rpmlzg{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:svelte-rpmlzg-waiting-blink 1.2s ease-in-out infinite;flex-shrink:0}@keyframes svelte-rpmlzg-waiting-blink{0%,to{opacity:1}50%{opacity:.2}}.tut-arrow.svelte-rpmlzg.svelte-rpmlzg{position:absolute;width:0;height:0;transform:translate(-50%);pointer-events:none}.tut-arrow--down.svelte-rpmlzg.svelte-rpmlzg{bottom:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--line-strong)}.tut-arrow--down.svelte-rpmlzg.svelte-rpmlzg:after{content:"";position:absolute;bottom:1px;left:-7px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid var(--surface)}.tut-arrow--up.svelte-rpmlzg.svelte-rpmlzg{top:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--line-strong)}.tut-arrow--up.svelte-rpmlzg.svelte-rpmlzg:after{content:"";position:absolute;top:1px;left:-7px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--surface)}.tut-celebration.svelte-rpmlzg.svelte-rpmlzg{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 12px}.cel-ring.svelte-rpmlzg.svelte-rpmlzg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--accent);animation:svelte-rpmlzg-cel-expand 2s ease-out infinite}.cel-ring--2.svelte-rpmlzg.svelte-rpmlzg{animation-delay:.7s}.cel-icon.svelte-rpmlzg.svelte-rpmlzg{font-size:24px;color:var(--accent);position:relative;z-index:1;animation:svelte-rpmlzg-cel-icon-glow 2s ease-in-out infinite}@keyframes svelte-rpmlzg-cel-expand{0%{transform:scale(.65);opacity:.9}to{transform:scale(1.6);opacity:0}}@keyframes svelte-rpmlzg-cel-icon-glow{0%,to{filter:drop-shadow(0 0 4px transparent)}50%{filter:drop-shadow(0 0 10px var(--accent-soft))}}.header.svelte-397mo2.svelte-397mo2{display:flex;align-items:center;gap:8px;padding:4px 12px 2px}.day-pill.svelte-397mo2.svelte-397mo2{flex:1;min-width:0;display:flex;align-items:center;gap:7px;cursor:pointer;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:4px 10px 4px 4px}.cam-square.svelte-397mo2.svelte-397mo2{width:26px;height:26px;border-radius:calc(var(--radius-sm) - 3px);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.day-block.svelte-397mo2.svelte-397mo2{display:flex;flex-direction:column;align-items:flex-start;line-height:1;flex-shrink:0}.day-label.svelte-397mo2.svelte-397mo2{font-size:8px;font-weight:600;letter-spacing:.1em;color:var(--text-faint)}.day-num.svelte-397mo2.svelte-397mo2{font-size:15px;font-weight:700;color:var(--text);line-height:1}.day-meta.svelte-397mo2.svelte-397mo2{font-size:10px;color:var(--text-faint);letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.chev.svelte-397mo2.svelte-397mo2{width:9px;height:6px;color:var(--text-dim);flex-shrink:0;margin-left:auto}.icon-btn.svelte-397mo2.svelte-397mo2{width:32px;height:32px;border-radius:999px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--text-dim);flex-shrink:0}.icon-btn.svelte-397mo2 svg.svelte-397mo2{width:16px;height:16px}.time-display.svelte-1tl61hp.svelte-1tl61hp{padding:4px 0 10px;text-align:center}.timecode-btn.svelte-1tl61hp.svelte-1tl61hp{display:block;width:100%;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.timecode.svelte-1tl61hp.svelte-1tl61hp{font-size:clamp(54px,14.5vw,86px);font-weight:600;letter-spacing:.01em;color:var(--text);line-height:.95;font-variant-numeric:tabular-nums;transition:color .2s,font-size .2s}.timecode.compact.svelte-1tl61hp.svelte-1tl61hp{font-size:clamp(34px,9vw,52px)}.timecode.custom.svelte-1tl61hp.svelte-1tl61hp{color:var(--accent)}.timecode.rollover.svelte-1tl61hp.svelte-1tl61hp{animation:svelte-1tl61hp-rollover-flash 1s ease-in-out infinite}@keyframes svelte-1tl61hp-rollover-flash{0%,to{color:var(--danger)}50%{color:var(--text-faint)}}.timecode-btn.svelte-1tl61hp:active .timecode.svelte-1tl61hp{opacity:.65}.subtitle.svelte-1tl61hp.svelte-1tl61hp{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.ok-dot.svelte-1tl61hp.svelte-1tl61hp,.accent-dot.svelte-1tl61hp.svelte-1tl61hp{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ok-dot.svelte-1tl61hp.svelte-1tl61hp{background:var(--ok);box-shadow:0 0 6px var(--ok)}.accent-dot.svelte-1tl61hp.svelte-1tl61hp{background:var(--accent);box-shadow:0 0 6px var(--accent)}.sub-text.svelte-1tl61hp.svelte-1tl61hp{font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--text-dim)}.cam-bar-wrap.svelte-1axcq3w.svelte-1axcq3w{padding:13px 16px 0}.cam-scroll.svelte-1axcq3w.svelte-1axcq3w{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.cam-scroll.svelte-1axcq3w.svelte-1axcq3w::-webkit-scrollbar{display:none}.cam-scroll.vertical.svelte-1axcq3w.svelte-1axcq3w{flex-direction:column;overflow-x:clip;overflow-y:visible;padding-bottom:4px;align-items:stretch}.cam-scroll.vertical.svelte-1axcq3w .add-btn.svelte-1axcq3w{width:auto;height:44px}.cam-chip.svelte-1axcq3w.svelte-1axcq3w{flex:0 0 auto;display:flex;align-items:center;border-radius:var(--radius-sm);border:1.5px solid var(--cam, var(--line));overflow:hidden;transition:opacity .15s}.cam-chip.svelte-1axcq3w.svelte-1axcq3w:not(.active){background:var(--surface);border-color:var(--line)}.cam-chip.active.svelte-1axcq3w.svelte-1axcq3w{background:color-mix(in srgb,var(--cam) 16%,transparent);border-color:var(--cam)}@supports not (color: color-mix(in srgb,red,blue)){.cam-chip.active.svelte-1axcq3w.svelte-1axcq3w{background:var(--surface2)}}.chip-body.svelte-1axcq3w.svelte-1axcq3w{flex:1;min-width:0;display:flex;align-items:center;gap:9px;padding:7px 4px 7px 8px;background:transparent;cursor:pointer}.chip-letter.svelte-1axcq3w.svelte-1axcq3w{width:32px;height:32px;border-radius:calc(var(--radius-sm) - 3px);font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chip-info.svelte-1axcq3w.svelte-1axcq3w{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1;min-width:0}.chip-model.svelte-1axcq3w.svelte-1axcq3w{font-size:11px;font-weight:600;color:var(--text);white-space:nowrap;letter-spacing:.02em}.chip-sub.svelte-1axcq3w.svelte-1axcq3w{font-size:10px;color:var(--text-faint);margin-top:1px;white-space:nowrap}.arm-btn.svelte-1axcq3w.svelte-1axcq3w{width:30px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;flex-shrink:0}.arm-dot.svelte-1axcq3w.svelte-1axcq3w{width:13px;height:13px;border-radius:50%;border:2px solid;transition:background .15s,box-shadow .15s,border-color .15s}.arm-dot.rolling.svelte-1axcq3w.svelte-1axcq3w{animation:svelte-1axcq3w-pulse-rec 1.5s ease-in-out infinite}@keyframes svelte-1axcq3w-pulse-rec{0%,to{opacity:1}50%{opacity:.5}}.edit-btn.svelte-1axcq3w.svelte-1axcq3w{width:34px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border-left:1px solid var(--line);color:var(--text-dim);cursor:pointer;flex-shrink:0}.edit-btn.svelte-1axcq3w svg.svelte-1axcq3w{width:16px;height:16px}.add-btn.svelte-1axcq3w.svelte-1axcq3w{flex:0 0 auto;width:46px;border-radius:var(--radius-sm);cursor:pointer;background:transparent;border:1.5px dashed var(--line-strong);color:var(--text-dim);display:flex;align-items:center;justify-content:center}.add-btn.svelte-1axcq3w svg.svelte-1axcq3w{width:20px;height:20px}.row.svelte-721ep.svelte-721ep{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:var(--radius-sm);border-left:2.5px solid transparent;cursor:pointer;transition:background .1s}.row.take.svelte-721ep.svelte-721ep{background:var(--surface2);border:1px solid var(--line);border-left-width:2.5px}.row.svelte-721ep.svelte-721ep:not(.take){background:transparent}.tc.svelte-721ep.svelte-721ep{font-size:12.5px;color:var(--text-dim);font-weight:500;font-variant-numeric:tabular-nums;flex-shrink:0;letter-spacing:-.01em}.badge.svelte-721ep.svelte-721ep{font-size:10.5px;font-weight:600;letter-spacing:.08em;border-radius:5px;padding:2px 6px;line-height:1.3;white-space:nowrap;flex-shrink:0}.badge-take.svelte-721ep.svelte-721ep{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent)}.badge-cut.svelte-721ep.svelte-721ep{background:var(--danger-soft, rgba(220,50,50,.12));color:var(--danger, #e03030);border:1px solid var(--danger, #e03030)}.badge-setup.svelte-721ep.svelte-721ep{background:var(--surface-up, var(--surface2));color:var(--text);border:1px solid var(--line-strong)}.badge-note.svelte-721ep.svelte-721ep{background:var(--surface-up, var(--surface2));color:var(--text-dim);border:1px solid var(--line)}.badge-roll.svelte-721ep.svelte-721ep{background:var(--surface-up, var(--surface2));color:var(--text);border:1px solid var(--line-strong)}.body.svelte-721ep.svelte-721ep{flex:1;min-width:0}.main-line.svelte-721ep.svelte-721ep{font-size:14.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-line.svelte-721ep.svelte-721ep:not(.mono){font-size:13.5px;font-weight:500;color:var(--text-dim)}.sub-line.svelte-721ep.svelte-721ep{font-size:10.5px;color:var(--text-faint);margin-top:1px;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.changes.svelte-721ep.svelte-721ep{font-size:10.5px;color:var(--accent);font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.circle-btn.svelte-721ep.svelte-721ep{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;background:transparent;cursor:pointer}.circle-btn.svelte-721ep svg.svelte-721ep{width:20px;height:20px}.event-log.svelte-15iwh44{padding:0 0 8px;min-height:100%;display:flex;flex-direction:column}.log-hd.svelte-15iwh44{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:13px 16px 8px;position:sticky;top:-1px;z-index:10;background:var(--bg)}.log-meta.svelte-15iwh44{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-faint);letter-spacing:.04em}.cam-dot.svelte-15iwh44{display:inline-block;width:9px;height:9px;flex-shrink:0}.rows.svelte-15iwh44{display:flex;flex-direction:column;gap:6px;padding:0 16px 8px;margin-top:auto}.empty.svelte-15iwh44{font-size:13px;color:var(--text-faint);padding:20px 4px;text-align:center;letter-spacing:.02em}.chip.svelte-begscf.svelte-begscf{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:6px 10px 7px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface, var(--surface2));cursor:pointer;text-align:left;overflow:hidden;touch-action:manipulation;transition:border-color .1s,background .1s}.chip.changed.svelte-begscf.svelte-begscf{background:var(--accent-soft);border-color:var(--accent)}.chip.active.svelte-begscf.svelte-begscf{box-shadow:inset 0 3px 0 0 var(--accent)}.chip.active.svelte-begscf.svelte-begscf:not(.changed){border-color:var(--line-strong);background:var(--surface2)}.changed-dot.svelte-begscf.svelte-begscf{position:absolute;top:6px;right:7px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.chip-label.svelte-begscf.svelte-begscf{font-size:9px;letter-spacing:.1em;color:var(--text-faint);font-weight:600;line-height:1;margin-bottom:2px}.chip-value.svelte-begscf.svelte-begscf{font-size:17px;font-weight:600;line-height:1.05;color:var(--text);font-variant-numeric:tabular-nums}.chip.changed.svelte-begscf .chip-value.svelte-begscf{color:var(--accent)}.sheet-overlay.svelte-16zv9ld{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;justify-content:flex-end}.sheet-backdrop.svelte-16zv9ld{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .24s ease}.sheet-panel.svelte-16zv9ld{position:relative;background:var(--surface);border-top:1px solid var(--line-strong);border-top-left-radius:calc(var(--radius) + 8px);border-top-right-radius:calc(var(--radius) + 8px);padding-bottom:calc(38px + env(safe-area-inset-bottom));max-height:86%;overflow-y:auto;transition:transform .26s cubic-bezier(.32,.72,0,1);box-shadow:0 -12px 40px #0006}.sheet-handle-row.svelte-16zv9ld{display:flex;justify-content:center;padding:14px 0 8px;cursor:grab;touch-action:none}.sheet-handle.svelte-16zv9ld{width:38px;height:4px;border-radius:4px;background:var(--line-strong)}.sheet-title.svelte-16zv9ld{padding:2px 20px 12px;font-family:Hanken Grotesk,system-ui,sans-serif;font-weight:700;font-size:17px;color:var(--text)}@media (min-width: 800px){.sheet-overlay.svelte-16zv9ld{align-items:center;justify-content:center;padding:32px}.sheet-backdrop.svelte-16zv9ld{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sheet-panel.svelte-16zv9ld{width:460px;max-width:100%;max-height:80vh;border-top:1px solid var(--line-strong);border-radius:calc(var(--radius) + 4px);border-top-left-radius:calc(var(--radius) + 4px);border-top-right-radius:calc(var(--radius) + 4px);padding-bottom:20px;box-shadow:0 24px 80px #00000080;transform:scale(1)!important;transition:opacity .18s,transform .24s cubic-bezier(.32,.72,0,1)}.sheet-handle-row.svelte-16zv9ld{display:none}}.inline-picker.svelte-1y9baju.svelte-1y9baju{position:relative;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);overflow:visible;margin-bottom:8px}.inline-picker.svelte-1y9baju.svelte-1y9baju:after{content:"";position:absolute;bottom:-5px;left:var(--caret-left, 50%);transform:translate(-50%);width:28px;height:5px;background:var(--accent);border-radius:0 0 4px 4px;z-index:1}.inline-inner.svelte-1y9baju.svelte-1y9baju{overflow:hidden;border-radius:var(--radius)}.inline-header.svelte-1y9baju.svelte-1y9baju{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 6px}.inline-title.svelte-1y9baju.svelte-1y9baju{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint)}.inline-close.svelte-1y9baju.svelte-1y9baju{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:transparent;color:var(--text-faint);cursor:pointer;transition:background .1s,color .1s}.inline-close.svelte-1y9baju.svelte-1y9baju:hover{background:var(--surface2);color:var(--text)}.inline-close.svelte-1y9baju svg.svelte-1y9baju{width:12px;height:12px}.grid.svelte-1y9baju.svelte-1y9baju{display:grid;gap:9px;padding:4px 16px 8px}.opt.svelte-1y9baju.svelte-1y9baju{min-height:54px;border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid var(--line);background:var(--surface2);color:var(--text);font-size:17px;font-weight:600;display:flex;align-items:center;justify-content:center;touch-action:manipulation;padding:0 6px;text-align:center;line-height:1.1;transition:border-color .1s,background .1s,color .1s}.opt.active.svelte-1y9baju.svelte-1y9baju{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.custom-row.svelte-1y9baju.svelte-1y9baju{padding:4px 16px 8px}.custom-toggle.svelte-1y9baju.svelte-1y9baju{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13.5px;color:var(--text-dim);cursor:pointer;background:transparent;padding:8px 0}.custom-input-row.svelte-1y9baju.svelte-1y9baju{display:flex;gap:10px;align-items:center}.custom-input-row.svelte-1y9baju input.svelte-1y9baju{flex:1}.custom-input-row.svelte-1y9baju .btn.svelte-1y9baju{flex-shrink:0;white-space:nowrap}.action-dock.svelte-yxqd5s.svelte-yxqd5s{flex-shrink:0;padding:13px 14px calc(30px + env(safe-area-inset-bottom));background:var(--dock-bg, rgba(0,0,0,.34));border-top:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}[data-skin=daylight] .action-dock.svelte-yxqd5s.svelte-yxqd5s{--dock-bg:rgba(255,255,255,.6)}.section-toggle.svelte-yxqd5s.svelte-yxqd5s{width:100%;background:none;border:none;cursor:pointer;padding:0;margin-bottom:8px;-webkit-tap-highlight-color:transparent}.hd-right.svelte-yxqd5s.svelte-yxqd5s{display:flex;align-items:center;gap:8px}.chev.svelte-yxqd5s.svelte-yxqd5s{width:10px;height:7px;color:var(--text-faint);flex-shrink:0;transition:transform .2s}.section-toggle.collapsed.svelte-yxqd5s .chev.svelte-yxqd5s{transform:rotate(-90deg)}.chips-grid.svelte-yxqd5s.svelte-yxqd5s{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:11px}.staged-hint.svelte-yxqd5s.svelte-yxqd5s{font-size:10px;color:var(--accent);font-weight:600;letter-spacing:.04em}.slate-take.svelte-yxqd5s.svelte-yxqd5s{display:flex;align-items:stretch;gap:10px;margin-bottom:11px}.slate-btn.svelte-yxqd5s.svelte-yxqd5s{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:8px 14px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);cursor:pointer;min-width:92px}.slate-val.svelte-yxqd5s.svelte-yxqd5s{font-size:28px;font-weight:700;color:var(--text);line-height:1;letter-spacing:.02em}.take-block.svelte-yxqd5s.svelte-yxqd5s{flex:1;display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm)}.stepper.svelte-yxqd5s.svelte-yxqd5s{display:flex;align-items:center;gap:8px}.step-btn.svelte-yxqd5s.svelte-yxqd5s{width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface2);display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:manipulation;flex-shrink:0}.step-btn.svelte-yxqd5s svg.svelte-yxqd5s{width:18px;height:18px}.take-num.svelte-yxqd5s.svelte-yxqd5s{min-width:40px;text-align:center;font-size:22px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.log-row.svelte-yxqd5s.svelte-yxqd5s{display:flex;gap:10px;align-items:stretch}.cut-btn.svelte-yxqd5s.svelte-yxqd5s{width:56px;flex-shrink:0;border-radius:var(--radius-sm);border:1.5px solid var(--danger, #e03030);background:var(--danger-soft, rgba(220,50,50,.12));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s}.cut-btn.svelte-yxqd5s.svelte-yxqd5s:active{background:var(--danger-soft, rgba(220,50,50,.28))}.cut-btn.svelte-yxqd5s.svelte-yxqd5s:disabled{opacity:.35;cursor:default}.cut-label.svelte-yxqd5s.svelte-yxqd5s{font-size:13px;font-weight:800;letter-spacing:.1em;color:var(--danger, #e03030)}.add-btn.svelte-yxqd5s.svelte-yxqd5s{width:56px;flex-shrink:0;border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer}.add-btn.svelte-yxqd5s svg.svelte-yxqd5s{width:24px;height:24px}.log-btn.svelte-yxqd5s.svelte-yxqd5s{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:11px 12px;background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;border:none;touch-action:manipulation;box-shadow:0 6px 20px var(--accent-soft);transition:opacity .1s,transform .1s}.log-btn.svelte-yxqd5s.svelte-yxqd5s:active{opacity:.85;transform:scale(.98)}.log-btn.svelte-yxqd5s.svelte-yxqd5s:disabled,.log-btn.no-cams.svelte-yxqd5s.svelte-yxqd5s{background:var(--surface2);box-shadow:none;cursor:default}.log-main-line.svelte-yxqd5s.svelte-yxqd5s{display:flex;align-items:center;gap:8px;white-space:nowrap}.log-label.svelte-yxqd5s.svelte-yxqd5s{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:18px;font-weight:800;letter-spacing:.04em;color:var(--accent-on)}.log-btn.svelte-yxqd5s:disabled .log-label.svelte-yxqd5s,.log-btn.no-cams.svelte-yxqd5s .log-label.svelte-yxqd5s{color:var(--text-faint)}.cam-badges.svelte-yxqd5s.svelte-yxqd5s{display:flex;gap:3px}.cam-badge.svelte-yxqd5s.svelte-yxqd5s{min-width:18px;height:17px;padding:0 3px;border-radius:4px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.log-sub.svelte-yxqd5s.svelte-yxqd5s{font-size:11px;opacity:.7;font-weight:600;color:var(--accent-on);font-variant-numeric:tabular-nums;letter-spacing:.02em}.log-btn.svelte-yxqd5s:disabled .log-sub.svelte-yxqd5s,.log-btn.no-cams.svelte-yxqd5s .log-sub.svelte-yxqd5s{color:var(--text-faint)}.desktop-header.svelte-11f59oo.svelte-11f59oo{display:flex;align-items:center;padding:14px 24px;border-bottom:1px solid var(--line);flex-shrink:0;position:relative;z-index:2}[data-skin=clapper] .desktop-header.svelte-11f59oo.svelte-11f59oo{border-bottom:none}.hd-left.svelte-11f59oo.svelte-11f59oo{flex:1}.day-pill.svelte-11f59oo.svelte-11f59oo{display:inline-flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:8px 16px;cursor:pointer;transition:border-color .15s}.day-pill.svelte-11f59oo.svelte-11f59oo:hover{border-color:var(--line-strong)}.day-block.svelte-11f59oo.svelte-11f59oo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.day-label.svelte-11f59oo.svelte-11f59oo{font-size:8px;font-weight:600;letter-spacing:.1em;color:var(--text-faint)}.day-num.svelte-11f59oo.svelte-11f59oo{font-size:15px;font-weight:700;color:var(--text);line-height:1}.day-meta.svelte-11f59oo.svelte-11f59oo{font-size:11px;color:var(--text-faint);letter-spacing:.04em;white-space:nowrap}.chev.svelte-11f59oo.svelte-11f59oo{width:9px;height:6px;color:var(--text-dim);flex-shrink:0}.tc-hero.svelte-11f59oo.svelte-11f59oo{background:transparent;border:none;cursor:pointer;text-align:center;padding:0 20px}.tc-value.svelte-11f59oo.svelte-11f59oo{font-size:46px;font-weight:600;letter-spacing:.01em;color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.tc-value.custom.svelte-11f59oo.svelte-11f59oo{color:var(--accent)}.tc-value.rollover.svelte-11f59oo.svelte-11f59oo{animation:svelte-11f59oo-rollover-flash 1s ease-in-out infinite}@keyframes svelte-11f59oo-rollover-flash{0%,to{color:var(--danger)}50%{color:var(--text-faint)}}.tc-hero.svelte-11f59oo:active .tc-value.svelte-11f59oo{opacity:.65}.tc-sub.svelte-11f59oo.svelte-11f59oo{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:5px}.status-dot.svelte-11f59oo.svelte-11f59oo{width:5px;height:5px;border-radius:50%;flex-shrink:0}.status-dot.ok.svelte-11f59oo.svelte-11f59oo{background:var(--ok);box-shadow:0 0 6px var(--ok)}.status-dot.accent.svelte-11f59oo.svelte-11f59oo{background:var(--accent);box-shadow:0 0 6px var(--accent)}.sub-label.svelte-11f59oo.svelte-11f59oo{font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--text-dim)}.hd-right.svelte-11f59oo.svelte-11f59oo{flex:1;display:flex;justify-content:flex-end}.icon-btn.svelte-11f59oo.svelte-11f59oo{width:40px;height:40px;border-radius:999px;cursor:pointer;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:border-color .15s}.icon-btn.svelte-11f59oo.svelte-11f59oo:hover{border-color:var(--line-strong)}.icon-btn.svelte-11f59oo svg.svelte-11f59oo{width:20px;height:20px}.sidebar.svelte-vnm9iy.svelte-vnm9iy{width:380px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--line);min-height:0}.sidebar-scroll.svelte-vnm9iy.svelte-vnm9iy{flex:1;overflow-y:auto;min-height:0;padding-top:16px}.cam-section.svelte-vnm9iy.svelte-vnm9iy{margin-bottom:4px}.dock-settings-hd.svelte-vnm9iy.svelte-vnm9iy{margin-bottom:8px}.chips-grid.svelte-vnm9iy.svelte-vnm9iy{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.staged-hint.svelte-vnm9iy.svelte-vnm9iy{font-size:10px;color:var(--accent);font-weight:600;letter-spacing:.04em;white-space:nowrap}.sidebar-dock.svelte-vnm9iy.svelte-vnm9iy{flex-shrink:0;padding:14px 16px 20px;border-top:1px solid var(--line);background:var(--dock-bg, rgba(0,0,0,.22));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-skin=daylight] .sidebar-dock.svelte-vnm9iy.svelte-vnm9iy{--dock-bg:rgba(255,255,255,.45)}.slate-take.svelte-vnm9iy.svelte-vnm9iy{display:flex;align-items:stretch;gap:10px;margin-bottom:11px}.slate-btn.svelte-vnm9iy.svelte-vnm9iy{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:8px 14px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);cursor:pointer;min-width:86px}.slate-val.svelte-vnm9iy.svelte-vnm9iy{font-size:26px;font-weight:700;color:var(--text);line-height:1;letter-spacing:.02em}.take-block.svelte-vnm9iy.svelte-vnm9iy{flex:1;display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm)}.stepper.svelte-vnm9iy.svelte-vnm9iy{display:flex;align-items:center;gap:8px}.step-btn.svelte-vnm9iy.svelte-vnm9iy{width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface2);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.step-btn.svelte-vnm9iy svg.svelte-vnm9iy{width:18px;height:18px}.take-num.svelte-vnm9iy.svelte-vnm9iy{min-width:40px;text-align:center;font-size:22px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.log-row.svelte-vnm9iy.svelte-vnm9iy{display:flex;gap:10px;align-items:stretch}.cut-btn.svelte-vnm9iy.svelte-vnm9iy{width:52px;flex-shrink:0;border-radius:var(--radius-sm);border:1.5px solid var(--danger, #e03030);background:var(--danger-soft, rgba(220,50,50,.12));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s}.cut-btn.svelte-vnm9iy.svelte-vnm9iy:hover{background:var(--danger-soft, rgba(220,50,50,.2))}.cut-btn.svelte-vnm9iy.svelte-vnm9iy:active{background:var(--danger-soft, rgba(220,50,50,.28))}.cut-btn.svelte-vnm9iy.svelte-vnm9iy:disabled{opacity:.35;cursor:default}.cut-label.svelte-vnm9iy.svelte-vnm9iy{font-size:13px;font-weight:800;letter-spacing:.1em;color:var(--danger, #e03030)}.add-btn.svelte-vnm9iy.svelte-vnm9iy{width:52px;flex-shrink:0;border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s}.add-btn.svelte-vnm9iy.svelte-vnm9iy:hover{border-color:var(--text-faint)}.add-btn.svelte-vnm9iy svg.svelte-vnm9iy{width:24px;height:24px}.log-btn.svelte-vnm9iy.svelte-vnm9iy{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:11px 12px;background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;border:none;touch-action:manipulation;box-shadow:0 6px 20px var(--accent-soft);transition:opacity .1s,transform .1s}.log-btn.svelte-vnm9iy.svelte-vnm9iy:hover{opacity:.92}.log-btn.svelte-vnm9iy.svelte-vnm9iy:active{opacity:.85;transform:scale(.98)}.log-btn.svelte-vnm9iy.svelte-vnm9iy:disabled,.log-btn.no-cams.svelte-vnm9iy.svelte-vnm9iy{background:var(--surface2);box-shadow:none;cursor:default}.log-main-line.svelte-vnm9iy.svelte-vnm9iy{display:flex;align-items:center;gap:8px;white-space:nowrap}.log-label.svelte-vnm9iy.svelte-vnm9iy{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:16px;font-weight:800;letter-spacing:.04em;color:var(--accent-on)}.log-btn.svelte-vnm9iy:disabled .log-label.svelte-vnm9iy,.log-btn.no-cams.svelte-vnm9iy .log-label.svelte-vnm9iy{color:var(--text-faint)}.cam-badges.svelte-vnm9iy.svelte-vnm9iy{display:flex;gap:3px}.cam-badge.svelte-vnm9iy.svelte-vnm9iy{min-width:17px;height:16px;padding:0 3px;border-radius:4px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.log-sub.svelte-vnm9iy.svelte-vnm9iy{font-size:10px;opacity:.7;font-weight:600;color:var(--accent-on);font-variant-numeric:tabular-nums;letter-spacing:.02em}.log-btn.svelte-vnm9iy:disabled .log-sub.svelte-vnm9iy,.log-btn.no-cams.svelte-vnm9iy .log-sub.svelte-vnm9iy{color:var(--text-faint)}.desktop-inner.svelte-b5aetr{display:flex;flex-direction:column;height:100%;min-height:0}.desktop-content.svelte-b5aetr{flex:1;min-height:0;display:flex;position:relative;z-index:1}.main-scroll.svelte-b5aetr{flex:1;overflow-y:auto;min-height:0;padding-top:8px}.tabs.svelte-rppk4p{display:flex;border-bottom:1px solid var(--line);padding:0 16px;margin-bottom:16px}.tab.svelte-rppk4p{padding:10px 16px;font-size:13px;font-weight:600;color:var(--text-faint);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .1s,border-color .1s}.tab.active.svelte-rppk4p{color:var(--text);border-bottom-color:var(--accent)}.form.svelte-rppk4p{display:flex;flex-direction:column;gap:12px;padding:0 20px}.row-2.svelte-rppk4p{display:flex;gap:10px}.field.svelte-rppk4p{display:flex;flex-direction:column;gap:5px;flex:1}.save-btn.svelte-rppk4p{width:100%;justify-content:center;margin-top:4px}.days-list.svelte-rppk4p{padding:0 16px;display:flex;flex-direction:column;gap:8px}.day-row.svelte-rppk4p{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:12px 13px;cursor:pointer;background:var(--surface2);border:1.5px solid var(--line);border-radius:var(--radius-sm);transition:border-color .1s,background .1s}.day-row.current.svelte-rppk4p{background:var(--accent-soft);border-color:var(--accent)}.day-badge.svelte-rppk4p{width:44px;height:44px;border-radius:calc(var(--radius-sm) - 2px);background:var(--surface-up, var(--surface2));display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;line-height:1;color:var(--text)}.day-badge.active-badge.svelte-rppk4p{background:var(--accent);color:var(--accent-on)}.day-badge-label.svelte-rppk4p{font-size:9px;font-weight:600;opacity:.7}.day-badge-num.svelte-rppk4p{font-size:19px;font-weight:700}.day-info.svelte-rppk4p{flex:1;min-width:0}.day-title.svelte-rppk4p{display:block;font-weight:700;font-size:15px;color:var(--text)}.day-date.svelte-rppk4p{display:block;font-size:11.5px;color:var(--text-dim);margin-top:3px}.add-day-btn.svelte-rppk4p{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;cursor:pointer;background:transparent;border:1.5px dashed var(--line-strong);border-radius:var(--radius-sm);color:var(--text-dim);font-family:Hanken Grotesk,system-ui,sans-serif;font-weight:600;font-size:14.5px;margin-top:4px}.body.svelte-ci41le.svelte-ci41le{padding:0 20px 8px;display:flex;flex-direction:column;gap:14px}.preview.svelte-ci41le.svelte-ci41le{display:flex;align-items:center;gap:12px;margin-bottom:2px}.preview-badge.svelte-ci41le.svelte-ci41le{width:52px;height:52px;border-radius:var(--radius-sm);font-size:26px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.preview-model.svelte-ci41le.svelte-ci41le{font-size:15px;font-weight:600;color:var(--text)}.preview-sub.svelte-ci41le.svelte-ci41le{font-size:12px;color:var(--text-faint)}.field.svelte-ci41le.svelte-ci41le{display:flex;flex-direction:column;gap:5px}.row-2.svelte-ci41le.svelte-ci41le{display:flex;gap:10px}.letter-input.svelte-ci41le.svelte-ci41le{text-align:center;font-size:22px;font-weight:700;padding:8px 4px;text-transform:uppercase}.color-row.svelte-ci41le.svelte-ci41le{display:flex;gap:9px;flex-wrap:wrap}.swatch.svelte-ci41le.svelte-ci41le{width:38px;height:38px;border-radius:var(--radius-sm);cursor:pointer;border:none;display:flex;align-items:center;justify-content:center}.swatch.selected.svelte-ci41le.svelte-ci41le{box-shadow:0 0 0 2.5px var(--surface),0 0 0 4.5px var(--line-strong)}.swatch.svelte-ci41le svg.svelte-ci41le{width:14px;height:14px}.save-btn.svelte-ci41le.svelte-ci41le,.delete-btn.svelte-ci41le.svelte-ci41le{width:100%;justify-content:center}.body.svelte-j4pobz.svelte-j4pobz{padding:0 16px 8px}.skin-row.svelte-j4pobz.svelte-j4pobz{display:flex;gap:9px}.skin-btn.svelte-j4pobz.svelte-j4pobz{flex:1;cursor:pointer;border-radius:var(--radius-sm);overflow:hidden;background:transparent;padding:0;border:1.5px solid var(--line);transition:border-color .1s}.skin-btn.active.svelte-j4pobz.svelte-j4pobz{border-color:var(--accent)}.skin-thumb.svelte-j4pobz.svelte-j4pobz{display:block;height:44px}.skin-thumb--clapper.svelte-j4pobz.svelte-j4pobz{background:linear-gradient(180deg,#18181c,#0c0c0e)}.skin-thumb--console.svelte-j4pobz.svelte-j4pobz{background:linear-gradient(180deg,#0a0f16,#070a0f)}.skin-thumb--daylight.svelte-j4pobz.svelte-j4pobz{background:linear-gradient(180deg,#f1efe9,#e8e6df)}.skin-name.svelte-j4pobz.svelte-j4pobz{display:flex;align-items:center;justify-content:center;padding:7px 0;background:var(--surface2);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:12px;font-weight:500;color:var(--text-dim)}.skin-name.active-name.svelte-j4pobz.svelte-j4pobz{font-weight:700;color:var(--text)}.accent-row.svelte-j4pobz.svelte-j4pobz{display:flex;gap:12px}.accent-btn.svelte-j4pobz.svelte-j4pobz{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;background:transparent;border:none}.accent-swatch.svelte-j4pobz.svelte-j4pobz{display:block;width:100%;height:40px;border-radius:var(--radius-sm);transition:box-shadow .15s}.accent-name.svelte-j4pobz.svelte-j4pobz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:11px}.divider.svelte-j4pobz.svelte-j4pobz{height:1px;background:var(--line);margin:16px 0}.toggle-row.svelte-j4pobz.svelte-j4pobz{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:15px;color:var(--text)}.toggle.svelte-j4pobz.svelte-j4pobz{position:relative;width:48px;height:28px;border-radius:999px;background:var(--surface-up, var(--surface2));border:1.5px solid var(--line-strong);flex-shrink:0;transition:background .2s,border-color .2s;touch-action:manipulation}.toggle.on.svelte-j4pobz.svelte-j4pobz{background:var(--accent);border-color:var(--accent)}.toggle-thumb.svelte-j4pobz.svelte-j4pobz{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--text-faint);transition:transform .2s,background .2s}.toggle.on.svelte-j4pobz .toggle-thumb.svelte-j4pobz{transform:translate(20px);background:var(--accent-on)}.about-link.svelte-j4pobz.svelte-j4pobz{display:block;width:100%;padding:8px 0;background:transparent;border:none;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14px;color:var(--accent);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.ext-links.svelte-j4pobz.svelte-j4pobz{display:flex;align-items:center;justify-content:center;gap:8px;margin:4px 0 10px}.ext-link.svelte-j4pobz.svelte-j4pobz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;color:var(--text-faint);text-decoration:none;transition:color .15s}.ext-link.svelte-j4pobz.svelte-j4pobz:hover{color:var(--text-dim)}.ext-sep.svelte-j4pobz.svelte-j4pobz{font-size:13px;color:var(--text-faint);opacity:.5}.build-info.svelte-j4pobz.svelte-j4pobz{text-align:center;font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-faint);opacity:.5;margin:4px 0 10px;letter-spacing:.02em}.hash-link.svelte-j4pobz.svelte-j4pobz{color:inherit;text-decoration:underline;text-underline-offset:2px}.install-btn.svelte-j4pobz.svelte-j4pobz{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--line-strong);color:var(--text);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s;margin-bottom:4px}.install-btn.svelte-j4pobz.svelte-j4pobz:active{opacity:.7}.install-btn.svelte-j4pobz svg.svelte-j4pobz{width:15px;height:15px;flex-shrink:0}.ios-hint.svelte-j4pobz.svelte-j4pobz{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px;padding:10px 12px;background:var(--accent-soft);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;color:var(--text-dim);line-height:1.45}.ios-hint.svelte-j4pobz svg.svelte-j4pobz{width:14px;height:14px;color:var(--text);flex-shrink:0;vertical-align:middle}.ios-hint.svelte-j4pobz strong.svelte-j4pobz{color:var(--text);font-weight:600}.body.svelte-oo2bu8{padding:0 20px 8px}textarea.svelte-oo2bu8{resize:none;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:16px;line-height:1.4}.quick-chips.svelte-oo2bu8{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0 4px}.quick.svelte-oo2bu8{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;color:var(--text-dim);cursor:pointer;background:var(--surface2);border:1px solid var(--line);border-radius:999px;padding:6px 12px}.save-btn.svelte-oo2bu8{width:100%;margin-top:8px}.list.svelte-3117z3.svelte-3117z3{padding:0 16px 8px}.item.svelte-3117z3.svelte-3117z3{display:flex;align-items:center;gap:13px;width:100%;padding:13px 12px;margin-bottom:8px;cursor:pointer;background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius-sm);text-align:left}.icon-wrap.svelte-3117z3.svelte-3117z3{width:38px;height:38px;border-radius:calc(var(--radius-sm) - 2px);background:var(--accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.icon-wrap.svelte-3117z3 svg.svelte-3117z3{width:20px;height:20px}.item-text.svelte-3117z3.svelte-3117z3{display:flex;flex-direction:column;gap:1px}.item-label.svelte-3117z3.svelte-3117z3{font-family:Hanken Grotesk,system-ui,sans-serif;font-weight:600;font-size:15.5px;color:var(--text)}.item-sub.svelte-3117z3.svelte-3117z3{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:12px;color:var(--text-faint)}.body.svelte-wpi88{padding:0 20px 8px}.btns.svelte-wpi88{display:flex;gap:10px;margin-top:12px}.hint.svelte-wpi88{font-size:12.5px;color:var(--text-faint);margin:12px 2px 0;line-height:1.5}.body.svelte-1aeeldj.svelte-1aeeldj{padding:0 20px 8px}.meta.svelte-1aeeldj.svelte-1aeeldj{font-size:13px;color:var(--text-dim);margin-bottom:14px}.changes-box.svelte-1aeeldj.svelte-1aeeldj{margin-bottom:14px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--accent-soft);border:1px solid var(--accent)}.changes-label.svelte-1aeeldj.svelte-1aeeldj{margin-bottom:4px}.change-row.svelte-1aeeldj.svelte-1aeeldj{font-size:13.5px;color:var(--text);margin-top:2px}.settings-grid.svelte-1aeeldj.svelte-1aeeldj{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.setting-cell.svelte-1aeeldj.svelte-1aeeldj{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:8px 11px;text-align:left;cursor:pointer;transition:border-color .1s,background .1s;touch-action:manipulation}.setting-cell.svelte-1aeeldj.svelte-1aeeldj:active{background:var(--surface-up, var(--surface2));border-color:var(--accent)}.setting-val.svelte-1aeeldj.svelte-1aeeldj{font-size:16px;font-weight:600;color:var(--text);margin-top:3px}.note-field.svelte-1aeeldj.svelte-1aeeldj{display:block;width:100%;text-align:left;background:var(--surface2);border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:10px;cursor:pointer}.note-content.svelte-1aeeldj.svelte-1aeeldj{font-style:italic;font-size:14px;color:var(--text-dim);line-height:1.5}.note-placeholder.svelte-1aeeldj.svelte-1aeeldj{font-size:13px;color:var(--text-faint)}.note-editor.svelte-1aeeldj.svelte-1aeeldj{margin-bottom:10px;display:flex;flex-direction:column;gap:8px}.note-input.svelte-1aeeldj.svelte-1aeeldj{width:100%;resize:none;font-family:inherit;font-size:14px;line-height:1.5;padding:10px 12px}.note-actions.svelte-1aeeldj.svelte-1aeeldj{display:flex;gap:8px}.note-actions.svelte-1aeeldj .btn.svelte-1aeeldj{flex:1;justify-content:center}.note-text.large.svelte-1aeeldj.svelte-1aeeldj{font-size:16px;margin:8px 0 16px;font-style:italic;color:var(--text-dim);line-height:1.5}.action-row.svelte-1aeeldj.svelte-1aeeldj{display:flex;gap:9px;align-items:center;margin-bottom:9px}.btn-ok.svelte-1aeeldj.svelte-1aeeldj{flex:1;background:var(--ok);color:var(--accent-on);border:none;display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 16px;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;font-size:15px}.flag-btn.svelte-1aeeldj.svelte-1aeeldj{font-size:11px;font-weight:700;letter-spacing:.08em;padding:12px 14px;align-self:stretch;border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:transparent;color:var(--text-dim);cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}.flag-btn.flag-on.svelte-1aeeldj.svelte-1aeeldj{background:#ff8c0026;border-color:#f08c2e;color:#f08c2e}.flag-btn.mos-on.svelte-1aeeldj.svelte-1aeeldj{background:var(--danger-soft, rgba(220,50,50,.15));border-color:var(--danger, #e03030);color:var(--danger, #e03030)}.delete-btn.svelte-1aeeldj.svelte-1aeeldj{width:100%;margin-top:6px;justify-content:center;padding:12px;font-size:14.5px}.body.svelte-1e7t5jy{padding:4px 20px 8px;display:flex;flex-direction:column;gap:14px}.preview-row.svelte-1e7t5jy{font-size:clamp(36px,12vw,56px);font-weight:600;letter-spacing:.04em;text-align:center;color:var(--text);font-variant-numeric:tabular-nums;padding:8px 0 4px;transition:color .15s}.preview-row.invalid.svelte-1e7t5jy{color:var(--danger)}.tc-input.svelte-1e7t5jy{text-align:center;font-size:22px;font-weight:600;letter-spacing:.2em;padding:14px}.tc-input.invalid.svelte-1e7t5jy{border-color:var(--danger);color:var(--danger)}.error-msg.svelte-1e7t5jy{font-size:13px;color:var(--danger);text-align:center;margin:-6px 0}.set-btn.svelte-1e7t5jy{width:100%;justify-content:center}.overlay.svelte-18q0qkz.svelte-18q0qkz{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}.overlay.visible.svelte-18q0qkz.svelte-18q0qkz{pointer-events:auto}.backdrop.svelte-18q0qkz.svelte-18q0qkz{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .28s ease}.backdrop.visible.svelte-18q0qkz.svelte-18q0qkz{opacity:1}.panel.svelte-18q0qkz.svelte-18q0qkz{position:relative;background:var(--surface);border-top:1px solid var(--line-strong);border-top-left-radius:calc(var(--radius) + 8px);border-top-right-radius:calc(var(--radius) + 8px);max-height:88dvh;max-height:88vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding-bottom:calc(env(safe-area-inset-bottom) + 20px);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);box-shadow:0 -24px 64px #0000008c}.panel.visible.svelte-18q0qkz.svelte-18q0qkz{transform:translateY(0)}.handle-row.svelte-18q0qkz.svelte-18q0qkz{display:flex;justify-content:center;padding:12px 0 0}.handle.svelte-18q0qkz.svelte-18q0qkz{width:38px;height:4px;border-radius:4px;background:var(--line-strong)}.hero.svelte-18q0qkz.svelte-18q0qkz{position:relative;display:flex;flex-direction:column;align-items:center;padding:24px 20px 28px;overflow:hidden}.hero-stripes.svelte-18q0qkz.svelte-18q0qkz{position:absolute;top:0;left:0;right:0;height:9px;background-image:repeating-linear-gradient(135deg,var(--accent) 0 9px,transparent 9px 18px);opacity:.6}.hero-glow.svelte-18q0qkz.svelte-18q0qkz{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 15%,var(--accent-soft) 0%,transparent 68%);pointer-events:none}.logo-wrap.svelte-18q0qkz.svelte-18q0qkz{position:relative;z-index:1;width:76px;height:76px;color:var(--text);margin-bottom:18px;animation:svelte-18q0qkz-logo-breathe 5s ease-in-out infinite}@keyframes svelte-18q0qkz-logo-breathe{0%,to{filter:drop-shadow(0 0 10px transparent)}50%{filter:drop-shadow(0 0 22px var(--accent-soft))}}.logo-wrap.svelte-18q0qkz svg.svelte-18q0qkz{width:100%;height:100%}.hero-brand.svelte-18q0qkz.svelte-18q0qkz{position:relative;z-index:1;font-size:9.5px;font-weight:600;letter-spacing:.22em;color:var(--text-faint);margin:0 0 5px}.hero-title.svelte-18q0qkz.svelte-18q0qkz{position:relative;z-index:1;font-size:16px;font-weight:700;letter-spacing:.14em;color:var(--accent);margin:0}.body.svelte-18q0qkz.svelte-18q0qkz{padding:0 20px}.tagline.svelte-18q0qkz.svelte-18q0qkz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14px;color:var(--text-dim);line-height:1.55;text-align:center;margin:18px 0 20px;opacity:0}.panel.visible.svelte-18q0qkz .tagline.svelte-18q0qkz{animation:svelte-18q0qkz-fade-up .45s cubic-bezier(.22,1,.36,1) .14s both}.features.svelte-18q0qkz.svelte-18q0qkz{list-style:none;padding:0;margin:0 0 22px;border-top:1px solid var(--line)}.feature.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);opacity:0}.panel.visible.svelte-18q0qkz .feature.svelte-18q0qkz:nth-child(1){animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .2s both}.panel.visible.svelte-18q0qkz .feature.svelte-18q0qkz:nth-child(2){animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) 265ms both}.panel.visible.svelte-18q0qkz .feature.svelte-18q0qkz:nth-child(3){animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .33s both}.panel.visible.svelte-18q0qkz .feature.svelte-18q0qkz:nth-child(4){animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) 395ms both}.panel.visible.svelte-18q0qkz .feature.svelte-18q0qkz:nth-child(5){animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .46s both}.tag.svelte-18q0qkz.svelte-18q0qkz{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:20px;font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--accent);border:1px solid var(--accent);border-radius:3px;margin-top:2px;opacity:.85}.feat-body.svelte-18q0qkz.svelte-18q0qkz{display:flex;flex-direction:column;gap:1px}.feat-body.svelte-18q0qkz strong.svelte-18q0qkz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13.5px;font-weight:700;color:var(--text);line-height:1.4}.desc.svelte-18q0qkz.svelte-18q0qkz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:12.5px;color:var(--text-dim);line-height:1.45}.cta-group.svelte-18q0qkz.svelte-18q0qkz{display:flex;flex-direction:column;gap:9px;opacity:0}.panel.visible.svelte-18q0qkz .cta-group.svelte-18q0qkz{animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .53s both}.cta-skip.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 20px;border-radius:var(--radius-sm);background:transparent;color:var(--text-faint);font-size:11.5px;font-weight:600;letter-spacing:.13em;border:1.5px solid var(--line-strong);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s,color .15s}.cta-skip.svelte-18q0qkz.svelte-18q0qkz:active{opacity:.7}.cta.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:14px 20px;border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-on);font-size:12px;font-weight:700;letter-spacing:.15em;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s,transform .12s}.cta.svelte-18q0qkz.svelte-18q0qkz:active{opacity:.82;transform:scale(.98)}.cta.svelte-18q0qkz svg.svelte-18q0qkz{width:15px;height:15px;flex-shrink:0}.links.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;opacity:0}.panel.visible.svelte-18q0qkz .links.svelte-18q0qkz{animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .66s both}.install-btn.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px;padding:13px 20px;border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--line-strong);color:var(--text);font-size:12px;font-weight:600;letter-spacing:.1em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s,transform .12s;opacity:0}.panel.visible.svelte-18q0qkz .install-btn.svelte-18q0qkz{animation:svelte-18q0qkz-fade-up .4s cubic-bezier(.22,1,.36,1) .59s both}.install-btn.svelte-18q0qkz.svelte-18q0qkz:active{opacity:.75;transform:scale(.98)}.install-btn.svelte-18q0qkz svg.svelte-18q0qkz{width:15px;height:15px;flex-shrink:0}.ios-hint.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px;padding:10px 12px;background:var(--accent-soft);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;color:var(--text-dim);line-height:1.45;animation:svelte-18q0qkz-fade-up .28s cubic-bezier(.22,1,.36,1) both}.ios-hint.svelte-18q0qkz svg.svelte-18q0qkz{width:14px;height:14px;color:var(--text);flex-shrink:0;vertical-align:middle}.ios-hint.svelte-18q0qkz strong.svelte-18q0qkz{color:var(--text);font-weight:600}.support.svelte-18q0qkz.svelte-18q0qkz{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:13px;color:var(--text-faint);text-decoration:none;transition:color .15s}.support.svelte-18q0qkz.svelte-18q0qkz:hover{color:var(--text-dim)}.links-sep.svelte-18q0qkz.svelte-18q0qkz{font-size:13px;color:var(--text-faint);opacity:.5}.build-info.svelte-18q0qkz.svelte-18q0qkz{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;font-family:IBM Plex Mono,monospace;font-size:10px;color:var(--text-faint);margin:12px 0 4px;letter-spacing:.02em}.build-tag.svelte-18q0qkz.svelte-18q0qkz{flex-shrink:0;display:inline-flex;align-items:center;padding:1px 5px;border:1px solid var(--text-faint);border-radius:3px;font-size:8px;font-weight:700;letter-spacing:.1em;color:var(--text-faint);opacity:.7}.hash-link.svelte-18q0qkz.svelte-18q0qkz{color:inherit;text-decoration:underline;text-underline-offset:2px}@keyframes svelte-18q0qkz-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 800px){.overlay.svelte-18q0qkz.svelte-18q0qkz{align-items:center;justify-content:center;padding:32px}.panel.svelte-18q0qkz.svelte-18q0qkz{width:420px;max-width:100%;max-height:82vh;border-radius:calc(var(--radius) + 4px);border:1px solid var(--line-strong);transform:scale(.95);opacity:0;transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .22s ease;box-shadow:0 32px 80px #0009}.panel.visible.svelte-18q0qkz.svelte-18q0qkz{transform:scale(1);opacity:1}.handle-row.svelte-18q0qkz.svelte-18q0qkz{display:none}}.app-shell.svelte-a4gedj.svelte-a4gedj{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-grad, var(--bg));color:var(--text)}.app-shell.dev.svelte-a4gedj.svelte-a4gedj{box-shadow:inset 0 0 0 2px #f5c400}.splash.svelte-a4gedj.svelte-a4gedj{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--bg)}.splash-logo.svelte-a4gedj.svelte-a4gedj{width:56px;height:56px;color:var(--accent)}.splash-logo.svelte-a4gedj svg.svelte-a4gedj{width:100%;height:100%}.dev-badge.svelte-a4gedj.svelte-a4gedj{position:fixed;top:env(safe-area-inset-top,0px);left:0;z-index:9999;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.1em;color:#000;background:#f5c400;padding:3px 6px;border-bottom-right-radius:5px;pointer-events:none;-webkit-user-select:none;user-select:none}.splash-title.svelte-a4gedj.svelte-a4gedj{font-size:13px;letter-spacing:.14em;color:var(--text-faint)}
