:root{color-scheme:dark;--bg: #07111a;--bg-soft: #0d1824;--bg-card: rgba(10, 22, 33, .82);--ink: #eff7ff;--ink-soft: #a9bfd1;--ink-mute: #6e8aa3;--line: rgba(99, 196, 255, .18);--line-soft: rgba(83, 142, 190, .18);--m: #ff6b8a;--r: #1bd8c4;--p: #ffd166;--t: #67a6ff;--d: #ff8a3d;--e: #56e0ff;--c: #8f7bff;--i: #3ef3b6;--radius: 16px;--radius-lg: 28px;--shadow-sm: 0 8px 24px rgba(0, 0, 0, .18), 0 0 0 1px rgba(99, 196, 255, .06);--shadow-md: 0 16px 40px rgba(0, 0, 0, .28), 0 0 0 1px rgba(111, 203, 255, .12), 0 0 32px rgba(72, 146, 255, .1);--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{position:relative;margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);background-image:radial-gradient(circle at 15% 20%,rgba(103,166,255,.16),transparent 26%),radial-gradient(circle at 85% 18%,rgba(62,243,182,.12),transparent 24%),radial-gradient(circle at 55% 78%,rgba(255,107,138,.12),transparent 28%),linear-gradient(180deg,#07111a,#091723 45%,#08131d)}a{color:inherit;text-decoration:none}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}body:before{background-image:linear-gradient(rgba(96,167,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(96,167,255,.07) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 92%)}body:after{background:linear-gradient(120deg,transparent 0%,rgba(103,166,255,.06) 32%,transparent 55%),linear-gradient(300deg,transparent 0%,rgba(62,243,182,.05) 28%,transparent 50%);mix-blend-mode:screen}button{font:inherit;cursor:pointer}button:disabled{cursor:default}.app{position:relative;isolation:isolate;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:#07111ac2;border-bottom:1px solid rgba(96,167,255,.18);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:#07111ae0;box-shadow:0 8px 24px #0003,0 0 30px #67a6ff14}.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-mark{display:block;width:44px;height:44px;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:#67a6ff1f;color:#fff}.brand-button{border:none;background:transparent;padding:0;cursor:pointer}.hero{padding:80px 0 56px;position:relative}.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:#0c1925d1;font-size:12px;font-weight:600;box-shadow:inset 0 0 0 1px #6eadff14}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--m),var(--c))}.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:linear-gradient(135deg,#67a6fff2,#8f7bffeb);color:#fff;box-shadow:var(--shadow-sm)}.btn-secondary{background:#0c1925c7;color:var(--ink);border-color:var(--line)}.btn-light{background:#eff7ff14;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);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.type-card{padding:14px;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:220px}.hero-collage-card.compact .type-card{width:164px}.type-card-image-wrap{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:2 / 3;min-height:144px;padding:0;overflow:hidden;border-radius:20px;background:linear-gradient(180deg,#112333f2,#09151ff2),radial-gradient(circle at top,rgba(103,166,255,.14),transparent 55%);box-shadow:inset 0 0 0 1px #78c9ff14}.type-card-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.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:radial-gradient(circle at 20% 20%,rgba(103,166,255,.18),transparent 24%),radial-gradient(circle at 80% 30%,rgba(62,243,182,.14),transparent 26%),linear-gradient(135deg,#081621f5,#102333f0);color:var(--ink);text-align:center;box-shadow:0 24px 60px #0000003d,inset 0 0 0 1px #67a6ff14}.cta-title{margin:0 0 20px;font-size:clamp(42px,5vw,56px)}.cta-btn-group{justify-content:center;flex-wrap:wrap}.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);background:#060e1661}.footer-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.footer-link{color:var(--ink-mute);font-size:13px;transition:color .15s ease}.footer-link:hover{color:var(--t)}.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;background:linear-gradient(180deg,#0a1824db,#08141ee6)}.test-form-card{text-align:left;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#0a1824eb,#08141ef0);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 var(--line-soft);border-radius:22px;background:#0c1925b8}.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:#0d1824eb;color:var(--ink-soft);font-weight:600;box-shadow:inset 0 0 0 1px #67a6ff0a;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,#ff6b8a33,#8f7bff3d);color:#fff}.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:#0d1824f5;color:var(--ink);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.test-email-input::placeholder{color:var(--ink-mute)}.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-meta{justify-content:flex-end}.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:linear-gradient(180deg,#0c1925eb,#0a1621e0);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:var(--answer-color);background:var(--answer-color);color:#fff;box-shadow:0 12px 32px color-mix(in srgb,var(--answer-color) 35%,transparent)}.answer-card-badge{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:var(--answer-color);color:#fff;font-family:var(--font-mono);font-size:18px;font-weight:700}.answer-card.is-selected .answer-card-badge{background:#ffffff38}.answer-card-text{font-size:17px;line-height:1.6;font-weight:500}.test-footer-row{margin-top:40px;display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.test-footer-row>.btn{flex:0 0 132px;width:132px}.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:radial-gradient(circle at 20% 15%,rgba(103,166,255,.12),transparent 24%),radial-gradient(circle at 84% 12%,rgba(62,243,182,.1),transparent 22%),linear-gradient(180deg,#07111a,#091723);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-main,.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,.result-toolbar-main,.poster-card-head,.poster-trait-row,.result-poster-topline{align-items:center;justify-content:space-between}.result-toolbar{flex-direction:column;align-items:stretch;gap:16px}.result-toolbar-main{gap:16px}.result-toolbar-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid rgba(62,243,182,.24);border-radius:20px;background:linear-gradient(135deg,#3ef3b61f,#67a6ff24 52%,#8f7bff1f);box-shadow:inset 0 0 0 1px #ffffff08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.result-toolbar-banner:hover{transform:translateY(-1px);border-color:#56e0ff61;box-shadow:0 16px 36px #00000029,inset 0 0 0 1px #ffffff0a}.result-toolbar-banner-copy{display:flex;align-items:center;gap:14px;min-width:0}.result-toolbar-banner-text{color:var(--ink);font-size:15px;line-height:1.6;font-weight:600}.result-toolbar-banner-button{flex:0 0 auto;min-height:44px;white-space:nowrap}.result-toolbar-title{margin-top:6px;font-family:var(--font-display);font-size:28px}.result-toolbar-buttons{gap:10px;flex-wrap:wrap}.result-toolbar-main{display:flex;align-items:center;justify-content:space-between;gap:16px}.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(103,166,255,.18);border-radius:28px;background:#07111a8c;box-shadow:0 20px 50px #00000038,inset 0 0 0 1px #3ef3b60f;animation:frameSlideIn .32s cubic-bezier(.22,1,.36,1)}.result-poster{padding:32px;border-radius:24px;background:linear-gradient(180deg,#091621f5,#08131dfa)}.result-poster-footer{margin-top:28px;padding-top:20px}.result-poster-footer-line{width:100%;height:1px;background:#67a6ff26;margin-bottom:16px}.result-poster-footer-content{display:flex;align-items:center;gap:24px;padding:0 4px}.result-poster-footer-qr{flex:0 0 auto;width:120px;height:120px;border-radius:14px;overflow:hidden;background:#0d1824;border:1px solid rgba(103,166,255,.12)}.result-poster-qr-img{width:120px;height:120px;display:block}.result-poster-footer-info{min-width:0}.result-poster-footer-slogan{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:4px}.result-poster-footer-link{font-size:12px;color:var(--ink-mute);font-family:var(--font-mono);margin-bottom:4px;word-break:break-all}.result-poster-footer-community{font-size:13px;color:var(--ink-soft);margin-bottom:2px}.result-poster-footer-community-link{color:var(--e);font-weight:600}.result-poster-footer-copyright{font-size:11px;color:var(--ink-mute);opacity:.7}.share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;background:#0000008c;animation:overlayFadeIn .18s ease}.share-dialog{width:100%;max-width:420px;padding:24px 20px 32px;border-radius:24px 24px 0 0;background:var(--bg-soft);border:1px solid rgba(103,166,255,.12);box-shadow:0 -8px 40px #00000052;animation:sheetSlideUp .24s cubic-bezier(.22,1,.36,1)}.share-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.share-title{margin:0;font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--ink)}.share-close{padding:6px 12px;border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--ink-soft);font-size:14px;cursor:pointer;transition:background .15s ease}.share-close:hover{background:var(--line-soft)}.share-options{display:flex;flex-direction:column;gap:10px}.share-option{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:transparent;color:var(--ink);cursor:pointer;transition:background .15s ease,border-color .15s ease;text-align:left}.share-option:hover{background:#67a6ff0f;border-color:#56e0ff59}.share-option-primary{border-color:#56e0ff59;background:#56e0ff14}.share-option-primary:hover{background:#56e0ff24;border-color:#56e0ff80}.share-option-icon{flex:0 0 auto;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#67a6ff14;font-size:20px}.share-option-label{font-size:16px;font-weight:600}.share-option-desc{margin-left:auto;font-size:12px;color:var(--ink-mute)}.image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;justify-content:center;background:#000c;padding:20px;animation:overlayFadeIn .18s ease}.image-preview-dialog{width:fit-content;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:center;gap:12px}.image-preview-close{padding:8px 20px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:#00000080;color:#fff;font-size:14px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-preview-tip{padding:8px 16px;border-radius:12px;background:#ffffff1f;color:#fff;font-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.image-preview-img{display:block;width:auto;max-width:min(500px,calc(100vw - 40px));max-height:calc(100vh - 128px);border-radius:16px;object-fit:contain;box-shadow:0 20px 60px #0006}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@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:repeat(3,minmax(0,1fr))}.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(103,166,255,.16);border-radius:24px;background:linear-gradient(180deg,#0c1925db,#09151fe6)}.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:#0c1925e6;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(103,166,255,.12);border-radius:24px;background:#0c1925d1}.poster-visual-card{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;padding:16px;overflow:hidden;background:radial-gradient(ellipse 88% 72% at 50% 52%,#fefefe38,#cedae62e 18%,#7e98b029 34%,#42546633,#14202c57 74%,#0a1621eb),linear-gradient(180deg,#0d1925fa,#07111a)}.poster-visual-image{display:block;width:100%;height:100%;min-height:100%;aspect-ratio:2 / 3;object-fit:contain;border-radius:20px;background:transparent}.type-detail-image{display:block;width:100%;height:100%;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:repeat(3,minmax(0,1fr));gap:16px}.result-poster-column{display:grid;align-content:start;gap:14px}.poster-card{padding:16px}.poster-card-title{margin:0;font-size:22px;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:12px}.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:#0c1925e6}.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)}.poster-neighbor-button{border:1px solid currentColor;cursor:pointer;background:#eff7ff0a;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.poster-neighbor-button:hover{transform:translateY(-1px);background:#67a6ff1f;box-shadow:0 0 16px #67a6ff2e}.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(103,166,255,.16);border-radius:28px;background:linear-gradient(180deg,#0a1824f5,#08141efa);box-shadow:0 24px 60px #0000004d;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(320px,100%);height:auto;object-fit:contain;border-radius:22px;background:radial-gradient(ellipse 88% 72% at 50% 52%,#fefefe38,#cedae62e 18%,#7e98b029 34%,#42546633,#14202c57 74%,#0a1621eb),linear-gradient(180deg,#0d1925fa,#07111a)}.type-preview-copy{min-width:0;display:grid;align-content:start}@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(103,166,255,.14);border-radius:18px;background:linear-gradient(180deg,#0d1b27eb,#0a1621e0);box-shadow:inset 0 0 0 1px #ffffff05}.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:14px 16px;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}.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-banner{width:100%;align-items:flex-start}.result-toolbar-banner-copy{flex-direction:column;align-items:flex-start}.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}.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:300px}.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:14px 18px}.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-mark{width:36px;height:36px}.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))}.stat-value{font-size:34px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.test-shell{min-height:100dvh;padding:0;display:flex;flex-direction:column}.test-narrow{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 16px}.test-intro-card,.dimension-card,.info-card,.type-detail-card{padding:16px}.test-intro-mark{font-size:36px;margin-bottom:10px}.test-intro-title{margin-bottom:10px;font-size:24px}.test-intro-copy{font-size:14px;margin-bottom:20px;line-height:1.5}.test-form-block{padding:10px;border-radius:16px}.test-progress-meta{margin-bottom:6px;font-size:11px;padding-top:12px}.test-progress-dots{gap:5px}.test-progress-dot{width:100%;height:3px;border-radius:2px}.test-question-wrap{margin-top:8px;flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.test-question-stage{min-height:0;height:auto;flex-shrink:0}.test-question-title{margin-bottom:10px;font-size:16px;line-height:1.35}.test-context{font-size:11px;margin-bottom:6px}.test-answer-list{gap:8px}.answer-card{grid-template-columns:1fr;gap:8px;padding:10px 12px;border-radius:12px;border-width:1.5px}.answer-card-badge{width:32px;height:32px;border-radius:8px;font-size:13px}.answer-card-text{font-size:13px;line-height:1.4}.test-footer-row{margin-top:10px;gap:8px;padding-bottom:16px;flex-shrink:0;flex-direction:column}.test-footer-row>.btn{width:100%;padding:8px 16px;font-size:13px;border-radius:10px;flex:0 0 auto;min-width:0}.test-footer-row>.mono{display:none}.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))}.result-toolbar-section{padding:20px 0 14px}.result-toolbar-title{font-size:22px;line-height:1.3}.result-toolbar-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.result-toolbar-buttons .btn{flex:1 0 auto;min-height:56px;padding:0 18px;font-size:15px;border-radius:12px;white-space:nowrap}.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:260px;margin:0 auto}.cta-card{padding:36px 16px}.cta-title{font-size:34px}.result-toolbar-main{flex-direction:column;align-items:flex-start;gap:12px}.result-toolbar-banner{width:100%;align-items:flex-start}.result-toolbar-banner-copy{flex-direction:column;align-items:flex-start}.result-poster-footer-content{flex-direction:column;align-items:flex-start;gap:12px}.share-dialog{border-radius:20px 20px 0 0;padding:20px 16px 28px}.share-option{padding:12px 14px}.share-option-icon{width:38px;height:38px;font-size:18px}}@media (max-height: 700px){.test-question-title{font-size:15px;margin-bottom:8px}.answer-card{padding:8px 10px;gap:6px}.answer-card-text{font-size:12px;line-height:1.35}.answer-card-badge{width:28px;height:28px;border-radius:7px;font-size:12px}.test-answer-list{gap:6px}.test-footer-row{margin-top:8px}.test-footer-row>.btn{padding:6px 12px;font-size:12px}.test-progress-meta{padding-top:8px;margin-bottom:4px;font-size:10px}.test-progress-dots{gap:4px}.test-progress-dot{height:2px}}@media (max-width: 390px){.result-toolbar-buttons .btn:nth-child(3){flex-basis:100%}}
