:root {
  --yk-bg: #0b0c10;
  --yk-surface: #14151c;
  --yk-surface-2: #1b1d27;
  --yk-line: rgba(255, 255, 255, .09);
  --yk-text: #f4f4f6;
  --yk-muted: #9b9fac;
  --yk-accent: #7f8cff;
  --yk-accent-2: #9b7cff;
  --yk-green: #48d597;
  --yk-red: #ff6b6b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--yk-text);
  background: #111;
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.yk-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(230px, 340px);
  gap: 18px;
  align-items: center;
  padding: 10px clamp(18px, 8vw, 180px);
  border-bottom: 0;
  background: #6257ff;
}

.yk-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--yk-accent), var(--yk-accent-2));
  color: #fff;
}

.yk-brand-word {
  color: #fff;
  font-size: 32px;
  letter-spacing: .5px;
}

.yk-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.yk-nav li {
  list-style: none;
}

.yk-nav a,
.yk-search label,
.yk-pill,
.yk-button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.yk-nav a,
.yk-pill,
.yk-button {
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--yk-text);
  font-size: 13px;
  font-weight: 700;
}

.yk-header .yk-nav a {
  color: #fff;
  font-size: 14px;
}

.yk-nav a:hover,
.yk-pill:hover,
.yk-button:hover {
  border-color: rgba(127, 140, 255, .46);
  background: rgba(127, 140, 255, .12);
}

.yk-search label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 12px;
  background: rgba(255, 255, 255, .94);
}

.yk-search span {
  color: #6b6c78;
  font-size: 12px;
  text-transform: uppercase;
}

.yk-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #14151c;
  background: transparent;
}

.yk-home {
  background: #111;
  min-height: 100vh;
}

.yk-trendbar {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 7vw, 112px);
  padding: 9px 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 2px solid #6257ff;
  background: #09090b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-home-grid,
.yk-about-row,
.yk-launch-row,
.yk-category-grid,
.yk-submit-box {
  width: min(1080px, calc(100% - 32px));
  margin-inline: auto;
}

.yk-home-featured {
  display: grid;
  grid-template-columns: 170px minmax(0, 430px) 170px;
  gap: 22px;
  align-items: start;
  padding: 26px 0 72px;
}

.yk-mini-panel,
.yk-side-ranks section,
.yk-category-column {
  border-radius: 6px;
  background: #202027;
  overflow: hidden;
}

.yk-mini-panel h2,
.yk-side-ranks h2,
.yk-category-column h2 {
  margin: 0;
  padding: 8px 10px 3px;
  border-bottom: 3px solid #6257ff;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.yk-mini-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
  padding: 8px;
}

.yk-mini-card img {
  width: 82px;
  height: 58px;
  border-radius: 4px;
  object-fit: cover;
}

.yk-mini-card span {
  color: #f5f5f7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}

.yk-mini-card small {
  display: block;
  margin-top: 3px;
  color: #a7a7b4;
  font-size: 10px;
  font-weight: 600;
}

.yk-more {
  display: block;
  padding: 10px;
  color: #7f8cff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.yk-main-story a {
  display: block;
  text-align: center;
}

.yk-main-story img {
  width: 100%;
  height: 290px;
  border-radius: 4px;
  object-fit: cover;
}

.yk-main-story span {
  display: inline-block;
  margin-top: -28px;
  padding: 8px 16px;
  background: #6257ff;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transform: translateX(-115px);
}

.yk-main-story h1 {
  width: min(390px, 100%);
  margin: 16px auto 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .95;
  text-transform: uppercase;
}

.yk-side-ranks {
  display: grid;
  gap: 12px;
}

.yk-side-ranks a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #e8e8ee;
  font-size: 12px;
  font-weight: 700;
}

.yk-side-ranks i {
  width: 20px;
  height: 20px;
  border: 1px solid #8a8a96;
  border-radius: 50%;
}

.yk-side-ranks b {
  color: #7f8cff;
}

.yk-about-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(230px, .75fr);
  gap: 22px;
  padding-bottom: 62px;
}

.yk-about-box,
.yk-number-box,
.yk-submit-box {
  border: 2px solid #6257ff;
  border-radius: 8px;
  background: rgba(255, 255, 255, .018);
}

.yk-about-box {
  padding: 36px 36px 28px;
}

.yk-about-box h2,
.yk-number-box h2,
.yk-submit-box h2 {
  margin: -58px 0 22px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .9;
  text-transform: uppercase;
}

.yk-about-box p {
  color: #aeb0bd;
  font-size: 13px;
  line-height: 1.65;
}

.yk-about-box strong,
.yk-submit-box strong {
  color: #7f8cff;
}

.yk-number-box {
  padding: 36px 28px 26px;
}

.yk-number-box div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 12px;
}

.yk-number-box strong {
  color: #6257ff;
  font-size: 52px;
  line-height: .9;
}

.yk-number-box span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.yk-most-accessed {
  background: #6257ff;
  padding: 0 0 42px;
}

.yk-most-accessed h2 {
  margin: 0 0 26px;
  padding: 12px;
  background: #fff;
  color: #111;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.yk-access-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: center;
  gap: 14px;
}

.yk-access-strip a {
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.yk-access-strip img {
  width: 100%;
  height: 154px;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 6px;
  object-fit: cover;
}

.yk-access-strip span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.yk-launch-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 52px 0 70px;
}

.yk-launch-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 9px;
  background: #111;
  padding: 86px 34px 28px;
}

.yk-launch-card::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-image: var(--launch-image);
  background-size: cover;
  background-position: center;
  filter: blur(8px) grayscale(.65);
  opacity: .55;
}

.yk-launch-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
}

.yk-launch-card > * {
  position: relative;
  z-index: 1;
}

.yk-launch-card span {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #6257ff;
  background: rgba(98, 87, 255, .20);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-launch-card h2 {
  margin: 18px 0 4px;
  color: #fff;
  font-size: clamp(44px, 7vw, 72px);
  line-height: .86;
  text-transform: uppercase;
}

.yk-launch-card p,
.yk-launch-card small {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.yk-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  padding-bottom: 76px;
}

.yk-category-column {
  padding-bottom: 10px;
}

.yk-category-column h2 {
  margin-bottom: 8px;
  font-size: 24px;
  text-transform: none;
}

.yk-category-card {
  grid-template-columns: 1fr;
}

.yk-category-card img {
  width: 100%;
  height: 120px;
}

.yk-category-card span {
  font-size: 18px;
}

.yk-submit-box {
  margin-bottom: 72px;
  padding: 28px 34px;
  text-align: center;
}

.yk-submit-box h2 {
  margin: -50px 0 22px;
}

.yk-submit-box p {
  margin: 7px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.yk-footer {
  background: #6257ff;
}

.yk-site {
  min-height: 70vh;
}

.yk-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 340px 170px;
  gap: 14px;
  align-items: start;
  padding: 18px;
}

.yk-content,
.yk-sidebar {
  display: grid;
  gap: 14px;
  align-content: start;
}

.yk-kicker {
  margin: 0;
  color: var(--yk-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.yk-panel,
.yk-hero,
.yk-song-hero {
  border: 1px solid var(--yk-line);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.yk-panel {
  padding: 16px;
}

.yk-hero,
.yk-song-hero {
  position: relative;
  min-height: 300px;
}

.yk-hero-bg {
  position: absolute;
  inset: -24px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  transform: scale(1.05);
  opacity: .8;
}

.yk-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}

.yk-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  max-width: 760px;
  padding: 34px;
}

.yk-hero-content span,
.yk-hero-content p {
  margin: 0;
  color: var(--yk-muted);
  font-weight: 600;
}

.yk-hero-content h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .96;
}

.yk-song-hero .yk-hero-content h1 {
  font-size: clamp(30px, 4vw, 52px);
}

.yk-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--yk-line);
  background: rgba(20, 21, 28, .78);
}

.yk-metrics div,
.yk-stats div,
.yk-stats a {
  padding: 14px;
  border-right: 1px solid var(--yk-line);
}

.yk-metrics span,
.yk-stats span {
  display: block;
  color: var(--yk-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.yk-metrics strong,
.yk-stats strong {
  display: block;
  margin-top: 5px;
  font-size: 24px;
}

.yk-chart-head,
.yk-chart-row {
  display: grid;
  grid-template-columns: 48px minmax(260px, 1fr) 120px 110px;
  gap: 12px;
  align-items: center;
}

.yk-chart-head {
  padding: 10px 12px;
  color: var(--yk-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-chart-row {
  padding: 10px 12px;
  border-top: 1px solid var(--yk-line);
}

.yk-chart-row:hover {
  background: rgba(127, 140, 255, .08);
}

.yk-song-cell,
.yk-news-mini {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.yk-avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  background: var(--avatar), linear-gradient(135deg, var(--yk-accent), var(--yk-accent-2));
  background-size: cover;
  background-position: center;
}

.yk-song-cell b,
.yk-news-mini span {
  display: block;
  overflow-wrap: anywhere;
}

.yk-song-cell small {
  display: block;
  color: var(--yk-muted);
  font-size: 12px;
}

.yk-section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.yk-section-head h2,
.yk-panel h2 {
  margin: 0 0 12px;
  color: var(--yk-accent);
  font-size: 16px;
  text-transform: uppercase;
}

.yk-section-head h2 {
  margin: 0;
}

.yk-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.yk-stats div,
.yk-stats a {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
}

.yk-news-mini {
  padding: 10px 0;
  border-top: 1px solid var(--yk-line);
}

.yk-news-mini img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.yk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.yk-ad-rail {
  display: grid;
  gap: 14px;
}

.yk-ad {
  display: grid;
  place-items: center;
  min-height: 310px;
  border: 1px dashed rgba(127, 140, 255, .35);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  color: rgba(160, 168, 255, .88);
  text-align: center;
  padding: 16px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-ad-tall {
  min-height: 520px;
}

.yk-ad span {
  display: block;
  margin-top: 6px;
  color: var(--yk-muted);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.yk-reading {
  width: min(920px, calc(100% - 32px));
  margin: 24px auto;
}

.yk-article h1 {
  margin-top: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.yk-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.yk-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.yk-post-card {
  padding: 16px;
  border: 1px solid var(--yk-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.yk-post-thumb img {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  object-fit: cover;
}

.yk-artist-page {
  width: min(100% - 36px, 1180px);
  margin: 34px auto 70px;
}

.yk-artist-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(127, 140, 255, .34);
  border-radius: 18px;
  background: #08090d;
}

.yk-artist-hero-bg {
  position: absolute;
  inset: -34px;
  background-image: var(--artist-banner);
  background-position: center;
  background-size: cover;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.08);
  opacity: .72;
}

.yk-artist-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 13, .98) 0%, rgba(8, 9, 13, .82) 42%, rgba(8, 9, 13, .38) 100%),
    linear-gradient(0deg, rgba(8, 9, 13, .94) 0%, rgba(8, 9, 13, .1) 58%);
}

.yk-artist-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  max-width: 680px;
  padding: clamp(28px, 5vw, 62px);
}

.yk-artist-label {
  width: fit-content;
  margin-bottom: 18px;
  border-bottom: 3px solid var(--yk-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yk-artist-main {
  display: flex;
  gap: 22px;
  align-items: center;
}

.yk-artist-avatar {
  flex: 0 0 auto;
  width: 126px;
  height: 126px;
  border: 3px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  background-image: var(--avatar);
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .45);
}

.yk-artist-main h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 92px);
  line-height: .88;
  text-transform: uppercase;
}

.yk-artist-main p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  font-weight: 700;
}

.yk-artist-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.yk-artist-stats div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
}

.yk-artist-stats span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-artist-stats strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.yk-follow-artist {
  width: fit-content;
  margin-top: 22px;
  padding: 13px 18px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yk-artist-content {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.yk-artist-about,
.yk-artist-songs {
  min-height: 100%;
}

.yk-artist-about p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.yk-artist-song-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--yk-line);
}

.yk-artist-song-row > strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(127, 140, 255, .14);
  color: var(--yk-accent);
  font-size: 14px;
}

.yk-artist-song-row b,
.yk-artist-song-row small {
  display: block;
}

.yk-artist-song-row b {
  color: #fff;
  font-size: 16px;
}

.yk-artist-song-row small {
  margin-top: 3px;
  color: var(--yk-muted);
  font-size: 13px;
}

.yk-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 22px;
  border-top: 1px solid var(--yk-line);
  color: var(--yk-muted);
}

.yk-footer strong {
  display: block;
  color: var(--yk-text);
}

@media (max-width: 1180px) {
  .yk-header,
  .yk-layout,
  .yk-home-featured,
  .yk-about-row,
  .yk-launch-row,
  .yk-category-grid,
  .yk-artist-content {
    grid-template-columns: 1fr;
  }

  .yk-ad-rail {
    display: none;
  }

  .yk-nav {
    justify-content: flex-start;
  }

  .yk-trendbar {
    flex-wrap: wrap;
    gap: 14px 28px;
  }

  .yk-main-story span {
    transform: none;
  }

  .yk-artist-card {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .yk-chart-head,
  .yk-chart-row,
  .yk-metrics,
  .yk-stats,
  .yk-post-grid {
    grid-template-columns: 1fr;
  }

  .yk-chart-head {
    display: none;
  }

  .yk-hero-content {
    padding: 24px;
  }

  .yk-header {
    padding-inline: 14px;
  }

  .yk-home-grid,
  .yk-about-row,
  .yk-launch-row,
  .yk-category-grid,
  .yk-submit-box {
    width: min(100% - 24px, 1080px);
  }

  .yk-access-strip {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 360px);
    margin-inline: auto;
  }

  .yk-about-box,
  .yk-number-box,
  .yk-submit-box {
    padding: 24px 18px;
  }

  .yk-about-box h2,
  .yk-number-box h2,
  .yk-submit-box h2 {
    margin-top: -42px;
  }

  .yk-submit-box p {
    font-size: 16px;
  }

  .yk-launch-card {
    min-height: 250px;
    padding: 70px 22px 24px;
  }

  .yk-main-story h1 {
    font-size: 34px;
  }

  .yk-artist-page {
    width: min(100% - 24px, 1180px);
    margin-top: 18px;
  }

  .yk-artist-hero,
  .yk-artist-card {
    min-height: 500px;
  }

  .yk-artist-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .yk-artist-avatar {
    width: 92px;
    height: 92px;
  }

  .yk-artist-stats {
    grid-template-columns: 1fr;
  }

  .yk-artist-stats div {
    min-height: 78px;
  }

  .yk-artist-main h1 {
    font-size: 42px;
  }
}
