/* [project]/components/games/mongil/skin/mongil-character-slot.css [app-client] (css) */
.mongil-skin-character-slot {
  --slot-w: 96px;
  --slot-h: 96px;
  --slot-radius: 10px;
  --star-size: 11px;
  --name-font: 11px;
  --name-stroke: 2.5px;
  --element-size: 22px;
  --role-size: 22px;
  --role-gap: 4px;
  width: var(--slot-w);
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
}

.mongil-skin-character-slot[data-size="md"] {
  --slot-w: 120px;
  --slot-h: 170px;
  --slot-radius: 10px;
  --star-size: 13px;
  --name-font: 14px;
  --name-stroke: 3px;
  --element-size: 26px;
  --role-size: 26px;
  --role-gap: 4px;
}

.mongil-skin-character-slot[data-size="lg"] {
  --slot-w: 180px;
  --slot-h: 260px;
  --slot-radius: 12px;
  --star-size: 17px;
  --name-font: 18px;
  --name-stroke: 4px;
  --element-size: 36px;
  --role-size: 36px;
  --role-gap: 6px;
}

button.mongil-skin-character-slot, a.mongil-skin-character-slot {
  cursor: pointer;
  text-decoration: none;
}

button.mongil-skin-character-slot:hover:not(:disabled) .mongil-skin-character-slot__inner, a.mongil-skin-character-slot:hover .mongil-skin-character-slot__inner {
  filter: brightness(1.08);
  transform: scale(1.04);
}

button.mongil-skin-character-slot:active:not(:disabled) .mongil-skin-character-slot__inner, a.mongil-skin-character-slot:active .mongil-skin-character-slot__inner {
  transform: scale(.97);
}

button.mongil-skin-character-slot:focus-visible, a.mongil-skin-character-slot:focus-visible {
  outline: none;
}

button.mongil-skin-character-slot:focus-visible .mongil-skin-character-slot__inner, a.mongil-skin-character-slot:focus-visible .mongil-skin-character-slot__inner {
  box-shadow: inset 0 0 0 1px #ffffff1a, 0 0 0 2px #fff, 0 0 0 6px #489effb3, 0 3px 8px #00000052;
}

@media (prefers-reduced-motion: reduce) {
  .mongil-skin-character-slot__inner {
    transition: filter .16s;
  }

  button.mongil-skin-character-slot:hover .mongil-skin-character-slot__inner, a.mongil-skin-character-slot:hover .mongil-skin-character-slot__inner, button.mongil-skin-character-slot:active .mongil-skin-character-slot__inner, a.mongil-skin-character-slot:active .mongil-skin-character-slot__inner {
    transform: none;
  }
}

.mongil-skin-character-slot__inner {
  width: var(--slot-w);
  height: var(--slot-h);
  border-radius: var(--slot-radius);
  background-color: #1c252e;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .14s cubic-bezier(.16, 1, .3, 1), filter .16s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #fff3, inset 0 -1px #00000073, inset 0 0 0 1px #ffffff0f, 0 3px 8px #00000052;
}

.mongil-skin-character-slot[data-rarity="1"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_01_02.png?class=card");
}

.mongil-skin-character-slot[data-rarity="2"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_02_02.png?class=card");
}

.mongil-skin-character-slot[data-rarity="3"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_03_02.png?class=card");
}

.mongil-skin-character-slot[data-rarity="4"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_04_02.png?class=card");
}

.mongil-skin-character-slot[data-rarity="5"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_05_02.png?class=card");
}

.mongil-skin-character-slot[data-rarity="6"] .mongil-skin-character-slot__inner {
  background-image: url("https://cdn.holst.network/mongil/Assets/UI/TextureForAtlas/Base/Img_SlotTIerBase_06_02.png?class=card");
}

.mongil-skin-character-slot__portrait {
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mongil-skin-character-slot__element {
  z-index: 3;
  width: var(--element-size);
  height: var(--element-size);
  pointer-events: none;
  filter: drop-shadow(0 1px 2px #000000d9);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 4px;
  left: 4px;
}

.mongil-skin-character-slot__element > svg, .mongil-skin-character-slot__element > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.mongil-skin-character-slot__role {
  top: calc(4px + var(--element-size) + var(--role-gap));
  z-index: 3;
  width: var(--role-size);
  height: var(--role-size);
  pointer-events: none;
  filter: drop-shadow(0 1px 2px #000000d9);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  left: 4px;
}

.mongil-skin-character-slot[data-size="sm"] .mongil-skin-character-slot__role {
  top: 4px;
  left: auto;
  right: 4px;
}

.mongil-skin-character-slot__role > svg, .mongil-skin-character-slot__role > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.mongil-skin-character-slot__overlay {
  z-index: 3;
  pointer-events: none;
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

.mongil-skin-character-slot__stars {
  background: linear-gradient(90deg, #0000 0%, #000000a6 22%, #000000b3 50%, #000000a6 78%, #0000 100%);
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 2px 4px;
  display: flex;
}

.mongil-skin-character-slot__star {
  aspect-ratio: 1;
  width: auto;
  min-width: 0;
  height: auto;
  max-width: var(--star-size);
  max-height: var(--star-size);
  object-fit: contain;
  flex: 1 1 0;
}

.mongil-skin-character-slot__name {
  -webkit-line-clamp: 2;
  width: calc(100% - 12px);
  max-height: 2.3em;
  font-size: var(--name-font);
  letter-spacing: .01em;
  color: #fff;
  -webkit-text-stroke: var(--name-stroke) #000;
  paint-order: stroke fill;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  align-self: center;
  margin: 0;
  padding: 0 6px;
  font-weight: 800;
  line-height: 1.15;
  display: -webkit-box;
  overflow: hidden;
}

.mongil-skin-character-slot--active .mongil-skin-character-slot__inner {
  box-shadow: inset 0 0 0 2px #5eddd5, inset 0 1px #ffffff2e, 0 0 0 1px #5eddd566, 0 0 12px #5eddd573, 0 2px 6px #00000052;
}

.mongil-skin-character-slot--disabled .mongil-skin-character-slot__inner {
  filter: grayscale(.45) brightness(.6);
  cursor: not-allowed;
}

.mongil-skin-character-slot--disabled:hover .mongil-skin-character-slot__inner, .mongil-skin-character-slot--disabled:active .mongil-skin-character-slot__inner {
  filter: grayscale(.45) brightness(.6);
  transform: none;
}

.mongil-skin-character-slot__badge {
  z-index: 4;
  pointer-events: none;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 4px;
}

.mongil-skin-character-slot__badge--dot {
  background: #ef3a3a;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px #00000073, 0 1px 3px #ef3a3a8c;
}

.mongil-skin-character-slot__badge--hot {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 1px #0000008c;
  background: linear-gradient(#b91c1c 0%, #7f1d1d 100%);
  border: 1px solid #0000008c;
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  padding: 2px 5px 2px 4px;
  font-size: 8px;
  font-weight: 900;
  display: inline-flex;
  box-shadow: 0 2px 6px #7f1d1d99, inset 0 1px #ffffff2e;
}

.mongil-skin-character-slot__badge-flame {
  font-size: clamp(11px, 2.2vw, 12px);
  line-height: 1;
  display: inline-block;
}

.mongil-skin-character-slot__badge--new {
  color: #1a1208;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fbbf24 0%, #fde047 50%, #fef3c7 100%);
  border: 1px solid #fef08ab3;
  border-radius: 999px;
  align-items: center;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 900;
  display: inline-flex;
  position: absolute;
  top: 4px;
  right: 4px;
  box-shadow: 0 2px 6px #facc158c, inset 0 1px #ffffff73;
}

/*# sourceMappingURL=0lzo0t555lohw.css.map*/