/* ===================================================
   KapCha Creations v3 — FULL PREMIUM ANIMATED CSS
   Shopping + Creations Website — Maximum Impact
   =================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Rajdhani:wght@400;500;600;700&family=Anton&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --gold: #C9973A;
    --gold-l: #F0C060;
    --gold-d: #8A6620;
    --blue: #00A8FF;
    --red: #FF3A3A;
    --green: #00E676;
    --purple: #AA44FF;
    --bg: #080A0E;
    --bg2: #0D1018;
    --bg3: #111520;
    --bg4: #161C2D;
    --t1: #F0F2F5;
    --t2: #9AA5B4;
    --t3: #5A6675;
    --bdr: rgba(255, 255, 255, 0.07);
    --bdr2: rgba(255, 255, 255, 0.14);
    --glass: rgba(255, 255, 255, 0.04);
    --nav: 72px;
    --r1: 8px;
    --r2: 14px;
    --r3: 20px;
    --r4: 28px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: 'Outfit', sans-serif;
    background: linear-gradient(-45deg, #080A0E, #161C2D, #0D1018, #050608);
    background-size: 400% 400%;
    animation: gradientBG 20s ease infinite;
    color: var(--t1);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

::selection {
    background: var(--gold);
    color: #000
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: var(--bg2)
}

::-webkit-scrollbar-thumb {
    background: var(--gold-d);
    border-radius: 2px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold)
}

/* ===== FLOATING ORBS ===== */
.orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    animation: orb-drift linear infinite
}

.orb1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 151, 58, 0.12), transparent 70%);
    top: -100px;
    left: -150px;
    animation-duration: 25s
}

.orb2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 168, 255, 0.08), transparent 70%);
    bottom: 10%;
    right: -100px;
    animation-duration: 30s;
    animation-direction: reverse
}

.orb3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(170, 68, 255, 0.07), transparent 70%);
    top: 40%;
    left: 40%;
    animation-duration: 20s
}

@keyframes orb-drift {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    33% {
        transform: translate(60px, -40px) scale(1.1)
    }

    66% {
        transform: translate(-30px, 60px) scale(0.9)
    }
}

/* ===== GLOBAL BACKGROUND ===== */
.global-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    overflow: hidden
}

.global-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.2) saturate(1.2);
    transform: scale(1.05);
    animation: global-ken 30s ease-in-out infinite alternate
}

@keyframes global-ken {
    from {
        transform: scale(1.05) translate(0, 0)
    }

    to {
        transform: scale(1.1) translate(-10px, -5px)
    }
}

.global-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 6, 8, 0.95) 0%, rgba(8, 10, 14, 0.6) 50%, rgba(5, 6, 8, 0.9) 100%)
}

.global-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(201, 151, 58, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 151, 58, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: grid-move 10s linear infinite
}

/* ===== BG VIDEO ===== */
.bg-video-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.75
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: screen
}

/* ===== CURSOR ===== */
.cursor-dot,
.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.cursor-dot {
    display: none;
}

.cursor-ring {
    width: 22px;
    height: 22px;
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #e6e6e6 40%, #999999 100%);
    border-radius: 50%;
    border: none;
    box-shadow: inset -4px -4px 6px rgba(0,0,0,0.3), inset 2px 2px 4px rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.4);
    transition: width .3s, height .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    perspective: 150px;
}

.cursor-ring::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 1px dashed rgba(60, 60, 60, 0.9);
    animation: spinSeam 3.5s linear infinite;
}

.cursor-ring::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.5px dashed rgba(60, 60, 60, 0.6);
    animation: spinSeam 3.5s linear infinite;
    animation-delay: -0.1s;
}

@keyframes spinSeam {
    0% { transform: rotateZ(23.5deg) rotateY(0deg); }
    100% { transform: rotateZ(23.5deg) rotateY(360deg); }
}

.cursor-ring.hover {
    width: 34px;
    height: 34px;
    box-shadow: inset -4px -4px 8px rgba(0,0,0,0.3), inset 3px 3px 6px rgba(255,255,255,0.9), 0 0 20px rgba(255,255,255,0.6);
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #f0f0f0 40%, #b3b3b3 100%);
}

@media(max-width:768px) {

    .cursor-dot,
    .cursor-ring {
        display: none
    }
}

/* ===== LOADER ===== */
.loader {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at center, rgba(201, 151, 58, 0.08) 0%, #040508 100%);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s ease;
}

.loader.out {
    opacity: 0;
    visibility: hidden;
}

.loader-inner {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-rings {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
}

.r1 {
    inset: 0;
    border-top-color: var(--gold);
    border-bottom-color: rgba(201, 151, 58, 0.15);
    animation: spin 1.5s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
    filter: drop-shadow(0 0 10px rgba(201, 151, 58, 0.4));
}

.r2 {
    inset: 12px;
    border-left-color: rgba(255, 255, 255, 0.08);
    border-right-color: rgba(255, 255, 255, 0.08);
    animation: spin 2.5s ease-in-out infinite reverse;
}

.r3 {
    inset: 24px;
    border-bottom-color: rgba(201, 151, 58, 0.3);
    animation: spin 3.5s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader-logo {
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: var(--t1);
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-scale 2s ease-in-out infinite;
    white-space: nowrap;
    text-transform: uppercase;
}

.loader-logo span {
    color: var(--gold);
    text-shadow: 0 0 15px rgba(201, 151, 58, 0.4);
}

.loader-logo em {
    color: var(--t2);
    font-style: normal;
    font-size: 28px;
    margin-left: 2px;
    opacity: 0.9;
}

@keyframes pulse-scale {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
    }
}

.loader-bar {
    width: 260px;
    height: 4px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.loader-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold-d), var(--gold-l), var(--gold));
    border-radius: 4px;
    animation: load-prog 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes load-prog {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.loader-text {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    color: var(--t2);
    text-transform: uppercase;
    animation: blink-text 1.2s ease infinite alternate;
}

@keyframes blink-text {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* ===== UTILITIES ===== */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

section {
    position: relative;
    z-index: 1
}

.section-pad {
    padding: 110px 0
}

.text-gold {
    color: var(--gold)
}

.text-blue {
    color: var(--blue)
}

.text-red {
    color: var(--red)
}

.text-green {
    color: var(--green)
}

.text-purple {
    color: var(--purple)
}

/* Shimmer text */
.text-shimmer {
    background: linear-gradient(90deg, var(--gold-d), var(--gold-l), var(--gold-d));
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 3s linear infinite
}

@keyframes shimmer {
    to {
        background-position: -200% center
    }
}

/* ===== ANIMATION CLASSES ===== */
.anim-pop {
    opacity: 0;
    animation: pop-in .6s cubic-bezier(.34, 1.56, .64, 1) forwards
}

@keyframes pop-in {
    from {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anim-slide-in {
    opacity: 0;
    transform: translateX(-40px);
    animation: slide-in .7s cubic-bezier(.4, 0, .2, 1) var(--d, 0s) forwards
}

@keyframes slide-in {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.anim-fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fade-up .7s ease var(--d, 0s) forwards
}

@keyframes fade-up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ===== PREMIUM CLIP REVEAL ANIMATIONS ===== */
.anim-clip-reveal {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(40px);
    animation-name: clip-reveal-play;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: forwards;
}

.delay-1 {
    animation-delay: 0.15s;
}

.delay-2 {
    animation-delay: 0.3s;
}

.delay-3 {
    animation-delay: 0.45s;
}

@keyframes clip-reveal-play {
    to {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: translateY(0);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity .75s cubic-bezier(.4, 0, .2, 1), transform .75s cubic-bezier(.4, 0, .2, 1)
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal:nth-child(2) {
    transition-delay: .08s
}

.reveal:nth-child(3) {
    transition-delay: .16s
}

.reveal:nth-child(4) {
    transition-delay: .24s
}

.reveal:nth-child(5) {
    transition-delay: .32s
}

.reveal:nth-child(6) {
    transition-delay: .4s
}

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    color: #0a0a0a;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 28px;
    border-radius: var(--r1);
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    transition: transform .25s ease, box-shadow .25s ease;
    white-space: nowrap
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(201, 151, 58, 0.4)
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    animation: btn-shine 3s ease-in-out infinite
}

@keyframes btn-shine {

    0%,
    100% {
        left: -100%
    }

    50% {
        left: 150%
    }
}

.glow-btn:hover {
    box-shadow: 0 0 30px rgba(201, 151, 58, 0.5), 0 10px 40px rgba(201, 151, 58, 0.3)
}

.btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: var(--t1);
    font-weight: 600;
    font-size: 14px;
    padding: 13px 28px;
    border-radius: var(--r1);
    text-decoration: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    transition: all .25s ease;
    backdrop-filter: blur(10px);
    white-space: nowrap
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px)
}

.btn-xl {
    padding: 16px 36px;
    font-size: 16px
}

.magnetic-btn {
    cursor: none
}

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    height: var(--nav);
    transition: all .35s ease
}

.navbar.scrolled {
    background: rgba(8, 10, 14, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 var(--bdr), 0 4px 40px rgba(0, 0, 0, 0.6)
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 36px
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-shrink: 0
}

.logo-text-group {
    display: flex;
    flex-direction: column;
    line-height: 0.95
}

.logo-glow-wrap {
    display: flex;
    align-items: baseline
}

.logo-kap {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--t1);
    letter-spacing: -0.5px;
    transition: color .3s
}

.logo-cha {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.5px;
    text-shadow: 0 0 20px rgba(201, 151, 58, 0);
    transition: text-shadow .3s
}

.nav-logo:hover .logo-cha {
    text-shadow: 0 0 20px rgba(201, 151, 58, 0.6)
}

.logo-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 5.5px;
    color: var(--t3);
    text-transform: uppercase;
    margin-left: 2px;
    margin-top: 2px
}

/* ===== LOGO CRICKET ANIMATION ===== */
.logo-animation {
    width: 36px;
    height: 36px;
    position: relative;
    flex-shrink: 0;
    margin-left: 2px;
}

.cricket-anim-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.cricket-bat-group {
    transform-origin: 27px 7px;
    animation: bat-swing 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cricket-ball {
    animation: ball-flight 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.impact-ring {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 9px;
    height: 9px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    animation: impact-ripple 1.8s ease-out infinite;
    pointer-events: none;
}

@keyframes bat-swing {
    0% {
        transform: rotate(0deg);
    }

    35% {
        transform: rotate(-25deg);
    }

    45% {
        transform: rotate(20deg);
    }

    60% {
        transform: rotate(0deg);
    }

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

@keyframes ball-flight {
    0% {
        transform: translate(-28px, 17px) scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    45% {
        transform: translate(7px, -5px) scale(1);
    }

    55% {
        transform: translate(-11px, -22px) scale(0.9);
        opacity: 1;
    }

    70% {
        opacity: 0;
        transform: translate(-28px, -33px) scale(0.6);
    }

    100% {
        opacity: 0;
    }
}

@keyframes impact-ripple {

    0%,
    43% {
        opacity: 0;
        transform: scale(0.5);
    }

    45% {
        opacity: 1;
        transform: scale(0.8);
    }

    55% {
        opacity: 0;
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
    }
}

.nav-links {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 6px
}

.nav-link {
    color: var(--t2);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: var(--r1);
    transition: all .2s ease;
    position: relative
}

.nav-link span {
    position: relative
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-d), var(--gold-l));
    border-radius: 1px;
    transition: all .25s ease
}

.nav-link:hover,
.nav-link.active {
    color: var(--t1)
}

.nav-link:hover::after,
.nav-link.active::after {
    left: 14px;
    right: 14px
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto
}

.btn-search {
    background: none;
    border: 1px solid var(--bdr);
    color: var(--t2);
    cursor: pointer;
    padding: 9px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    transition: all .2s ease
}

.btn-search:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.nav-cta {
    font-size: 13px;
    padding: 10px 20px
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--t1);
    border-radius: 2px;
    transition: all .3s ease
}

.search-bar {
    position: absolute;
    top: var(--nav);
    left: 0;
    right: 0;
    background: rgba(8, 10, 14, 0.98);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--bdr);
    padding: 16px 24px;
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: all .35s ease;
    z-index: 100
}

.search-bar.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all
}

.search-inner {
    max-width: 600px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg3);
    border: 1px solid var(--bdr2);
    border-radius: var(--r2);
    padding: 0 16px;
    transition: border-color .2s
}

.search-inner:focus-within {
    border-color: var(--gold)
}

.search-inner input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: var(--t1);
    font-size: 15px;
    padding: 14px 0;
    font-family: 'Outfit', sans-serif
}

.search-inner input::placeholder {
    color: var(--t3)
}

#searchClose {
    background: none;
    border: none;
    color: var(--t3);
    cursor: pointer;
    font-size: 16px;
    transition: color .2s
}

#searchClose:hover {
    color: var(--t1)
}

@media(max-width:900px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--bg2);
        border-left: 1px solid var(--bdr);
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: calc(var(--nav)+20px) 16px 20px;
        transition: right .35s ease;
        z-index: 8000;
        overflow-y: auto
    }

    .nav-links.open {
        right: 0
    }

    .nav-link {
        font-size: 16px;
        width: 100%
    }

    .hamburger {
        display: flex
    }

    .nav-cta {
        display: none
    }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden
}

.particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: particle-float linear infinite
}

@keyframes particle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0
    }

    10% {
        opacity: .7
    }

    90% {
        opacity: .4
    }

    100% {
        transform: translateY(-150px) scale(2);
        opacity: 0
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: calc(var(--nav)+60px) 24px 100px;
    width: 100%
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(201, 151, 58, 0.15), rgba(201, 151, 58, 0.05));
    border: 1px solid rgba(201, 151, 58, 0.35);
    border-radius: 100px;
    padding: 8px 22px;
    margin-bottom: 32px;
    animation-delay: .1s
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%
}

.badge-dot.pulse {
    animation: badge-pulse 1.8s ease-in-out infinite
}

@keyframes badge-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(201, 151, 58, 0.6)
    }

    70% {
        box-shadow: 0 0 0 8px rgba(201, 151, 58, 0)
    }
}

.badge-text {
    font-size: 11px;
    font-weight: 700;
    color: var(--gold-l);
    letter-spacing: 3px;
    text-transform: uppercase
}

.hero-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(64px, 9vw, 130px);
    font-weight: 700;
    line-height: .92;
    letter-spacing: -3px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px
}

.title-word {
    display: inline-block;
    color: var(--t1)
}

.gold-gradient {
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 40px rgba(201, 151, 58, 0.3))
}

.hero-typewriter {
    font-size: 22px;
    color: var(--t2);
    margin-bottom: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px
}

.tw-prefix {
    color: var(--t2)
}

.tw-text {
    color: var(--gold-l);
    font-weight: 700
}

.tw-cursor {
    color: var(--gold);
    animation: cursor-blink .7s step-end infinite;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
    margin-left: 2px
}

@keyframes cursor-blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.hero-desc {
    font-size: 17px;
    color: var(--t2);
    max-width: 580px;
    line-height: 1.75;
    margin-bottom: 44px
}

.hero-desc strong {
    color: var(--gold-l);
    font-weight: 600
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 72px
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 24px;
    width: fit-content
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1100px;
    margin-top: 20px
}

.stat-card {
    background: rgba(13, 16, 24, 0.45);
    border: 1px solid var(--bdr);
    border-radius: var(--r2);
    padding: 22px;
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 70%);
    pointer-events: none
}

.stat-card:hover {
    border-color: rgba(201, 151, 58, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(255, 255, 255, 0.02)
}

.stat-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.stat-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform .3s ease
}

.stat-card:hover .stat-icon-box {
    transform: scale(1.08)
}

/* Glows */
.gold-glow {
    color: var(--gold);
    box-shadow: 0 0 15px rgba(201, 151, 58, 0.1);
    border-color: rgba(201, 151, 58, 0.2)
}

.blue-glow {
    color: var(--blue);
    box-shadow: 0 0 15px rgba(0, 168, 255, 0.1);
    border-color: rgba(0, 168, 255, 0.2)
}

.green-glow {
    color: var(--green);
    box-shadow: 0 0 15px rgba(0, 230, 118, 0.1);
    border-color: rgba(0, 230, 118, 0.2)
}

.purple-glow {
    color: var(--purple);
    box-shadow: 0 0 15px rgba(170, 68, 255, 0.1);
    border-color: rgba(170, 68, 255, 0.2)
}

/* Trend Badges */
.stat-trend {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 100px;
    letter-spacing: .5px
}

.stat-trend.positive {
    background: rgba(0, 230, 118, 0.08);
    color: var(--green);
    border: 1px solid rgba(0, 230, 118, 0.15)
}

.stat-trend.badge-blue {
    background: rgba(0, 168, 255, 0.08);
    color: var(--blue);
    border: 1px solid rgba(0, 168, 255, 0.15)
}

.stat-trend.gold-badge {
    background: rgba(201, 151, 58, 0.08);
    color: var(--gold-l);
    border: 1px solid rgba(201, 151, 58, 0.15)
}

.stat-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--t1);
    line-height: 1;
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    gap: 2px
}

.stat-num span {
    font-size: 20px;
    color: var(--gold)
}

.stat-lbl {
    font-size: 12px;
    font-weight: 500;
    color: var(--t2);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.stat-sparkline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    pointer-events: none;
    opacity: 0.65;
    transition: opacity .3s ease
}

.stat-card:hover .stat-sparkline {
    opacity: 1
}

.sparkline {
    width: 100%;
    height: 100%;
    display: block
}

@keyframes bar-fill {
    to {
        transform: scaleX(1)
    }
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    animation: bob 2s ease-in-out infinite
}

.scroll-mouse {
    width: 28px;
    height: 46px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px
}

.scroll-wheel {
    width: 4px;
    height: 10px;
    background: var(--gold);
    border-radius: 2px;
    animation: scroll-wheel 2s ease-in-out infinite
}

@keyframes scroll-wheel {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(14px);
        opacity: 0
    }
}

@keyframes bob {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(-6px)
    }
}

.hero-scroll-indicator span {
    font-size: 9px;
    letter-spacing: 4px;
    color: var(--t3);
    text-transform: uppercase
}

@media(max-width:900px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }
}

@media(max-width:600px) {
    .hero-title {
        font-size: clamp(48px, 12vw, 80px)
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* ===== MARQUEE ===== */
.marquee-strip {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid rgba(201, 151, 58, 0.2);
    border-bottom: 1px solid rgba(201, 151, 58, 0.2)
}

.marquee-strip::before,
.marquee-strip::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none
}

.marquee-strip::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), transparent)
}

.marquee-strip::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg), transparent)
}

.marquee-inner {
    background: linear-gradient(135deg, rgba(201, 151, 58, 0.06), rgba(0, 168, 255, 0.03))
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    padding: 14px 0;
    animation: marquee 25s linear infinite;
    width: max-content
}

.marquee-track span {
    font-size: 13px;
    font-weight: 600;
    color: var(--t2);
    letter-spacing: .5px
}

.marquee-track .sep {
    color: var(--gold);
    font-size: 8px
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* ===== SECTION HEADERS ===== */
.section-header {
    text-align: center;
    margin-bottom: 70px
}

.section-label-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px
}

.label-line {
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
    opacity: .5
}

.label-line:last-child {
    background: linear-gradient(270deg, transparent, var(--gold))
}

.section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase
}

.section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 14px
}

.section-desc {
    font-size: 16px;
    color: var(--t2);
    max-width: 520px;
    margin: 0 auto
}

/* ===== GAMES SECTION ===== */
.games-section {
    background: linear-gradient(180deg, rgba(13, 16, 24, 0.2) 0%, rgba(8, 10, 14, 0.4) 100%);
}

.section-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

/* ===== GAMES ZIGZAG SHOWCASE ===== */
.games-zigzag {
    display: flex;
    flex-direction: column;
    gap: 70px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.zigzag-row {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 64px;
    align-items: center;
}

.zigzag-row.zig-reverse {
    grid-template-columns: 1fr 1.15fr;
}

.zigzag-row.zig-reverse .zigzag-media {
    order: 2;
}

.zigzag-row.zig-reverse .zigzag-content {
    order: 1;
}

/* Media Block */
.zigzag-media {
    position: relative;
    border-radius: var(--r3);
    overflow: hidden;
    border: 1px solid var(--bdr);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--bg3);
}

.zigzag-media:hover {
    transform: translateY(-5px) scale(1.005);
    border-color: rgba(201, 151, 58, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.zigzag-img-wrapper {
    width: 100%;
    height: 310px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.zigzag-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.zigzag-media:hover img {
    transform: scale(1.06);
}

/* Image Hover Overlay */
.zigzag-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 14, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 0.35s ease;
}

.zigzag-img-wrapper:hover .zigzag-img-overlay {
    opacity: 1;
}

.btn-explore-overlay {
    background: var(--gold);
    color: #0a0a0a;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 26px;
    border-radius: var(--r4);
    letter-spacing: .5px;
    transform: scale(0.9) translateY(10px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.zigzag-img-wrapper:hover .btn-explore-overlay {
    transform: scale(1) translateY(0);
}

/* Back glows for rows */
.zigzag-glow {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    filter: blur(60px);
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.zigzag-media:hover .zigzag-glow {
    opacity: 0.22;
}

.blue-glow-bg {
    background: radial-gradient(circle, var(--blue), transparent 60%);
}

.red-glow-bg {
    background: radial-gradient(circle, var(--red), transparent 60%);
}

.green-glow-bg {
    background: radial-gradient(circle, var(--green), transparent 60%);
}

.purple-glow-bg {
    background: radial-gradient(circle, var(--purple), transparent 60%);
}

/* Labels & Badges */
.featured-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, var(--red), #FF6B6B);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(255, 58, 58, 0.2);
}

.zigzag-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blue-badge {
    background: rgba(0, 168, 255, 0.18);
    color: var(--blue);
    border: 1px solid rgba(0, 168, 255, 0.35)
}

.red-badge {
    background: rgba(255, 58, 58, 0.18);
    color: var(--red);
    border: 1px solid rgba(255, 58, 58, 0.35)
}

.green-badge {
    background: rgba(0, 230, 118, 0.18);
    color: var(--green);
    border: 1px solid rgba(0, 230, 118, 0.35)
}

.purple-badge {
    background: rgba(170, 68, 255, 0.18);
    color: var(--purple);
    border: 1px solid rgba(170, 68, 255, 0.35)
}

.badge-pulse {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: badge-pulse 1.5s ease-in-out infinite
}

@keyframes badge-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .4;
        transform: scale(.7)
    }
}

.red-pulse {
    animation-delay: .3s
}

.green-pulse {
    animation-delay: .6s
}

.purple-pulse {
    animation-delay: .9s
}

/* Content block */
.zigzag-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.zigzag-meta {
    display: flex;
    gap: 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.zig-updated {
    color: var(--gold-l);
}

.zig-count {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--bdr);
    color: var(--t2);
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 10px;
}

.zig-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.zig-desc {
    font-size: 15px;
    color: var(--t2);
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Tags list */
.zigzag-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.zigzag-tags span {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bdr);
    color: var(--t2);
    padding: 4px 12px;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.zigzag-row:hover .zigzag-tags span {
    border-color: rgba(201, 151, 58, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

.muted-tags span {
    opacity: .5;
}

.soon-tag {
    font-size: 12px;
    background: rgba(170, 68, 255, 0.15);
    color: var(--purple);
    border: 1px solid rgba(170, 68, 255, 0.3);
    padding: 2px 10px;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    font-size: 11px;
    margin-left: 8px
}

/* CTA buttons */
.zig-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13.5px;
    padding: 12px 28px;
    border-radius: var(--r2);
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: .5px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.zig-btn svg {
    transition: transform 0.3s ease;
}

.zig-btn:hover svg {
    transform: translateX(5px);
}

.blue-btn {
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    color: #0a0a0a;
}

.blue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 151, 58, 0.35);
}

.red-btn {
    background: linear-gradient(135deg, #cc0000, #FF6B6B);
    color: #fff;
}

.red-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 58, 58, 0.35);
}

.green-btn {
    background: linear-gradient(135deg, #00a050, #00E676);
    color: #fff;
}

.green-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 230, 118, 0.35);
}

.purple-btn {
    background: linear-gradient(135deg, var(--purple), #CC77FF);
    color: #fff;
}

.purple-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(170, 68, 255, 0.35);
}

/* Upcoming features overlay */
.zigzag-upcoming-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 14, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.zig-hourglass {
    font-size: 38px;
    animation: pulse-scale 2s ease-in-out infinite;
}

.zigzag-upcoming-overlay span {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--t2);
    text-transform: uppercase;
    font-weight: 700;
}

.zig-progress-bar {
    width: 160px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.zig-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--purple), #CC77FF);
    border-radius: 2px;
    animation: bar-fill 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.zig-pct {
    font-size: 10.5px !important;
    color: var(--purple) !important;
    font-weight: 700;
    letter-spacing: 0px !important;
}

/* Zigzag responsiveness */
@media(max-width: 900px) {
    .games-zigzag {
        gap: 50px;
    }

    .zigzag-row,
    .zigzag-row.zig-reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zigzag-row.zig-reverse .zigzag-media {
        order: 1;
    }

    .zigzag-row.zig-reverse .zigzag-content {
        order: 2;
    }

    .zigzag-img-wrapper {
        height: 250px;
    }

    .zig-title {
        margin-bottom: 12px;
    }

    .zig-desc {
        margin-bottom: 18px;
    }
}

/* ===== GALLERY REELS ===== */
.gallery-reels-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
    padding: 24px 0;
    position: relative;
    width: 100%;
}

.gallery-reel-row {
    display: flex;
    gap: 20px;
    width: max-content;
    position: relative;
}

.reel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

/* Animations */
.row-left .reel-track {
    animation: scroll-left 50s linear infinite;
}

.row-right .reel-track {
    animation: scroll-right 50s linear infinite;
}

/* Pause on hover anywhere inside the gallery block */
.gallery-reels-container:hover .reel-track {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 20px));
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(calc(-100% - 20px));
    }

    100% {
        transform: translateX(0);
    }
}

.gal-item {
    width: 460px;
    height: 260px;
    flex-shrink: 0;
    border-radius: var(--r2);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--bdr);
    background: var(--bg3);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s, box-shadow 0.4s;
}

.gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gal-item:hover {
    transform: translateY(-8px) scale(1.04) rotateX(3deg) rotateY(-3deg);
    border-color: var(--gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 151, 58, 0.15);
    z-index: 10;
}

.gal-item:hover img {
    transform: scale(1.08);
}

.gal-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 16, 24, 0.95) 0%, rgba(13, 16, 24, 0.4) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 3;
}

.gal-item:hover .gal-hover {
    opacity: 1;
}

.gal-zoom-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: rgba(201, 151, 58, 0.12);
    border: 1px solid rgba(201, 151, 58, 0.3);
    color: var(--gold-l);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
}

.gal-item:hover .gal-zoom-icon {
    transform: scale(1.1);
    background: var(--gold);
    color: #0a0a0a;
    box-shadow: 0 0 15px rgba(201, 151, 58, 0.4);
}

.gal-info {
    width: 100%;
    text-align: left;
}

.gal-info h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 4px;
}

.gal-info p {
    font-size: 13px;
    color: var(--gold-l);
    margin-bottom: 12px;
    font-weight: 500;
}

/* High-tech specs sheet overlay inside details */
.gal-specs {
    display: flex;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 10px;
    transform: translateY(8px);
    transition: transform 0.35s ease;
}

.gal-item:hover .gal-specs {
    transform: translateY(0);
}

.spec-tag {
    font-size: 9px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2px 7px;
    border-radius: 4px;
    color: var(--t2);
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
}

.gal-pill {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(8, 10, 14, 0.85);
    border: 1px solid rgba(201, 151, 58, 0.3);
    color: var(--gold);
    font-size: 8px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    z-index: 10;
    pointer-events: auto;
    transition: all 0.3s ease;
}
.gal-pill:hover {
    background: var(--gold);
    color: #000;
    transform: scale(1.05);
}

/* Responsive mobile stack for reels */
@media (max-width: 768px) {
    .gallery-reels-container {
        gap: 16px;
        padding: 12px 0;
    }

    .gallery-reel-row {
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 8px 16px;
        box-sizing: border-box;
    }

    .gallery-reel-row::-webkit-scrollbar {
        display: none;
    }

    .reel-track {
        animation: none !important;
    }

    .reel-track.clone {
        display: none !important;
        /* Hide loops on mobile to avoid duplicates */
    }

    .gal-item {
        width: 320px;
        height: 180px;
        scroll-snap-align: start;
    }

    .gal-info h4 {
        font-size: 16px;
    }

    .gal-info p {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .gal-specs {
        padding-top: 6px;
    }

    .spec-tag {
        font-size: 8px;
        padding: 1px 5px;
    }
}

/* ===== FILTER TABS ===== */
.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 48px
}

.filter-btn {
    background: transparent;
    border: 1px solid var(--bdr2);
    color: var(--t2);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .25s ease;
    font-family: 'Outfit', sans-serif;
    position: relative;
    overflow: hidden
}

.filter-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    opacity: 0;
    transition: opacity .25s
}

.filter-btn:hover {
    color: var(--t1);
    border-color: rgba(201, 151, 58, 0.4);
    transform: translateY(-2px)
}

.filter-btn.active {
    border-color: var(--gold);
    color: #0a0a0a;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    box-shadow: 0 4px 20px rgba(201, 151, 58, 0.3)
}

.filter-btn.active span,
.filter-btn.active {
    position: relative;
    z-index: 1
}

/* ===== SHOP / MODS GRID ===== */
.shop-section {
    background: rgba(13, 16, 24, 0.25);
}

.store-grid-wrapper {
    position: relative;
    max-height: 800px;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.store-grid-wrapper.expanded {
    max-height: 15000px;
}

.store-grid-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%, rgba(13,16,24,0.85) 60%, rgba(13,16,24,1) 100%);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.store-grid-wrapper.expanded .store-grid-overlay {
    opacity: 0;
    pointer-events: none;
}

.store-grid-overlay .zig-btn {
    pointer-events: auto;
    position: relative;
    background: transparent;
    color: var(--gold);
    padding: 18px 48px;
    font-size: 18px;
    border: none;
    overflow: hidden;
    border-radius: var(--r2);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.store-grid-overlay .zig-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, transparent, transparent, #4facfe, #c084fc, transparent);
    animation: rotateNeon 3s linear infinite;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.3s;
}

.store-grid-overlay .zig-btn::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: rgba(20, 24, 32, 0.95);
    border-radius: calc(var(--r2) - 1px);
    z-index: -1;
}

.store-grid-overlay .zig-btn:hover::before {
    opacity: 1;
}

@keyframes rotateNeon {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 20px;
    padding-bottom: 40px;
}

.shop-card {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: var(--r2);
    overflow: hidden;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4, 0, .2, 1)
}

.shop-card:hover {
    border-color: rgba(201, 151, 58, 0.35);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(201, 151, 58, 0.1)
}

.shop-card-img {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: var(--bg2)
}

.shop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .4s ease
}

.shop-card:hover .shop-card-img img {
    transform: scale(1.08);
    filter: brightness(.7)
}

.shop-hover-layer {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity .3s ease;
    backdrop-filter: blur(4px)
}

.shop-card:hover .shop-hover-layer {
    opacity: 1
}

.quick-view-btn {
    background: var(--gold);
    color: #0a0a0a;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 24px;
    border-radius: var(--r4);
    transition: transform .2s ease;
    cursor: pointer;
    letter-spacing: .5px
}

.quick-view-btn:hover {
    transform: scale(1.06)
}

.shop-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(8, 10, 14, 0.88);
    border: 1px solid var(--bdr);
    color: var(--gold);
    font-size: 9px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px)
}

.shop-price-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #00a050, #00E676);
    color: #0a0a0a;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 100px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.shop-card-body {
    padding: 18px
}

.shop-card-body h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--t1);
    line-height: 1.3;
    transition: color .2s
}

.shop-card:hover .shop-card-body h4 {
    color: var(--gold-l)
}

.shop-card-body p {
    font-size: 13px;
    color: var(--t2);
    margin-bottom: 12px;
    line-height: 1.6
}

.shop-meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pill-blue {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(0, 168, 255, 0.12);
    color: var(--blue);
    font-weight: 600
}

.pill-red {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(255, 58, 58, 0.12);
    color: var(--red);
    font-weight: 600
}

.star-mini {
    color: var(--gold);
    font-size: 13px;
    letter-spacing: -2px
}

/* ===== FEATURES ===== */
.features-section {
    background: rgba(8, 10, 14, 0.15);
}

.features-bg-blob {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 60% at 20% 50%, rgba(201, 151, 58, 0.05), transparent), radial-gradient(ellipse 50% 50% at 80% 30%, rgba(0, 168, 255, 0.04), transparent);
    pointer-events: none
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.feat-card {
    flex: 1 1 340px;
    max-width: 410px;
    box-sizing: border-box;
    background: var(--bg3);
    border: 1px solid color-mix(in srgb, var(--fc) 22%, transparent);
    border-radius: var(--r2);
    padding: 32px 26px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: default;
    group: true
}

@media(max-width:900px) {
    .feat-card {
        max-width: 100%
    }
}

.feat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--fc);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease
}

/* Fire Label Animation */
.fire-label {
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    color: #fff !important;
    background: linear-gradient(0deg, #ff3300 0%, #ffaa00 50%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(255, 69, 0, 0.5)) drop-shadow(0 0 2px rgba(255, 140, 0, 0.3));
    animation: fire-flame 1.5s ease-in-out infinite alternate;
}

@keyframes fire-flame {
    0% {
        filter: drop-shadow(0 2px 4px rgba(255, 68, 0, 0.6)) drop-shadow(0 0 2px rgba(255, 153, 0, 0.4));
    }

    50% {
        filter: drop-shadow(0 3px 6px rgba(255, 102, 0, 0.8)) drop-shadow(0 0 4px rgba(255, 204, 0, 0.6));
    }

    100% {
        filter: drop-shadow(0 2px 3px rgba(255, 51, 0, 0.5)) drop-shadow(0 0 2px rgba(255, 119, 0, 0.3));
    }
}

.feat-card:hover {
    transform: translateY(-6px);
    border-color: var(--fc, var(--bdr2));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 15px color-mix(in srgb, var(--fc) 20%, transparent)
}

.feat-card:hover::after {
    transform: scaleX(1)
}

.feat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--fc) 6%, transparent), transparent);
    opacity: 0;
    transition: opacity .4s
}

.feat-card:hover::before {
    opacity: 1
}

.feat-icon-wrap {
    width: 58px;
    height: 58px;
    background: color-mix(in srgb, var(--fc) 5%, transparent);
    border: 1px solid color-mix(in srgb, var(--fc) 20%, transparent);
    border-radius: var(--r2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .3s ease;
    position: relative;
    z-index: 1
}

.feat-card:hover .feat-icon-wrap {
    border-color: var(--fc);
    background: color-mix(in srgb, var(--fc) 15%, transparent);
    transform: scale(1.1) rotate(5deg)
}

.feat-icon {
    font-size: 26px;
    display: block;
    filter: drop-shadow(0 0 6px var(--fc))
}

.feat-card h3 {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: var(--fc);
    letter-spacing: 1px;
    transition: transform 0.3s ease
}

.feat-card:hover h3 {
    transform: translateX(4px)
}

.feat-card p {
    font-size: 15px;
    color: var(--t2);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    font-family: 'Outfit', sans-serif
}

/* ===== REVIEWS ===== */
.reviews-section {
    background: rgba(13, 16, 24, 0.25);
    overflow: hidden
}

.reviews-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(201, 151, 58, 0.05), transparent);
    pointer-events: none
}

.overall-rating {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    margin-top: 40px;
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    padding: 28px 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

.overall-rating::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 151, 58, 0.05), transparent);
    pointer-events: none
}

.or-score {
    font-family: 'Rajdhani', sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    text-shadow: 0 0 40px rgba(201, 151, 58, 0.4)
}

.or-right {
    flex: 1
}

.or-stars {
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 4px
}

.or-count {
    font-size: 13px;
    color: var(--t2);
    margin-bottom: 14px
}

.or-bars {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.or-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--t3)
}

.or-bar-row span:first-child {
    width: 20px;
    text-align: right;
    color: var(--gold-l)
}

.or-bar-row span:last-child {
    width: 28px
}

.orb-track {
    flex: 1;
    height: 5px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    overflow: hidden
}

.orb-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold-d), var(--gold-l));
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left;
    animation: bar-fill 1.5s ease .5s forwards
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0
}

@media(max-width:1000px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:620px) {
    .reviews-grid {
        grid-template-columns: 1fr
    }
}

.review-card {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: var(--r2);
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease
}

.review-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 120px;
    color: rgba(201, 151, 58, 0.05);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none
}

.review-card:hover {
    border-color: rgba(201, 151, 58, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4)
}

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

.reviewer-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: avatar-pulse 3s ease-in-out infinite
}

@keyframes avatar-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0)
    }
}

.reviewer-info {
    flex: 1
}

.reviewer-info strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 2px
}

.reviewer-loc {
    font-size: 11px;
    color: var(--t3)
}

.review-stars {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 1px;
    flex-shrink: 0
}

.review-text {
    font-size: 14px;
    color: var(--t2);
    line-height: 1.75;
    margin-bottom: 16px;
    font-style: italic
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.review-tag {
    font-size: 11px;
    background: rgba(201, 151, 58, 0.1);
    border: 1px solid rgba(201, 151, 58, 0.25);
    color: var(--gold);
    padding: 3px 10px;
    border-radius: 100px;
    font-weight: 600
}

.review-date {
    font-size: 11px;
    color: var(--t3)
}

.review-likes {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
    border-top: 1px solid var(--bdr)
}

.review-likes span {
    font-size: 12px;
    color: var(--t3);
    cursor: pointer;
    transition: color .2s
}

.review-likes span:hover {
    color: var(--gold)
}

/* Category Labels & Delivery Badge Styles */
.reviews-category-label {
    display: flex;
    justify-content: center;
    margin: 32px 0 24px;
    width: 100%;
}

.rc-tag {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 100px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cricket-rc {
    background: rgba(201, 151, 58, 0.1);
    color: var(--gold);
    border: 1px solid rgba(201, 151, 58, 0.3);
}

.rugby-rc {
    background: rgba(255, 58, 58, 0.1);
    color: var(--red);
    border: 1px solid rgba(255, 58, 58, 0.3);
}

.rl-rc {
    background: rgba(0, 230, 118, 0.1);
    color: var(--green);
    border: 1px solid rgba(0, 230, 118, 0.3);
}

.delivery-card {
    border-color: rgba(0, 230, 118, 0.25) !important;
    box-shadow: 0 8px 30px rgba(0, 230, 118, 0.04);
}

.delivery-card:hover {
    border-color: var(--green) !important;
    box-shadow: 0 16px 40px rgba(0, 230, 118, 0.12) !important;
}

.delivery-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 230, 118, 0.15);
    color: var(--green);
    border: 1px solid rgba(0, 230, 118, 0.35);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/* ===== CONTACT ===== */
.contact-section {
    background: radial-gradient(circle at 10% 20%, rgba(201, 151, 58, 0.03) 0%, transparent 40%), rgba(8, 10, 14, 0.15);
    position: relative;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 64px;
    align-items: start
}

@media(max-width:900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

.contact-left .section-label {
    display: block;
    margin-bottom: 16px;
    letter-spacing: 4px
}

.contact-left .section-title {
    text-align: left;
    font-size: clamp(32px, 4.5vw, 56px);
    margin-bottom: 16px;
    line-height: 1.1
}

.contact-tagline {
    font-size: 16px;
    color: var(--t2);
    line-height: 1.8;
    margin-bottom: 36px;
    font-family: 'Outfit', sans-serif
}

.contact-socials {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.social-link {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    padding: 18px 24px;
    border-radius: var(--r2);
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(17, 21, 32, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.social-link:hover::before {
    transform: translateX(100%)
}

.social-link:hover {
    transform: translateY(-3px);
    background: rgba(17, 21, 32, 0.6);
}

.social-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link:hover .social-icon-wrap {
    transform: scale(1.15) rotate(-6deg)
}

.discord-link .social-icon-wrap {
    background: rgba(88, 101, 242, 0.1);
    color: #5865F2;
    border: 1px solid rgba(88, 101, 242, 0.18)
}

.discord-link:hover {
    border-color: rgba(88, 101, 242, 0.45);
    box-shadow: 0 12px 35px rgba(88, 101, 242, 0.12)
}

.x-link .social-icon-wrap {
    background: rgba(255, 255, 255, 0.05);
    color: var(--t1);
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.x-link:hover {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.06)
}

.social-info strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 2px
}

.social-info span {
    font-size: 12px;
    color: var(--t3);
    font-family: 'Outfit', sans-serif
}

.newsletter-box {
    background: rgba(13, 16, 24, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--r3);
    padding: 44px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.newsletter-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9e0018, var(--gold), #9e0018);
    background-size: 200% 100%;
    animation: glow-flow 4s linear infinite;
}

@keyframes glow-flow {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: -200% 0%
    }
}

.newsletter-box h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--t1)
}

.newsletter-box>p {
    font-size: 14px;
    color: var(--t2);
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6
}

.nl-field {
    margin-bottom: 20px
}

.nl-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--t2);
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.nl-field input,
.nl-field select {
    width: 100%;
    background: rgba(8, 10, 14, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--r1);
    color: var(--t1);
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    padding: 14px 18px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-appearance: none;
}

.nl-field input::placeholder {
    color: var(--t3);
    opacity: 0.85
}

.nl-field input:focus,
.nl-field select:focus {
    border-color: var(--gold);
    background: rgba(8, 10, 14, 0.75);
    box-shadow: 0 0 0 4px rgba(201, 151, 58, 0.15);
    transform: translateY(-1px);
}

.nl-field select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2L6 6.5L10.5 2' stroke='%23C9973A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 44px;
    background-color: rgba(8, 10, 14, 0.5);
}

.submit-btn {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 16px;
    border-radius: var(--r1);
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #0a0a0a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 151, 58, 0.4);
}

.form-success {
    display: none;
    text-align: center;
    padding: 40px 20px
}

.form-success.show {
    display: block;
    animation: fade-up .5s ease
}

.success-checkmark {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0a0a0a;
    margin: 0 auto 16px;
    font-weight: 700;
    animation: pop-in .5s cubic-bezier(.34, 1.56, .64, 1)
}

.form-success h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px
}

.form-success p {
    font-size: 14px;
    color: var(--t2)
}

/* ===== DISCORD LIVE WIDGET ===== */
.discord-widget {
    background: rgba(47, 49, 54, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(88, 101, 242, 0.15);
    border-radius: var(--r3);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(88, 101, 242, 0.05);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    height: 750px;
}

.discord-widget:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(88, 101, 242, 0.1);
    border-color: rgba(88, 101, 242, 0.3);
}

.discord-widget-header {
    background: #5865f2;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.discord-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discord-logo-wrap svg {
    fill: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.discord-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.discord-online-count {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 10px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.discord-widget-body {
    padding: 24px;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Style the widget scrollbar */
.discord-widget-body::-webkit-scrollbar {
    width: 5px;
}

.discord-widget-body::-webkit-scrollbar-track {
    background: transparent;
}

.discord-widget-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.discord-widget-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}

.discord-server-title {
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.discord-channel {
    display: flex;
    align-items: center;
    color: #8e9297;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    gap: 8px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.discord-channel:hover {
    color: #dcddde;
}

.discord-channel.active-vc {
    flex-direction: column;
    align-items: stretch;
    color: #dcddde;
    gap: 6px;
    cursor: default;
}

.discord-channel.active-vc .channel-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.channel-sep {
    color: rgba(255, 255, 255, 0.15);
    font-weight: 300;
}

.vc-users-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 26px;
    margin-top: 4px;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    padding-left: 14px;
}

.vc-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.2s ease;
}

.vc-user:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(2px);
}

.vc-user-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vc-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.vc-username {
    color: #b9bbbe;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    transition: color 0.2s ease;
}

.vc-user:hover .vc-username {
    color: #ffffff;
}

.vc-status-icon {
    font-size: 11px;
    opacity: 0.7;
}

.discord-widget-footer {
    background: rgba(41, 43, 47, 0.5);
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-msg {
    color: #72767d;
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
}

.discord-join-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.discord-join-btn:hover {
    background: #3ba55d;
    border-color: #3ba55d;
    box-shadow: 0 4px 15px rgba(59, 165, 93, 0.4);
}

/* ===== DISCORD ONLINE MEMBERS LIST ===== */
.discord-members-heading {
    color: #72767d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}

.discord-members-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.discord-member-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.01);
    transition: all 0.2s ease;
}

.discord-member-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.member-row-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.member-avatar-wrap {
    position: relative;
    width: 24px;
    height: 24px;
}

.member-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.member-avatar-fallback {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.status-dot {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1.5px solid #282a2d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.status-dot.online {
    background: #3ba55d;
}

.status-dot.idle {
    background: #faa81a;
}

.status-dot.dnd {
    background: #ed4245;
}

.member-name {
    color: #b9bbbe;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    transition: color 0.2s ease;
}

.discord-member-row:hover .member-name {
    color: #ffffff;
}

.member-game {
    color: #72767d;
    font-size: 11px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    opacity: 0.85;
}


/* ===== FOOTER ===== */
.footer {
    background: #020408;
    border-top: 1px solid var(--bdr);
    padding: 80px 0 28px;
    position: relative;
    z-index: 1
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-d), transparent)
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 60px
}

@media(max-width:900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
}

@media(max-width:560px) {
    .footer-top {
        grid-template-columns: 1fr
    }
}

.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 16px
}

.footer-logo .logo-kap,
.footer-logo .logo-cha {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(to top, #9e0018 0%, #e65c00 50%, #f9d423 100%);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: fire-burn 4s ease-in-out infinite alternate;
    display: inline-block;
    filter: drop-shadow(0 2px 8px rgba(230, 92, 0, 0.3)) drop-shadow(0 4px 18px rgba(249, 212, 35, 0.15));
    font-size: 42px;
    letter-spacing: 1px;
}

.footer-logo .logo-tag {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color: var(--gold);
    text-transform: uppercase;
    margin-left: 12px;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(201, 151, 58, 0.25));
}

@keyframes fire-burn {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 0% 100%
    }
}

.footer-tagline {
    font-size: 15px;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 10px
}

.footer-desc {
    font-size: 14px;
    color: var(--t3);
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 24px
}

.footer-desc strong {
    color: var(--t2)
}

.footer-socials {
    display: flex;
    gap: 10px
}

.f-social {
    width: 46px;
    height: 46px;
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--t3);
    text-decoration: none;
    transition: all .25s ease
}

.f-social.discord:hover {
    border-color: #5865F2;
    color: #5865F2;
    background: rgba(88, 101, 242, 0.1)
}

.f-social.x-s:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--t1)
}

.f-social.yt:hover {
    border-color: #FF0000;
    color: #FF0000;
    background: rgba(255, 0, 0, 0.08)
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--t2);
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer-col ul {
    list-style: none
}

.footer-col ul li {
    margin-bottom: 10px
}

.footer-col ul li a {
    font-size: 15px;
    color: var(--t3);
    text-decoration: none;
    transition: all .2s ease;
    cursor: pointer;
    display: inline-block
}

.footer-col ul li a:hover {
    color: var(--t1);
    transform: translateX(4px)
}

.footer-bottom {
    border-top: 1px solid var(--bdr);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.footer-bottom p {
    font-size: 12px;
    color: var(--t3)
}

.footer-legal {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--t3)
}

.footer-legal a {
    color: var(--t3);
    text-decoration: none;
    transition: color .2s
}

.footer-legal a:hover {
    color: var(--t1)
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold-d), var(--gold-l));
    border: none;
    border-radius: 50%;
    color: #0a0a0a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9000;
    transition: all .35s ease;
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(201, 151, 58, 0.3)
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(201, 151, 58, 0.5)
}

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 80000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.lightbox.open {
    display: flex
}

.lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px)
}

.lb-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 90vw;
    animation: pop-in .35s cubic-bezier(.34, 1.2, .64, 1)
}

.lb-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--t1);
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    z-index: 2
}

.lb-close:hover {
    background: var(--red);
    border-color: var(--red)
}

.lb-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--t1);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    z-index: 2
}

.lb-prev {
    left: 20px
}

.lb-next {
    right: 20px
}

.lb-nav:hover {
    background: var(--gold);
    color: #0a0a0a;
    border-color: var(--gold)
}

.lb-img-box {
    position: relative;
    border-radius: var(--r2);
    overflow: hidden;
    border: 1px solid var(--bdr);
    max-width: 80vw;
    max-height: 72vh;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.9)
}

.lb-img-box img {
    max-width: 80vw;
    max-height: 72vh;
    object-fit: contain;
    display: block
}

.lb-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg3)
}

.lb-loader::after {
    content: '';
    width: 36px;
    height: 36px;
    border: 3px solid var(--bdr);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 0.8s linear infinite
}

.lb-img-box.loaded .lb-loader {
    display: none
}

.lb-caption {
    text-align: center
}

.lb-caption h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.lb-caption p {
    font-size: 13px;
    color: var(--t2)
}

/* ===== GAME MODAL ===== */
.game-modal {
    position: fixed;
    inset: 0;
    z-index: 60000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.game-modal.open {
    display: flex
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(14px);
    cursor: pointer
}

.modal-panel {
    position: relative;
    z-index: 1;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 920px;
    max-height: 88vh;
    overflow-y: auto;
    animation: slide-up .4s cubic-bezier(.4, 0, .2, 1)
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(50px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.modal-x {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: 50%;
    color: var(--t2);
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    z-index: 2
}

.modal-x:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

.modal-head {
    padding: 32px 36px 24px;
    border-bottom: 1px solid var(--bdr)
}

.modal-head h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px
}

.modal-head p {
    color: var(--t2);
    font-size: 14px
}

.modal-tabs-row {
    display: flex;
    border-bottom: 1px solid var(--bdr);
    padding: 0 36px
}

.mtab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--t3);
    font-size: 13px;
    font-weight: 600;
    padding: 14px 18px;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Outfit', sans-serif;
    margin-bottom: -1px
}

.mtab:hover {
    color: var(--t1)
}

.mtab.active {
    color: var(--gold);
    border-bottom-color: var(--gold)
}

.modal-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 24px 36px
}

@media(max-width:640px) {
    .modal-items-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.modal-kit-card {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: var(--r2);
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease
}

.modal-kit-card:hover {
    border-color: rgba(201, 151, 58, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5)
}

.modal-kit-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.modal-kit-info {
    padding: 12px
}

.modal-kit-info h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px
}

.modal-kit-info p {
    font-size: 12px;
    color: var(--t3)
}

.modal-foot {
    padding: 20px 36px;
    border-top: 1px solid var(--bdr);
    display: flex;
    justify-content: flex-end
}

/* ===== MOD DETAIL MODAL ===== */
.mod-modal {
    position: fixed;
    inset: 0;
    z-index: 70000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.mod-modal.open {
    display: flex
}

.mod-panel {
    position: relative;
    z-index: 1;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 860px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slide-up .4s cubic-bezier(.4, 0, .2, 1)
}

.mod-panel-body {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media(max-width:680px) {
    .mod-panel-body {
        grid-template-columns: 1fr
    }
}

.mod-panel-img {
    overflow: hidden;
    min-height: 300px;
    background: var(--bg2);
    display: flex;
    align-items: center;
    justify-content: center
}

.mod-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.mod-panel-info {
    padding: 36px
}

.mm-tag {
    display: inline-block;
    background: rgba(201, 151, 58, 0.12);
    color: var(--gold);
    border: 1px solid rgba(201, 151, 58, 0.3);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase
}

.mod-panel-info h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2
}

.mm-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.mm-date {
    font-size: 12px;
    color: var(--t3)
}

.mm-price {
    font-size: 12px;
    background: rgba(0, 230, 118, 0.12);
    color: var(--green);
    padding: 3px 10px;
    border-radius: 100px;
    font-weight: 700
}

.mm-stars {
    color: var(--gold);
    font-size: 15px;
    margin-bottom: 16px
}

.mm-stars span {
    font-size: 12px;
    color: var(--t3);
    margin-left: 6px
}

.mod-panel-info p {
    font-size: 14px;
    color: var(--t2);
    line-height: 1.8;
    margin-bottom: 24px
}

.mm-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.mm-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--t3);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--bdr);
    border-radius: var(--r1);
    padding: 10px 14px
}

.mm-note strong {
    color: var(--green)
}

/* ===== REVIEWS SECTION DYNAMIC TABS & COLLAPSE ===== */
.reviews-category-content {
    display: none;
}

.reviews-category-content.active {
    display: block;
}

.reviews-category-content:not(.expanded) .review-card:nth-child(n+4) {
    display: none !important;
}

#loadMoreReviewsBtn svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   CART BUTTON & BADGE
   ============================================================ */
.btn-cart {
    background: none;
    border: 1px solid var(--bdr);
    color: var(--t2);
    cursor: pointer;
    padding: 9px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
    margin-right: 4px;
}

.btn-cart:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 151, 58, 0.05);
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--gold);
    color: #0a0a0a;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(201, 151, 58, 0.4);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
}

.cart-badge.active {
    transform: scale(1);
}

/* ============================================================
   ORDER WIZARD MODAL
   ============================================================ */
.order-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 90000;
    background: rgba(2, 4, 8, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.order-modal-overlay.open {
    display: flex;
    opacity: 1;
}

.wizard-panel {
    position: relative;
    z-index: 1;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 680px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    max-height: 90vh;
}

.order-modal-overlay.open .wizard-panel {
    transform: translateY(0);
}

.wizard-header {
    text-align: center;
    margin-bottom: 30px;
}

.wizard-header h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.wizard-header p {
    font-size: 14px;
    color: var(--t3);
}

/* Step Progress Indicator */
.wizard-steps-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.step-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--bdr2);
    background: var(--bg3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--t3);
    transition: all 0.3s ease;
    z-index: 2;
}

.step-dot.active .step-num {
    background: var(--gold);
    border-color: var(--gold);
    color: #0a0a0a;
    box-shadow: 0 0 15px rgba(201, 151, 58, 0.4);
}

.step-dot.done .step-num {
    background: #3ba55d;
    border-color: #3ba55d;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(59, 165, 93, 0.3);
}

.step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--t3);
    margin-top: 8px;
    position: absolute;
    top: 36px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.step-dot.active .step-label {
    color: var(--gold);
}

.step-line {
    flex: 1;
    height: 2px;
    background: var(--bdr2);
    margin: 0 16px;
    margin-top: -24px;
    transition: background 0.3s ease;
    z-index: 1;
}

.step-line.active {
    background: var(--gold);
}

/* Wizard Content & Selection Cards */
.wizard-steps-container {
    position: relative;
}

.wizard-step-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wizard-step-slide.active {
    display: block;
    opacity: 1;
    animation: slideFadeIn 0.4s ease;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.step-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-align: center;
}

/* Grid layout for Step 1 */
.creation-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.creation-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--bdr);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.creation-card:hover {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.04);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(201, 151, 58, 0.05);
}

.creation-card.selected {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.08);
    box-shadow: 0 0 25px rgba(201, 151, 58, 0.15);
}

.creation-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--t2);
    transition: all 0.3s ease;
}

.creation-card:hover .creation-card-icon,
.creation-card.selected .creation-card-icon {
    background: rgba(201, 151, 58, 0.1);
    color: var(--gold);
}

.creation-card h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 8px;
}

.creation-card p {
    font-size: 12px;
    color: var(--t3);
    line-height: 1.5;
}

/* Grid layout for Step 2 */
.games-selection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.game-select-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--bdr);
    border-radius: 8px;
    padding: 18px 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.game-select-card:hover {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.04);
    transform: translateY(-2px);
}

.game-select-card.selected {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.08);
}

.game-badge {
    font-size: 8px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
}

.game-badge.rugby-bg {
    background: rgba(230, 92, 0, 0.15);
    color: #ff7722;
    border: 1px solid rgba(230, 92, 0, 0.25);
}

.game-badge.cricket-bg {
    background: rgba(201, 151, 58, 0.15);
    color: var(--gold);
    border: 1px solid rgba(201, 151, 58, 0.25);
}

.game-select-card h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--t1);
}

/* Summary Layout Step 3 */
.order-summary-box {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid var(--bdr);
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 36px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.summary-label {
    color: var(--t3);
    font-size: 14px;
}

.summary-value {
    color: var(--t1);
    font-weight: 600;
    font-size: 15px;
}

.wizard-actions {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
}

/* ============================================================
   SHOPPING CART DRAWER
   ============================================================ */
.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 95000;
    background: rgba(2, 4, 8, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.cart-drawer-overlay.open {
    display: block;
    opacity: 1;
}

.cart-drawer-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: var(--bg2);
    border-left: 1px solid var(--bdr);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    z-index: 96000;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cart-drawer-overlay.open .cart-drawer-panel {
    right: 0;
}

.cart-header {
    padding: 24px 28px;
    border-bottom: 1px solid var(--bdr);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cart-close-btn {
    background: none;
    border: none;
    color: var(--t3);
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.cart-close-btn:hover {
    color: var(--t1);
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.cart-items-list {
    display: flex;
    flex-direction: column;
}

.cart-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    animation: rowFadeIn 0.3s ease;
}

@keyframes rowFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--t1);
}

.cart-item-game {
    font-size: 12px;
    color: var(--t3);
}

.cart-item-delete {
    background: none;
    border: none;
    color: var(--t3);
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.cart-item-delete:hover {
    color: var(--red);
    background: rgba(237, 66, 69, 0.08);
}

/* Empty State */
.cart-empty-state {
    display: none;
    text-align: center;
    padding: 60px 40px;
    flex-direction: column;
    align-items: center;
}

.cart-empty-state.active {
    display: flex;
}

.empty-cart-icon {
    font-size: 56px;
    margin-bottom: 20px;
    opacity: 0.2;
}

.cart-empty-state h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 8px;
}

.cart-empty-state p {
    font-size: 13px;
    color: var(--t3);
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
}

/* Footer Section */
.cart-footer {
    padding: 24px 28px;
    border-top: 1px solid var(--bdr);
    background: rgba(8, 10, 14, 0.4);
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--t2);
}

/* Responsive Overrides */
@media (max-width: 560px) {
    .creation-types-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .games-selection-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wizard-panel {
        padding: 24px;
    }
}

/* ============================================================
   GUIDED CHECKOUT MODAL
   ============================================================ */
.checkout-guide-overlay {
    position: fixed;
    inset: 0;
    z-index: 97000;
    background: rgba(2, 4, 8, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.checkout-guide-overlay.open {
    display: flex;
    opacity: 1;
}

.checkout-guide-panel {
    position: relative;
    z-index: 1;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 520px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    max-height: 90vh;
}

.checkout-guide-overlay.open .checkout-guide-panel {
    transform: translateY(0);
}

.guide-header {
    text-align: center;
    margin-bottom: 24px;
}

.guide-icon {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 12px;
    animation: pulseIcon 2s infinite ease-in-out;
}

@keyframes pulseIcon {

    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(201, 151, 58, 0.2));
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 15px rgba(201, 151, 58, 0.5));
    }
}

.guide-header h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.guide-header p {
    font-size: 13px;
    color: var(--t3);
    line-height: 1.5;
}

.order-preview-container {
    margin-bottom: 24px;
    text-align: left;
}

.order-preview-container label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.order-preview-text {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--bdr);
    border-radius: 8px;
    padding: 14px 18px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    color: var(--t2);
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 120px;
    overflow-y: auto;
    line-height: 1.6;
}

.guide-steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.guide-step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.guide-step-badge {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(201, 151, 58, 0.15);
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.guide-step-item p {
    font-size: 13px;
    color: var(--t2);
    line-height: 1.6;
    margin: 0;
}

.guide-step-item p strong {
    color: var(--t1);
}

@media (max-width: 480px) {
    .checkout-guide-panel {
        padding: 24px 20px;
    }

    .guide-header h2 {
        font-size: 20px;
    }
}

/* ============================================================
   PURCHASE HISTORY MODAL
   ============================================================ */
.history-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 98000;
    background: rgba(2, 4, 8, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.history-modal-overlay.open {
    display: flex;
    opacity: 1;
}

.history-panel {
    position: relative;
    z-index: 1;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 580px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    max-height: 90vh;
}

.history-modal-overlay.open .history-panel {
    transform: translateY(0);
}

.history-header {
    text-align: center;
    margin-bottom: 30px;
}

.history-title-icon {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 10px;
}

.history-header h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.history-header p {
    font-size: 13px;
    color: var(--t3);
}

.history-orders-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-history-card {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid var(--bdr);
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.order-history-card:hover {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.02);
}

.oh-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--bdr);
    padding-bottom: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 8px;
}

.oh-id {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.5px;
}

.oh-date {
    font-size: 12px;
    color: var(--t3);
}

.oh-status {
    font-size: 9px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.oh-status.placed {
    background: rgba(142, 146, 151, 0.12);
    color: #8e9297;
    border: 1px solid rgba(142, 146, 151, 0.25);
}

.oh-status.confirmed {
    background: rgba(201, 151, 58, 0.12);
    color: var(--gold);
    border: 1px solid rgba(201, 151, 58, 0.25);
}

.oh-status.cancelled {
    background: rgba(255, 74, 74, 0.12);
    color: #ff4a4a;
    border: 1px solid rgba(255, 74, 74, 0.25);
}

.oh-status.in-work {
    background: rgba(0, 176, 244, 0.12);
    color: #00b0f4;
    border: 1px solid rgba(0, 176, 244, 0.25);
}

.oh-status.done {
    background: rgba(59, 165, 93, 0.12);
    color: #3ba55d;
    border: 1px solid rgba(59, 165, 93, 0.25);
}

.oh-items-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.oh-item-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--t2);
}

.oh-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding-top: 12px;
    font-size: 12px;
    color: var(--t3);
    flex-wrap: wrap;
    gap: 8px;
}

.oh-paymode {
    font-style: italic;
}

.oh-total {
    font-weight: 700;
    color: var(--gold);
    font-size: 13px;
}

/* Empty State History */
.history-empty-state {
    display: none;
    text-align: center;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
}

.history-empty-state.active {
    display: flex;
}

.empty-history-icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.2;
}

.history-empty-state h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 8px;
}

.history-empty-state p {
    font-size: 13px;
    color: var(--t3);
    max-width: 240px;
    line-height: 1.5;
}

@media (max-width: 580px) {
    .history-panel {
        padding: 24px;
    }
}

/* ============================================================
   USER PROFILE WIDGET & DROPDOWN
   ============================================================ */
.profile-area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

.user-profile-widget {
    position: relative;
    cursor: pointer;
}

.profile-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.profile-trigger:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 151, 58, 0.4);
    box-shadow: 0 0 10px rgba(201, 151, 58, 0.1);
}

.user-avatar-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid var(--gold);
}

.user-username-txt {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 180px;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    padding: 6px;
    animation: dropdownFade 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(12px);
}

.profile-dropdown.open {
    display: flex;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-dropdown a {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--t2);
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: block;
}

.profile-dropdown a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

/* ============================================================
   LOGIN MODAL & PROVIDERS
   ============================================================ */
.login-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99000;
    background: rgba(2, 4, 8, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-modal-overlay.open {
    display: flex;
    opacity: 1;
}

.login-panel {
    position: relative;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r3);
    width: 100%;
    max-width: 420px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    text-align: center;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.login-modal-overlay.open .login-panel {
    transform: translateY(0);
}

.login-header {
    margin-bottom: 28px;
}

.login-icon {
    font-size: 42px;
    display: inline-block;
    margin-bottom: 12px;
}

.login-header h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--t1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.login-header p {
    font-size: 13px;
    color: var(--t3);
    line-height: 1.5;
}

.login-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-provider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-provider-btn.discord {
    background: #5865F2;
}

.login-provider-btn.discord:hover {
    background: #4752C4;
    box-shadow: 0 0 20px rgba(88, 101, 242, 0.4);
}

.login-provider-btn.twitter {
    background: #0f1419;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.login-provider-btn.twitter:hover {
    background: #000;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* OAuth Authorization Header */
.oauth-brand-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.oauth-brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.oauth-brand-logo.discord {
    background: #5865F2;
}

.oauth-brand-logo.twitter {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ============================================================
   STATUS TIMELINE STEPPER
   ============================================================ */
.status-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding-left: 28px;
    margin-top: 20px;
}

.status-timeline::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.timeline-step::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #11141c;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
}

.timeline-step.active::before {
    background: var(--step-color, var(--gold));
    border-color: var(--step-color, var(--gold));
    box-shadow: 0 0 10px var(--step-color, var(--gold));
}

.timeline-step.completed::before {
    background: var(--step-color, var(--green));
    border-color: var(--step-color, var(--green));
    box-shadow: 0 0 10px var(--step-color, var(--green));
}

.timeline-step-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timeline-step.active .timeline-step-title {
    color: var(--step-color, var(--gold));
}

.timeline-step.completed .timeline-step-title {
    color: var(--step-color, var(--green));
}

.timeline-step-desc {
    font-size: 12px;
    color: var(--t3);
    line-height: 1.4;
}

/* ============================================================
   ADMIN DASHBOARD ELEMENTS
   ============================================================ */
.admin-tabs {
    border-bottom: 1px solid var(--bdr);
}

.admin-tabs button {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--t3);
    font-weight: 600;
    transition: all 0.3s ease;
}

.admin-tabs button.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.admin-table-container table th {
    padding: 12px;
    font-weight: 700;
}

.admin-table-container table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.admin-select-status {
    background: #080a0e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    outline: none;
}

.admin-select-status:focus {
    border-color: var(--gold);
}

/* ============================================================
   GLASSMORPHIC OWNER DASHBOARD & METRICS CARD STYLE
   ============================================================ */
#adminDashboardModal .history-panel {
    background: rgba(10, 12, 18, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.admin-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (max-width: 680px) {
    .admin-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.admin-metric-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: left;
}

.admin-metric-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

#metricTotalOrders:hover {
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.02);
}

#metricActiveQueue:hover {
    box-shadow: 0 10px 20px rgba(201, 151, 58, 0.05);
}

#metricCompleted:hover {
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.05);
}

#metricCancelled:hover {
    box-shadow: 0 10px 20px rgba(244, 67, 54, 0.05);
}

.metric-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metric-val {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

/* Staggered Row Fade-in */
.admin-table-row {
    animation: rowFadeIn 0.4s ease-out forwards;
    opacity: 0;
}

@keyframes rowFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Select drop downs clean styling override */
.admin-select-status {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.admin-select-status:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}

/* Glowing Indicator Dots */
.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.status-dot.placed {
    background: #fff;
    box-shadow: 0 0 8px #fff;
}

.status-dot.confirmed-by-creator {
    background: #ffa500;
    box-shadow: 0 0 8px #ffa500;
}

.status-dot.in-work {
    background: #ffeb3b;
    box-shadow: 0 0 8px #ffeb3b;
}

.status-dot.done {
    background: #4caf50;
    box-shadow: 0 0 8px #4caf50;
}

.status-dot.cancelled {
    background: #f44336;
    box-shadow: 0 0 8px #f44336;
}

/* Spotify-style login panel hover animations */
.login-provider-btn {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.login-provider-btn:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

#emailLoginForm input:focus {
    border-color: #fff !important;
}

#emailLoginForm button:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* ===== PREMIUM DYNAMIC STORE SHOWCASE ===== */
.store-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.store-toggle-wrapper {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 5px;
    border-radius: 100px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.store-toggle-btn {
    background: transparent;
    border: none;
    color: var(--t2);
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 26px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.store-toggle-btn.active {
    color: #0a0a0a !important;
}

.store-toggle-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(50% - 5px);
    background: linear-gradient(135deg, var(--gold), var(--gold-l));
    border-radius: 100px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    box-shadow: 0 0 15px rgba(201, 151, 58, 0.3);
}

.store-toggle-wrapper[data-active="paid"] .store-toggle-slider {
    transform: translateX(100%);
}

.sub-filters-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: var(--r2);
    backdrop-filter: blur(8px);
}

.filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.filter-row-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--t3);
    letter-spacing: 2px;
    font-weight: 700;
    margin-right: 12px;
}

.sub-filter-btn {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--t2);
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sub-filter-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.sub-filter-btn.active {
    background: rgba(201, 151, 58, 0.1) !important;
    border-color: var(--gold) !important;
    color: var(--gold-l) !important;
    box-shadow: 0 0 10px rgba(201, 151, 58, 0.15);
}

.shop-card.render-animation {
    animation: cardStaggerFade 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(15px) scale(0.97);
}

@keyframes cardStaggerFade {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.shop-price-tag.paid {
    background: linear-gradient(135deg, #c9973a, #ffdf7a) !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 10px rgba(201, 151, 58, 0.3);
}

/* ============================================================
   PREMIUM 6-YEAR EXPERIENCED DESIGNER OVERRIDES FOR ADMIN
   ============================================================ */

/* Sleek Glassmorphic Portal Overlay */
#adminDashboardModal .history-panel {
    background: rgba(10, 14, 23, 0.8) !important;
    backdrop-filter: blur(25px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(190%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    padding: 35px 30px !important;
    position: relative;
    overflow: hidden;
}

#adminDashboardModal .history-panel::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(201, 151, 58, 0.06) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

/* Redesigned Metrics Grid */
.admin-metrics-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 680px) {
    .admin-metrics-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.admin-metric-card {
    background: rgba(255, 255, 255, 0.015) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: none !important;
}

.admin-metric-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
}

#metricTotalOrders::after {
    background: var(--gold);
}

#metricTotalOrders:hover {
    background: rgba(201, 151, 58, 0.04) !important;
    border-color: rgba(201, 151, 58, 0.25) !important;
    box-shadow: 0 12px 25px rgba(201, 151, 58, 0.08) !important;
    transform: translateY(-4px) !important;
}

#metricActiveQueue::after {
    background: #3b82f6;
}

#metricActiveQueue:hover {
    background: rgba(59, 130, 246, 0.04) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.08) !important;
    transform: translateY(-4px) !important;
}

#metricCompleted::after {
    background: #10b981;
}

#metricCompleted:hover {
    background: rgba(16, 185, 129, 0.04) !important;
    border-color: rgba(16, 185, 129, 0.25) !important;
    box-shadow: 0 12px 25px rgba(16, 185, 129, 0.08) !important;
    transform: translateY(-4px) !important;
}

#metricCancelled::after {
    background: #ef4444;
}

#metricCancelled:hover {
    background: rgba(239, 68, 68, 0.04) !important;
    border-color: rgba(239, 68, 68, 0.25) !important;
    box-shadow: 0 12px 25px rgba(239, 68, 68, 0.08) !important;
    transform: translateY(-4px) !important;
}

.metric-label {
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--t3) !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

.metric-val {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

/* Slick Custom Admin Navigation Tabs */
.admin-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-bottom: 25px !important;
}

.admin-tabs .mtab {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    padding: 10px 18px !important;
    font-size: 15px !important;
    letter-spacing: 0.8px !important;
    background: transparent !important;
}

.admin-tabs .mtab::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transform: scaleX(0.6);
    transition: all 0.3s ease;
}

.admin-tabs .mtab.active {
    color: var(--gold) !important;
}

.admin-tabs .mtab.active::before {
    background: var(--gold) !important;
    transform: scaleX(1) !important;
}

.admin-tabs .mtab:not(.active):hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

/* High-End Sleek Search Filters */
#adminSearchInput {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

#adminSearchInput:focus {
    border-color: var(--gold) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.15) !important;
}

/* Beautiful Admin Data Table */
.admin-table-container {
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.admin-table-container table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.admin-table-container table th {
    background: rgba(255, 255, 255, 0.015) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-weight: 700 !important;
    padding: 16px 12px !important;
}

.admin-table-row {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.admin-table-row:hover {
    background: rgba(255, 255, 255, 0.02) !important;
}

.admin-table-row td {
    padding: 14px 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    vertical-align: middle;
}

/* Sleek Dropdown styling fixing contrast issues */
.admin-select-status {
    background: rgba(13, 17, 26, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 6px 28px 6px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    font-family: 'Outfit', sans-serif !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.admin-select-status:hover {
    background-color: rgba(13, 17, 26, 0.85) !important;
    border-color: var(--gold) !important;
    box-shadow: 0 0 8px rgba(201, 151, 58, 0.15) !important;
}

.admin-select-status:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.2) !important;
}

/* Force Dropdown Option styling on all systems */
.admin-select-status option,
#backupStatusSelect option {
    background-color: #0c0e14 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Custom Interactive Status Dots */
.status-dot.placed {
    background: #8e9297 !important;
    box-shadow: 0 0 8px rgba(142, 146, 151, 0.6) !important;
}

.status-dot.confirmed-by-creator {
    background: var(--gold) !important;
    box-shadow: 0 0 8px rgba(201, 151, 58, 0.6) !important;
}

.status-dot.in-work {
    background: #00b0f4 !important;
    box-shadow: 0 0 8px rgba(0, 176, 244, 0.6) !important;
}

.status-dot.done {
    background: #3ba55d !important;
    box-shadow: 0 0 8px rgba(59, 165, 93, 0.6) !important;
}

.status-dot.cancelled {
    background: #ff4a4a !important;
    box-shadow: 0 0 8px rgba(255, 74, 74, 0.6) !important;
}

/* Interactive Delete Button icon */
.btn-delete-order {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-delete-order:hover {
    transform: scale(1.18) !important;
    color: #ff3b3b !important;
    filter: drop-shadow(0 0 4px rgba(255, 59, 59, 0.3));
}

/* Redesigned Manual Backup Form */
#adminTabBackup form input,
#adminTabBackup form textarea,
#adminTabBackup form select {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#adminTabBackup form input:focus,
#adminTabBackup form textarea:focus,
#adminTabBackup form select:focus {
    border-color: var(--gold) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.15) !important;
}

/* ============================================================
   SAAS-LEVEL PREMIUM STYLES FOR THE PORTAL
   ============================================================ */

/* SVG Gear Badges */
.admin-header-icon-badge {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(201, 151, 58, 0.12), rgba(201, 151, 58, 0.03));
    border: 1px solid rgba(201, 151, 58, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 10px 25px rgba(201, 151, 58, 0.12);
    color: var(--gold);
}

.admin-header-svg-gear {
    animation: adminGearRotate 10s linear infinite;
    filter: drop-shadow(0 0 8px rgba(201, 151, 58, 0.3));
}

@keyframes adminGearRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Embedded SVG Metric Indicators */
.metric-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.metric-icon {
    opacity: 0.6;
    transition: all 0.3s ease;
}

.admin-metric-card:hover .metric-icon {
    opacity: 1;
    transform: scale(1.1);
}

#metricTotalOrders:hover .metric-icon {
    color: var(--gold);
}

#metricActiveQueue:hover .metric-icon {
    color: #3b82f6;
}

#metricCompleted:hover .metric-icon {
    color: #10b981;
}

#metricCancelled:hover .metric-icon {
    color: #ef4444;
}

/* Themed Status Dropdowns */
.admin-select-status.status-select-placed {
    border-color: rgba(142, 146, 151, 0.4) !important;
    color: #8e9297 !important;
    background-color: rgba(142, 146, 151, 0.05) !important;
}

.admin-select-status.status-select-placed:hover {
    border-color: #8e9297 !important;
    background-color: rgba(142, 146, 151, 0.1) !important;
}

.admin-select-status.status-select-confirmed-by-creator {
    border-color: rgba(201, 151, 58, 0.4) !important;
    color: var(--gold) !important;
    background-color: rgba(201, 151, 58, 0.05) !important;
}

.admin-select-status.status-select-confirmed-by-creator:hover {
    border-color: var(--gold) !important;
    background-color: rgba(201, 151, 58, 0.1) !important;
}

.admin-select-status.status-select-in-work {
    border-color: rgba(0, 176, 244, 0.4) !important;
    color: #00b0f4 !important;
    background-color: rgba(0, 176, 244, 0.05) !important;
}

.admin-select-status.status-select-in-work:hover {
    border-color: #00b0f4 !important;
    background-color: rgba(0, 176, 244, 0.1) !important;
}

.admin-select-status.status-select-done {
    border-color: rgba(59, 165, 93, 0.4) !important;
    color: #3ba55d !important;
    background-color: rgba(59, 165, 93, 0.05) !important;
}

.admin-select-status.status-select-done:hover {
    border-color: #3ba55d !important;
    background-color: rgba(59, 165, 93, 0.1) !important;
}

.admin-select-status.status-select-cancelled {
    border-color: rgba(255, 74, 74, 0.4) !important;
    color: #ff4a4a !important;
    background-color: rgba(255, 74, 74, 0.05) !important;
}

.admin-select-status.status-select-cancelled:hover {
    border-color: #ff4a4a !important;
    background-color: rgba(255, 74, 74, 0.1) !important;
}

/* Sleek Circular Trash Badges */
.circular-delete-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: rgba(239, 68, 68, 0.06) !important;
    border: 1px solid rgba(239, 68, 68, 0.15) !important;
    color: #ef4444 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    padding: 0 !important;
}

.circular-delete-btn:hover {
    background: rgba(239, 68, 68, 0.15) !important;
    border-color: #ef4444 !important;
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.2) !important;
    transform: translateY(-1px) scale(1.08) !important;
}

/* Copyable Golden ID Badge */
.admin-order-id-badge {
    background: rgba(201, 151, 58, 0.08) !important;
    border: 1px solid rgba(201, 151, 58, 0.18) !important;
    color: var(--gold-l) !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
}

/* Client Provider Badge styling */
.admin-provider-badge {
    display: inline-block !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 700 !important;
    color: var(--t3) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    margin-top: 4px !important;
}

/* ENHANCED SEARCH RESULTS POPUP */
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 0 0 16px 16px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 10px;
    backdrop-filter: blur(10px);
}
.search-bar.open .search-results.active {
    display: block;
    animation: slideDown 0.3s ease;
}
.search-result-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.search-result-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(201,151,58,0.3);
}
.search-result-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--bdr);
}
.search-result-info h4 {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #fff;
}
.search-result-info p {
    margin: 0;
    font-size: 12px;
    color: var(--t3);
}
.search-result-pill {
    margin-left: auto;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 20px;
    background: rgba(201,151,58,0.15);
    color: var(--gold);
    text-transform: uppercase;
    font-weight: bold;
}
.search-result-pill.free-badge {
    background: linear-gradient(135deg, #00a050, #00E676);
    color: #0a0a0a;
}
.search-empty {
    padding: 20px;
    text-align: center;
    color: var(--t3);
    font-size: 14px;
}
@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Game Specific Filter Colors */
.sub-filter-btn[data-subfilter-game="cricket24"].active {
    background: rgba(201, 151, 58, 0.1) !important;
    border-color: var(--gold) !important;
    color: var(--gold-l) !important;
    box-shadow: 0 0 10px rgba(201, 151, 58, 0.15);
}

.sub-filter-btn[data-subfilter-game="rugby25"].active {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: var(--red) !important;
    color: var(--red) !important;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.15);
}

.sub-filter-btn[data-subfilter-game="rl26"].active {
    background: rgba(16, 185, 129, 0.1) !important;
    border-color: var(--green) !important;
    color: var(--green) !important;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.15);
}

.sub-filter-btn[data-subfilter-game="cricket26"].active {
    background: rgba(168, 85, 247, 0.1) !important;
    border-color: var(--purple) !important;
    color: var(--purple) !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.15);
}


/* Category Main Filter Colors */
.filter-btn[data-gfilter="ipl"].active {
    background: rgba(201, 151, 58, 0.1) !important;
    border-color: var(--gold) !important;
    color: var(--gold-l) !important;
    box-shadow: 0 0 10px rgba(201, 151, 58, 0.15);
}

.filter-btn[data-gfilter="international"].active {
    background: rgba(0, 168, 255, 0.1) !important;
    border-color: var(--blue) !important;
    color: var(--blue) !important;
    box-shadow: 0 0 10px rgba(0, 168, 255, 0.15);
}

.filter-btn[data-gfilter="rugby"].active {
    background: rgba(255, 58, 58, 0.1) !important;
    border-color: var(--red) !important;
    color: var(--red) !important;
    box-shadow: 0 0 10px rgba(255, 58, 58, 0.15);
}

.filter-btn[data-gfilter="asiacup"].active,
.filter-btn[data-gfilter="asia"].active {
    background: rgba(0, 230, 118, 0.1) !important;
    border-color: var(--green) !important;
    color: var(--green) !important;
    box-shadow: 0 0 10px rgba(0, 230, 118, 0.15);
}

.filter-btn[data-gfilter="cricket"].active {
    background: rgba(255, 152, 0, 0.1) !important;
    border-color: #ff9800 !important;
    color: #ff9800 !important;
    box-shadow: 0 0 10px rgba(255, 152, 0, 0.15);
}


/* ============================================================
   MOBILE RESPONSIVENESS FIXES (PREVENT TRUNCATION)
   ============================================================ */

/* 1. Global Media Rule: Ensure images and videos never overflow screen */
img, video, iframe {
    max-width: 100%;
}

@media (max-width: 768px) {
    /* 2. Container Padding Adjustments */
    .container {
        padding: 0 16px;
    }
    
    /* 3. Fluid scaling for Gallery Items instead of fixed width */
    .gal-item {
        width: 85vw !important;
        max-width: 340px !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }

    .gallery-reel-row {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    /* 4. Force single column for grids on small phones */
    .shop-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .games-selection-grid {
        grid-template-columns: 1fr !important;
    }

    .modal-items-grid {
        grid-template-columns: 1fr !important;
    }

    .creation-types-grid {
        grid-template-columns: 1fr !important;
    }
}

