.landing-container{width:100%;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.landing-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1536px){.landing-container{max-width:90%}}@media (min-width:1920px){.landing-container{max-width:85%}}@media (min-width:2560px){.landing-container{max-width:80%}}.landing-btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px rgba(0,0,0,.05)}[data-theme=dark] .landing-btn-primary{background:#ffffff;color:#000000}[data-theme=dark] .landing-btn-primary:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.15)}[data-theme=light] .landing-btn-primary{background:#18181b;color:#ffffff}[data-theme=light] .landing-btn-primary:hover{background:#27272a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.landing-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:500;font-size:1rem;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent}[data-theme=dark] .landing-btn-ghost{border:1px solid rgba(255,255,255,.15);color:#ffffff}[data-theme=dark] .landing-btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25);transform:translateY(-1px)}[data-theme=light] .landing-btn-ghost{border:1px solid rgba(0,0,0,.12);color:#18181b}[data-theme=light] .landing-btn-ghost:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.2);transform:translateY(-1px)}.landing-btn-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:.625rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent}[data-theme=dark] .landing-btn-icon{border:1px solid rgba(255,255,255,.1);color:#a1a1aa}[data-theme=dark] .landing-btn-icon:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#ffffff}[data-theme=light] .landing-btn-icon{border:1px solid rgba(0,0,0,.08);color:#71717a}[data-theme=light] .landing-btn-icon:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.15);color:#18181b}.landing-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:500;font-size:1rem;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent}[data-theme=dark] .landing-btn-secondary{border:1px solid rgba(255,255,255,.2);color:#ffffff}[data-theme=dark] .landing-btn-secondary:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3)}[data-theme=light] .landing-btn-secondary{border:1px solid rgba(0,0,0,.15);color:#18181b}[data-theme=light] .landing-btn-secondary:hover{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.25)}.landing-terminal{position:relative;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.landing-terminal:hover{transform:scale(1.02)}[data-theme=dark] .landing-terminal{background:linear-gradient(180deg,#0a0a0a,#111111);border:1px solid #262626;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 20px 50px -10px rgba(0,0,0,.5),0 0 100px -20px rgba(59,130,246,.15)}[data-theme=light] .landing-terminal{background:linear-gradient(180deg,#ffffff,#fafafa);border:1px solid #e5e7eb;box-shadow:0 0 0 1px rgba(0,0,0,.03),0 20px 50px -10px rgba(0,0,0,.1),0 0 80px -20px rgba(139,92,246,.1)}.landing-terminal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}[data-theme=dark] .landing-terminal-header{background:linear-gradient(180deg,#171717,#141414);border-bottom:1px solid #262626}[data-theme=light] .landing-terminal-header{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.landing-terminal-dots{display:flex;gap:.5rem}.landing-terminal-dot{width:.75rem;height:.75rem;border-radius:50%;transition:transform .2s ease}.landing-terminal-dot:hover{transform:scale(1.2)}.landing-terminal-dot.red{background:#ef4444}.landing-terminal-dot.yellow{background:#eab308}.landing-terminal-dot.green{background:#22c55e}.landing-terminal-content{padding:1rem 1.25rem;min-height:280px;font-family:var(--font-geist-mono),monospace;font-size:.875rem;line-height:1.7}[data-theme=dark] .landing-terminal-content{background:#0a0a0a}[data-theme=light] .landing-terminal-content{background:#ffffff}.landing-card-accent{position:relative;padding:1.5rem;border-radius:1rem;transition:all .3s ease;overflow:hidden}.landing-card-accent:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px 0 0 3px}[data-theme=dark] .landing-card-accent{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .landing-card-accent:before{background:linear-gradient(180deg,#3b82f6,#8b5cf6)}[data-theme=dark] .landing-card-accent:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1);transform:translateX(4px)}[data-theme=light] .landing-card-accent{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.05)}[data-theme=light] .landing-card-accent:before{background:linear-gradient(180deg,#7c3aed,#3b82f6)}[data-theme=light] .landing-card-accent:hover{background:rgba(255,255,255,1);box-shadow:0 4px 20px rgba(139,92,246,.1);transform:translateX(4px)}.landing-card-gradient{position:relative;padding:1.5rem;border-radius:1rem;transition:all .3s ease;background-clip:padding-box}[data-theme=dark] .landing-card-gradient{background:rgba(255,255,255,.02);border:1px solid transparent;background-image:linear-gradient(rgba(10,10,10,1),rgba(10,10,10,1)),linear-gradient(135deg,rgba(59,130,246,.3),rgba(139,92,246,.3));background-origin:border-box;background-clip:padding-box,border-box}[data-theme=dark] .landing-card-gradient:hover{background-image:linear-gradient(rgba(20,20,20,1),rgba(20,20,20,1)),linear-gradient(135deg,rgba(59,130,246,.5),rgba(139,92,246,.5));transform:translateY(-4px)}[data-theme=light] .landing-card-gradient{background:rgba(255,255,255,.9);border:1px solid transparent;background-image:linear-gradient(white,white),linear-gradient(135deg,rgba(139,92,246,.2),rgba(59,130,246,.2));background-origin:border-box;background-clip:padding-box,border-box}[data-theme=light] .landing-card-gradient:hover{background-image:linear-gradient(white,white),linear-gradient(135deg,rgba(139,92,246,.4),rgba(59,130,246,.4));transform:translateY(-4px);box-shadow:0 8px 24px rgba(139,92,246,.12)}.landing-tech-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;transition:all .2s ease}[data-theme=dark] .landing-tech-badge{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#d4d4d8}[data-theme=dark] .landing-tech-badge:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15)}[data-theme=light] .landing-tech-badge{background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.1);color:#52525b}[data-theme=light] .landing-tech-badge:hover{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2)}.landing-metric-card{text-align:center;padding:2rem 1.5rem;border-radius:1rem;transition:all .3s ease}[data-theme=dark] .landing-metric-card{background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(139,92,246,.08));border:1px solid rgba(255,255,255,.05)}[data-theme=dark] .landing-metric-card:hover{border-color:rgba(59,130,246,.2);transform:translateY(-4px)}[data-theme=light] .landing-metric-card{background:linear-gradient(135deg,rgba(139,92,246,.04),rgba(59,130,246,.06));border:1px solid rgba(139,92,246,.08)}[data-theme=light] .landing-metric-card:hover{border-color:rgba(139,92,246,.2);transform:translateY(-4px);box-shadow:0 8px 24px rgba(139,92,246,.1)}.landing-metric-value{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}[data-theme=dark] .landing-metric-value{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .landing-metric-value{background:linear-gradient(135deg,#7c3aed,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}@media (max-width:768px){.landing-steps-container{grid-template-columns:1fr;gap:3rem}}.landing-step-card{position:relative;padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease}[data-theme=dark] .landing-step-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .landing-step-card:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1);transform:translateY(-4px)}[data-theme=light] .landing-step-card{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .landing-step-card:hover{background:rgba(255,255,255,1);border-color:rgba(139,92,246,.2);transform:translateY(-4px);box-shadow:0 8px 24px rgba(139,92,246,.1)}.landing-step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;transition:all .3s ease}[data-theme=dark] .landing-step-number{background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));color:#ffffff;border:1px solid rgba(59,130,246,.3)}[data-theme=light] .landing-step-number{background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(59,130,246,.15));color:#7c3aed;border:1px solid rgba(139,92,246,.3)}.landing-step-card:hover .landing-step-number{transform:scale(1.1)}.landing-steps-connector{position:absolute;top:3.5rem;left:25%;right:25%;height:2px;z-index:0}[data-theme=dark] .landing-steps-connector{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}[data-theme=light] .landing-steps-connector{background:linear-gradient(90deg,transparent,rgba(139,92,246,.2),transparent)}@media (max-width:768px){.landing-steps-connector{display:none}}.landing-discover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:768px){.landing-discover-grid{grid-template-columns:1fr}}.landing-discover-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:1rem;transition:all .3s ease}[data-theme=dark] .landing-discover-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .landing-discover-card:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}[data-theme=light] .landing-discover-card{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.05)}[data-theme=light] .landing-discover-card:hover{background:rgba(255,255,255,1);border-color:rgba(139,92,246,.15);box-shadow:0 4px 12px rgba(139,92,246,.08)}.landing-discover-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center}[data-theme=dark] .landing-discover-icon{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(139,92,246,.15));color:#60a5fa}[data-theme=light] .landing-discover-icon{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(59,130,246,.1));color:#7c3aed}.landing-section-label{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:1rem}[data-theme=dark] .landing-section-label{background:rgba(59,130,246,.1);color:#60a5fa;border:1px solid rgba(59,130,246,.2)}[data-theme=light] .landing-section-label{background:rgba(139,92,246,.08);color:#7c3aed;border:1px solid rgba(139,92,246,.15)}[data-theme=light] .glass-card{background:rgba(255,255,255,.85)!important;border:1px solid rgba(139,92,246,.1)!important;box-shadow:0 1px 2px rgba(0,0,0,.03),0 4px 12px rgba(139,92,246,.05)!important}[data-theme=light] .glass-card:hover{border-color:rgba(139,92,246,.2)!important;box-shadow:0 4px 16px rgba(139,92,246,.1)!important}.landing-cta-section{position:relative;padding:4rem 2rem;border-radius:1.5rem;text-align:center;overflow:hidden}[data-theme=dark] .landing-cta-section{background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(139,92,246,.08));border:1px solid rgba(255,255,255,.06)}[data-theme=light] .landing-cta-section{background:linear-gradient(135deg,rgba(139,92,246,.04),rgba(59,130,246,.06));border:1px solid rgba(139,92,246,.1)}@media (max-width:640px){.landing-btn-ghost,.landing-btn-primary,.landing-btn-secondary{width:100%;justify-content:center}.landing-cta-section{padding:2.5rem 1.5rem}.landing-metric-value{font-size:2rem}}@media (min-width:1920px){.landing-btn-ghost,.landing-btn-primary,.landing-btn-secondary{padding:1.25rem 3rem;font-size:1.25rem;border-radius:1rem;gap:.75rem}.landing-section-label{padding:.625rem 1.5rem;font-size:1rem;gap:.625rem}.landing-card-accent,.landing-card-gradient{padding:2.5rem;border-radius:1.5rem}.landing-step-card{padding:3rem;border-radius:1.5rem}.landing-step-number{width:4.5rem;height:4.5rem;font-size:2rem;margin-bottom:1.5rem}.landing-discover-card{padding:2.5rem;gap:1.5rem;border-radius:1.25rem}.landing-discover-icon{width:4rem;height:4rem;border-radius:1rem}.landing-metric-card{padding:3rem 2.5rem;border-radius:1.5rem}.landing-metric-value{font-size:4rem;margin-bottom:.75rem}.landing-tech-badge{padding:.875rem 1.75rem;font-size:1.125rem;gap:.625rem}.landing-terminal{border-radius:1.5rem}.landing-terminal-header{padding:1.25rem 1.5rem}.landing-terminal-content{padding:2rem 2.5rem;min-height:400px;font-size:1.125rem;line-height:1.9}.landing-terminal-dot{width:1rem;height:1rem;gap:.625rem}.landing-cta-section{padding:6rem 4rem;border-radius:2.5rem}.landing-steps-container{gap:4rem}.landing-discover-grid{gap:2.5rem}.glass-card{padding:2.5rem!important;border-radius:1.5rem!important}}@media (min-width:2560px){.landing-btn-ghost,.landing-btn-primary,.landing-btn-secondary{padding:1.5rem 4rem;font-size:1.5rem;border-radius:1.25rem;gap:1rem}.landing-section-label{padding:.875rem 2rem;font-size:1.125rem;gap:.75rem}.landing-card-accent,.landing-card-gradient{padding:3.5rem;border-radius:2rem}.landing-step-card{padding:4rem;border-radius:2rem}.landing-step-number{width:6rem;height:6rem;font-size:2.5rem;margin-bottom:2rem}.landing-discover-card{padding:3rem;gap:2rem;border-radius:1.5rem}.landing-discover-icon{width:5rem;height:5rem;border-radius:1.25rem}.landing-metric-card{padding:4rem 3rem;border-radius:2rem}.landing-metric-value{font-size:5rem;margin-bottom:1rem}.landing-tech-badge{padding:1rem 2.25rem;font-size:1.375rem;gap:.875rem}.landing-terminal{border-radius:2rem}.landing-terminal-header{padding:1.5rem 2rem}.landing-terminal-content{padding:2.5rem 3rem;min-height:500px;font-size:1.375rem;line-height:2}.landing-terminal-dot{width:1.25rem;height:1.25rem}.landing-terminal-dots{gap:.75rem}.landing-cta-section{padding:8rem 6rem;border-radius:3rem}.landing-steps-container{gap:6rem}.landing-discover-grid{gap:3rem;grid-template-columns:repeat(3,1fr)}.landing-steps-connector{top:5rem;height:3px}.glass-card{padding:3.5rem!important;border-radius:2rem!important}}@media (min-width:3840px){.landing-btn-ghost,.landing-btn-primary,.landing-btn-secondary{padding:2rem 5rem;font-size:1.75rem;border-radius:1.5rem;gap:1.25rem}.landing-section-label{padding:1rem 2.5rem;font-size:1.375rem;gap:1rem}.landing-card-accent,.landing-card-gradient{padding:4.5rem;border-radius:2.5rem}.landing-step-card{padding:5rem;border-radius:2.5rem}.landing-step-number{width:7rem;height:7rem;font-size:3rem;margin-bottom:2.5rem}.landing-discover-card{padding:4rem;gap:2.5rem;border-radius:2rem}.landing-discover-icon{width:6rem;height:6rem;border-radius:1.5rem}.landing-metric-card{padding:5rem 4rem;border-radius:2.5rem}.landing-metric-value{font-size:6rem;margin-bottom:1.25rem}.landing-tech-badge{padding:1.25rem 3rem;font-size:1.625rem;gap:1rem}.landing-terminal{border-radius:2.5rem}.landing-terminal-header{padding:2rem 2.5rem}.landing-terminal-content{padding:3rem 4rem;min-height:600px;font-size:1.625rem;line-height:2.2}.landing-terminal-dot{width:1.5rem;height:1.5rem}.landing-terminal-dots{gap:1rem}.landing-cta-section{padding:10rem 8rem;border-radius:4rem}.landing-steps-container{gap:8rem}.landing-discover-grid{gap:4rem}.landing-steps-connector{top:6rem;height:4px}.glass-card{padding:5rem!important;border-radius:2.5rem!important}}.docs-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:.875rem;transition:all .2s ease}[data-theme=dark] .docs-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .docs-card:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);transform:translateY(-2px)}[data-theme=light] .docs-card{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.05)}[data-theme=light] .docs-card:hover{background:rgba(255,255,255,1);border-color:rgba(139,92,246,.15);box-shadow:0 4px 12px rgba(139,92,246,.08);transform:translateY(-2px)}.docs-card-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center}.docs-card-content{flex:1;min-width:0}.docs-page{min-height:100vh}.docs-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.docs-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.docs-toc{position:sticky;top:5rem;padding:1.5rem;border-radius:1rem;max-height:calc(100vh - 8rem);overflow-y:auto}[data-theme=dark] .docs-toc{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=light] .docs-toc{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.05)}.docs-toc-item{display:block;padding:.5rem .75rem;margin-bottom:.25rem;border-radius:.5rem;font-size:.875rem;color:var(--color-fg-secondary);text-decoration:none;transition:all .15s ease}.docs-toc-item:hover{background:var(--color-bg-tertiary);color:var(--color-fg)}.docs-toc-item.active{background:var(--color-primary-bg);color:var(--color-primary)}.docs-content{line-height:1.75}.docs-content h2{font-size:1.5rem;font-weight:700;margin-top:3rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid var(--color-border);color:var(--color-fg)}.docs-content h2:first-child{margin-top:0;padding-top:0;border-top:none}.docs-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.docs-content h3,.docs-content h4{font-weight:600;color:var(--color-fg)}.docs-content h4{font-size:1rem;margin-top:1.5rem;margin-bottom:.5rem}.docs-content ol,.docs-content p,.docs-content ul{margin-bottom:1rem;color:var(--color-fg-secondary)}.docs-content ol,.docs-content ul{padding-left:1.5rem}.docs-content li{margin-bottom:.5rem}.docs-content code{font-family:var(--font-geist-mono),monospace;font-size:.875em;padding:.125rem .375rem;border-radius:.25rem}[data-theme=dark] .docs-content code{background:rgba(255,255,255,.08);color:#e879f9}[data-theme=light] .docs-content code{background:rgba(139,92,246,.08);color:#7c3aed}.docs-content pre{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:.75rem;overflow-x:auto;font-family:var(--font-geist-mono),monospace;font-size:.875rem;line-height:1.6}[data-theme=dark] .docs-content pre{background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.06)}[data-theme=light] .docs-content pre{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.06)}.docs-content pre code{background:none;padding:0;color:inherit}.docs-table{width:100%;margin-bottom:1.5rem;border-collapse:collapse;font-size:.875rem}.docs-table td,.docs-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.docs-table th{font-weight:600;color:var(--color-fg)}[data-theme=dark] .docs-table th{background:rgba(255,255,255,.02)}[data-theme=light] .docs-table th{background:rgba(0,0,0,.02)}.docs-table td{color:var(--color-fg-secondary)}.docs-section-card{padding:1.5rem;border-radius:1rem;margin-bottom:1.5rem}[data-theme=dark] .docs-section-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}[data-theme=light] .docs-section-card{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.05)}@media (min-width:1920px){.docs-card{padding:1.75rem;gap:1.25rem;border-radius:1rem}.docs-card-icon{width:3.5rem;height:3.5rem;border-radius:.875rem}.docs-container{max-width:1100px;padding:3rem 2rem 5rem}}@media (min-width:2560px){.docs-card{padding:2.25rem;gap:1.5rem;border-radius:1.25rem}.docs-card-icon{width:4rem;height:4rem;border-radius:1rem}.docs-container{max-width:1400px;padding:4rem 2.5rem 6rem}}