:root {
    --primary-background: #FFF5F7;
    --secondary-background: #FFF9E6;
    --primary-text-light-bg: #4A154B;
    --secondary-text-light-bg: #7A307B;
    --primary-text-dark-bg: #FFFFFF;
    --secondary-text-dark-bg: #FFE5EC;
    --primary-brand-color: #FF4B91;
    --secondary-brand-color: #FFCD4B;
    --accent-color: #38E54D;
    --border-color: #FFD3E8;
    --card-background: #FFFFFF;
    --font-heading: 'Fredoka One', cursive, system-ui;
    --font-body: 'Quicksand', sans-serif, system-ui;
}

.candy-theme-body {
    font-family: var(--font-body);
    background-color: var(--primary-background);
    color: var(--primary-text-light-bg);
    overflow-x: hidden;
}

.text-muted {
    color: #7A307B !important;
}

.btn-candy-3d {
    font-family: var(--font-heading);
    background: var(--primary-brand-color);
    color: #ffffff;
    border: 3px solid var(--primary-text-light-bg);
    border-radius: 16px;
    box-shadow: 0 6px 0px var(--primary-text-light-bg);
    text-transform: uppercase;
    font-weight: 700;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-candy-3d:hover,
.btn-candy-3d:focus {
    transform: translateY(2px);
    box-shadow: 0 4px 0px var(--primary-text-light-bg);
    background: #ff6ca5;
    color: #ffffff;
}

.btn-candy-3d:active {
    transform: translateY(6px);
    box-shadow: 0 0px 0px var(--primary-text-light-bg);
}

.btn-candy-accent {
    font-family: var(--font-heading);
    background: var(--accent-color);
    color: var(--primary-text-light-bg);
    border: 3px solid var(--primary-text-light-bg);
    border-radius: 16px;
    box-shadow: 0 6px 0px var(--primary-text-light-bg);
    font-weight: 700;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-candy-accent:hover,
.btn-candy-accent:focus {
    transform: translateY(2px);
    box-shadow: 0 4px 0px var(--primary-text-light-bg);
    background: #9CFF2E;
    color: var(--primary-text-light-bg);
}

.btn-candy-accent:active {
    transform: translateY(6px);
    box-shadow: 0 0px 0px var(--primary-text-light-bg);
}

.candy-card {
    background: var(--card-background);
    border: 4px solid var(--primary-text-light-bg);
    border-radius: 24px;
    box-shadow: 4px 4px 0px var(--primary-text-light-bg);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.candy-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--primary-text-light-bg);
}

.candy-title {
    font-family: var(--font-heading);
    color: var(--primary-text-light-bg);
    font-weight: 700;
}

.candy-subtitle {
    font-family: var(--font-body);
    color: var(--secondary-text-light-bg);
}

/* ===== header ===== */
.fawn-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 4px solid #FF4B91;
    box-shadow: 0 4px 0px #4A154B;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.fawn-logo-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 3px solid #4A154B;
    border-radius: 50%;
    background-color: #FFF5F7;
    margin-right: 10px;
}

.fawn-brand-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-navbar .nav-link {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 0.25rem;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-navbar .nav-link:hover,
.fawn-navbar .nav-link:focus,
.fawn-navbar .nav-link.active {
    background-color: #FFF9E6;
    border-color: #4A154B;
    color: #FF4B91 !important;
    transform: translateY(-2px);
    box-shadow: 3px 3px 0px #4A154B;
}

.fawn-navbar .nav-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.fawn-dropdown-menu {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px #4A154B !important;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.fawn-dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.5rem;
    transition: none;
}

.fawn-dropdown-menu .dropdown-item:hover,
.fawn-dropdown-menu .dropdown-item.active {
    background-color: #FFF5F7 !important;
    color: #FF4B91 !important;
}

.fawn-dropdown-menu .dropdown-divider {
    border-top: 2px solid #FFD3E8;
    margin: 0.5rem 0;
}

.fawn-toggler {
    border: 3px solid #4A154B !important;
    background-color: #FFCD4B !important;
    box-shadow: 3px 3px 0px #4A154B;
    border-radius: 12px;
    padding: 0.5rem;
    transition: none;
}

.fawn-toggler:active {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A154B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .fawn-navbar-container {
        position: relative;
    }

    .fawn-brand-desktop {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .fawn-navbar .navbar-collapse {
        background-color: #FFFFFF;
        border: 3px solid #4A154B;
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 4px 4px 0px #4A154B;
    }

    .fawn-navbar .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }

    .fawn-dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #FFF5F7 !important;
        text-align: center;
    }
}

/* ===== hero ===== */
.fawn-hero-section {
    position: relative;
    min-height: 90vh;
    background-color: #FFF5F7;
    color: #FFFFFF;
    padding: 80px 0 120px;
}

.fawn-hero-section .fawn-hero-video-wrapper {
    z-index: 1;
}

.fawn-hero-section .fawn-hero-video {
    object-fit: cover;
}

.fawn-hero-section .fawn-hero-overlay {
    background: linear-gradient(180deg, rgba(74, 21, 75, 0.6) 0%, rgba(74, 21, 75, 0.85) 100%);
}

.fawn-hero-section .fawn-hero-badge {
    background-color: #FFCD4B;
    border: 3px solid #4A154B;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transform: rotate(-2deg);
}

.fawn-hero-section .fawn-hero-badge .badge-text {
    color: #4A154B;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.9rem;
}

.fawn-hero-section .fawn-hero-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 4px 4px 0px #4A154B;
    line-height: 1.2;
}

.fawn-hero-section .fawn-hero-desc {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-size: 1.25rem;
    color: #FFE5EC;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.fawn-hero-section .fawn-btn-primary {
    background: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 16px;
    padding: 12px 30px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0px 6px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-hero-section .fawn-btn-primary:hover {
    background: #FF85B3;
    transform: translateY(3px);
    box-shadow: 0px 3px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-primary:active {
    transform: translateY(6px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-secondary {
    background: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 16px;
    padding: 12px 30px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0px 6px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-hero-section .fawn-btn-secondary:hover {
    background: #FFE5EC;
    transform: translateY(3px);
    box-shadow: 0px 3px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-secondary:active {
    transform: translateY(6px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-hero-section .fawn-hero-foreground {
    max-width: 600px;
    margin: 0 auto;
    height: 220px;
    z-index: 2;
}

.fawn-hero-section .fawn-character-wrapper {
    height: 100%;
}

.fawn-hero-section .fawn-char {
    position: absolute;
    bottom: 0;
    max-height: 200px;
    filter: drop-shadow(0px 10px 15px rgba(74, 21, 75, 0.3));
    transition: transform 0.2s ease;
}

.fawn-hero-section .char-left {
    left: 15%;
    transform: rotate(-8deg);
    z-index: 2;
}

.fawn-hero-section .char-right {
    right: 15%;
    transform: rotate(8deg);
    z-index: 1;
}

.fawn-hero-section .fawn-char:hover {
    transform: scale(1.05) translateY(-5px);
}

.fawn-hero-section .fawn-hero-divider {
    z-index: 4;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .fawn-hero-section {
        min-height: auto;
        padding: 60px 0 100px;
    }

    .fawn-hero-section .fawn-hero-title {
        font-size: 18px !important;
    }

    .fawn-hero-section .fawn-hero-desc {
        font-size: 0.95rem;
    }

    .fawn-hero-section .fawn-hero-foreground {
        height: 150px;
    }

    .fawn-hero-section .fawn-char {
        max-height: 130px;
    }

    .fawn-hero-section .char-left {
        left: 5%;
    }

    .fawn-hero-section .char-right {
        right: 5%;
    }
}

/* ===== game-categories ===== */
.game-categories-section {
    font-family: 'Quicksand', sans-serif;
    background-color: #FFF5F7;
    color: #4A154B;
}

.game-categories-section .section-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.25rem;
    color: #4A154B;
    font-weight: 700;
}

.game-categories-section .section-subtitle {
    font-size: 1.1rem;
    color: #7A307B;
    line-height: 1.6;
}

.game-categories-section .category-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.game-categories-section .category-card:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #4A154B;
}

.game-categories-section .category-img-link {
    display: block;
    overflow: hidden;
    border-bottom: 4px solid #4A154B;
    background-color: #FFF9E6;
}

.game-categories-section .category-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.game-categories-section .category-card:hover .category-img {
    transform: scale(1.05);
}

.game-categories-section .category-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.25rem;
    margin: 0;
}

.game-categories-section .category-title-link {
    color: #4A154B;
    text-decoration: none;
    transition: color 0.15s ease;
}

.game-categories-section .category-title-link:hover {
    color: #FF4B91;
}

.game-categories-section .btn-candy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF4B91;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.15s ease;
}

.game-categories-section .btn-candy:hover {
    background-color: #FF65A3;
    color: #FFFFFF;
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #4A154B;
}

.game-categories-section .btn-candy-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCD4B;
    color: #4A154B;
    border: 3px solid #4A154B;
    border-radius: 16px;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 8px 16px;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.15s ease;
    text-decoration: none;
}

.game-categories-section .btn-candy-secondary:hover {
    background-color: #FFE082;
    color: #4A154B;
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #4A154B;
}

.game-categories-section .interactive-showcase {
    background-color: #FFF9E6;
    border: 4px solid #4A154B;
    box-shadow: 6px 6px 0px #4A154B;
}

.game-categories-section .showcase-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.75rem;
    color: #4A154B;
}

.game-categories-section .filter-tab {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 20px;
    color: #4A154B;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.15s ease, color 0.15s ease;
}

.game-categories-section .filter-tab.active,
.game-categories-section .filter-tab:hover {
    background-color: #FF4B91;
    color: #FFFFFF;
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #4A154B;
}

.game-categories-section .game-preview-card {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 20px;
    box-shadow: 3px 3px 0px #4A154B;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.game-categories-section .game-preview-card:hover {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #4A154B;
}

.game-categories-section .game-img-link {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #4A154B;
}

.game-categories-section .game-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.game-categories-section .game-preview-card:hover .game-img {
    transform: scale(1.05);
}

.game-categories-section .game-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.3;
    min-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-categories-section .game-title-link {
    color: #4A154B;
    text-decoration: none;
    transition: color 0.15s ease;
}

.game-categories-section .game-title-link:hover {
    color: #FF4B91;
}

@media (max-width: 768px) {
    .game-categories-section .section-title {
        font-size: 1.75rem;
    }

    .game-categories-section .showcase-title {
        font-size: 1.4rem;
    }

    .game-categories-section .category-title {
        font-size: 1.1rem;
    }

    .game-categories-section .game-title {
        font-size: 1rem;
    }
}

/* ===== games-grid ===== */
.fawn-games-grid {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    color: #4A154B;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fawn-games-grid h2.section-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.25rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-games-grid .section-subtitle {
    color: #7A307B;
    font-size: 1.1rem;
}

.fawn-games-grid .controls-panel {
    background-color: #FFF9E6;
    border: 4px solid #4A154B;
    box-shadow: 4px 4px 0px #4A154B;
}

.fawn-games-grid .search-wrapper {
    position: relative;
}

.fawn-games-grid .search-wrapper .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7A307B;
}

.fawn-games-grid .search-wrapper .js-search-input {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 16px;
    color: #4A154B;
    font-weight: 600;
    padding: 12px 20px 12px 45px;
    font-family: 'Quicksand', sans-serif, system-ui;
}

.fawn-games-grid .search-wrapper .js-search-input:focus {
    border-color: #FF4B91;
    box-shadow: 0 4px 0 #FF4B91;
    outline: none;
}

.fawn-games-grid .js-search-input::placeholder {
    color: #7A307B;
    opacity: 0.7;
}

.fawn-games-grid .btn-filter {
    background-color: #FFFFFF;
    color: #4A154B;
    border: 3px solid #4A154B;
    border-radius: 16px;
    font-weight: 700;
    padding: 8px 16px;
    box-shadow: 0 4px 0 #4A154B;
    transform: translateY(0);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
    font-family: 'Quicksand', sans-serif, system-ui;
}

.fawn-games-grid .btn-filter:hover,
.fawn-games-grid .btn-filter:focus {
    background-color: #FFE5EC;
    color: #4A154B;
}

.fawn-games-grid .btn-filter.active {
    background-color: #FFCD4B;
    color: #4A154B;
    box-shadow: 0 2px 0 #4A154B;
    transform: translateY(2px);
}

.fawn-games-grid .game-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-games-grid .game-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #4A154B;
}

.fawn-games-grid .game-card-img-wrapper {
    overflow: hidden;
    border-bottom: 4px solid #4A154B;
    aspect-ratio: 4 / 3;
}

.fawn-games-grid .game-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.fawn-games-grid .game-card:hover .game-card-img {
    transform: scale(1.05);
}

.fawn-games-grid .game-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #38E54D;
    color: #4A154B;
    border: 2px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 4px 10px;
    z-index: 2;
}

.fawn-games-grid h3.game-card-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.fawn-games-grid h3.game-card-title a {
    color: #4A154B;
    transition: color 0.1s ease;
}

.fawn-games-grid h3.game-card-title a:hover {
    color: #FF4B91;
}

.fawn-games-grid .btn-game-play {
    background-color: #FF4B91;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 16px;
    font-weight: 700;
    padding: 10px 16px;
    box-shadow: 0 4px 0 #4A154B;
    transform: translateY(0);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
    font-family: 'Quicksand', sans-serif, system-ui;
    text-align: center;
}

.fawn-games-grid .btn-game-play:hover {
    background-color: #FFCD4B;
    color: #4A154B;
    box-shadow: 0 2px 0 #4A154B;
    transform: translateY(2px);
}

.fawn-games-grid .btn-game-play:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #4A154B;
}

.fawn-games-grid .empty-icon {
    color: #7A307B;
}

.fawn-games-grid h3.empty-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
}

.fawn-games-grid .empty-desc {
    color: #7A307B;
}

@media (max-width: 767.98px) {
    .fawn-games-grid h2.section-title {
        font-size: 16px !important;
    }

    .fawn-games-grid h3.game-card-title {
        font-size: 14px !important;
    }
}

/* ===== add-your-game ===== */
.add-your-game-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    color: #4A154B;
}

.add-your-game-section .badge-tag {
    background-color: #FFCD4B;
    color: #4A154B;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    border: 3px solid #4A154B;
    font-size: 0.875rem;
    box-shadow: 2px 2px 0px #4A154B;
}

.add-your-game-section .section-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.25rem;
    color: #4A154B;
    font-weight: 700;
}

.add-your-game-section .section-subtitle {
    color: #7A307B;
    font-size: 1.1rem;
    line-height: 1.6;
}

.add-your-game-section .image-container-wrapper {
    border: 4px solid #4A154B;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    background-color: #FFFFFF;
}

.add-your-game-section .dev-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.add-your-game-section .info-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 4px 4px 0px #4A154B;
}

.add-your-game-section .card-title-main {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.5rem;
}

.add-your-game-section .icon-bullet {
    background-color: #FFF9E6;
    border: 2px solid #4A154B;
    color: #FF4B91;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.add-your-game-section .text-muted-custom {
    color: #7A307B;
    font-size: 0.95rem;
    margin-top: 4px;
}

.add-your-game-section .step-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    padding: 2rem 1.5rem;
    box-shadow: 4px 4px 0px #4A154B;
    height: 100%;
}

.add-your-game-section .step-number {
    background-color: #FF4B91;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    margin: 0 auto;
    box-shadow: 2px 2px 0px #4A154B;
}

.add-your-game-section .step-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.25rem;
}

.add-your-game-section .step-desc {
    color: #7A307B;
    font-size: 0.9rem;
    line-height: 1.5;
}

.add-your-game-section .contact-box {
    background-color: #FFF9E6;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
}

.add-your-game-section .contact-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.75rem;
}

.add-your-game-section .contact-text {
    color: #7A307B;
    font-size: 1.1rem;
}

.add-your-game-section .btn-custom {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    font-size: 1.1rem;
    border: 4px solid #4A154B !important;
    border-radius: 16px;
    box-shadow: 0 4px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.add-your-game-section .btn-custom:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0px #4A154B;
}

.add-your-game-section .btn-custom:active {
    transform: translateY(4px);
    box-shadow: none;
}

.add-your-game-section .btn-primary-custom {
    background-color: #FF4B91 !important;
    color: #FFFFFF !important;
}

.add-your-game-section .btn-secondary-custom {
    background-color: #FFCD4B !important;
    color: #4A154B !important;
}

@media (max-width: 767.98px) {
    .add-your-game-section .section-title {
        font-size: 1.75rem;
    }

    .add-your-game-section .section-subtitle {
        font-size: 1rem;
    }

    .add-your-game-section .info-card {
        padding: 1.5rem;
    }

    .add-your-game-section .contact-box {
        padding: 2rem 1rem !important;
    }

    .add-your-game-section .contact-title {
        font-size: 1.4rem;
    }
}

/* ===== personal-records ===== */
.personal-records-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    padding: 60px 0;
}

.personal-records-section .section-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B !important;
    font-size: 2.25rem;
    font-weight: 700;
}

.personal-records-section .section-subtitle {
    color: #7A307B !important;
    font-size: 1.1rem;
    font-weight: 500;
}

.personal-records-section .search-wrapper {
    position: relative;
}

.personal-records-section .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7A307B;
    font-size: 1.1rem;
    z-index: 2;
}

.personal-records-section .js-search-input {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    padding: 12px 15px 12px 45px !important;
    color: #4A154B !important;
    font-weight: 600;
    box-shadow: none !important;
}

.personal-records-section .js-search-input::placeholder {
    color: #B282B3 !important;
    opacity: 1;
}

.personal-records-section .filter-btn {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    color: #4A154B !important;
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1rem;
    padding: 10px 24px;
    border-radius: 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transition: none;
}

.personal-records-section .filter-btn:hover,
.personal-records-section .filter-btn.active {
    background-color: #FFCD4B !important;
    color: #4A154B !important;
    box-shadow: 1px 1px 0px #4A154B;
    transform: translate(2px, 2px);
}

.personal-records-section .record-card {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.personal-records-section .card-img-link {
    display: block;
    height: 180px;
    overflow: hidden;
    border-bottom: 3px solid #4A154B;
}

.personal-records-section .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personal-records-section .card-body-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.personal-records-section .card-game-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.personal-records-section .card-game-title a {
    color: #4A154B !important;
    text-decoration: none;
}

.personal-records-section .card-game-title a:hover {
    color: #FF4B91 !important;
}

.personal-records-section .stats-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.personal-records-section .stat-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    font-weight: 600;
}

.personal-records-section .stat-label {
    color: #7A307B;
}

.personal-records-section .stat-value {
    color: #4A154B;
}

.personal-records-section .progress-container {
    margin-top: auto;
}

.personal-records-section .progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: 700;
    color: #4A154B;
    margin-bottom: 6px;
}

.personal-records-section .progress-bar-bg {
    height: 14px;
    background-color: #FFF9E6;
    border: 2px solid #4A154B;
    border-radius: 10px;
    overflow: hidden;
}

.personal-records-section .progress-bar-fill {
    height: 100%;
    background: linear-gradient(135deg, #FF4B91 0%, #FF85B3 100%);
    width: 0%;
}

.personal-records-section .empty-icon {
    color: #7A307B;
}

.personal-records-section .empty-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B !important;
}

.personal-records-section .empty-desc {
    color: #7A307B !important;
}

@media (max-width: 767.98px) {
    .personal-records-section {
        padding: 40px 0;
    }

    .personal-records-section .section-title {
        font-size: 16px !important;
    }

    .personal-records-section .section-subtitle {
        font-size: 12px !important;
    }

    .personal-records-section .card-game-title {
        font-size: 14px !important;
    }

    .personal-records-section .filter-btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}

/* ===== footer ===== */
.fawn-footer {
    background-color: #FFF9E6;
    border-top: 6px solid #4A154B;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
}

.fawn-footer h4 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
    margin-bottom: 1.25rem;
}

.fawn-footer a {
    color: #7A307B;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.fawn-footer a:hover {
    color: #FF4B91;
}

.fawn-footer .footer-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 1.5rem;
}

.fawn-footer .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #38E54D;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-footer .btn-whatsapp:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #4A154B;
    color: #FFFFFF;
}

.fawn-footer .map-container {
    border: 4px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    height: 160px;
}

.fawn-footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fawn-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 4px solid #FF4B91;
    box-shadow: 0 4px 0px #4A154B;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.fawn-logo-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 3px solid #4A154B;
    border-radius: 50%;
    background-color: #FFF5F7;
    margin-right: 10px;
}

.fawn-brand-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-navbar .nav-link {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 0.25rem;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-navbar .nav-link:hover,
.fawn-navbar .nav-link:focus,
.fawn-navbar .nav-link.active {
    background-color: #FFF9E6;
    border-color: #4A154B;
    color: #FF4B91 !important;
    transform: translateY(-2px);
    box-shadow: 3px 3px 0px #4A154B;
}

.fawn-navbar .nav-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.fawn-dropdown-menu {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px #4A154B !important;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.fawn-dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.5rem;
    transition: none;
}

.fawn-dropdown-menu .dropdown-item:hover,
.fawn-dropdown-menu .dropdown-item.active {
    background-color: #FFF5F7 !important;
    color: #FF4B91 !important;
}

.fawn-dropdown-menu .dropdown-divider {
    border-top: 2px solid #FFD3E8;
    margin: 0.5rem 0;
}

.fawn-toggler {
    border: 3px solid #4A154B !important;
    background-color: #FFCD4B !important;
    box-shadow: 3px 3px 0px #4A154B;
    border-radius: 12px;
    padding: 0.5rem;
    transition: none;
}

.fawn-toggler:active {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A154B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .fawn-navbar-container {
        position: relative;
    }

    .fawn-brand-desktop {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .fawn-navbar .navbar-collapse {
        background-color: #FFFFFF;
        border: 3px solid #4A154B;
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 4px 4px 0px #4A154B;
    }

    .fawn-navbar .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }

    .fawn-dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #FFF5F7 !important;
        text-align: center;
    }
}

.fawn-hero-section {
    position: relative;
    min-height: 70vh;
    background-color: #FFF5F7;
    color: #FFFFFF;
    padding: 80px 0 120px;
}

.fawn-hero-section .fawn-hero-video-wrapper {
    z-index: 1;
}

.fawn-hero-section .fawn-hero-video {
    object-fit: cover;
}

.fawn-hero-section .fawn-hero-overlay {
    background: linear-gradient(180deg, rgba(74, 21, 75, 0.6) 0%, rgba(74, 21, 75, 0.85) 100%);
}

.fawn-hero-section .fawn-hero-badge {
    background-color: #FFCD4B;
    border: 3px solid #4A154B;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transform: rotate(-2deg);
}

.fawn-hero-section .fawn-hero-badge .badge-text {
    color: #4A154B;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.9rem;
}

.fawn-hero-section .fawn-hero-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 4px 4px 0px #4A154B;
    line-height: 1.2;
}

.fawn-hero-section .fawn-hero-desc {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-size: 1.25rem;
    color: #FFE5EC;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.fawn-hero-section .fawn-btn-primary {
    background: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 16px;
    padding: 12px 30px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0px 6px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-hero-section .fawn-btn-primary:hover {
    background: #FF85B3;
    transform: translateY(3px);
    box-shadow: 0px 3px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-primary:active {
    transform: translateY(6px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-secondary {
    background: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 16px;
    padding: 12px 30px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0px 6px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-hero-section .fawn-btn-secondary:hover {
    background: #FFE5EC;
    transform: translateY(3px);
    box-shadow: 0px 3px 0px #4A154B;
}

.fawn-hero-section .fawn-btn-secondary:active {
    transform: translateY(6px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-hero-section .fawn-hero-foreground {
    max-width: 600px;
    margin: 0 auto;
    height: 220px;
    z-index: 2;
}

.fawn-hero-section .fawn-character-wrapper {
    height: 100%;
}

.fawn-hero-section .fawn-char {
    position: absolute;
    bottom: 0;
    max-height: 200px;
    filter: drop-shadow(0px 10px 15px rgba(74, 21, 75, 0.3));
    transition: transform 0.2s ease;
}

.fawn-hero-section .char-left {
    left: 15%;
    transform: rotate(-8deg);
    z-index: 2;
}

.fawn-hero-section .char-right {
    right: 15%;
    transform: rotate(8deg);
    z-index: 1;
}

.fawn-hero-section .fawn-char:hover {
    transform: scale(1.05) translateY(-5px);
}

.fawn-hero-section .fawn-hero-divider {
    z-index: 4;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .fawn-hero-section {
        min-height: auto;
        padding: 60px 0 100px;
    }

    .fawn-hero-section .fawn-hero-title {
        font-size: 24px !important;
    }

    .fawn-hero-section .fawn-hero-desc {
        font-size: 0.95rem;
    }

    .fawn-hero-section .fawn-hero-foreground {
        height: 150px;
    }

    .fawn-hero-section .fawn-char {
        max-height: 130px;
    }

    .fawn-hero-section .char-left {
        left: 5%;
    }

    .fawn-hero-section .char-right {
        right: 5%;
    }
}

.fawn-news-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
}

.fawn-news-section .search-box-wrapper {
    position: relative;
    width: 100%;
}

.fawn-news-section .search-box-wrapper .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #4A154B;
    font-size: 1.2rem;
    z-index: 10;
}

.fawn-news-section .search-input {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 16px;
    padding: 14px 20px 14px 50px;
    color: #4A154B;
    font-weight: 600;
    box-shadow: 4px 4px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-news-section .search-input:focus {
    background-color: #FFFFFF;
    border-color: #FF4B91;
    box-shadow: 4px 4px 0px #FF4B91;
    color: #4A154B;
    outline: none;
}

.fawn-news-section .search-input::placeholder {
    color: #7A307B;
    opacity: 0.7;
}

.fawn-news-section .filter-buttons-group {
    width: 100%;
}

.fawn-news-section .filter-btn {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 10px 24px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
}

.fawn-news-section .filter-btn:hover {
    background-color: #FFF9E6;
    color: #FF4B91;
    transform: translateY(-2px);
    box-shadow: 5px 5px 0px #4A154B;
}

.fawn-news-section .filter-btn.active {
    background-color: #FFCD4B;
    color: #4A154B;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-news-section .news-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 6px 6px 0px #4A154B;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.fawn-news-section .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 10px 10px 0px #4A154B;
}

.fawn-news-section .news-img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    border-bottom: 4px solid #4A154B;
    overflow: hidden;
}

.fawn-news-section .news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fawn-news-section .category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    border: 2px solid #4A154B;
    border-radius: 50px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.85rem;
    color: #4A154B;
    box-shadow: 2px 2px 0px #4A154B;
}

.fawn-news-section .system-badge {
    background-color: #FFCD4B;
}

.fawn-news-section .games-badge {
    background-color: #FF4B91;
    color: #FFFFFF;
}

.fawn-news-section .general-badge {
    background-color: #38E54D;
}

.fawn-news-section .news-body {
    padding: 20px;
}

.fawn-news-section .news-meta {
    font-size: 0.85rem;
    color: #7A307B;
    font-weight: 600;
}

.fawn-news-section .news-meta i {
    color: #FF4B91;
}

.fawn-news-section .news-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.35rem;
    font-weight: 700;
    color: #4A154B;
    margin-bottom: 12px;
    line-height: 1.3;
}

.fawn-news-section .news-excerpt {
    font-size: 0.95rem;
    color: #7A307B;
    line-height: 1.5;
    margin-bottom: 0;
}

.fawn-news-section .news-footer {
    padding: 0 20px 20px 20px;
}

.fawn-news-section .news-cta-btn {
    background-color: #FF4B91;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 10px 20px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #FFFFFF !important;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-news-section .news-cta-btn:hover {
    background-color: #FF85B3;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-news-section .no-results-card {
    background-color: #FFF9E6;
    border: 3px solid #4A154B;
    border-radius: 24px;
    padding: 40px 20px;
    box-shadow: 4px 4px 0px #4A154B;
    max-width: 500px;
    margin: 0 auto;
}

.fawn-news-section .no-results-card i {
    font-size: 3rem;
    color: #FF4B91;
}

.fawn-news-section .no-results-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    margin-bottom: 10px;
}

.fawn-news-section .no-results-text {
    color: #7A307B;
    font-size: 1rem;
    margin-bottom: 0;
}

.fawn-footer {
    background-color: #FFF9E6;
    border-top: 6px solid #4A154B;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
}

.fawn-footer h4 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
    margin-bottom: 1.25rem;
}

.fawn-footer a {
    color: #7A307B;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.fawn-footer a:hover {
    color: #FF4B91;
}

.fawn-footer .footer-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 1.5rem;
}

.fawn-footer .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #38E54D;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-footer .btn-whatsapp:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #4A154B;
    color: #FFFFFF;
}

.fawn-footer .map-container {
    border: 4px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    height: 160px;
}

.fawn-footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* ===== PAGE: about ===== */
.about-page-container {
  background-color: #FFF5F7;
  font-family: 'Quicksand', 'Fredoka One', sans-serif, system-ui;
  color: #4A154B;
}
.about-page-container .title-primary {
  font-family: 'Fredoka One', cursive, system-ui;
  color: #4A154B;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about-page-container .title-primary {
    font-size: 1.5rem !important;
  }
}
.about-page-container .title-secondary {
  font-family: 'Fredoka One', cursive, system-ui;
  color: #7A307B;
  font-size: 1.5rem;
  font-weight: 700;
}
.about-page-container .text-desc {
  color: #7A307B;
  font-size: 1rem;
  line-height: 1.7;
}
.about-page-container .badge-custom {
  background-color: #FFCD4B;
  color: #4A154B;
  border: 3px solid #4A154B;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  font-size: 0.9rem;
  box-shadow: 2px 2px 0px #4A154B;
}
.about-page-container .about-card-image-wrapper {
  border: 4px solid #4A154B;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 4px 0px #4A154B;
  background-color: #FFFFFF;
  aspect-ratio: 4 / 3;
}
.about-page-container .about-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page-container .about-card-flat {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.about-page-container .about-stat-card {
  background-color: #FFF9E6;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  color: #4A154B;
  height: 100%;
}
.about-page-container .about-stat-card .stat-icon {
  color: #FF4B91;
}
.about-page-container .about-stat-card .stat-number {
  font-family: 'Fredoka One', cursive, system-ui;
  font-size: 2rem;
  color: #4A154B;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.about-page-container .about-stat-card .stat-label {
  color: #7A307B;
  font-weight: 600;
}
.about-page-container .btn-candy {
  background-color: #FFFFFF;
  color: #4A154B;
  border: 4px solid #4A154B;
  border-radius: 20px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-family: 'Fredoka One', cursive, system-ui;
  box-shadow: 0 6px 0px #4A154B;
  transition: transform 0.1s, box-shadow 0.1s;
  cursor: pointer;
  position: relative;
  top: 0;
}
.about-page-container .btn-candy:hover {
  background-color: #FFD3E8;
}
.about-page-container .btn-candy:active,
.about-page-container .btn-candy.active {
  transform: translateY(4px);
  box-shadow: 0 2px 0px #4A154B;
  background-color: #FF4B91;
  color: #FFFFFF;
}
.about-page-container .text-pink-accent {
  color: #FF4B91;
}
.about-page-container .text-yellow-accent {
  color: #FFCD4B;
}
.about-page-container .text-green-accent {
  color: #38E54D;
}
.about-page-container .max-w-600 {
  max-width: 600px;
}
.about-page-container .about-tab-content-wrapper {
  min-height: 200px;
}

/* ===== PAGE: faq ===== */
.faq-section-block {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif;
    color: #4A154B;
}
.faq-section-block .faq-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.faq-section-block .faq-search-wrapper .search-icon {
    position: absolute;
    left: 20px;
    color: #7A307B;
    font-size: 1.25rem;
}
.faq-section-block .faq-search-wrapper input {
    padding-left: 50px;
    height: 60px;
    border: 4px solid #4A154B !important;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    font-size: 1.1rem;
    color: #4A154B;
    background-color: #FFFFFF;
    font-weight: 600;
}
.faq-section-block .faq-search-wrapper input:focus {
    border-color: #FF4B91 !important;
    outline: none;
    box-shadow: 4px 4px 0px #FF4B91;
}
.faq-section-block .faq-search-wrapper input::placeholder {
    color: #7A307B;
    opacity: 0.6;
}
.faq-section-block .faq-filter-btn {
    background-color: #FFFFFF;
    border: 4px solid #4A154B !important;
    color: #4A154B !important;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-radius: 20px;
    padding: 10px 24px;
    margin: 5px;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}
.faq-section-block .faq-filter-btn:hover,
.faq-section-block .faq-filter-btn:focus {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}
.faq-section-block .faq-filter-btn.active {
    background-color: #FFCD4B !important;
    box-shadow: 1px 1px 0px #4A154B;
    transform: translateY(2px);
}
.faq-section-block .faq-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    margin-bottom: 24px;
    overflow: hidden;
    transition: transform 0.1s, box-shadow 0.1s, border-color 0.1s;
}
.faq-section-block .faq-card-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.faq-section-block .faq-card-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #4A154B;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.faq-section-block .faq-badge {
    font-size: 0.75rem;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #4A154B;
}
.faq-section-block .bg-primary-brand {
    background-color: #FF4B91 !important;
}
.faq-section-block .bg-secondary-brand {
    background-color: #FFCD4B !important;
}
.faq-section-block .bg-accent {
    background-color: #38E54D !important;
}
.faq-section-block .faq-icon-arrow {
    color: #4A154B;
    transition: transform 0.2s ease;
    font-size: 1.2rem;
}
.faq-section-block .faq-card-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.25s ease-out, padding 0.25s ease-out;
    border-top: 0 solid #4A154B;
    background-color: #FFF9E6;
}
.faq-section-block .faq-card-text {
    color: #7A307B;
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 20px;
}
.faq-section-block .faq-card.active {
    box-shadow: 4px 4px 0px #FF4B91;
    border-color: #FF4B91;
}
.faq-section-block .faq-card.active .faq-card-header {
    border-bottom: 4px solid #FF4B91;
}
.faq-section-block .faq-card.active .faq-icon-arrow {
    transform: rotate(180deg);
    color: #FF4B91;
}
.faq-section-block .faq-card.active .faq-card-body {
    max-height: 500px;
    padding-top: 20px;
    border-top: 4px solid #FF4B91;
}
.faq-section-block .faq-no-results h3 {
    color: #4A154B !important;
    font-weight: 700;
}
.faq-section-block .faq-no-results p {
    color: #7A307B;
}

/* ===== PAGE: help-center ===== */
.fj-help-center {
  background-color: #FFF5F7;
  font-family: 'Quicksand', sans-serif;
  color: #4A154B;
}

.fj-help-center .fj-title {
  font-family: 'Fredoka One', cursive, sans-serif;
  color: #4A154B;
  font-size: 2.25rem;
  font-weight: 700;
  text-shadow: 2px 2px 0px #FFD3E8;
}

@media (max-width: 768px) {
  .fj-help-center .fj-title {
    font-size: 1.5rem;
  }
}

.fj-help-center .search-box-container {
  background: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
}

.fj-help-center .search-box-container .input-group {
  border: none;
  background: transparent;
  align-items: center;
}

.fj-help-center .search-box-container .search-icon-btn {
  background: transparent;
  border: none;
  color: #7A307B;
  font-size: 1.25rem;
  padding-left: 0.5rem;
}

.fj-help-center .search-box-container input.form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #4A154B;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.fj-help-center .search-box-container input.form-control::placeholder {
  color: #a87ea9;
  opacity: 1;
}


.fj-help-center .btn-category {
  background-color: #FFFFFF;
  border: 3px solid #4A154B;
  border-radius: 50px;
  color: #4A154B;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  box-shadow: 2px 2px 0px #4A154B;
  transition: none;
}

.fj-help-center .btn-category:hover,
.fj-help-center .btn-category.active {
  background-color: #FF4B91;
  color: #FFFFFF;
  border-color: #4A154B;
  box-shadow: 2px 2px 0px #4A154B;
  transform: translateY(1px);
}


.fj-help-center .help-accordion .accordion-item {
  background: #FFFFFF;
  border: 3px solid #4A154B;
  border-radius: 20px !important;
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 0px #4A154B;
  overflow: hidden;
}

.fj-help-center .help-accordion .accordion-button {
  background-color: #FFF9E6;
  color: #4A154B;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 1.25rem 1.5rem;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.fj-help-center .help-accordion .accordion-button:not(.collapsed) {
  background-color: #FFF9E6;
  color: #4A154B;
  border-bottom: 3px solid #4A154B;
}

.fj-help-center .help-accordion .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A154B;
  font-size: 1rem;
  transition: transform 0.2s ease;
  margin-left: auto;
}

.fj-help-center .help-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.fj-help-center .help-accordion .accordion-body {
  padding: 1.5rem;
  background-color: #FFFFFF;
  color: #4A154B;
  font-size: 1rem;
  line-height: 1.7;
}

.fj-help-center .help-accordion .accordion-body ol,
.fj-help-center .help-accordion .accordion-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.fj-help-center .help-accordion .accordion-body li {
  margin-bottom: 0.5rem;
}

.fj-help-center .category-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
  border: 2px solid #4A154B;
  display: inline-block;
  flex-shrink: 0;
}

.fj-help-center .badge-getting-started {
  background-color: #FFCD4B;
  color: #4A154B;
}

.fj-help-center .badge-gameplay {
  background-color: #38E54D;
  color: #4A154B;
}

.fj-help-center .badge-technical {
  background-color: #FF4B91;
  color: #FFFFFF;
}

.fj-help-center .alert-info-custom {
  background-color: #FFF9E6;
  border: 2px dashed #FFCD4B;
  color: #7A307B;
  border-radius: 12px;
  padding: 1rem;
}

.fj-help-center .alert-warning-custom {
  background-color: #FFF9E6;
  border: 3px solid #4A154B;
  color: #4A154B;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #4A154B;
  padding: 2rem;
}


.fj-help-center .support-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 6px 6px 0px #4A154B;
}

.fj-help-center .support-icon-wrapper {
  font-size: 3rem;
  color: #FF4B91;
}

.fj-help-center .support-title {
  font-family: 'Fredoka One', cursive, sans-serif;
  color: #4A154B;
  font-size: 1.75rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fj-help-center .support-title {
    font-size: 1.4rem;
  }
}

.fj-help-center .support-desc {
  color: #7A307B;
  font-size: 1.05rem;
  line-height: 1.6;
}

.fj-help-center .support-contact-info {
  background-color: #FFF5F7;
  border: 3px solid #4A154B;
  border-radius: 16px;
  box-shadow: 3px 3px 0px #4A154B;
}

.fj-help-center .contact-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #7A307B;
  letter-spacing: 0.5px;
}

.fj-help-center .contact-email {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FF4B91;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fj-help-center .contact-email:hover {
  color: #7A307B;
}

.fj-help-center .support-note {
  font-size: 0.85rem;
  color: #7A307B;
}

/* ===== PAGE: hall-of-fame ===== */
.fame-list {
  background-color: #FFF9E6;
  font-family: 'Quicksand', sans-serif;
  color: #4A154B;
}

.fame-list .fame-list-badge {
  background-color: #FFCD4B;
  color: #4A154B;
  font-weight: 700;
  border: 3px solid #4A154B;
  font-size: 0.9rem;
  box-shadow: 2px 2px 0px #4A154B;
}

.fame-list .fame-list-title {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
  font-size: 2.25rem;
  text-shadow: 2px 2px 0px #FFD3E8;
}

.fame-list .fame-list-subtitle {
  font-size: 1.1rem;
  color: #7A307B;
  max-width: 600px;
}

.fame-list .tab-btn {
  background-color: #FFFFFF;
  color: #4A154B;
  border: 4px solid #4A154B;
  border-radius: 20px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 4px 4px 0px #4A154B;
  transition: none;
}

.fame-list .tab-btn:hover {
  background-color: #FFE5EC;
  color: #4A154B;
}

.fame-list .tab-btn.active {
  background-color: #FF4B91;
  color: #FFFFFF;
  box-shadow: 2px 2px 0px #4A154B;
  transform: translate(2px, 2px);
}

.fame-list .podium-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 6px 6px 0px #4A154B;
  transition: transform 0.2s;
}

.fame-list .podium-card.rank-1 {
  border-color: #FFCD4B;
  background-color: #FFFDF5;
  box-shadow: 6px 6px 0px #FF4B91, 6px 6px 0px 4px #4A154B;
  transform: translateY(-10px);
}

.fame-list .podium-card.rank-1 .rank-badge {
  background-color: #FFCD4B;
  color: #4A154B;
}

.fame-list .podium-card.rank-2 .rank-badge {
  background-color: #E2E8F0;
  color: #4A154B;
}

.fame-list .podium-card.rank-3 .rank-badge {
  background-color: #EDC9AF;
  color: #4A154B;
}

.fame-list .rank-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #4A154B;
  border-radius: 12px;
  padding: 4px 16px;
  font-weight: 800;
  font-family: 'Fredoka One', cursive;
  font-size: 1.1rem;
  box-shadow: 2px 2px 0px #4A154B;
}

.fame-list .avatar-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #4A154B;
  overflow: hidden;
  background-color: #FFF5F7;
}

.fame-list .podium-card.rank-1 .avatar-wrapper {
  width: 110px;
  height: 110px;
  border-color: #FFCD4B;
}

.fame-list .player-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fame-list .player-name {
  font-family: 'Fredoka One', cursive;
  font-size: 1.25rem;
  color: #4A154B;
  margin-bottom: 5px;
}

.fame-list .player-level {
  font-weight: 700;
  color: #7A307B;
  font-size: 0.9rem;
}

.fame-list .stat-box {
  background-color: #FFF5F7;
  border: 3px solid #4A154B;
  border-radius: 12px;
  padding: 8px 12px;
  display: inline-block;
  box-shadow: 2px 2px 0px #4A154B;
}

.fame-list .stat-box.highlighted {
  background-color: #FFE5EC;
  border-color: #FF4B91;
}

.fame-list .stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #7A307B;
  margin-right: 5px;
}

.fame-list .stat-value {
  font-weight: 800;
  color: #FF4B91;
}

.fame-list .leaderboard-list-wrapper {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 6px 6px 0px #4A154B;
  overflow: hidden;
}

.fame-list .leaderboard-item {
  border-bottom: 3px solid #FFD3E8;
  transition: background-color 0.1s;
}

.fame-list .leaderboard-item:last-child {
  border-bottom: none;
}

.fame-list .leaderboard-item:hover {
  background-color: #FFF5F7;
}

.fame-list .item-rank {
  font-family: 'Fredoka One', cursive;
  font-size: 1.2rem;
  color: #7A307B;
  min-width: 30px;
}

.fame-list .item-avatar {
  width: 50px;
  height: 50px;
  border: 3px solid #4A154B;
  object-fit: cover;
}

.fame-list .item-name {
  font-family: 'Fredoka One', cursive;
  font-size: 1.1rem;
  color: #4A154B;
}

.fame-list .item-detail {
  font-size: 0.8rem;
  color: #7A307B;
  font-weight: 700;
}

.fame-list .item-score {
  font-family: 'Fredoka One', cursive;
  font-size: 1.2rem;
  color: #FF4B91;
  line-height: 1.1;
}

.fame-list .item-score-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7A307B;
}

@media (max-width: 991.98px) {
  .fame-list .podium-card.rank-1 {
    transform: none;
  }
}

/* ===== PAGE: online-players ===== */
.players-list-section {
  background-color: #FFF5F7;
  padding: 60px 0;
  font-family: 'Quicksand', sans-serif;
  color: #4A154B;
}

.players-list-section .status-live-badge {
  background-color: #FFF9E6;
  border: 2px solid #4A154B;
  color: #4A154B;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.players-list-section .live-dot {
  width: 8px; 
  height: 8px;
  background-color: #38E54D;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #38E54D;
  animation: pulse-green 1.5s infinite;
}

@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 229, 77, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(56, 229, 77, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 229, 77, 0); }
}

.players-list-section .section-title {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
  font-size: 2.25rem;
}

.players-list-section .section-subtitle {
  color: #7A307B;
  font-weight: 600;
}

.players-list-section .stat-summary-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #4A154B;
  height: 100%;
}

.players-list-section .stat-number {
  font-family: 'Fredoka One', cursive;
  font-size: 1.8rem;
  line-height: 1.2;
}

.players-list-section .stat-number.text-primary {
  color: #FF4B91 !important;
}

.players-list-section .stat-number.text-success {
  color: #38E54D !important;
}

.players-list-section .stat-number.text-warning {
  color: #FFCD4B !important;
}

.players-list-section .stat-number.text-info {
  color: #7A307B !important;
  font-size: 1.25rem;
  padding: 5px 0;
}

.players-list-section .stat-label {
  font-weight: 700;
  font-size: 0.85rem;
  color: #7A307B;
}

.players-list-section .search-filter-card {
  background-color: #FFF9E6;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
}

.players-list-section .search-icon-addon {
  background-color: #FFFFFF;
  border: 3px solid #4A154B;
  border-right: none;
  border-radius: 15px 0 0 15px;
  color: #4A154B;
}

.players-list-section .search-input {
  border: 3px solid #4A154B;
  border-left: none;
  border-radius: 0 15px 15px 0;
  padding: 10px 15px;
  font-weight: 600;
  color: #4A154B;
  background-color: #FFFFFF;
}

.players-list-section .search-input:focus {
  box-shadow: none;
  border-color: #4A154B;
  background-color: #FFFFFF;
}

.players-list-section .search-input::placeholder {
  color: #7A307B;
  opacity: 0.6;
}

.players-list-section .filter-btn {
  border: 3px solid #4A154B;
  border-radius: 15px;
  background-color: #FFFFFF;
  color: #4A154B;
  font-weight: 700;
  padding: 8px 18px;
  box-shadow: 3px 3px 0px #4A154B;
  transition: none;
  cursor: pointer;
}

.players-list-section .filter-btn.active, 
.players-list-section .filter-btn:active {
  background-color: #FFCD4B;
  color: #4A154B;
  transform: translateY(3px) translateX(3px);
  box-shadow: 0px 0px 0px #4A154B;
}

.players-list-section .filter-btn:hover:not(.active) {
  background-color: #FF4B91;
  color: #FFFFFF;
}

.players-list-section .player-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  position: relative;
  transition: transform 0.1s, box-shadow 0.1s;
}

.players-list-section .player-card:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0px #4A154B;
}

.players-list-section .avatar-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.players-list-section .avatar-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #4A154B;
  object-fit: cover;
  background-color: #FFF9E6;
}

.players-list-section .status-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #4A154B;
  background-color: #38E54D;
}

.players-list-section .status-dot.idle {
  background-color: #FFCD4B;
}

.players-list-section .player-name {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
  font-size: 1.15rem;
  word-wrap: break-word;
}

.players-list-section .badge-level {
  background-color: #FFCD4B;
  color: #4A154B;
  border: 2px solid #4A154B;
  font-weight: 700;
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 0.8rem;
  display: inline-block;
  box-shadow: 2px 2px 0 #4A154B;
}

.players-list-section .activity-text {
  color: #7A307B;
  font-weight: 600;
  font-size: 0.9rem;
}

.players-list-section .stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.players-list-section .stat-box {
  background-color: #FFF9E6;
  border: 2px solid #4A154B;
  border-radius: 12px;
  padding: 6px;
  color: #4A154B;
}

.players-list-section .stat-box .label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7A307B;
}

.players-list-section .stat-box .val {
  font-family: 'Fredoka One', cursive;
  font-size: 0.95rem;
}

.players-list-section .empty-state-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  max-width: 500px;
  margin: 0 auto;
}

.players-list-section .text-dark-plum {
  color: #4A154B;
  font-family: 'Fredoka One', cursive;
}

/* ===== PAGE: contacts ===== */
.fawn-contacts-section {
  background-color: #FFF5F7;
  padding: 80px 0;
  font-family: 'Quicksand', sans-serif;
  color: #4A154B;
}
.fawn-contacts-section .section-title {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
  font-size: 2.25rem;
  margin-bottom: 15px;
}
.fawn-contacts-section .section-subtitle {
  color: #7A307B;
  font-size: 1.1rem;
}
.fawn-contacts-section .contact-card {
  background: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.fawn-contacts-section .contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFF9E6;
  border: 4px solid #4A154B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FF4B91;
  margin-bottom: 20px;
}
.fawn-contacts-section .contact-label {
  font-family: 'Fredoka One', cursive;
  font-size: 1.25rem;
  color: #4A154B;
  margin-bottom: 10px;
}
.fawn-contacts-section .contact-value {
  color: #7A307B;
  font-size: 1rem;
  word-break: break-all;
  margin-bottom: 0;
}
.fawn-contacts-section .contact-value a {
  color: #FF4B91;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.1s ease;
}
.fawn-contacts-section .contact-value a:hover {
  color: #4A154B;
}
.fawn-contacts-section .map-container {
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  overflow: hidden;
}
.fawn-contacts-section .map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
@media (max-width: 767.98px) {
  .fawn-contacts-section {
    padding: 40px 0;
  }
  .fawn-contacts-section .section-title {
    font-size: 18px !important;
  }
  .fawn-contacts-section .contact-label {
    font-size: 14px !important;
  }
  .fawn-contacts-section .contact-value {
    font-size: 12px !important;
  }
}

/* ===== PAGE: privacy ===== */
.fawn-privacy-section {
    background-color: #FFF5F7;
    padding: 60px 0;
    font-family: 'Quicksand', sans-serif;
    color: #4A154B;
}
.fawn-privacy-section h1,
.fawn-privacy-section h2,
.fawn-privacy-section h3,
.fawn-privacy-section h4,
.fawn-privacy-section h5 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
}
.fawn-privacy-section .fawn-privacy-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    padding: 35px 25px;
    box-shadow: 6px 6px 0px #4A154B;
    margin-bottom: 24px;
}
.fawn-privacy-section .fawn-privacy-tab {
    background-color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 16px;
    color: #4A154B;
    font-weight: 700;
    padding: 14px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.1s ease;
    box-shadow: 3px 3px 0px #4A154B;
    display: block;
    text-align: left;
    width: 100%;
}
.fawn-privacy-section .fawn-privacy-tab:hover {
    background-color: #FFE5EC;
    transform: translateY(-2px);
    box-shadow: 5px 5px 0px #4A154B;
}
.fawn-privacy-section .fawn-privacy-tab.active {
    background-color: #FFCD4B;
    box-shadow: 1px 1px 0px #4A154B;
    transform: translateY(2px);
}
.fawn-privacy-section .search-box-container {
    border: 3px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 3px 3px 0px #4A154B;
}
.fawn-privacy-section .search-icon-holder {
    background-color: #FF4B91;
    border: none;
    border-right: 3px solid #4A154B;
    border-radius: 0;
    padding: 0 15px;
}
.fawn-privacy-section .js-privacy-search {
    border: none;
    background-color: #FFFFFF;
    color: #4A154B;
    padding: 12px;
}
.fawn-privacy-section .js-privacy-search::placeholder {
    color: #7A307B;
    opacity: 0.6;
}
.fawn-privacy-section .js-privacy-search:focus {
    box-shadow: none;
    outline: none;
    background-color: #FFF9E6;
}
.fawn-privacy-section .privacy-content-panel {
    display: none;
}
.fawn-privacy-section .privacy-content-panel.active-panel {
    display: block;
}
.fawn-privacy-section .icon-accent-color {
    color: #FF4B91;
}
.fawn-privacy-section .icon-accent-secondary {
    color: #FFCD4B;
}
.fawn-privacy-section .button-pill {
    border-radius: 20px;
    font-weight: 700;
    transition: all 0.1s ease;
    background-color: #FFFFFF;
    color: #4A154B;
    border-color: #4A154B;
}
.fawn-privacy-section .button-pill:hover {
    background-color: #FFF9E6;
    transform: translateY(-3px);
    box-shadow: 4px 4px 0px #4A154B;
    color: #4A154B;
}
@media (max-width: 767.98px) {
    .fawn-privacy-section h1 { font-size: 18px; }
    .fawn-privacy-section h2 { font-size: 16px; }
    .fawn-privacy-section h3 { font-size: 14px; }
    .fawn-privacy-section .fawn-privacy-card {
        padding: 20px 15px;
    }
}

/* ===== PAGE: terms ===== */
.terms-section {
  background-color: #FFF5F7;
  padding: 60px 0;
  color: #4A154B;
}
.terms-section .terms-card {
  background: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.terms-section .nav-card {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.terms-section .nav-link-custom {
  display: block;
  padding: 12px 20px;
  color: #4A154B;
  font-weight: 600;
  border-radius: 12px;
  margin-bottom: 8px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.15s ease;
}
.terms-section .nav-link-custom:hover,
.terms-section .nav-link-custom.active {
  background-color: #FFF9E6;
  border-color: #FFCD4B;
  color: #7A307B;
}
.terms-section .section-title {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 3px solid #FFD3E8;
  padding-bottom: 10px;
}
.terms-section .highlight-text {
  color: #FF4B91;
  font-weight: 700;
}
.terms-section .btn-custom {
  background-color: #FF4B91;
  color: #FFFFFF;
  font-weight: 700;
  border: 3px solid #4A154B;
  border-radius: 16px;
  box-shadow: 3px 3px 0px #4A154B;
  padding: 12px 24px;
  transition: transform 0.1s, box-shadow 0.1s;
  display: inline-block;
  text-align: center;
}
.terms-section .btn-custom:hover,
.terms-section .btn-custom:focus {
  transform: translateY(2px);
  box-shadow: 1px 1px 0px #4A154B;
  background-color: #FF85B3;
  color: #FFFFFF;
}
.terms-section .search-box {
  border: 3px solid #4A154B;
  border-radius: 16px;
  padding: 12px 20px;
  font-size: 1rem;
  color: #4A154B;
  background-color: #FFFFFF;
  outline: none;
  width: 100%;
}
.terms-section .search-box::placeholder {
  color: #7A307B;
  opacity: 0.6;
}
.terms-section .search-box:focus {
  border-color: #FF4B91;
}
.terms-section .search-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.terms-section .search-wrapper i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7A307B;
}

/* ===== PAGE: disclaimer ===== */
.fawn-disclaimer-section {
  background-color: #FFF5F7;
  font-family: 'Quicksand', sans-serif;
  color: #4A154B;
  padding: 60px 0;
}
.fawn-disclaimer-section h2, 
.fawn-disclaimer-section h3 {
  font-family: 'Fredoka One', cursive;
  color: #4A154B;
}
.fawn-disclaimer-section .tab-btn {
  background-color: #FFFFFF;
  border: 3px solid #4A154B;
  border-radius: 20px;
  color: #4A154B;
  font-weight: 700;
  padding: 10px 24px;
  box-shadow: 3px 3px 0px #4A154B;
  transition: none;
}
.fawn-disclaimer-section .tab-btn.active {
  background-color: #FFCD4B;
  box-shadow: 1px 1px 0px #4A154B;
  transform: translate(2px, 2px);
}
.fawn-disclaimer-section .tab-btn:hover {
  background-color: #FFE5EC;
}
.fawn-disclaimer-section .disclaimer-card {
  background-color: #FFFFFF;
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  transition: none;
  height: 100%;
}
.fawn-disclaimer-section .disclaimer-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #4A154B;
}
.fawn-disclaimer-section .icon-wrapper {
  background-color: #FFF9E6;
  border: 3px solid #4A154B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #FF4B91;
  font-size: 1.5rem;
}
.fawn-disclaimer-section .contact-box {
  background: linear-gradient(135deg, #FF4B91 0%, #FF85B3 100%);
  border: 4px solid #4A154B;
  border-radius: 24px;
  box-shadow: 4px 4px 0px #4A154B;
  color: #FFFFFF;
  padding: 40px;
  margin-top: 40px;
}
.fawn-disclaimer-section .contact-box h3 {
  color: #FFFFFF;
}
.fawn-disclaimer-section .contact-box .btn-contact {
  background-color: #FFCD4B;
  border: 3px solid #4A154B;
  border-radius: 20px;
  color: #4A154B;
  font-weight: 700;
  padding: 12px 30px;
  box-shadow: 3px 3px 0px #4A154B;
  text-decoration: none;
  display: inline-block;
  transition: none;
}
.fawn-disclaimer-section .contact-box .btn-contact:hover {
  background-color: #FFF9E6;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px #4A154B;
}
.fawn-disclaimer-section input::placeholder {
  color: #7A307B;
  opacity: 0.7;
}

.candy-comment-card {
    background-color: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 24px;
    margin-bottom: 20px;
    color: #4A154B;
    position: relative;
}

.candy-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4A154B;
    background-color: #FFCD4B;
    display: block;
}

.candy-user-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B;
    font-size: 1.15rem;
}

.candy-badge {
    font-family: 'Quicksand', sans-serif;
    color: #4A154B;
    border: 2px solid #4A154B;
    border-radius: 12px;
    font-size: 0.75rem;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.candy-badge-player {
    background-color: #FFCD4B;
}

.candy-comment-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    color: #4A154B;
    line-height: 1.6;
    font-weight: 600;
}

.candy-date {
    font-family: 'Quicksand', sans-serif;
    color: #7A307B;
    font-size: 0.85rem;
    font-weight: 500;
}

.candy-btn-action {
    background-color: #FFF5F7;
    border: 2px solid #4A154B;
    border-radius: 12px;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    box-shadow: 2px 2px 0px #4A154B;
    transition: none;
    text-transform: none;
}

.candy-btn-action:hover {
    background-color: #FF4B91;
    color: #FFFFFF;
    border-color: #4A154B;
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px #4A154B;
}

.candy-btn-action:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #4A154B;
}

.candy-reply-card {
    background-color: #FFF9E6;
    border: 3px solid #4A154B;
    border-radius: 20px;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 20px;
    margin-left: 48px;
    margin-top: 12px;
    color: #4A154B;
    position: relative;
}

@media (max-width: 576px) {
    .candy-reply-card {
        margin-left: 20px;
        padding: 16px;
    }
}

.candy-reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4A154B;
    background-color: #38E54D;
    display: block;
}

.candy-reply-user-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B;
    font-size: 1.05rem;
}

.candy-badge-mod {
    background-color: #38E54D;
}

.candy-reply-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    color: #4A154B;
    line-height: 1.5;
    font-weight: 600;
}


/* ===== PAGE TEMPLATE: games-list ===== */
.fawn-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 4px solid #FF4B91;
    box-shadow: 0 4px 0px #4A154B;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.fawn-logo-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 3px solid #4A154B;
    border-radius: 50%;
    background-color: #FFF5F7;
    margin-right: 10px;
}

.fawn-brand-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-navbar .nav-link {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 0.25rem;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-navbar .nav-link:hover,
.fawn-navbar .nav-link:focus,
.fawn-navbar .nav-link.active {
    background-color: #FFF9E6;
    border-color: #4A154B;
    color: #FF4B91 !important;
    transform: translateY(-2px);
    box-shadow: 3px 3px 0px #4A154B;
}

.fawn-navbar .nav-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.fawn-dropdown-menu {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px #4A154B !important;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.fawn-dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.5rem;
    transition: none;
}

.fawn-dropdown-menu .dropdown-item:hover,
.fawn-dropdown-menu .dropdown-item.active {
    background-color: #FFF5F7 !important;
    color: #FF4B91 !important;
}

.fawn-dropdown-menu .dropdown-divider {
    border-top: 2px solid #FFD3E8;
    margin: 0.5rem 0;
}

.fawn-toggler {
    border: 3px solid #4A154B !important;
    background-color: #FFCD4B !important;
    box-shadow: 3px 3px 0px #4A154B;
    border-radius: 12px;
    padding: 0.5rem;
    transition: none;
}

.fawn-toggler:active {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A154B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .fawn-navbar-container {
        position: relative;
    }

    .fawn-brand-desktop {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .fawn-navbar .navbar-collapse {
        background-color: #FFFFFF;
        border: 3px solid #4A154B;
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 4px 4px 0px #4A154B;
    }

    .fawn-navbar .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }

    .fawn-dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #FFF5F7 !important;
        text-align: center;
    }
}

.fawn-hero-section {
    position: relative;
    min-height: 40vh;
    background-color: #FFF5F7;
    color: #FFFFFF;
    padding: 60px 0 80px;
}

.fawn-hero-section .fawn-hero-video-wrapper {
    z-index: 1;
}

.fawn-hero-section .fawn-hero-video {
    object-fit: cover;
}

.fawn-hero-section .fawn-hero-overlay {
    background: linear-gradient(180deg, rgba(74, 21, 75, 0.6) 0%, rgba(74, 21, 75, 0.85) 100%);
}

.fawn-hero-section .fawn-hero-badge {
    background-color: #FFCD4B;
    border: 3px solid #4A154B;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transform: rotate(-2deg);
}

.fawn-hero-section .fawn-hero-badge .badge-text {
    color: #4A154B;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.9rem;
}

.fawn-hero-section .fawn-hero-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 3px 3px 0px #4A154B;
    line-height: 1.2;
}

.fawn-hero-section .fawn-hero-desc {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-size: 1.1rem;
    color: #FFE5EC;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.fawn-hero-section .fawn-hero-divider {
    z-index: 4;
    line-height: 0;
}

.fawn-footer {
    background-color: #FFF9E6;
    border-top: 6px solid #4A154B;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
}

.fawn-footer h4 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
    margin-bottom: 1.25rem;
}

.fawn-footer a {
    color: #7A307B;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.fawn-footer a:hover {
    color: #FF4B91;
}

.fawn-footer .footer-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 1.5rem;
}

.fawn-footer .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #38E54D;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-footer .btn-whatsapp:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #4A154B;
    color: #FFFFFF;
}

.fawn-footer .map-container {
    border: 4px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    height: 160px;
}

.fawn-footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fawn-detail-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-game-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 6px 6px 0px #4A154B;
    overflow: hidden;
}

.fawn-detail-section .fawn-game-control-bar {
    background-color: #FFF9E6;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .fawn-game-status {
    font-weight: 700;
    color: #4A154B;
}

.fawn-detail-section .fawn-btn-action {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 6px 16px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-action:hover {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-iframe-container {
    height: 550px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #000000;
}

.fawn-detail-section .fawn-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.fawn-detail-section .fawn-iframe-container:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-iframe-container:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-btn-exit-fs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2000;
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 8px 18px;
}

.fawn-detail-section .fawn-btn-exit-fs:hover {
    background-color: #FF85B3;
}

.fawn-detail-section .fawn-info-card,
.fawn-detail-section .fawn-sidebar-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
}

.fawn-detail-section .fawn-info-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 2rem;
}

.fawn-detail-section .fawn-rich-text p {
    color: #7A307B;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fawn-detail-section .fawn-rich-text h3 {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-feature-list {
    list-style: none;
    padding-left: 0;
}

.fawn-detail-section .fawn-feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #7A307B;
    font-size: 1rem;
    font-weight: 600;
}

.fawn-detail-section .fawn-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #38E54D;
    font-size: 1.1rem;
}

.fawn-detail-section .fawn-share-box {
    background-color: #FFF9E6;
    border: 3px solid #4A154B;
    border-radius: 16px;
}

.fawn-detail-section .fawn-btn-social {
    width: 40px;
    height: 40px;
    border: 3px solid #4A154B;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    box-shadow: 2px 2px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-social:hover {
    transform: translateY(2px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-social.fb {
    background-color: #3B5998;
}

.fawn-detail-section .fawn-btn-social.tw {
    background-color: #1DA1F2;
}

.fawn-detail-section .fawn-meta-list li {
    font-size: 0.95rem;
}

.fawn-detail-section .fawn-section-title-sm {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.5rem;
}

.fawn-detail-section .fawn-game-item-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    transition: transform 0.1s;
}

.fawn-detail-section .fawn-game-item-card:hover {
    transform: translateY(-4px);
}

.fawn-detail-section .card-img-wrapper {
    height: 180px;
    overflow: hidden;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fawn-detail-section .fawn-btn-primary {
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-primary:hover {
    background-color: #FF85B3;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-secondary {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-secondary:hover {
    background-color: #FFE5EC;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

@media (max-width: 767.98px) {
    .fawn-hero-section {
        min-height: auto;
        padding: 40px 0 60px;
    }

    .fawn-hero-section .fawn-hero-title {
        font-size: 18px !important;
    }

    .fawn-detail-section .fawn-info-title {
        font-size: 16px !important;
    }

    .fawn-detail-section h3 {
        font-size: 14px !important;
    }

    .fawn-detail-section .fawn-section-title-sm {
        font-size: 16px !important;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: 350px;
    }
}

/* Final mobile game interaction fix */
.fawn-detail-section .fawn-game-card,
.fawn-detail-section .fawn-iframe-container {
    position: relative;
    z-index: 20;
}

.fawn-detail-section .fawn-game-control-bar,
.fawn-detail-section .fawn-btn-exit-fs {
    pointer-events: auto;
}

.fawn-detail-section .fawn-game-iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    pointer-events: auto !important;
    touch-action: auto !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fawn-detail-section .fawn-iframe-container::before,
.fawn-detail-section .fawn-iframe-container::after,
.fawn-detail-section .fawn-game-card::before,
.fawn-detail-section .fawn-game-card::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
}

@media (max-width: 767.98px) {
    .fawn-detail-section .fawn-game-card {
        overflow: visible;
    }

    .fawn-detail-section .fawn-game-control-bar {
        position: relative;
        z-index: 30;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: min(620px, calc(100vh - 120px)) !important;
        min-height: 520px;
        overflow: visible;
        border-radius: 0 0 16px 16px;
        touch-action: auto !important;
    }
}

@media (max-width: 420px) {
    .fawn-detail-section .fawn-iframe-container {
        height: 600px !important;
        min-height: 600px;
    }
}

/* Local fixes */
.fawn-hero-section .fawn-hero-video {
    pointer-events: none;
}

.fawn-news-section .news-cta-btn,
.fawn-games-grid .btn-game-play,
.fawn-detail-section .fawn-btn-primary,
.fawn-detail-section .fawn-game-iframe {
    position: relative;
    z-index: 5;
    pointer-events: auto;
    touch-action: manipulation;
}

.fawn-detail-section .fawn-iframe-container {
    isolation: isolate;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

.fawn-detail-section .fawn-game-iframe {
    background: #000000;
    touch-action: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fawn-footer > .container {
    width: 100%;
    max-width: 1320px;
}

.fawn-feedback-card {
    background: #FFF9E6;
    border: 4px solid #4A154B;
    border-radius: 20px;
    box-shadow: 4px 4px 0 #4A154B;
}

.fawn-feedback-card .form-control {
    border: 3px solid #4A154B;
    border-radius: 12px;
    color: #4A154B;
    font-weight: 600;
}

.fawn-feedback-card .form-control:focus {
    border-color: #FF4B91;
    box-shadow: 0 0 0 0.2rem rgba(255, 75, 145, 0.2);
}

.fawn-feedback-thanks {
    background: #38E54D;
    border: 3px solid #4A154B;
    border-radius: 12px;
    color: #4A154B;
    font-weight: 700;
}

/* ===== PAGE TEMPLATE: news-list ===== */
.fawn-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 4px solid #FF4B91;
    box-shadow: 0 4px 0px #4A154B;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.fawn-logo-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 3px solid #4A154B;
    border-radius: 50%;
    background-color: #FFF5F7;
    margin-right: 10px;
}

.fawn-brand-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-navbar .nav-link {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 0.25rem;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-navbar .nav-link:hover,
.fawn-navbar .nav-link:focus,
.fawn-navbar .nav-link.active {
    background-color: #FFF9E6;
    border-color: #4A154B;
    color: #FF4B91 !important;
    transform: translateY(-2px);
    box-shadow: 3px 3px 0px #4A154B;
}

.fawn-navbar .nav-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.fawn-dropdown-menu {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px #4A154B !important;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.fawn-dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.5rem;
    transition: none;
}

.fawn-dropdown-menu .dropdown-item:hover,
.fawn-dropdown-menu .dropdown-item.active {
    background-color: #FFF5F7 !important;
    color: #FF4B91 !important;
}

.fawn-dropdown-menu .dropdown-divider {
    border-top: 2px solid #FFD3E8;
    margin: 0.5rem 0;
}

.fawn-toggler {
    border: 3px solid #4A154B !important;
    background-color: #FFCD4B !important;
    box-shadow: 3px 3px 0px #4A154B;
    border-radius: 12px;
    padding: 0.5rem;
    transition: none;
}

.fawn-toggler:active {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A154B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .fawn-navbar-container {
        position: relative;
    }

    .fawn-brand-desktop {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .fawn-navbar .navbar-collapse {
        background-color: #FFFFFF;
        border: 3px solid #4A154B;
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 4px 4px 0px #4A154B;
    }

    .fawn-navbar .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }

    .fawn-dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #FFF5F7 !important;
        text-align: center;
    }
}

.fawn-hero-section {
    position: relative;
    min-height: 40vh;
    background-color: #FFF5F7;
    color: #FFFFFF;
    padding: 60px 0 80px;
}

.fawn-hero-section .fawn-hero-video-wrapper {
    z-index: 1;
}

.fawn-hero-section .fawn-hero-video {
    object-fit: cover;
}

.fawn-hero-section .fawn-hero-overlay {
    background: linear-gradient(180deg, rgba(74, 21, 75, 0.6) 0%, rgba(74, 21, 75, 0.85) 100%);
}

.fawn-hero-section .fawn-hero-badge {
    background-color: #FFCD4B;
    border: 3px solid #4A154B;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transform: rotate(-2deg);
}

.fawn-hero-section .fawn-hero-badge .badge-text {
    color: #4A154B;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.9rem;
}

.fawn-hero-section .fawn-hero-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 3px 3px 0px #4A154B;
    line-height: 1.2;
}

.fawn-hero-section .fawn-hero-desc {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-size: 1.1rem;
    color: #FFE5EC;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.fawn-hero-section .fawn-hero-divider {
    z-index: 4;
    line-height: 0;
}

.fawn-footer {
    background-color: #FFF9E6;
    border-top: 6px solid #4A154B;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
}

.fawn-footer h4 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
    margin-bottom: 1.25rem;
}

.fawn-footer a {
    color: #7A307B;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.fawn-footer a:hover {
    color: #FF4B91;
}

.fawn-footer .footer-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 1.5rem;
}

.fawn-footer .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #38E54D;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-footer .btn-whatsapp:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #4A154B;
    color: #FFFFFF;
}

.fawn-footer .map-container {
    border: 4px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    height: 160px;
}

.fawn-footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fawn-detail-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-game-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 6px 6px 0px #4A154B;
    overflow: hidden;
}

.fawn-detail-section .fawn-game-control-bar {
    background-color: #FFF9E6;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .fawn-game-status {
    font-weight: 700;
    color: #4A154B;
}

.fawn-detail-section .fawn-btn-action {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 6px 16px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-action:hover {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-iframe-container {
    height: 550px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #000000;
}

.fawn-detail-section .fawn-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.fawn-detail-section .fawn-iframe-container:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-iframe-container:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-btn-exit-fs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2000;
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 8px 18px;
}

.fawn-detail-section .fawn-btn-exit-fs:hover {
    background-color: #FF85B3;
}

.fawn-detail-section .fawn-info-card,
.fawn-detail-section .fawn-sidebar-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
}

.fawn-detail-section .fawn-info-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 2rem;
}

.fawn-detail-section .fawn-rich-text p {
    color: #7A307B;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fawn-detail-section .fawn-rich-text h3 {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-feature-list {
    list-style: none;
    padding-left: 0;
}

.fawn-detail-section .fawn-feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #7A307B;
    font-size: 1rem;
    font-weight: 600;
}

.fawn-detail-section .fawn-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #38E54D;
    font-size: 1.1rem;
}

.fawn-detail-section .fawn-share-box {
    background-color: #FFF9E6;
    border: 3px solid #4A154B;
    border-radius: 16px;
}

.fawn-detail-section .fawn-btn-social {
    width: 40px;
    height: 40px;
    border: 3px solid #4A154B;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    box-shadow: 2px 2px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-social:hover {
    transform: translateY(2px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-social.fb {
    background-color: #3B5998;
}

.fawn-detail-section .fawn-btn-social.tw {
    background-color: #1DA1F2;
}

.fawn-detail-section .fawn-meta-list li {
    font-size: 0.95rem;
}

.fawn-detail-section .fawn-section-title-sm {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.5rem;
}

.fawn-detail-section .fawn-game-item-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    transition: transform 0.1s;
}

.fawn-detail-section .fawn-game-item-card:hover {
    transform: translateY(-4px);
}

.fawn-detail-section .card-img-wrapper {
    height: 180px;
    overflow: hidden;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fawn-detail-section .fawn-btn-primary {
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-primary:hover {
    background-color: #FF85B3;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-secondary {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-secondary:hover {
    background-color: #FFE5EC;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

@media (max-width: 767.98px) {
    .fawn-hero-section {
        min-height: auto;
        padding: 40px 0 60px;
    }

    .fawn-hero-section .fawn-hero-title {
        font-size: 18px !important;
    }

    .fawn-detail-section .fawn-info-title {
        font-size: 16px !important;
    }

    .fawn-detail-section h3 {
        font-size: 14px !important;
    }

    .fawn-detail-section .fawn-section-title-sm {
        font-size: 16px !important;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: 350px;
    }
}

/* ===== PAGE TEMPLATE: categories-list ===== */
.fawn-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 4px solid #FF4B91;
    box-shadow: 0 4px 0px #4A154B;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.fawn-logo-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 3px solid #4A154B;
    border-radius: 50%;
    background-color: #FFF5F7;
    margin-right: 10px;
}

.fawn-brand-name {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 1.5rem;
    color: #4A154B;
    font-weight: 700;
}

.fawn-navbar .nav-link {
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 0.25rem;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.fawn-navbar .nav-link:hover,
.fawn-navbar .nav-link:focus,
.fawn-navbar .nav-link.active {
    background-color: #FFF9E6;
    border-color: #4A154B;
    color: #FF4B91 !important;
    transform: translateY(-2px);
    box-shadow: 3px 3px 0px #4A154B;
}

.fawn-navbar .nav-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.fawn-dropdown-menu {
    background-color: #FFFFFF !important;
    border: 3px solid #4A154B !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px #4A154B !important;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.fawn-dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-weight: 700;
    color: #4A154B !important;
    padding: 0.5rem 1.5rem;
    transition: none;
}

.fawn-dropdown-menu .dropdown-item:hover,
.fawn-dropdown-menu .dropdown-item.active {
    background-color: #FFF5F7 !important;
    color: #FF4B91 !important;
}

.fawn-dropdown-menu .dropdown-divider {
    border-top: 2px solid #FFD3E8;
    margin: 0.5rem 0;
}

.fawn-toggler {
    border: 3px solid #4A154B !important;
    background-color: #FFCD4B !important;
    box-shadow: 3px 3px 0px #4A154B;
    border-radius: 12px;
    padding: 0.5rem;
    transition: none;
}

.fawn-toggler:active {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A154B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .fawn-navbar-container {
        position: relative;
    }

    .fawn-brand-desktop {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .fawn-navbar .navbar-collapse {
        background-color: #FFFFFF;
        border: 3px solid #4A154B;
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 4px 4px 0px #4A154B;
    }

    .fawn-navbar .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }

    .fawn-dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #FFF5F7 !important;
        text-align: center;
    }
}

.fawn-hero-section {
    position: relative;
    min-height: 40vh;
    background-color: #FFF5F7;
    color: #FFFFFF;
    padding: 60px 0 80px;
}

.fawn-hero-section .fawn-hero-video-wrapper {
    z-index: 1;
}

.fawn-hero-section .fawn-hero-video {
    object-fit: cover;
}

.fawn-hero-section .fawn-hero-overlay {
    background: linear-gradient(180deg, rgba(74, 21, 75, 0.6) 0%, rgba(74, 21, 75, 0.85) 100%);
}

.fawn-hero-section .fawn-hero-badge {
    background-color: #FFCD4B;
    border: 3px solid #4A154B;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 3px 3px 0px #4A154B;
    transform: rotate(-2deg);
}

.fawn-hero-section .fawn-hero-badge .badge-text {
    color: #4A154B;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    font-size: 0.9rem;
}

.fawn-hero-section .fawn-hero-title {
    font-family: 'Fredoka One', cursive, system-ui;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 3px 3px 0px #4A154B;
    line-height: 1.2;
}

.fawn-hero-section .fawn-hero-desc {
    font-family: 'Quicksand', sans-serif, system-ui;
    font-size: 1.1rem;
    color: #FFE5EC;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.fawn-hero-section .fawn-hero-divider {
    z-index: 4;
    line-height: 0;
}

.fawn-footer {
    background-color: #FFF9E6;
    border-top: 6px solid #4A154B;
    color: #4A154B;
    font-family: 'Quicksand', sans-serif;
}

.fawn-footer h4 {
    font-family: 'Fredoka One', cursive;
    color: #4A154B;
    margin-bottom: 1.25rem;
}

.fawn-footer a {
    color: #7A307B;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.fawn-footer a:hover {
    color: #FF4B91;
}

.fawn-footer .footer-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    padding: 1.5rem;
}

.fawn-footer .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #38E54D;
    color: #FFFFFF;
    border: 3px solid #4A154B;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-footer .btn-whatsapp:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #4A154B;
    color: #FFFFFF;
}

.fawn-footer .map-container {
    border: 4px solid #4A154B;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 0px #4A154B;
    height: 160px;
}

.fawn-footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fawn-detail-section {
    background-color: #FFF5F7;
    font-family: 'Quicksand', sans-serif, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-game-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 6px 6px 0px #4A154B;
    overflow: hidden;
}

.fawn-detail-section .fawn-game-control-bar {
    background-color: #FFF9E6;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .fawn-game-status {
    font-weight: 700;
    color: #4A154B;
}

.fawn-detail-section .fawn-btn-action {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 6px 16px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-action:hover {
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-iframe-container {
    height: 550px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #000000;
}

.fawn-detail-section .fawn-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.fawn-detail-section .fawn-iframe-container:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-iframe-container:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

.fawn-detail-section .fawn-btn-exit-fs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2000;
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 8px 18px;
}

.fawn-detail-section .fawn-btn-exit-fs:hover {
    background-color: #FF85B3;
}

.fawn-detail-section .fawn-info-card,
.fawn-detail-section .fawn-sidebar-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
}

.fawn-detail-section .fawn-info-title {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 2rem;
}

.fawn-detail-section .fawn-rich-text p {
    color: #7A307B;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fawn-detail-section .fawn-rich-text h3 {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
}

.fawn-detail-section .fawn-feature-list {
    list-style: none;
    padding-left: 0;
}

.fawn-detail-section .fawn-feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #7A307B;
    font-size: 1rem;
    font-weight: 600;
}

.fawn-detail-section .fawn-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #38E54D;
    font-size: 1.1rem;
}

.fawn-detail-section .fawn-share-box {
    background-color: #FFF9E6;
    border: 3px solid #4A154B;
    border-radius: 16px;
}

.fawn-detail-section .fawn-btn-social {
    width: 40px;
    height: 40px;
    border: 3px solid #4A154B;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    box-shadow: 2px 2px 0px #4A154B;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-social:hover {
    transform: translateY(2px);
    box-shadow: 0px 0px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-social.fb {
    background-color: #3B5998;
}

.fawn-detail-section .fawn-btn-social.tw {
    background-color: #1DA1F2;
}

.fawn-detail-section .fawn-meta-list li {
    font-size: 0.95rem;
}

.fawn-detail-section .fawn-section-title-sm {
    font-family: 'Fredoka One', cursive, system-ui;
    color: #4A154B;
    font-size: 1.5rem;
}

.fawn-detail-section .fawn-game-item-card {
    background: #FFFFFF;
    border: 4px solid #4A154B;
    border-radius: 24px;
    box-shadow: 4px 4px 0px #4A154B;
    overflow: hidden;
    transition: transform 0.1s;
}

.fawn-detail-section .fawn-game-item-card:hover {
    transform: translateY(-4px);
}

.fawn-detail-section .card-img-wrapper {
    height: 180px;
    overflow: hidden;
    border-bottom: 4px solid #4A154B;
}

.fawn-detail-section .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fawn-detail-section .fawn-btn-primary {
    background-color: #FF4B91;
    color: #FFFFFF !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-primary:hover {
    background-color: #FF85B3;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

.fawn-detail-section .fawn-btn-secondary {
    background-color: #FFCD4B;
    color: #4A154B !important;
    border: 3px solid #4A154B;
    border-radius: 12px;
    font-family: 'Fredoka One', cursive, system-ui;
    font-weight: 700;
    box-shadow: 3px 3px 0px #4A154B;
    padding: 10px 20px;
    transition: transform 0.1s, box-shadow 0.1s;
}

.fawn-detail-section .fawn-btn-secondary:hover {
    background-color: #FFE5EC;
    transform: translateY(2px);
    box-shadow: 1px 1px 0px #4A154B;
}

@media (max-width: 767.98px) {
    .fawn-hero-section {
        min-height: auto;
        padding: 40px 0 60px;
    }

    .fawn-hero-section .fawn-hero-title {
        font-size: 18px !important;
    }

    .fawn-detail-section .fawn-info-title {
        font-size: 16px !important;
    }

    .fawn-detail-section h3 {
        font-size: 14px !important;
    }

    .fawn-detail-section .fawn-section-title-sm {
        font-size: 16px !important;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: 350px;
    }
}
/* Authoritative mobile game interaction fix */
.fawn-detail-section .fawn-game-card,
.fawn-detail-section .fawn-iframe-container {
    position: relative;
    z-index: 20;
}

.fawn-detail-section .fawn-game-control-bar,
.fawn-detail-section .fawn-btn-exit-fs {
    pointer-events: auto;
}

.fawn-detail-section .fawn-game-iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    pointer-events: auto !important;
    touch-action: auto !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fawn-detail-section .fawn-iframe-container::before,
.fawn-detail-section .fawn-iframe-container::after,
.fawn-detail-section .fawn-game-card::before,
.fawn-detail-section .fawn-game-card::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
}

@media (max-width: 767.98px) {
    .fawn-detail-section .fawn-game-card {
        overflow: visible;
    }

    .fawn-detail-section .fawn-game-control-bar {
        position: relative;
        z-index: 30;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: min(620px, calc(100vh - 120px)) !important;
        min-height: 520px;
        overflow: visible;
        border-radius: 0 0 16px 16px;
        touch-action: auto !important;
    }
}

@media (max-width: 420px) {
    .fawn-detail-section .fawn-iframe-container {
        height: 600px !important;
        min-height: 600px;
    }
}
/* Mobile game interaction fix v2 */
.fawn-detail-section .fawn-game-card,
.fawn-detail-section .fawn-iframe-container {
    position: relative;
    z-index: 20;
}

.fawn-detail-section .fawn-game-card {
    overflow: hidden !important;
}

.fawn-detail-section .fawn-iframe-container {
    overflow: hidden !important;
    touch-action: none !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: auto;
}

.fawn-detail-section .fawn-game-iframe {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    z-index: 1;
    pointer-events: auto !important;
    touch-action: none !important;
    border: 0 !important;
    -webkit-transform: none;
    transform: none;
}

.fawn-detail-section .fawn-iframe-container::before,
.fawn-detail-section .fawn-iframe-container::after,
.fawn-detail-section .fawn-game-card::before,
.fawn-detail-section .fawn-game-card::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
}

@media (max-width: 767.98px) {
    .fawn-detail-section .fawn-game-card {
        overflow: hidden !important;
    }

    .fawn-detail-section .fawn-iframe-container {
        height: min(620px, calc(100vh - 96px)) !important;
        min-height: 560px;
        border-radius: 0 0 16px 16px;
    }

    .fawn-detail-section .fawn-game-control-bar {
        position: relative;
        z-index: 30;
    }
}

@media (max-width: 420px) {
    .fawn-detail-section .fawn-iframe-container {
        height: 620px !important;
        min-height: 620px;
    }
}
/* Header decorative layers must not block page interaction */
.fawn-hero-section .fawn-hero-video-wrapper,
.fawn-hero-section .fawn-hero-video-wrapper *,
.fawn-hero-section .fawn-hero-overlay,
.fawn-hero-section .fawn-hero-divider {
    pointer-events: none !important;
}
/* Hero section must not cover game controls */
.fawn-hero-section {
    z-index: 0;
    pointer-events: none !important;
}

.fawn-hero-section .container,
.fawn-hero-section .fawn-hero-content,
.fawn-hero-section .fawn-hero-foreground,
.fawn-hero-section a,
.fawn-hero-section button {
    pointer-events: auto !important;
}

.fawn-detail-section {
    position: relative;
    z-index: 2;
}
