@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ut7l2bblk3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ut7l2bblk3] {
    flex: 1;
}

.sidebar[b-ut7l2bblk3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ut7l2bblk3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ut7l2bblk3]  a, .top-row[b-ut7l2bblk3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ut7l2bblk3]  a:hover, .top-row[b-ut7l2bblk3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ut7l2bblk3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ut7l2bblk3] {
        justify-content: space-between;
    }

    .top-row[b-ut7l2bblk3]  a, .top-row[b-ut7l2bblk3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ut7l2bblk3] {
        flex-direction: row;
    }

    .sidebar[b-ut7l2bblk3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ut7l2bblk3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ut7l2bblk3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ut7l2bblk3], article[b-ut7l2bblk3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ut7l2bblk3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ut7l2bblk3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ==================== NAVBAR TOGGLER ==================== */
.navbar-toggler[b-omlhibclbk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-omlhibclbk] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-omlhibclbk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-omlhibclbk] {
    font-size: 1.1rem;
}

/* ==================== BOOTSTRAP ICONS ==================== */
/* Let Bootstrap Icons CDN handle icon rendering */
.nav-link .bi[b-omlhibclbk] {
    margin-right: 0.5rem;
    font-size: 1rem;
}

/* ==================== SECTION HEADERS ==================== */
.nav-section-header[b-omlhibclbk] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    padding: 5px 20px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.admin-section-header[b-omlhibclbk] {
    color: #f39c12;
    border-bottom-color: rgba(243, 156, 18, 0.3);
}

.member-preview-header[b-omlhibclbk] {
    color: #3498db;
    border-bottom-color: rgba(52, 152, 219, 0.3);
}

.badge-sm[b-omlhibclbk] {
    font-size: 0.55rem;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ==================== NAV ITEMS & LINKS ==================== */
.nav-item[b-omlhibclbk] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-omlhibclbk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-omlhibclbk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-omlhibclbk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-omlhibclbk]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-omlhibclbk]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Base nav link styling - More Compact */
.nav-link[b-omlhibclbk] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px !important;
    border-radius: 6px;
    margin: 1px 6px;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

    .nav-link span[class^="bi"][b-omlhibclbk] {
        font-size: 1rem;
        width: 18px;
    }

    .nav-link:hover[b-omlhibclbk] {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateX(4px);
    }

/* ==================== VOLUNTEER REGISTRATION LINK  ==================== */
[b-omlhibclbk] .volunteer-registration-link {
    background: linear-gradient(135deg, #ff5e4d 0%, #e74c3c 50%, #c0392b 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.02rem !important;
    position: relative;
    padding: 12px 12px !important;
    margin: 8px 6px !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 12px rgba(231, 76, 60, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

[b-omlhibclbk] .volunteer-registration-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ff5e4d, #e74c3c, #c0392b, #e74c3c, #ff5e4d);
    background-size: 300% 300%;
    border-radius: 8px;
    opacity: 0;
    z-index: -1;
    animation: gradientShift-b-omlhibclbk 4s ease infinite;
}

/* FIX: Apply ::deep to hover state as well */
[b-omlhibclbk] .volunteer-registration-link:hover {
    background: linear-gradient(135deg, #ff6b5a 0%, #ff4433 50%, #d6382c 100%) !important;
    transform: translateX(6px) scale(1.05) !important;
    transition: all 0.3s ease !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 6px 25px rgba(231, 76, 60, 0.7) !important;
}

[b-omlhibclbk] .volunteer-registration-link:hover::before {
    opacity: 0.3;
}

/* FIX: Heart icon styles with ::deep */
[b-omlhibclbk] .volunteer-registration-link .bi-heart-fill {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.1rem !important;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

/* FIX: Heart beats only on hover - apply ::deep here too */
[b-omlhibclbk] .volunteer-registration-link:hover .bi-heart-fill {
    animation: heartBeat-b-omlhibclbk 1.2s ease-in-out !important;
}

/* Keyframes don't need ::deep */
@keyframes gradientShift-b-omlhibclbk {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes heartBeat-b-omlhibclbk {
    0%, 100% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.15);
    }

    40% {
        transform: scale(1);
    }
}

/* ==================== PREVIEW/LOCKED LINKS ==================== */
.nav-link-preview[b-omlhibclbk] {
    opacity: 0.85;
    cursor: pointer;
}

    .nav-link-preview:hover[b-omlhibclbk] {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1);
    }

.preview-text[b-omlhibclbk] {
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
}

.preview-icon[b-omlhibclbk] {
    color: rgba(255, 255, 255, 0.6);
}

.preview-lock[b-omlhibclbk] {
    color: #3498db !important;
    opacity: 0.9;
}

.nav-link-preview:hover .preview-text[b-omlhibclbk] {
    color: rgba(255, 255, 255, 0.95);
}

.nav-link-preview:hover .preview-icon[b-omlhibclbk] {
    color: rgba(255, 255, 255, 0.8);
}

.nav-link-preview:hover .preview-lock[b-omlhibclbk] {
    opacity: 1;
}

/* ==================== ADMIN LINKS ==================== */
.admin-link[b-omlhibclbk] {
    background-color: rgba(243, 156, 18, 0.05);
    border-left: 3px solid transparent;
}

    .admin-link:hover[b-omlhibclbk] {
        background-color: rgba(243, 156, 18, 0.15);
        border-left-color: #f39c12;
        transform: translateX(4px);
    }

    .admin-link.active[b-omlhibclbk] {
        background-color: rgba(243, 156, 18, 0.2);
        border-left-color: #f39c12;
    }

/* ==================== LOGOUT BUTTON ==================== */
.logout-link[b-omlhibclbk] {
    color: #e74c3c !important;
    font-weight: 600;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 7px 10px !important;
}

    .logout-link:hover[b-omlhibclbk] {
        background-color: rgba(231, 76, 60, 0.1);
    }

/* ==================== SCROLLABLE NAV ==================== */
.nav-scrollable[b-omlhibclbk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-omlhibclbk] {
    display: block;
}

/* ==================== RESPONSIVE ==================== */
@media (min-width: 641px) {
    .navbar-toggler[b-omlhibclbk] {
        display: none;
    }

    .nav-scrollable[b-omlhibclbk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .nav-section-header[b-omlhibclbk] {
        padding: 8px 16px 4px;
        font-size: 0.68rem;
    }

    .nav-link[b-omlhibclbk] {
        padding: 6px 10px !important;
        font-size: 0.9rem;
    }

    .badge-sm[b-omlhibclbk] {
        font-size: 0.5rem;
        padding: 1px 4px;
    }

    /* Keep volunteer link prominent on mobile */
    .volunteer-registration-link[b-omlhibclbk] {
        font-size: 0.98rem !important;
        padding: 10px 10px !important;
    }

    .volunteer-badge[b-omlhibclbk] {
        font-size: 0.68rem;
        padding: 2px 8px;
    }
}

/* Training link styling with ::deep */
[b-omlhibclbk] .training-link {
    background: linear-gradient(90deg, rgba(23, 162, 184, 0.1) 0%, transparent 100%) !important;
}

[b-omlhibclbk] .training-link:hover {
    background: linear-gradient(90deg, rgba(23, 162, 184, 0.2) 0%, transparent 100%) !important;
}

/* Highlight the What's On link */
.nav-link-events:hover[b-omlhibclbk] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.nav-link-events.active[b-omlhibclbk] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}


/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fw05ly69p5],
.components-reconnect-repeated-attempt-visible[b-fw05ly69p5],
.components-reconnect-failed-visible[b-fw05ly69p5],
.components-pause-visible[b-fw05ly69p5],
.components-resume-failed-visible[b-fw05ly69p5],
.components-rejoining-animation[b-fw05ly69p5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-retrying[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-failed[b-fw05ly69p5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fw05ly69p5] {
    display: block;
}


#components-reconnect-modal[b-fw05ly69p5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fw05ly69p5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fw05ly69p5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fw05ly69p5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fw05ly69p5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fw05ly69p5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fw05ly69p5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fw05ly69p5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fw05ly69p5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fw05ly69p5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fw05ly69p5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fw05ly69p5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fw05ly69p5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fw05ly69p5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fw05ly69p5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fw05ly69p5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fw05ly69p5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fw05ly69p5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fw05ly69p5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminModule/AdminMenu.razor.rz.scp.css */
/* ===== ADMIN MENU - COMPREHENSIVE STYLES ===== */

/* Admin Header */
.admin-header[b-lrind08wjd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

/* Quick Stats Cards */
.stat-card[b-lrind08wjd] {
    background: white;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.stat-card:hover[b-lrind08wjd] {
    transform: translateY(-5px);
}

.stat-icon[b-lrind08wjd] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
}

.stat-primary .stat-icon[b-lrind08wjd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-success .stat-icon[b-lrind08wjd] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.stat-warning .stat-icon[b-lrind08wjd] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.stat-info .stat-icon[b-lrind08wjd] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.stat-details h3[b-lrind08wjd] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #2c3e50;
}

.stat-details p[b-lrind08wjd] {
    margin: 0;
    color: b#2c3e50;
    font-size: 0.95rem;
}

/* Admin Menu Cards */
.admin-menu-card[b-lrind08wjd] {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.admin-menu-card:hover[b-lrind08wjd] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Disabled Card State */
.admin-menu-card.card-disabled[b-lrind08wjd] {
    opacity: 0.6;
    background: #f8f9fa;
}

.admin-menu-card.card-disabled:hover[b-lrind08wjd] {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.admin-menu-card.card-disabled .card-icon[b-lrind08wjd] {
    opacity: 0.5;
}

/* Card Icons */
.card-icon[b-lrind08wjd] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 20px;
}

/* Card Content */
.card-content[b-lrind08wjd] {
    flex-grow: 1;
    margin-bottom: 20px;
}

.card-content h5[b-lrind08wjd] {
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}

.card-content p[b-lrind08wjd] {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

/* Access Denied Badge */
.access-denied-badge[b-lrind08wjd] {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.access-denied-badge small[b-lrind08wjd] {
    font-size: 0.75rem;
    opacity: 0.9;
    font-weight: normal;
}

/* Color Schemes for Different Admin Areas */
.bg-purple[b-lrind08wjd] {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.btn-purple[b-lrind08wjd] {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: white;
    border: none;
}

.btn-purple:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #8e44ad 0%, #7d3c98 100%);
    color: white;
}

.bg-teal[b-lrind08wjd] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
}

.btn-teal[b-lrind08wjd] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: white;
    border: none;
}

.btn-teal:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #138d75 0%, #117a65 100%);
    color: white;
}

.bg-volunteer[b-lrind08wjd] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.btn-volunteer[b-lrind08wjd] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
    border: none;
}

.btn-volunteer:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: white;
}

.bg-fundraising[b-lrind08wjd] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
}

.btn-fundraising[b-lrind08wjd] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: white;
    border: none;
}

.btn-fundraising:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #138d75 0%, #117a65 100%);
    color: white;
}

.bg-training[b-lrind08wjd] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.btn-training[b-lrind08wjd] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
}

.btn-training:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    color: white;
}

.bg-volunteer-comms[b-lrind08wjd] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.btn-volunteer-comms[b-lrind08wjd] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
}

.btn-volunteer-comms:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    color: white;
}

/* Member Engagement Card */
.bg-engagement[b-lrind08wjd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.btn-engagement[b-lrind08wjd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.btn-engagement:hover[b-lrind08wjd] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: white;
}

.stat-danger[b-lrind08wjd] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

/* Training Team Banner */
.training-banner[b-lrind08wjd] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(231, 76, 60, 0.4);
    position: relative;
    overflow: hidden;
}

.training-banner[b-lrind08wjd]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.training-banner-content[b-lrind08wjd] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.training-banner-icon[b-lrind08wjd] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    flex-shrink: 0;
}

.training-banner-text[b-lrind08wjd] {
    flex: 1;
    min-width: 300px;
    color: white;
}

.training-banner-text h4[b-lrind08wjd] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.training-banner-text p[b-lrind08wjd] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.training-banner-actions[b-lrind08wjd] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 10;
}

.training-banner .btn[b-lrind08wjd] {
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

.training-banner .btn-light[b-lrind08wjd] {
    background: white;
    color: #e74c3c;
    border: none;
}

.training-banner .btn-light:hover[b-lrind08wjd] {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #e74c3c;
}

.training-banner .btn-outline-light[b-lrind08wjd] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.training-banner .btn-outline-light:hover[b-lrind08wjd] {
    background: white;
    color: #e74c3c;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .admin-header[b-lrind08wjd] {
        text-align: center;
    }

    .admin-header .d-flex[b-lrind08wjd] {
        flex-direction: column;
    }

    .stat-card[b-lrind08wjd] {
        flex-direction: column;
        text-align: center;
    }

    .training-banner-content[b-lrind08wjd] {
        flex-direction: column;
        text-align: center;
    }

    .training-banner-actions[b-lrind08wjd] {
        justify-content: center;
        width: 100%;
    }

    .training-banner-text[b-lrind08wjd] {
        min-width: auto;
    }
}
/* /Components/Pages/ContactUs/Suggestion.razor.rz.scp.css */
/* EdPavTrading/Components/Pages/ContactUs/Suggestion.razor.css */

/* Hero Banner */
.suggestion-hero[b-wupes3r88c] {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(26, 188, 156, 0.3);
    min-height: 350px;
}

.hero-background[b-wupes3r88c] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    z-index: 1;
}

.hero-circle[b-wupes3r88c] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-b-wupes3r88c 8s ease-in-out infinite;
}

.hero-circle-1[b-wupes3r88c] {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    animation-delay: 0s;
}

.hero-circle-2[b-wupes3r88c] {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -30px;
    animation-delay: 2s;
}

@keyframes float-b-wupes3r88c {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.hero-content[b-wupes3r88c] {
    position: relative;
    z-index: 2;
    padding: 60px 40px;
    color: white;
}

.hero-icon[b-wupes3r88c] {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    animation: pulse-b-wupes3r88c 2s ease-in-out infinite;
}

@keyframes pulse-b-wupes3r88c {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.hero-title[b-wupes3r88c] {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-subtitle[b-wupes3r88c] {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-stats[b-wupes3r88c] {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item[b-wupes3r88c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .stat-item i[b-wupes3r88c] {
        font-size: 2rem;
    }

/* Form Styles */
.form-floating > .form-control[b-wupes3r88c] {
    height: calc(3.5rem + 2px);
}

.form-control:focus[b-wupes3r88c] {
    border-color: #1abc9c;
    box-shadow: 0 0 0 0.25rem rgba(26, 188, 156, 0.25);
}

/* CAPTCHA */
.captcha-section[b-wupes3r88c] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #e9ecef;
}

.captcha-box[b-wupes3r88c] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.captcha-question[b-wupes3r88c] {
    flex: 1;
    min-width: 200px;
    font-size: 1.1rem;
}

.captcha-input[b-wupes3r88c] {
    width: 120px;
}

    .captcha-input input[b-wupes3r88c] {
        text-align: center;
        font-weight: 600;
        font-size: 1.2rem;
    }

/* Success Card */
.success-card[b-wupes3r88c] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(40, 167, 69, 0.2);
}

.success-icon[b-wupes3r88c] {
    width: 100px;
    height: 100px;
    background: #28a745;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    margin-bottom: 20px;
    animation: successPop-b-wupes3r88c 0.6s ease-out;
}

@keyframes successPop-b-wupes3r88c {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.ticket-info[b-wupes3r88c] {
    background: white;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ticket-number[b-wupes3r88c] {
    color: #1abc9c;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Info Items */
.info-item i[b-wupes3r88c] {
    font-size: 2rem;
}

/* Info Banner */
.info-banner[b-wupes3r88c] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 40px;
    border-left: 5px solid #1abc9c;
}

.reason-card[b-wupes3r88c] {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .reason-card:hover[b-wupes3r88c] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.reason-icon[b-wupes3r88c] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

.reason-card h5[b-wupes3r88c] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.reason-card p[b-wupes3r88c] {
    color: #666;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title[b-wupes3r88c] {
        font-size: 2rem;
    }

    .hero-subtitle[b-wupes3r88c] {
        font-size: 1.1rem;
    }

    .hero-content[b-wupes3r88c] {
        padding: 40px 20px;
    }

    .hero-stats[b-wupes3r88c] {
        flex-direction: column;
        gap: 15px;
    }

    .captcha-box[b-wupes3r88c] {
        flex-direction: column;
        align-items: stretch;
    }

    .captcha-input[b-wupes3r88c] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ==================== GLOBAL STYLES ==================== */
html[b-hd6i9evad3] {
    scroll-behavior: smooth;
}

/* ==================== SHARED ANIMATIONS ==================== */
@keyframes pulse-b-hd6i9evad3 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes bounce-b-hd6i9evad3 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes float-b-hd6i9evad3 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate-b-hd6i9evad3 {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(15deg);
    }
}

@keyframes heartbeat-b-hd6i9evad3 {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes fadeIn-b-hd6i9evad3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown-b-hd6i9evad3 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== FLOATING SOCIAL MEDIA BUTTON ==================== */
.social-media-float[b-hd6i9evad3] {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.facebook-float-btn[b-hd6i9evad3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1877f2 0%, #0d5dbd 100%);
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse-b-hd6i9evad3 2s ease-in-out infinite;
}

.facebook-logo[b-hd6i9evad3] {
    width: 32px;
    height: 32px;
}

.facebook-float-btn:hover[b-hd6i9evad3] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.6);
    color: white;
}

/* ==================== HERO SECTION ==================== */
.hero-banner-img[b-hd6i9evad3] {
    width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    max-height: calc(100vh - 180px);
}

.row .col-12.banner-container[b-hd6i9evad3] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: auto;
}

.hero-section[b-hd6i9evad3] {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: flex-end; /* Push to bottom */
    overflow: hidden;
}

.hero-background[b-hd6i9evad3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image[b-hd6i9evad3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay[b-hd6i9evad3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.hero-content[b-hd6i9evad3] {
    position: relative;
    z-index: 2;
    color: white;
    padding: 4rem 0; /* More padding at bottom */
    width: 100%;
}

.hero-title[b-hd6i9evad3] {
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

.hero-subtitle[b-hd6i9evad3] {
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: 400;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-tagline[b-hd6i9evad3] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.hero-buttons .btn[b-hd6i9evad3] {
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover[b-hd6i9evad3] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* ==================== HERO CTA BUTTONS ==================== */
.hero-cta[b-hd6i9evad3] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-hero-primary[b-hd6i9evad3] {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border: none;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-primary:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
    color: white;
}

.btn-hero-secondary[b-hd6i9evad3] {
    background: white;
    color: #007bff;
    border: 2px solid white;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-secondary:hover[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: #0056b3;
}

.btn-hero-location[b-hd6i9evad3] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: white;
    border: none;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(22, 160, 133, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-location:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #138d75 0%, #117a65 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(22, 160, 133, 0.6);
    color: white;
}

/* 🎨 Color from: color-scheme.css --events-gradient (Purple for What's On) */
.btn-hero-events[b-hd6i9evad3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    border: none;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-events:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    transform: translateY(-3px);
    color: white;
}

/* 🔵 Color from: color-scheme.css --facilities-gradient (Blue for Facilities/Look Inside) */
.btn-hero-facilities[b-hd6i9evad3] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
    border: none;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-facilities:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.6);
    transform: translateY(-3px);
    color: white;
}

/* ==================== SCROLL DOWN INDICATOR ==================== */
.scroll-indicator[b-hd6i9evad3] {
    text-align: center;
    padding: 20px 0;
}

.scroll-arrow-link[b-hd6i9evad3] {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.scroll-arrow-link:hover[b-hd6i9evad3] {
    transform: scale(1.1);
}

.scroll-arrow[b-hd6i9evad3] {
    font-size: 2.5rem;
    color: #e74c3c;
    animation: bounce-b-hd6i9evad3 2s ease-in-out infinite;
}

.scroll-text[b-hd6i9evad3] {
    display: block;
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==================== QUICK LINKS ==================== */
.quick-link-card[b-hd6i9evad3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.quick-link-card:hover[b-hd6i9evad3] {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-color: #007bff;
    color: #007bff;
}

.quick-link-card i[b-hd6i9evad3] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.quick-link-card span[b-hd6i9evad3] {
    font-weight: 600;
    font-size: 0.95rem;
}

#quickLinks[b-hd6i9evad3] {
    transition: opacity 0.3s ease;
}

/* ==================== CHARITY NOTICE BANNER ==================== */
.charity-notice[b-hd6i9evad3] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(231, 76, 60, 0.4);
    position: relative;
    overflow: hidden;
}

.charity-notice[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-hd6i9evad3 6s ease-in-out infinite;
}

.charity-notice-content[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.charity-title[b-hd6i9evad3] {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.charity-title i[b-hd6i9evad3] {
    font-size: 2.5rem;
    animation: heartbeat-b-hd6i9evad3 2s ease-in-out infinite;
}

.charity-text[b-hd6i9evad3] {
    color: white;
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.charity-text strong[b-hd6i9evad3] {
    color: #fff;
    font-weight: 700;
}

.btn-charity-cta[b-hd6i9evad3] {
    background: white;
    color: #e74c3c;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-charity-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ==================== VOTING REMINDER TOAST ==================== */
.voting-reminder-toast[b-hd6i9evad3] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #2c3e50;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.voting-reminder-toast[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.voting-reminder-toast.show[b-hd6i9evad3] {
    transform: translateY(0);
    opacity: 1;
}

.voting-reminder-toast:hover[b-hd6i9evad3]::before {
    left: 100%;
}

.reminder-icon[b-hd6i9evad3] {
    font-size: 1.5rem;
    color: white;
    animation: rotate-b-hd6i9evad3 3s ease-in-out infinite;
}

.btn-reminder[b-hd6i9evad3] {
    background: white;
    color: #ff9800;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-reminder:hover[b-hd6i9evad3] {
    background: #2c3e50;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-reminder-close[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #2c3e50;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.btn-reminder-close:hover[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

/* ==================== CHEF MEL TOAST ==================== */
.chef-mel-toast[b-hd6i9evad3] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.chef-mel-toast[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.chef-mel-toast.show[b-hd6i9evad3] {
    transform: translateY(0);
    opacity: 1;
}

.chef-mel-toast:hover[b-hd6i9evad3]::before {
    left: 100%;
}

.chef-icon[b-hd6i9evad3] {
    font-size: 1.5rem;
    color: #ffd700;
    animation: rotate-b-hd6i9evad3 3s ease-in-out infinite;
}

.btn-chef-cta[b-hd6i9evad3] {
    background: white;
    color: #27ae60;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-chef-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-chef-close[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.btn-chef-close:hover[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

/* ==================== WHAT'S ON SHOWCASE ==================== */
/* 🎨 Color from: color-scheme.css --events-gradient (Purple for What's On) */
.whats-on-showcase[b-hd6i9evad3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.whats-on-showcase[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    animation: float-b-hd6i9evad3 6s ease-in-out infinite;
}

.whats-on-header[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.whats-on-header h2[b-hd6i9evad3] {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.whats-on-header p[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.whats-on-header i.bi-calendar-event-fill[b-hd6i9evad3] {
    font-size: 2rem;
    animation: pulse-b-hd6i9evad3 2s ease-in-out infinite;
}

.whats-on-header > div[b-hd6i9evad3] {
    text-align: left !important;
}

.whats-on-header h2[b-hd6i9evad3] {
    text-align: left !important;
}

.whats-on-header p[b-hd6i9evad3] {
    text-align: left !important;
}

.whats-on-header .d-flex[b-hd6i9evad3] {
    align-items: flex-start !important;
}

.whats-on-header .d-flex > div:first-child[b-hd6i9evad3] {
    text-align: left !important;
}

.events-preview[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.preview-event-card[b-hd6i9evad3] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.preview-event-card:hover[b-hd6i9evad3] {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.preview-event-image[b-hd6i9evad3] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-event-image img[b-hd6i9evad3] {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

.preview-event-card:hover .preview-event-image img[b-hd6i9evad3] {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.preview-event-date[b-hd6i9evad3] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.preview-event-date .date-day[b-hd6i9evad3] {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    line-height: 1;
}

.preview-event-date .date-month[b-hd6i9evad3] {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #666;
}

.preview-event-body[b-hd6i9evad3] {
    padding: 20px;
}

.preview-event-body h5[b-hd6i9evad3] {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.preview-event-body p[b-hd6i9evad3] {
    color: #666;
    font-size: 0.9rem;
}

.preview-event-badges[b-hd6i9evad3] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.preview-event-badges .badge[b-hd6i9evad3] {
    font-size: 0.75rem;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.preview-event-badges .badge i[b-hd6i9evad3] {
    font-size: 0.875rem;
}

/* ==================== VOLUNTEER OF THE MONTH ==================== */
.volunteer-competition-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(243, 156, 18, 0.4);
    position: relative;
    overflow: hidden;
}

.volunteer-competition-banner[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-hd6i9evad3 8s ease-in-out infinite;
}

.volunteer-competition-banner[b-hd6i9evad3]::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: float-b-hd6i9evad3 6s ease-in-out infinite reverse;
}

.volunteer-banner-header[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.volunteer-trophy-icon[b-hd6i9evad3] {
    display: inline-block;
    font-size: 4rem;
    margin-bottom: 20px;
    animation: bounce-b-hd6i9evad3 2s ease-in-out infinite;
}

.volunteer-banner-header h2[b-hd6i9evad3] {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.volunteer-banner-header .lead[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.volunteer-subtext[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
}

.volunteers-grid[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.volunteer-card[b-hd6i9evad3] {
    background: white;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.volunteer-card[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f39c12, #e67e22);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.volunteer-card:hover[b-hd6i9evad3] {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.volunteer-card:hover[b-hd6i9evad3]::before {
    transform: scaleX(1);
}

.volunteer-card.voted[b-hd6i9evad3] {
    border: 2px solid #27ae60;
    background: linear-gradient(to bottom, #ffffff 0%, #f1f9f5 100%);
}

.volunteer-avatar[b-hd6i9evad3] {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3.5rem;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.volunteer-name[b-hd6i9evad3] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.volunteer-stats[b-hd6i9evad3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.stat-item[b-hd6i9evad3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.stat-item i[b-hd6i9evad3] {
    color: #f39c12;
    font-size: 1rem;
}

.vote-section[b-hd6i9evad3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #ecf0f1;
}

.vote-count[b-hd6i9evad3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3498db;
    font-weight: 600;
    font-size: 1rem;
}

.vote-count i[b-hd6i9evad3] {
    font-size: 1.2rem;
}

.btn-vote[b-hd6i9evad3] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.btn-vote:hover:not(:disabled)[b-hd6i9evad3] {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

.btn-vote:disabled[b-hd6i9evad3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-voted[b-hd6i9evad3] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: default;
}

.btn-show-more[b-hd6i9evad3] {
    background: white;
    color: #f39c12;
    border: 2px solid white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-show-more:hover[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ==================== UNIFIED FEATURE BANNERS ==================== */
/* 🎨 All colors from: color-scheme.css - See file for complete color wayfinding guide */
.feature-banner[b-hd6i9evad3] {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.feature-banner[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-hd6i9evad3 6s ease-in-out infinite;
}

/* 🔵 FACILITIES / SEE INSIDE - Blue for Building/Space */
.facilities-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    box-shadow: 0 10px 40px rgba(52, 152, 219, 0.4);
}

/* 🟢 BAR & KITCHEN - Green for Food/Drink */
.bar-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    box-shadow: 0 10px 40px rgba(39, 174, 96, 0.4);
}

/* 🔴 GYM / FITNESS - Red for Energy/Activity */
.gym-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 10px 40px rgba(231, 76, 60, 0.4);
}

/* 🟣 COMMUNITY CLUBS - Purple/Mauve for Social/Groups */
.clubs-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    box-shadow: 0 10px 40px rgba(155, 89, 182, 0.4);
}

/* 🟢 AROUND US / VILLAGE GREEN - Darker Teal for Nature/Outdoor (White Text) */
.around-us-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    box-shadow: 0 10px 40px rgba(22, 160, 133, 0.4);
}

/* Text colors based on banner background */
.feature-banner-content[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.feature-banner-title[b-hd6i9evad3] {
    color: white; /* Default for most banners */
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.feature-banner-title i[b-hd6i9evad3] {
    font-size: 2.5rem;
}

.feature-banner-text[b-hd6i9evad3] {
    color: white; /* Default for most banners */
    font-size: 1.2rem;
    margin-bottom: 10px;
    opacity: 0.95;
}

.feature-banner-subtext[b-hd6i9evad3] {
    color: white; /* Default for most banners */
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.85;
}

/* Heartbeat animation for gym icon */
.gym-banner .feature-banner-title i[b-hd6i9evad3] {
    animation: heartbeat-b-hd6i9evad3 1.5s ease-in-out infinite;
}

/* ==================== CTA BUTTONS FOR FEATURE BANNERS ==================== */
.btn-feature-cta[b-hd6i9evad3] {
    background: white;
    color: #333;
    border: none;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-feature-cta:hover[b-hd6i9evad3] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Color-specific button hovers for wayfinding consistency */
.facilities-banner .btn-feature-cta[b-hd6i9evad3] {
    color: #3498db;
}

.facilities-banner .btn-feature-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #2980b9;
}

.bar-banner .btn-feature-cta[b-hd6i9evad3] {
    color: #27ae60;
}

.bar-banner .btn-feature-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #229954;
}

.gym-banner .btn-feature-cta[b-hd6i9evad3] {
    color: #e74c3c;
}

.gym-banner .btn-feature-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #c0392b;
}

.clubs-banner .btn-feature-cta[b-hd6i9evad3] {
    color: #9b59b6;
}

.clubs-banner .btn-feature-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #8e44ad;
}

.around-us-banner .btn-feature-cta[b-hd6i9evad3] {
    color: #16a085;
}

.around-us-banner .btn-feature-cta:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    color: #138d75;
}

/* ==================== ROOM CARDS ==================== */
.facilities-grid[b-hd6i9evad3] {
    animation: slideDown-b-hd6i9evad3 0.5s ease-out;
}

.room-card-modern[b-hd6i9evad3] {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.room-card-modern:hover[b-hd6i9evad3] {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.room-icon[b-hd6i9evad3] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.room-card-modern h5[b-hd6i9evad3] {
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.room-capacity[b-hd6i9evad3] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.room-actions-modern[b-hd6i9evad3] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.schedule-info[b-hd6i9evad3] {
    animation: slideDown-b-hd6i9evad3 0.5s ease-out;
}

.room-icon-link[b-hd6i9evad3] {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.room-icon-link:hover .room-icon[b-hd6i9evad3] {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.room-icon-link:active .room-icon[b-hd6i9evad3] {
    transform: scale(0.95);
}

/* ==================== FUNDRAISING / DONATION BANNER ==================== */
/* 🟠 FUNDRAISING/DONATIONS - Deeper Burnt Orange for Financial Support */
/* 🎨 Color from: color-scheme.css --fundraising-gradient */
.fundraising-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%); /* Deeper burnt orange */
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 10px 40px rgba(230, 126, 34, 0.4);
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.fundraising-title[b-hd6i9evad3] {
    color: white; /* White text for deeper orange background */
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fundraising-subtitle[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.95); /* White text for deeper orange background */
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.9;
}

.project-highlight[b-hd6i9evad3] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #fff9e6 0%, #fffdf5 100%);
    border-radius: 10px;
    border-left: 4px solid #f39c12;
}

.project-icon[b-hd6i9evad3] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.project-details h5[b-hd6i9evad3] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.project-details p[b-hd6i9evad3] {
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}

.project-need[b-hd6i9evad3] {
    background: white;
    border-left: 3px solid #e74c3c;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 10px;
}

.project-need strong[b-hd6i9evad3] {
    color: #e74c3c;
}

.funding-explanation[b-hd6i9evad3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.funding-item[b-hd6i9evad3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.funding-item i[b-hd6i9evad3] {
    font-size: 1.5rem;
    color: #16a085;
}

.funding-item-content[b-hd6i9evad3] {
    flex-grow: 1;
}

.funding-item-content strong[b-hd6i9evad3] {
    display: block;
    color: #2c3e50;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.funding-item-content small[b-hd6i9evad3] {
    color: #666;
    font-size: 0.85rem;
}

.gift-aid-highlight[b-hd6i9evad3] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.gift-aid-highlight h6[b-hd6i9evad3] {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gift-aid-highlight h6 i[b-hd6i9evad3] {
    font-size: 1.5rem;
}

.gift-aid-example[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    border-radius: 8px;
    font-size: 1rem;
}

.gift-aid-example strong[b-hd6i9evad3] {
    color: #ffd700;
    font-size: 1.3rem;
}

.donation-cta-section[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-donate-primary[b-hd6i9evad3] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-donate-primary[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-donate-primary:hover[b-hd6i9evad3]::before {
    width: 300px;
    height: 300px;
}

.btn-donate-primary:hover[b-hd6i9evad3] {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 30px rgba(243, 156, 18, 0.5);
    color: white;
}

.btn-donate-primary i[b-hd6i9evad3],
.btn-donate-primary span[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.btn-donate-primary i[b-hd6i9evad3] {
    font-size: 1.4rem;
}

.caf-logo-badge[b-hd6i9evad3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    border-radius: 25px;
    color: #16a085;
    font-weight: 600;
    font-size: 0.9rem;
}

.secure-payment-note[b-hd6i9evad3] {
    color: white;
    font-size: 0.85rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.secure-payment-note i[b-hd6i9evad3] {
    color: #2ecc71;
}

/* ==================== SECONDARY FUNDRAISING PROJECT CARDS ==================== */
.secondary-project-card[b-hd6i9evad3] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.secondary-project-card:hover[b-hd6i9evad3] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-card-header[b-hd6i9evad3] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.project-card-icon[b-hd6i9evad3] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
}

.project-card-header h5[b-hd6i9evad3] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.project-card-body[b-hd6i9evad3] {
    padding: 20px;
    flex-grow: 1;
}

.project-short-desc[b-hd6i9evad3] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.project-goal[b-hd6i9evad3] {
    color: #2c3e50;
    font-size: 1rem;
}

.project-card-footer[b-hd6i9evad3] {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.btn-secondary-donate[b-hd6i9evad3] {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary-donate:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #138d75 0%, #117a65 100%);
    transform: scale(1.02);
    color: white;
}

/* ==================== PROJECT SELECTOR ==================== */
.project-selector-wrapper[b-hd6i9evad3] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 15px;
    border-radius: 25px;
}

.project-selector-label[b-hd6i9evad3] {
    color: white;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.project-selector[b-hd6i9evad3] {
    min-width: 250px;
    background: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 8px 15px;
    font-weight: 600;
    color: #16a085;
    cursor: pointer;
    transition: all 0.3s ease;
}

.project-selector:hover[b-hd6i9evad3] {
    border-color: #f39c12;
    box-shadow: 0 2px 10px rgba(243, 156, 18, 0.3);
}

.project-selector:focus[b-hd6i9evad3] {
    border-color: #f39c12;
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25);
    outline: none;
}

/* ==================== MEMBERSHIP SUPPORT BANNER ==================== */
.membership-support-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 20px;
    margin: 30px 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.membership-support-banner[b-hd6i9evad3]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.banner-flag[b-hd6i9evad3] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f39c12;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
    animation: pulse-b-hd6i9evad3 2s infinite;
}

.banner-title[b-hd6i9evad3] {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.banner-text[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    line-height: 1.7;
}

.fee-structure[b-hd6i9evad3] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.fee-badge[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.fee-badge:hover[b-hd6i9evad3] {
    transform: translateY(-3px);
}

.support-cta[b-hd6i9evad3] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.support-icon[b-hd6i9evad3] {
    font-size: 3.5rem;
    color: #f39c12;
    margin-bottom: 15px;
    animation: heartbeat-b-hd6i9evad3 2s infinite;
    display: block;
}

.support-cta h5[b-hd6i9evad3] {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.support-cta p[b-hd6i9evad3] {
    color: rgba(255, 255, 255, 0.9);
}

.btn-support[b-hd6i9evad3] {
    background: white;
    color: #667eea;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-support:hover[b-hd6i9evad3] {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #667eea;
}

.btn-outline-support[b-hd6i9evad3] {
    background: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-support:hover[b-hd6i9evad3] {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ==================== PDF PLACEHOLDER ==================== */
.pdf-placeholder[b-hd6i9evad3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.pdf-placeholder i[b-hd6i9evad3] {
    font-size: 4rem;
    margin-bottom: 10px;
}

/* ==================== FADE-IN ANIMATIONS ==================== */
.animate-fade-in:not(.ready)[b-hd6i9evad3] {
    opacity: 0;
}

.animate-fade-in-delay:not(.ready)[b-hd6i9evad3] {
    opacity: 0;
}

.animate-fade-in-delay-2:not(.ready)[b-hd6i9evad3] {
    opacity: 0;
}

.animate-fade-in-delay-3:not(.ready)[b-hd6i9evad3] {
    opacity: 0;
}

/* Animation classes when ready */
.animate-fade-in.ready[b-hd6i9evad3] {
    animation: fadeIn-b-hd6i9evad3 1s ease-in both;
}

.animate-fade-in-delay.ready[b-hd6i9evad3] {
    animation: fadeIn-b-hd6i9evad3 1s ease-in 0.3s both;
}

.animate-fade-in-delay-2.ready[b-hd6i9evad3] {
    animation: fadeIn-b-hd6i9evad3 1s ease-in 0.6s both;
}

.animate-fade-in-delay-3.ready[b-hd6i9evad3] {
    animation: fadeIn-b-hd6i9evad3 1s ease-in 0.9s both;
}

/* ==================== RESPONSIVE STYLES - CONSOLIDATED ==================== */
@media (max-width: 768px) {
    /* Fundraising Banner */
    .fundraising-banner[b-hd6i9evad3] {
        padding: 30px 20px;
    }

    .fundraising-banner[b-hd6i9evad3]::after {
        font-size: 5rem;
        bottom: 10px;
        right: 10px;
    }

    .fundraising-title[b-hd6i9evad3] {
        font-size: 1.8rem;
        flex-direction: column;
        text-align: center;
    }

    .fundraising-subtitle[b-hd6i9evad3] {
        text-align: center;
        font-size: 1rem;
    }

    .fundraising-content[b-hd6i9evad3] {
        padding: 20px 15px;
    }

    .project-highlight[b-hd6i9evad3] {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .project-icon[b-hd6i9evad3] {
        margin: 0 auto;
    }

    .funding-explanation[b-hd6i9evad3] {
        grid-template-columns: 1fr;
    }

    .gift-aid-highlight h6[b-hd6i9evad3] {
        flex-direction: column;
        font-size: 1rem;
    }

    .btn-donate-primary[b-hd6i9evad3] {
        width: 100%;
        max-width: 320px;
        padding: 14px 30px;
        font-size: 1.1rem;
    }

    .fundraising-header .d-flex[b-hd6i9evad3] {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .project-selector-wrapper[b-hd6i9evad3] {
        width: 100%;
        justify-content: space-between;
    }

    .project-selector[b-hd6i9evad3] {
        min-width: auto;
        flex: 1;
    }

    /* Charity Notice */
    .charity-notice[b-hd6i9evad3] {
        flex-direction: column !important;
        padding: 20px 15px !important;
        gap: 15px !important;
    }

    .charity-icon[b-hd6i9evad3] {
        display: none;
    }

    .charity-content[b-hd6i9evad3] {
        flex: 1 !important;
        width: 100% !important;
        text-align: center;
        padding: 0 !important;
    }

    .charity-title[b-hd6i9evad3] {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }

    .charity-text[b-hd6i9evad3] {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left;
    }

    .charity-cta-wrapper[b-hd6i9evad3] {
        width: 100% !important;
        margin-top: 15px;
    }

    .charity-cta-button[b-hd6i9evad3] {
        width: 100% !important;
        padding: 15px !important;
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .charity-cta-icon[b-hd6i9evad3] {
        font-size: 2rem !important;
    }

    .charity-cta-text[b-hd6i9evad3] {
        flex: 1 !important;
    }

    .charity-cta-arrow[b-hd6i9evad3] {
        transform: rotate(90deg);
        margin: 0 !important;
    }

    /* Voting Toast */
    .voting-reminder-toast[b-hd6i9evad3] {
        padding: 12px 15px;
        margin: 15px 0;
    }

    .voting-reminder-toast .row[b-hd6i9evad3] {
        gap: 10px;
    }

    .btn-reminder[b-hd6i9evad3] {
        padding: 6px 16px;
        font-size: 0.9rem;
    }

    .btn-reminder-close[b-hd6i9evad3] {
        width: 32px;
        height: 32px;
        margin-left: 5px;
    }

    /* Membership Banner */
    .membership-support-banner[b-hd6i9evad3] {
        padding: 30px 15px;
    }

    .banner-title[b-hd6i9evad3] {
        font-size: 1.3rem;
    }

    .fee-structure[b-hd6i9evad3] {
        flex-direction: column;
    }

    .fee-badge[b-hd6i9evad3] {
        width: 100%;
        justify-content: center;
    }

    .banner-flag[b-hd6i9evad3] {
        font-size: 0.65rem;
        padding: 5px 12px;
    }

    .room-icon-link[b-hd6i9evad3] {
        padding: 5px;
        margin: -5px;
    }

    .room-icon-link .room-icon[b-hd6i9evad3] {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    /* Hero */
    .hero-section[b-hd6i9evad3] {
        min-height: 60vh;
    }

    .hero-content[b-hd6i9evad3] {
        padding: 3rem 0;
    }
    
    .hero-section-compact[b-hd6i9evad3] {
        min-height: 30vh !important;
        align-items: flex-end;
    }

    .hero-section-compact .hero-content[b-hd6i9evad3] {
        padding: 2rem 0;
    }

    .hero-tagline i[b-hd6i9evad3] {
        display: block;
        margin: 0.5rem 0;
    }

    .quick-link-card[b-hd6i9evad3] {
        padding: 1rem 0.5rem;
    }

    .quick-link-card i[b-hd6i9evad3] {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .fundraising-title[b-hd6i9evad3] {
        font-size: 1.5rem;
    }

    .gift-aid-example[b-hd6i9evad3] {
        font-size: 0.9rem;
    }

    .btn-donate-primary[b-hd6i9evad3] {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-section[b-hd6i9evad3] {
        min-height: 55vh;
    }

    .support-cta[b-hd6i9evad3] {
        margin-top: 30px;
    }

    .banner-title[b-hd6i9evad3] {
        font-size: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .animate-fade-in[b-hd6i9evad3],
    .animate-fade-in-delay[b-hd6i9evad3],
    .animate-fade-in-delay-2[b-hd6i9evad3],
    .animate-fade-in-delay-3[b-hd6i9evad3] {
        animation: none;
    }
}

/* ==================== AUTHENTICATED USER STYLES ==================== */
.hero-section-compact[b-hd6i9evad3] {
    min-height: 30vh !important;
}

.hero-section-compact .hero-title[b-hd6i9evad3] {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.hero-section-compact .hero-subtitle[b-hd6i9evad3] {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}

/* Quick Links for Authenticated Users */
.quick-links-authenticated[b-hd6i9evad3] {
    border-bottom: 3px solid #667eea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quick-link-primary[b-hd6i9evad3] {
    border: 2px solid #007bff;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.quick-link-primary:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white !important;
    border-color: #0056b3;
    transform: translateY(-8px);
}

.quick-link-primary:hover i[b-hd6i9evad3] {
    color: white;
}

.quick-link-admin[b-hd6i9evad3] {
    border: 2px solid #dc3545;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
}

.quick-link-admin:hover[b-hd6i9evad3] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white !important;
    border-color: #c82333;
}

/* Marketing Summary Collapsible */
.marketing-summary[b-hd6i9evad3] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

.marketing-summary-toggle[b-hd6i9evad3] {
    cursor: pointer;
    user-select: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    list-style: none; /* Modern standard */
}

/* Remove default markers (all browsers) */
/*.marketing-summary-toggle::marker,
.marketing-summary-toggle::-webkit-details-marker {
    display: none;
}*/

.marketing-summary-toggle:hover[b-hd6i9evad3] {
    color: #007bff;
}

.summary-icon[b-hd6i9evad3] {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.marketing-summary[open] .summary-icon[b-hd6i9evad3] {
    transform: rotate(180deg);
}

/* ==================== WELCOME BANNER ==================== */
.welcome-banner[b-hd6i9evad3] {
    background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.welcome-banner-content[b-hd6i9evad3] {
    position: relative;
    z-index: 1;
}

.welcome-title[b-hd6i9evad3] {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.welcome-text[b-hd6i9evad3] {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.welcome-highlights[b-hd6i9evad3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.welcome-logo[b-hd6i9evad3] {
    max-width: 150px;
    height: auto;
}
/* /Components/Pages/Scheduling Pages/ScheduleList.razor.rz.scp.css */
/* Modern Header Section */
.container-fluid[b-z215tx4gk4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.container-fluid h3[b-z215tx4gk4] {
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
}

/* Enhanced Create Button */
[b-z215tx4gk4] .e-primary {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%) !important;
    border: none !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4) !important;
    transition: all 0.3s ease !important;
}

[b-z215tx4gk4] .e-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.6) !important;
}

/* Grid Row Styling with Enhanced Colors */
[b-z215tx4gk4] .unconfirmed-event {
    color: white !important;
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%) !important;
    transition: all 0.3s ease !important;
}

[b-z215tx4gk4] .unconfirmed-event:hover {
    background: linear-gradient(135deg, #7f8c8d 0%, #66696b 100%) !important;
    transform: translateX(5px) !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
}

[b-z215tx4gk4] .confirmed-event {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    transition: all 0.3s ease !important;
}

[b-z215tx4gk4] .confirmed-event:hover {
    background: linear-gradient(135deg, #c3e6cb 0%, #b1dfbb 100%) !important;
    transform: translateX(5px) !important;
    box-shadow: -5px 0 15px rgba(40, 167, 69, 0.2) !important;
}

[b-z215tx4gk4] .public-event {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%) !important;
    border-left: 4px solid #17a2b8 !important;
    transition: all 0.3s ease !important;
}

[b-z215tx4gk4] .public-event:hover {
    background: linear-gradient(135deg, #bee5eb 0%, #a1d4da 100%) !important;
    transform: translateX(5px) !important;
    box-shadow: -5px 0 15px rgba(23, 162, 184, 0.3) !important;
}

/* Enhanced Poster Thumbnail */
.poster-thumbnail[b-z215tx4gk4] {
    max-width: 80px;
    max-height: 80px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.poster-thumbnail:hover[b-z215tx4gk4] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Enhanced Volunteer Status Badges */
.volunteer-badge[b-z215tx4gk4] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.badge-success[b-z215tx4gk4] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.badge-success:hover[b-z215tx4gk4] {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.5);
}

.badge-warning[b-z215tx4gk4] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #000;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.badge-warning:hover[b-z215tx4gk4] {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.5);
}

.badge-danger[b-z215tx4gk4] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

.badge-danger:hover[b-z215tx4gk4] {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(220, 53, 69, 0.5);
}

/* Enhanced Confirmation Status */
.confirmed-status[b-z215tx4gk4] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
}

.not-confirmed-status[b-z215tx4gk4] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
    animation: pulse-warning-b-z215tx4gk4 2s ease-in-out infinite;
}

@keyframes pulse-warning-b-z215tx4gk4 {
    0%, 100% { 
        box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
    }
    50% { 
        box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6);
    }
}

/* Enhanced Check Marks */
.check-yes[b-z215tx4gk4] {
    color: #28a745;
    font-size: 1.5em;
    font-weight: bold;
    animation: popIn-b-z215tx4gk4 0.3s ease-out;
}

.check-no[b-z215tx4gk4] {
    color: #dc3545;
    font-size: 1.3em;
    opacity: 0.6;
}

@keyframes popIn-b-z215tx4gk4 {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Enhanced Group Header */
.group-header-content[b-z215tx4gk4] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    font-weight: 700;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    border-bottom: 3px solid #667eea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.group-date[b-z215tx4gk4] {
    font-size: 1.2rem;
    color: #667eea;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.group-day[b-z215tx4gk4] {
    font-size: 1rem;
    color: #764ba2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    background: rgba(118, 75, 162, 0.1);
    border-radius: 15px;
}

/* Enhanced Dialog Styling */
.dialog-content[b-z215tx4gk4] {
    display: flex;
    gap: 25px;
    padding: 25px;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-radius: 10px;
}

.event-form[b-z215tx4gk4] {
    flex: 1;
}

.form-group[b-z215tx4gk4] {
    margin-bottom: 20px;
}

.form-group label[b-z215tx4gk4] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.form-control[b-z215tx4gk4], .form-select[b-z215tx4gk4] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-control:focus[b-z215tx4gk4], .form-select:focus[b-z215tx4gk4] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-select:focus[b-z215tx4gk4] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-outline-secondary[b-z215tx4gk4] {
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover[b-z215tx4gk4] {
    transform: translateX(2px);
}

.form-section-header[b-z215tx4gk4] {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.form-section-header h6[b-z215tx4gk4] {
    color: #667eea;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
}

.form-check[b-z215tx4gk4] {
    margin-bottom: 15px;
    padding-left: 30px;
}

.form-check-input[b-z215tx4gk4] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.form-check-label[b-z215tx4gk4] {
    font-weight: 500;
    cursor: pointer;
    padding-left: 8px;
}

/* Enhanced Event Cards */
.events-sidebar[b-z215tx4gk4] {
    flex: 1;
    border-left: 3px solid #667eea;
    padding-left: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.events-sidebar h5[b-z215tx4gk4] {
    color: #667eea;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.events-list[b-z215tx4gk4] {
    max-height: 550px;
    overflow-y: auto;
    padding-right: 10px;
}

.events-list[b-z215tx4gk4]::-webkit-scrollbar {
    width: 8px;
}

.events-list[b-z215tx4gk4]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.events-list[b-z215tx4gk4]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.event-card[b-z215tx4gk4] {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.event-card:hover[b-z215tx4gk4] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.event-card-normal[b-z215tx4gk4] {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border: 2px solid #e0e0e0;
}

.event-card-warning[b-z215tx4gk4] {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
    border: 3px solid #f57f17;
    animation: warningPulse-b-z215tx4gk4 2s ease-in-out infinite;
}

@keyframes warningPulse-b-z215tx4gk4 {
    0%, 100% { 
        box-shadow: 0 2px 8px rgba(245, 127, 23, 0.2);
    }
    50% { 
        box-shadow: 0 4px 15px rgba(245, 127, 23, 0.4);
    }
}

.event-card-critical[b-z215tx4gk4] {
    background: linear-gradient(135deg, #ffcdd2 0%, #ef9a9a 100%);
    border: 3px solid #c62828;
    animation: criticalPulse-b-z215tx4gk4 1.5s ease-in-out infinite;
}

@keyframes criticalPulse-b-z215tx4gk4 {
    0%, 100% { 
        box-shadow: 0 4px 15px rgba(198, 40, 40, 0.3);
    }
    50% { 
        box-shadow: 0 8px 25px rgba(198, 40, 40, 0.5);
    }
}

.event-title[b-z215tx4gk4] {
    font-weight: 700;
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 1.1em;
}

.event-detail[b-z215tx4gk4] {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-detail strong[b-z215tx4gk4] {
    color: #495057;
    min-width: 80px;
}

.conflict-warning[b-z215tx4gk4], .conflict-critical[b-z215tx4gk4] {
    font-weight: 700;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.conflict-warning[b-z215tx4gk4] {
    color: #f57f17;
    background: rgba(245, 127, 23, 0.1);
    border-left: 4px solid #f57f17;
}

.conflict-critical[b-z215tx4gk4] {
    color: #b71c1c;
    background: rgba(183, 28, 28, 0.1);
    border-left: 4px solid #b71c1c;
}

/* Enhanced Recurring Dialog */
.recurring-content[b-z215tx4gk4] {
    padding: 25px;
}

.recurring-option[b-z215tx4gk4] {
    display: block;
    padding: 15px 20px;
    margin-bottom: 12px;
    border: 3px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.recurring-option:hover[b-z215tx4gk4] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: #667eea;
    transform: translateX(5px);
}

.recurring-option input[type="radio"]:checked + span[b-z215tx4gk4] {
    font-weight: 700;
    color: #667eea;
}

.recurring-preview[b-z215tx4gk4] {
    border: 3px solid #667eea;
    border-radius: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.recurring-preview h6[b-z215tx4gk4] {
    margin-bottom: 15px;
    color: #667eea;
    font-weight: 700;
    font-size: 1.1rem;
}

.recurring-date-item[b-z215tx4gk4] {
    padding: 12px 15px;
    margin-bottom: 8px;
    background: white;
    border-left: 4px solid #667eea;
    border-radius: 8px;
    font-size: 0.95em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.recurring-date-item:hover[b-z215tx4gk4] {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

/* Enhanced Picture Upload */
.picture-option[b-z215tx4gk4] {
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.picture-option:hover[b-z215tx4gk4] {
    background: #f8f9fa;
    border-color: #667eea;
    transform: translateX(3px);
}

.image-item[b-z215tx4gk4] {
    cursor: pointer;
    border: 3px solid #e9ecef;
    border-radius: 10px;
    padding: 8px;
    background: white;
    transition: all 0.3s ease;
}

.image-item:hover[b-z215tx4gk4] {
    border-color: #667eea;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.image-item.selected[b-z215tx4gk4] {
    border: 4px solid #667eea;
    background: linear-gradient(135deg, #e7f3ff 0%, #d0e9ff 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Enhanced Grid Styling */
[b-z215tx4gk4] .e-grid {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

[b-z215tx4gk4] .e-grid .e-headercell {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 700;
    border: none;
    padding: 15px 10px;
}

[b-z215tx4gk4] .e-grid .e-groupcaptionrow {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-bottom: 3px solid #667eea !important;
}

/* File Upload Zone Styling */
.file-upload-zone[b-z215tx4gk4] {
    border: 3px dashed #667eea;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ebff 100%);
    position: relative;
    transition: all 0.3s ease;
}

.file-upload-zone:hover[b-z215tx4gk4] {
    border-color: #764ba2;
    background: linear-gradient(135deg, #e8ebff 0%, #d8dcff 100%);
    transform: scale(1.02);
}

.file-upload-icon[b-z215tx4gk4] {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 20px;
    animation: bounce-b-z215tx4gk4 2s infinite;
}

@keyframes bounce-b-z215tx4gk4 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.file-upload-text h5[b-z215tx4gk4] {
    color: #667eea;
    font-weight: 700;
    margin-bottom: 10px;
}

.file-upload-input[b-z215tx4gk4] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-upload-zone button[b-z215tx4gk4] {
    pointer-events: none;
    font-size: 1.1rem;
    padding: 12px 30px;
}

.file-upload-zone.drag-over[b-z215tx4gk4] {
    border-color: #28a745;
    background: #e8f5e9;
}

/* Subject Column */
.subject-column[b-z215tx4gk4] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
    line-height: 1.4;
    padding: 8px 0;
    background: linear-gradient(to right, #f8f9fa, transparent);
    border-left: 3px solid #0d6efd;
    padding-left: 8px;
}

.subject-column:hover[b-z215tx4gk4] {
    color: #0d6efd;
    background: linear-gradient(to right, #e7f3ff, transparent);
}

/* Checkbox Column */
.template-cell[b-z215tx4gk4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    background-color: transparent !important;
    padding: 5px;
}

.check-yes[b-z215tx4gk4] {
    color: #28a745;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
    background-color: rgba(40, 167, 69, 0.1);
    border-radius: 4px;
    padding: 2px 8px;
}

.check-no[b-z215tx4gk4] {
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.6;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
    background-color: rgba(220, 53, 69, 0.08);
    border-radius: 4px;
    padding: 2px 8px;
}

/* Event Summary */
.event-summary[b-z215tx4gk4] {
    padding: 10px;
    border: 1px solid #e0e0e6;
    border-radius: 8px;
    background-color: #f9f9fb;
    margin-bottom: 5px;
}

.event-meta[b-z215tx4gk4] {
    font-size: 0.9rem;
    color: #666;
    margin-top: 5px;
}

/* Event Type Badge */
.event-type-badge[b-z215tx4gk4] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #e8f5fe;
    color: #01579b;
}

/* Time, Location, Ticket Badges */
.time-badge[b-z215tx4gk4], .location-badge[b-z215tx4gk4], .ticket-badge[b-z215tx4gk4] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

.time-badge[b-z215tx4gk4] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.location-badge[b-z215tx4gk4] {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

.ticket-badge[b-z215tx4gk4] {
    background-color: #fff3e0;
    color: #f57c00;
}

/* Public Facility Badges */
.public-bar-badge[b-z215tx4gk4] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #e8f5e9;
    color: #2e7d32;
}

.public-kitchen-badge[b-z215tx4gk4] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #fff3e0;
    color: #e65100;
}

/* Status Pills */
.status-pill[b-z215tx4gk4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-confirmed[b-z215tx4gk4] {
    background-color: #d4edda;
    color: #155724;
}

.status-pending[b-z215tx4gk4] {
    background-color: #fff3cd;
    color: #856404;
}

/* Quick Actions */
.quick-actions[b-z215tx4gk4] {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1 !important;
}

/* Action Buttons (Icon Only) */
.btn-action[b-z215tx4gk4] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action:disabled[b-z215tx4gk4] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Action Buttons with Labels */
.btn-action-with-label[b-z215tx4gk4] {
    width: auto;
    min-width: 65px;
    height: 50px;
    padding: 4px 8px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 2px;
}

.btn-action-with-label span[b-z215tx4gk4] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-action-with-label:disabled[b-z215tx4gk4] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Poster Button */
.btn-action-poster[b-z215tx4gk4] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn-action-poster:hover:not(:disabled)[b-z215tx4gk4] {
    background-color: #1976d2;
    color: white;
    transform: translateY(-2px);
}

/* Description Button */
.btn-action-description[b-z215tx4gk4] {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.btn-action-description:hover:not(:disabled)[b-z215tx4gk4] {
    background-color: #2e7d32;
    color: white;
    transform: translateY(-2px);
}

/* Details Button */
.btn-action-details[b-z215tx4gk4] {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

.btn-action-details:hover[b-z215tx4gk4] {
    background-color: #7b1fa2;
    color: white;
    transform: translateY(-2px);
}

/* Edit Button */
.btn-action-edit[b-z215tx4gk4] {
    background-color: #fff3e0;
    color: #f57c00;
}

.btn-action-edit:hover[b-z215tx4gk4] {
    background-color: #f57c00;
    color: white;
    transform: translateY(-2px);
}

/* Confirm Button */
.btn-action-confirm[b-z215tx4gk4] {
    background-color: #d4edda;
    color: #155724;
}

.btn-action-confirm:hover[b-z215tx4gk4] {
    background-color: #155724;
    color: white;
    transform: translateY(-2px);
}

/* Details Modal */
.details-modal-container[b-z215tx4gk4] {
    background: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 700px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.info-card[b-z215tx4gk4] {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #0d6efd;
}

.info-card i[b-z215tx4gk4] {
    margin-right: 8px;
    color: #0d6efd;
}

.info-badges[b-z215tx4gk4] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.info-badges .badge[b-z215tx4gk4] {
    padding: 6px 12px;
    font-size: 0.9rem;
}

/* Poster Overlay */
.poster-overlay[b-z215tx4gk4] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-z215tx4gk4 0.3s ease;
}

@keyframes fadeIn-b-z215tx4gk4 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.poster-container[b-z215tx4gk4] {
    background: white;
    border-radius: 15px;
    max-width: 95vw;
    max-height: 95vh;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-z215tx4gk4 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.poster-header[b-z215tx4gk4] {
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    border-bottom: 1px solid #dee2e6;
}

.poster-body[b-z215tx4gk4] {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex: 1;
    min-height: 0;
}

.poster-image[b-z215tx4gk4] {
    max-width: calc(95vw - 40px);
    max-height: calc(95vh - 100px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
}

@keyframes slideUp-b-z215tx4gk4 {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-close-custom[b-z215tx4gk4] {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.btn-close-custom:hover[b-z215tx4gk4] {
    background: #c82333;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.5);
}

/* Description Modal */
.description-container[b-z215tx4gk4] {
    background: white;
    padding: 0;
    border-radius: 15px;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-z215tx4gk4 0.4s ease;
}

.description-content[b-z215tx4gk4] {
    padding: 40px 30px 30px 30px;
}

.description-title[b-z215tx4gk4] {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #667eea;
}

.description-date-info[b-z215tx4gk4] {
    color: #7f8c8d;
    font-size: 0.95rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.description-date-info i[b-z215tx4gk4] {
    color: #667eea;
}

.description-text[b-z215tx4gk4] {
    color: #34495e;
    font-size: 1rem;
    line-height: 1.8;
    white-space: pre-wrap;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

/* Picture Preview */
.picture-preview[b-z215tx4gk4] {
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.preview-image[b-z215tx4gk4] {
    max-width: 200px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.picture-input-group[b-z215tx4gk4] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.picture-input-group .form-control[b-z215tx4gk4] {
    flex: 1;
}

/* Utility Classes */
.cursor-pointer[b-z215tx4gk4] {
    cursor: pointer;
}

.no-events-message[b-z215tx4gk4] {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

.delete-event-subject[b-z215tx4gk4] {
    font-weight: 600;
    color: #dc3545;
    margin: 10px 0;
}

.delete-event-time[b-z215tx4gk4] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .subject-column[b-z215tx4gk4] {
        font-size: 0.9rem;
    }

    .event-meta[b-z215tx4gk4] {
        font-size: 0.8rem;
    }

    .btn-action[b-z215tx4gk4] {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .btn-action-with-label[b-z215tx4gk4] {
        height: 45px;
        font-size: 1rem;
        min-width: 55px;
    }

    .file-upload-zone[b-z215tx4gk4] {
        padding: 30px;
    }

    .file-upload-icon[b-z215tx4gk4] {
        font-size: 3rem;
    }

    .file-upload-text h5[b-z215tx4gk4] {
        font-size: 1.2rem;
    }

    .details-modal-container[b-z215tx4gk4] {
        padding: 20px;
    }

    .info-card[b-z215tx4gk4] {
        padding: 10px;
    }

    .events-sidebar[b-z215tx4gk4] {
        display: none;
    }
    /* Clickable volunteer badges */
    .volunteer-badge[b-z215tx4gk4] {
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .volunteer-badge:hover[b-z215tx4gk4] {
            transform: scale(1.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

    .badge-success.volunteer-badge[b-z215tx4gk4] {
        background-color: #28a745;
    }

        .badge-success.volunteer-badge:hover[b-z215tx4gk4] {
            background-color: #218838;
        }

    .badge-warning.volunteer-badge[b-z215tx4gk4] {
        background-color: #ffc107;
        color: #212529;
    }

        .badge-warning.volunteer-badge:hover[b-z215tx4gk4] {
            background-color: #e0a800;
        }

    .badge-danger.volunteer-badge[b-z215tx4gk4] {
        background-color: #dc3545;
    }

        .badge-danger.volunteer-badge:hover[b-z215tx4gk4] {
            background-color: #c82333;
        }
}
/* /Components/Pages/WhatsOn.razor.rz.scp.css */
/* ==================== HERO SECTION ==================== */
/* Matches the Events brand color scheme used throughout the site */
.hero-section[b-u7hdzwb617] {
    background: var(--events-gradient);
    padding: 80px 0;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px var(--events-shadow);
}

.hero-content[b-u7hdzwb617] {
    text-align: center;
}

/* ==================== FEATURED EVENT ==================== */
.featured-event[b-u7hdzwb617] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.featured-image[b-u7hdzwb617] {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    background: #f8f9fa;
    display: block;
}

.featured-placeholder[b-u7hdzwb617] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.featured-content[b-u7hdzwb617] {
    padding: 40px;
}

.event-details i[b-u7hdzwb617] {
    color: #667eea;
}

.event-badges[b-u7hdzwb617] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-description[b-u7hdzwb617] {
    color: #666;
    line-height: 1.6;
}

/* ==================== EVENT CARDS ==================== */
.event-card[b-u7hdzwb617] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover[b-u7hdzwb617] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.event-card-image[b-u7hdzwb617] {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    background: #f8f9fa;
    display: block;
}

.event-card-placeholder[b-u7hdzwb617] {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.event-card-body[b-u7hdzwb617] {
    padding: 20px;
    position: relative;
}

.event-date-badge[b-u7hdzwb617] {
    position: absolute;
    top: -30px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    padding: 8px 12px;
    min-width: 60px;
}

.date-day[b-u7hdzwb617] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    line-height: 1;
}

.date-month[b-u7hdzwb617] {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #666;
}

.event-card-title[b-u7hdzwb617] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.event-card-time[b-u7hdzwb617],
.event-card-location[b-u7hdzwb617] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.event-card-badges .badge-sm[b-u7hdzwb617] {
    font-size: 0.75rem;
    padding: 4px 8px;
}

/* ==================== CALL TO ACTION ==================== */
.cta-section[b-u7hdzwb617] {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
}

.cta-card[b-u7hdzwb617] {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 8px;
    height: 100%;
}

.cta-icon[b-u7hdzwb617] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 20px;
}

.cta-card h4[b-u7hdzwb617] {
    margin-bottom: 15px;
}

.cta-card p[b-u7hdzwb617] {
    color: #666;
    margin-bottom: 20px;
}

/* ==================== WHAT'S ON SHOWCASE ==================== */
.whats-on-showcase[b-u7hdzwb617] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.whats-on-showcase[b-u7hdzwb617]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-u7hdzwb617 6s ease-in-out infinite;
}

@keyframes float-b-u7hdzwb617 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.whats-on-header[b-u7hdzwb617] {
    text-align: center;
    position: relative;
    z-index: 1;
}

.whats-on-header i.bi-stars[b-u7hdzwb617] {
    font-size: 2rem;
    animation: pulse-b-u7hdzwb617 2s ease-in-out infinite;
}

@keyframes pulse-b-u7hdzwb617 {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.events-preview[b-u7hdzwb617] {
    position: relative;
    z-index: 1;
}

/* ==================== PREVIEW EVENT CARDS ==================== */
.preview-event-card[b-u7hdzwb617] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.preview-event-card:hover[b-u7hdzwb617] {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.preview-event-image[b-u7hdzwb617] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-event-image img[b-u7hdzwb617] {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

.preview-event-card:hover .preview-event-image img[b-u7hdzwb617] {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.preview-event-date[b-u7hdzwb617] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.preview-event-date .date-day[b-u7hdzwb617] {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    line-height: 1;
}

.preview-event-date .date-month[b-u7hdzwb617] {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #666;
}

.preview-event-body[b-u7hdzwb617] {
    padding: 20px;
}

.preview-event-body h5[b-u7hdzwb617] {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.preview-event-body p[b-u7hdzwb617] {
    color: #666;
    font-size: 0.9rem;
}

.preview-event-badges[b-u7hdzwb617] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.preview-event-badges .badge[b-u7hdzwb617] {
    font-size: 0.75rem;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.preview-event-badges .badge i[b-u7hdzwb617] {
    font-size: 0.875rem;
}

/* ==================== ROOM CARDS ==================== */
.room-card[b-u7hdzwb617] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.room-card:hover[b-u7hdzwb617] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-color: #007bff;
}

.room-card-header[b-u7hdzwb617] {
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.room-card-header i[b-u7hdzwb617] {
    font-size: 1.5rem;
}

.room-card-header h6[b-u7hdzwb617] {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.room-card-body[b-u7hdzwb617] {
    padding: 15px;
    background: white;
}

.room-description[b-u7hdzwb617] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    min-height: 40px;
}

.room-actions[b-u7hdzwb617] {
    display: flex;
    gap: 8px;
}

.room-actions .btn[b-u7hdzwb617] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.room-actions i[b-u7hdzwb617] {
    font-size: 0.9rem;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .whats-on-showcase[b-u7hdzwb617] {
        padding: 30px 20px;
    }

    .room-actions[b-u7hdzwb617] {
        flex-direction: column;
    }
    
    .room-actions .btn[b-u7hdzwb617] {
        width: 100%;
    }

    .hero-section[b-u7hdzwb617] {
        padding: 50px 0;
    }

    .featured-content[b-u7hdzwb617] {
        padding: 20px;
    }

    .cta-section[b-u7hdzwb617] {
        padding: 20px;
    }

    .featured-image[b-u7hdzwb617] {
        max-height: 400px;
    }

    .event-card-image[b-u7hdzwb617] {
        max-height: 400px;
    }

    .preview-event-image img[b-u7hdzwb617] {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .featured-image[b-u7hdzwb617] {
        max-height: 350px;
    }

    .event-card-image[b-u7hdzwb617] {
        max-height: 350px;
    }

    .preview-event-image img[b-u7hdzwb617] {
        max-height: 350px;
    }
}
/* /Components/Shared/ImageBrowser.razor.rz.scp.css */
.image-browser[b-gvodx5klew] {
    max-height: 500px;
    overflow-y: auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.breadcrumb[b-gvodx5klew] {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.breadcrumb-item a[b-gvodx5klew] {
    text-decoration: none;
    color: #667eea;
    font-weight: 500;
}

.breadcrumb-item a:hover[b-gvodx5klew] {
    color: #764ba2;
}

.folder-grid[b-gvodx5klew] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.folder-item[b-gvodx5klew] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.2);
}

.folder-item:hover[b-gvodx5klew] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.folder-item i[b-gvodx5klew] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
}

.folder-item span[b-gvodx5klew] {
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    word-break: break-word;
}

.images-grid[b-gvodx5klew] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

.image-item[b-gvodx5klew] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

/* ✅ FIXED: Remove any filters that cause grayscale */
.image-item:hover[b-gvodx5klew] {
    border-color: #667eea;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    /* Removed: filter, opacity changes */
}

/* ✅ FIXED: Selected state without grayscale */
.image-item.selected[b-gvodx5klew] {
    border-color: #28a745;
    background: #e8f5e9;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25);
    /* Removed: filter, opacity changes */
}

/* ✅ ENSURE: Images always show in full color */
.grid-image[b-gvodx5klew] {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    filter: none !important;  /* Force no filter */
    opacity: 1 !important;     /* Force full opacity */
}

.image-filename[b-gvodx5klew] {
    font-size: 0.75rem;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-info[b-gvodx5klew] {
    text-align: center;
    padding: 5px;
}

/* ✅ NEW: Ensure no inherited filters */
.image-item img[b-gvodx5klew] {
    filter: none !important;
    opacity: 1 !important;
}

/* Force color for ALL images regardless of nesting */
.folder-section + .file-section .grid-image[b-gvodx5klew],
.folder-section ~ .file-section .grid-image[b-gvodx5klew],
.images-grid .image-item img[b-gvodx5klew] {
    filter: none !important;
    opacity: 1 !important;
    -webkit-filter: none !important;
}
/* /Components/Shared/ImageSelector.razor.rz.scp.css */
.image-selector-container[b-jc723r75ck] {
    padding: 20px;
}

.selector-options[b-jc723r75ck] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.option-label[b-jc723r75ck] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
}

.option-label input[type="radio"][b-jc723r75ck] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.manual-entry[b-jc723r75ck] {
    padding: 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.manual-entry label[b-jc723r75ck] {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.selector-actions[b-jc723r75ck] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}
/* /Components/Shared/ImageUploader.razor.rz.scp.css */
.image-uploader[b-ux1lcx05go] {
    padding: 20px;
}

.file-upload-zone[b-ux1lcx05go] {
    border: 3px dashed #667eea;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ebff 100%);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-zone:hover[b-ux1lcx05go] {
    border-color: #764ba2;
    background: linear-gradient(135deg, #e8ebff 0%, #d8dcff 100%);
    transform: scale(1.02);
}

.file-upload-zone.drag-over[b-ux1lcx05go] {
    border-color: #28a745;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    transform: scale(1.05);
}

.upload-icon[b-ux1lcx05go] {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 20px;
    animation: bounce-b-ux1lcx05go 2s infinite;
}

@keyframes bounce-b-ux1lcx05go {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.upload-text h5[b-ux1lcx05go] {
    color: #667eea;
    font-weight: 700;
    margin-bottom: 10px;
}

.file-input[b-ux1lcx05go] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-upload-zone button[b-ux1lcx05go] {
    pointer-events: none;
    font-size: 1.1rem;
    padding: 12px 30px;
}

.upload-progress[b-ux1lcx05go] {
    text-align: center;
    padding: 20px;
}

.upload-preview[b-ux1lcx05go] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    background: white;
}

.preview-image[b-ux1lcx05go] {
    max-width: 100%;
    max-height: 300px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ✅ FIXED: Make button clickable */
.upload-button[b-ux1lcx05go] {
    pointer-events: auto !important;  /* Allow clicks */
    font-size: 1.1rem;
    padding: 12px 30px;
    z-index: 10;  /* Ensure it's above the hidden input */
    position: relative;
}

/* Folder selection styling */
.badge[b-ux1lcx05go] {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

.btn-link[b-ux1lcx05go] {
    text-decoration: none;
}

.btn-link:hover[b-ux1lcx05go] {
    text-decoration: underline;
}

/* Folder selection card */
.folder-selection-card[b-ux1lcx05go] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
}

.folder-selection-card i.text-primary[b-ux1lcx05go] {
    font-size: 1.2rem;
}

/* Custom folder input */
.custom-folder-input[b-ux1lcx05go] {
    animation: slideDown-b-ux1lcx05go 0.3s ease;
}

@keyframes slideDown-b-ux1lcx05go {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge styling */
.badge[b-ux1lcx05go] {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
    font-weight: 500;
}

.badge i[b-ux1lcx05go] {
    margin-right: 0.25rem;
}

/* Input group buttons */
.input-group .btn[b-ux1lcx05go] {
    border-color: #dee2e6;
}

.input-group .btn:hover[b-ux1lcx05go] {
    background-color: #e9ecef;
}
