.legal-footer { margin-top: 18px; text-align: center; font-size: 12px; }
.legal-footer a { color: #bdbdbd; text-decoration: underline; text-underline-offset: 4px; }
.legal-footer a:hover { color: #fff; }
.legal-footer a:focus-visible, .privacy-page a:focus-visible { outline: 2px solid #bdb0ef; outline-offset: 5px; }
.privacy-page { margin: 0; background: #000; color: #c6c6c6; font: 16px/1.8 "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
.privacy-page::before { content: ""; position: fixed; inset: 0; background: url("assets/background.jpg") center right / cover no-repeat; filter: grayscale(1) brightness(.38); pointer-events: none; z-index: -2; }
.privacy-page::after { content: ""; position: fixed; inset: 0; background: linear-gradient(90deg, #000e, #0009 55%, #0005); pointer-events: none; z-index: -1; }
.privacy-page { isolation: isolate; }
.privacy-page * { box-sizing: border-box; }
.privacy-content { max-width: 900px; margin: 0 auto; padding: 42px 48px 64px; overflow-wrap: anywhere; background: #040404c7; border-inline: 1px solid #ffffff14; min-height: 100vh; }
.privacy-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 32px; border-bottom: 1px solid #ffffff21; }
.privacy-page .privacy-brand { display: flex; align-items: center; gap: 16px; font: bold 30px/1.2 "Old English Text MT", Georgia, "Times New Roman", serif; text-decoration: none; color: #f6f6f6; text-shadow: 0 0 18px #ffffff40; }
.privacy-brand img { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; border: 1px solid #ffffff40; padding: 3px; background: #ffffff08; box-shadow: 0 0 28px #ffffff18; }
.privacy-nav > a:last-child { font-size: 13px; white-space: nowrap; }
.privacy-page a { color: #ededed; text-underline-offset: 4px; transition: color .2s ease, text-shadow .2s ease; }
.privacy-page a:hover { color: #fff; text-shadow: 0 0 12px #ffffff50; }
.privacy-page h1 { color: #f6f6f6; font: bold 40px/1.2 Georgia, "Times New Roman", serif; margin: 42px 0 10px; text-shadow: 0 0 24px #ffffff25; }
.privacy-page h2 { color: #f0f0f0; font-size: 19px; line-height: 1.4; margin: 34px 0 14px; padding-top: 26px; border-top: 1px solid #ffffff14; }
.privacy-page p { margin: 8px 0 16px; }
.privacy-date { color: #a3a3a3; font-size: 13px; }
.privacy-page .privacy-draft { border-left: 2px solid #999; padding: 12px 18px; margin-top: 26px; background: #ffffff06; font-size: 14px; }
.privacy-page .legal-footer { border-top: 1px solid #ffffff21; padding-top: 26px; margin-top: 40px; }
@media (max-width: 600px) {
  .privacy-content { padding: 24px 22px 40px; border: 0; }
  .privacy-nav { gap: 12px; flex-wrap: wrap; padding-bottom: 24px; }
  .privacy-page .privacy-brand { font-size: 24px; gap: 12px; }
  .privacy-brand img { width: 48px; height: 48px; flex-basis: 48px; }
  .privacy-page h1 { font-size: 34px; margin-top: 32px; }
}
@media (prefers-reduced-motion: reduce) { .privacy-page a { transition: none; } }
