.coach-page { background: var(--navy); color: var(--white); }
.coach-shell { width: min(1280px, calc(100% - 64px)); margin: auto; }
.coach-intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 48px; padding: 44px 0 32px; }
.coach-page h1 { font: 900 clamp(48px, 6vw, 90px)/1.02 var(--display); text-transform: uppercase; margin: 10px 0 0; }
.coach-page em { color: var(--red); font-style: normal; }
.coach-page h2 { font-size: clamp(28px, 3vw, 42px); margin: 8px 0 14px; }
.coach-page h3 { font-size: 25px; margin: 8px 0 12px; }
.coach-page p { font-family: var(--body); font-size: 17px; line-height: 1.65; color: #c6d3e3; }
.coach-page .eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .11em; color: var(--cyan); }
.coach-intro a, .coach-history a, .coach-method a { color: var(--cyan); text-underline-offset: 4px; }
.coach-toolbar { display: flex; align-items: end; gap: 16px; padding: 22px; background: var(--blue); border: 1px solid #34506c; margin-bottom: 20px; }
.coach-toolbar label { display: grid; gap: 8px; font: 600 13px/1.5 var(--body); }
.coach-picker { flex: 1; min-width: 0; }
.coach-page select { width: 100%; min-height: 48px; border: 1px solid #64778e; background: var(--navy); color: var(--white); padding: 10px; font: 16px/1.5 var(--body); }
.coach-toolbar output { font: 14px/1.5 var(--body); color: var(--cyan); min-width: 95px; padding-bottom: 12px; }
.coach-stage { display: grid; grid-template-columns: 1.45fr 1fr; border: 1px solid #34506c; background: #071728; }
.coach-field-panel, .coach-decision { min-width: 0; padding: 28px; }
.coach-decision { background: var(--blue); border-left: 1px solid #34506c; }
.coach-match p { margin: 0; font-size: 14px; }
.coach-match h2 { font-size: clamp(27px, 3vw, 40px); margin: 6px 0; }
.coach-scoreboard { display: grid; grid-template-columns: 1fr 1.3fr 1fr; padding: 22px 0; gap: 10px; text-align: center; align-items: center; }
.coach-scoreboard div { display: grid; gap: 4px; }
.coach-scoreboard span { font: 600 16px/1.4 var(--body); }
.coach-scoreboard strong { font: 700 50px/1.1 var(--body); color: var(--cyan); font-variant-numeric: tabular-nums; }
.coach-scoreboard small { color: #b0c3d8; font: 12px/1.4 var(--body); }
.coach-clock b { font: 600 20px/1.5 var(--body); }
.coach-clock span { color: #f9cc62; }
#coach-field { width: 100%; height: auto; display: block; }
.coach-field-key { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 12px 0 0; }
.coach-field-key span { display: flex; gap: 8px; align-items: center; font: 12px/1.5 var(--body); }
.coach-field-key i { display: inline-block; width: 20px; border-top: 3px solid var(--cyan); }
.coach-field-key .coach-key-target { border-color: #f9cc62; border-top-style: dashed; }
.coach-page .coach-caption { font-size: 13px; line-height: 1.6; color: #b4c4d7; }
.coach-context { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 15px; border-top: 1px solid #34506c; }
.coach-context dt { font: 12px/1.5 var(--body); color: #b4c4d7; }
.coach-context dd { font: 600 18px/1.5 var(--body); margin: 7px 0 0; }
.coach-choices { display: grid; gap: 12px; margin: 22px 0; }
.coach-choice { display: grid; gap: 5px; text-align: left; padding: 17px; background: var(--navy); border: 1px solid #64829e; color: white; cursor: pointer; width: 100%; min-width: 0; }
.coach-choice b { font: 700 17px/1.4 var(--body); }
.coach-choice span { font: 14px/1.55 var(--body); color: #c6d3e3; }
.coach-choice:hover:not(:disabled), .coach-choice[aria-pressed="true"] { border-color: var(--cyan); background: #123951; }
.coach-choice:disabled { cursor: default; }
.coach-choice[data-unavailable="true"] { opacity: .65; }
.coach-page :focus-visible { outline: 3px solid #f9cc62; outline-offset: 4px; }
.coach-reveal { padding: 32px; border: 1px solid #34506c; border-top: 4px solid var(--cyan); margin-top: 22px; background: #0b213b; scroll-margin-top: 120px; }
.coach-estimates { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 24px; }
.coach-estimate { background: #081a33; padding: 20px; border: 1px solid #425b78; min-width: 0; }
.coach-estimate h3 { font: 700 17px/1.45 var(--body); }
.coach-estimate strong { display: block; font: 700 42px/1.3 var(--body); color: var(--cyan); font-variant-numeric: tabular-nums; }
.coach-estimate strong { overflow-wrap: anywhere; }
#coach-share-status a { color: var(--cyan); overflow-wrap: anywhere; }
.coach-estimate .coach-caption { margin: 5px 0; }
.coach-estimate meter { display: block; width: 100%; height: 16px; margin: 10px 0; accent-color: var(--cyan); }
.coach-estimate-tag { min-height: 44px; display: block; color: #f9cc62; font: 600 13px/1.6 var(--body); }
.coach-history { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid #425b78; margin: 28px 0; padding-top: 24px; }
.coach-page main details { border-top: 1px solid #425b78; padding: 18px 0; }
.coach-page main summary { font: 600 16px/1.6 var(--body); cursor: pointer; }
.coach-page main details li { font: 16px/1.65 var(--body); color: #c6d3e3; margin: 10px 0; }
.coach-page main details ul { padding-left: 22px; }
.coach-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 12px; }
.coach-page .button { font: 700 14px/1.5 var(--body); text-align: center; letter-spacing: 0; white-space: normal; min-height: 48px; }
.coach-method { margin: 56px 0; padding-top: 28px; border-top: 1px solid #34506c; scroll-margin-top: 120px; }
.coach-method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-bottom: 18px; }
.coach-state { border: 1px solid #64829e; padding: 28px; margin: 20px 0; }
.coach-page [hidden] { display: none !important; }
@media(max-width: 1024px) { .coach-shell { width: calc(100% - 40px); } .coach-stage { grid-template-columns: 1.2fr 1fr; } .coach-field-panel, .coach-decision { padding: 20px; } }
@media(max-width: 767px) { .coach-shell { width: calc(100% - 32px); } .coach-intro { grid-template-columns: 1fr; padding: 24px 0; gap: 14px; } .coach-page h1 { font-size: 52px; } .coach-intro h1 br { display: none; } .coach-intro p { margin: 8px 0; font-size: 16px; } .coach-toolbar { flex-wrap: wrap; padding: 16px; gap: 12px; } .coach-toolbar label { width: 100%; } .coach-picker { flex-basis: 100%; order: 1; } .coach-toolbar output { padding: 0; } .coach-stage { grid-template-columns: 1fr; } .coach-decision { border-left: 0; border-top: 1px solid #34506c; } .coach-field-panel, .coach-decision { padding: 18px; } .coach-reveal { padding: 20px; } .coach-estimates, .coach-history, .coach-method-grid { grid-template-columns: 1fr; gap: 18px; } .coach-context { gap: 8px; } .coach-context dd { font-size: 16px; } .coach-context dt { font-size: 12px; } .coach-estimate-tag { min-height: 0; } .coach-method { margin-top: 32px; } .coach-page .button { width: 100%; } }
@media(prefers-reduced-motion: reduce) { .coach-page *, .coach-page *::before, .coach-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
