:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #090b10;
  color: #f7f8fb;
}

* {
  box-sizing: border-box;
}

html,
body,
.receiver-shell,
cast-media-player {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 22%, rgba(47, 94, 255, 0.2), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(103, 67, 255, 0.16), transparent 38%),
    #090b10;
}

.receiver-shell {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 34vw;
  height: 34vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.26;
}

.ambient-one {
  top: -12vw;
  left: -9vw;
  background: #2859ff;
}

.ambient-two {
  right: -10vw;
  bottom: -15vw;
  background: #7a3fff;
}

.idle-card {
  position: absolute;
  z-index: -1;
  display: flex;
  max-width: 760px;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loca-mark {
  display: flex;
  height: 72px;
  align-items: center;
  gap: 9px;
}

.loca-mark span {
  display: block;
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8ba5ff, #4d6fff);
  box-shadow: 0 0 28px rgba(77, 111, 255, 0.48);
}

.loca-mark span:nth-child(1),
.loca-mark span:nth-child(5) {
  height: 26px;
}

.loca-mark span:nth-child(2),
.loca-mark span:nth-child(4) {
  height: 48px;
}

.loca-mark span:nth-child(3) {
  height: 70px;
}

.wordmark {
  margin: 18px 0 30px;
  color: #9aacff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

h1 {
  margin: 0;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.status {
  margin: 24px 0 0;
  color: #aeb4c3;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.4;
}

cast-media-player {
  position: absolute;
  inset: 0;
  z-index: 1;
  --background-color: transparent;
  --theme-hue: 225;
  --progress-color: #6f8cff;
}

noscript {
  position: fixed;
  inset: auto 24px 24px;
  color: #ffb4ab;
}
