/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kqybd437yh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-kqybd437yh] {
    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-kqybd437yh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f82azufcjy] {
    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-f82azufcjy] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-f82azufcjy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-f82azufcjy] {
    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-f82azufcjy] {
    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-f82azufcjy] {
    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-f82azufcjy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-f82azufcjy]  .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-f82azufcjy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-f82azufcjy] {
        /* 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-nevaxgw3za],
.components-reconnect-repeated-attempt-visible[b-nevaxgw3za],
.components-reconnect-failed-visible[b-nevaxgw3za],
.components-pause-visible[b-nevaxgw3za],
.components-resume-failed-visible[b-nevaxgw3za],
.components-rejoining-animation[b-nevaxgw3za] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-nevaxgw3za {
    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/Exam/ExamHistory.razor.rz.scp.css */
/* Login required */
.history-login-required[b-jul4hm4978] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    text-align: center;
    color: #57606a;
}

    .history-login-required .material-symbols-outlined[b-jul4hm4978] {
        font-size: 3rem;
        color: #d1242f;
        margin-bottom: 12px;
    }

    .history-login-required p[b-jul4hm4978] {
        font-size: 1.1rem;
    }

/* Container */
.history-container[b-jul4hm4978] {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

.history-title[b-jul4hm4978] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 20px;
}

/* Loading */
.history-loading[b-jul4hm4978] {
    display: flex;
    justify-content: center;
    padding: 40px;
    color: #57606a;
}

    .history-loading .spinning[b-jul4hm4978] {
        animation: spin-b-jul4hm4978 1s linear infinite;
        font-size: 2rem;
    }

@keyframes spin-b-jul4hm4978 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Empty */
.history-empty[b-jul4hm4978] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px;
    color: #57606a;
}

    .history-empty .material-symbols-outlined[b-jul4hm4978] {
        font-size: 3rem;
        margin-bottom: 12px;
    }

    .history-empty p[b-jul4hm4978] {
        font-size: 1rem;
    }

/* Table */
.history-table[b-jul4hm4978] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .history-table th[b-jul4hm4978] {
        text-align: left;
        padding: 10px 12px;
        border-bottom: 2px solid #d0d7de;
        color: #57606a;
        font-weight: 600;
    }

    .history-table td[b-jul4hm4978] {
        padding: 10px 12px;
        border-bottom: 1px solid #eaeef2;
        vertical-align: middle;
    }

    .history-table tr:last-child td[b-jul4hm4978] {
        border-bottom: none;
    }

    .history-table tr:hover td[b-jul4hm4978] {
        background-color: #f6f8fa;
    }

/* Class badge */
.class-badge[b-jul4hm4978] {
    display: inline-block;
    padding: 2px 8px;
    background-color: #0969da;
    color: #ffffff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Score */
.score-good[b-jul4hm4978] {
    color: #2da44e;
    font-weight: 600;
}

.score-ok[b-jul4hm4978] {
    color: #bf8700;
    font-weight: 600;
}

.score-bad[b-jul4hm4978] {
    color: #d1242f;
    font-weight: 600;
}

/* Detail button */
.btn-detail[b-jul4hm4978] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background-color: #f6f8fa;
    color: #24292f;
    border: 1px solid rgba(27, 31, 36, 0.15);
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .btn-detail:hover[b-jul4hm4978] {
        background-color: #f3f4f6;
    }

    .btn-detail .material-symbols-outlined[b-jul4hm4978] {
        font-size: 14px;
    }

/* Detail view */
.history-detail[b-jul4hm4978] {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

.detail-header[b-jul4hm4978] {
    margin-bottom: 20px;
}

    .detail-header h2[b-jul4hm4978] {
        font-size: 1.3rem;
        color: #1a1a2e;
        margin: 10px 0 4px;
    }

.detail-score[b-jul4hm4978] {
    font-size: 1rem;
    color: #57606a;
}

/* Back button */
.btn-back[b-jul4hm4978] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background-color: #f6f8fa;
    color: #24292f;
    border: 1px solid rgba(27, 31, 36, 0.15);
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .btn-back:hover[b-jul4hm4978] {
        background-color: #f3f4f6;
    }

    .btn-back .material-symbols-outlined[b-jul4hm4978] {
        font-size: 16px;
    }

/* Detail items */
.detail-items[b-jul4hm4978] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 70vh;
    overflow-y: auto;
}

.detail-item[b-jul4hm4978] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid;
    font-size: 14px;
}

.item-correct[b-jul4hm4978] {
    background-color: #f0fff4;
    border-color: #b8f0c8;
}

.item-incorrect[b-jul4hm4978] {
    background-color: #fff8f0;
    border-color: #ffd8b0;
}

.detail-item-icon[b-jul4hm4978] {
    font-size: 18px;
}

.item-correct .detail-item-icon[b-jul4hm4978] {
    color: #2da44e;
}

.item-incorrect .detail-item-icon[b-jul4hm4978] {
    color: #d1242f;
}

.detail-item-japanese[b-jul4hm4978] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    min-width: 80px;
}

.detail-item-answers[b-jul4hm4978] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.detail-your-answer[b-jul4hm4978] {
    color: #24292f;
}

.item-incorrect .detail-your-answer[b-jul4hm4978] {
    color: #d1242f;
}

.detail-correct-answer[b-jul4hm4978] {
    color: #2da44e;
    font-weight: 600;
}
/* /Components/Pages/Exam/ExamView.razor.rz.scp.css */
/* Exam login required */
.exam-login-required[b-ezfzouy8i3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    text-align: center;
    color: #57606a;
}

    .exam-login-required .material-symbols-outlined[b-ezfzouy8i3] {
        font-size: 3rem;
        color: #d1242f;
        margin-bottom: 12px;
    }

    .exam-login-required p[b-ezfzouy8i3] {
        font-size: 1.1rem;
    }

/* Exam container */
.exam-container[b-ezfzouy8i3] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.exam-content[b-ezfzouy8i3] {
    padding: 24px;
    border: 1px solid #d0d7de;
    border-top: none;
    background-color: #ffffff;
}

/* Progress */
.exam-progress-bar[b-ezfzouy8i3] {
    margin-bottom: 20px;
}

.exam-progress-text[b-ezfzouy8i3] {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #57606a;
    margin-bottom: 6px;
}

.progress-bar-track[b-ezfzouy8i3] {
    width: 100%;
    height: 6px;
    background-color: #eaeef2;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar-fill[b-ezfzouy8i3] {
    height: 6px;
    background-color: #0969da;
    border-radius: 6px;
    transition: width 0.3s ease;
}

/* Word display */
.exam-word-display[b-ezfzouy8i3] {
    text-align: center;
    padding: 32px 0 24px;
}

.exam-word-japanese[b-ezfzouy8i3] {
    font-size: 5rem;
    font-weight: bold;
    color: #1a1a2e;
    line-height: 1.2;
}

/* Input area */
.exam-input-area[b-ezfzouy8i3] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.exam-answer-input[b-ezfzouy8i3] {
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
    font-size: 1.1rem;
    border: 2px solid #d0d7de;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    text-align: center;
}

    .exam-answer-input:focus[b-ezfzouy8i3] {
        border-color: #0969da;
        box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.15);
    }

/* Exam actions */
.exam-actions[b-ezfzouy8i3] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-exam-next[b-ezfzouy8i3],
.btn-exam-finish[b-ezfzouy8i3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    line-height: 1.5;
    border: none;
}

.btn-exam-next[b-ezfzouy8i3] {
    background-color: #0969da;
    color: #ffffff;
}

    .btn-exam-next:hover:not(:disabled)[b-ezfzouy8i3] {
        background-color: #0757ba;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    }

    .btn-exam-next:disabled[b-ezfzouy8i3] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-exam-finish[b-ezfzouy8i3] {
    background-color: #2da44e;
    color: #ffffff;
}

    .btn-exam-finish:hover:not(:disabled)[b-ezfzouy8i3] {
        background-color: #2c974b;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    }

    .btn-exam-finish:disabled[b-ezfzouy8i3] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-exam-next .material-symbols-outlined[b-ezfzouy8i3],
    .btn-exam-finish .material-symbols-outlined[b-ezfzouy8i3] {
        font-size: 18px;
    }

/* Results */
.exam-results[b-ezfzouy8i3] {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

.results-title[b-ezfzouy8i3] {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.results-class[b-ezfzouy8i3] {
    font-size: 1rem;
    color: #57606a;
    margin-bottom: 20px;
}

.results-stats[b-ezfzouy8i3] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.stat-card[b-ezfzouy8i3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid;
    flex: 1;
    min-width: 140px;
}

    .stat-card .material-symbols-outlined[b-ezfzouy8i3] {
        font-size: 2rem;
    }

.stat-correct[b-ezfzouy8i3] {
    background-color: #f0fff4;
    border-color: #2da44e;
    color: #2da44e;
}

.stat-incorrect[b-ezfzouy8i3] {
    background-color: #fff1f0;
    border-color: #d1242f;
    color: #d1242f;
}

.stat-accuracy[b-ezfzouy8i3] {
    background-color: #f0f5ff;
    border-color: #0969da;
    color: #0969da;
}

.stat-value[b-ezfzouy8i3] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label[b-ezfzouy8i3] {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 2px;
}

/* Apply to wordbook button */
.results-actions[b-ezfzouy8i3] {
    margin-bottom: 24px;
}

.btn-apply-to-wordbook[b-ezfzouy8i3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background-color: #8250df;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease;
    line-height: 1.5;
}

    .btn-apply-to-wordbook:hover:not(:disabled)[b-ezfzouy8i3] {
        background-color: #6e40c9;
    }

    .btn-apply-to-wordbook:disabled[b-ezfzouy8i3] {
        opacity: 0.7;
        cursor: not-allowed;
        background-color: #6e40c9;
    }

    .btn-apply-to-wordbook .material-symbols-outlined[b-ezfzouy8i3] {
        font-size: 18px;
    }

/* Wrong words list */
.results-wrong-words h3[b-ezfzouy8i3] {
    font-size: 1.1rem;
    color: #d1242f;
    margin-bottom: 12px;
    font-weight: 600;
}

.wrong-words-list[b-ezfzouy8i3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 50vh;
    overflow-y: auto;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 8px;
}

.wrong-word-item[b-ezfzouy8i3] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    background-color: #fff8f0;
    border: 1px solid #ffd8b0;
    border-radius: 6px;
}

.wrong-word-japanese[b-ezfzouy8i3] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a2e;
    min-width: 80px;
}

.wrong-word-answers[b-ezfzouy8i3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.answer-row[b-ezfzouy8i3] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
}

.answer-label[b-ezfzouy8i3] {
    font-weight: 600;
    min-width: 60px;
    color: #57606a;
}

.answer-yours .answer-value[b-ezfzouy8i3] {
    color: #d1242f;
}

.answer-correct .answer-value[b-ezfzouy8i3] {
    color: #2da44e;
    font-weight: 600;
}

/* Tab (reuse from wordbook) */
.tab ul[b-ezfzouy8i3], li[b-ezfzouy8i3] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab .tabnav[b-ezfzouy8i3] {
    font-size: 0;
    border-bottom: 2px solid #ddd;
    background-color: #f5f5f5;
}

    .tab .tabnav li[b-ezfzouy8i3] {
        display: inline-block;
        height: 46px;
        text-align: center;
        border-right: 1px solid #ccc;
    }

        .tab .tabnav li:first-child[b-ezfzouy8i3] {
            border-left: 1px solid #ccc;
        }

        .tab .tabnav li.active[b-ezfzouy8i3] {
            background-color: #ffffff;
            border-bottom: 3px solid #007acc;
            border-top: 1px solid #ccc;
        }

            .tab .tabnav li.active a[b-ezfzouy8i3] {
                color: #007acc;
                font-weight: bold;
                background-color: #ffffff;
            }

        .tab .tabnav li a[b-ezfzouy8i3] {
            position: relative;
            display: block;
            background: #e0e0e0;
            color: #666;
            padding: 0 30px;
            line-height: 46px;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
        }

            .tab .tabnav li a:hover[b-ezfzouy8i3] {
                background: #d0d0d0;
                color: #333;
            }
/* /Components/Pages/WordbookView.razor.rz.scp.css */
.class-name[b-y3p98havmy] {
    font-size: 3rem;
    font-weight: bold;
}

.component-view[b-y3p98havmy] {
    font-size: 6rem;
}

    .component-view rt[b-y3p98havmy] {
        font-size: 2.5rem;
    }

.localizer-view[b-y3p98havmy] {
    font-size: 3rem;
}

.tab[b-y3p98havmy] {
}

    .tab div[b-y3p98havmy], ul[b-y3p98havmy], li[b-y3p98havmy] {
        margin: 0;
        padding: 0;
    }

    .tab ul[b-y3p98havmy], li[b-y3p98havmy] {
        list-style: none;
    }

    .tab .tabnav[b-y3p98havmy] {
        font-size: 0;
        border-bottom: 2px solid #ddd;
        background-color: #f5f5f5;
    }

        .tab .tabnav li[b-y3p98havmy] {
            display: inline-block;
            height: 46px;
            text-align: center;
            border-right: 1px solid #ccc;
        }

            .tab .tabnav li:first-child[b-y3p98havmy] {
                border-left: 1px solid #ccc;
            }

            .tab .tabnav li.active[b-y3p98havmy] {
                background-color: #ffffff;
                border-bottom: 3px solid #007acc;
                border-top: 1px solid #ccc;
            }

                .tab .tabnav li.active a[b-y3p98havmy] {
                    color: #007acc;
                    font-weight: bold;
                    background-color: #ffffff;
                }

            .tab .tabnav li a[b-y3p98havmy] {
                position: relative;
                display: block;
                background: #e0e0e0;
                color: #666;
                padding: 0 30px;
                line-height: 46px;
                text-decoration: none;
                font-size: 16px;
                transition: all 0.3s ease;
            }

                .tab .tabnav li a:hover[b-y3p98havmy] {
                    background: #d0d0d0;
                    color: #333;
                }

        .tab .tabcontent[b-y3p98havmy] {
            padding: 20px;
            border: 1px solid #ddd;
            border-top: none;
            background-color: #ffffff;
        }

/* Progress bar */
.wordbook-progress[b-y3p98havmy] {
    margin-bottom: 16px;
}

.progress-text[b-y3p98havmy] {
    font-size: 13px;
    color: #57606a;
    margin-bottom: 6px;
    display: block;
}

.progress-bar-track[b-y3p98havmy] {
    width: 100%;
    height: 6px;
    background-color: #eaeef2;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar-fill[b-y3p98havmy] {
    height: 6px;
    background-color: #2da44e;
    border-radius: 6px;
    transition: width 0.4s ease;
}

/* Action buttons */
.wordbook-actions[b-y3p98havmy] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
    flex-wrap: wrap;
}

.btn-memorized[b-y3p98havmy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background-color: #2da44e;
    color: #ffffff;
    border: 1px solid rgba(27, 31, 36, 0.15);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    line-height: 1.5;
    white-space: nowrap;
}

    .btn-memorized:hover:not(:disabled)[b-y3p98havmy] {
        background-color: #2c974b;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    }

    .btn-memorized:active:not(:disabled)[b-y3p98havmy] {
        background-color: #298e46;
    }

    .btn-memorized:disabled[b-y3p98havmy] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-memorized .material-symbols-outlined[b-y3p98havmy] {
        font-size: 18px;
    }

.btn-next[b-y3p98havmy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background-color: #f6f8fa;
    color: #24292f;
    border: 1px solid rgba(27, 31, 36, 0.15);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    line-height: 1.5;
    white-space: nowrap;
}

    .btn-next:hover:not(:disabled)[b-y3p98havmy] {
        background-color: #f3f4f6;
        border-color: rgba(27, 31, 36, 0.3);
    }

    .btn-next:active:not(:disabled)[b-y3p98havmy] {
        background-color: #ebecf0;
    }

    .btn-next:disabled[b-y3p98havmy] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-next .material-symbols-outlined[b-y3p98havmy] {
        font-size: 18px;
    }

/* Login hint */
.login-hint[b-y3p98havmy] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #57606a;
    margin-top: 16px;
    margin-bottom: 0;
    background: #f6f8fa;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 8px 12px;
}

    .login-hint .material-symbols-outlined[b-y3p98havmy] {
        font-size: 16px;
        color: #0969da;
    }

/* All memorized banner */
.all-memorized-banner[b-y3p98havmy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}

    .all-memorized-banner p[b-y3p98havmy] {
        font-size: 1.5rem;
        color: #1a7f37;
        font-weight: 500;
        margin-top: 12px;
    }

    .all-memorized-banner .wordbook-actions[b-y3p98havmy] {
        margin-top: 24px;
    }

.all-memorized-icon[b-y3p98havmy] {
    font-size: 4rem;
    color: #2da44e;
}

/* Reset button */
.btn-reset[b-y3p98havmy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background-color: #f6f8fa;
    color: #d1242f;
    border: 1px solid rgba(209, 36, 47, 0.4);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    line-height: 1.5;
    white-space: nowrap;
}

    .btn-reset:hover:not(:disabled)[b-y3p98havmy] {
        background-color: #fff1f0;
        border-color: #d1242f;
        color: #a10e1a;
    }

    .btn-reset:active:not(:disabled)[b-y3p98havmy] {
        background-color: #ffdce0;
    }

    .btn-reset:disabled[b-y3p98havmy] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-reset .material-symbols-outlined[b-y3p98havmy] {
        font-size: 18px;
    }

/* View mode toggle */
.view-mode-toggle[b-y3p98havmy] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeef2;
}

.btn-mode[b-y3p98havmy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background-color: #f6f8fa;
    color: #57606a;
    border: 1px solid rgba(27, 31, 36, 0.15);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    line-height: 1.5;
}

    .btn-mode:hover[b-y3p98havmy] {
        background-color: #f3f4f6;
        color: #24292f;
    }

    .btn-mode.active[b-y3p98havmy] {
        background-color: #0969da;
        color: #ffffff;
        border-color: #0969da;
    }

    .btn-mode .material-symbols-outlined[b-y3p98havmy] {
        font-size: 16px;
    }

/* Word list */
.wordlist-header[b-y3p98havmy] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.search-input[b-y3p98havmy] {
    flex: 1;
    min-width: 200px;
    padding: 8px 12px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .search-input:focus[b-y3p98havmy] {
        border-color: #0969da;
        box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.15);
    }

.list-stats[b-y3p98havmy] {
    font-size: 12px;
    color: #57606a;
    white-space: nowrap;
}

.wordlist-container[b-y3p98havmy] {
    height: 60vh;
    overflow-y: auto;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

.wordlist-item[b-y3p98havmy] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid #eaeef2;
    transition: background-color 0.1s ease;
}

    .wordlist-item:last-child[b-y3p98havmy] {
        border-bottom: none;
    }

    .wordlist-item:hover[b-y3p98havmy] {
        background-color: #f6f8fa;
    }

    .wordlist-item.memorized[b-y3p98havmy] {
        background-color: #f0fff4;
    }

        .wordlist-item.memorized:hover[b-y3p98havmy] {
            background-color: #e6ffed;
        }

.wordlist-japanese[b-y3p98havmy] {
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 80px;
    color: #1a1a2e;
}

.wordlist-reading[b-y3p98havmy] {
    font-size: 0.85rem;
    color: #57606a;
    min-width: 80px;
}

.wordlist-meaning[b-y3p98havmy] {
    flex: 1;
    font-size: 0.9rem;
    color: #24292f;
}

.wordlist-memorized-badge[b-y3p98havmy] {
    display: flex;
    align-items: center;
}

    .wordlist-memorized-badge .material-symbols-outlined[b-y3p98havmy] {
        font-size: 20px;
    }

.badge-memorized .material-symbols-outlined[b-y3p98havmy] {
    color: #2da44e;
}

.badge-not-memorized .material-symbols-outlined[b-y3p98havmy] {
    color: #d0d7de;
}
/* /Components/Shared/ProfileCard.razor.rz.scp.css */
.usercard-container[b-kv5gdypvrm] {
    position: relative;
    display: inline-block;
}

.profile-img[b-kv5gdypvrm] {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
}

@keyframes fadeIn-b-kv5gdypvrm {
    from {
        opacity: 0;
        transform: scaleY(0.95);
    }

    to {
        opacity: 1;
        transform: scaleY(1.0);
    }
}

.user-info-panel[b-kv5gdypvrm] {
    position: absolute;
    top: 40px;
    right: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    min-width: 180px;
    z-index: 100;
    animation: fadeIn-b-kv5gdypvrm 0.4s ease;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0.99);
    transition: opacity 0.4s, transform 0.4s;
}

    .user-info-panel.visible[b-kv5gdypvrm] {
        opacity: 1.0;
        transform: scaleY(1.0);
        transition: opacity 0.4s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .user-info-panel .summary-panel[b-kv5gdypvrm] {
        display: flex;
        flex-direction: row;
        padding: 16px 16px 0 16px;
    }

    .user-info-panel .informations[b-kv5gdypvrm] {
        display: flex;
        flex-direction: column;
        padding-left: 14px;
    }

        .user-info-panel .informations p[b-kv5gdypvrm] {
            margin-bottom: 0;
        }

    .user-info-panel hr[b-kv5gdypvrm] {
        margin: 6px 0 6px 0;
    }

    .user-info-panel button[b-kv5gdypvrm] {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 8px;
        margin-top: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #333;
        border: none;
        border-radius: 0px;
        font-size: 1em;
        cursor: pointer;
        transition: background 0.2s, box-shadow 0.2s;
        box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    }

        .user-info-panel button:hover[b-kv5gdypvrm] {
            background: #e0e0e0;
            box-shadow: 0 2px 6px rgba(0,0,0,0.10);
        }

        .user-info-panel button:active[b-kv5gdypvrm] {
            background: #d0d0d0;
        }

    .user-info-panel .functions[b-kv5gdypvrm] {
        padding-bottom: 8px;
    }

.profile-img-large[b-kv5gdypvrm] {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto 8px auto;
}

.user-info-name[b-kv5gdypvrm] {
    font-weight: bold;
    margin-bottom: 4px;
}

.user-info-email[b-kv5gdypvrm] {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 12px;
}

.user-info-email[b-kv5gdypvrm] {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 12px;
}

.user-info-sub[b-kv5gdypvrm] {
    font-size: 0.7em;
    margin-bottom: 12px;
}
