:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:#e6e6e6;background:#0f1115;margin:0}button{cursor:pointer;color:inherit;background:#1b1e24;border:1px solid #444;border-radius:6px;padding:.5rem .9rem;font-size:.9rem}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{color:inherit;background:#14161b;border:1px solid #3a3f4a;border-radius:6px;width:100%;padding:.5rem;font-family:inherit}label{flex-direction:column;gap:.25rem;margin:.6rem 0;font-size:.85rem;display:flex}.form-error{color:#e5484d}.hint{opacity:.75;font-size:.85rem}.auth-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-form{border:1px solid #333;border-radius:10px;width:320px;padding:1.5rem}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid #333;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;display:flex}.app-title{font-weight:700}.app-nav{flex:1;gap:1rem;display:flex}.app-nav a{color:inherit;opacity:.7;text-decoration:none}.app-nav a.active{opacity:1;font-weight:600}.app-user{align-items:center;gap:.75rem;font-size:.85rem;display:flex}.app-main{width:100%;max-width:900px;margin:0 auto;padding:1.5rem}.account-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.account-card{border:1px solid #333;border-radius:8px;padding:1rem}.account-card--active{border-color:#30a46c}.account-card-header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.account-slot{opacity:.6}.account-email-secondary{opacity:.6;font-size:.75rem}.account-badge{color:#06280f;background:#30a46c;border-radius:4px;padding:.1rem .4rem;font-size:.7rem}.account-badge--muted{color:#eee;background:#555}.account-card-meta{opacity:.7;margin:.4rem 0 .75rem;font-size:.8rem}.usage-bar-row{margin-bottom:.5rem}.usage-bar-label{justify-content:space-between;margin-bottom:.2rem;font-size:.75rem;display:flex}.usage-bar-track{background:#2a2d34;border-radius:3px;height:6px;overflow:hidden}.usage-bar-fill{height:100%}.usage-bar-reset{opacity:.55;margin-top:.15rem;font-size:.7rem}.switch-list,.accounts-table{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.switch-row,.accounts-table-row{border:1px solid #333;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.switch-row span:first-child,.accounts-table-row span:first-child{flex:1}.switch-result{border:1px solid #333;border-radius:6px;margin-top:1rem;padding:.75rem}.token-add-form{border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.modal-backdrop{background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#16181d;border:1px solid #333;border-radius:10px;width:420px;max-width:90vw;padding:1.5rem}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.empty-state{text-align:center;opacity:.8;margin-top:3rem}.dashboard section{margin-bottom:2rem}
