:root{--bg-body:#f3edf9;--bg-card:#fff;--bg-sidebar:#360d51;--bg-finance:#4e1478;--bg-finance-hover:#6a1ea0;--bg-pill:#ede4f5;--color-primary:#77259a;--color-primary-hover:#a02a9c;--color-accent:#d62dab;--color-accent-hover:#f049c6;--color-text:#1a1c20;--color-text-muted:#7a6285;--color-text-inverse:#fff;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--border-radius-xl:32px;--border-radius-full:9999px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 32px #0000001a;--top-bar-h:56px}.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}[data-theme=dark]{--bg-body:#000;--bg-card:#13031f;--bg-sidebar:#1e082f;--bg-finance:#360d51;--bg-finance-hover:#52167a;--bg-pill:#360d51;--color-primary:#77259a;--color-primary-hover:#a02a9c;--color-accent:#d62dab;--color-accent-hover:#f049c6;--color-text:#fff;--color-text-muted:#dfc5f0;--color-text-inverse:#fff;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 24px #0006;--shadow-lg:0 16px 32px #00000080}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-body);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Outfit,sans-serif;display:flex}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700}#root{background:var(--bg-body);width:100%;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}ul{list-style:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.text-muted{color:var(--color-text-muted)}.text-inverse{color:var(--color-text-inverse)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.card{background:var(--bg-card);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);padding:24px}.browser-tabs{height:var(--top-bar-h);z-index:9999;box-sizing:border-box;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);align-items:flex-end;padding:0 14px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0;box-shadow:inset 0 -5px 10px #0000004d,inset 0 2px 3px #ffffff40}.browser-tabs-hidden{transform:translateY(-100%)}.tab-badge{color:#fff;z-index:2;background-color:#ff3b30;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:-1px;right:4px;box-shadow:0 2px 4px #00000080}.exit-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.exit-modal{background:var(--bg-card);text-align:center;max-width:400px;color:var(--text-primary);border-radius:20px;padding:30px;position:relative;box-shadow:0 20px 40px #0000004d}.exit-modal-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:15px;right:15px}.exit-modal-title{margin-bottom:20px;font-size:20px;font-weight:700}.exit-modal-news-row{justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.exit-modal-subtitle{font-size:16px;font-weight:600}.exit-modal-news-logo{border-radius:4px;height:24px}.exit-modal-actions{gap:12px;display:flex}.exit-modal-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-weight:600;transition:opacity .2s}.exit-modal-btn:hover{opacity:.9}.btn-secondary{background:var(--bg-card-hover);color:var(--text-primary)}.btn-primary{color:#fff;background:#f05a28}.browser-tabs-left{align-items:flex-end;gap:4px;height:100%;display:flex}.browser-tabs-right{pointer-events:auto;align-items:center;height:100%;display:flex}.browser-tab{cursor:default;-webkit-user-select:none;user-select:none;border-radius:18px 18px 0 0;align-items:center;gap:12px;margin-bottom:0;padding:6px 20px 8px;display:flex;position:relative}.tab-x-icon{color:#333;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-right:-4px;display:flex;box-shadow:0 1px 3px #0003}.browser-tab-active{background-color:var(--bg-body);z-index:10}.browser-tab-inactive{--tab-fillet-color:#000;z-index:1;background-color:#000}[data-theme=dark] .browser-tab-inactive{--tab-fillet-color:gray;background-color:gray}.browser-tab:before,.browser-tab:after{content:"";background-color:#0000;width:14px;height:14px;position:absolute;bottom:0}.browser-tab:before{background:radial-gradient(circle at top left, transparent 14px, var(--tab-fillet-color,#1c1c1e) 14px);left:-14px}.browser-tab:after{background:radial-gradient(circle at top right, transparent 14px, var(--tab-fillet-color,#1c1c1e) 14px);right:-14px}.browser-tab-active{--tab-fillet-color:var(--bg-body)}.browser-tab-icon{object-fit:contain;width:auto;height:16px}.browser-tab-icon-onda{height:34px}.browser-tab-icon-news{border-radius:3px;height:20px}@media (width<=768px){.browser-tabs{display:none}.browser-tab-icon-onda{height:26px}.tab-x-icon{width:18px;height:18px}.tab-x-icon svg{width:8px;height:8px}}.app-container{background-color:var(--bg-body);width:100%;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;min-width:0;margin-left:112px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.main-content.sidebar-expanded{margin-left:240px}.main-content.sidebar-hidden{margin-left:0;transition:margin-left .35s cubic-bezier(.16,1,.3,1)}.page-loading{min-height:60vh}.content-grid{gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:24px;display:flex}.left-column{flex-direction:column;flex:2;gap:24px;display:flex}.right-column{flex-direction:column;flex:1;gap:24px;min-width:300px;display:flex}.mobile-top-bar{display:none}@media (width<=1200px){.content-grid{max-width:1000px}}@media (width>=1920px){body .content-grid,body .home-dashboard-container,body .noticias-page,body .single-post-container,body .category-page-container,body .podcast-container,body .podshow-body,body .radio-v2,body .videos-page,body .ent-page,body .mundial-page,body .search-results-page,body .footer-content,body .footer-bottom{max-width:1600px}}@media (width>=2560px){body .content-grid,body .home-dashboard-container,body .noticias-page,body .single-post-container,body .category-page-container,body .podcast-container,body .podshow-body,body .radio-v2,body .videos-page,body .ent-page,body .mundial-page,body .search-results-page,body .footer-content,body .footer-bottom{max-width:2000px}}@media (width<=768px){.mobile-top-bar{z-index:200;background:0 0;justify-content:space-between;align-items:center;height:64px;padding:12px 14px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-top-left{flex-shrink:1;align-items:center;gap:6px;min-width:0;display:flex}.mtb-logo-pill{-webkit-backdrop-filter:blur(14px);border-radius:var(--border-radius-full);cursor:pointer;background:#0009;border:1px solid #ffffff1f;align-items:center;padding:7px 10px;text-decoration:none;transition:transform .2s,background .2s;display:flex;box-shadow:0 6px 20px #00000059}.mtb-logo-pill:hover{background:#ffffff26;transform:scale(1.02)}.mtb-news-pill{padding:6px 10px}.mobile-top-right{-webkit-backdrop-filter:blur(14px);border-radius:var(--border-radius-full);background:#0009;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:6px;display:flex;box-shadow:0 6px 20px #00000059}.language-selector-mobile{color:#fff;border-radius:var(--border-radius-full);cursor:pointer;background:#ffffff1f;border:none;align-items:center;gap:5px;padding:6px 9px;font-size:12px;font-weight:700;display:flex}.language-selector-mobile .flag-icon{object-fit:cover;border-radius:50%;width:16px;height:16px}.lang-code-mobile{line-height:1}.mobile-top-logo{object-fit:contain;width:auto;max-width:105px;height:22px}.mobile-top-logo-news{object-fit:contain;border-radius:3px;width:auto;max-width:75px;height:18px}.mtb-play-btn{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,transform .2s;display:flex;position:relative}.mtb-play-btn:hover{background:#ffffff42;transform:scale(1.06)}.mtb-play-pulse{background-color:#e53935;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite pulse-live;position:absolute;top:3px;right:3px;box-shadow:0 0 #e5393599}@keyframes pulse-live{0%{opacity:.9;transform:scale(.95);box-shadow:0 0}50%{opacity:1;transform:scale(1.15);box-shadow:0 0 0 5px #0000}to{opacity:.9;transform:scale(.95);box-shadow:0 0 #0000}}.mobile-hamburger-btn{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,transform .2s;display:flex}.mobile-hamburger-btn:hover{background:#ffffff42;transform:scale(1.06)}.main-content,.main-content.sidebar-expanded{margin-left:0;padding-top:64px;padding-bottom:160px}.content-grid{flex-direction:column;padding:16px}.right-column{min-width:100%}}.sidebar{left:20px;top:calc(20px + var(--top-bar-h));background-color:var(--bg-sidebar);border-radius:var(--border-radius-lg);width:72px;box-shadow:var(--shadow-lg);z-index:200;border:1px solid #ffffff0d;flex-direction:column;align-items:center;padding:20px 0;transition:width .35s cubic-bezier(.16,1,.3,1),top .3s;display:flex;position:fixed;bottom:20px;overflow:hidden}.sidebar.top-bar-hidden{top:20px}.sidebar.expanded{width:200px;padding:20px 14px}.sidebar.sidebar-hidden{opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s;transform:translate(calc(-100% - 40px))}.sidebar-show-tab{z-index:300;background:var(--bg-sidebar);color:#ffffffd9;cursor:pointer;border:none;border-radius:0 12px 12px 0;justify-content:center;align-items:center;padding:14px 10px;transition:padding .2s,background .2s;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:4px 0 20px #00000059}.sidebar-show-tab:hover{background:var(--color-primary);color:#fff;padding-right:16px}.logo-container{flex-shrink:0;justify-content:center;align-items:center;width:100%;margin-bottom:16px;padding:0 12px;display:flex}.logo-img{object-fit:contain;width:100%;max-width:70px;height:auto;transition:max-width .3s cubic-bezier(.4,0,.2,1)}.sidebar.expanded .logo-img{max-width:160px}.nav-menu{scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;flex-direction:column;flex:auto;align-items:center;gap:6px;width:100%;min-height:0;padding:8px 0;display:flex;overflow:hidden auto}.nav-menu::-webkit-scrollbar{width:4px}.nav-menu::-webkit-scrollbar-track{background:0 0}.nav-menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.nav-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-item-wrap{flex-shrink:0;justify-content:center;width:100%;display:flex;position:relative}.nav-item{color:#ffffff8c;cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:44px;padding:10px;transition:background-color .25s cubic-bezier(.16,1,.3,1),color .25s,transform .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.sidebar.expanded .nav-item{justify-content:flex-start;gap:12px;width:100%;padding:10px 12px}.nav-submenu-caret{opacity:0;flex-shrink:0;max-width:0;margin-left:auto;transition:opacity .25s}.sidebar.expanded .nav-submenu-caret{opacity:.5;max-width:14px}.nav-item.submenu-open .nav-submenu-caret{opacity:1;transition:transform .2s,opacity .25s;transform:rotate(90deg)}.submenu-bubble{z-index:9999;background-color:#43105e;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:2px;min-width:220px;max-width:260px;max-height:360px;padding:8px;animation:.18s cubic-bezier(.16,1,.3,1) submenu-bubble-in;display:flex;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #00000073}@keyframes submenu-bubble-in{0%{opacity:0;transform:translate(-6px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}.submenu-item{text-align:left;color:#ffffffbf;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:8px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;transition:background-color .15s,color .15s;display:block;overflow:hidden}.submenu-item:hover{color:#fff;background-color:#ffffff1a}.submenu-bubble-title{text-transform:uppercase;letter-spacing:.04em;color:#ffffff73;padding:6px 10px 4px;font-size:11px;font-weight:700}.submenu-podcasts-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:4px;display:grid}.submenu-podcast-logo{cursor:pointer;aspect-ratio:1;background:#ffffff0f;border:none;border-radius:10px;padding:0;transition:transform .15s,background-color .15s;overflow:hidden}.submenu-podcast-logo:hover{background-color:#ffffff1f;transform:scale(1.05)}.submenu-podcast-logo img{object-fit:cover;width:100%;height:100%;display:block}.submenu-icon-tile{color:#fff;background:linear-gradient(135deg,#77259a 0%,#d62dab 100%);justify-content:center;align-items:center;display:flex}.submenu-view-all{color:var(--color-accent,#d62dab);border-top:1px solid #ffffff14;border-radius:0;margin-top:4px;padding-top:10px;font-weight:600}.nav-item:hover{color:#fff;background-color:#ffffff14}.nav-item:hover .nav-icon{transform:scale(1.12)}.nav-item.active{color:#fff;background-color:var(--color-primary);box-shadow:0 4px 14px #77259a59}.nav-item.active .nav-icon,.nav-item.active:hover .nav-icon{filter:drop-shadow(0 0 6px #ffffff8c);transition:transform .25s cubic-bezier(.16,1,.3,1),filter .25s;transform:scale(1.35)}.nav-item.active:before{content:"";background:var(--color-accent);width:4px;height:22px;box-shadow:0 0 8px var(--color-accent);border-radius:0 4px 4px 0;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.sidebar.expanded .nav-item.active:before{left:-14px}.nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex}.nav-item-label{white-space:nowrap;opacity:0;text-overflow:ellipsis;flex:auto;min-width:0;max-width:0;font-size:14px;font-weight:500;transition:opacity .3s,max-width .3s;overflow:hidden}.sidebar.expanded .nav-item-label{opacity:1;max-width:120px}.bottom-actions{flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:100%;padding-top:12px;display:flex}.sidebar.expanded .bottom-actions{align-items:center}.sidebar.expanded .bottom-actions>*{width:100%}.toggle-sidebar-btn{color:#fff;background-color:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;gap:10px;width:40px;height:40px;transition:background-color .2s,transform .2s,width .3s,padding .3s;display:flex}.sidebar.expanded .toggle-sidebar-btn{justify-content:flex-start;width:100%;padding:0 12px}.toggle-sidebar-label{opacity:0;max-width:0}.sidebar.expanded .toggle-sidebar-label{opacity:1;max-width:140px}.toggle-sidebar-btn:hover{background-color:#ffffff26;transform:scale(1.03)}.sidebar-notify-banner{color:#fff;cursor:pointer;background:#d62dab29;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:10px;width:100%;margin-top:8px;padding:10px 12px;transition:background-color .2s,transform .2s;display:none}.sidebar-notify-banner:hover{background:#d62dab42;transform:scale(1.02)}.sidebar-notify-banner.active{cursor:default;color:#d62dab}.sidebar-notify-banner.active:hover{transform:none}.sidebar-notify-banner-text{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}@media (width<=1400px){.sidebar.expanded .sidebar-notify-banner{display:flex}}.user-profile-container{border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:12px;width:100%;padding:8px 0;display:flex}.sidebar.expanded .user-profile-container{justify-content:flex-start;padding:12px 8px 0}.user-avatar{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-info-text{opacity:0;flex-direction:column;max-width:0;transition:opacity .3s,max-width .3s;display:flex;overflow:hidden}.sidebar.expanded .user-info-text{opacity:1;max-width:120px}.user-name{color:#fff;white-space:nowrap;font-size:14px;font-weight:600}.user-role{color:#fff6;white-space:nowrap;font-size:11px}.toggle-sidebar-btn.active{background-color:var(--color-primary);box-shadow:0 0 10px #77259a80}.sidebar-responsive-search{opacity:0;align-items:center;gap:8px;width:100%;max-height:0;margin-bottom:12px;padding:0 12px;transition:opacity .3s,max-height .3s;display:flex;position:relative;overflow:hidden}.sidebar-responsive-theme{opacity:0;justify-content:space-between;align-items:center;width:100%;max-height:0;margin-bottom:24px;padding:0 12px;transition:opacity .3s,max-height .3s;display:flex;overflow:hidden}@media (width<=1400px){.sidebar.expanded .sidebar-responsive-search,.sidebar.expanded .sidebar-responsive-theme{opacity:1;max-height:50px}.sidebar-search-bar{border-radius:var(--border-radius-full);background-color:#ffffff14;flex:1;align-items:center;padding:6px 12px;display:flex}.sidebar-search-bar input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:13px}.sidebar-search-bar input::placeholder{color:#fff6}.theme-label{color:#fff9;font-size:13px}.sidebar-theme-btn{color:#fff;background-color:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.sidebar-theme-btn:hover{background-color:#ffffff26}}@media (width<=768px){.sidebar,.sidebar.expanded{z-index:1001;border-radius:0;flex-direction:column;width:80%;max-width:300px;height:100vh;padding:24px 16px;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-100%}.sidebar.mobile-open{left:0}.sidebar-mobile-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:fixed;inset:0}.mobile-close-sidebar-btn{color:#fff;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:20px;right:20px}.logo-container{display:flex}.logo-img{max-width:120px}.nav-menu{flex-direction:column;justify-content:flex-start;width:100%;margin:auto 0}.nav-item{flex-direction:row;justify-content:flex-start;gap:16px;width:100%;height:48px;padding:12px 16px}.nav-item-label{opacity:1;max-width:200px;font-size:14px}.nav-submenu-caret{opacity:.5;max-width:14px}.submenu-bubble{max-width:calc(100vw - 100px)}.bottom-actions{display:flex}.toggle-sidebar-btn{display:none}}.nav-item.featured-hub{background:linear-gradient(120deg,#d62dab29 0%,#f05a2829 100%);border:1px solid #d62dab59}.nav-item.featured-hub .nav-icon{color:#d62dab}.nav-featured-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;opacity:0;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border-radius:8px;max-width:0;padding:2px 7px;font-size:9px;font-weight:800;transition:opacity .2s;overflow:hidden}.sidebar.expanded .nav-featured-badge,.sidebar.mobile-open .nav-featured-badge{opacity:1;max-width:60px}.user-avatar-initial{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:800;display:flex}.tub-content-right{color:#fff;align-items:center;gap:16px;height:100%;margin-left:auto;margin-right:14px;display:flex}.browser-tab-search{background-color:var(--bg-body);--tab-fillet-color:var(--bg-body);z-index:10;margin-left:0;padding:8px 18px 10px}.tub-search{background:0 0;align-items:center;gap:8px;width:200px;padding:0;display:flex}.tub-search-icon{color:#fff;flex-shrink:0}[data-theme=light] .tub-search-icon{color:#000}.tub-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:13px}[data-theme=light] .tub-search input{color:#000}.tub-search input::placeholder{color:#ffffffbf}[data-theme=light] .tub-search input::placeholder{color:#0009}.tub-date{white-space:nowrap;text-transform:capitalize;font-size:13px;font-weight:500}.tub-divider{background-color:#ffffff4d;width:1px;height:20px;margin:0 4px}.tub-social{flex-shrink:0;align-items:center;gap:8px;display:flex}.tub-social a,.tub-social button,.tub-icon-btn{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,opacity .2s;display:flex}.tub-social a:hover,.tub-social button:not(:disabled):hover,.tub-icon-btn:hover{opacity:.8;transform:scale(1.1)}.tub-notify-pill{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:20px;align-items:center;gap:8px;padding:4px 10px 4px 12px;transition:transform .2s,opacity .2s;animation:2s infinite pulse-notify;display:flex}.tub-notify-pill:hover{opacity:.9;transform:scale(1.05)}.tub-notify-pill.active{color:#fff9;cursor:default;background-color:#10b98180;animation:none}.tub-notify-text{text-align:left;white-space:normal;font-size:10px;font-weight:700;line-height:1.1}@keyframes pulse-notify{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.tub-weather{white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.tub-weather-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;transition:opacity .2s}.tub-weather-btn:not(:disabled):hover{opacity:.8}@media (width<=1400px){.tub-search{width:130px}.tub-date{display:none}}@media (width<=1100px){.tub-weather{display:none}}@media (width<=768px){.tub-content-right,.browser-tab-search,.top-utility-bar{display:none}}.vpip{z-index:9998;background:#0d0d12;border:1px solid #ffffff1f;border-radius:14px;width:384px;max-width:calc(100vw - 32px);animation:.3s cubic-bezier(.16,1,.3,1) vpipIn;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 24px 60px #0000008c}@keyframes vpipIn{0%{opacity:0;transform:translateY(30px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.vpip-bar{color:#fff;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#15151c;align-items:center;gap:8px;padding:9px 12px;display:flex}.vpip-bar:active{cursor:grabbing}.vpip-dot{background:#ff3b3b;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s infinite vpipPulse}@keyframes vpipPulse{0%,to{box-shadow:0 0 #ff3b3b99}50%{box-shadow:0 0 0 5px #ff3b3b00}}.vpip-title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;font-weight:700;overflow:hidden}.vpip-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.vpip-actions a,.vpip-actions button{color:#ffffffbf;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:background .2s,color .2s;display:flex}.vpip-actions a:hover,.vpip-actions button:hover{color:#fff;background:#ffffff1f}.vpip-frame{aspect-ratio:16/9;background:#000}.vpip-frame iframe{width:100%;height:100%;display:block}.vpip-vertical{width:230px}.vpip-vertical .vpip-frame{aspect-ratio:9/16;max-height:70vh}@media (width<=560px){.vpip{width:calc(100vw - 24px);bottom:88px;right:12px}.vpip-vertical{width:180px}}.header{top:var(--top-bar-h);z-index:100;background-color:#0000;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 24px;transition:top .3s;display:flex;position:sticky}.header.top-bar-hidden{top:0}.header-nav-section{align-items:center;gap:16px;display:flex}.categories-pill{background-color:var(--bg-card);border-radius:var(--border-radius-full);box-shadow:var(--shadow-sm);gap:4px;padding:6px;display:flex}.category-btn{border-radius:var(--border-radius-full);color:var(--color-text-muted);align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.nav-new-badge{color:#fff;text-transform:uppercase;letter-spacing:.3px;box-shadow:var(--shadow-sm);white-space:nowrap;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border-radius:8px;padding:2px 6px;font-size:9px;font-weight:800;line-height:1.2;position:absolute;top:-6px;right:-4px}.category-btn:hover{color:var(--color-text);background-color:var(--bg-pill)}.category-btn.active{background-color:var(--color-primary);color:var(--color-text-inverse)}.category-btn-iso{padding:8px 14px}.category-btn-home{padding:10px 14px}.cat-iso-icon{object-fit:contain;width:20px;height:20px;display:block}.cat-icon{transition:transform .25s cubic-bezier(.16,1,.3,1),filter .25s}.category-btn.active .cat-icon{filter:drop-shadow(0 0 5px #fff9);transform:scale(1.35)}.header-actions{align-items:center;gap:16px;display:flex}.filter-btn-outside{border-radius:var(--border-radius-full);background-color:var(--bg-card);width:40px;height:40px;color:var(--color-text-muted);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;transition:all .2s;display:flex}.filter-btn-outside:hover,.filter-btn-outside.active{background-color:var(--color-primary);color:var(--color-text-inverse);transform:scale(1.05)}.filter-dropdown-menu{background-color:var(--bg-card);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:1000;border:1px solid #ffffff0d;flex-direction:column;gap:4px;width:160px;padding:8px;display:flex;position:absolute;top:50px;right:0}.filter-menu-item{color:var(--color-text);border-radius:var(--border-radius-sm);cursor:pointer;align-items:center;gap:12px;padding:10px 14px;font-size:13px;font-weight:500;transition:background-color .2s;display:flex}.filter-menu-item:hover{background-color:var(--bg-pill)}.mini-player{background-color:var(--bg-sidebar);border-radius:var(--border-radius-full);color:#fff;align-items:center;gap:10px;padding:6px 10px;display:flex;box-shadow:0 4px 20px #00000040}.mini-live-dot-wrap{flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.mini-live-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:block}.mini-live-dot.live{background-color:#ef4444;animation:1.4s ease-in-out infinite pulse-live;box-shadow:0 0 #ef444499}.mini-live-dot.podcast{background-color:#d62dab;animation:2s ease-in-out infinite pulse-live;box-shadow:0 0 #d62dab99}.mini-live-dot.video{background-color:#e53935;animation:1.6s ease-in-out infinite pulse-live;box-shadow:0 0 #e5393599}@keyframes pulse-live{0%{opacity:.9;transform:scale(.95);box-shadow:0 0}50%{opacity:1;transform:scale(1.15);box-shadow:0 0 0 5px #0000}to{opacity:.9;transform:scale(.95);box-shadow:0 0 #0000}}.player-track{align-items:center;gap:8px;display:flex}.player-thumb{object-fit:cover;border-radius:50%;width:32px;height:32px;animation:8s linear infinite paused rotate-thumb}.mini-player:hover .player-thumb{animation-play-state:running}@keyframes rotate-thumb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.player-info{flex-direction:column;width:120px;display:flex;overflow:hidden}.now-playing-label{color:#ffffff8c;text-transform:uppercase;font-size:9px;font-weight:600}.track-title{white-space:nowrap;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8px calc(100% - 8px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8px calc(100% - 8px),#0000 100%)}.track-title-text{color:#fff;white-space:nowrap;padding-left:100%;font-size:12px;font-weight:700;animation:10s linear infinite track-marquee;display:inline-block}@keyframes track-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.player-play-btn{color:#fff;background-color:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 2px 10px #ef444473}.player-play-btn:hover{background-color:#dc2626;transform:scale(1.1)}.language-selector{background-color:var(--bg-card);border-radius:var(--border-radius-full);width:44px;height:44px;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--color-text);border:none;justify-content:center;align-items:center;font-family:inherit;transition:background-color .2s,transform .2s;display:flex;overflow:hidden}.language-selector:hover{background-color:var(--bg-pill);transform:scale(1.05)}.flag-icon{object-fit:cover;border-radius:50%;width:22px;height:22px}.profile-btn{background-color:var(--bg-card);color:var(--color-text);border-radius:var(--border-radius-full);width:44px;height:44px;box-shadow:var(--shadow-sm);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:all .2s;display:flex;overflow:hidden}.profile-btn:hover{background-color:var(--bg-pill);transform:scale(1.05)}.profile-btn img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-btn-login{border-radius:var(--border-radius-full);background:var(--color-primary);width:auto;height:44px;color:var(--color-text-inverse);gap:8px;padding:0 18px}.profile-btn-login:hover{background:var(--color-primary-hover)}.profile-login-text{white-space:nowrap;font-size:14px;font-weight:600}.mini-expand-btn{cursor:pointer;color:#fff;background-color:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,transform .2s;display:flex;position:relative}.mini-expand-btn:hover{background-color:#ffffff42;transform:scale(1.08)}.mini-expand-btn .now-playing-pulse{top:4px;right:4px}.now-playing-pulse{background-color:#e53935;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse-live;position:absolute;top:8px;right:8px;box-shadow:0 0 #e5393599}@media (width<=768px){.header,.header.sidebar-expanded,.header.top-bar-hidden{-webkit-backdrop-filter:blur(15px);z-index:1000;background-color:#000000d9;border:1px solid #ffffff1a;border-radius:40px;flex-direction:row;justify-content:center;width:max-content;height:auto;padding:8px 12px;position:fixed;inset:auto auto 24px 50%;transform:translate(-50%);box-shadow:0 10px 30px #0009}.categories-pill{box-shadow:none;background:0 0;flex-direction:row;gap:8px;width:auto;padding:0;display:flex;overflow:visible}.cat-text{display:none}.cat-icon{width:24px;height:24px}.category-btn{color:#fff9;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex}.category-btn.active{color:#fff;background:#ffffff26}.header-actions,.mini-player{display:none}}.lang-pill{background:var(--bg-card);border:1px solid var(--bg-pill);cursor:pointer;border-radius:22px;align-items:center;gap:2px;width:auto;height:auto;padding:4px;display:flex}.lang-opt{color:var(--color-text-muted);border-radius:18px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.lang-opt .flag-icon{border-radius:2px;width:16px;height:auto}.lang-opt.active{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%)}.footer-container{color:#fff;background:linear-gradient(#000 0%,#360d51 100%);border-top:1px solid #d62dab33;width:100%;margin-top:40px;padding:60px 40px 20px}.footer-content{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding-bottom:40px;display:flex}.footer-brand{flex:1;min-width:300px;max-width:400px}.footer-logo{object-fit:contain;width:auto;height:60px;margin-bottom:20px}.footer-description{color:#ffffffb3;margin-bottom:24px;font-size:14px;line-height:1.6}.footer-socials{gap:16px;display:flex}.social-icon{color:#d62dab;background:#77259a33;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{color:#fff;background:#a02a9c;transform:translateY(-3px);box-shadow:0 5px 15px #d62dab66}.footer-links-group{flex-wrap:wrap;gap:60px;display:flex}.footer-links-col{min-width:150px}.footer-links-col h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:16px;font-weight:600}.footer-links-col ul{margin:0;padding:0;list-style:none}.footer-links-col li{margin-bottom:12px}.footer-links-col a{color:#fff9;font-size:14px;text-decoration:none;transition:color .2s}.footer-links-col a:hover{color:#d62dab}.footer-bottom{color:#ffffff80;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding-top:20px;font-size:13px;display:flex}.footer-legal{gap:20px;display:flex}.footer-legal a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fff}[data-theme=light] .footer-container{color:#000;background:linear-gradient(#fff 0%,#f3f5f8 100%);border-top:1px solid #77259a33}[data-theme=light] .footer-description,[data-theme=light] .footer-bottom,[data-theme=light] .footer-legal a,[data-theme=light] .footer-links-col a{color:#0009}[data-theme=light] .footer-links-col h4{color:#360d51}[data-theme=light] .footer-content{border-bottom:1px solid #0000001a}[data-theme=light] .social-icon{background:#77259a1a}[data-theme=light] .social-icon:hover{color:#fff;background:#a02a9c}.share-sheet-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;animation:.18s shareFade;display:flex;position:fixed;inset:0}@keyframes shareFade{0%{opacity:0}to{opacity:1}}.share-sheet{background:var(--bg-card);width:100%;max-width:420px;color:var(--color-text);border:1px solid var(--bg-pill);box-shadow:var(--shadow-lg);border-radius:22px;flex-direction:column;gap:16px;padding:24px 22px 20px;animation:.22s cubic-bezier(.2,.8,.2,1) shareRise;display:flex;position:relative}@keyframes shareRise{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:none}}.share-sheet-close{background:var(--bg-pill);width:32px;height:32px;color:var(--color-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .18s;display:flex;position:absolute;top:12px;right:12px}.share-sheet-close:hover{background:var(--color-accent);color:#fff}.share-sheet-head{align-items:center;gap:14px;padding-right:34px;display:flex}.share-sheet-thumb{border:1px solid var(--bg-pill);background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;display:flex;overflow:hidden}.share-sheet-thumb img{object-fit:contain;width:100%;height:100%;padding:5px}.share-sheet-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.share-sheet-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:800;line-height:1.2;overflow:hidden}.share-sheet-meta span{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.share-sheet-hint{color:var(--color-text-muted);margin:0;font-size:12.5px;line-height:1.45}.share-sheet-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.share-opt{color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:10px;padding:11px 14px;font-family:inherit;font-size:13.5px;font-weight:700;transition:transform .15s,filter .15s;display:flex}.share-opt:hover{filter:brightness(1.08);transform:translateY(-2px)}.share-opt-icon{justify-content:center;align-items:center;display:inline-flex}.share-opt.wa{background:#25d366}.share-opt.fb{background:#1877f2}.share-opt.tw{background:#000}.share-opt.tg{background:#229ed9}.share-sheet-link{background:var(--bg-pill);border-radius:14px;align-items:center;gap:8px;padding:6px 6px 6px 14px;display:flex}.share-sheet-link input{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12.5px}.share-copy-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d62dab,#f05a28);border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:12.5px;font-weight:700;transition:filter .15s;display:flex}.share-copy-btn:hover{filter:brightness(1.08)}.share-copy-btn.done{background:#16a34a}.share-native-btn{border:1px solid var(--bg-pill);width:100%;color:var(--color-text);cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px;font-family:inherit;font-size:13.5px;font-weight:700;transition:border-color .18s,color .18s;display:flex}.share-native-btn:hover{color:#d62dab;border-color:#d62dab}@media (width<=560px){.share-sheet-overlay{align-items:flex-end;padding:0}.share-sheet{max-width:100%;padding:22px 18px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;animation:.24s cubic-bezier(.2,.8,.2,1) shareSlideUp}@keyframes shareSlideUp{0%{transform:translateY(100%)}to{transform:none}}}.profile-page{max-width:860px;margin:0 auto;padding:32px 24px 64px}.profile-header{background:var(--bg-card);border:1px solid var(--bg-pill);border-radius:20px;align-items:center;gap:20px;padding:24px 28px;display:flex}.profile-avatar{object-fit:cover;border-radius:50%;width:72px;height:72px}.profile-avatar-empty{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);justify-content:center;align-items:center;font-size:30px;font-weight:800;display:flex}.profile-header-info{flex-direction:column;flex:1;gap:2px;display:flex}.profile-header-info h1{margin:0;font-size:24px;font-weight:800}.profile-email{color:var(--color-text-muted);font-size:13px}.profile-provider{text-transform:uppercase;letter-spacing:.4px;color:var(--color-text-muted);opacity:.8;font-size:11px;font-weight:600}.profile-logout{border:1px solid var(--bg-pill);color:var(--color-text);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.profile-logout:hover{color:#d62dab;border-color:#d62dab}.profile-tabs{gap:8px;margin:24px 0 18px;display:flex}.profile-tab{border:1px solid var(--bg-pill);background:var(--bg-card);color:var(--color-text-muted);cursor:pointer;border-radius:20px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.profile-tab.active{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border-color:#0000}.profile-tab-count{background:#8080802e;border-radius:10px;padding:1px 8px;font-size:11px}.profile-tab.active .profile-tab-count{background:#ffffff40}.profile-list{flex-direction:column;gap:10px;display:flex}.profile-item{border:1px solid var(--bg-pill);background:var(--bg-card);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:16px;padding:12px;transition:transform .15s,box-shadow .15s;display:flex}.profile-item:hover{box-shadow:var(--shadow-md,0 6px 16px #0000001f);transform:translateY(-2px)}.profile-item-img{object-fit:cover;border-radius:10px;flex-shrink:0;width:84px;height:60px}.profile-item-img-empty{background:var(--bg-pill);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.profile-item-body{min-width:0}.profile-item-body h4{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0;font-size:15px;font-weight:700;display:-webkit-box;overflow:hidden}.profile-item-kind{text-transform:uppercase;letter-spacing:.5px;color:#d62dab;align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.profile-item-date{color:var(--color-text-muted);font-size:12px}.profile-clear{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-end;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:flex}.profile-clear:hover{color:#e53935}.profile-empty{color:var(--color-text-muted);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:60px 20px;display:flex}.profile-empty p{max-width:380px;margin:0;font-size:14px}.profile-login{justify-content:center;padding:48px 24px 80px;display:flex}.profile-login-card{background:var(--bg-card);border:1px solid var(--bg-pill);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:440px;padding:40px 36px;display:flex}.profile-login-icon{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.profile-login-card h1{margin:0;font-size:24px;font-weight:800}.profile-login-card>p{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.5}.profile-google-btn{justify-content:center;min-height:44px;display:flex}.profile-google-note{color:var(--color-text-muted);font-size:12px;font-style:italic}.profile-login-divider{width:100%;color:var(--color-text-muted);align-items:center;gap:12px;font-size:12px;display:flex}.profile-login-divider:before,.profile-login-divider:after{content:"";background:var(--bg-pill);flex:1;height:1px}@media (width<=640px){.profile-header{text-align:center;flex-direction:column}.profile-tabs{flex-wrap:wrap}}.profile-mode-switch{background:var(--bg-body);border-radius:22px;gap:6px;width:100%;padding:4px;display:flex}.profile-mode-switch button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:18px;flex:1;padding:8px 12px;font-size:13px;font-weight:600}.profile-mode-switch button.active{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%)}.profile-email-form{flex-direction:column;gap:10px;width:100%;display:flex}.profile-email-form input{border:1px solid var(--bg-pill);background:var(--bg-body);width:100%;color:var(--color-text);box-sizing:border-box;border-radius:14px;outline:none;padding:12px 16px;font-size:14px}.profile-email-form input:focus{border-color:#d62dab}.profile-email-form button{color:#fff;cursor:pointer;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border:none;border-radius:22px;padding:12px 20px;font-size:14px;font-weight:700}.profile-email-form button:disabled{opacity:.6;cursor:default}.profile-form-error{color:#e53935;text-align:left;margin:0;font-size:12px}.auth-modal-overlay{z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;animation:.18s auth-fade;display:flex;position:fixed;inset:0}.auth-modal{border-radius:var(--border-radius-lg,18px);background:var(--bg-card,#fff);width:100%;max-width:440px;max-height:calc(100vh - 40px);animation:.2s auth-pop;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000059}.auth-modal .profile-login-card{box-shadow:none;background:0 0;border:none;margin:0}.auth-modal-close{z-index:1;background:var(--bg-hover,#0000000f);width:34px;height:34px;color:var(--color-text,#222);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .16s;display:flex;position:absolute;top:12px;right:12px}.auth-modal-close:hover{background:#00000024}@keyframes auth-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-pop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-color-scheme:dark){.auth-modal-close{background:#ffffff1a}.auth-modal-close:hover{background:#fff3}}:root[data-theme=dark] .auth-modal-close{background:#ffffff1a}:root[data-theme=dark] .auth-modal-close:hover{background:#fff3}.floating-player-card{z-index:9999;color:#fff;background:#360d51;border:1px solid #ffffff1f;border-radius:28px;width:50vw;min-width:440px;max-width:640px;padding:20px 22px;font-family:Inter,sans-serif;animation:.4s cubic-bezier(.175,.885,.32,1.275) floatUp;position:fixed;bottom:30px;right:30px;overflow:visible;box-shadow:0 20px 45px #00000059,inset 0 1px #ffffff14}[data-theme=dark] .floating-player-card{color:#fff;background:#360d51;border-color:#ffffff14;box-shadow:0 20px 45px #00000080,inset 0 1px #ffffff0f}@keyframes floatUp{0%{opacity:0;transform:translateY(50px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.fp-close-btn{color:#fff;cursor:pointer;z-index:20;background:#360d51;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:background .2s,transform .2s;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 10px #00000040}.fp-close-btn:hover{transform:scale(1.1)}[data-theme=dark] .fp-close-btn{color:#fff;background:#360d51;border-color:#ffffff40}.fp-columns{align-items:stretch;gap:22px;display:flex}.fp-col{min-width:0}.fp-col-left{flex-direction:column;flex:1 1 0;gap:10px;display:flex}.fp-col-right{flex-direction:column;flex:1 1 0;justify-content:center;gap:16px;display:flex}.fp-now-playing{letter-spacing:.6px;text-transform:uppercase;color:#fff;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}[data-theme=dark] .fp-now-playing{color:#fff}.fp-info-row{align-items:center;gap:10px;display:flex}.fp-cover-wrap{flex:0 0 26%;min-width:0}.fp-cover{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;display:block;box-shadow:0 6px 16px #0000002e}.fp-cover-emoji{color:#fff;background:linear-gradient(135deg,#d62dab,#f05a28);justify-content:center;align-items:center;font-size:22px;display:flex}.fp-info-text{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.fp-title{color:inherit;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.fp-subtitle{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:500;overflow:hidden}.fp-waveform{cursor:pointer;align-items:flex-end;gap:2px;height:17px;display:flex}.fp-bar{background:#fff3;border-radius:2px;flex:1;min-width:2px;transition:background .15s}[data-theme=dark] .fp-bar{background:#fff3}.fp-bar.played{background:#fff}.fp-times{font-variant-numeric:tabular-nums;color:#ffffffbf;justify-content:space-between;margin-top:-8px;font-size:11px;font-weight:600;display:flex}.fp-live-row{align-items:center;gap:8px;display:flex}.fp-live-dot{background:#ff4d4d;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulseLive}.fp-live-text{color:#ff4d4d;font-size:12px;font-weight:700}@keyframes pulseLive{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.fp-controls{justify-content:center;align-items:center;gap:14px;display:flex}.fp-icon-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:color .2s,background .2s;display:flex}.fp-icon-btn:hover{color:#fff;background:#ffffff26}.fp-icon-btn:disabled{opacity:.3;cursor:not-allowed;background:0 0}.fp-icon-btn.is-active{color:#fff;background:#ffffff38}.fp-heart-btn.is-liked{color:#fff}.fp-play-btn{color:#fff;cursor:pointer;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .2s;display:flex;box-shadow:0 8px 20px #d62dab73}.fp-play-btn:hover{transform:scale(1.06)}.play-offset{margin-left:2px}.fp-episodes-wrap{position:relative}.fp-episodes-backdrop{z-index:9998;position:fixed;inset:0}.fp-episodes-popover{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:9999;color:#1a1c20;background:#ffffffeb;border:1px solid #ffffffb3;border-radius:18px;width:300px;max-width:80vw;padding:12px;animation:.2s ease-out floatUp;position:absolute;bottom:calc(100% + 16px);right:-20px;box-shadow:0 16px 40px #501e6e47}[data-theme=dark] .fp-episodes-popover{color:#fff;background:#1e0a2df2;border-color:#ffffff1a}.fp-episodes-tail{background:inherit;border-bottom:1px solid #ffffffb3;border-right:1px solid #ffffffb3;width:14px;height:14px;position:absolute;bottom:-7px;right:26px;transform:rotate(45deg)}[data-theme=dark] .fp-episodes-tail{border-color:#ffffff1a}.fp-episodes-head{text-transform:uppercase;letter-spacing:.4px;color:#d62dab;padding:2px 6px 8px;font-size:11px;font-weight:800}.fp-episodes-list{flex-direction:column;gap:2px;max-height:260px;display:flex;overflow-y:auto}.fp-episodes-empty{color:var(--color-text-muted,#7a6285);margin:0;padding:10px 6px;font-size:12px}.fp-episode-item{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;padding:8px 6px;transition:background .15s;display:flex}.fp-episode-item:hover{background:#d62dab14}.fp-episode-item.is-current{background:#d62dab24}.fp-episode-play{color:#fff;background:linear-gradient(120deg,#d62dab,#f05a28);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.fp-episode-info{flex-direction:column;gap:2px;min-width:0;display:flex}.fp-episode-title{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.fp-episode-date{color:var(--color-text-muted,#7a6285);font-size:11px}@media (width<=768px){.floating-player-card{border-radius:20px;align-items:center;width:auto;min-width:0;max-width:none;height:68px;padding:10px 14px;display:flex;bottom:100px;left:16px;right:16px}.fp-columns{flex:1;align-items:center;gap:12px}.fp-col-left{flex-direction:row;flex:1;align-items:center;gap:10px;min-width:0}.fp-now-playing{display:none}.fp-info-row{gap:10px;min-width:0}.fp-cover-wrap{flex:0 0 44px}.fp-cover{border-radius:12px;flex-shrink:0;width:44px;height:44px}.fp-info-text{flex:auto}.fp-cover-emoji{font-size:20px}.fp-title{-webkit-line-clamp:1;font-size:13px}.fp-subtitle{font-size:11px}.fp-col-right{flex:none}.fp-waveform,.fp-times,.fp-live-row{display:none}.fp-controls{gap:6px}.fp-icon-btn,.fp-episodes-wrap{display:none}.fp-play-btn{width:44px;height:44px}.fp-close-btn{width:24px;height:24px;top:-8px;right:-8px}}.cookie-consent{z-index:9999;color:#fff;background:#0d0d12;border:1px solid #ffffff1f;border-radius:18px;align-items:flex-start;gap:14px;max-width:640px;margin:0 auto;padding:18px 20px;animation:.35s cubic-bezier(.16,1,.3,1) cookieIn;display:flex;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 24px 60px #00000080}@keyframes cookieIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-icon{color:#fff;background:linear-gradient(135deg,#d62dab,#f05a28);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cookie-consent-body{flex:1;min-width:0}.cookie-consent-body h3{margin:0 0 6px;font-size:15px;font-weight:800}.cookie-consent-body p{color:#ffffffbf;margin:0;font-size:13px;line-height:1.5}.cookie-consent-actions{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;transition:transform .15s,opacity .2s}.cookie-btn:hover{transform:translateY(-1px)}.cookie-btn-accept{color:#fff;background:linear-gradient(120deg,#d62dab 0%,#f05a28 100%)}.cookie-btn-reject{color:#fff;background:#ffffff1a}.cookie-btn-reject:hover{background:#ffffff2e}@media (width<=640px){.cookie-consent{flex-direction:column;padding:16px;bottom:88px;left:12px;right:12px}.cookie-consent-actions{flex-direction:row;width:100%}.cookie-btn{flex:1}}.voter-splash-backdrop{z-index:99998;-webkit-backdrop-filter:blur(8px);opacity:1;background-color:#000000d1;transition:opacity .3s;position:fixed;inset:0}.voter-splash-backdrop.is-closing{opacity:0}.voter-splash-container{z-index:99999;pointer-events:none;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.voter-splash-card{pointer-events:auto;opacity:1;color:#fff;background:linear-gradient(155deg,#09152e 0%,#122245 50%,#0b1731 100%);border-radius:28px;width:100%;max-width:860px;margin:auto;font-family:inherit;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s;position:relative;overflow:hidden;transform:scale(1);box-shadow:0 25px 70px #000000bf,0 0 0 1px #ffffff26}.voter-splash-card.is-closing{opacity:0;transform:scale(.95)}.voter-splash-close-btn{z-index:30;color:#ffffffd9;cursor:pointer;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #0000004d}.voter-splash-close-btn:hover{color:#fff;background:#000000e6;transform:scale(1.08)}.voter-splash-content{flex-direction:row;align-items:stretch;display:flex}.voter-splash-img-wrapper{background-color:#09152e;border-right:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:50%;display:flex;overflow:hidden}.voter-splash-img-link{cursor:pointer;width:100%;height:100%;display:block}.voter-splash-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.voter-splash-img-link:hover .voter-splash-img{transform:scale(1.02)}.voter-splash-panel{flex-direction:column;justify-content:space-between;gap:20px;width:50%;padding:32px 28px;display:flex}.voter-splash-header-group{flex-direction:column;gap:14px;display:flex}.voter-splash-badge-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.voter-splash-pill{background:#dc262638;border:1px solid #ef444473;border-radius:9999px;align-items:center;gap:8px;padding:5px 12px;display:inline-flex}.voter-splash-ping-dot{background-color:#ef4444;border-radius:50%;width:8px;height:8px;position:relative}.voter-splash-ping-dot:after{content:"";opacity:.75;background-color:#ef4444;border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite voter-ping;position:absolute;inset:-2px}@keyframes voter-ping{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.voter-splash-pill-text{color:#fca5a5;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.voter-splash-tag{color:#ffffff80;font-size:11px;font-weight:500}.voter-splash-titles{flex-direction:column;gap:8px;display:flex}.voter-splash-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:900;line-height:1.25}.voter-splash-desc{color:#ffffffd1;margin:0;font-size:14px;line-height:1.55}.voter-splash-actions{flex-direction:column;gap:14px;display:flex}.voter-splash-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#dc2626 0%,#ef4444 50%,#e11d48 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:900;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 8px 25px #dc262673}.voter-splash-cta-btn:hover{background:linear-gradient(90deg,#ef4444 0%,#f43f5e 100%);transform:translateY(-2px);box-shadow:0 12px 30px #dc262699}.voter-splash-cta-btn:active{transform:scale(.98)}.voter-splash-secondary-row{justify-content:space-between;align-items:center;padding-top:2px;font-size:12px;display:flex}.voter-splash-dismiss-link{color:#ffffff8c;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:12px;transition:color .2s;display:flex}.voter-splash-dismiss-link:hover{color:#ffffffe6}.voter-splash-url-link{color:#93c5fd;text-underline-offset:3px;text-decoration:underline;transition:color .2s}.voter-splash-url-link:hover{color:#bfdbfe}.voter-splash-footer{color:#ffffff73;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:14px;font-size:11px;display:flex}.voter-splash-partner{align-items:center;gap:8px;display:flex}.voter-splash-partner-logo{background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.voter-splash-partner-logo span{color:#fff;font-size:9px;font-weight:800}.voter-splash-partner-name{color:#ffffffbf;font-weight:700}.voter-splash-collab{color:#fff6;font-size:11px}@media (width<=768px){.voter-splash-content{flex-direction:column}.voter-splash-img-wrapper{border-bottom:1px solid #ffffff1a;border-right:none;width:100%;max-height:240px}.voter-splash-panel{width:100%;padding:24px 20px}.voter-splash-title{font-size:20px}.voter-splash-desc{font-size:13px}.voter-splash-tag{display:none}}.voter-banner-wrapper{z-index:9990;pointer-events:none;justify-content:center;padding:0 16px;display:flex;position:fixed;bottom:24px;left:0;right:0}.voter-banner-card{pointer-events:auto;-webkit-backdrop-filter:blur(12px);color:#fff;background:linear-gradient(135deg,#09152e 0%,#152752 100%);border-radius:18px;align-items:center;gap:12px;width:100%;max-width:440px;padding:10px 14px;font-family:inherit;transition:all .25s;display:flex;position:relative;box-shadow:0 10px 35px #0000008c,0 0 0 1px #ffffff2e}.voter-banner-card:hover{box-shadow:0 14px 40px #000000a6,0 0 0 1px #ffffff47}.voter-banner-thumb{background-color:#09152e;border:1px solid #fff3;border-radius:12px;flex-shrink:0;width:42px;height:42px;position:relative;overflow:hidden}.voter-banner-thumb-img{object-fit:cover;object-position:left top;width:100%;height:100%}.voter-banner-ping{width:8px;height:8px;display:flex;position:absolute;top:4px;right:4px}.voter-banner-ping-wave{opacity:.75;background-color:#f87171;border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite voter-ping;position:absolute;inset:0}.voter-banner-ping-core{background-color:#ef4444;border-radius:50%;width:8px;height:8px;display:inline-flex;position:relative}.voter-banner-text-col{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.voter-banner-title-row{align-items:center;gap:6px;display:flex}.voter-banner-title{color:#fff;letter-spacing:-.01em;font-size:13px;font-weight:900;line-height:1.2}.voter-banner-tag{color:#fee2e2;text-transform:uppercase;background:#dc262699;border-radius:9999px;padding:1px 6px;font-size:10px;font-weight:700}.voter-banner-desc{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.voter-banner-cta-btn{color:#fff;white-space:nowrap;background:linear-gradient(90deg,#dc2626 0%,#e11d48 100%);border-radius:12px;flex-shrink:0;align-items:center;gap:4px;padding:8px 14px;font-size:12px;font-weight:900;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #dc262666}.voter-banner-cta-btn:hover{background:linear-gradient(90deg,#ef4444 0%,#f43f5e 100%);transform:scale(1.04)}.voter-banner-cta-btn:active{transform:scale(.96)}.voter-banner-close-btn{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s;display:flex}.voter-banner-close-btn:hover{color:#fff;background:#ffffff38}@media (width<=768px){.voter-banner-wrapper{bottom:78px}.voter-banner-card{padding:8px 12px}}
