/*
 * apps/marketing/assets/inline-tos.css
 *
 * Extracted from tos.html (ITER4-CSP-marketing) so the page-level CSP
 * can drop 'unsafe-inline' from style-src. Behaviour identical to the
 * inline <style> block that previously lived in tos.html.
 */

body { font-family: -apple-system, "Noto Sans TC", sans-serif; max-width: 720px; margin: 32px auto; padding: 0 16px; line-height: 1.7; font-size: 17px; color: #1A1A1A; }
h1 { font-size: 28px; margin-bottom: 8px; }
h2 { font-size: 22px; margin-top: 32px; margin-bottom: 12px; border-bottom: 1px solid #E5E5E5; padding-bottom: 8px; }
h3 { font-size: 18px; margin-top: 20px; margin-bottom: 8px; }
p, li { margin-bottom: 10px; }
ul { padding-left: 28px; }
.meta { color: #5F5F5F; font-size: 14px; margin-bottom: 24px; }
a { color: #2E7D32; }
.notice { background: #FFFBE6; border-left: 4px solid #F9A825; padding: 12px 16px; margin: 24px 0; border-radius: 0 8px 8px 0; }
