/* /Components/Pages/Account.razor.rz.scp.css */
/* ── Page shell ─────────────────────────────────────────────────────────── */
.account-page[b-ngmtxjv83s] {
    max-width: min(1040px, calc(100vw - 32px));
}

/* ── Header / avatar ────────────────────────────────────────────────────── */
.acct-header[b-ngmtxjv83s] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.25rem;
    flex-wrap: wrap;
}
.acct-avatar[b-ngmtxjv83s] {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(44,252,87,0.18), rgba(74,184,255,0.12), rgba(177,92,255,0.14));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 18px 54px rgba(123,92,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: #F5F7FA;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.acct-header-info[b-ngmtxjv83s] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.acct-name[b-ngmtxjv83s] {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 650;
    color: var(--text-primary, #f4f4f5);
    margin: 0;
    letter-spacing: -0.06em;
    line-height: 0.98;
}
.acct-email[b-ngmtxjv83s] {
    font-size: 0.875rem;
    color: var(--text-muted, #94a3b8);
}
.acct-badges[b-ngmtxjv83s] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

/* ── Tier badge ─────────────────────────────────────────────────────────── */
.acct-tier-badge[b-ngmtxjv83s] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 4px;
    padding: 2px 8px;
    text-transform: uppercase;
}
.tier-free[b-ngmtxjv83s]    { background: rgba(255,255,255,0.05); color: #8B93A7; }
.tier-premium[b-ngmtxjv83s] { background: rgba(108,123,255,0.1);  color: #A5B4FF; }
.tier-pro[b-ngmtxjv83s]     { background: rgba(57,243,209,0.08);   color: #39F3D1; }
.tier-lifetime[b-ngmtxjv83s] { background: linear-gradient(90deg, rgba(57,243,209,0.1), rgba(138,92,255,0.1)); color: #A5B4FF; }

.acct-verified-badge[b-ngmtxjv83s] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 4px;
    padding: 2px 8px;
    background: rgba(57,243,209,0.07);
    color: #39F3D1;
    border: 1px solid rgba(57,243,209,0.18);
}
.acct-unverified-badge[b-ngmtxjv83s] {
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 8px;
    background: rgba(245,197,66,0.07);
    color: #F5C542;
    border: 1px solid rgba(245,197,66,0.18);
}

/* ── Alerts ─────────────────────────────────────────────────────────────── */
.acct-alert[b-ngmtxjv83s] {
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
.acct-alert-error[b-ngmtxjv83s]   { background: rgba(255,107,138,0.06); border: 1px solid rgba(255,107,138,0.18); color: #FF6B8A; }
.acct-alert-success[b-ngmtxjv83s] { background: rgba(57,243,209,0.06);  border: 1px solid rgba(57,243,209,0.18);  color: #39F3D1; }
.acct-alert-warn[b-ngmtxjv83s]    { background: rgba(245,197,66,0.06);  border: 1px solid rgba(245,197,66,0.18);  color: #F5C542; }

/* ── Tab nav ────────────────────────────────────────────────────────────── */
.acct-tabs[b-ngmtxjv83s] {
    display: flex;
    gap: 0.25rem;
    border: 1px solid rgba(255,255,255,0.075);
    background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.016));
    border-radius: 16px;
    padding: 0.35rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.acct-tab[b-ngmtxjv83s] {
    padding: 0.6rem 1rem;
    background: transparent;
    border: none;
    border-radius: 11px;
    color: var(--text-muted, #94a3b8);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}
.acct-tab:hover[b-ngmtxjv83s] { color: var(--text-primary, #f1f5f9); background: rgba(255,255,255,0.045); }
.acct-tab.active[b-ngmtxjv83s] {
    color: #F5F7FA;
    background: rgba(123,92,255,0.16);
}
.acct-tab:last-child[b-ngmtxjv83s] { color: #FF6B8A; }
.acct-tab:last-child.active[b-ngmtxjv83s] { color: #FF6B8A; background: rgba(255,107,138,0.11); }

/* ── Section ────────────────────────────────────────────────────────────── */
.acct-section[b-ngmtxjv83s] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018));
    border: 1px solid rgba(255,255,255,0.075);
    border-radius: 20px;
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
}
.acct-section-title[b-ngmtxjv83s] {
    font-size: 1rem;
    font-weight: 560;
    color: var(--text-primary, #f4f4f5);
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.acct-title-danger[b-ngmtxjv83s] { color: #f87171; }

/* ── Form ───────────────────────────────────────────────────────────────── */
.acct-form-grid[b-ngmtxjv83s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.acct-form-narrow[b-ngmtxjv83s] {
    grid-template-columns: 1fr;
    max-width: 420px;
}
.acct-field[b-ngmtxjv83s] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.acct-label[b-ngmtxjv83s] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-muted, #94a3b8);
    letter-spacing: 0.03em;
}
.acct-input[b-ngmtxjv83s] {
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    color: var(--text-primary, #f1f5f9);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    box-sizing: border-box;
}
.acct-input:focus[b-ngmtxjv83s] {
    border-color: rgba(108,123,255,0.5);
    background: rgba(108,123,255,0.05);
}
.acct-input:disabled[b-ngmtxjv83s] {
    opacity: 0.45;
    cursor: not-allowed;
}
.acct-hint[b-ngmtxjv83s] {
    font-size: 0.75rem;
    color: var(--text-muted, #64748b);
}

/* ── Toggle switches ────────────────────────────────────────────────────── */
.acct-toggles[b-ngmtxjv83s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.acct-toggle[b-ngmtxjv83s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-primary, #f1f5f9);
    cursor: pointer;
    user-select: none;
}
.acct-toggle input[type="checkbox"][b-ngmtxjv83s] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.acct-toggle-track[b-ngmtxjv83s] {
    width: 40px;
    height: 22px;
    border-radius: 11px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    flex-shrink: 0;
    position: relative;
    transition: background 0.2s;
}
.acct-toggle-track[b-ngmtxjv83s]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #94a3b8;
    transition: transform 0.2s, background 0.2s;
}
.acct-toggle input:checked + .acct-toggle-track[b-ngmtxjv83s] {
    background: rgba(108,123,255,0.3);
    border-color: #6C7BFF;
}
.acct-toggle input:checked + .acct-toggle-track[b-ngmtxjv83s]::after {
    transform: translateX(18px);
    background: #A5B4FF;
}

/* ── Buttons ────────────────────────────────────────────────────────────── */
.acct-btn[b-ngmtxjv83s] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
    border: none;
    align-self: flex-start;
}
.acct-btn:disabled[b-ngmtxjv83s] { opacity: 0.45; cursor: not-allowed; }
.acct-btn-primary[b-ngmtxjv83s]  { background: var(--brand-gradient-h); color: #020304; }
.acct-btn-primary:hover:not(:disabled)[b-ngmtxjv83s] { opacity: 0.88; }
.acct-btn-danger[b-ngmtxjv83s]   { background: rgba(252,165,165,0.08); color: #fca5a5; border: 1px solid rgba(252,165,165,0.18); }
.acct-btn-danger:hover:not(:disabled)[b-ngmtxjv83s]  { background: rgba(252,165,165,0.13); }
.acct-btn-ghost[b-ngmtxjv83s]    { background: rgba(255,255,255,0.06); color: var(--text-muted, #94a3b8); border: 1px solid rgba(255,255,255,0.1); }
.acct-btn-ghost:hover:not(:disabled)[b-ngmtxjv83s]   { background: rgba(255,255,255,0.1); }

/* ── Subscription cards ─────────────────────────────────────────────────── */
.acct-sub-card[b-ngmtxjv83s] {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.022));
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.acct-sub-tier[b-ngmtxjv83s] {
    font-size: 1rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
}
.acct-sub-expires[b-ngmtxjv83s] {
    font-size: 0.875rem;
    color: var(--text-muted, #94a3b8);
    margin: 0;
}
.acct-plan-grid[b-ngmtxjv83s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
.acct-plan[b-ngmtxjv83s] {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.022));
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.acct-plan-current[b-ngmtxjv83s] {
    border-color: rgba(139,140,246,0.3);
    background: rgba(139,140,246,0.055);
}
.acct-plan-name[b-ngmtxjv83s]  { font-weight: 560; font-size: 0.95rem; color: var(--text-primary, #f4f4f5); }
.acct-plan-price[b-ngmtxjv83s] { font-size: 1.5rem; font-weight: 620; color: #c7d2fe; }
.acct-plan-price span[b-ngmtxjv83s] { font-size: 0.8rem; font-weight: 400; color: var(--text-muted, #94a3b8); }
.acct-plan-features[b-ngmtxjv83s] { margin: 0; padding: 0 0 0 1rem; font-size: 0.8rem; color: var(--text-muted, #94a3b8); display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.acct-plan-active-label[b-ngmtxjv83s] { font-size: 0.75rem; font-weight: 600; color: #a5b4fc; }

/* ── Danger card ────────────────────────────────────────────────────────── */
.acct-danger-card[b-ngmtxjv83s] {
    background: rgba(239,68,68,0.06);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.acct-delete-confirm[b-ngmtxjv83s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}
.acct-delete-confirm p[b-ngmtxjv83s] { font-size: 0.875rem; color: var(--text-muted, #94a3b8); margin: 0; }
.acct-delete-confirm .acct-input[b-ngmtxjv83s] { max-width: 240px; }
.acct-delete-actions[b-ngmtxjv83s] { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ── Loading ────────────────────────────────────────────────────────────── */
.acct-loading[b-ngmtxjv83s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-muted, #94a3b8);
    font-size: 0.9rem;
    padding: 2rem 0;
}
.acct-spinner[b-ngmtxjv83s] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.2);
    border-top-color: #a5b4fc;
    border-radius: 50%;
    animation: acct-spin-b-ngmtxjv83s 0.7s linear infinite;
    flex-shrink: 0;
}
.acct-spinner-sm[b-ngmtxjv83s] {
    width: 14px;
    height: 14px;
    border-width: 2px;
}
@keyframes acct-spin-b-ngmtxjv83s { to { transform: rotate(360deg); } }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .acct-form-grid[b-ngmtxjv83s] { grid-template-columns: 1fr; }
    .acct-plan-grid[b-ngmtxjv83s] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Admin/UserManagement.razor.rz.scp.css */
.um-page[b-40183m3m3m] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

.um-header[b-40183m3m3m] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.um-title[b-40183m3m3m] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0.25rem 0 0.35rem;
    letter-spacing: -0.02em;
}

.um-subtitle[b-40183m3m3m] {
    color: rgba(255,255,255,0.45);
    font-size: 0.9rem;
    margin: 0;
}

.um-search-row[b-40183m3m3m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.um-search[b-40183m3m3m] {
    flex: 1;
    padding: 0.6rem 0.875rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    outline: none;
    max-width: 360px;
}

.um-search[b-40183m3m3m]::placeholder { color: rgba(255,255,255,0.3); }

.um-count[b-40183m3m3m] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.35);
}

.um-table-wrap[b-40183m3m3m] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

.um-table[b-40183m3m3m] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.um-table thead tr[b-40183m3m3m] {
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.um-table th[b-40183m3m3m] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.um-table td[b-40183m3m3m] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.85);
    vertical-align: middle;
}

.um-table tbody tr:last-child td[b-40183m3m3m] { border-bottom: none; }
.um-table tbody tr:hover td[b-40183m3m3m] { background: rgba(255,255,255,0.02); }

.um-email[b-40183m3m3m] { color: rgba(255,255,255,0.5); font-size: 0.83rem; }
.um-date[b-40183m3m3m]  { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
.um-roles[b-40183m3m3m] { color: rgba(255,255,255,0.45); font-size: 0.8rem; }

.um-tier[b-40183m3m3m] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.um-tier-pro[b-40183m3m3m]     { background: rgba(74,184,255,0.15); color: #4ab8ff; }
.um-tier-elite[b-40183m3m3m]   { background: rgba(120,92,255,0.15); color: #785cff; }
.um-tier-free[b-40183m3m3m]    { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.4); }
.um-tier-premium[b-40183m3m3m] { background: rgba(0,198,162,0.15); color: #00c6a2; }
.um-tier-lifetime[b-40183m3m3m]{ background: rgba(251,191,36,0.15); color: #fbbf24; }

.um-status[b-40183m3m3m] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.um-status-active[b-40183m3m3m]    { background: rgba(0,198,162,0.15); color: #00c6a2; }
.um-status-suspended[b-40183m3m3m] { background: rgba(251,146,60,0.15); color: #fb923c; }
.um-status-deleted[b-40183m3m3m]   { background: rgba(239,68,68,0.1);  color: #f87171; }

.um-actions[b-40183m3m3m] { text-align: right; white-space: nowrap; }
.um-empty[b-40183m3m3m]   { text-align: center; color: rgba(255,255,255,0.3); padding: 2.5rem; }

/* buttons */
.um-btn-primary[b-40183m3m3m] {
    padding: 0.6rem 1.25rem;
    background: linear-gradient(135deg, #00c6a2, #6366f1);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}
.um-btn-primary:disabled[b-40183m3m3m] { opacity: 0.6; cursor: not-allowed; }

.um-btn-ghost[b-40183m3m3m] {
    padding: 0.5rem 0.875rem;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.7);
    font-size: 0.82rem;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 7px;
    cursor: pointer;
    transition: background 0.15s;
}
.um-btn-ghost:hover[b-40183m3m3m] { background: rgba(255,255,255,0.1); }

/* alerts */
.um-alert[b-40183m3m3m] {
    padding: 0.65rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}
.um-alert-error[b-40183m3m3m]   { background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.3); color: #f87171; }
.um-alert-success[b-40183m3m3m] { background: rgba(0,198,162,0.12); border: 1px solid rgba(0,198,162,0.3); color: #00c6a2; }

/* modal */
.um-modal-backdrop[b-40183m3m3m] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 1.5rem;
}

.um-modal[b-40183m3m3m] {
    width: 100%;
    max-width: 440px;
    padding: 2rem;
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
}

.um-modal-title[b-40183m3m3m] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.5rem;
}

.um-form[b-40183m3m3m] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
}

.um-label[b-40183m3m3m] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.45);
    margin-bottom: -0.3rem;
}

.um-input[b-40183m3m3m], .um-select[b-40183m3m3m] {
    padding: 0.65rem 0.875rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.um-input:focus[b-40183m3m3m], .um-select:focus[b-40183m3m3m] { border-color: rgba(99,102,241,0.6); }
.um-input[b-40183m3m3m]::placeholder { color: rgba(255,255,255,0.25); }
.um-select option[b-40183m3m3m] { background: #1a1a1a; }

.um-checkbox-row[b-40183m3m3m] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
}

.um-reset-section[b-40183m3m3m] {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
}
.um-reset-section summary[b-40183m3m3m] {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    cursor: pointer;
}
.um-reset-inner[b-40183m3m3m] { margin-top: 0.75rem; }

.um-modal-actions[b-40183m3m3m] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-pum0hhiixg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    padding: 2rem;
}

.login-card[b-pum0hhiixg] {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem 2rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.login-logo[b-pum0hhiixg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.ledger-dot[b-pum0hhiixg] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6a2, #6366f1);
    display: inline-block;
    flex-shrink: 0;
}

.login-wordmark[b-pum0hhiixg] {
    font-family: 'Satoshi', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.login-headline[b-pum0hhiixg] {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    margin: -0.75rem 0 1.5rem;
}

.login-social[b-pum0hhiixg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.login-social-btn[b-pum0hhiixg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
    transition: background 0.15s, border-color 0.15s;
    box-sizing: border-box;
}

.login-social-apple[b-pum0hhiixg] {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

.login-social-apple:hover[b-pum0hhiixg] {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
}

.login-social-google[b-pum0hhiixg] {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

.login-social-google:hover[b-pum0hhiixg] {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
}

.login-social-icon[b-pum0hhiixg] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.login-divider[b-pum0hhiixg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    color: rgba(255,255,255,0.25);
    font-size: 0.78rem;
}

.login-divider[b-pum0hhiixg]::before,
.login-divider[b-pum0hhiixg]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

.login-fields[b-pum0hhiixg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.login-label[b-pum0hhiixg] {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}

.login-input[b-pum0hhiixg] {
    width: 100%;
    padding: 0.65rem 0.875rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.92rem;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.login-input:focus[b-pum0hhiixg] {
    border-color: rgba(99, 102, 241, 0.6);
}

.login-input[b-pum0hhiixg]::placeholder {
    color: rgba(255,255,255,0.25);
}

.login-remember[b-pum0hhiixg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.45);
    cursor: pointer;
}

.login-meta-row[b-pum0hhiixg] {
    display: flex;
    justify-content: flex-end;
    margin-top: -0.2rem;
}

.login-inline-link[b-pum0hhiixg] {
    color: #a5b4fc;
    font-size: 0.82rem;
    text-decoration: none;
}

.login-inline-link:hover[b-pum0hhiixg] {
    color: #c7d2fe;
    text-decoration: underline;
}

.login-btn[b-pum0hhiixg] {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.gradient-btn[b-pum0hhiixg] {
    background: linear-gradient(135deg, #00c6a2, #6366f1);
    color: #fff;
}

.gradient-btn:disabled[b-pum0hhiixg] {
    opacity: 0.6;
    cursor: not-allowed;
}

.login-error[b-pum0hhiixg] {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
    font-size: 0.84rem;
    padding: 0.6rem 0.875rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.login-spinner[b-pum0hhiixg] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-pum0hhiixg 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin-b-pum0hhiixg {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
.reset-shell[b-uf21d06qzy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #0a0a0a;
}

.reset-card[b-uf21d06qzy] {
    width: 100%;
    max-width: 440px;
    padding: 2.5rem 2rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.reset-logo[b-uf21d06qzy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.reset-wordmark[b-uf21d06qzy] {
    font-family: 'Satoshi', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.reset-heading-block[b-uf21d06qzy] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.reset-eyebrow[b-uf21d06qzy] {
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 650;
    color: #39F3D1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.reset-title[b-uf21d06qzy] {
    margin: 0 0 0.55rem;
    font-size: 1.8rem;
    font-weight: 650;
    color: #fff;
}

.reset-copy[b-uf21d06qzy] {
    margin: 0;
    color: rgba(255,255,255,0.58);
    line-height: 1.55;
    font-size: 0.92rem;
}

.reset-fields[b-uf21d06qzy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reset-label[b-uf21d06qzy] {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}

.reset-input[b-uf21d06qzy] {
    width: 100%;
    padding: 0.7rem 0.9rem;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 0.92rem;
    outline: none;
}

.reset-input:focus[b-uf21d06qzy] {
    border-color: rgba(99, 102, 241, 0.6);
}

.reset-input[b-uf21d06qzy]::placeholder {
    color: rgba(255,255,255,0.25);
}

.reset-btn[b-uf21d06qzy] {
    margin-top: 0.4rem;
    width: 100%;
    padding: 0.8rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.reset-error[b-uf21d06qzy],
.reset-success[b-uf21d06qzy] {
    border-radius: 10px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.reset-error[b-uf21d06qzy] {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
}

.reset-success[b-uf21d06qzy] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    background: rgba(57,243,209,0.08);
    border: 1px solid rgba(57,243,209,0.18);
    color: #d1fae5;
}

.reset-link-btn[b-uf21d06qzy],
.reset-sub-link[b-uf21d06qzy] {
    text-decoration: none;
}

.reset-link-btn[b-uf21d06qzy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.95rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #00c6a2, #6366f1);
    color: #fff;
    font-weight: 600;
}

.reset-sub-link[b-uf21d06qzy] {
    color: #c7d2fe;
    text-align: center;
    font-size: 0.88rem;
}

.reset-spinner[b-uf21d06qzy] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: reset-spin-b-uf21d06qzy 0.7s linear infinite;
}

@keyframes reset-spin-b-uf21d06qzy {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/TodaysGames.razor.rz.scp.css */
/* ── Page shell ─────────────────────────────────────────────────────────── */
.todays-games-page[b-a1jvpup58u] {
    max-width: min(1400px, calc(100vw - 32px));
    margin: 0 auto;
}

/* ── Loading progress ────────────────────────────────────────────────────── */
.tg-loader[b-a1jvpup58u] {
    position: relative;
}

.tg-loader-inner[b-a1jvpup58u] {
    position: sticky;
    top: 4.5rem;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    background: rgba(10,10,14,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}

.tg-loader-track[b-a1jvpup58u] {
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,.08);
    border-radius: 99px;
    overflow: hidden;
}

.tg-loader-fill[b-a1jvpup58u] {
    height: 100%;
    background: linear-gradient(90deg, #39F3D1, #6C7BFF);
    border-radius: 99px;
    transition: width 0.4s cubic-bezier(.4,0,.2,1);
}

.tg-loader-step[b-a1jvpup58u] {
    font-size: 0.78rem;
    color: #71717a;
    letter-spacing: 0.02em;
}

.tg-grid-blur[b-a1jvpup58u] {
    filter: blur(2px);
    opacity: 0.35;
    pointer-events: none;
    user-select: none;
}

/* ── Disclaimer ─────────────────────────────────────────────────────────── */
.tg-disclaimer[b-a1jvpup58u] {
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.tg-coming-soon[b-a1jvpup58u] {
    margin: 2rem 0 2.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1.25rem;
    background:
        radial-gradient(ellipse at top right, rgba(57,243,209,0.12), transparent 24rem),
        radial-gradient(ellipse at bottom left, rgba(108,123,255,0.14), transparent 22rem),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
    text-align: center;
}

.tg-coming-soon-kicker[b-a1jvpup58u] {
    margin-bottom: 0.65rem;
    color: #39F3D1;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tg-coming-soon h2[b-a1jvpup58u] {
    margin: 0 0 0.6rem;
    color: #f4f4f5;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 650;
}

.tg-coming-soon p[b-a1jvpup58u] {
    max-width: 38rem;
    margin: 0 auto;
    color: #a1a1aa;
    font-size: 0.96rem;
    line-height: 1.65;
}

/* ── Daily stake planner ─────────────────────────────────────────────────── */
.tg-budget-panel[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    background:
        radial-gradient(ellipse at 92% 0%, rgba(57,243,209,0.11), transparent 22rem),
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.022));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    margin: -0.75rem 0 2rem;
}
.tg-budget-kicker[b-a1jvpup58u] {
    font-size: 0.68rem;
    font-weight: 650;
    color: #39F3D1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.tg-budget-label[b-a1jvpup58u] {
    display: block;
    color: var(--text-primary, #f4f4f5);
    font-size: 1rem;
    font-weight: 590;
    margin-bottom: 0.25rem;
}
.tg-budget-copy[b-a1jvpup58u] {
    color: var(--text-muted, #94a3b8);
    font-size: 0.8rem;
    margin: 0;
}
.tg-budget-input-wrap[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    min-width: 180px;
    background: rgba(0,0,0,0.24);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0.75rem;
    padding: 0.15rem 0.75rem;
}
.tg-budget-prefix[b-a1jvpup58u] {
    color: #39F3D1;
    font-weight: 650;
    font-size: 1rem;
}
.tg-budget-input[b-a1jvpup58u] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text-primary, #f4f4f5);
    font-size: 1.35rem;
    font-weight: 650;
    padding: 0.55rem 0 0.55rem 0.35rem;
    font-variant-numeric: tabular-nums;
}
.tg-budget-input[b-a1jvpup58u]::placeholder {
    color: rgba(255,255,255,0.25);
}

/* ── Bookmaker filter ────────────────────────────────────────────────────── */
.tg-bookmaker-filter[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.tg-bookmaker-filter-label[b-a1jvpup58u] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.tg-bookmaker-select[b-a1jvpup58u] {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    transition: border-color 0.2s;
}

.tg-bookmaker-select:focus[b-a1jvpup58u] {
    outline: none;
    border-color: rgba(0,200,150,0.4);
}

.tg-bookmaker-select option[b-a1jvpup58u] {
    background: #111;
    color: #fff;
}

.tg-bookmaker-filter-count[b-a1jvpup58u] {
    font-size: 0.75rem;
    color: rgba(0,200,150,0.85);
}

/* ── Parlay banner ───────────────────────────────────────────────────────── */
.tg-parlay-banner[b-a1jvpup58u] {
    background:
        radial-gradient(ellipse at 90% 0%, rgba(177,92,255,0.16), transparent 24rem),
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1.25rem;
    padding: 1.15rem 1.25rem 1rem;
    margin-bottom: 2.25rem;
    box-shadow: none;
}
.tg-parlay-crown[b-a1jvpup58u] {
    font-size: 0.72rem;
    font-weight: 650;
    color: #a1a1aa;
    margin-bottom: 0.35rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.tg-parlay-odds[b-a1jvpup58u] {
    font-size: 1.75rem;
    font-weight: 650;
    color: #f4f4f5;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
.tg-parlay-meta[b-a1jvpup58u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.75rem;
    font-size: 0.82rem;
    color: #8b8b94;
    margin-bottom: 0.9rem;
    align-items: center;
}
.tg-sep[b-a1jvpup58u] { color: rgba(255,255,255,0.15); }
.tg-green[b-a1jvpup58u] { color: #39F3D1; }
.tg-red[b-a1jvpup58u]   { color: #FF6B8A; }
.tg-weather-flag[b-a1jvpup58u] {
    color: #47C9FF;
    font-weight: 520;
}
.tg-parlay-legs[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.9rem;
}
.tg-parlay-leg[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.87rem;
    background: rgba(255,255,255,.026);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 0.55rem;
    padding: 0.4rem 0.7rem;
}
.tg-parlay-leg-pick[b-a1jvpup58u] {
    font-weight: 560;
    color: #e4e4e7;
    flex: 1;
}
.tg-parlay-leg-game[b-a1jvpup58u] {
    color: #94a3b8;
    font-size: 0.8rem;
}
.tg-parlay-leg-odds[b-a1jvpup58u] {
    font-family: 'Fira Mono', monospace;
    color: #c7d2fe;
    min-width: 3rem;
    text-align: right;
}
.tg-parlay-leg-edge[b-a1jvpup58u] {
    font-size: 0.78rem;
    min-width: 3.5rem;
    text-align: right;
}
.tg-parlay-reasoning[b-a1jvpup58u] {
    font-size: 0.82rem;
    color: #94a3b8;
    border-top: 1px solid rgba(255,255,255,.06);
    padding-top: 0.65rem;
}
.tg-parlay-reasoning summary[b-a1jvpup58u] {
    cursor: pointer;
    color: #6C7BFF;
    font-weight: 520;
    list-style: none;
    padding: 0.2rem 0;
}
.tg-parlay-reasoning summary[b-a1jvpup58u]::-webkit-details-marker { display: none; }
.tg-parlay-pre[b-a1jvpup58u] {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: inherit;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0.5rem 0 0;
    font-size: 0.81rem;
}

/* ── Weather badge ───────────────────────────────────────────────────────── */
.tg-weather-badge[b-a1jvpup58u] {
    border-radius: 0.6rem;
    padding: 0.45rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0.55rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.tg-weather-over[b-a1jvpup58u]    { background: rgba(110,231,183,.055); border: 1px solid rgba(110,231,183,.14); color: #a7f3d0; }
.tg-weather-under[b-a1jvpup58u]   { background: rgba(252,165,165,.055); border: 1px solid rgba(252,165,165,.14); color: #fecaca; }
.tg-weather-neutral[b-a1jvpup58u] { background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06); color: #9ca3af; }
.tg-weather-impact[b-a1jvpup58u]  {
    font-size: 0.76rem;
    opacity: 0.85;
    display: block;
}

/* ── Header ─────────────────────────────────────────────────────────────── */
.tg-header[b-a1jvpup58u] {
    margin-bottom: 2.5rem;
}
.tg-header-inner[b-a1jvpup58u] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.tg-title[b-a1jvpup58u] {
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    font-weight: 650;
    color: var(--text-primary, #f4f4f5);
    margin: 0;
    letter-spacing: -0.055em;
    line-height: 0.98;
}
.tg-eyebrow[b-a1jvpup58u] {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.tg-subtitle[b-a1jvpup58u] {
    color: var(--text-muted, #a1a1aa);
    margin: 1rem 0 0;
    font-size: 1rem;
}
.tg-refresh-btn[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.025);
    color: var(--text-primary, #f1f5f9);
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.15s;
}
.tg-refresh-btn:hover:not(:disabled)[b-a1jvpup58u] {
    background: rgba(255,255,255,0.1);
}
.tg-refresh-btn:disabled[b-a1jvpup58u] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Alerts ─────────────────────────────────────────────────────────────── */
.tg-alert[b-a1jvpup58u] {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}
.tg-alert-error[b-a1jvpup58u] {
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.3);
    color: #fca5a5;
}
.tg-alert-warn[b-a1jvpup58u] {
    background: rgba(245,158,11,0.1);
    border: 1px solid rgba(245,158,11,0.3);
    color: #fcd34d;
}

/* ── Grid ───────────────────────────────────────────────────────────────── */
.tg-grid[b-a1jvpup58u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1rem;
}

/* ── Card ───────────────────────────────────────────────────────────────── */
.tg-card[b-a1jvpup58u] {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.022));
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 1.15rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.tg-card:hover[b-a1jvpup58u] {
    border-color: rgba(255,255,255,0.13);
    box-shadow: none;
}
.tg-card-no-odds[b-a1jvpup58u] {
    opacity: 0.7;
}

/* ── Card meta row ──────────────────────────────────────────────────────── */
.tg-card-meta[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.tg-badge[b-a1jvpup58u] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: rgba(255,255,255,0.055);
    color: #a1a1aa;
    border-radius: 4px;
    padding: 2px 6px;
}
.tg-time[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
}
.tg-live-pill[b-a1jvpup58u] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #39F3D1;
}
@keyframes pulse-b-a1jvpup58u {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* ── Matchup ────────────────────────────────────────────────────────────── */
.tg-matchup[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.tg-team[b-a1jvpup58u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.tg-team-away[b-a1jvpup58u] {
    text-align: right;
}
.tg-team-name[b-a1jvpup58u] {
    font-weight: 560;
    font-size: 0.98rem;
    color: var(--text-primary, #f4f4f5);
    line-height: 1.2;
}
.tg-team-fav .tg-team-name[b-a1jvpup58u] {
    color: #f4f4f5;
}
.tg-team-label[b-a1jvpup58u] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-muted, #64748b);
}
.tg-vs[b-a1jvpup58u] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted, #64748b);
    flex-shrink: 0;
}

/* ── Odds row ───────────────────────────────────────────────────────────── */
.tg-odds-row[b-a1jvpup58u] {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: rgba(0,0,0,0.16);
    border: 1px solid rgba(255,255,255,0.045);
    border-radius: 10px;
    overflow: hidden;
}
.tg-odds-cell[b-a1jvpup58u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0.6rem 0.75rem;
}
.tg-odds-cell-right[b-a1jvpup58u] {
    text-align: right;
}
.tg-odds-fav[b-a1jvpup58u] {
    background: rgba(108,123,255,0.07);
}
.tg-odds-label[b-a1jvpup58u] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text-muted, #94a3b8);
    text-transform: uppercase;
}
.tg-odds-value[b-a1jvpup58u] {
    font-size: 1.12rem;
    font-weight: 620;
    color: var(--text-primary, #f4f4f5);
}
.tg-implied[b-a1jvpup58u] {
    font-size: 0.7rem;
    color: var(--text-muted, #94a3b8);
}
.tg-odds-divider[b-a1jvpup58u] {
    width: 1px;
    background: rgba(255,255,255,0.06);
    align-self: stretch;
}

/* ── Win probability bar ────────────────────────────────────────────────── */
.tg-prob-bar-wrap[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.tg-prob-label[b-a1jvpup58u] {
    font-size: 0.7rem;
    color: var(--text-muted, #94a3b8);
    font-weight: 600;
    min-width: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tg-prob-label-right[b-a1jvpup58u] {
    text-align: right;
}
.tg-prob-bar[b-a1jvpup58u] {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 3px;
    overflow: hidden;
}
.tg-prob-fill[b-a1jvpup58u] {
    height: 100%;
    background: linear-gradient(90deg, #39F3D1, #6C7BFF);
    border-radius: 3px;
    transition: width 0.4s ease;
}
.tg-prob-pcts[b-a1jvpup58u] {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: var(--text-muted, #94a3b8);
    margin-top: -0.25rem;
}

/* ── Totals row ─────────────────────────────────────────────────────────── */
.tg-totals-row[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.045);
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
}
.tg-totals-label[b-a1jvpup58u] {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    color: var(--text-muted, #94a3b8);
    text-transform: uppercase;
}
.tg-totals-line[b-a1jvpup58u] {
    font-weight: 700;
    color: var(--text-primary, #f1f5f9);
    font-size: 0.9rem;
}
.tg-totals-price[b-a1jvpup58u] {
    color: var(--text-primary, #f1f5f9);
}
.tg-totals-sep[b-a1jvpup58u] {
    color: var(--text-muted, #64748b);
}

/* ── Best book + compare toggle ─────────────────────────────────────────── */
.tg-book-header[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.tg-bestbook[b-a1jvpup58u] {
    font-size: 0.72rem;
    color: var(--text-muted, #64748b);
}
.tg-bestbook strong[b-a1jvpup58u] {
    color: #e4e4e7;
}
.tg-book-toggle[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-size: 0.72rem;
    color: #6C7BFF;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}
.tg-book-toggle:hover[b-a1jvpup58u] {
    color: #A5B4FF;
}
.tg-chevron[b-a1jvpup58u] {
    transition: transform 0.2s;
}
.tg-chevron.open[b-a1jvpup58u] {
    transform: rotate(180deg);
}

/* ── Book comparison panel ───────────────────────────────────────────────── */
.tg-book-panel[b-a1jvpup58u] {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 0.75rem;
    animation: fadeIn-b-a1jvpup58u 0.15s ease;
}
@keyframes fadeIn-b-a1jvpup58u {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.tg-book-table[b-a1jvpup58u] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
}
.tg-book-table thead th[b-a1jvpup58u] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted, #64748b);
    padding: 0 0.4rem 0.5rem;
    text-align: left;
}
.tg-book-table thead th.num[b-a1jvpup58u] {
    text-align: right;
}
/* Second header row (subheadings per column group) */
.tg-book-subhead th[b-a1jvpup58u] {
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--text-muted, #64748b);
    opacity: 0.7;
    padding: 0 0.4rem 0.4rem;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tg-book-subhead th:first-child[b-a1jvpup58u] {
    text-align: left;
}
.tg-book-table tbody tr[b-a1jvpup58u] {
    border-top: 1px solid rgba(255,255,255,0.04);
}
.tg-book-table tbody tr:first-child[b-a1jvpup58u] {
    border-top: none;
}
.tg-book-table td[b-a1jvpup58u] {
    padding: 0.35rem 0.4rem;
    color: var(--text-muted, #94a3b8);
    vertical-align: middle;
}
.tg-book-table td.num[b-a1jvpup58u] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    color: var(--text-primary, #f1f5f9);
}
.tg-book-name[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.tg-book-crown[b-a1jvpup58u] {
    font-size: 0.65rem;
    color: #fbbf24;
    line-height: 1;
}
.tg-book-best td[b-a1jvpup58u] {
    background: rgba(108,123,255,0.04);
}
.tg-best-val[b-a1jvpup58u] {
    color: #39F3D1 !important;
    font-weight: 620;
}
.tg-book-total[b-a1jvpup58u] {
    color: var(--text-muted, #64748b) !important;
    font-size: 0.72rem;
}

/* ── No odds ────────────────────────────────────────────────────────────── */
.tg-no-odds-msg[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: var(--text-muted, #64748b);
    text-align: center;
    padding: 0.5rem 0;
}

/* ── Empty state ────────────────────────────────────────────────────────── */
.tg-empty[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 4rem 0;
    color: var(--text-muted, #94a3b8);
}

/* ── Skeleton loading ───────────────────────────────────────────────────── */
.tg-skeleton-card[b-a1jvpup58u] {
    pointer-events: none;
}
.tg-skeleton[b-a1jvpup58u] {
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    animation: shimmer-b-a1jvpup58u 1.4s infinite;
}
.tg-skeleton-title[b-a1jvpup58u] {
    height: 20px;
    width: 60%;
}
.tg-skeleton-line[b-a1jvpup58u] {
    height: 14px;
    width: 100%;
}
.tg-skeleton-line.short[b-a1jvpup58u] {
    width: 45%;
}
@keyframes shimmer-b-a1jvpup58u {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ── Spinner ────────────────────────────────────────────────────────────── */
.tg-spinner[b-a1jvpup58u] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-a1jvpup58u 0.7s linear infinite;
}
@keyframes spin-b-a1jvpup58u {
    to { transform: rotate(360deg); }
}

/* ── Best Bets panel ────────────────────────────────────────────────────── */
.tg-bestbets-section[b-a1jvpup58u] {
    margin-bottom: 3rem;
    width: 100%;
}
.tg-game-groups[b-a1jvpup58u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 560px), 1fr));
    align-items: start;
    gap: 1.15rem;
}
.tg-game-group-card[b-a1jvpup58u] {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.022));
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tg-game-group-top[b-a1jvpup58u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.tg-game-group-time[b-a1jvpup58u] {
    font-size: 0.72rem;
    color: var(--text-muted, #94a3b8);
}
.tg-game-group-matchup[b-a1jvpup58u] {
    margin-top: 0.25rem;
    font-size: 1.1rem;
    font-weight: 590;
    color: var(--text-primary, #f4f4f5);
}
.tg-game-group-meta[b-a1jvpup58u] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: var(--text-muted, #94a3b8);
}
.tg-game-group-bankroll[b-a1jvpup58u] {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}
.tg-game-group-bankroll-label[b-a1jvpup58u] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a7f3d0;
}
.tg-game-group-bankroll-value[b-a1jvpup58u] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #39F3D1;
    font-variant-numeric: tabular-nums;
}
.tg-game-group-marketboard[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.tg-game-group-market-meta[b-a1jvpup58u] {
    flex-wrap: wrap;
}
.tg-game-group-date[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
}
.tg-game-group-matchup-board[b-a1jvpup58u] {
    margin-top: 0.15rem;
}
.tg-game-group-section[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.tg-game-group-section-props[b-a1jvpup58u] {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 0.95rem;
}
.tg-game-group-section-header[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.tg-game-group-section-header h3[b-a1jvpup58u] {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a1a1aa;
}
.tg-game-group-section-header span[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: #c7d2fe;
}
.tg-game-line-list[b-a1jvpup58u] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.tg-game-line-item[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 0.8rem;
    padding: 0.7rem 0.8rem;
}
.tg-game-line-item-prop[b-a1jvpup58u] {
    background: rgba(108,123,255,0.055);
    border-color: rgba(108,123,255,0.14);
}
.tg-game-line-main[b-a1jvpup58u] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.tg-game-line-pick[b-a1jvpup58u] {
    font-size: 0.95rem;
    font-weight: 580;
    color: var(--text-primary, #f4f4f5);
}
.tg-game-line-meta[b-a1jvpup58u] {
    font-size: 0.76rem;
    color: var(--text-muted, #94a3b8);
}
.tg-game-line-stake[b-a1jvpup58u] {
    flex-shrink: 0;
    min-width: 88px;
    text-align: right;
}
.tg-game-line-stake span[b-a1jvpup58u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    background: rgba(57,243,209,0.08);
    border: 1px solid rgba(57,243,209,0.16);
    color: #39F3D1;
    font-size: 0.84rem;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
}
.tg-game-group-books[b-a1jvpup58u] {
    margin-top: 0.2rem;
}
.tg-bestbets-header[b-a1jvpup58u] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.05rem;
}
.tg-bestbets-icon[b-a1jvpup58u] { display: none; }
.tg-bestbets-title[b-a1jvpup58u] {
    font-size: 1.25rem;
    font-weight: 560;
    color: var(--text-primary, #f4f4f5);
    margin: 0;
}
.tg-bestbets-sub[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
}

/* Cards grid */
.tg-bestbets-grid[b-a1jvpup58u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    justify-content: center;
}

/* ── Non-prioritized games section divider ───────────────────────────────── */
.tg-outer-wrap[b-a1jvpup58u] {
    margin-top: 1rem;
    width: 100%;
}
.tg-games-disclosure[b-a1jvpup58u] {
    width: 100%;
}
.tg-games-divider[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    padding: 2.5rem 0 1.35rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 0.25rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    text-align: center;
}
.tg-games-divider[b-a1jvpup58u]::-webkit-details-marker,
.tg-games-divider[b-a1jvpup58u]::marker {
    display: none;
}
.tg-games-divider-copy[b-a1jvpup58u] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
}
.tg-games-divider > .tg-chevron[b-a1jvpup58u] {
    position: static;
    width: 34px;
    height: 34px;
    padding: 0.35rem;
    border-radius: 999px;
    color: #39F3D1;
    background: rgba(57,243,209,0.08);
    border: 1px solid rgba(57,243,209,0.18);
    transform: none;
    box-shadow: 0 0 22px rgba(57,243,209,0.14);
}
.tg-games-divider > .tg-chevron.open[b-a1jvpup58u] {
    transform: rotate(180deg);
}
.tg-games-divider-title[b-a1jvpup58u] {
    font-size: 1.25rem;
    font-weight: 560;
    color: var(--text-primary, #f4f4f5);
    margin: 0;
}
.tg-games-divider-sub[b-a1jvpup58u] {
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
}
.tg-games-divider-action[b-a1jvpup58u] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #39F3D1;
}
.tg-all-games-grid[b-a1jvpup58u] {
    padding-top: 0.75rem;
}

/* ── Compare books area on priority bet cards ────────────────────────────── */
.tg-bb-comparebooks[b-a1jvpup58u] {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 0.6rem;
    margin-top: 0.1rem;
}

@media (max-width: 720px) {
    .tg-game-line-item[b-a1jvpup58u] {
        flex-direction: column;
        align-items: stretch;
    }

    .tg-game-line-stake[b-a1jvpup58u],
    .tg-game-line-stake span[b-a1jvpup58u],
    .tg-game-group-bankroll[b-a1jvpup58u] {
        width: 100%;
        min-width: 0;
        text-align: left;
        align-items: flex-start;
    }
}
