@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}.border{border-style:var(--tw-border-style);border-width:1px}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0f;--bg-secondary:#14141f;--bg-card:#1a1a2e;--bg-card-hover:#252540;--text-primary:#fff;--text-secondary:#a0a0b8;--accent:#6366f1;--border:#2a2a3e;--shadow:#0000004d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.background-video-container{z-index:0;pointer-events:none;width:100%;min-width:100vw;height:100%;min-height:100vh;position:fixed;top:0;left:0;overflow:hidden}.background-video-overlay{z-index:1;pointer-events:none;background:#0a0a0ff2;width:100%;min-width:100%;height:100%;min-height:100%;transition:background .5s;position:absolute;top:0;left:0}.background-video-overlay.playing{background:linear-gradient(#0a0a0f99,#0a0a0f80,#0a0a0f99)}.background-video{-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:0;aspect-ratio:16/9;border:none;width:100vw;min-width:177.78vh;max-width:none;height:100vh;min-height:56.25vw;max-height:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(max-width:768px){.background-video-container{width:100vw;min-width:100vw;height:100vh;min-height:100vh}.background-video{width:100vw;min-width:177.78vh;height:100vh;min-height:56.25vw}}@media(max-width:480px){.background-video-container{width:100vw;min-width:100vw;height:100vh;min-height:100vh}.background-video{width:100vw;min-width:177.78vh;height:100vh;min-height:56.25vw}}@media(orientation:landscape){.background-video{width:100vw;min-width:177.78vh;height:100vh;min-height:56.25vw}}@media(orientation:portrait){.background-video{width:100vw;min-width:177.78vh;height:100vh;min-height:56.25vw}}.app-content{z-index:10;flex-direction:column;min-height:100vh;padding:4rem 2rem 8rem;display:flex;position:relative}.station-list{flex-direction:column;gap:1rem;max-width:300px;display:flex}.station-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);cursor:pointer;text-align:left;background:#1a1a2e99;border:1px solid #2a2a3e80;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.station-button:hover{border-color:var(--accent);background:#252540cc;transform:translate(4px)}.station-button.active{border-color:var(--accent);background:#6366f133;box-shadow:0 0 20px #6366f14d}.station-name{flex:1}.playing-indicator{color:var(--accent);font-size:.75rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.now-playing{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#1a1a2ecc;border:1px solid #2a2a3e80;border-radius:20px;max-width:400px;padding:2rem}.now-playing-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.now-playing-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem}.play-pause-button{border:2px solid var(--accent);cursor:pointer;width:64px;height:64px;color:var(--text-primary);background:#6366f133;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;transition:all .3s;display:flex}.play-pause-button:hover{background:#6366f14d;transform:scale(1.1);box-shadow:0 0 20px #6366f180}.bottom-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:0 0;border-top:1px solid #2a2a3e80;border-radius:0;width:100%;padding:0;position:fixed;bottom:0;left:0;right:0;overflow:visible;box-shadow:0 -4px 24px #0000004d}.menu-icon-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:.5rem;transition:opacity .2s;display:flex}.menu-icon-button:hover{opacity:.7}.side-drawer{z-index:1000;pointer-events:none;opacity:0;width:100%;height:100vh;transition:opacity .3s;position:fixed;top:0;right:0}.side-drawer.open{opacity:1;pointer-events:auto}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.drawer-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-left:1px solid #2a2a3e80;flex-direction:column;width:400px;max-width:90%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #0000004d}.side-drawer.open .drawer-content{transform:translate(0)}.drawer-header{border-bottom:1px solid #2a2a3e80;flex-direction:column;padding:1.5rem;display:flex;position:relative}.drawer-close-button{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.drawer-close-button:hover{opacity:.7}.drawer-header-content{flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.drawer-title{color:#fff;text-transform:lowercase;text-align:center;margin:0;font-size:1.25rem;font-weight:400}.drawer-social-icons{justify-content:center;align-items:center;gap:1.5rem;display:flex}.drawer-social-icon{color:#fff;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.drawer-social-icon:hover{opacity:.7}.drawer-stations{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.drawer-back-button{cursor:pointer;text-align:left;color:#fff;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;margin-bottom:.5rem;padding:.75rem 0;font-family:Space Grotesk,sans-serif;transition:opacity .2s;display:flex}.drawer-back-button:hover{opacity:.7}.drawer-back-button span{font-size:.875rem;font-weight:400}.drawer-mood-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;text-align:left;background:#1a1a2e99 50%/cover no-repeat;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.drawer-mood-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0;background:#1a1a2ebf;transition:background .3s;position:absolute;inset:0}.drawer-mood-button:hover .drawer-mood-overlay{background:#1a1a2ea6}.drawer-mood-button:hover{transform:translate(-4px)}.drawer-mood-content{z-index:1;flex:1;min-width:0;position:relative}.drawer-mood-name{color:#fff;text-transform:capitalize;letter-spacing:.05em;margin:0 0 .25rem;font-size:1.125rem;font-weight:500}.drawer-mood-count{color:#fff9;margin:0;font-size:.875rem}.drawer-mood-arrow{color:#fff9;z-index:1;flex-shrink:0;font-size:1.25rem;transition:transform .3s;position:relative}.drawer-mood-button:hover .drawer-mood-arrow{transform:translate(4px)}.drawer-station-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;text-align:left;background:#1a1a2e99;border:1px solid #2a2a3e80;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1rem;transition:all .3s;display:flex}.drawer-station-button:hover{border-color:var(--accent-color);background:#252540cc;transform:translate(-4px)}.drawer-station-button.active{border-color:var(--accent-color);background:#6366f133;box-shadow:0 0 20px #6366f14d}.drawer-station-artwork{border-radius:8px;flex-shrink:0;width:64px;height:64px;overflow:hidden;box-shadow:0 4px 12px #0003}.drawer-station-artwork img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.drawer-station-info{flex:1;min-width:0}.drawer-station-name{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:1rem;font-weight:500}.drawer-station-description{color:#fff9;margin:0;font-size:.875rem}.drawer-playing-indicator{color:var(--accent-color);flex-shrink:0;font-size:.75rem;animation:2s ease-in-out infinite pulse}.bottom-card-content{white-space:nowrap;align-items:stretch;gap:.75rem;max-width:1400px;margin:0 auto;padding:1rem;display:flex}.bottom-card-artwork{border-radius:1rem;flex-shrink:0;align-self:stretch;width:6rem;margin:0;overflow:hidden;box-shadow:0 4px 12px #0003}.bottom-card-artwork img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.bottom-card-info{text-align:left;flex-direction:column;flex:1;justify-content:center;min-width:0;padding:1.25rem 0;display:flex}.bottom-card-title{color:#fff;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.05em;margin:0 0 .25rem;font-size:1rem;font-weight:500;overflow:hidden}.bottom-card-description{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;overflow:hidden}.bottom-card .play-pause-button{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:52px;height:52px;margin:0;transition:all .3s;display:flex}.bottom-card .control-button{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:40px;height:40px;margin:0;transition:all .3s;display:flex}.bottom-card .control-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.volume-control{z-index:150;align-items:center;display:flex;position:relative}.volume-control .control-button{z-index:151;position:relative}.volume-slider-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:500;pointer-events:auto;visibility:visible;opacity:1;background:0 0;border:1px solid #2a2a3e80;border-radius:12px;justify-content:center;align-items:center;width:1rem;min-height:140px;padding:.25rem .5rem;display:flex;position:absolute;bottom:calc(100% + .75rem);left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 4px 24px #0006}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transform-origin:50%;background:#ffffff1a;border-radius:3px;outline:none;width:120px;height:6px;margin:0;padding:0;display:block;position:relative;transform:rotate(-90deg)}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;margin-top:-4px;-webkit-transition:all .2s;transition:all .2s;position:relative;box-shadow:0 2px 4px #0003}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #fff9}.volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px;-moz-transition:all .2s;transition:all .2s;box-shadow:0 2px 4px #0003}.volume-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #fff9}.volume-slider::-webkit-slider-runnable-track{cursor:pointer;background:#ffffff1a;border-radius:3px;width:100%;height:6px}.volume-slider::-moz-range-track{background:#ffffff1a;border-radius:3px;width:100%;height:6px}.bottom-card .play-pause-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.app-header,.app-main,.player-container{z-index:10;position:relative}.app-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-bottom:1px solid #2a2a3e80;justify-content:center;align-items:center;padding:.75rem 0;display:flex;position:fixed;top:0;left:0;right:0}.app-header-content{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;display:flex}.brand-name{text-transform:lowercase;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:400;color:#fff!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#fff!important;background-clip:unset!important}.header-content{text-align:center;max-width:1400px;margin:0 auto}.app-header h1{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2rem;font-weight:400;display:flex}.logo-icon{-webkit-text-fill-color:initial;font-size:2.5rem}.subtitle{color:var(--text-secondary);font-size:1rem;font-weight:400}.app-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.stations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.station-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#1a1a2ed9;border:1px solid #2a2a3e80;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.station-card:hover{box-shadow:0 8px 24px var(--shadow);border-color:var(--accent);background:#252540e6;transform:translateY(-4px)}.station-card.playing{border-color:var(--accent);box-shadow:0 0 20px #6366f14d}.station-thumbnail{background:var(--bg-secondary);width:100%;padding-top:56.25%;position:relative;overflow:hidden}.station-thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.station-card:hover .station-thumbnail img{transform:scale(1.05)}.play-overlay{opacity:0;color:#fff;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.station-card:hover .play-overlay,.station-card.playing .play-overlay{opacity:1}.station-info{padding:1.25rem}.station-info h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.station-info p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.player-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:200;background:linear-gradient(#0a0a0ff2,#14141ff2);border-top:1px solid #2a2a3e80;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.player-container:not(.empty){transform:translateY(0)}.player-container.empty{justify-content:center;align-items:center;min-height:200px;display:flex}.empty-state{text-align:center;color:var(--text-secondary)}.empty-state svg{opacity:.5;margin-bottom:1rem}.empty-state p{font-size:1rem}.player-header{max-width:1400px;margin:0 auto 1rem}.now-playing{align-items:center;gap:1rem;display:flex}.now-playing-artwork{width:64px;height:64px;box-shadow:0 4px 12px var(--shadow);border-radius:12px;flex-shrink:0;overflow:hidden}.now-playing-artwork img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.now-playing-info h2{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.now-playing-info p{color:var(--text-secondary);font-size:.875rem}.player-embed{aspect-ratio:16/9;max-width:1400px;max-height:400px;box-shadow:0 8px 32px var(--shadow);border-radius:12px;margin:0 auto;overflow:hidden}@media(max-width:768px){.app-header{padding:.625rem 0}.app-header-content{padding:0 1rem}.brand-name{font-size:.9375rem}.app-content{padding:3.5rem 1rem 8rem}.bottom-card-content{gap:.875rem;padding:1rem}.bottom-card-info{padding:1rem 0}.bottom-card-artwork{width:48px;height:48px}.bottom-card-title{font-size:.875rem}.bottom-card-description{font-size:.75rem}.bottom-card .play-pause-button{width:44px;height:44px}.bottom-card .control-button{width:36px;height:36px}.bottom-card .control-button svg{width:14px;height:14px}.station-list{max-width:100%}.now-playing{max-width:100%;padding:1.5rem}.now-playing-title{font-size:1.5rem}}@media(max-width:480px){.app-header{padding:.5rem 0}.app-header-content{padding:0 1rem}.brand-name{font-size:.875rem}.app-content{padding:3rem 1rem 7rem}.bottom-card-content{gap:.75rem;padding:1rem}.bottom-card-info{padding:.875rem 0}.bottom-card-artwork{width:44px;height:44px}.bottom-card-title{font-size:.8125rem}.bottom-card-description{font-size:.6875rem}.bottom-card .play-pause-button{width:40px;height:40px}.bottom-card .play-pause-button svg{width:18px;height:18px}.bottom-card .control-button{width:32px;height:32px}.bottom-card .control-button svg{width:12px;height:12px}.station-button{padding:.875rem 1.25rem;font-size:.875rem}.now-playing{padding:1.25rem}.now-playing-title{font-size:1.25rem}.play-pause-button{width:56px;height:56px}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-card);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bg-card-hover)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
