@import url("/trending-tier-lists/fast-food-tier-list-maker/fast-food.css");

.wuthering-waves-page {
  --food-accent: #e9a765;
  background: #fffaf1;
}

.wuthering-waves-page .fast-food-intro {
  background: transparent;
}

.wuthering-waves-page .fast-food-intro h1:after {
  color: #ee9b57;
}

.wuthering-waves-page .fast-food-trust span {
  border-color: #e5d6c0;
  color: #795a3f;
}

.wuthering-waves-page .fast-food-maker {
  border-top-color: var(--food-accent);
}

.wuthering-waves-page .fast-food-guide {
  background: #f1eee6;
}

.wuthering-waves-page .fast-food-guide-grid b {
  background: #f7e0c8;
  color: #8a5b34;
}

.wuthering-waves-page .fast-food-related {
  background: #f1eee6;
}

.wuthering-waves-page .fast-food-asset-note {
  padding: 13px 14px;
  border: 1px solid #e5d6c0;
  border-radius: 9px;
  background: #fff8ed;
  color: #795a3f;
}

.wuthering-waves-page .fast-food-filters button.active {
  background: var(--ink);
}

.wuthering-waves-page .fast-food-filters button:hover,
.wuthering-waves-page .fast-food-search:focus-within {
  border-color: #d8d2c6;
}

.wuthering-waves-page .wuthering-roster,
.wuthering-waves-page .wuthering-best,
.wuthering-waves-page .wuthering-weapons {
  padding: 90px max(20px, 7vw);
}

.wuthering-waves-page .wuthering-roster {
  max-width: 1300px;
  margin: auto;
}

.wuthering-waves-page .wuthering-best {
  border-block: 1px solid var(--line);
  background: #fff;
}

.wuthering-waves-page .wuthering-weapons {
  background: #f1eee6;
  border-top: 1px solid var(--line);
}

.wuthering-waves-page .wuthering-section-heading {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.wuthering-waves-page .wuthering-section-heading h2 {
  margin: 15px 0 12px;
  font: 800 clamp(34px, 4.3vw, 54px)/1.08 Manrope, sans-serif;
  letter-spacing: -2.8px;
}

.wuthering-waves-page .wuthering-section-heading p {
  max-width: 800px;
  margin: auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.wuthering-waves-page .wuthering-table-wrap {
  max-width: 1100px;
  margin: auto;
  overflow-x: auto;
  border: 1px solid #dedbd3;
  border-radius: 13px;
  background: #fff;
}

.wuthering-waves-page .wuthering-roster-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}

.wuthering-waves-page .wuthering-roster-table th,
.wuthering-waves-page .wuthering-roster-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #ece7dd;
  font-size: 13px;
}

.wuthering-waves-page .wuthering-roster-table th {
  background: #f7f3ec;
  color: #795a3f;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wuthering-waves-page .wuthering-roster-table tr:last-child td {
  border-bottom: 0;
}

.wuthering-waves-page .wuthering-character-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  font-weight: 800;
}

.wuthering-waves-page .wuthering-character-cell img {
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #dedbd3;
  border-radius: 9px;
  background: #fff8ed;
  object-fit: cover;
}

.wuthering-waves-page .wuthering-roster-table td[colspan] {
  padding: 28px;
  text-align: center;
}

.wuthering-waves-page .wuthering-roster-table td[colspan] strong,
.wuthering-waves-page .wuthering-roster-table td[colspan] span {
  display: block;
}

.wuthering-waves-page .wuthering-roster-table td[colspan] strong {
  margin-bottom: 8px;
  color: var(--ink);
  font: 800 17px Manrope, sans-serif;
}

.wuthering-waves-page .wuthering-roster-table td[colspan] span {
  color: var(--muted);
  line-height: 1.65;
}

.wuthering-waves-page .wuthering-roster-note,
.wuthering-waves-page .wuthering-best-note {
  max-width: 1100px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.wuthering-waves-page .wuthering-tier-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.wuthering-waves-page .wuthering-tier-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}

.wuthering-waves-page .wuthering-tier-card > b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 17px;
  border-radius: 9px;
  background: #f7e0c8;
  color: #8a5b34;
  font: 800 16px Manrope, sans-serif;
}

.wuthering-waves-page .wuthering-tier-card h3 {
  margin: 0 0 9px;
  font: 800 17px/1.25 Manrope, sans-serif;
}

.wuthering-waves-page .wuthering-tier-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.wuthering-waves-page .wuthering-tier-portraits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 8px;
  margin-top: 20px;
}

.wuthering-waves-page .wuthering-tier-portraits figure {
  min-width: 0;
  margin: 0;
}

.wuthering-waves-page .wuthering-tier-portraits img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 6px;
  border: 1px solid #dedbd3;
  border-radius: 10px;
  background: #fff8ed;
  object-fit: cover;
}

.wuthering-waves-page .wuthering-tier-portraits figcaption {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

.wuthering-waves-page .wuthering-criteria-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wuthering-waves-page .wuthering-criteria-card {
  padding: 22px;
  border: 1px solid #dedbd3;
  border-radius: 13px;
  background: #fff;
}

.wuthering-waves-page .wuthering-criteria-card h3 {
  margin: 0 0 9px;
  font: 800 17px/1.25 Manrope, sans-serif;
}

.wuthering-waves-page .wuthering-criteria-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .wuthering-waves-page .wuthering-tier-grid,
  .wuthering-waves-page .wuthering-criteria-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .wuthering-waves-page .wuthering-roster,
  .wuthering-waves-page .wuthering-best,
  .wuthering-waves-page .wuthering-weapons {
    padding: 68px 18px;
  }

  .wuthering-waves-page .wuthering-tier-grid,
  .wuthering-waves-page .wuthering-criteria-grid {
    grid-template-columns: 1fr;
  }
}
