:root{--primary:#4f46e5;--primary-light:#eef2ff;--primary-dark:#3730a3;--bg:#ffffff;--surface:#f8fafc;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--radius:5px;--radius-sm:4px;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow:0 4px 24px rgba(15,23,42,0.08);--shadow-lg:0 20px 60px rgba(15,23,42,0.12);--font-body:'Inter',sans-serif;--font-heading:'Space Grotesk',sans-serif}[data-bs-theme=dark]{--bg:#0b0f19;--surface:#111827;--text:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#1f2937;--shadow:0 4px 24px rgba(0,0,0,0.35);--shadow-lg:0 20px 60px rgba(0,0,0,0.45);--bs-light-rgb:#111827;--bs-bg-opacity:1}.hero-api{padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-api .bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.hero-api .blob-1{width:500px;height:500px;background:#c7d2fe;top:-100px;right:-100px}.hero-api .blob-2{width:400px;height:400px;background:#fbcfe8;bottom:-80px;left:-80px}[data-bs-theme=dark] .hero-api .blob-1{background:#312e81;opacity:.25}[data-bs-theme=dark] .hero-api .blob-2{background:#4c1d95;opacity:.15}.hero-api h1{font-size:clamp(2.2rem, 4.5vw, 3.5rem);margin-bottom:1.25rem}.hero-api .lead{font-size:1.2rem;color:var(--text-secondary);max-width:520px;margin-bottom:1.5rem}.code-block{background:#0f172a;border-radius:var(--radius);padding:1.5rem;font-family:'SF Mono','Fira Code',monospace;font-size:.85rem;line-height:1.6;color:#e2e8f0;overflow-x:auto;white-space:pre}.code-block .comment{color:#64748b}.code-block .string{color:#a5b4fc}.code-block .prompt{color:#94a3b8}.code-block .keyword{color:#f472b6}.code-block .number{color:#86efac}.endpoint-list{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.endpoint-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-family:'SF Mono','Fira Code',monospace;font-size:.82rem;color:var(--text-secondary);border-bottom:1px solid var(--border)}.endpoint-item:last-child{border-bottom:none}.endpoint-method{font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase;min-width:48px;text-align:center}.endpoint-method.get{background:#dcfce7;color:#166534}.endpoint-method.post{background:#dbeafe;color:#1e40af}.endpoint-method.patch{background:#fef3c7;color:#92400e}.endpoint-method.delete{background:#fee2e2;color:#991b1b}.info-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;height:100%}.info-card .icon{width:44px;height:44px;border-radius:12px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.info-card h4{font-size:1.1rem;margin-bottom:.5rem}.info-card p{color:var(--text-secondary);font-size:.95rem;margin:0}.docs-visual{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.docs-visual-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.docs-visual-header .dot{width:8px;height:8px;border-radius:50%}.docs-visual-header .dot.red{background:#ef4444}.docs-visual-header .dot.yellow{background:#f59e0b}.docs-visual-header .dot.green{background:#22c55e}.docs-visual-header span{font-weight:600;font-size:.85rem;color:var(--text)}.docs-visual-row{padding:.5rem 0;font-size:.85rem;color:var(--text-secondary);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem}.docs-visual-row:last-child{border-bottom:none}.docs-visual-row .method{font-size:.65rem;font-weight:600;padding:.1rem .35rem;border-radius:3px;text-transform:uppercase;min-width:40px;text-align:center}.docs-visual-row .method.get{background:#dcfce7;color:#166534}.docs-visual-row .method.post{background:#dbeafe;color:#1e40af}.docs-visual-row .method.delete{background:#fee2e2;color:#991b1b}.docs-visual-row .method.patch{background:#50e3c2;color:#112828}.cta-section{padding:5rem 0;position:relative;overflow:hidden}.cta-section .cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-light) 0,var(--bg) 50%,var(--surface) 100%);opacity:.6;z-index:0}[data-bs-theme=dark] .cta-section .cta-bg{background:linear-gradient(135deg,#1e1b4b 0,var(--bg) 50%,var(--surface) 100%);opacity:.3}.cta-section .container{position:relative;z-index:1}.cta-section h2{font-size:clamp(1.75rem, 3.5vw, 2.75rem);max-width:700px;margin:0 auto 1rem}.cta-section p{color:var(--text-secondary);font-size:1.1rem;max-width:540px;margin:0 auto 1.5rem}.hero h1{font-size:clamp(3rem, 4vw, 2.6rem)}@media (max-width:770px){.section-padding{padding:3.2rem 0}.feature-item{padding:.5rem}.benefit-card{padding:1.25rem}.hero h1{font-size:2rem}}