:root{--bg:#0a0a0f;--bg-card:#141420;--bg-card-hover:#1a1a2e;--text:#e4e4e7;--text-muted:#71717a;--accent:#8b5cf6;--accent-hover:#7c3aed;--border:#27272a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,sans-serif}.container{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.hero{text-align:center;margin-bottom:4rem}.hero-logo{border-radius:16px;width:64px;height:64px;margin-bottom:1.5rem}.hero h1{color:var(--text);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.hero h1 span{background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:550px;margin:0 auto;font-size:1.15rem;line-height:1.6}.section{margin-bottom:3.5rem}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .2s}.product-card:hover{border-color:var(--accent);transform:translateY(-2px)}.product-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.product-logo{border-radius:12px;width:48px;height:48px}.product-name{font-size:1.3rem;font-weight:700}.product-tag{color:#a78bfa;background:rgba(139,92,246,.12);border-radius:999px;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.product-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.product-stats{gap:2rem;margin-bottom:1.5rem;display:flex}.stat{text-align:center}.stat-value{color:var(--text);font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.product-link{color:var(--accent);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.product-link:hover{color:var(--accent-hover)}.agentify-card{color:var(--text);background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(6,182,212,.08));border:1px solid rgba(139,92,246,.3);border-radius:16px;padding:2rem;text-decoration:none;transition:all .2s;display:block}.agentify-card:hover{border-color:var(--accent);background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(6,182,212,.12));transform:translateY(-2px)}.agentify-headline{background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.agentify-sub{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.agentify-sub strong{color:var(--text);font-weight:600}.agentify-cta{color:var(--accent);font-size:.9rem;font-weight:600}.values{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.value-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.value-icon{margin-bottom:.75rem;font-size:1.5rem}.value-title{margin-bottom:.35rem;font-size:.95rem;font-weight:600}.value-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.contact{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.contact h3{margin-bottom:.5rem;font-size:1.25rem}.contact p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.contact-link{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.contact-link:hover{background:var(--accent-hover)}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:3rem;padding-top:2rem;font-size:.8rem}.footer a{color:var(--accent);text-decoration:none}.footer-links{justify-content:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.docs-container{max-width:860px}.docs-nav{margin-bottom:2rem}.docs-back{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.docs-back:hover{color:var(--accent-hover)}.docs-hero{margin-bottom:3rem}.docs-hero h1{margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.docs-section{margin-bottom:3rem}.docs-section h2{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.docs-section h4{color:var(--text-muted);margin:1.5rem 0 .75rem;font-size:.95rem;font-weight:600}.docs-section p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.docs-section a{color:var(--accent);text-decoration:none}.docs-section a:hover{text-decoration:underline}.docs-section code{color:#c4b5fd;background:rgba(139,92,246,.1);border-radius:4px;padding:.15em .4em;font-family:SF Mono,Fira Code,monospace;font-size:.87em}.docs-callout{color:var(--text);background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.2);border-radius:10px;margin:1rem 0;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.docs-callout a{color:var(--accent);font-weight:600;text-decoration:none}.code-block{border:1px solid var(--border);background:#111118;border-radius:10px;margin:.75rem 0 1.25rem;overflow:hidden}.code-title{color:var(--text-muted);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;background:rgba(255,255,255,.03);padding:.5rem 1rem;font-size:.75rem;font-weight:600}.code-block pre{margin:0;padding:1rem;overflow-x:auto}.code-block code{color:#d1d5db;background:0 0;border-radius:0;padding:0;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;line-height:1.6}.endpoint{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.endpoint-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.method{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.method.post{color:#4ade80;background:rgba(34,197,94,.15)}.method.get{color:#60a5fa;background:rgba(59,130,246,.15)}.endpoint-header code{color:var(--text);background:0 0;padding:0;font-size:1rem;font-weight:600}.endpoint p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.params-table,.models-table{border-collapse:collapse;width:100%;margin:.75rem 0 1rem;font-size:.85rem}.params-table th,.models-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.04em;padding:.6rem .75rem;font-size:.78rem;font-weight:600}.params-table td,.models-table td{color:var(--text);border-bottom:1px solid rgba(39,39,42,.5);padding:.6rem .75rem}.models-table-wrapper{overflow-x:auto}@media (max-width:640px){.hero h1{font-size:1.75rem}.container{padding:2.5rem 1rem}.values{grid-template-columns:1fr}.product-stats{gap:1rem}.docs-hero h1{font-size:1.75rem}.endpoint{padding:1rem}.code-block pre{padding:.75rem}.code-block code{font-size:.75rem}}