/*
Theme Name: 789Win India
Theme URI: https://789w51.com/
Author: 789Win Studio
Author URI: https://789w51.com/
Description: A dark-themed gaming/casino WordPress theme with gold accents, promotional carousel, game category cards, trust badges, FAQ accordion and responsive layouts. Built for the Indian gaming market.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
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: dhan7-india
Tags: gaming, casino, dark, responsive, gold, seo
*/

/* ===== VARIABLES ===== */
:root {
    --w-bg: #10131c;
    --w-header: #010101;
    --w-header2: #222;
    --w-bottom: #111;
    --w-card: #1a1d2a;
    --w-card-hover: #242838;
    --w-gold: #fb0;
    --w-gold-dark: #d49b00;
    --w-red: #dc143c;
    --w-green: #00c853;
    --w-blue: #0053df;
    --w-link: #0080e3;
    --w-text: #fff;
    --w-muted: #a0a4b8;
    --w-border: rgba(255,255,255,.1);
    --w-vip-bg: #1e0915;
    --w-radius: 12px;
    --w-container: 1200px;
    --w-font: "Segoe UI", Tahoma, Arial, sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--w-bg);
    color: var(--w-text);
    font-family: var(--w-font);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--w-gold); }
img, video { max-width: 100%; display: block; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .5em; line-height: 1.2; }
p { margin: 0 0 1em; }
button { cursor: pointer; border: none; background: none; color: inherit; font: inherit; }

/* ===== UTILITIES ===== */
.w-container { width: min(100% - 32px, var(--w-container)); margin: 0 auto; }
.w-gold { color: var(--w-gold); }
.w-red { color: var(--w-red); }
.screen-reader-text { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

/* ===== HEADER TOP BAR ===== */
.w-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--w-header);
}
.w-header-top {
    height: 50px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 20px;
    background: var(--w-header2);
    font-size: 13px;
    border-bottom: 1px solid var(--w-border);
}
.w-header-top-left { display: flex; align-items: center; gap: 16px; }
.w-header-top-right { display: flex; align-items: center; gap: 12px; }
.w-logo { height: 32px; width: auto; }
.w-logo-text { font-size: 22px; font-weight: 900; color: var(--w-gold); letter-spacing: .02em; }
.w-header-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 16px; border-radius: 6px;
    font-size: 13px; font-weight: 700; letter-spacing: .04em;
    transition: all .2s;
}
.w-btn-login { background: transparent; border: 1px solid var(--w-gold); color: var(--w-gold); }
.w-btn-login:hover { background: var(--w-gold); color: #000; }
.w-btn-register { background: var(--w-gold); color: #000; }
.w-btn-register:hover { background: var(--w-gold-dark); }
.w-btn-download { background: var(--w-green); color: #fff; }
.w-btn-download:hover { opacity: .9; }

/* ===== NAVIGATION BAR ===== */
.w-nav-bar {
    height: 56px;
    display: flex; align-items: center; justify-content: center;
    background: var(--w-header);
    border-bottom: 2px solid var(--w-gold);
}
.w-nav-list {
    display: flex; align-items: center; gap: 0;
    height: 100%;
}
.w-nav-item {
    position: relative;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 90px; height: 100%;
    padding: 0 8px;
    font-size: 14px; font-weight: 600;
    color: #ccc;
    transition: color .2s, background .2s;
    cursor: pointer;
}
.w-nav-item:hover, .w-nav-item.active { color: var(--w-gold); background: rgba(255,187,0,.06); }
.w-nav-icon { width: 24px; height: 24px; margin-bottom: 2px; object-fit: contain; }
.w-nav-label { font-size: 12px; white-space: nowrap; }
.w-nav-hot {
    position: absolute; top: 6px; right: 4px;
    width: 24px; height: 14px;
    background: var(--w-red); color: #fff;
    font-size: 9px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    border-radius: 3px;
}
.w-menu-toggle { display: none; width: 44px; height: 44px; font-size: 24px; color: var(--w-gold); }

/* ===== MAIN ===== */
.w-main { padding-top: 106px; }

/* ===== HERO / BANNER CAROUSEL ===== */
.w-hero {
    position: relative;
    background: linear-gradient(180deg, #0a0c14, var(--w-bg));
    overflow: hidden;
}
.w-hero-carousel {
    position: relative;
    width: 100%; overflow: hidden;
}
.w-hero-slides {
    display: flex; transition: transform .5s ease;
}
.w-hero-slide {
    flex: 0 0 100%; width: 100%;
    min-height: 340px;
    background-size: cover; background-position: center;
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.w-hero-slide::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(16,19,28,.3), rgba(16,19,28,.85));
}
.w-hero-content {
    position: relative; z-index: 2;
    text-align: center; padding: 40px 20px;
    max-width: 700px;
}
.w-hero-content h2 {
    font-size: clamp(28px, 5vw, 48px);
    color: var(--w-gold);
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(255,187,0,.4);
}
.w-hero-content p { color: #ccc; font-size: 16px; margin-bottom: 24px; }
.w-hero-dots {
    position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
    z-index: 3; display: flex; gap: 8px;
}
.w-hero-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(255,255,255,.3); border: none; cursor: pointer;
    transition: background .2s;
}
.w-hero-dot.active { background: var(--w-gold); }

/* ===== CTA BUTTONS ===== */
.w-cta-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 32px; border-radius: 8px;
    font-size: 16px; font-weight: 800; letter-spacing: .04em;
    text-transform: uppercase; transition: all .25s;
}
.w-cta-gold { background: linear-gradient(135deg, var(--w-gold), #e6a800); color: #000; box-shadow: 0 4px 20px rgba(255,187,0,.35); }
.w-cta-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,187,0,.5); color: #000; }
.w-cta-red { background: linear-gradient(135deg, var(--w-red), #a00); color: #fff; box-shadow: 0 4px 20px rgba(220,20,60,.3); }
.w-cta-red:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(220,20,60,.45); color: #fff; }
.w-cta-green { background: linear-gradient(135deg, var(--w-green), #009624); color: #fff; }
.w-cta-green:hover { transform: translateY(-2px); color: #fff; }
.w-cta-outline { background: transparent; border: 2px solid var(--w-gold); color: var(--w-gold); }
.w-cta-outline:hover { background: var(--w-gold); color: #000; }

/* ===== APP DOWNLOAD CTA ===== */
.w-app-cta {
    padding: 40px 0;
    background: linear-gradient(135deg, #1a0a2e, #0d1117);
    text-align: center;
    border-bottom: 1px solid var(--w-border);
}
.w-app-cta h3 { color: var(--w-gold); font-size: 24px; margin-bottom: 8px; }
.w-app-cta p { color: var(--w-muted); margin-bottom: 20px; }

/* ===== TRUST BADGES ===== */
.w-trust {
    padding: 40px 0;
    background: var(--w-bg);
}
.w-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.w-trust-badge {
    text-align: center; padding: 24px 16px;
    background: var(--w-card);
    border: 1px solid var(--w-border);
    border-radius: var(--w-radius);
    transition: transform .2s, border-color .2s;
}
.w-trust-badge:hover { transform: translateY(-4px); border-color: var(--w-gold); }
.w-trust-icon {
    width: 48px; height: 48px; margin: 0 auto 12px;
    background: linear-gradient(135deg, var(--w-gold), var(--w-gold-dark));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #000;
}
.w-trust-badge h4 { font-size: 15px; margin-bottom: 4px; color: var(--w-gold); }
.w-trust-badge p { font-size: 13px; color: var(--w-muted); margin: 0; }

/* ===== SECTION TITLES ===== */
.w-section { padding: 50px 0; }
.w-section-title {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.w-section-title .w-gold { color: var(--w-gold); }
.w-section-subtitle {
    text-align: center;
    color: var(--w-muted);
    margin-bottom: 36px;
    font-size: 15px;
}
.w-section-bar {
    width: 60px; height: 3px;
    background: var(--w-gold);
    margin: 12px auto 0;
    border-radius: 2px;
}

/* ===== GAME CATEGORY CARDS ===== */
.w-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.w-category-card {
    position: relative;
    border-radius: var(--w-radius);
    overflow: hidden;
    background: var(--w-card);
    border: 1px solid var(--w-border);
    transition: transform .25s, box-shadow .25s;
    min-height: 200px;
}
.w-category-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(255,187,0,.15); }
.w-category-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: .4;
    transition: opacity .3s;
}
.w-category-card:hover .w-category-bg { opacity: .6; }
.w-category-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.8));
}
.w-category-body {
    position: relative; z-index: 2;
    padding: 24px;
    display: flex; flex-direction: column; justify-content: flex-end;
    min-height: 200px;
}
.w-category-icon {
    width: 48px; height: 48px; margin-bottom: 12px;
    object-fit: contain;
}
.w-category-body h3 {
    font-size: 20px; font-weight: 800; color: #fff;
    text-transform: uppercase; margin-bottom: 6px;
}
.w-category-body p { font-size: 13px; color: var(--w-muted); margin-bottom: 14px; }
.w-category-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 20px; border-radius: 6px;
    background: var(--w-gold); color: #000;
    font-size: 13px; font-weight: 800;
    text-transform: uppercase;
    transition: background .2s;
    align-self: flex-start;
}
.w-category-btn:hover { background: var(--w-gold-dark); color: #000; }

/* ===== HOT GAMES GRID ===== */
.w-games-section { background: linear-gradient(180deg, var(--w-bg), #0d0f18); }
.w-games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.w-game-card {
    border-radius: var(--w-radius);
    overflow: hidden;
    border: 1px solid var(--w-border);
    transition: transform .2s, box-shadow .2s;
    background: var(--w-card);
}
.w-game-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(255,187,0,.12); }
.w-game-thumb {
    aspect-ratio: 1; width: 100%;
    object-fit: cover;
    background: #181a24;
}
.w-game-label {
    padding: 8px 10px;
    font-size: 12px; font-weight: 700;
    text-align: center;
    color: #ccc;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ===== JACKPOT SECTION ===== */
.w-jackpot {
    padding: 50px 0;
    background: linear-gradient(135deg, #0a0520, #1a0a2e);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.w-jackpot-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: .15;
}
.w-jackpot-amount {
    font-family: 'Montserrat', monospace;
    font-size: clamp(36px, 7vw, 72px);
    font-weight: 900;
    color: var(--w-gold);
    text-shadow: 0 0 30px rgba(255,187,0,.5);
    margin: 16px 0;
    position: relative; z-index: 2;
}
.w-jackpot-label {
    position: relative; z-index: 2;
    font-size: 18px; color: var(--w-muted);
    text-transform: uppercase; letter-spacing: .1em;
}

/* ===== NEWS SECTION ===== */
.w-news-section { background: var(--w-bg); }
.w-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.w-news-card {
    background: var(--w-card);
    border: 1px solid var(--w-border);
    border-radius: var(--w-radius);
    overflow: hidden;
    transition: transform .25s;
    display: flex; flex-direction: column;
}
.w-news-card:hover { transform: translateY(-4px); }
.w-news-thumb {
    height: 180px; background-size: cover; background-position: center;
    background-color: #181a24;
}
.w-news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.w-news-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.w-news-meta {
    display: flex; align-items: center; gap: 10px;
    font-size: 12px; color: var(--w-gold);
    font-weight: 700; text-transform: uppercase;
    margin-bottom: 8px;
}
.w-news-body h3 { font-size: 17px; color: #fff; margin-bottom: 8px; line-height: 1.4; }
.w-news-body p { font-size: 14px; color: var(--w-muted); line-height: 1.6; flex: 1; }
.w-news-more {
    display: inline-flex; align-items: center; gap: 4px;
    color: var(--w-gold); font-weight: 700; font-size: 13px;
    text-transform: uppercase; margin-top: 12px;
}

/* ===== FAQ ACCORDION ===== */
.w-faq-section { background: linear-gradient(180deg, #0d0f18, var(--w-bg)); }
.w-faq-list { max-width: 800px; margin: 0 auto; }
.w-faq-item {
    border: 1px solid var(--w-border);
    border-radius: var(--w-radius);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--w-card);
}
.w-faq-question {
    width: 100%; padding: 18px 20px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 16px; font-weight: 700; color: #fff;
    text-align: left; transition: color .2s;
}
.w-faq-question:hover { color: var(--w-gold); }
.w-faq-arrow {
    font-size: 18px; transition: transform .3s;
    color: var(--w-gold); flex-shrink: 0; margin-left: 12px;
}
.w-faq-item.open .w-faq-arrow { transform: rotate(180deg); }
.w-faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}
.w-faq-item.open .w-faq-answer { max-height: 400px; }
.w-faq-answer-inner { padding: 0 20px 18px; color: var(--w-muted); line-height: 1.7; }

/* ===== FOOTER ===== */
.w-footer {
    background: var(--w-header2);
    border-top: 2px solid var(--w-gold);
    padding: 50px 0 0;
}
.w-footer-top {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--w-border);
}
.w-footer-brand p { color: var(--w-muted); font-size: 14px; line-height: 1.7; margin: 12px 0; }
.w-footer h4 {
    font-size: 16px; font-weight: 800;
    text-transform: uppercase; color: var(--w-gold);
    margin-bottom: 16px;
}
.w-footer ul li { margin-bottom: 10px; }
.w-footer ul a { color: var(--w-muted); font-size: 14px; transition: color .2s; }
.w-footer ul a:hover { color: var(--w-gold); }
.w-footer-app {
    display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap;
}
.w-footer-app img { height: 40px; width: auto; border-radius: 6px; }
.w-footer-social {
    display: flex; gap: 12px; margin-top: 16px;
}
.w-footer-social a {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; transition: background .2s;
}
.w-footer-social a:hover { background: var(--w-gold); color: #000; }
.w-footer-bottom {
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: var(--w-muted);
    background: var(--w-bottom);
}
.w-footer-18 {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 12px;
}
.w-footer-18 img { height: 36px; width: auto; }
.w-responsible {
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-top: 1px solid var(--w-border);
}

/* ===== INNER PAGE TEMPLATES ===== */
.w-page-hero {
    padding: 120px 0 50px;
    background: linear-gradient(180deg, #0a0520, var(--w-bg));
    border-bottom: 1px solid var(--w-border);
}
.w-page-hero h1 {
    font-size: clamp(28px, 5vw, 48px);
    color: #fff; font-weight: 900;
}
.w-page-hero .w-kicker {
    color: var(--w-gold); font-size: 14px;
    font-weight: 800; text-transform: uppercase;
    letter-spacing: .1em; margin-bottom: 10px;
}
.w-page-hero p { color: var(--w-muted); margin-top: 12px; max-width: 700px; line-height: 1.7; }

/* Post grid (category/archive) */
.w-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.w-post-card {
    background: var(--w-card);
    border: 1px solid var(--w-border);
    border-radius: var(--w-radius);
    overflow: hidden;
    transition: transform .25s;
}
.w-post-card:hover { transform: translateY(-4px); }
.w-post-thumb {
    display: block; aspect-ratio: 16/10;
    background: #181a24; overflow: hidden;
}
.w-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.w-post-card:hover .w-post-thumb img { transform: scale(1.05); }
.w-post-body { padding: 20px; }
.w-post-meta {
    display: flex; flex-wrap: wrap; gap: 10px;
    font-size: 12px; color: var(--w-gold);
    font-weight: 700; text-transform: uppercase;
    margin-bottom: 10px;
}
.w-post-body h2 { font-size: 20px; margin-bottom: 10px; line-height: 1.3; }
.w-post-body h2 a:hover { color: var(--w-gold); }
.w-post-excerpt { color: var(--w-muted); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.w-read-more { color: var(--w-gold); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }

/* Pagination */
.w-pagination { margin-top: 40px; display: flex; justify-content: center; }
.w-pagination .nav-links { display: flex; gap: 8px; }
.w-pagination a, .w-pagination span {
    min-width: 40px; height: 40px; padding: 0 12px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; border: 1px solid var(--w-border);
    background: rgba(255,255,255,.04); font-weight: 700;
}
.w-pagination .current, .w-pagination a:hover { background: var(--w-gold); color: #000; border-color: var(--w-gold); }

/* Single article */
.w-article-wrap { max-width: 860px; margin: 0 auto; }
.w-article {
    padding: clamp(24px, 4vw, 48px);
    background: var(--w-card);
    border: 1px solid var(--w-border);
    border-radius: 16px;
}
.w-article-header h1 {
    font-size: clamp(28px, 5vw, 48px);
    color: #fff; font-weight: 900;
    line-height: 1.1; margin-bottom: 20px;
}
.w-article-thumb {
    margin-bottom: 28px; border-radius: var(--w-radius);
    overflow: hidden; background: #181a24;
}
.w-article-thumb img { width: 100%; height: auto; }
.w-entry-content { color: #d0d4e0; font-size: 16px; line-height: 1.85; }
.w-entry-content p, .w-entry-content ul, .w-entry-content ol,
.w-entry-content blockquote { margin-bottom: 20px; }
.w-entry-content h2, .w-entry-content h3 { color: #fff; margin: 30px 0 14px; }
.w-entry-content a { color: var(--w-gold); font-weight: 700; }
.w-entry-content img { border-radius: var(--w-radius); margin: 24px auto; }
.w-entry-content blockquote {
    padding: 18px 22px; border-left: 4px solid var(--w-gold);
    background: rgba(255,255,255,.04); border-radius: 8px;
}
.w-article-footer {
    margin-top: 30px; padding-top: 20px;
    border-top: 1px solid var(--w-border);
    display: flex; flex-wrap: wrap; align-items: center;
    justify-content: space-between; gap: 16px;
}
.w-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.w-tags a {
    padding: 6px 12px; border-radius: 6px;
    background: rgba(255,187,0,.1); color: var(--w-gold);
    font-size: 13px;
}
.w-post-nav {
    margin-top: 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.w-post-nav a {
    padding: 16px; border-radius: var(--w-radius);
    border: 1px solid var(--w-border); background: var(--w-card);
    font-weight: 700;
}
.w-post-nav a:hover { background: rgba(255,187,0,.08); }

/* Share buttons */
.w-share { display: flex; gap: 8px; }
.w-share a {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; transition: background .2s;
}
.w-share a:hover { background: var(--w-gold); color: #000; }

/* Related posts */
.w-related { margin-top: 40px; }
.w-related h3 { font-size: 22px; color: var(--w-gold); margin-bottom: 20px; }

/* Comments */
.w-comments {
    margin-top: 30px; padding: 24px;
    background: var(--w-card); border: 1px solid var(--w-border);
    border-radius: var(--w-radius);
}

/* Sidebar */
.w-sidebar { padding-top: 20px; }
.w-widget {
    background: var(--w-card); border: 1px solid var(--w-border);
    border-radius: var(--w-radius); padding: 20px;
    margin-bottom: 20px;
}
.w-widget h3 { font-size: 18px; color: var(--w-gold); margin-bottom: 14px; }

/* 404 */
.w-error {
    text-align: center; padding: 80px 20px;
}
.w-error h1 { font-size: 80px; color: var(--w-gold); margin-bottom: 8px; }
.w-error p { color: var(--w-muted); margin-bottom: 24px; font-size: 18px; }
.w-error-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Search */
.w-search-form { display: flex; gap: 10px; max-width: 500px; margin: 20px auto 0; }
.w-search-field {
    flex: 1; height: 46px; border-radius: 8px;
    border: 1px solid var(--w-border); background: rgba(255,255,255,.06);
    color: #fff; padding: 0 16px; font-size: 15px; outline: none;
}
.w-search-field:focus { border-color: var(--w-gold); }
.w-search-submit {
    height: 46px; padding: 0 20px; border-radius: 8px;
    background: var(--w-gold); color: #000; font-weight: 800;
}

/* Empty state */
.w-empty {
    text-align: center; padding: 60px 20px;
    background: var(--w-card); border-radius: 16px;
    border: 1px solid var(--w-border);
}
.w-empty h2 { color: #fff; margin-bottom: 12px; }
.w-empty p { color: var(--w-muted); margin-bottom: 20px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .w-menu-toggle { display: flex; align-items: center; justify-content: center; }
    .w-nav-bar { justify-content: space-between; padding: 0 12px; }
    .w-nav-list {
        position: fixed; left: 0; right: 0; top: 106px;
        flex-direction: column; align-items: stretch;
        background: rgba(1,1,1,.97); backdrop-filter: blur(10px);
        display: none; z-index: 99; gap: 0;
        border-bottom: 2px solid var(--w-gold);
        max-height: calc(100vh - 106px); overflow-y: auto;
    }
    .w-nav-list.is-open { display: flex; }
    .w-nav-item { flex-direction: row; justify-content: flex-start; min-height: 52px; padding: 0 20px; gap: 12px; border-bottom: 1px solid var(--w-border); }
    .w-nav-icon { width: 20px; height: 20px; margin-bottom: 0; }
    .w-nav-label { font-size: 15px; }
    .w-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .w-categories-grid { grid-template-columns: repeat(2, 1fr); }
    .w-games-grid { grid-template-columns: repeat(4, 1fr); }
    .w-news-grid { grid-template-columns: repeat(2, 1fr); }
    .w-footer-top { grid-template-columns: 1fr 1fr; }
    .w-post-grid { grid-template-columns: repeat(2, 1fr); }
    .w-header-top-right .w-btn-text { display: none; }
}

@media (max-width: 640px) {
    .w-categories-grid, .w-trust-grid, .w-news-grid, .w-post-grid, .w-footer-top { grid-template-columns: 1fr; }
    .w-games-grid { grid-template-columns: repeat(3, 1fr); }
    .w-hero-slide { min-height: 260px; }
    .w-hero-content h2 { font-size: 24px; }
    .w-post-nav { grid-template-columns: 1fr; }
    .w-search-form { flex-direction: column; }
    .w-article { padding: 20px; }
}
