*{box-sizing:border-box}html,body{margin:0;font-family:Inter,Arial,sans-serif;background:#09070b;color:#fff}body{min-height:100vh}.topline{height:5px;background:linear-gradient(90deg,#e91e63,#ff4f9a,#7b2cff)}.header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#0e0a10;border-bottom:1px solid #29202b}.brand{display:flex;gap:12px;align-items:center;color:white;text-decoration:none}.brand-dot{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e91e63;font-size:25px;box-shadow:0 0 25px #e91e6366}.brand b,.brand strong{display:block;line-height:.9}.brand b{font-size:13px;letter-spacing:4px;color:#bbb}.brand strong{font-size:29px;letter-spacing:2px}.nowplaying{display:flex;align-items:center;gap:10px;font-size:11px;color:#aaa}.nowplaying b{color:#fff;font-size:14px}.nowplaying small{color:#888}.live-dot{width:9px;height:9px;border-radius:50%;background:#e91e63;box-shadow:0 0 12px #e91e63}.hamburger{display:none;background:none;border:0;color:#fff;font-size:27px}.topmenu{height:58px;display:flex;justify-content:center;gap:5px;background:#130d15;border-bottom:1px solid #2b202d}.topmenu a{padding:20px 25px;color:#bbb;text-decoration:none;font-weight:700;font-size:14px}.topmenu a:hover,.topmenu a.active{color:#fff;background:#e91e63}.ticker{height:40px;background:#e91e63;display:flex;align-items:center;font-size:13px;font-weight:700;overflow:hidden}.ticker>span{background:#b71558;height:100%;padding:12px 22px;z-index:2}.ticker-track{white-space:nowrap;animation:scroll 22s linear infinite;padding-left:25px}@keyframes scroll{from{transform:translateX(100%)}to{transform:translateX(-100%)}}.layout{max-width:1250px;margin:35px auto;padding:0 20px;display:grid;grid-template-columns:1fr 320px;gap:25px}.hero{min-height:400px;border-radius:25px;padding:55px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 40%,#e91e6333,transparent 35%),linear-gradient(135deg,#171018,#0e0b10);border:1px solid #302331}.eyebrow{color:#ff5caa;font-size:11px;font-weight:900;letter-spacing:3px}.hero h1,.pagehead h1{font-size:52px;line-height:1;margin:12px 0}.hero h1 em{font-style:normal;color:#ff5caa}.lead{color:#aaa;max-width:520px;line-height:1.7}.btn{display:inline-block;border:0;border-radius:12px;background:#e91e63;color:#fff;padding:14px 20px;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 10px 25px #e91e6333}.vinyl{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;font-size:80px;background:repeating-radial-gradient(circle,#181218 0 10px,#30222e 11px 13px);border:12px solid #111;box-shadow:0 0 0 5px #e91e63,0 0 50px #e91e6355}.cards,.djgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.cards article,.dj,.requestbox,.schedule{background:#110c12;border:1px solid #2a202c;border-radius:18px;padding:22px}.cards span{font-size:28px}.cards h3{margin:12px 0 7px}.cards p,.dj p,.pagehead p{color:#999;line-height:1.6}.rightbar{display:flex;flex-direction:column;gap:18px}.player,.sidebox{background:#110c12;border:1px solid #2d2230;border-radius:20px;padding:23px}.cover{height:170px;border-radius:15px;display:grid;place-items:center;font-size:70px;background:linear-gradient(135deg,#e91e63,#7d1b83);margin-bottom:20px}.player h3{margin:5px 0}.song{color:#999}.play{display:block;margin:20px auto;width:60px;height:60px;border:0;border-radius:50%;background:#e91e63;color:#fff;font-size:20px;cursor:pointer}.volume{height:4px;background:#3b303c;border-radius:4px}.volume span{display:block;width:65%;height:100%;background:#e91e63}.sidebox h3{margin-top:0}.sidebox a{display:block;padding:12px 0;color:#ddd;text-decoration:none;border-bottom:1px solid #251c28}.sidebox a:last-child{border:0}.socials{display:flex;gap:10px}.socials a{width:42px;height:42px;border-radius:50%;background:#211722;display:grid;place-items:center;border:0;color:#fff;font-weight:900}.pagehead{padding:20px 5px 10px}.pagehead h1{font-size:45px}.requestbox{max-width:750px}.requestbox label{display:block;margin:16px 0 7px;font-size:13px;font-weight:700;color:#ccc}.requestbox input,.requestbox textarea{width:100%;background:#09070b;border:1px solid #332736;color:#fff;border-radius:10px;padding:14px}.requestbox textarea{min-height:130px;resize:vertical}.note{font-size:12px;color:#777}.djgrid{grid-template-columns:repeat(2,1fr)}.dj{text-align:center}.avatar{margin:auto;width:75px;height:75px;border-radius:50%;display:grid;place-items:center;background:#e91e63;font-size:28px;font-weight:900}.dj span{color:#ff5caa;font-size:13px}.slot{display:grid;grid-template-columns:80px 80px 1fr;gap:10px;padding:18px;border-bottom:1px solid #2b202d;align-items:center}.slot strong{color:#ff5caa}.slot span{color:#777}.slot div b,.slot div small{display:block}.slot small{color:#888;margin-top:5px}footer{margin-top:50px;padding:30px 5%;border-top:1px solid #2b202d;color:#777;display:flex;justify-content:space-between;font-size:12px}footer b{color:#ff5caa;margin-right:15px}@media(max-width:850px){.nowplaying{display:none}.hamburger{display:block}.topmenu{display:none;height:auto;flex-direction:column;padding:10px}.topmenu.show{display:flex}.topmenu a{padding:15px}.layout{grid-template-columns:1fr}.hero{padding:35px;min-height:0}.vinyl{width:150px;height:150px;font-size:50px}.hero h1{font-size:40px}.cards{grid-template-columns:1fr}.djgrid{grid-template-columns:1fr}footer{flex-direction:column;gap:12px}.slot{grid-template-columns:65px 65px 1fr}}@media(max-width:520px){.vinyl{display:none}.hero{padding:28px}.hero h1{font-size:35px}.pagehead h1{font-size:38px}.layout{padding:0 12px}.header{padding:0 18px}}
