:root{--glass-bg: rgba(45, 20, 15, .42);--glass-border: 1px solid rgba(255, 255, 255, .48);--glass-blur: blur(28px) saturate(180%);--text-main: #fff;--text-sub: rgba(255, 255, 255, .7);--accent-green: #25D366;--pill-bg: rgba(255, 255, 255, .1);--pill-hover: rgba(255, 255, 255, .2)}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:Inter,sans-serif;color:var(--text-main);overflow:hidden}body{background-image:url(/newBG.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.glass-panel{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-top:var(--glass-border);border-left:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e}.app-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.top-header{display:flex;justify-content:center;align-items:center;padding:16px 32px;border-radius:0 0 24px 24px}.clock{font-family:Roboto Mono,monospace;font-size:1.25rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}.bottom-player{position:absolute;bottom:0;left:0;width:100%;padding:0 32px 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.player-pill{width:100%;max-width:900px;border-radius:9999px;padding:12px 32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.player-left{display:flex;align-items:center;gap:16px;flex:1;min-width:300px}.album-art-container{width:56px;height:56px;border-radius:50%;overflow:hidden;box-shadow:0 4px 10px #00000080;background:#111;border:2px solid rgba(255,255,255,.2)}.track-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .1s linear}.track-thumbnail.spinning{animation:spin 4s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.track-meta{flex:1}.track-title{font-weight:600;font-size:1rem;margin-bottom:2px}.track-artist{font-size:.75rem;color:var(--text-sub);margin-bottom:6px}.seekbar-container{display:flex;align-items:center;gap:8px;font-size:.7rem;color:var(--text-sub);font-family:Roboto Mono,monospace}.seek-slider{flex:1;-webkit-appearance:none;height:4px;background:#fff3;border-radius:2px;outline:none}.seek-slider::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer;transition:transform .1s}.seek-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.player-right{display:flex;align-items:center;gap:20px}.control-btn{background:none;border:none;color:var(--text-main);font-size:1.25rem;cursor:pointer;transition:color .2s,transform .2s}.control-btn:hover{color:#ccc;transform:scale(1.1)}.play-pause-btn{width:48px;height:48px;background:#f0f0f0;color:#111;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;padding-left:3px;box-shadow:0 4px 10px #0000004d}.play-pause-btn.playing{padding-left:0}.play-pause-btn:hover{background:#fff;color:#000;transform:scale(1.05)}.volume-control{display:flex;align-items:center;gap:8px}.volume-slider{width:80px;-webkit-appearance:none;height:4px;background:#fff3;border-radius:2px;outline:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer}.tap-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer}.tap-banner{padding:16px 32px;border-radius:9999px;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:12px;animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width: 768px){.top-header{flex-direction:column;gap:16px;padding:16px}.player-pill{flex-direction:column;padding:16px;border-radius:24px}.player-right{width:100%;justify-content:space-between}.bottom-player{padding:0 16px 16px}}
