@import '_content/AtMyVenue.Shared/AtMyVenue.Shared.uv3mp1fi03.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-av07as30g6],
.components-reconnect-repeated-attempt-visible[b-av07as30g6],
.components-reconnect-failed-visible[b-av07as30g6],
.components-pause-visible[b-av07as30g6],
.components-resume-failed-visible[b-av07as30g6],
.components-rejoining-animation[b-av07as30g6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-av07as30g6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-av07as30g6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-av07as30g6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-av07as30g6],
#components-reconnect-modal.components-reconnect-retrying[b-av07as30g6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-av07as30g6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-av07as30g6],
#components-reconnect-modal.components-reconnect-failed[b-av07as30g6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-av07as30g6] {
    display: block;
}


#components-reconnect-modal[b-av07as30g6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-av07as30g6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-av07as30g6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-av07as30g6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-av07as30g6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-av07as30g6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-av07as30g6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-av07as30g6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-av07as30g6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-av07as30g6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-av07as30g6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-av07as30g6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-av07as30g6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-av07as30g6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-av07as30g6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-av07as30g6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-av07as30g6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-av07as30g6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-av07as30g6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CheckInWeb.razor.rz.scp.css */
.checkin-web-page[b-0b5w6f28uz] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding-bottom: 2rem;
}

/* Header */
.checkin-header[b-0b5w6f28uz] {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e5e7eb;
    padding: 2rem 0;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.header-content[b-0b5w6f28uz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.btn-back[b-0b5w6f28uz] {
    background: none;
    border: none;
    color: #6366f1;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-back:hover[b-0b5w6f28uz] {
    color: #4f46e5;
    text-decoration: underline;
}

.event-info h1[b-0b5w6f28uz] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.event-meta[b-0b5w6f28uz] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.meta-item[b-0b5w6f28uz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.95rem;
}

.meta-item i[b-0b5w6f28uz] {
    color: #6366f1;
}

.header-stats[b-0b5w6f28uz] {
    display: flex;
    gap: 1rem;
}

.stat-card[b-0b5w6f28uz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.stat-value[b-0b5w6f28uz] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label[b-0b5w6f28uz] {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Content Layout */
.checkin-content[b-0b5w6f28uz] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}

/* Cards */
.card[b-0b5w6f28uz] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.card-header[b-0b5w6f28uz] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2[b-0b5w6f28uz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-header i[b-0b5w6f28uz] {
    color: #6366f1;
}

.card-body[b-0b5w6f28uz] {
    padding: 1.5rem;
}

/* Scanner Card */
.scanner-card[b-0b5w6f28uz] {
    position: sticky;
    top: 2rem;
}

.scanner-input-group[b-0b5w6f28uz] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.scanner-input[b-0b5w6f28uz] {
    flex: 1;
    font-size: 1.1rem;
    padding: 0.875rem;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
}

.scanner-input:focus[b-0b5w6f28uz] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.scanner-help[b-0b5w6f28uz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.scanner-help i[b-0b5w6f28uz] {
    color: #6366f1;
}

/* Alert Messages */
.alert[b-0b5w6f28uz] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    animation: slideDown-b-0b5w6f28uz 0.3s ease-out;
}

.alert-success[b-0b5w6f28uz] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.alert-error[b-0b5w6f28uz] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@keyframes slideDown-b-0b5w6f28uz {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ticket Preview */
.ticket-preview[b-0b5w6f28uz] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 2px solid #6366f1;
}

.ticket-preview h3[b-0b5w6f28uz] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.info-grid[b-0b5w6f28uz] {
    display: grid;
    gap: 0.75rem;
}

.info-item[b-0b5w6f28uz] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0.5rem;
}

.info-item .label[b-0b5w6f28uz] {
    font-weight: 600;
    color: #6b7280;
}

.info-item .value[b-0b5w6f28uz] {
    color: #1f2937;
}

/* Recent Check-ins */
.recent-list[b-0b5w6f28uz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recent-item[b-0b5w6f28uz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: #f9fafb;
    border-radius: 8px;
    transition: background 0.2s;
}

.recent-item:hover[b-0b5w6f28uz] {
    background: #f3f4f6;
}

.recent-icon[b-0b5w6f28uz] {
    width: 40px;
    height: 40px;
    background: #d1fae5;
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.recent-details[b-0b5w6f28uz] {
    flex: 1;
}

.recent-name[b-0b5w6f28uz] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.recent-meta[b-0b5w6f28uz] {
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    gap: 0.5rem;
}

.recent-time[b-0b5w6f28uz] {
    font-size: 0.875rem;
    color: #6b7280;
    white-space: nowrap;
}

/* Statistics */
.stats-grid[b-0b5w6f28uz] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-item[b-0b5w6f28uz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.stat-icon[b-0b5w6f28uz] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.stat-icon.green[b-0b5w6f28uz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.stat-icon.blue[b-0b5w6f28uz] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.stat-icon.orange[b-0b5w6f28uz] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.stat-icon.red[b-0b5w6f28uz] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.stat-info[b-0b5w6f28uz] {
    flex: 1;
}

.stat-number[b-0b5w6f28uz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-text[b-0b5w6f28uz] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Ticket Type Breakdown */
.ticket-types-breakdown[b-0b5w6f28uz] {
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.ticket-types-breakdown h3[b-0b5w6f28uz] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
}

.breakdown-item[b-0b5w6f28uz] {
    margin-bottom: 1rem;
}

.breakdown-header[b-0b5w6f28uz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.breakdown-name[b-0b5w6f28uz] {
    font-weight: 600;
    color: #1f2937;
}

.breakdown-count[b-0b5w6f28uz] {
    font-size: 0.875rem;
    color: #6b7280;
}

.breakdown-bar[b-0b5w6f28uz] {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.breakdown-progress[b-0b5w6f28uz] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

/* Tickets Filter and Table */
.tickets-filter[b-0b5w6f28uz] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tickets-filter input[b-0b5w6f28uz] {
    flex: 1;
}

.tickets-filter select[b-0b5w6f28uz] {
    width: 200px;
}

.tickets-table-container[b-0b5w6f28uz] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.data-table[b-0b5w6f28uz] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-0b5w6f28uz] {
    background: #f9fafb;
}

.data-table th[b-0b5w6f28uz] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5e7eb;
}

.data-table td[b-0b5w6f28uz] {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
    color: #1f2937;
}

.data-table tbody tr:hover[b-0b5w6f28uz] {
    background: #f9fafb;
}

.data-table tbody tr.checked-in-row[b-0b5w6f28uz] {
    background: #f0fdf4;
}

.data-table code[b-0b5w6f28uz] {
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

.table-footer[b-0b5w6f28uz] {
    padding: 1rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
    border-top: 1px solid #e5e7eb;
}

/* Badges */
.badge[b-0b5w6f28uz] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.badge-active[b-0b5w6f28uz] {
    background: #dbeafe;
    color: #1e40af;
}

.badge-used[b-0b5w6f28uz] {
    background: #d1fae5;
    color: #065f46;
}

.badge-cancelled[b-0b5w6f28uz] {
    background: #fed7aa;
    color: #92400e;
}

.badge-refunded[b-0b5w6f28uz] {
    background: #fee2e2;
    color: #991b1b;
}

/* Buttons */
.btn-sm[b-0b5w6f28uz] {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
}

.btn-secondary[b-0b5w6f28uz] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-0b5w6f28uz] {
    background: #4b5563;
}

.button-group[b-0b5w6f28uz] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.btn-seating-chart[b-0b5w6f28uz] {
    background: #10b981;
    border: none;
    color: white;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

.btn-seating-chart:hover[b-0b5w6f28uz] {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.3);
}

.btn-seating-chart i[b-0b5w6f28uz] {
    font-size: 1rem;
}

/* Utility Classes */
.text-center[b-0b5w6f28uz] {
    text-align: center;
}

.text-muted[b-0b5w6f28uz] {
    color: #6b7280;
}

.text-success[b-0b5w6f28uz] {
    color: #059669;
}

.small[b-0b5w6f28uz] {
    font-size: 0.875rem;
}

/* Loading and Error States */
.loading-state[b-0b5w6f28uz],
.error-state[b-0b5w6f28uz],
.empty-state[b-0b5w6f28uz],
.auth-required[b-0b5w6f28uz] {
    text-align: center;
    padding: 3rem 2rem;
}

.spinner[b-0b5w6f28uz] {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top-color: #6366f1;
    border-radius: 50%;
    animation: spin-b-0b5w6f28uz 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-0b5w6f28uz {
    to {
        transform: rotate(360deg);
    }
}

.auth-icon[b-0b5w6f28uz] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-state h2[b-0b5w6f28uz],
.auth-required h2[b-0b5w6f28uz] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
}

.empty-state[b-0b5w6f28uz] {
    padding: 2rem;
}

.empty-state i[b-0b5w6f28uz] {
    font-size: 3rem;
    color: #d1d5db;
    margin-bottom: 1rem;
    display: block;
}

.empty-state p[b-0b5w6f28uz] {
    color: #6b7280;
}

/* Responsive */
@media (max-width: 1024px) {
    .checkin-content[b-0b5w6f28uz] {
        grid-template-columns: 1fr;
    }

    .scanner-card[b-0b5w6f28uz] {
        position: static;
    }

    .header-content[b-0b5w6f28uz] {
        flex-direction: column;
    }

    .header-stats[b-0b5w6f28uz] {
        width: 100%;
        justify-content: space-between;
    }

    .stats-grid[b-0b5w6f28uz] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .checkin-header[b-0b5w6f28uz] {
        padding: 1.5rem 0;
    }

    .event-info h1[b-0b5w6f28uz] {
        font-size: 1.5rem;
    }

    .header-stats[b-0b5w6f28uz] {
        flex-direction: column;
    }

    .stat-card[b-0b5w6f28uz] {
        min-width: 100%;
    }

    .scanner-input-group[b-0b5w6f28uz] {
        flex-direction: column;
    }

    .tickets-filter[b-0b5w6f28uz] {
        flex-direction: column;
    }

    .tickets-filter select[b-0b5w6f28uz] {
        width: 100%;
    }

    .data-table[b-0b5w6f28uz] {
        font-size: 0.875rem;
    }

    .data-table th[b-0b5w6f28uz],
    .data-table td[b-0b5w6f28uz] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/EventStaffManagement.razor.rz.scp.css */
/* Staff Management Page */
.staff-management-page[b-c2lrqn734z] {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 2rem 0;
}

.staff-management-page .container[b-c2lrqn734z] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Page Header */
.page-header[b-c2lrqn734z] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.page-header h1[b-c2lrqn734z] {
    color: #2d3748;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h1 i[b-c2lrqn734z] {
    color: #667eea;
}

.event-name[b-c2lrqn734z] {
    color: #718096;
    font-size: 1.125rem;
    margin: 0;
}

.btn-back[b-c2lrqn734z] {
    background: none;
    border: none;
    color: #667eea;
    font-size: 0.875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.btn-back:hover[b-c2lrqn734z] {
    color: #764ba2;
    gap: 0.75rem;
}

/* Staff Card */
.staff-card[b-c2lrqn734z] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.card-header[b-c2lrqn734z] {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.card-header h2[b-c2lrqn734z] {
    color: #2d3748;
    font-size: 1.25rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-header h2 i[b-c2lrqn734z] {
    color: #667eea;
}

.card-body[b-c2lrqn734z] {
    padding: 0;
}

/* Alert */
.alert[b-c2lrqn734z] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.alert-success[b-c2lrqn734z] {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #86efac;
}

.alert-error[b-c2lrqn734z] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert i[b-c2lrqn734z] {
    font-size: 1.25rem;
}

.alert-close[b-c2lrqn734z] {
    margin-left: auto;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.alert-close:hover[b-c2lrqn734z] {
    opacity: 1;
}

/* Data Table */
.staff-table-container[b-c2lrqn734z] {
    overflow-x: auto;
}

.data-table[b-c2lrqn734z] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-c2lrqn734z] {
    background: #f7fafc;
}

.data-table th[b-c2lrqn734z] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 600;
    color: #4a5568;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.data-table th i[b-c2lrqn734z] {
    margin-right: 0.5rem;
    color: #667eea;
}

.data-table tbody tr[b-c2lrqn734z] {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s;
}

.data-table tbody tr:hover[b-c2lrqn734z] {
    background: #f7fafc;
}

.data-table tbody tr.inactive[b-c2lrqn734z] {
    opacity: 0.6;
}

.data-table td[b-c2lrqn734z] {
    padding: 1.25rem 1.5rem;
    color: #4a5568;
}

.staff-name[b-c2lrqn734z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #2d3748;
}

/* Badges */
.badge[b-c2lrqn734z] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-warning[b-c2lrqn734z] {
    background: #fef3c7;
    color: #92400e;
}

.role-badge[b-c2lrqn734z] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.875rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

.role-checkinonly[b-c2lrqn734z] {
    background: #dbeafe;
    color: #1e40af;
}

.role-checkinwithstats[b-c2lrqn734z] {
    background: #fef3c7;
    color: #92400e;
}

.role-eventmanager[b-c2lrqn734z] {
    background: #f0fdf4;
    color: #166534;
}

.status-badge[b-c2lrqn734z] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge i[b-c2lrqn734z] {
    font-size: 0.5rem;
}

.status-active[b-c2lrqn734z] {
    color: #22c55e;
}

.status-inactive[b-c2lrqn734z] {
    color: #94a3b8;
}

/* Action Buttons */
.action-buttons[b-c2lrqn734z] {
    display: flex;
    gap: 0.5rem;
}

.btn-sm[b-c2lrqn734z] {
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.btn-primary[b-c2lrqn734z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover:not(:disabled)[b-c2lrqn734z] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-c2lrqn734z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-c2lrqn734z] {
    background: #e2e8f0;
    color: #4a5568;
}

.btn-secondary:hover[b-c2lrqn734z] {
    background: #cbd5e0;
}

.btn-success[b-c2lrqn734z] {
    background: #22c55e;
    color: white;
}

.btn-success:hover[b-c2lrqn734z] {
    background: #16a34a;
}

.btn-warning[b-c2lrqn734z] {
    background: #f59e0b;
    color: white;
}

.btn-warning:hover[b-c2lrqn734z] {
    background: #d97706;
}

.btn-danger[b-c2lrqn734z] {
    background: #ef4444;
    color: white;
}

.btn-danger:hover[b-c2lrqn734z] {
    background: #dc2626;
}

/* Empty State */
.empty-state[b-c2lrqn734z] {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
}

.empty-state i[b-c2lrqn734z] {
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.empty-state p[b-c2lrqn734z] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

/* Info Card */
.info-card[b-c2lrqn734z] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.info-card h3[b-c2lrqn734z] {
    color: #2d3748;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-card h3 i[b-c2lrqn734z] {
    color: #667eea;
}

.role-descriptions[b-c2lrqn734z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.role-item[b-c2lrqn734z] {
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.role-header[b-c2lrqn734z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #2d3748;
}

.role-header i[b-c2lrqn734z] {
    color: #667eea;
    font-size: 1.25rem;
}

.role-item p[b-c2lrqn734z] {
    color: #718096;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Modal */
.modal-overlay[b-c2lrqn734z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-c2lrqn734z] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}

.modal-content.modal-sm[b-c2lrqn734z] {
    max-width: 400px;
}

.modal-header[b-c2lrqn734z] {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h2[b-c2lrqn734z] {
    color: #2d3748;
    font-size: 1.25rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.modal-header h2 i[b-c2lrqn734z] {
    color: #667eea;
}

.modal-close[b-c2lrqn734z] {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0.5rem;
    transition: color 0.2s;
}

.modal-close:hover[b-c2lrqn734z] {
    color: #64748b;
}

.modal-body[b-c2lrqn734z] {
    padding: 2rem;
}

.modal-footer[b-c2lrqn734z] {
    padding: 1.5rem 2rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

/* Form Controls */
.form-group[b-c2lrqn734z] {
    margin-bottom: 1.5rem;
}

.form-row[b-c2lrqn734z] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-group label[b-c2lrqn734z] {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-control[b-c2lrqn734z] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-c2lrqn734z] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-c2lrqn734z] {
    background: #f7fafc;
    cursor: not-allowed;
}

.text-muted[b-c2lrqn734z] {
    color: #94a3b8;
    font-size: 0.875rem;
}

/* Loading & Auth States */
.auth-required[b-c2lrqn734z],
.loading-state[b-c2lrqn734z],
.error-state[b-c2lrqn734z] {
    background: white;
    border-radius: 16px;
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 4rem auto;
}

.auth-icon[b-c2lrqn734z] {
    color: #667eea;
    margin-bottom: 1.5rem;
}

.auth-required h2[b-c2lrqn734z],
.error-state h2[b-c2lrqn734z] {
    color: #2d3748;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.auth-required p[b-c2lrqn734z] {
    color: #718096;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.spinner[b-c2lrqn734z] {
    border: 4px solid #e2e8f0;
    border-radius: 50%;
    border-top: 4px solid #667eea;
    width: 50px;
    height: 50px;
    animation: spin-b-c2lrqn734z 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-c2lrqn734z {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .page-header[b-c2lrqn734z] {
        flex-direction: column;
        align-items: stretch;
    }

    .staff-table-container[b-c2lrqn734z] {
        font-size: 0.875rem;
    }

    .data-table th[b-c2lrqn734z],
    .data-table td[b-c2lrqn734z] {
        padding: 0.75rem 1rem;
    }

    .role-descriptions[b-c2lrqn734z] {
        grid-template-columns: 1fr;
    }

    .form-row[b-c2lrqn734z] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-c2lrqn734z] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/StaffActivate.razor.rz.scp.css */
/* Staff Activate Page */
.staff-activate-page[b-k1p9725xa3] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.activate-container[b-k1p9725xa3] {
    max-width: 600px;
    width: 100%;
}

.activate-card[b-k1p9725xa3] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 3rem;
}

.activate-header[b-k1p9725xa3] {
    text-align: center;
    margin-bottom: 2rem;
}

.icon-circle[b-k1p9725xa3] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.activate-header h1[b-k1p9725xa3] {
    color: #2d3748;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.activate-header p[b-k1p9725xa3] {
    color: #718096;
    font-size: 1rem;
}

/* Info Box */
.info-box[b-k1p9725xa3] {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
}

.info-box i[b-k1p9725xa3] {
    color: #3b82f6;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.info-box strong[b-k1p9725xa3] {
    color: #1e40af;
    display: block;
    margin-bottom: 0.25rem;
}

.info-box p[b-k1p9725xa3] {
    color: #1e40af;
    margin: 0;
    font-size: 0.875rem;
}

/* Alert Messages */
.alert[b-k1p9725xa3] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.alert-error[b-k1p9725xa3] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert i[b-k1p9725xa3] {
    font-size: 1.125rem;
}

/* Form Elements */
.activate-form[b-k1p9725xa3] {
    margin-bottom: 1.5rem;
}

.form-group[b-k1p9725xa3] {
    margin-bottom: 1.5rem;
}

.form-group label[b-k1p9725xa3] {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-group label i[b-k1p9725xa3] {
    color: #667eea;
    margin-right: 0.5rem;
}

.form-control[b-k1p9725xa3] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-k1p9725xa3] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-k1p9725xa3] {
    background: #f7fafc;
    cursor: not-allowed;
}

/* Password Input */
.password-input[b-k1p9725xa3] {
    position: relative;
}

.password-input .form-control[b-k1p9725xa3] {
    padding-right: 3rem;
}

.toggle-password[b-k1p9725xa3] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.2s;
}

.toggle-password:hover[b-k1p9725xa3] {
    color: #667eea;
}

/* Password Validation */
.form-control.password-weak[b-k1p9725xa3] {
    border-color: #ef4444;
}

.form-control.password-medium[b-k1p9725xa3] {
    border-color: #f59e0b;
}

.form-control.password-strong[b-k1p9725xa3] {
    border-color: #22c55e;
}

.form-control.password-match[b-k1p9725xa3] {
    border-color: #22c55e;
}

.form-control.password-mismatch[b-k1p9725xa3] {
    border-color: #ef4444;
}

.form-text[b-k1p9725xa3] {
    display: block;
    margin-top: 0.5rem;
    color: #94a3b8;
    font-size: 0.75rem;
}

.text-error[b-k1p9725xa3] {
    color: #ef4444 !important;
}

.text-success[b-k1p9725xa3] {
    color: #22c55e !important;
}

/* Password Strength Indicator */
.password-strength[b-k1p9725xa3] {
    margin-top: 0.75rem;
}

.strength-bar[b-k1p9725xa3] {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.strength-fill[b-k1p9725xa3] {
    height: 100%;
    transition: width 0.3s, background-color 0.3s;
}

.strength-fill.strength-weak[b-k1p9725xa3] {
    background: #ef4444;
}

.strength-fill.strength-medium[b-k1p9725xa3] {
    background: #f59e0b;
}

.strength-fill.strength-strong[b-k1p9725xa3] {
    background: #22c55e;
}

.strength-text[b-k1p9725xa3] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.strength-text.strength-weak[b-k1p9725xa3] {
    color: #ef4444;
}

.strength-text.strength-medium[b-k1p9725xa3] {
    color: #f59e0b;
}

.strength-text.strength-strong[b-k1p9725xa3] {
    color: #22c55e;
}

/* Password Requirements */
.password-requirements[b-k1p9725xa3] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.password-requirements h4[b-k1p9725xa3] {
    color: #2d3748;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.password-requirements ul[b-k1p9725xa3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.password-requirements li[b-k1p9725xa3] {
    color: #64748b;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s;
}

.password-requirements li i[b-k1p9725xa3] {
    width: 16px;
    text-align: center;
}

.password-requirements li.met[b-k1p9725xa3] {
    color: #22c55e;
}

.password-requirements li:not(.met) i[b-k1p9725xa3] {
    color: #cbd5e0;
}

.password-requirements li.met i[b-k1p9725xa3] {
    color: #22c55e;
}

/* Buttons */
.btn-primary[b-k1p9725xa3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-primary:hover:not(:disabled)[b-k1p9725xa3] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-k1p9725xa3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-large[b-k1p9725xa3] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-block[b-k1p9725xa3] {
    width: 100%;
}

/* Footer */
.activate-footer[b-k1p9725xa3] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.back-link[b-k1p9725xa3] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.back-link:hover[b-k1p9725xa3] {
    color: #764ba2;
    gap: 0.75rem;
}

/* Responsive */
@media (max-width: 480px) {
    .staff-activate-page[b-k1p9725xa3] {
        padding: 1rem;
    }

    .activate-card[b-k1p9725xa3] {
        padding: 2rem 1.5rem;
    }

    .activate-header h1[b-k1p9725xa3] {
        font-size: 1.5rem;
    }

    .icon-circle[b-k1p9725xa3] {
        width: 60px;
        height: 60px;
    }

    .icon-circle i[b-k1p9725xa3] {
        font-size: 2rem;
    }
}
/* /Components/Pages/StaffEvents.razor.rz.scp.css */
/* Staff Events Page */
.staff-events-page[b-e9ebbyjrh5] {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 2rem 0;
}

.staff-events-page .container[b-e9ebbyjrh5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Page Header */
.page-header[b-e9ebbyjrh5] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.page-header h1[b-e9ebbyjrh5] {
    color: #2d3748;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h1 i[b-e9ebbyjrh5] {
    color: #667eea;
}

.page-header p[b-e9ebbyjrh5] {
    color: #718096;
    margin: 0;
}

.btn-secondary[b-e9ebbyjrh5] {
    background: #e2e8f0;
    color: #4a5568;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover[b-e9ebbyjrh5] {
    background: #cbd5e0;
    transform: translateY(-2px);
}

/* Loading & States */
.loading-state[b-e9ebbyjrh5] {
    text-align: center;
    padding: 4rem 2rem;
}

.spinner[b-e9ebbyjrh5] {
    border: 4px solid #e2e8f0;
    border-radius: 50%;
    border-top: 4px solid #667eea;
    width: 50px;
    height: 50px;
    animation: spin-b-e9ebbyjrh5 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-e9ebbyjrh5 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.alert[b-e9ebbyjrh5] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-error[b-e9ebbyjrh5] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert i[b-e9ebbyjrh5] {
    font-size: 1.25rem;
}

.empty-state[b-e9ebbyjrh5] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-state i[b-e9ebbyjrh5] {
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.empty-state h2[b-e9ebbyjrh5] {
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.empty-state p[b-e9ebbyjrh5] {
    color: #718096;
}

/* Events Grid */
.events-grid[b-e9ebbyjrh5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.event-card[b-e9ebbyjrh5] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s;
}

.event-card:hover[b-e9ebbyjrh5] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.event-header[b-e9ebbyjrh5] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-image[b-e9ebbyjrh5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-placeholder[b-e9ebbyjrh5] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.event-status[b-e9ebbyjrh5] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
}

.event-status.draft[b-e9ebbyjrh5] {
    background: rgba(107, 114, 128, 0.9);
    color: white;
}

.event-status.published[b-e9ebbyjrh5] {
    background: rgba(34, 197, 94, 0.9);
    color: white;
}

.event-status.cancelled[b-e9ebbyjrh5] {
    background: rgba(239, 68, 68, 0.9);
    color: white;
}

.event-status.completed[b-e9ebbyjrh5] {
    background: rgba(59, 130, 246, 0.9);
    color: white;
}

.event-body[b-e9ebbyjrh5] {
    padding: 1.5rem;
}

.event-body h3[b-e9ebbyjrh5] {
    color: #2d3748;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.event-meta[b-e9ebbyjrh5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.meta-item[b-e9ebbyjrh5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

.meta-item i[b-e9ebbyjrh5] {
    color: #667eea;
    width: 16px;
}

.event-action[b-e9ebbyjrh5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.875rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
    margin-top: 1rem;
}

.event-action i[b-e9ebbyjrh5] {
    font-size: 1.125rem;
}

.event-info[b-e9ebbyjrh5] {
    background: #f7fafc;
    color: #64748b;
    padding: 0.875rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.event-info i[b-e9ebbyjrh5] {
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header[b-e9ebbyjrh5] {
        flex-direction: column;
        align-items: stretch;
    }

    .events-grid[b-e9ebbyjrh5] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-e9ebbyjrh5] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/StaffLogin.razor.rz.scp.css */
/* Staff Login Page */
.staff-login-page[b-8x984x1f18] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-container[b-8x984x1f18] {
    max-width: 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.login-card[b-8x984x1f18] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 3rem;
}

.login-header[b-8x984x1f18] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo[b-8x984x1f18] {
    color: #667eea;
    margin-bottom: 1rem;
}

.login-header h1[b-8x984x1f18] {
    color: #2d3748;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.login-header p[b-8x984x1f18] {
    color: #718096;
    font-size: 1rem;
}

/* Alert Messages */
.alert[b-8x984x1f18] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.alert-success[b-8x984x1f18] {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #86efac;
}

.alert-error[b-8x984x1f18] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert i[b-8x984x1f18] {
    font-size: 1.125rem;
}

/* Login Form */
.login-form[b-8x984x1f18] {
    margin-bottom: 2rem;
}

.form-group[b-8x984x1f18] {
    margin-bottom: 1.5rem;
}

.form-group label[b-8x984x1f18] {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-group label i[b-8x984x1f18] {
    color: #667eea;
    margin-right: 0.5rem;
}

.form-control[b-8x984x1f18] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-8x984x1f18] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.password-input[b-8x984x1f18] {
    position: relative;
}

.password-input .form-control[b-8x984x1f18] {
    padding-right: 3rem;
}

.toggle-password[b-8x984x1f18] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.2s;
}

.toggle-password:hover[b-8x984x1f18] {
    color: #667eea;
}

.form-text[b-8x984x1f18] {
    display: block;
    margin-top: 0.5rem;
    color: #94a3b8;
    font-size: 0.75rem;
}

/* Buttons */
.btn-primary[b-8x984x1f18] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-primary:hover:not(:disabled)[b-8x984x1f18] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-8x984x1f18] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-large[b-8x984x1f18] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-block[b-8x984x1f18] {
    width: 100%;
}

/* Login Footer */
.login-footer[b-8x984x1f18] {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.help-text[b-8x984x1f18] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.help-text i[b-8x984x1f18] {
    color: #667eea;
}

/* Info Card */
.info-card[b-8x984x1f18] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.info-card h3[b-8x984x1f18] {
    color: #2d3748;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-card h3 i[b-8x984x1f18] {
    color: #667eea;
}

.info-card p[b-8x984x1f18] {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.features[b-8x984x1f18] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item[b-8x984x1f18] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f7fafc;
    border-radius: 8px;
    color: #4a5568;
}

.feature-item i[b-8x984x1f18] {
    color: #667eea;
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

/* Responsive */
@media (max-width: 968px) {
    .login-container[b-8x984x1f18] {
        grid-template-columns: 1fr;
    }

    .info-card[b-8x984x1f18] {
        order: -1;
    }
}

@media (max-width: 480px) {
    .staff-login-page[b-8x984x1f18] {
        padding: 1rem;
    }

    .login-card[b-8x984x1f18] {
        padding: 2rem 1.5rem;
    }

    .login-header h1[b-8x984x1f18] {
        font-size: 1.5rem;
    }

    .info-card[b-8x984x1f18] {
        padding: 1.5rem;
    }
}
