:root {
  color-scheme: light;
  --paper: 38, 32, 36;
  --cream: 31, 26, 29;
  --rose: 193, 93, 125;
  --rose-deep: 152, 65, 95;
  --muted: 112, 101, 106;
}

body {
  overflow: auto;
  color: #272126;
  background:
    radial-gradient(circle at 9% 18%, rgba(213, 130, 151, .3), transparent 25%),
    radial-gradient(circle at 90% 78%, rgba(138, 119, 181, .17), transparent 27%),
    linear-gradient(135deg, #f4efec 0%, #e9deda 46%, #f5f1ef 100%);
}

.ambient__orb--one {
  border-color: rgba(126, 54, 82, .12);
  background: radial-gradient(circle at 58% 61%, rgba(210, 105, 139, .18), transparent 61%);
}

.ambient__orb--two {
  border-color: rgba(43, 34, 40, .08);
  background: radial-gradient(circle, rgba(120, 98, 160, .13), transparent 62%);
}

.ambient__orb--three {
  border-color: rgba(46, 38, 43, .08);
}

.ambient__line {
  background: linear-gradient(90deg, transparent, rgba(161, 68, 100, .23), transparent);
}

.grain {
  opacity: .028;
  mix-blend-mode: multiply;
}

.pointer-light {
  background: radial-gradient(circle, rgba(255, 255, 255, .48), transparent 67%);
}

.page {
  min-height: 100svh;
  padding: 54px 24px 38px;
}

.profile-card {
  width: min(100%, 920px);
  grid-template-columns: 315px 1fr;
  grid-template-rows: minmax(370px, auto) auto;
  border-color: rgba(49, 40, 46, .1);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35)),
    rgba(249, 244, 241, .78);
  box-shadow:
    0 35px 90px rgba(80, 52, 65, .18),
    0 2px 0 rgba(255, 255, 255, .65) inset;
  backdrop-filter: blur(28px) saturate(1.1);
}

.profile-card__edge {
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, .85) 43%, transparent 58%);
}

.portrait-panel {
  padding: 18px 0 18px 18px;
}

.portrait-frame {
  min-height: 330px;
  border-radius: 26px;
  background: #c9c1bd;
  box-shadow: 0 20px 48px rgba(63, 43, 52, .18);
}

.portrait-frame img {
  filter: saturate(.72) contrast(.96);
}

.portrait-frame:hover img {
  filter: saturate(.92) contrast(1);
}

.portrait-frame__wash {
  background:
    linear-gradient(180deg, transparent 58%, rgba(24, 19, 22, .42)),
    linear-gradient(120deg, rgba(241, 183, 199, .12), transparent 38%);
}

.portrait-caption {
  color: #fff;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(36, 29, 34, .88);
  font-weight: 650;
}

.content-panel {
  padding: 27px 31px 23px 45px;
}

.eyebrow {
  color: rgba(43, 35, 40, .7);
  font-size: 9px;
  font-weight: 800;
}

.memes-link {
  color: rgba(43, 35, 40, .84);
  border-color: rgba(141, 60, 91, .16);
  background: rgba(255, 255, 255, .42);
  font-size: 9px;
  font-weight: 800;
}

.memes-link:hover,
.memes-link:focus-visible {
  color: #2a2227;
  border-color: rgba(141, 60, 91, .32);
  background: rgba(255, 255, 255, .75);
}

.views {
  color: rgba(43, 35, 40, .7);
  font-size: 10px;
  font-weight: 750;
}

.handle {
  color: rgb(var(--rose-deep));
  font-size: 11px;
  font-weight: 750;
}

h1 {
  color: #211b1f;
  font-family: Inter, "Arial Black", "Segoe UI", sans-serif;
  font-size: clamp(46px, 6vw, 70px);
  font-weight: 850;
  letter-spacing: -.075em;
  text-shadow: none;
}

.sparkle {
  color: rgb(var(--rose));
}

.bio {
  color: rgba(43, 35, 40, .88);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 550;
  font-style: normal;
  line-height: 1.6;
}

.mood {
  color: rgba(43, 35, 40, .72);
  font-size: 10px;
  font-weight: 650;
}

.social-link {
  color: rgba(43, 35, 40, .86);
  border-color: rgba(43, 35, 40, .08);
  background: rgba(255, 255, 255, .46);
  box-shadow: 0 8px 22px rgba(84, 59, 70, .06);
  font-size: 11px;
  font-weight: 750;
}

.social-link:hover,
.social-link:focus-visible {
  color: #241d21;
  border-color: rgba(174, 76, 111, .25);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(84, 59, 70, .1);
}

.social-link__icon {
  color: rgb(var(--rose-deep));
  border-color: rgba(158, 67, 99, .14);
  background: rgba(204, 113, 143, .1);
}

.social-link small,
.social-link__arrow {
  color: rgba(43, 35, 40, .64);
}

.social-link small {
  font-size: 8px;
  font-weight: 700;
}

.playlist-embed {
  grid-column: 1 / -1;
  padding: 18px;
  border-top: 1px solid rgba(43, 35, 40, .08);
  background: rgba(255, 255, 255, .27);
}

.playlist-embed__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 13px;
}

.playlist-embed__header small,
.playlist-embed__header strong {
  display: block;
}

.playlist-embed__header small {
  margin-bottom: 4px;
  color: rgb(var(--rose-deep));
  font-family: Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
}

.playlist-embed__header strong {
  color: #2a2227;
  font-size: 14px;
  font-weight: 700;
}

.playlist-embed__header a {
  color: rgba(43, 35, 40, .72);
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.playlist-embed__header a:hover {
  color: rgb(var(--rose-deep));
}

.playlist-embed iframe {
  display: block;
  width: 100%;
  height: 310px;
  border: 0;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(67, 47, 56, .11);
}

.playlist-embed > p {
  margin: 10px 4px 0;
  color: rgba(43, 35, 40, .68);
  font-size: 9px;
  font-weight: 550;
}

.footnote {
  color: rgba(43, 35, 40, .68);
  font-size: 10px;
  font-weight: 550;
}

.toast {
  color: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .1);
  background: rgba(35, 29, 33, .92);
}

@media (max-width: 760px) {
  .page {
    padding: 18px 12px 28px;
  }

  .profile-card {
    max-width: 440px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 30px;
  }

  .portrait-panel {
    padding: 12px 12px 0;
  }

  .content-panel {
    padding: 28px 18px 18px;
  }

  h1 {
    font-size: clamp(46px, 15vw, 64px);
  }

  .playlist-embed {
    grid-column: 1;
    padding: 13px;
  }

  .playlist-embed iframe {
    height: 430px;
    border-radius: 16px;
  }

  .playlist-embed__header a {
    font-size: 0;
  }

  .playlist-embed__header a span {
    font-size: 12px;
  }
}
