/* BOBO — responsive static site */
:root {
  --red: #ec1018;
  --red-hot: #ff3038;
  --red-deep: #7d0005;
  --red-black: #130002;
  --ink: #090909;
  --cream: #fff0e8;
  --muted: #c99c9d;
  --line: rgba(255,255,255,.13);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -20%, rgba(236,16,24,.24), transparent 38rem),
    var(--red-black);
  color: white;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

::selection { background: var(--red-hot); color: white; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: linear-gradient(to bottom, rgba(10,0,0,.91), rgba(10,0,0,.38), transparent);
  backdrop-filter: blur(5px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font: 950 18px/1 Arial Black, Impact, sans-serif;
  letter-spacing: -.04em;
}
.brand img {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.2);
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.desktop-nav a { opacity: .66; transition: opacity .2s, transform .2s; }
.desktop-nav a:hover { opacity: 1; transform: translateY(-1px); }
.mini-buy {
  justify-self: end;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(236,16,24,.15);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 46%, rgba(255,20,27,.35), transparent 26rem),
    linear-gradient(135deg, rgba(69,0,4,.2), rgba(0,0,0,.82));
}
#crashChart, .hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#crashChart { opacity: .5; }
.hero-grid {
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,60,60,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,60,60,.22) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, rgba(0,0,0,.36), transparent);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 130px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  align-items: center;
  gap: clamp(34px, 5vw, 86px);
}

.eyebrow, .section-kicker {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  color: #ff6c70;
}
.eyebrow { display: flex; align-items: center; gap: 8px; }
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 18px 4px rgba(255,48,56,.7);
  animation: pulse 1.3s infinite;
}

h1, h2, .stat, .panic-stamp {
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  letter-spacing: -.065em;
}
h1 {
  margin: 18px 0 18px;
  max-width: 850px;
  font-size: clamp(64px, 8.6vw, 138px);
  line-height: .83;
  text-transform: uppercase;
}
h1 span, h2 span { color: var(--red-hot); }

.hero-sub {
  max-width: 650px;
  margin: 0;
  color: #e6c9ca;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.45;
}
.hero-sub strong { color: white; }

.hero-actions, .buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 22px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .06em;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: white;
  background: var(--red);
  box-shadow: 0 12px 45px rgba(236,16,24,.26);
}
.btn-primary:hover { box-shadow: 0 15px 58px rgba(236,16,24,.5); background: var(--red-hot); }
.btn-ghost { color: white; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.19); }
.btn-big { min-height: 64px; padding-inline: 30px; }

.micro-warning {
  margin-top: 15px;
  color: #a98082;
  font-size: 12px;
}

.hero-art { position: relative; }
.hero-image-shell {
  position: relative;
  transform: rotate(2.5deg);
  filter: drop-shadow(0 45px 60px rgba(0,0,0,.5));
}
.hero-image-shell::before {
  content: "";
  position: absolute;
  inset: 8% 3%;
  z-index: -1;
  background: var(--red);
  filter: blur(70px);
  opacity: .25;
}
.hero-image-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 96%);
}
.panic-stamp {
  position: absolute;
  z-index: 3;
  right: -24px;
  bottom: 20px;
  padding: 12px 18px;
  color: white;
  background: #e30911;
  border: 4px solid white;
  transform: rotate(-9deg);
  font-size: clamp(21px, 3vw, 42px);
  line-height: .82;
  text-align: center;
  text-shadow: 2px 2px 0 #730004;
  box-shadow: 0 15px 45px rgba(0,0,0,.4);
}

.market-tape {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 11px 0;
  background: var(--red);
  border-top: 1px solid rgba(255,255,255,.2);
  transform: rotate(-.5deg) scale(1.01);
}
.market-tape-track {
  width: max-content;
  display: flex;
  gap: 40px;
  animation: tape 26s linear infinite;
  font: 950 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}

.section-pad {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(84px, 11vw, 150px);
}

.statement { text-align: center; }
.mega-copy {
  max-width: 1100px;
  margin: 18px auto 55px;
  font-size: clamp(46px, 7vw, 102px);
  line-height: .9;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}
.stats-grid article {
  min-height: 180px;
  padding: 26px;
  display: grid;
  place-items: center;
  align-content: center;
  border-right: 1px solid var(--line);
}
.stats-grid article:last-child { border-right: 0; }
.stat { font-size: clamp(42px, 6vw, 84px); color: var(--red-hot); }
.stats-grid p { margin: 5px 0 0; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; }

.mechanic {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
}
.mechanic-image {
  position: relative;
  border: 1px solid var(--line);
  background: #100;
  transform: rotate(-2deg);
}
.mechanic-image::after {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  z-index: -1;
  border: 1px solid rgba(236,16,24,.3);
}
.mechanic-copy h2, .lore h2, .red-zone h2, .memes h2, .buy h2 {
  margin: 15px 0;
  font-size: clamp(52px, 6.8vw, 95px);
  line-height: .88;
}
.lede, .lore-copy > p, .red-zone-copy > p, .buy-copy > p {
  color: #cba5a6;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}
.steps { margin-top: 32px; border-top: 1px solid var(--line); }
.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.step > span {
  color: var(--red-hot);
  font-family: ui-monospace, monospace;
  font-weight: 900;
}
.step b { display: block; font-size: 15px; letter-spacing: .04em; }
.step small { display: block; margin-top: 3px; color: #9e7779; }
.risk-chip {
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 0;
  padding: 10px 12px;
  color: #ffc5c6;
  background: rgba(236,16,24,.12);
  border: 1px solid rgba(236,16,24,.28);
  font-size: 12px;
}

.lore {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(35px, 7vw, 100px);
}
.lore-hit {
  color: white !important;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(25px, 3vw, 42px) !important;
  line-height: 1.05 !important;
}
.lore-art { position: relative; }
.lore-art::before {
  content: "NO BULLS";
  position: absolute;
  left: -30px;
  top: -28px;
  z-index: 3;
  padding: 9px 13px;
  color: white;
  background: var(--red);
  border: 2px solid white;
  transform: rotate(-7deg);
  font: 950 15px/1 "Arial Black", Impact, sans-serif;
}
.lore-art img { border: 1px solid var(--line); }

.red-zone-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, #200002, #710006);
}
.red-zone-card > img { width: 100%; height: 100%; object-fit: cover; }
.red-zone-copy {
  padding: clamp(36px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.red-zone-copy .section-kicker { color: #ff9699; }

.memes-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}
.memes-head h2 { margin-bottom: 0; }
.memes-head p { color: var(--muted); }
.meme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.meme-grid figure {
  margin: 0;
  background: #120001;
  border: 1px solid var(--line);
  overflow: hidden;
}
.meme-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .4s, filter .4s;
}
.meme-grid figure:hover img { transform: scale(1.035); filter: contrast(1.08); }
.meme-grid figcaption {
  padding: 14px 15px;
  color: #d9b7b8;
  border-top: 1px solid var(--line);
  font: 900 11px/1 ui-monospace, monospace;
  letter-spacing: .08em;
}

.buy { padding-top: clamp(60px, 8vw, 110px); }
.buy-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(32px, 6vw, 70px);
  align-items: center;
  padding: clamp(30px, 6vw, 74px);
  background:
    linear-gradient(115deg, rgba(236,16,24,.17), transparent 44%),
    #0e0001;
  border: 1px solid rgba(255,255,255,.18);
}
.buy-card::after {
  content: "↘";
  position: absolute;
  right: -10px;
  bottom: -100px;
  color: rgba(236,16,24,.09);
  font: 900 420px/1 "Arial Black", Impact, sans-serif;
  pointer-events: none;
}
.buy-logo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(236,16,24,.23);
}
.buy-copy { position: relative; z-index: 2; min-width: 0; }
.contract-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
}
.contract-box > span {
  padding-left: 5px;
  color: #996f71;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}
.contract-box code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 12px;
}
.contract-box button {
  min-height: 38px;
  border: 0;
  padding: 0 15px;
  color: white;
  background: var(--red);
  cursor: pointer;
  font-weight: 950;
  font-size: 11px;
}
.config-note { font-size: 11px !important; color: #80595b !important; }
.config-note code { color: #b98f91; }

.footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 55px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: start;
  color: #7f5b5d;
  font-size: 10px;
  line-height: 1.6;
}
.footer-brand { display: flex; align-items: center; gap: 8px; color: white; }
.footer-brand img { width: 30px; height: 30px; border-radius: 50%; }
.footer p { max-width: 760px; margin: 0; }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  padding: 13px 16px;
  color: white;
  background: #111;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 15px 55px rgba(0,0,0,.4);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  transform: translateY(90px);
  opacity: 0;
  transition: .28s;
}
.toast.show { transform: translateY(0); opacity: 1; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes tape { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }

@media (max-width: 930px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 115px;
    gap: 45px;
  }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .micro-warning { text-align: center; }
  .hero-art { width: min(680px, 95%); margin: 0 auto; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

  .mechanic, .lore, .red-zone-card { grid-template-columns: 1fr; }
  .mechanic-image { width: min(720px, 96%); margin-inline: auto; }
  .lore-art { order: -1; }
  .red-zone-card > img { max-height: 680px; object-position: center; }

  .buy-card { grid-template-columns: 180px 1fr; }
  .footer { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { min-height: 64px; padding: 8px 14px; }
  .brand img { width: 38px; }
  .mini-buy { padding: 10px 11px; font-size: 10px; }

  .hero-content { width: min(100% - 28px, var(--max)); padding-top: 98px; padding-bottom: 80px; }
  h1 { font-size: clamp(58px, 19vw, 90px); }
  .hero-sub { font-size: 16px; }
  .btn { width: 100%; }
  .panic-stamp { right: -6px; bottom: 4px; border-width: 3px; }

  .section-pad { width: min(100% - 28px, var(--max)); padding-block: 72px; }
  .mega-copy { font-size: clamp(43px, 14vw, 72px); }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { min-height: 140px; padding: 18px 8px; }

  .mechanic-copy h2, .lore h2, .red-zone h2, .memes h2, .buy h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .meme-grid { grid-template-columns: 1fr; }
  .memes-head { display: block; }
  .memes-head p { margin-top: 8px; }

  .red-zone-card { min-height: 0; }
  .red-zone-copy { padding: 34px 24px 38px; }

  .buy-card { grid-template-columns: 1fr; padding: 30px 20px; }
  .buy-logo { width: 150px; margin-inline: auto; }
  .buy-copy { text-align: center; }
  .contract-box {
    grid-template-columns: 1fr auto;
    text-align: left;
  }
  .contract-box > span { grid-column: 1 / -1; }
  .contract-box code { min-width: 0; }
  .buy-actions { flex-direction: column; }

  .footer { width: calc(100% - 28px); padding-bottom: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}


/* --- v2: socials + sBTCx3 / Uniswap V4 mechanic --- */
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-grid;
  place-items: center;
  color: white;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.17);
  transition: transform .18s, background .18s, border-color .18s;
}
.social-icon:hover {
  transform: translateY(-2px);
  background: var(--red);
  border-color: var(--red-hot);
}
.social-icon svg, .social-pill svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.hero-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.hero-socials > span {
  margin-right: 4px;
  color: #a67d7f;
  font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.hero-socials .social-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}
.stat-wide { font-size: clamp(28px, 4.5vw, 62px); }
.pair-badge {
  position: absolute;
  left: -18px;
  bottom: 20px;
  z-index: 4;
  min-width: 210px;
  padding: 12px 15px;
  transform: rotate(2deg);
  color: white;
  background: rgba(11,0,1,.92);
  border: 1px solid rgba(255,255,255,.23);
  border-left: 4px solid var(--red-hot);
  box-shadow: 0 15px 45px rgba(0,0,0,.42);
}
.pair-badge span {
  display: block;
  color: #ff6c70;
  font: 900 9px/1 ui-monospace, monospace;
  letter-spacing: .12em;
}
.pair-badge b {
  display: block;
  margin-top: 6px;
  font: 950 18px/1.05 "Arial Black", Impact, sans-serif;
  letter-spacing: -.04em;
}
.flow-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 30px;
}
.flow-node {
  min-width: 0;
  padding: 18px 16px 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.flow-node > span {
  display: block;
  margin-bottom: 18px;
  color: #ff5a60;
  font: 900 9px/1 ui-monospace, monospace;
}
.flow-node b {
  display: block;
  color: white;
  font: 950 clamp(17px, 1.7vw, 24px)/1 "Arial Black", Impact, sans-serif;
  letter-spacing: -.04em;
}
.flow-node small {
  display: block;
  margin-top: 8px;
  color: #946d6f;
  line-height: 1.35;
}
.flow-arrow {
  align-self: center;
  color: var(--red-hot);
  font: 950 24px/1 "Arial Black", Impact, sans-serif;
}
.mechanic-punch {
  margin-top: 18px;
  padding: 18px 20px;
  color: #d7b3b4;
  background: linear-gradient(90deg, rgba(236,16,24,.17), transparent);
  border-left: 3px solid var(--red);
  font: 950 clamp(18px, 2vw, 27px)/1.35 "Arial Black", Impact, sans-serif;
  letter-spacing: -.035em;
}
.mechanic-punch span { color: var(--red-hot); }
.post-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.social-pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  color: white;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.035);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  transition: transform .18s, background .18s, border-color .18s;
}
.social-pill:hover {
  transform: translateY(-2px);
  background: var(--red);
  border-color: var(--red-hot);
}
@media (max-width: 930px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-actions .social-icon { display: none; }
  .flow-line { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
}
@media (max-width: 650px) {
  .header-actions { gap: 6px; }
  .hero-socials { justify-content: center; }
  .pair-badge { left: -6px; bottom: 10px; }
  .post-links { justify-content: flex-start; margin-top: 18px; }
  .social-pill { flex: 1; justify-content: center; min-width: 135px; }
}


/* --- social icon hard-size fix --- */
.header-actions,
.hero-socials,
.post-links {
  min-width: 0;
}

.social-icon {
  box-sizing: border-box;
  overflow: hidden;
  contain: layout paint;
}

.social-icon > svg,
.social-pill > svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  overflow: hidden !important;
}

.header-actions .social-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px !important;
}

.hero-socials .social-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  flex: 0 0 36px !important;
}

@media (max-width: 930px) {
  .header-actions .social-icon {
    display: none !important;
  }
}
\n\n/* --- hero control + seamless ticker fix --- */\n.hero-actions {\n  align-items: stretch;\n}\n.hero-actions .social-icon {\n  width: 54px !important;\n  height: 54px !important;\n  min-width: 54px !important;\n  min-height: 54px !important;\n  max-width: 54px !important;\n  max-height: 54px !important;\n  flex: 0 0 54px !important;\n}\n\n.market-tape-track {\n  width: max-content;\n  min-width: 200vw;\n  display: flex;\n  gap: 0;\n  animation: tapeSeamless 30s linear infinite;\n  will-change: transform;\n}\n.market-tape-set {\n  min-width: 100vw;\n  flex: 0 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-around;\n  gap: 38px;\n  padding: 0 28px;\n  white-space: nowrap;\n}\n@keyframes tapeSeamless {\n  from { transform: translateX(0); }\n  to { transform: translateX(-50%); }\n}\n\n@media (max-width: 650px) {\n  .hero-actions {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 46px 46px;\n    gap: 8px;\n  }\n  .hero-actions .btn {\n    width: auto;\n    min-width: 0;\n    padding-inline: 10px;\n    font-size: 10px;\n  }\n  .hero-actions .social-icon {\n    width: 46px !important;\n    height: 54px !important;\n    min-width: 46px !important;\n    min-height: 54px !important;\n    max-width: 46px !important;\n    max-height: 54px !important;\n    flex-basis: 46px !important;\n  }\n  .market-tape-set {\n    min-width: 150vw;\n    gap: 28px;\n    padding-inline: 20px;\n  }\n}\n