@import url("/styles-20260925j.css");

/* Product-depth and navigation parity layer. */
.site-header {
  grid-template-columns: minmax(11rem, 1fr) auto minmax(0, 1fr) auto;
  column-gap: clamp(0.75rem, 1.5vw, 1.4rem);
}

.site-nav {
  gap: clamp(0.8rem, 1.5vw, 1.55rem);
}

.site-nav a {
  white-space: nowrap;
}

.nav-count {
  display: inline-grid;
  min-width: 1.05rem;
  height: 1.05rem;
  margin-left: 0.22rem;
  padding-inline: 0.24rem;
  place-items: center;
  border-radius: 1rem;
  background: var(--cyan);
  color: var(--bg);
  font-size: 0.55rem;
}

.nav-count[hidden] {
  display: none;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.25rem;
  place-content: center;
  gap: 0.27rem;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span {
  display: block;
  width: 1.1rem;
  height: 1px;
  background: var(--ink);
}

.mobile-nav > nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  display: grid;
  width: min(17rem, calc(100vw - 2rem));
  padding: 0.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.35rem;
  background: rgba(7, 16, 23, 0.98);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.5);
}

.mobile-nav > nav a {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav > nav a:last-child {
  border-bottom: 0;
  color: var(--cyan);
}

.directory-status-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0 1.25rem;
  border: 1px solid var(--line);
}

.directory-status-tabs button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  min-height: 6.25rem;
  padding: 1rem 1.2rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: rgba(7, 16, 23, 0.48);
  color: var(--ink);
  text-align: left;
}

.directory-status-tabs button:last-child {
  border-right: 0;
}

.directory-status-tabs button:hover,
.directory-status-tabs button:focus-visible,
.directory-status-tabs button.is-active {
  background: rgba(117, 201, 211, 0.075);
  box-shadow: inset 0 -2px var(--cyan);
}

.directory-status-tabs span {
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.directory-status-tabs strong {
  color: var(--cyan);
  font-size: 1.35rem;
  font-weight: 400;
}

.directory-status-tabs small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.68rem;
}

.directory-display-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sort-control select {
  min-height: 2.35rem;
  padding: 0 2rem 0 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.2rem;
  background: var(--surface-raised);
  color: var(--ink);
  font: inherit;
}

.directory-page .directory-hero {
  display: none;
}

.directory-page .directory {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.directory-heading h1 {
  max-width: 14ch;
  margin: 0.35rem 0 0;
  font-size: clamp(2.7rem, 5.7vw, 5.3rem);
  font-weight: 250;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.clan-card__footer {
  gap: 1rem;
}

.compare-toggle,
.compare-remove {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  min-height: 2.2rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.2rem;
  background: transparent;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-toggle:hover,
.compare-toggle:focus-visible,
.compare-toggle.is-selected,
.compare-remove:hover,
.compare-remove:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.profile-actions .compare-toggle {
  width: 100%;
  min-height: 3rem;
  color: var(--ink);
}

.text-action {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-transform: uppercase;
}

.profile-action-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.load-more-wrap .button {
  min-width: 13rem;
}

.load-more-wrap .button[hidden] {
  display: none;
}

.compare-toast {
  position: fixed;
  z-index: 1000;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: min(24rem, calc(100vw - 2.5rem));
  padding: 0.9rem 1rem;
  border: 1px solid var(--cyan);
  border-radius: 0.25rem;
  background: #0b1820;
  color: var(--ink);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.48);
  font-size: 0.76rem;
}

.site-footer--expanded {
  grid-template-columns: minmax(14rem, 1.5fr) repeat(3, minmax(8rem, 1fr));
  align-items: start;
  min-height: 0;
  padding-block: 2.5rem 1.3rem;
}

.site-footer--expanded .footer-brand {
  display: grid;
  gap: 1rem;
}

.site-footer--expanded .footer-brand p {
  max-width: 30rem;
  line-height: 1.7;
}

.site-footer--expanded nav {
  display: grid;
  gap: 0.65rem;
}

.site-footer--expanded nav strong {
  margin-bottom: 0.25rem;
  color: var(--ink);
  font-size: 0.61rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-footer--expanded nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer--expanded nav a:hover,
.site-footer--expanded nav a:focus-visible {
  color: var(--cyan);
}

.site-footer--expanded .footer-copy {
  grid-column: 1 / -1;
  justify-self: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

/* Comparison, recruitment, and trust pages. */
.content-shell,
.compare-shell {
  width: min(calc(100% - 2 * var(--page-pad)), var(--content));
  min-height: calc(100svh - 12rem);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.content-hero,
.compare-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.7fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.content-hero h1,
.compare-heading h1 {
  max-width: 12ch;
  margin: 0.4rem 0 0;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 250;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.content-hero > p,
.compare-heading > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.content-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  border: 1px solid var(--line);
  background: var(--line);
}

.content-panel,
.faq-item {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  background: var(--bg);
}

.content-panel h2,
.faq-item h2 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 500;
}

.content-panel p,
.content-panel li,
.faq-item p {
  color: var(--muted);
  line-height: 1.75;
}

.content-panel ul,
.content-panel ol {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.content-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.comparison-root {
  margin-top: 2rem;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.comparison-table {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.65fr) repeat(var(--compare-columns), minmax(14rem, 1fr));
  min-width: calc(9rem + var(--compare-columns) * 14rem);
  gap: 1px;
  background: var(--line);
}

.comparison-table--1 { --compare-columns: 1; }
.comparison-table--2 { --compare-columns: 2; }
.comparison-table--3 { --compare-columns: 3; }
.comparison-table--4 { --compare-columns: 4; }

.sigil-tone-0 { --sigil-hue: 175; }
.sigil-tone-1 { --sigil-hue: 183; }
.sigil-tone-2 { --sigil-hue: 191; }
.sigil-tone-3 { --sigil-hue: 199; }
.sigil-tone-4 { --sigil-hue: 207; }
.sigil-tone-5 { --sigil-hue: 215; }
.sigil-tone-6 { --sigil-hue: 223; }
.sigil-tone-7 { --sigil-hue: 231; }

.comparison-corner,
.comparison-label,
.comparison-clan,
.comparison-value {
  background: var(--bg);
}

.comparison-corner,
.comparison-label {
  padding: 1rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.comparison-clan {
  display: flex;
  min-height: 16rem;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
}

.comparison-clan h2 {
  margin: 1rem 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 450;
}

.comparison-clan p {
  display: -webkit-box;
  margin: 0 0 1rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.comparison-actions {
  display: flex;
  width: 100%;
  margin-top: auto;
  gap: 0.5rem;
}

.comparison-actions .button {
  flex: 1;
}

.comparison-value {
  padding: 1rem;
  color: var(--ink);
  font-size: 0.76rem;
  line-height: 1.5;
}

.comparison-empty {
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--line);
  text-align: center;
}

.comparison-empty h2 {
  margin-top: 0;
  font-weight: 400;
}

.comparison-empty p,
.comparison-error {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(11rem, 1fr) auto auto;
  }
}

@media (max-width: 860px) {
  .site-footer--expanded {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer--expanded .footer-brand,
  .site-footer--expanded .footer-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 0.55rem;
  }

  .mobile-nav {
    display: block;
    grid-column: 2;
  }

  .auth-controls {
    grid-column: 3;
  }

  .directory-status-tabs,
  .content-grid,
  .faq-grid,
  .content-hero,
  .compare-heading {
    grid-template-columns: 1fr;
  }

  .directory-status-tabs button {
    min-height: 4.75rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .directory-status-tabs button:last-child {
    border-bottom: 0;
  }

  .directory-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-display-controls {
    width: 100%;
    justify-content: space-between;
  }

  .clan-card__footer {
    display: flex;
  }

  .clan-card__facts {
    display: none;
  }

  .site-footer--expanded {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }

  .site-footer--expanded .footer-brand,
  .site-footer--expanded .footer-copy {
    grid-column: 1 / -1;
  }

  .site-footer--expanded > nav:last-of-type {
    grid-column: 1 / -1;
  }
}

@media (max-width: 470px) {
  .brand__text {
    display: none;
  }

  .directory-display-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    justify-content: space-between;
  }

  .sort-control select {
    flex: 1;
  }
}

.discovery-links {
  width: min(100% - 2rem, 88rem);
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.discovery-links__heading,
.discovery-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.discovery-links__heading h2,
.discovery-results-heading h2 {
  margin: .3rem 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.discovery-links__heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.discovery-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.discovery-link-grid a {
  display: flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.discovery-link-grid a:hover,
.discovery-link-grid a[aria-current="page"] {
  background: color-mix(in srgb, var(--cyan) 9%, transparent);
  color: var(--cyan);
}

.discovery-link-grid strong {
  color: var(--muted);
  font-size: .75rem;
  font-variant-numeric: tabular-nums;
}

.guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  align-items: center;
  margin-top: 1.4rem;
  color: var(--muted);
}

.guide-links strong {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
}

.guide-links a,
.discovery-results-heading a,
.discovery-note a,
.profile-discovery-links a {
  color: var(--cyan);
  text-underline-offset: .24em;
}

.discovery-shell,
.guide-shell {
  width: min(100% - 2rem, 88rem);
  margin: 0 auto;
  padding: 1.5rem 0 clamp(4rem, 8vw, 7rem);
}

.discovery-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14rem;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin: clamp(2rem, 5vw, 5rem) 0 1.5rem;
  padding-bottom: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.discovery-hero h1,
.guide-article > header h1 {
  max-width: 18ch;
  margin: .4rem 0 1.2rem;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
}

.discovery-hero p,
.guide-article > header > p {
  max-width: 48rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.discovery-hero aside {
  display: grid;
  padding: 1.3rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.discovery-hero aside strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.discovery-hero aside span {
  margin-top: .45rem;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.4;
}

.discovery-note {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  padding: 1rem 1.2rem;
  border-left: 2px solid var(--gold);
  background: color-mix(in srgb, var(--gold) 5%, transparent);
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.discovery-note p { margin: 0; }
.discovery-note a { flex: 0 0 auto; }
.discovery-results-heading { margin-top: 0; }
.discovery-results-heading > a { justify-self: end; }
.discovery-shell > .clan-grid { margin-bottom: clamp(4rem, 8vw, 7rem); }
.discovery-shell > .discovery-links { width: 100%; margin-bottom: 0; }

.profile-discovery-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: .82rem;
}

.profile-discovery-links strong {
  width: 100%;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .68rem;
}

.guide-article {
  width: min(100%, 56rem);
  margin: clamp(2rem, 6vw, 5rem) auto 0;
}

.guide-article > header {
  margin-bottom: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.guide-byline {
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.guide-article > section {
  margin: 0 0 3.2rem;
}

.guide-article h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.guide-article h3 {
  margin: 2rem 0 .55rem;
  color: var(--gold);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.guide-article section p,
.guide-article section li {
  color: color-mix(in srgb, var(--text) 78%, var(--muted));
  line-height: 1.8;
}

.guide-article section a { color: var(--cyan); text-underline-offset: .22em; }
.guide-article section li + li { margin-top: .65rem; }
.guide-table-wrap { overflow-x: auto; margin: 1.4rem 0; }
.guide-table-wrap table { width: 100%; border-collapse: collapse; }
.guide-table-wrap th,
.guide-table-wrap td { padding: .85rem 1rem; border: 1px solid var(--line); text-align: left; }
.guide-table-wrap thead th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.guide-table-wrap tbody th { color: var(--gold); }

.guide-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.guide-cta strong { font-family: var(--display); font-size: 1.5rem; font-weight: 500; }
.guide-cta p { margin: .35rem 0 0; color: var(--muted); font-size: .88rem; }

@media (max-width: 800px) {
  .discovery-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discovery-links__heading,
  .discovery-results-heading,
  .discovery-hero { grid-template-columns: 1fr; }
  .discovery-hero aside { width: min(100%, 16rem); }
  .discovery-note,
  .guide-cta { align-items: flex-start; flex-direction: column; }
  .discovery-results-heading > a { justify-self: start; }
}

@media (max-width: 470px) {
  .discovery-link-grid { grid-template-columns: 1fr; }
  .discovery-hero h1,
  .guide-article > header h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
}

/* Community actions and hourly Spotlight. */
.community-actions {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--line-strong);
  border-radius: .2rem;
  background: rgba(3, 10, 14, .38);
}

.community-action {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .45rem .55rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .55rem;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
}

.community-action:last-child { border-right: 0; }
.community-action svg { width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.community-action strong { min-width: .75rem; color: #82959b; font-size: .58rem; font-variant-numeric: tabular-nums; }
.community-action:hover,
.community-action:focus-visible { color: var(--cyan); }
.community-action.is-selected { background: rgba(117, 201, 211, .09); color: var(--cyan); }
.community-action--recommend.is-selected { color: var(--gold); }
.community-action:disabled { cursor: wait; opacity: .55; }

.clan-card__footer {
  flex-wrap: wrap;
}

.clan-card__facts { margin-right: auto; }

.community-actions--profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.community-actions--profile .community-action {
  min-width: 0;
  min-height: 3.1rem;
  flex-direction: column;
  gap: .18rem;
  padding: .4rem .2rem;
  letter-spacing: .04em;
}

.community-actions--profile .community-action svg { width: 1rem; height: 1rem; }
.community-actions--profile .community-action strong { position: absolute; margin: -1.35rem 0 0 1.7rem; }

.spotlight-hub {
  width: min(calc(100% - 2 * var(--page-pad)), var(--content));
  margin: clamp(1rem, 3vw, 2.5rem) auto clamp(4rem, 8vw, 7rem);
}

.spotlight-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 34rem);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.spotlight-heading h2 {
  margin: .3rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 350;
  letter-spacing: -.05em;
  line-height: .95;
}

.spotlight-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.7;
}

.spotlight-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(19rem, .7fr);
  min-height: 23rem;
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.spotlight-feature {
  --sigil-color: hsl(var(--sigil-hue, 190) 38% 62%);
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(105deg, rgba(5, 13, 18, .98) 10%, rgba(5, 13, 18, .8) 58%, rgba(5, 13, 18, .34)),
    url("/warframe-clan-hero.webp") 70% 48% / cover;
}

.spotlight-feature::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 22% 50%, color-mix(in srgb, var(--gold) 12%, transparent), transparent 30%),
    linear-gradient(120deg, color-mix(in srgb, var(--sigil-color) 8%, transparent), transparent 48%);
  content: "";
}

.spotlight-feature__beam {
  position: absolute;
  z-index: -1;
  top: -7rem;
  left: 4%;
  width: 18rem;
  height: 38rem;
  transform: rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(224, 177, 106, .075), transparent);
  pointer-events: none;
}

.spotlight-feature > .clan-sigil {
  width: clamp(6rem, 11vw, 9rem);
  height: clamp(6rem, 11vw, 9rem);
  filter: drop-shadow(0 0 1.5rem rgba(217, 170, 99, .22));
}

.spotlight-live-label {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.spotlight-live-label::before {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 1rem currentColor;
  content: "";
}

.spotlight-feature h3 {
  max-width: 14ch;
  margin: .7rem 0 .8rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 380;
  letter-spacing: -.05em;
  line-height: .96;
}

.spotlight-feature h3 a { color: var(--ink); text-decoration: none; }
.spotlight-feature__content > p,
.spotlight-feature__empty > p { max-width: 42rem; margin: 0; color: #b5c4c8; font-size: .86rem; line-height: 1.65; }
.spotlight-feature .community-actions { margin-top: 1.2rem; }
.spotlight-feature__empty { grid-column: 1 / -1; max-width: 42rem; }
.spotlight-feature__empty .button { width: fit-content; margin-top: 1.4rem; }

.spotlight-race {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.5rem;
  background: #071017;
}

.spotlight-race__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}

.spotlight-race__header > div > span {
  color: var(--cyan-strong);
  font-size: .56rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.spotlight-race__header h3 { margin: .25rem 0 0; font-size: 1rem; font-weight: 550; }
.spotlight-countdown {
  display: grid;
  min-width: 6.7rem;
  gap: .2rem;
  justify-items: end;
  margin-left: auto;
  text-align: right;
}

.spotlight-countdown span {
  color: var(--muted);
  font-size: .49rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.spotlight-countdown strong {
  color: var(--cyan);
  font-family: var(--display);
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  font-weight: 520;
  letter-spacing: .08em;
  line-height: 1;
}
.spotlight-race ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.spotlight-race li { display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; gap: .8rem; align-items: center; min-height: 3.4rem; border-bottom: 1px solid var(--line); }
.spotlight-race li > span { color: #53676e; font-size: .6rem; font-variant-numeric: tabular-nums; }
.spotlight-race li > a { overflow: hidden; color: var(--ink); font-size: .74rem; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.spotlight-race li > a:hover { color: var(--cyan); }
.spotlight-race li > strong { color: var(--gold); font-size: .78rem; font-variant-numeric: tabular-nums; }
.spotlight-race li.spotlight-race__empty { grid-template-columns: 2rem 1fr; min-height: 7rem; }
.spotlight-race__empty p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.spotlight-race__rules { display: grid; gap: .45rem; margin-top: auto; padding-top: 1.2rem; color: #63777e; font-size: .58rem; letter-spacing: .055em; text-transform: uppercase; }
.spotlight-race__rules span::before { margin-right: .45rem; color: var(--cyan); content: "◆"; font-size: .4rem; }

.community-toast {
  position: fixed;
  z-index: 10000;
  right: 1.25rem;
  bottom: 1.25rem;
  width: min(27rem, calc(100% - 2.5rem));
  padding: .95rem 1rem;
  border: 1px solid var(--cyan);
  border-radius: .25rem;
  background: #0b1820;
  color: var(--ink);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5);
  font-size: .76rem;
  line-height: 1.5;
}

.community-toast.is-error { border-color: #df7777; }
.community-toast.is-notice { border-color: var(--gold); }

@media (max-width: 1050px) {
  .spotlight-stage { grid-template-columns: 1fr; }
  .spotlight-race { min-height: 20rem; }
}

@media (max-width: 780px) {
  .spotlight-heading { grid-template-columns: 1fr; }
  .spotlight-feature { grid-template-columns: 1fr; }
  .spotlight-feature > .clan-sigil { width: 5.5rem; height: 5.5rem; }
  .spotlight-feature__empty { grid-column: auto; }
  .community-action span { display: none; }
  .community-action { min-width: 2.3rem; }
}

@media (max-width: 470px) {
  .spotlight-hub { width: calc(100% - 2rem); }
  .spotlight-feature { padding: 1.5rem; }
  .spotlight-feature h3 { font-size: 2.45rem; }
  .spotlight-race { padding: 1.1rem; }
  .clan-card__footer { gap: .55rem; }
  .community-actions { order: 2; }
  .compare-toggle { order: 3; }
}
