/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-ldmujo30jx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1b0f3d, #3a1f7a);
    padding: 1rem;
}
/* /Components/Layout/LanguageToggle.razor.rz.scp.css */
.lang-toggle[b-y2gsdjza9i] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.lang-toggle a[b-y2gsdjza9i] {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    padding: 0.15rem 0.35rem;
    border-radius: 6px;
}

.lang-toggle a.active[b-y2gsdjza9i] {
    color: white;
    background: rgba(255,255,255,0.15);
}

.lang-sep[b-y2gsdjza9i] {
    color: rgba(255,255,255,0.3);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k831d6xblt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k831d6xblt] {
    flex: 1;
}

.sidebar[b-k831d6xblt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k831d6xblt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k831d6xblt]  a, .top-row[b-k831d6xblt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k831d6xblt]  a:hover, .top-row[b-k831d6xblt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k831d6xblt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k831d6xblt] {
        justify-content: space-between;
    }

    .top-row[b-k831d6xblt]  a, .top-row[b-k831d6xblt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k831d6xblt] {
        flex-direction: row;
    }

    .sidebar[b-k831d6xblt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k831d6xblt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k831d6xblt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k831d6xblt], article[b-k831d6xblt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-k831d6xblt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-k831d6xblt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-voqedbm4zq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-voqedbm4zq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-voqedbm4zq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-voqedbm4zq] {
    font-size: 1.1rem;
}

.nav-top-row[b-voqedbm4zq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bi[b-voqedbm4zq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-emoji[b-voqedbm4zq] {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
}

.nav-divider[b-voqedbm4zq] {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 0.75rem 1rem;
}

.signed-in-as[b-voqedbm4zq] {
    color: #adb5bd;
    font-size: 0.8rem;
    padding-bottom: 0.25rem;
}

.logout-btn[b-voqedbm4zq] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.bi-house-door-fill-nav-menu[b-voqedbm4zq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-voqedbm4zq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-voqedbm4zq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-voqedbm4zq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-voqedbm4zq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-voqedbm4zq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-voqedbm4zq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-voqedbm4zq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-voqedbm4zq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-voqedbm4zq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-voqedbm4zq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-voqedbm4zq] {
        display: none;
    }

    .nav-scrollable[b-voqedbm4zq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cnwgan988d],
.components-reconnect-repeated-attempt-visible[b-cnwgan988d],
.components-reconnect-failed-visible[b-cnwgan988d],
.components-pause-visible[b-cnwgan988d],
.components-resume-failed-visible[b-cnwgan988d],
.components-rejoining-animation[b-cnwgan988d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-retrying[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-failed[b-cnwgan988d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cnwgan988d] {
    display: block;
}


#components-reconnect-modal[b-cnwgan988d] {
    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-cnwgan988d 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cnwgan988d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cnwgan988d 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cnwgan988d]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cnwgan988d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cnwgan988d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cnwgan988d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cnwgan988d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cnwgan988d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cnwgan988d] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cnwgan988d] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cnwgan988d] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cnwgan988d] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cnwgan988d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cnwgan988d] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cnwgan988d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cnwgan988d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cnwgan988d {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
.intro[b-6zbrgtstjo] {
    color: #6c757d;
    max-width: 640px;
}

.admin-card[b-6zbrgtstjo] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 420px;
    margin-top: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.admin-card h2[b-6zbrgtstjo] {
    margin-top: 0;
    font-size: 1.1rem;
}

.admin-card label[b-6zbrgtstjo] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0.75rem 0 0.25rem;
}

.admin-card input[b-6zbrgtstjo], .admin-card select[b-6zbrgtstjo] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
}

.form-error[b-6zbrgtstjo] {
    background: #fdf1f1;
    color: #c62828;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.form-success[b-6zbrgtstjo] {
    background: #f1fbf2;
    color: #2e7d32;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.primary-btn[b-6zbrgtstjo] {
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
    border: none;
    padding: 0.65rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.section-title[b-6zbrgtstjo] {
    margin-top: 2rem;
}

.user-table[b-6zbrgtstjo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 600px;
}

.user-row[b-6zbrgtstjo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.user-name[b-6zbrgtstjo] {
    flex: 1;
    font-weight: 600;
}

.user-role[b-6zbrgtstjo] {
    font-size: 0.75rem;
    background: #f1f3f5;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    color: #495057;
}

.user-role.admin[b-6zbrgtstjo] {
    background: #f5f0ff;
    color: #6a3de8;
    font-weight: 700;
}

.user-date[b-6zbrgtstjo] {
    font-size: 0.8rem;
    color: #6c757d;
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */
.account-card[b-ic30s0qd92] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 420px;
    margin-top: 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.subtitle[b-ic30s0qd92] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.account-card label[b-ic30s0qd92] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0.75rem 0 0.25rem;
}

.account-card input[b-ic30s0qd92] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
}

.form-error[b-ic30s0qd92] {
    background: #fdf1f1;
    color: #c62828;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.form-success[b-ic30s0qd92] {
    background: #f1fbf2;
    color: #2e7d32;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.primary-btn[b-ic30s0qd92] {
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
    border: none;
    padding: 0.65rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}
/* /Components/Pages/ChapterView.razor.rz.scp.css */
.back-link[b-t6l0r586bf] {
    display: inline-block;
    margin-top: 1rem;
    color: #6a3de8;
    text-decoration: none;
    font-weight: 600;
}

.intro[b-t6l0r586bf] {
    color: #6c757d;
    max-width: 640px;
}

.tabs[b-t6l0r586bf] {
    display: flex;
    gap: 0.5rem;
    margin: 1.25rem 0 1.5rem;
    flex-wrap: wrap;
}

.tab[b-t6l0r586bf] {
    border: none;
    background: #e9ecef;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    color: #495057;
}

.tab.active[b-t6l0r586bf] {
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
}

.vocab-grid[b-t6l0r586bf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.vocab-card[b-t6l0r586bf] {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    cursor: pointer;
    min-height: 90px;
}

.vocab-card.revealed[b-t6l0r586bf] {
    background: #f5f0ff;
}

.vocab-id[b-t6l0r586bf] {
    font-weight: 700;
}

.pos[b-t6l0r586bf] {
    font-weight: 400;
    font-size: 0.75rem;
    color: #6c757d;
}

.vocab-hint[b-t6l0r586bf] {
    color: #adb5bd;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.vocab-nl[b-t6l0r586bf] {
    color: #6a3de8;
    font-weight: 700;
    margin-top: 0.35rem;
}

.vocab-examples[b-t6l0r586bf] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.vocab-example[b-t6l0r586bf] {
    padding: 0.4rem 0;
    font-size: 0.8rem;
    color: #495057;
    border-top: 1px solid #f1f3f5;
}

.vocab-example:first-child[b-t6l0r586bf] {
    border-top: none;
    padding-top: 0;
}

.grammar-block[b-t6l0r586bf] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 1.25rem;
    max-width: 800px;
}

.example-table[b-t6l0r586bf] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
}

.example-table th[b-t6l0r586bf], .example-table td[b-t6l0r586bf] {
    text-align: left;
    padding: 0.4rem 0.5rem;
    border-bottom: 1px solid #f1f3f5;
    font-size: 0.9rem;
}

.example-table .note[b-t6l0r586bf] {
    color: #6c757d;
    font-size: 0.8rem;
}

.exercise-block[b-t6l0r586bf] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 1rem;
    max-width: 640px;
}

.exercise-prompt[b-t6l0r586bf] {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.options[b-t6l0r586bf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.option[b-t6l0r586bf] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.option.correct[b-t6l0r586bf] {
    border-color: #2e7d32;
    background: #f1fbf2;
}

.option.incorrect[b-t6l0r586bf] {
    border-color: #c62828;
    background: #fdf1f1;
}

.text-input[b-t6l0r586bf] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.text-input.correct[b-t6l0r586bf] {
    border-color: #2e7d32;
    background: #f1fbf2;
}

.text-input.incorrect[b-t6l0r586bf] {
    border-color: #c62828;
    background: #fdf1f1;
}

.correct-answer[b-t6l0r586bf] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #2e7d32;
}

.primary-btn[b-t6l0r586bf] {
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.primary-btn:disabled[b-t6l0r586bf] {
    opacity: 0.6;
    cursor: default;
}

.secondary-btn[b-t6l0r586bf] {
    background: white;
    border: 1px solid #dee2e6;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0.5rem;
}

.score-banner[b-t6l0r586bf] {
    display: inline-block;
    background: #f1f3f5;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.score-banner.done[b-t6l0r586bf] {
    background: #f1fbf2;
    color: #2e7d32;
    display: block;
    margin-top: 0.75rem;
}

.recap-scenario[b-t6l0r586bf] {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 1rem;
}

.dialogue[b-t6l0r586bf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 640px;
    margin-bottom: 1.5rem;
}

.dialogue-line[b-t6l0r586bf] {
    display: flex;
    flex-direction: column;
}

.speaker[b-t6l0r586bf] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6a3de8;
    margin-bottom: 0.15rem;
}

.bubble[b-t6l0r586bf] {
    background: white;
    border-radius: 12px;
    padding: 0.6rem 0.9rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    max-width: 480px;
}

.bubble-id[b-t6l0r586bf] {
    color: #495057;
}

.bubble-nl[b-t6l0r586bf] {
    color: #6a3de8;
    font-weight: 600;
    margin-top: 0.2rem;
}
/* /Components/Pages/Grammar.razor.rz.scp.css */
.intro[b-zmm54qoer4] {
    color: #6c757d;
    max-width: 640px;
}

.level-heading[b-zmm54qoer4] {
    margin-top: 1.75rem;
    color: #6a3de8;
}

.grammar-card[b-zmm54qoer4] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 1rem;
    max-width: 800px;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.grammar-card:hover[b-zmm54qoer4] {
    transform: translateY(-2px);
}

.grammar-title-row[b-zmm54qoer4] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.grammar-title-row h3[b-zmm54qoer4] {
    margin: 0;
}

.chapter-tag[b-zmm54qoer4] {
    font-size: 0.75rem;
    color: #6c757d;
    background: #f1f3f5;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

.example-table[b-zmm54qoer4] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
}

.example-table td[b-zmm54qoer4] {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #f1f3f5;
    font-size: 0.85rem;
}

.example-table td.nl[b-zmm54qoer4] {
    color: #6a3de8;
    font-weight: 600;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard[b-hxkaxoniyn] {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.hero[b-hxkaxoniyn] {
    padding: 1.5rem 0 0.5rem;
}

.hero h1[b-hxkaxoniyn] {
    margin-bottom: 0.25rem;
}

.subtitle[b-hxkaxoniyn] {
    color: #6c757d;
}

.stat-row[b-hxkaxoniyn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.stat-card[b-hxkaxoniyn] {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.stat-card.streak[b-hxkaxoniyn] {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
}

.stat-emoji[b-hxkaxoniyn] {
    font-size: 1.75rem;
}

.stat-value[b-hxkaxoniyn] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0.25rem;
}

.stat-label[b-hxkaxoniyn] {
    color: #6c757d;
    font-size: 0.85rem;
}

.continue-card[b-hxkaxoniyn] {
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2rem;
    transition: transform 0.15s ease;
}

.continue-card:hover[b-hxkaxoniyn] {
    transform: translateY(-2px);
}

.continue-card.done[b-hxkaxoniyn] {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    cursor: default;
    justify-content: center;
    text-align: center;
}

.continue-eyebrow[b-hxkaxoniyn] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    opacity: 0.85;
}

.continue-title[b-hxkaxoniyn] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.25rem 0;
}

.continue-desc[b-hxkaxoniyn] {
    opacity: 0.9;
    font-size: 0.9rem;
}

.continue-cta[b-hxkaxoniyn] {
    font-weight: 600;
    white-space: nowrap;
}

.section-title[b-hxkaxoniyn] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.level-grid[b-hxkaxoniyn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.level-card[b-hxkaxoniyn] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.15s ease;
}

.level-card:hover[b-hxkaxoniyn] {
    transform: translateY(-2px);
}

.level-code[b-hxkaxoniyn] {
    font-weight: 800;
    font-size: 1.3rem;
    color: #6a3de8;
}

.level-name[b-hxkaxoniyn] {
    color: #495057;
    margin-bottom: 0.75rem;
}

.progress-bar-outer[b-hxkaxoniyn] {
    background: #e9ecef;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.progress-bar-inner[b-hxkaxoniyn] {
    background: linear-gradient(90deg, #6a3de8, #9b6bff);
    height: 100%;
    transition: width 0.3s ease;
}

.level-fraction[b-hxkaxoniyn] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}
/* /Components/Pages/LevelDetail.razor.rz.scp.css */
.back-link[b-flzesefgbr] {
    display: inline-block;
    margin-top: 1rem;
    color: #6a3de8;
    text-decoration: none;
    font-weight: 600;
}

.intro[b-flzesefgbr] {
    color: #6c757d;
    max-width: 640px;
}

.chapter-list[b-flzesefgbr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 760px;
    margin-top: 1.5rem;
}

.chapter-row[b-flzesefgbr] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.15s ease;
}

.chapter-row:hover[b-flzesefgbr] {
    transform: translateY(-2px);
}

.chapter-row.done[b-flzesefgbr] {
    background: #f1fbf2;
}

.chapter-number[b-flzesefgbr] {
    font-weight: 800;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    border-radius: 10px;
    min-width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapter-info[b-flzesefgbr] {
    flex: 1;
}

.chapter-title[b-flzesefgbr] {
    font-weight: 700;
}

.chapter-topic[b-flzesefgbr] {
    font-size: 0.8rem;
    color: #6a3de8;
}

.chapter-desc[b-flzesefgbr] {
    color: #6c757d;
    font-size: 0.85rem;
}

.chapter-badges[b-flzesefgbr] {
    display: flex;
    gap: 0.35rem;
}

.badge[b-flzesefgbr] {
    opacity: 0.25;
    filter: grayscale(1);
    font-size: 1.1rem;
}

.badge.on[b-flzesefgbr] {
    opacity: 1;
    filter: none;
}
/* /Components/Pages/Levels.razor.rz.scp.css */
.intro[b-bm1j8q1gzf] {
    color: #6c757d;
    max-width: 640px;
}

.level-list[b-bm1j8q1gzf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 720px;
}

.level-row[b-bm1j8q1gzf] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.15s ease;
}

.level-row:hover[b-bm1j8q1gzf] {
    transform: translateY(-2px);
}

.level-badge[b-bm1j8q1gzf] {
    font-weight: 800;
    font-size: 1.3rem;
    color: white;
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    border-radius: 10px;
    min-width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.level-info[b-bm1j8q1gzf] {
    flex: 1;
}

.level-title[b-bm1j8q1gzf] {
    font-weight: 700;
}

.level-desc[b-bm1j8q1gzf] {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.progress-bar-outer[b-bm1j8q1gzf] {
    background: #e9ecef;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.progress-bar-inner[b-bm1j8q1gzf] {
    background: linear-gradient(90deg, #6a3de8, #9b6bff);
    height: 100%;
    transition: width 0.3s ease;
}

.level-fraction[b-bm1j8q1gzf] {
    color: #6c757d;
    font-size: 0.9rem;
    white-space: nowrap;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-lang-row[b-a5e8ewg8ia] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

.auth-lang-row[b-a5e8ewg8ia]  .lang-toggle a {
    color: #adb5bd;
}

.auth-lang-row[b-a5e8ewg8ia]  .lang-toggle a.active {
    color: #6a3de8;
    background: #f5f0ff;
}

.auth-card[b-a5e8ewg8ia] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.auth-card h1[b-a5e8ewg8ia] {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.subtitle[b-a5e8ewg8ia] {
    color: #6c757d;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.auth-card label[b-a5e8ewg8ia] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0.75rem 0 0.25rem;
}

.auth-card input[b-a5e8ewg8ia] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
}

.auth-error[b-a5e8ewg8ia] {
    background: #fdf1f1;
    color: #c62828;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.primary-btn[b-a5e8ewg8ia] {
    width: 100%;
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #6a3de8, #9b6bff);
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
}
/* /Components/Pages/Vocabulary.razor.rz.scp.css */
.intro[b-o9e4r53teh] {
    color: #6c757d;
    max-width: 640px;
}

.filters[b-o9e4r53teh] {
    display: flex;
    gap: 0.75rem;
    margin: 1.25rem 0;
    flex-wrap: wrap;
}

.search-input[b-o9e4r53teh] {
    flex: 1;
    min-width: 220px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.topic-select[b-o9e4r53teh] {
    padding: 0.55rem 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.result-count[b-o9e4r53teh] {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.topic-heading[b-o9e4r53teh] {
    margin-top: 1.5rem;
    color: #6a3de8;
}

.vocab-table[b-o9e4r53teh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 800px;
}

.vocab-row[b-o9e4r53teh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.vocab-id-col[b-o9e4r53teh], .vocab-nl-col[b-o9e4r53teh] {
    flex: 1;
}

.word[b-o9e4r53teh] {
    font-weight: 700;
}

.word.nl[b-o9e4r53teh] {
    color: #6a3de8;
}

.example[b-o9e4r53teh] {
    font-size: 0.8rem;
    color: #6c757d;
}

.arrow[b-o9e4r53teh] {
    color: #adb5bd;
}

.level-tag[b-o9e4r53teh] {
    background: #f1f3f5;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    color: #6a3de8;
}
