:root{--background-color: transparent;--surface-color: transparent;--hover-color: rgba(30, 30, 30, .5);--primary-text-color: #ffffff;--secondary-text-color: #b3b3b3;--accent-color: #333;--active-accent-color: #ffffff;--active-text-color: #000000;--border-color: #333;--spotify-color: #1DB954;--apple-color: #FA243C;--youtube-color: #FF0000;--universal-color: #4a90e2;--brand-color: #D93A6E;--time-text-color: #8a8a8a}.hidden{display:none!important}body{background-color:var(--background-color);color:var(--primary-text-color);font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:20px;box-sizing:border-box}.container{background-color:var(--surface-color);border-radius:12px;padding:24px;width:100%;max-width:400px}.header{display:flex;align-items:center;gap:12px;margin-bottom:20px;border-bottom:1px solid var(--border-color);padding-bottom:16px;position:relative;min-height:50px}.header .logo{fill:var(--primary-text-color)}h2{font-size:24px;font-weight:600;margin:0;color:var(--brand-color)}.stream-links{margin-left:auto;display:flex;align-items:center;gap:8px;height:60px}.stream-logo-btn{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;outline:none}.stream-logo-img{width:40px;height:40px;border-radius:4px;object-fit:cover;border:1px solid var(--border-color);filter:brightness(.8)}.stream-logo-btn.active .stream-logo-img{width:65px;height:65px;border:2px solid var(--primary-text-color);box-shadow:0 4px 15px #0009;filter:brightness(1)}.lists-container{position:relative;min-height:100px}.history-list{display:flex;flex-direction:column;gap:16px}.song-item{display:flex;align-items:center;gap:16px;padding:8px;border-radius:8px;max-height:100px;opacity:1}.album-cover{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0;background-color:#ffffff0d;transition:opacity .3s ease}.song-info{display:flex;flex-direction:column;justify-content:center;min-width:0;flex-grow:1}.song-info p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artist{font-size:16px;font-weight:600;color:var(--brand-color);margin-bottom:4px}.title{font-size:14px;color:var(--secondary-text-color)}.song-time{font-size:11px;color:var(--time-text-color);margin-top:2px}.song-actions{display:flex;align-items:center;gap:4px;margin-left:auto;padding-left:16px}.action-button{background:transparent;border:none;cursor:pointer;padding:6px;border-radius:50%;color:var(--primary-text-color);opacity:.7}.action-button:hover{opacity:1;background:#ffffff1a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s}.modal-content{background:#121212;border-radius:16px;padding:24px;width:90%;max-width:350px;border:1px solid var(--border-color)}.store-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-radius:8px;text-decoration:none;color:#fff;font-weight:600;margin-bottom:8px}.store-btn.spotify{background:var(--spotify-color)}.store-btn.apple{background:var(--apple-color)}.store-btn.youtube{background:var(--youtube-color)}.store-btn.universal{background:var(--universal-color)}
