:root {
  --legal-black: #080909;
  --legal-panel: #121416;
  --legal-line: rgba(255, 255, 255, .16);
  --legal-text: #f4f4f0;
  --legal-muted: #b6b6b3;
  --legal-gold: #edbf50;
  --legal-max: 860px;
}

* { box-sizing: border-box; }
html { background: var(--legal-black); }
body { margin: 0; background: var(--legal-black); color: var(--legal-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.legal-shell { width: min(calc(100% - 40px), var(--legal-max)); margin-inline: auto; }
.legal-header { border-bottom: 1px solid var(--legal-line); background: #060707; }
.legal-header .legal-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.legal-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-decoration: none; text-transform: uppercase; }
.legal-brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.legal-home { color: var(--legal-gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.legal-home:hover { color: #fff; }
.legal-main { padding: 76px 0 96px; }
.legal-kicker { margin: 0 0 18px; color: var(--legal-gold); font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.legal-main h1 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 7vw, 4.8rem); font-weight: 900; letter-spacing: 0; line-height: .96; text-transform: uppercase; }
.legal-lead { max-width: 700px; margin: 30px 0 0; color: var(--legal-muted); font-size: 1.05rem; line-height: 1.75; }
.legal-version { display: inline-block; margin-top: 28px; color: #d1d1cd; font-size: .78rem; font-weight: 700; }
.legal-notice { margin: 46px 0; padding: 18px 20px; border-left: 3px solid var(--legal-gold); background: rgba(237, 191, 80, .08); color: #e7e4d9; font-size: .94rem; line-height: 1.6; }
.legal-content { border-top: 1px solid var(--legal-line); }
.legal-section { padding: 30px 0; border-bottom: 1px solid var(--legal-line); }
.legal-section h2 { margin: 0 0 13px; font-size: 1.18rem; letter-spacing: 0; }
.legal-section p, .legal-section li { color: var(--legal-muted); font-size: .98rem; line-height: 1.7; }
.legal-section p { margin: 0; }
.legal-section p + p { margin-top: 13px; }
.legal-section ul { margin: 13px 0 0; padding-left: 20px; }
.legal-section strong { color: var(--legal-text); }
.legal-footer { padding: 28px 0 40px; border-top: 1px solid var(--legal-line); color: #999995; font-size: .78rem; line-height: 1.6; }
.legal-footer a { color: var(--legal-gold); }

@media (max-width: 560px) {
  .legal-shell { width: min(calc(100% - 32px), var(--legal-max)); }
  .legal-header .legal-shell { min-height: 68px; }
  .legal-brand span { display: none; }
  .legal-main { padding: 52px 0 68px; }
}
