/* ==========================================================================
   Signup Table (signup-table) — Phase 8 Sprint 8.2
   ========================================================================== */

.signup-table {
    font-size: 0.875rem;
}

.signup-table th {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.signup-table td {
    vertical-align: middle;
}

.signup-table tbody tr:hover {
    background-color: #f9fafb;
}

/* Roles badge (e.g., "2 of 4 open") */
.signup-roles-badge {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    background: color-mix(in srgb, var(--brand-primary, #4f46e5) 10%, transparent);
    color: var(--brand-primary, #4f46e5);
    white-space: nowrap;
}

/* Filter bar */
.signup-filter-bar .form-control-sm,
.signup-filter-bar .form-select-sm {
    font-size: 0.8125rem;
}
