:root {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #151210;
  background: #f3f3f1;
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; font-size: 15px; line-height: 1.7; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; border-radius: 2px; }
.legal-page { width: min(100%, 752px); margin: 0 auto; padding: 24px 28px max(32px, env(safe-area-inset-bottom)); }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 48px; }
.pill { display: inline-flex; align-items: center; gap: 14px; padding: 5px 6px 5px 16px; border: 0; border-radius: 99px; background: #e3e2de; text-decoration: none; font-size: 14px; font-weight: 500; }
.pill > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #343230; color: #f4f3ef; }
.pill svg { display: block; width: 18px; height: 18px; fill: currentColor; stroke: none; }
.back-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 13px; }
h1 { margin: 0 0 8px; font-size: 28px; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; }
h2 { margin: 30px 0 8px; font-size: 17px; line-height: 1.4; font-weight: 600; letter-spacing: -.015em; }
h3 { margin: 24px 0 8px; font-size: 15px; line-height: 1.5; font-weight: 600; }
#privacy { margin-top: 40px; scroll-margin-top: 24px; }
p { margin: 0 0 12px; }
.updated { margin-bottom: 28px; color: #65635e; font-size: 12px; }
ul { margin: 0 0 14px; padding-left: 20px; }
li + li { margin-top: 8px; }
code { font-size: .9em; overflow-wrap: anywhere; }
footer { margin-top: 40px; padding-top: 16px; border-top: 1px solid #d4d3ce; }
footer nav { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 13px; }
footer a { display: inline-flex; align-items: center; min-height: 44px; }
footer [aria-current] { font-weight: 600; }
.skip-link { position: absolute; top: 8px; left: 8px; padding: 8px 12px; background: #151210; color: #f3f3f1; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
@media (max-width: 620px) {
  .legal-page { padding: 16px 22px max(24px, env(safe-area-inset-bottom)); }
  .legal-header { margin-bottom: 36px; }
  h1 { font-size: 26px; }
}
