:root {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  background: #f3f7fc;
  line-height: 1.7;
}

.legal-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: #08111f;
  color: #fff;
  font-weight: 900;
}

.legal-header a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-header .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 13px;
  background: linear-gradient(135deg, #6554f4, #36a3ff);
  color: #fff;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

h1 {
  font-size: 30px;
  color: #111827;
  margin-bottom: 4px;
}

h2 {
  font-size: 17px;
  margin-top: 32px;
  color: #1e1b4b;
}

.badge {
  display: inline-block;
  background: #eef2ff;
  color: #4338ca;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 99px;
  font-weight: 600;
  margin: 12px 0 24px;
}

p,
li {
  font-size: 15px;
  color: #374151;
}

ul {
  padding-left: 20px;
}

code {
  background: #f3f4f6;
  padding: 2px 5px;
  border-radius: 4px;
}

.updated {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 40px 0;
}

.legal-footer {
  font-size: 13px;
  color: #6b7280;
}

a {
  color: #4338ca;
}
