:root{font-family:Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;color:#252a23;background:#f7f7f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #f7f7f2;--surface: #fdfdf9;--text: #252a23;--muted: #666b60;--line: #dedfd6;--subtle: #eeefe7;--accent: #d4f873;--ink: #282e25;--ease-out: cubic-bezier(.23, 1, .32, 1);--focus: #567a00;color-scheme:light}:root[data-theme=dark]{--bg: #1b201a;--surface: #252b22;--text: #f0f2e9;--muted: #b4bdad;--line: #424b3b;--subtle: #30382b;--focus: #d4f873;color:var(--text);background:var(--bg);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg: #1b201a;--surface: #252b22;--text: #f0f2e9;--muted: #b4bdad;--line: #424b3b;--subtle: #30382b;--focus: #d4f873;color:var(--text);background:var(--bg);color-scheme:dark}}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0}button,a{touch-action:manipulation}button:disabled{cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:5px}button,a{transition:transform .14s var(--ease-out),opacity .14s var(--ease-out)}button:active:not(:disabled),a:active{transform:scale(.975)}a{color:inherit;text-decoration:none}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin:0}button,h1,h2,h3,p{word-break:keep-all;overflow-wrap:anywhere}button:disabled{opacity:.45}::selection{background:#d4f873;color:#252a23}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:12px;left:12px;z-index:10;background:var(--accent);color:var(--ink);padding:14px 22px;border-radius:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-shell{width:min(1120px,calc(100% - 96px));margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.site-header{height:88px;max-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);flex-shrink:0}.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.brand-symbol{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--ink);color:var(--accent)}:root[data-theme=dark] .brand-symbol{box-shadow:inset 0 0 0 1px #536149}.wordmark{font-size:23px;font-weight:900;letter-spacing:-1.2px}nav{display:flex;align-items:center;gap:26px}.nav-link{display:inline-flex;align-items:center;gap:7px;min-height:44px;background:none;font-size:14px;font-weight:650;padding:0;white-space:nowrap}.nav-link.current{color:var(--text)}.count{display:grid;place-items:center;min-width:21px;height:21px;border-radius:999px;padding:0 5px;background:var(--accent);color:var(--ink);font-size:11px}.icon-button{display:inline-grid;place-items:center;width:44px;height:44px;background:none;border:1px solid var(--line);border-radius:999px}.theme-toggle{width:38px;height:38px}.main-content{flex:1;outline:none}.hero{display:grid;grid-template-columns:1fr 230px;gap:32px;align-items:center;padding:24px 0}.eyebrow{display:block;font-size:13px;font-weight:750;margin-bottom:18px;letter-spacing:.01em}.hero h1{font-size:clamp(42px,4.4vw,55px);line-height:1.16;letter-spacing:-.065em;font-weight:900}.hero br{display:none}.headline-last{position:relative;white-space:nowrap}.question-mark{display:inline-block;color:var(--text);transform:rotate(10deg);margin-left:3px}.hero p{color:var(--muted);margin-top:20px;font-size:16px;line-height:1.6}.hero-art{width:230px;height:176px;justify-self:center;position:relative;user-select:none}.hero-image{display:block;width:100%;height:100%;object-fit:contain}.game-section{padding:25px 0 0;border-top:1px solid var(--line)}.question-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.question-meta{display:flex;gap:14px;align-items:center;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.category-tag{border:1px solid var(--line);border-radius:999px;padding:6px 13px;font-size:12px;line-height:1}.muted{color:var(--muted)}.text-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 3px;background:none;font-size:13px;font-weight:600}.question-title-row{margin:10px 0 25px}.question-title-row h2{font-size:25px;letter-spacing:-.04em;font-weight:800}.question-title-row p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.6}.choices{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.choice{position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:29px 32px 0;border:2px solid transparent;border-radius:24px;min-height:366px;isolation:isolate;transition:transform .17s var(--ease-out),opacity .17s var(--ease-out)}.choice-a{color:#252a23;background:#d4f873}.choice-b{color:#f1f3e8;background:#282e25}:root[data-theme=dark] .choice-b{border-color:#647456}.choice.chosen{outline:3px solid var(--text);outline-offset:5px}.choice.not-chosen{opacity:.68}.choice-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.choice-side{display:flex;align-items:center;gap:9px;font-size:21px;font-weight:850}.choice-side span{font-size:12px;font-weight:600}.choice-indicator{display:grid;place-items:center;height:34px;width:34px;border-radius:999px;border:1px solid currentColor}.choice.chosen .choice-indicator{background:#f5f7ef;color:#252a23;border-color:transparent}.choice-b.chosen .choice-indicator{background:#d4f873}.choice-title{font-size:clamp(28px,3vw,37px);font-weight:850;letter-spacing:-.045em;line-height:1.26;white-space:pre-line}.choice-description{display:block;font-size:14px;line-height:1.65;white-space:pre-line;margin-top:15px}.choice-a .choice-description{color:#424f2c}.choice-b .choice-description{color:#c3cbba}.perspectives{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.perspectives>span{display:flex;align-items:center;gap:8px;min-width:0}.perspectives>span>span{display:flex;flex-direction:column;gap:4px}.perspectives small{font-size:10px;font-weight:500}.perspectives b{font-size:12px;font-weight:700}.choice-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;min-height:57px;font-size:12px;font-weight:700;border-top:1px solid #252a2330}.choice-b .choice-bottom{border-color:#f1f3e830}.versus{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-9deg);width:54px;height:54px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);border-radius:50%;color:var(--text);font-size:21px;font-weight:850;font-style:italic;padding-bottom:3px;box-shadow:0 3px #252a2308;pointer-events:none}.game-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:94px;padding:20px 0}.choice-feedback{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:12px;line-height:1.55}.choice-feedback b{color:var(--text)}.keyboard-hint{display:inline-flex;gap:4px}kbd{display:inline-grid;place-items:center;font-family:inherit;font-size:10px;width:22px;height:23px;border:1px solid var(--line);border-bottom-width:2px;border-radius:5px}.step-buttons{display:flex;align-items:center;gap:12px;flex-shrink:0}.button{display:inline-flex;min-height:48px;justify-content:center;align-items:center;gap:12px;padding:0 23px;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap;border:1px solid transparent}.primary{background:var(--text);color:var(--bg)}.secondary{background:var(--surface);color:var(--text);border-color:var(--line)}.next-button{min-width:147px}.conversation-note{display:flex;align-items:center;gap:16px;border-top:1px solid var(--line);padding:29px 0 31px}.conversation-note p{font-size:13px;line-height:1.65;color:var(--muted)}.conversation-note strong{font-weight:600;color:var(--text)}.conversation-note>span{margin-left:auto;font-size:12px;color:var(--muted)}.site-footer{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.site-footer>span{font-weight:800;display:flex;align-items:center;gap:12px}.footer-motto{font-weight:400}.site-footer>div{display:flex;gap:22px}.site-footer button{background:none;padding:12px 0;min-height:44px;font-size:11px}.history-page,.result-page{padding:62px 0 70px}.history-page h1,.result-page h1{font-size:clamp(32px,4vw,49px);letter-spacing:-.06em;line-height:1.25;font-weight:850}.page-description,.result-header p{color:var(--muted);font-size:15px;margin-top:16px;line-height:1.65}.answer-list{margin-top:28px}.answer-row{width:100%;display:grid;grid-template-columns:46px 1fr 24px;gap:16px;align-items:center;padding:22px 3px;background:transparent;text-align:left;border-bottom:1px solid var(--line)}.answer-row>span:nth-child(2){display:flex;flex-direction:column;gap:7px}.answer-row small{font-size:12px;color:var(--muted)}.answer-row strong{font-size:16px;line-height:1.5;letter-spacing:-.02em}.side-label{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;font-size:18px;font-weight:800}.side-label.a{background:#d4f873;color:#252a23}.side-label.b{background:#282e25;color:#f1f3e8;box-shadow:inset 0 0 0 1px #67745c}.delete-button{margin-top:23px;color:var(--muted)}.result-layout{display:grid;grid-template-columns:340px 1fr;gap:70px;margin-top:45px;align-items:start}.result-ticket{background:var(--accent);color:#252a23;border-radius:24px;padding:30px;transform:rotate(-2deg)}.ticket-top{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:700}.ticket-count{display:block;font-size:92px;line-height:1;letter-spacing:-.07em;margin-top:35px;font-weight:800;font-variant-numeric:tabular-nums}.ticket-count small{font-size:32px;letter-spacing:-.03em}.result-ticket>p{margin:10px 0 30px;font-size:14px}.ticket-sides{display:grid;grid-template-columns:1fr 1fr;padding:23px 0;border-top:1px dashed #252a2370;border-bottom:1px dashed #252a2370}.ticket-sides>span{display:flex;flex-direction:column;gap:9px;font-size:12px}.ticket-sides b{font-size:29px;font-weight:800}.ticket-bottom{text-align:center;padding-top:23px;font-size:12px}.result-details h2{font-size:22px;letter-spacing:-.035em;margin-top:10px}.result-details .answer-list{margin-top:10px}.share-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.share-actions .button{font-size:13px;padding:0 19px}.replay{margin-top:17px}.empty{text-align:center;padding:75px 20px;display:flex;flex-direction:column;align-items:center;gap:17px}.empty>svg{color:var(--muted)}.empty h2,.empty h3{font-size:25px;letter-spacing:-.04em}.empty p{color:var(--muted);font-size:15px;line-height:1.7}.empty .button{margin-top:10px}.empty.compact{padding:40px 14px;gap:12px}.empty.compact h3{font-size:21px}.empty.missing{min-height:60dvh;justify-content:center}.missing h1{font-size:31px;letter-spacing:-.04em}.modal{width:min(540px,calc(100% - 40px));max-height:min(820px,calc(100dvh - 64px));border:1px solid var(--line);border-radius:24px;padding:28px;color:var(--text);background:var(--surface);overscroll-behavior:contain;box-shadow:0 20px 90px #171e1430}.modal.wide{width:min(760px,calc(100% - 40px))}.modal::backdrop{background:#151b145c}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.modal-head h2{font-size:25px;font-weight:800;letter-spacing:-.045em}.modal-head .icon-button{border-color:transparent}.modal>.muted{font-size:14px;line-height:1.7}.prose p{color:var(--muted);font-size:15px;line-height:1.85}.prose h3{font-size:16px;margin:28px 0 8px;font-weight:750}.prose label{display:block;font-size:13px;font-weight:650;margin:20px 0 10px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.inline-notice{font-size:13px;line-height:1.65;margin-top:20px;color:var(--text);background:var(--subtle);padding:12px 16px;border-radius:12px}.search-label{display:block;font-size:13px;font-weight:650;margin:24px 0 10px}.search-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;padding-left:15px;gap:10px;background:var(--bg)}.search-field input{min-width:0;flex:1;border:0;background:transparent;color:var(--text);padding:14px 12px 14px 0;font-size:16px;border-radius:12px}input::placeholder{color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.filter{min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;font-size:13px;background:transparent}.filter.active{color:#252a23;background:var(--accent);border-color:var(--accent);font-weight:750}.library-toolbar{display:flex;align-items:center;justify-content:space-between;margin:20px 0 3px;font-size:12px;color:var(--muted)}.question-list{display:grid;grid-template-columns:1fr}.question-row{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:20px 12px;border-radius:12px;background:transparent;text-align:left}.question-row:nth-child(odd){background:var(--subtle)}.question-row-info{min-width:0;display:flex;flex-direction:column;gap:8px}.question-row small{font-size:11px;color:var(--muted)}.question-row strong{font-size:18px;font-weight:750;letter-spacing:-.03em}.question-row-info>span{font-size:12px;color:var(--muted);line-height:1.65}.question-row-info b{font-size:10px;padding:0 4px}.row-trailing{flex-shrink:0}.share-text{display:block;width:100%;resize:vertical;background:var(--bg);border:1px solid var(--line);border-radius:12px;font-size:16px;line-height:1.6;padding:14px;margin-bottom:16px}.toast{position:fixed;z-index:20;left:50%;bottom:max(28px,env(safe-area-inset-bottom));transform:translate(-50%);width:max-content;max-width:calc(100% - 32px);display:flex;align-items:center;gap:10px;background:var(--text);color:var(--bg);border:1px solid var(--line);padding:16px 23px;border-radius:16px;box-shadow:0 8px 36px #20251e20;font-size:13px;line-height:1.5}.fallback{width:min(680px,calc(100% - 40px));margin:auto;min-height:90dvh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:25px}.fallback h1{font-size:clamp(29px,4vw,42px);letter-spacing:-.045em}.fallback p{color:var(--muted);font-size:15px;line-height:1.7}.loading{width:min(1120px,calc(100% - 80px));margin:60px auto}.skeleton{background:var(--subtle);border-radius:24px}.skeleton-title{width:160px;height:30px;margin-bottom:60px}.skeleton-heading{width:55%;height:165px;margin-bottom:100px}.skeleton-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.skeleton-grid .skeleton{height:368px}@media(hover:hover)and (pointer:fine){.choice:hover{transform:translateY(-4px)}.choice.not-chosen:hover{opacity:1}.text-button:hover,.nav-link:hover,.site-footer button:hover{opacity:.65}.button:hover:not(:disabled){transform:translateY(-2px)}.icon-button:hover{background:var(--subtle)}.question-row:hover,.answer-row:hover{opacity:.75}}@media(prefers-reduced-motion:no-preference){.modal[open]{animation:modal-in .19s var(--ease-out)}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{transition:opacity .15s var(--ease-out);@starting-style{opacity:0}}}:root[data-input=keyboard] *,:root[data-input=keyboard] *:before,:root[data-input=keyboard] *:after{animation:none!important;transition:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:1023px){.site-shell{width:calc(100% - 64px)}.hero{padding:38px 0 31px}.hero h1{font-size:45px}.hero-art{transform:scale(.9);transform-origin:right center}.choice{padding:24px 25px 0}.choice-title{font-size:31px}.result-layout{grid-template-columns:290px 1fr;gap:36px}.perspectives{gap:8px}}@media(max-width:767px){.site-shell{width:calc(100% - 40px)}.site-header{height:72px;gap:12px}.brand{gap:8px}.brand-symbol{width:31px;height:31px;border-radius:10px}.wordmark{font-size:21px}nav{gap:15px}.nav-link{font-size:12px;gap:5px}.nav-link>svg{display:none}.theme-toggle{width:34px;height:44px;border:0}.hero{display:block;position:relative;padding:32px 0 28px}.hero h1{font-size:clamp(38px,7.4vw,54px)}.hero br{display:block}.hero-copy{position:relative;z-index:1}.hero .eyebrow{font-size:11px;margin-bottom:14px}.hero p{font-size:13px;margin-top:14px}.hero-art{position:absolute;right:0;top:77px;width:102px;height:110px;transform:none}.game-section{padding-top:17px}.question-title-row{margin:9px 0 20px}.question-title-row h2{font-size:22px}.question-title-row p{font-size:12px;margin-top:6px}.choices{grid-template-columns:1fr;gap:18px}.choice{min-height:0;padding:19px 22px 0;border-radius:20px}.choice-top{margin-bottom:15px}.choice-side{font-size:19px}.choice-indicator{height:30px;width:30px}.choice-title{font-size:30px;line-height:1.22}.choice-description{margin-top:12px;font-size:13px;line-height:1.6}.perspectives{margin:19px 0;max-width:360px}.choice-bottom{min-height:45px}.choice-b{grid-row:3}.versus{position:relative;grid-row:2;top:auto;left:auto;justify-self:center;margin:-30px 0;transform:rotate(-9deg);width:43px;height:43px;font-size:18px}.game-controls{flex-direction:column;align-items:stretch;gap:17px;padding:22px 0 25px}.choice-feedback{min-height:20px;font-size:12px}.keyboard-hint{display:none}.step-buttons{justify-content:flex-end}.next-button{flex:1;min-height:50px}.conversation-note{padding:24px 0;gap:13px}.conversation-note>span{max-width:95px;line-height:1.6;text-align:right;font-size:11px}.conversation-note p{font-size:12px}.site-footer{align-items:flex-start;gap:14px;padding:23px 0 max(20px,env(safe-area-inset-bottom));flex-direction:column}.site-footer>div{gap:22px}.site-footer button{padding:5px 0;min-height:44px}.history-page,.result-page{padding:38px 0 50px}.history-page h1,.result-page h1{font-size:35px}.history-page .eyebrow,.result-page .eyebrow{font-size:12px;margin-bottom:14px}.page-description,.result-header p{font-size:14px}.result-layout{grid-template-columns:1fr;gap:30px;margin-top:34px}.result-ticket{width:min(340px,calc(100% - 12px));margin:0 auto;padding:27px}.result-details{min-width:0}.result-details h2{font-size:21px}.share-actions{flex-direction:column}.share-actions .button{min-height:50px}.answer-row{gap:12px}.answer-row strong{font-size:15px}.modal,.modal.wide{padding:21px;max-height:calc(100dvh - 32px);width:calc(100% - 24px);border-radius:20px}.modal-head{gap:12px;margin-bottom:14px}.modal-head h2{font-size:22px}.prose p{font-size:14px}.loading{width:calc(100% - 40px);margin-top:26px}.skeleton-title{margin-bottom:38px}.skeleton-heading{width:75%;height:140px;margin-bottom:90px}.skeleton-grid{grid-template-columns:1fr;gap:18px}.skeleton-grid .skeleton{height:300px}}@media(max-width:389px){.site-shell{width:calc(100% - 32px)}nav{gap:10px}.nav-link{font-size:11px}.brand-symbol{display:none}.wordmark{font-size:20px}.hero-art{display:none}.hero h1{font-size:38px}.choice-title{font-size:28px}.choice{padding-left:20px;padding-right:20px}.conversation-note>span{display:none}}
