*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333;-webkit-tap-highlight-color:transparent}.container{max-width:480px;margin:0 auto;padding:16px;min-height:100vh;display:flex;flex-direction:column}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 32px #00000026;flex:1;display:flex;flex-direction:column}.hidden{display:none!important}.welcome-title{font-size:26px;font-weight:700;text-align:center;color:#5a67d8;margin-bottom:8px}.welcome-sub{text-align:center;color:#718096;font-size:14px;margin-bottom:24px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.stat-item{background:#f7fafc;border-radius:12px;padding:16px;text-align:center}.stat-num{font-size:28px;font-weight:700;color:#5a67d8}.stat-label{font-size:12px;color:#718096;margin-top:4px}.btn{display:block;width:100%;padding:14px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:12px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:active{transform:scale(.98);opacity:.9}.btn-secondary{background:#edf2f7;color:#4a5568}.btn-secondary:active{background:#e2e8f0}.btn-success{background:#48bb78;color:#fff}.btn-danger{background:#f56565;color:#fff}.progress-bar{height:6px;background:#e2e8f0;border-radius:3px;margin-bottom:16px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .3s}.quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quiz-counter{font-size:14px;color:#718096;font-weight:500}.quiz-type-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge-single{background:#bee3f8;color:#2b6cb0}.badge-multiple{background:#fefcbf;color:#975a16}.question-text{font-size:17px;line-height:1.7;color:#2d3748;margin-bottom:20px;font-weight:500}.options-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.option-item{display:flex;align-items:flex-start;padding:14px 16px;background:#f7fafc;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s;font-size:15px;line-height:1.5}.option-item:active{background:#edf2f7}.option-item.selected{border-color:#667eea;background:#eef2ff}.option-item.correct{border-color:#48bb78;background:#f0fff4}.option-item.wrong{border-color:#f56565;background:#fff5f5}.option-item.disabled{pointer-events:none}.option-letter{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#4a5568;font-size:13px;font-weight:700;margin-right:12px;flex-shrink:0}.option-item.selected .option-letter{background:#667eea;color:#fff}.option-item.correct .option-letter{background:#48bb78;color:#fff}.option-item.wrong .option-letter{background:#f56565;color:#fff}.feedback-box{padding:16px;border-radius:12px;margin-bottom:16px;font-size:15px;line-height:1.6}.feedback-correct{background:#f0fff4;border:1px solid #9ae6b4;color:#276749}.feedback-wrong{background:#fff5f5;border:1px solid #feb2b2;color:#c53030}.feedback-title{font-weight:700;margin-bottom:6px;font-size:16px}.bottom-actions{display:flex;gap:10px;margin-top:auto;padding-top:16px}.bottom-actions .btn{margin-bottom:0}.result-circle{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #667eea66}.result-score{font-size:36px;font-weight:700}.result-label{font-size:13px;opacity:.9}.result-detail{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:24px}.rd-item{text-align:center;padding:12px;background:#f7fafc;border-radius:10px}.rd-num{font-size:20px;font-weight:700}.rd-num.c{color:#48bb78}.rd-num.w{color:#f56565}.rd-num.t{color:#5a67d8}.rd-label{font-size:11px;color:#718096;margin-top:4px}.sheet-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:20px}.sheet-item{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;font-weight:600;background:#f7fafc;color:#4a5568;cursor:pointer;border:2px solid transparent;min-height:36px}.sheet-item.current{border-color:#667eea;color:#667eea}.sheet-item.correct{background:#f0fff4;color:#276749}.sheet-item.wrong{background:#fff5f5;color:#c53030}.sheet-item.answered{background:#eef2ff;color:#5a67d8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal-content{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:360px;text-align:center;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-title{font-size:18px;font-weight:700;margin-bottom:12px;color:#2d3748}.modal-text{font-size:14px;color:#718096;margin-bottom:20px;line-height:1.6}.modal-buttons{display:flex;gap:10px}.modal-buttons .btn{margin-bottom:0}.mini-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.nav-btn{background:none;border:none;color:#5a67d8;font-size:14px;font-weight:600;cursor:pointer;padding:6px 12px}.nav-btn:disabled{color:#cbd5e0;cursor:not-allowed}@media(max-width:400px){.container{padding:10px}.card{padding:16px}.question-text{font-size:16px}}.benefit-box{background:linear-gradient(135deg,#f6f8ff,#fdf4ff);border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:18px}.benefit-title{font-size:13px;font-weight:700;color:#5a67d8;margin-bottom:8px}.benefit-item{font-size:13px;color:#4a5568;line-height:1.9}.form-input{width:100%;padding:13px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;margin-bottom:12px;outline:none;transition:border-color .2s}.form-input:focus{border-color:#667eea}.code-row{display:flex;gap:10px}.code-row .form-input{flex:1}.code-btn{flex-shrink:0;padding:0 16px;border:none;border-radius:10px;background:#edf2f7;color:#4a5568;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.code-btn:disabled{color:#a0aec0;cursor:not-allowed}.login-user-bar{display:flex;align-items:center;justify-content:space-between;background:#f7fafc;border-radius:10px;padding:10px 14px;margin-bottom:14px;font-size:13px;color:#4a5568}.login-user-bar .logout-link{color:#e53e3e;cursor:pointer;font-weight:600}.tab-row{display:flex;gap:8px;margin-bottom:14px}.tab-item{flex:1;text-align:center;padding:10px 0;border-radius:10px;background:#edf2f7;color:#4a5568;font-size:14px;font-weight:600;cursor:pointer}.tab-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.wrong-item{background:#f7fafc;border-radius:12px;padding:12px 14px;margin-bottom:10px}.wrong-item .wi-q{font-size:14px;color:#2d3748;line-height:1.5;margin-bottom:6px}.wrong-item .wi-meta{font-size:12px;color:#718096;display:flex;gap:10px;flex-wrap:wrap}.wrong-item .wi-ops{margin-top:8px;display:flex;gap:8px}.wrong-item .wi-ops button{border:none;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;background:#e2e8f0;color:#4a5568}.wrong-item .wi-ops button.op-master{background:#c6f6d5;color:#276749}.wrong-item .wi-ops button.op-del{background:#fed7d7;color:#c53030}.wrong-item.mastered{opacity:.65}.tag-chip{display:inline-block;font-size:11px;padding:2px 8px;border-radius:6px;background:#e9d8fd;color:#6b46c1;font-weight:600}.session-item{background:#f7fafc;border-radius:12px;padding:12px 14px;margin-bottom:10px;cursor:pointer}.session-item .si-top{display:flex;justify-content:space-between;align-items:center}.session-item .si-score{font-size:20px;font-weight:700;color:#5a67d8}.session-item .si-meta{font-size:12px;color:#718096;margin-top:4px}.report-section{margin-bottom:14px}.report-section .rs-title{font-size:14px;font-weight:700;color:#2d3748;margin-bottom:8px}.report-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:12px}.report-bar-row .rb-label{width:110px;flex-shrink:0;color:#4a5568;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-bar-track{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.report-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.report-bar-fill.weak{background:linear-gradient(90deg,#f56565,#ed8936)}.report-bar-row .rb-val{width:64px;text-align:right;color:#718096;flex-shrink:0}.suggestion-item{font-size:13px;color:#4a5568;line-height:1.7;padding-left:4px}.report-scroll{max-height:55vh;overflow-y:auto}
