/* ============================================
   OnlineGokken.com - Premium Dark/Gold Theme
   ============================================ */

/* === GLOBAL === */
body {
    background-color: #0d0d0d !important;
    color: #d4d4d4 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a { color: #d4af37 !important; transition: color 0.2s; }
a:hover { color: #f0d060 !important; }

h1, h2, h3, h4 { color: #ffffff !important; font-weight: 700; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; margin-top: 1.5em; }

/* === HEADER / NAV === */
.site-header {
    background: #111111 !important;
    border-bottom: 1px solid #d4af3733 !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 9998;
}

.inside-header {
    display: flex;
    align-items: center;
    padding: 10px 15px !important;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Logo */
.site-logo img,
.custom-logo {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
}

.main-title a,
.site-title a {
    color: #d4af37 !important;
    font-size: 1.3em !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    text-decoration: none !important;
}

.site-description {
    color: #888 !important;
    font-size: 0.75em !important;
}

/* Navigation */
.main-navigation {
    background: transparent !important;
}

.main-navigation .main-nav > ul > li > a {
    color: #e5e5e5 !important;
    font-weight: 500 !important;
    font-size: 0.9em !important;
    padding: 12px 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}

.main-navigation .main-nav > ul > li > a:hover,
.main-navigation .main-nav > ul > li.current-menu-item > a {
    color: #d4af37 !important;
}

/* Mobile menu toggle */
.menu-toggle {
    color: #d4af37 !important;
}

/* === CONTENT AREA === */
.site-content,
.inside-article {
    max-width: 1100px !important;
    margin: 0 auto;
    padding: 20px 15px;
    width: 100% !important;
}

.entry-content {
    font-size: 1em;
    color: #c8c8c8 !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

/* === CARDS (for reviews, etc) === */
.gb-container {
    background: #1a1a1a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease;
}

.gb-container:hover {
    border-color: #d4af3755 !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.08);
}

.gb-container h3 {
    color: #d4af37 !important;
    font-size: 1.2em;
    margin-top: 0;
}

/* === LISTS === */
.entry-content ul {
    list-style: none;
    padding-left: 0;
}

.entry-content ul li {
    padding: 6px 0 6px 20px;
    position: relative;
}

.entry-content ul li::before {
    content: '✦';
    color: #d4af37;
    position: absolute;
    left: 0;
}

/* === BUTTONS === */
.wp-block-button__link,
.button,
a.button {
    background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%) !important;
    color: #111 !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    border-radius: 6px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none !important;
    transition: all 0.3s;
}

/* === FOOTER === */
.site-footer {
    background: #0a0a0a !important;
    border-top: 1px solid #1a1a1a !important;
    color: #666 !important;
    padding: 20px 0 !important;
    text-align: center;
    font-size: 0.8em;
}

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0d0d0d; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #d4af37; }

/* === SELECTION === */
::selection {
    background: #d4af37;
    color: #111;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    h1 { font-size: 1.5em !important; }
    h2 { font-size: 1.2em !important; }
    
    .site-logo img,
    .custom-logo {
        max-height: 35px !important;
    }
    
    .main-title a,
    .site-title a {
        font-size: 1em !important;
    }
    
    .site-content,
    .inside-article {
        padding: 15px 12px;
    }
    
    .gb-container {
        padding: 15px !important;
    }
    
    .inside-header {
        padding: 8px 12px !important;
    }
}

/* === FORCE RESPONSIVE FIX === */
.grid-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

.site.grid-container.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.inside-article,
.entry-content {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

/* Fix image overflow */
img, .custom-logo-link img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 769px) {
    .grid-container {
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
