@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");body{margin:0;background:#fff;color:#111;font-family:Montserrat,sans-serif}.container{max-width:640px;margin:0 auto;padding:40px 20px}.header{text-align:center;margin-bottom:30px}.header h1{font-size:32px;font-weight:700;margin-bottom:10px}.progress-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#ff6630;text-align:left;margin-bottom:10px}.divider{height:1px;background:#ffa73c;margin:20px 0}.question{font-size:22px;line-height:1.5;margin-bottom:20px}.options{display:flex;flex-direction:column;gap:12px}.option{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;padding:14px 0;border:none;border-bottom:1px solid #ffa73c;background:none;text-align:left;cursor:pointer;transition:all .15s ease;color:#111}.option:hover{color:#000;border-color:#111}.selected{font-weight:600}.correct{color:#166534}.wrong{color:#b91c1c}.feedback{margin-top:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.correct-text{color:#166534;font-weight:600}.wrong-text{color:#b91c1c;font-weight:600}.actions{text-align:center;margin-top:30px}.btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:10px 18px;border:1px solid #111;background:#111;color:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.btn:hover{background:#fff;color:#111}.center{text-align:center}.score{font-size:20px;font-weight:600;margin-top:10px}.percent{font-size:28px;margin-top:10px}