:root {
    --bg-primary: #F4F7FE;
    --bg-secondary: #FFFFFF;
    --bg-accent-light: #E8EDFF;
    --text-light-primary: #1E1B4B;
    --text-light-secondary: #5850EC;
    --text-light-muted: #6B7280;
    --accent-adventure: #FF7A00;
    --accent-quest: #00D2C4;
    --accent-magic: #8B5CF6;
    --accent-success: #10B981;
    --gradient-playful: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    --gradient-warm: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
    --gradient-card: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    --border-light: #E2E8F0;
    --border-interactive: #C7D2FE;
    --shadow-card-flat: 0px 4px 0px #E2E8F0;
    --shadow-card-floating: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    --shadow-btn-primary: 0px 4px 0px #7C3AED;
    --shadow-btn-primary-hover: 0px 2px 0px #7C3AED;
    --font-headings: 'Fredoka', sans-serif;
    --font-body: 'Nunito', sans-serif;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-primary);
    color: var(--text-light-primary);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.text-muted {
    color: #6B7280 !important;
}

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

/* ===== header ===== */
.sp-header-block {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E2E8F0;
    z-index: 1030;
}

.sp-header-block .navbar {
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.sp-header-block .sp-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.sp-header-block .sp-brand-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1B4B;
    letter-spacing: -0.5px;
}

.sp-header-block .sp-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.sp-header-block .sp-nav-link:hover,
.sp-header-block .sp-nav-link:focus,
.sp-header-block .sp-nav-link.active {
    color: #5850EC;
}

.sp-header-block .sp-dropdown-menu {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    box-shadow: 0px 6px 0px #C7D2FE;
    padding: 0.5rem;
    min-width: 200px;
}

.sp-header-block .sp-dropdown-menu .dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
}

.sp-header-block .sp-dropdown-menu .dropdown-item:hover,
.sp-header-block .sp-dropdown-menu .dropdown-item:focus,
.sp-header-block .sp-dropdown-menu .dropdown-item.active {
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-header-block .sp-btn-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-btn-cta:hover {
    color: #FFFFFF;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

.sp-header-block .sp-btn-cta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #7C3AED;
}

.sp-header-block .sp-navbar-toggler {
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    color: #1E1B4B;
    background-color: #F4F7FE;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-navbar-toggler:active {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
}

.sp-header-block .sp-navbar-toggler i {
    font-size: 1.25rem;
    display: block;
}

@media (min-width: 992px) {
    .sp-header-block .sp-brand-desktop-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .sp-header-block .sp-brand-placeholder {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper {
        background-color: #FFFFFF;
        border-top: 2px solid #E2E8F0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .sp-header-block .sp-nav-link {
        padding: 0.75rem 0.5rem;
    }

    .sp-header-block .sp-dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #F4F7FE;
        padding-left: 1rem;
    }
}

/* ===== hero ===== */
.hero-banner-section {
    background-color: #F4F7FE;
    font-family: 'Nunito', sans-serif;
    overflow: hidden;
}

.hero-banner-section .hero-badge {
    background-color: #E8EDFF;
    border: 2px solid #C7D2FE;
    border-radius: 50px;
    color: #5850EC;
    font-weight: 700;
    font-size: 0.875rem;
}

.hero-banner-section .hero-badge i {
    font-size: 1.1rem;
}

.hero-banner-section .hero-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1E1B4B;
}

@media (max-width: 768px) {
    .hero-banner-section .hero-title {
        font-size: 1.8rem;
    }
}

.hero-banner-section .text-gradient {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner-section .hero-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #6B7280;
}

.hero-banner-section .btn-hero-primary {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 4px 0px #7C3AED;
    transition: transform 0.1s, box-shadow 0.1s;
}

.hero-banner-section .btn-hero-primary:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

.hero-banner-section .btn-hero-secondary {
    background-color: transparent;
    color: #1E1B4B;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    border: 2px solid #C7D2FE;
    box-shadow: 0px 4px 0px #C7D2FE;
    transition: transform 0.1s, box-shadow 0.1s, background-color 0.15s;
}

.hero-banner-section .btn-hero-secondary:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #C7D2FE;
    background-color: #E8EDFF;
    color: #1E1B4B;
}

.hero-banner-section .hero-card-wrapper {
    max-width: 500px;
    width: 100%;
}

.hero-banner-section .hero-card {
    position: relative;
    border-radius: 20px;
    border: 2px solid #C7D2FE;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    overflow: hidden;
    background-color: #FFFFFF;
    aspect-ratio: 4/3;
}

.hero-banner-section .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-section .hero-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(30, 27, 75, 0.95) 0%, rgba(30, 27, 75, 0.4) 50%, rgba(30, 27, 75, 0) 100%);
}

.hero-banner-section .hero-card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
}

.hero-banner-section .hero-card-text {
    font-size: 0.9rem;
    color: #E0E7FF;
}

.hero-banner-section .floating-tag {
    position: absolute;
    z-index: 10;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.hero-banner-section .tag-orange {
    background-color: #FF7A00;
    top: -10px;
    left: -10px;
    transform: rotate(-5deg);
}

.hero-banner-section .tag-teal {
    background-color: #00D2C4;
    bottom: 20px;
    right: -15px;
    transform: rotate(5deg);
}

@media (max-width: 576px) {
    .hero-banner-section .tag-teal {
        right: 5px;
    }
}

/* ===== popular_games ===== */
.popular-games-section {
    background-color: #F4F7FE;
    padding: 60px 0;
    font-family: 'Nunito', sans-serif;
}

.popular-games-section .section-title {
    font-family: 'Fredoka', sans-serif;
    color: #1E1B4B;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}

.popular-games-section .section-subtitle {
    color: #5850EC;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
}

.popular-games-section .controls-wrapper {
    background-color: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.popular-games-section .search-input-group {
    position: relative;
}

.popular-games-section .search-input-group i {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8B5CF6;
    font-size: 1.25rem;
}

.popular-games-section .search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border-radius: 50px;
    border: 2px solid #C7D2FE;
    background-color: #F4F7FE;
    color: #1E1B4B;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.15s ease;
}

.popular-games-section .search-input:focus {
    outline: none;
    border-color: #8B5CF6;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.popular-games-section .search-input::placeholder {
    color: #9CA3AF;
}

.popular-games-section .filter-btn {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    color: #1E1B4B;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    box-shadow: 0px 4px 0px #C7D2FE;
}

.popular-games-section .filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #C7D2FE;
    background-color: #F4F7FE;
}

.popular-games-section .filter-btn.active {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0px 4px 0px #7C3AED;
}

.popular-games-section .filter-btn.active:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #7C3AED;
}

.popular-games-section .game-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    box-shadow: 0px 4px 0px #C7D2FE;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.popular-games-section .game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    border-color: #8B5CF6;
}

.popular-games-section .game-card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #E8EDFF;
}

.popular-games-section .game-card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.15s ease;
}

.popular-games-section .game-card:hover .game-card-img-wrapper img {
    transform: scale(1.05);
}

.popular-games-section .game-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 50px;
    color: #FFFFFF;
    z-index: 2;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.popular-games-section .badge-hot {
    background-color: #FF7A00;
}

.popular-games-section .badge-new {
    background-color: #00D2C4;
}

.popular-games-section .game-card-info {
    padding: 1rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-games-section .game-card-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    margin: 0;
    line-height: 1.3;
    word-wrap: break-word;
}

.popular-games-section .no-results {
    display: none;
    text-align: center;
    padding: 4rem 2rem;
    background-color: #FFFFFF;
    border: 2px dashed #C7D2FE;
    border-radius: 20px;
    color: #5850EC;
}

.popular-games-section .no-results i {
    font-size: 4rem;
    color: #FF7A00;
    margin-bottom: 1rem;
}

.popular-games-section .no-results h4 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 0.5rem;
}

.popular-games-section .no-results p {
    color: #6B7280;
    margin: 0;
}

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

    .popular-games-section .section-title {
        font-size: 16px !important;
    }

    .popular-games-section .game-card-title {
        font-size: 13px !important;
    }

    .popular-games-section .controls-wrapper {
        padding: 1rem;
    }

    .popular-games-section .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

/* ===== report_issue ===== */
.game-report-section {
    background-color: #F4F7FE;
    padding: 80px 0;
    font-family: 'Nunito', sans-serif;
}

.game-report-section .report-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.game-report-section .report-title {
    font-family: 'Fredoka', sans-serif;
    color: #1E1B4B;
    font-size: 1.75rem;
    font-weight: 700;
}

.game-report-section .report-desc {
    color: #6B7280;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.game-report-section .issue-btn {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 16px 20px;
    font-weight: 700;
    color: #1E1B4B;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 4px 0px #E2E8F0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.game-report-section .issue-btn:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #E2E8F0;
    border-color: #8B5CF6;
    background-color: #E8EDFF;
}

.game-report-section .issue-btn i {
    font-size: 1.5rem;
    color: #8B5CF6;
}

.game-report-section .device-info-box {
    background: #F4F7FE;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 0.875rem;
    color: #6B7280;
    border: 1px dashed #C7D2FE;
}

.game-report-section .device-info-badge {
    background: #E8EDFF;
    color: #5850EC;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.game-report-section .status-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

.game-report-section .status-overlay.active {
    display: flex;
}

.game-report-section .status-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.game-report-section .status-icon.loading {
    color: #8B5CF6;
    animation: spin 1s linear infinite;
}

.game-report-section .status-icon.success {
    color: #10B981;
}

.game-report-section .btn-primary {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    box-shadow: 0px 4px 0px #7C3AED;
    transition: all 0.15s ease-in-out;
}

.game-report-section .btn-primary:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .game-report-section {
        padding: 40px 0;
    }

    .game-report-section .report-card {
        padding: 20px;
    }

    .game-report-section .report-title {
        font-size: 1.5rem;
    }
}

/* ===== guides_preview ===== */
.guides-preview-section {
    background-color: #F4F7FE;
    font-family: 'Nunito', sans-serif;
}

.guides-preview-section .badge-category {
    background-color: #E8EDFF;
    color: #5850EC;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    border: 2px solid #C7D2FE;
}

.guides-preview-section .section-title {
    font-family: 'Fredoka', sans-serif;
    color: #1E1B4B;
    font-weight: 800;
    font-size: 2.25rem;
}

.guides-preview-section .section-subtitle {
    color: #4B5563;
    font-size: 1.125rem;
    max-width: 600px;
    line-height: 1.6;
}

.guides-preview-section .btn-filter {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    color: #1E1B4B;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0px 4px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
    cursor: pointer;
}

.guides-preview-section .btn-filter:hover,
.guides-preview-section .btn-filter.active {
    background-color: #E8EDFF;
    border-color: #5850EC;
    color: #5850EC;
    box-shadow: 0px 2px 0px #5850EC;
    transform: translateY(2px);
}

.guides-preview-section .guide-card {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    overflow: hidden;
}

.guides-preview-section .guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 0px #8B5CF6, 0px 20px 28px rgba(30, 27, 75, 0.1);
    border-color: #8B5CF6;
}

.guides-preview-section .card-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.guides-preview-section .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.guides-preview-section .guide-card:hover .card-img-top {
    transform: scale(1.05);
}

.guides-preview-section .card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #FF7A00;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.guides-preview-section .card-meta {
    font-size: 0.813rem;
    color: #4B5563;
    font-weight: 600;
}

.guides-preview-section .meta-item i {
    color: #5850EC;
}

.guides-preview-section .card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.guides-preview-section .card-title a {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.15s ease;
}

.guides-preview-section .card-title a:hover {
    color: #8B5CF6;
}

.guides-preview-section .card-text {
    color: #4B5563;
    font-size: 0.938rem;
    line-height: 1.6;
}

.guides-preview-section .btn-read-more {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.938rem;
    box-shadow: 0px 4px 0px #7C3AED;
    text-decoration: none;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    cursor: pointer;
}

.guides-preview-section .btn-read-more:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .guides-preview-section .section-title {
        font-size: 1.75rem;
    }

    .guides-preview-section .section-subtitle {
        font-size: 0.938rem;
    }

    .guides-preview-section .card-title {
        font-size: 1.2rem;
    }
}

/* ===== difficulty_levels ===== */
.difficulty-levels-section {
    background-color: #F4F7FE;
    font-family: 'Nunito', sans-serif;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.difficulty-levels-section .section-title {
    font-family: 'Fredoka', sans-serif;
    color: #1E1B4B;
    font-weight: 800;
    font-size: 2.25rem;
}

.difficulty-levels-section .section-subtitle {
    color: #6B7280;
    font-size: 1.125rem;
    max-width: 650px;
    line-height: 1.6;
}

.difficulty-levels-section .btn-filter {
    border-radius: 50px;
    border: 2px solid #C7D2FE;
    background-color: #FFFFFF;
    color: #1E1B4B;
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
    padding: 10px 24px;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease, border-color 0.1s ease;
}

.difficulty-levels-section .btn-filter:hover,
.difficulty-levels-section .btn-filter.active {
    background-color: #E8EDFF;
    border-color: #5850EC;
    color: #5850EC;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #C7D2FE;
}

.difficulty-levels-section .game-card-wrapper {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.difficulty-levels-section .game-card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 0px #C7D2FE, 0px 20px 32px rgba(30, 27, 75, 0.08);
}

.difficulty-levels-section .game-card-img-holder {
    overflow: hidden;
    border-bottom: 2px solid #C7D2FE;
    aspect-ratio: 16 / 10;
}

.difficulty-levels-section .game-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.difficulty-levels-section .game-card-wrapper:hover .game-card-img {
    transform: scale(1.05);
}

.difficulty-levels-section .difficulty-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.difficulty-levels-section .badge-easy {
    background-color: #10B981;
}

.difficulty-levels-section .badge-medium {
    background-color: #FF7A00;
}

.difficulty-levels-section .badge-hard {
    background-color: #8B5CF6;
}

.difficulty-levels-section .game-card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.difficulty-levels-section .game-card-title a {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.15s ease;
}

.difficulty-levels-section .game-card-title a:hover {
    color: #5850EC;
}

.difficulty-levels-section .game-card-desc {
    color: #6B7280;
    font-size: 0.95rem;
    line-height: 1.6;
}

.difficulty-levels-section .btn-play {
    border-radius: 50px;
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 12px 24px;
    border: none;
    box-shadow: 0px 4px 0px #7C3AED;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.difficulty-levels-section .btn-play:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

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

    .difficulty-levels-section .section-subtitle {
        font-size: 1rem;
    }
}

/* ===== coming_soon ===== */
.coming-soon-section {
    background-color: #F4F7FE;
    padding: 80px 0;
    font-family: 'Nunito', sans-serif;
}

.coming-soon-section h2,
.coming-soon-section h3 {
    font-family: 'Fredoka', sans-serif;
    color: #1E1B4B;
}

.coming-soon-section .badge-tag {
    background-color: #E8EDFF;
    color: #5850EC;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    border: 2px solid #C7D2FE;
}

.coming-soon-section .text-secondary-custom {
    color: #6B7280;
}

.coming-soon-section .text-muted-custom {
    color: #6B7280;
}

.coming-soon-section .text-indigo-dark {
    color: #1E1B4B;
    transition: color 0.15s ease-in-out;
}

.coming-soon-section .text-indigo-dark:hover {
    color: #5850EC;
}

.coming-soon-section .text-indigo-secondary {
    color: #5850EC;
}

.coming-soon-section .search-box-wrapper {
    position: relative;
    width: 100%;
}

.coming-soon-section .search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #5850EC;
    font-size: 1.2rem;
    pointer-events: none;
}

.coming-soon-section .search-input {
    padding-left: 45px;
    height: 48px;
    border: 2px solid #C7D2FE;
    border-radius: 50px;
    color: #1E1B4B;
    background-color: #FFFFFF;
    outline: none;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.coming-soon-section .search-input:focus {
    border-color: #8B5CF6;
    box-shadow: 0px 4px 0px rgba(139, 92, 246, 0.3);
    background-color: #FFFFFF;
}

.coming-soon-section .filter-btn {
    font-family: 'Fredoka', sans-serif;
    border-radius: 50px;
    border: 2px solid #C7D2FE;
    background: #FFFFFF;
    color: #5850EC;
    font-weight: 700;
    padding: 8px 20px;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: all 0.15s ease-in-out;
}

.coming-soon-section .filter-btn.active,
.coming-soon-section .filter-btn:hover {
    background: #5850EC;
    color: #FFFFFF;
    border-color: #5850EC;
    box-shadow: 0px 4px 0px #7C3AED;
}

.coming-soon-section .game-card {
    border-radius: 20px;
    border: 2px solid #C7D2FE;
    background: #FFFFFF;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.coming-soon-section .game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 0px #C7D2FE, 0px 20px 28px rgba(30, 27, 75, 0.1);
}

.coming-soon-section .game-card-img-wrapper {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-bottom: 2px solid #C7D2FE;
}

.coming-soon-section .game-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.coming-soon-section .badge-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #7C3AED;
}

.coming-soon-section .badge-date {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #FF7A00;
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #D96500;
}

.coming-soon-section .progress-container {
    margin-top: auto;
}

.coming-soon-section .progress-bar-custom {
    height: 12px;
    background-color: #E2E8F0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.coming-soon-section .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #8B5CF6 0%, #00D2C4 100%);
    border-radius: 10px;
}

.coming-soon-section .notify-btn {
    font-family: 'Fredoka', sans-serif;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 20px;
    box-shadow: 0px 4px 0px #D96500;
    transition: all 0.1s ease-in-out;
    width: 100%;
}

.coming-soon-section .notify-btn:active {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #D96500;
}

.coming-soon-section .notify-btn.subscribed {
    background: #10B981;
    box-shadow: 0px 4px 0px #059669;
}

/* ===== tournaments_preview ===== */
.sp-tournaments-preview {
    background-color: #F4F7FE;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

.sp-tournaments-preview .sp-section-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    color: #1E1B4B;
    font-size: 2.25rem;
}

.sp-tournaments-preview .sp-section-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    max-width: 600px;
    line-height: 1.6;
}

.sp-tournaments-preview .sp-tab-btn {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #C7D2FE;
    background: #FFFFFF;
    color: #5850EC;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: all 0.15s ease;
    cursor: pointer;
}

.sp-tournaments-preview .sp-tab-btn.active {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0px 4px 0px #7C3AED;
}

.sp-tournaments-preview .sp-tab-btn:hover:not(.active) {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #C7D2FE;
    background-color: #E8EDFF;
}

.sp-tournaments-preview .tournament-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-tournaments-preview .tournament-card.sp-linked-card {
    cursor: pointer;
}

.sp-tournaments-preview .tournament-card.sp-linked-card:focus-visible {
    outline: 3px solid #5850EC;
    outline-offset: 4px;
}

.sp-tournaments-preview .tournament-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 0px #C7D2FE, 0px 20px 28px rgba(30, 27, 75, 0.08);
}

.sp-tournaments-preview .tournament-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.sp-tournaments-preview .tournament-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sp-tournaments-preview .tournament-card:hover .tournament-img {
    transform: scale(1.05);
}

.sp-tournaments-preview .tournament-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.sp-tournaments-preview .status-upcoming {
    background-color: #FF7A00;
}

.sp-tournaments-preview .status-open {
    background-color: #10B981;
}

.sp-tournaments-preview .tournament-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.sp-tournaments-preview .tournament-link {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.15s ease;
}

.sp-tournaments-preview .tournament-link:hover {
    color: #5850EC;
}

.sp-tournaments-preview .tournament-info-item {
    display: flex;
    align-items: center;
    color: #1E1B4B;
    font-size: 0.95rem;
}

.sp-tournaments-preview .tournament-info-item i {
    color: #8B5CF6;
    font-size: 1.2rem;
}

.sp-tournaments-preview .sp-btn-primary {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0px 4px 0px #7C3AED;
    text-decoration: none;
    transition: all 0.15s ease;
}

.sp-tournaments-preview .sp-btn-primary:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    opacity: 0.95;
    color: #FFFFFF;
}

.sp-tournaments-preview .sp-leaderboard-container {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 8px 0px #C7D2FE;
}

.sp-tournaments-preview .sp-subtab-btn {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    border: 2px solid #E2E8F0;
    background: #FFFFFF;
    color: #6B7280;
    transition: all 0.15s ease;
    font-size: 0.9rem;
}

.sp-tournaments-preview .sp-subtab-btn.active {
    border-color: #5850EC;
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-tournaments-preview .sp-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.sp-tournaments-preview .sp-table thead th {
    border: none;
    color: #6B7280;
    font-weight: 700;
    padding: 12px 16px;
}

.sp-tournaments-preview .sp-table tbody tr {
    background-color: #F4F7FE;
    border-radius: 10px;
    transition: transform 0.15s ease;
}

.sp-tournaments-preview .sp-table tbody tr:hover {
    transform: scale(1.01);
}

.sp-tournaments-preview .sp-table tbody td {
    border: none;
    padding: 16px;
    color: #1E1B4B;
}

.sp-tournaments-preview .sp-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.sp-tournaments-preview .sp-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sp-tournaments-preview .rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 800;
    font-family: 'Fredoka', sans-serif;
    color: #FFFFFF;
}

.sp-tournaments-preview .rank-1 {
    background-color: #FF7A00;
    box-shadow: 0 0 8px rgba(255, 122, 0, 0.4);
}

.sp-tournaments-preview .rank-2 {
    background-color: #00D2C4;
    box-shadow: 0 0 8px rgba(0, 210, 196, 0.4);
}

.sp-tournaments-preview .rank-3 {
    background-color: #8B5CF6;
    box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
}

.sp-tournaments-preview .rank-other {
    background-color: #E2E8F0;
    color: #1E1B4B;
}

.sp-tournaments-preview .avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #C7D2FE;
    color: #5850EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.sp-tournaments-preview .player-name {
    font-weight: 700;
}

.sp-tournaments-preview .score-text {
    color: #5850EC;
    font-size: 1.1rem;
}

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

    .sp-tournaments-preview .sp-section-subtitle {
        font-size: 1rem;
    }

    .sp-tournaments-preview .tournament-title {
        font-size: 1.25rem;
    }
}

/* ===== footer ===== */
.silver-parade-footer {
    background-color: #FFFFFF;
    border-top: 4px solid #8B5CF6;
    padding: 60px 0 30px 0;
    font-family: 'Nunito', sans-serif;
    color: #374151;
}

.silver-parade-footer .footer-brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.silver-parade-footer .footer-brand-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 25px;
}

.silver-parade-footer .footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.silver-parade-footer .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 0.95rem;
}

.silver-parade-footer .contact-detail-item i {
    color: #5850EC;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.silver-parade-footer .contact-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .contact-link:hover {
    color: #5850EC;
    text-decoration: underline;
}

.silver-parade-footer .footer-section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.silver-parade-footer .footer-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.silver-parade-footer .footer-navigation-list a {
    color: #5850EC;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .footer-navigation-list a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

.silver-parade-footer .footer-disclaimer-box {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.silver-parade-footer .footer-disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6B7280;
    margin: 0;
}

.silver-parade-footer .footer-horizontal-divider {
    border: 0;
    border-top: 2px solid #E2E8F0;
    margin: 40px 0 20px 0;
    opacity: 1;
}

.silver-parade-footer .footer-copyright-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 767.98px) {
    .silver-parade-footer {
        padding: 40px 0 20px 0;
    }

    .silver-parade-footer .footer-brand-title {
        font-size: 1.5rem;
    }

    .silver-parade-footer .footer-section-title {
        font-size: 1.15rem;
        margin-top: 10px;
    }
}

.sp-header-block {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E2E8F0;
    z-index: 1030;
}

.sp-header-block .navbar {
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.sp-header-block .sp-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.sp-header-block .sp-brand-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1B4B;
    letter-spacing: -0.5px;
}

.sp-header-block .sp-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.sp-header-block .sp-nav-link:hover,
.sp-header-block .sp-nav-link:focus,
.sp-header-block .sp-nav-link.active {
    color: #5850EC;
}

.sp-header-block .sp-dropdown-menu {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    box-shadow: 0px 6px 0px #C7D2FE;
    padding: 0.5rem;
    min-width: 200px;
}

.sp-header-block .sp-dropdown-menu .dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
}

.sp-header-block .sp-dropdown-menu .dropdown-item:hover,
.sp-header-block .sp-dropdown-menu .dropdown-item:focus,
.sp-header-block .sp-dropdown-menu .dropdown-item.active {
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-header-block .sp-btn-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-btn-cta:hover {
    color: #FFFFFF;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

.sp-header-block .sp-btn-cta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #7C3AED;
}

.sp-header-block .sp-navbar-toggler {
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    color: #1E1B4B;
    background-color: #F4F7FE;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-navbar-toggler:active {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
}

.sp-header-block .sp-navbar-toggler i {
    font-size: 1.25rem;
    display: block;
}

@media (min-width: 992px) {
    .sp-header-block .sp-brand-desktop-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .sp-header-block .sp-brand-placeholder {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper {
        background-color: #FFFFFF;
        border-top: 2px solid #E2E8F0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .sp-header-block .sp-nav-link {
        padding: 0.75rem 0.5rem;
    }

    .sp-header-block .sp-dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #F4F7FE;
        padding-left: 1rem;
    }
}

.silver-parade-footer {
    background-color: #FFFFFF;
    border-top: 4px solid #8B5CF6;
    padding: 60px 0 30px 0;
    font-family: 'Nunito', sans-serif;
    color: #374151;
}

.silver-parade-footer .footer-brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.silver-parade-footer .footer-brand-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 25px;
}

.silver-parade-footer .footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.silver-parade-footer .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 0.95rem;
}

.silver-parade-footer .contact-detail-item i {
    color: #5850EC;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.silver-parade-footer .contact-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .contact-link:hover {
    color: #5850EC;
    text-decoration: underline;
}

.silver-parade-footer .footer-section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.silver-parade-footer .footer-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.silver-parade-footer .footer-navigation-list a {
    color: #5850EC;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .footer-navigation-list a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

.silver-parade-footer .footer-disclaimer-box {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.silver-parade-footer .footer-disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6B7280;
    margin: 0;
}

.silver-parade-footer .footer-horizontal-divider {
    border: 0;
    border-top: 2px solid #E2E8F0;
    margin: 40px 0 20px 0;
    opacity: 1;
}

.silver-parade-footer .footer-copyright-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 767.98px) {
    .silver-parade-footer {
        padding: 40px 0 20px 0;
    }

    .silver-parade-footer .footer-brand-title {
        font-size: 1.5rem;
    }

    .silver-parade-footer .footer-section-title {
        font-size: 1.15rem;
        margin-top: 10px;
    }
}

.sp-catalog-page {
    background-color: #F4F7FE;
    font-family: 'Nunito', sans-serif;
}

.sp-catalog-page .sp-hero-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FE 100%);
    border-bottom: 2px solid #E2E8F0;
}

.sp-catalog-page .sp-hero-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    color: #1E1B4B;
    margin-bottom: 1rem;
}

.sp-catalog-page .sp-hero-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    line-height: 1.6;
}

.sp-catalog-page .sp-filter-wrapper {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 4px 0px #C7D2FE;
    padding: 1.5rem;
}

.sp-catalog-page .sp-search-box {
    position: relative;
}

.sp-catalog-page .sp-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #5850EC;
    font-size: 1.25rem;
}

.sp-catalog-page .js-search-input {
    padding-left: 2.75rem;
    height: 50px;
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    background-color: #F4F7FE;
    color: #1E1B4B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}

.sp-catalog-page .js-search-input:focus {
    background-color: #FFFFFF;
    border-color: #8B5CF6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.sp-catalog-page .js-search-input::placeholder {
    color: #9CA3AF;
    font-weight: 600;
}

.sp-catalog-page .sp-filter-btn {
    background-color: #F4F7FE;
    border: 2px solid #C7D2FE;
    color: #1E1B4B;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: all 0.1s ease;
}

.sp-catalog-page .sp-filter-btn:hover {
    background-color: #E8EDFF;
    transform: translateY(1px);
    box-shadow: 0px 2px 0px #C7D2FE;
}

.sp-catalog-page .sp-filter-btn.active {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0px 3px 0px #7C3AED;
}

.sp-catalog-page .js-sort-select {
    height: 50px;
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    background-color: #F4F7FE;
    color: #1E1B4B;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0 1rem;
    transition: all 0.15s ease-in-out;
}

.sp-catalog-page .js-sort-select:focus {
    border-color: #8B5CF6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.sp-catalog-page .sp-game-card {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 4px 0px #C7D2FE;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-catalog-page .sp-game-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.sp-catalog-page .sp-game-card-link:hover .sp-game-card {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
    border-color: #8B5CF6;
}

.sp-catalog-page .sp-game-card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background-color: #E8EDFF;
}

.sp-catalog-page .sp-game-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-catalog-page .sp-game-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.35rem 0.75rem;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 2;
}

.sp-catalog-page .badge-action {
    background-color: #FF7A00;
}

.sp-catalog-page .badge-puzzle {
    background-color: #8B5CF6;
}

.sp-catalog-page .badge-racing {
    background-color: #00D2C4;
}

.sp-catalog-page .badge-sports {
    background-color: #10B981;
}

.sp-catalog-page .sp-game-card-body {
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.sp-catalog-page .sp-game-card-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1E1B4B;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

.sp-catalog-page .sp-no-results-icon {
    font-size: 3.5rem;
    color: #8B5CF6;
    margin-bottom: 1rem;
}

.sp-catalog-page .sp-no-results-text {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
}

@media (max-width: 767.98px) {
    .sp-catalog-page .sp-hero-title {
        font-size: 1.75rem;
    }

    .sp-catalog-page .sp-hero-subtitle {
        font-size: 0.95rem;
    }

    .sp-catalog-page .sp-filter-wrapper {
        padding: 1rem;
    }
}


/* ===== PAGE: about ===== */
.silver-about-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
  color: #1E1B4B;
}
.silver-about-section h1,
.silver-about-section h2,
.silver-about-section h3,
.silver-about-section h4 {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
}
.silver-about-section .text-indigo {
  color: #1E1B4B !important;
}
.silver-about-section .silver-badge {
  background-color: #8B5CF6;
  border-radius: 50px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.silver-about-section .bg-orange {
  background-color: #FF7A00 !important;
}
.silver-about-section .bg-purple {
  background-color: #8B5CF6 !important;
}
.silver-about-section .bg-teal {
  background-color: #00D2C4 !important;
}
.silver-about-section .silver-btn-primary {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  color: #FFFFFF !important;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #7C3AED;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.silver-about-section .silver-btn-primary:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
}
.silver-about-section .silver-btn-secondary {
  background: #FFFFFF;
  color: #1E1B4B !important;
  border: 2px solid #C7D2FE;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #C7D2FE;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.silver-about-section .silver-btn-secondary:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #C7D2FE;
  background-color: #E8EDFF;
}
.silver-about-section .silver-intro-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE;
}
.silver-about-section .silver-border-img {
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.silver-about-section .silver-highlight-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  height: 100%;
}
.silver-about-section .silver-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 0px #C7D2FE;
}
.silver-about-section .icon-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}
.silver-about-section .silver-tab-btn {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 15px;
  box-shadow: 0px 4px 0px #C7D2FE;
  transition: all 0.15s ease;
  width: 100%;
}
.silver-about-section .silver-tab-btn.active {
  border-color: #8B5CF6;
  box-shadow: 0px 4px 0px #8B5CF6;
  background-color: #E8EDFF;
}
.silver-about-section .silver-tab-btn:hover {
  background-color: #F8FAFC;
}
.silver-about-section .silver-tab-content-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE;
}
.silver-about-section .silver-accordion-item {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 15px;
  box-shadow: 0px 4px 0px #C7D2FE;
  overflow: hidden;
}
.silver-about-section .silver-accordion-btn {
  background: #FFFFFF;
  color: #1E1B4B;
  font-family: 'Fredoka', sans-serif;
  border: none;
  box-shadow: none;
}
.silver-about-section .silver-accordion-btn:not(.collapsed) {
  background: #E8EDFF;
  color: #1E1B4B;
  box-shadow: none;
}
.silver-about-section .silver-accordion-btn::after {
  filter: brightness(0.2);
}
.silver-about-section .silver-accordion-body {
  background: #FFFFFF;
  padding: 1.25rem;
  border-top: 1px solid #E2E8F0;
}
.silver-about-section .tab-icon-wrapper {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* ===== PAGE: contact ===== */
.sp-contact-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', 'Fredoka', sans-serif;
  color: #1E1B4B;
}

.sp-contact-section .sp-badge {
  display: inline-block;
  background-color: #E8EDFF;
  color: #5850EC;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.875rem;
  border: 2px solid #C7D2FE;
}

.sp-contact-section .sp-title {
  font-family: 'Fredoka', sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  color: #1E1B4B;
}

.sp-contact-section .sp-lead {
  font-size: 1.125rem;
  color: #6B7280;
  line-height: 1.6;
}

.sp-contact-section .sp-contact-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0px 4px 0px #C7D2FE;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-contact-section .sp-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-contact-section .sp-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: #F4F7FE;
  border: 2px solid #E2E8F0;
}

.sp-contact-section .text-primary-gradient i {
  color: #8B5CF6;
}

.sp-contact-section .text-orange i {
  color: #FF7A00;
}

.sp-contact-section .text-purple i {
  color: #8B5CF6;
}

.sp-contact-section .text-teal i {
  color: #00D2C4;
}

.sp-contact-section .sp-card-title {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1E1B4B;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sp-contact-section .sp-card-text {
  font-size: 0.95rem;
  color: #6B7280;
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
}

.sp-contact-section .sp-card-link {
  color: #5850EC;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease;
}

.sp-contact-section .sp-card-link:hover {
  color: #8B5CF6;
  text-decoration: underline;
}

.sp-contact-section .sp-map-container {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #C7D2FE;
  overflow: hidden;
}

.sp-contact-section .sp-map-header {
  background-color: #E8EDFF;
  border-bottom: 2px solid #C7D2FE;
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
  font-size: 1.1rem;
}

.sp-contact-section .sp-map-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
}

.sp-contact-section .sp-map-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .sp-contact-section .sp-title {
    font-size: 1.75rem;
  }
  .sp-contact-section .sp-lead {
    font-size: 1rem;
  }
  .sp-contact-section .sp-map-iframe-wrapper {
    height: 300px;
  }
}

/* ===== PAGE: report ===== */
.report-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
}
.report-section h1, .report-section h2, .report-section h3 {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
}
.report-section .bg-light-accent {
  background-color: #E8EDFF;
}
.report-section .border-accent {
  border: 2px solid #C7D2FE;
}
.report-section .text-dark-purple {
  color: #1E1B4B !important;
}
.report-section .text-muted-purple {
  color: #6B7280;
}
.report-section .text-primary-gradient {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.report-section .report-category-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.report-section .report-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px #C7D2FE;
}
.report-section .report-category-card.active {
  border-color: #8B5CF6;
  box-shadow: 0px 6px 0px rgba(139, 92, 246, 0.3);
  background-color: #FDFEFF;
}
.report-section .icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-section .bg-orange-light { background-color: #FFF0E0; }
.report-section .text-orange { color: #FF7A00; }
.report-section .bg-teal-light { background-color: #E6FAF8; }
.report-section .text-teal { color: #00D2C4; }
.report-section .bg-purple-light { background-color: #F5EFFF; }
.report-section .text-purple { color: #8B5CF6; }
.report-section .bg-blue-light { background-color: #EBF3FF; }
.report-section .text-blue { color: #5850EC; }

.report-section .report-preview-panel {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}
.report-section .report-info-box {
  background-color: #F0F4FF;
  border-left: 4px solid #8B5CF6;
}
.report-section .report-template-container {
  border: 1px solid #E2E8F0;
  min-height: 180px;
  background-color: #F8FAFC;
}
.report-section .btn-primary-custom {
  border-radius: 50px;
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  color: #FFFFFF;
  font-weight: 700;
  padding: 12px 28px;
  border: none;
  box-shadow: 0px 4px 0px #7C3AED;
  transition: all 0.15s ease-in-out;
}
.report-section .btn-primary-custom:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
  color: #FFFFFF;
}
.report-section .border-interactive {
  border: 2px solid #C7D2FE;
}
.report-section .report-support-footer {
  box-shadow: 0px 4px 0px #E2E8F0;
}
.report-section .report-footer-img {
  max-height: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .report-section .report-category-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .report-section .report-category-card .card-content {
    text-align: center !important;
  }
  .report-section .report-support-footer {
    flex-direction: column;
    text-align: center;
  }
  .report-section .report-footer-img {
    max-height: 80px;
  }
}

/* ===== PAGE: events ===== */
.events-calendar-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
  color: #1E1B4B;
}

.events-calendar-section .events-badge {
  background-color: #E8EDFF;
  color: #5850EC;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.events-calendar-section .events-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1E1B4B;
}

.events-calendar-section .events-subtitle {
  font-size: 1.125rem;
  color: #6B7280;
  max-width: 600px;
  line-height: 1.6;
}

.events-calendar-section .btn-filter {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  color: #1E1B4B;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #E2E8F0;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
}

.events-calendar-section .btn-filter:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #E2E8F0;
  background-color: #E8EDFF;
}

.events-calendar-section .btn-filter.active {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  border-color: #8B5CF6;
  color: #FFFFFF;
  box-shadow: 0px 4px 0px #7C3AED;
}

.events-calendar-section .btn-filter.active:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
}

.events-calendar-section .search-wrapper {
  position: relative;
  width: 100%;
}

.events-calendar-section .search-wrapper .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  font-size: 1.2rem;
}

.events-calendar-section .js-event-search {
  padding-left: 45px;
  padding-right: 20px;
  height: 48px;
  border-radius: 50px;
  border: 2px solid #C7D2FE;
  background-color: #FFFFFF;
  font-size: 0.95rem;
  color: #1E1B4B;
  transition: border-color 0.2s;
  box-shadow: none;
}

.events-calendar-section .js-event-search:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.events-calendar-section .card-event {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
  overflow: hidden;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.events-calendar-section .card-event:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 0px #C7D2FE, 0px 20px 32px rgba(30, 27, 75, 0.08);
}

.events-calendar-section .card-image-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #C7D2FE;
}

.events-calendar-section .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.events-calendar-section .card-event:hover .card-image-wrapper img {
  transform: scale(1.05);
}

.events-calendar-section .badge-status {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 50px;
  color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.events-calendar-section .bg-active {
  background-color: #10B981;
}

.events-calendar-section .bg-upcoming {
  background-color: #FF7A00;
}

.events-calendar-section .bg-ended {
  background-color: #6B7280;
}

.events-calendar-section .badge-type {
  background-color: #E8EDFF;
  color: #5850EC;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 4px;
}

.events-calendar-section .event-date {
  font-size: 0.85rem;
  color: #6B7280;
  font-weight: 600;
}

.events-calendar-section .card-event-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E1B4B;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.events-calendar-section .card-event-text {
  font-size: 0.95rem;
  color: #6B7280;
  line-height: 1.5;
}

.events-calendar-section .btn-details {
  background: #FFFFFF;
  border: 2px solid #5850EC;
  color: #5850EC;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #C7D2FE;
  transition: all 0.15s ease-in-out;
}

.events-calendar-section .btn-details:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #C7D2FE;
  background-color: #E8EDFF;
}


.events-calendar-section .modal-content {
  border-radius: 20px;
  border: 3px solid #8B5CF6;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.events-calendar-section .modal-header {
  border-bottom: 2px solid #E2E8F0;
  background-color: #F4F7FE;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  padding: 20px;
}

.events-calendar-section .modal-title {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
}

.events-calendar-section .modal-body {
  padding: 24px;
  font-size: 1rem;
  color: #1E1B4B;
  line-height: 1.6;
}

.events-calendar-section .btn-close-modal {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 10px 24px;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #7C3AED;
  transition: all 0.15s ease-in-out;
}

.events-calendar-section .btn-close-modal:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
}

.events-calendar-section .text-muted-secondary {
  color: #9CA3AF;
  font-size: 0.95rem;
}

/* ===== PAGE: help ===== */
.sp-help-center {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
}

.sp-help-center h2,
.sp-help-center h3,
.sp-help-center h4 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
}

.sp-help-center .sp-search-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-help-center .sp-search-title {
  color: #1E1B4B;
  font-size: 1.5rem;
}

.sp-help-center .sp-search-subtitle {
  color: #6B7280;
  font-size: 0.95rem;
}

.sp-help-center .sp-search-input-wrapper {
  position: relative;
  width: 100%;
}

.sp-help-center .sp-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #8B5CF6;
}

.sp-help-center .sp-search-input {
  background-color: #F4F7FE;
  border: 2px solid #E2E8F0;
  border-radius: 50px;
  padding: 12px 20px 12px 48px;
  font-size: 1rem;
  color: #1E1B4B;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sp-help-center .sp-search-input:focus {
  background-color: #FFFFFF;
  border-color: #8B5CF6;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
  color: #1E1B4B;
}

.sp-help-center .sp-search-input::placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.sp-help-center .sp-tab-btn {
  background-color: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 50px;
  color: #5850EC;
  font-weight: 700;
  padding: 8px 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
  transition: all 0.15s ease-in-out;
}

.sp-help-center .sp-tab-btn:hover {
  background-color: #E8EDFF;
  border-color: #8B5CF6;
  color: #1E1B4B;
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #E2E8F0;
}

.sp-help-center .sp-tab-btn.active {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  border-color: #8B5CF6;
  color: #FFFFFF;
  box-shadow: 0px 4px 0px #7C3AED;
}

.sp-help-center .sp-tab-btn.active:hover {
  box-shadow: 0px 2px 0px #7C3AED;
}

.sp-help-center .sp-faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-help-center .sp-faq-item {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}

.sp-help-center .sp-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-help-center .sp-faq-trigger {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #1E1B4B;
  font-weight: 700;
  font-size: 1.05rem;
  transition: color 0.15s ease-in-out;
}

.sp-help-center .sp-faq-question-text {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.sp-help-center .sp-faq-question-text i {
  color: #8B5CF6;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.sp-help-center .sp-faq-caret {
  font-size: 1.15rem;
  color: #6B7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.sp-help-center .sp-faq-item.is-open {
  border-color: #8B5CF6;
}

.sp-help-center .sp-faq-item.is-open .sp-faq-caret {
  transform: rotate(180deg);
  color: #8B5CF6;
}

.sp-help-center .sp-faq-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

.sp-help-center .sp-faq-body {
  padding: 0 20px 20px 20px;
  border-top: 1px solid #E2E8F0;
  padding-top: 16px;
  color: #6B7280;
  line-height: 1.6;
  font-size: 0.95rem;
}

.sp-help-center .sp-faq-link {
  color: #5850EC;
  text-decoration: underline;
  font-weight: 600;
}

.sp-help-center .sp-faq-link:hover {
  color: #8B5CF6;
}

.sp-help-center .sp-support-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-help-center .sp-support-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #E8EDFF;
  border-radius: 50%;
  color: #8B5CF6;
  font-size: 1.75rem;
}

.sp-help-center .sp-support-title {
  color: #1E1B4B;
  font-size: 1.25rem;
}

.sp-help-center .sp-support-text {
  color: #6B7280;
  font-size: 0.9rem;
  line-height: 1.5;
}

.sp-help-center .sp-support-btn {
  background: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0px 4px 0px #D96500;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sp-help-center .sp-support-btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #D96500;
  color: #FFFFFF;
}

.sp-help-center .sp-info-box {
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-help-center .sp-info-title {
  color: #1E1B4B;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
}

.sp-help-center .sp-info-title i {
  color: #00D2C4;
}

.sp-help-center .sp-info-list {
  list-style: none;
}

.sp-help-center .sp-info-list li {
  font-size: 0.9rem;
  color: #6B7280;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp-help-center .sp-info-list li span {
  font-weight: 600;
  color: #1E1B4B;
}

.sp-help-center .sp-no-results-icon {
  font-size: 3rem;
  color: #9CA3AF;
}

.sp-help-center .sp-no-results-title {
  color: #1E1B4B;
  font-weight: 700;
}

.sp-help-center .sp-no-results-text {
  color: #6B7280;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .sp-help-center h2 {
    font-size: 1.25rem !important;
  }
  .sp-help-center h3 {
    font-size: 1.1rem !important;
  }
  .sp-help-center .sp-faq-trigger {
    padding: 16px;
    font-size: 0.95rem;
  }
  .sp-help-center .sp-faq-body {
    padding: 0 16px 16px 16px;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-policy-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
}
.privacy-policy-section .policy-sidebar {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}
.privacy-policy-section .policy-content-card {
  background: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}
.privacy-policy-section .text-indigo-dark {
  color: #1E1B4B;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
}
.privacy-policy-section .text-purple {
  color: #8B5CF6;
}
.privacy-policy-section .nav-pills .nav-link {
  color: #5850EC;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.15s ease-in-out;
}
.privacy-policy-section .nav-pills .nav-link.active,
.privacy-policy-section .nav-pills .nav-link:hover {
  background-color: #E8EDFF;
  border-color: #C7D2FE;
  color: #1E1B4B;
}
.privacy-policy-section .btn-contact {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  color: #FFFFFF;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 4px 0px #7C3AED;
  transition: transform 0.1s, box-shadow 0.1s;
  padding: 10px 20px;
}
.privacy-policy-section .btn-contact:hover {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
  color: #FFFFFF;
}
.privacy-policy-section .policy-list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.privacy-policy-section .policy-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #6B7280;
}
@media (max-width: 767.98px) {
  .privacy-policy-section h1 {
    font-size: 1.5rem !important;
  }
  .privacy-policy-section h2 {
    font-size: 1.25rem !important;
  }
}

/* ===== PAGE: terms ===== */
.silver-terms-section {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
}

.silver-terms-section h2,
.silver-terms-section h3 {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B !important;
}

.silver-terms-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.silver-terms-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.silver-terms-tab {
  border-radius: 50px;
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  box-shadow: 0px 4px 0px #E2E8F0;
  text-align: left;
  padding: 10px 20px;
  font-weight: 600;
  color: #5850EC;
  transition: all 150ms ease;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.silver-terms-tab:hover,
.silver-terms-tab.active {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  color: #FFFFFF !important;
  border-color: transparent;
  box-shadow: 0px 4px 0px #7C3AED;
}

.silver-terms-tab:active {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
}

.bg-accent-light {
  background-color: #E8EDFF;
}

.text-primary-playful {
  color: #8B5CF6;
}

.text-indigo {
  color: #1E1B4B;
}

.js-terms-search {
  border: 2px solid #C7D2FE;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: border-color 0.15s ease-in-out;
}

.js-terms-search:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
  outline: none;
}

.js-terms-search::placeholder {
  color: #9CA3AF;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .silver-terms-section h2 {
    font-size: 16px !important;
  }
  .silver-terms-section h3 {
    font-size: 14px !important;
  }
  .silver-terms-tab {
    font-size: 0.85rem;
    padding: 8px 16px;
  }
}

/* ===== PAGE: disclaimer ===== */
.sp-disclaimer {
  background-color: #F4F7FE;
  font-family: 'Nunito', sans-serif;
}

.sp-disclaimer-header-card {
  background-color: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-disclaimer .sp-badge-accent {
  background-color: #E8EDFF;
  color: #8B5CF6;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 0.875rem;
}

.sp-disclaimer .sp-title-main {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
  font-size: 2.25rem;
  font-weight: 700;
}

.sp-disclaimer .sp-desc-lead {
  color: #6B7280;
  font-size: 1.125rem;
  line-height: 1.6;
}

.sp-disclaimer .sp-search-wrapper .input-group {
  border-radius: 15px;
  overflow: hidden;
}

.sp-disclaimer .sp-search-wrapper .input-group-text {
  background-color: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-right: none;
  color: #8B5CF6;
  font-size: 1.25rem;
  padding-left: 20px;
}

.sp-disclaimer .js-search-input {
  border: 2px solid #C7D2FE;
  border-left: none;
  padding: 12px 20px 12px 5px;
  font-size: 1rem;
  color: #1E1B4B;
  background-color: #FFFFFF;
}

.sp-disclaimer .js-search-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #8B5CF6;
}

.sp-disclaimer .js-search-input::placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.sp-disclaimer-card {
  background-color: #FFFFFF;
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
  transition: all 0.15s ease-in-out;
}

.sp-disclaimer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 0px #C7D2FE, 0px 12px 20px rgba(30, 27, 75, 0.06);
  border-color: #8B5CF6;
}

.sp-disclaimer .sp-icon-box {
  width: 50px;
  height: 50px;
  background-color: #E8EDFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B5CF6;
  font-size: 1.5rem;
}

.sp-disclaimer .sp-card-title {
  font-family: 'Fredoka', sans-serif;
  color: #1E1B4B;
  font-size: 1.25rem;
  font-weight: 700;
}

.sp-disclaimer .sp-card-text {
  color: #6B7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.sp-disclaimer-footer-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 2px solid #C7D2FE;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-disclaimer .sp-btn-primary {
  background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
  color: #FFFFFF;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 4px 0px #7C3AED;
  transition: transform 0.1s, box-shadow 0.1s;
}

.sp-disclaimer .sp-btn-primary:hover,
.sp-disclaimer .sp-btn-primary:focus {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #7C3AED;
  color: #FFFFFF;
}

.sp-disclaimer .sp-btn-secondary {
  background-color: transparent;
  color: #1E1B4B;
  border: 2px solid #C7D2FE;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0px 4px 0px #E2E8F0;
  transition: transform 0.1s, box-shadow 0.1s;
}

.sp-disclaimer .sp-btn-secondary:hover,
.sp-disclaimer .sp-btn-secondary:focus {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #E2E8F0;
  background-color: #E8EDFF;
  color: #1E1B4B;
}

@media (max-width: 767.98px) {
  .sp-disclaimer .sp-title-main {
    font-size: 1.75rem;
  }
  .sp-disclaimer .sp-desc-lead {
    font-size: 1rem;
  }
  .sp-disclaimer .sp-card-title {
    font-size: 1.125rem;
  }
}

.game-comment-card {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0px 4px 0px #C7D2FE;
    margin-bottom: 24px;
    transition: transform 150ms ease, box-shadow 150ms ease;
    font-family: 'Nunito', 'Fredoka', sans-serif;
}

.game-comment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.main-comment {
    margin-left: 0;
}

.comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid #5850EC;
    background-color: #F4F7FE;
    flex-shrink: 0;
}

.comment-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #7C3AED;
    z-index: 2;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.comment-meta {
    display: flex;
    flex-direction: column;
}

.comment-author-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-author-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1E1B4B;
}

.comment-author-tag {
    font-size: 0.85rem;
    color: #5850EC;
    font-weight: 600;
}

.comment-time {
    font-size: 0.8rem;
    color: #6B7280;
}

.comment-body {
    color: #1E1B4B;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.comment-body p {
    margin: 0;
}

.comment-footer {
    display: flex;
    gap: 12px;
    border-top: 1px dashed #E2E8F0;
    padding-top: 14px;
}

.comment-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F4F7FE;
    border: 2px solid #C7D2FE;
    color: #1E1B4B;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 6px 16px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: all 100ms ease;
}

.comment-action-btn:hover {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
    background: #E8EDFF;
}

.comment-action-btn.active {
    background: #E8EDFF;
    border-color: #5850EC;
    color: #5850EC;
    box-shadow: 0px 3px 0px #5850EC;
}

.comment-action-btn.active:hover {
    box-shadow: 0px 1px 0px #5850EC;
}

.game-comment-card {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0px 4px 0px #C7D2FE;
    margin-bottom: 24px;
    transition: transform 150ms ease, box-shadow 150ms ease;
    font-family: 'Nunito', 'Fredoka', sans-serif;
}

.reply-comment {
    margin-left: 48px;
    border-color: #E2E8F0;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.reply-comment:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #E2E8F0, 0px 16px 24px rgba(30, 27, 75, 0.04);
}

@media (max-width: 768px) {
    .reply-comment {
        margin-left: 20px;
    }
}

@media (min-width: 769px) {
    .reply-comment::before {
        content: '';
        position: absolute;
        left: -26px;
        top: -24px;
        width: 2px;
        height: calc(100% + 24px);
        background: #C7D2FE;
        z-index: -1;
    }

    .reply-comment::after {
        content: '';
        position: absolute;
        left: -26px;
        top: 36px;
        width: 24px;
        height: 2px;
        background: #C7D2FE;
        z-index: -1;
    }
}

.comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid #5850EC;
    background-color: #F4F7FE;
    flex-shrink: 0;
}

.comment-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #7C3AED;
    z-index: 2;
}

.comment-badge.badge-secondary {
    background: #00D2C4;
    box-shadow: 0px 2px 0px #00B0A4;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.comment-meta {
    display: flex;
    flex-direction: column;
}

.comment-author-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-author-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1E1B4B;
}

.comment-author-tag {
    font-size: 0.85rem;
    color: #5850EC;
    font-weight: 600;
}

.comment-time {
    font-size: 0.8rem;
    color: #6B7280;
}

.comment-body {
    color: #1E1B4B;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.comment-body p {
    margin: 0;
}

.comment-footer {
    display: flex;
    gap: 12px;
    border-top: 1px dashed #E2E8F0;
    padding-top: 14px;
}

.comment-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F4F7FE;
    border: 2px solid #C7D2FE;
    color: #1E1B4B;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 6px 16px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: all 100ms ease;
}

.comment-action-btn:hover {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
    background: #E8EDFF;
}


/* ===== PAGE TEMPLATE: games ===== */
.sp-header-block {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E2E8F0;
    z-index: 1030;
}

.sp-header-block .navbar {
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.sp-header-block .sp-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.sp-header-block .sp-brand-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1B4B;
    letter-spacing: -0.5px;
}

.sp-header-block .sp-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.sp-header-block .sp-nav-link:hover,
.sp-header-block .sp-nav-link:focus,
.sp-header-block .sp-nav-link.active {
    color: #5850EC;
}

.sp-header-block .sp-dropdown-menu {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    box-shadow: 0px 6px 0px #C7D2FE;
    padding: 0.5rem;
    min-width: 200px;
}

.sp-header-block .sp-dropdown-menu .dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
}

.sp-header-block .sp-dropdown-menu .dropdown-item:hover,
.sp-header-block .sp-dropdown-menu .dropdown-item:focus,
.sp-header-block .sp-dropdown-menu .dropdown-item.active {
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-header-block .sp-btn-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-btn-cta:hover {
    color: #FFFFFF;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

.sp-header-block .sp-btn-cta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #7C3AED;
}

.sp-header-block .sp-navbar-toggler {
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    color: #1E1B4B;
    background-color: #F4F7FE;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-navbar-toggler:active {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
}

.sp-header-block .sp-navbar-toggler i {
    font-size: 1.25rem;
    display: block;
}

@media (min-width: 992px) {
    .sp-header-block .sp-brand-desktop-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .sp-header-block .sp-brand-placeholder {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper {
        background-color: #FFFFFF;
        border-top: 2px solid #E2E8F0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .sp-header-block .sp-nav-link {
        padding: 0.75rem 0.5rem;
    }

    .sp-header-block .sp-dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #F4F7FE;
        padding-left: 1rem;
    }
}

.silver-parade-footer {
    background-color: #FFFFFF;
    border-top: 4px solid #8B5CF6;
    padding: 60px 0 30px 0;
    font-family: 'Nunito', sans-serif;
    color: #374151;
}

.silver-parade-footer .footer-brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.silver-parade-footer .footer-brand-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 25px;
}

.silver-parade-footer .footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.silver-parade-footer .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 0.95rem;
}

.silver-parade-footer .contact-detail-item i {
    color: #5850EC;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.silver-parade-footer .contact-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .contact-link:hover {
    color: #5850EC;
    text-decoration: underline;
}

.silver-parade-footer .footer-section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.silver-parade-footer .footer-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.silver-parade-footer .footer-navigation-list a {
    color: #5850EC;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .footer-navigation-list a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

.silver-parade-footer .footer-disclaimer-box {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.silver-parade-footer .footer-disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6B7280;
    margin: 0;
}

.silver-parade-footer .footer-horizontal-divider {
    border: 0;
    border-top: 2px solid #E2E8F0;
    margin: 40px 0 20px 0;
    opacity: 1;
}

.silver-parade-footer .footer-copyright-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 767.98px) {
    .silver-parade-footer {
        padding: 40px 0 20px 0;
    }

    .silver-parade-footer .footer-brand-title {
        font-size: 1.5rem;
    }

    .silver-parade-footer .footer-section-title {
        font-size: 1.15rem;
        margin-top: 10px;
    }
}

.sp-detail-page-wrapper {
    background-color: #F4F7FE;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.sp-detail-page-wrapper .sp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.sp-detail-page-wrapper .sp-breadcrumb a {
    color: #5850EC;
    text-decoration: none;
}

.sp-detail-page-wrapper .sp-breadcrumb span {
    color: #6B7280;
}

.sp-detail-page-wrapper .sp-page-title {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.sp-detail-page-wrapper .sp-meta-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-meta-badge {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1E1B4B;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sp-detail-page-wrapper .sp-player-container {
    background-color: #1E1B4B;
    border: 3px solid #C7D2FE;
    border-radius: 24px;
    box-shadow: 0px 8px 0px #C7D2FE;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-game-iframe {
    width: 100%;
    height: 550px;
    border: none;
    display: block;
}

.sp-detail-page-wrapper .sp-player-controls {
    background-color: #15133C;
    border-top: 3px solid #C7D2FE;
}

.sp-detail-page-wrapper .sp-btn-fullscreen {
    background: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #D96500;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #D96500;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-tabs-nav {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #E2E8F0;
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .sp-tab-btn {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-tab-btn:hover {
    color: #5850EC;
    border-color: #C7D2FE;
    background-color: #E8EDFF;
}

.sp-detail-page-wrapper .sp-tab-btn.active {
    background-color: #8B5CF6;
    border-color: #8B5CF6;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px #7C3AED;
}

.sp-detail-page-wrapper .sp-tab-content-panel {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-tab-pane {
    display: none;
}

.sp-detail-page-wrapper .sp-tab-pane.active {
    display: block;
}

.sp-detail-page-wrapper .sp-tab-pane p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #374151;
}

.sp-detail-page-wrapper .game-comment-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 4px 0px #C7D2FE;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-detail-page-wrapper .game-comment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .game-comment-card.reply-comment {
    margin-left: 2.5rem;
    background-color: #F8FAFC;
    border-color: #E2E8F0;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-detail-page-wrapper .comment-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
}

.sp-detail-page-wrapper .comment-badge.badge-secondary {
    background: #00D2C4;
}

.sp-detail-page-wrapper .comment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sp-detail-page-wrapper .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #C7D2FE;
}

.sp-detail-page-wrapper .comment-meta {
    display: flex;
    flex-direction: column;
}

.sp-detail-page-wrapper .comment-author-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .comment-author-name {
    font-weight: 800;
    color: #1E1B4B;
}

.sp-detail-page-wrapper .comment-author-tag {
    color: #5850EC;
    font-size: 0.85rem;
    font-weight: 700;
}

.sp-detail-page-wrapper .comment-time {
    font-size: 0.75rem;
    color: #6B7280;
}

.sp-detail-page-wrapper .comment-body p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.sp-detail-page-wrapper .comment-footer {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #E2E8F0;
    padding-top: 0.75rem;
}

.sp-detail-page-wrapper .comment-action-btn {
    background: none;
    border: none;
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: color 0.15s ease;
    padding: 0;
}

.sp-detail-page-wrapper .comment-action-btn:hover,
.sp-detail-page-wrapper .comment-action-btn.active {
    color: #5850EC;
}

.sp-detail-page-wrapper .comment-action-btn.like-btn.active i {
    color: #FF7A00;
}

.sp-detail-page-wrapper .sp-comment-form-container {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #1E1B4B;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control:focus {
    border-color: #C7D2FE;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(199, 210, 254, 0.4);
    outline: none;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.sp-detail-page-wrapper .sp-btn-submit-comment {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-sidebar-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-sidebar-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: #1E1B4B;
    border-bottom: 2px solid #F4F7FE;
    padding-bottom: 0.75rem;
}

.sp-detail-page-wrapper .sp-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sp-detail-page-wrapper .sp-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F4F7FE;
    padding-bottom: 0.5rem;
}

.sp-detail-page-wrapper .sp-info-label {
    font-weight: 700;
    color: #6B7280;
    font-size: 0.9rem;
}

.sp-detail-page-wrapper .sp-info-val {
    font-weight: 800;
    color: #1E1B4B;
    font-size: 0.95rem;
}

.sp-detail-page-wrapper .sp-related-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-detail-page-wrapper .sp-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-detail-page-wrapper .sp-related-img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.sp-detail-page-wrapper .sp-related-body {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-detail-page-wrapper .sp-related-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.sp-detail-page-wrapper .sp-related-link-text {
    font-size: 0.85rem;
    font-weight: 800;
    color: #5850EC;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-game-iframe {
    height: calc(100vh - 60px) !important;
    border-radius: 0 !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-player-controls {
    border-radius: 0 !important;
}

@media (max-width: 767.98px) {
    .sp-detail-page-wrapper .sp-game-iframe {
        height: 350px;
    }

    .sp-detail-page-wrapper .sp-page-title {
        font-size: 1.75rem;
    }

    .sp-detail-page-wrapper .game-comment-card.reply-comment {
        margin-left: 1rem;
    }
}

/* ===== final repair layer ===== */
@media (min-width: 992px) {
    .sp-header-block .container {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .sp-header-block .sp-brand-desktop-center {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        z-index: auto;
        flex: 0 0 auto;
        margin-right: 0.75rem;
        white-space: nowrap;
    }

    .sp-header-block .sp-brand-placeholder {
        display: none !important;
    }

    .sp-header-block .navbar-collapse {
        flex: 1 1 auto;
        min-width: 0;
    }

    .sp-header-block .sp-nav-inner-wrapper,
    .sp-header-block .navbar-nav {
        flex-wrap: nowrap;
    }

    .sp-header-block .sp-nav-link {
        white-space: nowrap;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.95rem;
    }

    .sp-header-block .sp-btn-cta {
        white-space: nowrap;
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper,
    .sp-header-block .navbar-nav,
    .sp-header-block .navbar-nav.ms-auto,
    .sp-header-block .navbar-nav.me-auto {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: stretch !important;
    }

    .sp-header-block .nav-item {
        width: 100%;
    }

    .sp-header-block .sp-nav-link,
    .sp-header-block .sp-dropdown-menu .dropdown-item {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .sp-header-block .sp-dropdown-menu {
        position: static !important;
        width: 100%;
        margin-top: 0.35rem;
        padding: 0.5rem;
        transform: none !important;
    }

    .sp-header-block .sp-btn-cta {
        justify-content: center;
    }
}

.sp-detail-page-wrapper .sp-player-container {
    overflow: hidden !important;
}

.sp-detail-page-wrapper .sp-game-iframe {
    height: clamp(360px, 56.25vw, 640px) !important;
    max-height: calc(100vh - 190px);
    overflow: hidden !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen,
.sp-detail-page-wrapper .sp-player-container:-webkit-full-screen {
    height: 100vh !important;
    background: #1E1B4B;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-game-iframe,
.sp-detail-page-wrapper .sp-player-container:-webkit-full-screen .sp-game-iframe {
    height: calc(100vh - 68px) !important;
    max-height: none;
}

@media (max-width: 767.98px) {
    .sp-detail-page-wrapper .sp-game-iframe {
        height: clamp(330px, 78vw, 520px) !important;
        max-height: none;
    }

    .sp-detail-page-wrapper .sp-player-controls {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

.coming-soon-section .sp-hidden-coming-filters {
    display: none !important;
}

.sp-tournaments-preview .table-responsive {
    overflow-x: hidden;
}

.sp-tournaments-preview .sp-table {
    width: 100%;
    table-layout: fixed;
}

.sp-tournaments-preview .sp-table tbody tr:hover {
    transform: none;
    box-shadow: inset 0 0 0 2px #C7D2FE;
}

.sp-tournaments-preview .player-name {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.events-calendar-section .card-event .card-body {
    padding: 1.35rem !important;
}

.events-calendar-section .card-footer-action {
    border-top: 1px solid #E8EDFF;
}

.silver-highlight-card .icon-bubble i {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.privacy-policy-section > .container,
.silver-terms-section > .container,
.sp-disclaimer > .container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.privacy-policy-section .row,
.silver-terms-section .row {
    justify-content: center;
}

.privacy-policy-section .policy-sidebar,
.privacy-policy-section .policy-content-card,
.silver-terms-card,
.sp-disclaimer-header-card,
.sp-disclaimer-card,
.sp-disclaimer-footer-card {
    border-radius: 20px;
    border: 2px solid #C7D2FE;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.privacy-policy-section h1,
.privacy-policy-section h2,
.privacy-policy-section h3,
.silver-terms-section h1,
.silver-terms-section h2,
.silver-terms-section h3,
.sp-disclaimer h1,
.sp-disclaimer h2,
.sp-disclaimer h3 {
    font-family: var(--font-headings);
    color: #1E1B4B !important;
    letter-spacing: 0;
}

.privacy-policy-section p,
.privacy-policy-section li,
.silver-terms-section p,
.silver-terms-section li,
.sp-disclaimer p,
.sp-disclaimer li {
    font-family: var(--font-body);
    color: #6B7280 !important;
    font-size: 1rem;
    line-height: 1.7;
}

.privacy-policy-section .policy-list,
.silver-terms-section ul,
.sp-disclaimer ul {
    list-style: none;
    padding-left: 0 !important;
}

.privacy-policy-section .policy-list li,
.silver-terms-section ul li,
.sp-disclaimer ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.7rem;
}

.privacy-policy-section .policy-list li::before,
.silver-terms-section ul li::before,
.sp-disclaimer ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1rem;
    text-align: center;
}

.privacy-policy-section .nav-pills .nav-link,
.silver-terms-tab {
    border-radius: 14px;
}

.privacy-policy-section .nav-pills .nav-link.active,
.privacy-policy-section .nav-pills .nav-link:hover,
.silver-terms-tab.active,
.silver-terms-tab:hover {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%) !important;
    color: #FFFFFF !important;
    border-color: #8B5CF6 !important;
}

@media (min-width: 992px) {
    .privacy-policy-section .col-lg-4,
    .silver-terms-section .col-lg-3 {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .privacy-policy-section .col-lg-8,
    .silver-terms-section .col-lg-9 {
        flex: 0 0 72%;
        max-width: 72%;
    }
}

.hero-banner-section .hero-card-wrapper {
    max-width: min(500px, calc(100% - 1.5rem));
}

.hero-banner-section .tag-orange {
    left: 0 !important;
}

.hero-banner-section .tag-teal {
    right: 0 !important;
}

/* ===== PAGE TEMPLATE: guides ===== */
.sp-header-block {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E2E8F0;
    z-index: 1030;
}

.sp-header-block .navbar {
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.sp-header-block .sp-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.sp-header-block .sp-brand-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1B4B;
    letter-spacing: -0.5px;
}

.sp-header-block .sp-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.sp-header-block .sp-nav-link:hover,
.sp-header-block .sp-nav-link:focus,
.sp-header-block .sp-nav-link.active {
    color: #5850EC;
}

.sp-header-block .sp-dropdown-menu {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    box-shadow: 0px 6px 0px #C7D2FE;
    padding: 0.5rem;
    min-width: 200px;
}

.sp-header-block .sp-dropdown-menu .dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
}

.sp-header-block .sp-dropdown-menu .dropdown-item:hover,
.sp-header-block .sp-dropdown-menu .dropdown-item:focus,
.sp-header-block .sp-dropdown-menu .dropdown-item.active {
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-header-block .sp-btn-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-btn-cta:hover {
    color: #FFFFFF;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

.sp-header-block .sp-btn-cta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #7C3AED;
}

.sp-header-block .sp-navbar-toggler {
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    color: #1E1B4B;
    background-color: #F4F7FE;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-navbar-toggler:active {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
}

.sp-header-block .sp-navbar-toggler i {
    font-size: 1.25rem;
    display: block;
}

@media (min-width: 992px) {
    .sp-header-block .sp-brand-desktop-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .sp-header-block .sp-brand-placeholder {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper {
        background-color: #FFFFFF;
        border-top: 2px solid #E2E8F0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .sp-header-block .sp-nav-link {
        padding: 0.75rem 0.5rem;
    }

    .sp-header-block .sp-dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #F4F7FE;
        padding-left: 1rem;
    }
}

.silver-parade-footer {
    background-color: #FFFFFF;
    border-top: 4px solid #8B5CF6;
    padding: 60px 0 30px 0;
    font-family: 'Nunito', sans-serif;
    color: #374151;
}

.silver-parade-footer .footer-brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.silver-parade-footer .footer-brand-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 25px;
}

.silver-parade-footer .footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.silver-parade-footer .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 0.95rem;
}

.silver-parade-footer .contact-detail-item i {
    color: #5850EC;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.silver-parade-footer .contact-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .contact-link:hover {
    color: #5850EC;
    text-decoration: underline;
}

.silver-parade-footer .footer-section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.silver-parade-footer .footer-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.silver-parade-footer .footer-navigation-list a {
    color: #5850EC;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .footer-navigation-list a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

.silver-parade-footer .footer-disclaimer-box {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.silver-parade-footer .footer-disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6B7280;
    margin: 0;
}

.silver-parade-footer .footer-horizontal-divider {
    border: 0;
    border-top: 2px solid #E2E8F0;
    margin: 40px 0 20px 0;
    opacity: 1;
}

.silver-parade-footer .footer-copyright-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 767.98px) {
    .silver-parade-footer {
        padding: 40px 0 20px 0;
    }

    .silver-parade-footer .footer-brand-title {
        font-size: 1.5rem;
    }

    .silver-parade-footer .footer-section-title {
        font-size: 1.15rem;
        margin-top: 10px;
    }
}

.sp-detail-page-wrapper {
    background-color: #F4F7FE;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.sp-detail-page-wrapper .sp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.sp-detail-page-wrapper .sp-breadcrumb a {
    color: #5850EC;
    text-decoration: none;
}

.sp-detail-page-wrapper .sp-breadcrumb span {
    color: #6B7280;
}

.sp-detail-page-wrapper .sp-page-title {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.sp-detail-page-wrapper .sp-meta-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-meta-badge {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1E1B4B;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sp-detail-page-wrapper .sp-player-container {
    background-color: #1E1B4B;
    border: 3px solid #C7D2FE;
    border-radius: 24px;
    box-shadow: 0px 8px 0px #C7D2FE;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-game-iframe {
    width: 100%;
    height: 550px;
    border: none;
    display: block;
}

.sp-detail-page-wrapper .sp-player-controls {
    background-color: #15133C;
    border-top: 3px solid #C7D2FE;
}

.sp-detail-page-wrapper .sp-btn-fullscreen {
    background: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #D96500;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #D96500;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-tabs-nav {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #E2E8F0;
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .sp-tab-btn {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-tab-btn:hover {
    color: #5850EC;
    border-color: #C7D2FE;
    background-color: #E8EDFF;
}

.sp-detail-page-wrapper .sp-tab-btn.active {
    background-color: #8B5CF6;
    border-color: #8B5CF6;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px #7C3AED;
}

.sp-detail-page-wrapper .sp-tab-content-panel {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-tab-pane {
    display: none;
}

.sp-detail-page-wrapper .sp-tab-pane.active {
    display: block;
}

.sp-detail-page-wrapper .sp-tab-pane p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #374151;
}

.sp-detail-page-wrapper .game-comment-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 4px 0px #C7D2FE;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-detail-page-wrapper .game-comment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .game-comment-card.reply-comment {
    margin-left: 2.5rem;
    background-color: #F8FAFC;
    border-color: #E2E8F0;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-detail-page-wrapper .comment-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
}

.sp-detail-page-wrapper .comment-badge.badge-secondary {
    background: #00D2C4;
}

.sp-detail-page-wrapper .comment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sp-detail-page-wrapper .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #C7D2FE;
}

.sp-detail-page-wrapper .comment-meta {
    display: flex;
    flex-direction: column;
}

.sp-detail-page-wrapper .comment-author-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .comment-author-name {
    font-weight: 800;
    color: #1E1B4B;
}

.sp-detail-page-wrapper .comment-author-tag {
    color: #5850EC;
    font-size: 0.85rem;
    font-weight: 700;
}

.sp-detail-page-wrapper .comment-time {
    font-size: 0.75rem;
    color: #6B7280;
}

.sp-detail-page-wrapper .comment-body p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.sp-detail-page-wrapper .comment-footer {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #E2E8F0;
    padding-top: 0.75rem;
}

.sp-detail-page-wrapper .comment-action-btn {
    background: none;
    border: none;
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: color 0.15s ease;
    padding: 0;
}

.sp-detail-page-wrapper .comment-action-btn:hover,
.sp-detail-page-wrapper .comment-action-btn.active {
    color: #5850EC;
}

.sp-detail-page-wrapper .comment-action-btn.like-btn.active i {
    color: #FF7A00;
}

.sp-detail-page-wrapper .sp-comment-form-container {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #1E1B4B;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control:focus {
    border-color: #C7D2FE;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(199, 210, 254, 0.4);
    outline: none;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.sp-detail-page-wrapper .sp-btn-submit-comment {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-sidebar-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-sidebar-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: #1E1B4B;
    border-bottom: 2px solid #F4F7FE;
    padding-bottom: 0.75rem;
}

.sp-detail-page-wrapper .sp-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sp-detail-page-wrapper .sp-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F4F7FE;
    padding-bottom: 0.5rem;
}

.sp-detail-page-wrapper .sp-info-label {
    font-weight: 700;
    color: #6B7280;
    font-size: 0.9rem;
}

.sp-detail-page-wrapper .sp-info-val {
    font-weight: 800;
    color: #1E1B4B;
    font-size: 0.95rem;
}

.sp-detail-page-wrapper .sp-related-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-detail-page-wrapper .sp-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-detail-page-wrapper .sp-related-img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.sp-detail-page-wrapper .sp-related-body {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-detail-page-wrapper .sp-related-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.sp-detail-page-wrapper .sp-related-link-text {
    font-size: 0.85rem;
    font-weight: 800;
    color: #5850EC;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-game-iframe {
    height: calc(100vh - 60px) !important;
    border-radius: 0 !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-player-controls {
    border-radius: 0 !important;
}

@media (max-width: 767.98px) {
    .sp-detail-page-wrapper .sp-game-iframe {
        height: 350px;
    }

    .sp-detail-page-wrapper .sp-page-title {
        font-size: 1.75rem;
    }

    .sp-detail-page-wrapper .game-comment-card.reply-comment {
        margin-left: 1rem;
    }
}

/* ===== PAGE TEMPLATE: tournaments ===== */
.sp-header-block {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E2E8F0;
    z-index: 1030;
}

.sp-header-block .navbar {
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.sp-header-block .sp-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.sp-header-block .sp-brand-name {
    font-family: 'Fredoka', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1B4B;
    letter-spacing: -0.5px;
}

.sp-header-block .sp-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.sp-header-block .sp-nav-link:hover,
.sp-header-block .sp-nav-link:focus,
.sp-header-block .sp-nav-link.active {
    color: #5850EC;
}

.sp-header-block .sp-dropdown-menu {
    background-color: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    box-shadow: 0px 6px 0px #C7D2FE;
    padding: 0.5rem;
    min-width: 200px;
}

.sp-header-block .sp-dropdown-menu .dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1E1B4B;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
}

.sp-header-block .sp-dropdown-menu .dropdown-item:hover,
.sp-header-block .sp-dropdown-menu .dropdown-item:focus,
.sp-header-block .sp-dropdown-menu .dropdown-item.active {
    background-color: #E8EDFF;
    color: #5850EC;
}

.sp-header-block .sp-btn-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-btn-cta:hover {
    color: #FFFFFF;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
}

.sp-header-block .sp-btn-cta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #7C3AED;
}

.sp-header-block .sp-navbar-toggler {
    border: 2px solid #C7D2FE;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    color: #1E1B4B;
    background-color: #F4F7FE;
    box-shadow: 0px 3px 0px #C7D2FE;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-header-block .sp-navbar-toggler:active {
    transform: translateY(2px);
    box-shadow: 0px 1px 0px #C7D2FE;
}

.sp-header-block .sp-navbar-toggler i {
    font-size: 1.25rem;
    display: block;
}

@media (min-width: 992px) {
    .sp-header-block .sp-brand-desktop-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .sp-header-block .sp-brand-placeholder {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper {
        background-color: #FFFFFF;
        border-top: 2px solid #E2E8F0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .sp-header-block .sp-nav-link {
        padding: 0.75rem 0.5rem;
    }

    .sp-header-block .sp-dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #F4F7FE;
        padding-left: 1rem;
    }
}

.silver-parade-footer {
    background-color: #FFFFFF;
    border-top: 4px solid #8B5CF6;
    padding: 60px 0 30px 0;
    font-family: 'Nunito', sans-serif;
    color: #374151;
}

.silver-parade-footer .footer-brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.silver-parade-footer .footer-brand-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 25px;
}

.silver-parade-footer .footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.silver-parade-footer .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 0.95rem;
}

.silver-parade-footer .contact-detail-item i {
    color: #5850EC;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.silver-parade-footer .contact-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .contact-link:hover {
    color: #5850EC;
    text-decoration: underline;
}

.silver-parade-footer .footer-section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.silver-parade-footer .footer-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.silver-parade-footer .footer-navigation-list a {
    color: #5850EC;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.silver-parade-footer .footer-navigation-list a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

.silver-parade-footer .footer-disclaimer-box {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.silver-parade-footer .footer-disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6B7280;
    margin: 0;
}

.silver-parade-footer .footer-horizontal-divider {
    border: 0;
    border-top: 2px solid #E2E8F0;
    margin: 40px 0 20px 0;
    opacity: 1;
}

.silver-parade-footer .footer-copyright-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 767.98px) {
    .silver-parade-footer {
        padding: 40px 0 20px 0;
    }

    .silver-parade-footer .footer-brand-title {
        font-size: 1.5rem;
    }

    .silver-parade-footer .footer-section-title {
        font-size: 1.15rem;
        margin-top: 10px;
    }
}

.sp-detail-page-wrapper {
    background-color: #F4F7FE;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.sp-detail-page-wrapper .sp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.sp-detail-page-wrapper .sp-breadcrumb a {
    color: #5850EC;
    text-decoration: none;
}

.sp-detail-page-wrapper .sp-breadcrumb span {
    color: #6B7280;
}

.sp-detail-page-wrapper .sp-page-title {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.sp-detail-page-wrapper .sp-meta-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-meta-badge {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1E1B4B;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sp-detail-page-wrapper .sp-player-container {
    background-color: #1E1B4B;
    border: 3px solid #C7D2FE;
    border-radius: 24px;
    box-shadow: 0px 8px 0px #C7D2FE;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-game-iframe {
    width: 100%;
    height: 550px;
    border: none;
    display: block;
}

.sp-detail-page-wrapper .sp-player-controls {
    background-color: #15133C;
    border-top: 3px solid #C7D2FE;
}

.sp-detail-page-wrapper .sp-btn-fullscreen {
    background: linear-gradient(135deg, #FF7A00 0%, #FFB800 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #D96500;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #D96500;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-fullscreen:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-tabs-nav {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #E2E8F0;
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .sp-tab-btn {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-tab-btn:hover {
    color: #5850EC;
    border-color: #C7D2FE;
    background-color: #E8EDFF;
}

.sp-detail-page-wrapper .sp-tab-btn.active {
    background-color: #8B5CF6;
    border-color: #8B5CF6;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px #7C3AED;
}

.sp-detail-page-wrapper .sp-tab-content-panel {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-tab-pane {
    display: none;
}

.sp-detail-page-wrapper .sp-tab-pane.active {
    display: block;
}

.sp-detail-page-wrapper .sp-tab-pane p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #374151;
}

.sp-detail-page-wrapper .game-comment-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 4px 0px #C7D2FE;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-detail-page-wrapper .game-comment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .game-comment-card.reply-comment {
    margin-left: 2.5rem;
    background-color: #F8FAFC;
    border-color: #E2E8F0;
    box-shadow: 0px 4px 0px #E2E8F0;
}

.sp-detail-page-wrapper .comment-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
}

.sp-detail-page-wrapper .comment-badge.badge-secondary {
    background: #00D2C4;
}

.sp-detail-page-wrapper .comment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sp-detail-page-wrapper .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #C7D2FE;
}

.sp-detail-page-wrapper .comment-meta {
    display: flex;
    flex-direction: column;
}

.sp-detail-page-wrapper .comment-author-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sp-detail-page-wrapper .comment-author-name {
    font-weight: 800;
    color: #1E1B4B;
}

.sp-detail-page-wrapper .comment-author-tag {
    color: #5850EC;
    font-size: 0.85rem;
    font-weight: 700;
}

.sp-detail-page-wrapper .comment-time {
    font-size: 0.75rem;
    color: #6B7280;
}

.sp-detail-page-wrapper .comment-body p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.sp-detail-page-wrapper .comment-footer {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #E2E8F0;
    padding-top: 0.75rem;
}

.sp-detail-page-wrapper .comment-action-btn {
    background: none;
    border: none;
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: color 0.15s ease;
    padding: 0;
}

.sp-detail-page-wrapper .comment-action-btn:hover,
.sp-detail-page-wrapper .comment-action-btn.active {
    color: #5850EC;
}

.sp-detail-page-wrapper .comment-action-btn.like-btn.active i {
    color: #FF7A00;
}

.sp-detail-page-wrapper .sp-comment-form-container {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    box-shadow: 0px 6px 0px #C7D2FE;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control {
    background-color: #F4F7FE;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #1E1B4B;
    transition: all 0.15s ease;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control:focus {
    border-color: #C7D2FE;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(199, 210, 254, 0.4);
    outline: none;
}

.sp-detail-page-wrapper .sp-comment-form-container .form-control::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.sp-detail-page-wrapper .sp-btn-submit-comment {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #7C3AED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 0px #7C3AED;
    color: #FFFFFF;
}

.sp-detail-page-wrapper .sp-btn-submit-comment:active {
    transform: translateY(4px);
    box-shadow: none;
}

.sp-detail-page-wrapper .sp-sidebar-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0px 4px 0px #E2E8F0;
    margin-bottom: 2rem;
}

.sp-detail-page-wrapper .sp-sidebar-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: #1E1B4B;
    border-bottom: 2px solid #F4F7FE;
    padding-bottom: 0.75rem;
}

.sp-detail-page-wrapper .sp-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sp-detail-page-wrapper .sp-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F4F7FE;
    padding-bottom: 0.5rem;
}

.sp-detail-page-wrapper .sp-info-label {
    font-weight: 700;
    color: #6B7280;
    font-size: 0.9rem;
}

.sp-detail-page-wrapper .sp-info-val {
    font-weight: 800;
    color: #1E1B4B;
    font-size: 0.95rem;
}

.sp-detail-page-wrapper .sp-related-card {
    background: #FFFFFF;
    border: 2px solid #C7D2FE;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 0px #E2E8F0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-detail-page-wrapper .sp-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.sp-detail-page-wrapper .sp-related-img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.sp-detail-page-wrapper .sp-related-body {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-detail-page-wrapper .sp-related-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E1B4B;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.sp-detail-page-wrapper .sp-related-link-text {
    font-size: 0.85rem;
    font-weight: 800;
    color: #5850EC;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-game-iframe {
    height: calc(100vh - 60px) !important;
    border-radius: 0 !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-player-controls {
    border-radius: 0 !important;
}

@media (max-width: 767.98px) {
    .sp-detail-page-wrapper .sp-game-iframe {
        height: 350px;
    }

    .sp-detail-page-wrapper .sp-page-title {
        font-size: 1.75rem;
    }

    .sp-detail-page-wrapper .game-comment-card.reply-comment {
        margin-left: 1rem;
    }
}
/* ===== final repair layer (last in cascade) ===== */
@media (min-width: 992px) {
    .sp-header-block .container {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .sp-header-block .sp-brand-desktop-center {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        z-index: auto;
        flex: 0 0 auto;
        margin-right: 0.75rem;
        white-space: nowrap;
    }

    .sp-header-block .sp-brand-placeholder {
        display: none !important;
    }

    .sp-header-block .navbar-collapse {
        flex: 1 1 auto;
        min-width: 0;
    }

    .sp-header-block .sp-nav-inner-wrapper,
    .sp-header-block .navbar-nav {
        flex-wrap: nowrap;
    }

    .sp-header-block .sp-nav-link {
        white-space: nowrap;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.95rem;
    }

    .sp-header-block .sp-btn-cta {
        white-space: nowrap;
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .sp-header-block .sp-nav-inner-wrapper,
    .sp-header-block .navbar-nav,
    .sp-header-block .navbar-nav.ms-auto,
    .sp-header-block .navbar-nav.me-auto {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: stretch !important;
    }

    .sp-header-block .nav-item {
        width: 100%;
    }

    .sp-header-block .sp-nav-link,
    .sp-header-block .sp-dropdown-menu .dropdown-item {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .sp-header-block .sp-dropdown-menu {
        position: static !important;
        width: 100%;
        margin-top: 0.35rem;
        padding: 0.5rem;
        transform: none !important;
    }

    .sp-header-block .sp-btn-cta {
        justify-content: center;
    }
}

.sp-detail-page-wrapper .sp-player-container {
    overflow: hidden !important;
}

.sp-detail-page-wrapper .sp-game-iframe {
    height: clamp(360px, 56.25vw, 640px) !important;
    max-height: calc(100vh - 190px) !important;
    overflow: hidden !important;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen,
.sp-detail-page-wrapper .sp-player-container:-webkit-full-screen {
    height: 100vh !important;
    background: #1E1B4B;
}

.sp-detail-page-wrapper .sp-player-container:fullscreen .sp-game-iframe,
.sp-detail-page-wrapper .sp-player-container:-webkit-full-screen .sp-game-iframe {
    height: calc(100vh - 68px) !important;
    max-height: none !important;
}

@media (max-width: 767.98px) {
    .sp-detail-page-wrapper .sp-game-iframe {
        height: clamp(330px, 78vw, 520px) !important;
        max-height: none !important;
    }

    .sp-detail-page-wrapper .sp-player-controls {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

.coming-soon-section .sp-hidden-coming-filters {
    display: none !important;
}

.sp-tournaments-preview .table-responsive {
    overflow-x: hidden !important;
}

.sp-tournaments-preview .sp-table {
    width: 100%;
    table-layout: fixed;
}

.sp-tournaments-preview .sp-table tbody tr:hover {
    transform: none !important;
    box-shadow: inset 0 0 0 2px #C7D2FE;
}

.sp-tournaments-preview .player-name {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.events-calendar-section .card-event .card-body {
    padding: 1.35rem !important;
}

.events-calendar-section .card-footer-action {
    border-top: 1px solid #E8EDFF;
}

.silver-highlight-card .icon-bubble i {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.privacy-policy-section > .container,
.silver-terms-section > .container,
.sp-disclaimer > .container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.privacy-policy-section .row,
.silver-terms-section .row {
    justify-content: center;
}

.privacy-policy-section .policy-sidebar,
.privacy-policy-section .policy-content-card,
.silver-terms-card,
.sp-disclaimer-header-card,
.sp-disclaimer-card,
.sp-disclaimer-footer-card {
    border-radius: 20px;
    border: 2px solid #C7D2FE;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    box-shadow: 0px 8px 0px #C7D2FE, 0px 16px 24px rgba(30, 27, 75, 0.06);
}

.privacy-policy-section h1,
.privacy-policy-section h2,
.privacy-policy-section h3,
.silver-terms-section h1,
.silver-terms-section h2,
.silver-terms-section h3,
.sp-disclaimer h1,
.sp-disclaimer h2,
.sp-disclaimer h3 {
    font-family: var(--font-headings);
    color: #1E1B4B !important;
    letter-spacing: 0;
}

.privacy-policy-section p,
.privacy-policy-section li,
.silver-terms-section p,
.silver-terms-section li,
.sp-disclaimer p,
.sp-disclaimer li {
    font-family: var(--font-body);
    color: #6B7280 !important;
    font-size: 1rem;
    line-height: 1.7;
}

.privacy-policy-section .policy-list,
.silver-terms-section ul,
.sp-disclaimer ul {
    list-style: none;
    padding-left: 0 !important;
}

.privacy-policy-section .policy-list li,
.silver-terms-section ul li,
.sp-disclaimer ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.7rem;
}

.privacy-policy-section .policy-list li::before,
.silver-terms-section ul li::before,
.sp-disclaimer ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1rem;
    text-align: center;
}

.privacy-policy-section .nav-pills .nav-link,
.silver-terms-tab {
    border-radius: 14px;
}

.privacy-policy-section .nav-pills .nav-link.active,
.privacy-policy-section .nav-pills .nav-link:hover,
.silver-terms-tab.active,
.silver-terms-tab:hover {
    background: linear-gradient(135deg, #8B5CF6 0%, #00D2C4 100%) !important;
    color: #FFFFFF !important;
    border-color: #8B5CF6 !important;
}

@media (min-width: 992px) {
    .privacy-policy-section .col-lg-4,
    .silver-terms-section .col-lg-3 {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .privacy-policy-section .col-lg-8,
    .silver-terms-section .col-lg-9 {
        flex: 0 0 72%;
        max-width: 72%;
    }
}
