:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--bg:#f6f8fc;--surface:#fff;--surface-soft:#f8fafc;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#2563eb;--primary-strong:#1d4ed8;--ring:rgba(37,99,235,.28);--hero-bg:linear-gradient(135deg,#eef4ff,#fff);--shadow-soft:0 8px 30px rgba(15,23,42,.06);--shadow-hover:0 14px 36px rgba(15,23,42,.12);--title-xl:clamp(2rem,1.8rem + 1vw,2.8rem);--title-lg:clamp(1.25rem,1.1rem + 0.45vw,1.65rem);--title-md:clamp(1.05rem,1rem + 0.2vw,1.2rem)}@media (prefers-color-scheme:dark){:root{--bg:#020617;--surface:#0b1220;--surface-soft:#0f172a;--text:#e2e8f0;--muted:#94a3b8;--border:#1e293b;--ring:rgba(59,130,246,.35);--hero-bg:linear-gradient(135deg,#111827,#0b1220);--shadow-soft:0 10px 30px rgba(2,6,23,.45);--shadow-hover:0 18px 40px rgba(2,6,23,.55)}}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,rgba(59,130,246,.18) 0,var(--bg) 32%,var(--bg) 100%)}a,body{color:var(--text)}a{text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:28px 24px}.card{border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn{border:1px solid transparent;border-radius:10px;padding:10px 15px;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(180deg,#1d4ed8,#1e40af)}.btn-outline{border-color:#cbd5e1;background:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,.16)}input,select,textarea{border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font-size:14px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid var(--ring);border-color:#93c5fd}.muted{color:var(--muted)}.error-text{color:#dc2626}.success-text{color:#16a34a}.page-header{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.page-header h1{margin:0;font-size:var(--title-xl)}.hero{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:24px;gap:24px;align-items:center}.hero h1{font-size:52px;line-height:1.1;margin:8px 0 12px}.badge{display:inline-block;padding:5px 11px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:700}.section-title{margin:0 0 10px;font-size:var(--title-xl)}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.grid-2,.snippet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.snippet-tabs-wrap{padding:14px}.snippet-tabs-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.snippet-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.snippet-tab{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600;cursor:pointer}.snippet-tab.active{border-color:#2563eb;background:#dbeafe;color:#1e40af}.snippet-code{margin:0;padding:14px;border-radius:12px;border:1px solid #1e293b;background:#0f172a;color:#e2e8f0;overflow-x:auto;white-space:pre;line-height:1.45}.top-nav{border-bottom:1px solid var(--border);background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.top-nav-inner{max-width:1160px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-weight:800;font-size:18px}.nav-actions,.nav-links{display:flex;align-items:center;gap:14px}.nav-links a{color:#334155;font-weight:500}.footer{margin-top:36px;border-top:1px solid var(--border);background:hsla(0,0%,100%,.85)}.footer-inner{max-width:1160px;margin:0 auto;padding:16px 24px 24px;display:flex;flex-wrap:wrap;gap:16px}.auth-wrap{display:grid;place-items:center;min-height:calc(100vh - 220px)}.auth-card{width:100%;max-width:440px;padding:22px}.auth-form{display:grid;grid-gap:12px;gap:12px}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.stat-card{padding:14px}.dashboard-wrap{display:grid;grid-gap:16px;gap:16px}.dashboard-hero{padding:22px;display:grid;grid-template-columns:1fr auto;grid-gap:16px;gap:16px;align-items:end;background:var(--hero-bg)}.dashboard-hero h1{margin:8px 0;font-size:var(--title-xl)}.dashboard-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.dashboard-kpis .muted{margin:0}.dashboard-kpis h2{margin:8px 0 0}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px}.dashboard-main-grid{grid-template-columns:1.7fr 1fr}.dashboard-left-col,.dashboard-main-grid,.dashboard-right-col{display:grid;grid-gap:12px;gap:12px}.dashboard-panel{padding:16px}.dashboard-panel h3{margin-top:0;margin-bottom:10px;font-size:var(--title-md);letter-spacing:-.01em}.section-title-inline{gap:8px}.icon-chip,.section-title-inline{display:inline-flex;align-items:center}.icon-chip{width:24px;height:24px;border-radius:8px;justify-content:center;background:rgba(37,99,235,.14);border:1px solid rgba(37,99,235,.28);color:var(--primary-strong);font-size:13px;font-weight:700}.dashboard-actions{display:flex;gap:10px;flex-wrap:wrap}.dashboard-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-inline-link{color:#2563eb;font-weight:600}.dashboard-hints{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-hint-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface-soft);display:grid;grid-gap:2px;gap:2px}.dashboard-tight-line{margin-bottom:6px}.usage-bars{display:flex;align-items:flex-end;gap:8px;min-height:120px}.usage-bar-item{display:grid;grid-gap:4px;gap:4px;justify-items:center}.usage-bar{width:26px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:6px;transition:height .25s ease,filter .2s ease}.usage-bar:hover{filter:brightness(1.08)}.billing-grid{display:grid;grid-gap:10px;gap:10px}.status-pill{display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:700;padding:4px 10px;border:1px solid transparent}.status-ok{background:#dcfce7;color:#166534;border-color:#86efac}.status-warn{background:#fef3c7;color:#92400e;border-color:#fcd34d}.status-neutral{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.invoice-list{margin:0;padding-left:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.invoice-list li{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.keys-grid{display:grid;grid-template-columns:1.25fr 1fr;grid-gap:12px;gap:12px}.keys-form{display:grid;grid-gap:10px;gap:10px;max-width:380px}.keys-checkbox{display:flex;align-items:center;gap:8px;font-size:14px}.keys-new-key{margin-top:14px;border:1px dashed #93c5fd;background:#eff6ff;border-radius:10px;padding:12px}.keys-new-key code{display:block;word-break:break-all}.keys-tips{margin:0;padding-left:18px;display:grid;grid-gap:6px;gap:6px}.keys-list{display:grid;grid-gap:8px;gap:8px}.keys-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface-soft);justify-content:space-between;gap:10px}.keys-item,.keys-item-main{display:flex;align-items:center}.keys-item-main{gap:8px;flex-wrap:wrap}.playground-page{display:grid;grid-gap:16px;gap:16px}.playground-hero{padding:22px;background:var(--hero-bg)}.playground-hero h1{margin:8px 0 6px;font-size:var(--title-xl)}.playground-shell{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:12px;gap:12px}.playground-request-panel,.playground-response-panel{padding:16px}.playground-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.playground-panel-head h3{margin:0;font-size:var(--title-md)}.playground-form{display:grid;grid-gap:12px;gap:12px}.playground-field{display:grid;grid-gap:6px;gap:6px}.playground-label{font-size:13px;font-weight:700;color:var(--muted)}.playground-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.45}.playground-actions{display:flex;align-items:center;gap:10px}.playground-metrics{display:flex;align-items:center;gap:8px}.playground-placeholder{border:1px dashed var(--border);border-radius:12px;background:var(--surface-soft);padding:16px;color:var(--muted)}.playground-error-box{border:1px solid rgba(220,38,38,.3);border-radius:12px;background:rgba(220,38,38,.08);padding:12px}.playground-output-wrap{margin-top:8px}.playground-output{margin:0;padding:14px;border-radius:12px;border:1px solid #1e293b;background:#0f172a;color:#e2e8f0;overflow-x:auto;white-space:pre-wrap;word-break:break-all;line-height:1.45}@media (max-width:980px){.grid-3,.hero{grid-template-columns:1fr}.grid-2,.snippet-grid,.stats-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.dashboard-hero,.dashboard-main-grid,.keys-grid,.playground-shell{grid-template-columns:1fr}}@media (max-width:760px){.container,.footer-inner,.top-nav-inner{padding-left:14px;padding-right:14px}.hero h1{font-size:36px}.nav-links{display:none}.dashboard-hints,.grid-2,.snippet-grid,.stats-grid{grid-template-columns:1fr}.section-title{font-size:28px}.snippet-tabs-header{align-items:stretch;flex-direction:column}}