:root {
  color-scheme: dark;
  --bg: #050506;
  --gold: #e3b34a;
  --gold-soft: #ffe29b;
  --active-green: #20e58a;
  --nav-circle-size: clamp(56px, 9vw, 68px);
  --song-circle-size: calc(var(--nav-circle-size) * 3);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
  background: var(--bg);
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: white;
  font-family: Inter, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif;
}

.page {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.page::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: -100%;
  background:
    linear-gradient(rgba(5, 5, 6, 0.16), rgba(5, 5, 6, 0.34)),
    url("/static/den_sig_720.png") center / cover no-repeat;
  filter: blur(22px) saturate(1.06) brightness(0.78);
  transform: scale(2.4);
  transform-origin: center;
}

.page::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.18) 58%,
      rgba(0, 0, 0, 0.58) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.04) 46%,
      rgba(0, 0, 0, 0.24) 100%
    );
}

.main-photo {
  display: block;
  width: min(86vw, 86dvh, 720px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.52);
}

.profile-links {
  position: fixed;
  z-index: 10;
  top: 18px;
  right: 18px;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.featured-links {
  position: fixed;
  z-index: 10;
  top: 18px;
  left: 18px;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.profile-link {
  width: var(--nav-circle-size);
  height: var(--nav-circle-size);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 226, 155, 0.7);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.42);
  color: var(--gold-soft);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.profile-link:hover,
.profile-link:focus-visible,
.profile-link.is-active,
.profile-link[aria-current="page"],
.profile-link[aria-expanded="true"] {
  transform: translateY(-1px) scale(1.04);
  background: rgba(5, 5, 6, 0.68);
  border-color: var(--active-green);
  color: var(--active-green);
  box-shadow:
    0 0 0 3px rgba(32, 229, 138, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.38);
  outline: none;
}

.profile-link svg {
  width: 58%;
  height: 58%;
  display: block;
}

.bigo-link {
  border-color: rgba(255, 226, 155, 0.74);
  color: var(--gold-soft);
}

.bigo-link:hover,
.bigo-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold-soft);
  box-shadow:
    0 0 0 3px rgba(227, 179, 74, 0.14),
    0 14px 34px rgba(0, 0, 0, 0.38);
}

.bigo-link .bigo-logo {
  width: 82%;
  height: 82%;
}

.qr-link {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  overflow: hidden;
}

.qr-link:hover,
.qr-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold-soft);
  box-shadow:
    0 0 0 5px rgba(227, 179, 74, 0.16),
    0 18px 46px rgba(0, 0, 0, 0.44);
}

.qr-link .qr-thumb {
  width: 62%;
  height: 62%;
  display: block;
  padding: 2px;
  border-radius: 5px;
  background: white;
  object-fit: contain;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.music-toggle {
  cursor: pointer;
}

.music-toggle[aria-expanded="true"] {
  background: rgba(5, 5, 6, 0.74);
  border-color: var(--active-green);
}

.zvuk-link .zvuk-logo,
.spotify-link .spotify-logo,
.google-link .google-logo {
  width: 76%;
  height: 76%;
}

.yandex-music-link .yandex-music-logo {
  width: 82%;
  height: 82%;
}

.info-toggle .bio-logo {
  width: 78%;
  height: 78%;
}

.blog-toggle .blog-logo {
  width: 66%;
  height: 66%;
}

.music-screen {
  position: fixed;
  z-index: 6;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 112px max(22px, 6vw) 46px;
  background: radial-gradient(
    circle at center,
    rgba(227, 179, 74, 0.08) 0%,
    rgba(5, 5, 6, 0.86) 54%,
    rgba(5, 5, 6, 0.96) 100%
  );
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

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

.music-shell {
  width: min(100%, 1080px);
}

.song-language-tabs {
  width: min(100%, 1080px);
  min-height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.song-language-tabs[hidden] {
  display: none;
}

.song-language-tab {
  min-width: 58px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 226, 155, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 226, 155, 0.1), transparent),
    rgba(5, 5, 6, 0.38);
  color: var(--gold-soft);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.song-language-tab:hover,
.song-language-tab:focus-visible,
.song-language-tab.is-current {
  border-color: var(--active-green);
  background: rgba(5, 5, 6, 0.7);
  color: var(--active-green);
  box-shadow:
    0 0 0 5px rgba(32, 229, 138, 0.14),
    0 16px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(var(--song-circle-size), var(--song-circle-size))
  );
  justify-content: center;
  gap: clamp(22px, 4vw, 42px);
}

.song-card {
  width: var(--song-circle-size);
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  font: inherit;
}

.song-art {
  position: relative;
  width: var(--song-circle-size);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(255, 226, 155, 0.72);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.52);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.44);
  color: var(--gold-soft);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.song-art-disc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 30%,
    rgba(255, 226, 155, 0.35),
    rgba(227, 179, 74, 0.16) 36%,
    rgba(5, 5, 6, 0.76) 100%
  );
  background-position: center;
  background-size: cover;
  transform-origin: center;
}

.song-art-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 480ms ease;
}

.song-art-thumbnail {
  z-index: 0;
}

.song-art-full {
  z-index: 1;
}

.song-art-disc.is-thumbnail-ready .song-art-thumbnail,
.song-art-disc.is-full-ready .song-art-full {
  opacity: 1;
}

.song-art-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}

.song-art-disc::after {
  content: "";
  position: absolute;
  inset: 45%;
  z-index: 3;
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.64);
  box-shadow: 0 0 0 2px rgba(255, 226, 155, 0.34);
  pointer-events: none;
}

.song-card:hover .song-art,
.song-card:focus-within .song-art {
  transform: translateY(-1px) scale(1.015);
  border-color: var(--gold);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.52);
}

.song-art:focus-visible {
  outline: none;
}

.song-action {
  display: block;
  position: relative;
  z-index: 5;
  color: rgba(255, 226, 155, 0.78);
  font: inherit;
  font-size: clamp(42px, 6.4vw, 64px);
  font-weight: 700;
  line-height: 1;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.82),
    0 0 24px rgba(255, 226, 155, 0.28);
  transition:
    transform 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
}

.song-action:hover,
.song-card:focus-within .song-action,
.song-art:hover .song-action {
  transform: scale(1.06);
  color: rgba(32, 229, 138, 0.82);
}

.song-download-progress {
  --song-progress: 0;
  position: absolute;
  z-index: 4;
  width: clamp(58px, 46%, 78px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    var(--active-green) calc(var(--song-progress) * 1%),
    rgba(255, 255, 255, 0.2) 0
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.36);
  opacity: 0;
  transform: scale(0.82);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.song-download-progress::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: rgba(5, 5, 6, 0.84);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.42);
}

.song-download-value {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.song-card.is-downloading .song-download-progress,
.song-card.is-download-complete .song-download-progress,
.song-card.is-download-error .song-download-progress {
  opacity: 1;
  transform: scale(1);
}

.song-card.is-download-indeterminate .song-download-progress {
  background: conic-gradient(
    from 35deg,
    rgba(255, 226, 155, 0.72) 0 18%,
    rgba(255, 255, 255, 0.16) 18% 100%
  );
  animation: download-progress-pulse 1.1s ease-in-out infinite alternate;
}

.song-card.is-download-complete .song-download-progress {
  background: var(--active-green);
}

.song-card.is-download-error .song-download-progress {
  background: #d75f4a;
}

.song-card.is-downloading .song-action,
.song-card.is-download-complete .song-action {
  opacity: 0;
}

@keyframes download-progress-pulse {
  to {
    box-shadow:
      0 0 0 1px rgba(255, 226, 155, 0.28),
      0 0 24px rgba(255, 226, 155, 0.22);
  }
}

.song-card.is-playing .song-art {
  border-color: var(--active-green);
  box-shadow:
    0 0 0 4px rgba(32, 229, 138, 0.14),
    0 26px 60px rgba(0, 0, 0, 0.52);
  transform: translateY(-1px) scale(1.02);
}

.song-card.is-playing .song-action {
  color: rgba(32, 229, 138, 0.82);
  opacity: 0.82;
}

.song-card.is-playing .song-download-progress {
  opacity: 0;
  transform: scale(0.82);
}

.song-card.is-playing .song-art-disc {
  animation: record-spin 4.8s linear infinite;
}

.song-card.is-frame-spinning .song-art-disc {
  animation: none;
  transform: none;
}

.song-card.is-frame-spinning .song-art-frame {
  display: block;
}

@keyframes record-spin {
  to {
    transform: rotate(360deg);
  }
}

.song-title {
  width: 100%;
  min-height: 2.4em;
  text-align: center;
  font-size: clamp(13px, 1.45vw, 16px);
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.song-card.is-playing .song-title {
  color: var(--active-green);
}

.song-card.is-skeleton {
  pointer-events: none;
}

.song-card.is-skeleton .song-art {
  border-color: rgba(255, 226, 155, 0.24);
  background:
    radial-gradient(
      circle at 38% 30%,
      rgba(255, 226, 155, 0.2),
      rgba(227, 179, 74, 0.08) 36%,
      rgba(5, 5, 6, 0.72) 100%
    );
  animation: song-skeleton-pulse 1.3s ease-in-out infinite alternate;
}

.song-skeleton-title {
  width: 74%;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  animation: song-skeleton-pulse 1.3s ease-in-out infinite alternate;
}

@keyframes song-skeleton-pulse {
  to {
    opacity: 0.5;
  }
}

.music-state {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.music-player {
  display: block;
  width: min(100%, 560px);
  margin: 28px auto 0;
}

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

.info-screen {
  position: fixed;
  z-index: 7;
  inset: 0;
  display: block;
  overflow: auto;
  padding: 112px max(calc(var(--nav-circle-size) + 44px), 8vw) 56px
    max(24px, 8vw);
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(32, 229, 138, 0.08),
      rgba(5, 5, 6, 0) 34%
    ),
    radial-gradient(
      circle at 78% 28%,
      rgba(227, 179, 74, 0.09),
      rgba(5, 5, 6, 0) 32%
    ),
    rgba(5, 5, 6, 0.72);
  -webkit-backdrop-filter: blur(8px) saturate(1.03);
  backdrop-filter: blur(8px) saturate(1.03);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 160ms ease,
    visibility 160ms ease;
}

.info-screen[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.blog-screen {
  position: fixed;
  z-index: 7;
  inset: 0;
  display: block;
  overflow: auto;
  padding: 108px max(calc(var(--nav-circle-size) + 44px), 8vw) 58px
    max(24px, 8vw);
  background:
    linear-gradient(
      135deg,
      rgba(255, 226, 155, 0.035) 0%,
      rgba(5, 5, 6, 0) 28%,
      rgba(32, 229, 138, 0.02) 72%,
      rgba(5, 5, 6, 0) 100%
    ),
    radial-gradient(
      circle at 22% 20%,
      rgba(227, 179, 74, 0.09),
      rgba(5, 5, 6, 0) 34%
    ),
    radial-gradient(
      circle at 78% 30%,
      rgba(32, 229, 138, 0.05),
      rgba(5, 5, 6, 0) 30%
    ),
    rgba(5, 5, 6, 0.78);
  -webkit-backdrop-filter: blur(8px) saturate(1.03);
  backdrop-filter: blur(8px) saturate(1.03);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 160ms ease,
    visibility 160ms ease;
}

.blog-screen[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.blog-posts {
  position: relative;
  isolation: isolate;
}

.info-text {
  width: min(100%, 1120px);
  margin: 0 auto;
  color: white;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 560;
  line-height: 1.38;
  text-shadow: 0 7px 28px rgba(0, 0, 0, 0.74);
}

.blog-article {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  color: white;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  text-shadow: 0 7px 28px rgba(0, 0, 0, 0.74);
}

.blog-article::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 226, 155, 0),
    rgba(255, 226, 155, 0.48),
    rgba(32, 229, 138, 0.24),
    rgba(255, 226, 155, 0)
  );
}

.blog-post-picker {
  width: min(100%, 1120px);
  margin: 0 auto clamp(26px, 4vw, 42px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0 14px;
  border-bottom: 1px solid rgba(255, 226, 155, 0.18);
}

.blog-post-link {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid rgba(255, 226, 155, 0.54);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 226, 155, 0.09), transparent),
    rgba(5, 5, 6, 0.36);
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 26px rgba(0, 0, 0, 0.18);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.blog-post-link:link,
.blog-post-link:visited,
.blog-post-link:active,
.blog-post-link.is-current {
  color: var(--gold-soft);
  text-decoration: none;
}

.blog-post-link::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--active-green);
  box-shadow: 0 0 14px rgba(32, 229, 138, 0.46);
}

.blog-post-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0),
    rgba(255, 226, 155, 0.12),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transform: translateX(-45%);
  transition:
    opacity 160ms ease,
    transform 220ms ease;
}

.blog-language {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(32, 229, 138, 0.48);
  border-radius: 999px;
  color: var(--active-green);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.blog-post-link:hover,
.blog-post-link:focus-visible,
.blog-post-link.is-current {
  border-color: var(--gold);
  background: rgba(5, 5, 6, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.blog-post-link:hover::after,
.blog-post-link:focus-visible::after,
.blog-post-link.is-current::after {
  opacity: 1;
  transform: translateX(45%);
}

.blog-article + .blog-article {
  margin-top: clamp(38px, 7vw, 72px);
  padding-top: clamp(30px, 5vw, 54px);
  border-top: 1px solid rgba(255, 226, 155, 0.26);
}

.blog-empty {
  width: min(100%, 1120px);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 650;
}

.blog-hero {
  position: sticky;
  top: 108px;
  min-width: 0;
  display: grid;
  gap: clamp(12px, 1.8vw, 18px);
  padding: clamp(16px, 2.2vw, 24px) 0 clamp(16px, 2.2vw, 24px)
    clamp(16px, 2.2vw, 24px);
  isolation: isolate;
}

.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 226, 155, 0.94),
    rgba(32, 229, 138, 0.64),
    rgba(255, 226, 155, 0.14)
  );
  box-shadow: 0 0 28px rgba(227, 179, 74, 0.28);
}

.blog-hero::after {
  content: "";
  width: min(170px, 64%);
  height: 1px;
  margin-top: clamp(4px, 0.8vw, 10px);
  background: linear-gradient(
    90deg,
    rgba(255, 226, 155, 0.72),
    rgba(255, 226, 155, 0)
  );
}

.blog-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(32, 229, 138, 0.88),
    rgba(255, 226, 155, 0.68)
  );
  box-shadow: 0 0 18px rgba(32, 229, 138, 0.24);
}

.blog-number {
  position: absolute;
  z-index: 0;
  top: clamp(6px, 1.2vw, 16px);
  right: 0;
  color: rgba(255, 226, 155, 0.07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 9vw, 132px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(255, 226, 155, 0.18);
}

.blog-title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 100%;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.7vw, 50px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow:
    0 4px 20px rgba(0, 0, 0, 0.76),
    0 0 22px rgba(255, 226, 155, 0.16);
}

.blog-cover {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  margin: clamp(2px, 0.8vw, 8px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 155, 0.58);
  border-radius: 8px;
  background: rgba(5, 5, 6, 0.42);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.blog-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0) 28%
    ),
    radial-gradient(
      circle at 28% 18%,
      rgba(255, 226, 155, 0.16),
      rgba(255, 226, 155, 0) 42%
    );
}

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

.blog-meta {
  position: relative;
  z-index: 1;
  margin: 16px 0 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 650;
}

.blog-body {
  position: relative;
  max-width: 46em;
  padding-left: clamp(18px, 2.4vw, 32px);
  border-left: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 520;
  line-height: 1.52;
}

.blog-body::before {
  content: "";
  position: absolute;
  top: 0.3em;
  bottom: 0.4em;
  left: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 226, 155, 0.78),
    rgba(255, 226, 155, 0.22) 42%,
    rgba(32, 229, 138, 0.28) 72%,
    rgba(255, 226, 155, 0.08)
  );
}

.blog-body p,
.blog-body blockquote,
.blog-body ul,
.blog-body ol,
.blog-body h2,
.blog-body h3 {
  margin: 0 0 1.05em;
}

.blog-body p,
.blog-body blockquote,
.blog-body ul,
.blog-body ol,
.blog-body h2,
.blog-body h3 {
  position: relative;
}

.blog-body p::before,
.blog-body blockquote::before,
.blog-body ul::before,
.blog-body ol::before,
.blog-body h2::before,
.blog-body h3::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: calc(clamp(18px, 2.4vw, 32px) * -1 - 5px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 226, 155, 0.82);
  box-shadow:
    0 0 0 5px rgba(227, 179, 74, 0.12),
    0 0 18px rgba(255, 226, 155, 0.22);
}

.blog-body h2::before,
.blog-body h3::before {
  top: 0.42em;
  background: var(--active-green);
  box-shadow: 0 0 0 5px rgba(32, 229, 138, 0.12);
}

.blog-body h2,
.blog-body h3 {
  padding-top: 0.18em;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.blog-body h2::after,
.blog-body h3::after {
  content: "";
  display: block;
  width: min(180px, 46%);
  height: 1px;
  margin-top: 0.42em;
  background: linear-gradient(
    90deg,
    rgba(255, 226, 155, 0.56),
    rgba(32, 229, 138, 0.32),
    rgba(255, 226, 155, 0)
  );
}

.blog-body h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.blog-body h3 {
  font-size: clamp(22px, 2.3vw, 32px);
}

.blog-body blockquote {
  padding: clamp(8px, 1.2vw, 14px) 0 clamp(8px, 1.2vw, 14px)
    clamp(18px, 2.2vw, 28px);
  border-left: 3px solid rgba(255, 226, 155, 0.46);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(255, 226, 155, 0.08),
    rgba(32, 229, 138, 0.035),
    rgba(255, 226, 155, 0)
  );
  color: rgba(255, 226, 155, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
  font-style: italic;
  font-weight: 750;
  line-height: 1.28;
}

.blog-body > p:first-of-type::first-letter {
  float: left;
  margin: 0.03em 0.12em 0 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.35em;
  font-style: italic;
  font-weight: 800;
  line-height: 0.78;
  text-shadow: 0 0 20px rgba(255, 226, 155, 0.24);
}

.blog-body blockquote p:last-child,
.blog-body li:last-child {
  margin-bottom: 0;
}

.blog-body ul,
.blog-body ol {
  padding-left: 1.28em;
}

.blog-body li + li {
  margin-top: 0.35em;
}

.blog-body li::marker {
  color: var(--gold);
  font-weight: 800;
}

.blog-body a {
  color: var(--gold-soft);
  font-weight: 750;
  text-decoration-color: rgba(255, 226, 155, 0.44);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.blog-body a:hover,
.blog-body a:focus-visible {
  color: white;
  text-decoration-color: var(--active-green);
}

.blog-body strong {
  color: var(--gold-soft);
}

.blog-body em {
  color: rgba(255, 226, 155, 0.92);
}

.info-hero {
  position: sticky;
  top: 112px;
  display: grid;
  gap: clamp(12px, 1.8vw, 18px);
  padding-top: 4px;
}

.info-kicker {
  color: var(--active-green);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-title {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 86px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.92;
}

.info-lead {
  margin: 0;
  max-width: 12em;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 650;
  line-height: 1.16;
}

.info-story {
  display: grid;
  gap: clamp(15px, 2vw, 24px);
  padding-left: clamp(18px, 2.4vw, 32px);
  border-left: 1px solid rgba(255, 226, 155, 0.34);
}

.info-text p {
  margin: 0;
}

.info-story p {
  position: relative;
}

.info-story p::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: calc(clamp(18px, 2.4vw, 32px) * -1 - 5px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 226, 155, 0.82);
  box-shadow: 0 0 0 5px rgba(227, 179, 74, 0.12);
}

.info-text .info-quote {
  color: var(--gold-soft);
  margin: clamp(2px, 1vw, 8px) 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 64px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.98;
}

.info-text .info-quote::before,
.info-finale::before {
  display: none;
}

.info-finale {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.22;
}

.external-dialog-backdrop,
.qr-dialog-backdrop {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 5, 6, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.external-dialog-backdrop[hidden],
.qr-dialog-backdrop[hidden] {
  display: none;
}

.external-dialog {
  width: min(100%, 380px);
  padding: 22px;
  border: 1px solid rgba(255, 226, 155, 0.42);
  border-radius: 8px;
  background: rgba(12, 12, 13, 0.94);
  color: white;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.58);
}

.external-dialog p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.external-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.external-dialog button {
  min-width: 86px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 226, 155, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font: inherit;
  cursor: pointer;
}

.external-dialog button:hover,
.external-dialog button:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.external-dialog-ok {
  background: rgba(227, 179, 74, 0.22);
  color: var(--gold-soft);
}

.qr-dialog {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 390px);
  padding: 54px 18px 18px;
  border: 1px solid rgba(255, 226, 155, 0.42);
  border-radius: 8px;
  background: rgba(12, 12, 13, 0.94);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.58);
}

.qr-dialog img {
  box-sizing: border-box;
  display: block;
  width: min(72vw, 320px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 12px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.qr-dialog-close {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 226, 155, 0.54);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.72);
  color: var(--gold-soft);
  cursor: pointer;
}

.qr-dialog-close::before,
.qr-dialog-close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.qr-dialog-close::before {
  transform: rotate(45deg);
}

.qr-dialog-close::after {
  transform: rotate(-45deg);
}

.qr-dialog-close:hover,
.qr-dialog-close:focus-visible {
  border-color: var(--gold);
  color: var(--gold-soft);
  outline: none;
}

.seo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 920px) {
  .info-screen,
  .blog-screen {
    padding-top: 96px;
  }

  .info-text {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: clamp(16px, 2.5vw, 20px);
  }

  .blog-article {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .info-hero {
    position: static;
    max-width: 620px;
  }

  .blog-hero {
    position: relative;
    top: auto;
    max-width: 700px;
  }

  .blog-cover {
    width: min(100%, 360px);
  }

  .info-lead {
    max-width: 24em;
  }
}

@media (max-width: 680px) {
  .main-photo {
    width: min(88vw, 82dvh, 720px);
  }

  .info-screen,
  .blog-screen {
    padding: 96px calc(var(--nav-circle-size) + 34px) 38px max(14px, 4vw);
  }

  .info-text {
    grid-template-columns: 1fr;
    gap: 20px;
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 600;
    line-height: 1.26;
  }

  .info-hero {
    position: static;
    gap: 9px;
  }

  .info-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .info-title {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 0.96;
  }

  .info-lead {
    max-width: 100%;
    font-size: clamp(15px, 4.8vw, 19px);
    line-height: 1.18;
  }

  .info-story {
    gap: 12px;
    padding-left: 15px;
  }

  .info-story p::before {
    left: -20px;
    width: 7px;
    height: 7px;
  }

  .info-text .info-quote {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.05;
  }

  .info-finale {
    font-size: clamp(15px, 4.5vw, 19px);
    line-height: 1.22;
  }

  .blog-post-picker {
    gap: 8px;
    margin-bottom: 24px;
  }

  .blog-post-link {
    min-height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.14;
    text-align: center;
  }

  .blog-article {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-hero {
    position: relative;
    top: auto;
    gap: 9px;
  }

  .blog-number {
    top: 6px;
    font-size: clamp(50px, 17vw, 78px);
    opacity: 0.72;
  }

  .blog-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .blog-title {
    font-size: clamp(29px, 8.4vw, 38px);
    line-height: 1.08;
  }

  .blog-cover {
    width: min(100%, 300px);
    border-radius: 7px;
  }

  .blog-body {
    margin-top: clamp(24px, 8vw, 42px);
    padding-left: 15px;
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.44;
  }

  .blog-body h2 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .blog-body h2:first-child {
    display: none;
  }

  .blog-body p::before,
  .blog-body blockquote::before,
  .blog-body ul::before,
  .blog-body ol::before,
  .blog-body h2::before,
  .blog-body h3::before {
    left: -20px;
    width: 7px;
    height: 7px;
  }
}

@media (max-height: 520px) {
  .main-photo {
    width: min(74vw, 84dvh, 720px);
  }

  .info-screen,
  .blog-screen {
    padding-top: 72px;
    padding-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-link,
  .song-art,
  .song-art-image,
  .song-action,
  .song-download-progress,
  .blog-post-link,
  .blog-post-link::after {
    transition: none;
  }

  .blog-post-link:hover,
  .blog-post-link:focus-visible {
    transform: none;
  }

  .song-card.is-playing .song-art-disc {
    animation: none;
  }

  .song-card.is-download-indeterminate .song-download-progress,
  .song-card.is-skeleton .song-art,
  .song-skeleton-title {
    animation: none;
  }
}
