@import"https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Zilla Slab,serif;background:linear-gradient(135deg,#fbeaff 0%,#e0c3fc 100%);min-height:100vh}.App{text-align:center;color:#4b4b4b;max-width:800px;margin:0 auto;padding:20px}h1{color:#845ec2;font-size:2.5rem;text-shadow:2px 2px 0px rgba(0,0,0,.1);margin-bottom:.5em}.currently-playing{background:rgba(255,255,255,.7);backdrop-filter:blur(8px);border-radius:20px;padding:20px;width:100%;margin:30px 0;border:2px solid #00c9a7;box-shadow:0 0 20px #00c9a733;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.cp-label{font-size:1rem;text-transform:uppercase;letter-spacing:2px;color:#666;margin:0;font-weight:700;white-space:nowrap}.cp-title{font-size:2.2rem;font-weight:700;color:#845ec2;line-height:1;text-transform:none;text-shadow:1px 1px 0px rgba(255,255,255,.5);text-align:left}ul{list-style:none;padding:0}.song-list{display:flex;flex-direction:column;gap:15px;padding:0}.song-item{display:flex;align-items:center;background:white;padding:15px;border-radius:15px;box-shadow:0 4px 6px #845ec21a;border:2px solid transparent;transition:all .3s ease}.song-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 20px #845ec233}.song-current{border:2px solid #00c9a7;background-color:#f0fffa;box-shadow:0 0 15px #00c9a766;position:relative;overflow:hidden;animation:pulse 2s infinite}.song-current:before{content:"";position:absolute;left:0;top:0;height:100%;width:6px;background:#00c9a7}.song-img{height:80px;width:80px;object-fit:cover;border-radius:10px;margin-right:20px;box-shadow:2px 2px 5px #0003}.song-info{display:flex;flex-direction:column;align-items:flex-start}.song-title{margin:0;font-size:1.4rem;color:#845ec2}.song-artist{margin:5px 0 0;color:#666;font-size:1rem}.stats-container{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:20px;padding:25px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.5);margin-top:40px;width:100%}.stats-container h2{color:#845ec2;margin-top:0;border-bottom:2px solid #e0c3fc;padding-bottom:10px;margin-bottom:20px}.stats-list{list-style:none;padding:0;margin:0}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;margin-bottom:8px;background-color:#fff;border-radius:10px;font-weight:700;color:#555;transition:transform .2s;box-shadow:0 2px 4px #0000000d}.stat-item:hover{transform:scale(1.02);background-color:#fcfcfc}.stat-badge{background-color:#00c9a7;color:#fff;padding:5px 12px;border-radius:20px;font-size:.9rem;box-shadow:0 2px 5px #00c9a766}.total-count{margin-top:20px;padding-top:15px;border-top:2px dashed #ccc;font-size:1.2rem;color:#845ec2;font-weight:800;letter-spacing:1px}@keyframes pulse{0%{box-shadow:0 0 #00c9a7b3}70%{box-shadow:0 0 0 10px #00c9a700}to{box-shadow:0 0 #00c9a700}}
