/* EyeOn legal pages — matches site tokens */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: oklch(0.15 0.004 250);
  color: oklch(0.96 0.004 90);
  font-family: 'Mulish', 'Heebo', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: oklch(0.84 0.17 97); text-decoration: none; }
a:hover { text-decoration: underline; }
.legal-nav {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding: 16px clamp(20px, 4vw, 48px);
  background: oklch(0.15 0.004 250 / 0.92);
  border-bottom: 1px solid oklch(1 0 0 / 0.08);
  backdrop-filter: blur(12px);
}
.legal-brand {
  font-weight: 800; font-size: 18px; color: oklch(0.96 0.004 90);
  text-decoration: none;
}
.legal-brand span { color: oklch(0.84 0.17 97); }
.legal-nav-links { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; }
.legal-nav-links a { color: oklch(0.7 0.01 250); text-decoration: none; }
.legal-nav-links a:hover,
.legal-nav-links a[aria-current="page"] { color: oklch(0.84 0.17 97); }
.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px clamp(20px, 4vw, 32px) 96px;
}
.legal-wrap h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.legal-meta {
  font-size: 13px;
  color: oklch(0.55 0.01 250);
  margin-bottom: 32px;
  font-family: 'JetBrains Mono', monospace;
}
.legal-note {
  background: oklch(0.84 0.17 97 / 0.08);
  border: 1px solid oklch(0.84 0.17 97 / 0.28);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: oklch(0.85 0.02 95);
  margin-bottom: 36px;
}
.legal-wrap h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 36px 0 12px;
  color: oklch(0.96 0.004 90);
}
.legal-wrap p, .legal-wrap li {
  font-size: 15.5px;
  color: oklch(0.78 0.01 250);
  margin-bottom: 12px;
}
.legal-wrap ul { padding-inline-start: 1.25rem; margin-bottom: 16px; }
.legal-wrap li { margin-bottom: 8px; }
.legal-wrap strong { color: oklch(0.92 0.01 90); font-weight: 600; }
.legal-footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid oklch(1 0 0 / 0.08);
  font-size: 13px;
  color: oklch(0.5 0.01 250);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
}
.placeholder {
  background: oklch(0.84 0.17 97 / 0.12);
  border-radius: 4px;
  padding: 0 4px;
  color: oklch(0.84 0.17 97);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.92em;
}
