:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html, body { touch-action: manipulation; }
body { margin: 0; background: #f5f6fb; color: #171b2d; }
.legal-shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 72px; }
.legal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.legal-topbar-leading { display: grid; gap: 8px; }
.legal-back { width: max-content; display: inline-flex; align-items: center; gap: 7px; color: #73778a; font-size: 13px; font-weight: 760; text-decoration: none; }
.legal-back:hover { color: #171b2d; }
.legal-back > span:first-child { font-size: 20px; line-height: 1; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-size: 19px; font-weight: 780; }
.legal-brand img { border-radius: 9px; }
.language-control { appearance: none; min-height: 40px; padding: 0 15px; border: 1px solid #dfe2ed; border-radius: 999px; background: #fff; color: #34384b; font: inherit; font-size: 14px; font-weight: 720; cursor: pointer; }
.language-control:focus-visible { outline: 3px solid #5b61ff; outline-offset: 2px; }
.legal-card { margin-top: 28px; padding: clamp(24px, 5vw, 52px); border: 1px solid #dedfd8; border-radius: 22px; background: #fff; }
.eyebrow { margin: 0 0 8px; color: #5b61ff; font-size: 11px; font-weight: 780; letter-spacing: .15em; }
h1 { margin: 0; font-size: clamp(34px, 7vw, 56px); line-height: 1; letter-spacing: -.045em; }
h2 { margin: 34px 0 9px; font-size: 20px; }
p, li { color: #4d554e; font-size: 16px; line-height: 1.65; }
ul { padding-left: 22px; }
.updated { margin-top: 16px; color: #747b75; font-size: 13px; }
.callout { margin: 26px 0; padding: 18px 20px; border-radius: 14px; background: #eef0ff; color: #343b83; }
a { color: #4e55c8; }
.faq { padding: 20px 0; border-top: 1px solid #dedfd8; }
.faq:first-of-type { margin-top: 26px; }
.faq h2 { margin: 0 0 7px; }
.faq p { margin: 0; }
.legal-footer { margin-top: 24px; padding: 14px 4px calc(10px + env(safe-area-inset-bottom)); }
.legal-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.legal-footer a { min-height: 40px; display: inline-flex; align-items: center; color: #73778a; font-size: 13px; font-weight: 740; text-decoration: none; }
.legal-footer a:hover { color: #4e55c8; }

@media (max-width: 520px) {
  .legal-shell { width: min(100% - 28px, 760px); padding-top: 18px; }
  .legal-topbar { align-items: flex-start; }
  .legal-card { margin-top: 20px; padding: 24px 20px; border-radius: 20px; }
  .legal-footer { margin-top: 16px; }
  .legal-footer nav { justify-content: space-between; gap: 4px; }
  .legal-footer a { font-size: 12px; }
}
