:root{--bg:#f4f6f5;--surface:#fff;--surface-soft:#f8faf9;--line:#dde3e0;--line-strong:#cbd4d0;--text:#17201c;--muted:#67736d;--green:#0b7a53;--green-soft:#e3f5ec;--coral:#c9573f;--coral-soft:#fbe9e5;--blue:#306ca8;--blue-soft:#e7f0f8;--charcoal:#2d3732;--sidebar:#17201c;--danger:#bd3b37;--shadow:0 12px 30px #17201c14}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--text);background:var(--bg);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.brand{white-space:nowrap;align-items:center;gap:10px;font-size:16px;font-weight:720;display:flex}.brand-light{color:#fff}.brand-logo{align-items:center;width:154px;height:36px;display:inline-flex;overflow:hidden}.brand-logo img{width:154px;height:auto;display:block}.brand-logo-light img{filter:grayscale()brightness(0)invert()}.icon-button{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--muted);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-soft)}.icon-button.danger:hover{color:var(--danger);background:#fff5f4;border-color:#e7bbb8}.primary-button,.secondary-button{white-space:nowrap;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:650;display:inline-flex}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:#086b49}.secondary-button{background:var(--surface);color:var(--text);border-color:var(--line)}.secondary-button:hover{border-color:var(--line-strong);background:var(--surface-soft)}.text-button,.text-action{color:var(--green);background:0 0;border:0;padding:4px;font-weight:650}.text-action{align-items:center;gap:6px;display:inline-flex}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{background:var(--surface);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:100vh;display:flex}.auth-shell{background:var(--surface);grid-template-columns:minmax(340px,.82fr) minmax(460px,1.18fr);min-height:100vh;display:grid}.auth-brand-panel{background:var(--sidebar);color:#fff;flex-direction:column;min-height:100vh;padding:42px 48px;display:flex;position:relative;overflow:hidden}.auth-brand-panel:after{content:"";border:1px solid #ffffff1f;height:52%;position:absolute;inset:auto -18% -20% 12%;transform:skewY(-8deg)}.auth-brand-content{z-index:1;max-width:470px;margin:auto 0;position:relative}.auth-brand-content h1{margin:24px 0 18px;font-size:clamp(42px,5vw,72px);font-weight:720;line-height:1.02}.auth-brand-content p{color:#b9c6c0;max-width:410px;margin:0;font-size:18px;line-height:1.55}.auth-signal{align-items:end;gap:5px;height:24px;display:flex}.auth-signal span{background:#5ed2a5;border-radius:2px;width:6px}.auth-signal span:first-child{height:9px}.auth-signal span:nth-child(2){height:16px}.auth-signal span:nth-child(3){height:24px}.auth-proof{z-index:1;color:#b9c6c0;align-items:center;gap:9px;font-size:13px;display:flex;position:relative}.auth-form-panel{justify-content:center;align-items:center;padding:50px;display:flex}.auth-mobile-brand{display:none}.auth-form{flex-direction:column;gap:22px;width:min(100%,410px);display:flex}.auth-form h2{margin:6px 0 0;font-size:30px}.eyebrow{color:var(--green);text-transform:uppercase;margin:0;font-size:12px;font-weight:750}.auth-form label,.modal label{color:var(--charcoal);flex-direction:column;gap:8px;font-size:13px;font-weight:650;display:flex}.auth-form input,.modal input,.key-selector select{border:1px solid var(--line-strong);width:100%;min-height:45px;color:var(--text);background:var(--surface);border-radius:7px;outline:none;padding:0 13px}.auth-form input:focus,.modal input:focus,.key-selector select:focus{border-color:var(--green);box-shadow:0 0 0 3px #0b7a531f}.password-field{display:block;position:relative}.password-field input{padding-right:48px}.verification-field{grid-template-columns:minmax(0,1fr) 142px;gap:8px;display:grid}.verification-send{min-height:45px;padding:0 12px}.inline-icon{background:0 0;border:0;position:absolute;top:5px;right:5px}.auth-submit{width:100%}.form-error{color:#922d29;background:#fff4f3;border:1px solid #efc4c1;border-radius:7px;padding:11px 13px;font-size:13px;line-height:1.45}.form-success{color:var(--green);margin:-8px 0 0;font-size:13px;line-height:1.45}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:30;background:var(--sidebar);color:#fff;flex-direction:column;width:232px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar>.brand{padding:0 8px 26px}.sidebar nav{flex-direction:column;gap:4px;display:flex}.sidebar nav button{color:#aebbb5;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:11px;height:42px;padding:0 12px;font-weight:570;display:flex}.sidebar nav button:hover{color:#fff;background:#ffffff0f}.sidebar nav button.active{color:#fff;background:#4bc49426}.sidebar nav button.active svg{color:#5ed2a5}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:16px}.account-row{grid-template-columns:34px minmax(0,1fr) 36px;align-items:center;gap:9px;display:grid}.account-row .icon-button{color:#aebbb5;background:0 0;border-color:#ffffff1a}.avatar{color:#74e0b5;background:#2b4439;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:750;display:inline-flex}.account-row span:nth-child(2){min-width:0}.account-row strong,.account-row small{text-overflow:ellipsis;display:block;overflow:hidden}.account-row strong{font-size:12px}.account-row small{color:#83938b;margin-top:2px;font-size:11px}.main-area{width:calc(100% - 232px);min-height:100vh;margin-left:232px}.topbar{z-index:20;border-bottom:1px solid var(--line);background:#fffffff2;align-items:center;gap:15px;height:76px;padding:0 28px;display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:19px;line-height:1.2}.topbar p{color:var(--muted);margin:3px 0 0;font-size:12px}.top-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.balance-pill{height:36px;color:var(--green);background:var(--green-soft);border:1px solid #b9dfd0;border-radius:7px;align-items:center;gap:7px;padding:0 12px;font-weight:750;display:inline-flex}.menu-button{display:none}.content-area{max-width:1380px;margin:0 auto;padding:26px 28px 46px}.view-stack{flex-direction:column;gap:22px;display:flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:flex-start;gap:14px;min-width:0;min-height:130px;padding:18px;display:flex}.stat-icon{border-radius:7px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.stat-icon.green{color:var(--green);background:var(--green-soft)}.stat-icon.coral{color:var(--coral);background:var(--coral-soft)}.stat-icon.blue{color:var(--blue);background:var(--blue-soft)}.stat-icon.charcoal{color:var(--charcoal);background:#edf0ee}.stat-card p{color:var(--muted);margin:1px 0 8px;font-size:12px}.stat-card strong{font-size:23px;line-height:1.1;display:block}.stat-card span{color:#8b9690;margin-top:9px;font-size:11px;display:block}.quick-band{background:#edf8f3;border:1px solid #c6ddd3;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;min-height:84px;padding:15px 18px;display:flex}.quick-band>div{align-items:center;gap:13px;min-width:0;display:flex}.quick-band strong,.quick-band code{display:block}.quick-band strong{font-size:13px}.quick-band code{color:var(--green);overflow-wrap:anywhere;margin-top:5px;font-size:12px}.quick-icon{background:var(--green);color:#fff;border-radius:7px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.section-block{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:14px 18px;display:flex}.section-heading h3{margin:0;font-size:15px}.section-heading p{color:var(--muted);margin:4px 0 0;font-size:12px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0ee;height:56px;padding:0 18px;font-size:12px}th{height:42px;color:var(--muted);background:var(--surface-soft);font-weight:620}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcfb}.right{text-align:right}.strong{font-weight:700}.model-name{color:var(--blue);font-weight:650}.empty-row{height:92px;color:var(--muted);justify-content:center;align-items:center;gap:8px;display:flex}.view-actions{justify-content:space-between;align-items:center;gap:14px;min-height:42px;display:flex}.info-chip{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:7px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;display:inline-flex}.key-title{align-items:center;gap:8px;font-weight:650;display:inline-flex}.status-dot{background:#b2bcb7;border-radius:50%;width:7px;height:7px}.status-dot.active{background:#18a46f;box-shadow:0 0 0 3px #e2f5ec}.masked-key{color:var(--muted);background:#f0f3f1;border-radius:5px;padding:5px 7px}.model-count{background:var(--blue-soft);min-width:28px;height:24px;color:var(--blue);border-radius:5px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.action-group{gap:6px;display:inline-flex}.catalog-summary{gap:12px;display:flex}.catalog-summary>div{border:1px solid var(--line);background:var(--surface);min-width:210px;color:var(--green);border-radius:8px;align-items:center;gap:11px;padding:13px 15px;display:flex}.catalog-summary span{color:var(--text)}.catalog-summary strong,.catalog-summary small{display:block}.catalog-summary strong{font-size:13px}.catalog-summary small{color:var(--muted);margin-top:3px;font-size:11px}.catalog-model{align-items:center;gap:10px;display:inline-flex}.catalog-model strong,.catalog-model code{display:block}.catalog-model code{color:var(--muted);margin-top:3px;font-size:10px}.model-glyph{border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:inline-flex}.model-glyph.green{color:var(--green);background:var(--green-soft)}.model-glyph.coral{color:var(--coral);background:var(--coral-soft)}.model-glyph.blue{color:var(--blue);background:var(--blue-soft)}.available-badge{color:var(--green);background:var(--green-soft);border-radius:5px;align-items:center;gap:5px;padding:5px 8px;font-weight:650;display:inline-flex}.wallet-hero{background:var(--sidebar);color:#fff;border-radius:8px;justify-content:space-between;align-items:center;min-height:170px;padding:26px;display:flex}.wallet-hero p{color:#aebbb5;margin:0 0 10px;font-size:12px}.wallet-hero strong{font-size:35px;display:block}.wallet-hero span{color:#aebbb5;margin-top:12px;font-size:12px;display:block}.wallet-icon{background:#5ed2a51f;border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;color:#5ed2a5!important;margin:0!important;display:flex!important}.package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;display:grid}.package-card{text-align:left;border:1px solid var(--line);background:var(--surface);min-height:168px;color:var(--text);border-radius:8px;flex-direction:column;align-items:flex-start;padding:18px;display:flex;position:relative}.package-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.package-card.featured{background:#f2faf7;border-color:#8fcab2}.package-card>span:first-child{color:var(--green);font-size:11px;font-weight:700}.package-card strong{margin-top:11px;font-size:27px}.package-card small{color:var(--muted);margin-top:3px}.package-cta{justify-content:space-between;align-items:center;width:100%;margin-top:auto;font-size:12px;font-weight:700;display:flex;color:var(--text)!important}.payment-message{color:#795c1f;background:#fff8e8;border:1px solid #ecd3a3;border-radius:7px;align-items:center;gap:8px;margin:0 18px 18px;padding:11px 13px;font-size:12px;display:flex}.connection-bar{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:15px;min-height:72px;padding:13px 16px;display:flex}.connection-status{color:var(--green);align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.connection-status span{background:#19a671;border-radius:50%;width:7px;height:7px}.connection-bar code{overflow-wrap:anywhere;margin-top:6px;font-size:13px;display:block}.code-workspace{color:#e8efeb;background:#17201c;border:1px solid #313c37;border-radius:8px;overflow:hidden}.code-toolbar{border-bottom:1px solid #34413b;justify-content:space-between;align-items:center;height:48px;padding:0 12px;display:flex}.code-tabs{gap:4px;display:flex}.code-tabs button{color:#94a59d;background:0 0;border:0;border-radius:5px;height:30px;padding:0 10px;font-size:12px}.code-tabs button.active{color:#fff;background:#2b3731}.copy-code{color:#a8b8b0;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;display:flex}.code-workspace pre{color:#cae3d7;min-height:300px;margin:0;padding:20px;font-size:12px;line-height:1.65;overflow:auto}.key-selector{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(210px,1fr) minmax(190px,260px) auto;align-items:center;gap:14px;min-height:78px;padding:14px 16px;display:grid}.key-selector>div{color:var(--green);align-items:center;gap:11px;display:flex}.key-selector span{color:var(--text)}.key-selector strong,.key-selector small{display:block}.key-selector strong{font-size:13px}.key-selector small{color:var(--muted);margin-top:3px;font-size:11px}.key-selector select{min-height:40px}.modal-backdrop{z-index:80;background:#0e14119e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:8px;width:min(100%,570px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 70px #00000040}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:16px 19px;display:flex}.modal-header h3{margin:4px 0 0;font-size:19px}.modal-body{flex-direction:column;gap:18px;padding:20px;display:flex}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:9px;min-height:66px;padding:12px 19px;display:flex}.modal fieldset{border:0;margin:0;padding:0}.modal legend{margin-bottom:9px;font-size:13px;font-weight:650}.model-check-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.check-row{border:1px solid var(--line);cursor:pointer;border-radius:7px;align-items:center;min-height:40px;padding:0 10px;flex-direction:row!important;gap:8px!important;font-size:12px!important;font-weight:550!important}.check-row.selected{background:#f1faf6;border-color:#8fcab2}.check-row input{opacity:0;pointer-events:none;position:absolute}.check-row>span{border:1px solid var(--line-strong);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.check-row.selected>span{background:var(--green);border-color:var(--green)}.secret-modal{max-width:620px}.secret-box{border:1px solid var(--line);background:var(--surface-soft);border-radius:7px;align-items:center;gap:10px;min-height:62px;padding:11px;display:flex}.secret-box code{overflow-wrap:anywhere;flex:1;min-width:0;font-size:12px}.security-note{color:var(--muted);align-items:flex-start;gap:8px;margin:0;font-size:12px;line-height:1.5;display:flex}.security-note svg{color:var(--green);flex:none}.sidebar-scrim,.mobile-nav{display:none}@media (max-width:1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-shell{grid-template-columns:minmax(330px,.75fr) minmax(430px,1fr)}.auth-brand-panel{padding:36px}}@media (max-width:780px){.auth-shell{background:var(--surface);display:block}.auth-brand-panel{display:none}.auth-form-panel{flex-direction:column;justify-content:center;align-items:stretch;gap:44px;min-height:100vh;padding:28px 22px;display:flex}.auth-mobile-brand{align-self:flex-start;display:flex}.auth-form{width:100%}.verification-field{grid-template-columns:1fr}.verification-send{width:100%}.sidebar{box-shadow:var(--shadow);transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:25;background:#0e141173;border:0;display:block;position:fixed;inset:0}.main-area{width:100%;margin-left:0;padding-bottom:66px}.topbar{height:68px;padding:0 14px}.topbar p{display:none}.menu-button{display:inline-flex}.content-area{padding:18px 14px 30px}.mobile-nav{z-index:22;height:64px;padding:5px 7px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav button{color:var(--muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;display:flex}.mobile-nav button.active{color:var(--green)}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{flex-direction:column;gap:9px;min-height:122px;padding:14px}.stat-card strong{font-size:20px}.stat-card span{margin-top:6px}.quick-band{flex-direction:column;align-items:flex-start}.quick-band .secondary-button{width:100%}.section-heading{align-items:flex-start}.text-action{font-size:0}.text-action svg{width:18px;height:18px}.catalog-summary{grid-template-columns:1fr 1fr;display:grid}.catalog-summary>div{min-width:0}.package-grid,.key-selector{grid-template-columns:1fr}.key-selector .secondary-button{width:100%}.code-toolbar{gap:8px;height:auto;min-height:52px;overflow-x:auto}.code-tabs,.copy-code{min-width:max-content}.modal-backdrop{align-items:flex-end;padding:10px}.modal{max-height:calc(100vh - 20px)}.model-check-grid{grid-template-columns:1fr}}@media (max-width:430px){.balance-pill{padding:0 9px}.balance-pill svg{display:none}.stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:row;min-height:96px}.catalog-summary{grid-template-columns:1fr}.wallet-hero{min-height:150px;padding:21px}.wallet-hero strong{font-size:29px}}
