:root{--ink:#10243f;--muted:#5e6f85;--line:#dce5ef;--surface:#fff;--wash:#f3f7fb;--brand:#1769e0;--brand-dark:#0c4fb4;--accent:#19b394;--danger:#b42318;--warning:#9a6700;--radius:18px;--shadow:0 16px 48px rgba(16,36,63,.09);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:var(--ink);background:var(--wash);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100dvh;background:radial-gradient(circle at 85% 0,rgba(23,105,224,.1),transparent 28rem),var(--wash);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.hidden{display:none!important}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;padding:10px 14px;border-radius:8px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:24px;min-height:72px;padding:10px clamp(16px,4vw,64px);border-bottom:1px solid rgba(220,229,239,.85);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:20px;letter-spacing:.04em}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--brand),#63a0f3);font-weight:800}.primary-nav{display:flex;align-items:center;gap:4px;flex:1}.primary-nav a,.site-footer a{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;border-radius:10px;color:#41536a;font-weight:600}.primary-nav a:hover,.primary-nav a[aria-current=page]{color:var(--brand);background:#eef5ff}.header-actions{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;border:1px solid transparent;border-radius:12px;cursor:pointer;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button.primary{color:#fff;background:var(--brand);box-shadow:0 8px 18px #1769e038}.button.ghost{color:var(--ink);background:#fff;border-color:var(--line)}.button.ghost:hover{border-color:#9dbce7;background:#f8fbff}.button.danger{color:var(--danger);background:#fff;border-color:#f2b8b5}.button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.nav-toggle:focus-visible{outline:3px solid rgba(23,105,224,.32);outline-offset:2px}.nav-toggle{display:none;min-width:48px;min-height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:700}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 80px}.loading-card,.empty-state{padding:48px 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:center;color:var(--muted)}.hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:56px;align-items:center;padding:48px 0 72px}.eyebrow{margin:0 0 12px;color:var(--brand);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero h1{max-width:780px;margin:0;font-size:clamp(42px,6vw,72px);line-height:1.08;letter-spacing:-.045em}.hero h1 em{color:var(--brand);font-style:normal}.hero-copy{max-width:680px;margin:24px 0;color:var(--muted);font-size:19px}.hero-actions,.section-actions,.card-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-proof{display:flex;flex-wrap:wrap;gap:22px;margin-top:32px;color:#41536a;font-size:14px;font-weight:650}.hero-proof span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--accent)}.hero-console{position:relative;padding:24px;border:1px solid #274d7f;border-radius:24px;color:#dceafe;background:#10243f;box-shadow:0 28px 70px #10243f40;overflow:hidden}.hero-console:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(54,142,255,.15),transparent 50%);pointer-events:none}.console-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:#8fb7ea;font-size:13px}.console-dots{display:flex;gap:6px}.console-dots i{width:8px;height:8px;border-radius:50%;background:#3f638e}.hero-console pre{position:relative;overflow:auto;margin:0;font:14px/1.75 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.hero-console .code-accent{color:#71ddc0}.metrics-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0 0 72px;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);overflow:hidden}.metrics-strip div{padding:28px;background:#fff}.metrics-strip strong{display:block;font-size:28px}.metrics-strip span{color:var(--muted);font-size:14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 24px}.section-head h1,.section-head h2{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.18;letter-spacing:-.025em}.section-head p{max-width:650px;margin:8px 0 0;color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card,.data-card,.model-card,.product-card,.form-card,.docs-card{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 6px 24px #10243f0a}.feature-card h3,.model-card h3,.product-card h3,.docs-card h3{margin:12px 0 8px;font-size:20px}.feature-card p,.model-card p,.product-card p,.docs-card p{margin:0;color:var(--muted)}.feature-icon,.model-type{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border-radius:999px;color:#0c4f43;background:#dcf7ef;font-size:12px;font-weight:800;letter-spacing:.06em}.model-type.TEXT{color:#3b4e94;background:#e7ecff}.model-type.IMAGE{color:#795213;background:#fff0cf}.model-type.AUDIO{color:#76408a;background:#f6e8fb}.model-type.VIDEO{color:#8b3545;background:#ffe7eb}.model-card header,.product-card header,.data-card header{display:flex;align-items:start;justify-content:space-between;gap:16px}.model-card dl,.data-card dl{display:grid;grid-template-columns:auto 1fr;gap:6px 14px;margin:20px 0}.model-card dt,.data-card dt{color:var(--muted)}.model-card dd,.data-card dd{margin:0;text-align:right;font-weight:700}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.filter-bar button{min-height:44px;padding:8px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;font-weight:700}.filter-bar button.active{color:#fff;border-color:var(--brand);background:var(--brand)}.dashboard-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px}.account-nav{position:sticky;top:92px;align-self:start;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff}.account-nav a{display:flex;align-items:center;min-height:44px;padding:8px 12px;border-radius:10px;color:#52647a;font-weight:650}.account-nav a:hover,.account-nav a[aria-current=page]{color:var(--brand);background:#eef5ff}.account-content{min-width:0}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.summary-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.summary-card span{display:block;color:var(--muted);font-size:13px}.summary-card strong{display:block;margin-top:6px;font-size:28px;font-variant-numeric:tabular-nums}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.data-table th{color:#52647a;background:#f8fafc;font-size:13px}.data-table tr:last-child td{border-bottom:0}.status{display:inline-flex;padding:4px 9px;border-radius:999px;background:#edf1f5;font-size:12px;font-weight:800}.status.ACTIVE,.status.PAID,.status.SUCCEEDED{color:#08735e;background:#dcf7ef}.status.DISABLED,.status.CANCELED,.status.FAILED{color:#9f251b;background:#fee9e7}.stack-form{display:grid;gap:16px}.stack-form h2{margin:0;font-size:28px}.stack-form p{margin:-8px 0 4px;color:var(--muted)}label{display:grid;gap:7px;color:#34465d;font-weight:650}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cbd7e5;border-radius:10px;color:var(--ink);background:#fff}textarea{min-height:120px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-grid label{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 10px;border:1px solid var(--line);border-radius:10px}.check-grid input{width:20px;min-height:20px}.form-message{min-height:24px;margin:4px 0 0;color:var(--danger)}.secret-box{padding:16px;border:1px solid #f1c46f;border-radius:12px;background:#fff8e6;word-break:break-all}.auth-dialog{width:min(480px,calc(100% - 24px));padding:24px;border:0;border-radius:22px;box-shadow:0 30px 90px #10243f4d}.auth-dialog::backdrop{background:#0a182c9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-close-row{display:flex;justify-content:flex-end}.dialog-close-row button{min-height:44px;padding:6px 12px;border:0;background:transparent;cursor:pointer;color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:24px;padding:4px;border-radius:12px;background:var(--wash)}.auth-tabs button{min-height:44px;border:0;border-radius:9px;background:transparent;cursor:pointer;font-weight:750}.auth-tabs button[aria-selected=true]{background:#fff;box-shadow:0 2px 8px #10243f14}.toast{position:fixed;right:20px;bottom:20px;z-index:100;max-width:min(420px,calc(100% - 40px));padding:13px 16px;border-radius:12px;color:#fff;background:#10243f;box-shadow:var(--shadow);opacity:0;transform:translateY(16px);pointer-events:none;transition:.2s ease}.toast.show{opacity:1;transform:none}.site-footer{display:grid;grid-template-columns:1fr auto;gap:24px;padding:48px clamp(16px,4vw,64px);border-top:1px solid var(--line);background:#fff}.site-footer p{margin:8px 0;color:var(--muted)}.site-footer nav{display:flex;flex-wrap:wrap;align-items:start;gap:4px}.site-footer small{grid-column:1/-1;color:var(--muted)}.footer-brand{padding:0}.prose{max-width:800px}.prose h2{margin-top:40px}.prose pre{overflow:auto;padding:20px;border-radius:14px;color:#eaf2ff;background:#10243f;font-size:14px}.prose code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.notice-list{display:grid;gap:14px}.notice{padding:20px;border-left:4px solid var(--brand);border-radius:0 14px 14px 0;background:#fff}.notice time{color:var(--muted);font-size:13px}@media(max-width:900px){.site-header{flex-wrap:wrap;gap:10px}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.primary-nav{display:none;order:4;flex-basis:100%;flex-direction:column;align-items:stretch;padding:8px 0}.primary-nav.open{display:flex}.header-actions{margin-left:auto}.hero{grid-template-columns:1fr;gap:32px;padding-top:32px}.hero-console{max-width:720px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metrics-strip{grid-template-columns:repeat(2,1fr)}.dashboard-layout{grid-template-columns:1fr}.account-nav{position:static;display:flex;overflow:auto}.account-nav a{flex:0 0 auto}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}}@media(max-width:600px){.site-header{padding:8px 16px}.header-actions .primary{display:none}.page-shell{width:min(100% - 24px,1180px);padding:30px 0 56px}.hero h1{font-size:40px}.hero-copy{font-size:17px}.hero-actions .button{width:100%}.metrics-strip,.card-grid,.summary-grid,.form-grid,.check-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.feature-card,.data-card,.model-card,.product-card,.form-card,.docs-card{padding:20px}.account-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.account-nav a{justify-content:center;text-align:center}.site-footer nav{flex-direction:column}.site-footer a{padding-left:0}.auth-dialog{padding:18px}.toast{right:12px;bottom:12px;max-width:calc(100% - 24px)}}.profile-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px}.profile-forms{display:grid;gap:20px}.profile-preview{display:flex;align-items:center;align-self:start;flex-direction:column;gap:8px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:center}.profile-preview img,.profile-preview>span{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--brand),var(--accent));object-fit:cover;font-size:36px;font-weight:800}.profile-preview small{max-width:100%;color:var(--muted);overflow-wrap:anywhere}.stack-form label small{color:var(--muted);font-weight:400}@media(max-width:700px){.profile-layout{grid-template-columns:1fr}.profile-preview{position:static}}.captcha-box{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:14px;border:1px solid #f1c46f;border-radius:12px;background:#fff8e6}.security-events{display:grid;gap:10px;margin-top:18px}.security-events>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.security-events>div:last-child{border-bottom:0}.security-events time{color:var(--muted);font-size:13px}@media(max-width:600px){.captcha-box{grid-template-columns:1fr}.security-events>div{grid-template-columns:auto 1fr}.security-events time{grid-column:1/-1}}.two-factor-login{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;padding:14px;border:1px solid #9dbce7;border-radius:12px;background:#eef5ff}.security-summary{display:flex;align-items:center;gap:12px;margin:16px 0}.section-head.compact{align-items:center;margin-bottom:16px}.section-head.compact h2{font-size:28px}.session-list{display:grid;gap:10px}.session-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px}.session-list>div>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.session-list small{flex-basis:100%;color:var(--muted)}@media(max-width:600px){.two-factor-login{grid-template-columns:1fr}.two-factor-login>span{display:none}.session-list>div{align-items:flex-start;flex-direction:column}.session-list .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.danger-zone{border-color:#f2b8b5;background:linear-gradient(180deg,#fff 0,snow)}.danger-zone h2{color:var(--danger)}.danger-zone .summary-grid.compact{margin:18px 0}.danger-zone .summary-card{padding:16px}.danger-zone .summary-card strong{font-size:22px}.check-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.check-row input{flex:0 0 20px;width:20px;min-height:20px;margin-top:2px}.check-row a{display:inline-flex;align-items:center;min-height:44px;color:var(--brand);text-decoration:underline}.cell-note{display:block;margin-top:4px;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.usage-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:-8px 0 24px}.usage-type-grid>div{display:grid;gap:3px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff}.usage-type-grid strong{font-size:13px}.usage-type-grid span{color:var(--muted);font-size:12px}@media(max-width:700px){.usage-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.usage-filter-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.filter-actions{display:flex;gap:8px}.usage-table{min-width:1120px}.usage-detail{display:flex;flex-wrap:wrap;gap:5px;max-width:260px}.usage-detail small{padding:2px 7px;border-radius:999px;color:#41536a;background:#edf3fa;white-space:nowrap}.error-note{max-width:260px;color:var(--danger);white-space:normal}@media(max-width:900px){.usage-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-actions{grid-column:1/-1}}@media(max-width:600px){.usage-filter-form{grid-template-columns:1fr}.filter-actions{grid-column:auto}.filter-actions .button{flex:1}}.data-card{min-width:0}.data-card header{min-width:0}.data-card header strong{min-width:0;overflow-wrap:anywhere}.data-card header .status{flex:0 0 auto}.ticket-center{margin-top:36px}.ticket-form{display:grid;gap:16px;margin-bottom:22px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.ticket-list{display:grid;gap:14px}.ticket-list>article{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:20px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.ticket-list article small{margin-left:9px;color:var(--muted)}.ticket-list h3{margin:10px 0 4px}.ticket-list p{margin:0;color:var(--muted);overflow-wrap:anywhere}.ticket-list form{display:grid;gap:10px}.ticket-list textarea{min-height:88px}.status.OPEN{color:#81510d;background:#fff0d7}.status.IN_PROGRESS{color:#174c86;background:#e6f0ff}.status.RESOLVED,.status.CLOSED{color:#176842;background:#ddf3e7}@media(max-width:700px){.ticket-list>article{grid-template-columns:1fr}.ticket-list .button{width:100%}}.ticket-thread{display:grid;gap:8px;margin-top:14px}.ticket-thread>div{padding:11px;border-left:3px solid #9dbce7;border-radius:0 9px 9px 0;background:#f5f8fc}.ticket-thread>div.ADMIN{border-color:var(--accent);background:#effaf7}.ticket-thread strong{font-size:12px}.ticket-thread small{display:block;margin:5px 0 0!important}.inline-refund-form{display:flex;gap:8px;align-items:center;min-width:260px}.inline-refund-form input{min-width:150px}@media(max-width:640px){.inline-refund-form{min-width:0;flex-direction:column;align-items:stretch}.inline-refund-form input{min-width:0}}.wallet-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.wallet-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.wallet-page-head p:not(.eyebrow){max-width:620px;margin:10px 0 0;color:var(--muted)}.wallet-head-actions{display:flex;gap:10px;flex:0 0 auto}.wallet-head-actions svg{width:18px;height:18px;margin-right:7px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.wallet-overview{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:18px;margin-bottom:18px}.wallet-balance-card{position:relative;min-height:310px;padding:30px;border:1px solid #274d7f;border-radius:24px;color:#fff;background:#10243f;box-shadow:0 24px 54px #10243f33;overflow:hidden}.wallet-balance-card:before,.wallet-balance-card:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.wallet-balance-card:before{width:300px;height:300px;right:-130px;top:-170px}.wallet-balance-card:after{width:210px;height:210px;right:-95px;top:-115px}.wallet-balance-top,.wallet-card-label,.wallet-secure{display:flex;align-items:center}.wallet-balance-top{position:relative;justify-content:space-between;gap:16px}.wallet-card-label{gap:9px;color:#b9d5fa;font-size:12px;font-weight:800;letter-spacing:.13em}.wallet-card-label svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wallet-secure{gap:8px;color:#a9bdd7;font-size:12px}.wallet-secure i{width:8px;height:8px;border-radius:50%;background:#37d6ac;box-shadow:0 0 0 4px #37d6ac1f}.wallet-balance-main{position:relative;margin:36px 0 32px}.wallet-balance-main span{display:block;color:#9fb4cf;font-size:14px}.wallet-balance-main strong{display:block;margin:2px 0 4px;font-size:clamp(38px,5vw,58px);line-height:1.15;letter-spacing:-.04em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.wallet-balance-main small{color:#8fa8c8}.wallet-balance-meta{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border-top:1px solid rgba(255,255,255,.13)}.wallet-balance-meta>div{padding:18px 18px 0 0}.wallet-balance-meta span{display:block;color:#839bb9;font-size:12px}.wallet-balance-meta strong{display:block;margin-top:4px;color:#eef5ff;font-size:17px;font-variant-numeric:tabular-nums}.wallet-budget-card,.wallet-panel,.wallet-activity{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 28px #10243f0d}.wallet-budget-card{display:flex;flex-direction:column;min-height:310px;padding:26px}.wallet-panel-title{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.wallet-panel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:var(--brand);background:#eaf3ff}.wallet-panel-icon svg,.wallet-empty-notice svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wallet-panel-title span{display:block;color:var(--muted);font-size:12px}.wallet-panel-title strong{display:block;margin-top:1px;font-size:17px}.wallet-budget-state{min-width:45px;padding:5px 9px;border-radius:999px;color:#08735e!important;background:#dcf7ef;font-weight:800;text-align:center}.wallet-budget-state.warning{color:#9a6700!important;background:#fff0cf}.wallet-progress{height:9px;margin:34px 0 18px;border-radius:999px;background:#edf2f7;overflow:hidden}.wallet-progress i{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .35s ease}.wallet-budget-values{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wallet-budget-values div{padding:15px;border:1px solid #e5ecf4;border-radius:14px;background:#f8fafc}.wallet-budget-values span{display:block;color:var(--muted);font-size:12px}.wallet-budget-values strong{display:block;margin-top:3px;font-size:18px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.wallet-budget-card>p{margin:auto 0 0;padding-top:18px;color:var(--muted);font-size:13px}.wallet-control-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-bottom:18px}.wallet-panel{padding:26px}.wallet-section-heading h2{margin:2px 0 0;font-size:24px;line-height:1.25;letter-spacing:-.02em}.wallet-section-heading p{margin:6px 0 0;color:var(--muted);font-size:14px}.wallet-section-heading.horizontal{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.wallet-kicker{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.15em}.wallet-policy-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.wallet-input-wrap{position:relative;display:block}.wallet-input-wrap input{padding-right:72px;background:#f9fbfd}.wallet-input-wrap em{position:absolute;right:12px;top:50%;color:#8291a5;font-size:12px;font-style:normal;transform:translateY(-50%)}.wallet-form-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.wallet-form-actions .form-message{margin:0}.wallet-unread-count{flex:0 0 auto;padding:5px 10px;border-radius:999px;color:#52647a;background:#edf2f7;font-size:12px;font-weight:750}.wallet-notices{display:grid;gap:0;margin-top:14px}.wallet-notice-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.wallet-notice-item:last-child{border-bottom:0}.wallet-notice-item.read{opacity:.72}.wallet-notice-dot{align-self:start;width:9px;height:9px;margin-top:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #eaf3ff}.wallet-notice-dot.critical{background:#d04437;box-shadow:0 0 0 4px #fee9e7}.wallet-notice-item>div>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.wallet-notice-item strong{font-size:14px}.wallet-notice-item p{margin:4px 0;color:var(--muted);font-size:13px;line-height:1.45}.wallet-notice-item time{color:#8997a8;font-size:12px}.wallet-notice-item .button{min-height:36px;padding:6px 10px;font-size:12px}.wallet-empty-notice{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:172px;color:#8291a5;text-align:center}.wallet-empty-notice svg{width:28px;height:28px;margin-bottom:10px}.wallet-empty-notice strong{color:#52647a}.wallet-empty-notice span{margin-top:4px;font-size:13px}.wallet-activity{padding:26px}.wallet-activity .table-wrap,.wallet-activity .empty-state{margin-top:20px;box-shadow:none}.wallet-activity .empty-state{padding:42px 20px;background:#f9fbfd}.wallet-activity .data-table th{background:#f7f9fc}.wallet-activity .data-table tr:hover td{background:#fbfdff}@media(max-width:1050px){.wallet-overview{grid-template-columns:1fr}.wallet-budget-card{min-height:0}.wallet-control-grid{grid-template-columns:1fr}}@media(max-width:700px){.wallet-page-head{align-items:flex-start;flex-direction:column}.wallet-head-actions{width:100%}.wallet-head-actions .button{flex:1}.wallet-balance-card{min-height:0;padding:22px}.wallet-balance-top{align-items:flex-start}.wallet-secure{display:none}.wallet-balance-main{margin:30px 0 24px}.wallet-balance-meta{grid-template-columns:1fr 1fr}.wallet-balance-meta>div:last-child{grid-column:1/-1}.wallet-budget-card,.wallet-panel,.wallet-activity{padding:20px}.wallet-policy-form{grid-template-columns:1fr}.wallet-form-actions{align-items:stretch;flex-direction:column}.wallet-form-actions .button{width:100%}.wallet-section-heading.horizontal{align-items:flex-start}.wallet-notice-item{grid-template-columns:auto minmax(0,1fr)}.wallet-notice-item .button{grid-column:2;width:fit-content}.wallet-activity>.wallet-section-heading{align-items:flex-start;flex-direction:column}.wallet-activity>.wallet-section-heading .button{width:100%}}.profile-page-head{align-items:flex-end}.profile-account-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:36px}.profile-info-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;min-height:152px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px #10243f0d}.profile-info-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:var(--brand);background:#eaf3ff}.profile-info-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-info-card h2{margin:1px 0 12px;color:#5e6f85;font-size:13px;font-weight:750}.profile-info-value{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.profile-info-value>strong{max-width:100%;font-size:18px;line-height:1.35;overflow-wrap:anywhere}.profile-balance-card .profile-info-value>strong{font-size:30px;font-variant-numeric:tabular-nums}.profile-info-value>span:not(.status){color:var(--muted);font-size:13px}.profile-info-card p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.profile-info-card .usage-copy-button{width:34px;height:34px;min-width:34px;min-height:34px}.profile-key-value{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.profile-create-key{display:inline-flex;align-items:center;min-height:36px;padding:5px 11px;border-radius:9px;color:var(--brand);background:#eef5ff;font-size:13px;font-weight:750}.profile-settings-head{margin:0 0 18px;padding-top:4px}.profile-settings-head span{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.15em}.profile-settings-head h2{margin:3px 0 0;font-size:26px;line-height:1.25;letter-spacing:-.02em}.profile-settings-head p{margin:6px 0 0;color:var(--muted)}@media(max-width:700px){.profile-page-head{align-items:flex-start}.profile-page-head .button{width:100%}.profile-account-overview{grid-template-columns:1fr;margin-bottom:28px}.profile-info-card{min-height:0;padding:20px}.profile-info-value>strong{font-size:16px}.profile-balance-card .profile-info-value>strong{font-size:26px}}.profile-info-card .usage-copy-button{width:44px;height:44px;min-width:44px;min-height:44px}.profile-settings-panel{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 28px #10243f0d}.profile-settings-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.profile-settings-title span{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.15em}.profile-settings-title h2{margin:3px 0 0;font-size:26px;line-height:1.25}.profile-settings-title p{margin:6px 0 0;color:var(--muted)}.profile-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-setting-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:82px;padding:15px 16px;border:1px solid #e1e8f0;border-radius:15px;color:var(--ink);background:#fbfcfe;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.profile-setting-item:hover{border-color:#b9d3f5;background:#f4f8fe;box-shadow:0 8px 20px #10243f0f}.profile-setting-item:focus-visible{outline:3px solid rgba(52,143,235,.28);outline-offset:2px}.profile-setting-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:var(--brand);background:#eaf3ff}.profile-setting-icon svg,.profile-setting-item em svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-setting-item>span:nth-child(2){display:grid;gap:4px;min-width:0}.profile-setting-item strong{font-size:15px}.profile-setting-item small{color:var(--muted);font-size:13px;line-height:1.45}.profile-setting-item em{display:flex;align-items:center;gap:3px;color:#62738a;font-size:13px;font-style:normal;font-weight:700;white-space:nowrap}.profile-setting-item em svg{width:16px;height:16px}.profile-setting-item.danger .profile-setting-icon{color:#b23a38;background:#fff0ef}.profile-setting-item.danger:hover{border-color:#efc2bf;background:#fff8f7}.profile-setting-item.danger em{color:#a33532}.profile-settings-dialog{width:min(760px,calc(100% - 24px));max-width:none;max-height:min(90dvh,880px);padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 28px 90px #10243f52;overflow:hidden}.profile-settings-dialog::backdrop{background:#0f1c2d9e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px;border-bottom:1px solid var(--line)}.profile-dialog-head .eyebrow{margin:0 0 3px}.profile-dialog-head h2{margin:0;font-size:25px}.profile-dialog-head p:last-child{margin:6px 0 0;color:var(--muted)}.profile-dialog-head>button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:12px;color:#62738a;background:#f3f6f9;cursor:pointer}.profile-dialog-head>button:hover{color:var(--ink);background:#e8eef4}.profile-dialog-head svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.profile-dialog-body{max-height:calc(90dvh - 135px);padding:24px;overflow-y:auto}.profile-dialog-body>.docs-card,.profile-dialog-body>.danger-zone{padding:0;border:0;box-shadow:none}.profile-dialog-body>.docs-card>h2,.profile-dialog-body>.danger-zone>h2{display:none}.profile-dialog-body>.docs-card>p:first-of-type,.profile-dialog-body>.danger-zone>p:first-of-type{margin-top:0}.profile-edit-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px}.profile-edit-layout .profile-preview{padding:20px}.profile-edit-layout .profile-preview img,.profile-edit-layout .profile-preview>span{width:76px;height:76px;font-size:30px}.profile-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px;padding-top:18px;border-top:1px solid var(--line)}.profile-dialog-note{margin:0;padding:13px 14px;border:1px solid #cfe0f7;border-radius:12px;color:#41536a;background:#f2f7ff}.profile-dialog-section>p{margin-top:0;color:var(--muted)}.profile-settings-dialog.danger .profile-dialog-head .eyebrow{color:#b23a38}@media(max-width:700px){.profile-settings-panel{padding:20px}.profile-settings-grid,.profile-edit-layout{grid-template-columns:1fr}.profile-edit-layout .profile-preview{display:none}.profile-dialog-head,.profile-dialog-body{padding:18px}.profile-setting-item{min-height:78px}.profile-setting-item em{font-size:0}.profile-setting-item em svg{width:18px;height:18px}}.dashboard-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.dashboard-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.dashboard-page-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.dashboard-warning-settings{position:relative}.dashboard-warning-settings summary{list-style:none}.dashboard-warning-settings summary::-webkit-details-marker{display:none}.dashboard-warning-form{position:absolute;right:0;top:54px;z-index:20;display:grid;gap:12px;width:310px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 50px #10243f29}.dashboard-warning-form .form-message{margin:0}.dashboard-overview,.dashboard-trend-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 28px #10243f0d}.dashboard-overview{margin-bottom:18px}.dashboard-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboard-section-title span{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.15em}.dashboard-section-title h2{margin:3px 0 0;font-size:23px;line-height:1.3}.dashboard-section-title a{display:inline-flex;align-items:center;min-height:44px;color:var(--brand);font-size:13px;font-weight:750}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-metrics article{position:relative;padding:22px;border:1px solid #e4ebf3;border-radius:16px;background:#f9fbfd;overflow:hidden}.dashboard-metrics article:after{position:absolute;right:-22px;bottom:-30px;width:92px;height:92px;border-radius:50%;content:"";background:#1769e00f}.dashboard-metrics span,.dashboard-metrics small{display:block;color:var(--muted);font-size:13px}.dashboard-metrics strong{display:block;margin:6px 0 3px;font-size:clamp(28px,3vw,38px);line-height:1.15;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.dashboard-chart{display:grid;grid-template-columns:repeat(14,minmax(24px,1fr));align-items:end;gap:8px;height:310px;padding:28px 8px 0;border-top:1px solid var(--line)}.dashboard-chart-column{display:grid;grid-template-rows:28px 1fr 24px;align-items:end;height:100%;text-align:center}.dashboard-chart-column>span{align-self:start;color:#708096;font-size:10px;opacity:0;transition:opacity .18s ease}.dashboard-chart-column:hover>span,.dashboard-chart-column:focus-within>span{opacity:1}.dashboard-chart-column i{display:block;width:min(28px,75%);min-height:2px;margin:0 auto;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#4a91ef,var(--brand))}.dashboard-chart-column small{align-self:end;color:#7a899d;font-size:10px;white-space:nowrap}@media(max-width:700px){.dashboard-page-head{align-items:flex-start;flex-direction:column}.dashboard-warning-settings{width:100%}.dashboard-warning-settings summary{width:100%}.dashboard-warning-form{position:static;width:100%;margin-top:10px}.dashboard-overview,.dashboard-trend-card{padding:20px}.dashboard-section-title{align-items:flex-start}.dashboard-metrics{grid-template-columns:1fr}.dashboard-chart{grid-template-columns:repeat(14,28px);gap:7px;overflow-x:auto;height:270px;padding-bottom:8px}.dashboard-chart-column>span{opacity:1}.dashboard-chart-column small{font-size:9px}}.announcement-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.announcement-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.announcement-page-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.announcement-count{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid var(--line);border-radius:12px;color:#52647a;background:#fff;font-size:13px;font-weight:750}.announcement-list{display:grid;gap:14px}.announcement-card{position:relative;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 24px #10243f0b;overflow:hidden}.announcement-card:before{position:absolute;inset:0 auto 0 0;width:4px;content:"";background:var(--brand)}.announcement-card.importance-HIGH:before,.announcement-card.importance-CRITICAL:before{background:#e05243}.announcement-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.announcement-tags{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.announcement-tags span{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;color:#0c4fb4;background:#eaf3ff;font-size:11px;font-weight:800}.announcement-tags .important{color:#9f251b;background:#fee9e7}.announcement-tags .new{color:#08735e;background:#dcf7ef}.announcement-card time{color:#7b899b;font-size:12px;font-variant-numeric:tabular-nums}.announcement-card h2{margin:14px 0 8px;font-size:21px;line-height:1.35}.announcement-card p{margin:0;color:#52647a;line-height:1.75;white-space:pre-line}.announcement-list>.empty-state{box-shadow:0 7px 24px #10243f0b}@media(max-width:700px){.announcement-page-head{align-items:flex-start;flex-direction:column}.announcement-count{width:100%;justify-content:center}.announcement-card{padding:20px}.announcement-card-top{align-items:flex-start;flex-direction:column}.announcement-card h2{font-size:19px}.announcement-card p{font-size:15px}}.model-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.model-catalog-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.model-catalog-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.model-catalog-head>span{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid var(--line);border-radius:12px;color:#52647a;background:#fff;font-size:13px;font-weight:750}.model-catalog-filter{margin-bottom:18px;padding:8px;border:1px solid var(--line);border-radius:15px;background:#fff}.model-catalog-filter button{border-color:transparent}.catalog-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.catalog-model-card{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 24px #10243f0b}.catalog-model-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.catalog-model-card h3{margin:9px 0 0;font-size:20px;line-height:1.3;overflow-wrap:anywhere}.catalog-model-status{display:inline-flex;align-items:center;flex:0 0 auto;gap:6px;min-height:28px;padding:4px 9px;border-radius:999px;color:#08735e;background:#dcf7ef;font-size:11px;font-weight:800}.catalog-model-status i{width:7px;height:7px;border-radius:50%;background:currentColor}.catalog-model-status:not(.ACTIVE){color:#9f251b;background:#fee9e7}.catalog-model-price{display:flex;align-items:baseline;gap:6px;margin:22px 0 12px;padding:16px;border-radius:14px;background:#f7faff}.catalog-model-price>span{margin-right:auto;color:var(--muted);font-size:12px}.catalog-model-price strong{font-size:25px;line-height:1.1;font-variant-numeric:tabular-nums}.catalog-model-price small{color:var(--muted);font-size:12px}.catalog-model-policy{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:13px}.catalog-model-policy span{display:inline-flex;align-items:center;gap:5px;color:#08735e;font-size:12px;font-weight:700}.catalog-model-policy svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.catalog-model-price-detail{margin:0;color:#52647a;font-size:13px;line-height:1.6}.catalog-model-price-detail b{color:var(--ink)}.catalog-model-description{margin-top:10px}.catalog-model-description summary{display:inline-flex;align-items:center;min-height:36px;color:var(--brand);cursor:pointer;font-size:13px;font-weight:750}.catalog-model-description p{margin:6px 0 0;color:var(--muted);font-size:13px}.catalog-model-features{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0}.catalog-model-features span{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border:1px solid #dbe6f3;border-radius:999px;color:#52647a;background:#f9fbfd;font-size:11px;font-weight:700}.catalog-model-card footer{display:flex;gap:10px;margin-top:auto;padding-top:4px}.catalog-model-card footer .button{flex:1}@media(max-width:700px){.model-catalog-head{align-items:flex-start;flex-direction:column}.model-catalog-head>span{width:100%;justify-content:center}.model-catalog-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.catalog-model-grid{grid-template-columns:1fr}.catalog-model-card{padding:20px}.catalog-model-card footer{flex-direction:column}.catalog-model-card footer .button{width:100%}}@media(max-width:420px){.wallet-head-actions{flex-direction:column}.wallet-balance-meta{grid-template-columns:1fr}.wallet-balance-meta>div:last-child{grid-column:auto}.wallet-budget-values{grid-template-columns:1fr}.wallet-balance-main strong{font-size:34px}}.usage-log-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.usage-log-page-head h1{margin:0;font-size:clamp(34px,4vw,46px);line-height:1.12;letter-spacing:-.035em}.usage-log-page-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.usage-head-actions{display:flex;gap:10px;flex:0 0 auto}.usage-head-actions svg{width:18px;height:18px;margin-right:7px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.usage-search-panel{margin-bottom:18px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 6px 22px #10243f0a}.usage-search-panel>label{font-size:14px}.usage-search-row{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:10px;margin-top:7px}.usage-search-row input{min-height:44px;background:#fbfcfe}.usage-log-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px #10243f0d;overflow:hidden}.usage-log-card>.empty-state{border:0;border-radius:0}.usage-table-scroll{width:100%;overflow:auto}.consumption-table{width:100%;min-width:1580px;border-collapse:separate;border-spacing:0;font-size:14px}.consumption-table th,.consumption-table td{height:58px;padding:12px 16px;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:middle;white-space:nowrap}.consumption-table th{position:sticky;top:0;z-index:2;height:48px;color:#52647a;background:#f7f9fc;font-size:13px;font-weight:750}.consumption-table tbody tr:last-child td{border-bottom:0}.consumption-table tbody tr:hover td{background:#f9fbfe}.consumption-table td:first-child,.consumption-table th:first-child{position:sticky;left:0;z-index:1;min-width:260px;background:#fff}.consumption-table th:first-child{z-index:3;background:#f7f9fc}.consumption-table tbody tr:hover td:first-child{background:#f9fbfe}.consumption-table td:nth-child(2){min-width:180px}.consumption-table td:nth-child(6){min-width:210px}.consumption-table td:nth-child(7),.consumption-table td:nth-child(8){min-width:220px}.consumption-table td:nth-child(9){min-width:190px}.consumption-table strong{display:block}.consumption-table small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.consumption-table time{font-variant-numeric:tabular-nums}.usage-id-cell,.usage-data-cell{display:flex;align-items:center;gap:8px;min-width:0}.usage-id-cell code{max-width:220px;overflow:hidden;color:#34465d;text-overflow:ellipsis}.usage-copy-button{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;padding:0;border:0;border-radius:8px;color:#7a899c;background:transparent;cursor:pointer}.usage-copy-button:hover{color:var(--brand);background:#eaf3ff}.usage-copy-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.usage-data-cell>button:first-child{max-width:175px;padding:0;border:0;color:#34465d;background:transparent;cursor:pointer;text-align:left;text-decoration:underline;text-decoration-color:#c8d5e4;text-underline-offset:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usage-data-cell>button:first-child:hover{color:var(--brand);text-decoration-color:var(--brand)}.usage-no-data{color:#8997a8}.usage-token-cost{color:#b42318;font-weight:750;font-variant-numeric:tabular-nums}.usage-result-status{display:inline-flex;align-items:center;min-height:26px;padding:3px 9px;border-radius:999px;color:#52647a;background:#edf1f5;font-size:12px;font-weight:750}.usage-result-status.SUCCEEDED{color:#08735e;background:#dcf7ef}.usage-result-status.FAILED{color:#9f251b;background:#fee9e7}.usage-result-status.RUNNING,.usage-result-status.QUEUED{color:#795213;background:#fff0cf}.usage-remark{color:#52647a}.usage-remark.error{color:var(--danger)}.usage-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.usage-pagination>div{display:flex;gap:8px}.usage-page-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:10px;color:#52647a;background:#fff;cursor:pointer}.usage-page-button:hover:not(:disabled){color:var(--brand);border-color:#9dbce7;background:#f8fbff}.usage-page-button:disabled{cursor:not-allowed;opacity:.45}.usage-page-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.usage-detail-dialog{width:min(720px,calc(100% - 24px));max-height:min(760px,calc(100dvh - 32px));padding:0;border:0;border-radius:20px;color:var(--ink);background:#fff;box-shadow:0 28px 90px #10243f4d;overflow:hidden}.usage-detail-dialog::backdrop{background:#0a182c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.usage-detail-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.usage-detail-head h2{margin:2px 0 0;font-size:24px}.usage-detail-head>button{min-width:44px;min-height:44px;padding:8px 10px;border:0;border-radius:10px;color:var(--muted);background:transparent;cursor:pointer}.usage-detail-head>button:hover{color:var(--ink);background:var(--wash)}.usage-detail-dialog pre{max-height:520px;margin:0;padding:24px;color:#dceafe;background:#10243f;font:13px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow:auto}.usage-detail-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line)}.usage-detail-actions form{display:contents}@media(max-width:700px){.usage-log-page-head{align-items:flex-start;flex-direction:column}.usage-head-actions{width:100%}.usage-head-actions .button{flex:1}.usage-search-panel{padding:18px}.usage-search-row{grid-template-columns:1fr 1fr}.usage-search-row input{grid-column:1/-1}.usage-pagination{align-items:flex-start;flex-direction:column}.usage-pagination>div{align-self:flex-end}.usage-detail-head,.usage-detail-actions{padding-right:18px;padding-left:18px}.usage-detail-dialog pre{padding:18px}.usage-detail-actions .button{flex:1}.usage-detail-actions form{display:flex;flex:1}}.recharge-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.recharge-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.recharge-page-head p:not(.eyebrow){max-width:620px;margin:8px 0 0;color:var(--muted)}.recharge-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:18px}.recharge-balance-panel,.recharge-checkout-panel{min-width:0;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 28px #10243f0d}.recharge-section-title{display:flex;align-items:center;gap:12px}.recharge-section-title>div>span{display:block;color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.15em}.recharge-section-title h2{margin:2px 0 0;font-size:22px;line-height:1.3}.recharge-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;color:var(--brand);background:#eaf3ff}.recharge-icon svg,.recharge-safe-note svg,.recharge-payment svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.recharge-balance-value{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;margin:32px 0 14px}.recharge-balance-value strong{font-size:clamp(38px,5vw,56px);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.04em;overflow-wrap:anywhere}.recharge-balance-value>span{color:#52647a;font-weight:750}.recharge-balance-value small{color:var(--muted)}.recharge-safe-note{display:flex;align-items:center;gap:8px;margin:0 0 32px;color:#52647a;font-size:13px}.recharge-safe-note svg{flex:0 0 18px;width:18px;height:18px}.recharge-code-label{margin-bottom:7px;font-size:14px}.recharge-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.recharge-code-row input{border-radius:11px 0 0 11px;text-transform:uppercase}.recharge-code-row span{display:flex;align-items:center;min-height:46px;padding:9px 14px;border:1px solid #cbd7e5;border-left:0;border-radius:0 11px 11px 0;color:#52647a;background:#f7f9fc;font-size:13px;font-weight:700}.recharge-trial-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:18px;border:1px solid #dbe7f5;border-radius:16px;background:#f7faff}.recharge-trial-card>div>span{display:block;color:var(--brand);font-size:10px;font-weight:850;letter-spacing:.14em}.recharge-trial-card strong{display:block;margin:3px 0;font-size:15px}.recharge-trial-card p{margin:0;color:var(--muted);font-size:12px}.recharge-trial-card .button{flex:0 0 auto}.recharge-fieldset{min-width:0;margin:26px 0 0;padding:0;border:0}.recharge-fieldset legend{margin-bottom:10px;color:#34465d;font-size:14px;font-weight:750}.recharge-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.recharge-package{position:relative;display:block;min-width:0;min-height:82px;padding:15px;border:1px solid #d9e2ed;border-radius:13px;background:#fbfcfe;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.recharge-package:hover,.recharge-package.selected,.recharge-package:has(input:checked){border-color:#7faeea;background:#f2f7ff;box-shadow:inset 0 0 0 1px #1769e024}.recharge-package input,.recharge-payment input{position:absolute;width:1px;min-height:1px;opacity:0;pointer-events:none}.recharge-package span{display:block}.recharge-package strong{display:block;font-size:19px;line-height:1.25;font-variant-numeric:tabular-nums}.recharge-package small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.recharge-package em{position:absolute;right:8px;top:-8px;padding:3px 7px;border-radius:999px;color:#fff;background:#10243f;font-size:10px;font-style:normal;font-weight:800}.recharge-custom-amount{margin-top:12px;border:1px solid var(--line);border-radius:13px;background:#fff}.recharge-custom-amount summary{display:flex;align-items:center;min-height:44px;padding:8px 13px;color:var(--brand);cursor:pointer;font-size:13px;font-weight:750}.recharge-custom-amount label{padding:0 13px;font-size:13px}.recharge-custom-amount input{width:calc(100% - 26px);margin:6px 13px 13px}.recharge-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.recharge-payment{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;min-height:66px;padding:11px 13px;border:1px solid #d9e2ed;border-radius:13px;background:#fff;cursor:pointer}.recharge-payment:hover,.recharge-payment.selected,.recharge-payment:has(input:checked){border-color:#7faeea;background:#f2f7ff;box-shadow:inset 0 0 0 1px #1769e024}.recharge-payment svg{color:#52647a}.recharge-payment strong,.recharge-payment small{display:block}.recharge-payment strong{font-size:14px}.recharge-payment small{margin-top:1px;color:var(--muted);font-size:11px;font-weight:500}.recharge-submit{width:100%;margin-top:20px}.recharge-helper{margin:10px 0 0;color:var(--muted);font-size:12px;text-align:center}.recharge-checkout-panel>.form-message{margin-bottom:0;text-align:center}.recharge-package:focus-within,.recharge-payment:focus-within{outline:3px solid rgba(23,105,224,.28);outline-offset:2px}@media(max-width:1100px){.recharge-layout{grid-template-columns:1fr}.recharge-balance-panel,.recharge-checkout-panel{min-height:0}}@media(max-width:700px){.recharge-page-head{align-items:flex-start;flex-direction:column}.recharge-page-head .button{width:100%}.recharge-balance-panel,.recharge-checkout-panel{padding:20px}.recharge-balance-value{grid-template-columns:auto 1fr}.recharge-balance-value small{grid-column:1/-1}.recharge-trial-card{align-items:flex-start;flex-direction:column}.recharge-trial-card .button{width:100%}.recharge-payment-grid{grid-template-columns:1fr}}@media(max-width:420px){.recharge-package-grid,.recharge-code-row{grid-template-columns:1fr}.recharge-code-row input{border-radius:11px}.recharge-code-row span{justify-content:center;border-top:0;border-left:1px solid #cbd7e5;border-radius:0 0 11px 11px}}.order-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.order-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.order-page-head p:not(.eyebrow){max-width:620px;margin:8px 0 0;color:var(--muted)}.order-head-actions{display:flex;flex:0 0 auto;gap:10px}.order-head-actions svg{width:18px;height:18px;margin-right:7px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.order-list-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px #10243f0d;overflow:hidden}.order-table-scroll{width:100%;overflow:auto}.order-table{width:100%;min-width:1320px;border-collapse:separate;border-spacing:0;font-size:14px}.order-table th,.order-table td{height:66px;padding:12px 16px;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:middle}.order-table th{position:sticky;top:0;z-index:2;height:49px;color:#52647a;background:#f7f9fc;font-size:13px;font-weight:750;white-space:nowrap}.order-table tbody tr:last-child td{border-bottom:0}.order-table tbody tr:hover td{background:#fbfdff}.order-table td:first-child,.order-table th:first-child{position:sticky;left:0;z-index:1;width:280px;min-width:280px;background:#fff}.order-table th:first-child{z-index:3;background:#f7f9fc}.order-table tbody tr:hover td:first-child{background:#fbfdff}.order-table td:nth-child(2){min-width:180px}.order-table td:nth-child(5){min-width:200px}.order-table td:nth-child(6),.order-table td:nth-child(7){min-width:170px}.order-table td:last-child{min-width:132px}.order-table strong,.order-table small{display:block}.order-table small{margin-top:3px;color:var(--muted);font-size:11px}.order-table time,.order-amount{font-variant-numeric:tabular-nums}.order-amount{color:#08735e;font-weight:800}.order-id-cell{display:flex;align-items:center;gap:7px;min-width:0}.order-id-cell code{max-width:220px;color:#34465d;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-copy-button{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border:0;border-radius:9px;color:#738298;background:transparent;cursor:pointer}.order-copy-button:hover{color:var(--brand);background:#eaf3ff}.order-copy-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.order-table .status{align-items:center;gap:6px;white-space:nowrap}.order-table .status i{width:7px;height:7px;border-radius:50%;background:currentColor}.status.PENDING_PAYMENT{color:#795213;background:#fff0cf}.status.REQUESTED,.status.APPROVED{color:#174c86;background:#e6f0ff}.status.REFUNDED{color:#5f3e89;background:#eee7f7}.status.REJECTED{color:#9f251b;background:#fee9e7}.order-remark{max-width:260px;color:#52647a;line-height:1.45}.order-action-button{min-width:104px}.order-action-menu{position:relative}.order-action-menu>summary{list-style:none;min-width:104px}.order-action-menu>summary::-webkit-details-marker{display:none}.order-action-menu>form{position:absolute;right:0;top:50px;z-index:20;display:grid;gap:12px;width:300px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 18px 50px #10243f2e}.order-action-menu label{font-size:13px}.order-action-menu input{min-height:44px}.order-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.order-pagination>div{display:flex;gap:8px}.order-page-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:10px;color:#52647a;background:#fff;cursor:pointer}.order-page-button:hover:not(:disabled){color:var(--brand);border-color:#9dbce7;background:#f8fbff}.order-page-button:disabled{cursor:not-allowed;opacity:.45}.order-page-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.order-refresh-spinner{width:16px;height:16px;margin-right:8px;border:2px solid #cbd7e5;border-top-color:var(--brand);border-radius:50%;animation:order-spin .75s linear infinite}@keyframes order-spin{to{transform:rotate(360deg)}}@media(max-width:700px){.order-page-head{align-items:flex-start;flex-direction:column}.order-head-actions{width:100%}.order-head-actions .button{flex:1}.order-pagination{align-items:flex-start;flex-direction:column}.order-pagination>div{align-self:flex-end}.order-action-menu>form{position:fixed;inset:auto 12px 16px;width:auto;z-index:60;padding:20px}.order-action-menu[open]:after{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background:#0a182c7a}}.page-shell:has(.dashboard-layout){width:min(1500px,calc(100% - 32px))}.order-table{min-width:1200px}.order-table{min-width:1100px}.order-table td:first-child,.order-table th:first-child{width:240px;min-width:240px}.order-table td:nth-child(2){min-width:150px}.order-table td:nth-child(5){min-width:140px}.order-table td:nth-child(6),.order-table td:nth-child(7){min-width:150px}.order-table td:last-child{min-width:110px}.order-id-cell code{max-width:180px}.order-scroll-hint{display:none}@media(max-width:700px){.order-scroll-hint{display:block;margin:0;padding:10px 16px;border-bottom:1px solid var(--line);color:#65758a;background:#f8fafc;font-size:12px}}.consumption-query-head,.consumption-query-card,.consumption-query-result{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 24px #10243f0b}.consumption-query-head{margin-bottom:18px;padding:26px}.consumption-query-head h1{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.12;letter-spacing:-.035em}.consumption-query-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.consumption-query-card{padding:26px}.consumption-query-title{display:flex;align-items:flex-start;gap:13px;margin-bottom:22px}.consumption-query-title>span{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;color:var(--brand);background:#eaf3ff}.consumption-query-title svg,.consumption-query-actions svg,.consumption-query-placeholder svg,.consumption-query-empty svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.consumption-query-title h2{margin:1px 0 3px;font-size:22px;line-height:1.3}.consumption-query-title p{margin:0;color:var(--muted);font-size:14px}.consumption-query-card form>label{display:block;margin-bottom:7px;font-size:14px}.consumption-query-card label small{color:var(--muted);font-weight:500}.consumption-query-card input{min-height:46px;background:#fbfcfe}.consumption-key-helper{margin:7px 0 18px;color:#6b7b8f;font-size:12px}.consumption-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consumption-query-actions{display:flex;gap:10px;margin-top:18px}.consumption-query-actions svg{margin-right:7px}.consumption-query-card .form-message{margin-bottom:0}.consumption-query-result{min-height:200px;margin-top:18px;padding:24px}.consumption-query-placeholder,.consumption-query-empty{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:160px;color:#7b899b;text-align:center}.consumption-query-placeholder svg,.consumption-query-empty svg{width:30px;height:30px;margin-bottom:11px}.consumption-query-placeholder strong,.consumption-query-empty strong{color:#52647a}.consumption-query-placeholder span,.consumption-query-empty span{margin-top:4px;font-size:13px}.consumption-query-empty.error strong{color:var(--danger)}.consumption-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.consumption-summary article{padding:18px;border:1px solid #e3eaf3;border-radius:14px;background:#f8fafc}.consumption-summary span{display:block;color:var(--muted);font-size:12px}.consumption-summary strong{display:block;margin-top:4px;font-size:25px;line-height:1.2;font-variant-numeric:tabular-nums}.consumption-table-scroll{width:100%;overflow:auto;border:1px solid var(--line);border-radius:14px}.consumption-query-table{width:100%;min-width:1040px;border-collapse:separate;border-spacing:0;font-size:13px}.consumption-query-table th,.consumption-query-table td{height:58px;padding:11px 14px;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:middle}.consumption-query-table th{color:#52647a;background:#f7f9fc;font-size:12px;white-space:nowrap}.consumption-query-table tr:last-child td{border-bottom:0}.consumption-query-table tbody tr:hover td{background:#fbfdff}.consumption-query-table strong,.consumption-query-table small{display:block}.consumption-query-table small{margin-top:2px;color:var(--muted);font-size:11px}.consumption-query-table time{font-variant-numeric:tabular-nums;white-space:nowrap}.consumption-query-table code{color:#41536a;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.consumption-token{color:#b42318;font-weight:800;font-variant-numeric:tabular-nums}.consumption-token small{font-weight:500}.consumption-result-note{margin:12px 0 0;color:var(--muted);font-size:12px;text-align:right}@media(max-width:700px){.consumption-query-head,.consumption-query-card,.consumption-query-result{padding:20px}.consumption-query-title{align-items:flex-start}.consumption-date-grid{grid-template-columns:1fr}.consumption-query-actions{display:grid;grid-template-columns:1fr 1fr}.consumption-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.consumption-query-result{min-height:180px}.consumption-table-scroll:before{display:block;padding:9px 12px;border-bottom:1px solid var(--line);content:"左右滑动查看完整消耗记录";color:#65758a;background:#f8fafc;font-size:12px}.consumption-result-note{text-align:left}}.help-page-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.help-title-icon,.help-section-icon,.help-contact-card>span{display:grid;place-items:center;flex:0 0 auto;color:var(--brand);background:#eef5ff}.help-title-icon{width:46px;height:46px;border-radius:15px}.help-title-icon svg,.help-section-icon svg,.help-contact-card svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.help-page-head .eyebrow{margin-bottom:2px}.help-page-head h1{margin:0;font-size:clamp(32px,4vw,44px);line-height:1.12;letter-spacing:-.035em}.help-page-head p:last-child{margin:4px 0 0;color:var(--muted);font-size:14px}.help-panel,.help-support-card,.moderation-center{margin-bottom:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 24px #10243f0b;overflow:hidden}.help-section-heading{display:flex;align-items:center;gap:12px;padding:21px 24px;border-bottom:1px solid #e8eef5}.help-section-icon{width:38px;height:38px;border-radius:12px}.help-section-icon.contact{color:#16815f;background:#e8f8f2}.help-section-icon.safety{color:#7b4ca0;background:#f5ecfb}.help-section-heading h2{margin:0;font-size:20px;line-height:1.3}.help-section-heading p{margin:2px 0 0;color:var(--muted);font-size:13px}.help-faq-list{display:grid}.help-faq-item{border-bottom:1px solid #e8eef5}.help-faq-item:last-child{border-bottom:0}.help-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:60px;padding:12px 24px;cursor:pointer;color:#24384f;font-weight:700;list-style:none}.help-faq-item summary::-webkit-details-marker{display:none}.help-faq-item summary:hover{color:var(--brand);background:#fbfdff}.help-faq-item summary svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s ease}.help-faq-item[open] summary{color:var(--brand);background:#f8fbff}.help-faq-item[open] summary svg{transform:rotate(180deg)}.help-faq-item>div{padding:0 58px 18px 24px;background:#f8fbff}.help-faq-item p{max-width:820px;margin:0;color:#586a80;font-size:14px;line-height:1.8}.help-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:22px}.help-contact-card{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:188px;padding:22px;border:1px solid #e2e9f2;border-radius:15px;background:#fff;text-align:center;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.help-contact-card:hover{border-color:#9dbce7;background:#fbfdff;box-shadow:0 10px 26px #10243f14}.help-contact-card>span{width:46px;height:46px;margin-bottom:14px;border-radius:14px}.help-contact-card strong{font-size:16px}.help-contact-card small{margin-top:5px;color:var(--muted)}.help-contact-card em{position:absolute;right:12px;top:10px;padding:3px 8px;border-radius:999px;color:#9a6700;background:#fff3d6;font-size:10px;font-style:normal;font-weight:800}.help-contact-card.recommended>span{color:#1769e0;background:#eaf3ff}.help-support-card{margin-top:30px}.help-support-card .ticket-form{margin:22px 24px;padding:22px;background:#f8fafc;box-shadow:none}.help-support-card>.ticket-list,.moderation-center>.ticket-list{padding:0 24px 24px}.help-login-callout{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:22px;padding:20px;border-radius:14px;background:#f6f9fd}.help-login-callout p{margin:0;color:var(--muted)}.moderation-center{margin-top:22px}.moderation-center>.help-section-heading{margin:0}@media(max-width:800px){.help-contact-grid{grid-template-columns:1fr}.help-contact-card{min-height:138px}.help-support-card .ticket-form{margin:18px}.help-support-card>.ticket-list,.moderation-center>.ticket-list{padding:0 18px 18px}}@media(max-width:600px){.help-page-head{align-items:flex-start}.help-section-heading{align-items:flex-start;padding:18px}.help-faq-item summary{min-height:58px;padding:12px 18px}.help-faq-item>div{padding:0 46px 16px 18px}.help-contact-grid{padding:16px}.help-contact-card{min-height:132px}.help-support-card .ticket-form{margin:14px;padding:17px}.help-support-card>.ticket-list,.moderation-center>.ticket-list{padding:0 14px 14px}.help-login-callout{align-items:stretch;flex-direction:column;margin:14px}.help-login-callout .button{width:100%}}@media(prefers-reduced-motion:reduce){.help-faq-item summary svg,.help-contact-card{transition:none}}@media(max-width:600px){.dashboard-layout:has(.help-page-head) .account-nav{display:flex;gap:4px;overflow-x:auto;scrollbar-width:thin}.dashboard-layout:has(.help-page-head) .account-nav a{flex:0 0 auto;justify-content:flex-start;white-space:nowrap}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.key-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.key-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.key-page-head p:not(.eyebrow){margin:7px 0 0;color:var(--muted)}.key-page-head>.button{flex:0 0 auto}.key-page-head>.button svg,.key-search-card svg,.key-row-actions svg,.key-mask-cell svg,.key-dialog svg,.key-secret-dialog svg,.key-empty svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.key-page-head>.button svg{margin-right:8px}.key-search-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 6px 22px #10243f0a}.key-search-card>div{position:relative}.key-search-card>div svg{position:absolute;left:14px;top:13px;color:#8190a3;pointer-events:none}.key-search-card input{padding-left:44px;background:#fbfcfe}.key-list-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px #10243f0d;overflow:hidden}.key-table-scroll{width:100%;overflow:auto}.key-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;font-size:14px}.key-table th,.key-table td{height:68px;padding:12px 16px;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:middle}.key-table th{height:50px;color:#52647a;background:#f7f9fc;font-size:13px;white-space:nowrap}.key-table tbody tr:last-child td{border-bottom:0}.key-table tbody tr:hover td{background:#fbfdff}.key-table th:first-child,.key-table td:first-child{position:sticky;left:0;z-index:1;width:190px;min-width:190px;background:#fff}.key-table th:first-child{z-index:2;background:#f7f9fc}.key-table tbody tr:hover td:first-child{background:#fbfdff}.key-table strong,.key-table small{display:block}.key-table small{margin-top:3px;color:var(--muted);font-size:11px}.key-table code{font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:nowrap}.key-table time{font-variant-numeric:tabular-nums;white-space:nowrap}.key-table .status{align-items:center;gap:6px;white-space:nowrap}.key-table .status i{width:7px;height:7px;border-radius:50%;background:currentColor}.key-mask-cell{display:flex;align-items:center;gap:6px}.key-mask-cell button,.key-row-actions button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:10px;color:#62738a;background:transparent;cursor:pointer}.key-mask-cell button:hover,.key-row-actions button:hover{color:var(--brand);background:#eaf3ff}.key-row-actions{display:flex;align-items:center;gap:2px}.key-row-actions button.danger:hover{color:var(--danger);background:#fff0ef}.key-pagination{display:flex;align-items:center;gap:16px;min-height:68px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.key-pagination>label{display:flex;align-items:center;gap:8px;margin-left:auto}.key-pagination select{width:auto;min-height:42px;padding:7px 30px 7px 10px}.key-pagination>div{display:flex;align-items:center;gap:6px}.key-pagination button{min-height:42px;padding:7px 11px;border:1px solid var(--line);border-radius:9px;color:#52647a;background:#fff;cursor:pointer}.key-pagination button:hover:not(:disabled){color:var(--brand);border-color:#9dbce7}.key-pagination button:disabled{cursor:not-allowed;opacity:.4}.key-pagination>div>span{padding:0 6px;color:#34465d;font-weight:700}.key-scroll-hint{display:none}.key-empty{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:320px;padding:40px;color:var(--muted);text-align:center}.key-empty>svg{width:36px;height:36px;margin-bottom:13px;color:#7a8ba2}.key-empty strong{color:#34465d;font-size:18px}.key-empty span{margin:5px 0 18px}.key-dialog{width:min(720px,calc(100% - 24px));max-width:none;max-height:min(90dvh,860px);padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 28px 90px #10243f4d;overflow:hidden}.key-dialog::backdrop,.key-secret-dialog::backdrop{background:#0f1c2d94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.key-form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(90dvh,860px)}.key-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.key-dialog-head .eyebrow{margin-bottom:2px}.key-dialog-head h2{margin:0;font-size:25px}.key-dialog-head>button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:11px;color:#62738a;background:#f4f7fa;cursor:pointer}.key-dialog-head>button:hover{color:var(--ink);background:#e9eff5}.key-form-body{display:grid;gap:16px;padding:22px 24px;overflow-y:auto}.key-form-note{display:flex;align-items:flex-start;gap:10px;margin:0;padding:13px 14px;border:1px solid #cfe0f7;border-radius:12px;color:#41536a;background:#f2f7ff;font-size:13px}.key-form-note svg{flex:0 0 20px;color:var(--brand)}.key-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.key-form-grid[hidden],[data-key-expiration-field][hidden]{display:none!important}.key-form label small{color:var(--muted);font-weight:500}.key-advanced{border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.key-advanced>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:9px 14px;color:#34465d;cursor:pointer;font-weight:750;list-style:none}.key-advanced>summary::-webkit-details-marker{display:none}.key-advanced>summary svg{transition:transform .18s ease}.key-advanced[open]>summary svg{transform:rotate(180deg)}.key-advanced>div{display:grid;gap:16px;padding:4px 14px 16px}.key-advanced fieldset{margin:0;padding:12px;border:1px solid var(--line);border-radius:12px}.key-advanced legend{padding:0 6px;color:#34465d;font-weight:750}.key-advanced .check-grid label{background:#fff}.key-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line);background:#fbfcfe}.key-dialog-actions .button{min-width:100px}.key-secret-dialog{width:min(560px,calc(100% - 24px));max-width:none;padding:30px;border:0;border-radius:22px;background:#fff;box-shadow:0 28px 90px #10243f4d;text-align:center}.key-secret-icon{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 14px;border-radius:18px;color:#08735e;background:#e5f7f1}.key-secret-icon svg{width:27px;height:27px}.key-secret-dialog .eyebrow{margin-bottom:4px}.key-secret-dialog h2{margin:0;font-size:27px}.key-secret-dialog>p:not(.eyebrow){margin:8px auto 20px;color:var(--muted)}.key-secret-value{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;margin-bottom:20px;border:1px solid #f1c46f;border-radius:13px;background:#fff8e6;overflow:hidden}.key-secret-value code{padding:14px;text-align:left;word-break:break-all}.key-secret-value button{display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;border-left:1px solid #f1c46f;color:#795213;background:transparent;cursor:pointer}.key-secret-dialog>.button{width:100%}@media(max-width:760px){.key-page-head{align-items:stretch;flex-direction:column}.key-page-head>.button{width:100%}.key-search-card{grid-template-columns:1fr 1fr}.key-search-card>div{grid-column:1/-1}.key-table th:first-child,.key-table td:first-child{position:static}.key-scroll-hint{display:block;margin:0;padding:9px 14px;border-bottom:1px solid var(--line);color:#65758a;background:#f8fafc;font-size:12px}.key-pagination{align-items:stretch;flex-wrap:wrap}.key-pagination>label{margin-left:0}.key-pagination>div{width:100%;overflow-x:auto}.key-form-grid{grid-template-columns:1fr}.dashboard-layout:has(.key-page-head) .account-nav{display:flex;gap:4px;overflow-x:auto;scrollbar-width:thin}.dashboard-layout:has(.key-page-head) .account-nav a{flex:0 0 auto;justify-content:flex-start;white-space:nowrap}}@media(max-width:520px){.key-search-card{padding:14px}.key-dialog{width:calc(100% - 12px);max-height:96dvh;border-radius:17px}.key-form{max-height:96dvh}.key-dialog-head{padding:17px}.key-dialog-head h2{font-size:22px}.key-form-body{padding:17px}.key-dialog-actions{padding:14px 17px}.key-dialog-actions .button{flex:1;min-width:0}.key-secret-dialog{padding:22px}.key-pagination>span{width:100%}.key-pagination button{min-width:64px}.key-empty{min-height:260px;padding:28px 18px}}@media(prefers-reduced-motion:reduce){.key-advanced>summary svg{transition:none}}.key-dialog::backdrop,.key-secret-dialog::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.key-pagination select,.key-pagination button{min-height:44px}.storage-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.storage-page-head h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.storage-page-head p:not(.eyebrow){max-width:700px;margin:7px 0 0;color:var(--muted)}.storage-page-head>div:last-child{display:flex;gap:10px;flex:0 0 auto}.storage-page-head .button svg,.storage-row-actions svg,.storage-dialog svg,.storage-empty svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.storage-page-head .button svg{margin-right:8px}.storage-list-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px #10243f0d;overflow:hidden}.storage-scroll-hint{display:none}.storage-table-scroll{width:100%;overflow:auto}.storage-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-size:14px}.storage-table th,.storage-table td{height:70px;padding:12px 16px;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:middle}.storage-table th{height:50px;color:#52647a;background:#f7f9fc;font-size:13px;white-space:nowrap}.storage-table tbody tr:last-child td{border-bottom:0}.storage-table tbody tr:hover td{background:#fbfdff}.storage-table strong,.storage-table small{display:block}.storage-table small{margin-top:3px;color:var(--muted);font-size:11px}.storage-table code{display:block;max-width:230px;color:#41536a;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-table .status{align-items:center;gap:6px;white-space:nowrap}.storage-table .status i{width:7px;height:7px;border-radius:50%;background:currentColor}.storage-provider-badge{display:inline-flex;align-items:center;min-height:24px;margin-bottom:5px;padding:2px 8px;border-radius:7px;color:#174c86;background:#e6f0ff;font-size:10px;font-weight:850;letter-spacing:.08em}.storage-provider-badge.tencent{color:#176842;background:#ddf3e7}.storage-provider-badge.cloudflare{color:#8a4b0f;background:#fff0d7}.storage-provider-badge.qiniuyun{color:#7b3269;background:#f8e5f4}.storage-row-actions{display:flex;align-items:center;gap:2px}.storage-row-actions button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:10px;color:#62738a;background:transparent;cursor:pointer}.storage-row-actions button:hover{color:var(--brand);background:#eaf3ff}.storage-row-actions button.danger:hover{color:var(--danger);background:#fff0ef}.storage-row-actions button:disabled{cursor:not-allowed;opacity:.5}.storage-pagination{display:flex;align-items:center;gap:16px;min-height:68px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.storage-pagination>label{display:flex;align-items:center;gap:8px;margin-left:auto}.storage-pagination select{width:auto;min-height:44px;padding:7px 30px 7px 10px}.storage-pagination>div{display:flex;align-items:center;gap:6px}.storage-pagination button{min-height:44px;padding:7px 11px;border:1px solid var(--line);border-radius:9px;color:#52647a;background:#fff;cursor:pointer}.storage-pagination button:hover:not(:disabled){color:var(--brand);border-color:#9dbce7}.storage-pagination button:disabled{cursor:not-allowed;opacity:.4}.storage-pagination>div>span{padding:0 6px;color:#34465d;font-weight:700}.storage-empty{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:360px;padding:40px;color:var(--muted);text-align:center}.storage-empty>svg{width:42px;height:42px;margin-bottom:14px;color:#7a8ba2}.storage-empty strong{color:#34465d;font-size:18px}.storage-empty span{max-width:440px;margin:5px 0 18px}.storage-dialog{width:min(720px,calc(100% - 24px));max-width:none;max-height:min(90dvh,880px);padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 28px 90px #10243f4d;overflow:hidden}.storage-dialog::backdrop{background:#0f1c2d9e}.storage-form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(90dvh,880px)}.storage-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.storage-dialog-head .eyebrow{margin-bottom:2px}.storage-dialog-head h2{margin:0;font-size:25px}.storage-dialog-head>button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:11px;color:#62738a;background:#f4f7fa;cursor:pointer}.storage-dialog-head>button:hover{color:var(--ink);background:#e9eff5}.storage-form-body{display:grid;gap:16px;padding:22px 24px;overflow-y:auto}.storage-security-note{display:flex;align-items:flex-start;gap:10px;margin:0;padding:13px 14px;border:1px solid #cfe0f7;border-radius:12px;color:#41536a;background:#f2f7ff;font-size:13px}.storage-security-note svg{flex:0 0 20px;color:var(--brand)}.storage-provider-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.storage-provider-fields[hidden]{display:none!important}.storage-provider-fields label:last-child:nth-child(odd){grid-column:1/-1}.storage-form label small{color:var(--muted);font-weight:500}.storage-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line);background:#fbfcfe}.storage-dialog-actions .button{min-width:100px}.storage-spinner{width:19px;height:19px;border:2px solid #cbd7e5;border-top-color:var(--brand);border-radius:50%;animation:storage-spin .75s linear infinite}@keyframes storage-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.storage-page-head{align-items:stretch;flex-direction:column}.storage-page-head>div:last-child{width:100%}.storage-page-head .button{flex:1}.storage-scroll-hint{display:block;margin:0;padding:9px 14px;border-bottom:1px solid var(--line);color:#65758a;background:#f8fafc;font-size:12px}.storage-pagination{align-items:stretch;flex-wrap:wrap}.storage-pagination>label{margin-left:0}.storage-pagination>div{width:100%;overflow-x:auto}.storage-provider-fields{grid-template-columns:1fr}.storage-provider-fields label:last-child:nth-child(odd){grid-column:auto}.dashboard-layout:has(.storage-page-head) .account-nav{display:flex;gap:4px;overflow-x:auto;scrollbar-width:thin}.dashboard-layout:has(.storage-page-head) .account-nav a{flex:0 0 auto;justify-content:flex-start;white-space:nowrap}}@media(max-width:520px){.storage-page-head>div:last-child{display:grid;grid-template-columns:1fr 1fr}.storage-dialog{width:calc(100% - 12px);max-height:96dvh;border-radius:17px}.storage-form{max-height:96dvh}.storage-dialog-head{padding:17px}.storage-dialog-head h2{font-size:22px}.storage-form-body{padding:17px}.storage-dialog-actions{padding:14px 17px}.storage-dialog-actions .button{flex:1;min-width:0}.storage-pagination>span{width:100%}.storage-empty{min-height:280px;padding:30px 18px}}@media(prefers-reduced-motion:reduce){.storage-spinner{animation-duration:.01ms!important}}.profile-page-head h1,.profile-settings-title h2{display:flex;align-items:center;gap:10px}.profile-page-head h1>i{color:var(--brand);font-size:.78em}.profile-page-head .button,.profile-dialog-actions .button,.profile-create-key{display:inline-flex;align-items:center;justify-content:center;gap:8px}.profile-info-icon i{font-size:20px}.profile-settings-title h2>i{color:var(--brand);font-size:20px}.profile-setting-icon i{font-size:19px;transition:transform .18s ease}.profile-setting-item em i{width:16px;text-align:center;font-size:12px}.profile-dialog-head>button i{font-size:20px}.profile-setting-item:hover .profile-setting-icon i{transform:scale(1.08)}@media(prefers-reduced-motion:reduce){.profile-setting-icon i{transition:none}}body[data-locale=zh-CN] .page-shell .eyebrow,body[data-locale=zh-CN] .dashboard-section-title>div>span:first-child,body[data-locale=zh-CN] .profile-settings-title>div>span:first-child,body[data-locale=zh-CN] .recharge-section-title>div>span:first-child,body[data-locale=zh-CN] .recharge-trial-card>div>span:first-child,body[data-locale=zh-CN] .wallet-section-heading .wallet-kicker,body[data-locale=zh-CN] .usage-detail-head .wallet-kicker{display:none}.dialog-close-row{margin-bottom:12px}.dialog-close-row button{display:grid;place-items:center;width:44px;height:44px;min-height:44px;padding:0;border-radius:12px;color:var(--muted);transition:color .18s ease,background .18s ease,transform .18s ease}.dialog-close-row button i{font-size:20px}.dialog-close-row button:hover{color:var(--ink);background:#f1f5f9}.dialog-close-row button:active{transform:scale(.96)}.dialog-close-row button:focus-visible{outline:3px solid rgba(23,105,224,.32);outline-offset:2px}body{display:flex;flex-direction:column}body>main{flex:1 0 auto}.site-header,.site-footer{flex:0 0 auto}.site-footer{margin-top:auto}.account-nav{display:grid;gap:4px}body[data-page=docs] .page-shell{width:min(1480px,calc(100% - 40px));padding-top:34px}.api-docs{--docs-navy:#0d223f;--docs-blue:#1769e0;--docs-soft:#f4f8fd;color:var(--docs-navy)}.docs-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;padding:28px 30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 36px #10243f0f}.docs-hero-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;color:#fff;background:var(--docs-blue)}.docs-hero-icon svg{width:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.docs-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:3px;color:#6b7c91;font-size:13px;font-weight:700}.docs-breadcrumb i{width:4px;height:4px;border-radius:50%;background:#a5b3c4}.docs-hero h1{margin:0;font-size:clamp(30px,3.2vw,44px);line-height:1.15;letter-spacing:-.035em}.docs-hero p{max-width:780px;margin:8px 0 0;color:var(--muted)}.docs-endpoint-strip{display:flex;align-items:center;gap:12px;margin:16px 0 22px;padding:14px 18px;border:1px solid #cfe0f5;border-radius:14px;background:#edf5ff}.docs-endpoint-strip code{margin-right:auto;color:#12365f;font:700 14px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.docs-method{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:26px;padding:0 9px;border-radius:7px;color:#fff;background:#168766;font-size:11px;font-weight:850;letter-spacing:.06em}.docs-method.get{background:#1769e0}.docs-endpoint-note{display:inline-flex;align-items:center;gap:7px;color:#48627f;font-size:13px;font-weight:700}.docs-endpoint-note i{width:7px;height:7px;border-radius:50%;background:#19b394;box-shadow:0 0 0 4px #19b3941f}.docs-workspace{display:grid;grid-template-columns:210px minmax(480px,1fr) minmax(320px,360px);gap:20px;align-items:start}.docs-sidebar,.docs-code{position:sticky;top:94px;align-self:start}.docs-sidebar{padding:18px 12px;border:1px solid var(--line);border-radius:16px;background:#fff}.docs-nav-group{display:grid;gap:3px;padding:8px 0}.docs-nav-group+.docs-nav-group{margin-top:6px;padding-top:16px;border-top:1px solid #edf1f6}.docs-nav-group>strong{padding:0 11px 7px;color:#91a0b2;font-size:11px;letter-spacing:.12em}.docs-nav-group a{display:flex;align-items:center;gap:9px;min-height:44px;padding:8px 11px;border-radius:9px;color:#50657d;font-size:14px;font-weight:650}.docs-nav-group a:hover,.docs-nav-group a.active{color:var(--docs-blue);background:#edf5ff}.docs-nav-group svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.docs-content{min-width:0;padding:0 30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 30px #10243f0a}.docs-section{position:relative;padding:36px 0;scroll-margin-top:96px}.docs-section+.docs-section{border-top:1px solid #e8eef5}.docs-section-number{position:absolute;top:39px;right:0;color:#a9b7c7;font:750 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.1em}.docs-section h2{margin:0 0 12px;font-size:25px;line-height:1.25;letter-spacing:-.025em}.docs-section>p{margin:0 0 22px;color:#5b6e84}.docs-section code{padding:2px 6px;border-radius:5px;color:#0757ba;background:#edf5ff;font:650 13px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.docs-title-row{display:flex;align-items:center;gap:11px;margin-bottom:12px}.docs-title-row h2{margin:0}.docs-flow{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr;align-items:center;margin:24px 0}.docs-flow>div{display:flex;align-items:flex-start;gap:10px}.docs-flow b{display:grid;flex:0 0 auto;place-items:center;width:26px;height:26px;border-radius:8px;color:var(--docs-blue);background:#eaf3ff;font-size:12px}.docs-flow span{display:grid;line-height:1.35}.docs-flow strong{font-size:14px}.docs-flow small{margin-top:4px;color:#7a8b9f;font-size:11px}.docs-flow>i{height:1px;background:#cdd9e7}.docs-callout{display:flex;gap:12px;padding:15px 16px;border:1px solid #cfe0f5;border-left:4px solid var(--docs-blue);border-radius:10px;background:#f4f8fd}.docs-callout svg{flex:0 0 auto;width:20px;fill:none;stroke:var(--docs-blue);stroke-width:1.8;stroke-linecap:round}.docs-callout strong{font-size:14px}.docs-callout p{margin:3px 0 0;color:#63758a;font-size:13px}.docs-header-list{display:grid;gap:9px}.docs-header-list>div{display:grid;grid-template-columns:145px 45px 1fr;gap:10px;align-items:center;padding:12px 14px;border:1px solid #e3eaf3;border-radius:10px;background:#fbfcfe}.docs-header-list span,.docs-header-list em{justify-self:start;padding:2px 7px;border-radius:5px;color:#a14115;background:#fff0e8;font-size:10px;font-style:normal;font-weight:800}.docs-header-list em{color:#58708c;background:#edf2f7}.docs-header-list p{margin:0;color:#65778c;font-size:13px}.docs-params{width:100%;border-collapse:collapse;font-size:13px}.docs-params th{padding:11px 12px;color:#6c7d90;background:#f5f8fc;text-align:left;font-size:11px;letter-spacing:.04em}.docs-params td{padding:12px;border-bottom:1px solid #e8eef5;color:#53677f;vertical-align:top}.docs-params tbody tr:last-child td{border-bottom:0}.docs-params td:first-child{color:var(--docs-navy);font-weight:700;white-space:nowrap}.docs-params td:first-child b{display:inline-flex;margin-left:6px;padding:1px 5px;border-radius:4px;color:#a14115;background:#fff0e8;font-size:9px}.docs-response{overflow:auto;margin:18px 0 0;padding:18px;border:1px solid #d7e2ef;border-radius:12px;background:#f7f9fc;font-size:13px}.docs-response code{padding:0;color:#31506f;background:transparent;font-weight:500}.docs-inline-link{display:inline-flex;align-items:center;gap:7px;color:var(--docs-blue);font-weight:750}.docs-code{overflow:hidden;border:1px solid #243e5f;border-radius:16px;color:#dce9f7;background:#10243f;box-shadow:0 18px 45px #10243f2e}.docs-code-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.docs-code-head>div{display:grid}.docs-code-head span{color:#94acd0;font-size:11px}.docs-code-head strong{font-size:15px}.docs-code-head button{display:inline-flex;align-items:center;gap:6px;min-width:68px;min-height:44px;padding:6px 10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#cfe0f6;background:#1a365a;cursor:pointer}.docs-code-head button:hover{background:#24466f}.docs-code-head button svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.docs-code-head button span{color:inherit;font-size:11px}.docs-code-tabs{display:flex;gap:2px;padding:10px 12px 0}.docs-code-tabs button{min-height:44px;padding:7px 10px;border:0;border-radius:7px;color:#89a2c2;background:transparent;cursor:pointer;font-size:11px;font-weight:750}.docs-code-tabs button.active{color:#fff;background:#24466f}.docs-code-panels{min-height:440px}.docs-code pre{overflow:auto;max-height:510px;margin:0;padding:16px 18px 24px;white-space:pre-wrap;word-break:break-word}.docs-code code{color:#d9e8fa;font:12px/1.75 ui-monospace,SFMono-Regular,Consolas,monospace}.docs-code-foot{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-top:1px solid rgba(255,255,255,.09);font-size:11px}.docs-code-foot span{display:flex;align-items:center;gap:7px;color:#8fa8c8}.docs-code-foot i{width:6px;height:6px;border-radius:50%;background:#34d399}.docs-code-foot a{color:#8fc1ff;font-weight:700}@media(max-width:1180px){.docs-workspace{grid-template-columns:190px minmax(0,1fr)}.docs-code{position:relative;top:auto;grid-column:2}.docs-code-panels{min-height:0}.docs-code pre{max-height:none}}@media(max-width:760px){body[data-page=docs] .page-shell{width:min(100% - 24px,1480px);padding-top:20px}.docs-hero{grid-template-columns:auto 1fr;padding:20px}.docs-hero>.button{grid-column:1/-1}.docs-hero-icon{width:48px;height:48px}.docs-endpoint-strip{align-items:flex-start;flex-wrap:wrap}.docs-endpoint-strip code{width:calc(100% - 70px);margin-right:0;overflow-wrap:anywhere}.docs-endpoint-note{font-size:12px}.docs-workspace{display:block}.docs-sidebar{position:relative;top:auto;display:flex;gap:8px;margin-bottom:14px;padding:10px;overflow-x:auto}.docs-nav-group{display:flex;flex:0 0 auto;padding:0}.docs-nav-group+.docs-nav-group{margin:0;padding:0;border:0}.docs-nav-group>strong{display:none}.docs-nav-group a{min-height:44px;white-space:nowrap}.docs-content{padding:0 20px}.docs-section{padding:30px 0}.docs-flow{grid-template-columns:1fr;gap:13px}.docs-flow>i{display:none}.docs-header-list>div{grid-template-columns:1fr auto}.docs-header-list p{grid-column:1/-1}.docs-code{margin-top:14px}.docs-code-panels{min-height:0}}:root{--ink:#101114;--muted:#54565d;--line:#c9c6bf;--surface:#fbfaf7;--wash:#f5f2ec;--brand:#173bff;--brand-dark:#0d2bd4;--accent:#e34a2f;--radius:4px;--shadow:none}body{background:var(--wash);color:var(--ink)}.site-header{min-height:74px;padding:0 clamp(20px,3.8vw,64px);border-bottom:1px solid var(--ink);background:#f5f2ecf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{gap:0;min-width:148px;font-family:Arial,Helvetica Neue,PingFang SC,sans-serif;font-size:27px;font-weight:800;letter-spacing:.13em}.brand span{display:none}.primary-nav{justify-content:center;gap:10px}.primary-nav a{border-bottom:1px solid transparent}.primary-nav a,.site-footer a{border-radius:0;color:#27282d;font-weight:600}.primary-nav a:hover{color:var(--brand);background:transparent}.primary-nav a[aria-current=page]{border-bottom-color:var(--brand);color:var(--brand);background:transparent;text-decoration:none}.button{min-height:46px;padding:9px 22px;border-radius:2px;box-shadow:none;letter-spacing:.01em;transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease}.button.primary{background:var(--brand);box-shadow:none}.button.primary:hover{background:var(--brand-dark)}.button.ghost{border-color:#9c9a94;background:transparent}.button.ghost:hover{border-color:var(--brand);background:transparent;color:var(--brand)}.nav-toggle{border-radius:2px;background:transparent}.site-footer{border-color:var(--ink);background:var(--wash)}.footer-brand{font-size:25px}body[data-page=home] .page-shell{width:min(1560px,calc(100% - clamp(40px,7.6vw,128px)));padding:0 0 96px}.editorial-hero{display:grid;grid-template-columns:96px minmax(380px,.95fr) minmax(520px,1.1fr);min-height:680px;border-bottom:1px solid var(--ink)}.editorial-rail{display:flex;align-items:flex-start;flex-direction:column;padding:106px 24px 48px 0;border-right:1px solid var(--line);font:11px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.05em}.editorial-rail i{width:22px;height:1px;margin:28px 0;background:var(--ink)}.editorial-rail b{position:relative;width:10px;height:10px;margin-top:42px;border-radius:50%;background:var(--accent)}.editorial-rail b:after{position:absolute;top:22px;left:4px;width:1px;height:220px;content:"";background:repeating-linear-gradient(to bottom,var(--line) 0 4px,transparent 4px 9px)}.editorial-hero-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:82px clamp(36px,4.5vw,78px)}.editorial-hero-copy .eyebrow{margin-bottom:36px;color:var(--brand);font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.editorial-hero-copy h1{max-width:780px;margin:0;font-family:Arial,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(52px,5vw,84px);font-weight:720;line-height:1.17;letter-spacing:-.055em}.editorial-hero-copy h1 em{color:var(--brand);font-style:normal}.editorial-tagline{margin:32px 0 0;color:#2f3035;font-size:clamp(17px,1.35vw,23px);letter-spacing:.02em}.editorial-tagline i{margin:0 8px;color:var(--line);font-style:normal}.editorial-hero-copy .hero-copy{max-width:610px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.8}.editorial-hero-copy .hero-actions{margin-top:32px}.editorial-spec{align-self:center;min-width:0;padding:0 0 0 clamp(36px,4vw,68px);border-left:1px solid var(--line)}.editorial-spec>header,.editorial-spec>footer{display:flex;align-items:center;gap:20px;height:42px;font:12px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.03em}.editorial-spec>header i,.editorial-spec>footer i{height:1px;flex:1;background:var(--line)}.editorial-spec>header strong,.editorial-spec>footer strong{font-weight:500;color:var(--muted)}.editorial-code{position:relative;min-height:360px;padding:38px 100px 30px 8px;border-bottom:1px solid var(--line)}.editorial-code ol{display:grid;gap:8px;margin:0;padding-left:36px;color:#aaa7a0;font:13px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.editorial-code li{padding-left:18px}.editorial-code code{color:var(--ink);font:inherit;overflow-wrap:anywhere}.code-bracket{position:absolute;top:108px;right:66px;width:18px;height:136px;border:1px solid var(--accent);border-left:0}.editorial-code small{position:absolute;top:150px;right:0;color:var(--accent);font:11px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.editorial-spec>footer{margin-top:16px}.model-index{display:grid;grid-template-columns:repeat(4,1fr);margin-top:4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.model-index span{padding:18px 10px;border-right:1px solid var(--line);font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.model-index span:last-child{border-right:0}.editorial-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--ink)}.editorial-metrics>div{position:relative;display:grid;gap:4px;min-height:140px;padding:28px 32px;border-right:1px solid var(--line)}.editorial-metrics>div:last-child{border-right:0}.editorial-metrics span{position:absolute;top:18px;right:18px;color:#98958f;font:11px/1 ui-monospace,SFMono-Regular,Consolas,monospace}.editorial-metrics strong{align-self:end;font:700 clamp(24px,2.2vw,36px)/1.1 Arial,"PingFang SC",sans-serif;letter-spacing:-.03em}.editorial-metrics small{color:var(--muted);font-size:13px}.editorial-hero-copy{animation:home-reveal-up .36s cubic-bezier(.22,1,.36,1) both}.editorial-spec{animation:home-reveal-side .36s .06s cubic-bezier(.22,1,.36,1) both}.editorial-metrics>div{animation:home-reveal-up .3s cubic-bezier(.22,1,.36,1) both}.editorial-metrics>div:nth-child(1){animation-delay:.12s}.editorial-metrics>div:nth-child(2){animation-delay:.16s}.editorial-metrics>div:nth-child(3){animation-delay:.2s}.editorial-metrics>div:nth-child(4){animation-delay:.24s}@keyframes home-reveal-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes home-reveal-side{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.editorial-hero-copy,.editorial-spec,.editorial-metrics>div{animation:none;opacity:1;transform:none}}@media(max-width:1200px){.editorial-hero{grid-template-columns:72px minmax(360px,.9fr) minmax(430px,1.1fr)}.editorial-hero-copy{padding-right:36px;padding-left:36px}.editorial-spec{padding-left:32px}.editorial-hero-copy h1{font-size:clamp(48px,5vw,68px)}}@media(max-width:900px){.site-header{padding:10px 20px}.brand{min-width:0}.primary-nav{justify-content:flex-start}.editorial-hero{grid-template-columns:1fr 1fr;min-height:0}.editorial-rail{display:none}.editorial-hero-copy{padding:72px 32px 64px}.editorial-spec{padding:48px 0 48px 32px}.editorial-code{padding-right:66px}.editorial-code small{display:none}.code-bracket{right:32px}}@media(max-width:700px){body[data-page=home] .page-shell{width:calc(100% - 32px);padding-bottom:64px}.editorial-hero{display:block}.editorial-hero-copy{padding:54px 0 48px}.editorial-hero-copy .eyebrow{margin-bottom:24px}.editorial-hero-copy h1{font-size:clamp(42px,12vw,58px);line-height:1.15}.editorial-tagline{display:flex;flex-wrap:wrap;gap:4px 0;margin-top:24px;font-size:16px}.editorial-tagline i{margin:0 6px}.editorial-hero-copy .hero-copy{font-size:16px}.editorial-hero-copy .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.editorial-spec{padding:40px 0;border-top:1px solid var(--line);border-left:0}.editorial-code{min-height:0;padding:28px 22px 28px 0}.editorial-code ol{padding-left:28px;font-size:11px}.code-bracket{display:none}.model-index{grid-template-columns:repeat(2,1fr)}.model-index span:nth-child(2){border-right:0}.model-index span:nth-child(-n+2){border-bottom:1px solid var(--line)}.editorial-metrics{grid-template-columns:repeat(2,1fr)}.editorial-metrics>div{min-height:120px;padding:24px 20px}.editorial-metrics>div:nth-child(2){border-right:0}.editorial-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}.dashboard-layout{grid-template-columns:184px minmax(0,1fr);gap:48px}.account-nav{top:98px;padding:0;border:0;border-top:2px solid var(--ink);border-bottom:1px solid var(--ink);border-radius:0;background:transparent}.account-nav a{position:relative;min-height:46px;padding:9px 4px;border-bottom:1px solid var(--line);border-radius:0;color:var(--muted);font-size:14px;font-weight:600}.account-nav a:last-child{border-bottom:0}.account-nav a:hover,.account-nav a[aria-current=page]{color:var(--ink);background:transparent}.account-nav a[aria-current=page]:after{position:absolute;top:0;right:0;width:4px;height:100%;content:"";background:var(--brand)}body[data-page=models] .page-shell{width:min(1480px,calc(100% - 64px));padding-top:64px}.model-catalog-head{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:64px;align-items:end;margin:0;padding:0 0 48px;border-bottom:2px solid var(--ink)}.model-catalog-head h1{margin:0;font:720 clamp(48px,5.5vw,78px)/1.04 Arial,"PingFang SC",sans-serif;letter-spacing:-.055em}.model-catalog-head p:not(.eyebrow){max-width:680px;margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.75}.model-catalog-head>aside{display:grid;align-content:end;min-height:150px;padding:20px;border:1px solid var(--ink);background:transparent}.model-catalog-head>aside span,.model-catalog-head>aside small{font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em}.model-catalog-head>aside strong{margin:auto 0 8px;font:720 48px/1 Arial,sans-serif;letter-spacing:-.05em}.model-catalog-toolbar{display:flex;align-items:center;gap:28px;min-height:76px;border-bottom:1px solid var(--ink)}.model-catalog-toolbar>span{flex:1;font:11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.model-catalog-filter{display:flex;flex-wrap:nowrap;gap:0;margin:0;padding:0;border:0;border-radius:0;background:transparent}.model-catalog-filter button{min-width:82px;border:0;border-left:1px solid var(--line);border-radius:0;background:transparent;font:700 12px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.model-catalog-filter button:last-child{border-right:1px solid var(--line)}.model-catalog-filter button:hover{color:var(--brand)}.model-catalog-filter button.active{border-color:var(--ink);color:#fff;background:var(--ink)}.catalog-model-columns{display:grid;grid-template-columns:minmax(240px,1.15fr) minmax(150px,.65fr) minmax(280px,1.15fr) 205px;gap:24px;margin-left:72px;padding:20px 0;border-bottom:1px solid var(--ink);font:11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.07em}.catalog-model-grid{display:grid;grid-template-columns:1fr;gap:0}.catalog-model-card{display:grid;grid-template-columns:48px minmax(240px,1.15fr) minmax(150px,.65fr) minmax(280px,1.15fr) 205px;grid-template-areas:"number model price capability action" "number model price meta action";gap:18px 24px;align-items:start;min-width:0;padding:28px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.catalog-model-card:hover{background:#fbfaf7b8}.catalog-model-number{grid-area:number;padding-top:4px;color:#8c8982;font:12px/1 ui-monospace,SFMono-Regular,Consolas,monospace}.catalog-model-card>header{grid-area:model;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.catalog-model-card h3{margin:12px 0 4px;font-size:23px;line-height:1.2;letter-spacing:-.025em;overflow-wrap:anywhere}.catalog-model-card header code{color:var(--muted);font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.model-type{min-height:24px;padding:2px 7px;border:1px solid currentColor;border-radius:999px;background:transparent!important;font:700 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em}.catalog-model-status{gap:6px;min-height:26px;padding:3px 8px;border:1px solid currentColor;border-radius:999px;background:transparent!important;font-size:11px}.catalog-model-status i{width:6px;height:6px}.catalog-model-price{grid-area:price;display:grid;align-content:start;gap:3px;margin:0;padding:0;border-radius:0;background:transparent}.catalog-model-price>span{margin:0;color:var(--muted);font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.catalog-model-price strong{margin-top:9px;font-size:22px}.catalog-model-price small{font-size:11px}.catalog-model-price p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.catalog-model-capabilities{grid-area:capability}.catalog-model-label{display:block;color:var(--muted);font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.catalog-model-features{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0}.catalog-model-features span{min-height:25px;padding:3px 8px;border-color:var(--line);border-radius:999px;color:var(--ink);background:transparent;font-size:11px;font-weight:600}.catalog-model-meta{grid-area:meta}.catalog-model-policy{gap:12px;margin:0}.catalog-model-policy span{color:#15765b;font-size:11px}.catalog-model-description{margin-top:8px}.catalog-model-description summary{min-height:28px;color:var(--muted);font:600 12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.catalog-model-description p{max-width:440px;margin-top:4px;line-height:1.6}.catalog-model-card>footer{grid-area:action;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0}.catalog-model-card>footer .button{min-width:0;padding:8px 10px;font-size:13px}@media(max-width:1200px){.dashboard-layout{grid-template-columns:160px minmax(0,1fr);gap:32px}.catalog-model-columns{display:none}.catalog-model-card{grid-template-columns:44px minmax(220px,1fr) minmax(180px,.8fr);grid-template-areas:"number model price" "number capability meta" "number action action"}.catalog-model-card>footer{grid-template-columns:repeat(2,minmax(120px,180px));justify-content:end}}@media(max-width:900px){body[data-page=models] .page-shell{width:calc(100% - 40px);padding-top:28px}.dashboard-layout{display:block}.account-nav{position:static;display:flex!important;gap:0;margin-bottom:48px;overflow-x:auto;border-top:1px solid var(--ink);white-space:nowrap;scrollbar-width:thin}.account-nav a{flex:0 0 auto;padding:9px 16px;border-right:1px solid var(--line);border-bottom:0}.account-nav a[aria-current=page]:after{inset:auto 0 0;width:100%;height:3px}.model-catalog-head{grid-template-columns:1fr 150px;gap:32px}.model-catalog-toolbar{align-items:flex-start;flex-direction:column;gap:14px;padding:18px 0}.model-catalog-filter{width:100%;overflow-x:auto}.model-catalog-filter button{flex:1 0 76px}.catalog-model-card{grid-template-columns:40px minmax(0,1fr) minmax(180px,.8fr)}}@media(max-width:650px){body[data-page=models] .page-shell{width:calc(100% - 32px)}.account-nav{margin-bottom:36px}.model-catalog-head{grid-template-columns:1fr;gap:24px;padding-bottom:32px}.model-catalog-head h1{font-size:48px}.model-catalog-head>aside{grid-template-columns:1fr auto;min-height:0;align-items:end}.model-catalog-head>aside strong{grid-row:1/3;grid-column:2;margin:0;font-size:40px}.model-catalog-head>aside small{align-self:end}.catalog-model-card{position:relative;display:block;padding:26px 0 30px}.catalog-model-number{position:absolute;top:30px;right:0}.catalog-model-card>header{padding-right:44px}.catalog-model-card h3{font-size:22px}.catalog-model-price,.catalog-model-capabilities,.catalog-model-meta{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.catalog-model-card>footer{display:grid;grid-template-columns:1fr 1fr;margin-top:24px}.catalog-model-card>footer .button{width:100%}}.primary-nav a,.site-footer nav a,.header-actions .button,.nav-toggle,.account-nav a{gap:8px}.primary-nav a>i,.site-footer nav a>i{width:16px;color:var(--brand);font-size:13px;text-align:center}.header-actions .button>i,.nav-toggle>i{font-size:13px}.account-nav a{gap:10px}.account-nav a>i{width:18px;color:var(--brand);font-size:13px;text-align:center}.account-nav a>span{min-width:0}@media(max-width:600px){.header-actions{display:grid;width:100%;grid-template-columns:94px minmax(0,1fr);gap:8px;margin-left:0}.header-actions .button{min-width:0;padding:8px 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-actions .button>i{flex:0 0 auto}}.brand{min-width:210px;padding:0}.brand-logo{display:block;width:210px;height:auto;max-height:none}.primary-nav a{flex-shrink:0;white-space:nowrap}.header-actions{flex-shrink:0}.header-actions .button{padding-right:16px;padding-left:16px;white-space:nowrap}.footer-brand{width:max-content;min-width:220px}.footer-brand .brand-logo{width:220px}@media(max-width:900px){.brand{min-width:0}.brand-logo{width:190px}}@media(max-width:420px){.brand-logo{width:176px}.footer-brand .brand-logo{width:200px}}
