*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f5f7fb;color:#182235}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e4e9f2;display:flex;justify-content:space-between;align-items:center;padding:10px 4%;box-shadow:0 2px 10px #0000000d}.nav{display:flex;gap:8px;align-items:center;font-weight:800;font-size:14px}.nav a{color:#3153a5;text-decoration:none}.brand{display:flex;gap:8px;align-items:center;text-decoration:none;color:#17233b;font-weight:900}.logo{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#315eea,#7a4df5);color:#fff}.hero{background:linear-gradient(135deg,#edf4ff,#f7f0ff);text-align:center;padding:35px 16px 28px}.math-art{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.math-art span{background:#fff;border:1px solid #dfe6f3;border-radius:14px;padding:8px 12px;font-weight:900;box-shadow:0 5px 16px #315eea12}.eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:900;color:#5b55b7}.hero h1{font-size:clamp(30px,6vw,52px);margin:8px 0}.subtitle{font-size:24px;font-weight:800;margin:0 0 10px}.intro{max-width:850px;margin:auto;color:#536078}.control-card,.status,.worksheet,.guide{max-width:1100px;margin:18px auto;padding:18px;background:#fff;border:1px solid #e3e8f1;border-radius:20px;box-shadow:0 8px 30px #17233b0a}.control-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.control-grid label{font-size:13px;font-weight:800;color:#536078}.control-grid select{display:block;width:100%;margin-top:6px;padding:11px;border:1px solid #cfd7e6;border-radius:11px;background:#fff;font:inherit}.control-grid button,.toolbar button{border:0;border-radius:11px;padding:11px 14px;font-weight:850;cursor:pointer}.primary{background:#315eea;color:#fff}.control-grid .primary{align-self:end;min-height:43px}.toolbar{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.toolbar button{background:#eef2f8;color:#25324a}.toolbar button:disabled{opacity:.45;cursor:not-allowed}.status{display:flex;gap:20px;align-items:center;justify-content:space-between}.progress{height:11px;background:#edf0f6;border-radius:20px;overflow:hidden;margin:7px 0;width:min(560px,60vw)}#bar{height:100%;width:0;background:linear-gradient(90deg,#315eea,#7a4df5);transition:width .3s}.stats{display:flex;gap:12px;flex-wrap:wrap}.stats span{background:#f5f7fb;padding:9px 11px;border-radius:10px;font-size:13px}.locked{text-align:center;padding:55px 15px;color:#68758b}.lock-icon{font-size:42px}.qcard{border:1px solid #e1e6ef;border-radius:17px;padding:16px;margin-bottom:13px}.qhead{display:flex;gap:8px;justify-content:space-between;flex-wrap:wrap}.badge{font-size:11px;padding:5px 8px;border-radius:20px;background:#edf3ff;color:#3153a5;font-weight:850}.qtext{font-size:17px;font-weight:750;line-height:1.55;margin:12px 0}.hint{font-size:12px;color:#65728a;margin-bottom:9px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice{padding:12px;text-align:left;border:1px solid #ccd5e4;background:#fff;border-radius:11px;cursor:pointer;font-weight:700}.choice.selected{border-color:#315eea;background:#eef3ff}.answer{width:100%;padding:12px;border:2px solid #cfd7e6;border-radius:11px;font-size:16px}.answer.correct{border-color:#16a05d;background:#e9fbf1;color:#08733e}.answer.wrong{border-color:#d63b48;background:#fff0f1;color:#a52330}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.check,.show{padding:10px 12px;border:0;border-radius:10px;font-weight:850;cursor:pointer}.check{background:#315eea;color:#fff}.show{background:#eef1f6;color:#26344c}.show:disabled{opacity:.4}.feedback{font-weight:850;margin-top:9px;min-height:22px}.feedback.ok{color:#0b8b50}.feedback.bad{color:#c32f3d}.reveal{margin-top:8px;background:#f7f9fc;padding:10px;border-radius:10px;display:none}.qcard.ok{animation:good .45s}.qcard.bad{animation:bad .45s}@keyframes good{50%{transform:scale(1.01);box-shadow:0 0 0 5px #16a05d20}}@keyframes bad{25%,75%{transform:translateX(-5px)}50%{transform:translateX(5px)}}.result{padding:20px;border-radius:16px;background:linear-gradient(135deg,#eef5ff,#f7f0ff);text-align:center;margin-bottom:15px}.guide h2{font-size:26px}.guide h3{margin-top:25px}.guide p,.guide li{line-height:1.75;color:#44516a}.guide mark{padding:2px 5px;border-radius:5px;background:#fff1a8;font-weight:800}footer{text-align:center;padding:28px;color:#68758b}footer a{color:#315eea;font-weight:800}@media(max-width:760px){.control-grid{grid-template-columns:1fr 1fr}.control-grid .primary{grid-column:1/-1}.status{display:block}.progress{width:100%}.stats{margin-top:12px}.worksheet,.guide,.control-card,.status{margin-left:10px;margin-right:10px}.choices{grid-template-columns:1fr}}@media(max-width:430px){.control-grid{grid-template-columns:1fr}.toolbar button{flex:1 1 45%}.brand span:last-child{display:none}}@media print{.topbar,.control-card,.status,.guide,footer,.actions,.feedback,.reveal{display:none!important}.qcard{break-inside:avoid;box-shadow:none}.worksheet{border:0;box-shadow:none;max-width:none}.hero{padding:10px;background:#fff}.hero h1{font-size:28px}}