.quiz-experience{position:fixed;inset:0;z-index:110;display:none;background:#052f23;color:#10231c;overflow:auto}.quiz-experience.open{display:block;animation:quizFade .28s ease}.quiz-scene{min-height:100vh;background:radial-gradient(circle at 12% 36%,rgba(168,212,63,.2),transparent 28%),radial-gradient(circle at 90% 12%,rgba(255,209,79,.18),transparent 25%),linear-gradient(140deg,#083d2b 0 31%,#f5f8f2 31% 100%)}.quiz-topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px clamp(18px,4vw,56px);border-bottom:1px solid rgba(255,255,255,.14);background:rgba(4,42,30,.9);color:#fff}.quiz-brand{display:flex;align-items:center;gap:12px}.quiz-brand img{width:50px;height:50px;object-fit:contain;border-radius:14px;background:#fff}.quiz-brand strong,.quiz-brand span{display:block}.quiz-brand span{margin-top:3px;color:#cce2d7;font-size:.76rem}.quiz-exit{border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:10px 14px;background:rgba(255,255,255,.1);color:#fff;font-weight:850;cursor:pointer}.quiz-progress-wrap{padding:14px clamp(18px,4vw,56px);background:#fff}.quiz-progress-copy{display:flex;justify-content:space-between;margin-bottom:8px;color:#496158;font-size:.8rem;font-weight:850}.quiz-progress{height:9px;border-radius:99px;background:#e4ebe6;overflow:hidden}.quiz-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8fc425,#ffd14f);transition:width .35s ease}.quiz-layout{width:min(1180px,calc(100% - 34px));margin:auto;display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:center;padding:36px 0 55px}.quiz-decoration{position:relative;min-height:590px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.quiz-decoration:before{content:"";position:absolute;inset:55px 20px 80px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.05);box-shadow:0 30px 80px rgba(0,0,0,.18)}.quiz-decoration>img{position:relative;width:min(360px,90%);height:360px;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(0,0,0,.25));animation:quizFloat 4s ease-in-out infinite}.quiz-stage-number{position:absolute;z-index:0;top:30px;left:12px;color:rgba(255,255,255,.09);font:900 10rem/1 Georgia,serif}.quiz-running-score{position:relative;width:min(310px,90%);margin-top:-12px;padding:15px 18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(2,33,23,.78);backdrop-filter:blur(10px);text-align:center}.quiz-running-score span,.quiz-running-score small{display:block;color:#c7ded3}.quiz-running-score strong{display:block;margin:3px 0;color:#ffd14f;font:800 1.8rem Georgia,serif}.quiz-card{min-height:590px;padding:clamp(25px,4vw,48px);border-radius:30px;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.25);display:flex;flex-direction:column}.quiz-tags{display:flex;gap:7px;flex-wrap:wrap}.quiz-tags span{padding:6px 9px;border-radius:999px;background:#edf6f0;color:#1d754e;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.quiz-scenario{margin:20px 0 0;padding:13px 15px;border-left:4px solid #a8d43f;border-radius:0 12px 12px 0;background:#f2f8f4;color:#3f554c}.quiz-card h2{margin:24px 0 22px;color:#083d2b;font:700 clamp(1.65rem,3vw,2.55rem)/1.16 Georgia,serif}.quiz-choices{display:grid;gap:10px}.quiz-choice{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:11px;width:100%;padding:13px 15px;border:1px solid #d9e4de;border-radius:15px;background:#fbfdfb;color:#183429;text-align:left;font:700 .92rem/1.35 inherit;cursor:pointer;transition:.18s ease}.quiz-choice:hover{border-color:#8fbd3c;transform:translateY(-1px)}.quiz-choice.selected{border-color:#1d754e;background:#eaf5ee;box-shadow:0 0 0 2px rgba(29,117,78,.1)}.quiz-choice.correct{border-color:#1d754e;background:#dff3e6}.quiz-choice.wrong{border-color:#da655b;background:#ffebe8}.quiz-letter{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf0ec;color:#083d2b;font-weight:950}.quiz-feedback{display:none;margin-top:16px;padding:14px 16px;border-radius:15px;background:#edf6f0;color:#244c3c;line-height:1.5}.quiz-feedback.show{display:block}.quiz-feedback.wrong{background:#fff0ed;color:#713b36}.quiz-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:22px}.quiz-actions button{border:0;border-radius:13px;padding:13px 16px;font-weight:900;cursor:pointer}.quiz-back{background:#edf3ef;color:#315144}.quiz-validate,.quiz-next{margin-left:auto;background:#ffd14f;color:#083d2b}.quiz-actions button:disabled{opacity:.42;cursor:not-allowed}.quiz-next{background:#083d2b;color:#fff}@keyframes quizFade{from{opacity:0}to{opacity:1}}@keyframes quizFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}@media(max-width:820px){.quiz-scene{background:linear-gradient(#083d2b 0 250px,#f5f8f2 250px)}.quiz-layout{grid-template-columns:1fr;gap:0;padding-top:12px}.quiz-decoration{min-height:210px;flex-direction:row;justify-content:flex-start;gap:12px}.quiz-decoration:before{inset:10px;border-radius:25px}.quiz-decoration>img{width:170px;height:180px}.quiz-stage-number{top:5px;font-size:6rem}.quiz-running-score{width:auto;flex:1;margin:0 12px 0 0}.quiz-card{min-height:570px;border-radius:24px}.quiz-progress-wrap{position:sticky;top:0;z-index:4}}@media(max-width:520px){.quiz-topbar{min-height:68px;padding:10px 13px}.quiz-brand img{width:42px;height:42px}.quiz-brand strong{font-size:.86rem}.quiz-exit{padding:9px 10px}.quiz-layout{width:min(100% - 18px,1180px)}.quiz-decoration{min-height:165px}.quiz-decoration>img{width:130px;height:145px}.quiz-running-score{padding:11px}.quiz-card{padding:23px 18px;border-radius:20px}.quiz-card h2{font-size:1.55rem}.quiz-choice{padding:12px}.quiz-actions{align-items:stretch}.quiz-actions button{flex:1 1 130px}.quiz-validate,.quiz-next{margin-left:0}}
.quiz-timer{display:inline-flex;align-items:center;gap:4px;margin-left:auto;padding:7px 11px;border-radius:999px;background:#eef7f1;color:#0a4935;font-weight:850;transition:.2s}.quiz-timer.urgent{background:#ffe0dc;color:#b52e25;animation:timerPulse .7s ease-in-out infinite}.quiz-timer strong{font-variant-numeric:tabular-nums}@keyframes timerPulse{50%{transform:scale(1.06)}}
.quiz-card.answer-correct{animation:correctCard .68s ease}.quiz-card.answer-correct .quiz-feedback{animation:correctFeedback .58s ease}.quiz-card.answer-correct .quiz-choice.correct{box-shadow:0 0 0 4px rgba(168,212,63,.28),0 12px 30px rgba(29,117,78,.18)}@keyframes correctCard{0%{transform:scale(1)}38%{transform:scale(1.012);box-shadow:0 0 0 7px rgba(168,212,63,.2),0 28px 70px rgba(3,48,34,.18)}100%{transform:scale(1)}}@keyframes correctFeedback{0%{opacity:0;transform:translateY(8px)}55%{opacity:1;transform:translateY(-3px)}100%{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.quiz-card.answer-correct,.quiz-card.answer-correct .quiz-feedback{animation:none}.quiz-card.answer-correct .quiz-choice.correct{box-shadow:0 0 0 3px rgba(168,212,63,.28)}}
.quiz-validation{margin:12px 0 0;padding:10px 13px;border-left:4px solid #ee5f55;border-radius:0 11px 11px 0;background:#fff1ef;color:#7a2924;font-size:.84rem;font-weight:850}.quiz-validate.is-incomplete{opacity:.68}
