*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f5f7ff;color:#18213a;line-height:1.6}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5e8f3;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(14px,4vw,55px);box-shadow:0 3px 15px #18213a12}.brand{font-weight:900;color:#5b3cc4;text-decoration:none;font-size:1.15rem}.topbar nav{display:flex;gap:10px;align-items:center;font-size:.9rem;font-weight:800}.topbar nav a{color:#35405f;text-decoration:none}.hero{max-width:1180px;margin:auto;padding:42px clamp(16px,4vw,40px);display:grid;grid-template-columns:1fr 1.6fr;gap:30px;align-items:center}.hero h1{font-size:clamp(2rem,5vw,4rem);line-height:1.05;margin:8px 0}.hero h1 em{font-style:normal;color:#5b3cc4}.hero p{font-size:1.05rem;max-width:680px}.eyebrow{font-size:.78rem;font-weight:900;letter-spacing:.14em;color:#e15a2b}.hero-art{height:245px;background:linear-gradient(145deg,#ece7ff,#fff);border-radius:32px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 45px #5b3cc420}.growth{font-size:1.5rem;font-weight:900;background:#fff;padding:20px;border-radius:18px;box-shadow:0 8px 25px #18213a16}.coin{position:absolute;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#ffd85c;color:#6c4b00;font-weight:900;font-size:1.5rem;animation:float 3s ease-in-out infinite}.coin1{top:25px;left:30px}.coin2{right:30px;top:45px;animation-delay:.7s}.coin3{bottom:20px;left:55px;animation-delay:1.2s}@keyframes float{50%{transform:translateY(-12px) rotate(8deg)}}main{padding-bottom:40px}.panel,.progress-wrap{max-width:1180px;margin:18px auto;padding:clamp(16px,3vw,28px);background:#fff;border-radius:22px;box-shadow:0 8px 30px #18213a0d}.control-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.controls label{font-weight:800;font-size:.85rem}.controls select{display:block;width:100%;margin-top:6px;padding:12px;border:2px solid #e4e7f1;border-radius:12px;background:#fff;font-size:1rem;color:#18213a}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.button-row button{border:0;border-radius:12px;padding:12px 17px;font-weight:900;cursor:pointer}.primary{background:#5b3cc4;color:#fff}.secondary{background:#eef0fb;color:#283353}.tip{font-size:.86rem;color:#68718c}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;text-align:center}.stats div{background:#f6f7fc;border-radius:15px;padding:12px}.stats strong{display:block;font-size:1.45rem;color:#5b3cc4}.stats small{color:#69738e}.timerbox strong{color:#e15a2b}.progress-label{display:flex;justify-content:space-between;font-weight:900;font-size:.9rem}.progress{height:13px;background:#e9ecf5;border-radius:99px;overflow:hidden;margin-top:8px}.progress i{display:block;width:0;height:100%;background:#5b3cc4;border-radius:99px;transition:width .3s}.worksheet{max-width:1180px;margin:18px auto}.welcome{text-align:center;padding:45px 20px}.mascot{font-size:3.5rem}.question{position:relative;margin:15px 0;padding:20px;border:2px solid #e8eaf3;border-radius:18px;background:#fff;transition:.25s}.question.correct{border-color:#30a66a;background:#effbf4;animation:correct .45s}.question.wrong{border-color:#e05252;background:#fff2f2;animation:shake .4s}@keyframes correct{50%{transform:scale(1.01)}}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.qtop{display:flex;justify-content:space-between;gap:15px}.qnum{font-weight:900;color:#5b3cc4}.qtext{font-size:1.05rem;font-weight:750;margin:10px 0 16px}.answer{width:100%;max-width:420px;padding:13px;border:2px solid #dfe3ef;border-radius:12px;font-size:1.05rem}.answer:focus{outline:3px solid #5b3cc433}.answer.correct-input{border-color:#20a35e;background:#dcf8e8;color:#12683d}.answer.wrong-input{border-color:#d74444;background:#ffe0e0;color:#9b2020}.qactions{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px}.check,.show{border:0;border-radius:10px;padding:9px 13px;font-weight:900;cursor:pointer}.check{background:#18213a;color:#fff}.show{background:#ffd85c;color:#503b00}.show[hidden]{display:none}.feedback{font-weight:800;margin-top:10px}.answer-reveal{margin-top:7px;color:#3f4965;font-weight:800}.content h2{color:#30236d;margin-top:28px}.content p,.content li{font-size:1rem}.formula{padding:17px;text-align:center;font-size:1.35rem;font-weight:900;background:#fff5c9;border-left:6px solid #e1ad00;border-radius:12px;margin:15px 0}.content ul{padding-left:24px}footer{text-align:center;padding:28px;color:#66708a;font-size:.9rem}@media(max-width:800px){.hero{grid-template-columns:1fr}.hero-art{height:190px}.control-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(3,1fr)}.timerbox{grid-column:span 3}}@media(max-width:520px){.topbar{padding:10px 13px}.topbar nav{font-size:.76rem}.hero{padding-top:28px}.control-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.timerbox{grid-column:span 2}.button-row button{width:100%}.question{padding:15px}.qtop{display:block}.content{border-radius:16px}.content p,.content li{font-size:.94rem}}
