/*
Theme Name: GameVerse Ultra
Theme URI: https://example.com/gameverse-ultra
Author: Charfeddine
Author URI: https://example.com
Description: قالب ألعاب WordPress متطور – الوضع الليلي والاعلانات الذكية
Version: 1.0
License: GPL v2 or later
Text Domain: gameverse-ultra
*/

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #0d0f14;
    color: #fff;
}

a { color: #00f0ff; text-decoration: none; }
a:hover { text-decoration: underline; }

.content-wrapper { display: flex; gap: 20px; padding: 20px; }
.site-main { flex: 1; }

.sidebar-left, .sidebar-right {
    width: 250px;
    background-color: #12151f;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,255,255,0.2);
}

.game-card {
    background-color: #1b1f2a;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #00f0ff;
}

.game-thumb img { width: 100%; border-radius: 10px; }
.game-title { font-size: 18px; margin: 10px 0; }
.game-excerpt { font-size: 14px; color: #ccc; }

.desktop-ads, .mobile-bottom-ads { margin: 15px 0; }

.fullscreen-btn {
    cursor: pointer;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    font-weight: bold;
    background-color: #00f0ff;
    color: #0d0f14;
    box-shadow: 0 0 10px #00f0ff;
    transition: all 0.3s ease;
}

.fullscreen-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #00ffff;
}

.close-ad-btn {
    background-color: #ff3b3b;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
