:root {
    --primary: #D4AF37;
    --secondary: #1E1E2E;
    --accent: #FF4D4D;
    --bg-main: #0B0B0F;
    --bg-surface: #16161D;
    --text-light: #FFFFFF;
    --text-muted-color: #B0B0B0;
    --border-default: rgba(212, 175, 55, 0.2);
    --gold-glow: linear-gradient(90deg, #D4AF37 0%, #F1C40F 100%);
}

.midnight-luxury-theme {
    background-color: var(--bg-main);
    color: var(--text-light);
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.text-muted {
    color: var(--text-muted-color) !important;
}

.primary-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.glass-panel {
    background: rgba(22, 22, 29, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-default);
    border-radius: 16px;
}

.btn-gold {
    background: var(--gold-glow);
    color: #0B0B0F;
    border-radius: 50px;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-gold:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.btn-outline-gold {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-outline-gold:hover {
    background: var(--primary);
    color: #0B0B0F;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===== header ===== */
.cardpartyhub-header {
    z-index: 1050;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cardpartyhub-header .disclaimer-bar {
    background-color: #0B0B0F;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.cardpartyhub-header .disclaimer-text {
    color: #D4AF37;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.cardpartyhub-header .navbar {
    background-color: #0B0B0F;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.cardpartyhub-header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.cardpartyhub-header .brand-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.cardpartyhub-header .brand-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #D4AF37;
    letter-spacing: -0.02em;
}

.cardpartyhub-header .nav-link {
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.cardpartyhub-header .nav-link:hover,
.cardpartyhub-header .nav-link.active,
.cardpartyhub-header .nav-link.show {
    color: #D4AF37 !important;
}

.cardpartyhub-header .navbar-toggler {
    border: 1px solid #D4AF37;
    padding: 0.5rem;
    color: #D4AF37;
}

.cardpartyhub-header .navbar-toggler:focus {
    box-shadow: none;
}

.cardpartyhub-header .dropdown-menu {
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 10px;
}

.cardpartyhub-header .dropdown-item {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    padding: 0.6rem 1.5rem;
    transition: background 0.3s, color 0.3s;
}

.cardpartyhub-header .dropdown-item:hover {
    background-color: #D4AF37;
    color: #0B0B0F;
}

@media (max-width: 991.98px) {
    .cardpartyhub-header .navbar-collapse {
        background-color: #16161D;
        padding: 1.5rem;
        border-radius: 12px;
        margin-top: 1rem;
        border: 1px solid rgba(212, 175, 55, 0.2);
    }

    .cardpartyhub-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .cardpartyhub-header .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .cardpartyhub-header .disclaimer-text {
        font-size: 0.6rem;
    }
}

/* ===== hero ===== */
.cardpartyhub-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #0B0B0F;
    padding: 100px 0;
}

.cardpartyhub-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cardpartyhub-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(11, 11, 15, 0.4) 0%, rgba(11, 11, 15, 0.95) 100%);
    z-index: 2;
}

.cardpartyhub-hero-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(5rem, 15vw, 15rem);
    font-weight: 900;
    color: rgba(212, 175, 55, 0.03);
    z-index: 3;
    pointer-events: none;
    letter-spacing: -0.05em;
    line-height: 1;
}

.cardpartyhub-hero-char {
    position: absolute;
    bottom: 0;
    height: 85%;
    z-index: 4;
    pointer-events: none;
    object-fit: contain;
    filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.2));
}

.cardpartyhub-hero-char-left {
    left: -5%;
}

.cardpartyhub-hero-char-right {
    right: -5%;
}

.cardpartyhub-hero-container {
    position: relative;
    z-index: 10;
}

.cardpartyhub-hero-content {
    text-align: center;
}

.cardpartyhub-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.cardpartyhub-hero-description {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #B0B0B0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cardpartyhub-hero-disclaimer {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 12px 20px;
    border-radius: 8px;
    color: #D4AF37;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cardpartyhub-btn-primary {
    background: linear-gradient(90deg, #D4AF37 0%, #F1C40F 100%);
    color: #0B0B0F !important;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}

.cardpartyhub-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
    filter: brightness(1.1);
}

.cardpartyhub-btn-secondary {
    background: transparent;
    border: 2px solid #D4AF37;
    color: #D4AF37 !important;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}

.cardpartyhub-btn-secondary:hover {
    background: #D4AF37;
    color: #0B0B0F !important;
}

@media (max-width: 1200px) {
    .cardpartyhub-hero-char {
        height: 70%;
    }
}

@media (max-width: 991px) {
    .cardpartyhub-hero-char {
        display: none;
    }

    .cardpartyhub-hero {
        min-height: auto;
        padding: 120px 0 80px;
    }
}

@media (max-width: 767px) {
    .cardpartyhub-hero-title {
        font-size: 1.8rem;
    }

    .cardpartyhub-hero-description {
        font-size: 0.95rem;
    }
}

/* ===== games_grid ===== */
.cardpartyhub-games-grid {
    padding: 80px 0;
    background-color: #0B0B0F;
    position: relative;
    overflow: hidden;
}

.cardpartyhub-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.cardpartyhub-section-subtitle {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.cardpartyhub-game-card {
    background: linear-gradient(180deg, rgba(30, 30, 46, 0.5) 0%, rgba(11, 11, 15, 0.5) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.cardpartyhub-game-card:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cardpartyhub-game-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cardpartyhub-game-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.cardpartyhub-game-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cardpartyhub-game-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.cardpartyhub-game-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0;
}

.cardpartyhub-play-btn {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    color: #0B0B0F;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: filter 0.3s ease;
}

.cardpartyhub-game-card:hover .cardpartyhub-play-btn {
    filter: brightness(1.1);
}

@media (max-width: 767px) {
    .cardpartyhub-section-title {
        font-size: 1.5rem;
    }

    .cardpartyhub-section-subtitle {
        font-size: 0.9rem;
    }

    .cardpartyhub-games-grid {
        padding: 60px 0;
    }

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

/* ===== features ===== */
.features-section {
    background-color: #0B0B0F;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.features-section .features-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #D4AF37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.features-section .features-subtitle {
    color: #B0B0B0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.features-section .feature-card {
    background: linear-gradient(180deg, rgba(30, 30, 46, 0.8) 0%, rgba(11, 11, 15, 0.9) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.features-section .feature-card:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.features-section .feature-icon {
    color: #D4AF37;
}

.features-section .feature-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.features-section .feature-text {
    color: #B0B0B0;
    font-size: 1rem;
    line-height: 1.6;
}

.features-section .btn-feature-link {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.features-section .btn-feature-link:hover {
    color: #F1C40F;
}

.features-section .feature-card-image-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.features-section .feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.features-section .feature-card:hover .feature-img {
    transform: scale(1.05);
}

@media (max-width: 991.98px) {
    .features-section .feature-card-image-wrap {
        height: 200px;
    }
}

/* ===== about_preview ===== */
.about-preview-section {
    background-color: #0F0F14;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.about-preview-section .about-preview-title {
    font-family: 'Montserrat', sans-serif;
    color: #D4AF37;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

.about-preview-section .about-preview-text {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-preview-section .about-preview-feature-title {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
}

.about-preview-section .about-preview-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.about-preview-section .about-preview-btn {
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    color: #0B0B0F;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border: none;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.about-preview-section .about-preview-btn:hover {
    background: linear-gradient(90deg, #F1C40F, #D4AF37);
    color: #0B0B0F;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.about-preview-section .about-preview-image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-preview-section .about-preview-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-preview-section .about-preview-image-container:hover .about-preview-img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .about-preview-section .about-preview-title {
        font-size: 16px;
    }

    .about-preview-section .about-preview-feature-title {
        font-size: 14px;
    }

    .about-preview-section .about-preview-text {
        font-size: 14px;
    }

    .about-preview-section .about-preview-img {
        height: 300px;
    }
}

/* ===== footer ===== */
.cardpartyhub-footer {
    background-color: #0B0B0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.cardpartyhub-footer .bg-surface {
    background-color: #16161D;
}

.cardpartyhub-footer .text-accent {
    color: #D4AF37;
}

.cardpartyhub-footer .border-accent {
    border-color: rgba(212, 175, 55, 0.4) !important;
}

.cardpartyhub-footer .footer-disclaimer-box {
    border-radius: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cardpartyhub-footer .footer-logo-img {
    width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cardpartyhub-footer .footer-org-link:hover .footer-logo-img {
    transform: translateY(-3px);
}

.cardpartyhub-footer .hover-accent:hover {
    color: #D4AF37 !important;
}

.cardpartyhub-footer .hover-white:hover {
    color: #FFFFFF !important;
}

.cardpartyhub-footer .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cardpartyhub-footer .age-modal-content {
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.cardpartyhub-footer .footer-btn-primary {
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    border: none;
    color: #0B0B0F;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.cardpartyhub-footer .footer-btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.cardpartyhub-footer .footer-btn-secondary {
    background: transparent;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.cardpartyhub-footer .footer-btn-secondary:hover {
    background: #D4AF37;
    color: #0B0B0F;
}

.cardpartyhub-header {
    z-index: 1050;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cardpartyhub-header .disclaimer-bar {
    background-color: #0B0B0F;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.cardpartyhub-header .disclaimer-text {
    color: #D4AF37;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.cardpartyhub-header .navbar {
    background-color: #0B0B0F;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.cardpartyhub-header .brand-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.cardpartyhub-header .brand-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #D4AF37;
}

.cardpartyhub-header .nav-link {
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.cardpartyhub-header .nav-link:hover,
.cardpartyhub-header .nav-link.active {
    color: #D4AF37 !important;
}

.cardpartyhub-header .dropdown-menu {
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.cardpartyhub-header .dropdown-item {
    color: #FFFFFF;
    font-size: 0.85rem;
    padding: 0.6rem 1.5rem;
}

.cardpartyhub-header .dropdown-item:hover {
    background-color: #D4AF37;
    color: #0B0B0F;
}

.cardpartyhub-hero {
    background: linear-gradient(135deg, #1E1E2E 0%, #0B0B0F 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.cardpartyhub-catalog-grid {
    background-color: #0B0B0F;
}

.catalog-filter-search .js-catalog-search {
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #FFFFFF;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
}

.catalog-filter-search .js-catalog-search:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
    border-color: #D4AF37;
    outline: none;
}

.catalog-card {
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.catalog-card:hover {
    border-color: #D4AF37;
}

.card-img-container {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.catalog-card:hover .card-img-container img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.catalog-card:hover .card-overlay {
    opacity: 1;
}

.btn-primary-custom {
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    color: #0B0B0F;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-primary-custom:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    color: #0B0B0F;
}

.badge-custom {
    background: rgba(212, 175, 55, 0.1);
    color: #D4AF37;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.text-accent {
    color: #D4AF37;
}

.cardpartyhub-footer {
    background-color: #0B0B0F;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.cardpartyhub-footer .bg-surface {
    background-color: #16161D;
}

.footer-disclaimer-box {
    border-radius: 16px;
}

.footer-logo-img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rooms-lobby-section .rooms-search-input::placeholder {
    color: #FFFFFF;
}

.catalog-filter-search .js-catalog-search::placeholder {
    color: #FFFFFF;
}

.footer-btn-primary {
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    border: none;
    color: #0B0B0F;
    border-radius: 50px;
    font-weight: 600;
}

.footer-btn-secondary {
    background: transparent;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    border-radius: 50px;
    font-weight: 600;
}


/* ===== PAGE: about ===== */
.about-section { padding: 80px 0; background-color: #0B0B0F; color: #FFFFFF; font-family: 'Inter', sans-serif; }
.about-section h1, .about-section h2, .about-section h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
.about-section h1 { font-size: clamp(2.5rem, 5vw, 4rem); color: #D4AF37; margin-bottom: 2rem; }
.about-section .text-accent { color: #D4AF37; font-weight: 600; }
.about-section .text-primary { color: #D4AF37 !important; }
.about-section .text-secondary { color: #B0B0B0; line-height: 1.8; }
.about-section .about-content-box { padding-right: 1.5rem; }
.about-section .stat-number { display: block; font-size: 2rem; font-family: 'Montserrat', sans-serif; color: #FFFFFF; font-weight: 700; border-bottom: 2px solid #D4AF37; margin-bottom: 0.5rem; }
.about-section .stat-label { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; }
.about-section .about-image-wrapper img { border: 1px solid rgba(212, 175, 55, 0.3); transition: border-color 0.3s ease; }
.about-section .about-image-wrapper img:hover { border-color: #D4AF37; }
.about-section .feature-card { background: #16161D; border: 1px solid rgba(212, 175, 55, 0.2); padding: 2.5rem; border-radius: 16px; transition: transform 0.3s ease, border-color 0.3s ease; }
.about-section .feature-card:hover { border-color: #D4AF37; background: linear-gradient(180deg, #1E1E2E 0%, #16161D 100%); }
.about-section .feature-icon { font-size: 2.5rem; color: #D4AF37; margin-bottom: 1.5rem; }
.about-section .principles-banner { background: #0F0F14; border: 1px solid rgba(212, 175, 55, 0.15); position: relative; overflow: hidden; }
.about-section .principles-list li { color: #B0B0B0; font-size: 1.1rem; }
.about-section .principles-list li i { font-size: 1.2rem; }
.about-section .max-width-800 { max-width: 800px; }
@media (max-width: 768px) {
  .about-section { padding: 40px 0; }
  .about-section h1 { font-size: 1.8rem; }
  .about-section h2 { font-size: 1.5rem; }
  .about-section .feature-card { padding: 1.5rem; }
  .about-section .about-content-box { padding-right: 0; }
}

/* ===== PAGE: support ===== */
.support-info {
  background-color: #0B0B0F;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.support-info__title {
  font-family: 'Montserrat', sans-serif;
  color: #D4AF37;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.support-info__intro {
  color: #B0B0B0;
  line-height: 1.6;
}

.support-info__card {
  background: #16161D;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  padding: 40px;
  transition: border-color 0.3s ease-in-out;
}

.support-info__card:hover {
  border-color: rgba(212, 175, 55, 0.6);
}

.support-info__card-icon {
  font-size: 3rem;
  color: #D4AF37;
}

.support-info__card h2 {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.support-info__email-box {
  background: rgba(30, 30, 46, 0.5);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.support-info__label {
  font-size: 0.875rem;
  color: #6C757D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.support-info__link {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  word-break: break-all;
  transition: color 0.3s ease;
}

.support-info__link:hover {
  color: #F1C40F;
}

.support-info__note {
  color: #6C757D;
}

.support-info__search-box .input-group {
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.support-info__search-box .input-group-text {
  color: #D4AF37;
  border: none;
}

.support-info__search-box .form-control {
  border: none;
  color: #FFFFFF;
  padding: 12px;
}

.support-info__search-box .form-control::placeholder {
  color: #6C757D;
}

.support-info__search-box .form-control:focus {
  box-shadow: none;
  background-color: rgba(212, 175, 55, 0.05);
}

.support-info__accordion .accordion-item {
  background-color: transparent;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 10px;
  border-radius: 12px !important;
  overflow: hidden;
}

.support-info__accordion .accordion-button {
  background-color: #16161D;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  box-shadow: none;
  border: none;
  padding: 20px;
}

.support-info__accordion .accordion-button:not(.collapsed) {
  color: #D4AF37;
  background-color: #1E1E2E;
}

.support-info__accordion .accordion-button::after {
  filter: invert(1) sepia(100%) saturate(1000%) hue-rotate(10deg);
}

.support-info__accordion .accordion-body {
  color: #B0B0B0;
  background-color: #0F0F14;
  line-height: 1.7;
  padding: 20px;
}

.support-info__banner {
  background: linear-gradient(135deg, #1E1E2E 0%, #0B0B0F 100%);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.support-info__banner h3 {
  font-family: 'Montserrat', sans-serif;
  color: #D4AF37;
}

.support-info__banner p {
  color: #B0B0B0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.support-info__btn-secondary {
  background: transparent;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.support-info__btn-secondary:hover {
  background-color: #D4AF37;
  color: #0B0B0F;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* ===== PAGE: leaderboard ===== */
.leaderboard-section {
  background-color: #0B0B0F;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.leaderboard-title {
  font-family: 'Montserrat', sans-serif;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.leaderboard-subtitle {
  color: #B0B0B0;
  line-height: 1.6;
}

.leaderboard-tabs {
  background: #16161D;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.leaderboard-tabs .btn {
  border-radius: 50px !important;
  color: #B0B0B0;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: transparent;
}

.leaderboard-tabs .btn.active {
  background: linear-gradient(90deg, #D4AF37, #F1C40F);
  color: #0B0B0F;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.leaderboard-table-wrapper {
  background: #16161D;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.leaderboard-table {
  border-collapse: separate;
  border-spacing: 0;
}

.leaderboard-table thead th {
  background-color: #1E1E2E;
  color: #D4AF37;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 20px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}

.leaderboard-table tbody td {
  padding: 18px 20px;
  vertical-align: middle;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #16161D;
}

.rank-badge {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  margin: 0 auto;
}

.rank-1 {
  background: linear-gradient(135deg, #FFD700, #B8860B);
  color: #000;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.rank-2 {
  background: linear-gradient(135deg, #C0C0C0, #708090);
  color: #000;
}

.rank-3 {
  background: linear-gradient(135deg, #CD7F32, #8B4513);
  color: #000;
}

.rank-other {
  background: rgba(255, 255, 255, 0.1);
  color: #B0B0B0;
}

.player-info {
  display: flex;
  align-items: center;
}

.player-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #D4AF37;
  margin-right: 15px;
  object-fit: cover;
}

.player-name {
  font-weight: 600;
  font-size: 1.1rem;
}

.score-value {
  font-weight: 700;
  color: #D4AF37;
}

.status-online {
  color: #4CAF50;
  font-size: 0.85rem;
}

.status-offline {
  color: #6C757D;
  font-size: 0.85rem;
}

.leaderboard-info-card {
  background: linear-gradient(180deg, rgba(30, 30, 46, 0.5) 0%, rgba(11, 11, 15, 0.5) 100%);
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.leaderboard-info-card h2 {
  color: #D4AF37;
  font-family: 'Montserrat', sans-serif;
}

.info-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  border-radius: 12px;
  height: 100%;
}

.info-box i {
  color: #D4AF37;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .player-name {
    font-size: 0.95rem;
  }
  .leaderboard-table thead th,
  .leaderboard-table tbody td {
    padding: 12px 10px;
  }
  .player-avatar {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
}

/* ===== PAGE: tournament-history ===== */
.tournament-history-section {
    padding: 80px 0;
    background-color: #0B0B0F;
    font-family: 'Inter', sans-serif;
}

.tournament-history-section__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: clamp(2rem, 4vw, 3rem);
}

.tournament-history-section__divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37 0%, #F1C40F 100%);
    border-radius: 2px;
}

.tournament-history-section__search-wrapper {
    position: relative;
}

.tournament-history-section__search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #D4AF37;
}

.tournament-history-section__search-wrapper .form-control {
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #FFFFFF;
    padding-left: 45px;
    height: 48px;
    border-radius: 24px;
}

.tournament-history-section__search-wrapper .form-control:focus {
    background-color: #1E1E2E;
    border-color: #D4AF37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
    outline: none;
}

.tournament-history-section__search-wrapper .form-control::placeholder {
    color: #6C757D;
}

.tournament-history-section__filter-btn {
    background: transparent;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    padding: 10px 24px;
    border-radius: 24px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.tournament-history-section__filter-btn:hover,
.tournament-history-section__filter-btn.active {
    background-color: #D4AF37;
    color: #0B0B0F;
}

.tournament-history-section__card {
    height: 100%;
    background-color: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.tournament-history-section__card:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.tournament-history-section__image-box {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.tournament-history-section__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tournament-history-section__badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #D4AF37;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #D4AF37;
}

.tournament-history-section__content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tournament-history-section__card-title {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.tournament-history-section__card-date {
    color: #B0B0B0;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.tournament-history-section__card-date i {
    margin-right: 8px;
    color: #D4AF37;
}

.tournament-history-section__stats {
    margin-top: auto;
}

.tournament-history-section__progress-container .progress {
    height: 6px;
    background-color: #1E1E2E;
    border-radius: 3px;
}

.tournament-history-section__progress-container .progress-bar {
    background: linear-gradient(90deg, #D4AF37 0%, #F1C40F 100%);
}

.text-accent {
    color: #D4AF37;
}

@media (max-width: 768px) {
    .tournament-history-section {
        padding: 50px 0;
    }
    .tournament-history-section__filter-group {
        flex-direction: row;
        justify-content: center;
    }
    .tournament-history-section__filter-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ===== PAGE: rooms ===== */
.rooms-lobby-section { padding: 100px 0; background-color: #0B0B0F; color: #FFFFFF; } .rooms-lobby-section .rooms-title { font-family: 'Montserrat', sans-serif; color: #D4AF37; font-size: 2.5rem; text-transform: uppercase; letter-spacing: -1px; } .rooms-lobby-section .rooms-subtitle { font-family: 'Inter', sans-serif; color: #B0B0B0; max-width: 700px; font-size: 1.1rem; margin-bottom: 2rem; } .rooms-lobby-section .rooms-filter-btn { background: #16161D; border: 1px solid rgba(212, 175, 55, 0.2); color: #B0B0B0; padding: 10px 24px; border-radius: 50px; transition: all 0.3s ease; font-weight: 600; font-size: 0.9rem; } .rooms-lobby-section .rooms-filter-btn:hover, .rooms-lobby-section .rooms-filter-btn.active { background: #D4AF37; color: #0B0B0F; border-color: #D4AF37; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3); } .rooms-lobby-section .rooms-search-wrapper { position: relative; } .rooms-lobby-section .rooms-search-input { background: #16161D; border: 1px solid rgba(212, 175, 55, 0.2); color: #FFFFFF; border-radius: 50px; padding: 10px 20px 10px 45px; transition: border-color 0.3s ease; } .rooms-lobby-section .rooms-search-input:focus { border-color: #D4AF37; background: #1E1E2E; box-shadow: none; color: #FFFFFF; } .rooms-lobby-section .rooms-search-wrapper .search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #D4AF37; opacity: 0.7; } .rooms-lobby-section .room-card { background: linear-gradient(180deg, #1E1E2E 0%, #16161D 100%); border: 1px solid rgba(212, 175, 55, 0.2); border-radius: 16px; overflow: hidden; height: 100%; transition: all 0.3s ease; display: flex; flex-direction: column; } .rooms-lobby-section .room-card:hover { border-color: #D4AF37; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); } .rooms-lobby-section .room-card-img-link { display: block; height: 200px; overflow: hidden; position: relative; } .rooms-lobby-section .room-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .rooms-lobby-section .room-card:hover .room-card-img { transform: scale(1.05); } .rooms-lobby-section .room-card-body { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; } .rooms-lobby-section .room-badge { display: inline-block; padding: 4px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; } .rooms-lobby-section .room-badge.poker { background: rgba(212, 175, 55, 0.1); color: #D4AF37; border: 1px solid rgba(212, 175, 55, 0.3); } .rooms-lobby-section .room-badge.slots { background: rgba(255, 77, 77, 0.1); color: #FF4D4D; border: 1px solid rgba(255, 77, 77, 0.3); } .rooms-lobby-section .room-badge.table { background: rgba(0, 212, 255, 0.1); color: #00d4ff; border: 1px solid rgba(0, 212, 255, 0.3); } .rooms-lobby-section .room-card-title { font-family: 'Montserrat', sans-serif; font-size: 1.25rem; margin-bottom: 0.75rem; } .rooms-lobby-section .room-card-title a { color: #FFFFFF; text-decoration: none; transition: color 0.3s ease; } .rooms-lobby-section .room-card-title a:hover { color: #D4AF37; } .rooms-lobby-section .room-card-desc { font-family: 'Inter', sans-serif; font-size: 0.9rem; color: #B0B0B0; margin-bottom: 1.5rem; flex-grow: 1; } .rooms-lobby-section .room-stats { background: rgba(0, 0, 0, 0.2); padding: 1rem; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.05); } .rooms-lobby-section .stat-label { font-size: 0.8rem; color: #6C757D; } .rooms-lobby-section .stat-value { font-size: 0.8rem; color: #FFFFFF; font-weight: 600; } .rooms-lobby-section .rooms-progress-bg { height: 6px; background-color: rgba(255, 255, 255, 0.05); border-radius: 3px; } .rooms-lobby-section .rooms-progress-bar { background: linear-gradient(90deg, #D4AF37 0%, #F1C40F 100%); } @media (max-width: 768px) { .rooms-lobby-section { padding: 60px 0; } .rooms-lobby-section .rooms-title { font-size: 1.8rem; } .rooms-lobby-section .rooms-subtitle { font-size: 0.95rem; } }

/* ===== PAGE: privacy ===== */
.privacy-policy-section { background-color: #0B0B0F; color: #FFFFFF; font-family: 'Inter', sans-serif; }
.privacy-policy-section .privacy-content { background: #16161D; border: 1px solid rgba(212, 175, 55, 0.2); position: relative; }
.privacy-policy-section .privacy-main-title { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #D4AF37; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: -0.02em; }
.privacy-policy-section h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #D4AF37; border-left: 4px solid #D4AF37; padding-left: 1rem; margin-top: 2rem; }
.privacy-policy-section p { line-height: 1.8; color: #B0B0B0; margin-bottom: 1.25rem; }
.privacy-policy-section .privacy-list { list-style: none; padding-left: 0; }
.privacy-policy-section .privacy-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #B0B0B0; }
.privacy-policy-section .privacy-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #D4AF37; font-size: 0.875rem; top: 0.25rem; }
.privacy-policy-section strong { color: #FFFFFF; }
@media (max-width: 767px) {
  .privacy-policy-section .privacy-content { padding: 1.5rem !important; }
  .privacy-policy-section h2 { font-size: 1.25rem; }
  .privacy-policy-section .privacy-main-title { font-size: 1.75rem; }
}

/* ===== PAGE: terms ===== */
.terms-content { background-color: #0B0B0F; position: relative; overflow: hidden; }
.terms-content .terms-card-wrapper { background: #16161D; border: 1px solid rgba(212, 175, 55, 0.2); border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); position: relative; }
.terms-content .terms-article { color: #B0B0B0; font-family: 'Inter', sans-serif; line-height: 1.8; }
.terms-content .terms-heading { color: #D4AF37; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; border-left: 4px solid #D4AF37; padding-left: 15px; margin-top: 2rem; }
.terms-content .terms-heading:first-child { margin-top: 0; }
.terms-content .terms-text { font-size: 1rem; margin-bottom: 1.5rem; }
.terms-content .terms-list { list-style: none; padding-left: 0; }
.terms-content .terms-list li { position: relative; padding-left: 25px; margin-bottom: 10px; }
.terms-content .terms-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #D4AF37; font-size: 0.9rem; }
@media (max-width: 768px) {
  .terms-content .terms-heading { font-size: 1.25rem; }
  .terms-content .terms-article { padding: 1.5rem !important; }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-content {
  background-color: #0B0B0F;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.disclaimer-content .disclaimer-card {
  background: #16161D;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.disclaimer-content .disclaimer-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
  padding-bottom: 1rem;
}

.disclaimer-content .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #D4AF37;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.disclaimer-content .section-title i {
  font-size: 1.1rem;
  opacity: 0.8;
}

.disclaimer-content .disclaimer-body p {
  line-height: 1.6;
  color: #B0B0B0;
  margin-bottom: 1rem;
}

.disclaimer-content .disclaimer-section {
  padding: 1.5rem;
  background: rgba(30, 30, 46, 0.3);
  border-radius: 12px;
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
}

.disclaimer-content .disclaimer-section:hover {
  border-color: rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
  .disclaimer-content .disclaimer-heading {
    font-size: 1.5rem;
  }
  
  .disclaimer-content .section-title {
    font-size: 1.1rem;
  }

  .disclaimer-content .disclaimer-card {
    padding: 1.5rem !important;
  }
}

/* ===== PAGE: rgp ===== */
.rgp-content-block {
  background-color: #0B0B0F;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.rgp-content-block .rgp-card {
  background: #16161D;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.rgp-content-block .rgp-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #D4AF37;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.02em;
}

.rgp-content-block .rgp-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #F1C40F;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.rgp-content-block .rgp-lead {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #B0B0B0;
}

.rgp-content-block p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #B0B0B0;
}

.rgp-content-block .rgp-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.rgp-content-block .rgp-list li {
  margin-bottom: 0.75rem;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
}

.rgp-content-block .rgp-list li i {
  color: #D4AF37;
  margin-top: 5px;
  font-size: 0.9rem;
}

.rgp-content-block .border-top {
  border-top-color: rgba(212, 175, 55, 0.2) !important;
}

.rgp-content-block .rgp-footer p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .rgp-content-block .rgp-title {
    font-size: 1.5rem;
  }
  .rgp-content-block .rgp-subtitle {
    font-size: 1.25rem;
  }
  .rgp-content-block .rgp-card {
    padding: 1.5rem !important;
  }
}

.comment-card {
    background: #16161D;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: border-color 0.3s ease;
}

.comment-card:hover {
    border-color: rgba(212, 175, 55, 0.6);
}

.comment-avatar {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #D4AF37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
}

.author-name {
    color: #D4AF37;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.comment-timestamp {
    color: #6C757D;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
}

.comment-body-text {
    color: #B0B0B0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    margin: 12px 0;
    font-size: 1rem;
}

.btn-comment-action {
    background: transparent;
    border: none;
    color: #D4AF37;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    transition: color 0.3s ease;
    cursor: pointer;
}

.btn-comment-action:hover {
    color: #F1C40F;
}

.reply-comment-wrapper {
    position: relative;
}

.reply-comment-wrapper::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #D4AF37 0%, transparent 100%);
    opacity: 0.3;
}

.reply-card {
    background: rgba(30, 30, 46, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 12px;
}

.reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.5);
}

.author-name-sm {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
}

.reply-body-text {
    color: #B0B0B0;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 8px 0;
}


/* ===== PAGE TEMPLATE: games ===== */
.game-detail-page {
    background-color: #0B0B0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.game-detail-page .bg-surface {
    background-color: #16161D;
}

.game-detail-page .bg-surface-alt {
    background-color: #0F0F14;
}

.game-detail-page .text-accent {
    color: #D4AF37;
}

.game-detail-page .border-accent {
    border-color: rgba(212, 175, 55, 0.4) !important;
}

.game-detail-page h1,
.game-detail-page h2,
.game-detail-page h3,
.game-detail-page h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.game-detail-page .game-player-wrapper {
    background-color: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

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

.game-detail-page .game-player-wrapper:fullscreen,
.game-detail-page .game-player-wrapper:-webkit-full-screen {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-detail-page .game-player-wrapper:fullscreen .game-iframe,
.game-detail-page .game-player-wrapper:-webkit-full-screen .game-iframe {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
}

.game-detail-page #js-auth-message {
    background-color: #000 !important;
}

.game-detail-page .fullscreen-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(22, 22, 29, 0.8);
    border: 1px solid #D4AF37;
    color: #D4AF37;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 10;
    transition: 0.3s ease;
}

.game-detail-page .fullscreen-trigger:hover {
    background: #D4AF37;
    color: #0B0B0F;
}

.game-detail-page .fullscreen-overlay-ui {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
}

.game-detail-page .exit-fullscreen-btn {
    background: #FF4D4D;
    border: none;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.3);
}

.game-detail-page .btn-share-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #16161D;
    color: #D4AF37;
    border: 1px solid rgba(212, 175, 55, 0.3);
    text-decoration: none;
    transition: 0.3s ease;
}

.game-detail-page .btn-share-social:hover {
    background: #D4AF37;
    color: #0B0B0F;
    transform: translateY(-3px);
}

.game-detail-page .btn-primary-custom {
    background: linear-gradient(90deg, #D4AF37, #F1C40F);
    border: none;
    color: #0B0B0F;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.game-detail-page .btn-primary-custom:hover {
    filter: brightness(1.1);
}

.game-detail-page .form-control {
    background-color: #0F0F14;
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #FFFFFF;
}

.game-detail-page .form-control:focus {
    background-color: #0F0F14;
    border-color: #D4AF37;
    box-shadow: none;
    color: #FFFFFF;
}

.game-detail-page .comment-card,
.game-detail-page .reply-card {
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 12px;
    background-color: rgba(30, 30, 46, 0.3);
}

.game-detail-page .comment-avatar,
.game-detail-page .reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D4AF37;
}

.game-detail-page .author-name {
    color: #FFFFFF;
    font-size: 1rem;
}

.game-detail-page .comment-timestamp {
    color: #6C757D;
    font-size: 0.75rem;
}

.game-detail-page .btn-comment-action {
    background: transparent;
    border: none;
    color: #B0B0B0;
    font-size: 0.85rem;
    padding: 0;
    transition: 0.3s;
}

.game-detail-page .btn-comment-action:hover {
    color: #D4AF37;
}

.game-detail-page .specs-list li {
    list-style: none;
}

.game-detail-page .sticky-sidebar {
    position: sticky;
    top: 100px;
}

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

    .game-detail-page .fullscreen-trigger {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    .game-detail-page .reply-comment-wrapper {
        margin-left: 1.5rem;
    }
}