:root{--nav-animation-duration: .3s}.navigation-container.svelte-1atzm5i{display:grid;grid-template-rows:minmax(0,1fr);position:relative;overflow:clip;flex:1;min-height:0}.screen-slot.svelte-1atzm5i{grid-row:1;grid-column:1;width:22rem;height:100%;display:flex;flex-direction:column}.slide-out-left.svelte-1atzm5i{animation:svelte-1atzm5i-slideOutLeft var(--nav-animation-duration) cubic-bezier(.33,1,.68,1) forwards}.slide-out-right.svelte-1atzm5i{animation:svelte-1atzm5i-slideOutRight var(--nav-animation-duration) cubic-bezier(.33,1,.68,1) forwards}@keyframes svelte-1atzm5i-slideOutLeft{0%{transform:translate(0)}to{transform:translate(-22rem)}}@keyframes svelte-1atzm5i-slideOutRight{0%{transform:translate(0)}to{transform:translate(22rem)}}.slide-in-from-right.svelte-1atzm5i{animation:svelte-1atzm5i-slideInFromRight var(--nav-animation-duration) cubic-bezier(.33,1,.68,1) forwards}.slide-in-from-left.svelte-1atzm5i{animation:svelte-1atzm5i-slideInFromLeft var(--nav-animation-duration) cubic-bezier(.33,1,.68,1) forwards}@keyframes svelte-1atzm5i-slideInFromRight{0%{transform:translate(22rem)}to{transform:translate(0)}}@keyframes svelte-1atzm5i-slideInFromLeft{0%{transform:translate(-22rem)}to{transform:translate(0)}}.screen-loading.svelte-1atzm5i{display:flex;align-items:center;justify-content:center;height:100px;color:var(--color-text-muted, #666);font-size:.875rem}.screen-error.svelte-1atzm5i{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--color-error, #dc2626);font-size:.875rem}.screen-error.svelte-1atzm5i button:where(.svelte-1atzm5i){padding:.25rem .75rem;border:1px solid currentColor;border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;font-size:.75rem}.screen-error.svelte-1atzm5i button:where(.svelte-1atzm5i):hover{background:var(--color-error, #dc2626);color:#fff}.sidebar-wrapper.svelte-nu3b1i{display:flex;min-height:100dvh;width:100%}.sidebar-gap.svelte-1ksnlu9{display:none}@media (min-width: 768px){.sidebar-gap.svelte-1ksnlu9{display:block;position:relative;width:0;flex-shrink:0;background:transparent;transition:width .2s ease-in-out}.sidebar-gap.sidebar-gap-open.svelte-1ksnlu9{width:var(--sidebar-width)}}.sidebar-backdrop.svelte-1ksnlu9{position:fixed;inset:0;z-index:40;background-color:#00000026;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}.sidebar-backdrop.sidebar-backdrop-visible.svelte-1ksnlu9{opacity:1;pointer-events:auto}@media (min-width: 768px){.sidebar-backdrop.svelte-1ksnlu9{display:none}}.sidebar-panel.svelte-1ksnlu9{position:fixed;inset-block:0;left:0;width:var(--sidebar-width);height:100dvh;transform:translate(-100%);transition:transform .2s ease-in-out;z-index:50}@media (min-width: 768px){.sidebar-panel.svelte-1ksnlu9{z-index:10}}.sidebar-panel.sidebar-open.svelte-1ksnlu9{transform:translate(0)}.sidebar-inner.svelte-1ksnlu9{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--sidebar);color:var(--sidebar-foreground);border-right:1px solid var(--sidebar-border)}.attribution-content.svelte-17fjl9o a{color:var(--color-primary, hsl(var(--primary)));text-decoration:underline}.attribution-content.svelte-17fjl9o a:hover{text-decoration:none}.attribution-content.svelte-17fjl9o strong{color:var(--color-foreground, hsl(var(--foreground)));font-weight:600}.attribution-content.svelte-17fjl9o p{margin:0}.absolute-center.svelte-n57tf6{position:absolute;left:50%;transform:translate(-50%)}:root:not(.dark) .pane-title-bar.svelte-n57tf6{background-color:#e8eff8}:root:not(.dark) .pane-title-bar.svelte-n57tf6 .btn-ghost.btn-icon{background-color:#dbe6f2}:root:not(.dark) .pane-title-bar.svelte-n57tf6 .btn-ghost.btn-icon:hover{background-color:#cfdceb}.dark .pane-title-bar.svelte-n57tf6 .btn-ghost.btn-icon{background-color:color-mix(in oklch,var(--foreground) 5%,transparent)}.dark .pane-title-bar.svelte-n57tf6 .btn-ghost.btn-icon:hover{background-color:color-mix(in oklch,var(--foreground) 10%,transparent)}@container pane-header (max-width: 440px){.pane-title.svelte-n57tf6{display:none}}.transport-bar.svelte-pmsry1{display:flex;align-items:center;gap:2px;height:22px;padding:0 4px;font-size:11px;color:var(--color-muted-foreground);-webkit-user-select:none;user-select:none}.transport-btn.svelte-pmsry1{display:flex;align-items:center;justify-content:center;width:22px;height:20px;border:none;background:transparent;color:var(--color-muted-foreground);border-radius:3px;cursor:pointer;padding:0;transition:background-color .1s}.transport-btn.svelte-pmsry1:hover:not(:disabled){background:var(--color-muted);color:var(--color-foreground)}.transport-btn.svelte-pmsry1:disabled{opacity:.35;cursor:default}.transport-btn.active.svelte-pmsry1{color:var(--color-primary)}.transport-btn.play-btn.svelte-pmsry1{width:24px;height:22px}.transport-separator.svelte-pmsry1{width:1px;height:12px;background:var(--color-border);margin:0 2px;flex-shrink:0}@container pane-header (max-width: 640px){.transport-preset.svelte-pmsry1{display:none}}@container pane-header (max-width: 560px){.transport-step.svelte-pmsry1{display:none}}.speed-btn.svelte-pmsry1{display:flex;align-items:center;gap:3px;font-size:10px;font-variant-numeric:tabular-nums;color:var(--color-muted-foreground);white-space:nowrap;margin-left:2px;border:none;background:transparent;border-radius:3px;padding:2px 4px;cursor:pointer;transition:background-color .1s;min-width:44px}.speed-btn.svelte-pmsry1:hover{background:var(--color-muted);color:var(--color-foreground)}.speed-popover-inner.svelte-pmsry1{display:flex;flex-direction:column;gap:6px}.speed-label.svelte-pmsry1{font-size:11px;font-weight:500;color:var(--color-foreground)}.speed-slider-row.svelte-pmsry1{display:flex;align-items:center;gap:8px}.speed-slider.svelte-pmsry1{-webkit-appearance:none;appearance:none;flex:1;height:1.25rem;background:transparent;cursor:pointer;margin:0;padding:0}.speed-slider.svelte-pmsry1::-webkit-slider-runnable-track{height:4px;border-radius:9999px;background:var(--color-muted)}.speed-slider.svelte-pmsry1::-moz-range-track{height:4px;border-radius:9999px;background:var(--color-muted)}.speed-slider.svelte-pmsry1::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:9999px;background:var(--color-background);border:2px solid var(--color-primary);margin-top:-5px}.speed-slider.svelte-pmsry1::-moz-range-thumb{width:14px;height:14px;border-radius:9999px;background:var(--color-background);border:2px solid var(--color-primary)}.speed-value.svelte-pmsry1{font-size:11px;font-variant-numeric:tabular-nums;color:var(--color-muted-foreground);min-width:24px;text-align:right}@keyframes svelte-12nqn7t-fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in.svelte-12nqn7t{animation:svelte-12nqn7t-fade-in .15s ease-out}.overlay-backdrop.svelte-axv04w{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000080}.overlay-panel.svelte-axv04w{background:var(--color-popover, hsl(var(--popover)));color:var(--color-popover-foreground, hsl(var(--popover-foreground)));border:1px solid var(--color-border);border-radius:8px;box-shadow:0 10px 40px #0000004d;max-width:420px;width:90%;max-height:80vh;overflow-y:auto}.overlay-header.svelte-axv04w{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border)}.overlay-title.svelte-axv04w{font-size:14px;font-weight:600;margin:0}.close-btn.svelte-axv04w{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--color-muted-foreground);border-radius:4px;cursor:pointer}.close-btn.svelte-axv04w:hover{background:var(--color-muted);color:var(--color-foreground)}.overlay-body.svelte-axv04w{padding:12px 16px 16px}.shortcut-group.svelte-axv04w{margin-bottom:12px}.shortcut-group.svelte-axv04w:last-child{margin-bottom:0}.group-title.svelte-axv04w{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted-foreground);margin:0 0 6px}.shortcut-list.svelte-axv04w{display:flex;flex-direction:column;gap:2px}.shortcut-row.svelte-axv04w{display:flex;align-items:center;justify-content:space-between;padding:3px 0}.shortcut-description.svelte-axv04w{font-size:12px}.shortcut-key.svelte-axv04w{font-size:11px;font-family:var(--font-mono, ui-monospace, monospace);background:var(--color-muted);border:1px solid var(--color-border);border-radius:3px;padding:1px 6px;min-width:24px;text-align:center;white-space:nowrap}.pane-drag-handle.svelte-1rhrft9{position:relative;flex-shrink:0;z-index:5;touch-action:none;user-select:none;-webkit-user-select:none}.pane-drag-handle.vertical.svelte-1rhrft9{height:17px;margin-top:-8px;margin-bottom:-8px;width:100%;cursor:row-resize}.pane-drag-handle.horizontal.svelte-1rhrft9{width:17px;margin-left:-8px;margin-right:-8px;height:100%;cursor:col-resize}.handle-line.svelte-1rhrft9{position:absolute;background:#d3d3d3}.pane-drag-handle.vertical.svelte-1rhrft9 .handle-line:where(.svelte-1rhrft9){height:1px;width:100%;top:50%}.pane-drag-handle.horizontal.svelte-1rhrft9 .handle-line:where(.svelte-1rhrft9){width:1px;height:100%;left:50%}.handle-wide.svelte-1rhrft9{position:absolute;inset:0;opacity:0%;transition:opacity .4s;background:#d3d3d3}.pane-drag-handle.vertical.svelte-1rhrft9 .handle-wide:where(.svelte-1rhrft9){cursor:row-resize}.pane-drag-handle.horizontal.svelte-1rhrft9 .handle-wide:where(.svelte-1rhrft9){cursor:col-resize}.pane-drag-handle.svelte-1rhrft9:hover .handle-wide:where(.svelte-1rhrft9),.pane-drag-handle.hovered.svelte-1rhrft9 .handle-wide:where(.svelte-1rhrft9){opacity:50%}.pane-drag-handle.dragging.svelte-1rhrft9 .handle-wide:where(.svelte-1rhrft9){opacity:70%}.text-display-pane.svelte-dzrjba{height:100%;width:100%;display:flex;flex-direction:column;background:var(--color-background, #fff);color:var(--color-text, #333)}.text-display-pane.scrollable.svelte-dzrjba{overflow-y:auto}.content.svelte-dzrjba{flex:1;word-wrap:break-word;overflow-wrap:break-word}.content.svelte-dzrjba h1{font-size:1.5em;font-weight:600;margin:0 0 .5em}.content.svelte-dzrjba h2{font-size:1.25em;font-weight:600;margin:0 0 .5em}.content.svelte-dzrjba h3{font-size:1.1em;font-weight:600;margin:0 0 .5em}.content.svelte-dzrjba p{margin:0 0 .75em}.content.svelte-dzrjba p:last-child{margin-bottom:0}.content.svelte-dzrjba hr{border:none;border-top:1px solid var(--color-border, #ddd);margin:1em 0}.content.svelte-dzrjba a{color:var(--color-primary, #0066cc);text-decoration:underline}.content.svelte-dzrjba a:hover{text-decoration:none}.content.svelte-dzrjba pre:where(.svelte-dzrjba){font-family:monospace;white-space:pre-wrap;background:var(--color-muted, #f5f5f5);padding:1em;border-radius:4px;overflow-x:auto}.empty-state.svelte-dzrjba{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted, #666);font-style:italic}text.svelte-pawkcp{-webkit-user-select:none;user-select:none}text.svelte-tqrsag{-webkit-user-select:none;user-select:none}.draggable-v.svelte-ly500p{cursor:row-resize;user-select:none;-webkit-user-select:none;touch-action:none}.draggable-h.svelte-ly500p{cursor:col-resize;user-select:none;-webkit-user-select:none;touch-action:none}text.svelte-1wihiw8{-webkit-user-select:none;user-select:none}.plot2d-container.svelte-1vt1lmj{width:100%;height:100%;overflow:hidden;position:relative}@keyframes svelte-1y5h6fp-fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in.svelte-1y5h6fp{animation:svelte-1y5h6fp-fade-in .15s ease-out}.pane-area.svelte-1s8l23s{display:flex;height:100%;width:100%;overflow:hidden}.pane-area.vertical.svelte-1s8l23s{flex-direction:column}.pane-area.horizontal.svelte-1s8l23s{flex-direction:row}.pane-container.svelte-1s8l23s{overflow:hidden;display:flex;flex-direction:column}.pane-loading.svelte-1s8l23s,.pane-unavailable.svelte-1s8l23s,.pane-error.svelte-1s8l23s{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--color-text-muted, #666);font-size:.875rem;gap:.5rem}.pane-error.svelte-1s8l23s{color:var(--color-error, #dc2626)}.pane-error.svelte-1s8l23s button:where(.svelte-1s8l23s){padding:.25rem .75rem;border:1px solid currentColor;border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;font-size:.75rem}.pane-error.svelte-1s8l23s button:where(.svelte-1s8l23s):hover{background:var(--color-error, #dc2626);color:#fff}.root-sections.svelte-rmfn8i{display:flex;flex-direction:row;width:100%;height:100%;min-height:0}.left-column.svelte-rmfn8i{display:flex;flex-direction:column;flex-basis:0;flex-shrink:1;min-width:0;min-height:0}.top-section.svelte-rmfn8i{flex-basis:0;flex-shrink:1;min-height:30px;overflow:hidden}.center-section.svelte-rmfn8i{flex-basis:0;flex-shrink:1;min-height:0;overflow:hidden}.right-section.svelte-rmfn8i{flex-basis:0;flex-shrink:1;min-width:30px;min-height:0;overflow:hidden}
