@charset "utf-8";

/* Roblox landing (s1) — дизайн из MAX.mhtml */
body.roblox-page,
body:has(.roblox-app) {
  background: #0a0a0a;
  color: #fff;
}

.roblox-bg#bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(13, 15, 20);
  background-image: radial-gradient(125% 85% at 50% 0%, rgba(39, 211, 103, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.roblox-bg#bg::after {
  display: none;
}

#app.roblox-app {
  padding: 16px;
}

#app.roblox-app .scr {
  max-width: 440px;
}

.roblox-shell {
  width: 100%;
  border-radius: 28px;
  padding: 20px 20px 18px;
  background: rgb(20, 24, 38);
  border: 1px solid rgb(34, 42, 61);
  box-shadow: rgba(0, 0, 0, 0.45) 0 24px 48px;
  animation: 0.5s cubic-bezier(0.34, 1.15, 0.56, 1) 0.06s both cardPop;
}

.roblox-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgb(12, 24, 48);
}

.roblox-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.roblox-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.roblox-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(123, 129, 148);
}

.roblox-cta {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(rgb(47, 226, 119) 0%, rgb(39, 211, 103) 55%, rgb(31, 168, 85) 100%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.roblox-cta:active {
  transform: scale(0.98);
}

.roblox-cta:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.roblox-trust {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgb(24, 29, 44);
  border: 1px solid rgb(39, 47, 68);
}

.roblox-trust svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: rgb(39, 211, 103);
}

.roblox-trust span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: rgb(174, 180, 198);
}

@media (min-width: 768px) {
  .roblox-shell {
    padding: 24px;
  }
}
