/* LootRadar guide index and long-form reading system. */

.guides-index,
.guide-page {
  background:
    radial-gradient(circle at 78% 8%, rgba(185, 245, 93, .09), transparent 25rem),
    linear-gradient(180deg, #0c100e 0, var(--bg) 34rem);
}

.guides-index::before,
.guide-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 72px 0 auto;
  height: 31rem;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

/* Guides landing page */

.guides-index .site-nav {
  position: sticky;
  top: 0;
}

.guides-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 6rem;
}

.guides-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  min-height: 430px;
  padding: 5.5rem 0 4.5rem;
  border-bottom: 1px solid var(--line);
}

.guides-hero-copy {
  max-width: 760px;
}

.guides-hero h1 {
  max-width: 740px;
  margin: 0;
  font: 800 clamp(3.2rem, 7vw, 6.8rem)/.93 var(--display);
  letter-spacing: -.07em;
}

.guides-hero h1 span {
  color: var(--mint);
}

.guides-hero-lede {
  max-width: 680px;
  margin: 1.6rem 0 0;
  color: var(--text-2);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.guides-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.guides-hero-actions a {
  text-decoration: none;
}

.guides-index .guides-hero-actions .button-primary {
  color: #0a0d0c;
}

.guides-brief {
  padding: 1.5rem;
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  background: rgba(17, 21, 19, .82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.guides-brief-label {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1.2rem;
  color: var(--mint);
  font: 800 .68rem/1 var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guides-brief-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px var(--mint-soft);
}

.guides-brief ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-brief;
}

.guides-brief li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .8rem;
  padding: .95rem 0;
  border-top: 1px solid var(--line);
  color: var(--text-2);
  font-size: .84rem;
  line-height: 1.55;
  counter-increment: guide-brief;
}

.guides-brief li::before {
  content: "0" counter(guide-brief);
  color: var(--mint);
  font: 800 .72rem/1.5 var(--display);
  letter-spacing: .06em;
}

.guide-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr);
  min-height: 380px;
  margin: 4.5rem 0 5.5rem;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.guide-feature-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 330px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 42%, rgba(185, 245, 93, .24), transparent 34%),
    linear-gradient(145deg, var(--surface-3), #0c100e);
}

.guide-feature-visual::before,
.guide-feature-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(185, 245, 93, .32);
  border-radius: 50%;
}

.guide-feature-visual::before {
  width: 210px;
  height: 210px;
}

.guide-feature-visual::after {
  width: 120px;
  height: 120px;
}

.guide-feature-radar {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--mint);
  border-radius: 50%;
  color: var(--mint);
  font: 800 .72rem/1 var(--display);
  letter-spacing: .12em;
}

.guide-feature-radar::before,
.guide-feature-radar::after {
  content: "";
  position: absolute;
  background: var(--mint);
}

.guide-feature-radar::before {
  width: 2px;
  height: 270px;
}

.guide-feature-radar::after {
  width: 270px;
  height: 2px;
}

.guide-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.8rem);
}

.guide-feature-status {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--mint);
  font: 800 .7rem/1 var(--display);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.guide-feature-status::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.guide-feature h2 {
  max-width: 670px;
  margin: 0;
  color: var(--text);
  font: 800 clamp(2rem, 4vw, 3.7rem)/1.02 var(--display);
  letter-spacing: -.055em;
}

.guide-feature-copy > p:not(.guide-feature-status) {
  max-width: 650px;
  margin: 1.2rem 0 1.8rem;
  color: var(--text-2);
  font-size: 1rem;
  line-height: 1.75;
}

.guide-feature-link,
.guide-card-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--text);
  font: 800 .78rem/1 var(--display);
  letter-spacing: .035em;
}

.guide-feature-link::after,
.guide-card-link::after {
  content: "→";
  color: var(--mint);
  font-size: 1.1rem;
  transition: transform .2s ease;
}

.guide-feature-link:hover::after,
.guide-card:hover .guide-card-link::after {
  transform: translateX(4px);
}

.guides-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

.guides-section-heading h2 {
  margin: .35rem 0 0;
  font: 800 clamp(2rem, 5vw, 3.4rem)/1 var(--display);
  letter-spacing: -.05em;
}

.guides-section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--text-3);
  font-size: .9rem;
  line-height: 1.7;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guide-card {
  position: relative;
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .018), transparent 45%),
    var(--surface);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.guide-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(185, 245, 93, .13);
  border-radius: 50%;
  transition: transform .25s ease, border-color .25s ease;
}

.guide-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-bright);
  background-color: var(--surface-2);
}

.guide-card:hover::after {
  transform: scale(1.12);
  border-color: rgba(185, 245, 93, .28);
}

.guide-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.guide-card-category,
.guide-card-time {
  color: var(--text-3);
  font: 700 .65rem/1 var(--display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-card-category {
  color: var(--mint);
}

.guide-card-number {
  margin-top: 2.2rem;
  color: var(--line-bright);
  font: 800 2.7rem/1 var(--display);
  letter-spacing: -.06em;
}

.guide-card h3 {
  max-width: 310px;
  margin: .7rem 0;
  color: var(--text);
  font: 800 1.32rem/1.2 var(--display);
  letter-spacing: -.035em;
}

.guide-card > p {
  margin: 0 0 1.8rem;
  color: var(--text-3);
  font-size: .85rem;
  line-height: 1.65;
}

.guide-card-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.guides-principles {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) 1.15fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  margin-top: 6rem;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--line-bright);
  border-radius: 26px;
  background: linear-gradient(125deg, rgba(185, 245, 93, .1), var(--surface) 55%);
}

.guides-principles h2 {
  margin: .4rem 0 0;
  font: 800 clamp(2rem, 5vw, 3.3rem)/1 var(--display);
  letter-spacing: -.05em;
}

.guides-principle-list {
  display: grid;
  gap: 1.2rem;
}

.guides-principle-list div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.guides-principle-list span {
  color: var(--mint);
  font: 800 .74rem/1.5 var(--display);
}

.guides-principle-list h3 {
  margin: 0 0 .35rem;
  font: 800 1rem/1.3 var(--display);
}

.guides-principle-list p {
  margin: 0;
  color: var(--text-3);
  font-size: .84rem;
  line-height: 1.6;
}

/* Override the broad secondary-page typography without changing other pages. */
.guides-index .guides-hero-lede {
  color: var(--text-2);
}

.guides-index .guide-feature h2,
.guides-index .guides-section-heading h2,
.guides-index .guides-principles h2 {
  color: var(--text);
}

.guides-index .guide-feature-copy > p:not(.guide-feature-status) {
  color: var(--text-2);
}

.guides-index .guides-section-heading > p,
.guides-index .guide-card > p,
.guides-index .guides-principle-list p {
  color: var(--text-3);
}

.guides-index .guide-feature a,
.guides-index .guide-card {
  text-decoration: none;
}

/* Guide articles */

.guide-page .site-nav {
  position: sticky;
  top: 0;
}

.guide-progress {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.guide-progress span {
  display: block;
  width: var(--guide-progress, 0%);
  height: 100%;
  background: var(--mint);
  box-shadow: 0 0 16px rgba(185, 245, 93, .5);
}

.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4.5rem 0 6.5rem;
}

.guide-sidebar {
  position: sticky;
  top: 104px;
  min-width: 0;
}

.guide-back {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 2.4rem;
  color: var(--text-2);
  font: 800 .75rem/1 var(--display);
}

.guide-back span {
  color: var(--mint);
  font-size: 1.05rem;
}

.guide-back:hover {
  color: var(--text);
}

.guide-toc-label {
  margin: 0 0 .9rem;
  color: var(--text-3);
  font: 800 .64rem/1 var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guide-toc {
  display: grid;
  gap: .18rem;
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.guide-toc a {
  position: relative;
  display: block;
  padding: .45rem 0;
  color: var(--text-3);
  font-size: .73rem;
  line-height: 1.35;
  transition: color .18s ease;
}

.guide-toc a::before {
  content: "";
  position: absolute;
  top: .45rem;
  bottom: .45rem;
  left: calc(-1rem - 1px);
  width: 2px;
  border-radius: 2px;
  background: transparent;
}

.guide-toc a:hover,
.guide-toc a[aria-current="true"] {
  color: var(--text);
}

.guide-toc a[aria-current="true"]::before {
  background: var(--mint);
}

.guide-page main .guide-back,
.guide-page main .guide-toc a {
  text-decoration: none;
}

.guide-page main .guide-back {
  color: var(--text-2);
}

.guide-page main .guide-back:hover,
.guide-page main .guide-toc a:hover,
.guide-page main .guide-toc a[aria-current="true"] {
  color: var(--text);
}

.guide-page main .guide-toc a {
  color: var(--text-3);
}

.guide-sidebar-note {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.guide-sidebar-note strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--mint);
  font: 800 .68rem/1.3 var(--display);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.guide-sidebar-note p {
  margin: 0;
  color: var(--text-3);
  font-size: .72rem;
  line-height: 1.55;
}

.guide-page .blog-content {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  counter-reset: guide-section;
}

.guide-page .blog-content > .guide-kicker {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.25rem;
}

.guide-page .blog-content > .guide-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--mint);
}

.guide-page .blog-content > h1 {
  max-width: 800px;
  margin: 0;
  color: var(--text);
  font: 800 clamp(3rem, 7vw, 5.6rem)/.96 var(--display);
  letter-spacing: -.065em;
  text-wrap: balance;
}

.guide-page .blog-content > .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin: 1.25rem 0 2.6rem;
  color: var(--text-3) !important;
  font: 700 .7rem/1.4 var(--display);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-reading-time {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.guide-reading-time::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint);
}

.guide-page .guide-lede {
  max-width: 730px;
  margin: 0 0 1.1rem;
  color: var(--text) !important;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.65;
  letter-spacing: -.012em;
}

.guide-page .blog-content > p,
.guide-page .blog-content > ul,
.guide-page .blog-content > ol,
.guide-page .blog-content > h2,
.guide-page .blog-content > .cta-box,
.guide-page .blog-content > .ad-zone {
  max-width: 720px;
}

.guide-page .blog-content > p {
  margin: 1.1rem 0;
  color: var(--text-2);
  font-size: 1.02rem;
  line-height: 1.82;
}

.guide-page .blog-content > h2 {
  position: relative;
  margin: 4.5rem 0 1.4rem;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--line);
  color: var(--text);
  font: 800 clamp(1.65rem, 3.6vw, 2.35rem)/1.12 var(--display);
  letter-spacing: -.04em;
  scroll-margin-top: 105px;
  counter-increment: guide-section;
}

.guide-page .blog-content > h2::before {
  content: counter(guide-section, decimal-leading-zero);
  display: block;
  margin-bottom: .75rem;
  color: var(--mint);
  font: 800 .67rem/1 var(--display);
  letter-spacing: .12em;
}

.guide-page .blog-content > ul,
.guide-page .blog-content > ol {
  display: grid;
  gap: .15rem;
  margin: 1.5rem 0 2.2rem;
  padding: .65rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 21, 19, .7);
  list-style-position: inside;
}

.guide-page .blog-content > ul li,
.guide-page .blog-content > ol li {
  padding: .85rem .15rem;
  border-bottom: 1px solid var(--line);
  color: var(--text-2);
  line-height: 1.65;
}

.guide-page .blog-content > ul li:last-child,
.guide-page .blog-content > ol li:last-child {
  border-bottom: 0;
}

.guide-page .blog-content strong {
  color: var(--text);
}

.guide-page .blog-content a:not(.button) {
  color: var(--mint);
  text-decoration-color: rgba(185, 245, 93, .42);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.guide-page .blog-content a:not(.button):hover {
  color: var(--text);
  text-decoration-color: var(--mint);
}

.guide-page .cta-box {
  position: relative;
  margin: 2.5rem 0;
  padding: 1.5rem 4.6rem 1.5rem 1.6rem;
  overflow: hidden;
  border-color: var(--line-bright);
  background: linear-gradient(120deg, rgba(185, 245, 93, .11), var(--surface) 68%);
}

.guide-page .cta-box::after {
  content: "→";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  color: var(--mint);
  font: 400 1.7rem/1 var(--body);
  transform: translateY(-50%);
}

.guide-page .cta-box p {
  margin: 0 0 .55rem;
  color: var(--text);
  font: 700 .96rem/1.55 var(--display);
}

.guide-page .cta-box a {
  font-size: .78rem;
  font-weight: 800;
}

.guide-related {
  margin-top: 4rem !important;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--text-3) !important;
  font-size: .82rem !important;
}

.guide-page .weekly-note {
  max-width: 720px;
  margin: 2rem 0 3.5rem;
  padding: 1.4rem 1.5rem;
  border-color: var(--line-bright);
  background: linear-gradient(120deg, rgba(185, 245, 93, .09), var(--surface));
}

.guide-page .weekly-note p {
  margin-bottom: 0;
}

.guide-page .weekly-pick {
  grid-template-columns: minmax(220px, .72fr) 1.28fr;
  max-width: 820px;
  margin-bottom: 1.15rem;
  padding: .85rem;
  border-color: var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .018), transparent), var(--surface);
  transition: transform .2s ease, border-color .2s ease;
}

.guide-page .weekly-pick:hover {
  transform: translateY(-3px);
  border-color: var(--line-bright);
}

.guide-page .weekly-pick h2 {
  scroll-margin-top: 105px;
}

.guide-page .weekly-pick .button {
  color: #0a0d0c;
  text-decoration: none;
}

.guide-page .ad-zone {
  margin: 2rem auto;
}

@media (max-width: 980px) {
  .guides-hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
    padding: 4.5rem 0 3.5rem;
  }

  .guides-brief {
    max-width: 620px;
  }

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

  .guide-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 760px) {
  .guides-main,
  .guide-layout {
    width: min(100% - 24px, 1180px);
  }

  .guide-feature {
    grid-template-columns: 1fr;
  }

  .guide-feature-visual {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .guide-feature-radar::before {
    height: 210px;
  }

  .guide-feature-radar::after {
    width: 210px;
  }

  .guides-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .8rem;
  }

  .guides-principles {
    grid-template-columns: 1fr;
  }

  .guide-layout {
    display: block;
    padding-top: 2.5rem;
  }

  .guide-sidebar {
    position: static;
    margin-bottom: 2.8rem;
  }

  .guide-back {
    margin-bottom: 1rem;
  }

  .guide-toc-label,
  .guide-sidebar-note {
    display: none;
  }

  .guide-toc {
    display: flex;
    gap: .45rem;
    margin: 0 -12px;
    padding: .6rem 12px;
    overflow-x: auto;
    border: 0;
    scrollbar-width: none;
  }

  .guide-toc::-webkit-scrollbar {
    display: none;
  }

  .guide-toc a {
    flex: 0 0 auto;
    max-width: 220px;
    padding: .58rem .8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .guide-toc a::before {
    display: none;
  }

  .guide-toc a[aria-current="true"] {
    border-color: var(--mint);
    color: var(--bg);
    background: var(--mint);
  }
}

@media (max-width: 580px) {
  .guides-hero {
    min-height: 0;
    padding-top: 3.6rem;
  }

  .guides-hero h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .guides-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .guides-hero-actions .button {
    width: 100%;
  }

  .guide-feature {
    margin: 3.5rem 0 4.5rem;
    border-radius: 20px;
  }

  .guide-feature-copy {
    padding: 1.6rem;
  }

  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 290px;
  }

  .guides-principles {
    margin-top: 4rem;
    padding: 1.6rem;
    border-radius: 20px;
  }

  .guide-page .blog-content > h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .guide-page .blog-content > .meta {
    margin-bottom: 2rem;
  }

  .guide-page .blog-content > h2 {
    margin-top: 3.7rem;
  }

  .guide-page .blog-content > ul,
  .guide-page .blog-content > ol {
    padding: .45rem 1rem;
  }

  .guide-page .cta-box {
    padding: 1.35rem 3.6rem 1.35rem 1.25rem;
  }

  .guide-page .weekly-pick {
    grid-template-columns: 1fr;
    padding: .75rem;
  }

  .guide-page .weekly-pick img {
    min-height: 180px;
    max-height: 230px;
  }

  .guide-page .weekly-pick > div {
    padding: .7rem .4rem .9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-card,
  .guide-card::after,
  .guide-feature-link::after,
  .guide-card-link::after,
  .guide-page .weekly-pick {
    transition: none;
  }
}

/* Current evidence modules */
.guide-live-module,
.guide-data-hero {
  position: relative;
  margin: 3.2rem 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(174, 248, 82, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(174, 248, 82, .1), transparent 34%),
    #0f1412;
}

.guide-live-module::before,
.guide-data-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--mint);
}

.guide-live-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.35rem;
}

.guide-live-heading h2,
.guide-data-hero h2 {
  max-width: 780px;
  margin: .35rem 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.guide-live-heading > p {
  flex: 0 0 auto;
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.guide-live-kicker {
  color: var(--mint);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.guide-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.guide-live-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(8, 12, 10, .72);
}

.guide-live-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.guide-live-card-top strong {
  color: var(--mint);
}

.guide-live-card h3 {
  margin: .8rem 0 .55rem;
  font-size: 1.06rem;
  line-height: 1.25;
}

.guide-live-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.guide-live-card p {
  margin: .2rem 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.5;
}

.guide-live-card .guide-live-price strong {
  color: var(--text);
  font-size: 1.25rem;
}

.guide-live-card .guide-live-price span {
  margin-left: .25rem;
  text-decoration: line-through;
}

.guide-live-card .guide-live-card-link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--mint);
  font-size: .82rem;
  font-weight: 800;
}

.guide-method-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.55;
}

.guide-live-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(174, 248, 82, .28);
  border-radius: 14px;
}

.guide-live-empty p {
  margin: 0;
  color: var(--muted);
}

.guide-live-empty a {
  flex: 0 0 auto;
  color: var(--mint);
  font-weight: 800;
}

.guide-data-hero {
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.guide-data-hero h2 {
  margin-bottom: 1.8rem;
}

.guide-data-grid,
.guide-data-comparison {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.guide-data-grid > div,
.guide-data-comparison > div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 12, 10, .7);
}

.guide-data-grid strong,
.guide-data-comparison strong {
  display: block;
  color: var(--mint);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  line-height: 1;
}

.guide-data-grid span,
.guide-data-comparison span {
  display: block;
  margin-top: .55rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.35;
}

.guide-data-comparison {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.guide-data-comparison > div > span {
  margin: 0 0 .8rem;
  color: var(--text);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.guide-data-comparison p {
  margin: .7rem 0 0;
  color: var(--muted);
  font-size: .88rem;
}

@media (max-width: 820px) {
  .guide-live-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 580px) {
  .guide-live-heading,
  .guide-live-empty {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-data-grid,
  .guide-data-comparison {
    grid-template-columns: 1fr;
  }
}
