:root {
  --bg: #ffffff;
  --soft: #f5f6f8;
  --paper: #ffffff;
  --ink: #1d2330;
  --sub: #5b6272;
  --line: #e7e9ee;
  --accent: #1D2330;
  --warm: #D9772B;
  --ok: #1d7a4f;
  --warn: #b3261e;
  --r: 14px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.modal-open { overflow: hidden; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
a { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }

.top { position: sticky; top: 0; z-index: 5; background: rgba(255, 255, 255, .94); border-bottom: 1px solid var(--line); }
.top .in, .foot .in { max-width: 1200px; margin: 0 auto; padding: 12px 18px; }
.brand { font-weight: 900; font-size: 15px; color: var(--ink); text-decoration: none; letter-spacing: -.025em; }
main { width: 100%; max-width: 1840px; flex: 1; margin: 0 auto; padding: 20px 18px 48px; }
.foot { border-top: 1px solid var(--line); color: var(--sub); font-size: 13.5px; }
.foot .in { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 14px 8px 18px; white-space: nowrap; font-size: clamp(9px, 2.7vw, 11px); }
.foot a { color: inherit; text-decoration: none; }
.foot a:hover { color: var(--warm); text-decoration: underline; }
.home-content { width: 100%; max-width: 1200px; min-width: 0; margin: 0 auto; }
.ad-rail { display: none; }
.ad-unit { width: 100%; min-width: 0; text-align: center; }
.ad-label { display: block; margin-bottom: 4px; color: var(--sub); font-size: 12px; line-height: 1.3; }
.adsbygoogle { display: block; width: 100%; }
.ad-side .adsbygoogle { min-width: 0; }
.ad-break { grid-column: 1 / -1; min-width: 0; }
.related-ad { margin: 0 0 22px; }
@media (min-width: 1400px) {
  .home-layout.with-side-ads { display: grid; grid-template-columns: clamp(160px, 12vw, 300px) minmax(0, 1fr) clamp(160px, 12vw, 300px); gap: 24px; align-items: stretch; }
  .home-layout.with-side-ads .ad-rail { display: block; position: sticky; top: 88px; align-self: start; }
  .home-content > .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

/* ── 첫 화면 ── */
.hero { padding: 14px 0 6px; }
.hero h1 { font-size: clamp(25px, 6vw, 36px); line-height: 1.3; letter-spacing: -.03em; margin: 0 0 8px; }
.list-head { padding: 18px 0 12px; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 24px; }
.list-head h1 { font-size: clamp(36px, 7vw, 48px); line-height: 1.15; letter-spacing: -.065em; font-weight: 900; margin: 0 0 6px; color: var(--ink); }
.list-head h1 span { color: var(--warm); }
.list-head p { margin: 0; color: var(--sub); font-size: 14.5px; }
.search { flex: 1 1 320px; max-width: 460px; }
.search input { width: 100%; font: inherit; font-size: 16px; padding: 12px 16px 12px 42px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%235b6272' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='m17 17-4.5-4.5'/%3E%3C/svg%3E") no-repeat 16px center; color: var(--ink); }
.search input:focus { outline: none; border-color: var(--accent); }
.top-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 12px 0 22px; }
.top-box { min-width: 0; padding: 16px 18px 4px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.top-box h2 { margin: 0 0 8px; font-size: 19px; line-height: 1.35; letter-spacing: -.025em; }
.top-list { list-style: none; counter-reset: top-rank; padding: 0; margin: 0; }
.top-card { position: relative; counter-increment: top-rank; border-top: 1px solid var(--line); }
.top-card::before { content: counter(top-rank); position: absolute; z-index: 1; top: 9px; left: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }
.top-card a { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 9px 0 9px 10px; color: inherit; text-decoration: none; }
.top-card a:hover .top-title, .top-card a:focus-visible .top-title { color: var(--warm); text-decoration: underline; }
.top-pic { flex: none; display: grid; place-items: center; width: 70px; height: 84px; overflow: hidden; border-radius: 8px; background: #f0f1f4; color: var(--sub); text-align: center; font-size: 11px; font-weight: 700; }
.top-pic img { width: 100%; height: 100%; object-fit: cover; }
.top-pic .thumb { width: 100%; height: 100%; aspect-ratio: auto; padding: 4px; font-size: 11px; }
.top-copy { display: block; min-width: 0; flex: 1; }
.top-title, .top-desc, .top-stats { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-title { font-size: 15px; line-height: 1.45; }
.top-desc { margin-top: 2px; color: var(--sub); font-size: 13px; }
.top-stats { margin-top: 5px; color: var(--warm); font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
@media (max-width: 719px) { .top-panels { grid-template-columns: 1fr; } }
.empty { text-align: center; color: var(--sub); padding: 48px 0; margin: 0; }
.tile-no { position: absolute; top: 8px; left: 8px; background: rgba(15, 18, 26, .72); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; padding: 2px 8px; border-radius: 999px; font-variant-numeric: tabular-nums; }
.card-no { display: inline-block; vertical-align: .18em; margin-right: 10px; background: var(--accent); color: #fff; font-size: .5em; font-weight: 800; letter-spacing: .05em; padding: 3px 10px; border-radius: 999px; font-variant-numeric: tabular-nums; }
.steps { list-style: none; padding: 0; margin: 12px 0 16px; display: flex; gap: 6px; flex-wrap: wrap; }
.steps li { display: flex; align-items: center; gap: 7px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px 4px 4px; font-size: 14px; font-weight: 700; }
.steps li.opt { border-style: dashed; }
.steps li.opt b { background: var(--warm); }
.steps em { font-style: normal; font-size: 12px; color: var(--sub); margin-left: 4px; white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 0 7px; }
/* 칸 채우기 안에서는 한 줄에 하나씩 — 좁은 칸에서 알약이 찌그러지지 않게 */
.maker .steps { flex-direction: column; gap: 7px; margin: 10px 0 18px; }
.maker .steps li { background: none; border: 0; padding: 0; font-size: 14.5px; line-height: 1.45; align-items: flex-start; }
.maker .steps li.opt { color: var(--sub); }
.steps b { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 13px; }
.cats { margin: 0 0 16px; }
/* 분류는 옆으로 숨기지 않고 여러 줄로 감싸 전부 보이게 (마스터 09-15) */
.cat-row { display: flex; align-items: flex-start; gap: 12px; }
.chips { flex: 1; min-width: 0; display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 0 10px; }
@media (max-width: 719px) {
  .cat-row { flex-direction: column-reverse; align-items: stretch; gap: 4px; }
  .sort { align-self: flex-end; }
}
.sort { flex: none; display: flex; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 3px; margin-bottom: 4px; }
.sort-btn { border: 0; background: none; border-radius: 999px; padding: 6px 12px; font: inherit; font-size: 13.5px; font-weight: 700; color: var(--sub); cursor: pointer; }
.sort-btn.on { background: var(--ink); color: #fff; }
.subchips { display: flex; flex-wrap: wrap; gap: 2px 18px; padding: 6px 0 4px; border-top: 1px solid var(--line); }
.sub { flex: none; border: 0; background: none; padding: 6px 0; font: inherit; font-size: 14px; font-weight: 600; color: var(--sub); cursor: pointer; border-bottom: 2px solid transparent; }
.sub:hover { color: var(--ink); }
.sub.on { color: var(--ink); font-weight: 800; border-bottom-color: var(--accent); }
.chip { flex: none; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 8px 16px; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (min-width: 720px) { .grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; } }
.tile a { position: relative; display: block; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; color: inherit; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.tile a:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(29, 35, 48, .12); }
.thumb { aspect-ratio: 2 / 3; background: #f0f1f4; display: grid; place-items: center; padding: 12px; text-align: center; color: var(--sub); font-size: 15px; font-weight: 700; overflow: hidden; }
.thumb:has(img) { padding: 0; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
/* 제목은 마우스를 올렸을 때만 그림 아래쪽에 — 첫 화면은 그림만 보이게 */
.tile-title { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 12px 10px; background: linear-gradient(transparent, rgba(15, 18, 26, .72)); color: #fff; font-size: 15px; font-weight: 800; line-height: 1.35; opacity: 0; transition: opacity .15s; }
.tile a:hover .tile-title, .tile a:focus-visible .tile-title { opacity: 1; }
/* 휴대폰 · 태블릿(마우스 없음)은 제목을 늘 보이게 */
@media (hover: none) { .tile-title { opacity: 1; padding-top: 24px; font-size: 14px; } }

/* ── 카드 (페이지와 작은 창 공용) ── */
.card-page { max-width: 1040px; margin: 0 auto; }
.card-grid { display: grid; gap: 18px; }
@media (min-width: 900px) {
  .card-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; align-items: start; }
  .card-side { position: sticky; top: 76px; }
}
.sample { margin: 0; }
.sample img { width: auto; max-height: 58vh; margin: 0 auto; border-radius: var(--r); border: 1px solid var(--line); }
@media (min-width: 900px) { .sample img { width: 100%; max-height: none; } }
.sample .thumb { width: min(100%, 340px); margin: 0 auto; border-radius: var(--r); border: 1px solid var(--line); }
.sample .extra { margin-top: 10px; }
@media (min-width: 900px) { .sample.multi > img { width: auto; max-height: 76vh; } }
.sample .extra img { max-height: 34vh; }
.sample figcaption { text-align: center; font-size: 13px; color: var(--sub); margin-top: 8px; }
.react { display: flex; gap: 8px; margin: 12px auto 0; max-width: 480px; }
.react button { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 46px; padding: 0 14px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font: inherit; font-size: 15px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.react button:hover { border-color: var(--accent); }
.react button:active { transform: translateY(1px); }
.react svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.react .share svg circle { fill: currentColor; stroke: none; }
.like-n { font-variant-numeric: tabular-nums; }
.like[aria-pressed="true"] { color: var(--warn); border-color: var(--warn); background: #fdf0ef; }
.like[aria-pressed="true"] svg { fill: currentColor; }
.react-msg { min-height: 1.4em; margin: 6px 0 0; text-align: center; font-size: 13.5px; font-weight: 700; color: var(--ok); }
.crumb { font-size: 13.5px; color: var(--sub); margin: 16px 0 4px; }
.card-page h1 { font-size: clamp(23px, 5.5vw, 30px); line-height: 1.3; letter-spacing: -.03em; margin: 0 0 6px; }
.lead { color: var(--sub); margin: 0; font-size: 16.5px; padding-left: 12px; border-left: 3px solid var(--warm); }
.maker { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.maker-h { font-size: 19px; margin: 0 0 2px; letter-spacing: -.02em; }
.maker-sub { margin: 0 0 16px; color: var(--sub); font-size: 14.5px; }
.field { display: block; margin: 0 0 14px; }
.field span { display: block; font-weight: 800; font-size: 15px; margin-bottom: 6px; }
.field em { font-style: normal; font-weight: 700; color: var(--sub); font-size: 13px; margin-left: 6px; }
.field input, .field select { width: 100%; font: inherit; font-size: 17px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #ffffff; color: var(--ink); }
.pre-wrap { display: flex; align-items: center; gap: 8px; }
.pre-wrap b { font-size: 20px; font-weight: 900; }
.pre-wrap input { flex: 1; }
.field input:focus, .field select:focus { outline: none; border-color: var(--accent); background: #fff; }
.hints { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: -6px 0 14px; }
.hints span { font-size: 12.5px; font-weight: 700; color: var(--sub); margin-right: 2px; }
.hint { border: 1px solid var(--line); background: var(--soft); color: var(--ink); border-radius: 999px; padding: 5px 11px; font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; }
.hint:hover { border-color: var(--accent); }
.hint.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.next-step { margin: 10px 0 0; padding: 10px 12px; border-radius: 12px; background: #fff6ea; border: 1px solid #f1d9b8; font-size: 14.5px; line-height: 1.55; }
.next-step b { display: block; color: var(--warm); font-size: 13px; margin-bottom: 2px; }
.copy { width: 100%; min-height: 56px; border: 0; border-radius: 14px; background: var(--accent); color: #fff; font: inherit; font-size: 18px; font-weight: 800; cursor: pointer; margin-top: 4px; }
.copy:active { transform: translateY(1px); }
.copy-msg { min-height: 1.6em; margin: 10px 0 0; font-weight: 700; font-size: 15px; }
.copy-msg.ok { color: var(--ok); }
.copy-msg.warn { color: var(--warn); }
.full { margin-top: 12px; border-top: 1px dashed var(--line); padding-top: 12px; }
.full summary { cursor: pointer; color: var(--sub); font-size: 14.5px; font-weight: 700; }
.full .len { font-weight: 600; font-size: 13px; margin-left: 6px; color: #8a8f9a; }
.prompt { white-space: pre-wrap; word-break: break-word; background: #f3efe7; border-radius: 10px; padding: 14px; font: 13px/1.6 Consolas, "Malgun Gothic", monospace; margin: 10px 0 0; max-height: 360px; overflow: auto; }

/* ── 소개 · 개인정보처리방침 · 문의 ── */
.text-page { max-width: 780px; margin: 12px auto 0; color: var(--ink); }
.text-page h1 { margin: 0 0 24px; font-size: clamp(27px, 5vw, 34px); line-height: 1.25; letter-spacing: -.035em; }
.text-page h2 { margin: 32px 0 10px; font-size: 21px; line-height: 1.4; letter-spacing: -.025em; }
.text-page p, .text-page li { font-size: 16px; line-height: 1.8; }
.text-page p { margin: 0 0 14px; }
.text-page ul, .text-page ol { margin: 8px 0 18px; padding-left: 1.35em; }
.text-page li { padding-left: 2px; margin: 4px 0; }
.text-page a { color: var(--accent); text-decoration-color: #c5c9d1; text-underline-offset: 3px; }
.text-page a:hover { color: var(--warm); }
.page-date { margin-top: -15px !important; color: var(--sub); font-size: 13px !important; }
.contact-email { margin-top: 18px !important; font-size: 19px !important; font-weight: 800; }
.faq { margin-top: 38px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 2px; cursor: pointer; list-style: none; white-space: nowrap; font-size: clamp(14px, 4vw, 15px); font-weight: 750; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { flex: 0 0 auto; content: "+"; color: var(--warm); font-size: 23px; font-weight: 500; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 30px 14px 2px; color: var(--sub); }
.faq-answer p { margin: 0; font-size: 15px; }

/* ── 스킬 카드 ── */
.skill .card-side { position: static; }
.features ul { margin: 6px 0 16px; padding-left: 1.2em; }
.features li { margin: 5px 0; font-size: 15.5px; }
.skill-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.skill-actions .copy { margin-top: 0; }
.skill-actions.one { grid-template-columns: 1fr; }
.skill-actions.apps { grid-template-columns: 1fr 1fr; }
.skill-actions.apps .copy { font-size: 16px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; -webkit-tap-highlight-color: transparent; }
.skill-actions .app-claude { background: #d97757; }
.skill-actions .app-gpt { background: #1f2430; }
.skill-actions.apps em { font-style: normal; font-size: 11px; font-weight: 800; margin-left: 6px; padding: 1px 7px; border-radius: 999px; background: #fff; color: #d97757; vertical-align: 2px; }
.app-steps { margin: 6px 0 12px; padding-left: 1.3em; font-size: 15px; }
.app-steps li { margin: 4px 0; }
.download { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 18px; border: 1.5px solid var(--accent); border-radius: 14px; color: var(--accent); font-weight: 800; font-size: 16px; text-decoration: none; background: #fff; }
.howto-h { margin-top: 18px; }
.howto-h span { font-size: 13.5px; font-weight: 600; color: var(--sub); margin-left: 6px; }
.howto-tabs { display: flex; gap: 6px; margin: 8px 0 10px; }
.howto-tabs button { flex: 1; border: 1.5px solid var(--line); background: var(--bg); border-radius: 12px; padding: 10px; font: inherit; font-size: 15px; font-weight: 800; color: var(--sub); cursor: pointer; }
.howto-tabs button.on { border-color: var(--accent); background: var(--accent); color: #fff; }
.howto-tabs em { font-style: normal; font-size: 11px; font-weight: 800; margin-left: 4px; padding: 1px 6px; border-radius: 999px; background: #d97757; color: #fff; vertical-align: 2px; }
.rec-badge { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; margin: 0 0 12px; padding: 10px 12px; border-radius: 12px; background: #fbeee8; border: 1.5px solid #e9b9a4; font-size: 14px; }
.rec-badge b { background: #d97757; color: #fff; padding: 2px 10px; border-radius: 999px; font-size: 13px; }
.rec-badge span { color: var(--ink); }
.tile-rec { position: absolute; top: 8px; right: 8px; background: #d97757; color: #fff; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 999px; }
.howto details { border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; margin-bottom: 8px; background: #ffffff; }
.howto summary { cursor: pointer; font-weight: 800; font-size: 15px; }
.howto summary b { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; }
.howto summary em { font-style: normal; font-weight: 600; font-size: 12.5px; color: var(--sub); margin-left: 6px; }
.howto ol { margin: 8px 0 4px; padding-left: 1.4em; }
.howto li { font-size: 14.5px; margin: 4px 0; }
.howto-note { margin: 6px 0 0; font-size: 13px; color: var(--warm); }

.related { margin: 42px 0 0; }
.related h2 { font-size: 22px; letter-spacing: -.02em; margin: 0 0 16px; }
.related .tile-title { opacity: 1; }
@media (min-width: 720px) { .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.guide-disclosure { max-width: 720px; margin: 36px auto 0; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.guide-disclosure summary { cursor: pointer; padding: 17px 20px; font-weight: 800; font-size: 16px; }
.guide-disclosure .guide { margin: 0; padding: 0 20px 20px; }
.guide { max-width: 720px; margin: 8px auto 0; }
.guide h2 { font-size: 20px; margin: 30px 0 10px; letter-spacing: -.02em; }
.guide h3 { font-size: 17px; margin: 22px 0 8px; }
.guide p, .guide li { font-size: 16.5px; }
.guide ul, .guide ol { padding-left: 1.3em; }
.guide li { margin: 4px 0; }
.guide blockquote { margin: 12px 0; padding: 10px 14px; border-left: 4px solid var(--warm); background: var(--paper); border-radius: 0 10px 10px 0; font-weight: 700; }
.guide mark { background: #fde9a8; padding: 0 2px; }
.more { text-align: center; margin: 36px 0 0; }
.more a { display: inline-block; padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-decoration: none; font-weight: 800; color: var(--ink); }

/* ── 작은 창 ── */
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20, 22, 28, .55); }
.modal-box { position: relative; display: flex; width: min(1100px, 94vw); max-height: 92vh; background: var(--bg); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 64px rgba(0, 0, 0, .28); }
.modal-scroll { flex: 1; overflow: auto; overscroll-behavior: contain; padding: 30px 30px 36px; }
.modal-close { position: absolute; top: 10px; right: 10px; z-index: 3; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; box-shadow: 0 1px 6px rgba(0, 0, 0, .15); }
.modal .crumb, .modal .more { display: none; }
.modal .card-side { top: 0; }
.modal .lead { margin-bottom: 4px; }
.modal-loading { text-align: center; color: var(--sub); padding: 80px 0; margin: 0; }
@media (max-width: 719px) {
  .modal-box { width: 100vw; height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .modal-scroll { padding: 16px 16px 32px; }
  .modal .sample { margin-top: 40px; }
}

/* 「알아서 골라줘」 — 문구가 안 떠오르는 사람용 (마스터 09-23 019) */
.hint.auto { border-color: var(--accent); color: var(--accent); font-weight: 800; }
.hint.auto.on { color: #fff; }

/* 로고 그림 (09-27 마스터 확정 — promptpan 두 p) */
.wordmark img { height: clamp(44px, 7vw, 64px); width: auto; display: block; }
.brand img { height: 24px; width: auto; display: block; }
