:root{color-scheme:light;--ink:#192540;--muted:#697287;--blue:#315cf5;--line:#e1e6ee;--page:#f5f7fb;--white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;color:var(--ink);background:var(--page)}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button,a,input,summary{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #6383ff}h1,h2,h3,h4,p{margin-top:0}button{touch-action:manipulation}h1:focus,main:focus{outline:none}::selection{background:#d7e1ff}.shell{display:grid;grid-template-columns:292px minmax(0,1fr);min-height:100svh}.sidebar{position:sticky;top:0;height:100svh;background:#142347;color:#fff;padding:32px 28px;display:flex;flex-direction:column;overflow:auto}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:650;letter-spacing:.02em;white-space:nowrap}.brand img{flex-shrink:0}.side-intro{margin-top:46px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.17em;color:#9facd3}.side-intro h2{font-size:25px;font-weight:500;line-height:1.65;margin:15px 0 12px;letter-spacing:.01em}.side-intro p{font-size:14px;color:#bbc5dd;line-height:1.85;max-width:216px}.stage-list{margin-top:18px;display:grid;gap:7px}.stage-list>div{padding:13px 12px;display:flex;align-items:center;gap:12px;border-radius:7px;color:#c2cce3;font-size:15px}.stage-list>div>span{font-size:13px;color:#98acd1;font-variant-numeric:tabular-nums}.stage-list small{margin-left:auto;font-size:12px}.stage-list .active{background:#2b3e67;color:#fff}.stage-list .active>span{color:#fff}.side-progress{margin-top:30px}.progress-label{display:flex;justify-content:space-between;font-size:14px;color:#cbd4e8}.progress-label strong{font-size:14px;font-weight:500;color:#fff}progress{display:block;margin:12px 0 20px;width:100%;height:4px;appearance:none;border:0;background:#344666;border-radius:8px;overflow:hidden}progress::-webkit-progress-bar{background:#344666}progress::-webkit-progress-value{background:#82a3ff;transition:width .2s}progress::-moz-progress-bar{background:#82a3ff}.question-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.question-grid button{width:100%;aspect-ratio:1;border:1px solid #405172;border-radius:6px;background:transparent;color:#d0d9eb;font-size:13px;padding:0;font-variant-numeric:tabular-nums}.question-grid button:hover{background:#2b3e67}.question-grid .answered{background:#315cf5;border-color:#6687ff;color:white}.question-grid .skipped{border-style:dashed;background:#273650}.question-grid .current{box-shadow:0 0 0 2px #fff;outline-offset:5px}.grid-note{font-size:12px;color:#bdc9e0;display:flex;align-items:center;gap:7px;margin:14px 0 0}.legend-done,.legend-skip{width:9px;height:9px;display:inline-block;background:#6489ff;border-radius:2px}.legend-skip{margin-left:10px;background:none;border:1px dashed #bbc9e2}.side-bottom{margin-top:auto;padding-top:34px;font-size:13px;color:#c1cbe1}.side-bottom p{font-size:12px;color:#9daccb;line-height:1.7;margin:9px 0 0}.workspace{min-width:0}.topbar{height:83px;border-bottom:1px solid var(--line);padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;font-size:14px;color:var(--muted)}.text-button{border:0;background:none;color:#465573;padding:10px 9px;border-radius:6px;font-size:14px;font-weight:500;line-height:1.5}.text-button:hover{background:#eaf0fc;color:var(--blue)}.topbar .text-button{color:var(--ink)}main{max-width:1040px;margin:0 auto;padding:52px 6% 30px;min-height:calc(100svh - 181px)}.question-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#748097;font-size:14px;margin-bottom:30px}.question-meta strong{font-size:23px;color:var(--ink);font-weight:550;margin-right:3px;font-variant-numeric:tabular-nums}.pill{display:inline-block;border:1px solid #d7e1f8;border-radius:5px;padding:6px 11px;font-size:13px;font-weight:600;letter-spacing:.04em;color:#3756ae;background:#edf2ff}.intro-note{font-size:14px;color:#697287;line-height:1.9;margin:-10px 0 22px;max-width:720px}h1{font-size:clamp(25px,2.5vw,34px);font-weight:650;line-height:1.55;letter-spacing:-.025em;margin-bottom:14px;overflow-wrap:anywhere}.question-hint{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:28px}.options{border:0;margin:0;padding:0;display:grid;gap:13px}.option{position:relative;display:flex;align-items:center;gap:17px;min-height:76px;border:1px solid #dce2ec;background:white;border-radius:10px;padding:16px 22px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.option:hover{border-color:#94aafd;box-shadow:0 3px 12px #24446c08}.option.selected{border-color:var(--blue);background:#edf2ff;box-shadow:0 0 0 1px var(--blue)}.option input{position:absolute;opacity:0;width:1px;height:1px}.option:has(input:focus-visible){outline:3px solid #809cff;outline-offset:4px}.option-letter{width:33px;height:33px;border:1px solid #dfe5ef;border-radius:7px;display:grid;place-items:center;flex-shrink:0;color:#60708c;font-size:14px;font-weight:550;background:#f8faff}.selected .option-letter{background:var(--blue);border-color:var(--blue);color:white}.option-text{font-size:16px;line-height:1.8;flex:1;overflow-wrap:anywhere}.option-check{color:var(--blue);visibility:hidden;font-size:18px}.selected .option-check{visibility:visible}.quiz-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:30px}.quiz-actions>div{display:flex;align-items:center;gap:12px}.primary,.secondary{border-radius:7px;padding:12px 22px;min-height:47px;border:1px solid transparent;font-size:15px;font-weight:550;line-height:1.5;display:inline-flex;align-items:center;justify-content:center;gap:14px}.primary{color:#fff;background:var(--blue)}.primary:hover:not(:disabled){background:#2449d1}.secondary{color:#465573;border-color:#dce2ec;background:white}.secondary:hover:not(:disabled){background:#eff3f9}.quiz-bottom{border-top:1px solid var(--line);margin-top:30px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px;color:#7b8597;line-height:1.8}.quiz-bottom .text-button{white-space:nowrap}.page-footer{max-width:1040px;margin:0 auto;padding:22px 6% 30px;font-size:12px;line-height:1.9;color:#7b8597}.page-footer span{display:block;margin-top:3px}.lead{line-height:1.9;color:#657086;font-size:16px}.review-view h1{margin:18px 0}.review-list{margin-top:30px}.review-list article{padding:22px 0;border-top:1px solid var(--line);position:relative}.review-list article>div{display:flex;gap:15px;align-items:baseline}.review-number{font-size:13px;color:#7a8598;font-variant-numeric:tabular-nums}.review-list h2{font-size:16px;line-height:1.8;margin:0;font-weight:550}.review-list p{margin:10px 0 0 32px;font-size:14px;line-height:1.8;color:#68738b}.review-list .text-button{margin-left:23px}.review-actions,.result-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px}.result-heading{border-bottom:1px solid var(--line);padding-bottom:30px}.result-kicker{font-size:14px;color:#65738f;margin:22px 0 10px;line-height:1.8}.result-heading h1{font-size:clamp(32px,3.5vw,46px);margin:0 0 15px;line-height:1.35;letter-spacing:-.04em}.core-question{font-size:20px;line-height:1.8;font-weight:500;max-width:630px;margin-bottom:18px}.secondary-note{font-size:14px;line-height:1.8;color:#68738b}.combination{font-size:16px;line-height:1.9;color:#52607a;border-left:3px solid var(--blue);padding:0 0 0 17px;margin:22px 0 0;max-width:710px}.result-section{margin-top:34px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px}.section-heading h2{font-size:21px;font-weight:600;line-height:1.5;margin:0}.section-heading>span{font-size:12px;color:#7b8597}.distribution{background:#fff;border:1px solid var(--line);border-radius:10px;padding:23px 26px;display:grid;gap:18px}.bar-row{display:grid;grid-template-columns:66px minmax(0,1fr) 62px;gap:17px;align-items:center;font-size:14px}.bar-track{height:9px;background:#edf0f6;border-radius:3px;overflow:hidden}.bar-track>div{height:100%;border-radius:3px}.bar-row strong{text-align:right;font-size:16px;font-variant-numeric:tabular-nums;font-weight:550}.bar-row small{font-weight:400;color:#8791a3;font-size:12px}.small-note{font-size:13px;color:#768097;line-height:1.8;margin:12px 0 20px}.profile{border:1px solid var(--line);border-radius:9px;background:white;margin-bottom:14px;overflow:hidden}.profile summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:22px 24px;font-size:19px;font-weight:600}.profile summary::-webkit-details-marker{display:none}.profile summary>span:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.profile summary i{width:10px;height:10px;border-radius:2px}.profile summary small{font-size:13px;color:#78839b;font-weight:400}.summary-plus{font-size:21px;font-weight:400;color:#8795b0}.profile[open] .summary-plus{transform:rotate(45deg)}.profile-body{padding:0 24px 20px}.profile-body h3{font-size:18px;line-height:1.8;margin:0 0 16px}.profile-body p,.reminder p{font-size:15px;line-height:1.95;color:#5f6d84;margin-bottom:15px}.profile-body h4{font-size:14px;font-weight:600;margin:22px 0 10px}.evidence{display:grid;gap:8px}.evidence button,.axis-evidence button{border:0;border-radius:6px;background:#f4f6fb;display:block;text-align:left;color:#4d5d77;font-size:14px;line-height:1.8;padding:11px 14px;width:100%}.evidence button:hover,.axis-evidence button:hover{background:#eaf0ff}.evidence button span,.axis-evidence button span{display:block;color:#3c5ebe;font-size:12px;margin-bottom:4px}.axes{display:grid;grid-template-columns:1fr 1fr;gap:16px}.axis-card{min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;padding:23px}.axis-title{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:26px}.axis-title h3{font-size:17px;margin:0;line-height:1.5}.axis-title>span{font-size:12px;background:#eff3fc;padding:4px 7px;border-radius:4px;color:#4e6393}.axis-labels{display:flex;justify-content:space-between;font-size:12px;color:#778298;margin-bottom:12px;gap:12px}.axis-track{height:7px;background:linear-gradient(90deg,#dae3ff,#edf0f6,#cfdaf9);border-radius:6px;position:relative;margin:0 6px 23px}.axis-track:after{content:'';position:absolute;height:11px;width:1px;left:50%;top:-2px;background:#bbc7df}.axis-marker{position:absolute;transform:translateX(-50%);width:15px;height:15px;top:-4px;border-radius:50%;background:var(--blue);border:3px solid #fff;box-shadow:0 0 0 1px var(--blue);z-index:1}.axis-card p{font-size:14px;line-height:1.85;color:#64718a;margin-bottom:14px}.axis-card .context-note{color:#7c612c;background:#faf5e9;padding:9px 12px;border-radius:5px;font-size:13px}.axis-evidence summary{font-size:13px;color:#4762aa;cursor:pointer;padding:8px 0}.axis-evidence button{font-size:13px;margin:6px 0}.reminder{border-top:1px solid var(--line);padding:21px 0}.reminder h3{font-size:17px;margin:0 0 9px;line-height:1.6}.reminder small{font-size:12px;color:#7a8597;line-height:1.7}.method{border-top:1px solid var(--line);margin-top:30px;padding-top:20px}.method summary{cursor:pointer;font-size:14px;color:#69758d;padding:6px 0}.method p{font-size:13px;line-height:1.9;color:#738098;margin:16px 0 0}.result-actions{padding-top:12px}dialog{border:1px solid #dce3ef;border-radius:13px;padding:28px;max-width:min(500px,calc(100% - 32px));width:100%;color:var(--ink);box-shadow:0 20px 100px #14234735}dialog::backdrop{background:#12203d66}dialog h2{font-size:23px;line-height:1.6;margin:0 0 13px}dialog p{font-size:16px;color:#64718a;line-height:1.9}.dialog-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.share-input{font-size:14px;width:100%;padding:12px;border:1px solid #c9d5ee;border-radius:6px;color:#335ac4;background:#f6f8fd}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,15px);background:#172843;color:#fff;border-radius:8px;padding:13px 21px;box-shadow:0 5px 25px #14234720;font-size:14px;line-height:1.7;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px);z-index:100}#toast.visible{opacity:1;transform:translate(-50%,0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:15px;top:-100px;background:white;color:var(--blue);padding:12px;z-index:200;border-radius:5px}.skip-link:focus{top:15px}.noscript{position:fixed;inset:15%;background:#fff;padding:30px;border:1px solid var(--line);z-index:200}
@media(min-width:1500px){main{padding-top:62px}.quiz-view{max-width:780px;margin:auto}}
@media(max-width:1100px){.shell{grid-template-columns:246px minmax(0,1fr)}.sidebar{padding:26px 20px}.brand{font-size:18px;gap:9px}.side-intro h2{font-size:22px}.side-intro{margin-top:35px}.question-grid{gap:7px}main{padding:37px 5% 25px}.axes{grid-template-columns:1fr}.side-bottom{padding-top:25px}.stage-list>div{padding:12px 8px;font-size:14px}.option{padding:15px 18px}}
@media(max-width:760px){.shell{display:block}.sidebar{position:relative;height:auto;padding:19px 22px 17px;overflow:visible}.brand{font-size:19px}.brand img{width:29px;height:29px}.side-intro,.stage-list,.question-grid,.grid-note,.side-bottom{display:none}.side-progress{margin-top:19px;display:flex;align-items:center;gap:17px;flex-direction:row-reverse}.progress-label{flex-shrink:0;font-size:12px;gap:10px}.progress-label>span{display:none}.progress-label strong{font-size:12px}progress{margin:0;height:3px;flex:1}.topbar{height:61px;padding:0 22px;font-size:13px}.topbar .text-button{font-size:13px}main{padding:28px 22px 20px;min-height:0}.question-meta{margin-bottom:23px}.question-meta strong{font-size:20px}.pill{font-size:12px}h1{font-size:25px;line-height:1.55;margin-bottom:13px}.intro-note{font-size:13px;margin:0 0 21px}.question-hint{font-size:13px;margin-bottom:22px}.options{gap:12px}.option{gap:12px;padding:15px 14px;min-height:77px;border-radius:9px}.option-text{font-size:16px;line-height:1.8}.option-letter{width:29px;height:29px;font-size:13px}.option-check{font-size:16px}.quiz-actions{margin-top:25px;gap:8px}.quiz-actions>div{gap:4px}.primary,.secondary{padding:12px 15px;font-size:14px;gap:8px}.quiz-actions .text-button{font-size:13px;padding:10px 8px}.quiz-bottom{margin-top:24px;gap:8px;font-size:12px;align-items:flex-start}.quiz-bottom>span{max-width:70%}.quiz-bottom .text-button{font-size:12px;padding-top:0}.page-footer{padding:15px 22px 24px;font-size:12px}.result-heading h1{font-size:34px}.core-question{font-size:18px}.combination{font-size:15px}.distribution{padding:23px 18px}.bar-row{gap:10px;grid-template-columns:60px minmax(0,1fr) 55px}.section-heading h2{font-size:20px}.section-heading>span{font-size:12px}.profile summary{padding:20px;font-size:18px}.profile-body{padding:0 20px 17px}.axis-card{padding:22px 20px}.result-section{margin-top:29px}.result-actions{gap:10px}.result-actions .primary{width:100%}.result-kicker{font-size:13px}.review-list h2{font-size:16px}.review-list p{font-size:14px}.review-list article{padding:19px 0}dialog{padding:23px}.dialog-actions>button{flex:1}.lead{font-size:15px}}
.portrait{font-size:18px;line-height:1.95;max-width:760px;margin:18px 0;color:#354767}
.status-reason,.mechanism-roles{font-size:16px;line-height:1.9;color:#4d5d77;overflow-wrap:anywhere}
.profile-body p,.reminder p,.axis-card p{font-size:16px;line-height:1.95}
.profile-body .profile-nickname{font-size:14px;color:#697287;margin-bottom:10px}
.evidence-interpretation{margin-top:18px}
.profile-checks{margin:20px 0 4px;border-top:1px solid var(--line);padding-top:8px}
.profile-checks summary{display:list-item;font-size:14px;padding:10px 0;line-height:1.8;font-weight:500;list-style:revert}
.profile-checks summary::-webkit-details-marker{display:revert}
.profile-checks p:first-of-type{font-size:14px;margin-top:12px}
.mechanism-section{border-left:3px solid var(--blue);padding:4px 0 4px 22px}
.mechanism-section .combination{border:0;padding:0;max-width:none}
.combination-evidence{margin-top:12px}.combination-evidence>p{font-size:14px;font-weight:600;margin:0 0 7px}
.axis-score{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin:-10px 0 24px}
.axis-score strong{font-size:27px;font-variant-numeric:tabular-nums;letter-spacing:-.03em}
.axis-score>span{font-size:14px;line-height:1.7;color:#65738f}
.axis-labels,.axis-title>span,.axis-evidence summary,.axis-evidence button,.axis-card .context-note{font-size:14px}
.axis-evidence button .evidence-question{font-size:14px;color:#596982;line-height:1.8;margin:7px 0}
.evidence button span,.axis-evidence button span{font-size:14px}
.reminder .reminder-evidence{font-size:14px;color:#68738b;background:#eef2f9;padding:14px 16px;border-radius:6px}
.exercise-card{padding:22px 24px;margin:14px 0;background:#fff;border:1px solid var(--line);border-radius:9px}
.exercise-card h3,.exercise-card summary{font-size:18px;font-weight:600;line-height:1.7;margin:0;cursor:default}
details.exercise-card summary{cursor:pointer}
.exercise-card p{font-size:16px;line-height:1.95;color:#53637c;margin:16px 0 0}
.exercise-extra{border-top:1px solid var(--line);padding-top:16px}
.exercise-extra strong{font-weight:600;color:#354f84}
@media(max-width:760px){.portrait{font-size:17px}.mechanism-section{padding-left:16px}.exercise-card{padding:20px}.profile summary{gap:12px}.profile-checks summary{padding-left:0;padding-right:0}.axis-score>span{font-size:14px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
