/* /Components/Layout/AppShell.razor.rz.scp.css */
.shell[b-rj47i5kewx] {
    display: flex;
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
}

.shell-backdrop[b-rj47i5kewx] {
    display: none;
}

/* sidebar */

.shell-sidebar[b-rj47i5kewx] {
    display: flex;
    flex-direction: column;
    width: 16rem;
    flex-shrink: 0;
    border-right: 1px solid var(--schulivo-sidebar-border);
    background-color: var(--schulivo-sidebar);
}

.shell-sidebar-header[b-rj47i5kewx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
}

.shell-logo[b-rj47i5kewx] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--schulivo-primary);
}

.shell-logo svg[b-rj47i5kewx] {
    width: 1.5rem;
    height: 1.5rem;
}

.shell-brand-name[b-rj47i5kewx] {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}

.shell-nav[b-rj47i5kewx] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem;
}

.shell-nav-group[b-rj47i5kewx] {
    padding: 0.5rem;
}

.shell-nav-label[b-rj47i5kewx] {
    padding: 0 0.5rem;
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(98, 106, 117, 0.7);
}

.shell-nav-link[b-rj47i5kewx] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    height: 2.25rem;
    border-radius: 0.375rem;
    padding: 0 0.625rem;
    font-size: 0.875rem;
    color: var(--schulivo-foreground);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.shell-nav-link svg[b-rj47i5kewx] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.shell-nav-link:hover[b-rj47i5kewx] {
    background-color: var(--schulivo-secondary);
}

.shell-nav-link.active[b-rj47i5kewx] {
    background-color: rgba(28, 101, 200, 0.08);
    color: var(--schulivo-primary);
    font-weight: 600;
}

/* body / topbar */

.shell-body[b-rj47i5kewx] {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.shell-topbar[b-rj47i5kewx] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.5rem;
    border-bottom: 1px solid rgba(225, 229, 234, 0.7);
    background-color: rgba(252, 253, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 0 1rem;
}

.shell-menu-btn[b-rj47i5kewx] {
    display: none;
}

.icon-btn[b-rj47i5kewx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: none;
    background: transparent;
    color: var(--schulivo-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.icon-btn svg[b-rj47i5kewx] {
    width: 1.25rem;
    height: 1.25rem;
}

.icon-btn:hover[b-rj47i5kewx] {
    background-color: rgba(28, 101, 200, 0.05);
    color: var(--schulivo-primary);
}

.shell-topbar-spacer[b-rj47i5kewx] {
    flex: 1;
}

.shell-user-chip[b-rj47i5kewx] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.25rem 0.25rem;
    border-radius: 9999px;
}

.shell-user-avatar[b-rj47i5kewx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--schulivo-primary);
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.shell-user-text[b-rj47i5kewx] {
    display: none;
    flex-direction: column;
    line-height: 1.25;
}

.shell-user-name[b-rj47i5kewx] {
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
}

.shell-role-badge[b-rj47i5kewx] {
    font-size: 0.6875rem;
    font-weight: 600;
    width: fit-content;
}

.role-administrator[b-rj47i5kewx] {
    color: #7c3aed;
}

.role-teacher[b-rj47i5kewx] {
    color: var(--schulivo-primary);
}

.role-student[b-rj47i5kewx] {
    color: var(--schulivo-success);
}

.shell-signout[b-rj47i5kewx] {
    display: inline-flex;
    align-items: center;
    height: 2.25rem;
    border-radius: 9999px;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--schulivo-muted-foreground);
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.shell-signout:hover[b-rj47i5kewx] {
    background-color: rgba(192, 57, 43, 0.08);
    color: #c0392b;
}

.shell-main[b-rj47i5kewx] {
    flex: 1;
}

/* responsive: off-canvas sidebar below 768px */

@media (max-width: 767px) {
    .shell-sidebar[b-rj47i5kewx] {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 50;
        transform: translateX(-100%);
        transition: transform 0.2s ease;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
    }

    .shell-mobile-open .shell-sidebar[b-rj47i5kewx] {
        transform: translateX(0);
    }

    .shell-backdrop[b-rj47i5kewx] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 40;
        background-color: rgba(15, 23, 42, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .shell-mobile-open .shell-backdrop[b-rj47i5kewx] {
        opacity: 1;
        pointer-events: auto;
    }

    .shell-menu-btn[b-rj47i5kewx] {
        display: inline-flex;
    }
}

@media (min-width: 640px) {
    .shell-user-text[b-rj47i5kewx] {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fwfe6o14jg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-fwfe6o14jg], article[b-fwfe6o14jg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fwfe6o14jg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fwfe6o14jg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gr1q3a62kv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-gr1q3a62kv] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-gr1q3a62kv] {
    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-gr1q3a62kv] {
    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-gr1q3a62kv] {
    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-gr1q3a62kv] {
    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-gr1q3a62kv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-gr1q3a62kv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-gr1q3a62kv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gr1q3a62kv] {
    display: block;
}

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

    .nav-scrollable[b-gr1q3a62kv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-htneyhnemm],
.components-reconnect-repeated-attempt-visible[b-htneyhnemm],
.components-reconnect-failed-visible[b-htneyhnemm],
.components-pause-visible[b-htneyhnemm],
.components-resume-failed-visible[b-htneyhnemm],
.components-rejoining-animation[b-htneyhnemm] {
    display: none;
}

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


#components-reconnect-modal[b-htneyhnemm] {
    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-htneyhnemm 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-htneyhnemm {
    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/AdminUsers.razor.rz.scp.css */
.request-list[b-q5poq5fzs6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.request-card[b-q5poq5fzs6] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.25rem;
}

.request-info[b-q5poq5fzs6] {
    min-width: 12rem;
}

.request-name[b-q5poq5fzs6] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
}

.request-email[b-q5poq5fzs6] {
    margin-top: 0.125rem;
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
}

.request-meta[b-q5poq5fzs6] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--schulivo-muted-foreground);
}

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

.filter-bar[b-q5poq5fzs6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.filter-bar .select-input[b-q5poq5fzs6] {
    min-width: 10rem;
}

.user-table[b-q5poq5fzs6] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    font-size: 0.875rem;
}

.user-table th[b-q5poq5fzs6] {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--schulivo-muted-foreground);
    background-color: var(--schulivo-muted);
    padding: 0.75rem 1rem;
}

.user-table td[b-q5poq5fzs6] {
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(225, 229, 234, 0.6);
}
/* /Components/Pages/Anmelden.razor.rz.scp.css */
.auth-page[b-ffh36ooeze] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
    padding: 2rem 1rem;
}

.auth-card[b-ffh36ooeze] {
    width: 100%;
    max-width: 26rem;
    border-radius: 1.125rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 20px 40px -20px rgba(28, 101, 200, 0.15);
    padding: 2rem;
}

.back-link[b-ffh36ooeze] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--schulivo-muted-foreground);
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.back-link svg[b-ffh36ooeze] {
    width: 1rem;
    height: 1rem;
}

.back-link:hover[b-ffh36ooeze] {
    color: var(--schulivo-primary);
}

.auth-title[b-ffh36ooeze] {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.auth-subtitle[b-ffh36ooeze] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
}

.btn-primary-pill[b-ffh36ooeze] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    border-radius: 9999px;
    border: none;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: var(--schulivo-primary);
    color: var(--schulivo-primary-foreground);
    box-shadow: 0 4px 8px rgba(28, 101, 200, 0.2);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-primary-pill:hover[b-ffh36ooeze] {
    background-color: #1855ab;
    box-shadow: 0 8px 16px rgba(28, 101, 200, 0.25);
    transform: translateY(-1px);
}

.full-width[b-ffh36ooeze] {
    width: 100%;
    box-sizing: border-box;
}

.auth-hint[b-ffh36ooeze] {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
}

.auth-hint a[b-ffh36ooeze] {
    color: var(--schulivo-primary);
    font-weight: 600;
    text-decoration: none;
}

.auth-hint a:hover[b-ffh36ooeze] {
    text-decoration: underline;
}
/* /Components/Pages/Beitreten.razor.rz.scp.css */
.auth-page[b-jr8okxsldt] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
    padding: 2rem 1rem;
}

.auth-card[b-jr8okxsldt] {
    width: 100%;
    max-width: 26rem;
    border-radius: 1.125rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 20px 40px -20px rgba(28, 101, 200, 0.15);
    padding: 2rem;
}

.back-link[b-jr8okxsldt] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--schulivo-muted-foreground);
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.back-link svg[b-jr8okxsldt] {
    width: 1rem;
    height: 1rem;
}

.back-link:hover[b-jr8okxsldt] {
    color: var(--schulivo-primary);
}

.join-title[b-jr8okxsldt] {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.join-subtitle[b-jr8okxsldt] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
}

.join-input[b-jr8okxsldt] {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.625rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-muted);
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--schulivo-foreground);
    outline: none;
    margin-bottom: 1rem;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.join-input:focus[b-jr8okxsldt] {
    background-color: var(--schulivo-card);
    border-color: var(--schulivo-primary);
}

.join-error[b-jr8okxsldt] {
    margin: -0.5rem 0 1rem;
    font-size: 0.8125rem;
    color: #c0392b;
}

.btn-primary-pill[b-jr8okxsldt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    border-radius: 9999px;
    border: none;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: var(--schulivo-primary);
    color: var(--schulivo-primary-foreground);
    box-shadow: 0 4px 8px rgba(28, 101, 200, 0.2);
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.btn-primary-pill:hover:not(:disabled)[b-jr8okxsldt] {
    background-color: #1855ab;
    box-shadow: 0 8px 16px rgba(28, 101, 200, 0.25);
    transform: translateY(-1px);
}

.btn-primary-pill:disabled[b-jr8okxsldt] {
    opacity: 0.6;
    cursor: not-allowed;
}

.full-width[b-jr8okxsldt] {
    width: 100%;
}
/* /Components/Pages/ClassDetail.razor.rz.scp.css */
.back-link[b-iongoevbhh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--schulivo-muted-foreground);
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.back-link svg[b-iongoevbhh] {
    width: 1rem;
    height: 1rem;
}

.back-link:hover[b-iongoevbhh] {
    color: var(--schulivo-primary);
}

.page-subtitle-tight[b-iongoevbhh] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
}

.panel[b-iongoevbhh] {
    margin-top: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.5rem;
}

.panel-title[b-iongoevbhh] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.panel-text[b-iongoevbhh] {
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
    margin: 0 0 1rem;
}

.code-display[b-iongoevbhh] {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    background-color: var(--schulivo-muted);
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
}

.student-list[b-iongoevbhh] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.student-email[b-iongoevbhh] {
    margin-left: 0.5rem;
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
}
/* /Components/Pages/Classes.razor.rz.scp.css */
.class-grid[b-bp8dvk23t2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.class-card[b-bp8dvk23t2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border-radius: 1rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.25rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.class-card:hover[b-bp8dvk23t2] {
    border-color: var(--schulivo-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(28, 101, 200, 0.15);
}

.class-card-top[b-bp8dvk23t2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.class-icon[b-bp8dvk23t2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--schulivo-primary);
}

.class-icon svg[b-bp8dvk23t2] {
    width: 1.25rem;
    height: 1.25rem;
}

.class-name[b-bp8dvk23t2] {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
}

.class-meta[b-bp8dvk23t2] {
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
    margin: 0;
}

@media (min-width: 640px) {
    .class-grid[b-bp8dvk23t2] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .class-grid[b-bp8dvk23t2] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.stat-grid[b-jxh6njpuus] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.today-section[b-jxh6njpuus] {
    margin-top: 1.5rem;
}

.section-title[b-jxh6njpuus] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    font-family: var(--schulivo-font);
}

.today-list[b-jxh6njpuus] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.today-item[b-jxh6njpuus] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    padding: 0.875rem 1.25rem;
}

.today-period[b-jxh6njpuus] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--schulivo-primary);
    font-size: 0.8125rem;
    font-weight: 600;
    flex-shrink: 0;
}

.today-subject[b-jxh6njpuus] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
}

.today-class[b-jxh6njpuus] {
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
    margin: 0;
}

@media (min-width: 640px) {
    .stat-grid[b-jxh6njpuus] {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.school-login-page[b-yuiud21f4p] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-color: #f8fafc;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
}

/* floating decorative icons */

.floating-icons[b-yuiud21f4p] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0.4;
    pointer-events: none;
}

.floating-icon[b-yuiud21f4p] {
    position: absolute;
    width: var(--size, 3rem);
    height: var(--size, 3rem);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: rotate(var(--rot, 0deg));
}

.floating-icon svg[b-yuiud21f4p] {
    width: 50%;
    height: 50%;
}

.floating-icon-yellow[b-yuiud21f4p] {
    background-color: rgba(244, 205, 75, 0.15);
    color: var(--schulivo-accent-yellow);
}

.floating-icon-primary[b-yuiud21f4p] {
    background-color: rgba(28, 101, 200, 0.15);
    color: var(--schulivo-primary);
}

.floating-icon-primary-soft[b-yuiud21f4p] {
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--schulivo-primary);
}

.floating-icon-mint[b-yuiud21f4p] {
    background-color: rgba(86, 209, 163, 0.15);
    color: var(--schulivo-accent-mint);
}

.floating-icon-coral[b-yuiud21f4p] {
    background-color: rgba(249, 119, 112, 0.15);
    color: var(--schulivo-accent-coral);
}

.floating-icon-lilac[b-yuiud21f4p] {
    background-color: rgba(185, 140, 234, 0.15);
    color: var(--schulivo-accent-lilac);
}

.float-slow[b-yuiud21f4p] {
    animation: float-slow-b-yuiud21f4p 7s ease-in-out infinite;
}

.float-medium[b-yuiud21f4p] {
    animation: float-medium-b-yuiud21f4p 5.5s ease-in-out infinite;
}

.float-fast[b-yuiud21f4p] {
    animation: float-fast-b-yuiud21f4p 4s ease-in-out infinite;
}

@keyframes float-slow-b-yuiud21f4p {
    0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
    50% { transform: translateY(-14px) rotate(calc(var(--rot, 0deg) + 4deg)); }
}

@keyframes float-medium-b-yuiud21f4p {
    0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
    50% { transform: translateY(-22px) rotate(calc(var(--rot, 0deg) - 6deg)); }
}

@keyframes float-fast-b-yuiud21f4p {
    0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
    50% { transform: translateY(-10px) rotate(calc(var(--rot, 0deg) + 8deg)); }
}

/* header */

.school-login-header[b-yuiud21f4p] {
    position: relative;
    border-bottom: 1px solid rgba(225, 229, 234, 0.6);
    background-color: rgba(252, 253, 255, 0.7);
    backdrop-filter: blur(8px);
}

.school-login-header-inner[b-yuiud21f4p] {
    margin: 0 auto;
    display: flex;
    height: 3.5rem;
    max-width: 64rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.brand[b-yuiud21f4p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-mark[b-yuiud21f4p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    color: var(--schulivo-primary);
}

.brand-mark svg[b-yuiud21f4p] {
    width: 1.5rem;
    height: 1.5rem;
}

.brand-name[b-yuiud21f4p] {
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    font-size: 0.875rem;
}

.brand-domain[b-yuiud21f4p] {
    font-size: 0.75rem;
    color: var(--schulivo-muted-foreground, #626a75);
}

.back-link[b-yuiud21f4p] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 2rem;
    padding: 0 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--schulivo-foreground);
    text-decoration: none;
    transition: all 0.2s ease;
}

.back-link svg[b-yuiud21f4p] {
    width: 1rem;
    height: 1rem;
}

.back-link:hover[b-yuiud21f4p] {
    background-color: rgba(28, 101, 200, 0.05);
    color: var(--schulivo-primary);
    transform: translateY(-1px);
}

/* main */

.school-login-main[b-yuiud21f4p] {
    position: relative;
    margin: 0 auto;
    display: flex;
    min-height: calc(100vh - 3.5rem);
    max-width: 48rem;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 1rem;
}

.login-intro[b-yuiud21f4p] {
    text-align: center;
    animation: fade-in-b-yuiud21f4p 0.6s ease-out both;
}

@keyframes fade-in-b-yuiud21f4p {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.login-intro-icon-wrap[b-yuiud21f4p] {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.login-intro-icon[b-yuiud21f4p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.125rem;
    border: 1px solid rgba(225, 229, 234, 0.6);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--schulivo-primary);
}

.login-intro-icon svg[b-yuiud21f4p] {
    width: 1.5rem;
    height: 1.5rem;
}

.login-eyebrow[b-yuiud21f4p] {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground, #626a75);
}

.login-title[b-yuiud21f4p] {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.login-subtitle[b-yuiud21f4p] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground, #626a75);
}

/* role cards */

.role-grid[b-yuiud21f4p] {
    margin-top: 2.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.role-card[b-yuiud21f4p] {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 1.125rem;
    border: 2px solid transparent;
    background-color: var(--schulivo-card);
    padding: 1.5rem;
    text-align: left;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

.role-card:hover[b-yuiud21f4p] {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.role-card-teacher[b-yuiud21f4p] {
    border-color: rgba(28, 101, 200, 0.3);
}

.role-card-teacher:hover[b-yuiud21f4p] {
    border-color: rgba(28, 101, 200, 0.7);
    box-shadow: 0 20px 25px -5px rgba(28, 101, 200, 0.1), 0 8px 10px -6px rgba(28, 101, 200, 0.1);
}

.role-card-student[b-yuiud21f4p] {
    border-color: rgba(249, 119, 112, 0.3);
}

.role-card-student:hover[b-yuiud21f4p] {
    border-color: rgba(249, 119, 112, 0.7);
    box-shadow: 0 20px 25px -5px rgba(249, 119, 112, 0.1), 0 8px 10px -6px rgba(249, 119, 112, 0.1);
}

.role-icon[b-yuiud21f4p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    transition: transform 0.2s ease;
}

.role-card:hover .role-icon[b-yuiud21f4p] {
    transform: rotate(6deg);
}

.role-icon svg[b-yuiud21f4p] {
    width: 1.5rem;
    height: 1.5rem;
}

.role-icon-teacher[b-yuiud21f4p] {
    background-color: rgba(28, 101, 200, 0.15);
    color: var(--schulivo-primary);
}

.role-icon-student[b-yuiud21f4p] {
    background-color: rgba(249, 119, 112, 0.15);
    color: var(--schulivo-accent-coral);
}

.role-title[b-yuiud21f4p] {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.role-desc[b-yuiud21f4p] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground, #626a75);
}

.role-cta[b-yuiud21f4p] {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.role-cta svg[b-yuiud21f4p] {
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s ease;
}

.role-card:hover .role-cta svg[b-yuiud21f4p] {
    transform: translateX(0.25rem);
}

.role-cta-teacher[b-yuiud21f4p] {
    color: var(--schulivo-primary);
}

.role-cta-student[b-yuiud21f4p] {
    color: var(--schulivo-accent-coral);
}

/* footnote */

.login-footnote[b-yuiud21f4p] {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--schulivo-muted-foreground, #626a75);
}

.login-footnote-domain[b-yuiud21f4p] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

@media (min-width: 768px) {
    .school-login-header-inner[b-yuiud21f4p] {
        padding: 0 2rem;
    }

    .login-title[b-yuiud21f4p] {
        font-size: 2.25rem;
    }

    .role-grid[b-yuiud21f4p] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/MyClass.razor.rz.scp.css */
.eyebrow[b-t7l5vaflpk] {
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
    margin: 0;
}

.welcome-title[b-t7l5vaflpk] {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0.25rem 0 0;
}

.welcome-sub[b-t7l5vaflpk] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
}

.panel[b-t7l5vaflpk] {
    margin-top: 2rem;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.5rem;
}

.panel-title[b-t7l5vaflpk] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.panel-text[b-t7l5vaflpk] {
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
    margin: 0;
}
/* /Components/Pages/Subjects.razor.rz.scp.css */
.subject-grid[b-jk0cxy2urv] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.subject-card[b-jk0cxy2urv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    padding: 1rem 1.25rem;
    transition: all 0.2s ease;
}

.subject-card:hover[b-jk0cxy2urv] {
    border-color: var(--schulivo-primary);
    box-shadow: 0 4px 12px rgba(28, 101, 200, 0.08);
}

.subject-dot[b-jk0cxy2urv] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
    flex-shrink: 0;
}

.subject-name[b-jk0cxy2urv] {
    font-size: 0.9375rem;
    font-weight: 500;
}

@media (min-width: 640px) {
    .subject-grid[b-jk0cxy2urv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .subject-grid[b-jk0cxy2urv] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Components/Pages/Timetable.razor.rz.scp.css */
.timetable-grid-wrap[b-ggfiu9t5gb] {
    overflow-x: auto;
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
}

.timetable-grid[b-ggfiu9t5gb] {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--schulivo-font);
    font-size: 0.8125rem;
}

.timetable-grid th[b-ggfiu9t5gb] {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--schulivo-muted-foreground);
    background-color: var(--schulivo-muted);
    border-bottom: 1px solid var(--schulivo-border);
}

.tt-period-header[b-ggfiu9t5gb] {
    width: 3rem;
}

.tt-period-cell[b-ggfiu9t5gb] {
    text-align: center;
    font-weight: 600;
    color: var(--schulivo-muted-foreground);
    border-top: 1px solid rgba(225, 229, 234, 0.6);
    width: 3rem;
}

.tt-cell[b-ggfiu9t5gb] {
    padding: 0.25rem;
    border-top: 1px solid rgba(225, 229, 234, 0.6);
    min-width: 8rem;
    vertical-align: middle;
}

.tt-slot-filled[b-ggfiu9t5gb] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid rgba(28, 101, 200, 0.25);
    background-color: rgba(28, 101, 200, 0.08);
    padding: 0.5rem 0.625rem;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.tt-slot-filled:hover[b-ggfiu9t5gb] {
    border-color: var(--schulivo-primary);
    background-color: rgba(28, 101, 200, 0.14);
}

.tt-slot-subject[b-ggfiu9t5gb] {
    font-weight: 600;
    color: var(--schulivo-foreground);
}

.tt-slot-teacher[b-ggfiu9t5gb] {
    font-size: 0.75rem;
    color: var(--schulivo-muted-foreground);
}

.tt-slot-empty[b-ggfiu9t5gb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.75rem;
    border-radius: 0.5rem;
    border: 1px dashed var(--schulivo-border);
    background: transparent;
    color: var(--schulivo-muted-foreground);
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tt-slot-empty:hover[b-ggfiu9t5gb] {
    border-color: var(--schulivo-primary);
    color: var(--schulivo-primary);
    background-color: rgba(28, 101, 200, 0.05);
}

.modal-meta[b-ggfiu9t5gb] {
    font-size: 0.8125rem;
    color: var(--schulivo-muted-foreground);
    margin: -0.5rem 0 0;
}

.modal-actions[b-ggfiu9t5gb] {
    display: flex;
    gap: 0.5rem;
}

.textarea[b-ggfiu9t5gb] {
    height: auto;
    padding: 0.625rem 0.875rem;
    resize: vertical;
    font-family: inherit;
}

.checkbox-label[b-ggfiu9t5gb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--schulivo-foreground);
    cursor: pointer;
}

.checkbox-label input[b-ggfiu9t5gb] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--schulivo-primary);
}
/* /Components/Pages/WartenAufFreigabe.razor.rz.scp.css */
.waiting-page[b-xswafoag9l] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
    padding: 2rem 1rem;
}

.waiting-card[b-xswafoag9l] {
    width: 100%;
    max-width: 26rem;
    text-align: center;
    border-radius: 1.125rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 20px 40px -20px rgba(28, 101, 200, 0.15);
    padding: 2.5rem 2rem;
}

.waiting-icon[b-xswafoag9l] {
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--schulivo-primary);
}

.waiting-icon svg[b-xswafoag9l] {
    width: 1.75rem;
    height: 1.75rem;
}

.waiting-title[b-xswafoag9l] {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.waiting-text[b-xswafoag9l] {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--schulivo-muted-foreground);
}

.btn-ghost-pill[b-xswafoag9l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    border-radius: 9999px;
    border: 1px solid var(--schulivo-border);
    background: transparent;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--schulivo-foreground);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-ghost-pill:hover[b-xswafoag9l] {
    border-color: var(--schulivo-primary);
    color: var(--schulivo-primary);
    background-color: rgba(28, 101, 200, 0.05);
}
/* /Components/Shared/Badge.razor.rz.scp.css */
.badge-pill[b-evjlljxxgc] {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.125rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    font-family: var(--schulivo-font);
    white-space: nowrap;
}

.variant-default[b-evjlljxxgc] {
    background-color: var(--schulivo-secondary);
    color: var(--schulivo-secondary-foreground);
}

.variant-primary[b-evjlljxxgc] {
    background-color: rgba(28, 101, 200, 0.12);
    color: var(--schulivo-primary);
}

.variant-success[b-evjlljxxgc] {
    background-color: rgba(14, 160, 83, 0.12);
    color: var(--schulivo-success);
}

.variant-warning[b-evjlljxxgc] {
    background-color: rgba(239, 168, 49, 0.15);
    color: #a86a13;
}

.variant-danger[b-evjlljxxgc] {
    background-color: rgba(249, 119, 112, 0.15);
    color: #c0392b;
}

.variant-purple[b-evjlljxxgc] {
    background-color: rgba(185, 140, 234, 0.15);
    color: #7c3aed;
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
.empty-state-block[b-ts5zyaj0w5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    text-align: center;
    color: var(--schulivo-muted-foreground);
    font-family: var(--schulivo-font);
}

.empty-state-icon[b-ts5zyaj0w5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background-color: var(--schulivo-muted);
    color: var(--schulivo-muted-foreground);
}

.empty-state-icon[b-ts5zyaj0w5]  svg {
    width: 1.5rem;
    height: 1.5rem;
}

.empty-state-text[b-ts5zyaj0w5] {
    font-size: 0.875rem;
    margin: 0;
}
/* /Components/Shared/MarkerHighlight.razor.rz.scp.css */
.marker-highlight[b-p1gb5wesw6] {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.marker-highlight-svg[b-p1gb5wesw6] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 1.5rem);
    height: 160%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.marker-highlight-text[b-p1gb5wesw6] {
    position: relative;
    z-index: 1;
}
/* /Components/Shared/Modal.razor.rz.scp.css */
.modal-backdrop[b-305nx5ce8p] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: rgba(15, 23, 42, 0.45);
    animation: modal-fade-in-b-305nx5ce8p 0.15s ease-out;
}

.modal-dialog[b-305nx5ce8p] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: calc(100% - 2rem);
    max-width: 28rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    border-radius: 1rem;
    background-color: var(--schulivo-card);
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.35);
    font-family: var(--schulivo-font);
    animation: modal-pop-in-b-305nx5ce8p 0.18s ease-out;
}

@keyframes modal-fade-in-b-305nx5ce8p {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modal-pop-in-b-305nx5ce8p {
    from { opacity: 0; transform: translate(-50%, -48%) scale(0.97); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.modal-header[b-305nx5ce8p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--schulivo-border);
}

.modal-title[b-305nx5ce8p] {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
    color: var(--schulivo-foreground);
}

.modal-close[b-305nx5ce8p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: none;
    background: transparent;
    color: var(--schulivo-muted-foreground);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-close:hover[b-305nx5ce8p] {
    background-color: var(--schulivo-secondary);
    color: var(--schulivo-foreground);
}

.modal-body[b-305nx5ce8p] {
    padding: 1.5rem;
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-5xze36mkof] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-title[b-5xze36mkof] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
    font-family: var(--schulivo-font);
    color: var(--schulivo-foreground);
}

.page-subtitle-inline[b-5xze36mkof] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--schulivo-muted-foreground);
}

.page-header-action[b-5xze36mkof] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}
/* /Components/Shared/ScribbleSparkle.razor.rz.scp.css */
.scribble-sparkle[b-wo094qfyti] {
    width: var(--scribble-size, 1.5rem);
    height: var(--scribble-size, 1.5rem);
    pointer-events: none;
    flex-shrink: 0;
}

.pos-tr[b-wo094qfyti] {
    position: absolute;
    top: -0.75rem;
    right: -1rem;
}

.pos-tl[b-wo094qfyti] {
    position: absolute;
    top: -0.75rem;
    left: -1rem;
}

.pos-br[b-wo094qfyti] {
    position: absolute;
    bottom: -0.75rem;
    right: -1rem;
}

.pos-bl[b-wo094qfyti] {
    position: absolute;
    bottom: -0.75rem;
    left: -1rem;
}
/* /Components/Shared/StatCard.razor.rz.scp.css */
.stat-card[b-677hptol68] {
    border-radius: 0.75rem;
    border: 1px solid var(--schulivo-border);
    background-color: var(--schulivo-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.25rem;
    font-family: var(--schulivo-font);
}

.stat-card-header[b-677hptol68] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.stat-label[b-677hptol68] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--schulivo-muted-foreground);
}

.stat-icon[b-677hptol68] {
    display: flex;
    color: var(--schulivo-muted-foreground);
    flex-shrink: 0;
}

.stat-icon[b-677hptol68]  svg {
    width: 1rem;
    height: 1rem;
}

.stat-value[b-677hptol68] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--schulivo-foreground);
}

.stat-caption[b-677hptol68] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--schulivo-muted-foreground);
}
/* /Components/Shared/Tabs.razor.rz.scp.css */
.tab-strip[b-0ztj8pzcqu] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 1px solid var(--schulivo-border);
    margin-bottom: 1.5rem;
    font-family: var(--schulivo-font);
}

.tab-button[b-0ztj8pzcqu] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    background: transparent;
    padding: 0.625rem 0.25rem;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--schulivo-muted-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 1.25rem;
}

.tab-button:hover[b-0ztj8pzcqu] {
    color: var(--schulivo-foreground);
}

.tab-button.active[b-0ztj8pzcqu] {
    color: var(--schulivo-primary);
    border-bottom-color: var(--schulivo-primary);
    font-weight: 600;
}

.tab-count[b-0ztj8pzcqu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.3rem;
    border-radius: 9999px;
    background-color: var(--schulivo-secondary);
    color: var(--schulivo-foreground);
    font-size: 0.6875rem;
    font-weight: 600;
}

.tab-button.active .tab-count[b-0ztj8pzcqu] {
    background-color: rgba(28, 101, 200, 0.12);
    color: var(--schulivo-primary);
}
