/* Dekoy 랜딩 — 앱과 같은 팔레트. 어두운 한 벌로 간다(앱의 다크 테마가 곧 브랜드). */
:root {
  --bg: #0d0f13;
  --panel: #111419;
  --card: #14181e;
  --line: #1f2530;
  --line2: #2a3140;
  --fg: #e9edf3;
  --fg2: #b3bcc9;
  --fg3: #8c95a3;
  --fg4: #7a8391;
  --ac: #4c8dff;
  --ac2: #7fb0ff;
  --on-ac: #08101d;
  --pos: #7ddcab;
  --warn: #e5c078;
  --display: 'SUIT Variable', 'Pretendard Variable', Pretendard, system-ui, -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --body: 'Pretendard Variable', Pretendard, system-ui, -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;
  --max: 1160px;
  --gutter: clamp(20px, 5vw, 56px);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.18; margin: 0; text-wrap: balance; }
p { margin: 0; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -48px; background: var(--ac); color: var(--on-ac); padding: 8px 12px; border-radius: 8px; font-weight: 700; z-index: 100; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--ac2); outline-offset: 3px; border-radius: 6px; }

/* ── 머리띠 ─────────────────────────────────────────────── */
.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--gutter);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: -0.01em; }
.brand img { border-radius: 7px; }
/* 베타 — 「지금은 무료」를 말하는 배지. 유료화는 진하게 안 적는다(사용자 결정 2026-09-06). */
.beta { margin-left: 2px; padding: 2px 7px; border-radius: 6px; border: 1px solid var(--line2); color: var(--ac2); font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; line-height: 1.4; }
.eyebrow-sep { color: var(--fg4); margin: 0 2px; }
.top-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--fg2); }
.top-nav a:hover { color: var(--fg); }
.top-cta { padding: 7px 14px; border-radius: 8px; background: var(--ac); color: var(--on-ac) !important; font-weight: 700; }
@media (max-width: 720px) { .top-nav a:not(.top-cta) { display: none; } }

main { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* ── 히어로 ─────────────────────────────────────────────── */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 5vw, 64px); align-items: center;
  padding: clamp(56px, 9vw, 110px) 0 clamp(40px, 6vw, 72px);
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fg3); font-weight: 600; letter-spacing: 0.02em; margin-bottom: 22px; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pos); box-shadow: 0 0 0 4px color-mix(in srgb, var(--pos) 18%, transparent); }
.hero h1 { font-size: clamp(32px, 4.6vw, 56px); font-weight: 800; letter-spacing: -0.035em; }
.nowrap { white-space: nowrap; }
.hero h1 .em { color: var(--ac2); }
.lede { margin-top: 22px; font-size: clamp(16px, 1.35vw, 18px); color: var(--fg2); max-width: 34em; }
.lede strong { color: var(--fg); font-weight: 600; }

.dl { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; min-height: 56px; padding: 10px 22px; border-radius: 12px; border: 1px solid transparent; transition: transform .12s ease, background .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ac); color: var(--on-ac); box-shadow: 0 8px 28px -10px color-mix(in srgb, var(--ac) 60%, transparent); }
.btn-primary:hover { background: var(--ac2); }
.btn-ghost { border-color: var(--line2); color: var(--fg2); background: transparent; }
.btn-ghost:hover { border-color: var(--fg4); color: var(--fg); }
.btn-os { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: -0.01em; }
.btn-sub { font-size: 12px; opacity: .78; font-family: var(--mono); }
.fine { margin-top: 14px; font-size: 13px; color: var(--fg4); }
.fine a { color: var(--fg3); text-decoration: underline; text-decoration-color: var(--line2); text-underline-offset: 3px; }
.fine a:hover { color: var(--fg); }

/* 소나 — 히어로의 서명. 캔버스가 링과 빔, 목록이 나라 표식. */
.hero-art { position: relative; aspect-ratio: 1; max-width: 560px; margin: 0 auto; width: 100%; }
#sonar { position: absolute; inset: 0; width: 100%; height: 100%; }
.blips { list-style: none; margin: 0; padding: 0; position: absolute; inset: 0; }
.blips li {
  position: absolute; transform: translate(-50%, -50%);
  font-family: var(--mono); font-size: 11px; letter-spacing: .04em;
  color: var(--fg4); background: color-mix(in srgb, var(--bg) 70%, transparent);
  padding: 2px 6px; border-radius: 6px; border: 1px solid var(--line);
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.blips li.on { color: var(--fg); border-color: var(--ac); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ac) 22%, transparent); }
.sonar-cap { position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: var(--fg3); white-space: nowrap; }
.sonar-live { display: inline-flex; align-items: center; gap: 7px; }
.sonar-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 0 0 var(--ac); animation: ping 1.8s ease-out infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ac) 60%, transparent); } 100% { box-shadow: 0 0 0 10px transparent; } }
@media (prefers-reduced-motion: reduce) { .sonar-live i { animation: none; } }
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { max-width: 420px; }
}

/* ── 상태줄(머리띠 아래) ─────────────────────────────────── */
.masthead {
  display: flex; align-items: center; gap: 18px;
  padding: 7px var(--gutter);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px; color: var(--fg3);
  background: var(--panel);
}
.mh-live { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--fg2); font-weight: 600; }
.mh-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--pos); box-shadow: 0 0 0 0 var(--pos); animation: ping 1.8s ease-out infinite; }
.mh-note { color: var(--fg4); }
@media (max-width: 720px) { .mh-note { display: none; } }
@media (prefers-reduced-motion: reduce) { .mh-live i { animation: none; } }

/* ── 등장 모션 ──────────────────────────────────────────── */
/* 한 벌만 쓴다: 아래에서 12px 올라오며 나타난다. 스크롤로 보이는 순간 .in 이 붙는다. */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
/* 헤드라인은 낱말이 차례로 뜬다 — 이건 페이지 첫 장면이라 스크롤을 안 기다린다. */
.words .w { display: inline-block; opacity: 0; transform: translateY(.45em); animation: word .7s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(.08s + var(--i, 0) * .07s); }
.words .em { color: var(--ac2); }
@keyframes word { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .words .w { opacity: 1; transform: none; animation: none; }
}

/* ── 소나 엔진 — 실측 ───────────────────────────────────── */
.engine-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(20px, 4vw, 48px); align-items: start; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; margin: 0; padding: 26px 26px 22px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.facts > div { min-width: 0; }
.facts dt { font-size: 12.5px; color: var(--fg4); font-weight: 600; letter-spacing: .02em; }
.facts dd { margin: 6px 0 0; font-family: var(--display); font-weight: 800; font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -0.03em; line-height: 1.05; }
.facts dd .mono { font-weight: 600; letter-spacing: -0.04em; color: var(--ac2); }
.facts-note { grid-column: 1 / -1; font-size: 12.5px; color: var(--fg4); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px; }

/* 나라별 막대 — 값은 data-regions 에서, 막대 길이는 최대값 기준. */
.regions { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px 20px; }
.regions-head { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: var(--fg3); font-weight: 600; margin-bottom: 14px; }
.regions-head .mono { font-size: 11.5px; color: var(--fg4); font-weight: 400; }
.region-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 22px; }
.region-list li { display: grid; grid-template-columns: 6.2em 1fr 3.4em; align-items: center; gap: 10px; font-size: 12.5px; }
.region-list .code { font-family: var(--mono); color: var(--fg3); letter-spacing: .04em; white-space: nowrap; overflow: hidden; }
.region-list .bar { height: 6px; border-radius: 3px; background: var(--line); overflow: hidden; }
.region-list .bar i { display: block; height: 100%; width: 0; background: var(--ac); border-radius: 3px; transition: width 1.1s cubic-bezier(.2,.7,.2,1), background .3s ease; }
.region-list li.lit .bar i { background: var(--ac2); }
.region-list li.lit .code { color: var(--fg); }
.region-list .n { font-family: var(--mono); font-variant-numeric: tabular-nums; text-align: right; color: var(--fg2); }
.region-list .name { color: var(--fg4); font-size: 11px; margin-left: 6px; }
@media (max-width: 880px) { .engine-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .facts { grid-template-columns: 1fr 1fr; padding: 20px 18px 16px; } .region-list { grid-template-columns: 1fr; } }

/* ── 화면 셋 ────────────────────────────────────────────── */
.section-head { padding: clamp(64px, 9vw, 110px) 0 clamp(28px, 4vw, 44px); max-width: 40em; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -0.03em; }
.section-head p { margin-top: 12px; color: var(--fg3); font-size: 16px; }
.engine .section-head, .tour .section-head, .flow .section-head, .tools .section-head, .faq .section-head { padding-top: clamp(56px, 8vw, 96px); }
.tour .shot { padding: 36px 0 44px; }
.tour .shot + .shot { border-top: 1px solid var(--line); }
/* 글은 좁게, 화면은 넓게 — 앱 화면을 옆에 작게 두면 아무것도 안 읽힌다(실물). */
.shot-copy { max-width: 46em; margin-bottom: 22px; }
.kicker { font-family: var(--mono); font-size: 12px; color: var(--ac2); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.shot-copy h3 { font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.025em; }
.shot-copy p:not(.kicker) { margin-top: 12px; color: var(--fg2); font-size: 15.5px; }
.shot-copy strong { color: var(--fg); font-weight: 600; }
.chips { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.chips li { font-size: 12px; padding: 3px 9px; border-radius: 999px; border: 1px solid var(--line2); color: var(--fg3); background: var(--panel); }
.ticks { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 6px; font-size: 14px; color: var(--fg2); }
.ticks li { position: relative; padding-left: 20px; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .55em; width: 10px; height: 6px; border-left: 2px solid var(--pos); border-bottom: 2px solid var(--pos); transform: rotate(-45deg); }
.ticks strong { color: var(--fg); font-weight: 600; }
.frame { position: relative; margin: 0; border-radius: 12px; border: 1px solid var(--line2); background: var(--panel); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.frame img { width: 100%; }
/* 내 작업물은 아래가 비어 있다(목록이 다섯 줄) — 위쪽만 보여 준다. */
.frame-top img { aspect-ratio: 1800 / 600; object-fit: cover; object-position: top; }
/* 화면 위 말풍선 — 실제 값(구독자 대비 ×527 등)만 적는다. */
.callout { position: absolute; transform: translate(-6px, -50%); font-size: 12.5px; padding: 5px 10px 5px 8px; border-radius: 8px; background: color-mix(in srgb, var(--bg) 86%, transparent); border: 1px solid var(--ac); color: var(--fg); backdrop-filter: blur(6px); white-space: nowrap; box-shadow: 0 6px 24px -8px rgba(0,0,0,.8); opacity: 0; transition: opacity .5s ease .5s, transform .5s ease .5s; }
.callout::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ac); margin-right: 7px; vertical-align: 1px; box-shadow: 0 0 0 0 var(--ac); animation: ping 2.2s ease-out infinite; }
.callout b { color: var(--ac2); font-weight: 600; }
.reveal.in .callout { opacity: 1; }
@media (max-width: 720px) { .callout { display: none; } }

/* ── 흐름 — 여섯 단계, 진행선이 차례로 켜진다 ───────────── */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.steps li { background: var(--card); padding: 24px 22px 26px; position: relative; }
.steps li::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--ac); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.steps li.on::before { transform: scaleX(1); }
.steps .step-n { display: block; font-size: 12px; color: var(--fg4); margin-bottom: 14px; transition: color .3s ease; }
.steps li.on .step-n { color: var(--ac2); }
.steps h3 { font-size: 18px; letter-spacing: -0.02em; }
.steps p { margin-top: 8px; font-size: 14.5px; color: var(--fg3); }
@media (max-width: 880px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ── 코이 — 대화 재생 ───────────────────────────────────── */
.koi { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding-top: clamp(64px, 9vw, 110px); }
.koi-copy h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -0.03em; }
.koi-copy > p { margin-top: 12px; color: var(--fg3); font-size: 16px; }
.chat { background: var(--card); border: 1px solid var(--line2); border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,.8); }
.chat-head { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line); font-weight: 700; font-family: var(--display); font-size: 14px; }
.chat-head img { border-radius: 5px; }
.chat-sub { font-family: var(--body); font-weight: 400; color: var(--fg4); font-size: 12.5px; margin-left: 4px; }
.chat-body { padding: 16px; display: grid; gap: 10px; min-height: 300px; max-height: 520px; overflow-y: auto; align-content: start; font-size: 14px; }
.msg { max-width: 88%; padding: 9px 13px; border-radius: 12px; line-height: 1.55; opacity: 0; transform: translateY(6px); animation: word .4s ease forwards; white-space: pre-line; }
.msg.from-me { justify-self: end; background: var(--ac); color: var(--on-ac); border-bottom-right-radius: 4px; }
.msg.from-koi { justify-self: start; background: var(--panel); border: 1px solid var(--line); color: var(--fg2); border-bottom-left-radius: 4px; }
.msg.from-koi b { color: var(--fg); font-weight: 600; word-break: break-all; }
.msg.typing { color: var(--fg4); letter-spacing: .2em; }
.chat-foot { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-top: 1px solid var(--line); color: var(--fg4); font-size: 13px; }
.chat-send { padding: 5px 12px; border-radius: 8px; background: var(--line); color: var(--fg3); font-size: 12.5px; }
@media (max-width: 880px) { .koi { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .msg { animation: none; opacity: 1; transform: none; } }

/* ── 화면 열둘 ──────────────────────────────────────────── */
.tool-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.tool-grid li { background: var(--card); padding: 18px 18px 20px; display: grid; gap: 4px; transition: background .2s ease; }
.tool-grid li:hover { background: var(--panel); }
.tool-grid b { font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.tool-grid span { font-size: 13px; color: var(--fg3); }
@media (max-width: 880px) { .tool-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ── 내 컴퓨터에 ────────────────────────────────────────── */
.local { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 32px; align-items: center; margin-top: clamp(56px, 8vw, 96px); padding: 32px 34px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.local-art { color: var(--fg4); }
.local h2 { font-size: clamp(20px, 2.4vw, 26px); letter-spacing: -0.025em; }
.local p:not(.kicker) { margin-top: 10px; color: var(--fg2); font-size: 15px; max-width: 46em; }
@media (max-width: 640px) { .local { grid-template-columns: 1fr; gap: 12px; padding: 26px 22px; } .local-art { width: 90px; } }

/* ── 자주 묻는 것 ───────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--line); max-width: 46em; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 16px 0; font-family: var(--display); font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-family: var(--mono); color: var(--fg4); transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { padding: 0 0 18px; color: var(--fg2); font-size: 15px; max-width: 40em; }

/* ── 다운로드 ───────────────────────────────────────────── */
.cta { text-align: center; padding: clamp(72px, 10vw, 128px) 0 clamp(64px, 8vw, 96px); }
.cta h2 { font-size: clamp(30px, 4.4vw, 52px); letter-spacing: -0.035em; }
.cta-sub { margin-top: 14px; color: var(--fg3); font-size: 16px; }
.cta .dl { justify-content: center; }
.cta .btn { align-items: center; }

/* ── 바닥 ───────────────────────────────────────────────── */
.foot { border-top: 1px solid var(--line); padding: 22px var(--gutter) 34px; display: flex; gap: 10px; justify-content: center; font-size: 13px; color: var(--fg4); }
.foot a:hover { color: var(--fg2); }

/* ── 문서 페이지(개인정보처리방침 · 이용약관) ───────────────── */
.doc { max-width: 46em; padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 8vw, 96px); }
.doc h1 { font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -0.03em; }
.doc .doc-meta { margin-top: 10px; color: var(--fg4); font-size: 13.5px; }
.doc h2 { font-size: 19px; letter-spacing: -0.02em; margin-top: 40px; }
.doc p, .doc li { color: var(--fg2); font-size: 15.5px; margin-top: 10px; }
.doc ul { padding-left: 1.2em; margin: 0; }
.doc li { margin-top: 6px; }
.doc strong { color: var(--fg); font-weight: 600; }
.doc table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 14.5px; }
.doc th, .doc td { text-align: left; padding: 9px 10px; border-top: 1px solid var(--line); vertical-align: top; color: var(--fg2); }
.doc th { color: var(--fg3); font-weight: 600; font-size: 13px; }
.doc a { color: var(--ac2); text-decoration: underline; text-decoration-color: var(--line2); text-underline-offset: 3px; }
.doc-wrap { overflow-x: auto; }

/* ── 맥 한 줄 설치 ───────────────────────────────────────── */
.installer { margin-top: 18px; padding: 14px 16px 12px; border: 1px solid var(--line2); border-radius: 12px; background: var(--card); text-align: left; max-width: 34em; }
.installer-head { display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: baseline; font-size: 13.5px; font-weight: 600; color: var(--fg); }
.installer-sub { font-weight: 400; color: var(--fg4); font-size: 12.5px; }
.installer-row { display: flex; gap: 8px; align-items: center; margin-top: 10px; }
.installer-row code { flex: 1; min-width: 0; overflow-x: auto; white-space: nowrap; padding: 9px 12px; border-radius: 8px; background: var(--bg); border: 1px solid var(--line); font-size: 12.5px; color: var(--fg2); }
.copy { flex: none; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line2); background: var(--panel); color: var(--fg); font-size: 12.5px; font-weight: 600; cursor: pointer; }
.copy:hover { border-color: var(--fg4); }
.copy.done { border-color: var(--pos); color: var(--pos); }
.installer-note { margin-top: 9px; font-size: 12.5px; color: var(--fg4); }
.installer-note a { color: var(--fg3); text-decoration: underline; text-decoration-color: var(--line2); text-underline-offset: 3px; }
.cta .installer { margin-left: auto; margin-right: auto; }
.faq-list code { font-size: 13px; padding: 1px 6px; border-radius: 5px; background: var(--panel); border: 1px solid var(--line); color: var(--fg); }

/* ── 로그인 · 가입 페이지 ───────────────────────────────── */
.auth-page main { max-width: none; padding: 0; }
.auth { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 40px 20px; }
.auth-brand { font-size: 20px; }
.auth-status { font-size: 13.5px; color: var(--neg, #e0675c); }
.auth-foot { font-size: 12.5px; color: var(--fg4); }
.auth-foot a { color: var(--fg3); text-decoration: underline; text-decoration-color: var(--line2); text-underline-offset: 3px; }
#clerk { min-height: 420px; display: grid; place-items: center; }
