/* theme */

:root {
  --bg: #0a0f24;
  --surface: #111937;
  --surface-2: #17214a;
  --border: #243064;
  --text: #e8ecf6;
  --muted: #a7b1cd;
  --gold: #ffcc00;
  --gold-2: #f5a300;
  --link: #ffd84d;
  --ok: #3ddc97;
  --max: 1180px;
  --prose: 860px;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, sans-serif;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
strong { color: #fff; }

.re-ttg { max-width: var(--max); margin: 0 auto; padding: 0 16px; }

/* ---------- Header ---------- */
.re-w1oohn {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 12, 30, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.re-pb23o6 {
  max-width: var(--max); margin: 0 auto; padding: 10px 16px;
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.re-j34 { display: inline-flex; margin-right: auto; order: 1; }
.re-j34 img { width: 150px; height: auto; }
.re-pnt2k7 { position: absolute; opacity: 0; pointer-events: none; }
.re-mv47 { order: 2; }
.re-w8m6 { order: 3; }
.re-mv47 ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.re-mv47 a {
  display: block; padding: 8px 14px; border-radius: 8px;
  color: var(--text); text-decoration: none; font-weight: 600;
}
.re-mv47 a:hover, .re-mv47 a.re-sj5 { background: var(--surface-2); color: var(--gold); }
.re-w8m6 { display: flex; align-items: center; gap: 8px; }

.re-gu1rd {
  display: inline-block; padding: 9px 18px; border-radius: 10px;
  font-weight: 700; font-size: 15px; text-decoration: none; white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.re-gu1rd:hover { transform: translateY(-1px); }
.re-zb3828 { color: var(--text); border: 1px solid var(--border); }
.re-zb3828:hover { color: var(--gold); border-color: var(--gold); }
.re-p1mhn0, .re-kmcp {
  color: #1a1400; background: linear-gradient(180deg, var(--gold), var(--gold-2));
  box-shadow: 0 4px 18px rgba(255, 190, 0, .25);
}
.re-p1mhn0:hover, .re-kmcp:hover { color: #1a1400; box-shadow: 0 6px 24px rgba(255, 190, 0, .4); }
.re-kmcp { padding: 14px 30px; font-size: 17px; }

.re-pqfs2j { display: none; width: 40px; height: 40px; cursor: pointer; border-radius: 8px; border: 1px solid var(--border); }
.re-pqfs2j span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--text); border-radius: 2px; }

@media (max-width: 860px) {
  .re-pqfs2j { display: flex; flex-direction: column; justify-content: center; }
  .re-zb3828 { display: none; }
  .re-mv47 { order: 4; width: 100%; display: none; }
  .re-pnt2k7:checked ~ .re-mv47 { display: block; }
  .re-mv47 ul { flex-direction: column; padding: 6px 0 10px; }
  .re-j34 img { width: 124px; }
}

/* ---------- Breadcrumbs ---------- */
.re-k7vf3 { font-size: 14px; color: var(--muted); padding: 12px 0 0; }
.re-k7vf3 a { color: var(--muted); }
.re-k7vf3 .re-qwtw { margin: 0 6px; opacity: .6; }

/* ---------- Hero ---------- */
.re-e2hmh { position: relative; margin: 14px auto 0; max-width: var(--max); padding: 0 16px; }
.re-bj5q4 { border-radius: var(--radius); overflow: hidden; }
.re-bj5q4 img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: right center; }
.re-pvv { padding: 18px 2px 0; }
.re-e2hmh h1 { margin: 0 0 10px; font-size: 30px; line-height: 1.2; color: #fff; }
.re-e2hmh .re-zndt { margin: 0 0 16px; color: var(--muted); font-size: 18px; }
.re-kech { font-size: 14px; color: var(--muted); margin: 12px 0 0; }

@media (min-width: 861px) {
  .re-pvv {
    position: absolute; left: 16px; top: 0; bottom: 0; width: 52%;
    display: flex; flex-direction: column; justify-content: center;
    padding: 40px 48px;
    background: linear-gradient(90deg, rgba(6, 10, 28, .92) 0%, rgba(6, 10, 28, .7) 70%, rgba(6, 10, 28, 0) 100%);
    border-radius: var(--radius) 0 0 var(--radius);
  }
  .re-e2hmh h1 { font-size: 40px; }
}

/* ---------- Content ---------- */
main { padding-bottom: 40px; }
.re-kb7 { max-width: var(--prose); margin: 0 auto; padding: 0 16px; }
.re-kb7 h2 {
  font-size: 29px; line-height: 1.25; color: #fff;
  margin: 48px 0 14px; padding-top: 6px;
}
.re-kb7 h2::after { content: ""; display: block; width: 56px; height: 3px; margin-top: 10px; background: var(--gold); border-radius: 3px; }
.re-kb7 h3 { font-size: 20px; color: #fff; margin: 30px 0 10px; }
.re-kb7 p, .re-kb7 li { color: var(--text); }
.re-kb7 ul, .re-kb7 ol { padding-left: 22px; }
.re-kb7 li { margin: 6px 0; }
.re-kb7 ol li::marker { color: var(--gold); font-weight: 700; }
.re-kb7 ul li::marker { color: var(--gold); }
.re-kb7 hr { border: 0; border-top: 1px solid var(--border); margin: 40px 0; }

.re-fwuy {
  font-size: 14px; color: var(--muted);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 16px; margin: 18px 0;
}
.callout {
  background: var(--surface-2); border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 22px 0;
}
.callout p { margin: 0; }
.re-nmk3pt {
  background: var(--surface); border: 1px solid var(--border); border-left-color: var(--ok);
  border-left-width: 4px; border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 32px 0 0;
  font-size: 15px;
}
.re-nmk3pt p { margin: 0; }

/* bonus card */
.re-pso4zm {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px;
  margin: 26px 0; padding: 20px 22px;
  background: radial-gradient(120% 140% at 0% 0%, #2a2360 0%, var(--surface-2) 55%);
  border: 1px solid rgba(255, 204, 0, .45); border-radius: var(--radius);
}
.re-pso4zm .re-iqecwo { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); font-weight: 700; }
.re-pso4zm .re-sjxhe { font-size: 26px; font-weight: 800; color: #fff; line-height: 1.2; }
.re-pso4zm .re-epjkap { font-size: 14px; color: var(--muted); }
.re-pso4zm .re-u4qogw { flex: 1 1 320px; }
.re-pso4zm .re-okdr { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.re-pso4zm .re-okdr a:not(.re-gu1rd) { font-size: 15px; }
.re-iz6779 { text-align: center; margin: 28px 0; }

/* TOC */
.re-hhke { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; margin: 22px 0; }
.re-hhke summary { cursor: pointer; padding: 14px 18px; font-weight: 700; list-style: none; }
.re-hhke summary::-webkit-details-marker { display: none; }
.re-hhke summary::before { content: "▸"; color: var(--gold); margin-right: 8px; display: inline-block; transition: transform .15s; }
.re-hhke[open] summary::before { transform: rotate(90deg); }
.re-hhke ul { margin: 0; padding: 0 18px 14px 40px; columns: 2; column-gap: 28px; }
.re-hhke li { break-inside: avoid; }
.re-hhke a { color: var(--text); text-decoration: none; }
.re-hhke a:hover { color: var(--gold); }
@media (max-width: 600px) { .re-hhke ul { columns: 1; } }

/* tables */
.re-qu0v { overflow-x: auto; margin: 20px 0; border: 1px solid var(--border); border-radius: 10px; }
table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 520px; }
th, td { padding: 11px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
th { background: var(--surface-2); color: var(--gold); font-weight: 700; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) td { background: rgba(255, 255, 255, .025); }

/* FAQ */
.re-p2yfgp h3 {
  margin: 12px 0 0; padding: 14px 18px; font-size: 17px;
  background: var(--surface); border: 1px solid var(--border); border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.re-p2yfgp h3 + p {
  margin: 0 0 12px; padding: 0 18px 14px;
  background: var(--surface); border: 1px solid var(--border); border-top: 0;
  border-radius: 0 0 10px 10px; color: var(--muted);
}

/* ---------- Footer ---------- */
.re-ierf { background: #070b1c; border-top: 1px solid var(--border); margin-top: 40px; padding: 36px 0 90px; font-size: 15px; }
.re-y86j0m { max-width: var(--max); margin: 0 auto; padding: 0 16px; }
.re-hrg { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.re-svcm8 h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--gold); margin: 0 0 12px; }
.re-svcm8 ul { list-style: none; margin: 0; padding: 0; }
.re-svcm8 li { margin: 6px 0; }
.re-svcm8 a { color: var(--muted); text-decoration: none; }
.re-svcm8 a:hover { color: var(--gold); }
.re-svcm8 img { width: 140px; margin-bottom: 12px; }
.re-svcm8 p { color: var(--muted); margin: 0; }
.re-xoo { border-top: 1px solid var(--border); margin-top: 28px; padding-top: 20px; color: var(--muted); font-size: 13px; }
.re-xoo p { margin: 0 0 8px; }
.re-vhou {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid #ff5a5a;
  color: #ff8080; font-weight: 800; font-size: 13px; margin-right: 10px; vertical-align: middle;
}
@media (max-width: 760px) { .re-hrg { grid-template-columns: 1fr; } }
@media (min-width: 861px) { .re-ierf { padding-bottom: 36px; } }

/* sticky mobile CTA */
.re-trn16 {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(8, 12, 30, .97); border-top: 1px solid var(--border);
}
.re-trn16 span { font-size: 14px; color: var(--muted); line-height: 1.3; }
.re-trn16 strong { color: var(--gold); }
@media (min-width: 861px) { .re-trn16 { display: none; } }

@media (min-width: 861px) {
  .re-pb23o6 { flex-wrap: nowrap; }
  .re-mv47 a { padding: 8px 10px; font-size: 15px; white-space: nowrap; }
}
