:root{--paper:#f3f1e9;--ink:#182e26;--muted:#617168;--line:#d7dbcf;--green:#133f32;--lime:#d9f584;--blue:#347ff0;--orange:#ff9e62;--white:#fffef9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}button{font:inherit;cursor:pointer}button:focus-visible{outline:3px solid #347ff0;outline-offset:4px}::selection{background:var(--lime);color:var(--ink)}header{max-width:1240px;margin:auto;height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-family:'Space Grotesk',sans-serif;font-size:27px;font-weight:700;letter-spacing:-1px}.brand svg{width:31px;height:34px}.brand span span{color:#658849}.language{display:flex;gap:3px;background:#e4e7dc;padding:4px;border-radius:8px}.language button{border:0;background:none;padding:9px 13px;border-radius:5px;font-size:13px;font-weight:700;color:#4d6056}.language button.active{background:var(--white);color:var(--ink);box-shadow:0 2px 5px #18372b10}main{max-width:1160px;margin:48px auto 60px;padding:0 32px}.intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px;gap:20px}h1{font-family:'Space Grotesk',sans-serif;font-size:43px;letter-spacing:-1.5px;line-height:1.1;margin:0 0 12px}.subtitle{color:var(--muted);margin:0;font-size:16px}.score{display:flex;gap:12px;align-items:center;white-space:nowrap;font-size:14px}.score svg{width:26px;height:26px}.score strong{font-size:24px;font-family:'Space Grotesk',sans-serif}.tabs{display:flex;gap:27px;border-bottom:1px solid var(--line);margin-bottom:27px}.tabs button{border:0;background:none;padding:0 0 14px;font-weight:600;color:var(--muted);position:relative}.tabs button.active{color:var(--ink)}.tabs button.active:after{content:'';position:absolute;bottom:-1px;height:3px;background:var(--ink);left:0;right:0}.tabs button span{font-size:11px;display:inline-block;border:1px solid #c3ccbc;border-radius:4px;padding:1px 5px;margin-left:7px}.card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1735290b;display:grid;grid-template-columns:1.08fr 1fr}.visual{background:var(--green);padding:24px 26px 19px;color:#e2efdf;display:flex;flex-direction:column}.pitch-top{display:flex;justify-content:space-between;align-items:center;font-size:12px}.pitch-top .scene{letter-spacing:.04em;font-weight:600}.direction{display:flex;gap:8px;align-items:center;color:#bdd3be}.direction svg{width:25px;height:12px}.pitch{width:100%;display:block;margin:12px 0;flex:1;min-height:340px}.pitch .field-line{fill:none;stroke:#8bad8d;stroke-width:1.2;opacity:.65}.pitch text{font-family:'DM Sans',sans-serif;font-weight:700;text-anchor:middle;dominant-baseline:central;font-size:14px;fill:white}.legend{display:flex;justify-content:center;gap:22px;font-size:11px;color:#d2e2cc}.legend span{display:flex;gap:7px;align-items:center}.dot,.triangle{width:16px;height:16px;display:inline-block;clip-path:polygon(30% 0,0 25%,15% 48%,27% 38%,27% 100%,73% 100%,73% 38%,85% 48%,100% 25%,70% 0,60% 12%,40% 12%)}.dot{background:#347ff0}.triangle{background:repeating-linear-gradient(90deg,#ff9e62 0 4px,#7a381e 4px 6px)}.ball{width:9px;height:9px;background:white;border-radius:50%}.question{padding:29px 32px 27px;display:flex;flex-direction:column}.progress-label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:10px}.progress{display:flex;gap:5px;margin-bottom:26px}.progress i{display:block;height:4px;background:#e6e9df;border-radius:2px;flex:1}.progress i.current{background:#6d8b47}.question h2{font-family:'Space Grotesk',sans-serif;font-size:28px;letter-spacing:-.7px;line-height:1.16;margin:0 0 12px;text-wrap:balance}.prompt{font-size:15px;line-height:1.6;margin:0 0 23px;color:#56665d;min-height:48px}.answers{display:flex;flex-direction:column;gap:10px}.answer{display:flex;align-items:center;gap:13px;padding:13px 14px;min-height:57px;border:1px solid #dce0d5;border-radius:9px;text-align:left;background:transparent;color:var(--ink);font-weight:500;font-size:14px;line-height:1.4;transition:background .15s,border-color .15s}.answer:hover:not(:disabled){background:#f0f4e7;border-color:#91a778}.letter{display:grid;place-items:center;flex:none;width:27px;height:27px;border-radius:6px;background:#edf0e7;font-size:12px;font-weight:700}.answer.correct{background:#eaf5d6;border-color:#86a656}.answer.correct .letter{background:#355738;color:white}.answer.wrong{background:#fff1e8;border-color:#ce8b62}.answer:disabled{cursor:default;color:var(--ink)}.feedback{margin-top:18px;font-size:14px;line-height:1.5}.feedback strong{display:block;margin-bottom:5px}.feedback p{margin:0;color:#52634f}.bottom{margin-top:auto;padding-top:22px}.next{border:0;border-radius:8px;background:var(--ink);color:white;padding:15px 18px;width:100%;font-weight:600;display:flex;justify-content:space-between;align-items:center}.next:hover{background:#30503a}.next:disabled{background:#eaede5;color:#667160;cursor:default}.hint{text-align:center;font-size:11px;color:var(--muted);margin:10px 0 0}.footer{display:flex;justify-content:space-between;gap:20px;padding-top:20px;font-size:12px;color:var(--muted)}.footer span{display:flex;gap:8px;align-items:center}.footer svg{width:15px;height:15px}.finish{padding:40px 15px;text-align:center}.finish h2{font-size:34px}.finish .total{font-family:'Space Grotesk';font-size:66px;margin:20px 0;color:#31573e}.finish p{line-height:1.7;color:var(--muted)}.solution{stroke:#d9f584;stroke-width:3;stroke-dasharray:8 5;fill:none;marker-end:url(#arrow);animation:reveal .5s ease-out}@keyframes reveal{from{stroke-dashoffset:40;opacity:.3}to{stroke-dashoffset:0;opacity:1}}@media(min-width:1100px){.pitch{min-height:375px}}@media(max-width:720px){header{height:72px;padding:0 20px}.brand{font-size:24px}main{padding:0 16px;margin:28px auto}.intro{align-items:start;margin-bottom:24px}h1{font-size:30px;letter-spacing:-1px}.subtitle{font-size:13px;max-width:220px;line-height:1.5}.score{gap:5px;font-size:0}.score strong{font-size:22px}.score svg{width:20px}.tabs{gap:23px;margin-bottom:20px;font-size:13px}.tabs button span{display:none}.card{grid-template-columns:1fr}.visual{padding:18px 18px 15px}.pitch{min-height:0;height:280px;margin:8px 0}.question{padding:23px 22px}.question h2{font-size:26px}.prompt{min-height:0}.progress{margin-bottom:22px}.footer{font-size:11px;line-height:1.5}.footer span:last-child{max-width:135px;text-align:right}.pitch-top{font-size:10px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
a{color:inherit;text-underline-offset:3px}a:focus-visible{outline:3px solid #347ff0;outline-offset:4px}.brand,.next{text-decoration:none}.header-actions{display:flex;align-items:center;gap:22px}.account-link{font-size:14px}.language a{padding:9px 13px;border-radius:5px;font-size:13px;font-weight:700;text-decoration:none;color:#4d6056}.language a.active{background:var(--white);color:var(--ink)}.tabs a{padding:0 0 14px;font-weight:600;color:var(--muted);position:relative;text-decoration:none}.tabs a.active{color:var(--ink)}.tabs a.active:after{content:'';position:absolute;bottom:-1px;height:3px;background:var(--ink);left:0;right:0}.player-status{display:flex;justify-content:space-between;gap:15px;margin:0 0 22px;font-size:13px;color:var(--muted)}.account-panel{max-width:470px;margin:40px auto;background:var(--white);padding:32px;border-radius:16px}.account-panel h1{font-size:32px}.stack{display:flex;flex-direction:column;gap:18px}.stack label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.stack input:not([type=checkbox]){width:100%;padding:13px;border:1px solid #bbc7b8;border-radius:7px;font:inherit;background:white;color:var(--ink)}input:focus-visible{outline:3px solid #347ff0;outline-offset:2px}input{caret-color:var(--green)}.stack .check{flex-direction:row;align-items:start;font-weight:400;line-height:1.5}.check input{margin-top:4px;accent-color:var(--green)}.stack small{margin-top:-10px;color:var(--muted)}.auth-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:14px}.notice,.error{padding:16px 20px;background:#e7efd9;border-radius:8px;line-height:1.5;font-size:14px}.error{background:#fff0e4;color:#713813}.profiles-panel{max-width:760px;margin:auto}.profile-list{border-top:1px solid var(--line)}.profile-row{display:flex;justify-content:space-between;gap:20px;width:100%;padding:22px 0;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;color:var(--ink)}.profile-row:hover{background:#e8edde}.profile-row strong{display:block;font-size:20px;margin-bottom:6px}.profile-row small{color:var(--muted)}.plain-button{border:0;background:transparent;text-decoration:underline;text-underline-offset:3px;color:var(--ink);padding:8px 0}.add-profile{max-width:420px;margin-top:40px}.empty-state{background:var(--white);padding:40px;border-radius:16px;max-width:600px;margin:35px auto}.empty-state h2{font-size:28px;margin-top:0}.empty-state p{line-height:1.7;color:var(--muted)}.question .hint{margin-top:22px}.question .progress-label{min-height:20px}.question h2{margin-top:12px}.question .next{min-height:50px}button[disabled]{cursor:default}.turbo-progress-bar{background:#759e42}.site-footer{max-width:1160px;margin:0 auto;padding:24px 32px 48px;font-size:12px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--ink);text-decoration:underline}.site-footer .credit{font-family:'Space Grotesk',sans-serif}.site-footer .plain-button{font:inherit;color:var(--muted);padding:0}.site-footer .plain-button:hover{color:var(--ink)}#cc-main{--cc-font-family:'DM Sans',sans-serif;--cc-bg:var(--white);--cc-primary-color:var(--ink);--cc-secondary-color:var(--muted);--cc-btn-primary-bg:var(--ink);--cc-btn-primary-border-color:var(--ink);--cc-btn-primary-hover-bg:#30503a;--cc-btn-primary-hover-border-color:#30503a;--cc-btn-secondary-bg:transparent;--cc-btn-secondary-border-color:var(--line);--cc-btn-secondary-hover-bg:#f0f4e7;--cc-toggle-on-bg:var(--green);--cc-separator-border-color:var(--line);--cc-cookie-category-block-bg:#f0f4e7;--cc-cookie-category-block-border:var(--line);--cc-modal-border-radius:16px;--cc-btn-border-radius:8px}.account-panel.support{max-width:640px}.support-section{margin-top:28px}.support-section h2{font-family:'Space Grotesk',sans-serif;font-size:19px;letter-spacing:-.3px;margin:0 0 12px}.support-section p{line-height:1.65;color:#3c4a41;margin:0 0 12px}.support-links{display:flex;flex-direction:column;gap:10px}.support-link{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:var(--ink);transition:background .15s,border-color .15s}.support-link:hover{background:#f0f4e7;border-color:#91a778}.support-link strong{font-family:'Space Grotesk',sans-serif;font-size:16px}.support-link span{font-size:13px;color:var(--muted)}@media(max-width:720px){main{margin-top:22px}.intro{margin-bottom:20px}h1{font-size:28px}.subtitle{max-width:none}.header-actions{gap:12px}.account-link{font-size:12px}.language a{padding:7px 9px}.player-status{font-size:11px;gap:10px;margin-bottom:18px}.pitch{height:240px}.visual{padding:14px}.question{padding:20px}.account-panel{padding:24px;margin:20px auto}.tabs{gap:20px}.tabs a{font-size:12px}.profiles-panel h1{font-size:30px}.empty-state{padding:26px}.legend{gap:14px}.intro h1{max-width:270px}.site-footer{padding:20px 16px 32px}.account-panel.support{padding:24px}}
