:root { color-scheme: light; font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { background: #f6f5f2; color: #15171a; margin: 0; }
main { margin: 0 auto; max-width: 760px; padding: 54px 22px 100px; }
.brand { align-items: center; background: #15171a; border-radius: 13px; color: #fff; display: inline-flex; font-family: Georgia, serif; font-size: 21px; font-weight: 800; gap: 13px; height: 43px; justify-content: center; padding: 0 14px; text-decoration: none; }
.brand span { font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; }
.eyebrow { color: #f04438; font-size: 12px; font-weight: 900; letter-spacing: 1.6px; margin: 58px 0 13px; }
h1 { font-size: clamp(38px, 8vw, 64px); letter-spacing: -.055em; line-height: 1.05; margin: 0; }
.updated { color: #6b7280; font-size: 13px; margin: 16px 0 50px; }
section { border-top: 1px solid #e0ddd7; padding: 27px 0; }
h2 { font-size: 19px; letter-spacing: -.025em; margin: 0 0 11px; }
p { color: #555c66; font-size: 15px; line-height: 1.8; margin: 0; }
a { color: #cf2f27; }
