/*
Theme Name: SHBET Editorial India
Theme URI: https://shbett8.vip/
Description: SHBET - India's Premier Online Casino & Sports Betting Platform. Editorial magazine-style design with elegant serif typography and multi-column layouts.
Version: 2.0
Author: SHBET
Author URI: https://shbett8.vip
License: All rights reserved
Text Domain: shbet-india
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap');

:root {
  --bg-primary: #faf8f5;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f5f2ed;
  --text-primary: #1a1a1a;
  --text-secondary: #4a4a4a;
  --text-muted: #8a8a8a;
  --gold-primary: #c9a961;
  --gold-secondary: #b08d3e;
  --border-color: #e0ddd8;
  --border-light: #f0ede8;
  --serif-font: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans-font: 'Noto Sans Devanagari', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans-font);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--text-primary); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--gold-primary); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif-font);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

h1 { font-size: 3.5rem; font-weight: 900; letter-spacing: -1px; }
h2 { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.5px; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.35rem; }
p { margin-bottom: 1rem; color: var(--text-secondary); font-size: 1.05rem; line-height: 1.8; }

.container { max-width: 1400px; margin: 0 auto; padding: 0 30px; }

.btn {
  display: inline-block; padding: 0; border: none; background: none;
  font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
  cursor: pointer; transition: all 0.3s ease; text-decoration: underline;
  text-underline-offset: 4px; color: var(--text-primary);
}
.btn:hover { color: var(--gold-primary); }
.btn-login { text-decoration: none; border-bottom: 1px solid var(--text-primary); padding-bottom: 2px; }
.btn-register {
  background: var(--text-primary); color: #fff; padding: 10px 28px;
  text-decoration: none; letter-spacing: 2px; font-size: 0.8rem; text-transform: uppercase;
}
.btn-register:hover { background: var(--gold-primary); color: #fff; }
.btn-play, .btn-read, .btn-download { text-decoration: underline; text-underline-offset: 4px; color: var(--gold-primary); }

.header { position: relative; background: #fff; border-bottom: 1px solid var(--border-color); }
.header-top { padding: 30px 0 20px; border-bottom: 1px solid var(--border-color); text-align: center; position: relative; }
.header-top .container { display: flex; flex-direction: column; align-items: center; }
.header-logo img { height: 50px; width: auto; margin: 0 auto; }
.header-actions {
  position: absolute; top: 30px; right: 30px;
  display: flex; gap: 20px; align-items: center; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px;
}

.nav { background: #fff; }
.nav-list { display: flex; justify-content: center; align-items: center; gap: 0; padding: 15px 0; }
.nav-list > li { position: relative; }
.nav-list > li + li::before {
  content: '|'; color: var(--border-color); font-size: 0.8rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
.nav-list > li > a {
  display: inline-block; padding: 8px 22px; color: var(--text-secondary);
  font-weight: 400; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 3px;
}
.nav-list > li > a:hover { color: var(--gold-primary); }
.nav-icon { display: none; }

.editorial-hero { position: relative; width: 100%; aspect-ratio: 16/7; overflow: hidden; }
.editorial-hero img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 60px 40px 40px; background: linear-gradient(transparent, rgba(0,0,0,0.85));
}
.hero-overlay h1 { color: #fff; font-size: 3.5rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 10px; max-width: 800px; }
.hero-meta { color: rgba(255,255,255,0.7); font-size: 0.85rem; letter-spacing: 1px; }

.magazine-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; padding: 50px 0; }

.article-divider { border-bottom: 1px solid var(--border-color); padding-bottom: 30px; margin-bottom: 30px; }

.featured-article { margin-bottom: 40px; }
.featured-article .featured-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 25px; }
.featured-article .featured-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-article h2 { font-size: 2.5rem; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 15px; }
.featured-article h2 a { color: var(--text-primary); }
.featured-article h2 a:hover { color: var(--gold-primary); }
.featured-meta-line {
  font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--border-color);
}

.drop-cap::first-letter {
  font-size: 4em; float: left; line-height: 0.8; margin: 5px 10px 0 0;
  font-family: var(--serif-font); color: var(--gold-primary); font-weight: 900;
}

.article-excerpt-text { font-family: var(--serif-font); font-size: 1.15rem; line-height: 1.8; color: var(--text-secondary); }

.article-list-item {
  display: grid; grid-template-columns: 200px 1fr; gap: 25px;
  padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--border-color);
}
.article-list-item:last-child { border-bottom: none; }
.article-list-thumb { width: 200px; height: 150px; overflow: hidden; }
.article-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-list-info h3 { font-size: 1.35rem; margin-bottom: 8px; font-weight: 700; }
.article-list-info h3 a { color: var(--text-primary); }
.article-list-info h3 a:hover { color: var(--gold-primary); }
.article-list-meta { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.article-list-excerpt { font-family: var(--serif-font); font-size: 1rem; color: var(--text-secondary); line-height: 1.7; }

.sidebar-widget { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border-color); }
.sidebar-widget:last-child { border-bottom: none; }
.sidebar-widget-title {
  font-family: var(--serif-font); font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--text-primary);
}

.sidebar-popular-item { display: flex; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--border-light); }
.sidebar-popular-item:last-child { border-bottom: none; }
.sidebar-popular-num { font-family: var(--serif-font); font-size: 2rem; font-weight: 900; color: var(--border-color); line-height: 1; min-width: 35px; }
.sidebar-popular-info h4 { font-family: var(--serif-font); font-size: 1rem; font-weight: 700; line-height: 1.4; margin-bottom: 4px; }
.sidebar-popular-info h4 a { color: var(--text-primary); }
.sidebar-popular-info h4 a:hover { color: var(--gold-primary); }
.sidebar-popular-date { font-size: 0.75rem; color: var(--text-muted); }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a {
  display: inline-block; padding: 6px 14px; border: 1px solid var(--border-color);
  font-size: 0.8rem; color: var(--text-secondary); transition: all 0.3s;
}
.tag-cloud a:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); }

.sidebar-cta { background: var(--text-primary); color: #fff; padding: 35px 25px; text-align: center; }
.sidebar-cta h3 { font-family: var(--serif-font); color: #fff; font-size: 1.5rem; margin-bottom: 12px; }
.sidebar-cta p { color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.sidebar-cta .btn-register { background: var(--gold-primary); color: #fff; display: inline-block; }

.game-strip { border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 40px 0; }
.game-strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; text-align: center; }
.game-strip-item { padding: 15px 10px; border-right: 1px solid var(--border-color); transition: background 0.3s; }
.game-strip-item:last-child { border-right: none; }
.game-strip-item:hover { background: var(--bg-tertiary); }
.game-strip-item img { width: 48px; height: 48px; margin: 0 auto 10px; object-fit: contain; }
.game-strip-item span { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-secondary); }

.winners-editorial { padding: 60px 0; }
.section-header-editorial { text-align: center; margin-bottom: 40px; }
.section-header-editorial h2 { font-size: 2.5rem; position: relative; display: inline-block; }
.section-header-editorial h2::after { content: ''; display: block; width: 60px; height: 2px; background: var(--gold-primary); margin: 15px auto 0; }

.winner-editorial-item { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--border-color); }
.winner-editorial-name { font-family: var(--serif-font); font-size: 1.3rem; font-weight: 700; }
.winner-editorial-game { font-size: 0.85rem; color: var(--text-muted); font-style: italic; }
.winner-editorial-amount { font-family: var(--serif-font); font-size: 1.8rem; font-weight: 900; color: var(--gold-primary); }

.promos-editorial { padding: 50px 0; border-top: 1px solid var(--border-color); }
.promos-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.promo-editorial-card { padding: 30px; border: 1px solid var(--border-color); transition: all 0.3s; }
.promo-editorial-card:hover { border-color: var(--gold-primary); }
.promo-editorial-card h3 { font-family: var(--serif-font); font-size: 1.5rem; margin-bottom: 12px; }

.features-editorial { padding: 50px 0; border-top: 1px solid var(--border-color); }
.features-editorial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature-editorial-item { text-align: center; padding: 30px 20px; border-right: 1px solid var(--border-color); }
.feature-editorial-item:last-child { border-right: none; }
.feature-editorial-item i { font-size: 2rem; color: var(--gold-primary); margin-bottom: 15px; }
.feature-editorial-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature-editorial-item p { font-size: 0.9rem; }

blockquote {
  font-size: 1.8rem; font-style: italic; font-family: var(--serif-font);
  border-left: 4px solid var(--gold-primary); padding-left: 30px; margin: 30px 0; color: var(--text-primary); line-height: 1.5;
}

.page-wrapper { padding: 50px 0; min-height: 60vh; }
.breadcrumb {
  padding: 15px 0; margin-bottom: 30px; font-size: 0.8rem; letter-spacing: 1px;
  text-transform: uppercase; color: var(--text-muted); border-bottom: 1px solid var(--border-color);
}
.breadcrumb a { color: var(--text-secondary); }
.breadcrumb a:hover { color: var(--gold-primary); }

.content-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.main-content { padding: 0; }
.page-header { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid var(--text-primary); }
.page-header h1 { font-size: 3rem; }

.article-card-editorial {
  display: grid; grid-template-columns: 220px 1fr; gap: 25px;
  padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--border-color);
}
.article-card-editorial:last-child { border-bottom: none; }
.article-card-thumb { width: 220px; height: 160px; overflow: hidden; }
.article-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-card-info h2 { font-size: 1.4rem; margin-bottom: 8px; }
.article-card-info h2 a { color: var(--text-primary); }
.article-card-info h2 a:hover { color: var(--gold-primary); }
.article-card-meta { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.article-card-excerpt { font-family: var(--serif-font); font-size: 1rem; color: var(--text-secondary); line-height: 1.7; }

.single-article { padding: 0; }
.article-title { font-family: var(--serif-font); font-size: 3.5rem; font-weight: 900; letter-spacing: -1px; line-height: 1.1; margin-bottom: 20px; }
.article-meta-editorial {
  font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px;
  padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid var(--border-color);
}
.article-meta-editorial span { margin-right: 20px; }
.article-featured-image { margin: 30px 0; overflow: hidden; }
.article-featured-image img { width: 100%; height: auto; }

.article-content { font-family: var(--serif-font); font-size: 1.15rem; line-height: 1.9; color: var(--text-secondary); }
.article-content h2, .article-content h3, .article-content h4 { color: var(--text-primary); margin: 40px 0 15px; }
.article-content h2 { font-size: 2rem; }
.article-content p { margin-bottom: 25px; font-size: 1.15rem; }
.article-content ul, .article-content ol { margin: 25px 0; padding-left: 30px; }
.article-content li { margin-bottom: 10px; list-style: disc; }
.article-content ol li { list-style: decimal; }
.article-content blockquote { font-size: 1.8rem; font-style: italic; border-left: 4px solid var(--gold-primary); padding-left: 30px; margin: 40px 0; }
.article-content img { margin: 30px 0; width: 100%; }
.article-content code { background: var(--bg-tertiary); padding: 3px 8px; font-family: 'Courier New', monospace; font-size: 0.9em; }
.article-content pre { background: var(--bg-tertiary); padding: 20px; overflow-x: auto; margin: 20px 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.article-content th, .article-content td { padding: 12px; border: 1px solid var(--border-color); text-align: left; }
.article-content th { background: var(--bg-tertiary); font-weight: 700; }

.article-tags { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border-color); }
.tag-label { font-weight: 600; margin-right: 10px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
.article-tags a { display: inline-block; border: 1px solid var(--border-color); color: var(--text-secondary); padding: 5px 14px; font-size: 0.8rem; margin: 5px 5px 5px 0; }
.article-tags a:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); }

.share-buttons { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 20px 0; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.share-buttons span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-right: 10px; }
.share-buttons a { width: 40px; height: 40px; border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-secondary); }
.share-buttons a:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); }

.article-cta { margin-top: 50px; padding: 50px; background: var(--text-primary); text-align: center; }
.article-cta h3 { color: #fff; font-size: 2rem; margin-bottom: 15px; }
.article-cta p { color: rgba(255,255,255,0.7); }
.article-cta .btn-register { background: var(--gold-primary); color: #fff; margin-top: 10px; }

.related-posts { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--border-color); }
.related-posts h3 { font-size: 1.5rem; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 2px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.related-card { transition: all 0.3s; }
.related-card:hover { transform: translateY(-3px); }
.related-thumb { width: 100%; height: 160px; overflow: hidden; margin-bottom: 12px; }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.related-card h4 { font-size: 1.05rem; margin-bottom: 5px; }
.related-card h4 a { color: var(--text-primary); }
.related-date { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

.sidebar { display: flex; flex-direction: column; gap: 0; }
.widget { padding: 30px 0; border-bottom: 1px solid var(--border-color); }
.widget:last-child { border-bottom: none; }
.widget-title { font-family: var(--serif-font); font-size: 1.1rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--text-primary); }

.widget-hot .hot-item { display: grid; grid-template-columns: 70px 1fr; gap: 12px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--border-light); }
.widget-hot .hot-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.hot-thumb { width: 70px; height: 70px; overflow: hidden; }
.hot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hot-info h4 { font-size: 0.95rem; margin-bottom: 4px; font-family: var(--serif-font); }
.hot-info h4 a { color: var(--text-primary); }
.hot-info h4 a:hover { color: var(--gold-primary); }
.hot-date { font-size: 0.75rem; color: var(--text-muted); }

.widget-categories ul li { padding: 8px 0; border-bottom: 1px solid var(--border-light); }
.widget-categories ul li:last-child { border-bottom: none; }
.widget-categories ul li a { color: var(--text-secondary); display: flex; justify-content: space-between; }
.widget-categories ul li a:hover { color: var(--gold-primary); }

.widget-cta { background: var(--text-primary); padding: 30px; text-align: center; border-bottom: none; }
.widget-cta h3 { color: #fff; font-size: 1.3rem; }
.widget-cta p { color: rgba(255,255,255,0.7); }
.widget-cta .btn-register { background: var(--gold-primary); }

.pagination { margin-top: 40px; display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { display: inline-block; padding: 10px 16px; border: 1px solid var(--border-color); color: var(--text-primary); font-size: 0.9rem; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); }

.footer { background: var(--text-primary); padding: 60px 0 30px; margin-top: 0; color: rgba(255,255,255,0.7); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: #fff; font-family: var(--serif-font); font-size: 1rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.footer-col ul li a:hover { color: var(--gold-primary); }

.social-links { display: flex; gap: 12px; margin-bottom: 20px; }
.social-links a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 1rem; }
.social-links a:hover { border-color: var(--gold-primary); color: var(--gold-primary); }
.footer-badges { display: flex; gap: 12px; margin-top: 15px; }
.footer-badges img { height: 40px; width: auto; opacity: 0.7; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.85rem; }
.footer-disclaimer { color: rgba(255,255,255,0.3); font-size: 0.8rem; margin-top: 8px; }

.floating-buttons { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 999; }
.float-btn { width: 55px; height: 55px; border-radius: 50%; background: var(--text-primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 15px rgba(0,0,0,0.15); }
.float-btn:hover { transform: translateY(-3px); }
.float-btn img { width: 28px; height: 28px; object-fit: contain; }

.scroll-to-top { position: fixed; right: 20px; bottom: 200px; width: 45px; height: 45px; background: var(--text-primary); color: #fff; border: none; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 998; }
.scroll-to-top.visible { display: flex; }
.scroll-to-top:hover { background: var(--gold-primary); }

input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea, select {
  width: 100%; padding: 12px 15px; background: #fff; border: 1px solid var(--border-color); color: var(--text-primary); font-size: 1rem;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold-primary); }

.marquee-section { background: var(--bg-tertiary); padding: 10px 0; border-bottom: 1px solid var(--border-color); }
.marquee-wrapper { display: flex; align-items: center; gap: 15px; overflow: hidden; }
.marquee-icon { color: var(--gold-primary); font-size: 1rem; flex-shrink: 0; }
.marquee-content { overflow: hidden; white-space: nowrap; }
.marquee-content span { display: inline-block; color: var(--text-secondary); font-size: 0.85rem; animation: marquee 30s linear infinite; }
@keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }

.banner-section { margin-top: 0; }
.banner-swiper { width: 100%; height: 500px; }
.banner-swiper .swiper-slide { height: 500px; }
.banner-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }

.video-showcase-section { padding: 60px 0; background: var(--bg-tertiary); }
.video-showcase-section .section-title { text-align: center; font-family: var(--serif-font); font-size: 2.5rem; margin-bottom: 40px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-item { position: relative; overflow: hidden; aspect-ratio: 16/9; background: #000; cursor: pointer; }
.video-item video { width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.4); }
.play-btn { width: 60px; height: 60px; border-radius: 50%; background: var(--gold-primary); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; }

.news-card-editorial { border: 1px solid var(--border-color); transition: all 0.3s; }
.news-card-editorial:hover { border-color: var(--gold-primary); }
.news-card-editorial .news-thumb { width: 100%; height: 200px; overflow: hidden; }
.news-card-editorial .news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card-editorial .news-info { padding: 20px; }
.news-card-editorial .news-info h3 { font-size: 1.2rem; margin-bottom: 8px; }
.news-card-editorial .news-info h3 a { color: var(--text-primary); }
.news-card-editorial .news-info h3 a:hover { color: var(--gold-primary); }
.news-card-editorial .news-date { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.news-card-editorial .news-excerpt { font-family: var(--serif-font); font-size: 0.95rem; color: var(--text-secondary); }
.latest-news-editorial { padding: 50px 0; border-top: 1px solid var(--border-color); }
.news-grid-editorial { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.no-results { text-align: center; padding: 60px 20px; }

@media (max-width: 1200px) {
  .magazine-grid, .content-layout { grid-template-columns: 1fr 300px; gap: 30px; }
  .features-editorial-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  h1 { font-size: 2.5rem; } h2 { font-size: 2rem; }
  .magazine-grid, .content-layout { grid-template-columns: 1fr; }
  .game-strip-grid { grid-template-columns: repeat(3, 1fr); }
  .promos-editorial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .header-actions { position: static; justify-content: center; margin-top: 15px; }
  .nav-list { flex-wrap: wrap; }
  .nav-list > li > a { padding: 8px 12px; font-size: 0.7rem; }
  .nav-list > li + li::before { display: none; }
  .hero-overlay h1 { font-size: 2rem; }
  .article-list-item { grid-template-columns: 1fr; }
  .article-list-thumb { width: 100%; height: 200px; }
  .article-card-editorial { grid-template-columns: 1fr; }
  .article-card-thumb { width: 100%; height: 200px; }
  .features-editorial-grid { grid-template-columns: 1fr; }
  .feature-editorial-item { border-right: none; border-bottom: 1px solid var(--border-color); }
  .game-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid, .news-grid-editorial, .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-title { font-size: 2.5rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 15px; }
  h1 { font-size: 2rem; }
  .article-title { font-size: 2rem; }
}

.fade-in-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--border-color); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-primary); }
::selection { background: var(--gold-primary); color: #fff; }
