.geo-page{max-width:1240px}.geo-page .page-heading{margin-bottom:24px}.geo-page .page-intro{max-width:820px}.geo-guide{display:flex;align-items:center;gap:18px;background:var(--pale);border-radius:16px;padding:16px 24px;margin:12px 0 24px}.geo-guide img{width:62px;height:80px;object-fit:contain}.geo-guide p{font-weight:800;max-width:650px;margin:0}.geo-scope{display:flex;gap:10px;margin:20px 0}.geo-scope .class-button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.geo-board{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.geo-question-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0 12px}.geo-question-row .eyebrow{color:var(--teal);margin-bottom:8px}.geo-question-row h2{font-size:clamp(1.65rem,3vw,2.45rem);margin:0}.geo-question-row h2 span{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:7px;text-underline-offset:5px}.geo-stamp{background:var(--yellow);color:var(--ink);border-radius:50%;width:68px;height:68px;flex:0 0 68px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:28px;font-weight:900;transform:rotate(6deg)}.geo-stamp small{font-size:14px}.geo-instructions{margin:8px 0 18px;color:var(--muted)}.geo-map-tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.geo-map-tools button{min-height:44px;border:1px solid var(--line);border-radius:9px;padding:9px 13px;background:white;color:var(--ink);font:inherit;font-size:14px;font-weight:800;cursor:pointer}.geo-map-tools button:disabled{opacity:.4;cursor:default}.geo-map-tools span{margin-left:auto;font-size:13px;color:var(--muted)}.geo-map-scroll{max-height:580px;overflow:auto;border:1px solid #c8e3ed;border-radius:16px;background:#e8f7fd;scrollbar-color:var(--teal) #e8f7fd;overscroll-behavior-x:contain}.geo-map-stage{min-width:100%;line-height:0}.geo-map{display:block;width:100%;height:auto}.geo-ocean{fill:#e8f7fd}.geo-grid{fill:none;stroke:#b7dce8;stroke-width:.7;opacity:.55}.geo-land{fill:#d4e5df;stroke:#fff;stroke-width:.85;stroke-linejoin:round;vector-effect:non-scaling-stroke}.geo-country{fill:#70bdb5;cursor:pointer}.geo-country:hover{fill:#459e99}.geo-country.is-selected{fill:#ffdb42;stroke:#082d46;stroke-width:2}.geo-country.is-correct{fill:#7bca91;stroke:#24783d;stroke-width:3}.geo-country.is-incorrect{fill:#f3a28e;stroke:#aa472d;stroke-width:2}.geo-marker{cursor:pointer}.geo-marker circle{fill:#fff;stroke:#082d46;stroke-width:1.8;vector-effect:non-scaling-stroke}.geo-marker text{font:900 17px 'Nunito Sans',Arial,sans-serif;fill:#082d46;pointer-events:none}.geo-marker:hover circle,.geo-marker:focus circle,.geo-marker.is-selected circle{fill:#ffdb42;stroke-width:3}.geo-marker:focus{outline:none}.geo-marker.is-correct circle{fill:#24783d;stroke:#fff;stroke-width:3}.geo-marker.is-incorrect circle{fill:#aa472d;stroke:#fff}.geo-marker.is-correct text,.geo-marker.is-incorrect text{fill:#fff}.geo-compass text{text-anchor:middle;font:bold 15px Arial;fill:#506478}.geo-compass path{fill:none;stroke:#506478;stroke-width:1.5}.geo-selection{font-size:.94rem;font-weight:800;margin:14px 0;color:var(--ink);min-height:1.5em}.geo-board .quiz-actions{margin-top:20px}.geo-board .mmc-quiz-feedback p{margin:8px 0 0}.geo-result{padding:45px 24px;border:1px solid var(--line);border-radius:24px}.geo-result h2{margin:20px 0}.geo-result .button{margin:24px 0 8px}.geo-notes{font-size:.875rem;color:var(--muted);margin:20px 0 36px}.geo-notes summary{cursor:pointer;font-weight:800}.geo-notes p{margin:12px 0;max-width:78ch}.geo-notes a{text-decoration:underline}.geo-board :focus-visible,.geo-map-tools button:focus-visible{outline:3px solid var(--teal);outline-offset:4px}.geo-board .geo-marker:focus-visible{outline:none}.geo-board .geo-marker:focus-visible circle{stroke:#082d46;stroke-width:4}.geo-quiz-link{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;border:1px solid var(--line);border-radius:16px;background:var(--pale);margin:24px 0}.geo-quiz-link h2{font-size:1.6rem;margin:0 0 6px}.geo-quiz-link p{margin:0}.geo-quiz-link .button{flex-shrink:0}@media(max-width:600px){.geo-board{padding:18px 12px;border-radius:16px}.geo-question-row{gap:8px}.geo-stamp{width:48px;height:48px;flex-basis:48px;font-size:23px}.geo-stamp small{font-size:12px}.geo-guide{padding:12px;gap:12px}.geo-guide p{font-size:.94rem}.geo-map-tools span{width:100%;margin:2px 0 0}.geo-map-scroll{max-height:440px}.geo-quiz-link{display:block;padding:20px}.geo-quiz-link .button{margin-top:16px;width:100%}.geo-board .quiz-actions .button{width:100%}}

/* Keep the country, map and action within easy reach on a phone. */
.geo-explanation{margin-top:12px;border:1px solid var(--line);border-radius:12px;padding:12px 16px;font-size:.95rem}
.geo-explanation summary{min-height:24px;cursor:pointer;font-weight:800;color:var(--teal)}
.geo-explanation p{margin:10px 0 0;line-height:1.6}
.geo-question-row{scroll-margin-top:12px}
@media(max-width:600px){
 .geo-board{padding:14px 12px}
 .geo-board .progress-track{margin:8px 0 12px;height:5px}
 .geo-board .quiz-progress{font-size:.78rem}
 .geo-question-row{position:sticky;top:0;z-index:3;background:#fff;margin:0 0 6px;padding:10px 0;border-bottom:1px solid var(--line);scroll-margin-top:0}
 .geo-question-row .eyebrow{display:none}
 .geo-question-row h2{font-size:1.4rem;line-height:1.2}
 .geo-question-row h2 span{text-decoration-thickness:5px;text-underline-offset:3px}
 .geo-stamp{width:42px;height:42px;flex-basis:42px;font-size:21px}
 .geo-instructions{font-size:.9rem;line-height:1.4;margin:6px 0 10px}
 .geo-map-tools{gap:6px;margin-bottom:8px}
 .geo-map-tools button{flex:1;padding:8px 5px;font-size:.8rem;min-height:44px;white-space:nowrap}
 .geo-map-tools .geo-pan-note{display:none}
 .geo-map-tools.is-zoomed .geo-pan-note{display:block;font-size:.78rem}
 .geo-map-scroll{max-height:260px;max-height:clamp(180px,36svh,280px);border-radius:12px}
 .geo-selection{font-size:.875rem;line-height:1.4;margin:8px 0}
 .geo-answer-panel{display:flex;flex-direction:column}
 .geo-answer-panel .mmc-quiz-feedback{order:1;margin:0;padding:10px 12px;font-size:.9rem;line-height:1.4;border-radius:10px}
 .geo-answer-panel .mmc-quiz-feedback p{margin:4px 0 0}
 .geo-answer-panel .quiz-actions{order:2;margin-top:8px}
 .geo-answer-panel .quiz-actions .button{min-height:48px;margin:0;padding:10px 16px}
 .geo-answer-panel details{order:3;margin-top:12px;font-size:.875rem}
 .geo-answer-panel details summary{display:flex;align-items:center;min-height:44px}
 .geo-answer-panel details summary::before{content:'▸';margin-right:8px}
 .geo-answer-panel details[open] summary::before{content:'▾'}
 .geo-answer-panel details summary::-webkit-details-marker{display:none}
 .geo-explanation{padding:0 12px}
 .geo-explanation p{margin:0 0 12px}
}
