* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0a0a0f; color: #e0e0e0; line-height: 1.7; padding: 40px 20px; }
.container { max-width: 720px; margin: 0 auto; }
h1 { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.subtitle { color: #818cf8; font-size: 14px; margin-bottom: 40px; }
h2 { font-size: 20px; font-weight: 700; color: #fff; margin-top: 36px; margin-bottom: 12px; }
p { margin-bottom: 16px; color: #b0b0b0; }
ul { margin-bottom: 16px; padding-left: 24px; }
li { margin-bottom: 8px; color: #b0b0b0; }
strong { color: #e0e0e0; }
a { color: #818cf8; text-decoration: none; }
a:hover { text-decoration: underline; }
.updated { color: #666; font-size: 13px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #1a1a2e; }

/* Support page */
.contact-card { background: #12121a; border: 1px solid #1a1a2e; border-radius: 16px; padding: 24px; margin-top: 24px; margin-bottom: 24px; }
.contact-card a { font-size: 18px; }
.contact-card .contact-label { margin-bottom: 8px; }
.contact-card .contact-note { margin-top: 12px; margin-bottom: 0; font-size: 14px; }
.faq-item { background: #12121a; border: 1px solid #1a1a2e; border-radius: 12px; padding: 20px; margin-bottom: 12px; }
.faq-item strong { display: block; margin-bottom: 8px; color: #fff; }
.faq-item p { margin-bottom: 0; }
.footer-note { color: #666; font-size: 13px; margin-top: 36px; padding-top: 24px; border-top: 1px solid #1a1a2e; }
