@font-face {
  font-family: "Tachyon W00";
  font-weight: 200;
  font-style: normal;
  src: url("https://freight.cargo.site/m/Q2833252267644837889505299714325/Tachyon-W00-Light.woff") format("woff");
}

@font-face {
  font-family: "Tachyon W00";
  font-weight: 400;
  font-style: normal;
  src: url("https://freight.cargo.site/m/U2833252393765227121457504112917/Tachyon-W00-Regular.woff") format("woff");
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #050505 !important;
  overflow: hidden;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #050505 !important;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

  body:has(.ke-archive) .page,
  body:has(.ke-archive) .page-layout,
  body:has(.ke-archive) .page-content {
    max-width: none !important;
    width: 100% !important;
  }

  body:has(.ke-archive) .page {
    justify-content: flex-start !important;
    min-height: var(--viewport-height, 100vh) !important;
  }

  body:has(.ke-archive) .page-layout,
  body:has(.ke-archive) .page-content {
    padding: 0 !important;
  }

  body:has(.ke-archive) .page-content {
    align-items: stretch !important;
    background: #050505 !important;
  }

  .ke-archive,
  .ke-player,
  .ke-player *,
  .ke-archive * {
    box-sizing: border-box;
  }

  .ke-archive {
    --bg: #050505;
    --ink: #f4f1e9;
    --soft: rgba(244, 241, 233, 0.7);
    --muted: rgba(244, 241, 233, 0.44);
    --line: rgba(244, 241, 233, 0.13);
    min-height: 100vh;
    min-height: 100svh;
    padding: 0 0 150px;
    overflow-x: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 220px),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 96px),
      var(--bg);
    color: var(--ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  .ke-archive a {
    color: inherit;
    text-decoration: none;
  }

  .ke-shell {
    width: min(1440px, calc(100% - 36px));
    margin: 0 auto;
  }

  .ke-card-meta,
  .ke-panel-meta,
  .ke-track-label,
  .ke-link {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .ke-intro {
    display: none !important;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(22px, 3vw, 38px) 0 18px;
  }

  .ke-intro-left {
    display: grid;
    gap: 18px;
  }

  .ke-archive .ke-archive-mark {
    display: inline-block;
    width: max-content;
    color: #d0d4dd;
    font-family: "Tachyon W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.110em;
    line-height: 1;
    text-transform: uppercase;
  }

  .ke-archive .ke-archive-mark:hover,
  .ke-archive .ke-archive-mark:focus-visible {
    color: #fff;
    outline: 0;
  }

  .ke-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 850;
    line-height: 0.96;
    text-transform: uppercase;
  }

  .ke-sortbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .ke-sortbar span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ke-sortbar button {
    min-height: 32px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--soft);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    padding: 0 12px;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  }

  .ke-sortbar button:hover,
  .ke-sortbar button:focus-visible,
  .ke-sortbar button.is-active {
    border-color: rgba(240, 138, 75, 0.55);
    color: #f08a4b;
  }

  .ke-sortbar button.is-active {
    background: rgba(240, 138, 75, 0.08);
  }

  .ke-sortbar button:focus-visible {
    outline: 1px solid rgba(240, 138, 75, 0.72);
    outline-offset: 3px;
  }

  .ke-layout {
    display: block;
    padding-top: 0;
  }

  .ke-selected {
    position: relative;
    scroll-margin-top: 74px;
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(18px, 3vw, 44px);
    align-items: start;
    margin: 0 0 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
      linear-gradient(90deg, rgba(244, 241, 233, 0.045), transparent 42%, rgba(244, 241, 233, 0.035) 42%, transparent 43%),
      linear-gradient(180deg, rgba(20, 20, 18, 0.94), rgba(5, 5, 5, 0.94));
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(244, 241, 233, 0.06), 0 18px 54px rgba(0, 0, 0, 0.24);
    padding: clamp(16px, 2.4vw, 34px);
  }

  .ke-selected-cover {
    grid-row: 1 / span 2;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    background: #111;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  }

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

  .ke-selected.is-settling .ke-selected-cover,
  .ke-selected.is-settling .ke-panel-info,
  .ke-selected.is-settling .ke-panel-side {
    animation: keFallIn 460ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .ke-selected.is-settling .ke-panel-info {
    animation-delay: 55ms;
  }

  .ke-selected.is-settling .ke-panel-side {
    animation-delay: 95ms;
  }

  @keyframes keFallIn {
    from {
      opacity: 0;
      filter: blur(7px);
      transform: translateY(16px) scale(0.992);
    }

    to {
      opacity: 1;
      filter: blur(0);
      transform: translateY(0) scale(1);
    }
  }

  .ke-panel-info {
    display: grid;
    gap: 12px;
    align-content: start;
    padding-top: 2px;
    min-width: 0;
  }

  .ke-panel-meta {
    order: 2;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
  }

  .ke-panel-meta span {
    display: inline;
  }

  .ke-panel-meta span:first-child {
    color: #f08a4b;
  }

  .ke-panel-title {
    order: 1;
    margin: 0;
    color: var(--ink);
    font-size: clamp(34px, 4.4vw, 68px);
    font-weight: 950;
    line-height: 0.92;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .ke-panel-artist {
    display: none;
  }

  .ke-credits,
  .ke-track {
    margin: 0;
    color: var(--soft);
    font-size: 14px;
    line-height: 1.35;
  }

  .ke-panel-links {
    order: 3;
    margin-top: 4px;
  }

  .ke-panel-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    min-height: 100%;
    border-top: 1px solid var(--line);
    padding-top: clamp(14px, 2vw, 22px);
    min-width: 0;
  }

  .ke-track-label {
    color: var(--muted);
  }

  .ke-track-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ke-track-count {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .ke-tracks {
    display: block;
    column-count: 2;
    column-gap: clamp(22px, 3vw, 44px);
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ke-track {
    break-inside: avoid;
    border-top: 1px solid rgba(244, 241, 233, 0.08);
    color: var(--soft);
    transition: background 160ms ease, color 160ms ease;
  }

  .ke-track:first-child {
    border-top: 0;
  }

  .ke-track-button {
    display: grid;
    width: 100%;
    grid-template-columns: 26px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: baseline;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: inherit;
    cursor: default;
    font: inherit;
    padding: 8px 7px 8px 0;
    text-align: left;
  }

  .ke-track.is-playable .ke-track-button {
    cursor: pointer;
  }

  .ke-track.is-playable .ke-track-button:hover,
  .ke-track.is-playable .ke-track-button:focus-visible,
  .ke-track.is-playable .ke-track-button:active,
  .ke-track.is-playing .ke-track-button {
    background: rgba(244, 241, 233, 0.045);
    color: var(--ink);
  }

  .ke-track-button:focus-visible {
    outline: 1px solid rgba(240, 138, 75, 0.62);
    outline-offset: 2px;
  }

  .ke-track-number {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .ke-track-action {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 160ms ease, color 160ms ease;
  }

  .ke-track:not(.is-playable) .ke-track-action {
    display: none;
  }

  .ke-track.is-playable .ke-track-button:hover .ke-track-action,
  .ke-track.is-playable .ke-track-button:focus-visible .ke-track-action,
  .ke-track.is-playable .ke-track-button:active .ke-track-action,
  .ke-track.is-playing .ke-track-action {
    opacity: 1;
  }

  .ke-track.is-playing .ke-track-action {
    color: #f08a4b;
  }

  .ke-icon {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
    pointer-events: none;
  }

  .ke-icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .ke-credits {
    display: none;
  }

  .ke-player {
    --ink: #f4f1e9;
    --muted: rgba(244, 241, 233, 0.44);
    box-sizing: border-box;
    position: fixed;
    right: auto;
    bottom: 18px;
    left: 50%;
    z-index: 60;
    display: grid;
    grid-template-columns: 42px minmax(150px, 1fr) auto minmax(170px, 0.92fr);
    gap: 12px;
    align-items: center;
    width: min(920px, calc(100% - 36px));
    margin: 0 auto;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.92);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(244, 241, 233, 0.05);
    color: var(--ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    padding: 9px 11px;
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
  }

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

  .ke-player-cover {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #111;
    object-fit: cover;
  }

  .ke-player-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
  }

  .ke-player button {
    display: inline-grid;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    place-items: center;
    border: 1px solid rgba(244, 241, 233, 0.2);
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
  }

  .ke-player [data-player-toggle] {
    width: 40px;
    min-width: 40px;
    border-color: rgba(240, 138, 75, 0.42);
  }

  .ke-player .ke-player-minimize {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    color: rgba(244, 241, 233, 0.58);
    font-size: 18px;
    font-weight: 300;
  }

  .ke-player .ke-icon {
    width: 16px;
    height: 16px;
  }

  .ke-player [data-airplay] {
    width: 46px;
    min-width: 46px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .ke-player [data-airplay][hidden] {
    display: none;
  }

  .ke-player [data-queue-toggle].is-active,
  .ke-player [data-airplay].is-active {
    border-color: rgba(240, 138, 75, 0.6);
    color: #f08a4b;
  }

  .ke-player button:hover,
  .ke-player button:focus-visible {
    background: rgba(240, 138, 75, 0.08);
    border-color: rgba(240, 138, 75, 0.55);
    color: #f08a4b;
  }

  .ke-player button:active {
    transform: translateY(1px);
  }

  .ke-player button:focus-visible {
    outline: 1px solid rgba(240, 138, 75, 0.72);
    outline-offset: 3px;
  }

  .ke-player-now {
    min-width: 0;
  }

  .ke-player-title {
    overflow: hidden;
    color: var(--ink);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ke-player-release,
  .ke-player-index,
  .ke-player-time {
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ke-player-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .ke-player-progress {
    --progress: 0%;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    height: 28px;
    width: 100%;
    border-radius: 999px;
    background:
      linear-gradient(90deg, #f08a4b 0 var(--progress), rgba(244, 241, 233, 0.2) var(--progress) 100%) center / 100% 3px no-repeat;
    cursor: pointer;
    touch-action: pan-y;
  }

  .ke-player-progress::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 999px;
    background: transparent;
  }

  .ke-player-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin-top: -5.5px;
    border: 1px solid #f08a4b;
    border-radius: 999px;
    background: #050505;
    box-shadow: 0 0 0 4px rgba(240, 138, 75, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .ke-player-progress:hover::-webkit-slider-thumb,
  .ke-player-progress:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 6px rgba(240, 138, 75, 0.12);
    transform: scale(1.08);
  }

  .ke-player-progress::-moz-range-track {
    height: 3px;
    border-radius: 999px;
    background: transparent;
  }

  .ke-player-progress::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 1px solid #f08a4b;
    border-radius: 999px;
    background: #050505;
    box-shadow: 0 0 0 4px rgba(240, 138, 75, 0.08);
  }

  .ke-player-tab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    width: min(260px, calc(100% - 36px));
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(244, 241, 233, 0.05);
    color: #f4f1e9;
    cursor: pointer;
    font: inherit;
    padding: 6px 15px 6px 7px;
    text-align: left;
    backdrop-filter: blur(18px);
  }

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

  .ke-player-tab img {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
  }

  .ke-player-tab span,
  .ke-player-tab strong,
  .ke-player-tab em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ke-player-tab strong {
    color: #f4f1e9;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .ke-player-tab em {
    margin-top: 2px;
    color: rgba(244, 241, 233, 0.46);
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .ke-queue-panel {
    --ink: #f4f1e9;
    --muted: rgba(244, 241, 233, 0.44);
    position: fixed;
    right: max(18px, calc((100vw - 1180px) / 2));
    bottom: 92px;
    z-index: 59;
    width: min(430px, calc(100% - 36px));
    max-height: min(44vh, 390px);
    overflow: hidden;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.94);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(244, 241, 233, 0.05);
    color: var(--ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    backdrop-filter: blur(18px);
  }

  .ke-queue-panel[hidden] {
    display: none;
  }

  .ke-queue-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(244, 241, 233, 0.1);
    padding: 13px 14px 12px;
  }

  .ke-queue-title {
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ke-queue-close {
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    padding: 0;
    text-transform: uppercase;
  }

  .ke-queue-close:hover,
  .ke-queue-close:focus-visible {
    color: #f08a4b;
  }

  .ke-queue-list {
    max-height: calc(min(44vh, 390px) - 48px);
    overflow: auto;
    margin: 0;
    padding: 4px 0;
    list-style: none;
  }

  .ke-queue-item {
    border-top: 1px solid rgba(244, 241, 233, 0.07);
  }

  .ke-queue-item:first-child {
    border-top: 0;
  }

  .ke-queue-button {
    display: grid;
    width: 100%;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    padding: 10px 14px;
    text-align: left;
  }

  .ke-queue-button:hover,
  .ke-queue-button:focus-visible,
  .ke-queue-item.is-current .ke-queue-button {
    background: rgba(244, 241, 233, 0.045);
  }

  .ke-queue-number {
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
  }

  .ke-queue-track {
    display: block;
    overflow: hidden;
    color: var(--ink);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ke-queue-release {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ke-queue-empty {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
    padding: 16px 14px;
  }

  .ke-browser {
    min-width: 0;
  }

  .ke-browser-head {
    display: none;
  }

  .ke-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .ke-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    text-align: left;
    animation: keCardIn 360ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  @keyframes keCardIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .ke-card-main {
    display: grid;
    gap: 10px;
  }

  .ke-card-art {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    border-radius: 7px;
    background:
      linear-gradient(135deg, rgba(244, 241, 233, 0.08), rgba(240, 138, 75, 0.1)),
      #111;
    transition: border-color 160ms ease, transform 160ms ease, filter 160ms ease;
  }

  .ke-card-art::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: "Open";
    border: 1px solid rgba(244, 241, 233, 0.28);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.72);
    color: var(--ink);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    opacity: 0;
    padding: 7px 9px;
    text-transform: uppercase;
    transform: translateY(5px);
    transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
  }

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

  .ke-card-main:hover .ke-card-art,
  .ke-card:focus-visible .ke-card-art,
  .ke-card:active .ke-card-art {
    border-color: rgba(244, 241, 233, 0.36);
    filter: brightness(1.06);
    transform: translateY(-2px);
  }

  .ke-card-main:hover .ke-card-art::after,
  .ke-card:focus-visible .ke-card-art::after,
  .ke-card:active .ke-card-art::after {
    opacity: 1;
    transform: translateY(0);
  }

  .ke-card.is-active .ke-card-art {
    border-color: rgba(240, 138, 75, 0.58);
  }

  .ke-card:focus-visible,
  .ke-card-main:focus-visible,
  .ke-link:focus-visible {
    outline: 1px solid rgba(240, 138, 75, 0.82);
    outline-offset: 5px;
  }

  .ke-card-title {
    display: block;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
    min-height: 30px;
    overflow: hidden;
  }

  .ke-card-meta {
    display: block;
    margin-top: 5px;
    color: var(--muted);
  }

  .ke-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
    margin-top: 2px;
  }

  .ke-link {
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    padding: 0;
    white-space: nowrap;
  }

  .ke-link:hover {
    color: var(--ink);
  }

  .ke-home-return {
    position: fixed;
    left: max(14px, env(safe-area-inset-left, 0px));
    top: max(14px, env(safe-area-inset-top, 0px));
    z-index: 72;
    display: inline-grid;
    width: auto;
    min-width: 124px;
    min-height: 48px;
    place-items: center;
    overflow: visible;
    border: 1px solid rgba(244, 241, 233, 0.14);
    border-radius: 10px;
    background: rgba(5, 5, 5, 0.64);
    color: #d0d4dd;
    font-family: "Tachyon W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.110em;
    line-height: 1;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
  }

  .ke-home-return:hover,
  .ke-home-return:focus-visible {
    border-color: rgba(240, 138, 75, 0.42);
    background: rgba(5, 5, 5, 0.9);
    color: #fff;
    outline: 0;
    transform: translateY(-1px);
  }

  .ke-purchase-row {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
  }

  .ke-purchase-row[hidden] {
    display: none;
  }

  .ke-buy-trigger,
  .ke-buy-checkout,
  .ke-buy-back,
  .ke-buy-stepper button,
  .ke-cart-dock button,
  .ke-cart-foot button {
    border: 1px solid rgba(244, 241, 233, 0.18);
    background: rgba(244, 241, 233, 0.035);
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .ke-buy-trigger {
    min-height: 32px;
    border-color: rgba(240, 138, 75, 0.44);
    border-radius: 999px;
    color: #f08a4b;
    padding: 0 18px;
  }

  .ke-purchase-row span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .ke-buy-trigger:hover,
  .ke-buy-trigger:focus-visible,
  .ke-buy-checkout:hover,
  .ke-buy-checkout:focus-visible,
  .ke-buy-back:hover,
  .ke-buy-back:focus-visible,
  .ke-buy-stepper button:hover,
  .ke-buy-stepper button:focus-visible,
  .ke-cart-dock button:hover,
  .ke-cart-dock button:focus-visible,
  .ke-cart-foot button:hover,
  .ke-cart-foot button:focus-visible {
    border-color: rgba(240, 138, 75, 0.68);
    background: rgba(240, 138, 75, 0.09);
    color: #f4f1e9;
    outline: 0;
  }

  .ke-buy-trigger:active,
  .ke-buy-checkout:active,
  .ke-buy-back:active,
  .ke-buy-stepper button:active,
  .ke-cart-dock button:active,
  .ke-cart-foot button:active {
    transform: translateY(1px);
  }

  html.ke-buy-open,
  html.ke-cart-open,
  html.ke-buy-open body {
    overflow: hidden;
  }

  html.ke-cart-open body {
    overflow: hidden;
  }

  .ke-buy-layer,
  .ke-cart-layer {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: max(14px, env(safe-area-inset-top, 0px)) 14px max(14px, env(safe-area-inset-bottom, 0px));
    color: #f4f1e9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .ke-buy-layer[hidden] {
    display: none;
  }

  .ke-cart-layer {
    z-index: 118;
    place-items: end center;
  }

  .ke-cart-layer[hidden] {
    display: none;
  }

  .ke-buy-scrim,
  .ke-cart-scrim {
    position: absolute;
    inset: 0;
    border: 0;
    background:
      radial-gradient(circle at 50% 8%, rgba(244, 241, 233, 0.08), transparent 36%),
      rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(12px);
    cursor: pointer;
  }

  .ke-cart-dock {
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 70;
  }

  .ke-cart-dock[hidden] {
    display: none;
  }

  .ke-cart-dock button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border-color: rgba(240, 138, 75, 0.44);
    background: rgba(5, 5, 5, 0.82);
    color: #f4f1e9;
    padding: 0 14px;
    backdrop-filter: blur(14px);
  }

  .ke-buy-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, 0.78fr) minmax(0, 1.22fr);
    width: min(690px, calc(100vw - 28px));
    max-height: calc(100svh - 28px);
    overflow: hidden;
    border: 1px solid rgba(244, 241, 233, 0.14);
    border-radius: 10px;
    background:
      linear-gradient(145deg, rgba(244, 241, 233, 0.055), rgba(244, 241, 233, 0.018) 35%, rgba(240, 138, 75, 0.055)),
      #090909;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(244, 241, 233, 0.08);
    animation: keBuyIn 320ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  @keyframes keBuyIn {
    from {
      opacity: 0;
      transform: translateY(18px) scale(0.98);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .ke-buy-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    background: transparent;
    color: rgba(244, 241, 233, 0.84);
    cursor: pointer;
    font: inherit;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
  }

  .ke-buy-close:hover,
  .ke-buy-close:focus-visible {
    color: #fff;
    outline: 0;
  }

  .ke-buy-art {
    position: relative;
    display: grid;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    background: #030303;
  }

  .ke-buy-art img {
    position: relative;
    z-index: 2;
    width: min(205px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.44);
    object-fit: cover;
  }

  .ke-buy-record {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(218px, 42vw);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 50%, #0b0b0b 0 9%, #d4d7dc 10% 12%, #141414 13% 21%, transparent 22%),
      repeating-radial-gradient(circle at 50% 50%, rgba(244, 241, 233, 0.12) 0 1px, rgba(0, 0, 0, 0.9) 1px 4px);
    box-shadow: inset 0 0 32px rgba(244, 241, 233, 0.08), 0 20px 54px rgba(0, 0, 0, 0.48);
    transform: translate(-50%, -50%);
  }

  .ke-buy-copy {
    display: grid;
    align-content: center;
    min-height: 0;
    gap: 8px;
    padding: 18px;
  }

  .ke-buy-kicker,
  .ke-buy-quantity > span,
  .ke-buy-amount > span,
  .ke-cart-foot span,
  .ke-buy-status {
    color: rgba(244, 241, 233, 0.46);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ke-buy-copy h2 {
    margin: 0;
    color: #f4f1e9;
    font-size: clamp(22px, 4.9vw, 34px);
    font-weight: 950;
    line-height: 0.9;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .ke-buy-copy p {
    margin: 0;
  }

  .ke-buy-copy [data-buy-meta] {
    color: rgba(244, 241, 233, 0.58);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.35;
  }

  .ke-buy-price {
    color: #f4f1e9;
    font-size: 23px;
    font-weight: 850;
    line-height: 1;
  }

  .ke-buy-note {
    color: rgba(244, 241, 233, 0.62);
    font-size: 11px;
    line-height: 1.25;
  }

  .ke-buy-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 2px;
  }

  .ke-buy-amount {
    display: grid;
    gap: 6px;
  }

  .ke-buy-amount label {
    display: flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 8px;
    background: rgba(244, 241, 233, 0.035);
    color: #f4f1e9;
    padding: 0 12px;
  }

  .ke-buy-amount label > span {
    color: rgba(244, 241, 233, 0.52);
    font-size: 16px;
    font-weight: 850;
  }

  .ke-buy-amount input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #f4f1e9;
    font: inherit;
    font-size: 16px;
    font-weight: 850;
    outline: 0;
    padding: 0 0 0 8px;
  }

  .ke-buy-amount input::-webkit-outer-spin-button,
  .ke-buy-amount input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .ke-buy-stepper {
    display: grid;
    grid-template-columns: 40px 52px 40px;
    overflow: hidden;
    border: 1px solid rgba(244, 241, 233, 0.16);
    border-radius: 8px;
  }

  .ke-buy-stepper button {
    display: grid;
    min-height: 36px;
    place-items: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(244, 241, 233, 0.025);
    color: #f4f1e9;
    font-size: 20px;
    letter-spacing: 0;
  }

  .ke-buy-stepper button:disabled {
    cursor: not-allowed;
    opacity: 0.32;
  }

  .ke-buy-stepper output {
    display: grid;
    min-height: 36px;
    place-items: center;
    border-right: 1px solid rgba(244, 241, 233, 0.11);
    border-left: 1px solid rgba(244, 241, 233, 0.11);
    background: rgba(244, 241, 233, 0.07);
    color: #f4f1e9;
    font-size: 17px;
    font-weight: 850;
  }

  .ke-buy-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 4px;
  }

  .ke-buy-checkout,
  .ke-buy-back {
    min-height: 38px;
    border-radius: 8px;
  }

  .ke-buy-checkout {
    border-color: rgba(240, 138, 75, 0.48);
    color: #f08a4b;
  }

  .ke-buy-checkout:disabled {
    cursor: not-allowed;
    opacity: 0.42;
  }

  .ke-buy-status {
    display: none;
    min-height: 0;
    letter-spacing: 0.08em;
  }

  .ke-cart-card {
    position: relative;
    width: min(520px, calc(100vw - 28px));
    max-height: min(620px, calc(100vh - 32px));
    overflow: auto;
    border: 1px solid rgba(244, 241, 233, 0.14);
    border-radius: 10px;
    background:
      linear-gradient(145deg, rgba(244, 241, 233, 0.045), rgba(244, 241, 233, 0.016) 40%, rgba(240, 138, 75, 0.045)),
      #090909;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(244, 241, 233, 0.08);
    color: #f4f1e9;
    margin-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  }

  .ke-cart-head,
  .ke-cart-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(244, 241, 233, 0.1);
    padding: 16px 18px;
  }

  .ke-cart-foot {
    display: grid;
    grid-template-columns: 1fr auto;
    border-top: 1px solid rgba(244, 241, 233, 0.1);
    border-bottom: 0;
  }

  .ke-cart-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ke-cart-head button {
    border: 0;
    background: transparent;
    color: rgba(244, 241, 233, 0.78);
    cursor: pointer;
    font: inherit;
    font-size: 28px;
    line-height: 1;
  }

  .ke-cart-list {
    display: grid;
    gap: 0;
    padding: 0;
  }

  .ke-cart-empty {
    margin: 0;
    color: rgba(244, 241, 233, 0.48);
    font-size: 13px;
    font-weight: 750;
    padding: 20px 18px;
  }

  .ke-cart-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto 32px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(244, 241, 233, 0.08);
    padding: 12px 18px;
  }

  .ke-cart-item img {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    object-fit: cover;
  }

  .ke-cart-item strong,
  .ke-cart-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ke-cart-item strong {
    color: #f4f1e9;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .ke-cart-item span {
    margin-top: 4px;
    color: rgba(244, 241, 233, 0.48);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ke-cart-item button {
    border: 0;
    background: transparent;
    color: rgba(244, 241, 233, 0.56);
    cursor: pointer;
    font: inherit;
    font-size: 24px;
    line-height: 1;
  }

  .ke-cart-item .ke-cart-item-checkout {
    min-height: 30px;
    border: 1px solid rgba(240, 138, 75, 0.4);
    border-radius: 999px;
    color: #f08a4b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 0 10px;
    text-transform: uppercase;
  }

  .ke-cart-item .ke-cart-item-checkout:disabled {
    border-color: rgba(244, 241, 233, 0.12);
    color: rgba(244, 241, 233, 0.28);
    cursor: not-allowed;
  }

  .ke-cart-item .ke-cart-remove {
    justify-self: end;
  }

  .ke-cart-foot strong {
    display: block;
    margin-top: 4px;
    color: #f4f1e9;
    font-size: 20px;
    line-height: 1;
  }

  .ke-cart-foot button {
    min-height: 44px;
    border-radius: 8px;
    border-color: rgba(240, 138, 75, 0.48);
    color: #f08a4b;
    padding: 0 18px;
  }

  .ke-cart-foot p {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(244, 241, 233, 0.46);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .ke-site-bridge {
    display: none;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin: clamp(38px, 6vw, 72px) 0 0;
    border-top: 1px solid var(--line);
    padding: 20px 0 0;
    color: var(--soft);
  }

  .ke-archive .ke-site-mark {
    color: #d0d4dd;
    font-family: "Tachyon W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.110em;
    line-height: 1;
    text-transform: uppercase;
  }

  .ke-site-actions,
  .ke-site-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
  }

  .ke-site-actions a {
    min-height: 32px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--soft);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    line-height: 32px;
    padding: 0 12px;
    text-transform: uppercase;
    transition: border-color 160ms ease, color 160ms ease;
  }

  .ke-site-socials a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--soft);
    transition: border-color 160ms ease, color 160ms ease;
  }

  .ke-site-actions a:hover,
  .ke-site-actions a:focus-visible,
  .ke-site-socials a:hover,
  .ke-site-socials a:focus-visible {
    border-color: rgba(244, 241, 233, 0.36);
    color: var(--ink);
    outline: 0;
  }

  .ke-site-socials svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .ke-site-socials .is-fill {
    fill: currentColor;
    stroke: none;
  }

  .ke-empty {
    display: none;
    min-height: 220px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
  }

  .ke-empty.is-visible {
    display: grid;
  }

  .ke-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  @media (max-width: 980px) {
    .ke-intro {
      align-items: start;
    }

    .ke-selected {
      grid-template-columns: minmax(168px, 0.42fr) minmax(0, 0.58fr);
    }

    .ke-panel-side {
      border-top: 1px solid var(--line);
    }

    .ke-tracks {
      column-count: 1;
    }

    .ke-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ke-player {
      grid-template-columns: 40px minmax(160px, 1fr) auto;
      gap: 10px;
    }

    .ke-player-progress {
      grid-column: 1 / -1;
    }
  }

  @media (hover: none), (pointer: coarse) {
    .ke-card-art::after,
    .ke-track-action {
      opacity: 1;
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ke-selected.is-settling .ke-selected-cover,
    .ke-selected.is-settling .ke-panel-info,
    .ke-selected.is-settling .ke-panel-side,
    .ke-card {
      animation: none;
    }
  }

  @media (max-height: 700px) and (min-width: 641px) {
    .ke-buy-card {
      grid-template-columns: minmax(200px, 0.78fr) minmax(0, 1.22fr);
      width: min(660px, calc(100vw - 28px));
    }

    .ke-buy-art {
      padding: 18px;
    }

    .ke-buy-art img {
      width: min(190px, 100%);
    }

    .ke-buy-record {
      width: min(200px, 40vw);
    }

    .ke-buy-copy {
      gap: 8px;
      padding: 16px;
    }

    .ke-buy-copy h2 {
      font-size: clamp(22px, 4.2vw, 32px);
    }

    .ke-buy-price {
      font-size: 22px;
    }

    .ke-buy-note {
      display: none;
    }
  }

  @media (max-width: 640px) {
    html,
    body,
    .ke-archive {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden !important;
    }

    .ke-archive {
      padding-bottom: calc(218px + env(safe-area-inset-bottom, 0px));
    }

    .ke-shell {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .ke-intro {
      display: none !important;
      gap: 14px;
      padding: 0;
    }

    .ke-intro-left {
      gap: 14px;
    }

    .ke-archive .ke-archive-mark,
    .ke-archive .ke-site-mark {
      font-size: 1.20rem;
    }

    .ke-title {
      font-size: 28px;
    }

    .ke-sortbar {
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 2px;
      scrollbar-width: none;
    }

    .ke-sortbar::-webkit-scrollbar {
      display: none;
    }

    .ke-selected {
      grid-template-columns: 1fr;
      gap: 14px;
      margin-bottom: 20px;
      padding: 12px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }

    .ke-selected-cover {
      grid-row: auto;
      max-width: none;
    }

    .ke-selected-cover,
    .ke-panel-info,
    .ke-panel-side,
    .ke-tracks,
    .ke-track,
    .ke-track-button {
      min-width: 0;
      max-width: 100%;
    }

    .ke-panel-title {
      font-size: clamp(28px, 12vw, 43px);
      line-height: 0.94;
    }

    .ke-panel-meta {
      font-size: 12px;
      line-height: 1.45;
    }

    .ke-panel-side {
      gap: 8px;
    }

    .ke-panel-artist,
    .ke-credits,
    .ke-track {
      font-size: 12px;
    }

    .ke-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 12px;
      max-width: 100%;
      overflow: hidden;
      padding: 0 12px;
    }

    .ke-track-button {
      min-height: 44px;
      grid-template-columns: 25px minmax(0, 1fr);
      padding: 9px 0;
    }

    .ke-track-action {
      display: none !important;
    }

    .ke-card-title {
      font-size: 12px;
      min-height: 0;
      overflow-wrap: anywhere;
    }

    .ke-card-meta {
      font-size: 10px;
      line-height: 1.25;
      letter-spacing: 0.12em;
    }

    .ke-link {
      min-height: 30px;
      align-items: center;
      padding: 0 4px 0 0;
      font-size: 9px;
    }

    .ke-purchase-row {
      gap: 8px;
      margin-top: 6px;
    }

    .ke-buy-trigger {
      min-height: 34px;
      padding: 0 15px;
    }

    .ke-purchase-row span {
      font-size: 9px;
    }

    .ke-home-return {
      left: max(10px, env(safe-area-inset-left, 0px));
      top: max(10px, env(safe-area-inset-top, 0px));
      width: auto;
      min-width: 108px;
      min-height: 42px;
      opacity: 0.72;
      font-size: 10px;
      letter-spacing: 0.110em;
      padding: 0 13px;
    }

    .ke-cart-dock {
      right: max(10px, env(safe-area-inset-right, 0px));
      top: max(10px, env(safe-area-inset-top, 0px));
    }

    .ke-cart-dock button {
      min-height: 34px;
      gap: 8px;
      padding: 0 11px;
      font-size: 9px;
    }

    .ke-buy-layer {
      align-items: center;
      padding: 10px 10px max(10px, env(safe-area-inset-bottom, 0px));
    }

    .ke-buy-card {
      grid-template-columns: 1fr;
      width: 100%;
      max-height: calc(100svh - 20px);
      overflow: hidden;
      border-radius: 9px;
    }

    .ke-buy-art {
      min-height: 138px;
      padding: 14px;
      border-radius: 9px 9px 0 0;
    }

    .ke-buy-art img {
      top: auto;
      width: min(132px, 42vw);
      max-width: 100%;
    }

    .ke-buy-record {
      width: min(156px, 50vw);
    }

    .ke-buy-copy {
      gap: 7px;
      padding: 12px;
    }

    .ke-buy-copy h2 {
      font-size: clamp(20px, 7.2vw, 29px);
    }

    .ke-buy-price {
      font-size: 20px;
    }

    .ke-buy-note {
      display: none;
    }

    .ke-buy-quantity {
      align-items: center;
      flex-direction: row;
      gap: 10px;
    }

    .ke-buy-amount label {
      min-height: 36px;
    }

    .ke-buy-amount input {
      font-size: 16px;
    }

    .ke-buy-stepper {
      width: min(190px, 58vw);
      grid-template-columns: 1fr 1.1fr 1fr;
    }

    .ke-buy-actions {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .ke-buy-checkout,
    .ke-buy-back {
      min-height: 38px;
      font-size: 9px;
      letter-spacing: 0.1em;
    }

    .ke-cart-layer {
      align-items: end;
      padding: 10px 10px max(10px, env(safe-area-inset-bottom, 0px));
    }

    .ke-cart-card {
      width: 100%;
      max-height: calc(100svh - 20px);
      border-radius: 9px;
      margin-bottom: 0;
    }

    .ke-cart-foot {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .ke-cart-item {
      grid-template-columns: 46px minmax(0, 1fr) 30px;
    }

    .ke-cart-item img {
      width: 46px;
      height: 46px;
    }

    .ke-cart-item .ke-cart-item-checkout {
      grid-column: 2 / 4;
      justify-self: start;
      margin-top: -4px;
    }

    .ke-cart-foot button {
      width: 100%;
    }

    .ke-site-bridge {
      align-items: start;
      display: grid;
      gap: 16px;
      margin-top: 34px;
      padding-top: 17px;
    }

    .ke-site-actions,
    .ke-site-socials {
      justify-content: flex-start;
    }

    .ke-site-actions a {
      min-height: 34px;
      line-height: 34px;
    }

    .ke-card-art::after {
      display: none;
    }

    .ke-player {
      right: max(10px, env(safe-area-inset-right, 0px));
      bottom: max(50px, calc(44px + env(safe-area-inset-bottom, 0px)));
      left: max(10px, env(safe-area-inset-left, 0px));
      grid-template-columns: 34px minmax(0, 1fr) auto;
      width: auto;
      max-width: calc(100vw - 20px);
      gap: 7px 9px;
      padding: 8px;
      overflow: hidden;
      border-radius: 7px;
      transform: none;
    }

    .ke-player-cover {
      order: 1;
    }

    .ke-player-now {
      order: 2;
    }

    .ke-player-controls {
      display: flex;
      order: 3;
      grid-column: auto;
      gap: 5px;
      justify-content: flex-end;
      width: max-content;
      max-width: 136px;
      min-width: 0;
      overflow: hidden;
    }

    .ke-player-cover {
      width: 34px;
      height: 34px;
    }

    .ke-player-progress {
      order: 4;
      grid-column: 1 / -1;
      grid-row: auto;
      width: 100%;
      min-width: 0;
    }

    .ke-player button {
      justify-self: center;
      min-width: 30px;
      width: 30px;
      min-height: 30px;
      height: 30px;
      padding: 0;
    }

    .ke-player [data-player-toggle] {
      width: 32px;
      min-width: 32px;
    }

    .ke-player [data-queue-toggle] {
      display: none !important;
    }

    .ke-player [data-airplay] {
      display: none !important;
    }

    .ke-player .ke-player-minimize {
      min-width: 30px;
      width: 30px;
      height: 30px;
      min-height: 30px;
    }

    .ke-player-tab {
      right: max(10px, env(safe-area-inset-right, 0px));
      bottom: max(50px, calc(44px + env(safe-area-inset-bottom, 0px)));
      left: max(10px, env(safe-area-inset-left, 0px));
      width: auto;
      max-width: calc(100vw - 20px);
    }

    .ke-queue-panel {
      right: 10px;
      bottom: 138px;
      left: 10px;
      width: calc(100% - 20px);
      max-height: min(42vh, 340px);
    }

    .ke-queue-list {
      max-height: calc(min(42vh, 340px) - 48px);
    }

    .ke-player .ke-icon {
      width: 13px;
      height: 13px;
    }

    .ke-player-progress {
      height: 24px;
      background-size: 100% 3px;
    }

    .ke-player-progress::-webkit-slider-runnable-track {
      height: 3px;
    }

    .ke-player-progress::-webkit-slider-thumb {
      width: 16px;
      height: 16px;
      margin-top: -6.5px;
    }

    .ke-player-progress::-moz-range-track {
      height: 3px;
    }

    .ke-player-progress::-moz-range-thumb {
      width: 16px;
      height: 16px;
    }

    .ke-player-title {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .ke-player-release {
      font-size: 9px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  @media (max-width: 360px) {
    .ke-buy-layer {
      padding-right: 8px;
      padding-left: 8px;
    }

    .ke-buy-art {
      min-height: 122px;
    }

    .ke-buy-art img {
      width: min(116px, 42vw);
    }

    .ke-buy-record {
      width: min(138px, 50vw);
    }

    .ke-buy-copy {
      gap: 6px;
      padding: 10px;
    }

    .ke-buy-copy h2 {
      font-size: clamp(19px, 7vw, 25px);
    }

    .ke-buy-quantity {
      align-items: stretch;
      flex-direction: column;
      gap: 6px;
    }

    .ke-buy-stepper {
      width: 100%;
    }

    .ke-buy-actions {
      grid-template-columns: 1fr;
      gap: 7px;
    }

    .ke-buy-checkout,
    .ke-buy-back {
      min-height: 36px;
    }
  }

  @media (max-width: 380px) {
    .ke-shell {
      width: calc(100% - 18px);
    }

    .ke-grid {
      gap: 16px 9px;
    }

    .ke-card-title {
      font-size: 11px;
    }

    .ke-player {
      right: 8px;
      left: 8px;
      max-width: calc(100vw - 16px);
      gap: 6px 7px;
    }
  }

  /* Purchases stay fully hidden until Gumroad fulfillment is ready. */
  .ke-purchase-row,
  .ke-cart-dock,
  .ke-cart-layer,
  .ke-buy-layer {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
