:root {
  color-scheme: light;
  --hm-bg: #f8fafc;
  --hm-surface: rgba(255,255,255,.94);
  --hm-surface-solid: #ffffff;
  --hm-text: #172033;
  --hm-muted: #667085;
  --hm-line: #e5eaf0;
  --hm-accent: #139a9a;
  --hm-accent-strong: #0f7f83;
  --hm-accent-soft: #e8f7f6;
  --hm-danger: #d94a4a;
  --hm-shadow: 0 12px 36px rgba(22, 34, 51, .12);
  --hm-shadow-soft: 0 6px 20px rgba(22, 34, 51, .09);
  --hm-header-h: 62px;
  --hm-radius: 20px;
  --hm-safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--hm-bg); color: var(--hm-text); }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
