body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f9fafb; color: #111827; min-height: 100vh; display: flex; flex-direction: column; }
.container { max-width: 720px; margin: 0 auto; padding: 48px 20px 64px; flex: 1; }
h1 { font-size: 26px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.meta { font-size: 13px; color: #9ca3af; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid #e5e7eb; }
h2 { font-size: 15px; font-weight: 700; color: #111827; margin: 32px 0 10px; }
p, li { font-size: 14px; color: #374151; line-height: 1.8; }
p { margin-bottom: 10px; }
ul { margin: 6px 0 10px 20px; }
li { margin-bottom: 6px; }
a { color: #16a34a; }
strong { color: #111827; font-weight: 600; }
