* { box-sizing: border-box; margin: 0; padding: 0; }
:root { color-scheme: light only; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a !important; background: #ffffff !important; line-height: 1.7; }
.container { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
header { margin-bottom: 40px; }
header a { text-decoration: none; color: #1a1a1a; font-weight: 700; font-size: 18px; letter-spacing: -0.3px; }
header a span { color: #e85d75; }
h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 8px; }
.updated { color: #888; font-size: 14px; margin-bottom: 40px; }
h2 { font-size: 18px; font-weight: 700; margin: 36px 0 12px; }
p { margin-bottom: 14px; }
ul, ol { padding-left: 20px; margin-bottom: 14px; }
li { margin-bottom: 6px; }
a { color: #e85d75; }
table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 14px; }
th { background: #f5f5f5; text-align: left; padding: 10px 12px; font-weight: 600; border: 1px solid #e5e5e5; }
td { padding: 10px 12px; border: 1px solid #e5e5e5; vertical-align: top; }
strong { font-weight: 600; }
hr { border: none; border-top: 1px solid #e5e5e5; margin: 32px 0; }
footer { margin-top: 64px; font-size: 13px; color: #aaa; border-top: 1px solid #f0f0f0; padding-top: 24px; }
