/* ---------- Guia do Jogo ---------- */

.guia-page {
  padding-top: 8px;
}

.guia-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.guia-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Sidebar */

.guia-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 16px;
}

.guia-nav-panel {
  padding: 18px 12px 14px;
}

.guia-sidebar-title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
  text-align: center;
  margin: 0 8px 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
}

.guia-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guia-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.guia-nav-item:hover {
  transform: translateX(2px);
}

.guia-nav-item:hover {
  color: var(--text);
  background: rgba(123, 60, 255, 0.12);
}

.guia-nav-item.is-active {
  color: #fff;
  background: linear-gradient(90deg, rgba(123, 60, 255, 0.5), rgba(123, 60, 255, 0.1) 72%, transparent);
  box-shadow:
    inset 3px 0 0 var(--purple),
    0 0 20px rgba(123, 60, 255, 0.12);
}

.guia-nav-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: inherit;
  opacity: 0.85;
}

.guia-nav-item.is-active .guia-nav-icon {
  color: #c4a0ff;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.55));
}

.guia-nav-icon svg {
  width: 16px;
  height: 16px;
}

/* Discord CTA */

.guia-discord {
  padding: 20px 16px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 80% at 50% 100%, rgba(88, 101, 242, 0.22), transparent 55%),
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(88, 48, 150, 0.18), transparent 50%),
    radial-gradient(ellipse 85% 70% at 50% 45%, #0d1320 0%, #080c14 55%, #04060c 100%);
}

.guia-discord-glow {
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 100%, rgba(123, 60, 255, 0.35), transparent 65%);
}

.guia-discord-title {
  position: relative;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 8px;
}

.guia-discord-text {
  position: relative;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.guia-discord-btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1px solid rgba(123, 60, 255, 0.7);
  background: linear-gradient(180deg, rgba(123, 60, 255, 0.5), rgba(90, 31, 224, 0.8));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 22px rgba(123, 60, 255, 0.35);
  transition: filter 0.2s, box-shadow 0.2s;
}

.guia-discord-btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 28px rgba(123, 60, 255, 0.5);
}

.guia-discord-btn-icon {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
}

.guia-discord-btn-icon svg {
  width: 16px;
  height: 16px;
}

/* Hero (reusa .hero / .hero-logo da home — mesmo padrão de rankings) */

.guia-hero {
  min-height: 0;
  margin: 0 0 8px;
  padding: 28px 0 8px;
}

.guia-hero .hero-logo {
  width: min(100%, 420px);
  margin-bottom: 12px;
}

.guia-hero p {
  margin-top: 10px;
  max-width: none;
}

/* Section head */

.guia-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.guia-section-head h2 {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
  text-shadow: 0 0 16px rgba(212, 175, 55, 0.25);
  white-space: nowrap;
}

.guia-section-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.45), transparent);
}

/* Category cards */

.guia-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guia-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 22px 22px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.guia-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(212, 175, 55, 0.18),
    0 0 32px rgba(123, 60, 255, 0.18);
}

.guia-card-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  color: var(--gold-bright);
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.35));
}

.guia-card-icon svg {
  width: 44px;
  height: 44px;
}

.guia-card-icon--crystal,
.guia-card-icon--star {
  color: #c4a0ff;
  filter: drop-shadow(0 0 16px rgba(168, 85, 247, 0.45));
}

.guia-card h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 10px;
}

.guia-card p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1 1 auto;
}

.guia-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Bottom: tip + PDF */

.guia-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 14px;
}

.guia-tip,
.guia-pdf {
  padding: 20px 22px;
}

.guia-tip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.guia-tip-icon,
.guia-pdf-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: #c4a0ff;
  filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.45));
}

.guia-tip-icon svg,
.guia-pdf-icon svg {
  width: 28px;
  height: 28px;
}

.guia-tip h3,
.guia-pdf h3 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 6px;
}

.guia-tip p,
.guia-pdf p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.guia-pdf {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 80% at 95% 60%, rgba(123, 60, 255, 0.2), transparent 55%),
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(88, 48, 150, 0.14), transparent 50%),
    radial-gradient(ellipse 85% 70% at 50% 45%, #0d1320 0%, #080c14 55%, #04060c 100%);
}

.guia-pdf-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.guia-pdf-body > div {
  flex: 1 1 160px;
  min-width: 0;
}

.guia-pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(180deg, rgba(123, 60, 255, 0.4), rgba(90, 31, 224, 0.72));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 18px rgba(123, 60, 255, 0.3);
  transition: filter 0.2s, box-shadow 0.2s;
}

.guia-pdf-btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 26px rgba(123, 60, 255, 0.45);
}

.guia-pdf-btn svg {
  width: 15px;
  height: 15px;
}

.guia-pdf-art {
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 120px;
  height: 100px;
  pointer-events: none;
  opacity: 0.45;
  background:
    radial-gradient(ellipse at 40% 60%, rgba(212, 175, 55, 0.35), transparent 55%),
    radial-gradient(ellipse at 70% 40%, rgba(168, 85, 247, 0.4), transparent 50%);
  filter: blur(2px);
}

/* Responsive */

@media (max-width: 980px) {
  .guia-layout {
    grid-template-columns: 1fr;
  }

  .guia-sidebar {
    position: static;
  }

  .guia-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .guia-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .guia-categories {
    grid-template-columns: 1fr;
  }

  .guia-nav {
    grid-template-columns: 1fr;
    max-height: 280px;
    overflow-y: auto;
  }

  .guia-hero {
    padding: 20px 0 4px;
  }

  .guia-hero .hero-logo {
    width: min(100%, 300px);
  }

  .guia-pdf-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .guia-pdf-btn {
    width: 100%;
  }
}

/* ---------- Mix & Aging article ---------- */

/* Hero (reusa .hero / .hero-logo da home) */

.mix-hero {
  min-height: 0;
  margin: 0 0 8px;
  padding: 28px 0 8px;
}

.mix-hero .hero-logo {
  width: min(100%, 420px);
  margin-bottom: 12px;
}

.mix-hero p {
  margin-top: 10px;
  max-width: none;
}

.mix-tip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 14px;
  background:
    radial-gradient(ellipse 90% 80% at 50% 0%, rgba(212, 175, 55, 0.12), transparent 55%),
    rgba(8, 10, 18, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.mix-tip-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--gold-bright);
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.45));
}

.mix-tip-icon svg {
  width: 22px;
  height: 22px;
}

.mix-tip h2,
.mix-tip h3 {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 6px;
}

.mix-tip p {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.mix-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mix-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 8px;
  border: 1px solid rgba(123, 60, 255, 0.45);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mix-tab:hover {
  color: var(--text);
  border-color: rgba(123, 60, 255, 0.7);
  background: rgba(123, 60, 255, 0.12);
}

.mix-tab.is-active {
  color: #fff;
  border-color: rgba(123, 60, 255, 0.85);
  background: linear-gradient(180deg, rgba(123, 60, 255, 0.55), rgba(90, 31, 224, 0.78));
  box-shadow: 0 0 22px rgba(123, 60, 255, 0.4);
}

.mix-tab-icon {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
}

.mix-tab-icon svg {
  width: 15px;
  height: 15px;
}

.mix-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  scroll-margin-top: 16px;
}

.mix-column {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-margin-top: 20px;
}

.mix-column-head h2 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 8px;
}

.mix-column-head p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.mix-subtitle {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4a0ff;
  margin-top: 4px;
}

.mix-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mix-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(243, 240, 250, 0.9);
  font-size: 0.8rem;
  line-height: 1.5;
}

.mix-step-num {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(123, 60, 255, 0.7), rgba(90, 31, 224, 0.9));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  box-shadow: 0 0 12px rgba(123, 60, 255, 0.4);
}

.aging-req {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px 10px;
}

.aging-req-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px 2px 4px;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(0, 0, 0, 0.28);
}

.aging-req-qty {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--gold-bright);
  line-height: 1;
}

.aging-req-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  image-rendering: pixelated;
  vertical-align: middle;
}

.mix-rates {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mix-rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 10, 18, 0.55);
}

.mix-rate-range {
  color: var(--muted);
  font-size: 0.78rem;
}

.mix-rate-chance {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

.guide-table-wrap {
  overflow-x: auto;
  margin-bottom: 4px;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(8, 10, 18, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  -webkit-overflow-scrolling: touch;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.78rem;
}

.guide-table th,
.guide-table td {
  padding: 6px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  vertical-align: middle;
  color: rgba(243, 240, 250, 0.88);
}

.guide-table th {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4a0ff;
  background: rgba(123, 60, 255, 0.12);
}

.guide-table td:first-child,
.guide-table th:first-child {
  text-align: left;
  padding-left: 10px;
}

.guide-table tbody tr:hover {
  background: rgba(123, 60, 255, 0.08);
}

.guide-table img {
  width: auto;
  height: auto;
  max-width: none;
  object-fit: none;
  vertical-align: middle;
  image-rendering: pixelated;
}

.guide-table--aging {
  min-width: 0;
  table-layout: auto;
}

.guide-table--aging th,
.guide-table--aging td {
  padding: 8px 10px;
  font-size: 0.78rem;
  line-height: 1.3;
}

.guide-table--aging th:first-child,
.guide-table--aging td:first-child {
  width: 3.2rem;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
}

.guide-table--aging th:nth-child(2),
.guide-table--aging td:nth-child(2) {
  text-align: left;
}

.guide-table--aging th:nth-last-child(2),
.guide-table--aging td:nth-last-child(2) {
  width: 9.5rem;
  min-width: 9.5rem;
  text-align: center;
  white-space: nowrap;
}

.guide-table--aging th:nth-last-child(2) {
  color: var(--gold-bright);
}

.guide-table--aging td:nth-last-child(2) {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

/* Coluna 4 — chance com Aging Stone (+10%) */
.guide-table--aging thead th:nth-child(4),
.guide-table--aging tbody td:nth-child(4),
.guide-table--aging tfoot th:nth-child(4) {
  width: 4.5rem;
  min-width: 4.5rem;
  text-align: center;
  white-space: nowrap;
}

.guide-table--aging thead th:nth-child(4),
.guide-table--aging tfoot th:nth-child(4) {
  color: #86efac;
}

/* img é display:block (style.css) — text-align não centraliza */
.guide-table--aging thead th:nth-child(4) img,
.guide-table--aging tfoot th:nth-child(4) img {
  margin-inline: auto;
}

.guide-table--aging tbody td:nth-child(4) {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #86efac;
  text-shadow: 0 0 10px rgba(34, 197, 94, 0.3);
}

.guide-table--aging .guide-table-foot th {
  background: rgba(123, 60, 255, 0.12);
  border-bottom: none;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.guide-table--aging .guide-table-foot th:nth-last-child(2) {
  color: var(--gold-bright);
}

.guide-table--aging .guide-table-foot th:nth-child(4) {
  color: #86efac;
}

.mix-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mix-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 10, 18, 0.45);
}

.mix-item-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.mix-item-icon svg {
  width: 22px;
  height: 22px;
}

.mix-item-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  image-rendering: pixelated;
  vertical-align: middle;
}

.mix-item--purple .mix-item-icon {
  color: #c4a0ff;
  filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.5));
}

.mix-item--blue .mix-item-icon {
  color: #7dd3fc;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.45));
}

.mix-item--orange .mix-item-icon {
  color: #f4b346;
  filter: drop-shadow(0 0 10px rgba(244, 179, 70, 0.45));
}

.mix-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text);
  margin-bottom: 4px;
}

.mix-item p {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.mix-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(234, 179, 8, 0.45);
  background: rgba(234, 179, 8, 0.1);
}

.mix-warning-icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #facc15;
}

.mix-warning-icon svg {
  width: 18px;
  height: 18px;
}

.mix-warning p {
  color: #fde68a;
  font-size: 0.74rem;
  line-height: 1.5;
}

.mix-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 10px 14px;
  margin-top: 4px;
  opacity: 0.88;
}

.mix-quick-tips,
.mix-sources,
.mix-pdf {
  padding: 10px 12px;
}

.mix-quick-tips,
.mix-sources {
  background: rgba(8, 10, 18, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mix-quick-tips h3,
.mix-sources h3 {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}

.mix-quick-tips ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mix-quick-tips li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.mix-check {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #86efac;
  opacity: 0.85;
  filter: none;
}

.mix-check svg {
  width: 12px;
  height: 12px;
}

.mix-sources-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mix-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 10, 18, 0.35);
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.3;
}

.mix-source-icon {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--gold-bright);
  opacity: 0.8;
  filter: none;
}

.mix-source-icon svg {
  width: 12px;
  height: 12px;
}

/* ---------- Catálogo de Mix (API) ---------- */

.mix-catalog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mix-catalog-status {
  padding: 28px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.mix-catalog-status.is-error {
  color: #f0b4b4;
}

.mix-catalog-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.mix-catalog-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px;
  min-width: 0;
  overflow: visible;
}

.mix-catalog-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.mix-catalog-section + .mix-catalog-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.mix-catalog-section .mix-subtitle {
  margin: 0;
}

/* Sem fundo próprio: herda o tom do .mix-catalog-panel */
.mix-catalog-panel .mix-recipe {
  background: none;
}

.mix-recipe-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.mix-recipe-item {
  display: inline-flex;
  flex: 1 1 200px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 60px;
  padding: 8px 14px 8px 8px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(212, 175, 55, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}

.mix-recipe-img {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  object-fit: contain;
  image-rendering: auto;
}

.mix-recipe-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.mix-recipe-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  line-height: 1.2;
}

.mix-recipe-qty {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text, #e8e4f0);
  line-height: 1.25;
}

.mix-recipe-empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.mix-compat {
  min-width: 0;
}

.mix-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  justify-items: stretch;
}

.mix-card {
  --mix-card-corner: 12px;
  --mix-card-line: 1px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 40% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 70%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(72, 48, 110, 0.05), transparent 65%),
    linear-gradient(180deg, rgba(12, 14, 22, 0.92) 0%, rgba(8, 10, 18, 0.88) 100%);
  border: 0;
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 0 1px rgba(212, 175, 55, 0.08),
    0 0 24px rgba(212, 175, 55, 0.06),
    0 12px 36px rgba(0, 0, 0, 0.5);
}

/* Moldura fina metálica (mesmo idioma do .panel) */
.mix-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--mix-card-line);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    145deg,
    rgba(101, 69, 36, 0.95) 0%,
    rgba(64, 47, 33, 0.55) 24%,
    rgba(104, 76, 53, 0.85) 48%,
    rgba(42, 29, 25, 0.5) 68%,
    rgba(44, 31, 27, 0.75) 86%,
    rgba(129, 72, 35, 0.9) 100%
  );
  opacity: 0.75;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Cantos em L — assets do frame do site */
.mix-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    url("../assets/frame/corner-ref-tl.png") left top / var(--mix-card-corner) var(--mix-card-corner) no-repeat,
    url("../assets/frame/corner-ref-tr.png") right top / var(--mix-card-corner) var(--mix-card-corner) no-repeat,
    url("../assets/frame/corner-ref-bl.png") left bottom / var(--mix-card-corner) var(--mix-card-corner) no-repeat,
    url("../assets/frame/corner-ref-br.png") right bottom / var(--mix-card-corner) var(--mix-card-corner) no-repeat;
}

.mix-card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.mix-card-equip-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
  image-rendering: auto;
  padding: 4px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.mix-card-head-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.mix-card-item {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  line-height: 1.25;
}

.mix-card-name {
  margin: 0;
  color: rgba(196, 160, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.mix-card-stones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mix-card-stone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 6px;
  min-height: 44px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.mix-card-stone-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
  image-rendering: auto;
}

.mix-card-stone-qty {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}

.mix-card-stone-name {
  font-size: 0.8rem;
  line-height: 1.2;
  color: var(--text, #e8e4f0);
}

.mix-card-effects-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mix-card-effects-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.72);
}

.mix-card-effects {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mix-card-effects li {
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--text, #e8e4f0);
  padding-left: 12px;
  position: relative;
}

.mix-card-effects li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.75);
}

.mix-card-effects-empty {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .mix-footer {
    grid-template-columns: 1fr 1fr;
  }

  .mix-pdf {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .mix-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mix-hero {
    padding: 20px 0 4px;
  }

  .mix-hero .hero-logo {
    width: min(100%, 300px);
  }

  .mix-tab {
    flex: 1 1 auto;
    justify-content: center;
  }

  .mix-footer {
    grid-template-columns: 1fr;
  }

  .mix-catalog-panel {
    padding: 14px;
  }

  .mix-catalog-section + .mix-catalog-section {
    margin-top: 14px;
    padding-top: 14px;
  }

  .mix-recipe-item {
    flex: 1 1 100%;
    min-height: 56px;
  }

  .mix-recipe-img {
    width: 48px;
    height: 48px;
  }

  .mix-recipe-name {
    font-size: 0.88rem;
  }

  .mix-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mix-card {
    height: auto;
  }

  .mix-card-head {
    min-height: 0;
  }
}

/* ---------- Catálogo de Craft (API) ---------- */

.panel.craft-how {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  overflow: visible;
  padding-top: 4.5rem;
}

.craft-how-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.craft-how .npc-box {
  flex: 0 0 auto;
  align-self: flex-start;
}

.craft-how .npc-box-img {
  min-width: 0;
  width: fit-content;
  max-width: 12.5rem;
  background: rgba(8, 10, 18, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.22);
  padding: 2rem 1rem 1.25rem;
  border-radius: 0.75rem;
  transition: 0.5s transform;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.craft-how .npc-box-img:hover {
  transform: translateY(-4px);
}

.craft-how .npc-box-img img {
  display: block;
  width: auto;
  max-width: 11rem;
  height: auto;
  margin-top: -8rem;
  animation: float 6s ease-in-out infinite;
}

.craft-how .npc-box-img span {
  font-family: var(--font-display);
  color: var(--gold-bright);
  font-weight: 800;
  font-size: 1.15rem;
  margin-top: 1.25rem;
  text-align: center;
  line-height: 1.25;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.craft-how-intro {
  margin: 0;
  color: rgba(243, 240, 250, 0.88);
  font-size: 0.84rem;
  line-height: 1.55;
}

.craft-how .craft-tip {
  margin: 4px 0 0;
}

@media (max-width: 980px) {
  .panel.craft-how {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
    gap: 20px;
  }

  .craft-how .npc-box-img {
    min-width: 0;
    width: fit-content;
    max-width: 12rem;
  }
}

@media (max-width: 640px) {
  .craft-how .npc-box-img {
    padding: 1.75rem 0.85rem 1rem;
    max-width: 11rem;
  }

  .craft-how .npc-box-img img {
    max-width: 9.5rem;
    margin-top: -6rem;
  }

  .craft-how .npc-box-img span {
    font-size: 1.05rem;
    margin-top: 1rem;
  }
}

.craft-catalog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.craft-catalog-status {
  padding: 28px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.craft-catalog-status.is-error {
  color: #f0b4b4;
}

.craft-catalog-body {
  min-width: 0;
}

.craft-table-panel {
  padding: 16px;
  min-width: 0;
}

.craft-table-panel .guide-table-wrap {
  margin-bottom: 0;
}

.guide-table--craft {
  table-layout: auto;
  font-size: 0.8rem;
}

.guide-table--craft th,
.guide-table--craft td {
  padding: 10px 8px;
  vertical-align: middle;
}

.guide-table--craft th:first-child,
.guide-table--craft td:first-child {
  text-align: center;
  padding-left: 8px;
}

.guide-table--craft .guide-table-foot th {
  background: rgba(123, 60, 255, 0.12);
  border-bottom: none;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.craft-item-cell {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 64px;
}

.craft-item-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  image-rendering: pixelated;
}

.craft-item-meta {
  font-size: 0.72rem;
  line-height: 1.25;
  color: rgba(243, 240, 250, 0.9);
}

.craft-item-qty {
  color: var(--gold-bright);
  font-weight: 700;
}

.craft-runes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.craft-price,
.craft-rate,
.craft-fail-limit {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.craft-rate {
  color: var(--gold-bright);
  font-weight: 700;
}

.craft-cell-empty {
  color: var(--muted);
}

.craft-tip {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(212, 175, 55, 0.06);
  color: rgba(243, 240, 250, 0.88);
  font-size: 0.84rem;
  line-height: 1.45;
}

.craft-tip strong {
  color: var(--gold-bright);
}

@media (max-width: 720px) {
  .guide-table--craft {
    font-size: 0.74rem;
  }

  .craft-item-img {
    width: 36px;
    height: 36px;
  }

  .craft-runes {
    gap: 8px;
  }
}

/* ---------- Painéis (abas estilo wiki) ---------- */

.guia-panel {
  display: none;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.guia-panel.is-active {
  display: flex;
}

.guia-panel-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.guia-panel-head-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.guia-panel-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background:
    radial-gradient(circle at 35% 30%, rgba(212, 175, 55, 0.22), transparent 55%),
    rgba(12, 14, 24, 0.85);
  color: var(--gold-bright);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.2);
}

.guia-panel-icon svg {
  width: 22px;
  height: 22px;
}

.guia-panel-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0 0 4px;
  text-shadow: 0 0 16px rgba(212, 175, 55, 0.25);
}

.guia-panel-intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.guia-ornament {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guia-ornament-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.45), transparent);
}

.guia-ornament-gem {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  border: 1px solid rgba(212, 175, 55, 0.7);
  background: radial-gradient(circle at 30% 30%, #f0d78a, #a67c1a 70%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
  animation: guia-gem-pulse 2.4s ease-in-out infinite;
}

@keyframes guia-gem-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.35); }
  50% { box-shadow: 0 0 18px rgba(212, 175, 55, 0.65); }
}

/* Art slots + star lists (kit compartilhado) */

.guia-art-slot {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.guia-art-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.guia-star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(243, 240, 250, 0.88);
  font-size: 0.8rem;
  line-height: 1.55;
}

.guia-star-list li {
  position: relative;
  padding-left: 1.15em;
}

.guia-star-list li + li {
  margin-top: 5px;
}

.guia-star-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55em;
  height: 0.55em;
  background: var(--purple);
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(123, 60, 255, 0.55);
}

.guia-star-list--cols {
  columns: 2;
  column-gap: 1.85rem;
  width: 100%;
  max-width: none;
}

.guia-sobre-card--featured .guia-star-list--cols {
  width: 100%;
}

.guia-star-list--cols li {
  break-inside: avoid;
}

/* Sobre — cinematic */

.guia-sobre-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 38%);
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(105deg, rgba(6, 8, 16, 0.92) 42%, rgba(6, 8, 16, 0.55) 70%, rgba(6, 8, 16, 0.25) 100%),
    radial-gradient(ellipse 70% 120% at 85% 50%, rgba(123, 60, 255, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 80% at 20% 80%, rgba(212, 175, 55, 0.08), transparent 50%),
    var(--bg-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(123, 60, 255, 0.1);
}

.guia-sobre-banner-content {
  position: relative;
  z-index: 2;
  padding: 22px 20px 22px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guia-sobre-banner .guia-panel-head-row {
  margin: 0;
}

.guia-sobre-banner-art {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
  background:
    radial-gradient(ellipse 60% 70% at 70% 55%, rgba(123, 60, 255, 0.22), transparent 65%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
}

.guia-sobre-banner.has-art .guia-sobre-banner-art {
  background: transparent;
}

.guia-sobre-banner.has-art .guia-sobre-banner-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 8, 16, 0.95) 0%, rgba(6, 8, 16, 0.35) 45%, transparent 75%);
  pointer-events: none;
}

.guia-sobre-featured {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.guia-sobre-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
}

.guia-sobre-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(212, 175, 55, 0.22),
    0 0 32px rgba(123, 60, 255, 0.18);
}

.guia-sobre-card-num {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(212, 175, 55, 0.12);
  pointer-events: none;
  user-select: none;
}

.guia-sobre-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.guia-sobre-card-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(123, 60, 255, 0.12);
  color: var(--gold-bright);
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.3));
}

.guia-sobre-card-icon svg {
  width: 20px;
  height: 20px;
}

.guia-sobre-card-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0;
}

.guia-sobre-card--featured {
  display: block;
  min-height: 168px;
  padding: 0;
  background:
    linear-gradient(105deg, rgba(5, 8, 14, 0.96) 48%, rgba(5, 8, 14, 0.55) 78%, rgba(5, 8, 14, 0.2) 100%),
    radial-gradient(ellipse 55% 90% at 90% 50%, rgba(123, 60, 255, 0.2), transparent 60%),
    var(--bg-panel);
}

.guia-sobre-card-main {
  position: relative;
  z-index: 2;
  padding: 22px 16% 20px 22px;
  min-width: 0;
}

.guia-sobre-card-art {
  position: absolute;
  inset: 0 0 0 58%;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 70% at 75% 55%, rgba(123, 60, 255, 0.18), transparent 65%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 100%);
}

.guia-sobre-card--featured.has-art .guia-sobre-card-art {
  background: transparent;
}

.guia-sobre-card--featured.has-art .guia-sobre-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 14, 0.95) 0%, rgba(5, 8, 14, 0.4) 40%, transparent 72%);
  pointer-events: none;
}

.guia-sobre-secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guia-sobre-card--secondary {
  display: flex;
  flex-direction: column;
  padding: 18px 16px 16px;
  min-height: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(123, 60, 255, 0.12), transparent 55%),
    var(--bg-panel);
}

.guia-sobre-card--secondary .guia-sobre-card-num {
  font-size: 2rem;
  top: 6px;
  right: 10px;
}

.guia-sobre-card--secondary .guia-sobre-card-title {
  font-size: 0.82rem;
}

.guia-sobre-card--secondary .guia-star-list {
  font-size: 0.75rem;
  color: var(--muted);
}

.guia-sobre-card-art--secondary {
  display: none;
}

/* Regras prose */

.guia-prose {
  padding: 26px 28px;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(123, 60, 255, 0.1), transparent 55%),
    var(--bg-panel);
}

.guia-prose h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 22px 0 12px;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.2);
}

.guia-prose h3:first-child {
  margin-top: 0;
}

.guia-prose p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
  margin: 0 0 12px;
}

.guia-prose-penalty {
  color: #f0a8a8 !important;
  border-left: 3px solid rgba(220, 80, 80, 0.7);
  padding: 8px 0 8px 14px;
  background: linear-gradient(90deg, rgba(220, 80, 80, 0.08), transparent 70%);
}

/* Empty state */

.guia-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 24px;
  text-align: center;
}

.guia-empty-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--gold-bright);
  opacity: 0.7;
}

.guia-empty-icon svg {
  width: 32px;
  height: 32px;
}

.guia-empty p {
  margin: 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

/* Boss */

.guia-boss-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guia-boss-card {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 28% 22px 22px;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
  background:
    linear-gradient(105deg, rgba(5, 8, 14, 0.96) 50%, rgba(5, 8, 14, 0.55) 80%, rgba(5, 8, 14, 0.25) 100%),
    radial-gradient(ellipse 50% 80% at 92% 50%, rgba(123, 60, 255, 0.18), transparent 60%),
    var(--bg-panel);
}

.guia-boss-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(212, 175, 55, 0.2),
    0 0 28px rgba(123, 60, 255, 0.16);
}

.guia-boss-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(123, 60, 255, 0.12);
  color: var(--gold-bright);
  z-index: 2;
}

.guia-boss-card-icon svg {
  width: 22px;
  height: 22px;
}

.guia-boss-card-body {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.guia-boss-card-body h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0 0 6px;
}

.guia-boss-card-time {
  margin: 0 0 6px !important;
  color: #c4a0ff !important;
  font-size: 0.8rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.guia-boss-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.guia-boss-card-art {
  position: absolute;
  inset: 0 0 0 55%;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 70% at 70% 50%, rgba(123, 60, 255, 0.16), transparent 65%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
}

.guia-boss-card.has-art .guia-boss-card-art {
  background: transparent;
}

.guia-boss-card.has-art .guia-boss-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 14, 0.95) 0%, rgba(5, 8, 14, 0.35) 45%, transparent 75%);
  pointer-events: none;
}

/* Eventos accordion */

.guia-eventos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.guia-evento {
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.22s;
}

.guia-evento:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(212, 175, 55, 0.18),
    0 0 22px rgba(123, 60, 255, 0.12);
}

.guia-evento summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.guia-evento summary::-webkit-details-marker {
  display: none;
}

.guia-evento-title {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.guia-evento-summary {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.guia-evento[open] summary {
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  background: linear-gradient(90deg, rgba(123, 60, 255, 0.1), transparent 70%);
}

.guia-evento > p {
  margin: 0;
  padding: 14px 20px 18px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

/* Mix/Aging within panels */

.mix-column--solo {
  padding: 24px;
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(123, 60, 255, 0.1), transparent 55%),
    var(--bg-panel);
}

.mix-footer--compact {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.panel.craft-how {
  background:
    radial-gradient(ellipse 50% 60% at 100% 30%, rgba(123, 60, 255, 0.12), transparent 55%),
    var(--bg-panel);
}

.mix-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.mix-card:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 22px rgba(123, 60, 255, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .guia-ornament-gem {
    animation: none;
  }

  .guia-nav-item,
  .guia-sobre-card,
  .guia-boss-card,
  .mix-card {
    transition: none;
  }

  .guia-nav-item:hover,
  .guia-sobre-card:hover,
  .guia-boss-card:hover,
  .mix-card:hover {
    transform: none;
  }

  .craft-how .npc-box-img img {
    animation: none;
  }

  .craft-how .npc-box-img {
    transition: none;
  }
}

@media (max-width: 980px) {
  .guia-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .mix-footer--compact {
    grid-template-columns: 1fr;
  }

  .guia-sobre-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guia-boss-card {
    padding: 20px 18px;
  }

  .guia-boss-card-art {
    display: none;
  }
}

@media (max-width: 720px) {
  .guia-sobre-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .guia-sobre-banner-art {
    display: none;
  }

  .guia-sobre-card--featured {
    min-height: 0;
  }

  .guia-sobre-card--featured .guia-sobre-card-main {
    padding: 18px 16px;
  }

  .guia-sobre-card-art {
    display: none;
  }

  .guia-star-list--cols {
    columns: 1;
  }

  .guia-sobre-card-num {
    font-size: 2.1rem;
  }

  .guia-sobre-secondary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .guia-nav {
    grid-template-columns: 1fr;
  }

  .guia-panel-head-row {
    gap: 12px;
  }

  .guia-panel-title {
    font-size: 1rem;
  }

  .guia-sobre-banner-content,
  .guia-sobre-card-main {
    padding: 18px 16px;
  }

  .guia-prose {
    padding: 20px 16px;
  }
}
