:root{--primary:#0a0a0a;--accent:#5345ea;--accent-light:#818cf8;--surface:#ffffff;--surface-dim:#f8f9fa;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--gradient-start:#5345ea;--gradient-end:#7c3aed;--code-bg:#1e1e1e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--surface);line-height:1.6}nav{position:relative;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;background:rgba(255,255,255,.85);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:18px;height:18px;color:#fff}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary);color:#fff!important;padding:.75rem 1.5rem;border-radius:100px}.page-header{padding:10rem 2rem 4rem;text-align:center;background:var(--surface-dim)}.page-header h1{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.2rem;color:var(--text-muted);max-width:600px;margin:0 auto}.docs-container{max-width:900px;margin:0 auto;padding:4rem 2rem}.docs-section{margin-bottom:4rem}.docs-section h2{font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.docs-section h3{font-size:1.25rem;margin:2rem 0 1rem;color:var(--accent)}.docs-section p{color:var(--text-muted);margin-bottom:1rem}.code-block{background:var(--code-bg);border-radius:12px;padding:1.5rem;margin:1rem 0;overflow-x:auto}.code-block code{font-family:'DM Mono',monospace;font-size:.9rem;color:#e5e5e5;line-height:1.8}.code-block .comment{color:#6a9955}.code-block .string{color:#ce9178}.code-block .keyword{color:#569cd6}.code-block .number{color:#b5cea8}.endpoint{background:var(--surface-dim);border:1px solid var(--border);border-radius:8px;padding:1rem 1.5rem;margin:1rem 0;display:flex;align-items:center;gap:1rem}.method{background:var(--accent);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600}.method.post{background:#22c55e}.method.delete{background:#ef4444}.endpoint-path{font-family:'DM Mono',monospace;font-size:.95rem}.param-table{width:100%;border-collapse:collapse;margin:1rem 0}.param-table td,.param-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.param-table th{background:var(--surface-dim);font-weight:600}.param-name{font-family:'DM Mono',monospace;color:var(--accent)}.param-type{color:var(--text-muted);font-size:.85rem}footer{background:var(--primary);color:#fff;padding:2rem 2rem 1.25rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}.footer-brand p{color:rgba(255,255,255,.7);margin-top:1rem;max-width:300px}.footer-column h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;color:rgba(255,255,255,.5)}.footer-column a{display:block;color:rgba(255,255,255,.8);text-decoration:none;padding:.25rem 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-left p{color:rgba(255,255,255,.5);font-size:.9rem;margin:0}.footer-family{margin-top:.5rem!important;color:rgba(255,255,255,.7)!important}.footer-family a{color:var(--accent-light);text-decoration:none;font-weight:600}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.footer-social svg{width:20px;height:20px}.mobile-menu-btn{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn svg{width:28px;height:28px;color:var(--text)}.mobile-nav{display:none;position:relative;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:2rem;flex-direction:column}.mobile-nav.open{display:flex}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-nav-close{background:0 0;border:none;cursor:pointer;padding:.5rem}.mobile-nav-close svg{width:28px;height:28px}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links a{padding:1rem;font-size:1.1rem;color:var(--text);text-decoration:none;border-radius:12px;transition:background .2s}.mobile-nav-links a:hover{background:var(--surface-dim)}.mobile-nav-cta{margin-top:auto;background:var(--primary);color:#fff!important;text-align:center;padding:1rem;border-radius:12px;font-weight:600;text-decoration:none}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}nav{padding:1rem}.page-header{padding:6rem 1rem 3rem}.page-header h1{font-size:1.75rem}.footer-grid{grid-template-columns:1fr 1fr;grid-template-columns:1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;text-align:center}.param-table,.param-table tbody,.param-table td,.param-table tr{display:block;width:100%}.param-table thead{display:none}.param-table tr{margin-bottom:1.5rem;border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface);box-shadow:0 2px 4px rgba(0,0,0,.02)}.param-table td{padding:.75rem 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem;text-align:left}.param-table td:last-child{border-bottom:none;padding-bottom:0}.param-table td:first-child{padding-top:0}.param-table td::before{content:attr(data-label);font-weight:600;font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.endpoint{flex-direction:column;align-items:flex-start;gap:.5rem}.endpoint-path{width:100%;overflow-wrap:break-word;word-break:break-all;font-size:.85rem}}.lang-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border:none;border-radius:8px;color:rgba(255,255,255,.8);cursor:pointer;font-size:.9rem;transition:.2s;margin-top:1rem}.lang-trigger:hover{background:rgba(255,255,255,.2);color:#fff}.lang-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;justify-content:center;align-items:center}.lang-popup-overlay.active{display:flex!important}.lang-popup{background:#fff;border-radius:16px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.lang-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.lang-popup-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}.lang-popup-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}.lang-popup-close:hover{background:#f3f4f6;color:#1a1a1a}.lang-popup .lang-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.lang-popup .lang-grid a{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:#374151;font-size:.9rem;transition:.2s;border:1px solid transparent}.lang-popup .lang-grid a:hover{background:#f3f4f6;border-color:#e5e7eb}.lang-popup .lang-grid a.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}@media (max-width:640px){.lang-popup .lang-grid{grid-template-columns:repeat(2,1fr)}}
