/* =====================================================
   DigitalWave_Elektronik - Minimal Tech Theme
   Color: Blue #0EA5E9, Slate #1E293B, White #FFFFFF
   Background: #F8FAFC, Text: #334155
   Font: Inter (body), Poppins (headings)
   Style: Clean, minimal, lots of whitespace, subtle shadows
   ===================================================== */

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.dw-body {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    background: #F8FAFC;
    color: #334155;
    line-height: 1.7;
    font-size: 15px;
    overflow-x: hidden;
}
a { color: #0EA5E9; text-decoration: none; transition: color 0.25s; }
a:hover { color: #0284C7; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.d-none { display: none !important; }
.d-lg-flex { display: flex !important; }

/* === Header - Clean white bar with bottom shadow === */
.dw-header {
    position: sticky; top: 0; z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.dw-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 64px; max-width: 1180px; margin: 0 auto; padding: 0 20px;
}
.dw-logo img { height: 34px; }
.dw-nav { display: flex; align-items: center; gap: 4px; }
.dw-nav-link {
    color: #64748B; padding: 8px 16px; font-size: 14px; font-weight: 500;
    border-radius: 8px; transition: all 0.25s;
}
.dw-nav-link:hover, .dw-nav-link.dw-active { color: #0EA5E9; background: #F0F9FF; }
.dw-dropdown { position: relative; }
.dw-dropdown-btn {
    background: #F1F5F9; color: #475569; border: none; padding: 8px 16px;
    border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 500;
    font-family: 'Inter', sans-serif; transition: all 0.25s;
}
.dw-dropdown-btn:hover { background: #E2E8F0; }
.dw-dropdown-panel {
    display: none; position: absolute; top: calc(100% + 6px); right: 0;
    background: #FFF; border-radius: 12px; min-width: 480px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1); padding: 24px; z-index: 10000;
}
.dw-dropdown.open .dw-dropdown-panel { display: block; }
.dw-dropdown-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.dw-dropdown-col {}
.dw-dropdown-heading {
    color: #1E293B; font-weight: 700; font-size: 13px;
    padding-bottom: 8px; margin-bottom: 8px;
    border-bottom: 2px solid #E2E8F0; display: block;
}
.dw-dropdown-item {
    color: #64748B; font-size: 13px; padding: 3px 0; display: block;
    transition: all 0.2s;
}
.dw-dropdown-item:hover { color: #0EA5E9; padding-left: 4px; }
.dw-header-actions { display: flex; gap: 8px; align-items: center; }

/* === Buttons === */
.dw-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 26px; font-weight: 600; font-size: 14px;
    border-radius: 10px; cursor: pointer; border: 2px solid transparent;
    transition: all 0.25s; font-family: 'Inter', sans-serif; text-decoration: none;
}
.dw-btn-primary { background: #0EA5E9; color: #FFF; border-color: #0EA5E9; }
.dw-btn-primary:hover { background: #0284C7; border-color: #0284C7; color: #FFF; box-shadow: 0 4px 14px rgba(14,165,233,0.3); }
.dw-btn-outline { background: transparent; color: #0EA5E9; border-color: #BAE6FD; }
.dw-btn-outline:hover { background: #F0F9FF; border-color: #0EA5E9; }
.dw-btn-sm { padding: 7px 16px; font-size: 12px; border-radius: 8px; }
.dw-btn-block { display: flex; width: 100%; }
.dw-btn-dark { background: #1E293B; color: #FFF; border-color: #1E293B; }
.dw-btn-dark:hover { background: #334155; color: #FFF; }

/* === Mobile Toggle === */
.dw-mobile-toggle {
    display: none; position: fixed; top: 14px; right: 14px; z-index: 10001;
    background: #FFF; border: 1px solid #E2E8F0; border-radius: 10px;
    width: 42px; height: 42px; cursor: pointer;
    flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.dw-toggle-bar { width: 20px; height: 2px; background: #475569; border-radius: 2px; }

/* === Sidebar (Mobile) === */
.dw-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.3); z-index: 10002; }
.dw-overlay.active { display: block; }
.dw-sidebar {
    position: fixed; top: 0; left: -300px; width: 280px; height: 100vh;
    background: #FFF; z-index: 10003; transition: left 0.3s; overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0,0,0,0.08);
}
.dw-sidebar.open { left: 0; }
.dw-sidebar-top {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px; border-bottom: 1px solid #F1F5F9;
}
.dw-sidebar-logo { height: 36px; display: block; }
.dw-sidebar-close { background: none; border: none; color: #94A3B8; font-size: 24px; cursor: pointer; }
.dw-sidebar-menu { padding: 12px 0; }
.dw-sidebar-link {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 24px; color: #475569; font-size: 14px; font-weight: 500;
    transition: all 0.2s; border-left: 3px solid transparent;
}
.dw-sidebar-link:hover { background: #F8FAFC; color: #0EA5E9; border-left-color: #0EA5E9; }
.dw-sidebar-link i { width: 20px; text-align: center; color: #94A3B8; font-size: 15px; }
.dw-sidebar-link:hover i { color: #0EA5E9; }
.dw-sidebar-cta { padding: 20px; }

/* === Main Content === */
.dw-content { min-height: 60vh; }

/* === Hero - Split layout: text left, image right === */
.dw-hero {
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F9FF 100%);
    border-bottom: 1px solid #E2E8F0;
}
.dw-hero-inner { display: flex; align-items: center; gap: 48px; }
.dw-hero-text { flex: 1; }
.dw-hero-tag {
    display: inline-block; padding: 4px 12px; margin-bottom: 16px;
    background: #EFF6FF; color: #0EA5E9; font-size: 12px; font-weight: 600;
    border-radius: 20px; letter-spacing: 0.5px;
}
.dw-hero h1 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 40px; font-weight: 800; color: #1E293B;
    margin: 0 0 16px; line-height: 1.15;
}
.dw-hero h1 span { color: #0EA5E9; }
.dw-hero-desc { color: #64748B; font-size: 16px; margin-bottom: 28px; max-width: 480px; line-height: 1.8; }
.dw-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.dw-hero-img { flex-shrink: 0; max-width: 360px; }
.dw-hero-img img { border-radius: 16px; box-shadow: 0 20px 50px rgba(14,165,233,0.15); }

/* Hero Promo - Clean card style */
.dw-hero-promo {
    display: flex; align-items: center; gap: 16px;
    background: #FFF; border: 1px solid #E2E8F0; border-radius: 14px;
    padding: 18px 22px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.dw-hero-promo-icon {
    width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
    background: linear-gradient(135deg, #0EA5E9, #38BDF8);
    display: flex; align-items: center; justify-content: center;
    color: #FFF; font-size: 20px;
}
.dw-hero-promo h3 { color: #1E293B; font-size: 16px; font-weight: 700; margin: 0 0 2px; }
.dw-hero-promo p { color: #94A3B8; font-size: 13px; margin: 0; }

/* === Sections === */
.dw-section { padding: 60px 0; }
.dw-section-alt { background: #FFF; }
.dw-section-title {
    text-align: center; margin-bottom: 44px;
}
.dw-section-title h2 {
    font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 800;
    color: #1E293B; margin: 0 0 6px;
}
.dw-section-title p { color: #94A3B8; font-size: 15px; margin: 0; }
.dw-section-title .dw-line {
    width: 50px; height: 3px; background: #0EA5E9; margin: 12px auto 0; border-radius: 3px;
}

/* === Game Categories - Clean cards with icon circles === */
.dw-game-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.dw-game-card {
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
    padding: 28px 20px; text-align: center; transition: all 0.3s;
    cursor: pointer;
}
.dw-game-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transform: translateY(-3px); border-color: #BAE6FD;
}
.dw-game-card img {
    width: 56px; height: 56px; object-fit: contain;
    margin-bottom: 14px;
}
.dw-game-card h3 { color: #1E293B; font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.dw-game-card p { color: #94A3B8; font-size: 13px; margin: 0; }

/* === Sports - Rounded pill cards === */
.dw-sport-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
}
.dw-sport-card {
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
    padding: 24px; text-align: center; transition: all 0.3s;
}
.dw-sport-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.05); border-color: #BAE6FD; }
.dw-sport-icon {
    width: 56px; height: 56px; margin: 0 auto 12px;
    background: #F0F9FF; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #0EA5E9; font-size: 22px; transition: all 0.3s;
}
.dw-sport-card:hover .dw-sport-icon { background: #0EA5E9; color: #FFF; }
.dw-sport-card h3 { color: #1E293B; font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.dw-sport-card p { color: #94A3B8; font-size: 12px; margin: 0 0 14px; }

/* === Featured Games - Masonry grid === */
.dw-featured {
    display: grid; grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 200px; gap: 14px;
}
.dw-featured-item {
    position: relative; overflow: hidden; border-radius: 14px;
}
.dw-featured-item.dw-lg { grid-column: span 2; grid-row: span 2; }
.dw-featured-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s;
}
.dw-featured-item:hover img { transform: scale(1.05); }
.dw-featured-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 14px; background: linear-gradient(transparent, rgba(0,0,0,0.7));
}
.dw-featured-overlay h4 { color: #FFF; font-size: 14px; margin: 0 0 6px; font-weight: 600; }

/* === Live Casino === */
.dw-live-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 18px;
}
.dw-live-card {
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
    overflow: hidden; transition: all 0.3s;
}
.dw-live-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.06); transform: translateY(-2px); }
.dw-live-card img { width: 100%; height: 160px; object-fit: cover; }
.dw-live-info { padding: 14px; }
.dw-live-info .dw-badge {
    display: inline-block; background: #FEE2E2; color: #EF4444;
    font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px;
    margin-bottom: 4px; letter-spacing: 0.5px;
}
.dw-live-info h4 { color: #1E293B; font-size: 15px; margin: 0 0 2px; font-weight: 600; }
.dw-live-info p { color: #94A3B8; font-size: 12px; margin: 0; }

/* === App Download === */
.dw-appdownload { padding: 60px 0; background: #FFF; }
.dw-appdownload-inner {
    display: flex; align-items: center; gap: 40px;
    background: linear-gradient(135deg, #F0F9FF, #EFF6FF);
    border-radius: 20px; padding: 40px;
}
.dw-appdownload-text { flex: 1; }
.dw-appdownload-text h2 {
    font-family: 'Poppins', sans-serif; font-size: 26px;
    font-weight: 800; color: #1E293B; margin: 0 0 12px;
}
.dw-appdownload-text p { color: #64748B; margin: 0 0 20px; line-height: 1.7; }
.dw-appdownload-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.dw-appdownload-img img { max-width: 240px; border-radius: 16px; }

/* === Articles - Clean two-column === */
.dw-article-grid {
    display: grid; grid-template-columns: 2fr 1fr; gap: 28px;
}
.dw-article-cat {
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
    margin-bottom: 20px; overflow: hidden;
}
.dw-article-cat-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px; border-bottom: 1px solid #F1F5F9;
}
.dw-article-cat-header h3 {
    color: #1E293B; font-size: 15px; font-weight: 700; margin: 0;
    font-family: 'Poppins', sans-serif;
}
.dw-article-cat-header a { color: #0EA5E9; font-size: 12px; font-weight: 500; }
.dw-article-list { list-style: none; }
.dw-article-list li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 20px; border-bottom: 1px solid #F8FAFC;
}
.dw-article-list li:last-child { border-bottom: none; }
.dw-article-list li a { color: #475569; font-size: 14px; flex: 1; }
.dw-article-list li a:hover { color: #0EA5E9; }
.dw-article-list li time { color: #CBD5E1; font-size: 12px; flex-shrink: 0; margin-left: 12px; }

/* Sidebar */
.dw-sidebar-widget {
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
    margin-bottom: 20px; overflow: hidden;
}
.dw-sidebar-widget-header {
    padding: 14px 18px; border-bottom: 1px solid #F1F5F9;
}
.dw-sidebar-widget-header h3 {
    color: #1E293B; font-size: 14px; font-weight: 700; margin: 0;
    font-family: 'Poppins', sans-serif;
}
.dw-sidebar-widget ul { list-style: none; }
.dw-sidebar-widget li { padding: 8px 18px; border-bottom: 1px solid #F8FAFC; }
.dw-sidebar-widget li:last-child { border-bottom: none; }
.dw-sidebar-widget li a { color: #475569; font-size: 13px; }
.dw-sidebar-widget li a:hover { color: #0EA5E9; }
.dw-sidebar-widget li span { color: #CBD5E1; font-size: 11px; display: block; margin-top: 2px; }
.dw-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 18px; }
.dw-tags a {
    padding: 4px 12px; background: #F8FAFC; border: 1px solid #E2E8F0;
    border-radius: 20px; color: #64748B; font-size: 12px; transition: all 0.2s;
}
.dw-tags a:hover { background: #0EA5E9; color: #FFF; border-color: #0EA5E9; }

/* === Breadcrumb === */
.dw-breadcrumb { padding: 16px 0; margin-bottom: 20px; }
.dw-breadcrumb .breadcrumb {
    background: transparent; padding: 0; margin: 0;
}
.dw-breadcrumb .breadcrumb-item a { color: #0EA5E9; font-size: 13px; }
.dw-breadcrumb .breadcrumb-item.active { color: #94A3B8; font-size: 13px; }

/* === Article List Item === */
.dw-article-item {
    display: flex; gap: 18px; padding: 18px 0;
    border-bottom: 1px solid #F1F5F9;
}
.dw-article-item:last-child { border-bottom: none; }
.dw-article-thumb {
    width: 160px; height: 105px; flex-shrink: 0; border-radius: 10px; overflow: hidden;
}
.dw-article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.dw-article-thumb:hover img { transform: scale(1.04); }
.dw-article-info h4 { margin: 0 0 6px; }
.dw-article-info h4 a { color: #1E293B; font-size: 17px; font-weight: 600; }
.dw-article-info h4 a:hover { color: #0EA5E9; }
.dw-article-info .dw-desc {
    color: #94A3B8; font-size: 13px; line-height: 1.6; margin: 0 0 8px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.dw-article-info .dw-date { color: #CBD5E1; font-size: 12px; }

/* === Article Detail === */
.dw-detail-title {
    font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 800;
    color: #1E293B; line-height: 1.3; margin: 0 0 14px;
}
.dw-detail-meta {
    display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
    padding-bottom: 18px; margin-bottom: 24px;
    border-bottom: 1px solid #F1F5F9; font-size: 13px; color: #94A3B8;
}
.dw-detail-meta i { color: #0EA5E9; margin-right: 4px; }
.dw-detail-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.dw-detail-tags a {
    padding: 3px 10px; background: #F0F9FF; border: 1px solid #BAE6FD;
    border-radius: 20px; color: #0EA5E9; font-size: 11px;
}
.dw-detail-body { color: #475569; font-size: 15px; line-height: 1.9; }
.dw-detail-body img { border-radius: 10px; margin: 14px 0; }
.dw-detail-body h2, .dw-detail-body h3 {
    color: #1E293B; font-family: 'Poppins', sans-serif; margin: 28px 0 12px;
}
.dw-detail-body a { color: #0EA5E9; border-bottom: 1px solid #BAE6FD; }
.dw-detail-body blockquote {
    border-left: 3px solid #0EA5E9; padding: 14px 20px; margin: 20px 0;
    background: #F8FAFC; color: #64748B; border-radius: 0 10px 10px 0;
}

/* Page Navigation */
.dw-page-nav {
    display: flex; gap: 14px; padding: 20px 0; margin-top: 28px;
    border-top: 1px solid #F1F5F9;
}
.dw-page-nav-item {
    flex: 1; padding: 14px 18px; background: #F8FAFC; border-radius: 10px;
    transition: all 0.2s;
}
.dw-page-nav-item:hover { background: #F0F9FF; }
.dw-page-nav-item span { color: #94A3B8; font-size: 11px; display: block; margin-bottom: 4px; }
.dw-page-nav-item a { color: #1E293B; font-size: 14px; font-weight: 500; }

/* Pagination */
.dw-pagination { display: flex; justify-content: center; padding: 28px 0; }
.dw-pagination .pagination { list-style: none; display: flex; gap: 6px; }
.dw-pagination .page-item .page-link {
    background: #FFF; border: 1px solid #E2E8F0; color: #64748B;
    padding: 7px 14px; border-radius: 8px; font-size: 13px; transition: all 0.2s;
}
.dw-pagination .page-item.active .page-link { background: #0EA5E9; color: #FFF; border-color: #0EA5E9; }
.dw-pagination .page-item .page-link:hover { border-color: #0EA5E9; color: #0EA5E9; }

/* === Search === */
.dw-search-header { padding: 30px 0; margin-bottom: 24px; }
.dw-search-header h1 { font-family: 'Poppins', sans-serif; font-size: 24px; color: #1E293B; margin: 0 0 4px; }
.dw-search-header p { color: #94A3B8; font-size: 14px; margin: 0; }

/* === Tags === */
.dw-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0; }
.dw-tag-cloud a {
    padding: 6px 16px; background: #FFF; border: 1px solid #E2E8F0;
    border-radius: 20px; color: #64748B; font-size: 13px; transition: all 0.2s;
}
.dw-tag-cloud a:hover { background: #0EA5E9; color: #FFF; border-color: #0EA5E9; }
.dw-tag-header {
    display: flex; gap: 20px; align-items: center;
    padding: 24px; margin-bottom: 24px;
    background: #FFF; border: 1px solid #F1F5F9; border-radius: 14px;
}
.dw-tag-header-icon {
    width: 56px; height: 56px; background: #F0F9FF; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #0EA5E9; flex-shrink: 0;
}
.dw-tag-header h2 { color: #1E293B; font-size: 22px; font-weight: 700; margin: 0 0 4px; }
.dw-tag-header p { color: #94A3B8; font-size: 14px; margin: 0; }

/* === SO Search Page === */
.dw-so-page { min-height: 100vh; background: #F8FAFC; }
.dw-so-hero { text-align: center; padding: 80px 0 40px; }
.dw-so-hero h2 { font-family: 'Poppins', sans-serif; font-size: 30px; color: #1E293B; margin: 0 0 24px; }
.dw-so-form {
    display: flex; max-width: 520px; margin: 0 auto;
    background: #FFF; border: 2px solid #E2E8F0; border-radius: 12px; overflow: hidden;
    transition: border-color 0.3s;
}
.dw-so-form:focus-within { border-color: #0EA5E9; }
.dw-so-form input {
    flex: 1; padding: 14px 18px; border: none; background: transparent;
    font-size: 15px; color: #1E293B; outline: none;
}
.dw-so-form input::placeholder { color: #CBD5E1; }
.dw-so-form button {
    padding: 14px 24px; background: #0EA5E9; border: none; color: #FFF;
    font-weight: 700; cursor: pointer; font-size: 14px;
}
.dw-so-form button:hover { background: #0284C7; }
.dw-so-hot { max-width: 520px; margin: 24px auto 0; }
.dw-so-hot h4 { color: #1E293B; font-size: 14px; margin: 0 0 12px; font-weight: 700; }
.dw-so-hot-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dw-so-hot-list a { color: #64748B; font-size: 13px; }
.dw-so-results { padding: 30px 0; }
.dw-so-result-item { padding: 16px 0; border-bottom: 1px solid #F1F5F9; }
.dw-so-result-item h3 a { color: #0EA5E9; font-size: 17px; font-weight: 600; }
.dw-so-result-item p { color: #94A3B8; font-size: 13px; margin: 6px 0 0; }

/* === Footer === */
.dw-footer {
    background: #1E293B; color: #94A3B8; padding: 50px 0 0;
    margin-top: 40px;
}
.dw-footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px; padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.dw-footer-col h4 {
    color: #F1F5F9; font-size: 14px; font-weight: 700; margin: 0 0 14px;
    font-family: 'Poppins', sans-serif;
}
.dw-footer-col a {
    display: block; color: #94A3B8; font-size: 13px; padding: 3px 0; transition: all 0.2s;
}
.dw-footer-col a:hover { color: #38BDF8; padding-left: 4px; }
.dw-footer-brand p { font-size: 13px; line-height: 1.7; margin: 12px 0 14px; color: #64748B; }
.dw-footer-logo { height: 30px; filter: brightness(10); }
.dw-footer-social { display: flex; gap: 8px; }
.dw-footer-social a {
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06); border-radius: 8px;
    color: #94A3B8; font-size: 14px; padding: 0; transition: all 0.2s;
}
.dw-footer-social a:hover { background: #0EA5E9; color: #FFF; padding-left: 0; }
.dw-footer-games { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.dw-footer-games img {
    width: 100%; aspect-ratio: 1; object-fit: contain;
    background: rgba(255,255,255,0.04); border-radius: 8px; padding: 6px;
    transition: background 0.2s;
}
.dw-footer-games img:hover { background: rgba(255,255,255,0.08); }

/* Friend Links */
.dw-footer-friends { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.dw-footer-friends h4 { color: #F1F5F9; font-size: 13px; margin: 0 0 10px; font-weight: 600; }
.dw-friend-list { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.dw-friend-list a { color: #64748B; font-size: 12px; padding: 2px 0; display: inline; }
.dw-friend-list a:hover { color: #38BDF8; padding-left: 0; }
.dw-footer-bottom {
    padding: 18px 0; text-align: center;
}
.dw-footer-bottom p { color: #475569; font-size: 12px; margin: 0; }
.dw-footer-bottom a { color: #38BDF8; }


/* === Mobile Top Bar (always visible on mobile) === */
.dw-mobile-bar {
    display: none; /* hidden on desktop */
    position: sticky; top: 0; z-index: 9998;
    background: #FFFFFF; backdrop-filter: blur(10px);
    height: 56px; align-items: center; justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #E2E8F0;
}
.dw-mobile-bar-logo img { height: 30px; }
.dw-mobile-bar-toggle {
    background: none; border: 1px solid #CBD5E1;
    width: 40px; height: 40px; cursor: pointer;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    border-radius: 6px;
}
.dw-mobile-bar-toggle .dw-toggle-bar {
    width: 20px; height: 2px; background: #475569;
}
/* Sidebar divider */
.dw-sidebar-divider {
    height: 1px; background: #F1F5F9; margin: 8px 20px;
}
/* Sidebar auth buttons */
.dw-sidebar-auth {
    padding: 16px 20px; display: flex; gap: 8px;
    border-top: 1px solid #F1F5F9;
}
.dw-sidebar-auth .dw-btn { flex: 1; font-size: 12px; padding: 8px 12px; }


/* === Stats Bar === */
.dw-stats-bar { padding: 30px 0; background: #FFF; border-bottom: 1px solid #F1F5F9; }
.dw-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.dw-stat-item {}
.dw-stat-num { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800; color: #0EA5E9; margin-bottom: 4px; }
.dw-stat-label { color: #94A3B8; font-size: 13px; font-weight: 500; }

/* === Split Promos (img/ showcase) === */
.dw-split-promos { display: flex; flex-direction: column; gap: 30px; }
.dw-split-promo { display: flex; align-items: center; gap: 30px; background: #FFF; border: 1px solid #F1F5F9; border-radius: 16px; padding: 24px; }
.dw-split-promo-reverse { flex-direction: row-reverse; }
.dw-split-promo-img { flex-shrink: 0; width: 200px; }
.dw-split-promo-img img { width: 100%; border-radius: 12px; }
.dw-split-promo-text { flex: 1; }
.dw-promo-tag { display: inline-block; padding: 3px 10px; background: #EFF6FF; color: #0EA5E9; font-size: 11px; font-weight: 700; border-radius: 4px; margin-bottom: 8px; letter-spacing: 0.5px; }
.dw-split-promo-text h3 { color: #1E293B; font-size: 22px; font-weight: 800; margin: 0 0 8px; font-family: 'Poppins', sans-serif; }
.dw-split-promo-text p { color: #64748B; font-size: 14px; margin: 0 0 16px; line-height: 1.7; }

/* === App Screenshot Wall (imgpeo/ showcase) === */
.dw-appwall-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; gap: 12px; }
.dw-appwall-item { position: relative; overflow: hidden; border-radius: 12px; border: 1px solid #F1F5F9; }
.dw-appwall-tall { grid-row: span 2; }
.dw-appwall-wide { grid-column: span 2; }
.dw-appwall-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.dw-appwall-item:hover img { transform: scale(1.05); }
.dw-appwall-item span { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: linear-gradient(transparent, rgba(0,0,0,0.6)); color: #FFF; font-size: 12px; font-weight: 600; }

@media (max-width: 991px) {
    .dw-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .dw-split-promo, .dw-split-promo-reverse { flex-direction: column; text-align: center; }
    .dw-split-promo-img { width: 160px; }
    .dw-appwall-grid { grid-template-columns: repeat(2, 1fr); }
    .dw-appwall-tall { grid-row: span 1; }
    .dw-appwall-wide { grid-column: span 1; }
}
@media (max-width: 576px) {
    .dw-stat-num { font-size: 24px; }
    .dw-appwall-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; }
}

/* === Responsive === */
@media (max-width: 991px) {
    .dw-mobile-bar { display: flex; }
    .dw-header-desktop { display: none !important; }
    .dw-hero h1 { font-size: 28px; }
    .dw-hero-inner { flex-direction: column; text-align: center; }
    .dw-hero-desc { margin: 0 auto 24px; }
    .dw-hero-btns { justify-content: center; }
    .dw-hero-promo { justify-content: center; }
    .dw-hero-img { max-width: 260px; }
    .dw-game-grid { grid-template-columns: repeat(2,1fr); }
    .dw-sport-grid { grid-template-columns: repeat(2,1fr); }
    .dw-featured { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; }
    .dw-live-grid { grid-template-columns: repeat(2,1fr); }
    .dw-article-grid { grid-template-columns: 1fr; }
    .dw-appdownload-inner { flex-direction: column; text-align: center; }
    .dw-appdownload-btns { justify-content: center; }
    .dw-footer-grid { grid-template-columns: 1fr 1fr; }
    .dw-dropdown-panel { min-width: 280px; }
    .dw-dropdown-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .dw-hero { padding: 40px 0 30px; }
    .dw-hero h1 { font-size: 24px; }
    .dw-hero-btns { flex-direction: column; }
    .dw-btn { width: 100%; justify-content: center; }
    .dw-game-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .dw-sport-grid { grid-template-columns: 1fr; }
    .dw-featured { grid-template-columns: 1fr; }
    .dw-featured-item.dw-lg { grid-column: span 1; grid-row: span 1; }
    .dw-live-grid { grid-template-columns: 1fr; }
    .dw-section-title h2 { font-size: 22px; }
    .dw-footer-grid { grid-template-columns: 1fr; }
    .dw-article-item { flex-direction: column; }
    .dw-article-thumb { width: 100%; height: 200px; }
    .dw-detail-title { font-size: 22px; }
    .dw-page-nav { flex-direction: column; }
    .dw-so-form { flex-direction: column; }
    .dw-appdownload-img img { max-width: 180px; }
}

/* === Animations === */
@keyframes dwFadeIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
.dw-hero-inner { animation: dwFadeIn 0.7s ease; }
.dw-game-card, .dw-sport-card, .dw-live-card { animation: dwFadeIn 0.5s ease; }


/* === Intro & FAQ === */
.dw-intro-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; align-items: start; }
.dw-intro-text h2 { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; color: #1E293B; margin: 0 0 14px; }
.dw-intro-text p { color: #64748B; line-height: 1.8; margin: 0 0 20px; }
.dw-intro-features { list-style: none; }
.dw-intro-feat { color: #334155; font-size: 14px; padding: 8px 0; border-bottom: 1px solid #F1F5F9; }
.dw-intro-feat i { color: #0EA5E9; margin-right: 10px; }
.dw-intro-stat-box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dw-intro-stat { background: #FFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 18px; text-align: center; }
.dw-intro-stat-num { display: block; font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 800; color: #0EA5E9; margin-bottom: 4px; }
.dw-intro-stat span:last-child { color: #94A3B8; font-size: 12px; }
.dw-faq-list { max-width: 800px; margin: 0 auto; }
.dw-faq-item { background: #FFF; border: 1px solid #E2E8F0; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.dw-faq-q { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 20px; background: transparent; border: none; color: #1E293B; font-size: 15px; font-weight: 600; cursor: pointer; text-align: left; font-family: 'Inter', sans-serif; }
.dw-faq-q:hover { background: #F8FAFC; }
.dw-faq-q i { color: #0EA5E9; font-size: 12px; transition: transform 0.3s; }
.dw-faq-q.open i { transform: rotate(180deg); }
.dw-faq-a { display: none; padding: 14px 20px; border-top: 1px solid #F1F5F9; }
.dw-faq-a p { color: #64748B; font-size: 14px; line-height: 1.7; margin: 0; }
@media (max-width: 991px) { .dw-intro-grid { grid-template-columns: 1fr; } }

/* === DW Unique: Tab-style games === */
.dw-game-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dw-tab-card { display: flex; gap: 16px; background: #FFF; border: 1px solid #E2E8F0; border-radius: 14px; padding: 18px; transition: all 0.3s; cursor: pointer; }
.dw-tab-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.06); border-color: #0EA5E9; transform: translateY(-2px); }
.dw-tab-icon { width: 56px; height: 56px; flex-shrink: 0; background: #F0F9FF; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.dw-tab-icon img { width: 36px; height: 36px; object-fit: contain; }
.dw-tab-text { flex: 1; }
.dw-tab-text h3 { color: #1E293B; font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.dw-tab-text p { color: #64748B; font-size: 13px; line-height: 1.5; margin: 0 0 6px; }
.dw-tab-count { color: #0EA5E9; font-size: 12px; font-weight: 700; }

/* === DW Unique: Sport bars === */
.dw-sport-bars { display: flex; flex-direction: column; gap: 10px; }
.dw-sport-bar { display: flex; align-items: center; gap: 16px; background: #FFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 14px 20px; transition: all 0.3s; }
.dw-sport-bar:hover { border-color: #0EA5E9; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.dw-sport-bar-icon { width: 44px; height: 44px; background: #F0F9FF; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #0EA5E9; flex-shrink: 0; }
.dw-sport-bar-info { flex: 1; }
.dw-sport-bar-info h3 { color: #1E293B; font-size: 15px; font-weight: 700; margin: 0 0 2px; }
.dw-sport-bar-info span { color: #94A3B8; font-size: 12px; }
.dw-sport-bar-odds { display: flex; gap: 6px; }
.dw-sport-bar-odds span { padding: 4px 10px; background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 6px; color: #475569; font-size: 12px; font-weight: 600; }
@media (max-width: 991px) { .dw-game-tabs { grid-template-columns: 1fr; } .dw-sport-bar-odds { display: none; } }
@media (max-width: 576px) { .dw-sport-bar { flex-wrap: wrap; } }
