/* Styles des pages légales (autonomes, hors bundle React), charte Virevo. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  color: #334155;
  background: #ffffff;
  line-height: 1.65;
}
.legal-header {
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
  position: sticky; top: 0;
}
.legal-header .inner {
  max-width: 768px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand .mark {
  width: 32px; height: 32px; border-radius: 9px;
  background: linear-gradient(135deg, #2dd4bf, #0d9488);
  display: grid; place-items: center;
}
.brand .name { font-weight: 700; font-size: 17px; color: #0c2230; letter-spacing: -0.01em; }
.brand .name span { color: #14b8a6; }
.back { font-size: 14px; font-weight: 600; color: #0d9488; text-decoration: none; }
.back:hover { color: #0f766e; }
main {
  max-width: 768px; margin: 0 auto; padding: 40px 24px 80px;
}
h1 { font-size: clamp(1.8rem, 5vw, 2.4rem); color: #0c2230; letter-spacing: -0.02em; margin: 0 0 4px; }
.updated { color: #94a3b8; font-size: 14px; margin: 0 0 32px; }
h2 { font-size: 1.25rem; color: #0c2230; margin: 36px 0 10px; }
p, li { font-size: 1rem; }
a { color: #0d9488; }
ul { padding-left: 22px; }
li { margin: 6px 0; }
.todo {
  background: #fef3c7; color: #92400e; padding: 2px 6px; border-radius: 4px;
  font-size: 0.85em; font-weight: 600;
}
.note {
  margin-top: 40px; padding: 14px 16px; border-radius: 12px;
  background: #f8fafc; border: 1px solid #e2e8f0; font-size: 0.9rem; color: #64748b;
}
footer.legal-footer {
  border-top: 1px solid #f1f5f9; color: #94a3b8; font-size: 13px;
  text-align: center; padding: 24px;
}
