:root{--paper:#efe4c9;--paper-soft:#f7f0de;--ink:#2f2418;--ink-soft:#433425;--muted:#65513d;--line:rgba(103,79,53,0.24);--line-soft:rgba(103,79,53,0.14);--seal:#8d3126;--shadow:rgba(65,48,29,0.08);}*{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at top left,rgba(255,246,223,0.65),transparent 22%),radial-gradient(circle at bottom right,rgba(172,131,68,0.08),transparent 24%),repeating-linear-gradient(90deg,rgba(102,82,55,0.02) 0,rgba(102,82,55,0.02) 1px,transparent 1px,transparent 26px),linear-gradient(180deg,#f8f1df 0%,var(--paper) 100%);font-family:"Iowan Old Style","Baskerville","Songti SC","STSong","Source Han Serif SC","SimSun",serif;}.paper-shell{max-width:1080px;margin:0 auto;padding:28px 18px 64px;}.page{display:none;}.page.active{display:block;animation:fadeIn 0.32s ease;}[hidden]{display:none !important;}.hero,.quote-card,.section,.quiz-card,.report-card{position:relative;background:linear-gradient(180deg,rgba(247,240,222,0.96),rgba(239,228,201,0.92)),var(--paper-soft);border:1px solid rgba(103,79,53,0.18);border-radius:30px;box-shadow:0 22px 44px var(--shadow),inset 0 1px 0 rgba(255,251,239,0.52);}.hero::before,.quote-card::before,.section::before,.quiz-card::before,.report-card::before{content:"";position:absolute;inset:12px;border:1px solid rgba(126,98,67,0.12);border-radius:22px;pointer-events:none;}.hero{overflow:hidden;padding:28px 42px 38px;min-height:min(94vh,980px);display:flex;flex-direction:column;justify-content:space-between;}.hero-topline{display:flex;justify-content:space-between;gap:16px;font-size:11px;letter-spacing:0.28em;color:rgba(101,81,61,0.72);}.hero-visual{position:relative;min-height:360px;margin:26px 0 8px;overflow:hidden;}.visual-haze{position:absolute;border-radius:999px;filter:blur(2px);}.visual-haze-left{left:8%;bottom:34%;width:30%;height:14%;background:rgba(195,188,167,0.24);}.visual-haze-right{right:10%;top:20%;width:24%;height:12%;background:rgba(217,210,186,0.2);}.mountain{position:absolute;left:50%;transform:translateX(-50%);border-radius:50% 50% 0 0;opacity:0.85;}.mountain-back{bottom:18%;width:90%;height:34%;background:linear-gradient(180deg,rgba(173,164,142,0.34),rgba(149,138,116,0.16));filter:blur(1px);}.mountain-mid{bottom:12%;width:72%;height:26%;background:linear-gradient(180deg,rgba(135,124,104,0.42),rgba(135,124,104,0.18));}.mountain-front{bottom:4%;width:58%;height:18%;background:linear-gradient(180deg,rgba(92,74,53,0.62),rgba(92,74,53,0.2));}.moon{position:absolute;left:50%;top:14%;transform:translateX(-50%);width:clamp(88px,12vw,118px);height:clamp(88px,12vw,118px);border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,244,211,0.95),rgba(236,214,146,0.9) 58%,rgba(213,179,96,0.22) 100%);box-shadow:0 0 0 18px rgba(226,196,122,0.08),0 0 40px rgba(201,167,84,0.16);}.war-path{position:absolute;left:50%;bottom:8%;width:180px;height:180px;transform:translateX(-50%);border-left:2px solid rgba(47,36,24,0.34);border-bottom:2px solid rgba(47,36,24,0.22);border-radius:0 0 0 180px;opacity:0.6;}.seal-mark{position:absolute;right:12%;top:18%;width:66px;height:66px;border:2px solid rgba(141,49,38,0.54);color:var(--seal);display:grid;place-items:center;font-size:30px;letter-spacing:0.06em;background:rgba(255,246,236,0.34);box-shadow:0 8px 18px rgba(141,49,38,0.08);}.hero-kicker,.section-head span,.report-tag,.report-label{display:inline-block;margin-bottom:14px;font-size:12px;letter-spacing:0.24em;color:rgba(101,81,61,0.72);}.hero-kicker,.report-tag{text-align:center;}.hero-title{font-size:clamp(38px,6vw,64px);line-height:1.14;text-align:center;letter-spacing:0.03em;font-weight:700;}.hero-subline{max-width:42ch;margin:18px auto 0;font-size:18px;line-height:2;color:var(--muted);text-align:center;}.hero-actions,.quiz-nav,.report-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;}.hero-actions{margin-top:28px;}.hero-meta,.hero-footerline{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;}.hero-meta{margin-top:16px;}.hero-meta span,.entry-card span,.archetype-personas span,.report-cardline span,.report-chip,.reading-card span,.note-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(103,79,53,0.16);background:rgba(255,251,241,0.55);color:var(--muted);font-size:12px;}.hero-footerline{margin-top:22px;font-size:11px;letter-spacing:0.22em;color:rgba(101,81,61,0.68);}.primary-btn,.secondary-btn,.text-btn{min-height:54px;padding:0 24px;border-radius:999px;font-size:15px;cursor:pointer;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;}.primary-btn{border:1px solid rgba(141,49,38,0.32);background:linear-gradient(180deg,rgba(162,66,52,0.92),rgba(126,35,26,0.94)),var(--seal);color:#fff6ed;box-shadow:0 14px 28px rgba(104,38,29,0.16);}.secondary-btn{border:1px solid rgba(103,79,53,0.18);background:rgba(255,249,238,0.72);color:var(--ink);}.text-btn{min-height:auto;padding:0;border:0;background:transparent;color:var(--muted);}.primary-btn:hover,.secondary-btn:hover,.text-btn:hover{transform:translateY(-1px);}.wide{min-width:180px;}.quote-card,.section,.quiz-card,.report-card{margin-top:18px;padding:26px 30px 30px;}.quote-copy{font-size:clamp(22px,3vw,30px);line-height:1.8;text-align:center;color:var(--ink);}.quote-note{max-width:58ch;margin:14px auto 0;font-size:16px;line-height:1.95;text-align:center;color:var(--muted);}.section-head{max-width:66ch;}.section-head h2{font-size:clamp(26px,4vw,38px);line-height:1.42;font-weight:600;}.section-head p{margin-top:12px;font-size:16px;line-height:1.95;color:var(--muted);}.entry-grid,.archetype-grid,.report-grid,.dimension-grid,.report-overview,.thought-grid,.reading-list,.note-row{display:grid;gap:16px;margin-top:24px;}.entry-grid,.report-grid,.report-overview{grid-template-columns:repeat(3,minmax(0,1fr));}.archetype-grid,.dimension-grid,.thought-grid,.reading-list,.note-row{grid-template-columns:repeat(2,minmax(0,1fr));}.entry-card,.archetype-card,.report-cardline,.dimension-card,.overview-card,.thought-card,.quote-panel,.match-panel,.dimension-panel,.reading-card,.note-panel{min-height:100%;padding:22px;background:rgba(255,250,241,0.76);border:1px solid rgba(103,79,53,0.14);border-radius:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.36);}.entry-card em,.archetype-index,.report-step,.dimension-card em,.overview-card em{display:inline-block;margin-bottom:14px;font-size:12px;letter-spacing:0.18em;color:rgba(101,81,61,0.66);font-style:normal;}.entry-card h3,.archetype-card h3,.report-cardline h3,.dimension-card h3,.overview-card h3,.thought-card h3,.quote-panel h3,.match-panel h3,.dimension-panel h3,.note-panel h3{font-size:24px;font-weight:600;line-height:1.35;}.entry-card p,.archetype-card p,.report-cardline p,.dimension-card p,.overview-card p,.thought-card p,.quote-panel p,.note-panel p{margin-top:10px;font-size:15px;line-height:1.9;color:var(--muted);}.entry-card span,.report-cardline span{margin-top:14px;}.archetype-head,.report-cover-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;}.archetype-personas{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}.archetype-card.is-dark,.report-cover{background:radial-gradient(circle at top right,rgba(170,140,89,0.12),transparent 34%),linear-gradient(180deg,rgba(79,59,39,0.98),rgba(56,41,28,0.98));border-color:rgba(193,168,122,0.16);}.archetype-card.is-dark h3,.archetype-card.is-dark p,.archetype-card.is-dark .archetype-index,.report-cover .report-tag,.report-cover .report-subtitle,.report-cover .report-quote,.report-cover .report-source,.report-cover .report-chip,.report-cover .report-score,.report-cover .report-stage,.report-cover .report-title{color:#f1e5d1;}.archetype-card.is-dark .archetype-personas span,.report-cover .report-chip{background:rgba(255,249,237,0.08);border-color:rgba(243,220,184,0.14);}.quiz-top{display:flex;justify-content:space-between;gap:16px;align-items:center;}.quiz-progress-text{color:var(--muted);font-size:14px;}.progress-bar{width:100%;height:10px;margin-top:18px;border-radius:999px;background:rgba(103,79,53,0.12);overflow:hidden;}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,rgba(141,49,38,0.82),rgba(165,128,67,0.8));}.quiz-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:18px;color:var(--muted);font-size:13px;}.quiz-type,.quiz-dimension{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid var(--line-soft);background:rgba(255,251,241,0.6);}.quiz-question{margin-top:20px;font-size:clamp(28px,4vw,40px);line-height:1.5;font-weight:600;}.quiz-note{margin-top:10px;font-size:15px;line-height:1.8;color:var(--muted);}.quiz-options{display:grid;gap:12px;margin-top:24px;}.option-card{width:100%;text-align:left;padding:15px 16px 15px 18px;border-radius:18px;border:1px solid rgba(103,79,53,0.14);background:rgba(255,251,242,0.9);cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease;}.option-card:hover{transform:translateY(-1px);border-color:rgba(141,49,38,0.26);box-shadow:0 16px 28px rgba(65,48,29,0.08);}.option-card.active{border-color:rgba(141,49,38,0.4);box-shadow:inset 0 0 0 1px rgba(141,49,38,0.1),0 14px 26px rgba(65,48,29,0.08);}.option-label{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid rgba(103,79,53,0.18);color:var(--ink-soft);background:rgba(255,247,235,0.88);font-size:13px;}.option-title{margin-top:8px;font-size:17px;color:var(--ink);line-height:1.52;}.option-desc{margin-top:5px;font-size:13px;line-height:1.68;color:var(--muted);}.quiz-nav{margin-top:26px;}.report-cover{padding:24px;border-radius:24px;}.report-title{margin-top:10px;font-size:clamp(34px,5vw,52px);line-height:1.2;text-align:center;font-weight:700;}.report-subtitle{max-width:34ch;margin:14px auto 0;text-align:center;font-size:16px;line-height:1.92;}.report-score,.report-stage{margin-top:12px;text-align:center;font-size:16px;}.report-chip-row{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:20px;}.report-quote{max-width:34ch;margin:22px auto 0;font-size:22px;line-height:1.8;text-align:center;}.report-source{margin-top:8px;text-align:center;font-size:13px;}.overview-card strong{display:block;margin-top:8px;font-size:28px;font-weight:700;}.overview-card p{margin-top:10px;}.match-list,.dimension-list,.thought-card ul,.note-panel ul{list-style:none;display:grid;gap:14px;margin-top:18px;}.match-head,.dimension-head{display:flex;justify-content:space-between;gap:16px;align-items:baseline;}.match-name,.dimension-name{font-size:16px;color:var(--ink);}.match-value,.dimension-value{font-size:14px;color:var(--muted);}.bar-track{height:10px;border-radius:999px;background:rgba(103,79,53,0.1);overflow:hidden;}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,rgba(141,49,38,0.82),rgba(165,128,67,0.8));}.thought-card li,.note-panel li{font-size:15px;line-height:1.86;color:var(--muted);}.quote-panel blockquote{margin-top:10px;font-size:22px;line-height:1.8;color:var(--ink);}.quote-panel footer{margin-top:12px;font-size:14px;color:var(--muted);}.reading-card h4{font-size:18px;line-height:1.5;color:var(--ink);}.reading-card p{margin-top:8px;font-size:14px;line-height:1.8;color:var(--muted);}.report-actions{margin-top:28px;}.access-layer{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:rgba(35,24,14,0.42);backdrop-filter:blur(6px);}.access-panel{position:relative;width:min(520px,100%);padding:30px 26px 24px;border-radius:28px;background:linear-gradient(180deg,rgba(247,240,222,0.98),rgba(239,228,201,0.96)),var(--paper-soft);border:1px solid rgba(103,79,53,0.2);box-shadow:0 28px 60px rgba(29,18,10,0.22);}.access-panel::before{content:"";position:absolute;inset:10px;border-radius:20px;border:1px solid rgba(126,98,67,0.12);pointer-events:none;}.access-dismiss{position:absolute;top:14px;right:16px;border:0;background:transparent;color:var(--muted);font-size:28px;line-height:1;cursor:pointer;}.access-kicker{font-size:12px;letter-spacing:0.24em;color:rgba(101,81,61,0.72);}.access-title{margin-top:10px;font-size:32px;line-height:1.35;color:var(--ink);}.access-desc{margin-top:10px;font-size:15px;line-height:1.8;color:var(--muted);}.access-form{display:flex;gap:12px;margin-top:20px;}.access-field{flex:1;min-height:54px;padding:0 16px;border-radius:18px;border:1px solid rgba(103,79,53,0.18);background:rgba(255,251,242,0.9);color:var(--ink);font-size:16px;outline:none;}.access-field:focus{border-color:rgba(141,49,38,0.36);box-shadow:0 0 0 3px rgba(141,49,38,0.08);}.access-error{min-height:22px;margin-top:12px;font-size:14px;color:var(--seal);}.shake{animation:shake 0.28s ease;}@keyframes fadeIn{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}@keyframes shake{0%{transform:translateX(0);}25%{transform:translateX(-4px);}50%{transform:translateX(4px);}75%{transform:translateX(-3px);}100%{transform:translateX(0);}}@media (max-width:920px){.entry-grid,.report-grid,.report-overview,.archetype-grid,.dimension-grid,.thought-grid,.reading-list,.note-row{grid-template-columns:1fr;}}@media (max-width:720px){.paper-shell{padding:16px 12px 44px;}.hero,.quote-card,.section,.quiz-card,.report-card{border-radius:22px;padding:20px 18px 22px;}.hero::before,.quote-card::before,.section::before,.quiz-card::before,.report-card::before{inset:8px;border-radius:16px;}.hero{min-height:auto;}.hero-topline,.quiz-top,.quiz-meta,.match-head,.dimension-head,.report-cover-head{flex-direction:column;align-items:flex-start;}.hero-visual{min-height:280px;}.seal-mark{right:8%;top:22%;width:56px;height:56px;font-size:26px;}.hero-title,.report-title{font-size:32px;}.quiz-question{font-size:28px;line-height:1.42;}.quiz-options{gap:10px;margin-top:18px;}.option-card{padding:12px 12px 12px 14px;border-radius:16px;}.option-label{width:28px;height:28px;font-size:12px;}.option-title{margin-top:6px;font-size:15.5px;line-height:1.45;}.option-desc{margin-top:4px;font-size:12.5px;line-height:1.56;}.quiz-nav{margin-top:20px;}.wide{width:100%;}.access-form{flex-direction:column;}}