:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#eee;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:12px;font-family:Inter,sans-serif}@media(min-width:800px){html{font-size:12px}}body{margin:0;padding:0;min-height:100vh;display:grid;place-items:center}canvas{background:#181818;box-shadow:0 24px 48px #0f172a0d;border-radius:4px;width:100%;height:100%}#app{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;height:100vh;width:100vw}#header{display:flex;flex-grow:0;flex-direction:column;align-items:center;justify-content:center;gap:0;padding-bottom:1.2rem;width:100%;border-bottom:1px solid rgba(0,0,0,.35)}#dancefloor{display:flex;flex-grow:1;width:100%;overflow:hidden;position:relative}#footer{display:flex;flex-grow:0;border-top:1px solid rgba(0,0,0,.35);width:100%;justify-content:center;color:#aaa}.enter-club-overlay{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}#join-button{opacity:1;color:#eee;background:#111;display:flex;padding:30px;font-family:sans-serif;justify-content:center;font-size:3rem;border:2px solid #3af;border-radius:.75rem;-webkit-user-select:none;user-select:none;box-shadow:0 0 #9bcdff00;transition:box-shadow .3s ease,opacity .5s ease-out}#join-button:hover{background:#1d1d1d;border-color:#5bf;cursor:pointer;box-shadow:0 0 70px #9bcdff4d}.title{padding:.7rem;font-size:3rem;text-align:center;font-weight:100}.song-card{display:flex;flex-direction:row;align-items:center;background:#181818;border-radius:4px;padding:10px;gap:.25rem;width:calc(100% - 4rem);max-width:500px}.song-card-image{flex:0 0 auto;width:7rem;height:7rem;border-radius:4px;overflow:hidden;background:#0d0d0d;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #2929291a}.song-card-image img{width:100%;height:100%;object-fit:cover;display:block}.song-card-info{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:1rem}.song-card-title{font-size:1.12rem;font-weight:600;color:#f9fafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-card-artist{font-size:1rem;color:#b6bbc4;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-card-links{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#ddd;align-self:flex-end;margin-left:auto}.song-card-link{background:#242424;opacity:.75;border-radius:.4rem;padding:.35rem;margin:0;font-size:0;cursor:pointer}.song-card-link:hover{opacity:1}.song-card-link img{width:2.4rem;height:2.4rem;color:#ddd}
