.video-container{position:relative;background:black;display:flex;justify-content:center;align-items:center}#video-player,.video-container,.video-overlay{height:100%;width:100%}.video-overlay{position:absolute;z-index:10}.controls{bottom:0;padding:0 10px;height:30px;background-image:linear-gradient(0deg,rgba(0,0,0,.88),transparent);display:flex;flex-direction:column;z-index:100;justify-content:center}.controls,.mobile-top-control{position:absolute;width:100%;visibility:hidden;opacity:0;transition:all .2s}.mobile-top-control{top:0;padding:5px 10px;display:none;background:rgba(0,0,0,.2);justify-content:flex-end}.show-controls{visibility:visible;opacity:1}.seekbar{background:transparent}#seek{width:100%}.control-btn,.left-side-controls,.right-side-controls{display:flex;align-items:center}.btn{background:none;border:none}.btn:hover{cursor:pointer}.icon{min-height:20px;min-width:20px}.btn--mute .icon--mute,.btn--pause .icon--pause,.btn--play .icon--play,.btn--unmute .icon--unmute{display:none}.setting-btn,.setting-menu{cursor:pointer}.setting-menu{position:absolute;right:10px;bottom:30px;width:100px;background-color:rgba(43,51,63,.7);padding:5px 0;display:none;flex-direction:column;z-index:20;color:white;font-size:14px}.open{display:flex}.settings-menu-item{display:flex;justify-content:center;padding:2px 0}.settings-menu-item:hover{background:rgba(255,255,255,.2)}.quality-selector{display:flex;justify-content:space-between;align-items:center}.back-menu-popup{background:transparent;color:white;text-align:left;padding:4px 2px;cursor:pointer;border:none;border-bottom:2px solid white}.settings-off .icon--setting,.settings-on .icon--setting{transition:transform 1s ease}.settings-on .icon--setting{transform:rotate(1turn)}.buffering-loader{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}#seek-volume-bar{-webkit-appearance:none;height:3px;background:rgba(78,86,97,.5);border-radius:5px;background-image:linear-gradient(var(--token-color-neutral-white),var(--token-color-neutral-white));background-size:50% 100%;background-repeat:no-repeat;cursor:pointer;z-index:10}.volume-bar{margin-right:4px;width:0;opacity:0;animation:fadeHide .5s linear 0s 1 alternate}.show-volume-bar{width:50px;opacity:1;margin-right:10px;animation:fadeShow .1s linear 0s 1 alternate}#remaining-time{font-size:10px;width:60px}@keyframes fadeShow{0%{width:0;opacity:0}to{width:50px;opacity:1}}@keyframes fadeHide{0%{width:50px;opacity:1}to{width:0;opacity:0}}.quality-selected{font-size:12px;min-width:40px;max-width:40px;padding:0}.quality-selected-item{background-color:var(--token-color-neutral-white);color:var(--token-color-neutral-n100);pointer-events:none}#seek-volume-bar:focus,#seekbar-range:focus{outline:none}#seek-volume-bar::-webkit-slider-thumb{-webkit-appearance:none;height:10px;width:10px;border-radius:50%;background:var(--token-color-neutral-white);cursor:pointer;box-shadow:0 0 2px 0 #555;z-index:20}#seek-volume-bar::-moz-range-thumb{-webkit-appearance:none;height:10px;width:10px;border-radius:50%;background:var(--token-color-neutral-white);cursor:pointer;box-shadow:0 0 2px 0 #555}#seek-volume-bar::-ms-thumb{-webkit-appearance:none;height:10px;width:10px;border-radius:50%;background:var(--token-color-neutral-white);cursor:pointer;box-shadow:0 0 2px 0 #555}#seek-volume-bar::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}#seek-volume-bar::-moz-range-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}#seek-volume-bar::-ms-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.seek-icon{min-height:15px;min-width:15px}.error-screen{position:absolute;height:100%;width:100%;background-image:linear-gradient(180deg,rgba(51,51,51,1),rgba(31,31,31,1));justify-content:center;z-index:999}.error-content,.error-screen{display:flex;align-items:center}.error-content{background-color:black;justify-content:space-between;padding:10px 20px;border-radius:4px}.play-button-screen{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:200}.error-reload-img{height:40px;width:40px;cursor:pointer;z-index:10;margin-right:20px}.play-button-img{height:80px;width:80px;cursor:pointer;z-index:10}.vjs-title-container{position:absolute;width:100%;z-index:200}.hide-element{display:none}.icon--theatre{min-height:18px;min-width:22px}.icon--fullscreen,.icon--theatre{background:none;border:none;padding:0 0 0 5px}.icon--fullscreen{min-height:24px;min-width:24px}@media only screen and (max-width:768px){.controls{height:40px}.mobile-top-control{display:flex}.volume-bar{animation:none}.show-volume-bar{width:0;opacity:0}.setting-menu{right:20px;bottom:35px;width:60px;font-size:10px;padding:2px 0}#seek-volume-bar{pointer-events:none}}:root{--color-black:var(--token-color-neutral-n100)}.player-section{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.player-section .video-container{box-shadow:0 0 4px rgba(0,0,0,.05),0 6px 16px rgba(0,0,0,.2);height:100%;overflow:hidden;position:relative;width:100%}.player-section .loco-video{background-color:var(--color-black);opacity:0;visibility:hidden;height:100%;left:0;position:absolute;top:0;width:100%;transition:all .15s ease-in-out;transition-property:opacity,visibility}.player-section .loco-video.active-player{opacity:1!important;visibility:visible!important}.player-section .black-cover{background:var(--color-black);bottom:0;height:100%;left:0;position:absolute;width:100%;z-index:1}@media (max-width:767px){.player-section{height:100%;padding:0;width:100%}.player-section .video-container{overflow:auto;padding:0;position:static}.player-section .loco-video{background-color:var(--color-black)}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}:root{--color-voilet:#511fff;--color-white:var(--token-color-foreground-special-primary);--color-black:var(--token-color-foreground-special-inverse);--color-black-50:rgba(0,0,0,0.5);--color-pill-yellow:#fff06a}.player-controls-container.fade-exited{pointer-events:none}.player-controls-container{transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:10}.player-controls-container.mini-player{height:100%;justify-content:center;background:none}.loco-mweb-live-dot{width:8px;height:8px;border-radius:9999px;background-color:var(--token-color-cta-primary);flex-shrink:0}.loco-mweb-views-pill{display:flex;align-items:center;gap:4px;padding:2px 4px;border-radius:4px;background-color:rgba(24,24,27,.8);color:var(--token-color-foreground-special-primary);font-size:12px;line-height:normal;white-space:nowrap}.player-controls-wrapper :focus{outline:none}.player-controls-wrapper{order:2;align-items:center;display:flex;width:100%;position:relative}.qualitySelectionWrapper{cursor:pointer;position:relative;width:100px;padding-left:16px}.qualityTextWrapper{display:flex;flex-direction:column;position:absolute;bottom:0;padding:8px 16px;background-color:rgba(0,0,0,.5)}.qualityText{padding:4px 0;width:100%}.qualityText:hover{transform:scale(1.1)}.player-controls-btn{background:none;border:none;cursor:pointer}#player-controls-seek-bar-wrapper[aria-disabled=true],.player-controls-btn[aria-disabled=true],.player-controls-scrub[aria-disabled=true]{cursor:auto}.player-controls-scrub[aria-disabled=true]{display:none}.player-controls-btn[aria-disabled=true] svg{opacity:.5}.player-controls-btn-container{display:flex;gap:12px;align-items:center;flex-direction:row}#player-controls-seek-bar-wrapper{align-items:center;cursor:pointer;display:flex;height:14px;position:relative;width:100%}.player-controls-seek-bar{border-radius:0;height:4px;width:100%;display:flex;align-items:stretch}.player-controls-seek-progress{height:100%}.player-controls-scrub{appearance:none;border-radius:50%;border:none;cursor:pointer;float:left;height:14px;position:absolute;touch-action:none;transition:transform .3s ease-in-out;width:14px;z-index:1}.time-on-hover,.time-to-live{bottom:16px;color:var(--color-white);background-color:var(--color-black-50);padding:.25rem .5rem;cursor:auto;float:left;font-size:14px;font-weight:500;line-height:13px;pointer-events:none;position:absolute;user-select:none;display:flex}.time-since-live{color:var(--token-color-foreground-special-primary);cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;line-height:18.16px;text-align:left}@keyframes rotate{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes ZoomIn{0%{transform:scale(.9);opacity:.9}to{transform:scale(1);opacity:1}}.spinner-zoom-in{animation:ZoomIn .1s linear}.spinner{height:42px;left:calc(50% - 24px);position:absolute;top:calc(50% - 24px);width:42px;z-index:20}.spinner .rotate{animation:rotate 1s linear infinite}.notification-container{display:flex;justify-content:center;margin-top:34px;position:absolute;top:0;width:100%;z-index:100}.notification-content{background:#cc422f;border-radius:8px;font-size:15px;font-style:normal;font-weight:400;line-height:22px;max-width:300px;padding:8px 16px;width:90%}.notification-content>div{align-items:center;display:flex}.notification-content svg{margin-right:4px}.notification-type{text-transform:capitalize}.back-to-live-btn{background-color:rgba(0,0,0,.7);border-radius:30px;border:none;bottom:98px;color:var(--color-white);cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:600;line-height:13px;padding:14px 18px 14px 17px;position:absolute;z-index:1}.inner-content{align-items:center;display:flex;height:18px;justify-content:space-between;width:116px}.player-setting-wrapper{order:3;margin:0;padding:0;position:relative;justify-content:space-between}.back-to-live-container{width:100%;display:flex;justify-content:flex-end;margin-bottom:8px;order:1}.player-setting-menu.child-modal-open .setting-menu-item{visibility:hidden}.player-setting-menu.sub-menu .setting-menu-item{visibility:visible}.player-setting-menu.child-modal-open{background:none;color:transparent}.player-setting-menu .setting-menu-item{display:flex;position:relative;color:var(--token-color-foreground-primary);align-items:center;flex-direction:row;cursor:pointer;font-size:14px;font-weight:400;line-height:22px;padding:8px 12px;touch-action:manipulation;box-sizing:border-box;width:100%;justify-content:space-between}.player-setting-menu .setting-menu-item:hover{outline:0;color:var(--token-color-foreground-primary)}.player-setting-menu .setting-item-label{display:flex;flex:1;width:100%;align-items:center;gap:8px;padding-right:4px;margin-right:4px;color:var(--token-color-foreground-primary);font-size:14px;font-weight:400;line-height:18.16px;text-align:left}.setting-selected-icon{display:flex;justify-content:center;align-items:center;fill:var(--token-color-icon-primary)}.player-setting-menu .setting-item-value{display:flex;gap:8px;justify-content:center;align-items:center;white-space:nowrap;color:var(--token-color-foreground-secondary);font-size:14px;font-weight:400;line-height:22px;text-align:center}.sub-menu-item .setting-item-value{min-width:40px}.player-setting-menu{z-index:12;display:flex;flex-direction:column;width:290px;position:absolute;bottom:63px;padding:.475rem 0;border-radius:16px;opacity:0;pointer-events:none;background-color:color-mix(in srgb,var(--token-color-background-n80) 80%,transparent);box-shadow:0 0 8px 2px var(--vm-color-gray-100);box-sizing:border-box;scroll-behavior:smooth;max-height:200px;transform:translateY(50px);transition:opacity .5s cubic-bezier(0,0,.4,1),transform .15s cubic-bezier(0,0,.4,1),all .25s cubic-bezier(0,0,.4,1);transition-property:transform,opacity}.player-setting-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.player-setting-menu.sub-menu{position:absolute;z-index:2;bottom:0;right:0;opacity:0}.player-setting-menu .sub-menu-scroll,.player-setting-menu.not-sub-menu{overflow-y:auto;overflow-x:hidden}.player-setting-menu .sub-menu-scroll::-webkit-scrollbar-track,.player-setting-menu.not-sub-menu::-webkit-scrollbar-track,.player-setting-menu.sub-menu::-webkit-scrollbar-track{background-color:#525252;width:2px}.player-setting-menu .sub-menu-scroll::-webkit-scrollbar-thumb,.player-setting-menu.not-sub-menu::-webkit-scrollbar-thumb,.player-setting-menu.sub-menu::-webkit-scrollbar-thumb{background-color:#a8a8a8}.player-setting-menu.sub-menu.active{transform:translateX(0);opacity:1;pointer-events:auto}.loco-player-setting-list{display:flex;flex-direction:column;width:100%;min-width:286px;max-height:60vh;overflow-y:auto;overflow-x:hidden}@media (max-width:768px){.loco-player-setting-list{min-width:0}}.loco-player-setting-list .setting-menu-item{display:flex;position:relative;align-items:center;flex-direction:row;justify-content:space-between;width:100%;box-sizing:border-box;gap:12px;padding:12px;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;color:var(--token-color-foreground-primary);transition:background-color .15s ease}.loco-player-setting-list .setting-menu-item:hover{background-color:var(--token-color-background-n80)}.loco-player-setting-list .setting-item-label{display:flex;flex:1;align-items:center;gap:8px;text-align:left;color:var(--token-color-foreground-primary);font-size:14px;font-weight:400}.loco-player-setting-list .setting-item-label svg{width:20px;height:20px}.loco-player-setting-list .setting-item-value{display:flex;gap:8px;align-items:center;white-space:nowrap;color:var(--token-color-foreground-secondary);justify-content:center;font-size:14px;font-weight:400}.quality-radio{display:inline-flex;align-items:center;justify-content:center;width:8.33px;height:8.33px;padding:4px;box-sizing:content-box;aspect-ratio:1/1;border-radius:9.6px;border:1.2px solid var(--token-color-stroke-default);flex-shrink:0}.quality-radio--selected{border-color:var(--token-color-stroke-cyan)}.quality-radio-dot{width:100%;height:100%;border-radius:9.6px;background-color:var(--token-color-stroke-cyan)}.loco-player-setting-list::-webkit-scrollbar{width:4px}.loco-player-setting-list::-webkit-scrollbar-thumb{background-color:#a8a8a8;border-radius:4px}.miniplayer-toggle,.play-pause-btn-mini-player{align-items:center;display:flex;justify-content:center}.settings-off .icon--setting,.settings-on .icon--setting{transition:transform .7s ease}.settings-on .icon--setting{transform:rotate(120deg)}.show-div{transform:translateY(-100px);position:absolute;bottom:0;opacity:1;visibility:visible;transition:all .2s ease}.hide-div{transform:translateY(0);opacity:0;visibility:hidden}@media (max-width:767px){.player-setting-menu{z-index:999;position:fixed;bottom:0;left:0;right:0;width:100%;display:flex;flex-direction:column;gap:0;padding:12px 16px 32px;border-radius:16px 16px 0 0;background:var(--token-color-background-n70)}.player-setting-menu .setting-menu-item{display:flex;position:relative;align-items:center;flex-direction:row;cursor:pointer;padding:16px 0;gap:8px;touch-action:manipulation;box-sizing:border-box;width:100%;justify-content:space-between}.sub-title{font-size:16px;font-weight:700;line-height:20.75px;text-align:center;color:var(--token-color-foreground-primary)}.keyboard-shortcuts,.miniplayer-toggle,.theatre-toggle{display:none!important}.player-controls-wrapper:not(.player-setting-wrapper){order:4}.sub-menu-scroll .sub-menu-item{padding-left:2px;padding-right:2px}.player-setting-menu .setting-item-value{color:var(--token-color-foreground-tertiary);font-size:12px;font-weight:400;line-height:15.56px;text-align:center}}:root{--token-spacing-px:1px;--token-radius-sm:4px;--token-radius-md:8px;--token-radius-lg:10px;--token-radius-xl:12px;--token-radius-2xl:16px;--token-radius-3xl:20px;--token-radius-full:1000px;--token-typography-font-family-suisse:var(--font-suisse),var(--font-suisse-2),sans-serif;--token-typography-font-family-lato:"lato",sans-serif;--token-typography-font-family-evogria:"evogria",sans-serif;--token-typography-font-family-inter:"Inter",sans-serif;--token-typography-font-family-mono:"Courier New",Courier,monospace;--token-typography-font-size-xs:10px;--token-typography-font-size-sm:12px;--token-typography-font-size-base:14px;--token-typography-font-size-md:16px;--token-typography-font-size-lg:18px;--token-typography-font-size-xl:20px;--token-typography-font-size-display:56px;--token-typography-font-weight-extralight:200;--token-typography-font-weight-regular:400;--token-typography-font-weight-medium:500;--token-typography-font-weight-semibold:600;--token-typography-font-weight-bold:700;--token-typography-line-height-auto:normal;--token-typography-line-height-tight:0.95;--token-typography-line-height-snug:1.1;--token-typography-line-height-normal:1.2;--token-typography-line-height-live:14px;--token-typography-line-height-large:24px;--token-typography-letter-spacing-normal:0em;--token-typography-letter-spacing-tight:-0.01em;--token-typography-letter-spacing-tighter:-0.03em;--token-typography-letter-spacing-wide:0.01em;--token-shadow-none:none;--token-shadow-sm:0 1px 2px 0 rgba(0,0,0,0.08);--token-shadow-md:0 4px 6px -1px rgba(0,0,0,0.12),0 2px 4px -2px rgba(0,0,0,0.08);--token-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.15),0 4px 6px -4px rgba(0,0,0,0.1);--token-shadow-xl:0 20px 25px -5px rgba(0,0,0,0.2),0 8px 10px -6px rgba(0,0,0,0.1);--token-shadow-elevated:0 8px 32px 0 rgba(0,0,0,0.48);--token-shadow-popover:0 8px 24px 0 rgba(0,0,0,0.55);--token-shadow-modal:0 16px 40px 0 rgba(0,0,0,0.6);--token-shadow-header-bar:0 4px 2px rgba(0,0,0,0.5);--token-shadow-header-bar-subtle:0 4px 2px rgba(0,0,0,0.25);--token-shadow-panel:0 4px 4px rgba(0,0,0,0.5);--token-shadow-panel-elevated:0 4px 20px rgba(0,0,0,0.5);--token-animation-duration-instant:100ms;--token-animation-duration-fast:150ms;--token-animation-duration-normal:200ms;--token-animation-duration-slow:300ms;--token-animation-duration-slower:500ms;--token-animation-easing-linear:linear;--token-animation-easing-ease-in:cubic-bezier(0.4,0,1,1);--token-animation-easing-ease-out:cubic-bezier(0,0,0.2,1);--token-animation-easing-ease-in-out:cubic-bezier(0.4,0,0.2,1);--token-animation-easing-spring:cubic-bezier(0.34,1.56,0.64,1);--token-z-index-hide:-1;--token-z-index-base:0;--token-z-index-raised:10;--token-z-index-dropdown:50;--token-z-index-sticky:60;--token-z-index-overlay:70;--token-z-index-sidenav:79;--token-z-index-header:80;--token-z-index-modal:90;--token-z-index-toast:100;--token-z-index-tooltip:110;--token-aspect-ratio-none:0;--token-aspect-ratio-square:1/1;--token-aspect-ratio-video:16/9;--token-aspect-ratio-classic:4/3;--token-aspect-ratio-wide:21/9;--token-max-width-modal-sm:400px;--token-max-width-modal-md:480px;--token-max-width-modal-lg:640px;--token-max-width-sheet:480px;--token-max-width-popover:280px;--token-max-width-dropdown:200px;--token-blur-sheet:27px;--token-color-neutral-n100:#000000;--token-color-neutral-n100-light:#FCFCFD;--token-color-neutral-n90:#121212;--token-color-neutral-n90-light:#F4F4F6;--token-color-neutral-n80:#1C1C1C;--token-color-neutral-n80-light:#ECECEF;--token-color-neutral-n70:#282828;--token-color-neutral-n70-light:#E4E4E8;--token-color-neutral-n60:#404040;--token-color-neutral-n60-light:#DCDCE1;--token-color-neutral-n50:#5A5A5A;--token-color-neutral-n50-light:#BFBFBF;--token-color-neutral-n40:#868686;--token-color-neutral-n40-light:#949494;--token-color-neutral-n30:#B1B1B1;--token-color-neutral-n30-light:#6E6E6E;--token-color-neutral-n20-light:#121212;--token-color-neutral-white:#FFFFFF;--token-color-neutral-content-secondary-light:#757575;--token-color-neutral-content-tertiary-light:#767676;--token-color-neutral-content-disabled-light:#ABABAB;--token-color-neutral-content-disabled-bright-light:#C4C4C4;--token-color-neutral-stroke-subtle-light:#E6E6E6;--token-color-neutral-stroke-default-light:#D0D0D0;--token-color-neutral-stroke-strong-light:#B4B4B4;--token-color-brand-default:#FF3700;--token-color-brand-default-light:#FF4900;--token-color-brand-hover:#E03000;--token-color-brand-pressed:#CC2C00;--token-color-brand-subtle:#3F1706;--token-color-brand-subtle-light:#FFEAE3;--token-color-brand-secondary-hover-light:#E0E0E0;--token-color-brand-disabled-light:#E8E8E8;--token-color-accent-dark-cyan:#03FDF5;--token-color-accent-dark-green-neon:#CCFF12;--token-color-accent-dark-yellow:#F4FF55;--token-color-accent-dark-lime:#FAFF0D;--token-color-accent-dark-purple:#7800CE;--token-color-accent-light-cyan:#02CFC8;--token-color-accent-light-green-neon:#A8D10E;--token-color-accent-light-yellow:#E2D600;--token-color-feedback-success:#3DDC84;--token-color-feedback-success-light:#1EA95C;--token-color-feedback-success-text-light:#18884A;--token-color-feedback-error:#FF5468;--token-color-feedback-error-text-light:#ED001C;--token-color-feedback-warning:#FBBF24;--token-color-feedback-warning-light:#C08B04;--token-color-feedback-warning-text-light:#986F03;--token-color-feedback-success-bg:#08160D;--token-color-feedback-success-bg-light:#E7F5EC;--token-color-feedback-error-bg:#190509;--token-color-feedback-error-bg-light:#FCE9EC;--token-color-feedback-warning-bg:#1B1202;--token-color-feedback-warning-bg-light:#FBF1DA;--token-color-chat-dark-lime-green:#A0E57C;--token-color-chat-dark-peach:#FFB26B;--token-color-chat-dark-mustard:#FFD95E;--token-color-chat-dark-coral:#FF8A80;--token-color-chat-dark-light-pink:#FF93C9;--token-color-chat-dark-light-purple:#B79CFF;--token-color-chat-dark-turquoise:#7FE0D4;--token-color-chat-dark-sky-blue:#5DC2FF;--token-color-chat-light-lime-green:#438D1C;--token-color-chat-light-peach:#CB6100;--token-color-chat-light-mustard:#9D7800;--token-color-chat-light-coral:#F91400;--token-color-chat-light-light-pink:#F5007B;--token-color-chat-light-light-purple:#8A5EFF;--token-color-chat-light-turquoise:#228D80;--token-color-chat-light-sky-blue:#0082D1;--token-color-black-default:#000000;--token-color-black-a60:#00000099;--token-color-black-a85:#000000D9;--token-color-background-n100:#000000;--token-color-background-n90:#121212;--token-color-background-n80:#1C1C1C;--token-color-background-n70:#282828;--token-color-background-n60:#404040;--token-color-background-n50:#5A5A5A;--token-color-background-n40:#868686;--token-color-background-n30:#B1B1B1;--token-color-background-n20:#FFFFFF;--token-color-background-white:#FFFFFF;--token-color-background-brand:#FF3700;--token-color-background-error:#190509;--token-color-background-success:#08160D;--token-color-background-warning:#1B1202;--token-color-stroke-subtle:#282828;--token-color-stroke-default:#404040;--token-color-stroke-strong:#5A5A5A;--token-color-stroke-cyan:#03FDF5;--token-color-stroke-brand:#FF3700;--token-color-stroke-success:#3DDC84;--token-color-stroke-error:#FF5468;--token-color-stroke-warning:#FBBF24;--token-color-accent-cyan:#03FDF5;--token-color-accent-green-neon:#CCFF12;--token-color-accent-yellow:#F4FF55;--token-color-accent-purple:#7800CE;--token-color-foreground-primary:#FFFFFF;--token-color-foreground-secondary:#B1B1B1;--token-color-foreground-tertiary:#868686;--token-color-foreground-cyan:#03FDF5;--token-color-foreground-disabled:#5A5A5A;--token-color-foreground-disabled-bright:#868686;--token-color-foreground-inverse:#000000;--token-color-foreground-brand:#FF3700;--token-color-foreground-success:#3DDC84;--token-color-foreground-error:#FF5468;--token-color-foreground-warning:#FBBF24;--token-color-foreground-special-primary:#FFFFFF;--token-color-foreground-special-secondary:#B1B1B1;--token-color-foreground-special-inverse:#000000;--token-color-icon-primary:#FFFFFF;--token-color-icon-secondary:#B1B1B1;--token-color-icon-tertiary:#868686;--token-color-icon-inverse:#868686;--token-color-icon-cyan:#03FDF5;--token-color-icon-yellow:#F4FF55;--token-color-icon-lime:#FAFF0D;--token-color-icon-disabled:#5A5A5A;--token-color-icon-brand:#FF3700;--token-color-icon-success:#3DDC84;--token-color-icon-error:#FF5468;--token-color-icon-warning:#FBBF24;--token-color-icon-special-primary:#FFFFFF;--token-color-icon-special-grey:#868686;--token-color-icon-special-brand-logo:#FF4900;--token-color-cta-primary:#FF3700;--token-color-cta-primary-hover:#E03000;--token-color-cta-primary-pressed:#CC2C00;--token-color-cta-primary-subtle:#3F1706;--token-color-cta-secondary:#282828;--token-color-cta-secondary-hover:#404040;--token-color-cta-disabled:#282828;--token-color-specials-card-tags:#00000099;--token-color-specials-feature-tags:#00000099;--token-color-specials-floating-surface:#00000099;--token-color-specials-notification:#121212;--token-color-specials-quest-card:#121212;--token-color-specials-play-background:#000000;--token-color-specials-play-cyan:#03FDF5;--token-color-specials-play-yellow:#F4FF55;--token-color-specials-default-thumbnail:#121212;--token-color-overlay-scrim:#00000099;--token-color-overlay-gated:#000000D9;--token-color-overlay-opaque:#000000;--token-color-overlay-diamond-price:#000000;--token-color-chat-lime-green:#A0E57C;--token-color-chat-peach:#FFB26B;--token-color-chat-mustard:#FFD95E;--token-color-chat-coral:#FF8A80;--token-color-chat-light-pink:#FF93C9;--token-color-chat-light-purple:#B79CFF;--token-color-chat-turquoise:#7FE0D4;--token-color-chat-sky-blue:#5DC2FF}[data-theme=light]{--token-color-neutral-n100:#000000;--token-color-neutral-n100-light:#FCFCFD;--token-color-neutral-n90:#121212;--token-color-neutral-n90-light:#F4F4F6;--token-color-neutral-n80:#1C1C1C;--token-color-neutral-n80-light:#ECECEF;--token-color-neutral-n70:#282828;--token-color-neutral-n70-light:#E4E4E8;--token-color-neutral-n60:#404040;--token-color-neutral-n60-light:#DCDCE1;--token-color-neutral-n50:#5A5A5A;--token-color-neutral-n50-light:#BFBFBF;--token-color-neutral-n40:#868686;--token-color-neutral-n40-light:#949494;--token-color-neutral-n30:#B1B1B1;--token-color-neutral-n30-light:#6E6E6E;--token-color-neutral-n20-light:#121212;--token-color-neutral-white:#FFFFFF;--token-color-neutral-content-secondary-light:#757575;--token-color-neutral-content-tertiary-light:#767676;--token-color-neutral-content-disabled-light:#ABABAB;--token-color-neutral-content-disabled-bright-light:#C4C4C4;--token-color-neutral-stroke-subtle-light:#E6E6E6;--token-color-neutral-stroke-default-light:#D0D0D0;--token-color-neutral-stroke-strong-light:#B4B4B4;--token-color-brand-default:#FF3700;--token-color-brand-default-light:#FF4900;--token-color-brand-hover:#E03000;--token-color-brand-pressed:#CC2C00;--token-color-brand-subtle:#3F1706;--token-color-brand-subtle-light:#FFEAE3;--token-color-brand-secondary-hover-light:#E0E0E0;--token-color-brand-disabled-light:#E8E8E8;--token-color-accent-dark-cyan:#03FDF5;--token-color-accent-dark-green-neon:#CCFF12;--token-color-accent-dark-yellow:#F4FF55;--token-color-accent-dark-lime:#FAFF0D;--token-color-accent-dark-purple:#7800CE;--token-color-accent-light-cyan:#02CFC8;--token-color-accent-light-green-neon:#A8D10E;--token-color-accent-light-yellow:#E2D600;--token-color-feedback-success:#3DDC84;--token-color-feedback-success-light:#1EA95C;--token-color-feedback-success-text-light:#18884A;--token-color-feedback-error:#FF5468;--token-color-feedback-error-text-light:#ED001C;--token-color-feedback-warning:#FBBF24;--token-color-feedback-warning-light:#C08B04;--token-color-feedback-warning-text-light:#986F03;--token-color-feedback-success-bg:#08160D;--token-color-feedback-success-bg-light:#E7F5EC;--token-color-feedback-error-bg:#190509;--token-color-feedback-error-bg-light:#FCE9EC;--token-color-feedback-warning-bg:#1B1202;--token-color-feedback-warning-bg-light:#FBF1DA;--token-color-chat-dark-lime-green:#A0E57C;--token-color-chat-dark-peach:#FFB26B;--token-color-chat-dark-mustard:#FFD95E;--token-color-chat-dark-coral:#FF8A80;--token-color-chat-dark-light-pink:#FF93C9;--token-color-chat-dark-light-purple:#B79CFF;--token-color-chat-dark-turquoise:#7FE0D4;--token-color-chat-dark-sky-blue:#5DC2FF;--token-color-chat-light-lime-green:#438D1C;--token-color-chat-light-peach:#CB6100;--token-color-chat-light-mustard:#9D7800;--token-color-chat-light-coral:#F91400;--token-color-chat-light-light-pink:#F5007B;--token-color-chat-light-light-purple:#8A5EFF;--token-color-chat-light-turquoise:#228D80;--token-color-chat-light-sky-blue:#0082D1;--token-color-black-default:#000000;--token-color-black-a60:#00000099;--token-color-black-a85:#000000D9;--token-color-background-n100:#FCFCFD;--token-color-background-n90:#F4F4F6;--token-color-background-n80:#ECECEF;--token-color-background-n70:#E4E4E8;--token-color-background-n60:#DCDCE1;--token-color-background-n50:#BFBFBF;--token-color-background-n40:#949494;--token-color-background-n30:#6E6E6E;--token-color-background-n20:#121212;--token-color-background-white:#FFFFFF;--token-color-background-brand:#FF3700;--token-color-background-error:#FCE9EC;--token-color-background-success:#E7F5EC;--token-color-background-warning:#FBF1DA;--token-color-stroke-subtle:#E6E6E6;--token-color-stroke-default:#D0D0D0;--token-color-stroke-strong:#B4B4B4;--token-color-stroke-cyan:#02CFC8;--token-color-stroke-brand:#FF3700;--token-color-stroke-success:#1EA95C;--token-color-stroke-error:#FF5468;--token-color-stroke-warning:#C08B04;--token-color-accent-cyan:#02CFC8;--token-color-accent-green-neon:#A8D10E;--token-color-accent-yellow:#E2D600;--token-color-accent-purple:#7800CE;--token-color-foreground-primary:#121212;--token-color-foreground-secondary:#757575;--token-color-foreground-tertiary:#767676;--token-color-foreground-cyan:#02CFC8;--token-color-foreground-disabled:#ABABAB;--token-color-foreground-disabled-bright:#C4C4C4;--token-color-foreground-inverse:#FFFFFF;--token-color-foreground-brand:#FF3700;--token-color-foreground-success:#18884A;--token-color-foreground-error:#ED001C;--token-color-foreground-warning:#986F03;--token-color-foreground-special-primary:#FFFFFF;--token-color-foreground-special-secondary:#B1B1B1;--token-color-foreground-special-inverse:#000000;--token-color-icon-primary:#121212;--token-color-icon-secondary:#757575;--token-color-icon-tertiary:#767676;--token-color-icon-inverse:#767676;--token-color-icon-cyan:#02CFC8;--token-color-icon-yellow:#E2D600;--token-color-icon-lime:#FAFF0D;--token-color-icon-disabled:#ABABAB;--token-color-icon-brand:#FF3700;--token-color-icon-success:#1EA95C;--token-color-icon-error:#FF5468;--token-color-icon-warning:#C08B04;--token-color-icon-special-primary:#FFFFFF;--token-color-icon-special-grey:#868686;--token-color-icon-special-brand-logo:#FF3700;--token-color-cta-primary:#FF3700;--token-color-cta-primary-hover:#E03000;--token-color-cta-primary-pressed:#CC2C00;--token-color-cta-primary-subtle:#FFEAE3;--token-color-cta-secondary:#DCDCE1;--token-color-cta-secondary-hover:#E0E0E0;--token-color-cta-disabled:#E8E8E8;--token-color-specials-card-tags:#00000099;--token-color-specials-feature-tags:#00000099;--token-color-specials-floating-surface:#00000099;--token-color-specials-notification:#6E6E6E;--token-color-specials-quest-card:#6E6E6E;--token-color-specials-play-background:#000000;--token-color-specials-play-cyan:#02CFC8;--token-color-specials-play-yellow:#E2D600;--token-color-specials-default-thumbnail:#121212;--token-color-overlay-scrim:#00000099;--token-color-overlay-gated:#000000D9;--token-color-overlay-opaque:#000000;--token-color-overlay-diamond-price:#000000;--token-color-chat-lime-green:#438D1C;--token-color-chat-peach:#CB6100;--token-color-chat-mustard:#9D7800;--token-color-chat-coral:#F91400;--token-color-chat-light-pink:#F5007B;--token-color-chat-light-purple:#8A5EFF;--token-color-chat-turquoise:#228D80;--token-color-chat-sky-blue:#0082D1}@font-face{font-family:SuisseeIntlFont;src:url(https://static.loco.gg/next-assets/_next/static/media/c0251deeb6c8aa9d-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:SuisseeIntlFont;src:url(https://static.loco.gg/next-assets/_next/static/media/888c47c2423685c0-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:SuisseeIntlFont;src:url(https://static.loco.gg/next-assets/_next/static/media/4dcb3954a328d9c0-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:SuisseeIntlFont;src:url(https://static.loco.gg/next-assets/_next/static/media/78222a225b423cdc-s.p.woff2) format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:SuisseeIntlFont Fallback;src:local("Arial");ascent-override:95.68%;descent-override:30.18%;line-gap-override:0.00%;size-adjust:103.05%}.__className_07d141{font-family:SuisseeIntlFont,SuisseeIntlFont Fallback}.__variable_07d141{--font-suisse:"SuisseeIntlFont","SuisseeIntlFont Fallback"}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/0b91037f05ac34ac-s.woff2) format("woff2");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/6894f1a4828035e6-s.woff2) format("woff2");font-display:swap;font-weight:100;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/be230da46064a840-s.woff2) format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/7f50ac2e59d7818b-s.woff2) format("woff2");font-display:swap;font-weight:200;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/b58f3ea995b405bd-s.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/7fb36c07fe01a5cf-s.woff2) format("woff2");font-display:swap;font-weight:300;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/8ddc523e4ee4461f-s.woff2) format("woff2");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/888c47c2423685c0-s.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/1b49dac45dc2fd31-s.woff2) format("woff2");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/14f9a03c01a4c1e7-s.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/d11d2bc8ebca3b25-s.woff2) format("woff2");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/01216ec442a63cd0-s.woff2) format("woff2");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy;src:url(https://static.loco.gg/next-assets/_next/static/media/db3c4cd3270dcf95-s.woff2) format("woff2");font-display:swap;font-weight:900;font-style:italic}@font-face{font-family:SuisseeIntlFontLazy Fallback;src:local("Arial");ascent-override:97.12%;descent-override:30.63%;line-gap-override:0.00%;size-adjust:101.52%}.__className_cfe123{font-family:SuisseeIntlFontLazy,SuisseeIntlFontLazy Fallback}.__variable_cfe123{--font-suisse-2:"SuisseeIntlFontLazy","SuisseeIntlFontLazy Fallback"}