:root {
  color-scheme: dark;
  font-family: Manrope, system-ui, sans-serif;
  background: #1e1e1e;
  color: #fff;
}

* { box-sizing: border-box; }
body { margin: 0; background: #1e1e1e; }
a { color: inherit; }
.legal-header { border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-header__inner, .legal-main, .legal-footer {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
}
.legal-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.legal-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.legal-brand img { width: 34px; height: 34px; }
.legal-back { color: rgba(255,255,255,.65); text-decoration: none; }
.legal-back:hover { color: #20fcc1; }
.legal-main { padding: 64px 0 80px; }
.legal-kicker { color: #20fcc1; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 12px 0 10px; font-size: clamp(34px, 6vw, 58px); line-height: 1.05; letter-spacing: -.035em; }
.legal-updated { margin: 0 0 42px; color: rgba(255,255,255,.48); }
.legal-notice {
  margin-bottom: 36px;
  padding: 18px 20px;
  border: 1px solid rgba(32,252,193,.2);
  border-radius: 14px;
  background: rgba(32,252,193,.05);
  color: rgba(255,255,255,.72);
}
.legal-section { margin-top: 34px; }
h2 { margin: 0 0 14px; font-size: 23px; }
h3 { margin: 22px 0 8px; font-size: 17px; }
p, li { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
p { margin: 10px 0; }
ul { margin: 10px 0; padding-left: 22px; }
.legal-footer {
  padding: 24px 0 34px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: rgba(255,255,255,.46);
  font-size: 14px;
}
.legal-footer a { text-decoration: none; }
.legal-footer a:hover { color: #20fcc1; }
