:root{--ink:#203d38;--muted:#65766d;--green:#174d46;--green-dark:#103e37;--lime:#e1ecb8;--paper:#fcfcf8;--line:#e0e5dc;--font:"Noto Sans KR",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.7;word-break:keep-all}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #629689;outline-offset:5px}button:disabled{cursor:not-allowed;opacity:.4}[hidden]{display:none!important}.wrap{width:min(1180px,calc(100% - 96px));margin-inline:auto}.site-header{height:100px;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{max-width:1320px;height:100%;padding:0 48px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:13px}.brand-mark{font-size:37px;font-weight:600;line-height:1;letter-spacing:-4px}.brand-word{font-family:Georgia,serif;font-size:23px;line-height:1.15;letter-spacing:-.6px}.brand-word span{display:block;font:10px var(--font);letter-spacing:2px;margin-top:4px}.site-header nav{display:flex;gap:38px;margin-left:auto;margin-right:50px;font-size:14px;font-weight:500}.site-header nav a:hover{color:#688577}.header-cta{display:flex;gap:24px;align-items:center;padding:11px 18px;background:var(--green);color:#fff;border-radius:7px;font-size:13px}.header-cta span{font-size:19px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding-block:69px 67px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;display:flex;align-items:center;gap:10px}.tiny-star{font-size:23px;font-weight:400;color:#557969;line-height:1}h1{font-size:clamp(40px,4.1vw,60px);line-height:1.38;letter-spacing:-2.7px;font-weight:500;margin:24px 0 21px}h1>span{color:#4e7564}.hero-description{font-size:16px;line-height:1.9;color:var(--muted);margin:0 0 31px;letter-spacing:-.35px}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:47px;background:var(--green);color:#fff;padding:17px 24px;border-radius:7px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.primary-button:hover,.header-cta:hover{background:var(--green-dark)}.primary-button:hover{transform:translateY(-2px)}.primary-button span{font-size:23px;line-height:1}.test-meta{display:flex;gap:0;color:#768279;font-size:12px;margin-top:17px}.test-meta span+span:before{content:"·";margin:0 10px;color:#98a398}.map-panel{background:#eef2e7;border-radius:50% 50% 12px 12px;position:relative;padding:29px 11px 24px;min-width:0}.map-topline{position:absolute;inset:23px 26px auto;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.8px;color:#71816f}.enneagram-map{position:relative;aspect-ratio:520/440;margin-top:6px}.map-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#839b88;stroke-width:1;opacity:.48}.map-lines .map-inner-ring{stroke-dasharray:2 6;opacity:.6}.map-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border-radius:50%;background:#eef2e7;display:grid;place-items:center;text-align:center;color:#6f8472;font-size:14px;line-height:1.8}.map-node{position:absolute;transform:translate(-50%,-50%);border-radius:50%;width:45px;height:45px;background:var(--node-bg,#d9e2c5);color:#45644e;font:22px Georgia,serif;box-shadow:0 0 0 7px #eef2e7;transition:transform .25s,box-shadow .25s}.map-node:hover{transform:translate(-50%,-50%) scale(1.14);box-shadow:0 0 0 7px #eef2e7,0 0 0 8px #78907e}.node-label{position:absolute;width:84px;left:50%;transform:translate(-50%);font:11px var(--font);color:#657766;white-space:nowrap;top:calc(100% + 8px);pointer-events:none}.map-node:nth-of-type(5) .node-label,.map-node:nth-of-type(6) .node-label{top:calc(100% + 7px)}.map-caption{margin:4px 0 0;text-align:center;color:#75846d;font-size:11px;display:flex;justify-content:center;gap:7px;align-items:center}.small-ring{width:10px;height:10px;border:1px solid #899b7c;border-radius:50%;display:inline-block}.intro-strip{border-block:1px solid var(--line);background:#f4f6ef}.intro-strip .wrap{display:flex;align-items:center;justify-content:space-between;padding-block:24px;gap:24px}.intro-strip p{font-size:17px;margin:0;letter-spacing:-.3px}.intro-strip strong{font-weight:600}.intro-strip span{font-size:13px;color:#7c8678}.types-section{padding-block:70px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:31px}.section-heading .eyebrow{color:#698072}h2{font-size:30px;line-height:1.5;letter-spacing:-1.2px;font-weight:500;margin:12px 0 0}.section-heading p{font-size:13px;color:#7c857b;margin:0;line-height:1.8}.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.type-card{text-align:left;padding:25px 26px 24px;border:1px solid var(--line);border-radius:9px;background:#fff;transition:transform .2s,border-color .2s,box-shadow .2s;min-width:0;color:var(--ink)}.type-card:hover{border-color:#9bb1a1;transform:translateY(-4px);box-shadow:0 7px 15px #183b3110}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.type-number{height:44px;width:44px;border-radius:50%;display:grid;place-items:center;background:var(--type-color);font:23px Georgia,serif;color:#50644e}.type-english{font-size:10px;letter-spacing:1.3px;color:#8a958b}.type-card h3{font-size:19px;letter-spacing:-.7px;font-weight:600;margin:0 0 7px}.type-card p{margin:0;color:#7d897e;font-size:13px;line-height:1.8}.card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:11px;color:#7b8e7e}.card-bottom .arrow{font-size:20px;color:#546f5d}.about-section{padding-block:49px 64px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-label .eyebrow{color:#7e8c7b}.about-label h2{font-size:25px}.about-copy{font-size:14px;color:var(--muted)}.about-copy p{margin:0 0 16px}.about-copy details{border-top:1px solid var(--line);padding-top:16px}.about-copy summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;color:var(--ink);font-size:14px}.source-content{padding-top:17px;font-size:13px}.source-content a{text-decoration:underline;text-underline-offset:4px}.site-footer{display:flex;align-items:center;gap:30px;border-top:1px solid var(--line);padding-block:28px}.footer-brand{font-size:26px;font-weight:600}.footer-brand span{font:20px Georgia,serif;margin-left:7px}.site-footer p{font-size:12px;color:#7d887d;flex:1}.site-footer>span{font-size:10px;letter-spacing:1.2px;color:#9ba398}dialog{border:0;border-radius:20px;width:min(520px,calc(100% - 36px));padding:42px;color:var(--ink);background:var(--paper);box-shadow:0 30px 120px #0d332934;max-height:85vh}dialog::backdrop{background:#163e3566;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:17px;top:12px;background:transparent;font-size:29px;color:#607267;width:40px;height:40px}.dialog-number{font:65px Georgia,serif;background:var(--type-color);width:110px;height:110px;display:grid;place-items:center;border-radius:50%;margin-bottom:26px}.dialog-english{font-size:11px;letter-spacing:2px;color:var(--muted)}#dialog-title{font-size:30px;margin:4px 0 15px}.dialog-description{font-size:16px;color:var(--muted)}.dialog-tip{background:#edf1e5;border-radius:9px;padding:20px;margin-block:25px;font-size:14px}.dialog-tip strong{display:block;margin-bottom:7px}.dialog-tip p{margin:0}.skip-link{position:fixed;top:-80px;left:20px;padding:12px 24px;background:var(--green);color:#fff;z-index:100}.skip-link:focus{top:12px}@media(min-width:1500px){.hero{padding-block:88px}.wrap{max-width:1220px}}@media(max-width:1024px){.wrap{width:calc(100% - 64px)}.header-inner{padding:0 32px}.site-header nav{gap:22px;margin-right:15px}.hero{gap:15px;padding-block:48px}h1{font-size:44px}.map-node{width:38px;height:38px;font-size:20px}.node-label{font-size:10px}.map-panel{padding-inline:0}.map-center{width:88px;height:88px;font-size:12px}.map-caption{font-size:10px}.intro-strip span{font-size:12px}.type-card{padding:22px}.type-english{font-size:9px}}@media(max-width:760px){html{scroll-padding-top:28px}.wrap{width:calc(100% - 40px)}.site-header{height:78px}.header-inner{padding:0 20px;gap:12px}.site-header nav{display:none}.brand-mark{font-size:31px}.brand-word{font-size:21px}.brand-word span{font-size:9px}.header-cta{font-size:12px;padding:9px 12px;gap:13px}.hero{grid-template-columns:1fr;gap:38px;padding-block:43px 35px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center;font-size:10px;letter-spacing:1.6px}h1{font-size:43px;letter-spacing:-2px;margin:18px 0}.hero-description{font-size:14px;margin-bottom:25px}.primary-button{font-size:14px;padding:15px 22px;gap:38px}.test-meta{justify-content:center;font-size:11px}.map-panel{max-width:440px;width:100%;margin:auto;padding:17px 5px 20px}.map-topline{font-size:8px;inset:19px 20px auto}.map-node{width:39px;height:39px}.node-label{font-size:10px}.map-center{font-size:12px}.map-caption{font-size:10px}.intro-strip .wrap{display:block;padding-block:21px;text-align:center}.intro-strip p{font-size:14px}.intro-strip span{display:block;margin-top:5px;font-size:11px}.types-section{padding-block:43px}.section-heading{display:block;margin-bottom:24px}.section-heading h2{font-size:25px}.section-heading p{font-size:12px;margin-top:12px}.type-grid{grid-template-columns:repeat(2,1fr);gap:11px}.type-card{padding:18px 16px}.card-top{margin-bottom:17px}.type-number{width:37px;height:37px;font-size:21px}.type-english{display:none}.type-card h3{font-size:17px}.type-card p{font-size:12px}.card-bottom{font-size:10px;margin-top:12px}.about-section{grid-template-columns:1fr;gap:24px;padding-block:32px 40px}.about-label h2{font-size:23px}.about-copy{font-size:14px}.site-footer{flex-wrap:wrap;gap:10px 18px;padding-block:20px}.site-footer p{font-size:10px}.site-footer>span{width:100%;font-size:9px}.footer-brand{font-size:22px}.footer-brand span{font-size:18px}dialog{padding:30px}.dialog-number{width:85px;height:85px;font-size:50px}}.type-card p,.card-bottom,.section-heading p{font-size:14px}.card-bottom{font-size:12px}.header-cta,.map-caption,.test-meta{font-size:14px}.node-label,.eyebrow{font-size:12px}.brand-word span{font-size:12px;letter-spacing:1px}.hero-description,.about-copy{font-size:16px}.type-english{font-size:12px;letter-spacing:.5px}.map-topline{font-size:12px;letter-spacing:1px}.site-footer p,.site-footer>span{font-size:12px}.intro-strip span,.source-content{font-size:14px}.text-button{background:transparent;color:#6d7d71;font-size:14px;padding:7px 0}.text-button:hover{color:var(--green)}.quiz-view,.result-view{padding-block:36px 60px;min-height:calc(100vh - 207px)}.quiz-layout{display:grid;grid-template-columns:1fr 1.45fr;gap:70px;margin-top:36px}.quiz-aside{padding-top:18px}.quiz-aside .eyebrow{font-size:11px}.quiz-aside h1{font-size:37px;line-height:1.5;letter-spacing:-1.8px;margin:25px 0 22px}.quiz-aside>p{font-size:16px;color:var(--muted);line-height:1.9}.quiz-note{display:flex;align-items:flex-start;gap:12px;border-top:1px solid var(--line);margin-top:50px;padding-top:22px}.quiz-note>span{font-size:24px;color:#789066}.quiz-note p{font-size:13px;margin:0;color:var(--muted);line-height:1.8}.privacy-note{font-size:12px;color:#7b867a;margin-top:20px;line-height:1.9}.progress-label{display:flex;justify-content:space-between;font-size:14px;font-weight:500;margin-bottom:14px}.progress-label>span:last-child{font-family:var(--font);color:var(--green)}.progress-label>span:last-child>span{color:#91a18f;font-weight:400}progress{display:block;width:100%;height:5px;appearance:none;border:0;border-radius:3px;overflow:hidden;background:#e6eadf}progress::-webkit-progress-bar{background:#e6eadf}progress::-webkit-progress-value{background:#608265;border-radius:3px;transition:width .3s}progress::-moz-progress-bar{background:#608265}.question{margin:0;padding:29px 0 31px;border:0;border-bottom:1px solid var(--line);min-width:0}.question legend{float:left;display:flex;align-items:flex-start;gap:15px;line-height:1.8;width:100%;font-size:16px;font-weight:500;letter-spacing:-.2px}.question-index{font-size:13px;line-height:2.2;color:#92a18d;flex-shrink:0;font-weight:400}.answer-options{display:flex;clear:both;justify-content:space-between;padding-top:21px;gap:12px}.answer-option{width:20%;text-align:center;cursor:pointer;position:relative;display:flex;flex-direction:column;align-items:center}.answer-option input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.answer-circle{width:43px;height:43px;border:1px solid #b0c0a4;display:grid;place-items:center;border-radius:50%;color:#8b9b80;background:#f6f8f1;transition:background .15s,transform .15s}.answer-option:first-child .answer-circle,.answer-option:last-child .answer-circle{width:48px;height:48px;margin-top:-2.5px;margin-bottom:-2.5px}.answer-option input:checked+.answer-circle{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 0 0 4px #174d4612}.answer-option input:focus-visible+.answer-circle{outline:3px solid #688d7c;outline-offset:4px}.answer-option:hover .answer-circle{border-color:var(--green);transform:scale(1.05)}.answer-label{font-size:12px;color:#78866f;line-height:1.5;margin-top:10px;max-width:78px}.quiz-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:26px;gap:12px}.quiz-bottom>span{font-size:12px;color:#8a9783}.secondary-button{background:transparent;border:1px solid #cbd5c4;color:#56705a;border-radius:7px;padding:12px 20px;font-size:14px}.secondary-button:hover{background:#edf2e5}.next-button{padding:12px 20px;gap:25px;font-size:14px}.answer-hint{font-size:12px;color:#84917a;text-align:right;margin:12px 0 0}.dialog-reflection{font-size:14px;color:#6c8067;font-style:italic}.result-top{text-align:center;margin:32px auto 42px;max-width:750px}.result-top .eyebrow{justify-content:center}.result-top h1{font-size:42px;letter-spacing:-1.8px;margin:15px 0}.result-top>p{font-size:16px;color:var(--muted)}.results-grid{display:grid;grid-template-columns:1fr 1.13fr;gap:30px}.result-feature{padding:35px 38px;background:#eff3e8;border:1px solid #e4e9dc;border-radius:14px}.result-type-label{font-size:13px;color:#80916f}.result-number{font:110px Georgia,serif;color:#527255;line-height:1.2;margin:7px 0 18px}.result-feature h2{font-size:25px;margin:10px 0 17px}.result-feature>p{font-size:16px;line-height:1.9;color:#6e8067}.result-feature .eyebrow{font-size:11px;color:#6f8469}.result-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:23px}.result-tags span{border:1px solid #cad8bd;border-radius:20px;padding:5px 13px;font-size:13px;color:#637b55}.score-panel{border:1px solid var(--line);border-radius:14px;padding:30px 32px;background:#fff}.score-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}.score-heading h2{font-size:20px;margin:0}.score-heading>span{font-size:11px;color:#85917f}.score-list{display:grid;gap:14px}.score-row{display:flex;gap:18px;align-items:center;background:none;padding:0;width:100%;color:var(--ink)}.score-name{display:flex;gap:9px;align-items:center;font-size:14px;min-width:93px}.score-name>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font:15px Georgia,serif;color:#566a4e}.score-track{flex:1;height:7px;border-radius:4px;background:#edf1e8;overflow:hidden}.score-track>span{display:block;height:100%;border-radius:4px}.score-value{font-size:13px;color:#718668;width:25px;text-align:right}.score-row:hover .score-name{text-decoration:underline;text-underline-offset:4px}.score-explanation{font-size:12px;color:#86917d;line-height:1.8;margin:24px 0 0}.result-practice{display:grid;grid-template-columns:1fr 1.13fr;gap:30px;padding:34px 0;margin-top:30px;border-block:1px solid var(--line)}.result-practice h2{font-size:23px}.result-practice p{font-size:16px;margin:0 0 12px}.result-practice>div>span{font-size:13px;color:var(--muted)}.result-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:30px}.result-bottom>p{font-size:12px;line-height:1.9;color:#85917d}.result-bottom>div{display:flex;gap:12px;flex-shrink:0}.result-bottom .primary-button{padding:12px 20px;font-size:14px;gap:20px}.tie-badges{display:flex;gap:12px;flex-wrap:wrap;margin:15px 0 32px}.tie-badges button{width:65px;height:65px;border-radius:50%;font:35px Georgia,serif;color:#4d6c51}.result-feature .result-reflection{font-size:14px;border-top:1px solid #d3dec7;padding-top:20px}.is-tie h2{font-size:24px}@media(max-width:1100px){.type-english{font-size:10px}.type-card h3{font-size:17px}.quiz-layout{gap:35px}.quiz-aside h1{font-size:31px}.score-panel{padding:25px}.score-heading{display:block}.score-heading>span{display:block;margin-top:4px}.result-bottom{display:block}.result-bottom>div{margin-top:20px}}@media(max-width:760px){.header-cta{font-size:12px}.map-topline{font-size:10px}.map-caption{font-size:11px}.test-meta{font-size:12px}.node-label{font-size:11px}.hero-description{font-size:16px}.intro-strip span{font-size:12px}.type-card p{font-size:14px}.card-bottom{font-size:11px}.section-heading p{font-size:14px}.eyebrow{font-size:11px}.site-footer p{font-size:12px}.site-footer>span{font-size:12px}.quiz-view,.result-view{padding-block:20px 35px}.quiz-layout{grid-template-columns:1fr;gap:27px;margin-top:18px}.quiz-aside{padding-top:0}.quiz-aside h1{font-size:28px;letter-spacing:-1px;margin:12px 0}.quiz-aside h1 br{display:none}.quiz-aside>p{font-size:14px;margin:0}.quiz-aside>p br{display:none}.quiz-note,.privacy-note{display:none}.question{padding-block:24px}.question legend{font-size:16px;gap:10px}.answer-options{gap:5px}.answer-label{font-size:12px;max-width:56px}.answer-circle{width:39px;height:39px}.answer-option:first-child .answer-circle,.answer-option:last-child .answer-circle{width:43px;height:43px;margin-block:-2px}.result-top{margin:25px auto}.result-top h1{font-size:30px}.result-top>p{font-size:14px}.results-grid{grid-template-columns:1fr;gap:18px}.result-feature{padding:25px}.result-number{font-size:85px}.result-feature h2{font-size:23px}.score-panel{padding:23px}.score-heading{display:flex}.score-heading h2{font-size:18px}.score-heading>span{font-size:10px}.score-name{min-width:85px}.score-row{gap:12px}.result-practice{grid-template-columns:1fr;gap:18px;padding-block:25px}.result-practice h2{font-size:21px}.result-bottom>div{gap:9px}.result-bottom .primary-button,.result-bottom .secondary-button{font-size:13px;padding:12px 16px}.tie-badges button{width:55px;height:55px;font-size:29px}}@media(max-width:380px){.header-cta{gap:8px;font-size:11px}.hero h1{font-size:39px}.type-grid{grid-template-columns:1fr}.type-english{display:inline;font-size:11px}.quiz-bottom .primary-button{gap:15px}.answer-circle{width:36px;height:36px}.answer-option:first-child .answer-circle,.answer-option:last-child .answer-circle{width:40px;height:40px}.map-caption{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.quiz-format{display:flex;flex-direction:column;gap:4px;margin-top:24px;color:var(--green)}.quiz-format strong{font-size:18px;font-weight:600}.quiz-format span{font-size:13px;color:var(--muted)}.quiz-layout{grid-template-columns:minmax(220px,.7fr) minmax(0,1.65fr);gap:48px}.quiz-aside{position:sticky;top:28px;align-self:start}.quiz-aside h1{font-size:31px}.quiz-note{margin-top:28px}.question{padding:21px 0 23px}.question legend{font-size:16px}.answer-options{padding-top:16px}.answer-circle{width:36px;height:36px;font-size:14px}.answer-option:first-child .answer-circle,.answer-option:last-child .answer-circle{width:40px;height:40px;margin-block:-2px}.answer-label{font-size:12px;margin-top:8px;max-width:100px;color:#65735f}.progress-label{margin-bottom:10px}.answer-hint{color:#65735f}@media(min-width:1050px){.question{display:flow-root;min-height:110px;padding-block:22px}.question legend{float:left;display:block;width:calc(100% - 332px);margin:0;padding:0;font-size:16px;line-height:1.8}.question legend .question-index{display:inline;margin-right:9px}.answer-options{clear:none;width:310px;margin-left:auto;padding-top:0;gap:8px}.answer-label{font-size:12px;max-width:58px}.quiz-workspace{min-width:0}}@media(max-width:1049px)and (min-width:761px){.quiz-layout{grid-template-columns:220px minmax(0,1fr);gap:30px}.quiz-aside h1{font-size:28px}}@media(max-width:760px){.quiz-layout{grid-template-columns:1fr;gap:22px}.quiz-aside{position:static}.quiz-aside h1{font-size:26px}.quiz-format{flex-direction:row;align-items:center;gap:12px;margin-top:14px}.quiz-format strong{font-size:15px}.quiz-format span{font-size:12px}.question{padding-block:22px}.question legend{font-size:16px}.answer-label{max-width:56px}.quiz-note{display:none}}.result-code{font-size:clamp(4rem,8vw,6.5rem);letter-spacing:-.04em;overflow-wrap:anywhere}.result-combination{display:flex;gap:8px 14px;flex-wrap:wrap;color:#47614b;font-size:14px;line-height:1.7}.result-feature .result-type-label{font-size:14px}.result-notice{border-left:3px solid #728965;background:#f1f3ea;color:#52614c;padding:16px 20px;margin:0 0 24px;font-size:14px;line-height:1.8}.result-notice strong{display:block;color:#344f3d;margin-bottom:4px}.wing-explanation{border-top:1px solid #ccd8c3;margin-top:25px;padding-top:16px}.wing-explanation h3{font-size:16px;margin:0 0 8px}.wing-explanation p{font-size:14px;line-height:1.85;color:#586c52}.result-method{margin-top:20px;border-top:1px solid var(--line);padding-top:18px;font-size:14px;color:#586c52;line-height:1.85}.result-method summary{cursor:pointer;font-weight:600;color:#365641}.result-method p{margin:12px 0}.result-method a{text-decoration:underline;text-underline-offset:3px}.result-feature,.score-panel{min-width:0}.score-explanation{font-size:14px}.result-bottom>p{font-size:14px}@media(max-width:760px){.result-code{font-size:5rem}.result-top>p{font-size:16px}.result-combination{gap:5px 12px}.score-heading>span{font-size:12px}.result-notice{padding:14px 16px}}.type-guide{margin-top:48px;padding:32px;background:#f4f6ef;border:1px solid #dfe6d9;border-radius:16px;color:var(--ink)}.type-guide-header{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:28px}.type-guide-identity{display:flex;align-items:center;gap:22px;min-width:0}.type-guide-number{font:88px/1 Georgia,serif;color:#31564b;background:var(--guide-color);width:106px;height:120px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.type-guide h2{font-size:27px;letter-spacing:-.9px;margin:7px 0 6px;line-height:1.4}.type-guide .eyebrow{font-size:12px;color:#586d60;letter-spacing:1.3px}.type-guide-subtitle{font-size:14px;color:#5b7061;margin:0;line-height:1.7}.type-guide-motto{font-size:20px;font-weight:500;line-height:1.65;max-width:290px;margin:0;color:#375448}.trait-grid{list-style:none;counter-reset:trait;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.trait-card{background:#fff;border:1px solid #dce4d5;border-radius:10px;padding:20px 17px;min-width:0;box-shadow:0 2px #223d3410}.trait-card-heading{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:12px}.trait-index{background:var(--guide-color);border:1px solid #203d381a;color:#2e5045;display:grid;place-items:center;flex-shrink:0;min-width:34px;height:34px;padding:0 5px;border-radius:50%;font:17px Georgia,serif}.trait-card h3{font-size:17px;line-height:1.5;letter-spacing:-.3px;margin:0;font-weight:600;overflow-wrap:anywhere}.trait-card p{font-size:16px;line-height:1.85;color:#52665b;margin:0;overflow-wrap:anywhere}.type-guide-footer{margin-top:22px;display:flex;gap:18px;justify-content:space-between;align-items:flex-start;font-size:14px;line-height:1.8;color:#5d7063}.type-guide-footer p{margin:0;max-width:630px}.type-guide-footer a{flex-shrink:0;text-decoration:underline;text-underline-offset:4px}#type-dialog{width:min(1220px,calc(100% - 40px));padding:28px;max-height:88vh;overscroll-behavior:contain}#type-dialog .dialog-close{position:sticky;display:block;margin-left:auto;right:auto;top:0;z-index:1;border:1px solid var(--line);background:var(--paper);border-radius:50%;line-height:1;min-height:40px}.type-guide--dialog{margin-top:8px}.type-guide--dialog h2{font-size:27px}.type-guide--dialog .type-guide-header{scroll-margin-top:48px}#type-dialog .dialog-tip{font-size:16px;margin-bottom:16px}@media(max-width:1100px){.trait-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.type-guide-header{align-items:flex-start}.type-guide-motto{max-width:235px;font-size:18px}.type-guide-footer{display:block}.type-guide-footer a{display:inline-block;margin-top:10px}}@media(max-width:760px){.type-guide{padding:22px;margin-top:32px}.type-guide-header{display:block}.type-guide-identity{gap:15px}.type-guide-number{font-size:65px;width:76px;height:93px}.type-guide h2,.type-guide--dialog h2{font-size:22px;letter-spacing:-.6px}.type-guide .eyebrow{font-size:12px;letter-spacing:.4px}.type-guide-motto{font-size:18px;max-width:none;margin-top:20px;border-left:3px solid #91a684;padding-left:14px}.trait-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trait-card-heading{gap:12px}#type-dialog{width:calc(100% - 24px);padding:16px}#type-dialog .type-guide{padding:18px}.type-guide-subtitle{font-size:14px}}@media(max-width:540px){.trait-grid{grid-template-columns:1fr}.trait-card-heading{flex-direction:row;align-items:center;gap:12px;margin-bottom:10px}.trait-card{padding:18px}.type-guide-identity{gap:12px}.type-guide-number{width:58px;height:76px;font-size:52px}.type-guide h2,.type-guide--dialog h2{font-size:21px}.type-guide .eyebrow{display:none}.type-guide{padding:18px}.type-guide-footer{font-size:14px}}.mbti-panel{margin-top:32px;border:1px solid #d5dfe9;border-radius:16px;padding:32px;background:#f4f8fc;color:#253e56}.mbti-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.mbti-heading h2{font-size:27px;margin:8px 0}.mbti-heading p{font-size:14px;color:#526a7e;line-height:1.7;margin:0}.mbti-heading .eyebrow{font-size:12px;color:#577491}.mbti-chart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,1fr);gap:36px;margin-top:28px}.mbti-axis{display:flex;justify-content:space-between;margin:0 60px 12px 80px;font-size:12px;color:#587084}.mbti-bars{list-style:none;padding:0;margin:0;display:grid;gap:12px}.mbti-row{display:grid;grid-template-columns:68px minmax(0,1fr) 48px;gap:12px;align-items:center;font-size:16px}.mbti-label{font-weight:600}.mbti-track{height:18px;background:#e0e9f3;border-radius:3px;overflow:hidden;background-image:linear-gradient(90deg,transparent 49.6%,#bacbd966 50%,transparent 50.4%)}.mbti-track>span{height:100%;display:block;background:#7e9fbd;border-radius:3px}.mbti-track .is-top{background:#3a668b}.mbti-value{font-variant-numeric:tabular-nums;text-align:right;font-size:14px}.mbti-reading{align-self:center;border-left:2px solid #afc4d8;padding-left:26px}.mbti-reading h3{font-size:16px;margin:0 0 10px}.mbti-reading p{font-size:16px;line-height:1.85;color:#4b6377}.mbti-reading .mbti-top-types{font-size:20px;font-weight:600;color:#305b7d}.mbti-method{margin-top:28px;border-top:1px solid #ccd9e5;padding-top:18px;font-size:14px;line-height:1.85}.mbti-method summary{cursor:pointer;font-weight:600}.mbti-method a{text-decoration:underline;text-underline-offset:3px}.mbti-license{display:block;margin-top:10px;color:#60788e;font-size:12px}@media(max-width:900px){.mbti-chart-layout{grid-template-columns:1fr}.mbti-heading{display:block}.mbti-reading{border-left:0;border-top:1px solid #ccd9e5;padding:20px 0 0}.mbti-reading p:last-child{margin-bottom:0}}@media(max-width:540px){.mbti-panel{padding:20px;margin-top:24px}.mbti-heading h2{font-size:22px}.mbti-chart-layout{gap:24px;margin-top:22px}.mbti-row{grid-template-columns:62px minmax(0,1fr) 46px;gap:8px;font-size:14px}.mbti-axis{margin-left:70px;margin-right:54px}.mbti-track{height:16px}.mbti-reading .mbti-top-types{font-size:18px}}.mbti-source-badge{border:1px solid #bed0e0;border-radius:20px;padding:7px 13px;font-size:14px;color:#476782;white-space:nowrap}@media(max-width:900px){.mbti-source-badge{display:inline-block;margin-top:14px}}.people-panel{margin-top:36px;padding:32px;border-radius:18px;background:#edf3ec;border:1px solid #d9e4d7;min-width:0}.people-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.people-heading .eyebrow{color:#587565;letter-spacing:1.5px}.people-heading h2{font-size:28px;margin:7px 0 10px}.people-heading p{font-size:15px;color:#53695c;margin:0}.people-heading p strong{font-weight:600;color:#245c4c}.people-source-label{flex-shrink:0;background:#fff9;border:1px solid #c8d9c9;border-radius:20px;padding:7px 13px;font-size:13px;color:#4b6856}.people-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:23px 0 14px;font-size:13px;color:#5f7466}.people-toolbar>span>span{margin-left:7px}.people-controls{display:flex;align-items:center;gap:8px}.people-count{margin-right:7px;font-variant-numeric:tabular-nums}.people-arrow{width:42px;height:42px;display:grid;place-items:center;border:1px solid #bccdbc;background:#fff;border-radius:50%;color:var(--green);font-size:21px;line-height:1}.people-arrow:hover:not(:disabled){background:var(--green);color:#fff;border-color:var(--green)}.people-arrow:disabled{opacity:.3}.people-track{--people-gap:16px;position:relative;display:flex;align-items:stretch;gap:var(--people-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#a8bda6 transparent;padding:5px 0 17px;margin:0;list-style:none;border-radius:10px}.people-track:focus-visible{outline:3px solid #629689;outline-offset:5px}.people-card{display:flex;flex:0 0 calc((100% - var(--people-gap))/2);min-width:0;scroll-snap-align:start;background:#fff;border:1px solid #d9e1d6;border-radius:13px;overflow:hidden;box-shadow:0 3px 9px #1f483008;transition:border-color .2s,box-shadow .2s}.people-card:hover{border-color:#91ad96;box-shadow:0 5px 14px #1f483014}.people-link{display:flex;flex-direction:column;width:100%;flex:1;color:var(--ink)}.people-link:focus-visible{outline-offset:-4px;outline:3px solid #174d46}.people-photo{position:relative;isolation:isolate;width:100%;aspect-ratio:5/4;background:#dfe8da;overflow:hidden}.people-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 30%;z-index:1}.people-photo-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#58745c;background:linear-gradient(140deg,#e4ecdd,#cbdcc7)}.people-photo-fallback>span{font:64px/1.2 var(--font);opacity:.5}.people-photo-fallback small{display:none;font-size:13px;margin-top:15px}.has-image-error .people-photo-fallback small{display:block}.people-kind{position:absolute;left:14px;top:14px;z-index:2;border-radius:20px;background:#fffe;color:#244e3d;font-size:12px;padding:4px 11px;box-shadow:0 2px 10px #0001}.people-card-body{padding:18px 19px 16px;display:flex;flex-direction:column;flex:1}.people-work{font-size:12px;color:#718173;margin:0 0 6px;line-height:1.6}.people-card h3{font-size:20px;line-height:1.4;letter-spacing:-.5px;margin:0;font-weight:600;overflow-wrap:anywhere}.people-types{display:flex;align-items:baseline;gap:12px;margin:18px 0 20px}.people-types strong{font-size:27px;letter-spacing:.8px;font-weight:700;line-height:1;color:#235a49}.people-types>span{font-size:16px;color:#667e6d;letter-spacing:.5px}.people-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px;padding-top:13px;border-top:1px solid #e6ebe1;margin-top:auto;font-size:11px}.people-match{color:#687a69}.people-match.is-exact{color:#215a3b;background:#eef5e1;border-radius:5px;padding:3px 7px;font-weight:600}.people-profile{color:#62766a;white-space:nowrap}.people-profile>span{font-size:15px;margin-left:3px}.people-note{font-size:13px;color:#5e7264;line-height:1.85;margin:20px 0 0}.people-note>span{display:block;color:#738373;font-size:12px;margin-top:6px}@media(max-width:760px){.people-panel{padding:22px;margin-top:28px}.people-heading{display:block}.people-heading h2{font-size:24px}.people-heading p{font-size:14px}.people-source-label{display:inline-block;margin-top:13px;padding:4px 10px;font-size:12px}.people-toolbar{margin-top:16px}.people-note{font-size:13px}}@media(max-width:540px){.people-panel{padding:20px 16px}.people-heading h2{font-size:23px;letter-spacing:-.8px}.people-track{--people-gap:12px}.people-card h3{font-size:18px}.people-card-body{padding:16px}.people-types strong{font-size:25px}.people-toolbar{font-size:12px}.people-arrow{width:38px;height:38px}.people-match.is-exact{padding:2px 5px}.people-card-bottom{font-size:10px}.people-note{margin-top:17px}.people-types{margin-block:16px 18px}}.people-types small{font-size:10px;color:#637367;letter-spacing:0;margin-left:auto}.people-teaser{margin:0 0 18px;font-size:13px;line-height:1.8;color:#556b5c;word-break:keep-all}.people-analysis{margin-top:15px;border-top:1px solid #e6ebe1;padding-top:13px}.people-analysis summary{font-size:13px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#315e48;min-height:30px;list-style:none}.people-analysis summary::-webkit-details-marker{display:none}.people-analysis[open] summary span{transform:rotate(45deg)}.people-analysis-content{font-size:13px;line-height:1.85;word-break:keep-all;overflow-wrap:anywhere}.people-analysis dl{margin:18px 0}.people-analysis dt{font-size:12px;color:#355f49;font-weight:700;margin:15px 0 5px}.people-analysis dd{margin:0;color:#53685b}.people-scope{font-size:11px;line-height:1.7;padding:8px 10px;background:#f1f5eb;border-radius:6px;margin:13px 0}.people-evidence-limit{font-size:11px;color:#73684a}.people-source-intro{font-size:11px;color:#718072}.people-sources{list-style:none;margin:10px 0!important;padding:0!important}.people-sources li{margin:8px 0;font-size:12px}.people-sources a,.people-photo-credit,.people-method a{text-decoration:underline;text-underline-offset:3px}.people-photo-credit{font-size:10px;color:#788278}.people-method{border-top:1px solid #d8e3d3;margin-top:18px;padding-top:15px;color:#5e7264;font-size:12px;line-height:1.85}.people-method summary{cursor:pointer;color:#3e624b}.people-method p{margin:13px 0 0}.people-method a{display:inline-block;margin-right:15px}.people-method span{display:block;margin-top:8px;font-size:11px}.people-analysis summary:focus-visible,.people-method summary:focus-visible{outline:2px solid #315e48;outline-offset:4px;border-radius:3px}.people-card-body{min-width:0}.people-card h3,.people-work,.people-teaser{overflow-wrap:anywhere}.people-types{flex-wrap:wrap}.people-types small{margin-left:0}.people-card-bottom{flex-wrap:wrap}.people-profile{white-space:normal}@media(max-width:760px){.people-card-body{padding:14px 12px}.people-card h3{font-size:17px}.people-types{gap:7px;margin:16px 0}.people-types strong{font-size:24px}.people-types small{flex-basis:100%;font-size:12px}.people-kind{top:8px;left:8px;padding:3px 8px}.people-card-bottom{font-size:12px}.people-match.is-exact{padding:3px 5px}}@media(max-width:540px){.people-panel{padding:20px 12px}.people-track{--people-gap:10px}.people-card-body{padding:12px 9px}.people-card h3{font-size:16px;letter-spacing:-.4px}.people-types{gap:6px}.people-types strong{font-size:22px}.people-types>span{font-size:14px}.people-work{font-size:12px}.people-kind{padding:2px 6px}.people-teaser{margin-bottom:14px}.people-card-bottom{gap:6px;font-size:12px}.people-toolbar,.people-controls{gap:6px}.people-count{margin-right:0}.people-photo-fallback small{font-size:12px;text-align:center;padding:8px}}.type-reflection{text-align:center;overflow-wrap:anywhere}.result-practice>.type-reflection{grid-column:1/-1;width:100%;margin:0;color:var(--muted);font-size:14px}.mbti-license{white-space:nowrap}.mbti-credit-short{display:none}p{word-break:normal;overflow-wrap:break-word;text-wrap:pretty}.people-teaser,.people-analysis-content{word-break:normal}@media(max-width:540px){.mbti-credit-full{display:none}.mbti-credit-short{display:inline}}.type-card p,.card-bottom,.section-heading p,.test-meta,.map-caption,.site-footer p,.site-footer>span,.type-english{color:#5d6f62}.question-index,.answer-circle,.answer-hint,.score-explanation,.result-bottom>p{color:#61715f}@media(max-width:540px){.hero h1{font-size:clamp(32px,10.7vw,43px)}.hero-copy .eyebrow{letter-spacing:1.2px}.result-bottom>div{display:grid;grid-template-columns:1fr 1fr}.result-bottom>div>button{min-width:0;justify-content:center;gap:8px;padding-inline:10px}}.quiz-title-tail{white-space:nowrap}.result-feature p{word-break:keep-all}.map-node{display:grid;place-items:center;padding:0;line-height:1;text-align:center;background:var(--type-color);color:var(--type-on);border:1px solid var(--type-border)}.map-number,.circle-number{display:block;font-family:Times New Roman,serif;line-height:1;font-variant-numeric:lining-nums tabular-nums;transform:translateY(-.04em)}@supports (text-box:trim-both cap alphabetic){.map-number,.circle-number{text-box:trim-both cap alphabetic;transform:none}}.type-card{border-top:3px solid var(--type-border)}.type-card:hover{border-color:var(--type-border)}.type-number,.type-guide-number,.trait-index{background:var(--type-color);color:var(--type-on);border:1px solid var(--type-border)}.type-guide{background:var(--type-soft);border-color:var(--type-border)}.type-guide-header{border-bottom-color:var(--type-border)}.type-guide h2,.type-guide-motto{color:var(--type-ink);border-color:var(--type-border)}.result-feature{background:var(--type-soft);border-color:var(--type-border)}.result-type-label,.result-feature h2,.result-feature .eyebrow{color:var(--type-ink)}.result-feature>p,.wing-explanation p{color:var(--ink)}.result-combination>span{padding:4px 10px;border-radius:6px;background:var(--type-color);color:var(--type-on);border:1px solid var(--type-border)}.result-tags span{background:#ffffffb3;border-color:var(--type-border);color:var(--type-ink)}.wing-explanation{border-color:var(--type-border)}.result-number{color:var(--type-ink)}.type-code{display:inline-flex;align-items:center;gap:.12em;white-space:nowrap;line-height:1;vertical-align:middle}.type-code-part{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.25em;height:1.32em;padding:0;background:var(--type-color);color:var(--type-on);border:1px solid var(--type-border);border-radius:.16em}.type-code-w{display:inline-flex;flex:0 0 auto;width:.9em;height:1.32em;font-size:.6em;line-height:1;color:#57625c}.type-code-glyph{display:block;width:100%;height:100%;fill:currentColor;overflow:visible}.score-name>.score-type-number{background:var(--type-color);color:var(--type-on);border:1px solid var(--type-border)}.score-track>span{box-shadow:inset 0 0 0 1px var(--type-border)}.score-value{color:var(--type-ink)}.result-practice{border-color:var(--type-border);background:var(--type-soft)}.result-practice h2,.result-practice .eyebrow,.type-reflection{color:var(--type-ink)}.dialog-tip{background:var(--type-soft);border:1px solid var(--type-border)}.people-panel,.mbti-panel{border-color:var(--type-border);background:var(--type-soft);color:var(--ink)}.people-heading h2,.people-heading .eyebrow,.mbti-heading h2,.mbti-heading .eyebrow{color:var(--type-ink)}.people-match.is-exact{background:var(--type-soft);color:var(--type-ink);border:1px solid var(--type-border)}.mbti-track{background-color:#e6e9eb}.mbti-track>span,.mbti-track .is-top{background:var(--type-color);box-shadow:inset 0 0 0 1px var(--type-border)}.mbti-source-badge,.mbti-top-types{color:var(--type-ink)}.people-types{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:8px;min-height:62px}.people-type-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.people-photo img[src="/people/elinor.jpg"]{object-position:82% 30%}.people-photo img[src="/people/shikamaru.png"]{object-position:50% 4%}.people-photo img[src="/people/robin.png"]{transform:scale(4.5);transform-origin:68% -1%}.people-photo:not(.has-image-error) .people-photo-fallback{visibility:hidden}.people-type-item strong{line-height:1.25;color:var(--ink)}.people-type-item small{display:block;font-size:12px;line-height:1.4;margin:0;white-space:nowrap;color:#5b655e}.people-enneagram .type-code{font-family:Georgia,serif;font-size:20px;line-height:1.3;min-height:34px}@media(max-width:760px){.people-enneagram .type-code{font-size:18px;min-height:30px}}@media(max-width:400px){.people-types{gap:5px}.people-type-item strong{font-size:21px}.people-enneagram .type-code{font-size:16px;min-height:27px}}.result-number.result-code{font-size:clamp(3.25rem,14vw,5.2rem);overflow-wrap:normal}@media(max-width:760px){.people-types{display:flex;flex-direction:column;gap:12px;min-height:112px}.people-enneagram{flex-direction:column;align-items:flex-start;gap:8px}.people-type-item small{flex-basis:auto}}.selection-view{padding-block:30px 70px;max-width:1040px}.selection-heading{text-align:center;margin:40px 0 36px}.selection-heading .eyebrow{justify-content:center}.selection-heading h1{font-size:36px;letter-spacing:-1.5px}.selection-heading p,.selection-note{color:var(--muted)}.mode-options{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mode-choice{display:flex;flex-direction:column;text-align:left;border:1px solid #cbd8cc;border-radius:18px;background:#fff;padding:34px;color:var(--ink);transition:transform .2s,border-color .2s}.mode-choice:hover{transform:translateY(-3px);border-color:var(--green)}.mode-choice--deep{background:#edf3e8;border-color:#819d86}.mode-kicker{font-size:14px;color:#56705d}.mode-choice h2{font-size:29px;margin:10px 0 14px}.mode-choice>p{font-size:16px;line-height:1.8;margin:0 0 24px}.mode-choice .mode-amount{font-size:16px}.mode-amount strong{font:44px/1.2 Georgia,serif;margin-right:6px}.mode-amount>span{display:inline-block;margin-left:12px;font-size:14px;color:#5d7062}.mode-action{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:22px;border-top:1px solid #d6e0d1;font-size:16px;font-weight:600}.mode-action>span{font-size:24px}.selection-note{text-align:center;font-size:14px;line-height:1.8;max-width:640px;margin:26px auto 0}.mode-switch{font-size:14px;margin-top:16px}.quick-result-note{display:flex;flex-wrap:wrap;align-items:center;gap:18px 30px;padding:24px 28px;background:#f0f4eb;border:1px solid #b7cbb6;border-radius:12px;margin-bottom:28px}.quick-result-note>div{flex:1;min-width:220px}.quick-result-note strong{font-size:18px}.quick-result-note p{font-size:15px;margin:8px 0 0}.quick-result-note small{width:100%;font-size:13px;color:#586d5d}.quick-result-note .primary-button{gap:18px;flex-shrink:0}.result-bottom{flex-wrap:wrap}.result-bottom>div{flex-wrap:wrap}.site-header{height:auto}.header-inner{height:84px}.header-utility{position:relative;max-width:1320px;margin:auto;padding:10px 48px 0;display:flex;justify-content:flex-end}.usage-widget{position:static;max-width:100%;font-size:12px;line-height:1.5}.usage-widget>summary{display:flex;align-items:center;gap:11px;min-height:24px;padding:2px 0;list-style:none;cursor:pointer;color:#6d7c72;white-space:nowrap}.usage-widget>summary::-webkit-details-marker{display:none}.usage-pair{display:inline-flex;gap:7px;align-items:baseline}.usage-pair>span{font-size:10px;font-weight:500;letter-spacing:.9px}.usage-pair strong{font-size:12px;font-weight:600;letter-spacing:0;font-variant-numeric:lining-nums tabular-nums}.usage-today{color:var(--green)}.usage-divider{color:#bcc6bb;font-size:11px}.usage-chevron{width:5px;height:5px;border-right:1px solid #829182;border-bottom:1px solid #829182;transform:rotate(45deg);margin:0 2px 3px 0;transition:transform .15s}.usage-widget[open] .usage-chevron{transform:rotate(225deg);margin-bottom:0}.usage-popover{position:absolute;top:calc(100% + 8px);right:48px;z-index:30;width:min(380px,calc(100% - 96px));max-height:calc(100dvh - 64px);overflow:auto;overscroll-behavior:contain;padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 36px #203d381a;white-space:normal}.usage-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.usage-heading h2{font-size:17px;font-weight:600;letter-spacing:-.5px;margin:0}.usage-heading .text-button{font-size:12px;padding:0;min-height:28px}.usage-date-note{font-size:11px;color:var(--muted);margin:3px 0 18px}.usage-stages{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.usage-stages>div+div{border-left:1px solid var(--line);padding-left:18px}.usage-stages span{display:block;font-size:12px;color:var(--muted);margin-bottom:5px}.usage-stages strong{font-size:24px;font-weight:500;line-height:1.3;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.usage-stages small{font-size:11px;color:var(--muted);margin-left:5px}.usage-mode-counts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:14px 0 18px;font-size:12px;color:#5d7064}.usage-mode-counts p{margin:0}.usage-mode-counts strong,.usage-mode-counts span{display:block}.usage-mode-counts strong{font-weight:500;margin-bottom:3px}.usage-mode-counts b{font-weight:500;font-variant-numeric:tabular-nums}#usage-status{font-size:11px;color:#637268;margin:0;line-height:1.7}.usage-details{font-size:12px;color:#5d7064;border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.usage-details summary{cursor:pointer;color:var(--ink)}.usage-details p{line-height:1.8;word-break:normal;overflow-wrap:anywhere}.type-number,.type-guide-number,.trait-index,.score-type-number{padding:0;text-align:center;line-height:1}@media(max-width:1024px){.header-utility{padding-inline:32px}.usage-popover{right:32px;width:min(380px,calc(100% - 64px))}}@media(max-width:760px){.header-utility{padding:8px 20px 0}.header-inner{height:68px}.usage-popover{right:20px;width:min(380px,calc(100% - 40px))}}@media(max-width:380px){.usage-popover{padding:18px}.usage-mode-counts{grid-template-columns:1fr;gap:10px}.usage-mode-counts p{display:flex;justify-content:space-between;gap:10px}.usage-mode-counts strong{margin:0}}.mbti-value{min-width:65px}.mbti-credit-line{display:flex;flex-wrap:wrap;gap:5px 16px;justify-content:space-between;font-size:12px;color:#5d6d64;margin:18px 0 0}.mbti-credit-line a{text-decoration:underline;text-underline-offset:3px}.mbti-credit-line>span{white-space:nowrap}.mbti-denominator-note{font-size:13px}@media(max-width:760px){.selection-heading{margin:25px 0}.selection-heading h1{font-size:28px}.mode-choice{padding:25px}.mode-choice h2{font-size:25px}.mode-amount>span{margin-left:0;display:block;margin-top:8px}.quick-result-note{padding:22px;gap:18px}.quick-result-note .primary-button{width:100%;justify-content:center}}@media(max-width:540px){.selection-view{padding-block:24px 40px}.selection-heading h1{font-size:27px;word-break:keep-all;line-height:1.5}.selection-heading p{font-size:15px}.mode-options{grid-template-columns:1fr;gap:16px}.mode-choice{padding:24px}.mode-amount>span{display:inline-block;margin:0 0 0 12px}.mode-choice>p{margin-bottom:20px}.mode-action{padding-top:18px}.quick-result-note>div{min-width:0;flex-basis:100%}.result-bottom>div{display:flex;width:100%}.result-bottom>div>button{flex:1 1 130px}.mbti-value{min-width:61px;font-size:13px}}.mbti-row{grid-template-columns:68px minmax(0,1fr) 65px}@media(max-width:540px){.mbti-row{grid-template-columns:52px minmax(0,1fr) 61px;gap:8px}}@media(max-width:540px){.test-meta{flex-wrap:wrap;gap:4px 12px}.test-meta>span{white-space:nowrap}.test-meta span+span:before{display:none}}.result-share{border-top:1px solid var(--type-border,var(--line));margin-top:24px;padding-top:20px}.result-share>p:first-child{font-size:14px;font-weight:500;margin:0 0 13px;color:var(--ink)}.result-share-actions{display:flex;gap:10px;flex-wrap:wrap}.result-share-actions .primary-button,.result-share-actions .secondary-button{white-space:nowrap;font-size:14px;padding:11px 16px;min-height:46px;gap:20px;justify-content:center}.share-status{font-size:12px!important;line-height:1.7!important;margin:10px 0 0!important;color:var(--muted)!important}.share-status:empty{display:none}.share-manual{display:block;font-size:12px;margin-top:12px}.share-manual textarea{display:block;width:100%;min-height:105px;resize:vertical;margin-top:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:13px/1.7 var(--font);word-break:break-all}.shared-result-banner{margin-top:32px;padding:32px;border:1px solid var(--type-border);background:var(--type-soft);border-radius:14px;text-align:center}.shared-result-banner .eyebrow{justify-content:center;color:var(--type-ink)}.shared-result-code{display:flex;justify-content:center;font-size:60px;margin:14px 0;line-height:1.2}.shared-result-banner h2{font-size:24px;margin:10px 0}.shared-result-banner>p{font-size:14px;color:var(--muted);margin:12px 0 20px}.shared-result-banner .primary-button{gap:30px}.shared-result-banner small{display:block;margin:14px 0 0;font-size:11px;color:var(--muted)}@media(max-width:540px){.result-share-actions .primary-button{flex:1 1 145px;font-size:13px;padding-inline:12px;gap:8px}.result-share-actions .secondary-button{flex:1 1 100px;font-size:13px;padding-inline:12px}.shared-result-banner{padding:26px 20px;margin-top:24px}.shared-result-banner h2{font-size:20px}.shared-result-code{font-size:54px}.shared-result-banner .primary-button{width:100%;justify-content:center}}.type-page-link{display:inline-block;margin:8px 0 12px;font-size:13px;text-decoration:underline;text-underline-offset:4px;color:var(--muted)}.guide-page{padding-block:30px 70px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:var(--muted)}.breadcrumbs a:hover{text-decoration:underline}.guide-page-hero{max-width:760px;margin:42px auto 48px;text-align:center}.guide-page-hero .eyebrow{justify-content:center}.guide-page-number{display:flex;align-items:center;justify-content:center;width:86px;height:86px;margin:24px auto;background:var(--type-color);color:var(--type-on);border:2px solid var(--type-border);border-radius:50%;font-size:48px}.guide-page-hero h1{font-size:40px;line-height:1.35;margin:20px 0}.guide-page-hero h1>span{display:block;font-size:20px;font-weight:500;color:var(--muted);margin-top:13px}.guide-page-hero>p{max-width:610px;margin:22px auto 26px;font-size:16px;line-height:1.9;word-break:normal;overflow-wrap:anywhere;text-wrap:pretty}.guide-page .type-guide{margin-top:0}.guide-wings,.guide-practice{margin-top:48px}.guide-page h2{font-size:25px;line-height:1.5}.guide-section-intro{color:var(--muted);font-size:15px;line-height:1.85;max-width:710px}.guide-wing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}.guide-wing-card{padding:28px;border:1px solid var(--type-border);background:var(--type-soft);border-radius:12px}.guide-wing-code{font-size:38px;line-height:1.2}.guide-wing-card h3{font-size:19px;line-height:1.6;margin:20px 0 12px;text-wrap:pretty}.guide-wing-card p,.guide-practice>p{font-size:15px;line-height:1.85;word-break:normal;overflow-wrap:anywhere;text-wrap:pretty}.guide-practice{padding:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.guide-practice blockquote{margin:24px 0 0;text-align:center;color:var(--muted);font-size:16px;line-height:1.8;text-wrap:pretty}.guide-next{text-align:center;margin:48px 0;padding:36px 24px;border-radius:14px;background:#eef2e7}.guide-next h2{margin:0 0 14px}.guide-next p{font-size:15px;line-height:1.85;margin:0 0 24px}.guide-next small{display:block;color:var(--muted);font-size:12px;line-height:1.8;margin-top:20px}.guide-related>h2{font-size:18px}.guide-related>div{display:flex;flex-wrap:wrap;gap:10px}.guide-related a{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid var(--type-border);border-radius:30px;background:var(--type-soft);font-size:13px}.guide-related a>span{display:grid;place-items:center;width:25px;height:25px;background:var(--type-color);border:1px solid var(--type-border);border-radius:50%;color:var(--type-on);font-size:13px;font-weight:700}.guide-related a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:540px){.guide-page{padding-top:24px}.guide-page-hero{margin:34px auto}.guide-page-hero h1{font-size:31px}.guide-page-hero h1>span{font-size:17px}.guide-page-hero>p{font-size:15px}.guide-page h2{font-size:22px}.guide-wing-grid{grid-template-columns:1fr;gap:14px}.guide-wing-card{padding:22px}.guide-wing-card h3{font-size:18px}.guide-practice{padding:26px 8px}.guide-next{padding:30px 18px}.guide-next h2{font-size:21px}.guide-related>h2{font-size:18px}.guide-related a{font-size:12px;padding:8px 11px}}:root{--ink:#233c36;--muted:#647269;--green:#244e43;--green-dark:#173a30;--paper:#faf9f5;--line:#dedfd6;--surface:#fffefa;--map-surface:#eef0e7;--display-font:"Noto Serif KR","AppleMyungjo",serif}body{font-size:16px;line-height:1.8;letter-spacing:-.025em;-webkit-font-smoothing:antialiased}.wrap{width:min(1200px,calc(100% - 96px))}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}h1[tabindex="-1"]:focus,.question legend[tabindex="-1"]:focus{outline:none}h2{font-weight:600;letter-spacing:-.045em}p{line-height:1.85}.eyebrow{font-size:10px;line-height:1.5;letter-spacing:.17em;font-weight:500;color:var(--muted)}.site-header{background:var(--paper);border-color:var(--line)}.header-inner,.header-utility{max-width:1296px}.header-utility{padding-top:9px}.header-inner{height:78px}.brand{gap:14px}.brand-mark{font-size:36px;font-weight:500}.brand-word{font-size:24px}.brand-word span{font-size:10px;letter-spacing:.13em;margin-top:6px}.site-header nav{font-size:13px;gap:30px;margin-right:25px}.header-cta{border-radius:50px;background:transparent;border:1px solid #a7b7ac;color:var(--green);padding:10px 19px;font-size:12px;gap:25px;min-height:44px}.header-cta:hover{color:#fff}.usage-widget>summary{gap:9px}.usage-pair>span{font-size:9px;letter-spacing:.1em}.usage-pair strong{font-size:11px}.primary-button,.secondary-button{min-height:48px;border-radius:9px;font-weight:500;line-height:1.5;transition:background .2s,border-color .2s,transform .2s}.primary-button{background:var(--green);padding:17px 23px;gap:34px;font-size:14px;box-shadow:0 5px 16px #233c3609}.primary-button:hover{transform:translateY(-1px)}.primary-button>span{font-size:21px}.secondary-button{border-color:#c7cfc4;color:var(--green);background:transparent}.secondary-button:hover{background:#edf0e7}.text-button{font-size:13px;color:var(--muted);min-height:40px}.hero{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:55px;padding-block:82px 76px}.hero-copy{min-width:0}.hero-copy .eyebrow{font-size:10px;letter-spacing:.14em;gap:12px}.tiny-star{font-size:25px}.hero h1{font-family:var(--display-font);font-size:clamp(42px,4.4vw,62px);font-weight:400;line-height:1.45;letter-spacing:-.065em;margin:28px 0 24px}.hero h1>span{color:#557362}.hero-description{font-size:16px;font-weight:400;line-height:1.95;margin-bottom:32px;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px 24px}.hero-explore{display:inline-flex;gap:13px;align-items:center;font-size:12px;color:#53695b;min-height:44px}.hero-explore:hover{text-decoration:underline;text-underline-offset:5px}.hero-explore>span{font-size:17px}.test-meta{font-size:11px;color:#70796f;margin-top:20px;line-height:1.8}.test-meta span+span:before{margin-inline:12px}.map-panel{background:var(--map-surface);border:1px solid #dde2d4;border-radius:48% 48% 22px 22px;padding:32px 12px 28px;isolation:isolate}.map-panel:before{content:"";position:absolute;inset:12px;border:1px solid #ffffffb0;border-radius:inherit;pointer-events:none;z-index:-1}.map-center{background:var(--map-surface);color:#6b7d6c;font-size:13px;line-height:1.95;letter-spacing:-.02em}.map-lines{stroke:#829880;opacity:.4;stroke-width:1}.map-node{width:44px;height:44px;font-size:23px;box-shadow:0 0 0 7px var(--map-surface)}.map-node:hover{box-shadow:0 0 0 7px var(--map-surface),0 0 0 8px var(--type-border)}.node-label{font-size:11px;color:#60705f;letter-spacing:-.035em;top:calc(100% + 9px)}.map-caption{font-size:11px;color:#6d7a66;gap:9px;margin-top:12px}.small-ring{width:8px;height:8px}.intro-strip{background:transparent;border-color:var(--line)}.intro-strip .wrap{padding-block:26px}.intro-strip p{font-size:15px;font-weight:400}.intro-strip strong{font-weight:500}.intro-strip span{font-size:12px;color:var(--muted)}.types-section{padding-block:84px 88px}.section-heading{margin-bottom:34px;gap:32px}.section-heading h2{font-size:32px;margin-top:13px}.section-heading .eyebrow{color:#748471;font-size:10px}.section-heading p{font-size:13px;line-height:1.9;color:var(--muted)}.type-grid{gap:18px}.type-card{display:flex;flex-direction:column;padding:27px 27px 22px;min-height:244px;border:1px solid var(--line);border-top:2px solid var(--type-border);border-radius:14px;background:var(--surface);box-shadow:none}.type-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #243c3608;background:#fff}.card-top{width:100%;margin-bottom:24px}.type-number{width:43px;height:43px;font-size:24px}.type-english{font-family:Georgia,serif;font-size:10px;letter-spacing:.045em;color:#788375}.type-card h3{font-size:19px;font-weight:600;letter-spacing:-.05em;line-height:1.6;margin-bottom:7px;text-wrap:pretty}.type-card p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:20px}.card-bottom{width:100%;margin-top:auto;padding-top:15px;border-top:1px solid #e9ebe3;font-size:11px;color:#6d7a6c}.card-bottom .arrow{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:18px;color:var(--type-ink);transition:background .2s}.type-card:hover .arrow{background:var(--type-soft)}.about-section{padding-block:65px 76px;grid-template-columns:1fr 1fr;gap:70px}.about-label .eyebrow{font-size:10px}.about-label h2{font-family:var(--display-font);font-size:29px;font-weight:400;line-height:1.7;letter-spacing:-.055em;margin-top:19px}.about-copy{font-size:14px;line-height:1.95;padding-top:4px}.about-copy p{line-height:1.95;margin-bottom:20px}.about-copy summary{font-size:13px;min-height:30px}.source-content{font-size:13px}.site-footer{padding-block:30px;gap:26px}.site-footer p{font-size:11px;color:var(--muted)}.site-footer>span{font-size:10px;letter-spacing:.06em}.footer-brand{font-size:25px;font-weight:500}.footer-brand span{font-size:21px}.selection-view{max-width:1000px;padding-block:30px 80px}.selection-heading{margin:46px auto 42px}.selection-heading h1{font-family:var(--display-font);font-size:37px;font-weight:400;line-height:1.65;letter-spacing:-.055em;margin:17px 0}.selection-heading p{font-size:14px}.mode-options{gap:24px}.mode-choice{padding:34px;border-radius:18px;background:var(--surface);border-color:var(--line);box-shadow:0 4px 15px #233c3603}.mode-choice--deep{background:#edf1e8;border-color:#b6c7b4}.mode-kicker{font-size:12px;letter-spacing:0;color:#637664}.mode-choice h2{font-size:26px;margin:12px 0 25px}.mode-choice>p{font-size:15px;line-height:1.85;margin-bottom:26px}.mode-amount strong{font-size:55px;font-weight:400;letter-spacing:-.06em;margin-right:9px}.mode-amount>span{font-size:13px}.mode-action{padding-top:21px;font-size:14px;font-weight:500}.selection-note{font-size:12px;max-width:570px;margin-top:26px}.quiz-view{padding-block:28px 70px}.quiz-layout{grid-template-columns:minmax(230px,.7fr) minmax(0,1.75fr);gap:48px;margin-top:30px}.quiz-aside{padding-top:22px}.quiz-aside .eyebrow{font-size:10px;letter-spacing:.08em}.quiz-aside h1{font-size:30px;line-height:1.65;letter-spacing:-.055em;font-weight:500;margin:19px 0}.quiz-aside>p{font-size:14px}.quiz-format strong{font-size:18px}.quiz-format span{font-size:12px}.quiz-note p,.privacy-note{font-size:12px;line-height:1.9}.quiz-workspace{padding:28px 30px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.progress-label{font-size:12px;margin-bottom:14px}progress{height:4px}.question{padding-block:25px}.question legend{font-size:15px;line-height:1.85;font-weight:500;letter-spacing:-.03em}.question-index{font-family:Georgia,serif;font-size:13px;color:#788974}.answer-circle{background:transparent;color:#677964;border-color:#b5c3af;font-size:13px}.answer-label{font-size:11px;line-height:1.6;color:#687564}.answer-option input:checked+.answer-circle{box-shadow:0 0 0 4px #244e430c}.quiz-bottom{margin-top:24px}.answer-hint{font-size:11px;margin-top:16px}.result-view{max-width:1120px;padding-block:28px 76px}.result-top{margin:40px auto}.result-top h1{font-family:var(--display-font);font-size:40px;font-weight:400;line-height:1.6;letter-spacing:-.055em;margin:17px 0 13px}.result-top>p{font-size:14px}.quick-result-note{padding:24px 28px;background:#f0f2e9;border-color:#d5dece;border-radius:14px;gap:16px 26px}.quick-result-note strong{font-size:16px;font-weight:500}.quick-result-note p{font-size:14px}.quick-result-note small{font-size:12px}.result-notice{background:#f3f2ea;border-color:#a5ad8e;font-size:13px;border-radius:0 10px 10px 0;padding:16px 22px}.results-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);gap:24px;align-items:start}.result-feature,.score-panel{padding:32px;border-radius:18px}.result-feature{background:var(--type-soft);border:1px solid color-mix(in srgb,var(--type-border) 38%,var(--line))}.result-feature .result-type-label{font-size:12px}.result-number.result-code{font-size:clamp(3rem,7vw,4.6rem);margin:23px 0 24px}.result-combination{font-size:11px;gap:8px}.result-combination>span{border-radius:5px;padding:4px 8px}.result-feature h2{font-size:25px;line-height:1.6;margin:25px 0 14px;text-wrap:pretty}.result-feature>p{font-size:15px;line-height:1.9;word-break:normal;text-wrap:pretty}.result-tags{margin-top:21px;gap:7px}.result-tags span{font-size:12px;padding:3px 12px}.wing-explanation{border-color:color-mix(in srgb,var(--type-border) 30%,transparent);padding-top:21px;margin-top:26px}.wing-explanation h3{font-size:14px;margin-bottom:10px}.wing-explanation p{font-size:13px;line-height:1.9;margin-bottom:10px}.result-share{border-color:color-mix(in srgb,var(--type-border) 30%,transparent);margin-top:24px;padding-top:23px}.result-share>p:first-child{font-size:13px}.result-share-actions{gap:9px}.result-share-actions .primary-button,.result-share-actions .secondary-button{font-size:13px;border-radius:8px;min-height:46px}.score-panel{background:var(--surface);border-color:var(--line)}.score-heading{margin-bottom:26px}.score-heading h2{font-size:19px;letter-spacing:-.035em}.score-heading>span{font-size:10px;white-space:nowrap}.score-list{gap:19px}.score-name{font-size:13px;min-width:86px}.score-name>span{width:26px;height:26px;font-size:16px}.score-row{gap:14px;min-height:28px}.score-track{height:6px}.score-value{font-size:12px}.score-explanation{font-size:12px;line-height:1.9;margin-top:27px}.result-method{font-size:12px;line-height:1.9;margin-top:21px}.result-method summary{font-weight:500}.people-panel,.type-guide,.mbti-panel{padding:32px;margin-top:32px;background:var(--surface);border:1px solid color-mix(in srgb,var(--type-border) 30%,var(--line));border-radius:18px}.people-heading h2,.type-guide h2,.mbti-heading h2{font-size:26px;line-height:1.5;letter-spacing:-.045em;font-weight:500;margin:9px 0 11px}.people-heading .eyebrow,.type-guide .eyebrow,.mbti-heading .eyebrow{font-size:10px;letter-spacing:.14em}.people-heading p,.mbti-heading p{font-size:13px;line-height:1.9;color:var(--muted)}.people-toolbar{margin:23px 0 14px;font-size:12px}.people-arrow{width:38px;height:38px;font-size:18px;border-color:#d5ddd0}.people-track{--people-gap:20px;padding-bottom:16px;border-radius:12px}.people-card{border-color:#e2e6dc;box-shadow:none;border-radius:12px}.people-card:hover{box-shadow:none}.people-photo{aspect-ratio:8/5;background:#edf0e8}.people-kind{top:12px;left:12px;font-size:10px;letter-spacing:.025em;box-shadow:none;padding:4px 9px}.people-card-body{padding:22px}.people-card h3{font-size:22px;line-height:1.5;letter-spacing:-.035em}.people-work{font-size:11px;color:#727e70}.people-types{margin:18px 0;gap:18px;min-height:64px}.people-type-item strong{font-size:26px;letter-spacing:.015em;font-weight:600}.people-type-item small{font-size:10px;color:#707a6b;letter-spacing:0}.people-enneagram .type-code{font-size:20px}.people-teaser{font-size:13px;line-height:1.85;margin-bottom:18px;color:#60705f}.people-card-bottom{font-size:11px;line-height:1.6}.people-match.is-exact{padding:3px 7px;border-radius:4px}.people-note{font-size:12px;line-height:1.9;margin-top:20px}.people-method{font-size:11px;line-height:1.9;border-color:var(--line)}.type-guide-header{align-items:center;gap:32px;margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid var(--line)}.type-guide-identity{gap:20px}.type-guide-number{width:72px;height:84px;font-size:53px;border-radius:10px}.type-guide-subtitle{font-size:12px}.type-guide-motto{max-width:270px;font-size:16px;line-height:1.9;font-weight:400}.trait-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.trait-card{background:#f8f9f4;border:1px solid #e6e9de;border-radius:10px;padding:23px;box-shadow:none}.trait-card-heading{flex-direction:row;align-items:center;gap:12px;margin-bottom:12px}.trait-index{width:30px;min-width:30px;height:30px;font-size:15px}.trait-card h3{font-size:16px;line-height:1.65;letter-spacing:-.025em;font-weight:500;text-wrap:pretty}.trait-card p{font-size:14px;line-height:1.9;overflow-wrap:break-word;color:#61705f}.type-guide-footer{font-size:11px;line-height:1.9;gap:30px}.type-guide-footer a{flex-shrink:1}.mbti-context-note{margin-top:22px;padding:18px 20px;border-radius:10px;background:var(--type-soft);border-left:3px solid var(--type-border);color:var(--ink)}.mbti-context-note>strong{display:block;font-size:15px;line-height:1.7;font-weight:600}.mbti-context-note p{margin:6px 0 0;font-size:13px;line-height:1.85;word-break:keep-all;overflow-wrap:break-word;text-wrap:pretty}.mbti-context-note b{font-weight:500}.mbti-chart-layout{gap:40px;margin-top:28px}.mbti-chart-heading{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 12px;margin-bottom:20px}.mbti-chart-heading h3{font-size:13px;font-weight:500;line-height:1.8;margin:0;color:var(--ink)}.mbti-chart-heading>span{font-size:10px;color:var(--muted);white-space:nowrap}.mbti-source-badge{font-size:11px;font-weight:400;border-color:var(--line);padding:5px 11px;white-space:normal;max-width:100%;line-height:1.7}.mbti-row{font-size:14px;gap:12px}.mbti-bars{gap:13px}.mbti-track{height:13px;border-radius:2px;background-color:#eceee8}.mbti-track>span{border-radius:2px}.mbti-value{font-size:12px}.mbti-axis{font-size:10px;margin-right:77px}.mbti-reading{padding-left:27px;border-color:var(--line);align-self:start}.mbti-reading h3{font-size:14px}.mbti-reading p{font-size:14px;line-height:1.9;color:var(--muted)}.mbti-reading .mbti-top-types{font-size:22px;font-weight:500;letter-spacing:.015em}.mbti-method{font-size:12px;line-height:1.9;border-color:var(--line)}.mbti-method summary{font-weight:500}.mbti-credit-line{font-size:10px;line-height:1.8;gap:6px 14px}.result-practice{padding:30px;margin-top:32px;border:1px solid color-mix(in srgb,var(--type-border) 35%,var(--line));border-radius:16px;gap:22px 35px;align-items:center}.result-practice h2{font-size:22px;line-height:1.5;margin-top:10px}.result-practice p{font-size:15px;line-height:1.85;margin-bottom:0}.result-practice>.type-reflection{font-family:var(--display-font);font-size:15px;line-height:1.9;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--type-border) 20%,transparent);color:var(--type-ink)}.result-bottom{padding-top:32px;gap:24px}.result-bottom>p{font-size:11px;line-height:1.95}.result-bottom .primary-button,.result-bottom .secondary-button{font-size:12px}#type-dialog{width:min(1100px,calc(100% - 48px));padding:24px 28px 30px;background:var(--paper);border-radius:22px;max-height:90dvh}#type-dialog .dialog-close{width:40px;height:40px;font-size:25px;box-shadow:0 3px 12px #233c3610}.type-page-link{font-size:11px;margin:0 0 12px}#type-dialog .type-guide{margin-top:8px}#type-dialog .dialog-tip{font-size:14px;padding:24px;border-color:color-mix(in srgb,var(--type-border) 30%,var(--line));border-radius:12px;margin-top:30px}.dialog-reflection{font-family:var(--display-font);font-size:15px;font-style:normal;line-height:1.9;padding:14px 12px 0;margin-bottom:10px}.guide-page{max-width:1120px;padding-bottom:75px}.guide-page-hero{margin:48px auto}.guide-page-hero h1{font-family:var(--display-font);font-size:43px;font-weight:400;letter-spacing:-.05em;line-height:1.6}.guide-page-hero h1>span{font-family:var(--font);font-size:16px}.guide-page-hero>p{font-size:15px;line-height:1.95;max-width:590px}.guide-page-number{width:80px;height:80px;font-size:45px;border-width:1px}.guide-wing-card{border-color:color-mix(in srgb,var(--type-border) 35%,var(--line));border-radius:16px}.guide-wing-card h3{font-size:18px;font-weight:500}.guide-wing-card p,.guide-section-intro,.guide-practice>p{font-size:14px;line-height:1.95}.guide-next{background:#edf1e7;border:1px solid #dce3d5;border-radius:18px;padding:38px 28px}.shared-result-banner{max-width:1120px;border-color:color-mix(in srgb,var(--type-border) 40%,var(--line));border-radius:18px;padding:36px}@media(min-width:1200px){.question legend{width:calc(100% - 304px)}.answer-options{width:282px;gap:6px}}@media(max-width:1199px)and (min-width:761px){.quiz-layout{grid-template-columns:240px minmax(0,1fr);gap:30px}.question legend{float:left;display:flex;gap:10px;width:100%}.answer-options{clear:both;width:100%;padding-top:19px;gap:10px}.answer-label{max-width:76px}.quiz-aside h1{font-size:27px}}@media(max-width:1024px){.wrap{width:calc(100% - 64px)}.hero{gap:30px;padding-block:60px}.hero h1{font-size:44px}.hero-actions{gap:10px 20px}.hero-description{font-size:15px}.map-panel{padding-inline:4px}.map-node{width:38px;height:38px;font-size:21px}.node-label,.map-caption{font-size:10px}.map-center{font-size:11px}.type-card{padding:23px;min-height:238px}.type-card h3{font-size:18px}.type-english{font-size:9px}.section-heading h2{font-size:29px}.about-label h2{font-size:26px}.results-grid{gap:20px}.result-feature,.score-panel{padding:27px}.score-heading{display:block}.score-heading>span{margin-top:5px;display:block}.people-card-body{padding:20px}.people-types{gap:10px}.type-guide-header{align-items:flex-start}.type-guide-motto{max-width:225px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header-inner{height:66px;padding-inline:20px}.header-utility{padding-top:6px}.brand-mark{font-size:29px}.brand-word{font-size:21px}.brand-word span{font-size:9px}.header-cta{font-size:11px;padding:8px 14px;gap:15px;min-height:40px}.hero{grid-template-columns:1fr;padding-block:42px 40px;gap:33px}.hero-copy{text-align:center}.hero-copy .eyebrow{font-size:9px;letter-spacing:.13em}.hero h1{font-size:clamp(35px,7.8vw,48px);margin:23px 0 20px;line-height:1.5;letter-spacing:-.065em}.hero-description{font-size:14px;margin-bottom:26px;line-height:1.9}.hero-actions{justify-content:center;gap:10px 22px}.hero-actions .primary-button{font-size:13px;padding:16px 21px;gap:30px}.hero-explore{font-size:11px;min-height:40px}.test-meta{font-size:10px;margin-top:15px;justify-content:center}.map-panel{max-width:425px;padding:22px 6px 25px;border-radius:48% 48% 19px 19px}.map-node{width:37px;height:37px;font-size:21px}.map-caption{font-size:10px;margin-top:12px}.node-label{font-size:10px}.map-center{font-size:11px;line-height:1.9}.intro-strip .wrap{padding-block:24px}.intro-strip p{font-size:13px;line-height:1.85}.intro-strip span{font-size:10px;margin-top:7px}.types-section{padding-block:48px 52px}.section-heading{margin-bottom:25px}.section-heading h2{font-size:26px}.section-heading p{font-size:12px;margin-top:12px}.type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.type-card{padding:20px 17px 16px;min-height:225px;border-radius:12px}.card-top{margin-bottom:20px}.type-number{width:37px;height:37px;font-size:21px}.type-english{display:none}.type-card h3{font-size:16px;line-height:1.65;letter-spacing:-.055em}.type-card p{font-size:12px;line-height:1.8;margin-bottom:17px}.card-bottom{font-size:10px;line-height:1.6;padding-top:13px}.card-bottom .arrow{font-size:17px;width:22px;height:22px}.about-section{grid-template-columns:1fr;gap:24px;padding-block:36px 44px}.about-label h2{font-size:25px;line-height:1.7;margin-top:15px}.about-copy{font-size:14px}.site-footer{padding-block:23px;gap:8px 16px}.site-footer p{font-size:10px}.site-footer>span{font-size:9px}.selection-view{padding-block:20px 50px}.selection-heading{margin:27px auto 30px}.selection-heading h1{font-size:28px;line-height:1.65}.selection-heading p{font-size:13px;line-height:1.9}.mode-choice{padding:26px}.mode-choice h2{font-size:25px;margin-bottom:20px}.mode-choice>p{font-size:14px}.selection-note{font-size:12px}.quiz-layout{grid-template-columns:1fr;gap:26px;margin-top:16px}.quiz-aside{position:static;padding-top:0}.quiz-aside h1{font-size:27px;margin:12px 0 13px}.quiz-format{margin-top:14px}.quiz-format strong{font-size:15px}.quiz-format span{font-size:11px}.quiz-workspace{padding:23px;border-radius:14px}.question{padding-block:24px}.question legend{font-size:15px;width:100%;float:left}.answer-options{padding-top:19px;width:100%;gap:4px}.answer-label{font-size:10px;max-width:52px}.quiz-bottom .primary-button,.quiz-bottom .secondary-button{font-size:12px;padding:11px 15px;min-height:44px}.results-grid{grid-template-columns:1fr;gap:18px}.result-top{margin:25px auto 30px}.result-top h1{font-size:29px;line-height:1.6}.result-top>p{font-size:13px}.result-feature,.score-panel{padding:25px;border-radius:15px}.result-feature h2{font-size:23px}.result-number.result-code{font-size:4.1rem}.score-heading{display:flex;align-items:center}.score-heading h2{font-size:18px}.score-heading>span{font-size:10px}.score-list{gap:18px}.quick-result-note{padding:22px}.quick-result-note strong{font-size:15px}.quick-result-note p{font-size:13px}.quick-result-note small{font-size:11px;line-height:1.85}.people-panel,.type-guide,.mbti-panel{padding:24px;margin-top:24px;border-radius:15px}.people-heading h2,.type-guide h2,.mbti-heading h2{font-size:23px}.people-heading p,.mbti-heading p{font-size:12px}.people-track{--people-gap:14px}.people-card-body{padding:16px 13px}.people-card h3{font-size:18px}.people-photo{aspect-ratio:5/4}.people-type-item strong{font-size:23px}.people-types{display:flex;flex-direction:column;gap:12px;min-height:111px}.people-work{font-size:10px}.people-teaser{font-size:12px;line-height:1.9}.people-card-bottom{font-size:10px;gap:7px}.people-kind{font-size:10px;left:8px;top:8px;padding:3px 7px}.type-guide-header{display:block;padding-bottom:23px;margin-bottom:22px}.type-guide-identity{gap:15px}.type-guide-number{width:61px;height:73px;font-size:46px}.type-guide-subtitle{font-size:11px}.type-guide-motto{max-width:none;font-size:15px;border-left:0;padding-left:0;margin:20px 0 0;line-height:1.85}.trait-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trait-card{padding:20px}.trait-card p{font-size:14px}.type-guide-footer{font-size:11px}.mbti-reading{padding:22px 0 0}.mbti-reading .mbti-top-types{font-size:20px}.result-practice{padding:24px;grid-template-columns:1fr;gap:18px;margin-top:24px}.result-practice h2{font-size:21px}.result-practice p{font-size:14px}.result-practice>.type-reflection{font-size:14px;padding-top:18px}#type-dialog{width:calc(100% - 24px);padding:16px;border-radius:18px}#type-dialog .type-guide{padding:22px}#type-dialog .dialog-tip{padding:20px;font-size:14px}.guide-page-hero h1{font-size:34px}.guide-page-hero h1>span{font-size:15px}.guide-page-hero>p{font-size:14px}}@media(max-width:540px){.hero-actions{flex-direction:column;gap:6px}.hero-explore{min-height:36px}.hero h1{font-size:clamp(33px,9vw,42px)}.map-panel{max-width:380px}.map-node{width:35px;height:35px;font-size:20px}.map-center{width:82px;height:82px;font-size:11px}.map-caption{font-size:9px}.type-grid{grid-template-columns:1fr;gap:12px}.type-card{display:grid;grid-template-columns:39px minmax(0,1fr);column-gap:16px;padding:22px 20px 18px;min-height:0}.card-top{grid-column:1;grid-row:1/4;align-self:start;margin:2px 0 0}.type-card h3{grid-column:2;font-size:18px;margin:0 0 5px}.type-card p{grid-column:2;font-size:13px;margin:0 0 10px}.card-bottom{grid-column:2;font-size:10px;gap:8px;padding-top:10px}.mode-options{grid-template-columns:1fr;gap:16px}.mode-amount>span{display:inline-block;margin:0 0 0 12px}.quiz-view{width:calc(100% - 32px)}.quiz-aside{padding-inline:4px}.quiz-workspace{padding:21px 17px}.answer-circle{width:33px;height:33px}.answer-option:first-child .answer-circle,.answer-option:last-child .answer-circle{width:37px;height:37px;margin-block:-2px}.question legend{font-size:14px;line-height:1.9;gap:8px}.answer-options{gap:3px}.answer-label{font-size:10px}.quiz-bottom{gap:8px}.quiz-bottom>span{font-size:11px}.quick-result-note{padding:20px}.result-feature,.score-panel{padding:23px}.result-combination{font-size:10px}.score-name{font-size:12px;min-width:78px;gap:8px}.score-row{gap:10px}.people-panel{padding:22px 14px}.people-heading h2{font-size:22px}.people-toolbar{font-size:11px;gap:8px}.people-arrow{width:34px;height:34px}.people-track{--people-gap:10px}.people-card-body{padding:13px 10px}.people-card h3{font-size:16px}.people-type-item strong{font-size:22px}.people-enneagram .type-code{font-size:17px}.people-teaser{font-size:12px}.people-kind{font-size:9px;padding:3px 6px}.people-note,.people-method{font-size:11px}.type-guide,.mbti-panel{padding:22px 19px}#type-dialog .type-guide{padding:22px 17px}.trait-grid{grid-template-columns:1fr;gap:11px}.trait-card{padding:19px}.trait-card h3{font-size:15px}.trait-card p{font-size:14px;line-height:1.95}.type-guide h2,.type-guide--dialog h2,.mbti-heading h2{font-size:21px}.type-guide .eyebrow{display:none}.mbti-row{grid-template-columns:46px minmax(0,1fr) 58px;gap:8px;font-size:13px}.mbti-value{min-width:0;font-size:11px}.mbti-axis{margin-left:54px;margin-right:66px}.mbti-track{height:12px}.mbti-reading p{font-size:13px}.mbti-method{font-size:11px}.mbti-credit-line{font-size:10px}.mbti-credit-line>span{white-space:normal}.result-bottom>div{gap:9px}.result-bottom .primary-button,.result-bottom .secondary-button{font-size:11px;min-height:44px}.guide-page h2{font-size:22px}.shared-result-banner{padding:27px 20px}.shared-result-banner h2{font-size:21px}}@media(max-width:359px){.type-grid{grid-template-columns:1fr}.type-card{padding-inline:16px;column-gap:12px}.type-card h3{font-size:16px}.type-card p{font-size:13px}.card-bottom{font-size:11px}.type-english{display:none}.people-card-body{padding-inline:8px}.people-card h3{font-size:15px}.people-types{gap:13px}.result-number.result-code{font-size:3.5rem}.score-heading{display:block}}
