.catalog-seo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.homepage #caseList .category-title h2 {
  margin: 35px;
  font-size: 15px;
  font-weight: 700;
}

header .wrapper .logo {
  background-image: url("/img/shine.png") !important;
}

header .wrapper .bg-wrap {
  background-color: #13171f;
  background-image: url("/img/header-bg.png") !important;
  background-repeat: repeat-x;
}

.support-float {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 1999999999;
  display: block;
  width: 100px;
  height: 102px;
  text-decoration: none;
  filter: drop-shadow(0 0 10px rgba(255, 207, 42, 0.16));
}

.support-float img {
  display: block;
  width: 100px;
  height: 100px;
}

#login-modal-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 218px;
  height: 38px;
  margin: 0;
  padding: 0 14px;
  color: #fff;
  font-size: 12.6px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background: linear-gradient(90deg, #261214, #181412);
  cursor: pointer;
}

#login-modal-auth-btn:hover:not(:disabled) {
  background: linear-gradient(90deg, #e6964c, #bb281e);
}

#login-modal-auth-btn:disabled,
#login-modal-auth-btn.disabled {
  color: #6f6f6f;
  border-color: #6f6f6f;
  background: linear-gradient(90deg, #261214, #181412);
  cursor: not-allowed;
}

.hystmodal__shadow[aria-hidden="true"] {
  pointer-events: none;
}

.hystmodal__shadow[aria-hidden="false"] {
  pointer-events: auto;
}

#caseList > a[hidden] {
  display: none !important;
}

.caseBox .case-assets .wrapper .unit[role="button"] {
  cursor: pointer;
  transition: box-shadow 180ms ease, filter 180ms ease;
}

.caseBox .case-assets .wrapper .unit[role="button"]:hover {
  filter: brightness(1.06);
  box-shadow: inset 0 0 0 1px rgba(230, 150, 76, 0.75);
}

.caseBox .case-assets .wrapper .unit[role="button"]:focus-visible {
  outline: 2px solid #e6964c;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 1px rgba(230, 150, 76, 0.9);
}

@media (prefers-reduced-motion: reduce) {
  .caseBox .case-assets .wrapper .unit[role="button"] {
    transition: none;
  }
}

.aside-content .item .item-wrapper .drop-image {
  opacity: 0;
  transition: opacity 700ms ease-out;
}

.aside-content .item .item-wrapper .drop-image.loaded {
  opacity: 1;
}

.aside-content .item:focus {
  outline: none;
}

.aside-content .item.is-focused .hover {
  transform: translateX(-3px);
}

.aside-content .item.is-focused .item-wrapper {
  opacity: 0;
}

.static-feature {
  max-width: 880px;
  margin: 24px auto 80px;
  padding: clamp(24px, 5vw, 56px);
  color: #d7d9df;
  background: linear-gradient(145deg, rgba(29, 34, 45, 0.97), rgba(14, 17, 24, 0.97));
  border: 1px solid rgba(240, 122, 63, 0.3);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.static-feature h1 {
  margin-top: 0;
  color: #fff;
}

.static-feature h2 {
  margin-top: 28px;
  color: #f6a45a;
}

.static-feature p,
.static-feature li {
  line-height: 1.7;
}

.static-feature a {
  color: #f6a45a;
}

.static-notice {
  margin: 24px 0;
  padding: 16px 18px;
  color: #f5d6bd;
  background: rgba(240, 122, 63, 0.08);
  border-left: 3px solid #f07a3f;
}

.support-at-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  color: #f6a45a;
  font-size: 38px;
  font-weight: 800;
}

.case-assets .sort .options[hidden] {
  display: none;
}

.container.upgrade .chance-wrapper.v2 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .container.upgrade .chance-wrapper.v2 {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 900px) {
  .container.upgrade .chance-wrapper.v2 {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .static-feature {
    margin: 16px 12px 48px;
  }

  .support-float {
    right: 10px;
  }
}
