body { margin: 0; background: #fff; color: #191f28; font: 15px/1.7 -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; word-break: keep-all; overflow-wrap: anywhere; }
main { max-width: 720px; margin: 0 auto; padding: 24px 16px 64px; }
h1 { font-size: 24px; margin: 8px 0 16px; }
h2 { font-size: 17px; margin: 28px 0 8px; }
table { width: 100%; border-collapse: collapse; margin: 8px 0; font-size: 14px; }
th, td { border: 1px solid #e5e8eb; padding: 8px; text-align: left; vertical-align: top; }
th { background: #f2f4f6; }
.muted { color: #6b7684; font-size: 13px; }
footer { margin-top: 40px; border-top: 1px solid #e5e8eb; padding-top: 16px; color: #6b7684; font-size: 13px; }
@media (prefers-color-scheme: dark) { body { background: #101013; color: #e9ebee; } th { background: #1c1c21; } th, td, footer { border-color: #2c2c34; } }
