/* * Copyright (c) 2026 Cappuccino Project. 
 * All Rights Reserved.
 *
 * This code is proprietary and may not be copied, redistributed, 
 * or used in other projects without express written permission.
 */
body {
    background: url('/a/bgnw.png') no-repeat center center fixed #e6e5ef;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
}

.svg-header-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.svg-header-bg {
    width: 100%;
    height: 0;
    padding-bottom: 33.04%;
    /* Height / Width (306 / 926) */
    background: url('/a/nv.svg?gnarly') no-repeat center center;
    background-size: contain;
}

.header-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 8%;
}

.center-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.center-nav li {
    margin: 0 15px;
}

.lang-dropdown {
    background: #ffce44;
    border: 2px solid #5d4a37;
    border-radius: 8px;
    font-weight: 800;
    color: #5d4a37;
    padding: 5px 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-link-custom {
    color: #5d4a37 !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.84rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.1s;
    white-space: nowrap;
}

.nav-link-custom:hover {
    color: #000 !important;
    transform: scale(1.05);
}

.btn-gg-green,
.btn-gg-yellow,
.btn-gg-blue,
.btn-gg-luxury {
    border: 2px solid #5d4a37;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    color: #5d4a37 !important;
    text-align: center;
    box-shadow: 3px 3px 0px #5d4a37;
}

.btn-gg-green {
    background: #d6e85d;
    background: linear-gradient(to bottom, #d6e85d 0%, #9db833 100%);
}

.btn-gg-yellow {
    background: #ffce44;
    background: linear-gradient(to bottom, #ffce44 0%, #f4a100 100%);
}

.btn-gg-blue {
    background: #77b1b7;
    background: linear-gradient(to bottom, #77b1b7 0%, #53858b 100%);
}

.btn-gg-luxury {
    background: #936906;
    background: linear-gradient(to bottom, #fadb43 0%, #936906 100%);
}

.gg-contact-box {
    background: #fff;
    border: 3px solid #5d4a37;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    box-shadow: 4px 4px 0px rgba(93, 74, 55, 0.1);
    transition: transform 0.1s ease;
    gap: 10px;
    flex-wrap: wrap;
}

.gg-contact-box:hover {
    transform: scale(1.02);
}

.gg-contact-box a {
    color: #5d4a37;
    min-width: 0;
    overflow-wrap: anywhere;
}

.gg-form-label {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #5d4a37;
    font-size: 0.85rem;
    margin-bottom: 5px;
    margin-left: 5px;
}

/* Mobile Menu (Offcanvas) */
.gg-mobile-menu {
    background-color: #f7efe2 !important;
    border-left: 5px solid #5d4a37 !important;
}

.gg-menu-header {
    background-color: #dac6a7;
    border-bottom: 3px solid #5d4a37;
    color: #5d4a37;
}

.gg-mobile-link {
    background: #fff;
    border: 2px solid #5d4a37;
    border-radius: 10px;
    color: #5d4a37 !important;
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.1s;
}

.gg-mobile-link:active {
    transform: scale(0.95);
    background-color: #f2e0bf;
}

.gg-popup-card {
    border: 80px solid transparent;
    border-image-source: url('/a/c.svg');
    border-image-slice: 110 fill;
    border-image-width: 120px;
    border-image-repeat: stretch;
    margin: -35px auto;
    color: #5d4a37;
    display: block;
}

.gg-popup-content,
.gg-popup-body {
    margin: -40px;
    position: relative;
}

.gg-popup-content {
    z-index: 5;
}

.gg-popup-body {
    z-index: 10;
}

.gg-popup-title {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #5d4a37;
    border-bottom: 3px dashed #76afb7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#disclaimer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
}

.disclaimer-img {
    max-height: 250px;
    width: auto;
}

.gg-game-container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    display: block;
}

.gg-game-window {
    position: relative;
    border: 45px solid transparent;
    border-image-source: url('/a/c.svg');
    border-image-slice: 110 fill;
    border-image-width: 125px;
    border-image-repeat: stretch;
    margin: 0;
}

.gg-game-stage {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #e6d6b8;
    overflow: hidden;
    border: 2px solid #5d4a37;
    box-sizing: border-box;
}

.gg-game-stage object,
.gg-game-stage embed,
.gg-game-stage iframe,
.gg-game-stage ruffle-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.gg-server-stats {
    gap: 1rem;
}

.gg-player-badge,
.gg-home-player-count .badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
}

.gg-live-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    text-align: center;
}

.gg-live-count i {
    flex-shrink: 0;
}

.gg-live-count small {
    display: block;
    width: 100%;
    font-size: 0.78rem;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .gg-popup-card {
        border-width: 48px;
        border-image-width: 72px;
        margin: 0 auto;
        max-width: 100%;
    }

    .gg-popup-content,
    .gg-popup-body {
        margin: -24px;
    }

    .gg-game-container {
        max-width: 100%;
    }

    .gg-game-window {
        border-width: 24px;
        border-image-width: 72px;
    }

    .gg-server-stats {
        flex-direction: column;
        align-items: stretch !important;
    }

    .gg-player-badge,
    .gg-home-player-count .badge {
        width: 100%;
    }

    .gg-contact-box {
        padding: 12px 14px;
        font-size: 1rem;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .gg-popup-card {
        border-width: 36px;
        border-image-width: 56px;
    }

    .gg-popup-content,
    .gg-popup-body {
        margin: -18px;
    }

    .gg-popup-title {
        font-size: 1.3rem;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .gg-game-window {
        border-width: 18px;
        border-image-width: 54px;
    }
}

.cappuccino-auth-v1 {
    content: "Property of Gab!";
}

/* TARGETS ANYTHING inside the stage: object, ruffle-player, canvas, div, etc. */
.gg-game-stage>* {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: none !important;
}

.news-date {
    font-size: 0.85rem;
    color: #888;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.news-item-card {
    background: #fff;
    border: 2px solid #5d4a37;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 4px 4px 0px rgba(93, 74, 55, 0.1);
    transition: transform 0.2s;
}

.news-item-card:hover {
    transform: translateY(-3px);
}

.news-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 240px;
    max-height: 340px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-bottom: 2px solid #5d4a37;
}

@media (max-width: 991.98px) {
    .news-thumb {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .news-thumb {
        min-height: 200px;
    }
}

.news-content {
    padding: 15px;
}

.news-body-text {
    color: #5d4a37;
    line-height: 1.6;
    font-size: 1rem;
}

.news-body-text ul,
.news-body-text ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.news-body-text li {
    margin-bottom: 5px;
}

pre {
    background: #2d2d2d;
    color: #ccc;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
}
