:root{color-scheme:light;--brand:#ff6b57;--brand-dark:#d9483b;--brand-soft:#fff0eb;--accent:#ffd84d;--accent-soft:#fff5bd;--ink:#211d2b;--ink-soft:#4f485d;--muted:#716a7e;--line:#e8e2ec;--surface:#fff;--surface-soft:#f7f3f8;--background:#fffaf3;--dark:#2e2340;--success:#2e8a63;--warning:#9a5b10;--radius-sm:14px;--radius-md:20px;--radius-lg:30px;--shadow-sm:0 8px 24px #3a284414;--shadow-lg:0 22px 60px #3a284424;--max-page:1120px;--max-flow:680px;--max-reading:760px}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{min-height:100vh;color:var(--ink);background:var(--background);margin:0;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline-offset:4px;outline:3px solid #3156d3}.skip-link{z-index:100;color:#fff;background:var(--ink);border-radius:10px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-container{width:min(calc(100% - 32px), var(--max-page));margin-inline:auto}.page-container--flow,.page-container--question{max-width:var(--max-flow)}.page-container--reading{max-width:var(--max-reading)}.page-container--result{max-width:720px}.site-header{z-index:30;backdrop-filter:blur(16px);background:#fffaf3eb;border-bottom:1px solid #e8e2eccc;position:sticky;top:0}.site-header__inner{width:min(100%, var(--max-page));justify-content:space-between;align-items:center;height:66px;margin-inline:auto;padding-inline:16px;display:flex;position:relative}.wordmark{letter-spacing:-.055em;align-items:center;gap:9px;font-size:21px;font-weight:950;display:inline-flex}.wordmark__symbol{color:#fff;background:var(--brand);border:2px solid var(--ink);letter-spacing:-.08em;width:34px;height:34px;box-shadow:3px 3px 0 var(--ink);border-radius:12px 12px 12px 4px;place-items:center;font-size:14px;font-weight:950;display:grid;transform:rotate(-3deg)}.wordmark--footer{font-size:19px}.wordmark--footer .wordmark__symbol{width:30px;height:30px}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:14px;place-content:center;gap:7px;width:46px;height:46px;display:grid}.menu-toggle>span:not(.sr-only){background:var(--ink);border-radius:999px;width:23px;height:2px;transition:transform .18s;display:block}.menu-toggle[aria-expanded=true]>span:nth-last-child(2){transform:translateY(4.5px)rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-4.5px)rotate(-45deg)}.primary-nav{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:10px;display:none;position:absolute;top:58px;left:16px;right:16px}.primary-nav.is-open{display:grid}.primary-nav a{border-radius:10px;align-items:center;min-height:48px;padding:11px 13px;font-weight:800;display:flex}.primary-nav a:hover{background:var(--brand-soft)}.site-footer{border-top:1px solid var(--line);background:var(--surface-soft);margin-top:80px}.site-footer__inner{width:min(calc(100% - 32px), var(--max-page));color:var(--muted);gap:24px;margin-inline:auto;padding:42px 0;display:grid}.site-footer p{margin:8px 0 0;font-size:14px}.site-footer nav{flex-wrap:wrap;gap:10px 18px;font-size:13px;font-weight:700;display:flex}.site-footer small{font-size:12px}.eyebrow{color:var(--brand-dark);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-block}.eyebrow--on-dark{color:#ffe878}.button{cursor:pointer;border:1px solid #0000;border-radius:15px;justify-content:center;align-items:center;gap:8px;min-height:54px;padding:14px 20px;font-weight:900;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{color:#fff;background:var(--brand);box-shadow:0 10px 22px #ff6b5738}.button--primary:hover:not(:disabled){background:var(--brand-dark)}.button--secondary{color:var(--ink);background:var(--surface);border-color:var(--line)}.button--light{color:var(--ink);box-shadow:5px 5px 0 var(--accent);background:#fff}.button--full{width:100%}.text-link{min-height:48px;color:var(--brand-dark);text-align:center;place-content:center;font-weight:850;display:grid}.text-button{min-height:48px;color:var(--muted);background:0 0;border:0;padding:10px 0;font-weight:750}.text-button:disabled{opacity:.45}.is-hidden{display:none!important}.home-page{padding-top:20px}.home-hero{border:2px solid var(--ink);border-radius:var(--radius-lg);background:var(--dark);box-shadow:8px 8px 0 var(--accent);overflow:hidden}.home-hero__copy{color:#fff;padding:34px 24px 38px}.home-hero h1{letter-spacing:-.065em;margin:10px 0 14px;font-size:clamp(36px,11vw,58px);line-height:1.1}.home-hero__copy p{color:#ded5e8;max-width:520px;margin-bottom:26px}.home-hero__visual{background:var(--brand);min-height:280px;position:relative;overflow:hidden}.hero-bubble{border:3px solid var(--ink);box-shadow:7px 7px 0 var(--ink);place-items:center;font-weight:950;display:grid;position:absolute}.hero-bubble--large{width:158px;height:158px;color:var(--ink);background:var(--accent);border-radius:46% 54% 61% 39%/50% 38% 62% 50%;font-size:52px;top:48px;left:18%;transform:rotate(-8deg)}.hero-bubble--small{color:#fff;background:#6e5be8;border-radius:44% 56% 40% 60%/54% 44% 56% 46%;width:112px;height:88px;bottom:42px;right:12%;transform:rotate(7deg)}.hero-spark{color:#fff;font-size:42px;position:absolute;top:24px;right:22%;transform:rotate(12deg)}.home-section{margin-top:58px}.section-heading{gap:8px;margin-bottom:18px;display:grid}.section-heading h2{letter-spacing:-.05em;margin:3px 0 0;font-size:clamp(26px,7vw,36px);line-height:1.2}.section-heading>p{color:var(--muted);margin:0;font-size:14px}.section-heading__link{min-height:44px;color:var(--brand-dark);align-items:center;font-size:14px;font-weight:850;display:inline-flex}.single-card-wrap{max-width:760px}.content-card-grid{gap:18px;display:grid}@media (width>=760px){.content-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.content-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden}.content-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.content-card__visual{background:linear-gradient(135deg, var(--accent-soft), #ffd2ca);place-items:end center;min-height:245px;display:grid;overflow:hidden}.content-card__visual img{object-fit:contain;object-position:center bottom;width:min(88%,330px);max-height:280px}.content-card__body{padding:24px 22px}.content-card h3{letter-spacing:-.04em;margin:7px 0;font-size:24px;line-height:1.25}.content-card p{color:var(--ink-soft);margin-bottom:18px}.content-card__meta{color:var(--brand-dark);font-size:13px;font-weight:850}.article-card-grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.article-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-card>img{aspect-ratio:16/9;object-fit:cover;background:var(--surface-soft);width:100%;display:block}.article-card__body{padding:18px}.article-card h3{letter-spacing:-.04em;margin:7px 0;font-size:20px;line-height:1.3}.article-card p{color:var(--ink-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;display:-webkit-box;overflow:hidden}.article-card__meta{color:var(--brand-dark);font-size:13px;font-weight:850}.step-grid{gap:12px;margin:0;padding:0;list-style:none;display:grid}.step-grid li{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:22px}.step-grid li>span{color:var(--brand);font-size:12px;font-weight:950}.step-grid strong{margin:4px 0 6px;font-size:20px;display:block}.step-grid p{color:var(--muted);margin:0;font-size:14px}.test-intro-page{padding-top:26px}.test-intro-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg);overflow:hidden}.test-intro-card__visual{background:linear-gradient(145deg,#ffe88b,#ffd1c8);place-items:end center;min-height:330px;display:grid;overflow:hidden}.test-intro-card__visual img{object-fit:contain;object-position:center bottom;width:min(88%,430px);max-height:390px}.test-intro-card__body{padding:28px 22px 30px}.test-intro-card h1{letter-spacing:-.055em;margin:8px 0 10px;font-size:clamp(32px,9vw,43px);line-height:1.18}.lead{color:var(--ink-soft);font-size:17px}.fact-grid{grid-template-columns:1fr 1fr;gap:10px;margin:24px 0;display:grid}.fact-grid div{background:var(--surface-soft);border-radius:var(--radius-sm);padding:14px}.fact-grid dt{color:var(--muted);font-size:11px;font-weight:750}.fact-grid dd{margin:3px 0 0;font-weight:900}.microcopy{color:var(--muted);text-align:center;margin:13px 0 0;font-size:12px}.flow-background{background:#f7f2fb}.flow-background .site-footer{display:none}.page-container--question{padding-top:24px}.question-frame{flex-direction:column;min-height:calc(100vh - 114px);display:flex}.progress-copy{color:var(--muted);justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.progress-bar{background:#e2dce8;border-radius:999px;height:9px;overflow:hidden}.progress-bar span{background:var(--brand);border-radius:inherit;height:100%;display:block}.question-frame__body{flex:1;padding:clamp(40px,8vh,72px) 0 28px}.question-frame h1{letter-spacing:-.05em;margin:11px 0 32px;font-size:clamp(28px,8vw,40px);line-height:1.35}.answer-list{gap:12px;display:grid}.answer-option{width:100%;min-height:68px;color:var(--ink);background:var(--surface);text-align:left;box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid #ddd5e3;border-radius:17px;justify-content:space-between;align-items:center;gap:12px;padding:17px 18px;font-weight:800;display:flex}.answer-option:hover{border-color:var(--brand)}.answer-option.is-selected{color:#fff;background:var(--brand);border-color:var(--brand)}.selection-status{min-height:24px;color:var(--muted);margin:16px 0 0;font-size:13px}.question-frame__actions{justify-content:space-between;align-items:center;gap:14px;padding-bottom:24px;display:flex}.page-container--result{padding-top:28px}.result-page__header{text-align:center;padding:12px 8px 22px}.result-page__header h1{letter-spacing:-.06em;margin:8px 0 6px;font-size:clamp(35px,10vw,50px);line-height:1.14}.result-page__header p{max-width:520px;color:var(--muted);margin:0 auto}.result-visual{isolation:isolate;border:2px solid var(--ink);border-radius:var(--radius-lg);width:100%;min-height:390px;color:var(--ink);background:linear-gradient(145deg, var(--accent-soft), #ffd1c8);box-shadow:8px 8px 0 var(--dark);grid-template-rows:auto minmax(0,1fr);gap:12px;padding:24px;display:grid;position:relative;overflow:hidden}.result-visual>div:last-child{z-index:2;grid-row:1}.result-character-image{z-index:1;object-fit:contain;grid-row:2;place-self:center;width:min(78%,520px);height:100%;min-height:0}.result-visual small,.result-visual>div:last-child>strong{display:block}.result-visual small{font-weight:800}.result-visual>div:last-child>strong{letter-spacing:-.055em;max-width:100%;font-size:clamp(28px,9vw,48px);line-height:1.08}.result-brief{max-width:100%;margin:8px 0 0;font-size:12px;line-height:1.45}.result-copy{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);margin-top:24px;padding:26px 22px}.result-copy h2{letter-spacing:-.04em;margin:5px 0 18px;font-size:24px}.result-copy ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.result-copy li{gap:10px;display:flex}.result-copy li>span{color:var(--success);font-weight:950}.result-copy li p{margin:0}.notice{border-radius:var(--radius-sm);color:var(--ink-soft);background:var(--surface-soft);margin-top:22px;padding:16px}.notice strong{color:var(--ink);margin-bottom:4px;display:block}.notice p{margin:0;font-size:14px}.notice--warning{color:#714511;background:#fff2cf}.result-share-line{color:var(--brand-dark);margin:18px 0 0;font-weight:800}.result-actions{gap:10px;margin-top:16px;display:grid}.result-sharing{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:16px}.result-sharing__fallbacks{gap:10px;display:grid}.share-status{min-height:24px;color:var(--muted);text-align:center;margin:2px 0 0;font-size:13px}.share-url{overflow-wrap:anywhere;color:var(--muted);text-align:center;margin:0;font-size:12px}.share-url a{color:var(--brand-dark);text-decoration:underline}.info-page{padding-top:54px}.info-page__header{margin-bottom:28px}.info-page__header h1{letter-spacing:-.06em;margin:8px 0 10px;font-size:clamp(36px,10vw,54px);line-height:1.12}.info-page__header>p{max-width:620px;color:var(--muted);font-size:17px}.prose-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:26px 22px}.prose-card h2{letter-spacing:-.035em;margin:32px 0 8px;font-size:21px}.prose-card h2:first-child{margin-top:0}.prose-card>p{color:var(--ink-soft)}.category-page{padding-top:54px}.category-page__header{max-width:680px;margin-bottom:28px}.category-page__header h1{letter-spacing:-.06em;margin:8px 0 10px;font-size:clamp(36px,10vw,54px);line-height:1.12}.category-page__header p{color:var(--muted);font-size:17px}.article-page{padding-top:46px}.article-page__header{margin-bottom:26px}.article-page__header h1{letter-spacing:-.055em;margin:9px 0 12px;font-size:clamp(34px,9vw,52px);line-height:1.16}.article-page__header>p{color:var(--muted);font-size:18px}.article-page__meta{color:var(--muted);flex-wrap:wrap;gap:7px 14px;font-size:13px;display:flex}.article-page__cover{aspect-ratio:16/10;border-radius:var(--radius-md);object-fit:cover;background:var(--surface-soft);width:100%;margin-bottom:22px;display:block}.article-body>:first-child{margin-top:0}.article-body h2,.article-body h3{scroll-margin-top:90px}.article-body h3{margin:24px 0 7px;font-size:18px}.article-body ul,.article-body ol{padding-left:22px}.article-body a{color:var(--brand-dark);text-underline-offset:3px;text-decoration:underline}.article-sources{border-top:1px solid var(--line);margin-top:38px;padding-top:8px}.article-sources li+li{margin-top:6px}.not-found{text-align:center;padding-top:72px}.not-found__code{color:#eadfeb;letter-spacing:-.08em;margin-bottom:-12px;font-size:clamp(92px,28vw,170px);font-weight:950;line-height:1;display:block}.not-found h1{letter-spacing:-.055em;margin:8px 0;font-size:clamp(34px,9vw,48px)}.not-found p{color:var(--muted);margin-bottom:24px}@media (width>=720px){.site-header__inner{height:74px;padding-inline:24px}.menu-toggle{display:none}.primary-nav{box-shadow:none;background:0 0;border:0;padding:0;display:flex;position:static}.primary-nav a{min-height:44px;padding-inline:14px}.page-container{width:min(calc(100% - 48px), var(--max-page))}.home-page{padding-top:36px}.home-hero{grid-template-columns:1.05fr .95fr;min-height:520px;display:grid}.home-hero__copy{flex-direction:column;justify-content:center;align-items:start;padding:66px 52px;display:flex}.home-hero__visual{min-height:100%}.hero-bubble--large{width:210px;height:210px;top:110px;left:12%}.hero-bubble--small{width:138px;height:108px;bottom:95px;right:9%}.section-heading{grid-template-columns:1fr auto;align-items:end}.content-card{grid-template-columns:.92fr 1.08fr}.content-card__visual{min-height:310px}.content-card__visual img{max-height:340px}.content-card__body{flex-direction:column;justify-content:center;align-items:start;padding:34px;display:flex}.article-card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,320px));justify-content:start}.result-visual{aspect-ratio:1;min-height:0}.step-grid{grid-template-columns:repeat(3,1fr);gap:16px}.test-intro-page{padding-top:46px}.test-intro-card{grid-template-columns:.95fr 1.05fr;min-height:550px;display:grid}.test-intro-card__visual img{max-height:510px}.test-intro-card__body{flex-direction:column;justify-content:center;padding:46px 40px;display:flex}.result-visual{padding:36px}.result-copy{padding:32px}.result-sharing__fallbacks{grid-template-columns:1fr 1fr}.site-footer__inner{grid-template-columns:1fr auto;align-items:start;padding:48px 0}.site-footer small{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
