:root{--bg: #2e3440;--bg2: #3b4252;--bg3: #434c5e;--border: #4c566a;--muted: #4c566a;--subtle: #6b7280;--text: #e5e9f0;--text2: #d8dee9;--title: #d8dee9;--accent: #88c0d0;--cursor: #88c0d0;--check: #a3be8c;--dot: #88c0d0;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--mono);font-size:14px;line-height:1.6;overflow-x:hidden;transition:background .25s ease,color .25s ease}::selection{background:var(--accent);color:var(--bg)}.navbar{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:52px;transition:background .25s ease,border-color .25s ease}.nav-brand{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none}.nav-brand .prompt{color:var(--check)}.nav-brand .star{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none}.nav-links a{color:var(--text2);text-decoration:none;font-size:.8rem;transition:color .15s}.nav-links a:hover{color:var(--accent)}.nav-links a:before{content:"[";color:var(--muted);margin-right:2px}.nav-links a:after{content:"]";color:var(--muted);margin-left:2px}.nav-btn{background:var(--bg);color:var(--accent);border:1px solid var(--accent);cursor:pointer;padding:.35rem .9rem;font-family:var(--mono);font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s}.nav-btn:hover{background:var(--accent);color:var(--bg)}footer{padding:2rem 3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;border-top:1px solid var(--border);transition:border-color .25s}.footer-left{font-size:.76rem;color:var(--muted)}.footer-left .brand{color:var(--text);font-weight:700}.footer-left .prompt{color:var(--check)}.footer-left a{color:var(--accent);text-decoration:none}.footer-left a:hover{text-decoration:underline}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text2);text-decoration:none;font-size:.76rem;transition:color .15s}.footer-links a:hover{color:var(--accent)}.footer-links a:before{content:"[";color:var(--muted);margin-right:2px}.footer-links a:after{content:"]";color:var(--muted);margin-left:2px}@media(max-width:980px){.navbar{padding:0 1rem}.nav-links{display:none}footer{flex-direction:column;padding:1.5rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.hero:where(.astro-bbe6dxrz){min-height:calc(100vh - 52px);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 3rem;border-bottom:1px solid var(--border);transition:border-color .25s ease}.hero-content:where(.astro-bbe6dxrz){position:relative}.hero-badge:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--accent);color:var(--accent);padding:.2rem .65rem;font-size:.7rem;margin-bottom:1.5rem;transition:border-color .25s,color .25s}.hero-badge:where(.astro-bbe6dxrz):before{content:"✦"}h1:where(.astro-bbe6dxrz){font-family:var(--mono);font-size:clamp(1.75rem,3.4vw,2.6rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin-bottom:1.25rem}h1:where(.astro-bbe6dxrz) em:where(.astro-bbe6dxrz){font-style:normal;color:var(--accent)}h1:where(.astro-bbe6dxrz) .blink:where(.astro-bbe6dxrz):after{content:"▋";color:var(--cursor);animation:blink 1.1s steps(2) infinite;margin-left:.15em}@keyframes blink{50%{opacity:0}}.hero-sub:where(.astro-bbe6dxrz){font-size:.92rem;color:var(--text2);max-width:520px;margin-bottom:2rem;line-height:1.75}.hero-sub:where(.astro-bbe6dxrz) .comment:where(.astro-bbe6dxrz){color:var(--muted)}.hero-actions:where(.astro-bbe6dxrz){display:flex;gap:.75rem;flex-wrap:wrap}.btn-primary:where(.astro-bbe6dxrz){background:var(--accent);color:var(--bg);border:1px solid var(--accent);cursor:pointer;padding:.6rem 1.25rem;font-family:var(--mono);font-size:.82rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:where(.astro-bbe6dxrz):hover{background:var(--bg);color:var(--accent)}.btn-primary:where(.astro-bbe6dxrz):before{content:"▸"}.btn-ghost:where(.astro-bbe6dxrz){background:transparent;color:var(--text);border:1px solid var(--border);cursor:pointer;padding:.6rem 1.25rem;font-family:var(--mono);font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-ghost:where(.astro-bbe6dxrz):hover{border-color:var(--accent);color:var(--accent)}.btn-ghost:where(.astro-bbe6dxrz):before{content:"$";color:var(--muted)}.hero-install:where(.astro-bbe6dxrz){margin-top:2rem;max-width:560px;width:100%}.hero-install-tabs:where(.astro-bbe6dxrz){display:flex;align-items:flex-end;gap:0;margin-bottom:-1px;flex-wrap:wrap}.hi-tab:where(.astro-bbe6dxrz){background:transparent;color:var(--text2);border:1px solid var(--border);border-bottom:1px solid var(--accent);cursor:pointer;padding:.45rem .85rem;font-family:var(--mono);font-size:.74rem;font-weight:500;text-decoration:none;transition:all .15s;position:relative;margin-right:-1px}.hi-tab:where(.astro-bbe6dxrz):hover{color:var(--accent)}.hi-tab:where(.astro-bbe6dxrz).active{background:var(--bg);color:var(--accent);border:1px solid var(--accent);border-bottom:1px solid var(--bg);font-weight:700;z-index:2}.hi-tab-link:where(.astro-bbe6dxrz){border:none!important;color:var(--muted);margin-left:auto;padding-right:0}.hi-tab-link:where(.astro-bbe6dxrz):hover{color:var(--accent)}.hero-install-body:where(.astro-bbe6dxrz){border:1px solid var(--accent);background:var(--bg2);padding:.8rem 1rem;display:flex;align-items:center;gap:.65rem;transition:all .25s}.hi-prompt:where(.astro-bbe6dxrz){color:var(--check);font-weight:700;font-size:.92rem;user-select:none}.hi-code:where(.astro-bbe6dxrz){flex:1;font-family:var(--mono);font-size:.82rem;color:var(--text);white-space:nowrap;overflow-x:auto;scrollbar-width:none}.hi-code:where(.astro-bbe6dxrz)::-webkit-scrollbar{display:none}.hi-copy:where(.astro-bbe6dxrz){background:transparent;border:1px solid var(--border);color:var(--text2);cursor:pointer;padding:.35rem .45rem;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.hi-copy:where(.astro-bbe6dxrz):hover{color:var(--accent);border-color:var(--accent)}.hi-copy:where(.astro-bbe6dxrz).copied{color:var(--check);border-color:var(--check)}.tui-wrapper:where(.astro-bbe6dxrz){display:flex;flex-direction:column;align-items:center;gap:1.25rem}.tui-window:where(.astro-bbe6dxrz){font-size:.8rem;line-height:1.6;border:1px solid var(--border);width:100%;max-width:480px;outline:none;overflow:hidden;transition:border-color .25s,background .25s}.tui-window:where(.astro-bbe6dxrz):focus,.tui-window:where(.astro-bbe6dxrz).focused{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.tui-titlebar:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-bottom:1px solid var(--border);transition:border-color .25s}.tui-dot:where(.astro-bbe6dxrz){width:10px;height:10px}.tui-dot:where(.astro-bbe6dxrz).red{background:#bf616a}.tui-dot:where(.astro-bbe6dxrz).yellow{background:#ebcb8b}.tui-dot:where(.astro-bbe6dxrz).green{background:#a3be8c}.tui-title-text:where(.astro-bbe6dxrz){flex:1;text-align:center;font-size:.68rem;opacity:.55}.tui-body:where(.astro-bbe6dxrz){padding:.9rem 1.1rem;min-height:280px}.tui-hint:where(.astro-bbe6dxrz){font-size:.68rem;color:var(--muted);text-align:center;transition:color .25s}.tui-hint:where(.astro-bbe6dxrz) kbd:where(.astro-bbe6dxrz){display:inline-block;border:1px solid var(--border);padding:.05rem .35rem;font-size:.64rem;color:var(--text2);font-family:var(--mono);transition:all .25s}@media(hover:none)and (pointer:coarse){.tui-hint:where(.astro-bbe6dxrz){display:none}}.theme-picker:where(.astro-bbe6dxrz){display:flex;gap:0;flex-wrap:wrap;justify-content:center;border:1px solid var(--border);transition:border-color .25s}.theme-swatch:where(.astro-bbe6dxrz){width:28px;height:28px;cursor:pointer;border:none;background:transparent;position:relative;display:flex;align-items:center;justify-content:center;transition:background .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.theme-swatch:where(.astro-bbe6dxrz):after{content:"";width:12px;height:12px;background:var(--swatch-color);transition:transform .15s}.theme-swatch:where(.astro-bbe6dxrz):hover{background:var(--bg2)}.theme-swatch:where(.astro-bbe6dxrz):hover:after{transform:scale(1.3)}.theme-swatch:where(.astro-bbe6dxrz).active{background:var(--bg2)}.theme-swatch:where(.astro-bbe6dxrz).active:after{box-shadow:0 0 0 2px var(--bg),0 0 0 3px var(--text)}@media(hover:none)and (pointer:coarse){.theme-swatch:where(.astro-bbe6dxrz){width:40px;height:40px}.theme-swatch:where(.astro-bbe6dxrz):after{width:16px;height:16px}.theme-swatch:where(.astro-bbe6dxrz):active{background:var(--bg2)}.theme-swatch:where(.astro-bbe6dxrz):active:after{transform:scale(1.25)}}.theme-current:where(.astro-bbe6dxrz){font-size:.68rem;color:var(--muted);text-align:center;margin-top:-.3rem}.theme-current:where(.astro-bbe6dxrz) b:where(.astro-bbe6dxrz){color:var(--accent);font-weight:600}@media(max-width:980px){.hero:where(.astro-bbe6dxrz){grid-template-columns:1fr;padding:3rem 1.5rem;gap:2.5rem}.hero-content:where(.astro-bbe6dxrz){max-width:600px;width:100%;margin:0 auto}.tui-wrapper:where(.astro-bbe6dxrz){max-width:480px;width:100%;margin:0 auto}.hero-install:where(.astro-bbe6dxrz){max-width:100%;width:100%}.hero-sub:where(.astro-bbe6dxrz){font-size:.85rem}}@media(max-width:768px){.hero:where(.astro-bbe6dxrz){padding:2.5rem 1.25rem}.hi-tab-link:where(.astro-bbe6dxrz){display:none}}@media(max-width:600px){.hero-install:where(.astro-bbe6dxrz){display:none}.tui-wrapper:where(.astro-bbe6dxrz){max-width:100%}}@media(max-width:480px){.hero:where(.astro-bbe6dxrz){padding:2rem 1rem;gap:2rem;min-height:auto}.tui-body:where(.astro-bbe6dxrz){min-height:220px;padding:.7rem .85rem}.tui-window:where(.astro-bbe6dxrz){font-size:.75rem}.tui-hint:where(.astro-bbe6dxrz){font-size:.6rem}.hi-tab:where(.astro-bbe6dxrz){padding:.4rem .55rem;font-size:.68rem}.hero-install-body:where(.astro-bbe6dxrz){padding:.65rem .75rem}.hi-code:where(.astro-bbe6dxrz){font-size:.74rem}h1:where(.astro-bbe6dxrz){font-size:clamp(1.45rem,7vw,2rem)}}.stats-bar:where(.astro-bhxv2qxz){border-bottom:1px solid var(--border);padding:1.5rem 3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:0;transition:border-color .25s}.stat:where(.astro-bhxv2qxz){text-align:left;border-left:1px solid var(--border);padding-left:1.5rem;transition:border-color .25s}.stat:where(.astro-bhxv2qxz):first-child{border-left:none;padding-left:0}.stat-num:where(.astro-bhxv2qxz){font-size:1.6rem;font-weight:700;color:var(--accent)}.stat-num:where(.astro-bhxv2qxz):before{content:"[";color:var(--muted);margin-right:4px;font-weight:400}.stat-num:where(.astro-bhxv2qxz):after{content:"]";color:var(--muted);margin-left:4px;font-weight:400}.stat-label:where(.astro-bhxv2qxz){font-size:.72rem;color:var(--text2);margin-top:.35rem;text-transform:lowercase}.stat-label:where(.astro-bhxv2qxz):before{content:"// ";color:var(--muted)}@media(max-width:980px){.stats-bar:where(.astro-bhxv2qxz){grid-template-columns:repeat(2,1fr);padding:1.5rem}.stat:where(.astro-bhxv2qxz){border-left:none;padding-left:0}}@media(max-width:600px){.stats-bar:where(.astro-bhxv2qxz){grid-template-columns:1fr 1fr}}@media(max-width:480px){.stats-bar:where(.astro-bhxv2qxz){padding:1.25rem 1rem}.stat-num:where(.astro-bhxv2qxz){font-size:1.3rem}}.section:where(.astro-vnivfuh2){padding:5rem 3rem;border-bottom:1px solid var(--border);transition:border-color .25s}.section-label:where(.astro-vnivfuh2){font-size:.72rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.section-label:where(.astro-vnivfuh2):before{content:"// ";color:var(--muted)}.section-title:where(.astro-vnivfuh2){font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.3}.section-title:where(.astro-vnivfuh2) em:where(.astro-vnivfuh2){font-style:normal;color:var(--accent)}.section-sub:where(.astro-vnivfuh2){color:var(--text2);font-size:.9rem;max-width:620px;margin-bottom:3rem;line-height:1.75}.features-grid:where(.astro-vnivfuh2){display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border);transition:border-color .25s}.feature-card:where(.astro-vnivfuh2){padding:1.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .15s,border-color .25s;position:relative}.feature-card:where(.astro-vnivfuh2):nth-child(3n){border-right:none}.feature-card:where(.astro-vnivfuh2):nth-child(n+4){border-bottom:none}.feature-card:where(.astro-vnivfuh2):hover{background:var(--bg2)}.feature-card:where(.astro-vnivfuh2):hover .feature-marker:where(.astro-vnivfuh2){color:var(--accent)}.feature-marker:where(.astro-vnivfuh2){font-size:.72rem;color:var(--muted);margin-bottom:.75rem;font-weight:600;transition:color .15s}.feature-title:where(.astro-vnivfuh2){font-weight:700;font-size:.92rem;margin-bottom:.65rem;color:var(--text)}.feature-title:where(.astro-vnivfuh2):before{content:"› ";color:var(--accent)}.feature-desc:where(.astro-vnivfuh2){color:var(--text2);font-size:.82rem;line-height:1.7}.feature-desc:where(.astro-vnivfuh2) code:where(.astro-vnivfuh2){font-family:var(--mono);color:var(--accent);background:var(--bg2);padding:1px 5px;font-size:.78rem;transition:background .25s,color .25s}@media(max-width:980px){.features-grid:where(.astro-vnivfuh2){grid-template-columns:1fr 1fr}.feature-card:where(.astro-vnivfuh2){border-right:1px solid var(--border)!important;border-bottom:1px solid var(--border)!important}.feature-card:where(.astro-vnivfuh2):nth-child(2n){border-right:none!important}}@media(max-width:600px){.features-grid:where(.astro-vnivfuh2){grid-template-columns:1fr}.feature-card:where(.astro-vnivfuh2){border-right:none!important}.section:where(.astro-vnivfuh2){padding:3rem 1.25rem}}.section:where(.astro-tj6vkdow){padding:5rem 3rem;border-bottom:1px solid var(--border);transition:border-color .25s}.section-label:where(.astro-tj6vkdow){font-size:.72rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.section-label:where(.astro-tj6vkdow):before{content:"// ";color:var(--muted)}.section-title:where(.astro-tj6vkdow){font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.3}.section-title:where(.astro-tj6vkdow) em:where(.astro-tj6vkdow){font-style:normal;color:var(--accent)}.section-sub:where(.astro-tj6vkdow){color:var(--text2);font-size:.9rem;max-width:620px;margin-bottom:3rem;line-height:1.75}.compare-wrap:where(.astro-tj6vkdow){border:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;transition:border-color .25s}.compare-table:where(.astro-tj6vkdow){width:100%;border-collapse:collapse;font-size:.82rem}.compare-table:where(.astro-tj6vkdow) th:where(.astro-tj6vkdow){padding:.85rem 1.25rem;text-align:left;color:var(--accent);font-weight:600;border-bottom:1px solid var(--border);font-size:.72rem;text-transform:lowercase;letter-spacing:.04em;background:var(--bg2);transition:all .25s}.compare-table:where(.astro-tj6vkdow) th:where(.astro-tj6vkdow):before{content:"// ";color:var(--muted)}.compare-table:where(.astro-tj6vkdow) td:where(.astro-tj6vkdow){padding:.8rem 1.25rem;border-bottom:1px solid var(--border);transition:border-color .25s}.compare-table:where(.astro-tj6vkdow) tr:where(.astro-tj6vkdow):last-child td:where(.astro-tj6vkdow){border-bottom:none}.compare-table:where(.astro-tj6vkdow) tr:where(.astro-tj6vkdow):hover td:where(.astro-tj6vkdow){background:var(--bg2)}.compare-table:where(.astro-tj6vkdow) code:where(.astro-tj6vkdow){color:var(--accent);font-family:var(--mono)}.check:where(.astro-tj6vkdow){color:var(--check);font-weight:700}.cross:where(.astro-tj6vkdow){color:var(--muted);font-weight:700}.col-gitswitch:where(.astro-tj6vkdow){color:var(--accent);font-weight:600}.section:where(.astro-ryjlwm3k){padding:5rem 3rem;border-bottom:1px solid var(--border);transition:border-color .25s}.section-label:where(.astro-ryjlwm3k){font-size:.72rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.section-label:where(.astro-ryjlwm3k):before{content:"// ";color:var(--muted)}.section-title:where(.astro-ryjlwm3k){font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.3}.section-sub:where(.astro-ryjlwm3k){color:var(--text2);font-size:.9rem;max-width:620px;margin-bottom:3rem;line-height:1.75}.install-grid:where(.astro-ryjlwm3k){display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.install-card:where(.astro-ryjlwm3k){border:1px solid var(--border);padding:1.25rem;transition:border-color .15s,background .15s}.install-card:where(.astro-ryjlwm3k):hover{border-color:var(--accent)}.install-card:where(.astro-ryjlwm3k) h4:where(.astro-ryjlwm3k){font-size:.82rem;font-weight:700;margin-bottom:.85rem;display:flex;align-items:center;gap:.5rem;color:var(--text)}.install-card:where(.astro-ryjlwm3k) h4:where(.astro-ryjlwm3k):before{content:"$";color:var(--check)}.install-card:where(.astro-ryjlwm3k) h4:where(.astro-ryjlwm3k) .tag:where(.astro-ryjlwm3k){color:var(--muted);font-weight:400;font-size:.72rem}.install-card:where(.astro-ryjlwm3k) .footnote:where(.astro-ryjlwm3k){font-size:.72rem;color:var(--muted);margin-top:.65rem}.install-card:where(.astro-ryjlwm3k) .footnote:where(.astro-ryjlwm3k) code:where(.astro-ryjlwm3k){color:var(--accent)}.code-block:where(.astro-ryjlwm3k){background:var(--bg2);border:1px solid var(--border);padding:.8rem .9rem;position:relative;transition:all .25s}.code-block:where(.astro-ryjlwm3k) code:where(.astro-ryjlwm3k){font-family:var(--mono);font-size:.76rem;color:var(--text);display:block;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.code-block:where(.astro-ryjlwm3k) code:where(.astro-ryjlwm3k) .tok-cmd:where(.astro-ryjlwm3k){color:var(--check)}.code-block:where(.astro-ryjlwm3k) code:where(.astro-ryjlwm3k) .tok-arg:where(.astro-ryjlwm3k){color:var(--accent)}.code-block:where(.astro-ryjlwm3k) code:where(.astro-ryjlwm3k) .tok-str:where(.astro-ryjlwm3k){color:var(--text2)}.copy-btn:where(.astro-ryjlwm3k){position:absolute;top:.35rem;right:.35rem;background:var(--bg);border:1px solid var(--border);color:var(--text2);cursor:pointer;padding:.15rem .45rem;font-size:.62rem;font-family:var(--mono);transition:all .15s}.copy-btn:where(.astro-ryjlwm3k):hover{color:var(--accent);border-color:var(--accent)}.copy-btn:where(.astro-ryjlwm3k).copied{color:var(--check);border-color:var(--check)}@media(max-width:600px){.install-grid:where(.astro-ryjlwm3k){grid-template-columns:1fr}.section:where(.astro-ryjlwm3k){padding:3rem 1.25rem}.shell-body:where(.astro-ryjlwm3k){overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:480px){.shell-body:where(.astro-ryjlwm3k){padding:.75rem 1rem;font-size:.72rem}}.shell-demo:where(.astro-ryjlwm3k){border:1px solid var(--border);margin-top:2.5rem;transition:border-color .25s}.shell-header:where(.astro-ryjlwm3k){background:var(--bg2);padding:.55rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem;font-size:.72rem;color:var(--text2);transition:all .25s}.shell-header:where(.astro-ryjlwm3k) .dot:where(.astro-ryjlwm3k){width:9px;height:9px}.tui-dot:where(.astro-ryjlwm3k){width:9px;height:9px}.tui-dot:where(.astro-ryjlwm3k).red{background:#bf616a}.tui-dot:where(.astro-ryjlwm3k).yellow{background:#ebcb8b}.tui-dot:where(.astro-ryjlwm3k).green{background:#a3be8c}.shell-body:where(.astro-ryjlwm3k){padding:1.25rem 1.5rem;font-size:.8rem;line-height:1.85;color:var(--text2);background:var(--bg);transition:background .25s}.shell-body:where(.astro-ryjlwm3k) .prompt:where(.astro-ryjlwm3k){color:var(--check)}.shell-body:where(.astro-ryjlwm3k) .cmd:where(.astro-ryjlwm3k){color:var(--text)}.shell-body:where(.astro-ryjlwm3k) .out:where(.astro-ryjlwm3k){color:var(--text2)}.shell-body:where(.astro-ryjlwm3k) .success:where(.astro-ryjlwm3k){color:var(--check)}.shell-body:where(.astro-ryjlwm3k) .accent:where(.astro-ryjlwm3k){color:var(--accent)}.shell-body:where(.astro-ryjlwm3k) .muted:where(.astro-ryjlwm3k){color:var(--muted)}.section:where(.astro-c3bnqtnr){padding:5rem 3rem;border-bottom:1px solid var(--border);transition:border-color .25s}.section-label:where(.astro-c3bnqtnr){font-size:.72rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.section-label:where(.astro-c3bnqtnr):before{content:"// ";color:var(--muted)}.section-title:where(.astro-c3bnqtnr){font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.3}.section-title:where(.astro-c3bnqtnr) em:where(.astro-c3bnqtnr){font-style:normal;color:var(--accent)}.section-sub:where(.astro-c3bnqtnr){color:var(--text2);font-size:.9rem;max-width:620px;margin-bottom:3rem;line-height:1.75}.roadmap-grid:where(.astro-c3bnqtnr){display:grid;gap:2rem;margin-top:2rem}.tui-frame:where(.astro-c3bnqtnr){border:1px solid var(--border);background:var(--bg);position:relative;transition:border-color .25s,background .25s}.tui-frame:where(.astro-c3bnqtnr)>.frame-title:where(.astro-c3bnqtnr){position:absolute;top:-.65em;left:1rem;background:var(--bg);padding:0 .5rem;color:var(--accent);font-size:.72rem;letter-spacing:.05em;text-transform:lowercase;transition:color .25s,background .25s}.frame-body:where(.astro-c3bnqtnr){padding:1.5rem;font-size:.9rem;line-height:1.8}.frame-body:where(.astro-c3bnqtnr) .block:where(.astro-c3bnqtnr){margin-bottom:1rem}.frame-body:where(.astro-c3bnqtnr) strong:where(.astro-c3bnqtnr){color:var(--accent)}.frame-body:where(.astro-c3bnqtnr) code:where(.astro-c3bnqtnr){font-family:var(--mono);color:var(--accent);background:var(--bg2);padding:1px 5px;font-size:.82rem}.frame-body:where(.astro-c3bnqtnr) .status:where(.astro-c3bnqtnr){color:var(--muted);font-size:.8rem}@media(max-width:980px){.section:where(.astro-c3bnqtnr){padding:3.5rem 1.5rem}}@media(max-width:600px){.section:where(.astro-c3bnqtnr){padding:3rem 1.25rem}}@media(max-width:480px){.section:where(.astro-c3bnqtnr){padding:2.5rem 1rem}}
