/* Mexswin MX — скин (база Loco777). Палитра со скриншота mexswin (21.09.2026): фон #1e2432, панели #242c3c,
   карточки #2c3548, красная CTA #e93224, золото #f5c04a (Hot, Iniciar sesión, суммы), фиолетовые плитки бренда, Montserrat. */
:root{
  --bg:#1e2432; --panel:#242c3c; --card:#2c3548; --card-2:#36405a; --line:rgba(255,255,255,.07);
  --txt:#fff; --muted:#a9adb8; --dim:#6f7380;
  --red:#e93224; --red-h:#f4453a; --yellow:#f5c04a; --yellow-h:#ffd66b; --green:#3a8341; --gold:#c49e36;
  --r:14px; --rs:10px; --sidebar:300px; --header:70px;
  --font:'Montserrat',system-ui,-apple-system,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font);background:var(--bg);color:var(--txt);line-height:1.5;font-size:15px;font-weight:600}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0;line-height:1.2;font-weight:800}
p{margin:0 0 .9em}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:15px;border-radius:var(--rs);padding:11px 20px;border:0;cursor:pointer;transition:.18s;white-space:nowrap;font-family:inherit;line-height:1.2}
.btn--red{background:var(--red);color:#fff}.btn--red:hover{background:var(--red-h)}
.btn--yellow{background:var(--yellow);color:#15161b}.btn--yellow:hover{background:var(--yellow-h)}
.btn--text{background:transparent;color:var(--yellow);padding:11px 10px;font-size:17px}.btn--text:hover{color:var(--yellow-h)}
.btn--dark{background:var(--card);color:#fff}.btn--dark:hover{background:var(--card-2)}
.btn--lg{padding:14px 30px;font-size:17px}
.chip{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:var(--rs);background:transparent;font-size:15px;font-weight:800;color:var(--muted);white-space:nowrap}
.chip.on{background:var(--yellow);color:#15161b}
.chip:hover{color:#fff}

/* header */
.topbar{position:sticky;top:0;z-index:60;background:var(--panel);height:var(--header);display:flex;align-items:center;padding:0 20px;gap:18px}
.burger{width:42px;height:42px;border:0;background:var(--card);border-radius:8px;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:none}
.burger svg{width:22px;height:22px}
.brand{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:28px;letter-spacing:.5px;text-transform:uppercase;flex:none;font-style:italic}
.brand img{height:34px;width:auto}
.brand em{font-style:italic;color:var(--red)}
.brand small{font-style:normal;font-size:9px;letter-spacing:.16em;background:var(--card);padding:3px 6px;border-radius:5px;margin-left:6px;color:var(--muted)}
.tabs{display:flex;gap:6px;background:var(--bg);border-radius:12px;padding:4px;margin-left:auto;margin-right:auto}
.tabs a{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:9px;font-weight:800;font-size:16px;color:#ddd;position:relative}
.tabs a svg{width:20px;height:20px}
.tabs a.active{background:var(--card);color:#fff}
.tabs a.active::after{content:"";position:absolute;left:24px;right:24px;bottom:2px;height:3px;border-radius:2px;background:var(--yellow)}
.tabs a:nth-child(1) svg{color:var(--yellow)}.tabs a:nth-child(2) svg{color:#2ec96f}
.hacts{display:flex;align-items:center;gap:10px;flex:none;margin-left:auto}
.icobtn{width:42px;height:42px;border-radius:8px;background:var(--card);display:inline-flex;align-items:center;justify-content:center;color:#fff}
.icobtn svg{width:20px;height:20px}
.mobile-menu{display:none;background:var(--panel);padding:8px 20px 16px;border-bottom:1px solid var(--line)}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-weight:800}
.mobile-menu .btn{margin-top:12px;width:100%}

/* layout */
.layout{display:flex;align-items:flex-start;gap:0}
.sidebar{position:sticky;top:var(--header);width:var(--sidebar);flex:none;background:var(--panel);height:calc(100vh - var(--header));overflow-y:auto;scrollbar-width:thin;padding:14px 12px;display:flex;flex-direction:column;gap:8px}
.scard{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;color:#fff;position:relative;overflow:hidden}
.scard--vip{background:linear-gradient(90deg,#2f6b36,#3a8341)}.scard--ref{background:linear-gradient(90deg,#a7842a,#c49e36)}
.scard svg{width:44px;height:44px;flex:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}
.scard b{display:block;font-size:20px;line-height:1.1}.scard small{font-size:13px;font-weight:700}
.scard .arrow{margin-left:auto;width:0;height:0;border-left:9px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent;opacity:.85}
.stile{display:block;border-radius:12px;overflow:hidden;background:var(--panel)}.stile img{width:100%;display:block}
.stile2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stile2 a{border-radius:12px;overflow:hidden;display:block}.stile2 img{width:100%;display:block}
.acc{background:var(--panel);border-radius:12px;padding:6px 8px 12px}.acc-h{display:flex;align-items:center;gap:10px;padding:10px 8px;font-weight:800;font-size:16px}.acc-h img{width:26px;height:26px}.acc-h span{margin-left:auto;width:20px;height:20px;color:var(--muted)}.acc-h span svg{width:20px;height:20px}
.acc-b{display:flex;flex-direction:column;gap:4px}.acc-b a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:14px;font-weight:600;color:#d9dbe1}.acc-b a img{width:22px;height:22px}.acc-b a:hover{background:var(--card)}
.acc-b .btn{margin:8px 10px 0;justify-content:center;font-size:14px;padding:10px}
.sidebar .nav{display:flex;flex-direction:column;gap:6px;margin-top:4px}
.sidebar .nav a{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;background:var(--panel);font-weight:700;font-size:15px;color:#c9cdd8}
.sidebar .nav a svg,.sidebar .nav a img{width:22px;height:22px;color:var(--muted);flex:none;opacity:.8}
.sidebar .nav a:hover,.sidebar .nav a.active{color:#fff;background:var(--card-2)}
.sidebar .nav a.active svg{color:var(--yellow)}
.content{flex:1;min-width:0;padding:18px 22px 40px;display:flex;flex-direction:column;gap:26px}

/* top row: search + referral */
.toprow{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:16px;align-items:center}
.h1box h1{font-size:22px;font-weight:900;line-height:1.2}.h1box p{color:var(--muted);font-size:14px;margin:4px 0 0}
.search{display:flex;align-items:center;gap:12px;background:var(--panel);border-radius:12px;padding:14px 20px;color:var(--dim);font-size:16px;font-weight:700}
.search svg{width:24px;height:24px;flex:none}
.refbar{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#3a1a1e,#7a1e24);border-radius:12px;padding:10px 12px 10px 16px;font-size:15px;font-weight:800;position:relative;overflow:hidden}
.refbar::before{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(245,196,0,.35),transparent 65%)}
.refbar>span:first-child{line-height:1.25}.refbar b{color:var(--yellow);white-space:nowrap}.refbar .btn{margin-left:auto;padding:9px 20px}
.refbar .x{color:#fff;font-size:18px;opacity:.7;padding:0 4px}

/* hero + ticker */
.hero{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:16px;align-items:start}
.banner{position:relative;border-radius:14px;overflow:hidden;background:radial-gradient(90% 120% at 100% 0%,#5a2a0a 0%,#2a1d3a 45%,#1e2432 100%);min-height:300px;padding:26px 30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;isolation:isolate}
.banner .glow{position:absolute;right:-80px;top:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(245,196,0,.32),transparent 62%);z-index:-1}
.banner::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.025) 22px 23px);z-index:-1;pointer-events:none}
.banner .tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:rgba(255,255,255,.12);padding:5px 12px;border-radius:999px;margin-bottom:12px;width:fit-content}
.banner .tag b{background:var(--yellow);color:#15161b;padding:2px 8px;border-radius:999px;font-size:10px}
.banner .kick{color:#e6dfd0;font-size:14px;font-weight:700;margin:0 0 8px;max-width:360px}
.banner h2{font-size:36px;font-weight:800;font-style:normal;text-transform:uppercase;line-height:1.02;text-shadow:0 4px 16px rgba(0,0,0,.6)}
.banner h2 i{font-style:normal;color:var(--yellow)}
.banner .acts{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.banner .awards{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap}
.banner .awards span{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:4px 10px;color:#ddd}
.banner .viz{position:relative;height:250px}
.banner .pc{position:absolute;border-radius:14px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 20px 40px rgba(0,0,0,.55);border:3px solid rgba(255,255,255,.12)}
.banner .pc img{width:100%;height:100%;object-fit:cover}
.banner .pc1{width:150px;height:auto;right:12%;top:50%;transform:translateY(-50%) rotate(-6deg);z-index:3;box-shadow:0 0 0 6px rgba(245,196,0,.25),0 24px 50px rgba(0,0,0,.6)}
.banner .pc2{width:105px;height:auto;right:46%;top:8%;transform:rotate(-14deg);z-index:2;opacity:.95}
.banner .pc3{width:105px;height:auto;right:-2%;bottom:0;transform:rotate(12deg);z-index:2;opacity:.95}
.banner .coin{position:absolute;width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffe680,#f5c400 55%,#b8860b);color:#5a3d00;font-weight:900;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(0,0,0,.5);z-index:4;font-style:italic}
.banner .c1{left:6%;top:6%;animation:fl 4s ease-in-out infinite}.banner .c2{right:36%;bottom:4%;width:34px;height:34px;font-size:17px;animation:fl 5s ease-in-out infinite 1s}.banner .c3{right:6%;top:0;width:36px;height:36px;font-size:18px;animation:fl 4.5s ease-in-out infinite .5s}
.banner .chipx{position:absolute;width:54px;height:54px;border-radius:50%;background:repeating-conic-gradient(#e8393e 0 20deg,#fff 20deg 40deg);z-index:1;box-shadow:0 10px 20px rgba(0,0,0,.5)}
.banner .chipx::after{content:"";position:absolute;inset:9px;border-radius:50%;background:#e8393e;border:3px dashed rgba(255,255,255,.7)}
.banner .x1{left:2%;bottom:6%;animation:fl 6s ease-in-out infinite}.banner .x2{right:30%;top:-4%;width:40px;height:40px;animation:fl 5.5s ease-in-out infinite 2s}
@keyframes fl{50%{transform:translateY(-8px) rotate(6deg)}}
.banners3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.b2{position:relative;border-radius:12px;overflow:hidden;min-height:150px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(135deg,#4a1a4f,#242c3c 80%)}
.b2.alt{background:linear-gradient(135deg,#0f3a5a,#242c3c 80%)}.b2.alt2{background:linear-gradient(135deg,#5a2a0a,#242c3c 80%)}
.b2 b{font-size:19px;font-weight:800;line-height:1.15}
.b2 b i{font-style:italic;color:var(--yellow)}
.b2 small{color:#d9dbe1;font-size:12px;font-weight:600;display:block}
.b2 .lbl{position:static;background:rgba(0,0,0,.35);color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:999px;width:fit-content}
.b2 .art{position:absolute;right:14px;top:14px;width:120px;aspect-ratio:1;border-radius:10px;overflow:hidden;transform:rotate(6deg);box-shadow:0 10px 24px rgba(0,0,0,.5)}
.b2 .art img{width:100%;height:100%;object-fit:cover}

.ticker{background:var(--panel);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;height:100%;max-height:530px}
.ticker .th{display:grid;grid-template-columns:1fr 1fr;background:var(--red);border-radius:12px;margin:8px;overflow:hidden}
.ticker .th div{padding:12px;text-align:center;font-weight:900;font-size:19px}
.ticker .th div:first-child{border-right:1px solid rgba(255,255,255,.35)}
.ticker .tb{overflow:hidden;position:relative;flex:1;padding:0 8px 8px;mask-image:linear-gradient(#000 85%,transparent)}
.ticker .roll{display:flex;flex-direction:column;gap:8px;animation:roll 40s linear infinite}
.ticker .roll:hover{animation-play-state:paused}
@keyframes roll{to{transform:translateY(-50%)}}
.win{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:12px;padding:8px 12px 8px 8px}
.win img{width:64px;height:64px;border-radius:10px;object-fit:cover;flex:none}
.win .a{font-size:16px;font-weight:900}.win .a b{color:var(--yellow)}
.win .g{font-size:15px;color:#f29a9d;font-weight:800;line-height:1.2}
.win .ic{margin-left:auto;width:32px;height:32px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;flex:none}
.win .ic svg{width:18px;height:18px;color:#fff}

/* withdraw marquee */
.wd{display:flex;align-items:center;gap:14px;overflow:hidden;background:var(--panel);border-radius:12px;padding:10px 16px;font-size:16px;font-weight:800;color:#ddd}
.wd svg{width:22px;height:22px;color:var(--yellow);flex:none}
.wd ul{display:flex;gap:34px;list-style:none;margin:0;padding:0;width:max-content;animation:wd 40s linear infinite;white-space:nowrap}
.wd b{color:var(--yellow)}
@keyframes wd{to{transform:translateX(-50%)}}

/* categories + grid */
.cats{display:flex;gap:4px;background:var(--panel);border-radius:12px;padding:6px;overflow-x:auto;scrollbar-width:none}
.cats::-webkit-scrollbar{display:none}
.ggrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 2px 10px;scrollbar-width:none}
.rail::-webkit-scrollbar{display:none}
.rail .tile{flex:none;width:calc((100% - 70px)/6);min-width:150px;scroll-snap-align:start}
.tile{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/4;background:var(--card);cursor:pointer;border:2px solid transparent;transition:.2s}
.tile:hover{border-color:var(--yellow)}
.tile img{width:100%;height:100%;object-fit:cover}
.tile .fav{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.75);display:flex;align-items:center;justify-content:center;z-index:2}
.tile .fav svg{width:16px;height:16px;fill:#fff;stroke:#bbb;stroke-width:1}
.tile .tg{position:absolute;top:8px;left:8px;background:linear-gradient(180deg,#ffb84a,#e93224);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:999px;z-index:2;display:inline-flex;align-items:center;gap:4px}
.tile .tg svg{width:12px;height:12px}
.tg--new{background:linear-gradient(180deg,#38c172,#1f8f4a)!important}.tg--live{background:var(--red)!important}
.tile .nm{position:absolute;left:0;right:0;bottom:0;padding:24px 10px 8px;background:linear-gradient(transparent,rgba(0,0,0,.9));font-size:13px;font-weight:800;opacity:0;transition:.2s}
.tile .nm small{display:block;color:var(--muted);font-weight:700;font-size:11px}
.tile:hover .nm{opacity:1}
.loadmore{margin:6px auto 0;padding:10px 26px;border-radius:999px;background:var(--panel);font-weight:800;color:var(--muted);width:fit-content}

/* section heads + generic */
.shead{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.shead h2,.shead h1{font-size:22px;display:flex;align-items:center;gap:10px}
.shead h2 svg,.shead h1 svg{width:24px;height:24px;color:var(--yellow)}
.shead .tools{display:flex;gap:8px;align-items:center}
.rnav{width:34px;height:34px;border-radius:50%;border:0;background:var(--card);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.rnav:hover{background:var(--card-2)}.rnav svg{width:18px;height:18px}
.more{color:var(--yellow);font-weight:800;font-size:14px}
.page-head h1{font-size:30px;font-weight:900;margin-bottom:6px}
.page-head p{color:var(--muted);max-width:820px;margin:0;font-weight:600}
.card{background:var(--panel);border-radius:var(--r);padding:20px 22px}
.card b.t{display:block;font-size:17px;margin-bottom:6px;font-weight:900}
.card p{color:var(--muted);font-size:14px;margin:0}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;counter-reset:s}
.step{background:var(--panel);border-radius:var(--r);padding:22px}
.step::before{counter-increment:s;content:counter(s);display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--red);font-weight:900;font-size:18px;margin-bottom:12px}
.step b{display:block;font-size:16px;margin-bottom:6px;font-weight:900}.step p{color:var(--muted);margin:0;font-size:14px}
.stat{background:var(--panel);border-radius:var(--r);padding:18px;text-align:center}
.stat b{display:block;font-size:30px;font-weight:900;color:var(--yellow)}.stat small{color:var(--muted);font-size:13px}
.promo{background:var(--panel);border-radius:var(--r);padding:22px;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden;border-left:4px solid var(--red)}
.promo.gold{border-color:var(--gold)}.promo.green{border-color:var(--green)}
.promo .k{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--yellow)}
.promo h3{font-size:21px;font-weight:900}.promo h3 i{font-style:normal;color:var(--yellow)}
.promo p{color:var(--muted);font-size:14px;margin:0}
.promo ul{margin:4px 0 0;padding-left:18px;font-size:13px;color:var(--muted)}
.promo .btn{align-self:flex-start;margin-top:10px}
.promo svg.bg{position:absolute;right:-10px;bottom:-10px;width:110px;height:110px;color:rgba(255,255,255,.05)}
.matches{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}
.match{background:var(--panel);border-radius:var(--r);padding:14px 16px}
.match .mh{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:8px}
.match .mh b{color:#fff}
.match .t{display:flex;align-items:center;gap:10px;font-weight:800;font-size:14px;margin:4px 0}
.match .t img{width:24px;height:24px;object-fit:contain}
.match .odds{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}
.match .odds a{display:flex;flex-direction:column;align-items:center;padding:7px 4px;border-radius:8px;background:var(--card);font-weight:900;font-size:14px;transition:.15s}
.match .odds a small{font-weight:700;font-size:11px;color:var(--muted)}
.match .odds a:hover{background:var(--yellow);color:#15161b}.match .odds a:hover small{color:#15161b}
.match .odds a.na{grid-column:1/-1;background:transparent;border:1px dashed var(--line);color:var(--yellow);font-size:13px}
.tables{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.table{background:var(--panel);border-radius:var(--r);overflow:hidden;cursor:pointer}
.table .img{aspect-ratio:1;overflow:hidden;position:relative}
.table img{width:100%;height:100%;object-fit:cover}
.table .lv{position:absolute;top:8px;left:8px;background:var(--red);font-size:10px;font-weight:900;padding:3px 7px;border-radius:4px}
.table .lv::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#fff;margin-right:5px;animation:bl 1.2s infinite}
@keyframes bl{50%{opacity:.3}}
.table .body{padding:10px 12px 12px}
.table b{display:block;font-size:14px}.table small{display:block;color:var(--muted);font-size:12px}
.table .meta{display:flex;justify-content:space-between;margin-top:8px;font-size:12px}
.table .meta span{background:var(--card);padding:3px 8px;border-radius:4px}
.table .meta .lim{color:var(--yellow);font-weight:800}
.article{max-width:880px;color:#d9dbe1;font-size:15px;font-weight:600}
.article h2{font-size:23px;margin:24px 0 10px;color:#fff}.article h3{font-size:18px;margin:16px 0 8px;color:#fff}
.article ul{padding-left:20px}.article a{color:var(--yellow);text-decoration:underline}
.faq details{background:var(--panel);border-radius:var(--rs);padding:0 18px;margin-bottom:8px}
.faq summary{cursor:pointer;font-weight:800;padding:14px 0;list-style:none;display:flex;justify-content:space-between;gap:12px}
.faq summary::after{content:"+";font-size:20px;color:var(--yellow)}.faq details[open] summary::after{content:"–"}
.faq p{color:var(--muted);padding-bottom:14px;margin:0}
.cta-band{background:linear-gradient(90deg,#7a1e24,#e8393e);border-radius:var(--r);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.cta-band h2{font-size:24px;font-weight:900;font-style:italic;text-transform:uppercase}.cta-band p{margin:4px 0 0;color:#ffe0e1}
.note{font-size:12px;color:var(--dim);margin-top:8px}
.tscroll{overflow-x:auto}
.ptable{width:100%;border-collapse:collapse;font-size:14px}
.ptable th,.ptable td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left}
.ptable th{color:var(--muted);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.ladder{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.ladder div{background:var(--panel);border-radius:var(--rs);padding:16px 12px;text-align:center;border-top:4px solid var(--card-2)}
.ladder div:nth-child(2){border-color:#b87333}.ladder div:nth-child(3){border-color:#c0c0c0}.ladder div:nth-child(4){border-color:var(--gold)}.ladder div:nth-child(5){border-color:var(--yellow)}
.ladder b{display:block;font-size:18px;font-weight:900}.ladder small{color:var(--muted);font-size:12px}
.phone{width:220px;margin:0 auto;border:8px solid #2d3039;border-radius:32px;background:#000;padding:14px 10px;box-shadow:0 20px 50px rgba(0,0,0,.6)}
.phone .scr{background:var(--panel);border-radius:18px;padding:10px;font-size:12px}
.store{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:10px;background:#000;color:#fff;border:1px solid #444;font-size:13px;line-height:1.1}
.store small{display:block;font-size:10px;color:var(--muted)}.store svg{width:22px;height:22px}
.status{display:inline-block;padding:3px 10px;border-radius:5px;font-size:12px;font-weight:800}
.status.ok{background:var(--green)}.status.no{background:var(--card-2)}
.review{background:var(--panel);border-radius:var(--rs);padding:14px 16px}
.review .rh{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px}
.review .stars{color:var(--yellow);letter-spacing:2px}.review p{margin:0;font-size:14px;color:#d9dbe1}
.review .reply{margin-top:10px;padding:10px 12px;border-left:3px solid var(--red);background:var(--card);font-size:13px;border-radius:0 8px 8px 0}
.rating{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center}
.rating .big b{font-size:54px;line-height:1;display:block;font-weight:900;color:var(--yellow)}
.rating .bars div{display:grid;grid-template-columns:32px 1fr 44px;gap:10px;align-items:center;font-size:13px;margin-bottom:6px}
.rating .bars i{display:block;height:10px;border-radius:5px;background:var(--card);overflow:hidden}
.rating .bars i b{display:block;height:100%;background:var(--yellow);font-size:0}
.toc{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;padding:0;list-style:none}
.toc a{padding:6px 12px;border-radius:8px;background:var(--panel);font-size:13px}
.legal h2{font-size:18px;margin:24px 0 8px}.legal p,.legal li{color:#d9dbe1;font-size:14px}
.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.pay{display:flex;flex-wrap:wrap;gap:8px}
.pay span{padding:8px 14px;border-radius:8px;background:var(--panel);font-weight:800;font-size:13px}
.provs{display:flex;gap:8px;flex-wrap:wrap}
.provs span{padding:9px 16px;border-radius:8px;background:var(--panel);font-size:13px;font-weight:800;color:var(--muted)}

/* footer */
.site-footer{background:var(--panel);padding:34px 22px 100px;border-top:1px solid var(--line)}
.fwrap{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}
.fwrap h4{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.fwrap a{display:block;font-size:14px;margin-bottom:8px;color:#d9dbe1}.fwrap a:hover{color:var(--yellow)}
.fwrap p{font-size:13px;color:var(--muted)}
.age{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid var(--red);font-weight:900;font-size:12px;margin-right:10px}
.fbottom{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:var(--dim);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}

/* fab + mobile */
.fab{position:fixed;left:50%;bottom:16px;transform:translate(-50%,120%);width:min(600px,100% - 32px);background:linear-gradient(90deg,#7a1e24,#e8393e);color:#fff;border-radius:999px;padding:8px 8px 8px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 40px rgba(0,0,0,.6);transition:transform .3s;z-index:70}
.fab.show{transform:translate(-50%,0)}.fab b{font-size:14px;flex:1;font-weight:800}.fab .btn{padding:9px 18px}
.fab-ic{width:36px;height:36px;border-radius:50%;background:var(--yellow);color:#15161b;display:inline-flex;align-items:center;justify-content:center;flex:none;animation:pulse 1.8s infinite}
.fab-ic svg{width:20px;height:20px}.fab-ic img{width:26px;height:26px}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(245,196,0,.6)}70%{box-shadow:0 0 0 10px rgba(245,196,0,0)}}
.bottombar{display:none}

@media (max-width:1280px){
  :root{--sidebar:250px}
  .hero,.toprow{grid-template-columns:1fr}.ticker{max-height:380px}
  .ggrid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .rail .tile{width:calc((100% - 42px)/4)}
  .grid4{grid-template-columns:1fr 1fr}.fwrap{grid-template-columns:1fr 1fr}
}
@media (max-width:920px){
  .sidebar{display:none}.tabs{display:none}
  .hacts .icobtn,.hacts .btn--text{display:none}
  .topbar{padding:0 12px;gap:8px}
  .content{padding:14px 14px 40px;gap:22px}
  .banner{padding:22px;min-height:280px;grid-template-columns:1fr}.banner h2{font-size:28px}.banner .viz{height:200px;margin-top:10px}.banner .pc1{width:150px;height:150px;right:30%}.banner .pc2{width:110px;height:110px;right:66%}.banner .pc3{width:110px;height:110px;right:2%}
  .banners3{grid-template-columns:1fr}
  .grid2,.grid3,.steps{grid-template-columns:1fr 1fr}
  .ggrid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .rating{grid-template-columns:1fr}
  .ladder{grid-template-columns:repeat(3,1fr)}
  .bottombar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:65;background:var(--panel);border-top:1px solid var(--line);padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));justify-content:space-around}
  .bottombar a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;font-weight:800;color:#ccc;padding:4px 8px}
  .bottombar a svg{width:22px;height:22px;color:var(--yellow)}
  .fab{bottom:70px}.site-footer{padding-bottom:140px}
}
@media (max-width:560px){
  .brand img{height:32px}.brand small{display:none}
  .h1box h1{font-size:18px}
  .hacts .btn{padding:8px 12px;font-size:12px}
  .ggrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rail .tile{width:calc((100% - 14px)/2);min-width:130px}
  .grid2,.grid3,.steps,.grid4,.fwrap{grid-template-columns:1fr}
  .ladder{grid-template-columns:1fr 1fr}
  .page-head h1{font-size:24px}.shead h2,.shead h1{font-size:18px}
  .cta-band{padding:20px}.cta-band h2{font-size:19px}
  .fab{padding:6px 6px 6px 10px}.fab b{font-size:12px}.fab-ic{width:30px;height:30px}
  .refbar{font-size:13px}.wd{font-size:14px}
}
