:root {
    --lk-primary: #00F2FF;
    --lk-secondary: #70D6FF;
    --lk-accent: #FFFFFF;
    --lk-bg-main: #050B18;
    --lk-surface: rgba(255, 255, 255, 0.05);
    --lk-frosted: rgba(10, 25, 47, 0.7);
    --lk-gradient-ice: linear-gradient(135deg, #00F2FF 0%, #006AFF 100%);
}

.lk-body {
    font-family: 'Inter', sans-serif;
    background-color: var(--lk-bg-main);
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

.lk-section-padding {
    padding: 96px 0;
}

.lk-glass-panel {
    background: var(--lk-frosted);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
}

.lk-glow-text {
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.lk-transition {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .lk-section-padding {
        padding: 64px 0;
    }
}

/* ===== header ===== */
.kumo-header {
    background-color: #050B18;
    border-bottom: 2px solid rgba(0, 242, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1030;
}

.kumo-header.kumo-header--scrolled {
    background-color: rgba(5, 11, 24, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
}

.kumo-navbar {
    padding: 0.75rem 0;
}

.kumo-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(0, 242, 255, 0.5));
}

.kumo-site-name {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kumo-navbar .nav-link {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.kumo-navbar .nav-link:hover {
    color: #00F2FF !important;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.6);
}

.kumo-navbar .nav-link:not(.dropdown-toggle).active::after,
.kumo-navbar .nav-link:not(.dropdown-toggle):hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: #00F2FF;
    box-shadow: 0 0 10px #00F2FF;
}

.kumo-toggler {
    border: 1px solid #00F2FF !important;
    padding: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
}

.kumo-toggler-icon {
    color: #00F2FF;
    font-size: 1.25rem;
}

.kumo-dropdown-menu {
    background-color: #050B18;
    border: 1px solid rgba(0, 242, 255, 0.3);
    border-radius: 12px;
    padding: 0.5rem 0;
    margin-top: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}

.kumo-dropdown-menu .dropdown-item {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}

.kumo-dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 242, 255, 0.1);
    color: #00F2FF;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #050B18;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 12px;
        border: 1px solid rgba(0, 242, 255, 0.2);
    }

    .kumo-navbar .nav-link {
        font-size: 0.85rem;
        padding: 0.75rem 0 !important;
    }

    .kumo-navbar .nav-link::after {
        display: none;
    }

    .kumo-dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
}

/* ===== hero ===== */
.hero-kumo {
    background-color: #050B18;
    color: #FFFFFF;
    font-family: 'Exo 2', sans-serif;
}

.hero-kumo-video {
    object-fit: cover;
    z-index: 0;
    opacity: 0.4;
}

.hero-kumo-overlay {
    background: radial-gradient(circle at center, transparent 0%, #050B18 100%),
        linear-gradient(180deg, rgba(5, 11, 24, 0.7) 0%, rgba(5, 11, 24, 0.9) 100%);
    z-index: 1;
}

.hero-kumo-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    opacity: 0.3;
}

.hero-kumo-shapes .shape-1 {
    width: 300px;
    height: 300px;
    background: #00F2FF;
    top: 10%;
    right: 15%;
}

.hero-kumo-shapes .shape-2 {
    width: 250px;
    height: 250px;
    background: #006AFF;
    bottom: 10%;
    left: 5%;
}

.hero-kumo-badge {
    background: rgba(0, 242, 255, 0.1);
    border: 1px solid rgba(0, 242, 255, 0.3);
    color: #00F2FF;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-kumo-title {
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}

.hero-kumo-text {
    font-family: 'Inter', sans-serif;
    max-width: 540px;
    line-height: 1.6;
}

.hero-kumo-btn-primary {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    border: none;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.25);
}

.hero-kumo-btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px 0 rgba(0, 242, 255, 0.4);
    color: #050B18;
}

.hero-kumo-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #00F2FF;
    color: #00F2FF;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-kumo-btn-secondary:hover {
    background: #00F2FF;
    color: #050B18;
    transform: translateY(-3px);
}

.hero-kumo-masonry {
    column-count: 2;
    column-gap: 1.5rem;
    padding: 2rem;
    perspective: 1000px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    transition: transform 0.6s ease;
}

.hero-kumo-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    transform: rotateY(-10deg) rotateX(5deg);
    transition: all 0.5s ease;
}

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

.hero-kumo-card:hover {
    transform: rotateY(0) rotateX(0) translateY(-10px) scale(1.02);
    border-color: rgba(0, 242, 255, 0.5);
    box-shadow: 0 15px 45px 0 rgba(0, 242, 255, 0.2);
}

.hero-kumo-card:hover img {
    transform: scale(1.1);
}

@media (max-width: 991.98px) {
    .hero-kumo-title {
        font-size: 2.5rem;
    }

    .hero-kumo-masonry {
        column-count: 2;
    }
}

@media (max-width: 767.98px) {
    .hero-kumo-title {
        font-size: 2rem;
    }

    .hero-kumo-text {
        font-size: 1rem;
    }
}

/* ===== games_showcase ===== */
.lucky-kumo-games-showcase {
    background-color: #050B18;
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 242, 255, 0.05) 0%, transparent 70%);
    padding: 80px 0;
    overflow: hidden;
}

.lucky-kumo-games-showcase .showcase-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.5rem;
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
}

.lucky-kumo-games-showcase .showcase-subtitle {
    font-family: 'Inter', sans-serif;
    color: #A0AEC0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.lucky-kumo-games-showcase .game-item-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.lucky-kumo-games-showcase .game-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 242, 255, 0.2);
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

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

.lucky-kumo-games-showcase .game-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.lucky-kumo-games-showcase .game-info-overlay {
    padding: 15px;
    background: linear-gradient(to top, rgba(5, 11, 24, 0.9) 0%, transparent 100%);
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.lucky-kumo-games-showcase .game-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.lucky-kumo-games-showcase .game-card:hover {
    transform: translateY(-8px);
    border-color: #00F2FF;
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.3);
}

.lucky-kumo-games-showcase .game-card:hover img {
    transform: scale(1.1);
}

.lucky-kumo-games-showcase .game-card:hover .game-name {
    color: #00F2FF;
}

.lucky-kumo-games-showcase .game-card::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    transition: none;
    pointer-events: none;
}

.lucky-kumo-games-showcase .game-card:hover::after {
    animation: shimmer 1s forwards;
}

@keyframes shimmer {
    0% {
        transform: translate(-30%, -30%);
    }

    100% {
        transform: translate(30%, 30%);
    }
}

@media (max-width: 768px) {
    .lucky-kumo-games-showcase {
        padding: 50px 0;
    }

    .lucky-kumo-games-showcase .showcase-title {
        font-size: 1.5rem;
    }

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

/* ===== features ===== */
.lucky-kumo-features {
    background-color: #050B18;
    background-image: radial-gradient(circle at top right, rgba(0, 242, 255, 0.05), transparent), radial-gradient(circle at bottom left, rgba(0, 106, 255, 0.05), transparent);
    position: relative;
    overflow: hidden;
}

.lucky-kumo-features .features-main-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
}

.lucky-kumo-features .features-subtitle {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.6;
}

.lucky-kumo-features .features-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    z-index: 1;
}

.lucky-kumo-features .features-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: #00F2FF;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.2);
}

.lucky-kumo-features .features-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: linear-gradient(135deg, #00F2FF 0%, #006AFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.5);
    transition: transform 0.4s ease;
}

.lucky-kumo-features .features-card:hover .features-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.lucky-kumo-features .features-icon-wrapper i {
    font-size: 1.75rem;
    color: #050B18;
}

.lucky-kumo-features .features-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #00F2FF;
    margin-bottom: 1rem;
}

.lucky-kumo-features .features-text {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .lucky-kumo-features .features-main-title {
        font-size: 1.5rem;
    }

    .lucky-kumo-features .features-subtitle {
        font-size: 0.9rem;
    }

    .lucky-kumo-features .features-card {
        padding: 2rem 1rem;
    }

    .lucky-kumo-features .features-title {
        font-size: 1.25rem;
    }
}

/* ===== commitment ===== */
.lucky-kumo-commitment {
    background-color: #050B18;
    background-image: radial-gradient(circle at top right, rgba(0, 242, 255, 0.05), transparent 40%), radial-gradient(circle at bottom left, rgba(0, 106, 255, 0.05), transparent 40%);
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.lucky-kumo-commitment .commitment-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #00F2FF;
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.lucky-kumo-commitment .commitment-subtitle {
    color: #A0AEC0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.lucky-kumo-commitment .commitment-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.lucky-kumo-commitment .commitment-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.06);
    border-color: #00F2FF;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
}

.lucky-kumo-commitment .commitment-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00F2FF 0%, #006AFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #050B18;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.3);
}

.lucky-kumo-commitment .commitment-card-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.lucky-kumo-commitment .commitment-card-text {
    color: #A0AEC0;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.lucky-kumo-commitment .btn-commitment-primary {
    display: inline-block;
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.lucky-kumo-commitment .btn-commitment-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.6);
    color: #050B18;
}

.lucky-kumo-commitment .js-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.lucky-kumo-commitment .js-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .lucky-kumo-commitment .commitment-title {
        font-size: 1.75rem;
    }

    .lucky-kumo-commitment .commitment-subtitle {
        font-size: 1rem;
    }
}

/* ===== footer ===== */
.lucky-kumo-footer {
    background-color: #050B18;
    color: #A0AEC0;
    font-family: 'Inter', sans-serif;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lucky-kumo-footer .footer-logo {
    max-width: 50px;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0, 242, 255, 0.5));
}

.lucky-kumo-footer .footer-title {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lucky-kumo-footer .footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #A0AEC0;
}

.lucky-kumo-footer .footer-links li {
    margin-bottom: 0.75rem;
}

.lucky-kumo-footer .footer-links a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 0.95rem;
}

.lucky-kumo-footer .footer-links a:hover {
    color: #00F2FF;
    padding-left: 5px;
}

.lucky-kumo-footer .footer-contact i {
    color: #00F2FF;
    width: 20px;
}

.lucky-kumo-footer .footer-contact a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lucky-kumo-footer .footer-contact a:hover {
    color: #00F2FF;
}

.lucky-kumo-footer .footer-map-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}

.lucky-kumo-footer .footer-divider {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.lucky-kumo-footer .copyright {
    font-size: 0.875rem;
}

.lucky-kumo-footer .footer-legal a {
    color: #A0AEC0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.lucky-kumo-footer .footer-legal a:hover {
    color: #00F2FF;
}

@media (max-width: 767.98px) {
    .lucky-kumo-footer .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .lucky-kumo-footer .footer-legal {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .lucky-kumo-footer .footer-legal li {
        margin: 5px 10px;
    }

    .lucky-kumo-footer .footer-legal li.ms-4,
    .lucky-kumo-footer .footer-legal li.ms-md-4 {
        margin-left: 0 !important;
    }
}

body {
    background-color: #050B18;
    color: #FFFFFF;
    overflow-x: hidden;
    padding-top: 80px;
}

.kumo-header {
    background-color: #050B18;
    border-bottom: 2px solid rgba(0, 242, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1030;
}

.kumo-header.kumo-header--scrolled {
    background-color: rgba(5, 11, 24, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
}

.kumo-navbar {
    padding: 0.75rem 0;
}

.kumo-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(0, 242, 255, 0.5));
}

.kumo-site-name {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kumo-navbar .nav-link {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.kumo-navbar .nav-link:hover {
    color: #00F2FF !important;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.6);
}

.kumo-navbar .nav-link.active::after,
.kumo-navbar .nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: #00F2FF;
    box-shadow: 0 0 10px #00F2FF;
}

.kumo-toggler {
    border: 1px solid #00F2FF !important;
    padding: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
}

.kumo-toggler-icon {
    color: #00F2FF;
    font-size: 1.25rem;
}

.kumo-dropdown-menu {
    background-color: #050B18;
    border: 1px solid rgba(0, 242, 255, 0.3);
    border-radius: 12px;
    padding: 0.5rem 0;
    margin-top: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}

.kumo-dropdown-menu .dropdown-item {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}

.kumo-dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 242, 255, 0.1);
    color: #00F2FF;
}

.kumo-hero-section {
    min-height: 40vh;
    background: linear-gradient(rgba(5, 11, 24, 0.7), rgba(5, 11, 24, 0.7)), url('https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&q=80&w=1920') center/cover no-repeat;
    position: relative;
    border-bottom: 2px solid rgba(0, 242, 255, 0.2);
}

.kumo-hero-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(0, 242, 255, 0.5);
}

.kumo-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #A0AEC0;
    max-width: 700px;
    margin: 0 auto;
}

.kumo-search-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.kumo-search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #00F2FF;
    z-index: 5;
}

.kumo-search-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(0, 242, 255, 0.3) !important;
    border-radius: 50px !important;
    padding: 0.85rem 1.25rem 0.85rem 3.25rem !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.kumo-search-input:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #00F2FF !important;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.3) !important;
    outline: none;
}

.kumo-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.kumo-game-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
}

.kumo-game-card:hover {
    transform: translateY(-10px);
    border-color: #00F2FF;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.2);
}

.kumo-card-img-wrap {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.kumo-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kumo-game-card:hover .kumo-card-img {
    transform: scale(1.1);
}

.kumo-card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kumo-card-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}

.kumo-btn-primary {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
}

.kumo-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.6);
    color: #050B18 !important;
}

.lucky-kumo-footer {
    background-color: #050B18;
    color: #A0AEC0;
    font-family: 'Inter', sans-serif;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lucky-kumo-footer .footer-logo {
    max-width: 50px;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0, 242, 255, 0.5));
}

.lucky-kumo-footer .footer-title {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lucky-kumo-footer .footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #A0AEC0;
}

.lucky-kumo-footer .footer-links li {
    margin-bottom: 0.75rem;
}

.lucky-kumo-footer .footer-links a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 0.95rem;
}

.lucky-kumo-footer .footer-links a:hover {
    color: #00F2FF;
    padding-left: 5px;
}

.lucky-kumo-footer .footer-contact i {
    color: #00F2FF;
    width: 20px;
}

.lucky-kumo-footer .footer-contact a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lucky-kumo-footer .footer-contact a:hover {
    color: #00F2FF;
}

.lucky-kumo-footer .footer-map-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}

.lucky-kumo-footer .footer-divider {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.lucky-kumo-footer .copyright {
    font-size: 0.875rem;
}

.lucky-kumo-footer .footer-legal a {
    color: #A0AEC0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.lucky-kumo-footer .footer-legal a:hover {
    color: #00F2FF;
}

@media (max-width: 991.98px) {
    .kumo-hero-title {
        font-size: 2.25rem;
    }

    .navbar-collapse {
        background-color: #050B18;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 12px;
        border: 1px solid rgba(0, 242, 255, 0.2);
    }
}

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

    .lucky-kumo-footer .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .lucky-kumo-footer .footer-legal {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .lucky-kumo-footer .footer-legal li {
        margin: 5px 10px;
    }

    .lucky-kumo-footer .footer-legal li.ms-4 {
        margin-left: 0 !important;
    }
}


/* ===== PAGE: about ===== */
.lk-about-story, .lk-vision, .lk-team {
  background-color: #050B18;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.lk-section-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.lk-text-primary {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00F2FF;
}

.lk-text-secondary {
  color: #A0AEC0;
  line-height: 1.8;
}

.lk-text-muted {
  color: rgba(255, 255, 255, 0.6);
}

.lk-image-container {
  border-radius: 12px;
  padding: 5px;
  background: linear-gradient(135deg, rgba(0, 242, 255, 0.3), transparent);
}

.lk-frosted-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}

.lk-image-glow {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(0, 242, 255, 0.2) 0%, transparent 70%);
  z-index: 0;
}

.lk-vision-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lk-vision-card:hover {
  transform: translateY(-10px);
  border-color: #00F2FF;
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}

.lk-vision-icon {
  color: #00F2FF;
  filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
}

.lk-card-title {
  font-family: 'Exo 2', sans-serif;
  color: #FFFFFF;
}

.lk-avatar-wrapper {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 4px;
  background: linear-gradient(135deg, #00F2FF, transparent);
  border-radius: 50%;
}

.lk-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #050B18;
}

.lk-team-card {
  transition: opacity 0.4s ease;
}

.lk-team-card:hover .lk-avatar-wrapper {
  filter: brightness(1.2) contrast(1.1);
}

@media (max-width: 767.98px) {
  .lk-section-title { font-size: 1.5rem; }
  .lk-text-primary { font-size: 1.1rem; }
  .lk-avatar-wrapper { width: 120px; height: 120px; }
}

/* ===== PAGE: tournament-history ===== */
.tournament-history-page { background-color: #050B18; color: #FFFFFF; font-family: 'Inter', sans-serif; overflow: hidden; } .tournament-history-page .section-title { font-family: 'Exo 2', sans-serif; color: #00F2FF; font-weight: 800; text-shadow: 0 0 15px rgba(0, 242, 255, 0.5); margin-bottom: 2rem; } .tournament-history-page .search-wrapper .form-control { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(0, 242, 255, 0.3); color: #FFFFFF; border-radius: 8px; padding-left: 2.5rem; transition: all 0.3s ease; } .tournament-history-page .search-wrapper .form-control:focus { background: rgba(255, 255, 255, 0.1); border-color: #00F2FF; box-shadow: 0 0 10px rgba(0, 242, 255, 0.2); outline: none; } .tournament-history-page .search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #00F2FF; } .tournament-history-page .filter-tabs button { background: transparent; border: 1px solid rgba(0, 242, 255, 0.5); color: #00F2FF; padding: 0.5rem 1.5rem; border-radius: 20px; transition: all 0.3s ease; font-weight: 600; cursor: pointer; } .tournament-history-page .filter-tabs button.active, .tournament-history-page .filter-tabs button:hover { background: linear-gradient(135deg, #00F2FF, #006AFF); border-color: transparent; color: #050B18; transform: scale(1.05); box-shadow: 0 0 15px rgba(0, 242, 255, 0.3); } .tournament-history-page .history-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; height: 100%; overflow: hidden; backdrop-filter: blur(15px); transition: transform 0.4s ease; } .tournament-history-page .history-card:hover { transform: translateY(-10px); border-color: rgba(0, 242, 255, 0.5); } .tournament-history-page .card-image-wrap { position: relative; height: 180px; } .tournament-history-page .card-image-wrap img { width: 100%; height: 100%; object-fit: cover; } .tournament-history-page .category-badge { position: absolute; top: 1rem; right: 1rem; background: rgba(0, 242, 255, 0.8); color: #050B18; padding: 0.25rem 0.75rem; border-radius: 4px; font-size: 0.75rem; font-weight: 800; } .tournament-history-page .card-body-content { padding: 1.5rem; } .tournament-history-page .card-body-content h3 { font-family: 'Exo 2', sans-serif; font-size: 1.25rem; margin-bottom: 0.5rem; color: #FFFFFF; } .tournament-history-page .event-date { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 1.5rem; } .tournament-history-page .winner-row { padding: 0.75rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .tournament-history-page .winner-row:last-child { border-bottom: none; } .tournament-history-page .avatar-small { width: 32px; height: 32px; border-radius: 50%; margin-right: 0.75rem; border: 1px solid #00F2FF; } .tournament-history-page .score-badge { font-size: 0.85rem; color: #00F2FF; font-weight: 600; } .tournament-history-page .stat-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 2rem 1rem; transition: all 0.3s ease; } .tournament-history-page .stat-card:hover { background: rgba(0, 242, 255, 0.05); border-color: #00F2FF; } .tournament-history-page .stat-icon { font-size: 2.5rem; color: #00F2FF; margin-bottom: 1rem; } .tournament-history-page .stat-value { font-family: 'Exo 2', sans-serif; font-size: 2rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.25rem; } .tournament-history-page .stat-label { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .tournament-history-page .section-title { font-size: 1.5rem; } .tournament-history-page .stat-value { font-size: 1.5rem; } .tournament-history-page .filter-tabs { justify-content: center; } }

/* ===== PAGE: update-news ===== */
.lk-news-section {
  background-color: #050B18;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.lk-news-section .lk-news-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #00F2FF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lk-news-section .lk-news-lead {
  font-size: 1.1rem;
}

.lk-news-section .lk-search-wrapper {
  position: relative;
}

.lk-news-section .lk-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #00F2FF;
  z-index: 10;
}

.lk-news-section .lk-search-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 242, 255, 0.1);
  color: #FFFFFF;
  padding-left: 45px;
  border-radius: 8px;
  height: 50px;
  backdrop-filter: blur(10px);
}

.lk-news-section .lk-search-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #00F2FF;
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.3);
  color: #FFFFFF;
}

.lk-news-section .lk-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(15px);
  position: relative;
}

.lk-news-section .lk-card:hover {
  transform: translateY(-10px);
  border-color: #00F2FF;
  box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.2);
}

.lk-news-section .lk-card-image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.lk-news-section .lk-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lk-news-section .lk-card:hover .lk-card-img {
  transform: scale(1.1);
}

.lk-news-section .lk-category-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #00F2FF, #006AFF);
  color: #050B18;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.lk-news-section .lk-card-meta {
  font-size: 0.85rem;
  color: #A0AEC0;
}

.lk-news-section .lk-card-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}

.lk-news-section .lk-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.lk-news-section .lk-btn-primary {
  background: linear-gradient(135deg, #00F2FF, #006AFF);
  color: #050B18;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.lk-news-section .lk-btn-primary:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
  transform: scale(1.02);
}

.lk-news-section .lk-btn-secondary {
  background: transparent;
  border: 2px solid #00F2FF;
  color: #00F2FF;
  padding: 8px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.lk-news-section .lk-btn-secondary:hover {
  background: #00F2FF;
  color: #050B18;
}

@media (max-width: 768px) {
  .lk-news-section .lk-news-title {
    font-size: 1.8rem;
  }
  .lk-news-section .lk-card-image-wrap {
    height: 180px;
  }
}

/* ===== PAGE: faq ===== */
.lucky-kumo-faq {
  background-color: #050B18;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}
.lucky-kumo-faq h2 {
  font-family: 'Exo 2', sans-serif;
  color: #00F2FF !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lucky-kumo-faq .faq-search-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}
.lucky-kumo-faq .search-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #00F2FF;
  font-size: 1.2rem;
  z-index: 5;
}
.lucky-kumo-faq .js-faq-search-input {
  background: rgba(10, 25, 47, 0.8);
  border: 1px solid rgba(0, 242, 255, 0.3);
  color: #FFFFFF;
  padding: 15px 15px 15px 50px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.lucky-kumo-faq .js-faq-search-input:focus {
  background: rgba(10, 25, 47, 1);
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
  border-color: #00F2FF;
  outline: none;
  color: #FFFFFF;
}
.lucky-kumo-faq .js-faq-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.lucky-kumo-faq .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.lucky-kumo-faq .accordion-item:hover {
  border-color: rgba(0, 242, 255, 0.3);
  transform: translateY(-2px);
}
.lucky-kumo-faq .accordion-button {
  background: transparent;
  color: #FFFFFF !important;
  border: none;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  font-family: 'Exo 2', sans-serif;
}
.lucky-kumo-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(0, 242, 255, 0.1), rgba(0, 106, 255, 0.1));
  color: #00F2FF !important;
}
.lucky-kumo-faq .accordion-button::after {
  filter: invert(1) brightness(200%);
}
.lucky-kumo-faq .accordion-body {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.lucky-kumo-faq .text-primary {
  color: #00F2FF !important;
}
.lucky-kumo-faq .text-secondary {
  color: #A0AEC0 !important;
}
@media (max-width: 768px) {
  .lucky-kumo-faq h2 {
    font-size: 1.5rem;
  }
  .lucky-kumo-faq .accordion-button {
    font-size: 0.95rem;
  }
}

/* ===== PAGE: achievements ===== */
.achievements-page { background-color: #050B18; font-family: 'Exo 2', sans-serif; color: #FFFFFF; overflow: hidden; }.achievements-title { color: #00F2FF; font-weight: 800; text-shadow: 0 0 15px rgba(0, 242, 255, 0.4); }.achievements-divider { width: 80px; height: 4px; background: linear-gradient(90deg, transparent, #00F2FF, transparent); border-radius: 2px; }.progress-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 2rem; box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1); }.section-subtitle { color: #00F2FF; font-size: 1.25rem; font-weight: 600; }.progress-label { font-family: 'Inter', sans-serif; color: rgba(255, 255, 255, 0.8); font-size: 0.9rem; }.progress-value { color: #00F2FF; font-weight: 600; }.progress-bar-container { width: 100%; height: 8px; background: rgba(255, 255, 255, 0.1); border-radius: 4px; overflow: hidden; position: relative; }.progress-bar-fill { height: 100%; background: linear-gradient(90deg, #00F2FF, #006AFF); box-shadow: 0 0 10px rgba(0, 242, 255, 0.5); transition: width 1s ease-in-out; }.btn-filter { background: transparent; border: 2px solid #00F2FF; color: #00F2FF; padding: 0.5rem 1.5rem; border-radius: 8px; font-weight: 600; transition: all 0.3s ease; }.btn-filter:hover, .btn-filter.active { background: #00F2FF; color: #050B18; box-shadow: 0 0 20px rgba(0, 242, 255, 0.3); }.badge-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 1.5rem; height: 100%; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }.badge-card:hover { transform: translateY(-5px); border-color: #00F2FF; background: rgba(0, 242, 255, 0.05); }.badge-card.locked { opacity: 0.7; filter: grayscale(1); }.badge-icon-wrapper { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; border: 1px solid rgba(0, 242, 255, 0.2); }.badge-img { width: 50px; height: 50px; object-fit: contain; }.badge-name { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #FFFFFF; }.badge-desc { font-family: 'Inter', sans-serif; font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); line-height: 1.4; margin-bottom: 1rem; }.badge-status { font-size: 0.75rem; font-weight: 600; color: #A0AEC0; background: rgba(255, 255, 255, 0.1); padding: 0.25rem 0.75rem; border-radius: 20px; text-transform: uppercase; }

/* ===== PAGE: privacy ===== */
.privacy-content-section { background-color: #050B18; color: #FFFFFF; font-family: 'Inter', sans-serif; overflow: hidden; position: relative; } .privacy-content-section .text-cyan { color: #00F2FF; } .privacy-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1); position: relative; z-index: 2; } .privacy-header h2 { font-family: 'Exo 2', sans-serif; color: #00F2FF; letter-spacing: 1px; } .accordion-item { background: transparent; border: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 1rem; border-radius: 8px !important; overflow: hidden; } .accordion-button { background: rgba(255, 255, 255, 0.03); color: #FFFFFF; font-weight: 600; padding: 1.25rem; border: none; box-shadow: none !important; transition: all 0.3s ease; } .accordion-button:not(.collapsed) { background: rgba(0, 242, 255, 0.1); color: #00F2FF; } .accordion-button::after { filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg); } .accordion-body { color: rgba(255, 255, 255, 0.8); line-height: 1.8; padding: 1.5rem; background: rgba(0, 0, 0, 0.2); } .accordion-body ul { padding-left: 1.2rem; } .accordion-body li { margin-bottom: 0.5rem; } .contact-note { background: linear-gradient(135deg, rgba(0, 242, 255, 0.05) 0%, rgba(0, 106, 255, 0.05) 100%); border-radius: 12px; border: 1px solid rgba(0, 242, 255, 0.2); } .contact-note h4 { color: #00F2FF; font-family: 'Exo 2', sans-serif; } @media (max-width: 767.98px) { .privacy-card { padding: 1.5rem !important; } .privacy-header h2 { font-size: 1.5rem; } .accordion-button { font-size: 0.9rem; padding: 1rem; } }

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

.terms-section .terms-card {
  background: rgba(10, 25, 47, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 242, 255, 0.15);
  border-radius: 12px;
  padding: 60px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
}

.terms-section h1 {
  font-family: 'Exo 2', sans-serif;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.terms-section h2 {
  font-family: 'Exo 2', sans-serif;
  color: #00F2FF;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-left: 4px solid #00F2FF;
  padding-left: 15px;
}

.terms-section p {
  color: #A0AEC0;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.terms-section ul {
  list-style: none;
  padding-left: 0;
}

.terms-section li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  color: #A0AEC0;
}

.terms-section li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00F2FF;
}

.terms-section .divider-glow {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00F2FF, transparent);
  margin-bottom: 2rem;
}

.terms-section .rule-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.terms-section .rule-box:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 255, 0.3);
}

.terms-section .rule-box i {
  font-size: 1.25rem;
  margin-top: 4px;
}

.terms-section .rule-box p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.terms-section .update-badge {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 242, 255, 0.1);
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-radius: 50px;
  color: #00F2FF;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .terms-section .terms-card {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .terms-section {
    padding: 40px 0;
  }
  .terms-section .terms-card {
    padding: 25px;
  }
  .terms-section h1 {
    font-size: 18px !important;
  }
  .terms-section h2 {
    font-size: 16px !important;
  }
  .terms-section h3 {
    font-size: 14px !important;
  }
  .terms-section p, .terms-section li {
    font-size: 0.9rem;
  }
}

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

.disclaimer-content-block .disclaimer-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
}

.disclaimer-content-block .disclaimer-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #00F2FF;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #00F2FF;
  display: inline-block;
  padding-bottom: 10px;
}

.disclaimer-content-block .disclaimer-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.disclaimer-content-block .disclaimer-subtitle {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #70D6FF;
  margin-bottom: 1rem;
}

.disclaimer-content-block .disclaimer-text {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

.disclaimer-content-block .disclaimer-footer {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .disclaimer-content-block .disclaimer-title {
    font-size: 1.75rem;
  }
  .disclaimer-content-block .disclaimer-subtitle {
    font-size: 1.25rem;
  }
  .disclaimer-content-block .disclaimer-text {
    font-size: 0.95rem;
  }
}

.frosted-glass {
    background: rgba(10, 25, 47, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-comment-card:hover {
    border-color: #00F2FF;
    transform: translateY(-2px);
}

.avatar-initials {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #00F2FF 0%, #006AFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050B18;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.3);
}

.user-name {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.text-cyan {
    color: #00F2FF;
}

.comment-text {
    color: #A0AEC0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.text-muted-small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

.btn-reply-action {
    background: transparent;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    transition: opacity 0.3s ease;
}

.btn-reply-action:hover {
    opacity: 0.8;
    text-shadow: 0 0 8px rgba(0, 242, 255, 0.5);
}

.reply-comment-card {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #00F2FF;
}

.reply-connector {
    position: absolute;
    left: -25px;
    top: -20px;
    width: 20px;
    height: 40px;
    border-left: 2px solid rgba(0, 242, 255, 0.2);
    border-bottom: 2px solid rgba(0, 242, 255, 0.2);
    border-bottom-left-radius: 10px;
}

.avatar-initials-small {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #00F2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00F2FF;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 0.9rem;
}

.comment-text.small {
    font-size: 0.935rem;
    opacity: 0.9;
}

.reply-container {
    position: relative;
}


/* ===== PAGE TEMPLATE: game-hall ===== */
.lk-body {
    background-color: #050B18;
    color: #FFFFFF;
    overflow-x: hidden;
}

.frosted-glass {
    background: rgba(10, 25, 47, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 242, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}

.font-exo {
    font-family: 'Exo 2', sans-serif;
}

.text-cyan {
    color: #00F2FF !important;
}

.text-light-muted {
    color: #A0AEC0;
}

.lk-detail-page-wrapper {
    padding-top: 70px;
}

.lk-game-hero {
    background: #000;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-iframe-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.lk-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.lk-iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 11, 24, 0.85);
    z-index: 10;
    transition: opacity 0.4s ease;
}

.lk-btn-play {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    border: none;
    padding: 1rem 3rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transform: skew(-10deg);
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.lk-btn-play:hover {
    transform: skew(-10deg) scale(1.05);
    box-shadow: 0 0 20px #00F2FF;
}

.lk-btn-fullscreen {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    z-index: 20;
    transition: all 0.3s ease;
}

.lk-btn-fullscreen:hover {
    background: #00F2FF;
    color: #050B18;
}

.lk-breadcrumb .breadcrumb-item a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lk-breadcrumb .breadcrumb-item a:hover {
    color: #00F2FF;
}

.lk-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #00F2FF;
}

.lk-article-title {
    font-size: clamp(1.75rem, 5vw, 3rem);
    line-height: 1.2;
    font-weight: 800;
}

.lk-rich-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.lk-rich-text p {
    margin-bottom: 1.5rem;
}

.lk-btn-share {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.lk-btn-share.fb:hover {
    background: #3b5998;
}

.lk-btn-share.tw:hover {
    background: #1da1f2;
}

.lk-btn-share.ln:hover {
    background: #00b900;
}

.lk-sidebar-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 242, 255, 0.3);
}

.lk-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lk-sidebar-link {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.lk-sidebar-link:hover {
    transform: translateX(5px);
}

.lk-sidebar-link h5 {
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.lk-sidebar-link:hover h5 {
    color: #00F2FF !important;
}

.lk-tag-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 242, 255, 0.2);
    color: #A0AEC0;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lk-tag-btn:hover {
    background: rgba(0, 242, 255, 0.1);
    color: #00F2FF;
    border-color: #00F2FF;
}

.lk-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 242, 255, 0.2);
    color: #fff !important;
    padding: 0.8rem 1rem;
}

.lk-input:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: #00F2FF;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
}

.lk-btn-submit {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.lk-btn-submit:hover {
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
    transform: translateY(-2px);
}

.avatar-wrapper .avatar-initials {
    width: 50px;
    height: 50px;
    background: #00F2FF;
    color: #050B18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
}

.achievements-page .badge-filter-group {
    display: none !important;
}

.lk-iframe-overlay,
.lk-btn-play {
    display: none !important;
}

@media (max-width: 767.98px) {
    .lk-iframe-container {
        height: 350px;
    }

    .lk-article-card {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: update-news ===== */
.lk-body {
    background-color: #050B18;
    color: #FFFFFF;
    overflow-x: hidden;
}

.frosted-glass {
    background: rgba(10, 25, 47, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 242, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 242, 255, 0.1);
}

.font-exo {
    font-family: 'Exo 2', sans-serif;
}

.text-cyan {
    color: #00F2FF !important;
}

.text-light-muted {
    color: #A0AEC0;
}

.lk-detail-page-wrapper {
    padding-top: 70px;
}

.lk-game-hero {
    background: #000;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-iframe-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.lk-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.lk-iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 11, 24, 0.85);
    z-index: 10;
    transition: opacity 0.4s ease;
}

.lk-btn-play {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    border: none;
    padding: 1rem 3rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transform: skew(-10deg);
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.lk-btn-play:hover {
    transform: skew(-10deg) scale(1.05);
    box-shadow: 0 0 20px #00F2FF;
}

.lk-btn-fullscreen {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    z-index: 20;
    transition: all 0.3s ease;
}

.lk-btn-fullscreen:hover {
    background: #00F2FF;
    color: #050B18;
}

.lk-breadcrumb .breadcrumb-item a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lk-breadcrumb .breadcrumb-item a:hover {
    color: #00F2FF;
}

.lk-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #00F2FF;
}

.lk-article-title {
    font-size: clamp(1.75rem, 5vw, 3rem);
    line-height: 1.2;
    font-weight: 800;
}

.lk-rich-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.lk-rich-text p {
    margin-bottom: 1.5rem;
}

.lk-btn-share {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.lk-btn-share.fb:hover {
    background: #3b5998;
}

.lk-btn-share.tw:hover {
    background: #1da1f2;
}

.lk-btn-share.ln:hover {
    background: #00b900;
}

.lk-sidebar-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 242, 255, 0.3);
}

.lk-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lk-sidebar-link {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.lk-sidebar-link:hover {
    transform: translateX(5px);
}

.lk-sidebar-link h5 {
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.lk-sidebar-link:hover h5 {
    color: #00F2FF !important;
}

.lk-tag-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 242, 255, 0.2);
    color: #A0AEC0;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lk-tag-btn:hover {
    background: rgba(0, 242, 255, 0.1);
    color: #00F2FF;
    border-color: #00F2FF;
}

.lk-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 242, 255, 0.2);
    color: #fff !important;
    padding: 0.8rem 1rem;
}

.lk-input:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: #00F2FF;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
}

.lk-btn-submit {
    background: linear-gradient(135deg, #00F2FF, #006AFF);
    color: #050B18;
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.lk-btn-submit:hover {
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
    transform: translateY(-2px);
}

.avatar-wrapper .avatar-initials {
    width: 50px;
    height: 50px;
    background: #00F2FF;
    color: #050B18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
}

@media (max-width: 767.98px) {
    .lk-iframe-container {
        height: 350px;
    }

    .lk-article-card {
        padding: 1.5rem !important;
    }
}