* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; color: #ececec; background: #080909; font-family: Arial, Helvetica, "Segoe UI", sans-serif; }
a { color: #f29620; }
.legal-header { border-bottom: 1px solid rgba(255,255,255,.08); background: #0d0f11; }
.legal-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(1100px, calc(100% - 36px)); margin: auto; padding: 18px 0; }
.legal-logo { width: 170px; height: auto; }
.legal-back { text-decoration: none; font-weight: 700; }
.legal-main { width: min(820px, calc(100% - 36px)); margin: auto; padding: 70px 0 90px; }
.legal-kicker { color: #f29620; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(34px, 6vw, 58px); line-height: 1.05; }
h2 { margin: 38px 0 12px; color: #fff; font-size: 23px; }
p, li { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.legal-updated { padding: 12px 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.03); }
.legal-footer { border-top: 1px solid rgba(255,255,255,.08); padding: 25px 18px; color: rgba(255,255,255,.5); font-size: 13px; text-align: center; }
.error-main { display: grid; min-height: calc(100dvh - 82px); place-items: center; text-align: center; }
.error-code { color: #f29620; font-size: clamp(70px, 18vw, 150px); font-weight: 800; line-height: .9; }
.error-link { display: inline-flex; margin-top: 20px; padding: 13px 20px; color: #111; font-weight: 700; text-decoration: none; border-radius: 11px; background: #f29620; }
@media (max-width: 575px) { .legal-logo { width: 135px; } .legal-main { padding-top: 48px; } }

