*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#172033;line-height:1.55}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;padding:12px max(18px,4vw);box-shadow:0 2px 12px #0000000b}.brand{font-weight:900;font-size:20px;display:flex;align-items:center;gap:7px}.brand span{font-size:23px}.brand small{display:block;font-size:10px;color:#667085;margin-left:4px}.topbar nav{display:flex;gap:10px;align-items:center;font-weight:800;font-size:13px}.topbar a{color:#334155;text-decoration:none}.hero{max-width:1180px;margin:22px auto 16px;padding:25px;border-radius:24px;background:linear-gradient(135deg,#eef6ff,#f7f1ff);display:grid;grid-template-columns:1fr 350px;gap:20px;align-items:center}.badge{display:inline-block;background:#fff;border:1px solid #dbeafe;color:#315b9c;border-radius:99px;padding:6px 11px;font-size:11px;font-weight:900}.hero h1{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:12px 0 5px}.hero p{margin:5px 0}.lead{max-width:700px;color:#475467}.hero-graphic{background:#fff;border-radius:20px;padding:8px;box-shadow:0 10px 30px #33415512}.controls,.questions,.result,.guide{max-width:1180px;margin:16px auto}.controls{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:17px}.control-card{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.control-card label{font-size:12px;font-weight:800;color:#475467}.control-card select{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font:inherit}.actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.actions button,.result button{border:0;border-radius:12px;padding:11px 15px;font-weight:900;cursor:pointer;background:#eef2f7;color:#243247}.primary{background:#2563eb!important;color:#fff!important}.status{display:flex;gap:20px;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid #edf0f4;font-size:14px}.timerbox{margin-left:auto;font-weight:900}.progress-wrap{margin-top:12px}.progress-label{display:flex;justify-content:space-between;font-size:12px;font-weight:800}.progress{height:11px;background:#e9eef5;border-radius:99px;overflow:hidden;margin-top:5px}.progress div{height:100%;width:0;background:linear-gradient(90deg,#2563eb,#8b5cf6);transition:.35s}.questions{display:grid;gap:13px}.empty{background:#fff;border:2px dashed #d9e0ea;border-radius:20px;text-align:center;padding:55px 20px}.big{font-size:48px}.qcard{background:#fff;border:1px solid #e1e6ee;border-radius:18px;padding:17px;box-shadow:0 4px 14px #11182708}.qhead{display:flex;justify-content:space-between;gap:10px}.qnum{font-weight:950;color:#1d4ed8}.tag{font-size:11px;background:#f1f5f9;padding:4px 8px;border-radius:99px;font-weight:800}.diagram{margin:12px 0;padding:8px;background:#f8fafc;border-radius:14px;text-align:center}.diagram svg{max-width:280px;width:100%;height:auto}.answerrow{display:flex;gap:8px;margin-top:12px}.answer{flex:1;padding:12px;border:2px solid #cbd5e1;border-radius:12px;font-size:17px}.check,.show{border:0;border-radius:11px;padding:10px 13px;font-weight:900;cursor:pointer}.check{background:#dbeafe;color:#1e40af}.show{background:#fef3c7;color:#92400e}.answer.correct{border-color:#16a34a;background:#dcfce7;color:#166534;animation:pop .3s}.answer.wrong{border-color:#dc2626;background:#fee2e2;color:#991b1b;animation:shake .28s}.feedback{font-weight:800;margin-top:8px;min-height:22px}.solution{margin-top:8px;padding:9px;border-radius:10px;background:#f8fafc;font-weight:700}.result{text-align:center;background:#fff;border-radius:22px;padding:30px;border:1px solid #e2e8f0}.result-icon{font-size:48px}.guide{background:#fff;border-radius:20px;padding:25px;border:1px solid #e5e7eb}.guide h2{font-size:28px}.guide h3{color:#1e40af;margin-top:25px}.formula-box{background:#fff7d6;border:2px solid #f2cf62;border-radius:15px;padding:13px 17px}.formula-box p{margin:6px 0}footer{text-align:center;padding:30px 15px;color:#64748b;font-size:13px}@keyframes pop{50%{transform:scale(1.02)}}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media(max-width:800px){.hero{grid-template-columns:1fr}.hero-graphic{max-width:360px;margin:auto}.control-card{grid-template-columns:1fr 1fr}.timerbox{margin-left:0}.qhead{flex-direction:column}.answerrow{flex-direction:column}.answerrow button{width:100%}}@media(max-width:480px){.topbar{padding:10px 12px}.brand small{display:none}.topbar nav{font-size:11px}.hero{margin:10px;padding:17px;border-radius:18px}.controls,.questions,.result,.guide{margin:10px}.control-card{grid-template-columns:1fr}.actions button{flex:1 1 45%}.qcard{padding:13px}.guide{padding:18px}.hero h1{font-size:34px}}@media print{.topbar,.controls,.result,footer,.actions{display:none!important}.hero{box-shadow:none;background:#fff;border:1px solid #ddd}.guide{page-break-before:always}.qcard{break-inside:avoid;box-shadow:none}.questions{margin:0}.diagram{background:#fff}}