.horse.galloping .leg-nf{animation:horse-fore .48s infinite ease-in-out alternate}.horse.galloping .leg-ff{animation:horse-fore .48s infinite ease-in-out alternate-reverse}.horse.galloping .leg-nh{animation:horse-hind .48s infinite ease-in-out alternate}.horse.galloping .leg-fh{animation:horse-hind .48s infinite ease-in-out alternate-reverse}.horse.galloping .horse-tail{animation:horse-tail .48s infinite ease-in-out alternate}.horse.galloping .wing-near,.horse.galloping .wing-far{animation:horse-wing .48s infinite ease-in-out alternate}@keyframes horse-fore{0%{transform:rotate(-24deg)}to{transform:rotate(18deg)}}@keyframes horse-hind{0%{transform:rotate(16deg)}to{transform:rotate(-20deg)}}@keyframes horse-tail{0%{transform:rotate(-4deg)}to{transform:rotate(14deg)}}@keyframes horse-wing{0%{transform:rotate(-6deg)}to{transform:rotate(8deg)}}@media(prefers-reduced-motion:reduce){.horse.galloping *{animation:none!important}}.stable-hero .stable-pony{left:43%}.race-page .practice-scene>.pony{left:18%}.landscape.painted{display:block}.quiz-counter{display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:16px;background:#fff7dc;border:1px solid #f0dfa8;color:#9a7a2c;white-space:nowrap}.quiz-counter b{font-size:28px;color:#7e6592;line-height:1}.quiz-counter span{font-size:12px;font-weight:700}.quiz-start{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.quiz-start h2{margin:0 0 6px;font-size:22px;color:#534659}.quiz-start p{margin:0;font-size:13px;color:#96899d}.quiz-start-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.quiz-start-actions .primary-button{width:auto;padding:14px 24px;border-radius:13px;display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:900}.quiz-voice{gap:7px;font-size:12px;font-weight:800;padding:9px 12px;border:1px solid #e1d6e9;border-radius:11px;background:#f8f4fa;color:#86699f}.quiz-voice[aria-pressed=false]{color:#a79aae;background:#fbf9f5}.quiz-start,.quiz-unlocks{padding:20px 22px}.quiz-unlocks{margin-top:20px}.quiz-unlocks-head h2{margin:6px 0 14px;font-size:18px;color:#534659;font-weight:800}.quiz-unlocks-head h2 b{color:var(--purple)}.quiz-unlock-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.quiz-unlock{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 6px;border-radius:14px;border:1px dashed #e1d6e9;text-align:center;opacity:.6;filter:grayscale(.7)}.quiz-unlock.open{opacity:1;filter:none;border-style:solid;border-color:#cfe3c6;background:#f4faef}.quiz-unlock strong{font-size:12px;color:#5e5068}.quiz-unlock small{font-size:10px;color:#96899d;display:inline-flex;align-items:center;gap:3px}.quiz-unlock .camp-thumb,.quiz-unlocked .camp-thumb{width:64px;height:54px;display:block}.quiz-unlock canvas,.quiz-unlocked canvas,.quiz-building canvas{width:100%;height:100%;display:block}.quiz-topics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.quiz-topic{padding:14px;display:flex;flex-direction:column;gap:6px}.quiz-topic strong{font-size:13px;color:#5e5068;line-height:1.25}.quiz-topic small{font-size:11px;color:#96899d}.quiz-topic-emoji{font-size:26px;line-height:1}.quiz-topic-level{align-self:flex-start;font-size:10px;font-weight:800;color:#9a7a1f;background:#fff4cf;border-radius:999px;padding:2px 8px}.quiz-topic.complete{border-color:#f0dfa8;background:#fffbea}.quiz-credits{margin:26px 0 8px;font-size:11px;color:#96899d}.quiz-credits summary{cursor:pointer;font-weight:800;color:#86699f}.quiz-credits ul{padding-left:18px;columns:2;column-gap:28px}.quiz-credits li{margin-bottom:4px;break-inside:avoid}.quiz-credits a{color:inherit}.quiz-round-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px 0 16px}.quiz-dots{display:flex;gap:7px;list-style:none;margin:0;padding:0}.quiz-dots li{width:14px;height:14px;border-radius:50%;background:#ece6ef}.quiz-dots li.current{background:#fff;box-shadow:0 0 0 3px var(--purple)}.quiz-dots li.right{background:#98bc8e}.quiz-dots li.wrong{background:#dfb0b8}.quiz-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:26px;align-items:start;padding:18px;animation:page-in .3s ease-out}.quiz-card:not(:has(.quiz-picture)){grid-template-columns:1fr}.quiz-picture{aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:linear-gradient(#eef6ee,#f7f3e8);display:flex;align-items:center;justify-content:center;position:relative}.quiz-photo{width:100%;height:100%;object-fit:cover;display:block}.quiz-question{font-size:26px;line-height:1.3;color:#534659;margin:10px 0 18px;letter-spacing:-.3px}.quiz-repeat{vertical-align:middle;margin-left:6px;color:var(--purple)}.quiz-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quiz-answer{position:relative;min-height:62px;padding:12px 14px 12px 40px;border:2px solid #e5dbea;box-shadow:0 4px #e5dbea;border-radius:13px;background:#f8f3fc;color:#6b557d;font-size:17px;font-weight:800;text-align:left;display:flex;align-items:center;gap:10px;line-height:1.25}.quiz-answer:not(:disabled):hover{transform:translateY(-1px);border-color:#cdb9dc}.quiz-answer:not(:disabled):active{transform:translateY(3px);box-shadow:0 1px #e5dbea}.quiz-answer kbd{position:absolute;left:12px;top:50%;transform:translateY(-50%);font:inherit;font-size:11px;color:#b3a3bf}.quiz-mark{margin-left:auto;flex:none}.quiz-answers.with-pictures{grid-template-columns:repeat(4,1fr)}.with-pictures .quiz-answer{flex-direction:column;justify-content:center;padding:10px 8px 12px;text-align:center;min-height:120px}.with-pictures .quiz-answer kbd{top:12px;transform:none}.with-pictures .quiz-mark{position:absolute;right:8px;top:8px}.quiz-answer-picture{width:100%;display:flex;justify-content:center}.quiz-answer-picture .quiz-pony{width:100%}.quiz-feedback{margin-top:18px;padding:16px 18px;border-radius:16px;background:#f4faef;border:1px solid #cfe3c6;animation:page-in .25s ease-out}.is-wrong .quiz-feedback{background:#fff7f4;border-color:#f0d3c8}.quiz-feedback strong{display:flex;align-items:center;gap:7px;font-size:17px;color:#538248}.is-wrong .quiz-feedback strong{color:#b0707c}.quiz-feedback p{display:flex;gap:9px;align-items:flex-start;font-size:16px;line-height:1.45;color:#5e5068;margin:10px 0 14px}.quiz-feedback p svg{flex:none;color:#d1aa53;margin-top:3px}.quiz-feedback .primary-button{width:auto;padding:13px 22px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;font-weight:900}.quiz-pony{position:relative;width:88%;max-width:420px}.quiz-pony .pony{width:100%;height:auto;display:block}.quiz-pointer{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.quiz-pointer circle{fill:none;stroke:#e0567a;stroke-width:4;animation:quiz-pulse 1.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.quiz-pointer path{stroke:#e0567a;stroke-width:5;stroke-linecap:round;marker-end:none}@keyframes quiz-pulse{50%{transform:scale(1.18);opacity:.7}}.quiz-building{width:78%;height:78%}.quiz-emoji{font-size:96px;line-height:1;text-align:center;filter:drop-shadow(0 6px 10px #0001)}.quiz-answer-picture .quiz-emoji{font-size:54px}.quiz-size{position:relative;width:92%;height:88%;display:flex;align-items:flex-end;justify-content:center;gap:4%}.quiz-size figure{margin:0;display:flex;flex-direction:column;align-items:center;width:36%}.quiz-size figure.big{width:54%}.quiz-size .pony{width:100%;height:auto;display:block}.quiz-size figcaption{font-size:13px;font-weight:900;color:#86699f;margin-top:-4px}.quiz-size-line{position:absolute;left:0;right:0;bottom:36%;border-top:3px dashed #e0567a;z-index:1}.quiz-size-line span{position:absolute;left:0;top:-24px;font-size:13px;font-weight:900;color:#e0567a;background:#fffefa;padding:0 6px;border-radius:6px}.quiz-done{text-align:center;margin-top:28px;padding:34px 26px}.quiz-done h1{font-size:32px;color:#534659;margin:8px 0 14px;letter-spacing:-.8px}.quiz-score{display:inline-flex;align-items:baseline;gap:8px;padding:10px 22px;border-radius:18px;background:#f8f3fc}.quiz-score b{font-size:46px;color:var(--purple);line-height:1}.quiz-score span{font-size:14px;font-weight:800;color:#86699f}.quiz-coins{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 8px;margin:14px 0 0;font-size:18px;font-weight:900;color:#a37d36}.quiz-coins small{flex-basis:100%;font-size:12px;font-weight:700;color:var(--muted)}.quiz-new{font-size:15px;color:#5e5068;margin:18px 0}.quiz-new svg{color:#d1aa53;vertical-align:-3px;margin-right:6px}.quiz-unlocked{display:flex;align-items:center;gap:14px;text-align:left;max-width:560px;margin:0 auto 14px;padding:12px 16px;border-radius:16px;background:#fff7dc;border:1px solid #f0dfa8;animation:page-in .4s ease-out}.quiz-unlocked div{flex:1;display:flex;flex-direction:column;gap:3px}.quiz-unlocked strong{color:#7a5d1c}.quiz-unlocked small{color:#9a7a2c;font-size:12px}.quiz-done-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}.quiz-done-actions .primary-button{width:auto;padding:14px 24px;border-radius:13px;display:inline-flex;align-items:center;gap:9px;font-weight:900}.quiz-mistakes{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:8px}.quiz-mistakes li{display:flex;justify-content:space-between;gap:14px;padding:10px 14px;border-radius:12px;background:#fbf7f3;font-size:14px;color:#5e5068}.quiz-mistakes b{color:#538248;text-align:right}.camp-fact{flex-basis:100%;order:-1;margin:0;padding:9px 13px;border-radius:12px;background:#fff7dc;border:1px solid #f0dfa8;color:#7a5d1c;font-size:13px;line-height:1.4}@media(max-width:1000px){.quiz-topics,.quiz-unlock-row{grid-template-columns:repeat(3,minmax(0,1fr))}.quiz-card{grid-template-columns:1fr}.quiz-picture{max-height:42vh;aspect-ratio:auto;height:min(42vh,340px)}}@media(max-width:560px){.quiz-topics{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-answers{grid-template-columns:1fr}.quiz-answers.with-pictures{grid-template-columns:1fr 1fr}.quiz-question{font-size:21px}.quiz-counter b{font-size:22px}.quiz-credits ul{columns:1}.quiz-voice span{display:none}}@media(prefers-reduced-motion:reduce){.quiz-pointer circle{animation:none}.quiz-card,.quiz-feedback,.quiz-unlocked{animation:none}}.quiz-page{max-width:1176px;margin:auto;padding:0 0 30px}@media(max-width:1240px){.quiz-page{margin-left:32px;margin-right:32px}}@media(max-width:760px){.quiz-page{margin-left:22px;margin-right:22px}}@media(max-width:470px){.quiz-page{margin-left:17px;margin-right:17px}}main.quiz-page button.quiz-answer:disabled{opacity:1}main.quiz-page button.quiz-answer.faded:disabled{opacity:.45}.quiz-answer.right-answer{background:#e4f2df;border-color:#98bc8e;box-shadow:0 4px #98bc8e;color:#538248}.quiz-answer.wrong-answer{background:#fceced;border-color:#dfb0b8;box-shadow:0 4px #dfb0b8;color:#b37c87}@media(max-width:560px){.quiz-picture{height:min(30vh,240px)}.quiz-answer{min-height:52px;font-size:16px}.quiz-card{padding:14px;gap:16px}}@media(max-width:470px){header.site-header nav{gap:0}header.site-header nav button{padding:9px 5px;font-size:10px}}.quiz-lab{margin-top:14px;background:linear-gradient(135deg,#f1f8ef,#fffdf8)}.lab-list{display:grid;gap:14px;margin-top:8px}.lab-choice{display:flex;align-items:center;gap:16px;width:100%;padding:18px 20px;text-align:left;font:inherit;color:inherit;cursor:pointer;border:2px solid transparent;transition:transform .15s,border-color .15s}.lab-choice:hover,.lab-choice:focus-visible{border-color:#cdb9dc;transform:translateY(-1px);outline:none}.lab-choice-emoji{font-size:40px;line-height:1;width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#eef6ee;flex:none}.lab-choice.done .lab-choice-emoji{background:#f3eefa}.lab-choice-text{flex:1;min-width:0}.lab-choice-text strong{display:block;font-size:17px;color:#765588}.lab-choice-text small{color:var(--muted);font-size:13px}.lab-choice-go{display:inline-flex;align-items:center;gap:4px;font-weight:800;font-size:13px;color:#8063a9;white-space:nowrap}.lab-intro{color:var(--muted);font-size:14px;margin:4px 0 6px}.lab-think{color:#8063a9;font-weight:700;font-size:14px;margin:-4px 0 10px}.lab-answers .quiz-answer{display:flex;align-items:center;gap:10px;padding-left:34px}.lab-answer-emoji{font-size:24px;line-height:1}.lab-guess{border-color:#e8cf7a!important;background:#fff8e1!important}.lab-guess-tag{margin-left:auto;font-size:11px;font-weight:800;color:#a8862e;text-transform:uppercase;letter-spacing:.04em}.lab-guessed{color:var(--muted);font-size:13px;margin:4px 0 8px}.lab-idea,.lab-home{display:flex;gap:10px;align-items:flex-start;text-align:left;border-radius:14px;padding:14px 16px;margin:14px 0 0;font-size:14px;line-height:1.55}.lab-idea{background:#f3eefa;color:#5c496d}.lab-home{background:#eef6ee;color:#43603c}.lab-idea svg,.lab-home svg{flex:none;margin-top:2px}.lab-idea p,.lab-home p{margin:0}.lab-emoji{line-height:1;display:block}.lab-scene{position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.lab-thing{position:absolute;left:50%;transform:translate(-50%);transition:top 1.4s cubic-bezier(.5,.05,.6,1)}.lab-tub{position:absolute;left:10%;right:10%;bottom:8%;height:58%;border-radius:10px 10px 22px 22px;background:linear-gradient(#8ec7d8,#5ea7c0);border:6px solid #9aa8b8;border-top:none;box-shadow:inset 0 -12px 20px #3f7f9a44}.lab-surface{position:absolute;left:0;right:0;top:0;height:10px;background:repeating-linear-gradient(90deg,#bfe4ef 0 18px,#a9d8e6 18px 36px);opacity:.9}.lab-water .lab-thing{top:4%}.lab-water.wait .lab-thing{animation:lab-hover 1.8s ease-in-out infinite}.lab-water.drijft .lab-thing{top:28%;animation:lab-bob 2.2s ease-in-out 1.4s infinite}.lab-water.zinkt .lab-thing{top:66%;transition-duration:2.2s}.lab-bubble{position:absolute;bottom:12%;width:9px;height:9px;border-radius:50%;border:2px solid #e6f6fb;opacity:0;animation:lab-bubble 2.4s ease-out .6s infinite}.lab-bubble.b1{left:46%}.lab-bubble.b2{left:52%;animation-delay:1s}.lab-bubble.b3{left:49%;animation-delay:1.6s}.lab-magnet-body{position:absolute;top:6%;left:50%;transform:translate(-50%);font-size:72px;line-height:1}.lab-magnet .lab-thing{top:58%}.lab-magnet.plakt .lab-thing{top:24%;transition:top .45s cubic-bezier(.6,-.3,.7,1.4) .2s}.lab-magnet.plakt-niet .lab-thing{animation:lab-shake .5s ease-in-out .2s 2}.lab-table{position:absolute;left:12%;right:12%;bottom:8%;height:12%;border-radius:8px;background:#c9a27a;box-shadow:inset 0 -6px #a87b52}.lab-ice{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;align-items:stretch}.lab-ice-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:14px;background:#fffa;padding:14px 8px}.lab-ice-place{font-size:44px;line-height:1;margin-bottom:6px}.lab-cube{font-size:54px;line-height:1;transform-origin:bottom center;transition:transform 2.6s ease-in,opacity 2.6s ease-in}.lab-puddle{width:30px;height:8px;border-radius:50%;background:#8ec7d8;opacity:.5;transition:width 2.6s ease-in,opacity 2.6s}.lab-ice-side small{font-size:12px;font-weight:700;color:var(--muted)}.lab-ice.melting .fast .lab-cube{transform:scale(.18);opacity:.35}.lab-ice.melting .fast .lab-puddle{width:82px;opacity:.85}.lab-ice.melting .slow .lab-cube{transform:scale(.82)}.lab-ice.melting .slow .lab-puddle{width:40px}@keyframes lab-hover{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-6px)}}@keyframes lab-bob{0%,to{transform:translate(-50%) rotate(-3deg)}50%{transform:translate(-50%,5px) rotate(3deg)}}@keyframes lab-shake{0%,to{transform:translate(-50%)}25%{transform:translate(calc(-50% - 7px))}75%{transform:translate(calc(-50% + 7px))}}@keyframes lab-bubble{0%{opacity:0;transform:translateY(0)}20%{opacity:.9}to{opacity:0;transform:translateY(-90px)}}@media(max-width:560px){.lab-choice{padding:14px}.lab-choice-emoji{width:46px;height:46px;font-size:32px}.lab-choice-go{display:none}.lab-magnet-body{font-size:58px}.lab-cube{font-size:44px}}@media(prefers-reduced-motion:reduce){.lab-thing,.lab-cube,.lab-puddle{transition:none!important;animation:none!important}.lab-bubble{animation:none}}@font-face{font-family:Nunito;src:url(../fonts/nunito-regular.ttf) format("truetype");font-weight:400 600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/nunito-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/nunito-extrabold.ttf) format("truetype");font-weight:800 1000;font-style:normal;font-display:swap}:root{font-family:Nunito,Avenir Next,ui-rounded,system-ui,sans-serif;color:#3f3b4b;background:#fbf9f5;font-synthesis:none;font-weight:500;--purple:#8061ad;--purple-dark:#624389;--muted:#827c8c;--border:#eae5e2;--shadow:0 5px 25px #55433605;--cream:#fbf9f5}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}button:not(:disabled){transition:background .18s,box-shadow .18s,transform .18s}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #9568c5;outline-offset:4px}button:disabled:not(.brand):not(.equipped-button){opacity:.48}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:800}h2{font-size:24px;letter-spacing:-.7px}h3{font-size:16px}svg{flex-shrink:0}button svg{vertical-align:middle}p{line-height:1.65}small{font-size:12px}strong,b{font-weight:800}.site-header{height:94px;background:#fffdf9;border-bottom:1px solid var(--border)}.header-inner{height:100%;max-width:1240px;padding:0 32px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;text-align:left;padding:0;font-size:23px;font-weight:900;letter-spacing:-1px;line-height:1.1}.brand-second{color:var(--purple)}.brand small{display:block;margin-top:7px;font-size:8px;letter-spacing:2.5px;font-weight:800;color:#93899c}.brand-icon{position:relative;background:#8063a9;width:45px;height:49px;border-radius:15px;display:grid;place-items:center;color:#fff3da;transform:rotate(-7deg)}.brand-icon svg{width:36px}.brand-icon i{font-style:normal;position:absolute;color:#e0b454;font-size:21px;right:-7px;top:-8px}.site-header nav{display:flex;gap:6px}.site-header nav button{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;font-size:13px;font-weight:800;color:#8a8292;white-space:nowrap}.site-header nav button.active{background:#f0eaf7;color:var(--purple-dark)}.site-header nav button:hover{background:#f5f0f8}.header-actions{display:flex;align-items:center;gap:16px}.balance-pill{display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #eddfbf;background:#fff8e8;border-radius:30px;font-size:12px;white-space:nowrap;color:#987345}.balance-pill b{color:#765735;font-size:16px}.coin{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f2d385;border:2px solid #e9c36a;color:#a37d36;font-family:system-ui;font-weight:900;font-size:19px;line-height:1;transform:rotate(180deg);flex-shrink:0}.coin.large{width:43px;height:43px;font-size:32px;border-width:3px}.help-button{color:#93899d;display:grid;place-items:center;padding:5px}.home-page,.stable-page,.camp-page,.progress-page,.race-page,.result-page{max-width:1176px;margin:auto;padding:0 0 30px}.hero{display:grid;grid-template-columns:1fr 1.13fr;align-items:center;gap:42px;padding:40px 0 38px}.eyebrow{font-size:10px;letter-spacing:1.75px;font-weight:900;color:#8b7597;display:inline-flex;align-items:center;gap:8px;line-height:1.5}.tiny-flower{font-size:22px;line-height:1;color:#c3a471}.hero h1{font-size:52px;line-height:1.12;letter-spacing:-2.2px;margin:17px 0 16px;color:#48414f}.hero h1 em{font-style:normal;color:#8b6bae;position:relative}.hero h1 em:after{content:"";height:5px;background:#e6dbee;border-radius:50%;position:absolute;bottom:1px;left:0;right:0;transform:rotate(-2deg);z-index:-1}.hero-copy>p{font-size:15px;color:#8a8090;line-height:1.75}.hero-chips{display:flex;gap:17px;margin-top:20px;font-size:11px;color:#8f8196}.hero-chips span{display:flex;align-items:center;gap:6px}.hero-chips svg{color:#b79abb}.hero-link{padding:0;margin-top:26px;font-size:12px;font-weight:800;color:#7d6895;display:flex;align-items:center;gap:10px}.hero-art{aspect-ratio:5/3;border-radius:85px 25px 65px;position:relative;isolation:isolate}.hero-photo{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background:#d6e6d3;box-shadow:0 9px 0 -3px #eae9df}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 45%}.hero-polaroid{position:absolute;z-index:2;right:-16px;top:-34px;width:24%;margin:0;padding:7px 7px 0;background:#fffdf7;border-radius:4px;box-shadow:0 12px 26px #4d3f3526,0 2px 5px #4d3f3514;transform:rotate(5deg)}.hero-polaroid:before{content:"";position:absolute;top:-10px;left:50%;width:62px;height:21px;margin-left:-31px;background:#eadff1d9;border-radius:2px;transform:rotate(-5deg)}.hero-polaroid img{display:block;width:100%;aspect-ratio:5/6;object-fit:cover;object-position:50% 24%;border-radius:2px}.hero-polaroid figcaption{display:flex;align-items:center;justify-content:center;gap:4px;padding:7px 0 9px;font-size:9px;font-weight:800;color:#9b8150;white-space:nowrap}.hero-polaroid figcaption svg{color:#d7b765}.landscape{position:absolute;width:100%;height:100%;inset:0;pointer-events:none}.pony{width:100%;display:block;overflow:visible}.pony-name-tag{position:absolute;left:26px;bottom:23px;display:flex;align-items:center;gap:10px;background:#fffdf4f5;padding:12px 16px;border-radius:14px;box-shadow:0 6px 20px #4d725d12;transform:rotate(-3deg)}.pony-name-tag strong{font-size:12px;display:block}.pony-name-tag>div>span{font-size:10px;color:#9a8998;display:block;margin-top:2px}.pony-name-tag>svg{color:#c6ac63;margin-left:5px}.mini-pony{width:48px;margin:-6px 0 -4px -4px}.card{background:#fffefa;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.play-layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr);gap:25px;scroll-margin-top:24px}.setup-card{padding:27px 29px}.card-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.card-heading h2{margin-top:5px}.card-heading>span{font-size:11px;color:var(--muted)}.step-badge{width:43px;height:43px;display:grid;place-items:center;background:#f6f1fa;color:#b095c2;border-radius:13px;transform:rotate(7deg)}.setup-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:28px;margin-bottom:14px}.setup-label h3{display:flex;align-items:center;gap:8px;font-size:14px}.step-number{height:21px;width:21px;display:grid;place-items:center;background:#f1eaf7;border-radius:50%;font-size:11px;color:#9475ad}.text-button{padding:3px 0;color:var(--purple);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800}.text-button:hover{color:var(--purple-dark)}.text-button.small{font-size:10px;text-decoration:underline;text-underline-offset:3px}.table-picker{display:grid;grid-template-columns:repeat(10,1fr);gap:8px}.table-picker button{position:relative;aspect-ratio:1;border-radius:11px;background:#f4f0f2;color:#82778b;font-size:20px;font-weight:900;border:1px solid #e2d9e9}.table-picker button.selected{background:#ece4f5;border-color:#c9b3df;color:#80619d;box-shadow:0 3px #e1d3ee}.table-picker button:hover{transform:translateY(-2px)}.table-picker button>span{position:absolute;right:-3px;top:-4px;background:#9275ad;width:13px;height:13px;display:grid;place-items:center;border-radius:50%;color:#fff}.selection-caption{color:#99909f;font-size:11px;margin-top:13px}.selection-error{color:#b16066}.league-label{margin-top:24px}.league-label>span{font-size:10px;color:#9d93a3}.league-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.league-card{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #e8e3e3;border-radius:12px;text-align:left;min-height:77px}.league-card strong{font-size:12px}.league-card.selected{border:1.5px solid #99b799;background:#f1f7ed;box-shadow:0 0 0 2px #a1bb9710}.league-card.blue.selected{border-color:#9bb9bf;background:#eef6f8}.league-card.pink.selected{border-color:#c59eac;background:#fbf0f4}.league-card.gold.selected{border-color:#ceb16d;background:#fdf8e9}.league-card:not(.selected):hover{background:#faf8f5}.league-symbol{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:#edf3e7;color:#8ca780}.blue .league-symbol{background:#eaf1f3;color:#7c9da6}.pink .league-symbol{background:#f8ecf0;color:#c58a9e}.gold .league-symbol{background:#faf0d9;color:#c8a250}.difficulty-dots{display:flex;gap:4px;margin-top:7px}.difficulty-dots i{width:5px;height:5px;border-radius:50%;background:#dedce0}.difficulty-dots i.filled{background:#9e8bad}.radio-check,.radio-empty{margin-left:auto;border:1px solid #ded5e4;width:17px;height:17px;border-radius:50%;flex-shrink:0;display:grid;place-items:center}.radio-check{background:#9db394;border-color:#9db394;color:#fff}.blue .radio-check{background:#8baeb6}.pink .radio-check{background:#bf8ca1}.gold .radio-check{background:#c3a15f}.opponent-note{display:flex;align-items:center;gap:7px;font-size:10px;line-height:1.5;color:#998b9f;margin-top:14px}.opponent-note svg{color:#ad9eba}.start-row{margin-top:24px;padding-top:22px;border-top:1px solid #f0ece9;display:flex;align-items:center;gap:22px}.primary-button,.secondary-button{padding:13px 20px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;min-height:47px}.primary-button{background:var(--purple);color:#fff;box-shadow:0 3px #64438d}.primary-button:hover:not(:disabled){background:#72529e;transform:translateY(-1px)}.primary-button:active:not(:disabled){transform:translateY(2px);box-shadow:0 1px #64438d}.secondary-button{background:#f8f4fa;color:#86699f;border:1px solid #e1d6e9}.secondary-button:hover{background:#eee5f4}.start-button{flex:1;font-size:15px;height:52px}.start-button>svg:last-child{margin-left:auto}.practice-button{display:flex;gap:8px;align-items:center;text-align:left;font-size:10px;font-weight:800;color:#9a86a6;padding:0}.practice-button small{display:block;font-size:9px;font-weight:600;color:#aaa0af;margin-top:3px}.home-aside{display:flex;flex-direction:column;gap:17px}.record-card{display:flex;align-items:center;gap:15px;padding:23px;background:#fff6e4;border:1px solid #f0e4c9;border-radius:19px}.record-icon{width:48px;height:52px;border-radius:15px;background:#f9e9be;color:#c2a160;display:grid;place-items:center}.record-card .eyebrow{font-size:8px;letter-spacing:1.1px;color:#ab925b}.record-score{font-size:31px;color:#917444;line-height:1.5}.record-score span{font-size:11px;color:#9f8a65;font-weight:700}.record-card p{font-size:10px;color:#b09b79}.how-card{padding:23px}.how-card h3{font-size:14px;letter-spacing:-.3px;margin-bottom:23px}.how-step{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.how-icon{height:37px;width:37px;border-radius:11px;display:grid;place-items:center}.how-step strong{font-size:12px}.how-step p{font-size:11px;color:#968c9b;line-height:1.6;margin-top:3px}.lavender{background:#eee6f6;color:#9a7bb5}.butter{background:#faf0d9;color:#c2a366}.mint{background:#e7f1e9;color:#80a38d}.pink{background:#f9e9ee;color:#ce90a6}.horseshoe{font-family:system-ui;font-size:31px;line-height:1;font-weight:800;transform:rotate(180deg)}.how-card>.text-button{font-size:11px;margin-top:1px}.gentle-note{display:flex;align-items:center;gap:12px;padding:2px 20px;color:#9eb190}.gentle-note p{font-size:11px;color:#9c93a1;line-height:1.65}.gentle-note strong{font-weight:600;color:#8a8092}.bottom-note{display:flex;justify-content:center;align-items:center;gap:9px;color:#aaa18f;font-size:10px;margin:28px 0 4px}.bottom-note svg{color:#a8b294}.note-dot{color:#ccc0ab}footer{max-width:1176px;margin:4px auto 0;padding:18px 0 22px;border-top:1px solid #ece7e1;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#a99dac;font-size:10px}footer>span>span{color:#baa779;margin:0 5px}footer button{font-size:10px;color:#95839e;padding:6px 0}.page-enter{animation:page-in .32s ease-out}@keyframes page-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.race-heading{display:flex;align-items:center;justify-content:space-between;margin:14px 0 12px}.race-heading .eyebrow{font-size:10px}.race-help{font-size:11px;color:#9f90a7}.race-hud{display:flex;align-items:center;justify-content:space-between;padding:14px 26px;background:#fffefa;border:1px solid var(--border);border-radius:16px;margin-bottom:12px}.race-hud>div:not(.timer){display:flex;align-items:center;gap:11px;min-width:170px}.race-hud>div:last-child{justify-content:flex-end}.hud-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center}.race-hud small{display:block;color:#95849e;font-size:10px}.race-hud strong{font-size:23px;line-height:1.2}.timer{display:flex;align-items:center;gap:9px;color:var(--purple)}.timer strong{font-size:32px;font-variant-numeric:tabular-nums}.timer small{max-width:50px;line-height:1.3}.timer.urgent{color:#c56378}.timer.urgent strong{animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.65}}.racetrack{position:relative;height:354px;height:clamp(200px,calc(100svh - 470px),354px);border-radius:21px;overflow:hidden;background:#bed4ae;border:1px solid #c8d6bb}.racetrack>.landscape{height:100%;opacity:.95}.pony-body{transform-origin:50% 60%}.galloping .pony-body{animation:gallop .48s infinite ease-in-out}.galloping .leg-back{animation:leg-back .48s infinite alternate;transform-origin:90px 137px}.galloping .leg-front{animation:leg-front .48s infinite alternate;transform-origin:136px 135px}.galloping .pony-tail{animation:tail .48s infinite alternate;transform-origin:65px 110px}@keyframes gallop{0%,to{transform:translateY(-1px) rotate(-1deg)}50%{transform:translateY(-5px) rotate(1deg)}}@keyframes leg-back{to{transform:rotate(22deg)}}@keyframes leg-front{to{transform:rotate(-25deg)}}@keyframes tail{to{transform:rotate(12deg)}}.countdown-overlay{position:absolute;inset:0;background:#4c426687;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:4}.countdown-overlay>span{font-size:20px;font-weight:800}.countdown-overlay strong{font-size:100px;line-height:1.2;text-shadow:0 5px 0 #46345750;animation:pop .5s ease-out}.countdown-overlay small{font-size:14px}@keyframes pop{0%{transform:scale(1.25)}to{transform:scale(1)}}.question-panel{margin-top:12px;background:#fffefa;border:1px solid var(--border);border-radius:20px;padding:12px 26px 8px;text-align:center}.question-top{display:flex;flex-direction:column;align-items:center;margin:auto}.question-top .eyebrow{font-size:9px}.question{font-size:46px;font-weight:900;color:#544563;line-height:1.2;letter-spacing:1px;font-variant-numeric:tabular-nums}.question>span:not(.answer-blank){color:#c8b7d5;font-size:34px;font-weight:600}.answer-blank{color:#a080bc;display:inline-block;min-width:48px}.answers{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:10px auto 4px;max-width:880px}.answer-button{--a-bg:#f3ecfb;--a-edge:#c5ade0;--a-lip:#a98bcf;--a-ink:#5f4386;height:86px;position:relative;border:3px solid var(--a-edge);box-shadow:0 6px 0 var(--a-lip);border-radius:18px;font-size:42px;font-weight:900;color:var(--a-ink);background:var(--a-bg);font-variant-numeric:tabular-nums;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;transition:transform .12s,box-shadow .12s,opacity .15s}.answer-button:nth-child(2){--a-bg:#e8f2fc;--a-edge:#a4c8ec;--a-lip:#7aa9dc;--a-ink:#2f639c}.answer-button:nth-child(3){--a-bg:#fdf3de;--a-edge:#efcb85;--a-lip:#d9aa52;--a-ink:#8a5f14}.answer-button:nth-child(4){--a-bg:#fce9f2;--a-edge:#eab0cb;--a-lip:#d98aaf;--a-ink:#9b3f69}.answer-button kbd{position:absolute;left:12px;top:9px;font-size:12px;font-weight:800;font-family:inherit;line-height:1;color:var(--a-ink);opacity:.55}.answer-button>svg{position:absolute;right:12px;top:calc(50% - 13px);width:26px;height:26px}.answer-button:hover:not(:disabled){border-color:var(--a-lip);transform:translateY(-2px);box-shadow:0 8px 0 var(--a-lip)}.answer-button:active:not(:disabled){transform:translateY(5px);box-shadow:0 1px 0 var(--a-lip)}.answer-button:disabled{opacity:1!important}.answer-button.right-answer{--a-bg:#dcf0d4;--a-edge:#7fb870;--a-lip:#5f9c50;--a-ink:#3c7630}.answer-button.wrong-answer{--a-bg:#fde4e4;--a-edge:#e59a9a;--a-lip:#cf7474;--a-ink:#a8433f}.question-panel.correct .answer-button:not(.right-answer),.question-panel.wrong .answer-button:not(.right-answer):not(.wrong-answer){opacity:.4!important}.answer-feedback{min-height:26px;display:flex;align-items:center;justify-content:center;gap:7px;color:#9d8da9;font-size:12px;margin-top:12px;line-height:1.5}.correct .answer-feedback{color:#75a36a;font-weight:800}.wrong .answer-feedback{color:#a8433f;font-size:15px;font-weight:800}.touch-tip{display:none}.practice-scene{height:225px;position:relative;border-radius:20px;overflow:hidden}.practice-scene>.pony{width:245px;position:absolute;bottom:1px;left:calc(50% - 122px)}.practice-scene>span{position:absolute;top:20px;left:20px;font-size:12px;background:#ffffedcf;border-radius:12px;padding:8px 12px;color:#698669}.section-intro{display:flex;align-items:center;justify-content:space-between;margin:34px 0 25px;gap:20px}.section-intro h1{font-size:38px;letter-spacing:-1.4px;margin:9px 0;color:#534659}.section-intro p{font-size:13px;color:#96899d}.soft-badge{display:inline-flex;align-items:center;gap:7px;color:#b68b9e;background:#f7ecef;padding:10px 15px;border-radius:30px;font-size:11px;white-space:nowrap}.stable-hero{position:relative;height:355px;overflow:hidden;border-radius:23px;border:1px solid #d5ddcb;background:#b6cea2}.stable-hero>.landscape{height:calc(100% - 60px)}.stable-pony{position:absolute;width:280px;left:29%;bottom:81px}.stable-sign{position:absolute;left:27px;top:26px;background:#fff7e5;border:4px solid #dbbe91;padding:12px 21px;border-radius:9px;text-align:center;transform:rotate(-3deg);box-shadow:0 4px #a88c6920}.stable-sign span{display:block;font-size:8px;letter-spacing:2px;color:#ac936f}.stable-sign strong{font-size:24px;color:#8c7359}.stable-toolbar{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:15px 25px;background:#fffcf5f7}.stable-toolbar h2{font-size:21px;display:flex;gap:8px;align-items:center;max-width:400px;overflow-wrap:anywhere}.stable-toolbar>div>span{font-size:10px;color:#9f919f}.icon-button{display:inline-flex;align-items:center;justify-content:center;color:#a18cae;padding:5px;border-radius:8px}.icon-button:hover{background:#f0e7f5}.care-buttons{display:flex;gap:10px}.care-buttons button{font-size:11px;background:#fffdf9}.care-bubble{position:absolute;top:60px;left:29%;display:flex;align-items:center;gap:8px;padding:12px;background:#fffdf5;border-radius:14px;font-size:12px;color:#bb849a;box-shadow:0 3px 13px #77584912;animation:pop .3s}.stable-flowers{position:absolute;bottom:91px;left:48px;font-size:31px;letter-spacing:6px}.stable-flags{position:absolute;top:-15px;left:25%;right:2%;font-size:45px;letter-spacing:11px;color:#d393a6;transform:rotate(6deg);text-shadow:25px 2px #f5df8a}.rename-form{margin-top:16px;padding:16px;display:flex;align-items:center;gap:12px;font-size:13px}.rename-form input{border:1px solid #d4c6df;background:#fff;border-radius:9px;padding:11px;min-width:0;color:#6f577f}.shop-heading{display:flex;align-items:center;justify-content:space-between;margin:33px 0 22px}.shop-heading h2{display:flex;align-items:center;gap:10px;margin-top:6px}.shop-heading h2 svg{color:#b5a0c4}.shop-tabs{display:flex;gap:7px;margin-bottom:20px}.shop-tabs button{font-size:12px;font-weight:800;padding:10px 20px;border-radius:10px;color:#a191ac}.shop-tabs button[aria-selected=true]{background:#eee5f5;color:#85609f}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.shop-card{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fffdfa}.shop-card.equipped{border-color:#c6b5d7}.shop-picture{height:180px;background:radial-gradient(ellipse at 50% 90%,#e9eddc,#f5f0e8);position:relative;padding:8px 29px}.shop-picture>.pony{height:100%;width:100%}.equipped-badge{position:absolute;top:11px;left:11px;display:flex;align-items:center;gap:4px;font-size:8px;padding:5px 8px;background:#fffaf2dc;border-radius:20px;color:#9377a6}.shop-card-content{padding:19px}.shop-card h3{font-size:15px;letter-spacing:-.2px}.shop-card p{font-size:10px;color:#9c8ba7;margin:6px 0 16px;min-height:32px}.shop-card button{width:100%;min-height:42px;font-size:11px;padding:10px}.equipped-button{display:flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;background:#f1eaf7;color:#9c7cb2;font-weight:800}.shop-card small{font-size:9px;color:#a896aa;display:block;text-align:center;margin-top:9px}.shop-footer{display:flex;align-items:center;justify-content:space-between;margin-top:23px;gap:15px}.shop-footer p{font-size:10px;color:#a697a7}.shop-footer button{font-size:11px}.decor-preview{height:100%;display:flex;align-items:center;justify-content:center;color:#cc91aa;position:relative;gap:6px}.decor-preview svg:nth-child(2){color:#9eb381;align-self:flex-end;margin-bottom:40px}.decor-preview.none{color:#bbab88}.decor-preview.flags>span{position:absolute;top:10px;color:#c1a456;font-size:28px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.stat-card{padding:23px;display:grid;grid-template-columns:45px 1fr;column-gap:15px;align-items:center}.stat-card .hud-icon{grid-row:span 2}.stat-card strong{font-size:29px;line-height:1.2;color:#7e6592}.stat-card>span:last-child{font-size:11px;color:#a28faa}.table-progress{padding:25px}.table-progress>.muted{margin:9px 0 22px}.muted{font-size:12px;color:#9c8da6;line-height:1.7}.table-progress-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.table-progress-grid button{text-align:left;border:1px solid #e9e2ed;border-radius:12px;padding:13px;background:#fbf8fd}.table-progress-grid button:hover{background:#f0e8f7}.table-progress-grid button>span{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#9a85aa}.table-progress-grid b{font-size:21px;color:#8a6ea2}.progress-bar{height:5px;border-radius:3px;background:#e9e0f0;margin:12px 0 9px;overflow:hidden}.progress-bar i{display:block;height:100%;background:#a991bd;border-radius:3px}.table-progress-grid small{font-size:9px;color:#a795b1}.progress-bottom{display:grid;grid-template-columns:1fr 1.2fr;gap:22px;margin-top:23px}.progress-bottom>.card{padding:25px}.progress-bottom h2{font-size:19px;display:flex;align-items:center;gap:9px;margin-bottom:10px}.progress-bottom h2 svg{color:#c5a768}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:40px 10px;color:#c9bad2;text-align:center}.empty-state h3{font-size:13px;color:#9d87ab}.empty-state p{font-size:11px;color:#b19abc}.record-list{margin-top:20px}.record-list>div{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid #f0ebf2;font-size:12px}.record-list strong{color:#9b7baf;font-size:21px}.record-list small{font-size:10px}.history-list{margin-top:14px}.history-list>div{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #f1ebf1}.history-list strong{display:block;font-size:12px}.history-list small{display:block;font-size:9px;color:#a996b2;margin-top:4px}.history-list b{margin-left:auto;font-size:17px;color:#9672ad;text-align:right;white-space:nowrap}.history-list b small{display:inline;font-weight:600}.history-icon{height:34px;width:34px;border-radius:10px;background:#f2ebf8;color:#a189b4;display:grid;place-items:center}.storage-note{text-align:center;font-size:10px;color:#a898ae;margin-top:25px}.result-page{padding-top:25px}.result-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;margin-top:15px;align-items:center}.result-celebration{text-align:center}.result-badge{width:67px;height:67px;display:grid;place-items:center;margin:0 auto 17px;border-radius:50%;background:#f6e9c5;color:#c8a45e;box-shadow:0 0 0 9px #fcf4e0}.result-celebration>.eyebrow{margin-top:9px}.result-celebration h1{font-size:35px;letter-spacing:-1px;line-height:1.22;margin:12px 0;color:#76588c}.result-celebration>p{color:#a18bab;font-size:13px}.result-pony{position:relative;height:252px;margin-top:23px;overflow:hidden;border-radius:50% 50% 30px 30px}.result-pony>.pony{position:absolute;bottom:3px;left:calc(50% - 130px);width:260px}.rosette{position:absolute;right:60px;bottom:20px;width:60px;height:60px;display:grid;place-items:center;background:#e2bb69;border:5px dashed #fff0b9;outline:4px solid #e2bb69;border-radius:50%;color:#fff9ea;font-weight:900;font-size:25px;transform:rotate(10deg)}.record-banner{display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #e5d5ef;background:#f3eaf9;color:#9c71b4;border-radius:12px;font-size:11px;padding:13px;margin-top:17px}.record-banner span{font-size:11px}.result-details{padding:27px}.result-details h2{font-size:21px}.result-numbers{display:grid;grid-template-columns:repeat(3,1fr);margin:22px 0 20px;border-bottom:1px solid #eee7f1;padding-bottom:20px}.result-numbers>div{text-align:center;border-right:1px solid #eee7f1}.result-numbers>div:last-child{border:none}.result-numbers b{display:block;font-size:30px;color:#8e73a2}.result-numbers span{display:block;font-size:10px;color:#a491ae}.leaderboard>div{display:flex;align-items:center;gap:10px;padding:11px;font-size:12px;border-radius:9px}.leaderboard>div>span{width:24px;color:#b1a0bb;font-weight:800}.leaderboard .you{background:#f0e7f7;color:#8a65a4}.leaderboard b{margin-left:auto;white-space:nowrap}.leaderboard small{font-weight:600;font-size:10px;color:#b29ebe}.reward-box{display:flex;align-items:center;gap:13px;background:#fff7e3;border:1px solid #f3e6c5;padding:15px;border-radius:12px;margin:20px 0}.reward-box strong{display:block;font-size:17px;color:#ad8b42}.reward-box small{display:block;margin-top:5px;font-size:9px;color:#b49b6a;line-height:1.5}.full{width:100%}.result-details>.secondary-button{margin-top:12px}.result-details>.muted{margin-bottom:20px}.mistake-card{padding:23px;margin-top:30px}.mistake-card h3{font-size:15px}.mistake-card p{font-size:11px;color:#a18bab;margin:6px 0 15px}.mistake-card>div{display:flex;gap:9px;flex-wrap:wrap}.mistake-card>div>span{padding:8px 13px;background:#f3ecf7;border-radius:10px;font-size:14px;font-weight:800;color:#9b7bab}.warning{max-width:1176px;margin:12px auto;padding:12px 16px;border-radius:12px;background:#fff1d0;color:#977b46;font-size:12px;line-height:1.6}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:9px;padding:15px 22px;background:#5c496d;color:#fff9ff;box-shadow:0 6px 26px #3e2d5433;border-radius:14px;font-size:13px;max-width:90vw}.modal-backdrop{position:fixed;inset:0;z-index:50;background:#3e314766;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:25px}.modal{position:relative;background:#fffdf8;border-radius:23px;max-width:450px;padding:30px;box-shadow:0 25px 80px #34284522;max-height:90dvh;overflow:auto}.modal h2{font-size:25px;color:#765588;margin:8px 0 15px}.modal p{font-size:13px;color:#96839e;margin-bottom:20px}.modal>.text-button{display:block;margin:20px auto 0}.modal>.primary-button{width:100%}.help-modal{max-width:570px;padding:34px}.modal-close{position:absolute;right:17px;top:16px}.help-modal ol{padding-left:22px;margin:20px 0 24px;color:#95829e;font-size:13px;line-height:1.8}.help-modal li{padding-left:5px;margin-bottom:8px}.parent-note{background:#f6f0f8;border-radius:14px;padding:20px;margin-bottom:24px}.parent-note h3{color:#8c6c9f;font-size:14px;margin-bottom:10px}.parent-note p{font-size:11px;line-height:1.8;margin-bottom:11px}.parent-note p:last-child{margin:0}@media(min-width:1450px){.hero{padding-top:48px;padding-bottom:45px}.hero h1{font-size:57px}.setup-card{padding:30px 32px}}@media(max-width:1240px){.home-page,.stable-page,.camp-page,.progress-page,.race-page,.result-page,footer{margin-left:32px;margin-right:32px}.hero{gap:28px}.hero h1{font-size:48px}.header-inner{padding:0 32px}.header-actions .balance-pill>span:last-child{display:none}.site-header nav button{padding:11px 12px}.setup-card{padding:24px}.how-card{padding:21px}.table-picker{gap:6px}.table-picker button{font-size:18px}.start-row{gap:17px}.record-card{padding:20px}.record-card .eyebrow{font-size:7px;letter-spacing:.8px}.record-score span{font-size:10px}.shop-picture{padding:8px 18px}}@media(max-width:1000px){.brand{font-size:20px}.brand-icon{width:39px;height:44px}.brand small{font-size:7px;letter-spacing:1.6px}.site-header nav{gap:1px}.site-header nav button{font-size:11px;padding:10px}.header-actions{gap:9px}.header-inner{gap:12px}.hero h1{font-size:40px}.hero-copy>p{font-size:13px}.hero-chips{gap:11px;font-size:9px}.hero-art{border-top-left-radius:65px}.hero-polaroid{right:-12px;top:-26px;padding-bottom:16px}.hero-polaroid figcaption{display:none}.pony-name-tag{left:17px;bottom:22px;padding:10px}.pony-name-tag strong,.hero-link{font-size:10px}.play-layout{gap:18px;grid-template-columns:minmax(0,1.8fr) minmax(230px,1fr)}.setup-card{padding:20px}.card-heading h2{font-size:21px}.table-picker{gap:5px}.table-picker button{font-size:16px;border-radius:8px}.league-card{padding:9px;gap:7px;min-height:71px}.league-symbol{width:31px;height:37px}.league-symbol svg{width:21px}.league-card strong{font-size:10px}.league-label>span{font-size:8px}.setup-label h3{font-size:12px}.setup-label .small{font-size:9px}.start-row{flex-wrap:wrap;justify-content:center;gap:17px}.start-button{min-width:100%}.practice-button{display:flex;font-size:11px}.practice-button small{display:inline;margin-left:9px;font-size:10px}.how-card{padding:20px 17px}.how-card h3{font-size:12px}.how-step{gap:9px}.how-step p{font-size:10px}.how-step strong{font-size:11px}.record-card{gap:10px;padding:17px}.record-icon{width:37px;height:43px}.record-score span,.record-card p{font-size:9px}.record-card .eyebrow{font-size:6px;letter-spacing:.6px}.gentle-note{padding:0 12px}.gentle-note p{font-size:10px}.shop-grid{gap:13px}.shop-picture{height:150px;padding:15px 6px}.shop-card-content{padding:15px}.shop-card h3{font-size:13px}.section-intro h1{font-size:33px}.shop-tabs button{padding:10px 17px}.result-layout{gap:25px}.result-celebration h1{font-size:29px}.result-details{padding:21px}.record-banner{flex-wrap:wrap}.record-banner span{width:100%}}@media(max-width:760px){.site-header{height:auto;min-height:83px}.header-inner{padding:17px 22px 0;flex-wrap:wrap;gap:13px}.brand{font-size:22px}.brand-icon{width:40px;height:43px}.header-actions{margin-left:auto;gap:15px}.site-header nav{order:3;flex:1 0 100%;justify-content:center;padding-bottom:10px}.site-header nav button{font-size:12px;padding:10px 17px}.home-page,.stable-page,.camp-page,.progress-page,.race-page,.result-page,footer{margin-left:22px;margin-right:22px}.hero{padding:28px 0;gap:20px;grid-template-columns:1fr 1fr}.hero .eyebrow{font-size:7px;letter-spacing:1.1px}.hero h1{font-size:34px;letter-spacing:-1.5px}.hero-copy>p{font-size:11px}.hero-chips{flex-direction:column;gap:7px;margin-top:15px}.hero-link{margin-top:18px;font-size:9px;gap:5px}.hero-link svg{width:13px}.hero-art{border-radius:55px 20px 45px}.hero-polaroid{right:-10px;top:-22px;padding:5px 5px 13px}.pony-name-tag{bottom:22px;left:12px;padding:9px;gap:7px}.pony-name-tag .mini-pony{width:38px}.pony-name-tag>svg{display:none}.pony-name-tag strong{font-size:9px}.pony-name-tag>div>span{font-size:8px}.play-layout{grid-template-columns:1fr}.setup-card{padding:25px}.card-heading h2{font-size:24px}.table-picker{gap:8px}.table-picker button{font-size:20px;border-radius:10px}.setup-label h3{font-size:14px}.setup-label .small{font-size:10px}.league-card{min-height:77px;padding:12px;gap:12px}.league-card strong{font-size:12px}.league-symbol{width:40px;height:42px}.league-label>span{font-size:10px}.start-row{flex-wrap:nowrap;gap:18px}.start-button{min-width:0}.practice-button{font-size:10px}.practice-button small{display:block;margin-left:0;margin-top:4px;font-size:9px}.home-aside{display:grid;grid-template-columns:1fr 1.4fr;align-items:start;gap:14px}.record-card{flex-direction:column;align-items:flex-start;padding:23px}.record-card .eyebrow{font-size:7px;letter-spacing:1px}.record-score{font-size:32px}.record-score span{display:block;font-size:10px;line-height:1.5}.record-card p{font-size:9px;margin-top:8px}.how-card{grid-column:2;grid-row:span 2}.how-card h3{font-size:12px}.gentle-note{align-self:start}.gentle-note p{font-size:9px}.how-step{margin-bottom:15px}.bottom-note{font-size:9px;flex-wrap:wrap}.bottom-note .note-dot{display:none}.bottom-note>span:last-child{width:100%;text-align:center}.section-intro{align-items:start;flex-direction:column;gap:15px}.section-intro h1{font-size:32px}.section-intro p{font-size:12px}.soft-badge{font-size:10px}.stable-hero{height:355px}.stable-pony{left:21%;width:250px;bottom:94px}.stable-sign{left:18px;top:18px;padding:10px 14px}.stable-sign strong{font-size:18px}.stable-sign span{font-size:6px}.stable-toolbar{padding:16px}.stable-toolbar h2{font-size:18px}.care-buttons{gap:8px}.care-buttons button{padding:9px 12px;font-size:10px}.care-buttons svg{width:15px}.care-bubble{font-size:10px;left:25%;top:58px;max-width:70%}.shop-grid{grid-template-columns:repeat(2,1fr);gap:17px}.shop-picture{height:200px;padding:10px 25px}.shop-card h3{font-size:16px}.shop-card p{font-size:11px;min-height:20px}.shop-heading h2{font-size:23px}.shop-heading .eyebrow{font-size:8px}.shop-heading .balance-pill>span:last-child{display:none}.shop-tabs{gap:3px}.shop-tabs button{font-size:11px;padding:10px 15px}.shop-footer{flex-direction:column;align-items:flex-start}.rename-form{flex-wrap:wrap}.rename-form label{width:100%}.rename-form input{flex:1}.stats-grid{gap:12px}.stat-card{padding:18px;grid-template-columns:1fr;text-align:center;justify-items:center;gap:7px}.stat-card .hud-icon{grid-row:auto}.stat-card strong{font-size:25px}.stat-card>span:last-child{font-size:9px}.table-progress-grid{grid-template-columns:repeat(2,1fr);gap:12px}.table-progress-grid button{padding:15px}.table-progress-grid small{font-size:10px}.table-progress-grid button>span{font-size:12px}.table-progress .card-heading{align-items:start;flex-direction:column;gap:5px}.progress-bottom{grid-template-columns:1fr}.in-race .header-inner{padding-bottom:15px}.race-heading .eyebrow{font-size:8px;letter-spacing:.8px}.race-help{display:none}.race-hud{padding:14px}.race-hud>div:not(.timer){min-width:0;gap:8px}.race-hud .hud-icon{width:34px;height:37px}.race-hud .hud-icon svg{width:19px}.race-hud strong{font-size:21px}.race-hud small{font-size:8px}.race-hud .timer strong{font-size:27px}.timer small{display:none}.racetrack{height:350px;height:clamp(200px,calc(100svh - 470px),350px)}.question-panel{padding:16px 19px 10px}.question-top .eyebrow{font-size:8px}.question{font-size:40px}.question>span:not(.answer-blank){font-size:27px}.answers{gap:10px}.answer-button{height:78px;font-size:36px}.answer-button>svg{width:17px;right:7px}.answer-button kbd{font-size:9px;left:8px}.answer-feedback{font-size:10px;min-height:30px}.result-layout{grid-template-columns:1fr;gap:26px}.result-celebration h1{font-size:33px}.result-pony{max-width:460px;margin-left:auto;margin-right:auto}.record-banner{flex-wrap:nowrap}.record-banner span{width:auto}.result-details{padding:27px}.result-badge{margin-top:13px}footer{font-size:8px;align-items:flex-start}footer button{font-size:8px;white-space:nowrap}.modal{padding:25px}.modal h2{font-size:24px}.help-modal ol{font-size:12px}.parent-note p{font-size:10px}}@media(max-width:470px){.header-inner{padding:16px 17px 0}.brand{font-size:20px}.brand small{font-size:6px}.brand-icon{width:36px;height:40px}.brand-icon svg{width:30px}.header-actions{gap:9px}.balance-pill{padding:7px 10px;gap:6px}.header-actions .help-button{padding:0}.header-actions .help-button svg{width:19px}.site-header nav button{font-size:11px;padding:10px 12px}.site-header nav button svg{width:16px}.home-page,.stable-page,.camp-page,.progress-page,.race-page,.result-page,footer{margin-left:17px;margin-right:17px}.hero{grid-template-columns:1fr;padding-top:23px;gap:24px}.hero h1{font-size:43px;margin-top:13px}.hero .eyebrow{font-size:8px;letter-spacing:1.6px}.hero-copy>p{font-size:13px}.hero-chips{flex-direction:row;gap:15px;font-size:9px}.hero-link{display:none}.hero-art{border-radius:50px 20px}.hero-polaroid{right:-6px;top:-22px}.pony-name-tag{bottom:18px;left:19px;padding:10px}.pony-name-tag strong{font-size:10px}.pony-name-tag .mini-pony{width:42px}.setup-card{padding:20px}.card-heading h2{font-size:22px}.setup-label h3{font-size:12px}.table-picker{grid-template-columns:repeat(5,1fr);gap:11px}.table-picker button{aspect-ratio:auto;height:45px;font-size:23px}.selection-caption{font-size:10px}.league-label>span{display:none}.league-card{padding:10px;gap:7px;min-height:72px}.league-symbol{width:29px;height:34px}.league-symbol svg{width:20px}.league-card strong{font-size:10px}.radio-check,.radio-empty{width:14px;height:14px}.opponent-note{font-size:9px}.start-row{flex-wrap:wrap;gap:20px}.start-button{min-width:100%}.practice-button{font-size:11px}.practice-button small{display:inline;margin-left:7px;font-size:10px}.home-aside{grid-template-columns:1fr}.record-card{flex-direction:row;align-items:center;padding:20px;gap:17px}.record-score span{display:inline;font-size:11px}.record-card .eyebrow{font-size:8px}.record-card p{margin:0}.how-card{grid-column:1;grid-row:auto;padding:23px}.how-card h3{font-size:15px}.how-step strong{font-size:13px}.how-step p{font-size:12px}.how-step{margin-bottom:21px;gap:13px}.how-card>.text-button{font-size:12px}.gentle-note{justify-content:center;padding:7px}.gentle-note p{font-size:11px}.section-intro h1{font-size:29px}.stable-hero{height:330px}.stable-pony{width:222px;left:20%;bottom:90px}.stable-toolbar{flex-wrap:wrap;gap:11px}.stable-toolbar>div:first-child{display:flex;align-items:center;justify-content:space-between;width:100%}.care-buttons{width:100%}.care-buttons button{flex:1;min-height:39px}.stable-hero>.landscape{height:calc(100% - 100px)}.stable-sign{padding:7px 10px}.stable-sign strong{font-size:16px}.stable-flowers{bottom:121px;left:12px;font-size:23px}.care-bubble{top:35px;left:39%;max-width:57%;font-size:9px}.shop-tabs{justify-content:space-between}.shop-tabs button{padding:10px;font-size:10px}.shop-grid{gap:12px}.shop-picture{height:150px;padding:10px}.shop-card-content{padding:14px}.shop-card h3{font-size:13px}.shop-card p{font-size:10px;min-height:34px}.shop-card button{font-size:10px;padding:9px 6px}.shop-card .coin{width:19px;height:19px;font-size:16px}.equipped-badge{font-size:7px;left:7px;top:7px}.shop-heading h2{font-size:21px}.shop-heading .eyebrow{font-size:7px;letter-spacing:1px}.stats-grid{gap:9px}.stat-card{padding:15px 8px}.stat-card>span:last-child{font-size:8px}.table-progress{padding:20px}.table-progress h2{font-size:22px}.progress-bottom>.card{padding:20px}.race-heading{margin:17px 0 14px}.race-heading .text-button{font-size:11px}.race-heading .eyebrow{font-size:7px;letter-spacing:.5px;text-align:right;max-width:66%}.race-hud{padding:11px;gap:7px;margin-bottom:12px}.race-hud .hud-icon{display:none}.race-hud small{font-size:8px}.race-hud strong{font-size:20px}.race-hud .timer strong{font-size:26px}.timer{gap:6px}.timer svg{width:18px}.racetrack{height:299px;height:clamp(180px,calc(100svh - 430px),299px)}.question-panel{margin-top:12px;padding:14px 13px 8px}.question-top{display:block}.question-top .eyebrow{font-size:7px}.question{font-size:40px;line-height:1.35;margin-top:4px}.answers{gap:9px;margin-top:12px}.answer-button{font-size:30px;height:68px;border-radius:14px;border-width:2px}.answer-button kbd{display:none}.answer-button>svg{right:4px;top:5px;width:13px;height:13px}.answer-feedback{font-size:9px;margin-top:13px}.result-celebration h1{font-size:29px}.result-details{padding:22px}.record-banner{gap:6px;font-size:9px}.record-banner span{font-size:9px}.record-banner svg{width:17px}.result-pony{height:230px}.rosette{right:32px}.mistake-card{padding:19px}.mistake-card h3{font-size:13px}.help-modal{padding:25px}.parent-note{padding:15px}.modal-backdrop{padding:17px}footer{flex-direction:column;gap:6px}.toast{font-size:11px;padding:13px 17px;width:max-content}.practice-scene{height:206px}.practice-scene>span{font-size:10px;left:10px;top:12px}.practice-scene>.pony{width:220px;left:calc(50% - 110px)}}@media(hover:none){.keyboard-tip{display:none}.touch-tip{display:inline}.answer-button kbd{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.shop-hint{margin:-4px 0 14px;color:#8e7f99;font-size:13px}.shop-group-title{margin:22px 0 10px;font-size:15px;color:#6f5a82;letter-spacing:.3px}.shop-group-title:first-of-type{margin-top:4px}.camp-board{padding:18px}.camp-actionbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px;min-height:47px}.camp-actionbar>span{flex:1 1 220px;font-size:13px;color:#86699f}.camp-actionbar.muted>span{color:#a597ad}.camp-actionbar button{min-height:44px}.camp-actionbar small{font-size:11px;opacity:.8}.camp-expand{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px dashed var(--border)}.camp-expand button{min-height:44px;padding:9px 14px;font-size:12px}.camp-expand small{display:inline-flex;align-items:center;gap:3px;font-weight:600;opacity:.8}.camp-expand .coin{width:15px;height:15px;font-size:11px}.camp-size{margin-left:auto;font-size:12px;color:#a597ad;font-variant-numeric:tabular-nums}.camp-catalog{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.camp-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;border:1px solid var(--border);border-radius:16px;background:#fffefa;text-align:left;box-shadow:var(--shadow);transition:transform .15s,border-color .15s}.camp-item:hover:not(:disabled){transform:translateY(-2px);border-color:#c9b5da}.camp-item.active{border-color:#8061ad;box-shadow:0 0 0 2px #e5daf0}.camp-item:disabled{opacity:.55;cursor:not-allowed}.camp-thumb{width:100%;height:74px;display:grid;place-items:center;background:#eef4e2;border-radius:11px;margin-bottom:6px}.camp-item strong{font-size:14px;color:#5b4a6a}.camp-item small{font-size:11px;color:#9a8aa4;line-height:1.4;min-height:30px}.camp-meta{font-size:10px;color:#a597ad;letter-spacing:.3px}.camp-price{display:flex;align-items:center;gap:5px;font-weight:900;color:#987345;font-size:14px;margin-top:4px}.camp-item em{font-style:normal;font-size:10px;color:#c56378}.camp-quiz{text-align:center;max-width:520px}.camp-quiz .question{margin:6px 0}.camp-quiz .answers{grid-template-columns:repeat(2,1fr);margin:14px 0 6px}.quiz-feedback{min-height:20px;color:#ac7583!important;font-weight:700;margin:8px 0 0!important}@media(max-width:1000px){.camp-catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:470px){.camp-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.camp-board{padding:12px}.camp-size{margin-left:0;width:100%}.camp-expand button{flex:1 1 100%}}@media(max-width:470px){.site-header nav{gap:2px}.site-header nav button{padding:9px 8px;gap:4px;font-size:10.5px}.site-header nav button svg{width:14px}}.footer-links{display:flex;gap:18px}.parent-note .secondary-button{margin-top:4px;min-height:40px;font-size:12px}.lock-modal{width:min(420px,calc(100vw - 32px))}.lock-modal h2{margin:6px 0 4px}.lock-modal p{color:var(--muted);margin-bottom:16px}.lock-modal input{width:100%;font-size:22px;font-weight:800;text-align:center;padding:12px;border:2px solid #e1d6e9;border-radius:12px;margin-bottom:12px;background:#fff;color:inherit}.lock-modal .selection-error{color:#b2475a;margin:-4px 0 12px;font-size:13px}.parent-page>.text-button{margin-bottom:14px}.parent-grid-card{padding:25px;margin-top:23px}.parent-grid-card>.muted{margin-top:14px;font-size:12px}.fact-legend{display:flex;flex-wrap:wrap;gap:8px 18px;margin:12px 0 18px;font-size:12px;color:var(--muted)}.fact-legend span{display:inline-flex;align-items:center;gap:7px}.fact-legend i{width:14px;height:14px;border-radius:4px}.fact-grid{display:grid;gap:4px;max-width:640px}.fact-row{display:grid;grid-template-columns:repeat(11,minmax(0,1fr)) minmax(42px,auto);gap:4px}.fact-head,.fact-corner,.fact-count{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#9b7baf}.fact-corner{color:var(--muted)}.fact-count{font-size:11px;color:var(--muted)}.fact-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:7px;font-size:12px;font-weight:800;cursor:default}.fact-new{background:#f1eef0;color:#b9b1bb}.fact-hard{background:#f6cfd4;color:#9c3448}.fact-learning{background:#f8e3a8;color:#7d5a10}.fact-known{background:#bfe3d3;color:#236a4e}.week-chart{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:20px 0 14px;height:150px}.week-chart>div{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:0}.week-chart b{font-size:11px;color:#9b7baf;min-height:14px}.week-chart small{color:var(--muted)}.week-bar{flex:1;width:100%;max-width:34px;background:#f6f1f8;border-radius:8px;display:flex;align-items:flex-end;overflow:hidden}.week-bar i{display:block;width:100%;background:#b79bd3;border-radius:8px 8px 0 0}.parent-explain{margin-top:23px}.parent-explain p{font-size:12px}@media(max-width:470px){.fact-cell{font-size:9px;border-radius:5px}.fact-row,.fact-grid{gap:2px}.fact-head,.fact-count{font-size:10px}.parent-grid-card{padding:16px}.footer-links{gap:12px}}.gold-shoe{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:7px;border-radius:50%;background:linear-gradient(145deg,#f6d77a,#d9a93f);color:#fff;font-size:13px;font-weight:1000;font-style:normal;vertical-align:middle;box-shadow:0 2px 6px #d9a93f55}.table-progress-grid button.gold-table{background:#fdf6e3;border-color:#f0dca4}.gold-banner{background:#fdf6e3;border-color:#f0dca4;color:#9a7422}.gold-banner .gold-shoe{margin:0}.camp-world{position:relative;width:100%;height:min(62vh,560px);min-height:320px;border-radius:14px;overflow:hidden;background:#cfe7e3;touch-action:none;cursor:grab}.camp-world:active{cursor:grabbing}.camp-world canvas{display:block}.camp-thumb canvas{width:100%;height:74px;display:block}@media(max-width:470px){.camp-world{height:52vh;min-height:300px}}.toast{pointer-events:none}.camp-loading{display:grid;place-items:center;color:#86699f;font-size:13px}.camp-intro-actions{display:flex;align-items:center;gap:10px}.sound-toggle{width:42px;height:42px;border-radius:50%;background:#f8f4fa;border:1px solid #e1d6e9;color:#86699f;display:grid;place-items:center}.pony-bar{align-items:center}.pony-hearts{color:#d0636f;font-weight:800}.care-actions{display:flex;gap:8px;flex-wrap:wrap}.care-actions button{min-height:42px;padding:9px 13px;font-size:12px}.camp-quests{margin-top:22px;padding:22px}.quest-head{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:14px}.quest-head h2{display:flex;align-items:center;gap:8px;font-size:22px;color:#5b4a6a;margin-top:4px}.quest-head h2 svg{color:#e9b454}.level-progress{min-width:220px;flex:0 1 320px}.level-stars{font-weight:900;color:#c9952e}.level-progress small{display:block;font-size:11px;color:#9a8aa4;margin-top:4px}.quest-bar{height:8px;border-radius:8px;background:#f1ebf4;overflow:hidden;margin-top:6px}.quest-bar i{display:block;height:100%;background:linear-gradient(90deg,#e9b454,#f3d86b);border-radius:8px;transition:width .4s}.quest-list{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0;margin:0}.quest-list li{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fffdf8}.quest-list li>div{flex:1;min-width:0}.quest-list strong{font-size:13px;color:#5b4a6a;display:block}.quest-list small{font-size:11px;color:#a597ad}.quest-list li.done{border-color:#e9cf85;background:#fff8e3}.quest-list .primary-button{padding:9px 14px;min-height:40px;font-size:12px}.quest-stars{color:#e9b454;font-size:14px;letter-spacing:-1px;white-space:nowrap}.quest-empty{color:#86699f;font-size:13px}.camp-item.locked .camp-thumb{filter:grayscale(.85);opacity:.6}.nav-dot{width:8px;height:8px;border-radius:50%;background:#e58fb0;display:inline-block;margin-left:2px;box-shadow:0 0 0 2px #fff}.level-modal{text-align:center}.level-unlocks{display:flex;gap:14px;justify-content:center;margin:6px 0 22px}.level-unlocks>div{width:140px}.level-unlocks strong{display:block;font-size:13px;color:#5b4a6a;margin-top:6px}@media(max-width:760px){.quest-list{grid-template-columns:1fr}}.race-world{position:absolute;inset:0}.race-world canvas{display:block}.race-tools{display:flex;align-items:center;gap:12px}.race-tools .sound-toggle{width:36px;height:36px}.photo-modal{max-width:760px;width:calc(100vw - 32px);text-align:center}.photo-modal h2{margin:4px 0 16px}.polaroid{margin:0 0 20px;background:#fff;padding:10px 10px 0;border-radius:6px;box-shadow:0 12px 34px #34284530,0 2px 6px #34284518;transform:rotate(-1.5deg);position:relative;animation:photo-in .6s cubic-bezier(.2,.9,.3,1.2)}.polaroid img{display:block;width:100%;height:auto;border-radius:2px}.polaroid figcaption{font-size:13px;font-weight:800;color:#7b6690;padding:10px 4px 12px}.result-photo{margin:23px auto 0;max-width:560px;transform:rotate(1.2deg)}.result-photo .rosette{right:-12px;bottom:auto;top:-18px}@keyframes photo-in{0%{transform:rotate(-8deg) scale(.6);opacity:0}to{transform:rotate(-1.5deg) scale(1);opacity:1}}@media(max-width:470px){.race-tools .sound-toggle{width:32px;height:32px}.photo-modal{padding:18px}.result-photo .rosette{right:-6px;width:48px;height:48px;font-size:19px}}.manege-page .camp-world{height:min(68vh,640px)}.sim-hud{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;margin-bottom:14px;padding:10px 14px;border:1px solid var(--border);border-radius:14px;background:#fffdf8}.hud-stat{display:flex;align-items:center;gap:8px;color:#86699f}.hud-stat b{display:block;font-size:17px;line-height:1.1;color:#5b4a6a;font-weight:900}.hud-stat small{display:block;font-size:10px;color:#a597ad;font-weight:700}.hud-stat.stars{flex-direction:column;align-items:flex-start;gap:0}.hud-stars{font-size:19px;letter-spacing:1px;color:#e9b454;line-height:1.1}.hud-speed{display:flex;gap:4px;padding:3px;border-radius:11px;background:#f5f0f7;border:1px solid #e9e0ee}.hud-speed button{width:36px;height:32px;border-radius:8px;display:grid;place-items:center;color:#86699f}.hud-speed button.active{background:#fff;color:var(--purple);box-shadow:0 1px 3px #6d4f8c33}.hud-news{flex:1 1 220px;margin:0;font-size:12px;font-weight:800;color:#6f5a82;text-align:right}.world-wrap{position:relative}.world-tools{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:8px}.world-tools button{display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:12px;background:#fffdf8f2;border:1px solid #e1d6e9;color:#86699f;font-size:12px;font-weight:900;box-shadow:0 2px 8px #3f3b4b14;min-height:42px}.world-tools button.active{background:var(--purple);border-color:var(--purple);color:#fff}.sim-panels{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:22px;margin-top:22px}.sim-panels .card{padding:22px}.sim-panels h2{margin:4px 0 14px;font-size:20px;color:#5b4a6a}.sim-demand ul,.sim-notes ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.sim-demand li{display:flex;gap:12px;align-items:center}.sim-demand li>div{flex:1;min-width:0}.sim-demand li.locked{opacity:.55}.demand-emoji{font-size:26px;width:42px;height:42px;border-radius:12px;background:#f5f0f7;display:grid;place-items:center}.demand-head{display:flex;justify-content:space-between;gap:8px;font-size:13px;color:#5b4a6a}.demand-head span{font-size:11px;font-weight:800;color:#a597ad}.demand-bar{height:10px;border-radius:10px;background:#f1ebf4;overflow:hidden;margin:6px 0 4px}.demand-bar i{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,#72b8a5,#9fdc8f);transition:width .5s}.demand-bar.full i{background:linear-gradient(90deg,#e9b454,#f08a4b)}.sim-demand small{font-size:11px;color:#8b7597;font-weight:700}.sim-notes h2{color:#e9b454;letter-spacing:2px}.sim-notes li{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:12px;font-size:13px;line-height:1.4;font-weight:700}.sim-notes li span{font-size:18px;line-height:1.1}.sim-notes li.bad{background:#fff4ec;color:#8f5a3f}.sim-notes li.good{background:#effaf1;color:#4f7f5f}.sim-help{margin-top:22px;padding:18px 22px}.sim-help summary{cursor:pointer;font-weight:900;color:#6f5a82}.sim-help ol{margin:12px 0 0;padding-left:20px;display:grid;gap:8px;font-size:13px;line-height:1.5;color:#5b4a6a}@media(max-width:760px){.sim-panels{grid-template-columns:1fr}.hud-news{text-align:left}.world-tools{top:8px;left:8px}.world-tools button span{display:none}.world-tools button{padding:9px 11px}}.backup-card,.setting-card,.account-card{padding:25px;margin-top:23px}.backup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.backup-error{margin-top:12px;padding:10px 14px;border-radius:11px;background:#fff1d0;color:#977b46;font-size:13px;font-weight:700}.backup-confirm{margin-top:16px;padding:16px 18px;border-radius:14px;background:#f8f4fa;border:1px solid #e1d6e9}.backup-confirm h3{margin:0 0 6px}.backup-confirm p{margin:6px 0}.account-modal label,.account-form label{display:block;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:12px}.account-modal input,.account-form input{display:block;width:100%;margin-top:5px;padding:11px 13px;font:inherit;font-size:15px;font-weight:600;border:2px solid #e1d6e9;border-radius:12px;background:#fff;color:inherit}.account-modal input:focus,.account-form input:focus{outline:none;border-color:#b596c9;box-shadow:0 0 0 3px #b596c933}.account-modal .selection-error,.account-form .backup-error{color:#b2475a;margin:-4px 0 12px;font-size:13px}.account-modal .account-info{background:#eef7ec;color:#4b7a4a;border-radius:12px;padding:10px 13px;font-size:13px;margin-bottom:14px}.account-new{margin-top:18px;padding-top:16px;border-top:1px solid #e1d6e9;text-align:center}.account-new p{margin:0 0 10px;font-size:13px;color:var(--muted)}.account-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}#account{scroll-margin-top:20px}.account-card>.muted{margin-bottom:16px}.account-form{max-width:560px}.account-card .backup-confirm h3{margin-bottom:8px}.sync-line{display:flex;align-items:center;gap:7px;font-size:13px;color:#4b7a4a;margin-bottom:14px}.sync-line.saving{color:var(--muted)}.sync-line.offline,.sync-line.conflict{color:#b2475a}.choice-list{display:grid;gap:12px;margin-top:6px}.choice-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:14px 16px;border:2px solid #e1d6e9;border-radius:14px;background:#fff;color:inherit;font:inherit;cursor:pointer}.choice-card:hover,.choice-card:focus-visible{border-color:#b596c9;outline:none}.choice-card strong{display:block;font-size:14px;color:#765588}.choice-card span{font-size:12px;color:var(--muted)}.sync-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;border:1.5px solid #e1d6e9;background:#fff;color:#4b7a4a;font:inherit;font-size:12px;font-weight:700;cursor:default}button.sync-pill{cursor:pointer;color:#765588}.sync-pill.saving{color:var(--muted)}.sync-pill.offline,.sync-pill.conflict{color:#b2475a;border-color:#f0c9d0}@media(max-width:640px){.account-row{grid-template-columns:1fr}.sync-pill span{display:none}.sync-pill{padding:7px 9px}}.cycle-modal{max-width:480px}.cycle-steps{list-style:none;padding:0;margin:14px 0;display:grid;gap:10px}.cycle-steps li{display:flex;gap:12px;align-items:center;background:#f6f0f8;border-radius:14px;padding:10px 14px;font-size:14px;color:#5c496d;line-height:1.45}.cycle-emoji{font-size:30px;line-height:1;flex:none}.cycle-note{font-size:13px}.cycle-now{background:#eef6ee;color:#43603c!important;border-radius:12px;padding:10px 14px;font-size:13px}
