.emp-panel textarea,.emp-panel select{min-height:48px!important;font-size:15px!important;color:#183c30!important;background:#fafaf6!important;appearance:auto!important}.emp-panel select option{color:#183c30;background:#fff}.emp-panel textarea:focus,.emp-panel select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(15,107,77,.08)}
.question-recommendations{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:8px 0 18px}.question-recommendations button{border:1px solid #d7dfd7;background:#f8f9f3;border-radius:11px;padding:14px;text-align:left;font-size:13px;line-height:1.6;color:#284c3e}.question-recommendations button:hover,.question-recommendations button.selected{border-color:var(--green);background:#edf2dd}.question-recommendations button b{display:block;color:var(--green);margin-bottom:5px}.year-selection-summary{margin-top:10px;color:var(--green);font-size:13px;font-weight:700}
.theory-reality-check{margin-top:22px;border:1px solid #cfdacf;border-radius:14px;background:#fbfcf7;padding:20px}.theory-reality-check>span{color:var(--muted);font-size:13px;line-height:1.7}.reality-status{display:flex;gap:14px;align-items:flex-start;padding-bottom:15px;border-bottom:1px solid var(--line)}.reality-status>span{flex:0 0 auto;background:#dce8a6;color:var(--green);border-radius:99px;padding:7px 11px;font-size:12px;font-weight:800}.reality-status b{display:block;font-size:18px;color:#173f31}.reality-status p{margin:6px 0 0;font-size:13px;line-height:1.7;color:var(--muted)}.reality-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.reality-grid section{border:1px solid #e0e5df;border-radius:11px;padding:15px}.reality-grid h4{margin:0 0 8px;color:var(--green);font-size:15px}.reality-grid p,.reality-grid li{font-size:13px;line-height:1.7;color:#52635b}.reality-grid ul{padding-left:18px;margin:0}.reality-next{margin-top:14px;padding:13px;background:#edf2dd;border-left:3px solid var(--green);font-size:13px;line-height:1.75}
@media(max-width:1000px){.question-recommendations{grid-template-columns:1fr}}@media(max-width:650px){.reality-grid{grid-template-columns:1fr}}
.real-data-upload{margin:18px 0;padding:18px;border:1px dashed #7aa996;border-radius:14px;background:#f5faf7}.real-data-upload label{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.real-data-upload label span,#emp-data-status{font-size:13px;color:#617069}.real-data-upload input{width:100%;padding:10px;background:#fff;border:1px solid #d8e1dc;border-radius:9px}.emp-run-log{display:grid;gap:7px;margin:14px 0}.emp-run-log div{padding:9px 12px;border-left:3px solid #147858;background:#f4f8f5;font-size:13px;color:#42534c}.emp-run-log div.running{border-color:#d59024}.emp-run-log div.done{border-color:#147858}
.emp-process-btn{margin-top:18px}.data-process-log{display:grid;gap:8px;margin-top:14px;padding:14px;border:1px solid #dbe4dd;border-radius:13px;background:#fafcf8}.data-process-log>span{color:#68766f;font-size:13px}.data-process-log div{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-radius:9px;background:#f1f5f1;color:#42544b;font-size:13px}.data-process-log i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#d9e4dc;font-style:normal;font-weight:800}.data-process-log em{font-style:normal;color:#a76c18}.data-process-log .done{background:#edf7f1}.data-process-log .done i{background:#12805c;color:#fff}.data-process-log .done em{color:#12805c}.data-process-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.data-process-summary>div{padding:14px;border-radius:11px;background:#eef4e9}.data-process-summary b{display:block;color:#096f50;font-size:22px}.data-process-summary small{color:#63736b}.data-process-summary p{grid-column:1/-1;margin:0;padding:12px;border-left:3px solid #12805c;background:#f8faf5;color:#52635b;font-size:13px}.open-response{display:grid;gap:12px;width:100%}.open-response label{font-weight:800;color:#164535}.open-response textarea{width:100%;box-sizing:border-box;border:1px solid #ccd8cf;border-radius:14px;padding:16px;font:inherit;line-height:1.7;resize:vertical;background:#fbfcf8}.open-self-check{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px;background:#f2f6ee;border-radius:12px}.open-self-check span{margin-right:auto;color:#5e6e66}.open-self-check button{width:auto!important;padding:10px 14px!important}.open-self-check button.selected{background:#0b7757!important;color:#fff!important;border-color:#0b7757!important}@media(max-width:760px){.data-process-summary{grid-template-columns:1fr 1fr}}
.question-kind-badge{display:inline-flex;align-items:center;margin:0 14px 8px 0;padding:6px 12px;border-radius:999px;background:#e1edba;color:#096f50;font-family:system-ui,sans-serif;font-size:14px;font-weight:800;vertical-align:middle;white-space:nowrap}
.formatted-question sup,.formatted-question sub,#quiz-options sup,#quiz-options sub{font-family:Georgia,'Times New Roman',serif;font-size:.68em;line-height:0}.formatted-question sup,#quiz-options sup{vertical-align:super}.formatted-question sub,#quiz-options sub{vertical-align:sub}.formatted-question{line-height:1.55}
.quiz-result-dot.pending{background:#dfe7df!important;color:#456157!important;border-color:#b7c7bc!important}.quiz-review-detail header b.pending{background:#e7eee8;color:#456157}

/* Open-ended quiz answers should use the full question content width. */
#page-quiz #quiz-options .open-response{grid-column:1/-1;width:100%;max-width:none}
#page-quiz #quiz-options .open-response textarea{display:block;width:100%;max-width:none;box-sizing:border-box}
