.vinyl-cover{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.vinyl-bg{object-fit:cover;object-position:center;filter:brightness(.9);width:100%;height:100%}.label-svg{width:100%;height:100%;position:absolute;inset:0}.label-bg{fill:#f5f5f5;opacity:.9}.label-text{fill:#111;letter-spacing:1px;font-family:system-ui,sans-serif}.label-text.artist{font-size:16px;font-weight:600}.label-text.title{font-size:9px}*{box-sizing:border-box}html{font-size:clamp(14px,.6vw + 10px,18px)}html,body,#root{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#app{min-width:470px;padding:.6rem .8rem}a{color:var(--text)}.header{background:linear-gradient(165deg,#6fe6ff 0%,#15d2f8 50%,#0ea9c7 100%);border:1px solid #fdd29d;border-radius:5px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:12px;padding:.6rem;display:flex}.subhead{border:1px solid #fdd29d;border-radius:5px;flex-direction:column;align-items:center;margin-bottom:40px;padding:10px;display:flex}.subhead .paragraph{font-size:1.4rem}.upper{text-transform:uppercase}.logo{max-height:7rem}.logotext{max-height:5.5rem}.logoright{display:block}.list{flex-direction:column;gap:5px;display:flex}.item{background:#c8c8c80d;border:1px solid #b6b6b6;border-radius:4px;align-items:center;gap:1.5rem;display:flex}.item.current{background:linear-gradient(175deg, rgba(var(--accent), .2), rgba(var(--accent), .5))}.artimg{object-fit:cover;width:100%;height:100%}.meta{flex-direction:column;flex:1;gap:10px;margin:0 .75rem;font-size:1.6rem;display:flex}.artist{opacity:.7;font-weight:600}.title{opacity:.6}.songline{justify-content:space-between;width:100%;display:flex}.runtime{opacity:.6;margin:0 12px}.coming{background:linear-gradient(175deg, rgba(var(--accent), .1), rgba(var(--accent), .4));border:1px solid #b6b6b6;border-radius:3px;padding:6px 12px}.played{background:linear-gradient(175deg, rgba(var(--accent), .05), rgba(var(--accent), .1));border:1px solid #b6b6b6;border-radius:3px;padding:6px 12px}.muted{opacity:.6}:root{--bg:#f2f6ff;--text:#111827;--accent:255,150,31}.header{font-size:3rem}.column{flex-direction:column;gap:6px;display:flex}.columns{grid-template-columns:1fr 1fr;gap:12px;margin-top:40px;display:grid}@media (width<=740px){.columns{grid-template-columns:1fr}.played-col{margin-top:20px}.header{justify-content:space-evenly;gap:20px}.logoright{display:none}}@media (width<=600px){.logotext{max-height:80px}.logo{max-height:90px}}.column-title{opacity:.7;margin:0 0 4px 12px;font-size:1.3rem;font-weight:600}.played-col{opacity:.8}
