:root{--background: #050614;--foreground: #ffffff;--border: rgba(255, 255, 255, .1);--primary: #4deeea;--primary-foreground: #000000;--muted-foreground: #8e8e9f;--accent: #b122e5;--card: #121429;--sidebar: #03040c;--sidebar-foreground: #8e8e9f;--sidebar-primary: #4deeea;--input: rgba(255, 255, 255, .05);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 30px;--sidebar-width: 90px;--player-height: 90px;--volume-fill: 60%;--globe-scale: 1;--station-glow: rgba(77, 238, 234, .35)}*{box-sizing:border-box}html{min-height:100%;background:var(--background);color:var(--foreground)}body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;background:var(--background);color:var(--foreground);overflow-x:auto;overflow-y:auto}button,a,input{color:inherit;font:inherit}button{cursor:pointer;border:none;outline:none;background:transparent}input{border:none;outline:none}img{display:block;max-width:100%}a{text-decoration:none}.app-wrapper{display:flex;min-height:100vh;min-width:1440px;background:radial-gradient(circle at 52% 34%,rgba(24,16,48,.9),transparent 24%),linear-gradient(180deg,#03040cf2,#03040ce0)}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:linear-gradient(180deg,#03040cfa,#03040cf0),radial-gradient(circle at 50% 0,rgba(77,238,234,.08),transparent 30%);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:26px 0 24px;position:sticky;top:0;align-self:flex-start;min-height:100vh;z-index:5}.brand-crest{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:var(--accent);margin-bottom:26px}.brand-crest svg{width:32px;height:32px;filter:drop-shadow(0 0 12px rgba(177,34,229,.4))}.brand-crest svg,.nav-item svg,.logo-mark svg,.player-icon svg,.player-icon-btn svg,.volume-icon svg,.feature-icon-wrapper svg,.hero-edit svg,.submit-btn svg,.user-profile svg,.mobile-tabbar-item svg,.settings-gate-close svg,.settings-gate-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.nav{width:100%;display:flex;flex-direction:column;gap:6px;flex:1}.nav-item{position:relative;width:100%;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--sidebar-foreground);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.7;background:transparent;text-decoration:none;transition:opacity .18s ease,color .18s ease,transform .18s ease}.nav-item:hover,.nav-item:focus-visible{opacity:1;color:#ffffffeb;transform:translate(1px)}.nav-item.active{color:var(--sidebar-primary);opacity:1;text-shadow:0 0 12px rgba(77,238,234,.32)}.nav-item.active:before{content:"";position:absolute;left:0;top:10%;height:80%;width:3px;background:var(--sidebar-primary);border-radius:0 4px 4px 0;box-shadow:0 0 12px var(--sidebar-primary)}.nav-item.settings-item{margin-top:auto}.content-shell{flex:1;min-width:0;display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1;background:radial-gradient(circle at 50% 24%,rgba(22,16,43,.94),transparent 30%),linear-gradient(180deg,#050614f5,#050614fa)}.content{flex:1;min-height:0;padding:28px 42px calc(var(--player-height) + 36px) 48px;overflow:visible;position:relative;z-index:1}.topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;position:relative;z-index:2}.logo-area{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}.logo-mark{width:30px;height:30px;color:var(--accent);display:flex;align-items:center}.logo-mark svg{width:30px;height:30px;filter:drop-shadow(0 0 10px rgba(177,34,229,.32))}.logo-text,.player-title,.player-download{font-family:Sora,Inter,system-ui,sans-serif}.logo-text{margin:0;font-size:24px;font-weight:900;letter-spacing:.16em;color:var(--foreground);text-shadow:0 0 10px rgba(77,238,234,.3)}.auth-actions{display:flex;gap:16px;flex:0 0 auto}.topbar-search-wrap{position:relative;flex:1 1 520px;max-width:560px;min-width:260px}.topbar-search{display:flex;align-items:center;gap:10px;height:48px;padding:0 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;box-shadow:inset 0 1px #ffffff05}.topbar-search.is-open{border-color:#4deeea47;box-shadow:0 0 18px #4deeea14}.topbar-search-icon{width:18px;height:18px;color:var(--muted-foreground);flex:0 0 auto}.topbar-search-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.topbar-search input{width:100%;border:0;background:transparent;color:var(--foreground);font-size:14px}.topbar-search input::placeholder{color:var(--muted-foreground)}.topbar-search-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;padding:14px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121429fa,#0a0c19fa);box-shadow:0 24px 40px #00000061,0 0 20px #4deeea14;display:grid;gap:12px;z-index:30}.topbar-search-section{display:grid;gap:8px}.topbar-search-title{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.topbar-search-list{display:grid;gap:6px}.topbar-search-item{min-height:42px;padding:10px 12px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:var(--foreground);background:#ffffff08;border:1px solid transparent}.topbar-search-item:hover,.topbar-search-item:focus-visible{border-color:#4deeea38;background:#4deeea0f}.topbar-search-item span{min-width:0;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-search-item small,.topbar-search-empty{color:var(--muted-foreground);font-size:12px}.auth-btn{min-width:84px;padding:10px 22px;border-radius:var(--radius-xl);border:1px solid var(--border);background:#080a1699;color:var(--foreground);font-size:14px;font-weight:500;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-btn:hover,.auth-btn:focus-visible{transform:translateY(-1px);border-color:#ffffff3d}.auth-btn.primary{border:1px solid var(--primary);box-shadow:0 0 15px #4deeea33,inset 0 0 10px #4deeea1a}.user-menu-wrap{position:relative;display:flex;align-items:center;flex:0 0 auto}.user-profile{display:flex;align-items:center;gap:12px;padding:6px 16px 6px 6px;border-radius:var(--radius-xl);border:1px solid rgba(77,238,234,.42);background:#ffffff0d;color:var(--foreground);text-decoration:none;box-shadow:0 0 15px #4deeea1a}.user-menu{position:absolute;top:calc(100% + 12px);right:0;width:220px;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121429fa,#0c0e1cfa);box-shadow:0 24px 40px #00000061,0 0 20px #4deeea14;z-index:20}.user-menu-item{width:100%;min-height:46px;border-radius:12px;display:flex;align-items:center;gap:12px;padding:0 14px;color:var(--foreground);text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.user-menu-item:hover,.user-menu-item:focus-visible{background:#ffffff0d;transform:translateY(-1px)}.user-menu-item.logout{color:#ff7e9d}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-name{font-size:14px;font-weight:600}.page-title{margin:0 0 24px;font-size:32px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.settings-shell{width:min(100%,820px);margin:0 auto}.settings-title{margin:0 0 34px;font-size:32px;font-weight:900;letter-spacing:-.02em;display:flex;align-items:center;gap:12px;text-transform:none}.settings-title span{color:var(--primary);text-shadow:0 0 15px rgba(77,238,234,.4)}.profile-hero{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding:24px;border-radius:20px;border:1px solid var(--border);background:#ffffff05}.hero-avatar-wrap{position:relative;flex:0 0 auto}.hero-avatar{width:100px;height:100px;padding:4px;border-radius:50%;border:3px solid var(--primary);box-shadow:0 0 22px #4deeea33;object-fit:cover}.hero-edit{position:absolute;right:0;bottom:0;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;border:2px solid var(--card);box-shadow:0 0 16px #b122e540}.hero-name{margin:0 0 6px;font-size:24px;font-weight:800}.hero-meta{margin:0;color:var(--muted-foreground);font-size:14px}.settings-grid{display:grid;gap:24px}.settings-card{padding:28px;border-radius:20px;border:1px solid var(--border);background:var(--card);box-shadow:0 12px 24px #00000024}.card-header{margin-bottom:24px}.card-title{margin:0 0 6px;font-size:18px;font-weight:800}.card-subtitle{margin:0;font-size:14px;color:var(--muted-foreground)}.form-group+.form-group{margin-top:18px}.form-label{display:block;margin-bottom:8px;font-size:12px;font-weight:700;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.08em}.readonly-value{padding:14px 0;color:var(--muted-foreground);font-size:14px}.form-input{width:100%;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);color:var(--foreground);font-size:14px;transition:border-color .18s ease,box-shadow .18s ease}.form-input:focus{border-color:#4deeea70;box-shadow:0 0 10px #4deeea1f}.submit-btn{margin-top:24px;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 20px;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.submit-btn:hover,.submit-btn:focus-visible{transform:translateY(-1px);box-shadow:0 0 20px #4deeea57}.submit-btn.accent{background:var(--accent);color:#fff;box-shadow:0 0 16px #b122e538}.app-download-layout{display:grid;grid-template-columns:minmax(420px,540px) minmax(360px,1fr);gap:52px;align-items:center;min-height:calc(100vh - 220px);padding:18px 6px 8px 0}.app-copy{max-width:520px}.app-copy .page-title{margin-bottom:22px;font-size:52px;line-height:1;background:linear-gradient(90deg,#ffffff 0%,#dffeff 48%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.app-lead{margin:0 0 34px;max-width:480px;color:var(--muted-foreground);font-size:17px;line-height:1.7}.store-buttons{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:42px}.store-btn{min-width:218px;padding:15px 20px;border-radius:22px;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#14162ce0,#0c0e1ce6);box-shadow:inset 0 0 18px #ffffff08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.store-btn:hover,.store-btn:focus-visible{transform:translateY(-1px);border-color:#4deeea73;box-shadow:0 0 22px #4deeea1f,inset 0 0 18px #4deeea0f}.store-btn.primary-store{border-color:#4deeea8c}.store-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#ffffff0a;color:var(--foreground);flex-shrink:0}.store-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.store-icon.play-icon{color:var(--primary);box-shadow:inset 0 0 12px #4deeea1f}.launch-updates-form{display:flex;flex-direction:column;gap:14px;max-width:480px;margin:0 0 42px}.launch-updates-label{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.launch-updates-row{display:flex;gap:14px;align-items:center}.launch-updates-input{flex:1;min-width:0;height:58px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--foreground);font-size:16px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.launch-updates-input::placeholder{color:var(--muted-foreground)}.launch-updates-input:focus{border-color:#4deeea70;box-shadow:0 0 14px #4deeea24;background:#ffffff0d}.launch-updates-submit{height:58px;padding:0 24px;border-radius:18px;border:1px solid rgba(77,238,234,.52);background:linear-gradient(180deg,#14162ceb,#0c0e1cf5);color:var(--foreground);font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 0 22px #4deeea1f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.launch-updates-submit:hover,.launch-updates-submit:focus-visible{transform:translateY(-1px);box-shadow:0 0 24px #4deeea33}.launch-updates-submit:disabled{opacity:.72;cursor:wait}.launch-updates-feedback{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.5}.store-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.store-kicker{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground)}.store-title{font-size:20px;font-weight:800;color:var(--foreground)}.app-features{display:grid;gap:18px}.app-feature{display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#1012248f}.feature-icon-wrapper{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;color:var(--accent);background:#b122e51a;border:1px solid rgba(177,34,229,.5);box-shadow:0 0 18px #b122e514}.feature-icon-wrapper.cyan-accent{color:var(--primary);background:#4deeea17;border-color:#4deeea8c;box-shadow:0 0 18px #4deeea1a}.feature-text{font-size:16px;font-weight:700;color:var(--foreground)}.app-visual{position:relative;min-height:640px;display:flex;align-items:center;justify-content:center}.app-visual:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(77,238,234,.18) 0%,rgba(177,34,229,.12) 42%,transparent 72%);filter:blur(12px);pointer-events:none}.phone-frame{position:relative;z-index:1;width:300px;height:620px;padding:12px;border-radius:40px;background:linear-gradient(180deg,#1a1d34,#0d0f1f);box-shadow:0 28px 60px #0000006b,0 0 42px #4deeea24}.phone-frame:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:128px;height:28px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background:#1a1d34;z-index:2}.phone-screen{width:100%;height:100%;object-fit:cover;border-radius:30px;border:1px solid rgba(255,255,255,.05);display:block}.bottom-bar{position:fixed;left:var(--sidebar-width);right:0;bottom:0;z-index:8;height:var(--player-height);border-top:1px solid var(--border);background:#0d0f22f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:380px minmax(0,1fr) 230px;align-items:center;gap:24px;padding:0 38px;box-shadow:0 -18px 32px #00000038;overflow:visible;transition:transform .26s ease,box-shadow .26s ease,opacity .26s ease}.bottom-bar.is-collapsed{transform:translateY(calc(100% - 20px));box-shadow:none}.player-track{min-width:0;width:100%;display:flex;align-items:center;gap:16px}.player-icon{width:48px;height:48px;border-radius:var(--radius-md);display:grid;place-items:center;background:#ffffff0d;box-shadow:inset 0 0 18px #ffffff05;color:var(--primary);overflow:hidden}.player-icon img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.player-copy{display:flex;flex-direction:column;gap:4px;min-width:0;overflow:hidden;flex:1}.player-title-wrap{width:100%;overflow:hidden}.player-title{margin:0;width:100%;font-size:15px;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-desc{margin:0;width:100%;max-width:100%;font-size:12px;line-height:1.25;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-center{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:26px}.transport-controls,.utility-controls{display:flex;align-items:center;gap:12px;flex:0 0 auto}.player-wave{flex:0 1 360px;min-width:300px;height:40px;display:flex;align-items:center;justify-content:center;gap:8px}.soundwave-chunk,.wave-cluster{display:flex;align-items:center;gap:3px;height:100%}.wave-cluster .bar{width:3px;height:32%;border-radius:999px;background:linear-gradient(to top,var(--accent),var(--primary));box-shadow:0 0 10px #4deeea29;transition:height 70ms linear,opacity 90ms ease;animation:playerBars 1.2s ease-in-out infinite;animation-delay:calc(var(--bar-index) * 90ms)}.wave-cluster .bar:nth-child(odd){opacity:.94}.wave-cluster .bar:nth-child(2n){opacity:.78}.player-wave-idle-line{width:100%;height:2px;border-radius:999px;background:linear-gradient(90deg,#b122e52e,#4deeea94,#b122e52e);box-shadow:0 0 10px #4deeea1f}.player-controls{min-width:0;width:100%;display:flex;align-items:center;justify-content:flex-end;gap:14px}.player-icon-btn{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.player-icon-btn:hover,.player-icon-btn:focus-visible{transform:scale(1.05);color:var(--foreground);border-color:#4deeea57;box-shadow:0 0 18px #4deeea29}.player-icon-btn.is-primary{width:42px;height:42px;color:var(--foreground);background:#4deeea1a;border-color:#4deeea70;box-shadow:0 0 22px #4deeea29,inset 0 0 12px #4deeea14}.player-icon-btn.is-active{color:var(--primary);border-color:#4deeea61;box-shadow:0 0 18px #4deeea24}.player-play,.player-favorite,.player-prev,.player-next,.player-collapse{display:none}.player-collapse-handle{position:absolute;top:-26px;right:24px;width:54px;height:26px;border-radius:14px 14px 0 0;display:grid;place-items:center;background:linear-gradient(180deg,#14172dfa,#0d0f22fa);border:1px solid rgba(255,255,255,.1);border-bottom:0;color:var(--muted-foreground);box-shadow:0 -10px 22px #0000003d,0 0 14px #4deeea0f;transition:color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.player-collapse-handle:hover,.player-collapse-handle:focus-visible{color:var(--foreground);transform:translateY(-1px);box-shadow:0 -12px 26px #00000047,0 0 18px #4deeea1f}.player-collapse-handle svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.volume-control{display:flex;align-items:center;gap:12px}.volume-icon-btn{width:24px;height:24px;display:grid;place-items:center;padding:0;color:var(--primary);transition:color .18s ease,transform .18s ease,opacity .18s ease}.volume-icon-btn:hover,.volume-icon-btn:focus-visible{transform:scale(1.05)}.volume-icon-btn.is-muted{color:var(--muted-foreground)}.volume-icon{width:20px;height:20px;color:currentColor}.volume-slider{appearance:none;width:90px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--primary) 0 var(--volume-fill, 60%),rgba(255,255,255,.12) var(--volume-fill, 60%) 100%);outline:none}.volume-slider::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:var(--primary);box-shadow:0 0 12px #4deeea75}.volume-slider::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:50%;background:var(--primary);box-shadow:0 0 12px #4deeea75}.player-download{padding:11px 20px;border-radius:24px;background:transparent;border:1px solid rgba(255,255,255,.48);color:var(--foreground);font-size:12px;letter-spacing:.06em;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.player-download:hover,.player-download:focus-visible{transform:translateY(-1px);border-color:var(--primary);box-shadow:0 0 16px #4deeea2e}@media(max-width:1540px){.bottom-bar{gap:18px;padding:0 28px;grid-template-columns:320px minmax(0,1fr) 210px}.player-track{gap:14px}.player-center{gap:18px}.player-wave{flex-basis:300px;min-width:260px}.player-controls{gap:12px}}@media(max-width:1380px){.content{padding-left:36px;padding-right:28px}.bottom-bar{gap:14px;padding:0 20px;grid-template-columns:270px minmax(0,1fr) 190px}.player-track{gap:12px}.player-center{gap:14px}.transport-controls,.utility-controls{gap:10px}.player-wave{flex-basis:240px;min-width:220px}.player-download{padding:11px 16px}}.settings-gate-modal{position:fixed;inset:0;z-index:29;display:none;align-items:center;justify-content:center;padding:24px;background:#121429c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-gate-modal.is-open{display:flex}.settings-gate-dialog{position:relative;width:min(100%,420px);border-radius:var(--radius-lg);padding:40px 34px 34px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121429fa,#0c0e1cfa);box-shadow:0 25px 50px -12px #00000080,0 0 40px #4deeea14;text-align:center}.settings-gate-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--muted-foreground);background:#ffffff0f}.settings-gate-icon{width:58px;height:58px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:#4deeea1a;border:1px solid rgba(77,238,234,.24);box-shadow:0 0 24px #4deeea29}.settings-gate-title{margin:0 0 10px;font-size:28px;font-weight:800;color:var(--foreground)}.settings-gate-copy{margin:0 0 24px;color:var(--muted-foreground);font-size:15px;line-height:1.5}.settings-gate-actions{display:flex;gap:12px;justify-content:center}.settings-gate-btn{min-width:136px;min-height:48px;padding:0 20px;border-radius:var(--radius-xl);border:1px solid var(--border);background:#ffffff0a;color:var(--foreground);font-size:14px;font-weight:700}.settings-gate-btn.primary{border-color:var(--primary);box-shadow:0 0 18px #4deeea2e,inset 0 0 12px #4deeea14}.auth-feedback{margin:12px 0 0;color:#ff7e9d;font-size:13px;line-height:1.4}.login-modal{position:fixed;inset:0;z-index:30;display:none;align-items:center;justify-content:center;padding:24px;background:#121429cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-modal.is-open{display:flex}.login-dialog{position:relative;width:min(100%,440px);border-radius:var(--radius-lg);padding:48px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121429fa,#0c0e1cfa);box-shadow:0 25px 50px -12px #00000080,0 0 40px #4deeea1a}.login-close{position:absolute;top:24px;right:24px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--muted-foreground);background:#ffffff0f}.login-close svg,.login-social svg,.login-input-icon svg,.signup-close svg,.signup-social svg,.user-menu-item svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;text-align:center}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.login-brand .logo-mark{display:flex;align-items:center}.login-title{margin:0 0 8px;font-size:28px;font-weight:800;color:var(--foreground)}.login-subtitle{margin:0;color:var(--muted-foreground);font-size:15px}.login-socials{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.login-social{width:100%;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:12px;color:var(--foreground);background:transparent}.login-divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-divider span{font-size:12px;font-weight:600;color:var(--muted-foreground);text-transform:uppercase}.login-form{display:flex;flex-direction:column;gap:20px}.login-field{display:flex;flex-direction:column;gap:8px}.login-label-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.login-label,.login-forgot,.login-footer{font-size:13px}.login-label{font-weight:600;color:var(--foreground)}.login-forgot,.login-footer a{color:var(--primary);text-decoration:none;font-weight:600}.login-input-wrap{position:relative}.login-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted-foreground);display:grid;place-items:center}.login-input{width:100%;padding:14px 16px 14px 44px;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff0d;color:var(--foreground);font-size:15px;outline:none}.login-input:focus{border-color:#4deeea8c;box-shadow:0 0 0 3px #4deeea14}.login-submit{width:100%;margin-top:4px;padding:14px 16px;border-radius:var(--radius-xl);border:2px solid var(--primary);background:#4deeea1a;box-shadow:0 0 25px #4deeea4d,inset 0 0 20px #4deeea33;color:var(--foreground);font-size:16px;font-weight:800;text-transform:uppercase}.login-footer{margin-top:24px;text-align:center;color:var(--muted-foreground)}.signup-modal{position:fixed;inset:0;z-index:31;display:none;align-items:center;justify-content:center;padding:24px;background:#121429d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.signup-modal.is-open{display:flex}.signup-dialog{position:relative;width:min(100%,440px);border-radius:var(--radius-lg);padding:48px 40px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121429fa,#0c0e1cfa);box-shadow:0 20px 50px #00000080,0 0 36px #4deeea14}.signup-close{position:absolute;top:24px;right:24px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--muted-foreground);background:#ffffff0f;border:1px solid var(--border)}.signup-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px}.signup-header{text-align:center;margin-bottom:28px}.signup-title{margin:0 0 12px;font-size:28px;font-weight:800;color:var(--foreground)}.signup-subtitle{margin:0;font-size:15px;line-height:1.5;color:var(--muted-foreground)}.signup-form{display:flex;flex-direction:column;gap:20px}.signup-field{display:flex;flex-direction:column;gap:8px}.signup-label{font-size:13px;font-weight:600;color:var(--foreground)}.signup-input{width:100%;height:48px;padding:0 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff0d;color:var(--foreground);font-size:14px;outline:none}.signup-input:focus{border-color:#4deeea8c;box-shadow:0 0 0 3px #4deeea14}.signup-submit{width:100%;height:48px;margin-top:8px;border-radius:var(--radius-xl);border:1px solid var(--primary);background:transparent;box-shadow:0 0 15px #4deeea33,inset 0 0 10px #4deeea1a;color:var(--foreground);font-size:15px;font-weight:600}.signup-divider{display:flex;align-items:center;gap:16px;margin:28px 0 20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.signup-divider:before,.signup-divider:after{content:"";flex:1;height:1px;background:var(--border)}.signup-socials{display:flex;flex-direction:column;gap:12px}.signup-social{width:100%;height:48px;border-radius:var(--radius-xl);border:1px solid var(--border);background:#ffffff0d;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--foreground);font-size:14px;font-weight:600}.signup-footer{margin-top:24px;text-align:center;font-size:14px;color:var(--muted-foreground)}.signup-footer a{color:var(--primary);text-decoration:none;font-weight:600}.home-page .hero{display:flex;flex-direction:column;align-items:center;position:relative;padding-top:6px;z-index:1}.home-page .globe-stage{position:relative;width:min(100%,1040px);height:470px;display:flex;align-items:center;justify-content:center}.home-page .globe-aura{position:absolute;inset:18px 54px;background:radial-gradient(circle at 50% 42%,rgba(77,238,234,.14),transparent 16%),radial-gradient(circle at 50% 36%,rgba(177,34,229,.16),transparent 24%),radial-gradient(circle at 50% 38%,rgba(24,20,54,.74),rgba(10,11,28,.44) 42%,rgba(6,7,20,.18) 66%,transparent 84%),linear-gradient(180deg,#10112a47,#08091814);border-radius:2px;pointer-events:none}.home-page .globe-aura:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 82%,rgba(77,238,234,.1),transparent 10%),radial-gradient(circle at 50% 46%,rgba(177,34,229,.08),transparent 18%);filter:blur(26px);opacity:.92}.home-page .globe-orbit{position:absolute;left:230px;right:230px;bottom:86px;height:72px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(77,238,234,.16),rgba(177,34,229,.05) 52%,transparent 72%);filter:blur(8px);opacity:.58;pointer-events:none}.home-page .globe-scene,.home-page .globe-shell{position:relative;width:1040px;height:470px}.home-page .globe-scene{transform:scale(var(--globe-scale));transition:transform .18s ease-out;will-change:transform}.home-page .globe-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.home-page .globe-canvas{width:100%;height:100%;position:relative;z-index:1;border-radius:2px;overflow:hidden}.home-page .globe-canvas-placeholder{background:radial-gradient(circle at 50% 45%,rgba(77,238,234,.1),transparent 18%),radial-gradient(circle at 52% 40%,rgba(177,34,229,.12),transparent 24%)}.home-page .globe-core{position:absolute;left:50%;top:48%;width:380px;height:380px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(77,238,234,.2),transparent 30%),radial-gradient(circle at 68% 38%,rgba(177,34,229,.25),transparent 26%),radial-gradient(circle at 50% 50%,rgba(19,25,59,.95),rgba(8,10,25,.86) 62%,transparent 74%);border:1px solid rgba(255,255,255,.08);box-shadow:0 0 80px #4deeea1f,0 0 120px #b122e51f,inset 0 0 60px #ffffff0a}.home-page .globe-core:before,.home-page .globe-core:after{content:"";position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(77,238,234,.15)}.home-page .globe-core:after{inset:54px;border-color:#b122e52e}.home-page .globe-label{position:absolute;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#141428bd;box-shadow:0 12px 30px #00000047,inset 0 0 18px #ffffff05,0 0 0 1px #ffffff05;color:var(--foreground);white-space:nowrap;font-size:12px;font-weight:700;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-page .globe-label:hover,.home-page .globe-label:focus-visible,.home-page .globe-label.is-active{transform:translateY(-1px) scale(1.02);border-color:#4deeea6b;box-shadow:0 12px 30px #00000052,0 0 20px #4deeea3d,inset 0 0 18px #4deeea0f}.home-page .globe-label-tokyo{right:204px;top:94px}.home-page .globe-label-berlin{left:182px;top:124px}.home-page .globe-label-newyork{left:136px;bottom:114px}.home-page .globe-label-dot{width:12px;height:12px;border-radius:50%;flex:0 0 12px}.home-page .globe-dot-cyan{background:var(--primary);box-shadow:0 0 10px var(--primary)}.home-page .globe-dot-purple{background:var(--accent);box-shadow:0 0 10px var(--accent)}.home-page .hero-actions{display:flex;justify-content:center;gap:24px;margin-top:2px;position:relative;z-index:2;flex-wrap:wrap}.home-page .action-btn{min-height:60px;padding:14px 30px;border-radius:var(--radius-xl);font-size:15px;font-weight:800;letter-spacing:.08em;display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;color:var(--foreground);background:#1e1e326b;border:1px solid rgba(255,255,255,.12);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}.home-page .action-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transform:translate(-100%);transition:transform .32s ease}.home-page .action-btn:hover:before,.home-page .action-btn:focus-visible:before{transform:translate(100%)}.home-page .action-btn:hover,.home-page .action-btn:focus-visible{transform:translateY(-2px)}.home-page .action-btn .icon-wrap,.directory-page .sound-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.home-page .action-btn .icon-wrap svg,.directory-page .sound-icon svg,.directory-page .action-btn svg,.home-page .nav-circle svg,.directory-page .nav-arrows svg,.favorites-page .country-remove svg,.favorites-page .station-art svg,.favorites-page .station-fav svg,.directory-page .sc-icon svg,.directory-page .sc-play-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .action-btn.outline-cyan{border-color:var(--primary);box-shadow:0 0 15px #4deeea1f,inset 0 0 15px #4deeea1a}.home-page .action-btn.primary{border:2px solid var(--primary);background:#4deeea14;box-shadow:0 0 28px #4deeea3d,inset 0 0 20px #4deeea24}.home-page .action-btn.outline-purple{border-color:var(--accent);box-shadow:0 0 15px #b122e524,inset 0 0 15px #b122e514}.action-btn.outline{background:#1e1e3266;border:1px solid var(--primary);box-shadow:0 0 15px #4deeea1a,inset 0 0 15px #4deeea1a}.home-page .hero-status{margin-top:18px;min-height:22px;font-size:13px;color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;text-align:center}.home-page .coming-up{margin-top:54px;padding-bottom:16px}.home-page .home-discovery-stack{display:flex;flex-direction:column;gap:38px;padding:10px 0 36px}.home-page .home-discovery-section{display:flex;flex-direction:column;gap:18px}.home-page .home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.home-page .home-kicker{--section-accent: var(--primary);display:inline-flex;align-items:center;margin:0 0 10px;color:var(--foreground);font-size:21px;font-weight:900;letter-spacing:.02em;text-shadow:0 0 22px color-mix(in srgb,var(--section-accent) 28%,transparent)}.home-page .home-kicker:before{content:"";width:10px;height:10px;margin-right:12px;border-radius:50%;background:var(--section-accent);box-shadow:0 0 12px var(--section-accent)}.home-page .home-section-copy{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.5}.home-page .home-station-rail{display:grid;grid-auto-flow:column;grid-auto-columns:320px;gap:18px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.home-page .home-station-rail::-webkit-scrollbar{display:none}.home-page .home-station-card{min-height:168px;width:100%}.home-page .home-empty-state{min-height:108px;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#111224b8;color:var(--muted-foreground);display:flex;align-items:center}.home-page .home-mood-pills{display:flex;gap:12px;flex-wrap:wrap}.home-page .home-mood-pill{--mood-accent: var(--primary);padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--muted-foreground);font-size:13px;font-weight:700;transition:border-color .18s ease,box-shadow .18s ease,color .18s ease,background .18s ease}.home-page .home-mood-pill.is-active,.home-page .home-mood-pill:hover,.home-page .home-mood-pill:focus-visible{color:var(--foreground);border-color:color-mix(in srgb,var(--mood-accent) 46%,transparent);background:color-mix(in srgb,var(--mood-accent) 12%,rgba(255,255,255,.03));box-shadow:0 0 18px color-mix(in srgb,var(--mood-accent) 16%,transparent)}.directory-page .radio-header{padding-top:0}.directory-page .page-title{margin:0 0 24px;font-size:32px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.directory-page .directory-title-row{display:flex;align-items:center;gap:14px}.directory-page .directory-back-btn{width:44px;height:44px;flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:var(--foreground);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.directory-page .directory-back-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.directory-page .directory-back-btn:hover,.directory-page .directory-back-btn:focus-visible{transform:translateY(-1px);border-color:#4deeea6b;box-shadow:0 0 18px #4deeea1f;background:#4deeea14}.home-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:24px}.home-page .section-header h2{margin:0;font-size:20px;font-weight:900;letter-spacing:.04em}.home-page .nav-arrows{display:flex;gap:12px}.home-page .nav-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid var(--border);color:var(--foreground)}.home-page .cards-viewport{overflow:hidden;width:100%}.home-page .cards-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(268px,1fr);gap:20px;transition:transform .28s ease;will-change:transform}.home-page .dj-card{min-height:104px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;display:flex;align-items:center;gap:16px;color:inherit;text-align:left;box-shadow:0 18px 34px #0000002e}.home-page .dj-card:hover,.home-page .dj-card:focus-visible,.home-page .dj-card.is-selected{transform:translateY(-2px);border-color:#4deeea47;box-shadow:0 22px 42px #00000038,0 0 20px #4deeea14}.home-page .dj-avatar{width:72px;height:72px;border-radius:50%;padding:2px;background:linear-gradient(135deg,var(--primary),var(--accent));flex-shrink:0}.home-page .dj-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid var(--card)}.home-page .dj-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.home-page .dj-title{margin:0;font-size:14px;font-weight:800;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-page .dj-name{margin:0 0 8px;font-size:13px;color:var(--muted-foreground)}.home-page .soundwave-mini{height:24px;display:flex;align-items:flex-end;gap:3px}.home-page .soundwave-mini .bar{flex:1;max-width:6px;min-width:4px;border-radius:2px;background:linear-gradient(to top,var(--primary),var(--accent));opacity:.9;animation:pulseBars 1.4s ease-in-out infinite;animation-delay:calc(var(--bar-index) * 70ms)}.directory-page .filter-pills{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.directory-page .filter-pill{padding:8px 20px;border-radius:var(--radius-xl);border:1px solid var(--border);color:var(--muted-foreground);font-size:14px;font-weight:600}.directory-page .filter-pill.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 15px #4deeea33}.directory-page .filter-pill-more{border-style:dashed}.directory-page .category-picker{position:relative;flex:0 0 auto;z-index:5}.directory-page .category-picker-menu{position:absolute;top:calc(100% + 12px);right:0;left:auto;width:320px;max-height:420px;padding:14px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#0e1022fa;box-shadow:0 28px 48px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40}.directory-page .category-picker-search{width:100%;height:46px;padding:0 16px;margin-bottom:12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--foreground);font-size:14px}.directory-page .category-picker-search::placeholder{color:var(--muted-foreground)}.directory-page .category-picker-list{display:flex;flex-direction:column;gap:6px;max-height:334px;overflow-y:auto;padding-right:4px}.directory-page .category-picker-option{width:100%;min-height:42px;padding:0 14px;border-radius:14px;display:flex;align-items:center;text-align:left;color:var(--muted-foreground);background:transparent;border:1px solid transparent;font-size:14px;font-weight:600}.directory-page .category-picker-option:hover,.directory-page .category-picker-option:focus-visible{color:var(--foreground);background:#ffffff0a;border-color:#ffffff14}.directory-page .category-picker-option.active{color:var(--foreground);background:#4deeea1a;border-color:#4deeea47;box-shadow:inset 0 0 0 1px #4deeea14}.directory-page .country-switcher-wrap{position:relative;display:block;margin-bottom:26px}.directory-page .country-switcher{display:flex;gap:12px;flex-wrap:wrap;overflow:visible;padding-bottom:6px}.directory-page .country-switcher-pill{flex:0 0 auto;padding:10px 18px;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--muted-foreground);font-size:13px;font-weight:700}.directory-page .country-switcher-pill.active{color:var(--foreground);border-color:#4deeea73;background:#4deeea1a;box-shadow:0 0 16px #4deeea24}.directory-page .country-picker{position:relative;z-index:4}.directory-page .country-picker-trigger{display:inline-flex;align-items:center;gap:8px}.directory-page .country-picker-menu{position:absolute;top:calc(100% + 12px);left:0;width:320px;max-height:420px;padding:14px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#0e1022fa;box-shadow:0 28px 48px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40}.directory-page .country-picker-search{width:100%;height:46px;padding:0 16px;margin-bottom:12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--foreground);font-size:14px}.directory-page .country-picker-search::placeholder{color:var(--muted-foreground)}.directory-page .country-picker-list{display:flex;flex-direction:column;gap:6px;max-height:334px;overflow-y:auto;padding-right:4px}.directory-page .country-picker-option{width:100%;min-height:42px;padding:0 14px;border-radius:14px;display:flex;align-items:center;text-align:left;color:var(--muted-foreground);background:transparent;border:1px solid transparent;font-size:14px;font-weight:600}.directory-page .country-picker-option:hover,.directory-page .country-picker-option:focus-visible{color:var(--foreground);background:#ffffff0a;border-color:#ffffff14}.directory-page .country-picker-option.active{color:var(--foreground);background:#4deeea1a;border-color:#4deeea47;box-shadow:inset 0 0 0 1px #4deeea14}.directory-page .action-btn{padding:12px 24px;border-radius:var(--radius-xl);font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;color:var(--foreground);text-decoration:none}.directory-page .action-btn.primary{background:#4deeea0f;border:2px solid var(--primary);box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.directory-page .action-btn.primary:hover,.directory-page .action-btn.primary:focus-visible{box-shadow:0 0 25px #4deeea4d,inset 0 0 20px #4deeea33;background:#4deeea24}.directory-page .action-btn.primary.is-playing{background:#4deeea24;box-shadow:0 0 22px #4deeea3d,inset 0 0 18px #4deeea24}.directory-page .action-btn.outline{background:#1e1e3266;border:1px solid var(--primary);box-shadow:0 0 15px #4deeea1a,inset 0 0 15px #4deeea1a;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.directory-page .action-btn.outline:hover,.directory-page .action-btn.outline:focus-visible{box-shadow:0 0 25px #4deeea47,inset 0 0 20px #4deeea2e;background:#4deeea1f}.directory-page .action-btn.outline.is-active{background:#4deeea1f;border-color:#4deeea9e;box-shadow:0 0 18px #4deeea29,inset 0 0 15px #4deeea24}.directory-page .featured-station{position:relative;overflow:hidden;display:flex;gap:32px;padding:32px;margin-bottom:48px;border-radius:var(--radius-lg);border:1px solid var(--border);background:#12142999}.directory-page .featured-station.is-current{border-color:#4deeea42;box-shadow:0 16px 34px #0000002e,0 0 28px #4deeea14}.directory-page .featured-station:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at right,rgba(177,34,229,.15),transparent 60%);pointer-events:none}.directory-page .fs-image{width:200px;height:200px;border-radius:var(--radius-md);object-fit:cover;border:1px solid rgba(255,255,255,.1);z-index:1}.directory-page .fs-info{flex:1;display:flex;flex-direction:column;justify-content:center;z-index:1}.directory-page .fs-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-bottom:16px;padding:6px 12px;border-radius:var(--radius-sm);background:#ff003233;color:#f36;font-size:11px;font-weight:800;text-transform:uppercase}.directory-page .fs-badge .dot{width:6px;height:6px;border-radius:50%;background:#f36;box-shadow:0 0 8px #f36}.directory-page .fs-title{margin:0 0 12px;font-size:36px;font-weight:900}.directory-page .fs-desc{max-width:600px;margin:0 0 24px;color:var(--muted-foreground);font-size:15px;line-height:1.6}.directory-page .fs-actions{display:flex;gap:16px}.directory-page .stations-section{display:flex;flex-direction:column;margin-bottom:40px}.directory-page .directory-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.directory-page .directory-summary-main{display:flex;flex-direction:column;gap:10px;min-width:0}.directory-page .directory-summary-topline{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.directory-page .directory-summary-pill{padding:8px 14px;border-radius:var(--radius-xl);border:1px solid rgba(77,238,234,.28);background:#4deeea14;color:var(--foreground);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.directory-page .directory-summary-copy{color:var(--muted-foreground);font-size:14px}.directory-page .directory-summary-favorite{width:38px;height:38px;border-radius:50%;border:1px solid rgba(77,238,234,.28);background:#ffffff08;color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.directory-page .directory-summary-favorite svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.directory-page .directory-summary-favorite:hover,.directory-page .directory-summary-favorite:focus-visible,.directory-page .directory-summary-favorite.is-active{color:var(--foreground);border-color:#4deeea73;background:#4deeea1a;box-shadow:0 0 16px #4deeea1f}.directory-page .directory-summary-favorite.is-active{color:var(--primary-foreground);background:var(--primary);border-color:var(--primary);box-shadow:0 0 18px #4deeea38}.directory-page .directory-search{width:min(360px,100%);flex:0 0 auto}.directory-page .directory-search input{width:100%;height:44px;padding:0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--foreground);font-size:14px}.directory-page .directory-search input::placeholder{color:var(--muted-foreground)}.directory-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:24px}.directory-page .section-header h3{margin:0;font-size:20px;font-weight:900;letter-spacing:.5px}.directory-page .nav-arrows{display:flex;gap:12px}.directory-page .nav-arrows button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid var(--border)}.directory-page .nav-arrows svg{width:18px;height:18px}.directory-page .directory-stations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.directory-page .genre-strip-section{margin-bottom:34px}.directory-page .genre-strip-rail{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth;scrollbar-width:none}.directory-page .genre-strip-rail::-webkit-scrollbar{display:none}.radio-station-card{display:flex;flex-direction:column;gap:20px;padding:24px;align-items:stretch;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;cursor:pointer}.radio-station-card:hover,.radio-station-card:focus-visible{border-color:#4deeea3d;transform:translateY(-1px);box-shadow:0 14px 28px #00000029}.radio-station-card.is-current{border-color:#4deeea5c;background:linear-gradient(180deg,#4deeea14,#4deeea05),var(--card);box-shadow:0 18px 32px #0000002e,0 0 24px #4deeea1a}.directory-page .genre-strip-card{flex:0 0 320px}.radio-station-card .sc-header{display:flex;align-items:center;gap:16px}.radio-station-card .sc-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#4deeea1a;color:var(--primary);overflow:hidden;flex-shrink:0}.radio-station-card .sc-icon img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.radio-station-card .sc-info{flex:1;min-width:0}.radio-station-card .sc-title{margin-bottom:6px;font-size:16px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radio-station-card .sc-listeners{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted-foreground)}.radio-station-card .sc-listeners .icon svg{width:16px;height:16px}.radio-station-card .sc-bottom{display:flex;flex-direction:column;align-items:stretch;gap:14px}.radio-station-card .sc-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-content:flex-end;align-self:flex-end}.radio-station-card .sc-play-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.radio-station-card .sc-save-btn svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.radio-station-card .sc-tags{display:flex;flex-wrap:wrap;gap:8px;min-height:28px}.radio-station-card .sc-tag{padding:6px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;color:var(--muted-foreground);background:#ffffff0d}.radio-station-card .sc-play-btn{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#ffffff0d}.radio-station-card .sc-play-btn.playing{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 15px #4deeea4d}.radio-station-card .sc-save-btn{margin-left:0}.radio-station-card .sc-save-btn.playing{background:#4deeea14;color:var(--primary);border-color:#4deeea52;box-shadow:0 0 14px #4deeea1f}.directory-page .directory-show-more{display:flex;justify-content:center;padding:6px 0 18px}.directory-page .directory-show-more-btn{min-height:44px;padding-inline:22px}.radio-station-card.is-current{border-color:#4deeea75;background:linear-gradient(180deg,#4deeea1f,#4deeea08),var(--card);box-shadow:0 18px 32px #0000002e,0 0 30px #4deeea1f}.radio-station-card.is-current .sc-title{color:var(--foreground)}.radio-station-card.is-current .sc-icon{background:#4deeea2e;box-shadow:0 0 18px #4deeea24}.favorites-page .favourites-title{margin:0 0 40px;font-size:32px;font-weight:900;letter-spacing:-.02em;display:flex;align-items:center;gap:12px;text-transform:none}.favorites-page .favourites-title span{color:var(--primary);text-shadow:0 0 15px rgba(77,238,234,.4)}.favorites-page .favorites-sync-message,.favorites-page .favorites-empty-state{color:var(--muted-foreground);font-size:14px}.favorites-page .favorites-sync-message{margin:0 0 20px}.favorites-page .section-block{margin-bottom:52px}.favorites-page .favorites-search-row{display:flex;justify-content:flex-end;margin:0 0 24px}.favorites-page .favorites-search{width:min(360px,100%);flex:0 0 auto}.favorites-page .favorites-search input{width:100%;height:44px;padding:0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--foreground);font-size:14px}.favorites-page .favorites-search input::placeholder{color:var(--muted-foreground)}.favorites-page .section-count{font-size:12px;color:var(--muted-foreground);font-weight:600}.favorites-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:24px}.favorites-page .section-header h2{margin:0;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.favorites-page .countries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px}.favorites-page .country-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px}.favorites-page .country-remove{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:var(--muted-foreground);background:#ffffff0d}.favorites-page .country-flag{font-size:40px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.favorites-page .country-label{font-size:13px;font-weight:700;text-align:center}.favorites-page .stations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;align-items:stretch}.favorites-page .favorites-empty-state{padding:18px 0}.favorites-page .favorites-station-card{width:100%;justify-self:stretch}.mobile-tabbar{display:none}@keyframes pulseBars{0%,to{opacity:.4;transform:scaleY(.78)}50%{opacity:1;transform:scaleY(1.06)}}@keyframes playerBars{0%,to{transform:scaleY(.62);opacity:.55}50%{transform:scaleY(1);opacity:1}}@keyframes playerMarquee{0%,10%{transform:translate(0)}45%,55%{transform:translate(calc(-50% - 26px))}to{transform:translate(calc(-50% - 26px))}}@media(max-width:768px){:root{--player-height: 60px}body{overflow-x:hidden}.app-wrapper{display:block;min-width:0;background:radial-gradient(circle at 50% 0%,rgba(22,16,43,.92),transparent 42%),linear-gradient(180deg,#070813,#050614 64%,#04050f)}.sidebar{display:none}.content-shell{width:100%;max-width:none;margin:0;min-height:100vh;background:transparent}.content{padding:0 16px 172px}.topbar{position:sticky;top:0;z-index:12;margin:0 -16px;padding:10px 16px 12px;min-height:74px;background:#050614d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.logo-area{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex:1}.topbar-search-wrap{order:3;flex:1 1 100%;max-width:none;min-width:0}.topbar-search{height:42px;border-radius:16px}.topbar-search-menu{left:0;right:0}.logo-mark,.logo-mark svg{width:24px;height:24px}.logo-text{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.auth-actions{display:flex;flex-direction:row;gap:8px;margin-left:auto;flex-shrink:0}.auth-btn{min-width:0;padding:7px 12px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600}.user-profile{margin-left:auto;flex-shrink:0;gap:8px;padding:6px 12px 6px 6px}.user-avatar{width:28px;height:28px}.user-name{display:none}.app-download-layout{display:flex;flex-direction:column;gap:24px;min-height:auto;padding:24px 0 0}.app-copy .page-title{margin-bottom:12px;font-size:28px;line-height:1.05;letter-spacing:.03em;text-align:left}.app-lead{margin:0 0 20px;max-width:none;font-size:13px;line-height:1.6}.store-buttons{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}.store-btn{width:100%;min-width:0;padding:14px 16px;gap:12px;border-radius:var(--radius-xl)}.store-icon{width:40px;height:40px;border-radius:12px}.store-icon svg{width:24px;height:24px}.store-kicker{font-size:9px}.store-title{font-size:16px}.app-visual{order:-1;min-height:auto;padding-top:8px}.app-visual:before{width:300px;height:300px;filter:blur(10px)}.phone-frame{width:214px;height:438px;padding:10px;border-radius:30px;box-shadow:0 22px 42px #0000006b,0 0 28px #4deeea24}.phone-frame:before{width:92px;height:20px}.phone-screen{border-radius:22px}.app-features{gap:12px}.app-feature{padding:12px;gap:12px;border-radius:14px}.feature-icon-wrapper{width:40px;height:40px}.feature-icon-wrapper svg{width:18px;height:18px}.feature-text{font-size:14px;line-height:1.35}.globe-stage,.globe-scene,.globe-shell{width:100%;height:320px}.globe-aura{inset:0}.globe-orbit{left:48px;right:48px;bottom:44px}.globe-core{width:240px;height:240px}.globe-label{padding:8px 12px;font-size:10px}.globe-label-tokyo{right:40px;top:42px}.globe-label-berlin{left:26px;top:88px}.globe-label-newyork{left:30px;bottom:52px}.hero-actions{gap:12px}.action-btn{min-height:44px;padding:0 16px;font-size:12px}.coming-up{margin-top:32px}.home-discovery-stack{gap:28px;padding-bottom:20px}.home-section-head{flex-direction:column;align-items:stretch;gap:14px}.home-kicker{font-size:18px}.home-section-copy{font-size:13px}.home-station-rail{grid-auto-columns:minmax(268px,86vw)}.home-station-card{min-height:140px}.home-mood-pills{flex-wrap:nowrap;overflow-x:auto;margin:0 -16px;padding:0 16px;scrollbar-width:none}.home-mood-pills::-webkit-scrollbar{display:none}.home-mood-pill{white-space:nowrap}.cards-scroll{grid-auto-columns:minmax(260px,1fr);overflow-x:auto}.directory-page .filter-pills{gap:10px;flex-wrap:nowrap;overflow-x:auto;margin:0 -16px 24px;padding:0 16px;scrollbar-width:none}.directory-page .filter-pills::-webkit-scrollbar{display:none}.directory-page .filter-pill{flex:0 0 auto;padding:8px 16px;font-size:12px;font-weight:700;white-space:nowrap}.directory-page .directory-title-row{gap:10px}.directory-page .directory-back-btn{width:38px;height:38px;flex-basis:38px}.directory-page .country-switcher-wrap{display:block;margin-bottom:22px}.directory-page .country-switcher{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.directory-page .country-switcher::-webkit-scrollbar{display:none}.directory-page .country-picker{width:auto}.launch-updates-row{flex-direction:column;align-items:stretch}.launch-updates-submit{width:100%}.directory-page .country-picker-trigger{width:auto;justify-content:flex-start}.directory-page .country-picker-menu{width:min(320px,calc(100vw - 32px))}.directory-page .category-picker-menu,.directory-page .country-picker-menu{top:auto;right:auto;left:auto;max-height:min(420px,calc(100vh - 180px))}.directory-page .featured-station{display:block;margin-bottom:32px;padding:0;overflow:hidden}.directory-page .featured-station:before{display:none}.directory-page .fs-image{width:100%;height:180px;border-radius:0;border:0;border-bottom:1px solid var(--border)}.directory-page .fs-info{padding:20px}.directory-page .fs-badge{margin-bottom:12px;padding:4px 10px;font-size:10px}.directory-page .fs-title{margin:0 0 8px;font-size:22px}.directory-page .fs-desc{margin:0 0 20px;font-size:13px;line-height:1.5}.directory-page .fs-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.directory-page .directory-summary-row{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:22px}.directory-page .directory-summary-main{gap:8px}.directory-page .directory-summary-topline{align-items:center;gap:10px;justify-content:space-between;flex-wrap:nowrap}.directory-page .directory-summary-pill{max-width:calc(100% - 48px);padding:7px 12px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.directory-page .directory-summary-favorite{width:34px;height:34px;flex:0 0 auto;margin-left:auto}.directory-page .directory-summary-copy{font-size:12px;line-height:1.35}.directory-page .directory-search{width:100%}.directory-page .directory-search input{height:40px;padding:0 14px;font-size:13px}.directory-page .directory-stations-grid,.favorites-page .stations-grid{grid-template-columns:1fr;gap:12px}.radio-station-card{padding:12px;gap:12px;border-radius:var(--radius-md)}.radio-station-card .sc-icon{width:50px;height:50px;border-radius:var(--radius-md)}.radio-station-card .sc-title{font-size:14px}.radio-station-card .sc-listeners{font-size:11px}.radio-station-card .sc-tags{gap:6px;padding-right:0;overflow:hidden}.radio-station-card .sc-tag{padding:2px 6px;font-size:9px}.radio-station-card .sc-play-btn{width:30px;height:30px}.favorites-page .countries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.favorites-page .favorites-search-row{margin-bottom:18px}.favorites-page .favorites-search{width:100%}.favorites-page .country-card{padding:18px 12px;gap:8px}.favorites-page .country-flag{font-size:30px}.favorites-page .country-label{font-size:12px}.settings-shell{width:100%}.settings-title{margin:24px 0;font-size:24px;line-height:1.1;flex-wrap:wrap}.profile-hero{margin-bottom:20px;padding:18px;gap:16px;align-items:center}.hero-avatar{width:72px;height:72px}.hero-edit{width:28px;height:28px}.hero-name{font-size:20px}.hero-meta{font-size:12px}.settings-grid{gap:16px}.settings-card{padding:18px;border-radius:16px}.card-title{font-size:16px}.card-subtitle{font-size:12px}.form-label{font-size:11px}.form-input,.readonly-value{font-size:13px}.submit-btn{width:100%;justify-content:center}.bottom-bar{position:fixed;left:0;right:0;bottom:68px;display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;height:68px;margin:0;padding:12px 14px;gap:14px;border-radius:0;background:#0d0f22;box-shadow:none;flex-direction:row;align-items:center;justify-content:space-between}.bottom-bar.is-collapsed{transform:translateY(calc(100% - 2px))}.player-track{min-width:0;gap:10px;width:100%}.player-icon{width:38px;height:38px;border-radius:8px}.player-title{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-title-wrap{max-width:100%}.player-title-marquee{animation-duration:12s}.player-desc{font-size:10px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-wave,.player-center,.volume-control,.player-download{display:none}.player-controls{min-width:auto;display:flex;align-items:center;gap:12px;margin-left:auto;justify-content:center;flex:0 0 auto;padding-right:22px}.player-favorite{width:28px;height:28px;display:grid;place-items:center;color:var(--primary);background:transparent;border:0}.player-play,.player-stop{width:38px;height:38px;display:grid;place-items:center;color:var(--foreground);background:#4deeea1f;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #4deeea42}.player-play.is-loading{opacity:.72}.player-favorite.is-active{color:var(--primary)}.player-favorite svg,.player-play svg,.player-stop svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.player-play svg{stroke-width:1.8}.player-favorite svg,.player-stop svg{stroke-width:1.9}.player-track{flex:1 1 auto;max-width:calc(100% - 138px)}.player-copy{min-width:0;max-width:100%}.player-title-wrap,.player-title,.player-desc{max-width:100%}.player-collapse-handle{top:-22px;right:16px;width:48px;height:22px;border-radius:12px 12px 0 0}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:11;width:100%;height:68px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#03040cfa;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-tabbar-item{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted-foreground);text-decoration:none;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-tabbar-item.active{color:var(--primary);text-shadow:0 0 12px rgba(77,238,234,.25)}}
