:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#f8fafc;--ink:#142033;--muted:#64748b;--line:#e4eaf2;--blue:#2563eb;--blue-dark:#1d4ed8;--nav:#101b30;--nav-2:#17243d;--green:#0f9f6e;--amber:#d97706;--red:#dc2626;--shadow:0 12px 35px rgba(15,23,42,.08);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg)}button,input,textarea{font:inherit}button,a{transition:.18s ease}a{color:inherit;text-decoration:none}.hidden{display:none!important}.muted{color:var(--muted)}.eyebrow{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#3b82f6,#1d4ed8);box-shadow:0 8px 22px rgba(37,99,235,.28);color:#fff;font-size:20px;font-weight:900}.brand span:last-child{display:flex;flex-direction:column}.brand b{font-size:17px}.brand small{color:#91a1ba;font-size:11px;margin-top:2px}
.auth-body{background:#0f1930}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(380px,.85fr)}.auth-hero{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:56px 8vw;color:#fff;background:radial-gradient(circle at 75% 20%,rgba(59,130,246,.24),transparent 30%),linear-gradient(145deg,#0c162b,#14284d)}.auth-hero:after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-200px;border:80px solid rgba(255,255,255,.035);border-radius:50%}.auth-brand{position:relative;z-index:1;width:max-content}.auth-hero h1{font-size:clamp(42px,5vw,70px);line-height:1.08;margin:10px 0 24px;letter-spacing:-.045em}.auth-hero .lead{max-width:620px;color:#b9c7dc;font-size:17px;line-height:1.8}.auth-points{display:flex;flex-wrap:wrap;gap:12px}.auth-points span{padding:11px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);font-size:13px;color:#d4def0}.auth-panel{display:grid;place-items:center;padding:40px;background:#f7f9fc}.auth-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 30px 70px rgba(15,23,42,.12)}.auth-card h2{font-size:31px;margin:0 0 8px;letter-spacing:-.03em}.auth-card>p.muted{line-height:1.65;margin:0 0 28px}.auth-card label,.stack-form label,.proxy-form label,.form-panel label{display:flex;flex-direction:column;gap:8px;color:#344258;font-size:13px;font-weight:700;margin-bottom:17px}.auth-card input{height:48px}.auth-switch{text-align:center;color:var(--muted);font-size:14px;margin:22px 0 0}.auth-switch a{color:var(--blue);font-weight:800}
input,textarea{width:100%;border:1px solid #d6deea;border-radius:10px;background:#fff;color:var(--ink);padding:11px 13px;outline:none}input:focus,textarea:focus{border-color:#78a5ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}textarea{resize:vertical;line-height:1.65}.primary,.secondary,.icon-button,.link-button{border:0;cursor:pointer;font-weight:800}.primary{padding:11px 17px;border-radius:10px;background:var(--blue);color:#fff;box-shadow:0 7px 16px rgba(37,99,235,.18)}.primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.secondary{padding:10px 14px;border:1px solid #d6deea;border-radius:9px;background:#fff;color:#334155}.secondary:hover{border-color:#9eb4d1;background:#f8fafc}.full{width:100%;min-height:47px}.primary:disabled,.secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-message{min-height:20px;color:var(--green);font-size:13px;line-height:1.55}.form-message.error,.error{color:var(--red)}code,pre{font-family:"SFMono-Regular",Consolas,monospace}
.app-shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--nav),#0c1628);color:#d9e2f0;padding:24px 16px;z-index:20}.sidebar>.brand{padding:0 10px 26px}.sidebar nav{display:flex;flex-direction:column;gap:5px;overflow-y:auto}.sidebar nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:10px;color:#99aac2;font-size:13px}.sidebar nav a span{width:20px;text-align:center;font-size:17px}.sidebar nav a b{font-weight:700}.sidebar nav a em{margin-left:auto;border-radius:99px;background:#2563eb;color:#fff;font-size:10px;font-style:normal;padding:3px 7px}.sidebar nav a:hover,.sidebar nav a.active{background:var(--nav-2);color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 #4f8cff}.admin-entry{margin-top:auto;margin-bottom:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#adc2df;font-size:12px;text-align:center}.admin-entry:hover{background:rgba(255,255,255,.06);color:#fff}.profile{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:15px 8px 0;border-top:1px solid rgba(255,255,255,.08)}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#263754;color:#fff;font-weight:900}.profile>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.profile b{overflow:hidden;text-overflow:ellipsis;font-size:12px}.profile small{color:#7f91aa;font-size:10px;margin-top:3px}.profile button{border:0;background:none;color:#8fa1b9;cursor:pointer;font-size:11px}.profile button:hover{color:#fff}.content{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:10;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);font-size:12px;color:var(--muted)}.online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12);margin:0 8px 0 2px}.icon-button{display:none;background:none;font-size:20px}.balance-inline b{color:var(--blue);font-size:15px}.environment-chip,.chip{border:1px solid #dbe5f2;border-radius:99px;background:#f8fafc;color:#61738e;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.04em}.page{max-width:1500px;margin:0 auto;padding:34px 32px 60px}.page-title{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:24px}.page-title.compact{align-items:end}.page-title h1{font-size:30px;letter-spacing:-.035em;margin:0 0 7px}.page-title p:not(.eyebrow){margin:0;color:var(--muted);font-size:14px}.balance-card{flex:0 0 230px;display:grid;grid-template-columns:1fr auto;align-items:end;padding:18px 20px;border:1px solid #dce6f3;border-radius:16px;background:linear-gradient(145deg,#fff,#f1f6ff);box-shadow:var(--shadow)}.balance-card small,.balance-card p{grid-column:1/-1;color:var(--muted);margin:0}.balance-card strong{font-size:34px;color:var(--blue);line-height:1}.balance-card span{font-size:12px;color:var(--muted);margin-bottom:3px}.balance-card p{margin-top:10px;font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:22px}.metrics article{position:relative;overflow:hidden;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.035)}.metrics article:after{content:"";position:absolute;width:52px;height:52px;right:-15px;top:-15px;background:#eff5ff;border-radius:50%}.metrics small{display:block;color:var(--muted);font-size:11px}.metrics strong{display:block;font-size:29px;margin:8px 0 4px}.metrics p{margin:0;color:#94a3b8;font-size:11px}.panel{border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:0 7px 24px rgba(15,23,42,.045);padding:22px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.panel-head>div:first-child{display:flex;align-items:center;gap:11px}.panel h2,.panel-head h2{font-size:16px;margin:0}.panel-head p{font-size:11px;color:var(--muted);margin:4px 0 0}.section-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#eaf2ff;color:var(--blue);font-weight:900}.confirm{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;margin:14px 0}.confirm input,.switch input{width:auto}.submit-row{display:flex;align-items:center;justify-content:space-between}.submit-row small{color:var(--muted)}.submit-panel textarea{min-height:170px}.table-panel{padding:0;overflow:hidden}.table-panel>.panel-head{padding:20px 22px 0}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:#728198;background:#f8fafc;font-size:10px;text-transform:uppercase;letter-spacing:.04em}th,td{padding:13px 15px;border-bottom:1px solid #edf1f6;vertical-align:middle}tbody tr:hover{background:#fbfdff}td b{font-size:12px}td small{display:block;color:#8a98aa;font-size:10px;margin-top:4px}td code{font-size:11px;color:#334155}.empty{text-align:center!important;padding:42px!important;color:#94a3b8}.actions{white-space:nowrap}.link-button{background:none;color:var(--blue);padding:4px 6px;font-size:11px}.link-button:hover{text-decoration:underline}.link-button.emphasis{color:#c2410c}.pill{display:inline-flex;align-items:center;border-radius:99px;padding:4px 8px;background:#eef2f7;color:#526175;font-size:9px;font-weight:900}.pill.SUCCEEDED,.pill.ACTIVE,.pill.UNUSED{background:#e8f8f1;color:#087451}.pill.RUNNING,.pill.QUEUED{background:#eaf2ff;color:#245dc1}.pill.WAITING_USER_CODE{background:#fff3df;color:#a95408}.pill.FAILED,.pill.DISABLED,.pill.REVOKED{background:#ffebeb;color:#b42318}.pill.REDEEMED{background:#eeeafd;color:#633ab8}.form-panel{max-width:720px}.form-panel.narrow{max-width:560px}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.reward-card,.referral-code{display:flex;flex-direction:column;align-items:flex-start}.reward-card>strong{font-size:42px;color:var(--blue);margin:8px 0}.reward-card>span{color:var(--muted);font-size:12px;margin-top:-8px;margin-bottom:18px}.referral-code>strong{font-family:Consolas,monospace;font-size:24px;color:var(--blue);margin:14px 0}.referral-code p{color:var(--muted);font-size:12px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.quick-grid a{display:flex;justify-content:space-between;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:13px;font-weight:800}.quick-grid a:hover{border-color:#9fc0ff;transform:translateY(-2px);box-shadow:var(--shadow)}.quick-grid span{color:var(--blue)}.search-row{display:flex;gap:8px}.search-row input{width:220px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.proxy-form{padding:22px}.form-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.form-title h2{font-size:18px}.provider-health{border-radius:99px;padding:4px 8px;background:#eef2f7;color:#64748b;font-size:10px}.provider-health.healthy{background:#e8f8f1;color:#087451}.provider-health.unhealthy{background:#ffebeb;color:#b42318}.field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.button-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.switch{display:flex!important;flex-direction:row!important;align-items:center;gap:9px!important}.stack-form{display:flex;flex-direction:column}.notice{margin-bottom:18px;padding:15px 17px;border:1px solid #cfe0ff;border-radius:12px;background:#f4f8ff;color:#40516b;font-size:12px;line-height:1.7}.notice b,.notice code{display:block;margin-bottom:5px}.notice code{word-break:break-all}.notice.warning{border-color:#f4d69a;background:#fff9ed}.cdk-layout{grid-template-columns:minmax(320px,.75fr) minmax(420px,1.25fr);margin-bottom:18px}.generated-panel pre{min-height:180px;max-height:330px;overflow:auto;margin:0;padding:15px;border-radius:10px;background:#0f172a;color:#cfe1ff;white-space:pre-wrap;font-size:11px;line-height:1.6}.inline-field{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;margin-top:5px}.inline-field input{width:62px;padding:5px 7px}.compact-switch{margin:0!important;font-size:11px!important}.help-panel{margin-top:18px}.help-panel p{color:var(--muted);font-size:13px;line-height:1.7}.detail-cell{max-width:380px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal{width:min(720px,calc(100% - 30px));border:0;border-radius:18px;padding:0;box-shadow:0 30px 80px rgba(15,23,42,.25)}.modal::backdrop{background:rgba(8,15,30,.55);backdrop-filter:blur(3px)}.modal form{position:relative;padding:28px}.modal h2{margin:0 0 18px}.modal pre{max-height:55vh;overflow:auto;padding:14px;border-radius:9px;background:#111827;color:#dbeafe;white-space:pre-wrap;font-size:11px}.modal-close{position:absolute;right:16px;top:14px;border:0;background:none;font-size:24px;color:#64748b;cursor:pointer}.wide-modal{width:min(1050px,calc(100% - 30px))}.toast{position:fixed;right:22px;bottom:22px;z-index:100;padding:12px 16px;border-radius:10px;background:#172033;color:#fff;box-shadow:var(--shadow);font-size:12px}.toast.success{background:#087451}.toast.error{background:#b42318}
@media(max-width:1100px){.metrics,.quick-grid{grid-template-columns:repeat(2,1fr)}.field-grid{grid-template-columns:1fr}.cdk-layout{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}}
@media(max-width:800px){.auth-layout{grid-template-columns:1fr}.auth-hero{min-height:310px;padding:34px 24px}.auth-hero h1{font-size:38px}.auth-points{display:none}.auth-panel{padding:24px}.auth-card{padding:28px}.app-shell{display:block}.sidebar{transform:translateX(-105%);transition:.2s}.nav-open .sidebar{transform:translateX(0);box-shadow:20px 0 60px rgba(0,0,0,.3)}.content{margin:0}.icon-button{display:inline-block}.topbar{padding:0 16px}.page{padding:24px 15px 50px}.page-title,.page-title.compact{flex-direction:column;align-items:stretch}.balance-card{flex:auto}.two-column,.admin-grid{grid-template-columns:1fr}.panel{padding:17px}.table-panel{padding:0}.search-row input{width:100%}.search-row{width:100%}.environment-chip{display:none}}
@media(max-width:520px){.metrics,.quick-grid{grid-template-columns:1fr}.auth-card{border-radius:16px}.page-title h1{font-size:26px}.submit-row{align-items:stretch;flex-direction:column;gap:12px}.primary{width:100%}.balance-inline{display:none}.button-row .primary,.button-row .secondary{width:auto}}

/* v2 public website, authentication and API documentation */
.public-body,.docs-body{background:#f8fafc;color:#101828}.public-nav{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 24px}.public-brand{display:flex;align-items:center;gap:10px;color:#0f172a}.public-brand>span:last-child{display:flex;flex-direction:column}.public-brand b{font-size:14px}.public-brand small{color:#8a98aa;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.public-nav>nav{display:flex;gap:28px}.public-nav>nav a{font-size:13px;color:#536178}.public-nav>nav a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:10px}.ghost-button{padding:9px 14px;border-radius:9px;color:#41526b;font-size:12px}.ghost-button:hover{background:#eef3fa}.primary.small{padding:10px 15px;font-size:12px}.hero-section{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center;min-height:650px;max-width:1240px;margin:auto;padding:76px 24px 100px}.hero-section:before{content:"";position:absolute;z-index:-1;left:-180px;top:-40px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(52,112,235,.12),rgba(52,112,235,0) 68%)}.hero-copy h1{max-width:650px;margin:10px 0 22px;font-size:58px;line-height:1.09;letter-spacing:-.052em}.hero-copy h1 em{font-style:normal;color:var(--blue)}.hero-copy>p:not(.eyebrow){max-width:580px;color:#65748b;font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:12px;margin:32px 0 24px}.hero-button{padding:14px 20px;font-size:13px}.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#66768e;font-size:11px}.trust-row span:First-letter{color:#16a36a}.hero-console{overflow:hidden;border:1px solid #dce6f3;border-radius:20px;background:#fff;box-shadow:0 35px 90px rgba(39,70,123,.16);transform:rotate(1deg)}.console-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #edf2f7;color:#334155;font-size:12px}.console-head>span{display:flex;gap:5px}.console-head i{display:block;width:8px;height:8px;border-radius:50%;background:#dbe4f0}.console-head i:first-child{background:#ff7d6b}.console-head i:nth-child(2){background:#ffc85c}.console-head small{color:#16a36a;font-size:9px;font-weight:900}.console-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px}.console-metrics article{padding:16px;border:1px solid #edf2f7;border-radius:12px;background:#fbfdff}.console-metrics small,.console-metrics span{display:block;color:#8a98aa;font-size:9px}.console-metrics strong{display:block;margin:7px 0;font-size:26px}.progress{height:5px!important;border-radius:9px;background:#e5edf8}.progress i{display:block;width:76%;height:100%;border-radius:9px;background:var(--blue)}.console-jobs{padding:0 18px 18px}.console-jobs>div{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;padding:13px 4px;border-top:1px solid #edf2f7}.job-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eaf2ff;color:var(--blue);font-weight:900}.job-icon.success{background:#e8f8f1;color:#087451}.job-icon.waiting{background:#fff4df;color:#b75e0c}.console-jobs p{margin:0}.console-jobs b{display:block;font-size:11px}.console-jobs small{color:#98a4b5;font-size:9px}.console-jobs em{border-radius:99px;padding:4px 8px;background:#eef4ff;color:#245dc1;font-size:8px;font-style:normal;font-weight:900}.logo-strip{display:flex;align-items:center;justify-content:center;gap:46px;min-height:78px;padding:15px 24px;border-top:1px solid #e9eef5;border-bottom:1px solid #e9eef5;background:#fff;color:#93a0b1;font-size:11px}.logo-strip span{color:#c0c8d2}.logo-strip b{letter-spacing:.05em}.public-section{max-width:1240px;margin:auto;padding:110px 24px}.section-heading{max-width:670px;margin-bottom:48px}.section-heading h2{margin:8px 0 14px;font-size:40px;letter-spacing:-.04em}.section-heading>p:not(.eyebrow){color:#68778d;font-size:15px;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-grid article{min-height:250px;padding:26px;border:1px solid #e0e8f2;border-radius:17px;background:#fff;transition:.2s}.feature-grid article:hover{transform:translateY(-5px);border-color:#b6cdf5;box-shadow:0 18px 40px rgba(38,71,126,.09)}.feature-grid span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf4ff;color:var(--blue);font-size:11px;font-weight:900}.feature-grid h3{margin:46px 0 12px;font-size:17px}.feature-grid p{color:#6c7a8f;font-size:12px;line-height:1.8}.workflow-section{padding:100px max(24px,calc((100% - 1192px)/2));background:#0d192b;color:#fff}.section-heading.light p{color:#9eb0c9}.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;list-style:none;background:rgba(255,255,255,.1)}.workflow li{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;padding:27px;background:#0d192b}.workflow li>b{display:grid;place-items:center;width:32px;height:32px;border:1px solid #3c506b;border-radius:50%;color:#78a8ff}.workflow h3{font-size:15px}.workflow p{color:#93a7c2;font-size:11px;line-height:1.7}.cta-section{max-width:1192px;margin:90px auto;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border-radius:22px;background:linear-gradient(120deg,#eaf2ff,#f7faff);border:1px solid #d7e5fa}.cta-section h2{margin:8px 0;font-size:31px;letter-spacing:-.035em}.cta-section p:not(.eyebrow){color:#6e7d91;font-size:12px}.public-footer{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:46px max(24px,calc((100% - 1192px)/2));border-top:1px solid #e3e9f1;background:#fff}.public-footer p{color:#8b98aa;font-size:11px}.public-footer nav{display:flex;gap:22px}.public-footer nav a,.public-footer>small{color:#7a8799;font-size:11px}.public-footer>small{grid-column:1/-1;padding-top:22px;border-top:1px solid #edf1f5}.auth-page{background:#eef3f8}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr)}.auth-story{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:48px clamp(40px,6vw,90px);background:linear-gradient(155deg,#0d1a2e,#152a4b);color:#fff}.auth-story:after{content:"";position:absolute;right:-180px;bottom:-180px;width:520px;height:520px;border:1px solid rgba(96,153,255,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(96,153,255,.035),0 0 0 140px rgba(96,153,255,.025)}.light-brand{color:#fff;z-index:1}.auth-story>div,.auth-story>ol{z-index:1}.auth-story h1{margin:10px 0 22px;font-size:52px;line-height:1.12;letter-spacing:-.05em}.auth-story>div>p:not(.eyebrow){max-width:480px;color:#afbdd1;font-size:14px;line-height:1.9}.auth-proof{display:flex;gap:10px}.auth-proof span{padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:99px;color:#afbdd1;font-size:9px}.register-story{background:linear-gradient(150deg,#10233e,#173b61)}.register-benefits{display:grid;gap:10px;padding:0;list-style:none}.register-benefits li{display:flex;align-items:center;gap:10px;color:#b7c7db;font-size:11px}.register-benefits b{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:rgba(78,137,242,.2);color:#8ab5ff}.auth-form-side{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:#f8fafc}.auth-form-side .auth-card{width:min(440px,100%);padding:0;border:0;background:transparent;box-shadow:none}.auth-card h2{margin:7px 0 8px;font-size:30px;letter-spacing:-.035em}.auth-card>.muted{margin-bottom:27px}.spacious{gap:4px}.password-wrap{position:relative;display:block}.password-wrap input{padding-right:60px}.toggle-password{position:absolute;right:8px;top:8px;padding:6px;border:0;background:none;color:var(--blue);font-size:10px}.tall{min-height:46px;margin-top:6px}.auth-switch{text-align:center;color:#7c899b;font-size:12px}.auth-switch a{color:var(--blue);font-weight:800}.auth-form-side footer{margin-top:42px;color:#a0aab7;font-size:9px}.mobile-auth-brand{margin-bottom:40px}.mobile-auth-brand a{color:#728198;font-size:11px}.docs-layout{display:grid;grid-template-columns:220px minmax(0,820px);gap:70px;max-width:1120px;margin:50px auto 110px;padding:0 24px}.docs-layout>aside{position:sticky;top:24px;height:max-content;display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #e1e8f1;border-radius:14px;background:#fff}.docs-layout>aside b{padding:7px 9px;margin-bottom:8px}.docs-layout>aside a{padding:8px 9px;border-radius:7px;color:#6b788b;font-size:11px}.docs-layout>aside a:hover{background:#edf4ff;color:var(--blue)}.docs-layout article>h1{margin:10px 0 18px;font-size:44px;letter-spacing:-.045em}.docs-layout .lead{color:#66758b;font-size:15px;line-height:1.8}.docs-layout section{padding-top:44px}.docs-layout h2{font-size:24px}.docs-layout h3{font-size:14px}.docs-layout p,.docs-layout li{color:#637187;font-size:12px;line-height:1.8}.docs-layout pre{overflow:auto;padding:20px;border-radius:13px;background:#0c1728;color:#d3e4ff;font-size:11px;line-height:1.7}.docs-layout code{font-family:Consolas,monospace}.docs-note{padding:14px 16px;border-left:3px solid var(--blue);background:#edf4ff;color:#50627d;font-size:11px}.endpoint{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid #dce6f2;border-radius:9px;background:#fff}.endpoint b{border-radius:6px;padding:5px 7px;background:#e6f7ef;color:#087451;font-size:9px}.endpoint.get b{background:#eaf2ff;color:#245dc1}.error-table{border:1px solid #e1e8f1;border-radius:12px;background:#fff}.error-table p{display:grid;grid-template-columns:60px 1fr;margin:0;padding:12px 16px;border-bottom:1px solid #edf1f5}.error-table p:last-child{border:0}
@media(max-width:980px){.public-nav>nav{display:none}.hero-section{grid-template-columns:1fr;gap:50px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-left:auto!important;margin-right:auto!important}.hero-actions,.trust-row{justify-content:center}.feature-grid,.workflow{grid-template-columns:repeat(2,1fr)}.auth-layout{grid-template-columns:1fr}.auth-story{min-height:360px}.auth-story h1{font-size:40px}.auth-proof{display:none}.docs-layout{grid-template-columns:1fr}.docs-layout>aside{display:none}}
@media(max-width:640px){.public-nav{height:64px;padding:0 15px}.public-nav .public-brand small,.nav-actions .ghost-button{display:none}.hero-section{min-height:auto;padding:58px 18px 75px}.hero-copy h1{font-size:40px}.hero-copy>p:not(.eyebrow){font-size:14px}.trust-row{gap:8px}.hero-console{transform:none}.logo-strip{overflow:hidden;justify-content:flex-start;gap:28px}.public-section{padding:75px 18px}.section-heading h2{font-size:31px}.feature-grid,.workflow{grid-template-columns:1fr}.workflow li{min-height:180px}.cta-section{margin:55px 15px;align-items:stretch;flex-direction:column;padding:30px}.cta-section h2{font-size:26px}.public-footer{grid-template-columns:1fr;padding:35px 20px}.public-footer nav{flex-wrap:wrap}.auth-story{min-height:300px;padding:30px 24px}.auth-story h1{font-size:35px}.auth-form-side{padding:36px 22px}.auth-card h2{font-size:27px}.docs-layout{margin-top:25px;padding:0 18px}.docs-layout article>h1{font-size:34px}}
.filter-bar{display:flex;align-items:end;gap:10px;margin-bottom:16px;padding:15px}.filter-bar label{min-width:150px;margin:0}.filter-bar input,.filter-bar select{padding:8px 10px}.filter-bar button{height:35px;white-space:nowrap}.api-layout,.worker-enroll-layout{margin-bottom:18px}.token-result{display:flex;flex-direction:column;align-items:flex-start}.token-result>small{color:var(--muted)}.token-result pre{width:100%;min-height:130px;overflow:auto;padding:15px;border-radius:10px;background:#0e1728;color:#d7e7ff;white-space:pre-wrap;word-break:break-all}.api-log-panel{margin-top:18px}.six-metrics{grid-template-columns:repeat(6,1fr)}.chart-panel{margin-bottom:20px}.mini-chart{min-height:210px;display:flex;align-items:end;justify-content:space-around;gap:12px;padding:18px 10px 0}.chart-column{min-width:44px;display:flex;flex-direction:column;align-items:center;gap:4px}.chart-column b{font-size:10px}.chart-column small{color:#8795a8;font-size:9px}.bar-stack{height:150px;display:flex;align-items:end;gap:3px}.bar-stack i{display:block;width:9px;border-radius:5px 5px 2px 2px}.bar-total{background:#b9cff8}.bar-success{background:#24b47e}.bar-failed{background:#ef7772}.bar-stack .h1{height:15px}.bar-stack .h2{height:30px}.bar-stack .h3{height:45px}.bar-stack .h4{height:60px}.bar-stack .h5{height:75px}.bar-stack .h6{height:90px}.bar-stack .h7{height:105px}.bar-stack .h8{height:120px}.bar-stack .h9{height:135px}.bar-stack .h10{height:150px}.profile-layout{grid-template-columns:minmax(330px,.7fr) minmax(520px,1.3fr)}
@media(max-width:1250px){.six-metrics{grid-template-columns:repeat(3,1fr)}.filter-bar{flex-wrap:wrap}}
@media(max-width:900px){.profile-layout{grid-template-columns:1fr}}
@media(max-width:600px){.six-metrics{grid-template-columns:1fr}.filter-bar{align-items:stretch;flex-direction:column}.filter-bar label{width:100%}.filter-bar button{width:100%}}
