:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #dce6f7;
  background: #080b11;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 82% 5%, #0649d12a, transparent 28rem),
    radial-gradient(circle at 8% 26%, #12aee31c, transparent 31rem),
    linear-gradient(180deg, #080b11 0, #0c111b 34rem, #eef2f7 56rem);
  color: #14213a;
}
.shell {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
  padding: 20px 0 28px;
}
.hero {
  display: block;
  position: relative;
  min-height: 620px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid #ffffff17;
  border-radius: 30px;
  background:
    radial-gradient(circle at 77% 48%, #0658ff2b, transparent 20rem),
    linear-gradient(145deg, #11151d, #07090e 63%);
  box-shadow: 0 32px 90px #0008;
}
.hero:before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#fff0 95%, #ffffff07 95%),
    linear-gradient(90deg, #fff0 95%, #ffffff07 95%);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(to bottom, #0008, transparent 70%);
}
.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid #ffffff12;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f3f7ff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.brand img {
  width: 37px;
  height: 44px;
  object-fit: contain;
}
.production-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #ffffff17;
  border-radius: 999px;
  color: #aab7cb;
  background: #ffffff08;
  font-size: 11px;
}
.production-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #24d39a;
  box-shadow: 0 0 14px #24d39a;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 535px;
  align-items: center;
  padding: 28px 54px 42px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.tag {
  margin: 0 0 9px;
  color: #0eb8ed;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
h1,
h2,
p {
  margin-top: 0;
}
.hero h1 {
  max-width: 680px;
  margin: 0 0 20px;
  color: #f8fbff;
  background: linear-gradient(100deg, #ffffff 18%, #e7f1ff 68%, #a9ceff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(42, 125, 255, 0.2));
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.intro {
  max-width: 570px;
  margin: 0;
  color: #9ca9bd;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}
.hero-action {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  padding: 13px 18px;
  border: 1px solid #ffffff20;
  border-radius: 12px;
  color: #f4f7ff;
  background: #ffffff09;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.hero-action span {
  color: #0eb8ed;
}
.hero-logo {
  position: relative;
  display: grid;
  height: 440px;
  place-items: center;
}
.hero-logo img {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  height: min(100%, 420px);
  object-fit: contain;
  filter: drop-shadow(0 28px 32px #0009);
}
.logo-glow {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #075cff38;
  filter: blur(55px);
}
.panel {
  border: 1px solid #899abf3b;
  border-radius: 26px;
  background: #fdfefeea;
  box-shadow: 0 22px 58px #10224814;
  backdrop-filter: blur(12px);
}
.panel:not(.game) {
  padding: clamp(22px, 4vw, 34px);
}
.heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.heading h2,
.copy h2 {
  margin: 0;
  font-size: clamp(23px, 4vw, 32px);
  letter-spacing: -0.03em;
}
#status {
  padding: 7px 11px;
  border-radius: 999px;
  color: #65738e;
  background: #edf2f8;
  font-size: 12px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.grid article {
  position: relative;
  min-height: 180px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #f8fafc;
}
.grid i {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 10px;
  color: #075be8;
  background: #e6efff;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
}
.grid p {
  margin-bottom: 6px;
  color: #6c7890;
  font-size: 13px;
  font-weight: 700;
}
.grid article > strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.08;
}
.grid small {
  color: #77849a;
}
.rates {
  display: flex;
  gap: 18px;
  margin: 10px 0 12px;
}
.rates span {
  color: #748097;
  font-size: 11px;
  text-transform: uppercase;
}
.rates b {
  display: block;
  margin-top: 3px;
  color: #11203e;
  font-size: 19px;
}
.grid .holiday {
  font-size: 20px;
}
.game {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.85fr);
  gap: 28px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
}
.copy {
  align-self: center;
  padding: 10px;
}
.copy > p:not(.tag) {
  max-width: 560px;
  margin: 12px 0 24px;
  color: #69768e;
  line-height: 1.6;
}
.scores {
  display: flex;
  gap: 10px;
}
.scores span {
  min-width: 120px;
  padding: 10px 13px;
  border-radius: 12px;
  color: #68758c;
  background: #eef3f8;
  font-size: 12px;
}
.scores b {
  display: block;
  margin-top: 2px;
  color: #172746;
  font-size: 17px;
}
.zone {
  display: grid;
  min-height: 230px;
  padding: 24px;
  place-content: center;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  text-align: center;
  transition: 0.18s;
}
.zone:hover {
  transform: translateY(-2px);
}
.zone.idle,
.zone.result {
  background: linear-gradient(135deg, #071322, #0b4ab8 61%, #087bd1);
  box-shadow: 0 16px 32px #07276646;
}
.zone.waiting {
  background: #ef6a4b;
}
.zone.ready {
  background: #16ad70;
  box-shadow: 0 18px 38px #16ad7047;
}
.zone strong {
  font-size: 29px;
}
.zone small {
  margin-top: 7px;
  color: inherit;
  opacity: 0.82;
}
footer {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px 6px 0;
  color: #8591a6;
  font-size: 12px;
}
footer a {
  color: #63718a;
}
@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
  .hero-content {
    grid-template-columns: 1fr;
    padding: 48px 34px 20px;
  }
  .hero-logo {
    height: 350px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .game {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  body {
    background: linear-gradient(
      180deg,
      #080b11 0,
      #0c111b 42rem,
      #eef2f7 64rem
    );
  }
  .shell {
    width: calc(100% - 20px);
    padding-top: 10px;
  }
  .hero {
    border-radius: 22px;
  }
  .topbar {
    padding: 16px;
  }
  .brand span {
    font-size: 10px;
  }
  .production-badge {
    padding: 7px 9px;
  }
  .hero-content {
    padding: 38px 22px 34px;
  }
  .hero h1 {
    font-size: 40px;
    white-space: nowrap;
  }
  .intro {
    font-size: 14px;
  }
  .hero-logo {
    height: 300px;
    padding: 10px 0 38px;
  }
  .hero-logo img {
    width: min(78vw, 280px);
    height: 100%;
  }
  .heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .grid article {
    min-height: 155px;
  }
  footer {
    flex-direction: column;
  }
}
