/* content-pages.css — shared styles for stats, terms, privacy pages */
* { font-family: 'Sarabun', sans-serif; }
body { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.content-card { background: white; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.navbar-custom { background: rgba(45,52,54,0.15); backdrop-filter: blur(10px); }
h2 { color: #667eea; }
