body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(ellipse at center,#ac0d0d 0,#830c0c 50%,#580909 100%);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App,body{min-height:100vh}.listener-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.radio-player{background:#0000;max-width:1200px;padding:3rem;text-align:center;width:100%}.radio-logo{margin-bottom:2rem}.radio-title{align-items:center;display:flex;flex-direction:column;gap:.5rem}.radio-title-main{color:#f5e6a3;font-size:3.5rem;font-weight:700;letter-spacing:.1em;margin:0;text-shadow:0 0 30px #f5e6a380}.radio-title-sub{color:#fff6ce;font-size:2.8rem;font-weight:700;letter-spacing:.15em;margin:0;text-shadow:0 0 30px #fff8d880}.radio-icon{display:none}.now-playing{margin-bottom:2rem}.now-playing .label{color:#fff9;font-size:.9rem;margin-bottom:.5rem}.now-playing .track-name{color:#ffffffe6;font-size:1.1rem;font-weight:500;min-height:1.5em}.play-button{-webkit-text-fill-color:#fff;background:#ffffff1a;border:3px solid #fff9;border-radius:50%;box-shadow:none;color:#fff;cursor:pointer;font-size:2.5rem;font-variant-emoji:text;height:100px;text-shadow:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;width:100px}.play-button:hover{background:#ffffff26;border-color:#fffc;box-shadow:none;transform:scale(1.05)}.play-button.playing{background:#fff3;border-color:#ffffffb3;box-shadow:none;font-size:2rem;font-weight:100}.volume-control{align-items:center;display:flex;gap:.5rem;justify-content:center}.volume-icon{cursor:pointer;font-size:1.2rem;transition:transform .2s;-webkit-user-select:none;user-select:none}.volume-icon:hover{transform:scale(1.1)}.volume-control input[type=range]{-webkit-appearance:none;appearance:none;background:#ffffff4d;border-radius:4px;cursor:pointer;height:8px;outline:none;width:150px}.volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#b22222;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0006;cursor:pointer;height:18px;margin-top:-5px;width:18px}.volume-control input[type=range]::-webkit-slider-runnable-track{background:#ffffff4d;border-radius:4px;height:8px}.volume-control input[type=range]::-moz-range-thumb{background:#b22222;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0006;cursor:pointer;height:18px;width:18px}.volume-control input[type=range]::-moz-range-track{background:#ffffff4d;border-radius:4px;height:8px}.youtube-notice{background:#f003;border-radius:10px;font-size:.9rem;margin-top:1rem;padding:1rem}body:has(.admin-container){background:#22254f}.admin-container{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f0f1a);box-shadow:0 0 100px #000c;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.admin-container h1{color:#fff;margin-bottom:2rem}.section{background:#ffffff14;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:1.5rem}.section h2{border-bottom:1px solid #ffffff1a;color:#fff;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.stream-control{display:flex;flex-direction:column;gap:1rem}.current-track{font-size:1.1rem}.control-buttons{display:flex;gap:.5rem}.control-buttons button{background:#e94560;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background .3s}.control-buttons button:hover{background:#ff6b6b}.playlist,.track-list,.youtube-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.playlist-item,.track-item,.youtube-item{align-items:center;background:#ffffff0d;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background .3s}.playlist-item:hover,.track-item:hover,.youtube-item:hover{background:#ffffff1a}.track-number{color:#aaa;width:30px}.track-name{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.track-actions{display:flex;gap:.25rem}.track-actions button{align-items:center;background:#ffffff1a;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .3s;width:32px}.track-actions button:hover{background:#e94560}.track-actions button.danger:hover{background:#dc3545}.track-actions button:disabled{cursor:not-allowed;opacity:.3}.youtube-add{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.youtube-add input{background:#ffffff1a;border:none;border-radius:8px;color:#fff;flex:1 1;min-width:200px;padding:.75rem}.youtube-add input::placeholder{color:#aaa}.youtube-add button{background:#e94560;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem}input[type=file]{background:#ffffff1a;border-radius:8px;color:#fff;padding:1rem;width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.live-badge{animation:pulse 2s infinite;background:#8b0000cc;border:1px solid #fff3;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;margin-top:.5rem;padding:.25rem .75rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.offline-message{color:#ffffff80;margin-bottom:1rem}.listeners-count{color:#ffffff80;font-size:.9rem;margin-top:1rem}.play-button:disabled{cursor:not-allowed;opacity:.5}.status-live{color:#4caf50;font-weight:700}.status-offline{color:#f44336}.start-btn{background:#4caf50!important}.start-btn:hover{background:#66bb6a!important}.stop-btn{background:#f44336!important}.stop-btn:hover{background:#ef5350!important}.control-buttons button:disabled{cursor:not-allowed;opacity:.5}.hint{color:#aaa;font-size:.85rem;margin-bottom:1rem}.in-playlist{color:#4caf50;font-size:.85rem;padding:.25rem .5rem}.playlist-item.now-playing{background:#e9456033;border-left:3px solid #e94560}.track-actions button{font-size:.85rem;min-width:32px;padding:.25rem .5rem;width:auto}.notification{animation:slideIn .3s ease,fadeOut .3s ease 3.7s;border-radius:10px;box-shadow:0 4px 20px #0000004d;color:#fff;font-weight:500;padding:1rem 1.5rem;position:fixed;right:20px;top:80px;z-index:1000}.notification.success{background:linear-gradient(135deg,#4caf50,#66bb6a)}.notification.error{background:linear-gradient(135deg,#f44336,#ef5350)}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.upload-area{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.upload-button{background:linear-gradient(135deg,#e94560,#ff6b6b);border-radius:10px;box-shadow:0 4px 15px #e945604d;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.upload-button:hover{box-shadow:0 6px 20px #e9456066;transform:translateY(-2px)}.upload-button.disabled{cursor:not-allowed;opacity:.6;transform:none}.upload-progress-container{max-width:400px;width:100%}.upload-file-name{color:#aaa;font-size:.9rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar{background:#ffffff1a;border-radius:4px;height:8px;overflow:hidden}.progress-fill{animation:progressPulse 1s infinite;background:linear-gradient(90deg,#e94560,#ff6b6b);border-radius:4px;height:100%;transition:width .3s ease}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.8}}.progress-text{color:#e94560;font-size:.85rem;font-weight:600;margin-top:.25rem}.playlist-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.total-duration{color:#e94560;font-size:.95rem;font-weight:600}.track-duration{color:#aaa;font-size:.85rem;margin-right:1rem;min-width:50px;text-align:right}.track-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;overflow:hidden}.track-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{color:#888;font-size:.75rem;gap:.25rem}.meta-item,.track-item{align-items:center;display:flex}.track-item{background:#ffffff0d;border-radius:10px;justify-content:space-between;padding:1rem;transition:all .3s}.track-item:hover{background:#ffffff1a;transform:translateX(5px)}.player-controls{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;position:relative}.audio-waveform{background:#0000;height:80px;margin-top:1rem;max-width:600px;padding:10px 0;width:100%}.waveform-bars{align-items:center;display:flex;gap:2px;height:100%;justify-content:center;width:100%}.waveform-bar{background-color:#ffffffe6;border-radius:0;flex:1 1;min-height:4px}@media (max-width:768px){.listener-container{padding:0}.radio-player{max-width:100%;padding:1.5rem 0;width:100%}.audio-waveform{border-radius:0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;padding:10px 0;width:100vw}.radio-title-main{font-size:2.7rem;letter-spacing:.05em}.radio-title-sub{font-size:2.5rem;letter-spacing:.1em}.waveform-bars{gap:1px}.play-button{font-size:2.5rem;height:100px;width:100px}.volume-control input[type=range]{width:120px}}.stream-media-section .media-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.media-item{align-items:center;background:#ffffff0d;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:all .3s}.media-item:hover{background:#ffffff1a}.media-item.active{background:#4caf5033;border:2px solid #4caf50}.media-preview{align-items:center;background:#0000004d;border-radius:6px;display:flex;flex-shrink:0;height:45px;justify-content:center;overflow:hidden;width:80px}.media-preview img{height:100%;object-fit:cover;width:100%}.media-preview .video-icon{color:#e94560;font-size:.7rem;font-weight:700}.media-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;overflow:hidden}.media-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-meta{color:#888;display:flex;font-size:.8rem;gap:1rem}.media-actions{align-items:center;display:flex;gap:.5rem}.media-actions button{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:background .3s}.media-actions .activate-btn{background:#0f3460;color:#fff}.media-actions .activate-btn:hover{background:#16213e}.media-actions .danger{background:#f4433633;color:#f44336}.media-actions .danger:hover{background:#f44336;color:#fff}.active-badge{background:#4caf50;border-radius:6px;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem}@media (max-width:768px){.media-item{flex-wrap:wrap}.media-preview{height:34px;width:60px}.media-info{flex-basis:calc(100% - 80px);flex-grow:1;flex-shrink:1}.media-actions{justify-content:flex-end;margin-top:.5rem;width:100%}}
/*# sourceMappingURL=main.329c65ec.css.map*/