/* /Components/Admin/AdminNav.razor.rz.scp.css */
.admin-nav[b-l6khzefx0e] {
    border-bottom: 1px solid var(--skolio-border);
    background-color: rgba(252, 253, 255, 0.9);
    backdrop-filter: blur(8px);
    font-family: var(--skolio-font);
}

.admin-nav-inner[b-l6khzefx0e] {
    margin: 0 auto;
    max-width: 72rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
}

.admin-brand[b-l6khzefx0e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--skolio-foreground);
    text-decoration: none;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

.admin-brand svg[b-l6khzefx0e] {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--skolio-primary);
}

.admin-nav-links[b-l6khzefx0e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    overflow-x: auto;
}

.admin-nav-link[b-l6khzefx0e] {
    display: inline-flex;
    align-items: center;
    height: 2rem;
    border-radius: 9999px;
    padding: 0 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--skolio-muted-foreground);
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.admin-nav-link:hover[b-l6khzefx0e] {
    color: var(--skolio-foreground);
    background-color: var(--skolio-secondary);
}

.admin-nav-link.active[b-l6khzefx0e] {
    color: var(--skolio-primary);
    background-color: rgba(28, 101, 200, 0.08);
    font-weight: 600;
}
/* /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/AdminAnfragen.razor.rz.scp.css */
.admin-page[b-l2n8yc0cke] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

.admin-main[b-l2n8yc0cke] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.admin-title[b-l2n8yc0cke] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.admin-subtitle[b-l2n8yc0cke] {
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

.admin-empty[b-l2n8yc0cke] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
    padding: 2rem 0;
    text-align: center;
}

.request-list[b-l2n8yc0cke] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

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

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

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

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

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

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

.request-select[b-l2n8yc0cke] {
    height: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-muted);
    padding: 0 0.75rem;
    font-size: 0.8125rem;
    color: var(--skolio-foreground);
    font-family: inherit;
}

.request-error[b-l2n8yc0cke] {
    width: 100%;
    margin: 0;
    font-size: 0.75rem;
    color: #c0392b;
}

.btn-primary-pill[b-l2n8yc0cke] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    border-radius: 9999px;
    border: none;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background-color: var(--skolio-primary);
    color: var(--skolio-primary-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-primary-pill:hover[b-l2n8yc0cke] {
    background-color: #1855ab;
}

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

.btn-ghost-pill:hover[b-l2n8yc0cke] {
    border-color: #c0392b;
    color: #c0392b;
    background-color: rgba(192, 57, 43, 0.05);
}
/* /Components/Pages/AdminBenutzer.razor.rz.scp.css */
.admin-page[b-9kldoc4nk5] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

.admin-main[b-9kldoc4nk5] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.admin-title[b-9kldoc4nk5] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.admin-subtitle[b-9kldoc4nk5] {
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

.admin-empty[b-9kldoc4nk5] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
    padding: 2rem 0;
    text-align: center;
}

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

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

.user-table td[b-9kldoc4nk5] {
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(225, 229, 234, 0.6);
}

.role-badge[b-9kldoc4nk5] {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.125rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
}

.role-administrator[b-9kldoc4nk5] {
    background-color: rgba(185, 140, 234, 0.15);
    color: #7c3aed;
}

.role-lehrer[b-9kldoc4nk5] {
    background-color: rgba(28, 101, 200, 0.12);
    color: var(--skolio-primary);
}

.role-schueler[b-9kldoc4nk5] {
    background-color: rgba(14, 160, 83, 0.12);
    color: var(--skolio-success);
}
/* /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(--skolio-font);
    color: var(--skolio-foreground);
    padding: 2rem 1rem;
}

.auth-card[b-ffh36ooeze] {
    width: 100%;
    max-width: 26rem;
    border-radius: 1.125rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-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(--skolio-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(--skolio-primary);
}

.auth-tabs[b-ffh36ooeze] {
    display: flex;
    gap: 0.25rem;
    background-color: var(--skolio-muted);
    border-radius: 0.75rem;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
}

.auth-tab[b-ffh36ooeze] {
    flex: 1;
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--skolio-muted-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
}

.auth-tab.active[b-ffh36ooeze] {
    background-color: var(--skolio-card);
    color: var(--skolio-foreground);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.clerk-widget-mount[b-ffh36ooeze] {
    min-height: 20rem;
}

.clerk-widget-missing-key[b-ffh36ooeze] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: rgba(239, 168, 49, 0.12);
    color: #a86a13;
    font-size: 0.8125rem;
}

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

.auth-hint a[b-ffh36ooeze] {
    color: var(--skolio-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(--skolio-font);
    color: var(--skolio-foreground);
    padding: 2rem 1rem;
}

.auth-card[b-jr8okxsldt] {
    width: 100%;
    max-width: 26rem;
    border-radius: 1.125rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-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(--skolio-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(--skolio-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(--skolio-muted-foreground);
}

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

.join-input:focus[b-jr8okxsldt] {
    background-color: var(--skolio-card);
    border-color: var(--skolio-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(--skolio-primary);
    color: var(--skolio-primary-foreground);
    box-shadow: 0 4px 8px rgba(28, 101, 200, 0.2);
    cursor: pointer;
    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%;
}

.clerk-widget-mount[b-jr8okxsldt] {
    min-height: 20rem;
}

.clerk-widget-missing-key[b-jr8okxsldt] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: rgba(239, 168, 49, 0.12);
    color: #a86a13;
    font-size: 0.8125rem;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dash-page[b-jxh6njpuus] {
    display: flex;
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

/* sidebar */

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

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

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

.dash-logo svg[b-jxh6njpuus] {
    width: 1.5rem;
    height: 1.5rem;
}

.dash-brand-text[b-jxh6njpuus] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

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

.dash-brand-sub[b-jxh6njpuus] {
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-sidebar-content[b-jxh6njpuus] {
    flex: 1;
    overflow: auto;
    padding: 0.5rem;
}

.dash-nav-group[b-jxh6njpuus] {
    padding: 0.5rem;
}

.dash-nav-label[b-jxh6njpuus] {
    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);
}

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

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

.dash-nav-link:hover[b-jxh6njpuus] {
    background-color: var(--skolio-secondary);
}

.dash-nav-link.active[b-jxh6njpuus] {
    background-color: var(--skolio-secondary);
    font-weight: 500;
}

/* body */

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

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

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

.icon-btn svg[b-jxh6njpuus] {
    width: 1rem;
    height: 1rem;
}

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

.dash-divider[b-jxh6njpuus] {
    width: 1px;
    height: 1.5rem;
    background-color: var(--skolio-border);
    margin: 0 0.25rem;
    flex-shrink: 0;
}

.dash-search[b-jxh6njpuus] {
    position: relative;
    flex: 1;
    max-width: 24rem;
    display: none;
    align-items: center;
}

.dash-search svg[b-jxh6njpuus] {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    color: var(--skolio-muted-foreground);
    pointer-events: none;
}

.dash-search input[b-jxh6njpuus] {
    width: 100%;
    height: 2.25rem;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    background-color: var(--skolio-muted);
    padding: 0 0.75rem 0 2.25rem;
    font-size: 0.875rem;
    color: var(--skolio-foreground);
    outline: none;
    transition: background-color 0.2s ease;
}

.dash-search input:focus[b-jxh6njpuus] {
    background-color: var(--skolio-card);
    border-color: var(--skolio-border);
}

.dash-header-actions[b-jxh6njpuus] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notif-btn[b-jxh6njpuus] {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
}

.notif-dot[b-jxh6njpuus] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 9999px;
    background-color: var(--skolio-primary);
}

.user-chip[b-jxh6njpuus] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.user-chip:hover[b-jxh6njpuus] {
    background-color: var(--skolio-secondary);
}

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

.user-name[b-jxh6njpuus] {
    font-size: 0.875rem;
    font-weight: 500;
}

/* main */

.dash-main[b-jxh6njpuus] {
    flex: 1;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: fade-in-b-jxh6njpuus 0.5s ease-out both;
}

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

.dash-title[b-jxh6njpuus] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.dash-subtitle[b-jxh6njpuus] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

/* stat cards */

.stat-grid[b-jxh6njpuus] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.stat-card[b-jxh6njpuus] {
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.25rem;
}

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

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

.stat-icon[b-jxh6njpuus] {
    width: 1rem;
    height: 1rem;
    color: var(--skolio-muted-foreground);
    flex-shrink: 0;
}

.stat-value[b-jxh6njpuus] {
    font-size: 1.5rem;
    font-weight: 600;
}

.stat-value-sm[b-jxh6njpuus] {
    font-size: 1.125rem;
}

.stat-caption[b-jxh6njpuus] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

/* panels */

.dash-columns[b-jxh6njpuus] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.dash-columns-even[b-jxh6njpuus] {
    grid-template-columns: 1fr;
}

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

.panel-header[b-jxh6njpuus] {
    margin-bottom: 1.25rem;
}

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

.panel-subtitle[b-jxh6njpuus] {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

/* chart */

.chart[b-jxh6njpuus] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem;
    height: 160px;
}

.chart-col[b-jxh6njpuus] {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    justify-content: flex-end;
}

.chart-bars[b-jxh6njpuus] {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    height: 130px;
    width: 100%;
    justify-content: center;
}

.chart-bar[b-jxh6njpuus] {
    width: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    min-height: 2px;
    transition: height 0.3s ease;
}

.chart-bar-exams[b-jxh6njpuus] {
    background-color: rgba(28, 101, 200, 0.35);
}

.chart-bar-submissions[b-jxh6njpuus] {
    background-color: var(--skolio-primary);
}

.chart-day[b-jxh6njpuus] {
    font-size: 0.6875rem;
    color: var(--skolio-muted-foreground);
}

.chart-legend[b-jxh6njpuus] {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.legend-item[b-jxh6njpuus] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.legend-dot[b-jxh6njpuus] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
}

.legend-dot-exams[b-jxh6njpuus] {
    background-color: rgba(28, 101, 200, 0.35);
}

.legend-dot-submissions[b-jxh6njpuus] {
    background-color: var(--skolio-primary);
}

/* activity list */

.activity-list[b-jxh6njpuus] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.activity-item[b-jxh6njpuus] {
    padding: 0.75rem 0;
}

.activity-item + .activity-item[b-jxh6njpuus] {
    border-top: 1px solid rgba(225, 229, 234, 0.6);
}

.activity-text[b-jxh6njpuus] {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.4;
}

.activity-time[b-jxh6njpuus] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

/* exam list */

.exam-list[b-jxh6njpuus] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.exam-list-row[b-jxh6njpuus] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
}

.exam-list-row + .exam-list-row[b-jxh6njpuus] {
    border-top: 1px solid rgba(225, 229, 234, 0.6);
}

.exam-list-main[b-jxh6njpuus] {
    min-width: 0;
    flex: 1;
}

.exam-list-title[b-jxh6njpuus] {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exam-list-meta[b-jxh6njpuus] {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.status-badge[b-jxh6njpuus] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.125rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-published[b-jxh6njpuus] {
    background-color: rgba(14, 160, 83, 0.12);
    color: var(--skolio-success);
}

.status-closed[b-jxh6njpuus] {
    background-color: var(--skolio-secondary);
    color: var(--skolio-muted-foreground);
}

.status-draft[b-jxh6njpuus] {
    background-color: rgba(239, 168, 49, 0.15);
    color: #a86a13;
}

.btn-ghost-pill[b-jxh6njpuus] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    border-radius: 9999px;
    border: 1px solid var(--skolio-border);
    background: transparent;
    padding: 0 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--skolio-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-ghost-pill:hover[b-jxh6njpuus] {
    border-color: var(--skolio-primary);
    color: var(--skolio-primary);
    background-color: rgba(28, 101, 200, 0.05);
}

@media (min-width: 768px) {
    .dash-sidebar[b-jxh6njpuus] {
        display: flex;
    }

    .dash-search[b-jxh6njpuus] {
        display: flex;
    }

    .dash-header[b-jxh6njpuus] {
        padding: 0 1.5rem;
    }

    .dash-main[b-jxh6njpuus] {
        padding: 2rem;
    }

    .stat-grid[b-jxh6njpuus] {
        grid-template-columns: repeat(3, 1fr);
    }

    .dash-columns-even[b-jxh6njpuus] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .dash-columns[b-jxh6njpuus] {
        grid-template-columns: 2fr 1fr;
    }
}

@media (min-width: 1280px) {
    .stat-grid[b-jxh6njpuus] {
        grid-template-columns: repeat(6, 1fr);
    }
}
/* /Components/Pages/Faecher.razor.rz.scp.css */
.admin-page[b-kk3324nwij] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

.admin-main[b-kk3324nwij] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.admin-title[b-kk3324nwij] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.admin-subtitle[b-kk3324nwij] {
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

.admin-empty[b-kk3324nwij] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
    padding: 2rem 0;
    text-align: center;
}

.create-card[b-kk3324nwij] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    margin-bottom: 0.75rem;
}

.text-input[b-kk3324nwij] {
    flex: 1;
    min-width: 10rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-muted);
    padding: 0 0.875rem;
    font-size: 0.875rem;
    font-family: inherit;
    color: var(--skolio-foreground);
    outline: none;
    transition: all 0.2s ease;
}

.text-input:focus[b-kk3324nwij] {
    background-color: var(--skolio-card);
    border-color: var(--skolio-primary);
}

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

.btn-primary-pill[b-kk3324nwij] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 9999px;
    border: none;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background-color: var(--skolio-primary);
    color: var(--skolio-primary-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-primary-pill:hover[b-kk3324nwij] {
    background-color: #1855ab;
}

.fach-list[b-kk3324nwij] {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fach-item[b-kk3324nwij] {
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}
/* /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(--skolio-font);
    color: var(--skolio-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(--skolio-accent-yellow);
}

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

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

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

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

.floating-icon-lilac[b-yuiud21f4p] {
    background-color: rgba(185, 140, 234, 0.15);
    color: var(--skolio-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(--skolio-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(--skolio-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(--skolio-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(--skolio-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[b-yuiud21f4p] {
    margin: 0 auto;
    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(--skolio-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--skolio-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(--skolio-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(--skolio-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(--skolio-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(--skolio-primary);
}

.role-icon-student[b-yuiud21f4p] {
    background-color: rgba(249, 119, 112, 0.15);
    color: var(--skolio-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(--skolio-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(--skolio-primary);
}

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

/* footnote */

.login-footnote[b-yuiud21f4p] {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--skolio-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/KlasseDetail.razor.rz.scp.css */
.admin-page[b-xo2bh28ac7] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

.admin-main[b-xo2bh28ac7] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

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

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

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

.admin-title[b-xo2bh28ac7] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.admin-subtitle[b-xo2bh28ac7] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

.admin-empty[b-xo2bh28ac7] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
    padding: 2rem 0;
    text-align: center;
}

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

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

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

.code-display[b-xo2bh28ac7] {
    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(--skolio-muted);
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
}

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

.btn-primary-pill:hover[b-xo2bh28ac7] {
    background-color: #1855ab;
}

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

.btn-ghost-pill:hover[b-xo2bh28ac7] {
    border-color: #c0392b;
    color: #c0392b;
    background-color: rgba(192, 57, 43, 0.05);
}

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

.student-email[b-xo2bh28ac7] {
    margin-left: 0.5rem;
    font-size: 0.8125rem;
    color: var(--skolio-muted-foreground);
}
/* /Components/Pages/Klassen.razor.rz.scp.css */
.admin-page[b-vpoi3jseep] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

.admin-main[b-vpoi3jseep] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.admin-title[b-vpoi3jseep] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0;
}

.admin-subtitle[b-vpoi3jseep] {
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

.admin-empty[b-vpoi3jseep] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
    padding: 2rem 0;
    text-align: center;
}

.create-card[b-vpoi3jseep] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    margin-bottom: 0.75rem;
}

.text-input[b-vpoi3jseep] {
    flex: 1;
    min-width: 10rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-muted);
    padding: 0 0.875rem;
    font-size: 0.875rem;
    font-family: inherit;
    color: var(--skolio-foreground);
    outline: none;
    transition: all 0.2s ease;
}

.text-input:focus[b-vpoi3jseep] {
    background-color: var(--skolio-card);
    border-color: var(--skolio-primary);
}

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

.btn-primary-pill[b-vpoi3jseep] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 9999px;
    border: none;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background-color: var(--skolio-primary);
    color: var(--skolio-primary-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-primary-pill:hover[b-vpoi3jseep] {
    background-color: #1855ab;
}

.klasse-list[b-vpoi3jseep] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.klasse-card[b-vpoi3jseep] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-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;
}

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

.klasse-card svg[b-vpoi3jseep] {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--skolio-muted-foreground);
    flex-shrink: 0;
}

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

.klasse-meta[b-vpoi3jseep] {
    margin-top: 0.125rem;
    font-size: 0.8125rem;
    color: var(--skolio-muted-foreground);
}
/* /Components/Pages/Student.razor.rz.scp.css */
.student-page[b-rqjsan6ri2] {
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: var(--skolio-font);
    color: var(--skolio-foreground);
}

/* header */

.student-header[b-rqjsan6ri2] {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(225, 229, 234, 0.7);
    background-color: rgba(252, 253, 255, 0.85);
    backdrop-filter: blur(8px);
}

.student-header-inner[b-rqjsan6ri2] {
    margin: 0 auto;
    display: flex;
    height: 3.5rem;
    max-width: 72rem;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1rem;
}

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

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

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

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

.student-brand[b-rqjsan6ri2] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
}

.student-brand-mark[b-rqjsan6ri2] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background-color: var(--skolio-primary);
    color: var(--skolio-primary-foreground);
}

.student-brand-mark svg[b-rqjsan6ri2] {
    width: 1rem;
    height: 1rem;
}

.student-brand-text[b-rqjsan6ri2] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.student-brand-name[b-rqjsan6ri2] {
    font-size: 0.875rem;
    font-weight: 600;
}

.student-brand-sub[b-rqjsan6ri2] {
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.student-nav[b-rqjsan6ri2] {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.student-nav-link[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--skolio-muted-foreground);
    text-decoration: none;
    transition: colors 0.2s ease;
}

.student-nav-link svg[b-rqjsan6ri2] {
    width: 1rem;
    height: 1rem;
}

.student-nav-link:hover[b-rqjsan6ri2] {
    color: var(--skolio-foreground);
    background-color: rgba(28, 101, 200, 0.06);
}

.student-nav-link.active[b-rqjsan6ri2] {
    background-color: var(--skolio-secondary);
    color: var(--skolio-foreground);
}

.student-header-actions[b-rqjsan6ri2] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pill-link[b-rqjsan6ri2] {
    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(--skolio-foreground);
    text-decoration: none;
    transition: all 0.2s ease;
}

.pill-link svg[b-rqjsan6ri2] {
    width: 1rem;
    height: 1rem;
}

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

.pill-link.small[b-rqjsan6ri2] {
    height: 2rem;
}

.user-chip[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
    transition: background-color 0.2s ease;
}

.user-chip:hover[b-rqjsan6ri2] {
    background-color: var(--skolio-secondary);
}

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

.user-name[b-rqjsan6ri2] {
    font-size: 0.875rem;
    font-weight: 500;
}

/* main */

.student-main[b-rqjsan6ri2] {
    margin: 0 auto;
    max-width: 72rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: fade-in-b-rqjsan6ri2 0.5s ease-out both;
}

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

.eyebrow[b-rqjsan6ri2] {
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

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

.welcome-sub[b-rqjsan6ri2] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--skolio-muted-foreground);
}

/* stat cards */

.stat-grid[b-rqjsan6ri2] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.stat-card[b-rqjsan6ri2] {
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.5rem;
}

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

.stat-label[b-rqjsan6ri2] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--skolio-muted-foreground);
    letter-spacing: -0.01em;
}

.stat-icon[b-rqjsan6ri2] {
    width: 1rem;
    height: 1rem;
    color: var(--skolio-muted-foreground);
}

.stat-value[b-rqjsan6ri2] {
    font-size: 1.5rem;
    font-weight: 600;
}

.stat-caption[b-rqjsan6ri2] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

/* sections */

.student-section[b-rqjsan6ri2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section-header[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title[b-rqjsan6ri2] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.exam-grid[b-rqjsan6ri2] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
}

.exam-card[b-rqjsan6ri2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    padding: 1.25rem;
    transition: box-shadow 0.2s ease;
}

.exam-card:hover[b-rqjsan6ri2] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.exam-card-top[b-rqjsan6ri2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.exam-title[b-rqjsan6ri2] {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
}

.exam-meta[b-rqjsan6ri2] {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.badge[b-rqjsan6ri2] {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    background-color: var(--skolio-secondary);
    color: var(--skolio-secondary-foreground);
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.exam-info-row[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.exam-info-item[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.exam-info-item svg[b-rqjsan6ri2] {
    width: 0.75rem;
    height: 0.75rem;
}

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

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

.full-width[b-rqjsan6ri2] {
    width: 100%;
}

/* results list */

.result-list[b-rqjsan6ri2] {
    border-radius: 0.75rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-card);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.result-row[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.result-row + .result-row[b-rqjsan6ri2] {
    border-top: 1px solid rgba(225, 229, 234, 0.6);
}

.result-icon[b-rqjsan6ri2] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background-color: rgba(28, 101, 200, 0.1);
    color: var(--skolio-primary);
}

.result-icon svg[b-rqjsan6ri2] {
    width: 1rem;
    height: 1rem;
}

.result-text[b-rqjsan6ri2] {
    min-width: 0;
    flex: 1;
}

.result-title[b-rqjsan6ri2] {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-meta[b-rqjsan6ri2] {
    font-size: 0.75rem;
    color: var(--skolio-muted-foreground);
}

.result-score[b-rqjsan6ri2] {
    width: 10rem;
    flex-shrink: 0;
}

.result-score-row[b-rqjsan6ri2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
}

.result-score-fraction[b-rqjsan6ri2] {
    color: var(--skolio-muted-foreground);
}

.result-score-percent[b-rqjsan6ri2] {
    font-weight: 500;
}

.progress-track[b-rqjsan6ri2] {
    margin-top: 0.375rem;
    height: 0.375rem;
    width: 100%;
    border-radius: 9999px;
    background-color: rgba(28, 101, 200, 0.2);
    overflow: hidden;
}

.progress-fill[b-rqjsan6ri2] {
    height: 100%;
    border-radius: 9999px;
    background-color: var(--skolio-primary);
}

@media (min-width: 768px) {
    .menu-btn[b-rqjsan6ri2] {
        display: none;
    }

    .student-nav[b-rqjsan6ri2] {
        display: flex;
    }
}

@media (max-width: 767px) {
    .student-nav[b-rqjsan6ri2] {
        display: none;
    }

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

@media (max-width: 639px) {
    .hide-mobile[b-rqjsan6ri2] {
        display: none;
    }
}

@media (min-width: 640px) {
    .pill-link.small[b-rqjsan6ri2] {
        display: inline-flex;
    }
}

@media (min-width: 768px) {
    .student-header-inner[b-rqjsan6ri2] {
        padding: 0 2rem;
        gap: 1rem;
    }

    .student-main[b-rqjsan6ri2] {
        padding: 2rem;
    }

    .stat-grid[b-rqjsan6ri2] {
        grid-template-columns: repeat(3, 1fr);
    }

    .exam-grid[b-rqjsan6ri2] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /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(--skolio-font);
    color: var(--skolio-foreground);
    padding: 2rem 1rem;
}

.waiting-card[b-xswafoag9l] {
    width: 100%;
    max-width: 26rem;
    text-align: center;
    border-radius: 1.125rem;
    border: 1px solid var(--skolio-border);
    background-color: var(--skolio-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(--skolio-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(--skolio-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(--skolio-border);
    background: transparent;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--skolio-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-ghost-pill:hover[b-xswafoag9l] {
    border-color: var(--skolio-primary);
    color: var(--skolio-primary);
    background-color: rgba(28, 101, 200, 0.05);
}
