/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oizyk8orlo] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-oizyk8orlo] {
    width: 248px;
    background: linear-gradient(160deg, #1a6ab8 0%, #155299 100%);
    color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.sidebar-header[b-oizyk8orlo] {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-oizyk8orlo] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.01em;
}

.sidebar-close[b-oizyk8orlo] {
    display: none;
    background: none;
    border: none;
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    line-height: 1;
}

.nav-overlay[b-oizyk8orlo] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 99;
}

.nav-overlay.nav-open[b-oizyk8orlo] {
    display: block;
}

.main-content[b-oizyk8orlo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f5f6f8;
    min-width: 0;
}

.top-bar[b-oizyk8orlo] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0.65rem 1.5rem;
    background: white;
    border-bottom: 1px solid #e8eaed;
    min-height: 52px;
}

.hamburger[b-oizyk8orlo] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    color: #555;
    padding: 0.3rem 0.4rem;
    line-height: 1;
    margin-right: auto;
    border-radius: 5px;
}

    .hamburger:hover[b-oizyk8orlo] {
        background: #f0f1f3;
    }

.btn-login[b-oizyk8orlo] {
    background: #185FA5;
    border: none;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: none;
}

    .btn-login:hover[b-oizyk8orlo] {
        background: #1456933;
        color: white;
    }

/* Sidebar footer */
.sidebar-footer[b-oizyk8orlo] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: auto;
}

.sidebar-user-avatar[b-oizyk8orlo] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.sidebar-user-name[b-oizyk8orlo] {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.8);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-sidebar-logout[b-oizyk8orlo] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color 0.15s, background 0.15s;
}

    .btn-sidebar-logout:hover[b-oizyk8orlo] {
        color: white;
        background: rgba(255,255,255,0.1);
    }

.content[b-oizyk8orlo] {
    padding: 1.5rem;
    flex: 1;
}


/* ===== Desktop: Top-Bar ausblenden (Inhalt ist in der Sidebar) ===== */
@media (min-width: 769px) {
    .top-bar[b-oizyk8orlo] {
        display: none;
    }
}

/* ===== Mobile: Sidebar als Drawer ===== */
@media (max-width: 768px) {
    .sidebar[b-oizyk8orlo] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 100;
        transform: translateX(-248px);
        transition: transform 0.25s ease;
    }

    .sidebar.nav-open[b-oizyk8orlo] {
        transform: translateX(0);
    }

    .sidebar-close[b-oizyk8orlo] {
        display: block;
    }

    .hamburger[b-oizyk8orlo] {
        display: block;
    }

    .top-bar[b-oizyk8orlo] {
        justify-content: flex-start;
        padding: 0.5rem 0.75rem;
    }

    .content[b-oizyk8orlo] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.club-selector[b-5vp9j52ztp] {
    margin: 10px 12px 6px;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: background 0.15s;
}

.club-selector:hover[b-5vp9j52ztp] {
    background: rgba(255, 255, 255, 0.23);
}

.club-selector[b-5vp9j52ztp]::after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-25%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.65)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.club-selector-label[b-5vp9j52ztp] {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.club-selector-label[b-5vp9j52ztp]::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
}

.club-dropdown[b-5vp9j52ztp] {
    width: 100%;
    padding: 0;
    padding-right: 22px;
    border: none;
    background: transparent;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

    .club-dropdown option[b-5vp9j52ztp] {
        background: #1a5fa0;
        color: white;
        font-weight: normal;
    }

.nav-menu[b-5vp9j52ztp] {
    display: flex;
    flex-direction: column;
    padding: 8px 0 12px;
    flex: 1;
    min-height: 0;
}

[b-5vp9j52ztp] .nav-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 12px;
    margin: 1px 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 7px;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

[b-5vp9j52ztp] .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

[b-5vp9j52ztp] .nav-link.active {
    background: rgba(255, 255, 255, 0.16);
    color: white;
    font-weight: 600;
}

[b-5vp9j52ztp] .nav-link.active .nav-icon {
    opacity: 1;
}

[b-5vp9j52ztp] .nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

[b-5vp9j52ztp] .nav-link:hover .nav-icon {
    opacity: 0.9;
}

.nav-section-header[b-5vp9j52ztp] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px 5px;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 700;
}

    .nav-section-header[b-5vp9j52ztp]::before {
        content: '';
        display: block;
        height: 1px;
        width: 16px;
        background: rgba(255, 255, 255, 0.2);
        flex-shrink: 0;
    }

    .nav-section-header[b-5vp9j52ztp]::after {
        content: '';
        display: block;
        height: 1px;
        flex: 1;
        background: rgba(255, 255, 255, 0.12);
    }

.nav-spacer[b-5vp9j52ztp] {
    flex: 1;
    min-height: 12px;
}

@media (max-width: 768px) {
    [b-5vp9j52ztp] .nav-link {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uwvuyc8wdr],
.components-reconnect-repeated-attempt-visible[b-uwvuyc8wdr],
.components-reconnect-failed-visible[b-uwvuyc8wdr],
.components-pause-visible[b-uwvuyc8wdr],
.components-resume-failed-visible[b-uwvuyc8wdr],
.components-rejoining-animation[b-uwvuyc8wdr] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-retrying[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-failed[b-uwvuyc8wdr],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uwvuyc8wdr] {
    display: block;
}


#components-reconnect-modal[b-uwvuyc8wdr] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-uwvuyc8wdr 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uwvuyc8wdr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uwvuyc8wdr 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uwvuyc8wdr]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uwvuyc8wdr 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uwvuyc8wdr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uwvuyc8wdr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uwvuyc8wdr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uwvuyc8wdr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uwvuyc8wdr] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uwvuyc8wdr] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uwvuyc8wdr] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uwvuyc8wdr] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uwvuyc8wdr] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uwvuyc8wdr] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uwvuyc8wdr 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uwvuyc8wdr] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uwvuyc8wdr {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminInvites.razor.rz.scp.css */
.invites-page[b-ia4uikhw0x] {
    max-width: 1100px;
}

.section[b-ia4uikhw0x] {
    margin-bottom: 32px;
}

    .section h2[b-ia4uikhw0x] {
        font-size: 1.2rem;
        margin-bottom: 12px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 8px;
    }

.form-inline[b-ia4uikhw0x] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.input[b-ia4uikhw0x] {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
}

.input-small[b-ia4uikhw0x] {
    width: auto;
}

.table[b-ia4uikhw0x] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

    .table th[b-ia4uikhw0x],
    .table td[b-ia4uikhw0x] {
        padding: 10px 14px;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 0.85rem;
    }

    .table th[b-ia4uikhw0x] {
        background: #f8f9fa;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #555;
    }

.inactive[b-ia4uikhw0x] {
    opacity: 0.5;
}

code[b-ia4uikhw0x] {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.85rem;
}

.reg-link-wrap[b-ia4uikhw0x] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reg-link[b-ia4uikhw0x] {
    font-size: 0.78rem;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.copy-btn[b-ia4uikhw0x] {
    padding: 2px 8px;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.copy-confirm[b-ia4uikhw0x] {
    font-size: 0.78rem;
    color: #047857;
    margin-left: 4px;
}

.badge[b-ia4uikhw0x] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-active[b-ia4uikhw0x] {
    background: #d4edda;
    color: #155724;
}

.badge-inactive[b-ia4uikhw0x] {
    background: #f8d7da;
    color: #721c24;
}

.btn[b-ia4uikhw0x] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-ia4uikhw0x] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-ia4uikhw0x] {
        background: #134a82;
    }

.btn-small[b-ia4uikhw0x] {
    padding: 4px 10px;
    font-size: 0.8rem;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.btn-danger[b-ia4uikhw0x] {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover[b-ia4uikhw0x] {
        background: #dc3545;
        color: white;
    }

.muted[b-ia4uikhw0x] {
    color: #888;
    font-size: 0.9rem;
}

.error[b-ia4uikhw0x] {
    color: #dc3545;
}

@media (max-width: 600px) {
    .invites-page[b-ia4uikhw0x] {
        max-width: 100%;
    }

    .form-inline[b-ia4uikhw0x] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-ia4uikhw0x] {
        min-height: 44px;
    }
}
/* /Components/Pages/Clubs.razor.rz.scp.css */
.clubs-page[b-nd6o4m1psx] {
    max-width: 700px;
}

.section[b-nd6o4m1psx] {
    margin-bottom: 32px;
}

    .section h2[b-nd6o4m1psx] {
        font-size: 1.2rem;
        margin-bottom: 12px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 8px;
    }

.club-list[b-nd6o4m1psx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.club-item[b-nd6o4m1psx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

    .club-item.active[b-nd6o4m1psx] {
        border-color: #185FA5;
        background: #f0f6ff;
    }

.club-info[b-nd6o4m1psx] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.muted[b-nd6o4m1psx] {
    color: #888;
    font-size: 0.85rem;
}

.form-inline[b-nd6o4m1psx] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.input[b-nd6o4m1psx] {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
    flex: 1;
}

    .input:focus[b-nd6o4m1psx] {
        outline: none;
        border-color: #185FA5;
        box-shadow: 0 0 0 2px rgba(24, 95, 165, 0.15);
    }

.btn[b-nd6o4m1psx] {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-nd6o4m1psx] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-nd6o4m1psx] {
        background: #134a82;
    }

    .btn-primary:disabled[b-nd6o4m1psx] {
        background: #a0b4c8;
        cursor: not-allowed;
    }

.success-msg[b-nd6o4m1psx] {
    color: #155724;
    margin-top: 8px;
    font-size: 0.9rem;
}

.error-msg[b-nd6o4m1psx] {
    color: #721c24;
    margin-top: 8px;
    font-size: 0.9rem;
}

.toggle-label[b-nd6o4m1psx] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.95rem;
}

.toggle-label input[type="checkbox"][b-nd6o4m1psx] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .clubs-page[b-nd6o4m1psx] {
        max-width: 100%;
    }

    .form-inline[b-nd6o4m1psx] {
        flex-direction: column;
        align-items: stretch;
    }

    .form-inline .input[b-nd6o4m1psx] {
        width: 100%;
    }

    .btn[b-nd6o4m1psx] {
        min-height: 44px;
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/EventCreate.razor.rz.scp.css */
.form-container[b-rcw29wgfq8] {
    max-width: 600px;
}

.form-group[b-rcw29wgfq8] {
    margin-bottom: 20px;
}

    .form-group label[b-rcw29wgfq8] {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 0.9rem;
        color: #333;
    }

.input[b-rcw29wgfq8] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
}

    .input:focus[b-rcw29wgfq8] {
        outline: none;
        border-color: #185FA5;
        box-shadow: 0 0 0 2px rgba(24, 95, 165, 0.15);
    }

.actions[b-rcw29wgfq8] {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.btn[b-rcw29wgfq8] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary[b-rcw29wgfq8] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-rcw29wgfq8] {
        background: #134a82;
    }

    .btn-primary:disabled[b-rcw29wgfq8] {
        background: #a0b4c8;
        cursor: not-allowed;
    }

.btn-secondary[b-rcw29wgfq8] {
    background: #e0e0e0;
    color: #333;
}

    .btn-secondary:hover[b-rcw29wgfq8] {
        background: #d0d0d0;
    }

.error[b-rcw29wgfq8] {
    color: #dc3545;
    margin-top: 12px;
}

.muted[b-rcw29wgfq8] {
    color: #888;
}
/* /Components/Pages/EventDetail.razor.rz.scp.css */
.event-detail[b-64jawz8ntt] {
    max-width: 1000px;
}

.page-header[b-64jawz8ntt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

    .page-header h1[b-64jawz8ntt] {
        margin: 0;
    }

.meta[b-64jawz8ntt] {
    color: #666;
    font-size: 0.9rem;
    margin-top: 4px;
}

.header-actions[b-64jawz8ntt] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.share-info[b-64jawz8ntt] {
    background: #f0f6ff;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 0.9rem;
}

    .share-info code[b-64jawz8ntt] {
        background: rgba(0,0,0,0.06);
        padding: 2px 6px;
        border-radius: 3px;
    }

.shift-block[b-64jawz8ntt] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.shift-header[b-64jawz8ntt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .shift-header h2[b-64jawz8ntt] {
        margin: 0;
        font-size: 1.15rem;
    }

.workslots[b-64jawz8ntt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.workslot[b-64jawz8ntt] {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 14px;
    background: #fafafa;
}

    .workslot.full[b-64jawz8ntt] {
        background: #e8f5e9;
        border-color: #a5d6a7;
    }

.ws-header[b-64jawz8ntt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ws-count[b-64jawz8ntt] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
}

.ws-bookings[b-64jawz8ntt] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.booking-item[b-64jawz8ntt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    background: white;
    border-radius: 4px;
    font-size: 0.9rem;
}

.btn-icon[b-64jawz8ntt] {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 0.8rem;
    padding: 2px 6px;
    border-radius: 3px;
}

    .btn-icon:hover[b-64jawz8ntt] {
        background: #fee;
        color: #dc3545;
    }

.ws-actions[b-64jawz8ntt] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.guest-booking[b-64jawz8ntt] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.btn-book[b-64jawz8ntt] {
    background: #185FA5;
    color: white;
    padding: 6px 16px;
    border-radius: 6px;
    border: none;
    font-size: 0.85rem;
    cursor: pointer;
}

    .btn-book:hover[b-64jawz8ntt] {
        background: #134a82;
    }

.add-workslot[b-64jawz8ntt],
.add-shift[b-64jawz8ntt] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #ddd;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.add-shift[b-64jawz8ntt] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

    .add-shift h3[b-64jawz8ntt] {
        margin: 0 0 12px;
        font-size: 1rem;
        width: 100%;
    }

.form-inline[b-64jawz8ntt] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.input[b-64jawz8ntt] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.9rem;
}

    .input:focus[b-64jawz8ntt] {
        outline: none;
        border-color: #185FA5;
    }

.input-small[b-64jawz8ntt] {
    width: 160px;
}

.input-tiny[b-64jawz8ntt] {
    width: 60px;
}

.badge[b-64jawz8ntt] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-draft[b-64jawz8ntt] {
    background: #fff3cd;
    color: #856404;
}

.badge-open[b-64jawz8ntt] {
    background: #d4edda;
    color: #155724;
}

.badge-closed[b-64jawz8ntt] {
    background: #f8d7da;
    color: #721c24;
}

.btn[b-64jawz8ntt] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary[b-64jawz8ntt] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-64jawz8ntt] {
        background: #134a82;
    }

.btn-small[b-64jawz8ntt] {
    padding: 4px 10px;
    font-size: 0.8rem;
    background: #f0f0f0;
    color: #333;
}

    .btn-small:hover[b-64jawz8ntt] {
        background: #e0e0e0;
    }

.btn-danger[b-64jawz8ntt] {
    color: #dc3545;
    border: 1px solid #dc3545;
    background: transparent;
}

    .btn-danger:hover[b-64jawz8ntt] {
        background: #dc3545;
        color: white;
    }

.toast[b-64jawz8ntt] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: white;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.toast-success[b-64jawz8ntt] {
    background: #28a745;
}

.toast-error[b-64jawz8ntt] {
    background: #dc3545;
}

@@keyframes fadeIn {
    from[b-64jawz8ntt] { opacity: 0; transform: translateY(10px); }
    to[b-64jawz8ntt] { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .form-inline[b-64jawz8ntt] {
        flex-direction: column;
        align-items: stretch;
    }

    .input-small[b-64jawz8ntt] {
        width: 100%;
    }

    .input-tiny[b-64jawz8ntt] {
        width: 80px;
    }

    .btn[b-64jawz8ntt] {
        min-height: 44px;
    }

    .add-workslot[b-64jawz8ntt] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Events.razor.rz.scp.css */
.events-page[b-zlkwde3uxc] {
    max-width: 1000px;
}

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

    .page-header h1[b-zlkwde3uxc] {
        margin: 0;
    }

.table[b-zlkwde3uxc] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

    .table th[b-zlkwde3uxc],
    .table td[b-zlkwde3uxc] {
        padding: 10px 14px;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 0.9rem;
    }

    .table th[b-zlkwde3uxc] {
        background: #f8f9fa;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #555;
    }

    .table a[b-zlkwde3uxc] {
        color: #185FA5;
        text-decoration: none;
        font-weight: 500;
    }

        .table a:hover[b-zlkwde3uxc] {
            text-decoration: underline;
        }

.progress-compact[b-zlkwde3uxc] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .progress-compact span[b-zlkwde3uxc] {
        font-size: 0.8rem;
        color: #666;
        white-space: nowrap;
    }

.progress-bar[b-zlkwde3uxc] {
    width: 80px;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-zlkwde3uxc] {
    height: 100%;
    background: #185FA5;
    border-radius: 3px;
}

.badge[b-zlkwde3uxc] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-draft[b-zlkwde3uxc] {
    background: #fff3cd;
    color: #856404;
}

.badge-open[b-zlkwde3uxc] {
    background: #d4edda;
    color: #155724;
}

.badge-closed[b-zlkwde3uxc] {
    background: #f8d7da;
    color: #721c24;
}

.btn[b-zlkwde3uxc] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary[b-zlkwde3uxc] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-zlkwde3uxc] {
        background: #134a82;
    }

.btn-small[b-zlkwde3uxc] {
    padding: 4px 10px;
    font-size: 0.8rem;
    background: #f0f0f0;
    color: #333;
    margin-right: 4px;
}

    .btn-small:hover[b-zlkwde3uxc] {
        background: #e0e0e0;
    }

.btn-danger[b-zlkwde3uxc] {
    color: #dc3545;
    border: 1px solid #dc3545;
    background: transparent;
}

    .btn-danger:hover[b-zlkwde3uxc] {
        background: #dc3545;
        color: white;
    }

.empty-state[b-zlkwde3uxc] {
    text-align: center;
    padding: 48px 24px;
    background: #f8f9fa;
    border-radius: 12px;
}

.muted[b-zlkwde3uxc] {
    color: #888;
}

@media (max-width: 768px) {
    .events-page[b-zlkwde3uxc] {
        max-width: 100%;
    }

    .page-header[b-zlkwde3uxc] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .btn[b-zlkwde3uxc] {
        min-height: 44px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard[b-eyvvwawccp] {
    max-width: 900px;
}

.club-header[b-eyvvwawccp] {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 24px;
}

    .club-header h2[b-eyvvwawccp] {
        margin: 0;
    }

.member-count[b-eyvvwawccp] {
    color: #666;
    font-size: 0.9rem;
}

.empty-state[b-eyvvwawccp] {
    text-align: center;
    padding: 48px 24px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 24px;
}

    .empty-state p[b-eyvvwawccp] {
        color: #666;
        margin-bottom: 16px;
    }

.event-cards[b-eyvvwawccp] {
    display: grid;
    gap: 16px;
}

.event-card[b-eyvvwawccp] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    transition: box-shadow 0.2s;
}

    .event-card:hover[b-eyvvwawccp] {
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

.event-card-header[b-eyvvwawccp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .event-card-header h3[b-eyvvwawccp] {
        margin: 0;
        font-size: 1.1rem;
    }

.badge[b-eyvvwawccp] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-draft[b-eyvvwawccp] {
    background: #fff3cd;
    color: #856404;
}

.badge-open[b-eyvvwawccp] {
    background: #d4edda;
    color: #155724;
}

.badge-closed[b-eyvvwawccp] {
    background: #f8d7da;
    color: #721c24;
}

.event-card-date[b-eyvvwawccp] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.event-card-progress[b-eyvvwawccp] {
    margin-bottom: 12px;
}

.progress-bar[b-eyvvwawccp] {
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-fill[b-eyvvwawccp] {
    height: 100%;
    background: #185FA5;
    border-radius: 4px;
    transition: width 0.3s;
}

.progress-text[b-eyvvwawccp] {
    font-size: 0.8rem;
    color: #666;
}

.btn[b-eyvvwawccp] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-eyvvwawccp] {
    background: #185FA5;
    color: white;
}

    .btn-primary:hover[b-eyvvwawccp] {
        background: #134a82;
    }

.btn-small[b-eyvvwawccp] {
    padding: 5px 12px;
    font-size: 0.8rem;
    background: #f0f0f0;
    color: #333;
}

    .btn-small:hover[b-eyvvwawccp] {
        background: #e0e0e0;
    }

.btn-link[b-eyvvwawccp] {
    color: #185FA5;
    padding: 8px 0;
    margin-top: 16px;
}

@media (max-width: 600px) {
    .dashboard[b-eyvvwawccp] {
        max-width: 100%;
    }

    .event-cards[b-eyvvwawccp] {
        grid-template-columns: 1fr;
    }

    .club-header[b-eyvvwawccp] {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 16px;
    }

    .btn[b-eyvvwawccp] {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* /Components/Pages/Members.razor.rz.scp.css */
.members-page[b-wckh9qtntv] {
    max-width: 1100px;
}

.table-wrap[b-wckh9qtntv] {
    overflow-x: auto;
}

.muted[b-wckh9qtntv] {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.table[b-wckh9qtntv] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

    .table th[b-wckh9qtntv],
    .table td[b-wckh9qtntv] {
        padding: 10px 14px;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 0.9rem;
    }

    .table th[b-wckh9qtntv] {
        background: #f8f9fa;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #555;
    }

.input[b-wckh9qtntv] {
    padding: 5px 30px 5px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.85rem;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.15s;
    max-width: 150px;
}

.input:focus[b-wckh9qtntv] {
    outline: none;
    border-color: #185FA5;
    box-shadow: 0 0 0 2px rgba(24,95,165,0.12);
}

.input-tiny[b-wckh9qtntv] {
    padding: 4px 8px;
    font-size: 0.8rem;
    width: 80px;
    background-image: none;
    padding-right: 8px;
}

.badge[b-wckh9qtntv] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-admin[b-wckh9qtntv] {
    background: #e3f2fd;
    color: #185FA5;
}

.badge-member[b-wckh9qtntv] {
    background: #e8f5e9;
    color: #2e7d32;
}


.actions-cell[b-wckh9qtntv] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .members-page[b-wckh9qtntv] {
        max-width: 100%;
    }

    .btn[b-wckh9qtntv] {
        min-height: 44px;
    }
}
/* /Components/Pages/SharedEvent.razor.rz.scp.css */
.shared-event[b-h4kl99zxqe] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
}

    .shared-event h1[b-h4kl99zxqe] {
        margin-bottom: 4px;
    }

.meta[b-h4kl99zxqe] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.shift-block[b-h4kl99zxqe] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .shift-block h2[b-h4kl99zxqe] {
        margin: 0 0 12px;
        font-size: 1.1rem;
    }

.table[b-h4kl99zxqe] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-h4kl99zxqe],
    .table td[b-h4kl99zxqe] {
        padding: 8px 12px;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 0.9rem;
    }

    .table th[b-h4kl99zxqe] {
        background: #f8f9fa;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #555;
    }

    .table tr.full[b-h4kl99zxqe] {
        background: #e8f5e9;
    }

.badge[b-h4kl99zxqe] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-draft[b-h4kl99zxqe] { background: #fff3cd; color: #856404; }
.badge-open[b-h4kl99zxqe] { background: #d4edda; color: #155724; }
.badge-closed[b-h4kl99zxqe] { background: #f8d7da; color: #721c24; }

.muted[b-h4kl99zxqe] { color: #aaa; }

.empty-state[b-h4kl99zxqe] {
    text-align: center;
    padding: 48px 24px;
    background: #f8f9fa;
    border-radius: 12px;
    max-width: 500px;
    margin: 48px auto;
}
/* /Components/Pages/Statistik.razor.rz.scp.css */
.statistik-page[b-fpjjihaqf0] {
    max-width: 1000px;
}

.page-header[b-fpjjihaqf0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.page-header h1[b-fpjjihaqf0] {
    margin: 0;
}

.row-deficit[b-fpjjihaqf0] {
    background: #fff8f8;
}

.diff-ok[b-fpjjihaqf0] {
    color: #047857;
    font-weight: 600;
}

.diff-deficit[b-fpjjihaqf0] {
    color: #dc2626;
    font-weight: 600;
}
