@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Rajdhani:wght@600;700&display=swap";:root{--bg: #080809;--surface: #131316;--border: #252529;--border-strong: #35353c;--text-primary: #e4e4e7;--text-secondary: #8b8b95;--text-muted: #5c5c66;--accent: #c4a035;--status-online: #4ade80;--font-display: "Rajdhani", sans-serif;--font-mono: "IBM Plex Mono", monospace;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-normal: .3s;--clip-sm: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px) );--clip-md: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px) );--btn-skew: -12deg;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text-primary);overflow:hidden;-webkit-tap-highlight-color:transparent}a,button,input[type=range]{touch-action:manipulation}html.custom-cursor-active,html.custom-cursor-active *{cursor:none!important}body.no-custom-cursor{cursor:auto}body.no-custom-cursor button,body.no-custom-cursor input[type=range]{cursor:pointer}button{font:inherit;color:inherit;background:none;border:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.radio-player__btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.55rem 1.1rem;color:var(--text-primary);background:#0808098c;border:1px solid var(--border-strong);border-radius:4px;transform:skew(var(--btn-skew));transition:border-color var(--duration-normal) var(--ease-out),background var(--duration-normal) var(--ease-out)}.radio-player__btn .btn__inner{display:inline-block;transform:skew(calc(-1 * var(--btn-skew)))}.radio-player__btn:hover,.radio-player__btn:focus-visible{border-color:#ffffff73;background:#ffffff0f;outline:none}.radio-player__btn:disabled{opacity:.4;pointer-events:none}@media(max-width:768px){.radio-player__btn{flex:1;min-height:44px;padding:.65rem .4rem;font-size:.6rem}}@media(hover:none){.radio-player__btn:active:not(:disabled){border-color:#ffffff73;background:#ffffff0f}}.construction{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.construction__stage{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);pointer-events:auto}.construction__loader{width:min(220px,52vw);aspect-ratio:1}.construction__svg{display:block;width:100%;height:100%;overflow:visible}.construction__svg circle,.construction__svg line,.construction__svg path{stroke:#ffffffd9;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;vector-effect:non-scaling-stroke}.construction__svg circle{fill:none}.construction__wave{transform-box:fill-box;transform-origin:center;opacity:0;animation:construction-ripple 2.5s ease-out infinite}.construction__wave:nth-child(1){animation-delay:0s}.construction__wave:nth-child(2){animation-delay:.5s}.construction__wave:nth-child(3){animation-delay:1s}.construction__wave:nth-child(4){animation-delay:1.5s}.construction__wave:nth-child(5){animation-delay:2s}@keyframes construction-ripple{0%{transform:scale(.2);opacity:.75;stroke-width:1.4}70%{opacity:.15}to{transform:scale(1);opacity:0;stroke-width:.6}}.construction__outer-ring__stroke{fill:none;stroke:#fff6;stroke-width:.9;animation:construction-outer-glow 3s ease-in-out infinite}@keyframes construction-outer-glow{0%,to{opacity:.55}50%{opacity:1}}.construction__tri{fill:#a0f0ff1a;stroke:#c8f5ffa6;stroke-width:.7}.construction__tri-wrap{animation:construction-tri-float 3.2s ease-in-out infinite}.construction__tri-wrap:nth-child(1){animation-delay:0s}.construction__tri-wrap:nth-child(2){animation-delay:.2s}.construction__tri-wrap:nth-child(3){animation-delay:.4s}.construction__tri-wrap:nth-child(4){animation-delay:.6s}.construction__tri-wrap:nth-child(5){animation-delay:.8s}.construction__tri-wrap:nth-child(6){animation-delay:1s}.construction__tri-wrap:nth-child(7){animation-delay:1.2s}.construction__tri-wrap:nth-child(8){animation-delay:1.4s}@keyframes construction-tri-float{0%,to{opacity:.4}50%{opacity:1}}.construction__label{font-family:var(--font-display);font-size:clamp(.85rem,2.5vw,1.1rem);font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--text-primary);text-shadow:0 0 8px rgba(160,240,255,.45),0 0 20px rgba(120,220,255,.2)}.construction__contact{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;color:#ebf8fff2;text-decoration:none;text-shadow:0 0 6px rgba(180,245,255,.85),0 0 16px rgba(140,230,255,.55),0 0 32px rgba(100,210,255,.3);transition:color var(--duration-normal) var(--ease-out),text-shadow var(--duration-normal) var(--ease-out)}.construction__contact:hover,.construction__contact:focus-visible{color:#fff;outline:none;text-shadow:0 0 8px rgba(200,250,255,1),0 0 22px rgba(160,240,255,.75),0 0 44px rgba(120,220,255,.45)}@media(max-width:768px){.construction{padding:max(var(--space-md),var(--safe-top)) max(var(--space-md),var(--safe-right)) calc(13.5rem + var(--safe-bottom)) max(var(--space-md),var(--safe-left))}.construction__stage{gap:var(--space-md);width:100%;max-width:20rem}.construction__loader{width:min(11rem,42vw)}.construction__label{font-size:.72rem;letter-spacing:.14em;text-align:center;line-height:1.5;padding:0 var(--space-sm)}.construction__contact{font-size:.7rem;min-height:44px;padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center}.construction__wave:nth-child(4),.construction__wave:nth-child(5){display:none}}@media(max-width:768px)and (max-height:640px){.construction{padding-bottom:calc(12rem + var(--safe-bottom))}.construction__loader{width:min(9rem,38vw)}.construction__stage{gap:var(--space-sm)}.construction__label{font-size:.65rem;letter-spacing:.1em}}@media(hover:none){.construction__contact:active{color:#fff;text-shadow:0 0 8px rgba(200,250,255,1),0 0 22px rgba(160,240,255,.75)}}@media(prefers-reduced-motion:reduce){.construction__wave,.construction__tri-wrap,.construction__outer-ring__stroke{animation:none}.construction__wave{opacity:.35;transform:scale(.7)}.construction__tri-wrap,.construction__outer-ring__stroke{opacity:.7}}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;will-change:transform}.custom-cursor__reticle-wrap{position:absolute;top:0;left:0;transform:translate(-50%,-50%);filter:drop-shadow(0 0 1.5px rgba(255,255,255,.75)) drop-shadow(0 0 5px rgba(140,235,255,.35));transition:filter .3s ease}.custom-cursor__reticle{display:block;width:34px;height:34px;overflow:visible;transform-origin:center}.custom-cursor__reticle path{stroke:#fffffff2;stroke-width:1.1;stroke-linecap:butt;stroke-linejoin:miter;vector-effect:non-scaling-stroke}.custom-cursor__reticle .reticle-links{transform-box:fill-box;transform-origin:center;transition:transform .35s var(--ease-out)}.custom-cursor--hover .custom-cursor__reticle-wrap{filter:drop-shadow(0 0 2px rgba(255,255,255,1)) drop-shadow(0 0 7px rgba(160,240,255,.6)) drop-shadow(0 0 14px rgba(120,220,255,.3))}.custom-cursor--hover .custom-cursor__reticle{animation:cursor-spin 3.5s linear infinite}.custom-cursor--hover .reticle-links{transform:scale(.68)}@keyframes cursor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-cursor__label{position:absolute;top:0;left:0;transform:translate(-50%,22px);font-family:var(--font-mono);font-size:.5rem;letter-spacing:.18em;color:#ffffffe6;white-space:nowrap;text-shadow:0 0 6px rgba(160,240,255,.6);pointer-events:none}@media(prefers-reduced-motion:reduce){.custom-cursor--hover .custom-cursor__reticle{animation:none}.custom-cursor__reticle .reticle-links{transition:none}}.radio-player{position:fixed;bottom:var(--space-lg);left:var(--space-lg);z-index:90}.radio-player__panel{width:280px;padding:var(--space-lg);background:var(--surface);border:1px solid var(--border-strong);clip-path:var(--clip-md)}.radio-player__header{margin-bottom:var(--space-md)}.radio-player__title{font-family:var(--font-display);font-size:1rem;font-weight:700;letter-spacing:.1em;display:flex;align-items:center;gap:var(--space-sm)}.radio-player__indicator{color:var(--accent);animation:radio-blink 2s ease-in-out infinite}.radio-player__indicator.is-playing{color:var(--status-online);animation:none}@keyframes radio-blink{0%,to{opacity:1}50%{opacity:.3}}.radio-player__now-playing{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-sm)}.radio-player__track-artist{font-size:.85rem;color:var(--text-secondary)}.radio-player__track-title{font-family:var(--font-display);font-size:1rem;font-weight:600;margin-bottom:var(--space-md);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radio-player__controls{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md)}.radio-player__volume{display:flex;align-items:center;gap:var(--space-sm)}.radio-player__volume-label{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.08em;color:var(--text-muted);min-width:3.5rem}.radio-player__volume-slider{flex:1;height:4px;appearance:none;background:var(--border);border-radius:2px;outline:none}.radio-player__volume-slider::-webkit-slider-thumb{appearance:none;width:10px;height:10px;background:var(--accent);border-radius:1px;cursor:none}.radio-player__volume-slider::-moz-range-thumb{width:10px;height:10px;background:var(--accent);border:none;border-radius:1px;cursor:none}body.no-custom-cursor .radio-player__volume-slider::-webkit-slider-thumb,body.no-custom-cursor .radio-player__volume-slider::-moz-range-thumb{cursor:pointer}.radio-player__notice{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);margin-top:var(--space-sm)}@media(max-width:768px){.radio-player{bottom:0;left:0;right:0;width:100%}.radio-player__panel{width:100%;max-width:none;clip-path:none;border-radius:0;border-left:none;border-right:none;border-bottom:none;padding:var(--space-md) max(var(--space-md),var(--safe-right)) max(var(--space-md),var(--safe-bottom)) max(var(--space-md),var(--safe-left))}.radio-player__header{margin-bottom:var(--space-sm)}.radio-player__title{font-size:.9rem}.radio-player__track-artist{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radio-player__track-title{font-size:.9rem;margin-bottom:var(--space-sm)}.radio-player__controls{gap:.35rem;margin-bottom:var(--space-sm)}.radio-player__volume{gap:var(--space-sm);min-height:44px}.radio-player__volume-slider{height:6px}.radio-player__volume-slider::-webkit-slider-thumb{width:22px;height:22px}.radio-player__volume-slider::-moz-range-thumb{width:22px;height:22px}}
