/* ═══════════════════════════════════════════════════════════════
   SAKADIA - Thème Premium MMORPG/Fantasy Moderne
   Palette: Bleu nuit profond | Cyan lumineux | Doré/Orangé accents
   ═══════════════════════════════════════════════════════════════ */

:root {
    /* ─── Couleurs de base ─── */
    --color-bg-deep: #0a0f1a;
    --color-bg-panel: #111827;
    --color-bg-raised: #1a2332;
    --color-bg-card: #161f2e;
    
    /* ─── Accents principaux ─── */
    --color-primary: #3b82f6;
    --color-primary-hover: #60a5fa;
    --color-primary-dark: #1d4ed8;
    --color-primary-glow: rgba(59, 130, 246, 0.4);
    
    /* ─── Accents cyan/lumineux ─── */
    --color-cyan: #06b6d4;
    --color-cyan-light: #22d3ee;
    --color-cyan-glow: rgba(6, 182, 212, 0.5);
    
    /* ─── Accents dorés/orangés ─── */
    --color-gold: #f59e0b;
    --color-gold-light: #fbbf24;
    --color-gold-dark: #d97706;
    --color-gold-glow: rgba(245, 158, 11, 0.4);
    --color-orange: #f97316;
    --color-orange-light: #fb923c;
    
    /* ─── Texte ─── */
    --color-text: #f1f5f9;
    --color-text-muted: #94a3b8;
    --color-text-dark: #64748b;
    
    /* ─── Bordures et effets ─── */
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-accent: rgba(59, 130, 246, 0.3);
    --shadow-elevated: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 40px rgba(59, 130, 246, 0.15);
    
    /* ─── Avatars ─── */
    --avatar-profile-w: 64px;
    --avatar-profile-h: 72px;
    --avatar-picker-w: 48px;
    --avatar-picker-h: 54px;
    --avatar-inline-w: 32px;
    --avatar-inline-h: 36px;
    
    /* ─── Filtre assets ─── */
    --asset-brown-to-blue-filter: sepia(1) hue-rotate(190deg) saturate(2) brightness(0.9);
    
    /* ─── Transitions ─── */
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
}

img.brown-asset {
    filter: var(--asset-brown-to-blue-filter);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;   /* Empêche la sélection de texte */
    outline: none;        /* Supprime l'indicateur de focus, si nécessaire */
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--color-text);
    background: var(--color-bg-deep);
    background-image: 
        radial-gradient(ellipse at 20% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(6, 182, 212, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(245, 158, 11, 0.03) 0%, transparent 70%);
    overflow-y: scroll;
    min-height: 100vh;
}
img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
}
a {
    text-decoration: none;
    color: unset;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}
ul, li {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--color-text);
    letter-spacing: -0.02em;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 72px;
    background: linear-gradient(135deg, #fff 0%, var(--color-cyan-light) 50%, var(--color-primary-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
h2, .h2 {
    font-size: 50px;
    background: linear-gradient(135deg, #fff 0%, var(--color-text-muted) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
h3, .h3 {
    font-size: 40px;
    color: var(--color-text);
}
h4, .h4 {
    font-size: 28px;
    color: var(--color-text);
}
h5, .h5 {
    font-size: 20px;
    color: var(--color-text);
}
h6, .h6 {
    font-size: 16px;
    color: var(--color-text);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--color-text-muted);
}

h1, h2, h3, h4, h5, h6, p, a, em, b, li, strong {
    user-select: text;
}


/* For WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--color-primary); /* Primary color */
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary-hover); /* Darker shade of primary color on hover */
}
::-webkit-scrollbar-track {
    background-color: var(--color-bg-deep); /* Background color */
}

/* ═══════════════════════════════════════════════════════════════
   HEADER - Style Premium Glassmorphism
   ═══════════════════════════════════════════════════════════════ */

.header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 110px;
    background: linear-gradient(180deg, 
        rgba(17, 24, 39, 0.95) 0%, 
        rgba(17, 24, 39, 0.8) 50%,
        rgba(17, 24, 39, 0.4) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main > div > div:nth-child(1) > header {
    background: linear-gradient(180deg, 
        rgba(17, 24, 39, 0.8) 0%, 
        rgba(17, 24, 39, 0.4) 70%,
        transparent 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date],
input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url],
input[type=search], input[type=tel], input[type=color] {
    border: 1px solid var(--border-subtle);
    font-family: "Space Grotesk", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 21px;
    height: 52px;
    width: 100%;
    background: linear-gradient(135deg, var(--color-bg-raised) 0%, rgba(26, 35, 50, 0.8) 100%);
    color: var(--color-text);
    padding: 12px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all var(--transition-base);
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, 
input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, 
input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, 
input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, 
input[type=tel]:focus, input[type=color]:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-glow), 0 0 20px rgba(59, 130, 246, 0.2);
    background: linear-gradient(135deg, var(--color-bg-raised) 0%, rgba(26, 35, 50, 0.95) 100%);
}

input::placeholder {
    color: var(--color-text-dark);
    opacity: 0.7;
}

.vip-img {
    position: absolute;
    bottom: 22px;
    z-index: 99;
}

form button {
    border: none;
    outline: none;
}

/* Header Fixed - Premium sticky header */
#header_main.is-fixed {
    transition: all var(--transition-slow);
    z-index: 9999;
    opacity: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, 
        rgba(17, 24, 39, 0.98) 0%, 
        rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 
                0 1px 0 rgba(59, 130, 246, 0.1);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#header_main.is-fixed.is-small {
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 80px;
}

#header_main.main.is-fixed {
    background: linear-gradient(180deg, 
        rgba(17, 24, 39, 0.98) 0%, 
        rgba(26, 35, 50, 0.95) 100%);
}

.header.main.is-fixed .tf-button span.tl::before,
.header.main.is-fixed .tf-button span.tl::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #254a7a !important;
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1140px;
}
.container-fluid, .container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
/* ═══════════════════════════════════════════════════════════════
   NAVIGATION - Style Premium avec effets glow
   ═══════════════════════════════════════════════════════════════ */

.header-logo img {
    height: 80px;
    filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.3));
    transition: all var(--transition-base);
}

.header-logo img:hover {
    filter: drop-shadow(0 0 30px rgba(59, 130, 246, 0.5));
    transform: scale(1.02);
}

.header .main-nav {
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
}

#main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

#main-nav .menu li {
    position: relative;
    margin-right: 20px;
}

#main-nav .menu li a {
    font-size: 15px;
    line-height: 24px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    position: relative;
    display: block;
    color: var(--color-text-muted);
    padding: 8px 16px;
    border-radius: 8px;
    transition: all var(--transition-base);
    overflow: hidden;
}

#main-nav .menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.1) 0%, 
        rgba(6, 182, 212, 0.1) 100%);
    opacity: 0;
    transition: opacity var(--transition-base);
    border-radius: 8px;
}

#main-nav .menu li a:hover {
    color: var(--color-text);
    transform: translateY(-2px);
}

#main-nav .menu li a:hover::before {
    opacity: 1;
}

#main-nav .menu li a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    transition: all var(--transition-base);
    transform: translateX(-50%);
    border-radius: 2px;
}

#main-nav .menu li a:hover::after {
    width: 60%;
}

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: linear-gradient(180deg, 
        rgba(26, 35, 50, 0.98) 0%, 
        rgba(17, 24, 39, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid var(--border-accent);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
    transform: translateY(15px);
    padding: 8px 0;
    box-shadow: var(--shadow-elevated), 0 0 40px rgba(59, 130, 246, 0.1);
}

#main-nav .menu li.menu-item-has-children > a::after {
    transition: all var(--transition-base);
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    right: -3px;
    top: 50%;
    font-weight: 400;
    transform: translateY(-50%);
    font-size: 11px;
    color: var(--color-text-muted);
}

#main-nav .sub-menu li {
    margin-right: 0;
}

#main-nav .menu li a:hover, 
#main-nav .menu li.menu-item-has-children > a:hover::after, 
#main-nav .menu li.menu-item-has-children > a:hover {
    color: var(--color-primary-hover);
}

#main-nav .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
}

#main-nav .sub-menu li a {
    padding: 10px 20px;
    color: var(--color-text-muted);
    opacity: 0.9;
    border-radius: 0;
}

#main-nav .sub-menu li a:hover {
    color: var(--color-text);
    background: rgba(59, 130, 246, 0.1);
}

.header #site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.header #site-header-inner .tf-button {
    margin-left: auto;
}
/* ═══════════════════════════════════════════════════════════════
   BOUTONS - Style Premium avec dégradés et glow
   ═══════════════════════════════════════════════════════════════ */

.tf-button {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    font-weight: 700;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.tf-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%);
    transition: left 0.5s ease;
}

.tf-button:hover::before {
    left: 100%;
}

/* Style 1 - Primary Blue */
.tf-button.style1 {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #fff;
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.tf-button.style1:hover {
    background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 100%);
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

/* Style 2 - Cyan Glow */
.tf-button.style2 {
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-primary) 100%);
    color: #fff;
    box-shadow: 
        0 4px 15px rgba(6, 182, 212, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.tf-button.style2:hover {
    background: linear-gradient(135deg, var(--color-cyan-light) 0%, var(--color-cyan) 100%);
    box-shadow: 
        0 8px 25px rgba(6, 182, 212, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(6, 182, 212, 0.3);
    transform: translateY(-2px);
}

/* Style 3 - Gold/Doré pour accents spéciaux */
.tf-button.style3 {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-orange) 100%);
    color: #fff;
    box-shadow: 
        0 4px 15px rgba(245, 158, 11, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.tf-button.style3:hover {
    background: linear-gradient(135deg, var(--color-gold-light) 0%, var(--color-gold) 100%);
    box-shadow: 
        0 8px 25px rgba(245, 158, 11, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(245, 158, 11, 0.3);
    transform: translateY(-2px);
}

#menu-primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-item a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
}

.menu-item a:hover {
    background-color: #f8f9fa;
    border-radius: 4px;
}


/* Background */
.page-title {
    position: relative;
    padding: 0;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.page-title .slider-st1 .overlay, .page-title .slider-st1 .overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.page-title .slider-st1 .box-slider {
    display: flex;
    position: relative;
    z-index: 99;
}
.page-title .box-slider {
    display: flex;
    padding-bottom: 50px;
}
.page-title .slider-st1 .box-slider .content-box {
    padding-top: 38px;
    width: 50%;
}
.page-title .slider-st1 .box-slider .content-box h1 {
    margin-right: -100px;
}
.page-title .box-slider .content-box h1 {
    margin-bottom: 24px;
}
.swiper-slide-active .box-slider .image, .swiper-slide-active .box-slider .content-box h2, .swiper-slide-active .box-slider .content-box h1 {
    transition-delay: 100ms;
}
.swiper-slide-active .box-slider .content-box .flat-box, .swiper-slide-active .box-slider .content-box .wrap-btn, .swiper-slide-active .box-slider .content-box h1, .swiper-slide-active .box-slider .content-box h2, .swiper-slide-active .box-slider .content-box .sub-title {
    transform: translateY(0px);
}
.swiper-slide-active .box-slider .content-box .flat-box, .swiper-slide-active .box-slider .image, .swiper-slide-active .box-slider .content-box .wrap-btn, .swiper-slide-active .box-slider .content-box h1, .swiper-slide-active .box-slider .content-box h2, .swiper-slide-active .box-slider .content-box .sub-title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: transform 800ms ease, opacity 800ms ease;
    -moz-transition: transform 800ms ease, opacity 800ms ease;
    -ms-transition: transform 800ms ease, opacity 800ms ease;
    -o-transition: transform 800ms ease, opacity 800ms ease;
    transition: transform 800ms ease, opacity 800ms ease;
    transition-delay: 1000ms;
}
.page-title .slider-st1 .box-slider .content-box p {
    margin-right: -130px;
    padding-right: 140px;
}
.page-title .box-slider .content-box p {
    letter-spacing: 0;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
}
.swiper-slide-active .box-slider .content-box .sub-title {
    transition-delay: 200ms;
}
.swiper-slide-active .box-slider .content-box .wrap-btn {
    transition-delay: 300ms;
}
.wrap-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-title .slider-st1 .box-slider .tf-button {
    height: 60px;
    font-size: 16px;
    line-height: 1.72;
}
.tf-button.style2 {
    background: var(--color-primary);
    color: #fff;
    border: transparent;
}
.tf-button.style2:hover {
    background: var(--color-primary-dark);
}
.page-title .box-slider .image {
    text-align: right;
    width: 50%;
}
.box-slider .image {
    position: relative;
}
/* Img main home page */
.page-title .box-slider .image img {
    z-index: 2;
}
.page-title .box-slider .image .img_main {
    margin-right: -38px;
    animation: move4 5s infinite linear;
}
@keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: translate(-30px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translateY(30px);
    }
}
@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}
@keyframes move3 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
}
@keyframes move5 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}
@keyframes move6 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(-30px);
        transform: translate(-30px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes move7 {
    0%, 100% {
        opacity: 1; /* Complètement visible */
    }
    50% {
        opacity: 0.3;
    }
}
@keyframes move8 {
    0% { color: #FFD700; }
    50% { color: #E63946; }
    100% { color: #FFD700; }
}


/* Icons home page */
.box-slider .image .icon {
    position: absolute;
}
.box-slider .image .icon.icon1 {
    top: 40%;
    right: 0px;
}
.box-slider .image .icon.icon2 {
    top: 40%;
    left: 20%;
}
.page-title .box-slider .image .icon3 {
    left: 20%;
    bottom: 0%;
}
.page-title .box-slider .image .icon1, .page-title .box-slider .image .icon2, .page-title .box-slider .image .icon3 {
    z-index: -1;
}
.page-title .box-slider .image .icon1 img {
    animation: move2 5s infinite linear;
    -webkit-animation: move2 5s infinite linear;
}
.page-title .box-slider .image .icon2 img {
    animation: move3 5s infinite linear;
    -webkit-animation: move3 5s infinite linear;
}
.page-title .box-slider .image .icon3 img {
    animation: move5 5s infinite linear;
    -webkit-animation: move5 5s infinite linear;
}
.main .page-title .overlay::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
    z-index: 2;
}

.transition-band {
    height: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    z-index: 1;
    position: relative;
}

/* Actualités */
.tf-section {
    position: relative;
    padding: 0 0 50px;
}
.tf-title {
    text-align: center;
    margin-bottom: 50px;
}
.slider-1 .swiper-wrapper {
    margin-bottom: 20px;
}
.project-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.project-wrapper .image-wrapper img {
    border-radius: 20px;
}
.project-wrapper .content-wrapper {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 420px;
    z-index: 99;
}
.project-wrapper .content-wrapper .content_inner {
    padding: 30px 30px 20px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.95) 0%, 
        rgba(17, 24, 39, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid var(--border-subtle);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    position: relative;
    overflow: hidden;
}
.project-wrapper .content-wrapper .content_inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(59, 130, 246, 0.5) 50%, 
        transparent 100%);
    opacity: 0.5;
}
.project-info-form {
    max-width: 730px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.9) 0%, 
        rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px 36px;
    border: 1px solid var(--border-subtle);
    margin: 30px auto;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 0 60px rgba(59, 130, 246, 0.08);
    transition: all var(--transition-base);
}
.project-info-form:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 80px rgba(59, 130, 246, 0.12);
}
.team-details {
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.9) 0%, 
        rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid var(--border-subtle);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 0 60px rgba(59, 130, 246, 0.08);
    transition: all var(--transition-base);
}
.team-details:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 80px rgba(59, 130, 246, 0.12);
    border-color: var(--border-accent);
}
/* Box avec effet lumineux */
.box {
    margin-bottom: 30px;
    padding: 24px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.6) 0%, 
        rgba(17, 24, 39, 0.4) 100%);
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    transition: all var(--transition-base);
}
.box:hover {
    border-color: var(--border-accent);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.1);
}
.box .inner-box ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.8) 0%, 
        rgba(26, 35, 50, 0.4) 100%);
    border-radius: 10px;
    padding: 12px 14px !important;
    margin-bottom: 6px !important;
    border: 1px solid var(--border-subtle);
    transition: all var(--transition-fast);
}
.box .inner-box ul li:hover {
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.9) 0%, 
        rgba(26, 35, 50, 0.5) 100%);
    border-color: var(--border-accent);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child {
    margin-left: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #334e68;
    margin: 0 5px;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    border-color: var(--color-primary);
    border-radius: 100px;
}

/* Home page section CTA */
.tf-section.tf_CTA {
    padding-bottom: 0;
}
.relative {
    position: relative;
}
.tf-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.tf-section.tf_CTA .overlay {
    background: url(../../assets/images/background/CTA.png), center, center, no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}
.mt50 {
    margin-top: 110px;
}
.tf-title.left {
    text-align: left;
    margin-left: 30px;
}
.tf-title .sub {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 27px;
}
.tf-button.style3 {
    background: var(--color-primary);
    color: #fff;
    height: 60px;
    font-size: 16px;
}
.tf-button.style3:hover {
    background: var(--color-primary-dark);
}
.tf-section.tf_CTA .image_cta {
    margin-top: -74px;
}
.move6 {
    -webkit-animation: move6 5s infinite linear;
    animation: move6 5s infinite linear;
    z-index: 2;
}
.tf_CTA .overlay::after, .tf_CTA .overlay::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
    z-index: 2;
}

/* Fade en haut */
.tf_CTA .overlay::before {
    top: 0; /* Placer en haut */
    transform: rotate(180deg); /* Inverser le dégradé */
}

/* Login */
.page-title.page-login, .page-title.page-register {
    padding: 158px 0 115px;
    position: relative;
}
.project-info {
    transform: translateY(-115px);
    padding-bottom: 20px;
}
.project-info-form {
    max-width: 730px;
    background-color: var(--color-bg-panel);
    border-radius: 20px;
    padding: 26px 28px;
    border: 2px solid rgba(255, 255, 255, 0.0784313725);
    margin: 30px auto 30px auto;
}
.project-info-form.form-login {
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 20px 30px 60px;
    isolation: isolate;
}
.project-info-form.form-login::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background-image: url(/assets/images/background/bg_login.png);
    background-repeat: no-repeat;
    background-position: top center;
    filter: var(--asset-brown-to-blue-filter);
}
.project-info-form.form-login.style2::before {
    background-image: url(/assets/images/background/bg_login_2.png);
}
.project-info-form.form-login > h6,
.project-info-form.form-login > p,
.project-info-form.form-login > .form-inner {
    position: relative;
    z-index: 1;
}
.project-info-form .title {
    font-size: 20px;
    padding-bottom: 12px;
    /* margin-bottom: 33px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-info-form.form-login .title {
    border: none;
    font-size: 28px;
    margin-bottom: 41px;
    padding-bottom: 0;
}
.project-info-form.form-login .title a {
    color: var(--color-text-muted);
}
.project-info-form.form-login .title a:hover {
    color: #fff;
    transform: scale(1.05);
}
.project-info-form.form-login .title.link {
    margin-bottom: 0 !important;
    height: 57px;
    background-image: none;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 205px;
    width: 237px;
    z-index: 2;
}
.project-info-form.form-login .title.link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url(/assets/images/background/bg_link_1.png);
    background-repeat: no-repeat;
    background-position: center;
    filter: var(--asset-brown-to-blue-filter);
}
.project-info-form.form-login .title.link a {
    position: relative;
    z-index: 1;
}
.project-info-form.form-login p {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.form-inner {
     /*min-height: 150px; */
}
.show-mobile {
    display: none;
}
.project-info-form .form-inner fieldset {
    margin-bottom: 24px;
}
.project-info-form .form-inner fieldset:last-child {
    margin-bottom: 0;
}
.project-info-form .form-inner label {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 700;
}
.project-info-form .form-inner input {
    background-color: var(--color-bg-raised);
}
.project-info-form.form-login .reset-pass {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #fff;
    font-weight: 700;
}
.project-info-form.form-login .reset-pass:hover {
    color: var(--color-primary);
}
.project-info .wrap-btn {
    justify-content: center;
    margin-top: 32px;
}
.project-info .wrap-btn .tf-button {
    font-size: 16px;
    height: 60px;
}
.project-info .tf-button {
    height: 52px !important;
    width: 260px;
    font-size: 14px !important;
}

/* Register */
.project-info-form.form-login.style2 {
    background-repeat: no-repeat;
    padding: 20px 30px 35px;
}
.project-info-form .flex {
    display: flex;
    margin-left: -20px;
}
.mb22 {
    margin-bottom: 22px;
}
.mb8 {
    margin-bottom: 8px;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    /* color: #fff; */
}
.project-info-form .flex .col50 {
    width: calc(50% - 20px);
    margin-left: 20px;
}
.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.checkbox label {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    margin-bottom: 0;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}
.project-info-form .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.project-info-form .checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.project-info-form .checkbox label.icon {
    position: relative;
}
.checkbox label.icon {
    position: relative;
}
.project-info-form .checkbox label {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    margin-bottom: 0;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}
.project-info-form .form-inner #checkbox:checked + label.icon::before {
    background: var(--color-text-muted);
    content: "\e903";
}
.project-info-form .checkbox label.icon::before {
    opacity: 1;
    visibility: visible;
    color: var(--color-bg-deep);
    content: "";
    height: 18px;
    width: 18px;
    margin-right: 5px;
    border-radius: 50%;
    transition: all 0.25s linear;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-text-muted);
}
.checkbox label.icon::before {
    font-family: "risebot";
    opacity: 1;
    visibility: visible;
    color: var(--color-bg-deep);
    content: "";
    height: 18px;
    width: 18px;
    margin-right: 10px;
    border-radius: 50%;
    transition: all 0.25s linear;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-text-muted);
}

/* Account */
.page-title.page-profil {
    padding: 25px 0 115px;
    position: relative;
}
.profil .page-title .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
/* ═══════════════════════════════════════════════════════════════
   ONGLETS - Style Premium avec effets lumineux
   ═══════════════════════════════════════════════════════════════ */

.flat-tabs .wrapper_menutab {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 16px;
    padding: 10px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.6) 0%, 
        rgba(17, 24, 39, 0.4) 100%);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.flat-tabs .menu-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.flat-tabs .wrapper_menutab .menu-tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-tabs .menu-tab li {
    transition: all var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    margin: 0 4px;
    padding: 8px 20px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.8) 0%, 
        rgba(26, 35, 50, 0.4) 100%);
    border-radius: 10px;
    min-width: 130px;
    border: 1px solid transparent;
    cursor: pointer;
}

.flat-tabs .menu-tab li:hover {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.2) 0%, 
        rgba(6, 182, 212, 0.1) 100%);
    border-color: var(--border-accent);
    transform: translateY(-2px);
}

.flat-tabs .menu-tab li.active {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border-color: var(--color-primary);
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.3),
        0 0 20px rgba(59, 130, 246, 0.2);
}

.flat-tabs .menu-tab li.active:hover {
    background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 100%);
    box-shadow: 
        0 6px 20px rgba(59, 130, 246, 0.4),
        0 0 30px rgba(59, 130, 246, 0.3);
}

.flat-tabs .wrapper_menutab .menu-tab li {
    transition: all var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    margin: 0 8px 0 0;
    padding: 8px 32px;
}

.flat-tabs .wrapper_menutab .menu-tab li.active span, 
.flat-tabs .wrapper_menutab .menu-tab li:hover span {
    color: #fff;
}

.flat-tabs .wrapper_menutab .menu-tab li span {
    transition: all var(--transition-base);
    color: var(--color-text-muted);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
}

.flat-tabs .menu-tab li:hover span {
    color: var(--color-text);
}

.flat-tabs .menu-tab li.active span,
.flat-tabs .menu-tab li.active:hover span {
    color: #fff;
}

.flat-tabs .menu-tab li span {
    transition: all var(--transition-base);
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.flat-tabs .content-tab.mt40 {
    margin-top: 40px;
}
.flat-tabs .content-tab {
    margin-top: 50px;
}
.mt40 {
    margin-top: 40px;
}
.team-details {
    background-color: var(--color-bg-panel);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.team-details .image:hover {
    opacity: 0.9;
}
.team-details .image_wrapper {
    width: var(--avatar-profile-w);
    margin-right: 30px;
    flex-shrink: 0;
}
.team-details .image {
    z-index: 999;
    background: url(/assets/images/background/bg_img_team_4.png) center center no-repeat;
    background-size: 100% 100%;
    width: var(--avatar-profile-w);
    height: var(--avatar-profile-h);
    min-width: var(--avatar-profile-w);
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.team-details .image img {
    display: block;
    width: var(--avatar-profile-w);
    height: var(--avatar-profile-h);
    max-width: none;
    object-fit: contain;
    object-position: center center;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -webkit-mask-image: url(/assets/images/background/bg_img_team_4.png);
    mask-image: url(/assets/images/background/bg_img_team_4.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
}
.white {
    color: white;
}
.progress-bar {
    background-color: transparent;
    color: var(--color-text-muted);
}
.content-progress-box .progress-bar {
    margin-bottom: 3px;
}
.content-progress-box.style2 .progress-title-holder {
    margin-bottom: 0;
}
.progress-title-holder {
    padding-bottom: 0;
    position: relative;
    text-align: left;
    margin-bottom: 8px;
}
.content-progress-box.style2 .progress-number-wrapper span {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
}
.content-progress-box.style2 .progress-title-holder span {
    font-size: 12px;
    line-height: 1.4;
}
.content-progress-box.style2 .progress-number-wrapper {
    text-align: left;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-title-holder span {
    font-weight: 500;
    font-size: 14px;
}
.content-progress-box.style2 .progress-content-outter {
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.progress-content-outter {
    height: 8px;
    background-color: var(--color-bg-raised);
    border-radius: 6px;
}
.content-progress-box.style2 .progress-content {
    background: linear-gradient(270deg, var(--color-primary) 70%, rgba(9, 18, 29, 0) 100%);
    height: 8px;
    border-radius: 6px;
}
.progress-content {
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 6px;
    width: 0%;
}
.ak-fix {
    display: inline-flex;
    align-items: center;
}
.token-currency, .token-currency-xs {
    width: 20px;
    margin: 0 5px;
}
.content {
    width: 100%;
}
.team-details .content p {
    margin-bottom: 14px;
}
.team-details .content .name {
    font-size: 24px;
}
.box:last-child {
    margin-bottom: 0;
}
.box {
    margin-bottom: 30px;
}
.box .inner-box {
    margin-bottom: 13px;
}
.box .inner-box ul {
    margin-left: 0;
}
.box ul {
    margin-left: 14px;
}
.team-details .content .box ul li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 6px;
}
.box .inner-box ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: var(--color-bg-raised);
    border-radius: 6px;
    padding: 10px !important;
    margin-bottom: 3px !important;
    border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.box ul li {
    position: relative;
    padding-left: 10.5px;
    margin-bottom: 10px;
}
.box .inner-box ul li p:nth-child(1) {
    width: 27%;
    color: var(--color-text-muted);
}
.box .inner-box ul li p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    width: 73%;
}
.box p {
    margin-bottom: 14px;
}
.team-details .content .spacing {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 25px 0;
}
.box .inner-box:last-child {
    margin-bottom: 0;
}
.box .inner-box h6 {
    font-size: 16px;
    margin-bottom: 8px;
}
.project-info-form.style .form-inner fieldset fieldset {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wrap-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.project .wrap-btn {
    justify-content: center;
}
.buy-button:hover {
    color: #1e40af;
}

/* Account modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-content {
    padding: 30px;
    background-color: var(--color-bg-panel);
    border-radius: 20px;
    border: 2px solid #2a4a72;
    text-align: center;
}
.modal-content .icon {
    position: absolute;
    right: -2px;
    top: -2px;
}
.modal-content .icon img {
    width: 64px;
    height: 64px;
}
.modal-content .spacing {
    background-color: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    margin: 15px 0 17px;
}
.center {
    text-align: center;
}
.modal-content .modal-body {
    padding: 0;
}
.team-box-style1:last-child {
    margin-bottom: 10px;
}
.team-box-style1 {
    padding: 21.5px 18px 18.5px 20px;
    background-color: var(--color-bg-raised);
    border-radius: 20px;
    margin-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.0784313725);
    cursor: pointer;
}
.team-box-style-avatar.checked {
    background-color: rgba(30, 80, 140, 0.22) !important;
    border: 2px solid rgb(0 255 34 / 14%) !important;
}
.team-box-style1 .image {
    z-index: 99;
    width: var(--avatar-picker-w);
    min-width: var(--avatar-picker-w);
    height: var(--avatar-picker-h);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: url(../../assets/images/background/bg_img_team_2.png) center center no-repeat;
    background-size: 100% 100%;
}
.team-box-style1 .image img {
    z-index: 999;
    display: block;
    width: var(--avatar-picker-w);
    height: var(--avatar-picker-h);
    max-width: none;
    object-fit: contain;
    object-position: center center;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -webkit-mask-image: url(../../assets/images/background/bg_img_team_2.png);
    mask-image: url(../../assets/images/background/bg_img_team_2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
}
.team-box-style1 input[type="radio"] {
    display: none;
}

/* Game Accounts */
.project-box-style3 .header_project {
    display: flex;
    padding-left: 25px;
}
.project-box-style3 .header_project .image {
    margin-right: 14px;
    position: relative;
    height: 90px;
    width: 90px;
    z-index: 9;
    background: url(../../assets/images/common/project_8.png) center center no-repeat;
}
.project-box-style3 .header_project .image img.mask {
    height: 90px;
    -webkit-mask-image: url(../../assets/images/common/project_8.png);
    mask-image: url(../../assets/images/common/project_8.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.project-box-style3 .header_project .image .shape {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: -1;
    width: 24px;
    height: 24px;
}
.project-box-style3 .content {
    margin-top: -55px;
    background: var(--color-bg-panel);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.0784313725);
    padding: 10px 20px 10px 129px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-box-style3 .content .td p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 2px;
}
.project-box-style3 .content .td p {
    line-height: 1.4;
    margin-bottom: 0;
}
.project-box-style3 .content .td p:nth-child(2) {
    font-size: 17px;
    color: #fff;
}
.space {
    margin: 30px auto 30px auto !important;
}
.project-box-style3 .content .td5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.project-box-style3 .content .td5 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li {
    margin: 0 4px;
}
.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    /* border: 1px solid var(--color-text-muted); */
    border-radius: 50%;
}
.social li a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.dn-button.style2 {
    background: #dc3545;
    color: #ffffff;
}
.dn-button.style2:hover {
    background: #7a1c1c;
}
.form-control:focus {
    color: #ccc;
    background-color: var(--color-bg-raised);
    outline: 0;
    box-shadow: 0 0 0 .25rem #1a3352;
}
.modal-footer {
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
}
.modal-header {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}

/* Dropdown login header */
#menu-primary-menu > li.custom-nav-item.dropdown.profile-dropdown {
    margin-left: 28px;
}
#menu-primary-menu li.profile-dropdown:hover {
    color: rgb(25 45 75 / 1);
    background-color: rgb(127, 173, 255);
    border-radius: 50px 10px 10px 50px;
}
#customNavbarDropdown > a.profile, li.profile-dropdown {
    cursor: pointer;
}
.profile-dropdown {
    border-radius: 20px;
    padding: unset !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.profile-dropdown.mobile {
    justify-content: center;
}
#menu-primary-menu > li.custom-nav-item.dropdown.profile-dropdown.mobile {
    margin-left: 0;
}

#customNavbarDropdown > div.image_wrapper {
    margin: unset;
}
#customNavbarDropdown > a.profile, li.profile-dropdown > div {
    position: relative;
    right: 5px;
}
#customNavbarDropdown > div.image_wrapper > div {
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
    min-width: var(--avatar-inline-w);
}
.profile-dropdown .image {
    z-index: 999;
    background: url(../../assets/images/background/bg_img_user.png) center center no-repeat;
    background-size: 100% 100%;
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
    min-width: var(--avatar-inline-w);
    position: relative;
    cursor: pointer;
}
.profile-dropdown .image img {
    display: block;
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
    max-width: none;
    object-fit: contain;
    object-position: center center;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -webkit-mask-image: url(../../assets/images/background/bg_img_user.png);
    mask-image: url(../../assets/images/background/bg_img_user.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
}
#customNavbarDropdown > div.image_wrapper > div > img {
    box-shadow: inset 1px -2px 13px 0px #4a6a94;
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
}
#customNavbarDropdown > a.profile, li.profile-dropdown > div.profile {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0;
    padding-left: 10px;
    border-radius: 4px;
    line-height: 1.5;
    width: max-content;
}
#customNavbarDropdown > a.profile::after, li.profile-dropdown > div.profile::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    right: 0;
    top: 50%;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    padding-left: 4px;
}
#customNavbarDropdown > div.custom-dropdown-menu.svg-size.show {
    right: 0;
    left: unset !important;
}
.custom-dropdown-menu {
    position: absolute;
    z-index: 999;
    display: none;
    min-width: 12rem;
    padding: 0.2rem 0.2rem;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: var(--color-bg-panel);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.svg-size a svg {
    width: 15px;
    margin-right: 5px;
}
.dropdown-divider {
    height: 0;
    margin: 0.2rem 0;
    overflow: hidden;
    border-top: 1px solid rgb(45 65 95);
}
.logout {
    color: #a72626 !important;
}
.logout:hover {
    color: #fff !important;
    background-color: #a72626 !important;
}

/* Vote page */
.mt0 {
    margin-top: 0 !important;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.tf-button.style4 {
    background: #008000;
    color: #fff;
    border: transparent;
}
.tf-button.style4:hover {
    background: #103310;
}
.alert-countdown-voted {
    width: 80%;
    height: 50px;
    align-content: center;
    background-color: rgba(220, 53, 69, 0.5);
    color: #fff;
}
.alert-countdown-voted-granted {
    width: 80%;
    height: 50px;
    align-content: center;
    background-color: #008000;
    color: #fff;
}
.move7 {
    display: inline-block;
    font-weight: bold; /* Renforce la visibilité du texte */
    animation: move7 0.7s infinite;
    color: rgb(220,53,69);
}
.move8 {
    display: inline-block;
    font-weight: bold; /* Renforce la visibilité du texte */
    animation: move8 1s infinite;
    text-shadow: 0 0 5px #FFD700, 0 0 10px #E63946;
}
.move8:hover {
    text-shadow: 0 0 30px #FFD700, 0 0 10px #ff0013;
}
.popin-alert {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgb(40, 167, 69);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 1;
    transition: opacity 1s ease-in-out; /* Transition pour disparaître */
    max-width: 300px; /* Limiter la largeur */
}
.popin-already-voted {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgb(220, 53, 69); /* Couleur de fond (vert pour succès) */
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 1;
    transition: opacity 1s ease-in-out; /* Transition pour disparaître */
    max-width: 300px; /* Limiter la largeur */
}


/* Style du bouton de fermeture */
.close-alert {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 25px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    padding: 0;
}
.close-alert:hover {
    color: #ddd; /* Couleur au survol */
}

/* Download page */
.page-title .slider-st2 {
    position: relative;
    padding: 360px 0 90px;
}
.page-title .slider-st2 .icon.icon_1 {
    top: 25%;
    left: 20%;
    animation: move2 5s infinite linear;
    -webkit-animation: move6 5s infinite linear;
}
.page-title .slider-st2 .icon {
    position: absolute;
    z-index: 1;
}
.page-title .slider-st2 .icon.icon_2 {
    top: 200px;
    left: 45%;
    animation: move3 5s infinite linear;
    -webkit-animation: move3 5s infinite linear;
}
.page-title .slider-st2 .icon.icon_3 {
    top: 300px;
    right: 20%;
    animation: move4 5s infinite linear;
    -webkit-animation: move4 5s infinite linear;
}
.page-title .slider-st2 .overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-deep);
}
.page-title .slider-st2 .overlay2 img {
    height: auto;
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: luminosity;
}
.page-title .slider-st2 .box-slider .content-box {
    padding-top: 33px;
}
.page-title .slider-st2 .box-slider .content-box {
    width: 100%;
    text-align: center;
}
.page-title .slider-st2 .box-slider .content-box .wrap-btn {
    justify-content: center;
}
.page-title .box-slider .content-box h1 {
    margin-bottom: 24px;
}
.swiper-slide-active .box-slider .content-box h1 {
    transition-delay: 100ms;
}
/* ═══════════════════════════════════════════════════════════════
   BOUTONS DOWNLOAD - Style Premium
   ═══════════════════════════════════════════════════════════════ */

.dn-button {
    height: 100%;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    z-index: 99;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.dn-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%);
    transition: left 0.5s ease;
}

.dn-button:hover::before {
    left: 100%;
}

.dn-button.style1 {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #fff;
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.dn-button.style1:hover {
    background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 100%);
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

.dn-button.style2 {
    background: linear-gradient(135deg, #dc3545 0%, #7a1c1c 100%);
    color: #ffffff;
    box-shadow: 
        0 4px 15px rgba(220, 53, 69, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.dn-button.style2:hover {
    background: linear-gradient(135deg, #e04b5a 0%, #9c2020 100%);
    box-shadow: 
        0 8px 25px rgba(220, 53, 69, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(220, 53, 69, 0.3);
    transform: translateY(-2px);
}

.discordLinkDl {
    color: var(--color-cyan);
    font-weight: 600;
    transition: all var(--transition-fast);
    position: relative;
}

.discordLinkDl:hover {
    color: var(--color-cyan-light);
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
}

.project-box-style2_wrapper.down {
    margin-top: 20px;
}
.project-box-style2_wrapper {
    display: flex;
}
/* ═══════════════════════════════════════════════════════════════
   CARTES DOWNLOAD - Style Premium
   ═══════════════════════════════════════════════════════════════ */

.project-box-style2 {
    width: 33.3333333333%;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border-subtle);
    border-right: 1px solid var(--border-subtle);
    padding-top: 20px;
    background: linear-gradient(180deg, 
        rgba(26, 35, 50, 0.3) 0%, 
        transparent 100%);
    transition: all var(--transition-base);
}

.project-box-style2:hover {
    background: linear-gradient(180deg, 
        rgba(26, 35, 50, 0.5) 0%, 
        rgba(17, 24, 39, 0.2) 100%);
}

.project-box-style2 .image {
    margin-bottom: 24px;
    transform: rotateY(0);
    transition: all 0.8s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.project-box-style2 .content {
    padding: 0 40px 62px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.project-box-style2 .content h5 {
    margin-bottom: 13px;
    font-size: 20px;
    color: var(--color-text);
}

.project-box-style2 .content .desc {
    margin-bottom: 10px;
    text-align: justify;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.project-box-style2 .btn_project {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.project-box-style2 .content .number {
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    color: #fff;
    opacity: 0.06;
    font-weight: bold;
}

.btn_project .number {
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    color: #fff;
    opacity: 0.06;
    font-weight: bold;
}

.project-box-style2::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    right: -2.5px;
    bottom: -2.5px;
    box-shadow: 0 0 10px var(--color-primary);
}
.project-box-style2:last-child {
    border-right: none;
}
.project-box-style2:last-child::after {
    display: none;
}
.project-box-style2:hover .image {
    transform: rotateY(-360deg);
}
.project-box-style2:hover .number {
    opacity: 1;
}

.container2 {
    margin: auto;
}

/* Ladders page */
.mit10 {
    margin-top: 10px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.dataTables_wrapper div.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}
.dataTables_filter .form-search span {
    left: 23px;
    top: 13px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
.form-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: rgb(210 220 235);
}
.dataTables_filter > label > input {
    margin-bottom: 0.5em !important;
}
.form-search input {
    padding-left: 45px;
}
.ak-icon-big.ak-filter, .ak-icon-med.ak-filter, .ak-icon-small.ak-filter {
    background: transparent url(/assets/images/dofus/sprites/sprite.png) 0 0 no-repeat;
}
.ak-icon-small.ak-filter {
    background-position: -3px -51px;
    background-size: 30px;
    width: 25px;
}
.form-search span {
    position: absolute;
    left: 11px;
}
.ak-icon-small {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.ak-icon-small {
    background-size: 30px auto;
}
/* ═══════════════════════════════════════════════════════════════
   TABLEAUX - Style Premium avec glassmorphism
   ═══════════════════════════════════════════════════════════════ */

.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.8) 0%, 
        rgba(17, 24, 39, 0.6) 100%);
    border-bottom: 1px solid var(--border-subtle);
    color: var(--color-text);
    transition: all var(--transition-fast);
}

thead, tbody, tfoot, tr, td, th {
    border: unset !important;
}

.table tbody tr:hover > * {
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.95) 0%, 
        rgba(59, 130, 246, 0.1) 100%);
    color: var(--color-text);
}

.table thead th {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.2) 0%, 
        rgba(6, 182, 212, 0.1) 100%) !important;
    color: var(--color-text);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--border-accent);
}

/* Rangs avec effets lumineux */
.bg-rank-1 {
    background: linear-gradient(135deg, #fcb434 0%, #f59e0b 100%);
    color: #000000;
    box-shadow: 0 0 15px rgba(252, 180, 52, 0.4);
}

.bg-rank-2 {
    background: linear-gradient(135deg, #d7d7d7 0%, #a0a0a0 100%);
    color: #000000;
    box-shadow: 0 0 15px rgba(215, 215, 215, 0.4);
}

.bg-rank-3 {
    background: linear-gradient(135deg, #5b7eb8 0%, #3b82f6 100%);
    color: #fff;
    box-shadow: 0 0 15px rgba(91, 126, 184, 0.4);
}

.bg-rank-1, .bg-rank-2, .bg-rank-3 {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
}

/* DataTables avec style premium */
.dataTables_wrapper div.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

.dataTables_filter .form-search span {
    left: 23px;
    top: 13px;
}

.form-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-search input {
    padding-left: 45px;
    background: linear-gradient(135deg, 
        rgba(26, 35, 50, 0.8) 0%, 
        rgba(17, 24, 39, 0.6) 100%);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    color: var(--color-text);
    transition: all var(--transition-base);
}

.form-search input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-glow);
}

.form-search input::placeholder {
    color: var(--color-text-dark);
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.dataTable .image {
    position: relative;
    border-radius: 20px 20px 0 0;
    z-index: 999;
    background: url(../../assets/images/background/bg_img_user.png) center center no-repeat;
    background-size: 100% 100%;
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
    min-width: var(--avatar-inline-w);
    cursor: pointer;
}
.dataTable .image img {
    box-shadow: inset 1px -2px 13px 0 #4a6a94;
    border-radius: 20px 20px 0 0;
    display: block;
    width: var(--avatar-inline-w);
    height: var(--avatar-inline-h);
    max-width: none;
    object-fit: contain;
    object-position: center center;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -webkit-mask-image: url(../../assets/images/background/bg_img_user.png);
    mask-image: url(../../assets/images/background/bg_img_user.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
}
.dataTable .profile {
    margin-left: 10px;
}
.vip-p {
    margin-bottom: 0px;
}

/* Rules and privacy page */
h3 {
    font-size: 40px;
}
.rules .box ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--color-text-muted);
    border-radius: 50%;
    left: 0;
    top: 8px;
}

/* 404 page */
.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
}
.error-box {
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 100%;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    animation: slideUp 0.5s ease-out forwards;
}
.error-code {
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 5px;
    animation: bounceIn 1s ease forwards;
}
.error-message {
    font-size: 28px;
    margin-top: 20px;
    font-weight: 500;
}
.error-description {
    font-size: 16px;
    margin-top: 10px;
    color: #d1d1d1;
}
.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.action-buttons .btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.action-buttons .btn-primary {
    background: var(--color-primary);
    color: #fff;
    border: none;
    align-content: center;
}
.action-buttons .btn-primary:hover {
    background: var(--color-primary-hover);
    transform: scale(1.05);
}
.action-buttons .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.action-buttons .btn-secondary:hover {
    background: #fff;
    color: var(--color-primary);
    transform: scale(1.05);
}
.error-graphic {
    margin-top: 50px;
    animation: fadeIn 1s ease forwards;
}
.error-graphic img {
    max-width: 350px;
    width: 100%;
    animation: zoomIn 1s ease forwards;
}
/* Animations */
@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .error-code {
        font-size: 80px;
    }

    .error-message {
        font-size: 22px;
    }

    .error-description {
        font-size: 14px;
    }

    .action-buttons {
        flex-direction: column;
    }
}

/* Resetpassword Page */
.forget-form.project-info-form .title {
    margin-bottom: 8px;
    padding-bottom: 0;
    text-align: center;
    border: none;
    font-size: 28px;
}
.forget-form.project-info-form p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-align: center;
}
.forget-form.project-info-form .bottom {
    margin-top: 22px;
    text-align: center;
}
.forget-form.project-info-form .bottom a {
    color: #60a5fa;
}
.forget-form.project-info-form .bottom a:hover {
    color: var(--color-primary);
}

/* Password showing */
.fa-eye-slash, .fa-eye {
    width: 20px;   /* Définir une largeur fixe */
    height: 20px;  /* Définir une hauteur fixe */
}
.eye-icon {
    font-weight: 900;
    position: absolute;
    left: 97%;
    top: 83%;
    cursor: pointer;
}
.eye-icon2 {
    font-weight: 900;
    cursor: pointer;
}
.eye-icon3 {
    font-weight: 900;
    position: absolute;
    left: 92%;
    top: 62%;
    cursor: pointer;
}
.eye-icon4 {
    font-weight: 900;
    position: absolute;
    left: 97%;
    top: 80%;
    cursor: pointer;
}
.eye-icon5 {
    margin: 0 5px;
    cursor: pointer;
}
.eye-icon6 {
    margin: 0 5px;
    cursor: pointer;
}
.eye-icon7 {
    position: absolute;
    margin: 0 5px;
    cursor: pointer;
    top: 68.5%;
}
.eye-icon8 {
    position: absolute;
    margin: 0 5px;
    cursor: pointer;
    top: 55%;
}
.eye-icon9 {
    position: absolute;
    margin: 0 5px;
    cursor: pointer;
    top: 41.5%;
}

/* Scroll button */
#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 999;
    right: 14px;
    bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
    background: var(--color-primary);
    border: transparent;
}
#scroll-top:before {
    z-index: 0;
    background-color: transparent !important;
}
#scroll-top:before, #scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll-top:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
#scroll-top.show {
    right: 15px;
    opacity: 1;
    visibility: visible;
}
#scroll-top:hover {
    transform: translateY(-7%);
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER - Style Premium avec glassmorphism
   ═══════════════════════════════════════════════════════════════ */

#footer {
    position: relative;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(17, 24, 39, 0.5) 20%,
        rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--border-accent);
    margin-top: 80px;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--color-primary) 50%, 
        transparent 100%);
    opacity: 0.5;
}

#footer .footer-main {
    padding: 80px 0 40px;
    position: relative;
}

#footer .footer-main .footer-logo {
    width: 35%;
    padding: 0 20px;
}

#footer .footer-main .footer-logo .logo_footer {
    text-align: center;
    margin-bottom: 16px;
}

#footer .footer-main .footer-logo .logo_footer img {
    filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.2));
    transition: all var(--transition-base);
}

#footer .footer-main .footer-logo .logo_footer img:hover {
    filter: drop-shadow(0 0 30px rgba(59, 130, 246, 0.4));
}

#footer .footer-main .footer-logo p {
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 1.6;
}

#footer .footer-main .widget {
    width: 20%;
    padding: 0 20px;
    border-right: 1px solid var(--border-subtle);
    transition: all var(--transition-base);
}

#footer .footer-main .widget:hover {
    border-right-color: var(--border-accent);
}

#footer .footer-main .widget:last-child {
    border: none;
}

#footer .footer-main .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-main .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    border-radius: 2px;
}

#footer .footer-main .widget-link li {
    margin-bottom: 12px;
    transition: all var(--transition-base);
}

#footer .footer-main .widget-link li a {
    color: var(--color-text-muted);
    font-size: 14px;
    transition: all var(--transition-fast);
    position: relative;
    padding-left: 0;
}

#footer .footer-main .widget-link li a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    transition: all var(--transition-fast);
}

#footer .footer-main .widget-link li a:hover {
    color: var(--color-text);
    padding-left: 15px;
}

#footer .footer-main .widget-link li a:hover::before {
    opacity: 1;
    left: 0;
}

#footer .footer-main .widget.support {
    padding-left: 40px;
    width: 22%;
}

#footer .footer-main .widget.link {
    width: 18%;
    padding-left: 40px;
}

#footer .footer-bottom {
    position: relative;
    padding: 30px 0;
}

#footer .footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1140px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--border-subtle) 20%,
        var(--border-subtle) 80%,
        transparent 100%);
}

#footer .footer-bottom .wrap-dx {
    padding: 0;
    text-align: center;
}

#footer .footer-bottom .wrap-dx p {
    margin: 8px 0;
    font-size: 13px;
    color: var(--color-text-dark);
    line-height: 1.5;
}

#footer .footer-bottom .wrap-dx p strong {
    color: var(--color-text-muted);
}


/* Responsive */
#myVideo {
    width: 100%;
    height: auto;
    pointer-events: none; /* Désactive tous les événements sur la vidéo */
    z-index: -1;
    user-select: none;
    object-fit: cover;
}

/* Navbar */
.navbar-toggler-icon {
    position: absolute;
    display: none;
    width: 30px;
    height: 3px;
    right: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    left: 0;
}
.navbar-toggler-icon::before {
    top: -8px;
}
.navbar-toggler-icon::after {
    top: 8px;
}
.navbar-toggler-icon.open {
    background-color: transparent;
}
.navbar-toggler-icon.open::before {
    transform: rotate(45deg);
    top: 0;
}
.navbar-toggler-icon.open::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Menu Navbar */
#wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
.main-nav-mobi {
    display: none;
}
.main-nav-mobi.show{
    display: block;
}
#main-nav-mobi {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    padding-left: 0;
    position: absolute;
    top: 100%;
    overflow-y: auto;
    background: var(--color-bg-panel);
    max-height: 60vh;
    overflow: hidden;
}
#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-nav-mobi ul li:first-child {
    border-top: 0px;
}
#main-nav-mobi ul li {
    margin: 0;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid rgba(2, 14, 40, 0.2);
    position: relative;
    text-align: center;
}
#main-nav-mobi ul > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 12px 20px;
    color: #ffffff;
    position: relative;
    width: 100%;
}
.menu-item a:hover {
    background-color: transparent !important;
    border-radius: 4px;
}


@media (max-width: 3000px) {
    .main .page-title .slider-st1 {
        padding: 162px 0 154px
    }
    .main .page-title .container {
        max-width: 1140px;
    }
    #myVideo {
        width: 1920px;
    }
    .text-problem {
      width: 90%;
    }
}

@media (max-width: 1400px) {
    .navbar-nav {
        display: none;
    }
    .navbar-toggler-icon {
        display: block;
    }
    .navbar-collapse {
        display: none;
    }
    .header #site-header-inner .tf-button {
        margin-right: 15%;
    }

    /* Header */
    li.profile-dropdown > div.profile {
        padding-left: 0px;
    }
    .menu-item img {
        width: 20px;
    }
    .menu-item a {
        color: #ffffff;
    }
    #arrowMenu, .arrow {
        user-select: none;   /* Empêche la sélection de texte */
        cursor: pointer;     /* Assure que le curseur est une main (pointer) */
        outline: none;        /* Supprime l'indicateur de focus, si nécessaire */
    }
    #main-nav-mobi ul > li:hover, .custom-dropdown-menu.mobile {
        background-color: #1a3352 !important;
    }
    #main-nav-mobi .menu-item-has-children .arrow {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        line-height: 48px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 2px;
        width: 48px;
    }
    #main-nav-mobi .menu-item-has-children .arrow.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(-180deg);
        transition: all 0.3s ease;
    }
    #main-nav-mobi .menu-item-has-children .arrow:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f107";
        color: #ffffff;
    }
    #menu-primary-menu > li.dropdown-mobi-details {
        opacity: 1;
        display: block;
    }
}

@media (max-width: 1230px) {
    #footer .footer-main .widget.link {
        width: 16%;
        padding-left: 30px;
    }
    .page-title .slider-st1 .box-slider .content-box h1 {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .page-title .slider-st1 {
        padding: 132px 0 0px;
    }
    .page-title .slider-st1 .box-slider .content-box h1 {
        font-size: 50px;
    }
    .transition-band {
        height: 10px;
    }
}


@media (max-width: 991px) {
    /* Footer */
    #footer .footer-main {
        padding: 0px;
    }
    #footer .footer-main .footer-logo {
        width: 100%;
        margin-bottom: 15px;
    }
    #footer .footer-main .footer-logo, #footer .footer-main .widget {
        padding: 0 15px;
    }
    #footer .footer-main .widget, #footer .footer-main .widget.support, #footer .footer-main .widget.link {
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .footer-main .footer-logo.support, #footer .footer-main .footer-logo.link, #footer .footer-main .widget.support, #footer .footer-main .widget.link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    /* Home page */
    #myVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .main .page-title .slider-st1 {
        padding: 100px 0 100px;
    }
    .page-title .slider-st1 .box-slider .content-box {
        width: 100%;
    }
    .page-title .slider-st1 .box-slider .content-box h1 {
        font-size: 40px;
        margin-right: 0px;
    }
    .page-title .slider-st1 .box-slider .content-box p {
        padding-right: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .main .page-title .slider-st1 .box-slider {
        display: block;
    }
    .main .page-title .box-slider .image {
        width: 100%
    }
    .page-title .box-slider .image {
        text-align: center;
    }
    .page-title .box-slider .image .img_main {
        margin-right: 0px;
    }
    .box-slider .image .icon.icon2 {
        left: 0%;
    }

    /* News section */
    .project-wrapper .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
        transform: none;
    }

    /* CTA section */
    .tf-section.tf_CTA .image_cta {
        margin-top: 20px;
    }
    .tf-title.left {
        margin-left: 0px;
    }
    .mt50 {
        margin-top: 50px;
    }
    .title, .tf-title .sub {
        text-align: center;
    }
    .title {
        font-size: 40px;
    }
    .wrap-btn {
        justify-content: center;
    }

    /* Login page */
    .project-info-form.form-login .title.link {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .project-info-form.form-login .title {
        margin-bottom: 15px;
        font-size: 24px;
        text-align: left;
    }
    input[type=text]::placeholder, input[type=password]::placeholder {
        font-size: 12px;
    }
    .project-info {
        padding-bottom: 0;
        transform: translateY(0px);

    }
    .page-title.page-login, .page-title.page-register {
        padding: 20px 0 115px;
    }
    .project-info-form.form-login .reset-pass {
        bottom: 25px;
    }

    /* Register page */
    .eye-icon {
        left: 94%;
    }
    #register-p {
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .project-info-form .form-inner fieldset {
        margin-bottom: 14px;
    }
    .mb12 {
        margin-bottom: 12px;
    }
    .project-info .wrap-btn {
        margin-top: 0px;
    }
    .form-register {
        margin: 30px auto 0px auto;
    }

    /* Account page */
    .team-details {
        display: block;
    }
    .team-details .image_wrapper {
        margin: 0 auto 30px;
    }
    .ak-fix {
        margin-left: 5px;
    }
    .col-avatars {
        width: 50%;
    }
    .modal-content {
        padding: 30px 20px 30px;
    }
    .account-section {
        padding: 0 0 0px;
    }
    .eye-icon3 {
        left: 89%;
        top: 66%;
    }

    /* Vote page */
    .box-vote {
        width: 100%;
    }
    .alert-countdown-voted, .alert-countdown-voted-granted {
        width: 100%;
    }

    /* Ladders page */
    .flat-tabs .wrapper_menutab .menu-tab li {
        padding: 5px 25px;
    }
    .p-ladders .flat-tabs .wrapper_menutab .menu-tab li {
        margin-bottom: 12px !important;
    }
    #ladders {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        overflow-x: auto; /* Permet de défiler horizontalement sur petits écrans */
        display: block; /* Le tableau devient un bloc pour permettre le défilement */
    }
    #containerladders {
        margin-right: 0px;
        margin-left: 0px;
    }
    .dataTables_wrapper div.dataTables_filter {
        justify-content: center;
    }

    /* Download Page */
    .page-title .slider-st2 .icon.icon_1 {
        top: 300px;
    }
    .project-box-style2_wrapper {
        flex-wrap: wrap;
    }
    .project-box-style2 {
        border-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .project-box-style2 .content .desc {
        text-align: center;
    }
    .project-box-style2::after {
        display: none;
    }
    .page-title .slider-st2 .icon.icon_2 {
        left: 35%;
    }
    .downloadTitle {
        font-size: 26px;
    }
    .page-title .box-slider .content-box p {
        font-size: 15px;
    }

    /* Game account page */
    .project-box-style3_wrapper {
        overflow-y: auto;
    }
    .project-box-style3 {
        width: 1000px;
    }

    /* Create game account page */
    .gameTitle {
        text-align: left;
    }
    .project-info-form.form-login p {
        padding-top: 20px;
    }
    .eye-icon4 {
        left: 94%;
        top: 78%;

    }

    /* Reset password page */
    .eye-icon7 {
        top: 68%;
    }
    .eye-icon8 {
        top: 56%;
    }
    .eye-icon9 {
        top: 44%;
    }

}

/* ═══════════════════════════════════════════════════════════════
   PAGE VOTE - Design Premium
   ═══════════════════════════════════════════════════════════════ */

/* Hero Section Vote */
.page-title.page-vote {
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}

.page-title.page-vote .bg-vote-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.page-title.page-vote .page-title-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.page-title.page-vote .page-title-heading {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #3b82f6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-title.page-vote .page-title-subtitle {
    font-size: 20px;
    color: var(--color-text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* Section Vote */
.vote-section {
    padding: 0 0 100px;
}

/* Alertes Vote */
.vote-alert {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.9) 0%, rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.vote-alert .alert-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.vote-alert .alert-icon svg {
    width: 24px;
    height: 24px;
}

.vote-alert.alert-success {
    border-color: rgba(34, 197, 94, 0.3);
}

.vote-alert.alert-success .alert-icon {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.1) 100%);
    color: #22c55e;
}

.vote-alert.alert-error {
    border-color: rgba(239, 68, 68, 0.3);
}

.vote-alert.alert-error .alert-icon {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(239, 68, 68, 0.1) 100%);
    color: #ef4444;
}

.vote-alert.alert-warning {
    border-color: rgba(245, 158, 11, 0.3);
}

.vote-alert.alert-warning .alert-icon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
    color: #f59e0b;
}

.vote-alert .alert-content {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.5;
}

.vote-alert .alert-content strong {
    color: var(--color-gold);
}

/* Carte Vote */
.vote-card {
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.9) 0%, rgba(17, 24, 39, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid var(--border-subtle);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 0 80px rgba(59, 130, 246, 0.1);
    overflow: hidden;
    margin-bottom: 40px;
}

.vote-card-header {
    padding: 40px 40px 30px;
    text-align: center;
    border-bottom: 1px solid var(--border-subtle);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%);
}

.vote-card-header .vote-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 40px rgba(59, 130, 246, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.vote-card-header .vote-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
    fill: rgba(255, 255, 255, 0.1);
}

.vote-card-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 8px;
}

.vote-card-header p {
    font-size: 16px;
    color: var(--color-text-muted);
}

.vote-card-body {
    padding: 40px;
}

/* Non connecte */
.vote-not-connected {
    text-align: center;
    padding: 20px 0;
}

.vote-not-connected .lock-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-subtle);
}

.vote-not-connected .lock-icon svg {
    width: 48px;
    height: 48px;
    color: var(--color-primary);
}

.vote-not-connected h3 {
    font-size: 24px;
    color: var(--color-text);
    margin-bottom: 12px;
}

.vote-not-connected p {
    font-size: 16px;
    color: var(--color-text-muted);
    margin-bottom: 30px;
}

.vote-not-connected p strong {
    color: var(--color-gold);
}

.vote-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.vote-actions .or-divider {
    color: var(--color-text-dark);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Connecte - Stats */
.vote-connected {
    text-align: center;
}

.vote-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.stat-item {
    text-align: center;
}

.stat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-subtle);
}

.stat-icon.votes-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: var(--color-primary);
}

.stat-icon.votes-icon svg {
    width: 32px;
    height: 32px;
}

.stat-icon.reward-icon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.1) 100%);
}

.stat-icon.reward-icon .ogrine-icon {
    width: 36px;
    height: 36px;
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-label .vip-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 6px;
}

/* Compte a rebours */
.vote-cooldown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 32px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    margin-bottom: 30px;
}

.cooldown-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cooldown-icon svg {
    width: 24px;
    height: 24px;
}

.cooldown-text {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.countdown-timer {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text);
    font-family: 'Space Grotesk', monospace;
    letter-spacing: 2px;
    margin-top: 4px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Boutons Vote */
.vote-btn {
    min-width: 280px;
    padding: 18px 36px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.vote-btn .btn-icon svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.2);
}

.vote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 40px rgba(59, 130, 246, 0.3);
}

.vote-btn.disabled {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    cursor: not-allowed;
    opacity: 0.7;
}

.vote-btn.voting {
    opacity: 0.8;
}

/* Status */
.vote-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
    border-radius: 12px;
    color: var(--color-text-muted);
    font-size: 14px;
}

.status-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-subtle);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.vote-status span {
    color: var(--color-text);
}

.vote-status #voteTimer {
    font-weight: 700;
    color: var(--color-primary);
}

/* Verification */
.verify-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.verify-hint {
    font-size: 16px;
    color: var(--color-text-muted);
    margin: 0;
}

.verify-btn {
    min-width: 260px;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 
        0 4px 15px rgba(34, 197, 94, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.verify-btn .btn-icon svg {
    width: 18px;
    height: 18px;
}

.verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(34, 197, 94, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

/* Info VIP */
.vip-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
    border-radius: 16px;
    border: 1px solid rgba(245, 158, 11, 0.2);
    margin-top: 30px;
    text-align: left;
}

.vip-info .vip-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.vip-info p {
    margin: 0;
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.6;
    flex: 1;
}

.vip-info p strong {
    color: var(--color-gold);
}

.vip-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.vip-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.vip-link:hover {
    color: #fbbf24;
}

.vip-link:hover svg {
    transform: translateX(4px);
}

/* Info Grid */
.vote-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card {
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.6) 0%, rgba(17, 24, 39, 0.4) 100%);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid var(--border-subtle);
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-accent);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.info-card .info-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    border: 1px solid var(--border-subtle);
}

.info-card .info-icon svg {
    width: 26px;
    height: 26px;
}

.info-card h4 {
    font-size: 18px;
    color: var(--color-text);
    margin-bottom: 10px;
}

.info-card p {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

.info-card p strong {
    color: var(--color-text);
}

/* Responsive */
@media (max-width: 991px) {
    .vote-stats {
        gap: 30px;
    }
    
    .stat-value {
        font-size: 36px;
    }
    
    .vote-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-title.page-vote {
        padding: 140px 0 60px;
    }
    
    .page-title.page-vote .page-title-heading {
        font-size: 36px;
    }
    
    .vote-card-header {
        padding: 30px 24px 20px;
    }
    
    .vote-card-header h2 {
        font-size: 24px;
    }
    
    .vote-card-body {
        padding: 30px 24px;
    }
    
    .vote-stats {
        flex-direction: column;
        gap: 24px;
    }
    
    .vote-actions {
        flex-direction: column;
    }
    
    .vote-btn {
        min-width: 100%;
    }
    
    .vote-cooldown {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .countdown-timer {
        font-size: 28px;
    }
    
    .vip-info {
        flex-direction: column;
        text-align: center;
    }
    
    .vote-info-grid {
        grid-template-columns: 1fr;
    }
    
    .info-card {
        padding: 24px;
    }
}
