/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
:host[b-wo8jyfuzbx] {
    display: block;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1[b-wo8jyfuzbx] {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #111827;
}

.row[b-wo8jyfuzbx] {
    justify-content: center;
}

.col-md-4[b-wo8jyfuzbx] {
    max-width: 420px;
}

section[b-wo8jyfuzbx] {
    background: #ffffff;
    padding: 2.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    section p[b-wo8jyfuzbx] {
        margin-top: 0;
        margin-bottom: 1.25rem;
        font-size: 0.95rem;
        color: #4b5563;
        text-align: center;
    }

.validation-summary-errors[b-wo8jyfuzbx] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .validation-summary-errors ul[b-wo8jyfuzbx] {
        margin: 0;
        padding-left: 1.1rem;
    }

.form-floating .form-control[b-wo8jyfuzbx] {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #111827;
    padding: 0.9rem;
    font-size: 0.95rem;
}

    .form-floating .form-control:focus[b-wo8jyfuzbx] {
        border-color: #2563eb;
        box-shadow: none;
    }

.form-floating .form-label[b-wo8jyfuzbx],
.form-floating label[b-wo8jyfuzbx] {
    color: #6b7280;
    font-size: 0.9rem;
}

.text-danger[b-wo8jyfuzbx] {
    font-size: 0.82rem;
    margin-top: 0.25rem;
}

.btn-primary[b-wo8jyfuzbx] {
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 600;
    background: #2563eb;
    border: none;
    font-size: 0.95rem;
}

    .btn-primary:hover[b-wo8jyfuzbx] {
        background: #1d4ed8;
    }
/* /Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
:host[b-bo6v54m7un] {
    display: block;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1[b-bo6v54m7un] {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #111827;
}

.row[b-bo6v54m7un] {
    justify-content: center;
}

.col-md-4[b-bo6v54m7un] {
    max-width: 420px;
}

section[b-bo6v54m7un] {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    section p[b-bo6v54m7un] {
        margin: 0;
        font-size: 1rem;
        color: #374151;
    }
/* /Components/Account/Pages/Login.razor.rz.scp.css */
:host[b-lihcfg6cio] {
    display: block;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1[b-lihcfg6cio] {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #111827;
}

.row[b-lihcfg6cio] {
    justify-content: center;
}

.col-md-4[b-lihcfg6cio] {
    max-width: 420px;
}

section[b-lihcfg6cio] {
    background: #ffffff;
    padding: 2.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.validation-summary-errors[b-lihcfg6cio] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .validation-summary-errors ul[b-lihcfg6cio] {
        margin: 0;
        padding-left: 1.1rem;
    }

.form-floating .form-control[b-lihcfg6cio] {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #111827;
    padding: 0.9rem;
    font-size: 0.95rem;
}

    .form-floating .form-control:focus[b-lihcfg6cio] {
        border-color: #2563eb;
        box-shadow: none;
    }

.form-floating .form-label[b-lihcfg6cio],
.form-floating label[b-lihcfg6cio] {
    color: #6b7280;
    font-size: 0.9rem;
}

.checkbox[b-lihcfg6cio] {
    display: flex;
    align-items: center;
}

    .checkbox .form-label[b-lihcfg6cio] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #374151;
        margin-bottom: 0;
    }

.darker-border-checkbox.form-check-input[b-lihcfg6cio] {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #9ca3af;
    background-color: #ffffff;
}

.btn-primary[b-lihcfg6cio] {
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 600;
    background: #2563eb;
    border: none;
    font-size: 0.95rem;
}

    .btn-primary:hover[b-lihcfg6cio] {
        background: #1d4ed8;
    }

.text-danger[b-lihcfg6cio] {
    font-size: 0.82rem;
    margin-top: 0.25rem;
}

section p[b-lihcfg6cio] {
    margin: 0.25rem 0;
}

section a[b-lihcfg6cio] {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.9rem;
}

    section a:hover[b-lihcfg6cio] {
        text-decoration: underline;
    }
/* /Components/Account/Pages/LoginWith2fa.razor.rz.scp.css */
:host[b-9zuehklb1v] {
    display: block;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1[b-9zuehklb1v] {
    text-align: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #111827;
}

hr[b-9zuehklb1v] {
    max-width: 420px;
    margin: 0 auto 1.25rem auto;
    border: none;
    height: 1px;
    background: #e5e7eb;
}

p[b-9zuehklb1v] {
    max-width: 420px;
    margin: 0.5rem auto;
    color: #374151;
    line-height: 1.5;
    font-size: 0.95rem;
    text-align: center;
    padding-bottom: 20px;
}

.row[b-9zuehklb1v] {
    justify-content: center;
    margin-top: 1rem;
}

.col-md-4[b-9zuehklb1v] {
    max-width: 420px;
}

    .col-md-4 > form[b-9zuehklb1v] {
        background: #ffffff;
        padding: 2.25rem;
        border-radius: 1rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

.validation-summary-errors[b-9zuehklb1v] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .validation-summary-errors ul[b-9zuehklb1v] {
        margin: 0;
        padding-left: 1.1rem;
    }

.form-floating .form-control[b-9zuehklb1v] {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #111827;
    padding: 0.9rem;
    font-size: 0.95rem;
}

    .form-floating .form-control:focus[b-9zuehklb1v] {
        border-color: #2563eb;
        box-shadow: none;
        outline: none;
    }

.form-floating .form-label[b-9zuehklb1v] {
    color: #6b7280;
    font-size: 0.9rem;
}

.checkbox[b-9zuehklb1v] {
    display: flex;
    align-items: center;
}

    .checkbox .form-label[b-9zuehklb1v] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #374151;
        margin-bottom: 0;
    }

    .checkbox input[type="checkbox"][b-9zuehklb1v] {
        width: 1rem;
        height: 1rem;
        border-radius: 0.25rem;
        border: 1px solid #9ca3af;
        background-color: #ffffff;
    }

.btn-primary[b-9zuehklb1v] {
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 600;
    background: #2563eb;
    border: none;
    font-size: 0.95rem;
}

    .btn-primary:hover[b-9zuehklb1v] {
        background: #1d4ed8;
    }

.text-danger[b-9zuehklb1v] {
    font-size: 0.82rem;
    margin-top: 0.25rem;
}

a[b-9zuehklb1v] {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.95rem;
}

    a:hover[b-9zuehklb1v] {
        text-decoration: underline;
    }

section[b-9zuehklb1v] {
    background: #ffffff;
    padding: 2.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
/* /Components/Account/Pages/LoginWithRecoveryCode.razor.rz.scp.css */
:host[b-pxtc2erxh7] {
    display: block;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1[b-pxtc2erxh7] {
    text-align: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #111827;
}

hr[b-pxtc2erxh7] {
    max-width: 420px;
    margin: 0 auto 1.25rem auto;
    border: none;
    height: 1px;
    background: #e5e7eb;
}

p[b-pxtc2erxh7] {
    max-width: 420px;
    margin: 0.5rem auto 1.25rem auto;
    color: #374151;
    line-height: 1.5;
    font-size: 0.95rem;
    text-align: center;
}

.row[b-pxtc2erxh7] {
    justify-content: center;
    margin-top: 1rem;
}

.col-md-4[b-pxtc2erxh7] {
    max-width: 420px;
}

    .col-md-4 > form[b-pxtc2erxh7] {
        background: #ffffff;
        padding: 2.25rem;
        border-radius: 1rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

.validation-summary-errors[b-pxtc2erxh7] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .validation-summary-errors ul[b-pxtc2erxh7] {
        margin: 0;
        padding-left: 1.1rem;
    }

.form-floating .form-control[b-pxtc2erxh7] {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #111827;
    padding: 0.9rem;
    font-size: 0.95rem;
}

    .form-floating .form-control:focus[b-pxtc2erxh7] {
        border-color: #2563eb;
        box-shadow: none;
        outline: none;
    }

.form-floating .form-label[b-pxtc2erxh7] {
    color: #6b7280;
    font-size: 0.9rem;
}

.btn-primary[b-pxtc2erxh7] {
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 600;
    background: #2563eb;
    border: none;
    font-size: 0.95rem;
}

    .btn-primary:hover[b-pxtc2erxh7] {
        background: #1d4ed8;
    }

.text-danger[b-pxtc2erxh7] {
    font-size: 0.82rem;
    margin-top: 0.25rem;
}

section[b-pxtc2erxh7] {
    background: #ffffff;
    padding: 2.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.ea-wrap[b-8f4pvw18vp] {
    max-width: 880px;
}

.ea-title[b-8f4pvw18vp] {
    margin: 0 0 0.75rem 0;
    font-weight: 700;
}

.ea-lead[b-8f4pvw18vp] {
    margin: 0 0 1rem 0;
}

.ea-steps[b-8f4pvw18vp] {
    margin: 0;
    padding-left: 1.25rem;
}

.ea-step[b-8f4pvw18vp] {
    margin: 0 0 1.25rem 0;
}

.ea-keyline[b-8f4pvw18vp] {
    margin-bottom: 0.75rem;
}

.ea-key[b-8f4pvw18vp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 0.25rem 0 1rem 0;
}

.ea-key-label[b-8f4pvw18vp] {
    font-size: 0.9rem;
    opacity: 0.85;
}

.ea-key-kbd[b-8f4pvw18vp] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    line-height: 1.1;
    white-space: nowrap;
}

.ea-qr[b-8f4pvw18vp] {
    display: flex;
    justify-content: center;
    margin: 0.25rem 0 0.5rem 0;
}

.ea-qr-box[b-8f4pvw18vp] {
    display: inline-block;
    min-width: 220px;
    min-height: 220px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.85);
}

    .ea-qr-box img[b-8f4pvw18vp] {
        display: block;
        max-width: 200px;
        max-height: 200px;
    }

    .ea-qr-box canvas[b-8f4pvw18vp] {
        display: block;
    }
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
[b-rll5t634z8] .settings-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 16px 48px;
}

[b-rll5t634z8] .settings-header h1 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 750;
    color: #0f172a;
    letter-spacing: -0.02em;
}

[b-rll5t634z8] .settings-header p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.95rem;
}

[b-rll5t634z8] .settings-status {
    margin-top: 12px;
}

[b-rll5t634z8] .settings-loading {
    margin-top: 16px;
    color: #64748b;
}

[b-rll5t634z8] .settings-list {
    margin-top: 16px;
    border-top: 1px solid #e2e8f0;
}

/* details row */
[b-rll5t634z8] details.setting-row {
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}

    [b-rll5t634z8] details.setting-row > summary {
        list-style: none;
    }

        [b-rll5t634z8] details.setting-row > summary::-webkit-details-marker {
            display: none;
        }

    [b-rll5t634z8] details.setting-row[open] > summary {
        padding-bottom: 12px;
    }

/* row layout */
[b-rll5t634z8] .setting-topline {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: start;
    gap: 14px;
}

@media (max-width: 720px) {
    [b-rll5t634z8] .setting-topline {
        grid-template-columns: 1fr;
    }

    [b-rll5t634z8] .setting-actions {
        justify-content: flex-start;
    }
}

[b-rll5t634z8] .setting-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

[b-rll5t634z8] .setting-value {
    color: #0f172a;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.35;
    word-break: break-word;
}

[b-rll5t634z8] .setting-muted {
    color: #64748b;
}

[b-rll5t634z8] .setting-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

[b-rll5t634z8] .btn-change {
    appearance: none;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 750;
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}

    [b-rll5t634z8] .btn-change:hover {
        background: #f8fafc;
    }

/* Editor panel */
[b-rll5t634z8] .editor {
    padding: 12px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    border-radius: 12px;
}

[b-rll5t634z8] .editor-grid {
    display: grid;
    gap: 10px;
    max-width: 520px;
}

[b-rll5t634z8] .editor-field {
    display: grid;
    gap: 6px;
}

    [b-rll5t634z8] .editor-field label {
        font-size: 0.9rem;
        font-weight: 700;
        color: #0f172a;
    }

[b-rll5t634z8] .input {
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.95rem;
    outline: none;
    background: #ffffff;
}

    [b-rll5t634z8] .input:focus {
        border-color: #60a5fa;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    }

[b-rll5t634z8] .editor-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

[b-rll5t634z8] .btn-primary {
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 800;
    font-size: 0.92rem;
    cursor: pointer;
}

    [b-rll5t634z8] .btn-primary:hover {
        background: #1d4ed8;
        border-color: #1d4ed8;
    }

[b-rll5t634z8] .btn-cancel {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 800;
    font-size: 0.92rem;
    cursor: pointer;
}

    [b-rll5t634z8] .btn-cancel:hover {
        background: #f8fafc;
    }

[b-rll5t634z8] .btn-linkish {
    background: transparent;
    border: none;
    padding: 0;
    color: #2563eb;
    font-weight: 800;
    cursor: pointer;
}

    [b-rll5t634z8] .btn-linkish:hover {
        text-decoration: underline;
    }

[b-rll5t634z8] .helper {
    font-size: 0.85rem;
    color: #64748b;
}

[b-rll5t634z8] .text-danger {
    margin: 0;
}

[b-rll5t634z8] .badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

    [b-rll5t634z8] .badge.success {
        border-color: #bbf7d0;
        background: #f0fdf4;
        color: #166534;
    }

[b-rll5t634z8] .toast-host {
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 2000;
    max-width: 420px;
}

    [b-rll5t634z8] .toast-host .status-message,
    [b-rll5t634z8] .toast-host .alert,
    [b-rll5t634z8] .toast-host .validation-summary,
    [b-rll5t634z8] .toast-host > div {
        border: 1px solid #dbeafe;
        background: #eff6ff;
        color: #1e3a8a;
        padding: 12px 14px;
        border-radius: 12px;
        box-shadow: 0 10px 22px rgba(2, 6, 23, 0.10);
        font-weight: 700;
        font-size: 0.92rem;
    }

    [b-rll5t634z8] .toast-host .status-message,
    [b-rll5t634z8] .toast-host .alert,
    [b-rll5t634z8] .toast-host > div {
        animation: toastFade-b-rll5t634z8 4.5s ease forwards;
    }

@keyframes toastFade-b-rll5t634z8 {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    85% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
    }
}
/* /Components/Account/Pages/Manage/TwoFactorAuthentication.razor.rz.scp.css */
[b-y44cky9pwq] .settings-header h1 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 750;
    color: #0f172a;
    letter-spacing: -0.02em;
}

[b-y44cky9pwq] .settings-header p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.95rem;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-account-page[b-l7rpiz04hk] {
    padding-right: 15px;
}
/* /Components/Layout/MainHeader.razor.rz.scp.css */
.centered-row[b-ud7vf4q8gv] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 48px;
    gap: 1.5rem;
}

    .centered-row > .center[b-ud7vf4q8gv] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
        pointer-events: auto;
        z-index: 1;
    }

    .centered-row > .side[b-ud7vf4q8gv] {
        z-index: 2;
    }

@media (max-width: 640px) {
    .iconsonly-toggle[b-ud7vf4q8gv] {
        display: none;
    }
}
.iconsonly-toggle[b-ud7vf4q8gv] {
    appearance: none;
    border: none;
    background: transparent;
    color: #000000;
    margin-right: 1rem;
    cursor: pointer;
    font-size: 32px;
    padding-left: 20px;
}

.header-highlight[b-ud7vf4q8gv] {
    background-color: #fff9c4;
    padding: 2px;
}

.header-logo[b-ud7vf4q8gv] {
    height: 45px;
    width: auto;
}

@media (max-width: 640px) {
    .header-logo[b-ud7vf4q8gv] {
        padding-left: 15px;
    }
}

.left-section[b-ud7vf4q8gv] {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.user-section[b-ud7vf4q8gv] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
    align-items: center;
}

.impersonate-icon[b-ud7vf4q8gv] {
    vertical-align: middle;
    cursor: pointer;
}

.user-name.impersonate[b-ud7vf4q8gv] {
    color: red;
}

.verification-container[b-ud7vf4q8gv] {
    display: flex;
    flex-direction: column;
}

.verification-label[b-ud7vf4q8gv] {
    font-size: small;
    font-weight: bold;
    margin-bottom: 0;
    color: red;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g2yh9rmzje] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g2yh9rmzje] {
    flex: 1;
}

.sidebar[b-g2yh9rmzje] {
    background-image: linear-gradient(180deg, #0f1f4f 50%, #1e3a8a 90%);
}

.top-row[b-g2yh9rmzje] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
}

    .top-row[b-g2yh9rmzje]  a, .top-row[b-g2yh9rmzje]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g2yh9rmzje]  a:hover, .top-row[b-g2yh9rmzje]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g2yh9rmzje]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


@media (min-width: 641px) {
    .page[b-g2yh9rmzje] {
        flex-direction: row;
    }

    .sidebar[b-g2yh9rmzje] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row[b-g2yh9rmzje] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-g2yh9rmzje]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-g2yh9rmzje], article[b-g2yh9rmzje] {
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g2yh9rmzje] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-g2yh9rmzje] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-k9kf4k49tv] {
    height: 3.5rem;
    display: flex;
    background-color: rgba(0,0,0,0.4);
}
    .top-row.top-row--center[b-k9kf4k49tv] {
        justify-content: center;
    }

.navbar-brand[b-k9kf4k49tv] {
    font-size: 1.1rem;
}

.navroot[b-k9kf4k49tv] {
    width: 100% !important;
}

.nav-item[b-k9kf4k49tv]  .nav-link .bi {
    font-size: 1.1rem;
    margin-right: 0.6rem;
    line-height: 1;
    vertical-align: -0.125em;
}

.nav-item[b-k9kf4k49tv] {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k9kf4k49tv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k9kf4k49tv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k9kf4k49tv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 95%;
    }

.nav-item[b-k9kf4k49tv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k9kf4k49tv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-k9kf4k49tv] {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.navroot.icons-only .nav-item[b-k9kf4k49tv]  {
    width: auto;
    justify-content: center;
}

.navroot.icons-only .nav-item[b-k9kf4k49tv]  .nav-link .bi {
    margin-right: 0 !important;
}

.navroot.icons-only .nav-text[b-k9kf4k49tv] {
    display: none !important;
}

.navroot.icons-only .nav-item[b-k9kf4k49tv]  .nav-link {
    justify-content: center;
    padding: 8px 4px;
    width: 45px;
}

.navroot.icons-only[b-k9kf4k49tv] {
    justify-content: center;
}

.logout-form[b-k9kf4k49tv] {
    width: 100%
}

@media (min-width: 641px) {
    .navbar-toggler[b-k9kf4k49tv] {
        display: none;
    }

    .nav-scrollable[b-k9kf4k49tv] {
        display: block;
        height: 100%;
        overflow-y: auto;
    }
}

/* /Components/Pages/Admin/Schools.razor.rz.scp.css */
.user-grid-root[b-qomxt6tlga] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(135deg, #f5f7fb, #f0f4ff);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 10px;
}

.user-grid-toolbar[b-qomxt6tlga] {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}

.user-grid-filter[b-qomxt6tlga] {
    display: flex;
    flex-direction: column;
    min-width: 210px;
}

.user-grid-label[b-qomxt6tlga] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.user-grid-select[b-qomxt6tlga] {
    border-radius: 999px;
    padding-inline: 1rem;
}

.user-grid-search[b-qomxt6tlga] {
    flex: 1;
    min-width: 220px;
}

.user-grid-search-input[b-qomxt6tlga] {
    border-radius: 999px;
    padding-inline: 1rem;
    padding-block: 0.55rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.user-grid-table-wrapper[b-qomxt6tlga] {
    flex: 1 1 auto;
    margin-top: 0.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow-x: hidden;
    overflow-y: auto;
}

.user-grid-table[b-qomxt6tlga] {
    margin-bottom: 0;
    font-size: 0.875rem;
    table-layout: fixed;
    width: 100%;
}

    .user-grid-table td[b-qomxt6tlga] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .user-grid-table thead[b-qomxt6tlga] {
        background: #f9fafb;
    }

        .user-grid-table thead th[b-qomxt6tlga] {
            border-bottom: 1px solid #e5e7eb;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.7rem;
            letter-spacing: 0.08em;
            color: #6b7280;
        }

    .user-grid-table tbody td[b-qomxt6tlga] {
        vertical-align: middle;
    }

.user-grid-col-select[b-qomxt6tlga] {
    width: 42px;
}

.user-grid-row[b-qomxt6tlga] {
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.1s ease;
}

    .user-grid-row:hover[b-qomxt6tlga] {
        background-color: #f3f4ff;
    }

.user-row-selected[b-qomxt6tlga] {
    background: #eef2ff !important;
    box-shadow: inset 3px 0 0 #4f46e5;
}

.user-grid-name[b-qomxt6tlga] {
    font-weight: 600;
    color: #111827;
}

.user-grid-name-link[b-qomxt6tlga] {
    text-decoration: none;
    cursor: pointer;
}

    .user-grid-name-link:hover[b-qomxt6tlga] {
        text-decoration: underline;
    }

.user-grid-role-badge[b-qomxt6tlga] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.7rem;
    font-weight: 600;
}

.user-grid-col-actions[b-qomxt6tlga] {
    white-space: nowrap;
    text-align: right;
}

.user-grid-footer[b-qomxt6tlga] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
}

.user-grid-footer-left[b-qomxt6tlga],
.user-grid-footer-right[b-qomxt6tlga] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-info-popup[b-qomxt6tlga] {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 0.75rem 0.9rem;
    min-width: 220px;
    max-width: 280px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    font-size: 0.8rem;
    color: #111827;
}

.btn-outline-primary[b-qomxt6tlga],
.btn-outline-secondary[b-qomxt6tlga],
.btn-outline-danger[b-qomxt6tlga] {
    border-radius: 999px;
    font-size: 0.75rem;
    padding-inline: 0.9rem;
    padding-block: 0.25rem;
}

.school-teams-row td[b-qomxt6tlga] {
    padding-top: 0;
    padding-bottom: 0;
    background: #f9fafb;
}

.school-teams-panel[b-qomxt6tlga] {
    padding: 0.75rem 0.75rem 0.9rem;
    border-top: 1px solid #e5e7eb;
}

    .school-teams-panel h6[b-qomxt6tlga] {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #6b7280;
        margin-bottom: 0.3rem;
    }

.tier-col[b-qomxt6tlga] {
    text-align: center;
}

    .tier-col .tier-badge[b-qomxt6tlga] {
        min-width: 2.25rem;
        display: inline-flex;
        justify-content: center;
    }
/* /Components/Pages/Assessment/AllAssessments.razor.rz.scp.css */
.toolbar[b-bxggbbyzv5] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.search[b-bxggbbyzv5] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.school[b-bxggbbyzv5], .team[b-bxggbbyzv5] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 220px;
}

.team-box[b-bxggbbyzv5] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-bxggbbyzv5] {
    font-weight: 600;
}

.row[b-bxggbbyzv5] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    cursor: pointer;
    line-height: 1.35;
}

    .row:hover[b-bxggbbyzv5] {
        border-color: #d0d0d0;
        background: #fafafa;
    }

.left[b-bxggbbyzv5] {
    display: flex;
    align-items: center;
    text-align: left;
}

.right[b-bxggbbyzv5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.due[b-bxggbbyzv5] {
    display: inline-flex;
    align-items: center;
    width: 125px;
}

    .due[b-bxggbbyzv5]::before {
        content: "Due: ";
        margin-right: 4px;
    }

.row.add[b-bxggbbyzv5] {
    justify-content: center;
    text-align: center;
    font-weight: 600;
}
/* /Components/Pages/Assessment/Assessments.razor.rz.scp.css */
.assessments-tabs[b-vc9zr3jjr4] {
    display: flex;
    justify-content: center;
}

.assessments-tabs-inner[b-vc9zr3jjr4] {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 450px;
    width: 100%;
}

.assessments-tab[b-vc9zr3jjr4] {
    flex: 1 1 0;
    text-align: center;
    padding: 10px 16px;
    border: none;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 600;
    color: #9ca3af;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: color 0.15s ease, border-bottom-color 0.15s ease, background-color 0.15s ease;
}

    .assessments-tab:hover:not(.active)[b-vc9zr3jjr4] {
        color: #6b7280;
    }

    .assessments-tab.active[b-vc9zr3jjr4] {
        color: #374151;
        border-bottom-color: #111827;
    }

    .assessments-tab:focus-visible[b-vc9zr3jjr4] {
        outline: 2px solid #93c5fd;
        outline-offset: 2px;
    }

.assessments-content[b-vc9zr3jjr4] {
    margin-top: 4px;
}
/* /Components/Pages/Assessment/EditAssessmentMetadata.razor.rz.scp.css */
.assessment-metadata-wrapper[b-m47s05w7az] {
    display: flex;
    justify-content: center;
    margin: 16px 0 24px;
}

.assessment-metadata[b-m47s05w7az] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.assessment-meta-header[b-m47s05w7az] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.assessment-meta-toggle[b-m47s05w7az] {
    font-size: 1.1rem;
}

.assessment-meta-title[b-m47s05w7az] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.assessment-meta-grid[b-m47s05w7az] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
}

.assessment-meta-item[b-m47s05w7az] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.assessment-meta-label[b-m47s05w7az] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.assessment-meta-value[b-m47s05w7az] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
}

.assessment-meta-input[b-m47s05w7az] {
    font-size: 0.95rem;
}

.assessment-meta-checkbox-label[b-m47s05w7az] {
    margin-left: 6px;
    font-size: 0.9rem;
}

.assessment-actions[b-m47s05w7az] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}
/* /Components/Pages/Assessment/RecentAssessments.razor.rz.scp.css */
.toolbar[b-4jlinzm4ee] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.school[b-4jlinzm4ee] {
    padding: 10px;
    margin-left: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 220px;
}

.empty[b-4jlinzm4ee] {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #6b7280;
}

    .empty.small[b-4jlinzm4ee] {
        font-size: 0.85rem;
        color: #9ca3af;
    }

.team-box[b-4jlinzm4ee] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-4jlinzm4ee] {
    font-weight: 600;
    margin-bottom: 4px;
}

.row[b-4jlinzm4ee] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    cursor: pointer;
    line-height: 1.35;
}

    .row:hover[b-4jlinzm4ee] {
        border-color: #d0d0d0;
        background: #fafafa;
    }

.assessment-card[b-4jlinzm4ee] {
    flex-direction: column;
    align-items: stretch;
}

.card-main-top[b-4jlinzm4ee] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.card-left[b-4jlinzm4ee] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.assessment-title[b-4jlinzm4ee] {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.assessment-subtitle[b-4jlinzm4ee] {
    font-size: 0.9rem;
    color: #6b7280;
}

.card-right[b-4jlinzm4ee] {
    display: flex;
    align-items: center;
}

.pct-circle-group[b-4jlinzm4ee] {
    display: flex;
    gap: 16px;
}

.pct-circle-item[b-4jlinzm4ee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
}

.pct-label[b-4jlinzm4ee] {
    margin-bottom: 4px;
    color: #4b5563;
}

.pct-circle[b-4jlinzm4ee] {
    --size: 56px;
    --pct: 0;
    --accent-color: #10b981;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    color: #374151;
    background: conic-gradient( var(--accent-color) calc(var(--pct) * 1%), #e5e7eb 0 );
}

.pct-circle-inner[b-4jlinzm4ee] {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pct-circle-completed[b-4jlinzm4ee] {
    --accent-color: #10b981; /* green */
}

.pct-circle-inprogress[b-4jlinzm4ee] {
    --accent-color: #fbbf24; /* yellow */
}

.pct-circle-notcompleted[b-4jlinzm4ee] {
    --accent-color: #ef4444; /* red */
}

.card-table[b-4jlinzm4ee] {
    margin-top: 8px;
    overflow-x: auto;
    max-width: 970px;
}

.subscore-table[b-4jlinzm4ee] {
    font-size: 0.8rem;
}

    .subscore-table th[b-4jlinzm4ee],
    .subscore-table td[b-4jlinzm4ee] {
        padding: 4px 8px;
        text-align: center;
        white-space: nowrap;
    }

.card-bottom[b-4jlinzm4ee] {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
}

.status-pill[b-4jlinzm4ee] {
    padding: 2px 10px;
    border-radius: 999px;
    font-weight: 500;
}

.status-active[b-4jlinzm4ee] {
    background: #ecfdf3;
    color: #166534;
}

.status-inactive[b-4jlinzm4ee] {
    background: #fef2f2;
    color: #b91c1c;
}

.card-due[b-4jlinzm4ee] {
    color: #4b5563;
}
/* /Components/Pages/Assessment/ViewAssessment.razor.rz.scp.css */
.toolbar[b-1nv90mpo2z] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.assessment-user-section[b-1nv90mpo2z] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    margin-top: 24px;
}

.assessment-user-section-header[b-1nv90mpo2z] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px 14px 0 0;
    cursor: pointer;
}

.assessment-user-section-title[b-1nv90mpo2z] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.assessment-user-section-toggle[b-1nv90mpo2z] {
    font-size: 1.1rem;
}

.assessment-actions[b-1nv90mpo2z] {
    padding-top: 10px;
}

.search[b-1nv90mpo2z] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.team-box[b-1nv90mpo2z] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 12px 8px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-1nv90mpo2z] {
    font-weight: 600;
    margin-bottom: 8px;
}

.row[b-1nv90mpo2z] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    cursor: pointer;
    line-height: 1.35;
}

    .row:hover[b-1nv90mpo2z] {
        border-color: #d0d0d0;
        background: #fafafa;
    }

.left[b-1nv90mpo2z] {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 600;
}

.right[b-1nv90mpo2z] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #555;
}

.due[b-1nv90mpo2z], .pct[b-1nv90mpo2z] {
    display: inline-flex;
    align-items: center;
    font-size: .92rem;
}

.pct[b-1nv90mpo2z] {
    font-weight: 600;
}

.empty[b-1nv90mpo2z] {
    padding: 12px;
    color: #666;
}

    .empty.small[b-1nv90mpo2z] {
        padding: 6px;
    }

.status-pill[b-1nv90mpo2z] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
}

    .status-pill.completed[b-1nv90mpo2z] {
        background: #dcfce7;
        border-color: #86efac;
        color: #166534;
    }

    .status-pill.inprogress[b-1nv90mpo2z] {
        background: #fef9c3;
        border-color: #fde047;
        color: #854d0e;
    }

    .status-pill.notstarted[b-1nv90mpo2z] {
        background: #fee2e2;
        border-color: #fca5a5;
        color: #991b1b;
    }

.results-pill[b-1nv90mpo2z] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid #d1d5db; /* gray-300 */
    color: #374151; /* gray-700 */
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

    .results-pill:hover[b-1nv90mpo2z] {
        background: #eef2ff; /* indigo-50 */
        border-color: #6366f1; /* indigo-500 */
        color: #4338ca; /* indigo-700 */
    }

    .results-pill:focus-visible[b-1nv90mpo2z] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
    }
/* /Components/Pages/Assessment/ViewAssessmentResults.razor.rz.scp.css */
.toolbar[b-a3cm3q8nw4] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.btn[b-a3cm3q8nw4] {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

    .btn:hover[b-a3cm3q8nw4] {
        background: #f9fafb;
    }

.team-box[b-a3cm3q8nw4] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 12px 8px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-a3cm3q8nw4] {
    font-weight: 600;
    margin-bottom: 8px;
}

.row[b-a3cm3q8nw4] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    line-height: 1.35;
}

.left[b-a3cm3q8nw4] {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 600;
}

.right[b-a3cm3q8nw4] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #555;
}

.due[b-a3cm3q8nw4], .pct[b-a3cm3q8nw4] {
    display: inline-flex;
    align-items: center;
    font-size: .92rem;
}

    .due[b-a3cm3q8nw4]::before {
        content: "Date: ";
        margin-right: 4px;
        color: #777;
    }

    .pct[b-a3cm3q8nw4]::before {
        content: "Status: ";
        margin-right: 4px;
        color: #777;
        font-weight: 400;
    }

.empty[b-a3cm3q8nw4] {
    padding: 12px;
    color: #666;
}

    .empty.small[b-a3cm3q8nw4] {
        padding: 6px;
    }

.results-table-wrap[b-a3cm3q8nw4] {
    overflow: auto;
}

.survey-table[b-a3cm3q8nw4] {
    border-collapse: collapse;
    width: 100%;
}

    .survey-table th[b-a3cm3q8nw4], .survey-table td[b-a3cm3q8nw4] {
        border: 1px solid #e5e7eb;
        padding: 8px 10px;
    }

    .survey-table th[b-a3cm3q8nw4] {
        background: #f8fafc;
        text-align: left;
    }

.btn-ghost[b-a3cm3q8nw4] {
    background: transparent;
    border: 0;
    padding: 4px 6px;
    cursor: pointer;
}

.collapsible-header[b-a3cm3q8nw4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collapse-toggle[b-a3cm3q8nw4] {
    font-size: 1.1rem;
}

.dl-inline[b-a3cm3q8nw4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dl-spinner[b-a3cm3q8nw4] {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    animation: dlspin-b-a3cm3q8nw4 0.7s linear infinite;
    opacity: 0.8;
}

@keyframes dlspin-b-a3cm3q8nw4 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Assessment/ViewStudentDetails.razor.rz.scp.css */
.assessment-metadata-shell[b-iqtr7vdbyt] {
    display: flex;
    justify-content: center;
    margin: 16px 0 24px;
}

.assessment-metadata[b-iqtr7vdbyt] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 18px 14px;
    background: #fff;
}

.assessment-meta-header[b-iqtr7vdbyt] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 4px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.assessment-meta-title[b-iqtr7vdbyt] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.assessment-meta-toggle[b-iqtr7vdbyt] {
    font-size: 1.1rem;
}

.assessment-meta-grid[b-iqtr7vdbyt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
    margin-top: 6px;
}

.assessment-meta-item[b-iqtr7vdbyt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.assessment-meta-label[b-iqtr7vdbyt] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.assessment-meta-value[b-iqtr7vdbyt] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
}
/* /Components/Pages/Assessment/ViewStudentInformation.razor.rz.scp.css */
.toolbar[b-np1loexvwl] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.search[b-np1loexvwl] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.team[b-np1loexvwl] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 220px;
}

.team-box[b-np1loexvwl] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 12px 8px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-np1loexvwl] {
    font-weight: 600;
    margin-bottom: 8px;
}

.row[b-np1loexvwl] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    cursor: pointer;
    line-height: 1.35;
}

    .row:hover[b-np1loexvwl] {
        border-color: #d0d0d0;
        background: #fafafa;
    }

.left[b-np1loexvwl] {
    display: flex;
    align-items: center;
    text-align: left;
}

.right[b-np1loexvwl] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

    .right .btn[b-np1loexvwl] {
        margin-left: 8px;
    }

.due-wrapper[b-np1loexvwl] {
    width: 125px;
    display: flex;
    justify-content: flex-start;
}

.status-wrapper[b-np1loexvwl] {
    width: 110px;
    display: flex;
    justify-content: center;
}

.due[b-np1loexvwl], .pct[b-np1loexvwl] {
    display: inline-flex;
    align-items: center;
}

    .due[b-np1loexvwl]::before {
        content: "Due: ";
        margin-right: 4px;
    }

.pct[b-np1loexvwl] {
    font-weight: 600;
}

    .pct[b-np1loexvwl]::before {
        content: "Completed: ";
        margin-right: 4px;
        font-weight: 400;
    }

.empty[b-np1loexvwl] {
    padding: 12px;
    color: #666;
}

    .empty.small[b-np1loexvwl] {
        padding: 6px;
    }

.student-assessments-section[b-np1loexvwl] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 0;
    margin-top: 16px;
}

.student-assessments-header[b-np1loexvwl] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 14px 14px 0 0;
}

.student-assessments-title[b-np1loexvwl] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.student-assessments-toggle[b-np1loexvwl] {
    font-size: 1.1rem;
}

.student-assessments-body[b-np1loexvwl] {
    padding: 0 16px 16px;
}

.status-pill[b-np1loexvwl] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
}

    .status-pill.completed[b-np1loexvwl] {
        background: #dcfce7;
        border-color: #86efac;
        color: #166534;
    }

    .status-pill.inprogress[b-np1loexvwl] {
        background: #fef9c3;
        border-color: #fde047;
        color: #854d0e;
    }

    .status-pill.notstarted[b-np1loexvwl] {
        background: #fee2e2;
        border-color: #fca5a5;
        color: #991b1b;
    }

.results-pill[b-np1loexvwl] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid #d1d5db; /* gray-300 */
    color: #374151; /* gray-700 */
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

    .results-pill:hover[b-np1loexvwl] {
        background: #eef2ff; /* indigo-50 */
        border-color: #6366f1; /* indigo-500 */
        color: #4338ca; /* indigo-700 */
    }

    .results-pill:focus-visible[b-np1loexvwl] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
    }

.status-pill[b-np1loexvwl],
.results-pill[b-np1loexvwl] {
    width: 100%;
    justify-content: center;
    text-align: center;
}
/* /Components/Pages/Athlete/Assessments.razor.rz.scp.css */
.toolbar[b-83az7xjscn] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.search[b-83az7xjscn] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.school[b-83az7xjscn], .team[b-83az7xjscn] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 220px;
}

.team-box[b-83az7xjscn] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 12px 8px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-83az7xjscn] {
    font-weight: 600;
    margin-bottom: 8px;
}

.row[b-83az7xjscn] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    cursor: pointer;
    line-height: 1.35;
}

    .row:hover[b-83az7xjscn] {
        border-color: #d0d0d0;
        background: #fafafa;
    }

.left[b-83az7xjscn] {
    display: flex;
    align-items: center;
    text-align: left;
    flex: 1;
}

.right[b-83az7xjscn] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-left: auto;
}

    .right .btn[b-83az7xjscn] {
        margin-left: 8px;
    }

.due[b-83az7xjscn], .completed[b-83az7xjscn] {
    display: inline-flex;
    align-items: center;
    width: 125px;
}

    .due[b-83az7xjscn]::before {
        content: "Due: ";
        margin-right: 4px;
    }

.row.add[b-83az7xjscn] {
    justify-content: center;
    text-align: center;
    font-weight: 600;
}

.status-pill[b-83az7xjscn] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
    width: 125px;
    justify-content: center;
}

    .status-pill.completed[b-83az7xjscn] {
        background: #dcfce7;
        border-color: #86efac;
        color: #166534;
    }

    .status-pill.notcompleted[b-83az7xjscn] {
        background: #fee2e2;
        border-color: #fca5a5;
        color: #991b1b;
    }
/* /Components/Pages/Athlete/Survey.razor.rz.scp.css */
.survey-page[b-6ejoms0eec] {
    background-color: #f3f4f6;
    color: #111827;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.survey-card[b-6ejoms0eec] {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.question-title[b-6ejoms0eec] {
    color: #111827;
}

.question-progress[b-6ejoms0eec] {
    font-size: 0.875rem;
    color: #6b7280;
}

.verification-summary[b-6ejoms0eec] {
    color: #2563eb;
    margin-top: 25px;
}

.verification-title[b-6ejoms0eec],
.verification-subtitle[b-6ejoms0eec] {
    color: inherit;
}

.survey-footer[b-6ejoms0eec] {
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.base-logo[b-6ejoms0eec] {
    width: 32px;
    height: 32px;
    background-color: #2563eb;
    border-radius: 4px;
    transform: rotate(45deg);
}

.letter-spacing-wide[b-6ejoms0eec] {
    letter-spacing: 0.1em;
}

.btn-secondary[b-6ejoms0eec] {
    background-color: #e5e7eb;
    border-color: #d1d5db;
    color: #111827;
}

    .btn-secondary:hover[b-6ejoms0eec] {
        background-color: #d1d5db;
        border-color: #9ca3af;
        color: #111827;
    }

.btn-outline-secondary[b-6ejoms0eec] {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.btn-red-border[b-6ejoms0eec] {
    background-color: #fff;
    color: #b91c1c;
    border: 2px solid #b91c1c;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    font-weight: 500;
    cursor: pointer;
}

    .btn-red-border:hover[b-6ejoms0eec] {
        background-color: #b91c1c;
        color: #fff;
        border-color: #991b1b;
    }

.exit-hidden[b-6ejoms0eec] {
    visibility: hidden;
}

.skill-panel[b-6ejoms0eec] {
    min-width: 320px;
    color: #1f2937;
}

.skill-panel-title[b-6ejoms0eec] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.skill-table thead th[b-6ejoms0eec] {
    background-color: #e5e7eb;
    border-bottom: 1px solid #d1d5db;
}

.skill-table tbody tr:last-child td[b-6ejoms0eec] {
    font-weight: 600;
    border-top: 2px solid #d1d5db;
}

.survey-option[b-6ejoms0eec] {
    cursor: pointer;
}

    .survey-option:hover span[b-6ejoms0eec] {
        color: #2563eb;
        transition: color 0.2s ease;
    }

.radio-custom[b-6ejoms0eec] {
    width: 20px;
    height: 20px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

    .radio-custom.selected[b-6ejoms0eec] {
        border-color: #3b82f6;
        background-color: #3b82f6;
    }

.survey-option:hover .radio-custom[b-6ejoms0eec] {
    border-color: #60a5fa;
}

.radio-dot[b-6ejoms0eec] {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}


.cursor-pointer[b-6ejoms0eec] {
    cursor: pointer;
}

.min-h-screen[b-6ejoms0eec] {
    min-height: 100vh;
}

.blink[b-6ejoms0eec] {
    animation: blink-animation-b-6ejoms0eec 1s steps(2, start) infinite;
}

@keyframes blink-animation-b-6ejoms0eec {
    to {
        visibility: hidden;
    }
}

.parent-container[b-6ejoms0eec] {
    position: relative;
}

.exit-button[b-6ejoms0eec] {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* /Components/Pages/Athlete/SymbolTest.razor.rz.scp.css */
.symbol-test-container[b-omm9l9smpa] {
    background-color: #f3f4f6;
    color: #111827;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.parent-container[b-omm9l9smpa] {
    position: relative;
}

.exit-button[b-omm9l9smpa] {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.symbol-exit-container[b-omm9l9smpa] {
    margin: 2px;
}
/* /Components/Pages/Athlete/ViewAssessment.razor.rz.scp.css */
.va[b-uocz10qq7k] {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.va-btn[b-uocz10qq7k] {
    background: none;
    border: 1px solid black;
    border-radius: 10px;
}
.va-actions[b-uocz10qq7k] {
    justify-content: center;
    display: flex;
    padding: 20px;
}

.card[b-uocz10qq7k] {
    width: min(900px,100%);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 20px
}

.hdr[b-uocz10qq7k] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
    justify-content: center;
    display: flex;
}

.meta[b-uocz10qq7k] {
    display: flex;
    gap: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin: 10px 0;
    justify-content: center;
}

.meta-item[b-uocz10qq7k] {
    display: flex;
    gap: 6px;
    align-items: center;
}

.lbl[b-uocz10qq7k] {
    color: #777;
}

.val[b-uocz10qq7k] {
    font-weight: 600;
}

.actions[b-uocz10qq7k] {
    display: flex;
}

.btn-primary[b-uocz10qq7k] {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

    .btn-primary:hover[b-uocz10qq7k] {
        filter: brightness(.95);
    }
/* /Components/Pages/Athlete/ViewAssessmentResults.razor.rz.scp.css */
.toolbar[b-tgu44rfbvm] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.btn[b-tgu44rfbvm] {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

    .btn:hover[b-tgu44rfbvm] {
        background: #f9fafb;
    }

.team-box[b-tgu44rfbvm] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 12px 8px;
    margin: 16px 0;
    background: #fff;
}

.team-header[b-tgu44rfbvm] {
    font-weight: 600;
    margin-bottom: 8px;
}

.row[b-tgu44rfbvm] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0;
    background: #fff;
    line-height: 1.35;
}

.left[b-tgu44rfbvm] {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 600;
}

.right[b-tgu44rfbvm] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #555;
}

.due[b-tgu44rfbvm], .pct[b-tgu44rfbvm] {
    display: inline-flex;
    align-items: center;
    font-size: .92rem;
}

    .due[b-tgu44rfbvm]::before {
        content: "Date: ";
        margin-right: 4px;
        color: #777;
    }

    .pct[b-tgu44rfbvm]::before {
        content: "Status: ";
        margin-right: 4px;
        color: #777;
        font-weight: 400;
    }

.empty[b-tgu44rfbvm] {
    padding: 12px;
    color: #666;
}

    .empty.small[b-tgu44rfbvm] {
        padding: 6px;
    }

.results-table-wrap[b-tgu44rfbvm] {
    overflow: auto;
}

.survey-table[b-tgu44rfbvm] {
    border-collapse: collapse;
    width: 100%;
}

    .survey-table th[b-tgu44rfbvm], .survey-table td[b-tgu44rfbvm] {
        border: 1px solid #e5e7eb;
        padding: 8px 10px;
    }

    .survey-table th[b-tgu44rfbvm] {
        background: #f8fafc;
        text-align: left;
    }

.btn-ghost[b-tgu44rfbvm] {
    background: transparent;
    border: 0;
    padding: 4px 6px;
    cursor: pointer;
}

.collapsible-header[b-tgu44rfbvm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collapse-toggle[b-tgu44rfbvm] {
    font-size: 1.1rem;
}
/* /Components/Pages/Graphs/BarChart/DomainBarChart.razor.rz.scp.css */
.domainbar-wrap[b-pek4srr1sh] {
    height: 100%;
    width: 100%;
}

.domainbar-canvas[b-pek4srr1sh] {
    height: 100%;
    width: 100%;
    padding-top: 10px;
}
/* /Components/Pages/Graphs/Graphs.razor.rz.scp.css */
.graphs-page[b-pb0zqumnxx] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

[b-pb0zqumnxx] .chart-container {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0px 16px;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
}

[b-pb0zqumnxx] .graphs-chart {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

[b-pb0zqumnxx] .graphs-warning {
    color: #6b7280;
    text-align: center;
    padding: 16px;
    font-size: 14px;
}

[b-pb0zqumnxx] .graphs-controls {
    display: flex;
    flex: 0 0 auto;
    background: #173b70;
    border-radius: 6px;
    width:270px;
}

[b-pb0zqumnxx] .controls-grid {
    gap: 12px 16px;
    width: 100%;
    padding: 10px;
}

[b-pb0zqumnxx] .cell-export {
    position: absolute;
    top: 0px;
    right: 0px;
}

[b-pb0zqumnxx] .control {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

[b-pb0zqumnxx] .control-label {
    font-size: 15px;
    color: #e9edf1;
    margin-bottom: 4px;
    user-select: none;
    font-weight: 600;
    letter-spacing: .3px;
}

[b-pb0zqumnxx] .control-input,
[b-pb0zqumnxx] .selectlike-trigger {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    outline: none;
}

    [b-pb0zqumnxx] .control-input:focus,
    [b-pb0zqumnxx] .selectlike-trigger:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
    }

[b-pb0zqumnxx] .icon-btn {
    height: 36px;
    width: 44px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

    [b-pb0zqumnxx] .icon-btn:hover {
        background: #f9fafb;
    }

[b-pb0zqumnxx] .icon {
    width: 18px;
    height: 18px;
    stroke: #374151;
    fill: none;
    stroke-width: 2;
}

[b-pb0zqumnxx] .selectlike {
    position: relative;
}

[b-pb0zqumnxx] .selectlike-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

    [b-pb0zqumnxx] .selectlike-trigger.no-pointer {
        cursor: default;
    }

    [b-pb0zqumnxx] .selectlike-trigger .chev {
        width: 16px;
        height: 16px;
        stroke: #6b7280;
        fill: none;
        stroke-width: 2;
    }
/* /Components/Pages/Graphs/HeatmapChart/HeatmapChart.razor.rz.scp.css */
.heatmap-wrap[b-bnur8ixpg3] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.heatmap-canvas[b-bnur8ixpg3] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    width: 95%;
    height: 95%;
}

    .heatmap-canvas canvas[b-bnur8ixpg3] {
        width: 100% !important;
        height: 100% !important;
    }
/* /Components/Pages/Graphs/ProfileBandsChart/ProfileBandsChart.razor.rz.scp.css */
.profileBands-wrap[b-zz55pb2zug] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.profileBands-canvas[b-zz55pb2zug] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    width: 95%;
    height: 95%;
    padding-left: 70px
}

.profileBands-summary[b-zz55pb2zug] {
    width: 100%;
    padding-left: 10px;
    font-size: 0.85rem;
}

.profileBands-row[b-zz55pb2zug] {
    margin: 0 35px 5px 0;
}

.profileBands-row-header[b-zz55pb2zug] {
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.profileBands-row-cells[b-zz55pb2zug] {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.profileBands-cell[b-zz55pb2zug] {
    flex: 1 1 0;
    text-align: center;
    padding: 4px 0;
}

.profileBands-cell.profileBands-cell-label[b-zz55pb2zug] {
    flex: 0 0 135px;
}
/* /Components/Pages/Graphs/RadarChart/RadarChart.razor.rz.scp.css */
.radar-wrap[b-sn1k30fgnl] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.radar-canvas[b-sn1k30fgnl] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    width: 95%;
    height: 90%
}

.radar-legend[b-sn1k30fgnl] {
    flex: 0 0 auto;
    padding-bottom: 15px;
}

    [b-sn1k30fgnl] .radar-legend ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
    }

    [b-sn1k30fgnl] .radar-legend li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 6px 0;
        cursor: pointer;
        padding-right: 15px;
    }

    .radar-legend .box[b-sn1k30fgnl] {
        width: 12px;
        height: 12px;
        border-radius: 2px;
    }

/* /Components/Pages/Graphs/SelectVariablesMenu.razor.rz.scp.css */
.selectlike-menu[b-swh1nmplny] {
    position: absolute;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    min-width: 250px;
    max-height: 250px;
    overflow: auto;
    padding: 8px;
}
    .selectlike-menu.drop-up[b-swh1nmplny] {
        top: auto;
        bottom: calc(100% + 6px);
    }
    .selectlike-menu.selectlike-menu-hidden[b-swh1nmplny] {
        visibility: hidden;
    }

.menu-actions[b-swh1nmplny] {
    display: flex;
    gap: 8px;
    padding: 4px 2px 8px;
}

.btn-ghost[b-swh1nmplny] {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

    .btn-ghost:hover[b-swh1nmplny] {
        background: #f9fafb;
    }

.menu-empty[b-swh1nmplny] {
    color: #6b7280;
    font-size: 13px;
    padding: 4px 2px;
}

.menu-item[b-swh1nmplny] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 2px;
    font-size: 14px;
}

    .menu-item input[b-swh1nmplny] {
        width: 16px;
        height: 16px;
    }
/* /Components/Pages/Interventions/Interventions.razor.rz.scp.css */
.itv-layout[b-5nytnp3tvf] {
    display: flex;
    align-items: stretch;
    gap: 12px;
    height: 100%;
}

.itv-content[b-5nytnp3tvf] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.itv-frame[b-5nytnp3tvf] {
    flex: 1 1 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #ffffff;
}

.itv-video[b-5nytnp3tvf] {
    width: 100%;
    height: 50%;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 5px;
}

.itv-empty[b-5nytnp3tvf] {
    padding: 14px;
    color: #333;
    font-style: italic;
    border: 1px dashed #c9c9c9;
    border-radius: 6px;
    background: #fafafa;
}

.itv-sidebar[b-5nytnp3tvf] {
    width: 260px;
    overflow-y: auto;
    top: 16px;
    background: #173b70;
    padding: 10px 0px 10px 10px;
    border-radius: 6px;
    box-sizing: border-box;
}

    .itv-sidebar[b-5nytnp3tvf]::-webkit-scrollbar {
        width: 8px;
    }

    .itv-sidebar[b-5nytnp3tvf]::-webkit-scrollbar-thumb {
        background: rgba(233,237,241,0.25);
        border-radius: 4px;
    }

        .itv-sidebar[b-5nytnp3tvf]::-webkit-scrollbar-thumb:hover {
            background: rgba(233,237,241,0.35);
        }

.itv-type[b-5nytnp3tvf] {
    margin-bottom: 6px;
}

.itv-type-toggle[b-5nytnp3tvf] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 6px 6px;
    color: #e9edf1;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1.25rem;
}

    .itv-type-toggle:hover[b-5nytnp3tvf] {
        background: rgba(255,255,255,0.06);
    }

    .itv-type-toggle:focus-visible[b-5nytnp3tvf] {
        outline: 2px solid #6aa2ff;
        outline-offset: 2px;
    }

.itv-caret[b-5nytnp3tvf] {
    width: 1em;
    display: inline-block;
    opacity: .9;
}

.itv-type-list[b-5nytnp3tvf] {
    margin: 4px 0 10px 0;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    background: rgba(255,255,255,0.03);
}

    .itv-type-list li[b-5nytnp3tvf] {
        margin: 0;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

        .itv-type-list li:first-child[b-5nytnp3tvf] {
            border-top: none;
        }

    .itv-type-list a[b-5nytnp3tvf] {
        display: flex;
        align-items: center;
        height: 38px;
        padding: 0 12px;
        box-sizing: border-box;
        text-decoration: none;
        color: #e9edf1;
        background: transparent;
        border-radius: 4px;
        transition: background .12s ease, color .12s ease, box-shadow .12s ease;
    }

        .itv-type-list a span[b-5nytnp3tvf],
        .itv-type-list a[b-5nytnp3tvf] {
            line-height: 1.1rem;
        }

            .itv-type-list a:hover[b-5nytnp3tvf] {
                background: rgba(255,255,255,0.08);
                color: #ffffff;
            }

            .itv-type-list a:active[b-5nytnp3tvf] {
                background: rgba(255,255,255,0.12);
            }

            .itv-type-list a:focus-visible[b-5nytnp3tvf] {
                outline: 2px solid #6aa2ff;
                outline-offset: 2px;
            }
/* /Components/Pages/UserAccountGridControl.razor.rz.scp.css */
.user-grid-root[b-elmb5kibpc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(135deg, #f5f7fb, #f0f4ff);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 10px;
}

.user-grid-toolbar[b-elmb5kibpc] {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}

.user-grid-filter[b-elmb5kibpc] {
    display: flex;
    flex-direction: column;
    min-width: 210px;
}

.user-grid-filters-right[b-elmb5kibpc] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.user-grid-label[b-elmb5kibpc] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.user-grid-select[b-elmb5kibpc] {
    border-radius: 999px;
    padding-inline: 1rem;
}

.user-grid-search[b-elmb5kibpc] {
    flex: 1;
    min-width: 220px;
}

.user-grid-search-input[b-elmb5kibpc] {
    border-radius: 999px;
    padding-inline: 1rem;
    padding-block: 0.55rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.user-grid-table-wrapper[b-elmb5kibpc] {
    flex: 1 1 auto;
    margin-top: 0.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow-x: hidden;
    overflow-y: auto;
}

.user-grid-table[b-elmb5kibpc] {
    margin-bottom: 0;
    font-size: 0.875rem;
    table-layout: fixed;
    width: 100%;
}
    .user-grid-table th:nth-child(1)[b-elmb5kibpc],
    .user-grid-table td:nth-child(1)[b-elmb5kibpc] {
        width: 48px;
    }

    .user-grid-table th:nth-child(2)[b-elmb5kibpc],
    .user-grid-table td:nth-child(2)[b-elmb5kibpc] {
        width: 180px;
    }

    .user-grid-table th:nth-child(3)[b-elmb5kibpc],
    .user-grid-table td:nth-child(3)[b-elmb5kibpc] {
        width: 140px;
    }

    .user-grid-table th:nth-child(4)[b-elmb5kibpc],
    .user-grid-table td:nth-child(4)[b-elmb5kibpc] {
        width: 170px;
    }

    .user-grid-table th:nth-child(5)[b-elmb5kibpc],
    .user-grid-table td:nth-child(5)[b-elmb5kibpc] {
        width: 150px;
    }

    .user-grid-table th:nth-child(6)[b-elmb5kibpc],
    .user-grid-table td:nth-child(6)[b-elmb5kibpc] {
        width: 220px;
    }

    .user-grid-table th:nth-child(7)[b-elmb5kibpc],
    .user-grid-table td:nth-child(7)[b-elmb5kibpc] {
        width: 160px;
    }

    .user-grid-table td[b-elmb5kibpc] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .user-grid-table thead[b-elmb5kibpc] {
        background: #f9fafb;
    }

        .user-grid-table thead th[b-elmb5kibpc] {
            border-bottom: 1px solid #e5e7eb;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.7rem;
            letter-spacing: 0.08em;
            color: #6b7280;
        }

    .user-grid-table tbody td[b-elmb5kibpc] {
        vertical-align: middle;
    }

.user-grid-col-select[b-elmb5kibpc] {
    width: 42px;
}

.user-grid-row[b-elmb5kibpc] {
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.1s ease;
}

    .user-grid-row:hover[b-elmb5kibpc] {
        background-color: #f3f4ff;
    }

.user-row-selected[b-elmb5kibpc] {
    background: #eef2ff !important;
    box-shadow: inset 3px 0 0 #4f46e5;
}

.user-grid-name[b-elmb5kibpc] {
    font-weight: 600;
    color: #111827;
}

.user-grid-name-link[b-elmb5kibpc] {
    text-decoration: none;
    cursor: pointer;
}
    .user-grid-name-link:hover[b-elmb5kibpc] {
        text-decoration: underline;
    }

.user-grid-role-badge[b-elmb5kibpc] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.7rem;
    font-weight: 600;
}

.user-grid-col-actions[b-elmb5kibpc] {
    white-space: nowrap;
    text-align: right;
}

.user-grid-footer[b-elmb5kibpc] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
}

.user-grid-footer-left[b-elmb5kibpc],
.user-grid-footer-right[b-elmb5kibpc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-info-popup[b-elmb5kibpc] {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 0.75rem 0.9rem;
    min-width: 220px;
    max-width: 280px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    font-size: 0.8rem;
    color: #111827;
}

.btn-outline-primary[b-elmb5kibpc],
.btn-outline-secondary[b-elmb5kibpc],
.btn-outline-danger[b-elmb5kibpc] {
    border-radius: 999px;
    font-size: 0.75rem;
    padding-inline: 0.9rem;
    padding-block: 0.25rem;
}
/* /Components/Pages/ViewAssessmentMetadata.razor.rz.scp.css */
.assessment-metadata-shell[b-21zposhckt] {
    display: flex;
    justify-content: center;
    margin: 16px 0 24px;
}

.assessment-metadata[b-21zposhckt] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 18px 14px;
    background: #fff;
}

.assessment-meta-header[b-21zposhckt] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 4px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.assessment-meta-title[b-21zposhckt] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.assessment-meta-toggle[b-21zposhckt] {
    font-size: 1.1rem;
}

.assessment-meta-grid[b-21zposhckt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
    margin-top: 6px;
}

.assessment-meta-item[b-21zposhckt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.assessment-meta-label[b-21zposhckt] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.assessment-meta-value[b-21zposhckt] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
}
/* /Components/Shared/AddNewUser.razor.rz.scp.css */
.selectlike[b-g227f4kuyz] {
    position: relative;
}

.selectlike-trigger[b-g227f4kuyz] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-shadow: none;
    appearance: none;
}

    .selectlike-trigger:focus[b-g227f4kuyz] {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
    }

    .selectlike-trigger.no-pointer[b-g227f4kuyz] {
        cursor: default;
    }


    .selectlike-trigger .chev[b-g227f4kuyz] {
        width: 16px;
        height: 16px;
        stroke: #6b7280;
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
    }
/* /Components/Shared/Modals/DownloadReportModal.razor.rz.scp.css */
.nnm-backdrop[b-fn9435crpj] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
}

.nnm-modal[b-fn9435crpj] {
    width: min(640px, 100%);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    overflow: hidden;
}

.nnm-header[b-fn9435crpj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.nnm-title[b-fn9435crpj] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.nnm-x[b-fn9435crpj] {
    width: 34px;
    height: 34px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.nnm-body[b-fn9435crpj] {
    padding: 16px;
}

.nnm-note[b-fn9435crpj] {
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.95rem;
    margin-bottom: 14px;
    border: 1px solid #e5e7eb;
}

.nnm-note-warn[b-fn9435crpj] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #7c2d12;
}

.nnm-note-ok[b-fn9435crpj] {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #14532d;
}

.nnm-option[b-fn9435crpj] {
    padding: 10px 0;
}

.nnm-suboption[b-fn9435crpj] {
    padding-left: 22px;
    margin-top: -6px;
}

.nnm-check[b-fn9435crpj] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.98rem;
    color: #111827;
}

    .nnm-check input[b-fn9435crpj] {
        margin-top: 3px;
    }

.nnm-footer[b-fn9435crpj] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 14px 16px;
    border-top: 1px solid #e5e7eb;
    background: #fafafa;
}

.nnm-btn[b-fn9435crpj] {
    border-radius: 10px;
    padding: 9px 14px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

    .nnm-btn:disabled[b-fn9435crpj] {
        opacity: 0.55;
        cursor: not-allowed;
    }

.nnm-btn-ghost[b-fn9435crpj] {
    background: #fff;
}

.nnm-btn-primary[b-fn9435crpj] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.nnm-label[b-fn9435crpj] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
}

.nnm-select[b-fn9435crpj] {
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
/* /Components/Shared/Modals/EditSchoolModal.razor.rz.scp.css */
.teams-section[b-3ohn2b69ol] {
    margin-top: 4px;
}

.teams-header-row[b-3ohn2b69ol] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.teams-list[b-3ohn2b69ol] {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 1rem;
}

.teams-empty[b-3ohn2b69ol] {
    font-size: 0.8rem;
    color: #6b7280;
    padding: 6px 4px;
}

.team-row[b-3ohn2b69ol] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: none;
    border: 1px solid #e5e7eb;
    margin: 5px;
}

.team-name[b-3ohn2b69ol] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e3a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-actions[b-3ohn2b69ol] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.team-edit-input[b-3ohn2b69ol] {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    padding-inline: 10px;
    border-radius: 999px;
}

.teams-add[b-3ohn2b69ol] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.teams-add-input[b-3ohn2b69ol] {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    border-radius: 999px;
}

.teams-list[b-3ohn2b69ol] {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

    .teams-list[b-3ohn2b69ol]::-webkit-scrollbar {
        width: 8px;
    }

    .teams-list[b-3ohn2b69ol]::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 10px;
    }

    .teams-list[b-3ohn2b69ol]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

        .teams-list[b-3ohn2b69ol]::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }
/* /Components/Shared/Modals/EditUserModal.razor.rz.scp.css */
.selectlike[b-6t4f9wac5t] {
    position: relative;
}

.selectlike-trigger[b-6t4f9wac5t] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-shadow: none;
    appearance: none;
}

    .selectlike-trigger:focus[b-6t4f9wac5t] {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
    }

    .selectlike-trigger.no-pointer[b-6t4f9wac5t] {
        cursor: default;
    }


    .selectlike-trigger .chev[b-6t4f9wac5t] {
        width: 16px;
        height: 16px;
        stroke: #6b7280;
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
    }
/* /Components/Shared/SelectTeamsMenu.razor.rz.scp.css */
.selectlike-menu[b-rv3720mo1p] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    min-width: 250px;
    max-height: 320px;
    overflow: auto;
    padding: 8px;
}

.menu-actions[b-rv3720mo1p] {
    display: flex;
    gap: 8px;
    padding: 4px 2px 8px;
}

.btn-ghost[b-rv3720mo1p] {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

    .btn-ghost:hover[b-rv3720mo1p] {
        background: #f9fafb;
    }

.menu-empty[b-rv3720mo1p] {
    color: #6b7280;
    font-size: 13px;
    padding: 4px 2px;
}

.menu-item[b-rv3720mo1p] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 2px;
    font-size: 14px;
}

    .menu-item input[b-rv3720mo1p] {
        width: 16px;
        height: 16px;
    }

/* /Components/Shared/SymbolMatchControl.razor.rz.scp.css */
.symbol-match-container[b-p2e6m7pa3w] {
    background: #ffffff;
    color: #111827;
    padding: 24px;
    border-radius: 8px;
    width: max-content;
    margin: 0 auto;
    font-family: 'Segoe UI Symbol', 'Arial', sans-serif;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.timer[b-p2e6m7pa3w] {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 16px;
    color: #111827;
}

.test-stage-symbol-match-container[b-p2e6m7pa3w] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.symbol-test-questions-container[b-p2e6m7pa3w] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.75rem;
}

.symbols-layout[b-p2e6m7pa3w] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

    .symbols-layout:last-child[b-p2e6m7pa3w] {
        border-bottom: none;
    }

    .symbols-layout.disabled[b-p2e6m7pa3w] {
        pointer-events: none;
    }

    .symbols-layout .row-inner[b-p2e6m7pa3w] {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 0;
    }

.left-symbols[b-p2e6m7pa3w] {
    display: grid;
    grid-auto-rows: 56px;
    row-gap: 6px;
    font-size: 2em;
    min-width: 40px;
}

.left-symbol[b-p2e6m7pa3w],
.choice-btn[b-p2e6m7pa3w],
.no-btn[b-p2e6m7pa3w] {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 28px;
    padding: 0;
    box-sizing: border-box;
}

.divider[b-p2e6m7pa3w] {
    width: 2px;
    background: #e5e7eb;
    align-self: stretch;
    height: auto;
    margin: 0 16px;
}

.choices[b-p2e6m7pa3w] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.no-btn[b-p2e6m7pa3w] {
    font-weight: bold;
}

.choice-btn[b-p2e6m7pa3w],
.no-btn[b-p2e6m7pa3w] {
    background: #f9fafb;
    border: 2px solid #d1d5db;
    color: #111827;
    color: #2563eb;
    font-size: 1.5em;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

    .choice-btn:hover[b-p2e6m7pa3w],
    .no-btn:hover[b-p2e6m7pa3w] {
        background: #e5e7eb;
        border-color: #2563eb;
        color: #111827;
    }

    .choice-btn.selected[b-p2e6m7pa3w],
    .no-btn.selected[b-p2e6m7pa3w] {
        background: #ffffff;
        color: #2563eb;
        border-color: #2563eb;
        box-shadow: inset 0 0 0 3px #2563eb;
        border-radius: 8px;
    }

.symbol-stage-title[b-p2e6m7pa3w] {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    color: #111827;
}

.symbol-stage-actions[b-p2e6m7pa3w] {
    text-align: center;
    margin: 2rem;
}

.start-demo-btn[b-p2e6m7pa3w] {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    border-width: 1px;
    font-weight: 600;
}

    .start-demo-btn:hover[b-p2e6m7pa3w] {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
        color: #ffffff;
    }

.fade-show[b-p2e6m7pa3w] {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    pointer-events: auto;
}

.fade-hide[b-p2e6m7pa3w] {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}

.color-correct[b-p2e6m7pa3w] {
    color: #16a34a;
}

.color-wrong[b-p2e6m7pa3w] {
    color: #b91c1c;
}

.symbol-hint[b-p2e6m7pa3w] {
    background-color: #fef3c7;
}

.symbol-response-panel[b-p2e6m7pa3w] {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
}

.symbol-stats-row[b-p2e6m7pa3w] {
    display: flex;
    justify-content: space-around;
    margin-top: 0.75rem;
}

.symbol-demo-message[b-p2e6m7pa3w] {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    color: #111827;
    white-space: pre-line;
}

.blink[b-p2e6m7pa3w] {
    animation: blink-animation-b-p2e6m7pa3w 1s steps(2, start) infinite;
}

@keyframes blink-animation-b-p2e6m7pa3w {
    to {
        visibility: hidden;
    }
}

.btn-red-border[b-p2e6m7pa3w] {
    background-color: #fff;
    color: #b91c1c;
    border: 2px solid #b91c1c;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    font-weight: 500;
    cursor: pointer;
}

    .btn-red-border:hover[b-p2e6m7pa3w] {
        background-color: #b91c1c;
        color: #fff;
        border-color: #991b1b;
    }

.symbol-modal-backdrop[b-p2e6m7pa3w] {
    background: rgba(15, 23, 42, 0.45);
}

.symbol-modal-body[b-p2e6m7pa3w] {
    color: #111827;
}

.symbol-modal-body-center[b-p2e6m7pa3w] {
    text-align: center;
}

.symbol-modal-close[b-p2e6m7pa3w] {
    margin-top: 1rem;
}

.symbol-next-container[b-p2e6m7pa3w] {
    min-height: 4rem;
}

.cursor-pointer[b-p2e6m7pa3w] {
    cursor: pointer;
}
