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}.header{align-items:center;background-color:#0b0e1a;color:#fff;display:flex;justify-content:space-between;padding:15px 40px}.logo-link{color:inherit;gap:10px}.logo-img{height:auto;width:50px}.nav-list{display:flex;gap:30px;list-style:none;margin:0;padding:0}.nav-link{color:#fff;font-size:1.1rem;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ff5a5f}.nav-link:after{background-color:#ff5a5f;bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#ff5a5f}.schedule-container{align-items:center;background-color:#0b0e1a00;color:#fff;display:flex;flex-direction:column;margin-top:0;padding:20px 20px 100px}.schedule-container h2{color:#e2e2e2;font-size:2.5rem;font-weight:700;margin-bottom:60px;margin-top:-45px;text-align:center}.schedule-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));max-width:1100px;width:100%}.show-card{background:#12172b;border:1px solid #1f2338;border-radius:20px;box-shadow:0 6px 16px rgba(0,0,0,.616);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.show-card:hover{box-shadow:0 10px 25px #ff5a5f33;transform:scale(1.04)}.show-card img{height:180px;object-fit:cover;width:85%}.show-info{padding:16px 18px}.show-info h3{color:#fff;font-size:1.2rem;margin-bottom:5px}.show-info p{color:#b3b3b3;font-size:.95rem;margin-bottom:6px}.show-info p.time{color:#ff5a5f;font-weight:500;margin-bottom:8px}@media (max-width:768px){.schedule-container h2{font-size:2rem}.show-info h3{font-size:1rem}.show-card img{height:150px}}:root{--primary:#1a1a2e;--secondary:#16213e;--accent:#0f3460;--highlight:#e94560;--text:#f1f1f1;--dark-text:#333;--card-bg:#ffffff0d;--chat-bg:#0d1b2a}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#f1f1f1;color:var(--text);min-height:100vh;padding-bottom:60px}header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0006;box-shadow:0 5px 15px #0003;display:flex;justify-content:space-between;padding:20px 5%;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{gap:15px}.logo i{color:#e94560;color:var(--highlight);font-size:2.5rem}.logo h1{font-size:2.9rem;font-weight:700}.logo-link{align-items:center;color:#f1f1f1;color:var(--text);display:flex;gap:12px;text-decoration:none}.logo-link:hover{opacity:.85}nav ul{display:flex;font-size:1.3rem;gap:27px;list-style:none}nav a{color:#f1f1f1;color:var(--text);font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:color .3s}nav a:hover{color:#e94560;color:var(--highlight)}nav a:after{background-color:#e94560;background-color:var(--highlight);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}nav a:hover:after{width:100%}.container{margin:0 auto;max-width:1200px;padding:20px}.hero{align-items:center;display:flex;flex-direction:column;gap:10px;padding:40px 20px 20px;text-align:center}.hero h2{background:linear-gradient(45deg,#e94560,#ff7a8a);background:linear-gradient(45deg,var(--highlight),#ff7a8a);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;margin-bottom:20px}.hero p{font-size:1.1rem;line-height:1.6;max-width:700px;opacity:.9}.player-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;background:var(--card-bg);border-radius:15px;box-shadow:0 10px 30px #0000004d;margin:20px auto;max-width:800px;padding:25px}.station-info{align-items:center;display:flex;flex-direction:column;gap:15px;margin-bottom:20px;text-align:center}.album-art{border-radius:10px}.track-info h3{font-size:1.3rem;margin-bottom:5px}.close-btn{background:#ff000026;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;position:absolute;right:5px;top:10px;transition:background .3s,transform .2s;z-index:2}.close-btn:hover{background:#e94560;background:var(--highlight);transform:scale(1.1)}.track-info p{font-size:1rem;opacity:.8}.controls{gap:20px;margin-top:25px}.controls,.play-btn{align-items:center;display:flex;justify-content:center}.play-btn{background:#e94560;background:var(--highlight);border:none;border-radius:50%;box-shadow:0 0 20px #e9456066;color:#fff;cursor:pointer;font-size:2rem;height:80px;transition:transform .2s,background .3s,box-shadow .3s;width:80px}.play-btn:hover{background:#ff5c79;box-shadow:0 0 25px #ff5c7999;transform:scale(1.08)}.play-btn i{margin-left:4px}.play-icon{height:70%;object-fit:contain;width:70%}.control-btn{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.1rem;height:40px;transition:background .3s;width:40px}.control-btn:hover{background:#fff3}.volume-control{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:15px}.volume-slider{-webkit-appearance:none;background:#fff3;border-radius:5px;height:5px;outline:none;width:150px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e94560;background:var(--highlight);border-radius:50%;cursor:pointer;height:16px;width:16px}.live-chat{background:#0d1b2a;background:var(--chat-bg);border-radius:15px;box-shadow:0 10px 30px #0000004d;margin:30px auto;max-width:800px;padding:25px}.chat-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.chat-messages{background:#0003;border-radius:10px;height:250px;margin-bottom:20px;overflow-y:auto;padding:10px}.message{animation:fadeIn .3s;background:#ffffff1a;border-radius:8px;margin-bottom:15px;padding:10px}.system-message{background:#ffffff0d;font-style:italic;opacity:.8;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message-header{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:5px;opacity:.8}.message-content{font-size:1rem}.chat-input{display:flex;gap:10px}.chat-input input{background:#ffffff1a;flex:1 1;padding:12px 15px}.chat-input button,.chat-input input{border:none;border-radius:8px;color:#fff}.chat-input button{background:#e94560;background:var(--highlight);cursor:pointer;padding:12px 20px;transition:background .3s}.chat-input button:hover{background:#ff5c79}.username-modal{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#16213e;background:var(--secondary);border-radius:15px;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.modal-content h3{font-size:1.5rem;margin-bottom:20px}.modal-content input{background:#ffffff1a;border:none;border-radius:8px;color:#fff;margin-bottom:20px;padding:12px 15px;width:100%}.modal-content button{background:#e94560;background:var(--highlight);border:none;border-radius:8px;color:#fff;cursor:pointer;padding:12px 25px;transition:background .3s}.modal-content button:hover{background:#ff5c79}.listener-count{align-items:center;display:flex;font-size:.9rem;gap:8px}.listener-count i{color:#e94560;color:var(--highlight)}footer{background:#0000004d;margin-bottom:0;margin-top:50px;padding:30px;text-align:center}.social-links{display:flex;gap:20px;justify-content:center;margin:20px 0}.social-links a{color:#f1f1f1;color:var(--text);font-size:1.5rem;opacity:.8;transition:color .3s}.social-links a:hover{color:#e94560;color:var(--highlight);opacity:1}@media (max-width:768px){header{flex-direction:column;gap:15px}nav ul{flex-wrap:wrap;gap:15px;justify-content:center}.hero h2{font-size:2rem}.station-info{flex-direction:column;text-align:center}.controls{flex-wrap:wrap}.chat-input{flex-direction:column}.album-art{height:150px;width:150px}}.logo{align-items:center;display:flex;gap:45px}.logo-img{border-radius:8px;height:90px;object-fit:contain;width:90px}.album-art{align-items:center;background:radial-gradient(circle,#111 40%,#000);border-radius:50%;box-shadow:0 0 20px #00000080;display:flex;height:200px;justify-content:center;margin:0 auto;overflow:hidden;width:200px}.album-art img{border-radius:50%;height:100%;object-fit:cover;width:100%}.spinning{animation:spin 3s linear infinite}.schedule-container{color:#f1f1f1;color:var(--text);margin:80px auto;max-width:1200px;padding:px;text-align:center}.schedule-title{background:linear-gradient(45deg,#e94560,#ff7a8a);background:linear-gradient(45deg,var(--highlight),#ff7a8a);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;margin-bottom:40px}.schedule-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.schedule-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;background:var(--card-bg);border-radius:15px;box-shadow:0 10px 25px #0000004d;overflow:hidden;padding-bottom:20px;transition:transform .3s,box-shadow .3s}.schedule-card:hover{box-shadow:0 15px 30px #0006;transform:translateY(-5px)}.schedule-thumb{height:180px;overflow:hidden;width:100%}.schedule-thumb img{filter:brightness(.9);height:100%;object-fit:cover;transition:filter .3s;width:100%}.schedule-card:hover .schedule-thumb img{filter:brightness(1)}.schedule-card h3{color:#e94560;color:var(--highlight);font-size:1.3rem;margin-top:15px}.schedule-card p{font-size:.95rem;margin:10px 15px;opacity:.9}.schedule-day{color:#ffffffb3;display:inline-block;font-size:.85rem;margin-top:10px}.contact-page{align-items:flex-start;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:80px 16px 40px}.contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:12px;box-shadow:0 18px 40px #00000073;color:#fff;max-width:420px;padding:24px 28px;width:100%}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:25px;text-align:center}.contact-subtitle{font-size:.95rem;margin-bottom:20px;opacity:.85}.contact-form{gap:16px}.contact-form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.field-label{font-size:.85rem;letter-spacing:.06em;opacity:.8;text-transform:uppercase}.field-input{background:#0006;border:1px solid #ffffff2e;border-radius:8px;color:#fff;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.field-input::placeholder{color:#ffffff80}.field-input:focus{border-color:#ff5a5f;box-shadow:0 0 0 1px #ff5a5f80}.field-textarea{min-height:100px;resize:vertical}.contact-button{background:#ff5a5f;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:8px;padding:10px 14px;transition:transform .1s ease,box-shadow .1s ease,background .15s ease;width:100%}.contact-button:hover{background:#ff7377;box-shadow:0 10px 25px #0006;transform:translateY(-1px)}.contact-button:active{box-shadow:none;transform:translateY(0)}.silk-background{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:-1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.0e8fe25e.css.map*/