:root {
    color-scheme: dark;
    --bg: #090711;
    --bg2: #13091b;
    --panel: rgba(31, 18, 43, .78);
    --panel-strong: rgba(38, 22, 53, .92);
    --line: rgba(232, 148, 255, .18);
    --line-strong: rgba(232, 148, 255, .34);
    --text: #fbf7ff;
    --muted: #a99bb5;
    --accent: #e186e9;
    --accent2: #ff8dcb;
    --good: #68e1a6;
    --warn: #ffcf73;
    --bad: #ff7f98;
    --shadow: 0 26px 80px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.app-bg { position: fixed; inset: 0; background: radial-gradient(circle at 82% 8%, rgba(225,134,233,.12), transparent 34%), radial-gradient(circle at 18% 92%, rgba(117,94,255,.09), transparent 35%), linear-gradient(145deg,#08060d,#110918 48%,#090711); z-index: -2; }
.app-bg::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,rgba(0,0,0,.6),transparent 75%); }
.glass { background: var(--panel); border: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,.025), var(--shadow); backdrop-filter: blur(22px); }
.app-shell { display:grid; grid-template-columns: 250px minmax(0,1fr); min-height:100vh; }
.sidebar { margin: 16px 0 16px 16px; border-radius: 22px; padding: 18px 13px; display:flex; flex-direction:column; position:sticky; top:16px; height:calc(100vh - 32px); }
.brand { display:flex; align-items:center; gap:11px; padding: 8px 10px 19px; }
.brand-logo, .brand-mark { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; font-weight:900; font-size:21px; color:#1b0c20; background:linear-gradient(135deg,var(--accent),#ff9fd0); box-shadow:0 8px 30px rgba(225,134,233,.25); }
.brand > span:last-child { display:flex; flex-direction:column; letter-spacing:.12em; line-height:1.05; }
.brand b { font-size:15px; }.brand small { font-size:9px; color:var(--muted); margin-top:4px; }
.sidebar nav { display:flex; flex-direction:column; gap:5px; margin-top:8px; }
.nav-link { min-height:43px; padding:0 11px; border-radius:11px; display:flex; align-items:center; gap:11px; color:#c8bccf; font-size:14px; font-weight:650; border:1px solid transparent; }
.nav-link span { width:22px; color:#a995b8; font-size:18px; text-align:center; }.nav-link i { margin-left:auto; font-size:9px; font-style:normal; color:#75687f; text-transform:uppercase; }
.nav-link:hover:not(.disabled) { background:rgba(255,255,255,.035); color:white; }.nav-link.active { color:white; background:linear-gradient(90deg,rgba(225,134,233,.14),rgba(225,134,233,.045)); border-color:rgba(225,134,233,.14); }.nav-link.active span { color:var(--accent); }.nav-link.disabled { opacity:.48; cursor:default; }
.sidebar-bottom { margin-top:auto; border-top:1px solid rgba(255,255,255,.07); padding:15px 7px 3px; }.admin-mini { display:flex; gap:9px; align-items:center; min-width:0; }.avatar { width:34px; height:34px; border-radius:10px; display:inline-grid; place-items:center; flex:0 0 auto; background:linear-gradient(145deg,#412b51,#251a31); border:1px solid rgba(225,134,233,.18); color:#f2c9f5; font-weight:800; }.admin-mini > span:last-child,.user-cell > span:last-child { display:flex; flex-direction:column; min-width:0; }.admin-mini b { max-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:11px; }.admin-mini small,.user-cell small { color:var(--muted); font-size:10px; margin-top:3px; }.signout { width:100%; border:0; color:#96899f; background:transparent; text-align:left; padding:10px 43px; font-size:12px; }.signout:hover { color:#ff98ac; }
.content { padding:34px 38px 60px; max-width:1520px; width:100%; margin:0 auto; }
.page-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:24px; }.page-head.compact { align-items:center; }.eyebrow { color:var(--accent); font-size:10px; letter-spacing:.2em; font-weight:850; margin-bottom:8px; }.page-head h1 { margin:0; font-size:32px; letter-spacing:-.035em; }.page-head h1 span { color:var(--accent); }.page-head p { color:var(--muted); margin:7px 0 0; font-size:13px; }.status-pill { border:1px solid rgba(104,225,166,.18); background:rgba(104,225,166,.055); color:#a7f1cd; padding:9px 12px; border-radius:999px; font-size:11px; }.status-pill i { display:inline-block; width:7px; height:7px; background:var(--good); border-radius:99px; margin-right:7px; box-shadow:0 0 12px var(--good); }
.stats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; margin-bottom:16px; }.stat-card { border-radius:17px; min-height:128px; padding:18px; display:flex; flex-direction:column; }.stat-label { font-size:11px; text-transform:uppercase; letter-spacing:.11em; color:#a99ab2; font-weight:750; }.stat-card strong { font-size:35px; line-height:1; margin-top:19px; letter-spacing:-.04em; }.stat-card small { color:var(--muted); margin-top:7px; font-size:11px; }.accent-card { border-color:rgba(225,134,233,.27); background:linear-gradient(145deg,rgba(225,134,233,.1),var(--panel)); }.pro-card { border-color:rgba(255,141,203,.3); background:linear-gradient(145deg,rgba(255,141,203,.12),var(--panel)); }
.dashboard-grid { display:grid; grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr); gap:16px; }.panel { border-radius:18px; overflow:hidden; }.panel-head { min-height:72px; padding:17px 19px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid rgba(255,255,255,.06); }.panel-head h2 { margin:0; font-size:15px; }.panel-head p { margin:5px 0 0; color:var(--muted); font-size:11px; }.text-link { color:var(--accent); font-size:11px; font-weight:700; }
.table-wrap { overflow:auto; }.data-table { width:100%; border-collapse:collapse; min-width:650px; }.data-table th { color:#8f8199; font-size:9px; letter-spacing:.1em; text-transform:uppercase; text-align:left; padding:11px 16px; background:rgba(255,255,255,.015); }.data-table td { padding:13px 16px; border-top:1px solid rgba(255,255,255,.045); font-size:11px; color:#c9bdcf; }.data-table tbody tr:hover { background:rgba(255,255,255,.018); }.user-cell { display:flex; gap:10px; align-items:center; }.user-cell b { font-size:11px; color:#f7f2f9; font-weight:650; }.badge { display:inline-flex; align-items:center; border-radius:999px; padding:5px 8px; font-size:9px; font-weight:750; white-space:nowrap; border:1px solid transparent; }.badge.good { color:#93e9bc; background:rgba(104,225,166,.07); border-color:rgba(104,225,166,.13); }.badge.warn { color:#ffd98b; background:rgba(255,207,115,.07); border-color:rgba(255,207,115,.13); }.badge.bad { color:#ffa2b3; background:rgba(255,127,152,.07); border-color:rgba(255,127,152,.16); }.badge.tier { color:#c6b7d1; background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.08); }.badge.tier.standard { color:#efbaf2; background:rgba(225,134,233,.09); border-color:rgba(225,134,233,.18); }.badge.tier.pro { color:#ffc0df; background:rgba(255,141,203,.11); border-color:rgba(255,141,203,.22); }.badge.large { font-size:11px; padding:7px 11px; }.table-empty { text-align:center!important; padding:34px!important; color:#7c7085!important; }
.quick-panel { align-self:start; }.quick-link { min-height:72px; display:grid; grid-template-columns:36px 1fr auto; gap:11px; align-items:center; padding:12px 17px; border-top:1px solid rgba(255,255,255,.05); }.quick-link > span { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:rgba(225,134,233,.08); color:var(--accent); }.quick-link div { display:flex; flex-direction:column; }.quick-link b { font-size:11px; }.quick-link small { color:var(--muted); font-size:9px; margin-top:4px; }.quick-link i { color:#8e8198; font-style:normal; font-size:15px; }.quick-link:not(.muted):hover { background:rgba(255,255,255,.02); }.quick-link.muted { opacity:.45; }
.toolbar { padding:14px 16px; display:flex; gap:9px; align-items:center; border-bottom:1px solid rgba(255,255,255,.06); }.search-box { flex:1; min-width:220px; position:relative; }.search-box span { position:absolute; left:12px; top:9px; color:#81748a; }.search-box input { width:100%; padding-left:34px; }.toolbar input,.toolbar select,.form-grid input,.form-grid select { border:1px solid rgba(225,134,233,.15); background:#171020; color:var(--text); border-radius:10px; padding:9px 11px; outline:none; }.toolbar input:focus,.toolbar select:focus,.form-grid input:focus,.form-grid select:focus { border-color:rgba(225,134,233,.45); box-shadow:0 0 0 3px rgba(225,134,233,.06); }.toolbar select { min-width:120px; }.btn { border:1px solid transparent; border-radius:10px; min-height:36px; padding:0 13px; display:inline-flex; align-items:center; justify-content:center; color:white; font-weight:750; font-size:10px; }.btn.primary { color:#1a0d1e; background:linear-gradient(135deg,#e186e9,#f19bdc); box-shadow:0 8px 22px rgba(225,134,233,.15); }.btn.secondary { background:#25192f; border-color:#3f2b4c; color:#e9ddea; }.btn.ghost { background:transparent; border-color:rgba(255,255,255,.08); color:#a99caf; }.btn.tiny { min-height:29px; padding:0 10px; background:#24172e; border-color:#3a2846; }.btn.full { width:100%; }.btn.danger-outline { background:transparent; border-color:rgba(255,127,152,.25); color:#ff9daf; }.back-link { display:block; margin-bottom:10px; color:#aa9ab4; font-size:11px; }.mono { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; color:#83768b; font-size:10px; }.flash { padding:11px 14px; border-radius:11px; margin:-7px 0 15px; background:rgba(104,225,166,.07); border:1px solid rgba(104,225,166,.15); color:#a8edce; font-size:11px; }
.user-detail-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr); gap:16px; }.form-grid { padding:18px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }.form-grid label { display:flex; flex-direction:column; gap:7px; font-size:10px; color:#a99bb3; font-weight:700; }.form-grid input:disabled { color:#756a7c; opacity:.75; }.check-stack { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:10px; }.toggle-row { flex-direction:row!important; align-items:flex-start; gap:9px!important; padding:12px; border:1px solid rgba(255,255,255,.06); border-radius:11px; background:rgba(255,255,255,.015); }.toggle-row input { width:15px; height:15px; margin-top:2px; }.toggle-row span { display:flex; flex-direction:column; }.toggle-row b { color:#ded5e2; font-size:10px; }.toggle-row small { color:#807487; font-size:9px; margin-top:3px; }.form-grid > .btn { justify-self:start; }.info-stack { padding:8px 18px; }.info-row { display:flex; justify-content:space-between; gap:15px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.05); font-size:10px; }.info-row span { color:#8d8096; }.info-row b { font-weight:700; }.muted-text { color:#81748a; }.action-stack { padding:12px 18px 18px; display:grid; gap:8px; }.audit-detail { max-width:420px; color:#918499!important; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:9px!important; }.nowrap { white-space:nowrap; }
.login-body { min-height:100vh; overflow:hidden; background:linear-gradient(145deg,#09060d,#170b1d 58%,#08060d); }.login-shell { min-height:100vh; display:grid; place-items:center; padding:24px; position:relative; isolation:isolate; }.login-shell::before { content:""; position:absolute; inset:0; z-index:-3; background:radial-gradient(circle at 72% 22%,rgba(255,129,210,.12),transparent 30%),radial-gradient(circle at 26% 78%,rgba(118,79,255,.12),transparent 32%); }.login-shell::after { content:""; position:absolute; inset:0; z-index:-2; background-image:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px); background-size:50px 50px; mask-image:radial-gradient(circle at center,#000,transparent 75%); }.login-glow { position:absolute; border-radius:999px; filter:blur(70px); opacity:.24; z-index:-1; }.login-glow-a { width:310px; height:310px; background:#d75cdf; right:8%; top:7%; }.login-glow-b { width:270px; height:270px; background:#5933d5; left:9%; bottom:7%; }.login-card { width:min(430px,100%); padding:35px; border-radius:24px; background:rgba(23,13,32,.82); }.login-card .brand-mark { margin-bottom:26px; }.login-card h1 { margin:0; font-size:30px; letter-spacing:-.04em; }.login-card h1 span { color:var(--accent); }.login-sub { margin:7px 0 25px; color:var(--muted); font-size:12px; }.login-form { display:flex; flex-direction:column; }.login-form > label:not(.remember) { color:#b2a4ba; font-size:10px; font-weight:700; margin:11px 0 7px; }.login-form input[type=email],.login-form input[type=password],.login-form input[type=text] { width:100%; border:1px solid rgba(225,134,233,.16); background:#120d18; color:white; border-radius:11px; padding:12px 13px; outline:none; }.login-form input:focus { border-color:rgba(225,134,233,.5); box-shadow:0 0 0 3px rgba(225,134,233,.06); }.password-wrap { position:relative; }.password-wrap input { padding-right:62px!important; }.reveal { position:absolute; right:7px; top:6px; height:31px; padding:0 9px; background:#211629; border:1px solid #392541; border-radius:8px; color:#a99bb2; font-size:9px; }.remember { margin:15px 0; display:flex; gap:8px; align-items:center; color:#978a9f; font-size:10px; }.remember input { accent-color:var(--accent); }.login-button { min-height:43px; margin-top:2px; }.validation { color:#ff96aa; font-size:9px; margin-top:5px; }.validation ul { padding-left:16px; }.login-foot { text-align:center; margin-top:22px; padding-top:18px; border-top:1px solid rgba(255,255,255,.055); color:#6e6375; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }.empty-state { max-width:520px; margin:100px auto; padding:40px; border-radius:20px; text-align:center; }.empty-state p { color:var(--muted); }
@media (max-width:1000px) { .stats-grid { grid-template-columns:1fr 1fr; }.dashboard-grid,.user-detail-grid { grid-template-columns:1fr; } }
@media (max-width:760px) { .app-shell { grid-template-columns:1fr; }.sidebar { position:static; height:auto; margin:10px; }.sidebar nav { display:grid; grid-template-columns:1fr 1fr; }.sidebar-bottom { display:none; }.content { padding:20px 14px 40px; }.stats-grid { grid-template-columns:1fr 1fr; }.toolbar { flex-wrap:wrap; }.search-box { width:100%; flex-basis:100%; }.form-grid,.check-stack { grid-template-columns:1fr; }.login-card { padding:27px 22px; } }

.login-switch { text-align:center; margin-top:18px; color:#9d90a6; font-size:11px; }
.login-switch a { color:#f09be0; font-weight:750; }
.login-switch a:hover { color:#ffc2ef; }
.optional { color:#73677a; font-size:9px; font-weight:600; margin-left:4px; }
.password-hint { color:#776b7f; font-size:9px; margin-top:6px; }
.register-card { width:min(460px,100%); }
.register-button { margin-top:18px; }
.account-shell { padding:34px; }
.account-card { width:min(760px,100%); padding:32px; border-radius:24px; background:rgba(23,13,32,.84); }
.account-head { display:flex; justify-content:space-between; align-items:flex-start; gap:22px; padding-bottom:24px; border-bottom:1px solid rgba(255,255,255,.06); }
.account-head h1 { margin:8px 0 5px; font-size:30px; letter-spacing:-.04em; }
.account-head h1 span { color:var(--accent); }
.account-head p { margin:0; color:var(--muted); font-size:11px; }
.account-tier { padding:8px 13px; border-radius:999px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.04); color:#c9bdd0; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.account-tier.standard { color:#efbaf2; border-color:rgba(225,134,233,.24); background:rgba(225,134,233,.09); }
.account-tier.pro { color:#ffc0df; border-color:rgba(255,141,203,.28); background:rgba(255,141,203,.11); }
.account-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:20px 0; }
.account-stat { padding:16px; border:1px solid rgba(255,255,255,.055); border-radius:13px; background:rgba(255,255,255,.018); display:flex; flex-direction:column; gap:7px; }
.account-stat span { color:#81758a; font-size:9px; text-transform:uppercase; letter-spacing:.07em; font-weight:700; }
.account-stat b { color:#eee5f0; font-size:12px; }
.account-note { padding:17px; border-radius:14px; border:1px solid rgba(225,134,233,.13); background:rgba(225,134,233,.045); display:flex; flex-direction:column; gap:7px; }
.account-note b { color:#f3c0e9; font-size:12px; }
.account-note span { color:#9c8ea5; font-size:10px; line-height:1.6; }
.account-actions { display:flex; align-items:center; gap:9px; flex-wrap:wrap; margin-top:20px; }
.account-actions form { margin:0; }
@media (max-width:620px) { .account-head { flex-direction:column; }.account-grid { grid-template-columns:1fr; }.account-card { padding:24px 20px; } }

.login-options { margin:15px 0; display:flex; align-items:center; justify-content:space-between; gap:14px; }
.login-options .remember { margin:0; }
.login-options > a { color:#e9a0df; font-size:10px; font-weight:750; }
.login-options > a:hover { color:#ffc3ef; }
.status-card { text-align:left; }
.status-actions { display:grid; gap:9px; margin-top:22px; }
.account-flash { margin:18px 0 -2px; padding:12px 14px; border-radius:12px; background:rgba(104,225,166,.07); border:1px solid rgba(104,225,166,.15); color:#b2edd2; font-size:10px; }
.verify-banner { margin:18px 0 0; padding:15px 16px; display:flex; justify-content:space-between; align-items:center; gap:15px; border-radius:14px; border:1px solid rgba(255,207,115,.18); background:rgba(255,207,115,.055); }
.verify-banner > div { display:flex; flex-direction:column; gap:5px; }
.verify-banner b { color:#ffe0a3; font-size:11px; }
.verify-banner span { color:#a99a8c; font-size:9px; line-height:1.55; }
.verify-banner form { margin:0; flex:0 0 auto; }
.btn:disabled { opacity:.42; cursor:not-allowed; transform:none!important; }
@media (max-width:620px) { .login-options,.verify-banner { align-items:stretch; flex-direction:column; }.verify-banner .btn { width:100%; } }

.upgrade-panel { margin-top:14px; padding:17px; border-radius:14px; border:1px solid rgba(225,134,233,.16); background:linear-gradient(135deg,rgba(225,134,233,.065),rgba(255,141,203,.035)); display:flex; justify-content:space-between; align-items:center; gap:16px; }
.upgrade-panel > div:first-child { display:flex; flex-direction:column; gap:5px; }
.upgrade-panel .eyebrow { margin:0; }
.upgrade-panel b { font-size:12px; color:#f5d6ef; }
.upgrade-panel small { color:#93869c; font-size:9px; line-height:1.5; }
.upgrade-actions { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.purchase-history { margin-top:14px; border:1px solid rgba(255,255,255,.055); border-radius:14px; overflow:hidden; background:rgba(255,255,255,.012); }
.purchase-title { padding:13px 15px; display:flex; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.05); }
.purchase-title b { font-size:11px; } .purchase-title span { color:#7f7388; font-size:9px; }
.purchase-row { padding:12px 15px; display:flex; justify-content:space-between; gap:18px; border-top:1px solid rgba(255,255,255,.04); }
.purchase-row:first-of-type { border-top:0; }
.purchase-row > span { display:flex; flex-direction:column; gap:4px; }
.purchase-row > span:last-child { text-align:right; }
.purchase-row b { font-size:10px; color:#e8ddea; } .purchase-row small { font-size:9px; color:#81758a; }
@media (max-width:620px) { .upgrade-panel { flex-direction:column; align-items:stretch; }.upgrade-actions { justify-content:stretch; }.upgrade-actions .btn { width:100%; }.purchase-row { flex-direction:column; }.purchase-row > span:last-child { text-align:left; } }
