:root {
  --bg: #050507;
  --panel: rgba(255, 255, 255, 0.052);
  --line: rgba(255, 255, 255, 0.11);
  --text: #f7f2f8;
  --muted: #b9b0bd;
  --soft: #918996;
  --pink: #ff2aa3;
  --purple: #9c67ff;
  --green: #61e7a4;
  --max: 1040px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.nexus-legal-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 42, 163, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(156, 103, 255, 0.13), transparent 24%),
    radial-gradient(circle at 5% 60%, rgba(255, 42, 163, 0.08), transparent 23%),
    var(--bg);
  line-height: 1.72;
}
.nexus-legal-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.nx-container { width: min(calc(100% - 34px), var(--max)); margin: 0 auto; }
.nx-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.nx-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 1.08rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.nx-brand img { width: 36px; height: 36px; object-fit: contain; }
.nx-nav { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.nx-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 750; }
.nx-nav a:hover, .nx-nav a[aria-current="page"] { color: #fff; }
.nx-hero { padding: 86px 0 58px; text-align: center; }
.nx-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,42,163,.34); background: rgba(255,42,163,.08); border-radius: 999px; color: #ffd8ef; font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nx-eyebrow::before { content: "✦"; color: var(--pink); }
.nexus-legal-page h1, .nexus-legal-page h2, .nexus-legal-page h3 { color: var(--text); line-height: 1.12; letter-spacing: -.035em; }
.nexus-legal-page h1 { margin: 22px auto 18px; font-size: clamp(3rem, 7vw, 5.8rem); }
.nexus-legal-page h2 { margin: 0 0 16px; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.nexus-legal-page h3 { margin: 28px 0 10px; font-size: 1.22rem; }
.nx-gradient { background: linear-gradient(100deg, #fff 6%, #ffd0eb 35%, #ff62bc 66%, #b28cff 95%); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.nx-lead { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.nx-effective { display: inline-block; margin-top: 22px; color: var(--soft); font-size: .9rem; }
.nx-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 32px; align-items: start; padding: 18px 0 94px; }
.nx-toc { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10,10,15,.78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nx-toc strong { display: block; margin-bottom: 10px; color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.nx-toc a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: .88rem; line-height: 1.35; }
.nx-toc a:hover { color: #fff; }
.nx-content { min-width: 0; }
.nx-section { margin-bottom: 18px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.057), rgba(255,255,255,.024)); scroll-margin-top: 24px; }
.nx-section p, .nx-section li { color: var(--muted); }
.nx-section p:last-child, .nx-section ul:last-child, .nx-section ol:last-child { margin-bottom: 0; }
.nx-section ul, .nx-section ol { padding-left: 1.25rem; }
.nx-section li { margin: 9px 0; }
.nx-callout { margin: 18px 0 0; padding: 18px 20px; border: 1px solid rgba(255,42,163,.24); border-radius: 16px; background: linear-gradient(120deg, rgba(255,42,163,.08), rgba(156,103,255,.055)); color: #e6dce8; }
.nx-callout.green { border-color: rgba(97,231,164,.22); background: rgba(97,231,164,.055); color: #daf5e8; }
.nx-table-wrap { width: 100%; overflow-x: auto; margin-top: 18px; border: 1px solid var(--line); border-radius: 16px; }
.nx-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.nx-table th, .nx-table td { padding: 14px 15px; vertical-align: top; border-bottom: 1px solid var(--line); text-align: left; }
.nx-table th { color: #fff; background: rgba(255,255,255,.05); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.nx-table td { color: var(--muted); font-size: .91rem; }
.nx-table tr:last-child td { border-bottom: 0; }
.nx-section a, .nx-footer a { color: #ff79c5; text-decoration: none; }
.nx-section a:hover, .nx-footer a:hover { color: #ffaad8; text-decoration: underline; }
.nx-footer { padding: 34px 0 48px; border-top: 1px solid var(--line); color: var(--soft); text-align: center; font-size: .88rem; }
.nx-footer-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
@media (max-width: 820px) { .nx-layout { grid-template-columns: 1fr; } .nx-toc { position: relative; top: auto; max-height: none; } }
@media (max-width: 620px) { .nx-topbar { align-items: flex-start; flex-direction: column; } .nx-nav { gap: 12px; } .nx-hero { padding: 62px 0 42px; text-align: left; } .nexus-legal-page h1 { margin-left: 0; } .nx-lead { margin-left: 0; } .nx-section { padding: 22px; } }