@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&family=Fira+Code:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap";:root{--base: #191724;--surface: #1f1d2e;--overlay: #26233a;--inactive: #6e6a86;--subtle: #908caa;--text: #e0def4;--love: #eb6f92;--gold: #f6c177;--rose: #ebbcba;--pine: #31748f;--foam: #9ccfd8;--iris: #c4a7e7;--hl-low: #21202e;--hl-med: #403d52;--hl-high: #524f67;--accent: var(--rose);--accent-2: var(--foam);--accent-3: var(--iris);--font-mono: "JetBrains Mono", "Berkeley Mono", ui-monospace, "SF Mono", Menlo, monospace;--font-body: var(--font-mono);--maxw: 1180px}[data-theme=rose-pine-moon]{--base: #232136;--surface: #2a273f;--overlay: #393552;--inactive: #6e6a86;--subtle: #908caa;--text: #e0def4;--love: #eb6f92;--gold: #f6c177;--rose: #ea9a97;--pine: #3e8fb0;--foam: #9ccfd8;--iris: #c4a7e7;--hl-low: #2a283e;--hl-med: #44415a;--hl-high: #56526e}[data-theme=catppuccin-mocha]{--base: #1e1e2e;--surface: #181825;--overlay: #313244;--inactive: #6c7086;--subtle: #a6adc8;--text: #cdd6f4;--love: #f38ba8;--gold: #f9e2af;--rose: #f5c2e7;--pine: #74c7ec;--foam: #89dceb;--iris: #cba6f7;--hl-low: #181825;--hl-med: #313244;--hl-high: #45475a;--accent: var(--iris);--accent-2: var(--foam);--accent-3: var(--love)}[data-theme=catppuccin-macchiato]{--base: #24273a;--surface: #1e2030;--overlay: #363a4f;--inactive: #6e738d;--subtle: #a5adcb;--text: #cad3f5;--love: #ed8796;--gold: #eed49f;--rose: #f5bde6;--pine: #7dc4e4;--foam: #8bd5ca;--iris: #c6a0f6;--hl-low: #1e2030;--hl-med: #363a4f;--hl-high: #494d64;--accent: var(--iris);--accent-2: var(--foam);--accent-3: var(--love)}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--base);color:var(--text);font-family:var(--font-mono);font-size:var(--fs, 15px);line-height:1.6;-webkit-font-smoothing:antialiased}#root{height:100%}.twk-panel{font-family:var(--font-mono)!important}:root{--pane-pad: 56px;--stack-gap: 22px;--content-w: 720px}[data-density=terminal]{--pane-pad: 26px;--stack-gap: 14px;--content-w: 820px;line-height:1.5}[data-texture=grid] body,body[data-texture=grid]{background-image:linear-gradient(var(--hl-low) 1px,transparent 1px),linear-gradient(90deg,var(--hl-low) 1px,transparent 1px);background-size:40px 40px}[data-texture=scanlines] body,body[data-texture=scanlines]{background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.16) 0px,rgba(0,0,0,.16) 1px,transparent 1px,transparent 3px)}[data-anim=off] *,[data-anim=off] *:before,[data-anim=off] *:after{animation-duration:0s!important;transition-duration:0s!important}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}::selection{background:var(--accent);color:var(--base)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--hl-high);border-radius:6px;border:2px solid var(--base)}*::-webkit-scrollbar-track{background:transparent}.cursor{display:inline-block;width:.6em;height:1.05em;background:var(--text);vertical-align:text-bottom;animation:blink 1.05s steps(1) infinite}@keyframes blink{50%{opacity:0}}.app-shell{height:100%;display:flex;flex-direction:column;min-height:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 22px;border-bottom:1px solid var(--hl-low);background:color-mix(in srgb,var(--base) 86%,var(--surface));flex:0 0 auto;font-size:13px;user-select:none}.topbar .brand{color:var(--accent);font-weight:700;cursor:pointer}.topbar .brand:hover{filter:brightness(1.15)}.nav{display:flex;gap:20px}.nav-item{color:var(--inactive);cursor:pointer;transition:color .15s}.nav-item:hover{color:var(--subtle)}.nav-item.active{color:var(--text)}.nav-item .colon{color:var(--accent)}.pane{flex:1 1 auto;min-height:0;overflow-y:auto}.pane-inner{max-width:var(--content-w);margin:0 auto;padding:var(--pane-pad) 28px calc(var(--pane-pad) + 30px)}.footbar{display:flex;align-items:center;gap:16px;flex:0 0 auto;padding:8px 18px;border-top:1px solid var(--hl-low);background:color-mix(in srgb,var(--base) 86%,var(--surface));font-size:12px;color:var(--inactive);user-select:none}.footbar .key{color:var(--base);background:var(--inactive);border-radius:3px;padding:0 5px;margin-right:5px;font-size:11px}.footbar .cmdwrap{display:flex;align-items:center;flex:1 1 auto;gap:8px}.footbar input{background:transparent;border:none;outline:none;color:var(--text);font-family:var(--font-mono);font-size:12px;flex:1;caret-color:var(--accent)}.footbar .ghost{color:var(--inactive)}.footbar .tweak-toggle{cursor:pointer;transition:filter .15s}.footbar .tweak-toggle:hover{filter:brightness(1.25)}.prompt-user{color:var(--accent-2)}.prompt-path{color:var(--subtle)}.prompt-sym{color:var(--accent)}.cmd{color:var(--text)}.h-comment{color:var(--gold)}.muted{color:var(--inactive)}.subtle{color:var(--subtle)}.accent{color:var(--accent)}.win{background:var(--surface);border:1px solid var(--hl-med);border-radius:8px;overflow:hidden}.win-bar{display:flex;align-items:center;gap:7px;padding:8px 13px;white-space:nowrap;background:var(--overlay);border-bottom:1px solid var(--hl-med);font-size:12px;color:var(--subtle)}.tdot{width:10px;height:10px;border-radius:50%}.langdot{width:9px;height:9px;border-radius:50%;display:inline-block;flex:0 0 auto}.neo-link{transition:filter .12s}.neo-link:hover{filter:brightness(1.18)}.neo-link:hover .neo-handle{text-decoration:underline;text-underline-offset:2px;color:var(--text)}.fade-in{animation:fadeIn .28s ease both}@keyframes fadeIn{0%{transform:translateY(6px)}to{transform:none}}
