@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg: #232325;--bg-soft: #27282c;--surface: #1f2024;--surface-soft: #25262c;--surface-strong: #17181d;--line: #3a3c45;--line-soft: #32343c;--text: #f2f2f1;--muted: #b3b5bf;--accent: #9a79ff;--accent-soft: #c7b6ff;--radius: 14px}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:Manrope,Avenir Next,Segoe UI,sans-serif;line-height:1.6;color:var(--text);overflow-x:hidden;background:radial-gradient(circle at 10% 0%,rgba(152,121,255,.08),transparent 28%),radial-gradient(circle at 100% 0%,rgba(91,119,255,.08),transparent 34%),var(--bg)}a{color:inherit;text-decoration:none}.container{width:min(1024px,calc(100% - 2rem));margin:0 auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#232325e6;border-bottom:1px solid var(--line)}.site-header-inner{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:0 1.2rem;border-left:1px solid var(--line);border-right:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:.62rem;font-weight:700;color:var(--text)}.brand-logo{width:28px;height:28px;display:block;flex-shrink:0;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}.brand-mark{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(145deg,#17182f,#181921);border:1px solid #31334d;color:#9b8bff;font-size:.82rem;font-weight:800}.brand-name{font-size:.94rem;letter-spacing:-.01em}.top-nav{justify-self:center;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.top-nav a{border:1px solid transparent;border-radius:9px;padding:.36rem .62rem;font-size:.84rem;font-weight:600;color:var(--muted)}.top-nav a:hover{color:var(--text);border-color:var(--line-soft);background:#ffffff05}.top-nav a.active{border-color:#4b4e58;color:#fff}.btn{border:1px solid #4a4d57;border-radius:10px;background:#2a2b31;color:#f2f2f1;padding:.5rem .82rem;font-size:.84rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,border-color .12s ease,background .12s ease}.btn:hover{transform:translateY(-1px);border-color:#61646f;background:#2e3038}.btn-primary{background:linear-gradient(145deg,#7f5dff,#6f57f4);border-color:#856cff;color:#fcfcff}.btn-primary:hover{border-color:#9a85ff;background:linear-gradient(145deg,#9071ff,#755ef5)}.btn-header{justify-self:end;padding-inline:.92rem;background:transparent}.site-main{flex:1;border-left:1px solid var(--line);border-right:1px solid var(--line)}.not-found{padding:3rem 1.2rem}.not-found h1{margin:.5rem 0 0;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.02em;line-height:1.1}.not-found p{margin:.8rem 0 0;color:var(--muted);max-width:680px;font-size:1rem}.landing-frame{min-height:100%}.hero-section{padding:2.6rem 1.2rem 2.4rem;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.95fr);gap:1.6rem;align-items:center;min-width:0}.hero-panels{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:stretch;width:100%;max-width:520px;justify-self:end;min-width:0}.hero-kicker{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #8f78df;background:#dfd4ff;color:#5b37ba;font-size:.72rem;font-weight:700;padding:.14rem .62rem;margin-bottom:.86rem}.hero-copy h1{margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.04;letter-spacing:-.03em;max-width:520px}.hero-copy p{margin:.9rem 0 0;max-width:560px;color:var(--muted);font-size:clamp(1rem,1.8vw,1.22rem);line-height:1.5}.cta-row{display:flex;flex-wrap:wrap;gap:.66rem;margin-top:1.2rem}.hero-code{border:1px solid var(--line-soft);border-radius:14px;background:#0f1018;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05;min-width:0}.hero-code-head{border-bottom:1px solid #2f3042;padding:.58rem .74rem;display:flex;align-items:center;gap:.58rem;color:#8e90a2;font-size:.78rem;font-family:JetBrains Mono,SF Mono,Menlo,monospace}.window-dots{display:inline-flex;gap:.34rem}.window-dots span{width:7px;height:7px;border-radius:50%}.window-dots span:nth-child(1){background:#ff6d68}.window-dots span:nth-child(2){background:#ffbd4a}.window-dots span:nth-child(3){background:#33cf69}.hero-code pre{margin:0;border:0;border-radius:0;background:transparent;padding:1rem;line-height:1.65;color:#c9cce8;font-size:.83rem;white-space:pre-wrap;overflow-wrap:anywhere}.section-divider{border-top:1px solid var(--line);padding:2.1rem 1.2rem}.section-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:800;color:var(--accent)}.section-divider h2{margin:.48rem 0 0;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.18;letter-spacing:-.02em}.section-lead{margin:.35rem 0 0;color:var(--muted);font-size:1.04rem}.home-docker-section{border-top:1px solid var(--line);padding:2.2rem 0 .5rem;scroll-margin-top:88px}.home-docker-panel{border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(165deg,#282930f2,#1c1d22fa);padding:1.35rem 1.35rem 1.5rem;box-shadow:0 18px 48px #00000038}.home-docker-lead{max-width:52rem;margin-top:.55rem;line-height:1.55}.home-docker-body{margin-top:1.15rem;max-width:52rem}.home-docker-h3{margin:1.35rem 0 0;font-size:1.08rem;font-weight:700;letter-spacing:-.02em;color:#f4f4f8}.home-docker-body>.home-docker-h3:first-child{margin-top:0}.home-docker-p{margin:.45rem 0 .65rem;color:var(--muted);font-size:.95rem;line-height:1.58;max-width:48rem}.home-docker-caption{margin:.55rem 0 .28rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9b93c4}.home-docker-note{margin:.5rem 0 0;font-size:.86rem;line-height:1.5;color:#9a9dad;max-width:48rem}.home-docker-footer{margin:1.35rem 0 0;padding-top:1rem;border-top:1px solid var(--line-soft);font-size:.92rem;color:var(--muted);line-height:1.55;max-width:48rem}.home-docker-link{color:var(--accent-soft);text-decoration:underline;text-underline-offset:2px}.home-docker-link:hover{color:#e8e0ff}.home-docker-callout{margin-top:1rem}.vscode-ext-footer{margin-top:1.25rem}.home-docker-body .code-block{margin-top:.45rem}.feature-grid{margin-top:1.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.feature-card{background:linear-gradient(180deg,#24252be6,#1f2025e6);padding:1rem;min-height:178px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.feature-card:nth-child(3n){border-right:0}.feature-card:nth-last-child(-n+3){border-bottom:0}.feature-icon{width:28px;height:28px;border-radius:8px;display:inline-grid;place-items:center;margin-bottom:.76rem;font-size:.82rem;font-weight:800}.feature-icon.violet{background:#302a49;color:#ceb9ff}.feature-icon.mint{background:#243f38;color:#abf2d0}.feature-icon.amber{background:#4a3f26;color:#ffe4a3}.feature-icon.blue{background:#2a394e;color:#b8ddff}.feature-icon.pink{background:#4b2e45;color:#ffc4ee}.feature-icon.gray{background:#353943;color:#d8deeb}.feature-card h3{margin:0;font-size:1.02rem;letter-spacing:-.01em}.feature-card p{margin:.48rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.58}.quickstart-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.05rem 1.2rem}.quickstart-step{padding-right:.4rem}.step-head{display:flex;align-items:center;gap:.6rem}.step-number{width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;background:#ddd4ff;color:#5641a8;font-size:.74rem;font-weight:800}.step-head h3{margin:0;font-size:1.03rem}.step-command{display:block;margin:.46rem 0 0 2.05rem;color:#c4c6cf;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.82rem;white-space:pre-wrap;word-break:break-word}.docs-grid{display:grid;grid-template-columns:232px minmax(0,1fr);gap:1rem;padding:1.2rem;min-width:0}.side-nav{position:sticky;top:92px;align-self:start;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface);padding:.72rem;min-width:0}.side-nav h3{margin:0 0 .58rem;font-size:.92rem;color:#f3f4f8}.side-nav a{display:block;border:1px solid transparent;border-radius:9px;color:var(--muted);font-size:.85rem;font-weight:600;padding:.36rem .5rem}.side-nav a:hover{color:var(--text);border-color:var(--line-soft);background:#ffffff05}.side-nav a.active{color:#f8f9ff;border-color:#5b4e90;background:#9a79ff24}.docs-content{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface);padding:1.1rem;min-width:0}.page-intro{margin-bottom:1rem}.page-title,.docs-content h1{margin:0;font-size:clamp(1.7rem,2.5vw,2.2rem);line-height:1.15;letter-spacing:-.02em}.lead{margin:.6rem 0 0;color:var(--muted);max-width:840px}.breadcrumb{margin-bottom:.34rem;font-size:.81rem;color:#8f92a0}.breadcrumb a{color:#a7aad0}.docs-content h2{margin:1.35rem 0 .5rem;font-size:1.2rem;letter-spacing:-.01em}.docs-content h3{margin:1rem 0 .4rem;font-size:1rem}.docs-content p,.docs-content li{color:#cbced9}.docs-content ul,.docs-content ol{margin:.4rem 0 .9rem;padding-left:1.1rem}.docs-content li{margin-bottom:.36rem}.docs-content a{color:#bca6ff}.inline-code,code,pre,.mono{font-family:JetBrains Mono,SF Mono,Menlo,monospace}.inline-code{border:1px solid #484b56;background:#2b2d34;border-radius:6px;font-size:.82em;padding:.04rem .3rem;color:#e7e8ef}.code-token{white-space:pre}.token-comment{color:#6f758e}.token-string{color:#8fdc95}.token-number{color:#ffbe7a}.token-keyword{color:#c8a6ff}.token-type{color:#7fcbff}.token-builtin{color:#f5dd85}.token-macro{color:#ff8fc4}.token-operator{color:#d3d7e9}.token-punctuation{color:#9ba1ba}.token-identifier{color:#d7d9df}.code-block{position:relative;margin-top:.7rem;max-width:100%}pre{margin:0;overflow:auto;border:1px solid #3f424c;border-radius:12px;background:var(--surface-strong);color:#d7d9df;padding:.9rem;line-height:1.55;font-size:.83rem;scrollbar-width:thin;scrollbar-color:#4a4e5c var(--surface-strong);max-width:100%}pre::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track{background:var(--surface-strong);border-radius:6px}pre::-webkit-scrollbar-thumb{background:#4a4e5c;border-radius:6px;border:2px solid var(--surface-strong)}pre::-webkit-scrollbar-thumb:hover{background:#5a5e70}pre::-webkit-scrollbar-corner{background:var(--surface-strong)}.copy-btn{position:absolute;top:.52rem;right:.52rem;border:1px solid #4a4d57;border-radius:8px;background:#2a2b31;color:#d8dae0;font-size:.72rem;font-weight:700;padding:.22rem .45rem;cursor:pointer}.copy-btn:hover{background:#30323a}.copy-btn[data-copied="1"]{border-color:#6a59a7;color:#d2c8ff}.callout{margin-top:.9rem;border:1px solid #4b4e59;border-left:3px solid #8d70ff;border-radius:11px;background:#2a2b33;color:#d6d8e1;padding:.72rem .86rem}.info-table{width:100%;margin:.85rem 0;border-collapse:collapse;font-size:.9rem}.info-table th,.info-table td{border:1px solid #454852;text-align:left;vertical-align:top;padding:.5rem .56rem}.info-table th{background:#2e3038;color:#f0f1f4}.info-table td{color:#ced1db}.grid-2,.grid-3,.kpi-row{display:grid;gap:.85rem;margin-top:.9rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.kpi{border:1px solid #42444f;border-radius:12px;background:#2a2b33;padding:.86rem}.kpi .value{font-size:1.2rem;font-weight:800}.kpi .label{font-size:.8rem;color:var(--muted)}.site-footer{border-top:1px solid var(--line)}.site-footer-inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:0 1.2rem;border-left:1px solid var(--line);border-right:1px solid var(--line)}.brand-footer .brand-name{font-size:.9rem}.footer-nav{justify-self:center;display:flex;flex-wrap:wrap;gap:.25rem}.footer-nav a{border:1px solid transparent;border-radius:9px;padding:.34rem .58rem;color:var(--muted);font-size:.82rem;font-weight:600}.footer-nav a:hover{color:var(--text);border-color:var(--line-soft);background:#ffffff05}.footer-year{color:#9295a2;font-size:.82rem;white-space:nowrap}.reveal{opacity:0;transform:translateY(10px);animation:fadeUp .35s ease forwards}.reveal.delay-1{animation-delay:70ms}.reveal.delay-2{animation-delay:.12s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 960px){.site-header-inner{grid-template-columns:auto 1fr;gap:.7rem;padding-block:.7rem}.btn-header{grid-column:1 / -1;justify-self:start}.hero-section{grid-template-columns:1fr;gap:1.2rem}.hero-panels{grid-template-columns:1fr;max-width:100%;justify-self:stretch}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.feature-card:nth-child(3n){border-right:1px solid var(--line-soft)}.feature-card:nth-child(2n){border-right:0}.feature-card:nth-last-child(-n+2){border-bottom:0}.quickstart-grid,.docs-grid,.grid-2,.grid-3,.kpi-row{grid-template-columns:1fr}.side-nav{position:static}.site-footer-inner{grid-template-columns:1fr;justify-items:start;padding-block:.7rem}.footer-nav{justify-self:start}}@media (max-width: 640px){.container{width:calc(100% - 1rem)}.site-header-inner,.site-main,.site-footer-inner{border-left:0;border-right:0}.hero-section,.section-divider,.home-docker-section,.docs-grid{padding-left:.86rem;padding-right:.86rem}.home-docker-panel{padding:1.05rem .95rem 1.15rem}.docs-content{padding:.9rem}.info-table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.top-nav,.footer-nav{justify-content:flex-start}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-card:nth-child(2n),.feature-card:nth-child(3n){border-right:0;border-bottom:1px solid var(--line-soft)}.feature-card:last-child{border-bottom:0}}
