.learn-dialog{width:min(1180px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 40px);padding:0;border:1px solid #d6e0e329;border-radius:24px;background:#101a22;color:#f1f5f7;box-shadow:0 28px 100px #0007;font-family:var(--ui-font,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);overflow:auto}.learn-dialog::backdrop{background:#050c12e8}.learn-dialog *{box-sizing:border-box;min-width:0}.learn-dialog button,.learn-dialog select{min-height:44px;font-family:inherit;font-weight:500;font-size:15px;line-height:1.35;border:1px solid #c8d7de30;background:#ffffff08;border-radius:12px;color:inherit;padding:10px 15px;cursor:pointer}.learn-dialog button:hover{background:#ffffff15}.learn-dialog button:disabled{opacity:.35;cursor:default}.learn-dialog :focus-visible{outline:2px solid #b2e1ee;outline-offset:4px}.learn-header{padding:22px 28px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #fff1}.learn-header>span{flex:1;font-size:13px;letter-spacing:.09em;color:#a4b7c6}.learn-header select{font-size:13px;max-width:130px}.learn-header option{background:#17232d}.learn-dialog main{display:grid;grid-template-columns:1fr 1.05fr;gap:36px;padding:42px 36px;min-height:460px;align-items:center}.learn-copy h1{font-size:clamp(26px,3vw,42px);line-height:1.22;letter-spacing:-.03em;font-weight:600;margin:12px 0 24px}.learn-kicker{font-size:12px!important;letter-spacing:.12em;color:#8eaab8!important}.learn-copy p{font-size:17px;line-height:1.8;color:#c6d1d8;margin:12px 0}.learn-copy h2{font-size:21px;line-height:1.4;margin:20px 0 12px}.learn-copy .learn-hint{font-size:13px;line-height:1.65;color:#91a8b7}.learn-dialog a{font-size:13px;line-height:1.5;color:#add5e1;text-underline-offset:3px}.learn-dialog footer{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;gap:18px;border-top:1px solid #fff1;background:#0d161e}.learn-dialog footer p{font-size:12px;max-width:430px;line-height:1.6;color:#a4b7c6;margin:0}.learn-dialog footer>div{display:flex;gap:10px;flex-wrap:wrap}.learn-dialog button.learn-primary{background:#dfedf1;color:#14212c;border-color:transparent}.learn-field{width:100%;height:auto;display:block}.learn-alliance-key{display:flex;justify-content:space-around;font-size:14px;letter-spacing:.14em}.learn-alliance-key span:first-child{color:#ed8997}.learn-alliance-key span:last-child{color:#88cffa}#learnVisual{position:relative;animation:learn-enter .32s ease-out}.learn-timing{display:flex;justify-content:space-around;gap:14px;padding-top:20px}.learn-timing strong{font-size:23px;font-variant-numeric:tabular-nums}.learn-timing small{display:block;font-size:11px;margin-top:7px;color:#90a9bb;letter-spacing:.12em}.learn-shot-ball{visibility:hidden}.learn-animated .learn-shot-ball{visibility:visible}.learn-animated .learn-red-robot{animation:learn-robot-red 8s ease-in-out infinite}.learn-animated .learn-blue-robot{animation:learn-robot-blue 8s ease-in-out infinite}.learn-animated .learn-red-hub{animation:learn-hub 8s ease-in-out infinite}.learn-animated .learn-blue-hub{animation:learn-hub 8s ease-in-out -4s infinite}.learn-shot{opacity:.35}.learn-answers{display:flex;flex-direction:column;gap:8px}.learn-answers button{text-align:left}.learn-dialog [aria-pressed=true]{background:#35505f;border-color:#9cc3d3}.learn-copy .learn-quiz{font-size:15px;font-weight:600;color:#eef3f5}.learn-copy .learn-answer-note{font-size:14px;color:#a9d8c4}.learn-pills{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.learn-marker{position:absolute;transform:translate(-50%,-50%);padding:8px 12px;border:1px solid #efd085;background:#22231bf0;border-radius:9px;font-size:13px;white-space:nowrap}.learn-team-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.learn-team-list button{display:flex;flex-direction:column;align-items:start;gap:6px;text-align:left;padding:16px}.learn-team-list strong{font-size:26px;font-variant-numeric:tabular-nums}.learn-team-list span{font-size:12px;color:#b4c6d1}.learn-team-detail{padding:0 0 0 16px;border-left:2px solid #7bb2c9;margin-top:20px}.learn-team-detail p{font-size:15px}#learnVisual figure{margin:0}#learnVisual img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:16px;display:block}#learnVisual figcaption{font-size:11px;color:#93a9b8;margin-top:10px;line-height:1.5}.learn-mode-list{display:flex;flex-direction:column;gap:14px}.learn-mode-list button{display:grid;grid-template-columns:1fr auto;gap:10px;padding:22px;text-align:left}.learn-mode-list strong{font-size:23px}.learn-mode-list span{grid-column:1;font-size:15px;line-height:1.6;color:#afc2ce}.learn-mode-list b{grid-column:2;grid-row:1/3;font-size:24px;align-self:center}.tutorial-cameras{display:flex;gap:5px;flex-wrap:wrap}.tutorial-cameras button{font-size:12px!important;padding:8px!important}.tutorial-cameras [aria-pressed=true]{background:#dce8c0;color:#172417}.tutorial-card[data-required=true] .tutorial-skip{font-size:12px}
@keyframes learn-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes learn-robot-red{0%,100%{transform:translate(0,0)}40%,60%{transform:translate(248px,20px)}}@keyframes learn-robot-blue{0%,100%{transform:translate(0,0)}40%,60%{transform:translate(-216px,-25px)}}@keyframes learn-hub{0%,45%{filter:brightness(1.4)}50%,95%{filter:brightness(.35)}}
@media(max-width:760px){.learn-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:18px}.learn-header{padding:12px;gap:8px}.learn-header>span{font-size:10px;letter-spacing:0}.learn-header button{font-size:12px;padding:8px}.learn-header select{font-size:12px;max-width:108px;padding:8px}.learn-dialog main{grid-template-columns:1fr;gap:20px;padding:24px 20px;min-height:0}.learn-copy h1{font-size:29px;margin:8px 0 16px}.learn-copy p{font-size:16px}.learn-dialog footer{flex-direction:column;align-items:stretch;padding:16px 20px}.learn-dialog footer>div{justify-content:flex-end}.learn-dialog footer p{font-size:11px}.learn-team-list button{padding:12px}.learn-team-list strong{font-size:23px}.learn-copy .learn-hint{font-size:12px}.learn-field{max-height:280px}.learn-dialog footer button{flex:1}.learn-mode-list button{padding:18px}.learn-mode-list strong{font-size:20px}}
@media(max-height:560px)and(min-width:761px){.learn-dialog main{padding:22px;min-height:0}.learn-copy h1{font-size:25px}.learn-copy p{font-size:15px}.learn-header{padding:12px 22px}.learn-dialog footer{padding:12px 22px}.learn-team-list button{padding:9px}.learn-team-list strong{font-size:21px}}
@media(prefers-reduced-motion:reduce){.learn-dialog *,#learnVisual{animation:none!important;transition:none!important}.learn-shot-ball{display:none}}

.learn-dialog h1,.learn-dialog h2,.learn-dialog strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC",sans-serif}.learn-dialog h1{font-weight:600}.learn-team-list span{font-family:inherit}

.learn-revisit{min-height:44px;border:1px solid #8da0ac55;border-radius:12px;padding:12px 18px;background:#ffffff08;color:#e9eef2;font:500 15px/1.4 var(--body);cursor:pointer;text-align:center}
.learn-revisit:hover:not(:disabled){background:#ffffff12;border-color:#b6c4cd88}.learn-revisit:focus-visible{outline:2px solid #e7c890;outline-offset:3px}.learn-revisit:disabled{opacity:.5;cursor:default}
#settingsLearn{grid-column:1/-1}#classicLearn{display:block;margin:20px auto 0;width:min(100%,340px)}body[data-session=online] #classicLearn{display:none}

/* A focused answer sheet: select, submit, then review the explanation. */
.learn-dialog.learn-exam{width:min(900px,calc(100vw - 32px))}.learn-exam main{display:block;min-height:0;padding:30px 40px}.learn-exam #learnVisual{display:none}.learn-exam .learn-copy h1{font-size:28px;margin-bottom:24px}.learn-exam-paper{border:1px solid #b8cadb2b;border-radius:18px;background:#17232e;padding:24px}.learn-exam-meta{display:flex;justify-content:space-between;gap:16px;color:#9fb4c6;font-size:13px;line-height:1.5;padding-bottom:20px;border-bottom:1px solid #ffffff12}.learn-exam fieldset{border:0;padding:0;margin:22px 0}.learn-exam legend{display:flex;align-items:baseline;gap:14px;font-size:21px;line-height:1.6;font-weight:600;margin-bottom:20px}.learn-question-number{color:#87a6bd;font-size:15px;font-variant-numeric:tabular-nums}.learn-exam-options{display:grid;gap:12px}.learn-exam-option{position:relative;display:flex;align-items:center;gap:14px;min-height:64px;padding:14px 18px;border:1px solid #92aabd42;border-radius:12px;background:#0e1923;cursor:pointer;line-height:1.6;font-size:17px}.learn-exam-option:hover{border-color:#afc4d3}.learn-exam-option.is-selected{border-color:#a1cbe9;background:#243e51;box-shadow:inset 0 0 0 1px #a1cbe933}.learn-exam-option:focus-within{outline:2px solid #b2e1ee;outline-offset:3px}.learn-exam-option input{position:absolute;opacity:0;width:1px;height:1px;min-height:0}.learn-option-letter{display:grid;place-items:center;flex:0 0 30px;height:30px;border:1px solid #afc3d755;border-radius:50%;font-size:14px;font-weight:600}.is-selected .learn-option-letter{background:#c4e2f5;color:#152432;border-color:transparent}.learn-exam-submit{display:flex;align-items:center;gap:16px}.learn-exam-submit span{font-size:13px;line-height:1.5;color:#a0b5c5}.learn-exam #learnSubmitAnswer{background:#dceaf3;color:#13212c;min-width:140px;border:0}.learn-exam-feedback{margin-top:20px;padding:18px;border-left:3px solid #dfb36c;border-radius:6px;background:#d0a35f0c}.learn-exam-feedback[data-correct=true]{border-color:#8ed2b8;background:#79cbae0a}.learn-exam-feedback strong{font-size:17px}.learn-exam-feedback p{font-size:15px;margin:8px 0}.learn-exam-feedback summary{font-size:14px;cursor:pointer;color:#b6cad8}.learn-exam-feedback[hidden]{display:none}
@media(max-width:600px){.learn-dialog.learn-exam{width:calc(100vw - 20px)}.learn-exam main{padding:22px 16px}.learn-exam-paper{padding:18px 14px}.learn-exam .learn-copy h1{font-size:25px}.learn-exam legend{font-size:19px}.learn-exam-option{padding:12px;font-size:16px;gap:10px}.learn-exam-submit{align-items:stretch;flex-direction:column;gap:10px}.learn-exam-meta{font-size:12px;gap:8px}}

.learn-exam-option>span:last-child{font:inherit}.learn-exam footer{position:sticky;bottom:0;z-index:2;box-shadow:0 -8px 24px #08101955}

.learn-field-chapter main{grid-template-columns:minmax(250px,.8fr) minmax(0,1.4fr);align-items:start;gap:26px;padding:30px}.learn-field-chapter .learn-copy h1{font-size:30px}.learn-field-choices{display:grid;grid-template-columns:1fr;gap:8px}.learn-field-choices button{display:flex;align-items:center;gap:12px;text-align:left}.learn-field-choices button span{color:#9cb8cc;font-size:12px;font-variant-numeric:tabular-nums}.field-tour{width:100%}.field-tour-stage{position:relative;height:440px;border:1px solid #a2c5d433;border-radius:16px;overflow:hidden;background:#14212c;isolation:isolate}.field-tour-stage canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab;outline-offset:-4px}.field-tour-stage canvas:active{cursor:grabbing}.field-tour-status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;background:#14212cee;z-index:5;padding:24px;text-align:center;font-size:16px}.field-tour-status[hidden]{display:none}.field-tour-caption{position:absolute;top:14px;left:14px;right:14px;color:#f2f6fa;font:500 14px/1.6 system-ui;pointer-events:none;text-shadow:0 1px 5px #000;background:#101a24d9;border-radius:8px;padding:8px 12px}.field-tour-lines,.field-tour-pins{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.field-tour-lines line{stroke:#ffe0a5;stroke-width:1.5}.field-tour-pins button{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;border-radius:50%;min-height:34px;width:34px;padding:0;background:#122533f0;color:#f1e1c2;border:1px solid #eac68b;font:600 12px system-ui}.field-tour-pins button[aria-pressed=true]{background:#ffdc99;color:#11212d}.field-tour-pins button[hidden]{display:none}.field-tour-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.field-tour-toolbar button{min-width:44px}.field-tour-toolbar button:first-child{margin-right:auto}.field-tour-hint,.field-tour-note{font:400 12px/1.6 system-ui;color:#a2b8c8;margin:10px 0}.field-tour-description{font:400 16px/1.7 system-ui;color:#e1ebf1;margin:12px 0}.field-tour-stage:focus-within{border-color:#adcddd}
@media(max-width:900px){.learn-field-chapter main{grid-template-columns:1fr;padding:22px}.learn-field-choices{grid-template-columns:1fr 1fr}.field-tour-stage{height:400px}.learn-field-chapter .learn-copy h1{font-size:28px}}
@media(max-width:500px){.learn-field-chapter main{padding:18px 14px}.field-tour-stage{height:350px}.learn-field-choices button{font-size:13px;padding:10px;gap:8px}.field-tour-toolbar{gap:6px}.field-tour-toolbar button{padding:8px 11px;font-size:13px}.field-tour-caption{font-size:12px}}
.learn-team-chapter main{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:32px;padding:28px 32px}
.learn-team-chapter .learn-copy h1{font-size:32px;margin:8px 0 14px}.learn-team-chapter .learn-copy>p,.learn-team-chapter #learnBody>p{font-size:15px;line-height:1.65}
.learn-team-chapter .learn-team-list{gap:8px;margin:22px 0}.learn-team-chapter .learn-team-list button{flex-direction:row;align-items:center;padding:10px;gap:10px;min-height:66px}.learn-team-chapter .learn-team-list strong{font-size:21px;line-height:1.1}.learn-team-name{display:flex;flex-direction:column;gap:5px;min-width:0}.learn-team-name>span{line-height:1.3;overflow-wrap:anywhere}
.learn-team-emblem{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:9px;background:#fff}.learn-team-emblem img{width:40px;height:40px;object-fit:contain;border-radius:0}.learn-team-emblem img[hidden],.learn-team-hero-logo img[hidden]{display:none!important}
.learn-team-chapter .learn-team-detail{border-left:0;padding:0;margin-top:16px}.learn-team-detail h2{font-size:21px;margin:0 0 8px}.learn-team-detail details{margin-top:18px;font-size:14px;color:#b6cad5}.learn-team-detail summary{cursor:pointer;padding:8px 0;line-height:1.5}.learn-team-detail details p{font-size:14px;line-height:1.7}
.learn-team-identity{display:flex;gap:16px;align-items:center;margin:4px 0 18px}.learn-team-identity h2{font-family:inherit;font-size:23px;line-height:1.2;margin:6px 0;letter-spacing:-.02em}.learn-team-identity p{font-size:12px;letter-spacing:.06em;color:#9fb8c6;margin:0}.learn-team-hero-logo{width:90px;height:68px;display:grid;place-items:center;background:#fff;border-radius:13px;flex:0 0 90px}
.learn-team-chapter #learnVisual .learn-team-hero-logo img{width:80px;height:60px;aspect-ratio:auto;object-fit:contain;border-radius:0}
.learn-team-chapter .learn-photo-open{display:block;position:relative;width:100%;padding:0;border:1px solid #ffffff20;border-radius:16px;overflow:hidden;background:#070e14;cursor:zoom-in}
.learn-team-chapter #learnVisual .learn-robot-photo{width:100%;height:clamp(250px,32vw,430px);object-fit:contain;aspect-ratio:auto;border-radius:0;background:#070e14}.learn-photo-badge{position:absolute;bottom:12px;right:12px;background:#07111ce8;border:1px solid #ffffff36;border-radius:8px;padding:8px 12px;color:#edf5fa;font-size:12px}
.learn-team-chapter #learnVisual figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px;margin-top:12px}.learn-team-chapter #learnVisual figcaption strong{font-size:16px;color:#edf2f5;font-weight:600}
.learn-media-sources{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px}.learn-media-rights{font-size:11px;line-height:1.65;color:#98adbb;margin:12px 0 0}.learn-team-difference{font-size:14px;line-height:1.7;padding:12px 14px;background:#ffffff07;border-left:2px solid #b9d7e0;border-radius:0 8px 8px 0;color:#d4e2e9}.learn-photo-fallback{padding:60px 24px;background:#172630;border-radius:16px;color:#dce8ee;line-height:1.7}
.learn-team-chapter [hidden]{display:none!important}.learn-team-placeholder{min-height:380px;border:1px solid #ffffff14;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;text-align:center;background:radial-gradient(ellipse at top,#2e445143,transparent 75%)}.learn-team-placeholder>span{font-size:72px;letter-spacing:-.04em;font-weight:600;color:#728b9a}.learn-team-placeholder p{max-width:260px;line-height:1.7;color:#b5c6d0}
.learn-photo-lightbox{width:min(1440px,calc(100vw - 24px));height:calc(100dvh - 24px);max-width:none;max-height:none;padding:16px;background:#070d13;border:1px solid #ffffff30;border-radius:18px;color:#f2f5f7;overflow:auto}.learn-photo-lightbox::backdrop{background:#03070bee}.learn-photo-lightbox button{display:block;margin:0 0 12px auto;min-height:44px;padding:10px 18px;border-radius:10px;border:1px solid #ffffff45;background:#203341;color:white;font:500 15px/1.4 system-ui;cursor:pointer}.learn-photo-lightbox img{display:block;width:100%;height:calc(100% - 62px);object-fit:contain}.learn-photo-lightbox :focus-visible{outline:2px solid #b2e1ee;outline-offset:3px}
@media(max-width:1000px){.learn-team-chapter main{gap:24px;padding:24px}.learn-team-chapter .learn-team-list button{gap:7px;padding:8px}.learn-team-emblem{width:34px;height:38px;flex-basis:34px}.learn-team-emblem img{width:32px;height:32px}.learn-team-chapter .learn-team-list strong{font-size:19px}.learn-team-name>span{font-size:11px}}
@media(max-width:760px){.learn-team-chapter main{display:flex;flex-direction:column;padding:22px 18px;gap:22px}.learn-team-chapter .learn-copy,.learn-team-chapter #learnVisual{width:100%}.learn-team-chapter .learn-copy h1{font-size:28px}.learn-team-chapter .learn-team-list{margin:16px 0}.learn-team-chapter #learnVisual .learn-robot-photo{height:clamp(230px,65vw,400px)}.learn-team-identity h2{font-size:21px}.learn-team-hero-logo{width:72px;height:58px;flex-basis:72px}.learn-team-chapter #learnVisual .learn-team-hero-logo img{width:64px;height:50px}.learn-team-placeholder{min-height:220px}}

.learn-choice-switch{padding:12px 28px 0;display:flex;justify-content:flex-end}.learn-choice-switch button{color:#bce1ea;background:transparent;font-size:13px;min-height:44px}.learn-choice-switch+main{padding-top:24px}@media(max-width:700px){.learn-choice-switch{padding:10px 18px 0}.learn-choice-switch button{width:100%;text-align:left}.learn-choice-switch+main{padding-top:18px}#learnFamiliar,#learnNew{width:100%;text-align:left}}

/* First-drive routes are immediately visible; deeper FRC browsing is optional. */
.learn-route-question{width:min(780px,calc(100vw - 24px))}.learn-route-question main{display:block;min-height:0;padding:24px 30px 12px}.learn-route-question #learnVisual{display:none}.learn-route-question footer{align-items:stretch;flex-direction:column}.learn-route-question #learnActions{display:grid;gap:10px}.learn-route-question #learnActions button{width:100%;text-align:left;min-height:50px}.learn-route-question .learn-copy h1{margin-bottom:12px}.learn-route-question .learn-copy p{line-height:1.6}.learn-choice-switch{justify-content:space-between;gap:8px;flex-wrap:wrap}.learn-choice-switch #learnGoDriving{border-color:#9cc3d354;color:#e5f2f5}.learn-seasons{margin-top:24px;padding-top:12px;border-top:1px solid #fff2}.learn-seasons h2{font-size:20px;margin:12px 0}.learn-seasons .learn-pills{margin:12px 0}.learn-seasons .learn-pills button{font-size:13px;padding:9px 11px}.learn-copy .learn-season-goal{font-size:15px;line-height:1.6}.learn-rules-intro{margin:0 0 24px}.learn-rules-intro details{font-size:14px;color:#b6cdd5;line-height:1.6}.learn-rules-intro summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.learn-rules-intro details p{font-size:14px}.learn-event-paths article{padding:10px 14px;margin:10px 0;border-left:2px solid #82b2c6;background:#ffffff05;border-radius:0 10px 10px 0}.learn-event-paths h3{font-size:16px;margin:2px 0}.learn-event-paths article p{font-size:14px;line-height:1.65;margin:6px 0}.learn-training-done{color:#c4e6bd!important}
@media(max-width:760px){.learn-route-question main{padding:20px 18px 8px}.learn-route-question .learn-copy h1{font-size:25px}.learn-route-question footer{padding:12px 18px 18px}.learn-route-question .learn-kicker{margin:6px 0}.learn-choice-switch button{flex:1;min-width:130px!important;width:auto}.learn-event-paths h2{font-size:20px}.learn-copy .learn-season-goal{font-size:14px}}
@media(max-height:560px){.learn-route-question main{padding:14px 22px 4px}.learn-route-question .learn-copy h1{font-size:24px;margin:6px 0}.learn-route-question .learn-copy p{font-size:14px;margin:6px 0}.learn-route-question #learnActions{grid-template-columns:repeat(3,minmax(0,1fr))}.learn-route-question #learnActions button{font-size:13px}.learn-route-question footer{padding:10px 22px}}

/* Official, season-specific reference panels. Keep images uncropped. */
.learn-season-chapter main{display:block;min-height:0;padding:28px 32px}.learn-season-chapter .learn-copy h1{font-size:30px;margin-bottom:12px}.learn-season-chapter .learn-seasons{margin-top:16px;padding-top:4px}.learn-season-chapter .learn-seasons h2,.learn-season-chapter .learn-seasons>.learn-hint{display:none}.learn-season-chapter .learn-pills button{font-size:16px;padding:12px 18px}.learn-season-chapter .learn-season-goal{font-size:18px}.season-reference{display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:start;margin-top:24px}.season-figure{min-width:0}.learn-dialog #learnVisual .season-figure figcaption{display:flex;gap:6px;flex-direction:column;margin:0 0 14px;font-size:16px}.season-figure figcaption strong{font-size:22px;color:#f1f5f7}.learn-dialog #learnVisual .season-field-image{aspect-ratio:auto;object-fit:contain;border-radius:12px;background:#fff;height:auto;width:100%;padding:8px}.learn-dialog #learnVisual .season-field-image[hidden],.season-image-error[hidden]{display:none}.season-image-link{display:block}.season-figure p{font-size:16px;line-height:1.7;margin:16px 0;color:#c6d1d8}.season-figure .season-pieces{font-size:18px;color:#fff}.season-figure .season-credit{font-size:12px;color:#93a9b8}.season-scoring h2{font-size:22px;margin:0 0 14px}.season-duration{display:flex;gap:20px;flex-wrap:wrap;font-size:16px;color:#c6d1d8;margin-bottom:16px}.season-duration b{color:#f1f5f7;font-size:25px;font-variant-numeric:tabular-nums}.season-scoring table{width:100%;border-collapse:collapse;font-size:16px;font-variant-numeric:tabular-nums}.season-scoring caption{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.season-scoring th,.season-scoring td{padding:10px 8px;border-bottom:1px solid #fff2;text-align:center}.season-scoring th:first-child{text-align:left;font-weight:500;width:64%;overflow-wrap:anywhere}.season-scoring thead th{color:#b5cbd6;font-weight:500}.season-scoring td{font-weight:600}.season-scoring details{margin-top:18px;font-size:16px;line-height:1.7;color:#c6d1d8}.season-scoring summary{cursor:pointer;min-height:44px;display:flex;align-items:center;color:#e9f1f5}.season-scope{font-size:16px;line-height:1.7;background:#ffffff07;border-left:2px solid #9cc3d3;padding:14px 18px;margin:24px 0 0;color:#c6d1d8}.season-image-error{padding:24px;border:1px solid #d6b585;border-radius:12px}.season-image-error p{margin:0 0 16px}.learn-season-chapter #learnVisual{animation:none}
@media(max-width:800px){.learn-season-chapter main{padding:22px 18px}.season-reference{grid-template-columns:1fr;gap:24px}.learn-season-chapter .learn-copy h1{font-size:26px}.learn-season-chapter .learn-pills{display:grid;grid-template-columns:1fr}.season-figure .season-landmarks{font-size:16px}.season-scoring table{font-size:16px}.learn-season-chapter .learn-pills button{text-align:left}.season-scope{padding:14px}.learn-season-chapter .learn-season-goal{font-size:18px}}
