*{box-sizing:border-box}body{margin:0;background:#f6f2e9;color:#17231d;font-family:system-ui,-apple-system,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}header{height:64px;background:#173b2a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:5}.brand{font-weight:800;font-size:20px}header button{background:transparent;color:#fff;border:1px solid #ffffff55;border-radius:10px;padding:8px 12px}.screen{display:none;max-width:900px;margin:auto;padding:35px 20px 65px}.active{display:block}.hero{text-align:center;padding:45px 10px 25px}.hero h1{font-size:clamp(36px,7vw,62px);line-height:1.02;margin:14px auto;max-width:760px}.hero p{font-size:18px;color:#526057;max-width:650px;margin:0 auto 28px;line-height:1.5}.hero small,section>small,.card>small,.premium>small{font-weight:800;letter-spacing:1.5px;opacity:.65}.primary,.secondary{border:0;border-radius:13px;padding:14px 20px;font-weight:800}.primary{background:#1d6946;color:white}.secondary{background:#e7dfcf;color:#173b2a}.big{font-size:17px;padding:17px 28px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:680px;margin:35px auto}.stats div,.card{background:#fff;border:1px solid #e4dfd3;border-radius:18px;padding:18px}.stats b,.stats span{display:block}.stats span{font-size:12px;color:#69746e;margin-top:4px}.ad{min-height:90px;border:1px dashed #cfc8ba;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#9b9488;font-size:11px;margin:20px 0}.back{border:0;background:transparent;color:#173b2a;font-weight:800;margin-bottom:18px}.card{max-width:650px;margin:18px auto}.card>h2{line-height:1.3}label{display:block;font-weight:750;margin:16px 0}input,select{display:block;width:100%;margin-top:8px;padding:13px;border:1px solid #d8d2c6;border-radius:10px;background:#fff}.card>.primary{width:100%}.quiztop{display:flex;justify-content:space-between}.bar{height:8px;background:#ded8cc;border-radius:99px;margin:14px 0 24px;overflow:hidden}.bar i{display:block;height:100%;width:0;background:#1d6946}.option{display:block;width:100%;text-align:left;padding:15px;margin:10px 0;border:1px solid #ddd6ca;border-radius:12px;background:#fbfaf7}.option.correct{background:#e2f1e8;border-color:#1d6946}.option.wrong{background:#f8e6e1;border-color:#a44837}.option:disabled{cursor:default}.hidden{display:none!important}.explanation{line-height:1.5}.score{text-align:center;margin:20px}.score b{font-size:80px;color:#1d6946}.score span{font-size:30px}.actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.actions button{flex:1;max-width:300px}.rank{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}.premium{background:#173b2a;color:#fff;padding:35px;border-radius:22px;max-width:650px;margin:20px auto}.premium li{margin:12px 0}footer{background:#173b2a;text-align:center;padding:25px}footer a{color:#dfece4;margin:0 8px;font-size:12px}@media(max-width:600px){.stats{grid-template-columns:1fr}.actions{display:block}.actions button{width:100%;max-width:none;margin:5px 0}}