:root {
  --color-main: #a855f7;
  --color-main-light: #c084fc; /*For gradient background*/
  --color-main-dark: #7e22ce; /*For gradient background*/
  --color-accent: #ffffff;
  --color-discord: #5865f2;
  --color-discord-light: #8791f6;/*For gradient background*/
  --color-text-primary: #f5f5f5;
  --color-text-secondary: #d4d4d4;
  --color-red: #ef4444;
  --color-red-dark: #dc2626; /*For gradient background*/
  --color-green: #22c55e;
  --color-green-dark: #16a34a; /*For gradient background*/
  --color-blue: #38bdf8;
  --color-blue-dark: #3b82f6; /*For gradient background*/
  --color-top-donator: #38bdf8;
  --color-top-donator-dark: #3b82f6; /*For gradient background*/
  --color-text-top-donator: #075985;
  
  --bg-0: #0d0d0d;
  --bg-1: #171717; 
  --bg-2: #262626; 
  
  --logo-height: 165px;
  --header-image: url(https://i.ibb.co/hXKg1G8/j52hwkirtut71.webp);
  --header-image-height: 486px;
  --header-image-opacity: 0.25;
  --header-image-blur: 5px;
  
  --bg-error: 
}

body {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
}
body::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
max-height: 400px;
z-index: -1;
background: var(--bg-image) center center/cover no-repeat;
mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
pointer-events: none;
}

.transition-all {
  transition-duration: 300ms !important;
}

.header-splash {
  background: var(--header-image) no-repeat 50% /cover;
  height: var(--header-image-height);
  opacity: var(--header-image-opacity);
  filter: blur(var( --header-image-blur));
}

.header-splash-gradient-overlay {
  background: linear-gradient(90deg, #180e29, #251442 22.69%, #281447 45.62%, #22103d 68.59%, #1a0c2e);
  height: var(--header-image-height);
}

.header-splash-gray-overlay {
  background: linear-gradient(180deg, #22222259, var(--bg-2));
  height: var(--header-image-height);
}

.my-text-main {
  color: var(--color-main);
}

.my-text-primary {
  color: var(--color-text-primary);
}

.my-text-primary-hover:hover {
  color: var(--color-text-primary) !important;
}

.my-text-secondary {
  color: var(--color-text-secondary);
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-2 {
  background-color: var(--bg-2);
}

.discord-bg {
  background: rgb(88,101,242);
background: linear-gradient(90deg, var(--color-discord) 0%, var(--color-discord-light) 100%);
}

.main-bg {
  background: var(--color-main);
background: linear-gradient(90deg, var(--color-main) 0%, var(--color-main-light) 100%);
}

.red-bg {
  background: linear-gradient(85.06deg, var(--color-red), var(--color-red-dark));
}

.green-bg {
  background: linear-gradient(85.06deg, var(--color-green), var(--color-green-dark));
}

.blue-bg {
  background: linear-gradient(85.06deg, var(--color-blue), var(--color-blue-dark));
}

.tooltip::before {
  background-color: var(--bg-2);
  color: var(--color-text-primary);
  border: 1px solid #a3a3a3;
}

.my-drop-shadow {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.5)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.3)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.my-shadow {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.5);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sliderm__pagination[data-active="true"] {
  border-color: var(--color-main) !important;
}

.store-menu::before, .store-menu::after {
content: '';
display: block;
width: 50px;
height: 50px;
transform: translate(-50%, -50%);
position: absolute;
border-radius: 50%;
z-index: -1;
background-color: var(--color-main);
transition: 1s ease;
}
.store-menu::before {
top: -1em;
left: -1em;
}
.store-menu::after {
left: calc(100% + 1em);
top: calc(100% + 1em);
}
.store-menu:hover::before, .store-menu:hover::after {
height: 1200px;
width: 1200px;
}

.widget {
  padding-top: 1.5rem;
padding-bottom: 1.5rem; 
padding-left: 1.5rem;
padding-right: 1.5rem; 
border-radius: 0.375rem; 
border-width: 1px; 
border-color: #404040;
background: var(--bg-1);
}

@media (min-width: 1024px) { 
  .widget {
padding-left: 2.5rem;
padding-right: 2.5rem; 
}
}

.widget .widget-title {
  margin-bottom: 0.5rem; 
font-size: 1.125rem; 
line-height: 1.75rem; 
font-weight: 600; 
text-transform: uppercase; 
color: var(--color-main);
letter-spacing: 0.05em;
}

.widget-goal .progress {
  height: 12px;
  background: var(--bg-0);
  position: relative;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

.widget-goal .my-progress-bar {
  
  position: absolute;
  transition: all 0.2s ease-out;
  height: 100%;
  background: var(--color-main);
  border-radius: 5px;
}

.widget-goal .my-progress-bar.my-striped {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.widget-goal .my-progress-bar.my-animated {
  animation: 1.5s linear infinite progress-bar-striped;
}

@keyframes progress-bar-striped {
  0% {
      background-position: 40px 0
  }

  100% {
      background-position: 0 0
  }
}

.widget-top-donator {
  background: var(--color-top-donator);
  background: linear-gradient(90deg, var(--color-top-donator-dark) 0%, var(--color-top-donator) 100%);
}

.store-product-popup-content {
      padding: 0 !important;
  max-width: 1032px;
}

.popup, .modal::backdrop, .drawer-toggle:checked~.drawer-side>.drawer-overlay {
  --tw-bg-opacity: 0.1;
  --tw-backdrop-blur: blur(16px);
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.basket-popup-content .popup-close {
  z-index: 9999;
  opacity: 1;
  filter: brightness(0) saturate(100%);
}
.popup-scroll-cont {
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  overflow: auto;
  
}

.login-popup-content {
      width: 100%;
  max-width: 1032px;
  overflow: hidden;
  padding: 120px 2rem 130px;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  border-radius: 0.375rem;
  border: 1px solid #404040;
}

.store-product-full {
  background: var(--bg-1) !important;
  border-radius: 0.375rem !important;
  border: 1px solid #404040 !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  overflow: hidden;
}

.gift-form-popup .popup-content {
  background: var(--bg-1) !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 0.375rem;
  border: 1px solid #404040;
  overflow: hidden;
}

.store-product-popup-content {
  max-height: 90vh;
}

.store-product-options {
      padding: 0px !important;
  border: 1px solid #262626 !important;
}

.store-product-options p {
  font-size: 0.875rem !important; 
line-height: 1.25rem !important; 
color: rgb(212,212,212) !important;
}

.basket-popup-content {
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}















.btn-primary,
.btn-secondary,
.btn-tertiary {
border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

.quantity-field {
border-radius: 5px;
}

.site-header-inner .info .image {
border-radius: 5px;
}
.site-header-inner .user-name ul li {
overflow: hidden;
}
.site-header-inner .user-name ul li:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.site-header-inner .user-name ul li:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

.site-sale-banner {
border-radius: 5px;
}

.site-home-categories .category {
border-radius: 5px;
padding: 20px var(--widget-padding);
background: var(--color-brighter-bg);
transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
color: var(--color-primary);
}

.category-description {
border-radius: 5px;
background: var(--color-brighter-bg);
}

.store-text {
border-radius: 5px;
background: var(--color-brighter-bg);
}
.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
border-radius: 5px;
background: var(--color-brighter-bg);
}

.store-products-images .store-product {
text-align: center;
}

.no-products {
color: var(--color-text-secondary);
background: var(--color-brighter-bg);
border-radius: 5px;
}

.store-product-full {
border-radius: 5px;
background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type=number] {
border: none;
}

@media (width > 960px) {
.navigation-horizontal > ul {
  border-radius: 5px;
}
}
.navigation-horizontal .has-children > ul {
border-radius: 5px;
}

.widget-top-donator .avatar {
border-radius: 50%;
}

@media (width > 600px) {
.popup-content {
  border-radius: 5px;
}
}

.popup-close {
border-radius: 0 5px 0 0px;
z-index: 50;
}

.basket-popup-content,
.basket-popup-content .popup-close {
border-radius: 0;
}

.basket-items {
padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
border-radius: 5px;
}
.basket-item .quantity {
border-radius: 2px;
}

.toast {
border-radius: 6px;
}

.toast-close {
border-radius: 2px;
}

/* ============================================================
   1. LOGO GRANDE CON PALPITACIÓN Y BRILLO BLANCO PERMANENTE
   ============================================================ */
.logo, 
.header-logo img, 
header img.logo,
header .logo {
    max-height: 230px !important;
    height: auto !important;
    width: auto !important;
    animation: mythic-logo-pulse 3s ease-in-out infinite !important;
    transform-origin: center center;
}

@keyframes mythic-logo-pulse {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 20px rgba(168, 85, 247, 0.35));
    }
    50% {
        transform: scale(1.06);
        filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 45px rgba(192, 132, 252, 0.75)) drop-shadow(0 0 70px rgba(168, 85, 247, 0.45));
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 20px rgba(168, 85, 247, 0.35));
    }
}

/* ============================================================
   2. BOTONES BRILLOSOS ESTILO APPLE (GLOSSY & GLOW)
   ============================================================ */
.main-bg,
.btn-primary,
.add,
.subscribe,
.discord-bg,
.green-bg,
.red-bg,
.blue-bg,
#ip-copy,
.store-product .btn,
.product-actions a,
.product-actions button.add {
    position: relative;
    border-radius: 10px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}

/* Botón Principal Morado Glossy Apple */
.main-bg,
.add,
.subscribe,
#ip-copy,
.product-actions .add {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 49%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.2) 100%), 
                linear-gradient(135deg, #7e22ce 0%, #a855f7 50%, #c084fc 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
}

.main-bg:hover,
.add:hover,
.subscribe:hover,
#ip-copy:hover,
.product-actions .add:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
    filter: brightness(1.12);
}

/* Botón Discord Glossy */
.discord-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.06) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.22) 100%), 
                linear-gradient(135deg, #5865f2 0%, #4338ca 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.discord-bg:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 0 18px rgba(255, 255, 255, 0.4) !important;
    filter: brightness(1.12);
}

/* Botones Rojos y Verdes Glossy */
.red-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.06) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.22) 100%),
                linear-gradient(135deg, #ef4444 0%, #b91c1c 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}
.red-bg:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.green-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.06) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.22) 100%),
                linear-gradient(135deg, #10b981 0%, #047857 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}
.green-bg:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}


/* ============================================================
   SISTEMA DE PESTAÑAS (TABS) EN DESCRIPCIÓN DE PAQUETES
   ============================================================ */
.mythic-tabs-wrapper {
    margin-top: 12px;
    width: 100%;
}
.mythic-tabs-nav {
    display: flex;
    gap: 6px;
    border-bottom: 2px solid rgba(168, 85, 247, 0.3);
    margin-bottom: 16px;
    overflow-x: auto;
}
.mythic-tab-btn {
    background: rgba(255, 255, 255, 0.05);
    color: #c4b5fd;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.mythic-tab-btn:hover {
    background: rgba(168, 85, 247, 0.2);
    color: #ffffff;
}
.mythic-tab-btn.active {
    background: #a855f7 !important;
    color: #ffffff !important;
    border-color: #a855f7 !important;
    box-shadow: 0 -2px 12px rgba(168, 85, 247, 0.6);
}
.mythic-tab-pane {
    display: none;
    animation: tabFadeIn 0.3s ease;
}
.mythic-tab-pane.active {
    display: block;
}
@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   TARJETAS DE LLAVES / CANTIDAD CON DESCUENTO
   ============================================================ */
.keys-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    background: rgba(18, 13, 34, 0.85);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.keys-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 130px;
    text-align: center;
}
.keys-left img {
    max-height: 85px;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.6));
}
.keys-left .keys-title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 8px;
}
.keys-tiers {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1;
}
.key-tier-card {
    flex: 1;
    min-width: 110px;
    background: rgba(27, 19, 51, 0.9);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 8px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.25s ease;
}
.key-tier-card:hover {
    border-color: #a855f7;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.4);
}
.key-tier-card .qty {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
}
.key-tier-card .prices {
    margin: 6px 0 10px 0;
    font-size: 13px;
    font-weight: 700;
}
.key-tier-card .old-price {
    color: #ef4444;
    text-decoration: line-through;
    margin-right: 4px;
    font-size: 11px;
}
.key-tier-card .new-price {
    color: #c084fc;
    font-weight: 800;
}
.key-tier-card .btn-add {
    background: linear-gradient(135deg, #7e22ce 0%, #a855f7 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.key-tier-card .btn-add:hover {
    filter: brightness(1.15);
    transform: scale(1.04);
}
