/* ==========================================================================
   gntv — витрина «Leaderboard» (gamblers-united.com, шаблон №380)
   head · filters · list/row · rank · plate · offer · facts · actions · more · note · strip · mobile
   ========================================================================== */

/* ---- head ---- */
body.gu .gntv-wrap{margin:30px 0 28px;background:var(--gu-panel);border-radius:14px;padding:20px 20px 16px;grid-column:1/-1;flex:1 1 100%}
body.gu .gntv-head{display:flex;align-items:flex-start;gap:14px;margin:0 0 14px}
body.gu .gntv-head .gntv-seal{width:46px;height:46px;border-radius:12px;background:var(--gu-night);display:grid;place-items:center;flex:0 0 auto}
body.gu .gntv-head .gntv-seal .gu-ic{width:26px;height:26px;color:var(--gu-brass)}
body.gu .gntv-head h2{font-size:24px;line-height:1.25;margin:0 0 3px;padding:0}
body.gu .gntv-head p{margin:0;font-size:14px;color:var(--gu-ink-2);line-height:1.45}

/* ---- filters ---- */
body.gu .gntv-wrap > input{position:absolute;opacity:0;pointer-events:none}
body.gu .gntv-bar{display:flex;flex-wrap:wrap;gap:0;margin:0 0 12px;border-bottom:2px solid var(--gu-rule)}
body.gu .gntv-bar label{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;font-size:14.5px;font-weight:600;color:var(--gu-ink-2);cursor:pointer;margin-bottom:-2px;border-bottom:2px solid transparent;min-height:44px}
body.gu .gntv-bar label .gu-ic{width:17px;height:17px;color:var(--gu-felt)}
body.gu .gntv-bar label:hover{color:var(--gu-ink)}

/* ---- list / row ---- */
body.gu .gntv-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;counter-reset:gv}
body.gu .gntv-list > li{display:grid;grid-template-columns:44px 132px minmax(0,1fr) 168px;align-items:stretch;background:#fff;border-radius:12px;box-shadow:0 1px 0 var(--gu-rule),0 4px 14px rgba(12,30,18,.05);overflow:hidden;counter-increment:gv;min-height:158px}
body.gu .gntv-list > li.gntv-hid{display:none}
body.gu .gntv-list > li.gntv-top{box-shadow:0 0 0 2px var(--gu-brass),0 8px 22px rgba(224,162,30,.18)}

/* ---- rank ---- */
body.gu .gntv-rank{background:var(--gu-night);color:var(--gu-brass);font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center}
body.gu .gntv-rank::before{content:counter(gv)}
body.gu .gntv-top .gntv-rank{background:var(--gu-brass);color:#1B1300}

/* ---- plate ---- */
body.gu .gntv-plate{margin:14px 0 14px 14px;border-radius:10px;background:#F6F7F4;display:grid;place-items:center;padding:10px}
body.gu .gntv-plate.is-dark{background:#1D2721}
body.gu .gntv-plate img{max-width:100%;max-height:74px;width:auto;height:auto;display:block}

/* ---- offer ---- */
body.gu .gntv-body{padding:12px 16px;min-width:0;display:flex;flex-direction:column;justify-content:center}
body.gu .gntv-name{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;font-size:15px;font-weight:700;color:var(--gu-ink);margin:0 0 3px}
body.gu .gntv-name a{color:var(--gu-link);font-weight:600;font-size:13px;text-decoration:underline}
body.gu .gntv-flag{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gu-felt-d);background:var(--gu-mint);padding:2px 7px;border-radius:3px}
body.gu .gntv-top .gntv-flag{background:var(--gu-brass-l);color:#5A3E00}
body.gu .gntv-offer{font-size:18px;line-height:1.3;font-weight:800;color:var(--gu-ink);margin:0 0 6px}

/* ---- facts ---- */
body.gu .gntv-facts{display:flex;flex-wrap:wrap;gap:4px 14px;margin:0;padding:0;list-style:none;font-size:13px;color:var(--gu-ink-2);line-height:1.4}
body.gu .gntv-facts li{display:inline-flex;align-items:center;gap:5px;margin:0;padding:0}
body.gu .gntv-facts li::before{content:none}
body.gu .gntv-facts .gu-ic{width:14px;height:14px;color:var(--gu-felt)}

/* ---- actions ---- */
body.gu .gntv-act{border-left:1px dashed var(--gu-rule);padding:12px 14px;display:flex;flex-direction:column;justify-content:center;gap:6px;text-align:center}
body.gu .gntv-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--gu-felt);color:#fff!important;font-weight:700;text-decoration:none!important;border-radius:8px;min-height:46px;font-size:15.5px;padding:0 10px}
body.gu .gntv-btn:hover{background:var(--gu-felt-d)}
body.gu .gntv-btn .gu-ic{width:16px;height:16px;color:#fff}
body.gu .gntv-tc{font-size:11.5px;color:var(--gu-ink-2);line-height:1.3}

/* ---- more / note ---- */
body.gu .gntv-more{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 0;min-height:46px;border-radius:8px;background:#fff;border:1px solid var(--gu-rule);font-weight:700;color:var(--gu-felt-d);cursor:pointer;font-size:15px}
body.gu .gntv-note{font-size:12.5px;color:var(--gu-ink-2);margin:10px 2px 0;line-height:1.5}
body.gu .gntv-empty{display:none;padding:18px;text-align:center;color:var(--gu-ink-2);font-size:14.5px}

/* ---- strip (рельс, 3 оффера) ---- */
body.gu .gntv-strip{border-radius:12px;background:var(--gu-night);padding:16px;color:#DCE6DE}
body.gu .gntv-strip h3{color:#fff;font-size:17px;margin:0 0 12px;display:flex;gap:8px;align-items:center}
body.gu .gntv-strip h3 .gu-ic{color:var(--gu-brass)}
body.gu .gntv-strip ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
body.gu .gntv-strip li{background:var(--gu-night-2);border-radius:10px;padding:12px;display:grid;grid-template-columns:64px minmax(0,1fr);gap:4px 12px;align-items:center}
body.gu .gntv-strip .gntv-plate{margin:0;grid-row:span 2;height:52px;padding:6px}
body.gu .gntv-strip .gntv-plate img{max-height:40px}
body.gu .gntv-strip b{color:#fff;font-size:15px}
body.gu .gntv-strip span{font-size:13.5px;line-height:1.35;color:#C9D5CC}
body.gu .gntv-strip .gntv-btn{grid-column:1/-1;min-height:44px;margin-top:6px}
body.gu .gntv-strip small{display:block;font-size:11.5px;color:#8FA195;margin-top:10px}

/* ---- mobile ---- */
@media (max-width:900px){
  body.gu .gntv-wrap{padding:14px 12px 12px;margin:24px -4px}
  body.gu .gntv-list > li{grid-template-columns:36px 96px minmax(0,1fr);min-height:0}
  body.gu .gntv-plate{margin:10px 0 10px 10px}
  body.gu .gntv-plate img{max-height:56px}
  body.gu .gntv-act{grid-column:1/-1;border-left:0;border-top:1px dashed var(--gu-rule);flex-direction:row;align-items:center;justify-content:space-between;padding:10px 12px;text-align:left}
  body.gu .gntv-btn{min-width:150px}
  body.gu .gntv-offer{font-size:16.5px}
  body.gu .gntv-bar{overflow-x:auto;flex-wrap:nowrap}
  body.gu .gntv-bar label{white-space:nowrap}
}

/* ---- filters: axis rules ---- */
body.gu .gntv-x-live:checked ~ .gntv-list > li:not([data-ax~="live"]){display:none}
body.gu .gntv-x-live:checked ~ .gntv-bar .gntv-l-live{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-live:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-live:checked) .gntv-more{display:none}
body.gu .gntv-x-crypto:checked ~ .gntv-list > li:not([data-ax~="crypto"]){display:none}
body.gu .gntv-x-crypto:checked ~ .gntv-bar .gntv-l-crypto{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-crypto:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-crypto:checked) .gntv-more{display:none}
body.gu .gntv-x-sports:checked ~ .gntv-list > li:not([data-ax~="sports"]){display:none}
body.gu .gntv-x-sports:checked ~ .gntv-bar .gntv-l-sports{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-sports:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-sports:checked) .gntv-more{display:none}
body.gu .gntv-x-spins:checked ~ .gntv-list > li:not([data-ax~="spins"]){display:none}
body.gu .gntv-x-spins:checked ~ .gntv-bar .gntv-l-spins{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-spins:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-spins:checked) .gntv-more{display:none}
body.gu .gntv-x-big:checked ~ .gntv-list > li:not([data-ax~="big"]){display:none}
body.gu .gntv-x-big:checked ~ .gntv-bar .gntv-l-big{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-big:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-big:checked) .gntv-more{display:none}
body.gu .gntv-x-new:checked ~ .gntv-list > li:not([data-ax~="new"]){display:none}
body.gu .gntv-x-new:checked ~ .gntv-bar .gntv-l-new{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-x-new:checked ~ .gntv-more-in,body.gu .gntv-wrap:has(.gntv-x-new:checked) .gntv-more{display:none}
body.gu .gntv-x-all:checked ~ .gntv-bar .gntv-l-all{color:var(--gu-ink);border-bottom-color:var(--gu-felt)}
body.gu .gntv-wrap:has(.gntv-more-in:checked) .gntv-list > li.gntv-hid{display:grid}
body.gu .gntv-wrap:has(.gntv-more-in:checked) .gntv-more{display:none}
