:root {
  --bg: #0d0f14;
  --surface: #151922;
  --surface-2: #1c222d;
  --border: #2a3240;
  --text: #f1f3f7;
  --muted: #9aa4b2;
  --primary: #d7263d;
  --primary-hover: #ef3a51;
  --primary-text: #ffffff;
  --gold: #f4c542;
  --teal: #3ec9a7;
  --red: #ff6b6b;
  --radius: 8px;
  --container: 1110px;
  --gutter: 15px;
  --font: Arial, Helvetica, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body { margin: 0; font: 16px/1.6 var(--font); color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); }
a:focus-visible, button:focus-visible, label:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 700; line-height: 1.2; color: var(--text); letter-spacing: -.01em; }
h1 { font-size: 40px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
p { margin: 0 0 16px; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 6px; }
strong { font-weight: 700; }
table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0 0 28px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); text-align: center; vertical-align: middle; font-size: 14px; }
th:last-child, td:last-child { border-right: 0; }
tr:last-child td { border-bottom: 0; }
th { background: #0a0c10; color: var(--gold); font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .06em; }
td { background: var(--surface); }
tr:nth-child(even) td { background: #181d27; }
td:first-child { font-weight: 700; text-align: left; }

.wrapper { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.entry-content { max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter) 40px; }
.ref { cursor: pointer; -webkit-user-select: none; user-select: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 22px; border-radius: var(--radius); background: var(--primary); color: var(--primary-text); font-weight: 700; font-size: 15px; text-decoration: none; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; transition: background .2s, transform .1s; }
.btn:hover { background: var(--primary-hover); }
.btn:active { transform: scale(.98); }
.btn--alt { background: var(--surface-2); border: 1px solid var(--border); }
.btn--alt:hover { background: #242c39; }
.main-button { display: flex; align-items: center; justify-content: center; text-align: center; max-width: 360px; width: 100%; min-height: 56px; margin: 8px auto 0; padding: 12px 24px; border-radius: var(--radius); background: var(--primary); color: var(--primary-text); font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; transition: background .2s; }
.main-button:hover { background: var(--primary-hover); }

.header { position: sticky; top: 0; z-index: 50; background: #0a0c10; border-bottom: 1px solid var(--border); }
.header__inner { max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); height: 66px; display: flex; align-items: center; gap: 20px; }
.logo img { height: 40px; width: auto; }
.header .logo { margin-right: auto; }
.main-nav__list { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.main-nav__list li { margin: 0; }
.main-nav__list a { display: block; padding: 8px 11px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.main-nav__list a:hover { color: var(--gold); }
.main-nav__buttons { display: none; }
.header-buttons { display: flex; gap: 10px; }
.header-buttons .btn { height: 40px; padding: 0 16px; font-size: 13px; }
.menu-toggle { position: absolute; opacity: 0; pointer-events: none; }
.burger { display: none; width: 40px; height: 40px; padding: 8px; flex-direction: column; justify-content: space-between; cursor: pointer; border-radius: 6px; }
.burger span { display: block; height: 3px; border-radius: 2px; background: var(--text); transition: transform .25s, opacity .25s; }

.hero { padding: 34px 0 26px; border-bottom: 1px solid var(--border); margin-bottom: 30px; }
.kicker { display: inline-block; margin-bottom: 10px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.hero h1 { margin-bottom: 14px; max-width: 900px; }
.hero__lead { font-size: 17px; max-width: 860px; color: #cfd6df; }
.byline { display: flex; align-items: center; gap: 12px; margin: 18px 0 6px; font-size: 14px; color: var(--muted); }
.byline img { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; border: 2px solid var(--gold); }
.byline strong { color: var(--text); }
.byline span { display: block; }

.section { margin: 0 0 50px; }
.section h2 { margin-top: 8px; }
.section h2 .kicker { display: block; margin-bottom: 6px; }
.section p, .section li { font-size: 16px; }

.top-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 8px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.top-card { display: grid; grid-template-columns: 70px 180px 1fr 190px; align-items: center; gap: 18px; padding: 16px 18px 16px 0; background: var(--surface); border-bottom: 1px solid var(--border); transition: background .2s; }
.top-card:last-child { border-bottom: 0; }
.top-card:hover { background: var(--surface-2); }
.top-card--first { background: linear-gradient(90deg, rgba(215, 38, 61, .14), var(--surface) 40%); }
.top-card__rank { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 30px; font-weight: 700; color: var(--gold); border-right: 1px solid var(--border); }
.top-card__logo { display: flex; align-items: center; justify-content: center; height: 82px; padding: 8px; border-radius: 6px; background: #080a0e; border: 1px solid var(--border); }
.top-card__logo img { max-height: 62px; width: auto; max-width: 100%; }
.top-card__body { min-width: 0; }
.top-card__name { font-size: 18px; font-weight: 700; margin: 0 0 4px; }
.top-card__name a { color: var(--text); text-decoration: none; }
.top-card__name a:hover { color: var(--gold); }
.top-card__bonus { font-size: 15px; color: var(--gold); font-weight: 700; margin: 0 0 6px; }
.top-card__meta { display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 13px; color: var(--muted); }
.tag { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.tag--usdt { background: rgba(62, 201, 167, .16); color: var(--teal); }
.tag--gbp { background: rgba(154, 164, 178, .16); color: var(--muted); }
.top-card__cta { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.score { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 6px 10px; border-radius: 6px; background: #080a0e; border: 1px solid var(--border); }
.score__num { font-size: 22px; font-weight: 700; color: var(--gold); }
.score__den { font-size: 12px; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 14px; height: 14px; fill: var(--gold); }
.stars svg.off { fill: #3a4352; }
.top-card__review { font-size: 13px; text-align: center; }

.criteria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: crit; }
.criteria__item { padding: 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); counter-increment: crit; }
.criteria__item h3 { margin: 0 0 8px; font-size: 16px; }
.criteria__item h3::before { content: counter(crit, upper-roman); display: block; margin-bottom: 10px; font-size: 26px; color: var(--primary); }
.criteria__item p { margin: 0; font-size: 14px; color: var(--muted); }

.review { padding: 24px; margin-bottom: 34px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--primary); }
.review--alt { border-top-color: var(--muted); }
.review__head { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
.review__logo { display: flex; align-items: center; justify-content: center; width: 170px; height: 76px; padding: 8px; border-radius: 6px; background: #080a0e; border: 1px solid var(--border); flex: none; }
.review__logo img { max-height: 58px; width: auto; max-width: 100%; }
.review__head h2 { margin: 0 0 4px; font-size: 25px; }
.review__sub { font-size: 14px; color: var(--muted); }
.review__banner { margin: 18px 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.review__banner img { width: 100%; }
.review h3 { font-size: 13px; margin: 24px 0 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; }
.review table { margin-bottom: 18px; }

.overall { display: flex; align-items: center; gap: 14px; padding: 12px 16px; margin: 0 0 12px; border-radius: var(--radius); background: #080a0e; border: 1px solid var(--border); }
.overall__num { font-size: 30px; font-weight: 700; color: var(--gold); }
.overall__label { font-size: 14px; color: var(--muted); }
.bars { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 6px 0 12px; }
.bar { display: grid; grid-template-columns: 160px 1fr 40px; align-items: center; gap: 10px; font-size: 14px; }
.bar__track { position: relative; height: 12px; border-radius: 3px; background: var(--surface-2); overflow: hidden; }
.bar__track::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(10% - 3px), var(--surface) calc(10% - 3px) 10%); }
.bar__fill { height: 100%; background: linear-gradient(90deg, var(--primary), var(--gold)); }
.bar__val { text-align: right; font-weight: 700; color: var(--gold); }

.pros-cons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 8px; }
.pros-cons__box { padding: 18px 20px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--border); }
.pros-cons__box h3 { margin: 0 0 10px; font-size: 12px; letter-spacing: .12em; }
.pros-cons__box ul { margin: 0; padding: 0; list-style: none; }
.pros-cons__box li { position: relative; padding-left: 22px; margin-bottom: 8px; font-size: 15px; }
.pros-cons__box li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.pros-cons__box--pros li::before { content: "▲"; color: var(--teal); font-size: 11px; top: 4px; }
.pros-cons__box--cons li::before { content: "▼"; color: var(--red); font-size: 11px; top: 4px; }

.pay-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 6px 0 14px; }
.pay-grid img { width: 100%; border-radius: 6px; }

.ureviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 6px 0 8px; }
.ureview { padding: 14px 16px; border-radius: var(--radius); background: #080a0e; border: 1px solid var(--border); }
.ureview__user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ureview__avatar { width: 36px; height: 36px; border-radius: 6px; display: flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; flex: none; }
.ureview__name { font-weight: 700; font-size: 14px; display: block; }
.ureview__date { font-size: 12px; color: var(--muted); display: block; }
.ureview__text { margin: 6px 0 0; font-size: 14px; }

.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 24px; }
.compare-wrap table { min-width: 900px; margin-bottom: 0; }

.alt-intro { padding: 16px 20px; margin: 0 0 20px; border-radius: var(--radius); background: var(--surface-2); border-left: 4px solid var(--muted); font-size: 15px; color: #cfd6df; }

.faq__item { padding: 16px 20px 16px 24px; margin-bottom: 10px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--primary); }
.faq__item h3 { font-size: 17px; margin: 0 0 6px; }
.faq__item p { margin: 0; font-size: 15px; }

.author { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: start; padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.author img { width: 120px; height: 120px; border-radius: 8px; object-fit: cover; border: 2px solid var(--gold); }
.author h3 { margin: 0 0 4px; }
.author__role { color: var(--gold); font-size: 14px; margin: 0 0 10px; }
.author p { font-size: 15px; margin: 0 0 8px; }
.author__meta { font-size: 13px; color: var(--muted); margin: 0; }

.note { padding: 12px 16px; margin: 0 0 20px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.updated { margin: 0 0 16px; padding: 12px 18px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); font-size: 14px; color: var(--muted); }

.footer { background: #0a0c10; border-top: 1px solid var(--border); }
.footer__inner { max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 36px var(--gutter); display: flex; justify-content: space-between; gap: 40px; }
.footer__info .logo img { height: 50px; width: auto; margin-bottom: 18px; }
.footer__info p { font-size: 13px; color: var(--muted); max-width: 420px; }
.footer__images { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.footer__images img { height: 40px; width: auto; opacity: .9; }
.badge-18 { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 3px solid #ff6b6b; color: #ff6b6b; font-weight: 700; font-size: 14px; }
.footer__links { display: flex; gap: 50px; }
.footer-nav__list { list-style: none; margin: 0; padding: 0; }
.footer-nav__list li { margin-bottom: 8px; }
.footer-nav__list a { font-size: 13px; text-decoration: none; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.footer-nav__list a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid var(--border); }
.copyright { max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 18px var(--gutter); text-align: center; font-size: 12px; line-height: 1.6; color: var(--muted); }
.copyright p { margin: 0 0 6px; }

.section, .review, .footer { content-visibility: auto; contain-intrinsic-size: auto 800px; }

@media (max-width: 1024px) {
  .header__inner { gap: 12px; }
  .main-nav__list a { padding: 8px 7px; font-size: 12px; }
  .criteria { grid-template-columns: repeat(2, 1fr); }
  .pay-grid { grid-template-columns: repeat(4, 1fr); }
  .ureviews { grid-template-columns: repeat(2, 1fr); }
  .top-card { grid-template-columns: 56px 150px 1fr 170px; }
}
@media (max-width: 860px) {
  .burger { display: flex; order: 3; }
  .header-buttons { order: 2; margin-left: auto; }
  .header .logo { margin-right: 0; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 66px; padding: 12px var(--gutter) 20px; background: #0a0c10; border-bottom: 1px solid var(--border); }
  .menu-toggle:checked ~ .main-nav { display: block; }
  .menu-toggle:checked ~ .burger span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
  .menu-toggle:checked ~ .burger span:nth-child(2) { opacity: 0; }
  .menu-toggle:checked ~ .burger span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }
  .main-nav__list { flex-direction: column; gap: 0; }
  .main-nav__list a { padding: 12px 8px; font-size: 15px; color: var(--text); border-bottom: 1px solid var(--border); border-radius: 0; }
  .top-card { grid-template-columns: 50px 1fr; grid-template-areas: "rank logo" "body body" "cta cta"; padding: 16px; }
  .top-card__rank { grid-area: rank; border-right: 0; font-size: 24px; }
  .top-card__logo { grid-area: logo; height: 72px; }
  .top-card__body { grid-area: body; }
  .top-card__cta { grid-area: cta; flex-direction: row; align-items: center; justify-content: space-between; }
  .bars { grid-template-columns: 1fr; }
  .review__head { flex-direction: column; align-items: flex-start; }
  .author { grid-template-columns: 90px 1fr; }
  .author img { width: 90px; height: 90px; }
  .footer__inner { flex-direction: column; gap: 28px; }
}
@media (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 23px; }
  h3 { font-size: 18px; }
  .review__head h2 { font-size: 22px; }
  th, td { padding: 9px 8px; font-size: 13px; }
  .criteria { grid-template-columns: 1fr; }
  .pros-cons__grid { grid-template-columns: 1fr; }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
  .ureviews { grid-template-columns: 1fr; }
  .bar { grid-template-columns: 120px 1fr 36px; }
  .review { padding: 16px; }
  .header-buttons .btn { padding: 0 12px; font-size: 12px; }
  .logo img { height: 32px; }
  table:not(.compare-wrap table) { display: block; overflow-x: auto; }
  table thead, table tbody { display: table; width: 100%; }
  .footer__links { gap: 30px; }
}
