:root {
  --ink: #eaf8ff;
  --soft: #b9e6ff;
  --muted: #7fb4d7;
  --line: rgba(202, 240, 255, 0.46);
  --line-soft: rgba(202, 240, 255, 0.22);
  --panel: rgba(26, 95, 142, 0.33);
  --panel-dark: rgba(5, 46, 79, 0.72);
  --cyan: #67dcff;
  --green: #67f895;
  --deep: #031827;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: #05243d;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

#archiveCanvas,
.scan {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#archiveCanvas {
  z-index: -3;
}

.scan {
  z-index: -2;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 5px);
  background-size: 92px 92px, 92px 92px, 100% 5px;
  mix-blend-mode: screen;
}

.site-shell {
  width: min(100vw, calc(100vh * 16 / 9));
  max-width: 1920px;
  min-width: 1180px;
  height: min(100vh, calc(100vw * 9 / 16));
  min-height: 664px;
  max-height: 1080px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 244, 255, 0.5), transparent 16rem),
    linear-gradient(180deg, rgba(2, 30, 55, 0.18), rgba(2, 20, 35, 0.58));
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.45);
}

.topbar,
.footer {
  display: grid;
  align-items: center;
  padding: 18px 44px;
}

.topbar {
  grid-template-columns: 280px 1fr 130px;
  gap: 32px;
  height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
}

.brand strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--soft);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.rings {
  position: relative;
  display: block;
  width: 58px;
  height: 30px;
  flex: 0 0 auto;
}

.rings i {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1.7px solid var(--ink);
  border-radius: 50%;
}

.rings i:nth-child(1) { left: 0; }
.rings i:nth-child(2) { left: 13px; }
.rings i:nth-child(3) { left: 26px; }

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 46px);
  text-transform: uppercase;
}

.nav a {
  color: #def4ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.id-block {
  text-align: right;
  text-transform: uppercase;
}

.id-block strong {
  display: block;
  font-size: 1.22rem;
  letter-spacing: 0.18em;
}

.id-block span,
.footer p {
  color: var(--soft);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.id-block b,
.footer b,
.time-row em,
.radio-card b {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.stage {
  position: relative;
  display: grid;
  grid-template-rows: 40% 18% 27% 15%;
  height: calc(100% - 154px);
  min-height: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.panel {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(180, 226, 255, 0.14), rgba(0, 42, 74, 0.28)),
    var(--panel);
  backdrop-filter: blur(10px);
}

.left-rail {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: auto;
  left: 38px;
  width: 64px;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.66rem;
}

.left-rail span {
  position: absolute;
  top: 32px;
  bottom: 50%;
  left: 18px;
  width: 1px;
  background: linear-gradient(var(--green), transparent);
}

.left-rail p {
  width: 54px;
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(118, 226, 255, 0.36);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vh, 42px) 44px 28px 156px;
  border-top: 0;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 38, 71, 0.92), transparent 50%),
    linear-gradient(180deg, transparent 0 70%, rgba(3, 26, 45, 0.42));
  pointer-events: none;
}

.hero::after {
  opacity: 0.62;
  background:
    linear-gradient(90deg, transparent 0 26%, rgba(255, 255, 255, 0.18) 26.2% 26.4%, transparent 26.6%),
    linear-gradient(90deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 42.2% 42.35%, transparent 42.6%),
    linear-gradient(90deg, transparent 0 86%, rgba(255, 255, 255, 0.18) 86.2% 86.35%, transparent 86.6%),
    linear-gradient(0deg, transparent 0 30%, rgba(255, 255, 255, 0.1) 30.1% 30.2%, transparent 30.3%);
}

.hero-copy,
.radio-card,
.geo,
.chrome-star {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: 0 0 10px;
  max-width: 560px;
  font-size: clamp(3rem, 4.8vw, 5.6rem);
  line-height: 0.86;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(154, 225, 255, 0.55);
}

.subhead {
  max-width: 500px;
  margin: 0 0 10px;
  color: #d8f5ff;
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.microcopy {
  max-width: 320px;
  margin: 0 0 14px;
  color: var(--soft);
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.button,
.release-card button,
.signup button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(136, 204, 242, 0.2);
  box-shadow: inset 0 0 22px rgba(170, 230, 255, 0.14), 0 0 22px rgba(62, 188, 255, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  cursor: pointer;
}

.hero-actions {
  display: flex;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
}

.button.primary {
  background: rgba(168, 222, 255, 0.38);
}

.mini-wave,
.radio-line span,
.wave {
  display: inline-block;
  height: 24px;
  background:
    linear-gradient(90deg, transparent, rgba(220, 250, 255, 0.8), transparent),
    repeating-linear-gradient(90deg, rgba(216, 246, 255, 0.45) 0 3px, transparent 3px 9px);
  mask-image: linear-gradient(90deg, transparent, #000 20% 80%, transparent);
}

.mini-wave {
  width: 78px;
}

.chrome-star {
  position: absolute;
  right: 18%;
  top: 15%;
  width: min(33vw, 590px);
  aspect-ratio: 1.95;
  filter: drop-shadow(0 24px 35px rgba(0, 20, 38, 0.35));
}

.chrome-star,
.chrome-star span {
  clip-path: polygon(0 54%, 36% 42%, 52% 0, 60% 38%, 100% 18%, 67% 55%, 92% 94%, 56% 68%, 36% 100%, 37% 63%);
  background:
    radial-gradient(circle at 48% 42%, #fff 0 5%, #63bdf1 14%, #0d5d94 22%, transparent 23%),
    linear-gradient(135deg, #eafaff 0 12%, #2fa8ee 24%, #f7fdff 34%, #155583 46%, #b9efff 62%, #fff 72%, #2171a8 86%);
}

.chrome-star span {
  position: absolute;
  inset: 20% 23%;
  transform: rotate(-7deg);
  mix-blend-mode: screen;
}

.geo {
  position: absolute;
  right: 31%;
  bottom: 26px;
  color: var(--soft);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.radio-card {
  position: absolute;
  right: 44px;
  bottom: 34px;
  width: 330px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(130, 194, 230, 0.24);
  box-shadow: inset 0 0 30px rgba(225, 250, 255, 0.12);
  text-transform: uppercase;
}

.radio-card p,
.module h2,
.section-head h2,
.strip-title h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.radio-card span,
.radio-card strong,
.module p,
.section-head span,
.strip-title span,
.hint {
  color: var(--soft);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.radio-card .wave {
  width: 100%;
  margin: 18px 0 16px;
}

.radio-card em {
  display: block;
  height: 10px;
  margin-top: 8px;
  background: repeating-linear-gradient(90deg, #dff8ff 0 6px, rgba(218, 247, 255, 0.18) 6px 12px);
}

.release-strip {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  grid-template-rows: 34px 1fr;
  gap: 10px;
  padding: 12px 44px 14px;
}

.strip-title {
  grid-column: 2;
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.release-cards {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 10px;
  min-width: 0;
}

.round {
  align-self: center;
  justify-self: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(27, 102, 153, 0.34);
}

.release-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 12px;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(205, 235, 248, 0.27);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.1);
}

.release-card h3,
.release-card p,
.release-card strong,
.release-card button {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.release-card h3 {
  color: #072844;
  font-weight: 800;
}

.release-card p,
.release-card strong {
  color: #16456b;
}

.release-card button {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
  text-indent: 100px;
}

.release-card button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 7px 0 0 9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--ink);
}

.thumb {
  min-height: clamp(72px, 9vh, 105px);
  border-radius: 4px;
  border: 1px solid rgba(230, 249, 255, 0.52);
  background-size: cover;
  background-position: center;
}

.chrome {
  background:
    radial-gradient(circle at 48% 54%, #fff 0 6%, #228ac2 8% 18%, transparent 19%),
    conic-gradient(from 18deg, #f6fdff, #135b92, #9ee7ff, #fff, #236b9a, #d8fbff);
}

.field {
  background:
    radial-gradient(circle at 67% 35%, rgba(255, 255, 255, 0.9) 0 11%, rgba(28, 126, 180, 0.7) 12% 18%, transparent 19%),
    linear-gradient(165deg, transparent 0 54%, #2e9a4a 55%),
    linear-gradient(#a7e6ff, #fff 45%, #65bd58);
}

.transit {
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(220, 249, 255, 0.55) 39% 44%, transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 9px, transparent 9px 28px),
    linear-gradient(150deg, #0c4970, #b9ecff);
}

.disc {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 13%, rgba(255, 255, 255, 0.8) 14% 16%, rgba(68, 169, 216, 0.55) 17% 40%, rgba(255, 255, 255, 0.78) 41% 43%, transparent 44%),
    linear-gradient(140deg, #dff9ff, #176191);
}

.city {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 8px, transparent 8px 18px),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255, 255, 255, 0.24) 22px 24px),
    linear-gradient(150deg, #0d5483, #d5f4ff);
}

.orb {
  background:
    radial-gradient(circle at 56% 42%, #fff 0 4%, #9de9ff 7% 16%, #07528b 17% 26%, transparent 27%),
    linear-gradient(170deg, transparent 0 58%, #4ea43c 59%),
    linear-gradient(#38a9f3, #e5fbff 48%, #59b34a);
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.people-section {
  padding: 12px 44px 8px;
  min-width: 0;
}

.section-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 22px;
  margin-bottom: 12px;
}

.section-head h2,
.strip-title h2,
.module h2 {
  font-size: 1.55rem;
}

.section-head a {
  color: var(--soft);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.slot-grid {
  display: grid;
  gap: 10px;
}

.slot-grid.riders {
  grid-template-columns: repeat(6, minmax(90px, 1fr));
}

.slot-grid.artists {
  grid-template-columns: repeat(5, minmax(95px, 1fr));
}

.slot {
  position: relative;
  min-height: clamp(126px, 15vh, 150px);
  padding: clamp(68px, 8.4vh, 82px) 12px 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(186, 223, 244, 0.25);
}

.slot::before,
.slot::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: rgba(240, 252, 255, 0.85);
}

.slot::before {
  top: 8px;
  left: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.slot::after {
  top: 8px;
  right: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.slot div {
  position: absolute;
  top: 18px;
  left: 50%;
  width: clamp(56px, 6.4vh, 72px);
  height: clamp(56px, 6.4vh, 72px);
  transform: translateX(-50%);
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.54), transparent 33%),
    linear-gradient(#d5f5ff, rgba(121, 184, 220, 0.56));
  box-shadow: 0 0 35px rgba(220, 250, 255, 0.25);
  opacity: 0.74;
}

.slot div::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #eafaff;
  font-size: 1.1rem;
}

.slot h3,
.slot p,
.slot span {
  position: relative;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
}

.slot p,
.slot span {
  display: block;
  color: #d5f4ff;
  font-size: 0.58rem;
}

.slot.featured {
  background:
    linear-gradient(180deg, transparent 0 48%, rgba(0, 45, 74, 0.78) 49%),
    radial-gradient(circle at 52% 18%, #a5f4ff, #0c81c4 38%, #04213b 70%);
}

.slot.featured div {
  width: 100%;
  height: 76px;
  top: 0;
  left: 0;
  transform: none;
  border-radius: 0;
  background:
    radial-gradient(circle at 30% 30%, #e9fdff 0 7%, transparent 9%),
    radial-gradient(circle at 54% 43%, rgba(0, 18, 32, 0.96) 0 15%, transparent 16%),
    linear-gradient(135deg, #06243d, #00a8ee 48%, #b8f3ff);
}

.hint {
  margin: 9px 0 0;
  text-align: center;
  opacity: 0.8;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr 0.85fr 0.72fr;
  min-height: 0;
}

.module {
  min-width: 0;
  padding: 14px 32px;
  overflow: hidden;
}

.module p {
  margin: 5px 0 10px;
}

.radio-line {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 18px;
}

.radio-line button {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: transparent;
  background: rgba(8, 62, 102, 0.4);
}

.radio-line button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 10px 0 0 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid white;
}

.radio-line span {
  width: 100%;
  height: 44px;
}

.time-row {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: var(--soft);
  font-size: 0.8rem;
}

.catalog a,
.connect a {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 12px;
  padding: 5px 0;
  border-bottom: 1px solid var(--line-soft);
  color: #ebfaff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.catalog b {
  color: var(--soft);
  font-weight: 400;
}

.send {
  background:
    linear-gradient(135deg, rgba(2, 48, 82, 0.8), rgba(165, 226, 255, 0.18)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 34px);
}

.signup {
  background:
    radial-gradient(circle at 80% 44%, rgba(255, 255, 255, 0.84) 0 6%, rgba(62, 153, 204, 0.8) 7% 15%, transparent 16%),
    linear-gradient(160deg, rgba(26, 95, 142, 0.36) 0 55%, rgba(76, 145, 69, 0.45) 56%);
}

.signup form {
  display: grid;
  gap: 10px;
}

.signup input {
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: rgba(21, 81, 124, 0.36);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.signup input::placeholder {
  color: #d9f6ff;
}

.signup button {
  min-height: 40px;
  border-radius: 5px;
}

.hidden-field {
  display: none;
}

.connect {
  background:
    radial-gradient(circle at 68% 58%, rgba(255, 255, 255, 0.9) 0 7%, rgba(51, 150, 205, 0.78) 8% 20%, transparent 21%),
    linear-gradient(145deg, rgba(5, 45, 78, 0.4), rgba(2, 26, 47, 0.68));
}

.connect a {
  grid-template-columns: 1fr;
}

.footer {
  grid-template-columns: 280px 1fr 210px 210px;
  gap: 32px;
  height: 70px;
}

.footer nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--soft);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

@media (max-width: 1180px) {
  body {
    overflow-x: auto;
  }

  .site-shell {
    width: 1180px;
  }

  .topbar {
    grid-template-columns: 250px 1fr 120px;
    padding-inline: 28px;
  }

  .nav {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 100vh;
  }

  .topbar,
  .footer,
  .stage,
  .people-grid,
  .bottom-grid {
    display: block;
  }

  .topbar,
  .footer {
    padding: 18px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 18px;
  }

  .id-block,
  .left-rail,
  .geo {
    display: none;
  }

  .hero {
    min-height: 640px;
    padding: 112px 22px 28px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-actions {
    flex-direction: column;
    max-width: 310px;
  }

  .chrome-star {
    top: 52%;
    right: -80px;
    width: 420px;
  }

  .radio-card {
    left: 22px;
    right: 22px;
    bottom: 26px;
    width: auto;
  }

  .release-strip,
  .people-section,
  .module {
    padding: 18px;
  }

  .release-strip {
    display: block;
  }

  .round {
    display: none;
  }

  .release-cards,
  .slot-grid.riders,
  .slot-grid.artists {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .release-card {
    min-width: 250px;
  }

  .slot {
    min-width: 150px;
  }

  .footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 18px 0;
  }
}
