/*
Theme Name: Bet Games App
Theme URI: https://betgamesapps.com
Author: SEO-First WordPress Theme Architect
Author URI: https://betgamesapps.com
Description: Tema WordPress profissional e otimizado para SEO, projetado especificamente para sites de download de jogos e informações sobre jogos. Construído com estrutura anti-doorway pages, campos estruturados e conformidade total com o Google Helpful Content System. Voltado para o mercado brasileiro de jogos mobile.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: bet-games-app
Domain Path: /languages
Tags: gaming, seo-optimized, games-directory, portuguese, brazil, structured-data, quality-content

Bet Games App WordPress Theme, Copyright 2026
Bet Games App is distributed under the terms of the GNU GPL

Este tema foi desenvolvido com foco em:
- SEO-First Architecture
- Google E-E-A-T Compliance
- Anti-Doorway Pages System
- Structured Content Fields
- Topic Cluster Support
- Quality Content Enforcement
*/

/* ==========================================================================
   Base Styles - Core Web Vitals Optimized
   ========================================================================== */

:root {
    --primary-color: #0066cc;
    --secondary-color: #ff6b35;
    --text-color: #333333;
    --bg-color: #ffffff;
    --border-color: #e0e0e0;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.6;
    font-weight: 400;
}

/* ==========================================================================
   Layout Structure
   ========================================================================== */

.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
}

.site-main {
    padding: 40px 0;
    min-height: 60vh;
}

.site-footer {
    background: #f8f9fa;
    border-top: 1px solid var(--border-color);
    padding: 40px 0;
    margin-top: 60px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--secondary-color);
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    
    .site-main {
        padding: 20px 0;
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
