@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-primary: #007acc;--color-secondary: #4EC9B0;--color-accent: #61dafbaa;--color-bg: #030303;--color-surface: #0a0a0a;--color-text: #ffffff;--color-text-muted: #888888;--font-sans: "Manrope", sans-serif;--font-mono: "JetBrains Mono", monospace;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 12rem}*{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--color-primary);color:#fff}html{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);overflow-x:hidden;font-size:16px}body{min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#222;border-radius:3px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-brand-gradient{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}main{position:relative;z-index:10}.fixed-logo-container{position:fixed;top:2rem;left:2rem;z-index:50}.navbar-pill{position:fixed;top:2rem;left:50%;transform:translate(-50%)!important;margin-left:-200px;z-index:100}.navbar-pill{left:0;right:0;margin:auto;width:fit-content;transform:none!important}.navbar-inner{background:#0f0f0f99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);padding:.75rem 1.5rem;border-radius:999px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 10px 40px #0006}.nav-link{background:none;border:none;color:var(--color-text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover{color:var(--color-text)}.nav-separator{width:1px;height:16px;background:#ffffff1a}.hero-container{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding-top:5vh}.hero-header{display:flex;flex-direction:column;align-items:center;line-height:.85;margin-bottom:4rem}.hero-title{font-size:clamp(4rem,15vw,16rem);font-weight:800;letter-spacing:-.04em;color:var(--color-text);text-transform:uppercase;margin:0}.hero-title.outline{color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.4)}.hero-description-wrapper{text-align:center;display:flex;flex-direction:column;align-items:center;gap:3rem}.hero-desc{font-size:clamp(1rem,2vw,1.5rem);max-width:600px;color:var(--color-text-muted);font-weight:400;line-height:1.5}.btn-mag-primary{background:var(--color-text);color:var(--color-bg);border:none;padding:1.25rem 3rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s ease}.btn-mag-primary:hover{transform:scale(1.05)}.scroll-indicator{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;letter-spacing:.2em;color:var(--color-text-muted);writing-mode:vertical-rl}.scroll-line{width:1px;background:var(--color-primary)}.features-section{height:300vh;position:relative;background:var(--color-surface)}.sticky-wrapper{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.features-track{display:flex;gap:4rem;padding-left:5vw}.feature-intro{min-width:30vw;display:flex;flex-direction:column;justify-content:center}.feature-intro h2{font-size:4rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.feature-intro p{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem}.scroll-hint{font-family:var(--font-mono);font-size:.875rem;color:var(--color-secondary)}.feature-panel{min-width:40vw;height:60vh;background:#111;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:space-between;padding:3rem;position:relative;transition:background .3s ease}.feature-panel:hover{background:#161616;border-color:#fff3}.feature-id{font-family:var(--font-mono);font-size:1rem;color:var(--color-primary);opacity:.5}.feature-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.feature-desc{font-size:1.125rem;color:var(--color-text-muted);max-width:300px}.quickstart-section{padding:10rem 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.qs-content{margin-bottom:4rem;text-align:center}.qs-title{font-size:3rem;letter-spacing:-.02em;margin-bottom:.5rem}.qs-subtitle{color:var(--color-text-muted);font-size:1.25rem}.terminal-window{background:#0a0a0a;border:1px solid #222;border-radius:12px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 20px 50px #00000080}.terminal-header{background:#111;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #222}.t-dot{width:12px;height:12px;border-radius:50%}.red{background:#ff5f57}.yellow{background:#febc2e}.green{background:#28c840}.t-title{margin-left:1rem;font-family:var(--font-mono);font-size:.8rem;color:#666}.terminal-body{padding:2rem;font-family:var(--font-mono);min-height:300px}.cmd-row{margin-bottom:1.5rem}.cmd-line{display:flex;gap:.75rem;margin-bottom:.5rem;color:#fff}.prompt{color:var(--color-secondary)}.cmd-output{color:var(--color-text-muted);font-size:.9em;padding-left:1.5rem}.qs-actions{margin-top:4rem;text-align:center}.docs-link{color:var(--color-text);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}.docs-link:hover{border-color:var(--color-primary)}.hotkeys-section{padding:10rem 0;perspective:1000px}.hotkeys-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.tilt-card{background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem 2rem;width:300px;text-align:center;cursor:default;box-shadow:0 20px 40px #0006}.hk-card-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.keys-row{display:flex;gap:.5rem}.key-cap{background:#000;border:1px solid #333;border-bottom:4px solid #333;color:#fff;padding:.75rem 1rem;border-radius:8px;font-family:var(--font-mono);font-weight:600;min-width:3rem;font-size:.9rem}.hk-action{font-size:1.1rem;color:var(--color-text-muted);font-weight:500}.big-footer{background:#050505;padding:10rem 0 4rem;border-top:1px solid #111}.footer-inner{display:flex;flex-direction:column;gap:8rem}.footer-callout{display:flex;justify-content:space-between;align-items:flex-end}.footer-callout h2{font-size:8rem;line-height:.8;font-weight:800;color:#1a1a1a;transition:color .5s ease}.footer-callout:hover h2{color:#fff}.scroll-top-btn{width:6rem;height:6rem;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;cursor:pointer;transition:transform .3s ease}.scroll-top-btn:hover{transform:scale(1.1)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #111;padding-top:2rem;color:#444}.footer-brand{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono)}.footer-links{display:flex;gap:2rem}.footer-links a{color:#444;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}@media(max-width:768px){.footer-callout h2{font-size:4rem}}.docs-page{color:var(--color-text)}.docs-hero{padding:10rem 0 6rem;background:radial-gradient(circle at 15% 20%,rgba(0,122,204,.25),transparent 45%),radial-gradient(circle at 85% 10%,rgba(78,201,176,.2),transparent 40%)}.docs-kicker{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.3em;color:var(--color-secondary)}.docs-hero h1{font-size:clamp(2.5rem,4vw,4rem);margin:1.5rem 0 1rem;letter-spacing:-.02em}.docs-hero p{max-width:700px;font-size:1.1rem;color:var(--color-text-muted);line-height:1.6}.docs-hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.docs-cta{padding:.9rem 2rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);text-decoration:none;color:var(--color-text);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.docs-cta.primary{background:var(--color-text);color:var(--color-bg);border-color:transparent}.docs-section{padding:6rem 0}.docs-section.dark{background:var(--color-surface)}.docs-section-header{margin-bottom:3rem}.docs-section-header p{color:var(--color-text-muted);margin-top:.75rem}.docs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.docs-card{background:#0a0a0ae6;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:2.5rem;min-height:240px;box-shadow:0 20px 50px #00000059}.docs-card h2{font-size:1.5rem;margin-bottom:1rem}.docs-card p{color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.docs-card ul{list-style:none;display:grid;gap:.75rem;color:var(--color-text-muted);font-size:.95rem}.docs-card ul li:before{content:"•";color:var(--color-secondary);margin-right:.6rem}.docs-card pre{background:#0b0b0b;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.85rem;color:#d0d0d0;white-space:pre-wrap;line-height:1.6}.docs-note{color:var(--color-text-muted);margin:.75rem 0 1rem;font-size:.95rem}.docs-env{display:grid;gap:.75rem;margin-top:1rem}.env-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;background:#ffffff0a;border-radius:10px;padding:.75rem 1rem;font-family:var(--font-mono);font-size:.85rem}.env-row span:last-child{text-align:right;color:var(--color-text-muted);max-width:55%;overflow-wrap:anywhere}.docs-split{display:flex;flex-direction:column;gap:1.5rem}.pill{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-secondary);margin-bottom:.75rem}.docs-diagram{background:#0b0b0b;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:2rem;overflow-x:auto}.docs-diagram svg{width:100%;height:auto}.node{fill:#0a0a0ae6;stroke:#fff3;stroke-width:1.5}.node-title{fill:#fff;font-size:16px;font-family:var(--font-sans);font-weight:600}.node-sub{fill:#888;font-size:12px;font-family:var(--font-mono)}.link{stroke:#4ec9b0;stroke-width:2}.docs-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.stack{display:grid;gap:.75rem;margin-top:1.5rem}.stack-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:.85rem 1rem;border-radius:12px;background:#ffffff0a;font-size:.95rem;color:var(--color-text-muted)}.stack-row span:first-child{color:var(--color-text);font-weight:600}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.module-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.5rem;background:#0a0a0ad9}.module-card span{display:block;font-family:var(--font-mono);color:var(--color-secondary);margin-bottom:.75rem}.module-card p{color:var(--color-text-muted);line-height:1.5}@media(max-width:1100px){.docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-columns{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.docs-hero{padding:8rem 0 5rem}.docs-grid{grid-template-columns:1fr}.docs-split{flex-direction:column}.module-grid,.stack-row{grid-template-columns:1fr}}
