:root {
    --primary: #9333ea;
    --secondary: #3b82f6;
    --accent: #f472b6;
    --bg-main: #0f172a;
    --bg-surface: #1e293b;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --font-headings: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;
    --magical-glow: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

.fantasy-theme {
    scroll-behavior: smooth;
}

.glass-panel {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(147, 51, 234, 0.2);
    border-radius: 24px;
}

.btn-magical {
    background: var(--magical-glow);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
    transition: all 0.3s ease;
}

.btn-magical:hover {
    background: linear-gradient(135deg, #a855f7 0%, #60a5fa 100%);
    box-shadow: 0 0 25px rgba(147, 51, 234, 0.7);
    color: #fff;
}

.section-spacing {
    padding: 80px 0;
}

.card-glow-hover {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.card-glow-hover:hover {
    border-color: var(--accent);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

/* ===== header ===== */
.header-main .navbar {
    background-color: #0f172a !important;
    border-bottom: 1px solid rgba(147, 51, 234, 0.3);
    z-index: 1050;
}

.header-main .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.header-main .brand-name {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.header-main .brand-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-main .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #f8fafc !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.2rem !important;
    transition: color 0.2s ease;
}

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

.header-main .dropdown-toggle::after {
    vertical-align: middle;
    border-top-color: #94a3b8;
}

.header-main .dropdown-menu {
    background-color: #1e293b;
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 12px;
    padding: 0.5rem 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.header-main .dropdown-item {
    color: #f8fafc;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease;
}

.header-main .dropdown-item:hover {
    background-color: rgba(147, 51, 234, 0.15);
    color: #f472b6;
}

.header-main .btn-magical-header {
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.4);
    transition: all 0.2s ease;
    border: none;
    display: inline-block;
}

.header-main .btn-magical-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.6);
    background: linear-gradient(135deg, #a855f7 0%, #60a5fa 100%);
}

.header-main .header-toggler-icon {
    width: 32px;
    height: 32px;
    color: #f8fafc;
}

@media (max-width: 991.98px) {
    .header-main .navbar-collapse {
        background-color: #0f172a;
        padding: 1.5rem 0;
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

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

    .header-main .dropdown-menu {
        background-color: rgba(30, 41, 59, 0.5);
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .header-main .header-actions {
        margin-top: 1.5rem;
        justify-content: center;
    }

    .header-main .btn-magical-header {
        width: 100%;
        text-align: center;
    }
}

/* ===== hero ===== */
#hero-block {
    background-color: #0f172a;
    padding: 100px 0;
    background-image: url('../static/photos/graphics/magical-realm-hero-background.png');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

#hero-block .hero-bg-overlay {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.8) 100%);
}

#hero-block .z-index-1 {
    z-index: 1;
}

#hero-block .z-index-2 {
    z-index: 2;
}

#hero-block .hero-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #f472b6;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#hero-block .hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(147, 51, 234, 0.3);
}

#hero-block .hero-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 600px;
}

#hero-block .hero-btn-primary {
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.4);
    border: none;
}

#hero-block .hero-btn-primary:hover {
    background: linear-gradient(135deg, #a855f7, #60a5fa);
    box-shadow: 0 0 25px rgba(147, 51, 234, 0.6);
    transform: translateY(-2px);
}

#hero-block .hero-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    color: #f8fafc;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

#hero-block .hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #f472b6;
    color: #f472b6;
    transform: translateY(-2px);
}

#hero-block .hero-disclaimer {
    color: #475569;
    border-left: 2px solid #9333ea;
    padding-left: 15px;
}

#hero-block .hero-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-block .hero-character {
    max-width: 90%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(147, 51, 234, 0.4));
}

#hero-block .hero-character-glow {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.3) 0%, rgba(59, 130, 246, 0) 70%);
    border-radius: 50%;
    filter: blur(40px);
}

#hero-block .w-5 {
    width: 1.25rem;
}

#hero-block .h-5 {
    height: 1.25rem;
}

@media (max-width: 991.98px) {
    #hero-block {
        padding: 60px 0;
        text-align: center;
    }

    #hero-block .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    #hero-block .hero-title {
        font-size: 1.75rem;
    }

    #hero-block .hero-description {
        font-size: 1rem;
    }
}

/* ===== games_showcase ===== */
.games-showcase-section {
    background-color: #0f172a;
    font-family: 'Inter', sans-serif;
    color: #f8fafc;
}

.games-showcase-section .games-showcase-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 0.05em;
}

.games-showcase-section .games-showcase-subtitle {
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.games-showcase-section .game-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    overflow: hidden;
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.games-showcase-section .game-card:hover {
    border-color: #f472b6;
    box-shadow: 0 10px 30px -5px rgba(147, 51, 234, 0.3);
}

.games-showcase-section .game-card-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.games-showcase-section .game-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.games-showcase-section .game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.games-showcase-section .game-card:hover .game-image {
    transform: scale(1.05);
}

.games-showcase-section .game-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(147, 51, 234, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
}

.games-showcase-section .game-title {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0;
    line-height: 1.3;
}

.games-showcase-section .disclaimer-box {
    padding: 1.5rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
}

.games-showcase-section .disclaimer-text {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
}

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

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

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

/* ===== achievements_teaser ===== */
.achievements-teaser {
    padding: 80px 0;
    background-color: #0f172a;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.achievements-teaser::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    z-index: 1;
}

.achievements-teaser .container {
    position: relative;
    z-index: 2;
}

.achievements-teaser-title {
    font-family: 'Cinzel', serif;
    color: #f8fafc;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.achievements-teaser-intro {
    font-family: 'Inter', sans-serif;
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.6;
}

.achievements-teaser .achievement-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    padding: 32px 24px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.achievements-teaser .achievement-card:hover {
    border-color: #f472b6;
    box-shadow: 0 10px 30px -5px rgba(147, 51, 234, 0.3);
}

.achievements-teaser .achievement-icon-wrapper {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(147, 51, 234, 0.3);
}

.achievements-teaser .achievement-icon {
    width: 32px;
    height: 32px;
    color: #9333ea;
}

.achievements-teaser .achievement-name {
    font-family: 'Cinzel', serif;
    color: #f8fafc;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.achievements-teaser .achievement-desc {
    font-family: 'Inter', sans-serif;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 24px;
    flex-grow: 1;
}

.achievements-teaser .achievement-progress-container {
    width: 100%;
}

.achievements-teaser .achievement-progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.achievements-teaser .achievement-progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border-radius: 4px;
}

.achievements-teaser .achievement-progress-stats {
    display: flex;
    justify-content: space-between;
    color: #f472b6;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.achievements-teaser-link {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
    transition: transform 0.3s ease, brightness 0.3s ease;
}

.achievements-teaser-link:hover {
    brightness: 1.1;
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .achievements-teaser {
        padding: 60px 0;
    }

    .achievements-teaser-title {
        font-size: 1.5rem;
    }

    .achievements-teaser-intro {
        font-size: 0.9rem;
    }

    .achievements-teaser .achievement-name {
        font-size: 1.1rem;
    }

    .achievements-teaser .achievement-desc {
        font-size: 0.85rem;
    }
}

/* ===== events_teaser ===== */
.events-teaser-section {
    background-color: #0f172a;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.events-teaser-section .events-teaser-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: #f8fafc;
    font-weight: 700;
}

.events-teaser-section .events-teaser-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.6;
}

.events-teaser-section .event-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.events-teaser-section .event-card:hover {
    border-color: #f472b6;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.events-teaser-section .event-image-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.events-teaser-section .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.events-teaser-section .event-meta {
    color: #f472b6;
    font-size: 0.9rem;
    font-weight: 600;
}

.events-teaser-section .event-icon {
    width: 18px;
    height: 18px;
}

.events-teaser-section .event-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #f8fafc;
    text-decoration: none;
    display: block;
}

.events-teaser-section .event-card-link-title {
    text-decoration: none;
}

.events-teaser-section .event-card-link-title:hover .event-title {
    color: #f472b6;
}

.events-teaser-section .event-description {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.5;
}

.events-teaser-section .event-btn-primary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: filter 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.events-teaser-section .event-btn-primary:hover {
    filter: brightness(1.2);
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
    color: #ffffff;
}

.events-teaser-section .btn-view-all {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #9333ea;
    color: #f8fafc;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.events-teaser-section .btn-view-all:hover {
    background: rgba(147, 51, 234, 0.1);
    border-color: #f472b6;
    color: #f8fafc;
}

.events-teaser-section .disclaimer-text {
    font-size: 0.85rem;
    color: #475569;
    font-style: italic;
}

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

    .events-teaser-section .event-title {
        font-size: 1.3rem;
    }
}

/* ===== guide_teaser ===== */
.guide-teaser-block {
    background-color: #0f172a;
    padding: 80px 0;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
}

.guide-teaser-block .guide-teaser-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.guide-teaser-block .guide-teaser-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.2;
}

.guide-teaser-block .guide-teaser-text {
    font-size: 1.1rem;
    color: #94a3b8;
    line-height: 1.6;
}

.guide-teaser-block .feature-icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.1));
    border-radius: 12px;
    border: 1px solid rgba(147, 51, 234, 0.3);
    color: #f472b6;
}

.guide-teaser-block .feature-icon {
    width: 24px;
    height: 24px;
}

.guide-teaser-block .guide-teaser-feature-title {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f8fafc;
}

.guide-teaser-block .guide-teaser-feature-text {
    font-size: 0.95rem;
    color: #94a3b8;
}

.guide-teaser-block .guide-teaser-btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
}

.guide-teaser-block .guide-teaser-btn:hover {
    background: linear-gradient(135deg, #a855f7, #60a5fa);
    box-shadow: 0 0 25px rgba(147, 51, 234, 0.7);
    color: #ffffff;
    transform: translateY(-2px);
}

.guide-teaser-block .guide-teaser-image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(147, 51, 234, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.guide-teaser-block .guide-teaser-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .guide-teaser-block .guide-teaser-title {
        font-size: 16px !important;
    }

    .guide-teaser-block .guide-teaser-feature-title {
        font-size: 14px !important;
    }

    .guide-teaser-block .guide-teaser-text,
    .guide-teaser-block .guide-teaser-feature-text {
        font-size: 14px;
    }

    .guide-teaser-block .guide-teaser-img {
        height: 300px;
    }

    .guide-teaser-block {
        padding: 40px 0;
    }
}

/* ===== footer ===== */
.card-royal-footer {
    background-color: #0f172a;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(147, 51, 234, 0.2);
}

.card-royal-footer .card-royal-disclaimer {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(147, 51, 234, 0.3);
}

.card-royal-footer .text-accent {
    color: #f472b6;
}

.card-royal-footer .disclaimer-icon {
    width: 32px;
    height: 32px;
}

.card-royal-footer .org-logo {
    max-width: 120px;
    height: auto;
    transition: transform 0.2s ease;
}

.card-royal-footer .org-link:hover .org-logo {
    transform: scale(1.05);
}

.card-royal-footer .footer-logo {
    max-width: 50px;
}

.card-royal-footer .footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    padding: 4px 0;
}

.card-royal-footer .footer-link:hover {
    color: #f472b6;
    padding-left: 4px;
}

.card-royal-footer .footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 40px 0 20px;
}

.card-royal-footer .share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: brightness 0.2s ease;
}

.card-royal-footer .share-btn:hover {
    filter: brightness(1.2);
}

.card-royal-footer .share-icon {
    width: 18px;
    height: 18px;
}


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

.age-verification-modal {
    background: #1e293b;
    border: 1px solid rgba(147, 51, 234, 0.4);
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 50px rgba(147, 51, 234, 0.2);
}

.btn-primary-royal {
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 0.2s ease;
}

.btn-primary-royal:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.5);
}

.btn-outline-royal {
    background: transparent;
    border: 2px solid #9333ea;
    border-radius: 50px;
    color: #f8fafc;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.btn-outline-royal:hover {
    background: rgba(147, 51, 234, 0.1);
    border-color: #f472b6;
}

@media (max-width: 768px) {
    .card-royal-footer .org-logo {
        max-width: 100px;
    }

    .age-verification-modal {
        padding: 30px 20px !important;
    }
}

.header-main .navbar {
    background-color: #0f172a !important;
    border-bottom: 1px solid rgba(147, 51, 234, 0.3);
    z-index: 1050;
}

.header-main .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.header-main .brand-name {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.header-main .brand-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-main .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #f8fafc !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.2rem !important;
    transition: color 0.2s ease;
}

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

.header-main .dropdown-menu {
    background-color: #1e293b;
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 12px;
}

.header-main .btn-magical-header {
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.4);
    transition: all 0.2s ease;
    border: none;
}

.category-hero {
    background-color: #0f172a;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.category-hero .hero-bg-overlay {
    background: radial-gradient(circle at center, rgba(147, 51, 234, 0.2) 0%, rgba(15, 23, 42, 1) 100%);
}

.category-hero .hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #f8fafc;
    text-shadow: 0 0 20px rgba(147, 51, 234, 0.5);
}

.category-hero .hero-subtitle {
    font-family: 'Inter', sans-serif;
    color: #94a3b8;
    max-width: 700px;
    font-size: 1.1rem;
}

.game-grid-section {
    background-color: #0f172a;
    min-height: 60vh;
}

.filter-bar {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(147, 51, 234, 0.2);
    backdrop-filter: blur(10px);
}

.js-search-input {
    background: #1e293b;
    border: 1px solid rgba(147, 51, 234, 0.3);
    color: #f8fafc;
    border-radius: 12px;
}

.js-search-input:focus {
    background: #1e293b;
    border-color: #f472b6;
    color: #f8fafc;
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.2);
}

.js-search-input::placeholder {
    color: #94a3b8;
}

.search-icon {
    color: #94a3b8;
}

.btn-filter {
    background: transparent;
    border: 1px solid rgba(147, 51, 234, 0.4);
    color: #f8fafc;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-filter:hover,
.btn-filter.active {
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border-color: transparent;
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.4);
}

.game-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.game-card:hover {
    border-color: #f472b6;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.game-card-img-wrapper {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.game-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-badge {
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.3);
    color: #f472b6;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

.game-title {
    font-family: 'Cinzel', serif;
    color: #f8fafc;
}

.game-dev {
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
}

.card-royal-footer {
    background-color: #0f172a;
    border-top: 1px solid rgba(147, 51, 234, 0.2);
}

.card-royal-disclaimer {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(147, 51, 234, 0.3);
}

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

.age-verification-modal {
    background: #1e293b;
    border: 1px solid rgba(147, 51, 234, 0.4);
    max-width: 600px;
}

.btn-primary-royal {
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-outline-royal {
    background: transparent;
    border: 2px solid #9333ea;
    border-radius: 50px;
    color: #f8fafc;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .collection-page h1 {
        font-size: 18px !important;
    }

    .collection-page h2 {
        font-size: 16px !important;
    }

    .collection-page h3 {
        font-size: 14px !important;
    }

    .category-hero {
        padding: 40px 0 !important;
    }
}


/* ===== PAGE: privacy ===== */
.policy-content-block {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #f8fafc;
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
}

.policy-content-block .policy-header-meta {
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(147, 51, 234, 0.2);
  padding-bottom: 1rem;
}

.policy-content-block .policy-header-meta p {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.policy-content-block h2 {
  font-family: 'Cinzel', serif;
  color: #9333ea;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  border-left: 4px solid #3b82f6;
  padding-left: 15px;
}

.policy-content-block p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: justify;
  hyphens: auto;
}

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

.policy-content-block li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.75rem;
  color: #f8fafc;
}

.policy-content-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #f472b6;
  border-radius: 50%;
  box-shadow: 0 0 10px #f472b6;
}

.policy-content-block strong {
  color: #3b82f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .policy-content-block {
    padding: 20px 15px;
  }
  
  .policy-content-block h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  
  .policy-content-block p {
    font-size: 0.95rem;
    text-align: left;
  }
}

/* ===== PAGE: terms ===== */
.policy-content-block { padding: 40px 20px; color: #f8fafc; font-family: 'Inter', sans-serif; max-width: 900px; margin: 0 auto; line-height: 1.6; } .policy-content-block .policy-article { background: rgba(30, 41, 59, 0.7); backdrop-filter: blur(12px); border-radius: 24px; border: 1px solid rgba(147, 51, 234, 0.2); padding: 40px; box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3); } .policy-content-block .policy-heading { font-family: 'Cinzel', serif; color: #9333ea; font-size: 1.75rem; font-weight: 700; margin-bottom: 1.5rem; margin-top: 2rem; border-left: 4px solid #f472b6; padding-left: 15px; } .policy-content-block .policy-text { color: #94a3b8; font-size: 1rem; margin-bottom: 1.25rem; } .policy-content-block .policy-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; } .policy-content-block .policy-list li { position: relative; padding-left: 25px; margin-bottom: 0.75rem; color: #94a3b8; } .policy-content-block .policy-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: #3b82f6; border-radius: 50%; box-shadow: 0 0 8px rgba(59, 130, 246, 0.6); } @media (max-width: 768px) { .policy-content-block { padding: 20px 15px; } .policy-content-block .policy-article { padding: 25px; } .policy-content-block .policy-heading { font-size: 1.25rem; margin-top: 1.5rem; } .policy-content-block .policy-text { font-size: 0.9rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-content-block {
  padding: 60px 20px;
  background: #0f172a;
  color: #f8fafc;
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
}

.policy-content-block .disclaimer-container {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(30, 41, 59, 0.7);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(147, 51, 234, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.policy-content-block h2 {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: #9333ea;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.policy-content-block h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  color: #f472b6;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: 4px solid #3b82f6;
  padding-left: 15px;
}

.policy-content-block p {
  margin-bottom: 1.25rem;
  color: #94a3b8;
  font-size: 1rem;
}

.policy-content-block .disclaimer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.policy-content-block .disclaimer-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.75rem;
  color: #f8fafc;
}

.policy-content-block .disclaimer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: #3b82f6;
}

@media (max-width: 768px) {
  .policy-content-block {
    padding: 30px 15px;
  }
  .policy-content-block .disclaimer-container {
    padding: 25px;
  }
  .policy-content-block h2 {
    font-size: 1.5rem;
  }
  .policy-content-block h3 {
    font-size: 1.2rem;
  }
}

/* ===== PAGE: cookies ===== */
.policy-content-block {
  padding: 40px 20px;
  background: #0f172a;
  color: #f8fafc;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}
.policy-container .policy-date {
  color: #f472b6;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.policy-container .policy-heading {
  font-family: 'Cinzel', serif;
  color: #9333ea;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(147, 51, 234, 0.2);
  padding-bottom: 0.5rem;
}
.policy-container .text-accent {
  color: #f472b6;
  font-family: 'Cinzel', serif;
}
.policy-container .policy-list {
  list-style: none;
  padding-left: 0;
}
.policy-container .policy-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.policy-container .policy-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #3b82f6;
}
.policy-container .cookie-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(147, 51, 234, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  transition: border-color 0.3s ease;
}
.policy-container .cookie-card:hover {
  border-color: #f472b6;
}
.policy-container .policy-cta {
  margin-top: 4rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .policy-container .policy-heading {
    font-size: 1.4rem;
  }
  .policy-container .h5 {
    font-size: 1.1rem;
  }
}

/* ===== PAGE: rgp ===== */
.policy-content-block .rgp-policy-wrapper {
  padding: 40px 20px;
  background: var(--background-main, #0f172a);
  min-height: 400px;
}
.policy-content-block .rgp-content-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px;
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(147, 51, 234, 0.2);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.policy-content-block h2 {
  font-family: 'Cinzel', serif;
  color: #9333ea;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 1px;
}
.policy-content-block h3 {
  font-family: 'Cinzel', serif;
  color: #f472b6;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(244, 114, 182, 0.2);
  padding-bottom: 0.5rem;
}
.policy-content-block p {
  font-family: 'Inter', sans-serif;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.policy-content-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.policy-content-block li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #f8fafc;
  line-height: 1.6;
}
.policy-content-block li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #9333ea;
  font-size: 1.2rem;
}
.policy-content-block strong {
  color: #3b82f6;
}
.policy-content-block .rgp-date {
  margin-top: 3rem;
  font-size: 0.85rem;
  text-align: center;
  opacity: 0.6;
  font-style: italic;
}
@media (max-width: 768px) {
  .policy-content-block .rgp-content-card {
    padding: 24px;
    border-radius: 16px;
  }
  .policy-content-block h2 {
    font-size: 1.5rem;
  }
  .policy-content-block h3 {
    font-size: 1.2rem;
  }
  .policy-content-block p, .policy-content-block li {
    font-size: 0.9rem;
  }
}

/* ===== PAGE: about ===== */
.about-story-block { padding: 80px 0; background-color: #0f172a; color: #f8fafc; overflow: hidden; } .about-story-block h2 { font-family: 'Cinzel', serif; color: #9333ea; font-size: 2.5rem; text-shadow: 0 0 10px rgba(147, 51, 234, 0.4); } .about-story-content { background: rgba(30, 41, 59, 0.7); backdrop-filter: blur(12px); border-radius: 24px; border: 1px solid rgba(147, 51, 234, 0.2); } .about-story-img { border-radius: 24px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); border: 1px solid rgba(147, 51, 234, 0.3); width: 100%; height: 400px; object-fit: cover; } .btn-primary-custom { background: linear-gradient(135deg, #9333ea, #3b82f6); color: #ffffff; padding: 12px 32px; border-radius: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border: none; transition: box-shadow 0.3s; text-decoration: none; display: inline-block; } .btn-primary-custom:hover { box-shadow: 0 0 20px rgba(147, 51, 234, 0.6); color: #ffffff; } .about-mission-block { padding: 80px 0; background-color: #0f172a; color: #f8fafc; } .about-mission-block h2 { font-family: 'Cinzel', serif; color: #f8fafc; } .mission-card { background: rgba(30, 41, 59, 0.7); backdrop-filter: blur(12px); border-radius: 24px; border: 1px solid rgba(147, 51, 234, 0.2); transition: border-color 0.3s, transform 0.3s; } .mission-card:hover { border-color: #f472b6; transform: translateY(-5px); } .mission-icon-box { background: rgba(147, 51, 234, 0.1); width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(147, 51, 234, 0.3); } .mission-svg { width: 32px; height: 32px; color: #f472b6; } .mission-card h3 { font-family: 'Cinzel', serif; color: #9333ea; } .text-muted { color: #94a3b8 !important; } @media (max-width: 768px) { .about-story-block h2 { font-size: 1.8rem; } .about-story-img { height: 250px; } .about-mission-block h2 { font-size: 1.6rem; } }

/* ===== PAGE: achievements ===== */
.milestones-section {
  background-color: #0f172a;
  color: #f8fafc;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.milestones-section__title {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #f8fafc !important;
}

.milestones-section__filter-btn {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(147, 51, 234, 0.3);
  color: #94a3b8;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.milestones-section__filter-btn:hover,
.milestones-section__filter-btn.active {
  background: linear-gradient(135deg, #9333ea, #3b82f6);
  color: #ffffff;
  box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
  border-color: transparent;
}

.milestones-section__card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  border: 1px solid rgba(147, 51, 234, 0.2);
  padding: 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.milestones-section__card:hover {
  border-color: #f472b6;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.milestones-section__icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
  border-radius: 12px;
  color: #f472b6;
}

.milestones-section__icon {
  width: 28px;
  height: 28px;
}

.milestones-section__card-title {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #f8fafc !important;
}

.milestones-section__card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #94a3b8 !important;
}

.milestones-section__progress-label {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
}

.milestones-section__progress-value {
  font-size: 0.8rem;
  color: #f472b6;
  font-weight: 700;
}

.milestones-section__progress-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.milestones-section__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #9333ea, #3b82f6);
  width: 0;
  transition: width 0.5s ease;
}

@media (max-width: 768px) {
  .milestones-section__title {
    font-size: 1.75rem;
  }
  .milestones-section__filter-btn {
    font-size: 0.75rem;
    padding: 6px 16px;
  }
}

/* ===== PAGE: events ===== */
.events-schedule-section {
  background-color: #0f172a;
  color: #f8fafc;
  padding: 80px 0;
}

.events-schedule-section .events-schedule-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #f8fafc;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.events-schedule-section .events-filter-bar {
  margin-bottom: 40px;
}

.events-schedule-section .event-filter-btn {
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid rgba(147, 51, 234, 0.3);
  background: rgba(30, 41, 59, 0.7);
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.events-schedule-section .event-filter-btn:hover {
  color: #f8fafc;
  border-color: #f472b6;
  background: rgba(147, 51, 234, 0.1);
}

.events-schedule-section .event-filter-btn.active {
  background: linear-gradient(135deg, #9333ea, #3b82f6);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
}

.events-schedule-section .event-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  border: 1px solid rgba(147, 51, 234, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.events-schedule-section .event-card:hover {
  border-color: #f472b6;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.events-schedule-section .event-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.events-schedule-section .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-schedule-section .event-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #9333ea, #3b82f6);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.events-schedule-section .event-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.events-schedule-section .event-meta {
  font-size: 0.85rem;
  color: #94a3b8;
}

.events-schedule-section .event-icon {
  width: 16px;
  height: 16px;
  stroke: #f472b6;
}

.events-schedule-section .event-title {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #f8fafc;
}

.events-schedule-section .event-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 24px;
}

.events-schedule-section .event-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(147, 51, 234, 0.3);
  color: #f8fafc;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.events-schedule-section .event-btn:hover {
  background: linear-gradient(135deg, #9333ea, #3b82f6);
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(147, 51, 234, 0.3);
}

@media (max-width: 767px) {
  .events-schedule-section .events-schedule-title {
    font-size: 1.5rem;
  }
  .events-schedule-section .event-image-wrapper {
    height: 180px;
  }
}

/* ===== PAGE: guide ===== */
.guide-instructions-section { background-color: #0f172a; color: #f8fafc; font-family: 'Inter', sans-serif; }
.guide-instructions-section .guide-heading { font-family: 'Cinzel', serif; color: #9333ea; font-weight: 700; }
.guide-instructions-section .guide-lead { color: #94a3b8; font-size: 1.125rem; }
.guide-instructions-section .guide-step-card { background: rgba(30, 41, 59, 0.7); backdrop-filter: blur(12px); border: 1px solid rgba(147, 51, 234, 0.2); border-radius: 24px; padding: 2rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.guide-instructions-section .guide-step-card:hover { border-color: #f472b6; box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5); }
.guide-instructions-section .card-icon-wrap { width: 48px; height: 48px; background: linear-gradient(135deg, #9333ea, #3b82f6); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #ffffff; }
.guide-instructions-section .guide-step-card h3 { font-family: 'Cinzel', serif; color: #f8fafc; }
.guide-instructions-section .guide-step-card p { color: #94a3b8; }
.guide-instructions-section .guide-banner { min-height: 350px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; }
.guide-instructions-section .guide-banner-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; }
.guide-instructions-section .guide-banner-overlay { position: relative; z-index: 2; }
.guide-instructions-section .guide-banner h3 { font-family: 'Cinzel', serif; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.guide-instructions-section .text-accent { color: #f472b6; }
.guide-instructions-section .accordion-item { background: #1e293b; border: 1px solid rgba(147, 51, 234, 0.2); border-radius: 16px !important; overflow: hidden; }
.guide-instructions-section .accordion-button { background: #1e293b; color: #f8fafc; font-family: 'Inter', sans-serif; font-weight: 600; padding: 1.25rem; box-shadow: none; }
.guide-instructions-section .accordion-button:not(.collapsed) { background: rgba(147, 51, 234, 0.1); color: #f472b6; border-bottom: 1px solid rgba(147, 51, 234, 0.1); }
.guide-instructions-section .accordion-button::after { filter: invert(1); }
.guide-instructions-section .accordion-body { background: #1e293b; color: #94a3b8; border-top: 1px solid rgba(255,255,255,0.05); }
@media (max-width: 767.98px) {
  .guide-instructions-section .guide-heading { font-size: 1.75rem; }
  .guide-instructions-section .guide-step-card { padding: 1.5rem; }
  .guide-instructions-section .guide-banner { min-height: auto; }
}

.social-comment-container {
    margin-bottom: 24px;
}

.social-comment-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
    padding: 24px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    color: #f8fafc;
}

.social-avatar-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    border: 2px solid rgba(244, 114, 182, 0.3);
    flex-shrink: 0;
    font-size: 1.2rem;
}

.social-comment-author {
    font-family: 'Cinzel', serif;
    color: #f472b6;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.social-comment-date {
    font-size: 0.85rem;
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
}

.social-comment-body p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #f8fafc;
}

.social-comment-btn {
    background: transparent;
    border: none;
    color: #3b82f6;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 20px;
    padding: 0;
    cursor: pointer;
}

.social-comment-btn:hover {
    color: #f472b6;
}

.social-reply-container {
    border-left: 2px solid rgba(147, 51, 234, 0.3);
    padding-left: 16px;
}

.social-reply-card {
    background: rgba(30, 41, 59, 0.4);
    border-radius: 20px;
    padding: 18px;
}

.social-avatar-mini {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
}

.social-reply-card .social-comment-author {
    font-size: 1rem;
}

.social-reply-card .social-comment-body p {
    font-size: 0.95rem;
}


/* ===== PAGE TEMPLATE: games ===== */
.detail-page-template {
    background-color: #0f172a;
    min-height: 100vh;
}

.detail-page-template .hero-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #f472b6;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-page-template .hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
}

.detail-page-template .hero-subtitle {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.detail-page-template .game-frame-wrapper {
    background: #1e293b;
    height: 600px;
    border: 1px solid rgba(147, 51, 234, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.detail-page-template .fullscreen-control-btn {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 44px;
    height: 44px;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    z-index: 10;
}

.detail-page-template .fullscreen-control-btn:hover {
    background: #9333ea;
    transform: scale(1.05);
}

.detail-page-template .info-card {
    background: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(147, 51, 234, 0.2);
}

.detail-page-template .icon-accent {
    color: #f472b6;
}

.detail-page-template .game-rich-text p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.detail-page-template .border-subtle {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.detail-page-template .social-share-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    transition: all 0.2s ease;
    text-decoration: none;
}

.detail-page-template .social-share-icon:hover {
    background: #9333ea;
    color: #fff;
    transform: translateY(-2px);
}

.detail-page-template .social-comment-card {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.detail-page-template .social-avatar-circle {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

.detail-page-template .social-avatar-mini {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
}

.detail-page-template .social-comment-date {
    font-size: 0.75rem;
    color: #475569;
}

.detail-page-template .social-comment-btn {
    background: transparent;
    border: none;
    color: #f472b6;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 15px;
    padding: 0;
    transition: opacity 0.2s ease;
}

.detail-page-template .social-comment-btn:hover {
    opacity: 0.8;
}

.detail-page-template .form-control-royal {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 12px;
    color: #f8fafc;
    padding: 12px 20px;
}

.detail-page-template .form-control-royal:focus {
    outline: none;
    border-color: #f472b6;
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.2);
}

.detail-page-template .form-control-royal::placeholder {
    color: #475569;
}

@media (max-width: 768px) {
    .detail-page-template .game-frame-wrapper {
        height: 400px;
    }

    .detail-page-template .social-reply-container {
        margin-left: 1.5rem !important;
    }
}