:root{color:#172033;background:#f4f7fb;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}button{font:inherit;cursor:pointer}.page-frame{width:min(100%,430px);min-height:100vh;margin:0 auto;padding:16px}.top-bar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.top-bar h1{margin:0;font-size:24px}.top-bar p{color:#667085;margin:0}.screen-stack{gap:14px;display:grid}.quest-card,.panel,.empty-state,.progress-summary{background:#fff;border:1px solid #d9e2ef;border-radius:14px;padding:16px}.quest-card{text-align:left;gap:4px;width:100%;display:grid}.eyebrow{text-transform:uppercase;color:#667085;font-size:12px;font-weight:700}.button-stack{gap:8px;display:grid}.button-stack button,.answer-buttons button,.empty-state button,.ghost-button{color:#fff;background:#246bfe;border:0;border-radius:10px;min-height:44px;font-weight:700}.secondary-button,.ghost-button{color:#172033;background:#e7eefb}.quiz-progress{color:#344054;justify-content:space-between;font-size:13px;display:flex}.flashcard{text-align:center;background:#fff;border:2px solid #8bd28f;border-radius:18px;place-items:center;gap:12px;width:100%;min-height:240px;padding:20px;display:grid}.flashcard span{font-size:28px;font-weight:800}.flashcard small{color:#667085}.answer-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.answer-wrong{background:#f04438}.answer-correct{background:#12b76a}.stat-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.stat-grid div{text-align:center;background:#f2f6ff;border-radius:10px;padding:12px}.stat-grid strong{font-size:22px;display:block}.card-progress-list{color:#667085;padding-left:18px}.mcq-view{flex-direction:column;gap:16px;min-height:240px;display:flex}.mcq-question{color:#172033;text-align:center;padding:8px 0;font-size:20px;font-weight:700}.mcq-options{flex-direction:column;gap:10px;display:flex}.mcq-option-button{color:#172033;text-align:left;background:#fff;border:1px solid #d9e2ef;border-radius:10px;min-height:48px;padding:12px 16px;font-weight:600;transition:all .2s}.mcq-option-button:hover:not(:disabled){background:#f4f7fb;border-color:#246bfe}.mcq-option-button.mcq-correct{color:#027a48;background:#ecfdf3;border-color:#12b76a}.mcq-option-button.mcq-wrong{color:#b42318;background:#fef3f2;border-color:#f04438}.mcq-option-button.mcq-disabled{opacity:.6;background:#fcfcfd}
