/* EdHelfy — terms.html page styles.
   Externalized 2026-07-06 (Phase 5.3) so the page's CSP can drop
   style-src 'unsafe-inline'. Verbatim move from the old <style> block. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f4f6fb;
  color: #1a1a2e;
  line-height: 1.7;
}
.topbar {
  background: #1a1a2e;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-brand {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.topbar-brand .ed { color: #8A2BE2; }
.topbar-brand .helfy { color: #FF2D95; }
.topbar a { color: #ccc; text-decoration: none; font-size: 14px; }
.topbar a:hover { color: #fff; }
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #8A2BE2, #FF2D95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.updated {
  font-size: 13px;
  color: #888;
  margin-bottom: 32px;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 28px 0 12px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
h2:first-of-type { border-top: none; padding-top: 0; }
p, li { font-size: 15px; color: #444; margin-bottom: 10px; }
ul { padding-left: 24px; margin-bottom: 16px; }
li { margin-bottom: 6px; }
strong { color: #1a1a2e; }
a { color: #8A2BE2; }
.highlight {
  background: #f0f4ff;
  border-left: 4px solid #8A2BE2;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  margin: 16px 0;
  font-size: 14px;
}
.footer {
  text-align: center;
  padding: 24px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
