* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: 'Host Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #fff; color: #1E1E1E; line-height: 1.6; }
.container { max-width: 720px; margin: 0 auto; padding: 48px 24px; }
.brand { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.brand-logo { height: 36px; width: auto; display: block; }
.brand h1 { margin: 0; font-size: 18px; font-weight: 800; }
h2 { font-size: 28px; margin: 0 0 8px; color: #1E1E1E; font-weight: 800; }
.last-updated { color: #8E8E93; font-size: 15px; margin-bottom: 32px; }
section { margin-bottom: 24px; }
section h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #1E1E1E; }
section p { margin: 0; font-size: 15px; color: #666666; }
.draft-note { color: #8E8E93; font-size: 14px; margin-top: 32px; }
a { color: #1E1E1E; }
footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #E5E5EA; font-size: 14px; color: #8E8E93; text-align: center; }
footer a { color: #8E8E93; text-decoration: none; margin: 0 8px; }
footer a:hover { color: #1E1E1E; }
