/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tocvwa2u38] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tocvwa2u38] {
    flex: 1;
}

.sidebar[b-tocvwa2u38] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tocvwa2u38] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tocvwa2u38]  a, .top-row[b-tocvwa2u38]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tocvwa2u38]  a:hover, .top-row[b-tocvwa2u38]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tocvwa2u38]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tocvwa2u38] {
        justify-content: space-between;
    }

    .top-row[b-tocvwa2u38]  a, .top-row[b-tocvwa2u38]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tocvwa2u38] {
        flex-direction: row;
    }

    .sidebar[b-tocvwa2u38] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tocvwa2u38] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tocvwa2u38]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tocvwa2u38], article[b-tocvwa2u38] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rs07ubt32n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rs07ubt32n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rs07ubt32n] {
    font-size: 1.1rem;
}

.bi[b-rs07ubt32n] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rs07ubt32n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rs07ubt32n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rs07ubt32n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rs07ubt32n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rs07ubt32n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rs07ubt32n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rs07ubt32n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rs07ubt32n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rs07ubt32n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rs07ubt32n] {
        display: none;
    }

    .collapse[b-rs07ubt32n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-rs07ubt32n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/EventDetail.razor.rz.scp.css */
.event-detail-page[b-cgvh5p7p2o] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 100vh;
}

/* Back Button */
.back-button[b-cgvh5p7p2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(13, 158, 255, 0.12);
    border: 2px solid rgba(13, 158, 255, 0.25);
    color: #0D9EFF;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .back-button:hover[b-cgvh5p7p2o] {
        background: rgba(13, 158, 255, 0.18);
        border-color: rgba(13, 158, 255, 0.35);
        transform: translateX(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

.event-header[b-cgvh5p7p2o] {
    background: linear-gradient(135deg, rgba(210, 230, 255, 0.92) 0%,
    rgba(255, 235, 220, 0.92) 100%
    );
}
.event-header[b-cgvh5p7p2o] {
    border-radius: 24px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(13, 158, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.event-header-content[b-cgvh5p7p2o] {
    max-width: 100%;
}

/* Event Meta - With shadows */
.event-meta[b-cgvh5p7p2o] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    .event-meta span[b-cgvh5p7p2o] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: white;
        padding: 0.625rem 1.25rem;
        border-radius: 25px;
        font-weight: 500;
        font-size: 0.95rem;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

        .event-meta span:hover[b-cgvh5p7p2o] {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

.event-date[b-cgvh5p7p2o] {
    color: #4A90E2;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
}

.event-location[b-cgvh5p7p2o] {
    color: #E85D75;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%);
}

.event-participants[b-cgvh5p7p2o] {
    color: #F5A623;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}

/* Event Title */
.event-title[b-cgvh5p7p2o] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
    color: #2C3E50;
    line-height: 1.2;
    word-wrap: break-word;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Event Description - More visible */
.event-description[b-cgvh5p7p2o] {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.7;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.85);
    padding: 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Event Content */
.event-content[b-cgvh5p7p2o] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Story Section - White with shadow */
.event-story[b-cgvh5p7p2o] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

    .event-story h2[b-cgvh5p7p2o] {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #2C3E50;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .event-story p[b-cgvh5p7p2o] {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #444;
        margin: 0;
        white-space: pre-line; /* ADD THIS */
    }

/* Photo Gallery */
.event-gallery[b-cgvh5p7p2o] {
    margin-top: 2rem;
}

    .event-gallery h2[b-cgvh5p7p2o] {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 2rem;
        color: #2C3E50;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

.gallery-grid[b-cgvh5p7p2o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.gallery-item[b-cgvh5p7p2o] {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .gallery-item img[b-cgvh5p7p2o] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

    .gallery-item:hover[b-cgvh5p7p2o] {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
        transform: translateY(-4px);
    }

        .gallery-item:hover img[b-cgvh5p7p2o] {
            transform: scale(1.08);
        }

.gallery-overlay[b-cgvh5p7p2o] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay[b-cgvh5p7p2o] {
    opacity: 1;
}

.zoom-icon[b-cgvh5p7p2o] {
    font-size: 3rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.no-photos[b-cgvh5p7p2o] {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(248, 249, 250, 0.9);
    border-radius: 20px;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .no-photos p[b-cgvh5p7p2o] {
        font-size: 1.25rem;
        color: #888;
        margin: 0;
    }

/* Lightbox */
.lightbox[b-cgvh5p7p2o] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: fadeIn-b-cgvh5p7p2o 0.3s ease;
}

@keyframes fadeIn-b-cgvh5p7p2o {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lightbox-content[b-cgvh5p7p2o] {
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

    .lightbox-content img[b-cgvh5p7p2o] {
        max-width: 100%;
        max-height: 82vh;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    }

.lightbox-caption[b-cgvh5p7p2o] {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.lightbox-close[b-cgvh5p7p2o],
.lightbox-prev[b-cgvh5p7p2o],
.lightbox-next[b-cgvh5p7p2o] {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 1.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.lightbox-close[b-cgvh5p7p2o] {
    top: 2rem;
    right: 2rem;
}

.lightbox-prev[b-cgvh5p7p2o] {
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next[b-cgvh5p7p2o] {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

    .lightbox-close:hover[b-cgvh5p7p2o],
    .lightbox-prev:hover[b-cgvh5p7p2o],
    .lightbox-next:hover[b-cgvh5p7p2o] {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .lightbox-prev:hover[b-cgvh5p7p2o],
    .lightbox-next:hover[b-cgvh5p7p2o] {
        transform: translateY(-50%) scale(1.1);
    }

.lightbox-close:hover[b-cgvh5p7p2o] {
    transform: scale(1.1);
}

/* Loading State */
.loading[b-cgvh5p7p2o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1.5rem;
}

    .loading p[b-cgvh5p7p2o] {
        color: #555;
        font-size: 1.1rem;
        margin: 0;
    }

.spinner[b-cgvh5p7p2o] {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(13, 158, 255, 0.2);
    border-top-color: #4A90E2;
    border-radius: 50%;
    animation: spin-b-cgvh5p7p2o 1s linear infinite;
}

@keyframes spin-b-cgvh5p7p2o {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gallery-grid[b-cgvh5p7p2o] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .event-detail-page[b-cgvh5p7p2o] {
        padding: 1.5rem 1rem;
    }

    .event-header[b-cgvh5p7p2o] {
        padding: 2rem 1.5rem;
    }

    .event-title[b-cgvh5p7p2o] {
        font-size: 2rem;
    }

    .event-description[b-cgvh5p7p2o] {
        font-size: 1rem;
        padding: 1rem;
    }

    .event-meta[b-cgvh5p7p2o] {
        gap: 0.75rem;
    }

        .event-meta span[b-cgvh5p7p2o] {
            font-size: 0.875rem;
            padding: 0.5rem 1rem;
        }

    .event-story[b-cgvh5p7p2o] {
        padding: 2rem 1.5rem;
    }

        .event-story h2[b-cgvh5p7p2o],
        .event-gallery h2[b-cgvh5p7p2o] {
            font-size: 1.5rem;
        }

        .event-story p[b-cgvh5p7p2o] {
            font-size: 1rem;
        }

    .gallery-grid[b-cgvh5p7p2o] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .lightbox-close[b-cgvh5p7p2o],
    .lightbox-prev[b-cgvh5p7p2o],
    .lightbox-next[b-cgvh5p7p2o] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .lightbox-close[b-cgvh5p7p2o] {
        top: 1rem;
        right: 1rem;
    }

    .lightbox-prev[b-cgvh5p7p2o] {
        left: 0.5rem;
    }

    .lightbox-next[b-cgvh5p7p2o] {
        right: 0.5rem;
    }
}

@media (max-width: 640px) {
    .event-header[b-cgvh5p7p2o] {
        padding: 1.5rem;
    }

    .event-title[b-cgvh5p7p2o] {
        font-size: 1.75rem;
    }

    .event-content[b-cgvh5p7p2o] {
        gap: 2rem;
    }

    .event-story[b-cgvh5p7p2o] {
        padding: 1.5rem;
    }

    .gallery-grid[b-cgvh5p7p2o] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .event-title[b-cgvh5p7p2o] {
        font-size: 1.5rem;
    }

    .event-description[b-cgvh5p7p2o] {
        font-size: 0.95rem;
    }

    .event-meta[b-cgvh5p7p2o] {
        flex-direction: column;
        align-items: flex-start;
    }

    .gallery-grid[b-cgvh5p7p2o] {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .back-button[b-cgvh5p7p2o] {
        font-size: 0.9rem;
        padding: 0.625rem 1.25rem;
    }
}
/* /Pages/History.razor.rz.scp.css */
/* ============================================
   TIMELINE PAGE - COMPLETE STYLES
   ============================================ */

/* Container */
.timeline-container[b-v34f19sho1] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 100px 0 80px;
}

/* Header Section */
.timeline-header[b-v34f19sho1] {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 20px;
}

    .timeline-header h1[b-v34f19sho1] {
        font-family: var(--font-primary), sans-serif;
        font-size: 3.5rem;
        font-weight: 800;
        background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 16px;
        line-height: 1.2;
        letter-spacing: -0.02em; /* Tighter spacing for display font */
    }

    .timeline-header .subtitle[b-v34f19sho1] {
        font-family: var(--font-primary), sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        color: #666;
        font-style: italic;
    }

/* Year Label */
.timeline-year[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #0D9EFF;
    letter-spacing: 0.02em;
}

/* Loading State */
.loading[b-v34f19sho1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    gap: 20px;
}

.loading-spinner[b-v34f19sho1] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(13, 158, 255, 0.2);
    border-top-color: #0D9EFF;
    border-radius: 50%;
    animation: spin-b-v34f19sho1 1s linear infinite;
}

@keyframes spin-b-v34f19sho1 {
    to {
        transform: rotate(360deg);
    }
}

.loading p[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-weight: 500;
}

/* Empty State */
.empty[b-v34f19sho1] {
    text-align: center;
    padding: 100px 20px;
    color: #999;
}

    .empty p[b-v34f19sho1] {
        font-family: var(--font-primary), sans-serif;
        font-weight: 500;
    }

/* ============================================
   TIMELINE
   ============================================ */

.timeline[b-v34f19sho1] {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

    /* Vertical line with gradient */
    .timeline[b-v34f19sho1]::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient( to bottom, #0D9EFF 0%, #FFB344 50%, #0D9EFF 100% );
        transform: translateX(-50%);
        border-radius: 2px;
    }

/* Timeline Event */
.timeline-event[b-v34f19sho1] {
    position: relative;
    margin-bottom: 100px;
    padding-top: 40px;
}

/* Year Label */
.timeline-year[b-v34f19sho1] {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: white;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 1.25rem;
    color: #0D9EFF;
    border: 3px solid #0D9EFF;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(13, 158, 255, 0.2);
}

/* Timeline Dot */
.timeline-dot[b-v34f19sho1] {
    position: absolute;
    left: 50%;
    top: 50px;
    width: 28px;
    height: 28px;
    background: white;
    border: 6px solid #0D9EFF;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgba(13, 158, 255, 0.4);
}

.timeline-event:hover .timeline-dot[b-v34f19sho1] {
    border-color: #FFB344;
    transform: translateX(-50%) scale(1.3);
    box-shadow: 0 0 0 10px rgba(255, 179, 68, 0.2);
}

/* Event Card */
.event-card[b-v34f19sho1] {
    width: 48%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp-b-v34f19sho1 0.6s ease-out forwards;
}

/* Alternate left/right */
.timeline-event:nth-child(odd) .event-card[b-v34f19sho1] {
    margin-left: 0;
}

.timeline-event:nth-child(even) .event-card[b-v34f19sho1] {
    margin-left: 52%;
}

/* Stagger animation delay */
.timeline-event[data-index="0"] .event-card[b-v34f19sho1] {
    animation-delay: 0.1s;
}

.timeline-event[data-index="1"] .event-card[b-v34f19sho1] {
    animation-delay: 0.2s;
}

.timeline-event[data-index="2"] .event-card[b-v34f19sho1] {
    animation-delay: 0.3s;
}

.timeline-event[data-index="3"] .event-card[b-v34f19sho1] {
    animation-delay: 0.4s;
}

.timeline-event[data-index="4"] .event-card[b-v34f19sho1] {
    animation-delay: 0.5s;
}

.timeline-event[data-index="5"] .event-card[b-v34f19sho1] {
    animation-delay: 0.6s;
}

@keyframes fadeInUp-b-v34f19sho1 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event-card:hover[b-v34f19sho1] {
    transform: translateY(-12px);
    box-shadow: 0 16px 40px rgba(13, 158, 255, 0.25);
}

/* Event Image */
.event-image[b-v34f19sho1] {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    position: relative;
}

    .event-image img[b-v34f19sho1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.5s ease;
    }

.event-card:hover .event-image img[b-v34f19sho1] {
    transform: scale(1.08);
}

/* Placeholder */
.placeholder-gradient[b-v34f19sho1] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.placeholder-icon[b-v34f19sho1] {
    font-size: 5rem;
    opacity: 0.6;
    animation: float 3s ease-in-out infinite;
}

.placeholder-text[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-weight: 600;
}

/* Event Content */
.event-content[b-v34f19sho1] {
    padding: 32px;
}

.event-date[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0D9EFF;
    letter-spacing: 0.01em;
}

.event-title[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.event-description[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.event-meta[b-v34f19sho1] {
    display: flex;
    gap: 24px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.meta-item[b-v34f19sho1] {
    font-family: var(--font-primary), sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}

.meta-icon[b-v34f19sho1] {
    font-size: 1.25rem;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 968px) {
    .timeline-header h1[b-v34f19sho1] {
        font-size: 2.75rem;
    }

    .timeline-header .subtitle[b-v34f19sho1] {
        font-size: 1.25rem;
    }

    .timeline-event[b-v34f19sho1] {
        margin-bottom: 80px;
    }

    .event-image[b-v34f19sho1] {
        height: 240px;
    }

    .event-content[b-v34f19sho1] {
        padding: 28px;
    }

    .event-title[b-v34f19sho1] {
        font-size: 1.5rem;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 768px) {
    .timeline-container[b-v34f19sho1] {
        padding: 80px 0 60px;
    }

    .timeline-header[b-v34f19sho1] {
        margin-bottom: 60px;
    }

        .timeline-header h1[b-v34f19sho1] {
            font-size: 2.25rem;
        }

        .timeline-header .subtitle[b-v34f19sho1] {
            font-size: 1.1rem;
        }

    /* Mobile: Straight vertical timeline */
    .timeline[b-v34f19sho1] {
        padding: 40px 20px 40px 50px;
    }

        .timeline[b-v34f19sho1]::before {
            left: 20px;
        }

    .timeline-year[b-v34f19sho1] {
        left: 20px;
        transform: translateX(-50%);
    }

    .timeline-dot[b-v34f19sho1] {
        left: 20px;
        width: 24px;
        height: 24px;
        border-width: 5px;
    }

    .event-card[b-v34f19sho1] {
        width: calc(100% - 50px) !important;
        margin-left: 50px !important;
    }

    .timeline-event[b-v34f19sho1] {
        margin-bottom: 70px;
    }

    .event-image[b-v34f19sho1] {
        height: 220px;
    }

    .event-content[b-v34f19sho1] {
        padding: 24px;
    }

    .event-date[b-v34f19sho1] {
        font-size: 0.9rem;
        padding: 5px 14px;
    }

    .event-title[b-v34f19sho1] {
        font-size: 1.35rem;
    }

    .event-description[b-v34f19sho1] {
        font-size: 1rem;
    }

    .event-meta[b-v34f19sho1] {
        flex-direction: column;
        gap: 12px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .timeline-header h1[b-v34f19sho1] {
        font-size: 1.85rem;
    }

    .timeline-header .subtitle[b-v34f19sho1] {
        font-size: 1rem;
    }

    .event-image[b-v34f19sho1] {
        height: 200px;
    }

    .event-content[b-v34f19sho1] {
        padding: 20px;
    }

    .event-title[b-v34f19sho1] {
        font-size: 1.25rem;
    }

    .event-description[b-v34f19sho1] {
        font-size: 0.95rem;
    }

    .placeholder-icon[b-v34f19sho1] {
        font-size: 4rem;
    }

    .placeholder-text[b-v34f19sho1] {
        font-size: 0.9rem;
    }
}

.timeline-event.clickable[b-v34f19sho1] {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .timeline-event.clickable:hover[b-v34f19sho1] {
        transform: translateX(10px);
    }

        .timeline-event.clickable:hover .timeline-content[b-v34f19sho1] {
            background: linear-gradient(135deg, rgba(13, 158, 255, 0.15) 0%, rgba(255, 179, 68, 0.15) 100%);
            border-color: rgba(13, 158, 255, 0.4);
            box-shadow: 0 8px 30px rgba(13, 158, 255, 0.2);
        }

.view-details-hint[b-v34f19sho1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--primary-blue);
    margin-left: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.timeline-event.clickable:hover .view-details-hint[b-v34f19sho1] {
    opacity: 1;
}

.timeline-meta[b-v34f19sho1] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.meta-item[b-v34f19sho1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Pages/Home.razor.rz.scp.css */
/* ============================================
   HOMEPAGE - COMPLETE STYLES
   ============================================ */

.homepage[b-bkytwdhze2] {
    overflow-x: hidden;
}

/* ============================================
   HERO SECTION - FIX GAP
   ============================================ */

.hero-section[b-bkytwdhze2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: white;
}

.hero-content[b-bkytwdhze2] {
    width: 100%;
    max-width: 1600px; /* Add max-width để không quá rộng trên màn lớn */
    margin: 0 auto;
    padding: 60px 80px;
    display: grid;
    grid-template-columns: 40% 60%; /* Equal columns */
    gap: 0; /* GIẢM từ 80px → 40px */
    align-items: center;
}

/* Hero Left */
.hero-left[b-bkytwdhze2] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 60px; /* Remove padding-right */
}

.hero-logo[b-bkytwdhze2] {
    width: 180px;
    height: auto;
    animation: float-b-bkytwdhze2 3s ease-in-out infinite;
}

@keyframes float-b-bkytwdhze2 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-title[b-bkytwdhze2] {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin: 0;
}

.hero-slogan[b-bkytwdhze2] {
    font-size: 1.75rem;
    font-style: italic;
    color: #666;
    margin: 0;
}

.hero-description[b-bkytwdhze2] {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

    .hero-description p[b-bkytwdhze2] {
        margin: 8px 0;
    }

    .hero-description .est[b-bkytwdhze2] {
        font-weight: 700;
        color: #0D9EFF;
        margin-top: 16px;
    }

.cta-button[b-bkytwdhze2] {
    align-self: flex-start;
    padding: 18px 48px;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 158, 255, 0.3);
}

    .cta-button:hover[b-bkytwdhze2] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(13, 158, 255, 0.4);
    }

/* Hero Right */
.hero-right[b-bkytwdhze2] {
    position: relative;
    width: 100%;
    height: 600px; /* Giảm từ 650px */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-image[b-bkytwdhze2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center; /* SHIFT LEFT - Default is 50% center */
    transition: transform 0.5s ease;
}

.hero-right:hover .hero-image[b-bkytwdhze2] {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

/* Optional: Gradient overlay */
.hero-right[b-bkytwdhze2]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.2) 0%, transparent 50% );
    pointer-events: none;
}

/* ============================================
   ABOUT SECTION - UPDATED
   ============================================ */

.about-section[b-bkytwdhze2] {
    position: relative;
    min-height: 70vh; /* Giảm height một chút */
    display: flex;
    align-items: center;
    background-image: url('/images/team-sunset-2.jpg');
    background-size: cover;
    background-position: 60% center;
    background-attachment: fixed; /* Parallax effect */
    padding: 80px 60px; /* Adjust padding */
}

.about-overlay[b-bkytwdhze2] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(13, 158, 255, 0.92) 0%, rgba(255, 179, 68, 0.92) 100% );
}

.about-content[b-bkytwdhze2] {
    position: relative;
    width: 100%;
    max-width: 1400px; /* Wider container */
    margin: 0 auto;
    text-align: center;
    color: white;
}

    .about-content h2[b-bkytwdhze2] {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 60px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

/* FIX: Grid layout for cards */
.about-grid[b-bkytwdhze2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns trên desktop */
    gap: 40px;
}

.about-card[b-bkytwdhze2] {
    /* Glassmorphism - Sweet spot */
    background: rgba(255, 255, 255, 0.82); /* 82% opacity */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Layout */
    padding: 48px 32px;
    border-radius: 20px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Border & Shadow */
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    /* Transition */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .about-card:hover[b-bkytwdhze2] {
        background: rgba(255, 255, 255, 0.92); /* Tăng opacity khi hover */
        transform: translateY(-12px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.5);
    }

    /* Text với contrast tốt */
    .about-card h3[b-bkytwdhze2] {
        font-size: 1.75rem;
        font-weight: 700;
        color: #1a1a1a; /* Very dark */
        margin-bottom: 16px;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    }

    .about-card p[b-bkytwdhze2] {
        font-size: 1.1rem;
        line-height: 1.6;
        color: #2B2B2B; /* Dark gray */
        font-weight: 500;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
    }

.about-icon[b-bkytwdhze2] {
    font-size: 4rem;
    margin-bottom: 24px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

/* Tablet - 2 columns */
@media (max-width: 1024px) {
    .hero-content[b-bkytwdhze2] {
        padding: 40px 40px;
        gap: 60px;
    }

    .hero-right[b-bkytwdhze2] {
        height: 500px;
    }
    .hero-image[b-bkytwdhze2] {
        object-position: 42% center; /* Slightly adjust for smaller screen */
    }

    .about-grid[b-bkytwdhze2] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns trên tablet */
        gap: 32px;
    }
}

/* Tablet Portrait - Switch to vertical */
@media (max-width: 968px) {
    .hero-content[b-bkytwdhze2] {
        grid-template-columns: 1fr; /* Stack vertically */
        gap: 40px;
        padding: 40px 20px;
    }

    .hero-left[b-bkytwdhze2] {
        text-align: center;
        align-items: center;
        padding-right: 0;
    }

    .hero-logo[b-bkytwdhze2] {
        width: 150px;
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 3rem;
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1.5rem;
    }

    .hero-right[b-bkytwdhze2] {
        height: 450px;
    }

    .about-section[b-bkytwdhze2] {
        padding: 60px 30px;
    }

    .about-grid[b-bkytwdhze2] {
        grid-template-columns: 1fr; /* 1 column trên mobile */
        gap: 24px;
    }

    .about-card[b-bkytwdhze2] {
        min-height: auto;
        padding: 40px 28px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .hero-section[b-bkytwdhze2] {
        min-height: auto;
    }

    .hero-content[b-bkytwdhze2] {
        padding: 30px 20px;
    }

    .hero-image[b-bkytwdhze2] {
        object-position: 42% center; /* Center on mobile */
    }

    .hero-logo[b-bkytwdhze2] {
        width: 120px;
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 2.25rem;
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1.25rem;
    }

    .hero-description[b-bkytwdhze2] {
        font-size: 1rem;
    }

    .cta-button[b-bkytwdhze2] {
        padding: 14px 32px;
        font-size: 1rem;
    }

    .hero-right[b-bkytwdhze2] {
        height: 350px;
        border-radius: 16px;
    }

    .about-section[b-bkytwdhze2] {
        padding: 50px 20px;
    }

    .about-content h2[b-bkytwdhze2] {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .about-card[b-bkytwdhze2] {
        padding: 32px 24px;
    }

    .about-icon[b-bkytwdhze2] {
        font-size: 3rem;
    }

    .about-card h3[b-bkytwdhze2] {
        font-size: 1.5rem;
    }

    .about-card p[b-bkytwdhze2] {
        font-size: 1rem;
    }
}

/* ============================================
   QUICK LINKS SECTION
   ============================================ */

.quick-links-section[b-bkytwdhze2] {
    padding: 100px 40px;
    background: #F8F9FA;
}

    .quick-links-section h2[b-bkytwdhze2] {
        text-align: center;
        font-size: 3rem;
        font-weight: 800;
        color: #2B2B2B;
        margin-bottom: 60px;
    }

.quick-links-grid[b-bkytwdhze2] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.quick-link-card[b-bkytwdhze2] {
    background: white;
    padding: 48px 32px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

    .quick-link-card[b-bkytwdhze2]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #0D9EFF 0%, #FFB344 100%);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .quick-link-card:hover[b-bkytwdhze2]::before {
        transform: scaleX(1);
    }

    .quick-link-card:hover[b-bkytwdhze2] {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(13, 158, 255, 0.2);
    }

    .quick-link-card.disabled[b-bkytwdhze2] {
        cursor: not-allowed;
        opacity: 0.6;
    }

        .quick-link-card.disabled:hover[b-bkytwdhze2] {
            transform: none;
        }

.card-icon[b-bkytwdhze2] {
    font-size: 5rem;
    margin-bottom: 24px;
}

.quick-link-card h3[b-bkytwdhze2] {
    font-size: 2rem;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 16px;
}

.quick-link-card p[b-bkytwdhze2] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.card-arrow[b-bkytwdhze2] {
    display: inline-block;
    color: #0D9EFF;
    font-weight: 700;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.quick-link-card:hover .card-arrow[b-bkytwdhze2] {
    transform: translateX(8px);
}

.card-badge[b-bkytwdhze2] {
    display: inline-block;
    padding: 8px 20px;
    background: #FFB344;
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

/* ============================================
   FOOTER
   ============================================ */

.homepage-footer[b-bkytwdhze2] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 60px 40px 40px;
}

.footer-content[b-bkytwdhze2] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-section h3[b-bkytwdhze2] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFB344;
}

.footer-section p[b-bkytwdhze2] {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 8px 0;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

/* Tablet - 2 columns */
@media (max-width: 1024px) {
    .hero-content[b-bkytwdhze2] {
        padding: 40px 40px;
        gap: 32px; /* Giảm gap trên tablet */
    }

    .hero-right[b-bkytwdhze2] {
        height: 500px;
    }

    .about-grid[b-bkytwdhze2] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns trên tablet */
        gap: 32px;
    }
}

/* Tablet Portrait - Switch to vertical */
@media (max-width: 968px) {
    .hero-content[b-bkytwdhze2] {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 20px;
    }

    .hero-left[b-bkytwdhze2] {
        text-align: center;
        align-items: center;
        padding-right: 0;
    }

    .hero-right[b-bkytwdhze2] {
        height: 450px;
    }

    .hero-logo[b-bkytwdhze2] {
        width: 150px;
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 3rem;
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1.5rem;
    }

    .hero-right[b-bkytwdhze2] {
        height: 450px;
    }


    /* FIX: CTA Button - Don't stretch */
    .cta-button[b-bkytwdhze2] {
        align-self: center; /*flex-start;*/ /* Don't stretch */
        width: auto; /* Auto width based on content */
        padding: 12px 32px; /* Smaller padding */
        font-size: 1rem;
        white-space: nowrap; /* Prevent text wrap */
    }

    .about-section[b-bkytwdhze2] {
        padding: 60px 30px;
    }

    .about-grid[b-bkytwdhze2] {
        grid-template-columns: 1fr; /* 1 column trên mobile */
        gap: 24px;
    }

    .about-card[b-bkytwdhze2] {
        min-height: auto;
        padding: 40px 28px;
    }
}
/* ============================================
   MOBILE LANDSCAPE SPECIFIC FIXES
   ============================================ */

/* Detect mobile landscape: height < width và height nhỏ */
@media (max-width: 968px) and (orientation: landscape) {
    /* Hero Section - Compact layout */
    .hero-section[b-bkytwdhze2] {
        min-height: auto; /* Don't force 100vh trên landscape */
    }

    .hero-content[b-bkytwdhze2] {
        padding: 40px 60px; /* Reduce vertical padding */
        gap: 32px;
    }

    .hero-left[b-bkytwdhze2] {
        gap: 16px; /* Tighter spacing */
    }

    .hero-logo[b-bkytwdhze2] {
        width: 100px; /* Smaller logo */
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 2.25rem; /* Smaller title */
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1.25rem;
    }

    .hero-description[b-bkytwdhze2] {
        font-size: 0.95rem;
    }

    /* FIX: CTA Button - Don't stretch */
    .cta-button[b-bkytwdhze2] {
        align-self: center; /*flex-start;*/ /* Don't stretch */
        width: auto; /* Auto width based on content */
        padding: 12px 32px; /* Smaller padding */
        font-size: 1rem;
        white-space: nowrap; /* Prevent text wrap */
    }

    .hero-right[b-bkytwdhze2] {
        height: 350px; /* Shorter height for landscape */
    }

    /* About Section - Adjust for landscape */
    .about-section[b-bkytwdhze2] {
        min-height: auto;
        padding: 60px 40px;
    }

    .about-content h2[b-bkytwdhze2] {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .about-grid[b-bkytwdhze2] {
        gap: 24px;
    }

    .about-card[b-bkytwdhze2] {
        padding: 32px 24px;
        min-height: auto;
    }

    .about-icon[b-bkytwdhze2] {
        font-size: 3rem;
    }

    .about-card h3[b-bkytwdhze2] {
        font-size: 1.5rem;
    }

    .about-card p[b-bkytwdhze2] {
        font-size: 0.95rem;
    }

    /* Quick Links - Compact */
    .quick-links-section[b-bkytwdhze2] {
        padding: 60px 40px;
    }

        .quick-links-section h2[b-bkytwdhze2] {
            font-size: 2rem;
            margin-bottom: 40px;
        }

    .quick-link-card[b-bkytwdhze2] {
        padding: 32px 24px;
    }

    .card-icon[b-bkytwdhze2] {
        font-size: 3.5rem;
    }

    /* Footer - Compact */
    .homepage-footer[b-bkytwdhze2] {
        padding: 40px 40px 30px;
    }
}

/* Extra small landscape (iPhone SE, etc) */
@media (max-width: 736px) and (orientation: landscape) {
    .hero-content[b-bkytwdhze2] {
        padding: 30px 40px;
        gap: 24px;
    }

    .hero-left[b-bkytwdhze2] {
        gap: 12px;
    }

    .hero-logo[b-bkytwdhze2] {
        width: 80px;
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 1.75rem;
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1rem;
    }

    .hero-description[b-bkytwdhze2] {
        font-size: 0.85rem;
    }

        .hero-description p[b-bkytwdhze2] {
            margin: 4px 0;
        }

    .cta-button[b-bkytwdhze2] {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .hero-right[b-bkytwdhze2] {
        height: 280px;
    }
}
/* Mobile */
@media (max-width: 640px) {
    .hero-section[b-bkytwdhze2] {
        min-height: auto;
    }

    .hero-content[b-bkytwdhze2] {
        padding: 30px 20px;
        gap: 32px;
    }

    .hero-right[b-bkytwdhze2] {
        height: 350px;
    }

    .hero-logo[b-bkytwdhze2] {
        width: 120px;
    }

    .hero-title[b-bkytwdhze2] {
        font-size: 2.25rem;
    }

    .hero-slogan[b-bkytwdhze2] {
        font-size: 1.25rem;
    }

    .hero-description[b-bkytwdhze2] {
        font-size: 1rem;
    }

    .cta-button[b-bkytwdhze2] {
        padding: 14px 32px;
        font-size: 1rem;
    }

    .about-section[b-bkytwdhze2] {
        padding: 50px 20px;
    }

    .about-content h2[b-bkytwdhze2] {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .about-card[b-bkytwdhze2] {
        padding: 32px 24px;
    }

    .about-icon[b-bkytwdhze2] {
        font-size: 3rem;
    }

    .about-card h3[b-bkytwdhze2] {
        font-size: 1.5rem;
    }

    .about-card p[b-bkytwdhze2] {
        font-size: 1rem;
    }
}
/* Mobile Portrait - Text centered */
@media (max-width: 640px) and (orientation: portrait) {
    .hero-left[b-bkytwdhze2] {
        text-align: center;
        align-items: center;
    }

    .cta-button[b-bkytwdhze2] {
        align-self: center; /* Center button */
        width: auto;
        padding: 14px 40px;
    }
}
/* /Pages/MemberProfile.razor.rz.scp.css */
/* ============================================
   MEMBER PROFILE PAGE - COMPLETE STYLES
   ============================================ */

/* Container */
.profile-container[b-g8f6ah4doq] {
    min-height: 100vh;
    background: #F8F9FA;
    padding: 80px 20px 60px;
}

/* Loading & Not Found */
.loading[b-g8f6ah4doq],
.not-found[b-g8f6ah4doq] {
    text-align: center;
    padding: 100px 20px;
}

    .not-found h2[b-g8f6ah4doq] {
        font-size: 2rem;
        color: #2B2B2B;
        margin-bottom: 24px;
    }

    .not-found button[b-g8f6ah4doq] {
        padding: 12px 32px;
        background: #0D9EFF;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .not-found button:hover[b-g8f6ah4doq] {
            background: #0B7FCC;
            transform: translateY(-2px);
        }

/* Hero Section */
.profile-hero[b-g8f6ah4doq] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 60px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Large Avatar */
.profile-avatar-large[b-g8f6ah4doq] {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #0D9EFF;
    overflow: hidden;
    margin: 0 auto;
}

    .profile-avatar-large img[b-g8f6ah4doq] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Profile Intro */
.profile-intro h1[b-g8f6ah4doq] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.profile-intro .nickname[b-g8f6ah4doq] {
    font-size: 1.5rem;
    color: #0D9EFF;
    font-style: italic;
    margin-bottom: 24px;
}

.position-badge[b-g8f6ah4doq] {
    display: inline-block;
    padding: 16px 24px;
    background: #0D9EFF;
    color: white;
    border-radius: 12px;
    margin-bottom: 16px;
}

    .position-badge strong[b-g8f6ah4doq] {
        display: block;
        font-size: 1.25rem;
        margin-bottom: 4px;
    }

    .position-badge span[b-g8f6ah4doq] {
        font-size: 0.95rem;
        opacity: 0.9;
    }

.join-date[b-g8f6ah4doq] {
    font-size: 1rem;
    color: #666;
}

/* Profile Sections */
.profile-section[b-g8f6ah4doq] {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

    .profile-section h2[b-g8f6ah4doq] {
        font-size: 1.75rem;
        font-weight: 700;
        color: #2B2B2B;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 3px solid #0D9EFF;
    }

    .profile-section p[b-g8f6ah4doq] {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #555;
    }

/* Quote Section */
.quote-section[b-g8f6ah4doq] {
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    color: white;
    text-align: center;
    padding: 48px 32px;
}

    .quote-section blockquote[b-g8f6ah4doq] {
        font-size: 1.5rem;
        font-style: italic;
        line-height: 1.6;
        margin: 0;
    }

/* Skills Grid */
.skills-grid[b-g8f6ah4doq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.skill-tag[b-g8f6ah4doq] {
    padding: 16px 20px;
    background: linear-gradient(135deg, #F0F8FF 0%, #FFF8F0 100%);
    border-left: 4px solid #0D9EFF;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #2B2B2B;
    transition: all 0.3s ease;
}

    .skill-tag:hover[b-g8f6ah4doq] {
        transform: translateX(8px);
        border-left-color: #FFB344;
    }

/* Achievements List */
.achievements-list[b-g8f6ah4doq] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .achievements-list li[b-g8f6ah4doq] {
        padding: 16px 20px;
        margin-bottom: 12px;
        background: #FFF8F0;
        border-left: 4px solid #FFB344;
        border-radius: 8px;
        font-size: 1.05rem;
        color: #2B2B2B;
        transition: all 0.3s ease;
    }

        .achievements-list li:hover[b-g8f6ah4doq] {
            transform: translateX(8px);
            background: #FFE8C8;
        }

/* Stats Container */
.stats-container[b-g8f6ah4doq] {
    display: grid;
    gap: 24px;
}

.stat-bar[b-g8f6ah4doq] {
    display: grid;
    grid-template-columns: 120px 1fr 60px;
    align-items: center;
    gap: 16px;
}

    .stat-bar label[b-g8f6ah4doq] {
        font-weight: 700;
        font-size: 1.1rem;
        color: #2B2B2B;
    }

.bar[b-g8f6ah4doq] {
    width: 100%;
    height: 32px;
    background: #E8E8E8;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fill[b-g8f6ah4doq] {
    height: 100%;
    border-radius: 16px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .fill[b-g8f6ah4doq]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent );
        animation: shimmer-b-g8f6ah4doq 2s infinite;
    }

@keyframes shimmer-b-g8f6ah4doq {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.stat-bar span[b-g8f6ah4doq] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2B2B2B;
    text-align: right;
}

/* Fun Facts */
.fun-facts[b-g8f6ah4doq] {
    background: linear-gradient(135deg, #FFF8F0 0%, #F0F8FF 100%);
}

    .fun-facts ul[b-g8f6ah4doq] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .fun-facts li[b-g8f6ah4doq] {
        padding: 12px 0;
        font-size: 1.05rem;
        color: #555;
        border-bottom: 1px dashed #DDD;
    }

        .fun-facts li:last-child[b-g8f6ah4doq] {
            border-bottom: none;
        }

        .fun-facts li[b-g8f6ah4doq]::before {
            content: '🎲 ';
            margin-right: 8px;
        }

/* Profile Actions */
.profile-actions[b-g8f6ah4doq] {
    text-align: center;
    margin-top: 60px;
}

.back-btn[b-g8f6ah4doq] {
    padding: 16px 40px;
    background: white;
    color: #0D9EFF;
    border: 2px solid #0D9EFF;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .back-btn:hover[b-g8f6ah4doq] {
        background: #0D9EFF;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 158, 255, 0.3);
    }

/* Responsive - Tablet */
@media (max-width: 968px) {
    .profile-hero[b-g8f6ah4doq] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 32px;
    }

    .profile-avatar-large[b-g8f6ah4doq] {
        width: 200px;
        height: 200px;
    }

    .profile-intro h1[b-g8f6ah4doq] {
        font-size: 2rem;
    }

    .stat-bar[b-g8f6ah4doq] {
        grid-template-columns: 100px 1fr 50px;
        gap: 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
    .profile-container[b-g8f6ah4doq] {
        padding: 60px 16px 40px;
    }

    .profile-hero[b-g8f6ah4doq] {
        padding: 24px;
    }

    .profile-avatar-large[b-g8f6ah4doq] {
        width: 150px;
        height: 150px;
        border-width: 5px;
    }

    .profile-intro h1[b-g8f6ah4doq] {
        font-size: 1.75rem;
    }

    .profile-intro .nickname[b-g8f6ah4doq] {
        font-size: 1.25rem;
    }

    .position-badge[b-g8f6ah4doq] {
        padding: 12px 20px;
    }

        .position-badge strong[b-g8f6ah4doq] {
            font-size: 1.1rem;
        }

    .profile-section[b-g8f6ah4doq] {
        padding: 24px 20px;
    }

        .profile-section h2[b-g8f6ah4doq] {
            font-size: 1.5rem;
        }

    .quote-section blockquote[b-g8f6ah4doq] {
        font-size: 1.25rem;
    }

    .skills-grid[b-g8f6ah4doq] {
        grid-template-columns: 1fr;
    }

    .stat-bar[b-g8f6ah4doq] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .stat-bar label[b-g8f6ah4doq] {
            font-size: 1rem;
        }

    .bar[b-g8f6ah4doq] {
        height: 24px;
    }

    .stat-bar span[b-g8f6ah4doq] {
        text-align: left;
        font-size: 1rem;
    }

    .back-btn[b-g8f6ah4doq] {
        width: 100%;
        padding: 14px 32px;
    }
}
/* /Pages/Members.razor.rz.scp.css */
/* ============================================
   MEMBERS LISTING PAGE - COMPLETE STYLES
   ============================================ */

/* Container */
.members-container[b-dphqptxlev] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 80px 0 60px;
}

/* Header Section */
.members-header[b-dphqptxlev] {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

    .members-header h1[b-dphqptxlev] {
        font-size: 3rem;
        font-weight: 800;
        color: #2B2B2B;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .members-header .subtitle[b-dphqptxlev] {
        font-size: 1.25rem;
        color: #666;
        font-style: italic;
    }

/* Loading & Empty States */
.loading[b-dphqptxlev],
.empty[b-dphqptxlev] {
    text-align: center;
    padding: 100px 20px;
    color: #666;
}

    .loading p[b-dphqptxlev],
    .empty p[b-dphqptxlev] {
        font-size: 1.25rem;
    }

/* Members Grid */
.members-grid[b-dphqptxlev] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Member Card */
.member-card[b-dphqptxlev] {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

    .member-card[b-dphqptxlev]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #0D9EFF 0%, #FFB344 100%);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .member-card:hover[b-dphqptxlev] {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(13, 158, 255, 0.2);
    }

        .member-card:hover[b-dphqptxlev]::before {
            transform: scaleX(1);
        }

/* Avatar */
.member-avatar[b-dphqptxlev] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #0D9EFF;
    margin: 0 auto 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.member-card:hover .member-avatar[b-dphqptxlev] {
    transform: scale(1.05);
}

.member-avatar img[b-dphqptxlev] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Member Info */
.member-name[b-dphqptxlev] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.member-nickname[b-dphqptxlev] {
    font-size: 1rem;
    color: #0D9EFF;
    font-style: italic;
    margin-bottom: 16px;
}

.member-position[b-dphqptxlev] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    padding: 12px;
    background: #F8F9FA;
    border-radius: 8px;
}

    .member-position strong[b-dphqptxlev] {
        font-size: 1.1rem;
        color: #0D9EFF;
    }

    .member-position span[b-dphqptxlev] {
        font-size: 0.9rem;
        color: #666;
    }

/* View Profile Button */
.view-profile-btn[b-dphqptxlev] {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .view-profile-btn:hover[b-dphqptxlev] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 158, 255, 0.3);
    }

/* Responsive - Tablet */
@media (max-width: 768px) {
    .members-header h1[b-dphqptxlev] {
        font-size: 2rem;
    }

    .members-header .subtitle[b-dphqptxlev] {
        font-size: 1rem;
    }

    .members-grid[b-dphqptxlev] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 24px;
    }

    .member-avatar[b-dphqptxlev] {
        width: 120px;
        height: 120px;
    }

    .member-name[b-dphqptxlev] {
        font-size: 1.25rem;
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .members-container[b-dphqptxlev] {
        padding: 60px 0 40px;
    }

    .members-header[b-dphqptxlev] {
        margin-bottom: 40px;
    }

    .members-grid[b-dphqptxlev] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* /Pages/Shared/ChristmasCard.razor.rz.scp.css */
/* ============================================
   CHRISTMAS CARD MODAL
   ============================================ */

/* Modal Overlay */
.christmas-modal-overlay[b-x3akc3d2bt] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    animation: fadeIn-b-x3akc3d2bt 0.5s ease-out;
}

@keyframes fadeIn-b-x3akc3d2bt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Christmas Card */
.christmas-card[b-x3akc3d2bt] {
    position: relative;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    background: linear-gradient( 135deg, #ffffff 0%, #f8f9fa 100% );
    border-radius: 32px;
    padding: 48px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    animation: slideIn-b-x3akc3d2bt 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn-b-x3akc3d2bt {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close Button */
.close-button[b-x3akc3d2bt] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-button:hover[b-x3akc3d2bt] {
        background: rgba(0, 0, 0, 0.1);
        color: #c92a2a;
        transform: rotate(90deg);
    }

/* Card Content */
.card-content[b-x3akc3d2bt] {
    position: relative;
    z-index: 2;
}

/* Header */
.card-header[b-x3akc3d2bt] {
    text-align: center;
    margin-bottom: 32px;
}

.logo-pair[b-x3akc3d2bt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
    font-size: 4rem;
}

.logo-cat[b-x3akc3d2bt] {
    animation: bounce-b-x3akc3d2bt 2s ease-in-out infinite;
}

    .logo-cat.blue[b-x3akc3d2bt] {
        filter: hue-rotate(200deg);
        animation-delay: 0.2s;
    }

    .logo-cat.orange[b-x3akc3d2bt] {
        filter: hue-rotate(20deg);
    }

/*.logo-animal {
    animation: bounce 2s ease-in-out infinite;
    transition: transform 0.3s ease;
}*/

    /* Mèo - Blue themed */
    /*.logo-animal.cat {
        filter: hue-rotate(200deg) brightness(1.1);
        animation-delay: 0s;
    }*/

    /* Trâu - Orange themed */
    /*.logo-animal.buffalo {
        filter: hue-rotate(20deg) saturate(1.2);
        animation-delay: 0.3s;
    }

    .logo-animal:hover {
        transform: scale(1.15);
    }*/

@keyframes bounce-b-x3akc3d2bt {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}


.company-name[b-x3akc3d2bt] {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0D9EFF 0%, #FFB344 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

/* Card Body */
.card-body[b-x3akc3d2bt] {
    text-align: center;
    margin-bottom: 32px;
}

.greeting[b-x3akc3d2bt] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #c92a2a;
    margin: 0 0 12px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.subgreeting[b-x3akc3d2bt] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2f9e44;
    margin: 0 0 32px 0;
    font-style: italic;
}

.message[b-x3akc3d2bt] {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 24px;
    border: 2px dashed #ffd43b;
    text-align: left;
}

    .message p[b-x3akc3d2bt] {
        font-size: 1.05rem;
        line-height: 1.7;
        color: #333;
        margin-bottom: 16px;
    }

        .message p:last-child[b-x3akc3d2bt] {
            margin-bottom: 0;
        }

.signature[b-x3akc3d2bt] {
    font-weight: 700;
    color: #0D9EFF;
    margin-top: 24px !important;
}

.tagline[b-x3akc3d2bt] {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-top: 20px !important;
}

/* Card Footer */
.card-footer[b-x3akc3d2bt] {
    text-align: center;
}

.cta-button[b-x3akc3d2bt] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #c92a2a 0%, #e03131 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 42, 42, 0.3);
}

    .cta-button:hover[b-x3akc3d2bt] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(201, 42, 42, 0.4);
        background: linear-gradient(135deg, #a61e1e 0%, #c92a2a 100%);
    }

    .cta-button .arrow[b-x3akc3d2bt] {
        font-size: 1.5rem;
        transition: transform 0.3s ease;
    }

    .cta-button:hover .arrow[b-x3akc3d2bt] {
        transform: translateX(5px);
    }

.footer-note[b-x3akc3d2bt] {
    margin-top: 16px;
    font-size: 0.9rem;
    color: #999;
    font-style: italic;
}

/* Decorative Elements */
.decoration[b-x3akc3d2bt] {
    position: absolute;
    font-size: 3rem;
    opacity: 0.7;
    animation: rotate-b-x3akc3d2bt 8s linear infinite;
    pointer-events: none;
}

.decoration-tl[b-x3akc3d2bt] {
    top: 10px;
    left: 10px;
}

.decoration-tr[b-x3akc3d2bt] {
    top: 10px;
    right: 10px;
    animation-delay: 2s;
}

.decoration-bl[b-x3akc3d2bt] {
    bottom: 10px;
    left: 10px;
    animation-delay: 4s;
}

.decoration-br[b-x3akc3d2bt] {
    bottom: 10px;
    right: 10px;
    animation-delay: 6s;
}

@keyframes rotate-b-x3akc3d2bt {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

/* Snowflakes */
.snowflakes[b-x3akc3d2bt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 32px;
}

.snowflake[b-x3akc3d2bt] {
    position: absolute;
    top: -10%;
    color: rgba(13, 158, 255, 0.3);
    font-size: 1.5rem;
    animation: fall-b-x3akc3d2bt linear infinite;
}

@keyframes fall-b-x3akc3d2bt {
    to {
        transform: translateY(110vh);
    }
}

/* Stagger snowflakes */
.snowflake:nth-child(1)[b-x3akc3d2bt] {
    left: 5%;
    animation-duration: 8s;
    animation-delay: 0s;
}

.snowflake:nth-child(2)[b-x3akc3d2bt] {
    left: 15%;
    animation-duration: 10s;
    animation-delay: 1s;
}

.snowflake:nth-child(3)[b-x3akc3d2bt] {
    left: 25%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.snowflake:nth-child(4)[b-x3akc3d2bt] {
    left: 35%;
    animation-duration: 9s;
    animation-delay: 0.5s;
}

.snowflake:nth-child(5)[b-x3akc3d2bt] {
    left: 45%;
    animation-duration: 8.5s;
    animation-delay: 1.5s;
}

.snowflake:nth-child(6)[b-x3akc3d2bt] {
    left: 55%;
    animation-duration: 7.5s;
    animation-delay: 2.5s;
}

.snowflake:nth-child(7)[b-x3akc3d2bt] {
    left: 65%;
    animation-duration: 9.5s;
    animation-delay: 0.8s;
}

.snowflake:nth-child(8)[b-x3akc3d2bt] {
    left: 75%;
    animation-duration: 8s;
    animation-delay: 1.8s;
}

.snowflake:nth-child(9)[b-x3akc3d2bt] {
    left: 85%;
    animation-duration: 10s;
    animation-delay: 0.3s;
}

.snowflake:nth-child(10)[b-x3akc3d2bt] {
    left: 95%;
    animation-duration: 7s;
    animation-delay: 2.2s;
}

.snowflake:nth-child(11)[b-x3akc3d2bt] {
    left: 10%;
    animation-duration: 9s;
    animation-delay: 3s;
}

.snowflake:nth-child(12)[b-x3akc3d2bt] {
    left: 20%;
    animation-duration: 8s;
    animation-delay: 1.2s;
}

.snowflake:nth-child(13)[b-x3akc3d2bt] {
    left: 30%;
    animation-duration: 10s;
    animation-delay: 0.6s;
}

.snowflake:nth-child(14)[b-x3akc3d2bt] {
    left: 40%;
    animation-duration: 7.5s;
    animation-delay: 2.8s;
}

.snowflake:nth-child(15)[b-x3akc3d2bt] {
    left: 50%;
    animation-duration: 9s;
    animation-delay: 1.4s;
}

.snowflake:nth-child(16)[b-x3akc3d2bt] {
    left: 60%;
    animation-duration: 8.5s;
    animation-delay: 0.9s;
}

.snowflake:nth-child(17)[b-x3akc3d2bt] {
    left: 70%;
    animation-duration: 7s;
    animation-delay: 2.3s;
}

.snowflake:nth-child(18)[b-x3akc3d2bt] {
    left: 80%;
    animation-duration: 9.5s;
    animation-delay: 0.4s;
}

.snowflake:nth-child(19)[b-x3akc3d2bt] {
    left: 90%;
    animation-duration: 8s;
    animation-delay: 1.9s;
}

.snowflake:nth-child(20)[b-x3akc3d2bt] {
    left: 12%;
    animation-duration: 10s;
    animation-delay: 2.6s;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .christmas-card[b-x3akc3d2bt] {
        padding: 36px 28px;
        border-radius: 24px;
    }

    .logo-pair[b-x3akc3d2bt] {
        font-size: 3rem;
        gap: 16px;
    }

    .company-name[b-x3akc3d2bt] {
        font-size: 1.5rem;
    }

    .greeting[b-x3akc3d2bt] {
        font-size: 2rem;
    }

    .subgreeting[b-x3akc3d2bt] {
        font-size: 1.1rem;
    }

    .message[b-x3akc3d2bt] {
        padding: 20px;
    }

        .message p[b-x3akc3d2bt] {
            font-size: 1rem;
        }

    .cta-button[b-x3akc3d2bt] {
        padding: 16px 32px;
        font-size: 1.1rem;
    }

    .decoration[b-x3akc3d2bt] {
        font-size: 2rem;
    }

    .snowflake[b-x3akc3d2bt] {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .christmas-modal-overlay[b-x3akc3d2bt] {
        padding: 16px;
    }

    .christmas-card[b-x3akc3d2bt] {
        padding: 28px 20px;
    }

    .logo-pair[b-x3akc3d2bt] {
        font-size: 2.5rem;
        gap: 12px;
    }

    .company-name[b-x3akc3d2bt] {
        font-size: 1.25rem;
    }

    .greeting[b-x3akc3d2bt] {
        font-size: 1.75rem;
    }

    .subgreeting[b-x3akc3d2bt] {
        font-size: 1rem;
    }

    .message p[b-x3akc3d2bt] {
        font-size: 0.95rem;
    }

    .cta-button[b-x3akc3d2bt] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Shared/ChristmasCardToggleButton.razor.rz.scp.css */
.christmas-toggle-container[b-mdgsqau907] {
    position: fixed;
    top: 100px;
    right: 2rem;
    z-index: 900;
    animation: slideIn-b-mdgsqau907 0.5s ease-out;
}

@keyframes slideIn-b-mdgsqau907 {
    from {
        transform: translateX(150%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.christmas-toggle-btn[b-mdgsqau907] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, rgba(13, 158, 255, 0.95) 0%, rgba(255, 179, 68, 0.95) 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

    .christmas-toggle-btn[b-mdgsqau907]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        transition: opacity 0.3s ease;
    }

    .christmas-toggle-btn:hover[b-mdgsqau907] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(13, 158, 255, 0.4);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .christmas-toggle-btn:active[b-mdgsqau907] {
        transform: translateY(0);
    }

    .christmas-toggle-btn .icon[b-mdgsqau907] {
        font-size: 1.5rem;
        animation: swing-b-mdgsqau907 2s ease-in-out infinite;
    }

@keyframes swing-b-mdgsqau907 {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }
}

.christmas-toggle-btn .label[b-mdgsqau907] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0.5px;
}

/* Enabled state - glowing effect */
.christmas-toggle-btn.enabled[b-mdgsqau907] {
    animation: glow-b-mdgsqau907 2s ease-in-out infinite;
}

@keyframes glow-b-mdgsqau907 {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(13, 158, 255, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(255, 179, 68, 0.5);
    }
}

/* Disabled state */
.christmas-toggle-btn.disabled[b-mdgsqau907] {
    background: linear-gradient(135deg, rgba(128, 128, 128, 0.7) 0%, rgba(160, 160, 160, 0.7) 100%);
    border-color: rgba(255, 255, 255, 0.2);
}

    .christmas-toggle-btn.disabled .icon[b-mdgsqau907] {
        opacity: 0.6;
        animation: none;
    }

.disabled-indicator[b-mdgsqau907] {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ff4444;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: center;
}

/* Sparkle effect when enabled */
.christmas-toggle-btn.enabled[b-mdgsqau907]::after {
    content: '✨';
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 1.2rem;
    animation: sparkle-b-mdgsqau907 3s ease-in-out infinite;
}

@keyframes sparkle-b-mdgsqau907 {
    0%, 100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) rotate(180deg);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .christmas-toggle-container[b-mdgsqau907] {
        top: 80px;
        right: 1rem;
    }

    .christmas-toggle-btn[b-mdgsqau907] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }

        .christmas-toggle-btn .icon[b-mdgsqau907] {
            font-size: 1.25rem;
        }

        .christmas-toggle-btn .label[b-mdgsqau907] {
            display: none;
        }

    /* Show icon only on mobile */
    .christmas-toggle-btn[b-mdgsqau907] {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .christmas-toggle-container[b-mdgsqau907] {
        right: 1.5rem;
    }
}

/* Hide on very small screens when keyboard is visible */
@media (max-height: 500px) {
    .christmas-toggle-container[b-mdgsqau907] {
        display: none;
    }
}
/* /Pages/Shared/ChristmasCardToggleButtonInline.razor.rz.scp.css */
.christmas-toggle-inline[b-ruw46fj6s5] {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

.christmas-btn-inline[b-ruw46fj6s5] {
    background: linear-gradient(135deg, rgba(13, 158, 255, 0.1) 0%, rgba(255, 179, 68, 0.1) 100%);
    border: 2px solid rgba(13, 158, 255, 0.3);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 400px;
}

    .christmas-btn-inline:hover[b-ruw46fj6s5] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(13, 158, 255, 0.2);
        border-color: rgba(13, 158, 255, 0.5);
    }

    .christmas-btn-inline .btn-content[b-ruw46fj6s5] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .christmas-btn-inline .icon[b-ruw46fj6s5] {
        font-size: 2rem;
    }

    .christmas-btn-inline .text[b-ruw46fj6s5] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .christmas-btn-inline .label[b-ruw46fj6s5] {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-blue);
    }

    .christmas-btn-inline .sublabel[b-ruw46fj6s5] {
        font-size: 0.85rem;
        color: #666;
        margin-top: 0.25rem;
    }

    .christmas-btn-inline.enabled[b-ruw46fj6s5] {
        background: linear-gradient(135deg, rgba(13, 158, 255, 0.15) 0%, rgba(255, 179, 68, 0.15) 100%);
        border-color: rgba(13, 158, 255, 0.4);
    }
/* /Pages/Shared/PersonalizedChristmasCard.razor.rz.scp.css */
/* ============================================
   PERSONALIZED CHRISTMAS CARD
   ============================================ */

/* Card with theme variants */
.personal-christmas-card[b-ro0i5l2ga2] {
    position: relative;
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 32px;
    padding: 48px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    animation: slideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

    /* Theme variants */
    .personal-christmas-card.theme-blue[b-ro0i5l2ga2] {
        border: 4px solid #0D9EFF;
        box-shadow: 0 20px 60px rgba(13, 158, 255, 0.4);
    }

    .personal-christmas-card.theme-orange[b-ro0i5l2ga2] {
        border: 4px solid #FFB344;
        box-shadow: 0 20px 60px rgba(255, 179, 68, 0.4);
    }

    .personal-christmas-card.theme-green[b-ro0i5l2ga2] {
        border: 4px solid #2f9e44;
        box-shadow: 0 20px 60px rgba(47, 158, 68, 0.4);
    }

    .personal-christmas-card.theme-red[b-ro0i5l2ga2] {
        border: 4px solid #c92a2a;
        box-shadow: 0 20px 60px rgba(201, 42, 42, 0.4);
    }

    .personal-christmas-card.theme-purple[b-ro0i5l2ga2] {
        border: 4px solid #9c36b5;
        box-shadow: 0 20px 60px rgba(156, 54, 181, 0.4);
    }

/* Card Actions */
.card-actions[b-ro0i5l2ga2] {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.action-button[b-ro0i5l2ga2] {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .action-button:hover[b-ro0i5l2ga2] {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.close-button:hover[b-ro0i5l2ga2] {
    background: #fee;
    transform: scale(1.1) rotate(90deg);
}

.share-button:hover[b-ro0i5l2ga2] {
    background: #e3f2fd;
}

/* Header with Member Avatar */
.card-header[b-ro0i5l2ga2] {
    text-align: center;
    margin-bottom: 32px;
}

.member-avatar-large[b-ro0i5l2ga2] {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 24px;
}

    .member-avatar-large img[b-ro0i5l2ga2],
    .member-avatar-large .avatar-placeholder[b-ro0i5l2ga2] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 5px solid white;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    .member-avatar-large .avatar-placeholder[b-ro0i5l2ga2] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #0D9EFF, #FFB344);
        color: white;
        font-size: 3rem;
        font-weight: 800;
    }

.avatar-ornament[b-ro0i5l2ga2] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 2.5rem;
    animation: swing-b-ro0i5l2ga2 3s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes swing-b-ro0i5l2ga2 {
    0%, 100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

.personal-greeting[b-ro0i5l2ga2] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #c92a2a;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.member-name-tag[b-ro0i5l2ga2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0D9EFF;
    margin: 0;
}

.nickname[b-ro0i5l2ga2] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #FFB344;
    font-style: italic;
    margin-left: 8px;
}

/* Card Body */
.card-body[b-ro0i5l2ga2] {
    margin-bottom: 32px;
}

/* Message Box */
.message-box[b-ro0i5l2ga2] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
    border: 2px solid #ffd43b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message-header[b-ro0i5l2ga2] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #c92a2a;
}

.letter-icon[b-ro0i5l2ga2] {
    font-size: 1.5rem;
}

.personal-message[b-ro0i5l2ga2] {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
    text-align: left;
}

/* Highlights Section */
.highlights-section[b-ro0i5l2ga2] {
    background: linear-gradient(135deg, rgba(13, 158, 255, 0.1), rgba(255, 179, 68, 0.1));
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

    .highlights-section h3[b-ro0i5l2ga2] {
        font-size: 1.35rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 16px 0;
        text-align: center;
    }

.highlights-list[b-ro0i5l2ga2] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.highlight-item[b-ro0i5l2ga2] {
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

    .highlight-item:hover[b-ro0i5l2ga2] {
        transform: translateX(8px);
    }

/* Fun Fact Box */
.fun-fact-box[b-ro0i5l2ga2] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 243, 205, 0.6);
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-left: 4px solid #ffd43b;
}

.fun-fact-icon[b-ro0i5l2ga2] {
    font-size: 2rem;
    flex-shrink: 0;
}

.fun-fact-text[b-ro0i5l2ga2] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* Blessing Box */
.blessing-box[b-ro0i5l2ga2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg, #ffd43b, #ffd43b);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
}

.blessing-ornament[b-ro0i5l2ga2] {
    font-size: 2rem;
    animation: sparkle-b-ro0i5l2ga2 2s ease-in-out infinite;
}

@keyframes sparkle-b-ro0i5l2ga2 {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.blessing-text[b-ro0i5l2ga2] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2B2B2B;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

/* Card Footer */
.card-footer[b-ro0i5l2ga2] {
    text-align: center;
    padding-top: 24px;
    border-top: 2px dashed #e0e0e0;
}

.signature[b-ro0i5l2ga2] {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin: 0 0 8px 0;
}

.tagline[b-ro0i5l2ga2] {
    font-size: 1rem;
    color: #999;
    margin: 0 0 24px 0;
    font-style: italic;
}

.cta-button[b-ro0i5l2ga2] {
    padding: 16px 40px;
    background: linear-gradient(135deg, #c92a2a, #e03131);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 42, 42, 0.3);
}

    .cta-button:hover[b-ro0i5l2ga2] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(201, 42, 42, 0.4);
    }

/* Snowflakes - same as general card */
.snowflakes[b-ro0i5l2ga2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 32px;
}

.snowflake[b-ro0i5l2ga2] {
    position: absolute;
    top: -10%;
    color: rgba(13, 158, 255, 0.3);
    font-size: 1.5rem;
    animation: fall linear infinite;
}

/* Decorations - same as general card */
.decoration[b-ro0i5l2ga2] {
    position: absolute;
    font-size: 2.5rem;
    opacity: 0.7;
    animation: rotate 8s linear infinite;
    pointer-events: none;
}

.decoration-tl[b-ro0i5l2ga2] {
    top: 10px;
    left: 10px;
}

.decoration-tr[b-ro0i5l2ga2] {
    top: 10px;
    right: 10px;
    animation-delay: 2s;
}

.decoration-bl[b-ro0i5l2ga2] {
    bottom: 10px;
    left: 10px;
    animation-delay: 4s;
}

.decoration-br[b-ro0i5l2ga2] {
    bottom: 10px;
    right: 10px;
    animation-delay: 6s;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .personal-christmas-card[b-ro0i5l2ga2] {
        padding: 36px 24px;
    }

    .member-avatar-large[b-ro0i5l2ga2] {
        width: 120px;
        height: 120px;
    }

    .personal-greeting[b-ro0i5l2ga2] {
        font-size: 1.85rem;
    }

    .member-name-tag[b-ro0i5l2ga2] {
        font-size: 1.25rem;
    }

    .message-box[b-ro0i5l2ga2] {
        padding: 20px;
    }

    .highlights-section[b-ro0i5l2ga2] {
        padding: 20px;
    }

    .blessing-box[b-ro0i5l2ga2] {
        padding: 20px;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .personal-christmas-card[b-ro0i5l2ga2] {
        padding: 28px 20px;
    }

    .member-avatar-large[b-ro0i5l2ga2] {
        width: 100px;
        height: 100px;
    }

    .avatar-ornament[b-ro0i5l2ga2] {
        font-size: 2rem;
    }

    .personal-greeting[b-ro0i5l2ga2] {
        font-size: 1.6rem;
    }

    .member-name-tag[b-ro0i5l2ga2] {
        font-size: 1.1rem;
    }

    .personal-message[b-ro0i5l2ga2] {
        font-size: 1rem;
    }

    .highlights-section h3[b-ro0i5l2ga2] {
        font-size: 1.2rem;
    }

    .highlight-item[b-ro0i5l2ga2] {
        font-size: 0.95rem;
    }
}
