:root{--bg: #f7f3ec;--bg-soft: #fbf7f0;--bg-card: #ffffff;--ink: #1a1918;--ink-soft: #55514a;--ink-mute: #8a857c;--line: #e8e2d5;--line-soft: #f0ebdd;--m: #ff6b5a;--r: #2e8b7f;--p: #f5b700;--t: #4b4bce;--d: #d2691e;--e: #56a7e6;--c: #e14ba3;--i: #3bbfad;--radius: 16px;--radius-lg: 28px;--shadow-sm: 0 1px 2px rgba(26, 25, 24, .06), 0 2px 6px rgba(26, 25, 24, .04);--shadow-md: 0 4px 12px rgba(26, 25, 24, .06), 0 12px 32px rgba(26, 25, 24, .08);--font-display: Georgia, "Times New Roman", serif;--font-body: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", "Consolas", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:default}.app{min-height:100vh}.app.app-embed{min-height:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;transition:max-width .26s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1)}.topbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f3ecd1;border-bottom:1px solid var(--line);transition:background .22s ease,border-color .22s ease,box-shadow .26s ease}.topbar-inner,.footer-inner,.row-between{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-inner{min-height:64px;transition:min-height .22s ease,gap .22s ease}.topbar.is-result-layout{background:#f7f3ece6;box-shadow:0 8px 24px #1a19180a}.topbar .container.is-wide-layout{max-width:1440px}.app-main{animation:pageSectionFadeIn .26s cubic-bezier(.22,1,.36,1)}.app.app-result-layout .app-main{animation-name:resultLayoutReveal}.app.app-home-layout .app-main{animation-name:homeLayoutReveal}.brand{display:flex;align-items:center;gap:12px}.brand-logo{display:block;width:40px;height:40px;object-fit:contain}.brand-name{font-family:var(--font-display);font-size:24px;font-style:italic}.brand-name span{margin-left:6px;color:var(--ink-mute);font-family:var(--font-body);font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-style:normal}.nav{display:flex;gap:8px;transition:opacity .2s ease,transform .2s ease}.nav.is-hidden{opacity:0;pointer-events:none;transform:translateY(-8px)}.nav a{padding:8px 14px;border-radius:999px;color:var(--ink-soft);cursor:pointer;transition:.2s ease}.nav button{padding:8px 14px;border:none;border-radius:999px;background:transparent;color:var(--ink-soft);cursor:pointer;transition:.2s ease}.nav a:hover,.nav button:hover{background:var(--line-soft);color:var(--ink)}.brand-button{border:none;background:transparent;padding:0;cursor:pointer}.hero{padding:80px 0 56px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;margin-bottom:24px;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);font-size:12px;font-weight:600}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#f2e4cc}.display,.h1{font-family:var(--font-display);font-style:italic;line-height:1.04;letter-spacing:-.02em}.display{font-size:clamp(48px,6vw,92px)}.h1{margin:0;font-size:clamp(32px,3vw,52px)}.h3{margin:0;font-size:20px}.hero-title{max-width:720px;margin:0 0 24px}.hero-desc,.section-copy,.cta-copy,.soft{color:var(--ink-soft)}.hero-desc{max-width:560px;margin:0 0 32px;font-size:18px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn:disabled{cursor:default}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--ink);color:var(--bg);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--bg-card);border-color:var(--line)}.btn-light{background:var(--bg);color:var(--ink)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:520px;margin-top:48px}.stat-value{font-size:40px}.caps,.mono{font-family:var(--font-mono)}.caps{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.mono{letter-spacing:.04em}.muted{color:var(--ink-mute)}.hero-collage{position:relative;height:520px;perspective:1600px}.hero-collage-card{position:absolute;z-index:1;--card-rotate: 0deg;--tilt-x: 0deg;--tilt-y: 0deg;transform:rotate(var(--card-rotate)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);transform-style:preserve-3d;transition:transform .18s ease,z-index 0s linear .18s}.hero-collage-card:hover{z-index:12;transform:rotate(var(--card-rotate)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-10px) scale(1.03);transition:transform .18s ease}.card,.type-card,.cta-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-card)}.type-card{padding:16px;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .2s ease}.type-card[role=button]{cursor:pointer}.type-card.is-tilt{--tilt-x: 0deg;--tilt-y: 0deg;transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);transform-style:preserve-3d;will-change:transform}.hero-collage-card .type-card{width:204px}.hero-collage-card.compact .type-card{width:164px}.type-card-image-wrap{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:996 / 1650;padding:12px;overflow:hidden;border-radius:20px;background:var(--bg-soft)}.type-card-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.type-card-meta{margin-top:10px}.type-code{font-size:11px;font-weight:700;color:var(--ink-mute)}.type-name{margin-top:4px;font-weight:600}.section{padding:32px 0 96px}.section-head{max-width:760px;margin-bottom:36px}.dimension-grid,.gallery-grid{display:grid;gap:16px}.dimension-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.dimension-card{padding:24px}.dimension-card h3{margin:10px 0 20px}.dimension-desc{margin:0 0 18px;color:var(--ink-soft);line-height:1.6}.dimension-poles{display:grid;gap:10px}.dimension-pole{display:flex;align-items:center;gap:10px;font-weight:600}.dimension-badge{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;color:#fff;font-family:var(--font-mono);font-weight:700}.dimension-vs{text-align:center;color:var(--ink-mute);font-size:11px;letter-spacing:.12em}.gallery-section .type-card:hover,.hero-collage-card .type-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.gallery-section .type-card.is-tilt:hover{transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px) scale(1.02)}.hero-collage-card:hover .type-card{transform:translateZ(28px)}.hero-collage-card .type-card.is-tilt:hover{transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px) translateZ(28px)}.cta-card{padding:72px 32px;border:none;background:var(--ink);color:var(--bg);text-align:center}.cta-title{margin:0 0 20px;font-size:clamp(42px,5vw,56px)}.cta-copy{max-width:620px;margin:0 auto 32px;color:#fff9f0b8;font-size:17px}.footer{padding:48px 0 32px;border-top:1px solid var(--line)}.test-shell{min-height:calc(100vh - 145px);padding:40px 0 80px}.test-narrow{max-width:780px}.test-intro-card{padding:56px 32px;text-align:center}.test-form-card{text-align:left;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fffdf8fa,#fbf6eefa);box-shadow:var(--shadow-sm)}.test-intro-mark{margin-bottom:16px;font-size:48px}.test-intro-title{margin-bottom:16px}.test-intro-copy{margin:0 auto 32px;max-width:560px;font-size:16px;line-height:1.65}.test-intro-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.test-form-actions{margin-top:28px;justify-content:flex-end}.test-form-block+.test-form-block{margin-top:24px}.test-form-block{padding:18px;border:1px solid rgba(26,25,24,.07);border-radius:22px;background:#ffffffa8}.test-form-label{display:block;margin-bottom:12px;color:var(--ink);font-weight:700}.test-form-helper{margin-bottom:14px;color:var(--ink-soft);font-size:14px}.test-chip-row{display:flex;flex-wrap:wrap;gap:12px}.test-chip-row-age{gap:10px}.test-select-chip{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fffdf9eb;color:var(--ink-soft);font-weight:600;box-shadow:0 1px 2px #1a19180a;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.test-select-chip:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--c) 24%,var(--line))}.test-select-chip.is-selected{border-color:var(--c);background:linear-gradient(135deg,color-mix(in srgb,var(--m) 10%,white),color-mix(in srgb,var(--c) 12%,white));color:var(--ink)}.test-form-inline-input{margin-top:14px}.test-select-wrap{position:relative}.test-select-wrap:after{content:"";position:absolute;top:50%;right:20px;width:10px;height:10px;border-right:2px solid var(--ink-soft);border-bottom:2px solid var(--ink-soft);transform:translateY(-65%) rotate(45deg);pointer-events:none}.test-select-input,.test-email-input{width:100%;min-height:56px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#fffdf9f5;color:var(--ink);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.test-select-input{padding-right:52px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.test-select-input:focus,.test-email-input:focus{outline:none;border-color:var(--c);box-shadow:0 0 0 4px color-mix(in srgb,var(--c) 12%,transparent)}.test-progress-meta,.test-footer-row,.result-hero-actions,.result-hero-buttons,.result-chips,.result-confidence-value,.info-card-title,.result-dim-head,.result-dim-foot,.type-detail-main{display:flex;align-items:center}.test-progress-meta,.test-footer-row,.result-hero-actions,.result-dim-head,.result-dim-foot{justify-content:space-between}.test-progress-dots{display:flex;gap:6px;margin-top:10px}.test-progress-dot{flex:1;position:relative;height:8px;border-radius:999px;background:var(--line-soft);opacity:.9;overflow:hidden;transition:transform .16s ease,opacity .16s ease}.test-progress-dot:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--dot-fill, 0%);border-radius:inherit;background:linear-gradient(90deg,var(--m),var(--c),var(--t));transition:width .18s ease,opacity .16s ease}.test-progress-dot.is-half:before,.test-progress-dot.is-full:before{opacity:1}.test-progress-dot.is-half{transform:scaleY(1.08)}.test-progress-dot.is-full{transform:scaleY(1.15)}.test-question-wrap{margin-top:28px}.test-question-stage{position:relative;min-height:360px;height:var(--question-stage-height, 360px);transition:height .18s ease}.question-deck{position:relative;height:100%}.question-panel{transform-origin:center center;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0)}.panel-static{position:relative}.panel-out,.panel-in{position:absolute;top:0;right:0;bottom:0;left:0}.panel-out{z-index:2}.panel-in{z-index:1}.question-deck.is-forward .panel-out{animation:panelOutForward .22s cubic-bezier(.22,1,.36,1) both}.question-deck.is-forward .panel-in{animation:panelInForward .22s cubic-bezier(.22,1,.36,1) both}.question-deck.is-backward .panel-out{animation:panelOutBackward .22s cubic-bezier(.22,1,.36,1) both}.question-deck.is-backward .panel-in{animation:panelInBackward .22s cubic-bezier(.22,1,.36,1) both}@keyframes panelOutForward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-36px)}}@keyframes panelInForward{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:translate(0)}}@keyframes panelOutBackward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(36px)}}@keyframes panelInBackward{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:translate(0)}}.test-context{margin-bottom:12px}.test-question-title{margin-bottom:40px}.test-answer-list{display:grid;gap:16px}.answer-card{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:20px;padding:24px 28px;border:2px solid var(--line);border-radius:20px;background:var(--bg-card);color:var(--ink);text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.answer-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.answer-card:disabled{cursor:default}.answer-card.is-selected{border-color:#e7b85c;background:linear-gradient(135deg,#f6d88f,#f3c86a);color:var(--ink);box-shadow:0 12px 32px #e7b85c47}.answer-card-badge{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:var(--line-soft);color:var(--ink);font-family:var(--font-mono);font-size:18px;font-weight:700}.answer-card.is-selected .answer-card-badge{background:#fffbf0b8}.answer-card-text{font-size:17px;line-height:1.6;font-weight:500}.test-footer-row{margin-top:40px;display:grid;grid-template-columns:132px minmax(0,1fr) 132px;align-items:center;gap:16px}.test-footer-row>.btn{width:132px}.test-footer-row>.btn:first-child{justify-self:start}.test-footer-row>.btn:last-child{justify-self:end}.test-footer-row>.mono{text-align:center}.result-shell{padding-bottom:80px}.result-chip-dot,.info-card-mark{display:inline-block;width:8px;height:8px;border-radius:50%}.result-summary-copy{margin:12px 0 0;font-size:18px;line-height:1.7;color:var(--ink-soft)}.result-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);font-size:12px;font-weight:600}.result-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.result-code{margin-bottom:12px;font-size:56px;font-weight:700;line-height:1}.result-name{margin-bottom:8px;font-size:clamp(32px,4vw,48px)}.result-tagline{margin:0 0 16px;color:var(--ink-soft);font-size:20px;line-height:1.6}.poster-result-shell{background:linear-gradient(180deg,var(--bg) 0%,#f3ede3 100%);animation:resultShellReveal .32s cubic-bezier(.22,1,.36,1)}.result-toolbar-section{padding:32px 0 20px}.result-toolbar-section .container,.result-poster-section .container{max-width:1440px}.result-toolbar,.result-toolbar-buttons,.poster-card-head,.poster-code-row,.poster-chip-row,.poster-energy-tags,.poster-path-item,.poster-decision-item,.poster-definition-item,.poster-trait-row,.poster-neighbor-list,.result-poster-topline,.result-poster-hero{display:flex}.result-toolbar,.poster-card-head,.poster-trait-row,.result-poster-topline{align-items:center;justify-content:space-between}.result-toolbar{gap:16px}.result-toolbar-title{margin-top:6px;font-family:var(--font-display);font-size:28px}.result-toolbar-buttons{gap:10px;flex-wrap:wrap}.result-poster-section{padding:0 0 28px}.poster-result-shell-standalone{min-height:0;background:transparent}.poster-result-shell-standalone .result-poster-section{padding:0}.poster-result-shell-standalone .result-poster-section .container{max-width:none;padding:0}.poster-result-shell-standalone .result-poster-frame{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.result-poster-frame{padding:16px;border:1px solid rgba(26,25,24,.08);border-radius:28px;background:#fffbf6c7;box-shadow:0 20px 50px #1a191814;animation:frameSlideIn .32s cubic-bezier(.22,1,.36,1)}.result-poster{padding:32px;border-radius:24px;background:linear-gradient(180deg,#fffdf8,#f8f2e9)}@keyframes pageSectionFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes resultLayoutReveal{0%{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes homeLayoutReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes resultShellReveal{0%{opacity:0}to{opacity:1}}@keyframes frameSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.result-poster.is-export-mode{width:1240px;max-width:none;padding:32px;border-radius:24px}.result-poster.is-export-mode .result-poster-topline{gap:6px;margin-bottom:22px}.result-poster.is-export-mode .result-poster-hero{grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr);gap:24px;align-items:stretch}.result-poster.is-export-mode .result-poster-visual{justify-items:stretch;height:100%}.result-poster.is-export-mode .result-poster-grid{grid-template-columns:minmax(0,1.16fr) minmax(0,1fr) minmax(0,.76fr)}.result-poster.is-export-mode .result-poster-main,.result-poster.is-export-mode .poster-card,.result-poster.is-export-mode .poster-visual-card{padding:18px;border-radius:24px}.result-poster.is-export-mode .poster-visual-card{width:100%;height:100%;min-height:100%}.result-poster.is-export-mode .poster-visual-image{height:100%;min-height:100%}.result-poster.is-export-mode .poster-code-row{flex-wrap:nowrap;align-items:center}.result-poster.is-export-mode .poster-code{font-size:clamp(64px,10vw,110px)}.result-poster.is-export-mode .poster-name{font-size:clamp(34px,4vw,56px)}.result-poster.is-export-mode .poster-tagline,.result-poster.is-export-mode .poster-quote-box p{font-size:22px;line-height:1.5}.result-poster.is-export-mode .poster-quote-box{margin-top:22px;padding:20px 22px;border-radius:20px}.result-poster.is-export-mode .poster-quote-mark{font-size:48px}.result-poster.is-export-mode .poster-card-title,.result-poster.is-export-mode .poster-definition-name,.result-poster.is-export-mode .poster-energy-title{font-size:24px}.result-poster.is-export-mode .poster-summary-copy,.result-poster.is-export-mode .poster-energy-copy,.result-poster.is-export-mode .poster-list,.result-poster.is-export-mode .poster-highlight-copy,.result-poster.is-export-mode .poster-kv-value{font-size:16px;line-height:1.7}.result-poster-topline{display:grid;justify-items:start;gap:6px;margin-bottom:22px;color:var(--ink-mute);font-size:15px}.result-poster-brand{font-family:var(--font-display);font-size:24px;font-style:normal;color:var(--ink)}.result-poster-kicker{color:var(--ink-soft);font-weight:600}.result-poster-hero{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr);gap:24px;align-items:stretch;margin-bottom:18px}.result-poster-main,.result-poster-visual{min-width:0}.result-poster-main{padding:30px;border:1px solid rgba(26,25,24,.08);border-radius:24px;background:#fffcf7e6}.result-poster-visual{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;height:100%}.poster-code-row{align-items:center;gap:14px;flex-wrap:nowrap}.poster-code{margin:0;font-family:var(--font-display);font-size:clamp(64px,10vw,110px);font-style:normal;font-weight:700;line-height:.92;letter-spacing:-.04em;color:var(--ink);background:linear-gradient(135deg,var(--m),var(--c) 52%,var(--t));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.poster-quadrant-chip,.poster-energy-tag,.poster-mini-chip,.poster-neighbor-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:600}.poster-quadrant-chip{padding:8px 14px;border:1px solid currentColor;background:#fff;white-space:nowrap;flex:0 0 auto;font-size:13px;line-height:1.1}.poster-name{margin:12px 0 8px;font-size:clamp(34px,4vw,56px);line-height:1.08}.poster-tagline{margin:0;color:var(--ink-soft);font-size:22px;line-height:1.5}.poster-chip-row,.poster-energy-tags,.poster-neighbor-list{flex-wrap:wrap;gap:10px}.poster-chip-row{margin-top:18px}.poster-mini-chip{padding:7px 12px;font-size:13px}.poster-quote-box{margin:22px 0 0;padding:20px 22px;border-radius:20px;background:linear-gradient(135deg,#ff6b5a1f,#e14ba30f);color:var(--ink)}.poster-quote-box p{margin:0;font-size:24px;line-height:1.5}.poster-quote-box footer{margin-top:8px;color:var(--ink-soft);font-weight:700}.poster-quote-mark{margin-bottom:6px;font-family:var(--font-display);font-size:48px;line-height:1;color:color-mix(in srgb,var(--c) 65%,white)}.poster-visual-card,.poster-visual-panel,.poster-card{border:1px solid rgba(26,25,24,.08);border-radius:24px;background:#fffdfaf0}.poster-visual-card{display:flex;align-items:center;justify-content:center;height:100%;min-height:100%;padding:16px}.poster-visual-image{display:block;width:100%;height:100%;min-height:100%;aspect-ratio:996 / 1650;object-fit:contain;border-radius:20px}.type-detail-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:20px}.poster-visual-panel{padding:14px}.poster-visual-panel-title{margin-bottom:12px;color:var(--ink);font-weight:700}.poster-loop-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.poster-loop-item{display:flex;align-items:center;min-height:60px;padding:10px 12px;border-radius:14px;background:var(--bg-soft);font-size:14px;line-height:1.5;color:var(--ink-soft)}.result-poster-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,1fr) minmax(0,.76fr);gap:18px}.result-poster-column{display:grid;align-content:start;gap:16px}.poster-card{padding:18px}.poster-card-title{margin:0;font-size:24px;color:var(--ink)}.poster-card-aside,.poster-note,.poster-decision-copy,.poster-definition-copy,.poster-trait-opposite,.result-poster-foot{color:var(--ink-mute)}.poster-card-head{gap:12px;margin-bottom:14px}.poster-definition-list,.poster-trait-list,.poster-path-list,.poster-decision-list{display:grid;gap:12px}.poster-definition-code,.poster-path-index{display:grid;place-items:center;align-self:start;width:38px;height:38px;border-radius:12px;color:#fff;font-weight:700;flex:0 0 38px}.poster-definition-item,.poster-path-item,.poster-decision-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start}.poster-ordered-copy{display:block;align-self:start;padding-top:4px;line-height:1.6}.poster-definition-name,.poster-energy-title{margin-bottom:4px;font-size:22px;font-weight:700;color:var(--ink)}.poster-energy-copy,.poster-summary-copy{margin:0;font-size:16px;line-height:1.7;color:var(--ink-soft)}.poster-trait-row{gap:12px}.poster-trait-label,.poster-trait-value,.poster-trait-opposite{font-size:14px}.poster-trait-label{width:28px;font-weight:700;color:var(--ink)}.poster-trait-value{width:52px;text-align:right;font-weight:700;color:var(--ink)}.poster-trait-opposite{min-width:48px}.poster-trait-bar{position:relative;flex:1;height:12px;overflow:hidden;border-radius:999px;background:var(--line-soft)}.poster-trait-bar-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit}.poster-note{margin-top:14px;font-size:13px;line-height:1.6}.poster-decision-copy{margin-bottom:12px}.poster-energy-tag,.poster-neighbor-chip{padding:8px 12px;border:1px solid currentColor;background:#fff}.poster-energy-tag{white-space:nowrap;font-size:12px;line-height:1.2}.poster-energy-tags{margin-top:16px}.poster-quick-points{display:grid;gap:10px;margin-top:16px;color:var(--ink-soft)}.poster-list{display:grid;gap:10px;margin:0;padding-left:20px;color:var(--ink-soft);line-height:1.7}.poster-list.tone-soft{color:var(--ink-soft)}.poster-path-index{background:linear-gradient(135deg,var(--m),var(--c) 55%,var(--t));margin-top:0}.poster-neighbor-chip{color:var(--ink-soft)}.result-poster-foot{margin-top:18px;text-align:right;font-size:13px}.poster-neighbor-gallery-section{padding-top:12px}.poster-neighbor-gallery-section .container{max-width:1440px}.type-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#1a191861;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:previewOverlayIn .18s ease-out both}.type-preview-dialog{width:min(920px,100%);max-height:min(88vh,900px);overflow:auto;padding:24px;border:1px solid rgba(26,25,24,.08);border-radius:28px;background:linear-gradient(180deg,#fffdf8,#f8f2e9);box-shadow:0 24px 60px #1a19182e;animation:previewDialogIn .22s cubic-bezier(.22,1,.36,1) both}.type-preview-close{display:inline-flex;align-items:center;justify-content:center;min-width:72px;margin-left:auto;margin-bottom:16px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);color:var(--ink-soft)}.type-preview-main{display:flex;align-items:flex-start;gap:24px}.type-preview-image{display:block;width:min(280px,100%);border-radius:22px;background:#ffffffbf}.type-preview-copy{min-width:0}@keyframes previewOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes previewDialogIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.info-card{padding:24px}.info-card-title{gap:10px;margin-bottom:16px;font-size:18px;font-weight:700}.info-card-list{display:grid;gap:10px;margin:0;padding-left:18px;color:var(--ink-soft);line-height:1.6}.type-detail-card{padding:32px}.type-detail-main{align-items:flex-start;gap:24px;margin-top:24px}.type-detail-image{max-width:260px}.type-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.type-preview-block{padding:14px;border:1px solid rgba(26,25,24,.08);border-radius:18px;background:#fffdfad6}.type-preview-block-full{grid-column:1 / -1}.type-preview-label,.poster-kv-label{margin-bottom:6px;color:var(--ink-mute);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.type-preview-text,.poster-kv-value,.poster-highlight-copy{color:var(--ink-soft);line-height:1.7}.type-preview-keywords,.poster-keyword-list{display:flex;flex-wrap:wrap;gap:10px}.poster-text-stack{display:grid;gap:12px}.poster-kv-item{padding:14px;border-radius:18px;background:var(--bg-soft)}.poster-highlight-copy{padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,#ff6b5a14,#4b4bce0f)}.poster-highlight-copy-compact{padding:14px 16px;margin-bottom:12px}.poster-keyword-list{margin-top:14px}@media (max-width: 1180px){.result-poster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.container{padding:0 20px}.nav,.hero-collage{display:none}.nav.nav-mobile-visible,.nav.nav-mobile-visible.is-hidden{display:flex;opacity:1;pointer-events:auto;transform:none}.hero{padding:48px 0 32px}.hero-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;gap:20px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.result-toolbar,.type-preview-main,.type-detail-main{flex-direction:column;align-items:flex-start}.result-toolbar{gap:14px}.result-toolbar-buttons{width:100%}.result-toolbar-buttons .btn{flex:1 1 180px}.result-poster-frame{padding:12px;border-radius:24px}.result-poster-topline{gap:4px;margin-bottom:18px}.result-poster-hero{grid-template-columns:1fr;gap:16px}.test-footer-row{grid-template-columns:1fr}.test-footer-row>.btn,.test-footer-row>.btn:first-child,.test-footer-row>.btn:last-child{width:100%;justify-self:stretch}.test-footer-row>.mono{text-align:left}.result-poster-visual{justify-items:stretch;height:auto}.poster-visual-card{width:100%;height:auto;min-height:0}.result-poster-grid{grid-template-columns:1fr}.poster-code-row{flex-wrap:wrap;align-items:flex-start}.poster-code{font-size:54px}.poster-name{font-size:36px}.result-code{font-size:44px}.poster-tagline,.poster-quote-box p{font-size:18px}.result-poster{padding:20px}.type-preview-overlay{padding:16px}.type-preview-dialog{padding:20px}.type-preview-image{width:100%;max-width:260px}.type-preview-grid{grid-template-columns:1fr}.result-poster-main{padding:20px}.poster-trait-row{display:grid;grid-template-columns:28px 1fr 52px;gap:8px}.poster-trait-opposite{grid-column:2 / 4}.answer-card{grid-template-columns:48px 1fr;padding:20px}.test-question-wrap{margin-top:28px}.answer-card-badge{width:48px;height:48px;font-size:18px}.cta-card{padding:48px 20px}.footer-inner,.row-between{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.container{padding:0 16px}.topbar-inner{min-height:56px}.brand-logo{width:32px;height:32px}.brand-name{font-size:20px}.hero{padding:36px 0 24px}.hero-desc{font-size:16px}.stats-grid,.gallery-grid,.dimension-grid{gap:12px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid>div{text-align:center}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.test-shell{padding:24px 0 56px}.test-intro-card,.dimension-card,.info-card,.type-detail-card{padding:20px}.test-form-block{padding:14px;border-radius:18px}.test-question-stage{min-height:0;height:var(--question-stage-height, auto)}.test-question-title{margin-bottom:24px}.answer-card{grid-template-columns:1fr;gap:14px;padding:16px}.test-form-actions{justify-content:stretch}.test-form-actions .btn{width:100%}.test-chip-row-age{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.answer-card-badge{width:44px;height:44px;border-radius:14px;font-size:16px}.answer-card-text{font-size:16px;line-height:1.55}.result-toolbar-section{padding:20px 0 14px}.result-toolbar-title{font-size:22px;line-height:1.3}.result-toolbar-buttons{display:grid;grid-template-columns:1fr;gap:10px}.result-toolbar-buttons .btn{width:100%}.result-poster-frame{padding:8px;border-radius:20px}.result-poster{padding:16px;border-radius:18px}.result-poster-brand{font-size:20px}.result-poster-kicker{font-size:13px;line-height:1.5}.result-poster-main,.poster-card,.poster-visual-card,.type-preview-dialog{padding:16px;border-radius:18px}.poster-visual-card{width:100%;padding:12px}.poster-visual-image{height:auto;min-height:0}.poster-code{font-size:42px}.poster-quadrant-chip,.poster-mini-chip,.poster-energy-tag,.poster-neighbor-chip{max-width:100%}.poster-name{font-size:30px}.poster-tagline,.poster-quote-box p{font-size:16px;line-height:1.6}.poster-quote-box{margin-top:18px;padding:16px;border-radius:18px}.poster-quote-mark{font-size:36px}.poster-loop-item,.poster-kv-item,.poster-highlight-copy,.type-preview-block{padding:12px;border-radius:16px}.poster-card-title,.poster-definition-name,.poster-energy-title{font-size:18px}.poster-definition-item,.poster-path-item,.poster-decision-item{grid-template-columns:32px minmax(0,1fr);gap:10px}.poster-ordered-copy{padding-top:2px}.poster-definition-code,.poster-path-index{width:32px;height:32px;border-radius:10px;flex-basis:32px}.poster-summary-copy,.poster-energy-copy,.poster-list,.poster-highlight-copy,.poster-kv-value,.type-preview-text{font-size:15px;line-height:1.65}.poster-trait-row{grid-template-columns:24px 1fr 44px}.poster-trait-label,.poster-trait-value,.poster-trait-opposite,.poster-note,.result-poster-foot{font-size:12px}.poster-trait-opposite{min-width:0}.type-preview-overlay{padding:10px}.type-preview-dialog{max-height:calc(100vh - 20px)}.type-preview-image{max-width:220px;margin:0 auto}.cta-card{padding:36px 16px}.cta-title{font-size:34px}}
