@import '_content/ZXingBlazor/ZXingBlazor.bundle.scp.css';

/* /Components/Shared/EventComponent.razor.rz.scp.css */


.event-card[b-b9wc3bf7p8] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.event-card:hover[b-b9wc3bf7p8] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.event-header[b-b9wc3bf7p8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.event-title[b-b9wc3bf7p8] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    flex: 1;
}

.event-date[b-b9wc3bf7p8] {
    background-color: #e7f3ff;
    color: #0066cc;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.event-body[b-b9wc3bf7p8] {
    margin-bottom: 1.25rem;
}

.event-description[b-b9wc3bf7p8] {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 0.75rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-location[b-b9wc3bf7p8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    font-size: 0.9rem;
}

.location-icon[b-b9wc3bf7p8] {
    font-size: 1rem;
}

.event-footer[b-b9wc3bf7p8] {
    display: flex;
    justify-content: flex-end;
}

.btn-action[b-b9wc3bf7p8] {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.btn-action:hover[b-b9wc3bf7p8] {
    background: linear-gradient(135deg, #0052a3 0%, #003d7a 100%);
    transform: translateX(2px);
}

.btn-action:active[b-b9wc3bf7p8] {
    transform: scale(0.98);
}

.arrow[b-b9wc3bf7p8] {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.btn-action:hover .arrow[b-b9wc3bf7p8] {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .event-card[b-b9wc3bf7p8] {
        padding: 1rem;
    }

    .event-header[b-b9wc3bf7p8] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .event-date[b-b9wc3bf7p8] {
        align-self: flex-start;
    }

    .event-title[b-b9wc3bf7p8] {
        font-size: 1.1rem;
    }
}
/* /Components/Shared/PwaInstallBanner.razor.rz.scp.css */
body[b-jjbff7qd8z] {
}
.pwa-install-banner[b-jjbff7qd8z] {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 600px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    animation: slideDown-b-jjbff7qd8z 0.4s ease-out;
    padding: 16px;
    border-radius: 12px;
}

@keyframes slideDown-b-jjbff7qd8z {
    from {
        transform: translateX(-50%) translateY(-150%);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.pwa-banner-content[b-jjbff7qd8z] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.pwa-banner-icon img[b-jjbff7qd8z] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pwa-banner-text[b-jjbff7qd8z] {
    flex: 1;
}

    .pwa-banner-text h3[b-jjbff7qd8z] {
        margin: 0 0 4px 0;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .pwa-banner-text p[b-jjbff7qd8z] {
        margin: 0;
        font-size: 0.9rem;
        opacity: 0.95;
    }

    .pwa-banner-text strong[b-jjbff7qd8z] {
        font-weight: 700;
    }

.ios-share-icon[b-jjbff7qd8z] {
    display: inline-block;
    font-size: 1.1rem;
    vertical-align: middle;
}

.pwa-banner-actions[b-jjbff7qd8z] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pwa-btn-install[b-jjbff7qd8z] {
    background: white;
    color: #4A90E2;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

    .pwa-btn-install:hover:not(:disabled)[b-jjbff7qd8z] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .pwa-btn-install:disabled[b-jjbff7qd8z] {
        opacity: 0.7;
        cursor: not-allowed;
    }

    .pwa-btn-install:active:not(:disabled)[b-jjbff7qd8z] {
        transform: translateY(0);
    }

    .pwa-btn-install .icon[b-jjbff7qd8z] {
        font-size: 1.2rem;
    }

.pwa-btn-close[b-jjbff7qd8z] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
}

    .pwa-btn-close:hover[b-jjbff7qd8z] {
        background: rgba(255, 255, 255, 0.3);
    }

.pwa-error-message[b-jjbff7qd8z] {
    margin-top: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 0.85rem;
    line-height: 1.4;
    animation: fadeIn-b-jjbff7qd8z 0.3s ease-out;
}

@keyframes fadeIn-b-jjbff7qd8z {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .pwa-install-banner[b-jjbff7qd8z] {
        top: 8px;
        width: calc(100% - 16px);
        padding: 12px;
    }

    .pwa-banner-content[b-jjbff7qd8z] {
        flex-wrap: wrap;
    }

    .pwa-banner-text h3[b-jjbff7qd8z] {
        font-size: 1rem;
    }

    .pwa-banner-text p[b-jjbff7qd8z] {
        font-size: 0.85rem;
    }

    .pwa-btn-install[b-jjbff7qd8z] {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}
/* /Components/Shared/UpdateAvailableDetector.razor.rz.scp.css */
.update-notification[b-60lkdfec3h] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    animation: slideIn-b-60lkdfec3h 0.5s ease-out;
}

.update-button[b-60lkdfec3h] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .update-button:hover[b-60lkdfec3h] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(74, 144, 226, 0.6);
    }

    .update-button:active[b-60lkdfec3h] {
        transform: translateY(0);
    }

@keyframes slideIn-b-60lkdfec3h {
    from {
        transform: translateX(400px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Für mobile Geräte */
@media (max-width: 768px) {
    .update-notification[b-60lkdfec3h] {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .update-button[b-60lkdfec3h] {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 12px 20px;
    }
}
/* /Layout/FbglLayout.razor.rz.scp.css */
.page[b-yzaie9j1wu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yzaie9j1wu] {
    flex: 1;
}

.sidebar[b-yzaie9j1wu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yzaie9j1wu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yzaie9j1wu]  a, .top-row[b-yzaie9j1wu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-yzaie9j1wu]  a:hover, .top-row[b-yzaie9j1wu]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-yzaie9j1wu]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-yzaie9j1wu] {
        justify-content: space-between;
    }

        .top-row[b-yzaie9j1wu]  a, .top-row[b-yzaie9j1wu]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-yzaie9j1wu] {
        flex-direction: row;
    }

    .sidebar[b-yzaie9j1wu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yzaie9j1wu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yzaie9j1wu]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yzaie9j1wu], article[b-yzaie9j1wu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xcavwv94sy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xcavwv94sy] {
    flex: 1;
}

.sidebar[b-xcavwv94sy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xcavwv94sy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xcavwv94sy]  a, .top-row[b-xcavwv94sy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xcavwv94sy]  a:hover, .top-row[b-xcavwv94sy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xcavwv94sy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xcavwv94sy] {
        justify-content: space-between;
    }

    .top-row[b-xcavwv94sy]  a, .top-row[b-xcavwv94sy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xcavwv94sy] {
        flex-direction: row;
    }

    .sidebar[b-xcavwv94sy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xcavwv94sy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xcavwv94sy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xcavwv94sy], article[b-xcavwv94sy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l2eh4r25vh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l2eh4r25vh] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l2eh4r25vh] {
    font-size: 1.1rem;
}

.bi[b-l2eh4r25vh] {
    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-l2eh4r25vh] {
    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-l2eh4r25vh] {
    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-l2eh4r25vh] {
    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-l2eh4r25vh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l2eh4r25vh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l2eh4r25vh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l2eh4r25vh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l2eh4r25vh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l2eh4r25vh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l2eh4r25vh] {
        display: none;
    }

    .collapse[b-l2eh4r25vh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-l2eh4r25vh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Components/WhatsNewDialog.razor.rz.scp.css */
.whats-new-overlay[b-c7nkhfs7gp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn-b-c7nkhfs7gp 0.3s ease-out;
}

.whats-new-dialog[b-c7nkhfs7gp] {
    background: white;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-c7nkhfs7gp 0.4s ease-out;
    display: flex;
    flex-direction: column;
}

.whats-new-header[b-c7nkhfs7gp] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .whats-new-header h2[b-c7nkhfs7gp] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

.close-button[b-c7nkhfs7gp] {
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}

    .close-button:hover[b-c7nkhfs7gp] {
        background: rgba(255, 255, 255, 0.2);
    }

.whats-new-content[b-c7nkhfs7gp] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.version-badge[b-c7nkhfs7gp] {
    display: inline-block;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.changelog-section[b-c7nkhfs7gp] {
    margin-bottom: 1.5rem;
}

    .changelog-section h3[b-c7nkhfs7gp] {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
        color: #333;
        font-weight: 600;
    }

.changelog-list[b-c7nkhfs7gp] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .changelog-list li[b-c7nkhfs7gp] {
        padding: 0.6rem 0;
        padding-left: 1.5rem;
        position: relative;
        color: #555;
        line-height: 1.5;
    }

        .changelog-list li[b-c7nkhfs7gp]::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4A90E2;
            font-weight: bold;
            font-size: 1.2rem;
        }

.whats-new-footer[b-c7nkhfs7gp] {
    padding: 1.5rem;
    border-top: 1px solid #eee;
}

.btn-primary[b-c7nkhfs7gp] {
    width: 100%;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

    .btn-primary:hover[b-c7nkhfs7gp] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    }

    .btn-primary:active[b-c7nkhfs7gp] {
        transform: translateY(0);
    }

@keyframes fadeIn-b-c7nkhfs7gp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-c7nkhfs7gp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .whats-new-overlay[b-c7nkhfs7gp] {
        padding: 0.5rem;
    }

    .whats-new-dialog[b-c7nkhfs7gp] {
        max-height: 95vh;
        border-radius: 16px;
        max-width: 100%;
    }

    .whats-new-header[b-c7nkhfs7gp] {
        padding: 1rem;
    }

        .whats-new-header h2[b-c7nkhfs7gp] {
            font-size: 1.2rem;
        }

    .close-button[b-c7nkhfs7gp] {
        width: 36px;
        height: 36px;
        font-size: 1.75rem;
    }

    .whats-new-content[b-c7nkhfs7gp] {
        padding: 1rem;
    }

    .version-badge[b-c7nkhfs7gp] {
        font-size: 0.85rem;
        padding: 0.35rem 0.85rem;
        margin-bottom: 1rem;
    }

    .changelog-section[b-c7nkhfs7gp] {
        margin-bottom: 1.2rem;
    }

        .changelog-section h3[b-c7nkhfs7gp] {
            font-size: 1rem;
            margin-bottom: 0.6rem;
        }

    .changelog-list li[b-c7nkhfs7gp] {
        padding: 0.5rem 0;
        padding-left: 1.2rem;
        font-size: 0.95rem;
        line-height: 1.4;
    }

        .changelog-list li[b-c7nkhfs7gp]::before {
            font-size: 1.1rem;
        }

    .whats-new-footer[b-c7nkhfs7gp] {
        padding: 1rem;
    }

    .btn-primary[b-c7nkhfs7gp] {
        padding: 0.875rem;
        font-size: 0.95rem;
        border-radius: 10px;
    }
}
/* /Pages/fbgl/FbglDashboardPage.razor.rz.scp.css */
body[b-vtj0nsa57j] {
}

.fbgl-dashboard-container[b-vtj0nsa57j] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .fbgl-dashboard-container[b-vtj0nsa57j]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-vtj0nsa57j] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-vtj0nsa57j 0.6s ease;
}

    .page-header h1[b-vtj0nsa57j] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-vtj0nsa57j] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

/* Header Content Layout - für zentrierten Text mit Logout-Button */
.page-header .header-content[b-vtj0nsa57j] {
    position: relative;
    display: block;
    text-align: center;
}

    .page-header .header-content > div[b-vtj0nsa57j] {
        display: inline-block;
        text-align: center;
    }

@keyframes fadeInDown-b-vtj0nsa57j {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-vtj0nsa57j] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-vtj0nsa57j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

    .loading-container p[b-vtj0nsa57j] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
        margin-top: 1rem;
    }

.spinner[b-vtj0nsa57j] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-vtj0nsa57j 0.8s linear infinite;
}

@keyframes spin-b-vtj0nsa57j {
    to {
        transform: rotate(360deg);
    }
}

/* Card Base Styles */
.group-card[b-vtj0nsa57j],
.lessons-card[b-vtj0nsa57j],
.statistics-card[b-vtj0nsa57j] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    animation: fadeInUp-b-vtj0nsa57j 0.5s ease;
}

@keyframes fadeInUp-b-vtj0nsa57j {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Headers */
.card-header[b-vtj0nsa57j] {
    padding: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    border-bottom: 2px solid rgba(74, 144, 226, 0.1);
}

    .card-header:active[b-vtj0nsa57j] {
        background: rgba(74, 144, 226, 0.05);
    }

.card-header-with-action[b-vtj0nsa57j] {
    padding: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(74, 144, 226, 0.1);
}

    .card-header-with-action h2[b-vtj0nsa57j],
    .card-header h2[b-vtj0nsa57j] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
    }

/* Header Content für Card-Header (nicht Page-Header) */
.card-header .header-content[b-vtj0nsa57j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.member-count[b-vtj0nsa57j] {
    background: rgba(74, 144, 226, 0.12);
    color: #4A90E2;
    padding: 0.25rem 0.625rem;
    border-radius: 8px;
    font-size: 0.813rem;
    font-weight: 600;
}

.toggle-icon[b-vtj0nsa57j] {
    font-size: 0.875rem;
    color: #4A90E2;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Button Add */
.btn-add[b-vtj0nsa57j] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-add:active[b-vtj0nsa57j] {
        transform: scale(0.96);
    }

/* Logout Button - dezent positioniert */
.btn-logout[b-vtj0nsa57j] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

    .btn-logout:hover[b-vtj0nsa57j] {
        background-color: rgba(255, 255, 255, 0.3);
        color: white;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .btn-logout:active[b-vtj0nsa57j] {
        transform: scale(0.95);
    }

/* Group Content */
.group-content[b-vtj0nsa57j] {
    padding: 1.125rem;
    animation: slideDown-b-vtj0nsa57j 0.3s ease;
}

@keyframes slideDown-b-vtj0nsa57j {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.group-info[b-vtj0nsa57j] {
    margin-bottom: 1rem;
}

    .group-info h3[b-vtj0nsa57j] {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 0.5rem 0;
    }

.group-description[b-vtj0nsa57j] {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Candidates List */
.candidates-list[b-vtj0nsa57j] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.candidate-item[b-vtj0nsa57j] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 12px;
    padding: 0.875rem;
    transition: all 0.2s ease;
}

    .candidate-item:active[b-vtj0nsa57j] {
        transform: scale(0.98);
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.12) 0%, rgba(91, 127, 219, 0.12) 100%);
    }

.candidate-info[b-vtj0nsa57j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.candidate-icon[b-vtj0nsa57j] {
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.candidate-details[b-vtj0nsa57j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.candidate-name[b-vtj0nsa57j] {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

.candidate-points[b-vtj0nsa57j] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #4A90E2;
}

/* Lessons List */
.lessons-list[b-vtj0nsa57j] {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lesson-item[b-vtj0nsa57j] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

    .lesson-item:active[b-vtj0nsa57j] {
        transform: scale(0.98);
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.12) 0%, rgba(91, 127, 219, 0.12) 100%);
        border-color: rgba(74, 144, 226, 0.2);
    }

.lesson-header[b-vtj0nsa57j] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.lesson-title[b-vtj0nsa57j] {
    font-size: 0.938rem;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
}

.lesson-date[b-vtj0nsa57j] {
    font-size: 0.813rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    padding: 0.25rem 0.625rem;
    border-radius: 8px;
    white-space: nowrap;
    margin-left: 0.75rem;
}

.lesson-description[b-vtj0nsa57j] {
    font-size: 0.813rem;
    color: #666;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.lesson-footer[b-vtj0nsa57j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lesson-location[b-vtj0nsa57j] {
    font-size: 0.813rem;
    color: #666;
}

.lesson-points[b-vtj0nsa57j] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #4A90E2;
}

.lesson-arrow[b-vtj0nsa57j] {
    font-size: 1.25rem;
    color: #4A90E2;
}

/* Statistics Card */
.statistics-card[b-vtj0nsa57j] {
    cursor: pointer;
    transition: all 0.2s ease;
}

    .statistics-card:active[b-vtj0nsa57j] {
        transform: scale(0.98);
    }

.card-header-clickable[b-vtj0nsa57j] {
    padding: 1.125rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    border-bottom: 2px solid rgba(74, 144, 226, 0.1);
}

    .card-header-clickable:active[b-vtj0nsa57j] {
        background: rgba(74, 144, 226, 0.05);
    }

    .card-header-clickable h2[b-vtj0nsa57j] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
    }

.header-content-with-icon[b-vtj0nsa57j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-arrow[b-vtj0nsa57j] {
    font-size: 1.25rem;
    color: #4A90E2;
    transition: transform 0.3s ease;
}

.card-header-clickable:hover .card-arrow[b-vtj0nsa57j] {
    transform: translateX(4px);
}

.statistics-preview[b-vtj0nsa57j] {
    padding: 1.125rem;
}

    .statistics-preview p[b-vtj0nsa57j] {
        font-size: 0.875rem;
        color: #666;
        margin: 0;
        line-height: 1.5;
    }

/* Empty State */
.empty-state-small[b-vtj0nsa57j] {
    padding: 2rem 1.125rem;
    text-align: center;
}

    .empty-state-small p[b-vtj0nsa57j] {
        font-size: 0.875rem;
        color: #666;
        margin: 0;
        font-style: italic;
    }

/* Dialog */
.dialog-backdrop[b-vtj0nsa57j] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.dialog[b-vtj0nsa57j] {
    background: white;
    border-radius: 18px;
    padding: 1.5rem;
    max-width: 500px;
    width: 100%;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: dialogSlideIn-b-vtj0nsa57j 0.3s ease;
    margin: auto;
}

@keyframes dialogSlideIn-b-vtj0nsa57j {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

    .dialog h3[b-vtj0nsa57j] {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1.5rem 0;
    }

.form-group[b-vtj0nsa57j] {
    margin-bottom: 1.25rem;
}

    .form-group label[b-vtj0nsa57j] {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .form-group input[b-vtj0nsa57j],
    .form-group textarea[b-vtj0nsa57j] {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0.75rem;
        border: 2px solid rgba(74, 144, 226, 0.2);
        border-radius: 10px;
        font-size: 0.938rem;
        transition: border-color 0.2s ease;
        font-family: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

        .form-group input:focus[b-vtj0nsa57j],
        .form-group textarea:focus[b-vtj0nsa57j] {
            outline: none;
            border-color: #4A90E2;
        }

    /* Spezielle Styles für Date und Time Inputs */
    .form-group input[type="date"][b-vtj0nsa57j],
    .form-group input[type="time"][b-vtj0nsa57j] {
        min-height: 44px;
        background-color: white;
        cursor: pointer;
    }

    .form-group textarea[b-vtj0nsa57j] {
        resize: vertical;
        min-height: 80px;
    }

/* Time Inputs Container */
.time-inputs[b-vtj0nsa57j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

    .time-inputs input[type="time"][b-vtj0nsa57j] {
        flex: 1;
        min-width: 0;
    }

    .time-inputs span[b-vtj0nsa57j] {
        flex-shrink: 0;
        font-size: 0.875rem;
        color: #666;
        font-weight: 500;
        padding: 0 0.25rem;
    }

.dialog-actions[b-vtj0nsa57j] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-cancel[b-vtj0nsa57j],
.btn-save[b-vtj0nsa57j] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 10px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-cancel[b-vtj0nsa57j] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 2px solid #dc3545;
}

    .btn-cancel:active[b-vtj0nsa57j] {
        transform: scale(0.98);
        background: rgba(220, 53, 69, 0.2);
    }

.btn-save[b-vtj0nsa57j] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-save:disabled[b-vtj0nsa57j] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-save:not(:disabled):active[b-vtj0nsa57j] {
        transform: scale(0.98);
    }

/* Responsive Design */
@media (max-width: 640px) {
    .fbgl-dashboard-container[b-vtj0nsa57j] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-vtj0nsa57j] {
        margin-top: 2rem;
    }

        .page-header h1[b-vtj0nsa57j] {
            font-size: 1.5rem;
        }

    .dialog[b-vtj0nsa57j] {
        padding: 1.25rem;
        border-radius: 16px;
        max-height: calc(100vh - 1rem);
    }

        .dialog h3[b-vtj0nsa57j] {
            font-size: 1.125rem;
            margin-bottom: 1.25rem;
        }

    .form-group[b-vtj0nsa57j] {
        margin-bottom: 1rem;
    }

        .form-group input[b-vtj0nsa57j],
        .form-group textarea[b-vtj0nsa57j] {
            font-size: 16px; /* Verhindert Zoom auf iPhone */
            padding: 0.625rem;
        }

    .time-inputs[b-vtj0nsa57j] {
        gap: 0.375rem;
    }

        .time-inputs span[b-vtj0nsa57j] {
            font-size: 0.813rem;
        }

    .dialog-actions[b-vtj0nsa57j] {
        margin-top: 1.25rem;
        gap: 0.5rem;
    }

    .btn-cancel[b-vtj0nsa57j],
    .btn-save[b-vtj0nsa57j] {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
}

/* iPhone-spezifische Anpassungen */
@supports (-webkit-touch-callout: none) {
    .form-group input[type="date"][b-vtj0nsa57j]::-webkit-calendar-picker-indicator,
    .form-group input[type="time"][b-vtj0nsa57j]::-webkit-calendar-picker-indicator {
        display: block;
        background: transparent;
        cursor: pointer;
    }

    .form-group input[type="date"][b-vtj0nsa57j],
    .form-group input[type="time"][b-vtj0nsa57j] {
        -webkit-appearance: none;
        appearance: none;
        background-color: white;
    }
}

@media (min-width: 768px) {
    .fbgl-dashboard-container[b-vtj0nsa57j] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-vtj0nsa57j] {
        max-width: 900px;
        margin: 0 auto;
    }

    .dialog[b-vtj0nsa57j] {
        max-height: calc(100vh - 4rem);
    }
}
/* /Pages/fbgl/FbglLessonDetailPage.razor.rz.scp.css */
body[b-ri2kod9sd3] {
}

.lesson-detail-container[b-ri2kod9sd3] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

.lesson-detail-container[b-ri2kod9sd3]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-ri2kod9sd3] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInDown-b-ri2kod9sd3 0.6s ease;
}

.btn-back[b-ri2kod9sd3] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
    flex-shrink: 0;
}

.btn-back:active[b-ri2kod9sd3] {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.3);
    }

.header-content[b-ri2kod9sd3] {
    flex: 1;
}

.header-content h1[b-ri2kod9sd3] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.25rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.header-content p[b-ri2kod9sd3] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-ri2kod9sd3 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-ri2kod9sd3] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-ri2kod9sd3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

.loading-container p[b-ri2kod9sd3] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
        margin-top: 1rem;
    }

.spinner[b-ri2kod9sd3] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-ri2kod9sd3 0.8s linear infinite;
}

@keyframes spin-b-ri2kod9sd3 {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-ri2kod9sd3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: fadeInUp-b-ri2kod9sd3 0.5s ease;
}

.empty-icon[b-ri2kod9sd3] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.empty-state h3[b-ri2kod9sd3] {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 0.5rem 0;
    }

.empty-state p[b-ri2kod9sd3] {
        font-size: 0.938rem;
        color: #666;
        margin: 0 0 1.5rem 0;
        line-height: 1.5;
    }

@keyframes fadeInUp-b-ri2kod9sd3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Lesson Card */
.lesson-card[b-ri2kod9sd3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    animation: fadeInUp-b-ri2kod9sd3 0.5s ease;
}

.card-header-main[b-ri2kod9sd3] {
    padding: 1.25rem;
    border-bottom: 2px solid rgba(74, 144, 226, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.card-header-main h2[b-ri2kod9sd3] {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        word-wrap: break-word;
    }

.lesson-date-badge[b-ri2kod9sd3] {
    display: inline-block;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    align-self: flex-start;
}

/* Lesson Details */
.lesson-details[b-ri2kod9sd3] {
    padding: 1.25rem;
}

.detail-section[b-ri2kod9sd3] {
    margin-bottom: 1.5rem;
}

.detail-section:last-child[b-ri2kod9sd3] {
        margin-bottom: 0;
    }

.detail-section h3[b-ri2kod9sd3] {
        font-size: 0.875rem;
        font-weight: 700;
        color: #4A90E2;
        margin: 0 0 0.5rem 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.detail-section p[b-ri2kod9sd3] {
        font-size: 0.938rem;
        color: #333;
        margin: 0;
        line-height: 1.6;
    }

.time-info[b-ri2kod9sd3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.time-item[b-ri2kod9sd3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 10px;
}

.time-label[b-ri2kod9sd3] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.time-value[b-ri2kod9sd3] {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Action Buttons */
.action-buttons[b-ri2kod9sd3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    animation: fadeInUp-b-ri2kod9sd3 0.6s ease;
}

.btn-primary[b-ri2kod9sd3],
.btn-danger[b-ri2kod9sd3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-icon[b-ri2kod9sd3] {
    font-size: 1.25rem;
}

.btn-attendance[b-ri2kod9sd3] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.btn-attendance:active[b-ri2kod9sd3] {
        transform: scale(0.98);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

.btn-delete[b-ri2kod9sd3] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.btn-delete:active[b-ri2kod9sd3] {
        transform: scale(0.98);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

.btn-delete:disabled[b-ri2kod9sd3] {
        background: linear-gradient(135deg, #999 0%, #888 100%);
        color: rgba(255, 255, 255, 0.6);
        cursor: not-allowed;
        opacity: 0.6;
    }

.btn-delete:disabled:active[b-ri2kod9sd3] {
        transform: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

/* Dialog */
.dialog-backdrop[b-ri2kod9sd3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.dialog[b-ri2kod9sd3] {
    background: white;
    border-radius: 18px;
    padding: 1.5rem;
    max-width: 400px;
    width: 100%;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: dialogSlideIn-b-ri2kod9sd3 0.3s ease;
    margin: auto;
    text-align: center;
}

@keyframes dialogSlideIn-b-ri2kod9sd3 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-icon-warning[b-ri2kod9sd3] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.dialog h3[b-ri2kod9sd3] {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
    }

.dialog-text[b-ri2kod9sd3] {
    font-size: 0.938rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.dialog-text strong[b-ri2kod9sd3] {
        color: #1a1a1a;
        font-weight: 600;
    }

.dialog-actions[b-ri2kod9sd3] {
    display: flex;
    gap: 0.75rem;
}

.btn-cancel[b-ri2kod9sd3],
.btn-confirm-delete[b-ri2kod9sd3] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 10px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel[b-ri2kod9sd3] {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 2px solid #6c757d;
}

.btn-cancel:active[b-ri2kod9sd3] {
        transform: scale(0.98);
        background: rgba(108, 117, 125, 0.2);
    }

.btn-cancel:disabled[b-ri2kod9sd3] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-confirm-delete[b-ri2kod9sd3] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-confirm-delete:active[b-ri2kod9sd3] {
        transform: scale(0.98);
    }

.btn-confirm-delete:disabled[b-ri2kod9sd3] {
        opacity: 0.6;
        cursor: not-allowed;
    };

/* Responsive Design */
@media (max-width: 640px)[b-ri2kod9sd3] {
    .lesson-detail-container {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-ri2kod9sd3] {
        margin-top: 2rem;
    }

    .page-header h1[b-ri2kod9sd3] {
        font-size: 1.375rem;
    }

    .card-header-main h2[b-ri2kod9sd3] {
        font-size: 1.125rem;
    }

    .dialog[b-ri2kod9sd3] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .dialog h3[b-ri2kod9sd3] {
        font-size: 1.125rem;
    }

    .dialog-text[b-ri2kod9sd3] {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .lesson-detail-container[b-ri2kod9sd3] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-ri2kod9sd3] {
        max-width: 700px;
        margin: 0 auto;
    }

    .action-buttons[b-ri2kod9sd3] {
        flex-direction: row;
    }
}
/* /Pages/fbgl/FbglMorePage.razor.rz.scp.css */
.more-container[b-o8fswu0ovn] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 20px 100px 20px;
}

.content-wrapper[b-o8fswu0ovn] {
    max-width: 800px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-o8fswu0ovn] {
    text-align: center;
    margin-bottom: 30px;
}

    .page-header h1[b-o8fswu0ovn] {
        font-size: 32px;
        font-weight: 700;
        color: #1b6ec2;
        margin: 0 0 8px 0;
    }

.subtitle[b-o8fswu0ovn] {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

/* Info Card */
.info-card[b-o8fswu0ovn] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.info-icon-wrapper[b-o8fswu0ovn] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-icon[b-o8fswu0ovn] {
    font-size: 48px;
}

.info-content h2[b-o8fswu0ovn] {
    font-size: 22px;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0 0 12px 0;
    text-align: center;
}

.info-content p[b-o8fswu0ovn] {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

/* Coming Soon Card */
.coming-soon-card[b-o8fswu0ovn] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(102, 126, 234, 0.3);
    color: white;
}

.coming-soon-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.coming-soon-icon[b-o8fswu0ovn] {
    font-size: 32px;
}

.coming-soon-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.coming-soon-text[b-o8fswu0ovn] {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.features-list[b-o8fswu0ovn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.feature-item[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.feature-icon[b-o8fswu0ovn] {
    font-size: 24px;
    flex-shrink: 0;
}

.feature-text[b-o8fswu0ovn] {
    font-size: 14px;
    font-weight: 500;
}

/* Contact Card */
.contact-card[b-o8fswu0ovn] {
    background: linear-gradient(135deg, #1b6ec2 0%, #264a8f 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(27, 110, 194, 0.3);
    color: white;
}

.contact-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-icon[b-o8fswu0ovn] {
    font-size: 28px;
}

.contact-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contact-description[b-o8fswu0ovn] {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.contact-info[b-o8fswu0ovn] {
    margin-bottom: 20px;
}

.contact-detail[b-o8fswu0ovn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-label[b-o8fswu0ovn] {
    font-size: 14px;
    opacity: 0.9;
}

.email-link[b-o8fswu0ovn] {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: background 0.2s ease;
}

    .email-link:hover[b-o8fswu0ovn] {
        background: rgba(255, 255, 255, 0.25);
        text-decoration: none;
        color: white;
    }

.btn-contact[b-o8fswu0ovn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: white;
    color: #1b6ec2;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .btn-contact:hover[b-o8fswu0ovn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-contact:active[b-o8fswu0ovn] {
        transform: translateY(0);
    }

/* Bug Card */
.bug-card[b-o8fswu0ovn] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(255, 87, 34, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bug-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.bug-icon[b-o8fswu0ovn] {
    font-size: 28px;
}

.bug-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    color: #ff5722;
    margin: 0;
}

.bug-text[b-o8fswu0ovn] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-bug-report[b-o8fswu0ovn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

    .btn-bug-report:hover[b-o8fswu0ovn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(255, 87, 34, 0.4);
    }

    .btn-bug-report:active[b-o8fswu0ovn] {
        transform: translateY(0);
    }

/* Privacy Card - Added by GitHub Copilot */
.privacy-card[b-o8fswu0ovn] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27, 110, 194, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.privacy-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.privacy-icon[b-o8fswu0ovn] {
    font-size: 28px;
}

.privacy-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0;
}

.privacy-text[b-o8fswu0ovn] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-privacy[b-o8fswu0ovn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1b6ec2 0%, #145a8d 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
}

    .btn-privacy:hover[b-o8fswu0ovn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(27, 110, 194, 0.4);
    }

    .btn-privacy:active[b-o8fswu0ovn] {
        transform: translateY(0);
    }

/* Update Card - Added by GitHub Copilot Agent */
.update-card[b-o8fswu0ovn] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(74, 144, 226, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.update-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.update-icon[b-o8fswu0ovn] {
    font-size: 28px;
}

.update-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    color: #4A90E2;
    margin: 0;
}

.update-text[b-o8fswu0ovn] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-update[b-o8fswu0ovn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-update:hover[b-o8fswu0ovn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
    }

    .btn-update:active[b-o8fswu0ovn] {
        transform: translateY(0);
    }

    .btn-update:disabled[b-o8fswu0ovn] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

    .btn-update .spinner[b-o8fswu0ovn] {
        display: inline-block;
        animation: rotate-b-o8fswu0ovn 1s linear infinite;
    }

@keyframes rotate-b-o8fswu0ovn {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Logout Card */
.logout-card[b-o8fswu0ovn] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.logout-header[b-o8fswu0ovn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.logout-icon[b-o8fswu0ovn] {
    font-size: 28px;
}

.logout-header h3[b-o8fswu0ovn] {
    font-size: 20px;
    font-weight: 600;
    color: #dc3545;
    margin: 0;
}

.logout-text[b-o8fswu0ovn] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-logout[b-o8fswu0ovn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

    .btn-logout:hover[b-o8fswu0ovn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.4);
    }

    .btn-logout:active[b-o8fswu0ovn] {
        transform: translateY(0);
    }

.btn-icon[b-o8fswu0ovn] {
    font-size: 20px;
}

/* Version Card */
.version-card[b-o8fswu0ovn] {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.version-info[b-o8fswu0ovn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.version-label[b-o8fswu0ovn] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.version-number[b-o8fswu0ovn] {
    font-size: 18px;
    color: #1b6ec2;
    font-weight: 700;
}

/* Footer */
.footer-text[b-o8fswu0ovn] {
    text-align: center;
    padding: 20px 0;
}

    .footer-text p[b-o8fswu0ovn] {
        font-size: 13px;
        color: #6c757d;
        margin: 4px 0;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .more-container[b-o8fswu0ovn] {
        padding: 16px 16px 100px 16px;
    }

    .page-header h1[b-o8fswu0ovn] {
        font-size: 28px;
    }

    .info-card[b-o8fswu0ovn],
    .coming-soon-card[b-o8fswu0ovn],
    .contact-card[b-o8fswu0ovn],
    .bug-card[b-o8fswu0ovn],
    .privacy-card[b-o8fswu0ovn],
    .update-card[b-o8fswu0ovn],
    .logout-card[b-o8fswu0ovn] {
        padding: 20px;
    }

    .features-list[b-o8fswu0ovn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-o8fswu0ovn] {
        font-size: 24px;
    }

    .info-icon[b-o8fswu0ovn] {
        font-size: 40px;
    }

    .contact-icon[b-o8fswu0ovn],
    .bug-icon[b-o8fswu0ovn],
    .privacy-icon[b-o8fswu0ovn],
    .update-icon[b-o8fswu0ovn],
    .logout-icon[b-o8fswu0ovn],
    .coming-soon-icon[b-o8fswu0ovn] {
        font-size: 24px;
    }

    .btn-contact[b-o8fswu0ovn],
    .btn-bug-report[b-o8fswu0ovn],
    .btn-privacy[b-o8fswu0ovn],
    .btn-update[b-o8fswu0ovn],
    .btn-logout[b-o8fswu0ovn] {
        font-size: 15px;
        padding: 12px 20px;
    }

    .version-card[b-o8fswu0ovn] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/fbgl/FbglPresencePage.razor.rz.scp.css */
body[b-60jqqt4xo8] {
}

.presence-container[b-60jqqt4xo8] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .presence-container[b-60jqqt4xo8]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-60jqqt4xo8] {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInDown-b-60jqqt4xo8 0.5s ease;
}

    .page-header h1[b-60jqqt4xo8] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.25rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        line-height: 1.2;
    }

    .page-header p[b-60jqqt4xo8] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

.header-content[b-60jqqt4xo8] {
    flex: 1;
}

.btn-back[b-60jqqt4xo8] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .btn-back:active[b-60jqqt4xo8] {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.35);
    }

@keyframes fadeInDown-b-60jqqt4xo8 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-60jqqt4xo8] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-60jqqt4xo8],
.empty-state[b-60jqqt4xo8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    min-height: 50vh;
}

.loading-container p[b-60jqqt4xo8] {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 1rem;
}

.spinner[b-60jqqt4xo8] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-60jqqt4xo8 0.8s linear infinite;
}

@keyframes spin-b-60jqqt4xo8 {
    to {
        transform: rotate(360deg);
    }
}

.empty-state[b-60jqqt4xo8] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.empty-icon[b-60jqqt4xo8] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

    .empty-state h3[b-60jqqt4xo8] {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 0.5rem 0;
    }

    .empty-state p[b-60jqqt4xo8] {
        font-size: 0.95rem;
        color: #6c757d;
        margin: 0 0 1.5rem 0;
    }

.btn-primary[b-60jqqt4xo8] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-primary:active[b-60jqqt4xo8] {
        transform: scale(0.98);
    }

/* Info Banner for Existing Data */
.info-banner[b-60jqqt4xo8] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.25) 0%, rgba(255, 152, 0, 0.25) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 193, 7, 0.4);
    border-radius: 12px;
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
    animation: fadeInUp-b-60jqqt4xo8 0.5s ease both;
}

.info-banner-icon[b-60jqqt4xo8] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-banner-text[b-60jqqt4xo8] {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Lesson Info Banner */
.lesson-info-banner[b-60jqqt4xo8] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-60jqqt4xo8 0.5s ease 0.1s both;
}

.info-item[b-60jqqt4xo8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-icon[b-60jqqt4xo8] {
    font-size: 1.25rem;
}

.info-text[b-60jqqt4xo8] {
    color: white;
    font-size: 0.938rem;
    font-weight: 600;
}

@keyframes fadeInUp-b-60jqqt4xo8 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Candidates Card */
.candidates-card[b-60jqqt4xo8] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-60jqqt4xo8 0.5s ease 0.2s both;
}

.candidate-presence-item[b-60jqqt4xo8] {
    background: white;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border: 2px solid rgba(74, 144, 226, 0.1);
    transition: all 0.2s ease;
}

    .candidate-presence-item:last-child[b-60jqqt4xo8] {
        margin-bottom: 0;
    }

.candidate-header[b-60jqqt4xo8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    user-select: none;
}

    .candidate-header:active[b-60jqqt4xo8] {
        background: rgba(74, 144, 226, 0.05);
    }

.candidate-info[b-60jqqt4xo8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.candidate-avatar[b-60jqqt4xo8] {
    font-size: 2rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.15) 0%, rgba(91, 127, 219, 0.15) 100%);
    border-radius: 50%;
}

.candidate-details[b-60jqqt4xo8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.candidate-name[b-60jqqt4xo8] {
    font-size: 0.938rem;
    font-weight: 700;
    color: #1a1a1a;
}

.has-comment[b-60jqqt4xo8] {
    font-size: 0.75rem;
    color: #4A90E2;
    font-weight: 600;
}

.status-badge[b-60jqqt4xo8] {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 0.813rem;
    font-weight: 700;
    white-space: nowrap;
}

    .status-badge.present[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(34, 139, 34, 0.15) 100%);
        color: #28a745;
        border: 1px solid rgba(40, 167, 69, 0.3);
    }

    .status-badge.delayed[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
        color: #ff9800;
        border: 1px solid rgba(255, 193, 7, 0.3);
    }

    .status-badge.absent[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(200, 35, 51, 0.15) 100%);
        color: #dc3545;
        border: 1px solid rgba(220, 53, 69, 0.3);
    }

/* Expanded Section */
.candidate-expanded[b-60jqqt4xo8] {
    padding: 1rem;
    border-top: 2px solid rgba(74, 144, 226, 0.1);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.03) 0%, rgba(91, 127, 219, 0.03) 100%);
    animation: slideDown-b-60jqqt4xo8 0.3s ease;
}

@keyframes slideDown-b-60jqqt4xo8 {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 500px;
    }
}

.status-options[b-60jqqt4xo8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.status-btn[b-60jqqt4xo8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 0.5rem;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
}

    .status-btn:active[b-60jqqt4xo8] {
        transform: scale(0.95);
    }

    .status-btn.active.present[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(34, 139, 34, 0.15) 100%);
        border-color: #28a745;
        color: #28a745;
    }

    .status-btn.active.delayed[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
        border-color: #ff9800;
        color: #ff9800;
    }

    .status-btn.active.absent[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(200, 35, 51, 0.15) 100%);
        border-color: #dc3545;
        color: #dc3545;
    }

.status-icon[b-60jqqt4xo8] {
    font-size: 1.5rem;
}

.comment-section[b-60jqqt4xo8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .comment-section label[b-60jqqt4xo8] {
        font-size: 0.813rem;
        font-weight: 600;
        color: #333;
    }

    .comment-section textarea[b-60jqqt4xo8] {
        width: 100%;
        box-sizing: border-box;
        padding: 0.75rem;
        border: 2px solid rgba(74, 144, 226, 0.2);
        border-radius: 10px;
        font-size: 0.875rem;
        font-family: inherit;
        resize: vertical;
        transition: border-color 0.2s ease;
    }

        .comment-section textarea:focus[b-60jqqt4xo8] {
            outline: none;
            border-color: #4A90E2;
        }

/* Summary Card */
.summary-card[b-60jqqt4xo8] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-60jqqt4xo8 0.5s ease 0.3s both;
}

    .summary-card h3[b-60jqqt4xo8] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
    }

.summary-grid[b-60jqqt4xo8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.summary-item[b-60jqqt4xo8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-radius: 12px;
    gap: 0.5rem;
}

    .summary-item.present[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(34, 139, 34, 0.15) 100%);
    }

    .summary-item.delayed[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
    }

    .summary-item.absent[b-60jqqt4xo8] {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(200, 35, 51, 0.15) 100%);
    }

.summary-count[b-60jqqt4xo8] {
    font-size: 2rem;
    font-weight: 700;
}

.summary-item.present .summary-count[b-60jqqt4xo8] {
    color: #28a745;
}

.summary-item.delayed .summary-count[b-60jqqt4xo8] {
    color: #ff9800;
}

.summary-item.absent .summary-count[b-60jqqt4xo8] {
    color: #dc3545;
}

.summary-label[b-60jqqt4xo8] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #666;
}

/* Save Button */
.btn-save-presence[b-60jqqt4xo8] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(74, 144, 226, 0.5);
    animation: fadeInUp-b-60jqqt4xo8 0.5s ease 0.4s both;
    position: relative;
}

    .btn-save-presence[b-60jqqt4xo8]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 14px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .btn-save-presence:not(:disabled):active[b-60jqqt4xo8] {
        transform: scale(0.98);
        box-shadow: 0 4px 16px rgba(74, 144, 226, 0.6);
    }

    .btn-save-presence:disabled[b-60jqqt4xo8] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.btn-icon[b-60jqqt4xo8] {
    font-size: 1.25rem;
}

.btn-spinner[b-60jqqt4xo8] {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-60jqqt4xo8 0.6s linear infinite;
}

/* Responsive Design */
@media (max-width: 640px) {
    .presence-container[b-60jqqt4xo8] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header h1[b-60jqqt4xo8] {
        font-size: 1.25rem;
    }

    .info-banner[b-60jqqt4xo8] {
        padding: 0.75rem;
    }

    .info-banner-text[b-60jqqt4xo8] {
        font-size: 0.813rem;
    }

    .status-options[b-60jqqt4xo8] {
        gap: 0.375rem;
    }

    .status-btn[b-60jqqt4xo8] {
        padding: 0.625rem 0.375rem;
        font-size: 0.688rem;
    }

    .status-icon[b-60jqqt4xo8] {
        font-size: 1.25rem;
    }

    .summary-grid[b-60jqqt4xo8] {
        gap: 0.5rem;
    }

    .summary-item[b-60jqqt4xo8] {
        padding: 0.75rem 0.5rem;
    }

    .summary-count[b-60jqqt4xo8] {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .presence-container[b-60jqqt4xo8] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-60jqqt4xo8] {
        max-width: 700px;
        margin: 0 auto;
    }

    .page-header h1[b-60jqqt4xo8] {
        font-size: 2rem;
    }

    .status-options[b-60jqqt4xo8] {
        gap: 0.75rem;
    }
}
/* /Pages/fbgl/FbglPrivacyPolicyPage.razor.rz.scp.css */
/* Generated by GitHub Copilot: Privacy Policy Page Styles for Firmbegleiter */

.privacy-container[b-89fa70b9ct] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 20px 100px 20px;
}

.content-wrapper[b-89fa70b9ct] {
    max-width: 900px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-89fa70b9ct] {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    .page-header h1[b-89fa70b9ct] {
        font-size: 32px;
        font-weight: 700;
        color: #1b6ec2;
        margin: 0 0 8px 0;
    }

.subtitle[b-89fa70b9ct] {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 20px 0;
}

/* Back Button */
.btn-back[b-89fa70b9ct] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.3);
    border-radius: 12px;
    color: #1b6ec2;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

    .btn-back:hover[b-89fa70b9ct] {
        background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.95));
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(27,110,194,0.2);
    }

    .btn-back:active[b-89fa70b9ct] {
        transform: translateY(0);
    }

.back-icon[b-89fa70b9ct] {
    font-size: 18px;
    font-weight: bold;
}

/* Privacy Cards */
.privacy-cards[b-89fa70b9ct] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-card[b-89fa70b9ct] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .privacy-card:hover[b-89fa70b9ct] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .privacy-card.highlight[b-89fa70b9ct] {
        background: linear-gradient(180deg, rgba(27,110,194,0.05), rgba(27,110,194,0.02));
        border: 2px solid rgba(27,110,194,0.3);
    }

.card-icon[b-89fa70b9ct] {
    font-size: 40px;
    text-align: center;
    margin-bottom: 16px;
}

.privacy-card h2[b-89fa70b9ct] {
    font-size: 22px;
    font-weight: 700;
    color: #1b6ec2;
    margin: 0 0 16px 0;
    text-align: center;
}

.card-content[b-89fa70b9ct] {
    color: #212529;
    line-height: 1.7;
}

    .card-content p[b-89fa70b9ct] {
        margin: 0 0 12px 0;
    }

        .card-content p:last-child[b-89fa70b9ct] {
            margin-bottom: 0;
        }

    .card-content strong[b-89fa70b9ct] {
        color: #1b6ec2;
        font-weight: 600;
    }

/* Lists */
.data-list[b-89fa70b9ct] {
    margin: 12px 0;
    padding-left: 24px;
}

    .data-list li[b-89fa70b9ct] {
        margin: 8px 0;
        color: #495057;
    }

        .data-list li strong[b-89fa70b9ct] {
            color: #1b6ec2;
        }

/* Contact Info */
.contact-info[b-89fa70b9ct] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0;
}

.info-label[b-89fa70b9ct] {
    font-weight: 600;
    color: #495057;
    margin-right: 8px;
}

.contact-info a[b-89fa70b9ct],
.card-content a[b-89fa70b9ct] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

    .contact-info a:hover[b-89fa70b9ct],
    .card-content a:hover[b-89fa70b9ct] {
        color: #145a8d;
        text-decoration: underline;
    }

/* Special Boxes */
.contact-box[b-89fa70b9ct],
.authority-box[b-89fa70b9ct] {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
}

.authority-box[b-89fa70b9ct] {
    background: rgba(248,249,250,0.8);
}

    .authority-box p[b-89fa70b9ct] {
        margin: 4px 0;
    }

/* Info Text */
.info-text[b-89fa70b9ct] {
    font-size: 14px;
    color: #6c757d;
    margin: 16px 0 8px 0;
}

.update-info[b-89fa70b9ct] {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 16px;
}

/* Footer Section */
.footer-section[b-89fa70b9ct] {
    margin-top: 30px;
    text-align: center;
}

.btn-back-footer[b-89fa70b9ct] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #1b6ec2 0%, #145a8d 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(27,110,194,0.3);
}

    .btn-back-footer:hover[b-89fa70b9ct] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(27,110,194,0.4);
    }

    .btn-back-footer:active[b-89fa70b9ct] {
        transform: translateY(0);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-container[b-89fa70b9ct] {
        padding: 16px 16px 100px 16px;
    }

    .page-header h1[b-89fa70b9ct] {
        font-size: 28px;
    }

    .privacy-card[b-89fa70b9ct] {
        padding: 20px;
    }

        .privacy-card h2[b-89fa70b9ct] {
            font-size: 20px;
        }

    .card-icon[b-89fa70b9ct] {
        font-size: 36px;
    }

    .btn-back[b-89fa70b9ct],
    .btn-back-footer[b-89fa70b9ct] {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-89fa70b9ct] {
        font-size: 24px;
    }

    .subtitle[b-89fa70b9ct] {
        font-size: 14px;
    }

    .privacy-card[b-89fa70b9ct] {
        padding: 16px;
    }

        .privacy-card h2[b-89fa70b9ct] {
            font-size: 18px;
        }

    .card-icon[b-89fa70b9ct] {
        font-size: 32px;
    }

    .data-list[b-89fa70b9ct] {
        padding-left: 20px;
        font-size: 14px;
    }

    .btn-back[b-89fa70b9ct] {
        font-size: 13px;
        padding: 8px 16px;
    }

    .btn-back-footer[b-89fa70b9ct] {
        font-size: 14px;
        padding: 12px 20px;
    }
}
/* /Pages/fbgl/FbglStatisticsPage.razor.rz.scp.css */
/* Generated by GitHub Copilot */

.statistics-container[b-r66n4atvn2] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

.statistics-container[b-r66n4atvn2]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Page Header */
.page-header[b-r66n4atvn2] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-r66n4atvn2 0.6s ease;
}

.page-header h1[b-r66n4atvn2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.375rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-header p[b-r66n4atvn2] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

.page-header .header-content[b-r66n4atvn2] {
    position: relative;
    display: block;
    text-align: center;
}

@keyframes fadeInDown-b-r66n4atvn2 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-r66n4atvn2] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-r66n4atvn2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

.loading-container p[b-r66n4atvn2] {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 1rem;
}

.spinner[b-r66n4atvn2] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-r66n4atvn2 0.8s linear infinite;
}

@keyframes spin-b-r66n4atvn2 {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-r66n4atvn2] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.empty-icon[b-r66n4atvn2] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.empty-state h3[b-r66n4atvn2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-r66n4atvn2] {
    font-size: 0.938rem;
    color: #666;
    margin: 0;
}

/* Summary Cards */
.summary-cards[b-r66n4atvn2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
    animation: fadeInUp-b-r66n4atvn2 0.5s ease;
}

.summary-card[b-r66n4atvn2] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.summary-icon[b-r66n4atvn2] {
    font-size: 2rem;
}

.summary-content[b-r66n4atvn2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.summary-label[b-r66n4atvn2] {
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-value[b-r66n4atvn2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4A90E2;
}

@keyframes fadeInUp-b-r66n4atvn2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Base */
.top-candidates-card[b-r66n4atvn2],
.category-card[b-r66n4atvn2],
.candidates-card[b-r66n4atvn2] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    animation: fadeInUp-b-r66n4atvn2 0.5s ease;
}

.card-header-section[b-r66n4atvn2] {
    padding: 1.125rem;
    border-bottom: 2px solid rgba(74, 144, 226, 0.1);
}

.card-header-section h2[b-r66n4atvn2] {
    font-size: 1.063rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* Top Candidates */
.top-candidates-list[b-r66n4atvn2] {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.top-candidate-item[b-r66n4atvn2] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rank-badge[b-r66n4atvn2] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.rank-badge.rank-1[b-r66n4atvn2] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.rank-badge.rank-2[b-r66n4atvn2] {
    background: linear-gradient(135deg, #C0C0C0 0%, #A8A8A8 100%);
}

.rank-badge.rank-3[b-r66n4atvn2] {
    background: linear-gradient(135deg, #CD7F32 0%, #B87333 100%);
}

.top-candidate-item .candidate-info[b-r66n4atvn2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.top-candidate-item .candidate-name[b-r66n4atvn2] {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

.top-candidate-item .candidate-stats[b-r66n4atvn2] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #4A90E2;
}

.top-candidate-item .candidate-stats .projected[b-r66n4atvn2] {
    color: #5B7FDB;
    font-weight: 500;
}

/* Category Progress */
.category-list[b-r66n4atvn2] {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-item[b-r66n4atvn2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-header[b-r66n4atvn2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-name[b-r66n4atvn2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
}

.category-required[b-r66n4atvn2] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #666;
    background: rgba(74, 144, 226, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.category-progress-bar[b-r66n4atvn2] {
    display: flex;
    height: 12px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.progress-segment[b-r66n4atvn2] {
    height: 100%;
    transition: width 0.3s ease;
}

.progress-segment.achieved[b-r66n4atvn2] {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.progress-segment.will-achieve[b-r66n4atvn2] {
    background: linear-gradient(90deg, #ffc107 0%, #fd7e14 100%);
}

.category-legend[b-r66n4atvn2] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.legend-item[b-r66n4atvn2] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #666;
}

.legend-dot[b-r66n4atvn2] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.legend-dot.achieved[b-r66n4atvn2] {
    background: #28a745;
}

.legend-dot.will-achieve[b-r66n4atvn2] {
    background: #ffc107;
}

.legend-dot.not-achieve[b-r66n4atvn2] {
    background: rgba(74, 144, 226, 0.3);
}

/* Candidates Table */
.candidates-table[b-r66n4atvn2] {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.candidate-row[b-r66n4atvn2] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.06) 0%, rgba(91, 127, 219, 0.06) 100%);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

.candidate-row:active[b-r66n4atvn2] {
    transform: scale(0.98);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(91, 127, 219, 0.1) 100%);
}

.candidate-row.expanded[b-r66n4atvn2] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(91, 127, 219, 0.1) 100%);
}

.candidate-row-header[b-r66n4atvn2] {
    padding: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.candidate-row-header .candidate-info[b-r66n4atvn2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.candidate-avatar[b-r66n4atvn2] {
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.candidate-row-header .candidate-name[b-r66n4atvn2] {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

.candidate-points[b-r66n4atvn2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.current-points[b-r66n4atvn2] {
    font-size: 1rem;
    font-weight: 700;
    color: #4A90E2;
}

.projected-points[b-r66n4atvn2] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #5B7FDB;
}

.expand-icon[b-r66n4atvn2] {
    font-size: 0.875rem;
    color: #4A90E2;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Candidate Details */
.candidate-row-details[b-r66n4atvn2] {
    padding: 0 0.875rem 0.875rem 0.875rem;
    animation: slideDown-b-r66n4atvn2 0.3s ease;
}

@keyframes slideDown-b-r66n4atvn2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.details-section[b-r66n4atvn2] {
    margin-bottom: 1rem;
}

.details-section:last-child[b-r66n4atvn2] {
    margin-bottom: 0;
}

.details-section h4[b-r66n4atvn2] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #666;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-points-list[b-r66n4atvn2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-point-item[b-r66n4atvn2] {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-point-item.projected[b-r66n4atvn2] {
    background: rgba(91, 127, 219, 0.1);
}

.category-point-name[b-r66n4atvn2] {
    font-size: 0.813rem;
    color: #1a1a1a;
    font-weight: 500;
}

.category-point-value[b-r66n4atvn2] {
    font-size: 0.813rem;
    font-weight: 600;
    color: #4A90E2;
}

.category-point-item.projected .category-point-value[b-r66n4atvn2] {
    color: #5B7FDB;
}

.no-data[b-r66n4atvn2] {
    font-size: 0.813rem;
    color: #999;
    font-style: italic;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 640px) {
    .statistics-container[b-r66n4atvn2] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-r66n4atvn2] {
        margin-top: 2rem;
    }

    .page-header h1[b-r66n4atvn2] {
        font-size: 1.5rem;
    }

    .summary-cards[b-r66n4atvn2] {
        gap: 0.5rem;
    }

    .summary-card[b-r66n4atvn2] {
        padding: 0.75rem;
    }

    .summary-icon[b-r66n4atvn2] {
        font-size: 1.5rem;
    }

    .summary-value[b-r66n4atvn2] {
        font-size: 1.25rem;
    }

    .category-legend[b-r66n4atvn2] {
        gap: 0.75rem;
    }
}

@media (min-width: 768px) {
    .statistics-container[b-r66n4atvn2] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-r66n4atvn2] {
        max-width: 900px;
        margin: 0 auto;
    }

    .summary-cards[b-r66n4atvn2] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
/* /Pages/fk/BadgesPage.razor.rz.scp.css */
/* Generated by GitHub Copilot Agent - Badges Page Styles */

.badges-container[b-gh90872rln] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

.badges-container[b-gh90872rln]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Page Header */
.page-header[b-gh90872rln] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.btn-back[b-gh90872rln] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-back:hover[b-gh90872rln] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) translateX(-2px);
}

.page-header h1[b-gh90872rln] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.375rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-header p[b-gh90872rln] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

/* Glass Effect */
.glass-effect[b-gh90872rln] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

/* Summary Card */
.summary-card[b-gh90872rln] {
    animation: fadeInUp-b-gh90872rln 0.6s ease;
}

@keyframes fadeInUp-b-gh90872rln {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.summary-stats[b-gh90872rln] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}

.summary-item[b-gh90872rln] {
    text-align: center;
}

.summary-value[b-gh90872rln] {
    font-size: 2rem;
    font-weight: 700;
    color: #4A90E2;
    margin-bottom: 0.25rem;
}

.summary-label[b-gh90872rln] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #7f8c8d;
    text-transform: uppercase;
}

.summary-divider[b-gh90872rln] {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.progress-bar-wrapper[b-gh90872rln] {
    height: 8px;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill[b-gh90872rln] {
    height: 100%;
    background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* Badges Section */
.badges-section[b-gh90872rln] {
    animation: fadeInUp-b-gh90872rln 0.6s ease 0.2s both;
}

.section-title[b-gh90872rln] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 1rem 0;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.badges-grid[b-gh90872rln] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

/* Badge Card */
.badge-card[b-gh90872rln] {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.badge-card:hover[b-gh90872rln] {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.badge-card.earned[b-gh90872rln] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
}

.badge-card.locked[b-gh90872rln] {
    opacity: 0.7;
}

.badge-status[b-gh90872rln] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
}

.status-icon[b-gh90872rln] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-icon.earned[b-gh90872rln] {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
}

.status-icon.locked[b-gh90872rln] {
    background: rgba(0, 0, 0, 0.1);
}

.badge-icon-large[b-gh90872rln] {
    text-align: center;
    font-size: 3.5rem;
    margin: 1rem 0 0.75rem;
}

.badge-info[b-gh90872rln] {
    text-align: center;
}

.badge-title[b-gh90872rln] {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.375rem 0;
}

.badge-date[b-gh90872rln] {
    font-size: 0.75rem;
    color: #7f8c8d;
    margin: 0;
}

.badge-progress[b-gh90872rln] {
    margin-top: 0.5rem;
}

.progress-text[b-gh90872rln] {
    font-size: 0.75rem;
    color: #7f8c8d;
    margin: 0 0 0.375rem 0;
}

.mini-progress-bar[b-gh90872rln] {
    height: 4px;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.mini-progress-fill[b-gh90872rln] {
    height: 100%;
    background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
    border-radius: 2px;
    transition: width 0.5s ease;
}

/* No Badges */
.no-badges-card[b-gh90872rln] {
    text-align: center;
    padding: 3rem 1rem;
}

.no-badges-card p[b-gh90872rln] {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0.5rem 0;
}

/* Loading */
.loading-container[b-gh90872rln] {
    text-align: center;
    padding: 3rem 1rem;
}

.loading-container p[b-gh90872rln] {
    margin-top: 1rem;
    color: white;
    font-weight: 500;
}

/* Badge Dialog */
.badge-dialog-overlay[b-gh90872rln] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeIn-b-gh90872rln 0.3s ease;
}

@keyframes fadeIn-b-gh90872rln {
    from { opacity: 0; }
    to { opacity: 1; }
}

.badge-dialog[b-gh90872rln] {
    max-width: 400px;
    width: 100%;
    position: relative;
    animation: slideUp-b-gh90872rln 0.3s ease;
}

@keyframes slideUp-b-gh90872rln {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dialog-close[b-gh90872rln] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dialog-close:hover[b-gh90872rln] {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.dialog-icon[b-gh90872rln] {
    text-align: center;
    margin-bottom: 1rem;
}

.big-icon[b-gh90872rln] {
    font-size: 5rem;
}

.big-icon.locked[b-gh90872rln] {
    opacity: 0.5;
}

.dialog-title[b-gh90872rln] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin: 0 0 0.75rem 0;
}

.dialog-description[b-gh90872rln] {
    font-size: 0.938rem;
    color: #7f8c8d;
    text-align: center;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.dialog-earned-info[b-gh90872rln] {
    text-align: center;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(46, 204, 113, 0.1) 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.earned-badge[b-gh90872rln] {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 0.375rem;
}

.earned-date[b-gh90872rln] {
    font-size: 0.875rem;
    color: #7f8c8d;
    margin: 0;
}

.dialog-locked-info[b-gh90872rln] {
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.locked-badge[b-gh90872rln] {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #7f8c8d;
    margin-bottom: 0.75rem;
}

.progress-description[b-gh90872rln] {
    font-size: 0.875rem;
    color: #7f8c8d;
    margin: 0 0 0.75rem 0;
}

.dialog-progress-bar[b-gh90872rln] {
    height: 8px;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.dialog-progress-fill[b-gh90872rln] {
    height: 100%;
    background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.progress-percentage[b-gh90872rln] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4A90E2;
    margin: 0;
}

.btn-dialog-close[b-gh90872rln] {
    width: 100%;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-dialog-close:hover[b-gh90872rln] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
}
/* /Pages/fk/DashboardPage.razor.rz.scp.css */
.dashboard-container[b-laf71t2uk3] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .dashboard-container[b-laf71t2uk3]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-laf71t2uk3] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-laf71t2uk3 0.6s ease;
    flex-shrink: 0;
}

    .page-header h1[b-laf71t2uk3] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-laf71t2uk3] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-laf71t2uk3 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollable Content Area */
.content-wrapper[b-laf71t2uk3] {
    flex: 1;
    overflow: visible;
    padding-bottom: 1rem;
}

/* Spiripoints-Pass Card */
/* Modified by GitHub Copilot: Added clickable-card styles */
.punktepass-card[b-laf71t2uk3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.125rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0;
}

/* Clickable card styles - Generated by GitHub Copilot */
.clickable-card[b-laf71t2uk3] {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .clickable-card:hover[b-laf71t2uk3] {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18), 0 6px 14px rgba(74, 144, 226, 0.15);
    }

    .clickable-card:active[b-laf71t2uk3] {
        transform: translateY(0);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(74, 144, 226, 0.1);
    }

    .punktepass-card[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .punktepass-card h2[b-laf71t2uk3] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .punktepass-card h2[b-laf71t2uk3]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
            border-radius: 2px;
        }

.punktepass-grid[b-laf71t2uk3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    position: relative;
}

.punkt-item[b-laf71t2uk3] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.12) 0%, rgba(91, 127, 219, 0.12) 100%);
    border-radius: 16px;
    padding: 0.875rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
}

    .punkt-item[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.4), rgba(91, 127, 219, 0.4));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .punkt-item:active[b-laf71t2uk3] {
        transform: scale(0.98);
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.18) 0%, rgba(91, 127, 219, 0.18) 100%);
    }

    .punkt-item:nth-child(1)[b-laf71t2uk3] {
        animation: fadeInUp-b-laf71t2uk3 0.5s ease 0.1s both;
    }

    .punkt-item:nth-child(2)[b-laf71t2uk3] {
        animation: fadeInUp-b-laf71t2uk3 0.5s ease 0.2s both;
    }

    .punkt-item:nth-child(3)[b-laf71t2uk3] {
        animation: fadeInUp-b-laf71t2uk3 0.5s ease 0.3s both;
    }

    .punkt-item:nth-child(4)[b-laf71t2uk3] {
        animation: fadeInUp-b-laf71t2uk3 0.5s ease 0.4s both;
    }

@keyframes fadeInUp-b-laf71t2uk3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.punkt-label[b-laf71t2uk3] {
    font-size: 0.813rem;
    color: #555;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.punkt-value[b-laf71t2uk3] {
    font-size: 1.375rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

/* Event Card */
.event-card[b-laf71t2uk3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.125rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeInUp-b-laf71t2uk3 0.5s ease 0.5s both;
    flex-shrink: 0;
}

    .event-card[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(91, 127, 219, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .event-card h2[b-laf71t2uk3] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .event-card h2[b-laf71t2uk3]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #5B7FDB 0%, #6B5FCF 100%);
            border-radius: 2px;
        }

.event-content[b-laf71t2uk3] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 16px;
    padding: 1.125rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
}

    .event-content[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.35), rgba(91, 127, 219, 0.35));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.event-header[b-laf71t2uk3] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 2px solid rgba(74, 144, 226, 0.15);
}

    .event-header h3[b-laf71t2uk3] {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        line-height: 1.4;
    }

.event-date[b-laf71t2uk3] {
    font-size: 0.813rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    letter-spacing: 0.3px;
    align-self: flex-start;
}

.event-details[b-laf71t2uk3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.event-info[b-laf71t2uk3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0;
}

.info-label[b-laf71t2uk3] {
    font-size: 0.813rem;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.info-value[b-laf71t2uk3] {
    font-size: 0.813rem;
    color: #1a1a1a;
    font-weight: 700;
    text-align: right;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Event Button */
.btn-event-details[b-laf71t2uk3] {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.35);
    position: relative;
    overflow: hidden;
}

    .btn-event-details[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-event-details:active[b-laf71t2uk3] {
        transform: scale(0.98);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.35);
    }

.no-event[b-laf71t2uk3] {
    color: #666;
    text-align: center;
    padding: 2rem;
    font-style: italic;
}

/* Header Content Layout */
.header-content[b-laf71t2uk3] {
    position: relative;
}

/* Logout Button - dezent positioniert */
.btn-logout[b-laf71t2uk3] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

    .btn-logout:hover[b-laf71t2uk3] {
        background-color: rgba(255, 255, 255, 0.3);
        color: white;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .btn-logout:active[b-laf71t2uk3] {
        transform: scale(0.95);
    }

/* Responsive Design */
@media (max-width: 640px) {
    .dashboard-container[b-laf71t2uk3] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-laf71t2uk3] {
        margin-top: 2rem;
    }

        .page-header h1[b-laf71t2uk3] {
            font-size: 1.5rem;
        }

        .page-header p[b-laf71t2uk3] {
            font-size: 0.875rem;
        }

    .punktepass-card[b-laf71t2uk3],
    .event-card[b-laf71t2uk3] {
        padding: 1.125rem;
        border-radius: 18px;
    }

    .punkt-item[b-laf71t2uk3] {
        padding: 0.875rem 0.75rem;
    }

    .punkt-value[b-laf71t2uk3] {
        font-size: 1.375rem;
    }

    .event-header[b-laf71t2uk3] {
        flex-direction: column;
        gap: 0.625rem;
    }

    .event-date[b-laf71t2uk3] {
        margin-left: 0;
        align-self: flex-start;
    }

    .btn-event-details[b-laf71t2uk3] {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Message Card - Added by GitHub Copilot Agent */
.message-card[b-laf71t2uk3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.125rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #4A90E2;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0;
}

    .message-card[b-laf71t2uk3]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

.message-header[b-laf71t2uk3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.message-icon[b-laf71t2uk3] {
    font-size: 1.75rem;
    flex-shrink: 0;
}

    .message-header h2[b-laf71t2uk3] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        position: relative;
    }

.message-content[b-laf71t2uk3] {
    position: relative;
}

.message-title[b-laf71t2uk3] {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.message-preview[b-laf71t2uk3] {
    font-size: 0.875rem;
    color: #495057;
    line-height: 1.5;
    margin: 0 0 0.75rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.message-footer[b-laf71t2uk3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #6c757d;
}

.message-date[b-laf71t2uk3] {
    font-weight: 500;
}

.unread-badge[b-laf71t2uk3] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.688rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* /Pages/fk/EventDetailPage.razor.rz.scp.css */
.event-detail-container[b-9qwrwrgzqf] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .event-detail-container[b-9qwrwrgzqf]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Header */
.detail-header[b-9qwrwrgzqf] {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInDown-b-9qwrwrgzqf 0.5s ease;
}

    .detail-header h1[b-9qwrwrgzqf] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        flex: 1;
        line-height: 1.3;
    }

.btn-back-small[b-9qwrwrgzqf] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    flex-shrink: 0;
}

    .btn-back-small:hover[b-9qwrwrgzqf] {
        background: rgba(255, 255, 255, 0.35);
        transform: translateX(-2px);
    }

    .btn-back-small:active[b-9qwrwrgzqf] {
        transform: scale(0.95);
    }

@keyframes fadeInDown-b-9qwrwrgzqf {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading & Error States */
.loading-container[b-9qwrwrgzqf],
.error-container[b-9qwrwrgzqf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    min-height: 60vh;
    position: relative;
    z-index: 1;
}

    .loading-container p[b-9qwrwrgzqf],
    .error-container p[b-9qwrwrgzqf] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
        margin-top: 1rem;
    }

.spinner[b-9qwrwrgzqf] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-9qwrwrgzqf 0.8s linear infinite;
}

@keyframes spin-b-9qwrwrgzqf {
    to {
        transform: rotate(360deg);
    }
}

.error-container[b-9qwrwrgzqf] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.error-icon[b-9qwrwrgzqf] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.error-container h2[b-9qwrwrgzqf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.error-container p[b-9qwrwrgzqf] {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 1.5rem 0;
}

.btn-back[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-back:hover[b-9qwrwrgzqf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
    }

    .btn-back:active[b-9qwrwrgzqf] {
        transform: scale(0.98);
    }

/* Event Info Card */
.event-info-card[b-9qwrwrgzqf] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-9qwrwrgzqf 0.5s ease 0.1s both;
}

@keyframes fadeInUp-b-9qwrwrgzqf {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-section[b-9qwrwrgzqf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-row[b-9qwrwrgzqf] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.05) 0%, rgba(91, 127, 219, 0.05) 100%);
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .info-row:hover[b-9qwrwrgzqf] {
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    }

.info-icon[b-9qwrwrgzqf] {
    font-size: 1.5rem;
    flex-shrink: 0;
    line-height: 1;
}

.info-content[b-9qwrwrgzqf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.info-label[b-9qwrwrgzqf] {
    font-size: 0.813rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-9qwrwrgzqf] {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.4;
}

.participant-percentage[b-9qwrwrgzqf] {
    color: #4A90E2;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.points-highlight[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.125rem;
    font-weight: 700;
}

/* Description Card */
.description-card[b-9qwrwrgzqf] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-9qwrwrgzqf 0.5s ease 0.2s both;
}

    .description-card h2[b-9qwrwrgzqf] {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .description-card h2[b-9qwrwrgzqf]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
            border-radius: 2px;
        }

    .description-card p[b-9qwrwrgzqf] {
        font-size: 0.95rem;
        color: #495057;
        line-height: 1.6;
        margin: 0;
        white-space: pre-wrap;
    }

/* Registration Section */
.registration-section[b-9qwrwrgzqf] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-9qwrwrgzqf 0.5s ease 0.3s both;
}

.registration-status[b-9qwrwrgzqf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 600;
}

.status-icon[b-9qwrwrgzqf] {
    font-size: 1.5rem;
}

.registration-status.registered[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(34, 139, 34, 0.15) 100%);
    color: #28a745;
    border: 2px solid rgba(40, 167, 69, 0.3);
}

.registration-status.available[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.15) 0%, rgba(91, 127, 219, 0.15) 100%);
    color: #4A90E2;
    border: 2px solid rgba(74, 144, 226, 0.3);
}

.registration-status.full[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(200, 35, 51, 0.15) 100%);
    color: #dc3545;
    border: 2px solid rgba(220, 53, 69, 0.3);
}

/* Buttons */
.btn-register[b-9qwrwrgzqf],
.btn-unregister[b-9qwrwrgzqf] {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-register[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

    .btn-register:not(:disabled):hover[b-9qwrwrgzqf] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(74, 144, 226, 0.5);
    }

    .btn-register:not(:disabled):active[b-9qwrwrgzqf] {
        transform: scale(0.98);
    }

    .btn-register:disabled[b-9qwrwrgzqf] {
        background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
        cursor: not-allowed;
        opacity: 0.7;
        box-shadow: none;
    }

.btn-unregister[b-9qwrwrgzqf] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(200, 35, 51, 0.1) 100%);
    color: #dc3545;
    border: 2px solid #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
}

    .btn-unregister:not(:disabled):hover[b-9qwrwrgzqf] {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.2) 0%, rgba(200, 35, 51, 0.2) 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.3);
    }

    .btn-unregister:not(:disabled):active[b-9qwrwrgzqf] {
        transform: scale(0.98);
    }

    .btn-unregister:disabled[b-9qwrwrgzqf] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-spinner[b-9qwrwrgzqf] {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-9qwrwrgzqf 0.6s linear infinite;
}

/* Responsive Design */
@media (max-width: 640px) {
    .event-detail-container[b-9qwrwrgzqf] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .detail-header h1[b-9qwrwrgzqf] {
        font-size: 1.25rem;
    }

    .event-info-card[b-9qwrwrgzqf],
    .description-card[b-9qwrwrgzqf],
    .registration-section[b-9qwrwrgzqf] {
        padding: 1.25rem;
    }

    .info-row[b-9qwrwrgzqf] {
        padding: 0.625rem;
    }

    .info-icon[b-9qwrwrgzqf] {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .event-detail-container[b-9qwrwrgzqf] {
        padding: 2rem 1.5rem;
    }

    .detail-header[b-9qwrwrgzqf],
    .event-info-card[b-9qwrwrgzqf],
    .description-card[b-9qwrwrgzqf],
    .registration-section[b-9qwrwrgzqf] {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .detail-header h1[b-9qwrwrgzqf] {
        font-size: 2rem;
    }
}
/* /Pages/fk/EventsPage.razor.rz.scp.css */
body[b-59k4id6py3] {
}

.events-container[b-59k4id6py3] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .events-container[b-59k4id6py3]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-59k4id6py3] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-59k4id6py3 0.6s ease;
}

    .page-header h1[b-59k4id6py3] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-59k4id6py3] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 1rem 0;
        font-weight: 500;
    }

.btn-my-events[b-59k4id6py3] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .btn-my-events:active[b-59k4id6py3] {
        transform: scale(0.96);
        background: rgba(255, 255, 255, 0.35);
    }

.btn-icon[b-59k4id6py3] {
    font-size: 1rem;
    display: flex;
    align-items: center;
}

@keyframes fadeInDown-b-59k4id6py3 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-59k4id6py3] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-59k4id6py3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 1rem;
}

    .loading-container p[b-59k4id6py3] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
    }

.spinner[b-59k4id6py3] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-59k4id6py3 0.8s linear infinite;
}

@keyframes spin-b-59k4id6py3 {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-59k4id6py3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-59k4id6py3 0.5s ease;
}

.empty-icon[b-59k4id6py3] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.empty-state h3[b-59k4id6py3] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-59k4id6py3] {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
}

/* Category Section */
.category-section[b-59k4id6py3] {
    margin-bottom: 1rem;
    animation: fadeInUp-b-59k4id6py3 0.5s ease;
    transition: all 0.3s ease;
}

    .category-section:last-child[b-59k4id6py3] {
        margin-bottom: 1rem;
    }

    .category-section.collapsed[b-59k4id6py3] {
        margin-bottom: 0.75rem;
    }

@keyframes fadeInUp-b-59k4id6py3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Category Header */
.category-header[b-59k4id6py3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 0.875rem 1.125rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

    .category-header:active[b-59k4id6py3] {
        transform: scale(0.98);
    }

    .category-header[b-59k4id6py3]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
        border-radius: 14px 0 0 14px;
    }

.category-header-content[b-59k4id6py3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

    .category-header-content h2[b-59k4id6py3] {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.event-count[b-59k4id6py3] {
    background: rgba(74, 144, 226, 0.12);
    color: #4A90E2;
    padding: 0.25rem 0.625rem;
    border-radius: 8px;
    font-size: 0.813rem;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
}

.toggle-icon[b-59k4id6py3] {
    font-size: 0.875rem;
    color: #4A90E2;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
}

.category-section.expanded .toggle-icon[b-59k4id6py3] {
    transform: rotate(0deg);
}

.category-section.collapsed .toggle-icon[b-59k4id6py3] {
    transform: rotate(-90deg);
}

.category-section.collapsed .category-header[b-59k4id6py3] {
    margin-bottom: 0;
}

/* Events List */
.events-list[b-59k4id6py3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    animation: slideDown-b-59k4id6py3 0.3s ease;
}

@keyframes slideDown-b-59k4id6py3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* EventComponent Integration */
.events-list::deep .event-card[b-59k4id6py3] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    animation: fadeInUp-b-59k4id6py3 0.4s ease;
}

/* Responsive Design */
@media (max-width: 640px) {
    .events-container[b-59k4id6py3] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-59k4id6py3] {
        margin-top: 2rem;
    }

        .page-header h1[b-59k4id6py3] {
            font-size: 1.5rem;
        }

        .page-header p[b-59k4id6py3] {
            font-size: 0.875rem;
        }

    .btn-my-events[b-59k4id6py3] {
        font-size: 0.813rem;
        padding: 0.5rem 1rem;
    }

    .category-header[b-59k4id6py3] {
        padding: 0.75rem 1rem;
    }

    .category-header-content h2[b-59k4id6py3] {
        font-size: 1rem;
    }

    .event-count[b-59k4id6py3] {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
        min-width: 24px;
    }

    .toggle-icon[b-59k4id6py3] {
        font-size: 0.75rem;
        width: 20px;
        height: 20px;
    }

    .empty-state[b-59k4id6py3] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-59k4id6py3] {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .events-container[b-59k4id6py3] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-59k4id6py3] {
        max-width: 900px;
        margin: 0 auto;
    }

    .category-header[b-59k4id6py3] {
        padding: 1rem 1.5rem;
    }

    .category-header-content h2[b-59k4id6py3] {
        font-size: 1.25rem;
    }

    .event-count[b-59k4id6py3] {
        font-size: 0.875rem;
        padding: 0.3rem 0.75rem;
        min-width: 32px;
    }
}

@media (min-width: 1024px) {
    .content-wrapper[b-59k4id6py3] {
        max-width: 1100px;
    }

    .events-list[b-59k4id6py3] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
/* /Pages/fk/FirmpassPage.razor.rz.scp.css */
/* Generated by GitHub Copilot: FirmpassPage styles with glassmorphic design */

.firmpass-container[b-xjy13rvkzp] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .firmpass-container[b-xjy13rvkzp]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-xjy13rvkzp] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-xjy13rvkzp 0.6s ease;
}

    .page-header h1[b-xjy13rvkzp] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-xjy13rvkzp] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-xjy13rvkzp {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Points Overview Card */
.points-overview-card[b-xjy13rvkzp] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.125rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeInUp-b-xjy13rvkzp 0.5s ease 0.1s both;
}

    .points-overview-card[b-xjy13rvkzp]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .points-overview-card h2[b-xjy13rvkzp] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .points-overview-card h2[b-xjy13rvkzp]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 100%);
            border-radius: 2px;
        }

.points-grid[b-xjy13rvkzp] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.category-item[b-xjy13rvkzp] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 14px;
    padding: 0.875rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
}

    .category-item[b-xjy13rvkzp]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 14px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(91, 127, 219, 0.3));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.category-header[b-xjy13rvkzp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.category-name[b-xjy13rvkzp] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}

.category-points[b-xjy13rvkzp] {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Progress Bar */
.progress-bar-container[b-xjy13rvkzp] {
    width: 100%;
    height: 8px;
    background: rgba(74, 144, 226, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar[b-xjy13rvkzp] {
    height: 100%;
    background: linear-gradient(90deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    border-radius: 10px;
    transition: width 0.6s ease;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.4);
}

/* Points List Card */
.points-list-card[b-xjy13rvkzp] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.125rem;
    margin-bottom: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeInUp-b-xjy13rvkzp 0.5s ease 0.2s both;
}

    .points-list-card[b-xjy13rvkzp]::before {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(91, 127, 219, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .points-list-card h2[b-xjy13rvkzp] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .points-list-card h2[b-xjy13rvkzp]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #5B7FDB 0%, #6B5FCF 100%);
            border-radius: 2px;
        }

.points-list[b-xjy13rvkzp] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.point-entry[b-xjy13rvkzp] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.06) 0%, rgba(91, 127, 219, 0.06) 100%);
    border-radius: 14px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
}

    .point-entry[b-xjy13rvkzp]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 14px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.25), rgba(91, 127, 219, 0.25));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .point-entry:active[b-xjy13rvkzp] {
        transform: scale(0.99);
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(91, 127, 219, 0.1) 100%);
    }

.point-header[b-xjy13rvkzp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
}

.point-title-section[b-xjy13rvkzp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .point-title-section h3[b-xjy13rvkzp] {
        font-size: 0.938rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        line-height: 1.3;
    }

.point-category[b-xjy13rvkzp] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5B7FDB;
    background: rgba(91, 127, 219, 0.12);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
    letter-spacing: 0.3px;
}

.point-value-badge[b-xjy13rvkzp] {
    flex-shrink: 0;
}

.point-value[b-xjy13rvkzp] {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.point-description[b-xjy13rvkzp] {
    font-size: 0.813rem;
    color: #555;
    margin: 0.5rem 0;
    line-height: 1.5;
}

.point-date[b-xjy13rvkzp] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(74, 144, 226, 0.15);
}

    .point-date span[b-xjy13rvkzp] {
        font-size: 0.75rem;
        color: #777;
        font-weight: 500;
    }

.no-points[b-xjy13rvkzp] {
    color: #666;
    text-align: center;
    padding: 2rem;
    font-style: italic;
    font-size: 0.938rem;
}

@keyframes fadeInUp-b-xjy13rvkzp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 640px) {
    .firmpass-container[b-xjy13rvkzp] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-xjy13rvkzp] {
        margin-top: 2rem;
    }

        .page-header h1[b-xjy13rvkzp] {
            font-size: 1.5rem;
        }

        .page-header p[b-xjy13rvkzp] {
            font-size: 0.875rem;
        }

    .points-overview-card[b-xjy13rvkzp],
    .points-list-card[b-xjy13rvkzp] {
        padding: 1.125rem;
        border-radius: 18px;
    }
}
/* /Pages/fk/GroupPage.razor.rz.scp.css */
.group-page-container[b-fll2f6ht72] {
    max-width: 100vw;
    margin: 0;
    padding: 20px 20px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .group-page-container[b-fll2f6ht72]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-fll2f6ht72] {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    animation: fadeInDown-b-fll2f6ht72 0.6s ease;
}

    .page-header h1[b-fll2f6ht72] {
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin: 0 0 8px 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-fll2f6ht72] {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-fll2f6ht72 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading */
.loading-container[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}

.spinner[b-fll2f6ht72] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-fll2f6ht72 1s linear infinite;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes spin-b-fll2f6ht72 {
    to {
        transform: rotate(360deg);
    }
}

.loading-container p[b-fll2f6ht72] {
    margin-top: 16px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

/* Empty State */
.empty-state[b-fll2f6ht72] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    padding: 60px 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeInUp-b-fll2f6ht72 0.6s ease;
}

    .empty-state[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

@keyframes fadeInUp-b-fll2f6ht72 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.empty-icon[b-fll2f6ht72] {
    font-size: 64px;
    display: block;
    margin-bottom: 16px;
    filter: drop-shadow(0 2px 8px rgba(74, 144, 226, 0.3));
}

.empty-state h3[b-fll2f6ht72] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.empty-state p[b-fll2f6ht72] {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.empty-state-small[b-fll2f6ht72] {
    padding: 30px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

    .empty-state-small p[b-fll2f6ht72] {
        font-size: 15px;
        color: #666;
        margin: 0;
    }

/* Cards */
.info-card[b-fll2f6ht72],
.contact-card[b-fll2f6ht72],
.lessons-card[b-fll2f6ht72] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-fll2f6ht72 0.6s ease;
}

    .info-card[b-fll2f6ht72]::before,
    .contact-card[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.06) 0%, transparent 70%);
        pointer-events: none;
    }

    .lessons-card[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(91, 127, 219, 0.06) 0%, transparent 70%);
        pointer-events: none;
    }

.card-header[b-fll2f6ht72] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

    .card-header[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
        animation: shimmer-b-fll2f6ht72 4s infinite;
    }

@keyframes shimmer-b-fll2f6ht72 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.card-icon[b-fll2f6ht72] {
    font-size: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    position: relative;
    z-index: 1;
}

.card-header h2[b-fll2f6ht72] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.card-content[b-fll2f6ht72] {
    padding: 24px;
    position: relative;
}

/* Info Section */
.info-section[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-label[b-fll2f6ht72] {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-fll2f6ht72] {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
}

/* Contact Info */
.contact-info[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-label[b-fll2f6ht72] {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value[b-fll2f6ht72] {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
}

.contact-link[b-fll2f6ht72] {
    font-size: 16px;
    color: #4A90E2;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}

    .contact-link:hover[b-fll2f6ht72] {
        color: #5B7FDB;
        transform: translateX(2px);
    }

/* Lessons List */
.lessons-list[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    position: relative;
}

.lesson-item[b-fll2f6ht72] {
    background: white;
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    background-clip: padding-box;
}

    .lesson-item[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(91, 127, 219, 0.3));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .lesson-item:active[b-fll2f6ht72] {
        transform: scale(0.98);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.lesson-main[b-fll2f6ht72] {
    padding: 20px;
    position: relative;
}

.lesson-header[b-fll2f6ht72] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.lesson-title[b-fll2f6ht72] {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
}

.lesson-date[b-fll2f6ht72] {
    font-size: 14px;
    font-weight: 700;
    color: white;
    padding: 4px 12px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.25);
}

.lesson-description[b-fll2f6ht72] {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
    line-height: 1.5;
}

.lesson-footer[b-fll2f6ht72] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid rgba(74, 144, 226, 0.1);
}

.lesson-details[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.lesson-time[b-fll2f6ht72],
.lesson-location[b-fll2f6ht72] {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.btn-details[b-fll2f6ht72] {
    padding: 10px 20px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.3);
    position: relative;
    overflow: hidden;
}

    .btn-details[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-details:active[b-fll2f6ht72] {
        transform: scale(0.98);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    }

/* Dialog */
.dialog-backdrop[b-fll2f6ht72] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn-b-fll2f6ht72 0.3s ease;
}

@keyframes fadeIn-b-fll2f6ht72 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dialog[b-fll2f6ht72] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    padding: 24px;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-fll2f6ht72 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

    .dialog[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

@keyframes slideUp-b-fll2f6ht72 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog h3[b-fll2f6ht72] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    position: relative;
}

.dialog-content[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.detail-section[b-fll2f6ht72] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail-label[b-fll2f6ht72] {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-fll2f6ht72] {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
}

.detail-description[b-fll2f6ht72] {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.dialog-actions[b-fll2f6ht72] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 2px solid rgba(74, 144, 226, 0.1);
}

.btn-close[b-fll2f6ht72] {
    padding: 12px 28px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.35);
    position: relative;
    overflow: hidden;
}

    .btn-close[b-fll2f6ht72]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-close:active[b-fll2f6ht72] {
        transform: scale(0.98);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.35);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .group-page-container[b-fll2f6ht72] {
        padding: 16px 16px;
        padding-top: calc(env(safe-area-inset-top) + 16px);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header h1[b-fll2f6ht72] {
        font-size: 28px;
    }

    .card-header h2[b-fll2f6ht72] {
        font-size: 18px;
    }

    .lesson-header[b-fll2f6ht72] {
        flex-direction: column;
        align-items: flex-start;
    }

    .lesson-date[b-fll2f6ht72] {
        align-self: flex-start;
    }

    .lesson-footer[b-fll2f6ht72] {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-details[b-fll2f6ht72] {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-fll2f6ht72] {
        font-size: 24px;
    }

    .card-icon[b-fll2f6ht72] {
        font-size: 24px;
    }

    .card-header[b-fll2f6ht72] {
        padding: 16px 20px;
    }

    .card-content[b-fll2f6ht72] {
        padding: 20px;
    }

    .lessons-list[b-fll2f6ht72] {
        padding: 16px;
    }

    .lesson-main[b-fll2f6ht72] {
        padding: 16px;
    }

    .dialog[b-fll2f6ht72] {
        padding: 20px;
    }
}
/* /Pages/fk/MassesPage.razor.rz.scp.css */
.masses-container[b-cfwr47bkku] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .masses-container[b-cfwr47bkku]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-cfwr47bkku] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    animation: fadeInDown-b-cfwr47bkku 0.6s ease;
    text-align: center;
}

    .page-header h1[b-cfwr47bkku] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-cfwr47bkku] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 1.25rem 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-cfwr47bkku {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Report Mass Button */
.btn-report-mass[b-cfwr47bkku] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(74, 144, 226, 0.5),
                0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .btn-report-mass[b-cfwr47bkku]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 14px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .btn-report-mass:hover[b-cfwr47bkku] {
        transform: translateY(-3px);
        box-shadow: 0 12px 32px rgba(74, 144, 226, 0.6),
                    0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-report-mass:active[b-cfwr47bkku] {
        transform: translateY(-1px) scale(0.98);
        box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5);
    }

.btn-icon[b-cfwr47bkku] {
    font-size: 1.25rem;
}

/* Content Wrapper */
.content-wrapper[b-cfwr47bkku] {
    margin-top: 1.25rem;
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-cfwr47bkku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 1rem;
}

    .loading-container p[b-cfwr47bkku] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
    }

.spinner[b-cfwr47bkku] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-cfwr47bkku 0.8s linear infinite;
}

@keyframes spin-b-cfwr47bkku {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-cfwr47bkku] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-cfwr47bkku 0.5s ease;
}

@keyframes fadeInUp-b-cfwr47bkku {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.empty-icon[b-cfwr47bkku] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.6;
}

.empty-state h3[b-cfwr47bkku] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-cfwr47bkku] {
    font-size: 0.938rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Masses List */
.masses-list[b-cfwr47bkku] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mass-card[b-cfwr47bkku] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    animation: fadeInUp-b-cfwr47bkku 0.5s ease;
}

    .mass-card:hover[b-cfwr47bkku] {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

.mass-header[b-cfwr47bkku] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
}

    .mass-header h3[b-cfwr47bkku] {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        flex: 1;
        line-height: 1.3;
    }

.mass-points[b-cfwr47bkku] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border-radius: 10px;
    font-size: 0.813rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    flex-shrink: 0;
}

.mass-description[b-cfwr47bkku] {
    color: #555;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
}

.mass-details[b-cfwr47bkku] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mass-info[b-cfwr47bkku] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.05) 0%, rgba(91, 127, 219, 0.05) 100%);
    border-radius: 10px;
    transition: all 0.2s ease;
}

    .mass-info:hover[b-cfwr47bkku] {
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    }

.info-icon[b-cfwr47bkku] {
    font-size: 1.35rem;
    flex-shrink: 0;
    line-height: 1;
}

.info-content[b-cfwr47bkku] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.info-label[b-cfwr47bkku] {
    font-size: 0.688rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.info-value[b-cfwr47bkku] {
    font-size: 0.938rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.3;
}

/* Responsive Design */
@media (max-width: 640px) {
    .masses-container[b-cfwr47bkku] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-cfwr47bkku] {
        margin-top: 2rem;
    }

        .page-header h1[b-cfwr47bkku] {
            font-size: 1.375rem;
        }

        .page-header p[b-cfwr47bkku] {
            font-size: 0.813rem;
        }

    .btn-report-mass[b-cfwr47bkku] {
        padding: 0.875rem 1.25rem;
        font-size: 0.938rem;
    }

    .mass-card[b-cfwr47bkku] {
        padding: 0.875rem;
    }

    .mass-header[b-cfwr47bkku] {
        margin-bottom: 0.625rem;
    }

    .mass-header h3[b-cfwr47bkku] {
        font-size: 1rem;
    }

    .mass-points[b-cfwr47bkku] {
        font-size: 0.75rem;
        padding: 0.3rem 0.625rem;
    }

    .mass-description[b-cfwr47bkku] {
        font-size: 0.813rem;
        margin-bottom: 0.75rem;
    }

    .mass-details[b-cfwr47bkku] {
        gap: 0.4rem;
    }

    .mass-info[b-cfwr47bkku] {
        padding: 0.4rem;
        gap: 0.625rem;
    }

    .info-icon[b-cfwr47bkku] {
        font-size: 1.2rem;
    }

    .info-content[b-cfwr47bkku] {
        gap: 0.1rem;
    }

    .info-value[b-cfwr47bkku] {
        font-size: 0.875rem;
    }

    .empty-state[b-cfwr47bkku] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-cfwr47bkku] {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .masses-container[b-cfwr47bkku] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-cfwr47bkku] {
        max-width: 900px;
        margin: 1.25rem auto 0;
    }

    .page-header[b-cfwr47bkku] {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .content-wrapper[b-cfwr47bkku] {
        max-width: 1100px;
    }

    .page-header[b-cfwr47bkku] {
        max-width: 1100px;
    }

    .masses-list[b-cfwr47bkku] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
/* /Pages/fk/MessagesPage.razor.rz.scp.css */
/* Generated by GitHub Copilot Agent */
/* Nachrichten-Seite Styling mit Glassmorphism Design */

.messages-container[b-q59vkh24nk] {
    min-height: 100vh;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    padding: 20px 16px 100px 16px;
    position: relative;
}

    .messages-container[b-q59vkh24nk]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

.content-wrapper[b-q59vkh24nk] {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Page Header */
.page-header[b-q59vkh24nk] {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}

    .page-header h1[b-q59vkh24nk] {
        font-size: 28px;
        font-weight: 700;
        color: white;
        margin: 8px 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.subtitle[b-q59vkh24nk] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Back Button */
.btn-back[b-q59vkh24nk] {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .btn-back:hover[b-q59vkh24nk] {
        background: rgba(255, 255, 255, 0.35);
        transform: translateX(-4px);
    }

    .btn-back:active[b-q59vkh24nk] {
        transform: scale(0.95);
    }

.back-icon[b-q59vkh24nk] {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

/* Loading State */
.loading-container[b-q59vkh24nk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: white;
}

    .loading-container p[b-q59vkh24nk] {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 500;
    }

.spinner[b-q59vkh24nk] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-q59vkh24nk 1s linear infinite;
}

@keyframes spin-b-q59vkh24nk {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-q59vkh24nk] {
    text-align: center;
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.empty-icon[b-q59vkh24nk] {
    font-size: 72px;
    margin-bottom: 20px;
}

    .empty-state h3[b-q59vkh24nk] {
        font-size: 22px;
        font-weight: 700;
        color: #333;
        margin: 0 0 12px 0;
    }

    .empty-state p[b-q59vkh24nk] {
        font-size: 16px;
        color: #6c757d;
        margin: 0;
    }

/* Messages List */
.messages-list[b-q59vkh24nk] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Message Card */
.message-card[b-q59vkh24nk] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .message-card:hover[b-q59vkh24nk] {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    }

    .message-card:active[b-q59vkh24nk] {
        transform: translateY(-2px);
    }

    .message-card.unread[b-q59vkh24nk] {
        background: rgba(255, 255, 255, 1);
        border-left: 4px solid #1b6ec2;
    }

/* Message Header */
.message-header[b-q59vkh24nk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 12px;
}

.message-info[b-q59vkh24nk] {
    flex: 1;
}

.message-title[b-q59vkh24nk] {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.message-date[b-q59vkh24nk] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

/* Priority Badge */
.priority-badge[b-q59vkh24nk] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

    .priority-badge.high[b-q59vkh24nk] {
        background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
        color: white;
    }

/* Unread Indicator */
.unread-indicator[b-q59vkh24nk] {
    width: 12px;
    height: 12px;
    background: #1b6ec2;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Message Preview */
.message-preview[b-q59vkh24nk] {
    font-size: 15px;
    color: #495057;
    line-height: 1.5;
    margin: 0 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Message Footer */
.message-footer[b-q59vkh24nk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
}

.message-from[b-q59vkh24nk] {
    font-weight: 500;
}

.read-indicator[b-q59vkh24nk] {
    color: #28a745;
    font-weight: 600;
}

/* Message Detail Dialog */
.message-overlay[b-q59vkh24nk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
    animation: fadeIn-b-q59vkh24nk 0.3s ease;
}

@keyframes fadeIn-b-q59vkh24nk {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.message-dialog[b-q59vkh24nk] {
    background: white;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-q59vkh24nk 0.3s ease;
    display: flex;
    flex-direction: column;
}

@keyframes slideUp-b-q59vkh24nk {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Dialog Header */
.dialog-header[b-q59vkh24nk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e9ecef;
}

    .dialog-header h2[b-q59vkh24nk] {
        font-size: 22px;
        font-weight: 700;
        color: #212529;
        margin: 0;
        flex: 1;
        padding-right: 16px;
    }

.btn-close[b-q59vkh24nk] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #495057;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .btn-close:hover[b-q59vkh24nk] {
        background: #e9ecef;
        transform: rotate(90deg);
    }

    .btn-close:active[b-q59vkh24nk] {
        transform: scale(0.9) rotate(90deg);
    }

/* Dialog Content */
.dialog-content[b-q59vkh24nk] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.message-meta[b-q59vkh24nk] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
}

.meta-item[b-q59vkh24nk] {
    font-size: 14px;
    color: #6c757d;
}

    .meta-item strong[b-q59vkh24nk] {
        color: #495057;
        font-weight: 600;
    }

.message-body[b-q59vkh24nk] {
    font-size: 16px;
    line-height: 1.6;
    color: #212529;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Dialog Footer */
.dialog-footer[b-q59vkh24nk] {
    padding: 20px 24px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
}

.btn-primary[b-q59vkh24nk] {
    padding: 12px 32px;
    background: linear-gradient(135deg, #1b6ec2 0%, #155a9c 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
}

    .btn-primary:hover[b-q59vkh24nk] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(27, 110, 194, 0.4);
    }

    .btn-primary:active[b-q59vkh24nk] {
        transform: translateY(0);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .messages-container[b-q59vkh24nk] {
        padding: 16px 12px 100px 12px;
    }

    .page-header h1[b-q59vkh24nk] {
        font-size: 24px;
    }

    .message-card[b-q59vkh24nk] {
        padding: 16px;
    }

    .message-title[b-q59vkh24nk] {
        font-size: 16px;
    }

    .message-dialog[b-q59vkh24nk] {
        max-height: 90vh;
    }

    .dialog-header[b-q59vkh24nk] {
        padding: 20px;
    }

        .dialog-header h2[b-q59vkh24nk] {
            font-size: 20px;
        }

    .dialog-content[b-q59vkh24nk] {
        padding: 20px;
    }

    .message-body[b-q59vkh24nk] {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-q59vkh24nk] {
        font-size: 22px;
    }

    .btn-back[b-q59vkh24nk] {
        width: 40px;
        height: 40px;
    }

    .back-icon[b-q59vkh24nk] {
        font-size: 20px;
    }

    .message-card[b-q59vkh24nk] {
        padding: 14px;
    }

    .message-title[b-q59vkh24nk] {
        font-size: 15px;
    }

    .message-preview[b-q59vkh24nk] {
        font-size: 14px;
    }

    .dialog-header[b-q59vkh24nk] {
        padding: 16px;
    }

        .dialog-header h2[b-q59vkh24nk] {
            font-size: 18px;
        }

    .dialog-content[b-q59vkh24nk] {
        padding: 16px;
    }

    .message-body[b-q59vkh24nk] {
        font-size: 14px;
    }

    .btn-primary[b-q59vkh24nk] {
        padding: 10px 24px;
        font-size: 15px;
    }
}
/* /Pages/fk/MorePage.razor.rz.scp.css */
.more-container[b-u4kpbf2ijw] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 20px 100px 20px;
}

.content-wrapper[b-u4kpbf2ijw] {
    max-width: 800px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-u4kpbf2ijw] {
    text-align: center;
    margin-bottom: 30px;
}

    .page-header h1[b-u4kpbf2ijw] {
        font-size: 32px;
        font-weight: 700;
        color: #1b6ec2;
        margin: 0 0 8px 0;
    }

.subtitle[b-u4kpbf2ijw] {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

/* Menu Card - Refactored by Copilot */
.menu-card[b-u4kpbf2ijw] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

/* Menu Item - Refactored by Copilot */
.menu-item[b-u4kpbf2ijw] {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    gap: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .menu-item:last-child[b-u4kpbf2ijw] {
        border-bottom: none;
    }

    .menu-item:hover:not(.disabled)[b-u4kpbf2ijw] {
        background: rgba(27, 110, 194, 0.05);
    }

    .menu-item:active:not(.disabled)[b-u4kpbf2ijw] {
        background: rgba(27, 110, 194, 0.1);
    }

    .menu-item.disabled[b-u4kpbf2ijw] {
        cursor: not-allowed;
        opacity: 0.6;
    }

.menu-item-icon[b-u4kpbf2ijw] {
    font-size: 28px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-content[b-u4kpbf2ijw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-item-title[b-u4kpbf2ijw] {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.menu-item-subtitle[b-u4kpbf2ijw] {
    font-size: 13px;
    color: #6c757d;
}

.menu-item-arrow[b-u4kpbf2ijw] {
    font-size: 14px;
    color: #6c757d;
    flex-shrink: 0;
    opacity: 0.6;
}

/* Version Card */
.version-card[b-u4kpbf2ijw] {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.version-info[b-u4kpbf2ijw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.version-label[b-u4kpbf2ijw] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.version-number[b-u4kpbf2ijw] {
    font-size: 18px;
    color: #1b6ec2;
    font-weight: 700;
}

/* Logout Section - Refactored by Copilot */
.logout-section[b-u4kpbf2ijw] {
    margin-bottom: 20px;
}

.btn-logout[b-u4kpbf2ijw] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

    .btn-logout:hover[b-u4kpbf2ijw] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.4);
    }

    .btn-logout:active[b-u4kpbf2ijw] {
        transform: translateY(0);
    }

.btn-icon[b-u4kpbf2ijw] {
    font-size: 20px;
}

/* Footer */
.footer-text[b-u4kpbf2ijw] {
    text-align: center;
    padding: 20px 0;
}

    .footer-text p[b-u4kpbf2ijw] {
        font-size: 13px;
        color: #6c757d;
        margin: 4px 0;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .more-container[b-u4kpbf2ijw] {
        padding: 16px 16px 100px 16px;
    }

    .page-header h1[b-u4kpbf2ijw] {
        font-size: 28px;
    }

    .menu-item[b-u4kpbf2ijw] {
        padding: 14px 16px;
    }

    .menu-item-icon[b-u4kpbf2ijw] {
        font-size: 24px;
        width: 36px;
        height: 36px;
    }

    .menu-item-title[b-u4kpbf2ijw] {
        font-size: 15px;
    }

    .menu-item-subtitle[b-u4kpbf2ijw] {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-u4kpbf2ijw] {
        font-size: 24px;
    }

    .menu-item[b-u4kpbf2ijw] {
        padding: 12px 14px;
        gap: 12px;
    }

    .menu-item-icon[b-u4kpbf2ijw] {
        font-size: 22px;
        width: 32px;
        height: 32px;
    }

    .btn-logout[b-u4kpbf2ijw] {
        font-size: 15px;
        padding: 12px 20px;
    }

    .version-card[b-u4kpbf2ijw] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/fk/MyEventsPage.razor.rz.scp.css */
body[b-4wpb8hk9t6] {
}

.my-events-container[b-4wpb8hk9t6] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

.my-events-container[b-4wpb8hk9t6]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-4wpb8hk9t6] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    animation: fadeInDown-b-4wpb8hk9t6 0.6s ease;
}

.btn-back-header[b-4wpb8hk9t6] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.btn-back-header:active[b-4wpb8hk9t6] {
        transform: scale(0.95);
    }

.header-content[b-4wpb8hk9t6] {
    flex: 1;
    text-align: center;
}

.header-content h1[b-4wpb8hk9t6] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.header-content p[b-4wpb8hk9t6] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-4wpb8hk9t6 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stats Card */
.stats-card[b-4wpb8hk9t6] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    animation: fadeInUp-b-4wpb8hk9t6 0.5s ease 0.1s both;
}

.stat-item[b-4wpb8hk9t6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 12px;
}

.stat-value[b-4wpb8hk9t6] {
        font-size: 1.75rem;
        font-weight: 700;
        background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1;
    }

.stat-label[b-4wpb8hk9t6] {
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

/* Content Wrapper */
.content-wrapper[b-4wpb8hk9t6] {
    position: relative;
    z-index: 1;
}

/* Loading State */
.loading-container[b-4wpb8hk9t6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 1rem;
}

.loading-container p[b-4wpb8hk9t6] {
        color: white;
        font-size: 0.95rem;
        font-weight: 500;
    }

.spinner[b-4wpb8hk9t6] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-4wpb8hk9t6 0.8s linear infinite;
}

@keyframes spin-b-4wpb8hk9t6 {
    to {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-4wpb8hk9t6] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-4wpb8hk9t6 0.5s ease;
}

.empty-icon[b-4wpb8hk9t6] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.empty-state h3[b-4wpb8hk9t6] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-4wpb8hk9t6] {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 1.5rem 0;
}

.btn-browse-events[b-4wpb8hk9t6] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.btn-browse-events:active[b-4wpb8hk9t6] {
        transform: scale(0.96);
    }

/* Category Section */
.category-section[b-4wpb8hk9t6] {
    margin-bottom: 1rem;
    animation: fadeInUp-b-4wpb8hk9t6 0.5s ease;
    transition: all 0.3s ease;
}

.category-section:last-child[b-4wpb8hk9t6] {
        margin-bottom: 1rem;
    }

.category-section.collapsed[b-4wpb8hk9t6] {
        margin-bottom: 0.75rem;
    }

@keyframes fadeInUp-b-4wpb8hk9t6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Category Header */
.category-header[b-4wpb8hk9t6] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 0.875rem 1.125rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.category-header:active[b-4wpb8hk9t6] {
        transform: scale(0.98);
    }

.category-header[b-4wpb8hk9t6]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
        border-radius: 14px 0 0 14px;
    }

.category-header-content[b-4wpb8hk9t6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.category-header-content h2[b-4wpb8hk9t6] {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.event-count[b-4wpb8hk9t6] {
    background: rgba(74, 144, 226, 0.12);
    color: #4A90E2;
    padding: 0.25rem 0.625rem;
    border-radius: 8px;
    font-size: 0.813rem;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
}

.toggle-icon[b-4wpb8hk9t6] {
    font-size: 0.875rem;
    color: #4A90E2;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
}

.category-section.expanded .toggle-icon[b-4wpb8hk9t6] {
    transform: rotate(0deg);
}

.category-section.collapsed .toggle-icon[b-4wpb8hk9t6] {
    transform: rotate(-90deg);
}

.category-section.collapsed .category-header[b-4wpb8hk9t6] {
    margin-bottom: 0;
}

/* Events List */
.events-list[b-4wpb8hk9t6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    animation: slideDown-b-4wpb8hk9t6 0.3s ease;
}

@keyframes slideDown-b-4wpb8hk9t6 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 640px) {
    .my-events-container[b-4wpb8hk9t6] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-4wpb8hk9t6] {
        margin-top: 2rem;
    }

    .header-content h1[b-4wpb8hk9t6] {
        font-size: 1.25rem;
    }

    .header-content p[b-4wpb8hk9t6] {
        font-size: 0.813rem;
    }

    .stats-card[b-4wpb8hk9t6] {
        padding: 1rem;
        gap: 0.75rem;
    }

    .stat-value[b-4wpb8hk9t6] {
        font-size: 1.5rem;
    }

    .stat-label[b-4wpb8hk9t6] {
        font-size: 0.688rem;
    }

    .category-header[b-4wpb8hk9t6] {
        padding: 0.75rem 1rem;
    }

    .category-header-content h2[b-4wpb8hk9t6] {
        font-size: 1rem;
    }

    .event-count[b-4wpb8hk9t6] {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
        min-width: 24px;
    }

    .toggle-icon[b-4wpb8hk9t6] {
        font-size: 0.75rem;
        width: 20px;
        height: 20px;
    }

    .empty-state[b-4wpb8hk9t6] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-4wpb8hk9t6] {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .my-events-container[b-4wpb8hk9t6] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-4wpb8hk9t6] {
        max-width: 900px;
        margin: 0 auto;
    }

    .stats-card[b-4wpb8hk9t6] {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .category-header[b-4wpb8hk9t6] {
        padding: 1rem 1.5rem;
    }

    .category-header-content h2[b-4wpb8hk9t6] {
        font-size: 1.25rem;
    }

    .event-count[b-4wpb8hk9t6] {
        font-size: 0.875rem;
        padding: 0.3rem 0.75rem;
        min-width: 32px;
    }
}

@media (min-width: 1024px) {
    .content-wrapper[b-4wpb8hk9t6] {
        max-width: 1100px;
    }

    .stats-card[b-4wpb8hk9t6] {
        max-width: 1100px;
    }

    .events-list[b-4wpb8hk9t6] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
/* /Pages/fk/MyMassRequestsPage.razor.rz.scp.css */
/* Generated by GitHub Copilot - Updated for better mobile-friendliness */
.mass-requests-container[b-3kgpjd9kft] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 140px;
}

.mass-requests-container[b-3kgpjd9kft]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Page Header - Updated by GitHub Copilot */
.page-header[b-3kgpjd9kft] {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    animation: fadeInDown-b-3kgpjd9kft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-back-header[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    touch-action: manipulation;
}

.btn-back-header:hover[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-back-header:active[b-3kgpjd9kft] {
    transform: scale(0.96);
    background: rgba(255, 255, 255, 0.4);
}

.header-content[b-3kgpjd9kft] {
    flex: 1;
    text-align: center;
}

.header-content h1[b-3kgpjd9kft] {
    font-size: 1.625rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}

.header-content p[b-3kgpjd9kft] {
    font-size: 0.938rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

/* Content Wrapper */
.content-wrapper[b-3kgpjd9kft] {
    position: relative;
    z-index: 1;
}

/* Loading Container */
.loading-container[b-3kgpjd9kft] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 1rem;
}

.spinner[b-3kgpjd9kft] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-3kgpjd9kft 0.8s linear infinite;
}

@keyframes spin-b-3kgpjd9kft {
    to {
        transform: rotate(360deg);
    }
}

.loading-container p[b-3kgpjd9kft] {
    color: white;
    font-size: 0.875rem;
}

/* Empty State - Updated by GitHub Copilot */
.empty-state[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    animation: fadeInUp-b-3kgpjd9kft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.empty-icon[b-3kgpjd9kft] {
    font-size: 4.5rem;
    display: block;
    margin-bottom: 1.25rem;
    animation: float-b-3kgpjd9kft 3s ease-in-out infinite;
}

@keyframes float-b-3kgpjd9kft {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.empty-state h3[b-3kgpjd9kft] {
    color: white;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.875rem 0;
    letter-spacing: -0.01em;
}

.empty-state p[b-3kgpjd9kft] {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.75rem 0;
    font-size: 0.938rem;
    line-height: 1.6;
}

/* Stats Card - Updated by GitHub Copilot */
.stats-card[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    animation: fadeInUp-b-3kgpjd9kft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.stat-item[b-3kgpjd9kft] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-item:hover[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.stat-value[b-3kgpjd9kft] {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-label[b-3kgpjd9kft] {
    font-size: 0.813rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-weight: 500;
}

/* Requests List - Updated by GitHub Copilot */
.requests-list[b-3kgpjd9kft] {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    animation: fadeInUp-b-3kgpjd9kft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

/* Request Card - Updated by GitHub Copilot */
.request-card[b-3kgpjd9kft] {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.request-card:hover[b-3kgpjd9kft] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.request-card:active[b-3kgpjd9kft] {
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.request-card.status-approved[b-3kgpjd9kft] {
    border-left: 5px solid #4caf50;
    background: rgba(255, 255, 255, 0.2);
}

.request-card.status-rejected[b-3kgpjd9kft] {
    border-left: 5px solid #f44336;
    background: rgba(255, 255, 255, 0.2);
}

.request-card.status-pending[b-3kgpjd9kft] {
    border-left: 5px solid #ff9800;
    background: rgba(255, 255, 255, 0.2);
}

/* Request Header - Updated by GitHub Copilot */
.request-header[b-3kgpjd9kft] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.125rem;
}

.request-info h3[b-3kgpjd9kft] {
    color: white;
    font-size: 1.188rem;
    font-weight: 700;
    margin: 0 0 0.375rem 0;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.request-location[b-3kgpjd9kft] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.938rem;
    margin: 0;
    font-weight: 500;
}

/* Status Badge - Updated by GitHub Copilot */
.status-badge[b-3kgpjd9kft] {
    padding: 0.5rem 1rem;
    border-radius: 14px;
    font-size: 0.813rem;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.badge-pending[b-3kgpjd9kft] {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.25) 0%, rgba(255, 152, 0, 0.15) 100%);
    border: 1px solid rgba(255, 152, 0, 0.5);
    color: #fff3cd;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.badge-approved[b-3kgpjd9kft] {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.25) 0%, rgba(76, 175, 80, 0.15) 100%);
    border: 1px solid rgba(76, 175, 80, 0.5);
    color: #c8e6c9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.badge-rejected[b-3kgpjd9kft] {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.25) 0%, rgba(244, 67, 54, 0.15) 100%);
    border: 1px solid rgba(244, 67, 54, 0.5);
    color: #ffcdd2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Request Details - Updated by GitHub Copilot */
.request-details[b-3kgpjd9kft] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.detail-row[b-3kgpjd9kft] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.938rem;
    padding: 0.5rem 0;
}

.detail-icon[b-3kgpjd9kft] {
    font-size: 1.25rem;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

.detail-text[b-3kgpjd9kft] {
    flex: 1;
    line-height: 1.5;
}

.detail-row.points-awarded[b-3kgpjd9kft] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.18) 0%, rgba(255, 193, 7, 0.15) 100%);
    border-radius: 14px;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(255, 215, 0, 0.4);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.15);
}

.detail-row.points-awarded .detail-text[b-3kgpjd9kft] {
    color: #fff9c4;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.detail-row.points-awarded small[b-3kgpjd9kft] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.813rem;
}

/* Rejection Reason - Updated by GitHub Copilot */
.rejection-reason[b-3kgpjd9kft] {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.15) 0%, rgba(244, 67, 54, 0.1) 100%);
    border: 1px solid rgba(244, 67, 54, 0.4);
    border-radius: 14px;
    padding: 1.125rem;
    margin-top: 0.625rem;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.15);
}

.rejection-header[b-3kgpjd9kft] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
    color: #ffcdd2;
    font-size: 0.938rem;
    font-weight: 600;
}

.rejection-reason p[b-3kgpjd9kft] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.938rem;
    line-height: 1.6;
    margin: 0;
}

/* Request Footer - Updated by GitHub Copilot */
.request-footer[b-3kgpjd9kft] {
    margin-top: 0.75rem;
    padding-top: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.request-footer small[b-3kgpjd9kft] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.813rem;
    line-height: 1.4;
}

/* Action Button Container - Updated by GitHub Copilot */
.action-button-container[b-3kgpjd9kft] {
    margin-top: 1.75rem;
    animation: fadeInUp-b-3kgpjd9kft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

/* Report Mass Button - Updated by GitHub Copilot */
.btn-report-mass[b-3kgpjd9kft] {
    width: 100%;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 18px;
    padding: 1.25rem 1rem;
    font-size: 1.063rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    touch-action: manipulation;
    letter-spacing: -0.01em;
}

    .btn-report-mass:hover[b-3kgpjd9kft] {
        background: rgba(255, 255, 255, 0.28);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .btn-report-mass:active[b-3kgpjd9kft] {
        transform: translateY(0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.btn-icon[b-3kgpjd9kft] {
    font-size: 1.375rem;
}

/* Animations */
@keyframes fadeInDown-b-3kgpjd9kft {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-3kgpjd9kft {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design - Updated by GitHub Copilot */
@media (max-width: 640px) {
    .mass-requests-container[b-3kgpjd9kft] {
        padding: 1rem 0.875rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 130px);
    }

    .page-header[b-3kgpjd9kft] {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .header-content h1[b-3kgpjd9kft] {
        font-size: 1.5rem;
    }

    .header-content p[b-3kgpjd9kft] {
        font-size: 0.875rem;
    }

    .stats-card[b-3kgpjd9kft] {
        padding: 1.25rem;
        gap: 0.75rem;
    }

    .stat-item[b-3kgpjd9kft] {
        padding: 0.5rem 0.375rem;
    }

    .stat-value[b-3kgpjd9kft] {
        font-size: 1.75rem;
    }

    .stat-label[b-3kgpjd9kft] {
        font-size: 0.75rem;
    }

    .request-card[b-3kgpjd9kft] {
        padding: 1.25rem;
        border-radius: 18px;
    }

    .request-info h3[b-3kgpjd9kft] {
        font-size: 1.063rem;
    }

    .status-badge[b-3kgpjd9kft] {
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
    }

    .detail-row[b-3kgpjd9kft] {
        font-size: 0.875rem;
    }

    .empty-state[b-3kgpjd9kft] {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }

    .empty-icon[b-3kgpjd9kft] {
        font-size: 3.5rem;
    }

    .empty-state h3[b-3kgpjd9kft] {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .mass-requests-container[b-3kgpjd9kft] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-3kgpjd9kft] {
        max-width: 640px;
        margin: 0 auto;
    }

    .page-header[b-3kgpjd9kft] {
        margin-bottom: 2rem;
    }

    .header-content h1[b-3kgpjd9kft] {
        font-size: 1.875rem;
    }

    .stats-card[b-3kgpjd9kft] {
        padding: 2rem;
        gap: 1.25rem;
    }

    .request-card[b-3kgpjd9kft] {
        padding: 2rem;
    }

    .empty-state[b-3kgpjd9kft] {
        padding: 4rem 3rem;
    }
}
/* /Pages/fk/PrivacyPolicyPage.razor.rz.scp.css */
/* Generated by GitHub Copilot: Privacy Policy Page Styles for Firmkandidaten */

.privacy-container[b-diokknj2ff] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 20px 100px 20px;
}

.content-wrapper[b-diokknj2ff] {
    max-width: 900px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-diokknj2ff] {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    .page-header h1[b-diokknj2ff] {
        font-size: 32px;
        font-weight: 700;
        color: #1b6ec2;
        margin: 0 0 8px 0;
    }

.subtitle[b-diokknj2ff] {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 20px 0;
}

/* Back Button */
.btn-back[b-diokknj2ff] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.3);
    border-radius: 12px;
    color: #1b6ec2;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

    .btn-back:hover[b-diokknj2ff] {
        background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.95));
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(27,110,194,0.2);
    }

    .btn-back:active[b-diokknj2ff] {
        transform: translateY(0);
    }

.back-icon[b-diokknj2ff] {
    font-size: 18px;
    font-weight: bold;
}

/* Privacy Cards */
.privacy-cards[b-diokknj2ff] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-card[b-diokknj2ff] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .privacy-card:hover[b-diokknj2ff] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .privacy-card.highlight[b-diokknj2ff] {
        background: linear-gradient(180deg, rgba(27,110,194,0.05), rgba(27,110,194,0.02));
        border: 2px solid rgba(27,110,194,0.3);
    }

.card-icon[b-diokknj2ff] {
    font-size: 40px;
    text-align: center;
    margin-bottom: 16px;
}

.privacy-card h2[b-diokknj2ff] {
    font-size: 22px;
    font-weight: 700;
    color: #1b6ec2;
    margin: 0 0 16px 0;
    text-align: center;
}

.card-content[b-diokknj2ff] {
    color: #212529;
    line-height: 1.7;
}

    .card-content p[b-diokknj2ff] {
        margin: 0 0 12px 0;
    }

        .card-content p:last-child[b-diokknj2ff] {
            margin-bottom: 0;
        }

    .card-content strong[b-diokknj2ff] {
        color: #1b6ec2;
        font-weight: 600;
    }

/* Lists */
.data-list[b-diokknj2ff] {
    margin: 12px 0;
    padding-left: 24px;
}

    .data-list li[b-diokknj2ff] {
        margin: 8px 0;
        color: #495057;
    }

        .data-list li strong[b-diokknj2ff] {
            color: #1b6ec2;
        }

/* Contact Info */
.contact-info[b-diokknj2ff] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0;
}

.info-label[b-diokknj2ff] {
    font-weight: 600;
    color: #495057;
    margin-right: 8px;
}

.contact-info a[b-diokknj2ff],
.card-content a[b-diokknj2ff] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

    .contact-info a:hover[b-diokknj2ff],
    .card-content a:hover[b-diokknj2ff] {
        color: #145a8d;
        text-decoration: underline;
    }

/* Special Boxes */
.contact-box[b-diokknj2ff],
.authority-box[b-diokknj2ff] {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
}

.authority-box[b-diokknj2ff] {
    background: rgba(248,249,250,0.8);
}

    .authority-box p[b-diokknj2ff] {
        margin: 4px 0;
    }

/* Info Text */
.info-text[b-diokknj2ff] {
    font-size: 14px;
    color: #6c757d;
    margin: 16px 0 8px 0;
}

.update-info[b-diokknj2ff] {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 16px;
}

/* Footer Section */
.footer-section[b-diokknj2ff] {
    margin-top: 30px;
    text-align: center;
}

.btn-back-footer[b-diokknj2ff] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #1b6ec2 0%, #145a8d 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(27,110,194,0.3);
}

    .btn-back-footer:hover[b-diokknj2ff] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(27,110,194,0.4);
    }

    .btn-back-footer:active[b-diokknj2ff] {
        transform: translateY(0);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-container[b-diokknj2ff] {
        padding: 16px 16px 100px 16px;
    }

    .page-header h1[b-diokknj2ff] {
        font-size: 28px;
    }

    .privacy-card[b-diokknj2ff] {
        padding: 20px;
    }

        .privacy-card h2[b-diokknj2ff] {
            font-size: 20px;
        }

    .card-icon[b-diokknj2ff] {
        font-size: 36px;
    }

    .btn-back[b-diokknj2ff],
    .btn-back-footer[b-diokknj2ff] {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-diokknj2ff] {
        font-size: 24px;
    }

    .subtitle[b-diokknj2ff] {
        font-size: 14px;
    }

    .privacy-card[b-diokknj2ff] {
        padding: 16px;
    }

        .privacy-card h2[b-diokknj2ff] {
            font-size: 18px;
        }

    .card-icon[b-diokknj2ff] {
        font-size: 32px;
    }

    .data-list[b-diokknj2ff] {
        padding-left: 20px;
        font-size: 14px;
    }

    .btn-back[b-diokknj2ff] {
        font-size: 13px;
        padding: 8px 16px;
    }

    .btn-back-footer[b-diokknj2ff] {
        font-size: 14px;
        padding: 12px 20px;
    }
}
/* /Pages/fk/ProfilePage.razor.rz.scp.css */
/* Generated by GitHub Copilot Agent - Profile Page Styles */

.profile-container[b-cmuow14fmc] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

.profile-container[b-cmuow14fmc]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Page Header */
.page-header[b-cmuow14fmc] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-cmuow14fmc 0.6s ease;
}

.page-header h1[b-cmuow14fmc] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.375rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-header p[b-cmuow14fmc] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

@keyframes fadeInDown-b-cmuow14fmc {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glass Effect Cards */
.glass-effect[b-cmuow14fmc] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-cmuow14fmc 0.6s ease;
}

@keyframes fadeInUp-b-cmuow14fmc {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Profile Picture Card */
.profile-picture-card[b-cmuow14fmc] {
    text-align: center;
}

.profile-pic-wrapper[b-cmuow14fmc] {
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(74, 144, 226, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-pic[b-cmuow14fmc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-pic-placeholder[b-cmuow14fmc] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-pic-placeholder .icon[b-cmuow14fmc] {
    font-size: 3rem;
}

.btn-change-pic[b-cmuow14fmc] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.btn-change-pic:hover[b-cmuow14fmc] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
}

.btn-change-pic:active[b-cmuow14fmc] {
    transform: translateY(0);
}

/* Info Card */
.info-card h2[b-cmuow14fmc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem 0;
}

.info-item[b-cmuow14fmc] {
    margin-bottom: 1rem;
}

.info-item label[b-cmuow14fmc] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.375rem;
}

.info-item .value[b-cmuow14fmc] {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
}

/* Nickname Edit */
.nickname-edit[b-cmuow14fmc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nickname-input[b-cmuow14fmc] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.nickname-input:focus[b-cmuow14fmc] {
    outline: none;
    border-color: #4A90E2;
}

.nickname-actions[b-cmuow14fmc] {
    display: flex;
    gap: 0.5rem;
}

.btn-save[b-cmuow14fmc], .btn-cancel[b-cmuow14fmc], .btn-edit[b-cmuow14fmc] {
    flex: 1;
    padding: 0.625rem;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-save[b-cmuow14fmc] {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
}

.btn-cancel[b-cmuow14fmc] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.btn-edit[b-cmuow14fmc] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
}

.btn-save:hover[b-cmuow14fmc], .btn-cancel:hover[b-cmuow14fmc], .btn-edit:hover[b-cmuow14fmc] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Stats Card */
.stats-card h2[b-cmuow14fmc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem 0;
}

.stats-grid[b-cmuow14fmc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat-item[b-cmuow14fmc] {
    text-align: center;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(91, 127, 219, 0.1) 100%);
    border-radius: 12px;
}

.stat-value[b-cmuow14fmc] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #4A90E2;
    margin-bottom: 0.25rem;
}

.stat-label[b-cmuow14fmc] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #7f8c8d;
    text-transform: uppercase;
}

/* Badges Card */
.badges-card h2[b-cmuow14fmc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem 0;
}

.badges-header[b-cmuow14fmc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-view-all[b-cmuow14fmc] {
    background: none;
    border: none;
    color: #4A90E2;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.btn-view-all:hover[b-cmuow14fmc] {
    color: #357ABD;
}

.badges-grid[b-cmuow14fmc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.badge-item[b-cmuow14fmc] {
    text-align: center;
    padding: 0.75rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 193, 7, 0.1) 100%);
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.badge-item:hover[b-cmuow14fmc] {
    transform: scale(1.05);
}

.badge-icon[b-cmuow14fmc] {
    font-size: 2rem;
    margin-bottom: 0.375rem;
}

.badge-name[b-cmuow14fmc] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2c3e50;
}

.more-badges[b-cmuow14fmc] {
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #7f8c8d;
    font-weight: 500;
}

.no-badges[b-cmuow14fmc] {
    text-align: center;
    color: #7f8c8d;
    font-size: 0.875rem;
    padding: 1.5rem;
}

/* Loading & Error States */
.loading-container[b-cmuow14fmc], .error-card[b-cmuow14fmc] {
    text-align: center;
    padding: 2rem;
}

.loading-container p[b-cmuow14fmc] {
    margin-top: 1rem;
    color: white;
    font-weight: 500;
}

.btn-retry[b-cmuow14fmc] {
    margin-top: 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-retry:hover[b-cmuow14fmc] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
}
/* /Pages/fk/ReportExternalMassPage.razor.rz.scp.css */
/* Container mit Gradient-Background wie die anderen Seiten - Updated by GitHub Copilot */
.external-mass-container[b-id3onvd06r] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 140px;
}

    .external-mass-container[b-id3onvd06r]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header mit Back-Button - Updated by GitHub Copilot */
.page-header[b-id3onvd06r] {
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    animation: fadeInDown-b-id3onvd06r 0.5s ease;
}

.btn-back-arrow[b-id3onvd06r] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    touch-action: manipulation;
}

    .btn-back-arrow:hover[b-id3onvd06r] {
        background: rgba(255, 255, 255, 0.32);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .btn-back-arrow:active[b-id3onvd06r] {
        transform: scale(0.96);
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.header-content[b-id3onvd06r] {
    flex: 1;
}

    .header-content h1[b-id3onvd06r] {
        font-size: 1.375rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.25rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        line-height: 1.3;
    }

    .header-content p[b-id3onvd06r] {
        font-size: 0.813rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-id3onvd06r {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-id3onvd06r] {
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-id3onvd06r 0.5s ease;
}

@keyframes fadeInUp-b-id3onvd06r {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Card - Updated by GitHub Copilot */
.form-card[b-id3onvd06r] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-id3onvd06r 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Form Section - Updated by GitHub Copilot */
.form-section[b-id3onvd06r] {
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(74, 144, 226, 0.12);
}

    .form-section:last-child[b-id3onvd06r] {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .form-section h3[b-id3onvd06r] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        letter-spacing: -0.01em;
    }

.section-info[b-id3onvd06r] {
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

/* Form Groups - Updated by GitHub Copilot */
.form-group[b-id3onvd06r] {
    margin-bottom: 1.25rem;
}

    .form-group:last-child[b-id3onvd06r] {
        margin-bottom: 0;
    }

    .form-group label[b-id3onvd06r] {
        display: block;
        font-size: 0.938rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 0.625rem;
        letter-spacing: -0.01em;
    }

    /* Input-Felder - Mobile-optimiert mit Blazor-Support - Updated by GitHub Copilot */
    .form-input[b-id3onvd06r],
    .form-textarea[b-id3onvd06r],
    input.form-input[b-id3onvd06r],
    textarea.form-textarea[b-id3onvd06r],
    select.form-input[b-id3onvd06r],
    .form-group input[b-id3onvd06r],
    .form-group textarea[b-id3onvd06r],
    .form-group select[b-id3onvd06r] {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 1rem 0.875rem;
        border: 2px solid rgba(74, 144, 226, 0.2);
        border-radius: 12px;
        font-size: 16px; /* Verhindert Auto-Zoom auf iOS */
        line-height: 1.5;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        font-family: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: white;
        color: #1a1a1a;
        min-height: 48px; /* Touch-optimiert für iOS */
        touch-action: manipulation;
        box-shadow: 0 2px 4px rgba(74, 144, 226, 0.08);
    }

/* Blazor InputDate, InputText, InputTextArea, InputSelect */
[b-id3onvd06r] .form-input,
[b-id3onvd06r] .form-textarea {
    width: 100% !important;
    max-width: 100% !important;
}

/* Placeholder-Styling */
.form-input[b-id3onvd06r]::placeholder,
.form-textarea[b-id3onvd06r]::placeholder,
input.form-input[b-id3onvd06r]::placeholder,
textarea.form-textarea[b-id3onvd06r]::placeholder {
    color: #999;
    opacity: 1;
}

.form-input[b-id3onvd06r]::-webkit-input-placeholder,
.form-textarea[b-id3onvd06r]::-webkit-input-placeholder {
    color: #999;
}

.form-input[b-id3onvd06r]::-moz-placeholder,
.form-textarea[b-id3onvd06r]::-moz-placeholder {
    color: #999;
}

/* Focus-State - Updated by GitHub Copilot */
.form-input:focus[b-id3onvd06r],
.form-textarea:focus[b-id3onvd06r],
input.form-input:focus[b-id3onvd06r],
textarea.form-textarea:focus[b-id3onvd06r],
select.form-input:focus[b-id3onvd06r] {
    outline: none;
    border-color: #4A90E2;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.12),
                0 4px 12px rgba(74, 144, 226, 0.15);
    background: #fafbff;
    transform: translateY(-1px);
}

/* Disabled-State */
.form-input:disabled[b-id3onvd06r],
.form-textarea:disabled[b-id3onvd06r],
input.form-input:disabled[b-id3onvd06r],
textarea.form-textarea:disabled[b-id3onvd06r],
select.form-input:disabled[b-id3onvd06r] {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Invalid-State */
.form-input.invalid[b-id3onvd06r],
.form-textarea.invalid[b-id3onvd06r],
input.invalid[b-id3onvd06r],
textarea.invalid[b-id3onvd06r],
select.invalid[b-id3onvd06r] {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.03);
}

    .form-input.invalid:focus[b-id3onvd06r],
    .form-textarea.invalid:focus[b-id3onvd06r],
    input.invalid:focus[b-id3onvd06r],
    textarea.invalid:focus[b-id3onvd06r],
    select.invalid:focus[b-id3onvd06r] {
        border-color: #dc3545;
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
    }

/* Valid-State */
.form-input.valid[b-id3onvd06r],
.form-textarea.valid[b-id3onvd06r],
input.valid[b-id3onvd06r],
textarea.valid[b-id3onvd06r],
select.valid[b-id3onvd06r] {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.03);
}

    .form-input.valid:focus[b-id3onvd06r],
    .form-textarea.valid:focus[b-id3onvd06r],
    input.valid:focus[b-id3onvd06r],
    textarea.valid:focus[b-id3onvd06r],
    select.valid:focus[b-id3onvd06r] {
        border-color: #28a745;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
    }

/* Textarea-spezifisch */
.form-textarea[b-id3onvd06r],
textarea.form-textarea[b-id3onvd06r] {
    resize: vertical;
    min-height: 100px;
    max-height: 300px;
    line-height: 1.6;
}

/* Select-Felder */
.form-input[type="select"][b-id3onvd06r],
select.form-input[b-id3onvd06r] {
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234A90E2' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    cursor: pointer;
}

/* Date/DateTime Input */
.form-input[type="date"][b-id3onvd06r],
.form-input[type="datetime-local"][b-id3onvd06r],
.form-input[type="time"][b-id3onvd06r],
input[type="date"].form-input[b-id3onvd06r],
input[type="datetime-local"].form-input[b-id3onvd06r],
input[type="time"].form-input[b-id3onvd06r] {
    padding-right: 0.5rem;
    cursor: pointer;
}

    /* Remove default calendar icon on iOS */
    .form-input[type="date"][b-id3onvd06r]::-webkit-calendar-picker-indicator,
    .form-input[type="datetime-local"][b-id3onvd06r]::-webkit-calendar-picker-indicator,
    .form-input[type="time"][b-id3onvd06r]::-webkit-calendar-picker-indicator,
    input[type="date"].form-input[b-id3onvd06r]::-webkit-calendar-picker-indicator,
    input[type="datetime-local"].form-input[b-id3onvd06r]::-webkit-calendar-picker-indicator,
    input[type="time"].form-input[b-id3onvd06r]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

/* Form Row für zweispaltige Layouts - Updated by GitHub Copilot */
.form-row[b-id3onvd06r] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.875rem;
}

    .form-row .form-group[b-id3onvd06r] {
        margin-bottom: 0;
    }

/* Validation Messages - Updated by GitHub Copilot */
.validation-message[b-id3onvd06r] {
    color: #dc3545;
    font-size: 0.813rem;
    margin-top: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    animation: slideIn-b-id3onvd06r 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .validation-message[b-id3onvd06r]::before {
        content: "⚠";
        font-size: 1rem;
    }

@keyframes slideIn-b-id3onvd06r {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* File Upload Area - Updated by GitHub Copilot */
.file-upload-area[b-id3onvd06r] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.06) 0%, rgba(91, 127, 219, 0.06) 100%);
    border: 2px dashed rgba(74, 144, 226, 0.35);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .file-upload-area[b-id3onvd06r]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.04) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .file-upload-area:hover[b-id3onvd06r] {
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(91, 127, 219, 0.1) 100%);
        border-color: rgba(74, 144, 226, 0.5);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.12);
    }

    .file-upload-area:hover[b-id3onvd06r]::before {
        opacity: 1;
    }

    .file-upload-area:active[b-id3onvd06r] {
        transform: scale(0.99);
    }

.file-input[b-id3onvd06r] {
    display: none;
}

.file-upload-label[b-id3onvd06r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    cursor: pointer;
    color: #4A90E2;
    font-weight: 600;
    font-size: 1rem;
}

.upload-icon[b-id3onvd06r] {
    font-size: 3rem;
    animation: float-b-id3onvd06r 3s ease-in-out infinite;
}

@keyframes float-b-id3onvd06r {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.file-uploaded[b-id3onvd06r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.125rem;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.12) 0%, rgba(34, 139, 34, 0.12) 100%);
    border-radius: 12px;
    border: 1px solid rgba(40, 167, 69, 0.3);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.1);
}

.file-icon[b-id3onvd06r] {
    font-size: 1.5rem;
}

.file-name[b-id3onvd06r] {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 600;
    color: #28a745;
    word-break: break-word;
}

.btn-remove-file[b-id3onvd06r] {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
    border: none;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.375rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

    .btn-remove-file:hover[b-id3onvd06r] {
        background: rgba(220, 53, 69, 0.2);
        transform: scale(1.05);
    }

    .btn-remove-file:active[b-id3onvd06r] {
        transform: scale(0.95);
        background: rgba(220, 53, 69, 0.25);
    }

/* Upload Progress - Updated by GitHub Copilot */
.upload-progress[b-id3onvd06r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(74, 144, 226, 0.08);
    border-radius: 12px;
    color: #4A90E2;
    font-size: 0.938rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.spinner-small[b-id3onvd06r] {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(74, 144, 226, 0.3);
    border-top-color: #4A90E2;
    border-radius: 50%;
    animation: spin-b-id3onvd06r 0.6s linear infinite;
}

@keyframes spin-b-id3onvd06r {
    to {
        transform: rotate(360deg);
    }
}

/* Form Actions - Updated by GitHub Copilot */
.form-actions[b-id3onvd06r] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-submit[b-id3onvd06r],
.btn-cancel[b-id3onvd06r] {
    flex: 1;
    padding: 1.125rem 1rem;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 52px;
    touch-action: manipulation;
}

.btn-submit[b-id3onvd06r] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.35);
    position: relative;
    overflow: hidden;
}

    .btn-submit[b-id3onvd06r]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .btn-submit:hover[b-id3onvd06r]::before {
        opacity: 1;
    }

    .btn-submit:not(:disabled):hover[b-id3onvd06r] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(74, 144, 226, 0.4);
    }

    .btn-submit:not(:disabled):active[b-id3onvd06r] {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    }

    .btn-submit:disabled[b-id3onvd06r] {
        opacity: 0.6;
        cursor: not-allowed;
        background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
        box-shadow: none;
    }

.btn-cancel[b-id3onvd06r] {
    background: rgba(108, 117, 125, 0.08);
    color: #6c757d;
    border: 2px solid rgba(108, 117, 125, 0.3);
}

    .btn-cancel:hover[b-id3onvd06r] {
        background: rgba(108, 117, 125, 0.15);
        border-color: #6c757d;
        transform: translateY(-1px);
    }

    .btn-cancel:active[b-id3onvd06r] {
        transform: translateY(0);
        background: rgba(108, 117, 125, 0.2);
    }

/* Success & Error Cards - Updated by GitHub Copilot */
.success-card[b-id3onvd06r],
.error-card[b-id3onvd06r] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInScale-b-id3onvd06r 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInScale-b-id3onvd06r {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.success-icon[b-id3onvd06r],
.error-icon[b-id3onvd06r] {
    font-size: 4.5rem;
    display: block;
    margin-bottom: 1.25rem;
    animation: iconPop-b-id3onvd06r 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes iconPop-b-id3onvd06r {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon[b-id3onvd06r] {
    color: #28a745;
}

.error-icon[b-id3onvd06r] {
    color: #dc3545;
}

.success-card h2[b-id3onvd06r],
.error-card h2[b-id3onvd06r] {
    font-size: 1.625rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.success-card p[b-id3onvd06r],
.error-card p[b-id3onvd06r] {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.btn-primary[b-id3onvd06r],
.btn-secondary[b-id3onvd06r] {
    width: 100%;
    padding: 1.125rem 1rem;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0.875rem;
    min-height: 52px;
    touch-action: manipulation;
}

.btn-primary[b-id3onvd06r] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.35);
}

    .btn-primary:hover[b-id3onvd06r] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(74, 144, 226, 0.4);
    }

    .btn-primary:active[b-id3onvd06r] {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    }

.btn-secondary[b-id3onvd06r] {
    background: white;
    color: #6c757d;
    border: 2px solid #dee2e6;
}

    .btn-secondary:hover[b-id3onvd06r] {
        background: #f8f9fa;
        border-color: #adb5bd;
        transform: translateY(-1px);
    }

    .btn-secondary:active[b-id3onvd06r] {
        transform: translateY(0);
        background: #e9ecef;
    }

/* Responsive Design - Updated by GitHub Copilot */
@media (max-width: 640px) {
    .external-mass-container[b-id3onvd06r] {
        padding: 1rem 0.875rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 130px);
    }

    .page-header[b-id3onvd06r] {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .header-content h1[b-id3onvd06r] {
        font-size: 1.375rem;
    }

    .header-content p[b-id3onvd06r] {
        font-size: 0.875rem;
    }

    .form-card[b-id3onvd06r] {
        padding: 1.25rem;
        border-radius: 18px;
    }

    .form-section[b-id3onvd06r] {
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
    }

    .form-section h3[b-id3onvd06r] {
        font-size: 1rem;
    }

    .form-row[b-id3onvd06r] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-actions[b-id3onvd06r] {
        flex-direction: column;
        gap: 0.875rem;
    }

    .btn-submit[b-id3onvd06r],
    .btn-cancel[b-id3onvd06r],
    .btn-primary[b-id3onvd06r],
    .btn-secondary[b-id3onvd06r] {
        width: 100%;
    }

    .success-card[b-id3onvd06r],
    .error-card[b-id3onvd06r] {
        padding: 2rem 1.5rem;
    }

    .success-icon[b-id3onvd06r],
    .error-icon[b-id3onvd06r] {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .external-mass-container[b-id3onvd06r] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-id3onvd06r] {
        max-width: 640px;
        margin: 0 auto;
    }

    .page-header[b-id3onvd06r] {
        margin-bottom: 2rem;
    }

    .page-header h1[b-id3onvd06r] {
        font-size: 2rem;
    }

    .form-card[b-id3onvd06r] {
        padding: 2rem;
    }

    .form-section[b-id3onvd06r] {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
}

/* iOS-spezifische Anpassungen */
@supports (-webkit-touch-callout: none) {
    .form-input[type="date"][b-id3onvd06r],
    .form-input[type="datetime-local"][b-id3onvd06r],
    .form-input[type="time"][b-id3onvd06r],
    input[type="date"].form-input[b-id3onvd06r],
    input[type="datetime-local"].form-input[b-id3onvd06r],
    input[type="time"].form-input[b-id3onvd06r] {
        -webkit-appearance: none;
        appearance: none;
        background-color: white;
        min-height: 44px;
        padding-right: 0.75rem;
    }
        /* Fix für iOS Safari Date-Picker */
        .form-input[type="date"][b-id3onvd06r]::-webkit-date-and-time-value,
        .form-input[type="datetime-local"][b-id3onvd06r]::-webkit-date-and-time-value,
        input[type="date"].form-input[b-id3onvd06r]::-webkit-date-and-time-value,
        input[type="datetime-local"].form-input[b-id3onvd06r]::-webkit-date-and-time-value {
            text-align: left;
        }
}

/* Dark Mode Support (optional) */
@media (prefers-color-scheme: dark) {
    .form-input[b-id3onvd06r],
    .form-textarea[b-id3onvd06r],
    input.form-input[b-id3onvd06r],
    textarea.form-textarea[b-id3onvd06r],
    select.form-input[b-id3onvd06r] {
        background: #fff;
        color: #1a1a1a;
    }
}

/* Autofill-Styling */
.form-input:-webkit-autofill[b-id3onvd06r],
.form-input:-webkit-autofill:hover[b-id3onvd06r],
.form-input:-webkit-autofill:focus[b-id3onvd06r],
input.form-input:-webkit-autofill[b-id3onvd06r],
input.form-input:-webkit-autofill:hover[b-id3onvd06r],
input.form-input:-webkit-autofill:focus[b-id3onvd06r] {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #1a1a1a;
    border-color: #4A90E2;
}
/* /Pages/fk/ReportInternalMassPage.razor.rz.scp.css */
/* Generated by GitHub Copilot */
.internal-mass-container[b-vv410iawk4] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .internal-mass-container[b-vv410iawk4]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-vv410iawk4] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInDown-b-vv410iawk4 0.6s ease;
}

.btn-back[b-vv410iawk4] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .btn-back:active[b-vv410iawk4] {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.35);
    }

.header-content[b-vv410iawk4] {
    flex: 1;
}

    .header-content h1[b-vv410iawk4] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.25rem 0;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .header-content p[b-vv410iawk4] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.95);
        margin: 0;
        font-weight: 500;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

@keyframes fadeInDown-b-vv410iawk4 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Wrapper */
.content-wrapper[b-vv410iawk4] {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

/* Card Base */
.scanner-card[b-vv410iawk4],
.success-card[b-vv410iawk4],
.error-card[b-vv410iawk4] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-vv410iawk4 0.5s ease;
}

@keyframes fadeInUp-b-vv410iawk4 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scanner Info */
.scanner-info[b-vv410iawk4] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.scanner-icon[b-vv410iawk4] {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1rem;
}

.scanner-info h3[b-vv410iawk4] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.scanner-info p[b-vv410iawk4] {
    margin: 0;
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Scanner Area */
.scanner-area[b-vv410iawk4] {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1.5rem auto;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#qr-video[b-vv410iawk4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scanner-overlay[b-vv410iawk4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scanner-frame[b-vv410iawk4] {
    width: 60%;
    height: 60%;
    border: 3px solid #4A90E2;
    border-radius: 12px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    animation: pulse-b-vv410iawk4 2s ease-in-out infinite;
}

@keyframes pulse-b-vv410iawk4 {
    0%, 100% {
        border-color: #4A90E2;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    }
    50% {
        border-color: #5B7FDB;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
    }
}

/* Loading Indicator */
.loading-indicator[b-vv410iawk4] {
    text-align: center;
    padding: 1.5rem;
}

.spinner[b-vv410iawk4] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(74, 144, 226, 0.2);
    border-top-color: #4A90E2;
    border-radius: 50%;
    animation: spin-b-vv410iawk4 0.8s linear infinite;
    margin: 0 auto 1rem auto;
}

@keyframes spin-b-vv410iawk4 {
    to {
        transform: rotate(360deg);
    }
}

/* Buttons */
.btn-start-camera[b-vv410iawk4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.75rem;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    position: relative;
    overflow: hidden;
}

    .btn-start-camera[b-vv410iawk4]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .btn-start-camera:active[b-vv410iawk4] {
        transform: scale(0.98);
        box-shadow: 0 4px 16px rgba(74, 144, 226, 0.5);
    }

.btn-cancel[b-vv410iawk4] {
    width: 100%;
    padding: 0.875rem;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 2px solid #dc3545;
    border-radius: 12px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-cancel:hover[b-vv410iawk4] {
        background: rgba(220, 53, 69, 0.15);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    }

    .btn-cancel:active[b-vv410iawk4] {
        transform: scale(0.98);
    }

/* Success Card */
/* Generated by GitHub Copilot: Removed manual input styles (.manual-input, .manual-label, .code-input, .btn-submit-code) as manual QR code entry is no longer supported */
.success-card[b-vv410iawk4] {
    text-align: center;
}

.success-icon[b-vv410iawk4] {
    display: inline-flex;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    font-size: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
}

.success-card h2[b-vv410iawk4] {
    margin: 0 0 0.75rem 0;
    color: #28a745;
    font-size: 1.5rem;
    font-weight: 700;
}

.success-card p[b-vv410iawk4] {
    margin: 0 0 1.5rem 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
}

.points-badge[b-vv410iawk4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(74, 144, 226, 0.2);
}

.points-value[b-vv410iawk4] {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.points-label[b-vv410iawk4] {
    font-size: 0.875rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-primary[b-vv410iawk4] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.75rem;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

    .btn-primary:active[b-vv410iawk4] {
        transform: scale(0.98);
        box-shadow: 0 4px 16px rgba(74, 144, 226, 0.5);
    }

.btn-secondary[b-vv410iawk4] {
    width: 100%;
    padding: 0.875rem;
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 2px solid #6c757d;
    border-radius: 12px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-secondary:hover[b-vv410iawk4] {
        background: rgba(108, 117, 125, 0.15);
        transform: translateY(-2px);
    }

    .btn-secondary:active[b-vv410iawk4] {
        transform: scale(0.98);
    }

/* Error Card */
.error-card[b-vv410iawk4] {
    text-align: center;
}

.error-icon[b-vv410iawk4] {
    display: inline-flex;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    font-size: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(220, 53, 69, 0.3);
}

.error-card h2[b-vv410iawk4] {
    margin: 0 0 0.75rem 0;
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 700;
}

.error-card p[b-vv410iawk4] {
    margin: 0 0 1.5rem 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 640px) {
    .internal-mass-container[b-vv410iawk4] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-vv410iawk4] {
        margin-top: 2rem;
    }

        .page-header h1[b-vv410iawk4] {
            font-size: 1.375rem;
        }

    .scanner-card[b-vv410iawk4],
    .success-card[b-vv410iawk4],
    .error-card[b-vv410iawk4] {
        padding: 1.25rem;
    }

    .scanner-icon[b-vv410iawk4] {
        font-size: 3rem;
    }

    .scanner-info h3[b-vv410iawk4] {
        font-size: 1.125rem;
    }

    .success-icon[b-vv410iawk4],
    .error-icon[b-vv410iawk4] {
        width: 64px;
        height: 64px;
        font-size: 2.5rem;
    }

    .points-value[b-vv410iawk4] {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .internal-mass-container[b-vv410iawk4] {
        padding: 2rem 1.5rem;
    }

    .content-wrapper[b-vv410iawk4] {
        max-width: 650px;
    }
}
/* /Pages/fk/ReportMassPage.razor.rz.scp.css */
.report-mass-container[b-ptp16wh5ae] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .report-mass-container[b-ptp16wh5ae]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-ptp16wh5ae] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-ptp16wh5ae 0.6s ease;
}

    .page-header h1[b-ptp16wh5ae] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-ptp16wh5ae] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-ptp16wh5ae {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dialog Content */
.dialog-content[b-ptp16wh5ae] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dialog-card[b-ptp16wh5ae] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-ptp16wh5ae 0.5s ease;
}

@keyframes fadeInUp-b-ptp16wh5ae {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dialog-header[b-ptp16wh5ae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.dialog-icon[b-ptp16wh5ae] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.dialog-header h2[b-ptp16wh5ae] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

/* Dialog Options */
.dialog-options[b-ptp16wh5ae] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.option-btn[b-ptp16wh5ae] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.125rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.05) 0%, rgba(91, 127, 219, 0.05) 100%);
    border: 2px solid rgba(74, 144, 226, 0.2);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    width: 100%;
    position: relative;
}

    .option-btn:hover[b-ptp16wh5ae] {
        border-color: #4A90E2;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 144, 226, 0.25);
        background: linear-gradient(135deg, rgba(74, 144, 226, 0.08) 0%, rgba(91, 127, 219, 0.08) 100%);
    }

    .option-btn:active[b-ptp16wh5ae] {
        transform: translateY(0) scale(0.98);
    }

.option-icon[b-ptp16wh5ae] {
    font-size: 2.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
}

.option-content[b-ptp16wh5ae] {
    flex: 1;
}

    .option-content h3[b-ptp16wh5ae] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 0.375rem 0;
    }

    .option-content p[b-ptp16wh5ae] {
        font-size: 0.813rem;
        color: #666;
        margin: 0;
        line-height: 1.5;
    }

.arrow[b-ptp16wh5ae] {
    font-size: 1.5rem;
    color: #4A90E2;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.option-btn:hover .arrow[b-ptp16wh5ae] {
    transform: translateX(4px);
}

/* Cancel Button */
.btn-cancel[b-ptp16wh5ae] {
    width: 100%;
    padding: 0.875rem;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 2px solid #dc3545;
    border-radius: 12px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-cancel:hover[b-ptp16wh5ae] {
        background: rgba(220, 53, 69, 0.15);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    }

    .btn-cancel:active[b-ptp16wh5ae] {
        transform: scale(0.98);
    }

/* Responsive Design */
@media (max-width: 640px) {
    .report-mass-container[b-ptp16wh5ae] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
    }

    .page-header[b-ptp16wh5ae] {
        margin-top: 2rem;
    }

        .page-header h1[b-ptp16wh5ae] {
            font-size: 1.375rem;
        }

    .dialog-card[b-ptp16wh5ae] {
        padding: 1.25rem;
    }

    .dialog-icon[b-ptp16wh5ae] {
        font-size: 3rem;
    }

    .option-btn[b-ptp16wh5ae] {
        padding: 1rem;
        gap: 0.875rem;
    }

    .option-icon[b-ptp16wh5ae] {
        font-size: 2rem;
        width: 48px;
        height: 48px;
    }

    .option-content h3[b-ptp16wh5ae] {
        font-size: 1rem;
    }

    .option-content p[b-ptp16wh5ae] {
        font-size: 0.75rem;
    }

    .arrow[b-ptp16wh5ae] {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .report-mass-container[b-ptp16wh5ae] {
        padding: 2rem 1.5rem;
    }

    .dialog-content[b-ptp16wh5ae] {
        max-width: 650px;
    }

    .dialog-card[b-ptp16wh5ae] {
        padding: 2rem;
    }

    .option-btn[b-ptp16wh5ae] {
        padding: 1.25rem;
    }
}
/* /Pages/highuser/HighUserDashboardPage.razor.rz.scp.css */
.dashboard-container[b-vipumofmcs] {
    max-width: 600px;
    margin: calc(env(safe-area-inset-top) + 2rem) auto;
    padding: 2rem 1rem;
    padding-top: calc(env(safe-area-inset-top) + 2rem);
    background: linear-gradient(135deg, #6B5FCF 0%, #8B5FCF 50%, #AB5FCF 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

    .dashboard-container[b-vipumofmcs]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-vipumofmcs] {
    margin-top: 5rem;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInDown-b-vipumofmcs 0.6s ease;
    flex-shrink: 0;
}

    .page-header h1[b-vipumofmcs] {
        font-size: 1.75rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.375rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-header p[b-vipumofmcs] {
        font-size: 0.938rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

@keyframes fadeInDown-b-vipumofmcs {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Events Card */
.events-card[b-vipumofmcs] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(107, 95, 207, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeInUp-b-vipumofmcs 0.5s ease 0.2s both;
    flex-shrink: 0;
}

    .events-card[b-vipumofmcs]::before {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -20%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(107, 95, 207, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .events-card h2[b-vipumofmcs] {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
        position: relative;
        display: inline-block;
    }

        .events-card h2[b-vipumofmcs]::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 60%;
            height: 3px;
            background: linear-gradient(90deg, #6B5FCF 0%, #8B5FCF 100%);
            border-radius: 2px;
        }

@keyframes fadeInUp-b-vipumofmcs {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Events List */
.events-list[b-vipumofmcs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Event Item */
.event-item[b-vipumofmcs] {
    background: linear-gradient(135deg, rgba(107, 95, 207, 0.08) 0%, rgba(139, 95, 207, 0.08) 100%);
    border-radius: 16px;
    padding: 1.125rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
}

    .event-item[b-vipumofmcs]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(107, 95, 207, 0.35), rgba(139, 95, 207, 0.35));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .event-item:hover[b-vipumofmcs] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(107, 95, 207, 0.25);
        background: linear-gradient(135deg, rgba(107, 95, 207, 0.12) 0%, rgba(139, 95, 207, 0.12) 100%);
    }

    .event-item:nth-child(1)[b-vipumofmcs] {
        animation: fadeInUp-b-vipumofmcs 0.5s ease 0.3s both;
    }

    .event-item:nth-child(2)[b-vipumofmcs] {
        animation: fadeInUp-b-vipumofmcs 0.5s ease 0.4s both;
    }

    .event-item:nth-child(3)[b-vipumofmcs] {
        animation: fadeInUp-b-vipumofmcs 0.5s ease 0.5s both;
    }

    .event-item:nth-child(4)[b-vipumofmcs] {
        animation: fadeInUp-b-vipumofmcs 0.5s ease 0.6s both;
    }

    .event-item:nth-child(5)[b-vipumofmcs] {
        animation: fadeInUp-b-vipumofmcs 0.5s ease 0.7s both;
    }

.event-header[b-vipumofmcs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 2px solid rgba(107, 95, 207, 0.15);
}

    .event-header h3[b-vipumofmcs] {
        font-size: 1.063rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        flex: 1;
        line-height: 1.4;
    }

.event-date[b-vipumofmcs] {
    font-size: 0.813rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #6B5FCF 0%, #8B5FCF 100%);
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    white-space: nowrap;
    margin-left: 0.75rem;
    box-shadow: 0 4px 12px rgba(107, 95, 207, 0.3);
    letter-spacing: 0.3px;
}

.event-details[b-vipumofmcs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.event-info[b-vipumofmcs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0;
}

.info-label[b-vipumofmcs] {
    font-size: 0.813rem;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.info-value[b-vipumofmcs] {
    font-size: 0.813rem;
    color: #1a1a1a;
    font-weight: 700;
    text-align: right;
    background: linear-gradient(135deg, #6B5FCF 0%, #8B5FCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.no-event[b-vipumofmcs] {
    color: #666;
    text-align: center;
    padding: 2rem;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 640px) {
    .dashboard-container[b-vipumofmcs] {
        padding: 1rem 0.75rem;
        padding-top: calc(env(safe-area-inset-top) + 1rem);
    }

    .page-header[b-vipumofmcs] {
        margin-top: 2rem;
    }

        .page-header h1[b-vipumofmcs] {
            font-size: 1.5rem;
        }

        .page-header p[b-vipumofmcs] {
            font-size: 0.875rem;
        }

    .events-card[b-vipumofmcs] {
        padding: 1.125rem;
        border-radius: 18px;
    }

    .event-item[b-vipumofmcs] {
        padding: 1rem;
    }

    .event-header[b-vipumofmcs] {
        flex-direction: column;
        gap: 0.625rem;
    }

    .event-date[b-vipumofmcs] {
        margin-left: 0;
        align-self: flex-start;
    }
}
/* /Pages/highuser/HighUserMorePage.razor.rz.scp.css */
/* Generated by GitHub Copilot - HighUser More Page Styles */

.more-container[b-fwhfwiiu6p] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 20px 100px 20px;
}

.content-wrapper[b-fwhfwiiu6p] {
    max-width: 800px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-fwhfwiiu6p] {
    text-align: center;
    margin-bottom: 30px;
}

    .page-header h1[b-fwhfwiiu6p] {
        font-size: 32px;
        font-weight: 700;
        color: #1b6ec2;
        margin: 0 0 8px 0;
    }

.subtitle[b-fwhfwiiu6p] {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

/* Info Card */
.info-card[b-fwhfwiiu6p] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.info-icon-wrapper[b-fwhfwiiu6p] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-icon[b-fwhfwiiu6p] {
    font-size: 48px;
}

.info-content h2[b-fwhfwiiu6p] {
    font-size: 22px;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0 0 12px 0;
    text-align: center;
}

.info-content p[b-fwhfwiiu6p] {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

/* Coming Soon Card */
.coming-soon-card[b-fwhfwiiu6p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(102, 126, 234, 0.3);
    color: white;
}

.coming-soon-header[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.coming-soon-icon[b-fwhfwiiu6p] {
    font-size: 32px;
}

.coming-soon-header h3[b-fwhfwiiu6p] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.coming-soon-text[b-fwhfwiiu6p] {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.features-list[b-fwhfwiiu6p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.feature-item[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.feature-icon[b-fwhfwiiu6p] {
    font-size: 24px;
    flex-shrink: 0;
}

.feature-text[b-fwhfwiiu6p] {
    font-size: 14px;
    font-weight: 500;
}

/* Contact Card */
.contact-card[b-fwhfwiiu6p] {
    background: linear-gradient(135deg, #1b6ec2 0%, #264a8f 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(27, 110, 194, 0.3);
    color: white;
}

.contact-header[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-icon[b-fwhfwiiu6p] {
    font-size: 28px;
}

.contact-header h3[b-fwhfwiiu6p] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contact-description[b-fwhfwiiu6p] {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.contact-info[b-fwhfwiiu6p] {
    margin-bottom: 20px;
}

.contact-detail[b-fwhfwiiu6p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-label[b-fwhfwiiu6p] {
    font-size: 14px;
    opacity: 0.9;
}

.email-link[b-fwhfwiiu6p] {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: background 0.2s ease;
}

    .email-link:hover[b-fwhfwiiu6p] {
        background: rgba(255, 255, 255, 0.25);
        text-decoration: none;
        color: white;
    }

.btn-contact[b-fwhfwiiu6p] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: white;
    color: #1b6ec2;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .btn-contact:hover[b-fwhfwiiu6p] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-contact:active[b-fwhfwiiu6p] {
        transform: translateY(0);
    }

/* Bug Card */
.bug-card[b-fwhfwiiu6p] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(255, 87, 34, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bug-header[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.bug-icon[b-fwhfwiiu6p] {
    font-size: 28px;
}

.bug-header h3[b-fwhfwiiu6p] {
    font-size: 20px;
    font-weight: 600;
    color: #ff5722;
    margin: 0;
}

.bug-text[b-fwhfwiiu6p] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-bug-report[b-fwhfwiiu6p] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

    .btn-bug-report:hover[b-fwhfwiiu6p] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(255, 87, 34, 0.4);
    }

    .btn-bug-report:active[b-fwhfwiiu6p] {
        transform: translateY(0);
    }

/* Update Card */
.update-card[b-fwhfwiiu6p] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(74, 144, 226, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.update-header[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.update-icon[b-fwhfwiiu6p] {
    font-size: 28px;
}

.update-header h3[b-fwhfwiiu6p] {
    font-size: 20px;
    font-weight: 600;
    color: #4A90E2;
    margin: 0;
}

.update-text[b-fwhfwiiu6p] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-update[b-fwhfwiiu6p] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

    .btn-update:hover[b-fwhfwiiu6p] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
    }

    .btn-update:active[b-fwhfwiiu6p] {
        transform: translateY(0);
    }

    .btn-update:disabled[b-fwhfwiiu6p] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

    .btn-update .spinner[b-fwhfwiiu6p] {
        display: inline-block;
        animation: rotate-b-fwhfwiiu6p 1s linear infinite;
    }

@keyframes rotate-b-fwhfwiiu6p {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Logout Card */
.logout-card[b-fwhfwiiu6p] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.logout-header[b-fwhfwiiu6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.logout-icon[b-fwhfwiiu6p] {
    font-size: 28px;
}

.logout-header h3[b-fwhfwiiu6p] {
    font-size: 20px;
    font-weight: 600;
    color: #dc3545;
    margin: 0;
}

.logout-text[b-fwhfwiiu6p] {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.btn-logout[b-fwhfwiiu6p] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

    .btn-logout:hover[b-fwhfwiiu6p] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.4);
    }

    .btn-logout:active[b-fwhfwiiu6p] {
        transform: translateY(0);
    }

.btn-icon[b-fwhfwiiu6p] {
    font-size: 20px;
}

/* Version Card */
.version-card[b-fwhfwiiu6p] {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.version-info[b-fwhfwiiu6p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.version-label[b-fwhfwiiu6p] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.version-number[b-fwhfwiiu6p] {
    font-size: 18px;
    color: #1b6ec2;
    font-weight: 700;
}

/* Footer */
.footer-text[b-fwhfwiiu6p] {
    text-align: center;
    padding: 20px 0;
}

    .footer-text p[b-fwhfwiiu6p] {
        font-size: 13px;
        color: #6c757d;
        margin: 4px 0;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .more-container[b-fwhfwiiu6p] {
        padding: 16px 16px 100px 16px;
    }

    .page-header h1[b-fwhfwiiu6p] {
        font-size: 28px;
    }

    .info-card[b-fwhfwiiu6p],
    .coming-soon-card[b-fwhfwiiu6p],
    .contact-card[b-fwhfwiiu6p],
    .bug-card[b-fwhfwiiu6p],
    .update-card[b-fwhfwiiu6p],
    .logout-card[b-fwhfwiiu6p] {
        padding: 20px;
    }

    .features-list[b-fwhfwiiu6p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .page-header h1[b-fwhfwiiu6p] {
        font-size: 24px;
    }

    .info-icon[b-fwhfwiiu6p] {
        font-size: 40px;
    }

    .contact-icon[b-fwhfwiiu6p],
    .bug-icon[b-fwhfwiiu6p],
    .update-icon[b-fwhfwiiu6p],
    .logout-icon[b-fwhfwiiu6p],
    .coming-soon-icon[b-fwhfwiiu6p] {
        font-size: 24px;
    }

    .btn-contact[b-fwhfwiiu6p],
    .btn-bug-report[b-fwhfwiiu6p],
    .btn-update[b-fwhfwiiu6p],
    .btn-logout[b-fwhfwiiu6p] {
        font-size: 15px;
        padding: 12px 20px;
    }

    .version-card[b-fwhfwiiu6p] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/highuser/QrCodeValidationPage.razor.rz.scp.css */
/* Generated by GitHub Copilot */
.qr-validation-container[b-j8s80s6osa] {
    max-width: 100vw;
    margin: 0;
    padding: 1rem 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

    .qr-validation-container[b-j8s80s6osa]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

/* Page Header */
.page-header[b-j8s80s6osa] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInDown-b-j8s80s6osa 0.6s ease;
}

.btn-back[b-j8s80s6osa] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .btn-back:active[b-j8s80s6osa] {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.35);
    }

.header-content[b-j8s80s6osa] {
    flex: 1;
}

    .header-content h1[b-j8s80s6osa] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.25rem 0;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .header-content p[b-j8s80s6osa] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.95);
        margin: 0;
        font-weight: 500;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

/* Content Wrapper */
.content-wrapper[b-j8s80s6osa] {
    position: relative;
    z-index: 1;
}

/* Scanner Card */
.scanner-card[b-j8s80s6osa] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-j8s80s6osa 0.6s ease;
}

.scanner-info[b-j8s80s6osa] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.scanner-icon[b-j8s80s6osa] {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
}

    .scanner-info h3[b-j8s80s6osa] {
        font-size: 1.25rem;
        font-weight: 600;
        color: white;
        margin: 0 0 0.5rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .scanner-info p[b-j8s80s6osa] {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    }

.scanner-area[b-j8s80s6osa] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-width: 400px;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

#qr-video[b-j8s80s6osa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scanner-overlay[b-j8s80s6osa] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.scanner-frame[b-j8s80s6osa] {
    width: 70%;
    height: 70%;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

/* Manual Input Section */
.manual-input-section[b-j8s80s6osa] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.divider[b-j8s80s6osa] {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

    .divider[b-j8s80s6osa]::before,
    .divider[b-j8s80s6osa]::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 40%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
    }

    .divider[b-j8s80s6osa]::before {
        left: 0;
    }

    .divider[b-j8s80s6osa]::after {
        right: 0;
    }

    .divider span[b-j8s80s6osa] {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0 0.5rem;
        background: transparent;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

.manual-input[b-j8s80s6osa] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .manual-input[b-j8s80s6osa]::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .manual-input:focus[b-j8s80s6osa] {
        outline: none;
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.btn-submit[b-j8s80s6osa] {
    width: 100%;
    padding: 0.875rem;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .btn-submit:hover:not(:disabled)[b-j8s80s6osa] {
        background: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-submit:active:not(:disabled)[b-j8s80s6osa] {
        transform: translateY(0);
    }

    .btn-submit:disabled[b-j8s80s6osa] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Buttons */
.btn-start-camera[b-j8s80s6osa] {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

    .btn-start-camera:active[b-j8s80s6osa] {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.25);
    }

    .btn-start-camera span:first-child[b-j8s80s6osa] {
        font-size: 1.5rem;
    }

.btn-cancel[b-j8s80s6osa] {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 0.75rem;
    transition: all 0.2s ease;
}

    .btn-cancel:active[b-j8s80s6osa] {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.15);
    }

/* Loading Indicator */
.loading-indicator[b-j8s80s6osa] {
    text-align: center;
    padding: 1.5rem;
    color: white;
}

.spinner[b-j8s80s6osa] {
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-j8s80s6osa 0.8s linear infinite;
}

    .loading-indicator p[b-j8s80s6osa] {
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.95);
        margin: 0;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

/* Result Card */
.result-card[b-j8s80s6osa] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-j8s80s6osa 0.6s ease;
    text-align: center;
}

    .result-card.valid[b-j8s80s6osa] {
        background: rgba(76, 217, 100, 0.15);
        border-color: rgba(76, 217, 100, 0.4);
    }

    .result-card.invalid[b-j8s80s6osa] {
        background: rgba(255, 59, 48, 0.15);
        border-color: rgba(255, 59, 48, 0.4);
    }

.result-icon[b-j8s80s6osa] {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.result-card.valid .result-icon[b-j8s80s6osa] {
    background: rgba(76, 217, 100, 0.9);
    color: white;
}

.result-card.invalid .result-icon[b-j8s80s6osa] {
    background: rgba(255, 59, 48, 0.9);
    color: white;
}

    .result-card h2[b-j8s80s6osa] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0 0 0.5rem 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

.result-message[b-j8s80s6osa] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 1.5rem 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* Info Section */
.info-section[b-j8s80s6osa] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.info-row[b-j8s80s6osa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

    .info-row:last-child[b-j8s80s6osa] {
        margin-bottom: 0;
    }

.info-label[b-j8s80s6osa] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.info-value[b-j8s80s6osa] {
    font-size: 0.95rem;
    color: white;
    font-weight: 600;
    text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.points-highlight[b-j8s80s6osa] {
    background: rgba(255, 215, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.info-note[b-j8s80s6osa] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

    .info-note small[b-j8s80s6osa] {
        display: block;
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.4;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

/* Warning Badges */
.warning-badge[b-j8s80s6osa] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 149, 0, 0.2);
    border: 1px solid rgba(255, 149, 0, 0.3);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.expiry-info[b-j8s80s6osa] {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Action Buttons */
.btn-primary[b-j8s80s6osa] {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 14px;
    background: white;
    color: #667eea;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

    .btn-primary:active[b-j8s80s6osa] {
        transform: scale(0.98);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.btn-secondary[b-j8s80s6osa] {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-secondary:active[b-j8s80s6osa] {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.2);
    }

/* Animations */
@keyframes fadeInDown-b-j8s80s6osa {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-j8s80s6osa {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-j8s80s6osa {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 400px) {
    .qr-validation-container[b-j8s80s6osa] {
        padding: 0.75rem 0.5rem;
    }

    .page-header h1[b-j8s80s6osa] {
        font-size: 1.25rem;
    }

    .scanner-card[b-j8s80s6osa] {
        padding: 1.25rem;
    }

    .result-card[b-j8s80s6osa] {
        padding: 1.5rem 1rem;
    }
}
/* /Pages/LoginPage.razor.rz.scp.css */
/* Hintergrund für die gesamte Seite sicherstellen */
:host[b-35t3aeja8w] {
    display: block;
    min-height: 100vh;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
}

.body[b-35t3aeja8w] {
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
}

.login-container[b-35t3aeja8w] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    padding: 20px;
}

.login-card[b-35t3aeja8w] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    animation: slideUp-b-35t3aeja8w 0.4s ease-out;
}

@keyframes slideUp-b-35t3aeja8w {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-35t3aeja8w] {
    text-align: center;
    margin-bottom: 32px;
}

.login-header h1[b-35t3aeja8w] {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.login-header p[b-35t3aeja8w] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.login-form[b-35t3aeja8w] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-group[b-35t3aeja8w] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-group label[b-35t3aeja8w] {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.fluent-input[b-35t3aeja8w] {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #fff;
    outline: none;
}

.fluent-input:hover[b-35t3aeja8w] {
    border-color: #b0b0b0;
}

.fluent-input:focus[b-35t3aeja8w] {
    border-color: #4A90E2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
}

.fluent-input[b-35t3aeja8w]::placeholder {
    color: #999;
}

.btn-primary[b-35t3aeja8w] {
    padding: 14px 24px;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.35);
}

.btn-primary:hover[b-35t3aeja8w] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.45);
}

.btn-primary:active[b-35t3aeja8w] {
    transform: translateY(0);
}

.action-buttons[b-35t3aeja8w] {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.btn-secondary[b-35t3aeja8w] {
    flex: 1;
    padding: 12px 20px;
    background: #fff;
    color: #4A90E2;
    border: 2px solid #4A90E2;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-35t3aeja8w] {
    background: #4A90E2;
    color: white;
    transform: translateY(-1px);
}

.btn-back[b-35t3aeja8w] {
    flex: 1;
    padding: 12px 20px;
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back:hover[b-35t3aeja8w] {
    background: #e8e8e8;
    border-color: #d0d0d0;
    color: #333;
    transform: translateY(-1px);
}

.error-message[b-35t3aeja8w] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-left: 4px solid #ef4444;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideIn-b-35t3aeja8w 0.3s ease-out;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
}

.error-message[b-35t3aeja8w]::before {
    content: "⚠";
    font-size: 20px;
    color: #ef4444;
    flex-shrink: 0;
}

.error-message span[b-35t3aeja8w] {
    color: #dc2626;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

@keyframes slideIn-b-35t3aeja8w {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .error-message[b-35t3aeja8w] {
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.15) 100%);
        border-color: rgba(239, 68, 68, 0.4);
        box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
    }

    .error-message[b-35t3aeja8w]::before {
        color: #fca5a5;
    }

    .error-message span[b-35t3aeja8w] {
        color: #fca5a5;
    }
}

@media (max-width: 480px) {
    .login-card[b-35t3aeja8w] {
        padding: 28px 20px;
    }

    .login-header h1[b-35t3aeja8w] {
        font-size: 24px;
    }

    .action-buttons[b-35t3aeja8w] {
        flex-direction: column;
    }
}

/* Added by GitHub Copilot Agent: Update check section */
.update-check-section[b-35t3aeja8w] {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.btn-update-check[b-35t3aeja8w] {
    padding: 10px 20px;
    background: rgba(74, 144, 226, 0.08);
    color: #4A90E2;
    border: 1.5px solid rgba(74, 144, 226, 0.3);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.btn-update-check:hover[b-35t3aeja8w] {
    background: rgba(74, 144, 226, 0.15);
    border-color: rgba(74, 144, 226, 0.5);
    transform: translateY(-1px);
}

.btn-update-check:active[b-35t3aeja8w] {
    transform: translateY(0);
}

.btn-update-check:disabled[b-35t3aeja8w] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-update-check .spinner[b-35t3aeja8w] {
    display: inline-block;
    animation: rotate-b-35t3aeja8w 1s linear infinite;
}

@keyframes rotate-b-35t3aeja8w {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Onboarding.razor.rz.scp.css */
/* ========================================
   Onboarding Page - Modern UI/UX Design
   ======================================== */

/* Container & Layout */
.onboarding-screen[b-coltmqwxj6] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    background-size: 400% 400%;
}

/* Animierter Hintergrund */
.animated-bg[b-coltmqwxj6] {
    animation: gradientShift-b-coltmqwxj6 8s ease-in-out infinite;
}

@keyframes gradientShift-b-coltmqwxj6 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Background Layers */
.bg-aurora[b-coltmqwxj6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at top, rgba(74, 144, 226, 0.3) 0%, transparent 50%),
                radial-gradient(ellipse at bottom, rgba(107, 95, 207, 0.2) 0%, transparent 50%);
    animation: auroraMove-b-coltmqwxj6 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes auroraMove-b-coltmqwxj6 {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.bg-grid[b-coltmqwxj6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.bg-noise[b-coltmqwxj6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
}

/* Main Container */
.onboarding-container[b-coltmqwxj6] {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 440px;
    margin: 2rem;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: slideUp-b-coltmqwxj6 0.6s ease-out;
}

@keyframes slideUp-b-coltmqwxj6 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Title */
.onboarding-title[b-coltmqwxj6] {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 2rem 0;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

/* Form */
.onboarding-form[b-coltmqwxj6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Input Groups */
.input-group[b-coltmqwxj6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-group.floating[b-coltmqwxj6] {
    margin-top: 0.5rem;
}

/* Input Styling */
.onboarding-input[b-coltmqwxj6] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.onboarding-input:focus[b-coltmqwxj6] {
    border-color: #4A90E2;
    box-shadow: 0 4px 16px rgba(74, 144, 226, 0.15),
                0 0 0 4px rgba(74, 144, 226, 0.1);
    transform: translateY(-2px);
}

.onboarding-input:hover:not(:focus)[b-coltmqwxj6] {
    border-color: #b0b0b0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.onboarding-input.invalid[b-coltmqwxj6] {
    border-color: #ef4444;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1);
}

.onboarding-input.invalid:focus[b-coltmqwxj6] {
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.15),
                0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* Floating Labels */
.input-group.floating label[b-coltmqwxj6] {
    position: absolute;
    left: 1rem;
    top: 0.875rem;
    font-size: 1rem;
    color: #6b7280;
    transition: all 0.3s ease;
    pointer-events: none;
    background: transparent;
    padding: 0 0.25rem;
}

.input-group.floating input:focus + label[b-coltmqwxj6],
.input-group.floating input:not(:placeholder-shown) + label[b-coltmqwxj6] {
    top: -0.625rem;
    left: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4A90E2;
    background: #ffffff;
    padding: 0 0.375rem;
}

.input-group.floating input.invalid:focus + label[b-coltmqwxj6],
.input-group.floating input.invalid:not(:placeholder-shown) + label[b-coltmqwxj6] {
    color: #ef4444;
}

/* Password Strength Bar */
.password-strength[b-coltmqwxj6] {
    position: relative;
    height: 4px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 2px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.strength-bar[b-coltmqwxj6] {
    height: 100%;
    background: linear-gradient(90deg, #ef4444 0%, #f59e0b 50%, #10b981 100%);
    border-radius: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 8px currentColor;
}

/* Error Text */
.error-text[b-coltmqwxj6] {
    font-size: 0.8125rem;
    color: #ef4444;
    margin-top: 0.375rem;
    padding-left: 0.25rem;
    display: flex;
    align-items: center;
    animation: shake-b-coltmqwxj6 0.3s ease;
}

@keyframes shake-b-coltmqwxj6 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

/* Submit Button */
.onboarding-btn[b-coltmqwxj6] {
    margin-top: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #4A90E2 0%, #5B7FDB 50%, #6B5FCF 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.35);
    text-transform: none;
    letter-spacing: 0.5px;
}

.onboarding-btn:hover:not(:disabled)[b-coltmqwxj6] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.45);
}

.onboarding-btn:active:not(:disabled)[b-coltmqwxj6] {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.35);
}

.onboarding-btn:disabled[b-coltmqwxj6] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #9ca3af;
    box-shadow: none;
}

/* Secondary Button (Zurück-Button) */
.onboarding-btn-secondary[b-coltmqwxj6] {
    background: transparent;
    color: #4A90E2;
    border: 2px solid #4A90E2;
    box-shadow: none;
}

.onboarding-btn-secondary:hover:not(:disabled)[b-coltmqwxj6] {
    background: #4A90E2;
    color: #ffffff;
    border-color: #4A90E2;
    box-shadow: 0 4px 16px rgba(74, 144, 226, 0.2);
    transform: translateY(-2px);
}

.onboarding-btn-secondary:active:not(:disabled)[b-coltmqwxj6] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.2);
}

/* Back Button */
.back-btn[b-coltmqwxj6] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.back-btn:hover[b-coltmqwxj6] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-4px);
}

.back-btn svg[b-coltmqwxj6] {
    transition: transform 0.3s ease;
}

.back-btn:hover svg[b-coltmqwxj6] {
    transform: translateX(-4px);
}

/* Accessibility - Hidden Screen Reader Text */
.visually-hidden[b-coltmqwxj6] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive Design */
@media (max-width: 480px) {
    .onboarding-container[b-coltmqwxj6] {
        margin: 1rem;
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .onboarding-title[b-coltmqwxj6] {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .onboarding-form[b-coltmqwxj6] {
        gap: 1.25rem;
    }
}

/* Dark Mode Support (optional) */
@media (prefers-color-scheme: dark) {
    .onboarding-container[b-coltmqwxj6] {
        background: rgba(30, 30, 30, 0.95);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6),
                    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    }

    .onboarding-input[b-coltmqwxj6] {
        background: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .input-group.floating label[b-coltmqwxj6] {
        color: #9ca3af;
    }

    .input-group.floating input:focus + label[b-coltmqwxj6],
    .input-group.floating input:not(:placeholder-shown) + label[b-coltmqwxj6] {
        background: rgba(30, 30, 30, 0.95);
        color: #8b9fff;
    }

    .back-btn[b-coltmqwxj6] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .back-btn:hover[b-coltmqwxj6] {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .onboarding-btn-secondary[b-coltmqwxj6] {
        color: #8b9fff;
        border-color: #8b9fff;
    }

    .onboarding-btn-secondary:hover:not(:disabled)[b-coltmqwxj6] {
        background: #8b9fff;
        color: #1e1e1e;
    }
}
/* /Pages/PasswordResetPage.razor.rz.scp.css */
body[b-5nnupcb1e2] {
}

.password-reset-container[b-5nnupcb1e2] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.content-wrapper[b-5nnupcb1e2] {
    max-width: 600px;
    width: 100%;
    padding: 20px;
}

/* Header Icon */
.header-icon[b-5nnupcb1e2] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-emoji[b-5nnupcb1e2] {
    font-size: 64px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Title */
.password-reset-container h1[b-5nnupcb1e2] {
    font-size: 28px;
    font-weight: 700;
    color: #1b6ec2;
    text-align: center;
    margin: 0 0 10px 0;
}

.subtitle[b-5nnupcb1e2] {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    margin: 0 0 30px 0;
}

/* Info Card */
.info-card[b-5nnupcb1e2] {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border: 1px solid rgba(27,110,194,0.2);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.info-icon-wrapper[b-5nnupcb1e2] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-icon[b-5nnupcb1e2] {
    font-size: 32px;
}

.info-content h2[b-5nnupcb1e2] {
    font-size: 20px;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0 0 16px 0;
    text-align: center;
}

.instructions-list[b-5nnupcb1e2] {
    margin: 0;
    padding-left: 24px;
    color: #495057;
    line-height: 1.8;
}

.instructions-list li[b-5nnupcb1e2] {
    margin-bottom: 8px;
}

.instructions-list strong[b-5nnupcb1e2] {
    color: #1b6ec2;
    font-weight: 600;
}

/* Contact Card */
.contact-card[b-5nnupcb1e2] {
    background: linear-gradient(135deg, #1b6ec2 0%, #264a8f 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(27, 110, 194, 0.25);
    color: white;
}

.contact-header[b-5nnupcb1e2] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-icon[b-5nnupcb1e2] {
    font-size: 28px;
}

.contact-header h3[b-5nnupcb1e2] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contact-content[b-5nnupcb1e2] {
    margin-bottom: 20px;
}

.contact-label[b-5nnupcb1e2] {
    font-size: 14px;
    opacity: 0.9;
    margin: 0 0 8px 0;
}

.email-link[b-5nnupcb1e2] {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: background 0.2s ease;
}

.email-link:hover[b-5nnupcb1e2] {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    color: white;
}

/* Send Email Button */
.btn-send-email[b-5nnupcb1e2] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: white;
    color: #1b6ec2;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-send-email:hover[b-5nnupcb1e2] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.btn-send-email:active[b-5nnupcb1e2] {
    transform: translateY(0);
}

.btn-icon[b-5nnupcb1e2] {
    font-size: 20px;
}

/* Note Card */
.note-card[b-5nnupcb1e2] {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    margin-bottom: 20px;
}

.note-icon[b-5nnupcb1e2] {
    font-size: 24px;
    flex-shrink: 0;
}

.note-text[b-5nnupcb1e2] {
    margin: 0;
    color: #495057;
    font-size: 14px;
    line-height: 1.6;
}

.note-text strong[b-5nnupcb1e2] {
    color: #d39e00;
}

/* Back Button */
.btn-back-to-login[b-5nnupcb1e2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.9);
    color: #1b6ec2;
    border: 1px solid rgba(27, 110, 194, 0.3);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-back-to-login:hover[b-5nnupcb1e2] {
    background: white;
    border-color: rgba(27, 110, 194, 0.5);
}

.btn-back-to-login span:first-child[b-5nnupcb1e2] {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .password-reset-container[b-5nnupcb1e2] {
        padding: 16px;
    }

    .content-wrapper[b-5nnupcb1e2] {
        padding: 12px;
    }

    .password-reset-container h1[b-5nnupcb1e2] {
        font-size: 24px;
    }

    .icon-emoji[b-5nnupcb1e2] {
        font-size: 48px;
    }

    .info-card[b-5nnupcb1e2],
    .contact-card[b-5nnupcb1e2] {
        padding: 20px;
    }
}

@media (max-width: 420px) {
    .instructions-list[b-5nnupcb1e2] {
        padding-left: 20px;
        font-size: 14px;
    }

    .email-link[b-5nnupcb1e2] {
        font-size: 16px;
    }

    .btn-send-email[b-5nnupcb1e2] {
        font-size: 15px;
        padding: 12px 20px;
    }
}
/* /Pages/StartscreenPage.razor.rz.scp.css */
.startscreen[b-emgc3e0afj] {
    /* volle Höhe inkl. mobiler Viewports und Safe Areas */
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-top: env(safe-area-inset-top, 0px);
    background:
        radial-gradient(60% 40% at 50% -10%, rgba(99,102,241,0.18), transparent),
        linear-gradient(180deg, rgba(0,0,0,0.02), transparent 40%);
}

/* Kopfbereich ganz oben */
.app-header[b-emgc3e0afj] {
    padding-top: clamp(32px, 3vh, 45px);
    display: flex;
    justify-content: center;
}

.brand[b-emgc3e0afj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.app-logo[b-emgc3e0afj] {
    width: clamp(72px, 18vw, 120px);
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.25));
}

.app-title[b-emgc3e0afj] {
    margin: 0;
    font-size: clamp(34px, 7vw, 60px);
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #6366f1 0%, #22d3ee 50%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
}

.app-title[b-emgc3e0afj]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.08), transparent 60%);
    mix-blend-mode: overlay;
    pointer-events: none;
}

/* Zentrum mit Buttons */
.center[b-emgc3e0afj] {
    padding-top: clamp(20px, 3vh, 40px);
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.btn-stack[b-emgc3e0afj] {
    width: min(420px, 92vw);
    display: grid;
    gap: 18px;
}

.btn[b-emgc3e0afj] {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 60px;
    border-radius: 16px;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 180ms ease, background-color 160ms ease;
}

.btn.primary[b-emgc3e0afj] {
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #22d3ee 100%);
    box-shadow: 0 10px 24px rgba(99,102,241,0.30), 0 4px 10px rgba(0,0,0,0.12);
}

.btn.primary:hover[b-emgc3e0afj] {
    box-shadow: 0 12px 30px rgba(99,102,241,0.38), 0 6px 14px rgba(0,0,0,0.14);
}

.btn.primary:active[b-emgc3e0afj] { 
    transform: translateY(2px) scale(0.992); 
}

.btn.outline[b-emgc3e0afj] {
    background: rgba(255,255,255,0.55);
    color: #0f172a;
    border: 2px solid rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(6px) saturate(160%);
}

:root[data-bs-theme="dark"] .btn.outline[b-emgc3e0afj] {
    background: rgba(30,41,59,0.35);
    color: #e5e7eb;
    border-color: rgba(148,163,184,0.28);
}

@media (prefers-color-scheme: dark) {
    .btn.outline[b-emgc3e0afj] {
        background: rgba(30,41,59,0.35);
        color: #e5e7eb;
        border-color: rgba(148,163,184,0.28);
    }
}

.btn.outline:hover[b-emgc3e0afj] {
    background: rgba(255,255,255,0.72);
}

:root[data-bs-theme="dark"] .btn.outline:hover[b-emgc3e0afj] {
    background: rgba(51,65,85,0.55);
}

@media (prefers-color-scheme: dark) {
    .btn.outline:hover[b-emgc3e0afj] {
        background: rgba(51,65,85,0.55);
    }
}

.btn.outline:active[b-emgc3e0afj] { 
    transform: translateY(2px) scale(0.992); 
}

/* Sponsor Logo fast volle Breite */
.sponsor-footer[b-emgc3e0afj], .meta[b-emgc3e0afj] {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 10;
}

.sponsor-footer[b-emgc3e0afj] {
    bottom: 30px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.sponsor-logo[b-emgc3e0afj] {
    width: min(92vw, 780px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.28));
    opacity: 0.95;
    transition: opacity 160ms ease;
}

.sponsor-logo:hover[b-emgc3e0afj] { 
    opacity: 1; 
}

.meta[b-emgc3e0afj] {
    bottom: 0;
    text-align: center;
    font-size: 12px;
    padding: 4px 0 calc(env(safe-area-inset-bottom) + 6px);
    opacity: 0.65;
    letter-spacing: 0.4px;
    user-select: none;
}

@media (min-width: 520px) {
    .btn[b-emgc3e0afj] { height: 64px; font-size: 18px; }
    .app-logo[b-emgc3e0afj] { width: clamp(80px, 14vw, 140px); }
}

@media (max-width: 380px) {
    .app-logo[b-emgc3e0afj] { display: none; }
    .app-title[b-emgc3e0afj] { font-size: clamp(32px, 10vw, 50px); }
}
