/* biankabanks.com public asset fingerprint refresh: 2026-07-09 */

:root {
  color-scheme: dark;
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.16);
  --glass: rgba(255, 255, 255, 0.06);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #020202;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

.link-page {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100vw;
  min-height: 100svh;
  place-items: center;
  padding: 40px 18px 70px;
  overflow: hidden;
}

.background-art {
  position: fixed;
  inset: -16px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.18), transparent 24rem),
    linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.72)),
    var(--cover) center / cover;
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.03);
}

.background-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 18px 18px;
  mix-blend-mode: screen;
  opacity: 0.55;
}

.link-card {
  position: relative;
  z-index: 1;
  width: min(100%, 384px);
  max-width: calc(100vw - 36px);
  text-align: center;
}

.cover {
  display: block;
  width: 192px;
  height: 192px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

h1 {
  margin: 0 0 6px;
  font-size: 27px;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.15;
}

.artist {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
}

.destination-list {
  display: grid;
  gap: 10px;
}

.destination {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--glass);
  color: var(--text);
  text-align: left;
  text-decoration: none;
  backdrop-filter: blur(18px);
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.destination:hover,
.destination:focus-visible {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.32);
  outline: 0;
  transform: translateY(-1px);
}

.service-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.service-mark svg {
  display: block;
  width: 24px;
  height: 24px;
}

.destination-spotify .service-mark {
  background: transparent;
}

.destination-beatport .service-mark {
  background: transparent;
  color: #9dfc2f;
}

.destination-soundcloud .service-mark {
  background: transparent;
}

.destination-youtube .service-mark {
  background: transparent;
}

.service-label {
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 640;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.play-label {
  border-radius: 9px;
  background: #050505;
  padding: 9px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 720;
}

.powered {
  position: fixed;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.2em;
  text-align: center;
}

.bio-avatar {
  width: 132px;
  height: 132px;
  border-radius: 999px;
}

.bio-page .artist {
  margin-bottom: 8px;
}

.bio-booking {
  margin: 0 0 26px;
  font-size: 13.5px;
}

.bio-booking a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1px;
}

.bio-booking a:hover,
.bio-booking a:focus-visible {
  color: var(--text);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  outline: 0;
}

.bio-group-label {
  margin: 14px 2px 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}

.bio-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-height: 56px;
  padding: 12px 18px;
  text-align: center;
  align-items: center;
}

.bio-link .service-label {
  white-space: normal;
}

.bio-link-note {
  color: var(--muted);
  font-size: 12.5px;
}

.bio-link-highlight {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.bio-link-highlight:hover,
.bio-link-highlight:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.bio-featured {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.bio-featured-event {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.17);
  animation: bio-event-glow 5s ease-in-out infinite;
}

@keyframes bio-event-glow {
  0%,
  100% {
    border-color: rgba(255, 120, 190, 0.4);
    box-shadow: 0 0 8px rgba(255, 45, 135, 0.14);
  }

  50% {
    border-color: rgba(255, 150, 205, 0.95);
    box-shadow:
      0 0 26px rgba(255, 45, 135, 0.38),
      0 0 60px rgba(255, 45, 135, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bio-featured-event {
    animation: none;
  }
}

.bio-embed {
  margin: 0;
}

.bio-embed iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 14px;
}

.bio-embed-youtube iframe {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #000;
}

.bio-embed-spotify iframe {
  height: 152px;
}

.bio-embed-soundcloud iframe {
  height: 300px;
  border: 1px solid var(--line);
  background: #000;
}

.bio-embed figcaption {
  margin-top: 6px;
}

.bio-embed figcaption a {
  color: var(--muted);
  font-size: 12.5px;
  text-decoration: none;
}

.bio-embed figcaption a:hover,
.bio-embed figcaption a:focus-visible {
  color: var(--text);
  outline: 0;
}

.epk-page {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100svh;
  padding: 26px 18px 56px;
  max-width: 1040px;
  margin: 0 auto;
}

.epk-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.epk-header h1 {
  margin: 0;
}

.epk-header .artist {
  margin: 4px 0 0;
}

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

.epk-button {
  display: inline-block;
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--glass);
  color: var(--text);
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
  transition: background 140ms ease, border-color 140ms ease;
}

.epk-button:hover,
.epk-button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
  outline: 0;
}

.epk-button-primary {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
}

.epk-embed {
  flex: 1;
  width: 100%;
  min-height: 70svh;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.epk-fallback {
  display: grid;
  gap: 14px;
  place-items: center;
  padding: 48px 18px;
  text-align: center;
  color: var(--muted);
}

.about-page { max-width: 720px; }

.about-body { font-size: 15px; line-height: 1.75; color: var(--muted); }

.about-body p { margin: 0 0 16px; }

.about-body h2 { color: var(--text); font-size: 16px; margin: 26px 0 10px; }

.about-body ul { margin: 0 0 16px; padding-left: 20px; }

.about-body li { margin-bottom: 6px; }

.about-body strong { color: var(--text); }

.about-body a { color: #a9c9e8; text-decoration: none; }

.about-contact { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 24px; }

.powered-link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); }

@media (max-width: 520px) {
  .link-page {
    align-items: start;
    padding-top: max(34px, env(safe-area-inset-top));
  }

  .cover {
    width: 172px;
    height: 172px;
  }

  .destination {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 10px;
    width: 100%;
  }

  .play-label {
    min-width: 52px;
    padding: 8px 10px;
    text-align: center;
  }
}
