*{box-sizing:border-box}body,html{margin:0;padding:0;max-width:100%;overflow-x:clip}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,textarea{font:inherit}a{color:var(--ink);text-decoration:none}a:hover{color:var(--accent)}::selection{background:var(--accent);color:#ffffff}:root,[data-theme=sky]{--bg:#fff9f5;--surface:#fffefd;--surface-2:#fff3f6;--surface-glass:rgba(255,254,252,0.94);--ink:#29222b;--ink-mid:#544956;--ink-soft:#716575;--ink-softer:#8d8190;--accent:#f0447a;--accent-strong:#d92f67;--accent-text:#d92f67;--accent-ink:#ffffff;--accent-soft:#ffeaf1;--accent-border:#f7bed1;--cta-dark:#29222b;--cta-dark-hover:#433746;--cta-dark-ink:#ffffff;--gold-tint:#fff6df;--gold-border:#eedba8;--gold-chip-border:#dfc98f;--gold-text:#9c7720;--gold-text-strong:#846311;--success:#1f8a5f;--danger:#d63069;--line:#f0e2e5;--line-strong:#ddcbd1;--radius:30px;--radius-md:22px;--radius-sm:14px;--font-body:ui-rounded,"Arial Rounded MT Bold",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Hiragino Maru Gothic ProN",sans-serif;--font-display:ui-rounded,"Arial Rounded MT Bold",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Hiragino Maru Gothic ProN",sans-serif}[data-theme=sticker]{--bg:#fff8fa;--surface:#ffffff;--surface-2:#fdf4f7;--surface-glass:rgba(255,248,250,0.92);--ink:#241a20;--ink-mid:#55464e;--ink-soft:#75636c;--ink-softer:#96848c;--line:#f7e8ee;--line-strong:#efd9e2;--accent-soft:#fceaf1;--accent-border:#f5d3e0}[data-theme=twilight]{--bg:#16171b;--surface:#1e2025;--surface-2:#24262c;--surface-glass:rgba(22,23,27,0.9);--ink:#f4f5f7;--ink-mid:#c3c8d0;--ink-soft:#9aa2ad;--ink-softer:#7b828c;--accent:#f26694;--accent-strong:#e84f81;--accent-text:#f78cad;--accent-soft:#33222a;--accent-border:#4a2c38;--cta-dark:#f4f5f7;--cta-dark-hover:#d8dbe0;--cta-dark-ink:#191f28;--gold-tint:#25221a;--gold-border:#3a3527;--gold-chip-border:#47402e;--gold-text:#cbb37a;--gold-text-strong:#d9c48f;--success:#5fc492;--danger:#f26694;--line:#2a2d33;--line-strong:#363a41}body{min-height:100vh;background:radial-gradient(circle at 8% 12%,rgba(255,194,215,.32),transparent 24rem),radial-gradient(circle at 92% 38%,rgba(196,218,255,.28),transparent 28rem),var(--bg);color:var(--ink);font-family:var(--font-body);font-size:15px;line-height:1.6;letter-spacing:-.01em;transition:background .3s ease,color .3s ease}@keyframes pop{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.app{display:flex;min-height:100vh;flex-direction:column;align-items:center}.container{width:100%;max-width:1040px;padding:0 24px;flex:1 1}.screen{animation:pop .34s cubic-bezier(.22,1,.36,1);padding-bottom:72px}.page-offset,.screen--padded{padding-top:40px}.page-offset{padding-bottom:72px}.screen--quiz{width:100%;max-width:560px;margin:0 auto}.screen--result{max-width:640px}.screen--document,.screen--result{width:100%;margin-right:auto;margin-left:auto}.screen--document{max-width:720px}.screen--court-form{width:100%;max-width:560px;margin-right:auto;margin-left:auto}.skip-link{position:fixed;left:14px;top:-60px;z-index:100;padding:10px 16px;border-radius:10px;background:var(--cta-dark);color:var(--cta-dark-ink);font-weight:700;transition:top .2s ease}.skip-link:focus{top:12px}.topbar{top:0;z-index:40;width:100%;background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.topbar-inner{max-width:1040px;margin:0 auto;padding:0 24px;min-height:60px;gap:20px}.brand,.topbar-inner{display:flex;align-items:center}.brand{gap:8px;flex:none;font-weight:800;font-size:18px;letter-spacing:-.02em}.brand,.brand:hover{color:var(--ink)}.brand-badge{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--accent);color:#ffffff}.css-heart{position:relative;display:block;width:10px;height:10px;transform:rotate(45deg);border-radius:2px;background:currentColor}.css-heart:after,.css-heart:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:inherit}.css-heart:before{left:-5.5px;top:0}.css-heart:after{left:0;top:-5.5px}.topbar-right{display:flex;align-items:center;gap:8px;margin-left:auto}.topbar-cta{flex:none;border:none;cursor:pointer;display:inline-flex;align-items:center;background:var(--accent);color:#ffffff;font-family:inherit;font-size:14px;font-weight:700;padding:9px 16px;border-radius:10px;transition:background .15s ease}.topbar-cta:hover{background:var(--accent-strong);color:#ffffff}.theme-switch{display:flex;gap:4px;padding:3px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line)}.theme-dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--surface);cursor:pointer;padding:0;transition:transform .18s ease}.theme-dot:hover{transform:scale(1.1)}.theme-dot--sky{background:#ffffff;border-color:var(--line-strong)}.theme-dot--sticker{background:linear-gradient(135deg,#ffd7e6,#e8407a)}.theme-dot--twilight{background:#191f28}.theme-dot[aria-pressed=true]{box-shadow:0 0 0 2px var(--accent)}.lang{font-weight:600;font-size:13px;color:var(--ink-soft);border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;padding:6px 10px;cursor:pointer}.lang:hover{color:var(--ink);border-color:var(--ink-softer)}.site-nav{position:fixed;right:max(16px,calc((100vw - 1160px) / 2));top:50%;z-index:45;display:flex;flex-direction:column;gap:5px;padding:7px;border:1px solid var(--line);border-radius:20px;background:var(--surface-glass);box-shadow:0 18px 50px rgba(30,38,52,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(-50%)}.site-nav-item{position:relative;place-items:center;width:46px;height:46px;color:var(--ink-mid);transition:background .15s ease,color .15s ease,transform .15s ease}.site-nav-item:hover{background:var(--surface-2);color:var(--ink);transform:translateY(-1px)}.site-nav-item:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 42%,transparent);outline-offset:2px}.site-nav-item--active{color:var(--accent-text);background:var(--accent-soft)}.site-nav-glyph{position:relative;display:block;color:currentColor}.site-nav-glyph--quiz{border:2px solid;border-radius:50% 50% 45% 45%}.site-nav-glyph--quiz:after,.site-nav-glyph--quiz:before{content:"";position:absolute;top:5px;width:3px;height:3px;border-radius:50%;background:currentColor}.site-nav-glyph--quiz:before{left:4px}.site-nav-glyph--quiz:after{right:4px}.site-nav-glyph--court{border:2px solid;border-radius:3px;transform:rotate(-6deg)}.site-nav-glyph--court:after,.site-nav-glyph--court:before{content:"";position:absolute;left:3px;right:3px;height:2px;border-radius:2px;background:currentColor}.site-nav-glyph--court:before{top:5px}.site-nav-glyph--court:after{top:10px}.site-nav-glyph--gallery{border:2px solid;border-radius:4px}.site-nav-glyph--gallery:before{content:"";position:absolute;left:3px;bottom:3px;width:9px;height:7px;border-left:2px solid;border-top:2px solid;transform:rotate(45deg)}.site-nav-label{position:absolute;right:57px;top:50%;width:max-content;padding:7px 10px;border-radius:9px;background:var(--ink);color:var(--surface);font-size:12px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(7px,-50%);transition:opacity .15s ease,transform .15s ease}.site-nav-item:focus-visible .site-nav-label,.site-nav-item:hover .site-nav-label{opacity:1;transform:translateY(-50%)}.home-hero{max-width:720px;margin:0 auto;padding:72px 0 56px;text-align:center}.home-hero-figure{display:flex;justify-content:center;margin-bottom:22px}.home-hero-tile{width:150px;height:150px;border-radius:36px;background:var(--accent-soft);display:grid;place-items:center;overflow:hidden}.home-hero-img{width:120px;height:auto;object-fit:contain}.eyebrow{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--accent-text);letter-spacing:.02em}.home-title{margin:0 auto 16px;max-width:20ch;font-size:clamp(34px,4.4vw,52px);font-weight:800;line-height:1.2;letter-spacing:-.03em;text-wrap:balance}.home-sub{margin:0 auto;max-width:44ch;font-size:17px;line-height:1.65;color:var(--ink-soft)}.stat{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;color:var(--ink-softer);margin:18px 0 0;font-size:13px}.stat-mark{position:relative;flex:none;width:9px;height:9px;transform:rotate(45deg);border-radius:2px;background:var(--accent)}.stat-mark:after,.stat-mark:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:inherit}.stat-mark:before{left:-5px;top:0}.stat-mark:after{left:0;top:-5px}.mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;padding-bottom:72px}.mode-card{border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;align-items:flex-start}.mode-card--quiz{background:linear-gradient(180deg,var(--accent-soft) 0,var(--surface) 60%)}.mode-card--court{background:linear-gradient(180deg,var(--gold-tint) 0,var(--surface) 60%)}.mode-badge{font-size:12px;font-weight:700;border-radius:8px;padding:4px 10px;margin-bottom:16px;background:var(--surface)}.mode-badge--quiz{color:var(--accent-text);border:1px solid var(--accent-border)}.mode-badge--court{color:var(--gold-text);border:1px solid var(--gold-chip-border)}.mode-title{margin:0 0 8px;font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.3}.mode-desc{margin:0 0 20px;font-size:14px;line-height:1.65;color:var(--ink-soft)}.mode-figure{align-self:center;height:170px;display:grid;place-items:center;margin-bottom:20px}.mode-figure-img{height:160px;width:auto;object-fit:contain}.mode-actions{display:flex;gap:10px;margin-top:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;background:var(--accent);font-family:inherit;font-size:15px;font-weight:700;padding:13px 24px;border-radius:var(--radius-sm);transition:background .15s ease,transform .12s ease;text-align:center}.btn,.btn:hover{color:var(--accent-ink)}.btn:hover{background:var(--accent-strong)}.btn:active{transform:translateY(1px)}.btn:disabled{cursor:not-allowed;opacity:.45}.btn--ghost{background:var(--surface);color:var(--ink-mid);border:1px solid var(--line-strong);white-space:nowrap;font-weight:600}.btn--ghost:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.btn--dark{background:var(--cta-dark);color:var(--cta-dark-ink)}.btn--dark:hover{background:var(--cta-dark-hover);color:var(--cta-dark-ink)}.btn--block{display:flex;width:100%;padding:16px;font-size:16px;border-radius:14px}.btn--lg{padding:16px 32px;font-size:17px;border-radius:14px}:where(a,button,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:2px}.section{padding:56px 0 8px}.section--band{position:relative;padding:64px 0 72px;margin-top:16px;background:var(--surface-2)}.section--band:before{content:"";position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;transform:translateX(-50%);background:var(--surface-2);border-top:1px solid var(--line)}.section-heading{margin-bottom:28px}.section-title{font-weight:800;font-size:26px;line-height:1.3;margin:0 0 6px;letter-spacing:-.02em}.section-title--sm{font-size:19px}.section-title--spaced{margin-top:28px}.section-title--share{margin-top:32px}.section-sub{color:var(--ink-softer);font-size:15px;line-height:1.55;margin:0}.section-sub--flush{margin:0}.page-intro{margin:0 0 28px}.page-intro--left{text-align:left}.page-title{font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.25;margin:0 0 6px}.page-subtitle{color:var(--ink-softer);font-size:15px;line-height:1.6;margin:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}.note{font-size:13px;color:var(--ink-softer);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;line-height:1.65}.note--error{color:var(--danger);background:color-mix(in srgb,var(--danger) 7%,var(--surface));border-color:color-mix(in srgb,var(--danger) 35%,transparent);font-weight:600}.foot{text-align:center;color:var(--ink-softer);font-size:13px;margin-top:40px}.site-foot{width:100%;border-top:1px solid var(--line);margin-top:auto}.site-foot-inner{max-width:1040px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.site-foot-copy{margin:0}.site-foot-copy,.site-foot-link{font-size:13px;color:var(--ink-softer)}.site-foot-link{text-decoration:underline;text-underline-offset:2px}.site-foot-link:hover{color:var(--ink)}.space-top-sm{margin-top:10px}.space-top-md{margin-top:16px}.space-top-lg{margin-top:24px}.document-stack,.notice-stack{display:flex;flex-direction:column;gap:10px;margin-top:20px}.document-card{padding:22px}.document-copy{margin-top:6px;word-break:break-word}.document-copy--spaced{margin-top:8px}.form-hint{margin:10px 0 0;text-align:center;font-size:13px;color:var(--ink-softer)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.grid--featured{grid-template-columns:repeat(4,minmax(0,1fr))}.tcard{display:block;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:12px 12px 20px;text-align:center;color:var(--ink);cursor:pointer;transition:transform .18s ease,border-color .15s ease}.tcard:hover{transform:translateY(-4px);border-color:var(--line-strong);color:var(--ink)}.tcard:active{transform:translateY(0)}.tcard-imgwrap{height:180px;display:grid;align-items:flex-end;justify-items:center;border-radius:14px;margin-bottom:16px;overflow:hidden;position:relative;background:color-mix(in srgb,var(--type-color,var(--accent)) 8%,var(--surface-2))}.tcard-img{height:166px;width:auto;object-fit:contain;transition:transform .22s ease}.tcard:hover .tcard-img{transform:translateY(-2px) scale(1.02)}.tcard--featured{padding:12px 12px 20px}.tcard-imgwrap--featured{min-height:180px}.tcard--gallery{padding:10px 10px 16px}.tcard-imgwrap--gallery{min-height:170px;height:170px}.tcard-img--gallery{height:156px}.tcard-name{font-weight:700;font-size:16px;line-height:1.3;letter-spacing:-.01em}.tcard-name--gallery{font-size:15px;min-height:2.5em;display:grid;place-items:center}.tcard-mbti{display:inline-flex;margin:6px 0 8px;padding:3px 9px;border-radius:6px;color:var(--ink-soft);background:var(--line);font-size:11px;font-weight:700;letter-spacing:.06em}.tcard-tag{font-size:13px;color:var(--ink-softer);line-height:1.55;padding:0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tile-fallback{position:relative;display:grid;width:100%;height:100%;place-items:center;color:var(--type-color,var(--accent-text));font-weight:800;font-size:1.2rem;letter-spacing:.04em}.type-color-surface{background:color-mix(in srgb,var(--type-color) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--type-color) 22%,var(--line))}.tile-fallback .spark{position:absolute;top:12px;right:14px;width:14px;height:14px;opacity:.55;background:var(--gold-text);-webkit-clip-path:polygon(50% 0,61% 36%,100% 50%,61% 64%,50% 100%,39% 64%,0 50%,39% 36%);clip-path:polygon(50% 0,61% 36%,100% 50%,61% 64%,50% 100%,39% 64%,0 50%,39% 36%)}.progress-row{display:flex;align-items:center;gap:14px;margin:0 0 36px}.progress-back{flex:none;border:none;background:none;cursor:pointer;font-family:inherit;color:var(--ink-softer);font-size:20px;line-height:1;padding:4px 8px 4px 0}.progress-back:hover{color:var(--ink)}.progress{flex:1 1;height:6px;border-radius:999px;background:var(--line);overflow:hidden}.progress>span{display:block;height:100%;border-radius:999px;background:var(--accent);transition:width .35s cubic-bezier(.22,1,.36,1)}.progress-num{flex:none;font-size:13px;font-weight:700;color:var(--ink-softer);min-width:44px;text-align:right}.q-imgbox{aspect-ratio:16/9;border-radius:16px;overflow:hidden;position:relative;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);margin-bottom:28px}.q-img{object-fit:contain;display:block}.q-fallback,.q-img{width:100%;height:100%}.q-fallback{display:grid;place-items:center}.q-fallback-mark{width:56px;height:56px;border:3px solid var(--accent);border-radius:20px;transform:rotate(8deg);opacity:.5}.q-text{font-weight:800;font-size:22px;line-height:1.5;margin:0 0 28px;text-wrap:pretty;letter-spacing:-.02em}.choices{display:flex;flex-direction:column;gap:10px}.choice{width:100%;text-align:left;cursor:pointer;border-radius:14px;border:1px solid var(--line-strong);background:var(--surface);font-size:15px;font-weight:500;line-height:1.55;display:flex;gap:12px;align-items:center;transition:border-color .12s ease,background .12s ease}.choice:hover{border-color:var(--accent);background:var(--accent-soft)}.choice:active{transform:translateY(1px)}.choice-key{flex:none;width:28px;height:28px;border-radius:8px;background:var(--accent-soft);color:var(--accent-text);display:grid;place-items:center;font-weight:700;font-size:12px}.choice-label{min-width:0}.quiz-preload{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.quiz-preload-image{position:relative;width:1px;height:1px}.result-hero{border:1px solid var(--gold-border);border-radius:var(--radius);background:var(--gold-tint);padding:40px 32px}.result-head{text-align:center}.result-code{display:inline-block;white-space:nowrap;padding:5px 12px;border-radius:8px;background:var(--surface);border:1px solid var(--gold-chip-border);font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--gold-text-strong)}.result-figwrap{display:flex;justify-content:center;margin:20px 0 8px}.result-fig{object-fit:contain}.result-fig--hero{width:220px;height:220px}.result-fallback{width:200px;height:200px;border-radius:32px;font-size:1.7rem}.result-substyle{font-weight:700;color:var(--gold-text);font-size:13px;margin:0 0 4px;letter-spacing:.08em}.result-substyle--court{margin-top:4px}.result-name{font-weight:800;font-size:34px;margin:0 0 12px;line-height:1.15;letter-spacing:-.03em}.result-name--judging{margin:20px 0 6px;font-size:20px}.result-name--court{font-size:clamp(22px,6vw,28px);margin-bottom:14px}.result-quote{font-size:16px;color:var(--ink-mid);line-height:1.6;margin:0 auto;max-width:30ch;text-wrap:pretty}.card-title{font-weight:700;font-size:13px;margin:0 0 8px;color:var(--accent-text)}.card-title--mt{margin:20px 0 8px}.card-body{font-size:15px;line-height:1.75;margin:0;color:var(--ink)}.card-body--soft{color:var(--ink-soft)}.result-detail{margin-top:28px}.analysis-stack{display:flex;flex-direction:column;gap:12px;margin-top:14px}.locked{margin-top:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2);padding:28px 24px;text-align:center}.locked-title{font-weight:800;font-size:16px;margin:0 0 4px}.locked-desc{color:var(--ink-softer);font-size:14px;margin:0 0 16px}.locked-note{font-size:12px;color:var(--ink-softer);margin:12px 0 0}.compat-block{margin-top:4px}.compat-block--worst{margin-top:18px}.lbl{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.08em;margin:10px 0}.lbl-mark{width:8px;height:8px;border-radius:50%;background:currentColor}.lbl-best{color:var(--success)}.lbl-worst{color:var(--accent-text)}.compat-list{display:flex;flex-direction:column;gap:8px}.compat-row{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;padding:13px 15px;background:var(--surface);transition:border-color .15s ease}.compat-row:hover{border-color:var(--line-strong)}.compat-rank{flex:none;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;font-weight:700;font-size:12px;color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent)}.compat-rank--x{color:var(--accent-text);background:var(--accent-soft)}.cross-mark{position:relative;display:block;width:12px;height:12px}.cross-mark:after,.cross-mark:before{content:"";position:absolute;left:5px;top:0;width:2px;height:12px;border-radius:999px;background:currentColor}.cross-mark:before{transform:rotate(45deg)}.cross-mark:after{transform:rotate(-45deg)}.compat-ava{flex:none;width:46px;height:46px;object-fit:contain;border-radius:12px;background:var(--surface-2)}.compat-info{min-width:0}.compat-name{font-weight:700;font-size:15px}.compat-mbti{color:var(--ink-softer);font-size:11px;font-weight:700;margin-left:4px;letter-spacing:.05em}.compat-reason{color:var(--ink-soft);font-size:13px;line-height:1.5;margin-top:2px;text-wrap:pretty}.strat{display:flex;flex-direction:column;gap:9px}.strat-item{border-radius:14px;padding:17px 18px;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--line-strong)}.strat-item--win{border-left-color:var(--success)}.strat-item--red{border-left-color:var(--accent)}.strat-item--loop{border-left-color:var(--gold-text)}.strat-label{font-weight:700;font-size:13px;margin-bottom:5px}.strat-body{font-size:14px;line-height:1.65;color:var(--ink-mid);text-wrap:pretty}.share-card{border-radius:20px;overflow:hidden;border:1px solid var(--gold-border);background:var(--gold-tint);padding:26px 24px;color:var(--ink);position:relative}.share-card .bigheart{position:absolute;right:12px;top:12px;width:52px;height:46px;opacity:.1;transform:rotate(12deg)}.share-card .bigheart:after,.share-card .bigheart:before{content:"";position:absolute;top:0;width:28px;height:44px;border-radius:28px 28px 0 0;background:var(--accent)}.share-card .bigheart:before{left:26px;transform:rotate(-45deg);transform-origin:0 100%}.share-card .bigheart:after{left:0;transform:rotate(45deg);transform-origin:100% 100%}.share-card .kicker{font-weight:700;font-size:11px;letter-spacing:.2em;color:var(--gold-text)}.share-card .row{display:flex;align-items:center;gap:14px;margin-top:14px}.share-figure{flex:none;width:78px;height:78px;object-fit:contain;border-radius:18px;background:var(--surface);border:1px solid var(--gold-chip-border)}.share-figure--fallback{display:grid;place-items:center;color:var(--type-color,var(--ink));font-weight:800}.share-info{min-width:0}.share-card .name{font-weight:800;font-size:20px;line-height:1.2}.share-card .code{font-weight:600;font-size:13px;color:var(--ink-soft);margin-top:3px}.share-card .quote{margin-top:14px;font-size:14px;line-height:1.6;background:var(--surface);border:1px solid var(--gold-chip-border);border-radius:12px;padding:11px 13px;color:var(--ink-mid)}.share-btns{display:flex;gap:10px;justify-content:center;margin-top:16px}.share-btn{flex:none;width:48px;height:48px;border-radius:50%;border:1px solid var(--line-strong);cursor:pointer;background:var(--surface);font-size:14px;font-weight:700;display:grid;place-items:center;transition:transform .15s ease,border-color .15s ease}.share-btn:hover{transform:translateY(-2px);border-color:var(--ink-softer)}.share-btn:active{transform:scale(.96)}.share-btn--kakao{background:#fee500;color:#3a1d1d;border-color:#fee500}.share-btn--x{background:#111111;color:#ffffff;border-color:#111111}.share-btn--instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);color:#ffffff;border-color:transparent}.share-btn--copy{color:var(--ink)}.row2{display:flex;gap:10px}.row2>*{flex:1 1}.court-hero{display:grid;grid-template-columns:380px minmax(0,1fr);grid-gap:56px;gap:56px;align-items:center;padding:72px 0 56px}.court-hero-stage{border-radius:var(--radius);background:var(--accent-soft);display:grid;place-items:center;height:400px}.court-hero-img{width:300px;height:auto}.court-hero-title{margin:0 0 18px;font-size:clamp(34px,4.6vw,54px);font-weight:800;line-height:1.18;letter-spacing:-.03em;text-wrap:balance}.court-hero-sub{margin:0 0 32px;font-size:17px;line-height:1.65;color:var(--ink-soft);max-width:34ch}.court-hero-note{margin:20px 0 0;font-size:13px;color:var(--ink-softer)}.court-modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px;text-align:left}.court-mode{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--line-strong);border-radius:16px;background:var(--surface);cursor:pointer;color:var(--ink);transition:border-color .15s ease,background .15s ease}.court-mode:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--ink)}.court-mode--disabled{cursor:default;opacity:.72}.court-mode--disabled,.court-mode--disabled:hover{border-color:var(--line);background:var(--surface-2)}.court-mode-img{flex:none;width:96px;height:96px;border-radius:22px;overflow:hidden;display:grid;place-items:end center;position:relative;background:var(--accent-soft)}.court-mode-img--solo{background:color-mix(in srgb,var(--gold-tint) 70%,var(--surface-2))}.court-mode-img--duo{background:var(--surface-2)}.court-mode-image{width:auto}.court-mode-image--duo,.court-mode-image--solo{height:108px}.court-mode-copy{display:flex;min-width:0;flex:1 1;flex-direction:column}.court-mode-title{font-weight:700;font-size:16px;color:var(--ink);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.court-mode-desc{font-size:13px;color:var(--ink-softer);line-height:1.5;margin-top:3px}.court-mode-pill{font-size:11px;font-weight:700;color:var(--accent-text);background:var(--accent-soft);border-radius:6px;padding:2px 8px}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}.step-num{margin:0 0 6px;font-size:22px;font-weight:800;color:var(--accent-text)}.step-title{margin:0 0 6px;font-size:16px;font-weight:700}.step-desc{margin:0;font-size:14px;line-height:1.6}.step-desc,.steps-note{color:var(--ink-softer)}.steps-note{margin:24px 0 0;font-size:12px;line-height:1.7;text-align:center}.page-head{display:flex;align-items:center;gap:12px;margin-bottom:28px}.page-head-back{flex:none;border:none;background:none;cursor:pointer;font-family:inherit;color:var(--ink-softer);font-size:20px;line-height:1;padding:4px 8px 4px 0}.page-head-back:hover{color:var(--ink)}.page-head-title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em}.page-head-sub{margin:2px 0 0;font-size:13px;color:var(--ink-softer)}.court-side-label{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;background:var(--accent-soft);color:var(--accent-text);font-size:12px;font-weight:700;margin-bottom:14px}.court-input-card{padding:22px}.court-vs{display:flex;align-items:center;justify-content:center;gap:12px;margin:14px 0;font-size:13px;font-weight:800;letter-spacing:.08em;color:var(--ink-softer)}.court-vs:after,.court-vs:before{content:"";flex:1 1;height:1px;background:var(--line-strong);opacity:.6}.court-mycases{margin-bottom:18px}.court-mycases-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.court-mycases-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-size:14px;font-weight:600;text-decoration:none}.court-mycases-item:hover{border-color:var(--line-strong)}.court-mycases-intro{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.court-mycases-go{color:var(--ink-softer);flex:none}.court-duo-intro-label{display:block;margin-bottom:8px}.court-duo-intro{width:100%;display:block;margin-bottom:18px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);padding:12px 14px;font-size:15px;color:var(--ink)}.court-duo-intro:focus{outline:none;border-color:var(--accent)}.court-invite-card{text-align:center;padding:24px 20px;border-radius:var(--radius);background:var(--accent-soft);border:1px solid var(--line)}.court-state-title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.court-invite-desc{margin:8px 0 16px;font-size:14px;color:var(--ink-soft)}.court-invite-link{word-break:break-all;font-size:13px;color:var(--ink-soft);background:var(--surface);border:1px dashed var(--line-strong);border-radius:var(--radius-sm);padding:12px 14px}.court-waiting{text-align:center}.court-waiting-title{margin:12px 0 4px;font-size:16px;font-weight:700;color:var(--ink)}.court-waiting-desc{margin:0 auto;max-width:340px;font-size:13px;color:var(--ink-softer);line-height:1.6}.court-cancel-link{display:block;margin:22px auto 0;background:none;border:none;cursor:pointer;color:var(--ink-softer);font-size:13px;text-decoration:underline;text-underline-offset:3px}.court-cancel-link:hover,.court-state-msg{color:var(--ink-soft)}.court-state-msg{text-align:center;padding:40px 20px;font-size:15px;line-height:1.7}.court-state-card{text-align:center;padding:32px 20px}.court-invited-head{text-align:center;margin-bottom:18px}.court-invited-intro{margin:10px 0 6px;font-size:17px;font-weight:700;color:var(--ink)}.court-invited-desc{margin:0;font-size:14px;color:var(--ink-soft)}.note--blind{text-align:center;background:var(--surface-alt,var(--accent-soft));border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:14px}.court-spinner--sm{width:26px;height:26px;border-width:3px;margin:0 auto}.btn--sm{padding:8px 16px;font-size:13px}.court-pose{display:block;margin:0 auto 4px;height:auto}.court-pose--serious{margin-bottom:10px}.court-input-label{display:block;margin-bottom:8px}.court-input-label,.court-upload-label{font-size:14px;font-weight:700;color:var(--ink)}.court-upload-label{margin:16px 0 8px}.court-textarea{width:100%;min-height:150px;resize:vertical;display:block;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;font-size:15px;line-height:1.6;padding:14px 16px;outline:none;transition:border-color .15s ease}.court-textarea:focus{border-color:var(--accent)}.court-textarea::placeholder{color:var(--ink-softer);opacity:.8}.court-count{text-align:right;font-size:12px;color:var(--ink-softer);margin-top:6px}.court-drop{width:100%;cursor:pointer;padding:22px 16px;border-radius:var(--radius-sm);border:1.5px dashed var(--line-strong);background:var(--surface-2);color:var(--ink-softer);font-size:13px;font-weight:600;line-height:1.55;text-align:center;transition:border-color .15s ease,color .15s ease,background .15s ease}.court-drop:hover{border-color:var(--accent);color:var(--accent-text);background:var(--accent-soft)}.court-drop:disabled{cursor:not-allowed;opacity:.55}.court-drop--over{border-color:var(--accent);background:var(--accent-soft)}.court-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.court-thumb{position:relative;width:64px;height:64px;border-radius:10px;overflow:hidden;border:1px solid var(--line-strong);background:var(--surface-2)}.court-thumb img{width:100%;height:100%;object-fit:cover;display:block}.court-thumb-x{position:absolute;top:3px;right:3px;width:18px;height:18px;border:none;border-radius:50%;background:rgba(25,31,40,.72);color:#ffffff;font-size:9px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.court-thumb-x .cross-mark{width:8px;height:8px}.court-thumb-x .cross-mark:after,.court-thumb-x .cross-mark:before{left:3px;height:8px}.court-result-hero{padding:28px 24px 24px}.court-gauge-layout{display:grid;grid-template-columns:64px minmax(0,1fr) 64px;grid-gap:12px;gap:12px;align-items:end;margin-top:20px}.court-gauge{min-width:0}.court-gauge-character-slot{width:64px;height:64px;display:grid;place-items:end center}.court-gauge-character{width:auto;height:60px;object-fit:contain}.court-gauge-nums{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:7px}.court-gauge-side{display:flex;flex-direction:column;gap:1px}.court-gauge-side--r{align-items:flex-end;text-align:right}.court-gauge-name{font-weight:700;font-size:12px;color:var(--ink-soft)}.court-gauge-pct{font-weight:800;font-size:26px;line-height:1.1;letter-spacing:-.02em}.court-gauge-pct--l{color:var(--accent-text)}.court-gauge-pct--r{color:var(--ink-mid)}.court-gauge-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;background:var(--line-strong)}.court-gauge-bar>span{display:block;height:100%;transition:width .5s ease}.court-gauge-bar .seg-l{background:var(--accent)}.court-gauge-bar .seg-r{background:transparent}@media (max-width:380px){.court-gauge-layout{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px}.court-gauge-character-slot{width:44px;height:44px}.court-gauge-character{height:42px}.court-gauge-pct{font-size:21px}}.court-judging{text-align:center;padding:34px 24px 48px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.court-loading-figure{position:relative;width:min(220px,65vw);height:min(220px,65vw);margin:0 auto 6px}.court-loading-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:translateY(6px) scale(.98);transition:opacity .3s ease,transform .3s ease}.court-loading-image--active{opacity:1;transform:translateY(0) scale(1)}.court-judge-wrap{position:relative;margin:0 auto;display:grid;place-items:end center;width:var(--judge-frame-width,var(--judge-default-frame-width));height:var(--judge-frame-height,var(--judge-default-frame-height))}.court-judge-image{width:auto;height:var(--judge-size,var(--judge-default-size));object-fit:contain}.court-spinner{width:24px;height:24px;margin:18px auto 0;border-radius:50%;border:3px solid var(--line);border-top-color:var(--accent);animation:court-spin .85s linear infinite}@keyframes court-spin{to{transform:rotate(1turn)}}.court-serious{border:1px solid var(--line);border-left:3px solid var(--accent);background:var(--surface);border-radius:var(--radius-sm);padding:16px 17px;font-size:14px;line-height:1.75;color:var(--ink)}.court-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.court-list li{font-size:14px;line-height:1.65;color:var(--ink);display:flex;gap:10px;align-items:flex-start}.court-list .dot{flex:none;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:8px}.court-list .dot--good{background:var(--success)}.court-moment{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);padding:12px 14px}.court-moment+.court-moment{margin-top:8px}.court-moment-t{font-weight:700;font-size:14px;line-height:1.5}.court-moment-n{font-size:13px;color:var(--ink-soft);line-height:1.6;margin-top:3px}.toast{position:fixed;left:50%;bottom:40px;transform:translateX(-50%);z-index:80;background:var(--cta-dark);color:var(--cta-dark-ink);font-weight:600;font-size:14px;padding:12px 20px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.25);animation:pop .25s ease}@media (max-width:860px){.app{padding-bottom:86px}.container,.topbar-inner{padding:0 18px}.topbar-inner{gap:12px}.site-nav{left:50%;right:auto;top:auto;bottom:max(12px,env(safe-area-inset-bottom));width:calc(100% - 24px);max-width:420px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:4px;gap:4px;padding:6px;border-radius:20px;transform:translateX(-50%)}.site-nav-item{width:auto;height:54px;display:flex;flex-direction:column;justify-content:center;gap:3px;border-radius:14px}.site-nav-item:hover{transform:none}.site-nav-glyph{width:17px;height:17px}.site-nav-label{position:static;width:auto;padding:0;border-radius:0;background:transparent;color:currentColor;font-size:11px;line-height:1.2;opacity:1;transform:none;transition:none}.site-nav-item:focus-visible .site-nav-label,.site-nav-item:hover .site-nav-label{transform:none}.home-hero{padding:48px 0 40px}.mode-grid{grid-template-columns:1fr;padding-bottom:48px}.grid,.grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.court-hero{grid-template-columns:1fr;gap:28px;padding:40px 0 32px}.court-hero-stage{order:-1;height:300px}.court-hero-img{width:220px}.court-modes,.steps-grid{grid-template-columns:1fr}.section{padding:44px 0 8px}.section--band{padding:48px 0 56px}}@media (max-width:640px){.theme-switch,.topbar-cta{display:none}.home-title{font-size:clamp(30px,9vw,38px)}.home-sub{font-size:15px}.mode-card{padding:24px 20px}.mode-figure{height:140px;margin-bottom:16px}.mode-figure-img{height:130px}.grid{gap:11px}.tcard{padding:8px 8px 14px;border-radius:16px}.tcard-imgwrap,.tcard-imgwrap--featured,.tcard-imgwrap--gallery{height:150px;min-height:150px}.tcard-img,.tcard-img--gallery{height:138px}.tcard-name{font-size:14px}.result-hero{padding:28px 18px}.result-fig--hero{width:min(200px,60vw);height:min(200px,60vw)}.result-name{font-size:28px}.row2{flex-direction:column}.site-foot-inner{justify-content:center;text-align:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}[hidden]{display:none!important}body:after,body:before{content:"";position:fixed;z-index:-1;width:180px;height:180px;border:2px dashed rgba(240,68,122,.12);border-radius:48% 52% 55% 45%;pointer-events:none}body:before{left:-72px;top:22vh;transform:rotate(18deg)}body:after{right:-90px;bottom:10vh;transform:rotate(-22deg)}:focus-visible{outline:3px solid #29222b;outline-offset:4px}.app{align-items:stretch}.container{max-width:1180px;padding-inline:32px}.screen{padding-bottom:96px}.page-offset,.screen--padded{padding-top:56px}.screen--result{max-width:1120px}.screen--quiz{max-width:620px}.screen--court-form{max-width:680px}.topbar{position:-webkit-sticky;position:sticky;background:rgba(255,249,245,.8);border-bottom:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-inner{max-width:1180px;min-height:74px;padding-inline:32px}.brand{gap:10px;font-size:20px}.brand-badge{width:34px;height:34px;border:2px solid #29222b;border-radius:11px;box-shadow:3px 3px 0 #29222b}.lang,.topbar-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #29222b;border-radius:999px;box-shadow:3px 3px 0 #29222b;font-weight:800}.topbar-cta{padding:8px 18px;background:#d92f67}.lang{padding:7px 14px;background:#fffefd;color:var(--ink)}.lang:hover,.topbar-cta:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 #29222b}.nav-shell{position:fixed;right:max(24px,calc((100vw - 1280px) / 2));bottom:26px;z-index:70}.nav-launcher{min-width:118px;min-height:58px;padding:10px 18px;border:2px solid #29222b;border-radius:999px;background:#d92f67;color:#fff;box-shadow:5px 5px 0 #29222b;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.nav-launcher:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 #29222b}.nav-launcher-heart{position:relative;width:13px;height:13px;border-radius:3px;background:currentColor;transform:rotate(45deg)}.nav-launcher-heart:after,.nav-launcher-heart:before{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:inherit}.nav-launcher-heart:before{left:-7px}.nav-launcher-heart:after{top:-7px}.site-nav{position:absolute;left:auto;right:0;top:auto;bottom:72px;width:286px;padding:16px;border:2px solid #29222b;border-radius:24px;background:#fffefd;box-shadow:7px 7px 0 #29222b;display:grid;grid-template-columns:1fr;max-width:none;grid-gap:8px;gap:8px;transform:none;animation:nav-pop .18s ease-out}@keyframes nav-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.site-nav:after{content:"";position:absolute;right:34px;bottom:-9px;width:16px;height:16px;border-right:2px solid #29222b;border-bottom:2px solid #29222b;background:#fffefd;transform:rotate(45deg)}.site-nav-title{margin:0 4px 6px;color:var(--ink-soft);font-size:12px;font-weight:900;letter-spacing:.12em}.site-nav-item{width:100%;height:52px;padding:0 12px;border-radius:14px;display:grid;grid-template-columns:24px 1fr 12px;justify-items:start;grid-gap:10px;gap:10px;color:var(--ink)}.site-nav-item:hover{transform:translateX(3px);background:#fff1f5}.site-nav-item--active{background:#ffe3ec;color:#c82c5d}.site-nav-label{position:static;width:auto;padding:0;border-radius:0;background:transparent;color:inherit;font-size:14px;opacity:1;transform:none;pointer-events:auto}.site-nav-item:focus-visible .site-nav-label,.site-nav-item:hover .site-nav-label{transform:none}.site-nav-glyph{width:19px;height:19px;align-self:center;justify-self:center}.site-nav-glyph--home{border:2px solid;border-radius:7px 7px 5px 5px;transform:rotate(45deg) scale(.72)}.site-nav-glyph--home:after{content:"";position:absolute;width:7px;height:10px;right:-2px;bottom:-2px;border-radius:4px 4px 0 0;background:currentColor}.site-nav-arrow{width:8px;height:8px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg);align-self:center}.eyebrow,.quiz-kicker,.section-kicker{display:inline-flex;align-items:center;min-height:30px;margin:0 0 14px;padding:5px 11px;border:1.5px solid #29222b;border-radius:999px;background:#fff;color:#c72f5e;font-size:11px;font-weight:900;letter-spacing:.1em;box-shadow:2px 2px 0 #29222b}.section-kicker{margin-bottom:8px}.section-title{font-size:clamp(27px,3vw,40px);line-height:1.2;letter-spacing:-.045em}.section-title--sm{font-size:clamp(24px,2.6vw,34px)}.section-sub{margin-top:8px;color:var(--ink-soft)}.home-section-head,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.text-link{font-weight:900;color:var(--accent-text);text-decoration:underline;text-underline-offset:5px}.btn{min-height:52px;border:2px solid #29222b;border-radius:15px;background:#d92f67;color:#fff;box-shadow:4px 4px 0 #29222b;font-weight:900;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{color:#fff;background:#db376b;transform:translate(2px,2px);box-shadow:2px 2px 0 #29222b}.btn--ghost{background:#fffefd;color:var(--ink)}.btn--ghost:hover{background:#fff0f5;color:var(--ink)}.btn--dark{background:#29222b;color:#fff}.btn--lg{min-height:58px;padding-inline:24px}.btn:disabled{box-shadow:none;transform:none;opacity:.48}.card,.choice,.court-mode,.document-card,.locked,.step-card{border:1.5px solid #dccbd1;background:rgba(255,254,253,.94);box-shadow:0 10px 30px rgba(81,54,68,.06)}.card{padding:28px}.card-title{color:#c72f5e;font-weight:900}.card-body{color:var(--ink-mid);font-size:16px;line-height:1.8}.home-hero{max-width:none;min-height:650px;padding:52px 0 74px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;grid-gap:56px;gap:56px;text-align:left}.home-title{max-width:9ch;margin:0 0 22px;font-size:clamp(52px,6.7vw,84px);line-height:1.02;letter-spacing:-.065em}.home-sub{max-width:36ch;margin:0;font-size:18px;color:var(--ink-mid)}.home-hero-actions{display:flex;gap:12px;margin-top:30px}.home-hero-copy .stat{justify-content:flex-start;margin-top:24px}.home-hero-visual{position:relative;min-height:510px;border:2px solid #29222b;border-radius:48% 52% 46% 54%/54% 46% 54% 46%;background:linear-gradient(rgba(255,255,255,.34) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 0),#ffd9e6;background-size:30px 30px;box-shadow:10px 10px 0 #29222b;display:grid;place-items:center;overflow:visible}.home-hero-visual:after,.home-hero-visual:before{content:"";position:absolute;width:42px;height:42px;background:#ffe47d;-webkit-clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%);clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%)}.home-hero-visual:before{left:6%;top:16%}.home-hero-visual:after{right:8%;bottom:17%;width:26px;height:26px;background:#85c9ff}.home-hero-lovy{width:min(450px,92%);height:auto;object-fit:contain;filter:drop-shadow(0 16px 14px rgba(78,43,61,.15))}.home-hero-sticker{position:absolute;z-index:2;padding:8px 14px;border:2px solid #29222b;border-radius:10px;background:#fffefd;box-shadow:4px 4px 0 #29222b;font-size:12px;font-weight:900;letter-spacing:.12em}.home-hero-sticker--top{right:5%;top:9%;transform:rotate(6deg)}.home-hero-sticker--bottom{left:4%;bottom:10%;transform:rotate(-7deg);background:#ffe47d}.home-section-head{margin:0 0 22px}.mode-grid{gap:24px;padding:0 0 92px}.mode-card{position:relative;min-height:560px;padding:34px;border:2px solid #29222b;border-radius:30px;box-shadow:7px 7px 0 #29222b;overflow:hidden}.mode-card--quiz{background:#fff0f5}.mode-card--court{background:#fff7df}.mode-card:after{content:"";position:absolute;right:-44px;top:-44px;width:140px;height:140px;border:2px dashed rgba(41,34,43,.18);border-radius:50%}.mode-badge{border:1.5px solid #29222b;border-radius:999px;background:#fff;color:var(--ink);box-shadow:2px 2px 0 #29222b}.mode-title{font-size:clamp(30px,3.2vw,44px);line-height:1.15}.mode-desc{max-width:36ch;color:var(--ink-mid);font-size:16px}.mode-figure{height:215px;margin:10px 0 18px}.mode-figure-img{height:210px;filter:drop-shadow(0 12px 10px rgba(62,39,51,.12))}.section--band{margin-inline:calc(50% - 50vw);padding:82px max(32px,calc((100vw - 1116px) / 2)) 96px;background:rgba(255,255,255,.58);border-block:1px solid rgba(221,203,209,.65)}.grid--featured{gap:18px;margin-top:26px}.tcard{border:1.5px solid #dccbd1;background:#fffefd;box-shadow:0 8px 0 rgba(41,34,43,.07)}.tcard:hover{border-color:#29222b;transform:translateY(-6px) rotate(-.5deg);box-shadow:0 13px 0 rgba(41,34,43,.1)}.tcard-imgwrap{border:1px solid rgba(41,34,43,.08)}.page-intro--gallery{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.page-title{font-size:clamp(40px,5vw,64px)}.gallery-count{width:92px;height:92px;border:2px solid #29222b;border-radius:50%;background:#ffe47d;box-shadow:6px 6px 0 #29222b;display:grid;place-items:center;font-size:32px;font-weight:900;transform:rotate(7deg)}.gallery-filter{position:-webkit-sticky;position:sticky;top:84px;z-index:20;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:8px;border:2px solid #29222b;border-radius:20px;background:rgba(255,254,253,.94);box-shadow:5px 5px 0 #29222b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.gallery-filter-button{min-height:54px;border:0;border-radius:13px;background:transparent;color:var(--ink-mid);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.gallery-filter-button:hover{background:#fff1f5;color:var(--ink)}.gallery-filter-button--active{background:#29222b;color:#fff}.gallery-filter-greek{font-size:18px}.gallery-active-note{min-height:58px;margin:22px 0;padding:12px 18px;border:1.5px dashed #cdbac1;border-radius:16px;background:rgba(255,255,255,.54);display:flex;align-items:center;gap:10px;color:var(--ink-soft)}.gallery-active-dot{width:12px;height:12px;border:2px solid #29222b;border-radius:50%;flex:none}.gallery-grid{gap:18px}.tcard--gallery{padding:12px 12px 20px}.tcard-style{display:block;margin:-2px 0 7px;color:var(--ink-mid);font-size:11px;font-weight:900}.quiz-kicker{margin-bottom:20px}.progress-row{margin-bottom:24px}.progress-back{width:46px;height:46px;padding:0;border:1.5px solid #29222b;border-radius:14px;background:#fff;color:var(--ink);box-shadow:3px 3px 0 #29222b}.progress{height:10px;border:1px solid #ddcbd1;background:#fff}.q-imgbox{border:2px solid #29222b;border-radius:24px;box-shadow:6px 6px 0 #29222b;background:#fff}.q-text{margin-top:34px;font-size:clamp(24px,4vw,31px)}.choice{min-height:88px;padding:18px 20px;border-radius:18px;color:var(--ink);box-shadow:3px 3px 0 rgba(41,34,43,.16)}.choice:hover{border-color:#29222b;background:#fff0f5;transform:translate(2px,2px);box-shadow:1px 1px 0 rgba(41,34,43,.2)}.choice-key{width:36px;height:36px;border:1.5px solid #29222b;border-radius:12px}.result-overview{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:24px;gap:24px;align-items:stretch}.result-hero{min-height:600px;padding:42px 34px;border:2px solid #29222b;border-radius:32px;box-shadow:7px 7px 0 #29222b;display:grid;place-items:center}.result-code{border:1.5px solid #29222b;box-shadow:2px 2px 0 #29222b}.result-fig--hero{width:280px;height:280px}.result-name{font-size:clamp(34px,4vw,52px);line-height:1.12}.result-quote{max-width:27ch;margin-inline:auto;font-size:17px}.result-summary-card{position:relative;padding:48px 38px;border:2px solid #29222b;border-radius:32px;box-shadow:7px 7px 0 #29222b;display:flex;flex-direction:column;justify-content:center}.result-summary-index{color:#f0447a;font-size:42px;font-weight:900;line-height:1;opacity:.35}.result-summary-index--second{margin-top:34px}.result-detail{margin-top:32px}.compat-block,.share-card,.strat{border-radius:24px}.locked{margin-top:26px;padding:34px;border:2px dashed #cbb8bf;border-radius:24px}.row2{margin-top:24px;gap:14px}.court-hero{min-height:640px;padding:52px 0 76px;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);gap:60px}.court-hero-stage{height:510px;border:2px solid #29222b;border-radius:42% 58% 54% 46%/48% 45% 55% 52%;background:#ffe5ee;box-shadow:9px 9px 0 #29222b;overflow:hidden}.court-hero-stage:before{content:"LOVE COURT";position:absolute;left:24px;top:24px;padding:6px 10px;border:1.5px solid #29222b;border-radius:8px;background:#fff;box-shadow:2px 2px 0 #29222b;color:#c72f5e;font-size:11px;font-weight:900;letter-spacing:.1em}.court-hero-img{width:390px;max-height:450px;object-fit:contain}.court-hero-title{font-size:clamp(50px,5.8vw,76px);line-height:1.04;letter-spacing:-.06em}.court-hero-sub{max-width:35ch;font-size:18px;color:var(--ink-mid)}.court-hero-note{margin-top:16px}.court-modes{gap:20px;margin-top:22px}.court-mode{min-height:180px;padding:18px 24px;border:2px solid #29222b;border-radius:24px;box-shadow:5px 5px 0 #29222b}.court-mode:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 #29222b}.court-mode-img{width:124px;height:124px;border-radius:20px}.court-mode-image{width:118px;height:118px;object-fit:contain}.court-mode-title{font-size:22px}.steps-grid{gap:18px}.step-card{min-height:210px;padding:28px;border-radius:22px}.step-num{font-size:34px}.court-input-card{border:2px solid #29222b;box-shadow:6px 6px 0 #29222b}.court-drop,.court-textarea{border:1.5px solid #cdbac1;border-radius:16px;background:#fff}.court-drop:hover,.court-textarea:focus{border-color:#29222b}.court-result-hero{min-height:0}.court-gauge-character{filter:drop-shadow(0 7px 6px rgba(41,34,43,.14))}.site-foot{border-top:1px solid rgba(221,203,209,.7);background:rgba(255,255,255,.42)}.site-foot-inner{max-width:1180px;padding:34px 32px 110px}@media (max-width:900px){.app{padding-bottom:0}.container,.topbar-inner{padding-inline:22px}.nav-shell{right:18px;bottom:max(18px,env(safe-area-inset-bottom))}.home-hero{min-height:auto;grid-template-columns:1fr;gap:44px;padding-top:42px}.home-hero-copy{text-align:center}.home-title{max-width:10ch;font-size:clamp(48px,11vw,72px)}.home-sub,.home-title{margin-inline:auto}.home-hero-actions,.home-hero-copy .stat{justify-content:center}.home-hero-visual{width:min(620px,96%);min-height:500px;margin-inline:auto}.mode-grid{grid-template-columns:1fr 1fr}.mode-card{min-height:540px}.result-overview{grid-template-columns:1fr}.result-hero{min-height:540px}.court-hero{grid-template-columns:1fr;gap:42px}.court-hero-stage{order:-1;height:460px}.court-hero-copy{max-width:680px}.gallery-filter{top:80px}}@media (max-width:640px){body:after,body:before{display:none}.container,.topbar-inner{padding-inline:18px}.topbar-inner{min-height:64px}.topbar-right{margin-right:54px}.topbar-cta{display:none}.brand{font-size:18px}.brand-badge{width:30px;height:30px}.brand-badge,.lang{box-shadow:2px 2px 0 #29222b}.lang{min-height:40px;padding:6px 12px}.screen{padding-bottom:80px}.page-offset,.screen--padded{padding-top:34px}.nav-shell{top:10px;right:18px;bottom:auto}.nav-launcher{min-width:44px;min-height:44px;width:44px;height:44px;padding:0;box-shadow:2px 2px 0 #29222b}.nav-launcher:hover{transform:translate(1px,1px);box-shadow:1px 1px 0 #29222b}.nav-launcher span:last-child{display:none}.site-nav{top:58px;bottom:auto;width:min(286px,calc(100vw - 36px));left:auto;grid-template-columns:1fr;max-width:none}.site-nav:after{display:none}.home-hero{padding:34px 0 62px;gap:34px}.home-title{font-size:clamp(44px,14vw,62px)}.home-sub{font-size:16px}.home-hero-actions{flex-direction:column}.home-hero-visual{min-height:350px;border-radius:42% 58% 48% 52%;box-shadow:6px 6px 0 #29222b}.home-hero-sticker{font-size:9px}.home-section-head,.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.mode-grid{grid-template-columns:1fr;gap:18px;padding-bottom:68px}.mode-card{min-height:510px;padding:26px 22px;box-shadow:5px 5px 0 #29222b}.mode-title{font-size:34px}.mode-figure{height:190px}.mode-figure-img{height:185px}.section--band{padding:62px 18px 74px}.grid--featured{grid-template-columns:1fr 1fr}.page-intro--gallery{align-items:center}.page-title{font-size:42px}.gallery-count{width:68px;height:68px;font-size:24px;box-shadow:4px 4px 0 #29222b}.gallery-filter{top:70px;grid-template-columns:1fr 1fr;border-radius:18px;box-shadow:4px 4px 0 #29222b}.gallery-filter-button{min-height:48px;font-size:12px}.gallery-active-note{align-items:flex-start;flex-wrap:wrap}.gallery-active-note>span:last-child{flex-basis:100%}.gallery-grid{grid-template-columns:1fr 1fr;gap:12px}.result-overview{gap:18px}.result-hero{min-height:500px;padding:30px 20px;box-shadow:5px 5px 0 #29222b}.result-fig--hero{width:min(240px,66vw);height:min(240px,66vw)}.result-summary-card{padding:32px 24px;box-shadow:5px 5px 0 #29222b}.result-summary-index{font-size:32px}.q-imgbox{box-shadow:4px 4px 0 #29222b}.q-text{font-size:24px}.choice{min-height:78px;padding:15px}.court-hero{min-height:auto;padding:36px 0 60px}.court-hero-stage{height:350px;box-shadow:6px 6px 0 #29222b}.court-hero-img{width:290px;max-height:320px}.court-hero-title{font-size:clamp(46px,14vw,62px)}.court-hero-sub{font-size:16px}.court-mode{min-height:150px;padding:14px}.court-mode-img{width:102px;height:102px}.court-mode-image{width:98px;height:98px}.step-card{min-height:190px}.row2{gap:12px}.site-foot-inner{padding:30px 18px 100px}}@media (max-width:380px){.gallery-grid,.grid--featured{grid-template-columns:1fr}.home-title{font-size:42px}.home-hero-visual{min-height:310px}.result-name{font-size:30px}}.coupang-banner-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px;margin:32px auto 16px;max-width:480px;width:100%;box-shadow:5px 5px 0 #29222b}[data-theme=twilight] .coupang-banner-card{box-shadow:5px 5px 0 #000000}.coupang-iframe-wrapper{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.coupang-disclaimer{font-size:11px;color:var(--ink-soft);text-align:center;margin:0;line-height:1.4;word-break:keep-all}.ad-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.ad-modal-content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px;max-width:440px;width:100%;box-shadow:6px 6px 0 #29222b;animation:modal-fadeIn .25s ease-out;display:flex;flex-direction:column;gap:12px}[data-theme=twilight] .ad-modal-content{box-shadow:6px 6px 0 #000000}.ad-modal-title{font-size:18px;font-weight:800;margin:0;color:var(--ink);text-align:center}.ad-modal-desc{font-size:13px;color:var(--ink-soft);text-align:center;margin:0 0 8px;line-height:1.5;word-break:keep-all}.ad-modal-body{width:100%}.ad-modal-body .coupang-banner-card{box-shadow:none!important;border:none!important;background:transparent!important;padding:0!important;margin:0!important}.ad-modal-footer{margin-top:8px;width:100%}@keyframes modal-fadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}