@import "https://fonts.googleapis.com/css2?family=Russo+One&family=Exo+2:wght@300;400;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#061840;min-height:100vh;font-family:"Exo 2",sans-serif}.rays-bg{z-index:0;background:radial-gradient(120% 120%,#2a85e8 0%,#1a6fd4 20%,#1254a8 40%,#0a2d6e 65%,#061840 100%);position:fixed;inset:0}.rays-bg:before{content:"";background-image:repeating-conic-gradient(#ffffff08 0deg 3deg,#0000 3deg 9deg);position:absolute;inset:0}.rays-bg:after{content:"";background:radial-gradient(40% 40% at 50% 40%,#64b4ff33 0%,#0000 70%);position:absolute;inset:0}.card{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1e50bf;border-radius:20px;width:100%;max-width:500px;position:relative;box-shadow:0 0 0 2px #f5c2004d,0 0 40px #f5c2001f,0 30px 80px #00000080}.auth-card{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1e50d9;border-radius:20px;width:100%;max-width:420px;padding:40px 36px;position:relative;box-shadow:0 0 0 2px #f5c2004d,0 30px 80px #00000080}.auth-title{color:#f5c200;text-align:center;text-shadow:0 0 20px #f5c20066;margin-bottom:8px;font-family:Russo One,sans-serif;font-size:28px}.auth-subtitle{color:#a0c4f0;text-align:center;margin-bottom:32px;font-size:13px}.field{margin-bottom:18px}.field label{letter-spacing:2px;text-transform:uppercase;color:#a0c4f0;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.field input{color:#fff;background:#ffffff0f;border:1px solid #f5c20033;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:"Exo 2",sans-serif;font-size:15px;transition:border .2s}.field input:focus{border-color:#f5c20099}.btn-gold{color:#061840;cursor:pointer;background:linear-gradient(135deg,#c48f00,#f5c200);border:none;border-radius:10px;width:100%;margin-top:8px;padding:14px;font-family:"Exo 2",sans-serif;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 0 20px #f5c2004d}.btn-gold:hover{transform:translateY(-1px);box-shadow:0 0 30px #f5c20080}.btn-gold:disabled{opacity:.6;cursor:not-allowed}.btn-outline{color:#f5c200;cursor:pointer;background:0 0;border:1px solid #f5c2004d;border-radius:10px;width:100%;padding:12px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:600;transition:all .2s}.btn-outline:hover{background:#f5c2001a}.error-box{color:#ff8080;text-align:center;background:#ff323226;border:1px solid #ff32324d;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.divider{text-align:center;color:#a0c4f0;margin:20px 0;font-size:13px}.back-link{text-align:center;color:#a0c4f0;cursor:pointer;margin-top:20px;font-size:13px;text-decoration:none;display:block}.back-link:hover{color:#f5c200}.header{text-align:center;background:radial-gradient(100% 200% at 50% 0,#2a85e880 0%,#0000 70%);border-bottom:1px solid #f5c20033;border-radius:20px 20px 0 0;flex-direction:column;align-items:center;padding:20px 32px 16px;display:flex;position:relative;overflow:hidden}.header:before{content:"";background-image:repeating-conic-gradient(at 50% -50%,#ffffff08 0deg 4deg,#0000 4deg 10deg);position:absolute;inset:0}.live-badge{letter-spacing:3px;text-transform:uppercase;color:#ffe566;z-index:1;background:#f5c20026;border:1px solid #f5c20066;border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:5px 14px;font-size:10px;font-weight:700;display:inline-flex;position:relative}.live-dot{background:#f44;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite blink;box-shadow:0 0 6px #f44}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.now-playing{padding:20px 28px 14px}.np-label{letter-spacing:4px;text-transform:uppercase;color:#a0c4f0;margin-bottom:8px;font-size:9px;font-weight:700}.track-artist{color:#fff;text-shadow:0 0 20px #64b4ff80;white-space:nowrap;text-overflow:ellipsis;font-family:Russo One,sans-serif;font-size:clamp(18px,5vw,22px);line-height:1.2;overflow:hidden}.track-title{color:#ffe566;text-shadow:0 0 12px #f5c20066;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:clamp(13px,4vw,15px);overflow:hidden}.viz-wrap{height:52px;padding:4px 28px 6px}.viz-wrap canvas{width:100%;height:100%;display:block}.progress-wrap{margin-bottom:4px;padding:0 28px}.progress-bar{background:#ffffff14;border-radius:3px;height:3px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#1a6fd4,#f5c200);border-radius:3px;width:0%;height:100%;animation:25s linear infinite prog}@keyframes prog{0%{width:0%}to{width:100%}}.controls{align-items:center;gap:16px;padding:14px 28px 18px;display:flex}.play-btn{cursor:pointer;color:#061840;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#c48f00,#f5c200);border:2px solid #f5c200;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;box-shadow:0 0 20px #f5c20066,0 6px 20px #0006}.play-btn:active{transform:scale(.95)}.vol-group{flex:1;align-items:center;gap:10px;display:flex}.vol-icon{color:#a0c4f0;flex-shrink:0}.vol-slider{-webkit-appearance:none;cursor:pointer;border-radius:4px;outline:none;flex:1;height:4px}.vol-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#ffe566;border:2px solid #061840;border-radius:50%;width:18px;height:18px;box-shadow:0 0 8px #f5c20099}.stats{color:#a0c4f0;background:#ffffff0a;border:1px solid #f5c2001f;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin:0 28px 14px;padding:10px 14px;font-size:11px;display:flex}.signal{align-items:flex-end;gap:2px;height:14px;display:flex}.signal-bar{background:#f5c200;border-radius:2px;width:3px;animation:1.1s ease-in-out infinite sig}.signal-bar:first-child{height:4px;animation-delay:0s}.signal-bar:nth-child(2){height:8px;animation-delay:.12s}.signal-bar:nth-child(3){height:11px;animation-delay:.24s}.signal-bar:nth-child(4){height:14px;animation-delay:.36s}@keyframes sig{0%,to{opacity:.25}50%{opacity:1}}.stats-item{white-space:nowrap;align-items:center;gap:5px;display:flex}.stats-val{color:#fff;font-weight:600}.history{border-top:1px solid #f5c2001f;border-radius:0 0 20px 20px;padding:16px 28px 28px}.history-label{letter-spacing:4px;text-transform:uppercase;color:#a0c4f0;margin-bottom:10px;font-size:9px;font-weight:700}.history-item{border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;padding:9px 0;display:flex}.history-item:last-child{border-bottom:none}.history-num{color:#f5c200;background:#f5c2001a;border:1px solid #f5c20033;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.history-info{flex:1;overflow:hidden}.history-artist{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.history-song{color:#a0c4f0;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;overflow:hidden}.history-empty{color:#a0c4f0;text-align:center;padding:12px 0;font-size:12px;font-style:italic}body{flex-direction:column;align-items:center;min-height:100vh;margin:0;padding:0;display:flex}
