:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: #f2f0ed; background: #151412; }
button, input { font: inherit; }
button { border: 1px solid #504a44; border-radius: 10px; background: #282522; color: #f2f0ed; padding: 10px 15px; cursor: pointer; }
button:hover { border-color: #9b9084; background: #312d29; }
button:disabled { opacity: .55; cursor: wait; }
button.primary { background: #10a879; border-color: #10a879; color: #0a1c16; font-weight: 700; }
button.subtle { background: transparent; }
.eyebrow { color: #a99beb; font-size: .72rem; font-weight: 800; letter-spacing: .2em; }
h1 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; margin: 12px 0 8px; }
.muted { color: #a49c94; margin: 0; }
.shell { max-width: 1180px; margin: auto; padding: 54px 24px 32px; }
.page-header { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.header-actions { display: flex; gap: 9px; white-space: nowrap; }
.status-line { display: flex; justify-content: space-between; gap: 15px; color: #b5ada5; font-size: .86rem; margin: 37px 0 16px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 18px; }
.card { border: 1px solid #423d37; border-radius: 18px; background: #211e1b; padding: 23px; min-width: 0; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.badge { color: #d4cafd; background: #343069; padding: 5px 12px; border-radius: 100px; font-size: .78rem; font-weight: 700; }
.plan { color: #c5bdb4; font-size: .84rem; text-transform: capitalize; }
.card h2 { font-size: 1.1rem; overflow-wrap: anywhere; margin: 19px 0 3px; }
.account-name { color: #8e877f; font: .76rem ui-monospace, monospace; overflow-wrap: anywhere; margin: 0 0 12px; }
.account-status { color: #a5e2cd; font-size: .78rem; margin: 13px 0 24px; }
.quota-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 22px; color: #c6bfb6; font-size: .91rem; }
.quota-row strong { color: #f3f0ec; font-size: 1.45rem; }
.track { height: 9px; border-radius: 20px; background: #39352f; overflow: hidden; margin-top: 10px; }
.fill { height: 100%; background: #19bf8a; border-radius: inherit; }
.fill.low { background: #e6a457; }
.reset { color: #90887f; font-size: .78rem; margin-top: 8px; }
.error { min-height: 1.1em; color: #f39a8b; font-size: .85rem; }
.empty { color: #aaa29a; }
footer { color: #77716b; font-size: .77rem; margin-top: 30px; }
.login-page { display: grid; place-items: center; padding: 20px; }
.login-panel { width: min(100%, 420px); border: 1px solid #454039; border-radius: 20px; background: #211e1b; padding: 35px; box-shadow: 0 25px 70px #0005; }
.login-panel h1 { font-size: 2.1rem; }
.login-panel form { margin-top: 33px; }
.login-panel label { display: block; font-size: .85rem; color: #c5bdb4; margin-bottom: 9px; }
.login-panel input { width: 100%; padding: 12px 14px; border: 1px solid #595149; border-radius: 10px; outline: none; background: #171512; color: #fff; }
.login-panel input:focus { border-color: #b1a1fa; }
.login-panel button { width: 100%; }
@media (max-width: 600px) { .shell { padding: 30px 16px; } .page-header { align-items: start; flex-direction: column; } .status-line { flex-direction: column; gap: 4px; margin-top: 26px; } }
