/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xp5kmsxzbr] {
    min-height: 100vh;
    display: flex;
    background: #f4f7fb;
}

.sidebar[b-xp5kmsxzbr] {
    width: 280px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 32%), linear-gradient(180deg, #214e78 0%, #183754 55%, #10263c 100%);
    box-shadow: 8px 0 24px rgba(15, 23, 42, 0.12);
}

.main[b-xp5kmsxzbr] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.topbar[b-xp5kmsxzbr] {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background: #ffffff;
    border-bottom: 1px solid #e3e8ef;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.topbar-title[b-xp5kmsxzbr] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
}

.content[b-xp5kmsxzbr] {
    flex: 1;
    padding: 2rem;
}

@media (max-width: 800px) {
    .page[b-xp5kmsxzbr] {
        flex-direction: column;
    }

    .sidebar[b-xp5kmsxzbr] {
        width: 100%;
        min-height: auto;
        position: relative;
        box-shadow: none;
    }

    .topbar[b-xp5kmsxzbr] {
        height: auto;
        padding: 1rem;
    }

    .content[b-xp5kmsxzbr] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.side-nav[b-snsrnjuihe] {
    height: 100%;
    padding: 1.25rem 1rem;
    color: #e5e7eb;
}

.brand[b-snsrnjuihe] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.75rem 1.25rem 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-icon[b-snsrnjuihe] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1e3a5f;
    font-weight: 800;
    font-size: 1.15rem;
}

.brand-title[b-snsrnjuihe] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.brand-subtitle[b-snsrnjuihe] {
    font-size: 0.78rem;
    color: #b6c2d2;
    margin-top: 0.15rem;
}

.nav-section[b-snsrnjuihe] {
    margin-top: 1.25rem;
}

.nav-section-title[b-snsrnjuihe] {
    padding: 0 0.75rem;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #93a4b8;
}

[b-snsrnjuihe] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.25rem;
    border-radius: 12px;
    color: #dbe4ee;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

    [b-snsrnjuihe] .nav-link:hover {
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
        transform: translateX(2px);
    }

    [b-snsrnjuihe] .nav-link.active {
        background: #ffffff;
        color: #1e3a5f;
        font-weight: 700;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    }

.nav-icon[b-snsrnjuihe] {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    opacity: 0.95;
}

[b-snsrnjuihe] .nav-link.active .nav-icon {
    background: rgba(30, 58, 95, 0.10);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z09v7bj4y9],
.components-reconnect-repeated-attempt-visible[b-z09v7bj4y9],
.components-reconnect-failed-visible[b-z09v7bj4y9],
.components-pause-visible[b-z09v7bj4y9],
.components-resume-failed-visible[b-z09v7bj4y9],
.components-rejoining-animation[b-z09v7bj4y9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-retrying[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-failed[b-z09v7bj4y9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z09v7bj4y9] {
    display: block;
}


#components-reconnect-modal[b-z09v7bj4y9] {
    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-z09v7bj4y9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-z09v7bj4y9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-z09v7bj4y9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-z09v7bj4y9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-z09v7bj4y9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-z09v7bj4y9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-z09v7bj4y9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-z09v7bj4y9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-z09v7bj4y9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-z09v7bj4y9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-z09v7bj4y9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-z09v7bj4y9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-z09v7bj4y9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-z09v7bj4y9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-z09v7bj4y9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z09v7bj4y9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z09v7bj4y9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-z09v7bj4y9 {
    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/Attendance.razor.rz.scp.css */
.attendance-page[b-nhpc8hs8jd] {
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.attendance-card[b-nhpc8hs8jd] {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.attendance-header[b-nhpc8hs8jd] {
    margin-bottom: 1.75rem;
    text-align: center;
}

    .attendance-header h1[b-nhpc8hs8jd] {
        margin-bottom: 0.4rem;
        font-size: 2rem;
    }

    .attendance-header p[b-nhpc8hs8jd] {
        margin: 0;
        color: #64748b;
    }

.code-input[b-nhpc8hs8jd] {
    text-transform: lowercase;
    font-size: 2rem;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.pin-input[b-nhpc8hs8jd] {
    font-size: 2rem;
    letter-spacing: 0.35em;
    font-weight: 700;
}

.attendance-result[b-nhpc8hs8jd] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 18px;
    text-align: center;
}

    .attendance-result.success[b-nhpc8hs8jd] {
        background: #ecfdf5;
        color: #065f46;
    }

    .attendance-result.error[b-nhpc8hs8jd] {
        background: #fef2f2;
        color: #991b1b;
    }

.result-title[b-nhpc8hs8jd] {
    font-size: 1.15rem;
    font-weight: 800;
}

.result-student[b-nhpc8hs8jd] {
    margin-top: 0.4rem;
    font-size: 1.45rem;
    font-weight: 800;
}

.result-details[b-nhpc8hs8jd] {
    margin-top: 0.35rem;
    color: inherit;
    opacity: 0.85;
}

.result-badge[b-nhpc8hs8jd] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

    .result-badge.entry[b-nhpc8hs8jd] {
        background: #059669;
        color: #ffffff;
    }

    .result-badge.exit[b-nhpc8hs8jd] {
        background: #2563eb;
        color: #ffffff;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-jk4t8h5wmd] {
    max-width: 1100px;
}

.hero-card[b-jk4t8h5wmd] {
    background: linear-gradient(135deg, #214e78 0%, #2563eb 100%);
    color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

    .hero-card h1[b-jk4t8h5wmd] {
        margin-bottom: 0.5rem;
        color: #ffffff;
    }

    .hero-card p[b-jk4t8h5wmd] {
        margin: 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: 1.05rem;
    }

.code-pill[b-jk4t8h5wmd] {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-weight: 800;
    letter-spacing: 0.04em;
}
/* /Components/Pages/ParentCall.razor.rz.scp.css */
.parent-call-page[b-hs6xxp8fts] {
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent-call-card[b-hs6xxp8fts] {
    width: 100%;
    max-width: 540px;
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.parent-call-header[b-hs6xxp8fts] {
    margin-bottom: 1.75rem;
    text-align: center;
}

    .parent-call-header h1[b-hs6xxp8fts] {
        margin-bottom: 0.4rem;
        font-size: 2rem;
    }

    .parent-call-header p[b-hs6xxp8fts] {
        margin: 0;
        color: #64748b;
    }

.code-input[b-hs6xxp8fts] {
    text-transform: lowercase;
    font-size: 2rem;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.pin-input[b-hs6xxp8fts] {
    font-size: 2rem;
    letter-spacing: 0.35em;
    font-weight: 700;
}

.parent-call-result[b-hs6xxp8fts] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 18px;
    text-align: center;
}

    .parent-call-result.waiting[b-hs6xxp8fts] {
        background: #fffbeb;
        color: #92400e;
    }

    .parent-call-result.called[b-hs6xxp8fts] {
        background: #eff6ff;
        color: #1e3a8a;
    }

    .parent-call-result.released[b-hs6xxp8fts] {
        background: #ecfdf5;
        color: #065f46;
    }

    .parent-call-result.cancelled[b-hs6xxp8fts] {
        background: #fef2f2;
        color: #991b1b;
    }

    .parent-call-result.error[b-hs6xxp8fts] {
        background: #fef2f2;
        color: #991b1b;
    }

.result-title[b-hs6xxp8fts] {
    font-size: 1.15rem;
    font-weight: 800;
}

.result-student[b-hs6xxp8fts] {
    margin-top: 0.4rem;
    font-size: 1.45rem;
    font-weight: 800;
}

.result-details[b-hs6xxp8fts] {
    margin-top: 0.35rem;
    color: inherit;
    opacity: 0.85;
}

.result-badge[b-hs6xxp8fts] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.06em;
}

    .result-badge.waiting[b-hs6xxp8fts] {
        background: #d97706;
    }

    .result-badge.called[b-hs6xxp8fts] {
        background: #2563eb;
    }

    .result-badge.released[b-hs6xxp8fts] {
        background: #059669;
    }

    .result-badge.cancelled[b-hs6xxp8fts] {
        background: #dc2626;
    }
/* /Components/Pages/StaffDashboard.razor.rz.scp.css */
.dashboard-page[b-43h2kyfibk] {
    width: 100%;
}

.dashboard-header[b-43h2kyfibk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    .dashboard-header h1[b-43h2kyfibk] {
        margin-bottom: 0.35rem;
    }

    .dashboard-header p[b-43h2kyfibk] {
        margin: 0;
        color: #64748b;
    }

.dashboard-grid[b-43h2kyfibk] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
    gap: 1.5rem;
}

.dashboard-card[b-43h2kyfibk] {
    min-height: 360px;
}

.counter-badge[b-43h2kyfibk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-weight: 800;
}

    .counter-badge.urgent[b-43h2kyfibk] {
        background: #fee2e2;
        color: #991b1b;
    }

.empty-text[b-43h2kyfibk] {
    margin: 0;
    color: #64748b;
}

.code-pill[b-43h2kyfibk] {
    display: inline-block;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.call-list[b-43h2kyfibk] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.call-card[b-43h2kyfibk] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.call-main[b-43h2kyfibk] {
    min-width: 0;
}

.call-time[b-43h2kyfibk] {
    font-size: 0.85rem;
    font-weight: 800;
    color: #2563eb;
}

.call-student[b-43h2kyfibk] {
    margin-top: 0.15rem;
    font-size: 1.15rem;
    font-weight: 850;
    color: #111827;
}

.call-details[b-43h2kyfibk] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.92rem;
}

.call-actions[b-43h2kyfibk] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 110px;
}

.status-badge[b-43h2kyfibk] {
    display: inline-block;
    margin-top: 0.55rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
}

    .status-badge.waiting[b-43h2kyfibk] {
        background: #fef3c7;
        color: #92400e;
    }

    .status-badge.called[b-43h2kyfibk] {
        background: #dbeafe;
        color: #1e40af;
    }

@media (max-width: 1100px) {
    .dashboard-grid[b-43h2kyfibk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .dashboard-header[b-43h2kyfibk] {
        flex-direction: column;
    }

    .call-card[b-43h2kyfibk] {
        flex-direction: column;
    }

    .call-actions[b-43h2kyfibk] {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
