*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:SF Pro Text,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:17px;font-weight:400;line-height:1.47;letter-spacing:-.374px;color:#1d1d1f;min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 24px;background:#f5f5f7}.start-screen,.quiz-screen,.result-screen{width:100%;max-width:640px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:64px 56px;text-align:center;animation:card-fade .4s ease-out}@keyframes card-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.headline{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:34px;font-weight:600;line-height:1.2;letter-spacing:-.374px;color:#1d1d1f;margin-bottom:16px}.lead{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:21px;font-weight:300;line-height:1.5;letter-spacing:0;color:#1d1d1f;margin-bottom:40px}.btn-primary{display:inline-block;border:none;cursor:pointer;background:#06c;color:#fff;font-family:inherit;font-size:17px;font-weight:400;letter-spacing:-.374px;padding:12px 24px;border-radius:9999px;min-height:44px;transition:transform .15s ease,background .15s ease}.btn-primary:active{transform:scale(.95)}.btn-primary:focus-visible{outline:2px solid #0071e3;outline-offset:2px}.quiz-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.question-counter{font-size:14px;letter-spacing:-.224px;color:#1d1d1f;text-align:left}.score-badge{background:#fafafc;border:3px solid #f0f0f0;color:#333;font-size:14px;letter-spacing:-.224px;padding:6px 14px;border-radius:11px;white-space:nowrap}.progress-bar{height:4px;background:#e0e0e0;border-radius:9999px;overflow:hidden;margin-bottom:48px}.progress-fill{height:100%;background:#06c;border-radius:9999px;transition:width .4s ease}.question-text{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:24px;font-weight:600;line-height:1.35;letter-spacing:-.374px;color:#1d1d1f;text-align:left;margin-bottom:32px}.options{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.option-btn{width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:15px 20px;min-height:44px;font-size:17px;font-family:inherit;font-weight:400;letter-spacing:-.374px;color:#1d1d1f;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.option-btn:active:not(:disabled){transform:scale(.98)}.option-btn:focus-visible{outline:2px solid #0071e3;outline-offset:2px}.option-btn.correct{border:2px solid #0066cc;background:#0066cc0f;font-weight:600}.option-btn.wrong{border:2px solid #e30000;background:#e300000d}.option-btn:disabled{cursor:default}.feedback-area{margin-top:32px;padding-top:32px;border-top:1px solid #e0e0e0;text-align:left}.feedback{font-size:17px;font-weight:600;letter-spacing:-.374px;margin-bottom:8px}.feedback.correct{color:#06c}.feedback.wrong{color:#e30000}.explanation{font-size:14px;font-weight:400;letter-spacing:-.224px;line-height:1.47;color:#1d1d1f;margin-bottom:24px}.result-title{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:34px;font-weight:600;line-height:1.2;letter-spacing:-.374px;color:#1d1d1f;margin-bottom:24px}.result-score{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:56px;font-weight:600;line-height:1.07;letter-spacing:-.28px;color:#1d1d1f;margin-bottom:24px}.result-message{font-size:17px;font-weight:400;letter-spacing:-.374px;line-height:1.47;color:#1d1d1f;margin-bottom:40px}@media (max-width: 640px){.app{padding:24px 16px}.start-screen,.quiz-screen,.result-screen{padding:40px 24px}.headline{font-size:28px}.lead{font-size:17px;margin-bottom:32px}.question-text{font-size:20px}.result-score{font-size:40px}.result-title{font-size:28px}.btn-primary{width:100%}.quiz-header{flex-wrap:wrap}}
