@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/606ff707b5600b74-s.p.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/2a837dd448ee5767-s.p.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/cb50ca43d497c032-s.p.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/ad29c2e7c4a5160d-s.p.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/1de9190b6f4fdd6f-s.p.woff") format("woff");
  font-weight: 850;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/d7e6f43ce89a54c4-s.p.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Upshift Display";
  src: url("assets/fonts/d2c673eeb6e2a97c-s.p.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #000;
  --card: #101010;
  --card-2: #161616;
  --text: #f8f8f3;
  --muted: #9b9d9f;
  --green: #00ff97;
  --green-dark: #00a866;
  --yellow: #f3ff00;
  --blue: #145cff;
  --line: #252525;
  --soft-line: rgba(255, 255, 255, 0.12);
  --font: "Upshift Display", "Arial Rounded MT Bold", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: var(--green);
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
  padding: 1rem clamp(0.9rem, 3vw, 2rem);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.desktop-nav {
  display: none;
}

.mark img {
  display: block;
  width: 2.28rem;
  height: 2.28rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.connect {
  min-height: 2.95rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1.32rem;
  background: var(--green);
  color: #00140c;
  font-weight: 950;
}

.menu {
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu span {
  display: block;
  width: 1.55rem;
  height: 2px;
  margin: 0.34rem auto;
  border-radius: 999px;
  background: #d5d5d5;
}

.drawer {
  position: fixed;
  top: 5.2rem;
  right: 1rem;
  z-index: 8;
  display: grid;
  min-width: 13rem;
  border: 1px solid var(--green-dark);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.drawer a {
  padding: 0.9rem 1rem;
  color: var(--text);
  text-decoration: none;
}

@media (min-width: 900px) {
  .app-header {
    height: 6rem;
    padding: 2.5rem;
  }

  .header-left {
    gap: 2rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .desktop-nav a {
    min-height: 3.75rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0 0.95rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 1rem;
  }

  .desktop-nav a.active {
    border-color: var(--green-dark);
    color: var(--green);
  }

  .mark img {
    width: 2.45rem;
    height: 2.45rem;
  }

  .connect {
    min-height: 3rem;
    min-width: 10.8rem;
    font-size: 1.05rem;
  }

  .menu {
    display: none;
  }

  .menu span {
    width: 1.7rem;
    height: 2.5px;
  }
}

main {
  width: min(100% - 1.75rem, 1120px);
  margin: 0 auto;
  padding: 3.3rem 0 5rem;
}

@media (min-width: 900px) {
  main {
    width: min(100% - 6rem, 1520px);
    padding-top: 4.85rem;
  }
}

.jurisdiction,
.promo,
.total-card,
.modal-card,
.spotlight-card,
.core-card,
.featured-card,
.vault-row {
  border-radius: 8px;
  background: #050505;
}

.jurisdiction {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border: 1px solid rgba(245, 255, 0, 0.48);
  padding: 1.3rem 1.5rem 1.25rem;
  line-height: 1.18;
}

.warning-icon {
  display: none;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  color: var(--text);
  font-size: 1.6rem;
}

.jurisdiction p {
  margin: 0 0 0.45rem;
  color: var(--yellow);
  font-size: 1rem;
  line-height: 1.1;
}

.jurisdiction div {
  max-width: 920px;
  font-size: 0.93rem;
}

.promo {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.05rem;
  align-items: center;
  margin-top: 0.85rem;
  border: 1px solid var(--green-dark);
  padding: 1.08rem 3rem 1.08rem 1.5rem;
  font-size: clamp(1.18rem, 3.55vw, 1.5rem);
  line-height: 1.2;
}

.promo-icon {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
}

.promo-icon::before,
.promo-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.promo-icon::before {
  width: 2.45rem;
  height: 2.45rem;
  top: 0.2rem;
  left: 0.2rem;
  background: linear-gradient(90deg, #dfe2e6 50%, #111 50%);
}

.promo-icon::after {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  bottom: 0.2rem;
  background: #16417c;
}

.promo a {
  color: var(--green);
  display: block;
  max-width: 10.5rem;
  text-decoration-thickness: 2px;
}

.promo p {
  margin: 0;
}

.promo button,
.modal-close {
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.55rem;
}

.promo button {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
}

.hero {
  margin-top: 3.1rem;
}

.hero-row {
  display: block;
}

h1,
h2,
h3,
h6,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.76rem, 7.45vw, 5.1rem);
  line-height: 0.95;
  font-weight: 950;
}

.hero p {
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(1rem, 2.55vw, 1.13rem);
  line-height: 1.33;
}

.total-card {
  display: grid;
  place-items: center;
  margin-top: 1.45rem;
  min-height: 9.65rem;
  border: 1px solid var(--blue);
  text-align: center;
}

.total-card strong {
  color: var(--text);
  font-size: clamp(2.35rem, 7.6vw, 4.2rem);
  line-height: 1;
}

.total-card span,
.spotlight-stats span,
.info-grid span,
.core-footer span,
.feature-stats span,
.tiny-row span,
.vault-row span,
.filters input,
.filters button {
  color: var(--muted);
}

@media (min-width: 900px) {
  .jurisdiction {
    min-height: 9.6rem;
    padding: 1.6rem 1.85rem;
    border-radius: 8px;
  }

  .warning-icon {
    display: grid;
  }

  .jurisdiction div {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.22;
  }

  .promo {
    min-height: 6rem;
    grid-template-columns: 3.1rem auto 1fr;
    gap: 1.05rem;
    padding: 1.05rem 3.2rem 1.05rem 2.15rem;
    font-size: 1.45rem;
  }

  .promo-icon {
    display: block;
  }

  .promo a {
    max-width: none;
    white-space: nowrap;
  }

  .hero-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 405px;
    gap: 3rem;
    align-items: center;
    margin-top: 4.2rem;
  }

  .hero {
    margin-top: 0;
  }

  h1 {
    font-size: 3.7rem;
    line-height: 0.93;
    margin-bottom: 1.25rem;
  }

  .hero p {
    max-width: 930px;
    font-size: 1.35rem;
    line-height: 1.34;
  }

  .total-card {
    min-height: 9.7rem;
    margin-top: 0;
    border-color: var(--blue);
    border-left-color: var(--green);
    border-radius: 12px;
  }

  .total-card strong {
    font-size: 2.8rem;
  }

  .total-card span {
    font-size: 1.25rem;
  }
}

.modal-card {
  position: relative;
  display: none;
  margin: 1.3rem auto 3rem;
  max-width: 760px;
  border: 1px solid rgba(245, 255, 0, 0.45);
  padding: 1.45rem;
  text-align: center;
}

.modal-card.show {
  display: grid;
  place-items: center;
  gap: 0.9rem;
}

.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.9rem;
}

.modal-pill {
  border: 1px solid rgba(245, 255, 0, 0.5);
  border-radius: 999px;
  padding: 0.22rem 0.9rem;
  color: var(--yellow);
}

.modal-card h2 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 1.06;
}

.modal-card h2 span {
  color: var(--yellow);
}

.modal-card p {
  max-width: 510px;
  margin-bottom: 0;
  line-height: 1.35;
}

.modal-action,
.core-footer button,
.featured-card > button {
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1.35rem;
  background: var(--yellow);
  color: #111;
  font-weight: 950;
}

.fxrp-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.fxrp-actions button {
  min-height: 3rem;
  border: 1px solid var(--green-dark);
  border-radius: 999px;
  background: #06140f;
  color: var(--green);
  padding: 0 1rem;
  font-weight: 950;
}

.fxrp-actions button:hover {
  background: var(--green);
  color: #00140c;
}

.spotlight,
.core,
.featured,
.all-vaults {
  margin-top: 3rem;
}

h6 {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
}

.spotlight-card {
  position: relative;
  display: grid;
  min-height: 34rem;
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
  border: 1px solid #7a5a24;
  padding: clamp(2rem, 7vw, 3.2rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.62)),
    url("assets/statue-profile.svg") center right / cover no-repeat;
}

.spotlight-main {
  max-width: 37rem;
  color: var(--text);
  text-decoration: none;
}

.spotlight-assets,
.core-head,
.integration-row,
.inline-actions,
.chains,
.protocol-strip,
.core-footer,
.section-title,
.pager,
.tabs,
.filters,
.tiny-row {
  display: flex;
  align-items: center;
}

.spotlight-assets {
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.desktop-asset-cluster,
.spotlight-title-row {
  display: none;
}

.paired-icons {
  display: flex;
  align-items: center;
}

.paired-icons img,
.coin-stack img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #111;
}

.paired-icons img + img {
  margin-left: -0.55rem;
}

.spotlight-assets h6 {
  margin: 0;
  font-size: 1.38rem;
}

.chains {
  display: none;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chains span,
.integration-row button,
.protocol-strip button,
.tabs button,
.filters button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--text);
  padding: 0.42rem 0.65rem;
  font-size: 0.84rem;
}

.chains img,
.integration-row img,
.protocol-strip img,
.tiny-row img,
.info-grid img,
.core-footer img {
  width: 1.2rem;
  height: 1.2rem;
  max-width: 1.2rem;
  max-height: 1.2rem;
  object-fit: contain;
}

.spotlight-main p,
.core > p,
.core-card > p {
  color: var(--muted);
  line-height: 1.32;
}

.spotlight-main p {
  max-width: 36rem;
  font-size: 1.05rem;
}

.inline-actions {
  flex-wrap: wrap;
  gap: 0.65rem;
}

.inline-actions span {
  color: #eadbc1;
  font-weight: 950;
}

.inline-actions b {
  color: #c9b28d;
}

.inline-actions button {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #eadbc1;
  font-weight: 950;
}

.spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: end;
  gap: 1rem;
  border-left: 0;
  padding-left: 0;
  text-align: center;
}

.spotlight-stats strong,
.core-footer strong,
.feature-stats strong {
  display: block;
  font-size: 1.55rem;
}

.spotlight-stats strong em {
  color: var(--green);
  font-style: normal;
}

.spotlight-stats h3 {
  font-size: 1.8rem;
}

.protocol-strip {
  grid-column: 1 / -1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  max-width: 36rem;
  margin: 1rem auto 0;
}

.protocol-strip button {
  min-height: 2.65rem;
  border-color: #7a5a24;
  background: rgba(0, 0, 0, 0.38);
  padding: 0.45rem 1rem;
  font-size: 1rem;
}

.core h3 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.core-card,
.featured-card {
  border: 1px solid var(--soft-line);
  padding: 1rem;
}

.core-head {
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.coin-stack {
  display: flex;
}

.coin-stack img {
  width: 2.8rem;
  height: 2.8rem;
}

.coin-stack img + img {
  margin-left: -0.75rem;
}

.core-head h3,
.core-head p {
  margin: 0;
  font-size: 1.28rem;
}

.core-head span {
  color: var(--muted);
}

.integration-row {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.integration-row > span {
  color: var(--muted);
  margin-right: 0.2rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.info-grid > div {
  display: grid;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.8rem;
}

.info-grid b,
.core-footer b,
.tiny-row b,
.deposit-token,
.reward-pill,
.strategist {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.deposit-token img,
.reward-pill img,
.strategist img {
  width: 2.15rem;
  height: 2.15rem;
  max-width: 2.15rem;
  max-height: 2.15rem;
  object-fit: contain;
  border-radius: 50%;
}

.reward-pill {
  width: max-content;
  border-radius: 999px;
  background: rgba(0, 255, 151, 0.12);
  color: var(--green);
  padding: 0.2rem 0.55rem 0.2rem 0.25rem;
}

.apy {
  color: var(--green);
}

.chain-icons {
  flex-wrap: wrap;
}

.chain-icons img {
  width: 1.25rem;
  height: 1.25rem;
}

.core-footer {
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.reward {
  min-width: 170px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.section-title {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.pager {
  gap: 0.7rem;
  color: var(--muted);
}

.pager button {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  color: var(--text);
}

.featured-card {
  display: grid;
  gap: 1rem;
  max-width: 420px;
}

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

.feature-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.tiny-row {
  justify-content: space-between;
  gap: 1rem;
}

.tabs {
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.tabs button {
  border-radius: 8px;
}

.tabs .active {
  background: var(--green);
  color: #00140c;
}

.tabs span {
  margin-left: 0.25rem;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  padding: 0.05rem 0.35rem;
  font-size: 0.7rem;
}

.filters {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.filters input {
  min-height: 2.8rem;
  min-width: min(100%, 260px);
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 0 0.9rem;
}

.filters button {
  min-height: 2.8rem;
  border-radius: 8px;
}

.vault-list {
  display: grid;
  gap: 0.75rem;
}

.vault-table-head {
  display: none;
}

.vault-row {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0.9rem;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: min(100% - 1.5rem, 1120px);
  margin: 0 auto;
  padding: 2.5rem 0 2rem;
  color: var(--text);
  text-align: center;
}

.site-footer > div:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.site-footer img {
  width: 1.55rem;
  height: 1.55rem;
  vertical-align: middle;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.socials img {
  width: 1.8rem;
  height: 1.8rem;
}

.vault-row h4,
.vault-row p {
  margin: 0;
}

.vault-row p {
  color: var(--muted);
}

.vault-row strong {
  display: block;
  font-size: 1.1rem;
}

.vault-row button {
  min-height: 2.35rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  background: var(--yellow);
  color: #111;
  font-weight: 950;
}

.issue-section {
  margin-top: 4rem;
  padding: 0;
  color: var(--text);
}

.issue-container {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, #141414, #080808);
  padding: clamp(1.2rem, 4vw, 2rem);
}

.section-title {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  color: var(--text);
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
}

.issue-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.issue-card {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #050505;
  padding: 1.15rem;
  text-align: center;
}

.issue-card .icon {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid rgba(0, 255, 151, 0.35);
  border-radius: 50%;
  color: var(--green);
  font-size: 1.55rem;
}

.issue-title {
  margin: 0;
  font-size: 1.05rem;
}

.issue-description {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

.green-button {
  min-height: 2.65rem;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #00140c;
  padding: 0 1.05rem;
  font-weight: 950;
}

.green-button:hover {
  filter: brightness(0.92);
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
}

.support-dialog {
  position: relative;
  display: grid;
  gap: 1rem;
  width: min(100%, 440px);
  border: 1px solid var(--green-dark);
  border-radius: 24px;
  background: #080808;
  padding: 1.5rem;
  text-align: center;
}

.support-dialog .icon {
  color: var(--green);
  font-size: 2.2rem;
}

.support-dialog h3,
.support-dialog p {
  margin: 0;
}

.support-dialog p {
  color: var(--muted);
  line-height: 1.4;
}

.support-close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.35rem;
}

@media (max-width: 720px) {
  .app-header {
    height: 5.3rem;
  }

  main {
    width: min(100% - 1.5rem, 1120px);
    padding-top: 3.75rem;
  }

  .promo {
    grid-template-columns: 10.7rem 1fr;
    gap: 1.65rem;
  }

  .spotlight-card,
  .info-grid,
  .vault-row {
    grid-template-columns: 1fr;
  }

  .spotlight-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 0;
    padding: 0;
  }

  .core-footer {
    align-items: stretch;
    flex-direction: column;
  }

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

@media (min-width: 760px) {
  .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .modal-card {
    margin-top: 1.35rem;
    padding: 1.55rem 2rem;
  }

  .fxrp-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .fxrp-actions button {
    min-height: 3.35rem;
    font-size: 1rem;
  }

  .spotlight,
  .core,
  .featured,
  .all-vaults {
    margin-top: 4.5rem;
  }

  .spotlight-card {
    min-height: 22.2rem;
    grid-template-columns: minmax(0, 1fr) 36.5rem;
    align-items: center;
    padding: 3.1rem 3.45rem;
    border-radius: 30px;
    background:
      linear-gradient(90deg, rgba(18, 18, 15, 0.92), rgba(18, 18, 15, 0.58) 48%, rgba(18, 18, 15, 0.92)),
      url("assets/statue-profile.svg") center / cover no-repeat;
  }

  .spotlight-main {
    display: grid;
    max-width: none;
    grid-template-columns: 12.5rem minmax(0, 1fr);
    gap: 1.7rem;
    align-items: start;
  }

  .spotlight-assets {
    display: block;
    margin: 0;
  }

  .spotlight-copy > .paired-icons {
    display: none;
  }

  .desktop-asset-cluster {
    display: flex;
    align-items: center;
    min-height: 5.4rem;
  }

  .desktop-asset-cluster img {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
  }

  .desktop-asset-cluster img + img {
    margin-left: -1rem;
  }

  .desktop-asset-cluster img:last-child {
    width: 3rem;
    height: 3rem;
    align-self: end;
  }

  .spotlight-title-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
  }

  .spotlight-title-row .paired-icons {
    display: flex;
  }

  .spotlight-assets h6,
  .spotlight-title-row h6 {
    font-size: 1.55rem;
    margin: 0;
  }

  .spotlight-main p {
    font-size: 1.13rem;
    line-height: 1.34;
  }

  .inline-actions {
    margin-top: 1.65rem;
    gap: 1.05rem;
    font-size: 1.13rem;
  }

  .spotlight-stats {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    align-self: stretch;
    align-content: center;
  }

  .spotlight-stats strong {
    font-size: 1.8rem;
  }

  .protocol-strip {
    max-width: 680px;
    gap: 0.8rem;
  }

  .core-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42rem;
    gap: 1.8rem 3rem;
    padding: 1.9rem;
    border-radius: 30px;
    background: #151515;
  }

  .core h3 {
    font-size: 1.85rem;
  }

  .core > p {
    font-size: 1.3rem;
    max-width: 1380px;
  }

  .core-card .integration-row {
    justify-content: end;
    align-self: start;
    order: 2;
  }

  .core-card > p {
    grid-column: 1 / -1;
    order: 3;
    font-size: 1.08rem;
  }

  .info-grid {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .info-grid > div {
    grid-template-columns: 8.5rem 1fr;
    align-items: center;
    border: 0;
    border-radius: 0;
    border-bottom: 1px dashed #303030;
    padding: 0.35rem 0;
  }

  .core-footer {
    order: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .core-footer .reward {
    grid-column: 1 / -1;
    order: 3;
  }

  .core-footer > div:not(.reward) {
    text-align: center;
  }

  .core-footer > div:nth-of-type(3) {
    border-left: 1px solid #303030;
  }

  .core-footer button {
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
    margin-top: 2rem;
    background: transparent;
    border: 1px solid var(--line);
    color: #52575b;
  }

  .featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .featured-card {
    max-width: none;
    min-height: 24rem;
    border-radius: 26px;
    background: #151515;
    padding: 1.7rem;
  }

  .vault-row {
    min-width: 1500px;
    min-height: 6.25rem;
    grid-template-columns: 2fr 1.55fr 1.25fr 0.9fr 1.25fr 1.3fr 1.45fr 1.3fr;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: #050505;
    padding: 1.2rem 1.9rem;
  }

  .all-vaults {
    overflow-x: auto;
  }

  .tabs {
    width: max-content;
    margin: 0 0 1.25rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.35rem;
  }

  .tabs button {
    min-height: 3.2rem;
    border: 0;
    background: transparent;
    padding: 0 1.35rem;
    font-size: 1rem;
  }

  .tabs .active {
    border: 1px solid var(--green-dark);
    border-radius: 999px;
    background: #102019;
    color: var(--green);
  }

  .filters {
    min-width: 1500px;
    justify-content: space-between;
    padding: 1.25rem 1.9rem 0.75rem;
    margin: 0;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    background: #151515;
  }

  .filters input {
    max-width: 375px;
    border-radius: 999px;
    background: #000;
    font-size: 1.1rem;
  }

  .filters button {
    min-width: 9.6rem;
    justify-content: center;
    border-radius: 999px;
    font-size: 1rem;
  }

  .vault-table-head {
    display: grid;
    min-width: 1500px;
    grid-template-columns: 2fr 1.55fr 1.25fr 0.9fr 1.25fr 1.3fr 1.45fr 1.3fr;
    padding: 1.35rem 1.9rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #020202;
    font-size: 1rem;
  }

  .vault-list {
    gap: 0;
    min-width: 1500px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
  }

  .vault-row button {
    display: none;
  }

  .issue-section {
    margin-top: 5rem;
  }

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

  .issue-card {
    min-height: 15.5rem;
    padding: 1.3rem;
  }

  .site-footer {
    width: min(100% - 6rem, 1520px);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3.5rem 0 2rem;
    text-align: left;
  }

  .site-footer > div:first-child img {
    width: 1.55rem;
    height: 1.55rem;
    vertical-align: middle;
  }

  .socials {
    gap: 1.6rem;
  }
}
