:root {
  --arc-bg: #050708;
  --arc-panel: rgba(14, 17, 20, 0.88);
  --arc-panel-strong: rgba(18, 22, 26, 0.94);
  --arc-line: rgba(255, 255, 255, 0.09);
  --arc-line-strong: rgba(255, 255, 255, 0.14);
  --arc-text: rgb(230, 234, 240);
  --arc-muted: rgb(143, 153, 166);
  --arc-faint: rgb(98, 109, 124);
  --arc-green: rgb(52, 211, 153);
  --arc-amber: rgb(245, 158, 11);
  --arc-blue: rgb(125, 211, 252);
  --arc-red: rgb(248, 113, 113);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  letter-spacing: 0 !important;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  color-scheme: dark;
  scrollbar-color: rgba(148, 163, 184, 0.42) transparent;
  scrollbar-width: thin;
}

body {
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  color: rgb(181, 188, 198);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    linear-gradient(180deg, rgba(8, 11, 13, 0.94), rgba(5, 7, 8, 0.98) 36rem, var(--arc-bg)),
    var(--arc-bg) !important;
}

body::selection,
::selection {
  background: rgba(245, 158, 11, 0.28);
  color: rgb(255, 251, 235);
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  max-width: 100%;
}

.bg-base {
  z-index: -3 !important;
  background:
    linear-gradient(180deg, rgba(7, 10, 12, 0.96), rgba(5, 7, 8, 1) 38rem),
    var(--arc-bg) !important;
}

.bg-base::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 211, 153, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 6%, rgba(245, 158, 11, 0.1), transparent 24rem),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px) !important;
  background-size: auto, auto, 42px 42px, 42px 42px !important;
  opacity: 0.9;
}

.bg-noise {
  z-index: -2 !important;
  opacity: 0.16 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
}

.orb {
  display: none !important;
}

.watermark {
  display: none !important;
}

nav,
main,
footer {
  position: relative;
  z-index: 1;
}

body.no-copy {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body.no-copy > main,
body.no-copy > footer,
nav.sticky > div {
  width: 100%;
  max-width: 1600px !important;
}

body.no-copy > main {
  margin: 0 auto;
  padding: 1.25rem 1rem 2.5rem !important;
}

body.no-copy > footer {
  margin: auto auto 0;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (min-width: 640px) {
  body.no-copy > main,
  body.no-copy > footer {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  body.no-copy > main,
  body.no-copy > footer {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.trials-page .site-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(16, 185, 129, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(245, 158, 11, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(5, 7, 8, 0.2), #050708 84%);
}

.trials-page .site-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
}

.trials-page .page-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 1.25rem 1rem 2.5rem;
}

@media (min-width: 640px) {
  .trials-page .page-shell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .trials-page .page-shell {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.site-nav,
nav.sticky {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  background: rgba(5, 7, 8, 0.84) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

body.no-copy nav.sticky {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(5, 7, 8, 0.84) !important;
}

.nav-link,
.nav-link-primary,
.button,
.filter-btn,
.submit-btn,
.request-link,
.badge,
.status-badge,
.live-pill,
.map-chip-button,
.value-pill,
select,
input,
textarea {
  border-radius: 0.375rem !important;
}

.nav-link,
.nav-link-primary,
.button,
.filter-btn {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-height: 2rem;
  min-width: 0;
  padding: 0.42rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700 !important;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-link,
.filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgb(190, 198, 209) !important;
  font-weight: 700 !important;
}

.nav-link:hover,
.nav-link-primary:hover,
.filter-btn:hover,
.filter-btn.active {
  border-color: rgba(245, 158, 11, 0.38) !important;
  background: rgba(245, 158, 11, 0.1) !important;
  color: rgb(255, 239, 213) !important;
  transform: translateY(-1px);
}

.nav-link.active,
.nav-link-primary {
  border-color: rgba(52, 211, 153, 0.3) !important;
  background: rgba(16, 185, 129, 0.11) !important;
  color: rgb(187, 247, 208) !important;
}

.panel,
.glass,
.glass-strong,
.stat-card,
.value-card,
.player-card,
.step-card,
.trial-card,
.metric-tile,
.field-shell,
.info-cell,
.side-item,
.strategy-section,
.enemy-panel,
.recent-item,
.status-item,
.snapshot-item,
.timeline-item,
.map-group,
.event-card,
.summary-card,
.feature-card,
.vault-notice {
  min-width: 0;
  border-radius: 0.5rem !important;
  border: 1px solid var(--arc-line) !important;
  background:
    linear-gradient(180deg, rgba(24, 29, 34, 0.76), rgba(9, 12, 15, 0.88)),
    rgba(9, 12, 15, 0.88) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28) !important;
}

.stat-card,
.value-card,
.player-card,
.step-card,
.metric-tile,
.info-cell,
.field-shell,
.side-item,
.recent-item,
.status-item,
.snapshot-item,
.timeline-item,
.summary-card,
.meta-card {
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
}

.stat-card,
.value-card {
  position: relative;
  overflow: hidden;
}

.stat-card:hover,
.value-card:hover,
.trial-card:hover,
.event-card:hover,
.tool-link:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.35) !important;
  background:
    linear-gradient(180deg, rgba(28, 33, 38, 0.84), rgba(12, 15, 18, 0.92)),
    rgba(12, 15, 18, 0.92) !important;
}

.glow-line {
  background: linear-gradient(90deg, transparent, rgba(52, 211, 153, 0.26), rgba(245, 158, 11, 0.22), transparent) !important;
}

.badge,
.status-badge,
.rounded-md[class*="uppercase"] {
  border-color: rgba(255, 255, 255, 0.1) !important;
  letter-spacing: 0 !important;
}

.badge.verified,
.status-badge.approved {
  border-color: rgba(52, 211, 153, 0.28) !important;
  background: rgba(16, 185, 129, 0.12) !important;
  color: rgb(167, 243, 208) !important;
}

.badge.reference,
.badge.variable,
.status-badge.pending {
  border-color: rgba(245, 158, 11, 0.28) !important;
  background: rgba(245, 158, 11, 0.11) !important;
  color: rgb(253, 230, 138) !important;
}

.badge.placeholder,
.status-badge.rejected {
  border-color: rgba(248, 113, 113, 0.28) !important;
  background: rgba(248, 113, 113, 0.1) !important;
  color: rgb(252, 165, 165) !important;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  line-height: 1.04 !important;
}

.counter,
.mono,
.metric-value,
.value-pill,
.countdown,
.timeline-time,
.feature-countdown {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}

.vault-notice {
  border-color: rgba(245, 158, 11, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.09), rgba(248, 113, 113, 0.055)),
    rgba(12, 15, 18, 0.9) !important;
}

.vault-notice::before {
  opacity: 0.32;
  animation: none !important;
}

.item-list {
  min-width: 0;
}

.list-header,
.section-header,
.item-row {
  grid-template-columns: minmax(2.5rem, 0.25fr) 2rem minmax(0, 1.45fr) minmax(7rem, 0.55fr) minmax(4.75rem, 0.3fr) 1.5rem !important;
  min-width: 0;
}

.list-header,
.section-header {
  color: var(--arc-faint) !important;
}

.item-row {
  border-bottom-color: rgba(255, 255, 255, 0.045) !important;
}

.item-row:hover {
  background: rgba(255, 255, 255, 0.035) !important;
}

.item-row .item-name,
.item-row .item-type,
.section-header span:first-child,
.section-header .section-total {
  min-width: 0;
  overflow-wrap: anywhere;
}

.item-row .item-name {
  color: var(--arc-text) !important;
}

.item-row .item-type {
  color: rgb(132, 144, 158) !important;
  white-space: normal;
}

.item-row .item-qty {
  filter: blur(4px) saturate(0.75) !important;
}

.item-row .item-icon-wrap {
  overflow: hidden;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.card-icon {
  overflow: hidden;
  border-radius: 999px !important;
}

.card-icon-image {
  border-radius: inherit;
  object-fit: contain !important;
}

.item-row .item-icon-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.item-row .item-icon-wrap svg {
  filter: blur(4px) saturate(0.45) !important;
}

#items-list.glass-strong {
  overflow: visible !important;
}

.form-input {
  border-color: rgba(255, 255, 255, 0.09) !important;
  background: rgba(5, 7, 8, 0.72) !important;
  color: var(--arc-text) !important;
}

.form-input:focus {
  border-color: rgba(52, 211, 153, 0.45) !important;
  background: rgba(8, 12, 14, 0.94) !important;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1) !important;
}

textarea.form-input {
  min-height: 7rem;
}

.submit-btn {
  border-color: rgba(52, 211, 153, 0.3) !important;
  background: rgba(16, 185, 129, 0.11) !important;
  color: rgb(187, 247, 208) !important;
}

.success-banner,
.error-banner {
  border-radius: 0.5rem !important;
}

.success-banner {
  border-color: rgba(52, 211, 153, 0.26) !important;
  background: rgba(16, 185, 129, 0.1) !important;
}

.error-banner {
  border-color: rgba(248, 113, 113, 0.26) !important;
  background: rgba(248, 113, 113, 0.09) !important;
}

.recent-item {
  align-items: center;
}

.trials-page .hero-panel {
  position: relative;
  overflow: hidden;
}

.trials-page .hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.08), rgba(5, 7, 8, 0.74) 58%, rgba(5, 7, 8, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 1px);
  opacity: 0.92;
}

.trials-page .hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(135deg, black, transparent 72%);
}

.trials-page .kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.trials-page .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.35rem 0.55rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: rgb(176, 184, 193);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trials-page .kicker.live {
  border-color: rgba(52, 211, 153, 0.28);
  background: rgba(16, 185, 129, 0.12);
  color: rgb(167, 243, 208);
}

.trials-page .hero-copy {
  color: rgb(189, 195, 204);
}

.trials-page .summary-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trials-page .metric-tile {
  min-width: 0;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
}

.trials-page .metric-label {
  color: rgb(139, 148, 160);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trials-page .metric-value {
  display: block;
  margin-top: 0.4rem;
  color: rgb(246, 247, 249);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.2rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.trials-page .side-panel {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1rem;
}

.trials-page .side-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.85rem;
}

.trials-page .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  color: rgb(236, 239, 244);
}

.trials-page .value-pill {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: rgb(232, 234, 238);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.about-grid {
  display: grid;
  gap: 1rem;
}

.about-card-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.about-card-grid.two {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.about-card-grid.players {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.about-card-grid .player-card,
.about-card-grid .step-card {
  height: 100%;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.section-heading .eyebrow {
  color: rgb(251, 191, 36);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2 {
  color: rgb(250, 250, 250);
  font-size: 1.25rem;
  font-weight: 800;
}

.trials-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 21rem), 1fr)) !important;
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
}

.trial-card {
  height: 100% !important;
  min-height: 35.5rem !important;
}

.trial-card-inner {
  height: 100%;
}

.trial-card-title,
.trial-card-desc,
.field-label {
  overflow-wrap: anywhere;
}

.trial-card-header {
  min-height: 5rem !important;
}

.trial-result,
.result-block,
.result-placeholder {
  min-height: 10rem !important;
}

.enemy-breakdown {
  table-layout: fixed;
}

.enemy-breakdown th,
.enemy-breakdown td {
  overflow-wrap: anywhere;
}

.strategy-body {
  overflow-wrap: anywhere;
}

.trial-guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 0;
  min-height: 2.25rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(52, 211, 153, 0.26);
  background: rgba(16, 185, 129, 0.1);
  color: rgb(187, 247, 208);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.trial-guide-link:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.42);
  background: rgba(245, 158, 11, 0.1);
  color: rgb(255, 237, 213);
}

.value-card {
  height: 100%;
}

.value-card > div,
.stat-card > div {
  min-width: 0;
}

.hero-panel {
  min-height: 22rem !important;
}

.panel.hero-copy {
  min-height: 26rem !important;
}

.hero-grid-bg,
.site-backdrop::after {
  opacity: 0.72;
}

.trials-page .hero-panel {
  min-height: 13.5rem !important;
}

.trials-page .hero-title {
  max-width: 38rem;
  font-size: 1.95rem !important;
}

.trials-page p.hero-copy {
  min-height: 0 !important;
  max-width: 42rem;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (min-width: 640px) {
  .trials-page .hero-title {
    font-size: 2.45rem !important;
  }

  .trials-page .summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .trials-page .trials-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .trials-page .trial-card {
    min-height: 38rem !important;
  }

  .trials-page .trial-card-inner {
    padding: 0.85rem !important;
  }

  .trials-page .trial-card-header {
    gap: 0.65rem !important;
  }

  .trials-page .icon-box {
    width: 2.1rem;
    height: 2.1rem;
  }

  .trials-page .trial-card-title {
    font-size: 0.88rem !important;
  }

  .trials-page .trial-card-desc,
  .trials-page .info-tag,
  .trials-page .strategy-body {
    font-size: 0.72rem !important;
  }

  .trials-page .info-grid,
  .trials-page .trial-inputs {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.feature-card,
.event-card,
.trial-card {
  isolation: isolate;
}

.feature-card::before,
.event-card::before,
.trial-card::before,
.stat-card::before,
.value-card::before {
  height: 2px !important;
  background: linear-gradient(90deg, rgba(52, 211, 153, 0.82), rgba(245, 158, 11, 0.56), transparent) !important;
}

.trial-card.placeholder::before,
.event-card.upcoming::before {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.78), rgba(248, 113, 113, 0.46), transparent) !important;
}

.request-link {
  cursor: not-allowed;
}

.trial-guide-page .page-shell {
  max-width: 1240px;
  padding-top: 1.5rem;
}

.guide-hero {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.guide-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.06);
  transform: scale(1.01);
}

.guide-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.22), rgba(5, 7, 8, 0.82) 58%, rgba(5, 7, 8, 0.96)),
    linear-gradient(90deg, rgba(5, 7, 8, 0.7), rgba(5, 7, 8, 0.22) 42%, rgba(5, 7, 8, 0.7));
}

.guide-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: inherit;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
}

.trial-guide-page .kicker-row {
  justify-content: center;
}

.guide-title {
  max-width: 58rem;
  color: rgb(250, 250, 250);
  font-size: 2.25rem;
  line-height: 1.05;
  font-weight: 800;
  text-wrap: balance;
}

.guide-copy {
  max-width: 50rem;
  margin-top: 0.85rem;
  color: rgb(205, 211, 219);
  font-size: 0.95rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.guide-summary-grid {
  display: grid;
  gap: 0.65rem;
  width: 100%;
  max-width: 820px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-layout {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.guide-main,
.guide-sidebar {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
}

.guide-step-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.guide-step-card {
  height: 100%;
}

.guide-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1040px;
  margin: 0 auto;
}

.guide-shot {
  min-width: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.guide-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.035);
}

.guide-shot figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.guide-shot figcaption strong {
  color: rgb(241, 245, 249);
  font-size: 0.95rem;
}

.guide-shot figcaption span {
  color: rgb(139, 148, 160);
  font-size: 0.8rem;
  line-height: 1.55;
}

.guide-note-list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.guide-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.guide-note p {
  margin: 0;
  color: rgb(186, 194, 204);
  font-size: 0.82rem;
  line-height: 1.6;
}

.guide-note-dot {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.36rem;
  border-radius: 999px;
  background: rgb(52, 211, 153);
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.1);
}

.guide-stat-list,
.guide-math-list,
.guide-link-list {
  display: grid;
  gap: 0.55rem;
}

.guide-stat-row,
.guide-math-item,
.guide-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.guide-stat-row span,
.guide-math-item span {
  color: rgb(139, 148, 160);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-stat-row strong,
.guide-math-item strong,
.guide-link-item strong {
  min-width: 0;
  color: rgb(236, 239, 244);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}

.guide-math-item {
  align-items: flex-start;
}

.guide-math-item div {
  min-width: 0;
}

.guide-math-item p {
  margin-top: 0.25rem;
  color: rgb(120, 132, 146);
  font-size: 0.72rem;
  line-height: 1.45;
}

.guide-prep-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-prep-list li {
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgb(186, 194, 204);
  font-size: 0.78rem;
  line-height: 1.5;
}

.guide-link-item {
  color: rgb(214, 219, 226);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.guide-link-item:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.09);
  color: rgb(255, 237, 213);
}

.guide-link-item span {
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .guide-hero-content {
    padding: 2rem;
  }

  .guide-title {
    font-size: 3.35rem;
  }

  .guide-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .guide-layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .guide-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .list-header {
    display: none !important;
  }

  .section-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem !important;
  }

  .section-header span:first-child,
  .section-header .section-total {
    grid-column: auto !important;
    text-align: left !important;
  }

  .item-row {
    grid-template-columns: 2.2rem minmax(0, 1fr) minmax(4.25rem, auto) !important;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0.25rem 0.75rem !important;
    padding: 0.9rem 1rem !important;
  }

  .item-row .item-number {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .item-row .item-icon-wrap {
    display: none !important;
  }

  .item-row .item-name {
    grid-column: 2;
    grid-row: 1;
  }

  .item-row .item-type {
    grid-column: 2;
    grid-row: 2;
    text-align: left !important;
  }

  .item-row .item-qty {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    text-align: right !important;
  }

  .item-row .item-lock {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .panel,
  .glass,
  .glass-strong,
  .stat-card,
  .value-card,
  .trial-card {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22) !important;
  }

  .stat-card,
  .value-card,
  .player-card,
  .step-card {
    padding: 1rem !important;
  }

  .hero-panel,
  .panel.hero-copy {
    min-height: 25rem !important;
  }

  .trial-card {
    min-height: auto !important;
  }

  .guide-hero {
    min-height: 29rem;
  }

  .guide-hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 7, 8, 0.28), rgba(5, 7, 8, 0.9) 58%, rgba(5, 7, 8, 0.98)),
      linear-gradient(90deg, rgba(5, 7, 8, 0.52), rgba(5, 7, 8, 0.22), rgba(5, 7, 8, 0.52));
  }

  .guide-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .trials-grid {
    grid-auto-rows: auto !important;
  }

  .watermark {
    opacity: 0.1;
  }
}

@media (max-width: 520px) {
  .guide-title {
    font-size: 2rem;
  }

  .guide-copy {
    font-size: 0.9rem;
  }

  .guide-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-header {
    display: grid !important;
  }

  .item-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .item-row .item-number {
    display: none;
  }

  .item-row .item-name,
  .item-row .item-type {
    grid-column: 1;
  }

  .item-row .item-qty {
    grid-column: 2;
  }
}


/* ============================================================
   Shared site footer (.arc-footer)
   Used across index, trials, trader, inventory, guides, about,
   sources, and request pages.
   ============================================================ */

.arc-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 2.25rem 1rem 1.75rem;
  color: rgb(160, 170, 182);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, transparent, rgba(5, 7, 8, 0.55) 35%, rgba(5, 7, 8, 0.92));
}

.arc-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 211, 153, 0.4) 25%, rgba(245, 158, 11, 0.35) 60%, rgba(125, 211, 252, 0.3) 80%, transparent);
}

.arc-footer-inner {
  position: relative;
  display: grid;
  gap: 1.85rem;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.arc-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.arc-footer-brand {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  max-width: 28rem;
}

.arc-footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.arc-footer-brand-row img {
  display: block;
  width: auto;
  height: 1.85rem;
  object-fit: contain;
  opacity: 0.92;
}

.arc-footer-brand-row strong {
  color: rgb(241, 244, 248);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.arc-footer-tag {
  color: rgb(143, 153, 166);
  font-size: 0.78rem;
  line-height: 1.55;
}

.arc-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.15rem;
  padding: 0.32rem 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(52, 211, 153, 0.22);
  background: rgba(16, 185, 129, 0.08);
  color: rgb(167, 243, 208);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  width: fit-content;
}

.arc-footer-status-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(52, 211, 153);
  box-shadow: 0 0 6px rgb(52, 211, 153);
  animation: arc-footer-pulse 2.4s ease-in-out infinite;
}

@keyframes arc-footer-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

.arc-footer-col {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}

.arc-footer-col-title {
  margin-bottom: 0.2rem;
  color: rgb(160, 170, 182);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.arc-footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  color: rgb(190, 198, 209);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  transition: color 160ms ease, transform 160ms ease;
}

.arc-footer-col a::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  transform: translateX(-0.2rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.arc-footer-col a:hover {
  color: rgb(167, 243, 208);
  transform: translateX(2px);
}

.arc-footer-col a:hover::before {
  opacity: 0.7;
  transform: translateX(0);
}

.arc-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.arc-footer-copy {
  margin: 0;
  color: rgb(120, 132, 146);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.arc-footer-copy strong {
  color: rgb(190, 198, 209);
  font-weight: 700;
}

.arc-footer-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  color: rgb(120, 132, 146);
  font-size: 0.72rem;
}

.arc-footer-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.arc-footer-meta span::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.arc-footer-meta span:first-child::before {
  display: none;
}

@media (max-width: 1024px) {
  .arc-footer-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 760px) {
  .arc-footer {
    padding: 1.85rem 1rem 1.5rem;
  }
  .arc-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
  }
  .arc-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 460px) {
  .arc-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .arc-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
}
