:root{--bg: #ecf4ea;--panel: rgba(255, 255, 255, .88);--panel-strong: #ffffff;--text: #18231d;--muted: #5e7365;--line: rgba(80, 109, 88, .16);--line-strong: rgba(61, 92, 69, .28);--accent: #5d8064;--accent-strong: #35553d;--accent-soft: #dceada;--shadow: 0 26px 90px rgba(38, 60, 43, .12);--radius-xl: 30px;--radius-lg: 22px;--radius-md: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%}html,body{margin:0;padding:0}body{color:var(--text);font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:radial-gradient(circle at 0 0,rgba(148,186,157,.28),transparent 26%),radial-gradient(circle at 100% 18%,rgba(122,162,132,.18),transparent 22%),linear-gradient(180deg,#f7fbf5,var(--bg));-webkit-font-smoothing:antialiased}button,a,input{font:inherit}a{color:inherit}.app-shell{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:28px 0 max(48px,env(safe-area-inset-bottom))}.sticky-navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;height:52px;padding:0 max(calc((100% - 1160px)/2 + 16px),16px);border-bottom:1px solid var(--line);background:#ecf4ead1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.navbar-home{display:inline-flex;align-items:center;gap:6px;padding:0 12px;height:36px;border:1px solid var(--line);border-radius:10px;background:#ffffffd6;color:var(--accent-strong);font-size:13px;text-decoration:none;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.navbar-home:hover{transform:translateY(-1px);border-color:var(--line-strong);background:#fffffff5}.screen{display:block}.result-screen{display:grid;gap:16px}.card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card:before{content:"";position:absolute;inset:auto -84px -84px auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#86a88f29 0,#86a88f00 68%);pointer-events:none}.hero,.panel{position:relative;z-index:1;padding:28px}.hero-copy,.hero-side{position:relative;z-index:1}.eyebrow,.badge,.match-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--line);background:#ffffffb8;padding:8px 12px;font-size:12px;letter-spacing:.04em}.hero h1{margin:18px 0 0;font-size:clamp(38px,5.2vw,68px);line-height:.98;letter-spacing:-.05em}.sub{max-width:700px;margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.9}.hero-actions,.topbar,.progress-wrap,.actions-bottom,.result-actions,.section-head,.dim-item-top{display:flex;align-items:center}.hero-actions,.result-actions{margin-top:24px;gap:12px;flex-wrap:wrap}.intro-meta{margin-top:24px;color:var(--muted);font-size:13px;line-height:1.8}.intro-meta p,.sub,.mini-card p,.mini-card ul,.type-sub,.rank-intro,.note-extra,.analysis-card p,.note-card p,.hint{margin:0}.hero-side{display:grid;gap:14px}.mini-card,.poster-card,.type-card,.analysis-card,.rank-card,.dim-card,.note-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#f7fbf6f5)}.mini-card{padding:18px}.mini-card h2,.analysis-card h3,.rank-card h3,.dim-card h3,.note-card h3{margin:0 0 10px;font-size:16px}.mini-card p,.mini-card ul,.analysis-card p,.note-card p{color:var(--muted);font-size:14px;line-height:1.8}.mini-card ul{padding-left:18px}.btn-primary,.btn-secondary,.btn-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:1px solid transparent;border-radius:15px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--accent-strong),#284532);box-shadow:0 16px 36px #33513a42}.btn-secondary,.btn-link{color:var(--accent-strong);background:#ffffffd6;border-color:var(--line)}.btn-primary:hover,.btn-secondary:hover,.btn-link:hover{transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.panel{padding:24px}.topbar{justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.progress-wrap{gap:14px;flex:1;justify-content:flex-end;min-width:260px}.progress-track{height:12px;flex:1;overflow:hidden;border-radius:999px;background:#c5d6c785}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#88a78f,#45634b);transition:width .22s ease}.progress-text{color:var(--muted);white-space:nowrap;font-size:13px}.quiz-status{margin-bottom:12px}.question-list,.ranked-list,.dim-list,.result-grid{display:grid;gap:16px}.question-stage{min-height:420px}.question{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fffffffa,#fafdfaf5);padding:18px}.question-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.badge-soft{background:#e1ece2b8}.question-title{margin:0;white-space:pre-wrap;font-size:17px;line-height:1.72}.options{display:grid;gap:10px;margin-top:14px}.option{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffeb;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.option:hover{transform:translateY(-1px);border-color:var(--line-strong);background:#f4faf4fa}.option input{margin-top:3px;accent-color:var(--accent-strong)}.option-code{min-width:24px;color:var(--accent-strong);font-weight:700}.option-text{line-height:1.7}.actions-bottom{justify-content:space-between;gap:12px;margin-top:18px;flex-wrap:wrap}.quiz-nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.nav-btn{min-width:144px}.hint{max-width:680px;color:var(--muted);font-size:13px;line-height:1.8}.result-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.poster-card,.type-card,.analysis-card,.rank-card,.dim-card,.note-card{padding:20px}.poster-card{--poster-hue: 145;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0;overflow:hidden;min-height:420px;background:radial-gradient(circle at 16% 18%,hsla(var(--poster-hue),60%,84%,.58),transparent 24%),radial-gradient(circle at 82% 14%,hsla(calc(var(--poster-hue) + 26),54%,78%,.44),transparent 20%),linear-gradient(145deg,hsla(var(--poster-hue),48%,93%,.96),#fff 50%,hsla(var(--poster-hue),40%,96%,.98))}.poster-noise{position:absolute;inset:0;background:linear-gradient(120deg,#ffffff6b,#fff0),repeating-linear-gradient(135deg,#1e2d2105 0 3px,#fff0 3px 16px);pointer-events:none}.poster-kicker,.type-kicker,.aside-label,.poster-name{margin:0;letter-spacing:.08em;text-transform:uppercase}.poster-kicker,.type-kicker{color:var(--accent-strong);font-size:12px}.poster-code{position:relative;z-index:1;margin:18px 0 0;font-size:clamp(48px,8vw,98px);line-height:.92;letter-spacing:-.06em}.poster-name{position:relative;z-index:1;margin-top:12px;color:#19231dbd;font-size:15px}.poster-visual{position:relative;z-index:1;width:min(100%,500px);margin-top:18px;margin-left:0;overflow:hidden;border:1px solid rgba(72,100,79,.16);box-shadow:0 14px 36px #273b2c1f}.poster-image{display:block;width:100%;height:auto}.poster-intro{position:relative;z-index:1;margin:18px 0 0;color:#19231dc7;font-size:15px;line-height:1.8}.type-name{margin:10px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:-.04em}.match-badge{margin-top:16px;color:var(--accent-strong);font-weight:700}.type-sub,.result-aside,.note-extra{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.8}.aside-label{color:var(--accent-strong);font-size:11px}.aside-value{margin:6px 0 0;font-size:20px;font-weight:700}.aside-copy{margin:8px 0 0}.analysis-card p{color:#304034;white-space:pre-wrap;font-size:15px;line-height:1.9}.section-head{justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.btn-export{min-height:44px;padding-inline:16px}.btn-export-primary{color:#fff;background:linear-gradient(135deg,#ff9f45,#ff7a00);box-shadow:0 16px 34px #ff841c47}.btn-export-primary:hover{transform:translateY(-1px)}.export-callout{margin-top:18px}.export-callout p{margin:0 0 12px;color:#8f5416;font-size:13px;line-height:1.7}.export-callout .btn-export{width:100%;min-height:52px;font-weight:700;border-radius:12px;border:none}.rank-item{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffe6;padding:14px}.rank-item.is-top{border-color:#4e6e564d;background:linear-gradient(180deg,#f6fbf6f5,#fffffff0)}.rank-name{font-weight:700}.rank-intro{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.7}.rank-score{display:grid;justify-items:end;gap:4px;color:var(--accent-strong);white-space:nowrap}.rank-score strong{font-size:22px;line-height:1}.rank-score span,.dim-item-top span{font-size:12px}.dim-list{grid-template-columns:repeat(2,minmax(0,1fr))}.dim-item{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffe6;padding:14px}.dim-item-top{justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--accent-strong)}.dim-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.note-extra{opacity:.82}.result-actions{justify-content:flex-end;gap:12px;margin-top:22px}.poster-preview-overlay{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:20px;background:#141e188a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.poster-preview-dialog{display:flex;flex-direction:column;width:min(100%,620px);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid rgba(219,233,221,.3);border-radius:28px;background:linear-gradient(180deg,#fffffff7,#f6fbf7f5);box-shadow:0 28px 80px #111c1447;padding:18px}.poster-preview-header{display:flex;justify-content:flex-end;margin-bottom:4px}.poster-preview-hint,.poster-preview-copy{margin:0}.poster-preview-close{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#ffffffe6;color:var(--accent-strong);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.poster-preview-close:hover{transform:translateY(-1px);border-color:var(--line-strong)}.poster-preview-frame{flex:1 1 auto;min-height:0;margin-top:16px;overflow:auto;border:1px solid rgba(72,100,79,.16);border-radius:22px;background:#fff;box-shadow:0 18px 44px #273b2c24}.poster-preview-image{display:block;width:100%;height:auto}.poster-preview-hint{color:#16321f;font-size:clamp(18px,3.2vw,22px);font-weight:800;line-height:1.3;text-align:center}.poster-preview-tip{margin-top:14px;border:1px solid rgba(255,159,69,.34);border-radius:20px;background:linear-gradient(180deg,#fff8f1fa,#fff2e6f0);box-shadow:0 16px 34px #ff841c1f;padding:16px 18px}.poster-preview-copy{margin-top:8px;color:#8f5416;font-size:13px;line-height:1.7;text-align:center}.poster-preview-download{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:12px;border-radius:16px;background:linear-gradient(135deg,#ff9f45,#ff7a00);box-shadow:0 16px 34px #ff841c3d;color:#fff;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.poster-preview-download:hover{transform:translateY(-1px)}.poster-preview-actions{position:sticky;bottom:0;z-index:1;margin-top:12px;padding-top:12px;background:linear-gradient(180deg,#f6fbf700,#f6fbf7f5 24%)}@media(max-width:960px){.hero,.result-grid,.dim-list{grid-template-columns:1fr}}@media(max-width:720px){.app-shell{width:min(100% - 20px,1160px);padding-top:12px}.result-screen{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.hero,.panel{padding:16px}.topbar,.progress-wrap,.actions-bottom,.quiz-nav,.rank-item,.result-actions{flex-direction:column;align-items:stretch}.rank-score{justify-items:start}.poster-card{min-height:360px}.poster-intro{margin-top:16px}.poster-visual{width:100%;max-width:500px;margin-inline:0}.section-head{align-items:stretch}.btn-primary,.btn-secondary,.btn-link,.btn-export,.nav-btn{width:100%}.result-actions{position:sticky;bottom:0;z-index:8;margin-top:18px;padding:12px 12px calc(20px + env(safe-area-inset-bottom));border:1px solid var(--line);border-radius:20px;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.poster-preview-overlay{padding:12px}.poster-preview-dialog{width:100%;max-height:calc(100dvh - 24px);overflow:auto;padding:14px;border-radius:24px}.poster-preview-header{justify-content:flex-end}.poster-preview-close{width:100%}.poster-preview-actions{position:static;background:none;padding-top:0}}@media(max-width:480px){.hero h1{font-size:34px}.question-title{font-size:15px}.poster-code,.type-name{word-break:break-word}.poster-code{font-size:52px}.poster-preview-hint{font-size:18px}}
