@font-face {
  font-family: "Archivo";
  src: url("assets/archivo-latin-variable.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #000000;
  --lime: #ccff00;
  --muted: #65655d;
  font-family: "Archivo", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
svg { display: block; width: 20px; height: 20px; }
[hidden] { display: none !important; }
h1, h2, p, figure, dl, dd { margin: 0; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid #677e00; outline-offset: 5px; }
.skip-link {
  position: absolute;
  top: -70px;
  left: 24px;
  padding: 12px;
  z-index: 3;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus { top: 12px; }
.page {
  width: min(100%, 1800px);
  height: 100svh;
  min-height: 440px;
  margin-inline: auto;
  padding-inline: clamp(20px, 3.6vw, 64px);
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 104px;
}
.header, .header nav { display: flex; align-items: center; }
.header { justify-content: space-between; gap: 20px; }
.header nav { gap: 28px; }
.network { font-size: 14px; font-weight: 600; }
.text-button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  transition: text-decoration-color .15s;
}
.text-button:hover { text-decoration-color: currentColor; }
.text-button:disabled { color: var(--muted); cursor: default; text-decoration: none; }
#copy-status { font-size: 13px; margin-left: 12px; }
.social-pending { color: var(--muted); font-size: 14px; }
.hero {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  justify-items: center;
  gap: 12px;
  padding-block: 0 14px;
}
h1 {
  font-size: clamp(48px, 11.8vw, 190px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.075em;
  padding-right: .075em;
}
.cat {
  position: relative;
  min-height: 0;
  height: 100%;
  max-height: min(500px, 95.9vw);
  aspect-ratio: 427 / 512;
  max-width: 80vw;
  align-self: center;
}
.cat video, .cat > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.caption { font-size: clamp(18px, 2vw, 25px); font-weight: 600; letter-spacing: -.035em; }
.footer {
  border-top: 1px solid #15161126;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 12px;
}
.reward-title { font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.reward-title span { color: var(--muted); font-weight: 400; }
.fee-note { color: var(--muted); font-size: 13px; margin-top: 5px; }
.launch-status { padding: 13px 20px; font-size: 14px; font-weight: 600; background: var(--lime); border-radius: 4px; }
.independence { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
dialog {
  width: min(540px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 26px;
  border: 1px solid #15161130;
  border-radius: 12px;
  color: var(--ink);
  background: var(--paper);
  overscroll-behavior: contain;
}
dialog::backdrop { background: #1516118c; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dialog-header h2 { font-size: 25px; letter-spacing: -.04em; }
.dialog-header form { margin: 0; }
.close-button { width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #1516110b; color: var(--ink); }
.close-button:hover { background: #15161118; }
.close-button svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
dialog p { margin-top: 16px; font-size: 14px; line-height: 1.6; }
dialog .dialog-intro { margin-top: 4px; color: var(--muted); }
.token-facts { margin-block: 20px; }
.token-facts > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 12px; border-bottom: 1px solid #15161122; font-size: 13px; }
.token-facts dt { color: var(--muted); }
.token-facts dd { text-align: right; font-weight: 600; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 20px; font-size: 13px; }
.source-links a { padding-block: 8px; text-underline-offset: 4px; }
body:has(dialog[open]) { overflow: hidden; }
@media (max-width: 600px) {
  .page { grid-template-rows: 56px minmax(0, 1fr) 132px; }
  .header nav { gap: 20px; }
  .network, .text-button, .social-pending { font-size: 13px; }
  .hero { gap: 14px; padding-bottom: 22px; }
  h1 { font-size: 12.2vw; }
  .cat { max-height: min(420px, 95.9vw); }
  .footer { column-gap: 12px; row-gap: 10px; }
  .reward-title { font-size: 15px; }
  .reward-title span { display: block; font-size: 13px; margin-top: 2px; }
  .fee-note { font-size: 12px; max-width: 185px; line-height: 1.5; }
  .launch-status { font-size: 12px; padding: 12px; }
  .independence { font-size: 11px; }
  dialog { padding: 18px; }
}
@media (max-height: 650px) and (min-width: 601px) {
  .page { grid-template-rows: 52px minmax(0, 1fr) 92px; }
  h1 { font-size: min(10vw, 100px); }
  .hero { gap: 8px; padding-bottom: 10px; }
  .caption { font-size: 18px; }
}
@media (max-height: 500px) and (min-width: 601px) {
  .page { min-height: 360px; grid-template-rows: 48px minmax(0, 1fr) 90px; }
  .hero { grid-template-columns: 1.1fr 1fr; grid-template-rows: 1fr auto; column-gap: 20px; padding-bottom: 12px; }
  h1 { font-size: 6.5vw; align-self: end; }
  .cat { grid-column: 2; grid-row: 1 / 3; }
  .caption { align-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}


.network { display: flex; padding: 10px 0; background: transparent; flex-shrink: 0; }
.network img { display: block; width: 180px; height: auto; }
.cat video { pointer-events: none; }
@media (max-width: 600px) { .network img { width: 154px; } .header { gap: 12px; } .header nav { gap: 16px; } }



/* Compact controls and the visor wordmark. */
.nav-button { min-height: 42px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid #dededb; border-radius: 999px; background: transparent; color: #000; font-size: 12px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: background .18s, border-color .18s, transform .18s; }
.nav-button:hover { background: #f4f4f0; border-color: #000; transform: translateY(-1px); }
.nav-button:active { transform: translateY(0); }
.x-button { background: #000; color: #fff; border-color: #000; }
.x-button:hover { background: #ccff00; color: #000; }
.x-button svg { width: 14px; height: 14px; }
.header nav { gap: 8px; }
.wordmark { display: flex; align-items: baseline; justify-content: center; font-size: clamp(64px, 13vw, 180px); padding-top: 8px; }
.dollar { font-size: .56em; margin-right: .09em; align-self: center; letter-spacing: -.04em; }
.visor-letter { position: relative; display: inline-block; }
.title-visor { position: absolute; width: 110%; height: auto; left: -5%; top: 30%; transform: rotate(-9deg); overflow: visible; }
.launch-status { border-radius: 999px; display: flex; align-items: center; gap: 8px; }
.launch-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
@media (max-width: 600px) {
  .page { grid-template-rows: 112px minmax(0, 1fr) 132px; padding-inline: 16px; }
  .header { display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; gap: 8px; }
  .network { margin: 0; order: -1; padding: 0; justify-self: end; min-height: 32px; align-items: center; }
  .network img { width: 144px; }
  .header nav { width: 100%; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 44px 44px; gap: 6px; }
  .nav-button { padding: 8px; min-width: 0; height: 44px; min-height: 44px; gap: 6px; font-size: 12px; }
  .x-button > span[aria-hidden] { display: none; }
  .wordmark { font-size: 19vw; }
  .hero { gap: 10px; padding-bottom: 18px; }
}
@media (min-width: 601px) and (max-height: 650px) { .wordmark { font-size: min(12vw, 110px); } }
@media (min-width: 601px) and (max-height: 500px) { .wordmark { font-size: 8vw; } }

.telegram-button { width: 42px; padding: 10px; flex-shrink: 0; }
.telegram-button svg { width: 17px; height: 17px; }
@media(max-width: 600px) { .x-label { display: none; } .telegram-button { width: 44px; padding: 8px; } }
