:root {
  --stake-bg: #0b141d;
  --stake-surface: #142431;
  --stake-surface-2: #1b2f3d;
  --stake-surface-3: #213b4b;
  --stake-text: #f2f6fa;
  --stake-muted: #aebdca;
  --stake-line: rgba(184, 211, 230, 0.16);
  --stake-green: #00e701;
  --stake-green-dark: #00b801;
  --stake-blue: #5eb8ff;
  --stake-yellow: #ffd166;
  --stake-red: #ff6b7a;
  --stake-radius: 18px;
  --stake-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.page-template-default {
  margin: 0;
  color: var(--stake-text);
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 231, 1, 0.08), transparent 30rem),
    radial-gradient(circle at 90% 12%, rgba(94, 184, 255, 0.08), transparent 32rem),
    var(--stake-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.wrapper { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--stake-line);
  background: rgba(11, 20, 29, 0.92);
  backdrop-filter: blur(18px);
}

.header-row { display: flex; align-items: center; gap: 22px; min-height: 74px; }
.site-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-logo img { display: block; width: 142px; height: auto; }

.desktop-nav { flex: 1 1 auto; }
.desktop-nav ul,
.mobile-menu ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a,
.mobile-menu a {
  display: block;
  padding: 9px 11px;
  color: var(--stake-muted);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-menu a:hover { color: var(--stake-text); background: var(--stake-surface-2); }

.header-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 14px;
  border: 1px solid var(--stake-line);
  border-radius: 12px;
  background: var(--stake-surface-2);
  color: var(--stake-text);
  font-weight: 800;
}
.mobile-menu summary::-webkit-details-marker { display: none; }

.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 12px;
  color: #061008;
  background: linear-gradient(180deg, var(--stake-green), #00cf01);
  box-shadow: 0 9px 24px rgba(0, 231, 1, 0.16);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 12px 30px rgba(0, 231, 1, 0.22); }
.btn-secondary,
a.btn-secondary { color: var(--stake-text); background: var(--stake-surface-3); box-shadow: none; }
.header-actions .btn { min-height: 40px; padding: 9px 14px; font-size: 14px; }

.breadcrumbs { margin: 26px 0 12px; color: var(--stake-muted); font-size: 14px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #597080; }
.breadcrumbs a { color: var(--stake-blue); text-decoration: none; }

.hero {
  position: relative;
  overflow: hidden;
  margin: 12px 0 24px;
  padding: clamp(28px, 6vw, 62px);
  border: 1px solid var(--stake-line);
  border-radius: 26px;
  background:
    linear-gradient(125deg, rgba(0, 231, 1, .12), transparent 38%),
    linear-gradient(300deg, rgba(94, 184, 255, .12), transparent 42%),
    var(--stake-surface);
  box-shadow: var(--stake-shadow);
}
.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255,255,255,.018), 0 0 0 92px rgba(255,255,255,.012);
  pointer-events: none;
}
.eyebrow { margin: 0 0 10px; color: var(--stake-green); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.hero p { max-width: 820px; color: #cfdae3; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.hero .affiliate-disclosure { margin-top: 14px; color: #91a5b4; font-size: 13px; line-height: 1.5; }

main article > section,
.page-contents {
  margin: 22px 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--stake-line);
  border-radius: var(--stake-radius);
  background: rgba(20, 36, 49, .82);
  box-shadow: 0 10px 34px rgba(0,0,0,.14);
}
main h2 { margin: 0 0 16px; font-size: clamp(25px, 3.4vw, 36px); line-height: 1.18; letter-spacing: -.02em; }
main h3 { margin: 25px 0 8px; font-size: 21px; line-height: 1.3; }
main p { margin: 0 0 16px; }
main p:last-child { margin-bottom: 0; }
main a:not(.btn) { color: var(--stake-blue); text-underline-offset: 3px; }
main ul, main ol { padding-left: 24px; }
main li { margin: 7px 0; }
main li::marker { color: var(--stake-green); font-weight: 800; }

.quick-answer { border-color: rgba(0,231,1,.35); background: linear-gradient(135deg, rgba(0,231,1,.10), rgba(20,36,49,.9)); }
.quick-answer h2::before { content: "✓"; display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; border-radius: 50%; color: #061008; background: var(--stake-green); font-size: 19px; vertical-align: 3px; }

#ukraine-legal {
  border-color: rgba(255,209,102,.32);
  background: linear-gradient(135deg, rgba(255,209,102,.08), rgba(20,36,49,.94));
}

.notice { margin: 22px 0; padding: 17px 19px; border-left: 4px solid var(--stake-blue); border-radius: 10px; color: #dce9f2; background: rgba(94,184,255,.08); }
.notice-warning { border-left-color: var(--stake-yellow); background: rgba(255,209,102,.08); }
.notice-danger { border-left-color: var(--stake-red); background: rgba(255,107,122,.08); }
.notice-success { border-left-color: var(--stake-green); background: rgba(0,231,1,.07); }

.page-contents { padding-block: 22px; }
.page-contents-title { display: flex; align-items: center; gap: 10px; color: var(--stake-text); font-weight: 900; }
.page-contents-menu ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 28px; margin: 16px 0 0; padding: 0; list-style: none; }
.page-contents-menu li { margin: 0; }
.page-contents-menu a { display: block; padding: 7px 0; color: var(--stake-muted); text-decoration: none; }
.page-contents-menu a:hover { color: var(--stake-green); }

.table-wrapper { overflow-x: auto; border: 1px solid var(--stake-line); border-radius: 14px; }
table { width: 100%; border-collapse: collapse; min-width: 560px; background: rgba(8,18,26,.35); }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--stake-line); text-align: left; vertical-align: top; }
th { color: var(--stake-text); background: rgba(255,255,255,.025); }
td { color: #cbd7e0; }
tr:last-child th, tr:last-child td { border-bottom: 0; }

.feature-grid,
.related-pages { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.feature-card,
.related-pages article { margin: 0; padding: 20px; border: 1px solid var(--stake-line); border-radius: 14px; background: linear-gradient(145deg, rgba(33,59,75,.9), rgba(20,36,49,.9)); }
.feature-card h3,
.related-pages article h3 { margin-top: 0; }
.related-pages article p { color: var(--stake-muted); font-size: 15px; }
.related-pages article a { color: var(--stake-text); text-decoration: none; }
.related-pages article:hover { border-color: rgba(0,231,1,.35); transform: translateY(-2px); transition: .18s ease; }

.faq-list details { margin: 10px 0; border: 1px solid var(--stake-line); border-radius: 12px; background: rgba(8,18,26,.28); }
.faq-list summary { cursor: pointer; padding: 16px 18px; font-weight: 800; }
.faq-list details p { padding: 0 18px 17px; color: #cbd7e0; }

.site-footer { margin-top: 58px; border-top: 1px solid var(--stake-line); background: #081119; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 34px; padding: 48px 0 34px; }
.footer-brand img { width: 145px; height: auto; }
.footer-brand p { max-width: 310px; color: var(--stake-muted); font-size: 14px; }
.footer-column h2 { margin: 0 0 13px; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 7px 0; }
.footer-column a { color: var(--stake-muted); font-size: 14px; text-decoration: none; }
.footer-column a:hover { color: var(--stake-green); }
.footer-bottom { padding: 20px 0 26px; border-top: 1px solid var(--stake-line); color: #8194a3; font-size: 13px; }
.footer-bottom p { margin: 5px 0; }

a:focus-visible, summary:focus-visible { outline: 3px solid rgba(94,184,255,.8); outline-offset: 3px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] { position: relative; }
  .mobile-menu ul { position: absolute; right: 0; top: 52px; display: grid; width: min(320px, calc(100vw - 40px)); padding: 12px; border: 1px solid var(--stake-line); border-radius: 14px; background: #12222e; box-shadow: var(--stake-shadow); }
  .mobile-menu a { padding: 11px 12px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .wrapper { width: min(100% - 24px, 1180px); }
  .header-row { min-height: 66px; gap: 10px; }
  .site-logo img { width: 118px; }
  .header-actions { display: none; }
  .hero { border-radius: 19px; padding: 28px 22px; }
  .hero h1 { font-size: 35px; }
  main article > section, .page-contents { padding: 22px 18px; border-radius: 15px; }
  .page-contents-menu ul { grid-template-columns: 1fr; }
  .feature-grid, .related-pages { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .quick-answer h2::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
