/*
Theme Name: ArcadePress SEO Theme
Theme URI: https://example.com/arcadepress-theme
Author: ArcadePress Developer
Author URI: https://example.com/developer
Description: A fully responsive HTML5 arcade games platform WordPress theme, optimized for lightning-fast speeds, complete SEO visibility, and Google AdSense policy approval.
Version: 1.0.0
License: GNU GPLv2 or later
Text Domain: arcadepress
Tags: games, entertainment, responsive-layout, clean-layout, fast-loading, adsense-ready, seo-optimized, grid-layout

All design styles are fully responsive, modern, dark themed and optimized for speed and SEO.
*/

/* Core Layout styles */
body {
    background-color: #07090e;
    color: #f1f5f9;
    font-family: 'Outfit', 'Plus Jakarta Sans', -apple-system, sans-serif;
    margin: 0;
    padding: 0;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #07090e;
}
::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
    background: #6366f1;
}

/* Premium Styling and Accents */
.glow-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glow-card:hover {
    border-color: #6366f180;
    box-shadow: 0 10px 30px -10px #6366f130;
    transform: translateY(-4px);
}

.glow-button {
    background: linear-gradient(135deg, #6366f1, #3b82f6);
    box-shadow: 0 4px 14px 0 #6366f140;
    transition: all 0.2s ease;
}
.glow-button:hover {
    box-shadow: 0 6px 20px 0 #6366f160;
    transform: translateY(-1px);
}

/* AdSense placements spacing to avoid overlapping clicks and policy compliance */
.adsense-container {
    margin: 32px auto;
    padding: 20px;
    text-align: center;
    background: rgba(15, 20, 32, 0.45);
    border: 1px dashed rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    max-width: 100%;
    clear: both;
}

.adsense-label {
    font-size: 10px;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
    font-weight: 800;
}
