:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f8fbff;--surface:#fff;--text:#101828;--muted:#667085;--line:#d8e7f3;--brand:#007ee3;--brand-strong:#0061da;--brand-soft:#eef8ff;--accent:#ff9a54;--accent-warm:#ffcb62;--radius:8px;--control-height:44px;--content-max:1040px;--topbar-height:110px;--sidebar-width:72px;--sidebar-expanded-width:212px;--ad-rail-width:280px;--ad-rail-sticky-top:18px;--ad-rail-player-clearance:126px;--player-footer-clearance:118px;--motion-fast:.16s;--motion-normal:.24s;--ease-standard:cubic-bezier(.2, 0, 0, 1);--ease-out-emphasized:cubic-bezier(.16, 1, .3, 1);--font-sans:"Noto Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:var(--font-noto-sans), var(--font-sans);letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-synthesis-weight:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{color:inherit}.shell{width:100%;min-width:0;min-height:100dvh;padding-left:var(--sidebar-width);padding-top:var(--topbar-height);flex-direction:column;display:flex}.shell>main{flex:1 0 auto}body.language-pending .shell,body.language-pending .persistent-player{opacity:0}.site-footer{padding-bottom:var(--player-footer-clearance);color:var(--muted);border-top:1px solid var(--line);background:#fff;flex:none;margin-top:0}.site-footer-inner{width:min(var(--content-max), calc(100% - 48px));grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(116px,.7fr)) minmax(190px,1fr);gap:clamp(24px,4vw,40px);margin:0 auto;padding:28px 0 20px;display:grid}.site-footer-brand{align-content:start;gap:16px;display:grid}.site-footer-logo{color:var(--text);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.site-footer-logo-mark{place-items:center;width:40px;height:40px;display:grid}.site-footer-logo span:last-of-type{gap:2px;display:grid}.site-footer-logo strong{font-size:18px;font-weight:850;line-height:1}.site-footer-logo small{color:var(--muted);font-size:12px;font-weight:760}.site-footer-logo em{min-width:34px;height:24px;color:var(--brand-strong);background:var(--brand-soft);border:1px solid #c8e8ff;border-radius:999px;place-items:center;font-size:11px;font-style:normal;font-weight:850;display:inline-grid}.site-footer-brand p{max-width:36rem;margin:0;font-size:13px;line-height:1.55}.site-footer-group{align-content:start;gap:14px;display:grid}.site-footer-group h2{color:var(--text);margin:0;font-size:13px;font-weight:850}.site-footer-group ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.site-footer-group a{color:var(--muted);transition:color var(--motion-fast) var(--ease-standard), text-decoration-color var(--motion-fast) var(--ease-standard);font-size:13px;font-weight:680;text-decoration:none}.site-footer-group a:hover{color:var(--brand-strong);text-underline-offset:4px;-webkit-text-decoration:underline #007ee357;text-decoration:underline #007ee357}.site-footer-bottom{width:min(var(--content-max), calc(100% - 48px));border-top:1px solid #e5eff7;gap:8px;margin:0 auto;padding:12px 0 14px;font-size:12px;font-weight:650;display:grid}.site-footer-recaptcha{max-width:76rem;color:var(--muted);margin:0;font-size:12px;font-weight:560;line-height:1.45}.site-footer-recaptcha a{color:var(--muted-strong);transition:color var(--motion-fast) var(--ease-standard), text-decoration-color var(--motion-fast) var(--ease-standard);font-weight:700;text-decoration:none}.site-footer-recaptcha a:hover{color:var(--brand-strong);text-underline-offset:4px;-webkit-text-decoration:underline #007ee357;text-decoration:underline #007ee357}.route-loader-overlay{inset:var(--topbar-height) 0 0 var(--sidebar-width);z-index:240;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--motion-fast) var(--ease-standard), visibility 0s linear var(--motion-fast);background:#f8fbffc2;place-items:center;display:grid;position:fixed}.route-loader-overlay.is-visible{opacity:1;visibility:visible;transition:opacity var(--motion-fast) var(--ease-standard)}.route-loader-overlay .route-loading-stack{transform:translateY(-5vh)}.route-loading-page{min-height:calc(100dvh - var(--topbar-height) - var(--player-footer-clearance));padding-top:0;padding-bottom:var(--player-footer-clearance);place-items:center;display:grid}.route-loading-stack,.list-loading-state{justify-items:center;display:grid}.list-loading-state{min-height:min(44dvh,360px);color:var(--muted);place-content:center}.route-loading-mark{width:52px;height:52px;color:var(--brand-strong);background:var(--brand-soft);border:1px solid #007ee31f;border-radius:50%;place-items:center;display:grid;position:relative}.route-loading-mark:before{content:"";border:3px solid #007ee31f;border-top-color:var(--brand);border-radius:999px;animation:.72s linear infinite player-loading-spin;position:absolute;inset:-5px}.route-loading-logo{width:24px;height:24px;display:block}.route-loading-mark.is-compact{width:40px;height:40px}.route-loading-mark.is-compact:before{border-width:2px;inset:-4px}.route-loading-mark.is-compact .route-loading-logo{width:19px;height:19px}.topbar{z-index:120;min-height:var(--topbar-height);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;grid-template:"brand search profile"48px"discovery discovery discovery"34px/auto minmax(0,1fr) auto;align-items:center;gap:8px clamp(12px,2.4vw,24px);padding:10px clamp(16px,3vw,34px);display:grid;position:fixed;inset:0 0 auto;box-shadow:0 1px #007ee30a}.brand{align-items:center;gap:11px;font-size:20px;font-weight:800;text-decoration:none;display:inline-flex}.topbar-brand{grid-area:brand;min-width:152px}.brand-mark{justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.brand-logo{width:34px;height:34px;display:block}.desktop-sidebar{inset:var(--topbar-height) auto 0 0;z-index:90;width:var(--sidebar-width);border-right:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;grid-template-rows:1fr;padding:14px 10px;transition:width .16s;display:grid;position:fixed;overflow:hidden;box-shadow:1px 0 #007ee30a}.desktop-sidebar:hover,.desktop-sidebar:focus-within{width:var(--sidebar-expanded-width)}.desktop-sidebar-nav{align-content:start;gap:14px;display:grid}.desktop-sidebar-nav a,.desktop-sidebar-nav button{min-height:42px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:999px;grid-template-columns:52px max-content;align-items:center;gap:10px;padding:0;font-size:14px;font-weight:750;text-decoration:none;display:grid;position:relative}.desktop-sidebar-nav a:hover,.desktop-sidebar-nav a.is-active,.desktop-sidebar-nav button:hover{color:var(--brand-strong);background:0 0}.desktop-sidebar-nav a.is-active:before{background:var(--brand);content:"";border-radius:999px;width:3px;height:22px;position:absolute;left:-10px}.nav-icon{border-radius:50%;justify-self:center;place-items:center;width:42px;height:42px;transition:background .14s,color .14s;display:grid}.desktop-sidebar-nav a:hover .nav-icon,.desktop-sidebar-nav button:hover .nav-icon{background:#007ee314}.nav-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px;height:21px}.nav-label{white-space:nowrap;opacity:0;max-width:0;transition:max-width .16s,opacity .12s;overflow:hidden}.country-context-flag{color:var(--text);background:#007ee30f;font-size:18px;font-weight:850}.country-context-flag img{object-fit:cover;border-radius:50%;width:24px;height:24px;display:block}.language-icon{position:relative}.language-icon small{color:#fff;background:var(--brand);border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:16px;font-size:8px;font-weight:850;line-height:1;display:grid;position:absolute;bottom:0;right:2px}.desktop-sidebar:hover .nav-label,.desktop-sidebar:focus-within .nav-label{opacity:1;max-width:120px}.global-search{width:100%;min-width:0;min-height:48px;color:var(--muted);background:#fff;border:1px solid #c9ddeb;border-radius:999px;grid-area:search;grid-template-columns:18px minmax(0,1fr) 0;justify-self:center;align-items:center;gap:12px;padding:0 16px 0 18px;transition:grid-template-columns .16s,padding-right .16s;display:grid;position:relative;box-shadow:0 8px 22px #1018280d}.global-search.has-query{grid-template-columns:18px minmax(0,1fr) 42px;padding-right:5px}.global-search:focus-within{border-color:#007ee373;box-shadow:0 10px 24px #10182812,0 0 0 3px #007ee314}.global-search input{min-width:0;height:44px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:15px}.global-search input::placeholder{color:#7a8da1}.global-search-submit{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));cursor:pointer;opacity:0;pointer-events:none;border:0;border-radius:50%;place-items:center;width:38px;height:38px;transition:opacity .13s,transform .13s;display:grid;transform:scale(.88)}.global-search.has-query .global-search-submit{opacity:1;pointer-events:auto;transform:scale(1)}.global-search-submit .search-icon{border-width:2px;width:13px;height:13px}.topbar-discovery-nav{grid-area:discovery;justify-content:center;justify-self:center;align-items:center;gap:6px;width:100%;max-width:100%;display:flex;overflow:hidden}.topbar-discovery-nav a{min-width:0;min-height:34px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.topbar-discovery-nav a:hover,.topbar-discovery-nav a.is-active{color:var(--brand-strong);background:#007ee312}.topbar-discovery-nav .nav-icon{width:22px;height:22px;color:inherit;background:0 0}.topbar-discovery-nav .nav-icon svg{width:17px;height:17px}.global-search-panel{z-index:200;border:1px solid var(--line);background:#fff;border-radius:14px;width:min(720px,100%);display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 18px 38px #10182829}.global-search-results{max-height:min(528px, calc(100dvh - var(--topbar-height) - 78px));overscroll-behavior:contain;gap:2px;padding:8px;display:grid;overflow:auto}.global-search-results a,.global-search-results button,.global-search-status{min-height:56px;color:var(--text);align-items:center;text-decoration:none;display:grid}.global-search-results a,.global-search-results button{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:6px 8px}.global-search-results a:hover,.global-search-results a:focus-visible,.global-search-results a.is-active,.global-search-results button:hover,.global-search-results button:focus-visible{background:#f4f9fd;outline:0;box-shadow:inset 3px 0 #007ee3b8}.global-search-logo{background:#fff;border-radius:8px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.global-search-logo img{object-fit:contain;width:42px;height:42px}.global-search-logo span{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));place-items:center;width:100%;height:100%;font-size:12px;font-weight:850;display:grid}.global-search-copy{gap:2px;min-width:0;display:grid}.global-search-copy strong,.global-search-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.global-search-copy strong{font-size:14px;line-height:1.25}.global-search-copy small{color:var(--muted);font-size:12px}.global-search-empty,.global-search-status{color:var(--brand-strong);padding:0 12px;font-size:14px;font-weight:750}.global-search-status{color:var(--muted);justify-content:center}.global-search-status.is-error{color:#b42318;justify-content:start}.global-search-more{width:100%;min-height:54px;color:var(--text);border-top:1px solid var(--line);font:inherit;text-align:left;cursor:pointer;background:#fff;border-bottom:0;border-left:0;border-right:0;grid-template-columns:minmax(0,1fr);align-content:center;padding:8px 16px;display:grid}.global-search-more:hover,.global-search-more:focus-visible{background:#f4f9fd;outline:0}.global-search-more span,.global-search-more small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.global-search-more span{color:var(--brand-strong);font-size:14px;font-weight:850}.global-search-more small{color:var(--muted);margin-top:2px;font-size:12px;font-weight:650}.global-search-loader{border:2px solid #007ee32e;border-top-color:var(--brand);border-radius:50%;width:18px;height:18px;animation:.72s linear infinite global-search-spin}@keyframes global-search-spin{to{transform:rotate(360deg)}}.login-action{width:40px;height:40px;color:var(--text);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;text-decoration:none;display:inline-grid}.login-action:hover{color:var(--brand-strong);border-color:#bddcf3}.login-action.is-authenticated{color:#fff;background:var(--brand-soft);border-color:#cfe4f4;overflow:hidden}.login-avatar{background-position:50%;background-size:cover;width:100%;height:100%}.login-initial,.login-loader{width:100%;height:100%;color:var(--brand-strong);place-items:center;font-size:13px;font-weight:850;display:grid}.login-loader{border:2px solid #007ee32e;border-top-color:var(--brand);border-radius:50%;width:16px;height:16px;animation:.72s linear infinite global-search-spin}.profile-menu-wrap{grid-area:profile;place-items:center;display:grid;position:relative}.profile-menu{z-index:180;width:min(300px,100vw - 24px);color:var(--text);border:1px solid var(--line);border-radius:var(--radius);animation:profile-menu-in var(--motion-fast) var(--ease-out-emphasized) both;background:#fffffffa;gap:4px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #10182821}@keyframes profile-menu-in{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-menu:before{content:"";width:44px;height:12px;position:absolute;bottom:100%;right:12px}.profile-menu-user{border-bottom:1px solid var(--line);gap:2px;min-width:0;padding:8px 10px 10px;display:grid}.profile-menu-user strong,.profile-menu-user span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-menu-user strong{font-size:14px;line-height:1.25}.profile-menu-user span{color:var(--muted);font-size:12px}.profile-menu a{min-height:44px;color:var(--text);border-radius:var(--radius);grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;font-size:14px;font-weight:760;text-decoration:none;display:grid}.profile-menu a:hover{color:var(--brand-strong);background:var(--brand-soft)}.profile-menu .nav-icon{width:30px;height:30px;color:inherit;background:#007ee30f}.profile-menu .nav-icon svg{width:18px;height:18px}.login-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px}.mobile-menu-action{width:40px;height:40px;color:var(--text);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;grid-area:menu;place-items:center;padding:0;display:none}.mobile-menu-action:hover{color:var(--brand-strong);border-color:#bddcf3}.mobile-menu-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}body.account-modal-open{overflow:hidden}.account-modal-layer{z-index:260;-webkit-backdrop-filter:blur(4px)saturate(1.04);backdrop-filter:blur(4px)saturate(1.04);animation:account-modal-backdrop-in var(--motion-normal) var(--ease-standard) both;background:#10182838;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.account-modal{overscroll-behavior:contain;border-radius:var(--radius);transform-origin:50%;width:min(100%,520px);max-height:min(760px,100dvh - 36px);animation:account-modal-panel-in .28s var(--ease-out-emphasized) both;background:#fffffffa;border:1px solid #d8e7f3f5;gap:18px;padding:clamp(24px,5vw,42px);display:grid;position:relative;overflow:auto;box-shadow:0 18px 46px #10182829,inset 0 1px #ffffffdb}@keyframes account-modal-backdrop-in{0%{opacity:0;-webkit-backdrop-filter:blur()saturate();backdrop-filter:blur()saturate()}to{opacity:1;-webkit-backdrop-filter:blur(4px)saturate(1.04);backdrop-filter:blur(4px)saturate(1.04)}}@keyframes account-modal-panel-in{0%{opacity:0;transform:translateY(12px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}.account-modal-close{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:12px;right:12px}.account-modal-close:hover{color:var(--brand-strong);background:var(--brand-soft)}.account-modal-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.account-modal-head{text-align:center;gap:8px;padding-right:36px;display:grid}.account-modal-head h2{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(30px,6vw,44px);font-weight:820;line-height:1.05}.account-modal-head p{max-width:390px;color:var(--muted);margin:0 auto;font-size:15px;line-height:1.45}.account-modal-form{gap:14px;margin-top:8px;display:grid}.account-modal-field{border-bottom:1px solid #cdd9e5;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;padding:0 4px;display:grid}.account-modal-field svg{width:22px;height:22px;color:var(--text);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.account-modal-field input{min-width:0;height:54px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:17px}.account-modal-field input::placeholder{color:#667085}.account-modal-submit{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));width:min(100%,360px);min-height:52px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-self:center;margin-top:10px;font-size:16px;font-weight:760;box-shadow:0 12px 24px #007ee333}.account-modal-submit:hover{background:linear-gradient(135deg,#006fce,#0058c8)}.account-modal-submit:disabled{cursor:wait;opacity:.58}.account-modal-links{color:var(--text);justify-items:center;gap:10px;margin-top:6px;font-size:15px;display:grid}.account-modal-links button{color:var(--brand-strong);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0;font-weight:720}.account-modal-error,.account-modal-success{text-align:center;margin:0;font-size:14px;font-weight:720}.account-modal-error{color:#b42318}.account-modal-success{color:#027a48}.page{width:100%;min-width:0;max-width:var(--content-max);margin:0 auto;padding:48px 18px 88px}.hero{gap:20px;padding:36px 0 28px;display:grid}.eyebrow{color:var(--brand);text-transform:uppercase;font-size:12px;font-weight:800}.hero h1{letter-spacing:0;max-width:780px;margin:0;font-size:clamp(32px,5.2vw,56px);font-weight:780;line-height:1.02}.hero p{max-width:680px;color:var(--muted);margin:0;font-size:18px;line-height:1.55}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.status-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:18px}.status-card strong{margin-bottom:6px;font-size:15px;display:block}.status-card span{color:var(--muted);font-size:14px;line-height:1.45}.home-page{gap:22px;padding-top:28px;display:grid}.home-heading{justify-content:space-between;align-items:start;gap:18px;min-width:0;display:flex}.home-heading h1{letter-spacing:0;max-width:820px;margin:0;font-size:clamp(30px,4vw,42px);font-weight:760;line-height:1.08}.home-heading p{max-width:560px;color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.45}.home-country-chip{min-width:0;max-width:min(100%,220px);min-height:40px;color:var(--muted);border:1px solid var(--line);box-shadow:none;cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:0 13px;font-size:15px;font-weight:650;text-decoration:none;display:inline-flex}.home-country-chip .nav-icon{flex:none;width:24px;height:24px}.home-country-chip .country-context-flag{background:0 0}.home-country-chip img{object-fit:cover;border-radius:50%;width:22px;height:22px}.home-country-chip .nav-label{opacity:1;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:160px;overflow:hidden}.home-chip-row{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:8px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.home-subgenre-row{margin-top:-10px}.home-chip{max-width:min(320px,82vw);min-height:38px;color:var(--text);background:var(--brand-soft);appearance:none;white-space:nowrap;cursor:pointer;border:1px solid #d9ebfb;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 14px;font-family:inherit;font-size:14px;font-weight:650;line-height:1;text-decoration:none;display:inline-flex}.home-chip:hover,.home-chip:focus-visible,.home-chip.is-active{background:#fff;border-color:#b9d8ef;outline:0}.home-chip.is-active{box-shadow:inset 0 0 0 1px #007ee324}.home-chip:disabled{cursor:progress;opacity:.68}.home-feed{gap:34px;display:grid}.home-page .catalog-results-layout{margin-top:0}.home-page .catalog-top-ad{margin-bottom:22px}.home-recommendation-heading{gap:5px;margin-bottom:24px;display:grid}.home-recommendation-heading h2{color:var(--text);margin:0;font-size:clamp(22px,2.8vw,28px);font-weight:740;line-height:1.15}.home-recommendation-heading p{max-width:680px;color:var(--muted);margin:0;font-size:15px;font-weight:560;line-height:1.45}.home-section{gap:14px;min-width:0;display:grid}.home-section-head{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.home-section-head h2{min-width:0;color:var(--text);letter-spacing:0;margin:0;font-size:clamp(21px,2.5vw,25px);font-weight:720;line-height:1.18}.home-section-link{min-height:36px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.home-section-link svg{width:18px;height:18px;color:var(--brand);stroke-width:2.2px}.home-station-row,.home-topic-row{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;grid-template-columns:none;grid-auto-columns:minmax(150px,1fr);grid-auto-flow:column;gap:16px;min-width:0;padding:0 2px 8px;display:grid;overflow-x:auto}.home-station-row .station-card{scroll-snap-align:start}.home-station-row,.home-topic-row{grid-auto-columns:126px;gap:14px}.home-station-row .station-card-tile{background:0 0;border:0;border-radius:0;grid-template-columns:1fr;align-content:start;gap:10px;min-height:0;padding:0}.home-station-row .station-card-tile:hover,.home-station-row .station-card-tile:focus-visible{box-shadow:none;background:0 0}.home-station-row .station-card-logo{border-radius:var(--radius);width:100%;box-shadow:none;background:0 0;border:0}.home-station-row .station-card-logo img{object-fit:cover;border-radius:inherit;width:100%;height:100%;padding:0}.home-station-row .station-card-main{gap:4px}.home-station-row .station-card-title{font-size:14px;font-weight:650;line-height:1.18}.home-station-row .station-card-location{font-size:12px;font-weight:500}.station-topic-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr));gap:18px;margin-top:16px;display:grid}.home-topic-card{scroll-snap-align:start;min-width:0;color:inherit;gap:10px;text-decoration:none;display:grid}.home-topic-art{aspect-ratio:1;color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:var(--radius);box-shadow:none;border:1px solid #e1edf6;place-items:center;display:grid;overflow:hidden}.home-topic-art img{object-fit:cover;width:100%;height:100%}.home-topic-art span{font-size:20px;font-weight:850}.home-topic-main{gap:4px;min-width:0;display:grid}.home-topic-main strong,.home-topic-main span{text-overflow:ellipsis;min-width:0;overflow:hidden}.home-topic-main strong{color:var(--text);white-space:nowrap;font-size:15px;font-weight:650;line-height:1.18}.home-topic-main span{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.28;display:-webkit-box}.home-all-stations{min-height:54px;color:var(--muted);border:1px solid var(--line);border-radius:var(--radius);background:#fff;justify-content:space-between;align-items:center;gap:14px;margin-top:24px;padding:0 18px;font-size:17px;font-weight:650;text-decoration:none;display:flex}.home-all-stations svg{width:22px;height:22px;color:var(--brand);stroke-width:2.2px}.legal-page{max-width:880px;padding-top:30px}.legal-document{gap:34px;display:grid}.legal-hero{gap:12px;padding:0 0 8px;display:grid}.legal-hero h1{margin:0;font-size:clamp(32px,4vw,48px);font-weight:760;line-height:1.08}.legal-hero p{max-width:720px;color:var(--muted);margin:0;font-size:16px;line-height:1.58}.legal-hero span{color:var(--muted);font-size:13px;font-weight:720}.legal-content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);gap:24px;padding:28px;display:grid}.legal-section{border-bottom:1px solid #e6eff7;gap:10px;padding-bottom:24px;display:grid}.legal-section:last-child{border-bottom:0;padding-bottom:0}.legal-section h2{color:var(--text);margin:0;font-size:20px;font-weight:760;line-height:1.25}.legal-section p{color:var(--muted);margin:0;font-size:15px;line-height:1.7}.contact-page{max-width:1040px;padding-top:34px}.contact-hero{gap:14px;padding:8px 0 28px;display:grid}.contact-hero h1{max-width:680px;color:var(--text);letter-spacing:0;margin:0;font-size:clamp(34px,5vw,54px);font-weight:820;line-height:1.04}.contact-hero p{max-width:720px;color:var(--muted);margin:0;font-size:17px;line-height:1.62}.contact-layout{align-items:start;max-width:920px;display:grid}.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:16px;padding:22px;display:grid;box-shadow:0 12px 30px #1018280d}.contact-segment{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;display:grid}.contact-segment button{min-width:0;min-height:92px;color:var(--text);border-radius:var(--radius);font:inherit;text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #d8e7f3;align-content:start;gap:6px;padding:14px;display:grid}.contact-segment button.is-active{color:var(--brand-strong);background:var(--brand-soft);border-color:#abd4ef;box-shadow:inset 0 0 0 1px #007ee31f}.contact-segment strong{font-size:14px;line-height:1.2}.contact-segment span{color:var(--muted);font-size:12px;line-height:1.4}.contact-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-field{gap:7px;min-width:0;display:grid}.contact-field span{color:var(--text);font-size:13px;font-weight:780}.contact-field input,.contact-field select,.contact-field textarea{width:100%;min-width:0;color:var(--text);border-radius:var(--radius);font:inherit;background:#fff;border:1px solid #cbdfea;font-size:15px}.contact-field input,.contact-field select{height:46px;padding:0 12px}.contact-field textarea{resize:vertical;min-height:150px;padding:12px;line-height:1.55}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:#8bc7ef;outline:0;box-shadow:0 0 0 3px #007ee31f}.contact-attachments{border-radius:var(--radius);background:#f8fbff;border:1px solid #d8e7f3;gap:10px;padding:14px;display:grid}.contact-attachments-head{gap:4px;display:grid}.contact-attachments-head strong{color:var(--text);font-size:13px;font-weight:780}.contact-attachments-head span{color:var(--muted);font-size:12px;line-height:1.45}.contact-attachment-input{display:none}.contact-attachment-button{width:fit-content;min-height:42px;color:var(--brand-strong);border-radius:var(--radius);font:inherit;cursor:pointer;background:#fff;border:1px solid #cbdfea;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:820;display:inline-flex}.contact-attachment-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.contact-attachment-list li{border-radius:var(--radius);background:#fff;border:1px solid #d8e7f3;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:8px 10px;display:flex}.contact-attachment-list span{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.contact-attachment-list button{color:var(--brand-strong);font:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:0;font-size:12px;font-weight:820}.contact-attachment-note,.contact-form-error,.contact-form-status{margin:0;font-size:13px;line-height:1.5}.contact-attachment-note{color:var(--muted)}.contact-form-error{color:#b42318;font-weight:760}.contact-form-status{color:#027a48;font-weight:760}.contact-submit{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:var(--radius);width:fit-content;min-height:46px;font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:850;display:inline-flex;box-shadow:0 10px 22px #007ee32e}.app-page{--content-max:1180px;--app-shadow:0 14px 34px #10182814;padding-top:30px}.app-page-heading{max-width:760px}.app-content-flow{min-width:0;overflow:hidden}.app-main{min-width:0}.app-hero{grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:center;gap:clamp(30px,6vw,72px);padding:28px 0 34px;display:grid}.app-hero-copy{gap:18px;min-width:0;display:grid}.app-apps-hero{grid-template-columns:minmax(0,760px);align-items:start}.app-hero-copy h1,.app-section h2,.app-section-head h2{color:var(--text);letter-spacing:0;margin:0}.app-hero-copy h1{max-width:720px;font-size:clamp(34px,5.2vw,62px);font-weight:820;line-height:1.02}.app-hero-copy p:not(.eyebrow),.app-copy-section>p,.app-support-section>p,.app-section-head p{max-width:640px;color:var(--muted);margin:0;font-size:15px;font-weight:430;line-height:1.56}.app-hero-copy .app-hero-subtitle{max-width:680px;color:var(--muted)}.app-hero-actions,.app-card-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.app-primary-link,.app-secondary-link,.google-play-badge{border-radius:var(--radius);justify-content:center;align-items:center;gap:10px;min-height:44px;font-size:14px;font-weight:850;text-decoration:none;display:inline-flex}.app-primary-link{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));padding:0 18px;box-shadow:0 10px 22px #007ee32e}.app-secondary-link{color:var(--brand-strong);background:#fff;border:1px solid #c7def0;padding:0 16px}.app-secondary-link:hover{border-color:#a8cee9;box-shadow:0 8px 20px #1018280f}.google-play-badge{color:#fff;background:#111827;border:1px solid #263244;min-width:178px;padding:7px 14px;box-shadow:0 10px 24px #10182829}.google-play-badge.is-large{min-width:210px;min-height:54px;padding:9px 18px}.google-play-badge span:last-child{gap:1px;line-height:1.08;display:grid}.google-play-badge small{color:#d7dee8;text-transform:uppercase;font-size:10px;font-weight:720}.google-play-mark{clip-path:polygon(0 0,100% 50%,0 100%);background:linear-gradient(135deg,#28d17c 0 35%,#0000 35%),linear-gradient(45deg,#28a8ff 0 42%,#0000 42%),linear-gradient(315deg,#ffca4f 0 46%,#0000 46%),#ff6c5f;flex:none;width:25px;height:28px;position:relative;overflow:hidden}.app-hero-visual{border:1px solid var(--line);min-width:0;box-shadow:var(--app-shadow);background:#fff;border-radius:8px;padding:clamp(10px,2vw,18px)}.app-hero-visual img,.app-platform-media img{border-radius:6px;width:100%;height:auto;display:block}.app-platform-screenshot-media{border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 50% 18%,#007ee314,#0000 42%),linear-gradient(#fff,#f4f9fd);place-items:start center;height:306px;padding:18px;display:grid;overflow:hidden}.app-platform-screenshot-media img{object-fit:cover;object-position:center top;border:1px solid #cbdfeadb;border-radius:18px;width:min(220px,64%);max-width:100%;height:auto;box-shadow:0 14px 30px #1018281a}.app-brand-device-logo{width:88px;height:88px}.app-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:10px;display:grid}.app-platform-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-content:start;gap:18px;min-width:0;padding:20px;display:grid;position:relative;box-shadow:0 10px 28px #1018280d}.app-platform-clickable{cursor:pointer;transition:border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard)}.app-platform-clickable:hover{border-color:#b8d8ee;transform:translateY(-1px);box-shadow:0 16px 34px #10182814}.app-platform-clickable:focus-within{outline-offset:3px;outline:3px solid #007ee32e}.app-card-overlay{z-index:1;border-radius:inherit;position:absolute;inset:0}.app-card-action-link{z-index:2;position:relative}.app-platform-card.is-available{grid-template-rows:auto 1fr}.app-platform-copy{gap:10px;display:grid}.app-platform-copy h2{margin:0;font-size:24px;line-height:1.14}.app-platform-copy p{color:var(--muted);margin:0;font-size:15px;line-height:1.58}.app-stats{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(3,minmax(0,1fr)) minmax(190px,.72fr);align-items:stretch;gap:1px;margin:12px 0 44px;display:grid;overflow:hidden}.app-stats.is-rating-hidden{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(190px,.72fr)}.app-stats div,.app-stats p{background:#fff;margin:0}.app-stats div{gap:4px;padding:18px;display:grid}.app-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:820}.app-stats strong{color:var(--text);font-size:clamp(26px,4vw,38px);line-height:1}.app-stats p{color:var(--muted);align-items:center;padding:18px;font-size:13px;line-height:1.45;display:grid}.app-section{grid-template-columns:minmax(0,1fr);align-items:start;gap:14px;max-width:860px;margin-top:46px;display:grid}.app-section h2,.app-section-head h2{max-width:620px;font-size:clamp(23px,2.3vw,31px);font-weight:760;line-height:1.14}.app-android-page .app-hero-copy h1,.app-ios-page .app-hero-copy h1{max-width:560px;font-size:clamp(30px,3.3vw,42px);line-height:1.08}.app-android-page,.app-ios-page{grid-template-columns:minmax(0,600px) minmax(380px,460px);justify-content:space-between;align-items:start;gap:clamp(28px,4vw,48px);padding:6px 0 30px}.app-ios-page{padding-bottom:10px}.app-android-page .app-hero-copy,.app-ios-page .app-hero-copy{gap:14px}.app-android-page .app-hero-copy p:not(.eyebrow),.app-ios-page .app-hero-copy p:not(.eyebrow){max-width:560px}.app-android-page+.app-section,.app-ios-page+.app-section{margin-top:26px}.app-android-page .app-section h2,.app-android-page .app-section-head h2,.app-ios-page .app-section h2,.app-ios-page .app-section-head h2{max-width:720px;font-size:clamp(24px,2.4vw,32px);font-weight:760;line-height:1.14}.app-phone-presenter{align-self:start;justify-items:end;min-width:0;max-width:100%;padding:2px 22px 46px;display:grid;position:relative;overflow:visible}.app-phone-presenter:after{content:none}.app-ios-page .app-phone-presenter{padding-bottom:10px}.app-phone-stack{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;justify-items:center;width:min(100%,460px);display:grid;position:relative}.app-phone-stack:active{cursor:grabbing}.app-phone-stack.is-static,.app-phone-stack.is-static:active{cursor:default}.app-phone-stack:focus-visible{outline-offset:8px;border-radius:34px;outline:2px solid #007ee357}.app-ios-page .app-phone-stack.is-static{width:min(100%,330px)}.app-phone-device{z-index:1;isolation:isolate;width:var(--app-phone-width,clamp(226px, 20vw, 276px));aspect-ratio:1080/2424;appearance:none;font:inherit;cursor:pointer;transition:opacity var(--motion-normal) var(--ease-out-emphasized), transform var(--motion-normal) var(--ease-out-emphasized);background:#07192c;border:1px solid #cbdfea;border-radius:34px;padding:12px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff73}.app-phone-device:focus-visible{outline-offset:5px;outline:2px solid #007ee36b}.app-phone-device.is-primary{z-index:3}.app-phone-device.is-static{cursor:default}.app-ios-page .app-phone-device.is-static{--app-phone-width:clamp(172px, 14vw, 196px)}.app-phone-device.is-back-left,.app-phone-device.is-back-right{--app-phone-width:clamp(198px, 17vw, 232px);z-index:1;opacity:.9;position:absolute;top:38px}.app-phone-device.is-back-left{transform-origin:50% 92%;left:16px;transform:none}.app-phone-device.is-back-right{transform-origin:50% 92%;right:16px;transform:none}.app-phone-device:before{content:"";z-index:2;pointer-events:none;border:1px solid #fff6;border-radius:26px;position:absolute;inset:8px}.app-phone-speaker{z-index:3;background:#07192c;border:1px solid #ffffff29;border-radius:999px;width:42px;height:5px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.app-phone-device img{z-index:1;object-fit:cover;object-position:center top;pointer-events:none;background:#f6f9fd;border-radius:24px;width:100%;max-width:100%;height:100%;display:block;position:relative}.app-phone-status{z-index:1;width:100%;height:100%;min-height:0;color:var(--text);text-align:center;background:#fff;border-radius:24px;align-content:center;place-items:center;gap:14px;padding:22px;display:grid;position:relative}.app-phone-status-logo{width:58px;height:58px}.app-phone-status-loader{border:4px solid #007ee324;border-top-color:var(--brand);border-radius:50%;place-items:center;width:62px;height:62px;animation:.82s linear infinite app-phone-status-spin;display:grid}.app-phone-status-loader span{background:linear-gradient(135deg, var(--accent), var(--accent-warm));border-radius:50%;width:24px;height:24px}.app-phone-status strong{max-width:180px;font-size:20px;line-height:1.18}@keyframes app-phone-status-spin{to{transform:rotate(360deg)}}.app-proof-grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:520px;margin-top:2px;display:grid;overflow:hidden}.app-proof-grid div{background:#fff;gap:3px;min-width:0;padding:12px 14px;display:grid}.app-proof-grid strong{color:var(--text);font-size:20px;line-height:1}.app-proof-grid span{color:var(--muted);font-size:12px;line-height:1.28}.app-store-note{color:var(--muted);margin:2px 0 0;font-size:12px;font-weight:430;line-height:1.45}.app-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px;display:grid}.app-feature-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;align-content:start;gap:8px;padding:16px;display:grid}.app-feature-icon{width:34px;height:34px;color:var(--brand-strong);background:var(--brand-soft);border:1px solid #c8e8ff;border-radius:50%;place-items:center;display:grid}.app-feature-card h3{margin:0;font-size:15px;line-height:1.22}.app-feature-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.app-feature-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin-top:28px;display:grid}.app-feature-item{border-bottom:1px solid var(--line);grid-template-columns:38px minmax(0,1fr);align-items:start;column-gap:12px;min-width:0;padding:18px 0;display:grid}.app-feature-item h3{margin:0;font-size:14px;font-weight:740;line-height:1.25}.app-feature-item p{color:var(--muted);grid-column:2;margin:5px 0 0;font-size:13px;font-weight:430;line-height:1.46}.app-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.app-link-grid a{min-width:0;min-height:68px;color:var(--text);border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:12px;text-decoration:none;display:grid}.app-link-grid a>svg{color:var(--brand-strong)}.app-link-grid span{gap:3px;min-width:0;display:grid}.app-link-grid strong{font-size:14px;line-height:1.2}.app-link-grid small{color:var(--muted);font-size:12px;line-height:1.3}.app-gallery-section{gap:20px;min-width:0;max-width:100%;margin-top:64px;display:grid}.app-section-head{gap:8px;display:grid}.app-screenshot-strip{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;grid-auto-columns:minmax(210px,248px);grid-auto-flow:column;gap:18px;min-width:0;max-width:100%;margin:0;padding:6px 0 18px;display:grid;overflow-x:auto}.app-screenshot{scroll-snap-align:start;gap:10px;margin:0;display:grid}.app-screenshot img{background:#fff;border:1px solid #cbdfea;border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 12px 28px #1018281a}.app-screenshot figcaption{color:var(--muted);text-align:center;font-size:13px;font-weight:780}.app-support-section{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:16px;padding:26px}.app-support-section .app-secondary-link{justify-self:start}.app-trademark-note{color:var(--muted);margin:28px 0 0;font-size:12px}.app-store-unavailable{width:fit-content;min-height:46px;color:var(--text);border-radius:var(--radius);background:#fff;border:1px solid #c7def0;align-items:center;gap:10px;padding:7px 13px 7px 8px;display:inline-flex;box-shadow:0 8px 22px #1018280d}.app-store-unavailable span{color:#fff;background:#111827;border-radius:7px;place-items:center;width:30px;height:30px;font-size:15px;font-weight:850;display:grid}.app-store-unavailable strong{font-size:13px;line-height:1.25}.app-ios-page .app-store-unavailable span{width:36px}.ios-mini-lab{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(#fff,#f2f9ff),#fff;place-items:center;min-height:240px;padding:24px;display:grid}.app-platform-card .ios-mini-lab{min-height:306px}.site-breadcrumbs{color:#708092;flex-wrap:wrap;align-items:center;gap:0;margin:0 0 2px;font-size:13px;font-weight:520;line-height:1.4;display:flex}.site-breadcrumb-item{align-items:center;gap:0;min-width:0;display:inline-flex}.site-breadcrumbs a{color:inherit;text-decoration:none}.site-breadcrumbs a:hover{color:var(--brand-strong)}.site-breadcrumb-separator{color:#a7b3bf;margin:0 8px;font-weight:420}.site-breadcrumb-current{color:#596779;font-weight:560}.station-page>.site-breadcrumbs{margin-bottom:24px}.station-page{padding-top:24px}.station-profile-flow{gap:26px;display:grid}.station-hero{border-bottom:1px solid var(--line);grid-template-columns:210px minmax(0,1fr);align-items:center;gap:30px;padding:4px 0 28px;display:grid}.station-logo-frame{aspect-ratio:1;border-radius:22px;width:210px;display:block}.station-logo{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.station-logo-empty{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:inherit;place-items:center;width:100%;height:100%;font-size:34px;font-weight:850;display:grid}.station-summary{min-width:0}.station-summary h1{letter-spacing:0;max-width:760px;margin:0;font-size:clamp(28px,2.45vw,34px);font-weight:640;line-height:1.12}.station-kicker{color:var(--brand-strong);letter-spacing:.02em;margin:0 0 8px;font-size:13px;font-weight:820}.station-description{max-width:720px;color:var(--muted);margin:10px 0 0;font-size:14px;font-weight:400;line-height:1.52}.station-page-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px;display:flex}.station-page-play,.station-favorite-action,.station-comments-action{min-height:42px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.station-page-play{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border:1px solid #0000;width:54px;height:54px;padding:0}.station-page-play svg{fill:currentColor;width:22px;height:22px}.station-page-play.is-loading{cursor:progress}.station-action-loading-ring{border:2px solid #ffffff61;border-top-color:#fff;border-radius:999px;width:24px;height:24px;animation:.72s linear infinite player-loading-spin}.station-favorite-action{width:54px;height:54px;padding:0}.station-favorite-action,.station-comments-action{color:var(--text);background:#fff;border:1px solid #cfe0eb}.station-comments-action{padding:0 14px}.station-favorite-action svg,.station-comments-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:22px;height:22px}.station-favorite-action svg.is-filled{fill:#ff6b8a;stroke:#ff4d72}.station-favorite-action:hover,.station-favorite-action.is-active,.station-comments-action:hover{color:var(--brand-strong);background:#f8fcff;border-color:#aad1ef}.station-page-play:disabled,.station-favorite-action:disabled{cursor:not-allowed;opacity:.58}#station-comments-title{scroll-margin-top:calc(var(--topbar-height) + 18px)}.station-action-error{color:#b42318;width:100%;margin:0;font-size:13px;font-weight:700}.station-content-grid{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start;gap:28px;padding-top:0;display:grid}.station-main-content,.station-side-content{gap:28px;display:grid}.station-section{gap:14px;display:grid}.station-section h2,.station-info-block h2{color:var(--text);margin:0;font-size:18px;font-weight:620;line-height:1.25}.station-section p{max-width:780px;color:var(--muted);margin:0;font-size:15px;font-weight:400;line-height:1.7}.station-section-head{justify-content:space-between;align-items:end;gap:16px;display:flex}.station-section-head span{color:var(--muted);font-size:12px;font-weight:560}.station-comments-head{align-items:start}.station-comments-head>div:first-child{gap:4px;display:grid}.station-comments-sort{background:var(--brand-soft);border-radius:var(--radius);border:1px solid #cfe8fa;grid-template-columns:repeat(2,minmax(92px,1fr));min-height:38px;padding:3px;display:inline-grid}.station-comments-sort button{min-width:0;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 12px;font-size:13px;font-weight:780}.station-comments-sort button.is-active{color:var(--brand-strong);background:#fff;box-shadow:0 4px 14px #16416314}.station-comments-sort button:disabled{cursor:wait;opacity:.64}.station-comment-composer{border-radius:var(--radius);background:#fff;border:1px solid #dce8f1;gap:10px;padding:12px;display:grid}.station-comment-composer-text,.station-comment-composer-extra label{color:var(--text);gap:7px;font-size:12.5px;font-weight:680;line-height:1.25;display:grid}.station-comment-composer:not(.is-expanded) .station-comment-composer-text>span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.station-comment-composer textarea,.station-comment-composer input{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--text);font:inherit;transition:border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard);background:#fff;outline:none;padding:11px 12px;font-size:14px;font-weight:520;line-height:1.45}.station-comment-composer textarea::placeholder,.station-comment-composer input::placeholder{color:var(--muted);opacity:.9;font-weight:520}.station-comment-composer textarea{resize:vertical;min-height:54px}.station-comment-composer.is-expanded textarea{min-height:112px}.station-comment-composer textarea:focus,.station-comment-composer input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #007ee31f}.station-comment-composer-extra{gap:10px;display:grid}.station-comment-composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.station-comment-composer-actions .primary-action,.station-comment-composer-actions .secondary-action{justify-content:center;align-items:center;gap:8px;width:auto;min-width:126px;padding-inline:18px;display:inline-flex}.station-comment-composer-actions .secondary-action{margin-right:auto}.station-comment-composer-actions .primary-action{margin-left:auto}.station-comment-composer-actions svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.station-comments-list{border-top:1px solid var(--line);gap:12px;margin:0;padding:14px 0 0;list-style:none;display:grid}.station-comment{border-bottom:1px solid #e5eff7;gap:8px;padding-bottom:12px;display:grid}.station-comment header,.station-comment footer{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.station-comment header strong{color:var(--text);font-size:14px;font-weight:760}.station-comment time,.station-comment footer{color:var(--muted);font-size:12px;font-weight:620}.station-comment-votes{gap:8px}.station-comment-votes button{min-height:30px;color:var(--muted);font:inherit;cursor:pointer;transition:color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), background var(--motion-fast) var(--ease-standard);background:#fff;border:1px solid #d7e5ef;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:760;display:inline-flex}.station-comment-votes button:hover,.station-comment-votes button.is-active{color:var(--brand-strong);background:#f8fcff;border-color:#aad1ef}.station-comment-votes button:disabled{cursor:wait;opacity:.62}.station-comment-votes svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:15px;height:15px}.station-comment p,.station-comments-empty,.station-comments-error{max-width:780px;color:var(--text);margin:0;font-size:14px;font-weight:420;line-height:1.62}.station-comments-empty{color:var(--muted)}.station-comments-error{color:#b42318}.station-comments-success{color:#087443;margin:0;font-size:14px;font-weight:680}.station-comments-actions{align-items:center;min-height:42px;display:flex}.station-comments-actions span{color:var(--muted);font-size:12px;font-weight:620}.station-comment-fields{gap:12px;display:grid}.station-comment-fields label{color:var(--text);gap:7px;font-size:13px;font-weight:720;display:grid}.station-comment-fields input,.station-comment-fields textarea{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--text);font:inherit;transition:border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard);background:#fff;outline:none;padding:11px 12px;font-size:14px;line-height:1.45}.station-comment-fields textarea{resize:vertical;min-height:118px}.station-comment-fields input:focus,.station-comment-fields textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #007ee31f}.station-live-panel,.station-info-block,.station-contact-list{border-top:1px solid var(--line);padding-top:16px}.station-live-panel{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:14px;display:grid}.station-live-panel>svg,.station-contact-row svg{color:#617589;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;background:#ffffff9e;border:1px solid #dce8f1;border-radius:50%;width:38px;height:38px;padding:9px}.station-live-panel strong{color:var(--text);margin-bottom:4px;font-size:15px;font-weight:600;display:block}.station-live-panel p{max-width:620px}.station-live-meta{gap:18px;display:grid}.station-live-panel-current{grid-template-columns:72px minmax(0,1fr);align-items:center}.station-live-panel-current .station-track-artwork{border-radius:10px;width:72px;height:72px}.station-live-kicker{color:var(--muted);margin-bottom:3px;font-size:12px;font-weight:560;line-height:1.35;display:block}.station-track-block{border-top:1px solid var(--line);gap:10px;padding-top:14px;display:grid}.station-track-block h3{color:var(--text);margin:0;font-size:15px;font-weight:620;line-height:1.3}.station-track-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none;display:grid}.station-track-list-recent{grid-template-rows:repeat(3,auto);grid-auto-flow:column}.station-track-row{border-top:1px solid #d8e7f3b8;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:14px;min-width:0;padding:12px 0;display:grid}.station-track-row.is-ranked{grid-template-columns:32px minmax(0,1fr)}.station-track-row.has-artwork{grid-template-columns:46px minmax(0,1fr) max-content}.station-track-row:nth-child(-n+2){border-top:0}.station-track-list-recent .station-track-row:nth-child(-n+2){border-top:1px solid #d8e7f3b8}.station-track-list-recent .station-track-row:first-child,.station-track-list-recent .station-track-row:nth-child(4){border-top:0}.station-track-index{width:26px;height:26px;color:var(--brand-strong);background:var(--brand-soft);border:1px solid #cfe4f4;border-radius:50%;align-self:center;place-items:center;font-size:12px;font-weight:680;line-height:1;display:inline-grid}.station-track-copy{min-width:0;display:block}.station-track-artwork{object-fit:cover;background:#fff;border:1px solid #dce8f1;border-radius:8px;align-self:center;width:46px;height:46px;display:block}.station-track-artwork-empty{background:linear-gradient(135deg,#007ee314,#ff9a5424),#fff;position:relative}.station-track-artwork-empty:after{content:"♪";color:var(--brand-strong);place-items:center;font-size:16px;font-weight:760;display:grid;position:absolute;inset:0}.station-track-title{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:13.5px;font-weight:430;line-height:1.42;display:inline}.station-track-title strong{min-width:0;color:var(--text);font-size:inherit;line-height:inherit;font-weight:650}.station-track-title-separator,.station-track-title-name{color:var(--muted-strong);font-weight:430}.station-track-time{min-width:58px;color:var(--muted);text-align:center;background:#ffffffb8;border:1px solid #dce8f1;border-radius:999px;justify-self:end;padding:4px 8px;font-size:12px;font-weight:620;line-height:1}.station-contact-list{flex-wrap:wrap;gap:10px;display:flex}.station-contact-row{min-height:42px;color:var(--text);align-items:center;gap:10px;font-size:14px;font-weight:560;text-decoration:none;display:inline-flex}.station-contact-row svg{width:32px;height:32px;padding:8px}.station-related-list{overscroll-behavior-inline:contain;border-top:1px solid var(--line);scroll-snap-type:x proximity;scrollbar-width:thin;cursor:grab;-webkit-user-select:none;user-select:none;grid-template-columns:none;grid-auto-columns:112px;grid-auto-flow:column;gap:14px;padding:14px 2px 4px;display:grid;overflow-x:auto}.station-related-list.is-dragging{cursor:grabbing;scroll-snap-type:none}.station-related-list .station-card{scroll-snap-align:start;background:0 0;border:0;border-radius:0;grid-template-columns:1fr;align-content:start;gap:8px;min-height:0;padding:0}.station-related-list.is-dragging .station-card{cursor:grabbing}.station-related-list .station-card:hover,.station-related-list .station-card:focus-visible{background:0 0}.station-related-list .station-card:focus-visible{box-shadow:none}.station-related-list .station-card-logo{aspect-ratio:1;border-radius:var(--radius);background:0 0;border:0;width:100%}.station-related-list .station-card-logo img{object-fit:contain;border-radius:var(--radius);width:100%;height:100%}.station-related-list .station-card-main{display:block}.station-related-list .station-card-title{min-height:2.55em;color:var(--text);white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:650;line-height:1.28;display:-webkit-box;overflow:hidden}.station-side-content{position:sticky;top:96px}.station-info-block{gap:14px;display:grid}.station-info-block:first-child{border-top:0;padding-top:0}.station-detail-list{gap:10px;margin:0;display:grid}.station-detail-list-inline{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;padding-top:12px}.station-detail-item{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:11px;padding:8px 0;display:grid}.station-detail-item svg{color:#617589;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;background:#ffffff9e;border:1px solid #dce8f1;border-radius:50%;width:30px;height:30px;padding:7px}.station-detail-list dt,.station-detail-list dd{margin:0}.station-detail-list dt{color:var(--muted);margin-bottom:2px;font-size:12px;font-weight:560}.station-detail-list dd{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:14px;font-weight:580;line-height:1.42}.station-detail-list a{color:var(--brand-strong);text-decoration:none}.station-muted-text{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.primary-action,.secondary-action,.ghost-action,.player-button{min-height:42px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:0 18px;font-size:15px;font-weight:800;text-decoration:none}.primary-action{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong))}.primary-action:hover{background:linear-gradient(135deg,#006fce,#0058c8)}.secondary-action{color:var(--text);background:var(--surface);border-color:var(--line);align-items:center;display:inline-flex}.ghost-action{color:var(--muted);background:0 0;border-color:#0000;align-items:center;display:inline-flex}.primary-action:disabled,.secondary-action:disabled,.ghost-action:disabled,.player-button:disabled{cursor:not-allowed;opacity:.52}.station-facts{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:28px;display:grid;overflow:hidden}.station-facts div{background:var(--surface);min-width:0;padding:18px}.station-facts strong,.station-facts span{display:block}.station-facts strong{color:var(--muted);margin-bottom:6px;font-size:13px}.station-facts span{overflow-wrap:anywhere;font-size:15px;font-weight:700}.account-shell{gap:24px;padding-top:28px;display:grid}.account-page{padding-top:18px}.account-page .account-shell{gap:20px;padding-top:0}.account-heading{gap:8px;display:grid}.account-heading h1{letter-spacing:0;margin:0;font-size:clamp(30px,4vw,44px);font-weight:760;line-height:1.08}.account-heading p{max-width:560px;color:var(--muted);margin:0;font-size:16px;line-height:1.5}.account-station-form-page .account-heading h1{font-size:clamp(32px,4vw,42px)}.account-station-form-page .account-heading p{max-width:640px}.account-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);gap:16px;padding:22px;display:grid}.account-migration-panel{align-items:start}.account-modal .account-migration-panel{margin-top:2px}.account-migration-title{color:var(--text);font-size:20px;font-weight:820;line-height:1.25;display:block}.account-migration-message{max-width:520px;color:var(--muted);margin:0;font-size:16px;line-height:1.55}.account-settings{gap:0;display:grid}.account-section{border-top:1px solid var(--line);gap:16px;padding:22px 0;display:grid}.account-section:first-child{border-top:0}.account-settings>.account-profile-summary{padding-top:0}.account-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-section-head h2{margin:0;font-size:18px;font-weight:780;line-height:1.2}.account-profile-summary{grid-template-columns:88px minmax(0,1fr) auto;align-items:center}.account-profile-copy{min-width:0}.account-profile-copy strong,.account-profile-copy span,.account-profile-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.account-profile-copy strong{font-size:20px;line-height:1.22}.account-profile-copy span{color:var(--muted);margin-top:4px;font-size:14px}.account-profile-copy small{width:fit-content;color:var(--brand-strong);margin-top:8px;font-size:12px;font-weight:800}.account-tabs{background:#edf6fd;border:1px solid #d7e9f5;border-radius:999px;grid-template-columns:repeat(2,minmax(120px,1fr));gap:4px;width:fit-content;margin:18px 0 0;padding:4px;display:inline-grid}.account-tabs button{min-height:38px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 18px;font-size:14px;font-weight:780}.account-tabs button:hover,.account-tabs button.is-active{color:var(--text);background:#fff;box-shadow:0 4px 14px #1018280f}.account-form{gap:16px;display:grid}.account-form label,.account-readonly-field{color:var(--text);gap:8px;font-size:13px;font-weight:760;display:grid}.account-readonly-field strong{width:100%;min-height:var(--control-height);color:var(--muted);font:inherit;text-overflow:ellipsis;white-space:nowrap;background:#ffffff94;border:1px solid #d6e5ef;border-radius:999px;align-items:center;padding:0 14px;font-size:15px;font-weight:760;display:flex;overflow:hidden}.account-form input,.account-form select,.account-form textarea{width:100%;min-height:var(--control-height);color:var(--text);font:inherit;background:#fff;border:1px solid #c9ddeb;border-radius:999px;outline:0;padding:0 14px;font-size:15px}.account-form textarea{resize:vertical;border-radius:18px;min-height:132px;padding:14px;line-height:1.5}.account-form select{appearance:none}.account-form input:disabled,.account-form select:disabled,.account-form textarea:disabled{color:var(--muted);cursor:not-allowed;background:#ffffff94}.account-form input:focus,.account-form select:focus,.account-form textarea:focus{border-color:#007ee373;box-shadow:0 0 0 3px #007ee314}.account-form small,.account-readonly-field small{color:var(--muted);font-size:12px;line-height:1.4}.account-form .account-file-input,.account-file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;min-height:1px;padding:0;position:absolute;overflow:hidden}.account-submit,.account-inline-action{justify-content:center;align-items:center;width:fit-content;display:inline-flex}.account-secondary-link{width:fit-content;color:var(--brand-strong);font-size:14px;font-weight:760;text-decoration:none}.account-error{color:#b42318;margin:0;font-size:14px;font-weight:720}.account-success{color:#027a48;margin:0;font-size:14px;font-weight:720}.account-muted{color:var(--muted)}.account-profile-row{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;display:grid}.account-avatar{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:50%;place-items:center;width:64px;height:64px;font-size:22px;font-weight:850;display:grid;overflow:hidden}.account-avatar-large{width:80px;height:80px;font-size:28px}.account-avatar-image{background-position:50%;background-size:cover;width:100%;height:100%}.account-avatar-button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:80px;height:80px;padding:0;position:relative}.account-avatar-button:focus-visible{outline-offset:4px;outline:3px solid #007ee338}.account-avatar-button .account-avatar{transition:filter var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard)}.account-avatar-button:hover .account-avatar{filter:brightness(.82);transform:scale(1.015)}.account-avatar-edit-icon{color:#fff;opacity:0;transition:opacity var(--motion-fast) var(--ease-standard);background:#10182857;border-radius:50%;place-items:center;display:grid;position:absolute;inset:0}.account-avatar-button:hover .account-avatar-edit-icon,.account-avatar-button:focus-visible .account-avatar-edit-icon{opacity:1}.account-avatar-edit-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:28px;height:28px}.account-avatar-modal{gap:16px;width:min(100%,440px);padding:28px}.account-avatar-modal .account-modal-head{text-align:left;gap:6px;padding-right:42px}.account-avatar-modal .account-modal-head h2{font-size:clamp(25px,4vw,30px)}.account-avatar-modal .account-modal-head p{max-width:none;margin:0;font-size:14px}.account-avatar-modal-body{background:#f7fbff;border:1px solid #d8e7f3;border-radius:26px;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:18px;padding:16px;display:grid}.account-avatar-modal-preview{place-items:center;display:grid}.account-avatar-modal-preview .account-avatar{width:96px;height:96px;font-size:36px}.account-avatar-modal-actions{flex-direction:column;align-items:stretch;gap:8px;display:flex}.account-avatar-modal-actions .account-inline-action{width:100%}.account-profile-row strong,.account-profile-row span,.account-profile-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.account-profile-row strong{font-size:18px}.account-profile-row span{color:var(--muted);margin-top:2px;font-size:14px}.account-profile-row small{width:fit-content;color:var(--brand-strong);margin-top:8px;font-size:12px;font-weight:800}.account-actions{flex-wrap:wrap;gap:10px;display:flex}.account-profile-actions{flex-wrap:wrap;justify-content:end;gap:10px;display:flex}.account-list-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.account-status-chips{background:#edf6fd;border:1px solid #d7e9f5;border-radius:999px;flex-wrap:wrap;gap:6px;width:fit-content;padding:4px;display:inline-flex}.account-status-chips button{min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 16px;font-size:13px;font-weight:760}.account-status-chips button:hover,.account-status-chips button.is-active{color:var(--text);background:#fff;box-shadow:0 4px 14px #1018280f}.account-stations,.account-station-list,.station-submit-form,.station-submit-section{gap:16px;display:grid}.account-station-card{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px 0;display:grid}.account-station-card-main{min-width:0;color:inherit;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:14px;text-decoration:none;display:grid}.account-station-logo,.station-logo-preview{aspect-ratio:1;color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:var(--radius);place-items:center;width:72px;font-size:22px;font-weight:820;display:grid;overflow:hidden}.account-station-logo img,.station-logo-preview img{object-fit:contain;background:#fff;width:100%;height:100%}.account-station-copy{gap:4px;min-width:0;display:grid}.account-station-title-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.account-station-title-row strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:720;overflow:hidden}.account-station-copy small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;overflow:hidden}.account-status-badge{color:#8a5700;background:#fff6df;border:1px solid #f3d28a;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-style:normal;font-weight:820;display:inline-flex}.account-status-badge.is-published{color:#027a48;background:#ecfdf3;border-color:#b7e7c7}.account-station-pending-revision{font-weight:760;color:var(--brand-strong)!important}.account-station-actions{flex-wrap:wrap;justify-content:end;gap:8px;display:flex}.station-submit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.station-logo-upload{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:18px;display:grid}.station-logo-preview{width:96px}.station-logo-upload-actions{justify-items:start;gap:8px;display:grid}.station-combo-field{gap:8px;min-width:0;display:grid;position:relative}.station-field-label{color:var(--text);font-size:13px;font-weight:780}.station-combo-trigger{width:100%;min-height:var(--control-height);color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #c9ddeb;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-size:15px;font-weight:700;display:flex}.station-combo-trigger:after{content:"";opacity:.6;border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transform:rotate(45deg)translateY(-2px)}.station-combo-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.station-combo-trigger:hover,.station-combo-trigger.is-open,.station-combo-trigger:focus-visible{border-color:#007ee373;outline:0;box-shadow:0 0 0 3px #007ee314}.station-combo-trigger:disabled{color:var(--muted);cursor:not-allowed;background:#ffffff94}.station-combo-popover{z-index:40;background:#fff;border:1px solid #d6e5ef;border-radius:20px;gap:8px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 44px #10182824}.station-combo-search,.station-multi-combo-search{background:#f7fbff;border:1px solid #d6e5ef;border-radius:999px;align-items:center;gap:8px;min-width:180px;padding:0 12px;display:flex}.account-form .station-combo-search,.account-form .station-multi-combo-search{align-items:center;gap:8px;display:flex}.station-combo-search .search-icon,.station-multi-combo-search .search-icon{flex:none}.station-combo-search input,.station-multi-combo-search input{width:auto;min-width:0;min-height:40px;box-shadow:none;background:0 0;border:0;border-radius:0;outline:0;flex:auto;padding:0}.account-form .station-combo-search input:focus,.account-form .station-multi-combo-search input:focus{box-shadow:none;border:0;outline:0}.station-combo-list{gap:4px;max-height:280px;display:grid;overflow:auto}.station-combo-option{min-height:42px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.station-combo-option:hover,.station-combo-option.is-active{background:var(--brand-soft)}.station-combo-option strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:760;overflow:hidden}.station-combo-option small,.station-combo-empty{color:var(--muted);font-size:12px;font-weight:720}.station-combo-empty{padding:12px 10px}.station-multi-combo{gap:10px;display:grid;position:relative}.station-multi-combo-control{background:#fff;border:1px solid #c9ddeb;border-radius:24px;flex-wrap:wrap;align-items:center;gap:8px;min-height:58px;padding:9px;display:flex}.station-multi-combo-control:focus-within{border-color:#007ee373;box-shadow:0 0 0 3px #007ee314}.station-selected-chip{min-height:36px;color:var(--brand-strong);background:var(--brand-soft);font:inherit;cursor:pointer;border:1px solid #badcf6;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:780;display:inline-flex}.station-multi-combo-search{background:0 0;border-color:#0000;flex:260px}.station-genre-results{z-index:35;background:#fff;border:1px solid #d6e5ef;border-radius:20px;max-height:244px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 44px #10182824}.station-stream-row{grid-template-columns:88px minmax(0,1fr) minmax(104px,132px);align-items:center;gap:10px;min-height:54px;display:grid}.station-stream-row>strong{color:var(--muted);white-space:nowrap;font-size:13px;font-weight:820}.station-stream-url-field{min-width:0}.station-bitrate-select{gap:0}.station-bitrate-select .station-combo-trigger{min-height:44px;padding:0 12px;font-size:14px;font-weight:760}.station-bitrate-select .station-combo-popover{min-width:168px;left:auto}.account-field-error{font-weight:720;color:#b42318!important}.station-submit-actions{padding-bottom:12px}.account-security-panel{gap:0}.account-setting-row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:72px;padding:16px 0;display:grid}.account-section-head+.account-setting-row{border-top:0}.account-setting-row div{gap:4px;min-width:0;display:grid}.account-setting-row strong,.account-setting-row span{text-overflow:ellipsis;min-width:0;overflow:hidden}.account-setting-row strong{font-size:15px;line-height:1.3}.account-setting-row span{color:var(--muted);font-size:13px;line-height:1.4}.account-setting-row-muted{margin-top:8px}.account-password-modal{width:min(100%,480px)}.account-password-modal .account-modal-head h2{font-size:clamp(26px,5vw,36px)}.account-password-modal-form{margin-top:4px}.catalog-page{padding-top:24px}.catalog-heading{max-width:880px;padding:0 0 12px}.catalog-heading h1{letter-spacing:0;margin:0;font-size:clamp(26px,3.4vw,40px);font-weight:760;line-height:1.08}.catalog-heading p:not(.eyebrow){max-width:560px;color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.45}.genre-landing-heading p:not(.eyebrow){max-width:680px}.catalog-main{min-width:0}.catalog-results-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:22px;margin-top:14px;display:grid}.catalog-results-column{min-width:0}.catalog-ad-rail{display:none}.catalog-ad-rail-stack{gap:18px;display:grid}.catalog-reset-row a,.empty-state a{text-decoration:none}.catalog-reset-row{justify-content:flex-end;margin-top:10px;display:flex}.catalog-reset-row a{color:var(--brand);font-size:14px;font-weight:850}.search-summary{color:var(--muted);margin:6px 0 0;font-size:14px;font-weight:700}.search-page-form{width:min(100%,720px);min-height:52px;color:var(--muted);background:#fff;border:1px solid #c9ddeb;border-radius:999px;grid-template-columns:18px minmax(0,1fr) 42px;align-items:center;gap:12px;margin-top:16px;padding:0 5px 0 18px;display:grid;box-shadow:0 8px 22px #1018280d}.search-page-form:focus-within{border-color:#007ee373;box-shadow:0 10px 24px #10182812,0 0 0 3px #007ee314}.search-page-form input{min-width:0;height:48px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:15px}.search-page-form button{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));cursor:pointer;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.search-page-form button:disabled{cursor:default;opacity:.42}.search-page-form button .search-icon{border-width:2px;border-color:currentColor;width:13px;height:13px}.search-page-form button .search-icon:after{background:currentColor}.search-empty{max-width:560px;margin-top:22px;padding:4px 0}.search-empty h2{margin:0;font-size:20px;line-height:1.25}.search-empty p{color:var(--muted);margin:8px 0 12px;font-size:15px;line-height:1.5}.search-empty a{color:var(--brand);text-underline-offset:4px;font-weight:850;-webkit-text-decoration:underline #007ee347;text-decoration:underline #007ee347}.catalog-filterbar{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.catalog-filterbar>.country-context-action{display:none}.catalog-filterbar>button{max-width:100%;min-height:36px;color:var(--text);background:var(--brand-soft);font:inherit;cursor:pointer;border:1px solid #d9ebfb;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:720;display:inline-flex}.catalog-filterbar>.country-context-action.is-filter-chip{justify-content:flex-start;align-items:center}.catalog-filterbar>.country-context-action.is-filter-chip .nav-icon{width:24px;height:24px;font-size:17px}.catalog-filterbar>.country-context-action.is-filter-chip .country-context-flag img{width:20px;height:20px}.catalog-filterbar>.country-context-action.is-filter-chip .nav-label{opacity:1;max-width:120px}.catalog-filterbar>button:hover{background:#fff;border-color:#b9d8ef}.catalog-filterbar>.catalog-filter-reset{width:36px;min-width:36px;color:var(--muted);justify-content:center;padding:0}.catalog-filterbar>.catalog-filter-reset:hover{color:var(--text)}.ad-slot{color:#7b8da0;background:linear-gradient(180deg, #ffffffb3, #eef8ffa8), var(--surface);border-radius:var(--radius);border:1px solid #c8ddebd1;place-items:center;min-width:0;display:grid;overflow:hidden}.ad-slot span{color:inherit;letter-spacing:0;text-transform:uppercase;font-size:10px;font-weight:850}.ad-slot-leaderboard{min-height:86px}.ad-slot-rail{min-height:250px}.catalog-top-ad{margin-bottom:6px}.filter-caret{opacity:.7;border-bottom:2px solid;border-right:2px solid;width:9px;height:9px;transform:translateY(-2px)rotate(45deg)}.filter-sheet-open{overflow:hidden}.filter-sheet-layer{z-index:5000;background:#1018282e;animation:.18s ease-out filter-backdrop-in;position:fixed;inset:0}.filter-dialog{z-index:5001;width:min(460px,100vw);max-width:none;height:100dvh;max-height:100dvh;color:var(--text);background:var(--surface);border-radius:var(--radius) 0 0 var(--radius);border:0;margin:0;padding:0;animation:.18s ease-out filter-sheet-in;position:fixed;inset:0 0 0 auto;box-shadow:-10px 0 26px #1018281a}@keyframes filter-sheet-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes filter-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.account-modal-layer,.account-modal,.filter-sheet-layer,.filter-dialog{animation-duration:1ms}.app-phone-status-loader{animation:none}}.filter-selector{flex-direction:column;display:flex;overflow:hidden}.filter-selector-head{background:var(--surface);grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:12px;padding:18px 22px 6px;display:grid}.filter-selector-head div{min-width:0}.filter-selector-head strong{font-size:20px;line-height:1.15;display:block}.filter-selector-head span{color:var(--muted);margin-top:5px;font-size:13px;font-weight:650;line-height:1.35;display:block}.filter-selector-head button{width:36px;height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-weight:850;display:grid}.filter-selector-head button:hover{background:var(--brand-soft)}.close-icon{width:16px;height:16px;display:block;position:relative}.close-icon:before,.close-icon:after{content:"";background:currentColor;border-radius:999px;width:14px;height:2px;position:absolute;top:7px;left:1px}.close-icon:before{transform:rotate(45deg)}.close-icon:after{transform:rotate(-45deg)}.filter-dialog-search{min-height:48px;color:var(--muted);border-radius:var(--radius);background:#fff;border:1px solid #c8ddeb;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;margin:10px 22px 12px;padding:0 14px;display:grid;box-shadow:0 6px 18px #1018280a}.filter-dialog-search input{min-width:0;height:40px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0}.search-icon{border:2px solid;border-radius:50%;width:14px;height:14px;display:block}.search-icon:after{content:"";background:currentColor;border-radius:999px;width:7px;height:2px;margin:9px 0 0 10px;display:block;transform:rotate(45deg)}.filter-dialog-list{flex:auto;align-content:start;gap:2px;min-height:0;max-height:none;padding:4px 14px 18px;display:grid;overflow:auto}.filter-option-section{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:12px 12px 7px;font-size:11px;font-weight:850;line-height:1}.filter-option{width:100%;min-height:54px;color:var(--text);border-radius:var(--radius);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:10px;padding:0 8px 0 14px;text-decoration:none;display:grid}.filter-option:hover,.filter-option.is-active{color:var(--brand-strong);background:#f7fbff}.filter-option-media{display:none}.filter-option-media.is-flag{background:#fff;border-color:#d6e5ef;width:38px;height:38px;font-size:26px;box-shadow:0 1px 2px #1018280f}.filter-option-media.is-language{width:38px;height:38px;color:var(--brand-strong);background:#f4f9fd;border-color:#d6e5ef;font-size:11px}.filter-option-media.is-empty{opacity:0}.filter-option-media.is-location{position:relative}.filter-option-media.is-location:before,.filter-option-media.is-location:after{content:"";border-radius:50%;display:block}.filter-option-media.is-location:before{border:2px solid;width:12px;height:12px}.filter-option-media.is-location:after{background:currentColor;width:5px;height:5px;position:absolute}.filter-option-check{opacity:0;border:0;border-radius:50%;justify-self:end;place-items:center;width:20px;height:20px;display:grid}.filter-option.is-active .filter-option-check{background:var(--brand);opacity:1}.filter-option.is-active .filter-option-check:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:5px;transform:translateY(-1px)rotate(-45deg)}.filter-option-copy{gap:3px;min-width:0;display:grid}.filter-option-copy strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:820;line-height:1.2;overflow:hidden}.filter-option-copy small{color:var(--muted);font-size:12px;font-weight:650}.filter-option-count{min-height:24px;color:var(--muted);background:#f2f7fb;border-radius:999px;align-items:center;gap:5px;padding:0 7px;font-size:11px;font-weight:850;display:inline-flex}.radio-count-icon{width:14px;height:14px;color:var(--brand);stroke-width:2.35px;flex:0 0 14px;display:block}.filter-dialog-empty{color:var(--muted);text-align:center;margin:18px 0 8px}.mobile-menu-dialog{width:min(360px,88vw)}.mobile-menu-nav{gap:4px;padding:8px 14px 18px;display:grid}.mobile-menu-nav a,.mobile-menu-nav button.is-mobile-menu-item{min-height:56px;color:var(--text);border-radius:var(--radius);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:0 12px;font-size:15px;font-weight:760;text-decoration:none;display:grid}.mobile-menu-section{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:10px 12px 2px;font-size:11px;font-weight:850}.mobile-menu-nav a:hover,.mobile-menu-nav a.is-active,.mobile-menu-nav button.is-mobile-menu-item:hover{color:var(--brand-strong);background:#f7fbff}.mobile-menu-nav button.is-mobile-menu-item{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.mobile-menu-nav .nav-icon{width:36px;height:36px;color:inherit;background:#f4f9fd;border:1px solid #dfecf5}.mobile-menu-nav .nav-label{opacity:1;max-width:none}.mobile-menu-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.station-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,390px),1fr));gap:0 26px;margin-top:12px;display:grid}.genre-catalog{gap:14px;margin-top:12px;display:grid}.genre-search{width:min(100%,520px);min-height:46px;color:var(--muted);background:#fff;border:1px solid #c9ddeb;border-radius:999px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:12px;padding:0 16px;display:grid;box-shadow:0 8px 22px #1018280a}.genre-search input{min-width:0;height:42px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0}.genre-result-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,390px),1fr));gap:0 26px;margin-top:4px;display:grid}.genre-card{border-bottom:1px solid var(--line);min-width:0;min-height:76px;color:inherit;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;padding:8px 4px 8px 0;text-decoration:none;display:grid}.genre-card:hover{color:var(--brand-strong)}.genre-card-icon{width:52px;height:52px;color:var(--brand-strong);background:#007ee312;border:1px solid #007ee31a;border-radius:50%;place-items:center;font-size:18px;font-weight:820;display:grid}.country-card-flag{color:var(--text);background:#fff;border-color:#d8e7f1;font-size:24px;line-height:1;box-shadow:0 4px 14px #1018280d}.genre-card-main{gap:3px;min-width:0;display:grid}.genre-card-main strong,.genre-card-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.genre-card-main strong{font-size:16px;font-weight:720;line-height:1.18}.genre-card-main span,.genre-card-count{color:var(--muted);font-size:13px;font-weight:650}.genre-card-count{white-space:nowrap;justify-self:end}.station-card{min-width:0;min-height:90px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:12px;padding:8px 10px 8px 0;text-decoration:none;display:grid}.station-card:hover,.station-card:focus-visible{background:#ffffff8f;outline:0}.station-card:focus-visible{box-shadow:inset 2px 0 0 var(--brand)}.station-card-logo{aspect-ratio:1;border-radius:var(--radius);color:#fff;background:0 0;border:0;place-items:center;width:78px;font-weight:750;display:grid;overflow:hidden}.station-card-logo img{object-fit:contain;width:78px;height:78px}.station-card-logo span{background:linear-gradient(135deg, var(--brand), var(--brand-strong));place-items:center;width:100%;height:100%;display:grid}.station-card-main{gap:5px;min-width:0;display:grid}.station-card-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:650;line-height:1.25;display:block;overflow:hidden}.station-card-location{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.account-favorite-card{grid-template-columns:84px minmax(0,1fr) 44px}.account-favorite-card-link{color:inherit;text-decoration:none;display:contents}.account-favorite-remove{color:#ff4d72;cursor:pointer;width:38px;height:38px;transition:color var(--motion-fast) var(--ease-standard), background var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard);background:#fff;border:1px solid #ffd1dc;border-radius:50%;justify-self:end;place-items:center;display:grid}.account-favorite-remove:hover,.account-favorite-remove:focus-visible{color:#d82f55;background:#fff5f7;border-color:#ff9fb6;outline:0}.account-favorite-remove:disabled{cursor:progress;opacity:.58}.account-favorite-remove svg{fill:currentColor;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:18px;height:18px}.history-actions{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:0 0 10px;display:flex}.history-actions span{color:var(--muted);font-size:13px;font-weight:650}.history-actions button,.history-load-more{min-height:38px;color:var(--brand-strong);border-radius:var(--radius);font:inherit;cursor:pointer;background:#fff;border:1px solid #cbdfea;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:820;text-decoration:none;display:inline-flex}.history-load-more{margin:8px auto 0}.play-icon{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:11px solid;width:0;height:0;margin-left:3px}.pause-icon{border-left:5px solid;border-right:5px solid;width:14px;height:18px;display:inline-block}.empty-state{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-top:22px;padding:28px}.empty-state h2{margin:0;font-size:24px}.empty-state p{color:var(--muted);margin:8px 0 16px}.empty-state a{color:var(--brand);font-weight:850}.not-found-page{min-height:min(720px,100vh - 260px)}.not-found-heading .eyebrow{color:var(--brand);margin:0 0 8px;padding:0}.not-found-panel{text-align:left;max-width:720px}.not-found-code{border:1px solid var(--line);min-width:76px;height:48px;color:var(--brand-strong);background:var(--brand-soft);letter-spacing:0;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;font-size:18px;font-weight:900;display:inline-flex}.not-found-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.not-found-actions .primary-action,.not-found-actions .secondary-action{justify-content:center;align-items:center}.not-found-actions .primary-action{color:#fff}.not-found-actions .secondary-action{color:var(--brand)}.history-empty{text-align:left;background:0 0;border:0;border-radius:0;max-width:560px;margin-top:18px;padding:6px 0}.history-empty h2{font-size:18px;line-height:1.25}.history-empty p{max-width:34rem;margin:7px 0 10px;font-size:14px;line-height:1.5}.history-empty a{text-underline-offset:4px;font-size:14px;-webkit-text-decoration:underline #007ee347;text-decoration:underline #007ee347}.catalog-infinite-sentinel{min-height:48px;color:var(--muted);place-items:center;margin-top:20px;font-size:13px;font-weight:800;display:grid}.catalog-infinite-sentinel span{align-items:center;min-height:34px;display:inline-flex}.catalog-infinite-sentinel[aria-busy=true] span{gap:10px}.catalog-infinite-sentinel[aria-busy=true] span:before{content:"";border:2px solid #007ee324;border-top-color:var(--brand);border-radius:999px;width:18px;height:18px;animation:.72s linear infinite player-loading-spin}.persistent-player{z-index:50;bottom:16px;right:18px;left:calc(var(--sidebar-width) + 18px);max-width:1040px;min-height:76px;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #c9e9ff;border-radius:18px;grid-template-columns:minmax(0,1fr) auto 62px;align-items:center;gap:12px;margin:0 auto;padding:10px 12px 10px 14px;display:grid;position:fixed}.player-station{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.player-logo{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:14px;width:58px;height:58px}.player-logo-link{border-radius:14px;width:58px;height:58px;text-decoration:none;display:block}.player-logo-link:focus-visible{outline:3px solid var(--brand-soft);outline-offset:3px}.player-logo.is-track-artwork{object-fit:cover}.player-logo-empty{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-strong));place-items:center;font-size:13px;font-weight:850;display:grid}.player-copy{gap:3px;min-width:0;display:grid}.player-title{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:780;line-height:1.2;text-decoration:none;overflow:hidden}.player-subtitle{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.35;overflow:hidden}.player-controls{align-items:center;gap:10px;display:inline-flex}.player-icon-button{color:#697586;cursor:pointer;width:44px;height:44px;transition:color var(--motion-fast) var(--ease-standard), background var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard);background:#f6fbfff0;border:1px solid #dbeaf5;border-radius:999px;flex:none;place-items:center;padding:0;display:inline-grid}.player-icon-button:hover,.player-icon-button:focus-visible,.player-icon-button.is-active{color:var(--brand-strong);background:#eef8ff;border-color:#b7daf3}.player-icon-button:disabled{cursor:not-allowed;opacity:.48}.player-icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:24px;height:24px}.player-icon-button svg.is-filled{fill:#ff6b8a;stroke:#ff4d72}.player-volume-icon .speaker-body{fill:currentColor;stroke:none}.player-volume-icon .speaker-wave{fill:none;stroke:currentColor}.player-icon-button.is-muted{color:#697586}.player-volume-control{align-items:center;display:inline-flex;position:relative}.player-volume-slider{opacity:0;width:0;transition:width var(--motion-normal) var(--ease-out-emphasized), opacity var(--motion-fast) var(--ease-standard);overflow:hidden}.player-volume-control:hover .player-volume-slider,.player-volume-control:focus-within .player-volume-slider{opacity:1;width:112px;margin-left:8px}.player-volume-slider input{width:104px;accent-color:var(--brand);cursor:pointer}.player-button{color:#fff;background:linear-gradient(135deg, #1599f5, var(--brand-strong));width:62px;height:62px;box-shadow:none;white-space:nowrap;transition:background var(--motion-fast) var(--ease-standard);border-radius:999px;place-items:center;display:inline-grid;position:relative;overflow:hidden}.player-button .play-icon{border-top-width:9px;border-bottom-width:9px;border-left-width:14px;margin-left:4px}.player-button .pause-icon{border-left-width:6px;border-right-width:6px;width:18px;height:22px}.player-button.is-loading{cursor:progress}.player-loading-ring{box-sizing:border-box;pointer-events:none;transform-origin:50%;border:4px solid #ffffff57;border-top-color:#fff;border-radius:999px;animation:.72s linear infinite player-loading-spin;position:absolute;inset:4px}@keyframes player-loading-spin{to{transform:rotate(360deg)}}.player-button:hover,.player-button:focus-visible{background:linear-gradient(135deg,#0d8feb,#005ecf)}@media (prefers-reduced-motion:reduce){.player-loading-ring{animation-duration:1.4s}}@media (min-width:1180px){.catalog-results-layout.has-ad-rail{grid-template-columns:minmax(0, 1fr) var(--ad-rail-width)}.catalog-ad-rail{align-self:stretch;min-width:0;display:block}.catalog-ad-rail-stack{top:calc(var(--topbar-height) + var(--ad-rail-sticky-top));max-height:calc(100dvh - var(--topbar-height) - var(--ad-rail-sticky-top) - var(--ad-rail-player-clearance));position:sticky;overflow:clip}.app-android-page{grid-template-columns:minmax(0,600px) minmax(380px,460px);gap:clamp(28px,4vw,48px);padding-top:4px;padding-bottom:32px}}@media (max-width:960px){:root{--topbar-height:64px}.shell{padding-left:0}.route-loader-overlay{left:0}.site-footer-inner{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.contact-layout{max-width:none}.topbar{grid-template:"brand search profile menu"/auto minmax(0,1fr) auto auto;gap:10px;padding:9px 12px}.desktop-sidebar{display:none}.topbar-brand{grid-area:brand;min-width:auto}.topbar-brand span:last-child{display:none}.global-search{grid-area:search;grid-template-columns:16px minmax(0,1fr) 0;gap:10px;min-height:44px;padding-left:14px;padding-right:12px}.global-search.has-query{grid-template-columns:16px minmax(0,1fr) 38px;padding-right:5px}.global-search-panel{width:auto;right:0}.global-search-results{max-height:calc(100dvh - var(--topbar-height) - 14px)}.global-search input{height:40px;font-size:14px}.global-search-submit{width:34px;height:34px}.login-action{width:36px;height:36px}.profile-menu-wrap{grid-area:profile}.topbar-discovery-nav{display:none}.mobile-menu-action{width:36px;height:36px;display:inline-grid}.catalog-filterbar>.country-context-action.is-filter-chip{flex:none;display:inline-flex}.persistent-player{left:18px}.station-content-grid{grid-template-columns:1fr;gap:30px}.station-side-content{position:static}.app-hero,.app-section{grid-template-columns:1fr}.app-phone-presenter{justify-items:center}.app-platform-grid,.app-feature-grid,.app-feature-list,.app-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.app-stats p{grid-column:1/-1}}@media (max-width:720px){:root{--player-footer-clearance:126px}.page{max-width:100%;padding-top:28px;padding-left:14px;padding-right:14px}.account-page{padding-top:14px}.app-page{padding-top:20px}.app-hero{gap:24px;padding-top:14px}.app-android-page{padding-bottom:22px}.app-ios-page{padding-bottom:8px}.app-hero-copy h1{font-size:clamp(32px,10vw,44px)}.app-hero-copy p:not(.eyebrow),.app-copy-section>p,.app-support-section>p,.app-section-head p{font-size:15px}.app-platform-grid,.app-feature-grid,.app-feature-list,.app-link-grid,.app-stats{grid-template-columns:1fr}.app-phone-device{border-radius:26px;width:min(54vw,194px)}.app-ios-page .app-phone-device.is-static{width:min(48vw,176px)}.app-phone-stack{width:min(88vw,288px)}.app-ios-page .app-phone-stack.is-static{width:min(78vw,236px)}.app-phone-device.is-back-left,.app-phone-device.is-back-right{width:min(46vw,164px);top:22px}.app-phone-device img,.app-phone-status{border-radius:20px}.app-phone-status{gap:8px;padding:18px 12px}.app-phone-status-logo{width:42px;height:42px}.app-phone-status-loader{border-width:3px;width:42px;height:42px}.app-phone-status-loader span{width:17px;height:17px}.app-phone-status strong{font-size:15px}.app-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app-proof-grid div{padding:10px}.app-proof-grid strong{font-size:19px}.app-stats p{grid-column:auto}.app-platform-card,.app-support-section{padding:16px}.app-screenshot-strip{grid-auto-columns:minmax(210px,74vw);padding-left:0;padding-right:0}.google-play-badge.is-large{width:100%}.app-primary-link,.app-secondary-link{flex:180px}.app-store-unavailable{width:100%}.legal-content{padding:20px}.legal-section h2{font-size:18px}.contact-page{padding-top:20px}.contact-hero{padding-bottom:20px}.contact-hero h1{font-size:34px}.contact-hero p{font-size:15px}.contact-form{padding:16px}.contact-segment,.contact-field-grid{grid-template-columns:1fr}.contact-segment button{min-height:0}.contact-submit,.contact-attachment-button{width:100%}.site-footer{margin-top:0}.site-footer-inner,.site-footer-bottom{width:calc(100% - 28px)}.site-footer-inner{grid-template-columns:1fr;gap:26px;padding:28px 0 22px}.site-footer-brand p,.site-footer-recaptcha{line-height:1.55}.catalog-page{padding-top:18px}.station-page{padding-top:20px}.site-breadcrumbs{margin-bottom:18px;font-size:13px;font-weight:520}.catalog-heading h1{font-size:28px}.home-station-row,.home-topic-row{grid-auto-columns:116px;gap:12px}.catalog-heading p:not(.eyebrow){font-size:14px}.status-grid{grid-template-columns:1fr}.account-profile-summary{grid-template-columns:72px minmax(0,1fr)}.account-profile-actions,.account-profile-summary .account-inline-action{grid-column:1/-1;justify-content:start}.account-list-toolbar,.account-station-card{grid-template-columns:1fr;align-items:start}.account-station-actions{justify-content:start}.station-submit-grid,.station-stream-row{grid-template-columns:1fr}.station-combo-popover{position:static}.station-logo-upload{grid-template-columns:1fr;justify-items:start}.account-tabs{width:100%}.account-tabs button{padding:0 12px}.account-setting-row{grid-template-columns:1fr;align-items:start;gap:12px}.account-avatar-large,.account-avatar-button{width:72px;height:72px}.account-avatar-modal{padding:22px}.account-avatar-modal-body{text-align:center;grid-template-columns:1fr;justify-items:center}.account-avatar-modal-actions{width:100%}.station-hero,.station-facts{grid-template-columns:1fr}.station-hero{align-items:start;gap:16px;padding-top:4px;padding-bottom:22px}.station-logo-frame{border-radius:16px;width:152px}.station-summary h1{font-size:25px;font-weight:640;line-height:1.1}.station-description{margin-top:8px;font-size:12.5px;line-height:1.5}.station-page-actions{align-items:center;margin-top:14px}.station-page-play,.station-favorite-action,.station-comments-action{flex:none;min-height:46px;font-size:12px;font-weight:640}.station-page-play,.station-favorite-action{width:48px;height:48px}.station-comments-action{padding:0 13px}.station-section h2,.station-info-block h2{font-size:17px;font-weight:620}.station-section p{font-size:14px;line-height:1.62}.station-section-head{align-items:start;display:grid}.station-track-list{grid-template-columns:1fr}.station-track-list-recent{grid-template-rows:none;grid-auto-flow:row}.station-track-row:nth-child(-n+2){border-top:1px solid #d8e7f3b8}.station-track-row:first-child{border-top:0}.station-track-list-recent .station-track-row:nth-child(4){border-top:1px solid #d8e7f3b8}.station-detail-list-inline{grid-template-columns:1fr}.station-detail-item{grid-template-columns:34px minmax(0,1fr)}.station-detail-item svg{width:34px;height:34px;padding:8px}.station-related-list{grid-auto-columns:96px;gap:10px}.station-related-list .station-card{gap:8px}.station-related-list .station-card-title{font-size:12px}.catalog-filterbar{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.catalog-filterbar>button{flex:none}.catalog-results-layout{margin-top:14px}.ad-slot-leaderboard{min-height:76px}.filter-dialog{border-radius:0;width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0}.filter-dialog-list{padding-bottom:18px}.station-list,.genre-result-list{grid-template-columns:1fr}.genre-card{grid-template-columns:52px minmax(0,1fr) auto;gap:12px}.genre-card-icon{width:46px;height:46px;font-size:16px}.genre-card-count{font-size:12px}.station-card{grid-template-columns:70px minmax(0,1fr);gap:10px;min-height:82px;padding-right:6px}.account-favorite-card{grid-template-columns:70px minmax(0,1fr) 40px}.station-card-logo{width:66px}.station-card-logo img{width:66px;height:66px}.history-actions{flex-direction:column;align-items:stretch}.history-actions button,.history-load-more{width:100%}.persistent-player{border-radius:22px;grid-template-columns:minmax(0,1fr) auto 64px;gap:8px;min-height:76px;padding:10px 10px 10px 12px;bottom:10px;left:10px;right:10px}.player-station{grid-template-columns:54px minmax(0,1fr);gap:12px}.player-logo{border-radius:14px;width:54px;height:54px}.player-title{font-size:16px}.player-subtitle{font-size:13px}.player-controls{gap:6px}.player-icon-button{width:42px;height:42px}.player-volume-slider{display:none}.player-button{border-radius:999px;width:64px;height:64px}}
