/* refmade.com — 소개(/)·친구(/friends) 공통 스타일 (2026-09-27 리디자인 "도트 스티커").
   색은 로고 원화(img/logo-96.png)의 세 색 — 하늘 #44B8FD · 버터 #FDEB6B · 잉크 #1B273A — 에서 왔고, 타입·간격·radius는
   toss.im 실측(office-v2/site-v2/_ref)에 맞췄다. 카드와 버튼은 2px 잉크 선 + 흐림 없는 아래 그림자(스티커)로 통일한다.
   친구 화면의 클래스(.win·.wtitle·.item·.opt …)는 js/friends.mjs가 쓰는 그대로 둔다. 인라인 스타일 없음(사이트 CSP). */
@font-face { font-family: 'Pretendard Variable'; src: url(/fonts/PretendardVariable-ks.woff2) format('woff2-variations'); font-weight: 45 930; font-display: swap; }
@font-face { font-family: 'Galmuri11'; src: url(/office/fonts/Galmuri11.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Galmuri11'; src: url(/office/fonts/Galmuri11-Bold.woff2) format('woff2'); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  --bg: oklch(98.8% 0.008 350);
  --surface: oklch(100% 0 0);
  --surface-2: oklch(97.6% 0.012 330);
  --ink: oklch(30% 0.028 310);
  --muted: oklch(50% 0.025 310);
  --faint: oklch(64% 0.02 310);
  --line: oklch(32% 0.03 310);
  --hair: oklch(32% 0.03 310 / .14);
  --sky: oklch(88% 0.055 235);
  --sky-ink: oklch(50% 0.14 355);
  --sun: oklch(88% 0.075 5);
  --sun-2: oklch(85% 0.09 5);
  --sky-soft: oklch(96% 0.022 235);
  --sun-soft: oklch(97.2% 0.045 100);
  --mint-soft: oklch(96.2% 0.03 170);
  --coral-soft: oklch(96.2% 0.025 5);
  --mint: oklch(88% 0.07 170);
  --ok: oklch(48% 0.13 155);
  --bad: oklch(52% 0.18 28);
  --bad-soft: oklch(95.5% 0.03 28);
  --lamp-work: oklch(66% 0.15 150);
  --lamp-idle: oklch(72% 0.02 258);
  --lamp-off: oklch(66% 0.05 60);
  --code-bg: oklch(100% 0 0);
  --code-ink: oklch(30% 0.028 310);
  --code-dim: oklch(64% 0.02 310);
  --focus: oklch(60% 0.17 350);
  --lav: oklch(92% 0.04 305);
  --lav-soft: oklch(96.4% 0.02 305);
  --lift: 0 4px 0 var(--line);
  --lift-sm: 0 3px 0 var(--line);
  --edge-hi: 0 0 0 0 transparent;
  --r-card: 20px;
  --r-md: 14px;
  --r-sm: 10px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, sans-serif;
  --pixel: 'Galmuri11', 'Pretendard Variable', -apple-system, 'Apple SD Gothic Neo', system-ui, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: oklch(22% 0.018 310);
  --surface: oklch(27% 0.02 310);
  --surface-2: oklch(30.5% 0.022 310);
  --ink: oklch(96% 0.008 330);
  --muted: oklch(80% 0.02 320);
  --faint: oklch(66% 0.02 320);
  --line: oklch(13% 0.015 310);
  --hair: oklch(100% 0 0 / .12);
  --sky-ink: oklch(82% 0.1 355);
  --sky-soft: oklch(33% 0.035 235);
  --sun-soft: oklch(34% 0.035 100);
  --mint-soft: oklch(33% 0.04 170);
  --coral-soft: oklch(33% 0.04 5);
  --ok: oklch(78% 0.13 155);
  --bad: oklch(76% 0.15 28);
  --bad-soft: oklch(32% 0.06 28);
  --lav: oklch(34% 0.035 305);
  --mint: oklch(46% 0.08 170);
  --lav-soft: oklch(29% 0.03 305);
  --code-ink: oklch(96% 0.008 330);
  --code-dim: oklch(72% 0.03 320);
  --code-bg: oklch(18% 0.015 310);
  --edge-hi: inset 0 1px 0 oklch(100% 0 0 / .07);
}


* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; min-height: 100vh; background: var(--bg); color: var(--ink);
  font: 400 16px/1.65 var(--font); word-break: keep-all; overflow-wrap: anywhere; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; color: inherit; }
a { color: var(--sky-ink); text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
h1, h2, h3, p { margin: 0; }
img { max-width: 100%; height: auto; }
/* 높이를 정한 그림은 폭이 줄어도 비율을 지키며 안에 들어간다(2026-09-27 오너: "비율 깨지는 거 놓지 마") */
.step-card .art img, .empty.pic img, .role-card .pic img, .fr-head .fr-art, .solo .solo-art, .pv-art img, .hero-art > img { object-fit: contain; }
code { font: 600 0.92em var(--mono); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.px { font-family: var(--pixel); }
svg.pi { width: 12px; height: 12px; flex: none; display: block; }
.muted { color: var(--muted); }

/* ── 버튼: 둥근 알약 + 잉크 선 + 누르면 내려가는 그림자 ─────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 40px; padding: 0 16px; border: 2px solid var(--line); border-radius: 999px; cursor: pointer;
  white-space: nowrap; text-decoration: none; background: var(--surface); color: var(--ink);
  font: 700 14px/1 var(--font); letter-spacing: -0.01em; box-shadow: var(--lift-sm), var(--edge-hi);
  transition: transform 160ms var(--ease); margin-bottom: 3px;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--lift), var(--edge-hi); }
.btn:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--line); }
.btn:disabled { opacity: .55; cursor: default; transform: none; box-shadow: var(--lift-sm), var(--edge-hi); }
.btn.go { background: var(--sun); color: oklch(30% 0.028 310); }
.btn.go:hover { background: var(--sun-2); }
.btn.hud { min-height: 36px; padding: 0 14px; font-size: 13px; }
.btn.big { min-height: 50px; padding: 0 24px; font-size: 16px; }
.btn.warn { color: var(--bad); }
.btn .pi { width: 14px; height: 14px; }
.btn img { width: 22px; height: 22px; object-fit: contain; }
.linkbtn {
  border: 0; background: none; padding: 2px; min-height: 24px; cursor: pointer; border-radius: 6px;
  color: var(--sky-ink); font: inherit; font-weight: 650; text-decoration: underline; text-underline-offset: 3px;
}

/* ── 머리 줄 ─────────────────────── */
.top {
  position: sticky; top: 0; z-index: 50; min-height: 64px;
  display: flex; align-items: center; gap: 16px; padding: 10px max(16px, calc((100% - 1120px) / 2));
  background: var(--surface); color: var(--ink); border-bottom: 2px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.logo {
  display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none;
  font: 800 21px/1 var(--font); letter-spacing: -0.02em; border-radius: 10px;
}
.logo img { width: 34px; height: 34px; border-radius: 9px; border: 2px solid var(--line); flex: none; }
.brand span { font-size: 14px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.top-ctl { margin-left: auto; display: flex; align-items: center; gap: 12px; flex: none; }
.top-ctl .nav { font-size: 15px; font-weight: 650; color: var(--ink); text-decoration: none; padding: 8px 4px; border-radius: 8px; }
.top-ctl .nav:hover { color: var(--sky-ink); }
.top-ctl .btn { margin-bottom: 3px; }
.who { font-size: 14px; color: var(--muted); white-space: nowrap; }
.who b { color: var(--ink); font-weight: 700; }

/* ── 스티커 카드 ─────────────────── */
.win {
  display: flex; flex-direction: column; min-width: 0; background: var(--surface); color: var(--ink);
  border: 2px solid var(--line); border-radius: var(--r-card); box-shadow: var(--lift), var(--edge-hi); overflow: hidden;
}
.wtitle {
  flex: none; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px 18px;
  background: var(--tint, var(--sky-soft)); color: var(--ink); border-bottom: 2px solid var(--line);
  font: 700 16px/1.3 var(--font); letter-spacing: -0.01em;
}
.wtitle h2 { margin: 0; font: inherit; display: flex; align-items: center; gap: 8px; min-width: 0; }
.wtitle h2 .pi { width: 16px; height: 16px; }
.wtitle .r {
  margin-left: auto; white-space: nowrap; font: 700 11px/1 var(--pixel); color: var(--ink);
  background: var(--surface); border: 2px solid var(--line); border-radius: 999px; padding: 5px 10px 4px;
}
.wbody { padding: 18px 20px 20px; min-width: 0; }
.wbody > * + * { margin-top: 14px; }
.wtitle h2[tabindex="-1"]:focus:not(:focus-visible) { outline: none; }

/* ── 명령 한 줄 + 복사 ──────────── */
.cmd-line {
  display: flex; align-items: center; gap: 10px; min-width: 0;
  padding: 7px 7px 7px 18px; border-radius: 16px; background: var(--code-bg); color: var(--code-ink);
  border: 2px solid var(--line);
}
.cmd-line code { flex: 1; min-width: 0; font-size: 15px; line-height: 1.5; white-space: pre-wrap; word-break: normal; overflow-wrap: anywhere; }
.cmd-line code::before { content: "$ " / ""; color: var(--code-dim); }
.cmd-line .nw { white-space: nowrap; }
.cmd-line .btn { flex: none; min-width: 64px; min-height: 36px; margin-bottom: 3px; border-color: var(--line); }

/* ── 입력 ─────────────────────────── */
.field { display: grid; gap: 8px; }
.field > span, .field > label { font: 700 14px/1.35 var(--font); color: var(--ink); }
.field small { font-size: 13px; color: var(--muted); line-height: 1.55; }
.input {
  width: 100%; min-height: 48px; padding: 0 16px; border: 2px solid var(--hair); border-radius: var(--r-md);
  background: var(--surface); color: var(--ink); font-size: 16px;
}
.input:hover { border-color: var(--faint); }
.input::placeholder { color: var(--faint); }
.input:focus-visible { border-color: var(--line); outline: 3px solid var(--focus); outline-offset: 1px; }
.row-form { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.row-form .input { flex: 1 1 200px; width: auto; }
.row-form .btn { min-height: 48px; }
.err { color: var(--bad); font-size: 14px; line-height: 1.55; font-weight: 600; }

/* ── 알림·확인 창 ────────────────── */
.notice {
  position: fixed; z-index: 90; left: 50%; bottom: 24px; transform: translateX(-50%);
  width: max-content; max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 16px;
  background: var(--surface); color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.5;
  border: 2px solid var(--line); box-shadow: var(--lift), var(--edge-hi);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}
.notice.bad { background: var(--bad-soft); }
.notice.gone { opacity: 0; transform: translate(-50%, 8px); pointer-events: none; }
dialog.win { padding: 0; width: min(440px, calc(100% - 32px)); max-width: none; }
dialog.win::backdrop { background: oklch(20% 0.04 259 / .5); }
.dlg-acts { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }

/* ── 얼굴 (사무실 캐릭터 윗부분) ─── */
.face {
  width: 52px; height: 52px; flex: none; border-radius: var(--r-md); overflow: hidden;
  background: var(--lav-soft); border: 2px solid var(--line); display: flex; justify-content: center; align-items: flex-start;
}
.face img { display: block; width: 44px; height: auto; margin-top: 3px; flex: none; }

/* ══ 소개 (/) ═══════════════════════════════════════════════ */
.wrap { max-width: 1168px; margin: 0 auto; padding: 0 24px; }
.land-page main { display: block; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 40px; align-items: center; padding-block: 64px 80px; }
.hero-copy { display: grid; gap: 22px; justify-items: start; }
.hero h1 { font: 800 56px/1.22 var(--font); letter-spacing: -0.02em; color: var(--ink); text-wrap: balance; }
.hero h1 .mark { font-style: normal; box-shadow: inset 0 -0.34em 0 var(--mint); border-radius: 2px; }
.hero .lead { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 33em; text-wrap: pretty; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; width: 100%; }
.hero-cta .cmd-line { flex: 0 1 300px; }
.facts-row { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 14px; color: var(--muted); }
.facts-row li { display: inline-flex; align-items: center; gap: 8px; }
.facts-row img { width: 24px; height: 24px; object-fit: contain; }
.hero-art { position: relative; margin: 0; }
.hero-art > img { display: block; width: 100%; height: auto; }
.hero-art .stk { position: absolute; width: 64px; height: auto; pointer-events: none; }
.hero-art .s1 { left: 2%; top: 4%; transform: rotate(-12deg); }
.hero-art .s2 { right: 4%; top: -2%; transform: rotate(8deg); }
.hero-art .s3 { right: 10%; bottom: -2%; transform: rotate(-6deg); width: 56px; }

.band { padding: 80px 0; }
.band.sky { background: var(--lav-soft); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.sec-head { display: grid; gap: 12px; justify-items: center; text-align: center; margin: 0 auto 40px; max-width: 40em; }
.sec-head .kicker { font: 700 14px/1 var(--font); color: var(--sky-ink); }
.sec-head.left { justify-items: start; text-align: left; margin-left: 0; }
.sec-head h2 { font: 800 38px/1.3 var(--font); letter-spacing: -0.02em; text-wrap: balance; }
.sec-head p { font-size: 17px; line-height: 1.7; color: var(--muted); text-wrap: pretty; }

.shot { margin: 0 auto; max-width: 1000px; }
.shot .frame { background: var(--code-bg); padding: 10px; border-bottom: 2px solid var(--line); }
.shot picture, .shot img { display: block; width: 100%; height: auto; }
.shot .frame img { border-radius: 8px; }
.shot figcaption { padding: 14px 20px 16px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.shot figcaption b { color: var(--ink); font-weight: 700; }

.steps3 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.step-card {
  display: grid; grid-template-rows: auto auto auto 1fr auto; gap: 12px; padding: 22px; border-radius: var(--r-card);
  border: 2px solid var(--line); box-shadow: var(--lift), var(--edge-hi); background: var(--tint, var(--sun-soft));
}
.step-card.c1 { --tint: var(--coral-soft); } .step-card.c2 { --tint: var(--sky-soft); } .step-card.c3 { --tint: var(--mint-soft); }
.step-card .n {
  justify-self: start; font: 700 11px/1 var(--pixel); color: var(--ink); background: var(--surface);
  border: 2px solid var(--line); border-radius: 999px; padding: 6px 11px 5px;
}
.step-card .art { height: 190px; display: grid; place-items: center; }
.step-card .art img { max-height: 190px; max-width: 100%; width: auto; height: auto; }
.step-card h3 { font: 800 22px/1.35 var(--font); letter-spacing: -0.02em; }
.step-card p { font-size: 15px; line-height: 1.65; color: var(--muted); }
.step-card .cmd-line { padding-left: 16px; }
.step-card > .btn { justify-self: stretch; min-height: 50px; }
.step-card .cmd-line code { font-size: 13px; }
.step-card .cmd-line .btn { min-width: 56px; padding: 0 12px; }

.roster { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.role-card {
  display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 16px; align-items: center; padding: 14px 18px 14px 14px;
  background: var(--surface); border: 2px solid var(--line); border-radius: var(--r-card); box-shadow: var(--lift-sm), var(--edge-hi);
}
.role-card .pic {
  width: 84px; height: 96px; border-radius: var(--r-md); background: var(--tint, var(--sky-soft)); border: 2px solid var(--line);
  display: flex; align-items: flex-end; justify-content: center; overflow: hidden;
}
.role-card .pic img { height: 84px; width: auto; transition: transform 180ms var(--ease); }
.role-card:hover .pic img { transform: translateY(-4px); }
.role-card { --tint: var(--coral-soft); } .role-card:nth-child(3n+2) { --tint: var(--sky-soft); } .role-card:nth-child(3n) { --tint: var(--mint-soft); }
.role-card b { display: block; font: 800 17px/1.35 var(--font); letter-spacing: -0.01em; }
.role-card span { display: block; font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: 3px; }
.role-card .chip { display: inline-block; margin-top: 8px; font: 700 11px/1 var(--pixel); font-style: normal; color: var(--ink); background: var(--tint, var(--sky-soft)); border: 2px solid var(--line); border-radius: 999px; padding: 5px 9px 4px; }
.roster-note { text-align: center; font-size: 14px; color: var(--muted); margin-top: 22px; }

.privacy { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.privacy .pv-art { display: grid; place-items: center; }
.privacy .pv-art img { width: 100%; max-width: 360px; height: auto; }
.pv-card { padding: 22px 22px 24px; border-radius: var(--r-card); border: 2px solid var(--line); box-shadow: var(--lift), var(--edge-hi); background: var(--tint, var(--mint-soft)); }
.pv-card.no { --tint: var(--coral-soft); }
.pv-card h3 { display: flex; align-items: center; gap: 10px; font: 800 19px/1.35 var(--font); letter-spacing: -0.01em; margin-bottom: 14px; }
.pv-card h3 img { width: 30px; height: 30px; object-fit: contain; }
.pv-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pv-card li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; font-size: 15px; line-height: 1.55; }
.pv-card li::before {
  content: ""; width: 22px; height: 22px; margin-top: 1px; border-radius: 7px; border: 2px solid var(--line);
  background: var(--surface) url(/img/illus-sticker-check.webp) center / 16px no-repeat;
}
.pv-card.no li::before { content: "×" / ""; display: grid; place-items: center; background: var(--surface); color: var(--bad); font: 800 16px/1 var(--font); }
.pv-card li small { display: block; color: var(--muted); font-size: 13px; }

.cta-band {
  --tint: var(--lav-soft);
  margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px;
  padding: 26px 30px; border-radius: var(--r-card); border: 2px solid var(--line); box-shadow: var(--lift), var(--edge-hi); background: var(--tint);
}
.cta-band b { display: block; font: 800 22px/1.35 var(--font); letter-spacing: -0.02em; }
.cta-band span { display: block; font-size: 15px; color: var(--muted); margin-top: 4px; }

.foot { margin-top: 0; }
.foot .sky-strip {
  position: relative; height: 220px; overflow: hidden; border-top: 2px solid var(--line);
  background: var(--sky) url(/img/illus-skyline.webp) left bottom / auto 220px repeat-x;
}
.parade { position: absolute; left: 0; right: 0; bottom: 6px; height: 64px; pointer-events: none; }
.parade img { position: absolute; left: 0; bottom: 0; height: 60px; width: auto; will-change: transform; }
:root[data-theme="dark"] .foot .sky-strip { background-color: oklch(36.9% 0.108 257); background-image: url(/img/illus-skyline-night.webp); background-size: auto 150px; }
.foot .bar {
  background: var(--lav); color: var(--ink); border-top: 2px solid var(--line);
  padding: 22px max(24px, calc((100% - 1120px) / 2)); display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; font-size: 14px;
}
.foot .bar a { color: var(--ink); font-weight: 650; }
.foot .bar .logo { color: var(--ink); font-size: 18px; }
.foot .bar .logo img { width: 28px; height: 28px; border-radius: 8px; }
.foot .bar small { color: var(--muted); font-size: 13px; flex: 1 1 320px; text-align: right; }

/* ══ 친구 (/friends) ═════════════════════════════════════════ */
.fr { max-width: 1168px; margin: 0 auto; padding: 36px 24px 72px; }
.fr-head { display: flex; align-items: center; gap: 28px; margin-bottom: 30px; }
.fr-head > div { display: grid; gap: 8px; flex: 1 1 auto; min-width: 0; }
.fr-head h1 { font: 800 34px/1.3 var(--font); letter-spacing: -0.02em; }
.fr-head p { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 40em; }
.fr-head .fr-art { flex: none; width: 250px; height: auto; }
.fr-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, 1.3fr) minmax(330px, 1fr); align-items: start; }
.fr-col { display: grid; gap: 28px; min-width: 0; }
.solo { max-width: 500px; margin: 8px auto 0; }
.solo .solo-art { display: block; width: 220px; height: auto; margin: 0 auto 4px; }
section[aria-labelledby="tPals"] { --tint: var(--sky-soft); }
section[aria-labelledby="tShare"], section[aria-labelledby="tLogin"] { --tint: var(--sun-soft); }
section[aria-labelledby="tLink"], section[aria-labelledby="tSetup"] { --tint: var(--mint-soft); }
section[aria-labelledby="tDev"] { --tint: var(--lav-soft); }
.sec-t { font: 700 14px/1.3 var(--font); color: var(--muted); display: flex; align-items: baseline; gap: 8px; }
.sec-t .r { margin-left: auto; font: 700 11px/1 var(--pixel); }
.list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.item {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 4px 14px; align-items: center;
  padding: 12px 14px; border-radius: 16px; background: var(--surface-2); border: 2px solid var(--hair);
}
.item .who2 { min-width: 0; display: grid; gap: 2px; }
.item .nm { font-weight: 750; font-size: 16px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.item .nm small { font-weight: 500; font-size: 13px; color: var(--muted); margin-left: 6px; }
.item .st { font-size: 14px; line-height: 1.5; color: var(--muted); display: flex; align-items: center; gap: 8px; min-width: 0; }
.item .st span { min-width: 0; }
.item .acts { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.lamp { width: 10px; height: 10px; flex: none; border-radius: 50%; background: var(--lamp-idle); border: 2px solid var(--line); box-sizing: content-box; }
.lamp.on { background: var(--lamp-work); }
.lamp.off { background: var(--lamp-off); }
.empty { font-size: 15px; color: var(--muted); line-height: 1.6; padding: 6px 0; }
.empty.pic { display: grid; justify-items: center; text-align: center; gap: 10px; padding: 8px 0 4px; }
.empty.pic img { max-height: 120px; max-width: 100%; width: auto; height: auto; }
.dev-ico { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border-radius: var(--r-md); background: var(--coral-soft); border: 2px solid var(--line); }
.dev-ico img { width: 36px; height: auto; }
.dev-ico .pi { width: 22px; height: 22px; }
/* 공개 범위: 선택은 굵은 잉크 테두리와 채운 체크 네모로만 보여요(옅은 색 칠이나 옆 띠 없음). */
.choice { display: grid; gap: 10px; border: 0; margin: 0; padding: 0; min-width: 0; }
.opt {
  position: relative; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 2px 12px; align-items: start;
  padding: 14px 16px; border-radius: 16px; cursor: pointer; background: var(--surface); border: 2px solid var(--hair);
}
.opt:hover { border-color: var(--faint); }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.opt .box {
  grid-row: span 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px;
  background: var(--surface); border: 2px solid var(--line); color: var(--surface);
}
.opt .box svg { width: 12px; height: 12px; visibility: hidden; }
.opt b { font: 750 15px/1.45 var(--font); }
.opt small { font-size: 14px; line-height: 1.55; color: var(--muted); }
.opt:has(input:checked) { border-color: var(--line); box-shadow: var(--lift-sm), var(--edge-hi); }
.opt input:checked + .box { background: var(--ink); }
.opt input:checked + .box svg { visibility: visible; }
.opt input:focus-visible + .box { outline: 3px solid var(--focus); outline-offset: 2px; }
.opt input:disabled + .box { opacity: .45; }
.opt:has(input:disabled) b { color: var(--muted); }
.opt:has(input:disabled) { cursor: default; }
.saved { font-size: 14px; color: var(--muted); min-height: 1.5em; }
.see { font-size: 14px; line-height: 1.65; color: var(--muted); }
.see summary { cursor: pointer; font-weight: 700; color: var(--ink); padding: 4px 0; border-radius: 6px; }
.see ul { margin: 6px 0 0; padding-left: 20px; }
.see li + li { margin-top: 3px; }
.code-big {
  display: inline-block; font: 700 22px/1.2 var(--pixel); letter-spacing: 0.04em; color: var(--ink); word-break: break-all;
  background: var(--sun-soft); border: 2px dashed var(--line); border-radius: var(--r-md); padding: 12px 16px 10px;
}
.timer { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
.timer .bar { flex: 1; height: 12px; border-radius: 999px; background: var(--surface-2); overflow: hidden; border: 2px solid var(--line); }
.timer .bar i { display: block; height: 100%; width: 100%; background: var(--sun); transform-origin: 0 50%; }
.timer b { font: 700 11px/1 var(--pixel); color: var(--ink); font-variant-numeric: tabular-nums; }
.login-acts { display: grid; gap: 12px; }
.login-acts > .btn { width: 100%; }
.fr.narrow .fr-head { max-width: 500px; margin-left: auto; margin-right: auto; }
.fr.narrow .fr-art { display: none; }
.or { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.or::before, .or::after { content: ""; flex: 1; height: 2px; border-radius: 2px; background: var(--hair); }
.facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.facts li { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 10px; }
.facts .pi { margin-top: 6px; color: var(--ink); }

/* ── 반응형 ───────────────────────── */
@media (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 40px 56px; }
  .hero-art { max-width: 640px; margin-inline: auto; }
  .steps3 { grid-template-columns: minmax(0, 1fr); max-width: 560px; margin: 0 auto; }
  .roster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .privacy .pv-art { grid-column: 1 / -1; }
  .privacy .pv-art img { max-width: 300px; }
  .fr-grid { grid-template-columns: minmax(0, 1fr); }
  .fr-head .fr-art { width: 190px; }
}
@media (max-width: 700px) {
  .only-wide { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .top { min-height: 58px; gap: 10px; }
  .logo { font-size: 19px; }
  .logo img { width: 30px; height: 30px; }
  .brand span { display: none; }
  .top-ctl { gap: 8px; }
  .top-ctl .nav { display: none; }
  .hero { padding-block: 28px 44px; }
  .hero h1 { font-size: 34px; line-height: 1.3; }
  .hero .lead { font-size: 16px; }
  .hero-cta .cmd-line { flex: 1 1 100%; }
  .hero-cta .btn.big { width: 100%; }
  .hero-art .stk { width: 44px; }
  .band { padding: 56px 0; }
  .sec-head { margin-bottom: 28px; }
  .sec-head h2 { font-size: 27px; }
  .sec-head p { font-size: 15px; }
  .step-card .art { height: 150px; }
  .step-card .art img { max-height: 150px; }
  .roster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .role-card { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; gap: 10px; padding: 12px 10px 14px; }
  .role-card .pic { width: 100%; height: 88px; }
  .role-card .pic img { height: 76px; }
  .role-card b { font-size: 16px; }
  .role-card span { font-size: 13px; }
  .privacy { grid-template-columns: minmax(0, 1fr); }
  .cta-band { padding: 22px; }
  .cta-band .btn { width: 100%; }
  .foot .sky-strip { height: 160px; background-size: auto 160px; }
  .parade img { height: 48px; }
  .foot .bar small { text-align: left; }
  .fr { padding: 24px 16px 60px; }
  .fr-head { margin-bottom: 22px; }
  .fr-head h1 { font-size: 27px; }
  .fr-head .fr-art { display: none; }
  .wbody { padding: 16px 16px 18px; }
  .item { grid-template-columns: auto minmax(0, 1fr); }
  .item .acts { grid-column: 1 / -1; justify-content: flex-start; }
  .item .acts .btn.go { flex: 1 1 auto; }
  .code-big { font-size: 22px; }
  .who { display: none; }
  .cmd-line code { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .notice, .role-card .pic img { transition: none; }
  .btn:hover, .btn:active, .role-card:hover .pic img { transform: none; }
}

/* ── 제목·라벨·버튼은 도트 글꼴 (오너 판정 2026-09-27: "글씨체는 이전 것이 낫다") ──────
   Galmuri11은 11px 격자라 큰 글자는 11의 배수(22·33·44·55)로 쓴다. 본문은 Pretendard 그대로. */
.logo, .btn, .wtitle, .hero h1, .sec-head h2, .sec-head .kicker, .step-card h3, .role-card b, .pv-card h3, .cta-band b,
.fr-head h1, .field > span, .field > label, .opt b, .sec-t, .item .nm, .top-ctl .nav { font-family: var(--pixel); letter-spacing: 0; }
.logo { font-size: 22px; font-weight: 700; }
.btn { font-weight: 700; font-size: 13px; }
.btn.big { font-size: 15px; }
.wtitle { font-size: 15px; font-weight: 700; }
.hero h1 { font-size: 44px; line-height: 1.4; font-weight: 700; }
.sec-head h2 { font-size: 33px; line-height: 1.4; font-weight: 700; }
.sec-head .kicker { font-size: 13px; }
.step-card h3 { font-size: 22px; line-height: 1.4; }
.role-card b { font-size: 16px; }
.pv-card h3 { font-size: 18px; }
.cta-band b { font-size: 22px; }
.fr-head h1 { font-size: 33px; line-height: 1.35; font-weight: 700; }
.item .nm { font-size: 15px; font-weight: 700; }
.opt b { font-size: 14px; }
@media (max-width: 640px) {
  .hero h1 { font-size: 33px; line-height: 1.4; }
  .sec-head h2 { font-size: 22px; }
  .step-card h3 { font-size: 18px; }
  .fr-head h1 { font-size: 22px; }
  .logo { font-size: 19px; }
}
