:root { color-scheme: dark light }
body {
  margin: 0 auto; padding: 40px 20px 80px; max-width: 44rem;
  background: #08090c; color: #f2f4f8; line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Apple SD Gothic Neo',
    'Noto Sans KR', system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}
a { color: #5ac8fa }
h1 { font-size: 26px; letter-spacing: -0.02em; margin: 0 0 6px }
h2 { font-size: 17px; margin: 34px 0 10px; letter-spacing: -0.01em }
.sub { color: #99a0b0; font-size: 14px; margin: 0 0 8px }
.date { color: #656d7e; font-size: 13px; margin: 0 0 28px }
ul { padding-left: 1.2em }
li { margin: 5px 0 }
table { border-collapse: collapse; width: 100%; font-size: 14.5px; margin: 10px 0 }
th, td { text-align: left; padding: 9px 10px; border-bottom: 1px solid #232734; vertical-align: top }
th { color: #99a0b0; font-weight: 600; white-space: nowrap }
code { background: #161922; padding: 1px 5px; border-radius: 4px; font-size: 0.9em }
footer { margin-top: 44px; padding-top: 18px; border-top: 1px solid #232734; color: #656d7e; font-size: 13px }
