*{box-sizing:border-box;margin:0;padding:0}body{color:#eee;background:#1a1a2e;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.admin-container{max-width:600px;margin:0 auto;padding:20px}.admin-container h1{text-align:center;color:#00d9ff;margin-bottom:30px}.section{background:#16213e;border-radius:12px;margin-bottom:20px;padding:20px}.section h2{color:#00d9ff;margin-bottom:15px;font-size:1.1rem}.upload-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d9ff,#09c);border:none;border-radius:8px;padding:10px 20px;font-size:14px;transition:transform .2s,opacity .2s}.upload-btn:hover:not(:disabled){transform:translateY(-2px)}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.error{color:#ff6b6b;margin-left:10px;font-size:12px}.loop-song-info{align-items:center;gap:10px;display:flex}.song-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.remove-btn{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:6px;padding:6px 12px;font-size:12px}.remove-btn:hover{background:#f34}.queue-actions{gap:10px;margin-bottom:15px;display:flex}.clear-btn{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:8px;padding:10px 20px;font-size:14px}.queue-list{flex-direction:column;gap:8px;display:flex}.queue-empty{color:#888;text-align:center;padding:20px}.queue-item{background:#1a1a2e;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.queue-item.active{background:#0f3460;border-left:3px solid #00d9ff}.queue-index{background:#0f3460;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.queue-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.controls{gap:10px;display:flex}.control-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-size:16px;transition:transform .2s}.control-btn:first-child{color:#fff;background:linear-gradient(135deg,#00d9ff,#09c)}.control-btn:last-child{color:#fff;background:#0f3460}.control-btn:hover:not(:disabled){transform:translateY(-2px)}.control-btn:disabled{opacity:.5;cursor:not-allowed}.now-playing{background:#0f3460;border-radius:8px;margin-top:15px;padding:15px}.current-info{align-items:center;gap:10px;margin-bottom:8px;display:flex}.mode-badge{color:#1a1a2e;background:#00d9ff;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700}.time-display{color:#888;font-size:14px}.player-link{background:0 0;border:1px dashed #0f3460}.player-link code{word-break:break-all;background:#0f3460;border-radius:6px;margin-top:10px;padding:10px;font-family:monospace;display:block}.player-container{background:linear-gradient(135deg,#1a1a2e,#16213e);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.player-info{text-align:center}.song-title{justify-content:center;align-items:center;gap:10px;margin-bottom:10px;font-size:24px;display:flex}.loop-icon{font-size:20px}.no-song{color:#888;font-size:18px}.loading-overlay{background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:3px solid #0f3460;border-top-color:#00d9ff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.playing-indicator{align-items:flex-end;gap:4px;height:30px;margin-top:20px;display:flex}.bar{background:#00d9ff;border-radius:3px;width:6px;animation:.5s infinite alternate sound}.bar:first-child{height:10px;animation-delay:0s}.bar:nth-child(2){height:20px;animation-delay:.1s}.bar:nth-child(3){height:15px;animation-delay:.2s}@keyframes sound{0%{height:5px}to{height:25px}}
