*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f4f8ff;color:#172033;line-height:1.55}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:12px max(16px,4vw);background:#fff;border-bottom:1px solid #dfe7f2;box-shadow:0 2px 12px #17203312}.brand{display:flex;gap:10px;align-items:center}.logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#173b8f;color:#fff;font-weight:900}.brand span{display:block;font-size:12px;color:#718096}.topbar nav{display:flex;gap:18px}.topbar a{color:#173b8f;text-decoration:none;font-weight:800;font-size:14px}.hero{max-width:1180px;margin:24px auto 16px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#e9f1ff,#fff);display:flex;align-items:center;gap:28px;overflow:hidden}.hero h1{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:4px 0 12px}.hero p{max-width:760px}.eyebrow{font-weight:900;color:#e45c3b;letter-spacing:1.5px;font-size:12px}.hero-art{position:relative;width:190px;height:150px;flex:0 0 190px}.shape{position:absolute;border:6px solid #173b8f}.circle{width:82px;height:82px;border-radius:50%;left:20px;top:12px}.square{width:68px;height:68px;right:15px;bottom:14px;transform:rotate(12deg)}.triangle{width:0;height:0;border-left:42px solid transparent;border-right:42px solid transparent;border-bottom:74px solid #e45c3b;border-top:0;right:50px;top:8px;opacity:.85}.spark{position:absolute;font-size:32px;font-weight:900}.s1{left:0;bottom:0}.s2{right:0;top:60px}.s3{left:80px;bottom:0}.controls,.dashboard,.questions,.learn,.result,.message,.progress-wrap{max-width:1180px;margin-left:auto;margin-right:auto}.controls{background:#fff;padding:18px;border:1px solid #dfe7f2;border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;box-shadow:0 8px 25px #173b8f0b}.control label{display:block;font-size:12px;font-weight:900;margin-bottom:5px;color:#5b687b}.control select,.answer{width:100%;padding:12px;border:2px solid #d8e1ee;border-radius:12px;background:#fff;font-size:15px}.actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:10px}.actions button,.check,.show{border:0;border-radius:12px;padding:11px 15px;font-weight:900;cursor:pointer}.primary{background:#173b8f;color:#fff}.secondary{background:#eaf0fb;color:#173b8f}.dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.dashboard div{background:#fff;border:1px solid #dfe7f2;border-radius:16px;padding:12px;text-align:center}.dashboard b{display:block;font-size:12px;color:#6c7789}.dashboard strong{font-size:22px}.progress-wrap{height:12px;background:#dfe7f2;border-radius:99px;overflow:hidden;margin-top:12px}.progress-wrap div{height:100%;width:0;background:#27a866;transition:width .3s}.message{margin-top:12px;padding:12px 15px;border-radius:14px;background:#fff5d8;border:1px solid #f2d98c}.questions{display:grid;gap:14px;margin-top:14px}.card{background:#fff;border:1px solid #dfe7f2;border-radius:18px;padding:17px;box-shadow:0 5px 18px #1720330a;position:relative}.badge{display:inline-block;padding:4px 9px;border-radius:99px;background:#edf3ff;color:#173b8f;font-size:11px;font-weight:900;margin-bottom:8px}.qtext{font-size:18px;font-weight:800;margin:4px 0 12px}.answer-row{display:flex;gap:8px;align-items:center}.answer{font-size:17px;min-width:0}.check{background:#173b8f;color:#fff;white-space:nowrap}.show{background:#eaf0fb;color:#173b8f;display:none}.feedback{min-height:24px;margin-top:9px;font-weight:800}.correct{border-color:#27a866!important;background:#f0fff7}.correct .answer{border-color:#27a866;background:#eafff3}.wrong{border-color:#e05252!important;animation:shake .25s}.wrong .answer{border-color:#e05252;background:#fff0f0}.pop{animation:pop .35s}.result{margin-top:16px;background:#173b8f;color:#fff;border-radius:22px;padding:24px;text-align:center}.hidden{display:none}.learn{background:#fff;border:1px solid #dfe7f2;border-radius:20px;padding:24px;margin-top:20px}.learn h2{font-size:30px}.learn h3{color:#173b8f;margin-top:25px}.seo-note{background:#f2f6fc;padding:14px;border-radius:12px}.result button{padding:10px 14px;border:0;border-radius:10px;font-weight:800}footer{text-align:center;padding:28px;color:#687589}@keyframes pop{50%{transform:scale(1.03)}100%{transform:scale(1)}}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media(max-width:800px){.hero{margin:12px;padding:20px}.hero-art{display:none}.controls{margin:12px;grid-template-columns:repeat(2,1fr)}.actions{grid-column:1/-1}.dashboard{margin:12px;grid-template-columns:repeat(2,1fr)}.questions,.learn,.result,.message,.progress-wrap{margin-left:12px;margin-right:12px}.answer-row{flex-direction:column;align-items:stretch}.check,.show{width:100%}.topbar nav{gap:8px}.topbar a{font-size:12px}}@media(max-width:480px){.controls{grid-template-columns:1fr}.hero h1{font-size:31px}.actions button{width:100%}.qtext{font-size:17px}}
