:root {
    --item-color-exc: #2ff387;
    --item-color-socket-opt: #cc33cc;
    --item-color-socket: #cc66cc;
    --item-color-normal: #ffffff;
    --item-color-life-opt: #8cb0ea;
    --item-color-improved: #f4cb3f;
    --item-color-anc: #0066cc;
    --item-color-anc-setopt: #ffcc66;
    --item-color-nocolor: #f4cb3f;
    --item-color-fenrir: #8cb0ea;
    --item-color-fenrir-gold: #f4cb3f;
    --item-color-errtel-title: #ffffff;
    --item-color-errtel-opt: #8CB0EA;
    --item-color-errtel1: #ff0000;
    --item-color-errtel2: #8cb0ea;
    --item-color-errtel3: #e6bf3c;
    --item-color-errtel4: #26e027;
    --item-color-errtel5: #5b1659;
    --item-tooltip-bg: #2c3e50;
}


.sell-price-input {
    /* Colores */
    background-color: #1e1e1e; /* Fondo oscuro */
    color: #ffffff;            /* Color del texto */
    border: 1px solid #333;    /* Borde sutil */
    
    /* Apariencia y espaciado */
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    
    /* Elimina el contorno al hacer clic */
    outline: none;
    
    /* Transiciones suaves */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Estilo para el estado de enfoque (cuando el usuario hace clic en el input) */
.sell-price-input:focus {
    border-color: var(--primary, #38bdf8);
    box-shadow: 0 0 8px var(--primary-glow, rgba(56, 189, 248, 0.4));
}

/* Estilo para el placeholder (el texto "Price") */
.sell-price-input::placeholder {
    color: #888;
}
.blog-meta { margin-bottom: 50px;}

.dark-submit-btn {
    /* Estilos del botón */
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    
    /* Colores y borde */
    background-color: #0d0d0d; /* Un color de fondo muy oscuro */
    color: #ffffff;            /* Texto blanco */
    border: 1px solid #333;    /* Borde sutil para un aspecto sólido */
    
    /* Transición suave para los efectos */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Estilo al pasar el mouse por encima (hover) */
.dark-submit-btn:hover {
    background-color: #1e1e1e; /* Se oscurece un poco más al pasar el mouse */
    border-color: #666;        /* El borde se ilumina */
}

/* Estilo al hacer clic (active) */
.dark-submit-btn:active {
    background-color: #333;    /* Un color más oscuro al ser presionado */
    border-color: #999;
}


/* Reset de estilos de Bootstrap que pueden interferir */
.deidad-btn {
    background: none !important;
    border: none !important;
    padding: 20px 20px 20px 20px !important;
    margin: 0 !important;
    font-family: Rajdhani, Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    line-height: 1 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    flex: 1 !important;
	width: 100%;
}

.deidad-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.deidad-btn:hover {
    text-decoration: none !important;
}

.deidad-btn:active {
    transform: none !important;
}

/* Reset de contenedores de Bootstrap */
.deidad-container {
    padding: 14px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Gallery Grid for Marketplace */
.market-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
    justify-items: center;
}

/* Card principal - Premium Glassmorphism Hispano Style */
.deidad-marketplace-card {
    font-family: Rajdhani, Arial, sans-serif;
    background: rgba(7, 17, 30, 0.85) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(212, 163, 89, 0.25) !important;
    border-radius: 14px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 320px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(212, 163, 89, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex;
    flex-direction: column;
}

.deidad-marketplace-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(212, 163, 89, 0.6) !important;
    box-shadow: 0 20px 45px rgba(212, 163, 89, 0.2) !important;
}

/* Hispano Gradient Top Border */
.deidad-marketplace-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4a359, #39a9ff, #f1f5f9, #39a9ff, #d4a359);
    background-size: 200% auto;
    animation: deidad-rainbow 3s linear infinite;
    z-index: 2;
}

@keyframes deidad-rainbow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Card Header */
.deidad-card-header {
    padding: 20px 15px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.deidad-item-name {
    font-family: Rajdhani, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #f7e0b5;
    text-shadow: 0 0 10px rgba(212, 163, 89, 0.5);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Item Image Container */
.deidad-item-image-container {
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.deidad-item-image {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.deidad-marketplace-card:hover .deidad-item-image {
    transform: scale(1.1);
}

.deidad-item-image img {
    max-height: 140px;
    filter: drop-shadow(0 0 15px rgba(57, 169, 255, 0.35));
}

.deidad-item-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(57, 169, 255, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

/* Card Body */
.deidad-card-body {
    padding: 10px 20px;
    color: #b7c5d6;
    font-size: 0.9rem;
    text-align: center;
}

.deidad-card-body p {
    margin-bottom: 5px;
}

/* Card Footer */
.deidad-card-footer {
    padding: 15px 20px 20px;
    background: rgba(0, 0, 0, 0.35);
    margin-top: auto;
}

.deidad-price-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.deidad-price {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(212, 163, 89, 0.2);
}

.deidad-currency-icon {
    font-size: 1.1rem;
}

.deidad-price-amount {
    font-weight: 700;
    color: #f1f5f9;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(216, 170, 83, 0.4);
}

/* Action Buttons */
.deidad-action-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Custom Filter Bar Styles */
.market-control-panel {
    background: rgba(7, 17, 30, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 163, 89, 0.25);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.market-filter-input {
    background: rgba(4, 10, 18, 0.8) !important;
    border: 1px solid rgba(212, 163, 89, 0.25) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease !important;
}

.market-filter-input:focus {
    border-color: #d4a359 !important;
    box-shadow: 0 0 10px rgba(212, 163, 89, 0.4) !important;
    outline: none !important;
}

/* Custom Modal Styles (Hispano Theme) */
.modal-backdrop {
    z-index: 10040 !important;
}
.erebor-modal {
    z-index: 10050 !important;
}

.erebor-modal .modal-content {
    background: rgba(7, 17, 30, 0.95) !important;
    backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(212, 163, 89, 0.35) !important;
    border-radius: 16px !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 163, 89, 0.2) !important;
    color: #fff !important;
}

.erebor-modal .modal-header {
    border-bottom: 1px solid rgba(212, 163, 89, 0.2) !important;
    padding: 20px 25px !important;
}

.erebor-modal .modal-title {
    font-family: Rajdhani, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f7e0b5 !important;
    text-shadow: 0 0 10px rgba(212, 163, 89, 0.5) !important;
}

.erebor-modal .modal-footer {
    border-top: 1px solid rgba(212, 163, 89, 0.2) !important;
    padding: 15px 25px !important;
}

.class-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.class-checkbox-group:hover {
    background: rgba(212, 163, 89, 0.1);
    border-color: rgba(212, 163, 89, 0.2);
}

.class-checkbox-group input[type="checkbox"] {
    accent-color: #d4a359;
    width: 18px;
    height: 18px;
}

/* Estilos del contenedor de la paginación */
.market-pagination {
    margin-top: 30px;
    text-align: center;
}

/* Premium Pagination Styles */
.market-pagination .pagination {
    display: inline-flex;
    padding: 5px;
    margin: 0;
    list-style: none;
    border-radius: 50px;
    background: rgba(7, 17, 30, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 163, 89, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.market-pagination .page-item {
    margin: 0 2px;
}

.market-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: none;
    border-radius: 50%;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.market-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #a8742c, #f1f5f9);
    box-shadow: 0 0 15px rgba(216, 170, 83, 0.6);
    color: #12100b;
    font-weight: 800;
    transform: scale(1.1);
}

.market-pagination .page-link:hover:not(.active) {
    background: rgba(212, 163, 89, 0.2);
    color: #f1f5f9;
    transform: scale(1.05);
}

.market-pagination .page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
}

/* Estilos para los íconos (Font Awesome) */
.market-pagination .page-link i.fas {
    font-size: 1em; /* Ajusta el tamaño del ícono si es necesario */
    vertical-align: middle; /* Alinea el ícono con el texto si hubiera */
}

/* Estilo para el texto "sr-only" (solo para lectores de pantalla) */
.market-pagination .page-link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Estilos del contenedor principal de la tabla */
.table-responsive.rankings-table {
    background-color: #282828; /* Fondo oscuro para el contenedor */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); /* Sombra más pronunciada para profundidad */
    padding: 20px; /* Espacio interno para el contenido */
    margin-bottom: 20px;
    overflow-x: auto; /* Para tablas responsivas en pantallas pequeñas */
}

/* Estilos de la tabla en sí */
.table.table-hover.text-center {
    width: 100%;
    border-collapse: separate; /* Permite border-spacing si se usa en celdas */
    border-spacing: 0; /* Elimina espacio por defecto si no se necesita */
    color: #e0e0e0; /* Color de texto general de la tabla */
}

/* Estilos del encabezado de la tabla (th) */
.table.table-hover.text-center th.headerRow {
    background-color: #3a3a3a; /* Fondo más oscuro para los encabezados */
    color: #f5f5f5; /* Texto muy claro para los encabezados */
    padding: 12px 15px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #555; /* Separador sutil */
    /* Para redondear solo las esquinas superiores de los th */
    &:first-child {
        border-top-left-radius: 8px;
    }
    &:last-child {
        border-top-right-radius: 8px;
    }
}

/* Estilos para las filas del cuerpo de la tabla (tr en tbody) */
.table.table-hover.text-center tbody tr {
    transition: background-color 0.3s ease; /* Transición para el hover */
}

/* Estilos para las celdas del cuerpo de la tabla (td) */
.table.table-hover.text-center tbody tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #444; /* Borde inferior sutil para las celdas */
    text-align: center;
    vertical-align: middle;
    color: #d0d0d0; /* Color de texto para las celdas */
    background-color: #2e2e2e; /* Fondo de las celdas */
}

/* Quitar el borde inferior de la última fila */
.table.table-hover.text-center tbody tr:last-child td {
    border-bottom: none;
}

/* Efecto hover en las filas */
.table.table-hover.text-center tbody tr:hover {
    background-color: #3a3a3a; /* Fondo más claro al pasar el ratón */
    cursor: pointer;
}

/* Estilos para el mensaje de alerta "No items found" */
.alert.alert-info {
    background-color: #2c3e50; /* Un azul oscuro más apropiado para el tema dark */
    color: #ecf0f1; /* Texto claro */
    border-color: #34495e; /* Borde oscuro */
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
}

/* Puedes añadir estilos específicos si la tabla tiene contenido como imágenes de clase o enlaces */
/* .rankings-class-image { ... } */
/* .rankings-table tr td a { ... } */

/* MY VAULT - HISPANO GLASS STYLE */
.my-vault, .my-vault-ext {
    border-collapse: separate;
    border-spacing: 2px;
    background: rgba(7, 17, 30, 0.85);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(212, 163, 89, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.my-vault td.wh-item, .my-vault-ext td.wh-item {
    background: rgba(212, 163, 89, 0.08);
    border: 1px solid rgba(212, 163, 89, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.my-vault td.wh-item:hover, .my-vault-ext td.wh-item:hover {
    background: rgba(212, 163, 89, 0.18);
    border-color: rgba(212, 163, 89, 0.8);
    box-shadow: inset 0 0 15px rgba(212, 163, 89, 0.3), 0 0 15px rgba(212, 163, 89, 0.4);
    transform: scale(1.02);
    z-index: 10;
}

.my-vault td.wh-item img, .my-vault-ext td.wh-item img {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}

.my-vault td.wh-item:hover img, .my-vault-ext td.wh-item:hover img {
    transform: scale(1.1);
}

.my-vault td.wh-item-empty, .my-vault-ext td.wh-item-empty {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
    .my-vault, .my-vault-ext {
        margin: 10px auto;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .my-vault-right {
        float: right;
    }
    .my-vault-center {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .my-vault-ext {
        float: left;
    }
}



/* ITEM TOOLTIP */
.item-box {
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    min-width: 200px;
    padding: 0 10px 10px 10px;
    font-size: 12px;
	border-radius: 15px;
}
.mucms-item-tooltip {
    position: absolute;
    display: none;
    min-width: 260px;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 999999 !important;
    pointer-events: none !important;
}
.item-name {
    padding: 4px 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra suave para el reflejo */
}
.item-serial {
    color: #ffffff !important;
    padding-top: 10px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3); /* Blanco puro, sombra doble */
}
.item-info {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3); /* Blanco puro, sombra doble */
}
.item-info-section {
    padding-top: 10px;
    /* Esto es un contenedor, no texto, así que el text-shadow no aplica directamente.
       Si quieres un efecto visual, podrías considerar un box-shadow si tuviera un fondo.
       Mantendré el text-shadow si contiene texto. */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Si esta sección contiene texto */
}
.item-class-req {
    color: #b4b4b4 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra para texto gris */
}
.item-opt-jog {
    color: #ff99cc !important; /* Rosa */
    padding-top: 10px;
    text-shadow: 1px 1px 3px rgba(255, 153, 204, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.3); /* Sombra del mismo color */
}
.item-opt-harmony {
    color: #ffcc00 !important; /* Amarillo/Dorado */
    padding-top: 10px;
    text-shadow: 1px 1px 3px rgba(255, 204, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.3); /* Sombra del mismo color */
}
.item-opt-skill {
    color: #9aadd5 !important; /* Azul grisáceo */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra sutil */
}
.item-opt-luck {
    color: #9aadd5 !important; /* Azul grisáceo */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra sutil */
}
.item-opt-life {
    color: #9aadd5 !important; /* Azul grisáceo */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra sutil */
}
.item-opt-exc {
    color: #4d668d !important; /* Azul oscuro */
    padding-top: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Sombra más oscura para texto oscuro */
}
.item-opt-anc {
    color: #9aadd5 !important; /* Azul grisáceo */
    padding-top: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Sombra sutil */
}
.item-opt-socket {
    color: #4d668d !important; /* Azul oscuro */
    padding-top: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Sombra más oscura para texto oscuro */
}
.item-mastery-title {
    color: var(--item-color-socket-opt) !important;
}
.item-opt-mastery {
    color: #4d668d !important;
    padding-top: 10px;
}
.item-expiration {
    color: #ff544f !important;
    padding-top: 10px;
}
.muun-name {
    color: #9aadd5;
    font-size: 14px;
    padding: 2px 0 2px 0;
}
.muun-info {
    color: #9aadd5;
}
.muun-opt-expiration {
    color: #cf6e21;
    margin-top: 1rem;
}
.muun-opt-expiration-date {
    color: #9aadd5;
}



/* ======= Section Title (Market) ======= */
:root{
  --mkt-accent: var(--primary, #38bdf8);
  --mkt-text: #eefbf4;
  --mkt-muted: #8aa895;
}

.haze-title{
  display:flex; align-items:center; gap:12px;
  color:var(--mkt-text);
  margin:8px 0 10px;
}

.haze-title .ht-badge{
  width:42px; height:42px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg, var(--primary-light, #7dd3fc), var(--primary, #38bdf8));
  box-shadow:0 8px 18px var(--primary-glow, rgba(56, 189, 248, 0.35)), inset 0 0 0 1px rgba(255,255,255,.25);
  color:#060c18; flex:0 0 42px;
}

.haze-title .ht-text{ line-height:1.15; }
.haze-title .ht-title{
  font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  font-size:20px;
}
.haze-title .ht-sub{
  margin-top:2px; font-size:12px; color:var(--mkt-muted);
}

/* línea divisora inferior con degradado */
.ht-divider{
  height:2px; border-radius:2px;
  margin:8px 0 18px;
  background:linear-gradient(90deg,
    rgba(240,132,26,.75) 0%,
    rgba(240,132,26,.25) 50%,
    transparent 88%);
}

/* un poquito más grande en desktop ancho */
@media (min-width: 1200px){
  .haze-title .ht-title{ font-size:22px; }
}


/* Centrar el título y la línea del bloque Market */
.haze-title--market{
  width: fit-content;          /* el ancho se ajusta al contenido */
  margin: 0 auto 6px;          /* centra el bloque completo */
}

.haze-title--market + .ht-divider{
  width: clamp(320px, 86vw, 1100px);  /* ancho fluido y tope en desktop */
  margin: 8px auto 24px;              /* centrada */
  background: linear-gradient(
    90deg,
    rgba(240,132,26,.85) 0%,
    rgba(240,132,26,.35) 50%,
    rgba(240,132,26,0) 100%
  );
}

/* Un toque de ajuste en móviles */
@media (max-width: 768px){
  .haze-title--market .ht-title{ font-size: 18px; }
  .haze-title--market + .ht-divider{ width: 92vw; }
}




/* ===== Header sección Market (centrado y estilo Hall of Fame) ===== */
.section-header--market{
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.section-header--market .section-badge{
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(180deg,#ffb156 0%, #ff8a1f 60%, #f07f16 100%);
  box-shadow:
    0 8px 20px rgba(240,127,22,.25),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.section-header--market .section-badge i{
  color:#141414; font-size: 18px;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.2));
}

.section-header--market .section-title{
  color:#fff;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(20px, 1.8vw + 10px, 28px);
  line-height: 1.1;
}

.section-header--market .section-subtitle{
  color:#c7c7c7;
  font-size: 12px;
  opacity:.7;
  margin-top: 2px;
}

/* Divider centrado con glow sutil */
.section-divider--market{
  height: 2px;
  width: clamp(320px, 86vw, 1100px);
  margin: 10px auto 26px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(252,163,17,0) 0%,
    rgba(252,163,17,.75) 12%,
    rgba(252,163,17,.75) 88%,
    rgba(252,163,17,0) 100%
  );
  box-shadow:
    0 0 22px rgba(252,163,17,.14),
    0 0 2px rgba(252,163,17,.35);
}

/* Ajuste en móviles */
@media (max-width: 768px){
  .section-header--market .section-title{ font-size: 18px; }
  .section-divider--market{ width: 92vw; }
}








/* ===== Header: Últimos Ítems en Market ===== */
.haze-title--market{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  margin: 8px auto 6px;
}

.haze-title--market .ht-badge{
  width:42px;
  height:42px;
  border-radius:12px;
  place-items:center;
  background: linear-gradient(180deg,#ffb156 0%, #ff8a1f 60%, #f07f16 100%);
  box-shadow:
    0 8px 20px rgba(240,127,22,.25),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.haze-title--market .ht-badge i{
  color:#141414;               /* icono oscuro tipo Hall of Fame */
  font-size:18px;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.2));
}

.haze-title--market .ht-text .ht-title{
  color:#fff;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1.1;
  font-size: clamp(20px, 1.8vw + 10px, 28px);
}

.haze-title--market .ht-text .ht-sub{
  color:#c7c7c7;
  font-size:12px;
  opacity:.8;
  margin-top:2px;
}

/* Divider con glow sutil y centrado */
.ht-divider{
  height:2px;
  width: clamp(320px, 86vw, 1100px);
  margin: 10px auto 26px;
  border-radius:999px;
  background: linear-gradient(90deg,
    rgba(252,163,17,0) 0%,
    rgba(252,163,17,.75) 12%,
    rgba(252,163,17,.75) 88%,
    rgba(252,163,17,0) 100%);
  box-shadow:
    0 0 22px rgba(252,163,17,.14),
    0 0 2px rgba(252,163,17,.35);
}

/* Ajustes mobile */
@media (max-width: 768px){
  .haze-title--market .ht-text .ht-title{ font-size: 18px; }
  .ht-divider{ width:92vw; }
}




/* ===== Panel oscuro tipo Hall of Fame para Market ===== */
.market-shell{
  max-width: 1400px;                 /* ancho tope del panel */
  margin: 0 auto 48px;               /* centrado + separación inferior */
  padding: 18px 18px 26px;           /* respiración interna del panel */
  border-radius: 20px;

  /* Fondo oscuro con brillos sutiles naranjas, igual línea visual del sitio */
  background:
    radial-gradient(120% 140% at 10% -10%, rgba(252,163,17,.06) 0%, rgba(252,163,17,0) 42%),
    radial-gradient(120% 140% at 90% 110%, rgba(252,163,17,.05) 0%, rgba(252,163,17,0) 42%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,0) 100%),
    #0b0c0e;

  border: 1px solid rgba(255,255,255,.06);
  box-shadow:
    0 26px 50px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.05);
}

/* Ajuste fino del header dentro del panel */
.market-shell .haze-title--market{
  margin: 4px auto 2px;
}
.market-shell .ht-divider{
  width: min(1100px, 92%);
  margin: 10px auto 18px;
}

/* Respira un poco el carrusel dentro del panel */
.market-shell .carousel-container-markethome{
  padding: 8px 6px 2px;
}

/* Botones del carrusel más coherentes con el panel */
.market-shell .nav-buttons .nav-btn{
  background: #1b1c21;
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0,0,0,.35);
  transition: transform .15s ease, background .15s ease;
}
.market-shell .nav-buttons .nav-btn:hover{
  transform: translateY(-1px);
  background: #23252b;
}

/* Por si el contenedor del carrusel no es relative */
.market-shell .carousel-container-markethome{ position: relative; }

/* Mobile */
@media (max-width: 768px){
  .market-shell{
    margin: 0 auto 36px;
    padding: 14px 12px 18px;
    border-radius: 16px;
  }
  .market-shell .ht-divider{ width: 94%; }
  .market-shell .nav-buttons .nav-btn{
    width: 36px; height: 36px; line-height: 34px;
  }
}

/* Separación y stacking del panel Market */
.market-shell{
  position: relative;       /* para que su z-index aplique */
  z-index: 2;
  margin-bottom: 72px;      /* más aire respecto del footer */
  padding-bottom: 28px;     /* respira dentro del panel */
  overflow: hidden;         /* evita que sombras/botones sobresalgan */
}

/* Altura mínima y respiración del bloque del carrusel */
.market-shell .carousel-container-markethome{
  position: relative;
  min-height: 380px;        /* asegura altura aunque haya pocos ítems */
  padding-bottom: 24px;     /* separa los botones del borde inferior */
}

/* Botones dentro del panel, sin “caerse” hacia el footer */
.market-shell .nav-buttons{
  position: absolute;
  inset: 0;                 /* usa el alto del contenedor como referencia */
  pointer-events: none;     /* deja pasar clics salvo en los botones */
}
.market-shell .nav-buttons .nav-btn{
  pointer-events: auto;     /* vuelve clickeables los botones */
  top: 50%;
  transform: translateY(-50%);
}
.market-shell .nav-buttons #prevBtn{ left: 6px; }
.market-shell .nav-buttons #nextBtn{ right: 6px; }

/* Por si el footer tiene sombras que “suben”, mantén su nivel bajo el panel */
.haze-footer{
  position: relative;
  z-index: 1;
  margin-top: 0;            /* por si algún estilo le mete negativo */
}




/* Asegura un contexto de posicionamiento para el overlay */
.market-shell,
.market-shell .carousel-container-markethome {
  position: relative !important;
}

/* Capa de flechas ocupando todo el alto y centradas verticalmente */
.market-shell .nav-buttons {
  position: absolute !important;
  inset: 0 !important;                  /* top/right/bottom/left: 0 */
  display: flex !important;
  align-items: center !important;       /* centra verticalmente */
  justify-content: space-between !important; /* una a cada lado */
  padding: 0 8px !important;
  pointer-events: none !important;      /* deja pasar clicks salvo en los botones */
  z-index: 5 !important;
}

/* Botones clickeables (sin absolute / sin translate) */
.market-shell .nav-buttons .nav-btn {
  position: static !important;
  transform: none !important;
  pointer-events: auto !important;

  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.35) !important;
}

.market-shell .nav-buttons .nav-btn:hover {
  background: rgba(255,255,255,0.12) !important;
}


/* El carrusel es el marco de referencia */
.carousel-container-markethome {
  position: relative !important;
  z-index: 1 !important;
}

/* Capa para posicionar las flechas: centrada vertical, a cada lado */
.carousel-container-markethome .nav-buttons {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 14px !important;          /* separadas de los bordes internos */
  pointer-events: none !important;      /* deja pasar eventos salvo en los botones */
  z-index: 5 !important;
  opacity: 0.95 !important;
}

/* Botón circular, contraste y sombra */
.carousel-container-markethome .nav-buttons .nav-btn {
  pointer-events: auto !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: radial-gradient(120% 120% at 50% 30%, rgba(255,255,255,0.10), rgba(0,0,0,0.55)) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35) !important;

  line-height: 1 !important;
  font-size: 18px !important;
  transition: transform .15s ease, background .15s ease, border-color .15s ease !important;
}

.carousel-container-markethome .nav-buttons .nav-btn:hover {
  transform: scale(1.06) !important;
  background: rgba(0,0,0,0.78) !important;
  border-color: rgba(255,255,255,0.28) !important;
}

/* Opcional: que aparezcan más sutiles y en hover se hagan visibles */
.market-shell:hover .nav-buttons {
  opacity: 1 !important;
}

/* En móvil las hacemos un pelín más chicas para que no molesten */
@media (max-width: 576px) {
  .carousel-container-markethome .nav-buttons {
    padding: 0 8px !important;
  }
  .carousel-container-markethome .nav-buttons .nav-btn {
    width: 34px !important;
    height: 34px !important;
    font-size: 16px !important;
  }
}



/* El carrusel debe ser la referencia de posición */
.carousel-container-markethome{
  position: relative !important;
  overflow: visible !important; /* por si algo lo recortaba */
}

/* Capa de flechas, centrada verticalmente */
.carousel-container-markethome .nav-buttons{
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;          /* no ocupa alto, solo sirve de ancla */
  pointer-events: none !important;/* solo los botones reciben click */
  z-index: 100 !important;
}

/* Estilo base de cada botón */
.carousel-container-markethome .nav-buttons .nav-btn{
  position: absolute !important;
  top: 0 !important;
  transform: translateY(-50%) !important; /* centra en vertical */
  pointer-events: auto !important;

  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;

  background: rgba(0,0,0,.72) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.35) !important;
  transition: transform .15s ease, background .15s ease, border-color .15s ease !important;
}

.carousel-container-markethome .nav-buttons .nav-btn:hover{
  transform: translateY(-50%) scale(1.06) !important;
  background: rgba(0,0,0,.86) !important;
  border-color: rgba(255,255,255,.34) !important;
}

/* Posiciones: una a la izquierda y otra a la derecha del recuadro */
#prevBtn{ left: -90px !important; }   /* ajustá -70 / -110 a gusto */
#nextBtn{ right: -90px !important; }

/* Responsive: acercar un poco en pantallas angostas */
@media (max-width: 992px){
  #prevBtn{ left: -60px !important; }
  #nextBtn{ right: -60px !important; }
  .carousel-container-markethome .nav-buttons .nav-btn{
    width: 36px !important; height: 36px !important; font-size: 16px !important;
  }
}

/* El contenedor puede “dejar salir” las flechas */
.carousel-container-markethome{
  position: relative !important;
  overflow: visible !important;
}

/* El viewport recorta los ítems (vuelve el carrusel) */
.carousel-container-markethome .carousel-viewport{
  overflow: hidden !important;
  width: 100% !important;
}

/* Track en una sola fila + transición suave */
.carousel-container-markethome .carousel-track{
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform .35s ease !important;
}

/* Cada card ocupa su ancho, no salta de línea */
.carousel-container-markethome .carousel-item{
  flex: 0 0 auto !important;
}

/* Flechas por fuera del recuadro */
.carousel-container-markethome .nav-buttons{
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  z-index: 100 !important;
}

.carousel-container-markethome .nav-buttons .nav-btn{
  position: absolute !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;

  width: 42px !important; height: 42px !important;
  border-radius: 999px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  background: rgba(0,0,0,.72) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.35) !important;
}

#prevBtn{ left: -70px !important; }
#nextBtn{ right: -70px !important; }

@media (max-width: 1200px){
  #prevBtn{ left: -54px !important; }
  #nextBtn{ right: -54px !important; }
}
@media (max-width: 992px){
  #prevBtn{ left: -38px !important; }
  #nextBtn{ right: -38px !important; }
  .carousel-container-markethome .nav-buttons .nav-btn{
    width: 36px !important; height: 36px !important;
  }
}





/* Footer – redes sociales, sin halo naranja y manteniendo sus colores */
section.haze-footer .social-net-area{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;

  /* NO tocar el background para respetar el color inline */
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: none !important;
  outline: none !important;
  transition: transform .15s ease, filter .15s ease, border-color .15s ease;
}

section.haze-footer .social-net-area i{
  color: #fff !important;
}

/* Hover sobrio, sin glow naranja */
section.haze-footer a:hover .social-net-area{
  transform: translateY(-1px);
  filter: brightness(1.08);
  border-color: rgba(255,255,255,.28);
  box-shadow: none !important;
  outline: none !important;
}

/* Opcional: un poco más chico en mobile */
@media (max-width: 991px){
  section.haze-footer .social-net-area{
    width: 42px; height: 42px; margin-right: 10px;
  }
}





/* =========================================================
   FOOTER — Estilo minimalista (texto + redes)
   ========================================================= */
section.haze-footer{
  --ft-text: rgba(255,255,255,.86);
  --ft-muted: rgba(255,255,255,.62);
  --ft-border: rgba(255,255,255,.14);
  --ft-border-hover: rgba(255,255,255,.28);
}

/* Títulos del footer (ej. “Accesos Rápidos!”, “Seguinos!”) */
section.haze-footer h4{
  color: var(--ft-text);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 .35rem 0;
}

/* Textos y párrafos */
section.haze-footer .about-us-p{
  color: var(--ft-muted);
  line-height: 1.6;
  font-weight: 400;
}

/* Enlaces de listas (Accesos Rápidos) */
section.haze-footer .ul-nostyle a{
  color: var(--ft-text);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-color .15s ease, color .15s ease;
}
section.haze-footer .ul-nostyle a:hover{
  color: #fff;
  border-color: var(--ft-border-hover);
}

/* ========= Redes sociales (minimal) =========
   - Mantiene el layout actual
   - Sin glow/hover naranja
   - Fondo transparente
   - Borde sutil y animación suave
*/
section.haze-footer .social-net-area{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;

  background: transparent !important;     /* ← sin fondo */
  border: 1px solid var(--ft-border);
  color: rgba(255,255,255,.78);            /* icono en blanco suave */

  box-shadow: none !important;
  outline: none !important;
  transition: transform .15s ease, border-color .15s ease, color .15s ease, filter .15s ease;
}
section.haze-footer .social-net-area i{
  color: currentColor !important;          /* el icono hereda el color */
  font-size: 18px;
}

/* Hover sobrio (sin colores chillones) */
section.haze-footer a:hover .social-net-area{
  transform: translateY(-1px);
  color: #fff;
  border-color: var(--ft-border-hover);
  filter: brightness(1.05);
}

/* Línea divisoria final más discreta */
section.haze-footer .divider{
  border-top: 1px solid var(--ft-border);
  opacity: 1;
}

/* Créditos de la línea más baja */
section.haze-footer .lowest-section{
  color: var(--ft-muted);
  font-size: .95rem;
}
section.haze-footer .lowest-section a{
  color: #fca311;                /* tu acento */
  text-decoration: none;
}
section.haze-footer .lowest-section a:hover{
  text-decoration: underline;
}

/* Un toque de respiración entre columnas en pantallas grandes */
@media (min-width: 992px){
  section.haze-footer .footer-sections{
    padding-top: 6px;
  }
}

/* Un poquito más compacto en mobile */
@media (max-width: 575px){
  section.haze-footer .social-net-area{
    width: 40px; height: 40px; margin-right: 8px;
  }
}






/* ===== Footer: sin subrayado en enlaces ===== */
section.haze-footer a{
  text-decoration: none !important;
}
section.haze-footer a:hover{
  text-decoration: none !important;
}

/* ===== Footer: base minimal para iconos ===== */
section.haze-footer .social-net-area{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;

  background: transparent !important;   /* anula fondos inline */
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);

  box-shadow: none !important;
  outline: none !important;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
section.haze-footer .social-net-area i{
  color: currentColor !important;       /* el icono hereda el color */
  font-size: 18px;
}
section.haze-footer a:hover .social-net-area{
  transform: translateY(-1px);
}

/* ===== Colores por red (sin tocar HTML) ===== */
/* Discord */
section.haze-footer a[href*="discord"] .social-net-area{
  color:#5865F2; border-color:#5865F2;
}
section.haze-footer a[href*="discord"]:hover .social-net-area{
  background: rgba(88,101,242,.14);
}

/* Facebook */
section.haze-footer a[href*="facebook"] .social-net-area{
  color:#1877F2; border-color:#1877F2;
}
section.haze-footer a[href*="facebook"]:hover .social-net-area{
  background: rgba(24,119,242,.14);
}

/* WhatsApp */
section.haze-footer a[href*="whatsapp"] .social-net-area{
  color:#25D366; border-color:#25D366;
}
section.haze-footer a[href*="whatsapp"]:hover .social-net-area{
  background: rgba(37,211,102,.14);
}

/* TikTok (celeste oficial) */
section.haze-footer a[href*="tiktok"] .social-net-area{
  color:#25F4EE; border-color:#25F4EE;
}
section.haze-footer a[href*="tiktok"]:hover .social-net-area{
  background: rgba(37,244,238,.14);
}

/* YouTube */
section.haze-footer a[href*="youtube"] .social-net-area{
  color:#FF0000; border-color:#FF0000;
}
section.haze-footer a[href*="youtube"]:hover .social-net-area{
  background: rgba(255,0,0,.14);
}

/* Compacto en mobile */
@media (max-width:575px){
  section.haze-footer .social-net-area{
    width: 40px; height: 40px; margin-right: 8px;
  }
}


/* ===== Footer: quitar subrayado (con todo) ===== */
section.haze-footer a,
section.haze-footer a:link,
section.haze-footer a:visited,
section.haze-footer a:hover,
section.haze-footer a:active,
section.haze-footer .ul-nostyle a,
section.haze-footer .ul-nostyle a:hover {
  text-decoration: none !important;
  background-image: none !important;   /* por si el subrayado es con gradient */
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* ===== Footer: iconos minimalistas por marca ===== */
section.haze-footer .social-net-area{
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  width: auto; height: auto;
  background: transparent !important;  /* ignora estilos inline de fondo */
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1;
}

section.haze-footer .social-net-area i{
  font-size: 24px;
  line-height: 1;
  color: currentColor !important;      /* el ícono usa el color heredado */
  transition: transform .15s ease, opacity .15s ease, filter .15s ease;
}

section.haze-footer a:hover .social-net-area i{
  transform: translateY(-1px);
  opacity: .95;
}

/* Colores por red (sin tocar HTML, detecta por href) */
section.haze-footer a[href*="discord"]  .social-net-area{ color:#5865F2; }
section.haze-footer a[href*="facebook"] .social-net-area{ color:#1877F2; }
section.haze-footer a[href*="whatsapp"] .social-net-area{ color:#25D366; }
section.haze-footer a[href*="tiktok"]   .social-net-area{ color:#25F4EE; } /* acento celeste */
section.haze-footer a[href*="youtube"]  .social-net-area{ color:#FF0000; }

/* Compacto en mobile */
@media (max-width:575px){
  section.haze-footer .social-net-area{ margin-right:10px; }
  section.haze-footer .social-net-area i{ font-size:22px; }
}



/* Footer: separar iconos de redes (margen en el <a>) */
section.haze-footer .right-section-of-3 a{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 45px !important;   /* ← separa entre iconos */
  margin-bottom: 8px !important;    /* wrap en 2 líneas si hace falta */
  text-decoration: none !important;
}

/* quitar margen interno del contenedor del ícono */
section.haze-footer .right-section-of-3 .social-net-area{
  margin: 0 !important;
  padding: 0 !important;
}

/* que el último no deje “colita” */
section.haze-footer .right-section-of-3 a:last-child{
  margin-right: 0 !important;
}

/* (opcional) si querés aún más orden, forzá inline en el wrap */
section.haze-footer .right-section-of-3 .row > div > a{
  vertical-align: middle;
}

/* Premium Buttons & Glass Panels Sync (Hispano Theme) */
.btn-premium {
  background: linear-gradient(135deg, #a8742c 0%, #f1f5f9 100%) !important;
  color: #12100b !important;
  border: 1px solid #f1f5f9 !important;
  font-family: Rajdhani, Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  white-space: nowrap !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(216, 170, 83, 0.25) !important;
  text-decoration: none !important;
}

.btn-premium:hover {
  background: linear-gradient(135deg, #f7e0b5 0%, #d4a359 100%) !important;
  box-shadow: 0 0 20px rgba(212, 163, 89, 0.6) !important;
  transform: translateY(-2px) !important;
  color: #0b0c10 !important;
}

.glass-panel {
  background: rgba(7, 17, 30, 0.85) !important;
  border: 1px solid rgba(212, 163, 89, 0.25) !important;
  border-radius: 14px !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6) !important;
}



