.quiz-wrap[data-astro-cid-ymhb27t6]{width:100%;max-width:660px;margin:0 auto}.quiz-header[data-astro-cid-ymhb27t6]{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #eef0f3;background:#fffffff7;position:sticky;top:0;z-index:30}.quiz-close[data-astro-cid-ymhb27t6]{color:#98a2b3;text-decoration:none;font-size:20px;line-height:1;padding:4px}.quiz-progress[data-astro-cid-ymhb27t6]{flex:1;height:10px;background:#eef0f3;border-radius:5px;overflow:hidden}.quiz-progress-fill[data-astro-cid-ymhb27t6]{height:100%;width:0%;background:linear-gradient(90deg,#1976d2,#42a5f5);transition:width .4s}.quiz-count[data-astro-cid-ymhb27t6]{font-size:13px;font-weight:700;color:#667085;white-space:nowrap}.quiz-body[data-astro-cid-ymhb27t6]{padding:14px 12px 48px}.quiz-topic[data-astro-cid-ymhb27t6]{font-size:12px;font-weight:400;color:#98a2b3;margin:2px 4px 10px}.question-box[data-astro-cid-ymhb27t6]{background:#fff;border:1px solid #1976d2;border-radius:12px;box-shadow:0 2px 8px #1976d20f;padding:1em .9em;margin-bottom:.8em;width:100%;text-align:left;position:relative}.question-box[data-astro-cid-ymhb27t6]>div[data-astro-cid-ymhb27t6]{line-height:1.7;font-size:1.05rem}.question-header[data-astro-cid-ymhb27t6]{margin-bottom:.5em}.question-header[data-astro-cid-ymhb27t6] b[data-astro-cid-ymhb27t6]{font-size:1.05rem;color:#333}.question-text[data-astro-cid-ymhb27t6]{white-space:pre-line;margin:.5em 0}.choices-list[data-astro-cid-ymhb27t6]{display:flex;flex-direction:column;gap:.2em;margin:.7em 0 .8em}.choice-box{border:2px solid #ddd;border-radius:12px;padding:.4em .8em;min-height:auto;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.95rem;white-space:pre-line;line-height:1.6;display:flex;align-items:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a;text-align:left}.choice-box:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(33,150,243,.1) 0%,transparent 70%);transform:scale(0);transition:transform .4s ease;pointer-events:none}.choice-box:hover:not(.selected):not([disabled]):not(.non-selectable){border-color:#90caf9;box-shadow:0 4px 12px #2196f326;transform:translateY(-2px)}.choice-box.selected{background:#e3f2fd;border:2px solid #1976d2;box-shadow:0 4px 12px #1976d233}.choice-box.selected:before{transform:scale(1)}.choice-box.non-selectable{background:#f5f5f5;color:#000;cursor:not-allowed;border:2px dashed #ddd;box-shadow:none}.choice-box.non-selectable:hover{background:#f5f5f5;border-color:#ddd;transform:none;box-shadow:none}.choice-box:active:not(.selected):not(.non-selectable){background:#e8f4ff;transform:scale(.97);transition:all .05s ease;box-shadow:inset 0 2px 4px #0000001a}@media(hover:none)and (pointer:coarse){.choice-box:active:not(.selected):not(.non-selectable){background:#d1e9ff;transform:scale(.96)}}.choice-box.choice-correct{background:#c8e6c9!important;border-color:#4caf50!important}.choice-box[disabled]{pointer-events:none;opacity:.7}.answer-btn-wrap[data-astro-cid-ymhb27t6]{display:flex;justify-content:center;align-items:stretch;gap:10px;margin:.4em 0;padding-bottom:30px;position:relative}.answer-btn[data-astro-cid-ymhb27t6]{font-size:1rem;padding:.8rem 1.8rem;min-height:44px;min-width:140px;border-radius:8px;border:none;background:#2196f3;color:#fff;font-weight:700;cursor:pointer;transition:all .35s ease;box-shadow:0 4px 12px #2196f333;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.answer-btn[data-astro-cid-ymhb27t6]:active{transform:scale(.95);box-shadow:0 2px 6px #2196f34d}.answer-btn[data-astro-cid-ymhb27t6].no-answer{background:#90a4ae;box-shadow:0 2px 8px #0000001a}.skip-btn[data-astro-cid-ymhb27t6]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem .5rem;border:none;background:transparent;color:#aaa;cursor:pointer;transition:color .2s ease;gap:1px;position:absolute;right:0;text-decoration:none}.skip-btn[data-astro-cid-ymhb27t6]:active{color:#888}.skip-icon[data-astro-cid-ymhb27t6]{font-size:.85rem;line-height:1}.skip-text[data-astro-cid-ymhb27t6]{font-size:.72rem}.answer-feedback-banner{display:flex;align-items:center;gap:.6rem;padding:.5rem .8rem;border-radius:12px;margin-top:.5rem;margin-bottom:.2rem;animation:bannerIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes bannerIn{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.answer-feedback-banner.correct{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50}.answer-feedback-banner.incorrect{background:linear-gradient(135deg,#fce4ec,#ffcdd2);border:2px solid #ef5350}.answer-feedback-banner.unanswered{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border:2px solid #9e9e9e}.feedback-circle{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.answer-feedback-banner.correct .feedback-circle{background:#4caf50}.answer-feedback-banner.incorrect .feedback-circle{background:#ef5350}.answer-feedback-banner.unanswered .feedback-circle{background:#9e9e9e}.feedback-dash{color:#fff;font-size:20px;font-weight:700;line-height:1}.feedback-check,.feedback-cross{width:20px;height:20px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.feedback-check path{stroke-dasharray:30;stroke-dashoffset:30;animation:drawCheck .4s ease .15s forwards}@keyframes drawCheck{to{stroke-dashoffset:0}}.feedback-cross path{stroke-dasharray:20;stroke-dashoffset:20;animation:drawCross .3s ease .1s forwards}@keyframes drawCross{to{stroke-dashoffset:0}}.feedback-text-area{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.feedback-main{font-weight:700;font-size:1.05rem}.answer-feedback-banner.correct .feedback-main{color:#2e7d32}.answer-feedback-banner.incorrect .feedback-main{color:#c62828}.explanation-box[data-astro-cid-ymhb27t6]{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #2196f30f;padding:.7em .6em;margin-bottom:.8em;margin-top:.3em}.answer-info[data-astro-cid-ymhb27t6]{margin-left:auto;margin-right:auto;text-align:left}.navigation-buttons[data-astro-cid-ymhb27t6]{display:flex;justify-content:center;gap:1.2rem;margin:.6rem 0;padding:.4rem 0}.navigation-buttons[data-astro-cid-ymhb27t6].bottom{margin-top:.6rem;margin-bottom:30px}.nav-btn[data-astro-cid-ymhb27t6]{font-size:1rem;min-width:140px;padding:.7rem 1.5rem;border-radius:8px;border:none;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;display:inline-block;background:#1976d2;box-shadow:0 2px 4px #0000001a}.nav-btn[data-astro-cid-ymhb27t6]:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.info-card[data-astro-cid-ymhb27t6]{background:#f6faff;border:2px solid #1976d2;border-radius:12px;box-shadow:0 2px 8px #1976d21a;margin-bottom:.7em;padding:.8em}.info-card-title[data-astro-cid-ymhb27t6]{font-weight:700;color:#1976d2;font-size:1em;margin-bottom:.4em;letter-spacing:.03em;border-left:4px solid #1976d2;padding-left:.5em}.info-card-content[data-astro-cid-ymhb27t6]{font-size:.92em;color:#222}.basics-card[data-astro-cid-ymhb27t6] .info-card-content[data-astro-cid-ymhb27t6]{font-size:.95rem;line-height:1.7}.all-choices-with-rates[data-astro-cid-ymhb27t6]{display:flex;flex-direction:column;gap:.5em}.choice-with-rate[data-astro-cid-ymhb27t6]{display:flex;align-items:center;justify-content:space-between;padding:.55em .75em;border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9}.choice-with-rate[data-astro-cid-ymhb27t6].correct-choice{background:#e8f5e9;border-color:#2196f3;font-weight:600;box-shadow:0 2px 8px #4caf5026}.choice-text[data-astro-cid-ymhb27t6]{flex:1;color:#333;white-space:pre-line;line-height:1.4}.user-answer-badge[data-astro-cid-ymhb27t6]{background:#ff9800;color:#fff;padding:.2em .8em;border-radius:12px;font-size:.85em;font-weight:500;margin-right:.5em;white-space:nowrap}.correct-answer-badge[data-astro-cid-ymhb27t6]{background:#4caf50;color:#fff;padding:.2em .8em;border-radius:12px;font-size:.85em;font-weight:500;margin-right:.5em;white-space:nowrap}.key-point[data-astro-cid-ymhb27t6]{background:#e8f5e9;padding:.8em;border-radius:6px;margin-bottom:1em;border-left:4px solid #2196f3;color:#1b5e20;font-weight:500}.explanation-item[data-astro-cid-ymhb27t6]{padding:.35em 0;border-bottom:1px solid #eee}.explanation-item[data-astro-cid-ymhb27t6]:last-child{border-bottom:none}.basic-headline[data-astro-cid-ymhb27t6]{color:#1976d2;font-weight:700;margin-bottom:.2em;font-size:1.05rem}.basic-info-block[data-astro-cid-ymhb27t6]{margin-bottom:1em}.info-card-content[data-astro-cid-ymhb27t6] .basic-image{width:calc(100% + 1.6em);max-width:none;height:auto;border:none;border-radius:0;background:transparent;display:block;margin:.4em -.8em}@media(min-width:431px){.info-card-content[data-astro-cid-ymhb27t6] .basic-image{max-width:min(480px,100%)}}@media(max-width:430px){.info-card[data-astro-cid-ymhb27t6]{padding:.875rem;margin-bottom:.75rem}.info-card-title[data-astro-cid-ymhb27t6]{font-size:1rem}.info-card-content[data-astro-cid-ymhb27t6]{font-size:.9rem}.info-card-content[data-astro-cid-ymhb27t6] .basic-image{max-width:100%!important;width:auto!important;height:auto!important;margin:.5em auto}}.q-source-note[data-astro-cid-ymhb27t6]{font-size:12px;color:#888;margin:8px 4px 0}.complete[data-astro-cid-ymhb27t6]{padding:40px 18px 32px;text-align:center}.complete-emoji[data-astro-cid-ymhb27t6]{font-size:44px}.complete[data-astro-cid-ymhb27t6] h2[data-astro-cid-ymhb27t6]{font-size:21px;margin:10px 0 4px;color:#1d2939}.complete-sub[data-astro-cid-ymhb27t6]{color:#667085;font-size:14px;margin:0 0 20px}.score-card[data-astro-cid-ymhb27t6]{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;padding:16px 20px;margin:0 auto 24px;max-width:320px}.score-line[data-astro-cid-ymhb27t6]{display:flex;justify-content:space-between;font-size:15px;padding:6px 0}.score-line[data-astro-cid-ymhb27t6] b[data-astro-cid-ymhb27t6].good{color:#1976d2}.complete[data-astro-cid-ymhb27t6] .register-cta{text-align:left}.q-back[data-astro-cid-ymhb27t6]{margin-top:18px}.q-back[data-astro-cid-ymhb27t6] a[data-astro-cid-ymhb27t6]{font-size:13px;color:#98a2b3;text-decoration:none}
