@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Urbanist:wght@500;600;700&display=swap";.toolbar{display:flex;align-items:stretch;height:var(--bar-height);background:var(--color-panel);border-bottom:1px solid var(--color-divider)}.toolbar__brand{display:flex;align-items:center;gap:var(--space-5);padding:0 var(--space-8) 0 var(--space-7);min-width:300px}.brand-title{line-height:1.04}.brand-title__main{font-family:var(--font-display);font-size:var(--font-size-18);font-weight:var(--font-weight-semibold);letter-spacing:.01em;color:var(--color-text-primary)}.brand-tagline{font-size:var(--font-size-11);color:var(--color-text-muted);letter-spacing:.03em;margin-top:2px}.brand-theme-toggle{color:var(--color-text-muted);flex-shrink:0}.brand-theme-toggle:hover{color:var(--color-accent-strong)}.toolbar__col{display:flex;flex-direction:column;justify-content:center;gap:var(--space-3);padding:0 var(--space-6)}.toolbar__center{flex:1;display:flex;flex-direction:column;justify-content:center;gap:var(--space-4);padding:0 var(--space-7);border-left:1px solid var(--color-divider-soft);border-right:1px solid var(--color-divider-soft);min-width:0}.mode-switcher{display:flex;gap:var(--space-2)}.mode-btn{display:flex;align-items:center;gap:var(--space-4);height:46px;padding:0 var(--space-6);border:1px solid transparent;border-radius:var(--radius-lg);background:transparent;color:var(--color-text-secondary);text-align:left;transition:all var(--duration-fast) var(--ease-standard)}.mode-btn:hover{background:var(--color-panel-raised);color:var(--color-text-primary)}.mode-btn[data-active=true]{background:linear-gradient(180deg,#1fe3ff33,#1fe3ff14);border-color:var(--color-accent-line);color:var(--color-text-primary);box-shadow:inset 0 0 0 1px #1fe3ff1a,var(--glow-accent-soft)}.mode-btn__title{font-family:var(--font-display);font-size:var(--font-size-14);font-weight:var(--font-weight-semibold);line-height:1.1;letter-spacing:.02em}.mode-btn[data-active=true] .mode-btn__icon{color:var(--color-accent-strong)}.mode-btn__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-md);background:var(--color-bg-deep);color:var(--color-text-muted);border:1px solid var(--color-divider-soft)}.mode-btn[data-active=true] .mode-btn__icon{background:#1fe3ff1a;border-color:var(--color-accent-line)}.mode-btn__sub{font-size:var(--font-size-11);color:var(--color-text-muted)}.playback-strip{display:flex;align-items:center;gap:var(--space-6);height:100%;width:100%;padding:0 var(--space-6)}.playback-strip .playback-meta{display:flex;align-items:center;gap:var(--space-6);flex:1;justify-content:flex-end;min-width:0}.playback-strip .timeline{flex:1;max-width:360px}.playback{display:flex;align-items:center;gap:var(--space-4)}.play-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:50%;background:linear-gradient(145deg,var(--color-accent-strong),var(--color-accent));color:#042028;box-shadow:var(--glow-accent-soft);transition:background var(--duration-fast),transform var(--duration-fast),box-shadow var(--duration-fast)}.play-btn:hover{background:linear-gradient(145deg,#5eeaff,var(--color-accent-strong));box-shadow:var(--glow-accent)}.play-btn:active{transform:scale(.96)}.play-btn--ghost{width:38px;height:38px;background:var(--color-panel-raised);color:var(--color-text-secondary);box-shadow:none}.play-btn--ghost:hover{background:var(--color-panel-soft);color:var(--color-text-primary)}.timeline{display:flex;align-items:center;gap:var(--space-4);flex:1;min-width:120px}.timeline__clock{font-family:var(--font-mono);font-size:var(--font-size-16);font-weight:var(--font-weight-medium);color:var(--color-text-primary);letter-spacing:.02em}.timeline__total{font-size:var(--font-size-12);color:var(--color-text-muted);font-variant-numeric:tabular-nums}.timeline__track{position:relative;flex:1;height:4px;border-radius:var(--radius-pill);background:var(--color-panel-soft);min-width:80px}.timeline__fill{position:absolute;left:0;top:0;bottom:0;border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--color-accent),var(--color-accent-strong))}.timeline__head{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;background:var(--color-accent-strong);transform:translate(-50%,-50%);box-shadow:0 0 0 3px #1fe3ff2e}.marble-count{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);background:var(--color-panel-raised);border:1px solid var(--color-divider-soft)}.marble-count__num{font-size:var(--font-size-16);font-weight:600;font-variant-numeric:tabular-nums}.axis-tools{display:flex;align-items:center;gap:var(--space-1)}.toolbar__right{display:flex;align-items:center;gap:var(--space-5);padding:0 var(--space-6) 0 var(--space-5);border-left:1px solid var(--color-divider-soft)}.history-controls,.file-actions{display:flex;align-items:center;gap:var(--space-1)}.project-card{display:flex;flex-direction:column;gap:2px;min-width:196px;padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);background:var(--color-panel-raised);border:1px solid var(--color-divider-soft)}.project-card__label{font-size:var(--font-size-11);color:var(--color-text-muted);letter-spacing:.03em}.project-card__name-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.project-card__name{font-size:var(--font-size-14);font-weight:var(--font-weight-semibold);background:transparent;border:0;outline:none;color:var(--color-text-primary);width:100%;padding:0}.project-card__saved{font-size:var(--font-size-11);color:var(--color-success);display:flex;align-items:center;gap:var(--space-2)}.speed-select{min-width:64px}.floor-nav{display:flex;flex-direction:column;gap:var(--space-2)}.floor-nav__btn{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);height:26px;padding:0 var(--space-3);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-muted);font-size:var(--font-size-11);letter-spacing:.04em}.floor-nav__btn:hover{color:var(--color-text-secondary);background:var(--color-panel-raised)}.floor-nav__btn[data-active=true]{color:var(--color-accent-strong);background:var(--color-accent-dim)}.parts-browser{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-panel)}.parts-cats{display:flex;gap:0;padding:var(--space-5) var(--space-5) var(--space-3);border-bottom:1px solid var(--color-divider-soft)}.parts-cat{flex:1;height:28px;border:0;border-radius:0;background:transparent;color:var(--color-text-muted);font-size:var(--font-size-11);font-weight:var(--font-weight-medium);letter-spacing:.03em;transition:color var(--duration-fast) var(--ease-standard)}.parts-cat:hover{color:var(--color-text-secondary)}.parts-cat[data-active=true]{color:var(--color-text-primary);box-shadow:inset 0 -2px 0 var(--color-accent)}.parts-master{flex:1;min-height:0;padding:var(--space-4) var(--space-5) 0;overflow:hidden}.part-card-row{display:flex;flex-direction:column;gap:var(--space-3);height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;padding-bottom:var(--space-3)}.part-card{flex:0 0 auto;width:100%;min-height:72px;display:flex;flex-direction:row;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid transparent;border-radius:var(--radius-lg);background:var(--color-panel-raised);text-align:left;cursor:grab;transition:border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard)}.part-card:active{cursor:grabbing}.part-card:hover{background:var(--color-panel-soft);border-color:var(--color-divider-soft)}.part-card[data-selected=true]{border-color:var(--color-accent-line);background:var(--color-accent-dim);box-shadow:0 0 0 1px #1fe3ff33,0 4px 16px #00000040}.part-card[data-selected=true] .part-card__icon{border-color:var(--color-accent-line);background:#0d1014e6}.part-card[data-selected=true] .part-card__title{color:var(--color-text-primary)}.part-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;border-radius:var(--radius-md);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft)}.part-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.part-card__title{font-size:var(--font-size-13);font-weight:var(--font-weight-semibold);line-height:1.2;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.part-card__tagline{font-size:var(--font-size-11);line-height:1.25;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.part-card[data-selected=true] .part-card__tagline{color:var(--color-text-secondary)}.part-card__drag-hint{flex-shrink:0;font-size:14px;line-height:1;letter-spacing:-.12em;color:var(--color-text-muted);opacity:.45;padding-right:var(--space-1);-webkit-user-select:none;user-select:none}.part-card:hover .part-card__drag-hint,.part-card[data-selected=true] .part-card__drag-hint{opacity:.75;color:var(--color-accent-strong)}.part-popout{flex-shrink:0;margin:var(--space-4) var(--space-5) 0;padding:var(--space-5);border-radius:var(--radius-lg);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);display:flex;flex-direction:column;gap:var(--space-4)}.part-popout__top{display:flex;gap:var(--space-4);align-items:flex-start}.part-popout__preview{display:flex;align-items:center;justify-content:center;width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-md);background:var(--color-panel);border:1px solid var(--color-divider-soft)}.part-popout__copy{flex:1;min-width:0}.part-popout__headline{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.part-popout__title{margin:0;font-size:var(--font-size-14);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);line-height:1.25}.part-popout__body{margin:var(--space-2) 0 0;font-size:var(--font-size-11);line-height:1.5;color:var(--color-text-secondary)}.part-popout__params{margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.part-popout__param{display:flex;justify-content:space-between;gap:var(--space-4);font-size:var(--font-size-11)}.part-popout__param dt{color:var(--color-text-muted);font-weight:var(--font-weight-medium)}.part-popout__param dd{margin:0;color:var(--color-text-primary);text-align:right}.part-popout__hints{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-1)}.part-popout__hints li{font-size:var(--font-size-11);color:var(--color-text-muted);line-height:1.4;padding-left:var(--space-4);position:relative}.part-popout__hints li:before{content:"·";position:absolute;left:0;color:var(--color-text-muted)}.placement-status{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-divider-soft);background:var(--color-panel);flex-shrink:0}.placement-status__dot{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);flex-shrink:0}.placement-status[data-armed=true] .placement-status__dot{background:var(--color-accent-strong);box-shadow:0 0 0 3px #1fe3ff26}.placement-status__text{display:flex;flex-direction:column;gap:2px;min-width:0}.placement-status__label{font-size:var(--font-size-12);font-weight:var(--font-weight-medium);color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placement-status__hint{font-size:var(--font-size-11);color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.part-glyph{display:block}.pg-body{fill:#1b2530;stroke:#6a7f93;stroke-width:2}.pg-steel{stroke:#8094a6;stroke-width:2;stroke-linecap:round}.pg-rail{stroke:#aab9c8;stroke-width:2;stroke-linecap:round}.pg-dark{fill:#0d1218}.pg-port{fill:#0d1218;stroke:#8094a6;stroke-width:1.6}.pg-car{fill:#20303c;stroke:var(--color-accent);stroke-width:2}.pg-beam{stroke:var(--color-accent);stroke-width:2;stroke-dasharray:2 2}.canvas-pane{position:relative;width:100%;height:100%;background:radial-gradient(ellipse 70% 55% at 50% 30%,rgba(31,227,255,.05),transparent 60%),radial-gradient(120% 90% at 50% 0%,#0a1018,#05080c,#020406);overflow:hidden}.canvas-pane[data-drop-target=true]{box-shadow:inset 0 0 0 2px #1fe3ff59}.canvas-pane[data-drop-target=true]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:3;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(31,227,255,.06),transparent 70%)}.canvas-vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:radial-gradient(ellipse 80% 70% at 50% 45%,transparent 35%,rgba(2,4,8,.72) 100%)}.canvas-svg{position:relative;z-index:1;width:100%;height:100%;display:block;-webkit-user-select:none;user-select:none}.house-slab{fill:#10151b;stroke:var(--color-divider);stroke-width:1.5}.house-wall{fill:none;stroke:var(--color-divider);stroke-width:1.5}.house-fill{fill:#0c1116}.house-inner{fill:#0e141a}.basement-arch{fill:#090d12;stroke:var(--color-divider-soft);stroke-width:1.5}.stair{stroke:var(--color-divider);stroke-width:1.2;fill:none;opacity:.7}.rail{fill:none;stroke:#51677d;stroke-linecap:round;stroke-linejoin:round}.rail-spine{fill:none;stroke:#61798f;stroke-linecap:round;stroke-linejoin:round}.rail-dim{fill:none;stroke:#2c3946;stroke-linecap:round;stroke-linejoin:round}.rail-hi{fill:none;stroke:#5f7488}.rail-post{stroke:#28333f;stroke-width:1.2}.coil{fill:none;stroke:#45596c;stroke-width:1.5;opacity:.85}.coil-core{stroke:#2a3744;stroke-width:1;opacity:.55}.grid-line{stroke:var(--color-divider-soft);stroke-width:1;opacity:.35}.floor-label-text{fill:var(--color-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em}.floor-elev-text{fill:var(--color-text-muted);font-size:11px;font-variant-numeric:tabular-nums;opacity:.7}.floor-rule{stroke:var(--color-divider-soft);stroke-width:1;stroke-dasharray:2 6;opacity:.5}.glyph{cursor:pointer}.glyph-body{fill:#1a232d;stroke:#56697b;stroke-width:1.5;transition:stroke .12s,fill .12s}.glyph:hover .glyph-body{stroke:var(--color-text-secondary);fill:#20303c}.glyph-mark{stroke:var(--color-text-secondary);stroke-width:1.5;fill:none}.glyph-label{fill:var(--color-text-muted);font-size:10.5px;font-weight:500;letter-spacing:.01em}.glyph.is-selected .glyph-body{stroke:var(--color-accent-strong);fill:#15303a}.glyph.is-selected .glyph-mark{stroke:var(--color-accent-strong)}.glyph.is-selected .glyph-label{fill:var(--color-text-secondary)}.lift-rail{stroke:#46586a;stroke-width:1.5;fill:none}.lift-car{fill:#20303c;stroke:#5f7488;stroke-width:1.3}.sel-outline{fill:none;stroke:var(--color-accent);stroke-width:1.4;stroke-dasharray:5 4;opacity:.9}.sel-handle{fill:var(--color-bg);stroke:var(--color-accent-strong);stroke-width:1.4}.route{fill:none;stroke-linecap:round;stroke-linejoin:round}.route-active{stroke:var(--color-accent-strong);stroke-width:2.5;filter:drop-shadow(0 0 3px rgba(31,227,255,.3))}.route-upcoming{stroke:var(--color-accent);stroke-width:2;stroke-dasharray:2 7;opacity:.6}.route-completed{stroke:var(--color-success);stroke-width:2;opacity:.5}.route-blocked{stroke:var(--color-danger);stroke-width:2;stroke-dasharray:4 4;opacity:.75}.route-node{fill:var(--color-bg-deep);stroke-width:1.5}.marble-dot{fill:var(--color-accent-strong)}.marble-dot-soft{fill:var(--color-accent);opacity:.5}.heat-blob{mix-blend-mode:screen}.canvas-chrome{position:absolute;display:flex;align-items:center;gap:var(--space-2)}.canvas-toolbar-left{top:var(--space-5);left:var(--space-5)}.canvas-toolbar-right{top:var(--space-5);right:var(--space-5);flex-direction:column;align-items:flex-end;gap:var(--space-3)}.canvas-zoom{right:var(--space-5);top:50%;transform:translateY(-50%);flex-direction:column}.canvas-pill{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2);background:#0c1016e0;border:1px solid var(--color-divider-soft);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px) saturate(1.2);backdrop-filter:blur(12px) saturate(1.2);box-shadow:var(--shadow-2),inset 0 1px #ffffff0a}.canvas-pill--col{flex-direction:column}.canvas-tool{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-muted);transition:all .12s}.canvas-tool:hover{color:var(--color-text-primary);background:var(--color-panel-raised)}.canvas-tool[data-active=true]{color:var(--color-accent-strong);background:var(--color-accent-dim)}.canvas-toggle-chip{display:inline-flex;align-items:center;gap:var(--space-3);height:28px;padding:0 var(--space-4);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-12)}.canvas-toggle-chip:hover,.canvas-toggle-chip[data-active=true]{color:var(--color-text-primary)}.canvas-toggle-chip .dot-ind{width:7px;height:7px;border-radius:50%;background:var(--color-divider);transition:background .12s}.canvas-toggle-chip[data-active=true] .dot-ind{background:var(--color-accent)}.canvas-legend{position:absolute;bottom:var(--space-5);right:var(--space-5);padding:var(--space-4) var(--space-5);background:#141920d1;border:1px solid var(--color-divider-soft);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-2)}.legend-row{display:flex;align-items:center;gap:var(--space-4);height:20px}.legend-swatch{width:16px;height:3px;border-radius:2px}.canvas-minimap{position:absolute;left:var(--space-5);bottom:var(--space-5);width:150px;height:96px;background:#080c12eb;border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-2),inset 0 1px #ffffff0a;overflow:hidden}.canvas-minimap-label{position:absolute;top:5px;left:8px;font-size:9.5px;letter-spacing:.08em;color:var(--color-text-muted);text-transform:uppercase}.mode-veil{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:var(--z-overlay)}.run-scanline{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(31,227,255,.5),transparent)}.drop-preview__ring{fill:#1fe3ff0f;stroke:#1fe3ffa6;stroke-width:2;stroke-dasharray:6 4;animation:drop-ring-pulse 1.2s ease-in-out infinite}.drop-preview__body{fill:#15303a8c;stroke:#1fe3ffd9;stroke-width:1.5}.drop-preview__cross{stroke:#1fe3ff80;stroke-width:1}.drop-preview__label{fill:#1fe3ffe6;font-size:11px;font-weight:600;letter-spacing:.02em}@keyframes drop-ring-pulse{0%,to{stroke-opacity:.55}50%{stroke-opacity:1}}.build-hint--drop{border-color:#1fe3ff73;color:var(--color-accent-strong)}.bp-grid-fine{stroke:#101820;stroke-width:.5;opacity:.22}.bp-grid-major{stroke:#182028;stroke-width:.8;opacity:.3}.floor-rule{stroke:#1a2430;stroke-width:1;stroke-dasharray:4 12;opacity:.28}.floor-zone{fill:#080c1233;stroke:#1a2430;stroke-width:1;opacity:.35}.struct-backdrop{fill:#030508;stroke:#121820;stroke-width:1;opacity:.9}.struct-interior{fill:url(#wall-fill);opacity:.55}.struct-room-glow{display:none}.struct-slab{fill:url(#slab-top);stroke:#1a2430;stroke-width:1;opacity:.55}.struct-slab-highlight{stroke:#5064781f;stroke-width:1}.struct-wall{fill:none;stroke:#243040;stroke-width:1.5;opacity:.45}.struct-wall--accent{stroke:#2a3848;stroke-width:1.8;opacity:.5}.struct-wall-fill{fill:#060a0e;opacity:.7}.struct-wall-fill--right{fill:#040608;opacity:.75}.struct-support{stroke:#1a2430;stroke-width:1;opacity:.35}.struct-roof{fill:#060a0e;stroke:#1a2430;stroke-width:1.2;opacity:.6}.struct-roof-edge{fill:none;stroke:#243040;stroke-width:1;opacity:.35}.struct-skylight{fill:#1fe3ff08;stroke:#1fe3ff1f;stroke-width:1}.struct-window{fill:#14202c59;stroke:#3c506040;stroke-width:1}.struct-window-light{display:none}.struct-ground{fill:url(#basement-fill);stroke:#121820;stroke-width:1;opacity:.65}.struct-basement-arch{fill:none;stroke:#1a2430;stroke-width:1.5;opacity:.4}.struct-stair-core{fill:#080c10;stroke:#1a2430;stroke-width:1;opacity:.45}.struct-stair{stroke:#243040;stroke-width:1;opacity:.3}.stair-stringer{fill:url(#hw-metal);stroke:#3a4f60;stroke-width:1.5;opacity:.9}.stair-stringer-inner{fill:#0e141c;stroke:#2a3848;stroke-width:1;opacity:.85}.stair-riser{fill:#1a2430;stroke:#3a4f60;stroke-width:.8}.stair-tread{fill:url(#hw-metal-bright);stroke:#5a7080;stroke-width:1}.stair-tread-nose{stroke:#c8dce859;stroke-width:1.2}.stair-rail{stroke:#6a8498;stroke-width:2.4;stroke-linecap:round;fill:none}.stair-baluster{stroke:#4a6278;stroke-width:1.6;stroke-linecap:round}.stair-landing{fill:#1a2834;stroke:#5a7080;stroke-width:1.2}.stair-landing-edge{stroke:#b4c8d84d;stroke-width:1}.floor-tag{fill:#b8ccd8;font-size:10px;font-weight:600;letter-spacing:.14em}.floor-tag-elev{fill:#7a8e9e;font-size:9px;font-variant-numeric:tabular-nums}.floor-tag-bg{fill:#04080ceb;stroke:#3a5060;stroke-width:1}.hero-route-glow{fill:none;stroke:#1fe3ff38;stroke-width:26;stroke-linecap:round;stroke-linejoin:round}.hero-route-spine{fill:none;stroke:#1fe3ffbf;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.trk-rail--hero{fill:none;stroke:url(#rail-hero-top);stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round}.trk-rail--hero.trk-rail--idx-0,.trk-rail--hero.trk-rail--idx-2{stroke-width:3.4;stroke:#8aa8bc}.trk-rail-highlight--hero{fill:none;stroke:#ffffffd9;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.trk-ramp-rail--hero{stroke:url(#rail-hero-top);stroke-width:4.2;fill:none;stroke-linecap:round}.trk-tie--hero{stroke:#5a7a92;stroke-width:2;stroke-linecap:round;opacity:.9}.trk-tunnel-shade{fill:none;stroke:#0a1018;stroke-width:10;opacity:.5;stroke-linecap:round}.trk-bed{fill:url(#track-bed-fill);stroke:#2a3848;stroke-width:1;opacity:.92}.trk-bed--secondary{opacity:.85}.trk-bed--tertiary{opacity:.5}.trk-bracket{fill:#243040;stroke:#5a7080;stroke-width:.8}.trk-bracket--hero{fill:#2a3848;stroke:#7a94a8}.trk-bracket--secondary{fill:#1e2834;stroke:#5a7080}.trk-post-assy .trk-post{stroke:#4a6278;stroke-width:2.4;stroke-linecap:round;opacity:.75}.trk-post-cap{fill:#2a3848;stroke:#6a8498;stroke-width:1}.trk-post-foot{fill:#1a2430;stroke:#3a4f60;stroke-width:1}.junction-flange .jf-ring{fill:#1a2834;stroke:#8aa8bc;stroke-width:2}.junction-flange .jf-core{fill:url(#glow-core);stroke:#1fe3ff;stroke-width:1.2}.junction-flange .jf-bolt{fill:#5a7080;stroke:#9eb4c8;stroke-width:.6}.junction-flange--hero .jf-ring{stroke-width:2.4;stroke:#b8dce8}.junction-flange--tertiary .jf-ring{opacity:.45}.junction-flange--tertiary .jf-core{opacity:.35}.track-mesh--hero{filter:url(#track-glow-strong)}.track-mesh--secondary{filter:url(#track-glow)}.junction-node--hero{fill:#2a4458;stroke:#b8d8e8;stroke-width:2}.trk-rail--secondary{fill:none;stroke:url(#rail-secondary-top);stroke-width:3.6;stroke-linecap:round;opacity:.98}.trk-rail--secondary.trk-rail--idx-0,.trk-rail--secondary.trk-rail--idx-2{stroke-width:2.8;stroke:#6a8498}.trk-rail-highlight--secondary{fill:none;stroke:#ffffff8c;stroke-width:1;stroke-linecap:round;pointer-events:none}.trk-rail-2--secondary{fill:none;stroke:#4a6478;stroke-width:2.6;stroke-linecap:round;opacity:.9}.trk-tie--secondary{stroke:#4a6278;stroke-width:1.6;opacity:.8}.trk-tie{stroke:#4a6278;stroke-width:1.2;stroke-linecap:round;opacity:.65}.trk-post{stroke:#2a3848;stroke-width:1.2;stroke-linecap:round;opacity:.4}.trk-ramp-rail{stroke:#8aa8bc;stroke-width:2.8;fill:none;stroke-linecap:round;filter:url(#track-glow)}.loop-track{fill:none;stroke:#8aa8bc;stroke-width:2.8}.loop-track--hero{stroke:#c8ecf8;stroke-width:3.6;filter:url(#track-glow-strong)}.loop-track--inner{stroke:#5a7080;stroke-width:2;opacity:.7}.loop-track-back{fill:none;stroke:#141c26;stroke-width:2;opacity:.55}.drop-rail{stroke:url(#rail-secondary-top);stroke-width:3.2;stroke-linecap:round}.drop-rail--center{stroke-width:3.8}.drop-rail--outer{stroke:#6a8498;stroke-width:2.8}.drop-bed{fill:url(#track-bed-fill);stroke:#2a3848;stroke-width:1;opacity:.8}.drop-bracket{fill:#243040;stroke:#5a7080;stroke-width:.8}.drop-tie{stroke:#4a6278;stroke-width:1.6;opacity:.75}.trk-rail--tertiary{fill:none;stroke:#5a7080;stroke-width:2.2;stroke-linecap:round;opacity:.45}.trk-rail--tertiary.trk-rail--idx-0,.trk-rail--tertiary.trk-rail--idx-1{stroke:#4a6278;stroke-width:1.8;opacity:.35}.trk-tie--tertiary{stroke:#243040;stroke-width:1;opacity:.35}.trk-bracket--tertiary{opacity:.3}.trk-post--scaffold{stroke:#1a2430;stroke-width:1;opacity:.22;stroke-dasharray:2 5}.junction-node{fill:#1e2834;stroke:#5a7080;stroke-width:1.4}.junction-node--tertiary{fill:#141c24;stroke:#3a4a58;stroke-width:1;opacity:.4}.gate-body{fill:url(#hw-metal);stroke:#7a94a8;stroke-width:2}.gate-panel{fill:#141c26;stroke:#4a6278;stroke-width:1.2}.gate-indicator{fill:url(#glow-core);stroke:#1fe3ff;stroke-width:1.2}.gate-bolt{fill:#5a7080;stroke:#8aa8bc;stroke-width:.6}.gate-frame{fill:#101820;stroke:#6a8498;stroke-width:1.8}.gate-arm{stroke:#9ed4e8;stroke-width:2.2;stroke-linecap:round}.gate-pivot{fill:#5a7080;stroke:none}.switch-arm{stroke:#9ed4e8;stroke-width:2.4;stroke-linecap:round}.route-label{fill:#6a7f92;font-size:9px;font-weight:600;letter-spacing:.1em;font-family:var(--font-mono);pointer-events:none}.route-label--hero{fill:#9eb8c8;font-size:9.5px}.route-label--secondary{fill:#7a94a8}.route-label--tertiary{fill:#4a5866;font-size:8.5px;opacity:.5}.hw-body{fill:url(#hw-metal);stroke:#9eb4c8;stroke-width:2.2}.hw-rivet{fill:#4a6278;stroke:#b0c8d8;stroke-width:.8}.hw-body-soft{fill:#141c26;stroke:#6a8498;stroke-width:1.8}.hw-port{fill:#080c10;stroke:#8aa8bc;stroke-width:1.6}.hw-line{stroke:#8aa8bc;stroke-width:1.6;fill:none}.hw-fill-dark{fill:#0a1018}.hw-label{fill:#8a9eb0;font-size:9px;font-weight:600;font-family:var(--font-mono);letter-spacing:.04em}.hw-mod{cursor:pointer}.hw-mod.is-interactive{cursor:grab}.hw-mod.is-interactive:active{cursor:grabbing}.hw-mod:hover .hw-body,.hw-mod:hover .funnel-bowl,.hw-mod:hover .sensor-body{stroke:#c0d8e8;fill:#1e3040}.hw-mod.is-selected .hw-body,.hw-mod.is-selected .funnel-bowl{stroke:var(--color-accent-strong);fill:#16303a}.hw-mod.is-placed .hw-body{stroke:var(--color-accent)}.elev-housing{fill:url(#hw-metal);stroke:#6a8498;stroke-width:2;opacity:.95}.elev-housing-inner{fill:#0c1218;stroke:#3a4f60;stroke-width:1.2}.elev-core-glow{fill:url(#glow-core);stroke:#1fe3ff66;stroke-width:1}.elev-bolt{fill:#4a6278;stroke:#9eb4c8;stroke-width:.8}.elev-frame{fill:none;stroke:#8aa8bc;stroke-width:3}.elev-rail{stroke:#5a7080;stroke-width:2}.elev-rung{stroke:#3a4f60;stroke-width:1.2;opacity:.6}.elev-plate{fill:url(#hw-metal-bright);stroke:#8aa8bc;stroke-width:2}.elev-car{fill:#1a3040;stroke:#c8ecf8;stroke-width:2.6;filter:drop-shadow(0 0 6px rgba(31,227,255,.45))}.elev-car-panel{fill:#142430;stroke:#5a8098;stroke-width:1.4}.elev-car-indicator{fill:url(#glow-core);stroke:#1fe3ff;stroke-width:1}.elev-car-glow{fill:#1fe3ff24}.spiral-housing{fill:#0e141c;stroke:#4a6278;stroke-width:1.8;opacity:.85}.spiral-col{fill:url(#hw-metal);stroke:#6a8498;stroke-width:2}.spiral-core-glow{fill:url(#glow-core);stroke:#1fe3ff59;stroke-width:1}.spiral-band{fill:#1a2834;stroke:#5a7080;stroke-width:1}.spiral-track{fill:none;stroke:#9eb4c8;stroke-width:3}.spiral-track--hero{stroke:#d0ecf4;stroke-width:3.6;filter:url(#track-glow-strong)}.spiral-track-back{fill:none;stroke:#1e2834;stroke-width:2;opacity:.55}.spiral-paddle{stroke:#6a8498;stroke-width:2}.funnel-bowl{fill:url(#hw-metal-bright);stroke:#b0c8d8;stroke-width:2.2}.funnel-shade{fill:#141c26;opacity:.55;stroke:none}.funnel-rim{fill:none;stroke:#d0e8f4;stroke-width:2.4}.funnel-rim-highlight{fill:none;stroke:#ffffff40;stroke-width:1.2}.funnel-base-glow{fill:#1fe3ff1f;stroke:none}.funnel-neck{fill:#141c26;stroke:#7a94a8;stroke-width:1.8}.funnel-neck-band{fill:#243040;stroke:#5a7080;stroke-width:1}.funnel-indicator{fill:url(#glow-core);stroke:#1fe3ff;stroke-width:1.2}.tunnel-body{fill:#141c26;stroke:#7a94a8;stroke-width:2}.tunnel-band{stroke:#3a4f60;stroke-width:1.2}.tunnel-port{fill:#080c10;stroke:#8aa8bc;stroke-width:1.6}.catcher-bowl{fill:#1a2430;stroke:#8aa8bc;stroke-width:1.8}.catcher-rim{stroke:#9eb4c8;stroke-width:2.2}.sensor-body{fill:#1a2430;stroke:#8aa8bc;stroke-width:1.8}.sensor-beam{stroke:#9ed4e8a6;stroke-width:1.4;stroke-dasharray:2 3}.sensor-led{fill:#9ed4e8}.launcher-rail{fill:none;stroke:#b8dce8;stroke-width:2.4;stroke-linecap:round;filter:url(#track-glow)}.marble-halo{opacity:.65}.marble{filter:drop-shadow(0 0 10px rgba(31,227,255,.95))}.marble-trail{stroke-width:3.5;stroke-linecap:round;opacity:.7;filter:drop-shadow(0 0 6px rgba(31,227,255,.6))}.marble-trail--far{stroke-width:2;opacity:.3}.marble-tracked-ring{fill:none;stroke:var(--color-accent-strong);stroke-width:2;opacity:.95;filter:drop-shadow(0 0 8px rgba(31,227,255,.7))}.ghost-route{fill:none;stroke:#1fe3ff40;stroke-width:2.5;stroke-dasharray:3 8;stroke-linecap:round}.overlay-path{fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.overlay-path--active{stroke:var(--color-accent-strong);stroke-width:3;opacity:.55}.overlay-path--upcoming{stroke:var(--color-accent);stroke-width:2;stroke-dasharray:4 8}.overlay-traffic-dot{fill:var(--color-accent-strong);opacity:.75}.overlay-reliability{fill:none;stroke:var(--color-success);stroke-width:1.8;opacity:.35}.overlay-reliability--warn{stroke:var(--color-warning);opacity:.45}.heat-blob{mix-blend-mode:screen;opacity:.7}.mod-sel-outline{fill:none;stroke:var(--color-accent);stroke-width:1.4;stroke-dasharray:5 4}.mod-sel-handle{fill:var(--color-bg);stroke:var(--color-accent-strong);stroke-width:1.4}.dimmed{opacity:.18;transition:opacity .2s}.runview{position:absolute;top:var(--space-5);left:50%;transform:translate(-50%);display:flex;gap:var(--space-2);padding:var(--space-2);background:#141920db;border:1px solid var(--color-divider-soft);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-2);z-index:var(--z-overlay)}.runview__btn{display:flex;align-items:center;gap:var(--space-3);height:30px;padding:0 var(--space-5);border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-12);font-weight:500}.runview__btn:hover{background:var(--color-panel-raised);color:var(--color-text-primary)}.runview__btn[data-active=true]{background:var(--color-accent-dim);color:var(--color-accent-strong)}.angle-hud{position:absolute;top:var(--space-5);right:var(--space-5);display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);background:#1fe3ff1f;border:1px solid var(--color-accent-line);color:var(--color-accent-strong);font-size:var(--font-size-13);font-weight:600;font-variant-numeric:tabular-nums;z-index:var(--z-overlay)}.build-hint{position:absolute;bottom:var(--space-5);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);background:#141920e6;border:1px solid var(--color-divider-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-secondary);font-size:var(--font-size-12);z-index:var(--z-overlay);white-space:nowrap}.build-hint .hint-sep{width:1px;height:14px;background:var(--color-divider)}.zoom-readout{position:absolute;bottom:var(--space-5);right:var(--space-5);display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:#141920db;border:1px solid var(--color-divider-soft);color:var(--color-text-secondary);font-size:var(--font-size-12);font-variant-numeric:tabular-nums;z-index:var(--z-overlay)}.zoom-readout button{border:0;background:transparent;color:var(--color-text-muted);font-size:var(--font-size-11);display:flex;align-items:center;gap:4px}.zoom-readout button:hover{color:var(--color-accent-strong)}.inspector{display:flex;flex-direction:column;height:100%;min-height:0;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,transparent 40px),var(--color-panel);box-shadow:var(--shadow-panel)}.inspector-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-6) var(--space-5) var(--space-4);border-bottom:1px solid var(--color-divider-soft);background:linear-gradient(180deg,rgba(255,255,255,.025),transparent)}.insp-identity{display:flex;gap:var(--space-4);padding:var(--space-5)}.insp-identity__thumb{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-lg);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);color:var(--color-accent-strong);flex-shrink:0}.insp-identity__name{font-family:var(--font-display);font-size:var(--font-size-16);font-weight:600;line-height:1.2;letter-spacing:.02em}.insp-identity__id{font-size:var(--font-size-11);color:var(--color-text-muted);font-family:var(--font-mono)}.insp-status{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-11);color:var(--color-success);margin-top:3px}.insp-status__dot{width:6px;height:6px;border-radius:50%;background:var(--color-success)}.insp-subtabs{display:flex;gap:var(--space-2);padding:0 var(--space-5) var(--space-4)}.insp-subtab{display:flex;align-items:center;justify-content:center;width:32px;height:28px;border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted)}.insp-subtab[data-active=true]{color:var(--color-accent-strong);border-color:var(--color-accent-line);background:var(--color-accent-dim)}.insp-subtab:hover{color:var(--color-text-primary)}.insp-subtab:disabled{opacity:.35;cursor:not-allowed}.insp-subtab:disabled:hover{color:var(--color-text-muted)}.insp-snapshot-ctx{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--color-divider-soft);background:var(--color-panel-raised)}.insp-soon{padding:var(--space-8) var(--space-5);font-size:var(--font-size-12);color:var(--color-text-muted);text-align:center}.insp-section{padding:0 var(--space-5);border-top:1px solid var(--color-divider-soft)}.insp-section:first-of-type{border-top:0}.insp-section__head{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0;border:0;background:transparent;color:var(--color-text-secondary)}.insp-section__head:hover{color:var(--color-text-primary)}.insp-section__title{font-size:var(--font-size-12);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.insp-section__chev{color:var(--color-text-muted);transition:transform var(--duration-normal)}.insp-section__chev[data-open=true]{transform:rotate(180deg)}.insp-section__body{padding-bottom:var(--space-5)}.insp-direct-hint{display:flex;align-items:center;gap:var(--space-3);margin:var(--space-2) 0 var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--color-panel-raised);color:var(--color-text-muted);font-size:var(--font-size-11)}.prop-row{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:var(--space-4);min-height:30px;padding:var(--space-2) 0}.prop-row__label{font-size:var(--font-size-12);color:var(--color-text-secondary)}.prop-row__control{display:flex;align-items:center;gap:var(--space-3);justify-content:flex-end}.triple{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);width:100%}.axis-field{display:flex;align-items:center;gap:var(--space-2);height:28px;padding:0 var(--space-3);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-sm)}.axis-field__k{font-size:var(--font-size-11);color:var(--color-text-muted)}.axis-field input{width:100%;min-width:0;background:transparent;border:0;outline:none;color:var(--color-text-primary);font-size:var(--font-size-12);font-variant-numeric:tabular-nums;text-align:right}.slider{position:relative;width:100%;height:28px;display:flex;align-items:center}.slider__track{position:relative;width:100%;height:4px;border-radius:var(--radius-pill);background:var(--color-panel-soft)}.slider__fill{position:absolute;left:0;top:0;bottom:0;border-radius:var(--radius-pill);background:var(--color-accent)}.slider__thumb{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;background:var(--color-accent-strong);transform:translate(-50%,-50%);box-shadow:0 0 0 3px #1fe3ff2e;cursor:grab}.slider__value{font-size:var(--font-size-12);color:var(--color-text-primary);font-variant-numeric:tabular-nums;min-width:56px;text-align:right}.conn-diagram{padding:var(--space-4) 0 var(--space-2)}.conn-col{display:flex;flex-direction:column;gap:var(--space-3)}.conn-node{display:flex;align-items:center;gap:var(--space-3);height:30px;padding:0 var(--space-4);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);background:var(--color-panel-raised);font-size:var(--font-size-12);color:var(--color-text-secondary)}.conn-node--self{border-color:var(--color-accent-line);background:var(--color-accent-dim);color:var(--color-text-primary)}.conn-arrow{display:flex;justify-content:center;color:var(--color-text-muted)}.diag-list{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-2) 0 var(--space-4)}.diag-item{display:flex;gap:var(--space-4);align-items:flex-start}.diag-icon{margin-top:1px;flex-shrink:0}.diag-msg{font-size:var(--font-size-12);color:var(--color-text-primary);line-height:1.35}.diag-detail{font-size:var(--font-size-11);color:var(--color-text-muted)}.notes-field{width:100%;min-height:76px;resize:vertical;padding:var(--space-4);margin:var(--space-2) 0 var(--space-4);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);color:var(--color-text-primary);font-size:var(--font-size-12);line-height:1.5;font-family:inherit;outline:none}.notes-field:focus{border-color:var(--color-accent-line)}.insp-group-row{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 var(--space-5);border-top:1px solid var(--color-divider-soft);color:var(--color-text-secondary);cursor:pointer}.insp-group-row:hover{color:var(--color-text-primary)}.insp-group-row__title{font-size:var(--font-size-12);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.insp-group-count{font-size:var(--font-size-11);color:var(--color-text-muted)}.analysis-tray{display:flex;flex-direction:column;background:linear-gradient(0deg,var(--color-bg-deep),var(--color-panel));border-top:1px solid var(--color-divider);box-shadow:0 -8px 32px #00000059;min-height:0}[data-theme=light] .analysis-tray{box-shadow:0 -4px 16px #0f182414}.tray-mode-hint{font-size:var(--font-size-11);color:var(--color-text-muted);padding:2px var(--space-3);border-radius:var(--radius-pill);background:var(--color-panel-soft);border:1px solid var(--color-divider-soft)}[data-theme=light] .tray-mode-hint{background:var(--color-panel-raised)}.tray-header{display:flex;align-items:center;justify-content:space-between;height:38px;padding:0 var(--space-5);border-bottom:1px solid var(--color-divider-soft);flex-shrink:0}.tray-board{display:grid;gap:0;flex:1;min-height:0}.tray-board[data-cols="5"]{grid-template-columns:1.25fr 1.1fr 1.35fr .9fr 1.3fr}.tray-board[data-cols="3"]{grid-template-columns:1.5fr 1.3fr .9fr}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .9s linear infinite}.tray-col{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--color-divider-soft)}.tray-col:last-child{border-right:0}.tray-col__head{display:flex;align-items:center;justify-content:space-between;height:32px;padding:0 var(--space-5);flex-shrink:0}.tray-col__title{font-size:var(--font-size-11);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary)}.tray-col__body{flex:1;min-height:0;overflow:auto;padding:0 var(--space-5) var(--space-4)}.event-row{display:flex;align-items:baseline;gap:var(--space-4);padding:var(--space-2) 0;font-size:var(--font-size-12)}.event-row__time{font-family:var(--font-mono);font-size:var(--font-size-11);color:var(--color-text-muted);flex-shrink:0}.event-row__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;align-self:center}.event-row__msg{color:var(--color-text-secondary);line-height:1.35}.event-foot{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-divider-soft)}.path-graph{width:100%}.pg-edge{stroke:var(--color-divider);stroke-width:1.5;fill:none}.pg-edge--active{stroke:var(--color-accent);stroke-width:2}.pg-node{fill:var(--color-panel-soft);stroke:var(--color-divider);stroke-width:1.5}.pg-node--active{fill:var(--color-accent-dim);stroke:var(--color-accent-strong)}.pg-legend-dot{width:8px;height:8px;border-radius:50%}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4) var(--space-5)}.metric-card{display:flex;flex-direction:column;gap:2px}.metric-card__label{font-size:var(--font-size-11);color:var(--color-text-muted)}.metric-card__value-row{display:flex;align-items:baseline;gap:var(--space-3)}.metric-card__value{font-size:var(--font-size-20);font-weight:600;font-variant-numeric:tabular-nums}.metric-card__unit{font-size:var(--font-size-11);color:var(--color-text-muted)}.trend-line{width:100%;height:40px;display:block}.status-row{display:flex;align-items:center;justify-content:space-between;height:26px}.status-row__label{display:flex;align-items:center;gap:var(--space-3);font-size:var(--font-size-12);color:var(--color-text-secondary)}.status-row__dot{width:7px;height:7px;border-radius:50%}.status-row__value{font-size:var(--font-size-12);font-variant-numeric:tabular-nums}.route-progress-list{display:flex;flex-direction:column;gap:var(--space-2);overflow-y:auto;max-height:140px}.route-progress-row{display:flex;align-items:center;gap:var(--space-3);font-size:var(--font-size-11);color:var(--color-text-muted);line-height:1.3}.route-progress-row--done{color:var(--color-text-secondary)}.route-progress-row--current{color:var(--color-accent-strong);font-weight:var(--font-weight-semibold)}.route-progress-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--color-divider)}.route-progress-row--done .route-progress-dot{background:var(--color-success)}.route-progress-row--current .route-progress-dot{background:var(--color-accent-strong);box-shadow:0 0 6px var(--color-accent-glow)}.route-progress-label{flex:1;min-width:0}.snap-strip{display:flex;gap:var(--space-4);overflow-x:auto;padding-bottom:var(--space-2)}.snap-card{flex-shrink:0;width:104px;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);background:var(--color-panel-raised);cursor:pointer;transition:all var(--duration-fast) var(--ease-standard)}.snap-card:hover{border-color:var(--color-divider);background:var(--color-panel-soft)}.snap-card[data-active=true]{border-color:var(--color-accent-line);box-shadow:var(--glow-accent)}.snap-card__thumb{height:56px;border-radius:var(--radius-sm);background:radial-gradient(circle at 50% 40%,var(--color-panel-soft),var(--color-bg-deep));border:1px solid var(--color-divider-soft);overflow:hidden}.snap-card[data-active=true] .snap-card__thumb{border-color:var(--color-accent-line);box-shadow:inset 0 0 12px #1fe3ff1f}.snap-card__name{font-size:var(--font-size-12);font-weight:500;color:var(--color-text-primary);line-height:1.1}.snap-card__meta{font-size:var(--font-size-11);color:var(--color-text-muted)}.snap-card--new{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);border-style:dashed;color:var(--color-text-muted)}.snap-card--new:hover{color:var(--color-accent-strong);border-color:var(--color-accent-line);box-shadow:none}.snap-card--new:disabled{opacity:.45;cursor:not-allowed}.snap-card--new:disabled:hover{color:var(--color-text-muted);border-color:var(--color-divider-soft)}.rel-bar{width:100%;height:5px;border-radius:var(--radius-pill);background:var(--color-panel-soft);overflow:hidden}.rel-bar__fill{height:100%;border-radius:var(--radius-pill)}.prob-list{display:flex;flex-direction:column;gap:var(--space-4)}.prob-row{display:flex;flex-direction:column;gap:var(--space-3)}.prob-row__top{display:flex;align-items:center;justify-content:space-between}.prob-row__label{font-size:var(--font-size-12);color:var(--color-text-primary)}.prob-row__pct{font-size:var(--font-size-12);font-variant-numeric:tabular-nums;color:var(--color-accent-strong)}.prob-bar{height:6px;border-radius:var(--radius-pill);background:var(--color-panel-soft);overflow:hidden}.prob-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-strong));border-radius:var(--radius-pill)}.run-diag-btn{width:100%}.help-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-popover);background:#06090c8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.help-drawer{position:fixed;top:0;right:0;bottom:0;z-index:var(--z-popover);width:520px;max-width:92vw;display:flex;flex-direction:column;background:var(--color-panel);border-left:1px solid var(--color-divider);box-shadow:var(--shadow-3);animation:help-slide var(--duration-slow) var(--ease-out)}@keyframes help-slide{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}.help-head{display:flex;align-items:center;justify-content:space-between;padding:var(--space-6);border-bottom:1px solid var(--color-divider-soft)}.help-title{font-size:var(--font-size-16);font-weight:600}.help-body{display:flex;flex:1;min-height:0}.help-nav{width:184px;flex-shrink:0;padding:var(--space-4);border-right:1px solid var(--color-divider-soft);display:flex;flex-direction:column;gap:var(--space-1)}.help-nav__item{display:flex;align-items:center;gap:var(--space-3);height:34px;padding:0 var(--space-4);border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-12);text-align:left}.help-nav__item:hover{background:var(--color-panel-raised);color:var(--color-text-primary)}.help-nav__item[data-active=true]{background:var(--color-accent-dim);color:var(--color-accent-strong)}.help-content{flex:1;overflow:auto;padding:var(--space-6);min-width:0}.help-content h3{font-size:var(--font-size-16);font-weight:600;margin:0 0 var(--space-4)}.help-p{font-size:var(--font-size-13);color:var(--color-text-secondary);line-height:1.6;margin:0 0 var(--space-5)}.help-steps{display:flex;flex-direction:column;gap:var(--space-4);margin:0 0 var(--space-5)}.help-step{display:flex;gap:var(--space-4)}.help-step__n{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-accent-dim);color:var(--color-accent-strong);font-size:var(--font-size-11);font-weight:700;font-variant-numeric:tabular-nums}.help-step__t{font-size:var(--font-size-13);color:var(--color-text-secondary);line-height:1.5}.help-keys{display:flex;flex-direction:column;gap:var(--space-3);margin:0 0 var(--space-5)}.help-key{display:flex;align-items:center;gap:var(--space-4)}.help-key__combo{display:flex;gap:var(--space-2);min-width:110px}.help-key__label{font-size:var(--font-size-12);color:var(--color-text-secondary)}.help-gloss{display:flex;flex-direction:column;gap:var(--space-3)}.help-gloss__item{display:flex;gap:var(--space-4);align-items:center;padding:var(--space-4);border:1px solid var(--color-divider-soft);border-radius:var(--radius-lg);background:var(--color-panel-raised)}.help-gloss__render{flex-shrink:0;width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--color-bg-deep);border:1px solid var(--color-divider-soft)}.help-gloss__name{font-size:var(--font-size-13);font-weight:600}.help-gloss__text{font-size:var(--font-size-12);color:var(--color-text-secondary);line-height:1.45}.help-gloss__analogy{font-size:var(--font-size-11);color:var(--color-accent);margin-top:2px}.help-foot{padding:var(--space-5) var(--space-6);border-top:1px solid var(--color-divider-soft);display:flex;align-items:center;justify-content:space-between}.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-tooltip);background:#06090c80}.tour-spot{position:fixed;z-index:calc(var(--z-tooltip) + 1);border:2px solid var(--color-accent-strong);border-radius:var(--radius-lg);box-shadow:0 0 0 4px #1fe3ff2e,0 0 0 9999px #06090c80;pointer-events:none;transition:all var(--duration-slow) var(--ease-out)}.tour-card{position:fixed;z-index:calc(var(--z-tooltip) + 2);width:320px;padding:var(--space-6);background:var(--color-panel-raised);border:1px solid var(--color-divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-3)}.tour-card__step{font-size:var(--font-size-11);color:var(--color-accent-strong);letter-spacing:.04em}.tour-card__title{font-size:var(--font-size-15);font-weight:600;margin:var(--space-2) 0 var(--space-3)}.tour-card__body{font-size:var(--font-size-12);color:var(--color-text-secondary);line-height:1.55}.tour-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-6)}.tour-dots{display:flex;gap:var(--space-2)}.tour-dot{width:6px;height:6px;border-radius:50%;background:var(--color-divider)}.tour-dot[data-active=true]{background:var(--color-accent)}.app-shell{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(31,227,255,.06),transparent 55%),radial-gradient(ellipse 40% 30% at 100% 50%,rgba(31,227,255,.03),transparent 50%),var(--color-bg-deep)}[data-theme=light] .app-shell{background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(14,165,183,.08),transparent 55%),radial-gradient(ellipse 40% 30% at 100% 50%,rgba(14,165,183,.04),transparent 50%),var(--color-bg-deep)}.command-bar{display:flex;align-items:center;height:var(--bar-height);background:linear-gradient(180deg,var(--color-panel) 0%,var(--color-bg-deep) 100%);border-bottom:1px solid var(--color-divider);box-shadow:0 4px 24px #00000059;flex-shrink:0}[data-theme=light] .command-bar{background:linear-gradient(180deg,var(--color-panel) 0%,#e8edf3 100%);box-shadow:0 2px 12px #0f182414}.command-bar__modes{padding:0 var(--space-6)}.command-bar__spacer{flex:1;min-width:var(--space-6)}.command-bar__right{display:flex;align-items:center;gap:var(--space-5);padding:0 var(--space-6)}.app-middle{display:flex;flex:1;min-height:0}.left-rail{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);width:var(--rail-width);padding:var(--space-4) 0;background:linear-gradient(180deg,var(--color-bg-deep),var(--color-panel));border-right:1px solid var(--color-divider);flex-shrink:0;overflow:visible;z-index:2}[data-theme=light] .left-rail{background:linear-gradient(180deg,#eef2f6,var(--color-bg-deep))}.left-rail__tool{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);transition:all var(--duration-fast) var(--ease-standard)}.left-rail__tool:hover{color:var(--color-text-primary);background:var(--color-panel-raised);border-color:var(--color-divider-soft)}.left-rail__tool[data-active=true]{color:var(--color-accent-strong);background:var(--color-accent-dim);border-color:var(--color-accent-line);box-shadow:var(--glow-accent-soft)}.left-rail__tool:disabled{opacity:.35;cursor:not-allowed}.left-rail__tool:disabled:hover{color:var(--color-text-muted);background:transparent}.left-rail__spacer{flex:1}.left-sidebar{width:var(--sidebar-width);background:var(--color-panel);border-right:1px solid var(--color-divider);box-shadow:4px 0 24px #0003;flex-shrink:0;min-height:0}.center-pane{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.canvas-strip{height:var(--strip-height);background:linear-gradient(180deg,var(--color-bg-deep),var(--color-panel));border-bottom:1px solid var(--color-divider);box-shadow:inset 0 1px #ffffff08;flex-shrink:0}[data-theme=light] .canvas-strip{background:linear-gradient(180deg,#e8edf3,var(--color-panel));box-shadow:inset 0 1px #ffffffb3}.canvas-host{flex:1;min-height:0;position:relative}.right-inspector{width:var(--inspector-width);background:var(--color-panel);border-left:1px solid var(--color-divider);box-shadow:-4px 0 24px #0003;flex-shrink:0;min-height:0}[data-theme=light] .left-sidebar,[data-theme=light] .right-inspector{box-shadow:none}.bottom-tray{flex-shrink:0}@media (max-width: 1180px){.left-sidebar{width:260px}.right-inspector{width:300px}.canvas-minimap{display:none}}@media (max-width: 980px){.left-rail{display:none}}:root{--color-bg: #0a0e14;--color-bg-deep: #060910;--color-panel: #11161e;--color-panel-raised: #161d27;--color-panel-soft: #1c2530;--color-divider: #273342;--color-divider-soft: #1a222c;--color-text-primary: #f0f5fa;--color-text-secondary: #9aa8b6;--color-text-muted: #5f6d7a;--color-accent: #2dd4e8;--color-accent-strong: #1fe3ff;--color-accent-dim: rgba(31, 227, 255, .12);--color-accent-line: rgba(31, 227, 255, .45);--color-accent-glow: rgba(31, 227, 255, .35);--color-success: #6ee7a8;--color-warning: #f0c36a;--color-danger: #ff6b6b;--color-success-dim: rgba(110, 231, 168, .14);--color-warning-dim: rgba(240, 195, 106, .14);--color-danger-dim: rgba(255, 107, 107, .14);--space-1: 2px;--space-2: 4px;--space-3: 6px;--space-4: 8px;--space-5: 12px;--space-6: 16px;--space-7: 20px;--space-8: 24px;--space-9: 32px;--space-10: 48px;--radius-sm: 5px;--radius-md: 8px;--radius-lg: 11px;--radius-xl: 14px;--radius-pill: 999px;--shadow-1: 0 1px 2px rgba(0, 0, 0, .45);--shadow-2: 0 8px 24px rgba(0, 0, 0, .5);--shadow-3: 0 20px 56px rgba(0, 0, 0, .6);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .04);--shadow-panel: inset 0 1px 0 rgba(255, 255, 255, .03);--glow-accent: 0 0 0 1px var(--color-accent-line), 0 0 20px rgba(31, 227, 255, .22);--glow-accent-soft: 0 0 14px rgba(31, 227, 255, .18);--font-display: "Urbanist", system-ui, sans-serif;--font-sans: "Manrope", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-size-11: 11px;--font-size-12: 12px;--font-size-13: 13px;--font-size-14: 14px;--font-size-16: 16px;--font-size-18: 18px;--font-size-20: 20px;--font-size-28: 28px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--leading-tight: 1.15;--leading-normal: 1.5;--z-canvas: 1;--z-overlay: 10;--z-panel: 20;--z-toolbar: 30;--z-popover: 40;--z-tooltip: 50;--duration-fast: .11s;--duration-normal: .18s;--duration-slow: .32s;--ease-standard: cubic-bezier(.2, 0, .1, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--bar-height: 88px;--strip-height: 54px;--rail-width: 48px;--sidebar-width: 400px;--inspector-width: 336px;--tray-height: 212px}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light;--color-bg: #e4e9ef;--color-bg-deep: #d8dfe8;--color-panel: #f2f5f8;--color-panel-raised: #ffffff;--color-panel-soft: #e8edf3;--color-divider: #c5ced8;--color-divider-soft: #d5dde6;--color-text-primary: #121820;--color-text-secondary: #4a5664;--color-text-muted: #75808c;--color-accent: #0ea5b7;--color-accent-strong: #0891a2;--color-accent-dim: rgba(14, 165, 183, .14);--color-accent-line: rgba(14, 165, 183, .45);--color-accent-glow: rgba(14, 165, 183, .28);--shadow-1: 0 1px 2px rgba(15, 24, 36, .08);--shadow-2: 0 8px 24px rgba(15, 24, 36, .1);--shadow-3: 0 20px 56px rgba(15, 24, 36, .14);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .85);--shadow-panel: inset 0 1px 0 rgba(255, 255, 255, .9);--glow-accent: 0 0 0 1px var(--color-accent-line), 0 0 16px rgba(14, 165, 183, .2);--glow-accent-soft: 0 0 12px rgba(14, 165, 183, .14)}html{font-family:var(--font-sans);font-size:var(--font-size-14);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.t-title{font-family:var(--font-display);font-size:var(--font-size-20);font-weight:var(--font-weight-semibold);letter-spacing:.01em;line-height:var(--leading-tight)}.t-heading{font-family:var(--font-display);font-size:var(--font-size-11);font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary)}.t-label{font-size:var(--font-size-12);font-weight:var(--font-weight-medium);color:var(--color-text-secondary)}.t-body{font-size:var(--font-size-13);color:var(--color-text-primary)}.t-meta{font-size:var(--font-size-11);color:var(--color-text-muted)}.t-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.t-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column}.center{display:flex;align-items:center;justify-content:center}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.grow{flex:1 1 auto;min-width:0;min-height:0}.fill{width:100%;height:100%}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:var(--color-text-muted)}.secondary{color:var(--color-text-secondary)}.accent{color:var(--color-accent)}.success{color:var(--color-success)}.warning{color:var(--color-warning)}.danger{color:var(--color-danger)}.hide-scroll{scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}.divider-x{height:1px;background:var(--color-divider-soft);border:0;margin:0}.divider-y{width:1px;align-self:stretch;background:var(--color-divider-soft)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text-primary);overflow:hidden}#root{display:flex;flex-direction:column}::selection{background:var(--color-accent-dim);color:var(--color-text-primary)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit;color:inherit;cursor:pointer}input,textarea,select,button{font-family:inherit;font-size:inherit}*{scrollbar-width:thin;scrollbar-color:var(--color-divider) transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-thumb{background:var(--color-divider);border-radius:var(--radius-pill);border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:var(--color-panel-soft);background-clip:padding-box}*::-webkit-scrollbar-corner{background:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);height:30px;padding:0 var(--space-5);border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-13);font-weight:var(--font-weight-medium);white-space:nowrap;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard)}.btn:hover{color:var(--color-text-primary);background:var(--color-panel-raised)}.btn:disabled{opacity:.4;pointer-events:none}.btn--primary{background:var(--color-accent);color:#06222a;font-weight:var(--font-weight-semibold)}.btn--primary:hover{background:var(--color-accent-strong);color:#04181d}.btn--ghost{background:transparent}.btn--subtle{background:var(--color-panel-raised);border-color:var(--color-divider-soft)}.btn--subtle:hover{background:var(--color-panel-soft)}.btn--sm{height:26px;padding:0 var(--space-4);font-size:var(--font-size-12)}.btn--block{width:100%}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.icon-btn:hover{color:var(--color-text-primary);background:var(--color-panel-raised)}.icon-btn:disabled{opacity:.32;cursor:not-allowed}.icon-btn:disabled:hover{background:transparent;color:var(--color-text-secondary)}.icon-btn[data-active=true]{color:var(--color-accent-strong);background:var(--color-accent-dim)}.icon-btn--sm{width:26px;height:26px}.icon-btn--lg{width:34px;height:34px}.input{display:flex;align-items:center;gap:var(--space-4);height:30px;padding:0 var(--space-5);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);color:var(--color-text-primary);font-size:var(--font-size-13);transition:border-color var(--duration-fast) var(--ease-standard)}.input:focus-within{border-color:var(--color-accent-line);outline:none}.input input{flex:1;min-width:0;background:transparent;border:0;outline:none;color:inherit}.input input::placeholder{color:var(--color-text-muted)}.input .input__icon{color:var(--color-text-muted)}.num-input{width:100%;height:26px;padding:0 var(--space-4);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-sm);color:var(--color-text-primary);font-size:var(--font-size-12);font-variant-numeric:tabular-nums;text-align:right;outline:none}.num-input:focus{border-color:var(--color-accent-line)}.num-input__unit{color:var(--color-text-muted);font-size:var(--font-size-11)}.badge{display:inline-flex;align-items:center;gap:var(--space-2);height:18px;padding:0 var(--space-3);border-radius:var(--radius-sm);font-size:var(--font-size-11);font-weight:var(--font-weight-semibold);letter-spacing:.03em;text-transform:uppercase;background:var(--color-panel-soft);color:var(--color-text-secondary)}.badge--accent{background:var(--color-accent-dim);color:var(--color-accent-strong)}.badge--success{background:var(--color-success-dim);color:var(--color-success)}.badge--warning{background:var(--color-warning-dim);color:var(--color-warning)}.badge--danger{background:var(--color-danger-dim);color:var(--color-danger)}.chip{display:inline-flex;align-items:center;gap:var(--space-3);height:24px;padding:0 var(--space-4);border-radius:var(--radius-pill);border:1px solid var(--color-divider-soft);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-12);transition:all var(--duration-fast) var(--ease-standard)}.chip:hover{color:var(--color-text-primary);border-color:var(--color-divider)}.chip[data-selected=true]{background:var(--color-accent-dim);border-color:var(--color-accent-line);color:var(--color-accent-strong)}.card{background:var(--color-panel-raised);border:1px solid var(--color-divider-soft);border-radius:var(--radius-lg)}.panel{background:var(--color-panel)}.tabs{display:flex;align-items:center;gap:var(--space-1)}.tab{position:relative;height:28px;padding:0 var(--space-5);border:0;background:transparent;color:var(--color-text-muted);font-size:var(--font-size-12);font-weight:var(--font-weight-medium);border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--ease-standard)}.tab:hover{color:var(--color-text-secondary)}.tab[data-active=true]{color:var(--color-text-primary)}.tab[data-active=true]:after{content:"";position:absolute;left:var(--space-5);right:var(--space-5);bottom:-1px;height:2px;border-radius:2px;background:var(--color-accent)}.segmented{display:inline-flex;padding:2px;gap:2px;background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md)}.segmented__item{height:24px;padding:0 var(--space-4);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-12);font-weight:var(--font-weight-medium);transition:all var(--duration-fast) var(--ease-standard)}.segmented__item:hover{color:var(--color-text-primary)}.segmented__item[data-active=true]{background:var(--color-panel-soft);color:var(--color-text-primary);box-shadow:var(--shadow-1)}.toggle{position:relative;width:34px;height:18px;border-radius:var(--radius-pill);border:0;background:var(--color-panel-soft);transition:background var(--duration-normal) var(--ease-standard);flex-shrink:0}.toggle[data-on=true]{background:var(--color-accent)}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#0d1014;transition:transform var(--duration-normal) var(--ease-out)}.toggle[data-on=true]:after{transform:translate(16px);background:#04181d}.select{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-4);height:28px;padding:0 var(--space-4);background:var(--color-bg-deep);border:1px solid var(--color-divider-soft);border-radius:var(--radius-md);color:var(--color-text-primary);font-size:var(--font-size-12);min-width:0;transition:border-color var(--duration-fast) var(--ease-standard)}.select:hover{border-color:var(--color-divider)}.select .select__chev{color:var(--color-text-muted)}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-sm);background:var(--color-panel-soft);border:1px solid var(--color-divider);color:var(--color-text-secondary);font-family:var(--font-mono);font-size:10px;font-weight:var(--font-weight-medium)}.divider{background:var(--color-divider-soft);border:0;flex-shrink:0}.divider--x{height:1px;width:100%}.divider--y{width:1px;align-self:stretch}.tooltip-wrap{position:relative;display:inline-flex}.tooltip{position:absolute;z-index:var(--z-tooltip);padding:var(--space-2) var(--space-4);background:var(--color-panel-soft);border:1px solid var(--color-divider);border-radius:var(--radius-sm);color:var(--color-text-primary);font-size:var(--font-size-11);white-space:nowrap;box-shadow:var(--shadow-2);pointer-events:none;opacity:0;transform:translateY(2px);transition:opacity var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard)}.tooltip-wrap:hover .tooltip{opacity:1;transform:translateY(0)}.tooltip--top{bottom:calc(100% + 6px);left:50%;transform:translate(-50%,2px)}.tooltip-wrap:hover .tooltip--top{transform:translate(-50%)}.tooltip--bottom{top:calc(100% + 6px);left:50%;transform:translate(-50%,-2px)}.tooltip-wrap:hover .tooltip--bottom{transform:translate(-50%)}.tooltip--right{left:calc(100% + 8px);top:50%;transform:translateY(-50%) translate(-4px)}.tooltip-wrap:hover .tooltip--right{transform:translateY(-50%) translate(0)}.tooltip--left{right:calc(100% + 8px);top:50%;transform:translateY(-50%) translate(4px)}.tooltip-wrap:hover .tooltip--left{transform:translateY(-50%) translate(0)}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4);padding:var(--space-8) var(--space-6);color:var(--color-text-muted)}.empty-state__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--color-panel-raised);border:1px solid var(--color-divider-soft);color:var(--color-text-secondary)}.stat__label{font-size:var(--font-size-11);color:var(--color-text-muted);letter-spacing:.03em}.stat__value{font-size:var(--font-size-20);font-weight:var(--font-weight-semibold);font-variant-numeric:tabular-nums;color:var(--color-text-primary);line-height:1.1}.stat__unit{font-size:var(--font-size-12);color:var(--color-text-muted);font-weight:400}.scroll-area{overflow:auto;min-height:0}.accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;height:36px;padding:0 var(--space-2);background:transparent;border:0;color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease-standard)}.accordion__header:hover{color:var(--color-text-primary)}.accordion__chev{transition:transform var(--duration-normal) var(--ease-standard)}.accordion__chev[data-open=true]{transform:rotate(90deg)}.menu{position:absolute;z-index:var(--z-popover);min-width:168px;padding:var(--space-2);background:var(--color-panel-raised);border:1px solid var(--color-divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-3)}.menu__item{display:flex;align-items:center;gap:var(--space-4);width:100%;height:30px;padding:0 var(--space-4);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:var(--font-size-13);text-align:left}.menu__item:hover{background:var(--color-panel-soft);color:var(--color-text-primary)}
