/* ==========================================================================
   iGaming Fox — design3  (vc.ru-inspired clean three-column magazine)
   Light theme. Left = topics/nav · Center = feed · Right = casino offers.
   ========================================================================== */

:root{
  --bg:        #ffffff;
  --ground:    #f3f4f6;   /* subtle fills / hovers */
  --card:      #ffffff;
  --tint:      #eaf6ef;   /* header band */
  --ink:       #14161c;   /* headings */
  --text:      #2b2f38;   /* body */
  --muted:     #767d89;   /* secondary */
  --faint:     #a3a9b3;
  --line:      #ebecef;
  --line-2:    #e0e2e6;
  --accent:    #12a15f;   /* iGaming Fox green */
  --accent-ink:#0c7d49;
  --accent-soft:#e7f6ee;
  --blue:      #2f6bff;
  --gold:      #d99b1c;
  --danger:    #e5484d;
  --up:        #14a35f;
  --down:      #e5484d;

  --radius:   16px;
  --radius-sm:10px;
  --shadow:   0 1px 2px rgba(18,24,38,.04), 0 2px 8px rgba(18,24,38,.03);
  --maxw:     1288px;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  color-scheme: light;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--sans); font-size:15px; line-height:1.5;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
button{font-family:inherit; cursor:pointer; border:0; background:none}
h1,h2,h3,h4{margin:0; color:var(--ink); font-weight:800; line-height:1.2}
ul{margin:0; padding:0; list-style:none}

/* ---------- Buttons ---------- */
.btn{display:inline-flex; align-items:center; gap:7px; height:38px; padding:0 16px;
  border-radius:10px; font-weight:600; font-size:14.5px; white-space:nowrap;
  transition:background-color .15s ease, color .15s ease, border-color .15s ease}
.btn svg{width:17px; height:17px}
.btn-primary{background:var(--accent); color:#fff}
.btn-primary:hover{background:var(--accent-ink)}
.btn-ghost{background:#fff; color:var(--ink); border:1px solid var(--line-2)}
.btn-ghost:hover{background:var(--ground)}
.btn-soft{background:var(--accent-soft); color:var(--accent-ink)}
.btn-soft:hover{background:#daf0e4}
.btn-sm{height:32px; padding:0 13px; font-size:13.5px; border-radius:8px}
.btn-block{width:100%; justify-content:center}
.iconbtn{width:40px; height:40px; border-radius:10px; display:grid; place-items:center; color:var(--ink)}
.iconbtn:hover{background:rgba(0,0,0,.05)}
.iconbtn svg{width:21px; height:21px}

/* ==========================================================================
   Top bar
   ========================================================================== */
.topbar{position:sticky; top:0; z-index:60; background:var(--tint);
  border-bottom:1px solid rgba(15,60,40,.07)}
.topbar__in{max-width:var(--maxw); margin:0 auto; height:66px; padding:0 24px;
  display:flex; align-items:center; gap:20px}

.brand{display:flex; align-items:center; gap:10px; width:216px; flex-shrink:0}
.brand__mark{width:34px; height:34px; flex-shrink:0}
.brand__txt{font-weight:900; font-size:20px; letter-spacing:-.01em; color:var(--ink); line-height:1}
.brand__txt em{color:var(--accent); font-style:normal}

.promo{flex:1; display:flex; justify-content:center}
.promo a{display:inline-flex; align-items:center; gap:10px; padding:7px 14px; border-radius:10px;
  font-weight:600; font-size:14.5px; color:var(--ink); transition:.15s}
.promo a:hover{background:rgba(255,255,255,.6)}
.promo .emoji{font-size:17px}

.topbar__actions{display:flex; align-items:center; gap:8px; flex-shrink:0}

/* ==========================================================================
   Shell (3 columns)
   ========================================================================== */
.shell{max-width:var(--maxw); margin:0 auto; padding:20px 24px 72px;
  display:grid; grid-template-columns:236px minmax(0,1fr) 324px; gap:24px; align-items:start}
.col-left,.col-right{position:sticky; top:86px; max-height:calc(100vh - 100px); overflow:auto;
  scrollbar-width:none}
.col-left::-webkit-scrollbar,.col-right::-webkit-scrollbar{display:none}
.col-feed{display:flex; flex-direction:column; gap:16px; min-width:0}

/* ---------- Left navigation ---------- */
.nav{display:flex; flex-direction:column; gap:1px}
.nav-item{display:flex; align-items:center; gap:12px; padding:9px 12px; border-radius:11px;
  font-weight:500; font-size:15px; color:var(--text); transition:.12s}
.nav-item:hover{background:var(--ground)}
.nav-item.active{background:var(--accent-soft); color:var(--accent-ink); font-weight:600}
.nav-item .ic{width:22px; height:22px; color:var(--muted); flex-shrink:0}
.nav-item.active .ic{color:var(--accent)}
.nav-item .ext{margin-left:auto; color:var(--faint); font-size:13px}
.nav-item .dot{margin-left:auto; width:8px; height:8px; border-radius:50%; background:var(--blue)}
.nav-item .sub{display:block; font-size:11.5px; color:var(--accent); font-weight:600; margin-top:1px}
.nav-item .stack{min-width:0}
.nav-item .hot{margin-left:auto; font-size:9.5px; font-weight:800; color:#fff; background:var(--gold); padding:2px 7px; border-radius:6px; letter-spacing:.03em; flex-shrink:0}
.nav-item .count{margin-left:auto; min-width:19px; height:19px; padding:0 5px; border-radius:10px; background:var(--danger); color:#fff; font-size:11px; font-weight:800; display:grid; place-items:center; flex-shrink:0}
.nav-item.tool{background:#fff7e9}
.nav-item.tool:hover{background:#fceccd}
.nav-item.tool .ic{color:var(--gold)}
.nav-item.tool .sub{color:#b07d0a}

/* Auth demo state: .auth-only shows only when body.is-auth, .guest-only hides then */
body:not(.is-auth) .auth-only{display:none}
body.is-auth .guest-only{display:none}
.authchip{display:inline-flex; align-items:center; gap:8px; height:40px; padding:3px 13px 3px 3px; border-radius:22px;
  background:#fff; border:1px solid var(--line-2); font-weight:600; font-size:14px; color:var(--ink)}
.authchip:hover{background:var(--ground)}
.authchip__img{width:32px; height:32px; border-radius:50%; object-fit:cover}

.nav-group{display:flex; align-items:center; justify-content:space-between;
  font-size:12.5px; color:var(--faint); font-weight:700; letter-spacing:.02em; padding:16px 12px 6px}
.nav-group a{color:var(--accent-ink); font-weight:700; font-size:12px}
.nav-group a:hover{text-decoration:underline}

/* Upcoming events (left) */
.event{display:flex; align-items:center; gap:11px; padding:7px 12px; border-radius:11px; transition:background-color .12s}
.event:hover{background:var(--ground)}
.ev-date{width:38px; height:40px; border-radius:9px; background:var(--accent-soft); color:var(--accent-ink);
  display:flex; flex-direction:column; align-items:center; justify-content:center; flex-shrink:0; line-height:1}
.ev-date b{font-size:16px; font-weight:800}
.ev-date span{font-size:9.5px; font-weight:700; letter-spacing:.05em; margin-top:2px}
.ev-body{min-width:0}
.ev-name{display:block; font-weight:600; font-size:14px; color:var(--text); white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.ev-meta{display:block; font-size:12px; color:var(--muted); margin-top:1px}

/* Recently launched (left) */
.launch{display:flex; align-items:center; gap:11px; padding:6px 12px; border-radius:11px; transition:background-color .12s}
.launch:hover{background:var(--ground)}
.launch .ini{width:24px; height:24px; border-radius:7px; display:grid; place-items:center; color:#fff; font-weight:800; font-size:12px; flex-shrink:0}
.launch .nm{font-weight:600; font-size:14px; color:var(--text); white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.launch .new{margin-left:auto; font-size:9.5px; font-weight:800; color:var(--accent-ink); background:var(--accent-soft); padding:2px 6px; border-radius:5px; flex-shrink:0}
.launch .ldate{margin-left:auto; font-size:11px; color:var(--faint); font-weight:600; flex-shrink:0}

/* Popular card header (center) */
.digest__hd{display:flex; align-items:center; gap:8px; padding-bottom:10px; border-bottom:1px solid var(--line);
  font-weight:800; color:var(--ink); font-size:16px}
.digest__hd .fire{font-size:17px}
.digest__hd .sub{margin-left:auto; font-size:12.5px; color:var(--muted); font-weight:600}

/* Pagination (center) */
.pager{display:flex; align-items:center; justify-content:center; gap:6px; padding:6px 0 4px}
.pager a, .pager span{min-width:38px; height:38px; padding:0 11px; border-radius:10px; display:inline-flex;
  align-items:center; justify-content:center; font-weight:600; font-size:14px; color:var(--text);
  border:1px solid var(--line); background:#fff}
.pager a:hover{background:var(--ground)}
.pager .active{background:var(--accent); color:#fff; border-color:var(--accent)}
.pager .gap{border:0; background:none; color:var(--faint)}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{border-top:1px solid var(--line); background:#fafbfc}
.foot-in{max-width:var(--maxw); margin:0 auto; padding:38px 24px 26px;
  display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:30px}
.foot-brand .brand{width:auto; margin-bottom:12px}
.foot-brand p{color:var(--muted); font-size:13.5px; line-height:1.65; margin:0 0 16px; max-width:290px}
.rg-badges{display:flex; flex-wrap:wrap; gap:7px}
.rg-badges span{font-size:11px; font-weight:700; color:var(--muted); background:#eef0f3; border-radius:6px; padding:4px 8px}
.rg-badges .b18{background:#fdeaea; color:var(--danger)}
.foot-col h4{font-size:12px; text-transform:uppercase; letter-spacing:.05em; color:var(--faint); margin:0 0 12px}
.foot-col a{display:block; color:var(--text); font-size:14px; padding:5px 0}
.foot-col a:hover{color:var(--accent-ink)}
.foot-bottom{border-top:1px solid var(--line)}
.foot-bottom-in{max-width:var(--maxw); margin:0 auto; padding:16px 24px; display:flex; align-items:center;
  gap:16px; flex-wrap:wrap; color:var(--muted); font-size:13px}
.foot-langs{display:flex; flex-wrap:wrap; gap:12px}
.foot-langs a{color:var(--muted)}
.foot-langs a:hover{color:var(--ink)}
.foot-langs a.on{color:var(--accent-ink); font-weight:700}
.foot-brand .foot-langs{margin-top:16px; font-size:13px}

/* Banner ads */
.banner{display:block; margin:0 0 16px; line-height:0}
.banner img{width:100%; height:auto; border-radius:12px; display:block}
.col-right .banner{margin-bottom:18px}

/* Casino review: header photo + screenshot */
.brandhead__logo--img{background:#fff; padding:0; overflow:hidden; border:1px solid var(--line)}
.brandhead__logo--img img{width:100%; height:100%; object-fit:cover}
/* Casino logo image in lists (rating, casinos index, sidebar offers/Play) */
.rankcard__logo--img{padding:0; overflow:hidden; background:#fff}
.rankcard__logo--img img{width:100%; height:100%; object-fit:cover; display:block}
.offer__logo--img{padding:0; background:#fff}
.offer__logo--img img{width:100%; height:100%; object-fit:cover; border-radius:13px; display:block}
.launch .ini--img{padding:0; overflow:hidden; background:#fff}
.launch .ini--img img{width:100%; height:100%; object-fit:cover; display:block}

.casino-shot{display:block; margin:0 0 18px; border-radius:14px; overflow:hidden; border:1px solid var(--line); line-height:0}
.casino-shot img{width:100%; height:auto; display:block}
a.casino-shot{transition:transform .15s, box-shadow .15s}
a.casino-shot:hover{transform:translateY(-2px); box-shadow:0 10px 26px rgba(0,0,0,.14)}

/* Welcome-bonus block — high-CTA, flashing, sticky */
.bonusbox{
  background:linear-gradient(135deg, var(--accent), var(--accent-ink));
  border-color:var(--accent-ink); color:#fff;
  position:sticky; top:68px; z-index:20;
  animation:bonusPulse 1.5s ease-in-out infinite;
}
.bonusbox__k{color:rgba(255,255,255,.85)}
.bonusbox__v{color:#fff}
.bonusbox .btn-primary{background:var(--gold); color:#0a0c12; font-weight:800; box-shadow:0 2px 0 rgba(0,0,0,.18); animation:bonusFlash 1s steps(1,end) infinite}
.bonusbox .btn-primary:hover{background:#f0b636}
@keyframes bonusPulse{ 0%,100%{ box-shadow:0 8px 22px rgba(18,161,95,.28) } 50%{ box-shadow:0 10px 34px rgba(217,155,28,.55) } }
@keyframes bonusFlash{ 0%,49%{ background:var(--gold) } 50%,100%{ background:#ffe08a } }
@media (prefers-reduced-motion: reduce){ .bonusbox, .bonusbox .btn-primary{ animation:none } }
.foot-copy{margin-left:auto}

/* Language switcher (header) */
.lang{display:inline-flex; align-items:center; gap:6px; height:40px; padding:0 11px; border-radius:10px;
  font-weight:600; font-size:14px; color:var(--ink)}
.lang:hover{background:rgba(0,0,0,.05)}
.lang svg{width:17px; height:17px; color:var(--muted)}

/* Cookie consent bar */
.cookie{position:fixed; left:16px; right:16px; bottom:16px; z-index:90; max-width:1000px; margin:0 auto;
  background:#fff; border:1px solid var(--line-2); box-shadow:0 12px 40px rgba(18,24,38,.16);
  border-radius:16px; padding:16px 20px; display:flex; align-items:center; gap:18px}
.cookie p{margin:0; font-size:13.5px; color:var(--text); line-height:1.5}
.cookie p a{color:var(--accent-ink); text-decoration:underline}
.cookie .acts{margin-left:auto; display:flex; gap:8px; flex-shrink:0}
.cookie[hidden]{display:none}

.topic{display:flex; align-items:center; gap:12px; padding:8px 12px; border-radius:11px;
  font-weight:500; font-size:14.5px; color:var(--text); transition:.12s}
.topic:hover{background:var(--ground)}
.tico{width:26px; height:26px; border-radius:8px; display:grid; place-items:center;
  font-size:14px; color:#fff; flex-shrink:0}

/* ==========================================================================
   Center feed
   ========================================================================== */

/* Daily digest card */
.digest{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:18px 22px}
.digest__top{display:flex; align-items:center; gap:14px; padding-bottom:12px; border-bottom:1px solid var(--line)}
.digest__date{display:inline-flex; align-items:center; gap:6px; font-weight:700; color:var(--ink); font-size:15px}
.digest__date svg{width:15px; height:15px; color:var(--muted)}
.ticker{display:flex; gap:18px; margin-left:auto; flex-wrap:wrap}
.tk{display:inline-flex; align-items:center; gap:5px; font-size:13px; color:var(--muted); font-weight:500}
.tk b{color:var(--ink); font-weight:700}
.tk.up::after{content:"▲"; color:var(--up); font-size:9px}
.tk.down::after{content:"▼"; color:var(--down); font-size:9px}

.digest__list{padding-top:4px}
.digest__list a{display:flex; align-items:flex-start; gap:8px; padding:10px 0; color:var(--ink);
  font-weight:600; font-size:15.5px; line-height:1.4; border-bottom:1px solid transparent}
.digest__list a:hover{color:var(--accent-ink)}
.digest__list .cc{margin-left:auto; display:inline-flex; align-items:center; gap:4px;
  color:var(--faint); font-weight:500; font-size:13px; white-space:nowrap; padding-top:1px}
.digest__list .cc svg{width:14px; height:14px}
.showmore{display:inline-flex; align-items:center; gap:5px; margin-top:8px; color:var(--muted);
  font-weight:600; font-size:14px}
.showmore:hover{color:var(--ink)}
.showmore svg{width:15px; height:15px}

/* Post card */
.post{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:20px 22px}
.post__head{display:flex; align-items:center; gap:11px}
.avatar{width:36px; height:36px; border-radius:50%; object-fit:cover; background:var(--ground); flex-shrink:0}
.post__who{min-width:0}
.post__author{font-weight:700; color:var(--ink); font-size:14.5px; display:flex; align-items:center; gap:5px}
.post__badge{width:14px; height:14px; border-radius:50%; display:inline-grid; place-items:center;
  background:var(--accent); color:#fff; font-size:9px}
.post__meta{font-size:12.5px; color:var(--muted); display:flex; align-items:center; gap:6px}
.post__meta .cat{color:var(--accent-ink); font-weight:600}
.post__sub{margin-left:auto}

.post__title{font-size:21px; font-weight:800; line-height:1.26; color:var(--ink); margin:13px 0 7px; letter-spacing:-.01em}
.post__title a:hover{color:var(--accent-ink)}
.post__excerpt{color:var(--text); font-size:15.5px; line-height:1.55}
.post__cover{margin-top:14px; border-radius:12px; overflow:hidden; border:1px solid var(--line)}
.post__cover img{width:100%; aspect-ratio:16/9; object-fit:cover}
.post__cover.tall img{aspect-ratio:2/1}

.post__foot{display:flex; align-items:center; gap:6px; margin-top:14px}
.chip{display:inline-flex; align-items:center; gap:6px; height:34px; padding:0 12px; border-radius:9px;
  color:var(--muted); font-weight:600; font-size:14px; transition:.12s}
.chip:hover{background:var(--ground); color:var(--ink)}
.chip svg{width:18px; height:18px}
.post__foot .spacer{margin-left:auto}
.online{display:inline-flex; align-items:center; gap:7px; color:var(--muted); font-size:13px; font-weight:500}
.online::before{content:""; width:8px; height:8px; border-radius:50%; background:var(--accent)}

.readmore{color:var(--blue); font-weight:600; font-size:15px; display:inline-flex; align-items:center; gap:5px; margin-top:12px}
.readmore svg{width:16px; height:16px}

/* ==========================================================================
   Right column
   ========================================================================== */
.card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden}
.card + .card{margin-top:16px}
.card__h{display:flex; align-items:center; justify-content:space-between; padding:16px 18px 12px}
.card__h h3{font-size:16px; font-weight:800}
.card__h .tag{font-size:12px; color:var(--muted); font-weight:600}
.card__x{color:var(--faint)}
.card__x:hover{color:var(--muted)}

/* Casino offers (hero right widget) */
.offers{border-color:var(--line-2)}
.offers .card__h{padding-bottom:6px}
.offer{display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center;
  padding:13px 16px; border-top:1px solid var(--line); position:relative}
.offer:hover{background:#fcfdfc}
.offer__logo{position:relative; width:46px; height:46px; border-radius:13px; display:grid; place-items:center;
  color:#fff; font-weight:800; font-size:17px; flex-shrink:0}
.offer__rank{position:absolute; top:-6px; left:-6px; width:19px; height:19px; border-radius:50%;
  background:var(--ink); color:#fff; font-size:11px; font-weight:800; display:grid; place-items:center;
  border:2px solid #fff}
.offer:first-of-type .offer__rank{background:var(--gold)}
.offer__mid{min-width:0}
.offer__name{font-weight:800; color:var(--ink); font-size:15px; display:flex; align-items:center; gap:6px}
.offer__rate{display:inline-flex; align-items:center; gap:4px; font-size:12px; color:var(--gold); font-weight:700}
.offer__rate .num{color:var(--muted); font-weight:600}
.offer__bonus{font-size:12.5px; color:var(--muted); line-height:1.35; margin-top:2px}
.offer__bonus b{color:var(--accent-ink)}
.offer__cta{align-self:center}
.offer__cta .btn{height:34px; padding:0 12px}
.offer__terms{grid-column:1 / -1; width:100%; font-size:10.5px; color:var(--faint);
  margin-top:8px; padding-top:8px; border-top:1px dashed var(--line); text-align:center; letter-spacing:.01em}
.offers__foot{padding:13px 16px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between}
.offers__all{color:var(--accent-ink); font-weight:700; font-size:13.5px; display:inline-flex; align-items:center; gap:5px}
.badge18{display:inline-grid; place-items:center; min-width:26px; height:20px; padding:0 5px; border-radius:6px;
  background:#fdeaea; color:var(--danger); font-size:11px; font-weight:800}

/* Newsletter card */
.nl{padding:18px}
.nl h3{font-size:16px; margin-bottom:6px}
.nl p{color:var(--muted); font-size:13.5px; margin:0 0 12px}
.nl input{width:100%; height:40px; border:1px solid var(--line-2); border-radius:10px; padding:0 13px;
  font:inherit; font-size:14px; margin-bottom:8px; background:#fff}
.nl input:focus{outline:none; border-color:var(--accent)}

/* Trending list */
.trend a{display:flex; gap:10px; padding:11px 16px; border-top:1px solid var(--line)}
.trend a:hover{background:#fcfdfc}
.trend .n{color:var(--faint); font-weight:800; font-size:14px; width:16px; flex-shrink:0}
.trend .t{font-weight:600; color:var(--ink); font-size:13.5px; line-height:1.35}
.trend .m{color:var(--faint); font-size:12px; margin-top:2px}

/* Plus/promo mini card */
.promo-card{padding:0}
.promo-card__img{height:120px; background:linear-gradient(135deg,#e8f7ef,#d4f0e0); display:grid; place-items:center}
.promo-card__img svg{width:56px; height:56px}
.promo-card__b{padding:16px 18px}
.promo-card__b p{color:var(--muted); font-size:13.5px; margin:6px 0 12px}

/* ==========================================================================
   Article page
   ========================================================================== */
.backbar{display:flex; align-items:center}
.article{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px 30px}
.article__head{display:flex; align-items:center; gap:11px; margin-bottom:16px}
.article__title{font-size:30px; line-height:1.2; letter-spacing:-.015em; margin:6px 0 10px}
.article__lead{font-size:18px; color:var(--text); line-height:1.5; font-weight:500; margin-bottom:20px}
.article__cover{border-radius:14px; overflow:hidden; border:1px solid var(--line); margin-bottom:8px}
.article__cover img{width:100%; aspect-ratio:16/9; object-fit:cover}
.article__source{font-size:12.5px; color:var(--faint); margin:0 0 22px}
.prose{font-size:17px; line-height:1.72; color:var(--text); max-width:660px}
.prose p{margin:0 0 18px}
.prose h2{font-size:22px; margin:30px 0 12px}
.prose a{color:var(--blue); text-decoration:underline; text-underline-offset:2px}
.prose ul{margin:0 0 18px; padding-left:0; display:flex; flex-direction:column; gap:12px}
.prose ul li{position:relative; padding-left:24px}
.prose ul li::before{content:""; position:absolute; left:6px; top:10px; width:6px; height:6px; border-radius:50%; background:var(--accent)}
.prose blockquote{margin:22px 0; padding:4px 0 4px 20px; border-left:3px solid var(--accent); color:var(--ink); font-weight:500}
.tags{display:flex; flex-wrap:wrap; gap:8px; margin:24px 0 6px}
.tags a{background:var(--ground); color:var(--muted); font-size:13px; font-weight:600; padding:6px 12px; border-radius:8px}
.tags a:hover{background:#e8eaee; color:var(--ink)}
.article__foot{display:flex; align-items:center; gap:8px; margin-top:22px; padding-top:18px; border-top:1px solid var(--line)}

/* ==========================================================================
   Author page
   ========================================================================== */
.profile{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden}
.profile__cover{height:180px; background:linear-gradient(120deg,#0f9d63,#12a15f 40%,#0c7d49)}
.profile__body{padding:0 26px 22px; position:relative}
.profile__avatar{width:104px; height:104px; border-radius:26px; border:4px solid #fff; object-fit:cover;
  margin-top:-52px; background:#fff}
.profile__row{display:flex; align-items:flex-start; gap:14px; margin-top:14px; flex-wrap:wrap}
.profile__name{font-size:24px}
.profile__actions{margin-left:auto; display:flex; gap:8px; align-items:center}
.profile__stats{display:flex; align-items:center; gap:18px; margin-top:8px; font-size:14px; color:var(--muted)}
.profile__stats b{color:var(--accent-ink)}
.profile__stats .karma{color:var(--accent); font-weight:800}
.profile__tabs{display:flex; gap:6px; margin:18px 0 0; border-bottom:1px solid var(--line)}
.profile__tabs a{padding:10px 4px; margin-right:16px; font-weight:600; color:var(--muted); border-bottom:2px solid transparent}
.profile__tabs a.active{color:var(--ink); border-color:var(--accent)}
.badge-fish{width:32px; height:32px; border-radius:50%; background:var(--ground); display:grid; place-items:center; font-size:16px}

/* Section head (feed toolbar) */
.feed-head{display:flex; align-items:center; gap:8px; padding:2px 4px}
.feed-head .sort{display:inline-flex; align-items:center; gap:5px; font-weight:700; color:var(--ink); font-size:15px}
.feed-head .sort svg{width:15px; height:15px; color:var(--muted)}

/* ==========================================================================
   Section pages (rating / bonus hunt / events / guides)
   ========================================================================== */
.pagehead{display:flex; align-items:flex-end; gap:16px; flex-wrap:wrap; margin:2px 2px 2px}
.pagehead h1{font-size:26px; letter-spacing:-.01em}
.pagehead p{color:var(--muted); font-size:15px; margin:6px 0 0}
.pagehead .geo{margin-left:auto}
.geo select{height:40px; border:1px solid var(--line-2); border-radius:10px; padding:0 12px; font:inherit;
  font-weight:600; font-size:14px; color:var(--ink); background:#fff}
.geo select:focus{outline:none; border-color:var(--accent)}

/* Casino Rating — ranked cards */
.rankcard{position:relative; background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
  padding:16px; display:flex; gap:14px; align-items:center}
.rankcard.top{border-color:#f0d98a; background:linear-gradient(#fffdf6,#fff)}
.medal{width:30px; height:30px; border-radius:50%; display:grid; place-items:center; font-weight:800;
  font-size:14px; background:var(--ground); color:var(--muted); flex-shrink:0}
.medal.g1{background:linear-gradient(135deg,#f6d365,#d4a017); color:#5a3d00}
.medal.g2{background:linear-gradient(135deg,#e4e8ec,#b9c0c8); color:#3a3f45}
.medal.g3{background:linear-gradient(135deg,#e7b98a,#c88a4f); color:#4a2c10}
.rankcard__logo{width:52px; height:52px; border-radius:14px; display:grid; place-items:center; color:#fff;
  font-weight:800; font-size:18px; flex-shrink:0}
.rankcard__body{flex:1; min-width:0}
.rankcard__name{font-weight:800; font-size:16px; color:var(--ink)}
.score{display:inline-flex; align-items:center; gap:6px; margin-left:8px; font-size:12.5px; color:var(--muted); font-weight:600}
.score b{background:var(--accent-soft); color:var(--accent-ink); padding:1px 8px; border-radius:6px}
.facts{display:flex; flex-wrap:wrap; gap:5px 16px; margin-top:8px; font-size:12.5px; color:var(--muted)}
.facts b{color:var(--ink)}
.lic{color:var(--faint)}
.rankcard__cta{display:flex; flex-direction:column; gap:6px; align-items:stretch; flex-shrink:0; width:118px}
.rankcard__cta .rev{font-size:12px; color:var(--accent-ink); text-align:center; font-weight:600}

/* Bonus Hunt */
.bhfilter{display:flex; flex-wrap:wrap; gap:8px; margin:2px 2px 2px}
.bhchip{height:34px; padding:0 14px; border-radius:20px; border:1px solid var(--line-2); background:#fff;
  font-weight:600; font-size:13.5px; color:var(--text); display:inline-flex; align-items:center; gap:7px; cursor:pointer}
.bhchip:hover{background:var(--ground)}
.bhchip.on{background:var(--accent-soft); border-color:transparent; color:var(--accent-ink)}
.live{display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:700; color:var(--danger)}
.live::before{content:""; width:8px; height:8px; border-radius:50%; background:var(--danger)}
.bonuscard{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:16px;
  display:flex; gap:14px; align-items:center}
.bonuscard__body{flex:1; min-width:0}
.bonuscard__bonus{font-weight:800; font-size:16px; color:var(--ink)}
.bonuscard__for{font-size:12.5px; color:var(--muted); margin-top:1px}
.bh-tags{display:flex; flex-wrap:wrap; gap:6px; margin-top:9px}
.bh-tags span{font-size:11.5px; font-weight:600; color:var(--muted); background:var(--ground); padding:3px 9px; border-radius:6px}
.bh-tags .code{color:var(--accent-ink); background:var(--accent-soft)}
.bh-tags .free{color:#b07d0a; background:#fff3da}
.bonuscard__meta{font-size:11.5px; color:var(--faint); margin-top:7px}

/* Events list */
.month-head{font-weight:800; color:var(--ink); font-size:15px; margin:14px 2px 2px}
.month-head:first-child{margin-top:2px}
.eventcard{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:16px;
  display:flex; gap:16px; align-items:flex-start}
.eventcard__date{width:58px; height:62px; border-radius:13px; background:var(--accent-soft); color:var(--accent-ink);
  display:flex; flex-direction:column; align-items:center; justify-content:center; flex-shrink:0}
.eventcard__date b{font-size:22px; font-weight:800; line-height:1}
.eventcard__date span{font-size:10px; font-weight:700; letter-spacing:.05em; margin-top:3px}
.eventcard__body{flex:1; min-width:0}
.eventcard__name{font-weight:800; font-size:16px; color:var(--ink)}
.eventcard__meta{font-size:12.5px; color:var(--muted); margin-top:3px; display:flex; gap:14px; flex-wrap:wrap}
.eventcard p{font-size:13.5px; color:var(--text); margin:9px 0 0; line-height:1.5}
.etag{font-size:11px; font-weight:700; padding:3px 9px; border-radius:6px; flex-shrink:0}

/* Guides grid */
.guide-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.guide-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; display:block}
.guide-card:hover{border-color:var(--line-2)}
.guide-card__img{aspect-ratio:16/9; background:var(--ground)}
.guide-card__img img{width:100%; height:100%; object-fit:cover}
.guide-card__b{padding:14px 16px}
.guide-card .gcat{font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--accent-ink)}
.guide-card h3{font-size:16px; margin:6px 0 0; line-height:1.32}
.guide-card .gmeta{font-size:12px; color:var(--muted); margin-top:9px}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1180px){
  .shell{grid-template-columns:220px minmax(0,1fr); }
  .col-right{display:none}
  .brand{width:200px}
  .foot-in{grid-template-columns:1fr 1fr 1fr}
  .foot-brand{grid-column:1 / -1}
}
@media (max-width:880px){
  .shell{grid-template-columns:1fr; padding:16px 14px 60px}
  .col-left{display:none}
  .promo, .lang{display:none}
  .brand{width:auto; flex:1}
  .topbar__in{gap:12px; padding:0 14px}
  .article{padding:20px 18px}
  .article__title{font-size:24px}
  .foot-in{grid-template-columns:1fr 1fr; gap:22px; padding:28px 16px 20px}
  .foot-bottom-in{padding:14px 16px}
  .foot-copy{margin-left:0; width:100%}
  .cookie{flex-direction:column; align-items:stretch; text-align:center}
  .cookie .acts{margin-left:0; justify-content:center}
  .guide-grid{grid-template-columns:1fr}
  .rankcard{flex-wrap:wrap}
  .rankcard__cta{width:100%; flex-direction:row}
}

/* ==========================================================================
   App integration: age gate, language menu, flash / newsletter, drawer
   ========================================================================== */
.agegate{position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center;
  padding:24px; background:rgba(10,14,20,.7); backdrop-filter:blur(6px)}
:root[data-age-ok] .agegate{display:none}
.agegate__card{max-width:440px; width:100%; background:#fff; border:1px solid var(--line-2);
  border-radius:18px; padding:32px 28px; text-align:center; box-shadow:0 30px 80px rgba(0,0,0,.35)}
.agegate__mark{font-size:30px; font-weight:800; color:var(--gold); margin-bottom:6px}
.agegate__card h2{font-size:24px; margin-bottom:10px}
.agegate__card p{color:var(--muted); font-size:14.5px; line-height:1.6; margin:0 0 10px}
.agegate__warn{background:#fff7e9; border:1px solid #f0e0bd; border-radius:10px; padding:10px 12px;
  color:var(--ink)!important; font-size:13px!important}
.agegate__btns{display:flex; gap:10px; margin:18px 0 12px}
.agegate__btns .btn{flex:1; justify-content:center}
.agegate__links{font-size:12.5px!important; margin:0!important}
.agegate__links a{color:var(--accent-ink); font-weight:600}

/* header language dropdown */
.lang{position:relative}
.lang__menu{position:absolute; top:calc(100% + 6px); right:0; background:#fff; border:1px solid var(--line-2);
  border-radius:12px; box-shadow:var(--shadow); padding:6px; min-width:160px; display:none; z-index:70; max-height:64vh; overflow:auto}
.lang.open .lang__menu{display:block}
.lang__menu a{display:block; padding:8px 12px; border-radius:8px; font-size:14px; font-weight:500; color:var(--text)}
.lang__menu a:hover{background:var(--ground)}
.lang__menu a.on{color:var(--accent-ink); font-weight:700; background:var(--accent-soft)}

/* flash + inline newsletter message */
.flash{padding:11px 14px; border-radius:10px; margin-bottom:14px; font-size:14px; font-weight:500}
.flash.ok{background:var(--accent-soft); color:var(--accent-ink)}
.flash.err{background:#fdeaea; color:var(--danger)}
.nlmsg{margin-top:10px; font-weight:600; font-size:13.5px; min-height:1em}
.nlmsg.ok{color:var(--accent-ink)}
.nlmsg.err{color:var(--danger)}

/* auth forms + gates (account / register / verify / members gate) */
.authwrap{max-width:460px; margin:0 auto}
.authcard{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px 26px}
.field{margin-bottom:14px}
.field label{display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:6px}
.field input,.field textarea,.field select{width:100%; height:42px; border:1px solid var(--line-2); border-radius:10px;
  padding:0 13px; font:inherit; font-size:14.5px; background:#fff}
.field textarea{height:auto; padding:11px 13px}
.field input:focus,.field textarea:focus,.field select:focus{outline:none; border-color:var(--accent)}
.autherr{background:#fdeaea; color:var(--danger); border-radius:10px; padding:11px 14px; margin-bottom:14px; font-size:14px}
.authok{background:var(--accent-soft); color:var(--accent-ink); border-radius:10px; padding:11px 14px; margin-bottom:14px; font-size:14px}
.members-badge{background:var(--gold); color:#05070c; font-weight:700; font-size:12px; padding:3px 12px; border-radius:20px}
.sponsored-tag{background:#fff3da; color:#b07d0a; font-weight:700; font-size:11px; padding:3px 9px; border-radius:6px}

.lang__btn{display:inline-flex; align-items:center; gap:6px; height:40px; padding:0 11px; border-radius:10px;
  font-weight:600; font-size:14px; color:var(--ink); background:none; cursor:pointer}
.lang__btn:hover{background:rgba(0,0,0,.05)}
.lang__btn .globe{width:17px; height:17px; color:var(--muted)}
.lang__btn .chev{width:12px; height:12px}
/* mobile: slide the left nav in */
@media (max-width:880px){
  .col-left{display:block; position:fixed; top:0; left:0; bottom:0; width:280px; max-height:100vh; z-index:200;
    background:#fff; border-right:1px solid var(--line); padding:16px 12px; transform:translateX(-100%); transition:transform .2s; overflow:auto}
  body.nav-open .col-left{transform:none; box-shadow:0 0 40px rgba(0,0,0,.2)}
  body.nav-open::after{content:""; position:fixed; inset:0; background:rgba(0,0,0,.4); z-index:150}
}

/* article extras */
.article .prose{max-width:none}
.sponsored-note{background:#fff7e9; border:1px solid #f0e0bd; border-radius:10px; padding:9px 13px; font-size:13px; color:#8a6608; margin:0 0 16px}
.share{display:flex; align-items:center; gap:8px; margin-top:20px; padding-top:16px; border-top:1px solid var(--line)}
.share .iconbtn{width:36px; height:36px; border:1px solid var(--line-2)}
.share .taglist{margin-left:auto; display:flex; flex-wrap:wrap; gap:7px}
.taglist a, .tags a{background:var(--ground); color:var(--muted); font-size:12.5px; font-weight:600; padding:5px 11px; border-radius:8px}
.taglist a:hover, .tags a:hover{background:#e8eaee; color:var(--ink)}
.gate{text-align:center; background:var(--ground); border:1px solid var(--line); border-radius:14px; padding:32px 24px; margin-top:8px}
.gate__lock{font-size:30px; margin-bottom:6px}
.gate h3{font-size:20px; margin-bottom:8px}
.gate p{color:var(--muted); max-width:400px; margin:0 auto 16px}
.gate__cta{display:flex; gap:10px; justify-content:center; flex-wrap:wrap}
.comments{margin-top:26px; padding-top:22px; border-top:1px solid var(--line)}
.comments h2{font-size:20px; margin-bottom:14px}
.cmt-form textarea{width:100%; border:1px solid var(--line-2); border-radius:10px; padding:11px 13px; font:inherit; font-size:14.5px; min-height:82px; margin-bottom:10px}
.cmt-note{background:var(--accent-soft); color:var(--accent-ink); border-radius:10px; padding:10px 13px; margin-bottom:14px; font-size:13.5px}
.cmt-login{margin:6px 0 14px}
.comment{padding:14px 0; border-top:1px solid var(--line)}
.comment__h{display:flex; gap:10px; align-items:center; margin-bottom:5px}
.comment__name{font-weight:700; color:var(--ink); font-size:14px}
.comment__body{color:var(--text); font-size:14.5px; line-height:1.55}

/* casino brand page */
.brandhead{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:20px 22px; margin-bottom:16px}
.brandhead__top{display:flex; align-items:center; gap:16px; flex-wrap:wrap}
.brandhead__logo{width:64px; height:64px; border-radius:16px; display:grid; place-items:center; color:#fff; font-weight:800; font-size:22px; flex-shrink:0}
.brandhead h1{font-size:24px}
.brandhead .sub{display:flex; align-items:center; gap:10px; color:var(--muted); font-size:13.5px; margin-top:6px; flex-wrap:wrap}
.brandhead .stars{color:var(--gold); letter-spacing:1px}
.bscore{margin-left:auto; text-align:center; background:var(--accent-soft); border-radius:12px; padding:10px 16px; flex-shrink:0}
.bscore .n{font-size:24px; font-weight:800; color:var(--accent-ink); line-height:1}
.bscore .l{font-size:11px; color:var(--accent-ink); margin-top:2px}
.subtabs{display:flex; gap:4px; flex-wrap:wrap; margin-top:16px; border-top:1px solid var(--line); padding-top:14px}
.subtabs a{padding:6px 9px; border-radius:8px; font-weight:600; font-size:12.5px; color:var(--muted); white-space:nowrap}
.subtabs a:hover{background:var(--ground); color:var(--ink)}
.subtabs a.active{background:var(--accent-soft); color:var(--accent-ink)}
.bonusbox{background:linear-gradient(135deg,#eef7f1,#fff); border:1px solid #cbe9d8; border-radius:14px; padding:16px 20px; display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:16px}
.bonusbox__b{flex:1; min-width:180px}
.bonusbox__k{font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:var(--muted)}
.bonusbox__v{font-size:19px; font-weight:800; color:var(--ink); margin-top:2px}
.proscons{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:20px 0}
.pc{background:var(--card); border:1px solid var(--line); border-radius:12px; padding:16px}
.pc h4{font-size:14px; margin-bottom:10px}
.pc.pros h4{color:var(--accent-ink)} .pc.cons h4{color:var(--danger)}
.pc ul{display:flex; flex-direction:column; gap:8px}
.pc li{font-size:13.5px; color:var(--text); padding-left:20px; position:relative}
.pc.pros li::before{content:"✓"; position:absolute; left:0; color:var(--accent); font-weight:800}
.pc.cons li::before{content:"–"; position:absolute; left:0; color:var(--danger); font-weight:800}
.scorebar .row{margin-bottom:12px}
.scorebar .top{display:flex; justify-content:space-between; font-size:13.5px; font-weight:600; margin-bottom:5px}
.scorebar .v{color:var(--accent-ink)}
.scorebar .track{height:7px; background:var(--ground); border-radius:5px; overflow:hidden}
.scorebar .fill{height:100%; background:var(--accent); border-radius:5px}
.qfacts{display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:12px; overflow:hidden; margin:8px 0 20px}
.qfacts .f{background:#fff; padding:12px 14px; display:flex; justify-content:space-between; gap:10px; font-size:13.5px}
.qfacts .k{color:var(--muted)} .qfacts .v{color:var(--ink); font-weight:700; text-align:right}
.permalink{display:inline-block; font-size:12px; color:var(--faint); margin-bottom:14px}
/* author profile */
.profile__social{display:flex; gap:10px; margin-top:10px}
.profile__social a{color:var(--muted); font-size:13px; font-weight:600}
@media(max-width:640px){.proscons,.qfacts{grid-template-columns:1fr}}

/* nested nav items (Press Releases / New Brands under News) */

/* ==========================================================================
   Subscribe modal + CTA banner
   ========================================================================== */
.submodal{position:fixed; inset:0; z-index:9998; display:flex; align-items:center; justify-content:center;
  padding:24px; background:rgba(10,14,20,.55); backdrop-filter:blur(4px)}
.submodal[hidden]{display:none}
.submodal__card{position:relative; max-width:420px; width:100%; background:#fff; border:1px solid var(--line-2);
  border-radius:18px; padding:28px 26px; box-shadow:0 30px 80px rgba(0,0,0,.3)}
.submodal__card h3{font-size:21px; margin-bottom:8px}
.submodal__card p{color:var(--muted); font-size:14px; margin:0 0 14px}
.submodal__card input{width:100%; height:44px; border:1px solid var(--line-2); border-radius:11px; padding:0 14px;
  font:inherit; font-size:15px; margin-bottom:10px; background:#fff}
.submodal__card input:focus{outline:none; border-color:var(--accent)}
.submodal__x{position:absolute; top:12px; right:14px; font-size:24px; line-height:1; color:var(--faint); background:none; cursor:pointer}
.submodal__x:hover{color:var(--muted)}
.submsg{font-size:13px; font-weight:600; margin-top:8px; min-height:1em}
.submsg.ok{color:var(--accent-ink)} .submsg.err{color:var(--danger)}

/* CTA banner (top of events / new brands) */
.cta{display:flex; align-items:center; gap:16px; flex-wrap:wrap; background:linear-gradient(135deg,#eaf6ef,#f4fbf7);
  border:1px solid #cbe9d8; border-radius:16px; padding:18px 22px; margin-bottom:16px}
.cta__b{flex:1; min-width:200px}
.cta__b h3{font-size:17px; margin-bottom:3px}
.cta__b p{color:var(--muted); font-size:13.5px; margin:0}
.cta .btn{white-space:nowrap}
