/* [project]/public/css/heroes.css [app-client] (css) */
:root {
  --heroes-gold: #f5be4e;
  --heroes-amber: #d98928;
  --heroes-ink: #100b0a;
  --heroes-panel: #1c1210e6;
  --heroes-line: #f5be4e38;
  --heroes-muted: #b9aaa0;
  --heroes-header-clearance: 168px;
  --heroes-display-font: "Special Elite", system-ui;
  --heroes-label-font: "Staatliches", sans-serif;
  --heroes-detail-copy-size: .88rem;
  --heroes-detail-code-size: .75rem;
}

.heroes-page, .heroes-page * {
  box-sizing: border-box;
}

.heroes-page {
  color: #f8efe4;
  min-height: 100vh;
  font-family: var(--heroes-display-font);
  background: radial-gradient(circle at 50% -10%, #bc53184d, #0000 34rem), linear-gradient(#1d0d09 0%, #100b0a 38%, #0b0807 100%);
}

.heroes-page:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(#ffffff03 1px, #0000 1px), linear-gradient(90deg, #ffffff03 1px, #0000 1px);
  background-size: 42px 42px;
  position: fixed;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 86%);
  mask-image: linear-gradient(#000, #0000 86%);
}

.heroes-main {
  min-height: 100vh;
  display: block;
}

.heroes-shell {
  width: min(1480px, 100% - 64px);
  padding: var(--heroes-header-clearance) 0 80px;
  z-index: 1;
  margin: 0 auto;
  position: relative;
}

.heroes-header {
  margin-bottom: 34px;
  padding-bottom: 34px;
  position: relative;
}

.heroes-header:after {
  content: "";
  opacity: .68;
  background: url("/img/f01.webp") center / 100% 100% no-repeat;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heroes-kicker, .hero-number, .hero-dialog-identity > p, .hero-detail-section-heading span, .hero-part-heading span {
  color: var(--heroes-amber);
  font-family: var(--heroes-label-font);
  letter-spacing: .17em;
  font-size: .78rem;
  font-weight: 400;
}

.heroes-title-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: 8px;
  display: flex;
}

.heroes-title-row h1 {
  letter-spacing: -.045em;
  text-shadow: 0 8px 34px #0000008a;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: .92;
}

.heroes-title-row p {
  max-width: 700px;
  color: var(--heroes-muted);
  font-family: var(--heroes-display-font);
  margin: 18px 0 0;
  font-size: 1.03rem;
  line-height: 1.65;
}

.heroes-count {
  text-align: center;
  background: radial-gradient(circle, #f5be4e1f, #00000057 62%), radial-gradient(circle, #0000 57%, #f5be4e3d 58%, #0000 61%);
  border-radius: 50%;
  place-content: center;
  width: 142px;
  min-width: 142px;
  height: 142px;
  padding: 18px;
  display: grid;
  box-shadow: inset 0 0 28px #f5be4e14, 0 18px 45px #0000004d;
}

.heroes-count strong, .heroes-count span, .heroes-count small {
  display: block;
}

.heroes-count strong {
  color: var(--heroes-gold);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heroes-count span {
  color: var(--heroes-muted);
  font-family: var(--heroes-label-font);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .76rem;
  font-weight: 400;
}

.heroes-count small {
  color: #f6e7c4ad;
  font-family: var(--heroes-label-font);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: .62rem;
  font-weight: 400;
  line-height: 1.25;
}

.heroes-notice {
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%, 0 12px);
  color: #f4dec1;
  font-family: var(--heroes-display-font);
  background: linear-gradient(90deg, #703e128c, #261811b8);
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  padding: 15px 20px 15px 28px;
  font-size: .94rem;
  display: flex;
  position: relative;
}

.heroes-notice:before {
  content: "◆";
  color: var(--heroes-gold);
  font-size: .58rem;
  position: absolute;
  left: 10px;
}

.heroes-notice--error {
  background: #5914126b;
  border-color: #ef5a4e6b;
}

.heroes-notice button, .heroes-refresh {
  color: var(--heroes-gold);
  cursor: pointer;
  background: #00000047;
  border: 0;
}

.heroes-notice button {
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%, 0 8px);
  font-family: var(--heroes-label-font);
  white-space: nowrap;
  padding: 8px 14px;
  font-size: .82rem;
}

.heroes-toolbar {
  clip-path: polygon(18px 0, calc(100% - 24px) 0, 100% 20px, 100% 100%, 0 100%, 0 18px);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: radial-gradient(circle at 24% 0, #7e421826, #0000 34%), #0a0706b8;
  border: 0;
  grid-template-columns: minmax(260px, 1fr) 190px 170px auto 44px;
  align-items: end;
  gap: 10px;
  padding: 24px 18px 18px;
  display: grid;
  position: relative;
  box-shadow: 0 18px 50px #0000003d;
}

.heroes-toolbar:before {
  content: "";
  opacity: .52;
  background: url("/img/f01.webp") center / 100% 100% no-repeat;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.heroes-search {
  align-items: center;
  display: flex;
  position: relative;
}

.heroes-search svg {
  fill: none;
  stroke: #ab9b91;
  stroke-linecap: round;
  stroke-width: 1.7px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13px;
}

.heroes-search input, .heroes-select select {
  color: #f8efe4;
  width: 100%;
  height: 44px;
  font-family: var(--heroes-display-font);
  background: linear-gradient(#0000, #ffffff0b);
  border: 0;
  border-bottom: 1px solid #f5be4e3d;
  border-radius: 0;
  outline: none;
  font-size: .94rem;
}

.heroes-search input {
  padding: 0 14px 0 42px;
}

.heroes-search input:focus, .heroes-select select:focus {
  border-color: #f5be4eb8;
  box-shadow: inset 0 -2px #f5be4e6b;
}

.heroes-select {
  gap: 5px;
  display: grid;
}

.heroes-select > span {
  color: #a9988e;
  font-family: var(--heroes-label-font);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 400;
}

.heroes-select select {
  padding: 0 10px;
}

.heroes-toggle {
  color: #d6c8be;
  height: 44px;
  font-family: var(--heroes-display-font);
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  font-size: .88rem;
  display: flex;
}

.heroes-toggle input {
  opacity: 0;
  position: absolute;
}

.heroes-toggle > span {
  background: #ffffff14;
  border: 1px solid #ffffff2e;
  border-radius: 20px;
  width: 34px;
  height: 18px;
  transition: all .16s;
  position: relative;
}

.heroes-toggle > span:after {
  content: "";
  background: #9e9189;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: all .16s;
  position: absolute;
  top: 2px;
  left: 2px;
}

.heroes-toggle input:checked + span {
  border-color: var(--heroes-amber);
  background: #d9892847;
}

.heroes-toggle input:checked + span:after {
  background: var(--heroes-gold);
  left: 18px;
}

.heroes-toggle input:focus-visible + span {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 3px;
}

.heroes-refresh {
  background: radial-gradient(circle, #f5be4e24, #0000005c);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px #f5be4e33;
}

.heroes-refresh--busy {
  animation: .9s linear infinite heroes-spin;
}

.heroes-results-line {
  color: #9c8d84;
  font-family: var(--heroes-label-font);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 18px 2px 12px;
  font-size: .8rem;
}

.heroes-page-error {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%, 0 10px);
  color: #ffb0a6;
  font-family: var(--heroes-display-font);
  background: linear-gradient(90deg, #7a261f47, #2d121085);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 14px;
  padding: 13px 16px;
  display: flex;
}

.heroes-page-error button {
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%, 0 7px);
  color: #fff0da;
  font-family: var(--heroes-label-font);
  background: #e2705638;
  flex: none;
  padding: 7px 12px;
}

.heroes-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  transition: opacity .16s, filter .16s;
  display: grid;
}

.heroes-grid--loading {
  opacity: .42;
  filter: saturate(.65);
  pointer-events: none;
}

.hero-card {
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%, 0 18px);
  min-width: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  content-visibility: auto;
  contain-intrinsic-size: 540px;
  background: radial-gradient(circle at 50% 8%, #763d1b33, #0000 30%), linear-gradient(#2a1914f5, #0f0a09fa);
  border: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  transition: transform .18s, filter .18s, box-shadow .18s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 46px #00000047;
}

.hero-card > * {
  z-index: 1;
  position: relative;
}

.hero-card:hover, .hero-card:focus-visible {
  filter: brightness(1.06);
  outline: none;
  transform: translateY(-5px);
  box-shadow: 0 22px 58px #00000073, 0 0 26px #d9892814;
}

.hero-card-art {
  aspect-ratio: 1;
  background: radial-gradient(circle, #39231b, #0e0a09 74%);
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-card-art > img, .hero-dialog-art > img {
  z-index: 1;
  width: 96% !important;
  height: 96% !important;
  inset: 2% !important;
}

.hero-card-art img, .hero-dialog-art img, .hero-part-art img {
  object-fit: contain;
}

.hero-card-art:after {
  content: "";
  z-index: 3;
  pointer-events: none;
  background: url("/img/Generator/Border.webp") center / 100% 100% no-repeat;
  position: absolute;
  inset: 0;
}

.hero-card-shade {
  z-index: 2;
  background: linear-gradient(#0000, #0d0807d9);
  height: 36%;
  position: absolute;
  inset: auto 2% 2%;
}

.hero-faction, .hero-bonus {
  z-index: 4;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%, 0 7px);
  color: #f7e7d7;
  font-family: var(--heroes-label-font);
  letter-spacing: .09em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0c0807b8;
  border: 0;
  padding: 6px 8px;
  font-size: .76rem;
  font-weight: 400;
  position: absolute;
  top: 24px;
}

.hero-faction {
  left: 44px;
}

.hero-bonus {
  color: var(--heroes-gold);
  right: 44px;
}

.hero-card-body {
  flex: 1;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 18px 16px 24px;
  display: grid;
}

.hero-card-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.hero-card-heading > div {
  min-width: 0;
}

.hero-card-heading h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.18;
  overflow: hidden;
}

.hero-power {
  color: var(--heroes-gold);
  font-family: var(--heroes-label-font);
  text-align: right;
  flex: none;
  font-size: 1.35rem;
  font-weight: 400;
}

.hero-power small {
  color: #85786f;
  letter-spacing: .1em;
  margin-top: 2px;
  font-size: .62rem;
  display: block;
}

.hero-card-stats {
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  display: grid;
}

.hero-card-stats div {
  clip-path: polygon(18% 0, 82% 0, 100% 22%, 100% 78%, 82% 100%, 18% 100%, 0 78%, 0 22%);
  background: linear-gradient(#f5be4e1a, #0000004d);
  place-items: center;
  gap: 3px;
  min-width: 0;
  padding: 7px 1px;
  display: grid;
}

.hero-card-stats span {
  color: #897b72;
  font-family: var(--heroes-label-font);
  font-size: .65rem;
  font-weight: 400;
}

.hero-card-stats strong {
  color: #f3ddbd;
  font-family: var(--heroes-display-font);
  font-size: .9rem;
}

.hero-card-tags, .hero-detail-tags, .hero-part-tags {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.hero-card-tags span, .hero-detail-tags span, .hero-part-tags span, .hero-quality, .hero-rule {
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 0 6px);
  color: #bbaea5;
  font-family: var(--heroes-display-font);
  background: #ffffff0f;
  border: 0;
  padding: 5px 8px;
  font-size: .72rem;
  font-weight: 400;
}

.hero-quality--uncommon {
  color: #86d493 !important;
  background: #4980522e !important;
}

.hero-quality--rare {
  color: #72b9fb !important;
  background: #3e699633 !important;
}

.hero-quality--epic {
  color: #ce91ff !important;
  background: #74409a33 !important;
}

.hero-quality--legendary {
  color: #ffc857 !important;
  background: #946a2438 !important;
}

.hero-view-action {
  color: #b9a99f;
  font-family: var(--heroes-display-font);
  background: url("/img/f01.webp") top / 100% 3px no-repeat;
  justify-content: space-between;
  padding-top: 12px;
  font-size: .82rem;
  display: flex;
}

.hero-view-action b {
  color: var(--heroes-gold);
}

.heroes-empty {
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%, 0 18px);
  min-height: 320px;
  color: var(--heroes-muted);
  text-align: center;
  background: linear-gradient(135deg, #4d2b1633, #0003);
  border: 0;
  place-items: center;
  display: grid;
  position: relative;
}

.heroes-empty span {
  color: var(--heroes-gold);
  font-size: 2rem;
}

.heroes-empty h2 {
  color: #f8efe4;
  margin: 10px 0 4px;
  font-weight: 400;
}

.heroes-empty p {
  font-family: var(--heroes-display-font);
  margin: 0;
  font-size: .92rem;
}

.heroes-empty:after {
  content: "";
  pointer-events: none;
  opacity: .24;
  background: url("/img/menu/frame1_BR.webp") 100% 100% / 100% 100% no-repeat;
  width: min(420px, 72%);
  height: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heroes-load-more {
  background: url("/img/f01.webp") top / min(520px, 72%) 3px no-repeat;
  justify-content: center;
  margin: 30px 0 4px;
  padding-top: 16px;
  display: flex;
}

.heroes-load-more button {
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
  color: #f6dfb8;
  min-width: min(280px, 86vw);
  font-family: var(--heroes-label-font);
  letter-spacing: .06em;
  background: radial-gradient(circle at 50% 0, #f5be4e38, #0000 58%), linear-gradient(#4c2a19f5, #1e110efa);
  place-items: center;
  gap: 3px;
  padding: 13px 30px 12px;
  display: grid;
  box-shadow: 0 12px 32px #00000057;
}

.heroes-load-more button:hover:not(:disabled), .heroes-load-more button:focus-visible {
  color: #fff4cf;
  filter: brightness(1.1);
  outline: none;
}

.heroes-load-more button:disabled {
  cursor: wait;
  opacity: .62;
}

.heroes-load-more small {
  color: #9f8a79;
  font-family: var(--heroes-display-font);
  letter-spacing: 0;
  font-size: .72rem;
}

.hero-dialog-backdrop {
  z-index: 1200;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #050303d6;
  place-items: center;
  padding: 34px;
  display: grid;
  position: fixed;
  inset: 0;
}

.hero-dialog {
  color: #f8efe4;
  background: #130d0c;
  border: 0;
  grid-template-columns: minmax(300px, 38%) 1fr;
  width: min(1440px, 100%);
  height: min(860px, 100vh - 68px);
  max-height: calc(100vh - 68px);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 100px #000000b3;
}

.hero-dialog-close {
  z-index: 7;
  color: #fff;
  width: 40px;
  height: 40px;
  font-family: var(--heroes-display-font);
  cursor: pointer;
  background: radial-gradient(circle, #f5be4e33, #0c0807e6);
  border: 0;
  border-radius: 50%;
  place-items: center;
  font-size: 1.7rem;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 12px;
  right: 14px;
  box-shadow: inset 0 0 0 1px #f5be4e33;
}

.hero-dialog-close:focus-visible {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 3px;
}

.hero-dialog-hero {
  background: radial-gradient(circle at 50% 35%, #a44b1c5c, #0000 48%), #0c0908;
  flex-direction: column;
  min-height: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 18px 0 42px #00000061;
}

.hero-dialog-art {
  aspect-ratio: 1;
  flex: none;
  position: relative;
  overflow: hidden;
}

.hero-dialog-art:after {
  content: "";
  z-index: 3;
  pointer-events: none;
  background: url("/img/Generator/Border.webp") center / 100% 100% no-repeat;
  position: absolute;
  inset: 0;
}

.hero-dialog-identity {
  z-index: 4;
  background: linear-gradient(#0000, #0c0908f5 42%);
  margin-top: -58px;
  padding: 64px 24px 22px;
  position: relative;
}

.hero-dialog-identity h2 {
  margin: 7px 0 10px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.hero-dialog-identity code, .hero-part-source code, .hero-chain-record code {
  color: #b8aaa1;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: var(--heroes-detail-code-size);
  overflow-wrap: anywhere;
  -webkit-user-select: text;
  user-select: text;
  line-height: 1.6;
}

.hero-dialog-content {
  min-width: 0;
  min-height: 0;
  font-family: var(--heroes-display-font);
  font-size: var(--heroes-detail-copy-size);
  padding: 52px 46px 70px;
  overflow-y: auto;
}

.hero-detail-loading, .hero-detail-error {
  min-height: 360px;
  color: var(--heroes-muted);
  font-family: var(--heroes-display-font);
  text-align: center;
  place-items: center;
  font-size: 1rem;
  display: grid;
}

.hero-detail-loading span {
  border: 2px solid #f5be4e2e;
  border-top-color: var(--heroes-gold);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  animation: .85s linear infinite heroes-spin;
}

.hero-detail-error h3 {
  color: #ff9a8e;
}

.hero-detail-error p {
  margin-top: 8px;
}

.hero-detail-section + .hero-detail-section {
  margin-top: 42px;
  padding-top: 50px;
  position: relative;
}

.hero-detail-section + .hero-detail-section:before {
  content: "";
  opacity: .52;
  background: url("/img/f01.webp") center / 100% 100% no-repeat;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-detail-section-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
  display: flex;
}

.hero-detail-section-heading h3 {
  margin: 5px 0 0;
  font-size: 2rem;
  font-weight: 400;
}

.hero-rule {
  font-family: var(--heroes-label-font);
  flex: none;
  font-size: .82rem;
  color: var(--heroes-gold) !important;
}

.hero-detail-stats {
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  display: grid;
}

.hero-detail-stats article {
  clip-path: polygon(14% 0, 86% 0, 100% 14%, 100% 86%, 86% 100%, 14% 100%, 0 86%, 0 14%);
  text-align: center;
  background: radial-gradient(circle at 50% 0, #f5be4e21, #0000 58%), #00000047;
  border: 0;
  gap: 5px;
  min-width: 0;
  padding: 18px 10px;
  display: grid;
}

.hero-detail-stats span, .hero-detail-stats small, .hero-detail-stats em {
  font-family: var(--heroes-display-font);
}

.hero-detail-stats span {
  color: #aa998e;
  font-family: var(--heroes-label-font);
  font-size: .78rem;
  font-weight: 400;
}

.hero-detail-stats strong {
  color: var(--heroes-gold);
  font-size: 1.9rem;
  font-weight: 400;
}

.hero-detail-stats small {
  color: #b1a198;
  font-size: .76rem;
  line-height: 1.5;
}

.hero-detail-stats em {
  color: #86d493;
  font-size: .74rem;
  font-style: normal;
}

.hero-detail-effects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
  display: grid;
}

.hero-detail-effects > div {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%, 0 10px);
  background: linear-gradient(135deg, #f5be4e1a, #0003);
  border: 0;
  padding: 16px;
}

.hero-detail-effects span, .hero-detail-effects strong, .hero-detail-effects p {
  font-family: var(--heroes-display-font);
  display: block;
}

.hero-detail-effects span {
  color: #a7978c;
  font-family: var(--heroes-label-font);
  letter-spacing: .1em;
  font-size: .74rem;
  font-weight: 400;
}

.hero-detail-effects strong {
  color: #ead9c5;
  margin: 7px 0 6px;
  font-size: .95rem;
}

.hero-detail-effects p {
  color: #b1a39a;
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
}

.hero-detail-bonus {
  background: linear-gradient(135deg, #aa61e129, #0003) !important;
}

.hero-detail-tags {
  margin-top: 10px;
}

.hero-origin-note {
  color: #96887f;
  font-family: var(--heroes-display-font);
  margin: -8px 0 18px;
  font-size: .9rem;
  line-height: 1.6;
}

.hero-parts-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

.hero-part {
  clip-path: polygon(12px 0, calc(100% - 14px) 0, 100% 12px, 100% 100%, 0 100%, 0 12px);
  background: linear-gradient(135deg, #4a2a1b4d, #ffffff06);
  border: 0;
  grid-template-columns: 152px minmax(0, 1fr);
  min-width: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-part:after {
  content: "";
  pointer-events: none;
  opacity: .13;
  background: url("/img/menu/frame1_BR.webp") 100% 100% / 100% 100% no-repeat;
  width: 72%;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-part > * {
  z-index: 1;
  position: relative;
}

.hero-part--bonus {
  box-shadow: inset 0 0 32px #ca8aff1c;
}

.hero-part-art {
  background: radial-gradient(circle, #6a392399, #0a0707f0);
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.hero-part-art > span {
  color: var(--heroes-gold);
  place-items: center;
  font-size: 1.5rem;
  display: grid;
  position: absolute;
  inset: 0;
}

.hero-part-info {
  align-content: start;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.hero-part-heading {
  justify-content: space-between;
  gap: 8px;
  display: flex;
}

.hero-part-heading h4 {
  margin: 3px 0 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-part-quality {
  --hero-part-quality-color: #827a75;
  --hero-part-quality-glow: #827a7547;
  --hero-part-badge-art: url("/img/heroes/rarity-common-emblem.svg");
  width: 108px;
  height: 99px;
  color: var(--hero-part-quality-color);
  background: var(--hero-part-badge-art) center / contain no-repeat;
  filter: drop-shadow(0 5px 8px var(--hero-part-quality-glow));
  font-family: var(--heroes-label-font);
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin: -12px -4px -5px 0;
  padding: 0 10px 13px;
  font-size: .66rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.hero-part-quality:before {
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(circle at 48% 32%, #ffffff3d, #0000 55%);
  position: absolute;
  inset: 12px 17px 28px;
}

.hero-part-quality:after {
  content: none;
}

.hero-part-quality > span {
  z-index: 1;
  color: #fff7df;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px #000, 0 0 4px #000;
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-part-quality--common {
  --hero-part-quality-color: #aaa;
  --hero-part-quality-glow: #aaaaaa4d;
  --hero-part-badge-art: url("/img/heroes/rarity-common-emblem.svg");
  width: 104px;
}

.hero-part-quality--uncommon {
  --hero-part-quality-color: #2ecc71;
  --hero-part-quality-glow: #2ecc7157;
  --hero-part-badge-art: url("/img/heroes/rarity-uncommon-emblem.svg");
}

.hero-part-quality--rare {
  --hero-part-quality-color: #3498db;
  --hero-part-quality-glow: #3498db5c;
  --hero-part-badge-art: url("/img/heroes/rarity-rare-emblem.svg");
  width: 112px;
}

.hero-part-quality--epic {
  --hero-part-quality-color: #9b59b6;
  --hero-part-quality-glow: #9b59b661;
  --hero-part-badge-art: url("/img/heroes/rarity-epic-emblem.svg");
  width: 116px;
}

.hero-part-quality--legendary {
  --hero-part-quality-color: #e67e22;
  --hero-part-quality-glow: #e67e2266;
  --hero-part-badge-art: url("/img/heroes/rarity-legendary-emblem.svg");
  width: 122px;
}

.hero-part-quality--unknown {
  --hero-part-quality-color: #827a75;
  --hero-part-quality-glow: #827a7547;
  --hero-part-badge-art: url("/img/heroes/rarity-common-emblem.svg");
  filter: grayscale(1) drop-shadow(0 5px 8px var(--hero-part-quality-glow));
}

.hero-part-attributes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 14px 0 10px;
  display: grid;
}

.hero-part-attribute {
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%, 0 7px);
  background: linear-gradient(135deg, #ffffff0e, #0003);
  min-width: 0;
  padding: 10px 11px;
}

.hero-part-attribute > span {
  color: #81756e;
  font-family: var(--heroes-label-font);
  letter-spacing: .08em;
  margin-bottom: 5px;
  font-size: .7rem;
  font-weight: 400;
  display: block;
}

.hero-part-attribute strong, .hero-part-affixes b {
  color: #d9cbc0;
  font-family: var(--heroes-display-font);
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.45;
}

.hero-part-attribute--primary {
  background: linear-gradient(135deg, #f5be4e1c, #0003);
}

.hero-part-attribute--primary strong {
  color: var(--heroes-gold);
}

.hero-part-affixes {
  grid-column: 1 / -1;
}

.hero-part-affixes > div {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.hero-part-affixes b {
  clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%, 0 5px);
  background: #ffffff0d;
  padding: 5px 7px;
}

.hero-part-source {
  gap: 4px;
  margin: 11px 0 8px;
  display: grid;
}

.hero-part-source div {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 7px;
  display: grid;
}

.hero-part-source dt, .hero-chain-record dt {
  color: #7f736c;
  font-family: var(--heroes-label-font);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 400;
}

.hero-part-source dd, .hero-chain-record dd {
  min-width: 0;
  margin: 0;
}

.hero-part-actions {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  display: flex;
}

.hero-part-actions > a, .hero-chain-record > a {
  color: var(--heroes-gold);
  font-family: var(--heroes-display-font);
  font-size: .8rem;
  text-decoration: none;
}

.hero-part-actions > a:hover, .hero-chain-record > a:hover {
  text-decoration: underline;
}

.hero-catmint-toggle {
  color: #4d3519;
  min-width: 174px;
  min-height: 43px;
  font-family: var(--heroes-label-font);
  letter-spacing: .06em;
  cursor: pointer;
  filter: drop-shadow(0 5px 8px #00000061);
  background: url("/img/Generator/Button.webp") center / 100% 100% no-repeat;
  border: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 22px;
  font-size: .72rem;
  display: flex;
}

.hero-catmint-toggle b {
  color: #6d3f17;
  font-family: var(--heroes-display-font);
  font-size: .8rem;
}

.hero-catmint-toggle[aria-expanded="true"] {
  filter: brightness(1.08) drop-shadow(0 5px 10px #f5be4e2e);
}

.hero-catmint-toggle:focus-visible, .hero-catmint-request-error button:focus-visible {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 3px;
}

.hero-catmint-loading, .hero-catmint-request-error, .hero-catmint-history {
  clip-path: polygon(12px 0, calc(100% - 14px) 0, 100% 12px, 100% 100%, 0 100%, 0 12px);
  background: radial-gradient(circle at 10% 0, #f5be4e1c, #0000 42%), #0705057a;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}

.hero-catmint-loading, .hero-catmint-request-error {
  color: #b9aaa0;
  font-family: var(--heroes-display-font);
  padding: 18px;
  font-size: .86rem;
}

.hero-catmint-loading {
  align-items: center;
  gap: 10px;
  display: flex;
}

.hero-catmint-loading > span {
  border: 2px solid #f5be4e29;
  border-top-color: var(--heroes-gold);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: .85s linear infinite heroes-spin;
}

.hero-catmint-request-error p {
  color: #ff9a8e;
  margin: 0 0 10px;
}

.hero-catmint-request-error button {
  color: var(--heroes-gold);
  font-family: var(--heroes-label-font);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.hero-catmint-history {
  padding: 20px 18px 18px;
}

.hero-catmint-history:after {
  content: "";
  pointer-events: none;
  opacity: .12;
  background: url("/img/menu/frame1_BR.webp") 100% 100% / 100% 100% no-repeat;
  width: 68%;
  height: 110px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-catmint-history > * {
  z-index: 1;
  position: relative;
}

.hero-catmint-heading {
  background: url("/img/f01.webp") bottom / 100% 3px no-repeat;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  padding-bottom: 12px;
  display: flex;
}

.hero-catmint-heading span {
  color: var(--heroes-gold);
  font-family: var(--heroes-label-font);
  letter-spacing: .1em;
  font-size: .66rem;
}

.hero-catmint-heading h5 {
  color: #f0ddca;
  margin: 4px 0 0;
  font-size: 1.15rem;
  font-weight: 400;
}

.hero-catmint-heading > a, .hero-catmint-event > a {
  color: var(--heroes-gold);
  font-family: var(--heroes-display-font);
  font-size: .76rem;
  text-decoration: none;
}

.hero-catmint-heading > a:hover, .hero-catmint-event > a:hover {
  text-decoration: underline;
}

.hero-catmint-note, .hero-catmint-warning, .hero-catmint-empty {
  font-family: var(--heroes-display-font);
  font-size: .8rem;
  line-height: 1.55;
}

.hero-catmint-note {
  color: #92857d;
  margin: 11px 0 0;
}

.hero-catmint-warning {
  color: #e6b968;
  margin: 9px 0 0;
}

.hero-catmint-empty {
  color: #c4b4aa;
  margin: 17px 0 3px;
}

.hero-catmint-timeline {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero-catmint-event {
  --hero-catmint-event-color: #d4a44d;
  min-height: 54px;
  padding: 0 0 22px 44px;
  position: relative;
}

.hero-catmint-event:last-child {
  padding-bottom: 2px;
}

.hero-catmint-event:not(:last-child):before {
  content: "";
  background: linear-gradient(var(--hero-catmint-event-color), #f5be4e0d);
  width: 2px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 15px;
}

.hero-catmint-node {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 6px var(--hero-catmint-event-color));
  background: url("/img/favicon.png") center / contain no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.hero-catmint-event--buy {
  --hero-catmint-event-color: #62cf86;
}

.hero-catmint-event--cancel {
  --hero-catmint-event-color: #cf766d;
}

.hero-catmint-event--other {
  --hero-catmint-event-color: #a995d6;
}

.hero-catmint-event-heading {
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  display: flex;
}

.hero-catmint-event-heading strong {
  color: var(--hero-catmint-event-color);
  font-family: var(--heroes-label-font);
  letter-spacing: .09em;
  font-size: .74rem;
  font-weight: 400;
}

.hero-catmint-event-heading time {
  color: #80736c;
  font-family: var(--heroes-display-font);
  font-size: .72rem;
}

.hero-catmint-event > p {
  color: #c8b8ae;
  font-family: var(--heroes-display-font);
  margin: 5px 0 8px;
  font-size: .84rem;
}

.hero-catmint-event dl {
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0 0 7px;
  display: flex;
}

.hero-catmint-event dl > div {
  align-items: baseline;
  gap: 6px;
  display: flex;
}

.hero-catmint-event dt {
  color: #756a63;
  font-family: var(--heroes-label-font);
  text-transform: uppercase;
  font-size: .64rem;
}

.hero-catmint-event dd {
  margin: 0;
}

.hero-catmint-event code, .hero-catmint-event dd b {
  color: #d8c9bf;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .72rem;
  font-weight: 400;
}

.hero-chain-record dl {
  gap: 8px;
  margin: 0 0 14px;
  display: grid;
}

.hero-chain-record dl div {
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%, 0 8px);
  background: linear-gradient(90deg, #f5be4e0f, #0000);
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 12px;
  display: grid;
}

@keyframes heroes-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .heroes-toolbar {
    grid-template-columns: minmax(240px, 1fr) 170px 160px 44px;
  }

  .heroes-toggle {
    grid-area: 2 / 1 / auto / 4;
    padding-left: 0;
  }

  .heroes-refresh {
    grid-area: 2 / 4;
  }

  .heroes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-dialog {
    grid-template-columns: minmax(270px, 34%) 1fr;
  }
}

@media (max-width: 900px) {
  .heroes-page {
    --heroes-header-clearance: 148px;
  }

  .heroes-shell {
    width: min(100% - 32px, 760px);
  }

  .heroes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-dialog-backdrop {
    padding: 0;
    display: block;
    overflow-y: auto;
  }

  .hero-dialog {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .hero-dialog-hero {
    border: 0;
    border-bottom: 1px solid var(--heroes-line);
    height: auto;
    position: relative;
  }

  .hero-dialog-content {
    padding: 40px 24px 70px;
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .heroes-page {
    --heroes-header-clearance: 116px;
  }

  .heroes-page-error {
    flex-direction: column;
    align-items: flex-start;
  }

  .heroes-shell {
    width: min(100% - 22px, 520px);
  }

  .heroes-title-row {
    display: block;
  }

  .heroes-title-row h1 {
    font-size: clamp(2.5rem, 16vw, 4.2rem);
  }

  .heroes-count {
    text-align: center;
    width: 118px;
    min-width: 118px;
    height: 118px;
    margin-top: 22px;
  }

  .heroes-toolbar {
    grid-template-columns: 1fr 1fr 44px;
  }

  .heroes-search {
    grid-column: 1 / -1;
  }

  .heroes-select {
    min-width: 0;
  }

  .heroes-toggle {
    grid-area: 3 / 1 / auto / 3;
  }

  .heroes-refresh {
    grid-area: 3 / 3;
  }

  .heroes-grid {
    grid-template-columns: 1fr;
  }

  .heroes-notice {
    align-items: flex-start;
  }

  .hero-detail-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-detail-effects {
    grid-template-columns: 1fr;
  }

  .hero-detail-section-heading {
    align-items: flex-start;
  }

  .hero-detail-section-heading h3 {
    font-size: 1.42rem;
  }

  .hero-part {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .hero-part-art {
    min-height: 190px;
  }

  .hero-part-attributes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-part-source div {
    display: block;
  }

  .hero-part-source dt {
    margin-bottom: 2px;
  }

  .hero-part-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-catmint-toggle {
    align-self: stretch;
  }

  .hero-catmint-event-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .hero-chain-record dl div {
    display: block;
  }

  .hero-chain-record dt {
    margin-bottom: 3px;
  }
}

@media (max-width: 480px) {
  .hero-part {
    grid-template-columns: 1fr;
  }

  .hero-part-art {
    min-height: 280px;
  }

  .hero-dialog-content {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-card, .heroes-toggle > span, .heroes-toggle > span:after {
    transition: none;
  }
}

.heroes-filter-panel {
  background: #0a0706b8;
  padding-bottom: 18px;
  box-shadow: 0 18px 50px #0000003d;
}

.heroes-filter-panel .heroes-toolbar {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  grid-template-columns: minmax(240px, 1fr) 180px 180px 44px;
}

.heroes-filter-panel .heroes-refresh {
  grid-area: auto;
}

.heroes-common-filters {
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: start;
  gap: 20px;
  padding: 3px 18px 0;
  display: grid;
}

.heroes-quality-options, .heroes-filter-group {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.heroes-quality-options > legend, .heroes-filter-group > legend {
  color: #c6b5a9;
  font-family: var(--heroes-label-font);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: .8rem;
}

.heroes-quality-options > div {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.heroes-quality-choice {
  color: #c9beb6;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #0000;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: .8rem;
  display: flex;
}

.heroes-quality-choice:has(input:checked) {
  border-color: currentColor;
}

.heroes-quality-choice:has(input:focus-visible) {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 3px;
}

.heroes-quality-choice input {
  width: 15px;
  height: 15px;
  accent-color: var(--heroes-gold);
  margin: 0;
}

.heroes-quality-options:disabled {
  opacity: .45;
}

.heroes-quality-options:disabled label {
  cursor: default;
}

.heroes-filter-help {
  color: #ae9e93;
  font-family: var(--heroes-display-font);
  margin: 9px 0 0;
  font-size: .76rem;
  line-height: 1.55;
}

.heroes-filter-actions {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 18px 0;
  display: flex;
}

.heroes-more-filters, .heroes-clear-filters, .heroes-filter-chips button {
  border: 1px solid var(--heroes-line);
  color: #eedac2;
  min-height: 40px;
  font-family: var(--heroes-display-font);
  cursor: pointer;
  background: #f5be4e0f;
  padding: 8px 12px;
  font-size: .8rem;
}

.heroes-more-filters {
  align-items: center;
  gap: 22px;
  display: flex;
}

.heroes-more-filters > span {
  color: var(--heroes-gold);
  font-size: 1rem;
}

.heroes-clear-filters {
  color: var(--heroes-gold);
  background: none;
  border-color: #0000;
}

.heroes-filter-panel button:hover {
  filter: brightness(1.18);
}

.heroes-filter-panel button:disabled {
  opacity: .45;
  cursor: default;
}

.heroes-filter-panel button:focus-visible, .heroes-notice button:focus-visible, .heroes-page-error button:focus-visible {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 3px;
}

.heroes-advanced-filters {
  border-top: 1px solid var(--heroes-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 18px 18px 0;
  padding: 22px 0 8px;
  display: grid;
}

.heroes-advanced-filters[hidden] {
  display: none;
}

.heroes-filter-group {
  align-content: start;
  gap: 12px;
  display: grid;
}

.heroes-filter-group > legend {
  color: var(--heroes-gold);
  margin-bottom: 14px;
}

.heroes-filter-group .heroes-quality-options > legend {
  color: #a9988e;
  font-size: .74rem;
}

.heroes-filter-group .heroes-quality-choice {
  min-height: 36px;
  padding-inline: 8px;
  font-size: .74rem;
}

.heroes-filter-group > .heroes-filter-help {
  margin-top: 0;
}

.heroes-filter-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.heroes-filter-fields--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heroes-filter-panel .heroes-select {
  min-width: 0;
}

.heroes-filter-panel select {
  text-overflow: ellipsis;
}

.heroes-filter-panel option {
  color: #f8efe4;
  background: #211610;
}

.heroes-filter-panel select:disabled {
  opacity: .45;
}

.heroes-filter-panel input[type="number"] {
  border: 0;
  border-bottom: 1px solid var(--heroes-line);
  color: #f8efe4;
  width: 100%;
  min-width: 0;
  height: 44px;
  font-family: var(--heroes-display-font);
  background: #ffffff09;
  border-radius: 0;
  padding: 0 10px;
  font-size: .9rem;
}

.heroes-filter-panel input[type="number"]:focus-visible {
  outline: 2px solid var(--heroes-gold);
  outline-offset: 2px;
}

.heroes-filter-chips {
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 18px 0;
  display: flex;
}

.heroes-filter-chips button {
  overflow-wrap: anywhere;
  text-align: left;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  display: inline-flex;
}

.heroes-filter-chips button > span {
  color: var(--heroes-gold);
  font-size: 1rem;
}

.heroes-filter-help + .heroes-notice {
  margin-top: 12px;
}

.heroes-filter-panel ~ .heroes-notice {
  margin-top: 14px;
}

.hero-card-body {
  grid-template-rows: auto auto auto 1fr auto;
}

.hero-part-composition {
  align-content: start;
  gap: 8px;
  display: grid;
}

.hero-part-composition > div {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
  display: flex;
}

.hero-composition-label {
  color: #b8a99c;
  font-family: var(--heroes-label-font);
  letter-spacing: .05em;
  font-size: .67rem;
}

.hero-composition-values {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.hero-part-composition .hero-quality {
  padding: 4px 6px;
  font-size: .65rem;
}

.hero-part-composition--unknown {
  color: #ac9c8f;
  font-size: .75rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .heroes-filter-panel .heroes-toolbar {
    grid-template-columns: minmax(160px, 1fr) 150px 160px 44px;
  }

  .heroes-common-filters {
    grid-template-columns: minmax(0, 1fr) 190px;
  }

  .heroes-filter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .heroes-filter-panel .heroes-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  }

  .heroes-common-filters {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .heroes-common-filters > .heroes-select {
    max-width: 280px;
  }

  .heroes-advanced-filters {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .heroes-filter-panel .heroes-search input {
    font-size: .8rem;
  }

  .heroes-filter-panel select, .heroes-filter-panel input[type="number"] {
    font-size: .86rem;
  }

  .heroes-filter-panel ~ .heroes-notice {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .heroes-filter-panel ~ .heroes-notice button {
    align-self: flex-start;
  }

  .heroes-quality-choice {
    min-height: 44px;
  }
}

