/*
Theme Name: LuckyCove Casino Blog
Theme URI: https://luckycove.com/blog
Author: LuckyCove
Author URI: https://luckycove.com
Description: A dark casino blog theme with orange accent colors, live wins ticker, slot review cards, casino bonus comparisons, and multi-language support. Built for LuckyCove Casino.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luckycove
Tags: blog, dark, casino, gaming, one-column, custom-menu, custom-logo, featured-images, theme-options, translation-ready
*/

/* ── CSS Variables ── */
:root {
  --bg0: #0c0c11;
  --bg1: #0d0e18;
  --bg2: #12131b;
  --bg3: #161721;
  --bg4: #1b1c27;
  --bg5: #252633;
  --bg6: #2f303e;
  --bg7: #393a4b;
  --g50: #bac0cc;
  --g100: #9097a5;
  --g200: #63657f;
  --brand: #fc8601;
  --brand2: #f06d01;
  --brand3: #e24f00;
  --brand4: #ffa800;
  --white: #fff;
  --textsub: #bac0cc;
  --textmute: #9097a5;
  --radius: 8px;
  --sidebar: 160px;
  --hh: 56px;
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Play', sans-serif;
  background: var(--bg2);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--bg1);
}

::-webkit-scrollbar-thumb {
  background: var(--bg6);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}

/* ── HEADER ── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--hh);
  background: var(--bg0);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: var(--brand4);
  text-transform: uppercase;
  white-space: nowrap;
  min-width: var(--sidebar);
}

.header-logo .blog-tag {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  background: rgba(252, 134, 1, .15);
  border: 1px solid rgba(252, 134, 1, .3);
  color: var(--brand);
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-left: 2px;
  font-family: 'Poppins', sans-serif;
}

.header-search {
  flex: 1;
  max-width: 380px;
  position: relative;
}

.header-search input {
  width: 100%;
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  padding: 7px 12px 7px 34px;
  border-radius: var(--radius);
  outline: none;
  transition: .2s;
}

.header-search input::placeholder {
  color: var(--textmute);
}

.header-search input:focus {
  border-color: rgba(252, 134, 1, .4);
  background: var(--bg5);
}

.header-search .si {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--textmute);
  font-size: .8rem;
}

.header-spacer {
  flex: 1;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-select {
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: var(--textsub);
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius);
  cursor: pointer;
  outline: none;
  transition: .2s;
}

.lang-select:hover {
  border-color: var(--g200);
}

.btn-rewards {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: var(--textsub);
  font-family: 'Poppins', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: .2s;
  cursor: pointer;
}

.btn-rewards .badge {
  background: var(--brand);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-signin {
  background: transparent;
  border: 1px solid var(--bg6);
  color: var(--textsub);
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: var(--radius);
  transition: .2s;
  cursor: pointer;
}

.btn-signin:hover {
  border-color: var(--g200);
  color: #fff;
}

.btn-joinnow {
  background: linear-gradient(135deg, var(--brand), var(--brand3));
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: var(--radius);
  border: none;
  box-shadow: 0 2px 12px rgba(252, 134, 1, .4);
  transition: .2s;
  letter-spacing: .3px;
  cursor: pointer;
}

.btn-joinnow:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.btn-icon {
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: var(--textsub);
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  transition: .2s;
  cursor: pointer;
}

/* ── LAYOUT ── */
.layout {
  display: flex;
  padding-top: var(--hh);
}

/* ── SIDEBAR ── */
.sidebar {
  width: var(--sidebar);
  flex-shrink: 0;
  background: var(--bg1);
  border-right: 1px solid rgba(255, 255, 255, .05);
  height: calc(100vh - var(--hh));
  position: sticky;
  top: var(--hh);
  overflow-y: auto;
  padding: 10px 0 20px;
}

.sb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  color: var(--textsub);
  font-size: .8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-left: 2px solid transparent;
  transition: .15s;
  cursor: pointer;
  white-space: nowrap;
}

.sb-item:hover {
  background: rgba(255, 255, 255, .04);
  color: #fff;
  border-left-color: rgba(252, 134, 1, .4);
}

.sb-item.active {
  color: #fff;
  border-left-color: var(--brand);
  background: rgba(252, 134, 1, .06);
}

.sb-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: .7;
}

.sb-item.active .sb-icon {
  opacity: 1;
}

.sb-divider {
  height: 1px;
  background: rgba(255, 255, 255, .05);
  margin: 6px 10px;
}

.sb-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--g200);
  padding: 10px 14px 4px;
}

.sb-lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-size: .78rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: var(--textsub);
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: .15s;
}

.sb-lang-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .03);
  border-left-color: rgba(252, 134, 1, .3);
}

.sb-lang-btn.active {
  color: #fff;
  border-left-color: var(--brand);
  background: rgba(252, 134, 1, .05);
}

/* ── MAIN CONTENT ── */
.main {
  flex: 1;
  min-width: 0;
  padding: 20px 20px 60px;
}

/* ── HERO BANNER ── */
.hero {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(135deg, #0a0a14 0%, #1a0d00 50%, #0d0a1a 100%);
  min-height: 200px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .07);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(252, 134, 1, .18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(100, 50, 200, .12) 0%, transparent 60%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 28px 32px;
  flex: 1;
}

.hero-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-eyebrow::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--brand);
}

.hero-title {
  font-family: 'Play', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-title span {
  color: var(--brand4);
}

.hero-desc {
  font-family: 'Poppins', sans-serif;
  font-size: .82rem;
  color: var(--textsub);
  max-width: 480px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--brand), var(--brand3));
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 16px rgba(252, 134, 1, .45);
  transition: .2s;
  letter-spacing: .3px;
}

.hero-btn-primary:hover {
  opacity: .9;
  transform: translateY(-1px);
  color: #fff;
}

.hero-btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: .2s;
}

.hero-btn-sec:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.hero-art {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  opacity: .25;
  pointer-events: none;
  user-select: none;
}

.hero-dots {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  cursor: pointer;
  transition: .2s;
}

.hero-dot.active {
  background: var(--brand);
  width: 18px;
  border-radius: 3px;
}

/* ── CATEGORY PILLS ── */
.cat-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.cat-pills::-webkit-scrollbar {
  height: 3px;
}

.cat-pill {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--bg6);
  background: var(--bg3);
  color: var(--textsub);
  transition: .2s;
  white-space: nowrap;
}

.cat-pill:hover {
  border-color: rgba(252, 134, 1, .4);
  color: #fff;
  background: rgba(252, 134, 1, .06);
}

.cat-pill.active {
  background: rgba(252, 134, 1, .12);
  border-color: rgba(252, 134, 1, .5);
  color: var(--brand4);
}

/* ── SECTION HEADING ── */
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sec-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-head-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(252, 134, 1, .15);
  border: 1px solid rgba(252, 134, 1, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}

.sec-head-title {
  font-family: 'Poppins', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

.sec-head-link {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  color: var(--brand);
  font-weight: 600;
  transition: .15s;
}

.sec-head-link:hover {
  color: var(--brand4);
}

/* ── HORIZONTAL SCROLL ROW ── */
.h-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.h-scroll::-webkit-scrollbar {
  height: 3px;
}

/* ── GAME CARD (slot review) ── */
.game-card {
  flex-shrink: 0;
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .2s;
  cursor: pointer;
  position: relative;
}

.game-card:hover {
  border-color: rgba(252, 134, 1, .4);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

.game-thumb {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  position: relative;
}

.game-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.badge-hot {
  background: rgba(255, 80, 80, .9);
  color: #fff;
}

.badge-new {
  background: rgba(11, 199, 52, .85);
  color: #fff;
}

.badge-exclusive {
  background: rgba(252, 134, 1, .9);
  color: #fff;
}

.game-body {
  padding: 10px;
}

.game-title {
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-provider {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--textmute);
  margin-bottom: 6px;
}

.game-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-rtp {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--textsub);
  background: var(--bg5);
  padding: 2px 6px;
  border-radius: 3px;
}

.game-score {
  font-family: 'Poppins', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  color: var(--brand4);
}

.game-play-btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand3));
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: .2s;
}

.game-play-btn:hover {
  opacity: .9;
}

/* ── BLOG POST CARD ── */
.post-card {
  flex-shrink: 0;
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .2s;
  cursor: pointer;
}

.post-card:hover {
  border-color: rgba(252, 134, 1, .35);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

.post-thumb {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-cat-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: .58rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(252, 134, 1, .85);
  color: #fff;
}

.post-body {
  padding: 12px;
}

.post-title {
  font-family: 'Play', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-excerpt {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  color: var(--textsub);
  line-height: 1.55;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-date {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--textmute);
}

.post-read {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--brand);
  font-weight: 600;
}

/* ── CASINO BONUS CARD ── */
.bonus-card {
  flex-shrink: 0;
  width: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .2s;
  cursor: pointer;
  padding: 14px;
}

.bonus-card:hover {
  border-color: rgba(252, 134, 1, .4);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

.bonus-casino-name {
  font-family: 'Poppins', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bonus-amount {
  font-family: 'Play', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand4);
  margin-bottom: 4px;
}

.bonus-desc {
  font-family: 'Poppins', sans-serif;
  font-size: .68rem;
  color: var(--textsub);
  margin-bottom: 10px;
  line-height: 1.5;
}

.bonus-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.btag {
  font-family: 'Poppins', sans-serif;
  font-size: .58rem;
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--bg5);
  color: var(--textmute);
}

.bonus-btn {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--brand), var(--brand3));
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: .2s;
  box-shadow: 0 2px 10px rgba(252, 134, 1, .3);
}

.bonus-btn:hover {
  opacity: .9;
  color: #fff;
}

.bonus-score {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.bs-num {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  color: var(--brand4);
}

.bs-stars {
  font-size: .65rem;
  color: var(--brand4);
}

/* ── FEATURED POST (wide) ── */
.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.feat-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.feat-card:hover {
  border-color: rgba(252, 134, 1, .35);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

.feat-card.large {
  grid-row: span 2;
}

.feat-thumb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}

.feat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feat-thumb.tall {
  height: 200px;
}

.feat-thumb.short {
  height: 120px;
}

.feat-body {
  padding: 14px;
  flex: 1;
}

.feat-cat {
  font-family: 'Poppins', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--brand);
  margin-bottom: 5px;
}

.feat-title {
  font-family: 'Play', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.feat-excerpt {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  color: var(--textsub);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.feat-author {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--textmute);
}

.feat-date {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--textmute);
}

/* ── LANGUAGE BANNER ── */
.lang-banner {
  background: linear-gradient(135deg, rgba(252, 134, 1, .1), rgba(240, 109, 1, .05));
  border: 1px solid rgba(252, 134, 1, .2);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.lb-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.lb-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.lb-text p {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  color: var(--textsub);
}

.lb-langs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-left: auto;
}

.lb-lang {
  font-family: 'Poppins', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 5px;
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: var(--textsub);
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}

.lb-lang:hover {
  border-color: rgba(252, 134, 1, .4);
  color: #fff;
  background: rgba(252, 134, 1, .08);
}

.lb-lang.active {
  background: rgba(252, 134, 1, .12);
  border-color: rgba(252, 134, 1, .4);
  color: var(--brand4);
}

/* ── TICKER / LIVE WINS ── */
.ticker-bar {
  background: var(--bg1);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 8px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ticker-label {
  font-family: 'Poppins', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.live-dot {
  width: 6px;
  height: 6px;
  background: #0bc734;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(11, 199, 52, .7);
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.ticker-scroll {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ticker-inner {
  display: flex;
  gap: 20px;
  animation: ticker 30s linear infinite;
  white-space: nowrap;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  font-family: 'Poppins', sans-serif;
  font-size: .7rem;
  color: var(--textsub);
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.ticker-win {
  color: var(--brand4);
  font-weight: 700;
}

.ticker-game {
  color: #fff;
  font-weight: 600;
}

/* ── FOOTER ── */
.footer {
  background: var(--bg1);
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding: 30px 20px 20px;
  margin-top: 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.footer-brand h3 {
  font-family: 'Play', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand4);
  margin-bottom: 6px;
}

.footer-brand p {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  color: var(--textmute);
  line-height: 1.65;
  max-width: 260px;
}

.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--g200);
  margin-bottom: 10px;
}

.footer-col a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: .75rem;
  color: var(--textmute);
  margin-bottom: 6px;
  transition: .15s;
}

.footer-col a:hover {
  color: var(--brand);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy {
  font-family: 'Poppins', sans-serif;
  font-size: .65rem;
  color: var(--g200);
}

.footer-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fbadge {
  font-family: 'Poppins', sans-serif;
  font-size: .6rem;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--bg4);
  border: 1px solid var(--bg6);
  color: var(--textmute);
}

.rg-note {
  font-family: 'Poppins', sans-serif;
  font-size: .62rem;
  color: var(--g200);
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}

/* ── SINGLE POST STYLES ── */
.single-content {
  max-width: 720px;
  margin: 0 auto;
}

.single-content h1 {
  font-family: 'Play', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.single-content h2 {
  font-family: 'Play', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 12px;
}

.single-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px;
}

.single-content p {
  font-family: 'Poppins', sans-serif;
  font-size: .85rem;
  color: var(--textsub);
  line-height: 1.75;
  margin-bottom: 16px;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0;
}

.single-content blockquote {
  border-left: 3px solid var(--brand);
  padding: 12px 16px;
  background: var(--bg3);
  border-radius: 0 8px 8px 0;
  margin: 16px 0;
}

.single-content blockquote p {
  color: var(--textsub);
  font-style: italic;
}

.single-content ul,
.single-content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.single-content li {
  font-family: 'Poppins', sans-serif;
  font-size: .85rem;
  color: var(--textsub);
  line-height: 1.75;
  margin-bottom: 6px;
  list-style: disc;
}

.single-content ol li {
  list-style: decimal;
}

/* ── ARCHIVE / CATEGORY PAGE ── */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.archive-grid .post-card {
  width: 100%;
}

/* ── PAGINATION ── */
.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 24px 0;
}

.pagination a,
.pagination span {
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: var(--radius);
  background: var(--bg3);
  border: 1px solid var(--bg6);
  color: var(--textsub);
  transition: .2s;
}

.pagination a:hover {
  border-color: rgba(252, 134, 1, .4);
  color: #fff;
}

.pagination .current {
  background: rgba(252, 134, 1, .12);
  border-color: rgba(252, 134, 1, .5);
  color: var(--brand4);
}

/* ── WIDGET AREA ── */
.widget-area {
  margin-top: 24px;
}

.widget {
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.widget-title {
  font-family: 'Poppins', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.widget ul li {
  list-style: none;
}

.widget ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: .75rem;
  color: var(--textsub);
  padding: 6px 0;
  display: block;
  transition: .15s;
}

.widget ul li a:hover {
  color: var(--brand);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sidebar {
    display: none;
  }
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lang-banner {
    flex-direction: column;
    text-align: center;
  }
  .lb-langs {
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .main {
    padding: 14px 12px 40px;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  .hero-art {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .header-search {
    display: none;
  }
  .header-right .btn-rewards,
  .header-right .btn-signin {
    display: none;
  }
  .archive-grid {
    grid-template-columns: 1fr;
  }
}
