*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f3f7ff;color:#172033;line-height:1.55}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #dbe4f2;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(14px,4vw,48px);box-shadow:0 3px 15px #18315310}.brand{font-size:23px;font-weight:900;color:#175cd3}.brand small{font-size:12px;color:#64748b}.topbar nav{display:flex;gap:9px;font-weight:800;font-size:14px}.topbar a{color:#174ea6;text-decoration:none}.hero{max-width:1100px;margin:20px auto 0;padding:30px 24px;display:flex;gap:30px;align-items:center;border-radius:24px;background:linear-gradient(135deg,#e9f2ff,#fff);border:1px solid #d7e5fa}.eyebrow{color:#2563eb;font-weight:900;letter-spacing:.08em;font-size:12px}.hero h1{font-size:clamp(32px,6vw,58px);line-height:1;margin:7px 0 14px}.hero p{max-width:700px;color:#4b5d78;font-size:17px}.hero-art{width:220px;min-width:220px;height:180px;display:grid;place-items:center}.grid-art{position:relative;width:190px;height:160px;background:repeating-linear-gradient(0deg,#dbeafe 0 1px,transparent 1px 25px),repeating-linear-gradient(90deg,#dbeafe 0 1px,transparent 1px 25px);border:2px solid #93c5fd;border-radius:16px;overflow:hidden}.grid-art:before{content:"";position:absolute;left:50%;top:0;width:2px;height:100%;background:#2563eb}.grid-art:after{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background:#2563eb}.grid-art i{position:absolute;width:12px;height:12px;border-radius:50%;background:#f59e0b}.grid-art i:nth-child(1){left:65%;top:25%}.grid-art i:nth-child(2){left:28%;top:65%}.grid-art i:nth-child(3){left:75%;top:70%}.grid-art i:nth-child(4){left:40%;top:15%}.grid-art b{position:absolute;color:#2563eb}.grid-art b:nth-last-child(2){right:7px;top:53%}.grid-art b:last-child{left:53%;top:5px}.panel,.questions,.result,.guide{max-width:1100px;margin:18px auto}.panel{background:#fff;border:1px solid #dce6f4;border-radius:20px;padding:20px;box-shadow:0 10px 30px #1e3a8a0d}.controls>div:first-child{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.controls label{font-weight:800;font-size:13px;color:#334155}.controls select,.sound-label{display:block;width:100%;margin-top:6px;border:1px solid #cbd5e1;border-radius:11px;padding:11px;background:#fff;font-size:15px}.sound-label{height:45px}.sound-label input{width:18px;height:18px;vertical-align:middle}.button-row{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0}.button-row button,.q-actions button{border:0;border-radius:11px;padding:11px 15px;background:#e8eef8;color:#183153;font-weight:900;cursor:pointer}.button-row .primary{background:#2563eb;color:#fff}.button-row button:hover,.q-actions button:hover{transform:translateY(-1px)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stats div{background:#f6f9fe;border-radius:13px;padding:9px;text-align:center}.stats b{display:block;font-size:20px;color:#175cd3}.stats span{font-size:11px;color:#64748b;font-weight:700}.progress-wrap{height:12px;background:#e5eaf2;border-radius:99px;overflow:hidden;margin-top:15px}.progress{height:100%;width:0;background:#22c55e;transition:width .3s}.notice{max-width:1100px;margin:18px auto;text-align:center;background:#fff7d6;border:1px solid #f5d56b;border-radius:14px;padding:12px}.questions{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.card{background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;box-shadow:0 8px 22px #1e3a8a0b;position:relative;overflow:hidden}.card.correct{border-color:#22c55e;background:#f0fdf4}.card.wrong{border-color:#ef4444;background:#fff5f5}.qnum{font-size:12px;font-weight:900;color:#2563eb}.qtext{font-size:18px;font-weight:800;margin:9px 0}.hint{font-size:12px;color:#64748b}.answer{width:100%;padding:13px;border:2px solid #cbd5e1;border-radius:12px;font-size:17px;outline:none}.answer:focus{border-color:#2563eb}.answer.correct{border-color:#16a34a;background:#dcfce7}.answer.wrong{border-color:#dc2626;background:#fee2e2}.q-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.q-actions .show{background:#dbeafe;color:#174ea6}.feedback{font-weight:800;margin-top:9px;min-height:24px}.hidden{display:none!important}.result{background:#fff;border-radius:20px;border:1px solid #cbd5e1;padding:24px;text-align:center}.result strong{font-size:42px;color:#175cd3}.guide{background:#fff;border-radius:20px;border:1px solid #dbe4f0;padding:28px;margin-bottom:25px}.guide h2{font-size:30px;color:#174ea6}.guide h3{color:#1d4ed8;margin-top:25px}.formula-box{background:#eff6ff;border-left:5px solid #2563eb;padding:13px 18px;border-radius:10px}.guide li{margin:7px 0}footer{text-align:center;padding:25px;background:#172033;color:#dbeafe;font-size:13px}@media(max-width:800px){.hero{margin:10px 10px 0;padding:22px 18px}.hero-art{display:none}.panel,.questions,.result,.guide,.notice{margin-left:10px;margin-right:10px}.controls>div:first-child{grid-template-columns:repeat(2,1fr)}.questions{grid-template-columns:1fr}.button-row button{flex:1 1 44%}}@media(max-width:480px){.topbar{padding:11px 13px}.brand{font-size:19px}.topbar nav{font-size:11px}.controls>div:first-child{grid-template-columns:1fr}.button-row button{width:100%}.stats{grid-template-columns:repeat(2,1fr)}.card{padding:15px}.qtext{font-size:16px}.guide{padding:20px}.guide h2{font-size:24px}}
@media print{.topbar,.controls,.notice,.result,footer,.q-actions,.progress-wrap{display:none!important}.hero{border:0;margin:0}.questions{display:block;margin:0}.card{break-inside:avoid;box-shadow:none;margin-bottom:12px}.guide{border:0}.answer{border:0;border-bottom:1px solid #111}.feedback{display:none}}
