/* _content/TrackUIDS/Components/Layout/MainLayout.razor.rz.scp.css */
.app-nav[b-tsjliciprq] {
    background: #0d0e17;
    border-bottom: 1px solid #1a1b27;
    padding: 0 1.25rem;
    height: 3rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand[b-tsjliciprq] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.nav-links[b-tsjliciprq] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-right[b-tsjliciprq] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
}

.nav-link[b-tsjliciprq] {
    font-size: 0.78rem;
    color: #94a3b8;
    text-decoration: none;
    padding: 0.32rem 0.75rem;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
}

    .nav-link:hover[b-tsjliciprq] { color: #94a3b8; background: #13141c; }

    .nav-link.active[b-tsjliciprq] {
        background: #e8b32a;
        color: #0b0c12;
        font-weight: 700;
    }

    .nav-link.active:hover[b-tsjliciprq] { background: #e8b32a; color: #0b0c12; }

.nav-link--admin[b-tsjliciprq] { color: rgba(232,179,42,0.55); }
.nav-link--admin:hover[b-tsjliciprq] { color: #e8b32a; }
.nav-link--admin.active[b-tsjliciprq] { background: rgba(232,179,42,0.15); color: #e8b32a; }

.nav-link--subtle[b-tsjliciprq] { color: #64748b; }
.nav-link--subtle:hover[b-tsjliciprq] { color: #94a3b8; }
.nav-link--subtle.active[b-tsjliciprq] { background: #1e2030; color: #e2e8f0; }

.nav-logout-form[b-tsjliciprq] { margin-left: 0.15rem; }

.btn-nav-logout[b-tsjliciprq] {
    background: transparent;
    border: 1px solid #1e2030;
    color: #334155;
    font-size: 0.68rem;
    cursor: pointer;
    padding: 0.22rem 0.5rem;
    border-radius: 5px;
    transition: color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

    .btn-nav-logout:hover[b-tsjliciprq] { color: #ef4444; border-color: rgba(239,68,68,0.3); }

/* ── Mobile: two-row nav ────────────────────────────── */
@media (max-width: 768px) {
    .app-nav[b-tsjliciprq] {
        flex-wrap: wrap;
        height: auto;
        padding: 0.5rem 0.75rem;
        gap: 0;
    }

    .nav-brand[b-tsjliciprq] {
        margin-right: auto;
        font-size: 0.72rem;
    }

    .nav-logout-form[b-tsjliciprq] {
        margin-left: 0;
    }

    .btn-nav-logout[b-tsjliciprq] {
        font-size: 0.65rem;
        padding: 0.18rem 0.4rem;
    }

    .nav-links[b-tsjliciprq] {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 0.25rem;
        padding-top: 0.45rem;
        margin-top: 0.4rem;
        border-top: 1px solid #1a1b27;
    }

    .nav-right[b-tsjliciprq] {
        gap: 0.25rem;
        margin-left: 0;
    }

    .nav-link[b-tsjliciprq] {
        font-size: 0.72rem;
        padding: 0.3rem 0.55rem;
    }
}

/* ── Error UI ───────────────────────────────────────── */
#blazor-error-ui[b-tsjliciprq] {
    color-scheme: light only;
    background: #1e1b18;
    color: #f87171;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.85rem;
}

    #blazor-error-ui .dismiss[b-tsjliciprq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TrackUIDS/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2fz9aiiv0y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2fz9aiiv0y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2fz9aiiv0y] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2fz9aiiv0y] {
    font-size: 1.1rem;
}

.bi[b-2fz9aiiv0y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2fz9aiiv0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2fz9aiiv0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2fz9aiiv0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-2fz9aiiv0y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2fz9aiiv0y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2fz9aiiv0y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2fz9aiiv0y]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2fz9aiiv0y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2fz9aiiv0y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2fz9aiiv0y] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2fz9aiiv0y] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2fz9aiiv0y] {
        display: none;
    }

    .nav-scrollable[b-2fz9aiiv0y] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TrackUIDS/Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-6qazyaayxg] {
    min-height: 100vh;
    background: #0b0c12;
    padding: 2rem;
}

/* Monitor stats bar */
.monitor-stats-bar[b-6qazyaayxg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    padding: 0.85rem 1rem;
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 12px;
}

.mstat[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.3rem 0.75rem;
    border-right: 1px solid #1e2030;
}

    .mstat:last-child[b-6qazyaayxg] { border-right: none; }

.mstat--warn[b-6qazyaayxg] {
    background: rgba(239,68,68,0.06);
    border-radius: 8px;
    border-right: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.mstat-label[b-6qazyaayxg] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #334155;
}

.mstat-value[b-6qazyaayxg] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #94a3b8;
    font-family: 'Consolas', monospace;
}

.mstat-value--active[b-6qazyaayxg] { color: #22c55e; }
.mstat-value--idle[b-6qazyaayxg]   { color: #334155; }

.mstat--warn .mstat-label[b-6qazyaayxg] { color: rgba(239,68,68,0.6); }
.mstat--warn .mstat-value[b-6qazyaayxg] { color: #f87171; }

.mstat--rate[b-6qazyaayxg] { border-right: none; }

.mstat-rate-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mstat-rate-input[b-6qazyaayxg] {
    width: 68px;
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 6px;
    color: #94a3b8;
    font-size: 0.82rem;
    font-family: 'Consolas', monospace;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
    outline: none;
    text-align: center;
    transition: border-color 0.15s, color 0.15s;
    -moz-appearance: textfield;
}

    .mstat-rate-input:focus[b-6qazyaayxg] { border-color: #e8b32a; color: #e2e8f0; }
    .mstat-rate-input[b-6qazyaayxg]::-webkit-inner-spin-button,
    .mstat-rate-input[b-6qazyaayxg]::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Create account */
.create-user-box[b-6qazyaayxg] {
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.5rem;
}

.create-user-header[b-6qazyaayxg] {
    margin-bottom: 1.25rem;
}

.create-user-title[b-6qazyaayxg] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.create-user-form[b-6qazyaayxg] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.create-field[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1;
    min-width: 180px;
}

.create-field--plan[b-6qazyaayxg] {
    flex: 0;
    min-width: 110px;
}

.create-label[b-6qazyaayxg] {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #334155;
}

.admin-input[b-6qazyaayxg] {
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.55rem 0.85rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

    .admin-input:focus[b-6qazyaayxg] { border-color: #e8b32a; }
    .admin-input[b-6qazyaayxg]::placeholder { color: #2d3448; }

.admin-select[b-6qazyaayxg] {
    cursor: pointer;
    color: #94a3b8;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23475569'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

.btn-create-user[b-6qazyaayxg] {
    background: linear-gradient(135deg, #e8b32a 0%, #d49a18 100%);
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.575rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(232,179,42,0.2);
    transition: box-shadow 0.2s, transform 0.1s;
    align-self: flex-end;
}

    .btn-create-user:hover[b-6qazyaayxg] {
        box-shadow: 0 4px 18px rgba(232,179,42,0.38);
        transform: translateY(-1px);
    }

.create-msg[b-6qazyaayxg] {
    font-size: 0.78rem;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.create-msg--ok[b-6qazyaayxg]  { background: rgba(34,197,94,0.07);  color: #22c55e; border: 1px solid rgba(34,197,94,0.2); }
.create-msg--err[b-6qazyaayxg] { background: rgba(239,68,68,0.07);  color: #f87171; border: 1px solid rgba(239,68,68,0.2); }

/* Banned UIDs section */
.banned-section[b-6qazyaayxg] {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #1a1b27;
}

.banned-title[b-6qazyaayxg] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 1rem;
}

.banned-add-row[b-6qazyaayxg] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.banned-input[b-6qazyaayxg] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
    outline: none;
    flex: 1;
    max-width: 320px;
    font-family: 'Consolas', monospace;
    transition: border-color 0.15s;
}

    .banned-input:focus[b-6qazyaayxg] { border-color: #ef4444; }
    .banned-input[b-6qazyaayxg]::placeholder { color: #2d3448; }

.btn-ban[b-6qazyaayxg] {
    background: rgba(239,68,68,0.15);
    color: #ef4444;
    border: 1px solid rgba(239,68,68,0.3);
    border-radius: 8px;
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

    .btn-ban:hover:not(:disabled)[b-6qazyaayxg] { background: rgba(239,68,68,0.25); }
    .btn-ban:disabled[b-6qazyaayxg] { opacity: 0.35; cursor: not-allowed; }

.ban-error[b-6qazyaayxg]  { color: #ef4444; font-size: 0.75rem; margin: 0.25rem 0 0; }
.banned-empty[b-6qazyaayxg] { color: #334155; font-size: 0.75rem; margin: 0.5rem 0 0; }

.btn-purge[b-6qazyaayxg] { background: rgba(239,68,68,0.15); color: #f87171; border-color: rgba(239,68,68,0.35); }
    .btn-purge:hover:not(:disabled)[b-6qazyaayxg] { background: rgba(239,68,68,0.25); }

.purge-desc[b-6qazyaayxg] { font-size: 0.72rem; color: #475569; margin: 0 0 0.75rem; line-height: 1.5; }
.purge-ok[b-6qazyaayxg]   { color: #22c55e; font-size: 0.75rem; margin: 0.25rem 0 0; }

.log-filter-bar[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.log-tabs[b-6qazyaayxg] {
    display: flex;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    overflow: hidden;
}

.log-tab[b-6qazyaayxg] {
    background: transparent;
    border: none;
    color: #475569;
    padding: 0.35rem 0.9rem;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

    .log-tab:hover[b-6qazyaayxg] { color: #94a3b8; }
    .log-tab--active[b-6qazyaayxg] { background: #22243a; color: #e2e8f0; }

.log-count[b-6qazyaayxg] {
    font-size: 0.68rem;
    color: #2d3448;
    margin: 0.4rem 0 0;
    text-align: right;
}

.log-container[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 520px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #1a1b27;
    border-radius: 8px;
    scrollbar-width: thin;
    scrollbar-color: #22243a transparent;
}

    .log-container[b-6qazyaayxg]::-webkit-scrollbar       { width: 4px; }
    .log-container[b-6qazyaayxg]::-webkit-scrollbar-track  { background: transparent; }
    .log-container[b-6qazyaayxg]::-webkit-scrollbar-thumb  { background: #22243a; border-radius: 2px; }

.log-row[b-6qazyaayxg] {
    display: grid;
    grid-template-columns: 80px 200px 160px 1fr;
    gap: 0.75rem;
    align-items: baseline;
    padding: 0.4rem 0.75rem;
    border-bottom: 1px solid #0f1018;
    font-size: 0.72rem;
    min-width: 560px;
}

    .log-row:last-child[b-6qazyaayxg] { border-bottom: none; }
    .log-row:nth-child(odd)[b-6qazyaayxg] { background: #13141c; }
    .log-row:nth-child(even)[b-6qazyaayxg] { background: #0f1018; }

.log-time[b-6qazyaayxg]   { color: #64748b; font-family: 'Consolas', monospace; white-space: nowrap; }
.log-who[b-6qazyaayxg]    { color: #475569; font-family: 'Consolas', monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.log-who--system[b-6qazyaayxg] { color: #3b82f6; font-style: italic; }
.log-action[b-6qazyaayxg] { color: #94a3b8; font-weight: 500; white-space: nowrap; }
.log-detail[b-6qazyaayxg] { color: #475569; white-space: nowrap; }
.log-row--player[b-6qazyaayxg] { border-left: 2px solid rgba(59,130,246,0.35); }

.banned-list[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.banned-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
}

.banned-uid[b-6qazyaayxg] {
    font-family: 'Consolas', monospace;
    font-size: 0.78rem;
    color: #64748b;
    flex: 1;
}

.btn-unban[b-6qazyaayxg] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 0.72rem;
    cursor: pointer;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    transition: color 0.15s;
}

    .btn-unban:hover[b-6qazyaayxg] { color: #22c55e; }

.admin-header[b-6qazyaayxg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.btn-check-all[b-6qazyaayxg] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .btn-check-all:disabled[b-6qazyaayxg] {
        opacity: 0.45;
        cursor: not-allowed;
    }

.btn-action--check[b-6qazyaayxg] {
    background: #1e2030;
    color: #64748b;
    border-color: #22243a;
}

    .btn-action--check:hover:not(:disabled)[b-6qazyaayxg] {
        color: #e8b32a;
    }

.admin-title[b-6qazyaayxg] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
}

.admin-sub[b-6qazyaayxg] {
    color: #334155;
    font-size: 0.75rem;
    margin: 0;
}

/* Search */
.admin-search[b-6qazyaayxg] {
    width: 100%;
    max-width: 360px;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem;
    outline: none;
    margin-bottom: 0.75rem;
    transition: border-color 0.15s;
}

    .admin-search:focus[b-6qazyaayxg] { border-color: #e8b32a; }
    .admin-search[b-6qazyaayxg]::placeholder { color: #2d3448; }

/* Scrollable user list */
.user-table-container[b-6qazyaayxg] {
    max-height: 65vh;
    overflow-y: auto;
    border: 1px solid #1a1b27;
    border-radius: 12px;
    padding: 0.5rem;
}

    .user-table-container[b-6qazyaayxg]::-webkit-scrollbar { width: 4px; }
    .user-table-container[b-6qazyaayxg]::-webkit-scrollbar-track { background: transparent; }
    .user-table-container[b-6qazyaayxg]::-webkit-scrollbar-thumb { background: #22243a; border-radius: 2px; }
    .user-table-container[b-6qazyaayxg]::-webkit-scrollbar-thumb:hover { background: #2e3050; }

.user-table[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.user-row[b-6qazyaayxg] {
    display: grid;
    grid-template-columns: 2fr auto 1fr;
    align-items: center;
    gap: 1rem;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
}

.user-row--header[b-6qazyaayxg] {
    background: transparent;
    border-color: transparent;
    color: #334155;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    background: #0b0c12;
    z-index: 1;
}

.user-meta-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .admin-search[b-6qazyaayxg] { max-width: 100%; }

    .user-row[b-6qazyaayxg] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .user-row--header[b-6qazyaayxg] { display: none; }

    .user-email[b-6qazyaayxg] { font-size: 0.78rem; word-break: break-all; }

    .user-meta-row[b-6qazyaayxg] { padding-top: 0.15rem; }

    .user-actions[b-6qazyaayxg] {
        padding-top: 0.4rem;
        border-top: 1px solid #1a1b27;
        flex-wrap: wrap;
    }
}

.user-email[b-6qazyaayxg] {
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.badge[b-6qazyaayxg] {
    font-size: 0.6rem;
    border-radius: 4px;
    padding: 0.08rem 0.35rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge--admin[b-6qazyaayxg]      { background: rgba(232,179,42,0.1); color: #e8b32a; border: 1px solid rgba(232,179,42,0.3); }
.badge--unverified[b-6qazyaayxg] { background: rgba(239,68,68,0.08); color: #f87171; border: 1px solid rgba(239,68,68,0.25); }
.badge--username[b-6qazyaayxg]   { background: rgba(96,165,250,0.1); color: #60a5fa; border: 1px solid rgba(96,165,250,0.25); }

.plan-chip[b-6qazyaayxg] {
    font-size: 0.68rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 0.2rem 0.5rem;
    text-align: center;
}

.plan-chip--free[b-6qazyaayxg]  { background: #1a1b27; color: #475569; border: 1px solid #22243a; }
.plan-chip--basic[b-6qazyaayxg] { background: rgba(232,179,42,0.08); color: #e8b32a; border: 1px solid rgba(232,179,42,0.25); }
.plan-chip--pro[b-6qazyaayxg]   { background: rgba(34,197,94,0.08); color: #22c55e; border: 1px solid rgba(34,197,94,0.25); }

.user-count[b-6qazyaayxg] { color: #475569; }
.user-date[b-6qazyaayxg]  { color: #2d3448; font-size: 0.72rem; }

.activity-chip[b-6qazyaayxg] {
    font-size: 0.68rem;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    color: #334155;
}

.activity-chip--seen[b-6qazyaayxg]  { color: #475569; border-color: #22243a; }
.activity-chip--today[b-6qazyaayxg] { color: #22c55e; border-color: rgba(34,197,94,0.25); background: rgba(34,197,94,0.05); }
.activity-chip--never[b-6qazyaayxg] { color: #1e293b; font-style: italic; background: transparent; border-color: transparent; }
.activity-chip--risk-high[b-6qazyaayxg] { color: #f87171; border-color: rgba(239,68,68,0.25); background: rgba(239,68,68,0.06); }
.activity-chip--risk-med[b-6qazyaayxg]  { color: #fbbf24; border-color: rgba(245,158,11,0.25); background: rgba(245,158,11,0.06); }
.activity-chip--expiry[b-6qazyaayxg]    { color: #60a5fa; border-color: rgba(96,165,250,0.25); background: rgba(96,165,250,0.06); }
.activity-chip--expired[b-6qazyaayxg]   { color: #f87171; border-color: rgba(239,68,68,0.25); background: rgba(239,68,68,0.06); }
.activity-chip--infinite[b-6qazyaayxg]  { color: #475569; border-color: #22243a; }

.expiry-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.user-actions[b-6qazyaayxg] {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    align-items: center;
}

.btn-action[b-6qazyaayxg] {
    background: #1e2030;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 5px;
    padding: 0.18rem 0.55rem;
    font-size: 0.68rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

    .btn-action:hover[b-6qazyaayxg]        { background: #22243a; color: #e2e8f0; }
    .btn-action--pro[b-6qazyaayxg]         { color: #22c55e; border-color: rgba(34,197,94,0.25); }
    .btn-action--admin[b-6qazyaayxg]       { color: #e8b32a; border-color: rgba(232,179,42,0.25); }
    .btn-action--delete:hover[b-6qazyaayxg] { background: rgba(239,68,68,0.1); color: #ef4444; border-color: rgba(239,68,68,0.3); }
    .btn-action--view[b-6qazyaayxg]        { color: #64748b; }
    .btn-action--impersonate[b-6qazyaayxg] { color: #e8b32a; border-color: rgba(232,179,42,0.25); }

.player-list-panel[b-6qazyaayxg] {
    background: #0f1018;
    border: 1px solid #1a1b27;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.player-list-empty[b-6qazyaayxg] {
    font-size: 0.75rem;
    color: #334155;
}

.player-list-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
}

.player-list-name[b-6qazyaayxg] {
    color: #e2e8f0;
    font-family: 'Consolas', monospace;
    min-width: 140px;
}

.player-list-uid[b-6qazyaayxg] {
    color: #334155;
    font-family: 'Consolas', monospace;
    font-size: 0.68rem;
}

.player-list-locale[b-6qazyaayxg] {
    color: #475569;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-size: 0.65rem;
}

.player-list-time[b-6qazyaayxg] {
    color: #2d3448;
    font-size: 0.65rem;
    margin-left: auto;
}

.delete-confirm[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.68rem;
    color: #475569;
}

.btn-confirm-yes[b-6qazyaayxg] {
    background: #ef4444;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-confirm-no[b-6qazyaayxg] {
    background: #1e2030;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 0.68rem;
    cursor: pointer;
}

.limit-input[b-6qazyaayxg] {
    width: 52px;
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 5px;
    color: #64748b;
    font-size: 0.72rem;
    padding: 0.18rem 0.35rem;
    outline: none;
    text-align: center;
    transition: border-color 0.15s, color 0.15s;
    -moz-appearance: textfield;
}

    .limit-input:focus[b-6qazyaayxg]   { border-color: #e8b32a; color: #e2e8f0; }
    .limit-input[b-6qazyaayxg]::placeholder { color: #2d3448; }
    .limit-input[b-6qazyaayxg]::-webkit-inner-spin-button,
    .limit-input[b-6qazyaayxg]::-webkit-outer-spin-button { -webkit-appearance: none; }

.btn-action--more[b-6qazyaayxg]     { color: #475569; letter-spacing: 0.05em; }
    .btn-action--more-on[b-6qazyaayxg]  { color: #e2e8f0; background: #22243a; }

/* Storage file downloads */
.storage-grid[b-6qazyaayxg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}

.btn-download[b-6qazyaayxg] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 7px;
    color: #64748b;
    font-size: 0.75rem;
    font-family: 'Consolas', monospace;
    padding: 0.35rem 0.75rem;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    white-space: nowrap;
}

    .btn-download[b-6qazyaayxg]::before { content: "↓ "; font-size: 0.7rem; }
    .btn-download:hover[b-6qazyaayxg] { border-color: #e8b32a; color: #e8b32a; background: rgba(232,179,42,0.05); }

.btn-download--export[b-6qazyaayxg] {
    border-color: rgba(232,179,42,0.35);
    color: #e8b32a;
    background: rgba(232,179,42,0.06);
}

    .btn-download--export:hover[b-6qazyaayxg] {
        border-color: #e8b32a;
        background: rgba(232,179,42,0.12);
        color: #fbbf24;
    }

.action-panel[b-6qazyaayxg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0.5rem 0.75rem;
    background: #0f1018;
    border: 1px solid #1a1b27;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0.3rem;
}

/* ── Admin tabs ─────────────────────────────────────────────── */
.admin-tabs[b-6qazyaayxg] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #1a1b27;
    margin-bottom: 1.5rem;
}

.admin-tab[b-6qazyaayxg] {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #475569;
    padding: 0.55rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.15s, border-color 0.15s;
    margin-bottom: -2px;
    white-space: nowrap;
}

    .admin-tab:hover[b-6qazyaayxg] { color: #94a3b8; }
    .admin-tab--active[b-6qazyaayxg] { color: #e8b32a; border-bottom-color: #e8b32a; }

/* ── Watch section ──────────────────────────────────────────── */
.watch-desc[b-6qazyaayxg] {
    font-size: 0.72rem;
    color: #475569;
    margin: 0 0 1rem;
    line-height: 1.6;
}

.watch-add-row[b-6qazyaayxg] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5rem;
}

.watch-uid-input[b-6qazyaayxg] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
    outline: none;
    width: 180px;
    font-family: 'Consolas', monospace;
    transition: border-color 0.15s;
}

    .watch-uid-input:focus[b-6qazyaayxg] { border-color: #e8b32a; }
    .watch-uid-input[b-6qazyaayxg]::placeholder { color: #2d3448; }

.watch-email-input[b-6qazyaayxg] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
    outline: none;
    flex: 1;
    min-width: 200px;
    transition: border-color 0.15s;
}

    .watch-email-input:focus[b-6qazyaayxg] { border-color: #e8b32a; }
    .watch-email-input[b-6qazyaayxg]::placeholder { color: #2d3448; }

.btn-watch-add[b-6qazyaayxg] {
    background: rgba(232,179,42,0.12);
    color: #e8b32a;
    border: 1px solid rgba(232,179,42,0.35);
    border-radius: 8px;
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

    .btn-watch-add:hover:not(:disabled)[b-6qazyaayxg] { background: rgba(232,179,42,0.22); }
    .btn-watch-add:disabled[b-6qazyaayxg] { opacity: 0.35; cursor: not-allowed; }

.watch-error[b-6qazyaayxg]   { color: #f87171; font-size: 0.75rem; margin: 0.25rem 0 0; }
.watch-success[b-6qazyaayxg] { color: #22c55e; font-size: 0.75rem; margin: 0.25rem 0 0; }

.watch-count-label[b-6qazyaayxg] {
    font-size: 0.62rem;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 1.25rem 0 0.6rem;
}

.watch-list[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.watch-entry[b-6qazyaayxg] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

.watch-entry-header[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.watch-entry-name[b-6qazyaayxg] {
    color: #e2e8f0;
    font-family: 'Consolas', monospace;
    font-weight: 600;
    font-size: 0.85rem;
}

.watch-entry-uid[b-6qazyaayxg] {
    color: #334155;
    font-family: 'Consolas', monospace;
    font-size: 0.7rem;
}

.watch-emails[b-6qazyaayxg] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.watch-email-row[b-6qazyaayxg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.6rem;
    background: #0f1018;
    border-radius: 6px;
}

.watch-email-addr[b-6qazyaayxg] {
    flex: 1;
    font-size: 0.78rem;
    color: #64748b;
    font-family: 'Consolas', monospace;
}

.btn-watch-remove[b-6qazyaayxg] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 0.68rem;
    cursor: pointer;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    transition: color 0.15s;
}

    .btn-watch-remove:hover[b-6qazyaayxg] { color: #ef4444; }

.watch-empty[b-6qazyaayxg] { color: #334155; font-size: 0.75rem; margin-top: 0.5rem; }
/* _content/TrackUIDS/Components/Pages/Changes.razor.rz.scp.css */
.changes-page[b-yn5hdhajcq] {
    min-height: 100vh;
    background: #0b0c12;
    padding: 2rem;
    max-width: 860px;
    margin: 0 auto;
}

/* Header */
.changes-header[b-yn5hdhajcq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.back-link[b-yn5hdhajcq] {
    display: inline-block;
    font-size: 0.75rem;
    color: #475569;
    text-decoration: none;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
    transition: color 0.15s;
}

    .back-link:hover[b-yn5hdhajcq] { color: #94a3b8; }

.changes-title[b-yn5hdhajcq] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
}

.changes-subtitle[b-yn5hdhajcq] {
    color: #475569;
    font-size: 0.78rem;
    margin: 0;
}

/* Confirm all button */
.btn-confirm-all[b-yn5hdhajcq] {
    align-self: center;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 8px;
    color: #22c55e;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

    .btn-confirm-all:hover[b-yn5hdhajcq] {
        background: rgba(34, 197, 94, 0.08);
        border-color: rgba(34, 197, 94, 0.45);
    }

/* Loading */
.changes-loading[b-yn5hdhajcq] {
    color: #475569;
    font-size: 0.85rem;
    padding: 2rem 0;
}

/* Access gate */
.access-gate[b-yn5hdhajcq] {
    text-align: center;
    padding: 4rem 2rem;
    color: #475569;
}

.access-gate-icon[b-yn5hdhajcq]  { font-size: 2rem; margin-bottom: 0.75rem; }
.access-gate-title[b-yn5hdhajcq] { font-size: 1rem; font-weight: 700; color: #94a3b8; margin-bottom: 0.4rem; }
.access-gate-body[b-yn5hdhajcq]  { font-size: 0.85rem; }

.plan-label[b-yn5hdhajcq]       { font-weight: 600; }
.plan-label--pro[b-yn5hdhajcq]  { color: #22c55e; }

/* Empty state */
.empty-state[b-yn5hdhajcq] {
    color: #475569;
    font-size: 0.85rem;
    padding: 3rem 0;
}

/* Date groups */
.date-group[b-yn5hdhajcq] { margin-bottom: 2rem; }

.date-label[b-yn5hdhajcq] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #334155;
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #13141c;
}

/* Change cards */
.change-card[b-yn5hdhajcq] {
    background: #0f1018;
    border: 1px solid #1a1b27;
    border-left: 3px solid #22243a;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
}

.change-card--name[b-yn5hdhajcq]             { border-left-color: #3b82f6; }
.change-card--entered_streamer[b-yn5hdhajcq] { border-left-color: #a855f7; }
.change-card--left_streamer[b-yn5hdhajcq]    { border-left-color: #475569; }
.change-card--streamer_reveal[b-yn5hdhajcq]  { border-left-color: #f59e0b; }

/* Card top row */
.change-card-top[b-yn5hdhajcq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
}

.change-card-right[b-yn5hdhajcq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Type badges */
.type-badge[b-yn5hdhajcq] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.18rem 0.55rem;
    border-radius: 5px;
    border: 1px solid transparent;
}

.type-badge--name[b-yn5hdhajcq]             { color: #3b82f6; background: rgba(59,130,246,0.08);  border-color: rgba(59,130,246,0.2); }
.type-badge--entered_streamer[b-yn5hdhajcq] { color: #a855f7; background: rgba(168,85,247,0.08); border-color: rgba(168,85,247,0.2); }
.type-badge--left_streamer[b-yn5hdhajcq]    { color: #64748b; background: rgba(100,116,139,0.08); border-color: rgba(100,116,139,0.2); }
.type-badge--streamer_reveal[b-yn5hdhajcq]  { color: #f59e0b; background: rgba(245,158,11,0.1);  border-color: rgba(245,158,11,0.3); }

.change-time[b-yn5hdhajcq] {
    font-size: 0.7rem;
    color: #475569;
}

/* Per-card confirm button */
.btn-confirm[b-yn5hdhajcq] {
    background: transparent;
    border: 1px solid #1e2030;
    border-radius: 6px;
    color: #334155;
    font-size: 0.72rem;
    padding: 0.15rem 0.45rem;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    line-height: 1.4;
}

    .btn-confirm:hover[b-yn5hdhajcq] {
        color: #22c55e;
        border-color: rgba(34, 197, 94, 0.35);
        background: rgba(34, 197, 94, 0.06);
    }

/* Player info row */
.change-player[b-yn5hdhajcq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.player-name[b-yn5hdhajcq]  { font-size: 0.82rem; font-weight: 600; color: #94a3b8; }
.player-label[b-yn5hdhajcq] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #e8b32a;
    background: rgba(232,179,42,0.07);
    border: 1px solid rgba(232,179,42,0.18);
    border-radius: 4px;
    padding: 0.08rem 0.4rem;
    letter-spacing: 0.02em;
}
.player-uid[b-yn5hdhajcq]   { font-size: 0.7rem; color: #334155; font-family: 'Consolas', monospace; }

.rank-chip[b-yn5hdhajcq] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #e8b32a;
    background: rgba(232, 179, 42, 0.07);
    border: 1px solid rgba(232, 179, 42, 0.15);
    border-radius: 5px;
    padding: 0.1rem 0.4rem;
}

/* Annotations (label + notes) */
.change-annotations[b-yn5hdhajcq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    padding: 0.45rem 0.6rem;
    background: #0b0c12;
    border: 1px solid #1a1b27;
    border-radius: 6px;
}

.annotation-block[b-yn5hdhajcq] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.annotation-hdr[b-yn5hdhajcq] {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2d3448;
    flex-shrink: 0;
    width: 2.8rem;
}

.annotation-label[b-yn5hdhajcq] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #e8b32a;
}

.annotation-note[b-yn5hdhajcq] {
    font-size: 0.75rem;
    color: #64748b;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.45;
}

/* Name change display */
.change-names[b-yn5hdhajcq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.name-from[b-yn5hdhajcq],
.name-to[b-yn5hdhajcq] {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Consolas', monospace;
    color: #e2e8f0;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 6px;
    padding: 0.25rem 0.6rem;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-from[b-yn5hdhajcq] {
    color: #64748b;
    text-decoration: line-through;
    text-decoration-color: #334155;
}

.name-to--streamer[b-yn5hdhajcq] {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.25);
    background: rgba(245, 158, 11, 0.05);
}

.name-arrow[b-yn5hdhajcq] { color: #334155; font-size: 0.9rem; flex-shrink: 0; }

/* Priority chip */
.prio-chip[b-yn5hdhajcq] {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.1rem 0.45rem;
    border-radius: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: default;
}

.prio-chip--0[b-yn5hdhajcq] { color: #ef4444; background: rgba(239,68,68,0.08);   border-color: rgba(239,68,68,0.2); }
.prio-chip--1[b-yn5hdhajcq] { color: #e8b32a; background: rgba(232,179,42,0.08);  border-color: rgba(232,179,42,0.2); }
.prio-chip--2[b-yn5hdhajcq] { color: #a855f7; background: rgba(168,85,247,0.08);  border-color: rgba(168,85,247,0.2); }
.prio-chip--3[b-yn5hdhajcq] { color: #3b82f6; background: rgba(59,130,246,0.08);  border-color: rgba(59,130,246,0.2); }
.prio-chip--4[b-yn5hdhajcq] { color: #64748b; background: rgba(100,116,139,0.08); border-color: rgba(100,116,139,0.2); }

.prio-chip--manual[b-yn5hdhajcq] { border-color: rgba(232,179,42,0.5); }

select.prio-chip[b-yn5hdhajcq] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23475569'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.35rem center;
    padding-right: 1.3rem;
    transition: border-color 0.15s;
    outline: none;
}

    select.prio-chip:hover[b-yn5hdhajcq] { border-color: rgba(255,255,255,0.2); }

/* Responsive */
@@media (max-width: 600px) {
    .changes-page[b-yn5hdhajcq]  { padding: 1.25rem 1rem; }
    .change-card[b-yn5hdhajcq]   { padding: 0.75rem; }
    .name-from[b-yn5hdhajcq],
    .name-to[b-yn5hdhajcq]       { max-width: 140px; font-size: 0.78rem; }
}
/* _content/TrackUIDS/Components/Pages/CodmLookup.razor.rz.scp.css */
.lookup-wrapper[b-gqhknclcu2] {
    min-height: calc(100vh - 3rem);
    background: #0b0c12;
    padding: 2.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.lookup-card[b-gqhknclcu2] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

/* Header */
.lookup-header[b-gqhknclcu2] {
    margin-bottom: 1.75rem;
}

.lookup-title[b-gqhknclcu2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.3rem;
}

.lookup-subtitle[b-gqhknclcu2] {
    color: #475569;
    font-size: 0.8rem;
    margin: 0;
}

/* Search row */
.search-main[b-gqhknclcu2] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.uid-input[b-gqhknclcu2] {
    flex: 1;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 1.05rem;
    padding: 0.65rem 1rem;
    font-family: 'Consolas', 'Courier New', monospace;
    outline: none;
    transition: border-color 0.15s;
}

    .uid-input:focus[b-gqhknclcu2] {
        border-color: #e8b32a;
    }

    .uid-input:disabled[b-gqhknclcu2] {
        opacity: 0.45;
    }

    .uid-input[b-gqhknclcu2]::placeholder {
        color: #334155;
    }

.btn-search[b-gqhknclcu2], .btn-cancel[b-gqhknclcu2] {
    padding: 0.65rem 1.4rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    white-space: nowrap;
}

.btn-search[b-gqhknclcu2] {
    background: #e8b32a;
    color: #0b0c12;
}

    .btn-search:hover:not(:disabled)[b-gqhknclcu2] {
        opacity: 0.88;
        transform: translateY(-1px);
    }

    .btn-search:disabled[b-gqhknclcu2] {
        opacity: 0.3;
        cursor: not-allowed;
        transform: none;
    }

.btn-cancel[b-gqhknclcu2] {
    background: #1e2030;
    color: #94a3b8;
    border: 1px solid #22243a;
}

    .btn-cancel:hover[b-gqhknclcu2] {
        background: #ef4444;
        color: #fff;
        border-color: #ef4444;
    }

/* Options row */
.search-options[b-gqhknclcu2] {
    display: flex;
    gap: 0.5rem;
}

.option-select[b-gqhknclcu2],
.option-input[b-gqhknclcu2] {
    flex: 1;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.82rem;
    padding: 0.42rem 0.75rem;
    outline: none;
    transition: border-color 0.15s;
    min-width: 0;
}

    .option-select:focus[b-gqhknclcu2],
    .option-input:focus[b-gqhknclcu2] {
        border-color: #e8b32a;
        color: #e2e8f0;
    }

    .option-select:disabled[b-gqhknclcu2],
    .option-input:disabled[b-gqhknclcu2] {
        opacity: 0.35;
    }

    .option-input[b-gqhknclcu2]::placeholder {
        color: #2d3448;
    }

/* Info tip */
.info-tip[b-gqhknclcu2] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    background: rgba(232, 179, 42, 0.05);
    border: 1px solid rgba(232, 179, 42, 0.15);
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.5;
}

    .info-tip strong[b-gqhknclcu2] {
        color: #94a3b8;
    }

/* Result area */
.result-area[b-gqhknclcu2] {
    margin-top: 1.25rem;
}

.status-box[b-gqhknclcu2] {
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

/* Searching */
.status-searching[b-gqhknclcu2] {
    background: #1a1b27;
    border: 1px solid #22243a;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.spinner[b-gqhknclcu2] {
    width: 26px;
    height: 26px;
    border: 2.5px solid #22243a;
    border-top-color: #e8b32a;
    border-radius: 50%;
    animation: spin-b-gqhknclcu2 0.65s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-gqhknclcu2 {
    to {
        transform: rotate(360deg);
    }
}

.searching-info[b-gqhknclcu2] {
    flex: 1;
    min-width: 0;
}

.searching-label[b-gqhknclcu2] {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
    margin-bottom: 0.45rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-track[b-gqhknclcu2] {
    background: #22243a;
    border-radius: 4px;
    height: 3px;
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.progress-fill[b-gqhknclcu2] {
    height: 100%;
    background: #e8b32a;
    border-radius: 4px;
    transition: width 0.25s ease;
}

.progress-text[b-gqhknclcu2] {
    color: #334155;
    font-size: 0.72rem;
}

/* Found */
.status-found[b-gqhknclcu2] {
    background: rgba(34, 197, 94, 0.07);
    border: 1px solid rgba(34, 197, 94, 0.25);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.found-icon[b-gqhknclcu2] {
    width: 34px;
    height: 34px;
    background: #22c55e;
    color: #0b0c12;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.found-body[b-gqhknclcu2] {
    flex: 1;
    min-width: 0;
}

.found-nickname[b-gqhknclcu2] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #e2e8f0;
    font-family: 'Consolas', 'Courier New', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.found-meta[b-gqhknclcu2] {
    color: #475569;
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

    .found-meta strong[b-gqhknclcu2] {
        color: #64748b;
    }

.cache-badge[b-gqhknclcu2] {
    display: inline-block;
    margin-left: 0.5rem;
    background: rgba(232, 179, 42, 0.12);
    color: #e8b32a;
    border: 1px solid rgba(232, 179, 42, 0.25);
    border-radius: 4px;
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    vertical-align: middle;
    letter-spacing: 0.03em;
}

.btn-copy[b-gqhknclcu2] {
    background: #1e2030;
    color: #94a3b8;
    border: 1px solid #22243a;
    border-radius: 8px;
    padding: 0.35rem 0.9rem;
    font-size: 0.78rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

    .btn-copy:hover[b-gqhknclcu2] {
        background: #22243a;
        color: #e2e8f0;
    }

/* Not found */
.status-notfound[b-gqhknclcu2] {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.notfound-icon[b-gqhknclcu2] {
    width: 34px;
    height: 34px;
    background: #ef4444;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.notfound-body strong[b-gqhknclcu2] {
    color: #e2e8f0;
    font-size: 0.9rem;
}

.notfound-body p[b-gqhknclcu2] {
    color: #64748b;
    font-size: 0.78rem;
    margin: 0.3rem 0 0;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .lookup-wrapper[b-gqhknclcu2] {
        padding: 1rem;
        align-items: stretch;
        min-height: calc(100vh - 2.75rem);
    }

    .lookup-card[b-gqhknclcu2] {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .search-main[b-gqhknclcu2] {
        flex-wrap: wrap;
    }

    .uid-input[b-gqhknclcu2] {
        width: 100%;
        font-size: 1rem;
    }

    .btn-search[b-gqhknclcu2],
    .btn-cancel[b-gqhknclcu2] {
        flex: 1;
        padding: 0.65rem;
    }

    .search-options[b-gqhknclcu2] {
        flex-direction: column;
    }

    .option-select[b-gqhknclcu2],
    .option-input[b-gqhknclcu2] {
        width: 100%;
    }
}

/* Neutral / cancelled */
.status-neutral[b-gqhknclcu2] {
    background: #1a1b27;
    border: 1px solid #22243a;
    color: #475569;
    font-size: 0.82rem;
}

/* Log */
.log-details[b-gqhknclcu2] {
    margin-top: 1.25rem;
}

.log-toggle[b-gqhknclcu2] {
    color: #2d3448;
    font-size: 0.75rem;
    cursor: pointer;
    user-select: none;
    list-style: none;
    padding: 0.2rem 0;
}

    .log-toggle:hover[b-gqhknclcu2] {
        color: #475569;
    }

    .log-toggle[b-gqhknclcu2]::marker,
    .log-toggle[b-gqhknclcu2]::-webkit-details-marker {
        display: none;
    }

    .log-toggle[b-gqhknclcu2]::before {
        content: '▶ ';
        font-size: 0.6rem;
        vertical-align: middle;
    }

.log-details[open] .log-toggle[b-gqhknclcu2]::before {
    content: '▼ ';
}

.log-console[b-gqhknclcu2] {
    margin-top: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
    background: #0b0c12;
    border: 1px solid #1a1b27;
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 0.72rem;
    line-height: 1.6;
}

.log-line[b-gqhknclcu2]  { color: #2d3448; }
.log-success[b-gqhknclcu2] { color: #22c55e; }
.log-fail[b-gqhknclcu2]  { color: #ef4444; }
.log-skip[b-gqhknclcu2]  { color: #334155; }
.log-warn[b-gqhknclcu2]  { color: #f97316; }
/* _content/TrackUIDS/Components/Pages/ForgotPassword.razor.rz.scp.css */
.login-page[b-p0bjpnov6f] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-back[b-p0bjpnov6f] {
    position: fixed;
    top: 1.25rem;
    left: 1.5rem;
    font-size: 0.78rem;
    color: #334155;
    text-decoration: none;
    transition: color 0.15s;
}

    .login-back:hover[b-p0bjpnov6f] { color: #94a3b8; }

.auth-card[b-p0bjpnov6f] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    width: 100%;
    max-width: 360px;
}

.auth-title[b-p0bjpnov6f] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
    text-align: center;
}

.auth-subtitle[b-p0bjpnov6f] {
    color: #334155;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 1.75rem;
}

.auth-form[b-p0bjpnov6f] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.form-field[b-p0bjpnov6f] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .form-field label[b-p0bjpnov6f] { font-size: 0.72rem; color: #475569; }

    .form-field input[b-p0bjpnov6f] {
        background: #1a1b27;
        border: 1px solid #22243a;
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.875rem;
        padding: 0.6rem 0.85rem;
        outline: none;
        transition: border-color 0.15s;
        width: 100%;
        box-sizing: border-box;
    }

        .form-field input:focus[b-p0bjpnov6f] { border-color: #e8b32a; }
        .form-field input[b-p0bjpnov6f]::placeholder { color: #2d3448; }

.btn-auth[b-p0bjpnov6f] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 0.25rem;
    transition: opacity 0.15s;
    width: 100%;
}

    .btn-auth:hover[b-p0bjpnov6f] { opacity: 0.88; }

.auth-switch[b-p0bjpnov6f] {
    text-align: center;
    font-size: 0.75rem;
    color: #334155;
    margin: 1.1rem 0 0;
}

    .auth-switch a[b-p0bjpnov6f] { color: #e8b32a; text-decoration: none; }
    .auth-switch a:hover[b-p0bjpnov6f] { text-decoration: underline; }

.auth-error[b-p0bjpnov6f] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-notice[b-p0bjpnov6f] {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}
/* _content/TrackUIDS/Components/Pages/Forum.razor.rz.scp.css */
.forum-page[b-0gzxqrewmo] { min-height:100vh; background:#0b0c12; padding:2rem; max-width:800px; margin:0 auto; }

.forum-header[b-0gzxqrewmo] { display:flex; justify-content:space-between; align-items:center; margin-bottom:1.5rem; }
.forum-title[b-0gzxqrewmo] { font-size:1.4rem; font-weight:700; color:#e2e8f0; margin:0; }
.forum-sub[b-0gzxqrewmo] { font-size:0.78rem; color:#475569; margin:0.2rem 0 0; }

.forum-ask-btn[b-0gzxqrewmo] {
    padding:0.5rem 1.25rem; background:#e8b32a; color:#0b0c12; border:none; border-radius:8px;
    font-weight:700; font-size:0.82rem; cursor:pointer; transition:opacity 0.15s; white-space:nowrap;
}
.forum-ask-btn:hover[b-0gzxqrewmo] { opacity:0.88; }

/* Ask/Answer form */
.forum-form-card[b-0gzxqrewmo] {
    background:#13141c; border:1px solid #1e2030; border-radius:12px; padding:1.25rem 1.5rem; margin-bottom:1.5rem;
}
.forum-form-field[b-0gzxqrewmo] { margin-bottom:1rem; }
.forum-form-label[b-0gzxqrewmo] { display:block; font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:#475569; margin-bottom:0.3rem; }
.forum-form-optional[b-0gzxqrewmo] { font-weight:400; text-transform:none; letter-spacing:0; color:#334155; }
.forum-form-input[b-0gzxqrewmo] {
    width:100%; padding:0.5rem 0.75rem; background:#0f1018; border:1px solid #22243a; border-radius:8px;
    color:#e2e8f0; font-size:0.82rem; outline:none; box-sizing:border-box; transition:border-color 0.15s;
}
.forum-form-input:focus[b-0gzxqrewmo] { border-color:#e8b32a; }
.forum-form-textarea[b-0gzxqrewmo] {
    width:100%; padding:0.5rem 0.75rem; background:#0f1018; border:1px solid #22243a; border-radius:8px;
    color:#e2e8f0; font-size:0.82rem; outline:none; box-sizing:border-box; resize:vertical; font-family:inherit; transition:border-color 0.15s;
}
.forum-form-textarea:focus[b-0gzxqrewmo] { border-color:#e8b32a; }
.forum-error[b-0gzxqrewmo] { font-size:0.72rem; color:#f87171; margin:0.5rem 0; }

.forum-submit-btn[b-0gzxqrewmo] {
    padding:0.55rem 1.5rem; background:#e8b32a; color:#0b0c12; border:none; border-radius:8px;
    font-weight:700; font-size:0.82rem; cursor:pointer; transition:opacity 0.15s;
}
.forum-submit-btn:hover[b-0gzxqrewmo] { opacity:0.88; }
.forum-submit-btn:disabled[b-0gzxqrewmo] { opacity:0.4; cursor:default; }
.forum-submit-btn--small[b-0gzxqrewmo] { padding:0.4rem 1rem; font-size:0.75rem; }

.forum-image-preview[b-0gzxqrewmo] { display:flex; gap:0.4rem; flex-wrap:wrap; margin-top:0.4rem; }
.forum-image-tag[b-0gzxqrewmo] {
    display:inline-flex; align-items:center; gap:0.3rem; padding:0.2rem 0.5rem; background:#1a1b27;
    border:1px solid #22243a; border-radius:6px; font-size:0.68rem; color:#94a3b8;
}
.forum-image-remove[b-0gzxqrewmo] {
    background:rgba(239,68,68,0.1); border:1px solid rgba(239,68,68,0.25); color:#f87171;
    cursor:pointer; font-size:0.62rem; padding:0.1rem 0.35rem; border-radius:4px;
    transition:background 0.15s;
}
.forum-image-remove:hover[b-0gzxqrewmo] { background:rgba(239,68,68,0.2); }

/* Question list */
.forum-empty[b-0gzxqrewmo] { color:#334155; font-size:0.85rem; text-align:center; padding:3rem 0; }

.forum-question[b-0gzxqrewmo] {
    background:#13141c; border:1px solid #1e2030; border-radius:10px; margin-bottom:0.5rem;
    transition:border-color 0.15s;
}
.forum-question:hover[b-0gzxqrewmo] { border-color:#2e3050; }
.forum-question--expanded[b-0gzxqrewmo] { border-color:#e8b32a; }

.forum-q-header[b-0gzxqrewmo] { padding:0.85rem 1.25rem; cursor:pointer; }
.forum-q-title[b-0gzxqrewmo] { font-size:0.9rem; font-weight:600; color:#e2e8f0; margin-bottom:0.35rem; }
.forum-q-meta[b-0gzxqrewmo] { display:flex; gap:0.6rem; align-items:center; flex-wrap:wrap; }
.forum-q-author[b-0gzxqrewmo] { font-size:0.7rem; font-weight:600; color:#e8b32a; }
.forum-q-time[b-0gzxqrewmo] { font-size:0.68rem; color:#475569; }
.forum-q-answers[b-0gzxqrewmo] { font-size:0.68rem; color:#64748b; }
.forum-q-uid[b-0gzxqrewmo] { font-size:0.62rem; font-family:'Consolas',monospace; color:#64748b; background:#0f1018; padding:0.1rem 0.4rem; border-radius:4px; }
.forum-q-email[b-0gzxqrewmo] { font-size:0.62rem; font-family:'Consolas',monospace; color:#475569; background:#0f1018; padding:0.1rem 0.4rem; border-radius:4px; }

/* Question body (expanded) */
.forum-q-body[b-0gzxqrewmo] { padding:0 1.25rem 1.25rem; border-top:1px solid #1e2030; }
.forum-q-text[b-0gzxqrewmo] { font-size:0.82rem; color:#94a3b8; line-height:1.6; margin:1rem 0; white-space:pre-wrap; }

/* Player card in question */
.forum-player-card[b-0gzxqrewmo] {
    background:#0f1018; border:1px solid #1a1b27; border-radius:10px; padding:0.85rem 1rem;
    margin-bottom:0.75rem;
}
.fpc-header[b-0gzxqrewmo] { display:flex; gap:0.5rem; align-items:center; flex-wrap:wrap; margin-bottom:0.5rem; }
.fpc-name[b-0gzxqrewmo] { font-size:0.9rem; font-weight:700; color:#e2e8f0; }
.fpc-uid[b-0gzxqrewmo] { font-size:0.65rem; font-family:'Consolas',monospace; color:#475569; }
.fpc-rank[b-0gzxqrewmo] { font-size:0.7rem; color:#e8b32a; font-weight:600; }
.fpc-stat[b-0gzxqrewmo] { font-size:0.68rem; color:#64748b; font-family:'Consolas',monospace; }

.fpc-section[b-0gzxqrewmo] { margin-top:0.5rem; }
.fpc-section-title[b-0gzxqrewmo] {
    display:block; font-size:0.58rem; font-weight:700; text-transform:uppercase;
    letter-spacing:0.06em; color:#475569; margin-bottom:0.3rem;
}
.fpc-chips[b-0gzxqrewmo] { display:flex; flex-wrap:wrap; gap:0.25rem; }
.fpc-chip[b-0gzxqrewmo] {
    font-size:0.7rem; font-family:'Consolas',monospace; color:#94a3b8;
    background:#13141c; border:1px solid #1e2030; border-radius:5px;
    padding:0.15rem 0.5rem;
}
.fpc-chip--streamer[b-0gzxqrewmo] { color:#e8b32a; border-color:rgba(232,179,42,0.25); }
.fpc-chip--label[b-0gzxqrewmo] { color:#60a5fa; border-color:rgba(96,165,250,0.25); font-family:inherit; }

.fpc-footer[b-0gzxqrewmo] { font-size:0.62rem; color:#334155; margin-top:0.5rem; }

/* Images */
.forum-images[b-0gzxqrewmo] { display:flex; gap:0.5rem; flex-wrap:wrap; margin:0.75rem 0; }
.forum-img[b-0gzxqrewmo] { max-width:200px; max-height:180px; border-radius:8px; border:1px solid #1e2030; object-fit:cover; cursor:pointer; }

.forum-delete-btn[b-0gzxqrewmo] {
    background:none; border:none; color:#64748b; font-size:0.65rem; cursor:pointer; padding:0.2rem 0; transition:color 0.15s;
}
.forum-delete-btn:hover[b-0gzxqrewmo] { color:#f87171; }

/* Answers */
.forum-answers-section[b-0gzxqrewmo] { margin-top:1rem; padding-top:0.75rem; border-top:1px solid #1e2030; }
.forum-answers-title[b-0gzxqrewmo] { font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:#475569; margin:0 0 0.75rem; }

.forum-answer[b-0gzxqrewmo] {
    padding:0.75rem 0; border-bottom:1px solid #1a1b27;
}
.forum-answer:last-of-type[b-0gzxqrewmo] { border-bottom:none; }
.forum-a-header[b-0gzxqrewmo] { display:flex; gap:0.5rem; align-items:center; margin-bottom:0.3rem; }
.forum-a-author[b-0gzxqrewmo] { font-size:0.7rem; font-weight:600; color:#e8b32a; }
.forum-a-time[b-0gzxqrewmo] { font-size:0.65rem; color:#475569; }
.forum-a-text[b-0gzxqrewmo] { font-size:0.8rem; color:#94a3b8; line-height:1.55; margin:0; white-space:pre-wrap; }

/* Answer form */
.forum-answer-form[b-0gzxqrewmo] { margin-top:0.75rem; padding-top:0.75rem; border-top:1px solid #1e2030; }
.forum-answer-form-row[b-0gzxqrewmo] { display:flex; gap:0.5rem; align-items:flex-start; flex-wrap:wrap; margin-top:0.4rem; }

/* Lightbox */
.forum-lightbox[b-0gzxqrewmo] {
    position:fixed; inset:0; background:rgba(0,0,0,0.85); z-index:1000;
    display:flex; align-items:center; justify-content:center; cursor:pointer;
    padding:1rem;
}
.forum-lightbox-img[b-0gzxqrewmo] {
    max-width:90vw; max-height:90vh; border-radius:8px; object-fit:contain;
    box-shadow:0 4px 30px rgba(0,0,0,0.5);
}

@media (max-width:600px) {
    .forum-page[b-0gzxqrewmo] { padding:1rem; }
    .forum-header[b-0gzxqrewmo] { flex-direction:column; gap:0.75rem; align-items:flex-start; }
    .forum-q-meta[b-0gzxqrewmo] { flex-direction:column; gap:0.2rem; }
    .forum-answer-form-row[b-0gzxqrewmo] { flex-direction:column; }
}
/* _content/TrackUIDS/Components/Pages/Guide.razor.rz.scp.css */
.guide-page[b-n431k52y0j] {
    min-height: 100vh;
    background: #0b0c12;
    padding: 2rem;
    max-width: 720px;
    margin: 0 auto;
}

.guide-header[b-n431k52y0j] { margin-bottom: 2rem; }

.guide-title[b-n431k52y0j] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 0.35rem;
}

.guide-intro[b-n431k52y0j] {
    font-size: 0.82rem;
    color: #475569;
    margin: 0;
}

/* Sections */
.guide-section[b-n431k52y0j] {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #1e2030;
}

    .guide-section:last-child[b-n431k52y0j] { border-bottom: none; }

.guide-section-num[b-n431k52y0j] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8b32a;
    color: #0b0c12;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 8px;
    margin-top: 0.15rem;
}

.guide-section-body[b-n431k52y0j] { flex: 1; min-width: 0; }

.guide-section-title[b-n431k52y0j] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 0.5rem;
}

.guide-subtitle[b-n431k52y0j] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #94a3b8;
    margin: 1rem 0 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.guide-what[b-n431k52y0j] {
    font-size: 0.82rem;
    color: #94a3b8;
    margin: 0 0 0.85rem;
    line-height: 1.55;
}

.guide-text[b-n431k52y0j] {
    font-size: 0.78rem;
    color: #64748b;
    margin: 0.5rem 0;
    line-height: 1.55;
}

/* Steps */
.guide-steps[b-n431k52y0j] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.guide-step[b-n431k52y0j] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.5;
}

.step-num[b-n431k52y0j] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a1b27;
    border: 1px solid #22243a;
    color: #64748b;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 5px;
}

/* Note box */
.guide-note[b-n431k52y0j] {
    background: #13141c;
    border: 1px solid #1e2030;
    border-left: 3px solid #e8b32a;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.55;
    margin-top: 0.65rem;
}

/* Table */
.guide-table[b-n431k52y0j] {
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.guide-table-row[b-n431k52y0j] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.85rem;
    font-size: 0.78rem;
    color: #94a3b8;
    border-bottom: 1px solid #1a1b27;
}

    .guide-table-row:last-child[b-n431k52y0j] { border-bottom: none; }

.guide-table-header[b-n431k52y0j] {
    color: #475569;
    font-weight: 700;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #0f1018;
}

.guide-interval[b-n431k52y0j] {
    font-family: 'Consolas', monospace;
    font-weight: 600;
    color: #e8b32a;
}

/* Definitions */
.guide-definitions[b-n431k52y0j] {
    margin-bottom: 0.5rem;
}

    .guide-definitions p[b-n431k52y0j] {
        font-size: 0.75rem;
        color: #64748b;
        margin: 0.3rem 0;
        line-height: 1.5;
    }

/* List */
.guide-list[b-n431k52y0j] {
    margin: 0 0 0.5rem 1.5rem;
    padding: 0;
}

    .guide-list li[b-n431k52y0j] {
        font-size: 0.78rem;
        color: #94a3b8;
        margin-bottom: 0.25rem;
        line-height: 1.5;
    }

/* Feature grid */
.guide-features[b-n431k52y0j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.guide-feature[b-n431k52y0j] {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    padding: 0.5rem 0.75rem;
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 8px;
}

.guide-feature-name[b-n431k52y0j] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #e2e8f0;
    white-space: nowrap;
    min-width: 110px;
}

.guide-feature-desc[b-n431k52y0j] {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 600px) {
    .guide-page[b-n431k52y0j] { padding: 1rem; }

    .guide-section[b-n431k52y0j] {
        flex-direction: column;
        gap: 0.65rem;
    }

    .guide-section-num[b-n431k52y0j] {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .guide-feature[b-n431k52y0j] {
        flex-direction: column;
        gap: 0.2rem;
    }

    .guide-feature-name[b-n431k52y0j] { min-width: auto; }
}
/* _content/TrackUIDS/Components/Pages/Landing.razor.rz.scp.css */
.landing[b-yof65uxyca] {
    background: radial-gradient(ellipse 90% 50% at 50% -5%, rgba(232,179,42,0.07) 0%, transparent 70%), #0b0c12;
    min-height: 100vh;
    color: #e2e8f0;
    display: flex;
    flex-direction: column;
}

/* ── Nav ──────────────────────────────────────── */
.landing-nav[b-yof65uxyca] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2.5rem;
    position: sticky;
    top: 0;
    background: rgba(11,12,18,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(232,179,42,0.08);
    z-index: 50;
}

.landing-logo[b-yof65uxyca] {
    font-size: 1rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.btn-nav-login[b-yof65uxyca] {
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    text-decoration: none;
    transition: color 0.15s, border-color 0.15s;
}

    .btn-nav-login:hover[b-yof65uxyca] { color: #e2e8f0; border-color: #e8b32a; }

/* ── Hero (two-column) ────────────────────────── */
.hero[b-yof65uxyca] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 6rem 4rem 5rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.hero-text[b-yof65uxyca] {
    flex: 1;
    min-width: 0;
}

.hero-title[b-yof65uxyca] {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 1.25rem;
    color: #f1f5f9;
    letter-spacing: -0.02em;
}

.hero-accent[b-yof65uxyca] {
    background: linear-gradient(105deg, #e8b32a 0%, #f5cc5a 60%, #d49a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc[b-yof65uxyca] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 380px;
    margin: 0 0 2.5rem;
}

.btn-hero[b-yof65uxyca] {
    background: linear-gradient(135deg, #e8b32a 0%, #d49a18 100%);
    color: #0b0c12;
    border: none;
    border-radius: 10px;
    padding: 0.85rem 2rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(232,179,42,0.28);
    transition: box-shadow 0.2s, transform 0.15s;
    text-decoration: none;
    display: inline-block;
}

    .btn-hero:hover[b-yof65uxyca] {
        box-shadow: 0 6px 24px rgba(232,179,42,0.42);
        transform: translateY(-2px);
        color: #0b0c12;
    }

/* ── Hero card (right column) ─────────────────── */
.hero-card[b-yof65uxyca] {
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 16px;
    padding: 1.25rem 1.4rem;
    width: 280px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(232,179,42,0.06), 0 20px 48px rgba(0,0,0,0.5);
}

/* ── Feature bar ──────────────────────────────── */
.feature-bar[b-yof65uxyca] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0;
    padding: 1.5rem 2rem 3rem;
    border-top: 1px solid rgba(232,179,42,0.06);
}

.fbar-item[b-yof65uxyca] {
    font-size: 0.75rem;
    color: #475569;
    padding: 0 0.75rem;
}

.fbar-sep[b-yof65uxyca] {
    color: #1e2030;
    font-size: 0.75rem;
}

/* ── Card internals (shared with example card) ── */
.ex-top[b-yof65uxyca] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.65rem;
}

.ex-name[b-yof65uxyca] {
    font-size: 1rem;
    font-weight: 700;
    color: #e2e8f0;
    font-family: 'Consolas', monospace;
}

.ex-meta[b-yof65uxyca] { font-size: 0.65rem; color: #2d3448; margin-top: 0.15rem; }
.ex-heart[b-yof65uxyca] { color: #e8b32a; font-size: 1rem; }

.ex-stats[b-yof65uxyca] { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-bottom: 0.75rem; }

.ex-chip[b-yof65uxyca] {
    font-size: 0.65rem;
    background: #1a1b27;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 5px;
    padding: 0.15rem 0.5rem;
}

.ex-chip--rank[b-yof65uxyca]   { color: #e8b32a; border-color: rgba(232,179,42,0.25); background: rgba(232,179,42,0.07); }
.ex-chip--active[b-yof65uxyca] { color: #22c55e; border-color: rgba(34,197,94,0.25);  background: rgba(34,197,94,0.07); }

.ex-section-label[b-yof65uxyca] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2d3448;
    margin-bottom: 0.3rem;
    margin-top: 0.6rem;
}

.streamer-label[b-yof65uxyca] { color: rgba(232,179,42,0.4); }

.ex-names[b-yof65uxyca] { display: flex; flex-wrap: wrap; gap: 0.3rem; }

.ex-name-chip[b-yof65uxyca] {
    font-size: 0.68rem;
    background: #1a1b27;
    color: #475569;
    border: 1px solid #22243a;
    border-radius: 5px;
    padding: 0.15rem 0.5rem;
    font-family: 'Consolas', monospace;
}

.ex-name-chip--current[b-yof65uxyca] { color: #e2e8f0; background: #1e2030; border-color: #2e3050; }

.ex-streamer[b-yof65uxyca] {
    font-size: 0.78rem;
    color: #e8b32a;
    background: rgba(232,179,42,0.08);
    border: 1px solid rgba(232,179,42,0.25);
    border-radius: 6px;
    padding: 0.2rem 0.6rem;
    font-family: 'Consolas', monospace;
    display: inline-block;
    margin-top: 0.3rem;
}

/* ── Footer ───────────────────────────────────── */
.landing-footer[b-yof65uxyca] {
    text-align: center;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(232,179,42,0.06);
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 0.72rem;
    color: #1e2030;
}

    .landing-footer a[b-yof65uxyca] { color: #2d3448; text-decoration: none; }
    .landing-footer a:hover[b-yof65uxyca] { color: #64748b; }

/* ── Mobile ───────────────────────────────────── */
@media (max-width: 700px) {
    .landing-nav[b-yof65uxyca] { padding: 0.85rem 1.25rem; }

    .hero[b-yof65uxyca] {
        flex-direction: column;
        gap: 3rem;
        padding: 4rem 1.5rem 3rem;
        text-align: center;
    }

    .hero-desc[b-yof65uxyca] { max-width: 100%; margin-left: auto; margin-right: auto; }

    .hero-card[b-yof65uxyca] { width: 100%; max-width: 320px; }

    .feature-bar[b-yof65uxyca] { padding: 1.25rem 1.25rem 2.5rem; }
}
/* _content/TrackUIDS/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-tz59w2cxi4] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-back[b-tz59w2cxi4] {
    position: fixed;
    top: 1.25rem;
    left: 1.5rem;
    font-size: 0.78rem;
    color: #334155;
    text-decoration: none;
    transition: color 0.15s;
}

    .login-back:hover[b-tz59w2cxi4] { color: #94a3b8; }

.auth-card[b-tz59w2cxi4] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    width: 100%;
    max-width: 360px;
}

.auth-title[b-tz59w2cxi4] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
    text-align: center;
}

.auth-subtitle[b-tz59w2cxi4] {
    color: #334155;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 1.75rem;
}

.auth-form[b-tz59w2cxi4] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.form-field[b-tz59w2cxi4] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .form-field label[b-tz59w2cxi4] { font-size: 0.72rem; color: #475569; }

    .form-field input[b-tz59w2cxi4] {
        background: #1a1b27;
        border: 1px solid #22243a;
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.875rem;
        padding: 0.6rem 0.85rem;
        outline: none;
        transition: border-color 0.15s;
        width: 100%;
        box-sizing: border-box;
    }

        .form-field input:focus[b-tz59w2cxi4] { border-color: #e8b32a; }
        .form-field input[b-tz59w2cxi4]::placeholder { color: #2d3448; }

.btn-auth[b-tz59w2cxi4] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 0.25rem;
    transition: opacity 0.15s;
    width: 100%;
}

    .btn-auth:hover[b-tz59w2cxi4] { opacity: 0.88; }

.auth-switch[b-tz59w2cxi4] {
    text-align: center;
    font-size: 0.75rem;
    color: #334155;
    margin: 1.1rem 0 0;
}

    .auth-switch a[b-tz59w2cxi4] { color: #e8b32a; text-decoration: none; }
    .auth-switch a:hover[b-tz59w2cxi4] { text-decoration: underline; }

.auth-error[b-tz59w2cxi4] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-notice[b-tz59w2cxi4] {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-notice--warn[b-tz59w2cxi4] {
    background: rgba(245,158,11,0.08);
    border-color: rgba(245,158,11,0.25);
    color: #fbbf24;
}
/* _content/TrackUIDS/Components/Pages/Monitor.razor.rz.scp.css */
.monitor-page[b-xiff5dmjmj] {
    min-height: 100vh;
    background: #0b0c12;
    padding: 2rem 2rem;
}

/* Header */
.monitor-header[b-xiff5dmjmj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.monitor-logo[b-xiff5dmjmj] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e8b32a;
    text-decoration: none;
    margin-bottom: 0.35rem;
    opacity: 0.7;
    transition: opacity 0.15s;
}

    .monitor-logo:hover[b-xiff5dmjmj] { opacity: 1; }

.btn-changes-nav[b-xiff5dmjmj] {
    align-self: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.75rem;
    border: 1px solid #22243a;
    border-radius: 8px;
    transition: color 0.15s, border-color 0.15s;
}

    .btn-changes-nav:hover[b-xiff5dmjmj] {
        color: #e2e8f0;
        border-color: #475569;
    }

.monitor-title[b-xiff5dmjmj] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
}

.monitor-subtitle[b-xiff5dmjmj] {
    color: #475569;
    font-size: 0.78rem;
    margin: 0;
}

.monitor-controls[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.interval-label[b-xiff5dmjmj] {
    color: #64748b;
    font-size: 0.8rem;
}

.interval-input[b-xiff5dmjmj] {
    width: 60px;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
    outline: none;
    text-align: center;
}

    .interval-input:focus[b-xiff5dmjmj] {
        border-color: #e8b32a;
    }

.interval-unit[b-xiff5dmjmj] {
    color: #475569;
    font-size: 0.8rem;
}

.btn-save-interval[b-xiff5dmjmj] {
    background: #1e2030;
    color: #94a3b8;
    border: 1px solid #22243a;
    border-radius: 7px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    cursor: pointer;
    transition: background 0.15s;
}

    .btn-save-interval:hover[b-xiff5dmjmj] {
        background: #22243a;
        color: #e2e8f0;
    }

.save-confirm[b-xiff5dmjmj] {
    font-size: 0.75rem;
    color: #22c55e;
    animation: fadeIn-b-xiff5dmjmj 0.2s ease;
}

@keyframes fadeIn-b-xiff5dmjmj {
    from { opacity: 0; transform: translateY(-2px); }
    to   { opacity: 1; transform: translateY(0); }
}

.plan-label[b-xiff5dmjmj] { font-weight: 600; }
.plan-label--free[b-xiff5dmjmj]  { color: #475569; }
.plan-label--basic[b-xiff5dmjmj] { color: #e8b32a; }
.plan-label--pro[b-xiff5dmjmj]   { color: #22c55e; }

.btn-admin[b-xiff5dmjmj] {
    background: #1e2030;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 7px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    text-decoration: none;
    transition: color 0.15s;
}

    .btn-admin:hover[b-xiff5dmjmj] { color: #e2e8f0; }

.btn-logout[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0.35rem 0.5rem;
    transition: color 0.15s;
}

    .btn-logout:hover[b-xiff5dmjmj] { color: #ef4444; }

.btn-check-now[b-xiff5dmjmj] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 7px;
    padding: 0.35rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .btn-check-now:disabled[b-xiff5dmjmj] {
        opacity: 0.45;
        cursor: not-allowed;
    }

/* ── Main tabs (My Players / Database) ──────────────────── */
.main-tab-bar[b-xiff5dmjmj] {
    display: flex;
    gap: 0;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 1.25rem;
    width: fit-content;
}

.main-tab[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    border-radius: 7px;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 1.25rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    letter-spacing: 0.02em;
}

    .main-tab:hover[b-xiff5dmjmj] { color: #94a3b8; }

.main-tab--active[b-xiff5dmjmj] {
    background: #1e2030;
    color: #e2e8f0;
}

/* ── Database session counter (Basic plan) ───────────────── */
.db-session-counter[b-xiff5dmjmj] {
    font-size: 0.72rem;
    color: #475569;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 6px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.db-session-counter--full[b-xiff5dmjmj] {
    color: #ef4444;
    border-color: rgba(239,68,68,0.3);
    background: rgba(239,68,68,0.05);
}

/* ── Database limit message ──────────────────────────────── */
.db-limit-box[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-left: 3px solid #334155;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}

.db-limit-title[b-xiff5dmjmj] { color: #94a3b8; font-size: 0.9rem; font-weight: 600; margin: 0 0 0.35rem; }
.db-limit-sub[b-xiff5dmjmj]   { color: #334155; font-size: 0.78rem; margin: 0; }

/* ── Anonymous annotation display ───────────────────────── */
.annotation-anon-row[b-xiff5dmjmj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.annotation-anon-meta[b-xiff5dmjmj] {
    font-size: 0.65rem;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.annotation-chips[b-xiff5dmjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

/* ── Plan preview bar (admin) ───────────────────────────── */
.plan-preview-bar[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.plan-preview-lbl[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #334155;
    margin-right: 0.2rem;
}

.plan-preview-btn[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 6px;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

    .plan-preview-btn:hover[b-xiff5dmjmj] { color: #64748b; border-color: #2e3050; }
    .plan-preview-btn--on[b-xiff5dmjmj]   { background: #22243a; color: #e2e8f0; border-color: #2e3050; }

.plan-preview-btn--free[b-xiff5dmjmj]  { }
.plan-preview-btn--basic.plan-preview-btn--on[b-xiff5dmjmj] { color: #e8b32a; border-color: rgba(232,179,42,0.4); background: rgba(232,179,42,0.08); }
.plan-preview-btn--pro.plan-preview-btn--on[b-xiff5dmjmj]   { color: #22c55e; border-color: rgba(34,197,94,0.4);  background: rgba(34,197,94,0.08); }

.plan-preview-active[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(100, 116, 139, 0.06);
    border: 1px solid rgba(100, 116, 139, 0.2);
    border-left: 3px solid #475569;
    border-radius: 10px;
    padding: 0.5rem 0.9rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: #64748b;
}

/* ── Admin impersonation banner ─────────────────────────── */
.impersonation-banner[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(232, 179, 42, 0.07);
    border: 1px solid rgba(232, 179, 42, 0.3);
    border-left: 3px solid #e8b32a;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

    .impersonation-banner strong[b-xiff5dmjmj] {
        color: #e2e8f0;
        font-family: 'Consolas', monospace;
    }

.btn-exit-impersonation[b-xiff5dmjmj] {
    background: #1e2030;
    border: 1px solid #22243a;
    border-radius: 6px;
    color: #64748b;
    font-size: 0.75rem;
    padding: 0.25rem 0.65rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
    flex-shrink: 0;
}

    .btn-exit-impersonation:hover[b-xiff5dmjmj] {
        color: #e2e8f0;
        border-color: #2e3050;
    }

/* ── Changed players banner ─────────────────────────────── */
.changed-banner[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-left: 3px solid #22c55e;
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.changed-banner-label[b-xiff5dmjmj] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #22c55e;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.changed-banner-chips[b-xiff5dmjmj] {
    display: flex;
    gap: 0.35rem;
    overflow-x: auto;
    flex: 1;
    scrollbar-width: none;
}

    .changed-banner-chips[b-xiff5dmjmj]::-webkit-scrollbar { display: none; }

.changed-chip[b-xiff5dmjmj] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 6px;
    color: #4ade80;
    font-size: 0.74rem;
    font-family: 'Consolas', monospace;
    padding: 0.2rem 0.6rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    flex-shrink: 0;
}

    .changed-chip:hover[b-xiff5dmjmj] {
        background: rgba(34, 197, 94, 0.2);
        border-color: rgba(34, 197, 94, 0.5);
        color: #86efac;
    }

.btn-dismiss-all[b-xiff5dmjmj] {
    background: transparent;
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 6px;
    color: #22c55e;
    font-size: 0.7rem;
    padding: 0.2rem 0.55rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s, border-color 0.15s;
}

    .btn-dismiss-all:hover[b-xiff5dmjmj] {
        background: rgba(34, 197, 94, 0.1);
        border-color: rgba(34, 197, 94, 0.45);
    }

/* ── Toolbar row (search + view toggle) ─────────────────── */
.toolbar-row[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

/* ── Filter bar ── */
.filter-bar[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.filter-group[b-xiff5dmjmj] {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.filter-sep[b-xiff5dmjmj] {
    color: #1e2030;
    font-size: 0.85rem;
    padding: 0 0.1rem;
    user-select: none;
}

.filter-chip[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 20px;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 0.22rem 0.7rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

    .filter-chip:hover[b-xiff5dmjmj] { color: #64748b; border-color: #2e3050; }
    .filter-chip--on[b-xiff5dmjmj]   { background: #22243a; color: #e2e8f0; border-color: #2e3050; }

.filter-chip--active-rank[b-xiff5dmjmj] { color: #2d3448; }
    .filter-chip--active-rank.filter-chip--on[b-xiff5dmjmj] { color: #22c55e; border-color: rgba(34,197,94,0.35); background: rgba(34,197,94,0.07); }

/* ── Region dropdown ── */
.region-drop[b-xiff5dmjmj] {
    position: relative;
}

.region-drop-btn[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 20px;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 0.22rem 0.65rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    user-select: none;
}

    .region-drop-btn:hover[b-xiff5dmjmj]  { color: #64748b; border-color: #2e3050; }
    .region-drop-btn--on[b-xiff5dmjmj]    { background: #22243a; color: #e2e8f0; border-color: #2e3050; }

.region-drop-panel[b-xiff5dmjmj] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 200;
    background: #13141c;
    border: 1px solid #2e3050;
    border-radius: 10px;
    padding: 0.4rem;
    min-width: 180px;
    max-height: 260px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    scrollbar-width: thin;
    scrollbar-color: #22243a transparent;
}

.dropdown-backdrop[b-xiff5dmjmj] {
    position: fixed;
    inset: 0;
    z-index: 199;
}

.region-drop-panel--right[b-xiff5dmjmj] {
    left: auto;
    right: 0;
}

.region-drop-search[b-xiff5dmjmj] {
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 6px;
    color: #e2e8f0;
    font-size: 0.75rem;
    padding: 0.35rem 0.55rem;
    outline: none;
    margin-bottom: 0.3rem;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

    .region-drop-search[b-xiff5dmjmj]::placeholder { color: #2d3448; }
    .region-drop-search:focus[b-xiff5dmjmj] { border-color: #e8b32a; }

.region-drop-item[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    border-radius: 6px;
    color: #475569;
    font-size: 0.75rem;
    padding: 0.3rem 0.55rem;
    text-align: left;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    white-space: nowrap;
}

    .region-drop-item:hover[b-xiff5dmjmj]       { background: #1a1b27; color: #94a3b8; }
    .region-drop-item--on[b-xiff5dmjmj]         { background: #1e2030; color: #e2e8f0; }

.search-bar[b-xiff5dmjmj] {
    flex: 1;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    font-family: inherit;
    padding: 0.5rem 0.75rem;
    outline: none;
    transition: border-color 0.15s;
    min-width: 0;
}

    .search-bar:focus[b-xiff5dmjmj] { border-color: #2e3050; }
    .search-bar[b-xiff5dmjmj]::placeholder { color: #2d3448; }
    .search-bar[b-xiff5dmjmj]::-webkit-search-cancel-button { filter: invert(0.3); }

.view-toggle[b-xiff5dmjmj] {
    display: flex;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    padding: 2px;
    gap: 2px;
    flex-shrink: 0;
}

.view-toggle-btn[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    border-radius: 6px;
    color: #475569;
    font-size: 0.78rem;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

    .view-toggle-btn:hover[b-xiff5dmjmj] { color: #94a3b8; }

.view-toggle-btn--active[b-xiff5dmjmj] {
    background: #1e2030;
    color: #e2e8f0;
}

/* ── Bulk select / mass remove ──────────────────────────── */
.btn-select-toggle[b-xiff5dmjmj] {
    background: transparent;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #475569;
    font-size: 0.78rem;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s;
}

    .btn-select-toggle:hover[b-xiff5dmjmj] { color: #94a3b8; border-color: #2e3050; }

.btn-remove-selected[b-xiff5dmjmj] {
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.35);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
}

    .btn-remove-selected:hover:not(:disabled)[b-xiff5dmjmj] { background: rgba(239,68,68,0.2); }
    .btn-remove-selected:disabled[b-xiff5dmjmj] { opacity: 0.4; cursor: not-allowed; }

.btn-clear-nonfavs[b-xiff5dmjmj] {
    background: transparent;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #334155;
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s;
}

    .btn-clear-nonfavs:hover[b-xiff5dmjmj] { color: #f87171; border-color: rgba(239,68,68,0.3); }

/* Card select states */
.player-card--selectable[b-xiff5dmjmj] { cursor: pointer; }

.player-card--selected[b-xiff5dmjmj] {
    border-color: #e8b32a !important;
    background: rgba(232, 179, 42, 0.06);
}

.select-indicator[b-xiff5dmjmj] {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 20px;
    height: 20px;
    border: 2px solid #2e3050;
    border-radius: 50%;
    background: #0f1018;
    font-size: 0.65rem;
    font-weight: 700;
    color: #0b0c12;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    flex-shrink: 0;
}

.select-indicator--on[b-xiff5dmjmj] {
    background: #e8b32a;
    border-color: #e8b32a;
}

/* ── Global DB view ─────────────────────────────────────── */
.global-db-count[b-xiff5dmjmj] {
    font-size: 0.72rem;
    color: #334155;
    margin: 0 0 0.75rem;
}

.db-recent-label[b-xiff5dmjmj] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #475569;
    margin: 0 0 0.5rem;
}

/* Username prompt overlay */
.username-overlay[b-xiff5dmjmj] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.username-prompt[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 380px;
}

.username-prompt-title[b-xiff5dmjmj] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 0.4rem;
}

.username-prompt-desc[b-xiff5dmjmj] {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 1.25rem;
}

.username-prompt-input[b-xiff5dmjmj] {
    width: 100%;
    padding: 0.55rem 0.75rem;
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    transition: border-color 0.15s;
}

    .username-prompt-input:focus[b-xiff5dmjmj] { border-color: #e8b32a; }

.username-prompt-error[b-xiff5dmjmj] {
    font-size: 0.72rem;
    color: #f87171;
    margin: 0 0 0.5rem;
}

.username-prompt-actions[b-xiff5dmjmj] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.username-prompt-save[b-xiff5dmjmj] {
    flex: 1;
    padding: 0.6rem;
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .username-prompt-save:hover[b-xiff5dmjmj] { opacity: 0.88; }
    .username-prompt-save:disabled[b-xiff5dmjmj] { opacity: 0.4; cursor: default; }

.username-prompt-skip[b-xiff5dmjmj] {
    padding: 0.6rem 1rem;
    background: transparent;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.15s;
}

    .username-prompt-skip:hover[b-xiff5dmjmj] { border-color: #334155; color: #94a3b8; }

.annotation-username[b-xiff5dmjmj] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #e8b32a;
    margin-right: 0.4rem;
}

.player-card--ghost[b-xiff5dmjmj] {
    opacity: 0.6;
    border-color: #1a1b27;
}

.banned-badge[b-xiff5dmjmj] {
    font-size: 0.62rem;
    color: #f87171;
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-family: 'Consolas', monospace;
    letter-spacing: 0.04em;
}

.ghost-badge[b-xiff5dmjmj] {
    font-size: 0.62rem;
    color: #334155;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-family: 'Consolas', monospace;
    letter-spacing: 0.04em;
}

/* ── Player images (Pro & Admin) ────────────────────────── */
.img-section-header[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

.img-chip[b-xiff5dmjmj] {
    background: transparent;
    border: 1px solid #22243a;
    border-radius: 5px;
    color: #475569;
    font-size: 0.68rem;
    padding: 0.12rem 0.5rem;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

    .img-chip:hover[b-xiff5dmjmj] { border-color: #2e3050; color: #94a3b8; }
    .img-chip--open[b-xiff5dmjmj] { border-color: #2e3050; color: #94a3b8; background: #1a1b27; }

.btn-img-upload[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #334155;
    cursor: pointer;
    padding: 0.12rem 0.5rem;
    border: 1px dashed #22243a;
    border-radius: 5px;
    transition: border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

    .btn-img-upload:hover[b-xiff5dmjmj] { border-color: #e8b32a; color: #e8b32a; }

.img-upload-error[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #ef4444;
}

.img-strip[b-xiff5dmjmj] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    margin-top: 0.5rem;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: #22243a transparent;
}

    .img-strip[b-xiff5dmjmj]::-webkit-scrollbar       { height: 3px; }
    .img-strip[b-xiff5dmjmj]::-webkit-scrollbar-track  { background: transparent; }
    .img-strip[b-xiff5dmjmj]::-webkit-scrollbar-thumb  { background: #22243a; border-radius: 2px; }

.img-thumb-wrap[b-xiff5dmjmj] {
    position: relative;
    flex-shrink: 0;
}

.img-thumb[b-xiff5dmjmj] {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 7px;
    border: 1px solid #22243a;
    display: block;
    cursor: zoom-in;
    transition: opacity 0.15s;
}

    .img-thumb:hover[b-xiff5dmjmj] { opacity: 0.85; }

/* ── Image lightbox ── */
.lightbox-overlay[b-xiff5dmjmj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    backdrop-filter: blur(6px);
    animation: fadeIn-b-xiff5dmjmj 0.15s ease;
}

.lightbox-img[b-xiff5dmjmj] {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
    cursor: default;
}

.lightbox-close[b-xiff5dmjmj] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(30, 32, 48, 0.85);
    border: 1px solid #2e3050;
    border-radius: 50%;
    color: #94a3b8;
    font-size: 0.9rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s, background 0.15s;
}

.img-uploader[b-xiff5dmjmj] {
    display: block;
    font-size: 0.55rem;
    color: #334155;
    font-family: 'Consolas', monospace;
    margin-top: 0.15rem;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-delete[b-xiff5dmjmj] {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background: rgba(15,16,24,0.85);
    border: none;
    border-radius: 50%;
    color: #64748b;
    font-size: 0.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s, background 0.15s;
    line-height: 1;
}

    .img-delete:hover[b-xiff5dmjmj] { color: #ef4444; background: rgba(15,16,24,0.95); }

/* ── Per-user annotations (labels & notes) in global view ─ */
.annotations-section[b-xiff5dmjmj] {
    margin-top: 0.75rem;
    padding-top: 0.6rem;
    border-top: 1px solid #1a1b27;
}

.annotations-list[b-xiff5dmjmj] {
    max-height: 130px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.3rem;
    padding-right: 3px;
    scrollbar-width: thin;
    scrollbar-color: #22243a transparent;
}

    .annotations-list[b-xiff5dmjmj]::-webkit-scrollbar       { width: 3px; }
    .annotations-list[b-xiff5dmjmj]::-webkit-scrollbar-track  { background: transparent; }
    .annotations-list[b-xiff5dmjmj]::-webkit-scrollbar-thumb  { background: #22243a; border-radius: 2px; }

.annotation-row[b-xiff5dmjmj] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.annotation-email[b-xiff5dmjmj] {
    font-size: 0.62rem;
    color: #334155;
    font-family: 'Consolas', monospace;
    letter-spacing: 0.01em;
}

.annotation-label[b-xiff5dmjmj] {
    font-size: 0.72rem;
    color: #64748b;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.1rem 0.45rem;
    display: inline-block;
    width: fit-content;
}

.annotation-note[b-xiff5dmjmj] {
    font-size: 0.72rem;
    color: #475569;
    background: #0f1018;
    border: 1px solid #1a1b27;
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.45;
}

/* ── Note (read-only in admin view) ─────────────────────── */
.note-readonly[b-xiff5dmjmj] {
    margin-top: 0.75rem;
    font-size: 0.78rem;
    color: #64748b;
    background: #0f1018;
    border: 1px solid #1a1b27;
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Countdown */
.next-check-row[b-xiff5dmjmj] {
    margin-bottom: 1.5rem;
}

.next-check-text[b-xiff5dmjmj] {
    font-size: 0.75rem;
    color: #2d3448;
    font-family: 'Consolas', monospace;
}

    .next-check-text.checking[b-xiff5dmjmj] {
        color: #e8b32a;
    }

/* Free plan notice */
.free-plan-notice[b-xiff5dmjmj] {
    font-size: 0.78rem;
    color: #475569;
    background: #13141c;
    border: 1px solid #22243a;
    border-left: 3px solid #334155;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    margin-bottom: 1.5rem;
}

    .free-plan-notice strong[b-xiff5dmjmj] {
        color: #e8b32a;
    }

/* Upgrade button inside free notice */
.btn-upgrade[b-xiff5dmjmj] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0.75rem;
    transition: opacity 0.15s;
}

    .btn-upgrade:hover[b-xiff5dmjmj] { opacity: 0.85; }

.upgrade-maintenance[b-xiff5dmjmj] {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
}

/* ── Rank activity indicator ────────────────────────────── */
.rank-activity[b-xiff5dmjmj] {
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 5px;
    border: 1px solid transparent;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.rank-activity--green[b-xiff5dmjmj] {
    color: #22c55e;
    background: rgba(34,197,94,0.1);
    border-color: rgba(34,197,94,0.25);
}

.rank-activity--yellow[b-xiff5dmjmj] {
    color: #e8b32a;
    background: rgba(232,179,42,0.1);
    border-color: rgba(232,179,42,0.25);
}

.rank-activity--red[b-xiff5dmjmj] {
    color: #64748b;
    background: rgba(100,116,139,0.08);
    border-color: rgba(100,116,139,0.2);
}

/* ── Add player bar (always visible) ────────────────────── */
.add-bar[b-xiff5dmjmj] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.add-bar-input[b-xiff5dmjmj] {
    flex: 1;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.875rem;
    font-family: 'Consolas', monospace;
    padding: 0.55rem 0.85rem;
    outline: none;
    transition: border-color 0.15s;
    min-width: 0;
}

    .add-bar-input:focus[b-xiff5dmjmj] { border-color: #e8b32a; }
    .add-bar-input[b-xiff5dmjmj]::placeholder { color: #2d3448; }
    .add-bar-input:disabled[b-xiff5dmjmj] { opacity: 0.45; }

.add-bar-btn[b-xiff5dmjmj] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

    .add-bar-btn:hover[b-xiff5dmjmj] { opacity: 0.88; }
    .add-bar-btn:disabled[b-xiff5dmjmj] { opacity: 0.35; cursor: not-allowed; }

.add-bar-error[b-xiff5dmjmj] {
    color: #ef4444;
    font-size: 0.75rem;
    margin: 0 0 1rem;
}

/* Empty state */
.empty-state[b-xiff5dmjmj] {
    text-align: center;
    color: #334155;
    font-size: 0.875rem;
    padding: 3rem 0;
}

/* Player grid */
.player-grid[b-xiff5dmjmj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

/* Player card */
/* Section dividers */
.section-label[b-xiff5dmjmj] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0 0.5rem;
    white-space: nowrap;
}

    .section-label--fav[b-xiff5dmjmj]    { color: #e8b32a; margin-bottom: 0.75rem; display: block; }
    .section-label--changed[b-xiff5dmjmj] { color: #22c55e; }
    .section-label--stable[b-xiff5dmjmj]  { color: #334155; }

.section-divider[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0 0.75rem;
}

.section-line[b-xiff5dmjmj] {
    flex: 1;
    height: 1px;
    background: #1a1b27;
}

/* Player card */
.player-card[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 12px;
    padding: 0.9rem;
    transition: border-color 0.2s;
    position: relative;
}

    .player-card:hover[b-xiff5dmjmj] {
        border-color: #2e3050;
    }

    .player-card--fav[b-xiff5dmjmj] {
        border-color: rgba(232, 179, 42, 0.35);
        box-shadow: 0 0 0 1px rgba(232, 179, 42, 0.1);
    }

    .player-card--changed[b-xiff5dmjmj] {
        border-left: 3px solid #22c55e;
    }

    .player-card--highlight[b-xiff5dmjmj] {
        border-color: #e8b32a !important;
        box-shadow: 0 0 0 2px rgba(232, 179, 42, 0.25);
        animation: highlightFade-b-xiff5dmjmj 3s ease forwards;
    }

@keyframes highlightFade-b-xiff5dmjmj {
    0%   { box-shadow: 0 0 0 3px rgba(232, 179, 42, 0.5); border-color: #e8b32a; }
    100% { box-shadow: none; border-color: #22243a; }
}

    .player-card--streaming[b-xiff5dmjmj] {
        border-color: rgba(232, 179, 42, 0.3);
        background: linear-gradient(135deg, #13141c 80%, rgba(232, 179, 42, 0.04) 100%);
    }

/* ! badge for favorites with change */
.change-dot[b-xiff5dmjmj] {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    background: #ef4444;
    color: #fff;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0b0c12;
    z-index: 1;
}

/* Stats row */
.stats-row[b-xiff5dmjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0;
    border-top: 1px solid #1a1b27;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
}

.stat-chip[b-xiff5dmjmj] {
    font-size: 0.68rem;
    background: #1a1b27;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 5px;
    padding: 0.15rem 0.5rem;
}

    .stat-chip--rank[b-xiff5dmjmj] {
        color: #e8b32a;
        border-color: rgba(232, 179, 42, 0.25);
        background: rgba(232, 179, 42, 0.07);
    }

    .stat-chip--locale[b-xiff5dmjmj] {
        color: #475569;
        letter-spacing: 0.02em;
    }

    .stat-chip--insight[b-xiff5dmjmj] {
        color: #7c6f3a;
        border-color: rgba(232, 179, 42, 0.15);
        background: rgba(232, 179, 42, 0.04);
    }

    /* Priority chip / select — admin only */
    .stat-chip--prio[b-xiff5dmjmj] {
        font-family: 'Consolas', monospace;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        padding-right: 1.1rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%2364748b'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.35rem center;
        background-size: 6px;
        outline: none;
    }

        .stat-chip--prio:focus[b-xiff5dmjmj] { border-color: #475569; }

    /* Gold ring when admin has set a manual override */
    .stat-chip--prio-manual[b-xiff5dmjmj] {
        border-color: rgba(245, 158, 11, 0.45) !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23f59e0b'/%3E%3C/svg%3E");
    }
    /* 0 active/playing  1 legendary  2 gm·unknown  3 grandmaster  4 low */
    .stat-chip--prio-0[b-xiff5dmjmj] { color: #ef4444; border-color: rgba(239,68,68,0.25);   background: rgba(239,68,68,0.06); }
    .stat-chip--prio-1[b-xiff5dmjmj] { color: #f59e0b; border-color: rgba(245,158,11,0.25);  background: rgba(245,158,11,0.06); }
    .stat-chip--prio-2[b-xiff5dmjmj] { color: #a855f7; border-color: rgba(168,85,247,0.2);   background: rgba(168,85,247,0.05); }
    .stat-chip--prio-3[b-xiff5dmjmj] { color: #3b82f6; border-color: rgba(59,130,246,0.2);   background: rgba(59,130,246,0.05); }
    .stat-chip--prio-4[b-xiff5dmjmj] { color: #64748b; border-color: #22243a; background: transparent; }

    .stat-chip--creator[b-xiff5dmjmj] {
        color: #334155;
        border-color: #1e2030;
        background: #13141c;
        font-family: 'Consolas', monospace;
        font-size: 0.65rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 180px;
    }

.stats-row--insights[b-xiff5dmjmj] {
    margin-top: 0.3rem;
    border-top: none;
    padding-top: 0;
}

/* Change notice */
.change-notice[b-xiff5dmjmj] {
    font-size: 0.7rem;
    color: #22c55e;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

    .change-notice strong[b-xiff5dmjmj] {
        color: #4ade80;
        font-family: 'Consolas', monospace;
    }

.change-arrow[b-xiff5dmjmj] {
    font-size: 0.65rem;
}

.player-card-top[b-xiff5dmjmj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.45rem;
    gap: 0.5rem;
}

.player-name-wrap[b-xiff5dmjmj] {
    min-width: 0;
}

.streaming-badge[b-xiff5dmjmj] {
    display: inline-block;
    font-size: 0.68rem;
    color: #e8b32a;
    background: rgba(232, 179, 42, 0.1);
    border: 1px solid rgba(232, 179, 42, 0.25);
    border-radius: 4px;
    padding: 0.1rem 0.45rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.04em;
}

.player-current-name[b-xiff5dmjmj] {
    font-size: 1rem;
    font-weight: 700;
    color: #e2e8f0;
    font-family: 'Consolas', 'Courier New', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Card action buttons */
.card-actions[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.btn-recheck[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.1rem 0.25rem;
    border-radius: 4px;
    line-height: 1;
    transition: color 0.15s, transform 0.15s;
}

    .btn-recheck:hover[b-xiff5dmjmj] {
        color: #e8b32a;
        transform: rotate(180deg);
    }

    .btn-recheck--cooldown[b-xiff5dmjmj] {
        font-size: 0.62rem;
        color: #334155;
        cursor: default;
        font-family: 'Consolas', monospace;
        min-width: 28px;
        text-align: center;
    }

.btn-notify[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    line-height: 1;
    opacity: 0.35;
    transition: opacity 0.15s;
}

    .btn-notify:hover[b-xiff5dmjmj] { opacity: 0.7; }
    .btn-notify--on[b-xiff5dmjmj]   { opacity: 1; }

.btn-hunt[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    line-height: 1;
    opacity: 0.45;
    transition: opacity 0.15s;
    position: relative;
}

    .btn-hunt:hover[b-xiff5dmjmj] { opacity: 0.7; }

    /* diagonal red line when OFF */
    .btn-hunt[b-xiff5dmjmj]::before {
        content: '';
        position: absolute;
        inset: 1px;
        background: linear-gradient(
            to bottom right,
            transparent calc(50% - 0.8px),
            rgba(239,68,68,0.7) calc(50% - 0.8px),
            rgba(239,68,68,0.7) calc(50% + 0.8px),
            transparent calc(50% + 0.8px)
        );
        pointer-events: none;
        border-radius: 3px;
    }

    .btn-hunt--on[b-xiff5dmjmj] {
        opacity: 1;
    }

    /* remove diagonal, add red dot when ON */
    .btn-hunt--on[b-xiff5dmjmj]::before { display: none; }

    .btn-hunt--on[b-xiff5dmjmj]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 6px;
        background: #ef4444;
        border-radius: 50%;
        border: 1.5px solid #13141c;
    }

.btn-favorite[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #2d3448;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    line-height: 1;
    transition: color 0.15s;
}

    .btn-favorite:hover[b-xiff5dmjmj] {
        color: #e8b32a;
    }

    .btn-favorite--active[b-xiff5dmjmj] {
        color: #e8b32a;
    }

.delete-confirm[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.7rem;
    color: #64748b;
}

.btn-confirm-yes[b-xiff5dmjmj] {
    background: #22c55e;
    color: #0b0c12;
    border: none;
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-confirm-no[b-xiff5dmjmj] {
    background: #1e2030;
    color: #94a3b8;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    cursor: pointer;
}

.btn-remove[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    flex-shrink: 0;
    line-height: 1;
    transition: color 0.15s, background 0.15s;
}

    .btn-remove:hover[b-xiff5dmjmj] {
        color: #ef4444;
        background: rgba(239, 68, 68, 0.1);
    }

/* Custom label input */
.custom-nickname-input[b-xiff5dmjmj] {
    display: block;
    margin-top: 0.2rem;
    width: 100%;
    max-width: 200px;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #64748b;
    font-size: 0.72rem;
    padding: 0.1rem 0;
    outline: none;
    transition: border-color 0.15s, color 0.15s;
    font-family: inherit;
}

    .custom-nickname-input[b-xiff5dmjmj]::placeholder {
        color: #2d3448;
    }

    .custom-nickname-input:focus[b-xiff5dmjmj],
    .custom-nickname-input:hover[b-xiff5dmjmj] {
        border-bottom-color: #2e3050;
        color: #94a3b8;
    }

    .custom-nickname-input:focus[b-xiff5dmjmj] {
        border-bottom-color: #e8b32a;
    }

/* Upgrade notice (bell click for free users) */
.upgrade-notice[b-xiff5dmjmj] {
    font-size: 0.65rem;
    color: #e8b32a;
    white-space: nowrap;
    animation: fadeIn-b-xiff5dmjmj 0.2s ease;
}

/* Note button */
.btn-note[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #2d3448;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    line-height: 1;
    transition: color 0.15s;
}

    .btn-note:hover[b-xiff5dmjmj] { color: #64748b; }
    .btn-note--active[b-xiff5dmjmj] { color: #e8b32a; }

/* Note textarea */
.note-textarea[b-xiff5dmjmj] {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.78rem;
    font-family: inherit;
    padding: 0.6rem 0.75rem;
    outline: none;
    resize: vertical;
    min-height: 70px;
    transition: border-color 0.15s;
}

    .note-textarea[b-xiff5dmjmj]::placeholder { color: #2d3448; }
    .note-textarea:focus[b-xiff5dmjmj] { border-color: #2e3050; }

/* Meta row */
.player-meta[b-xiff5dmjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0;
    align-items: center;
    border-top: 1px solid #1a1b27;
    padding-top: 0.45rem;
    margin-top: 0.1rem;
}

.card-spinner[b-xiff5dmjmj] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #22243a;
    border-top-color: #e8b32a;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    vertical-align: middle;
    flex-shrink: 0;
}

.meta-checking[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #e8b32a;
}

.meta-uid[b-xiff5dmjmj] {
    font-family: 'Consolas', monospace;
    font-size: 0.7rem;
    color: #334155;
    cursor: default;
}

.meta-uid--clickable[b-xiff5dmjmj] {
    cursor: pointer;
    transition: color 0.15s;
}

    .meta-uid--clickable:hover[b-xiff5dmjmj] {
        color: #475569;
    }

.meta-locale[b-xiff5dmjmj] {
    font-size: 0.68rem;
    background: #1e2030;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
}

.meta-time[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #2d3448;
}

/* Name sections */
.name-section[b-xiff5dmjmj] {
    border-top: 1px solid #1a1b27;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
}

.name-section-label[b-xiff5dmjmj] {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2d3448;
    display: block;
    margin-bottom: 0.25rem;
}

/* ── Card sections (Label / Notes) ── */
.card-section[b-xiff5dmjmj] {
    border-top: 1px solid #1a1b27;
    padding-top: 0.45rem;
    margin-top: 0.45rem;
}

.card-section-hdr[b-xiff5dmjmj] {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2d3448;
    display: block;
    margin-bottom: 0.25rem;
}

.streamer-label[b-xiff5dmjmj] {
    color: rgba(232, 179, 42, 0.5);
}

/* Demo section */
.demo-toggle-row[b-xiff5dmjmj] {
    margin-top: 2rem;
    text-align: center;
}

.btn-demo-toggle[b-xiff5dmjmj] {
    background: transparent;
    border: 1px dashed #1e2030;
    border-radius: 8px;
    color: #2d3448;
    font-size: 0.75rem;
    padding: 0.35rem 1rem;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}

    .btn-demo-toggle:hover[b-xiff5dmjmj] {
        color: #475569;
        border-color: #2d3448;
    }

.demo-section[b-xiff5dmjmj] {
    margin-top: 1rem;
    padding: 1.25rem;
    background: #0f1018;
    border: 1px dashed #1e2030;
    border-radius: 14px;
}

.demo-header[b-xiff5dmjmj] {
    font-size: 0.7rem;
    color: #2d3448;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.name-list[b-xiff5dmjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    max-height: 74px;
    overflow-y: auto;
    padding-right: 2px;
}

    .name-list[b-xiff5dmjmj]::-webkit-scrollbar {
        width: 3px;
    }

    .name-list[b-xiff5dmjmj]::-webkit-scrollbar-track {
        background: transparent;
    }

    .name-list[b-xiff5dmjmj]::-webkit-scrollbar-thumb {
        background: #22243a;
        border-radius: 2px;
    }

    .name-list[b-xiff5dmjmj]::-webkit-scrollbar-thumb:hover {
        background: #2e3050;
    }

.name-chip[b-xiff5dmjmj] {
    font-size: 0.72rem;
    background: #1a1b27;
    color: #64748b;
    border: 1px solid #22243a;
    border-radius: 5px;
    padding: 0.15rem 0.5rem;
    font-family: 'Consolas', monospace;
}

    .name-chip--current[b-xiff5dmjmj] {
        color: #e2e8f0;
        border-color: #2e3050;
        background: #1e2030;
    }

    .name-chip--streamer[b-xiff5dmjmj] {
        color: rgba(232, 179, 42, 0.7);
        border-color: rgba(232, 179, 42, 0.2);
        background: rgba(232, 179, 42, 0.06);
    }

        .name-chip--streamer.name-chip--current[b-xiff5dmjmj] {
            color: #e8b32a;
            border-color: rgba(232, 179, 42, 0.4);
        }

/* Streamer mode single value */
.streamer-value[b-xiff5dmjmj] {
    font-size: 0.8rem;
    font-family: 'Consolas', monospace;
    color: #e8b32a;
    background: rgba(232, 179, 42, 0.08);
    border: 1px solid rgba(232, 179, 42, 0.25);
    border-radius: 6px;
    padding: 0.2rem 0.6rem;
    display: inline-block;
}

/* Scroll to top */
.scroll-top-btn[b-xiff5dmjmj] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 50%;
    color: #64748b;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

    .scroll-top-btn:hover[b-xiff5dmjmj] {
        color: #e8b32a;
        border-color: #e8b32a;
        background: #13141c;
    }

/* ── Mobile ─────────────────────────────────── */
@media (max-width: 640px) {

    .monitor-page[b-xiff5dmjmj] {
        padding: 1rem;
        padding-bottom: 5rem; /* room for browser chrome */
    }

    /* Stack header vertically */
    .monitor-header[b-xiff5dmjmj] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .monitor-controls[b-xiff5dmjmj] {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 0.4rem;
    }

    .btn-check-now[b-xiff5dmjmj] {
        grid-column: span 4;
        padding: 0.65rem;
        font-size: 0.875rem;
    }

    /* Single column player grid */
    .player-grid[b-xiff5dmjmj] {
        grid-template-columns: 1fr;
    }

    /* Larger touch targets */
    .btn-favorite[b-xiff5dmjmj],
    .btn-notify[b-xiff5dmjmj],
    .btn-remove[b-xiff5dmjmj] {
        min-width: 36px;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-confirm-yes[b-xiff5dmjmj],
    .btn-confirm-no[b-xiff5dmjmj] {
        min-height: 32px;
        min-width: 32px;
        font-size: 0.8rem;
    }

    /* Add player bar: shrink button on small screens */
    .add-bar-btn[b-xiff5dmjmj] {
        padding: 0.55rem 0.75rem;
    }

    /* Player current name: allow more room */
    .player-current-name[b-xiff5dmjmj] {
        max-width: calc(100vw - 140px);
        font-size: 1.05rem;
    }

    /* Stats wrap tighter */
    .stats-row[b-xiff5dmjmj] {
        gap: 0.25rem;
    }

    .stat-chip[b-xiff5dmjmj] {
        font-size: 0.65rem;
        padding: 0.12rem 0.4rem;
    }

    /* Interval controls: horizontal row */
    .interval-input[b-xiff5dmjmj] {
        width: 52px;
    }

    .changed-banner[b-xiff5dmjmj] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .changed-banner-hint[b-xiff5dmjmj] { display: none; }

    .toolbar-row[b-xiff5dmjmj] {
        flex-wrap: wrap;
    }

    .view-toggle[b-xiff5dmjmj] {
        width: 100%;
    }

    .view-toggle-btn[b-xiff5dmjmj] {
        flex: 1;
        text-align: center;
    }
}

/* DB virtual scroll container */
.db-scroll-container[b-xiff5dmjmj] {
    height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #22243a transparent;
}

/* ── Live tab ─────────────────────────────────────────────── */
.live-header-bar[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 8px;
    padding: 0.45rem 0.85rem;
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
    color: #64748b;
}

    .live-header-bar strong[b-xiff5dmjmj] { color: #22c55e; }

.live-sep[b-xiff5dmjmj] { color: #2d3448; }

.live-dot[b-xiff5dmjmj] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 0.3rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    flex-shrink: 0;
}

.live-dot--active[b-xiff5dmjmj] { background: #22c55e; }
.live-dot--idle[b-xiff5dmjmj]   { background: #334155; }

.live-dot--pulse[b-xiff5dmjmj] {
    animation: livePulse-b-xiff5dmjmj 2s ease-in-out infinite;
}

@keyframes livePulse-b-xiff5dmjmj {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
    50%       { opacity: 0.75; box-shadow: 0 0 0 5px rgba(34,197,94,0); }
}

.live-section-label[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #22c55e;
    margin-bottom: 0.5rem;
}

.live-section-toggle[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 1px solid #1a1b27;
    border-radius: 8px;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.5rem 0.85rem;
    cursor: pointer;
    margin-top: 0.75rem;
    transition: background 0.15s, color 0.15s;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
}

    .live-section-toggle:hover[b-xiff5dmjmj] { background: #13141c; color: #64748b; }

.live-list[b-xiff5dmjmj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.live-entry[b-xiff5dmjmj] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    transition: border-color 0.15s;
}

    .live-entry:hover[b-xiff5dmjmj] { border-color: #2e3050; }

.live-entry--banned[b-xiff5dmjmj] { opacity: 0.45; }

.live-entry-top[b-xiff5dmjmj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.live-entry-name-col[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    min-width: 0;
}

.live-entry-name[b-xiff5dmjmj] {
    font-size: 0.92rem;
    font-weight: 700;
    font-family: 'Consolas', monospace;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.live-entry-right[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.live-entry-time[b-xiff5dmjmj] {
    font-size: 0.68rem;
    color: #22c55e;
    font-family: 'Consolas', monospace;
    white-space: nowrap;
}

.live-entry-names[b-xiff5dmjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 0.35rem;
}

.live-entry-meta[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    border-top: 1px solid #1a1b27;
    padding-top: 0.35rem;
    margin-top: 0.1rem;
}

.btn-live-ban[b-xiff5dmjmj] {
    background: transparent;
    border: none;
    color: #334155;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem;
    border-radius: 4px;
    line-height: 1;
    transition: color 0.15s;
}

    .btn-live-ban:hover[b-xiff5dmjmj] { color: #ef4444; }

/* Search filter dropdown — checkbox rows */
.region-drop-check[b-xiff5dmjmj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    font-size: 0.8rem;
    color: #94a3b8;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.region-drop-check:hover[b-xiff5dmjmj] { color: #e2e8f0; background: #1a1b27; }

.region-drop-check input[type="checkbox"][b-xiff5dmjmj] {
    accent-color: #7c86ff;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
/* _content/TrackUIDS/Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-sejw18osjl] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    justify-content: center;
    padding: 3rem 1rem;
}

.profile-card[b-sejw18osjl] {
    background: #13141c;
    border: 1px solid #1e2030;
    border-radius: 14px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    height: fit-content;
}

.profile-title[b-sejw18osjl] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 1.5rem;
}

.profile-field[b-sejw18osjl] {
    margin-bottom: 1.25rem;
}

.profile-label[b-sejw18osjl] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #475569;
    margin-bottom: 0.35rem;
}

.profile-value[b-sejw18osjl] {
    font-size: 0.85rem;
    color: #94a3b8;
    font-family: 'Consolas', monospace;
    padding: 0.5rem 0.75rem;
    background: #0f1018;
    border-radius: 8px;
    border: 1px solid #1a1b27;
}

.profile-input[b-sejw18osjl] {
    width: 100%;
    padding: 0.55rem 0.75rem;
    background: #0f1018;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

    .profile-input:focus[b-sejw18osjl] { border-color: #e8b32a; }

.profile-hint[b-sejw18osjl] {
    font-size: 0.68rem;
    color: #334155;
    margin: 0.3rem 0 0;
}

.profile-actions[b-sejw18osjl] {
    display: flex;
    gap: 0.5rem;
}

.profile-btn[b-sejw18osjl] {
    flex: 1;
    padding: 0.65rem;
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .profile-btn:hover[b-sejw18osjl] { opacity: 0.88; }
    .profile-btn:disabled[b-sejw18osjl] { opacity: 0.4; cursor: default; }

.profile-error[b-sejw18osjl] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}

.profile-btn-remove[b-sejw18osjl] {
    padding: 0.65rem 1rem;
    background: transparent;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

    .profile-btn-remove:hover[b-sejw18osjl] { color: #f87171; border-color: rgba(239,68,68,0.3); }

.profile-success[b-sejw18osjl] {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}
/* _content/TrackUIDS/Components/Pages/ResetPassword.razor.rz.scp.css */
.login-page[b-kp3sb97r09] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-back[b-kp3sb97r09] {
    position: fixed;
    top: 1.25rem;
    left: 1.5rem;
    font-size: 0.78rem;
    color: #334155;
    text-decoration: none;
    transition: color 0.15s;
}

    .login-back:hover[b-kp3sb97r09] { color: #94a3b8; }

.auth-card[b-kp3sb97r09] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    width: 100%;
    max-width: 360px;
}

.auth-title[b-kp3sb97r09] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
    text-align: center;
}

.auth-subtitle[b-kp3sb97r09] {
    color: #334155;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 1.75rem;
}

.auth-form[b-kp3sb97r09] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.form-field[b-kp3sb97r09] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .form-field label[b-kp3sb97r09] { font-size: 0.72rem; color: #475569; }

    .form-field input[b-kp3sb97r09] {
        background: #1a1b27;
        border: 1px solid #22243a;
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.875rem;
        padding: 0.6rem 0.85rem;
        outline: none;
        transition: border-color 0.15s;
        width: 100%;
        box-sizing: border-box;
    }

        .form-field input:focus[b-kp3sb97r09] { border-color: #e8b32a; }
        .form-field input[b-kp3sb97r09]::placeholder { color: #2d3448; }

.btn-auth[b-kp3sb97r09] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 0.25rem;
    transition: opacity 0.15s;
    width: 100%;
}

    .btn-auth:hover[b-kp3sb97r09] { opacity: 0.88; }

.auth-switch[b-kp3sb97r09] {
    text-align: center;
    font-size: 0.75rem;
    color: #334155;
    margin: 1.1rem 0 0;
}

    .auth-switch a[b-kp3sb97r09] { color: #e8b32a; text-decoration: none; }
    .auth-switch a:hover[b-kp3sb97r09] { text-decoration: underline; }

.auth-error[b-kp3sb97r09] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-notice[b-kp3sb97r09] {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}
/* _content/TrackUIDS/Components/Pages/SessionMonitor.razor.rz.scp.css */
.session-page[b-ofqaldzk6f] { min-height:100vh; background:#0b0c12; padding:2rem; }
.session-header[b-ofqaldzk6f] { margin-bottom:1.5rem; }
.session-title[b-ofqaldzk6f] { font-size:1.4rem; font-weight:700; color:#e2e8f0; margin:0; }
.session-sub[b-ofqaldzk6f] { font-size:0.78rem; color:#475569; margin:0.25rem 0 0; }
.session-stats-bar[b-ofqaldzk6f] { display:flex; flex-wrap:wrap; gap:0.5rem; margin-bottom:1.5rem; padding:0.85rem 1rem; background:#13141c; border:1px solid #1e2030; border-radius:12px; }
.sstat[b-ofqaldzk6f] { display:flex; flex-direction:column; gap:0.2rem; padding:0.3rem 0.75rem; border-right:1px solid #1e2030; }
.sstat:last-child[b-ofqaldzk6f] { border-right:none; }
.sstat--warn[b-ofqaldzk6f] { background:rgba(245,158,11,0.08); border-radius:8px; border-right:none; }
.sstat--danger[b-ofqaldzk6f] { background:rgba(239,68,68,0.08); border-radius:8px; border-right:none; }
.sstat-label[b-ofqaldzk6f] { font-size:0.6rem; text-transform:uppercase; letter-spacing:0.08em; color:#334155; }
.sstat-value[b-ofqaldzk6f] { font-size:0.95rem; font-weight:600; color:#94a3b8; font-family:'Consolas',monospace; }
.sstat--warn .sstat-value[b-ofqaldzk6f] { color:#f59e0b; }
.sstat--danger .sstat-value[b-ofqaldzk6f] { color:#f87171; }
.session-tabs[b-ofqaldzk6f] { display:flex; gap:0.35rem; margin-bottom:1.25rem; }
.session-tab[b-ofqaldzk6f] { padding:0.45rem 1rem; border:1px solid #1e2030; border-radius:8px; background:transparent; color:#64748b; font-size:0.78rem; cursor:pointer; transition:all 0.15s; }
.session-tab:hover[b-ofqaldzk6f] { background:#13141c; color:#94a3b8; }
.session-tab--active[b-ofqaldzk6f] { background:#e8b32a; color:#0b0c12; font-weight:700; border-color:#e8b32a; }
.session-search[b-ofqaldzk6f] { width:100%; max-width:320px; padding:0.5rem 0.75rem; background:#13141c; border:1px solid #1e2030; border-radius:8px; color:#e2e8f0; font-size:0.82rem; outline:none; transition:border-color 0.15s; }
.session-search:focus[b-ofqaldzk6f] { border-color:#e8b32a; }
.session-empty[b-ofqaldzk6f] { color:#334155; font-size:0.82rem; padding:1rem 0; }
.session-count[b-ofqaldzk6f] { color:#334155; font-size:0.72rem; margin-top:0.75rem; }
.risk-filter-bar[b-ofqaldzk6f],.device-filter-bar[b-ofqaldzk6f] { display:flex; gap:0.75rem; margin-bottom:1rem; align-items:center; flex-wrap:wrap; }
.risk-filter-select[b-ofqaldzk6f] { padding:0.45rem 0.75rem; background:#13141c; border:1px solid #1e2030; border-radius:8px; color:#94a3b8; font-size:0.8rem; outline:none; cursor:pointer; }
.risk-filter-select:focus[b-ofqaldzk6f] { border-color:#e8b32a; }
.risk-list[b-ofqaldzk6f] { display:flex; flex-direction:column; gap:0.75rem; }
.risk-card[b-ofqaldzk6f] { background:#13141c; border:1px solid #1e2030; border-radius:12px; padding:1rem 1.25rem; cursor:pointer; transition:border-color 0.15s; }
.risk-card:hover[b-ofqaldzk6f] { border-color:#2e3050; }
.risk-card--high[b-ofqaldzk6f] { border-left:3px solid #ef4444; }
.risk-card--medium[b-ofqaldzk6f] { border-left:3px solid #f59e0b; }
.risk-card--low[b-ofqaldzk6f] { border-left:3px solid #22c55e; }
.risk-card-header[b-ofqaldzk6f] { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.5rem; }
.risk-card-email[b-ofqaldzk6f] { font-size:0.88rem; font-weight:600; color:#e2e8f0; }
.risk-score[b-ofqaldzk6f] { display:flex; align-items:baseline; gap:0.2rem; }
.risk-score-num[b-ofqaldzk6f] { font-size:1.25rem; font-weight:700; font-family:'Consolas',monospace; }
.risk-score-label[b-ofqaldzk6f] { font-size:0.65rem; color:#475569; }
.risk-score--high .risk-score-num[b-ofqaldzk6f] { color:#ef4444; }
.risk-score--medium .risk-score-num[b-ofqaldzk6f] { color:#f59e0b; }
.risk-score--low .risk-score-num[b-ofqaldzk6f] { color:#22c55e; }
.risk-card-meta[b-ofqaldzk6f] { display:flex; gap:0.5rem; align-items:center; margin-bottom:0.5rem; flex-wrap:wrap; }
.risk-chip[b-ofqaldzk6f] { font-size:0.68rem; color:#64748b; background:#0f1018; padding:0.15rem 0.5rem; border-radius:6px; }
.risk-chip--active[b-ofqaldzk6f] { color:#22c55e; background:rgba(34,197,94,0.08); }
.risk-badge[b-ofqaldzk6f] { font-size:0.62rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; padding:0.15rem 0.55rem; border-radius:6px; }
.risk-badge--high[b-ofqaldzk6f] { color:#fca5a5; background:rgba(239,68,68,0.12); }
.risk-badge--medium[b-ofqaldzk6f] { color:#fcd34d; background:rgba(245,158,11,0.12); }
.risk-badge--low[b-ofqaldzk6f] { color:#86efac; background:rgba(34,197,94,0.1); }
.risk-flags[b-ofqaldzk6f] { display:flex; flex-direction:column; gap:0.35rem; margin-top:0.5rem; padding-top:0.5rem; border-top:1px solid #1e2030; }
.risk-flag[b-ofqaldzk6f] { display:flex; align-items:center; gap:0.5rem; font-size:0.72rem; }
.risk-flag-name[b-ofqaldzk6f] { color:#94a3b8; font-weight:600; min-width:140px; }
.risk-flag-detail[b-ofqaldzk6f] { color:#64748b; flex:1; }
.risk-flag-pts[b-ofqaldzk6f] { color:#f87171; font-family:'Consolas',monospace; font-weight:600; font-size:0.68rem; }
.user-detail-list[b-ofqaldzk6f] { display:flex; flex-direction:column; gap:0.5rem; }
.user-detail-card[b-ofqaldzk6f] { background:#13141c; border:1px solid #1e2030; border-radius:10px; cursor:pointer; transition:border-color 0.15s; }
.user-detail-card:hover[b-ofqaldzk6f] { border-color:#2e3050; }
.user-detail-card--expanded[b-ofqaldzk6f] { border-color:#e8b32a; }
.user-detail-header[b-ofqaldzk6f] { display:flex; justify-content:space-between; align-items:center; padding:0.85rem 1.25rem; }
.user-detail-info[b-ofqaldzk6f] { display:flex; align-items:center; gap:0.5rem; }
.user-detail-email[b-ofqaldzk6f] { font-size:0.85rem; font-weight:600; color:#e2e8f0; }
.ubadge[b-ofqaldzk6f] { font-size:0.58rem; font-weight:600; text-transform:uppercase; letter-spacing:0.04em; padding:0.1rem 0.45rem; border-radius:5px; }
.ubadge--admin[b-ofqaldzk6f] { color:#e8b32a; background:rgba(232,179,42,0.12); }
.ubadge--plan-pro[b-ofqaldzk6f] { color:#a78bfa; background:rgba(167,139,250,0.1); }
.ubadge--plan-basic[b-ofqaldzk6f] { color:#60a5fa; background:rgba(96,165,250,0.1); }
.ubadge--plan-free[b-ofqaldzk6f] { color:#64748b; background:rgba(100,116,139,0.1); }
.user-detail-right[b-ofqaldzk6f] { display:flex; align-items:center; gap:0.75rem; }
.user-detail-devices[b-ofqaldzk6f] { font-size:0.72rem; color:#64748b; }
.expand-arrow[b-ofqaldzk6f] { color:#475569; font-size:0.75rem; }
.user-detail-body[b-ofqaldzk6f] { padding:0 1.25rem 1.25rem; border-top:1px solid #1e2030; cursor:default; }
.detail-section[b-ofqaldzk6f] { margin-top:1rem; }
.detail-section-title[b-ofqaldzk6f] { font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:#475569; margin:0 0 0.65rem; }
.active-session-info[b-ofqaldzk6f] { background:#0f1018; border-radius:8px; padding:0.75rem 1rem; }
.asi-row[b-ofqaldzk6f] { display:flex; padding:0.3rem 0; border-bottom:1px solid #13141c; }
.asi-row:last-of-type[b-ofqaldzk6f] { border-bottom:none; }
.asi-label[b-ofqaldzk6f] { width:110px; font-size:0.72rem; color:#475569; }
.asi-value[b-ofqaldzk6f] { font-size:0.78rem; color:#94a3b8; font-family:'Consolas',monospace; }
.no-session[b-ofqaldzk6f] { font-size:0.78rem; color:#334155; }
.btn-invalidate[b-ofqaldzk6f] { margin-top:0.75rem; padding:0.35rem 0.85rem; background:rgba(239,68,68,0.1); border:1px solid rgba(239,68,68,0.25); border-radius:6px; color:#f87171; font-size:0.72rem; font-weight:600; cursor:pointer; transition:all 0.15s; }
.btn-invalidate:hover[b-ofqaldzk6f] { background:rgba(239,68,68,0.2); }
.device-table[b-ofqaldzk6f],.history-table[b-ofqaldzk6f] { overflow-x:auto; }
.device-row[b-ofqaldzk6f],.history-row[b-ofqaldzk6f] { display:grid; gap:0.5rem; align-items:center; padding:0.45rem 0.5rem; font-size:0.72rem; color:#94a3b8; border-bottom:1px solid #1a1b27; }
.device-row[b-ofqaldzk6f] { grid-template-columns:100px 1fr 120px 80px 70px 95px 80px 50px; }
.history-row[b-ofqaldzk6f] { grid-template-columns:100px 1fr 100px 70px 100px; }
.device-row--header[b-ofqaldzk6f],.history-row--header[b-ofqaldzk6f] { color:#475569; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; font-size:0.58rem; border-bottom:1px solid #1e2030; }
.history-row--active[b-ofqaldzk6f] { background:rgba(34,197,94,0.04); }
.device-id[b-ofqaldzk6f] { font-family:'Consolas',monospace; color:#64748b; font-size:0.68rem; }
.status-active[b-ofqaldzk6f] { color:#22c55e; font-weight:600; }
.status-ended[b-ofqaldzk6f] { color:#64748b; }
.risk-detail-flags[b-ofqaldzk6f] { display:flex; flex-direction:column; gap:0.5rem; }
.risk-detail-flag[b-ofqaldzk6f] { background:#0f1018; border-radius:8px; padding:0.65rem 0.85rem; }
.rdf-header[b-ofqaldzk6f] { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.25rem; }
.rdf-factor[b-ofqaldzk6f] { font-size:0.78rem; font-weight:600; color:#e2e8f0; }
.rdf-pts[b-ofqaldzk6f] { font-size:0.68rem; font-weight:600; color:#f87171; font-family:'Consolas',monospace; }
.rdf-detail[b-ofqaldzk6f] { font-size:0.72rem; color:#64748b; margin:0; }
.all-devices-table[b-ofqaldzk6f],.session-log-table[b-ofqaldzk6f] { overflow-x:auto; }
.adevice-row[b-ofqaldzk6f] { display:grid; grid-template-columns:1fr 100px 110px 80px 110px 60px 80px 65px 80px 80px 50px; gap:0.35rem; align-items:center; padding:0.45rem 0.5rem; font-size:0.72rem; color:#94a3b8; border-bottom:1px solid #1a1b27; }
.adevice-row--header[b-ofqaldzk6f] { color:#475569; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; font-size:0.58rem; border-bottom:1px solid #1e2030; position:sticky; top:0; background:#0b0c12; }
.adevice-email[b-ofqaldzk6f] { color:#e8b32a; cursor:pointer; font-weight:600; }
.adevice-email:hover[b-ofqaldzk6f] { text-decoration:underline; }
.slog-row[b-ofqaldzk6f] { display:grid; grid-template-columns:1fr 80px 130px 90px 100px 90px 80px 60px 80px; gap:0.35rem; align-items:center; padding:0.45rem 0.5rem; font-size:0.72rem; color:#94a3b8; border-bottom:1px solid #1a1b27; }
.slog-row--header[b-ofqaldzk6f] { color:#475569; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; font-size:0.58rem; border-bottom:1px solid #1e2030; position:sticky; top:0; background:#0b0c12; }
.slog-row--active[b-ofqaldzk6f] { background:rgba(34,197,94,0.04); }
.slog-reason[b-ofqaldzk6f] { font-size:0.68rem; color:#64748b; font-style:italic; }
.gdpr-notice[b-ofqaldzk6f] { margin-top:2rem; padding:0.75rem 1rem; background:#13141c; border:1px solid #1e2030; border-radius:8px; font-size:0.68rem; color:#334155; line-height:1.5; }
@media (max-width:768px) {
    .session-page[b-ofqaldzk6f] { padding:1rem; }
    .session-stats-bar[b-ofqaldzk6f] { flex-direction:column; }
    .sstat[b-ofqaldzk6f] { border-right:none; border-bottom:1px solid #1e2030; }
    .sstat:last-child[b-ofqaldzk6f] { border-bottom:none; }
    .session-tabs[b-ofqaldzk6f] { flex-wrap:wrap; }
    .risk-filter-bar[b-ofqaldzk6f],.device-filter-bar[b-ofqaldzk6f] { flex-direction:column; }
    .session-search[b-ofqaldzk6f] { max-width:100%; }
    .risk-flag[b-ofqaldzk6f] { flex-direction:column; align-items:flex-start; }
    .risk-flag-name[b-ofqaldzk6f] { min-width:auto; }
    .device-row[b-ofqaldzk6f],.adevice-row[b-ofqaldzk6f],.slog-row[b-ofqaldzk6f],.history-row[b-ofqaldzk6f] { display:flex; flex-wrap:wrap; gap:0.25rem; }
    .device-row--header[b-ofqaldzk6f],.adevice-row--header[b-ofqaldzk6f],.slog-row--header[b-ofqaldzk6f],.history-row--header[b-ofqaldzk6f] { display:none; }
    .asi-row[b-ofqaldzk6f] { flex-direction:column; gap:0.1rem; }
    .asi-label[b-ofqaldzk6f] { width:auto; }
}
/* _content/TrackUIDS/Components/Pages/Signup.razor.rz.scp.css */
.login-page[b-c3a5pwux5m] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-back[b-c3a5pwux5m] {
    position: fixed;
    top: 1.25rem;
    left: 1.5rem;
    font-size: 0.78rem;
    color: #334155;
    text-decoration: none;
    transition: color 0.15s;
}

    .login-back:hover[b-c3a5pwux5m] { color: #94a3b8; }

.auth-card[b-c3a5pwux5m] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    width: 100%;
    max-width: 360px;
}

.auth-title[b-c3a5pwux5m] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    text-align: center;
}

.auth-subtitle[b-c3a5pwux5m] {
    color: #334155;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 1.75rem;
}

.selected-plan[b-c3a5pwux5m] {
    font-size: 0.78rem;
    color: #475569;
    text-align: center;
    margin: 0 0 1.5rem;
}

    .selected-plan strong[b-c3a5pwux5m] { font-weight: 700; }

.plan-name-free[b-c3a5pwux5m]  { color: #64748b; }
.plan-name-basic[b-c3a5pwux5m] { color: #e8b32a; }
.plan-name-pro[b-c3a5pwux5m]   { color: #22c55e; }

.plan-note[b-c3a5pwux5m] { color: #334155; font-size: 0.72rem; }

.auth-form[b-c3a5pwux5m] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.form-field[b-c3a5pwux5m] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .form-field label[b-c3a5pwux5m] { font-size: 0.72rem; color: #475569; }

    .form-field input[b-c3a5pwux5m] {
        background: #1a1b27;
        border: 1px solid #22243a;
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.875rem;
        padding: 0.6rem 0.85rem;
        outline: none;
        transition: border-color 0.15s;
        width: 100%;
        box-sizing: border-box;
    }

        .form-field input:focus[b-c3a5pwux5m] { border-color: #e8b32a; }
        .form-field input[b-c3a5pwux5m]::placeholder { color: #2d3448; }

.btn-auth[b-c3a5pwux5m] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 0.25rem;
    width: 100%;
    transition: opacity 0.15s;
}

    .btn-auth:hover[b-c3a5pwux5m] { opacity: 0.88; }

.auth-switch[b-c3a5pwux5m] {
    text-align: center;
    font-size: 0.75rem;
    color: #334155;
    margin: 1.1rem 0 0;
}

    .auth-switch a[b-c3a5pwux5m] { color: #e8b32a; text-decoration: none; }
    .auth-switch a:hover[b-c3a5pwux5m] { text-decoration: underline; }

.auth-error[b-c3a5pwux5m] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-exists[b-c3a5pwux5m] {
    background: rgba(232,179,42,0.07);
    border: 1px solid rgba(232,179,42,0.25);
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.78rem;
    padding: 0.65rem 0.85rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

    .auth-exists strong[b-c3a5pwux5m] { color: #e2e8f0; }
    .auth-exists a[b-c3a5pwux5m] { color: #e8b32a; text-decoration: none; }
    .auth-exists a:hover[b-c3a5pwux5m] { text-decoration: underline; }
/* _content/TrackUIDS/Components/Pages/Verify.razor.rz.scp.css */
.login-page[b-3vbshe2e8u] {
    min-height: 100vh;
    background: #0b0c12;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.auth-card[b-3vbshe2e8u] {
    background: #13141c;
    border: 1px solid #22243a;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    width: 100%;
    max-width: 360px;
}

.auth-title[b-3vbshe2e8u] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8b32a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
    text-align: center;
}

.auth-subtitle[b-3vbshe2e8u] {
    color: #334155;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 1.5rem;
}

.verify-info[b-3vbshe2e8u] {
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 8px;
    padding: 0.75rem;
}

    .verify-info strong[b-3vbshe2e8u] { color: #e2e8f0; }

.auth-form[b-3vbshe2e8u] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.form-field[b-3vbshe2e8u] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .form-field label[b-3vbshe2e8u] { font-size: 0.72rem; color: #475569; }

.code-input[b-3vbshe2e8u] {
    background: #1a1b27;
    border: 1px solid #22243a;
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 1.75rem;
    font-family: 'Consolas', monospace;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 0.75rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

    .code-input:focus[b-3vbshe2e8u] { border-color: #e8b32a; }
    .code-input[b-3vbshe2e8u]::placeholder { color: #2d3448; font-weight: 400; letter-spacing: 0.1em; }

.btn-auth[b-3vbshe2e8u] {
    background: #e8b32a;
    color: #0b0c12;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    margin-top: 0.25rem;
    width: 100%;
    transition: opacity 0.15s;
}

    .btn-auth:hover[b-3vbshe2e8u] { opacity: 0.88; }

.resend-form[b-3vbshe2e8u] { margin-top: 0.75rem; text-align: center; }

.btn-resend[b-3vbshe2e8u] {
    background: transparent;
    border: none;
    color: #475569;
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0.2rem;
    text-decoration: underline;
    transition: color 0.15s;
}

    .btn-resend:hover[b-3vbshe2e8u] { color: #94a3b8; }

.auth-switch[b-3vbshe2e8u] {
    text-align: center;
    font-size: 0.75rem;
    color: #334155;
    margin: 1rem 0 0;
}

    .auth-switch a[b-3vbshe2e8u] { color: #475569; text-decoration: none; }
    .auth-switch a:hover[b-3vbshe2e8u] { color: #94a3b8; }

.auth-error[b-3vbshe2e8u] {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 8px;
    color: #f87171;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}

.auth-notice[b-3vbshe2e8u] {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
}
