:root{--fm-bg:#050609;--fm-bg-soft:#0b0d12;--fm-surface:#11141a;--fm-surface-2:#171b22;--fm-text:#f4f5f7;--fm-muted:#8f97a4;--fm-border:#ffffff16;--fm-accent:#ff2f7d;--fm-accent-strong:#ff175f;--fm-live:#ff365f;--fm-on-accent:#fff;--fm-on-media:#fff;--fm-on-media-muted:#ffffffc2;--fm-media-surface:#0b0d12;--fm-media-overlay-soft:#05060947;--fm-media-overlay-strong:#050609e6;--fm-container:1380px;--fm-radius-sm:12px;--fm-radius:20px;--fm-radius-lg:30px;--fm-shadow:0 22px 60px #00000052}html[data-theme=light]{--fm-bg:#eef0f3;--fm-bg-soft:#e5e8ec;--fm-surface:#f8f9fb;--fm-surface-2:#eef1f4;--fm-text:#12151a;--fm-muted:#69717d;--fm-border:#0e12181c;--fm-shadow:0 18px 50px #1c222c17;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--fm-bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-height:100vh;color:var(--fm-text);background:radial-gradient(circle at 80% 8%, color-mix(in srgb, var(--fm-accent) 9%, transparent), transparent 30rem), radial-gradient(circle at 12% 26%, color-mix(in srgb, var(--fm-live) 4%, transparent), transparent 26rem), var(--fm-bg);flex-direction:column;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .18s,color .18s;display:flex}html[data-theme=light] body{background:var(--fm-bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.fm-shell{width:min(calc(100% - 40px), var(--fm-container));margin-inline:auto}.fm-page{flex:1 0 auto;padding:34px 0 130px}.fm-kicker{color:var(--fm-accent);letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-weight:850}.fm-title{letter-spacing:-.055em;margin:8px 0 0;font-size:clamp(2rem,4.2vw,4.4rem);line-height:.96}.fm-section{margin-top:30px}.fm-section-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px;display:flex}.fm-section-title{letter-spacing:-.035em;margin:0;font-size:clamp(1.35rem,2.1vw,2rem)}.fm-link{color:var(--fm-accent);font-size:.88rem;font-weight:750}.fm-card{border:1px solid var(--fm-border);border-radius:var(--fm-radius);background:linear-gradient(145deg, color-mix(in srgb, var(--fm-surface) 96%, var(--fm-text) 4%), var(--fm-surface));box-shadow:var(--fm-shadow)}.fm-grid{gap:16px;display:grid}.fm-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.fm-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.fm-list{flex-direction:column;display:flex}.fm-list-row{border-bottom:1px solid var(--fm-border);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 0;display:grid}.fm-list-row:last-child{border-bottom:0}.fm-thumb{aspect-ratio:1;object-fit:cover;background:var(--fm-surface-2);border-radius:14px;width:64px}.fm-row-title{letter-spacing:-.02em;font-weight:780}.fm-row-meta{color:var(--fm-muted);margin-top:4px;font-size:.86rem}.fm-time{color:var(--fm-muted);font-variant-numeric:tabular-nums;font-size:.86rem}.fm-news-card{overflow:hidden}.fm-news-image{aspect-ratio:16/9;object-fit:cover;background:var(--fm-surface-2);width:100%}.fm-news-body{padding:18px}.fm-news-title{letter-spacing:-.025em;margin:6px 0 0;font-size:1.08rem;line-height:1.3}.fm-news-meta{color:var(--fm-muted);font-size:.78rem}.fm-empty{border:1px dashed var(--fm-border);border-radius:var(--fm-radius);color:var(--fm-muted);text-align:center;padding:30px}.fm-program-day{border-bottom:1px solid var(--fm-border);grid-template-columns:110px minmax(0,1fr);gap:16px;padding:18px 0;display:grid}.fm-program-time{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:850}.fm-program-title{font-size:1.15rem;font-weight:800}.fm-program-meta{color:var(--fm-muted);margin-top:6px}.fm-program-switcher{scrollbar-width:thin;gap:10px;margin-top:28px;padding:3px 2px 8px;display:flex;overflow-x:auto}.fm-program-switcher__item{border:1px solid var(--fm-border);background:color-mix(in srgb, var(--fm-surface) 94%, transparent);min-width:92px;min-height:54px;color:var(--fm-text);border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;padding:8px 14px;transition:transform .16s,border-color .16s,background .16s,color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 7px 18px #00000014}.fm-program-switcher__item:hover{border-color:color-mix(in srgb, var(--fm-accent) 45%, var(--fm-border));transform:translateY(-1px)}.fm-program-switcher__item span{letter-spacing:-.01em;font-size:.84rem;font-weight:800}.fm-program-switcher__item small{color:var(--fm-muted);font-size:.7rem;font-weight:700}.fm-program-switcher__item.is-active{border-color:var(--fm-accent);background:var(--fm-accent);color:var(--fm-on-accent);box-shadow:0 9px 24px #ff2f7d3d}.fm-program-switcher__item.is-active small{color:color-mix(in srgb, var(--fm-on-accent) 78%, transparent)}html[data-theme=light] .fm-program-switcher__item{background:#f8f9fb;border-color:#12151a1f;box-shadow:0 7px 20px #181e2712}html[data-theme=light] .fm-program-switcher__item:hover{background:#fff;border-color:#ff2f7d6b}html[data-theme=light] .fm-program-switcher__item.is-active{border-color:var(--fm-accent);background:var(--fm-accent);color:var(--fm-on-accent);box-shadow:0 9px 24px #ff2f7d33}@media (width<=980px){.fm-grid--4,.fm-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.fm-shell{width:min(calc(100% - 24px), var(--fm-container))}.fm-page{padding-top:22px}.fm-grid--2,.fm-grid--3,.fm-grid--4{grid-template-columns:1fr}.fm-program-day{grid-template-columns:76px minmax(0,1fr)}.fm-program-switcher__item{min-width:80px;min-height:50px;padding-inline:11px}}body[data-frontend-shell]>.fm-page{min-height:calc(100svh - 160px)}@supports not (height:100svh){body[data-frontend-shell]>.fm-page{min-height:calc(100vh - 160px)}}.fm-header{--fm-bg:#050609;--fm-bg-soft:#0b0d12;--fm-surface:#11141a;--fm-surface-2:#171b22;--fm-text:#f4f5f7;--fm-muted:#8f97a4;--fm-border:#ffffff16;z-index:70;border-bottom:1px solid var(--fm-border);color:var(--fm-text);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#050609f5;position:sticky;top:0}.fm-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.fm-nav{align-items:center;gap:34px;min-height:78px;display:flex}.fm-brand{white-space:nowrap}.fm-brand--logo{flex:none;align-items:center;display:inline-flex}.fm-brand--logo img{object-fit:contain;width:auto;max-width:128px;height:34px}.fm-menu{flex:1;align-items:center;gap:24px;display:flex}.fm-menu a{color:var(--fm-muted);font-size:.92rem;font-weight:650;transition:color .18s}.fm-menu a:hover,.fm-menu a[aria-current=page]{color:var(--fm-text)}.fm-menu a[aria-current=page]{position:relative}.fm-menu a[aria-current=page]:after{content:"";background:var(--fm-accent);border-radius:999px;height:2px;position:absolute;bottom:-11px;left:0;right:0}.fm-header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.fm-header-popover{position:relative}.fm-header-action,.fm-header-player{border:1px solid var(--fm-border);width:42px;height:42px;color:var(--fm-text);cursor:pointer;background:#11141aeb;border-radius:50%;place-items:center;transition:border-color .18s,transform .18s,background .18s;display:inline-grid;position:relative}.fm-header-action:hover,.fm-header-action[aria-expanded=true]{border-color:color-mix(in srgb, var(--fm-accent) 45%, var(--fm-border));background:color-mix(in srgb, var(--fm-accent) 9%, var(--fm-surface))}.fm-header-action span{font-size:1.25rem;line-height:1}.fm-header-player{background:var(--fm-accent);color:#fff;isolation:isolate;border:0;width:46px;height:46px;box-shadow:inset 0 0 0 1px #ffffff1f,0 6px 20px #ff2f7d47}.fm-header-player:before,.fm-header-player:after{content:"";pointer-events:none;z-index:-1;border-radius:50%;position:absolute}.fm-header-player:before{border:2px solid #ff2f7dc7;inset:-5px}.fm-header-player:after{opacity:0;border:2px solid #ff2f7d57;inset:-11px}.fm-header-player[data-state=paused]{animation:none;transform:none}.fm-header-player[data-state=paused]:before{animation:1.15s ease-out infinite fm-player-pulse-ring}.fm-header-player[data-state=paused]:after{animation:1.15s ease-out .18s infinite fm-player-pulse-outer}.fm-header-player[data-state=paused]:hover{transform:scale(1.07)}.fm-header-player[data-state=loading]{animation:none}.fm-header-player[data-state=loading]:before,.fm-header-player[data-state=loading]:after{opacity:0;animation:none}.fm-header-player[data-state=loading] .fm-header-player__icon{opacity:0}.fm-header-player[data-state=loading] .fm-header-player__ring{border:3px solid #fff;border-color:#fff #fff #ffffff52 #ffffff52;border-radius:50%;animation:.62s linear infinite fm-player-spin;position:absolute;inset:8px}.fm-header-player[data-state=playing]{animation:none;box-shadow:inset 0 0 0 1px #ffffff21,0 0 24px #ff2f7d4d}.fm-header-player[data-state=playing]:after{display:none}.fm-header-player[data-state=playing]:before{border:2px solid #fff;border-color:#fff #ffffff6b #0000 #0000;animation:1.15s linear infinite fm-player-spin;inset:-6px}.fm-header-player[data-state=error]{background:#8d2739;animation:none;box-shadow:inset 0 0 0 1px #ffffff1f,0 6px 18px #8d273947}.fm-header-player[data-state=error]:before{border-color:#ffffff47;animation:none;inset:-5px}.fm-header-player[data-state=error]:after{display:none}.fm-header-player__icon{text-align:center;pointer-events:none;place-items:center;width:100%;height:100%;padding:0;font-size:.9rem;font-weight:900;line-height:1;display:grid;position:absolute;inset:0;transform:none}.fm-header-player[data-state=playing] .fm-header-player__icon{transform:none}@keyframes fm-player-pulse-core{0%,to{box-shadow:inset 0 0 0 1px #ffffff1f,0 0 12px #ff2f7d3d}50%{box-shadow:inset 0 0 0 1px #ffffff29,0 0 30px #ff2f7db8}}@keyframes fm-player-pulse-ring{0%{opacity:.95;transform:scale(.92)}70%,to{opacity:0;transform:scale(1.36)}}@keyframes fm-player-pulse-outer{0%{opacity:.64;transform:scale(.88)}80%,to{opacity:0;transform:scale(1.32)}}@keyframes fm-player-spin{to{transform:rotate(360deg)}}.fm-myfm{border:1px solid color-mix(in srgb, var(--fm-accent) 42%, var(--fm-border));background:color-mix(in srgb, var(--fm-accent) 10%, var(--fm-surface));min-height:42px;color:var(--fm-text);cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:0 14px;display:inline-flex}.fm-myfm>span{font-size:.86rem;font-weight:850}.fm-myfm small{color:var(--fm-muted);align-items:center;gap:5px;font-size:.68rem;font-weight:750;display:inline-flex}.fm-myfm--online small{color:#5ee797}.fm-myfm--online small i,.fm-online-dot{background:#39d77d;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 4px #39d77d1a}.fm-header-panel{border:1px solid var(--fm-border);width:min(360px,100vw - 24px);color:var(--fm-text);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#11141afa;border-radius:16px;padding:14px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 70px #0000006b}.fm-header-panel[hidden]{display:none}.fm-search-panel{width:min(390px,100vw - 24px)}.fm-search-field{gap:7px;display:grid}.fm-search-field>span,.fm-theme-panel>strong{letter-spacing:.08em;text-transform:uppercase;color:var(--fm-muted);font-size:.74rem;font-weight:850}.fm-search-field input{border:1px solid var(--fm-border);background:var(--fm-bg-soft);width:100%;min-height:42px;color:var(--fm-text);border-radius:11px;outline:none;padding:0 12px}.fm-search-field input:focus{border-color:var(--fm-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--fm-accent) 12%, transparent)}.fm-search-status{color:var(--fm-muted);padding:10px 2px 4px;font-size:.76rem}.fm-search-results{gap:4px;max-height:330px;display:grid;overflow:auto}.fm-search-result{background:0 0;border-radius:10px;grid-template-columns:74px minmax(0,1fr);gap:8px;padding:10px;display:grid}.fm-search-result:hover{background:color-mix(in srgb, var(--fm-accent) 7%, transparent)}.fm-search-result__type{color:var(--fm-accent);text-transform:uppercase;font-size:.68rem;font-weight:850}.fm-search-result strong{font-size:.86rem;display:block}.fm-search-result small{color:var(--fm-muted);margin-top:2px;font-size:.74rem;display:block}.fm-theme-panel{gap:7px;width:230px;display:grid}.fm-theme-panel[hidden]{display:none}.fm-theme-panel button{min-height:40px;color:var(--fm-text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;padding:0 11px;display:flex}.fm-theme-panel button:hover,.fm-theme-panel button.is-active{border-color:var(--fm-border);background:color-mix(in srgb, var(--fm-accent) 8%, transparent)}.fm-theme-panel small{color:var(--fm-muted);padding-top:6px;font-size:.7rem;line-height:1.45}.fm-account-panel{width:min(330px,100vw - 24px)}.fm-account-head{border-bottom:1px solid var(--fm-border);align-items:center;gap:11px;padding-bottom:13px;display:flex}.fm-account-avatar{background:var(--fm-accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.fm-account-head strong,.fm-account-head span{display:block}.fm-account-head span{color:var(--fm-muted);margin-top:2px;font-size:.76rem}.fm-account-facts{gap:8px;margin:13px 0;display:grid}.fm-account-facts>div{justify-content:space-between;gap:14px;display:flex}.fm-account-facts dt,.fm-account-facts dd{margin:0;font-size:.76rem}.fm-account-facts dt{color:var(--fm-muted)}.fm-account-facts dd{text-align:right;max-width:65%}.fm-account-links{border-top:1px solid var(--fm-border);border-bottom:1px solid var(--fm-border);display:grid}.fm-account-links a,.fm-account-logout{color:var(--fm-text);padding:11px 2px;font-size:.8rem;font-weight:750}.fm-account-links a+a{border-top:1px solid var(--fm-border)}.fm-account-logout{width:100%;color:var(--fm-accent);cursor:pointer;text-align:left;background:0 0;border:0}@media (prefers-reduced-motion:reduce){.fm-header-player,.fm-header-player:before,.fm-header-player:after,.fm-header-player__ring{transition:none!important;animation:none!important}}@media (width<=980px){.fm-menu{display:none}}@media (width<=700px){.fm-nav{gap:12px;min-height:66px}.fm-brand--logo img{height:29px}.fm-header-actions{gap:5px}.fm-header-action,.fm-header-player{width:38px;height:38px}.fm-myfm{min-height:38px;padding:0 11px}.fm-myfm small{display:none}}@media (width<=480px){.fm-brand--logo img{max-width:100px;height:25px}.fm-nav{gap:8px}.fm-header-actions{margin-left:auto}.fm-myfm{padding-inline:9px}.fm-myfm>span{font-size:.74rem}}.fm-language-toggle span{letter-spacing:.08em;font-size:.72rem;font-weight:900}.fm-language-panel{gap:7px;width:190px;display:grid}.fm-language-panel[hidden]{display:none}.fm-language-panel>strong{letter-spacing:.08em;text-transform:uppercase;color:var(--fm-muted);font-size:.74rem;font-weight:850}.fm-language-panel a{color:var(--fm-text);border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:.82rem;font-weight:750;text-decoration:none;display:flex}.fm-language-panel a span{letter-spacing:.08em;min-width:28px;color:var(--fm-muted);font-size:.68rem}.fm-language-panel a:hover,.fm-language-panel a.is-active{border-color:var(--fm-border);background:color-mix(in srgb, var(--fm-accent) 8%, transparent)}.fm-language-toggle{gap:5px}.fm-language-toggle .fm-language-toggle__flag{letter-spacing:0;font-size:1rem;line-height:1}.fm-language-toggle .fm-language-toggle__code{letter-spacing:.07em;font-size:.66rem;font-weight:900}.fm-language-panel a{grid-template-columns:24px 30px 1fr}.fm-language-panel a .fm-language-panel__flag{letter-spacing:0;min-width:0;font-size:1.05rem;line-height:1}.fm-language-panel a .fm-language-panel__code{letter-spacing:.08em;min-width:0;color:var(--fm-muted);font-size:.66rem;font-weight:900}.fm-language-panel a b{font-size:.82rem;font-weight:750}.fm-language-toggle__flag svg,.fm-language-panel__flag svg{border-radius:2px;width:22px;height:14px;display:block;overflow:hidden;box-shadow:0 0 0 1px #ffffff24}.fm-language-toggle__flag svg{width:20px;height:13px}.fm-language-toggle__flag,.fm-language-panel__flag{flex:none;justify-content:center;align-items:center;display:inline-flex}.fm-language-panel a{display:grid}.fm-language-panel a b{white-space:nowrap}.fm-site-notice{color:#f8fbff;background:radial-gradient(circle at 8%,#ff2d7f47,#0000 24%),radial-gradient(circle at 92%,#16d2ef2e,#0000 24%),linear-gradient(90deg,#2a0b1d 0%,#14111b 42%,#071923 100%);border-top:1px solid #ff2d7f75;border-bottom:1px solid #16d2ef57;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 34px #00000047,inset 0 1px #ffffff09}.fm-site-notice:before{content:"";pointer-events:none;opacity:.7;background:linear-gradient(105deg,#0000 0 28%,#ffffff09 38%,#0000 48%);position:absolute;inset:0}.fm-site-notice__inner{z-index:1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:74px;padding-top:11px;padding-bottom:11px;display:grid;position:relative}.fm-site-notice__signal{color:#fff;background:radial-gradient(circle,#ff2d7f 0 34%,#ff2d7f2e 36% 100%);border:1px solid #ff469dd1;border-radius:50%;place-items:center;width:44px;height:44px;font-size:1rem;font-weight:950;display:grid;position:relative;box-shadow:0 0 24px #ff2d7f73}.fm-site-notice__signal i{border:1px solid #ff2d7f57;border-radius:50%;position:absolute;inset:-7px;box-shadow:0 0 22px #ff2d7f2e}.fm-site-notice__copy{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;min-width:0;line-height:1.42;display:grid}.fm-site-notice__copy strong{color:#fff;letter-spacing:.13em;white-space:nowrap;background:#ff2d7f;border-radius:6px;align-items:center;min-height:26px;padding:0 9px;font-size:.7rem;font-weight:950;display:inline-flex;box-shadow:0 6px 18px #ff2d7f33}.fm-site-notice__copy span{color:#eef4f9;font-size:.91rem;font-weight:620}.fm-site-notice__link{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#0a212df2,#091822f2);border:1px solid #16d2ef9e;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:0 16px;font-size:.77rem;font-weight:900;text-decoration:none;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 8px 24px #0000002e,0 0 18px #16d2ef14}.fm-site-notice__link:hover{background:linear-gradient(135deg,#0d3341fa,#09202bfa);border-color:#16d2ef;transform:translateY(-1px);box-shadow:0 10px 28px #0000003d,0 0 24px #16d2ef24}.fm-site-notice__link b{color:#16d2ef;font-size:1.05rem}@media (width<=760px){.fm-site-notice__inner{grid-template-columns:auto minmax(0,1fr);gap:12px;min-height:88px;padding-top:12px;padding-bottom:12px}.fm-site-notice__signal{align-self:start;width:38px;height:38px;margin-top:2px}.fm-site-notice__copy{grid-template-columns:1fr;gap:5px;display:grid}.fm-site-notice__copy strong{justify-self:start;min-height:22px;padding:0 7px;font-size:.6rem}.fm-site-notice__copy span{font-size:.78rem;line-height:1.4}.fm-site-notice__link{grid-column:2;justify-self:start;min-height:32px;padding:0 10px;font-size:.7rem}}.fm-menu__item{align-self:stretch;align-items:center;display:flex;position:relative}.fm-menu__item>a{align-items:center;gap:5px;display:inline-flex}.fm-menu__chevron{opacity:.55;font-size:.72rem;transition:transform .18s,opacity .18s;transform:translateY(-1px)}.fm-menu__submenu{z-index:90;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;background:#080c12fa;border:1px solid #ffffff1a;border-radius:14px;width:230px;padding:10px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% - 5px);left:50%;transform:translate(-50%,8px);box-shadow:0 24px 70px #0000007a,0 0 0 1px #20d4ff0a}.fm-menu__submenu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.fm-menu__item--has-submenu:hover .fm-menu__submenu,.fm-menu__item--has-submenu:focus-within .fm-menu__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.fm-menu__item--has-submenu:hover .fm-menu__chevron,.fm-menu__item--has-submenu:focus-within .fm-menu__chevron{opacity:1;transform:translateY(-1px)rotate(180deg)}.fm-menu__submenu-kicker{color:#ff2d96;letter-spacing:.14em;padding:7px 10px 9px;font-size:.55rem;font-weight:900;display:block}.fm-menu .fm-menu__submenu a{color:#c5cfda;border-radius:9px;justify-content:space-between;align-items:center;min-height:39px;padding:0 10px;font-size:.78rem;font-weight:720;text-decoration:none;transition:background .15s,color .15s,padding .15s;display:flex;position:relative}.fm-menu .fm-menu__submenu a:after{display:none!important}.fm-menu .fm-menu__submenu a b{color:#20d4ff;opacity:.65;font-size:.78rem;font-weight:500}.fm-menu .fm-menu__submenu a:hover,.fm-menu .fm-menu__submenu a[aria-current=page]{color:#fff;background:linear-gradient(90deg,#ff2d961f,#20d4ff0d);padding-left:13px}.fm-menu .fm-menu__submenu a[aria-current=page]{box-shadow:inset 2px 0 #ff2d96}.fm-menu .fm-menu__submenu-all{border-top:1px solid #ffffff12;margin-top:5px;color:#8fa0ae!important;border-radius:0 0 9px 9px!important}[x-cloak]{display:none!important}.fm-header-player-group{flex:none;align-items:center;gap:0;display:inline-flex;position:relative}.fm-header-nowplaying{z-index:1;flex:none;position:relative}.fm-header-nowplaying__trigger{border:1px solid var(--fm-border);height:40px;color:var(--fm-muted);cursor:pointer;background:#11141ae6;border-right:0;border-radius:999px 10px 10px 999px;align-items:center;gap:7px;padding:0 13px 0 12px;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.fm-header-nowplaying__trigger:hover,.fm-header-nowplaying__trigger[aria-expanded=true],.fm-header-nowplaying__trigger:focus-visible{border-color:color-mix(in srgb, var(--fm-accent) 48%, var(--fm-border));background:color-mix(in srgb, var(--fm-accent) 7%, var(--fm-surface));color:var(--fm-text);outline:none}.fm-header-nowplaying__bars{height:13px;color:var(--fm-accent);align-items:end;gap:2px;display:flex}.fm-header-nowplaying__bars i{background:currentColor;border-radius:999px;width:2px;display:block}.fm-header-nowplaying__bars i:first-child{height:6px}.fm-header-nowplaying__bars i:nth-child(2){height:12px}.fm-header-nowplaying__bars i:nth-child(3){height:8px}.fm-header-nowplaying__label{letter-spacing:.08em;font-size:.67rem;font-weight:850;line-height:1}.fm-header-player-group>.fm-header-player{z-index:2;margin-left:-1px}.fm-header-player-coachmark{z-index:95;border:1px solid color-mix(in srgb, var(--fm-accent) 30%, var(--fm-border));width:max-content;max-width:min(280px,100vw - 24px);color:var(--fm-text);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#11141afb;border-radius:12px;gap:3px;padding:10px 34px 10px 12px;display:grid;position:absolute;top:calc(100% + 14px);box-shadow:0 18px 44px #00000057}.fm-header-player-coachmark:before{content:"";border-left:1px solid color-mix(in srgb, var(--fm-accent) 30%, var(--fm-border));border-top:1px solid color-mix(in srgb, var(--fm-accent) 30%, var(--fm-border));background:#11141afb;width:10px;height:10px;position:absolute;top:-6px;transform:rotate(45deg)}.fm-header-player-coachmark--play{right:-8px}.fm-header-player-coachmark--play:before{right:22px}.fm-header-player-coachmark--now{left:-8px}.fm-header-player-coachmark--now:before{left:28px}.fm-header-player-coachmark strong{color:var(--fm-accent);letter-spacing:.08em;font-size:.63rem;font-weight:850;line-height:1.2}.fm-header-player-coachmark span{color:var(--fm-text);font-size:.75rem;line-height:1.4}.fm-header-player-coachmark__close{width:22px;height:22px;color:var(--fm-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:1rem;line-height:1;display:grid;position:absolute;top:6px;right:7px}.fm-header-player-coachmark__close:hover,.fm-header-player-coachmark__close:focus-visible{color:var(--fm-text);background:#ffffff12;outline:none}.fm-header-nowplaying-panel{z-index:90;border:1px solid var(--fm-border);width:min(390px,100vw - 24px);color:var(--fm-text);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#11141afb;border-radius:16px;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:14px;display:grid;position:absolute;top:calc(100% + 12px);right:-45px;box-shadow:0 24px 70px #0000007a}.fm-header-nowplaying-panel__cover{object-fit:cover;background:var(--fm-surface-2);border-radius:12px;width:68px;height:68px;display:block}.fm-header-nowplaying-panel__copy{align-content:center;gap:4px;min-width:0;display:grid}.fm-header-nowplaying-panel__eyebrow{color:var(--fm-accent);letter-spacing:.09em;text-transform:uppercase;font-size:.63rem;font-weight:850}.fm-header-nowplaying-panel__artist{overflow-wrap:anywhere;color:var(--fm-text);font-size:.9rem;font-weight:850;line-height:1.3}.fm-header-nowplaying-panel__track{overflow-wrap:anywhere;color:var(--fm-muted);font-size:.82rem;line-height:1.4}.fm-header-nowplaying-panel__resident{color:color-mix(in srgb, var(--fm-text) 78%, var(--fm-muted));margin-top:4px;font-size:.7rem;font-weight:700}.fm-header-nowplaying-panel__resident-link{color:var(--fm-accent);margin-top:3px;font-size:.72rem;font-weight:800;text-decoration:none}.fm-header-nowplaying-panel__resident-link:hover,.fm-header-nowplaying-panel__resident-link:focus-visible{text-underline-offset:3px;text-decoration:underline}@media (prefers-reduced-motion:reduce){.fm-header-nowplaying__trigger,.fm-header-nowplaying-panel,.fm-header-player-coachmark{transition:none!important;animation:none!important}}@media (width<=700px){.fm-header-nowplaying__trigger{height:36px;padding-inline:9px 11px}.fm-header-nowplaying__label{font-size:.62rem}.fm-header-nowplaying-panel{right:-39px}.fm-header-player-coachmark--play{right:-5px}.fm-header-player-coachmark--now{left:-5px}}@media (width<=520px){.fm-header-nowplaying__trigger{padding-inline:8px 10px}.fm-header-nowplaying-panel{width:auto;position:fixed;top:72px;left:12px;right:12px}.fm-header-player-coachmark{max-width:min(280px,100vw - 24px);position:fixed;top:72px;left:auto;right:12px}.fm-header-player-coachmark--now{left:auto;right:72px}}.fm-footer{z-index:20;-webkit-backdrop-filter:none;backdrop-filter:none;background:#05090e;border-top:1px solid #7eb1cd1f;position:relative}.fm-footer__inner{min-height:74px;color:var(--fm-muted);letter-spacing:.015em;justify-content:space-between;align-items:center;gap:24px;font-size:.78rem;font-weight:650;display:flex}.fm-footer__copyright{min-width:0}.fm-footer__made-in{white-space:nowrap;flex:none}.fm-footer__heart{color:#ff2d7f;text-shadow:0 0 12px #ff2d7f47;margin:0 .18em;font-size:1.08em;line-height:1;display:inline-block;transform:translateY(.04em)}@media (width<=700px){.fm-footer__inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:88px;padding-block:18px}.fm-footer__made-in{white-space:normal}}.fm-footer__legal{color:inherit;opacity:.72;margin-left:.65rem;text-decoration:none}.fm-footer__legal:hover{opacity:1;text-decoration:underline}.fm-footer__copyright{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.fm-footer__menu{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fm-footer__menu a{color:inherit;opacity:.72;text-decoration:none;transition:opacity .16s,color .16s;position:relative}.fm-footer__menu a:hover{opacity:1;color:#fff}.fm-footer__menu a+a:before{content:"·";color:#ffffff42;position:absolute;left:-8px}@media (width<=700px){.fm-footer__copyright,.fm-footer__menu{align-items:flex-start;gap:7px 12px}}[data-pwa-standalone="1"] body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.fm-pwa-nav{display:none}.fm-pwa-install{z-index:90;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;background:#060e15f5;border:1px solid #24c7e247;border-radius:18px;align-items:center;gap:11px;padding:12px 42px 12px 12px;position:fixed;bottom:16px;left:14px;right:14px;box-shadow:0 16px 50px #0000006b,0 0 30px #ff2d7f17}.fm-pwa-install:not([hidden]){display:flex}.fm-pwa-install img{width:54px;height:auto}.fm-pwa-install div{flex:1;min-width:0}.fm-pwa-install strong,.fm-pwa-install span{display:block}.fm-pwa-install strong{font-size:.82rem}.fm-pwa-install span{color:#9eacb7;margin-top:3px;font-size:.66rem;line-height:1.3}.fm-pwa-install button[data-pwa-install-button]{color:#fff;font:inherit;background:#ff2d7f;border:0;border-radius:999px;padding:10px 13px;font-size:.67rem;font-weight:800}.fm-pwa-install__close{color:#85939e;background:0 0;border:0;font-size:1.2rem;position:absolute;top:7px;right:9px}@media (width>=821px){.fm-pwa-install{display:none!important}}@media (display-mode:standalone){.fm-pwa-install{display:none!important}.fm-pwa-nav{z-index:100;height:calc(64px + env(safe-area-inset-bottom));padding:5px 10px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050a10f5;border-top:1px solid #4a91ae33;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 35px #0000004d}.fm-pwa-nav a{color:#8795a1;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.56rem;font-weight:750;text-decoration:none;display:flex}.fm-pwa-nav i{font-size:1.1rem;font-style:normal;line-height:1}.fm-pwa-nav a.is-active{color:#fff}.fm-pwa-nav a.is-active i{color:#ff2d7f;text-shadow:0 0 15px #ff2d7f8c}}.fm-page--home-reference{--fm-ref-bg:#071019;--fm-ref-bg-deep:#04090e;--fm-ref-surface:#0c1824db;--fm-ref-surface-strong:#0d1b28;--fm-ref-line:#7eb1cd2e;--fm-ref-line-strong:#58d3f557;--fm-ref-text:#f8fbfd;--fm-ref-muted:#8fa4b3;--fm-ref-cyan:#16c6e8;--fm-ref-pink:#ff2d7f;--fm-ref-pink-soft:#ff4b91;--fm-ref-shell:min(1416px, calc(100vw - 112px));min-height:100vh;color:var(--fm-ref-text);background:radial-gradient(circle at 15% 36%,#007eb221,#0000 30rem),radial-gradient(circle at 82%,#ff2d7f14,#0000 27rem),linear-gradient(#061019 0%,#07121b 54%,#071019 100%);padding-top:0}.fm-page--home-reference [data-frontend-area=home-reference]{overflow:clip}.fm-ref-shell{width:var(--fm-ref-shell);margin-inline:auto}.fm-ref-home{background:linear-gradient(#03080d00 0 51%,#0818221f 51% 100%);padding-bottom:42px;position:relative}.fm-ref-home__body{width:var(--fm-ref-shell);background:radial-gradient(circle at 8% 0,#16c6e80b,#0000 30%),radial-gradient(circle at 96% 100%,#ff2d7f09,#0000 28%),linear-gradient(#07121cb8,#050e168a);border:1px solid #5b90b13d;border-radius:22px;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px 20px;margin:26px auto 0;padding:26px 24px 28px;display:grid;position:relative;box-shadow:0 18px 42px #00000029,inset 0 1px #ffffff06}.fm-ref-home__body:before{content:"";pointer-events:none;border-radius:inherit;opacity:.32;-webkit-mask-composite:xor;background:linear-gradient(100deg,#16c6e829,#0000 18% 82%,#ff2d7f1c);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.fm-ref-home__residents{grid-area:1/1/auto/span 8}.fm-ref-home__recent{grid-area:1/9/auto/span 4}.fm-ref-home__shows{grid-area:2/1/auto/span 7}.fm-ref-home__news{grid-area:2/8/auto/span 5}.fm-ref-module-head{justify-content:space-between;align-items:end;gap:24px;min-height:50px;margin-bottom:12px;display:flex}.fm-ref-module-head--compact{margin-bottom:10px}.fm-ref-kicker{color:var(--fm-ref-cyan);letter-spacing:.16em;margin-bottom:3px;font-size:.7rem;font-weight:850;line-height:1;display:block}.fm-ref-module-head h2{color:var(--fm-ref-text);letter-spacing:-.028em;margin:0;font-size:clamp(1.15rem,1.65vw,1.65rem);font-weight:760;line-height:1.08}.fm-ref-module-link{color:var(--fm-ref-cyan);flex:none;font-size:.74rem;font-weight:760;text-decoration:none}.fm-ref-empty{border:1px solid var(--fm-ref-line);min-height:112px;color:var(--fm-ref-muted);text-align:center;background:#081119ad;border-radius:13px;place-items:center;padding:24px;font-size:.84rem;display:grid}.fm-ref-btn{min-height:42px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 22px;font-size:.78rem;font-weight:800;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:inline-flex}.fm-ref-btn:hover{transform:translateY(-1px)}.fm-ref-btn--primary{color:#fff;background:linear-gradient(135deg, var(--fm-ref-pink), var(--fm-ref-pink-soft));box-shadow:inset 0 0 0 1px #ffffff0d,0 12px 32px #ff2d7f52}.fm-ref-btn--primary:hover{box-shadow:inset 0 0 0 1px #ffffff1f,0 14px 38px #ff2d7f6b}.fm-ref-btn--ghost{color:var(--fm-ref-text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03090e73;border-color:#ffffff3b}.fm-ref-btn--ghost:hover{background:#0a161fad;border-color:#ffffff7a}@media (width<=1180px){.fm-page--home-reference{--fm-ref-shell:min(100% - 48px, 1080px)}.fm-ref-home__body{grid-template-columns:1fr}.fm-ref-home__residents,.fm-ref-home__shows,.fm-ref-home__recent,.fm-ref-home__news{grid-area:auto/1}}@media (width<=720px){.fm-page--home-reference{--fm-ref-shell:calc(100% - 28px)}.fm-ref-home__body{gap:28px;padding-top:20px}.fm-ref-module-head{align-items:flex-start}.fm-ref-module-link{display:none}.fm-ref-btn{min-height:40px;padding-inline:17px}}.fm-header:has(+.fm-page--home-reference){border-bottom-color:#0000}.fm-page--home-reference+.fm-footer{-webkit-backdrop-filter:none;backdrop-filter:none;border-top:1px solid #7eb1cd1f;background:#05090e!important}.fm-page--home-reference+.fm-footer .fm-footer__inner{color:#8296a4;min-height:82px}.fm-page--home-reference+.fm-footer .fm-footer__heart{text-shadow:0 0 10px #ff2d7f47;color:#ff2d7f!important}.fm-dhero{--fm-dhero-shell:min(1416px,calc(100vw - 112px));isolation:isolate;color:#fff;background:#04090f;border-bottom:1px solid #43829f29;min-height:620px;position:relative;overflow:hidden}.fm-dhero *{box-sizing:border-box}.fm-dhero__background{z-index:0;background:radial-gradient(at 31% 73%,#0580a62e 0%,#03384d12 42%,#0000 67%),radial-gradient(at 73% 48%,#ff2b7f21 0%,#8114500f 31%,#0000 61%),linear-gradient(90deg,#04090f 0%,#05111a 31%,#07131d 59%,#0c0912 100%);position:absolute;inset:0;overflow:hidden}.fm-dhero__glow{filter:blur(78px);mix-blend-mode:screen;pointer-events:none;border-radius:50%;position:absolute}.fm-dhero__glow--cyan{background:radial-gradient(#14d0f047 0%,#088bba24 33%,#0000 70%);width:63%;height:84%;top:10%;left:17%}.fm-dhero__glow--pink{background:radial-gradient(#ff348d47 0%,#a419631f 34%,#0000 71%);width:43%;height:78%;top:9%;left:55%}.fm-dhero__ring{aspect-ratio:1;border:1.4px solid #29cdef9e;border-bottom-color:#ff2d7f94;border-radius:50%;width:min(47vw,780px);position:absolute;top:-10%;left:43.5%;transform:rotate(-17deg);box-shadow:0 0 46px #15b4e024,inset 0 0 55px #ff2d7f0a}.fm-dhero__ghost{z-index:1;color:#27627b24;letter-spacing:-.08em;text-transform:uppercase;pointer-events:none;width:44%;max-width:760px;font-size:clamp(7rem,8vw,10rem);font-weight:850;line-height:.72;position:absolute;top:16%;left:34.5%;overflow:hidden}.fm-dhero__portrait{z-index:3;pointer-events:none;justify-content:center;align-items:flex-end;width:min(42vw,720px);height:102%;display:flex;position:absolute;bottom:-2%;left:42%}.fm-dhero__portrait:before{content:"";z-index:-1;filter:blur(52px);mix-blend-mode:screen;opacity:.96;background:radial-gradient(at 42% 46%,#56dcf23d,#128eb61f 36%,#0000 68%),radial-gradient(at 73% 54%,#ff348d2b,#94195d12 38%,#0000 63%);position:absolute;inset:7% -20% 2%}.fm-dhero__portrait img{max-width:none;display:block}.fm-dhero__portrait.is-cutout{-webkit-mask-image:radial-gradient(82% 97%,#000 0 65%,#000000f0 77%,#00000080 90%,#0000 100%);mask-image:radial-gradient(82% 97%,#000 0 65%,#000000f0 77%,#00000080 90%,#0000 100%)}.fm-dhero__portrait.is-cutout img{object-fit:contain;object-position:center bottom;filter:grayscale(.9)contrast(1.03)brightness(.9)drop-shadow(0 20px 42px #0000004d);width:auto;height:104%}.fm-dhero__portrait.is-photo{overflow:hidden;-webkit-mask-image:radial-gradient(68% 88% at 52% 48%,#000 0 48%,#000000fa 58%,#000000db 68%,#0000008a 78%,#0000002e 89%,#0000 100%);mask-image:radial-gradient(68% 88% at 52% 48%,#000 0 48%,#000000fa 58%,#000000db 68%,#0000008a 78%,#0000002e 89%,#0000 100%)}.fm-dhero__portrait.is-photo img{object-fit:cover;filter:grayscale(.78)saturate(.6)contrast(1.03)brightness(.68);transform-origin:50% 48%;width:100%;height:100%;transform:scale(1.035)}.fm-dhero__veil{z-index:5;pointer-events:none;background:linear-gradient(90deg,#03070cfa 0%,#03070cd1 20%,#03070c2e 39%,#0000 57%,#03070c14 72%,#03070c91 100%),linear-gradient(#03070c05,#0000 58%,#03070c7a 87%,#04090f 100%);position:absolute;inset:0}.fm-dhero__shell{z-index:10;width:var(--fm-dhero-shell);grid-template-columns:minmax(0,1fr) 318px;align-items:center;gap:64px;min-height:620px;margin:0 auto;display:grid;position:relative}.fm-dhero__copy{max-width:610px;padding:36px 0 56px}.fm-dhero__live{color:#16cdea;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;font-size:.7rem;font-weight:900;display:flex}.fm-dhero__live i{background:#13d2ef;border-radius:50%;width:7px;height:7px;display:block;box-shadow:0 0 0 5px #13d2ef1a,0 0 18px #13d2ef70}.fm-dhero__context{color:#d0dae0;letter-spacing:.24em;text-transform:uppercase;margin-top:12px;font-size:.65rem;font-weight:760}.fm-dhero__copy h1{color:#f5f7fa;letter-spacing:-.066em;text-wrap:balance;text-shadow:0 9px 34px #00000038;max-width:620px;margin:26px 0 0;font-size:clamp(4.7rem,5.55vw,6.55rem);font-weight:720;line-height:.84}.fm-dhero__showname{color:#dfe7ec;letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(1.75rem,2.1vw,2.55rem);font-weight:300;line-height:1}.fm-dhero__track{color:#dfe7ecad;letter-spacing:.025em;white-space:nowrap;text-overflow:ellipsis;max-width:560px;margin:12px 0 0;font-size:clamp(.78rem,.9vw,.98rem);font-weight:500;line-height:1.35;overflow:hidden}.fm-dhero__meta{color:#aab9c2;letter-spacing:.16em;text-transform:uppercase;margin:19px 0 0;font-size:.72rem;font-weight:560;line-height:1.4}.fm-dhero__actions{flex-wrap:wrap;gap:16px;margin-top:29px;display:flex}.fm-dhero__button{appearance:none;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 28px;font-family:inherit;font-size:.81rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.fm-dhero__button:hover{transform:translateY(-1px)}.fm-dhero__button--primary{color:#fff;background:#ff2d7f;border:1px solid #ff2d7f;min-width:154px;box-shadow:0 14px 38px #ff2d7f52,0 0 24px #ff2d7f1f}.fm-dhero__button--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040a0f59;border:1px solid #7bafca85;min-width:177px}.fm-dhero__card{z-index:12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0a131ed4,#060e17f2) padding-box padding-box,linear-gradient(135deg,#22d1efb3,#478db96b 49%,#ff2d7fb3) border-box;border:1px solid #0000;border-radius:17px;justify-self:end;width:318px;padding:16px 16px 19px;position:relative;box-shadow:0 28px 72px #0000006e,0 0 38px #16c6e80f,0 0 42px #ff2d7f0d}.fm-dhero__card-head{color:#aab7c2;letter-spacing:.21em;text-transform:uppercase;align-items:center;gap:9px;padding:3px 3px 14px;font-size:.62rem;font-weight:800;display:flex}.fm-dhero__bars{color:#ff2d7f;letter-spacing:-.12em;font-size:.8rem}.fm-dhero__art{aspect-ratio:1.04;background:#0a1720;border:1px solid #68a4c24f;border-radius:12px;position:relative;overflow:hidden}.fm-dhero__art img{object-fit:cover;object-position:center;filter:saturate(.72)contrast(1.02)brightness(.82);width:100%;height:100%;position:absolute;inset:0}.fm-dhero__art:after{content:"";background:linear-gradient(#0000 49%,#03080d08 65%,#03080d59 100%);position:absolute;inset:0}.fm-dhero__art-fallback{color:#9fcbdc;place-items:center;font-size:2rem;font-weight:900;display:grid;position:absolute;inset:0}.fm-dhero__card-copy{min-width:0;padding:17px 4px 1px}.fm-dhero__card-copy strong,.fm-dhero__card-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fm-dhero__card-copy strong{color:#fff;text-transform:uppercase;letter-spacing:.005em;font-size:1.04rem;font-weight:850}.fm-dhero__card-copy span{color:#a7dcef;margin-top:6px;font-size:.76rem}@media (width<=1440px){.fm-dhero{--fm-dhero-shell:min(1280px,calc(100vw - 72px));min-height:570px}.fm-dhero__shell{grid-template-columns:minmax(0,1fr) 290px;gap:34px;min-height:570px}.fm-dhero__portrait{width:min(43vw,620px);left:43%}.fm-dhero__copy{max-width:535px}.fm-dhero__copy h1{font-size:clamp(4rem,5.25vw,5.8rem)}.fm-dhero__card{width:288px}.fm-dhero__ghost{font-size:clamp(6.2rem,8vw,9rem);left:36%}}@media (width<=1120px){.fm-dhero{--fm-dhero-shell:calc(100vw - 48px);min-height:630px}.fm-dhero__shell{grid-template-columns:minmax(0,1fr) 248px;gap:22px;min-height:630px}.fm-dhero__portrait{opacity:.84;width:55vw;left:35%}.fm-dhero__copy{max-width:470px}.fm-dhero__copy h1{font-size:clamp(3.8rem,7vw,5.35rem)}.fm-dhero__card{width:240px}.fm-dhero__ring{width:56vw;left:38%}.fm-dhero__ghost{opacity:.75;width:54%;left:31%}}@media (width<=820px){.fm-dhero{--fm-dhero-shell:calc(100vw - 32px);min-height:620px}.fm-dhero__shell{flex-direction:column;justify-content:flex-end;align-items:stretch;gap:10px;min-height:620px;padding-top:205px;padding-bottom:18px;display:flex}.fm-dhero__portrait{opacity:.74;width:100%;height:49%;inset:0 0 auto}.fm-dhero__portrait.is-cutout img{height:100%}.fm-dhero__veil{background:linear-gradient(#03070c08 0%,#03070c14 31%,#03070cd1 58%,#04090f 75%)}.fm-dhero__ring{opacity:.65;width:76vw;top:-4%;left:24%}.fm-dhero__ghost{text-align:center;opacity:.5;width:94%;font-size:15vw;top:13%;left:3%}.fm-dhero__copy{max-width:none;padding:0}.fm-dhero__copy h1{white-space:nowrap;margin-top:12px;font-size:clamp(2.65rem,11vw,4rem);line-height:.88}.fm-dhero__showname{margin-top:9px;font-size:1.35rem}.fm-dhero__meta{margin-top:11px;font-size:.62rem}.fm-dhero__actions{grid-template-columns:minmax(0,170px) minmax(0,205px);justify-content:start;gap:10px;margin-top:15px;display:grid}.fm-dhero__button{width:100%;min-width:0;min-height:44px;padding:0 12px;font-size:.7rem}.fm-dhero__card{grid-template-columns:64px minmax(0,1fr);column-gap:11px;width:100%;padding:10px 12px;display:grid}.fm-dhero__card-head{grid-column:1/-1;padding:1px 1px 8px;font-size:.55rem}.fm-dhero__art{aspect-ratio:1;width:64px}.fm-dhero__card-copy{align-self:center;padding:0}.fm-dhero__card-copy strong{font-size:.82rem}.fm-dhero__card-copy span{font-size:.68rem}}@media (width<=760px){.fm-dhero__card{display:none}.fm-dhero{min-height:535px}.fm-dhero__shell{gap:6px;min-height:535px;padding-top:168px;padding-bottom:12px}.fm-dhero__portrait{height:45%}.fm-dhero__copy h1{margin-top:9px}.fm-dhero__showname{margin-top:7px}.fm-dhero__meta{margin-top:9px}.fm-dhero__actions{margin-top:12px}}@media (width<=520px){.fm-dhero{--fm-dhero-shell:calc(100vw - 24px);min-height:510px}.fm-dhero__shell{min-height:510px;padding-top:158px;padding-bottom:10px}.fm-dhero__portrait{height:44%}.fm-dhero__copy h1{font-size:clamp(2.35rem,10.8vw,3.3rem)}.fm-dhero__showname{font-size:1.18rem}.fm-dhero__actions{grid-template-columns:1fr 1.15fr;gap:8px}.fm-dhero__button{min-height:42px;font-size:.67rem}}.fm-dhero__generated{z-index:3;pointer-events:none;width:57%;height:100%;position:absolute;top:0;left:35%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000009e 12%,#000 30% 78%,#0000006b 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#0000009e 12%,#000 30% 78%,#0000006b 92%,#0000 100%)}.fm-dhero__generated img{object-fit:cover;object-position:center;filter:saturate(.78)contrast(1.03)brightness(.72);width:100%;height:100%}.fm-dhero__shell--text-only{align-items:center;min-height:430px;display:flex}.fm-dhero__copy--text-only{max-width:1050px;padding:0}.fm-dhero__copy--text-only h1{letter-spacing:-.072em;white-space:normal;text-wrap:balance;margin:0;font-size:clamp(5.2rem,7.2vw,9rem);font-weight:760;line-height:.86}@media (width<=1120px){.fm-dhero__generated{width:64%;left:31%}.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:390px}.fm-dhero__copy--text-only h1{font-size:clamp(4.3rem,9vw,7rem)}}@media (width<=820px){.fm-dhero__generated{opacity:.74;width:100%;height:54%;top:0;left:0;-webkit-mask-image:linear-gradient(#000 0% 62%,#0000 100%);mask-image:linear-gradient(#000 0% 62%,#0000 100%)}.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:310px}.fm-dhero__copy--text-only h1{font-size:clamp(3.3rem,13vw,5.5rem)}}@media (width<=520px){.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:260px}.fm-dhero__copy--text-only h1{font-size:clamp(2.8rem,14vw,4.2rem)}}.fm-dhero--text-only{background:#04090f;min-height:620px}.fm-dhero--text-only .fm-dhero__background{background:radial-gradient(at 31% 72%,#0580a633 0%,#03384d14 42%,#0000 67%),radial-gradient(at 73% 48%,#ff2b7f24 0%,#8114500f 31%,#0000 61%),linear-gradient(90deg,#04090f 0%,#05111a 31%,#07131d 59%,#0c0912 100%)}.fm-dhero--text-only .fm-dhero__glow--cyan{opacity:1;width:63%;height:84%;top:10%;left:17%}.fm-dhero--text-only .fm-dhero__glow--pink{opacity:1;width:43%;height:78%;top:9%;left:55%}.fm-dhero__shell--text-only{justify-content:flex-start;align-items:center;min-height:620px;display:flex}.fm-dhero__copy--text-only{width:min(620px,52vw);max-width:620px;padding:36px 0 56px}.fm-dhero__copy--text-only h1{color:#f5f7fa;letter-spacing:-.066em;white-space:normal;text-wrap:balance;text-shadow:0 9px 34px #00000038;max-width:620px;margin:0;font-size:clamp(4.7rem,5.55vw,6.55rem);font-weight:720;line-height:.84}@media (width<=1440px){.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:570px}.fm-dhero__copy--text-only{width:min(535px,52vw);max-width:535px}.fm-dhero__copy--text-only h1{font-size:clamp(4rem,5.25vw,5.8rem)}}@media (width<=1120px){.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:630px}.fm-dhero__copy--text-only{width:min(470px,58vw);max-width:470px}.fm-dhero__copy--text-only h1{font-size:clamp(3.8rem,7vw,5.35rem)}.fm-dhero--text-only .fm-dhero__ring{width:56vw;left:38%}}@media (width<=820px){.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:535px}.fm-dhero__shell--text-only{align-items:flex-end;padding-top:168px;padding-bottom:62px}.fm-dhero__copy--text-only{width:100%;max-width:none;padding:0}.fm-dhero__copy--text-only h1{white-space:nowrap;font-size:clamp(2.65rem,11vw,4rem);line-height:.88}.fm-dhero--text-only .fm-dhero__ring{opacity:.65;width:76vw;top:-4%;left:24%}}@media (width<=520px){.fm-dhero--text-only,.fm-dhero__shell--text-only{min-height:510px}.fm-dhero__shell--text-only{padding-top:158px;padding-bottom:56px}.fm-dhero__copy--text-only h1{font-size:clamp(2.35rem,10.8vw,3.3rem)}}.fm-dhero__name{white-space:nowrap;text-wrap:nowrap!important;max-width:none!important}.fm-dhero__name--xl{font-size:clamp(4.8rem,5.7vw,6.7rem)!important}.fm-dhero__name--lg{font-size:clamp(4.2rem,5.05vw,5.9rem)!important}.fm-dhero__name--md{font-size:clamp(3.5rem,4.35vw,5.05rem)!important}.fm-dhero__name--sm{font-size:clamp(2.9rem,3.65vw,4.25rem)!important}.fm-dhero__name--xs{font-size:clamp(2.35rem,3vw,3.55rem)!important}.fm-dhero__ghost{white-space:nowrap;width:auto;max-width:none;line-height:.78;overflow:visible}.fm-dhero__ghost--xl{font-size:clamp(8rem,10vw,12rem)}.fm-dhero__ghost--lg{font-size:clamp(7rem,8.7vw,10.5rem)}.fm-dhero__ghost--md{font-size:clamp(5.8rem,7.5vw,9rem)}.fm-dhero__ghost--sm{font-size:clamp(4.8rem,6.3vw,7.5rem)}.fm-dhero__ghost--xs{font-size:clamp(4rem,5.3vw,6.4rem)}.fm-dhero--text-only .fm-dhero__ghost--fallback{z-index:1;color:#1d69892e;letter-spacing:-.075em;text-transform:none;pointer-events:none;mix-blend-mode:screen;text-shadow:0 0 55px #00a9df0d;width:auto;max-width:none;font-weight:850;top:26%;left:39%}.fm-dhero--text-only .fm-dhero__background:after{content:"";z-index:0;filter:blur(32px);pointer-events:none;background:radial-gradient(at 36% 52%,#07b1dc24,#0000 57%),radial-gradient(at 83%,#ff2a8021,#0000 55%);width:64%;height:74%;position:absolute;top:10%;left:31%}.fm-dhero--text-only .fm-dhero__shell--text-only{grid-template-columns:minmax(0,1fr) 318px;align-items:center;min-height:620px;display:grid}.fm-dhero--text-only .fm-dhero__copy--text-only{max-width:650px;padding:36px 0 56px}.fm-dhero--text-only .fm-dhero__copy--text-only h1{letter-spacing:-.066em;margin:26px 0 0;line-height:.84}.fm-dhero--text-only .fm-dhero__ring{opacity:.72;width:min(48vw,790px);top:-18%;left:52%}.fm-dhero--text-only .fm-dhero__veil{background:linear-gradient(90deg,#03070cfa 0%,#03070cd1 20%,#03070c1f 41%,#0000 60%,#03070c1f 78%,#03070c75 100%),linear-gradient(#03070c05,#0000 58%,#03070c70 87%,#04090f 100%)}.fm-dhero--resident-fallback .fm-dhero__shell--resident-fallback{grid-template-columns:minmax(0,1fr) 318px}.fm-dhero--resident-fallback .fm-dhero__portrait{width:min(35vw,600px);height:96%;left:48%}.fm-dhero--resident-fallback .fm-dhero__portrait.is-photo{-webkit-mask-composite:source-in;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000014 5%,#00000061 11%,#000000c7 17%,#000 24% 76%,#000000c7 83%,#00000061 89%,#00000014 95%,#0000 100%),linear-gradient(#0000 0%,#00000014 6%,#0000006b 12%,#000000d1 18%,#000 25% 75%,#000000d1 82%,#0000006b 88%,#00000014 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000014 5%,#00000061 11%,#000000c7 17%,#000 24% 76%,#000000c7 83%,#00000061 89%,#00000014 95%,#0000 100%),linear-gradient(#0000 0%,#00000014 6%,#0000006b 12%,#000000d1 18%,#000 25% 75%,#000000d1 82%,#0000006b 88%,#00000014 94%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.fm-dhero--resident-fallback .fm-dhero__portrait.is-photo:after{content:"";pointer-events:none;mix-blend-mode:color;opacity:.82;background:linear-gradient(135deg,#0897bdad 0%,#1179a38f 48%,#5d2f7e75 100%);position:absolute;inset:0}.fm-dhero--resident-fallback .fm-dhero__portrait.is-photo img{filter:grayscale()contrast(1.03)brightness(.78);transform:none}.fm-dhero--resident-fallback .fm-dhero__portrait:before{filter:blur(64px);opacity:1;background:radial-gradient(at 46% 48%,#52daf147,#138eb724 32%,#0000 64%),radial-gradient(at 70% 53%,#ff348d2e,#94195d14 34%,#0000 60%);inset:10% -28% 0%}@media (width<=1120px){.fm-dhero__name--xl{font-size:clamp(4rem,7vw,5.5rem)!important}.fm-dhero__name--lg{font-size:clamp(3.6rem,6.2vw,4.9rem)!important}.fm-dhero__name--md{font-size:clamp(3rem,5.4vw,4.2rem)!important}.fm-dhero__name--sm{font-size:clamp(2.6rem,4.7vw,3.7rem)!important}.fm-dhero__name--xs{font-size:clamp(2.25rem,4vw,3.2rem)!important}.fm-dhero--text-only .fm-dhero__ghost--fallback{left:35%}}@media (width<=820px){.fm-dhero__name{white-space:normal}.fm-dhero__name--xl{font-size:clamp(3rem,11vw,4.4rem)!important}.fm-dhero__name--lg{font-size:clamp(2.8rem,10vw,4rem)!important}.fm-dhero__name--md{font-size:clamp(2.5rem,9vw,3.6rem)!important}.fm-dhero__name--sm{font-size:clamp(2.2rem,8vw,3.2rem)!important}.fm-dhero__name--xs{font-size:clamp(2rem,7vw,2.8rem)!important}.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.55;max-width:110%;font-size:18vw;top:16%;left:10%}.fm-dhero--text-only .fm-dhero__shell--text-only{min-height:535px;padding-top:170px;display:flex}.fm-dhero--resident-fallback .fm-dhero__portrait{width:100%;height:48%;top:0;left:0}}.fm-dhero--resident-fallback .fm-dhero__portrait{opacity:.82}.fm-dhero--resident-fallback .fm-dhero__ghost{color:#428cb03d;text-shadow:0 0 38px #0f8db814}.fm-dhero--resident-fallback .fm-dhero__name{z-index:12;text-shadow:0 10px 30px #00000057;position:relative}.fm-dhero__live i{animation:2.8s ease-in-out infinite fmDheroLivePulse}@keyframes fmDheroLivePulse{0%,to{opacity:.86;box-shadow:0 0 0 5px #13d2ef14,0 0 12px #13d2ef57}50%{opacity:1;box-shadow:0 0 0 7px #13d2ef21,0 0 22px #13d2ef94}}@media (prefers-reduced-motion:reduce){.fm-dhero__live i{animation:none!important}}@media (width<=760px){.fm-dhero__track{max-width:92vw;margin-top:8px;font-size:.76rem}}.fm-dhero--text-only .fm-dhero__rotation-visual{z-index:3;pointer-events:none;width:min(45vw,680px);position:absolute;top:0;bottom:0;right:max(2.5vw,34px);overflow:visible}.fm-dhero--text-only .fm-dhero__rotation-backdrop{opacity:.24;filter:blur(42px)saturate(1.18);position:absolute;inset:4% -8% 2% 1%;transform:scale(1.08);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000073 20%,#000 48% 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000073 20%,#000 48% 100%)}.fm-dhero--text-only .fm-dhero__rotation-backdrop img{object-fit:cover;border-radius:42px;width:100%;height:100%}.fm-dhero--text-only .fm-dhero__rotation-art{aspect-ratio:1;background:#081119bd;border:1px solid #ffffff29;border-radius:28px;width:min(29vw,430px);position:absolute;top:50%;right:7%;overflow:hidden;transform:translateY(-50%);box-shadow:0 35px 95px #00000075,0 0 80px #12bee014,0 0 100px #ff2f7d12}.fm-dhero--text-only .fm-dhero__rotation-art:after{content:"";border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff14,inset 0 -80px 110px #02070c1f}.fm-dhero--text-only .fm-dhero__rotation-art img{object-fit:cover;filter:saturate(.88)contrast(1.04);width:100%;height:100%;display:block}.fm-dhero--text-only .fm-dhero__rotation-brand{aspect-ratio:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 70% 20%,#ff2f7d26,#0000 42%),radial-gradient(circle at 28% 74%,#00c6e826,#0000 42%),#060f17ad;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:min(28vw,410px);display:flex;position:absolute;top:50%;right:8%;transform:translateY(-50%);box-shadow:0 35px 95px #0000006b}.fm-dhero--text-only .fm-dhero__rotation-brand img{opacity:.92;width:46%;height:auto}.fm-dhero--text-only .fm-dhero__rotation-brand span{color:#e1eaf194;letter-spacing:.18em;text-transform:uppercase;font-size:.64rem;font-weight:800}.fm-dhero--text-only .fm-dhero__shell--text-only{z-index:6;position:relative}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__rotation-visual{width:48vw;right:10px}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(34vw,390px);right:3%}.fm-dhero--text-only .fm-dhero__rotation-brand{width:min(33vw,380px);right:3%}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__rotation-visual{opacity:.55;width:58vw;right:-4%}.fm-dhero--text-only .fm-dhero__rotation-art{border-radius:22px;width:min(45vw,330px);right:0}.fm-dhero--text-only .fm-dhero__rotation-brand{border-radius:22px;width:min(44vw,320px);right:0}.fm-dhero--text-only .fm-dhero__rotation-backdrop{opacity:.17}}@media (width<=620px){.fm-dhero--text-only .fm-dhero__rotation-visual{opacity:.3;width:72vw;height:58%;top:0;bottom:auto;right:-10%}.fm-dhero--text-only .fm-dhero__rotation-art,.fm-dhero--text-only .fm-dhero__rotation-brand{border-radius:18px;width:min(56vw,270px);top:46%;right:0}.fm-dhero--text-only .fm-dhero__rotation-brand span{display:none}}.fm-dhero--text-only .fm-dhero__name{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.fm-dhero--text-only .fm-dhero__ghost--fallback{z-index:2;color:#9abecf13;opacity:1;letter-spacing:-.075em;max-width:50vw;text-shadow:none;mix-blend-mode:screen;font-weight:820;top:15%;left:49%}.fm-dhero--text-only .fm-dhero__rotation-visual{width:min(43vw,650px);left:48.5%;right:auto}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(27vw,405px);top:54%;left:5%;right:auto}.fm-dhero--text-only .fm-dhero__rotation-backdrop{opacity:.18;inset:7% 7% 0 -6%}.fm-dhero--text-only .fm-dhero__rotation-brand{width:min(27vw,405px);top:54%;left:5%;right:auto}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__ghost--fallback{max-width:56vw;top:17%;left:45%}.fm-dhero--text-only .fm-dhero__rotation-visual{width:50vw;left:45%}.fm-dhero--text-only .fm-dhero__rotation-art,.fm-dhero--text-only .fm-dhero__rotation-brand{width:min(34vw,380px);left:4%}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__ghost--fallback{color:#9abecf0f;max-width:76vw;top:10%;left:22%}.fm-dhero--text-only .fm-dhero__rotation-visual{opacity:.55;width:62vw;left:auto;right:-2%}.fm-dhero--text-only .fm-dhero__rotation-art,.fm-dhero--text-only .fm-dhero__rotation-brand{width:min(43vw,320px);top:42%;left:auto;right:2%}}@media (width<=620px){.fm-dhero--text-only .fm-dhero__ghost--fallback{color:#9abecf0e;max-width:92vw;top:9%;left:8%;font-size:16vw!important}.fm-dhero--text-only .fm-dhero__rotation-visual{width:70vw;height:54%;right:-8%}.fm-dhero--text-only .fm-dhero__rotation-art,.fm-dhero--text-only .fm-dhero__rotation-brand{width:min(54vw,255px);top:44%;right:4%}}.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.22;color:#587e9738;text-shadow:0 0 48px #0b749a0a;mix-blend-mode:screen;top:21%;left:48%}.fm-dhero--text-only .fm-dhero__ghost--fallback.fm-dhero__ghost--xl{font-size:clamp(7rem,8.5vw,10.5rem)}.fm-dhero--text-only .fm-dhero__ghost--fallback.fm-dhero__ghost--lg{font-size:clamp(6.2rem,7.5vw,9.2rem)}.fm-dhero--text-only .fm-dhero__ghost--fallback.fm-dhero__ghost--md{font-size:clamp(5.3rem,6.6vw,8rem)}.fm-dhero--text-only .fm-dhero__ghost--fallback.fm-dhero__ghost--sm{font-size:clamp(4.5rem,5.6vw,6.8rem)}.fm-dhero--text-only .fm-dhero__ghost--fallback.fm-dhero__ghost--xs{font-size:clamp(3.8rem,4.8vw,5.8rem)}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__rotation-visual{width:46vw;right:clamp(70px,7vw,120px)}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(33vw,380px);right:0}.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.18;top:22%;left:43%}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__rotation-visual{width:58vw;right:-2%}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(44vw,325px)}.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.14;top:15%;left:18%}}.fm-dhero--text-only .fm-dhero__ghost--fallback{z-index:2;color:#30769421;opacity:.72;white-space:nowrap;text-shadow:0 0 36px #0f8db80a;max-width:34vw;top:24%;left:31%;overflow:visible}.fm-dhero--text-only .fm-dhero__rotation-visual{width:min(40vw,610px);right:max(9vw,120px)}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(27vw,400px);right:10%}@media (width<=1440px){.fm-dhero--text-only .fm-dhero__ghost--fallback{max-width:36vw;left:28%}.fm-dhero--text-only .fm-dhero__rotation-visual{width:42vw;right:7vw}}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__ghost--fallback{max-width:39vw;top:22%;left:26%}.fm-dhero--text-only .fm-dhero__rotation-visual{width:47vw;right:2vw}.fm-dhero--text-only .fm-dhero__rotation-art{width:min(32vw,370px);right:4%}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.46;max-width:84vw;top:13%;left:8%}}.fm-dhero--text-only .fm-dhero__ghost--fallback{z-index:2;color:#428cb01f;text-shadow:0 0 34px #0f8db80a;top:20%;left:29%}.fm-dhero--text-only .fm-dhero__shell--text-only{align-items:center}.fm-dhero--text-only .fm-dhero__copy--text-only{padding-top:118px;padding-bottom:34px}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__ghost--fallback{top:18%;left:25%}.fm-dhero--text-only .fm-dhero__copy--text-only{padding-top:104px}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__ghost--fallback{opacity:.42;top:12%;left:8%}.fm-dhero--text-only .fm-dhero__copy--text-only{padding-top:190px;padding-bottom:26px}}.fm-dhero--text-only .fm-dhero__ghost--fallback{top:18%;left:24%}.fm-dhero--text-only .fm-dhero__copy--text-only{padding-top:36px;padding-bottom:56px;transform:translateY(68px)}@media (width<=1440px){.fm-dhero--text-only .fm-dhero__ghost--fallback{top:18%;left:22%}.fm-dhero--text-only .fm-dhero__copy--text-only{transform:translateY(56px)}}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__ghost--fallback{top:16%;left:20%}.fm-dhero--text-only .fm-dhero__copy--text-only{transform:translateY(46px)}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__ghost--fallback{top:12%;left:8%}.fm-dhero--text-only .fm-dhero__copy--text-only{padding-top:190px;padding-bottom:26px;transform:none}}@media (width<=1440px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translate(34px,-50%)}}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translate(24px,-50%)}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translate(10px,-50%)}}.fm-dhero--text-only .fm-dhero__ghost--fallback{color:#428cb029;opacity:.82;text-shadow:0 0 34px #0f8db80d}.fm-dhero--text-only .fm-dhero__rotation-art{transform:translateY(-50%)translate(30px)}@media (width<=1440px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translateY(-50%)translate(24px)}}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translateY(-50%)translate(18px)}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__rotation-art{transform:translateY(-50%)translate(10px)}}.fm-dhero--text-only .fm-dhero__rotation-art{right:-2%!important;transform:translateY(-50%)!important}@media (width<=1440px){.fm-dhero--text-only .fm-dhero__rotation-art{right:-1%!important}}@media (width<=1120px){.fm-dhero--text-only .fm-dhero__rotation-art{right:0!important}}@media (width<=820px){.fm-dhero--text-only .fm-dhero__rotation-art{right:1%!important}}.fm-dhero__show-cover{z-index:3;pointer-events:none;width:min(43vw,690px);height:86%;position:absolute;top:7%;left:43%;overflow:hidden;-webkit-mask-image:radial-gradient(76% 90% at 50% 48%,#000 0 58%,#000000e6 70%,#0000006b 84%,#0000 100%);mask-image:radial-gradient(76% 90% at 50% 48%,#000 0 58%,#000000e6 70%,#0000006b 84%,#0000 100%)}.fm-dhero__show-cover img{object-fit:cover;object-position:center;filter:saturate(.82)contrast(1.03)brightness(.76);width:100%;height:100%}@media (width<=820px){.fm-dhero__show-cover{opacity:.88;width:100%;height:49%;top:0;left:0;-webkit-mask-image:linear-gradient(#000 0% 66%,#000000b3 78%,#0000 100%);mask-image:linear-gradient(#000 0% 66%,#000000b3 78%,#0000 100%)}.fm-dhero__show-cover img{object-fit:cover;filter:saturate(.9)contrast(1.02)brightness(.78)}}@media (display-mode:standalone) and (width<=760px){.fm-dhero__show-cover{opacity:1;height:320px!important}.fm-dhero__shell{padding-top:335px!important}.fm-dhero__show-cover img{object-fit:contain;filter:none;background:#050b11}}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__show-cover{opacity:1!important;z-index:4!important;border-radius:18px!important;width:calc(100% - 24px)!important;height:300px!important;display:block!important;top:12px!important;left:12px!important;right:12px!important;overflow:hidden!important;box-shadow:0 18px 48px #00000052!important;-webkit-mask-image:none!important;mask-image:none!important}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__show-cover img{object-fit:cover!important;object-position:center!important;filter:none!important;width:100%!important;height:100%!important;display:block!important}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__shell{padding-top:325px!important}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__ring{z-index:2}.fm-dhero__pwa-show-cover{display:none}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__pwa-show-cover{z-index:5;pointer-events:none;border-radius:22px;height:300px;position:absolute;top:18px;left:22px;right:22px;overflow:hidden;box-shadow:0 20px 55px #00000061,0 0 30px #ff2d7f14;display:block!important}html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__pwa-show-cover img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}html[data-pwa-standalone="1"] .fm-dhero--show:has(.fm-dhero__pwa-show-cover) .fm-dhero__shell{padding-top:335px!important}@media (width<=520px){html[data-pwa-standalone="1"] .fm-dhero--show .fm-dhero__pwa-show-cover{height:280px;left:18px;right:18px}html[data-pwa-standalone="1"] .fm-dhero--show:has(.fm-dhero__pwa-show-cover) .fm-dhero__shell{padding-top:315px!important}}@media (width>=821px){.fm-dhero--show .fm-dhero__show-cover{left:46%}}@media (width>=1121px) and (width<=1440px){.fm-dhero--show .fm-dhero__show-cover{left:45.5%}}@media (width>=1441px){.fm-dhero--text-only .fm-dhero__rotation-visual{width:min(40vw,610px);left:55%;right:auto}.fm-dhero--text-only .fm-dhero__rotation-art{top:54%;left:50%;right:auto!important;transform:translate(-50%,-50%)!important}}@media (width>=1121px) and (width<=1440px){.fm-dhero--text-only .fm-dhero__rotation-visual{left:53.5%;right:auto}.fm-dhero--text-only .fm-dhero__rotation-art{left:50%;right:auto!important;transform:translate(-50%,-50%)!important}}@media (width>=821px){.fm-dhero--show{--fm-auto-ring-left:43.5%;--fm-auto-ring-width:min(47vw,780px);--fm-auto-cover-width:min(43vw,690px)}.fm-dhero--show .fm-dhero__show-cover{width:var(--fm-auto-cover-width);left:calc(var(--fm-auto-ring-left) + (var(--fm-auto-ring-width) - var(--fm-auto-cover-width)) / 2)}}@media (width>=821px) and (width<=1120px){.fm-dhero--show{--fm-auto-ring-left:38%;--fm-auto-ring-width:56vw}}@media (width>=821px){.fm-dhero--show .fm-dhero__inner-rings{z-index:2;left:calc(var(--fm-auto-ring-left) + (var(--fm-auto-ring-width) / 2));top:calc(-10% + (var(--fm-auto-ring-width) / 2));width:var(--fm-auto-ring-width);aspect-ratio:1;pointer-events:none;position:absolute;transform:translate(-50%,-50%)}.fm-dhero--show .fm-dhero__inner-ring{box-sizing:border-box;opacity:.78;will-change:transform;border-radius:50%;position:absolute}.fm-dhero--show .fm-dhero__inner-ring--one{border:1.5px solid #1fd2f2b8;border-color:#1fd2f2b8 #ff2d7f33 #ff2d7fa3 #1fd2f2b8;animation:17s linear infinite fmDheroInnerRingOne;inset:9%;box-shadow:0 0 26px #1fd2f21a,inset 0 0 28px #ff2d7f09}.fm-dhero--show .fm-dhero__inner-ring--two{border:1.25px solid #ff2d7f9e;border-color:#1fd2f2a8 #ff2d7f9e #ff2d7f9e #1fd2f22e;animation:12s linear infinite reverse fmDheroInnerRingTwo;inset:18%;box-shadow:0 0 22px #ff2d7f17,inset 0 0 24px #1fd2f208}@keyframes fmDheroInnerRingOne{to{transform:rotate(360deg)}}@keyframes fmDheroInnerRingTwo{to{transform:rotate(360deg)}}}@media (prefers-reduced-motion:reduce){.fm-dhero--show .fm-dhero__inner-ring{animation:none!important}}@media (width>=821px){.fm-dhero--text-only .fm-dhero__inner-rings--rotation{z-index:2;aspect-ratio:1;pointer-events:none;width:min(48vw,790px);position:absolute;top:calc(-18% + min(48vw,790px)/2);left:calc(52% + min(48vw,790px)/2);transform:translate(-50%,-50%)}.fm-dhero--text-only .fm-dhero__inner-rings--rotation .fm-dhero__inner-ring--one{inset:10%}.fm-dhero--text-only .fm-dhero__inner-rings--rotation .fm-dhero__inner-ring--two{inset:20%}}@media (width>=821px) and (width<=1120px){.fm-dhero--text-only .fm-dhero__inner-rings--rotation{width:56vw;top:calc(28vw - 4%);left:calc(38% + 28vw)}}@media (width>=821px){.fm-dhero--text-only .fm-dhero__cover-rings{z-index:1;aspect-ratio:1;pointer-events:none;opacity:1;width:min(34vw,510px);position:absolute;top:54%;left:50%;transform:translate(-50%,-50%)}.fm-dhero--text-only .fm-dhero__cover-ring{box-sizing:border-box;will-change:transform;border-radius:50%;position:absolute}.fm-dhero--text-only .fm-dhero__cover-ring--one{border:2px solid #1fd2f2d6;border-color:#1fd2f2d6 #ff2d7fb8 #ff2d7f57 #1fd2f2d6;animation:18s linear infinite fmDheroCoverRingOne;inset:-8%;box-shadow:0 0 30px #1fd2f22e,inset 0 0 18px #ff2d7f1f}.fm-dhero--text-only .fm-dhero__cover-ring--two{border:2px solid #ff2d7fc7;border-color:#1fd2f257 #ff2d7fc7 #ff2d7fc7 #1fd2f2bd;animation:12s linear -.42s infinite reverse fmDheroCoverRingTwo;inset:3%;box-shadow:0 0 26px #ff2d7f29,inset 0 0 16px #1fd2f21a}.fm-dhero--text-only .fm-dhero__rotation-art{z-index:3}@keyframes fmDheroCoverRingOne{0%,to{transform:rotate(0)scale(1);box-shadow:0 0 30px #1fd2f22e,inset 0 0 18px #ff2d7f1f}12%{transform:rotate(43deg)scale(1.024);box-shadow:0 0 42px #1fd2f247,inset 0 0 24px #ff2d7f2e}24%{transform:rotate(86deg)scale(1.006);box-shadow:0 0 32px #1fd2f233,inset 0 0 19px #ff2d7f21}50%{transform:rotate(180deg)scale(1.018);box-shadow:0 0 38px #1fd2f23d,inset 0 0 22px #ff2d7f29}62%{transform:rotate(223deg)scale(1.003);box-shadow:0 0 31px #1fd2f230,inset 0 0 18px #ff2d7f1f}to{transform:rotate(360deg)scale(1);box-shadow:0 0 30px #1fd2f22e,inset 0 0 18px #ff2d7f1f}}@keyframes fmDheroCoverRingTwo{0%,to{transform:rotate(0)scale(1);box-shadow:0 0 26px #ff2d7f29,inset 0 0 16px #1fd2f21a}16%{transform:rotate(58deg)scale(1.018);box-shadow:0 0 36px #ff2d7f40,inset 0 0 22px #1fd2f226}28%{transform:rotate(101deg)scale(1.004);box-shadow:0 0 28px #ff2d7f2e,inset 0 0 17px #1fd2f21c}54%{transform:rotate(194deg)scale(1.026);box-shadow:0 0 40px #ff2d7f47,inset 0 0 24px #1fd2f22b}68%{transform:rotate(245deg)scale(1.005);box-shadow:0 0 28px #ff2d7f2e,inset 0 0 17px #1fd2f21c}to{transform:rotate(360deg)scale(1);box-shadow:0 0 26px #ff2d7f29,inset 0 0 16px #1fd2f21a}}}@media (width>=821px) and (width<=1120px){.fm-dhero--text-only .fm-dhero__cover-rings{width:min(41vw,440px)}}@media (prefers-reduced-motion:reduce){.fm-dhero--text-only .fm-dhero__cover-ring{animation:none!important}}@media (width>=821px){.fm-dhero--text-only .fm-dhero__ghost--fallback{will-change:transform;animation:34s ease-in-out infinite alternate fmDheroArtistDrift}@keyframes fmDheroArtistDrift{0%{transform:translate(46px)}to{transform:translate(-72px)}}}@media (prefers-reduced-motion:reduce){.fm-dhero--text-only .fm-dhero__ghost--fallback{animation:none!important;transform:none!important}}.fm-dhero__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fm-dhero__button--popup{color:#d7edf5;background:#08121c9e;border-color:#16d2ef52}.fm-dhero__button--popup:hover{color:#16d2ef;background:#0a1f2ae0;border-color:#16d2efa8}.fm-dhero__button--popup span:first-child{color:#16d2ef}@media (width<=820px){.fm-dhero__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.fm-dhero__button{width:100%}}@media (width<=560px){.fm-dhero__actions{grid-template-columns:1fr 1fr}.fm-dhero__actions>.fm-dhero__button--ghost{grid-column:1/-1}}.fm-dhero__button--play[data-state=playing]{color:#031118;background:linear-gradient(135deg,#16d2ef,#0b9db8);border-color:#16d2efc7;box-shadow:inset 0 0 0 1px #16d2ef2e,0 10px 28px #16d2ef2e,0 0 24px #16d2ef2e}.fm-dhero__button--play[data-state=playing] span:first-child{color:#031118}.fm-dhero__button--play[data-state=loading]{opacity:.78}.fm-dhero--resident-fallback .fm-dhero__ghost--resident-live,.fm-dhero--show .fm-dhero__ghost--resident-live{will-change:transform;animation:30s ease-in-out infinite alternate fmResidentGhostDrift}@keyframes fmResidentGhostDrift{0%{transform:translate(42px)}to{transform:translate(-66px)}}@media (width<=820px){.fm-dhero--resident-fallback .fm-dhero__ghost--resident-live,.fm-dhero--show .fm-dhero__ghost--resident-live{animation-duration:36s}@keyframes fmResidentGhostDrift{0%{transform:translate(20px)}to{transform:translate(-34px)}}}@media (prefers-reduced-motion:reduce){.fm-dhero--resident-fallback .fm-dhero__ghost--resident-live,.fm-dhero--show .fm-dhero__ghost--resident-live{animation:none!important;transform:none!important}}@media (width>=821px){.fm-dhero--show.fm-dhero--resident-12 .fm-dhero__portrait{opacity:1;width:min(38vw,650px);height:100%;left:44.5%}.fm-dhero--show.fm-dhero--resident-12 .fm-dhero__portrait.is-cutout{filter:drop-shadow(0 0 24px #20d4ff1a)drop-shadow(0 0 30px #ff2f7d12);-webkit-mask-image:linear-gradient(#000 0% 90%,#000000e6 96%,#0000 100%);mask-image:linear-gradient(#000 0% 90%,#000000e6 96%,#0000 100%)}.fm-dhero--show.fm-dhero--resident-12 .fm-dhero__portrait.is-cutout img{filter:grayscale(.82)saturate(.72)brightness(1.02)contrast()drop-shadow(0 20px 38px #0000004d);height:96%;transform:translateY(3%)}}@media (width<=820px){.fm-dhero--show.fm-dhero--resident-12 .fm-dhero__portrait{opacity:.86}.fm-dhero--show.fm-dhero--resident-12 .fm-dhero__portrait.is-cutout img{filter:grayscale(.82)saturate(.72)brightness(1.03)contrast()drop-shadow(0 14px 28px #00000047);height:96%;transform:translateY(2%)}}.fm-today-program{z-index:8;margin-top:-28px;padding:0 0 22px;position:relative}.fm-today-program__surface{background:radial-gradient(circle at 9% 0,#ff2d7f1f,#0000 27%),radial-gradient(circle at 92% 100%,#13d2ef1a,#0000 30%),linear-gradient(135deg,#040e19fa,#050f19f5 47%,#05121ffa);border:1px solid #45aae15c;border-radius:24px;grid-template-columns:190px minmax(0,1fr) 76px;min-height:226px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 55px #00000057,inset 0 1px #ffffff06}.fm-today-program__surface:before{content:"";pointer-events:none;opacity:.8;background:linear-gradient(120deg,#0000 14%,#ffffff05 14.2%,#0000 29%);position:absolute;inset:0}.fm-today-program__intro{z-index:2;border-right:1px solid #6294b11a;flex-direction:column;justify-content:center;padding:26px 22px 24px 28px;display:flex;position:relative;overflow:hidden}.fm-today-program__eyebrow{color:#7896a8;letter-spacing:.18em;align-items:center;gap:8px;font-size:.53rem;font-weight:850;display:flex}.fm-today-program__eyebrow i{background:#ff2d7f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #ff2d7fbf}.fm-today-program__intro h2{color:#edf7fb;letter-spacing:-.045em;margin:14px 0 0;font-size:clamp(1.55rem,1.8vw,2.15rem);font-weight:500;line-height:.95}.fm-today-program__intro h2 strong{color:#fff;font-size:1.34em;font-weight:950;display:block}.fm-today-program__intro p{color:#587284;max-width:130px;margin:14px 0 0;font-size:.62rem;line-height:1.45}.fm-today-program__watermark{color:#0000;-webkit-text-stroke:1px #5c96b811;font-size:6.5rem;font-weight:950;line-height:1;position:absolute;bottom:-33px;left:18px}.fm-today-program__content{z-index:3;grid-template-rows:minmax(132px,auto) 48px;align-content:center;gap:9px;min-width:0;padding:18px 16px 13px;display:grid;position:relative}.fm-today-program__flow{grid-template-columns:minmax(150px,.78fr) minmax(270px,1.55fr) minmax(180px,1fr);align-items:stretch;gap:10px;min-width:0;display:grid}.fm-today-program__now,.fm-today-program__next,.fm-today-program__later-card{background:linear-gradient(145deg,#0b1926bf,#06101bb3);border:1px solid #5b90b12e;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.fm-today-program__now{background:linear-gradient(135deg,#42103199,#091422c4);border-color:#ff2d7f7a;border-radius:15px;grid-template-columns:58px minmax(0,1fr);display:grid}.fm-today-program__now-art,.fm-today-program__next-art,.fm-today-program__later-art{color:#ffffff29;background:linear-gradient(145deg,#ff2d7f2e,#0c27393d);place-items:center;font-style:italic;font-weight:950;display:grid;position:relative;overflow:hidden}.fm-today-program__now-art>img,.fm-today-program__next-art>img,.fm-today-program__later-art>img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.fm-today-program__now-art>b{color:#fff;letter-spacing:.08em;background:#ff2d7f;border-radius:4px;padding:3px 5px;font-size:.43rem;font-style:normal;position:absolute;bottom:5px;left:5px;box-shadow:0 0 14px #ff2d7f80}.fm-today-program__now-copy{flex-direction:column;justify-content:center;min-width:0;padding:10px;display:flex}.fm-today-program__label{letter-spacing:.08em;border-radius:4px;align-items:center;width:max-content;height:17px;padding:0 6px;font-size:.47rem;font-weight:950;display:inline-flex}.fm-today-program__label--now{color:#fff;background:#ff2d7f}.fm-today-program__label--next{color:#03131c;background:#16d2ef}.fm-today-program__now-copy>strong{color:#f6fbfe;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:.76rem;font-weight:850;line-height:1.12;display:-webkit-box;overflow:hidden}.fm-today-program__now-copy>small{color:#8ba2b2;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.56rem;overflow:hidden}.fm-today-program__live-clock{color:#7f96a6;font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:4px;margin-top:7px;font-size:.49rem;display:flex}.fm-today-program__live-clock b{color:#ff5798;font-weight:900}.fm-today-program__live-clock em{color:#a6b7c2;margin-left:auto;font-style:normal}.fm-today-program__next{background:radial-gradient(circle at 0 40%,#13d2ef17,#0000 37%),linear-gradient(135deg,#042230d1,#081320d6);border-color:#13d2ef6b;border-radius:17px;grid-template-columns:116px minmax(0,1fr);display:grid;box-shadow:0 0 24px #13d2ef12,inset 0 1px #ffffff08}.fm-today-program__next-art{font-size:1.55rem}.fm-today-program__next-art:after{content:"";position:absolute;inset:0;box-shadow:inset -22px 0 28px #05111c47}.fm-today-program__next-ring{z-index:3;opacity:.75;pointer-events:none;border:1px solid #13d2efb3;border-right-color:#ff2d7fa6;border-radius:50%;animation:13s linear infinite fmComingUpRing;position:absolute;inset:9px}@keyframes fmComingUpRing{to{transform:rotate(360deg)}}.fm-today-program__next-copy{flex-direction:column;justify-content:center;min-width:0;padding:13px 14px;display:flex}.fm-today-program__next-topline{justify-content:space-between;align-items:center;gap:8px;display:flex}.fm-today-program__next-topline time{color:#17d2ed;font-variant-numeric:tabular-nums;font-size:.65rem;font-weight:850}.fm-today-program__next-copy>strong{color:#f7fcff;text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:.96rem;font-weight:900;line-height:1.08;overflow:hidden}.fm-today-program__next-copy>small{color:#9cb0bd;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.62rem;overflow:hidden}.fm-today-program__countdown{align-items:baseline;gap:6px;margin-top:9px;display:flex}.fm-today-program__countdown span{color:#5f7889;letter-spacing:.12em;font-size:.46rem;font-weight:850}.fm-today-program__countdown b{color:#e9faff;font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:900}.fm-today-program__next-window{color:#647e8e;margin-top:3px;font-size:.51rem}.fm-today-program__later{grid-template-rows:repeat(3,minmax(0,1fr));gap:6px;min-width:0;display:grid}.fm-today-program__later-card{background:linear-gradient(145deg,#0a1723b3,#07111b8f);border-radius:10px;grid-template-columns:42px minmax(0,1fr);min-height:0;display:grid}.fm-today-program__later-art{font-size:.8rem}.fm-today-program__later-copy{flex-direction:column;justify-content:center;min-width:0;padding:6px 8px;display:flex}.fm-today-program__later-copy>div{justify-content:space-between;align-items:center;gap:5px;display:flex}.fm-today-program__later-copy>div span{color:#557181;letter-spacing:.09em;font-size:.4rem;font-weight:850}.fm-today-program__later-copy time{color:#72a3b6;font-size:.48rem;font-weight:800}.fm-today-program__later-copy strong{color:#dce9ef;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.61rem;font-weight:800;overflow:hidden}.fm-today-program__later-copy small{color:#718794;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.46rem;overflow:hidden}.fm-today-program__timeline{height:48px;margin:0 8px;position:relative}.fm-today-program__line{background:#5e859d47;border-radius:99px;height:2px;position:absolute;top:16px;left:0;right:0}.fm-today-program__live-fill{z-index:2;background:linear-gradient(90deg,#ff2d7f,#18d2ef);width:0;height:2px;transition:width .9s linear;position:absolute;top:16px;left:0;box-shadow:0 0 8px #18d2ef40}.fm-today-program__live-position{z-index:5;pointer-events:none;width:14px;height:14px;transition:left .9s linear;position:absolute;top:10px;left:0;transform:translate(-50%)}.fm-today-program__live-position span{background:#ff2d7f;border:2px solid #fff;border-radius:50%;width:14px;height:14px;display:block;box-shadow:0 0 0 2px #ff2d7f2e,0 0 12px #ff2d7f80}.fm-today-program__tick{text-align:center;position:absolute;top:10px;transform:translate(-50%)}.fm-today-program__tick--end{transform:translate(-100%)}.fm-today-program__node{background:#07121e;border:2px solid #638095;border-radius:50%;width:13px;height:13px;margin:0 auto 7px;display:block;box-shadow:0 0 0 2px #0917259e}.fm-today-program__tick.is-live .fm-today-program__node{background:#ff2d7f;border-color:#ff2d7f}.fm-today-program__tick.is-next .fm-today-program__node{background:#16d2ef;border-color:#16d2ef;box-shadow:0 0 9px #13d2ef59}.fm-today-program__tick time{color:#7890a1;font-size:.54rem;font-weight:650}.fm-today-program__tick.is-next time{color:#16d2ef}.fm-today-program__all{z-index:3;color:#7895a5;letter-spacing:.12em;border-left:1px solid #5c8fab1f;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:9px;font-size:.48rem;font-weight:900;text-decoration:none;transition:background .18s,color .18s;display:flex;position:relative}.fm-today-program__all b{color:#b8d1dc;font-size:1rem;font-weight:600;transition:transform .18s}.fm-today-program__all:hover{color:#dff7ff;background:#13d2ef08}.fm-today-program__all:hover b{color:#16d2ef;transform:translate(3px)}.fm-today-program__empty{z-index:3;color:#7890a2;text-align:center;place-items:center;padding:34px;display:grid;position:relative}@media (width<=1180px){.fm-today-program__surface{grid-template-columns:160px minmax(0,1fr) 66px}.fm-today-program__intro{padding-left:20px}.fm-today-program__flow{grid-template-columns:minmax(135px,.7fr) minmax(240px,1.45fr) minmax(150px,.9fr)}.fm-today-program__next{grid-template-columns:92px minmax(0,1fr)}.fm-today-program__intro p{display:none}}@media (width<=900px){.fm-today-program{margin-top:12px}.fm-today-program__surface{border-radius:20px;grid-template-columns:1fr}.fm-today-program__intro{border-right:0;padding:17px 18px 12px}.fm-today-program__eyebrow{display:none}.fm-today-program__intro h2{margin:0;font-size:1.28rem}.fm-today-program__intro h2 strong{font-size:1em;display:inline}.fm-today-program__watermark{display:none}.fm-today-program__content{padding:0 14px 14px;display:block;overflow:hidden}.fm-today-program__flow{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:3px 34px 3px 0;display:flex;overflow-x:auto}.fm-today-program__flow::-webkit-scrollbar{display:none}.fm-today-program__now{scroll-snap-align:start;flex:0 0 min(72vw,245px)}.fm-today-program__next{scroll-snap-align:start;flex:0 0 min(86vw,360px);grid-template-columns:105px minmax(0,1fr)}.fm-today-program__later{flex:none;gap:8px;display:flex}.fm-today-program__later-card{scroll-snap-align:start;flex:0 0 210px;grid-template-columns:52px minmax(0,1fr)}.fm-today-program__timeline{display:none}.fm-today-program__all{border:1px solid #5b90b124;border-radius:10px;flex-direction:row;min-height:48px;margin:0 14px 13px}.fm-today-program__all b{font-size:.85rem}}@media (width<=520px){.fm-today-program{margin-top:14px}.fm-today-program__surface{border-radius:18px}.fm-today-program__content{padding-left:12px;padding-right:12px}.fm-today-program__flow{padding-right:28px}.fm-today-program__now{flex-basis:72vw}.fm-today-program__next{flex-basis:86vw;grid-template-columns:92px minmax(0,1fr)}.fm-today-program__later-card{flex-basis:190px}.fm-today-program__all{margin-left:12px;margin-right:12px}}@media (prefers-reduced-motion:reduce){.fm-today-program__next-ring{animation:none!important}.fm-today-program__live-fill,.fm-today-program__live-position{transition:none}}@media (width>=901px){.fm-today-program__now-copy>strong{font-size:.8rem}.fm-today-program__next{grid-template-columns:106px minmax(0,1fr)}.fm-today-program__next-copy{padding:12px 13px}.fm-today-program__next-copy>strong{font-size:.9rem}.fm-today-program__later{grid-template-rows:none;grid-auto-rows:minmax(0,1fr)}.fm-today-program__all{gap:5px;font-size:.5rem}.fm-today-program__surface{grid-template-columns:178px minmax(0,1fr) 70px}.fm-today-program__content{padding-left:14px;padding-right:12px}.fm-today-program__flow{grid-template-columns:minmax(225px,.95fr) minmax(330px,1.45fr) minmax(245px,1.05fr);gap:10px}.fm-today-program__now-copy{padding:11px 12px}.fm-today-program__now-copy>strong{-webkit-line-clamp:2;font-size:.8rem;line-height:1.08}.fm-today-program__later-card{grid-template-columns:64px minmax(0,1fr)}.fm-today-program__later-copy{padding:8px 10px}.fm-today-program__later-copy strong{font-size:.68rem}.fm-today-program__later-copy small{font-size:.5rem}.fm-today-program__flow{align-items:stretch}.fm-today-program__now,.fm-today-program__next,.fm-today-program__later-card{--fm-coming-art-size:96px;grid-template-columns:var(--fm-coming-art-size) minmax(0,1fr);min-height:96px}.fm-today-program__now-art,.fm-today-program__next-art,.fm-today-program__later-art{width:var(--fm-coming-art-size);height:var(--fm-coming-art-size);aspect-ratio:1;border-radius:12px;align-self:center;overflow:hidden}.fm-today-program__now-art>img,.fm-today-program__next-art>img,.fm-today-program__later-art>img{object-fit:cover;object-position:center;width:100%;height:100%}.fm-today-program__next-art:after{border-radius:12px}.fm-today-program__next-ring{inset:8px}}@media (width<=1180px) and (width>=901px){.fm-today-program__now,.fm-today-program__next,.fm-today-program__later-card{--fm-coming-art-size:84px}}@media (width<=900px){.fm-today-program__now-art,.fm-today-program__next-art,.fm-today-program__later-art{aspect-ratio:1;border-radius:12px;align-self:center;width:84px;height:84px;overflow:hidden}.fm-today-program__now-art>img,.fm-today-program__next-art>img,.fm-today-program__later-art>img{object-fit:cover;object-position:center}}@media (width>=901px){.fm-today-program__flow{align-items:center}.fm-today-program__now,.fm-today-program__next{align-self:center;height:152px;min-height:152px}.fm-today-program__now-copy,.fm-today-program__next-copy{justify-content:center}}@media (width<=1180px) and (width>=901px){.fm-today-program__now,.fm-today-program__next{height:138px;min-height:138px}}@media (width>=901px){.fm-today-program__later{grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-rows:unset}}.fm-external-players{background:radial-gradient(circle at 15%,#ff2d7f0e,#0000 25%),linear-gradient(135deg,#081420f5,#06101bf0);border:1px solid #5b90b138;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;min-height:72px;margin-top:11px;padding:11px 18px 11px 22px;display:grid;box-shadow:0 12px 28px #0000002e,inset 0 1px #ffffff08}.fm-external-players__lead{color:#819bab;white-space:nowrap;align-items:center;gap:10px;display:flex}.fm-external-players__lead strong{letter-spacing:.14em;font-size:.61rem;font-weight:900}.fm-external-players__dot{background:#16d2ef;border-radius:50%;width:9px;height:9px;box-shadow:0 0 13px #16d2efa6}.fm-external-players__apps{align-items:center;gap:10px;min-width:0;display:flex}.fm-external-players__apps a{color:#c4d5de;background:#0c1b28b3;border:1px solid #5b90b12e;border-radius:10px;align-items:center;gap:10px;min-height:44px;padding:5px 13px 5px 9px;text-decoration:none;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.fm-external-players__apps a:hover{color:#fff;background:#112b3ac7;border-color:#16d2ef7a;transform:translateY(-1px)}.fm-external-players__apps b{white-space:nowrap;font-size:.67rem;font-weight:850}.fm-external-players__app-icon{object-fit:contain;filter:drop-shadow(0 3px 5px #00000047);flex:0 0 31px;width:31px;height:31px;display:block}.fm-external-players__formats{white-space:nowrap;align-items:center;gap:7px;display:flex}.fm-external-players__formats>span{color:#617b8b;letter-spacing:.13em;margin-right:3px;font-size:.49rem;font-weight:900}.fm-external-players__formats a{color:#9eb2be;background:#0a16227a;border:1px solid #5b90b136;border-radius:8px;justify-content:center;align-items:center;min-width:48px;height:34px;padding:0 9px;font-size:.61rem;font-weight:900;text-decoration:none;transition:all .16s;display:inline-flex}.fm-external-players__formats a:hover{color:#fff;background:#ff2d7f14;border-color:#ff2d7f7a}@media (width<=900px){.fm-external-players{grid-template-columns:1fr;gap:11px;margin:9px 12px 0;padding:13px 14px}.fm-external-players__apps{scrollbar-width:none;overflow-x:auto}.fm-external-players__apps::-webkit-scrollbar{display:none}.fm-external-players__formats{overflow-x:auto}.fm-external-players__lead strong{font-size:.5rem}}@media (width<=520px){.fm-external-players__apps b{font-size:.61rem}.fm-external-players__apps a{padding:4px 10px 4px 8px}.fm-external-players__app-icon{flex-basis:28px;width:28px;height:28px}.fm-external-players__formats>span{display:none}}@media (width>=901px){.fm-today-program__surface{min-height:194px}.fm-today-program__content{grid-template-rows:minmax(108px,auto) 40px;gap:6px;padding-top:12px;padding-bottom:9px}.fm-today-program__flow{grid-template-columns:minmax(220px,.9fr) minmax(330px,1.45fr) minmax(245px,1fr);align-items:stretch}.fm-today-program__now,.fm-today-program__next,.fm-today-program__later-card{--fm-coming-art-size:88px;align-self:stretch;height:112px;min-height:112px}.fm-today-program__later{grid-template-rows:1fr;grid-auto-rows:unset}.fm-today-program__timeline{height:40px;margin-top:0}.fm-today-program__line,.fm-today-program__live-fill{top:13px}.fm-today-program__live-position,.fm-today-program__tick{top:7px}.fm-today-program__node{margin-bottom:5px}.fm-today-program__intro{padding-top:20px;padding-bottom:18px}}@media (width<=1180px) and (width>=901px){.fm-today-program__surface{min-height:186px}.fm-today-program__now,.fm-today-program__next,.fm-today-program__later-card{--fm-coming-art-size:80px;height:104px;min-height:104px}}.fm-external-players{position:relative;overflow:hidden}.fm-external-players:before{content:"";pointer-events:none;border-radius:inherit;opacity:.9;background:linear-gradient(90deg,#ff2d7f14,#0000 24% 74%,#16d2ef12);position:absolute;inset:0}.fm-external-players__lead{z-index:1;background:linear-gradient(135deg,#10212feb,#091622d1);border:1px solid #6aaacb38;border-radius:12px;min-height:46px;padding:0 16px 0 13px;position:relative;box-shadow:inset 0 1px #ffffff0b,0 8px 22px #00000029}.fm-external-players__lead:before{content:"";background:linear-gradient(#ff2d7f,#16d2ef);border-radius:99px;width:2px;position:absolute;top:9px;bottom:9px;left:0;box-shadow:0 0 12px #16d2ef2e}.fm-external-players__lead strong{color:#dceaf1;letter-spacing:.155em;text-shadow:0 1px 10px #00000038;font-size:.63rem}.fm-external-players__dot{background:linear-gradient(135deg,#ff2d7f,#16d2ef);width:10px;height:10px;box-shadow:0 0 0 4px #16d2ef0d,0 0 14px #16d2ef59}.fm-external-players__apps,.fm-external-players__formats{z-index:1;position:relative}.fm-external-players__apps a{background:linear-gradient(145deg,#0f202ec7,#091622b8);box-shadow:inset 0 1px #ffffff06}.fm-external-players__apps a:hover{box-shadow:0 8px 20px #00000024,inset 0 1px #ffffff0a}@media (width<=900px){.fm-external-players__lead{min-height:42px;padding-left:12px}}.fm-ref-residents{flex-direction:column;min-width:0;height:100%;display:flex}.fm-ref-residents__spotlight{flex:auto;grid-template-columns:minmax(0,1.72fr) minmax(230px,.82fr);gap:10px;min-height:292px;display:grid}.fm-ref-resident-featured-wrap,.fm-ref-resident-mini-wrap{min-width:0;position:relative}.fm-ref-resident-featured,.fm-ref-resident-mini{border:1px solid var(--fm-ref-line);color:#fff;isolation:isolate;background:#091620;height:100%;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.fm-ref-resident-featured{border-radius:13px;min-height:292px}.fm-ref-resident-mini{border-radius:10px;min-height:0}.fm-ref-resident-featured:hover,.fm-ref-resident-mini:hover{border-color:#16c6e86b;transform:translateY(-2px);box-shadow:0 15px 34px #0000003d}.fm-ref-resident-featured__image,.fm-ref-resident-mini__image{z-index:-3;position:absolute;inset:0}.fm-ref-resident-featured__image img,.fm-ref-resident-mini__image img{object-fit:cover;filter:saturate(.82)contrast(1.04);width:100%;height:100%;transition:filter .2s,transform .28s}.fm-ref-resident-featured:hover img{filter:saturate()contrast(1.04);transform:scale(1.025)}.fm-ref-resident-mini__image img{transform:none}.fm-ref-resident-mini:hover img{filter:saturate()contrast(1.04);transform:none}.fm-ref-resident-card__placeholder{color:#ffffff2e;background:linear-gradient(135deg,#0b1b28,#101a23);place-items:center;width:100%;height:100%;font-size:2rem;font-weight:900;display:grid}.fm-ref-resident-featured__shade{z-index:-1;background:linear-gradient(90deg,#02070b29 0 42%,#02070b05 70%),linear-gradient(#02070b0a 28%,#02070bf0 100%);position:absolute;inset:0}.fm-ref-resident-mini__shade{z-index:-1;background:linear-gradient(90deg,#02070be0 0%,#02070b8c 48%,#02070b2e 100%);position:absolute;inset:0}.fm-ref-resident-featured__status{color:#ffffffc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.12em;background:#030a0f85;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;font-size:.58rem;font-weight:850;display:inline-flex;position:absolute;top:15px;left:16px}.fm-ref-resident-featured__status span{background:#7e96a5;border-radius:50%;width:6px;height:6px}.fm-ref-resident-featured__status.is-on-air{color:#fff;background:#ff2d7f1f;border-color:#ff2d7f6b}.fm-ref-resident-featured__status.is-on-air span{background:var(--fm-ref-pink);box-shadow:0 0 0 4px #ff2d7f1a,0 0 14px #ff2d7f80}.fm-ref-resident-featured__copy{gap:4px;display:grid;position:absolute;bottom:18px;left:20px;right:58px}.fm-ref-resident-featured__copy strong{color:#fff;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.35rem,2vw,2.05rem);font-weight:830;line-height:1;overflow:hidden}.fm-ref-resident-featured__copy small{color:#ffffff9e;font-size:.67rem}.fm-ref-resident-featured__arrow{border:1px solid #ffffff5c;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.72rem;display:grid;position:absolute;bottom:17px;right:17px}.fm-ref-residents__secondary{grid-template-rows:repeat(3,minmax(0,1fr));gap:8px;min-width:0;display:grid}.fm-ref-resident-mini__copy{gap:2px;display:grid;position:absolute;top:50%;left:13px;right:42px;transform:translateY(-50%)}.fm-ref-resident-mini__copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:790;overflow:hidden}.fm-ref-resident-mini__copy small{color:#ffffff8c;font-size:.56rem}.fm-ref-resident-mini__arrow{border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:23px;height:23px;font-size:.58rem;display:grid;position:absolute;bottom:50%;right:11px;transform:translateY(50%)}.fm-ref-favorite{z-index:4;margin:0;position:absolute;top:10px;right:10px}.fm-ref-favorite button,.fm-ref-favorite--login{color:#ffffffd1;width:28px;height:28px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04090e9e;border:1px solid #ffffff3d;border-radius:50%;place-items:center;padding:0;font-size:.85rem;line-height:1;text-decoration:none;transition:color .16s,border-color .16s,background .16s,transform .16s;display:grid}.fm-ref-favorite--mini{top:7px;right:7px}.fm-ref-favorite--mini button,.fm-ref-favorite--login.fm-ref-favorite--mini{width:23px;height:23px;font-size:.68rem}.fm-ref-favorite button:hover,.fm-ref-favorite--login:hover,.fm-ref-favorite.is-active button{color:var(--fm-ref-pink);background:#ff2d7f1a;border-color:#ff2d7f94;transform:scale(1.04)}@media (width<=1180px){.fm-ref-residents__spotlight{grid-template-columns:minmax(0,1.55fr) minmax(230px,.8fr);min-height:340px}.fm-ref-resident-featured{min-height:340px}}@media (width<=720px){.fm-ref-residents__spotlight{grid-template-columns:1fr;gap:10px;min-height:0}.fm-ref-resident-featured{min-height:280px}.fm-ref-residents__secondary{scrollbar-width:none;grid-template-rows:none;grid-template-columns:repeat(3,minmax(150px,1fr));gap:8px;padding-bottom:2px;overflow-x:auto}.fm-ref-residents__secondary::-webkit-scrollbar{display:none}.fm-ref-resident-mini{min-height:112px}.fm-ref-resident-mini__shade{background:linear-gradient(#02070b0f 20%,#02070be6 100%)}.fm-ref-resident-mini__copy{top:auto;bottom:10px;transform:none}}.fm-ref-shows{min-width:0}.fm-ref-shows__layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.78fr);gap:10px;display:grid}.fm-ref-show-featured{border:1px solid var(--fm-ref-line);isolation:isolate;background:#0b1722;border-radius:10px;min-height:236px;position:relative;overflow:hidden}.fm-ref-show-featured__media{z-index:-2;position:absolute;inset:0}.fm-ref-show-featured__media img{object-fit:cover;filter:saturate(.82)brightness(.78);width:100%;height:100%}.fm-ref-show-featured__placeholder{color:#ffffff1f;background:radial-gradient(circle at 75% 20%,#ff2d7f33,#0000 35%),#0a1721;place-items:center;width:100%;height:100%;font-size:3rem;font-weight:900;display:grid}.fm-ref-show-featured__overlay{background:linear-gradient(90deg,#050b11fa 0%,#050b11d6 42%,#050b1140 72%,#050b1180 100%),linear-gradient(#0000,#04090eb8);position:absolute;inset:0}.fm-ref-show-featured__copy{flex-direction:column;align-items:flex-start;width:min(58%,420px);min-height:236px;padding:22px;display:flex}.fm-ref-show-featured__badge{color:var(--fm-ref-pink-soft);letter-spacing:.14em;border:1px solid #ff2d7fa6;border-radius:999px;padding:5px 9px;font-size:.52rem;font-weight:900}.fm-ref-show-featured__copy h3{color:#fff;letter-spacing:-.05em;margin:12px 0 0;font-size:clamp(1.6rem,2.45vw,2.7rem);line-height:.94}.fm-ref-show-featured__copy strong{color:var(--fm-ref-cyan);margin-top:5px;font-size:.92rem}.fm-ref-show-featured__copy p{color:#c1cdd4;margin:14px 0 0;font-size:.74rem;line-height:1.48}.fm-ref-show-featured__copy a{color:#fff;background:linear-gradient(135deg,var(--fm-ref-pink),var(--fm-ref-pink-soft));border-radius:999px;margin-top:auto;padding:10px 17px;font-size:.68rem;font-weight:800;text-decoration:none;box-shadow:0 9px 24px #ff2d7f38}.fm-ref-show-favorite{z-index:4;margin:0;position:absolute;top:12px;right:12px}.fm-ref-show-favorite button,.fm-ref-show-favorite--login,.fm-ref-show-row__favorite button,.fm-ref-show-row__favorite--login{color:#ffffffc7;width:28px;height:28px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04090e9e;border:1px solid #ffffff38;border-radius:50%;place-items:center;padding:0;font-size:.82rem;line-height:1;text-decoration:none;display:grid}.fm-ref-show-favorite button:hover,.fm-ref-show-favorite--login:hover,.fm-ref-show-favorite.is-active button,.fm-ref-show-row__favorite button:hover,.fm-ref-show-row__favorite--login:hover,.fm-ref-show-row__favorite.is-active button{color:var(--fm-ref-pink);background:#ff2d7f1a;border-color:#ff2d7f8f}.fm-ref-shows__list{gap:8px;display:grid}.fm-ref-show-row{border:1px solid var(--fm-ref-line);background:#09151fd6;border-radius:9px;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:72px;display:grid;overflow:hidden}.fm-ref-show-row__media{background:#102131;place-items:center;width:82px;height:100%;min-height:72px;display:grid;overflow:hidden}.fm-ref-show-row__media img{object-fit:cover;width:100%;height:100%}.fm-ref-show-row__media span{color:#fff3;font-weight:900}.fm-ref-show-row__copy{gap:2px;min-width:0;display:grid}.fm-ref-show-row__copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.fm-ref-show-row__copy small{color:#9fb0bb;font-size:.62rem}.fm-ref-show-row__copy span{color:#6d8797;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.fm-ref-show-row__actions{align-items:center;gap:5px;padding-right:7px;display:flex}.fm-ref-show-row__favorite{margin:0}.fm-ref-show-row__favorite button,.fm-ref-show-row__favorite--login{width:26px;height:26px;font-size:.72rem}.fm-ref-show-row__action{color:#fff;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:27px;height:27px;font-size:.55rem;text-decoration:none;display:grid}.fm-ref-show-row__action:hover{border-color:var(--fm-ref-cyan);color:var(--fm-ref-cyan)}@media (width<=760px){.fm-ref-shows__layout{grid-template-columns:1fr}.fm-ref-show-featured{min-height:280px}.fm-ref-show-featured__copy{width:min(72%,420px);min-height:280px}}@media (width<=520px){.fm-ref-show-featured__copy{width:86%;padding:18px}.fm-ref-show-featured__copy p{display:none}}.fm-ref-recent{background:radial-gradient(circle at 2% 30%,#ff2d7f14,#0000 18rem),radial-gradient(circle at 98% 4%,#16c6e812,#0000 17rem),linear-gradient(#091824f7,#06121cf7);border:1px solid #58aad32e;border-radius:14px;min-width:0;padding:20px 22px 18px;box-shadow:0 18px 46px #0000002e}.fm-ref-recent__head{justify-content:space-between;align-items:center;gap:20px;padding-bottom:10px;display:flex}.fm-ref-recent__heading{align-items:center;gap:13px;min-width:0;display:flex}.fm-ref-recent__clock{color:#22d7ee;border:1px solid #16c6e857;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:1.06rem;display:grid;box-shadow:0 0 20px #16c6e814}.fm-ref-recent .fm-ref-kicker{color:#fff;letter-spacing:.14em;margin:0;font-size:.76rem;font-weight:850;display:block}.fm-ref-recent__heading p{color:#758c9b;margin:4px 0 0;font-size:.67rem}.fm-ref-recent__more{color:#9db0bb;flex:none;font-size:.66rem;font-weight:700}.fm-ref-recent__more b{color:#d9e5ea;margin-left:5px}.fm-ref-recent__list{display:grid}.fm-ref-track-row{border-top:1px solid #8dbad11b;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:68px;padding:10px 4px;transition:background .18s,transform .18s;display:grid;position:relative}.fm-ref-track-row:first-child{border-top:0}.fm-ref-track-row:hover{background:#ffffff05}.fm-ref-track-row.is-latest:before{content:"";background:#ff2d7f;border-radius:3px;width:2px;position:absolute;top:13px;bottom:13px;left:-22px;box-shadow:0 0 15px #ff2d7f73}.fm-ref-track-row__art{aspect-ratio:1;background:linear-gradient(135deg,#122d41,#151a2d);border-radius:8px;place-items:center;width:52px;display:grid;overflow:hidden;box-shadow:0 7px 18px #0003}.fm-ref-track-row__art img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.fm-ref-track-row:hover .fm-ref-track-row__art img{transform:scale(1.035)}.fm-ref-track-row__art span{color:#ffffff40;font-size:.68rem;font-weight:900}.fm-ref-track-row__copy{min-width:0}.fm-ref-track-row__copy strong,.fm-ref-track-row__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fm-ref-track-row__copy strong{color:#f5f8fa;font-size:.8rem;font-weight:790;line-height:1.2}.fm-ref-track-row__copy span{color:#91a4b0;margin-top:4px;font-size:.67rem;line-height:1.25}.fm-ref-track-row.is-latest .fm-ref-track-row__copy strong{color:#fff}.fm-ref-track-row time{color:#8399a6;text-align:right;white-space:nowrap;align-self:center;min-width:62px;font-size:.61rem;font-weight:650}.fm-ref-track-row.is-latest time{color:#20d4e9}@media (width<=680px){.fm-ref-recent{padding:17px 16px 14px}.fm-ref-recent__more{display:none}.fm-ref-track-row{grid-template-columns:46px minmax(0,1fr) auto;gap:11px;min-height:62px}.fm-ref-track-row__art{width:46px}.fm-ref-track-row.is-latest:before{left:-16px}.fm-ref-track-row time{min-width:54px;font-size:.57rem}}.fm-ref-news{min-width:0}.fm-ref-news__grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1.12fr) minmax(210px,.88fr);gap:9px;min-height:236px;display:grid}.fm-ref-news-card{border:1px solid var(--fm-ref-line);background:#09151fe6;border-radius:9px;grid-template-columns:41% minmax(0,1fr);min-height:0;display:grid;position:relative;overflow:hidden}.fm-ref-news-card--feature{grid-row:1/span 2;grid-template-rows:58% minmax(0,1fr);grid-template-columns:1fr}.fm-ref-news-card__media{background:#0f2231;min-width:0;position:relative;overflow:hidden}.fm-ref-news-card__media img{object-fit:cover;filter:saturate(.9)contrast(1.04);width:100%;height:100%;transition:transform .25s}.fm-ref-news-card:hover .fm-ref-news-card__media img{transform:scale(1.025)}.fm-ref-news-card__shade{pointer-events:none;background:linear-gradient(90deg,#0000 60%,#060e158c);position:absolute;inset:0}.fm-ref-news-card--feature .fm-ref-news-card__shade{background:linear-gradient(#0000 54%,#060e15e6)}.fm-ref-news-card__placeholder{color:#ffffff26;background:linear-gradient(135deg,#0a1a27,#10283a);place-items:center;width:100%;height:100%;font-weight:900;display:grid}.fm-ref-news-card__copy{flex-direction:column;align-items:flex-start;min-width:0;padding:11px 12px;display:flex}.fm-ref-news-card--feature .fm-ref-news-card__copy{padding:13px 15px 14px}.fm-ref-news-card__copy>span:first-child{color:var(--fm-ref-cyan);letter-spacing:.1em;text-transform:uppercase;font-size:.49rem;font-weight:850}.fm-ref-news-card__copy h3{color:#fff;letter-spacing:-.025em;margin:6px 0 0;font-size:clamp(.72rem,.9vw,.95rem);line-height:1.06}.fm-ref-news-card--feature .fm-ref-news-card__copy h3{font-size:clamp(1.05rem,1.45vw,1.35rem)}.fm-ref-news-card__copy p{color:#9fb0bb;margin:6px 0 0;font-size:.57rem;line-height:1.38}.fm-ref-news-card:not(.fm-ref-news-card--feature) .fm-ref-news-card__copy p{display:none}.fm-ref-news-card__more{color:var(--fm-ref-cyan);margin-top:auto;padding-top:7px;font-size:.56rem;font-weight:780}.fm-ref-news-card:not(.fm-ref-news-card--feature) .fm-ref-news-card__more{display:none}@media (width<=1180px){.fm-ref-news__grid{grid-template-columns:1.15fr .85fr;min-height:260px}}@media (width<=680px){.fm-ref-news__grid{grid-template-rows:auto;grid-template-columns:1fr;min-height:0}.fm-ref-news-card,.fm-ref-news-card--feature{grid-area:auto;grid-template-rows:none;grid-template-columns:42% minmax(0,1fr);min-height:145px}.fm-ref-news-card--feature .fm-ref-news-card__copy{padding:14px}.fm-ref-news-card__copy p{display:none}.fm-ref-news-card__more{display:block}}.fm-page--show{color:#f5f7fa;background:#05080d;padding-top:0}.fm-show-page{padding-bottom:76px}.fm-show-hero{background:#08111a;width:100%;position:relative;overflow:hidden}.fm-show-hero.has-show-hero{height:clamp(420px,38vw,600px)}.fm-show-hero.has-show-cover,.fm-show-hero.has-resident,.fm-show-hero.has-brand{min-height:clamp(420px,48vw,680px)}.fm-show-hero__image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.fm-show-hero.has-resident .fm-show-hero__image{filter:saturate(.82)contrast(1.04)brightness(.76);transform:scale(1.015)}.fm-show-hero.has-show-cover .fm-show-hero__image{filter:saturate(.9)brightness(.72);transform:scale(1.02)}.fm-show-hero__shade{background:linear-gradient(90deg,#03080df0 0%,#03080db8 31%,#03080d47 60%,#03080d61 100%),linear-gradient(#0000 54%,#03080dd6 100%);position:absolute;inset:0}.fm-show-hero__copy{z-index:2;width:min(1416px,100vw - 112px);margin:0 auto;padding:clamp(130px,16vw,230px) 0 72px;position:relative}.fm-show-hero__copy>span,.fm-show-eyebrow{color:#ff2f7d;letter-spacing:.13em;text-transform:uppercase;font-size:.66rem;font-weight:900}.fm-show-hero__copy h1{letter-spacing:-.055em;margin:9px 0 6px;font-size:clamp(3rem,6vw,6.2rem);line-height:.9}.fm-show-hero__copy p{color:#d8e0e8;margin:0;font-size:clamp(1rem,1.7vw,1.4rem)}.fm-show-hero.has-ai-composite{background:#05080d;min-height:clamp(520px,52vw,720px)}.fm-show-ai-hero{min-height:inherit;isolation:isolate;position:relative;overflow:hidden}.fm-show-ai-hero__backdrop{background:linear-gradient(135deg,#06111a 0%,#060a10 54%,#0b0710 100%);position:absolute;inset:0;overflow:hidden}.fm-show-ai-hero__backdrop>img{object-fit:cover;filter:blur(24px)saturate(.82)brightness(.31);opacity:.62;width:116%;height:116%;position:absolute;inset:-8%;transform:scale(1.05)}.fm-show-ai-hero__backdrop:after{content:"";background:linear-gradient(90deg,#04080df7 0%,#04080de0 37%,#04080d7a 65%,#04080db8 100%),linear-gradient(#0000 42%,#04080deb);position:absolute;inset:0}.fm-show-ai-hero__backdrop>strong{z-index:1;letter-spacing:-.1em;color:#ffffff09;-webkit-user-select:none;user-select:none;font-size:clamp(16rem,34vw,36rem);font-weight:950;line-height:.72;position:absolute;top:50%;right:-2%;transform:translateY(-50%)}.fm-show-ai-hero__grid{z-index:1;opacity:.19;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 15%,#000 72%,#0000);mask-image:linear-gradient(90deg,#0000 15%,#000 72%,#0000)}.fm-show-ai-hero__orb{z-index:1;filter:blur(80px);opacity:.12;pointer-events:none;border-radius:50%;width:34vw;height:34vw;position:absolute}.fm-show-ai-hero__orb--cyan{background:#20d4ff;top:-24%;right:18%}.fm-show-ai-hero__orb--pink{background:#ff2f7d;bottom:-34%;right:-8%}.fm-show-ai-hero__inner{z-index:3;width:min(1416px,100vw - 112px);min-height:inherit;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center;gap:clamp(36px,7vw,110px);margin:0 auto;padding:88px 0 72px;display:grid;position:relative}.fm-show-ai-hero__copy{min-width:0;max-width:820px}.fm-show-ai-hero__eyebrow{color:#ff2f7d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:10px;font-size:.68rem;font-weight:900;display:inline-flex}.fm-show-ai-hero__eyebrow:before{content:"";background:linear-gradient(90deg,#ff2f7d,#20d4ff);border-radius:999px;width:32px;height:2px}.fm-show-ai-hero__copy h1{letter-spacing:-.062em;text-wrap:balance;max-width:900px;margin:16px 0 14px;font-size:clamp(3.4rem,6.3vw,7rem);line-height:.87}.fm-show-ai-hero__host{color:#c6d2dc;margin:0;font-size:clamp(1rem,1.55vw,1.3rem);font-weight:650}.fm-show-ai-hero__genres{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.fm-show-ai-hero__genres span{color:#cfe6ef;letter-spacing:.08em;text-transform:uppercase;background:#0616218a;border:1px solid #20d4ff3d;border-radius:999px;padding:7px 11px;font-size:.65rem;font-weight:800}.fm-show-ai-hero__visual{place-items:center;min-height:390px;display:grid;position:relative}.fm-show-ai-hero__cover-wrap{aspect-ratio:1;place-items:center;width:min(390px,82%);display:grid;position:relative}.fm-show-ai-hero__cover{z-index:3;aspect-ratio:1;background:#0a1119;border:1px solid #ffffff24;border-radius:22px;width:82%;position:relative;overflow:hidden;transform:rotate(1.4deg);box-shadow:0 32px 80px #0000007a,0 0 60px #20d4ff17,0 0 50px #ff2f7d14}.fm-show-ai-hero__cover:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0d}.fm-show-ai-hero__cover img{object-fit:cover;width:100%;height:100%;display:block}.fm-show-ai-hero__ring{z-index:2;border:1px solid #20d4ff52;border-radius:50%;animation:18s linear infinite fm-show-ai-ring;position:absolute;box-shadow:0 0 54px #20d4ff12}.fm-show-ai-hero__ring--one{inset:-2%}.fm-show-ai-hero__ring--two{border-color:#ff2f7d4f;animation-duration:24s;animation-direction:reverse;inset:10%}.fm-show-ai-hero__portrait{border:1px solid #ffffff1f;border-radius:30px;width:min(380px,86%);height:430px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073}.fm-show-ai-hero__portrait img{object-fit:cover;width:100%;height:100%;display:block}.fm-show-ai-hero__brand-mark{aspect-ratio:1;color:#ffffff1a;letter-spacing:-.09em;border:1px solid #20d4ff40;border-radius:50%;place-items:center;width:310px;font-size:8rem;font-weight:950;display:grid;box-shadow:0 0 70px #20d4ff14,inset 0 0 70px #ff2f7d0d}@keyframes fm-show-ai-ring{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.fm-show-ai-hero__ring{animation:none}}.fm-show-hero__brand-art{background:radial-gradient(circle at 75% 34%,#20d4ff2e,#0000 26rem),radial-gradient(circle at 88% 68%,#ff2f7d29,#0000 24rem),linear-gradient(135deg,#07111a,#05080d 72%);position:absolute;inset:0;overflow:hidden}.fm-show-hero__brand-art strong{color:#ffffff0b;letter-spacing:-.09em;font-size:clamp(12rem,28vw,30rem);font-weight:950;line-height:.7;position:absolute;top:50%;right:7%;transform:translateY(-50%)}.fm-show-hero__brand-ring{border:1px solid #20d4ff3d;border-radius:50%;position:absolute;box-shadow:0 0 80px #20d4ff0b}.fm-show-hero__brand-ring--one{width:520px;height:520px;top:-34%;right:5%}.fm-show-hero__brand-ring--two{border-color:#ff2f7d3d;width:360px;height:360px;bottom:-42%;right:21%;box-shadow:0 0 70px #ff2f7d0d}.fm-show-hero.has-resident:after,.fm-show-hero.has-show-cover:after{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(115deg,#0000 54%,#20d4ff0d 73%,#ff2f7d0e);position:absolute;inset:0}.fm-show-content{width:min(1416px,100vw - 112px);margin:0 auto;padding-top:0}.fm-show-kicker-row{align-items:center;gap:14px;display:flex}.fm-show-kicker-row .fm-show-eyebrow{margin:0}.fm-show-accent-line{background:linear-gradient(90deg,#ff2f7d 0 48%,#20d4ff 48% 100%);border-radius:999px;width:52px;height:2px;display:inline-block;box-shadow:0 0 16px #20d4ff38}.fm-show-intro{background:radial-gradient(circle at 74% 32%,#1296d61a,#0000 30%),radial-gradient(circle at 88% 20%,#ff2f7d17,#0000 22%),linear-gradient(145deg,#05111cf5,#050b12fa);border:1px solid #ffffff13;border-radius:16px;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:54px;min-height:300px;padding:34px 34px 38px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.fm-show-intro:after{content:"";filter:blur(28px);pointer-events:none;background:linear-gradient(110deg,#0000,#20d4ff1a,#ff2f7d14,#0000);height:90px;position:absolute;bottom:28px;left:32%;right:18%;transform:skew(-18deg)}.fm-show-intro__copy{z-index:2;position:relative}.fm-show-intro h1{letter-spacing:-.055em;margin:14px 0 8px;font-size:clamp(2.8rem,4.4vw,5rem);line-height:.92}.fm-show-intro strong{color:#b9c7d3;font-size:1.05rem;font-weight:700}.fm-show-tags{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.fm-show-tags span{color:#dce9f1;letter-spacing:.08em;text-transform:uppercase;background:#081824b8;border:1px solid #20d4ff47;border-radius:999px;padding:7px 15px;font-size:.66rem;font-weight:750;box-shadow:inset 0 0 20px #20d4ff06}.fm-show-intro__visual{z-index:2;place-items:center;min-height:220px;display:grid;position:relative}.fm-show-intro__watermark{letter-spacing:-.08em;color:#1f84bc12;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:9rem;font-weight:900;position:absolute;top:50%;left:-110px;transform:translateY(-50%)}.fm-show-cover{aspect-ratio:1;background:#0b151d;border:1px solid #20d4ff61;border-radius:14px;width:230px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff2f7d24,0 18px 52px #0000006b,0 0 36px #20d4ff21,0 0 32px #ff2f7d1a}.fm-show-cover:before{content:"";z-index:1;border-radius:inherit;pointer-events:none;position:absolute;inset:-1px;box-shadow:inset 0 0 0 1px #ff2f7d26}.fm-show-cover img{object-fit:cover;width:100%;height:100%}.fm-show-grid{background:linear-gradient(145deg,#06111bd6,#070b14eb);border:1px solid #ffffff13;border-radius:16px;grid-template-columns:minmax(0,1.55fr) 390px;align-items:start;gap:56px;padding:34px;display:grid;box-shadow:inset 0 1px #ffffff05}.fm-show-about{padding:5px 4px}.fm-show-description{color:#d1dbe4;max-width:880px;margin-top:20px;font-size:.96rem;line-height:1.78}.fm-show-description p{margin:0 0 1.1em}.fm-show-info{background:radial-gradient(circle at 100% 0,#ff2f7d1f,#0000 42%),linear-gradient(160deg,#081b28fa,#08111dfa);border:1px solid #20d4ff42;border-radius:16px;align-content:start;gap:0;padding:12px;display:grid;overflow:hidden;box-shadow:0 20px 50px #0000004d,0 0 0 1px #ff2f7d0d,0 0 28px #20d4ff0d}.fm-show-info__row{grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;border-bottom:1px solid #ffffff14!important;padding:16px 12px!important;display:grid!important}.fm-show-info__icon{background:#08141fd9;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.35rem;font-weight:500;display:grid}.fm-show-info__icon--cyan{color:#20d4ff;border:1px solid #20d4ff94;box-shadow:0 0 20px #20d4ff14}.fm-show-info__icon--pink{color:#ff2f7d;border:1px solid #ff2f7d8c;box-shadow:0 0 20px #ff2f7d14}.fm-show-info small,.fm-show-info strong{display:block}.fm-show-info small{color:#20d4ff;text-transform:uppercase;letter-spacing:.09em;font-size:.61rem;font-weight:900}.fm-show-info strong{color:#fff;margin-top:5px;font-size:1.02rem;line-height:1.25}.fm-show-info button{color:#fff;min-height:52px;font:inherit;cursor:pointer;background:linear-gradient(#ff2f7d,#ef1e69);border:1px solid #ffffff2e;border-radius:9px;justify-content:center;align-items:center;gap:11px;margin:14px 8px 4px;font-size:.86rem;font-weight:900;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 10px 28px #ff2f7d2e,inset 0 1px #ffffff38}.fm-show-info button:hover{transform:translateY(-1px);box-shadow:0 14px 34px #ff2f7d42,inset 0 1px #ffffff3d}.fm-show-section{background:linear-gradient(145deg,#05101ad6,#050a11eb);border:1px solid #ffffff13;border-radius:16px;gap:18px;padding:32px 34px;display:grid;box-shadow:inset 0 1px #ffffff05}.fm-show-section__head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.fm-show-section__head h2{letter-spacing:-.05em;margin:8px 0 0;font-size:clamp(2.2rem,3.2vw,3.7rem);line-height:.95}.fm-show-section__claim{color:#68798a;letter-spacing:.28em;text-transform:uppercase;white-space:nowrap;padding-bottom:7px;font-size:.56rem;font-weight:750}.fm-show-dates{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.fm-show-dates article{background:radial-gradient(circle at 88%,#20d4ff1a,#0000 38%),linear-gradient(145deg,#071c2bf5,#07111cfa);border:1px solid #20d4ff47;border-radius:11px;grid-template-columns:54px minmax(0,1fr) 20px;align-items:center;gap:14px;min-height:84px;padding:14px 16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.fm-show-dates article:nth-child(2n){background:radial-gradient(circle at 88%,#ff2f7d17,#0000 38%),linear-gradient(145deg,#121227f5,#08101cfa);border-color:#ff2f7d4d}.fm-show-dates article:hover{border-color:#20d4ff94;transform:translateY(-2px);box-shadow:0 15px 34px #0003,0 0 24px #20d4ff0d}.fm-show-date-icon{background:#071621d1;border:1px solid #20d4ff73;border-radius:50%;place-items:center;width:46px;height:46px;color:#20d4ff!important;margin:0!important;font-size:1rem!important;display:grid!important}.fm-show-dates article:nth-child(2n) .fm-show-date-icon{border-color:#ff2f7d80;color:#ff2f7d!important}.fm-show-dates strong,.fm-show-dates span{display:block}.fm-show-dates strong{font-size:.92rem}.fm-show-dates article>div>span{color:#a2b2c2;margin-top:5px;font-size:.73rem}.fm-show-dates article>b{color:#20d4ff;font-size:1.7rem;font-weight:400;line-height:1}.fm-show-dates article:nth-child(2n)>b{color:#ff2f7d}.fm-show-section--hosts{gap:18px}.fm-show-section__head--host{align-items:center}.fm-show-host-title{letter-spacing:-.05em;align-items:center;width:max-content;line-height:.95;position:relative;margin:0!important;font-size:clamp(2.4rem,3.4vw,3.9rem)!important;display:inline-flex!important}.fm-show-host-title:after{content:"";background:linear-gradient(90deg,#ff2f7d,#20d4ff);border-radius:999px;width:46px;height:3px;margin-left:14px}.fm-show-residents{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fm-show-residents a{color:#fff;background:radial-gradient(circle at 100%,#20d4ff14,#0000 42%),linear-gradient(145deg,#0a1926,#08131e);border:1px solid #20d4ff59;border-radius:11px;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;min-height:94px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.fm-show-residents a:hover{border-color:#20d4ff9e;transform:translateY(-2px);box-shadow:0 16px 36px #0000003d,0 0 24px #20d4ff0f}.fm-show-residents a>span{background:linear-gradient(145deg,#05a8df,#1577cc);height:100%}.fm-show-residents img{object-fit:cover;width:100%;height:100%}.fm-show-residents a>div{padding:15px}.fm-show-residents strong,.fm-show-residents small{display:block}.fm-show-residents strong{font-size:.96rem}.fm-show-residents small{color:#9fb1c1;margin-top:5px;font-size:.67rem}.fm-show-residents b{color:#20d4ff;padding-right:18px;font-size:1.25rem;font-weight:500}@media (width<=1100px){.fm-show-intro{grid-template-columns:minmax(0,1fr) 240px}.fm-show-cover{width:200px}.fm-show-grid{grid-template-columns:1fr 330px;gap:34px}.fm-show-residents{grid-template-columns:1fr 1fr}}@media (width<=900px){.fm-show-hero.has-show-hero{height:clamp(360px,56vw,520px)}.fm-show-content,.fm-show-hero__copy{width:min(100% - 48px,1080px)}.fm-show-intro{grid-template-columns:1fr 180px;gap:28px;padding:28px}.fm-show-cover{width:160px}.fm-show-grid{grid-template-columns:1fr;gap:24px;padding:28px}.fm-show-section{padding:28px}.fm-show-section__claim{display:none}}@media (width<=600px){.fm-show-hero.has-show-hero{height:clamp(320px,72vw,460px)}.fm-show-hero.has-show-cover,.fm-show-hero.has-resident,.fm-show-hero.has-brand{min-height:520px}.fm-show-content,.fm-show-hero__copy{width:calc(100% - 28px)}.fm-show-hero__copy{padding:260px 0 46px}.fm-show-intro{grid-template-columns:1fr;min-height:0;padding:22px}.fm-show-intro__visual{justify-items:start;min-height:0}.fm-show-intro__watermark{display:none}.fm-show-cover{width:138px}.fm-show-grid,.fm-show-section{padding:22px 18px}.fm-show-info{padding:9px}.fm-show-info__row{grid-template-columns:46px minmax(0,1fr)}.fm-show-info__icon{width:40px;height:40px}.fm-show-dates,.fm-show-residents{grid-template-columns:1fr}.fm-show-section__head{align-items:flex-start}}@media (width<=900px){.fm-show-hero.has-ai-composite{min-height:620px}.fm-show-ai-hero__inner{grid-template-columns:minmax(0,1fr) 300px;gap:32px;width:min(100% - 48px,1080px);padding:72px 0 58px}.fm-show-ai-hero__visual{min-height:310px}.fm-show-ai-hero__cover-wrap{width:300px}}@media (width<=600px){.fm-show-hero.has-ai-composite{min-height:690px}.fm-show-ai-hero__inner{grid-template-columns:1fr;align-content:center;gap:18px;width:calc(100% - 28px);padding:52px 0 40px}.fm-show-ai-hero__copy h1{margin-top:13px;font-size:clamp(3rem,15vw,4.9rem)}.fm-show-ai-hero__visual{justify-items:start;min-height:260px}.fm-show-ai-hero__cover-wrap{width:245px;margin-left:auto;margin-right:3%}.fm-show-ai-hero__cover{border-radius:16px}.fm-show-ai-hero__backdrop>strong{font-size:17rem;right:-18%}}.fm-show-content-shell{background:linear-gradient(135deg,#20d4ffb8,#20d4ff1f 27%,#ffffff0d 50%,#ff2f7d29 74%,#ff2f7d8f);border-radius:20px;width:min(1480px,100vw - 72px);margin:28px auto 0;padding:1px;position:relative;box-shadow:0 30px 90px #0000004d,0 0 42px #20d4ff09,0 0 36px #ff2f7d06}.fm-show-content-shell:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 8% 3%,#20d4ff14,#0000 26%),radial-gradient(circle at 93% 5%,#ff2f7d12,#0000 22%);position:absolute;inset:0}.fm-show-content-shell>.fm-show-content{z-index:1;box-sizing:border-box;background:linear-gradient(#040a10fe,#04080dfe);border-radius:19px;gap:18px;width:100%;margin:0;padding:22px;display:grid;position:relative}.fm-show-content-shell .fm-show-intro,.fm-show-content-shell .fm-show-grid,.fm-show-content-shell .fm-show-section{margin:0}@media (width<=900px){.fm-show-content-shell{width:min(100% - 32px,1080px);margin-top:20px}.fm-show-content-shell>.fm-show-content{gap:14px;padding:16px}}@media (width<=600px){.fm-show-content-shell{border-radius:15px;width:calc(100% - 20px)}.fm-show-content-shell>.fm-show-content{border-radius:14px;gap:10px;padding:10px}}.fm-show-cover{cursor:zoom-in;appearance:none;color:inherit;text-align:left;border:0;padding:0;transition:transform .22s,box-shadow .22s;position:relative}.fm-show-cover:hover{transform:translateY(-3px);box-shadow:0 24px 58px #0000006b,0 0 0 1px #20d4ff38}.fm-show-cover:focus-visible{outline-offset:4px;outline:2px solid #20d4ff}.fm-show-cover__overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 48%,#02080dd6);justify-content:space-between;align-items:flex-end;padding:13px;transition:opacity .2s;display:flex;position:absolute;inset:0}.fm-show-cover:hover .fm-show-cover__overlay,.fm-show-cover:focus-visible .fm-show-cover__overlay{opacity:1}.fm-show-cover__overlay i{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050c139e;border:1px solid #ffffff42;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.9rem;font-style:normal;display:grid}.fm-show-cover__overlay b{letter-spacing:.05em;text-transform:uppercase;font-size:.68rem}.fm-show-cover-modal{color:#fff;background:0 0;border:0;width:min(94vw,980px);max-width:none;max-height:94vh;padding:0;overflow:visible}.fm-show-cover-modal::backdrop{-webkit-backdrop-filter:blur(20px)saturate(.82);backdrop-filter:blur(20px)saturate(.82);background:#000409e0}.fm-show-cover-modal__shell{background:linear-gradient(145deg,#0a141efc,#0d0a16fc);border:1px solid #ffffff1f;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 42px 130px #000000ad,0 0 0 1px #20d4ff12}.fm-show-cover-modal__media{background:radial-gradient(circle at 30% 20%,#20d4ff14,#0000 38%),#05090e;place-items:center;padding:18px;display:grid}.fm-show-cover-modal__media img{border-radius:12px;width:auto;max-width:100%;height:auto;max-height:76vh;display:block;box-shadow:0 26px 70px #00000073}.fm-show-cover-modal__caption{background:linear-gradient(90deg,#ff2f7d0b,#20d4ff06);border-top:1px solid #ffffff14;justify-content:space-between;align-items:flex-end;gap:24px;padding:18px 22px 20px;display:flex}.fm-show-cover-modal__identity span{color:#ff2f7d;letter-spacing:.13em;font-size:.56rem;font-weight:900;display:block}.fm-show-cover-modal__identity strong{letter-spacing:-.025em;margin-top:7px;font-size:1.5rem;line-height:1.02;display:block}.fm-show-cover-modal__identity small{color:#9fb0bf;margin-top:5px;font-size:.72rem;display:block}.fm-show-cover-modal__close{z-index:3;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04090e94;border:1px solid #ffffff21;border-radius:50%;place-items:center;width:38px;height:38px;font-size:1.35rem;line-height:1;transition:background .18s,border-color .18s,transform .18s;display:grid;position:absolute;top:12px;right:12px}.fm-show-cover-modal__close:hover{background:#ff2f7d;border-color:#ff2f7d;transform:scale(1.04)}@media (width<=760px){.fm-show-cover-modal{width:min(94vw,640px)}.fm-show-cover-modal__media{padding:12px}.fm-show-cover-modal__media img{max-height:67vh}.fm-show-cover-modal__caption{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 18px 18px}}.fm-page--resident{color:#f5f7fa;background:#05080d;padding-top:0}.fm-header:has(+.fm-page--resident){border-bottom:0}.fm-resident-page{padding:0 0 78px}.fm-resident-content{width:min(1416px,100vw - 112px);margin:0 auto}.fm-resident-hero{aspect-ratio:4;background:#050b10;width:100%;min-height:0;position:relative;overflow:hidden}.fm-resident-hero .fm-composed-hero{position:absolute;inset:0}.fm-resident-hero__socials{z-index:190;gap:9px;display:flex;position:absolute;bottom:6%;left:6.5%}.fm-resident-hero__socials a{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050c126b;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.66rem;font-weight:900;text-decoration:none;transition:all .18s;display:grid}.fm-resident-hero__socials a:hover{color:#16c6e8;border-color:#16c6e8;transform:translateY(-2px)}.fm-resident-facts{background:linear-gradient(90deg,#081622eb,#070e18fa);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff14}.fm-resident-facts__grid{grid-template-columns:repeat(4,minmax(0,1fr));min-height:88px;display:grid}.fm-resident-fact{border-right:1px solid #ffffff12;align-items:center;gap:16px;padding:18px 26px;display:flex}.fm-resident-fact:last-child{border-right:0}.fm-resident-fact>span{color:#20d4ff;place-items:center;width:34px;height:34px;font-size:1.45rem;display:grid}.fm-resident-fact small,.fm-resident-fact strong{display:block}.fm-resident-fact small{color:#93a3b5;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.66rem;font-weight:800}.fm-resident-fact strong{color:#fff;font-size:.83rem;line-height:1.35}.fm-resident-main{gap:46px;padding-top:42px;display:grid}.fm-resident-eyebrow{color:#ff2f7d;letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:.68rem;font-weight:900}.fm-resident-about{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);align-items:start;gap:68px;display:grid}.fm-resident-about__copy h2,.fm-resident-section h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(2rem,3.1vw,3.35rem);line-height:.98}.fm-resident-bio p{margin:0 0 1.1em}.fm-resident-bio p:last-child{margin-bottom:0}.fm-resident-profile-card{background:linear-gradient(145deg,#0a1926f5,#070e17f5);border:1px solid #ffffff14;border-radius:14px;padding:24px;box-shadow:0 20px 60px #00000029}.fm-resident-profile-card__head{align-items:center;gap:13px;padding-bottom:18px;display:flex}.fm-resident-profile-card__head>span{color:#20d4ff;border:1px solid #20d4ff6b;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.fm-resident-profile-card__head strong,.fm-resident-profile-card__head small{display:block}.fm-resident-profile-card__head small{color:#8d9baa;text-transform:uppercase;letter-spacing:.1em;margin-top:3px;font-size:.68rem}.fm-resident-links{border-top:1px solid #ffffff12}.fm-resident-links a{color:#e7edf3;border-bottom:1px solid #ffffff12;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:46px;font-size:.82rem;text-decoration:none;display:grid}.fm-resident-links a:hover{color:#20d4ff}.fm-resident-links i{background:#ffffff14;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.62rem;font-style:normal;font-weight:900;display:grid}.fm-resident-links b{color:#20d4ff;font-weight:500}.fm-resident-profile-card blockquote{color:#aeb9c5;border-top:2px solid #ff2f7d;margin:22px 0 0;padding:18px 0 0;font-size:.86rem;font-style:italic;line-height:1.55}.fm-resident-section{gap:20px;display:grid}.fm-resident-show-card{background:linear-gradient(100deg,#0b1721,#08111a);border:1px solid #ffffff17;border-radius:12px;grid-template-columns:220px minmax(0,1fr) 265px;min-height:190px;display:grid;overflow:hidden}.fm-resident-show-card__cover{background:#0b151d}.fm-resident-show-card__cover img{object-fit:cover;width:100%;height:100%;display:block}.fm-resident-show-card__body>span{color:#ff2f7d;letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:900}.fm-resident-show-card__body h3{letter-spacing:-.025em;margin:7px 0 10px;font-size:1.55rem}.fm-resident-show-card__body p{color:#9caaba;margin:0;font-size:.86rem;line-height:1.55}.fm-resident-tags{flex-wrap:wrap;gap:7px;margin-top:16px;display:flex}.fm-resident-tags span{color:#dbe7ee;border:1px solid #20d4ff47;border-radius:999px;padding:5px 10px;font-size:.68rem}.fm-resident-show-card__meta{border-left:1px solid #ffffff14;flex-direction:column;justify-content:center;gap:16px;padding:24px;display:flex}.fm-resident-show-card__meta small,.fm-resident-show-card__meta strong{display:block}.fm-resident-show-card__meta small{color:#20d4ff;text-transform:uppercase;letter-spacing:.08em;font-size:.64rem;font-weight:800}.fm-resident-show-card__meta strong{margin-top:4px;font-size:.82rem;line-height:1.4}.fm-resident-show-card__meta>a{color:#fff;background:#ff2f7d;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:4px;font-size:.82rem;font-weight:800;text-decoration:none;display:flex}.fm-resident-recent-card{background:#0a141e;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:16px;padding:14px;display:flex}.fm-resident-recent-card__date{background:linear-gradient(#182637,#0d1722);border-radius:8px;flex:none;place-items:center;width:62px;height:62px;display:grid}.fm-resident-recent-card__date strong{font-size:1.25rem}.fm-resident-recent-card__date span{color:#9eacbb;font-size:.62rem;font-weight:800}.fm-resident-recent-card>div:last-child strong,.fm-resident-recent-card>div:last-child small{display:block}.fm-resident-recent-card>div:last-child strong{font-size:.88rem}.fm-resident-recent-card>div:last-child small{color:#8795a5;margin-top:5px;font-size:.7rem}.fm-resident-section__head{justify-content:space-between;align-items:end;gap:20px;display:flex}.fm-resident-section__head>a{color:#20d4ff;font-size:.75rem;font-weight:800;text-decoration:none}.fm-resident-related-card{color:#fff;background:#0b151e;border:1px solid #ffffff14;border-radius:10px;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;min-height:100px;text-decoration:none;display:grid;overflow:hidden}.fm-resident-related-card__media{background:#111b24;height:100%}.fm-resident-related-card__media img{object-fit:cover;width:100%;height:100%;display:block}.fm-resident-related-card strong,.fm-resident-related-card small,.fm-resident-related-card>div:nth-child(2)>span{display:block}.fm-resident-related-card small{color:#95a2b0;margin-top:4px;font-size:.68rem}.fm-resident-related-card>div:nth-child(2)>span{color:#b8c4d0;margin-top:9px;font-size:.65rem}.fm-resident-related-card>b{color:#d9e5ed;padding-right:18px;font-size:1.3rem;font-weight:400}@media (width<=1180px){.fm-resident-content{width:min(100% - 48px,1080px)}.fm-resident-about{gap:38px}.fm-resident-show-card{grid-template-columns:180px minmax(0,1fr) 230px}}@media (width<=900px){.fm-resident-hero{aspect-ratio:2}.fm-resident-facts__grid{grid-template-columns:repeat(2,1fr)}.fm-resident-fact:nth-child(2n){border-right:0}.fm-resident-about{grid-template-columns:1fr}.fm-resident-show-card{grid-template-columns:150px minmax(0,1fr)}.fm-resident-show-card__meta{border-top:1px solid #ffffff14;border-left:0;grid-column:1/-1;grid-template-columns:1fr 1fr auto;display:grid}.fm-resident-recent-grid,.fm-resident-related-grid{grid-template-columns:1fr}}@media (width<=600px){.fm-resident-content{width:calc(100% - 28px)}.fm-resident-hero{aspect-ratio:4/5}.fm-resident-hero__socials{bottom:5%;left:7%}.fm-resident-facts__grid{grid-template-columns:1fr}.fm-resident-fact{border-bottom:1px solid #ffffff0f;border-right:0;padding-inline:6px}.fm-resident-main{gap:38px;padding-top:30px}.fm-resident-about__copy h2,.fm-resident-section h2{font-size:2rem}.fm-resident-show-card{grid-template-columns:1fr}.fm-resident-show-card__cover{aspect-ratio:16/9}.fm-resident-show-card__meta{grid-template-columns:1fr}.fm-resident-related-card{grid-template-columns:82px minmax(0,1fr) auto}}.fm-page--resident{background:radial-gradient(circle at 18% 38%,#00ccff09,#0000 26%),radial-gradient(circle at 82% 62%,#ff2f7d07,#0000 30%),#05080d}.fm-resident-content{width:min(1416px,100vw - 112px)}.fm-resident-facts__grid{min-height:72px}.fm-resident-fact{gap:13px;padding:14px 20px}.fm-resident-fact>span{width:30px;height:30px;font-size:1.2rem}.fm-resident-fact small{letter-spacing:.075em;font-size:.61rem}.fm-resident-fact strong{font-size:.77rem}.fm-resident-main{gap:38px;padding-top:30px;padding-bottom:10px}.fm-resident-eyebrow{letter-spacing:.12em;margin-bottom:6px;font-size:.62rem}.fm-resident-about__copy h2,.fm-resident-section h2{letter-spacing:-.03em;font-size:clamp(1.75rem,2.15vw,2.55rem);line-height:1}.fm-resident-bio{color:#c5ced8;max-width:790px;margin-top:18px;font-size:.9rem;line-height:1.7}.fm-resident-bio p{margin-bottom:1em}.fm-resident-profile-card{background:linear-gradient(150deg,#091722f7,#060d15fa);border-radius:9px;padding:20px 22px;box-shadow:0 18px 45px #0000002e}.fm-resident-profile-card__head{gap:11px;padding-bottom:15px}.fm-resident-profile-card__head>span{width:31px;height:31px}.fm-resident-profile-card__head strong{font-size:1.02rem}.fm-resident-profile-card__head small{font-size:.61rem}.fm-resident-links a{min-height:40px;font-size:.76rem}.fm-resident-links i{width:22px;height:22px;font-size:.58rem}.fm-resident-profile-card blockquote{margin-top:18px;padding-top:15px;font-size:.78rem;line-height:1.5}.fm-resident-section{gap:14px}.fm-resident-show-list{gap:12px}.fm-resident-show-card{background:linear-gradient(100deg,#0b1822 0%,#08111a 70%);border-radius:8px;grid-template-columns:176px minmax(0,1fr) 214px;min-height:152px}.fm-resident-show-card__body{padding:19px 22px}.fm-resident-show-card__body>span{font-size:.58rem}.fm-resident-show-card__body h3{margin:5px 0 8px;font-size:1.35rem}.fm-resident-show-card__body p{max-width:720px;font-size:.78rem;line-height:1.48}.fm-resident-tags{gap:6px;margin-top:12px}.fm-resident-tags span{padding:4px 9px;font-size:.61rem}.fm-resident-show-card__meta{gap:12px;padding:18px 20px}.fm-resident-show-card__meta small{font-size:.58rem}.fm-resident-show-card__meta strong{font-size:.76rem}.fm-resident-show-card__meta>a{border-radius:6px;min-height:38px;font-size:.74rem}.fm-resident-recent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fm-resident-recent-card{background:linear-gradient(100deg,#0b1721,#09121a);border-radius:8px;grid-template-columns:68px 38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:78px;padding:8px 12px;display:grid}.fm-resident-recent-card__media{background:#111c25;border-radius:5px;width:68px;height:62px;overflow:hidden}.fm-resident-recent-card__media img{object-fit:cover;width:100%;height:100%;display:block}.fm-resident-recent-card__play{color:#fff;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:30px;height:30px;padding-left:2px;font-size:.65rem;line-height:1;display:grid}.fm-resident-recent-card__copy strong,.fm-resident-recent-card__copy small{display:block}.fm-resident-recent-card__copy strong{font-size:.78rem;line-height:1.25}.fm-resident-recent-card__copy small{color:#8695a5;margin-top:4px;font-size:.62rem}.fm-resident-recent-card__duration{color:#6f7e8d;white-space:nowrap;font-size:.6rem}.fm-resident-section__head{align-items:end}.fm-resident-section__head>a{font-size:.68rem}.fm-resident-related-grid{gap:12px}.fm-resident-related-card{background:linear-gradient(100deg,#0a151e,#09121a);border-radius:8px;grid-template-columns:118px minmax(0,1fr) auto;min-height:96px}.fm-resident-related-card>div:nth-child(2){padding:12px 14px}.fm-resident-related-card strong{font-size:.84rem}.fm-resident-related-card small{font-size:.61rem}.fm-resident-related-card>div:nth-child(2)>span{margin-top:7px;font-size:.59rem}.fm-resident-related-card>b{padding-right:15px;font-size:1.15rem}@media (width<=1180px){.fm-resident-content{width:min(100% - 48px,1080px)}.fm-resident-about{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:36px}.fm-resident-show-card{grid-template-columns:160px minmax(0,1fr) 200px}}@media (width<=900px){.fm-resident-about{grid-template-columns:1fr}.fm-resident-show-card{grid-template-columns:150px minmax(0,1fr)}.fm-resident-show-card__meta{grid-column:1/-1;grid-template-columns:1fr 1fr auto}.fm-resident-recent-grid,.fm-resident-related-grid{grid-template-columns:1fr}}@media (width<=600px){.fm-resident-content{width:calc(100% - 28px)}.fm-resident-main{gap:32px;padding-top:24px}.fm-resident-about__copy h2,.fm-resident-section h2{font-size:1.8rem}.fm-resident-show-card{grid-template-columns:1fr}.fm-resident-show-card__cover{aspect-ratio:16/9}.fm-resident-show-card__meta{grid-template-columns:1fr}.fm-resident-recent-card{grid-template-columns:62px 34px minmax(0,1fr)}.fm-resident-recent-card__duration{display:none}.fm-resident-related-card{grid-template-columns:88px minmax(0,1fr) auto}}.fm-resident-links .fm-resident-link-icon{background:#ffffff0e;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;display:grid;overflow:hidden}.fm-resident-links .fm-resident-link-icon img{object-fit:contain;width:13px;height:13px;display:block}.fm-resident-links .fm-resident-link-icon--soundcloud img{width:15px;height:15px}.fm-resident-links .fm-resident-link-icon--youtube img{width:14px;height:14px}.fm-resident-links a:hover .fm-resident-link-icon{background:#ffffff17}.fm-resident-generated-hero{color:#fff;background:#06101a;min-height:clamp(430px,56vw,720px);position:relative;overflow:hidden}.fm-resident-generated-hero__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.fm-resident-generated-hero__shade{background:linear-gradient(90deg,rgba(2,7,12,var(--resident-hero-overlay,.28)) 0%,#02070c2e 42%,#02070c0d 72%,#02070c2e 100%);position:absolute;inset:0}.fm-resident-generated-hero__copy{z-index:2;text-shadow:0 5px 30px #0000008c;max-width:560px;padding:clamp(100px,13vw,190px) clamp(24px,7vw,110px) 80px;position:relative}.fm-resident-generated-hero__copy>span{letter-spacing:.22em;color:#63e6f2;margin-bottom:14px;font-size:11px;font-weight:900;display:block}.fm-resident-generated-hero__copy h1{letter-spacing:-.05em;margin:0;font-size:clamp(46px,6vw,88px);line-height:.95}.fm-resident-generated-hero__copy p{margin:14px 0 0;font-size:clamp(20px,2.2vw,32px)}.fm-resident-generated-hero__copy small{letter-spacing:.12em;text-transform:uppercase;color:#d4dee8;margin-top:14px;font-size:12px;display:block}@media (width<=720px){.fm-resident-generated-hero{min-height:520px}.fm-resident-generated-hero__copy{padding:250px 24px 52px}.fm-resident-generated-hero__shade{background:linear-gradient(#02070c14 30%,#02070cd1)}}.fm-resident-main{gap:clamp(34px,4vw,62px)}.fm-resident-about{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(30px,5vw,78px)}.fm-resident-profile-card{box-shadow:inset 0 0 0 1px #ffffff0e,0 18px 44px #00000024;background:radial-gradient(circle at 100% 0,#20d4ff17,#0000 38%),linear-gradient(145deg,#0b1822e0,#070e17c7)!important;border:0!important;border-radius:16px!important}.fm-resident-section{gap:clamp(14px,1.6vw,22px);position:relative}.fm-resident-section:before{content:"";opacity:.72;background:linear-gradient(90deg,#ff2f7da6,#0000);width:min(140px,18%);height:1px;position:absolute;top:-22px;left:0}.fm-resident-section>h2,.fm-resident-section__head h2{max-width:820px}.fm-resident-show-list{gap:clamp(12px,1.4vw,18px);display:grid}.fm-resident-show-card{background:radial-gradient(circle at 88% 0,#20d4ff0f,#0000 32%),linear-gradient(108deg,#0c1b26f5,#07111be0);border:0;border-radius:16px;grid-template-columns:minmax(150px,18%) minmax(0,1fr) minmax(185px,22%);min-height:150px;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:inset 0 0 0 1px #ffffff0e,0 14px 34px #0000001f}.fm-resident-show-card:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #20d4ff29,0 20px 42px #0000002e}.fm-resident-show-card__cover{background:#0b151d;min-height:150px;position:relative;overflow:hidden}.fm-resident-show-card__cover:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 72%,#08111a85);position:absolute;inset:0}.fm-resident-show-card__body{flex-direction:column;justify-content:center;min-width:0;padding:clamp(18px,2vw,28px);display:flex}.fm-resident-show-card__meta{background:linear-gradient(#ffffff04,#fff0);border-left:1px solid #ffffff0e;justify-content:center;align-self:stretch;gap:clamp(10px,1vw,15px);padding:clamp(18px,1.8vw,26px)}.fm-resident-show-card__meta>a{border-radius:9px;box-shadow:0 10px 24px #ff2f7d24}.fm-resident-recent-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:12px;display:grid}.fm-resident-recent-card{background:linear-gradient(135deg,#0b1822f0,#08111ac7);border:0;border-radius:14px;min-width:0;transition:transform .18s,box-shadow .18s;box-shadow:inset 0 0 0 1px #ffffff0e}.fm-resident-recent-card:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #ff2f7d2e,0 14px 30px #00000024}.fm-resident-section--related{padding-bottom:clamp(20px,3vw,42px)}.fm-resident-related-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:12px;display:grid}.fm-resident-related-card{background:linear-gradient(135deg,#0b1822eb,#071019c2);border:0;border-radius:14px;grid-template-columns:clamp(78px,7vw,108px) minmax(0,1fr) auto;min-height:104px;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:inset 0 0 0 1px #ffffff0e}.fm-resident-related-card:hover{background:linear-gradient(135deg,#0d1d29fa,#08131ed6);transform:translateY(-2px);box-shadow:inset 0 0 0 1px #20d4ff29,0 14px 32px #00000024}.fm-resident-related-card__media{min-height:104px}@media (width<=980px){.fm-resident-about{grid-template-columns:1fr;gap:28px}.fm-resident-profile-card{max-width:none}.fm-resident-show-card{grid-template-columns:minmax(135px,28%) minmax(0,1fr)}.fm-resident-show-card__meta{border-top:1px solid #ffffff0e;border-left:0;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:center;display:grid}}@media (width<=640px){.fm-resident-main{gap:34px}.fm-resident-section:before{width:90px;top:-17px}.fm-resident-show-card{grid-template-columns:1fr}.fm-resident-show-card__cover{aspect-ratio:16/9;min-height:0}.fm-resident-show-card__cover:after{background:linear-gradient(#0000 65%,#08111a8c)}.fm-resident-show-card__meta,.fm-resident-recent-grid,.fm-resident-related-grid{grid-template-columns:1fr}.fm-resident-related-card{grid-template-columns:82px minmax(0,1fr) auto}}.fm-resident-next-show{border-top:1px solid #ffffff14;gap:11px;margin-top:16px;padding-top:16px;display:grid}.fm-resident-next-show__kicker{color:#ff2f7d;letter-spacing:.12em;font-size:.58rem;font-weight:950}.fm-resident-next-show__row{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;display:grid}.fm-resident-next-show__date{background:linear-gradient(145deg,#132d3dad,#08141fb8);border:1px solid #20d4ff38;border-radius:9px;align-content:center;place-items:center;width:48px;height:52px;line-height:1;display:grid}.fm-resident-next-show__date strong{color:#fff;font-size:1.15rem;font-weight:900}.fm-resident-next-show__date span{color:#20d4ff;letter-spacing:.08em;margin-top:4px;font-size:.48rem;font-weight:900}.fm-resident-next-show__copy{gap:4px;min-width:0;display:grid}.fm-resident-next-show__copy strong{color:#f5f9fc;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:850;overflow:hidden}.fm-resident-next-show__copy span{color:#8fa2b2;font-size:.66rem;line-height:1.35}.fm-resident-next-show>a{color:#cdeef5;background:#20d4ff09;border:1px solid #20d4ff2e;border-radius:7px;justify-content:space-between;align-items:center;min-height:32px;padding:0 10px;font-size:.68rem;font-weight:800;text-decoration:none;transition:all .16s;display:flex}.fm-resident-next-show>a:hover{color:#fff;background:#20d4ff14;border-color:#20d4ff6b}.fm-resident-next-show>a b{color:#20d4ff}.fm-resident-content-shell{background:linear-gradient(135deg,#20d4ffb8,#20d4ff1f 27%,#ffffff0d 50%,#ff2f7d29 74%,#ff2f7d8f);border-radius:20px;width:min(1480px,100vw - 72px);margin:28px auto 0;padding:1px;position:relative;box-shadow:0 30px 90px #0000004d,0 0 42px #20d4ff09,0 0 36px #ff2f7d06}.fm-resident-content-shell:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 8% 3%,#20d4ff14,#0000 26%),radial-gradient(circle at 93% 5%,#ff2f7d12,#0000 22%);position:absolute;inset:0}.fm-resident-content-shell>.fm-resident-main{z-index:1;box-sizing:border-box;background:linear-gradient(#040a10fe,#04080dfe);border-radius:19px;width:100%;margin:0;padding:28px 28px 34px;position:relative}@media (width<=900px){.fm-resident-content-shell{width:min(100% - 32px,1080px);margin-top:20px}.fm-resident-content-shell>.fm-resident-main{gap:28px;padding:20px}}@media (width<=600px){.fm-resident-content-shell{border-radius:15px;width:calc(100% - 20px)}.fm-resident-content-shell>.fm-resident-main{border-radius:14px;gap:24px;padding:14px}}.fm-resident-smart-hero{color:#fff;isolation:isolate;background:#050a10;min-height:clamp(440px,33vw,570px);padding-bottom:72px;position:relative;overflow:hidden}.fm-resident-smart-hero__ambient{z-index:-2;position:absolute;inset:0;overflow:hidden}.fm-resident-smart-hero__ambient>img{object-fit:cover;filter:blur(54px)saturate(.7)brightness(.17);width:136%;height:136%;position:absolute;inset:-18%;transform:scale(1.08)}.fm-resident-smart-hero__ambient:after{content:"";background:linear-gradient(90deg,#02070cfb 0%,#02070cf0 26%,#03090f9e 55%,#03080d47 79%,#03080da3 100%),linear-gradient(#0000 48%,#02070ccc);position:absolute;inset:0}.fm-resident-smart-hero__glow{filter:blur(22px);pointer-events:none;border-radius:50%;position:absolute}.fm-resident-smart-hero__glow--cyan{background:radial-gradient(circle,#20d4ff21,#0000 66%);width:34vw;height:34vw;top:-27%;right:2%}.fm-resident-smart-hero__glow--pink{background:radial-gradient(circle,#ff2f7d21,#0000 68%);width:30vw;height:30vw;bottom:-40%;right:18%}.fm-resident-smart-hero__ghost-name{color:#ffffff07;letter-spacing:-.075em;text-transform:uppercase;white-space:nowrap;pointer-events:none;max-width:67vw;font-size:clamp(6rem,12vw,12rem);font-weight:950;line-height:.76;animation:38s ease-in-out infinite alternate fm-resident-smart-ghost;position:absolute;top:52%;right:-3vw;overflow:hidden;transform:translateY(-50%)}@keyframes fm-resident-smart-ghost{0%{transform:translate(22px,-50%)}to{transform:translate(-34px,-50%)}}.fm-resident-smart-hero__inner{z-index:2;width:min(1416px,100vw - 112px);min-height:inherit;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(26px,4vw,68px);margin:0 auto;padding:clamp(54px,5vw,78px) 0 34px;display:grid;position:relative}.fm-resident-smart-hero__copy{z-index:4;min-width:0;padding-left:clamp(0px,1.5vw,24px);position:relative}.fm-resident-smart-hero__eyebrow{color:#ff2f7d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;font-size:.64rem;font-weight:950;display:inline-flex}.fm-resident-smart-hero__eyebrow:before{content:"";background:linear-gradient(90deg,#ff2f7d 0 48%,#20d4ff 48%);width:42px;height:2px}.fm-resident-smart-hero__copy h1{letter-spacing:-.058em;overflow-wrap:anywhere;max-width:760px;margin:16px 0 9px;font-size:clamp(3.6rem,6vw,6.4rem);line-height:.88}.fm-resident-smart-hero__genres{color:#d7e1e8;letter-spacing:-.01em;margin:0;font-size:clamp(.98rem,1.25vw,1.16rem);font-weight:760}.fm-resident-smart-hero__meta{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.fm-resident-smart-hero__meta span{color:#9fb0be;background:#07131d6b;border:1px solid #20d4ff2e;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:760}.fm-resident-smart-hero__actions{flex-wrap:wrap;gap:9px;margin-top:23px;display:flex}.fm-resident-smart-hero__actions a{color:#e7edf2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#09121b52;border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 14px;font-size:.74rem;font-weight:850;text-decoration:none;transition:all .18s;display:inline-flex}.fm-resident-smart-hero__actions a:hover{background:#0f222f80;border-color:#20d4ff57;transform:translateY(-1px)}.fm-resident-smart-hero__actions a.is-primary{color:#fff;background:linear-gradient(100deg,#ef1e69,#ff2f7d);border-color:#0000;box-shadow:0 10px 26px #ff2f7d2b}.fm-resident-smart-hero__actions b{color:#20d4ff}.fm-resident-smart-hero__visual{justify-content:flex-end;align-items:flex-end;height:100%;min-height:360px;display:flex;position:relative}.fm-resident-smart-hero__portrait-stage{z-index:2;width:min(690px,98%);height:clamp(330px,28vw,470px);position:relative;overflow:visible}.fm-resident-smart-hero__portrait{object-fit:contain;object-position:right bottom;filter:saturate(.88)contrast(1.035)brightness(.95);-webkit-mask-composite:source-in;width:100%;height:108%;display:block;position:absolute;bottom:-3%;right:-1.5%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 88%,#000000b8 96%,#0000 100%),linear-gradient(#000 0% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 88%,#000000b8 96%,#0000 100%),linear-gradient(#000 0% 88%,#0000 100%)}.fm-resident-smart-hero__placeholder{aspect-ratio:1;background:radial-gradient(circle at 32% 28%,#20d4ff1f,#0000 28%),radial-gradient(circle at 72% 68%,#ff2f7d1f,#0000 34%),#07111a8c;border-radius:50%;align-content:center;place-items:center;width:min(460px,78%);display:grid;position:absolute;bottom:4%;right:5%}.fm-resident-smart-hero__placeholder strong{color:#ffffff12;letter-spacing:-.09em;font-size:7rem;line-height:.72}.fm-resident-smart-hero__placeholder span{color:#20d4ff;letter-spacing:.2em;margin-top:16px;font-weight:900}.fm-resident-smart-hero__orbit{pointer-events:none;border:1px solid #20d4ff40;border-radius:50%;position:absolute;box-shadow:0 0 38px #20d4ff0a}.fm-resident-smart-hero__orbit--one{width:390px;height:390px;animation:34s linear infinite fm-resident-orbit-spin;top:-5%;right:1%}.fm-resident-smart-hero__orbit--two{border-color:#ff2f7d3d;width:305px;height:305px;animation:41s linear infinite reverse fm-resident-orbit-spin;bottom:-18%;right:25%}.fm-resident-smart-hero__orbit--one:after,.fm-resident-smart-hero__orbit--two:after{content:"";background:#20d4ff;border-radius:50%;width:7px;height:7px;position:absolute;top:12%;left:20%;box-shadow:0 0 14px #20d4ffd9}.fm-resident-smart-hero__orbit--two:after{background:#ff2f7d;inset:auto 13% 19% auto;box-shadow:0 0 14px #ff2f7dcc}@keyframes fm-resident-orbit-spin{to{transform:rotate(360deg)}}.fm-resident-smart-hero__facts{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#040a10e6;border-top:1px solid #ffffff13;grid-template-columns:repeat(3,minmax(0,1fr));min-height:72px;display:grid;position:absolute;bottom:0;left:0;right:0}.fm-resident-smart-hero__fact{border-right:1px solid #ffffff12;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:13px clamp(18px,3vw,46px);display:grid}.fm-resident-smart-hero__fact:last-child{border-right:0}.fm-resident-smart-hero__fact>span{color:#20d4ff;font-size:.94rem}.fm-resident-smart-hero__fact small,.fm-resident-smart-hero__fact strong{display:block}.fm-resident-smart-hero__fact small{color:#7e91a0;letter-spacing:.12em;text-transform:uppercase;font-size:.54rem;font-weight:900}.fm-resident-smart-hero__fact strong{color:#e7eef3;margin-top:3px;font-size:.72rem;line-height:1.3}@media (width<=960px){.fm-resident-smart-hero{min-height:500px}.fm-resident-smart-hero__inner{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:20px;width:min(100% - 48px,1080px)}.fm-resident-smart-hero__copy h1{font-size:clamp(3.25rem,7.5vw,5.7rem)}.fm-resident-smart-hero__portrait-stage{height:390px}.fm-resident-smart-hero__facts{min-height:68px}.fm-resident-smart-hero__fact{padding-inline:20px}}@media (width<=700px){.fm-resident-smart-hero{min-height:720px;padding-bottom:166px}.fm-resident-smart-hero__inner{grid-template-columns:1fr;align-content:start;width:calc(100% - 28px);padding:54px 0 18px}.fm-resident-smart-hero__copy{order:1;padding-left:0}.fm-resident-smart-hero__visual{order:2;min-height:330px;margin-top:8px}.fm-resident-smart-hero__portrait-stage{width:100%;height:340px}.fm-resident-smart-hero__portrait{object-position:center bottom;width:100%;height:105%;right:0}.fm-resident-smart-hero__copy h1{font-size:clamp(3.1rem,14vw,5rem)}.fm-resident-smart-hero__ghost-name{max-width:120vw;font-size:clamp(5rem,22vw,8rem);top:56%;right:-18%}.fm-resident-smart-hero__orbit--one{width:300px;height:300px;right:-6%}.fm-resident-smart-hero__orbit--two{width:225px;height:225px;bottom:-8%;right:42%}.fm-resident-smart-hero__facts{grid-template-columns:1fr;min-height:0}.fm-resident-smart-hero__fact{border-bottom:1px solid #ffffff0e;border-right:0;min-height:55px;padding:9px 18px}.fm-resident-smart-hero__fact:last-child{border-bottom:0}}@media (prefers-reduced-motion:reduce){.fm-resident-smart-hero__ghost-name,.fm-resident-smart-hero__orbit{animation:none!important}}.fm-page--residents-index{color:#fff;background:#061018;padding:0}.fm-page--residents-index .fm-page{padding:0}.fm-residents-index{background:radial-gradient(circle at 83% 7%,#00c5e80e,#0000 28rem),linear-gradient(#071018 0%,#061018 45%,#050b11 100%);min-height:100vh}.fm-residents-shell{width:min(1420px,100vw - 112px);margin:0 auto}.fm-residents-hero{background:#071018;border-bottom:1px solid #ffffff12;min-height:460px;position:relative;overflow:hidden}.fm-residents-hero__collage{opacity:.34;filter:saturate(.68)contrast(1.08);grid-template-columns:repeat(7,1fr);display:grid;position:absolute;inset:0}.fm-residents-hero__collage img{object-fit:cover;object-position:center 20%;filter:grayscale(.22);width:100%;height:100%}.fm-residents-hero__veil{background:radial-gradient(circle at 65% 44%,#0710180d,#07101894 34%,#071018eb 82%),linear-gradient(90deg,#050f17fa 0%,#050f17d6 25%,#050f1738 56%,#050f17c2 100%),linear-gradient(#040b1114,#040b112e 62%,#071018 100%);position:absolute;inset:0}.fm-residents-hero__inner{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(500px,.92fr);align-items:center;gap:70px;min-height:460px;padding:40px 0;display:grid;position:relative}.fm-residents-hero__intro{max-width:570px}.fm-residents-kicker{color:#ff2f7d;letter-spacing:.07em;text-transform:uppercase;margin-bottom:15px;font-size:.74rem;font-weight:900;display:block}.fm-residents-hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(3.8rem,5.5vw,6rem);font-weight:900;line-height:.84}.fm-residents-hero h1 span,.fm-residents-hero h1 strong{display:block}.fm-residents-hero h1 strong{color:#ff2f7d;text-shadow:0 0 38px #ff2f7d14;font-weight:900}.fm-residents-hero__intro>p{color:#c3ced7;max-width:520px;margin:22px 0 0;font-size:.98rem;line-height:1.52}.fm-residents-stats{gap:30px;margin-top:28px;display:flex}.fm-residents-stat{align-items:center;gap:11px;min-width:118px;display:flex}.fm-residents-stat i{color:#ff2f7d;background:#0a1b27c2;border:1px solid #ffffff1f;border-radius:9px;place-items:center;width:38px;height:38px;font-size:1rem;font-style:normal;display:grid;box-shadow:inset 0 1px #ffffff08}.fm-residents-stat span{flex-direction:column;display:flex}.fm-residents-stat b{font-size:1.1rem;line-height:1.05}.fm-residents-stat small{color:#9ba9b6;margin-top:4px;font-size:.68rem}.fm-residents-featured{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040b11db;border:1px solid #ffffff47;border-radius:16px;justify-self:end;width:min(100%,620px);min-height:292px;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000057,inset 0 1px #ffffff06}.fm-residents-featured>img{object-fit:cover;object-position:center 22%;filter:saturate(.86)contrast(1.05);width:58%;height:100%;position:absolute;inset:0 0 0 auto}.fm-residents-featured__shade{background:linear-gradient(90deg,#040b11fc 0%,#040b11f5 37%,#040b11ab 60%,#040b111a 100%),linear-gradient(#0000 36%,#040b1170);position:absolute;inset:0}.fm-residents-featured__copy{z-index:3;flex-direction:column;justify-content:center;width:56%;min-height:292px;padding:30px 30px 28px 34px;display:flex;position:relative}.fm-residents-featured__eyebrow{color:#ff4a8c;text-transform:uppercase;background:#ff2f7d24;border:1px solid #ff2f7d38;border-radius:999px;align-self:flex-start;padding:7px 11px;font-size:.65rem;font-weight:900}.fm-residents-featured h2{letter-spacing:-.04em;margin:11px 0 0;font-size:2.25rem;line-height:.98}.fm-residents-featured__genres{color:#bcc8d2;margin:8px 0 0;font-size:.76rem;line-height:1.4}.fm-residents-featured__quote{color:#e1e8ee;margin:17px 0 0;font-size:.92rem;line-height:1.45}.fm-residents-featured a{color:#fff;background:#ff2f7d;border:1px solid #ff2f7d;border-radius:8px;align-self:flex-start;align-items:center;gap:13px;min-height:42px;margin-top:20px;padding:0 18px;font-size:.72rem;font-weight:850;transition:all .2s;display:inline-flex;box-shadow:0 9px 28px #ff2f7d2e}.fm-residents-featured a:hover{background:#ff4389;transform:translateY(-1px);box-shadow:0 13px 32px #ff2f7d40}.fm-residents-featured__name{z-index:2;color:#ffffff2b;letter-spacing:-.07em;pointer-events:none;font-size:5.6rem;font-weight:900;line-height:1;position:absolute;bottom:-12px;right:28px}.fm-residents-body{padding:24px 0 84px}.fm-residents-tools-wrap{z-index:15;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#061018fa 0%,#061018f2 78%,#06101800 100%);margin:0 -12px;padding:12px 12px 0;position:sticky;top:72px}.fm-residents-tools{grid-template-columns:minmax(0,1.65fr) minmax(180px,.55fr) minmax(180px,.55fr) minmax(190px,.58fr);gap:16px;display:grid}.fm-residents-search,.fm-residents-select,.fm-residents-random{background:linear-gradient(#0d1d2af0,#08151ff0);border:1px solid #ffffff29;border-radius:9px;align-items:center;min-height:54px;transition:border-color .2s,background .2s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff04}.fm-residents-search:focus-within,.fm-residents-select:focus-within{border-color:#ff2f7d85}.fm-residents-search>span{text-align:center;color:#fff;width:49px;font-size:1.5rem;line-height:1;transform:rotate(-16deg)}.fm-residents-search input,.fm-residents-select select{color:#eaf0f5;background:0 0;border:0;outline:0;width:100%;min-height:52px}.fm-residents-search input{padding:0 16px 0 0;font-size:.88rem}.fm-residents-search input::placeholder{color:#8492a0}.fm-residents-select select{appearance:none;cursor:pointer;padding:0 45px 0 17px;font-size:.8rem;font-weight:750}.fm-residents-select:after{content:"⌄";color:#c8d1d9;pointer-events:none;position:absolute;top:50%;right:17px;transform:translateY(-53%)}.fm-residents-select option{color:#fff;background:#0a1722}.fm-residents-random{color:#edf3f8;cursor:pointer;justify-content:center;gap:9px;padding:0 17px;font-size:.76rem;font-weight:800}.fm-residents-random span{font-size:1.1rem}.fm-residents-random:hover{background:#ff2f7d14;border-color:#ff2f7d80}.fm-residents-alpha{scrollbar-width:none;border-bottom:1px solid #ffffff0e;justify-content:space-between;align-items:center;gap:3px;margin-top:12px;padding:0 0 14px;display:flex;overflow-x:auto}.fm-residents-alpha::-webkit-scrollbar{display:none}.fm-residents-alpha button{color:#c7d0d8;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 38px;width:38px;height:38px;font-size:.7rem;font-weight:850;transition:all .18s}.fm-residents-alpha button:hover:not(:disabled){color:#fff;background:#ffffff0d}.fm-residents-alpha button.is-active{color:#fff;background:#ff2f7d;box-shadow:0 8px 24px #ff2f7d33}.fm-residents-alpha button:disabled{opacity:.2;cursor:default}.fm-residents-groups{gap:44px;padding-top:22px;display:grid}.fm-residents-group{scroll-margin-top:185px}.fm-residents-group__head{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:16px;display:grid}.fm-residents-group__title{align-items:baseline;gap:13px;display:flex}.fm-residents-group__title h2{letter-spacing:-.06em;margin:0;font-size:3.25rem;font-weight:900;line-height:1}.fm-residents-group__title span{color:#9caab6;white-space:nowrap;font-size:.75rem}.fm-residents-group__line{background:linear-gradient(90deg,#ffffff47,#ffffff14);height:1px}.fm-residents-backtop{color:#8797a5;text-transform:uppercase;letter-spacing:.04em;font-size:.66rem;font-weight:700;transition:color .2s}.fm-residents-backtop:hover{color:#fff}.fm-residents-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.fm-resident-index-card{min-width:0;display:block}.fm-resident-index-card__media{aspect-ratio:1.3;background:#0c1720;border:1px solid #ffffff1f;border-radius:9px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 15px 36px #0000002e}.fm-resident-index-card__media>img{object-fit:cover;object-position:center 22%;filter:saturate(.82)contrast(1.04);width:100%;height:100%;transition:transform .45s,filter .25s;position:absolute;inset:0}.fm-resident-index-card__gradient{background:linear-gradient(#040a0f05 25%,#050c1229 45%,#050c12f7 100%);position:absolute;inset:0}.fm-resident-index-card__place{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eef4f8;background:#040c12b8;border:1px solid #ffffff2e;border-radius:999px;padding:7px 10px;font-size:.65rem;position:absolute;top:14px;right:14px}.fm-resident-index-card__copy{z-index:2;position:absolute;bottom:17px;left:20px;right:58px}.fm-resident-index-card__copy>span{color:#ff2f7d;text-transform:uppercase;margin-bottom:6px;font-size:.61rem;font-weight:900;display:block}.fm-resident-index-card h3{letter-spacing:-.035em;margin:0;font-size:1.48rem;line-height:1}.fm-resident-index-card__genres{color:#c0ccd5;white-space:nowrap;text-overflow:ellipsis;margin:8px 0 0;font-size:.72rem;overflow:hidden}.fm-resident-index-card__arrow{z-index:3;background:#040c1247;border:1px solid #ffffff5c;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1.12rem;font-weight:400;transition:all .2s;display:grid;position:absolute;bottom:17px;right:17px}.fm-resident-index-card:hover .fm-resident-index-card__media{border-color:#ff2f7d80;transform:translateY(-3px);box-shadow:0 22px 46px #0000004d,0 0 0 1px #ff2f7d0d}.fm-resident-index-card:hover img{filter:saturate(.98)contrast(1.05);transform:scale(1.03)}.fm-resident-index-card:hover .fm-resident-index-card__arrow{background:#ff2f7d;border-color:#ff2f7d}.fm-residents-empty{color:#8997a4;text-align:center;border:1px dashed #ffffff1f;border-radius:12px;margin:54px 0;padding:42px}.fm-residents-group[hidden],.fm-resident-index-card[hidden]{display:none!important}@media (width<=1240px){.fm-residents-shell{width:min(100% - 48px,1120px)}.fm-residents-hero__inner{grid-template-columns:minmax(0,.9fr) minmax(430px,.95fr);gap:38px}.fm-residents-hero h1{font-size:5rem}.fm-residents-featured,.fm-residents-featured__copy{min-height:282px}.fm-residents-tools{grid-template-columns:minmax(0,1.5fr) minmax(170px,.6fr) minmax(170px,.6fr)}.fm-residents-random{grid-column:1/-1;min-height:46px}.fm-residents-grid{gap:14px}.fm-resident-index-card__copy{bottom:15px;left:17px}.fm-resident-index-card h3{font-size:1.28rem}}@media (width<=900px){.fm-residents-hero{min-height:auto}.fm-residents-hero__inner{grid-template-columns:1fr;min-height:auto;padding:52px 0 42px}.fm-residents-featured{justify-self:stretch;width:100%;max-width:680px}.fm-residents-hero__collage{grid-template-columns:repeat(4,1fr)}.fm-residents-hero__collage img:nth-child(n+5){display:none}.fm-residents-tools-wrap{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;margin:0;padding:0;position:relative;top:auto}.fm-residents-tools{grid-template-columns:1fr 1fr}.fm-residents-search,.fm-residents-random{grid-column:1/-1}.fm-residents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.fm-residents-shell{width:calc(100% - 28px)}.fm-residents-hero__inner{padding:36px 0 30px}.fm-residents-hero h1{font-size:3.65rem}.fm-residents-hero__intro>p{font-size:.88rem}.fm-residents-stats{gap:12px;padding-bottom:3px;overflow-x:auto}.fm-residents-stat{min-width:108px}.fm-residents-featured{min-height:340px}.fm-residents-featured>img{width:100%}.fm-residents-featured__copy{background:linear-gradient(#040b1105,#040b11fa);width:100%;min-height:0;padding:88px 22px 22px;position:absolute;bottom:0;left:0;right:0}.fm-residents-featured__shade{background:linear-gradient(#0000 25%,#040b11f0)}.fm-residents-featured__quote,.fm-residents-featured__name{display:none}.fm-residents-tools{grid-template-columns:1fr;gap:9px}.fm-residents-search,.fm-residents-random{grid-column:auto}.fm-residents-alpha{justify-content:flex-start;margin-top:10px}.fm-residents-group__head{grid-template-columns:auto 1fr;gap:10px}.fm-residents-group__title h2{font-size:2.5rem}.fm-residents-backtop{display:none}.fm-residents-grid{grid-template-columns:1fr}.fm-resident-index-card__media{aspect-ratio:1.18}}.fm-page--history{color:#f4f7fa;background:#050b11;padding:0}.fm-history-shell{width:min(1240px,100vw - 96px);margin:0 auto}.fm-history-hero{background:radial-gradient(circle at 78% 32%,#00c7e81a,#0000 22rem),radial-gradient(circle at 94% 48%,#ff2f7d17,#0000 28rem),linear-gradient(#071018,#050b11);border-bottom:1px solid #ffffff12;position:relative;overflow:hidden}.fm-history-hero:after{content:"";border:1px solid #00c7e82e;border-radius:50%;width:500px;height:500px;position:absolute;top:-72%;right:5%;box-shadow:0 0 90px #ff2f7d0a}.fm-history-hero__inner{z-index:2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:54px;min-height:248px;padding:38px 0;display:grid;position:relative}.fm-history-hero__copy{max-width:760px}.fm-history-kicker{color:#18c7e8;letter-spacing:.13em;margin-bottom:14px;font-size:.68rem;font-weight:900;display:block}.fm-history-hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,4.6vw,5.2rem);font-weight:900;line-height:.9}.fm-history-hero h1 strong{color:#ff2f7d;font-weight:900}.fm-history-hero p{color:#9fadb9;max-width:650px;margin:17px 0 0;font-size:.88rem;line-height:1.55}.fm-history-summary{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#091722b3;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:16px;min-width:250px;padding:18px 20px;display:flex;box-shadow:0 18px 48px #00000029}.fm-history-summary__icon{color:#ff2f7d;border:1px solid #ff2f7d57;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.15rem;display:grid}.fm-history-summary small,.fm-history-summary strong,.fm-history-summary span{display:block}.fm-history-summary small{color:#82929f;letter-spacing:.12em;font-size:.58rem;font-weight:900}.fm-history-summary strong{margin-top:4px;font-size:1.55rem;line-height:1}.fm-history-summary div>span{color:#8898a4;margin-top:6px;font-size:.65rem}.fm-history-body{padding-bottom:82px}.fm-history-tabs-wrap{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#050b11fb 0%,#050b11f6 78%,#050b1100 100%);padding:12px 0 0;position:sticky;top:70px}.fm-history-tabs{background:linear-gradient(#091722,#07121a);border:1px solid #ffffff1f;border-radius:12px;grid-template-columns:repeat(7,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 14px 32px #0000002e}.fm-history-tab{color:#dce5eb;text-align:left;cursor:pointer;background:0 0;border:0;border-right:1px solid #ffffff0f;min-width:0;min-height:72px;padding:12px 16px;transition:background .18s,color .18s;position:relative}.fm-history-tab:last-child{border-right:0}.fm-history-tab span,.fm-history-tab strong,.fm-history-tab small{display:block}.fm-history-tab span{color:#8193a1;letter-spacing:.11em;text-transform:uppercase;font-size:.55rem;font-weight:900}.fm-history-tab strong{margin-top:4px;font-size:.9rem;line-height:1}.fm-history-tab small{color:#627581;margin-top:5px;font-size:.57rem;font-weight:750}.fm-history-tab.is-active:before{content:"";background:#ff2f7d;height:2px;position:absolute;bottom:0;left:14px;right:14px;box-shadow:0 0 18px #ff2f7d8c}.fm-history-tab.is-active span,.fm-history-tab.is-active small{color:#ff4b8d}.fm-history-tab.is-active strong{color:#fff}.fm-history-tab.is-empty{opacity:.52}.fm-history-content{padding-top:22px}.fm-history-toolbar{grid-template-columns:minmax(0,430px) 1fr;align-items:center;gap:24px;margin-bottom:14px;display:grid}.fm-history-search{background:#09151f;border:1px solid #ffffff1f;border-radius:9px;align-items:center;min-height:46px;display:flex}.fm-history-search>span{text-align:center;color:#ff2f7d;width:45px;font-size:1.12rem}.fm-history-search input{color:#edf4f8;background:0 0;border:0;outline:0;width:100%;height:44px;padding:0 15px 0 0;font-size:.8rem}.fm-history-search input::placeholder{color:#6f818f}.fm-history-toolbar__meta{color:#718391;justify-self:end;align-items:center;gap:12px;font-size:.63rem;display:flex}.fm-history-toolbar__meta strong{color:#d7e1e7;border-right:1px solid #ffffff1a;padding-right:12px;font-size:.67rem}.fm-history-panels{min-height:260px}.fm-history-day[hidden]{display:none!important}.fm-history-list{gap:8px;display:grid}.fm-history-row{background:linear-gradient(90deg,#0a161fd1,#070f1699);border:1px solid #ffffff0f;border-radius:10px;grid-template-columns:86px 72px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:84px;padding:8px 16px;transition:transform .18s,border-color .18s,background .18s;display:grid;box-shadow:inset 0 1px #ffffff05}.fm-history-row:hover{background:linear-gradient(90deg,#0f1d27ed,#081118bd);border-color:#ff2f7d3b;transform:translateY(-1px)}.fm-history-row.is-latest{background:linear-gradient(90deg,#ff2f7d11,#09141dd1 28%,#070f16a8);border-color:#ff2f7d2e}.fm-history-row__time{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.fm-history-row__time time{color:#ff2f7d;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:900}.fm-history-row__time span{color:#ff4b8d;letter-spacing:.08em;white-space:nowrap;background:#ff2f7d1c;border-radius:4px;padding:3px 5px;font-size:.43rem;font-weight:900}.fm-history-row__art{color:#ff2f7d;background:#0e1a24;border:1px solid #ffffff1c;border-radius:8px;place-items:center;width:66px;height:66px;font-size:.63rem;font-weight:900;display:grid;overflow:hidden}.fm-history-row__art img{object-fit:cover;width:100%;height:100%}.fm-history-row__copy{min-width:0}.fm-history-row__copy strong,.fm-history-row__copy span{display:block}.fm-history-row__copy strong{color:#f2f6f9;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;line-height:1.22;overflow:hidden}.fm-history-row__copy span{color:#8fa0ac;margin-top:6px;font-size:.69rem}.fm-history-row__duration{color:#657785;text-align:right;white-space:nowrap;min-width:54px;font-size:.61rem}.fm-history-empty{text-align:center;background:#08121a61;border:1px dashed #ffffff1c;border-radius:12px;margin:22px 0;padding:62px 20px}.fm-history-empty strong,.fm-history-empty span{display:block}.fm-history-empty strong{font-size:.9rem}.fm-history-empty span{color:#748592;max-width:520px;margin:8px auto 0;font-size:.73rem;line-height:1.5}.fm-history-empty--day{margin-top:8px}@media (width<=1100px){.fm-history-shell{width:min(100% - 48px,1080px)}.fm-history-hero__inner{grid-template-columns:minmax(0,1fr) 230px;gap:34px}.fm-history-summary{min-width:0}.fm-history-tab{padding:11px 12px}}@media (width<=820px){.fm-history-shell{width:calc(100% - 32px)}.fm-history-hero__inner{grid-template-columns:1fr auto;min-height:220px;padding:32px 0}.fm-history-hero h1{font-size:3.6rem}.fm-history-summary{display:none}.fm-history-tabs-wrap{top:64px;overflow:hidden}.fm-history-tabs{scrollbar-width:none;display:flex;overflow-x:auto}.fm-history-tabs::-webkit-scrollbar{display:none}.fm-history-tab{flex:0 0 132px}.fm-history-toolbar{grid-template-columns:1fr auto;gap:14px}.fm-history-row{grid-template-columns:72px 60px minmax(0,1fr);gap:13px;min-height:76px;padding:7px 10px}.fm-history-row__art{width:56px;height:56px}.fm-history-row__duration{display:none}}@media (width<=560px){.fm-history-shell{width:calc(100% - 24px)}.fm-history-hero__inner{min-height:auto;padding:28px 0 26px}.fm-history-kicker{margin-bottom:10px;font-size:.59rem}.fm-history-hero h1{font-size:3rem}.fm-history-hero p{margin-top:13px;font-size:.76rem}.fm-history-tabs-wrap{padding-top:8px}.fm-history-tab{flex-basis:118px;min-height:64px;padding:10px}.fm-history-content{padding-top:16px}.fm-history-toolbar{grid-template-columns:1fr}.fm-history-toolbar__meta{justify-self:start}.fm-history-row{grid-template-columns:58px 52px minmax(0,1fr);gap:10px}.fm-history-row__art{width:50px;height:50px}.fm-history-row__copy strong{font-size:.78rem}.fm-history-row__copy span{font-size:.63rem}.fm-history-row__time span{display:none}}.fm-history-panels{transition:opacity .13s,transform .13s;position:relative}.fm-history-panels.is-switching{opacity:.15;transform:translateY(5px)}.fm-history-day{animation:.32s both historyPanelIn}@keyframes historyPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fm-history-tab:focus-visible{outline-offset:-3px;outline:2px solid #18c7e8a6}.fm-history-tab.is-active{transform:translateY(-1px)}.fm-history-toolbar{padding:2px 0 10px;position:relative}.fm-history-toolbar:after{content:"";background:linear-gradient(90deg,#ff2f7d38,#18c7e814,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.fm-history-list{gap:10px;position:relative}.fm-history-list:before{content:"";pointer-events:none;background:linear-gradient(#ff2f7d73,#18c7e829,#ffffff08);width:1px;position:absolute;top:24px;bottom:24px;left:42px}.fm-history-row{grid-template-columns:78px 72px minmax(0,1fr) auto;min-height:88px;padding:9px 16px 9px 10px;position:relative;overflow:hidden}.fm-history-row:before{content:"";z-index:2;background:#0a151e;border:2px solid #8297a5a6;border-radius:50%;width:11px;height:11px;position:absolute;top:50%;left:37px;transform:translateY(-50%);box-shadow:0 0 0 5px #050b11}.fm-history-row.is-latest:before{background:#ff2f7d;border-color:#ff5f9b;box-shadow:0 0 0 5px #050b11,0 0 18px #ff2f7d73}.fm-history-row__art{transition:transform .22s,box-shadow .22s}.fm-history-row:hover .fm-history-row__art{transform:scale(1.035);box-shadow:0 8px 24px #00000047}.fm-history-row__duration{background:#ffffff05;border:1px solid #ffffff0d;border-radius:999px;padding:5px 8px}@media (width<=820px){.fm-history-list:before{left:33px}.fm-history-row:before{left:28px}.fm-history-row{grid-template-columns:62px 60px minmax(0,1fr)}}@media (width<=560px){.fm-history-list:before{left:27px}.fm-history-row:before{left:22px}.fm-history-row{grid-template-columns:50px 52px minmax(0,1fr);padding-left:6px}.fm-history-row:hover{transform:none}}.fm-history-hero{background:radial-gradient(circle at 74% 34%,#00d6ff1f,#0000 20rem),radial-gradient(circle at 94% 60%,#ff227f26,#0000 27rem),linear-gradient(#07121b,#050b11)}.fm-history-hero:before{content:"";background:linear-gradient(90deg,#0000,#00d6ff8c,#ff2f7d8c,#0000);height:1px;position:absolute;inset:auto 0 0}.fm-history-summary{grid-template-columns:88px 105px 1fr;gap:0;min-width:360px;padding:0;display:grid;overflow:hidden}.fm-history-stat{border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;min-height:76px;padding:15px 18px;display:flex}.fm-history-stat:last-child{border-right:0}.fm-history-stat strong{color:#fff;font-size:1.55rem;line-height:1}.fm-history-stat span{color:#748795;letter-spacing:.13em;margin-top:7px;font-size:.52rem;font-weight:900}.fm-history-stat--wide{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;display:flex}.fm-history-stat--wide i{background:#ff2f7d;border-radius:50%;width:8px;height:8px;animation:1.9s ease-in-out infinite fm-history-pulse;box-shadow:0 0 0 5px #ff2f7d17,0 0 18px #ff2f7d8c}.fm-history-stat--wide span{color:#a8b6c0;margin:0;line-height:1.45}.fm-history-tabs{background:linear-gradient(#0a1823fa,#071119fa);border-color:#00d6ff1f}.fm-history-tab{min-height:78px}.fm-history-tab:hover{background:linear-gradient(#00d6ff0e,#ff2f7d09)}.fm-history-tab.is-active{background:linear-gradient(145deg,#ff2f7d36,#00d6ff0b);box-shadow:inset 0 0 0 1px #ff2f7d94,0 0 26px #ff2f7d12}.fm-history-toolbar{margin-bottom:18px}.fm-history-search{background:linear-gradient(#0b1924,#08131c);box-shadow:inset 0 1px #ffffff05}.fm-history-list{gap:12px;padding-left:0;display:grid;position:relative}.fm-history-list:before{content:"";background:linear-gradient(#ff2f7db3,#00d6ff38 26%,#00d6ff14 80%,#0000);width:1px;position:absolute;top:40px;bottom:40px;left:65px;box-shadow:0 0 14px #ff2f7d1f}.fm-history-row{--mx:45%;--my:50%;isolation:isolate;background:linear-gradient(102deg,#091620f0,#060e15d6);border:1px solid #fff1;border-radius:16px;grid-template-columns:96px 102px minmax(0,1fr) 88px 108px;gap:22px;min-height:116px;padding:12px 18px 12px 8px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden;transform:translateZ(0)}.fm-history-row:before{content:"";z-index:-1;opacity:0;background:radial-gradient(440px circle at var(--mx) var(--my),#00d6ff1a,#ff2f7d0e 35%,transparent 68%);transition:opacity .22s;position:absolute;inset:0}.fm-history-row:hover:before{opacity:1}.fm-history-row:hover{border-color:#00d6ff2b;transform:translateY(-3px)scale(1.004);box-shadow:0 18px 48px #0000002e,0 0 30px #00d6ff09}.fm-history-row.is-latest{background:linear-gradient(105deg,#ff2f7d18,#08151ef2 26%,#060e15d6);border-color:#ff2f7d57;box-shadow:0 0 34px #ff2f7d0b}.fm-history-row.is-latest:after{content:"";background:linear-gradient(#ff2f7d,#ff70aa);border-radius:2px;width:2px;position:absolute;top:14px;bottom:14px;left:0;box-shadow:0 0 18px #ff2f7d99}.fm-history-row__time{justify-content:center;align-self:stretch;padding-left:10px;position:relative}.fm-history-row__time time{letter-spacing:.02em;font-size:.84rem}.fm-history-row__time b{color:#fff;letter-spacing:.08em;background:#ff2f7d;border-radius:999px;width:max-content;margin-top:4px;padding:3px 6px;font-size:.43rem;display:inline-flex;box-shadow:0 0 18px #ff2f7d47}.fm-history-node{border-radius:50%;top:50%;right:19px;transform:translate(50%,-50%);box-shadow:0 0 0 4px #07121aeb;background:#07121a!important;border:2px solid #263c49!important;width:11px!important;height:11px!important;margin:0!important;position:absolute!important}.fm-history-row.is-latest .fm-history-node{animation:1.7s ease-in-out infinite fm-history-pulse;box-shadow:0 0 0 5px #ff2f7d1a,0 0 22px #ff2f7dad;background:#ff2f7d!important;border-color:#ff2f7d!important}.fm-history-row__art{background:#0c1821;border:0;border-radius:12px;width:94px;height:94px;position:relative;overflow:visible;box-shadow:0 12px 28px #0000003d}.fm-history-row__art img{z-index:2;border-radius:12px;transition:transform .28s,filter .28s;position:relative}.fm-history-row:hover .fm-history-row__art img{filter:saturate(1.08)contrast(1.03);transform:scale(1.045)rotate(-.5deg)}.fm-history-row__art-glow{z-index:1;filter:blur(23px);opacity:.22;background:linear-gradient(135deg,#00d6ff,#ff2f7d);border-radius:50%;transition:opacity .22s,transform .22s;position:absolute;inset:14px}.fm-history-row:hover .fm-history-row__art-glow{opacity:.48;transform:scale(1.18)}.fm-history-row__copy{align-self:center}.fm-history-row__eyebrow{letter-spacing:.14em;font-weight:900;color:#00d6ff!important;margin:0 0 7px!important;font-size:.48rem!important}.fm-history-row__copy strong{letter-spacing:-.025em;font-size:1.18rem;line-height:1.05}.fm-history-row__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#93a6b3!important;margin-top:8px!important;font-size:.74rem!important}.fm-history-row__energy{justify-content:center;align-self:center;align-items:center;gap:3px;height:38px;display:flex}.fm-history-row__energy i{opacity:.45;transform-origin:bottom;background:linear-gradient(#00d6ff,#ff2f7d);border-radius:4px;width:3px;display:block}.fm-history-row__energy i:first-child{height:12px}.fm-history-row__energy i:nth-child(2){height:23px}.fm-history-row__energy i:nth-child(3){height:31px}.fm-history-row__energy i:nth-child(4){height:18px}.fm-history-row__energy i:nth-child(5){height:9px}.fm-history-row:hover .fm-history-row__energy i{animation:.82s ease-in-out infinite alternate fm-history-bars}.fm-history-row:hover .fm-history-row__energy i:nth-child(2){animation-delay:.1s}.fm-history-row:hover .fm-history-row__energy i:nth-child(3){animation-delay:.18s}.fm-history-row:hover .fm-history-row__energy i:nth-child(4){animation-delay:.26s}.fm-history-row:hover .fm-history-row__energy i:nth-child(5){animation-delay:.34s}.fm-history-row__duration{text-align:right;background:#ffffff06;border:1px solid #ffffff13;border-radius:11px;grid-template-columns:auto auto;grid-template-areas:"label label""value unit";justify-content:end;align-items:end;column-gap:4px;min-width:92px;padding:10px 12px;display:grid}.fm-history-row__duration small{color:#607483;letter-spacing:.1em;grid-area:label;margin-bottom:3px;font-size:.43rem;font-weight:900}.fm-history-row__duration b{color:#eaf2f6;grid-area:value;font-size:1.25rem;line-height:1}.fm-history-row__duration em{color:#70828f;grid-area:unit;padding-bottom:2px;font-size:.45rem;font-style:normal;font-weight:900}.fm-history-row.is-revealing{animation:.58s cubic-bezier(.2,.8,.2,1) both fm-history-card-in;animation-delay:var(--enter-delay,0s)}@keyframes fm-history-card-in{0%{opacity:0;transform:translateY(16px)scale(.988)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fm-history-bars{0%{opacity:.35;transform:scaleY(.55)}to{opacity:.9;transform:scaleY(1.15)}}@keyframes fm-history-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(1.16)}}@media (width<=900px){.fm-history-summary{display:none}.fm-history-row{grid-template-columns:78px 84px minmax(0,1fr) 84px;gap:14px;min-height:102px}.fm-history-row__art{width:78px;height:78px}.fm-history-row__energy{display:none}.fm-history-list:before{left:54px}.fm-history-node{right:12px}}@media (width<=620px){.fm-history-row{border-radius:12px;grid-template-columns:62px 66px minmax(0,1fr);min-height:88px;padding:9px 10px 9px 4px}.fm-history-row__art{width:62px;height:62px}.fm-history-row__duration{display:none}.fm-history-list:before{left:43px}.fm-history-node{right:8px}.fm-history-row__copy strong{font-size:.94rem}.fm-history-row__eyebrow{display:none}.fm-history-row__title{font-size:.66rem!important}.fm-history-row__time b{display:none}}.fm-history-list{--mix-rail-x:34px;padding-left:74px;position:relative;overflow:visible}.fm-history-list:before{content:"";left:var(--mix-rail-x);pointer-events:none;z-index:0;background:linear-gradient(#ff2f7deb 0%,#ff2f7d8f 13%,#00d6ff85 38%,#00d6ff4d 72%,#7147ff2e 100%);border-radius:999px;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #ff2f7d33,0 0 18px #00d6ff14}.fm-history-list:after{content:"";left:calc(var(--mix-rail-x) - 1px);filter:blur(.2px);opacity:.72;pointer-events:none;z-index:1;background:linear-gradient(#0000,#ffffffe6,#00d6ff,#0000);border-radius:999px;width:4px;height:110px;animation:8s linear infinite fm-history-signal;position:absolute;top:0;box-shadow:0 0 12px #00d6ff8c,0 0 22px #ff2f7d38}.fm-history-row{margin-left:0;overflow:visible}.fm-history-row:after{content:"";opacity:.72;pointer-events:none;background:linear-gradient(90deg,#00d6ff47,#ff2f7d57);width:40px;height:1px;position:absolute;top:50%;left:-40px;transform:translateY(-50%)}.fm-history-row.is-latest:after{background:linear-gradient(90deg,#ff2f7d,#ff2f7d73);width:40px;height:1px;top:50%;bottom:auto;left:-40px;box-shadow:0 0 12px #ff2f7d61}.fm-history-node{z-index:4;top:50%;transform:translate(-50%,-50%);background:#07121a!important;border:2px solid #00d6ff85!important;width:14px!important;height:14px!important;left:-46px!important;right:auto!important;box-shadow:0 0 0 6px #050b11f2,0 0 16px #00d6ff29!important}.fm-history-row.is-latest .fm-history-node{background:#ff2f7d!important;border-color:#ff2f7d!important;box-shadow:0 0 0 7px #ff2f7d1a,0 0 25px #ff2f7db8!important}.fm-history-row__time{padding-left:0}.fm-history-row__time:before{content:"";background:#ffffff21;width:8px;height:1px;position:absolute;top:50%;left:-63px;transform:translateY(-50%)}@keyframes fm-history-signal{0%{opacity:0;transform:translateY(-120px)}8%{opacity:.75}88%{opacity:.75}to{opacity:0;transform:translateY(calc(100vh + 520px))}}@media (width<=900px){.fm-history-list{--mix-rail-x:25px;padding-left:58px}.fm-history-node{left:-34px!important}.fm-history-row:after,.fm-history-row.is-latest:after{width:29px;left:-29px}.fm-history-row__time:before{display:none}}@media (width<=620px){.fm-history-list{--mix-rail-x:17px;padding-left:42px}.fm-history-node{width:11px!important;height:11px!important;left:-27px!important}.fm-history-row:after,.fm-history-row.is-latest:after{width:22px;left:-22px}.fm-history-list:after{height:80px;animation-duration:6s}}@media (prefers-reduced-motion:reduce){.fm-history-list:after{animation:none;display:none}}.fm-page--program-week{--fm-ref-shell:min(1416px, calc(100vw - 112px));background:#040b13;padding-top:0}.fm-page--program-week .fm-ref-shell{width:var(--fm-ref-shell);margin-inline:auto}.fm-program-week{color:#f4f8fb;background:radial-gradient(circle at 7% 22%,#ff2d7f14,#0000 24%),radial-gradient(circle at 91% 34%,#12c9ef12,#0000 27%),#040b13;min-height:100vh}.fm-program-week__hero{background:linear-gradient(135deg,#0c0e1df2,#04121deb);border-bottom:1px solid #71a4bf1f;position:relative;overflow:hidden}.fm-program-week__hero-inner{grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);align-items:center;gap:42px;min-height:196px;padding-top:28px;padding-bottom:28px;display:grid;position:relative}.fm-program-week__hero-copy{z-index:3;position:relative}.fm-program-week__hero-live{z-index:4;grid-template-columns:repeat(2,minmax(0,1fr));align-self:center;gap:12px;display:grid;position:relative}.fm-program-week__hero-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07141fa8;border:1px solid #699ab833;border-radius:12px;min-width:0;padding:15px 17px}.fm-program-week__hero-card span{color:#7896aa;letter-spacing:.14em;margin-bottom:6px;font-size:.55rem;font-weight:900;display:block}.fm-program-week__hero-card strong{color:#f6fbfd;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.12;display:block;overflow:hidden}.fm-program-week__hero-card small{color:#8ea6b6;margin-top:7px;font-size:.68rem;display:block}.fm-program-week__hero-card--now{background:linear-gradient(135deg,#ff2d7f1a,#07141fb8);border-color:#ff2d7f8a}.fm-program-week__hero-card--now span{color:#ff4b91}.fm-program-week__hero-card--next{border-color:#13d2ef57}.fm-program-week__hero-card--next span{color:#13d2ef}.fm-program-week__eyebrow{color:#ff2d7f;letter-spacing:.28em;font-size:.63rem;font-weight:900}.fm-program-week__hero h1{letter-spacing:-.05em;margin:8px 0 0;font-size:clamp(2.6rem,3.1vw,3.75rem);line-height:.94}.fm-program-week__hero p{color:#dbe4ea;margin:8px 0 0;font-size:1rem}.fm-program-week__claim{z-index:2;color:#648096;letter-spacing:.36em;font-size:.65rem;font-weight:750;position:relative}.fm-program-week__watermark{color:#0000;-webkit-text-stroke:1px #24bee814;font-size:10rem;font-weight:900;line-height:1;position:absolute;bottom:-60px;right:1%}.fm-program-week__body{padding-top:14px;padding-bottom:72px}.fm-program-week__nav{top:var(--fm-header-height,68px);z-index:20;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:12px 0 14px;display:grid;position:sticky}.fm-program-week__days{grid-template-columns:repeat(7,minmax(84px,1fr));gap:8px;min-width:0;display:grid}.fm-program-week__day{color:#d9e5ec;cursor:pointer;background:#0a1926b8;border:1px solid #689ab833;border-radius:10px;align-content:center;place-items:center;gap:3px;min-height:72px;transition:border-color .16s,background .16s,transform .16s;display:grid;position:relative}.fm-program-week__day:hover{border-color:#19ccef66;transform:translateY(-1px)}.fm-program-week__day strong{font-size:1rem}.fm-program-week__day span{color:#91a8b8;font-size:.72rem}.fm-program-week__day em{color:#fff;letter-spacing:.1em;background:#ff2d7f;border-radius:99px;padding:4px 9px;font-size:.5rem;font-style:normal;font-weight:900;position:absolute;bottom:-11px;left:50%;transform:translate(-50%)}.fm-program-week__day.is-active{background:linear-gradient(145deg,#ff2d7f24,#0a1c2ac7);border-color:#ff2d7f;box-shadow:inset 0 -2px #ff2d7fcc,0 0 18px #ff2d7f14}.fm-program-week__actions{gap:8px;display:flex}.fm-program-week__actions button{color:#dbe9ef;min-width:78px;font:inherit;cursor:pointer;background:#0a1926b8;border:1px solid #689ab833;border-radius:10px;font-size:.72rem;font-weight:750}.fm-program-week__actions button:hover{color:#16d1ef;border-color:#19ccef73}.fm-program-week__panel{background:linear-gradient(145deg,#07141fe6,#040e17d6);border:1px solid #669ab833;border-radius:16px;padding:26px 28px 32px;box-shadow:0 20px 55px #0000002e}.fm-program-week__panel[hidden]{display:none}.fm-program-week__panel-head{border-bottom:1px solid #689ab81f;justify-content:space-between;align-items:center;gap:16px;padding-bottom:15px;display:flex}.fm-program-week__panel-head h2{letter-spacing:-.02em;margin:0;font-size:1.18rem}.fm-program-week__panel-head span{color:#758fa1;font-size:.65rem}.fm-program-week__timeline{margin-top:12px;position:relative}.fm-program-week__timeline:before{content:"";background:linear-gradient(#76a0b873,#0fc8ec80,#76a0b847);width:2px;position:absolute;top:20px;bottom:20px;left:81px}.fm-program-week__item{grid-template-columns:64px 34px minmax(0,1fr);align-items:center;min-height:82px;display:grid;position:relative}.fm-program-week__time{color:#94a9b8;font-size:.76rem;font-weight:700}.fm-program-week__dot{z-index:2;background:#07131f;border:2px solid #7c9aae;border-radius:50%;justify-self:center;width:14px;height:14px;position:relative}.fm-program-week__card{background:#08162294;border:1px solid #669ab81f;border-radius:9px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;min-height:70px;padding:6px 12px 6px 6px;transition:border-color .16s,background .16s,transform .16s;display:grid}.fm-program-week__card:hover{background:#091b28cc;border-color:#12caee4d;transform:translate(2px)}.fm-program-week__art{color:#ffffff38;background:linear-gradient(145deg,#ff2d7f24,#11445b6b) 50%/cover;border-radius:7px;place-items:center;width:54px;height:54px;font-size:.96rem;font-style:italic;font-weight:900;display:grid;overflow:hidden}.fm-program-week__copy{min-width:0}.fm-program-week__copy strong,.fm-program-week__copy span,.fm-program-week__copy small{display:block}.fm-program-week__copy strong{color:#f5f9fc;font-size:.9rem}.fm-program-week__copy span{color:#c3d1da;margin-top:2px;font-size:.72rem}.fm-program-week__copy small{color:#7f96a7;text-overflow:ellipsis;white-space:nowrap;max-width:680px;margin-top:3px;font-size:.67rem;overflow:hidden}.fm-program-week__meta{justify-items:end;gap:7px;min-width:112px;display:grid}.fm-program-week__meta time{color:#93a9b8;font-size:.68rem;font-weight:650}.fm-program-week__badge{color:#aabcc8;letter-spacing:.08em;background:#7c9ab026;border-radius:5px;padding:4px 8px;font-size:.5rem;font-weight:900}.fm-program-week__badge--now{color:#fff;background:#ff2d7f}.fm-program-week__badge--next{color:#031018;background:#13d2ef}.fm-program-week__item.is-current .fm-program-week__dot{background:#ff2d7f;border-color:#fff;box-shadow:0 0 0 3px #ff2d7f26,0 0 16px #ff2d7f66}.fm-program-week__item.is-current .fm-program-week__time{color:#ff2d7f}.fm-program-week__item.is-current .fm-program-week__card{background:linear-gradient(90deg,#ff2d7f14,#081622b3);border-color:#ff2d7f}.fm-program-week__item.is-next .fm-program-week__dot{border-color:#13d2ef}.fm-program-week__empty{color:#7e95a5;text-align:center;padding:64px 20px}@media (width<=900px){.fm-program-week__hero-inner{grid-template-columns:1fr;gap:18px}.fm-program-week__hero-live{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-program-week__claim{display:none}.fm-program-week__nav{grid-template-columns:1fr}.fm-program-week__days{grid-template-columns:repeat(7,100px);padding-bottom:8px;overflow-x:auto}.fm-program-week__actions{justify-content:flex-end}}@media (width<=640px){.fm-program-week__hero-inner{min-height:0;padding-top:22px;padding-bottom:22px}.fm-program-week__hero-live{grid-template-columns:1fr}.fm-program-week__hero-card--next{display:none}.fm-program-week__hero h1{font-size:2.2rem}.fm-program-week__panel{border-radius:12px;padding:16px 10px 20px}.fm-program-week__panel-head{padding:0 6px 12px}.fm-program-week__panel-head span{display:none}.fm-program-week__timeline:before{left:57px}.fm-program-week__item{grid-template-columns:45px 24px minmax(0,1fr)}.fm-program-week__card{grid-template-columns:48px minmax(0,1fr);gap:9px}.fm-program-week__art{width:44px;height:44px}.fm-program-week__meta{grid-column:2;justify-items:start;gap:8px;min-width:0;margin-top:4px;display:flex}.fm-program-week__copy small{display:none}}@media (width<=1180px){.fm-page--program-week{--fm-ref-shell:min(100% - 48px, 1080px)}}@media (width<=720px){.fm-page--program-week{--fm-ref-shell:calc(100% - 28px)}}.fm-program-week__hero-inner{grid-template-columns:minmax(340px,.72fr) minmax(560px,1.28fr);gap:54px;min-height:220px;padding:34px 0 38px}.fm-program-week__hero-copy{align-self:center}.fm-program-week__hero h1{font-size:clamp(2.9rem,3.25vw,4rem)}.fm-program-week__claim{margin-top:28px;display:block}.fm-program-week__watermark-claim{color:#59b8dcb3;letter-spacing:.34em;font-size:.6rem;font-weight:800;line-height:2;position:absolute;bottom:32px;right:-52px}.fm-program-week__hero-live{gap:14px}.fm-program-week__hero-card{--hero-cover:none;align-items:stretch;min-height:92px;padding:0;display:flex;position:relative;overflow:hidden}.fm-program-week__hero-card:before{content:"";z-index:1;background:linear-gradient(90deg,#050f18fa 0%,#050f18e0 46%,#050f1814 100%);position:absolute;inset:0}.fm-program-week__hero-card-copy{z-index:3;flex:1;min-width:0;padding:16px 18px;position:relative}.fm-program-week__hero-card-copy span{color:#7896aa;letter-spacing:.15em;margin-bottom:5px;font-size:.54rem;font-weight:900;display:block}.fm-program-week__hero-card-copy strong{color:#f7fbfd;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.1;display:block;overflow:hidden}.fm-program-week__hero-card-copy small{color:#8ea6b6;margin-top:7px;font-size:.67rem;display:block}.fm-program-week__hero-card-art{z-index:0;background-image:var(--hero-cover);background-position:50%;background-size:cover;width:48%;position:absolute;top:0;bottom:0;right:0}.fm-program-week__hero-card--now .fm-program-week__hero-card-copy span{color:#ff4b91}.fm-program-week__hero-card--next .fm-program-week__hero-card-copy span{color:#13d2ef}.fm-program-week__nav{background:linear-gradient(#040b13fa 72%,#040b1300);padding:18px 0 16px}.fm-program-week__day{min-height:61px}.fm-program-week__actions .fm-program-week__today{width:54px;min-width:54px}.fm-program-week__today svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:16px}.fm-program-week__panels{margin-top:4px}.fm-program-week__panel{padding:24px 26px 28px}.fm-program-week__panel-head>span{align-items:center;gap:7px;display:flex}.fm-program-week__panel-head svg,.fm-program-week__duration svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:14px}.fm-program-week__timeline{margin-top:8px}.fm-program-week__timeline:before{width:1px;left:68px}.fm-program-week__item{grid-template-columns:50px 36px minmax(0,1fr);min-height:74px}.fm-program-week__card{grid-template-columns:76px minmax(220px,1fr) minmax(150px,.48fr) 108px 24px;gap:16px;min-height:66px;padding:6px 10px 6px 6px}.fm-program-week__art{width:76px;height:56px}.fm-program-week__title-row{align-items:center;gap:9px;min-width:0;display:flex}.fm-program-week__title-row strong{color:#f5f9fc;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.86rem;overflow:hidden}.fm-program-week__inline-time{display:none}.fm-program-week__copy>small{color:#8199aa;text-overflow:ellipsis;white-space:nowrap;max-width:650px;margin-top:5px;font-size:.64rem;display:block;overflow:hidden}.fm-program-week__progress{grid-template-columns:minmax(110px,330px) auto;align-items:center;gap:10px;margin-top:9px;display:grid}.fm-program-week__progress>span{background:#a9bbc770;border-radius:99px;height:5px;position:relative;overflow:visible}.fm-program-week__progress i{background:#ff2d7f;border-radius:99px;transition:width .4s linear;position:absolute;inset:0 auto 0 0}.fm-program-week__progress i:after{content:"";background:#ff2d7f;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:-4px;transform:translateY(-50%);box-shadow:0 0 12px #ff2d7f80}.fm-program-week__progress em{color:#dbe6ec;white-space:nowrap;font-size:.59rem;font-style:normal}.fm-program-week__host{gap:6px;min-width:0;display:grid}.fm-program-week__resident{align-items:center;gap:8px;min-width:0;display:flex}.fm-program-week__resident-photo{color:#d8e9f1;background-position:50%;background-size:cover;border:1px solid #6dbad552;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:.66rem;font-weight:900;display:grid}.fm-program-week__resident-photo--fallback{background:linear-gradient(135deg,#ff2d7f40,#12c9ef2e)}.fm-program-week__resident small,.fm-program-week__resident strong{display:block}.fm-program-week__resident small{color:#7893a5;font-size:.48rem}.fm-program-week__resident strong{color:#dce9ef;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.fm-program-week__genres{flex-wrap:wrap;gap:4px;display:flex}.fm-program-week__genres span{color:#91a8b7;white-space:nowrap;background:#6082971a;border:1px solid #669ab81f;border-radius:4px;padding:3px 6px;font-size:.45rem}.fm-program-week__meta{min-width:0}.fm-program-week__meta time{color:#d7e3e9;font-size:.64rem}.fm-program-week__duration{color:#849dad;align-items:center;gap:5px;font-size:.57rem;display:flex}.fm-program-week__menu{color:#a6bac7;background:#040f1859;border:1px solid #669ab821;border-radius:8px;place-items:center;width:22px;height:28px;font-size:1.05rem;display:grid}.fm-program-week__item.is-current{min-height:120px}.fm-program-week__item.is-current .fm-program-week__card{min-height:106px}.fm-program-week__item.is-current .fm-program-week__art{height:94px}.fm-program-week__item.is-next{min-height:98px}.fm-program-week__item.is-next .fm-program-week__dot{background:#13d2ef;box-shadow:0 0 16px #13d2ef47}.fm-program-week__item.is-next .fm-program-week__card{background:linear-gradient(90deg,#13d2ef0e,#081622b8);border-color:#13d2ef;min-height:84px}.fm-program-week__item.is-next .fm-program-week__art{height:72px}.fm-program-week__item.is-rotation:not(.is-current) .fm-program-week__card{background:#0816227a}@media (width<=1180px){.fm-program-week__hero-inner{grid-template-columns:minmax(280px,.65fr) minmax(460px,1.35fr);gap:30px}.fm-program-week__card{grid-template-columns:68px minmax(190px,1fr) minmax(120px,.45fr) 96px 22px;gap:11px}.fm-program-week__art{width:68px}}@media (width<=900px){.fm-program-week__hero-inner{grid-template-columns:1fr;gap:20px}.fm-program-week__watermark-claim{display:none}.fm-program-week__card{grid-template-columns:64px minmax(0,1fr) 90px 22px}.fm-program-week__host{display:none}}@media (width<=640px){.fm-program-week__hero-card{min-height:78px}.fm-program-week__hero-card-copy{padding:13px 15px}.fm-program-week__actions{display:none}.fm-program-week__timeline:before{left:55px}.fm-program-week__item{grid-template-columns:42px 26px minmax(0,1fr);min-height:76px}.fm-program-week__card{grid-template-columns:54px minmax(0,1fr);gap:9px;min-height:66px;padding:6px}.fm-program-week__art{width:54px;height:54px}.fm-program-week__title-row{flex-wrap:wrap;gap:5px 7px}.fm-program-week__title-row strong{flex-basis:100%;font-size:.78rem}.fm-program-week__inline-time{color:#8199aa;margin-top:3px;font-size:.56rem;display:block}.fm-program-week__copy>small,.fm-program-week__meta,.fm-program-week__menu{display:none}.fm-program-week__progress{grid-template-columns:minmax(80px,1fr);margin-top:7px}.fm-program-week__progress em{display:none}.fm-program-week__item.is-current{min-height:104px}.fm-program-week__item.is-current .fm-program-week__card{min-height:92px}.fm-program-week__item.is-current .fm-program-week__art{height:78px}.fm-program-week__item.is-next{min-height:86px}.fm-program-week__item.is-next .fm-program-week__card{min-height:74px}.fm-program-week__item.is-next .fm-program-week__art{height:62px}}.fm-page.fm-legal-page{color:#f5f7fa;background:radial-gradient(circle at 78% 4%,#00c7e814,#0000 30rem),radial-gradient(circle at 18% 24%,#ff2f7d13,#0000 27rem),linear-gradient(#061018 0%,#071018 38%,#050a10 100%);min-height:100vh;padding:0}.fm-header:has(+.fm-legal-page){border-bottom-color:#ffffff0e}.fm-legal-page .fm-shell{width:min(1416px,100vw - 112px);margin-inline:auto}.fm-legal-hero{background:linear-gradient(#050d1414,#050d1494);border-bottom:1px solid #ffffff12;align-items:center;min-height:390px;display:flex;position:relative;overflow:hidden}.fm-legal-hero:before{content:"";border:1px solid #00c7e838;border-radius:50%;width:610px;height:610px;position:absolute;top:-265px;right:-90px;box-shadow:0 0 100px #00c7e80d,inset 0 0 100px #ff2f7d09}.fm-legal-hero:after{content:attr(data-word);color:#ffffff06;letter-spacing:-.07em;pointer-events:none;font-size:clamp(7rem,12vw,13rem);font-weight:900;line-height:.8;position:absolute;bottom:-34px;right:6.5%}.fm-legal-hero__inner{z-index:2;padding:74px 0 70px;position:relative}.fm-legal-kicker{color:#16c6e8;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:20px;font-size:.7rem;font-weight:900;display:inline-flex}.fm-legal-kicker:before{content:"";background:#16c6e8;border-radius:50%;width:7px;height:7px;box-shadow:0 0 14px #16c6e8bf}.fm-legal-hero h1{letter-spacing:-.065em;max-width:900px;margin:0;font-size:clamp(4.1rem,7vw,7rem);font-weight:900;line-height:.83}.fm-legal-hero h1:after{content:".";color:#ff2f7d}.fm-legal-hero p{color:#c2ced7;max-width:730px;margin:27px 0 0;font-size:1rem;line-height:1.65}.fm-legal-meta{color:#909eaa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a19249e;border:1px solid #ffffff1f;border-radius:999px;align-items:center;min-height:34px;margin-top:24px;padding:0 13px;font-size:.69rem;font-weight:750;display:inline-flex}.fm-legal-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:34px;padding-top:38px;padding-bottom:100px;display:grid}.fm-legal-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#0d1d2aeb,#07121bf0);border:1px solid #ffffff1c;border-radius:14px;flex-direction:column;gap:3px;padding:16px;display:flex;position:sticky;top:92px;box-shadow:0 22px 55px #0003,inset 0 1px #ffffff06}.fm-legal-nav strong{color:#f1f5f8;letter-spacing:.09em;text-transform:uppercase;margin:3px 8px 12px;font-size:.67rem;font-weight:900}.fm-legal-nav a{color:#8f9daa;border-radius:8px;align-items:center;min-height:39px;padding:0 11px 0 14px;font-size:.75rem;font-weight:680;text-decoration:none;transition:all .18s;display:flex;position:relative}.fm-legal-nav a:before{content:"";background:#ff2f7d;border-radius:3px;width:3px;height:0;transition:all .18s;position:absolute;left:4px}.fm-legal-nav a:hover{color:#fff;background:#ffffff0b;transform:translate(2px)}.fm-legal-nav a:hover:before{height:17px}.fm-legal-content{gap:14px;min-width:0;display:grid}.fm-legal-card{background:linear-gradient(145deg,#0d1d2ae0,#08131ced);border:1px solid #ffffff18;border-radius:14px;padding:32px 34px 31px;scroll-margin-top:105px;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000029,inset 0 1px #ffffff05}.fm-legal-card:after{content:"";background:linear-gradient(90deg,#0000,#16c6e87a);width:160px;height:1px;position:absolute;top:0;right:0}.fm-legal-card--accent{background:linear-gradient(145deg,#230f24c7,#0a141ef2);border-color:#ff2f7d4d;box-shadow:0 20px 52px #ff2f7d12,inset 0 1px #ffffff05}.fm-legal-card--accent:after{background:linear-gradient(90deg,#0000,#ff2f7d);width:230px}.fm-legal-number{color:#ff4d8e;letter-spacing:.08em;background:#ff2f7d13;border:1px solid #ff2f7d3d;border-radius:999px;justify-content:center;align-items:center;width:34px;height:27px;margin-bottom:15px;font-size:.64rem;font-weight:900;display:inline-flex}.fm-legal-card h2{color:#f7f9fb;letter-spacing:-.035em;margin:0 0 17px;font-size:clamp(1.35rem,1.8vw,1.7rem);font-weight:850;line-height:1.05}.fm-legal-card p{color:#aebbc5;max-width:930px;margin:0 0 14px;font-size:.88rem;line-height:1.72}.fm-legal-card p:last-child{margin-bottom:0}.fm-legal-card strong{color:#eef3f7;font-weight:800}.fm-legal-card a{color:#35cde9;text-underline-offset:3px;font-weight:750;text-decoration:none}.fm-legal-card a:hover{color:#fff;text-decoration:underline}.fm-legal-url{word-break:break-word;background:#ff2f7d0e;border:1px solid #ff2f7d24;border-radius:10px;padding:15px 17px;color:#bdc8d0!important;margin-top:21px!important}.fm-legal-url span{color:#ff5a96;margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.79rem;display:inline-block}@media (width<=1240px){.fm-legal-page .fm-shell{width:min(100% - 48px,1120px)}.fm-legal-layout{grid-template-columns:235px minmax(0,1fr);gap:25px}}@media (width<=900px){.fm-legal-page .fm-shell{width:calc(100% - 36px)}.fm-legal-hero{min-height:330px}.fm-legal-hero__inner{padding:58px 0 55px}.fm-legal-layout{grid-template-columns:1fr;padding-top:24px;padding-bottom:72px}.fm-legal-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid;position:static}.fm-legal-nav strong{grid-column:1/-1}}@media (width<=600px){.fm-legal-page .fm-shell{width:calc(100% - 28px)}.fm-legal-hero{min-height:300px}.fm-legal-hero:before{width:420px;height:420px;top:-160px;right:-220px}.fm-legal-hero:after{font-size:5.8rem;bottom:-8px;right:-10px}.fm-legal-hero__inner{padding:45px 0 42px}.fm-legal-hero h1{font-size:clamp(3.5rem,17vw,5rem)}.fm-legal-hero p{font-size:.88rem;line-height:1.55}.fm-legal-layout{padding-top:17px;padding-bottom:58px}.fm-legal-nav{display:none}.fm-legal-content{gap:10px}.fm-legal-card{border-radius:11px;padding:24px 21px}.fm-legal-card h2{font-size:1.28rem}.fm-legal-card p{font-size:.84rem;line-height:1.67}}.fm-page.fm-contact-page{color:#f5f7fa;background:radial-gradient(circle at 78% 7%,#16c6e814,#0000 29rem),radial-gradient(circle at 16% 40%,#ff2f7d13,#0000 28rem),#061018;min-height:100vh;padding:0}.fm-contact-page .fm-shell{width:min(1416px,100vw - 112px);margin-inline:auto}.fm-contact-hero{background:linear-gradient(120deg,#040c13fa,#071622d6);border-bottom:1px solid #ffffff12;min-height:430px;position:relative;overflow:hidden}.fm-contact-hero:after{content:"CONTACT";color:#ffffff06;letter-spacing:-.08em;font-size:clamp(7rem,13vw,14rem);font-weight:950;line-height:.8;position:absolute;bottom:-30px;right:4%}.fm-contact-hero__inner{z-index:1;grid-template-columns:minmax(0,1fr) 350px;align-items:end;gap:70px;padding:92px 0 72px;display:grid;position:relative}.fm-contact-kicker,.fm-contact-section-no{color:#20cbe9;letter-spacing:.13em;font-size:.7rem;font-weight:900;display:block}.fm-contact-hero h1{letter-spacing:-.065em;margin:18px 0 24px;font-size:clamp(4rem,7vw,7.2rem);font-weight:950;line-height:.82}.fm-contact-hero h1 em{color:#ff2f7d;font-style:normal}.fm-contact-hero p{color:#b9c7d2;max-width:650px;margin:0;font-size:1rem;line-height:1.7}.fm-contact-hero__facts{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#07131dad;border:1px solid #ffffff1c;border-radius:14px;gap:1px;display:grid;overflow:hidden}.fm-contact-hero__facts div{border-bottom:1px solid #ffffff14;padding:20px 22px}.fm-contact-hero__facts div:last-child{border-bottom:0}.fm-contact-hero__facts span,.fm-contact-direct small{color:#708595;letter-spacing:.11em;font-size:.62rem;font-weight:900;display:block}.fm-contact-hero__facts strong{margin-top:6px;font-size:.82rem;display:block}.fm-contact-grid{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:76px;padding-top:56px;padding-bottom:105px;display:grid}.fm-contact-info{align-self:start;position:sticky;top:92px}.fm-contact-info h2,.fm-contact-form-head h2{letter-spacing:-.05em;margin:12px 0 15px;font-size:clamp(2rem,3vw,3.3rem);line-height:.95}.fm-contact-info>p,.fm-contact-form-head p{color:#98a8b5;font-size:.88rem;line-height:1.7}.fm-contact-direct{border-top:1px solid #ffffff1a;margin-top:30px;display:grid}.fm-contact-direct>a,.fm-contact-direct>div{color:#fff;border-bottom:1px solid #ffffff1a;padding:17px 0;text-decoration:none;display:block}.fm-contact-direct strong{margin-top:4px;font-size:.86rem;display:block}.fm-contact-direct a:hover strong{color:#20cbe9}.fm-contact-form-wrap{min-width:0}.fm-contact-form-head{border-bottom:1px solid #ffffff1a;padding-bottom:25px}.fm-contact-form{gap:28px;padding-top:28px;display:grid}.fm-contact-form fieldset{border:0;border-bottom:1px solid #ffffff17;gap:17px;margin:0;padding:0 0 28px;display:grid}.fm-contact-form legend{color:#edf3f7;align-items:center;gap:10px;margin-bottom:18px;font-size:.82rem;font-weight:850;display:flex}.fm-contact-form legend span{color:#ff4f91;border:1px solid #ff2f7d4d;border-radius:999px;place-items:center;width:29px;height:24px;font-size:.6rem;display:grid}.fm-contact-fields{gap:15px;display:grid}.fm-contact-fields--2{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-contact-form label{color:#cbd5dc;gap:7px;font-size:.73rem;font-weight:760;display:grid}.fm-contact-form input,.fm-contact-form select,.fm-contact-form textarea{color:#f5f7fa;width:100%;font:inherit;background:#0a1823;border:1px solid #ffffff24;border-radius:9px;outline:0;transition:all .16s}.fm-contact-form input,.fm-contact-form select{min-height:50px;padding:0 14px}.fm-contact-form textarea{resize:vertical;min-height:180px;padding:13px 14px;line-height:1.6}.fm-contact-form input:focus,.fm-contact-form select:focus,.fm-contact-form textarea:focus{border-color:#20cbe9;box-shadow:0 0 0 3px #20cbe917}.fm-contact-form option{background:#091722}.fm-contact-form small{color:#70818f;font-size:.64rem;font-weight:500}.fm-contact-consent{align-items:start;line-height:1.55;color:#91a1ae!important;grid-template-columns:19px 1fr!important;gap:11px!important;font-size:.7rem!important}.fm-contact-consent input{accent-color:#ff2f7d;width:18px;height:18px;min-height:0;margin:1px 0 0}.fm-contact-consent a{color:#20cbe9}.fm-contact-submit{color:#fff;width:min(100%,310px);min-height:52px;font:inherit;cursor:pointer;background:#ff2f7d;border:0;border-radius:999px;justify-content:space-between;align-items:center;padding:0 18px;font-size:.75rem;font-weight:900;display:flex;box-shadow:0 12px 28px #ff2f7d2e}.fm-contact-submit:hover{background:#ff4389;transform:translateY(-1px)}.fm-contact-submit b{font-size:1.2rem}.fm-contact-error{color:#ffb7bf;background:#78121f29;border:1px solid #ff5e6e4d;border-radius:9px;gap:4px;margin-top:20px;padding:14px 16px;font-size:.75rem;display:grid}.fm-contact-hp{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.fm-contact-success{color:#fff;z-index:9999;background:#0a1823;border:1px solid #ffffff21;border-radius:18px;width:min(440px,100% - 32px);margin:auto;padding:0;position:fixed;inset:0;box-shadow:0 30px 100px #0000008c}.fm-contact-success::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6}.fm-contact-success form{text-align:center;padding:32px}.fm-contact-success__mark{color:#20cbe9;background:#20cbe91f;border-radius:50%;place-items:center;width:50px;height:50px;margin:0 auto 18px;font-size:1.35rem;display:grid}.fm-contact-success h2{margin:0;font-size:1.5rem}.fm-contact-success p{color:#9eafbb;margin:12px 0 22px;font-size:.82rem;line-height:1.6}.fm-contact-success button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#ff2f7d;border:0;border-radius:999px;padding:0 20px;font-weight:850}@media (width<=1000px){.fm-contact-page .fm-shell{width:min(100% - 48px,1080px)}.fm-contact-hero__inner{grid-template-columns:1fr;gap:34px}.fm-contact-hero__facts{max-width:520px}.fm-contact-grid{grid-template-columns:1fr;gap:40px}.fm-contact-info{position:static}}@media (width<=600px){.fm-contact-page .fm-shell{width:calc(100% - 28px)}.fm-contact-hero{min-height:auto}.fm-contact-hero__inner{padding:55px 0 45px}.fm-contact-hero h1{font-size:clamp(3.4rem,16vw,5rem)}.fm-contact-hero:after{font-size:5.6rem;bottom:-6px;right:-14px}.fm-contact-grid{padding-top:35px;padding-bottom:65px}.fm-contact-fields--2{grid-template-columns:1fr}.fm-contact-form{gap:22px}.fm-contact-submit{width:100%}}.fm-shop-page{color:#f4f7fb;background:#080b10;min-height:70vh}.shop-wrap{width:min(1320px,100% - 48px);margin:0 auto}.shop-hero{background:radial-gradient(circle at 78% 38%,#ff2d9633,#0000 28%),radial-gradient(circle at 62% 70%,#5c35ff1f,#0000 34%),linear-gradient(#0b0f15,#080b10);padding:44px 0 38px;position:relative;overflow:hidden}.shop-hero:after{content:"";background:linear-gradient(90deg,#0000,#ff2d9673,#0000);height:1px;position:absolute;inset:auto 0 0}.shop-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:50px;min-height:360px;display:grid}.shop-hero-copy{z-index:2;position:relative}.shop-kicker,.shop-section-head span{letter-spacing:.18em;color:#ff2d96;font-size:.7rem;font-weight:800}.shop-hero h1{letter-spacing:-.045em;max-width:780px;margin:14px 0 18px;font-size:clamp(3.2rem,5.7vw,6.3rem);line-height:.88}.shop-hero h1 em{color:#ff2d96;font-style:normal;display:block}.shop-hero p{color:#9da8b8;max-width:640px;margin:0;font-size:1rem;line-height:1.55}.shop-hero-actions{align-items:center;gap:22px;margin-top:24px;display:flex}.shop-hero-primary,.shop-cart-link,.shop-back{color:#fff;text-decoration:none}.shop-hero-primary{align-items:center;gap:10px;font-weight:800;display:inline-flex}.shop-hero-primary span{color:#ff2d96}.shop-cart-link{color:#b7c0ce;align-items:center;gap:8px;display:inline-flex}.shop-cart-link b,.shop-section-meta b{color:#fff;background:#ff2d96;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:.72rem;display:inline-grid}.shop-hero-product{min-height:340px;color:inherit;place-items:center;text-decoration:none;display:grid;position:relative}.shop-hero-orbit{border:1px solid #ff2d9647;border-radius:50%;width:290px;height:290px;position:absolute;box-shadow:0 0 80px #ff2d9614,inset 0 0 60px #ff2d960d}.shop-hero-orbit:before,.shop-hero-orbit:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute}.shop-hero-orbit:before{inset:24px}.shop-hero-orbit:after{inset:58px}.shop-hero-product-image{z-index:1;filter:drop-shadow(0 24px 34px #0000006b);place-items:center;width:min(330px,78%);height:300px;display:grid;position:relative}.shop-hero-product-image img{object-fit:contain;width:100%;height:100%}.shop-hero-product-meta{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0f15c7;border:1px solid #ffffff1f;border-radius:14px;gap:3px;min-width:220px;padding:13px 15px;display:grid;position:absolute;bottom:8px;right:8px}.shop-hero-product-meta span{letter-spacing:.14em;color:#ff2d96;font-size:.62rem;font-weight:800}.shop-hero-product-meta strong{font-size:.92rem}.shop-hero-product-meta em{color:#aab4c2;font-size:.82rem;font-style:normal}.shop-catalog{padding:38px 0 82px}.shop-section-head{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}.shop-section-head h2{margin:5px 0 0;font-size:1.72rem}.shop-section-meta{color:#c6cfdb;align-items:center;gap:18px;display:flex}.shop-section-meta>strong{font-size:.82rem}.shop-section-meta a{color:#c6cfdb;align-items:center;gap:8px;font-size:.82rem;text-decoration:none;display:inline-flex}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.shop-card{color:inherit;background:#0f151f;border:1px solid #1d2735;border-radius:16px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.shop-card:hover{border-color:#38485e;transform:translateY(-4px);box-shadow:0 18px 38px #00000038}.shop-card-image{aspect-ratio:1;background:radial-gradient(circle at 18% 82%,#ff2d963d,#0000 34%),radial-gradient(circle at 84% 78%,#25d9ff33,#0000 34%),linear-gradient(145deg,#10131b 0%,#090d14 58%,#111827 100%);place-items:center;display:grid;position:relative;overflow:hidden}.shop-card-image img,.shop-main-image img,.shop-cart-thumb img{object-fit:contain;width:100%;height:100%;transition:transform .24s}.shop-card:hover .shop-card-image img{transform:scale(1.025)}.shop-card-arrow{color:#fff;opacity:0;background:#080b10c7;border-radius:999px;place-items:center;width:32px;height:32px;font-size:.85rem;transition:all .18s;display:grid;position:absolute;top:12px;right:12px;transform:translateY(4px)}.shop-card:hover .shop-card-arrow{opacity:1;transform:none}.shop-card-body{justify-content:space-between;align-items:flex-start;gap:12px;min-height:84px;padding:14px 15px 15px;display:flex}.shop-card-copy{min-width:0}.shop-card-body h3{margin:0 0 5px;font-size:.98rem;line-height:1.22}.shop-card-body p{color:#7f8b9d;margin:0;font-size:.76rem;line-height:1.35}.shop-card-body>strong{white-space:nowrap;font-size:.9rem}.shop-product{grid-template-columns:minmax(0,620px) minmax(0,1fr);align-items:start;gap:72px;max-width:1180px;padding:58px 0 90px;display:grid}.shop-main-image{aspect-ratio:1;background:radial-gradient(circle at 18% 82%,#ff2d9642,#0000 36%),radial-gradient(circle at 84% 78%,#00d6ff38,#0000 34%),linear-gradient(145deg,#11131d 0%,#090d14 58%,#101727 100%);border-radius:22px;max-width:620px;overflow:hidden}.shop-product-info{min-width:0;padding-top:8px}.shop-product-info h1{overflow-wrap:anywhere;margin:14px 0;font-size:clamp(2.2rem,3.6vw,4rem);line-height:.98}.shop-price{margin:20px 0;font-size:1.5rem;font-weight:800}.shop-description{color:#aeb7c6;line-height:1.65}.shop-product-info label{margin:26px 0 8px;font-weight:700;display:block}.shop-product-info select,.shop-product-info input,.shop-fields input,.shop-fields select{color:#fff;background:#121925;border:1px solid #2a3545;border-radius:12px;width:100%;padding:14px}.shop-buy{grid-template-columns:90px 1fr;gap:10px;margin-top:12px;display:grid}.shop-buy button,.shop-primary{color:#fff;background:#ff2d96;border:0;border-radius:12px;justify-content:center;align-items:center;padding:15px 20px;font-weight:800;text-decoration:none;display:inline-flex}.shop-facts{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.shop-facts span{color:#9aa5b5;border:1px solid #263142;border-radius:999px;padding:8px 11px;font-size:.78rem}.shop-cart,.shop-checkout,.shop-received{padding:60px 0 90px}.shop-cart h1,.shop-checkout h1,.shop-received h1{margin:10px 0 28px;font-size:clamp(2.4rem,5vw,4.4rem)}.shop-cart-line{border-bottom:1px solid #202938;grid-template-columns:90px 1fr auto 40px;align-items:center;gap:18px;padding:16px 0;display:grid}.shop-cart-thumb{background:linear-gradient(145deg,#11131d,#0b1018);border-radius:12px;width:90px;height:90px;overflow:hidden}.shop-cart-grow h3{margin:0 0 4px}.shop-cart-grow p,.shop-cart-grow small{color:#929dad}.shop-remove{color:#fff;background:0 0;border:0;font-size:1.7rem}.shop-cart-total{justify-content:space-between;padding:25px 0;font-size:1.3rem;display:flex}.shop-empty,.shop-flash,.shop-error,.shop-payment-note{background:#121925;border:1px solid #263142;border-radius:12px;padding:18px}.shop-checkout-grid{grid-template-columns:1fr 380px;gap:36px;display:grid}.shop-checkout-form,.shop-summary{background:#0f151f;border:1px solid #202b3a;border-radius:18px;padding:24px}.shop-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.shop-fields label{color:#b7c0cc;font-size:.85rem}.shop-fields label.wide{grid-column:1/-1}.shop-fields input,.shop-fields select{margin-top:7px}.shop-payment-note{margin:20px 0}.shop-payment-note p{color:#9ba6b5;margin:7px 0 0}.shop-summary>div{justify-content:space-between;gap:15px;padding:10px 0;display:flex}.shop-summary hr{border:0;border-top:1px solid #2a3441}.shop-summary .total{font-size:1.1rem}.shop-received{max-width:780px}.shop-received p{color:#aab4c2;font-size:1.08rem}.shop-received .shop-primary{margin-top:20px}@media (width<=1100px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-hero-grid{grid-template-columns:1fr 420px}.shop-wrap{width:min(1180px,100% - 36px)}}@media (width<=900px){.shop-hero{padding:36px 0 28px}.shop-hero-grid{grid-template-columns:1fr;gap:10px}.shop-hero-product{min-height:260px}.shop-hero-product-image{height:240px}.shop-hero-product-meta{right:12%}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-product,.shop-checkout-grid{grid-template-columns:1fr}.shop-summary{order:-1}}@media (width<=600px){.shop-wrap{width:min(100% - 24px,1180px)}.shop-hero h1{font-size:clamp(3rem,16vw,4.6rem)}.shop-hero-actions,.shop-section-head,.shop-section-meta{align-items:flex-start}.shop-hero-actions,.shop-section-meta{flex-wrap:wrap}.shop-hero-product{min-height:220px}.shop-hero-orbit{width:210px;height:210px}.shop-hero-product-image{height:210px}.shop-hero-product-meta{min-width:185px;bottom:0;right:0}.shop-catalog{padding-top:28px}.shop-section-head{gap:16px}.shop-grid{grid-template-columns:1fr}.shop-card-body{min-height:auto}.shop-cart-line{grid-template-columns:70px 1fr auto}.shop-cart-thumb{width:70px;height:70px}.shop-cart-line>form{grid-column:3}.shop-fields{grid-template-columns:1fr}.shop-fields label.wide{grid-column:auto}}.shop-card-image,.shop-main-image{position:relative}.shop-card-image:before,.shop-main-image:before{content:"";background:#ff2d96;border-radius:999px;width:3px;height:58%;position:absolute;top:18%;left:7%;box-shadow:0 0 9px #ff2d96,0 0 24px #ff2d96cc}.shop-card-image:after,.shop-main-image:after{content:"";background:#25d9ff;border-radius:999px;width:3px;height:50%;position:absolute;top:28%;right:8%;box-shadow:0 0 9px #25d9ff,0 0 24px #25d9ffb3}.shop-card-image img,.shop-main-image img{z-index:2;object-fit:contain;filter:drop-shadow(0 20px 24px #00000061);width:92%;height:92%;position:relative}.shop-card-arrow{z-index:3}.fm-shop-page{overflow-x:hidden}.shop-product-info,.shop-description{max-width:100%}.shop-description img,.shop-description iframe,.shop-description table{max-width:100%;height:auto}.shop-description{overflow-wrap:anywhere}.shop-gallery{min-width:0}.shop-back{margin-bottom:10px;display:inline-block}@media (width<=1100px){.shop-product{grid-template-columns:minmax(0,540px) minmax(0,1fr);gap:44px;max-width:100%}.shop-main-image{max-width:540px}}@media (width<=900px){.shop-product{grid-template-columns:1fr;gap:30px}.shop-main-image{max-width:none}.shop-product-info{padding-top:0}}.shop-product-shell{padding-top:34px;padding-bottom:86px}.shop-product-breadcrumbs{color:#758195;align-items:center;gap:9px;margin:0 0 20px;font-size:.78rem;display:flex}.shop-product-breadcrumbs a{color:#aab5c5;text-decoration:none}.shop-product-layout{grid-template-columns:86px minmax(0,1.18fr) minmax(360px,.82fr);align-items:start;gap:18px;display:grid}.shop-product-thumbs{gap:10px;display:grid}.shop-thumb{aspect-ratio:1;cursor:pointer;background:#101621;border:1px solid #283446;border-radius:12px;padding:5px;overflow:hidden}.shop-thumb.is-active{border-color:#ff2d96;box-shadow:0 0 0 1px #ff2d9638}.shop-thumb img{object-fit:contain;width:100%;height:100%}.shop-product-stage{background:radial-gradient(circle at 20% 80%,#ff2d962e,#0000 35%),radial-gradient(circle at 83% 78%,#25d9ff29,#0000 34%),linear-gradient(145deg,#10131b,#090d14 58%,#111827);border:1px solid #1d2735;border-radius:20px;place-items:center;min-height:620px;display:grid;position:relative;overflow:hidden}.shop-product-stage>img{object-fit:contain;filter:drop-shadow(0 28px 34px #0006);width:88%;height:88%}.shop-stage-nav{color:#fff;cursor:pointer;background:#0a0e14bf;border:1px solid #ffffff1f;border-radius:50%;width:42px;height:42px;font-size:1.8rem;position:absolute;top:50%;transform:translateY(-50%)}.shop-stage-nav.is-prev{left:16px}.shop-stage-nav.is-next{right:16px}.shop-stage-dots{gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.shop-stage-dots i{background:#556171;border-radius:50%;width:8px;height:8px}.shop-stage-dots i.is-active{background:#ff2d96}.shop-buy-panel{background:linear-gradient(#101720,#0c1118);border:1px solid #202b3a;border-radius:20px;padding:26px;position:sticky;top:92px}.shop-buy-panel .shop-back{color:#aeb9c8;margin-bottom:12px;display:inline-block}.shop-buy-panel h1{letter-spacing:-.035em;margin:10px 0 18px;font-size:clamp(2rem,3.4vw,3.8rem);line-height:.96}.shop-buy-price{letter-spacing:-.02em;font-size:2rem;font-weight:900}.shop-tax-note{color:#8d98a9;margin:4px 0 18px;font-size:.8rem}.shop-stock{color:#b9c3d1;border-bottom:1px solid #263142;align-items:center;gap:8px;padding:14px 0 18px;font-size:.88rem;display:flex}.shop-stock i{background:#27d17f;border-radius:50%;width:9px;height:9px;box-shadow:0 0 12px #27d17f80}.shop-option-group{margin-top:20px}.shop-option-group>strong{margin-bottom:9px;font-size:.84rem;display:block}.shop-option-buttons{flex-wrap:wrap;gap:8px;display:flex}.shop-option{color:#dce3ec;cursor:pointer;background:#121925;border:1px solid #344155;border-radius:9px;min-width:48px;padding:10px 13px}.shop-option:hover:not(:disabled){border-color:#778398}.shop-option.is-active{color:#fff;background:#19131d;border-color:#ff2d96;box-shadow:0 0 0 1px #ff2d9629}.shop-option:disabled{opacity:.25;cursor:not-allowed}.shop-buy-row{grid-template-columns:116px 1fr;gap:10px;margin-top:22px;display:grid}.shop-qty{border:1px solid #344155;border-radius:10px;grid-template-columns:34px 1fr 34px;display:grid;overflow:hidden}.shop-qty button{color:#fff;cursor:pointer;background:#121925;border:0;font-size:1.15rem}.shop-qty input{text-align:center;appearance:textfield;width:100%;min-width:0;background:#0f151f!important;border:0!important;border-radius:0!important;padding:10px 2px!important}.shop-add-cart{color:#fff;cursor:pointer;background:linear-gradient(90deg,#e82385,#ff2d96);border:0;border-radius:10px;padding:13px 18px;font-size:.92rem;font-weight:850;box-shadow:0 12px 30px #ff2d962e}.shop-product-number{color:#818d9f;border-top:1px solid #263142;margin-top:18px;padding-top:18px;font-size:.76rem}.shop-product-number strong{color:#b9c3d1}.shop-buy-facts{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.shop-buy-facts span{color:#909bad;border:1px solid #293548;border-radius:999px;padding:7px 9px;font-size:.69rem}.shop-product-details{border-top:1px solid #202a38;margin-top:40px;padding-top:0}.shop-detail-tabs{gap:22px;display:flex}.shop-detail-tabs button{color:#8e99aa;background:0 0;border:0;border-bottom:2px solid #0000;padding:16px 3px 13px;font-weight:750}.shop-detail-tabs button.is-active{color:#fff;border-color:#ff2d96}.shop-detail-content{grid-template-columns:minmax(0,1fr) 310px;gap:48px;padding-top:28px;display:grid}.shop-detail-content h2{margin:8px 0 18px;font-size:clamp(1.8rem,3vw,2.6rem)}.shop-detail-content .shop-description{max-width:900px}.shop-detail-benefits{background:#0f151f;border:1px solid #202b3a;border-radius:16px;align-self:start;gap:12px;padding:20px;display:grid}.shop-detail-benefits>div{align-items:flex-start;gap:12px;display:flex}.shop-detail-benefits b{color:#ff2d96;font-size:1.4rem;line-height:1}.shop-detail-benefits span{gap:2px;display:grid}.shop-detail-benefits strong{font-size:.82rem}.shop-detail-benefits small{color:#7f8a9b;line-height:1.35}@media (width<=1050px){.shop-product-layout{grid-template-columns:72px 1fr}.shop-buy-panel{grid-column:1/-1;position:static}.shop-product-stage{min-height:540px}.shop-detail-content{grid-template-columns:1fr}}@media (width<=700px){.shop-product-shell{padding-top:18px}.shop-product-layout{grid-template-columns:1fr}.shop-product-thumbs{grid-row:2;display:flex;overflow-x:auto}.shop-thumb{width:72px;min-width:72px}.shop-product-stage{grid-row:1;min-height:420px}.shop-buy-panel{grid-row:3;padding:20px}.shop-buy-panel h1{font-size:2.4rem}.shop-buy-row{grid-template-columns:100px 1fr}.shop-detail-content{gap:24px}.shop-detail-benefits{padding:16px}}.shop-buy-row{grid-template-columns:132px minmax(0,1fr);align-items:stretch;gap:12px}.shop-qty{background:#0f151f;border:1px solid #344155;border-radius:10px;grid-template-columns:42px 48px 42px;align-items:stretch;height:48px;display:grid;overflow:hidden}.shop-qty button{color:#fff;cursor:pointer;background:#121925;border:0;place-items:center;width:42px;height:46px;padding:0;font-size:1.18rem;line-height:1;transition:background .15s,color .15s;display:grid}.shop-qty button:hover{color:#ff2d96;background:#182131}.shop-qty input{font:inherit;font-weight:800;line-height:46px;color:#fff!important;text-align:center!important;appearance:textfield!important;background:#0f151f!important;border:0!important;border-left:1px solid #283446!important;border-right:1px solid #283446!important;border-radius:0!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:46px!important;margin:0!important;padding:0!important}.shop-qty input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.shop-qty input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.shop-add-cart{height:48px;min-height:48px}@media (width<=700px){.shop-buy-row{grid-template-columns:132px minmax(0,1fr)}}.shop-cart-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#02050ab8;transition:opacity .22s;position:fixed;inset:0}.shop-cart-overlay.is-open{opacity:1}.shop-cart-drawer{z-index:1101;background:#0c1118;border-left:1px solid #202b3a;width:min(460px,94vw);height:100dvh;transition:transform .24s;position:fixed;top:0;right:0;overflow:auto;transform:translate(100%);box-shadow:-24px 0 70px #00000073}.shop-cart-drawer.is-open{transform:none}.shop-cart-open{overflow:hidden}.shop-drawer-head{z-index:2;background:#101720;border-bottom:1px solid #202b3a;grid-template-columns:1fr auto;gap:4px 14px;padding:18px 20px;display:grid;position:sticky;top:0}.shop-drawer-head button{color:#aeb9c8;cursor:pointer;background:0 0;border:0;grid-column:1/-1;justify-self:start;padding:0 0 8px}.shop-drawer-head span{color:#9ca7b7;font-size:.82rem}.shop-drawer-body{padding:8px 20px}.shop-drawer-line{border-bottom:1px solid #202b3a;grid-template-columns:72px 1fr 30px;align-items:start;gap:12px;padding:18px 0;display:grid}.shop-drawer-img{background:linear-gradient(145deg,#111827,#0a0f16);border-radius:10px;width:72px;height:88px;overflow:hidden}.shop-drawer-img img{object-fit:contain;width:100%;height:100%}.shop-drawer-copy h3{margin:0 0 5px;font-size:.95rem}.shop-drawer-copy p{color:#c1cad6;margin:0 0 5px;font-size:.78rem}.shop-drawer-copy small{color:#7f8a9b;font-size:.69rem}.shop-drawer-remove{color:#fff;cursor:pointer;background:#111822;border:1px solid #344155;border-radius:7px;width:30px;height:30px}.shop-drawer-qty{border:1px solid #344155;border-radius:8px;grid-column:2;grid-template-columns:32px 36px 32px;width:max-content;height:34px;display:grid;overflow:hidden}.shop-drawer-qty button{color:#fff;cursor:pointer;background:#121925;border:0}.shop-drawer-qty span{background:#0f151f;place-items:center;font-size:.84rem;display:grid}.shop-drawer-line-total{white-space:nowrap;grid-column:3;align-self:center;font-size:.88rem}.shop-drawer-footer{background:#0d131b;border-top:1px solid #2b3646;padding:18px 20px 22px;position:sticky;bottom:0}.shop-drawer-footer>div{justify-content:space-between;font-size:1rem;display:flex}.shop-drawer-footer p{color:#7f8b9c;margin:8px 0 16px;font-size:.76rem}.shop-drawer-checkout{color:#fff;background:linear-gradient(90deg,#e82385,#ff2d96);border-radius:9px;justify-content:center;padding:13px;font-weight:850;text-decoration:none;display:flex}.shop-drawer-view{color:#aab4c2;justify-content:center;margin-top:12px;font-size:.82rem;text-decoration:none;display:flex}.shop-drawer-empty{color:#9aa5b5;text-align:center;padding:36px 0}.shop-checkout-head{max-width:760px;margin-bottom:26px}.shop-checkout-head h1{margin:8px 0 12px;font-size:clamp(2.5rem,4.8vw,4.8rem);line-height:.95}.shop-checkout-head p{color:#8f9bac;margin:0}.shop-checkout-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:42px;display:grid}.shop-checkout-form-v2{background:0 0;border:0;padding:0}.shop-checkout-section{border-bottom:1px solid #202a38;margin:0 0 28px;padding:0 0 28px}.shop-checkout-section h2{color:#f0f4fa;margin:0 0 18px;font-size:1rem}.checkout-fields{gap:16px}.checkout-fields label{color:#aab4c3;font-size:.8rem}.checkout-fields label b{color:#ff2d96}.checkout-fields input,.checkout-fields select{color:#fff;background:#0f151f;border:1px solid #2c3748;border-radius:9px;outline:none;height:48px;margin-top:7px;padding:0 13px;transition:border-color .18s,box-shadow .18s}.checkout-fields input:focus,.checkout-fields select:focus{border-color:#ff2d96;box-shadow:0 0 0 3px #ff2d9614}.checkout-address-grid{grid-template-columns:1.5fr .65fr .85fr}.checkout-address-grid .street-field{grid-column:auto}.checkout-address-grid .wide{grid-column:1/-1}.shop-check{color:#b4becc;align-items:center;gap:10px;font-size:.86rem;display:flex}.shop-check input{accent-color:#ff2d96;width:17px;height:17px}.shop-checkout-submit{border-bottom:0}.shop-checkout-next{width:100%;min-height:50px}.shop-checkout-side{gap:18px;display:grid;position:sticky;top:90px}.shop-summary-v2{background:#0e141d;border-radius:16px;padding:22px}.shop-summary-v2 h2{margin:0 0 16px;font-size:1.35rem}.shop-summary-v2>div,.shop-summary-v2>div strong{font-size:.86rem}.shop-summary-v2 .total{font-size:1rem}.shop-summary-v2 small{color:#788496;margin-top:9px;display:block}.shop-checkout-cart-summary{background:#0e141d;border:1px solid #202b3a;border-radius:16px;padding:22px}.shop-checkout-cart-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.shop-checkout-cart-head h2{margin:0;font-size:1.35rem}.shop-checkout-cart-head span{color:#8f9aac;font-size:.78rem}.shop-checkout-line{border-top:1px solid #202a38;grid-template-columns:72px 1fr;gap:14px;padding:16px 0;display:grid}.shop-checkout-line:first-of-type{border-top:0}.shop-checkout-line-image{background:#121925;border-radius:10px;place-items:center;width:72px;height:84px;display:grid;overflow:hidden}.shop-checkout-line-image img{object-fit:contain;width:100%;height:100%}.shop-checkout-line-copy{gap:4px;min-width:0;display:grid}.shop-checkout-line-copy>strong{font-size:.86rem}.shop-checkout-line-copy>span{color:#a0aaba;font-size:.75rem}.shop-checkout-line-copy>small{color:#748094;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.shop-checkout-line-meta{justify-content:space-between;gap:10px;margin-top:6px;font-size:.76rem;display:flex}.shop-checkout-edit-cart{color:#d7dee8;margin-top:10px;font-size:.78rem;text-decoration:none;display:inline-flex}.shop-checkout-edit-cart:hover{color:#ff2d96}@media (width<=980px){.shop-checkout-layout{grid-template-columns:1fr}.shop-checkout-side{grid-row:1;position:static}.checkout-address-grid{grid-template-columns:1fr 1fr}.checkout-address-grid .street-field,.checkout-address-grid .wide{grid-column:1/-1}}@media (width<=620px){.shop-checkout-page{padding-top:24px}.checkout-fields,.checkout-address-grid{grid-template-columns:1fr}.checkout-fields label.wide,.checkout-address-grid .street-field,.checkout-address-grid .wide{grid-column:auto}.shop-checkout-side{gap:12px}.shop-summary-v2,.shop-checkout-cart-summary{padding:17px}}.fm-shop-page .shop-hero{background:radial-gradient(circle at 73% 30%,#20d4ff1a,#0000 24rem),radial-gradient(circle at 86% 62%,#ff2d9621,#0000 25rem),linear-gradient(#071018 0%,#080b10 100%);padding:54px 0 46px}.fm-shop-page .shop-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:54px;min-height:390px}.fm-shop-page .shop-hero-copy{padding:24px 0}.fm-shop-page .shop-kicker{color:#25d9ff;align-items:center;gap:9px;display:inline-flex}.fm-shop-page .shop-kicker:before{content:"";background:linear-gradient(90deg,#25d9ff,#ff2d96);border-radius:999px;width:22px;height:2px}.fm-shop-page .shop-hero h1{letter-spacing:-.055em;max-width:700px;margin:18px 0;font-size:clamp(3.6rem,5.7vw,6.4rem);line-height:.86}.fm-shop-page .shop-hero h1 em{background:linear-gradient(90deg,#ff2d96 0 68%,#25d9ff 118%);color:#0000;-webkit-background-clip:text;background-clip:text}.fm-shop-page .shop-hero p{color:#9aa9b7;max-width:590px;line-height:1.65}.fm-shop-page .shop-hero-actions{gap:14px;margin-top:28px}.fm-shop-page .shop-hero-primary{background:#081822b8;border:1px solid #25d9ff52;border-radius:999px;min-height:42px;padding:0 16px;box-shadow:inset 0 0 20px #25d9ff06}.fm-shop-page .shop-cart-link{border-radius:999px;min-height:42px;padding:0 14px;transition:background .18s,color .18s}.fm-shop-page .shop-cart-link:hover{color:#fff;background:#ffffff0b}.fm-shop-page .shop-hero-product{isolation:isolate;min-height:380px}.fm-shop-page .shop-hero-product:before{content:"";z-index:-3;filter:blur(12px);background:radial-gradient(circle at 44% 44%,#25d9ff1a,#0000 47%),radial-gradient(circle at 70% 64%,#ff2d961f,#0000 52%);border-radius:42% 58% 48% 52%/54% 40% 60% 46%;position:absolute;inset:7% 8% 5%}.fm-shop-page .shop-hero-ghost{z-index:-2;letter-spacing:-.09em;color:#ffffff06;pointer-events:none;font-size:clamp(12rem,20vw,22rem);font-weight:950;line-height:.7;position:absolute;top:43%;right:-1%;transform:translateY(-50%)}.fm-shop-page .shop-hero-orbit{border-color:#25d9ff33;width:330px;height:330px;box-shadow:0 0 80px #25d9ff0b,inset 0 0 70px #ff2d9609}.fm-shop-page .shop-hero-orbit:before{border-color:#ff2d9633;inset:30px}.fm-shop-page .shop-hero-orbit:after{border-color:#ffffff0e;inset:72px}.fm-shop-page .shop-hero-orbit i,.fm-shop-page .shop-hero-orbit b{pointer-events:none;border-radius:50%;display:block;position:absolute}.fm-shop-page .shop-hero-orbit i{background:#25d9ff;width:12px;height:12px;top:55px;right:37px;box-shadow:0 0 20px #25d9ffd9}.fm-shop-page .shop-hero-orbit b{background:#ff2d96;width:8px;height:8px;bottom:49px;left:52px;box-shadow:0 0 18px #ff2d96d9}.fm-shop-page .shop-hero-product-image{filter:drop-shadow(0 34px 40px #00000075);width:min(390px,84%);height:340px}.fm-shop-page .shop-hero-product-image img{object-fit:contain;width:94%;height:94%;transition:transform .25s}.fm-shop-page .shop-hero-product:hover .shop-hero-product-image img{transform:translateY(-4px)scale(1.015)}.fm-shop-page .shop-hero-product-meta{background:#070d14db;border-color:#25d9ff2e;min-width:230px;padding:14px 16px;bottom:12px;right:0;box-shadow:0 18px 46px #0000004d}.fm-shop-page .shop-hero-product-meta span{color:#25d9ff}.fm-shop-page .shop-hero-product-meta b{color:#d9e5ec;margin-top:5px;font-size:.68rem;font-weight:750}.fm-shop-page .shop-catalog{padding:46px 0 92px}.fm-shop-page .shop-section-head{border-bottom:1px solid #7eb1cd1c;align-items:flex-end;margin-bottom:26px;padding-bottom:18px}.fm-shop-page .shop-section-head>div:first-child{gap:4px;display:grid}.fm-shop-page .shop-section-head h2{letter-spacing:-.035em;margin:2px 0 0;font-size:clamp(1.9rem,2.8vw,2.65rem)}.fm-shop-page .shop-section-head p{color:#778797;margin:3px 0 0;font-size:.82rem}.fm-shop-page .shop-section-meta{padding-bottom:3px}.fm-shop-page .shop-grid{gap:18px 16px}.fm-shop-page .shop-card{box-shadow:none;background:0 0;border:0;border-radius:14px;overflow:visible}.fm-shop-page .shop-card:hover{box-shadow:none;border-color:#0000;transform:translateY(-3px)}.fm-shop-page .shop-card-image{aspect-ratio:1/1.04;background:radial-gradient(circle at 24% 82%,#ff2d961a,#0000 34%),radial-gradient(circle at 80% 76%,#25d9ff17,#0000 34%),linear-gradient(145deg,#0d141d 0%,#090d13 62%,#0d151f 100%);border:1px solid #7eb1cd1f;border-radius:14px;box-shadow:inset 0 1px #ffffff05}.fm-shop-page .shop-card-image:before,.fm-shop-page .shop-card-image:after{display:none}.fm-shop-page .shop-card-image img{filter:drop-shadow(0 22px 26px #00000057);width:86%;height:86%;transition:transform .25s}.fm-shop-page .shop-card:hover .shop-card-image img{transform:translateY(-4px)scale(1.025)}.fm-shop-page .shop-card-arrow{background:#05090ec7;border:1px solid #ffffff1a;top:10px;right:10px}.fm-shop-page .shop-card-body{background:0 0;border:0;min-height:76px;padding:12px 4px 6px}.fm-shop-page .shop-card-body h3{letter-spacing:-.01em;font-size:.94rem}.fm-shop-page .shop-card-body p{color:#718092;font-size:.7rem}.fm-shop-page .shop-card-body>strong{color:#f2f7fb;padding-top:1px;font-size:.84rem}@media (width<=1100px){.fm-shop-page .shop-hero-grid{grid-template-columns:1fr 390px;gap:34px}.fm-shop-page .shop-hero-product-image{height:300px}.fm-shop-page .shop-hero-orbit{width:280px;height:280px}}@media (width<=900px){.fm-shop-page .shop-hero-grid{grid-template-columns:1fr;min-height:0}.fm-shop-page .shop-hero-copy{padding-bottom:0}.fm-shop-page .shop-hero-product{min-height:300px}.fm-shop-page .shop-hero-product-image{height:280px}.fm-shop-page .shop-hero-product-meta{right:10%}}@media (width<=600px){.fm-shop-page .shop-hero{padding-top:34px}.fm-shop-page .shop-hero h1{font-size:clamp(3.1rem,16vw,4.4rem)}.fm-shop-page .shop-hero-product{min-height:260px}.fm-shop-page .shop-hero-product-image{height:245px}.fm-shop-page .shop-hero-product-meta{right:0}.fm-shop-page .shop-section-head{align-items:flex-start}.fm-shop-page .shop-section-head p{max-width:280px}.fm-shop-page .shop-grid{gap:24px}}.shop-flow-head{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:flex-end;gap:34px;margin:0 0 34px;padding:12px 0 28px;display:flex}.shop-flow-head h1{letter-spacing:-.055em;margin:8px 0!important;font-size:clamp(2.9rem,5.4vw,5.5rem)!important;line-height:.9!important}.shop-flow-head p{color:#8794a5;max-width:700px;margin:0;line-height:1.55}.shop-flow-steps{flex:none;align-items:center;gap:10px;padding-bottom:7px;display:flex}.shop-flow-steps span{color:#667488;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;align-items:center;gap:7px;font-size:.67rem;font-weight:800;display:flex}.shop-flow-steps span b{color:#8e9aab;border:1px solid #2a3748;border-radius:50%;place-items:center;width:25px;height:25px;font-size:.65rem;display:grid}.shop-flow-steps span.is-active{color:#fff}.shop-flow-steps span.is-active b{color:#fff;background:#ff2d96;border-color:#ff2d96;box-shadow:0 0 24px #ff2d9633}.shop-flow-steps span.is-done{color:#93a0b1}.shop-flow-steps span.is-done b{color:#25d9ff;border-color:#25d9ff73}.shop-flow-steps i{background:#273244;width:28px;height:1px}.shop-cart-v2{padding:48px 0 96px}.shop-cart-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:46px;display:grid}.shop-cart-list{display:grid}.shop-cart-item{border-bottom:1px solid #ffffff16;grid-template-columns:180px minmax(0,1fr) 38px;align-items:center;gap:24px;padding:22px 0;display:grid;position:relative}.shop-cart-item:first-child{padding-top:0}.shop-cart-item__media{background:radial-gradient(circle at 20% 80%,#ff2d9624,#0000 38%),radial-gradient(circle at 82% 78%,#25d9ff1f,#0000 38%),#0d131c;border-radius:18px;place-items:center;height:180px;display:grid;overflow:hidden}.shop-cart-item__media img{object-fit:contain;filter:drop-shadow(0 18px 24px #0000005c);width:88%;height:88%}.shop-cart-item__media span{color:#ffffff29;font-weight:900}.shop-cart-item__eyebrow{color:#ff2d96;letter-spacing:.16em;font-size:.58rem;font-weight:900}.shop-cart-item__copy h2{letter-spacing:-.025em;margin:6px 0 5px;font-size:1.3rem}.shop-cart-item__copy p{color:#abb5c3;margin:0;font-size:.82rem}.shop-cart-item__copy small{color:#687588;margin-top:7px;font-size:.68rem;display:block}.shop-cart-item__meta{color:#8794a5;justify-content:space-between;gap:18px;margin-top:24px;font-size:.8rem;display:flex}.shop-cart-item__meta strong{color:#fff;font-size:.98rem}.shop-cart-item__remove{align-self:start;padding-top:6px}.shop-cart-item__remove button{color:#8491a2;cursor:pointer;background:0 0;border:1px solid #293548;border-radius:50%;width:34px;height:34px;font-size:1.25rem;transition:all .16s}.shop-cart-item__remove button:hover{color:#ff2d96;background:#ff2d960f;border-color:#ff2d96}.shop-continue{color:#aab5c4;margin-top:22px;font-size:.82rem;text-decoration:none;display:inline-flex}.shop-continue:hover{color:#fff}.shop-cart-summary-card{background:radial-gradient(circle at 100% 0,#ff2d9614,#0000 36%),linear-gradient(160deg,#101720,#0b1119);border:1px solid #ffffff1a;border-radius:20px;padding:26px;position:sticky;top:98px;box-shadow:0 24px 60px #00000038}.shop-cart-summary-card h2{margin:8px 0 22px;font-size:1.55rem}.shop-cart-summary-row{color:#8f9bad;justify-content:space-between;gap:16px;padding:10px 0;font-size:.83rem;display:flex}.shop-cart-summary-row strong{color:#cbd3de;font-size:.82rem}.shop-cart-summary-total{color:#fff;border-top:1px solid #283445;justify-content:space-between;gap:16px;margin-top:14px;padding:18px 0;display:flex}.shop-cart-summary-total strong{font-size:1.25rem}.shop-cart-summary-card>small{color:#687588}.shop-cart-checkout{gap:10px;width:100%;margin-top:22px}.shop-cart-trust{color:#718094;gap:7px;margin-top:17px;font-size:.68rem;display:grid}.shop-cart-empty-v2{background:radial-gradient(circle at 22% 80%,#ff2d961f,#0000 28%),radial-gradient(circle at 74% 20%,#25d9ff1a,#0000 28%),#0b1017;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:220px minmax(0,500px);justify-content:center;align-items:center;gap:42px;min-height:420px;padding:50px;display:grid}.shop-cart-empty-v2__mark{letter-spacing:-.09em;color:#ffffff0d;font-size:7rem;font-weight:950}.shop-cart-empty-v2 h2{margin:8px 0;font-size:2.4rem}.shop-cart-empty-v2 p{color:#8290a2}.shop-cart-empty-v2 .shop-primary{margin-top:16px}.shop-product-shell{padding-top:42px}.shop-product-layout{grid-template-columns:78px minmax(0,1.12fr) minmax(350px,.72fr);gap:22px}.shop-product-stage{background:radial-gradient(circle at 16% 80%,#ff2d9629,#0000 34%),radial-gradient(circle at 84% 74%,#25d9ff24,#0000 34%),linear-gradient(145deg,#10151f,#090d14 60%,#0e1722);border:0;border-radius:24px;min-height:610px;box-shadow:inset 0 0 0 1px #ffffff13}.shop-product-stage:before{content:"320";color:#ffffff07;letter-spacing:-.1em;pointer-events:none;font-size:15rem;font-weight:950;position:absolute;bottom:-.12em;right:-.02em}.shop-product-stage>img{z-index:1;filter:drop-shadow(0 34px 42px #00000061);width:84%;height:84%;position:relative}.shop-thumb{background:#0c121a;border-color:#ffffff17}.shop-buy-panel{background:radial-gradient(circle at 100% 0,#ff2d9611,#0000 32%),linear-gradient(#10161f,#0b1017);border-color:#ffffff1a;box-shadow:0 20px 60px #0000002e}.shop-buy-panel h1{margin-top:13px}.shop-stock{grid-template-columns:auto 1fr;column-gap:9px;display:grid}.shop-stock small{color:#6f7d90;grid-column:2;margin-top:3px;font-size:.67rem}.shop-option{background:#0d141e;border-radius:999px;padding:9px 14px}.shop-option.is-active{background:#ff2d961a}.shop-buy-facts{padding-top:4px}.shop-buy-facts span{background:#ffffff05}.shop-product-details{margin-top:52px}.shop-detail-tabs{border-bottom:1px solid #ffffff14}.shop-detail-tabs span{color:#647286;padding:16px 3px 13px;font-size:.78rem;font-weight:800;display:inline-flex}.shop-detail-tabs span.is-active{color:#fff;border-bottom:2px solid #ff2d96}.shop-detail-benefits{background:#0d141d;border-color:#ffffff14}.shop-checkout-page{padding-top:48px}.shop-checkout-head{max-width:none}.shop-checkout-layout{grid-template-columns:minmax(0,1fr) 390px;gap:52px}.shop-checkout-section{margin-bottom:32px;padding:0 0 32px}.shop-checkout-section-head{grid-template-columns:42px 1fr;align-items:start;gap:14px;margin-bottom:19px;display:grid}.shop-checkout-section-head>span{color:#25d9ff;border:1px solid #25d9ff52;border-radius:50%;place-items:center;width:36px;height:36px;font-size:.65rem;font-weight:900;display:grid}.shop-checkout-section-head h2{margin:0 0 4px}.shop-checkout-section-head p{color:#6f7c8f;margin:0;font-size:.74rem}.checkout-fields input,.checkout-fields select{background:#0d141d;border-color:#283445}.shop-payment-note{background:linear-gradient(145deg,#0e1721,#0c121a);border-color:#25d9ff2e;grid-template-columns:42px 1fr;align-items:center;gap:12px;display:grid}.shop-payment-note__icon{color:#25d9ff;background:#25d9ff14;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.shop-payment-note p{margin:4px 0 0}.shop-checkout-side{top:98px}.shop-summary-v2,.shop-checkout-cart-summary{background:#0c131c;border-color:#ffffff16;box-shadow:0 22px 50px #00000024}.shop-summary-v2 .shop-kicker{margin-bottom:7px;display:block}.shop-checkout-line-image{background:radial-gradient(circle at 25% 80%,#ff2d961f,#0000 40%),#101720}.shop-checkout-next{gap:10px}.shop-drawer-head{padding:21px 22px 18px}.shop-drawer-head .shop-kicker{grid-column:1/-1;margin-top:4px}.shop-drawer-head strong{font-size:1.35rem}.shop-drawer-line{grid-template-columns:82px minmax(0,1fr) 30px;gap:14px}.shop-drawer-img{background:radial-gradient(circle at 20% 80%,#ff2d961f,#0000 40%),#101720;width:82px;height:98px}.shop-drawer-img img{filter:drop-shadow(0 12px 18px #00000047);width:90%;height:90%;margin:5%}.shop-drawer-footer{background:#0b1119}.shop-drawer-checkout{align-items:center;min-height:46px}.shop-received-v2{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:920px;min-height:560px;padding:70px 0 100px;display:flex;position:relative}.shop-order-success-mark{place-items:center;width:108px;height:108px;margin-bottom:26px;display:grid;position:relative}.shop-order-success-mark:before,.shop-order-success-mark i{content:"";border:1px solid #25d9ff52;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 45px #25d9ff0f}.shop-order-success-mark i{border-color:#ff2d9652;inset:13px}.shop-order-success-mark span{z-index:2;background:linear-gradient(135deg,#25d9ff,#ff2d96);border-radius:50%;place-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:900;display:grid;position:relative}.shop-received-v2 h1{letter-spacing:-.055em;margin:10px 0 12px;font-size:clamp(3rem,6vw,5.7rem);line-height:.9}.shop-order-lead{max-width:650px}.shop-order-status{background:#ffffff17;border:1px solid #ffffff17;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;width:min(100%,720px);margin:34px 0 20px;display:grid;overflow:hidden}.shop-order-status>div{background:#0d141d;padding:18px}.shop-order-status span,.shop-order-status strong{display:block}.shop-order-status span{color:#637185;letter-spacing:.14em;font-size:.58rem;font-weight:900}.shop-order-status strong{margin-top:5px;font-size:.84rem}.shop-order-note{color:#788597!important;max-width:600px!important;font-size:.86rem!important}.shop-order-actions{margin-top:20px}@media (width<=1000px){.shop-flow-head{flex-direction:column;align-items:flex-start}.shop-cart-layout{grid-template-columns:1fr}.shop-cart-summary-card{position:static}.shop-product-layout{grid-template-columns:72px 1fr}.shop-buy-panel{grid-column:1/-1}.shop-checkout-layout{grid-template-columns:1fr}.shop-checkout-side{position:static}}@media (width<=700px){.shop-flow-steps{width:100%;padding-bottom:5px;overflow:auto}.shop-flow-steps span{font-size:.6rem}.shop-cart-v2{padding-top:28px}.shop-cart-item{grid-template-columns:105px minmax(0,1fr) 30px;gap:14px}.shop-cart-item__media{height:120px}.shop-cart-item__copy h2{font-size:1.05rem}.shop-cart-item__meta{flex-direction:column;gap:4px;margin-top:14px}.shop-cart-empty-v2{grid-template-columns:1fr;min-height:360px;padding:30px}.shop-cart-empty-v2__mark{display:none}.shop-product-layout{grid-template-columns:1fr}.shop-product-thumbs{grid-row:2}.shop-product-stage{grid-row:1;min-height:390px}.shop-buy-panel{grid-row:3}.shop-product-stage:before{font-size:10rem}.shop-order-status{grid-template-columns:1fr}.shop-received-v2{padding-inline:12px}}.shop-category-nav{scrollbar-width:none;align-items:center;gap:8px;margin:-2px 0 22px;display:flex;overflow-x:auto}.shop-category-nav::-webkit-scrollbar{display:none}.shop-category-nav a{color:#8f9cac;background:#0d131cb8;border:1px solid #ffffff1a;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:36px;padding:0 15px;font-size:.74rem;font-weight:800;text-decoration:none;transition:border-color .16s,color .16s,background .16s,box-shadow .16s;display:inline-flex}.shop-category-nav a:hover{color:#fff;border-color:#20d4ff52}.shop-category-nav a.is-active{color:#fff;background:linear-gradient(90deg,#ff2d9626,#20d4ff14);border-color:#ff2d9673;box-shadow:0 0 24px #ff2d960d}@media (width<=600px){.shop-category-nav{margin-bottom:17px;padding-bottom:2px}.shop-category-nav a{min-height:34px;padding:0 13px}}.shop-card[hidden]{display:none!important}.shop-grid{align-items:start}@media (prefers-reduced-motion:no-preference){.shop-card{transition:opacity .16s,transform .18s,border-color .18s,box-shadow .18s}}.newsmod-page{color:#f5fbfd;background:#061019;min-height:100vh;margin-top:0;padding-top:0;overflow-x:clip}.newsmod-article{margin:0;padding:0 0 72px}.newsmod-hero-wrap{isolation:isolate;width:min(1416px,100vw - 112px);margin:0 auto;position:relative}.newsmod-hero-wrap:before{content:"";z-index:-1;background-image:linear-gradient(90deg,#061019eb,#0610192e 18%,transparent 34%,transparent 66%,#0610192e 82%,#061019eb),var(--newsmod-bg);filter:blur(34px)saturate(1.18)brightness(.72);opacity:.9;clip-path:inset(0);background-position:50%;background-size:cover;width:100vw;position:absolute;inset:0 50%;transform:translate(-50%)}.newsmod-hero{aspect-ratio:3.45;background:#09131d;width:100%;position:relative;overflow:hidden}.newsmod-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.newsmod-hero__shade{background:linear-gradient(#02080d05 0%,#02080d14 40%,#02080dc2 100%),linear-gradient(90deg,#030a106b 0%,#030a1014 52%,#030a101f 100%);position:absolute;inset:0}.newsmod-hero__copy{z-index:2;max-width:900px;position:absolute;bottom:28px;left:34px;right:360px}.newsmod-hero__copy h1{color:#fff;letter-spacing:-.05em;text-shadow:0 4px 24px #00000073;margin:0;font-size:clamp(2.2rem,3.8vw,4.4rem);line-height:.96}.newsmod-hero__copy p{color:#d8e5ec;text-shadow:0 2px 14px #00000073;max-width:760px;margin:14px 0 0;font-size:clamp(.82rem,1vw,1rem);line-height:1.55}.newsmod-hero__meta{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06121ccc;border:1px solid #69bee240;border-radius:14px;width:min(300px,30%);padding:14px 15px;position:absolute;bottom:20px;right:22px;box-shadow:0 14px 30px #0000003d}.newsmod-hero__meta>a{color:#d7e9f1;font-size:.64rem;font-weight:800;text-decoration:none}.newsmod-hero__meta>div{border-top:1px solid #72a6c024;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding-top:10px;display:flex}.newsmod-hero__meta span{color:#16c6e8;letter-spacing:.1em;text-transform:uppercase;font-size:.54rem;font-weight:900}.newsmod-hero__meta time{color:#8aa2af;white-space:nowrap;font-size:.58rem}.newsmod-content-shell{width:min(1416px,100vw - 112px);margin:24px auto 0}.newsmod-content-frame{background:linear-gradient(145deg,#08141fe6,#06101ac2);border:1px solid #5b90b138;border-radius:22px;grid-template-columns:92px minmax(0,1fr);justify-content:stretch;align-items:start;gap:28px;padding:30px 32px 34px;display:grid;box-shadow:0 20px 48px #00000029,inset 0 1px #ffffff06}.newsmod-content-rail{color:#527080;min-width:0;padding-top:7px}.newsmod-content-rail span{letter-spacing:.16em;font-size:.54rem;display:block}.newsmod-content-rail strong{color:#7695a6;letter-spacing:.1em;margin-top:7px;font-size:.72rem;line-height:1.25;display:block}.newsmod-content-rail i{background:linear-gradient(90deg,#ff2d7f,#16c6e8);width:42px;height:2px;margin-top:14px;display:block}.newsmod-content{color:#d6e2e8;width:100%;min-width:0;max-width:none;font-size:1rem;line-height:1.85}.newsmod-content p{margin:0 0 1.35em}.newsmod-content h2,.newsmod-content h3{color:#fff;margin:1.7em 0 .65em;line-height:1.15}.newsmod-content a{color:#16c6e8}.newsmod-content img{border-radius:14px;max-width:100%;height:auto}.newsmod-content iframe{background:#061019;border:0;border-radius:16px;width:100%;max-width:100%;min-height:420px;margin:28px 0;display:block}.newsmod-source{background:linear-gradient(135deg,#0b1b27db,#07121dc2);border:1px solid #16c6e838;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin-top:38px;padding:16px 18px;display:grid}.newsmod-source span{color:#16c6e8;letter-spacing:.14em;font-size:.58rem;font-weight:900}.newsmod-source strong{color:#f4f8fb}.newsmod-related{border-top:1px solid #5b90b129;width:min(1416px,100vw - 112px);margin:54px auto 0;padding-top:28px}.newsmod-related header>span{color:#16c6e8;letter-spacing:.17em;font-size:.62rem;font-weight:900}.newsmod-related header h2{margin:7px 0 18px;font-size:1.45rem}.newsmod-related>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.newsmod-related a{color:inherit;background:#0a1723b3;border:1px solid #5b90b129;border-radius:15px;grid-template-rows:150px auto auto;text-decoration:none;display:grid;overflow:hidden}.newsmod-related img{object-fit:cover;width:100%;height:150px}.newsmod-related a>span{color:#16c6e8;letter-spacing:.1em;padding:14px 14px 0;font-size:.58rem;font-weight:850}.newsmod-related a>strong{padding:7px 14px 16px;line-height:1.25}@media (width<=1180px){.newsmod-hero-wrap,.newsmod-content-shell,.newsmod-related{width:min(100% - 48px,1080px)}.newsmod-hero__copy{right:320px}}@media (width<=900px){.newsmod-hero{aspect-ratio:2}.newsmod-hero__copy{bottom:110px;left:22px;right:22px}.newsmod-hero__meta{width:auto;bottom:18px;left:20px;right:20px}.newsmod-hero__meta>div{justify-content:flex-start;gap:14px}.newsmod-content-frame{grid-template-columns:1fr;gap:0;padding:24px 22px 28px}.newsmod-content-rail{display:none}.newsmod-related>div{grid-template-columns:1fr 1fr}}@media (width<=600px){.newsmod-hero-wrap,.newsmod-content-shell,.newsmod-related{width:calc(100% - 28px)}.newsmod-hero{aspect-ratio:4/5}.newsmod-hero__copy{bottom:124px;left:18px;right:18px}.newsmod-hero__copy h1{font-size:2.25rem}.newsmod-hero__copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.newsmod-hero__meta{bottom:14px;left:14px;right:14px}.newsmod-content-frame{border-radius:18px;padding:20px 16px 22px}.newsmod-content iframe{min-height:240px}.newsmod-related>div{grid-template-columns:1fr}}.newsmod-hero__meta{display:none!important}.newsmod-facts{background:linear-gradient(90deg,#081622f5,#070e18fb);border-top:1px solid #ffffff0e;border-bottom:1px solid #ffffff13;grid-template-columns:repeat(3,minmax(0,1fr));min-height:74px;display:grid}.newsmod-fact{border-right:1px solid #ffffff12;align-items:center;gap:14px;min-width:0;padding:14px 24px;display:flex}.newsmod-fact:last-child{border-right:0}.newsmod-fact__icon{color:#20d4ff;flex:none;place-items:center;width:30px;height:30px;font-size:1.05rem;line-height:1;display:grid}.newsmod-fact small,.newsmod-fact strong{display:block}.newsmod-fact small{color:#93a3b5;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.61rem;font-weight:800}.newsmod-fact strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.35;overflow:hidden}.newsmod-content-shell{margin-top:24px}@media (width<=900px){.newsmod-facts{grid-template-columns:1fr 1fr 1fr}.newsmod-fact{gap:10px;padding:13px 16px}}@media (width<=600px){.newsmod-facts{grid-template-columns:1fr}.newsmod-fact{border-bottom:1px solid #ffffff0e;border-right:0}.newsmod-fact:last-child{border-bottom:0}.newsmod-fact strong{white-space:normal}}.newsmod-index{padding:34px 0 72px}.newsmod-index__shell{width:min(1416px,100vw - 112px);margin:0 auto}.newsmod-index__head{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:26px;display:flex}.newsmod-index__head>div:first-child>span{color:#16c6e8;letter-spacing:.17em;font-size:.62rem;font-weight:900}.newsmod-index__head h1{letter-spacing:-.055em;margin:7px 0 0;font-size:clamp(2.2rem,4vw,4.7rem);line-height:.92}.newsmod-index__head p{color:#8fa6b5;max-width:680px;margin:14px 0 0;font-size:.92rem;line-height:1.6}.newsmod-index__count{justify-items:end;display:grid}.newsmod-index__count strong{font-size:2rem}.newsmod-index__count span{color:#7f96a5;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.newsmod-index__lead{min-height:420px;color:inherit;background:linear-gradient(135deg,#0b1926f2,#07111cf5);border:1px solid #5b90b12e;border-radius:20px;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);text-decoration:none;display:grid;overflow:hidden;box-shadow:0 20px 52px #0003}.newsmod-index__lead-media{background:#0c1c29;min-height:360px;overflow:hidden}.newsmod-index__lead-media img,.newsmod-index__card-media img{object-fit:cover;width:100%;height:100%;display:block}.newsmod-index__lead-copy{flex-direction:column;justify-content:flex-end;padding:30px;display:flex}.newsmod-index__eyebrow{justify-content:space-between;align-items:center;gap:12px;display:flex}.newsmod-index__eyebrow span{color:#16c6e8;letter-spacing:.1em;text-transform:uppercase;font-size:.56rem;font-weight:900}.newsmod-index__eyebrow time{color:#78909d;white-space:nowrap;font-size:.6rem}.newsmod-index__lead-copy h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(1.8rem,2.5vw,3.15rem);line-height:.98}.newsmod-index__lead-copy p{color:#9eb1bd;margin:16px 0 0;line-height:1.58}.newsmod-index__lead-copy b{color:#16c6e8;margin-top:22px;font-size:.7rem}.newsmod-index__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.newsmod-index__card{color:inherit;background:#08141fe0;border:1px solid #5b90b129;border-radius:16px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.newsmod-index__card:hover{border-color:#16c6e866;transform:translateY(-3px);box-shadow:0 16px 34px #00000029}.newsmod-index__card-media{aspect-ratio:16/10;background:#0d1d2b;overflow:hidden}.newsmod-index__card-copy{flex-direction:column;min-height:205px;padding:18px;display:flex}.newsmod-index__card-copy h2{margin:9px 0 0;font-size:1.08rem;line-height:1.16}.newsmod-index__card-copy p{color:#8ea4b2;margin:11px 0 0;font-size:.78rem;line-height:1.5}.newsmod-index__card-copy b{color:#16c6e8;margin-top:auto;padding-top:14px;font-size:.68rem}.newsmod-index__placeholder{color:#ffffff29;background:linear-gradient(135deg,#0b1a26,#10283a);place-items:center;width:100%;height:100%;min-height:180px;font-size:1.6rem;font-weight:950;display:grid}.newsmod-index__pagination{margin-top:28px}.newsmod-index__empty{color:#819aaa;text-align:center;border:1px dashed #4cb8e03d;border-radius:18px;padding:52px}@media (width<=1180px){.newsmod-index__shell{width:min(100% - 48px,1080px)}}@media (width<=900px){.newsmod-index{padding:28px 0 52px}.newsmod-index__head{align-items:flex-start}.newsmod-index__count{display:none}.newsmod-index__lead{grid-template-columns:1fr;min-height:0}.newsmod-index__lead-media{aspect-ratio:16/10;min-height:280px}.newsmod-index__lead-copy{padding:22px}.newsmod-index__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.newsmod-index__shell{width:calc(100% - 28px)}.newsmod-index__head h1{font-size:2.7rem}.newsmod-index__grid{grid-template-columns:1fr}.newsmod-index__card-copy{min-height:0}.newsmod-index__lead-copy h2{font-size:1.8rem}.newsmod-index__eyebrow{flex-direction:column;align-items:flex-start;gap:4px}}.newsmod-index__lead{border-radius:18px;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);min-height:300px;box-shadow:0 14px 30px #00000029}.newsmod-index__lead-media{min-height:270px}.newsmod-index__lead-copy{padding:22px 24px}.newsmod-index__lead-copy h2{font-size:clamp(1.35rem,1.8vw,2.15rem);line-height:1.03}.newsmod-index__lead-copy p{margin-top:10px;font-size:.8rem;line-height:1.5}.newsmod-index__lead-copy b{margin-top:14px}@media (width<=900px){.newsmod-index__lead{grid-template-columns:1fr;min-height:0}.newsmod-index__lead-media{aspect-ratio:16/9;min-height:210px}}.newsmod-index__lead{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:0}.newsmod-index__lead-media{aspect-ratio:16/7;min-height:0}.newsmod-index__lead-copy{justify-content:center;padding:22px 26px}@media (width<=900px){.newsmod-index__lead{grid-template-columns:1fr}.newsmod-index__lead-media{aspect-ratio:16/8}}.fm-ref-home__community{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:14px;margin-top:18px;display:grid}.fm-ref-home__newsletter,.fm-ref-home__sponsor{min-width:0}.fm-home-newsletter,.fm-home-sponsor{background:linear-gradient(145deg,#091824f0,#050e17eb);border:1px solid #5b90b138;border-radius:18px;height:100%;min-height:220px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.fm-home-newsletter:before,.fm-home-sponsor:before{content:"";pointer-events:none;position:absolute;inset:0}.fm-home-newsletter:before{background:radial-gradient(circle at 100% 0,#16c6e824,#0000 42%)}.fm-home-sponsor:before{background:radial-gradient(circle at 100% 100%,#ff2d7f26,#0000 45%)}.fm-home-newsletter__content,.fm-home-sponsor__content{z-index:2;flex-direction:column;justify-content:center;min-height:220px;padding:28px 30px;display:flex;position:relative}.fm-home-community-kicker{color:#16c6e8;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:.64rem;font-weight:900;line-height:1;display:block}.fm-home-newsletter h2,.fm-home-sponsor h2{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(1.55rem,2.1vw,2.35rem);line-height:1}.fm-home-newsletter p,.fm-home-sponsor p{color:#93a8b6;max-width:620px;margin:12px 0 0;font-size:.84rem;line-height:1.55}.fm-home-newsletter__form{grid-template-columns:minmax(0,1fr) auto;gap:9px;width:min(100%,620px);margin-top:20px;display:grid}.fm-home-newsletter__form input{color:#fff;min-width:0;height:44px;font:inherit;background:#030c139e;border:1px solid #7eb1cd38;border-radius:11px;outline:0;padding:0 14px}.fm-home-newsletter__form input:focus{border-color:#16c6e88c;box-shadow:0 0 0 3px #16c6e814}.fm-home-newsletter__form button,.fm-home-sponsor__cta{color:#fff;cursor:pointer;background:#ff2d7f;border:0;border-radius:11px;justify-content:center;align-items:center;min-height:44px;font-size:.74rem;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.fm-home-newsletter__form button{padding:0 18px}.fm-home-newsletter__form button:hover,.fm-home-sponsor__cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #ff2d7f38}.fm-home-newsletter small{color:#617786;margin-top:9px;font-size:.62rem}.fm-home-newsletter__mark{color:#ffffff06;letter-spacing:-.09em;pointer-events:none;font-size:9rem;font-weight:950;line-height:1;position:absolute;bottom:-30px;right:-8px}.fm-home-sponsor__cta{color:#dffaff;background:0 0;border:1px solid #16c6e86b;align-self:flex-start;margin-top:20px;padding:0 18px}.fm-home-sponsor__signal{z-index:1;opacity:.42;align-items:flex-end;gap:5px;height:48px;display:flex;position:absolute;bottom:24px;right:28px}.fm-home-sponsor__signal span{background:linear-gradient(#16c6e8,#ff2d7f);border-radius:99px;width:5px;display:block}.fm-home-sponsor__signal span:first-child{height:18px}.fm-home-sponsor__signal span:nth-child(2){height:34px}.fm-home-sponsor__signal span:nth-child(3){height:48px}.fm-home-sponsor__signal span:nth-child(4){height:26px}@media (width<=900px){.fm-ref-home__community{grid-template-columns:1fr;gap:14px}.fm-home-newsletter,.fm-home-sponsor{min-height:0}.fm-home-newsletter__content,.fm-home-sponsor__content{min-height:200px}}@media (width<=600px){.fm-home-newsletter__content,.fm-home-sponsor__content{padding:22px 20px}.fm-home-newsletter__form{grid-template-columns:1fr}.fm-home-newsletter__form button{width:100%}.fm-home-sponsor__signal{display:none}}.fm-home-newsletter__status{color:#91e0c1;background:#17946724;border-radius:9px;width:min(100%,620px);margin-top:13px;padding:9px 11px;font-size:.7rem}.fm-home-newsletter__status.is-error{color:#ff9eae;background:#ff4c651f}.fm-home-newsletter__form .fm-newsletter-hp{opacity:0!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.fm-home-newsletter__consent{color:#738b99;grid-column:1/-1;align-items:flex-start;gap:8px;font-size:.62rem;line-height:1.45;display:flex}.fm-home-newsletter__consent input{flex:none;width:14px;height:14px;margin:1px 0 0;padding:0}.fm-home-newsletter__consent a{color:#9cc7da;text-decoration:underline}.fm-page--support{color:#f7fbfd;background:linear-gradient(#061019 0%,#07131d 100%);min-height:100vh;margin:0;padding:0;overflow-x:clip}.supportmod{padding:0 0 72px}.supportmod__header-wrap,.supportmod__shell{width:min(1416px,100vw - 112px);margin:0 auto}.supportmod__header-wrap{isolation:isolate;position:relative}.supportmod__header-wrap:before{content:"";z-index:-1;background:radial-gradient(circle at 86% 12%,#ff2d7f2b,#0000 27%),radial-gradient(circle at 8% 92%,#16c6e824,#0000 32%),linear-gradient(145deg,#0a1c29,#071019 60%,#170d1c);width:100vw;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.supportmod__hero{border-radius:0 0 30px 30px;justify-content:space-between;align-items:center;gap:48px;min-height:278px;padding:38px 44px;display:flex;position:relative;overflow:hidden}.supportmod__hero-copy{z-index:2;max-width:880px;position:relative}.supportmod__kicker,.supportmod__section-kicker{color:#1ad1f2;letter-spacing:.17em;text-transform:uppercase;font-size:.63rem;font-weight:900;display:block}.supportmod__hero h1{letter-spacing:-.06em;max-width:780px;margin:10px 0 0;font-size:clamp(2.65rem,4.4vw,5rem);line-height:.91}.supportmod__hero p{color:#a9bdc8;max-width:730px;margin:17px 0 0;font-size:.92rem;line-height:1.65}.supportmod__hero-pills{flex-wrap:wrap;gap:8px;margin-top:21px;display:flex}.supportmod__hero-pills span{color:#bed0d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040e166b;border:1px solid #84b9d32b;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:.64rem;font-weight:750;display:inline-flex}.supportmod__signal{z-index:2;opacity:.48;align-items:flex-end;gap:7px;height:92px;display:flex;position:relative}.supportmod__signal span{background:linear-gradient(#19cdf0,#ff2d7f);border-radius:99px;width:7px}.supportmod__signal span:first-child{height:28px}.supportmod__signal span:nth-child(2){height:53px}.supportmod__signal span:nth-child(3){height:90px}.supportmod__signal span:nth-child(4){height:65px}.supportmod__signal span:nth-child(5){height:39px}.supportmod__shell{padding-top:30px}.supportmod__checkout{margin:0}.supportmod__layout{grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);align-items:start;gap:28px;display:grid}.supportmod__configurator{min-width:0;padding:4px 4px 0}.supportmod__section-head{max-width:760px;margin-bottom:30px}.supportmod__section-head h2{letter-spacing:-.052em;max-width:700px;margin:9px 0 0;font-size:clamp(2rem,3vw,3.25rem);line-height:.98}.supportmod__section-head p{color:#78909e;max-width:660px;margin:12px 0 0;font-size:.79rem;line-height:1.6}.supportmod__step{border-top:1px solid #70a4bf1f;padding:22px 0}.supportmod__step-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.supportmod__step-head>span{color:#18cbea;font-size:.6rem;font-weight:900}.supportmod__step-head strong{letter-spacing:.02em;font-size:.76rem}.supportmod__frequency{gap:8px;display:flex}.supportmod__frequency button{color:#879da9;min-height:42px;font:inherit;cursor:pointer;background:#0510196b;border:1px solid #70a4bf2b;border-radius:999px;align-items:center;gap:8px;padding:0 18px;font-size:.72rem;font-weight:800;transition:all .18s;display:flex}.supportmod__frequency button small{color:#657d8a;font-size:.57rem;font-weight:700}.supportmod__frequency button:hover,.supportmod__frequency button.is-active{color:#fff;background:#0e2d3cc7;border-color:#16c6e87a;box-shadow:0 8px 25px #0000001f}.supportmod__amounts{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.supportmod__amounts>button{color:#eaf5f9;height:58px;font:inherit;cursor:pointer;background:#040f177a;border:1px solid #70a4bf2b;border-radius:18px;font-size:1.05rem;font-weight:850;transition:all .18s}.supportmod__amounts>button:hover,.supportmod__amounts>button.is-active{background:linear-gradient(145deg,#103646eb,#081e2ae0);border-color:#16c6e88f;transform:translateY(-1px);box-shadow:0 10px 28px #05151e38,inset 0 0 0 1px #16c6e814}.supportmod__custom{color:#718895;background:#040d1457;border:1px solid #70a4bf1f;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:50px;padding:0 13px;font-size:.7rem;display:flex}.supportmod__custom>span:last-child{color:#fff;align-items:center;gap:7px;font-weight:800;display:flex}.supportmod__custom input{color:#fff;width:100px;height:34px;font:inherit;text-align:right;background:#07131d;border:1px solid #70a4bf2b;border-radius:13px;outline:0;padding:0 9px}.supportmod__custom input:focus{border-color:#16c6e8;box-shadow:0 0 0 3px #16c6e80f}.supportmod__providers{grid-template-columns:1fr 1fr;gap:9px;display:grid}.supportmod__providers button{color:#fff;min-height:76px;font:inherit;text-align:left;cursor:pointer;background:#040f176b;border:1px solid #70a4bf24;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;transition:all .18s;display:grid;position:relative}.supportmod__providers button:hover:not(:disabled),.supportmod__providers button.is-active{background:#0a2532d1;border-color:#16c6e87a;box-shadow:0 10px 25px #0000001f}.supportmod__providers button:disabled{opacity:.4;cursor:not-allowed}.supportmod__provider-mark{background:#fffffff5;border-radius:14px;flex:none;place-items:center;width:46px;height:38px;display:grid;overflow:hidden;box-shadow:0 6px 18px #00000024}.supportmod__provider-mark img{object-fit:contain;width:auto;max-width:34px;height:auto;max-height:22px;display:block}.supportmod__provider-mark--paypal img{max-width:32px;max-height:22px}.supportmod__provider-mark--stripe{background:#635bff24;box-shadow:inset 0 0 0 1px #635bff2e,0 6px 18px #0000001f}.supportmod__provider-mark--stripe img{max-width:31px;max-height:18px}.supportmod__providers strong,.supportmod__providers small{display:block}.supportmod__providers strong{font-size:.78rem}.supportmod__providers small{color:#78909d;margin-top:3px;font-size:.59rem}.supportmod__providers i{color:#0000;border:1px solid #71a2bb33;border-radius:50%;place-items:center;width:19px;height:19px;font-size:.65rem;font-style:normal;display:grid}.supportmod__providers button.is-active i{color:#061019;background:#19cdeb;border-color:#19cdeb}.supportmod__side{gap:14px;display:grid;position:sticky;top:112px}.supportmod__summary{background:linear-gradient(145deg,#0a1a26e6,#060f18d1);border:1px solid #70a4bf24;border-radius:26px;padding:24px;box-shadow:0 20px 45px #00000024}.supportmod__summary-price{border-bottom:1px solid #70a4bf1a;justify-content:space-between;align-items:end;gap:16px;margin-top:15px;padding-bottom:18px;display:flex}.supportmod__summary-price strong{letter-spacing:-.055em;font-size:clamp(2.25rem,3.5vw,3.7rem);line-height:.9}.supportmod__summary-price span{color:#758d99;padding-bottom:5px;font-size:.67rem}.supportmod__summary dl{margin:15px 0 0}.supportmod__summary dl>div{justify-content:space-between;gap:16px;padding:7px 0;display:flex}.supportmod__summary dt{color:#6f8794;font-size:.66rem}.supportmod__summary dd{color:#dcebf1;text-align:right;margin:0;font-size:.68rem;font-weight:800}.supportmod__cta{color:#fff;width:100%;min-height:48px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#ff2d7f,#ff4b91);border:0;border-radius:18px;margin-top:17px;padding:0 20px;font-size:.76rem;font-weight:900;transition:all .18s;box-shadow:0 12px 28px #ff2d7f3d}.supportmod__cta:hover{transform:translateY(-1px);box-shadow:0 15px 34px #ff2d7f57}.supportmod__trust{color:#607986;justify-content:space-between;gap:10px;margin-top:11px;font-size:.56rem;display:flex}.supportmod__impact{background:#050f175c;border:1px solid #70a4bf1a;border-radius:24px;padding:20px 22px}.supportmod__impact-list{margin-top:11px;display:grid}.supportmod__impact-list article{border-top:1px solid #70a4bf14;grid-template-columns:26px 1fr;gap:8px;padding:11px 0;display:grid}.supportmod__impact-list article:first-child{border-top:0}.supportmod__impact-list b{color:#18cbea;font-size:.58rem}.supportmod__impact-list strong{font-size:.72rem;display:block}.supportmod__impact-list p{color:#708793;margin:3px 0 0;font-size:.6rem;line-height:1.45}.supportmod__mobile-submit{display:none}.supportmod__payment-error{color:#ffc4d6;background:#ff2d7f12;border:1px solid #ff5a7838;border-radius:12px;margin-bottom:20px;padding:12px 14px;font-size:.72rem}.supportmod__footer-note{color:#657c89;border-top:1px solid #70a4bf1a;margin-top:28px;padding:19px 2px 0}.supportmod__footer-note span{color:#16c6e8;letter-spacing:.14em;font-size:.56rem;font-weight:900}.supportmod__footer-note p{max-width:980px;margin:7px 0 0;font-size:.65rem;line-height:1.55}.supportmod--status{padding:54px 0}.supportmod__status-card{background:#07141ec7;border:1px solid #70a4bf26;border-radius:26px;max-width:760px;margin:0 auto;padding:30px}.supportmod__status-card h1{margin:8px 0 0;font-size:clamp(2rem,4vw,4rem);line-height:.98}.supportmod__status-card p{color:#8ea4b2}.supportmod__status-card a{color:#16c6e8;margin-top:18px;text-decoration:none;display:inline-block}@media (width<=1180px){.supportmod__header-wrap,.supportmod__shell{width:min(100% - 48px,1080px)}.supportmod__layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}}@media (width<=900px){.supportmod__hero{min-height:250px;padding:32px 28px}.supportmod__signal{display:none}.supportmod__layout{grid-template-columns:1fr}.supportmod__side{position:static}.supportmod__summary>.supportmod__cta{display:none}.supportmod__mobile-submit{padding-top:8px;display:block}.supportmod__mobile-submit small{color:#607986;margin-top:8px;font-size:.58rem;display:block}.supportmod__impact{margin-top:0}.supportmod__amounts{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=600px){.supportmod__header-wrap,.supportmod__shell{width:calc(100% - 28px)}.supportmod__hero{padding:26px 18px}.supportmod__hero h1{font-size:2.75rem}.supportmod__hero p{font-size:.82rem}.supportmod__hero-pills{gap:6px}.supportmod__hero-pills span{font-size:.58rem}.supportmod__shell{padding-top:22px}.supportmod__section-head{margin-bottom:20px}.supportmod__section-head h2{font-size:2.1rem}.supportmod__step{padding:18px 0}.supportmod__frequency{grid-template-columns:1fr 1fr;display:grid}.supportmod__frequency button{justify-content:center;padding-inline:10px}.supportmod__frequency button small{display:none}.supportmod__amounts{grid-template-columns:repeat(2,minmax(0,1fr))}.supportmod__providers{grid-template-columns:1fr}.supportmod__summary{padding:20px}.supportmod__trust{flex-direction:column}.supportmod__custom{grid-column:1/-1}}
