.tier-guide {
  --tier-line: rgba(142, 169, 190, 0.2);
  --tier-panel: #0a1420;
  --tier-panel-2: #0e1b29;
  --tier-infantry: #6dc6d8;
  --tier-cavalry: #d6a65c;
  --tier-archer: #9ecb77;
  width: 100%;
  min-width: 0;
}

.tier-guide [hidden] { display: none !important; }
.tier-guide h1,
.tier-guide h2,
.tier-guide h3,
.tier-guide h4,
.tier-guide p { margin-top: 0; }
.tier-guide button,
.tier-guide select { font: inherit; }

.tier-breadcrumbs { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }

.tier-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(1.4rem, 3.5vw, 3.25rem);
  border: 1px solid var(--tier-line);
  border-radius: 12px;
  background:
    linear-gradient(115deg, rgba(57, 198, 216, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(17, 31, 46, 0.97), rgba(7, 16, 27, 0.98));
  box-shadow: var(--intel-shadow);
}

.tier-hero__copy { min-width: 0; }

.tier-hero h1 {
  max-width: 900px;
  margin-bottom: 1rem;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.tier-hero__answer {
  max-width: 820px;
  margin-bottom: 1.3rem;
  color: #c0cbd5;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.7;
}

.tier-status {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1.25rem;
  border-block: 1px solid var(--tier-line);
}

.tier-status > * {
  display: grid;
  min-width: 0;
  min-height: 70px;
  padding: 0.8rem;
  align-content: center;
  border-right: 1px solid var(--tier-line);
}

.tier-status > *:last-child { border-right: 0; }
.tier-status small { color: var(--intel-text-muted); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.tier-status strong { overflow-wrap: anywhere; color: var(--intel-text); font-size: 0.78rem; }
.tier-status a:hover strong { color: var(--intel-cyan); }

.tier-generation-picker {
  display: flex;
  max-width: 100%;
  gap: 0.4rem;
  align-items: center;
  overflow-x: auto;
  padding: 0.15rem 0.2rem 0.45rem;
  scrollbar-color: rgba(57, 198, 216, 0.45) transparent;
}

.tier-generation-picker > span { margin-right: 0.3rem; color: var(--intel-text-muted); font-size: 0.76rem; white-space: nowrap; }
.tier-generation-picker button,
.tier-context button,
.tier-context select {
  min-height: 44px;
  border: 1px solid var(--tier-line);
  border-radius: 6px;
  background: #09131e;
  color: var(--intel-text);
}
.tier-generation-picker button { min-width: 48px; padding-inline: 0.8rem; font-weight: 800; cursor: pointer; }
.tier-generation-picker button[aria-pressed="true"],
.tier-context button[aria-pressed="true"] { border-color: var(--intel-cyan); background: rgba(57, 198, 216, 0.12); color: #c9f8ff; box-shadow: inset 0 -2px var(--intel-cyan); }

.tier-hero__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; }
.tier-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0.75rem 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tier-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.86rem;
  font-weight: 800;
}
.tier-button:hover { border-color: var(--intel-cyan); color: var(--intel-cyan); }
.tier-button--primary { border-color: rgba(216, 180, 101, 0.68); background: var(--intel-gold); color: #11100c; }
.tier-button--primary:hover { border-color: var(--intel-gold-strong); background: var(--intel-gold-strong); color: #11100c; }

.tier-hero__principle {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 101, 0.28);
  border-radius: 9px;
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255,255,255,0.025) 31px 32px),
    radial-gradient(circle at 80% 15%, rgba(216, 180, 101, 0.2), transparent 45%),
    #08131e;
}
.tier-hero__principle::after { position: absolute; right: -36px; bottom: -50px; color: rgba(57, 198, 216, 0.06); content: "K"; font-size: 16rem; font-weight: 900; line-height: 1; }
.tier-hero__principle > span { color: var(--intel-cyan); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.14em; }
.tier-hero__principle > p { max-width: 260px; margin: 3.2rem 0 0.65rem; color: var(--intel-text-muted); font-size: 0.92rem; }
.tier-hero__principle > strong { position: relative; z-index: 1; display: block; max-width: 300px; margin-bottom: 1rem; font-size: 1.35rem; line-height: 1.3; }
.tier-hero__principle > div { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto; gap: 0.4rem; align-items: center; margin-top: auto; padding-top: 12px; }
.tier-hero__principle i { height: 1px; background: var(--tier-line); }
.tier-hero__principle small { color: var(--intel-text-muted); font-size: 0.6rem; text-transform: uppercase; }

.tier-quick,
.tier-matrix,
.tier-tools,
.tier-generation-links,
.tier-trust,
.tier-faq { margin-top: clamp(3.5rem, 8vw, 6.5rem); }
.tier-quick > header,
.tier-board__header,
.tier-matrix > header,
.tier-tools > header { display: flex; gap: 1.5rem; align-items: end; justify-content: space-between; margin-bottom: 1.2rem; }
.tier-quick h2,
.tier-board h2,
.tier-matrix h2,
.tier-tools h2,
.tier-generation-links h2,
.tier-trust h2,
.tier-faq h2 { margin-bottom: 0; font-size: clamp(1.65rem, 3.4vw, 2.75rem); line-height: 1.1; letter-spacing: -0.035em; }
.tier-quick > header > p,
.tier-board__header > p,
.tier-matrix > header > p { max-width: 420px; margin-bottom: 0; color: var(--intel-text-muted); font-size: 0.88rem; }

.tier-quick__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--tier-line); border-left: 1px solid var(--tier-line); }
.tier-quick-card { position: relative; display: flex; min-width: 0; min-height: 320px; padding: 1.2rem; flex-direction: column; border-right: 1px solid var(--tier-line); border-bottom: 1px solid var(--tier-line); background: linear-gradient(155deg, rgba(15, 29, 42, 0.92), rgba(7, 15, 25, 0.96)); }
.tier-quick-card__number { position: absolute; top: 0.75rem; right: 0.9rem; color: rgba(164, 176, 188, 0.27); font-size: 1.5rem; font-weight: 900; }
.tier-quick-card > p:first-of-type { padding-right: 2.5rem; color: var(--intel-cyan); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.tier-quick-card__hero { display: flex; gap: 0.75rem; align-items: center; margin: 0.7rem 0 1rem; }
.tier-quick-card__hero picture,
.tier-quick-card__hero img { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 8px; object-fit: cover; }
.tier-quick-card__hero img { border: 1px solid var(--tier-line); background: #101c28; }
.tier-quick-card__hero strong { display: block; font-size: 1.18rem; }
.tier-quick-card__hero small { color: var(--intel-text-muted); }
.tier-quick-card__limited { display: grid; min-height: 72px; margin: 0.7rem 0 1rem; align-content: center; }
.tier-quick-card__limited strong { color: var(--intel-warning); }
.tier-quick-card__limited span { color: var(--intel-text-muted); font-size: 0.8rem; }
.tier-quick-card__verdict { margin-bottom: 0.65rem; color: #d6dde3; font-size: 0.9rem; line-height: 1.55; }
.tier-quick-card__assumption { display: block; margin-bottom: 1rem; color: var(--intel-text-muted); line-height: 1.5; }
.tier-quick-card__footer { display: flex; gap: 0.65rem; align-items: center; justify-content: space-between; margin-top: auto; }
.tier-quick-card__footer a { color: var(--intel-gold); font-size: 0.75rem; font-weight: 800; }

.tier-evidence { display: inline-flex; width: max-content; max-width: 100%; min-height: 28px; padding: 0.28rem 0.5rem; align-items: center; border: 1px solid rgba(57, 198, 216, 0.34); border-radius: 999px; color: #bfeff5; font-size: 0.65rem; font-weight: 800; line-height: 1.15; }

.tier-context {
  position: sticky;
  z-index: 30;
  top: 74px;
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(145px, 0.65fr)) auto auto;
  gap: 0.7rem;
  margin: clamp(3rem, 7vw, 5rem) 0 1.5rem;
  padding: 0.85rem;
  align-items: end;
  border: 1px solid rgba(57, 198, 216, 0.25);
  border-radius: 9px;
  background: rgba(6, 14, 23, 0.96);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}
.tier-context label,
.tier-context__group { display: grid; min-width: 0; gap: 0.3rem; }
.tier-context label > span,
.tier-context__group > span { color: var(--intel-text-muted); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.tier-context__group > div { display: flex; min-width: 0; gap: 0.25rem; overflow-x: auto; }
.tier-context__group button { min-width: 44px; padding-inline: 0.5rem; cursor: pointer; }
.tier-context select { width: 100%; padding: 0 2rem 0 0.7rem; }
.tier-context__reset { padding-inline: 0.9rem; cursor: pointer; }
.tier-context__count { display: grid; min-height: 44px; padding: 0.5rem 0.75rem; place-items: center; color: var(--intel-cyan); font-size: 0.76rem; font-weight: 800; white-space: nowrap; }
.tier-context-recovered { padding: 0.8rem 1rem; border-left: 3px solid var(--intel-warning); background: rgba(217, 168, 78, 0.08); color: #e4c886; }

.tier-board__bands { display: grid; gap: 0.85rem; }
.tier-band { display: grid; grid-template-columns: 190px minmax(0, 1fr); min-width: 0; border: 1px solid var(--tier-line); border-radius: 9px; background: rgba(7, 16, 26, 0.7); }
.tier-band > header { padding: 1.1rem; border-right: 1px solid var(--tier-line); }
.tier-band > header > span { display: grid; width: 48px; height: 48px; margin-bottom: 1rem; place-items: center; border: 1px solid var(--tier-line); border-radius: 6px; color: var(--intel-cyan); font-size: 1.35rem; font-weight: 900; }
.tier-band > header h3 { margin-bottom: 0.35rem; font-size: 0.95rem; }
.tier-band > header small { color: var(--intel-text-muted); }
.tier-band > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
.tier-band--s > header > span { border-color: rgba(216,180,101,.55); color: var(--intel-gold); }
.tier-band--hold > header > span { border-color: rgba(223,95,103,.45); color: #ec9298; }
.tier-band--limited > header > span { color: var(--intel-text-muted); }

.tier-hero-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); min-width: 0; padding: 1rem; gap: 0.9rem; border-right: 1px solid var(--tier-line); border-bottom: 1px solid var(--tier-line); }
.tier-hero-card[hidden] { display: none; }
.tier-hero-card__portrait { position: relative; width: 96px; height: 96px; }
.tier-hero-card__portrait img { width: 96px; height: 96px; border: 1px solid var(--tier-line); border-radius: 7px; background: #111d29; object-fit: cover; }
.tier-hero-card__portrait > span { position: absolute; right: 5px; bottom: 5px; padding: 0.15rem 0.3rem; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; background: rgba(3,8,14,.88); font-size: 0.62rem; font-weight: 900; }
.tier-hero-card__body { min-width: 0; }
.tier-hero-card__identity { display: flex; gap: 0.75rem; align-items: start; justify-content: space-between; }
.tier-hero-card__identity p { margin-bottom: 0.1rem; color: var(--intel-text-muted); font-size: 0.67rem; }
.tier-hero-card__identity h4 { margin: 0; font-size: 1.12rem; }
.tier-hero-card__identity h4 a:hover { color: var(--intel-cyan); }
.tier-hero-card__identity > strong { padding: 0.28rem 0.42rem; border: 1px solid rgba(216,180,101,.3); border-radius: 4px; color: var(--intel-gold); font-size: 0.63rem; text-transform: uppercase; white-space: nowrap; }
.tier-hero-card__reason { margin: 0.7rem 0; color: #c1ccd5; font-size: 0.8rem; line-height: 1.55; }
.tier-hero-card__tags { display: flex; flex-wrap: wrap; gap: 0.28rem; }
.tier-hero-card__tags span { padding: 0.2rem 0.38rem; border-radius: 3px; background: rgba(142,169,190,.09); color: var(--intel-text-muted); font-size: 0.6rem; }
.tier-hero-card details { margin-top: 0.7rem; border-top: 1px solid var(--tier-line); }
.tier-hero-card summary { min-height: 44px; padding-block: 0.7rem; color: var(--intel-cyan); font-size: 0.73rem; font-weight: 800; cursor: pointer; }
.tier-hero-card details p { margin-bottom: 0.55rem; color: var(--intel-text-muted); font-size: 0.73rem; }
.tier-hero-card details strong { color: #dce3e8; }
.tier-hero-card details ul { margin: 0.6rem 0; padding-left: 1rem; color: #788897; font-size: 0.65rem; }
.tier-hero-card__footer { display: flex; gap: 0.65rem; align-items: center; justify-content: space-between; margin-top: 0.75rem; }
.tier-hero-card__footer > div { display: flex; gap: 0.35rem; }
.tier-hero-card__footer a,
.tier-hero-card__footer button { display: inline-flex; min-height: 40px; padding: 0.45rem 0.6rem; align-items: center; border: 1px solid var(--tier-line); border-radius: 5px; background: transparent; color: var(--intel-text); font-size: 0.68rem; font-weight: 800; }
.tier-hero-card__footer button { min-height: 44px; cursor: pointer; }
.tier-hero-card__footer button[disabled] { cursor: not-allowed; opacity: 0.38; }
.tier-hero-card__footer a:hover,
.tier-hero-card__footer button:not([disabled]):hover { border-color: var(--intel-cyan); color: var(--intel-cyan); }
.tier-empty { padding: 2rem; border: 1px dashed var(--tier-line); text-align: center; }
.tier-empty strong { font-size: 1.2rem; }
.tier-empty p { color: var(--intel-text-muted); }
.tier-empty button { min-height: 44px; padding: 0.6rem 0.9rem; border: 1px solid var(--intel-cyan); border-radius: 5px; background: transparent; color: var(--intel-cyan); cursor: pointer; }

.tier-matrix__table { border: 1px solid var(--tier-line); border-radius: 9px; overflow: hidden; }
.tier-matrix__row { display: grid; grid-template-columns: 0.62fr repeat(5, minmax(0, 1fr)); }
.tier-matrix__row > * { min-width: 0; padding: 0.95rem; border-right: 1px solid var(--tier-line); border-bottom: 1px solid var(--tier-line); }
.tier-matrix__row > *:last-child { border-right: 0; }
.tier-matrix__row:last-child > * { border-bottom: 0; }
.tier-matrix__head { background: #101d2a; color: var(--intel-text-muted); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.tier-matrix__row h3 { display: grid; margin: 0; align-content: start; font-size: 0.8rem; }
.tier-matrix__row h3 small { color: var(--intel-cyan); }
.tier-matrix__row div a,
.tier-matrix__row div strong { color: var(--intel-text); font-size: 0.82rem; font-weight: 800; }
.tier-matrix__row div a:hover { color: var(--intel-cyan); }
.tier-matrix__row div p { margin: 0.35rem 0; color: var(--intel-text-muted); font-size: 0.66rem; line-height: 1.45; }
.tier-matrix__row div > span { color: var(--intel-cyan); font-size: 0.6rem; font-weight: 800; }

.tier-editorial { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: clamp(3.5rem, 8vw, 6.5rem); background: var(--tier-line); border: 1px solid var(--tier-line); }
.tier-editorial article { min-width: 0; padding: clamp(1.25rem, 3vw, 2.25rem); background: #08131e; }
.tier-editorial h2 { font-size: clamp(1.2rem, 2.5vw, 1.7rem); }
.tier-editorial article > p:last-child { margin-bottom: 0; color: var(--intel-text-muted); line-height: 1.7; }
.tier-editorial a { color: var(--intel-cyan); text-decoration: underline; text-underline-offset: 0.16em; }

.tier-tools { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid rgba(216,180,101,.25); border-radius: 9px; background: linear-gradient(120deg, rgba(216,180,101,.08), transparent 40%), #091520; }
.tier-tools > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--tier-line); border-left: 1px solid var(--tier-line); }
.tier-tools > div > a { display: grid; min-height: 205px; padding: 1.1rem; align-content: start; border-right: 1px solid var(--tier-line); border-bottom: 1px solid var(--tier-line); transition: background 160ms ease, border-color 160ms ease; }
.tier-tools > div > a:hover { background: rgba(57,198,216,.07); }
.tier-tools a > span { color: var(--intel-cyan); font-size: 0.65rem; letter-spacing: 0.1em; }
.tier-tools a > strong { margin: 2rem 0 0.55rem; font-size: 1.1rem; }
.tier-tools a > p { margin: 0; color: var(--intel-text-muted); font-size: 0.8rem; }

.tier-generation-links > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.55rem; margin-top: 1.2rem; }
.tier-generation-links a { display: grid; min-height: 72px; padding: 0.8rem; align-content: center; border: 1px solid var(--tier-line); border-radius: 6px; font-size: 0.8rem; font-weight: 800; }
.tier-generation-links a:hover { border-color: var(--intel-cyan); }
.tier-generation-links small { color: var(--intel-text-muted); font-size: 0.64rem; font-weight: 500; }

.tier-trust { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1px; border: 1px solid var(--tier-line); background: var(--tier-line); }
.tier-trust > div { padding: clamp(1.25rem, 3vw, 2rem); background: #08131e; }
.tier-trust__intro > p { color: var(--intel-text-muted); line-height: 1.7; }
.tier-trust dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.55rem; margin: 1.25rem 0 0; }
.tier-trust dl div { padding: 0.65rem; border: 1px solid var(--tier-line); }
.tier-trust dt { color: var(--intel-text-muted); font-size: 0.63rem; text-transform: uppercase; }
.tier-trust dd { margin: 0.2rem 0 0; font-size: 0.78rem; }
.tier-trust__legend h3,
.tier-trust__change h3 { margin-bottom: 1rem; }
.tier-trust__legend > div { margin-bottom: 0.7rem; }
.tier-trust__legend strong { color: var(--intel-cyan); font-size: 0.76rem; }
.tier-trust__legend p { margin: 0.15rem 0 0; color: var(--intel-text-muted); font-size: 0.72rem; }
.tier-trust__change { grid-column: 1 / -1; }
.tier-trust__change > p { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; }
.tier-trust__change time { color: var(--intel-gold); font-size: 0.75rem; }
.tier-trust__change span,
.tier-trust__disclaimer { color: var(--intel-text-muted); font-size: 0.8rem; }
.tier-trust__disclaimer { display: block !important; padding-top: 1rem; border-top: 1px solid var(--tier-line); }

.tier-faq { max-width: 880px; margin-inline: auto; }
.tier-faq details { border-bottom: 1px solid var(--tier-line); }
.tier-faq summary { min-height: 54px; padding: 1rem 0; font-weight: 800; cursor: pointer; }
.tier-faq details p { padding-right: 2rem; color: var(--intel-text-muted); line-height: 1.7; }
.tier-faq__back { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }
.tier-faq__back a { display: inline-flex; min-height: 44px; padding: 0.6rem 0.8rem; align-items: center; border: 1px solid var(--tier-line); border-radius: 5px; color: var(--intel-cyan); font-weight: 800; }

.tier-compare-tray {
  position: fixed;
  z-index: 90;
  right: max(1rem, calc((100vw - var(--intel-content-width)) / 2));
  bottom: 1rem;
  left: max(1rem, calc((100vw - var(--intel-content-width)) / 2));
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
  gap: 0.75rem;
  min-height: 76px;
  padding: 0.75rem 0.9rem;
  align-items: center;
  border: 1px solid rgba(57,198,216,.45);
  border-radius: 9px;
  background: rgba(5, 13, 22, 0.97);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
}
.tier-compare-tray > div:first-child { display: grid; }
.tier-compare-tray small { color: var(--intel-cyan); text-transform: uppercase; }
.tier-compare-tray strong { font-size: 0.8rem; }
.tier-compare-tray [data-tray-heroes] { display: flex; gap: 0.35rem; }
.tier-compare-tray [data-tray-heroes] span { display: inline-flex; min-height: 40px; padding: 0.45rem 0.6rem; align-items: center; border: 1px solid var(--tier-line); border-radius: 5px; font-size: 0.76rem; }
.tier-compare-tray button,
.tier-compare-tray a { display: inline-flex; min-height: 44px; padding: 0.55rem 0.8rem; align-items: center; justify-content: center; border: 1px solid var(--tier-line); border-radius: 5px; background: transparent; color: var(--intel-text); font-size: 0.75rem; font-weight: 800; cursor: pointer; }
.tier-compare-tray a:not([aria-disabled="true"]) { border-color: var(--intel-gold); background: var(--intel-gold); color: #100f0b; }
.tier-compare-tray a[aria-disabled="true"] { pointer-events: none; opacity: 0.45; }
.intel-page.has-tier-tray { padding-bottom: 100px; }

@media (max-width: 1100px) {
  .tier-context { grid-template-columns: 1fr 1fr 1fr; top: 68px; }
  .tier-context__group { grid-column: 1 / -1; }
  .tier-context__count { justify-self: stretch; }
  .tier-band { grid-template-columns: 150px minmax(0, 1fr); }
  .tier-band > div { grid-template-columns: 1fr; }
  .tier-tools > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tier-matrix__row { grid-template-columns: 100px repeat(5, minmax(170px, 1fr)); }
  .tier-matrix__table { overflow-x: auto; }
}

@media (max-width: 760px) {
  .intel-main--workspace { width: min(100% - 28px, var(--intel-content-width)); padding-top: 30px; }
  .tier-hero { grid-template-columns: 1fr; padding: 1rem; }
  .tier-hero__copy { display: flex; flex-direction: column; }
  .tier-hero h1 { font-size: clamp(1.72rem, 7.8vw, 3rem); line-height: 1; }
  .tier-hero__answer { margin-bottom: 0.85rem; font-size: 0.95rem; line-height: 1.55; }
  .tier-status { margin-top: 0.45rem; }
  .tier-hero__principle { display: none; }
  .tier-status { grid-template-columns: repeat(2, 1fr); }
  .tier-status > * { border-bottom: 1px solid var(--tier-line); }
  .tier-status > *:nth-child(even) { border-right: 0; }
  .tier-status > *:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .tier-hero__actions > * { flex: 1 1 190px; }
  .tier-quick > header,
  .tier-board__header,
  .tier-matrix > header { display: block; }
  .tier-quick > header > p,
  .tier-board__header > p,
  .tier-matrix > header > p { margin-top: 0.7rem; }
  .tier-quick__grid { grid-template-columns: 1fr; }
  .tier-quick-card { min-height: 285px; }
  .tier-context { position: relative; top: auto; grid-template-columns: 1fr 1fr; }
  .tier-context__group { grid-column: 1 / -1; }
  .tier-context label { grid-column: span 1; }
  .tier-context__reset,
  .tier-context__count { width: 100%; }
  .tier-band { grid-template-columns: 1fr; }
  .tier-band > header { display: flex; gap: 0.75rem; padding: 0.75rem; align-items: center; border-right: 0; border-bottom: 1px solid var(--tier-line); }
  .tier-band > header > span { width: 42px; height: 42px; margin: 0; flex: 0 0 42px; }
  .tier-band > header h3 { margin: 0; }
  .tier-band > header small { margin-left: auto; }
  .tier-hero-card { grid-template-columns: 76px minmax(0, 1fr); }
  .tier-hero-card__portrait,
  .tier-hero-card__portrait img { width: 76px; height: 76px; }
  .tier-hero-card__footer { align-items: start; flex-direction: column; }
  .tier-hero-card__footer > div { width: 100%; }
  .tier-hero-card__footer a,
  .tier-hero-card__footer button { flex: 1; justify-content: center; }
  .tier-matrix__table { overflow: visible; border: 0; }
  .tier-matrix__head { display: none; }
  .tier-matrix__row { display: grid; grid-template-columns: 1fr; margin-bottom: 0.85rem; overflow: hidden; border: 1px solid var(--tier-line); border-radius: 8px; }
  .tier-matrix__row > * { border-right: 0; }
  .tier-matrix__row h3 { display: flex; padding: 0.9rem; align-items: center; justify-content: space-between; background: #101d2a; }
  .tier-matrix__row div { display: grid; grid-template-columns: minmax(105px, .65fr) 1fr; column-gap: 0.75rem; }
  .tier-matrix__row div::before { grid-row: 1 / span 3; color: var(--intel-text-muted); content: attr(data-label); font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
  .tier-editorial { grid-template-columns: 1fr; }
  .tier-tools > div,
  .tier-generation-links > div,
  .tier-trust { grid-template-columns: 1fr; }
  .tier-tools > div > a { min-height: 165px; }
  .tier-generation-links > div { grid-template-columns: 1fr 1fr; }
  .tier-trust__change { grid-column: auto; }
  .tier-compare-tray { grid-template-columns: 1fr auto; }
  .tier-compare-tray [data-tray-heroes] { grid-column: 1 / -1; grid-row: 2; }
  .tier-compare-tray [data-tray-clear] { grid-column: 1; grid-row: 3; }
  .tier-compare-tray [data-tray-launch] { grid-column: 2; grid-row: 3; }
  .intel-page.has-tier-tray { padding-bottom: 240px; }
}

@media (max-width: 430px) {
  .tier-hero { margin-inline: -2px; }
  .tier-status strong { white-space: normal; }
  .tier-context { grid-template-columns: 1fr; }
  .tier-context label,
  .tier-context__reset,
  .tier-context__count { grid-column: 1; }
  .tier-generation-links > div { grid-template-columns: 1fr; }
  .tier-trust dl { grid-template-columns: 1fr; }
  .tier-trust__change > p { grid-template-columns: 1fr; gap: 0.2rem; }
  .tier-hero-card { grid-template-columns: 64px minmax(0, 1fr); padding: 0.8rem; gap: 0.7rem; }
  .tier-hero-card__portrait,
  .tier-hero-card__portrait img { width: 64px; height: 64px; }
  .tier-hero-card__identity { align-items: start; flex-direction: column; }
  .tier-hero-card__footer > div { flex-direction: column; }
  .tier-compare-tray { right: 0.5rem; bottom: 0.5rem; left: 0.5rem; }
  .tier-compare-tray [data-tray-heroes] { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .tier-guide *,
  .tier-guide *::before,
  .tier-guide *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
