:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--primary:250 85% 60%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:280 85% 65%;--accent-foreground:0 0% 98%;--border:240 5.9% 90%;--sidebar-bg:0 0% 98%;--radius:.75rem;--font-sans:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace}@media (prefers-color-scheme:dark){:root{--background:224 71% 4%;--foreground:210 40% 98%;--card:224 71% 7%;--card-foreground:210 40% 98%;--primary:263 70% 50%;--primary-foreground:210 40% 98%;--secondary:217 19% 27%;--secondary-foreground:210 40% 98%;--muted:215 25% 15%;--muted-foreground:215 20% 65%;--accent:280 80% 65%;--border:217 19% 15%;--sidebar-bg:224 71% 5%}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}.visible-mobile{display:none}.hidden-mobile{display:flex}@media (max-width:768px){.visible-mobile{display:flex}.hidden-mobile{display:none}}.main-layout{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.navbar{z-index:50;border-bottom:1px solid #0000;height:4rem;transition:all .3s;position:sticky;top:0}.glass{-webkit-backdrop-filter:blur(12px);border-bottom-color:hsla(var(--border),.5);background:#ffffffb3}@media (prefers-color-scheme:dark){.glass{border-bottom-color:hsla(var(--border),.3);background:#030712b3}}.navbar-content{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:hsl(var(--primary))}.nav-link.active:after{content:"";background:hsl(var(--primary));border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.icon-link{color:hsl(var(--foreground));opacity:.7;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.icon-link:hover{opacity:1;color:hsl(var(--primary))}.mobile-menu-btn{cursor:pointer;z-index:60;background:0 0;border:none;padding:.5rem}.hamburger{cursor:pointer;width:24px;height:20px;transition:all .5s ease-in-out;position:relative;transform:rotate(0)}.hamburger span{background:hsl(var(--foreground));opacity:1;border-radius:9px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.open span:first-child{top:9px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:9px;transform:rotate(-135deg)}.mobile-nav-overlay{background:hsl(var(--background));z-index:55;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100vh;padding-top:4rem;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-links{text-align:center;flex-direction:column;gap:2rem;display:flex}.mobile-nav-link{color:hsl(var(--foreground));font-size:1.5rem;font-weight:600}.mobile-nav-link:hover{color:hsl(var(--primary))}.hero-section{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:6rem 1rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg-glow{background:radial-gradient(circle,hsla(var(--primary),.2)0%,transparent 70%);filter:blur(80px);z-index:-1;width:80vw;max-width:800px;height:80vw;max-height:800px;animation:8s infinite alternate pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:1;max-width:800px;margin-bottom:3rem}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-subtitle{color:hsl(var(--muted-foreground));max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-section{padding-top:4rem}}.badge{background:hsla(var(--primary),.1);color:hsl(var(--primary));border:1px solid hsla(var(--primary),.2);border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:500;transition:transform .2s;display:inline-block}.badge:hover{transform:scale(1.05)}.text-gradient{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn{border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-primary{background:hsl(var(--primary));color:#fff;box-shadow:0 4px 14px 0 hsla(var(--primary),.4)}.btn-primary:hover{box-shadow:0 6px 20px hsla(var(--primary),.5);transform:translateY(-2px)}.btn-outline{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0}.btn-outline:hover{border-color:hsl(var(--foreground));background:hsla(var(--foreground),.05);transform:translateY(-2px)}.terminal-wrapper{perspective:1000px;width:100%;max-width:800px;margin:0 auto;padding:0 1rem}.terminal-window{background:#0d1117;border:1px solid #30363d;border-radius:.75rem;transition:transform .5s;overflow:hidden;transform:rotateX(5deg);box-shadow:0 20px 40px -10px #00000080}.terminal-window:hover{transform:rotateX(0)}.terminal-header{background:#161b22;border-bottom:1px solid #30363d;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-body{font-family:var(--font-mono);text-align:left;color:#c9d1d9;padding:1.5rem;font-size:.9rem;line-height:1.6}.cmd-line{gap:.5rem;margin-bottom:.5rem;display:flex}.prompt{color:#27c93f;font-weight:700}.cmd{color:#e6edf3}.output{margin-bottom:.25rem}.output.dim{color:#8b949e}.output .blue{color:#58a6ff}.output .purple{color:#bc8cff}.output .green{color:#27c93f}.output.flex-row{flex-wrap:wrap;gap:.5rem;display:flex}.file-link{border-bottom:1px dashed #8b949e;text-decoration:underline}.typing-cursor:after{content:"▋";color:hsl(var(--primary));animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.footer{border-top:1px solid hsl(var(--border));background:hsla(var(--muted),.3);margin-top:auto;padding:3rem 1.5rem}.footer-content{text-align:center;flex-direction:column;gap:2rem;display:flex}@media (min-width:768px){.footer-content{text-align:left;flex-direction:row;justify-content:space-between}}.brand-name{margin-bottom:.25rem;font-weight:700;display:block}.footer p{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.footer-links{color:hsl(var(--muted-foreground));justify-content:center;gap:1.5rem;font-size:.875rem;display:flex}.footer-links a:hover{color:hsl(var(--foreground))}@keyframes pulse-glow{0%{opacity:.5;transform:translate(-50%,-50%)scale(.9)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)rotateX(20deg)}to{opacity:1;transform:translateY(0)rotateX(5deg)}}.animate-fade-in{animation:1s ease-out forwards fade-in}.animate-slide-up{opacity:0;animation:1s ease-out .3s forwards slide-up}.docs-layout{flex:1;width:100%;max-width:1280px;margin:0 auto;display:flex;position:relative}.sidebar{border-right:1px solid hsla(var(--border),.5);background:hsl(var(--background));z-index:40;flex-shrink:0;width:280px;height:calc(100vh - 5rem);padding:2rem 1.5rem;transition:transform .3s;position:sticky;top:5rem;overflow-y:auto}.sidebar-section{margin-bottom:2.5rem}.sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground));opacity:.8;margin-bottom:1rem;font-size:.75rem;font-weight:700}.sidebar-link{color:hsl(var(--muted-foreground));border-radius:4px;padding:.4rem .5rem;font-size:.9rem;transition:all .2s;display:block}.sidebar-link:hover,.sidebar-link.active{color:hsl(var(--primary));background:hsla(var(--primary),.1);transform:translate(4px)}.docs-main{flex:1;min-width:0;padding:2.5rem 1.5rem 4rem 3rem}.sidebar-toggle{background:hsl(var(--card));border:none;border-bottom:1px solid hsl(var(--border));width:100%;color:hsl(var(--foreground));text-align:left;cursor:pointer;z-index:30;padding:1rem;font-weight:600;display:none;position:sticky;top:4rem}.sidebar-backdrop{z-index:35;opacity:0;background:#00000080;width:100%;height:100vh;animation:.2s forwards fade-in;position:fixed;top:0;left:0}@media (max-width:768px){.docs-layout{flex-direction:column}.sidebar{height:100vh;padding-top:5rem;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 10px #0000001a}.sidebar.open{transform:translate(0)}.docs-main{padding:2rem 1.5rem}.sidebar-toggle{display:block}}.doc-page{animation:.5s ease-out fade-in}.doc-header{border-bottom:1px solid hsla(var(--border),.5);margin-bottom:3rem;padding-bottom:2rem}.doc-title{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.doc-lead{color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.7}.doc-section{margin-bottom:3rem}.doc-section h2{border-bottom:1px solid hsla(var(--border),.3);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem}.doc-section p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.code-block-wrapper{background:#0d1117;border:1px solid #30363d;border-radius:.75rem;margin:1.5rem 0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.code-header{background:#161b22;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.code-lang{font-family:var(--font-mono);color:#8b949e;font-size:.75rem}.copy-btn{color:#8b949e;cursor:pointer;background:0 0;border:1px solid #30363d;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;transition:all .2s}.copy-btn:hover{color:#c9d1d9;background:#21262d}.code-content{box-shadow:none;background:0 0;border:none;margin:0;padding:1rem;overflow-x:auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.feature-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;transition:all .3s}.feature-card:hover{border-color:hsl(var(--primary));box-shadow:0 10px 30px hsla(var(--primary),.15);transform:translateY(-5px)}.feature-icon{background:hsla(var(--primary),.1);width:3rem;height:3rem;color:hsl(var(--primary));border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)rotate(5deg)}.feature-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-desc{color:hsl(var(--muted-foreground));margin:0;font-size:.95rem}.doc-footer{border-top:1px solid hsla(var(--border),.5);color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:2rem;font-size:.875rem;display:flex}.doc-footer a:hover{color:hsl(var(--foreground));text-decoration:underline}
