:root {
  --text: #242425;
  --muted: #868e96;
  --line: #e8e8e8;
  --panel: #242425;
  --pink: #e62058;
  --icon: #8f98a0;
  --layer-footer: 4;
  --layer-header: 10;
  --layer-nav: 20;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.app-shell {
  min-height: 100vh;
  padding-top: 94px;
  padding-bottom: 118px;
  position: relative;
}

.topbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 250px 1fr auto;
  height: 94px;
  left: 0;
  padding: 0 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--layer-header);
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 44px;
  width: 98px;
}

.brand img {
  display: block;
  height: auto;
  width: 96px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 31px;
  height: 100%;
  justify-content: center;
}

.desktop-nav a {
  align-items: center;
  display: inline-flex;
  font-size: 19px;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.desktop-nav a.active::after {
  background: #1f1f20;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.network-pill,
.wallet {
  background: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 999px;
  color: var(--text);
  cursor: default;
  height: 47px;
}

.network-pill {
  align-items: center;
  display: inline-flex;
  font-size: 19px;
  gap: 13px;
  min-width: 184px;
  padding: 5px 15px 5px 8px;
}

.network-pill img {
  border-radius: 50%;
  height: 37px;
  width: 37px;
}

.network-pill svg {
  fill: none;
  height: 20px;
  margin-left: auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.wallet {
  font-size: 15px;
  min-width: 177px;
  padding: 0 24px;
}

main {
  min-height: calc(100vh - 212px);
}

.welcome {
  margin: 0 auto;
  max-width: 920px;
  padding-top: 63px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.welcome h1 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 18px 20px;
}

.notice {
  background: var(--panel);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  padding: 23px 21px;
}

.notice p {
  margin: 0;
}

.notice p + p {
  margin-top: 20px;
}

.notice a {
  color: var(--pink);
}

.footer {
  align-items: center;
  bottom: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 50%;
  max-width: 920px;
  position: fixed;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 80px));
  z-index: var(--layer-footer);
}

.footer-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 16px;
  gap: 30px;
}

.footer-links a {
  text-decoration: none;
}

.socials {
  align-items: center;
  display: flex;
  gap: 19px;
  justify-content: flex-end;
}

.socials a {
  align-items: center;
  color: var(--icon);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  text-decoration: none;
  width: 24px;
}

.socials svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.mobile-nav {
  display: none;
}

.claim-section {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
  color: var(--text);
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 18px;
  overflow: hidden;
  padding: 28px 30px;
  position: relative;
}

.claim-section::before {
  background: var(--pink);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.claim-video {
  display: none;
}

.claim-copy {
  min-width: 0;
  order: 1;
  padding: 0;
}

.claim-kicker {
  color: var(--pink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
}

.claim-copy h2 {
  color: var(--text);
  font-size: 23px;
  line-height: 1.32;
  margin: 0 0 10px;
  max-width: 620px;
}

.claim-copy p {
  color: #4b4b4d;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 14px;
  max-width: 650px;
}

.token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}

.token-row span {
  background: rgba(230, 32, 88, 0.08);
  border: 1px solid rgba(230, 32, 88, 0.24);
  border-radius: 999px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 9px;
}

.claim-button {
  background: var(--text);
  border: 1px solid var(--text);
  border-radius: 999px;
  color: #fff;
  cursor: default;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  min-width: 136px;
  padding: 0 22px;
}

@media (max-width: 760px) {
  .app-shell {
    padding-top: 70px;
    padding-bottom: 86px;
  }

  .topbar {
    grid-template-columns: auto 1fr;
    height: 70px;
    padding: 0 10px 0 13px;
  }

  .brand {
    width: 103px;
  }

  .brand img {
    width: 103px;
  }

  .desktop-nav,
  .network-pill {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }

  .wallet {
    height: 36px;
    min-width: 151px;
    padding: 0 17px;
  }

  main {
    min-height: auto;
  }

  .welcome {
    max-width: none;
    padding: 64px 20px 0;
  }

  .welcome h1 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 18px 20px;
  }

  .notice {
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.52;
    padding: 25px 20px;
  }

  .notice p + p {
    margin-top: 21px;
  }

  .footer {
    bottom: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
    left: 0;
    max-width: none;
    margin-top: 38px;
    padding-bottom: 100px;
    position: static;
    right: 0;
    transform: none;
    width: 100%;
  }

  .footer-links {
    font-size: 16px;
    gap: 30px;
    justify-content: center;
    width: 100%;
  }

  .socials {
    gap: 19px;
    justify-content: center;
    width: 100%;
  }

  .mobile-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #ececec;
    border-radius: 22px 22px 0 0;
    bottom: 9px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.04);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 70px;
    left: 0;
    padding: 5px 15px 3px;
    position: fixed;
    right: 0;
  z-index: var(--layer-nav);
  }

  .mobile-nav a {
    align-items: center;
    color: #9a9a9a;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 2px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-nav a.active {
    color: #242425;
  }

  .mobile-nav svg,
  .mobile-nav img {
    fill: currentColor;
    height: 32px;
    max-width: 32px;
    width: 32px;
  }

  .mobile-nav span {
    display: block;
    line-height: 1.2;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .claim-section {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 18px;
  }

  .claim-copy {
    order: 1;
    padding: 0;
  }

  .claim-copy h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .claim-copy p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .claim-kicker {
    font-size: 15px;
  }

  .token-row {
    gap: 6px;
    margin-bottom: 16px;
  }

  .token-row span {
    font-size: 12px;
    padding: 6px 8px;
  }

  .claim-button {
    height: 40px;
    min-width: 132px;
    padding: 0 20px;
    width: auto;
  }
}

@media (max-width: 360px) {
  .wallet {
    min-width: 136px;
    padding: 0 12px;
  }

  .welcome {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-links {
    gap: 18px;
  }

  .mobile-nav {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-nav span {
    font-size: 12px;
  }
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
/* Keep Reown/AppKit and custom wallet UI above the site sections. */
#dev {
  position: relative;
  z-index: 2147483000 !important;
}

w3m-modal,
appkit-modal {
  z-index: 2147483000 !important;
}

#dev .uni-overlay {
  z-index: 2147483001 !important;
}

#dev .uni-modal {
  position: relative;
  z-index: 1;
}