/* ============================================================
   2208 WORLD CLOCK — style.css
   Dashboard 킷 변형 · linear.app(dark minimal) 무드.
   색은 _tokens.css(data-theme) var 참조. 시계 테마 = data-clock.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  background: var(--bg);
  background-image: var(--bg-grad);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  transition: background-color .4s var(--ease), color .3s var(--ease);
}
[dir="rtl"] body { direction: rtl; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
svg.lucide { width: 1em; height: 1em; stroke-width: 2; vertical-align: -.125em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ── 헤더 ─────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(140%) blur(14px);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; }
.brand-badge {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center; font-size: 20px; color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 6px 18px -6px color-mix(in srgb, var(--accent) 70%, transparent);
}
.brand-txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand-txt b { font-size: 16px; }
.brand-txt small { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); font-weight: 700; }
.nav { margin-inline-start: auto; display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 8px 12px; border-radius: 9px; font-size: 14px; font-weight: 600;
  color: var(--text-dim); transition: .18s var(--ease);
}
.nav a:hover { color: var(--text); background: var(--surface-2); }
.lang-select {
  font-family: inherit; font-size: 13px; font-weight: 600; color: var(--text-dim);
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 9px;
  padding: 7px 10px; cursor: pointer;
}
.icon-toggle {
  width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--border); color: var(--text-dim);
  font-size: 17px; transition: .18s var(--ease);
}
.icon-toggle:hover { color: var(--accent); border-color: var(--accent); }

/* ── 히어로 ───────────────────────────────────── */
.hero { padding: 40px 0 12px; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; color: var(--accent); background: var(--accent-soft);
  padding: 6px 13px; border-radius: 999px; margin-bottom: 16px;
}
.hero h1 { font-size: clamp(1.9rem, 5vw, 2.9rem); font-weight: 800; letter-spacing: -.035em; }
.hero h1 .grad {
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p { margin: 14px auto 0; max-width: 560px; color: var(--text-dim); font-size: 1.02rem; }

/* ── 컨트롤 툴바 ──────────────────────────────── */
.controls {
  position: sticky; top: 63px; z-index: 30;
  margin: 22px 0 20px; padding: 12px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
}
.ctrl-group { display: flex; align-items: center; gap: 8px; }
.ctrl-group + .ctrl-group { position: relative; }
.ctrl-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-mute); margin-inline-end: 2px;
}
.btn-add {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700;
  color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-2));
  padding: 10px 16px; border-radius: 11px;
  box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--accent) 65%, transparent);
  transition: .18s var(--ease);
}
.btn-add:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn-add:active { transform: translateY(0); }

/* 세그먼트 컨트롤 (시계테마·레이아웃) */
.seg { display: inline-flex; background: var(--surface-2); border: 1px solid var(--border); border-radius: 11px; padding: 3px; gap: 2px; }
.seg button {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  color: var(--text-dim); padding: 7px 11px; border-radius: 8px; transition: .16s var(--ease); white-space: nowrap;
}
.seg button:hover { color: var(--text); }
.seg button[aria-pressed="true"] {
  color: var(--accent); background: var(--surface);
  box-shadow: 0 1px 2px rgba(0,0,0,.12); font-weight: 700;
}
.seg button .lucide { font-size: 15px; }
.seg.compact button { padding: 7px 9px; }

/* 색상 테마 스와치 */
.swatches { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.swatch {
  width: 26px; height: 26px; border-radius: 8px; border: 2px solid transparent;
  position: relative; transition: .16s var(--ease); overflow: hidden;
}
.swatch::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); border-radius: 6px; }
.swatch:hover { transform: scale(1.1); }
.swatch[aria-pressed="true"] { border-color: var(--text); transform: scale(1.08); }

/* 옵션 토글칩 */
.chip-toggle {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600;
  color: var(--text-dim); background: var(--surface-2); border: 1px solid var(--border);
  padding: 8px 12px; border-radius: 10px; transition: .16s var(--ease);
}
.chip-toggle:hover { color: var(--text); }
.chip-toggle[aria-pressed="true"] { color: var(--accent); border-color: var(--accent); background: var(--accent-soft); }
.chip-toggle .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-mute); transition: .16s var(--ease); }
.chip-toggle[aria-pressed="true"] .dot { background: var(--accent); }

.spacer { flex: 1 1 auto; }

/* ── 세계시계 보드 ────────────────────────────── */
.board {
  display: grid; gap: 16px;
  grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  margin-bottom: 28px;
}
.board[data-layout="1x2"] { --cols: 2; --face-scale: 1.25; --pad: 26px; }
.board[data-layout="1x3"] { --cols: 3; --face-scale: 1.0;  --pad: 22px; }
.board[data-layout="2x2"] { --cols: 2; --face-scale: .95;  --pad: 18px; }
.board[data-layout="3x2"] { --cols: 3; --face-scale: .82;  --pad: 15px; }
@media (max-width: 900px) { .board { --cols: 2 !important; } }
@media (max-width: 560px) { .board { --cols: 1 !important; --face-scale: 1.1 !important; } }

.clock-card {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: var(--pad, 22px);
  display: flex; flex-direction: column; gap: 12px; min-width: 0;
  transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
  animation: cardIn .4s var(--ease) both;
}
.clock-card:hover { border-color: color-mix(in srgb, var(--accent) 55%, var(--border)); box-shadow: var(--shadow); }
.clock-card.is-night { background: color-mix(in srgb, var(--surface) 92%, var(--night) 8%); }
@keyframes cardIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.cc-top { display: flex; align-items: center; gap: 8px; min-width: 0; }
.cc-city { font-weight: 700; font-size: calc(1.02rem * min(var(--face-scale,1),1.1)); letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cc-country { font-size: 11.5px; color: var(--text-mute); font-weight: 600; }
.cc-dn { font-size: 15px; display: inline-flex; }
.cc-dn.day { color: var(--day); }
.cc-dn.night { color: var(--night); }
.cc-actions { margin-inline-start: auto; display: flex; gap: 2px; opacity: 0; transition: .18s; }
.clock-card:hover .cc-actions, .clock-card:focus-within .cc-actions { opacity: 1; }
.cc-btn { width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center; color: var(--text-mute); font-size: 14px; transition: .15s; }
.cc-btn:hover { background: var(--surface-2); color: var(--accent); }
.cc-btn.rm:hover { color: #f87171; }

.cc-face { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; padding: 4px 0; min-height: calc(58px * var(--face-scale, 1)); }
.cc-bottom { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-dim); }
.cc-date { font-weight: 500; }
.cc-off { margin-inline-start: auto; font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; color: var(--text-mute); background: var(--surface-2); padding: 3px 8px; border-radius: 999px; }

/* 빈 보드 */
.board-empty {
  grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--text-mute);
  border: 2px dashed var(--border); border-radius: var(--radius);
}
.board-empty .lucide { font-size: 32px; opacity: .5; }
.board-empty p { margin-top: 12px; font-size: 14px; }

/* ═══════ 시계 테마 (data-clock) ═══════ */

/* digital — 대형 모노스페이스 */
[data-clock="digital"] .digits { font-family: var(--font-mono); font-weight: 700; font-size: calc(2.3rem * var(--face-scale, 1)); letter-spacing: -.02em; line-height: 1; font-variant-numeric: tabular-nums; color: var(--text); }
[data-clock="digital"] .digits .sec { color: var(--accent); }
[data-clock="digital"] .digits .ampm { font-size: .42em; color: var(--text-mute); margin-inline-start: .3em; font-weight: 600; }

/* minimal — 얇은 라이트 텍스트 */
[data-clock="minimal"] .digits { font-family: var(--font-ui); font-weight: 300; font-size: calc(2.5rem * var(--face-scale, 1)); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; color: var(--text); }
[data-clock="minimal"] .digits .sec { font-size: .55em; color: var(--text-mute); vertical-align: super; margin-inline-start: .1em; }
[data-clock="minimal"] .digits .ampm { display: none; }

/* lcd — 세그먼트 글로우 */
[data-clock="lcd"] .cc-face { }
[data-clock="lcd"] .digits {
  font-family: var(--font-mono); font-weight: 700; font-size: calc(2.1rem * var(--face-scale, 1));
  letter-spacing: .04em; line-height: 1; font-variant-numeric: tabular-nums;
  color: var(--accent); text-shadow: 0 0 10px color-mix(in srgb, var(--accent) 55%, transparent);
  padding: 8px 14px; border-radius: 10px;
  background: color-mix(in srgb, var(--accent) 8%, var(--surface-2));
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border));
}
[data-clock="lcd"] .digits .ampm { font-size: .4em; opacity: .8; margin-inline-start: .3em; }

/* analog — SVG 아날로그 */
[data-clock="analog"] .analog { width: calc(120px * var(--face-scale, 1)); height: calc(120px * var(--face-scale, 1)); display: block; }
.analog .face-bg { fill: var(--surface-2); stroke: var(--border); stroke-width: 2; }
.analog .tick { stroke: var(--text-mute); stroke-width: 1.5; }
.analog .tick.major { stroke: var(--text-dim); stroke-width: 2.5; }
.analog .hand-h { stroke: var(--text); stroke-width: 4; stroke-linecap: round; }
.analog .hand-m { stroke: var(--text); stroke-width: 3; stroke-linecap: round; }
.analog .hand-s { stroke: var(--accent); stroke-width: 1.6; stroke-linecap: round; }
.analog .pin { fill: var(--accent); }
[data-clock="analog"] .cc-face { flex-direction: column; gap: 6px; }
.analog-sub { font-family: var(--font-mono); font-size: 12px; color: var(--text-mute); font-variant-numeric: tabular-nums; }

/* flip — 플립시계 카드 */
[data-clock="flip"] .flip { display: inline-flex; align-items: center; gap: calc(5px * var(--face-scale,1)); }
[data-clock="flip"] .flip .grp { display: inline-flex; gap: 3px; }
[data-clock="flip"] .flip .fd {
  position: relative; font-family: var(--font-mono); font-weight: 700;
  font-size: calc(1.85rem * var(--face-scale, 1)); line-height: 1;
  color: var(--text); background: var(--surface-2);
  padding: calc(9px * var(--face-scale,1)) calc(7px * var(--face-scale,1)); border-radius: 7px;
  border: 1px solid var(--border); font-variant-numeric: tabular-nums;
  box-shadow: inset 0 -8px 12px -8px rgba(0,0,0,.35);
}
[data-clock="flip"] .flip .fd::after { content: ''; position: absolute; left: 4px; right: 4px; top: 50%; height: 1px; background: var(--border); opacity: .7; }
[data-clock="flip"] .flip .fd.flipping { animation: flipPulse .4s var(--ease); }
@keyframes flipPulse { 0% { transform: scale(1); } 40% { transform: scale(1.08) translateY(-1px); color: var(--accent); } 100% { transform: scale(1); } }
[data-clock="flip"] .flip .colon { color: var(--text-mute); font-weight: 700; font-size: calc(1.4rem * var(--face-scale,1)); }
[data-clock="flip"] .flip .ampm { font-size: 11px; color: var(--text-mute); font-weight: 600; align-self: flex-start; }

/* ── 도시 선택 모달 ───────────────────────────── */
.modal-back {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: color-mix(in srgb, #000 55%, transparent);
  backdrop-filter: blur(3px); padding: 20px;
  align-items: flex-start; justify-content: center;
}
.modal-back.open { display: flex; animation: fadeIn .2s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  width: min(560px, 100%); margin-top: 8vh; max-height: 78vh; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); overflow: hidden;
  animation: modalIn .24s var(--ease);
}
@keyframes modalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-head { padding: 16px 18px; border-bottom: 1px solid var(--border-soft); display: flex; align-items: center; gap: 10px; }
.modal-head h3 { font-size: 15px; }
.modal-close { margin-inline-start: auto; width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; color: var(--text-mute); }
.modal-close:hover { background: var(--surface-2); color: var(--text); }
.modal-search { padding: 14px 18px 8px; }
.modal-search input {
  width: 100%; font-family: inherit; font-size: 14px; color: var(--text);
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 14px;
}
.modal-search input::placeholder { color: var(--text-mute); }
.modal-list { overflow-y: auto; padding: 6px 12px 14px; }
.modal-region { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); padding: 12px 8px 6px; }
.city-opt {
  width: 100%; text-align: start; display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 10px; transition: .14s; color: var(--text);
}
.city-opt:hover { background: var(--surface-2); }
.city-opt.added { opacity: .5; }
.city-opt .co-city { font-weight: 600; font-size: 14px; }
.city-opt .co-country { font-size: 12px; color: var(--text-mute); }
.city-opt .co-off { margin-inline-start: auto; font-family: var(--font-mono); font-size: 11.5px; color: var(--text-dim); }
.city-opt .co-check { color: var(--accent); font-size: 16px; }
.no-result { text-align: center; color: var(--text-mute); padding: 30px; font-size: 14px; }

/* ── 콘텐츠(about/city/guide) ─────────────────── */
.page { padding: 34px 0 20px; }
.page-head { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.page-head .eyebrow { margin-bottom: 14px; }
.page-head h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.page-head p { margin-top: 12px; color: var(--text-dim); }
.prose { max-width: 760px; margin: 0 auto; }
.prose section { margin-bottom: 26px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px; }
.prose h2 { font-size: 1.3rem; margin-bottom: 12px; display: flex; align-items: center; gap: 9px; }
.prose h2 .lucide { color: var(--accent); }
.prose h3 { font-size: 1.05rem; margin: 18px 0 8px; }
.prose p { color: var(--text-dim); margin-bottom: 10px; }
.prose ul { color: var(--text-dim); padding-inline-start: 20px; margin: 8px 0; }
.prose li { margin-bottom: 6px; }
.prose blockquote { border-inline-start: 3px solid var(--accent); background: var(--accent-soft); padding: 12px 16px; border-radius: 8px; margin: 12px 0; color: var(--text); }
.prose code { font-family: var(--font-mono); font-size: .88em; background: var(--surface-2); padding: 2px 6px; border-radius: 5px; border: 1px solid var(--border-soft); }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.feature { background: var(--surface-2); border: 1px solid var(--border-soft); border-radius: var(--radius-sm); padding: 16px; }
.feature .fi { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 18px; margin-bottom: 10px; }
.feature h4 { font-size: 14.5px; margin-bottom: 5px; }
.feature p { font-size: 13px; color: var(--text-dim); }

.faq-item { border-bottom: 1px solid var(--border-soft); padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h4 { font-size: 15px; margin-bottom: 6px; }
.faq-item p { color: var(--text-dim); font-size: 14px; }

/* breadcrumb */
.crumb { max-width: 760px; margin: 0 auto 18px; font-size: 13px; color: var(--text-mute); display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.crumb a { color: var(--text-dim); }
.crumb a:hover { color: var(--accent); }
.crumb .lucide { font-size: 13px; }

/* 도시 상세: 라이브 시계 히어로 */
.city-hero { max-width: 760px; margin: 0 auto 26px; text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow); }
.city-hero .ch-clock { font-family: var(--font-mono); font-weight: 700; font-size: clamp(2.4rem, 8vw, 3.6rem); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.city-hero .ch-clock .sec { color: var(--accent); }
.city-hero .ch-meta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.ch-pill { font-size: 13px; font-weight: 600; color: var(--text-dim); background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px; padding: 7px 14px; display: inline-flex; align-items: center; gap: 6px; }
.ch-pill .lucide { color: var(--accent); font-size: 14px; }

/* 카드 그리드(허브) */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; max-width: 980px; margin: 0 auto; }
.link-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px; transition: .18s var(--ease); display: flex; flex-direction: column; gap: 6px; }
.link-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); }
.link-card .lc-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.link-card h3 { font-size: 15.5px; }
.link-card .lc-off { font-family: var(--font-mono); font-size: 12px; color: var(--text-mute); }
.link-card p { font-size: 12.5px; color: var(--text-dim); }
.link-card .lc-now { font-family: var(--font-mono); font-weight: 700; font-size: 1.15rem; color: var(--accent); font-variant-numeric: tabular-nums; }

/* 이전/다음 */
.pager { max-width: 760px; margin: 24px auto 0; display: flex; justify-content: space-between; gap: 12px; }
.pager a { flex: 1; padding: 14px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 13px; color: var(--text-dim); transition: .16s; }
.pager a:hover { border-color: var(--accent); color: var(--text); }
.pager a.next { text-align: end; }
.pager a b { display: block; color: var(--text); font-size: 14px; margin-top: 2px; }

/* ── 광고 ─────────────────────────────────────── */
.ad-grid { display: flex; flex-direction: column; align-items: center; gap: 14px; width: 100%; max-width: 672px; margin: 26px auto; }
.ad-grid[data-ad-layout="mixed"] { max-width: 760px; }
.ad-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; width: 100%; }
.ad-cell { min-height: 50px; }
.ad-grid:empty { display: none; }

/* ── 푸터 ─────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--border-soft); margin-top: 40px; padding: 36px 0 30px; }
.footer-cols { max-width: 1180px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.footer-col h5 { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13.5px; color: var(--text-dim); padding: 4px 0; transition: .15s; }
.footer-col a:hover { color: var(--accent); }
.footer-base { max-width: 1180px; margin: 26px auto 0; padding: 18px 20px 0; border-top: 1px solid var(--border-soft); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: var(--text-mute); }

/* ── 토스트 ───────────────────────────────────── */
.toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--text); color: var(--bg); font-size: 13.5px; font-weight: 600;
  padding: 11px 20px; border-radius: 999px; box-shadow: 0 12px 30px -8px rgba(0,0,0,.5);
  opacity: 0; pointer-events: none; transition: .28s var(--ease); z-index: 200;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* util */
.animate-fade-in { animation: fadeIn .5s var(--ease) both; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

@media (max-width: 720px) {
  .nav a:not(.nav-cta) { display: none; }
  .controls { top: 60px; }
  .hero { padding: 28px 0 8px; }
}
