:root {
  color-scheme: dark;
  --navy: #141e30;
  --blue: #35577d;
  --deep: #0a111c;
  --ink: #0e1929;
  --glass: rgba(33, 48, 69, 0.58);
  --glass-strong: rgba(49, 72, 103, 0.64);
  --line: rgba(160, 205, 238, 0.2);
  --text: #f5f8fb;
  --soft: #aebaca;
  --dim: #77879a;
  --glow: #9ecfe4;
  --glow-soft: rgba(158, 207, 228, 0.24);
  --violet: rgba(82, 101, 164, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--deep);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% -6%, rgba(158, 207, 228, 0.11), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(82, 105, 193, 0.12), transparent 25rem),
    linear-gradient(145deg, var(--navy), var(--deep) 64%);
  color: var(--text);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.app-shell {
  width: min(430px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 14px 14px 98px;
}

.player-screen {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  grid-template-rows: 58px 1fr auto auto auto;
  width: min(430px, 100%);
  margin: 0 auto;
  padding: calc(14px + env(safe-area-inset-top)) 22px calc(24px + env(safe-area-inset-bottom));
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 30%, rgba(158, 207, 228, 0.18), transparent 30%),
    radial-gradient(circle at 74% 40%, rgba(53, 87, 125, 0.28), transparent 42%),
    linear-gradient(180deg, #121d31 0%, #070c18 100%);
}

.player-screen[hidden] {
  display: none;
}

.player-screen-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(219, 244, 249, 0.13), rgba(158, 207, 228, 0.07) 18%, transparent 38%),
    radial-gradient(ellipse at 48% 40%, rgba(16, 77, 112, 0.22), transparent 50%),
    radial-gradient(circle at 13% 14%, rgba(255, 255, 255, 0.18) 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 33% 19%, rgba(169, 214, 232, 0.16) 0 0.9px, transparent 1.3px),
    radial-gradient(circle at 74% 16%, rgba(255, 255, 255, 0.12) 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 87% 32%, rgba(169, 214, 232, 0.16) 0 0.9px, transparent 1.3px),
    radial-gradient(circle at 9% 53%, rgba(255, 255, 255, 0.12) 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 82% 61%, rgba(169, 214, 232, 0.14) 0 0.9px, transparent 1.3px),
    radial-gradient(circle at 18% 84%, rgba(255, 255, 255, 0.13) 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 62% 82%, rgba(169, 214, 232, 0.13) 0 0.9px, transparent 1.3px),
    radial-gradient(circle at 92% 88%, rgba(255, 255, 255, 0.1) 0 0.8px, transparent 1.2px);
  background-repeat: no-repeat;
}

.player-screen-bg::after {
  content: "";
  position: absolute;
  inset: 20% -34% auto;
  height: 48%;
  background:
    linear-gradient(100deg, transparent 8%, rgba(156, 218, 236, 0.2), rgba(53, 87, 125, 0.26), transparent 82%),
    radial-gradient(ellipse at 50% 48%, rgba(220, 242, 244, 0.08), transparent 58%);
  filter: blur(52px);
  transform: rotate(-11deg);
  animation: auroraMove 10s ease-in-out infinite alternate;
}

.screen-back {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(215, 237, 246, 0.16);
  border-radius: 50%;
  color: rgba(238, 249, 252, 0.88);
  background: rgba(20, 31, 52, 0.42);
  backdrop-filter: blur(18px);
  font-size: 30px;
  line-height: 1;
}

.screen-sky,
.screen-meta,
.screen-progress,
.screen-controls {
  position: relative;
  z-index: 1;
}

.screen-sky {
  display: grid;
  place-items: center;
  min-height: 300px;
}

.breathing-sphere {
  position: relative;
  width: min(320px, 82vw);
  aspect-ratio: 1;
  transform-origin: center;
  filter: drop-shadow(0 0 42px rgba(125, 185, 211, 0.12));
}

.orb-canvas {
  position: absolute;
  inset: -16%;
  width: 132%;
  height: 132%;
  opacity: 0.94;
}

.sphere-glow,
.sphere-core,
.sphere-ring,
.sphere-wisp {
  position: absolute;
  pointer-events: none;
}

.sphere-glow {
  inset: -18%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(225, 246, 250, 0.2) 0%, rgba(158, 207, 228, 0.12) 24%, rgba(53, 87, 125, 0.09) 44%, transparent 70%);
  filter: blur(34px);
  opacity: 0.78;
  animation: glowBreath 9s ease-in-out infinite;
}

.sphere-core {
  inset: 15%;
  border: 1px solid rgba(229, 247, 250, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.64) 0 5%, rgba(222, 244, 248, 0.24) 14%, rgba(158, 207, 228, 0.1) 30%, transparent 48%),
    radial-gradient(circle at 64% 72%, rgba(4, 12, 26, 0.22), transparent 54%),
    linear-gradient(145deg, rgba(236, 249, 251, 0.1), rgba(87, 129, 163, 0.055) 46%, rgba(4, 12, 26, 0.16));
  box-shadow:
    inset -18px -20px 42px rgba(3, 9, 22, 0.18),
    inset 16px 16px 38px rgba(233, 250, 253, 0.1),
    0 0 32px rgba(158, 207, 228, 0.18),
    0 0 88px rgba(53, 87, 125, 0.2);
  backdrop-filter: blur(20px) saturate(145%);
  overflow: hidden;
}

.sphere-core::before {
  content: "";
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 35% 38%, rgba(238, 250, 253, 0.16), transparent 26%),
    conic-gradient(from 0deg, transparent, rgba(225, 246, 250, 0.045), transparent 36%, rgba(158, 207, 228, 0.04), transparent 70%);
  filter: blur(12px);
  opacity: 0.38;
  animation: sphereTexture 24s linear infinite;
}

.sphere-core::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 16%;
  width: 38%;
  height: 30%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.42), rgba(235, 250, 252, 0.13) 45%, transparent 72%);
  filter: blur(7px);
  transform: rotate(-18deg);
}

.sphere-ring {
  inset: 11%;
  border: 1px solid rgba(220, 242, 244, 0.11);
  border-radius: 50%;
  filter: blur(0.8px);
}

.ring-one {
  transform: scaleX(1.08) rotate(-9deg);
}

.ring-two {
  inset: 2%;
  opacity: 0.28;
  transform: scaleY(0.82) rotate(18deg);
}

.sphere-wisp {
  width: 78%;
  height: 22%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(206, 237, 240, 0.06), rgba(156, 218, 236, 0.16), rgba(53, 87, 125, 0.18), transparent);
  filter: blur(22px);
  mix-blend-mode: screen;
  opacity: 0.68;
}

.wisp-one {
  left: -16%;
  top: 30%;
  transform: rotate(-13deg);
  animation: wispOne 11s ease-in-out infinite alternate;
}

.wisp-two {
  right: -22%;
  top: 44%;
  width: 88%;
  transform: rotate(12deg);
  animation: wispTwo 12s ease-in-out infinite alternate;
}

.wisp-three {
  left: 6%;
  bottom: 18%;
  width: 70%;
  opacity: 0.56;
  transform: rotate(4deg);
  animation: wispThree 14s ease-in-out infinite alternate;
}

@keyframes spherePulse {
  0%, 100% {
    transform: scale(0.985);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes glowBreath {
  0%, 100% {
    opacity: 0.64;
    filter: blur(24px);
  }
  50% {
    opacity: 0.98;
    filter: blur(30px);
  }
}

@keyframes sphereTexture {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wispOne {
  to {
    transform: translate(18px, 10px) rotate(-8deg);
  }
}

@keyframes wispTwo {
  to {
    transform: translate(-18px, -8px) rotate(7deg);
  }
}

@keyframes wispThree {
  to {
    transform: translate(10px, -10px) rotate(10deg);
  }
}

.zodiac.large {
  width: min(330px, 88vw);
  height: 260px;
}

.zodiac.large path {
  stroke-width: 0.95;
  stroke: rgba(226, 243, 249, 0.24);
}

.zodiac.large circle {
  filter:
    blur(0.1px)
    drop-shadow(0 0 7px rgba(238, 250, 253, 0.72))
    drop-shadow(0 0 18px rgba(158, 207, 228, 0.34));
}

.screen-meta {
  text-align: center;
}

.screen-meta span,
.screen-progress span {
  color: #a9d6e8;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-meta h1 {
  max-width: 350px;
  margin: 10px auto 0;
  font-size: 34px;
  line-height: 1.04;
  text-align: center;
}

.screen-meta p {
  max-width: 330px;
  margin: 12px auto 0;
  color: rgba(245, 248, 251, 0.72);
  font-size: 15px;
  line-height: 1.48;
}

.screen-progress {
  margin-top: 34px;
}

.time-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.screen-progress .progress {
  margin-top: 0;
}

.screen-controls {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.screen-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(229, 247, 250, 0.14);
  border-radius: 50%;
  color: rgba(238, 249, 252, 0.82);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(229, 247, 250, 0.055), rgba(53, 87, 125, 0.105)),
    rgba(20, 31, 52, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 28px rgba(3, 9, 22, 0.1),
    0 12px 22px rgba(0, 0, 0, 0.14),
    0 0 24px rgba(158, 207, 228, 0.08);
  backdrop-filter: blur(26px) saturate(145%);
  font-size: 28px;
}

.screen-controls .screen-main-control {
  width: 74px;
  height: 74px;
  margin-top: -11px;
  color: rgba(8, 21, 32, 0.9);
  border-color: rgba(235, 250, 252, 0.46);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.5), transparent 26%),
    radial-gradient(circle at 70% 82%, rgba(53, 87, 125, 0.16), transparent 46%),
    linear-gradient(135deg, rgba(236, 249, 251, 0.34), rgba(168, 208, 220, 0.18)),
    rgba(210, 234, 241, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset -10px -18px 28px rgba(3, 9, 22, 0.12),
    0 0 28px rgba(158, 207, 228, 0.25);
  backdrop-filter: blur(28px) saturate(155%);
  font-size: 22px;
}

.welcome {
  position: relative;
  min-height: 515px;
  overflow: hidden;
  border: 1px solid rgba(177, 205, 226, 0.11);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(11, 19, 30, 0.08), rgba(8, 14, 24, 0.9)),
    linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: var(--shadow);
}

.welcome::before {
  content: "";
  position: absolute;
  inset: 18% -22% auto 18%;
  height: 48%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 48%, rgba(226, 246, 250, 0.18), rgba(158, 207, 228, 0.12) 18%, rgba(53, 87, 125, 0.16) 38%, transparent 68%);
  filter: blur(34px);
  opacity: 0.82;
}

.mist-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.18), rgba(8, 14, 24, 0.78)),
    url("https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=900&q=82");
  background-size: cover;
  background-position: center top;
  opacity: 0.76;
  filter: saturate(0.5) contrast(0.82) brightness(0.7);
}

.aurora {
  position: absolute;
  inset: -20% -18% auto;
  height: 56%;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(158, 207, 228, 0.22), transparent 35%),
    radial-gradient(ellipse at 64% 38%, rgba(113, 136, 190, 0.16), transparent 42%),
    linear-gradient(100deg, transparent 8%, rgba(166, 219, 233, 0.13), transparent 78%);
  filter: blur(32px);
  opacity: 0.64;
  transform: rotate(-8deg);
  animation: auroraMove 8s ease-in-out infinite alternate;
}

@keyframes auroraMove {
  from {
    transform: translateX(-14px) rotate(-8deg);
  }
  to {
    transform: translateX(18px) rotate(-4deg);
  }
}

.topbar,
.welcome-copy,
.featured-card {
  position: relative;
  z-index: 1;
}

.topbar {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 12px;
  align-items: center;
  padding: 18px;
}

.small-brand {
  justify-self: center;
  margin: 0;
  padding: 11px 18px;
  border: 1px solid rgba(185, 223, 252, 0.12);
  border-radius: 999px;
  background: rgba(13, 24, 39, 0.54);
  box-shadow: inset 0 0 20px rgba(158, 207, 228, 0.04);
  color: rgba(245, 248, 251, 0.9);
  font-size: 14px;
  font-weight: 650;
}

.glass-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(190, 226, 255, 0.12);
  border-radius: 19px;
  background: rgba(21, 34, 53, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.glass-icon span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #dceeff;
  box-shadow: 0 0 12px var(--glow-soft);
}

.profile {
  position: relative;
}

.profile::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(220, 238, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--glow-soft);
}

.welcome-copy {
  padding: 132px 28px 0;
}

.overline,
.featured-card span,
.practice-card span,
.player-meta span {
  color: #a9d6e8;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 330px;
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 760;
  letter-spacing: 0;
}

.welcome-copy p {
  max-width: 310px;
  margin-top: 13px;
  color: rgba(245, 248, 251, 0.74);
  font-size: 16px;
  line-height: 1.44;
}

.featured-card {
  display: grid;
  grid-template-columns: 1fr 62px;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  margin: 48px 18px 18px;
  padding: 17px;
  border: 1px solid rgba(180, 224, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(31, 48, 71, 0.68), rgba(18, 30, 48, 0.56)),
    rgba(18, 30, 45, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 36px rgba(158, 207, 228, 0.06);
  backdrop-filter: blur(22px);
}

.featured-card::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto 42%;
  height: 140%;
  background:
    radial-gradient(circle, rgba(226, 246, 250, 0.14), rgba(158, 207, 228, 0.08) 28%, transparent 62%);
  filter: blur(18px);
}

.featured-card strong {
  position: relative;
  display: block;
  margin-top: 7px;
  font-size: 22px;
}

.featured-card span {
  position: relative;
}

.featured-card p {
  position: relative;
  margin-top: 5px;
  color: var(--soft);
  font-size: 14px;
}

.glow-play {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(193, 229, 242, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 34%, #e8f8fb, #a7d6e6 52%, #55748e 100%);
  box-shadow:
    0 0 16px rgba(158, 207, 228, 0.42),
    0 0 46px rgba(158, 207, 228, 0.14);
}

.glow-play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #061320;
}

.quick-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.quick-row article {
  min-height: 86px;
  padding: 15px;
  border: 1px solid rgba(160, 205, 238, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(53, 87, 125, 0.34), rgba(20, 30, 48, 0.38));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.quick-row span {
  display: block;
  color: var(--text);
  font-size: 28px;
  font-weight: 780;
}

.quick-row p {
  margin-top: 2px;
  color: var(--soft);
  font-size: 13px;
}

.chips {
  display: flex;
  gap: 10px;
  margin: 18px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.chips::-webkit-scrollbar {
  display: none;
}

.chip {
  min-width: 78px;
  border: 1px solid rgba(160, 205, 238, 0.14);
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--soft);
  background: rgba(21, 34, 53, 0.42);
  box-shadow: inset 0 0 18px rgba(158, 207, 228, 0.025);
}

.chip.active {
  color: #0d1a27;
  border-color: rgba(203, 231, 240, 0.62);
  background: linear-gradient(135deg, #e2eef0, #aac9d5);
  box-shadow: 0 0 18px rgba(158, 207, 228, 0.24);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2px 12px;
}

.section-title h2,
.player-meta h2 {
  font-size: 22px;
  letter-spacing: 0;
}

.section-title a {
  color: #a9d6e8;
  text-decoration: none;
  font-size: 14px;
}

.practice-list {
  display: grid;
  gap: 11px;
}

.practice-card {
  display: grid;
  grid-template-columns: 74px 1fr 34px;
  gap: 13px;
  align-items: center;
  min-height: 98px;
  padding: 12px;
  border: 1px solid rgba(164, 213, 250, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(36, 55, 78, 0.58), rgba(13, 24, 39, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 16px 32px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(16px);
}

.orb-art {
  position: relative;
  overflow: hidden;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(239, 250, 253, 0.72), rgba(175, 203, 215, 0.22) 28%, transparent 48%),
    radial-gradient(circle at 54% 52%, rgba(154, 190, 205, 0.22), transparent 42%),
    radial-gradient(circle at 70% 76%, rgba(6, 12, 24, 0.78), transparent 55%),
    linear-gradient(145deg, rgba(130, 160, 178, 0.52), rgba(18, 29, 47, 0.88));
  box-shadow:
    inset -16px -18px 28px rgba(5, 11, 20, 0.5),
    inset 10px 10px 22px rgba(218, 238, 242, 0.13),
    0 0 28px rgba(158, 207, 228, 0.1);
  filter: blur(0.1px);
}

.orb-art::before {
  content: "";
  position: absolute;
  inset: 12% 8% auto;
  height: 46%;
  border-radius: 50%;
  background:
    linear-gradient(100deg, transparent, rgba(233, 246, 248, 0.22), transparent),
    radial-gradient(ellipse at center, rgba(155, 203, 215, 0.22), transparent 62%);
  filter: blur(10px);
  transform: rotate(-12deg);
}

.orb-art::after {
  content: "";
  position: absolute;
  inset: 16px 11px auto;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  filter: blur(8px);
}

.orb-two {
  background:
    radial-gradient(circle at 30% 22%, rgba(238, 250, 255, 0.58), rgba(130, 161, 190, 0.32) 25%, transparent 46%),
    radial-gradient(circle at 72% 76%, rgba(9, 12, 32, 0.76), transparent 55%),
    linear-gradient(145deg, rgba(102, 121, 157, 0.58), rgba(21, 30, 55, 0.94));
}

.practice-card h3 {
  margin-top: 5px;
  font-size: 17px;
}

.practice-card p {
  margin-top: 4px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.28;
}

.practice-card > button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(169, 214, 232, 0.18);
  border-radius: 50%;
  color: #d9edf5;
  background: rgba(158, 207, 228, 0.055);
  font-size: 24px;
  line-height: 1;
}

.cosmic-player {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(169, 214, 232, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 52% 36%, rgba(128, 166, 194, 0.22), transparent 34%),
    radial-gradient(circle at 20% 18%, rgba(158, 207, 228, 0.1), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(82, 101, 164, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 48, 0.98), rgba(8, 13, 28, 0.99));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.cosmic-player::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,0.58) 0 0.9px, transparent 1.2px),
    radial-gradient(circle at 31% 14%, rgba(169,214,232,0.46) 0 0.9px, transparent 1.25px),
    radial-gradient(circle at 58% 19%, rgba(255,255,255,0.48) 0 0.85px, transparent 1.2px),
    radial-gradient(circle at 82% 30%, rgba(169,214,232,0.38) 0 0.9px, transparent 1.25px),
    radial-gradient(circle at 21% 62%, rgba(255,255,255,0.34) 0 0.8px, transparent 1.15px),
    radial-gradient(circle at 70% 72%, rgba(169,214,232,0.34) 0 0.9px, transparent 1.2px),
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.28) 0 0.8px, transparent 1.15px);
  background-repeat: no-repeat;
  opacity: 0.38;
  filter: blur(0.25px);
}

.cosmic-player::after {
  content: "";
  position: absolute;
  inset: 20% -20% auto;
  height: 46%;
  background:
    linear-gradient(100deg, transparent, rgba(154, 210, 226, 0.18), rgba(88, 111, 178, 0.13), transparent),
    radial-gradient(ellipse at 60% 40%, rgba(176, 221, 219, 0.13), transparent 48%);
  filter: blur(42px);
  transform: rotate(-12deg);
  animation: auroraMove 7s ease-in-out infinite alternate;
}

.sky,
.player-meta,
.player-controls,
.progress {
  position: relative;
  z-index: 1;
}

.sky {
  height: 132px;
}

.zodiac {
  position: absolute;
  inset: 5px 8px auto;
  width: calc(100% - 16px);
  height: 132px;
  overflow: visible;
}

.zodiac path {
  fill: none;
  stroke: rgba(210, 234, 245, 0.22);
  stroke-width: 1.05;
  filter: blur(0.15px) drop-shadow(0 0 8px rgba(158, 207, 228, 0.16));
}

.zodiac circle {
  fill: rgba(239, 248, 251, 0.95);
  filter:
    blur(0.1px)
    drop-shadow(0 0 5px rgba(238, 250, 253, 0.62))
    drop-shadow(0 0 12px rgba(158, 207, 228, 0.34));
}

.star {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f4fbff;
  box-shadow:
    0 0 10px rgba(169, 214, 232, 0.88),
    0 0 22px rgba(169, 214, 232, 0.4);
  opacity: 0.68;
}

.star::before,
.star::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 99px;
  background: rgba(244, 251, 255, 0.58);
  transform: translate(-50%, -50%);
}

.star::before {
  width: 14px;
  height: 1px;
}

.star::after {
  width: 1px;
  height: 14px;
}

.dust-one {
  left: 22%;
  top: 72%;
}

.dust-two {
  left: 34%;
  top: 42%;
  transform: scale(0.7);
}

.dust-three {
  left: 48%;
  top: 54%;
  transform: scale(0.85);
}

.dust-four {
  left: 58%;
  top: 26%;
  transform: scale(1.15);
}

.dust-five {
  left: 72%;
  top: 42%;
  transform: scale(0.72);
}

.player-meta {
  text-align: center;
}

.player-meta h2 {
  margin-top: 7px;
}

.player-meta p {
  margin-top: 5px;
  color: var(--soft);
  font-size: 13px;
}

.player-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.player-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 237, 246, 0.16);
  border-radius: 50%;
  color: rgba(238, 249, 252, 0.88);
  background:
    linear-gradient(145deg, rgba(215, 237, 246, 0.08), rgba(47, 66, 96, 0.2)),
    rgba(20, 31, 52, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  font-size: 24px;
}

.player-controls .main-control {
  width: 58px;
  height: 58px;
  margin-top: -8px;
  color: #0c1a28;
  border-color: rgba(210, 234, 241, 0.72);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(135deg, rgba(231, 244, 246, 0.86), rgba(168, 208, 220, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 24px rgba(158, 207, 228, 0.34);
  font-size: 19px;
}

.progress {
  height: 5px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(213, 238, 255, 0.09);
}

.large-progress {
  height: 12px;
  cursor: pointer;
  touch-action: none;
  background: rgba(213, 238, 255, 0.11);
}

.progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e6f3f5, #9ecfe4);
  box-shadow: 0 0 14px rgba(158, 207, 228, 0.58);
}

.large-progress span {
  position: relative;
}

.large-progress span::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #eaf7f9;
  box-shadow:
    0 0 12px rgba(158, 207, 228, 0.72),
    0 0 28px rgba(158, 207, 228, 0.24);
  transform: translateY(-50%);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(402px, calc(100% - 28px));
  transform: translateX(-50%);
  padding: 9px;
  border: 1px solid rgba(169, 214, 232, 0.13);
  border-radius: 27px;
  background: rgba(10, 17, 28, 0.82);
  backdrop-filter: blur(22px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bottom-nav button {
  display: grid;
  gap: 4px;
  border: 0;
  border-radius: 18px;
  padding: 8px 0;
  color: var(--dim);
  background: transparent;
}

.nav-icon {
  font-size: 18px;
  line-height: 1;
}

.bottom-nav button span:last-child {
  font-size: 11px;
}

.bottom-nav .active {
  color: #effbff;
  background: rgba(158, 207, 228, 0.07);
  box-shadow: inset 0 0 18px rgba(158, 207, 228, 0.055);
}

@media (max-width: 360px) {
  .screen-sky {
    min-height: 248px;
  }

  .breathing-sphere {
    width: min(220px, 66vw);
  }

  .screen-meta h1 {
    font-size: 29px;
  }

  .welcome {
    min-height: 495px;
  }

  h1 {
    font-size: 30px;
  }

  .welcome-copy {
    padding-top: 118px;
  }
}
