:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--color-present: #58a6ff;--color-past: #a371f7;--color-future: #3fb950;--color-chronoport: #f0883e;--color-paradox: #f85149;--state-unborn: #484f58;--state-prebirth: #a371f7;--state-born: #3fb950;--state-chronoporting: #f0883e;--state-dead: #f85149;--wave-slow: #a371f7;--wave-normal: #58a6ff;--wave-fast: #3fb950;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--section-padding: 2rem;--content-max-width: 900px;--viz-max-width: 700px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scrolly-container{position:relative}.scrolly-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}.scrolly-steps{position:relative;z-index:2;pointer-events:none}.scrolly-step{min-height:80vh;display:flex;align-items:center;justify-content:flex-start;padding:var(--section-padding);pointer-events:auto}.scrolly-step-content{max-width:400px;background:#0d1117f2;border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;backdrop-filter:blur(8px)}section{padding:4rem var(--section-padding)}.section-intro{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-present),var(--color-future));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}p{color:var(--text-secondary);margin-bottom:1rem}.lead{font-size:1.25rem;color:var(--text-primary)}code{font-family:var(--font-mono);font-size:.9em;background:var(--bg-tertiary);padding:.15em .4em;border-radius:4px}.viz-container{width:100%;max-width:var(--viz-max-width);margin:2rem auto;background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem}.slider-container{display:flex;align-items:center;gap:1rem;margin:1rem 0}.slider-container label{font-family:var(--font-mono);font-size:.875rem;color:var(--text-secondary);min-width:80px}input[type=range]{flex:1;height:6px;background:var(--bg-tertiary);border-radius:3px;appearance:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:var(--color-present);border-radius:50%;cursor:grab}input[type=range]::-webkit-slider-thumb:active{cursor:grabbing}.insight{background:linear-gradient(135deg,#58a6ff1a,#3fb9501a);border:1px solid rgba(88,166,255,.3);border-radius:8px;padding:1rem 1.25rem;margin:1.5rem 0}.insight-label{font-family:var(--font-mono);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-present);margin-bottom:.5rem}.insight p{color:var(--text-primary);margin-bottom:0}svg text{font-family:var(--font-mono);fill:var(--text-secondary)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 4px currentColor)}50%{filter:drop-shadow(0 0 12px currentColor)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-fade-in-up{animation:fade-in-up .4s cubic-bezier(.16,1,.3,1)}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.transition-all{transition:all .2s cubic-bezier(.16,1,.3,1)}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}.transition-transform{transition:transform .2s cubic-bezier(.16,1,.3,1)}button{font-family:var(--font-sans);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border:1px solid var(--bg-tertiary);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:all .15s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.05));opacity:0;transition:opacity .15s ease}button:hover{background:var(--bg-tertiary);border-color:var(--text-muted);transform:translateY(-1px)}button:hover:before{opacity:1}button:active{transform:translateY(0)}button.primary{background:var(--color-present);border-color:var(--color-present);color:var(--bg-primary)}button.primary:hover{filter:brightness(1.1);box-shadow:0 4px 12px #58a6ff4d}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button:disabled:hover{transform:none;box-shadow:none}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-present);outline-offset:2px}input[type=range]{flex:1;height:6px;background:var(--bg-tertiary);border-radius:3px;appearance:none;cursor:pointer;transition:background .15s ease}input[type=range]:hover{background:var(--text-muted)}input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;background:var(--color-present);border-radius:50%;cursor:grab;transition:all .15s ease;box-shadow:0 2px 6px #0000004d}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 4px #58a6ff33}input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.1)}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:var(--color-present);border:none;border-radius:50%;cursor:grab;transition:all .15s ease}svg{display:block;width:100%;overflow:visible}svg text{font-family:var(--font-mono);fill:var(--text-secondary);user-select:none}svg .interactive{cursor:pointer;transition:all .2s ease}svg .interactive:hover{filter:brightness(1.15)}.glow-present{filter:drop-shadow(0 0 8px var(--color-present))}.glow-future{filter:drop-shadow(0 0 8px var(--color-future))}.glow-past{filter:drop-shadow(0 0 8px var(--color-past))}.glow-chronoport{filter:drop-shadow(0 0 8px var(--color-chronoport))}.card-hover{transition:all .2s cubic-bezier(.16,1,.3,1)}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}@media (max-width: 768px){:root{--section-padding: 1rem}h1{font-size:2rem}h2{font-size:1.5rem}.scrolly-step-content{max-width:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hook.svelte-bu6vu5{background:radial-gradient(ellipse at center,var(--bg-secondary) 0%,var(--bg-primary) 70%)}.hook-content.svelte-bu6vu5{max-width:800px;text-align:center;margin-bottom:3rem}.hook-content.svelte-bu6vu5 h1:where(.svelte-bu6vu5){font-size:2.5rem;margin-bottom:1.5rem}.lead.svelte-bu6vu5{font-size:1.25rem;color:var(--text-secondary)}.lead.svelte-bu6vu5 strong:where(.svelte-bu6vu5){color:var(--color-present)}.teaser-viz.svelte-bu6vu5{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:12px;padding:2rem;margin-bottom:3rem}.teaser-viz.svelte-bu6vu5 svg:where(.svelte-bu6vu5){display:block;margin:0 auto}.viz-caption.svelte-bu6vu5{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1rem;margin-bottom:0}.wave-cursor.svelte-bu6vu5 line:where(.svelte-bu6vu5){filter:drop-shadow(0 0 6px currentColor)}.scroll-hint.svelte-bu6vu5{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem;animation:svelte-bu6vu5-bounce 2s infinite}@keyframes svelte-bu6vu5-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.problem-section.svelte-13z2ojs{padding:4rem 2rem}.content-wrapper.svelte-13z2ojs{max-width:900px;margin:0 auto}.approach-cards.svelte-13z2ojs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.approach-card.svelte-13z2ojs{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem}.approach-card.bad.svelte-13z2ojs{border-left:3px solid var(--state-dead)}.approach-card.better.svelte-13z2ojs{border-left:3px solid var(--color-present)}.approach-card.svelte-13z2ojs h3:where(.svelte-13z2ojs){font-size:1rem;margin-bottom:.75rem}.approach-card.svelte-13z2ojs ul:where(.svelte-13z2ojs){margin:.75rem 0 0 1.25rem;color:var(--text-secondary)}.approach-card.svelte-13z2ojs li:where(.svelte-13z2ojs){margin-bottom:.25rem}.viz-container.svelte-13z2ojs{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin:2rem 0}.memory-comparison.svelte-13z2ojs{margin-top:1.5rem}.memory-bar.svelte-13z2ojs{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.bar-label.svelte-13z2ojs{min-width:80px;font-size:.875rem;color:var(--text-secondary)}.bar-fill.svelte-13z2ojs{height:24px;border-radius:4px;display:flex;align-items:center;padding:0 .75rem;font-size:.75rem;font-weight:500;transition:width .3s ease;min-width:80px}.bar-fill.snapshot.svelte-13z2ojs{background:var(--state-dead);color:#fff}.bar-fill.events.svelte-13z2ojs{background:var(--state-born);color:var(--bg-primary)}.comparison-note.svelte-13z2ojs{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1rem;margin-bottom:0}.scrolly-container.svelte-1xkmkn9{position:relative}.scrolly-sticky.svelte-1xkmkn9{position:sticky;top:0;height:100vh;width:100%;display:flex;align-items:center;justify-content:center}.scrolly-steps.svelte-1xkmkn9{position:relative;pointer-events:none}.scrolly-step{min-height:80vh;padding:2rem;display:flex;align-items:center;pointer-events:auto}.entity-viz.svelte-dkngkl{display:block}.event-marker.svelte-dkngkl{transition:transform .2s ease}.event-marker.active.svelte-dkngkl circle:where(.svelte-dkngkl){filter:drop-shadow(0 0 4px var(--color-present))}.events-section.svelte-3pribd{min-height:100vh}.viz-panel.svelte-3pribd{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:12px;padding:2rem;max-width:700px;width:90%}.viz-panel.svelte-3pribd h3:where(.svelte-3pribd){text-align:center;margin-bottom:1.5rem}.query-controls.svelte-3pribd{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--bg-tertiary)}.query-value.svelte-3pribd{font-family:var(--font-mono);font-weight:600;color:var(--color-present);min-width:30px;text-align:right}.query-result.svelte-3pribd{display:flex;align-items:center;gap:.75rem;margin-top:1rem;font-size:.9rem}.result-label.svelte-3pribd{color:var(--text-muted)}.state-badge.svelte-3pribd{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:var(--bg-primary)}.no-result.svelte-3pribd{color:var(--text-muted);font-style:italic}.binary-search-viz.svelte-3pribd{margin-top:1rem;padding:.75rem;background:#58a6ff1a;border-radius:6px}.search-caption.svelte-3pribd{font-family:var(--font-mono);font-size:.85rem;color:var(--color-present);margin:0;text-align:center}.content-wrapper.svelte-3pribd{max-width:700px;margin:4rem auto;padding:0 2rem}.code-example.svelte-3pribd{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin-top:2rem}.code-example.svelte-3pribd pre:where(.svelte-3pribd){margin:0;overflow-x:auto}.code-example.svelte-3pribd code:where(.svelte-3pribd){font-family:var(--font-mono);font-size:.85rem;color:var(--text-primary);background:none;padding:0}.scrolly-step-content.svelte-3pribd{opacity:.5;transition:opacity .3s ease}.scrolly-step-content.active.svelte-3pribd{opacity:1}.scrolly-step-content.svelte-3pribd h4:where(.svelte-3pribd){color:var(--color-present);margin-bottom:.5rem}.state-graph.svelte-8mwpo2{display:block}.state-node.svelte-8mwpo2{transition:transform .2s ease}.state-node.interactive.svelte-8mwpo2{cursor:pointer}.state-node.interactive.svelte-8mwpo2:hover circle:where(.svelte-8mwpo2){filter:brightness(1.2)}.state-node.active.svelte-8mwpo2 circle:where(.svelte-8mwpo2){filter:drop-shadow(0 0 8px currentColor)}.lifecycle-section.svelte-cw9s8v{padding:4rem 2rem}.content-wrapper.svelte-cw9s8v{max-width:900px;margin:0 auto}.viz-container.svelte-cw9s8v{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0;display:flex;flex-direction:column;align-items:center}.state-description.svelte-cw9s8v{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--bg-tertiary);border-radius:6px;border-left:3px solid;max-width:400px}.state-description.svelte-cw9s8v h4:where(.svelte-cw9s8v){margin-bottom:.5rem}.state-description.svelte-cw9s8v p:where(.svelte-cw9s8v){margin:0;font-size:.9rem}.click-hint.svelte-cw9s8v{color:var(--text-muted);font-size:.9rem;margin-top:1rem;margin-bottom:0}.transitions-list.svelte-cw9s8v{display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0}.transition-item.svelte-cw9s8v{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.transition-item.svelte-cw9s8v:hover,.transition-item.highlighted.svelte-cw9s8v{background:var(--bg-tertiary);border-color:var(--color-present)}.transition-item.svelte-cw9s8v .from:where(.svelte-cw9s8v),.transition-item.svelte-cw9s8v .to:where(.svelte-cw9s8v){font-weight:600;min-width:100px}.transition-item.svelte-cw9s8v .arrow:where(.svelte-cw9s8v){color:var(--text-muted)}.transition-item.svelte-cw9s8v .label:where(.svelte-cw9s8v){flex:1;color:var(--text-secondary);font-size:.9rem}.timewave-viz.svelte-1xlb1wm{transition:transform .3s ease}.timewave-viz.svelte-1xlb1wm line:where(.svelte-1xlb1wm){filter:drop-shadow(0 0 4px var(--wave-color))}.timewaves-section.svelte-vu344t{padding:4rem 2rem}.content-wrapper.svelte-vu344t{max-width:900px;margin:0 auto}.viz-container.svelte-vu344t{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0}.viz-container.svelte-vu344t svg:where(.svelte-vu344t){display:block;margin:0 auto 1.5rem}.controls.svelte-vu344t{display:flex;justify-content:center;gap:1rem;align-items:center;margin-bottom:2rem}.tick-display.svelte-vu344t{font-family:var(--font-mono);color:var(--text-secondary);min-width:80px}.wave-views.svelte-vu344t h4:where(.svelte-vu344t){text-align:center;margin-bottom:1rem}.view-cards.svelte-vu344t{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.view-card.svelte-vu344t{background:var(--bg-tertiary);border:2px solid;border-radius:8px;padding:1rem;text-align:center}.view-header.svelte-vu344t{font-weight:600;margin-bottom:.5rem}.view-position.svelte-vu344t{font-family:var(--font-mono);font-size:.875rem;color:var(--text-secondary)}.view-entity.svelte-vu344t{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);transition:color .3s ease}.view-entity.visible.svelte-vu344t{color:var(--state-born);font-weight:500}.use-cases.svelte-vu344t{margin-top:3rem}.use-case-grid.svelte-vu344t{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem}.use-case.svelte-vu344t{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:6px;padding:1rem}.use-case.svelte-vu344t h4:where(.svelte-vu344t){color:var(--color-present);font-size:.9rem;margin-bottom:.25rem}.use-case.svelte-vu344t p:where(.svelte-vu344t){font-size:.85rem;color:var(--text-secondary);margin:0}.chronoport-section.svelte-v09zvp{padding:4rem 2rem}.content-wrapper.svelte-v09zvp{max-width:900px;margin:0 auto}.viz-container.svelte-v09zvp{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0}.viz-container.svelte-v09zvp svg:where(.svelte-v09zvp){display:block;margin:0 auto}.clickable.svelte-v09zvp{cursor:pointer;transition:filter .2s ease}.clickable.svelte-v09zvp:hover{filter:brightness(1.2)}.phase-indicator.svelte-v09zvp{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem 0}.phase-step.svelte-v09zvp{padding:.5rem 1rem;background:var(--bg-tertiary);border-radius:4px;font-size:.875rem;color:var(--text-muted);transition:all .3s ease}.phase-step.active.svelte-v09zvp{background:var(--color-present);color:var(--bg-primary)}.phase-arrow.svelte-v09zvp{color:var(--text-muted)}.controls.svelte-v09zvp{display:flex;justify-content:center;margin-top:1rem}.explanation-cards.svelte-v09zvp{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}.exp-card.svelte-v09zvp{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:6px;padding:1rem}.exp-card.svelte-v09zvp h4:where(.svelte-v09zvp){color:var(--color-present);margin-bottom:.5rem;font-size:.9rem}.exp-card.svelte-v09zvp p:where(.svelte-v09zvp){font-size:.875rem;margin:0}.state.svelte-v09zvp{font-weight:600;padding:.1em .3em;border-radius:3px}.state.born.svelte-v09zvp{color:var(--state-born)}.state.chronoporting.svelte-v09zvp{color:var(--state-chronoporting)}.state.prebirth.svelte-v09zvp{color:var(--state-prebirth)}.travel-arrow.svelte-v09zvp line:where(.svelte-v09zvp){animation:svelte-v09zvp-dash .5s linear infinite}@keyframes svelte-v09zvp-dash{to{stroke-dashoffset:-24}}.name-link.svelte-v09zvp path:where(.svelte-v09zvp){animation:svelte-v09zvp-dash 1s linear infinite}.paradox-section.svelte-1ses4zr{padding:4rem 2rem}.content-wrapper.svelte-1ses4zr{max-width:900px;margin:0 auto}.viz-container.svelte-1ses4zr{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0}.viz-container.svelte-1ses4zr svg:where(.svelte-1ses4zr){display:block;margin:0 auto}.entity-copy.svelte-1ses4zr{cursor:pointer;transition:transform .2s ease}.entity-copy.svelte-1ses4zr:hover circle:where(.svelte-1ses4zr),.entity-copy.selected.svelte-1ses4zr circle:where(.svelte-1ses4zr){filter:brightness(1.2)}.controls.svelte-1ses4zr{display:flex;justify-content:center;align-items:center;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.toggle.svelte-1ses4zr{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);cursor:pointer}.same-name-info.svelte-1ses4zr{background:var(--bg-tertiary);border-radius:6px;padding:1rem;margin-top:1.5rem}.same-name-info.svelte-1ses4zr h4:where(.svelte-1ses4zr){font-size:.9rem;margin-bottom:.75rem;color:var(--color-present)}.group-display.svelte-1ses4zr{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.group-display.svelte-1ses4zr .label:where(.svelte-1ses4zr){font-size:.85rem;color:var(--text-muted)}.group-display.svelte-1ses4zr .ids:where(.svelte-1ses4zr){font-family:var(--font-mono);font-size:.9rem;color:var(--text-primary)}.group-display.svelte-1ses4zr .living:where(.svelte-1ses4zr){color:var(--state-born)}.group-display.svelte-1ses4zr .dead:where(.svelte-1ses4zr){color:var(--state-dead)}.code-example.svelte-1ses4zr{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin:2rem 0}.code-example.svelte-1ses4zr h4:where(.svelte-1ses4zr){font-size:.9rem;margin-bottom:1rem;color:var(--text-secondary)}.code-example.svelte-1ses4zr pre:where(.svelte-1ses4zr){margin:0;overflow-x:auto}.code-example.svelte-1ses4zr code:where(.svelte-1ses4zr){font-family:var(--font-mono);font-size:.85rem;background:none;padding:0}.engine-loop.svelte-1v5tan1{background:var(--bg-secondary);border-radius:8px;padding:1.5rem}.step-indicators.svelte-1v5tan1{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.step-dot.svelte-1v5tan1{width:28px;height:28px;border-radius:50%;border:2px solid var(--text-muted);background:var(--bg-tertiary);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.step-dot.active.svelte-1v5tan1{border-color:var(--color-present);background:var(--color-present);color:var(--bg-primary)}.step-dot.completed.svelte-1v5tan1{border-color:var(--state-born);background:var(--state-born);color:var(--bg-primary)}.step-info.svelte-1v5tan1{text-align:center;margin-bottom:1rem}.step-info.svelte-1v5tan1 h4:where(.svelte-1v5tan1){font-size:1.1rem;color:var(--text-primary);margin-bottom:.25rem}.step-info.svelte-1v5tan1 p:where(.svelte-1v5tan1){font-size:.875rem;color:var(--text-secondary);margin:0}.controls.svelte-1v5tan1{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.step-counter.svelte-1v5tan1{font-size:.875rem;color:var(--text-muted)}.wave.svelte-1v5tan1{transition:transform .3s ease}.wave.svelte-1v5tan1 line:where(.svelte-1v5tan1){filter:drop-shadow(0 0 4px var(--wave-color))}.engine-loop-section.svelte-6oi7yv{padding:4rem 2rem}.content-wrapper.svelte-6oi7yv{max-width:900px;margin:0 auto}.main-viz.svelte-6oi7yv{margin:2rem 0}.step-detail.svelte-6oi7yv{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin:2rem 0}.step-detail.svelte-6oi7yv h3:where(.svelte-6oi7yv){color:var(--color-present);margin-bottom:.75rem}.step-detail.svelte-6oi7yv p:where(.svelte-6oi7yv){margin-bottom:1rem}.code-block.svelte-6oi7yv{background:var(--bg-tertiary);border-radius:6px;padding:1rem;overflow-x:auto}.code-block.svelte-6oi7yv pre:where(.svelte-6oi7yv){margin:0}.code-block.svelte-6oi7yv code:where(.svelte-6oi7yv){font-family:var(--font-mono);font-size:.85rem;background:none;padding:0}.complexity-note.svelte-6oi7yv{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin-top:2rem}.complexity-note.svelte-6oi7yv h4:where(.svelte-6oi7yv){color:var(--text-primary);margin-bottom:1rem}.complexity-note.svelte-6oi7yv ul:where(.svelte-6oi7yv){margin:0 0 1rem 1.5rem}.complexity-note.svelte-6oi7yv li:where(.svelte-6oi7yv){margin-bottom:.5rem;color:var(--text-secondary)}.complexity-note.svelte-6oi7yv li:where(.svelte-6oi7yv) code:where(.svelte-6oi7yv){color:var(--color-present)}.complexity-note.svelte-6oi7yv p:where(.svelte-6oi7yv){margin:0;color:var(--text-secondary)}.complexity-note.svelte-6oi7yv strong:where(.svelte-6oi7yv){color:var(--text-primary)}.propagation-section.svelte-utqgus{padding:4rem 2rem}.content-wrapper.svelte-utqgus{max-width:900px;margin:0 auto}.viz-container.svelte-utqgus{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0}.viz-container.svelte-utqgus svg:where(.svelte-utqgus){display:block;margin:0 auto 1.5rem}.wave-group.svelte-utqgus line:where(.svelte-utqgus){filter:drop-shadow(0 0 4px currentColor);transition:all .3s ease}.controls.svelte-utqgus{display:flex;justify-content:center;align-items:center;gap:1rem}.tick-display.svelte-utqgus{font-family:var(--font-mono);color:var(--text-secondary);min-width:80px}.propagation-alert.svelte-utqgus{margin-top:1.5rem;padding:1rem;background:#58a6ff26;border:1px solid var(--color-present);border-radius:6px;text-align:center;color:var(--color-present);font-weight:500;animation:svelte-utqgus-pulse 1s ease-in-out}@keyframes svelte-utqgus-pulse{0%,to{opacity:1}50%{opacity:.7}}.scenario.svelte-utqgus{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem;margin:2rem 0}.scenario.svelte-utqgus h4:where(.svelte-utqgus){margin-bottom:1rem}.scenario.svelte-utqgus ol:where(.svelte-utqgus){margin:0 0 0 1.5rem;color:var(--text-secondary)}.scenario.svelte-utqgus li:where(.svelte-utqgus){margin-bottom:.5rem}.time-windows-section.svelte-1wdrycu{padding:4rem 2rem}.content-wrapper.svelte-1wdrycu{max-width:900px;margin:0 auto}.viz-container.svelte-1wdrycu{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:2rem;margin:2rem 0}.viz-container.svelte-1wdrycu svg:where(.svelte-1wdrycu){display:block;margin:0 auto 1.5rem}.controls-grid.svelte-1wdrycu{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.control-group.svelte-1wdrycu{display:flex;align-items:center;gap:.75rem}.control-group.svelte-1wdrycu label:where(.svelte-1wdrycu){font-size:.875rem;color:var(--text-secondary);min-width:100px}.control-group.svelte-1wdrycu input[type=range]:where(.svelte-1wdrycu){flex:1;max-width:150px}.control-group.svelte-1wdrycu span:where(.svelte-1wdrycu){font-family:var(--font-mono);min-width:30px;color:var(--text-primary)}.control-group.svelte-1wdrycu .unlimited:where(.svelte-1wdrycu){color:var(--text-muted);font-style:italic}button.small.svelte-1wdrycu{font-size:.75rem;padding:.25rem .5rem}.action-area.svelte-1wdrycu{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--bg-tertiary)}.error-message.svelte-1wdrycu{margin-top:1rem;padding:.75rem 1rem;background:#f8514926;border:1px solid var(--state-dead);border-radius:6px;color:var(--state-dead);font-size:.9rem}.success-message.svelte-1wdrycu{margin-top:1rem;padding:.75rem 1rem;background:#3fb95026;border:1px solid var(--state-born);border-radius:6px;color:var(--state-born);font-size:.9rem}.window-info.svelte-1wdrycu{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.info-card.svelte-1wdrycu{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem}.info-card.svelte-1wdrycu h4:where(.svelte-1wdrycu){color:var(--color-present);margin-bottom:.5rem}.info-card.svelte-1wdrycu p:where(.svelte-1wdrycu){font-size:.9rem;margin-bottom:.75rem}.info-card.svelte-1wdrycu code:where(.svelte-1wdrycu){display:block;font-size:.8rem;color:var(--text-muted)}@media (max-width: 700px){.controls-grid.svelte-1wdrycu,.window-info.svelte-1wdrycu{grid-template-columns:1fr}}.toast-container.svelte-1cpok13{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast.svelte-1cpok13{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--bg-secondary);border:1px solid var(--toast-color);border-left:4px solid var(--toast-color);border-radius:8px;box-shadow:0 8px 24px #0006;pointer-events:auto;animation:svelte-1cpok13-toast-slide .3s cubic-bezier(.16,1,.3,1);max-width:400px}@keyframes svelte-1cpok13-toast-slide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon.svelte-1cpok13{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--toast-color);color:var(--bg-primary);font-size:.8rem;font-weight:700}.toast-message.svelte-1cpok13{flex:1;font-size:.9rem;color:var(--text-primary);line-height:1.4}.toast-dismiss.svelte-1cpok13{flex-shrink:0;padding:.25rem;background:transparent;border:none;color:var(--text-muted);font-size:.875rem;cursor:pointer;border-radius:4px;transition:all .15s ease}.toast-dismiss.svelte-1cpok13:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media (max-width: 600px){.toast-container.svelte-1cpok13{left:1rem;right:1rem;bottom:1rem}.toast.svelte-1cpok13{max-width:100%}}.tooltip-wrapper.svelte-11extwn{position:relative;display:inline-flex}.tooltip.svelte-11extwn{position:absolute;z-index:1000;padding:.5rem .75rem;font-size:.8rem;font-weight:500;color:var(--text-primary);background:var(--bg-tertiary);border:1px solid var(--text-muted);border-radius:6px;white-space:nowrap;pointer-events:none;animation:svelte-11extwn-tooltip-fade .15s ease-out;box-shadow:0 4px 12px #0000004d}@keyframes svelte-11extwn-tooltip-fade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tooltip-arrow.svelte-11extwn{position:absolute;width:8px;height:8px;background:var(--bg-tertiary);border:1px solid var(--text-muted);transform:rotate(45deg)}.tooltip-top.svelte-11extwn{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-top.svelte-11extwn .tooltip-arrow:where(.svelte-11extwn){bottom:-5px;left:50%;margin-left:-4px;border-top:none;border-left:none}.tooltip-bottom.svelte-11extwn{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-bottom.svelte-11extwn .tooltip-arrow:where(.svelte-11extwn){top:-5px;left:50%;margin-left:-4px;border-bottom:none;border-right:none}.tooltip-left.svelte-11extwn{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tooltip-left.svelte-11extwn .tooltip-arrow:where(.svelte-11extwn){right:-5px;top:50%;margin-top:-4px;border-left:none;border-bottom:none}.tooltip-right.svelte-11extwn{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tooltip-right.svelte-11extwn .tooltip-arrow:where(.svelte-11extwn){left:-5px;top:50%;margin-top:-4px;border-right:none;border-top:none}.section-nav.svelte-xqhoew{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;align-items:center;gap:.5rem;transition:opacity .3s ease,transform .3s ease}.section-nav.svelte-xqhoew:not(.visible){opacity:0;transform:translateY(-50%) translate(20px);pointer-events:none}.progress-track.svelte-xqhoew{width:3px;height:200px;background:var(--bg-tertiary);border-radius:2px;overflow:hidden}.progress-fill.svelte-xqhoew{width:100%;background:linear-gradient(180deg,var(--color-present),var(--color-future));border-radius:2px;transition:height .3s ease}.nav-dots.svelte-xqhoew{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.nav-dot.svelte-xqhoew{width:12px;height:12px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.dot-inner.svelte-xqhoew{width:8px;height:8px;border-radius:50%;background:var(--bg-tertiary);border:2px solid var(--text-muted);transition:all .2s ease}.nav-dot.svelte-xqhoew:hover .dot-inner:where(.svelte-xqhoew){transform:scale(1.3);border-color:var(--color-present)}.nav-dot.completed.svelte-xqhoew .dot-inner:where(.svelte-xqhoew){background:var(--state-born);border-color:var(--state-born)}.nav-dot.active.svelte-xqhoew .dot-inner:where(.svelte-xqhoew){background:var(--color-present);border-color:var(--color-present);transform:scale(1.5);box-shadow:0 0 8px var(--color-present)}.nav-expanded.svelte-xqhoew{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:1rem;background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:12px;padding:1rem;min-width:220px;opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 8px 32px #0006}.section-nav.expanded.svelte-xqhoew .nav-expanded:where(.svelte-xqhoew){opacity:1;visibility:visible}.nav-header.svelte-xqhoew{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;margin-bottom:.5rem;border-bottom:1px solid var(--bg-tertiary)}.nav-title.svelte-xqhoew{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.nav-progress.svelte-xqhoew{font-family:var(--font-mono);font-size:.75rem;color:var(--color-present)}.nav-list.svelte-xqhoew{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.nav-item.svelte-xqhoew{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}.nav-item.svelte-xqhoew:hover{background:var(--bg-tertiary)}.nav-number.svelte-xqhoew{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);min-width:1.5rem}.nav-label.svelte-xqhoew{font-size:.85rem;color:var(--text-secondary);transition:color .15s ease}.nav-item.svelte-xqhoew:hover .nav-label:where(.svelte-xqhoew){color:var(--text-primary)}.nav-item.active.svelte-xqhoew{background:#58a6ff1a}.nav-item.active.svelte-xqhoew .nav-number:where(.svelte-xqhoew){color:var(--color-present)}.nav-item.active.svelte-xqhoew .nav-label:where(.svelte-xqhoew){color:var(--color-present);font-weight:500}.nav-item.completed.svelte-xqhoew .nav-number:where(.svelte-xqhoew){color:var(--state-born)}@media (max-width: 900px){.section-nav.svelte-xqhoew{right:.75rem}.nav-expanded.svelte-xqhoew{display:none}}.shortcuts-backdrop.svelte-t5v7m4{position:fixed;inset:0;z-index:9999;background:#000000b3;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:svelte-t5v7m4-backdrop-fade .2s ease}@keyframes svelte-t5v7m4-backdrop-fade{0%{opacity:0}to{opacity:1}}.shortcuts-modal.svelte-t5v7m4{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:16px;padding:1.5rem;min-width:320px;max-width:90vw;max-height:80vh;overflow-y:auto;animation:svelte-t5v7m4-modal-pop .2s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 48px #0006}@keyframes svelte-t5v7m4-modal-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.shortcuts-header.svelte-t5v7m4{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--bg-tertiary)}.shortcuts-header.svelte-t5v7m4 h3:where(.svelte-t5v7m4){margin:0;font-size:1.1rem;color:var(--text-primary)}.close-btn.svelte-t5v7m4{padding:.25rem .5rem;background:transparent;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;border-radius:4px;transition:all .15s ease}.close-btn.svelte-t5v7m4:hover{background:var(--bg-tertiary);color:var(--text-primary)}.shortcuts-list.svelte-t5v7m4{display:flex;flex-direction:column;gap:.75rem}.shortcut-row.svelte-t5v7m4{display:flex;align-items:center;gap:1rem}.shortcut-key.svelte-t5v7m4{min-width:80px;padding:.4rem .6rem;background:var(--bg-tertiary);border:1px solid var(--text-muted);border-radius:6px;font-family:var(--font-mono);font-size:.8rem;color:var(--text-primary);text-align:center;box-shadow:0 2px 0 var(--text-muted)}.shortcut-desc.svelte-t5v7m4{font-size:.9rem;color:var(--text-secondary)}.shortcuts-footer.svelte-t5v7m4{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--bg-tertiary);font-size:.8rem;color:var(--text-muted);text-align:center}.shortcuts-footer.svelte-t5v7m4 kbd:where(.svelte-t5v7m4){padding:.15rem .4rem;background:var(--bg-tertiary);border-radius:4px;font-family:var(--font-mono);font-size:.75rem}.stats-panel.svelte-1588fz5{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1rem}.stats-header.svelte-1588fz5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--bg-tertiary)}.stats-title.svelte-1588fz5{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.stats-tick.svelte-1588fz5{font-family:var(--font-mono);font-size:.85rem;color:var(--color-present);font-weight:600}.stats-grid.svelte-1588fz5{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.stat.svelte-1588fz5{text-align:center;padding:.75rem .5rem;background:var(--bg-tertiary);border-radius:6px}.stat-value.svelte-1588fz5{display:block;font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1}.stat-label.svelte-1588fz5{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.35rem}.lifecycle-breakdown.svelte-1588fz5{display:flex;flex-direction:column;gap:.5rem}.lifecycle-row.svelte-1588fz5{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.lifecycle-dot.svelte-1588fz5{width:10px;height:10px;border-radius:50%;flex-shrink:0}.lifecycle-name.svelte-1588fz5{flex:1;color:var(--text-secondary)}.lifecycle-count.svelte-1588fz5{font-family:var(--font-mono);color:var(--text-primary);font-weight:500}.waveform-container.svelte-9wujfi{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1rem}.waveform-header.svelte-9wujfi{margin-bottom:.75rem}.waveform-title.svelte-9wujfi{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}svg.svelte-9wujfi{display:block}.waveform-legend.svelte-9wujfi{display:flex;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--bg-tertiary)}.legend-item.svelte-9wujfi{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-secondary)}.legend-color.svelte-9wujfi{width:12px;height:4px;border-radius:2px}.playground-section.svelte-1fqa5o8{padding:4rem 2rem;background:linear-gradient(180deg,var(--bg-primary),var(--bg-secondary))}.content-wrapper.svelte-1fqa5o8{max-width:1200px;margin:0 auto}.section-header.svelte-1fqa5o8{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.header-actions.svelte-1fqa5o8{display:flex;gap:.5rem}.header-actions.svelte-1fqa5o8 button.active:where(.svelte-1fqa5o8){background:var(--color-present);border-color:var(--color-present);color:var(--bg-primary)}.playground-layout.svelte-1fqa5o8{display:grid;grid-template-columns:1fr 300px;gap:1.5rem;margin:2rem 0}.playground-layout.show-advanced.svelte-1fqa5o8{grid-template-columns:1fr 300px 400px}.timeline-panel.svelte-1fqa5o8{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1.5rem}.panel-header.svelte-1fqa5o8{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header.svelte-1fqa5o8 h3:where(.svelte-1fqa5o8){margin:0}.undo-redo.svelte-1fqa5o8{display:flex;gap:.25rem}.icon-btn.svelte-1fqa5o8{width:32px;height:32px;padding:0;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.timeline-panel.svelte-1fqa5o8 svg:where(.svelte-1fqa5o8){display:block;margin-bottom:1rem}.entity-marker.svelte-1fqa5o8 circle:where(.svelte-1fqa5o8){transition:r .2s ease,filter .2s ease}.entity-marker.svelte-1fqa5o8:hover circle:where(.svelte-1fqa5o8),.entity-marker.selected.svelte-1fqa5o8 circle:where(.svelte-1fqa5o8){filter:drop-shadow(0 0 8px currentColor)}.event-marker.svelte-1fqa5o8{opacity:.8}.wave-cursor.svelte-1fqa5o8 line:where(.svelte-1fqa5o8){filter:drop-shadow(0 0 4px currentColor)}.breakpoint.svelte-1fqa5o8 line:where(.svelte-1fqa5o8){animation:svelte-1fqa5o8-pulse-opacity 1s ease-in-out infinite}@keyframes svelte-1fqa5o8-pulse-opacity{0%,to{opacity:.4}50%{opacity:.8}}.playback-controls.svelte-1fqa5o8{display:flex;gap:1rem;align-items:center;padding-top:1rem;border-top:1px solid var(--bg-tertiary);flex-wrap:wrap}.control-group.svelte-1fqa5o8{display:flex;gap:.5rem}.speed-control.svelte-1fqa5o8{flex:1;min-width:150px}.speed-control.svelte-1fqa5o8 label:where(.svelte-1fqa5o8){display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.speed-control.svelte-1fqa5o8 input[type=range]:where(.svelte-1fqa5o8){flex:1;min-width:80px}.speed-value.svelte-1fqa5o8{font-family:var(--font-mono);color:var(--color-present);min-width:3ch}.tick-display.svelte-1fqa5o8{font-family:var(--font-mono);color:var(--color-present);font-weight:600;font-size:1.1rem;margin-left:auto;padding:.25rem .75rem;background:#58a6ff1a;border-radius:4px}.control-panel.svelte-1fqa5o8{display:flex;flex-direction:column;gap:1rem}.panel-section.svelte-1fqa5o8{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:1rem}.panel-section.svelte-1fqa5o8 h4:where(.svelte-1fqa5o8){font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.panel-section.svelte-1fqa5o8 button:where(.svelte-1fqa5o8){width:100%;margin-bottom:.5rem}.panel-section.svelte-1fqa5o8 button:where(.svelte-1fqa5o8):last-child{margin-bottom:0}.selected-info.svelte-1fqa5o8{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--bg-tertiary)}.info-row.svelte-1fqa5o8{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.35rem}.info-row.svelte-1fqa5o8 span:where(.svelte-1fqa5o8):first-child{color:var(--text-muted)}.info-row.svelte-1fqa5o8 .value:where(.svelte-1fqa5o8){font-family:var(--font-mono);color:var(--text-primary)}.entity-name.svelte-1fqa5o8{color:var(--color-present)!important;font-weight:500}.lifecycle-badge.svelte-1fqa5o8{padding:.15rem .5rem;background:var(--badge-color);border-radius:4px;font-size:.75rem}.same-name.svelte-1fqa5o8{margin-top:.5rem;font-size:.8rem;color:var(--text-muted)}.same-name.svelte-1fqa5o8 .ids:where(.svelte-1fqa5o8){font-family:var(--font-mono);color:var(--color-past)}.chronoport-controls.svelte-1fqa5o8{display:flex;flex-direction:column;gap:.5rem}.chronoport-controls.svelte-1fqa5o8 label:where(.svelte-1fqa5o8){display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-secondary)}.chronoport-controls.svelte-1fqa5o8 input[type=number]:where(.svelte-1fqa5o8){width:60px;padding:.25rem .5rem;background:var(--bg-tertiary);border:1px solid var(--text-muted);border-radius:4px;color:var(--text-primary);font-family:var(--font-mono)}.chronoport-btn.svelte-1fqa5o8{background:var(--color-chronoport)!important;border-color:var(--color-chronoport)!important}.wave-list.svelte-1fqa5o8{margin-top:.75rem;max-height:140px;overflow-y:auto}.wave-item.svelte-1fqa5o8{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-tertiary);border-radius:4px;margin-bottom:.25rem;font-size:.8rem}.wave-color.svelte-1fqa5o8{width:8px;height:8px;border-radius:50%}.wave-name.svelte-1fqa5o8{flex:1;color:var(--text-primary)}.wave-item.svelte-1fqa5o8 .speed:where(.svelte-1fqa5o8){color:var(--color-present);font-family:var(--font-mono)}.wave-item.svelte-1fqa5o8 .position:where(.svelte-1fqa5o8){color:var(--text-muted);font-family:var(--font-mono)}.action-buttons.svelte-1fqa5o8{display:flex;flex-direction:column;gap:.5rem}.advanced-panel.svelte-1fqa5o8{display:flex;flex-direction:column;gap:1rem}.keyboard-hint.svelte-1fqa5o8{text-align:center;font-size:.8rem;color:var(--text-muted);margin-top:2rem}.keyboard-hint.svelte-1fqa5o8 kbd:where(.svelte-1fqa5o8){padding:.2rem .5rem;background:var(--bg-tertiary);border:1px solid var(--text-muted);border-radius:4px;font-family:var(--font-mono);font-size:.75rem;box-shadow:0 2px 0 var(--text-muted)}@media (max-width: 1200px){.playground-layout.show-advanced.svelte-1fqa5o8{grid-template-columns:1fr 300px}.advanced-panel.svelte-1fqa5o8{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width: 900px){.playground-layout.svelte-1fqa5o8,.playground-layout.show-advanced.svelte-1fqa5o8{grid-template-columns:1fr}.control-panel.svelte-1fqa5o8{display:grid;grid-template-columns:repeat(2,1fr)}.advanced-panel.svelte-1fqa5o8{grid-template-columns:1fr}}@media (max-width: 600px){.control-panel.svelte-1fqa5o8{grid-template-columns:1fr}.section-header.svelte-1fqa5o8{flex-direction:column;align-items:flex-start;gap:1rem}}main.svelte-1n46o8q{width:100%}
