@import '_content/FSH.Framework.Blazor.UI/FullStackHero.Framework.Blazor.UI.7bdculo8v9.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.fsh-nav[b-3jqgz2yf4l] {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}

.fsh-nav-section-title[b-3jqgz2yf4l] {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-text-secondary);
    padding: 16px 12px 6px 12px;
    opacity: 0.6;
}

[b-3jqgz2yf4l] .fsh-nav-menu {
    padding: 0;
}

/* Main nav items */
[b-3jqgz2yf4l] .fsh-nav-item {
    border-radius: 8px !important;
    margin: 2px 0 !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-3jqgz2yf4l] .fsh-nav-item:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-3jqgz2yf4l] .fsh-nav-item.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
}

[b-3jqgz2yf4l] .fsh-nav-item .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-3jqgz2yf4l] .fsh-nav-item:hover .mud-nav-link-icon,
[b-3jqgz2yf4l] .fsh-nav-item.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Nav groups (expandable) */
[b-3jqgz2yf4l] .fsh-nav-group {
    margin: 2px 0 !important;
}

[b-3jqgz2yf4l] .fsh-nav-group > .mud-nav-link {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-3jqgz2yf4l] .fsh-nav-group > .mud-nav-link:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-3jqgz2yf4l] .fsh-nav-group > .mud-nav-link .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-3jqgz2yf4l] .fsh-nav-group.mud-expanded > .mud-nav-link {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06) !important;
}

[b-3jqgz2yf4l] .fsh-nav-group.mud-expanded > .mud-nav-link .mud-nav-link-icon {
    color: var(--mud-palette-primary);
    opacity: 1;
}

/* Sub-items inside nav groups */
[b-3jqgz2yf4l] .fsh-nav-subitem {
    border-radius: 8px !important;
    margin: 2px 0 2px 20px !important;
    padding: 8px 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-3jqgz2yf4l] .fsh-nav-subitem .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 18px !important;
    opacity: 0.7;
}

[b-3jqgz2yf4l] .fsh-nav-subitem:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-3jqgz2yf4l] .fsh-nav-subitem:hover .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

[b-3jqgz2yf4l] .fsh-nav-subitem.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
    font-weight: 500 !important;
}

[b-3jqgz2yf4l] .fsh-nav-subitem.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Collapse panel styling */
[b-3jqgz2yf4l] .mud-navgroup-collapse {
    padding: 2px 0 !important;
}

/* Expand arrow */
[b-3jqgz2yf4l] .fsh-nav-group .mud-expand-panel-header .mud-collapse-icon {
    font-size: 18px !important;
}
/* /Components/Pages/Consumer/AccountsPage.razor.rz.scp.css */
.accounts-page[b-vqwas3us3z] {
    padding: 1.5rem;
}

.page-header[b-vqwas3us3z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-content[b-vqwas3us3z] {
    flex: 1;
    min-width: 200px;
}

.page-title[b-vqwas3us3z] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    margin-bottom: 0.25rem;
}

.page-subtitle[b-vqwas3us3z] {
    color: var(--mud-palette-text-secondary);
    margin-left: 2.5rem;
}

.header-actions[b-vqwas3us3z] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.loading-container[b-vqwas3us3z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    color: var(--mud-palette-text-secondary);
}

.filters-section[b-vqwas3us3z] {
    margin-bottom: 1.5rem;
}

.summary-section[b-vqwas3us3z] {
    margin-bottom: 1.5rem;
}

.summary-card[b-vqwas3us3z] {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.summary-icon[b-vqwas3us3z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-right: 1rem;
}

.summary-content[b-vqwas3us3z] {
    flex: 1;
}

.summary-content .mud-typography-h4[b-vqwas3us3z] {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.summary-content .mud-typography-caption[b-vqwas3us3z] {
    opacity: 0.9;
    margin-bottom: 0.25rem;
}

.table-section[b-vqwas3us3z] {
    margin-bottom: 1.5rem;
}

.card-header[b-vqwas3us3z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.card-title[b-vqwas3us3z] {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0;
}

.text-muted[b-vqwas3us3z] {
    color: var(--mud-palette-text-secondary);
}

.card-body[b-vqwas3us3z] {
    padding: 1rem 1.25rem;
}

.card-footer[b-vqwas3us3z] {
    display: flex;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid var(--mud-palette-divider);
}

.accounts-table[b-vqwas3us3z] {
    width: 100%;
}

.fw-600[b-vqwas3us3z] {
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-header[b-vqwas3us3z] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .header-actions[b-vqwas3us3z] {
        justify-content: flex-start;
    }
    
    .page-subtitle[b-vqwas3us3z] {
        margin-left: 0;
    }
}
/* /Components/Pages/Consumer/AdminAGMARegistration.razor.rz.scp.css */
.membership-page[b-g9fmqz2e6n] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 20px;
}

.membership-wrapper[b-g9fmqz2e6n] {
    width: 100%;
    max-width: 500px;
}

.membership-card[b-g9fmqz2e6n] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.brand-section[b-g9fmqz2e6n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.brand-logo[b-g9fmqz2e6n] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.brand-name[b-g9fmqz2e6n] {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a5f;
    letter-spacing: 2px;
}

.brand-tagline[b-g9fmqz2e6n] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header[b-g9fmqz2e6n] {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.card-title[b-g9fmqz2e6n] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 12px 0 4px 0;
}

.card-subtitle[b-g9fmqz2e6n] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Progress Steps */
.progress-steps[b-g9fmqz2e6n] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 16px;
}

.step[b-g9fmqz2e6n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-circle[b-g9fmqz2e6n] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-g9fmqz2e6n] {
    background: #1976d2;
    color: white;
}

.step.completed .step-circle[b-g9fmqz2e6n] {
    background: #4caf50;
    color: white;
}

.step-label[b-g9fmqz2e6n] {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    max-width: 80px;
}

.step.active .step-label[b-g9fmqz2e6n] {
    color: #1976d2;
    font-weight: 600;
}

.step.completed .step-label[b-g9fmqz2e6n] {
    color: #4caf50;
}

.step-line[b-g9fmqz2e6n] {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    margin: 0 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    max-width: 60px;
}

.step-line.active[b-g9fmqz2e6n] {
    background: #4caf50;
}

/* Form Section */
.form-section[b-g9fmqz2e6n] {
    margin-top: 24px;
}

/* Account Info Card */
.account-info-card[b-g9fmqz2e6n] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
}

/* Members Card */
.members-card[b-g9fmqz2e6n] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
}

.members-card .mud-card-header[b-g9fmqz2e6n] {
    padding: 16px 16px 8px 16px;
}

.members-card .mud-card-content[b-g9fmqz2e6n] {
    padding: 8px 0;
}

.members-card .mud-list[b-g9fmqz2e6n] {
    padding: 0;
}

.members-card .mud-list-item[b-g9fmqz2e6n] {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}

.members-card .mud-list-item:last-child[b-g9fmqz2e6n] {
    border-bottom: none;
}

.members-card .mud-list-item:hover[b-g9fmqz2e6n] {
    background-color: #f1f5f9;
    cursor: pointer;
}

/* Success Section */
.success-section[b-g9fmqz2e6n] {
    text-align: center;
    padding: 24px 0;
}

.success-icon[b-g9fmqz2e6n] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.success-icon .mud-icon-root[b-g9fmqz2e6n] {
    font-size: 48px !important;
}

.success-title[b-g9fmqz2e6n] {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.success-message[b-g9fmqz2e6n] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 24px 0;
}

.success-details-card[b-g9fmqz2e6n] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 16px;
}

/* Footer */
.membership-footer[b-g9fmqz2e6n] {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

/* Utility classes */
.fw-600[b-g9fmqz2e6n] {
    font-weight: 600;
}

.text-muted[b-g9fmqz2e6n] {
    color: #6b7280;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .membership-card[b-g9fmqz2e6n] {
        padding: 24px 16px;
    }

    .brand-logo[b-g9fmqz2e6n] {
        width: 60px;
        height: 60px;
    }

    .brand-name[b-g9fmqz2e6n] {
        font-size: 24px;
    }

    .step-label[b-g9fmqz2e6n] {
        font-size: 10px;
        max-width: 60px;
    }

    .step-circle[b-g9fmqz2e6n] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .progress-steps[b-g9fmqz2e6n] {
        padding: 0;
    }
}
/* /Components/Pages/Consumer/AGMADashboardPage.razor.rz.scp.css */
.membership-dashboard[b-kztwz90dso] {
    padding: 24px;
    background: #f5f5f5;
    min-height: 100vh;
}

.dashboard-header[b-kztwz90dso] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.page-title[b-kztwz90dso] {
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.page-subtitle[b-kztwz90dso] {
    color: #666;
    margin-top: 4px;
}

.loading-container[b-kztwz90dso],
.error-container[b-kztwz90dso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #666;
}

/* Summary Cards */
.summary-cards[b-kztwz90dso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.summary-card[b-kztwz90dso] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.summary-card:hover[b-kztwz90dso] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-icon[b-kztwz90dso] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.summary-card.total .card-icon[b-kztwz90dso] {
    background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
    color: #1565C0;
}

.summary-card.registered .card-icon[b-kztwz90dso] {
    background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
    color: #2E7D32;
}

.summary-card.pending .card-icon[b-kztwz90dso] {
    background: linear-gradient(135deg, #FFF8E1, #FFECB3);
    color: #F57C00;
}

.summary-card.today .card-icon[b-kztwz90dso] {
    background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
    color: #7B1FA2;
}

.card-label[b-kztwz90dso] {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
}

.card-value[b-kztwz90dso] {
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.card-percentage[b-kztwz90dso] {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}

/* Charts Section */
.charts-section[b-kztwz90dso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.chart-card[b-kztwz90dso] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.chart-header[b-kztwz90dso] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.chart-title[b-kztwz90dso] {
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.chart-body[b-kztwz90dso] {
    padding: 20px;
}

/* Bar Chart */
.bar-chart[b-kztwz90dso] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chart-row[b-kztwz90dso] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chart-label[b-kztwz90dso] {
    width: 140px;
    flex-shrink: 0;
}

.district-name[b-kztwz90dso] {
    font-weight: 500;
    color: #333;
}

.district-count[b-kztwz90dso] {
    color: #999;
    font-size: 11px;
}

.chart-bar-container[b-kztwz90dso] {
    flex: 1;
    height: 28px;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.chart-bar[b-kztwz90dso] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}

.registered-bar[b-kztwz90dso] {
    background: linear-gradient(90deg, #4CAF50, #81C784);
}

.pending-bar[b-kztwz90dso] {
    background: linear-gradient(90deg, #FF9800, #FFB74D);
    position: absolute;
    left: 0;
    top: 0;
}

.chart-value[b-kztwz90dso] {
    width: 60px;
    text-align: right;
}

.percentage-text[b-kztwz90dso] {
    font-weight: 600;
    color: #666;
}

.chart-legend[b-kztwz90dso] {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    justify-content: center;
}

.legend-item[b-kztwz90dso] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color[b-kztwz90dso] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.legend-color.registered[b-kztwz90dso] {
    background: linear-gradient(90deg, #4CAF50, #81C784);
}

.legend-color.pending[b-kztwz90dso] {
    background: linear-gradient(90deg, #FF9800, #FFB74D);
}

.empty-chart[b-kztwz90dso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    color: #999;
}

/* Summary Stats */
.summary-stats[b-kztwz90dso] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
}

.stat-item[b-kztwz90dso] {
    flex: 1;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stat-item.highlight[b-kztwz90dso] {
    background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
}

.stat-label[b-kztwz90dso] {
    color: #666;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-kztwz90dso] {
    font-weight: 700;
    color: #1a1a1a;
    margin: 8px 0;
}

.stat-description[b-kztwz90dso] {
    color: #666;
    font-size: 13px;
}

/* Table Section */
.table-section[b-kztwz90dso] {
    margin-bottom: 24px;
}

.card-header[b-kztwz90dso] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.card-title[b-kztwz90dso] {
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.card-body.p-0[b-kztwz90dso] {
    padding: 0;
}

.district-table[b-kztwz90dso] {
    width: 100%;
}

.rate-cell[b-kztwz90dso] {
    display: flex;
    align-items: center;
}

.fw-600[b-kztwz90dso] {
    font-weight: 600;
}

/* Area Cards */
.area-details[b-kztwz90dso] {
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.area-cards[b-kztwz90dso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.area-card[b-kztwz90dso] {
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.area-card:hover[b-kztwz90dso] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.area-header[b-kztwz90dso] {
    padding: 12px 16px;
    background: linear-gradient(135deg, #1976D2, #42A5F5);
    color: white;
    text-align: center;
}

.area-header .mud-typography[b-kztwz90dso] {
    color: white;
}

.area-stats[b-kztwz90dso] {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.area-stat[b-kztwz90dso] {
    text-align: center;
}

.area-stat .mud-typography-h6[b-kztwz90dso] {
    font-weight: 700;
    color: #1a1a1a;
}

.text-success[b-kztwz90dso] {
    color: #2E7D32;
}

.text-warning[b-kztwz90dso] {
    color: #F57C00;
}

/* Area Statistics Section - Responsive */
.area-statistics-section[b-kztwz90dso] {
    width: 100%;
}

.area-cards-vertical[b-kztwz90dso] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.area-card-item[b-kztwz90dso] {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
    border-left: 4px solid #1976D2;
    transition: all 0.3s ease;
}

.area-card-item:hover[b-kztwz90dso] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(4px);
}

.area-stats-grid[b-kztwz90dso] {
    display: grid;
    gap: 12px;
}

.area-stat-cell[b-kztwz90dso] {
    padding: 8px 0;
}

.registration-type-section[b-kztwz90dso] {
    margin-top: 16px;
    margin-bottom: 0;
}

.area-statistics-section[b-kztwz90dso] {
    margin-top: 16px;
    margin-bottom: 0;
}

/* Registration Type Responsive Font Sizes */

/* Extra Small screens (xs) - Mobile phones */
.registration-type-value[b-kztwz90dso] {
    font-size: 1.5rem !important;
    font-weight: 700;
    margin: 8px 0;
}

.registration-type-label[b-kztwz90dso] {
    font-size: 0.75rem !important;
    margin-top: 4px;
}

/* Small screens (sm) - Small tablets and large phones */
@media (min-width: 600px) {
    .registration-type-value[b-kztwz90dso] {
        font-size: 2rem !important;
    }
    
    .registration-type-label[b-kztwz90dso] {
        font-size: 0.875rem !important;
    }
}

/* Medium screens (md) - Tablets */
@media (min-width: 768px) {
    .summary-stats[b-kztwz90dso] {
        flex-direction: row;
    }

    .registration-type-value[b-kztwz90dso] {
        font-size: 2.5rem !important;
    }
    
    .registration-type-label[b-kztwz90dso] {
        font-size: 1rem !important;
    }

    .area-stats-grid[b-kztwz90dso] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .area-card-item[b-kztwz90dso] {
        padding: 16px;
    }
}

/* Small screens (mobile) - Stack summary stats vertically */
@media (max-width: 767px) {
    .summary-stats[b-kztwz90dso] {
        flex-direction: column;
        gap: 16px;
    }
}

/* Large screens (lg) - Desktop */
@media (min-width: 1200px) {
    .registration-type-value[b-kztwz90dso] {
        font-size: 3rem !important;
    }
    
    .registration-type-label[b-kztwz90dso] {
        font-size: 1.125rem !important;
    }

    .area-statistics-section[b-kztwz90dso] {
        max-width: 100%;
    }
    
    .area-cards-vertical[b-kztwz90dso] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .area-stats-grid[b-kztwz90dso] {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    
    .area-card-item[b-kztwz90dso] {
        padding: 20px;
        border-left: none;
        border-top: 4px solid #1976D2;
    }
}

/* Extra Large screens (xl) - Large desktop */
@media (min-width: 1600px) {
    .registration-type-value[b-kztwz90dso] {
        font-size: 3.5rem !important;
    }
    
    .registration-type-label[b-kztwz90dso] {
        font-size: 1.25rem !important;
    }

    .area-cards-vertical[b-kztwz90dso] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Ultra Wide screens (2xl) - Very large desktop monitors */
@media (min-width: 1920px) {
    .registration-type-value[b-kztwz90dso] {
        font-size: 4rem !important;
    }
    
    .registration-type-label[b-kztwz90dso] {
        font-size: 1.375rem !important;
    }
}
/* /Components/Pages/Consumer/AGMARegistrationPage.razor.rz.scp.css */
.membership-page[b-qe35mvcyes] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 20px;
}

.membership-wrapper[b-qe35mvcyes] {
    width: 100%;
    max-width: 500px;
}

.membership-card[b-qe35mvcyes] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.brand-section[b-qe35mvcyes] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.brand-logo[b-qe35mvcyes] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.brand-name[b-qe35mvcyes] {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a5f;
    letter-spacing: 2px;
}

.brand-tagline[b-qe35mvcyes] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header[b-qe35mvcyes] {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.card-title[b-qe35mvcyes] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 12px 0 4px 0;
}

.card-subtitle[b-qe35mvcyes] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Progress Steps */
.progress-steps[b-qe35mvcyes] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 16px;
}

.step[b-qe35mvcyes] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-circle[b-qe35mvcyes] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-qe35mvcyes] {
    background: #1976d2;
    color: white;
}

.step.completed .step-circle[b-qe35mvcyes] {
    background: #4caf50;
    color: white;
}

.step-label[b-qe35mvcyes] {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    max-width: 80px;
}

.step.active .step-label[b-qe35mvcyes] {
    color: #1976d2;
    font-weight: 600;
}

.step.completed .step-label[b-qe35mvcyes] {
    color: #4caf50;
}

.step-line[b-qe35mvcyes] {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    margin: 0 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    max-width: 60px;
}

.step-line.active[b-qe35mvcyes] {
    background: #4caf50;
}

/* Form Section */
.form-section[b-qe35mvcyes] {
    margin-top: 24px;
}

/* Account Info Card */
.account-info-card[b-qe35mvcyes] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

/* Success Section */
.success-section[b-qe35mvcyes] {
    text-align: center;
    padding: 24px 0;
}

.success-icon[b-qe35mvcyes] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.success-icon .mud-icon-root[b-qe35mvcyes] {
    font-size: 48px !important;
}

.success-title[b-qe35mvcyes] {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.success-message[b-qe35mvcyes] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 24px 0;
}

.success-details-card[b-qe35mvcyes] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: left;
}

/* Footer */
.membership-footer[b-qe35mvcyes] {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

/* Utility classes */
.fw-600[b-qe35mvcyes] {
    font-weight: 600;
}

.text-muted[b-qe35mvcyes] {
    color: #6b7280;
}

/* Registration Closed Section */
.registration-closed-section[b-qe35mvcyes] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.closed-icon-container[b-qe35mvcyes] {
    margin-bottom: 24px;
    animation: pulse-b-qe35mvcyes 2s infinite;
}

@keyframes pulse-b-qe35mvcyes {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.closed-reason-container[b-qe35mvcyes] {
    margin-top: 24px;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .membership-card[b-qe35mvcyes] {
        padding: 24px 16px;
    }

    .brand-logo[b-qe35mvcyes] {
        width: 60px;
        height: 60px;
    }

    .brand-name[b-qe35mvcyes] {
        font-size: 24px;
    }

    .step-label[b-qe35mvcyes] {
        font-size: 10px;
        max-width: 60px;
    }

    .step-circle[b-qe35mvcyes] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .progress-steps[b-qe35mvcyes] {
        padding: 0;
    }
}
/* /Components/Pages/Consumer/MembersPage.razor.rz.scp.css */
.members-page[b-a5c5grdi7l] {
    padding: 24px;
    background: #f5f5f5;
    min-height: 100vh;
}

.page-header[b-a5c5grdi7l] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.page-title[b-a5c5grdi7l] {
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.page-subtitle[b-a5c5grdi7l] {
    color: #666;
    margin-top: 4px;
}

.loading-container[b-a5c5grdi7l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #666;
}

.loading-container.py-8[b-a5c5grdi7l] {
    padding: 32px 20px;
}

/* Filters */
.filters-section[b-a5c5grdi7l] {
    margin-bottom: 24px;
}

.card-body[b-a5c5grdi7l] {
    padding: 20px;
}

/* Summary */
.summary-section[b-a5c5grdi7l] {
    margin-bottom: 24px;
}

.summary-card[b-a5c5grdi7l] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.summary-icon[b-a5c5grdi7l] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #1565c0;
}

.summary-content .mud-typography-h4[b-a5c5grdi7l] {
    font-weight: 700;
    color: #1a1a1a;
}

/* Table */
.table-section[b-a5c5grdi7l] {
    margin-bottom: 24px;
}

.card-header[b-a5c5grdi7l] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title[b-a5c5grdi7l] {
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.text-muted[b-a5c5grdi7l] {
    color: #666;
}

.members-table[b-a5c5grdi7l] {
    width: 100%;
}

.fw-600[b-a5c5grdi7l] {
    font-weight: 600;
}

.card-footer[b-a5c5grdi7l] {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

/* Dialog */
.mud-dialog-title[b-a5c5grdi7l] {
    font-weight: 600;
}
/* /Components/Pages/Consumer/MembersSynchronizePage.razor.rz.scp.css */
.synchronize-page[b-64gobqwa2l] {
    padding: 24px;
    background: #f5f5f5;
    min-height: 100vh;
}

.page-header[b-64gobqwa2l] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.page-title[b-64gobqwa2l] {
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.page-subtitle[b-64gobqwa2l] {
    color: #666;
    margin-top: 4px;
}

.loading-container[b-64gobqwa2l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #666;
}

.loading-container.py-8[b-64gobqwa2l] {
    padding: 32px 20px;
}

/* Filters */
.filters-section[b-64gobqwa2l] {
    margin-bottom: 24px;
}

.card-body[b-64gobqwa2l] {
    padding: 20px;
}

/* Summary */
.summary-section[b-64gobqwa2l] {
    margin-bottom: 24px;
}

.summary-card[b-64gobqwa2l] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.summary-icon[b-64gobqwa2l] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #1565c0;
}

.summary-icon.sync[b-64gobqwa2l] {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
}

.summary-content .mud-typography-h4[b-64gobqwa2l] {
    font-weight: 700;
    color: #1a1a1a;
}

.summary-content .mud-typography-h5[b-64gobqwa2l] {
    font-weight: 600;
    color: #1a1a1a;
}

.summary-content .mud-typography-h5 strong[b-64gobqwa2l] {
    color: #1565c0;
}

/* Table */
.table-section[b-64gobqwa2l] {
    margin-bottom: 24px;
}

.card-header[b-64gobqwa2l] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title[b-64gobqwa2l] {
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.text-muted[b-64gobqwa2l] {
    color: #666;
}

.sync-table[b-64gobqwa2l] {
    width: 100%;
}

.fw-600[b-64gobqwa2l] {
    font-weight: 600;
}

/* Actions */
.actions-section[b-64gobqwa2l] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

/* Results */
.result-section[b-64gobqwa2l] {
    margin-top: 16px;
}
/* /Components/Pages/Consumer/MembersWithoutDistrictPage.razor.rz.scp.css */
.members-without-district[b-2p1d0u9z92] {
    padding: 24px;
    background: #f5f5f5;
    min-height: 100vh;
}

.page-header[b-2p1d0u9z92] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.page-title[b-2p1d0u9z92] {
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.page-subtitle[b-2p1d0u9z92] {
    color: #666;
    margin-top: 4px;
}

.loading-container[b-2p1d0u9z92] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #666;
}

.loading-container.py-8[b-2p1d0u9z92] {
    padding: 32px 20px;
}

/* Filters */
.filters-section[b-2p1d0u9z92] {
    margin-bottom: 24px;
}

.card-body[b-2p1d0u9z92] {
    padding: 20px;
}

/* Summary */
.summary-section[b-2p1d0u9z92] {
    margin-bottom: 24px;
}

.summary-card[b-2p1d0u9z92] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.summary-icon[b-2p1d0u9z92] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
    color: #E65100;
}

.summary-content .mud-typography-h4[b-2p1d0u9z92] {
    font-weight: 700;
    color: #1a1a1a;
}

/* Table */
.table-section[b-2p1d0u9z92] {
    margin-bottom: 24px;
}

.card-header[b-2p1d0u9z92] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title[b-2p1d0u9z92] {
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.text-muted[b-2p1d0u9z92] {
    color: #666;
}

.members-table[b-2p1d0u9z92] {
    width: 100%;
}

.fw-600[b-2p1d0u9z92] {
    font-weight: 600;
}

.card-footer[b-2p1d0u9z92] {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

/* Dialog */
.mud-dialog-title[b-2p1d0u9z92] {
    font-weight: 600;
}
/* /Components/Pages/Consumer/OtpVerificationDialog.razor.rz.scp.css */
.otp-dialog-content[b-pyvdmh2ld3] {
    padding: 16px 0;
}

.phone-icon-wrapper[b-pyvdmh2ld3] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-input-container[b-pyvdmh2ld3] {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.otp-input input[b-pyvdmh2ld3] {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 8px 4px !important;
}

.otp-input[b-pyvdmh2ld3] {
    flex-shrink: 0;
}

.full-width[b-pyvdmh2ld3] {
    width: 100%;
}

.fw-600[b-pyvdmh2ld3] {
    font-weight: 600;
}

.text-muted[b-pyvdmh2ld3] {
    color: #6b7280;
}

.error-alert[b-pyvdmh2ld3] {
    animation: slideInDown-b-pyvdmh2ld3 0.3s ease-out;
    background: #fee2e2 !important;
    border-left: 4px solid #dc2626 !important;
}

@keyframes slideInDown-b-pyvdmh2ld3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Tablet and Mobile ===== */
@media (max-width: 600px) {
    .otp-dialog-content[b-pyvdmh2ld3] {
        padding: 12px 0;
    }

    .phone-icon-wrapper[b-pyvdmh2ld3] {
        width: 56px;
        height: 56px;
    }

    .otp-input-container[b-pyvdmh2ld3] {
        gap: 5px;
    }

    .otp-input input[b-pyvdmh2ld3] {
        font-size: 18px !important;
        padding: 6px 4px !important;
    }

    .otp-input[b-pyvdmh2ld3] {
        min-height: 44px;
        height: 44px;
    }
}

/* ===== Small Mobile (< 480px) ===== */
@media (max-width: 480px) {
    .otp-dialog-content[b-pyvdmh2ld3] {
        padding: 8px 0;
    }

    .phone-icon-wrapper[b-pyvdmh2ld3] {
        width: 48px;
        height: 48px;
    }

    .otp-input-container[b-pyvdmh2ld3] {
        gap: 3px;
    }

    .otp-input input[b-pyvdmh2ld3] {
        font-size: 16px !important;
        padding: 6px 3px !important;
    }

    .otp-input[b-pyvdmh2ld3] {
        min-height: 40px;
        height: 40px;
    }
}

/* ===== Extra Small Mobile (< 360px) ===== */
@media (max-width: 360px) {
    .otp-dialog-content[b-pyvdmh2ld3] {
        padding: 6px 0;
    }

    .otp-input-container[b-pyvdmh2ld3] {
        gap: 2px;
    }

    .otp-input input[b-pyvdmh2ld3] {
        font-size: 14px !important;
        padding: 5px 2px !important;
    }

    .otp-input[b-pyvdmh2ld3] {
        min-height: 36px;
        height: 36px;
    }

    .phone-icon-wrapper[b-pyvdmh2ld3] {
        width: 40px;
        height: 40px;
    }
}

/* /Components/Pages/Consumer/RaffleDrawPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   RAFFLE DRAW PAGE  –  Digital Tumbler (Slot Machine)
   Layout: full-viewport split
     .raffle-main  (center, grows)
     .raffle-sidebar (right, fixed 340px)
══════════════════════════════════════════════ */

/* Page wrapper — fills exactly the space below the AppBar (64px).
   Negative margin cancels the 1.5rem padding of .fsh-section container. */
.raffle-page[b-77a4xht8db] {
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    overflow: hidden;
    background: #ffffff;
    margin: -1.5rem;          /* cancel .fsh-section padding */
    display: flex;
    flex-direction: column;
}

/* Two-column layout */
.raffle-layout[b-77a4xht8db] {
    display: flex;
    flex: 1;
    min-height: 0;            /* allow flex children to shrink */
    overflow: hidden;
}

/* ── CENTER MAIN ── */
.raffle-main[b-77a4xht8db] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;         /* no scroll — children must fit */
    padding: 1.25rem 1.5rem 1rem 1.5rem;
    gap: 0.75rem;
    min-width: 0;
}

/* Compact header */
.raffle-header[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.brand-logo .logo-img[b-77a4xht8db] {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.header-text[b-77a4xht8db] {
    flex: 1;
}

.page-title[b-77a4xht8db] {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.title-icon[b-77a4xht8db] {
    font-size: 1.7rem !important;
    color: #1e3a5f !important;
    -webkit-text-fill-color: #1e3a5f;
}

.page-subtitle[b-77a4xht8db] {
    font-size: 0.85rem;
    color: #4b5563;
    margin: 0.15rem 0 0;
}

/* ═══════════════════════════════════════════════
   DIGITAL TUMBLER STAGE (Slot Machine Style)
   ═══════════════════════════════════════════════ */
.tumbler-stage[b-77a4xht8db] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    min-height: 0;
    padding: 0.75rem 1rem 1rem;
    gap: 0.75rem;
}

/* ── Batch + District indicator in header ── */
.batch-indicator[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: auto;
}

.batch-pill[b-77a4xht8db], .district-pill[b-77a4xht8db], .batch-complete-pill[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.batch-pill[b-77a4xht8db] {
    background: var(--mud-palette-primary, #594AE2);
    color: #fff;
}

.district-pill[b-77a4xht8db] {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.batch-complete-pill[b-77a4xht8db] {
    background: #d1fae5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

/* ── Top action bar: Shuffle + Spin & Draw ── */
.tumbler-action-bar[b-77a4xht8db] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* ── District progress chips ── */
.district-progress-chips[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    margin-right: auto;
}

.district-chip[b-77a4xht8db] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    border: 2px solid transparent;
    transition: all 0.2s;
}

.district-chip-pending[b-77a4xht8db] {
    background: #f1f5f9;
    color: #64748b;
    border-color: #e2e8f0;
}

.district-chip-current[b-77a4xht8db] {
    background: var(--mud-palette-primary, #594AE2);
    color: #fff;
    border-color: var(--mud-palette-primary, #594AE2);
    box-shadow: 0 0 0 3px rgba(89, 74, 226, 0.25);
    animation: pulse-chip-b-77a4xht8db 1.2s ease-in-out infinite;
}

.district-chip-done[b-77a4xht8db] {
    background: #d1fae5;
    color: #059669;
    border-color: #a7f3d0;
}

@keyframes pulse-chip-b-77a4xht8db {
    0%, 100% { box-shadow: 0 0 0 3px rgba(89, 74, 226, 0.25); }
    50%       { box-shadow: 0 0 0 6px rgba(89, 74, 226, 0.1); }
}

/* ── Next Batch button (action bar — keep for reference, no longer rendered) ── */
.tumbler-nextbatch-btn[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.35);
    letter-spacing: 0.4px;
    transition: opacity 0.2s, box-shadow 0.2s;
}

/* ── Next Batch Panel (shown inside tumbler-center when batch is complete) ── */
.next-batch-panel[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #ffffff;
    border: 2px solid #a7f3d0;
    border-radius: 20px;
    padding: 1.5rem 1.75rem;
    max-width: 460px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(5, 150, 105, 0.12);
    animation: panelPop-b-77a4xht8db 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes panelPop-b-77a4xht8db {
    from { opacity: 0; transform: scale(0.92); }
    to   { opacity: 1; transform: scale(1); }
}

.next-batch-header[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.next-batch-check-icon[b-77a4xht8db] {
    font-size: 2.5rem !important;
    color: #059669 !important;
    flex-shrink: 0;
}

.next-batch-title[b-77a4xht8db] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #059669;
}

.next-batch-subtitle[b-77a4xht8db] {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 0.15rem;
}

.next-batch-form[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.next-batch-form-label[b-77a4xht8db] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.4rem;
}

.next-batch-fields[b-77a4xht8db] {
    display: flex;
    gap: 1rem;
}

.next-batch-field[b-77a4xht8db] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.nbs-label[b-77a4xht8db] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1e293b;
}

.nbs-optional[b-77a4xht8db] {
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 400;
}

.nbs-counter[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.nbs-btn[b-77a4xht8db] {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
}

.nbs-btn:hover[b-77a4xht8db] { background: #e2e8f0; color: #1e293b; }
.nbs-btn:active[b-77a4xht8db] { background: #cbd5e1; }

.nbs-value[b-77a4xht8db] {
    min-width: 36px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.nbs-hint[b-77a4xht8db] {
    font-size: 0.68rem;
    color: #64748b;
}

/* Summary row */
.next-batch-summary[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
}

.nbs-summary-item[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #475569;
}

.nbs-summary-total[b-77a4xht8db] {
    font-weight: 700;
    color: #059669;
    margin-left: auto;
}

/* Start button */
.next-batch-start-btn[b-77a4xht8db] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(5, 150, 105, 0.35);
    letter-spacing: 0.4px;
    transition: opacity 0.2s, box-shadow 0.2s;
    animation: glow-next-b-77a4xht8db 1.5s ease-in-out infinite;
}

.next-batch-start-btn:hover[b-77a4xht8db] {
    opacity: 0.92;
    box-shadow: 0 5px 20px rgba(5, 150, 105, 0.5);
}

.next-batch-start-btn:disabled[b-77a4xht8db] {
    opacity: 0.45;
    cursor: not-allowed;
    animation: none;
}

@keyframes glow-next-b-77a4xht8db {
    0%, 100% { box-shadow: 0 3px 12px rgba(5, 150, 105, 0.35); }
    50%       { box-shadow: 0 5px 24px rgba(5, 150, 105, 0.6); }
}

/* ── Batch done icon ── */
.batch-done-icon[b-77a4xht8db] {
    font-size: 4rem;
    color: #059669 !important;
}

/* Shuffle button */
.tumbler-shuffle-btn[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: #ffffff;
    color: #2563eb;
    border: 1.5px solid #bfdbfe;
    border-radius: 8px;
    padding: 0.4rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.12);
    transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.tumbler-shuffle-btn:hover[b-77a4xht8db] {
    background: #eff6ff;
    border-color: #93c5fd;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
}

.tumbler-shuffle-btn:active[b-77a4xht8db] { background: #dbeafe; }

.tumbler-shuffle-btn:disabled[b-77a4xht8db] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Spin & Draw button */
.tumbler-spin-btn[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #4caf50, #8bc34a);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.35);
    letter-spacing: 0.4px;
    transition: opacity 0.2s, box-shadow 0.2s;
}

.tumbler-spin-btn:hover[b-77a4xht8db] {
    opacity: 0.92;
    box-shadow: 0 4px 14px rgba(76, 175, 80, 0.45);
}

.tumbler-spin-btn:active[b-77a4xht8db] { opacity: 0.85; }

.tumbler-spin-btn:disabled[b-77a4xht8db] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

@keyframes spin-icon-b-77a4xht8db {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.shuffle-spin[b-77a4xht8db] { animation: spin-icon-b-77a4xht8db 0.4s linear; }

/* ── Inner body: winners panel left + tumbler center ── */
.tumbler-body[b-77a4xht8db] {
    flex: 1;
    display: flex;
    gap: 1rem;
    min-height: 0;
    overflow: hidden;
}

/* LEFT — Winners by District panel */
.tumbler-winners-panel[b-77a4xht8db] {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.tumbler-winners-header[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: var(--mud-palette-primary, #594AE2);
    border-bottom: none;
    flex-shrink: 0;
}

.tumbler-winners-badge[b-77a4xht8db] {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.7rem;
    padding: 1px 7px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.tumbler-winners-list[b-77a4xht8db] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.65rem;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.tumbler-winners-list[b-77a4xht8db]::-webkit-scrollbar { width: 4px; }
.tumbler-winners-list[b-77a4xht8db]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* CENTER — slot machine */
.tumbler-center[b-77a4xht8db] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 0;
}

.tumbler-container[b-77a4xht8db] {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.tumbler-window[b-77a4xht8db] {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 12px;
    background: #1e293b;
    box-shadow: 
        inset 0 2px 10px rgba(0, 0, 0, 0.5),
        0 10px 40px rgba(0, 0, 0, 0.3);
}

.tumbler-track[b-77a4xht8db] {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
}

/* Slow spin - continuous at idle */
.tumbler-track.slow-spinning[b-77a4xht8db] {
    animation: slowScroll-b-77a4xht8db 1200s linear infinite;
}

@keyframes slowScroll-b-77a4xht8db {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Fast spin - when drawing */
.tumbler-track.fast-spinning[b-77a4xht8db] {
    animation: fastScroll-b-77a4xht8db 10s linear forwards;
}

@keyframes fastScroll-b-77a4xht8db {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.tumbler-item[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    padding: 0.25rem 1rem;
    background: transparent;
    transition: background 0.3s, transform 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tumbler-item.winner[b-77a4xht8db] {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(251, 191, 36, 0.4) 20%, 
        rgba(251, 191, 36, 0.6) 50%, 
        rgba(251, 191, 36, 0.4) 80%, 
        transparent 100%);
    transform: scale(1.02);
}

.tumbler-name[b-77a4xht8db] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.tumbler-code[b-77a4xht8db] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #94a3b8;
    font-family: monospace;
}

/* Highlight frame — centred on the winner row (item index 3, top at 210 px, centre at 245 px) */
.tumbler-highlight[b-77a4xht8db] {
    position: absolute;
    top: calc(50% + 35px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 74px;
    pointer-events: none;
    z-index: 10;
}

.highlight-top-bar[b-77a4xht8db],
.highlight-bottom-bar[b-77a4xht8db] {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #fbbf24 20%, 
        #fbbf24 80%, 
        transparent 100%);
    box-shadow: 0 0 15px #fbbf24;
}

.highlight-top-bar[b-77a4xht8db] { top: 0; }
.highlight-bottom-bar[b-77a4xht8db] { bottom: 0; }

/* Winner indicator arrow — points to the centre of the winner row */
.tumbler-winner-indicator[b-77a4xht8db] {
    position: absolute;
    top: calc(50% + 35px);
    right: 0.5rem;
    transform: translateY(-50%);
    z-index: 20;
    animation: bounce-arrow-b-77a4xht8db 1s ease-in-out infinite;
}

@keyframes bounce-arrow-b-77a4xht8db {
    0%, 100% { transform: translateY(-50%); }
    50% { transform: translateY(-45%); }
}

/* Tumbler status */
.tumbler-status[b-77a4xht8db] {
    text-align: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 8px;
    color: white;
    font-weight: 600;
}

.tumbler-count[b-77a4xht8db] {
    text-align: center;
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    border-radius: 8px;
}

/* Empty state */
.tumbler-empty[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #64748b;
}

.tumbler-empty-icon[b-77a4xht8db] {
    font-size: 4rem;
    color: #cbd5e1;
}

/* Text utilities */
.text-muted[b-77a4xht8db] { color: #64748b; }

/* ── RIGHT SIDEBAR ── */
.raffle-sidebar[b-77a4xht8db] {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #f8fafc;
    border-left: 1px solid #e2e8f0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    transition: width 0.3s ease;
}

/* Collapsed state */
.raffle-sidebar.sidebar-collapsed[b-77a4xht8db] {
    width: 0;
    min-width: 0;
    border-left: none;
}

/* Toggle button — lives as a flex sibling between raffle-main and raffle-sidebar */
.sidebar-toggle-btn[b-77a4xht8db] {
    flex-shrink: 0;
    align-self: center;
    width: 20px;
    height: 56px;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
    transition: background 0.2s, box-shadow 0.2s, width 0.2s;
    padding: 0;
    z-index: 50;
}

.sidebar-toggle-btn:hover[b-77a4xht8db] {
    background: #1d4ed8;
    width: 24px;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.sidebar-toggle-icon[b-77a4xht8db] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.raffle-sidebar[b-77a4xht8db]::-webkit-scrollbar {
    width: 6px;
}

.raffle-sidebar[b-77a4xht8db]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

/* Sidebar card block */
.sidebar-card[b-77a4xht8db] {
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.sidebar-card:last-child[b-77a4xht8db] {
    border-bottom: none;
}

.sidebar-card-header[b-77a4xht8db] {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem .50rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1e293b;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.sidebar-card-header .ml-auto[b-77a4xht8db] {
    margin-left: auto;
}

.sidebar-card-body[b-77a4xht8db] {
    padding: 0.85rem 1rem;
}

.sidebar-actions[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.spin-button-sidebar[b-77a4xht8db] {
    font-weight: 700 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #4caf50, #8bc34a) !important;
    box-shadow: 0 2px 8px rgba(76,175,80,0.3) !important;
    letter-spacing: 0.5px;
}

.action-btn-sidebar[b-77a4xht8db] {
    border-radius: 8px !important;
    border-color: #cbd5e1 !important;
    color: #475569 !important;
}

.action-btn-text-sidebar[b-77a4xht8db] {
    border-radius: 8px !important;
}

.text-muted-sidebar[b-77a4xht8db] {
    color: #64748b !important;
    text-align: center;
    padding: 0.5rem;
}

/* Statistics row */
.stats-row[b-77a4xht8db] {
    display: flex;
    gap: 0.5rem;
}

.stats-box[b-77a4xht8db] {
    flex: 1;
    border-radius: 10px;
    padding: 0.6rem 0.5rem;
    text-align: center;
}

.stats-available[b-77a4xht8db] { background: #dbeafe; border: 1px solid #bfdbfe; }
.stats-todraw[b-77a4xht8db]    { background: #fef3c7;  border: 1px solid #fde68a; }
.stats-winners[b-77a4xht8db]   { background: #d1fae5;  border: 1px solid #a7f3d0; }

.stats-label[b-77a4xht8db] {
    font-size: 0.7rem !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: block;
}

.stats-value[b-77a4xht8db] {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.1;
}

/* Winners scrollable list (used inside tumbler-winners-panel) */
.winners-batch-group[b-77a4xht8db] {
    margin-bottom: 0.75rem;
}

.winners-batch-label[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: var(--mud-palette-primary, #594AE2);
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    margin-bottom: 0.35rem;
}

/* Batch progress sidebar */
.batch-progress-info[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.batch-progress-row[b-77a4xht8db] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.batch-progress-row:last-child[b-77a4xht8db] { border-bottom: none; }

.batch-progress-label[b-77a4xht8db] {
    font-size: 0.75rem;
    color: #64748b;
}

.batch-progress-value[b-77a4xht8db] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e293b;
}

/* Winner flash batch tag */
.winner-batch-tag[b-77a4xht8db] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--mud-palette-primary, #594AE2);
    background: rgba(89, 74, 226, 0.08);
    border: 1px solid rgba(89, 74, 226, 0.2);
    border-radius: 999px;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.no-winners[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: #64748b;
    text-align: center;
    gap: 0.4rem;
}

.winners-district-group[b-77a4xht8db] {
    margin-bottom: 0.75rem;
}

.winners-district-label[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e40af;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e2e8f0;
}

.winners-count-badge[b-77a4xht8db] {
    margin-left: auto;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 999px;
    font-size: 0.7rem;
    padding: 1px 7px;
    font-weight: 700;
}

/* Individual winner row */
.winner-list-item[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    margin-bottom: 0.3rem;
    transition: background 0.2s;
    background: #ffffff;
}

.winner-list-item:hover[b-77a4xht8db] { background: #f1f5f9; }

.winner-list-rank[b-77a4xht8db] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #ffffff;
    background: #3b82f6;
    border-radius: 50%;
    width: 24px; height: 24px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.winner-list-info[b-77a4xht8db] { flex: 1; min-width: 0; }

.winner-list-name[b-77a4xht8db] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.winner-list-meta[b-77a4xht8db] {
    font-size: 0.68rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Color accents per rank */
.winner-color-1 .winner-list-rank[b-77a4xht8db] { background: #fee2e2;   color: #dc2626; }
.winner-color-2 .winner-list-rank[b-77a4xht8db] { background: #dbeafe;  color: #2563eb; }
.winner-color-3 .winner-list-rank[b-77a4xht8db] { background: #d1fae5;  color: #059669; }
.winner-color-4 .winner-list-rank[b-77a4xht8db] { background: #fef3c7;  color: #d97706; }
.winner-color-5 .winner-list-rank[b-77a4xht8db] { background: #ede9fe; color: #7c3aed; }

/* ═══════════════════════════════════════════════
   FULL-SCREEN WINNER FLASH OVERLAY
   ═══════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════
   FULL-SCREEN WINNER FLASH OVERLAY — EFFECTS
   ═══════════════════════════════════════════════ */

.winner-fullscreen-overlay[b-77a4xht8db] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(ellipse at center, #0f0c29 0%, #1a1040 40%, #0d0620 100%) !important;
    overflow: hidden;
    animation: fadeInOverlay-b-77a4xht8db 0.4s ease;
}

@keyframes fadeInOverlay-b-77a4xht8db {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Rotating light rays ── */
.winner-rays[b-77a4xht8db] {
    position: absolute;
    inset: 0;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgba(255, 215, 0, 0.06) 10deg,
        transparent 20deg,
        rgba(99, 102, 241, 0.05) 40deg,
        transparent 50deg,
        rgba(255, 215, 0, 0.06) 70deg,
        transparent 80deg,
        rgba(236, 72, 153, 0.05) 100deg,
        transparent 110deg,
        rgba(255, 215, 0, 0.06) 130deg,
        transparent 140deg,
        rgba(99, 102, 241, 0.05) 160deg,
        transparent 170deg,
        rgba(255, 215, 0, 0.06) 190deg,
        transparent 200deg,
        rgba(236, 72, 153, 0.05) 220deg,
        transparent 230deg,
        rgba(255, 215, 0, 0.06) 250deg,
        transparent 260deg,
        rgba(99, 102, 241, 0.05) 280deg,
        transparent 290deg,
        rgba(255, 215, 0, 0.06) 310deg,
        transparent 320deg,
        rgba(236, 72, 153, 0.05) 340deg,
        transparent 350deg,
        transparent 360deg
    );
    animation: raysRotate-b-77a4xht8db 12s linear infinite;
    pointer-events: none;
}

@keyframes raysRotate-b-77a4xht8db {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ── Firework pulse rings ── */
.winner-ring[b-77a4xht8db] {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 215, 0, 0.5);
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.winner-ring-1[b-77a4xht8db] {
    width: 300px;
    height: 300px;
    animation: ringPulse-b-77a4xht8db 2.4s ease-out infinite;
}

.winner-ring-2[b-77a4xht8db] {
    width: 500px;
    height: 500px;
    border-color: rgba(139, 92, 246, 0.4);
    animation: ringPulse-b-77a4xht8db 2.4s ease-out 0.8s infinite;
}

.winner-ring-3[b-77a4xht8db] {
    width: 700px;
    height: 700px;
    border-color: rgba(236, 72, 153, 0.35);
    animation: ringPulse-b-77a4xht8db 2.4s ease-out 1.6s infinite;
}

@keyframes ringPulse-b-77a4xht8db {
    0%   { transform: translate(-50%, -50%) scale(0); opacity: 0.9; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0; }
}

/* ── Confetti ── */
.confetti-wrap[b-77a4xht8db] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.cc[b-77a4xht8db] {
    position: absolute;
    top: -20px;
    width: 10px;
    height: 14px;
    border-radius: 2px;
    opacity: 0;
    animation: confettiFall-b-77a4xht8db linear infinite;
}

/* Colors */
.cc:nth-child(5n+1)[b-77a4xht8db]  { background: #fbbf24; }
.cc:nth-child(5n+2)[b-77a4xht8db]  { background: #a78bfa; }
.cc:nth-child(5n+3)[b-77a4xht8db]  { background: #f472b6; }
.cc:nth-child(5n+4)[b-77a4xht8db]  { background: #34d399; }
.cc:nth-child(5n+5)[b-77a4xht8db]  { background: #60a5fa; }

/* Widths / shapes */
.cc:nth-child(3n)[b-77a4xht8db]   { width: 7px;  height: 12px; border-radius: 50%; }
.cc:nth-child(7n)[b-77a4xht8db]   { width: 12px; height: 8px;  border-radius: 1px; }

/* Distribute left positions across 40 pieces */
.cc-1[b-77a4xht8db]  { left:  2%; animation-duration: 3.1s; animation-delay: 0.0s;  width:8px;  }
.cc-2[b-77a4xht8db]  { left:  5%; animation-duration: 2.7s; animation-delay: 0.3s;  }
.cc-3[b-77a4xht8db]  { left:  9%; animation-duration: 3.4s; animation-delay: 0.6s;  }
.cc-4[b-77a4xht8db]  { left: 13%; animation-duration: 2.9s; animation-delay: 0.1s;  width:6px;  }
.cc-5[b-77a4xht8db]  { left: 17%; animation-duration: 3.6s; animation-delay: 0.8s;  }
.cc-6[b-77a4xht8db]  { left: 21%; animation-duration: 2.5s; animation-delay: 0.4s;  }
.cc-7[b-77a4xht8db]  { left: 25%; animation-duration: 3.2s; animation-delay: 1.1s;  }
.cc-8[b-77a4xht8db]  { left: 29%; animation-duration: 2.8s; animation-delay: 0.2s;  width:11px; }
.cc-9[b-77a4xht8db]  { left: 33%; animation-duration: 3.7s; animation-delay: 0.9s;  }
.cc-10[b-77a4xht8db] { left: 37%; animation-duration: 2.6s; animation-delay: 0.5s;  }
.cc-11[b-77a4xht8db] { left: 41%; animation-duration: 3.3s; animation-delay: 1.3s;  }
.cc-12[b-77a4xht8db] { left: 45%; animation-duration: 2.9s; animation-delay: 0.7s;  }
.cc-13[b-77a4xht8db] { left: 49%; animation-duration: 3.5s; animation-delay: 0.0s;  width:7px;  }
.cc-14[b-77a4xht8db] { left: 53%; animation-duration: 2.7s; animation-delay: 1.0s;  }
.cc-15[b-77a4xht8db] { left: 57%; animation-duration: 3.1s; animation-delay: 0.4s;  }
.cc-16[b-77a4xht8db] { left: 61%; animation-duration: 2.5s; animation-delay: 1.2s;  }
.cc-17[b-77a4xht8db] { left: 65%; animation-duration: 3.8s; animation-delay: 0.6s;  }
.cc-18[b-77a4xht8db] { left: 69%; animation-duration: 2.9s; animation-delay: 0.3s;  width:9px;  }
.cc-19[b-77a4xht8db] { left: 73%; animation-duration: 3.4s; animation-delay: 0.8s;  }
.cc-20[b-77a4xht8db] { left: 77%; animation-duration: 2.6s; animation-delay: 1.4s;  }
.cc-21[b-77a4xht8db] { left: 81%; animation-duration: 3.0s; animation-delay: 0.1s;  }
.cc-22[b-77a4xht8db] { left: 85%; animation-duration: 2.8s; animation-delay: 0.9s;  }
.cc-23[b-77a4xht8db] { left: 89%; animation-duration: 3.6s; animation-delay: 0.5s;  }
.cc-24[b-77a4xht8db] { left: 93%; animation-duration: 2.7s; animation-delay: 1.1s;  }
.cc-25[b-77a4xht8db] { left: 97%; animation-duration: 3.2s; animation-delay: 0.2s;  }
.cc-26[b-77a4xht8db] { left:  4%; animation-duration: 3.0s; animation-delay: 1.5s;  }
.cc-27[b-77a4xht8db] { left: 11%; animation-duration: 2.6s; animation-delay: 1.7s;  width:6px;  }
.cc-28[b-77a4xht8db] { left: 18%; animation-duration: 3.5s; animation-delay: 1.9s;  }
.cc-29[b-77a4xht8db] { left: 24%; animation-duration: 2.4s; animation-delay: 2.1s;  }
.cc-30[b-77a4xht8db] { left: 31%; animation-duration: 3.3s; animation-delay: 1.6s;  }
.cc-31[b-77a4xht8db] { left: 38%; animation-duration: 2.8s; animation-delay: 2.3s;  }
.cc-32[b-77a4xht8db] { left: 44%; animation-duration: 3.7s; animation-delay: 1.8s;  }
.cc-33[b-77a4xht8db] { left: 51%; animation-duration: 2.5s; animation-delay: 2.0s;  }
.cc-34[b-77a4xht8db] { left: 58%; animation-duration: 3.1s; animation-delay: 1.4s;  }
.cc-35[b-77a4xht8db] { left: 64%; animation-duration: 2.9s; animation-delay: 2.2s;  }
.cc-36[b-77a4xht8db] { left: 71%; animation-duration: 3.6s; animation-delay: 1.6s;  }
.cc-37[b-77a4xht8db] { left: 78%; animation-duration: 2.7s; animation-delay: 2.5s;  }
.cc-38[b-77a4xht8db] { left: 84%; animation-duration: 3.4s; animation-delay: 1.3s;  }
.cc-39[b-77a4xht8db] { left: 90%; animation-duration: 2.6s; animation-delay: 2.4s;  }
.cc-40[b-77a4xht8db] { left: 96%; animation-duration: 3.0s; animation-delay: 1.1s;  }

@keyframes confettiFall-b-77a4xht8db {
    0%   { top: -20px;   opacity: 1;   transform: rotate(0deg)   translateX(0); }
    25%  {                              transform: rotate(120deg) translateX(15px); }
    50%  {               opacity: 0.9; transform: rotate(240deg) translateX(-10px); }
    75%  {                              transform: rotate(360deg) translateX(12px); }
    100% { top: 110vh;   opacity: 0;   transform: rotate(480deg) translateX(-8px); }
}

/* ── Sparkle text icons ── */
.sparkle[b-77a4xht8db] {
    position: absolute;
    font-size: 1.5rem;
    pointer-events: none;
    animation: sparklePop-b-77a4xht8db 2s ease-in-out infinite;
    color: #fbbf24;
    text-shadow: 0 0 10px #fbbf24, 0 0 20px #f59e0b;
}

.sparkle-1[b-77a4xht8db]  { top: 12%; left:  8%; animation-delay: 0.0s; font-size: 1.8rem; }
.sparkle-2[b-77a4xht8db]  { top:  8%; left: 22%; animation-delay: 0.5s; color: #a78bfa; text-shadow: 0 0 10px #a78bfa; }
.sparkle-3[b-77a4xht8db]  { top: 18%; right: 10%; animation-delay: 1.0s; font-size: 1.3rem; }
.sparkle-4[b-77a4xht8db]  { top:  6%; right: 25%; animation-delay: 0.3s; color: #f472b6; text-shadow: 0 0 10px #f472b6; font-size: 2rem; }
.sparkle-5[b-77a4xht8db]  { bottom: 15%; left:  6%; animation-delay: 0.8s; color: #34d399; text-shadow: 0 0 10px #34d399; }
.sparkle-6[b-77a4xht8db]  { bottom: 10%; left: 20%; animation-delay: 1.3s; font-size: 1.2rem; }
.sparkle-7[b-77a4xht8db]  { bottom: 18%; right:  8%; animation-delay: 0.6s; color: #a78bfa; text-shadow: 0 0 10px #a78bfa; font-size: 1.6rem; }
.sparkle-8[b-77a4xht8db]  { bottom:  8%; right: 22%; animation-delay: 1.1s; color: #f472b6; text-shadow: 0 0 10px #f472b6; }

@keyframes sparklePop-b-77a4xht8db {
    0%, 100% { transform: scale(0.5) rotate(0deg);   opacity: 0; }
    30%       { transform: scale(1.4) rotate(20deg);  opacity: 1; }
    60%       { transform: scale(1.0) rotate(-10deg); opacity: 0.8; }
    80%       { transform: scale(1.2) rotate(15deg);  opacity: 0.4; }
}

/* ── Flash card ── */
.winner-flash-card[b-77a4xht8db] {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.97), rgba(240,245,255,0.97));
    border: 2px solid rgba(255, 215, 0, 0.6);
    border-radius: 28px;
    box-shadow:
        0 0 0 4px rgba(255, 215, 0, 0.15),
        0 0 60px rgba(255, 215, 0, 0.25),
        0 30px 80px rgba(0, 0, 0, 0.5);
    animation: winnerPop-b-77a4xht8db 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-width: 480px;
    width: 90vw;
}

/* Subtle inner shimmer sweep on card */
.winner-flash-card[b-77a4xht8db]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background: linear-gradient(105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 60%);
    background-size: 200% 100%;
    animation: cardSheen-b-77a4xht8db 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes cardSheen-b-77a4xht8db {
    0%   { background-position: 200% center; }
    100% { background-position: -200% center; }
}

@keyframes winnerPop-b-77a4xht8db {
    from { opacity: 0; transform: scale(0.6) rotate(-4deg); }
    to   { opacity: 1; transform: scale(1)   rotate(0deg); }
}

.winner-celebration[b-77a4xht8db] {
    margin-bottom: 1rem;
}

.celebration-icon[b-77a4xht8db] {
    font-size: 4rem !important;
    color: #f59e0b !important;
    filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.8));
    animation: trophyBounce-b-77a4xht8db 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
}

@keyframes trophyBounce-b-77a4xht8db {
    from { transform: translateY(0)    rotate(-8deg) scale(1.0); }
    to   { transform: translateY(-10px) rotate(8deg)  scale(1.1); }
}

.winner-flash-label[b-77a4xht8db] {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #f59e0b, #ec4899, #8b5cf6, #3b82f6, #10b981, #f59e0b);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: rainbowMove-b-77a4xht8db 2s linear infinite;
}

@keyframes rainbowMove-b-77a4xht8db {
    from { background-position: 0% center; }
    to   { background-position: 300% center; }
}

.winner-name-container[b-77a4xht8db] {
    margin-bottom: 1.5rem;
}

.winner-name[b-77a4xht8db] {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800 !important;
    background: linear-gradient(90deg, #1e40af, #7c3aed, #db2777, #1e40af);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    animation: nameShimmer-b-77a4xht8db 3s linear infinite;
    filter: drop-shadow(0 2px 6px rgba(124, 58, 237, 0.3));
}

@keyframes nameShimmer-b-77a4xht8db {
    from { background-position:   0% center; }
    to   { background-position: 250% center; }
}

.winner-details[b-77a4xht8db] {
    background: rgba(241, 245, 249, 0.9);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}

.winner-detail-row[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    color: #475569;
    font-size: 0.95rem;
}

.winner-detail-row:not(:last-child)[b-77a4xht8db] {
    border-bottom: 1px solid #e2e8f0;
}

.detail-icon[b-77a4xht8db] {
    color: #7c3aed !important;
    flex-shrink: 0;
}

.detail-label[b-77a4xht8db] {
    color: #64748b;
    flex-shrink: 0;
}

.detail-value[b-77a4xht8db] {
    font-weight: 600;
    color: #1e293b;
    margin-left: auto;
}

.winner-countdown[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.next-winner-btn[b-77a4xht8db] {
    animation: btnGlow-b-77a4xht8db 1.5s ease-in-out infinite;
}

@keyframes btnGlow-b-77a4xht8db {
    0%, 100% { box-shadow: 0 0 12px rgba(89, 74, 226, 0.4); }
    50%       { box-shadow: 0 0 28px rgba(89, 74, 226, 0.8), 0 0 50px rgba(89, 74, 226, 0.3); }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .raffle-page[b-77a4xht8db] { height: auto; max-height: none; overflow-y: auto; margin: -1.5rem; }
    .raffle-layout[b-77a4xht8db] { flex-direction: column; }
    .raffle-main[b-77a4xht8db] { overflow-y: auto; padding: 1rem; }
    .raffle-sidebar[b-77a4xht8db] { width: 100%; border-left: none; border-top: 1px solid #e2e8f0; }
    .raffle-sidebar.sidebar-collapsed[b-77a4xht8db] { width: 100%; height: 0; }
    .sidebar-toggle-btn[b-77a4xht8db] { width: 56px; height: 20px; border-radius: 6px; align-self: auto; }
    .tumbler-container[b-77a4xht8db] { max-width: 100%; }
    .tumbler-window[b-77a4xht8db] { height: 260px; }
    .tumbler-item[b-77a4xht8db] { height: 50px; }
    .tumbler-highlight[b-77a4xht8db] { height: 54px; }
    .tumbler-name[b-77a4xht8db] { font-size: 0.9rem; }
    .tumbler-code[b-77a4xht8db] { font-size: 0.7rem; }
    .tumbler-status[b-77a4xht8db] { padding: 0.6rem 1rem; font-size: 0.95rem; }
    .tumbler-winners-panel[b-77a4xht8db] { width: 200px; }
}

@media (max-width: 600px) {
    .tumbler-status[b-77a4xht8db] { padding: 0.5rem 0.75rem; font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .tumbler-status[b-77a4xht8db] { padding: 0.4rem 0.5rem; font-size: 0.75rem; }
}

@media (min-width: 1400px) {
    .raffle-sidebar[b-77a4xht8db] { width: 400px; }
    .tumbler-winners-panel[b-77a4xht8db] { width: 340px; }
    .tumbler-window[b-77a4xht8db] { height: 520px; }
    .tumbler-item[b-77a4xht8db] { height: 86px; }
    .tumbler-highlight[b-77a4xht8db] { height: 90px; }
    .tumbler-name[b-77a4xht8db] { font-size: 1.35rem; }
    .tumbler-code[b-77a4xht8db] { font-size: 0.9rem; }
    .tumbler-container[b-77a4xht8db] { max-width: 640px; }

    /* Winner flash overlay — 1400px+ */
    .winner-flash-card[b-77a4xht8db] {
        max-width: 680px;
        padding: 3.5rem 4rem;
        border-radius: 32px;
    }
    .celebration-icon[b-77a4xht8db] { font-size: 5.5rem !important; }
    .winner-flash-label[b-77a4xht8db] { font-size: 1.6rem; letter-spacing: 3px; margin-bottom: 2rem; }
    .winner-name[b-77a4xht8db] { font-size: clamp(2.8rem, 4vw, 4.2rem) !important; }
    .winner-details[b-77a4xht8db] { padding: 1.25rem 2rem; margin-bottom: 2rem; border-radius: 16px; }
    .winner-detail-row[b-77a4xht8db] { font-size: 1.1rem; padding: 0.6rem 0; }
    .countdown-ring[b-77a4xht8db] { width: 76px; height: 76px; border-width: 4px; }
    .countdown-number[b-77a4xht8db] { font-size: 2rem; }
    .countdown-text[b-77a4xht8db] { font-size: 1rem; }
}

@media (min-width: 1800px) {
    .tumbler-winners-panel[b-77a4xht8db] { width: 400px; }
    .tumbler-window[b-77a4xht8db] { height: 600px; }
    .tumbler-item[b-77a4xht8db] { height: 100px; }
    .tumbler-highlight[b-77a4xht8db] { height: 104px; }
    .tumbler-name[b-77a4xht8db] { font-size: 1.55rem; }
    .tumbler-code[b-77a4xht8db] { font-size: 1rem; }
    .tumbler-container[b-77a4xht8db] { max-width: 760px; }

    /* Winner flash overlay — 1800px+ */
    .winner-flash-card[b-77a4xht8db] {
        max-width: 860px;
        padding: 4.5rem 5.5rem;
        border-radius: 40px;
    }
    .celebration-icon[b-77a4xht8db] { font-size: 7rem !important; }
    .winner-flash-label[b-77a4xht8db] { font-size: 2rem; letter-spacing: 4px; margin-bottom: 2.5rem; }
    .winner-name[b-77a4xht8db] { font-size: clamp(3.5rem, 4.5vw, 5.5rem) !important; }
    .winner-details[b-77a4xht8db] { padding: 1.5rem 2.5rem; margin-bottom: 2.5rem; border-radius: 20px; }
    .winner-detail-row[b-77a4xht8db] { font-size: 1.25rem; padding: 0.75rem 0; }
    .countdown-ring[b-77a4xht8db] { width: 96px; height: 96px; border-width: 5px; }
    .countdown-number[b-77a4xht8db] { font-size: 2.5rem; }
    .countdown-text[b-77a4xht8db] { font-size: 1.15rem; }
}

/* ═══════════════════════════════════════════════
   SELECTION MODE TOGGLE (District / Area switch)
   ═══════════════════════════════════════════════ */

.selection-mode-toggle[b-77a4xht8db] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.35rem 0.75rem;
}

.mode-label[b-77a4xht8db] {
    font-size: 0.78rem;
    font-weight: 600;
    transition: color 0.2s, opacity 0.2s;
    white-space: nowrap;
    user-select: none;
}

.mode-active[b-77a4xht8db] {
    color: #2563eb;
    opacity: 1;
}

.mode-inactive[b-77a4xht8db] {
    color: #94a3b8;
    opacity: 0.7;
}

/* Area districts hint chip */
.area-districts-hint[b-77a4xht8db] {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #6b7280;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    padding: 0.3rem 0.6rem;
    gap: 0.25rem;
}

/* ═════════════════════════════════════════════════
   WINNERS PANEL – MAXIMIZE / FULLSCREEN OVERLAY
════════════════════════════════════════════════ */

/* Maximize button in the winners panel header */
.winners-panel-maximize-btn[b-77a4xht8db] {
    margin-left: auto;
    background: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winners-panel-maximize-btn:hover:not(:disabled)[b-77a4xht8db] {
    background: #f3f4f6;
    color: var(--mud-palette-primary, #594AE2);
}

.winners-panel-maximize-btn:disabled[b-77a4xht8db] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Fullscreen overlay container */
.winners-fullscreen-overlay[b-77a4xht8db] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
    animation: fadeIn-b-77a4xht8db 0.3s ease-out;
    padding: 1rem;
}

@keyframes fadeIn-b-77a4xht8db {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Fullscreen container - matches tumbler-winners-panel design */
.winners-fullscreen-container[b-77a4xht8db] {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    height: 90vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp-b-77a4xht8db 0.3s ease-out;
    border: 1px solid #e2e8f0;
}

@keyframes slideUp-b-77a4xht8db {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Header - matches tumbler-winners-header design */
.winners-fullscreen-header[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: var(--mud-palette-primary, #594AE2);
    border-bottom: none;
    flex-shrink: 0;
    border-radius: 16px 16px 0 0;
}

/* Close button */
.winners-fullscreen-close-btn[b-77a4xht8db] {
    margin-left: auto;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winners-fullscreen-close-btn:hover[b-77a4xht8db] {
    background: rgba(255, 255, 255, 0.2);
}

/* Content area - scrollable, matches tumbler-winners-list */
.winners-fullscreen-content[b-77a4xht8db] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.65rem;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.winners-fullscreen-content[b-77a4xht8db]::-webkit-scrollbar {
    width: 4px;
}

.winners-fullscreen-content[b-77a4xht8db]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* No winners state */
.no-winners[b-77a4xht8db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: #64748b;
    text-align: center;
    gap: 0.4rem;
}

/* District group - same as winners-batch-group */
.winners-district-group[b-77a4xht8db] {
    margin-bottom: 0.75rem;
}

/* District label - same as winners-district-label */
.winners-district-label[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e40af;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e2e8f0;
}

/* Count badge */
.winners-count-badge[b-77a4xht8db] {
    margin-left: auto;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 999px;
    font-size: 0.7rem;
    padding: 1px 7px;
    font-weight: 700;
}

/* Winner list item - already exists, just ensuring consistency */
.winner-list-item[b-77a4xht8db] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    margin-bottom: 0.3rem;
    transition: background 0.2s;
    background: #ffffff;
}

.winner-list-item:hover[b-77a4xht8db] {
    background: #f1f5f9;
}

/* Rank badge */
.winner-list-rank[b-77a4xht8db] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #ffffff;
    background: #3b82f6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Winner info */
.winner-list-info[b-77a4xht8db] {
    flex: 1;
    min-width: 0;
}

.winner-list-name[b-77a4xht8db] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.winner-list-meta[b-77a4xht8db] {
    font-size: 0.68rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/Consumer/RafflePrizesPage.razor.rz.scp.css */
.raffle-prizes-page[b-ogi5kryhv1] {
    padding: 1.5rem;
    max-width: 100%;
    margin: 0 auto;
}

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

.header-content[b-ogi5kryhv1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.page-title[b-ogi5kryhv1] {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: inherit;
}

.page-subtitle[b-ogi5kryhv1] {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.95rem;
}

.header-actions[b-ogi5kryhv1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* ── Loading ── */
.loading-container[b-ogi5kryhv1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    gap: 1rem;
}

/* ── Filters ── */
.filters-section[b-ogi5kryhv1] {
    margin-bottom: 0;
}

/* ── Summary cards ── */
.summary-section[b-ogi5kryhv1] {
    /* handled by MudPaper */
}

/* ── Table ── */
.prizes-table[b-ogi5kryhv1] {
    width: 100%;
}

.prizes-table .mud-table-cell[b-ogi5kryhv1] {
    vertical-align: middle;
    padding: 0.75rem !important;
}

/* ── Desktop Optimization ── */
@media (min-width: 1920px) {
    .raffle-prizes-page[b-ogi5kryhv1] {
        padding: 2rem 3rem;
    }

    .page-header[b-ogi5kryhv1] {
        margin-bottom: 2rem;
    }

    .prizes-table .mud-table-cell[b-ogi5kryhv1] {
        padding: 1rem !important;
        font-size: 0.95rem;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .raffle-prizes-page[b-ogi5kryhv1] {
        padding: 1.75rem 2.5rem;
    }

    .filters-section[b-ogi5kryhv1] {
        margin-bottom: 1.5rem;
    }
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .raffle-prizes-page[b-ogi5kryhv1] {
        padding: 1rem;
    }

    .page-header[b-ogi5kryhv1] {
        flex-direction: column;
    }

    .header-actions[b-ogi5kryhv1] {
        width: 100%;
    }
}


/* /Components/Pages/Consumer/RaffleWinnersPage.razor.rz.scp.css */
.raffle-winners-page[b-wc959z9cu1] {
    padding: 1.5rem;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-wc959z9cu1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-content[b-wc959z9cu1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.header-actions[b-wc959z9cu1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-title[b-wc959z9cu1] {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: inherit;
}

.page-subtitle[b-wc959z9cu1] {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.95rem;
}

.loading-container[b-wc959z9cu1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    gap: 1rem;
}

.summary-section[b-wc959z9cu1] {
}

.winners-expansion-panels[b-wc959z9cu1] {
    margin-top: 1rem;
}

.winners-table[b-wc959z9cu1] {
    width: 100%;
}

.winners-table .mud-table-cell[b-wc959z9cu1] {
    vertical-align: middle;
    padding: 0.75rem !important;
}

/* ── Desktop Optimization ── */
@media (min-width: 1920px) {
    .raffle-winners-page[b-wc959z9cu1] {
        padding: 2rem 3rem;
    }

    .page-header[b-wc959z9cu1] {
        margin-bottom: 2rem;
    }

    .winners-table .mud-table-cell[b-wc959z9cu1] {
        padding: 1rem !important;
        font-size: 0.95rem;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .raffle-winners-page[b-wc959z9cu1] {
        padding: 1.75rem 2.5rem;
    }

    .summary-section[b-wc959z9cu1] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 600px) {
    .raffle-winners-page[b-wc959z9cu1] {
        padding: 1rem;
    }

    .page-header[b-wc959z9cu1] {
        flex-direction: column;
    }
}
/* /Components/Pages/LandingPage.razor.rz.scp.css */
/* ===== Keyframe Animations ===== */

@keyframes fadeInUp-b-6h7mi9k9qw {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown-b-6h7mi9k9qw {
    from { opacity: 0; transform: translateY(-28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft-b-6h7mi9k9qw {
    from { opacity: 0; transform: translateX(-48px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight-b-6h7mi9k9qw {
    from { opacity: 0; transform: translateX(48px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInScale-b-6h7mi9k9qw {
    from { opacity: 0; transform: scale(0.82); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes logoBounceIn-b-6h7mi9k9qw {
    0%   { opacity: 0; transform: scale(0.4) translateY(-30px); }
    60%  { opacity: 1; transform: scale(1.12) translateY(4px); }
    80%  { transform: scale(0.95) translateY(-2px); }
    100% { transform: scale(1) translateY(0); }
}

@keyframes shimmerText-b-6h7mi9k9qw {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}

@keyframes floatParticle-b-6h7mi9k9qw {
    0%   { transform: translateY(0) translateX(0) scale(1);   opacity: 0.18; }
    33%  { transform: translateY(-28px) translateX(14px) scale(1.1); opacity: 0.28; }
    66%  { transform: translateY(-14px) translateX(-10px) scale(0.9); opacity: 0.2; }
    100% { transform: translateY(0) translateX(0) scale(1);   opacity: 0.18; }
}

@keyframes statCountPop-b-6h7mi9k9qw {
    0%   { transform: scale(0.7); opacity: 0; }
    70%  { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
}

@keyframes pulseGlow-b-6h7mi9k9qw {
    0%,100% { box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 0 0 rgba(124,58,237,0.0); }
    50%      { box-shadow: 0 20px 60px rgba(0,0,0,0.35), 0 0 32px 4px rgba(124,58,237,0.15); }
}

@keyframes stepLineGrow-b-6h7mi9k9qw {
    from { transform: scaleX(0); transform-origin: left; }
    to   { transform: scaleX(1); }
}

/* ===== CSS Variables ===== */
:root[b-6h7mi9k9qw] {
    --primary-color: #7c3aed;
    --primary-light: #a78bfa;
    --primary-dark: #5b21b6;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --background: #ffffff;
    --background-alt: #f8fafc;
    --background-light: #f1f5f9;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

/* ===== Reset & Base ===== */
*[b-6h7mi9k9qw] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-6h7mi9k9qw], body[b-6h7mi9k9qw] {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Blazor root wrappers — remove any default spacing */
body > div[b-6h7mi9k9qw],
#blazor-error-ui[b-6h7mi9k9qw] {
    margin: 0;
    padding: 0;
}

/* Page shell: header + content + footer fill 100vh with no gap */
.landing-page-shell[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* ===== AGMA Registration Page ===== */
.membership-page[b-6h7mi9k9qw] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 20px;
}

.membership-wrapper[b-6h7mi9k9qw] {
    width: 100%;
    max-width: 500px;
}

.membership-card[b-6h7mi9k9qw] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.brand-section[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.brand-logo[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.brand-name[b-6h7mi9k9qw] {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a5f;
    letter-spacing: 2px;
}

.brand-tagline[b-6h7mi9k9qw] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header[b-6h7mi9k9qw] {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.card-header .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 40px !important;
}

.card-title[b-6h7mi9k9qw] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 12px 0 4px 0;
}

.card-subtitle[b-6h7mi9k9qw] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* ===== Progress Steps ===== */
.progress-steps[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 16px;
}

.step[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-circle[b-6h7mi9k9qw] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-6h7mi9k9qw] {
    background: #1976d2;
    color: white;
}

.step.completed .step-circle[b-6h7mi9k9qw] {
    background: #4caf50;
    color: white;
}

.step-label[b-6h7mi9k9qw] {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    max-width: 80px;
}

.step.active .step-label[b-6h7mi9k9qw] {
    color: #1976d2;
    font-weight: 600;
}

.step.completed .step-label[b-6h7mi9k9qw] {
    color: #4caf50;
}

.step-line[b-6h7mi9k9qw] {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    margin: 0 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    max-width: 60px;
}

.step-line.active[b-6h7mi9k9qw] {
    background: #4caf50;
}

/* ===== Form Elements ===== */
.mb-4[b-6h7mi9k9qw] {
    margin-bottom: 16px;
}

.account-info-card[b-6h7mi9k9qw] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.members-card[b-6h7mi9k9qw] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

/* ===== Success Section ===== */
.success-section[b-6h7mi9k9qw] {
    text-align: center;
    padding: 24px 0;
}

.success-icon[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.success-icon .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 48px !important;
}

.success-title[b-6h7mi9k9qw] {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.success-message[b-6h7mi9k9qw] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 24px 0;
}

.success-details-card[b-6h7mi9k9qw] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: left;
}

/* ===== Footer ===== */
.membership-footer[b-6h7mi9k9qw] {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

/* ===== Registration Closed Section ===== */
.registration-closed-section[b-6h7mi9k9qw] {
    text-align: center;
    padding: 32px 16px;
}

.closed-icon-container[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.closed-icon-container .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 48px !important;
    color: #dc2626;
}

.closed-reason-container[b-6h7mi9k9qw] {
    margin-top: 16px;
}

/* ===== Utility classes ===== */
.fw-600[b-6h7mi9k9qw] {
    font-weight: 600;
}

.text-muted[b-6h7mi9k9qw] {
    color: #6b7280;
}

/* ===== Landing Container ===== */
.landing-container[b-6h7mi9k9qw] {
    flex: 1;
    display: flex;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 40px 20px;
    gap: 40px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

/* Floating background particles */
.landing-container[b-6h7mi9k9qw]::before,
.landing-container[b-6h7mi9k9qw]::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.landing-container[b-6h7mi9k9qw]::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(124,58,237,0.13) 0%, transparent 70%);
    top: -80px;
    left: -100px;
    animation: floatParticle-b-6h7mi9k9qw 9s ease-in-out infinite;
}

.landing-container[b-6h7mi9k9qw]::after {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(76,175,80,0.10) 0%, transparent 70%);
    bottom: 40px;
    right: 60px;
    animation: floatParticle-b-6h7mi9k9qw 12s ease-in-out infinite reverse;
}

/* ===== Welcome Section ===== */
.welcome-section[b-6h7mi9k9qw] {
    flex: 1;
    color: white;
    padding: 40px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    animation: fadeInLeft-b-6h7mi9k9qw 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.welcome-content[b-6h7mi9k9qw] {
    max-width: 600px;
}

.welcome-title[b-6h7mi9k9qw] {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin: 0 0 24px 0;
    animation: fadeInUp-b-6h7mi9k9qw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.welcome-description[b-6h7mi9k9qw] {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 40px 0;
    animation: fadeInUp-b-6h7mi9k9qw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.welcome-stats[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    animation: fadeInUp-b-6h7mi9k9qw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.stat-item[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: transform 0.25s ease;
}

.stat-item:hover[b-6h7mi9k9qw] {
    transform: translateY(-3px);
}

.stat-number[b-6h7mi9k9qw] {
    font-size: 32px;
    font-weight: 700;
    color: #4caf50;
    animation: statCountPop-b-6h7mi9k9qw 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.stat-label[b-6h7mi9k9qw] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.stat-divider[b-6h7mi9k9qw] {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
}

.welcome-benefits[b-6h7mi9k9qw] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
    animation: fadeInUp-b-6h7mi9k9qw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.benefits-title[b-6h7mi9k9qw] {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0 0 16px 0;
}

.benefits-list[b-6h7mi9k9qw] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefits-list li[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    animation: fadeInLeft-b-6h7mi9k9qw 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.benefits-list li:nth-child(1)[b-6h7mi9k9qw] { animation-delay: 0.65s; }
.benefits-list li:nth-child(2)[b-6h7mi9k9qw] { animation-delay: 0.75s; }
.benefits-list li:nth-child(3)[b-6h7mi9k9qw] { animation-delay: 0.85s; }
.benefits-list li:nth-child(4)[b-6h7mi9k9qw] { animation-delay: 0.95s; }
.benefits-list li:nth-child(5)[b-6h7mi9k9qw] { animation-delay: 1.05s; }

.benefit-icon[b-6h7mi9k9qw] {
    color: #4caf50;
    flex-shrink: 0;
}

/* ===== Registration Section ===== */
.registration-section[b-6h7mi9k9qw] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    animation: fadeInRight-b-6h7mi9k9qw 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.registration-wrapper[b-6h7mi9k9qw] {
    width: 100%;
    max-width: 500px;
}

.registration-card[b-6h7mi9k9qw] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: pulseGlow-b-6h7mi9k9qw 4s ease-in-out 1.2s infinite;
}

.brand-section[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    animation: fadeInScale-b-6h7mi9k9qw 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.brand-logo[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
    animation: logoBounceIn-b-6h7mi9k9qw 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.brand-name[b-6h7mi9k9qw] {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a5f;
    letter-spacing: 2px;
    margin: 0;
}

.brand-tagline[b-6h7mi9k9qw] {
    font-size: 12px;
    color: #6b7280;
    margin: 4px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header[b-6h7mi9k9qw] {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.card-header .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 40px !important;
}

.card-title[b-6h7mi9k9qw] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 8px 0 4px 0;
}

.card-subtitle[b-6h7mi9k9qw] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* ===== Important Dates Banner ===== */
.dates-banner[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px 40px;
    margin-bottom: 40px;
    animation: fadeInUp-b-6h7mi9k9qw 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.date-item[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.date-icon-wrapper[b-6h7mi9k9qw] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(76, 175, 80, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-icon-wrapper .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 24px !important;
    color: #4caf50;
}

.date-icon[b-6h7mi9k9qw] {
    color: #4caf50;
    flex-shrink: 0;
}

.date-content[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.date-label[b-6h7mi9k9qw] {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date-value[b-6h7mi9k9qw] {
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.date-divider[b-6h7mi9k9qw] {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
}

/* ===== Progress Steps ===== */
.progress-steps[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 16px;
}

.step[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-circle[b-6h7mi9k9qw] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-6h7mi9k9qw] {
    background: #1976d2;
    color: white;
}

.step.completed .step-circle[b-6h7mi9k9qw] {
    background: #4caf50;
    color: white;
}

.step-label[b-6h7mi9k9qw] {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    max-width: 80px;
}

.step.active .step-label[b-6h7mi9k9qw] {
    color: #1976d2;
    font-weight: 600;
}

.step.completed .step-label[b-6h7mi9k9qw] {
    color: #4caf50;
}

.step-line[b-6h7mi9k9qw] {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    margin: 0 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    max-width: 60px;
}

.step-line.active[b-6h7mi9k9qw] {
    background: #4caf50;
    animation: stepLineGrow-b-6h7mi9k9qw 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ===== Form Elements ===== */
.form-section[b-6h7mi9k9qw] {
    margin-top: 24px;
}

.form-section .mud-form[b-6h7mi9k9qw] {
    display: flex;
    flex-direction: column;
}

.form-section .mud-text-field[b-6h7mi9k9qw] {
    margin-bottom: 16px;
    flex-shrink: 0;
}

.form-section .mud-alert[b-6h7mi9k9qw] {
    margin-bottom: 16px;
    flex-shrink: 0;
}

.mb-4[b-6h7mi9k9qw] {
    margin-bottom: 16px;
}

.account-info-card[b-6h7mi9k9qw] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.members-card[b-6h7mi9k9qw] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

/* ===== Success Section ===== */
.success-section[b-6h7mi9k9qw] {
    text-align: center;
    padding: 24px 0;
}

.success-icon[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.success-icon .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 48px !important;
}

.success-title[b-6h7mi9k9qw] {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.success-message[b-6h7mi9k9qw] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 24px 0;
}

.success-details-card[b-6h7mi9k9qw] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: left;
}

/* ===== Footer ===== */
.membership-footer[b-6h7mi9k9qw] {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

/* ===== Registration Closed Section ===== */
.registration-closed-section[b-6h7mi9k9qw] {
    text-align: center;
    padding: 32px 16px;
}

.closed-icon-container[b-6h7mi9k9qw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.closed-icon-container .mud-icon-root[b-6h7mi9k9qw] {
    font-size: 48px !important;
    color: #dc2626;
}

.closed-reason-container[b-6h7mi9k9qw] {
    margin-top: 16px;
}

/* ===== Utility classes ===== */
.fw-600[b-6h7mi9k9qw] {
    font-weight: 600;
}

.text-muted[b-6h7mi9k9qw] {
    color: #6b7280;
}

/* ===== Page Header ===== */
.page-header[b-6h7mi9k9qw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
    animation: fadeInDown-b-6h7mi9k9qw 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-logo[b-6h7mi9k9qw] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.header-logo-image[b-6h7mi9k9qw] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.header-title[b-6h7mi9k9qw] {
    font-size: 24px;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
}

.login-button[b-6h7mi9k9qw] {
    min-width: 120px;
    font-weight: 600;
    background-color: #1e3a5f !important;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
    transition: all 0.3s ease;
}

.login-button:hover[b-6h7mi9k9qw] {
    background-color: #2a4f7a !important;
    box-shadow: 0 6px 16px rgba(30, 58, 95, 0.4);
}

.login-button:active[b-6h7mi9k9qw] {
    transform: translateY(1px);
}

/* ===== Page Footer ===== */
.page-footer[b-6h7mi9k9qw] {
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 100%);
    padding: 24px 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp-b-6h7mi9k9qw 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.footer-content[b-6h7mi9k9qw] {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-text[b-6h7mi9k9qw] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 500;
}

.footer-text strong[b-6h7mi9k9qw] {
    color: rgba(255, 255, 255, 0.9);
}

/* ===== Responsive - Tablet ===== */
@media (max-width: 1024px) {
    .page-header[b-6h7mi9k9qw] {
        padding: 12px 20px;
    }

    .header-logo-image[b-6h7mi9k9qw] {
        width: 40px;
        height: 40px;
    }

    .header-title[b-6h7mi9k9qw] {
        font-size: 20px;
    }

    .login-button[b-6h7mi9k9qw] {
        min-width: 110px;
        font-size: 14px;
    }

    .page-footer[b-6h7mi9k9qw] {
        padding: 20px 20px;
    }

    .footer-text[b-6h7mi9k9qw] {
        font-size: 12px;
    }

    .landing-container[b-6h7mi9k9qw] {
        flex-direction: column;
        gap: 40px;
        padding: 20px;
        align-items: center;
        min-height: auto;
    }

    /* Registration Section on top for mobile/tablet */
    .registration-section[b-6h7mi9k9qw] {
        order: -1;
        padding-top: 0;
        justify-content: center;
        width: 100%;
    }

    .welcome-section[b-6h7mi9k9qw] {
        order: 1;
        padding: 20px;
        min-height: auto;
        text-align: center;
        width: 100%;
    }

    .welcome-content[b-6h7mi9k9qw] {
        max-width: 100%;
    }

    .welcome-title[b-6h7mi9k9qw] {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .welcome-description[b-6h7mi9k9qw] {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    /* ===== Important Dates Banner - Tablet ===== */
    .dates-banner[b-6h7mi9k9qw] {
        gap: 32px;
        padding: 20px 32px;
        margin-bottom: 32px;
    }

    .date-item[b-6h7mi9k9qw] {
        gap: 12px;
    }

    .date-icon-wrapper[b-6h7mi9k9qw] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .date-icon-wrapper .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 20px !important;
    }

    .date-label[b-6h7mi9k9qw] {
        font-size: 11px;
    }

    .date-value[b-6h7mi9k9qw] {
        font-size: 16px;
    }

    .date-divider[b-6h7mi9k9qw] {
        height: 40px;
    }

    .welcome-stats[b-6h7mi9k9qw] {
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .stat-item[b-6h7mi9k9qw] {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .stat-number[b-6h7mi9k9qw] {
        font-size: 28px;
        font-weight: 700;
    }

    .stat-label[b-6h7mi9k9qw] {
        font-size: 13px;
    }

    .stat-divider[b-6h7mi9k9qw] {
        width: 1px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
    }

    .welcome-benefits[b-6h7mi9k9qw] {
        max-width: 400px;
        margin: 0 auto;
    }

    .members-card[b-6h7mi9k9qw] {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .members-card .mud-card-header[b-6h7mi9k9qw] {
        padding: 16px 16px;
        border-bottom: 1px solid #e2e8f0;
    }

    .members-card .mud-card-content[b-6h7mi9k9qw] {
        padding: 16px 0;
    }

    .members-card .mud-list[b-6h7mi9k9qw] {
        padding: 0;
    }

    .members-card .mud-list-item[b-6h7mi9k9qw] {
        padding: 14px 16px;
        min-height: auto;
        border-bottom: 1px solid #f1f5f9;
    }

    .members-card .mud-list-item:last-child[b-6h7mi9k9qw] {
        border-bottom: none;
    }
}

/* ===== Responsive - Mobile ===== */
@media (max-width: 768px) {
    .page-header[b-6h7mi9k9qw] {
        padding: 12px 16px;
        gap: 12px;
    }

    .header-logo[b-6h7mi9k9qw] {
        gap: 8px;
    }

    .header-logo-image[b-6h7mi9k9qw] {
        width: 36px;
        height: 36px;
    }

    .header-title[b-6h7mi9k9qw] {
        font-size: 18px;
    }

    .login-button[b-6h7mi9k9qw] {
        min-width: 100px;
        font-size: 13px;
        padding: 8px 12px !important;
    }

    .page-footer[b-6h7mi9k9qw] {
        padding: 18px 16px;
    }

    .footer-text[b-6h7mi9k9qw] {
        font-size: 11px;
    }

    .landing-container[b-6h7mi9k9qw] {
        flex-direction: column;
        gap: 30px;
        padding: 20px 12px;
        align-items: stretch;
        min-height: auto;
    }

    /* Registration Section on top for mobile */
    .registration-section[b-6h7mi9k9qw] {
        order: -1;
        padding-top: 0;
        width: 100%;
        animation: fadeInUp-b-6h7mi9k9qw 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
    }

    /* Welcome section shown below registration card on mobile */
    .welcome-section[b-6h7mi9k9qw] {
        order: 1;
        padding: 20px 12px 12px;
        min-height: auto;
        text-align: center;
        width: 100%;
        animation: fadeInUp-b-6h7mi9k9qw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
    }

    .welcome-content[b-6h7mi9k9qw]    { padding: 0; max-width: 100%; }
    .welcome-title[b-6h7mi9k9qw]      { font-size: 24px; line-height: 1.3; margin-bottom: 12px; }
    .welcome-description[b-6h7mi9k9qw] { font-size: 14px; line-height: 1.6; margin-bottom: 18px; }

    /* ===== Important Dates Banner - Mobile ===== */
    .dates-banner[b-6h7mi9k9qw] {
        flex-direction: row;
        gap: 16px;
        padding: 16px 20px;
        margin-bottom: 20px;
    }

    .date-item[b-6h7mi9k9qw] {
        gap: 10px;
    }

    .date-icon-wrapper[b-6h7mi9k9qw] {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .date-icon-wrapper .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 18px !important;
    }

    .date-content[b-6h7mi9k9qw] {
        gap: 2px;
    }

    .date-label[b-6h7mi9k9qw] {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .date-value[b-6h7mi9k9qw] {
        font-size: 13px;
    }

    .date-divider[b-6h7mi9k9qw] {
        height: 40px;
        width: 1px;
    }

    .welcome-stats[b-6h7mi9k9qw] {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 16px;
    }

    .stat-item[b-6h7mi9k9qw]  { flex-direction: column; align-items: center; gap: 4px; }
    .stat-number[b-6h7mi9k9qw] { font-size: 26px; }
    .stat-label[b-6h7mi9k9qw]  { font-size: 12px; }

    .stat-divider[b-6h7mi9k9qw] {
        width: 1px;
        height: 36px;
        background: rgba(255, 255, 255, 0.2);
    }

    .welcome-benefits[b-6h7mi9k9qw] { text-align: left; }

    .registration-card[b-6h7mi9k9qw] {
        padding: 20px;
        border-radius: 12px;
        margin: 0 12px;
    }

    .brand-section[b-6h7mi9k9qw] {
        margin-bottom: 16px;
    }

    .brand-logo[b-6h7mi9k9qw] {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .brand-name[b-6h7mi9k9qw] {
        font-size: 22px;
    }

    .brand-tagline[b-6h7mi9k9qw] {
        font-size: 11px;
    }

    .card-header[b-6h7mi9k9qw] {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .card-header .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 32px !important;
    }

    .card-title[b-6h7mi9k9qw] {
        font-size: 18px;
        margin: 8px 0 2px 0;
    }

    .card-subtitle[b-6h7mi9k9qw] {
        font-size: 13px;
    }

    /* ===== Important Dates Banner - Responsive ===== */
    .dates-banner[b-6h7mi9k9qw] {
        flex-direction: column;
        gap: 12px;
        padding: 14px;
        margin-bottom: 24px;
    }

    .date-item[b-6h7mi9k9qw] {
        width: 100%;
        justify-content: flex-start;
    }

    .date-divider[b-6h7mi9k9qw] {
        width: 80%;
        height: 1px;
    }

    .date-label[b-6h7mi9k9qw] {
        font-size: 10px;
    }

    .date-value[b-6h7mi9k9qw] {
        font-size: 13px;
    }

    .progress-steps[b-6h7mi9k9qw] {
        padding: 0 8px;
        margin-bottom: 24px;
    }

    .step[b-6h7mi9k9qw] {
        gap: 6px;
    }

    .step-circle[b-6h7mi9k9qw] {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .step-label[b-6h7mi9k9qw] {
        font-size: 9px;
        max-width: 50px;
    }

    .step-line[b-6h7mi9k9qw] {
        margin: 0 4px;
        margin-bottom: 18px;
        max-width: 40px;
    }

    .form-section[b-6h7mi9k9qw] {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
    }

    .form-section .mud-form[b-6h7mi9k9qw] {
        display: flex;
        flex-direction: column;
    }

    .form-section .mud-text-field[b-6h7mi9k9qw] {
        margin-bottom: 12px;
        flex-shrink: 0;
    }

    .form-section .mud-alert[b-6h7mi9k9qw] {
        margin-bottom: 12px;
        flex-shrink: 0;
    }

    .mb-4[b-6h7mi9k9qw] {
        margin-bottom: 12px;
    }

    .account-info-card[b-6h7mi9k9qw] {
        margin-bottom: 12px;
    }

    .members-card[b-6h7mi9k9qw] {
        margin-bottom: 12px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
    }

    .members-card .mud-card-header[b-6h7mi9k9qw] {
        padding: 14px 12px;
        border-bottom: 1px solid #e2e8f0;
        background: rgba(255, 255, 255, 0.5);
    }

    .members-card .mud-card-content[b-6h7mi9k9qw] {
        padding: 12px 0;
    }

    .members-card .mud-list[b-6h7mi9k9qw] {
        padding: 0;
    }

    .members-card .mud-list-item[b-6h7mi9k9qw] {
        padding: 12px 12px;
        min-height: auto;
        border-bottom: 1px solid #f1f5f9;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .members-card .mud-list-item:last-child[b-6h7mi9k9qw] {
        border-bottom: none;
    }

    .members-card .mud-list-item-icon[b-6h7mi9k9qw] {
        margin-right: 8px;
        color: #7c3aed;
        flex-shrink: 0;
    }

    .members-card .mud-stack[b-6h7mi9k9qw] {
        display: flex;
        flex-direction: column !important;
        gap: 8px;
    }

    .members-card .mud-stack[role="presentation"][b-6h7mi9k9qw] {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .members-card .mud-chip[b-6h7mi9k9qw] {
        margin-top: 4px;
        align-self: flex-start;
    }

    .success-section[b-6h7mi9k9qw] {
        padding: 16px 0;
    }

    .success-icon[b-6h7mi9k9qw] {
        width: 60px;
        height: 60px;
        margin: 0 auto 16px;
    }

    .success-icon .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 36px !important;
    }

    .success-title[b-6h7mi9k9qw] {
        font-size: 20px;
        margin: 0 0 6px 0;
    }

    .success-message[b-6h7mi9k9qw] {
        font-size: 13px;
        margin: 0 0 16px 0;
    }

    .success-details-card[b-6h7mi9k9qw] {
        margin: 0;
    }

    .membership-footer[b-6h7mi9k9qw] {
        margin-top: 16px;
        padding-top: 12px;
        font-size: 12px;
    }
}

/* ===== Responsive - Small Mobile (< 480px) ===== */
@media (max-width: 480px) {
    .page-header[b-6h7mi9k9qw] {
        padding: 10px 12px;
        gap: 10px;
    }

    .header-logo[b-6h7mi9k9qw] {
        gap: 6px;
    }

    .header-logo-image[b-6h7mi9k9qw] {
        width: 32px;
        height: 32px;
    }

    .header-title[b-6h7mi9k9qw] {
        font-size: 16px;
    }

    .login-button[b-6h7mi9k9qw] {
        min-width: 90px;
        font-size: 12px;
        padding: 6px 10px !important;
    }

    .page-footer[b-6h7mi9k9qw] {
        padding: 16px 12px;
    }

    .footer-text[b-6h7mi9k9qw] {
        font-size: 10px;
    }

    .landing-container[b-6h7mi9k9qw] {
        padding: 16px 8px;
        gap: 24px;
        min-height: auto;
    }

    /* Registration Section on top for small mobile */
    .registration-section[b-6h7mi9k9qw] {
        order: -1;
        width: 100%;
        animation: fadeInUp-b-6h7mi9k9qw 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
    }

    /* Welcome section shown below registration card on small mobile */
    .welcome-section[b-6h7mi9k9qw] {
        order: 1;
        padding: 16px 8px 10px;
        min-height: auto;
        text-align: center;
        width: 100%;
        animation: fadeInUp-b-6h7mi9k9qw 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
    }

    .welcome-title[b-6h7mi9k9qw]       { font-size: 20px; margin-bottom: 10px; }
    .welcome-description[b-6h7mi9k9qw] { font-size: 13px; margin-bottom: 14px; }

    /* ===== Important Dates Banner - Small Mobile ===== */
    .dates-banner[b-6h7mi9k9qw] {
        flex-direction: column;
        gap: 12px;
        padding: 14px 16px;
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
    }

    .date-item[b-6h7mi9k9qw] {
        width: 100%;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .date-icon-wrapper[b-6h7mi9k9qw] {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .date-icon-wrapper .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 16px !important;
    }

    .date-content[b-6h7mi9k9qw] {
        gap: 1px;
    }

    .date-label[b-6h7mi9k9qw] {
        font-size: 8px;
        letter-spacing: 0.5px;
    }

    .date-value[b-6h7mi9k9qw] {
        font-size: 12px;
    }

    .date-divider[b-6h7mi9k9qw] {
        width: 80%;
        height: 1px;
    }

    .welcome-stats[b-6h7mi9k9qw] {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 14px;
    }

    .stat-number[b-6h7mi9k9qw] { font-size: 22px; }
    .stat-label[b-6h7mi9k9qw]  { font-size: 11px; }

    .brand-logo[b-6h7mi9k9qw] {
        width: 45px;
        height: 45px;
        margin-bottom: 6px;
    }

    .brand-name[b-6h7mi9k9qw] {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .brand-tagline[b-6h7mi9k9qw] {
        font-size: 10px;
        margin-top: 2px;
    }

    .card-header[b-6h7mi9k9qw] {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .card-header .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 28px !important;
    }

    .card-title[b-6h7mi9k9qw] {
        font-size: 16px;
        margin: 6px 0 2px 0;
    }

    .card-subtitle[b-6h7mi9k9qw] {
        font-size: 12px;
    }

    /* ===== Important Dates Banner - Small Mobile ===== */
    .dates-banner[b-6h7mi9k9qw] {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
    }

    .date-item[b-6h7mi9k9qw] {
        width: 100%;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .date-divider[b-6h7mi9k9qw] {
        width: 70%;
        height: 1px;
    }

    .date-label[b-6h7mi9k9qw] {
        font-size: 9px;
    }

    .date-value[b-6h7mi9k9qw] {
        font-size: 12px;
    }

    .progress-steps[b-6h7mi9k9qw] {
        padding: 0 4px;
        margin-bottom: 20px;
    }

    .step[b-6h7mi9k9qw] {
        gap: 4px;
    }

    .step-circle[b-6h7mi9k9qw] {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .step-label[b-6h7mi9k9qw] {
        font-size: 8px;
        max-width: 45px;
    }

    .step-line[b-6h7mi9k9qw] {
        margin: 0 2px;
        margin-bottom: 16px;
        max-width: 35px;
        height: 2px;
    }

    .form-section[b-6h7mi9k9qw] {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
    }

    .form-section .mud-form[b-6h7mi9k9qw] {
        display: flex;
        flex-direction: column;
    }

    .form-section .mud-text-field[b-6h7mi9k9qw] {
        margin-bottom: 10px;
        flex-shrink: 0;
    }

    .form-section .mud-alert[b-6h7mi9k9qw] {
        margin-bottom: 10px;
        flex-shrink: 0;
    }

    .mb-4[b-6h7mi9k9qw] {
        margin-bottom: 10px;
    }

    .account-info-card[b-6h7mi9k9qw] {
        margin-bottom: 10px;
    }

    .members-card[b-6h7mi9k9qw] {
        margin-bottom: 10px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
    }

    .members-card .mud-card-header[b-6h7mi9k9qw] {
        padding: 12px 10px;
        border-bottom: 1px solid #e2e8f0;
        background: rgba(255, 255, 255, 0.5);
    }

    .members-card .mud-card-content[b-6h7mi9k9qw] {
        padding: 10px 0;
    }

    .members-card .mud-list[b-6h7mi9k9qw] {
        padding: 0;
    }

    .members-card .mud-list-item[b-6h7mi9k9qw] {
        padding: 10px 10px;
        min-height: auto;
        border-bottom: 1px solid #f1f5f9;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .members-card .mud-list-item:last-child[b-6h7mi9k9qw] {
        border-bottom: none;
    }

    .members-card .mud-list-item-icon[b-6h7mi9k9qw] {
        margin-right: 6px;
        color: #7c3aed;
        flex-shrink: 0;
    }

    .members-card .mud-chip[b-6h7mi9k9qw] {
        margin-top: 4px;
        align-self: flex-start;
    }

    .success-section[b-6h7mi9k9qw] {
        padding: 12px 0;
    }

    .success-icon[b-6h7mi9k9qw] {
        width: 50px;
        height: 50px;
        margin: 0 auto 12px;
    }

    .success-icon .mud-icon-root[b-6h7mi9k9qw] {
        font-size: 30px !important;
    }

    .success-title[b-6h7mi9k9qw] {
        font-size: 18px;
        margin: 0 0 4px 0;
    }

    .success-message[b-6h7mi9k9qw] {
        font-size: 12px;
        margin: 0 0 12px 0;
    }

    .membership-footer[b-6h7mi9k9qw] {
        margin-top: 12px;
        padding-top: 10px;
        font-size: 11px;
    }
}

/* /Components/Pages/SimpleLogin.razor.rz.scp.css */
/* ===== Login Page - Centered Card Design ===== */

.login-page[b-q5ojts4usf] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.login-wrapper[b-q5ojts4usf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
}

/* ===== Brand Section ===== */
.brand-section[b-q5ojts4usf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon[b-q5ojts4usf] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border-radius: 6px;
    color: white;
}

.brand-icon[b-q5ojts4usf]  .mud-icon-root {
    font-size: 16px;
}

.brand-name[b-q5ojts4usf] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ===== Login Card ===== */
.login-card[b-q5ojts4usf] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

/* ===== Header ===== */
.login-header[b-q5ojts4usf] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-title[b-q5ojts4usf] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.login-subtitle[b-q5ojts4usf] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Social Buttons ===== */
.social-buttons[b-q5ojts4usf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.social-button[b-q5ojts4usf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.social-button:hover:not(:disabled)[b-q5ojts4usf] {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

.social-button:disabled[b-q5ojts4usf] {
    opacity: 0.7;
    cursor: not-allowed;
}

.social-button svg[b-q5ojts4usf] {
    flex-shrink: 0;
}

/* ===== Divider ===== */
.divider[b-q5ojts4usf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.divider[b-q5ojts4usf]::before,
.divider[b-q5ojts4usf]::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #e5e5e5;
}

.divider span[b-q5ojts4usf] {
    font-size: 0.75rem;
    color: #9ca3af;
    white-space: nowrap;
}

/* ===== Form ===== */
.login-form[b-q5ojts4usf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-q5ojts4usf] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.label-row[b-q5ojts4usf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-label[b-q5ojts4usf] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
}

.forgot-link[b-q5ojts4usf] {
    font-size: 0.8rem;
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.forgot-link:hover[b-q5ojts4usf] {
    color: #4b5563;
}

.form-input[b-q5ojts4usf] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-input[b-q5ojts4usf]::placeholder {
    color: #9ca3af;
}

.form-input:hover[b-q5ojts4usf] {
    border-color: #d1d5db;
}

.form-input:focus[b-q5ojts4usf] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

/* ===== Login Button ===== */
.login-button[b-q5ojts4usf] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 0.5rem;
}

.login-button:hover[b-q5ojts4usf] {
    background-color: #333333;
}

.login-button:active[b-q5ojts4usf] {
    background-color: #0a0a0a;
}

/* ===== Sign Up Text ===== */
.signup-text[b-q5ojts4usf] {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0.5rem 0 0 0;
}

.signup-link[b-q5ojts4usf] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.signup-link:hover[b-q5ojts4usf] {
    color: #4b5563;
}

/* ===== Footer ===== */
.login-footer[b-q5ojts4usf] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    max-width: 300px;
    line-height: 1.5;
}

.footer-link[b-q5ojts4usf] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-link:hover[b-q5ojts4usf] {
    color: #4b5563;
}

/* ===== Snackbar Notifications ===== */
@keyframes slideIn-b-q5ojts4usf {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut-b-q5ojts4usf {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

.snackbar-container[b-q5ojts4usf] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
}

.snackbar[b-q5ojts4usf] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background-color: #1f2937;
    color: #f3f4f6;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: slideIn-b-q5ojts4usf 0.3s ease-out forwards;
    min-width: 320px;
}

.snackbar.error[b-q5ojts4usf] {
    background-color: #7f1d1d;
    border-left: 4px solid #dc2626;
    color: #fee2e2;
}

.snackbar.success[b-q5ojts4usf] {
    background-color: #1f3a1f;
    border-left: 4px solid #16a34a;
    color: #dcfce7;
}

.snackbar.warning[b-q5ojts4usf] {
    background-color: #3f3a1f;
    border-left: 4px solid #eab308;
    color: #fef08a;
}

.snackbar.info[b-q5ojts4usf] {
    background-color: #1f3a4f;
    border-left: 4px solid #0ea5e9;
    color: #cffafe;
}

.snackbar-icon[b-q5ojts4usf] {
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.snackbar-content[b-q5ojts4usf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.snackbar-title[b-q5ojts4usf] {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.snackbar-message[b-q5ojts4usf] {
    font-size: 13px;
    margin: 0;
    opacity: 0.95;
}

.snackbar-close[b-q5ojts4usf] {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.snackbar-close:hover[b-q5ojts4usf] {
    opacity: 1;
}

.snackbar.closing[b-q5ojts4usf] {
    animation: slideOut-b-q5ojts4usf 0.3s ease-out forwards;
}

@media (max-width: 640px) {
    .snackbar-container[b-q5ojts4usf] {
        bottom: 16px;
        right: 16px;
        left: 16px;
        max-width: none;
    }

    .snackbar[b-q5ojts4usf] {
        min-width: auto;
    }
}

/* ===== Responsive Design ===== */
@media (max-width: 480px) {
    .login-page[b-q5ojts4usf] {
        padding: 1rem;
    }

    .login-card[b-q5ojts4usf] {
        padding: 1.5rem;
    }

    .login-title[b-q5ojts4usf] {
        font-size: 1.25rem;
    }
}

/* ===== Focus States for Accessibility ===== */
.login-button:focus-visible[b-q5ojts4usf],
.social-button:focus-visible[b-q5ojts4usf],
.forgot-link:focus-visible[b-q5ojts4usf],
.signup-link:focus-visible[b-q5ojts4usf],
.footer-link:focus-visible[b-q5ojts4usf] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.form-input:focus-visible[b-q5ojts4usf] {
    outline: none;
}

/* Remove focus outline from card/form containers */
.login-page *:focus:not(.form-input):not(.login-button):not(.social-button)[b-q5ojts4usf],
.login-page *:focus-visible:not(.form-input):not(.login-button):not(.social-button)[b-q5ojts4usf] {
    outline: none !important;
    box-shadow: none !important;
}
/* /Components/Pages/Users/UserDetailPage.razor.rz.scp.css */
/* ===== User Detail Page - Widescreen Layout ===== */

/* Profile Card */
.profile-card[b-6nlqyckmna] {
    border-radius: 12px;
}

.profile-cover[b-6nlqyckmna] {
    height: 100px;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
}

.profile-avatar[b-6nlqyckmna] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-tertiary, #7c3aed));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    border: 4px solid var(--mud-palette-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.profile-avatar[b-6nlqyckmna]  .mud-image {
    width: 100%;
    height: 100%;
}

.profile-avatar[b-6nlqyckmna]  .mud-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-img[b-6nlqyckmna] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-initials[b-6nlqyckmna] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

.status-indicator[b-6nlqyckmna] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--mud-palette-surface);
}

.status-indicator.active[b-6nlqyckmna] {
    background: var(--mud-palette-success);
}

.status-indicator.inactive[b-6nlqyckmna] {
    background: var(--mud-palette-error);
}

.profile-info[b-6nlqyckmna] {
    padding: 60px 20px 20px;
    text-align: center;
}

.profile-details[b-6nlqyckmna] {
    text-align: left;
}

.profile-details[b-6nlqyckmna]  .mud-list-item {
    padding: 8px 0;
}

/* Stats Cards */
.stats-card[b-6nlqyckmna] {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.stats-card:hover[b-6nlqyckmna] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Action Panels (Accordion) */
.action-panels[b-6nlqyckmna] {
    border: none !important;
}

.action-panel[b-6nlqyckmna] {
    border-radius: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.action-panel[b-6nlqyckmna]::before {
    display: none !important;
}

.action-panel[b-6nlqyckmna]  .mud-expand-panel-header {
    padding: 12px 16px !important;
    min-height: auto !important;
}

.action-panel[b-6nlqyckmna]  .mud-expand-panel-content {
    padding: 16px !important;
    background: var(--mud-palette-background-gray);
}

/* Danger Zone */
.danger-zone[b-6nlqyckmna] {
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.3) !important;
    border-radius: 12px;
    background: rgba(var(--mud-palette-error-rgb), 0.03) !important;
}

.danger-item[b-6nlqyckmna] {
    border-radius: 8px;
    background: rgba(var(--mud-palette-error-rgb), 0.06);
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.15);
}

.danger-item:hover[b-6nlqyckmna] {
    background: rgba(var(--mud-palette-error-rgb), 0.08);
}

/* Animations */
@keyframes fadeInUp-b-6nlqyckmna {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-card[b-6nlqyckmna] {
    animation: fadeInUp-b-6nlqyckmna 0.3s ease-out;
}

.stats-card[b-6nlqyckmna] {
    animation: fadeInUp-b-6nlqyckmna 0.3s ease-out backwards;
}

.fsh-card[b-6nlqyckmna] {
    animation: fadeInUp-b-6nlqyckmna 0.3s ease-out 0.1s backwards;
}

/* Responsive */
@media (max-width: 960px) {
    .profile-cover[b-6nlqyckmna] {
        height: 80px;
    }

    .profile-avatar[b-6nlqyckmna] {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }

    .profile-avatar .avatar-initials[b-6nlqyckmna] {
        font-size: 1.5rem;
    }

    .profile-info[b-6nlqyckmna] {
        padding-top: 50px;
    }
}
