* { box-sizing: border-box; }
:root {
  --bg: #0d0d0d;
  --panel: #191919;
  --panel2: #232323;
  --field: #111;
  --text: #f4f4f4;
  --muted: #b9b9b9;
  --soft: #858585;
  --gold: #e8b84a;
  --gold2: #d4a43e;
  --gold3: #f0cc6e;
  --green: #34d399;
  --red: #ef4444;
  --line: rgba(255,255,255,.12);
  --gold-line: rgba(232,184,74,.38);
  --shadow: 0 24px 76px rgba(0,0,0,.48);
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--font);
  background:
    radial-gradient(circle at 15% 0%, rgba(232,184,74,.16), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(185,28,28,.12), transparent 26%),
    linear-gradient(180deg, #0b0b0b 0%, #171717 42%, #090909 100%);
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background-image: linear-gradient(90deg,#fff 1px,transparent 1px), linear-gradient(#fff 1px,transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page { position: relative; z-index: 1; width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 10px;
  z-index: 10;
  display: grid;
  grid-template-columns: 172px 1fr auto;
  gap: 14px;
  align-items: center;
  margin: 10px 0 34px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(24,24,24,.94);
  box-shadow: 0 16px 50px rgba(0,0,0,.38);
  backdrop-filter: blur(16px);
}
.logo img { width: 150px; }
.nav-links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; color: #dedede; font-size: 13px; font-weight: 850; }
.nav-links a { padding: 9px 10px; border-radius: 999px; }
.nav-links a:hover, .nav-links a.active { color: #111; background: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 16px; border-radius: 999px; color: #111; background: linear-gradient(135deg,var(--gold3),var(--gold2)); font-weight: 1000; box-shadow: 0 16px 40px rgba(232,184,74,.20); }
.btn.secondary { color: #f1f1f1; border: 1px solid var(--line); background: #1c1c1c; box-shadow: none; }
.hero { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 18px; align-items: stretch; margin-bottom: 26px; }
.hero-card, .side-card, .doc-card, .toc, .policy-card, .note-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  background: radial-gradient(circle at 14% 0%, rgba(232,184,74,.12), transparent 32%), linear-gradient(135deg, rgba(35,35,35,.96), rgba(14,14,14,.96));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-card:before, .doc-card:before, .policy-card:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background-image: linear-gradient(90deg,#fff 1px,transparent 1px), linear-gradient(#fff 1px,transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 20% 0%, black, transparent 70%);
}
.hero-card { padding: clamp(24px,4vw,44px); }
.kicker { color: var(--gold); font-size: 13px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
h1 { position: relative; margin: 12px 0 16px; max-width: 820px; font-size: clamp(42px,7vw,82px); line-height: .9; letter-spacing: -.065em; }
h2 { margin: 0 0 14px; font-size: clamp(28px,4vw,46px); line-height: .96; letter-spacing: -.05em; }
h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.6; }
.lead { max-width: 760px; font-size: 18px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 11px; border: 1px solid var(--gold-line); border-radius: 999px; color: var(--gold3); background: rgba(232,184,74,.08); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.side-card { padding: 18px; display: grid; align-content: start; gap: 12px; }
.side-card .metric { padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.035); }
.metric b { display: block; color: var(--gold); font-size: 26px; line-height: 1; }
.metric span { display: block; margin-top: 6px; color: #d7d7d7; font-size: 13px; line-height: 1.35; }
.layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 18px; align-items: start; }
.toc { position: sticky; top: 100px; padding: 16px; }
.toc strong { display: block; margin-bottom: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.toc a { display: block; padding: 10px 11px; border-radius: 14px; color: #dadada; font-size: 14px; font-weight: 800; }
.toc a:hover { color: #111; background: var(--gold); }
.doc-stack { display: grid; gap: 16px; }
.doc-card { padding: clamp(18px,3vw,30px); }
.doc-card > * { position: relative; }
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.policy-card, .note-card { padding: 18px; }
.policy-card b, .note-card b { display: block; color: var(--gold); margin-bottom: 8px; }
ul, ol { margin: 12px 0 0; padding-left: 20px; color: #dcdcdc; line-height: 1.6; }
li + li { margin-top: 7px; }
.checklist { display: grid; gap: 10px; padding: 0; list-style: none; }
.checklist li { margin: 0; padding: 12px 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.035); }
.checklist li:before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px rgba(232,184,74,.38); }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
table { width: 100%; border-collapse: collapse; min-width: 680px; background: rgba(0,0,0,.14); }
th, td { padding: 14px 13px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
th { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
td { color: #dedede; line-height: 1.5; }
.warning { border-color: rgba(255,120,120,.32); background: radial-gradient(circle at 14% 0%, rgba(185,28,28,.18), transparent 34%), linear-gradient(135deg, rgba(35,35,35,.96), rgba(14,14,14,.96)); }
.footer { margin: 34px 0 28px; padding: 22px; border: 1px solid var(--line); border-radius: 28px; background: #151515; color: #aaa; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer:after { content: "Partners@1xslots.agency"; color: var(--gold); font-weight: 900; }
@media (max-width: 900px) { .nav { grid-template-columns: 1fr; } .nav-links { justify-content: flex-start; } .hero, .layout, .grid-2, .grid-3 { grid-template-columns: 1fr; } .toc { position: static; } }
