:root {
  color-scheme: light;
  --paper: #f7f8f4;
  --ink: #242d29;
  --muted: #5e6961;
  --line: #dce1d8;
  --accent: #37654e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; word-break: keep-all; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.wrap { max-width: 1064px; margin-inline: auto; padding-inline: 40px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: baseline; gap: 12px; text-decoration: none; font-size: 24px; font-weight: 800; letter-spacing: -1px; }
.brand span { font-size: 11px; letter-spacing: 2px; font-weight: 600; }
.nav-link { font-size: 14px; text-decoration: none; padding-block: 12px; }
.nav-link span { margin-left: 8px; }
.intro { padding-block: 66px 56px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(34px, 5.3vw, 58px); letter-spacing: -3px; line-height: 1.3; font-weight: 750; }
.intro-copy { margin-bottom: 0; font-size: 17px; line-height: 1.9; color: var(--muted); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-heading h2 { font-size: 19px; margin: 0; }
.section-heading span { font-size: 10px; font-weight: 600; letter-spacing: 1px; color: var(--muted); }
.apps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.app-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.card-top .eyebrow { margin: 0; font-size: 9px; letter-spacing: 1px; }
.app-symbol { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-content: center; border-radius: 17px; background: #e3eee6; color: #315a43; font-size: 19px; font-weight: 750; }
.coral { background: #f7e7df; color: #984f32; }
.amber { background: #f5edce; color: #785b16; }
.rose { background: #f4e2e9; color: #8b3e59; }
.night { background: #eae5f5; color: #675187; }
.blue { background: #e0edf8; color: #355d80; }
h2, h3 { line-height: 1.4; letter-spacing: -1px; }
.app-card h3 { font-size: 24px; margin-bottom: 8px; }
.app-card p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; align-self: flex-start; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; font-size: 13px; font-weight: 600; }
.button:hover { background: var(--accent); }
.support { padding-block: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.support h2 { font-size: 25px; margin-bottom: 12px; }
.support p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.contact { border-left: 1px solid var(--line); padding-left: 30px; align-self: center; min-width: 0; }
.contact-label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.email { font-size: 20px; font-weight: 600; overflow-wrap: anywhere; }
.contact .note { margin-block: 16px 0; font-size: 12px; line-height: 1.85; }
.site-footer { border-top: 1px solid var(--line); padding-block: 24px 32px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: var(--muted); }
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 2; }
.skip-link:focus { top: 12px; }
.not-found { min-height: 60vh; padding-block: 100px; }
@media (max-width: 640px) {
  .wrap { padding-inline: 20px; }
  .site-header { min-height: 88px; }
  .brand { gap: 10px; font-size: 22px; }
  .brand span { font-size: 9px; letter-spacing: 1.5px; }
  .intro { padding-block: 36px; }
  h1 { font-size: 34px; letter-spacing: -1.8px; }
  .intro-copy { font-size: 15px; }
  .apps-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .app-card { padding: 24px; }
  .card-top { margin-bottom: 18px; }
  .support { padding-block: 44px; grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .contact { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .email { font-size: 18px; }
  .site-footer { font-size: 11px; }
}
