/* ============================================================
   어제보다 (Than Yesterday) — Landing
   앱의 타이포그라피 포스터 디자인 시스템을 그대로 웹으로.
   시간대별 배경: html.t-* 클래스를 app.js 가 방문자 시각으로 설정
   ============================================================ */

:root {
  --bg: #F7F6F2;
  --ink: #1A1A1A;
  --ink2: #8A8A8A;
  --accent: #F5C842;       /* 해 */
  --rain: #7EB8D4;
  --maxw: 1060px;
}

/* 시간대 팔레트 — 앱 DS.bgForHour 와 동일 */
html.t-midnight { --bg:#0D0E16; --ink:#EAE6DC; --ink2:#606470; --accent:#6B7FA3; }
html.t-dawn     { --bg:#18234A; --ink:#E8EAF2; --ink2:#8A93B8; --accent:#6B7FA3; }
html.t-morning  { --bg:#EBF0F7; --ink:#1A1A1A; --ink2:#8A8A8A; --accent:#F5C842; }
html.t-day      { --bg:#F7F6F2; --ink:#1A1A1A; --ink2:#8A8A8A; --accent:#F5C842; }
html.t-sunset   { --bg:#EDDDCA; --ink:#2A1F14; --ink2:#8A7A66; --accent:#F4A261; }
html.t-evening  { --bg:#181428; --ink:#E8E2F0; --ink2:#6B6480; --accent:#6B7FA3; }

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard Variable", Pretendard,
               "Apple SD Gothic Neo", "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink);
  transition: background .6s ease, color .6s ease;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ── Header ─────────────────────────────── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .6s ease;
}
header .bar {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
}
.wordmark { display: flex; align-items: center; gap: 10px; font-weight: 650; font-size: 15px; letter-spacing: -.01em; }
.wordmark img { width: 26px; height: 26px; border-radius: 7px; }
.nav-right { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--ink2); }
.nav-right .lang:hover { color: var(--ink); }
.lang-select {
  background: transparent; border: none; color: var(--ink2);
  font-size: 13px; font-family: inherit; cursor: pointer; outline: none;
}
.lang-select:hover { color: var(--ink); }
.lang-select option { color: #1A1A1A; }
.nav-cta {
  color: var(--bg); background: var(--ink);
  padding: 7px 14px; border-radius: 99px; font-weight: 600; font-size: 13px;
  transition: opacity .2s;
}
.nav-cta:hover { opacity: .85; }

/* ── Hero ─────────────────────────────── */
.hero {
  min-height: 88svh;
  display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px;
  max-width: var(--maxw); margin: 0 auto; padding: 110px 24px 60px;
}
.hero-copy .kicker {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink2); margin-bottom: 22px;
}
.hero-msg {
  font-size: clamp(34px, 5.2vw, 56px);
  font-weight: 650; letter-spacing: -.02em; line-height: 1.18;
  min-height: 2.4em;
}
.hero-msg .cycle { display: block; opacity: 1; transition: opacity .45s ease; }
.hero-msg .cycle.fade { opacity: 0; }
.hero-sub {
  margin-top: 20px; font-size: clamp(15px, 1.6vw, 18px);
  color: var(--ink2); max-width: 30em;
}
.hero-cta-row { margin-top: 36px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.appstore-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--bg);
  padding: 14px 24px; border-radius: 14px;
  font-size: 16px; font-weight: 600;
  transition: transform .15s ease, opacity .2s;
}
.appstore-btn:hover { transform: translateY(-1px); opacity: .9; }
.appstore-btn svg { width: 18px; height: 22px; fill: currentColor; }
.rating { font-size: 13px; color: var(--ink2); }
.rating .stars { color: var(--accent); letter-spacing: 1px; margin-right: 6px; }
.hero-foot { margin-top: 18px; font-size: 12px; color: var(--ink2); opacity: .8; }

/* ── Phone mock (앱 포스터) ─────────────── */
.phone-col { display: flex; justify-content: center; }
.phone {
  width: min(320px, 78vw); aspect-ratio: 9/19;
  border-radius: 46px;
  background: var(--bg);
  border: 1.5px solid color-mix(in srgb, var(--ink) 16%, transparent);
  box-shadow: 0 30px 80px -20px color-mix(in srgb, var(--ink) 28%, transparent);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  transition: background .6s ease;
}
.phone .notch {
  width: 86px; height: 22px; border-radius: 99px;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  margin: 12px auto 0; flex-shrink: 0;
}
.phone .p-top {
  display: flex; justify-content: space-between; padding: 18px 22px 0;
  font-size: 9.5px; font-weight: 500; letter-spacing: .04em; color: var(--ink2);
  font-variant-numeric: tabular-nums;
}
.phone .p-shape { flex: 1; display: flex; align-items: center; justify-content: center; }
.phone .p-bottom { padding: 0 22px 30px; }
.phone .p-msg { font-size: 19px; font-weight: 650; line-height: 1.25; letter-spacing: -.01em; }
.phone .p-temp { font-size: 52px; font-weight: 200; line-height: 1.1; margin-top: 10px; }
.phone .p-temp .unit { font-size: 36px; }
.phone .p-meta { font-size: 10.5px; color: var(--ink2); margin-top: 4px; font-variant-numeric: tabular-nums; }

/* 동심원 해 — 앱 WeatherShape clear-day */
.sun { position: relative; width: 190px; height: 190px; }
.sun i {
  position: absolute; inset: 0; margin: auto; border-radius: 50%;
  background: var(--accent);
  animation: breathe 4.5s ease-in-out infinite;
}
.sun i:nth-child(1) { width: 100%; height: 100%; opacity: .14; animation-delay: 0s; }
.sun i:nth-child(2) { width: 70%;  height: 70%;  opacity: .30; animation-delay: .4s; }
.sun i:nth-child(3) { width: 44%;  height: 44%;  opacity: .55; animation-delay: .8s; }
.sun i:nth-child(4) { width: 21%;  height: 21%;  opacity: 1;   animation-delay: 1.2s; }
@keyframes breathe {
  0%, 100% { transform: scale(.97); }
  50%      { transform: scale(1.04); }
}

/* 초승달 — 밤 시간대 */
.moon { position: relative; width: 150px; height: 150px; display: none; }
.moon::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%;
  box-shadow: inset -34px 8px 0 0 var(--accent);
  animation: floaty 5s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
html.is-night .sun  { display: none; }
html.is-night .moon { display: block; }

/* ── Sections ─────────────────────────── */
section { padding: 52px 0; }
.sec-label {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink2); margin-bottom: 14px;
}
.sec-title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 650; letter-spacing: -.02em; line-height: 1.25;
  max-width: 22em;
}
.sec-sub { margin-top: 14px; color: var(--ink2); font-size: 16px; max-width: 36em; }

/* 핵심 아이디어 — 어제 vs 오늘 */
.idea-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; }
.idea-card {
  border-radius: 22px; padding: 30px;
  background: color-mix(in srgb, var(--ink) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}
.idea-card .tag { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink2); }
.idea-card .big { font-size: clamp(26px, 3.4vw, 38px); font-weight: 200; margin-top: 10px; font-variant-numeric: tabular-nums; }
.idea-card .note { font-size: 14px; color: var(--ink2); margin-top: 8px; }
.idea-card.today { background: color-mix(in srgb, var(--accent) 16%, transparent); border-color: color-mix(in srgb, var(--accent) 30%, transparent); }
.idea-vs { text-align: center; font-size: 15px; color: var(--ink2); margin-top: 26px; }
.idea-punch { text-align: center; font-size: clamp(20px, 2.6vw, 28px); font-weight: 650; margin-top: 10px; letter-spacing: -.01em; }

/* 기능 그리드 */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.feature {
  border-radius: 22px; padding: 26px;
  background: color-mix(in srgb, var(--ink) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  min-height: 180px; display: flex; flex-direction: column;
}
.feature .f-visual { height: 56px; display: flex; align-items: center; margin-bottom: 16px; }
.feature h3 { font-size: 16.5px; font-weight: 650; letter-spacing: -.01em; }
.feature p  { font-size: 13.5px; color: var(--ink2); margin-top: 6px; }

/* 기능 카드 미니 비주얼 */
.v-sun { position: relative; width: 44px; height: 44px; }
.v-sun i { position: absolute; inset: 0; margin: auto; border-radius: 50%; background: var(--accent); }
.v-sun i:nth-child(1) { width: 100%; height: 100%; opacity: .18; }
.v-sun i:nth-child(2) { width: 58%; height: 58%; opacity: .5; }
.v-sun i:nth-child(3) { width: 26%; height: 26%; }
.v-rain { display: flex; gap: 7px; align-items: flex-end; height: 40px; }
.v-rain i { width: 5px; border-radius: 3px; background: var(--rain); animation: rainfall 1.4s ease-in-out infinite; }
.v-rain i:nth-child(1) { height: 24px; animation-delay: 0s; }
.v-rain i:nth-child(2) { height: 34px; animation-delay: .25s; }
.v-rain i:nth-child(3) { height: 20px; animation-delay: .5s; }
.v-rain i:nth-child(4) { height: 30px; animation-delay: .75s; }
@keyframes rainfall {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%      { transform: translateY(5px); opacity: .55; }
}
.v-timestrip { display: flex; gap: 5px; }
.v-timestrip i { width: 26px; height: 38px; border-radius: 8px; }
.v-timestrip i:nth-child(1) { background: #0D0E16; }
.v-timestrip i:nth-child(2) { background: #18234A; }
.v-timestrip i:nth-child(3) { background: #EBF0F7; border: 1px solid rgba(0,0,0,.08); }
.v-timestrip i:nth-child(4) { background: #F7F6F2; border: 1px solid rgba(0,0,0,.08); }
.v-timestrip i:nth-child(5) { background: #EDDDCA; }
.v-timestrip i:nth-child(6) { background: #181428; }
.v-bell { font-size: 30px; line-height: 1; }
.v-glyph { font-size: 30px; line-height: 1; }
.v-dots { display: flex; gap: 8px; align-items: center; }
.v-dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--ink2); opacity: .5; }
.v-dots i.on { width: 14px; height: 14px; background: var(--accent); opacity: 1; }

/* ── 위젯 쇼케이스 ───────────────────── */
.widgets { display: flex; gap: 20px; margin-top: 44px; flex-wrap: wrap; align-items: center; }
.widget {
  border-radius: 24px;
  background: color-mix(in srgb, var(--ink) 6%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  padding: 18px;
}
.widget.small { width: 150px; height: 150px; display: flex; flex-direction: column; justify-content: space-between; }
.widget .w-label { font-size: 10px; font-weight: 600; letter-spacing: .06em; color: var(--ink2); text-transform: uppercase; }
.widget .w-big { font-size: 34px; font-weight: 200; font-variant-numeric: tabular-nums; }
.widget .w-note { font-size: 11.5px; color: var(--ink2); }
.widget.circular {
  width: 86px; height: 86px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  border-width: 2px;
}
.widget.circular .w-big { font-size: 19px; font-weight: 500; }
.widget.circular .w-label { font-size: 8px; }
.widget.medium { width: 300px; height: 140px; display: flex; flex-direction: column; justify-content: space-between; }
.w-bars { display: flex; gap: 6px; align-items: flex-end; height: 48px; }
.w-bars i { flex: 1; border-radius: 4px 4px 2px 2px; background: color-mix(in srgb, var(--accent) 75%, transparent); }

/* ── CTA ─────────────────────────────── */
.cta { text-align: center; padding: 64px 0 90px; }
.cta .sun, .cta .moon { margin: 0 auto 30px; }
.cta .sun { width: 120px; height: 120px; }
.cta .moon { width: 100px; height: 100px; }
.cta-title { font-size: clamp(28px, 4vw, 44px); font-weight: 650; letter-spacing: -.02em; }
.cta-sub { color: var(--ink2); margin-top: 12px; font-size: 16px; }
.cta .appstore-btn { margin-top: 32px; }

/* ── Footer ──────────────────────────── */
footer {
  border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  padding: 36px 0 60px; font-size: 13px; color: var(--ink2);
}
footer .cols { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
footer a:hover { color: var(--ink); }
footer .links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ── Responsive ──────────────────────── */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 96px; text-align: center; min-height: auto; gap: 52px; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta-row { justify-content: center; }
  .features { grid-template-columns: 1fr 1fr; }
  .idea-cards { grid-template-columns: 1fr; }
  section { padding: 40px 0; }
}
@media (max-width: 540px) {
  .features { grid-template-columns: 1fr; }
  .widgets { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .sun i, .moon::before, .v-rain i { animation: none; }
}

/* ── 실제 앱 캡처 히어로 ── */
.phone .p-shot { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── 실물 위젯 재현 (ThanYesterdayWidget.swift 디자인 그대로) ──
   홈 위젯: 낮 배경 #FAF3E0 + 좌하→우상 대각선(0.6px) + 우하단 4% 음영 삼각 */
.wg-home {
  position: relative; overflow: hidden; border-radius: 24px;
  background: #FAF3E0;
  border: 1px solid rgba(26,26,26,.07);
  box-shadow: 0 16px 36px -14px rgba(26,26,26,.28);
  flex-shrink: 0;
}
.wg-home::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top right,
    rgba(0,0,0,.045) 49.7%, rgba(26,26,26,.18) 49.7%,
    rgba(26,26,26,.18) 50.1%, transparent 50.1%);
}
.wg-home.small  { width: 168px; height: 168px; }
.wg-home.medium { width: 352px; height: 168px; }
.wg-loc { position: absolute; top: 13px; left: 14px; font-size: 11px; font-weight: 500; color: #8A8A8A; }
.wg-refresh {
  position: absolute; top: 11px; right: 11px; width: 22px; height: 22px;
  border-radius: 50%; border: 1px solid rgba(26,26,26,.13);
  color: #9A9A9A; font-size: 10px; line-height: 20px; text-align: center; background: #FAF3E0;
}
.wg-cmp { position: absolute; top: 31px; left: 14px; color: #1A1A1A; font-weight: 600; line-height: 1.3; }
.wg-cmp .l1 { display: block; font-size: 14px; }
.wg-cmp .l2 { display: block; font-size: 22px; }
.wg-now { position: absolute; right: 14px; bottom: 11px; text-align: right; color: #1A1A1A; }
.wg-now .nowlbl { font-size: 10px; font-weight: 500; color: #8A8A8A; margin-right: 3px; }
.wg-now .t { font-size: 34px; font-weight: 600; letter-spacing: -.02em; }
.wg-now .t small { font-size: 15px; font-weight: 600; }
.wg-now .cond { font-size: 11px; color: #8A8A8A; margin-top: 2px; }
.wg-now .hl { font-size: 10px; color: #8A8A8A; font-family: ui-monospace, SFMono-Regular, monospace; margin-top: 1px; }
/* 잠금화면 원형 */
.wg-circ {
  width: 86px; height: 86px; border-radius: 50%; flex-shrink: 0; align-self: center;
  background: rgba(28,28,32,.92); color: #FFF;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 16px 32px -12px rgba(0,0,0,.5);
}
.wg-circ .c1 { font-size: 10px; font-weight: 500; opacity: .85; }
.wg-circ .c2 { font-size: 19px; font-weight: 700; line-height: 1.15; }
.wg-circ .c3 { font-size: 9px; opacity: .7; font-family: ui-monospace, monospace; }
@media (max-width: 540px) { .wg-home.medium { width: 100%; max-width: 352px; } }

/* ── 실기기 위젯 캡처 ── */
.wg-img { display: block; border-radius: 22px; flex-shrink: 0;
  box-shadow: 0 16px 36px -14px color-mix(in srgb, var(--ink) 30%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); }
.wg-img.small  { width: 168px; }
.wg-img.medium { width: 352px; }
.wg-img.lock   { width: 100%; max-width: 545px; border-radius: 16px;
  filter: grayscale(1) brightness(.6) contrast(1.12); }

/* ── 실기기 사진 기준 위젯 재현 (비한국어 페이지용) ── */
.wg2-small, .wg2-half {
  position: relative; overflow: hidden;
  background: #FAF3E0; color: #1A1A1A;
}
.wg2-small { width: 168px; height: 168px; border-radius: 24px; flex-shrink: 0;
  border: 1px solid rgba(26,26,26,.07); box-shadow: 0 16px 36px -14px rgba(26,26,26,.28); }
.wg2-small::before, .wg2-half::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top right,
    rgba(0,0,0,.05) 49.7%, rgba(26,26,26,.15) 49.7%,
    rgba(26,26,26,.15) 50.1%, transparent 50.1%);
}
.wg2-med { display: flex; width: 352px; height: 168px; border-radius: 24px; overflow: hidden; flex-shrink: 0;
  border: 1px solid rgba(26,26,26,.07); box-shadow: 0 16px 36px -14px rgba(26,26,26,.28); }
.wg2-half { width: 50%; height: 100%; }
.wg2-half.dark { background: #17171D; color: #F2EFE8; }
.wg2-half.dark::before {
  background: linear-gradient(to top right,
    rgba(255,255,255,.05) 49.7%, rgba(255,255,255,.14) 49.7%,
    rgba(255,255,255,.14) 50.1%, transparent 50.1%);
}
.wg2-loc { position: absolute; top: 11px; left: 13px; font-size: 10px; font-weight: 500; opacity: .55; }
.wg2-msg { position: absolute; top: 26px; left: 13px; line-height: 1.3; font-weight: 650; }
.wg2-msg .m { display: block; font-size: 14px; }
.wg2-msg .d { display: block; font-size: 24px; margin-top: 1px; }
.wg2-ref { position: absolute; top: 10px; right: 10px; width: 21px; height: 21px; border-radius: 50%;
  border: 1px solid rgba(128,128,128,.35); opacity: .55; font-size: 10px; line-height: 19px; text-align: center; }
.wg2-now { position: absolute; right: 13px; bottom: 10px; text-align: right; }
.wg2-now .nl { font-size: 10px; font-weight: 500; opacity: .55; margin-right: 3px; }
.wg2-now .t { font-size: 36px; font-weight: 650; letter-spacing: -.02em; }
.wg2-now .t small { font-size: 15px; font-weight: 600; }
.wg2-now .c { font-size: 11px; opacity: .55; margin-top: 1px; }
.wg2-now .hl { font-size: 10px; opacity: .5; font-family: ui-monospace, monospace; margin-top: 1px; }
/* 잠금화면 행 — 파란 배경 위 화이트 비브런시 */
.wg2-lock { width: 100%; max-width: 545px; height: 104px; border-radius: 16px; flex-shrink: 0;
  background: linear-gradient(115deg, #43464F 0%, #34373E 55%, #282A30 100%);
  color: #FFF; display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px; box-shadow: 0 16px 36px -14px rgba(20,22,28,.5); }
.wg2-lock .lc1 .loc { font-size: 12px; opacity: .9; }
.wg2-lock .lc1 .big { font-size: 19px; font-weight: 700; margin-top: 1px; }
.wg2-lock .lc1 .big small { font-size: 12px; font-weight: 500; opacity: .9; margin-left: 4px; }
.wg2-lock .lc1 .sub { font-size: 11.5px; opacity: .85; margin-top: 1px; }
.wg2-lock .lc2 { text-align: center; font-size: 11px; opacity: .95; }
.wg2-lock .lc2 svg { display: block; margin: 2px auto; }
.wg2-lock .lc3 { text-align: center; }
.wg2-lock .lc3 .pm { font-size: 11px; opacity: .9; }
.wg2-lock .lc3 .v { font-size: 20px; font-weight: 700; margin: 1px 0; }
.wg2-lock .lc3 .g { font-size: 11px; opacity: .9; }
@media (max-width: 540px) { .wg2-med { width: 100%; max-width: 352px; } }

/* ── 위젯 쇼케이스: 폰 컨텍스트 (홈/잠금 두 대) ── */
.wgphones { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 44px; }
.wgcol { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.wgphone {
  width: min(272px, 80vw); aspect-ratio: 9 / 19.2;
  border-radius: 40px; overflow: hidden; position: relative;
  border: 1.5px solid color-mix(in srgb, var(--ink) 16%, transparent);
  box-shadow: 0 30px 72px -22px color-mix(in srgb, var(--ink) 32%, transparent);
}
.wgphone > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wgcap { font-size: 13px; color: var(--ink2); }
/* 재현용 배경화면 */
.mockwall { position: absolute; inset: 0; }
.mockwall.home { background: linear-gradient(165deg, #F6D5C5 0%, #E9A9B6 38%, #8FAFD4 75%, #2E4E78 100%); }
.mockwall.lock { background: linear-gradient(172deg, #A9CCEE 0%, #6F9FDE 45%, #27416E 100%); }
/* 재현 홈: 위젯 스택 + 독 */
.mock-home-stack { position: absolute; top: 64px; left: 0; right: 0;
  display: flex; justify-content: center; }
.mock-home-stack .zw { zoom: .62; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mockdock { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 11px; background: rgba(255,255,255,.22); padding: 8px 10px; border-radius: 22px;
  backdrop-filter: blur(4px); }
.mockdock i { width: 32px; height: 32px; border-radius: 9px; background: rgba(255,255,255,.6); }
/* 재현 잠금: 시계 + 위젯 행 */
.mocklock-date { position: absolute; top: 34px; left: 0; right: 0; text-align: center;
  color: #FFF; font-size: 13px; font-weight: 600; opacity: .95; }
.mocklock-time { position: absolute; top: 50px; left: 0; right: 0; text-align: center;
  color: #FFF; font-size: 64px; font-weight: 300; letter-spacing: -.01em; }
.mock-lock-row { position: absolute; top: 160px; left: 0; right: 0;
  display: flex; justify-content: center; }
.mock-lock-row .zw { zoom: .43; }
.mocklock-btns { position: absolute; bottom: 16px; left: 0; right: 0;
  display: flex; justify-content: space-between; padding: 0 22px; }
.mocklock-btns i { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.2); }
/* 폰 컨텍스트 안에서는 잠금 위젯이 배경화면 위 vibrancy 텍스트 (실물과 동일) */
.mock-lock-row .wg2-lock { background: transparent; box-shadow: none; width: 545px; }
/* 위젯 한 줄 정렬 — 스몰+미디엄 등높이 */
.widgets { display: flex; gap: 16px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 44px; }

/* 차트 1위 배지 */
.rank-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 650; color: var(--ink);
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  border-radius: 99px; padding: 6px 13px;
}
.rank-badge::before { content: "№1"; font-weight: 800; color: color-mix(in srgb, var(--ink) 80%, var(--accent)); }

/* 성과 강조 — 프루프 칩 */
.proofs { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.proof { border-radius: 16px; padding: 12px 18px; }
.proof b { display: block; font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.proof span { font-size: 11.5px; color: var(--ink2); font-weight: 500; }
.proof.gold { background: color-mix(in srgb, var(--accent) 26%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent); }
.proof.gold b { color: color-mix(in srgb, var(--ink) 78%, var(--accent)); }
.proof.plain { background: color-mix(in srgb, var(--ink) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent); }
.cta-proof { margin-top: 16px; font-size: 14px; font-weight: 700;
  color: color-mix(in srgb, var(--ink) 75%, var(--accent)); }
@media (max-width: 860px) { .proofs { justify-content: center; } }
