@font-face {
  font-family: DM Sans;
  src: url(assets/fonts/dm-sans-regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url(assets/fonts/dm-sans-semibold.ttf) format('truetype');
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: Space Mono;
  src: url(assets/fonts/space-mono.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: VT323;
  src: url(assets/fonts/vt323.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f2f1eb;
  --ink: #34372f;
  --muted: #777b6f;
  --line: #ddded4;
  --orange: #dd5d35;
  --lcd: #b5c789;
  --lcd-ink: #35442a;
  --mono: 'Space Mono', monospace;
  --sans: 'DM Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
label {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button {
  border: 0;
}
button,
a,
input,
textarea {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
.file-label:focus-within {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}
button:hover {
  filter: brightness(0.96);
}
a {
  color: inherit;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.svg-defs {
  display: none;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  background: white;
  padding: 12px;
  z-index: 50;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-shell {
  max-width: 1360px;
  padding: 0 64px;
  margin: auto;
}
.site-header {
  height: 108px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.3px;
}
.wordmark-light {
  font-weight: 400;
}
.brand-icon {
  width: 32px;
  height: 35px;
  background: var(--orange);
  color: #fff8ed;
  display: grid;
  place-items: center;
  border-radius: 8px;
  margin-right: 11px;
  transform: rotate(-7deg);
}
.brand-icon svg {
  width: 22px;
  height: 22px;
}
.version {
  font: 8px var(--mono);
  letter-spacing: 0.3px;
  align-self: flex-start;
  margin: 6px 0 0 9px;
  padding: 3px 5px;
  border: 1px solid #c7c9bd;
  border-radius: 3px;
}
.header-note,
.eyebrow,
.studio-label {
  font: 10px var(--mono);
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-note {
  color: #777c6c;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7c8b5f;
  display: inline-block;
  flex-shrink: 0;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  padding: 6px 0;
  font-size: 11px;
  white-space: nowrap;
}
.text-button:hover {
  color: var(--orange);
}
.text-button svg {
  width: 14px;
  height: 14px;
}
.site-header > .text-button {
  font-size: 12px;
}
.site-header > .text-button span {
  font-size: 18px;
  margin-left: 6px;
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, 1fr);
  gap: 70px;
  padding: 53px 0 42px;
  max-width: 1100px;
  margin: auto;
}
.intro .eyebrow {
  margin: 0 0 19px;
  color: #696e60;
  font-size: 9px;
  letter-spacing: 1.15px;
}
.tiny-star {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: var(--orange);
}
h1 {
  font-size: 64px;
  line-height: 1.025;
  letter-spacing: -3.4px;
  font-weight: 600;
  margin: 0;
}
h1 span {
  color: var(--orange);
}
.intro-copy {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 21px 0 30px;
}
.library-nav {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.tab {
  padding: 14px 0 15px;
  position: relative;
  background: none;
  font-size: 12px;
  color: #777b71;
  white-space: nowrap;
}
.tab.active {
  color: var(--ink);
  font-weight: 600;
}
.tab.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
}
.tab > span:not(.tab-count) {
  font-size: 13px;
  margin-left: 2px;
}
.tab-count {
  font: 8px var(--mono);
  padding: 2px 4px;
  border-radius: 3px;
  background: #e1e3d8;
  margin-left: 6px;
  color: #676f59;
}
.search-box {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d9dcd0;
  border-radius: 5px;
  padding: 0 13px;
  margin-top: 21px;
  background: #eeeee6;
}
.search-box:focus-within {
  border-color: #899674;
  box-shadow: 0 0 0 2px #89967415;
}
.search-box svg {
  width: 16px;
  height: 16px;
  color: #808570;
}
.search-box input {
  width: 100%;
  min-width: 0;
  background: none;
  border: 0;
  outline: none !important;
  font-size: 11px;
  color: var(--ink);
  height: 100%;
}
.search-box input::placeholder {
  color: #828778;
}
.search-box kbd {
  font-size: 9px;
  border-color: #d4d7ca;
  background: #f5f5ed;
  min-width: 18px;
  text-align: center;
  color: #8d917f;
}
.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 24px 0 12px;
}
.list-heading h2,
.list-heading > span {
  font: 8px var(--mono);
  letter-spacing: 1.05px;
  margin: 0;
  color: #707862;
}
.list-heading > span {
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #8b907d;
}
.track-list {
  display: grid;
  gap: 5px;
  max-height: 345px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #b8c1a8 transparent;
  padding: 1px 3px 1px 0;
}
.track-row {
  display: flex;
  align-items: center;
  min-height: 73px;
  border: 1px solid transparent;
  position: relative;
  padding: 8px 10px 8px 7px;
  gap: 8px;
  border-radius: 5px;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.track-row:hover {
  background: #e9eade;
}
.track-row.is-current {
  background: #e5e8da;
  border-color: #dce0cc;
}
.track-row.is-current:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 21px;
  bottom: 21px;
  width: 3px;
  background: #819163;
  border-radius: 0 2px 2px 0;
}
.track-select {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 1;
  min-width: 0;
  background: none;
  padding: 0;
  text-align: left;
  align-self: stretch;
}
.track-number {
  width: 17px;
  text-align: center;
  font: 9px var(--mono);
  color: #909580;
  flex-shrink: 0;
}
.row-eq {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 17px;
  color: #6e8054;
}
.row-eq i {
  width: 2px;
  height: 9px;
  background: currentColor;
  animation: mini-eq 0.8s ease-in-out infinite alternate;
}
.row-eq i:nth-child(2) {
  animation-delay: -0.5s;
  height: 14px;
}
.row-eq i:nth-child(3) {
  animation-delay: -0.2s;
  height: 6px;
}
.cover-wrap {
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  position: relative;
}
.cover-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  display: block;
}
.cover-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #0005;
  color: white;
  opacity: 0;
  border-radius: 3px;
  transition: opacity 0.15s;
}
.track-select:hover .cover-play,
.track-select:focus-visible .cover-play {
  opacity: 1;
}
.cover-play svg {
  width: 23px;
  height: 23px;
}
.track-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.track-title {
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
.track-artist {
  font-size: 10px;
  color: #7e8372;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-duration {
  font: 10px var(--mono);
  color: #818775;
  margin-left: auto;
  white-space: nowrap;
}
.favorite {
  background: none;
  padding: 9px 2px 9px 9px;
  color: #949a85;
  display: grid;
  place-items: center;
}
.favorite svg {
  width: 15px;
  height: 15px;
}
.favorite[aria-pressed='true'] {
  color: var(--orange);
}
.favorite[aria-pressed='true'] svg {
  fill: var(--orange);
}
.collection-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.collection-bottom > span {
  font-size: 9px;
  color: #8b907f;
}
.collection-bottom .text-button {
  font-size: 10px;
  gap: 6px;
}
.little-note {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: #909484;
  margin: 26px 0 0;
}
.little-note > span {
  font-size: 20px;
  color: #9eaa8c;
}
.library-note,
.list-status {
  font-size: 12px;
  line-height: 1.65;
  color: #747b69;
}
.list-status {
  padding: 28px 15px;
  text-align: center;
  border: 1px dashed #d5dacb;
  border-radius: 6px;
  margin: 8px 0;
}
.library-note a {
  color: #526845;
}
.library-note {
  margin: 10px 0 15px;
}
.retry-button {
  display: block;
  margin: 12px auto 0;
}
.dropzone {
  border: 1px dashed #cbd2be;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 10px;
  text-align: center;
  background: #eaece1;
}
.dropzone.dragging {
  background: #e0e7d2;
  border-color: #758d58;
}
.dropzone > svg {
  width: 26px;
  height: 26px;
  color: #7f925f;
  margin-bottom: 12px;
}
.dropzone strong {
  font-size: 13px;
}
.dropzone p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--ink);
  color: #fafaf5;
  border: 1px solid var(--ink);
  padding: 11px 16px;
  font-size: 11px;
  border-radius: 4px;
}
.small-button:hover {
  background: #4c5840;
}
.remove-file {
  font-size: 20px;
  padding: 4px 7px;
  background: none;
  color: #7f866f;
}
.player-studio {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding-left: 42px;
  min-width: 0;
}
.studio-label {
  font-size: 8px;
  letter-spacing: 1.45px;
  white-space: nowrap;
  color: #858b78;
  margin: 3px 0 16px;
}
.studio-label .status-dot {
  width: 4px;
  height: 4px;
  background: #a4ae8c;
}
.phone-stage {
  width: 100%;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
}
.phone-stage:before {
  content: '';
  position: absolute;
  width: 330px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #d1d6bf80, transparent 68%);
  z-index: -2;
}
.orbit {
  position: absolute;
  width: 382px;
  height: 382px;
  border: 1px solid #e1e3d7;
  border-radius: 50%;
  z-index: -2;
  top: 88px;
}
.orbit-two {
  width: 308px;
  height: 308px;
  top: 125px;
}
.phone {
  position: relative;
  width: 268px;
  height: 550px;
  flex-shrink: 0;
  padding: 20px 17px 21px;
  background: linear-gradient(
    100deg,
    #354251 0%,
    #485565 12%,
    #3b495a 45%,
    #313d4c 85%,
    #202c38 100%
  );
  border: 2px solid #27313c;
  border-radius: 48px 48px 69px 69px / 44px 44px 65px 65px;
  box-shadow:
    inset 3px 3px 3px #94a2ae80,
    inset -4px -2px 5px #0a121a9c,
    inset 0 -9px 9px #101d2d70,
    7px 12px 1px -6px #15232a26,
    14px 23px 21px -12px #17201f40,
    24px 42px 40px -17px #1825213d;
  transform: scale(var(--phone-scale, 1));
  transition: transform 0.5s ease;
}
.phone:before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px solid #83909b2c;
  border-bottom-color: #111e30;
  border-radius: 43px 43px 64px 64px;
  pointer-events: none;
}
.phone:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 28px;
  background: linear-gradient(90deg, #303b4a, #64717b);
  border-radius: 4px 1px 1px 4px;
  left: -5px;
  top: 130px;
  z-index: -1;
  box-shadow: 0 40px 0 #3b495a;
}
.phone-top {
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.speaker {
  display: flex;
  gap: 4px;
  justify-content: center;
  width: 57px;
  transform: perspective(80px) rotateX(-15deg);
}
.speaker i {
  display: block;
  width: 7px;
  height: 4px;
  border-radius: 5px;
  background: #14212f;
  box-shadow:
    0 1px 0 #8191a465,
    inset 0 1px 1px #000;
}
.phone-brand {
  font-family: Arial, sans-serif;
  letter-spacing: 2.2px;
  font-weight: 700;
  color: #e6e9e4;
  font-size: 15px;
  text-shadow: 0 1px 1px #0b1622;
}
.faceplate {
  position: relative;
  padding: 12px 10px 0;
  background: linear-gradient(
    104deg,
    #dce0d9,
    #cdd2cc 24%,
    #b9c1ba 84%,
    #99a79f
  );
  border: 1px solid #b6c0b9;
  border-top-color: #eef0e7;
  border-radius: 20px 20px 40px 40px / 20px 20px 74px 74px;
  box-shadow:
    0 1px 1px #0008,
    inset 2px 1px 2px #f8fff39e,
    inset -2px 0 3px #525f586b;
  margin-top: 5px;
  height: 296px;
}
.screen-rim {
  padding: 5px;
  background: linear-gradient(125deg, #314035, #798774);
  border-radius: 5px 5px 12px 12px;
  box-shadow:
    0 1px 1px #ecf1e4,
    inset 1px 1px 2px #172219;
}
.lcd {
  height: 192px;
  background: var(--lcd);
  color: var(--lcd-ink);
  font:
    16px/1 'VT323',
    monospace;
  position: relative;
  overflow: hidden;
  padding: 8px 9px 5px;
  box-shadow:
    inset 2px 3px 7px #3d502743,
    inset -1px -1px 3px #d2deb34d;
  border-radius: 2px 2px 5px 5px;
  transition: background 0.25s;
}
.lcd:after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#3243290c 1px, transparent 1px),
    linear-gradient(90deg, #3243290c 1px, transparent 1px);
  background-size: 2px 2px;
  pointer-events: none;
  z-index: 3;
}
.lcd[data-theme='amber'] {
  --lcd: #e1b465;
  --lcd-ink: #624219;
}
.lcd[data-theme='blue'] {
  --lcd: #a2c7d0;
  --lcd-ink: #2c4856;
}
.lcd[data-theme='mono'] {
  --lcd: #c6c9bc;
  --lcd-ink: #3c4336;
}
.lcd-status {
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #35442a66;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.lcd-song-window {
  flex: 1;
  min-width: 0;
  height: 17px;
  margin: 0 7px;
  overflow: hidden;
  display: flex;
}
.lcd-title-ticker {
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  width: max-content;
  margin-inline: auto;
}
.lcd-song-window #lcd-title,
.lcd-title-copy {
  flex-shrink: 0;
  font:
    15px/17px 'VT323',
    monospace;
  letter-spacing: 0;
  white-space: nowrap;
}
.lcd-title-copy {
  display: none;
}
.is-scrolling .lcd-title-copy {
  display: inline;
}
.is-scrolling .lcd-title-ticker {
  animation: lcd-title-scroll var(--title-duration, 8s)
    steps(var(--title-steps, 100), end) infinite;
}
.lcd-song-window:hover .lcd-title-ticker,
.lcd-song-window:focus .lcd-title-ticker {
  animation-play-state: paused;
}
.lcd-song-window:focus-visible {
  outline: 1px dashed var(--lcd-ink);
  outline-offset: 0;
}
@keyframes lcd-title-scroll {
  0%,
  12% {
    transform: translateX(0);
  }
  88%,
  100% {
    transform: translateX(calc(-1 * var(--title-distance)));
  }
}
.lcd-playback-state {
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 15px;
}
.signal-bars {
  flex-shrink: 0;
  display: flex;
  align-items: end;
  gap: 2px;
  height: 10px;
}
.signal-bars i {
  width: 3px;
  background: var(--lcd-ink);
  height: 3px;
}
.signal-bars i:nth-child(2) {
  height: 5px;
}
.signal-bars i:nth-child(3) {
  height: 8px;
}
.signal-bars i:nth-child(4) {
  height: 10px;
}
.battery-icon {
  flex-shrink: 0;
  width: 17px;
  height: 8px;
  border: 1px solid var(--lcd-ink);
  position: relative;
  background: repeating-linear-gradient(
    90deg,
    var(--lcd-ink) 0 3px,
    transparent 3px 4px
  );
  box-shadow: inset 0 0 0 1px var(--lcd);
  margin-top: 1px;
}
.battery-icon:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 1px;
  width: 2px;
  height: 4px;
  background: var(--lcd-ink);
}
.lcd-main {
  position: relative;
  height: 139px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lcd-track-index {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 6px 0 0;
  opacity: 0.75;
}
.pixel-art {
  width: 100px;
  height: 38px;
  position: relative;
  margin: 2px 0 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.pixel-sun {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  right: 16px;
  background: var(--lcd-ink);
  clip-path: polygon(
    25% 0,
    75% 0,
    75% 12%,
    88% 12%,
    88% 25%,
    100% 25%,
    100% 75%,
    88% 75%,
    88% 88%,
    75% 88%,
    75% 100%,
    25% 100%,
    25% 88%,
    12% 88%,
    12% 75%,
    0 75%,
    0 25%,
    12% 25%,
    12% 12%,
    25% 12%
  );
}
.pixel-mountain {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 66px;
  height: 27px;
  background: var(--lcd-ink);
  clip-path: polygon(
    0 100%,
    0 85%,
    10% 85%,
    10% 65%,
    20% 65%,
    20% 45%,
    30% 45%,
    30% 22%,
    40% 22%,
    40% 0,
    50% 0,
    50% 22%,
    60% 22%,
    60% 40%,
    70% 40%,
    70% 63%,
    80% 63%,
    80% 80%,
    90% 80%,
    90% 100%
  );
}
.pixel-mountain.two {
  left: 44px;
  bottom: 1px;
  transform: scale(0.8);
  opacity: 0.65;
}
.pixel-road {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-top: 2px solid var(--lcd-ink);
}
.lcd-title {
  font-size: 24px;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
  line-height: 1;
}
.lcd-artist {
  font-size: 12px;
  letter-spacing: 0.65px;
  opacity: 0.8;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spectrum {
  display: flex;
  gap: 2px;
  align-items: end;
  justify-content: center;
  height: 18px;
  margin: 4px 0 3px;
  opacity: 0.8;
}
.spectrum i {
  width: 3px;
  height: var(--height);
  background: repeating-linear-gradient(
    to top,
    var(--lcd-ink) 0 2px,
    transparent 2px 3px
  );
  transform-origin: bottom;
  min-height: 2px;
}
.is-playing .spectrum i {
  animation: spectrum var(--speed) steps(4, end) infinite alternate;
  animation-delay: var(--delay);
}
.lcd-time {
  font-size: 11px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.lcd-seek {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 12px;
  flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  margin: 0;
  --progress: 0%;
}
.lcd-seek::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(
    to right,
    var(--lcd-ink) var(--progress),
    #35442a22 var(--progress)
  );
  border: 1px solid var(--lcd-ink);
}
.lcd-seek::-moz-range-track {
  height: 3px;
  border: 1px solid var(--lcd-ink);
  background: #35442a22;
}
.lcd-seek::-moz-range-progress {
  background: var(--lcd-ink);
  height: 3px;
}
.lcd-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 3px;
  height: 6px;
  margin-top: -2px;
  background: var(--lcd-ink);
  border: 0;
  border-radius: 0;
}
.lcd-seek::-moz-range-thumb {
  width: 3px;
  height: 6px;
  background: var(--lcd-ink);
  border: 0;
  border-radius: 0;
}
.lcd-softkeys {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #35442a55;
  padding-top: 4px;
  font-size: 12px;
}
.lcd-softkeys span:nth-child(2) {
  font-size: 11px;
}
.soft-buttons {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 0;
}
.soft-buttons button {
  height: 17px;
  width: 52px;
  background: linear-gradient(#e7e9e1, #c0c7bc);
  box-shadow:
    0 1px 2px #0008,
    inset 0 1px 0 white;
  border: 1px solid #929d8e;
  border-radius: 40% 40% 45% 45%;
}
.soft-buttons button:first-child {
  transform: rotate(8deg);
}
.soft-buttons button:last-child {
  transform: rotate(-8deg);
}
.soft-buttons span {
  display: block;
  width: 17px;
  height: 2px;
  background: #727d6b;
  margin: auto;
}
.phone-navigation {
  pointer-events: none;
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 14px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-navigation button {
  pointer-events: auto;
}
.phone-skip {
  width: 44px;
  height: 30px;
  border-radius: 45%;
  color: #4b5b4d;
  background: linear-gradient(#e7eae0, #b7c0b1);
  box-shadow:
    0 2px 2px #0006,
    inset 0 1px 1px white;
  border: 1px solid #8c9a86;
  display: grid;
  place-items: center;
}
.phone-skip:first-child {
  transform: rotate(13deg);
}
.phone-skip:last-child {
  transform: rotate(-13deg);
}
.phone-skip svg {
  width: 19px;
  height: 19px;
}
.dpad {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 65px;
  background: linear-gradient(
    120deg,
    #5b6658,
    #dae2d2 15%,
    #819078 47%,
    #d9dfd0 64%,
    #8a9881
  );
  border: 1px solid #67765d;
  border-radius: 41%;
  box-shadow:
    0 2px 3px #091505bb,
    inset 0 1px 1px #f7fff3;
}
.dpad-play {
  position: absolute;
  width: 43px;
  height: 36px;
  top: 14px;
  left: 12px;
  border-radius: 38%;
  background: linear-gradient(135deg, #a9b59b, #cfdbc0 42%, #92a17e);
  border: 1px solid #778766;
  box-shadow:
    0 1px 2px #293a1d6e,
    inset 0 1px 2px #ebf5dc;
  display: grid;
  place-items: center;
  color: #425435;
}
.dpad-play svg {
  width: 22px;
  height: 22px;
}
.dpad-up,
.dpad-down {
  position: absolute;
  width: 42px;
  height: 15px;
  left: 13px;
  background: none;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 10px;
  color: #4b5a42;
}
.dpad-up {
  top: 0;
}
.dpad-down {
  bottom: 0;
}
.dpad-play:active,
.phone-skip:active,
.soft-buttons button:active {
  box-shadow: inset 0 2px 3px #0005;
  filter: brightness(0.9);
}
.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px 12px;
  padding: 13px 9px 0;
  position: relative;
}
.keypad button {
  height: 30px;
  background: linear-gradient(110deg, #e5e8df, #d2d8cc 42%, #bfc6b9);
  border: 1px solid #929f8f;
  border-radius: 45% 45% 45% 45% / 28% 28% 64% 64%;
  box-shadow:
    0 2px 2px #0c1b20b0,
    inset 1px 1px 1px #fffffbe6,
    inset -1px -2px 2px #64746147;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 3px 1px;
  color: #435045;
  font-family: Arial, sans-serif;
  text-shadow: 0 1px 0 #eef4e280;
}
.keypad button:nth-child(3n + 1) {
  transform: rotate(10deg);
}
.keypad button:nth-child(3n) {
  transform: rotate(-10deg);
}
.keypad button b {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.keypad button span {
  font-size: 8px;
  font-weight: bold;
  letter-spacing: -0.2px;
}
.keypad button:active,
.keypad button.pressed {
  box-shadow:
    inset 1px 1px 3px #1420168c,
    0 1px 0 #89968080;
  filter: brightness(0.85);
}
.phone-bottom {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 5px;
  color: #101f2e;
  text-shadow: 0 1px #7e8c9770;
}
.handwritten {
  position: absolute;
  bottom: 7px;
  right: -4px;
  transform: rotate(-9deg);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #929a83;
  z-index: -1;
}
.player-extras {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 32px;
  height: 32px;
  padding: 6px;
  color: #7b846e;
}
.icon-button svg {
  width: 16px;
  height: 16px;
}
.icon-button[aria-pressed='true'] {
  color: var(--orange);
  background: #e6e7d9;
  border-radius: 4px;
}
.extra-divider {
  height: 13px;
  border-left: 1px solid #d4d9c8;
}
.player-extras input {
  width: 67px;
  accent-color: #7e8c68;
  height: 20px;
  cursor: pointer;
}
.studio-footer {
  margin-top: 19px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 9px;
  color: #8a917e;
}
.studio-footer .text-button {
  font-size: 10px;
}
.studio-footer > span {
  white-space: nowrap;
}
kbd {
  font: 9px var(--mono);
  border: 1px solid #ced3c3;
  padding: 2px 5px;
  border-radius: 3px;
  color: #798367;
  display: inline-block;
}
.studio-footer kbd {
  font-size: 8px;
  padding: 2px 4px;
  margin-right: 4px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 23px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #919580;
  font-size: 9px;
}
.site-footer > span:first-child {
  font: 8px var(--mono);
  letter-spacing: 1px;
}
.site-footer > span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-spark {
  color: #b9bda9;
  font-size: 20px;
}
.site-footer .text-button {
  font-size: 9px;
  color: #7d856c;
}
.lcd-overlay {
  position: absolute;
  inset: 55px 18px auto;
  padding: 14px 4px;
  background: var(--lcd-ink);
  color: var(--lcd);
  text-align: center;
  z-index: 5;
  font-size: 19px;
  box-shadow: 3px 3px 0 #35442a55;
}
.lcd-lyrics {
  width: 100%;
  max-height: 66px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  scrollbar-width: thin;
  scrollbar-color: var(--lcd-ink) transparent;
  margin-top: 5px;
  white-space: pre-wrap;
}
.lcd-main.show-lyrics .pixel-art,
.lcd-main.show-lyrics .spectrum,
.lcd-main.show-lyrics .lcd-artist {
  display: none;
}
.lcd-main.show-lyrics {
  display: grid;
  grid-template-rows: 13px 15px minmax(0, 1fr) 11px 12px;
  align-items: stretch;
}
.lcd-main.show-lyrics .lcd-track-index {
  padding-top: 3px;
  font-size: 9px;
}
.lcd-main.show-lyrics .lcd-title {
  font-size: 17px;
  line-height: 1.1;
  margin-top: 0;
}
.lcd-main.show-lyrics .lcd-lyrics {
  max-height: none;
  min-height: 0;
  margin: 0;
  padding: 4px 0;
  overflow-wrap: anywhere;
}
.lcd-lyrics[data-mode='timed'] {
  display: grid;
  grid-template-rows: 12px minmax(0, 1fr) 12px;
  gap: 2px;
  overflow: hidden;
}
.lcd-lyrics[data-mode='empty'] {
  display: grid;
  align-content: center;
  font-size: 17px;
  line-height: 1.25;
}
.lyric-before,
.lyric-after {
  opacity: 0.45;
  font-size: 11px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lyric-current {
  font-size: 19px;
  line-height: 1.05;
  margin: 0;
  max-height: 100%;
  align-self: center;
  overflow: auto;
  scrollbar-width: thin;
  background: var(--lcd-ink);
  color: var(--lcd);
  padding: 4px 5px;
  border-radius: 0;
  text-shadow: none;
  box-shadow: 2px 2px 0 color-mix(in srgb, var(--lcd-ink) 30%, transparent);
}
@media (prefers-reduced-motion: reduce) {
  .lcd-song-window {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .lcd-title-copy {
    display: none;
  }
}
.dialog {
  width: min(460px, calc(100% - 32px));
  border: 1px solid #d2d7c6;
  border-radius: 13px;
  background: var(--paper);
  color: var(--ink);
  padding: 28px;
  box-shadow: 0 30px 100px #10200844;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}
.dialog::backdrop {
  background: #1b221b55;
  backdrop-filter: blur(6px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 22px;
}
.dialog-heading .eyebrow {
  font-size: 9px;
  color: #8a907b;
  margin-top: 0;
}
.dialog h2 {
  font-size: 31px;
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin: 7px 0 13px;
}
.dialog p {
  font-size: 13px;
  line-height: 1.75;
  color: #6d7561;
}
.dialog .muted,
.muted {
  font-size: 11px;
  line-height: 1.6;
  color: #818975;
}
.theme-picker {
  border: 0;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.theme-picker legend {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}
.theme-picker label {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
  color: #6e7762;
  cursor: pointer;
}
.theme-picker input {
  position: absolute;
  top: 12px;
  opacity: 0;
}
.theme-picker label span {
  display: block;
  width: 44px;
  height: 33px;
  background: var(--swatch);
  border-radius: 5px;
  box-shadow: inset 0 1px 4px #29362022;
  border: 3px solid var(--paper);
  outline: 1px solid #d3d7c9;
}
.theme-picker input:checked + span {
  outline: 2px solid #71805d;
}
.theme-picker input:focus-visible + span {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}
.setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 12px;
}
.setting-row > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.setting-row small {
  font-size: 10px;
  color: #8a927d;
}
.setting-row input[type='checkbox'] {
  accent-color: #6b8054;
  width: 17px;
  height: 17px;
}
.setting-block {
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin-top: 18px;
  font-size: 12px;
}
.setting-block > input[type='range'] {
  width: 100%;
  accent-color: #778b60;
}
.setting-block .setting-row {
  margin-bottom: 8px;
}
.setting-block textarea {
  width: 100%;
  border: 1px solid #ccd3be;
  background: #e9edde;
  padding: 11px;
  border-radius: 4px;
  resize: vertical;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
}
.dialog-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}
.file-label {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.about-note {
  padding: 18px;
  background: #e6eadc;
  border: 1px solid #d6ddc9;
  border-radius: 5px;
  margin: 23px 0;
}
.about-note strong {
  font-size: 12px;
}
.about-note p {
  margin-bottom: 0;
  font-size: 12px;
}
.shortcut-list {
  margin: 0;
}
.shortcut-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.shortcut-list dt {
  min-width: 115px;
}
.shortcut-list dd {
  margin: 0;
  font-size: 12px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #34412d;
  color: #f6f7ef;
  padding: 13px 22px;
  font-size: 12px;
  z-index: 100;
  border-radius: 6px;
  box-shadow: 0 8px 30px #27301d33;
  max-width: calc(100% - 32px);
  text-align: center;
  line-height: 1.6;
}
.noscript {
  padding: 20px;
  text-align: center;
}
.source-link {
  font: 9px var(--mono);
  color: #75835f;
  margin-right: 3px;
}
.is-loading .lcd-status {
  animation: loading-pulse 1s ease-in-out infinite alternate;
}
@keyframes spectrum {
  from {
    transform: scaleY(0.25);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes mini-eq {
  from {
    transform: scaleY(0.4);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes loading-pulse {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .site-shell {
    max-width: 1400px;
  }
  .workspace {
    gap: 100px;
    padding-top: 65px;
    padding-bottom: 58px;
  }
  .phone-stage {
    min-height: 630px;
  }
  .phone {
    --phone-scale: 1.06;
  }
  h1 {
    font-size: 70px;
  }
  .intro-copy {
    margin-bottom: 37px;
  }
  .track-row {
    min-height: 78px;
  }
  .studio-footer {
    margin-top: 24px;
  }
}
@media (max-width: 1150px) {
  .site-shell {
    padding: 0 36px;
  }
  .workspace {
    gap: 35px;
  }
  .player-studio {
    padding-left: 25px;
  }
  .orbit {
    width: 315px;
    height: 315px;
    top: 125px;
  }
  .orbit-two {
    width: 260px;
    height: 260px;
    top: 150px;
  }
  h1 {
    font-size: 58px;
  }
  .library-nav {
    gap: 23px;
  }
  .track-select {
    gap: 9px;
  }
  .handwritten {
    right: -8px;
    font-size: 15px;
  }
  .collection-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .little-note {
    margin-top: 18px;
  }
  .studio-footer {
    gap: 16px;
  }
}
@media (max-width: 850px) and (min-width: 701px) {
  .site-shell {
    padding: 0 24px;
  }
  .workspace {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  }
  .player-studio {
    padding-left: 15px;
  }
  .header-note {
    display: none;
  }
  h1 {
    font-size: 49px;
  }
  .intro-copy {
    font-size: 12px;
  }
  .phone {
    --phone-scale: 0.89;
  }
  .phone-stage {
    min-height: 540px;
  }
  .studio-label {
    letter-spacing: 0.7px;
    font-size: 7px;
  }
  .handwritten {
    bottom: 10px;
    right: 6px;
  }
  .orbit {
    width: 270px;
    height: 270px;
  }
  .orbit-two {
    width: 220px;
    height: 220px;
  }
  .library-nav {
    gap: 17px;
  }
  .tab {
    font-size: 11px;
  }
  .track-number {
    display: none;
  }
  .track-row {
    padding-left: 6px;
  }
  .cover-wrap {
    width: 43px;
    height: 43px;
  }
  .track-title {
    font-size: 12px;
  }
  .track-artist {
    font-size: 9px;
  }
  .track-duration {
    font-size: 9px;
  }
  .studio-footer {
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
  }
  .site-footer > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 700px) {
  .site-shell {
    padding: 0 23px;
  }
  .site-header {
    height: 79px;
  }
  .wordmark {
    font-size: 22px;
  }
  .brand-icon {
    width: 28px;
    height: 30px;
    border-radius: 7px;
    margin-right: 8px;
  }
  .version {
    font-size: 7px;
    margin-left: 6px;
  }
  .header-note {
    display: none;
  }
  .site-header > .text-button {
    font-size: 11px;
  }
  .workspace {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 36px 0 27px;
    max-width: 470px;
  }
  .intro {
    text-align: center;
  }
  .intro .eyebrow {
    justify-content: center;
    font-size: 8px;
    margin-bottom: 17px;
  }
  h1 {
    font-size: clamp(40px, 12vw, 52px);
    letter-spacing: -2.5px;
  }
  .intro-copy {
    font-size: 12px;
    margin: 17px 0 27px;
    line-height: 1.7;
  }
  .collection {
    display: contents;
  }
  .intro {
    order: 0;
  }
  .player-studio {
    order: 1;
    border-left: 0;
    padding: 0 0 27px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 25px;
  }
  .studio-label {
    display: none;
  }
  .phone-stage {
    min-height: 565px;
  }
  .phone {
    --phone-scale: 0.95;
  }
  .phone-stage:before {
    height: 480px;
    width: 100%;
  }
  .orbit {
    width: min(340px, 95%);
    height: 340px;
    top: 95px;
  }
  .orbit-two {
    width: 270px;
    height: 270px;
    top: 130px;
  }
  .handwritten {
    right: 0;
    bottom: 2px;
    font-size: 15px;
  }
  .player-extras {
    margin-top: 4px;
    gap: 17px;
  }
  .player-extras input {
    width: 85px;
  }
  .studio-footer {
    margin-top: 14px;
    gap: 31px;
  }
  .library {
    order: 2;
    scroll-margin-top: 20px;
  }
  .library-nav {
    gap: 27px;
  }
  .tab {
    padding-top: 0;
    font-size: 12px;
  }
  .tab-count {
    margin-left: 5px;
  }
  .search-box {
    margin-top: 20px;
  }
  .list-heading {
    margin-top: 25px;
  }
  .track-row {
    min-height: 76px;
  }
  .cover-wrap {
    width: 53px;
    height: 53px;
  }
  .track-select {
    gap: 11px;
  }
  .track-title {
    font-size: 13px;
  }
  .track-artist {
    font-size: 10px;
  }
  .collection-bottom {
    flex-direction: row;
    align-items: center;
  }
  .collection-bottom > span {
    font-size: 8px;
  }
  .collection-bottom .text-button {
    font-size: 9px;
  }
  .little-note {
    order: 3;
    margin: 23px 0 0;
    justify-content: center;
    font-size: 9px;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 8px;
    padding: 20px 0 25px;
    gap: 12px;
  }
  .site-footer > span:nth-child(2) {
    display: none;
  }
  .site-footer > span:first-child {
    font-size: 7px;
  }
  .site-footer .text-button {
    font-size: 8px;
  }
  .dialog {
    padding: 23px;
  }
}
@media (max-width: 360px) {
  .site-shell {
    padding: 0 17px;
  }
  h1 {
    font-size: 40px;
  }
  .version {
    display: none;
  }
  .phone {
    --phone-scale: 0.9;
  }
  .phone-stage {
    min-height: 530px;
  }
  .handwritten {
    font-size: 12px;
  }
  .library-nav {
    gap: 19px;
  }
  .collection-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .track-number {
    width: 12px;
  }
  .track-select {
    gap: 8px;
  }
  .track-duration {
    font-size: 9px;
  }
  .studio-footer {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
