*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #faf8f5;--card-bg: #ffffff;--card-hover: #f5f2ed;--primary: #c0785a;--primary-hover: #a86448;--secondary: #7c6d8a;--text: #2d2926;--text-muted: #8a8279;--border: rgba(45,41,38,.1);--radius: 16px;--shadow: 0 2px 16px rgba(45,41,38,.06)}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,system-ui,sans-serif;background:var(--bg);background-image:radial-gradient(ellipse at top,rgba(192,120,90,.04) 0%,transparent 60%);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}#app{max-width:600px;margin:0 auto;padding:24px 16px 80px;min-height:100vh}.page{display:none}.page.active{display:block}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;box-shadow:var(--shadow);box-shadow:0 1px 3px #2d29260a,0 4px 12px #2d29260f}.intro-card{text-align:center;padding:48px 24px;margin-top:40px}.intro-title{font-size:28px;font-weight:700;line-height:1.4;margin-bottom:12px;color:var(--text)}.intro-sub{font-size:15px;color:var(--text-muted);margin-bottom:32px;line-height:1.6}.intro-credit{font-size:12px;color:var(--text-muted);margin-top:16px}.intro-note{font-size:11px;color:#9ca3af;margin-top:8px}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s ease;outline:none;font-family:inherit}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn-primary{background:#c0785a;color:#fff;padding:14px 48px;border-radius:12px;font-size:18px}.btn-primary:hover{background:#a86448;transform:translateY(-1px);box-shadow:0 4px 20px #c0785a4d}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#0000000f;color:var(--text);padding:10px 24px;font-size:14px}.btn-secondary:hover{background:#0000001a}.quiz-card{padding:24px 20px}.progress-bar{height:4px;background:#00000014;border-radius:2px;margin-bottom:8px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#c0785a,#d4956e);border-radius:2px;width:0%;transition:width .3s ease}.progress-text{font-size:12px;color:var(--text-muted);text-align:right;margin-bottom:20px}.question-area{margin-bottom:24px}.question-text{font-size:16px;line-height:1.7;color:var(--text);font-weight:500}.options{display:flex;flex-direction:column;gap:10px}.btn-option{background:#c0785a0f;color:var(--text);padding:14px 16px;border-radius:10px;font-size:15px;text-align:left;line-height:1.5;border:1.5px solid rgba(192,120,90,.35);cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-option:hover{background:#c0785a24;border-color:#c0785a99;transform:translate(4px)}.btn-option:active{background:#c0785a38;transform:translate(2px)}.btn-prev{background:#0000000a;color:var(--text-muted);padding:10px 16px;border-radius:10px;font-size:14px;border:1px solid rgba(0,0,0,.08);cursor:pointer;font-family:inherit;transition:all .15s ease;margin-top:4px}.btn-prev:hover{background:#00000014;color:var(--text)}.result-card{padding:28px 20px;text-align:center}.result-kicker{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.result-code{font-size:64px;font-weight:800;color:#c0785a;letter-spacing:.05em;line-height:1;margin-bottom:4px}.result-name{font-size:24px;font-weight:700;color:var(--text);margin-bottom:12px}.result-badge{display:inline-block;background:#c0785a1a;color:#c0785a;font-size:13px;font-weight:600;padding:4px 14px;border-radius:20px;margin-bottom:20px}.result-intro{font-size:16px;color:var(--text-muted);line-height:1.6;margin-bottom:12px;font-style:italic}.result-desc{font-size:14px;color:var(--text-muted);line-height:1.8;text-align:left;margin-bottom:28px}.result-secondary{background:#c0785a0f;border:1px solid rgba(192,120,90,.15);border-radius:10px;padding:12px 16px;margin-bottom:20px}.secondary-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.secondary-code{font-size:36px;font-weight:800;color:#7c6d8a;letter-spacing:.05em;line-height:1;margin-bottom:4px}.secondary-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.secondary-desc{font-size:13px;color:var(--text-muted);font-style:italic;line-height:1.5}.secondary-info{font-size:14px;color:var(--text)}.section-title{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:28px 0 16px;text-align:left}#radar-chart{display:block;margin:0 auto 8px;max-width:100%}.dimensions-detail{text-align:left}.dim-row{padding:10px 0;border-bottom:1px solid var(--border)}.dim-row:last-child{border-bottom:none}.dim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dim-name{font-size:13px;font-weight:600;color:var(--text)}.dim-level{font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px}.level-low{background:#ef444426;color:#ef4444}.level-mid{background:#f59e0b26;color:#f59e0b}.level-high{background:#22c55e26;color:#22c55e}.dim-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.result-top3{text-align:left}#top-list{display:flex;flex-direction:column;gap:8px}.top-item{display:flex;align-items:center;gap:12px;background:#00000008;border-radius:10px;padding:10px 14px;font-size:14px}.top-rank{color:var(--text-muted);font-size:12px;min-width:28px}.top-code{font-weight:800;color:#c0785a;min-width:60px}.top-name{color:var(--text);flex:1;text-align:left}.top-sim{color:var(--text-muted);font-size:12px}.disclaimer{font-size:11px;color:#9ca3af;line-height:1.6;margin:20px 0;text-align:left}.result-actions{display:flex;flex-direction:column;gap:10px;align-items:center}@media (min-width: 480px){.result-actions{flex-direction:row;justify-content:center}}
