:root {
  --rep-paper: #f7f7f3;
  --rep-white: #fff;
  --rep-ink: #11110f;
  --rep-muted: #55554f;
  --rep-soft: #ecece6;
  --rep-line: #d9d9d1;
  --rep-accent: #2457ff;
  --rep-like: #168552;
  --rep-like-soft: #e5f5ec;
  --rep-stop: #d84a3d;
  --rep-stop-soft: #fae9e6;
  --rep-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  --rep-container: 1240px;
  --rep-gutter: clamp(20px, 4vw, 48px);
  --rep-radius: 18px;
  --rep-radius-control: 14px;
  --rep-shadow: 0 22px 60px rgba(17, 17, 15, .12);
  --rep-ease: cubic-bezier(.2, .7, .2, 1);
  --rep-text-body: 17px;
  --rep-text-support: 15px;
  --rep-text-caption: 14px;
  --rep-text-small: 12px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background: var(--rep-paper);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--rep-ink);
  background-color: var(--rep-paper);
  background-image: var(--rep-noise);
  background-size: 180px 180px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: var(--rep-text-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body:has(.vr-guide:not([hidden])),
body:has(.vr-pdf-options:not([hidden])),
body:has(.vr-pdf-progress) { overflow: hidden; }

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
[hidden] { display: none !important; }

::selection { color: #fff; background: var(--rep-accent); }
:focus-visible { outline: 2px solid var(--rep-ink); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 3000;
  padding: 10px 14px;
  color: #fff;
  background: var(--rep-accent);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.rep-container {
  width: min(100%, calc(var(--rep-container) + var(--rep-gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--rep-gutter);
}

.rep-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(17, 17, 15, .08);
  background: rgba(247, 247, 243, .88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rep-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rep-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.rep-brand img { width: 34px; height: 34px; filter: brightness(0); }
.rep-brand span { display: grid; gap: 1px; }
.rep-brand strong { font-size: var(--rep-text-caption); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.rep-brand small { color: var(--rep-muted); font-size: var(--rep-text-small); line-height: 1.25; font-weight: 600; }

.rep-header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rep-header__section {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  font-size: var(--rep-text-caption);
  font-weight: 700;
  transition: color .2s ease, background-color .2s ease;
}

.rep-header__section:hover { color: var(--rep-accent); background: rgba(255, 255, 255, .58); }

.rep-header__back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border: 1px solid var(--rep-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  font-size: var(--rep-text-caption);
  font-weight: 700;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.rep-header__back svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rep-header__back:hover { color: #fff; background: var(--rep-ink); border-color: var(--rep-ink); }

.rep-hero {
  display: grid;
  grid-template-columns: minmax(330px, 540px) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
  padding-top: clamp(52px, 6vw, 84px);
  padding-bottom: clamp(18px, 2vw, 28px);
}
.rep-hero > .vr-info-button { justify-self: end; }

.rep-artist-card {
  position: relative;
  overflow: visible;
  padding: 24px;
  color: #fff;
  background: var(--rep-ink);
  border-radius: var(--rep-radius);
  box-shadow: 0 24px 70px rgba(17, 17, 15, .2);
}
.rep-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.vr-picker { margin-top: 0; }
.vr-picker__heading { display: flex; align-items: baseline; justify-content: flex-start; gap: 18px; margin-bottom: 8px; }
.vr-picker__meta { overflow: hidden; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.35; font-weight: 700; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.vr-artist-select { position: relative; }
.vr-artist-select.is-open { z-index: 100; }
.vr-artist-select__button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px 0 17px;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--rep-radius-control);
  cursor: pointer;
  text-align: left;
}
.vr-artist-select__button span { overflow: hidden; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.vr-artist-select__button svg { width: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.vr-artist-select.is-open .vr-artist-select__button svg { transform: rotate(180deg); }
.vr-artist-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: none;
  max-height: min(620px, 72vh);
  overflow-y: auto;
  padding: 10px;
  color: var(--rep-ink);
  background: #fff;
  border: 1px solid var(--rep-line);
  border-radius: 15px;
  box-shadow: var(--rep-shadow);
}
.vr-artist-select.is-open .vr-artist-select__menu { display: block; }
.vr-artist-role-list { padding: 0; }
.vr-artist-role { padding: 5px 0; border-bottom: 1px solid var(--rep-line); }
.vr-artist-role:last-child { border-bottom: 0; }
.vr-artist-role__title {
  display: grid;
  width: 100%;
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 10px;
  padding: 0 9px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.vr-artist-role__title:hover { color: var(--rep-accent); }
.vr-artist-role__title > span { overflow: hidden; font-size: 15px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.vr-artist-role__title > b { min-width: 22px; color: var(--rep-muted); font-size: 12px; font-weight: 800; text-align: right; }
.vr-artist-role.has-selected .vr-artist-role__title > span { color: var(--rep-accent); }
.vr-artist-role__title svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.vr-artist-role.is-open .vr-artist-role__title svg { transform: rotate(180deg); }
.vr-artist-role__artists { display: none; gap: 2px; margin: 0; padding: 3px 0 8px; background: transparent; border: 0; }
.vr-artist-role__artists.is-open { display: grid; }
.vr-artist-select__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  padding: 0 10px 0 18px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}
.vr-artist-select__option:hover { background: var(--rep-soft); }
.vr-artist-select__option.is-active { color: var(--rep-accent); }
.vr-artist-select__option span { overflow: hidden; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.vr-artist-select__option b { color: var(--rep-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.vr-artist-filter__empty { padding: 28px 16px; color: var(--rep-muted); font-size: var(--rep-text-caption); font-weight: 700; text-align: center; }

.rep-workspace { padding-top: clamp(18px, 2vw, 28px); padding-bottom: 110px; }
.vr-info-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: var(--rep-text-caption);
  font-weight: 700;
}
.vr-info-button i { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--rep-ink); border-radius: 50%; font-style: normal; transition: color .2s ease, background-color .2s ease; }
.vr-info-button:hover i, .vr-info-button.is-attention i { color: #fff; background: var(--rep-ink); }
.vr-info-button.is-attention i { animation: rep-info-pulse 2.2s ease-in-out infinite; }
@keyframes rep-info-pulse { 50% { box-shadow: 0 0 0 8px rgba(17,17,15,.08); } }

.vr-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}
.vr-search-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 18px;
  background: var(--rep-white);
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius-control);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.vr-search-field:focus-within { border-color: var(--rep-ink); box-shadow: 0 0 0 3px rgba(17,17,15,.06); }
.vr-search-field > svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.vr-search-field input { width: 100%; min-width: 0; padding: 0; color: var(--rep-ink); background: transparent; border: 0; outline: 0; font-size: var(--rep-text-body); font-weight: 600; letter-spacing: -.02em; }
.vr-search-field input::placeholder { color: #73736c; opacity: 1; }

.vr-actions { display: flex; gap: 10px; }
.rep-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius-control);
  cursor: pointer;
  font-size: var(--rep-text-caption);
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.rep-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rep-button:hover { transform: translateY(-2px); }
.rep-button--dark { color: #fff; background: var(--rep-ink); border-color: var(--rep-ink); }
.rep-button--dark:hover { background: var(--rep-accent); border-color: var(--rep-accent); }
.rep-button--light { background: rgba(255,255,255,.55); }
.rep-button--light:hover { color: #fff; background: var(--rep-ink); border-color: var(--rep-ink); }
.rep-button:disabled { cursor: wait; opacity: .62; transform: none; }
.rep-button.is-disabled { pointer-events: none; opacity: .45; }

.vr-toolbar-sentinel { height: 1px; }
.vr-toolbar {
  position: sticky;
  top: 88px;
  z-index: 50;
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 8px;
  margin: 14px 0 22px;
  padding: 8px 0;
  background: var(--rep-paper);
  border: 0;
  border-radius: var(--rep-radius-control);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.vr-toolbar.is-stuck { background: var(--rep-paper); box-shadow: inset 0 0 0 1px var(--rep-line), 0 14px 35px rgba(17,17,15,.09); }
.vr-toolbar-button,
.vr-sort__text {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--rep-ink);
  background: var(--rep-white);
  border: 1px solid var(--rep-line);
  border-radius: 11px;
  cursor: pointer;
  font-size: var(--rep-text-caption);
  font-weight: 800;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.vr-toolbar-button:hover, .vr-sort__text:hover { border-color: var(--rep-ink); }
.vr-toolbar-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vr-filter, .vr-sort { position: relative; }
.vr-filter__badge { display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 6px; color: #fff; background: var(--rep-accent); border-radius: 999px; font-size: 11px; }
.vr-favorites-toggle.is-active { color: var(--rep-like); background: var(--rep-like-soft); border-color: rgba(22,133,82,.32); }
.vr-favorites-toggle.is-active svg { fill: currentColor; }
.vr-stop-toggle.is-active { color: var(--rep-stop); background: var(--rep-stop-soft); border-color: rgba(216,74,61,.3); }

.vr-filter__menu,
.vr-sort__menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  display: none;
  width: min(360px, calc(100vw - 32px));
  max-height: min(590px, 70vh);
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--rep-line);
  border-radius: 15px;
  box-shadow: var(--rep-shadow);
}
.vr-filter.is-open .vr-filter__menu,
.vr-sort.is-open .vr-sort__menu { display: block; }
.vr-popover__head { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 9px 8px; border-bottom: 1px solid var(--rep-line); }
.vr-popover__head strong { font-size: 17px; }
.vr-menu-reset { padding: 0; color: var(--rep-accent); background: transparent; border: 0; cursor: pointer; font-size: var(--rep-text-caption); font-weight: 800; }
.vr-menu-reset:disabled { color: var(--rep-muted); cursor: default; opacity: .45; }
.vr-filter__group { border-bottom: 1px solid var(--rep-line); }
.vr-filter__group:last-child { border-bottom: 0; }
.vr-filter__group-title {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 9px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}
.vr-filter__group-title.has-active { color: var(--rep-accent); }
.vr-filter__group-meta { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.vr-filter__group-meta svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.vr-filter__group-title.is-open .vr-filter__group-meta svg { transform: rotate(180deg); }
.vr-filter__selected-count { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 6px; color: #fff; background: var(--rep-accent); border-radius: 999px; font-size: 11px; }
.vr-filter__group-options { display: none; gap: 3px; padding: 0 0 8px; }
.vr-filter__group-options.is-open { display: grid; }
.vr-filter__option {
  display: grid;
  grid-template-columns: 18px minmax(0,1fr) auto;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 9px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: var(--rep-text-caption);
  text-align: left;
}
.vr-filter__option:hover { background: var(--rep-soft); }
.vr-filter__option:disabled { cursor: not-allowed; opacity: .36; }
.vr-filter__option:disabled:hover { background: transparent; }
.vr-filter__option i { display: grid; width: 18px; height: 18px; place-items: center; align-self: center; justify-self: center; border: 1.5px solid #bdbdb5; border-radius: 5px; }
.vr-filter__option i::after { content: ""; width: 8px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transform: translateY(-1px) rotate(-45deg); }
.vr-filter__option.is-active i { background: var(--rep-accent); border-color: var(--rep-accent); }
.vr-filter__option.is-active i::after { opacity: 1; }
.vr-filter__option span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vr-filter__option b { color: var(--rep-muted); font-size: var(--rep-text-small); }
.vr-filter__option.is-active b { color: var(--rep-accent); }

.vr-sort { margin-left: 0; }
.vr-sort__button { display: flex; align-items: center; gap: 8px; }
.vr-sort__text { padding-inline: 4px; background: transparent; border: 0; border-radius: 0; }
.vr-sort__text:hover { color: var(--rep-accent); }
.vr-sort__text:focus-visible { outline: 2px solid var(--rep-accent); outline-offset: 4px; }
.vr-sort__icon { width: 44px; padding: 0; border-radius: 11px; }
.vr-sort__menu { right: 0; left: auto; width: 200px; padding: 6px; }
.vr-sort__menu button { display: block; width: 100%; min-height: 44px; padding: 0 10px; background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: var(--rep-text-caption); font-weight: 700; text-align: left; }
.vr-sort__menu button:hover, .vr-sort__menu button.is-active { color: var(--rep-accent); background: var(--rep-soft); }
.vr-summary { flex: 0 0 auto; margin-left: auto; padding: 0 4px; color: var(--rep-muted); font-size: var(--rep-text-caption); font-weight: 600; white-space: nowrap; }
.vr-summary b { color: var(--rep-ink); font-size: 16px; }

.vr-state {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  color: var(--rep-muted);
  background: rgba(255,255,255,.5);
  border: 1px dashed var(--rep-line);
  border-radius: var(--rep-radius);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.vr-state.is-hidden { display: none; }
.vr-state.is-error { color: var(--rep-stop); border-color: rgba(216,74,61,.3); background: var(--rep-stop-soft); }
.vr-loader { width: 18px; height: 18px; flex: 0 0 18px; border: 2px solid rgba(17,17,15,.16); border-top-color: var(--rep-ink); border-radius: 50%; animation: rep-spin .75s linear infinite; }
.vr-state__phrase { transition: opacity .2s ease, transform .2s ease; }
.vr-state__phrase.is-changing { opacity: 0; transform: translateY(4px); }
@keyframes rep-spin { to { transform: rotate(360deg); } }

.vr-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.vr-song {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 84px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 14px 14px 14px 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--rep-line);
  border-radius: 15px;
  cursor: pointer;
  isolation: isolate;
  transition: transform .2s var(--rep-ease), border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  content-visibility: auto;
  contain-intrinsic-size: 84px;
}
.vr-song::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: transparent;
  transition: background-color .2s ease;
}
.vr-song:hover { z-index: 2; background: #fff; border-color: #bdbdb5; box-shadow: 0 13px 35px rgba(17,17,15,.08); transform: translateY(-2px); }
.vr-song.is-pressing { transform: scale(.992); }
.vr-song[data-choice="like"] { background: var(--rep-like-soft); border-color: rgba(22,133,82,.25); }
.vr-song[data-choice="like"]::before { background: var(--rep-like); }
.vr-song[data-choice="stop"] { background: var(--rep-stop-soft); border-color: rgba(216,74,61,.24); }
.vr-song[data-choice="stop"]::before { background: var(--rep-stop); }
.vr-song__title { min-width: 0; }
.vr-song__title h3 { margin: 0; font-size: 19px; line-height: 1.25; font-weight: 800; letter-spacing: -.025em; text-wrap: balance; }
.vr-song__title p { overflow: hidden; margin: 5px 0 0; color: var(--rep-muted); font-size: var(--rep-text-caption); line-height: 1.4; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.vr-song__actions { display: flex; gap: 7px; }
.vr-song__choice {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(17,17,15,.13);
  border-radius: 50%;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.vr-song__choice svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vr-song__choice--like svg { fill: transparent; transition: fill .18s ease; }
.vr-song__choice:hover { transform: scale(1.08); }
.vr-song__choice--like:hover { color: var(--rep-like); border-color: var(--rep-like); }
.vr-song__choice--stop:hover { color: var(--rep-stop); border-color: var(--rep-stop); }
.vr-song[data-choice="like"] .vr-song__choice--like { color: #fff; background: var(--rep-like); border-color: var(--rep-like); }
.vr-song[data-choice="like"] .vr-song__choice--like svg { fill: currentColor; }
.vr-song[data-choice="stop"] .vr-song__choice--stop { color: #fff; background: var(--rep-stop); border-color: var(--rep-stop); }
.vr-song.is-choosing::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 12px;
  height: 12px;
  left: var(--tap-x);
  top: var(--tap-y);
  border-radius: 50%;
  opacity: .12;
  transform: translate(-50%, -50%);
  animation: rep-choice-ripple .65s ease-out;
}
.vr-song.is-choice-like::after { background: var(--rep-like); }
.vr-song.is-choice-stop::after { background: var(--rep-stop); }
@keyframes rep-choice-ripple { to { opacity: 0; transform: translate(-50%, -50%) scale(30); } }

.vr-guide { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; }
.vr-guide__backdrop { position: absolute; inset: 0; background: rgba(17,17,15,.68); backdrop-filter: blur(9px); }
.vr-guide__dialog { position: relative; width: min(94vw, 680px); overflow: hidden; padding: 0 0 22px; background: var(--rep-paper); border-radius: 22px; box-shadow: 0 30px 100px rgba(0,0,0,.35); animation: rep-dialog-in .35s var(--rep-ease); }
.vr-guide.is-closing .vr-guide__dialog { animation: rep-dialog-out .3s ease forwards; }
.vr-guide__close { position: absolute; top: 14px; right: 14px; z-index: 4; display: grid; width: 38px; height: 38px; place-items: center; padding: 0 0 2px; color: #fff; background: rgba(17,17,15,.62); border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; font-weight: 400; }
.vr-guide__stack { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vr-guide__stack::-webkit-scrollbar { display: none; }
.vr-guide__card { min-width: 100%; padding: 42px 42px 18px; scroll-snap-align: start; }
.vr-guide__eyebrow { margin: 0 0 10px; color: var(--rep-accent); font-size: var(--rep-text-small); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vr-guide__card h2 { max-width: 500px; margin: 0; font-size: clamp(28px, 5vw, 46px); line-height: 1.02; letter-spacing: -.05em; }
.vr-guide__text { max-width: 560px; margin: 16px 0 24px; color: var(--rep-muted); font-size: 16px; line-height: 1.55; }
.vr-guide__visual { display: grid; height: 250px; overflow: hidden; place-items: center; background: var(--rep-soft); border: 1px solid var(--rep-line); border-radius: 16px; }
.vr-guide__visual img { width: 100%; height: 100%; object-fit: contain; }
.vr-guide__dots { display: flex; justify-content: center; gap: 6px; }
.vr-guide__dots i { width: 7px; height: 7px; background: #c7c7c0; border-radius: 50%; transition: width .2s ease, background-color .2s ease; }
.vr-guide__dots i.is-active { width: 24px; background: var(--rep-ink); border-radius: 999px; }
.vr-guide__dots i.is-complete { background: var(--rep-accent); }
@keyframes rep-dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
@keyframes rep-dialog-out { to { opacity: 0; transform: translateY(14px) scale(.985); } }

.vr-pdf-options {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 20px;
}
.vr-pdf-options__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  background: rgba(17,17,15,.68);
  border: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.vr-pdf-options__dialog {
  position: relative;
  width: min(94vw, 650px);
  max-height: min(92dvh, 760px);
  overflow-y: auto;
  padding: 30px;
  background: var(--rep-paper);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 24px;
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
  animation: rep-dialog-in .3s var(--rep-ease);
}
.vr-pdf-options__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0 0 2px;
  background: var(--rep-white);
  border: 1px solid var(--rep-line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
}
.vr-pdf-options__head { padding-right: 44px; }
.vr-pdf-options__head p {
  margin: 0 0 9px;
  color: var(--rep-accent);
  font-size: var(--rep-text-small);
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.vr-pdf-options__head h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.03;
  letter-spacing: -.052em;
}
.vr-pdf-options__head > span {
  display: block;
  max-width: 520px;
  margin-top: 12px;
  color: var(--rep-muted);
  font-size: var(--rep-text-support);
  line-height: 1.55;
}
.vr-pdf-options__list { display: grid; gap: 8px; margin-top: 20px; }
.vr-pdf-option {
  position: relative;
  display: grid;
  min-height: 70px;
  grid-template-columns: 26px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 11px 15px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius-control);
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.vr-pdf-option:hover { border-color: #b8b8b0; transform: translateY(-1px); }
.vr-pdf-option:has(input:focus-visible) { outline: 2px solid var(--rep-ink); outline-offset: 3px; }
.vr-pdf-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.vr-pdf-option__check {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  background: var(--rep-white);
  border: 1.5px solid #bdbdb5;
  border-radius: 7px;
}
.vr-pdf-option__check::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg);
}
.vr-pdf-option:has(input:checked) { border-color: var(--pdf-option-color); background: var(--pdf-option-soft); }
.vr-pdf-option:has(input:checked) .vr-pdf-option__check { background: var(--pdf-option-color); border-color: var(--pdf-option-color); }
.vr-pdf-option:has(input:checked) .vr-pdf-option__check::after { opacity: 1; }
.vr-pdf-option--like { --pdf-option-color: var(--rep-like); --pdf-option-soft: var(--rep-like-soft); }
.vr-pdf-option--stop { --pdf-option-color: var(--rep-stop); --pdf-option-soft: var(--rep-stop-soft); }
.vr-pdf-option--ok { --pdf-option-color: var(--rep-accent); --pdf-option-soft: rgba(36,87,255,.075); }
.vr-pdf-option__copy { display: grid; min-width: 0; gap: 3px; }
.vr-pdf-option__copy strong { font-size: 18px; line-height: 1.2; font-weight: 800; }
.vr-pdf-option__copy small { color: var(--rep-muted); font-size: 15px; line-height: 1.35; font-weight: 600; }
.vr-pdf-option > b {
  min-width: 68px;
  padding: 0;
  color: var(--rep-muted);
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.vr-pdf-options__status { min-height: 20px; margin: 10px 0 0; color: var(--rep-stop); font-size: var(--rep-text-small); font-weight: 700; }
.vr-pdf-options__actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; margin-top: 8px; }
.vr-pdf-options__actions .rep-button { min-height: 54px; }
.vr-pdf-options__actions .rep-button--dark:disabled { cursor: not-allowed; opacity: .38; }

.vr-pdf-progress { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 20px; background: rgba(17,17,15,.78); backdrop-filter: blur(12px); }
.vr-pdf-progress__card { position: relative; width: min(92vw, 500px); overflow: hidden; padding: 30px; color: #fff; background: #191917; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.vr-pdf-progress__title { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }
.vr-pdf-progress__phrase, .vr-pdf-progress__text { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: var(--rep-text-support); }
.vr-pdf-progress__bar { height: 7px; overflow: hidden; margin-top: 22px; background: rgba(255,255,255,.1); border-radius: 999px; }
.vr-pdf-progress__bar i { display: block; width: 0; height: 100%; background: var(--rep-accent); border-radius: inherit; transition: width .3s ease; }
.vr-pdf-progress__small { display: block; margin-top: 9px; color: rgba(255,255,255,.62); font-size: var(--rep-text-small); }
.vr-pdf-progress__preview { position: relative; overflow: hidden; height: 160px; margin-top: 20px; background: #050505; border-radius: 12px; }
.vr-pdf-progress__preview-page { position: absolute; inset: 0; width: 100%; }
.vr-pdf-progress__shine { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.08) 45%, transparent 60%); transform: translateX(-100%); animation: rep-shine 1.5s linear infinite; }
@keyframes rep-shine { to { transform: translateX(100%); } }

.rep-footer {
  display: flex;
  min-height: 110px;
  align-items: center;
  gap: 26px;
  color: var(--rep-muted);
  border-top: 1px solid var(--rep-line);
  font-size: var(--rep-text-caption);
  font-weight: 600;
}
.rep-footer a { margin-left: auto; color: var(--rep-ink); font-weight: 800; }
.rep-footer a + a { margin-left: 0; }

@media (min-width: 1200px) {
  .vr-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 981px) {
  .rep-hero {
    display: block;
    padding-top: clamp(42px, 4vw, 58px);
    padding-bottom: clamp(18px, 2vw, 24px);
  }

  .rep-artist-card {
    width: 100%;
    padding: clamp(24px, 2.2vw, 30px);
  }
}

@media (max-width: 980px) {
  .rep-hero { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .rep-artist-card { width: min(100%, 600px); }
  .rep-hero > .vr-info-button { justify-self: start; }
  .vr-tools { grid-template-columns: minmax(0,1fr); }
  .vr-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  :root { --rep-gutter: 16px; }
  .rep-header { background: var(--rep-paper); }
  .rep-header__inner { min-height: 66px; }
  .rep-header__back { width: 42px; padding: 0; justify-content: center; }
  .rep-header__back span { display: none; }
  .rep-hero { gap: 24px; padding-top: 42px; padding-bottom: 18px; }
  .rep-artist-card { padding: 20px; }
  .vr-artist-select__menu { max-height: min(560px, 66vh); }
  .rep-workspace { padding-top: 18px; padding-bottom: 80px; }
  .vr-info-button { justify-self: start; }
  .vr-search-field { min-height: 52px; padding-inline: 16px; }
  .vr-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .rep-button { min-width: 0; min-height: 52px; padding-inline: 12px; white-space: normal; text-align: center; }
  .rep-button svg { display: none; }
  .vr-toolbar {
    top: 66px;
    z-index: 90;
    width: calc(100% + var(--rep-gutter) * 2);
    min-height: 56px;
    overflow: visible;
    gap: 6px;
    margin: 10px calc(var(--rep-gutter) * -1) 22px;
    padding: 6px var(--rep-gutter);
    background: var(--rep-paper);
    border-radius: 0;
  }
  .vr-toolbar.is-stuck { box-shadow: 0 1px 0 var(--rep-line), 0 12px 28px rgba(17,17,15,.08); }
  .vr-toolbar-button, .vr-sort__text { min-height: 42px; padding-inline: 11px; }
  .vr-toolbar-button span { display: none; }
  .vr-filter > .vr-toolbar-button span { display: inline; }
  .vr-favorites-toggle, .vr-stop-toggle { width: 42px; padding: 0; }
  .vr-sort { flex: 0 0 auto; margin-left: auto; }
  .vr-sort__button { gap: 6px; }
  .vr-sort__text {
    width: auto;
    min-width: max-content;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
  .vr-summary { display: none; }
  .vr-filter__menu { right: auto; left: 0; width: min(360px, calc(100vw - 32px)); max-height: min(70vh, 620px); border-radius: 18px; box-shadow: 0 20px 70px rgba(17,17,15,.25); }
  .vr-list { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .vr-song { min-height: 82px; padding: 13px 12px 13px 16px; }
  .vr-song:hover { transform: none; box-shadow: none; }
  .vr-song__title h3 { font-size: 18px; }
  .vr-song__actions { gap: 5px; }
  .vr-song__choice { width: 37px; height: 37px; }
  .vr-guide { padding: 10px; }
  .vr-guide__dialog { width: 100%; border-radius: 18px; }
  .vr-guide__card { padding: 32px 20px 16px; }
  .vr-guide__visual { height: 210px; }
  .vr-pdf-options { align-items: end; padding: 8px; }
  .vr-pdf-options__dialog { width: 100%; max-height: calc(100dvh - 16px); padding: 24px 16px 16px; border-radius: 22px; }
  .vr-pdf-options__close { top: 14px; right: 14px; }
  .vr-pdf-options__head { padding-right: 38px; }
  .vr-pdf-options__head h2 { font-size: 31px; }
  .vr-pdf-options__list { margin-top: 18px; }
  .vr-pdf-option { min-height: 68px; grid-template-columns: 26px minmax(0,1fr) auto; gap: 11px; padding: 11px 12px; }
  .vr-pdf-option > b { grid-column: 3; justify-self: end; min-width: 58px; margin-top: 0; padding: 0; }
  .vr-pdf-options__actions { grid-template-columns: 1fr 1.5fr; }
  .rep-footer { flex-wrap: wrap; gap: 8px 18px; padding-block: 26px; }
  .rep-footer span { flex-basis: 100%; }
  .rep-footer a { margin-left: 0; }
}

@media (max-width: 430px) {
  .rep-brand span { display: none; }
  .rep-header__inner { gap: 12px; }
  .rep-header__nav { gap: 4px; }
  .rep-header__section { padding-inline: 12px; }
}

@media (max-width: 430px) {
  .rep-brand strong { font-size: 13px; }
  .rep-hero h1 { letter-spacing: -.058em; }
  .vr-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vr-artist-card-link { display: inline-flex; }
  .vr-filter > .vr-toolbar-button { position: relative; width: 42px; min-width: 42px; max-width: 42px; flex: 0 0 42px; padding: 0; }
  .vr-filter > .vr-toolbar-button span { display: none; }
  .vr-filter > .vr-toolbar-button .vr-filter__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 2px solid var(--rep-paper);
    font-size: 10px;
    line-height: 1;
  }
  .vr-sort__text {
    width: auto;
    min-width: max-content;
    max-width: none;
    overflow: visible;
    padding-inline: 4px;
    font-size: var(--rep-text-small);
    text-overflow: clip;
  }
  .vr-song { gap: 10px; }
  .vr-song__choice { width: 34px; height: 34px; }
}

@media (max-width: 350px) {
  .vr-actions { grid-template-columns: minmax(0, 1fr); }
  .vr-toolbar { flex-wrap: wrap; }
  .vr-sort { display: flex; flex-basis: 100%; justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .rep-header, .rep-hero, .rep-workspace, .rep-footer, .vr-guide, .vr-pdf-options, .vr-pdf-progress { display: none !important; }
}
