.docs-page{background:var(--background,var(--navy-950));min-height:100vh;color:var(--text-highlight);padding-top:8rem;padding-bottom:6rem}.api-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.api-card{background:var(--surface-secondary,#ffffff05);border:1px solid var(--surface-border,#ffffff0d);border-radius:1.25rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.api-card:hover{border-color:#d4af374d;transform:translateY(-4px);box-shadow:0 10px 30px #0006,0 0 15px #d4af371a}.api-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.api-icon-wrapper{width:2.5rem;height:2.5rem;color:var(--gold-500);background:#d4af371a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.api-title{color:var(--text-highlight);margin:0;font-size:1.1rem;font-weight:700}.api-body{color:#94a3b8;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.api-footer{border-top:1px dashed #ffffff1a;margin-top:auto;padding-top:1rem}.endpoint-chip{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;margin-bottom:.5rem;margin-right:.5rem;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;display:inline-block}.features-container{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.features-container{grid-template-columns:1fr}}.feature-box{background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.feature-box:before{content:"";background:var(--gold-500);width:4px;height:100%;position:absolute;top:0;left:0}.feature-box h3{color:var(--text-highlight);align-items:center;gap:.75rem;margin:0 0 1.5rem;font-size:1.4rem;font-weight:800;display:flex}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{color:#94a3b8;margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.feature-list li:last-child{margin-bottom:0}.feature-list li:before{content:"→";color:var(--gold-500);font-weight:700;position:absolute;top:0;left:0}.feature-list li strong{color:var(--text-highlight);font-weight:600}.code-block{background:var(--navy-950);color:#e2e8f0;border:1px solid #ffffff1a;border-radius:.75rem;padding:1.25rem;font-family:monospace;font-size:.85rem;overflow-x:auto}.code-keyword{color:#f59e0b}.code-string{color:#10b981}.code-comment{color:#64748b}.version-badge{background:#ffffff0d;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;margin-right:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.version-badge.v1{border-left:3px solid #64748b}.version-badge.v2{border-left:3px solid #3b82f6}.version-badge.v3{border-left:3px solid #10b981}.version-badge.v4{border-left:3px solid var(--gold-500);color:var(--gold-500);background:#d4af370d}
