    .hh-admin {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        animation: fadeIn 0.5s ease-out;
        max-width: 960px;
    }

    /* ─── Tabs ─── */
    .adm-tabs {
        display: flex;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        padding: 0.375rem;
    }

    .adm-tab {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        border: none;
        border-radius: 10px;
        background: transparent;
        color: var(--hh-text-muted);
        font-size: 0.9375rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .adm-tab:hover {
        background: rgba(255, 255, 255, 0.04);
        color: var(--hh-text-primary);
    }

    .adm-tab.active {
        background: rgba(var(--hh-primary-rgb), 0.1);
        color: var(--hh-primary);
        font-weight: 600;
    }

    .adm-tab-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        height: 20px;
        padding: 0 6px;
        border-radius: 10px;
        background: var(--hh-danger);
        color: #fff;
        font-size: 0.6875rem;
        font-weight: 700;
        line-height: 1;
    }

    .adm-count {
        font-size: 0.8125rem;
        color: var(--hh-text-muted);
        font-weight: 400;
    }

    .adm-seed-tools {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .adm-maintenance-tools {
        margin-top: 0.5rem;
    }

    .adm-maintenance-result {
        margin-top: 0.6rem;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.02);
        padding: 0.65rem;
    }

    .adm-seed-status {
        font-size: 0.8125rem;
        color: var(--hh-text-muted);
    }

    /* ─── Filters ─── */
    .adm-filters {
        display: flex;
        gap: 0.75rem;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        flex-wrap: wrap;
    }

    .adm-filter-field {
        display: grid;
        gap: 0.35rem;
        min-width: min(100%, 13rem);
        color: var(--hh-text-muted);
        font-size: 0.75rem;
        font-weight: 600;
    }

    .adm-select {
        padding: 0.5rem 0.85rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        color: var(--hh-text-primary);
        font-size: 0.875rem;
        cursor: pointer;
        transition: border-color 0.2s ease;
    }

    .adm-select:hover,
    .adm-select:focus {
        border-color: rgba(var(--hh-primary-rgb), 0.4);
        outline: none;
    }

    .adm-select:focus-visible {
        outline: 2px solid var(--hh-accent);
        outline-offset: 2px;
    }

    .adm-select option {
        background: var(--hh-dark-elevated);
        color: var(--hh-text-primary);
    }

    .adm-label-inline {
        display: inline-flex;
        align-items: center;
        font-size: 0.8125rem;
        color: var(--hh-text-muted);
        font-weight: 500;
    }

    .adm-toggle-label {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        color: var(--hh-text-primary);
        font-size: 0.85rem;
    }

    .adm-checkbox {
        width: 1rem;
        height: 1rem;
    }

    .adm-rollout-wrap {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .adm-number-input {
        width: 90px;
        padding: 0.4rem 0.55rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        color: var(--hh-text-primary);
        font-size: 0.8125rem;
    }

    .adm-number-input:focus {
        outline: none;
        border-color: rgba(var(--hh-accent-rgb), 0.5);
    }

    .adm-number-input:focus-visible {
        outline: 2px solid var(--hh-accent);
        outline-offset: 2px;
    }

    .adm-insights-meta {
        padding: 0.9rem 1.5rem 0;
        font-size: 0.8rem;
        color: var(--hh-text-muted);
    }

    .adm-kpi-grid {
        padding: 1rem 1.5rem 0.5rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 0.75rem;
    }

    .adm-kpi-grid-journey {
        padding-top: 0.5rem;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .adm-kpi-card {
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.02);
        padding: 0.7rem 0.8rem;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
    }

    .adm-kpi-label {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--hh-text-muted);
    }

    .adm-kpi-value {
        font-size: 1.15rem;
        color: var(--hh-text-primary);
        font-weight: 700;
    }

    .adm-insights-grid {
        padding: 0.5rem 1.5rem 1.25rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 0.9rem;
    }

    .adm-insight-panel {
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.02);
        padding: 0.85rem;
    }

    .adm-insight-panel-wide {
        grid-column: 1 / -1;
    }

    .adm-insight-panel h3 {
        margin: 0 0 0.6rem;
        font-size: 0.9rem;
        color: var(--hh-text-primary);
    }

    .adm-funnel-row {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 0.35rem 0;
        font-size: 0.82rem;
    }

    .adm-funnel-row:last-child {
        border-bottom: none;
    }

    .adm-mini-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.8rem;
    }

    .adm-mini-table th {
        text-align: left;
        font-size: 0.68rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--hh-text-muted);
        padding-bottom: 0.35rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .adm-mini-table td {
        padding: 0.35rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }

    .adm-mini-table tr:last-child td {
        border-bottom: none;
    }

    .adm-empty-inline {
        margin: 0.3rem 0 0;
        color: var(--hh-text-muted);
        font-size: 0.82rem;
    }

    .adm-ui-experiment-card {
        margin-top: 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.015);
        overflow: hidden;
    }

    .adm-ui-experiment-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.75rem 0.85rem 0.55rem;
    }

    .adm-ui-experiment-head strong {
        color: var(--hh-text-primary);
        font-size: 0.86rem;
    }

    .adm-ui-experiment-head p {
        margin: 0.18rem 0 0;
        color: var(--hh-text-muted);
        font-size: 0.76rem;
    }

    .adm-ui-experiment-controls {
        padding: 0.65rem 0.85rem;
    }

    .adm-ui-experiment-audit-actions {
        margin-bottom: 0.5rem;
    }

    .adm-ui-notes-wrap {
        flex: 1;
        min-width: 220px;
    }

    .adm-ui-notes-input {
        min-width: 220px;
    }

    /* ─── Search ─── */
    .adm-search-wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
        min-width: 250px;
    }

    .adm-search-icon {
        color: var(--hh-text-muted);
        flex-shrink: 0;
    }

    .adm-search {
        flex: 1;
        padding: 0.5rem 0.85rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        color: var(--hh-text-primary);
        font-size: 0.875rem;
        transition: border-color 0.2s ease;
    }

    .adm-search:focus {
        border-color: rgba(var(--hh-primary-rgb), 0.4);
        outline: none;
    }

    .adm-search:focus-visible {
        outline: 2px solid var(--hh-accent);
        outline-offset: 2px;
    }

    .adm-search::placeholder {
        color: var(--hh-text-muted);
    }

    .adm-search-btn {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 8px;
        background: var(--hh-gradient-primary);
        color: #fff;
        font-size: 0.8125rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
        white-space: nowrap;
    }

    .adm-search-btn:hover {
        transform: translateY(-1px);
        box-shadow: var(--hh-shadow-md);
    }

    /* ─── Table ─── */
    .adm-table-wrap {
        overflow-x: auto;
    }

    .adm-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.875rem;
    }

    .adm-table thead {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .adm-table th {
        padding: 0.5rem 0.75rem;
        text-align: left;
        font-weight: 600;
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--hh-text-muted);
        white-space: nowrap;
    }

    .adm-table td {
        padding: 0.5rem 0.75rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        color: var(--hh-text-primary);
        vertical-align: middle;
    }

    .adm-row {
        transition: background 0.2s ease;
    }

    .adm-row:hover {
        background: rgba(255, 255, 255, 0.02);
    }

    .adm-cell-user {
        font-weight: 500;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .adm-cell-email {
        font-family: monospace;
        font-size: 0.78rem;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .adm-cell-date {
        color: var(--hh-text-muted);
        font-size: 0.8125rem;
        white-space: nowrap;
    }

    .adm-cell-actions {
        display: flex;
        gap: 0.5rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .adm-report-profile-state {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.72rem;
        font-weight: 400;
    }

    .adm-report-details {
        max-width: 22rem;
        margin: 0.4rem 0 0;
        color: var(--hh-text-muted);
        line-height: 1.4;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .adm-report-refreshing,
    .adm-report-row-feedback,
    .adm-report-row-feedback__actions {
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }

    .adm-report-refreshing {
        padding: 0.75rem 1.5rem;
        color: var(--hh-text-muted);
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .adm-report-row-feedback {
        flex: 1 0 100%;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0.25rem;
    }

    .adm-report-row-feedback .hh-action-status {
        margin: 0;
    }

    .adm-report-row-feedback__actions {
        flex-wrap: wrap;
    }

    .adm-report-row-feedback__actions .btn-primary,
    .adm-report-row-feedback__actions .btn-secondary {
        min-height: 2.25rem;
        padding: 0.4rem 0.75rem;
        font-size: 0.75rem;
    }

    .adm-cell-muted {
        color: var(--hh-text-muted);
    }

    .adm-cell-avatar {
        width: 36px;
        padding-right: 0 !important;
    }

    .adm-avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(255, 255, 255, 0.08);
    }

    .adm-avatar-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        color: var(--hh-text-muted);
    }

    .adm-detail-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(var(--hh-secondary-rgb), 0.3);
    }

    /* ─── Photo Gallery ─── */
    .adm-detail-gallery {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .adm-gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .adm-gallery-item {
        position: relative;
        aspect-ratio: 1;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .adm-gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .adm-gallery-badge {
        position: absolute;
        bottom: 4px;
        left: 4px;
        font-size: 0.6rem;
        padding: 0.1rem 0.4rem;
        border-radius: 4px;
        background: rgba(var(--hh-secondary-rgb), 0.8);
        color: white;
        font-weight: 600;
    }

    /* ─── Badges ─── */
    .adm-badge {
        display: inline-flex;
        align-items: center;
        padding: 0.2rem 0.6rem;
        border-radius: 6px;
        font-size: 0.75rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .adm-badge.reason {
        background: rgba(var(--hh-secondary-rgb), 0.15);
        color: var(--hh-primary-dark);
        border: 1px solid rgba(var(--hh-secondary-rgb), 0.25);
    }

    .adm-badge.context {
        background: rgba(var(--hh-accent-rgb), 0.1);
        color: var(--hh-accent);
        border: 1px solid rgba(var(--hh-accent-rgb), 0.2);
    }

    .adm-badge.role {
        background: rgba(var(--hh-primary-rgb), 0.12);
        color: var(--hh-primary);
        border: 1px solid rgba(var(--hh-primary-rgb), 0.2);
    }

    .adm-badge.status-pending {
        background: rgba(var(--hh-warning-rgb), 0.12);
        color: var(--hh-warning);
        border: 1px solid rgba(var(--hh-warning-rgb), 0.25);
    }

    .adm-badge.status-reviewed {
        background: rgba(var(--hh-accent-rgb), 0.12);
        color: var(--hh-accent);
        border: 1px solid rgba(var(--hh-accent-rgb), 0.25);
    }

    .adm-badge.status-actiontaken {
        background: rgba(var(--hh-danger-rgb), 0.12);
        color: var(--hh-danger);
        border: 1px solid rgba(var(--hh-danger-rgb), 0.25);
    }

    .adm-badge.status-dismissed {
        background: rgba(255, 255, 255, 0.06);
        color: var(--hh-text-muted);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .adm-badge.status-active {
        background: rgba(var(--hh-success-rgb), 0.12);
        color: var(--hh-success);
        border: 1px solid rgba(var(--hh-success-rgb), 0.2);
    }

    .adm-badge.status-suspended {
        background: rgba(var(--hh-danger-rgb), 0.12);
        color: var(--hh-danger);
        border: 1px solid rgba(var(--hh-danger-rgb), 0.25);
    }

    .adm-badge.status-incomplete {
        background: rgba(var(--hh-warning-rgb), 0.12);
        color: var(--hh-warning);
        border: 1px solid rgba(var(--hh-warning-rgb), 0.25);
    }

    /* ─── Action Buttons ─── */
    .adm-action-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: transparent;
        color: var(--hh-text-primary);
        font-size: 0.75rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    .adm-action-btn:hover {
        transform: translateY(-1px);
    }

    .adm-action-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

    .adm-action-btn.action {
        border-color: rgba(var(--hh-danger-rgb), 0.3);
        color: var(--hh-danger);
    }

    .adm-action-btn.action:hover {
        background: rgba(var(--hh-danger-rgb), 0.1);
        border-color: rgba(var(--hh-danger-rgb), 0.5);
    }

    .adm-action-btn.dismiss {
        border-color: rgba(255, 255, 255, 0.1);
        color: var(--hh-text-muted);
    }

    .adm-action-btn.dismiss:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .adm-action-btn.suspend {
        border-color: rgba(var(--hh-danger-rgb), 0.3);
        color: var(--hh-danger);
    }

    .adm-action-btn.suspend:hover {
        background: rgba(var(--hh-danger-rgb), 0.1);
    }

    .adm-action-btn.reactivate {
        border-color: rgba(var(--hh-success-rgb), 0.3);
        color: var(--hh-success);
    }

    .adm-action-btn.reactivate:hover {
        background: rgba(var(--hh-success-rgb), 0.1);
    }

    .adm-action-btn.profile {
        border-color: rgba(var(--hh-secondary-rgb), 0.3);
        color: var(--hh-secondary-light);
    }

    .adm-action-btn.profile:hover {
        background: rgba(var(--hh-secondary-rgb), 0.1);
    }

    .adm-action-btn.load-seeds {
        border-color: rgba(var(--hh-success-rgb), 0.3);
        color: var(--hh-success);
    }

    .adm-action-btn.load-seeds:hover {
        background: rgba(var(--hh-success-rgb), 0.1);
    }

    .adm-action-btn.drop-seeds {
        border-color: rgba(var(--hh-danger-rgb), 0.3);
        color: var(--hh-danger);
    }

    .adm-action-btn.drop-seeds:hover {
        background: rgba(var(--hh-danger-rgb), 0.1);
    }

    .adm-action-btn.deck-refresh {
        border-color: rgba(var(--hh-primary-rgb), 0.25);
        color: var(--hh-primary);
    }

    .adm-action-btn.deck-refresh:hover:not(:disabled) {
        background: rgba(var(--hh-primary-rgb), 0.1);
    }

    .adm-action-btn.deck-recreate {
        border-color: rgba(var(--hh-warning-rgb), 0.3);
        color: var(--hh-warning);
    }

    .adm-action-btn.deck-recreate:hover:not(:disabled) {
        background: rgba(var(--hh-warning-rgb), 0.1);
    }

    dialog.hh-native-dialog.adm-moderation-dialog {
        width: min(32rem, calc(100vw - 2rem));
    }

    .adm-moderation-dialog .hh-native-dialog-content {
        display: grid;
        gap: 1rem;
    }

    .adm-moderation-dialog h3,
    .adm-moderation-dialog p {
        margin: 0;
    }

    .adm-moderation-dialog__actions {
        margin-top: 0.25rem;
    }

    /* ─── Profile Detail Dialog ─── */
    dialog.hh-native-dialog.adm-detail-panel {
        position: fixed;
        inset: 0;
        margin: auto;
        width: min(500px, 92vw);
        max-width: none;
        max-height: 80dvh;
        overflow-y: auto;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    dialog.hh-native-dialog.adm-detail-panel::backdrop {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .adm-detail-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .adm-detail-header h2 {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
    }

    .adm-detail-close {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 0.4rem;
        cursor: pointer;
        color: var(--hh-text-muted);
        transition: all 0.2s;
    }

    .adm-detail-close:hover {
        background: rgba(255, 255, 255, 0.06);
        color: var(--hh-text-primary);
    }

    .adm-detail-close:focus-visible {
        outline: 3px solid var(--hh-primary);
        outline-offset: 2px;
    }

    .adm-detail-body {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .adm-detail-row {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .adm-detail-label {
        min-width: 120px;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--hh-text-muted);
        font-weight: 500;
    }

    .adm-detail-value {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-size: 0.9rem;
        color: var(--hh-text-primary);
    }

    .adm-detail-value.mono {
        font-family: 'JetBrains Mono', monospace;
        font-size: 0.8rem;
        word-break: break-all;
    }

    .adm-detail-section {
        margin-top: 0.25rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .adm-deck-section {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .adm-deck-debug-section {
        margin-top: 0;
        padding-top: 0.75rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .adm-deck-debug-grid {
        padding: 0;
        gap: 0.6rem;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .adm-deck-debug-reasons-table {
        margin-top: 0.6rem;
    }

    .adm-deck-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .adm-deck-header-copy {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        min-width: 0;
    }

    .adm-deck-status {
        margin: 0;
        font-size: 0.8rem;
        color: var(--hh-text-muted);
    }

    .adm-deck-actions {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .adm-deck-summary-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 0.5rem;
    }

    .adm-deck-summary-item {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.55rem 0.65rem;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        background: rgba(255, 255, 255, 0.02);
    }

    .adm-deck-summary-item span {
        font-size: 0.72rem;
        color: var(--hh-text-muted);
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .adm-deck-summary-item strong {
        font-size: 0.86rem;
        color: var(--hh-text-primary);
        word-break: break-word;
    }

    .adm-deck-cards {
        display: grid;
        gap: 0.6rem;
    }

    .adm-deck-card {
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.02);
        padding: 0.7rem;
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
    }

    .adm-deck-card.is-swiped {
        opacity: 0.85;
        border-color: rgba(255, 255, 255, 0.12);
    }

    .adm-deck-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .adm-deck-card-badges {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        flex-wrap: wrap;
    }

    .adm-deck-pos {
        font-family: 'JetBrains Mono', monospace;
        font-size: 0.75rem;
        color: var(--hh-text-muted);
        padding: 0.1rem 0.35rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.09);
    }

    .adm-badge.deck-cardtype {
        background: rgba(var(--hh-secondary-rgb), 0.12);
        color: var(--hh-secondary-light);
        border: 1px solid rgba(var(--hh-secondary-rgb), 0.22);
    }

    .adm-badge.deck-swiped {
        background: rgba(var(--hh-success-rgb), 0.12);
        color: var(--hh-success);
        border: 1px solid rgba(var(--hh-success-rgb), 0.2);
    }

    .adm-badge.deck-pending {
        background: rgba(var(--hh-warning-rgb), 0.12);
        color: var(--hh-warning);
        border: 1px solid rgba(var(--hh-warning-rgb), 0.2);
    }

    .adm-badge.deck-flag {
        background: rgba(var(--hh-primary-rgb), 0.12);
        color: var(--hh-primary);
        border: 1px solid rgba(var(--hh-primary-rgb), 0.2);
    }

    .adm-badge.status-unknown {
        background: rgba(255, 255, 255, 0.06);
        color: var(--hh-text-muted);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .adm-deck-score {
        font-weight: 700;
        font-size: 0.82rem;
        color: var(--hh-primary);
    }

    .adm-deck-candidate-line {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .adm-deck-candidate-line strong {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .adm-deck-candidate-meta {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        flex-wrap: wrap;
    }

    .adm-deck-card-id,
    .adm-deck-candidate-id {
        font-size: 0.72rem;
        color: var(--hh-text-muted);
        word-break: break-all;
    }

    .adm-deck-reasons {
        display: flex;
        flex-wrap: wrap;
        gap: 0.3rem;
    }

    .adm-deck-explanation {
        margin: 0;
        font-size: 0.8rem;
        line-height: 1.35;
        color: var(--hh-text-secondary);
    }

    .adm-badge.role {
        background: rgba(var(--hh-secondary-rgb), 0.15);
        color: var(--hh-secondary-light);
        border: 1px solid rgba(var(--hh-secondary-rgb), 0.25);
        padding: 0.15rem 0.5rem;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    /* ─── Pagination ─── */
    .adm-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 1rem 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
    }

    .adm-page-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: transparent;
        color: var(--hh-text-primary);
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .adm-page-btn:hover:not(:disabled) {
        background: rgba(var(--hh-primary-rgb), 0.1);
        border-color: rgba(var(--hh-primary-rgb), 0.3);
    }

    .adm-page-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .adm-page-info {
        font-size: 0.8125rem;
        color: var(--hh-text-muted);
    }

    /* ─── Empty State ─── */
    .adm-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        padding: 3rem 1.5rem;
    }

    .adm-empty p {
        color: var(--hh-text-muted);
        font-size: 0.9375rem;
    }

    /* ─── Responsive ─── */
    @media (max-width: 768px) {
        .adm-table th:nth-child(4),
        .adm-table td:nth-child(4) {
            display: none;
        }

        .adm-table th:nth-child(5),
        .adm-table td:nth-child(5) {
            display: none;
        }

        .adm-filters {
            flex-direction: column;
        }

        .adm-filter-field,
        .adm-filter-field .adm-select {
            width: 100%;
        }

        .adm-report-table,
        .adm-report-table tbody,
        .adm-report-table tr,
        .adm-report-table td {
            display: block;
            width: 100%;
        }

        .adm-report-table thead {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .adm-report-table tr {
            padding: 0.75rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .adm-report-table td,
        .adm-report-table td:nth-child(4),
        .adm-report-table td:nth-child(5) {
            display: grid;
            grid-template-columns: minmax(7rem, 36%) minmax(0, 1fr);
            gap: 0.75rem;
            align-items: start;
            max-width: none;
            padding: 0.45rem 0;
            border: 0;
            white-space: normal;
        }

        .adm-report-table td::before {
            content: attr(data-label);
            color: var(--hh-text-muted);
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .adm-report-table .adm-cell-actions {
            display: flex;
            align-items: stretch;
        }

        .adm-report-table .adm-cell-actions::before {
            flex: 1 0 100%;
        }

        .adm-report-table .adm-action-btn {
            min-height: 2.5rem;
            justify-content: center;
            white-space: normal;
        }

        .adm-search-wrap {
            width: 100%;
        }

        .adm-detail-row {
            align-items: flex-start;
            flex-direction: column;
            gap: 0.35rem;
        }

        .adm-detail-label {
            min-width: 0;
        }

        .adm-deck-actions {
            width: 100%;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .hh-admin,
        .adm-row,
        .adm-action-btn,
        .adm-page-btn,
        .adm-tab,
        .adm-select {
            animation: none !important;
            scroll-behavior: auto;
            transition: none !important;
        }
    }

    @media (forced-colors: active) {
        .adm-tab,
        .adm-select,
        .adm-action-btn,
        .adm-page-btn,
        .adm-badge,
        .adm-report-table tr {
            border: 1px solid CanvasText;
            forced-color-adjust: auto;
        }

        .adm-tab.active,
        .adm-action-btn:focus-visible,
        .adm-page-btn:focus-visible,
        .adm-select:focus-visible {
            outline: 2px solid Highlight;
            outline-offset: 2px;
        }
    }
