/* Pages légales Let's Grail — style autonome (cohérent avec la landing) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }

:root {
  --bg: #0A0A0A; --card: #141414; --line: rgba(245,241,234,0.1);
  --cream: #F5F1EA; --cream-60: rgba(245,241,234,0.62); --lime: #D4FF3D;
}
body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  background: var(--bg); color: var(--cream-60);
  line-height: 1.65; font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 820px; margin: 0 auto; padding: 28px 22px 80px }

.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 22px; margin-bottom: 28px; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--cream) }
.brand svg { width: 22px; height: 24px }
.brand b { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 17px; letter-spacing: -0.04em }
.back { color: var(--cream-60); text-decoration: none; font-size: 14px }
.back:hover { color: var(--lime) }

h1 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  color: var(--cream); font-size: 30px; letter-spacing: -0.02em; margin-bottom: 6px;
}
.updated { font-size: 13px; color: rgba(245,241,234,0.4); margin-bottom: 30px }

h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  color: var(--cream); font-size: 20px; margin: 32px 0 12px;
}
h3 { color: var(--cream); font-size: 16px; font-weight: 600; margin: 20px 0 8px }
p { margin-bottom: 12px }
ul { margin: 0 0 12px 20px }
li { margin-bottom: 6px }
strong { color: var(--cream); font-weight: 600 }
a { color: var(--lime) }

.todo {
  background: rgba(255,87,34,0.1); border: 1px solid rgba(255,87,34,0.3);
  color: #ff8a5c; padding: 2px 7px; border-radius: 5px; font-size: 13px; font-weight: 600;
}
.notice {
  background: rgba(212,255,61,0.06); border: 1px solid rgba(212,255,61,0.25);
  border-radius: 12px; padding: 14px 16px; margin-bottom: 28px; font-size: 13.5px;
}
.legal-nav { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px }
.legal-nav a { color: var(--cream-60); text-decoration: none }
.legal-nav a:hover { color: var(--lime) }
