:root {
  color-scheme: dark;
  --bg: #10140f;
  --panel: #171d15;
  --line: rgba(197, 234, 128, .22);
  --text: #f4f8ef;
  --muted: #aeb9a6;
  --lime: #b8ff61;
  --brand: #6fa30d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 20% 0%, #26341f, var(--bg) 42%); color: var(--text); }
a { color: inherit; }
.aff-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 56px; }
.narrow { width: min(760px, calc(100% - 32px)); min-height: 100vh; display: grid; place-items: center; }
.aff-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.nav-links { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-weight: 700; font-size: 14px; }
.aff-hero { border: 1px solid var(--line); border-radius: 8px; background: rgba(23,29,21,.82); padding: clamp(24px, 5vw, 52px); box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.eyebrow { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; margin: 0 0 10px; }
h1 { font-size: clamp(34px, 6vw, 68px); line-height: .98; margin: 0 0 16px; letter-spacing: 0; }
h2 { font-size: clamp(24px, 3vw, 36px); margin: 0 0 14px; letter-spacing: 0; }
p { color: var(--muted); line-height: 1.65; font-size: 17px; }
.aff-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.aff-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; padding: 13px 18px; background: var(--lime); color: #122006; font-weight: 900; text-decoration: none; border: 1px solid var(--lime); }
.aff-btn.secondary { background: transparent; color: var(--text); border-color: var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 18px 0; }
.card { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.035); padding: 18px; }
.card b { display: block; margin-bottom: 8px; color: var(--text); }
.linkbox { margin-top: 18px; display: grid; gap: 8px; }
.linkbox input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 13px; background: #0f140e; color: var(--lime); font: inherit; }
.policy-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.policy-list li { border-left: 3px solid var(--brand); padding-left: 12px; color: var(--muted); line-height: 1.6; }
.section { margin-top: 42px; }
.table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.table th, .table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; color: var(--muted); }
.table th { color: var(--text); background: rgba(255,255,255,.04); }
footer { color: var(--muted); text-align: center; padding: 30px 0; }
@media (max-width: 760px) {
  .aff-nav { align-items: flex-start; flex-direction: column; }
  .grid { grid-template-columns: 1fr; }
  .aff-actions { display: grid; }
}

.social-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin:0 auto 16px}
.social-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#151715;border:1px solid rgba(255,255,255,.12);color:#e8ece4;transition:transform .2s,background .2s,color .2s,border-color .2s}
.social-ico svg{width:21px;height:21px;fill:currentColor}
.social-ico:hover{background:#b8ff61;color:#071005;border-color:#b8ff61;transform:translateY(-2px)}

.footer-by{margin-top:10px;font-size:.9rem;text-align:center}.footer-by a{color:#b8ff61;font-weight:800}
