:root {
  color-scheme: dark;
  --bg: #050807;
  --panel: rgba(12,18,16,.88);
  --line: rgba(186,255,63,.18);
  --lime: #baff3f;
  --green: #42ee9a;
  --text: #f2f7f2;
  --muted: #98a49c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 5%, rgba(66,238,154,.09), transparent 28rem),
    linear-gradient(180deg, #050807, #080d0a 55%, #040605);
}
a { color: inherit; }
.aurora { position: fixed; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(120px); opacity: .12; pointer-events: none; }
.aurora-a { top: 14rem; left: -24rem; background: var(--lime); }
.aurora-b { right: -24rem; bottom: 2rem; background: var(--green); }

.site-header, main, footer { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 10px; image-rendering: pixelated; }
.brand > span { display: grid; }
.brand strong { font-size: 18px; }
.brand strong span, .privacy-document a { color: var(--lime); }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.back-link { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--lime); background: rgba(186,255,63,.06); text-decoration: none; font-size: 13px; font-weight: 750; transition: .2s ease; }
.back-link:hover { border-color: rgba(186,255,63,.5); background: rgba(186,255,63,.13); transform: translateY(-1px); }

.privacy-hero { padding: 78px 0 56px; border-bottom: 1px solid rgba(255,255,255,.08); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 18px currentColor; }
.privacy-hero h1 { margin: 18px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 8vw, 88px); font-weight: 500; letter-spacing: -.05em; }
.privacy-hero > p { max-width: 760px; margin: 0; color: #bdc8c0; font-size: 17px; line-height: 1.85; }
.privacy-hero dl { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; }
.privacy-hero dl div { min-width: 190px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.privacy-hero dt { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.privacy-hero dd { margin: 5px 0 0; font-size: 13px; font-weight: 750; }
.privacy-hero dd a { color: var(--lime); }

.privacy-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 42px; padding: 46px 0 72px; }
.privacy-nav { position: sticky; top: 24px; align-self: start; display: grid; gap: 5px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,16,13,.78); backdrop-filter: blur(18px); }
.privacy-nav strong { padding: 4px 9px 10px; color: var(--lime); font-size: 11px; letter-spacing: .12em; }
.privacy-nav a { padding: 8px 9px; border-radius: 8px; color: var(--muted); text-decoration: none; font-size: 12px; }
.privacy-nav a:hover { color: var(--text); background: rgba(186,255,63,.07); }
.privacy-document { min-width: 0; }
.privacy-document section { position: relative; margin-bottom: 16px; padding: 30px; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: linear-gradient(145deg, rgba(14,22,18,.88), rgba(7,12,9,.82)); scroll-margin-top: 20px; }
.section-number { position: absolute; top: 27px; right: 28px; color: rgba(186,255,63,.38); font: 800 12px/1 ui-monospace, monospace; }
.privacy-document h2 { margin: 0 50px 16px 0; font-size: 23px; }
.privacy-document h3 { margin: 0 0 8px; color: #e8f4eb; font-size: 14px; }
.privacy-document p, .privacy-document li, .provider-list dd { color: #acb9b0; font-size: 14px; line-height: 1.85; }
.privacy-document p { margin: 10px 0 0; }
.privacy-document ul { margin: 12px 0 0; padding-left: 20px; }
.privacy-document li + li { margin-top: 5px; }
.privacy-document strong { color: #eaffc4; }
.data-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.data-grid > div { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(186,255,63,.025); }
.data-grid p { margin: 0; font-size: 12px; }
.notice, .limited-use { margin-top: 18px; padding: 15px 17px; border-left: 3px solid var(--lime); border-radius: 0 12px 12px 0; background: rgba(186,255,63,.06); }
.notice p, .limited-use p { margin: 4px 0 0; font-size: 12px; }
.provider-list { display: grid; gap: 8px; margin: 16px 0 0; }
.provider-list div { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.provider-list dt { color: var(--lime); font-size: 13px; font-weight: 800; }
.provider-list dd { margin: 0; font-size: 12px; }
.contact-card { display: grid; gap: 6px; margin-top: 20px; padding: 20px; border: 1px solid rgba(186,255,63,.35); border-radius: 14px; background: linear-gradient(135deg, rgba(186,255,63,.1), rgba(66,238,154,.035)); }
.contact-card span { color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.contact-card strong { font-size: 18px; }
.contact-card a { width: fit-content; font-size: 14px; font-weight: 750; }

footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding: 24px 0 34px; color: var(--muted); border-top: 1px solid rgba(255,255,255,.07); font-size: 11px; }
footer a { color: var(--lime); text-decoration: none; }

@media (max-width: 780px) {
  .site-header, main, footer { width: min(100% - 28px, 1160px); }
  .privacy-hero { padding: 54px 0 38px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 18px; padding-top: 24px; }
  .privacy-nav { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .privacy-nav strong { grid-column: 1 / -1; }
  .data-grid { grid-template-columns: 1fr; }
  .provider-list div { grid-template-columns: 1fr; gap: 4px; }
  .privacy-document section { padding: 23px 20px; }
}

@media (max-width: 480px) {
  .brand small { display: none; }
  .privacy-nav { grid-template-columns: 1fr; }
  .privacy-hero dl { display: grid; }
  .privacy-hero dl div { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .back-link { transition: none; }
}
