:root{--bg-main:#fff;--bg-sub:#f8fafc;--text-main:#0f172a;--text-sub:#64748b;--brand:#6366f1;--brand-rgb:99, 102, 241;--brand-hover:#4f46e5;--brand-2:#06b6d4;--brand-3:#10b981;--accent:#0f172a;--border:#0f172a14;--surface:#f1f5f9;--error:#ef4444;--success:#10b981;--warning:#f59e0b;--radius:12px;--radius-lg:18px;--hero-gradient:linear-gradient(135deg, #6366f1 0%, #06b6d4 50%, #10b981 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit}input,button,textarea,select{font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-to-content{z-index:99999;color:#fff;background:#0f172a;border-radius:0 0 8px 8px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:.5rem}.skip-to-content:focus{top:0}:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #6366f1}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hide-mobile{display:none!important}}@media (min-width:641px){.hide-desktop{display:none!important}}.docs-container{color:#0f172a;background:#fff;min-height:100vh}.docs-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.docs-layout{max-width:1440px;margin:0 auto;display:flex;position:relative}.docs-sidebar{background:#f8fafc;border-right:1px solid #0f172a14;width:280px;height:calc(100vh - 64px);padding:2rem;position:sticky;top:64px;overflow-y:auto}.docs-main{flex:1;min-width:0;padding:3rem 4rem}.docs-content-inner{max-width:900px}.docs-link:hover{color:#0f172a!important}.docs-content{animation:.4s ease-out fadeIn}.docs-hero{margin-bottom:4rem}.docs-badge{color:#10b981;letter-spacing:1px;background:#10b9811a;border-radius:6px;margin-bottom:1rem;padding:6px 12px;font-size:.7rem;font-weight:700;display:inline-flex}.docs-title{letter-spacing:-.04em;color:#f3f4f6;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.docs-description{color:#9ca3af;max-width:700px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.docs-section{margin-bottom:3rem}.docs-section-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.docs-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.docs-card{background:#111;border:1px solid #222;border-radius:16px;padding:1.5rem}.docs-card.small{padding:1.25rem}.docs-card-title{margin-bottom:.5rem;font-size:1rem;font-weight:700}.docs-card-text{color:#9ca3af;font-size:.95rem;line-height:1.6}.docs-actions{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.btn-primary{background:var(--brand);color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:700;text-decoration:none;display:flex}.btn-secondary{color:#f3f4f6;border:1px solid #222;border-radius:10px;padding:.875rem 1.75rem;font-weight:600;text-decoration:none}@media (max-width:1024px){.docs-header{padding:0 1.5rem}.docs-sidebar{z-index:900;width:280px;max-width:85%;transition:left .3s cubic-bezier(.16,1,.3,1);position:fixed;left:-100%;box-shadow:20px 0 50px #00000080}.docs-sidebar.open{left:0}.docs-main{padding:2rem 1.5rem}}
