:root{--bg: #f4f7f3;--surface: #ffffff;--surface-2: #eef3ef;--border: #d8dfd8;--text: #202420;--muted: #697168;--teal: #0f766e;--teal-soft: #d9efea;--amber: #b45309;--amber-soft: #f5e5c8;--rose: #be123c;--rose-soft: #f6d8df;--steel: #55606a;--steel-soft: #e2e7e9;--violet: #6d28d9;--violet-soft: #ede9fe;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input{font:inherit}.app-shell{width:min(880px,calc(100vw - 24px));margin:0 auto;padding:16px 0}.topbar,.toolbar,.topbar-actions,.account-row,.detail-title,.limit-line,.footer-line{display:flex;align-items:center}.topbar{justify-content:space-between;gap:12px;margin-bottom:10px}h1,h2,h3,p{margin:0}h1{font-size:22px;line-height:1.15;letter-spacing:-.02em}.subtitle{margin-top:3px;color:var(--muted);font-size:12px}.topbar-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.status-badge,.pill{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;height:30px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--teal);font-size:12px;font-weight:700}.status-badge.danger{color:var(--rose);border-color:#eeb7c3;background:var(--rose-soft)}.refresh-cluster{display:inline-flex;align-items:center;gap:8px}.refresh-button{display:inline-flex;align-items:center;gap:7px;height:30px;white-space:nowrap;border-radius:8px;font-size:12px;font-weight:800}.refresh-button{padding:0 10px;border:1px solid #9fcfc8;background:var(--teal);color:#fff;cursor:pointer}.refresh-button:hover{background:#0d6962}.refresh-button:disabled{cursor:default;opacity:.72}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.icon-button:hover{border-color:#9fb2a9}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:10px;align-items:start}.main-panel,.detail-panel{border:1px solid var(--border);border-radius:8px;background:#fffffff0}.main-panel{min-width:0}.toolbar{justify-content:space-between;gap:12px;padding:9px;border-bottom:1px solid var(--border)}.search-box{display:flex;align-items:center;min-width:200px;width:min(280px,100%);gap:8px;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted)}.search-box input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:var(--text)}.segmented{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.segmented button{min-width:52px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #222a241f}.table-shell{overflow:hidden}.table-head,.account-row{display:grid;grid-template-columns:minmax(150px,1.25fr) minmax(150px,1fr) 76px 70px;gap:10px;align-items:center}.table-head{padding:9px 12px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;border-bottom:1px solid var(--border)}.account-row{width:100%;min-height:62px;padding:9px 12px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer}.account-row:hover,.account-row.selected{background:#f8faf7}.account-row.archived{color:var(--muted)}.account-row.archived .identity strong{text-decoration:line-through;text-decoration-thickness:1px}.identity{min-width:0}.identity strong,.identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity strong{font-size:14px}.identity small,.usage-cell small,.muted{color:var(--muted);font-size:12px}.usage-cell{display:grid;gap:5px;min-width:0}.usage-meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.progress{display:block;width:100%;height:7px;overflow:hidden;border-radius:999px;background:#e6ebe6}.progress i{display:block;height:100%;border-radius:inherit}.progress.ok i{background:var(--teal)}.progress.warn i{background:var(--amber)}.progress.danger i{background:var(--rose)}.reset-text{color:var(--muted);font-size:13px;white-space:nowrap}.usage-reset{white-space:nowrap;text-align:right}.reset-credit-cell{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;color:var(--teal);font-size:13px;white-space:nowrap}.reset-credit-cell.empty{color:var(--muted)}.reset-credit-cell strong{font-size:13px}.pill{justify-content:center;width:66px;height:26px;padding:0;font-size:12px}.pill.live{color:var(--teal);background:var(--teal-soft);border-color:#add9d2}.pill.risk{color:var(--amber);background:var(--amber-soft);border-color:#e8ca91}.pill.unknown{color:var(--steel);background:var(--steel-soft);border-color:#c8d0d4}.pill.weekly,.pill.blocked{color:var(--rose);background:var(--rose-soft);border-color:#edb7c3}.pill.priority{color:var(--teal);background:var(--teal-soft);border-color:#9fcfc8}.pill.stale{color:var(--rose);background:var(--rose-soft);border-color:#edb7c3}.pill.archived{color:var(--violet);background:var(--violet-soft);border-color:#d8c9fb}.detail-panel{position:sticky;top:16px;min-height:260px}.detail-content{padding:12px}.detail-title{justify-content:space-between;gap:12px;margin-bottom:10px}.detail-actions{display:grid;justify-items:end;gap:8px}.detail-title p{color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase}.detail-title h2{margin-top:4px;font-size:18px;overflow-wrap:anywhere}.archive-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 10px;border:1px solid #d8c9fb;border-radius:8px;background:var(--violet-soft);color:var(--violet);cursor:pointer;font-size:12px;font-weight:800}.account-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.account-facts>div{padding:9px 10px;border:1px solid var(--border);border-radius:8px;background:#fafcf9}.account-facts span,.account-facts strong{display:block}.account-facts span{color:var(--muted);font-size:11px}.account-facts strong{margin-top:3px;font-size:14px}.account-facts .reset-fact{border-color:#add9d2;background:var(--teal-soft);color:var(--teal)}.archive-button.restore{border-color:#9fcfc8;background:var(--teal-soft);color:var(--teal)}.archive-button:disabled{cursor:default;opacity:.62}.note-editor{padding:0 0 10px}.note-editor label{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:800}.note-row{display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:8px}.note-row input{min-width:0;height:34px;padding:0 11px;border:1px solid var(--border);border-radius:8px;outline:none;background:var(--surface);color:var(--text)}.note-row input:focus{border-color:#7fbeb6;box-shadow:0 0 0 3px #0f766e1f}.note-row button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;border:1px solid #9fcfc8;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer;font-size:13px;font-weight:800}.note-row button:hover{background:#0d6962}.note-row button:disabled{cursor:default;opacity:.62}.credential-editor{display:grid;gap:10px;padding:0}.section-label{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.credential-grid{display:grid;gap:10px}.credential-grid label{display:grid;gap:6px}.credential-grid span{color:var(--muted);font-size:12px;font-weight:700}.credential-grid input{min-width:0;height:34px;padding:0 11px;border:1px solid var(--border);border-radius:8px;outline:none;background:var(--surface);color:var(--text)}.credential-grid input:focus{border-color:#7fbeb6;box-shadow:0 0 0 3px #0f766e1f}.credential-actions{display:flex;justify-content:flex-end}.credential-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border:1px solid #9fcfc8;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer;font-size:13px;font-weight:800}.credential-actions button:hover{background:#0d6962}.credential-actions button:disabled{cursor:default;opacity:.62}.detail-section{padding:16px 0;border-top:1px solid var(--border)}.detail-section h3{margin-bottom:12px;font-size:13px;text-transform:uppercase;color:var(--muted)}.large-limit-value{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.large-limit-value strong{font-size:38px;line-height:1}.large-limit-value span{color:var(--muted);font-size:13px}.limit-meta{display:flex;justify-content:space-between;gap:10px;margin-top:10px;color:var(--muted);font-size:13px}.detail-section.split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-pair{min-height:62px;padding:11px;border:1px solid var(--border);border-radius:8px;background:#fafcf9}.info-pair span,.info-pair strong{display:block}.info-pair span{color:var(--muted);font-size:12px}.info-pair strong{margin-top:4px;overflow-wrap:anywhere;font-size:14px}.limit-list{display:grid;gap:10px}.limit-line{justify-content:space-between;gap:14px;padding:11px;border:1px solid var(--border);border-radius:8px}.limit-line>span{min-width:110px;font-size:13px;font-weight:700;overflow-wrap:anywhere}.empty-state,.empty-detail{display:grid;place-items:center;gap:10px;min-height:180px;color:var(--muted)}.footer-line{justify-content:flex-end;height:38px;color:var(--muted);font-size:12px}@media (max-width: 820px){.workspace{grid-template-columns:1fr}.detail-panel{position:static;min-height:auto}}@media (max-width: 760px){.app-shell{width:min(100vw - 16px,880px);padding-top:10px}.topbar,.toolbar{align-items:stretch;flex-direction:column}.topbar-actions,.refresh-cluster{align-items:stretch;justify-content:flex-start}.refresh-cluster{flex-wrap:wrap}.refresh-button{justify-content:center}.table-head{display:none}.account-row{grid-template-columns:1fr;gap:8px;align-items:stretch}.detail-section.split{grid-template-columns:1fr}.reset-credit-cell{justify-content:flex-start}}
