@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2qpq6igwwf],
.components-reconnect-repeated-attempt-visible[b-2qpq6igwwf],
.components-reconnect-failed-visible[b-2qpq6igwwf],
.components-pause-visible[b-2qpq6igwwf],
.components-resume-failed-visible[b-2qpq6igwwf],
.components-rejoining-animation[b-2qpq6igwwf] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-2qpq6igwwf {
    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/Answers.razor.rz.scp.css */
.answer[b-13t2h4frvc] {
    display: inline-block;
    background-color: #e7f3fc;
    border-radius: 10px;
}

    .answer label[b-13t2h4frvc] {
        background-color: #7199ca;
        border-radius: 10px;
        width: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
    }

.answer span[b-13t2h4frvc] {
    padding-right: 10px;
}
/* /Components/Pages/Qz.razor.rz.scp.css */
.name[b-fg833ubac7] {
    font-size: 14pt;
    font-weight: 500;
    text-align: center;
    padding: 9pt;
    background-color: #0071c3;
    color: #fff;
}

/* 地市/县区选择 overlay */
.location-overlay[b-fg833ubac7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.location-card[b-fg833ubac7] {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.location-title[b-fg833ubac7] {
    font-size: 18pt;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 8px;
}

.location-hint[b-fg833ubac7] {
    font-size: 11pt;
    text-align: center;
    color: #666;
    margin-bottom: 24px;
}

.location-form[b-fg833ubac7] {
    margin-bottom: 24px;
}

.form-group[b-fg833ubac7] {
    margin-bottom: 16px;
}

.form-group label[b-fg833ubac7] {
    display: block;
    font-size: 11pt;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
}

.location-actions[b-fg833ubac7] {
    text-align: center;
}

.btn-start[b-fg833ubac7] {
    background-color: #0071c3;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 48px;
    font-size: 13pt;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-start:hover:not([disabled])[b-fg833ubac7] {
    background-color: #005a9e;
}

.btn-start[disabled][b-fg833ubac7] {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

/* 顶部地市/县区显示 */
.location-bar[b-fg833ubac7] {
    background-color: #f0f8ff;
    border-bottom: 1px solid #bae0fb;
    padding: 10px 16px;
    font-size: 11pt;
    color: #004a80;
}

.location-label[b-fg833ubac7] {
    font-weight: 500;
}

.location-value[b-fg833ubac7] {
    color: #0071c3;
    font-weight: 600;
}

/* 答题完成结果头 */
.result-header[b-fg833ubac7] {
    background: linear-gradient(135deg, #0071c3 0%, #005a9e 100%);
    color: #fff;
    padding: 20px 16px;
}

.result-title[b-fg833ubac7] {
    font-size: 16pt;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.result-stats[b-fg833ubac7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.stat-item[b-fg833ubac7] {
    text-align: center;
    min-width: 0;
    flex: 1;
    padding: 0 4px;
}

.stat-label[b-fg833ubac7] {
    display: block;
    font-size: 10pt;
    opacity: 0.9;
    margin-bottom: 4px;
}

.stat-value[b-fg833ubac7] {
    display: block;
    font-size: 16pt;
    font-weight: 600;
    white-space: nowrap;
}

.grade-value[b-fg833ubac7] {
    color: #ffeb3b;
    font-size: 14pt;
    line-height: 1.3;
    word-break: break-word;
    white-space: normal;
}

.result-line[b-fg833ubac7] {
    padding: 8pt;
    font-size: 12pt;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin-bottom: 12px;
}

.result-line label[b-fg833ubac7] {
    font-weight: 400;
    opacity: 0.9;
}

.result-line span[b-fg833ubac7] {
    font-weight: 300;
}

.filter-toggle[b-fg833ubac7] {
    text-align: center;
    padding: 8px;
}

/* 题目卡片 */
.all-questions[b-fg833ubac7] {
    padding: 16px;
    background-color: #f6fbff;
}

.question-card[b-fg833ubac7] {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    border-left: 4px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.question-card.correct[b-fg833ubac7] {
    border-left-color: #009227;
}

.question-card.incorrect[b-fg833ubac7] {
    border-left-color: #dc3545;
}

.question-header[b-fg833ubac7] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 11pt;
}

.question-number[b-fg833ubac7] {
    font-weight: 600;
    color: #333;
}

.question-score[b-fg833ubac7] {
    color: #666;
}

.question-result[b-fg833ubac7] {
    margin-left: auto;
    font-size: 14pt;
    font-weight: 600;
}

.question-result.correct[b-fg833ubac7] {
    color: #009227;
}

.question-result.incorrect[b-fg833ubac7] {
    color: #dc3545;
}

.question-text[b-fg833ubac7] {
    font-size: 12pt;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.6;
}

.options-list[b-fg833ubac7] {
    margin-bottom: 12px;
}

.option-item[b-fg833ubac7] {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    background-color: #f5f5f5;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
}

.option-item.selected[b-fg833ubac7] {
    background-color: #e3f2fd;
    border-color: #90caf9;
}

.option-item.correct-answer[b-fg833ubac7] {
    background-color: #e8f5e9;
    border-color: #81c784;
}

.answer-indicator[b-fg833ubac7] {
    margin-left: auto;
    font-size: 9pt;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
}

.answer-indicator.correct[b-fg833ubac7] {
    color: #009227;
    background-color: rgba(0, 146, 39, 0.1);
}

.answer-indicator.wrong[b-fg833ubac7] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.option-label[b-fg833ubac7] {
    font-weight: 600;
    color: #0071c3;
    min-width: 24px;
}

.option-text[b-fg833ubac7] {
    color: #333;
    flex: 1;
}

.explain-box[b-fg833ubac7] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 12px;
    font-size: 11pt;
    line-height: 1.5;
    color: #856404;
    margin-top: 12px;
    border-left: 4px solid #ffc107;
}

.explain-label[b-fg833ubac7] {
    font-weight: 600;
    margin-bottom: 6px;
    color: #664d03;
}

.explain-text[b-fg833ubac7] {
    color: #856404;
    padding-left: 4px;
}

/* 原有样式 */
.states[b-fg833ubac7] {
    padding: 3pt;
    border: 1px solid #bae0fb;
}

.states .state[b-fg833ubac7] {
    display: inline-block;
    margin: 6pt 6pt;
    background-color: #f0f0f0;
    border-radius: 12pt;
    width: 24pt;
    text-align: center;
    font-size: 12pt;
    line-height: 24pt;
    color: #0071c3;
}

.states .state.current[b-fg833ubac7] {
    background-color: #0071c3;
    color: #fff;
}

.states .state.answered[b-fg833ubac7] {
    background-color: #bae0fb;
    border: 1px solid #0071c3;
    color: #00345a;
}

.states .state.correct[b-fg833ubac7] {
    background-color: #009227;
    color: #fff;
}

.states .state.incorrect[b-fg833ubac7] {
    background-color: #dc3545;
    color: #fff;
}

.q-body[b-fg833ubac7] {
    padding: 10pt;
    background-color: #f6fbff;
}

.buttons[b-fg833ubac7] {
    padding: 5pt;
    display: flex;
    gap: 8px;
}

.buttons button[b-fg833ubac7] {
    flex: 1;
    font-size: 12pt;
    height: 30pt;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #0071c3;
    cursor: pointer;
    color: #eaf6ff;
}

.buttons button[disabled][b-fg833ubac7] {
    background: #eee;
    color: #bbb;
}
/* /Components/Pages/SelectGroup1.razor.rz.scp.css */
.buttons[b-vfzn5bpq26] {
    padding: 10pt;
    background-color: #f6fbff;
}

    .buttons a[b-vfzn5bpq26] {
        display: block;
        font-size: 14pt;
        text-align: center;
        line-height: 2.5;
        font-weight: 500;
        border: 1px solid #e5e7eb;
        border-radius: 15pt;
        background: #0071c3;
        cursor: pointer;
        color: #eaf6ff;
        margin-top: 10pt;
        text-decoration: none;
    }
/* /Components/Shared/QuestionView.razor.rz.scp.css */
.question[b-tbqvg8xdkl] {
}

.title[b-tbqvg8xdkl] {
    font-size: 14pt;
    line-height: 1.6;
    color: #004a80;
    background-color: #f6fbff;
    padding: 10pt;
}

    .title .qid[b-tbqvg8xdkl] {
        display: inline-block;
        width: 24pt;
        text-align: center;
        border: 1px solid #7fa2bb;
        border-radius: 12pt;
    }

    .title .text[b-tbqvg8xdkl] {
        font-weight: 400;
    }

.options[b-tbqvg8xdkl] {
    padding: 10pt;
}

.option[b-tbqvg8xdkl] {
    border: 1px solid #e4f4ff;
    border-radius: 6pt;
    padding: 6pt;
    margin-bottom: 6pt;
    font-size: 12pt;
    line-height: 1.5;
    color: #004a80;
    background-color: #e8f5ff;
}

    /* 已选中（未判题前 / 当前选择） */
    .option.selected[b-tbqvg8xdkl] {
        border-color: #0071c3;
        background-color: #0071c3;
        color: #fff;
    }

    /* 正确答案 */
    .option.correct[b-tbqvg8xdkl] {
        border-color: #28a745;
        background-color: #28a745;
        color: #ffffff;
    }

    /* 错误选择 */
    .option.incorrect[b-tbqvg8xdkl] {
        border-color: #dc3545;
        background-color: #dc3545;
        color: #ffffff;
    }

    /* 正确但未选择（漏选） */
    .option.miss[b-tbqvg8xdkl] {
        border-color: #28a745;
        background-color: #eaf7ee;
        color: #1e7e34;
        border-style: dashed;
    }


    .option .value[b-tbqvg8xdkl] {
        display: inline-block;
        text-align: center;
        margin-right: 5pt;
        background-color: #bae0fb;
        width: 24px;
        border-radius: 12px;
    }

    .option.selected .value[b-tbqvg8xdkl] {
        color: #004a80;
    }

    .option .text[b-tbqvg8xdkl] {
        font-weight: 300;
    }

.answer-line[b-tbqvg8xdkl] {
    padding: 5pt;
    margin-bottom: 5pt;
}

    .answer[b-tbqvg8xdkl] {
        font-size: 12pt;
        line-height: 1.5;
        background-color: #c8e8ff;
        padding: 10pt;
    }

.analysis .analysis-text[b-tbqvg8xdkl] {
    font-weight: 300;
}

.passed[b-tbqvg8xdkl] {
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

.failed[b-tbqvg8xdkl] {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #ffffff;
}
