/*! CSS Usado desde: https://mudream.online/_next/static/css/0f32c5f03602d1a2.css */

/* --- Utilidades Generales --- */
.icon {
    width: 20px;
    height: 22px;
    color: var(--light);
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff; /* Color del texto: blanco */
  background-color: #212529; /* Color de fondo: un gris muy oscuro */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* Contenedor de la barra de progreso para un tema oscuro */
.progress {
  width: 95%;
  height: 25px;
  background-color: #333; /* Fondo gris oscuro */
  border-radius: 5px;
  overflow: hidden;
}

/* La barra de progreso en sí, con un color que resalta */
.progress-bar {
  height: 100%;
  background-color: #64dd17; /* Verde brillante para el progreso */
  color: #fff; /* Texto blanco */
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  transition: width 0.4s ease;
}
@media (min-width: 1990px) {
    .icon {
        width: 30px;
        height: 32px;
    }
}

.flex-container {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-column-wrap {
    flex-flow: column wrap;
}

.flex-row-wrap {
    flex-flow: row wrap;
}

/* --- Botones --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-height);
    padding: var(--btn-padding);
    border-radius: 25px;
    font-size: var(--font-sm);
    color: var(--text-primary-color);
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: none;
    background: none;
    outline: none;
    min-width: 80px;
}

.btn:hover {
    color: #0d0d10;
    background: #fff;
    border: 1px solid #fff;
}

.btn:hover .btn-icon {
    color: #0d0d10;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}

.btn.disabled .btn-icon,
.btn:disabled .btn-icon {
    color: #6f6f6f !important;
}

.btn.small {
    height: var(--btn-sm-height);
    padding: var(--btn-sm-padding);
}

.btn.icon-only {
    height: auto;
    min-width: inherit;
    padding: 8px;
}

.btn-blue {
    border: none;
    color: var(--white);
    background: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, .5) 0, rgba(210, 0, 120, 0) 100%), #0083e7;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, .3), inset 0 -2px 2px 0 rgba(9, 34, 57, .3), 0 5px 10px 0 rgba(0, 131, 231, .25), 0 10px 20px 0 rgba(0, 131, 231, .1);
}

.btn-blue:hover {
    border: none;
    color: var(--white);
    background: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(251, 21, 151, .5) 0, rgba(210, 0, 120, 0) 100%), #1498f8;
}

.btn-blue:hover .btn-icon {
    color: var(--white);
}

.btn-blue.disabled,
.btn-blue:disabled {
    border: none;
    background: linear-gradient(0deg, #40495A, #40495A), #7000ff;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, .3), inset 0 2px 2px rgba(255, 255, 255, .3);
}

.btn-blue.disabled .btn-icon,
.btn-blue:disabled .btn-icon {
    color: var(--text-primary-color);
}

.btn-white {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .3), inset 0 -2px 2px rgba(9, 34, 57, .3);
    color: var(--black-dark);
}

.btn-white.disabled,
.btn-white:disabled {
    box-shadow: none;
    background: none;
}

.btn-icon {
    color: var(--text-primary-color);
}

/* --- Moneda / Divisa --- */
.currency {
    --img-size: 20px;
    --icon-width: 38px;
    --sm-img-size: 15px;
    --sm-icon-width: 30px;
    --lg-img-size: 32px;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    column-gap: 5px;
    font-weight: 700;
    min-height: 20px;
}

.currency span {
    font-size: var(--font-sm);
}

@media (min-width: 1920px) {
    .currency {
        --img-size: 25px;
        --icon-width: 42px;
        --sm-img-size: 20px;
        --sm-icon-width: 35px;
        --lg-img-size: 37px;
    }

    .currency span {
        font-size: var(--font-md);
    }
}

@media (min-width: 1990px) {
    .currency {
        --img-size: 32px;
        --icon-width: 44px;
        --sm-img-size: 22px;
        --sm-icon-width: 37px;
        --lg-img-size: 39px;
    }
}

.currency-icon {
    width: var(--icon-width);
    height: var(--img-size);
}

.currency.small .currency-icon {
    width: var(--sm-icon-width);
    height: var(--sm-img-size);
}

.currency.green {
    color: var(--green);
}

/* --- Layout / Grid --- */
.grid-item {
    --width: 12;
    --initialbasis: calc(var(--width, 0) / var(--columns, 12) * 100%);
    --gap: calc((var(--columns, 12) - var(--width, 0)) * var(--gap-constant, 1%));
    flex-basis: calc(var(--initialbasis) - var(--gap));
	height: 330px;
	min-height: 330px;
}

.grid-item.width-1 {
    --width: 1;
}

/* --- Elementos de Ítem --- */
.item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.item-img-simple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 80%;
    object-fit: contain;
}

/* --- Estilos Globales de Reseteo --- */
b,
div,
img,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button {
    line-height: normal;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button {
    color: #222;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

/*! CSS Usado desde: Embebido */

/* --- Estilos de Mercado / Ítems Específicos --- */
.market-item-name.green {
    color: #16dc6e;
    text-shadow: 0 0 2px currentColor;
}

.market-item-option.luck {
    color: #80b2ff;
}

.market-item-option.uncommon {
    color: #799b55;
}

.market-item-option.legendary {
    color: #ff8c00;
}

.market-item-card {
    --cover-size: 80px;
    --item-img-size: 100px;
    position: relative;
    padding-top: var(--cover-size);
	margin-bottom: 50px;
}

.market-item-card.executive .market-item-image-container .market-item-cover {
    background: linear-gradient(180deg, #9EBD8E, #6A805F);
    border: 2px solid #99b789;
}

.market-item-card.executive .market-item-info::before {
    background: #598d3e;
}

.market-item-card.executive .market-item-info .market-item-light-effect {
    background-image: url(https://mudream.online/assets/bg/items/exe.webp);
}

.market-item-card:hover .market-item-info .market-item-light-effect {
    background-image: url(https://mudream.online/assets/bg/items/gray.webp);
}

.market-item-card .market-item-buy-btn {
    padding: var(--pd-2) var(--pd-3);
    text-transform: uppercase;
    justify-content: center;
}

@media (min-width: 1990px) {
    .market-item-card {
        --cover-size: 200px;
        --item-img-size: 140px;
    }
}

.market-item-image-container {
    position: absolute;
    top: 0;
    left: calc(50% - var(--item-img-size)/2);
    width: var(--item-img-size);
    height: var(--item-img-size);
    padding: var(--pd-3);
    border-radius: 50%;
    background: #000;
    z-index: 3;
	overflow:none !important;
}

.market-item-image-container .market-item-cover {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;
    border: 2px solid #d0d1d1;
    background: linear-gradient(180deg, #D9D9D9, rgba(143, 147, 153, .8));
    content: "";
	overflow: none !important;
}

.market-item-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%;
    position: relative;item-img-simple
    padding: var(--pd-3);
    padding-top: 50px;
    border-radius: 10px;
    background: #171d29;
    overflow: hidden;
}
.numerrounded { position: absolute ;z-index: 5; width: 30px !important ; height: 30px !important; border-radius: 50%; display: inherit; text-align: center; line-height: 30px; color: white;
background-image: var(--bs-gradient-5);
    border: 2px solid #000; font-weight: bolder;

}

.titulore { width: 100%; text-align: center;align-items: center; align-content: center; font-weight: bolder; color: burlywood; font-size: 1.5rem;}
.barfix { width: 100%; text-align: center;align-items: center; align-content: center;}
.progress { height: 15px !important; margin: 8px;}

.market-item-info>* {
    z-index: 2;
}

.market-item-info::before {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d9d9d9;
    filter: blur(20px);
    z-index: 1;
    content: "";
}

.market-item-info::after {
    position: absolute;
    left: -12.5%;
    right: -12.5%;
    top: -25.43%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    filter: blur(100px);
    z-index: 0;
    content: "";
}

.market-item-info .market-item-light-effect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://mudream.online/assets/bg/items/main.webp);
    transition: all .2s ease;
}

@media (max-width: 780px) {

    .market-item-info::after,
    .market-item-info::before {
        display: none;
    }
}

.market-item-name {
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}

.market-item-actions {
    align-self: end;
    padding-top: 10px;
	padding-bottom: 30px;
    border-top: 1px solid var(--border-color);
}

.market-item-options {
    margin-top: var(--pd-3);
    gap: var(--pd-2);
}

.market-item-options .market-item-option {
    display: inline-flex;
    align-items: center;
    column-gap: var(--pd-2);
    font-weight: 800;
    font-size: var(--font-sm);
    margin: 0;
    border: 1px solid;
    border-radius: 15px;
    padding: var(--pd-1) var(--pd-2);
}

@media (max-width: 480px) {
    .market-item-options .market-item-option b {
        display: none;
    }
}

.market-item-options .option-icon {
    width: 15px;
    height: 15px;
}

@media (min-width: 1990px) {
    .market-item-options .option-icon {
        width: 20px;
        height: 20px;
    }
}

.market-item-image-content img {
    height: auto !important;
    width: auto !important;
}

/* --- Vistas Responsivas --- */
@media (max-width: 767px) {
    .desktop-view {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-view {
        display: none;
    }
}

/* --- Botones --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-height);
    padding: var(--btn-padding);
    border-radius: 25px;
    font-size: var(--font-sm);
    color: var(--text-primary-color);
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: none;
    background: none;
    outline: none;
    width: 80px;
}

.btn:hover {
    color: #0d0d10;
    background: #fff;
    border: 1px solid #fff;
}

.btn:hover .btn-icon {
    color: #0d0d10;
}

.btn:disabled {
    cursor: not-allowed;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}

.btn:disabled .btn-icon {
    color: #6f6f6f !important;
}

.btn.full-width {
    width: 100%;
    flex-basis: 100%;
}

.btn-green {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(67, 210, 0, .5) 0, rgba(210, 0, 0, 0) 100%), #2ebc67;
    box-shadow: 0 10px 20px rgba(47, 158, 78, .25), 0 5px 10px rgba(50, 140, 75, .5), inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 -2px 2px rgba(9, 57, 17, .25);
}

.btn-green:hover {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(87, 232, 19, .5) 0, rgba(210, 0, 0, 0) 100%), #47da82;
}

.btn-green:hover,
.btn-green:hover .btn-icon {
    color: var(--text-primary-color);
}

.btn-green:disabled {
    border: none;
    background: linear-gradient(0deg, #40495A, #40495A), #00dba6;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, .3), inset 0 2px 2px rgba(255, 255, 255, .3);
}

.btn-green:disabled .btn-icon {
    color: var(--text-primary-color);
}

/* --- Botón Amarillo Opaco --- */
.btn-yellow-muted {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(255, 200, 0, .5) 0, rgba(255, 200, 0, 0) 100%), #cc9900; /* Tono de amarillo más opaco */
    box-shadow: 0 10px 20px rgba(204, 153, 0, .25), 0 5px 10px rgba(204, 153, 0, .5), inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 -2px 2px rgba(90, 68, 0, .25);
    color: var(--text-primary-color); /* Para asegurar buena legibilidad en texto */
}

.btn-yellow-muted:hover {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(255, 230, 0, .5) 0, rgba(255, 230, 0, 0) 100%), #e6b800; /* Un poco más vibrante al pasar el ratón */
}

.btn-yellow-muted:hover,
.btn-yellow-muted:hover .btn-icon {
    color: var(--text-primary-color);
}

.btn-yellow-muted:disabled {
    border: none;
    background: linear-gradient(0deg, #40495A, #40495A), #999933; /* Tono grisáceo para deshabilitado */
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, .3), inset 0 2px 2px rgba(255, 255, 255, .3);
}

.btn-yellow-muted:disabled .btn-icon {
    color: var(--text-primary-color);
}

---

/* --- Botón Azul Oscuro --- */
.btn-dark-blue {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(0, 50, 100, .5) 0, rgba(0, 50, 100, 0) 100%), #1a2a40; /* Azul oscuro */
    box-shadow: 0 10px 20px rgba(26, 42, 64, .25), 0 5px 10px rgba(26, 42, 64, .5), inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 -2px 2px rgba(5, 10, 15, .25);
    color: var(--white); /* Texto blanco para contraste */
}

.btn-dark-blue:hover {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(0, 80, 160, .5) 0, rgba(0, 80, 160, 0) 100%), #2b4160; /* Un poco más claro al pasar el ratón */
}

.btn-dark-blue:hover,
.btn-dark-blue:hover .btn-icon {
    color: var(--white);
}

.btn-dark-blue:disabled {
    border: none;
    background: linear-gradient(0deg, #40495A, #40495A), #334455; /* Tono grisáceo para deshabilitado */
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, .3), inset 0 2px 2px rgba(255, 255, 255, .3);
}

.btn-dark-blue:disabled .btn-icon {
    color: var(--text-primary-color);
}


.btn-icon {
    color: var(--text-primary-color);
}

.btn-icon.left {
    margin-right: 7px;
}

/* --- Botón de Deidad PVP --- */
.deidad-pvp-button { /* <-- ¡Aquí está la nueva clase! */
    font-size:  14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width:80%; /* Esta propiedad estaba duplicada, la moví aquí */
	color: black;
}

@media (min-width: 1025px) {
    .deidad-pvp-button {
        line-height: 15px;
        max-height: 25px;
        height: 25px;
        padding: 0 4px;
    }
}

@media (min-width: 1280px) {
    .deidad-pvp-button {
        max-height: 25px;
        height: 25px;
        padding: 6px 10px;
    }
}

/* --- Estilos Globales de Reseteo --- */
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
    border: none;
}