body{font-family:Inter,Arial,sans-serif}
#telegramLink{background:#229ED9;color:#fff}
#messengerLink{background:#0084FF;color:#fff}

/* Mobile platform CTA: keep the label on one line and always reachable. */
.platform.mini{white-space:nowrap;flex:none}
.mobile-platform-cta{display:none}
@media(max-width:600px){
  body{padding-bottom:82px}
  header .platform.mini{display:none}
  .mobile-platform-cta{
    position:fixed;
    left:50%;
    right:auto;
    bottom:14px;
    z-index:1200;
    width:min(360px,calc(100vw - 28px));
    min-height:52px;
    padding:14px 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateX(-50%);
    border-radius:999px;
    background:linear-gradient(90deg,#62efd0 0 50%,#8619f5 100%);
    color:#050807;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 12px 34px #000b,0 0 0 1px #ffffff14;
  }
}
