/*
 Theme Name: Dooggie Sport
 Theme URI: https://dooggiesport.com
 Description: Child theme pour Dooggie Sport - Pronostics sportifs
 Author: Dooggie
 Author URI: https://dooggiesport.com
 Template: generatepress
 Version: 1.0.0
 Text Domain: dooggie-child
*/

/* ============================================================
   DOOGGIE CHILD THEME — DARK THEME OVERRIDE
   ============================================================ */

/* Base dark */
body {
    background: #020617 !important;
    color: #e2e8f0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Remove default GP container padding for full-width feel */
.site-content {
    background: transparent;
}

/* Header */
.site-header {
    background: rgba(2, 6, 23, 0.95) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.06);
    backdrop-filter: blur(10px);
}

.site-header .site-title a,
.site-header .main-title a {
    color: #f8fafc !important;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
}

/* Navigation */
.main-navigation a,
.menu-toggle {
    color: #94a3b8 !important;
    font-weight: 500;
    font-size: 14px;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    color: #22c55e !important;
}

/* Page content area */
.entry-content,
.page .entry-content {
    color: #e2e8f0;
}

.entry-content a {
    color: #22c55e;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    color: #f1f5f9;
}

/* Footer */
.site-footer {
    background: #020617 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.06);
    color: #475569;
    font-size: 13px;
    padding: 32px 0;
}
.site-footer a { color: #64748b; }
.site-footer a:hover { color: #22c55e; }

/* GeneratePress specific overrides */
.inside-article { background: transparent !important; }
.entry-header { display: none; } /* Hide default page titles, we use custom ones */

/* Sidebar */
.widget-area { display: none; } /* No sidebar for this site */

/* WP Login style */
.login #login h1 a {
    background-image: none;
    font-size: 24px;
    font-weight: 900;
    color: #22c55e;
    width: auto;
    height: auto;
}
