/* Pastetory public site — shared styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f1117; color: #e4e4e7; min-height: 100vh; line-height: 1.7; }
a { color: #818cf8; text-decoration: none; }
a:hover { text-decoration: underline; }
#site-header { border-bottom: 1px solid #27272a; padding: 16px 0; }
#site-footer { border-top: 1px solid #27272a; padding: 24px 0; text-align: center; font-size: 0.8rem; color: #71717a; margin-top: 48px; }
#site-footer a { color: #a1a1aa; }
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.content { max-width: 680px; margin: 0 auto; padding: 48px 24px; }
.content h1 { font-size: 1.8rem; margin-bottom: 8px; }
.content h2 { font-size: 1.2rem; margin-top: 32px; margin-bottom: 12px; }
.content p, .content ul { font-size: 0.9rem; color: #a1a1aa; margin-bottom: 12px; }
.content ul { padding-left: 20px; }
.content li { margin-bottom: 6px; }
.meta { font-size: 0.8rem; color: #71717a; margin-bottom: 24px; }
