:root{--background:0 0% 100%;--foreground:220 15% 10%;--card:0 0% 100%;--card-foreground:220 15% 10%;--primary:250 85% 60%;--primary-foreground:0 0% 100%;--secondary:220 15% 96%;--secondary-foreground:220 15% 10%;--muted:220 15% 96%;--muted-foreground:220 10% 45%;--accent:280 85% 65%;--accent-foreground:0 0% 100%;--border:220 15% 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:250 90% 65%;--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}a{color:inherit;text-decoration:none;transition:color .2s}.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 hsla(var(--border),.5);height:4rem;transition:all .3s;position:sticky;top:0}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc}@media (prefers-color-scheme:dark){.glass{border-bottom:1px solid 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{gap:2rem;display:flex}.nav-link{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.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;display:flex;position:relative;overflow:hidden}.hero-bg-glow{background:hsla(var(--primary),.15);filter:blur(100px);z-index:-1;border-radius:50%;width:600px;height:600px;animation:5s infinite alternate pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{max-width:800px;margin-bottom:4rem}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;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{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.hero-title{font-size:2.5rem}.nav-links{display:none}}.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;display:inline-block}.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;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);background:hsl(var(--primary));transform:translateY(-1px)}.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)}.terminal-wrapper{perspective:1000px;width:100%;max-width:800px}.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{gap:.5rem;display:flex}.file-link{border-bottom:1px dashed #8b949e;text-decoration:underline}.footer{border-top:1px solid hsl(var(--border));background:hsla(var(--muted),.3);padding:3rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.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));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;padding:0 1.5rem;display:flex}.sidebar{border-right:1px solid hsla(var(--border),.5);flex-shrink:0;width:280px;height:calc(100vh - 5rem);padding:2rem 1.5rem 2rem 0;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));padding:.4rem 0;font-size:.9rem;transition:all .2s;display:block}.sidebar-link:hover{color:hsl(var(--primary));transform:translate(4px)}.docs-main{flex:1;min-width:0;padding:2.5rem 0 4rem 3rem}@media (max-width:768px){.sidebar{display:none}.docs-main{padding-left:0}}.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}.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(300px,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 .2s}.feature-card:hover{border-color:hsl(var(--primary));box-shadow:0 4px 20px hsla(var(--primary),.1)}.feature-icon{background:hsla(var(--primary),.1);width:3rem;height:3rem;color:hsl(var(--primary));border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-title{margin-bottom:.5rem;font-size:1.1rem}.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));justify-content:space-between;margin-top:4rem;padding-top:2rem;font-size:.875rem;display:flex}.doc-footer a:hover{color:hsl(var(--foreground));text-decoration:underline}
