:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;cursor:pointer;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;appearance:none}button::-moz-focus-inner{border:0;padding:0}input,textarea{all:unset}html{font-size:96%}body{margin:0;font-family:var(--font-regular);color:var(--theme-default-text-color)}:focus{outline:none!important}@font-face{font-family:inter_light;src:url(/assets/Inter_24pt-Light-BFKa5A5X.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:inter_light;src:url(/assets/Inter_24pt-LightItalic-CGC1o-Hn.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:inter_regular;src:url(/assets/Inter_24pt-Regular-BPx6xqqj.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:inter_regular;src:url(/assets/Inter_24pt-Italic-CsTT2-df.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:inter_medium;src:url(/assets/Inter_24pt-Medium-CWuwCVva.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:inter_medium;src:url(/assets/Inter_24pt-MediumItalic-DrcOYt4T.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:inter_semi_bold;src:url(/assets/Inter_24pt-SemiBold-BQskPSi-.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:inter_semi_bold;src:url(/assets/Inter_24pt-SemiBoldItalic-B3ysfErS.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:inter_bold;src:url(/assets/Inter_24pt-Bold-Dw-n3Ytu.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:inter_bold;src:url(/assets/Inter_24pt-BoldItalic-BLmxYVKH.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:inter_extra_bold;src:url(/assets/Inter_24pt-ExtraBold-0nTgKIn_.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:inter_extra_bold;src:url(/assets/Inter_24pt-ExtraBoldItalic-BreZ0lrH.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:inter_black;src:url(/assets/Inter_24pt-Black-D6Y9fSfR.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:inter_black;src:url(/assets/Inter_24pt-BlackItalic-DoX4eKOA.ttf) format("truetype");font-weight:900;font-style:italic}:root{--font-light: inter_light, sans-serif;--font-regular: inter_regular, sans-serif;--font-medium: inter_medium, sans-serif;--font-semibold: inter_semi_bold, sans-serif;--font-bold: inter_bold, sans-serif;--font-extrabold: inter_extra_bold, sans-serif;--font-black: inter_black, sans-serif;--letter-spacing-normal: normal;--letter-spacing-wide: .0313rem;--letter-spacing-narrow: -.0156rem;--toastify-font-family: var(--font-regular) !important}:root{--grey-background: #f4f4f4;--grey-background-dark: #e1e1e1;--grey-background-darker: #b4b4b4;--white: #fff;--white-low-contrast: #edf0f6;--orange: #ff3700;--orange-background: #ff5b2c;--orange-light: #ff9f40;--grey: #21222d;--grey-light: #2d323d;--grey-lighter: #3f414b;--blue: #3899f6;--blue-dark: #4275e7;--black: #171821;--green: #63c178;--yellow: rgb(255 204 55 / 75%);--green-light: #a9dfd8;--green-dark: #448f55ff;--green-gradient: linear-gradient( 45deg, #63c178 0%, #36bbff 83%, #c1f793 100% );--grey-neutral: #8f8f8f;--text-grey: #8f8f8f;--box-shadow-dark: 0px .25rem 1.5rem 0px #0003;--box-shadow-light: 0px .25rem 1.5rem 0px #0000001f;--toastify-color-light: var(--grey-background) !important;--toastify-text-color-light: var(--black) !important;--analysis-topics-background: #bfc7db;--analysis-keywords-background: var(--grey);--analysis-topic-card-background: #dce4f6;--logo-color: var(--blue);--video-stage-bg: radial-gradient( 120% 95% at 50% 0%, #2b2b29 0%, #181817 68%, #10100f 100% );--bar-thickness: clamp( 3.625rem, min(4.992vw, 7.104vh), 4rem );--bar-margin: clamp( .5rem, min(.96vw, 1.44vh), 1rem );--bar-gap: clamp( .5rem, min(.864vw, 1.296vh), .875rem );--bar-radius: 999px;--rail-expanded-radius: 3rem;--app-topbar-inline-padding: clamp(1rem, min(1.92vw, 2.784vh), 2rem);--app-content-inline-padding: clamp( .875rem, min(1.632vw, 2.304vh), 1.625rem );--app-content-block-padding: max(.5rem, calc(var(--bar-gap) - .25rem));--app-content-bottom-padding: clamp(1.5rem, min(2.88vw, 3.84vh), 2.5rem);--app-section-gap: clamp(.875rem, min(1.632vw, 2.208vh), 1.625rem);--app-card-padding: clamp(.875rem, min(1.536vw, 2.112vh), 1.375rem);--bar-footprint: calc(var(--bar-margin) + var(--bar-thickness));--bar-gutter: calc(var(--bar-footprint) + var(--bar-gap))}.global-theme{position:fixed;inset:0;overflow:auto;background:var(--app-background-color)}.global-theme-dark{--app-background-color: #252524;--theme-main-background: var(--black);--theme-secondary-background: var(--grey-background);--theme-default-text-color: var(--white);--theme-default-text-color-light: #e4e7ee;--text-grey: #d1d5df;--theme-card-main-background: #303137;--theme-card-main-background-2: #363b47;--theme-icon-color: var(--theme-default-text-color);--theme-icon-color-reversed: var(--black);--theme-scrollbar-thumb-color: #d6dce8;--theme-warning-color: var(--orange-light);--theme-secondary-button: #f0f3f8;--theme-low-contrast-background-card: #42444b;--theme-low-contrast-background: #32343b;--theme-control-muted-bg: rgb(255 255 255 / 9%);--theme-control-muted-bg-hover: rgb(255 255 255 / 14%);--theme-control-muted-border: rgb(255 255 255 / 16%);--theme-control-muted-border-strong: rgb(255 255 255 / 24%);--theme-control-muted-fg: var(--theme-default-text-color-light);--theme-input-border: rgb(255 255 255 / 18%);--theme-disabled-fg: #aab1c0;--theme-neutral-indicator: #b8becb;--theme-box-shadow-default: 0 .25rem .5rem rgb(0 0 0 / 40%), 0 2px .25rem rgb(0 0 0 / 25%);--theme-nav-bar-button-color: #d4d8e2;--theme-subtitles-editor-background: #26272d;--theme-separator: rgb(255 255 255 / 16%);--theme-topbar-bg: #1a1a19;--theme-topbar-border: rgb(255 255 255 / 14%);--theme-glass-widget-bg: #1a1a19;--theme-glass-widget-border: rgb(255 255 255 / 14%);--theme-glass-widget-bg-solid: #1a1a19;--bar-shadow: 0 .625rem 1.625rem rgb(0 0 0 / 22%);--bar-highlight: inset 0 1px 0 rgb(255 255 255 / 10%);--bar-shadow-rail: 0 .5rem 1.5rem rgb(0 0 0 / 10%)}.global-theme-light{--app-background-color: #d2ddd5;--theme-main-background: #eceef2;--theme-secondary-background: var(--grey);--theme-default-text-color: var(--black);--theme-default-text-color-light: #424752;--text-grey: #424752;--theme-card-main-background: #fefefe;--theme-card-main-background-2: #e7e9ee;--theme-icon-color: var(--theme-default-text-color);--theme-icon-color-reversed: var(--white);--theme-scrollbar-thumb-color: #9da6b5;--theme-warning-color: var(--orange);--theme-secondary-button: #2b303a;--theme-low-contrast-background-card: #e3e6ec;--theme-low-contrast-background: #cbd1dc;--theme-control-muted-bg: rgb(0 0 0 / 8%);--theme-control-muted-bg-hover: rgb(0 0 0 / 12%);--theme-control-muted-border: rgb(0 0 0 / 16%);--theme-control-muted-border-strong: rgb(0 0 0 / 24%);--theme-control-muted-fg: var(--theme-default-text-color-light);--theme-input-border: rgb(0 0 0 / 18%);--theme-disabled-fg: #6b7280;--theme-neutral-indicator: #606a78;--theme-box-shadow-default: 0 .25rem .5rem rgb(0 0 0 / 18%), 0 2px .25rem rgb(0 0 0 / 12%);--theme-nav-bar-button-color: #3e4450;--theme-subtitles-editor-background: #e3e6ec;--theme-separator: rgb(0 0 0 / 16%);--theme-topbar-bg: #f9f9f7;--theme-topbar-border: rgb(0 0 0 / 10%);--theme-glass-widget-bg: #f9f9f7;--theme-glass-widget-border: rgb(0 0 0 / 11%);--theme-glass-widget-bg-solid: #f9f9f7;--video-stage-bg: radial-gradient( 120% 95% at 50% 0%, #f9f9f7 0%, #ecece8 68%, #dfdfd9 100% );--bar-shadow: 0 .625rem 1.625rem rgb(40 50 80 / 10%);--bar-highlight: inset 0 1px 0 rgb(255 255 255 / 60%);--bar-shadow-rail: 0 .5rem 1.5rem rgb(40 50 80 / 8%)}@media(width<=768px){.global-theme-dark{--app-background-color: #121319;--theme-main-background: #0f1015;--theme-default-text-color: #f3f5f9;--theme-default-text-color-light: #98a0ad;--text-grey: #98a0ad;--theme-card-main-background: #181a20;--theme-card-main-background-2: #20232b;--theme-low-contrast-background-card: #20232b;--theme-low-contrast-background: #2a2e37;--theme-control-muted-bg: rgb(255 255 255 / 6%);--theme-control-muted-bg-hover: rgb(255 255 255 / 10%);--theme-control-muted-border: rgb(255 255 255 / 9%);--theme-control-muted-border-strong: rgb(255 255 255 / 17%);--theme-input-border: rgb(255 255 255 / 12%);--theme-nav-bar-button-color: #98a0ad;--theme-separator: rgb(255 255 255 / 9%);--theme-topbar-bg: #0f1015;--theme-topbar-border: rgb(255 255 255 / 9%);--theme-glass-widget-bg: #181a20;--theme-glass-widget-border: rgb(255 255 255 / 9%);--theme-glass-widget-bg-solid: #181a20;--bar-shadow: 0 .75rem 2rem rgb(0 0 0 / 24%);--bar-shadow-rail: 0 .625rem 1.75rem rgb(0 0 0 / 20%);--bar-highlight: inset 0 1px 0 rgb(255 255 255 / 7%)}}[data-app-topbar]{view-transition-name:app-topbar}[data-app-page]{view-transition-name:app-page}@media(width>768px){[data-app-page] [data-app-topbar]{margin-left:var(--bar-margin)}}@media(prefers-reduced-motion:no-preference){::view-transition-group(root){animation:none}::view-transition-old(root){animation:none;opacity:0}::view-transition-new(root){animation:none;opacity:1}::view-transition-group(app-page){animation-duration:.38s}::view-transition-old(app-page){animation:app-page-out .16s ease-out both;mix-blend-mode:normal}::view-transition-new(app-page){animation:app-page-in .26s .1s ease-out both;mix-blend-mode:normal}::view-transition-group(app-topbar){animation-duration:.42s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(app-topbar){animation:app-chrome-out .17s ease-out both;mix-blend-mode:normal}::view-transition-new(app-topbar){animation:app-chrome-in .26s 80ms ease-out both;mix-blend-mode:normal}::view-transition-group(app-rail-selection){z-index:100;animation-duration:.52s;animation-timing-function:cubic-bezier(.22,1.18,.36,1)}::view-transition-old(app-rail-selection){animation:app-selection-out .16s ease-out both;mix-blend-mode:normal}::view-transition-new(app-rail-selection){animation:app-selection-in .36s 70ms cubic-bezier(.22,1.35,.36,1) both;mix-blend-mode:normal}}@keyframes app-page-out{to{opacity:0}}@keyframes app-page-in{0%{opacity:0}}@keyframes app-chrome-out{to{opacity:0}}@keyframes app-chrome-in{0%{opacity:.35}}@keyframes app-selection-out{to{opacity:0;transform:scale(.78)}}@keyframes app-selection-in{0%{opacity:0;transform:scale(.72)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){[data-app-page],[data-app-topbar]{view-transition-name:none}::view-transition-group(root){animation-duration:.01ms}}:root{--text-xxxl: 2.75rem;--text-xxl: 1.75rem;--text-xl: 1.5rem;--text-llg: 1.25rem;--text-lg: 1.125rem;--text-base: 1rem;--text-sm: .875rem;--text-xs: .75rem;--text-xxs: .625rem;--text-xxxs: .5rem;--page-header-eyebrow-size: .75rem;--page-header-title-size: 1.3125rem;--page-header-title-size-mobile: 1.5rem;--page-header-title-spacing: 0;--page-header-title-line-height: 1.1;--app-ui-font-xs: .75rem;--app-ui-font-sm: .8125rem;--app-ui-font-md: .875rem;--app-ui-font-lg: .9688rem;--app-body-font: 1rem;--app-title-sm: .9063rem;--app-title-md: .9375rem;--app-value-font-md: 1.625rem;--app-value-font-lg: 1.875rem;--gap-xxs: .125rem;--gap-xs: .25rem;--gap-1: .5rem;--gap-2: clamp(.7rem, min(.912vw, 1.392vh), .9rem);--gap-3: clamp(.95rem, min(1.296vw, 1.824vh), 1.25rem);--gap-4: clamp(1.2rem, min(1.776vw, 2.544vh), 1.75rem);--gap-5: clamp(1.45rem, min(2.064vw, 2.88vh), 2rem);--gap-6: clamp(1.75rem, min(2.544vw, 3.648vh), 2.5rem);--gap-7: clamp(2.1rem, min(3.024vw, 4.32vh), 3rem);--radius-dropdown: .75rem;--radius-circle: 9999px;--radius-almost-angle: 2px;--radius-card: .75rem;--radius-select: .25rem;--page-header-height: clamp(6rem, 12.672vh, 8.125rem);--page-small-header-height: clamp(3.625rem, 7.104vh, 4.6875rem);--zone-editor-height: clamp(13.75rem, 28.8vh, 17.5rem);--zone-editor-height-small: clamp(9.375rem, 21.12vh, 11.25rem)}@media(768px<width<=1280px),(height<=820px){:root{--text-xxxl: 2.35rem;--text-xxl: 1.55rem;--text-xl: 1.35rem;--text-llg: 1.125rem;--page-header-eyebrow-size: .6875rem;--page-header-title-size: 1.125rem;--app-ui-font-sm: .75rem;--app-ui-font-md: .8125rem;--app-ui-font-lg: .875rem;--app-body-font: .875rem;--app-title-sm: .8125rem;--app-title-md: .875rem;--app-value-font-md: 1.375rem;--app-value-font-lg: 1.5rem}}@media(768px<width<=1024px),(height<=700px){:root{--page-header-title-size: 1rem;--app-ui-font-lg: .8438rem;--app-value-font-md: 1.25rem;--app-value-font-lg: 1.375rem}}@media(width<=768px){:root{--page-header-title-size-mobile: 1.25rem;--radius-card: .875rem}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{border-radius:var(--radius-circle);background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb-color);border-radius:var(--radius-circle)}:root{--rt-opacity: 1 !important;--rt-color-dark: var(--blue) !important}:root{--toastify-toast-width: 26.25rem !important;--toastify-toast-max-height: 18.75rem !important}.Toastify__toast-body>div:last-child{white-space:pre-line}.Toastify__toast{position:relative}.appToastContainer .Toastify__toast .Toastify__close-button{position:absolute;top:.375rem;right:.375rem;display:flex;width:1.125rem;height:1.125rem;align-items:center;justify-content:center;border-radius:50%;opacity:0;transition:opacity .12s ease,background-color .12s ease}.appToastContainer .Toastify__toast:hover .Toastify__close-button,.appToastContainer .Toastify__close-button:focus-visible{opacity:.72}.appToastContainer .Toastify__close-button:hover,.appToastContainer .Toastify__close-button:focus-visible{background:#00000014;opacity:1}.appToastContainer .Toastify__close-button>svg{width:.8125rem;height:.8125rem}.global-theme-dark .appToastContainer .Toastify__close-button:hover,.global-theme-dark .appToastContainer .Toastify__close-button:focus-visible{background:#ffffff1f}.appToastContainer.Toastify__toast-container--top-right{top:calc(var(--bar-margin) + var(--bar-thickness) + var(--bar-gap));right:var(--bar-margin)}@media(width<=768px){.appToastContainer.Toastify__toast-container--top-right{top:4rem;right:.75rem;left:.75rem;width:auto}}._shell_1s4yp_2{position:fixed;inset:0;display:flex;color:var(--theme-default-text-color)}._main_1s4yp_9{flex:1;min-width:0;display:flex;flex-direction:column;overflow:auto}._shellMobile_1s4yp_17{position:fixed;inset:0;display:flex;flex-direction:column;color:var(--theme-default-text-color)}._mobileContent_1s4yp_25{flex:1;min-height:0;overflow:auto}._rail_1xfyp_1{position:absolute;left:var(--bar-margin);top:var(--bar-margin);bottom:var(--bar-margin);width:var(--bar-thickness);z-index:40;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:clamp(.625rem,1.536vh,1rem) 0;gap:clamp(.1875rem,.672vh,.375rem);background:var(--theme-topbar-bg);border:1px solid var(--theme-topbar-border);border-radius:var(--bar-radius);box-shadow:var(--bar-shadow-rail),var(--bar-highlight)}._brand_1xfyp_23{position:relative;width:clamp(3rem,calc(var(--bar-thickness) - .375rem),4.625rem);height:clamp(2rem,calc(var(--bar-thickness) - 1.875rem),3.125rem);display:grid;place-items:center;margin-bottom:clamp(.25rem,.864vh,.5rem);flex:0 0 auto}._brand_1xfyp_23:before{content:"";position:absolute;inset:-.3125rem -2px;border-radius:50%;background:radial-gradient(circle,var(--air-glow, rgb(255 45 45 / 55%)) 0%,var(--air-glow-fade, rgb(255 45 45 / 0%)) 70%);opacity:0;pointer-events:none;transition:opacity .45s ease}._brandLayer_1xfyp_51{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;transition:opacity .45s ease}._brandLayer_1xfyp_51 svg{width:clamp(2.75rem,calc(var(--bar-thickness) - .75rem),4.25rem)!important;height:auto!important}._brandLayerAir_1xfyp_68{opacity:0}._brandLayerAir_1xfyp_68 svg use{stroke:var(--air-stroke, #ff2d2d)}._brandLayerAir_1xfyp_68 svg use:last-of-type{stroke:var(--air-stroke-2, #ffc2c2)}._brandLive_1xfyp_83{--air-stroke: #ff2d2d;--air-stroke-2: #ffc2c2;--air-glow: rgb(255 45 45 / 55%);--air-glow-fade: rgb(255 45 45 / 0%)}._brandSuspended_1xfyp_90{--air-stroke: #ff9d24;--air-stroke-2: #ffdca6;--air-glow: rgb(255 157 36 / 55%);--air-glow-fade: rgb(255 157 36 / 0%)}._brandOccupied_1xfyp_97{--air-stroke: #ff9d24;--air-stroke-2: #ffdca6;--air-glow: rgb(255 157 36 / 50%);--air-glow-fade: rgb(255 157 36 / 0%)}._brandLive_1xfyp_83 ._brandLayer_1xfyp_51,._brandSuspended_1xfyp_90 ._brandLayer_1xfyp_51,._brandOccupied_1xfyp_97 ._brandLayer_1xfyp_51{opacity:0}._brandLive_1xfyp_83 ._brandLayerAir_1xfyp_68,._brandSuspended_1xfyp_90 ._brandLayerAir_1xfyp_68,._brandOccupied_1xfyp_97 ._brandLayerAir_1xfyp_68{opacity:1}._brandLive_1xfyp_83:before,._brandSuspended_1xfyp_90:before,._brandOccupied_1xfyp_97:before{opacity:.16}._brandLive_1xfyp_83 ._brandLayerAir_1xfyp_68 svg use:last-of-type,._brandSuspended_1xfyp_90 ._brandLayerAir_1xfyp_68 svg use:last-of-type,._brandOccupied_1xfyp_97 ._brandLayerAir_1xfyp_68 svg use:last-of-type{stroke-dasharray:7 33;animation:_air-flow_1xfyp_1 1.4s linear infinite}@keyframes _air-flow_1xfyp_1{to{stroke-dashoffset:-40}}@media(prefers-reduced-motion:reduce){._navBtnActive_1xfyp_138,._recapNavBtnActive_1xfyp_139{view-transition-name:none}._brandLive_1xfyp_83 ._brandLayerAir_1xfyp_68 svg use:last-of-type,._brandSuspended_1xfyp_90 ._brandLayerAir_1xfyp_68 svg use:last-of-type,._brandOccupied_1xfyp_97 ._brandLayerAir_1xfyp_68 svg use:last-of-type{animation:none}}._navBtn_1xfyp_138{position:relative;width:clamp(2.5rem,calc(var(--bar-thickness) - 1.5rem),3.5rem);height:clamp(2.5rem,calc(var(--bar-thickness) - 1.5rem),3.5rem);display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:clamp(.75rem,calc(var(--bar-thickness) * .2),1rem);color:var(--theme-nav-bar-button-color, #d4d8e2);transition:background .16s ease,color .16s ease}._navBtn_1xfyp_138 svg{width:clamp(1.375rem,calc(var(--bar-thickness) * .38),1.875rem);height:clamp(1.375rem,calc(var(--bar-thickness) * .38),1.875rem)}._navBtn_1xfyp_138:hover{background:var(--theme-control-muted-bg);color:var(--theme-default-text-color-light)}._navBtn_1xfyp_138:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._navBtnActive_1xfyp_138{view-transition-name:app-rail-selection;color:var(--white);background:var(--theme-control-muted-bg-hover);box-shadow:inset 0 1px #ffffff1f,0 .4375rem 1.125rem #008cff1f}._navBtnActive_1xfyp_138 svg{color:var(--blue)}._recapDock_1xfyp_196{--recap-dock-size: clamp(2.5rem, calc(var(--bar-thickness) - 1.5rem), 3.5rem);position:relative;display:flex;width:100%;flex:0 0 auto;flex-direction:column;align-items:center;gap:clamp(.1875rem,.672vh,.375rem);isolation:isolate}._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDockOpen_1xfyp_209:before{content:"";position:absolute;z-index:0;top:-.125rem;bottom:-.5rem;left:50%;width:calc(var(--recap-dock-size) + .5rem);pointer-events:none;transform:translate(-50%);clip-path:polygon(19% 0,81% 0,94% 10%,100% 24%,100% 88%,91% 97%,75% 100%,25% 100%,9% 97%,0 88%,0 24%,6% 10%);border-radius:1rem 1rem 1.25rem 1.25rem;background:linear-gradient(180deg,#ffffff05,#ffffff0d 24%,#ffffff0a 82%,#ffffff03);filter:blur(.0625rem)}._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDockOpen_1xfyp_209:after{content:"";position:absolute;z-index:0;bottom:-.5625rem;left:50%;width:calc(var(--recap-dock-size) - .875rem);height:.5rem;pointer-events:none;transform:translate(-50%);border-bottom:1px solid rgb(255 255 255 / 11%);border-radius:0 0 999px 999px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent);mask-image:linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent)}._recapDock_1xfyp_196>._navBtn_1xfyp_138,._recapDock_1xfyp_196>._recapSlot_1xfyp_266{z-index:1}.global-theme-light ._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDockOpen_1xfyp_209:before{background:linear-gradient(180deg,rgb(0 0 0 / 1%) 0%,rgb(0 0 0 / 4%) 24%,rgb(0 0 0 / 3%) 82%,transparent 100%)}.global-theme-light ._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDockOpen_1xfyp_209:after{border-bottom-color:#0000001f}@media(hover:hover)and (pointer:fine){._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDock_1xfyp_196 ._recapSlot_1xfyp_266{transform-origin:center;transition:transform .24s cubic-bezier(.2,.8,.2,1)}._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDock_1xfyp_196 ._recapSlot_1xfyp_266:has(+._recapSlot_1xfyp_266:is(:hover,:focus-within)),._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDock_1xfyp_196 ._recapSlot_1xfyp_266:is(:hover,:focus-within)+._recapSlot_1xfyp_266{z-index:3;transform:scale(1.08)}._rail_1xfyp_1:not(._railExpanded_1xfyp_209) ._recapDock_1xfyp_196 ._recapSlot_1xfyp_266:not(._recapSlotAttention_1xfyp_304,._recapSlotClosing_1xfyp_304):is(:hover,:focus-within){z-index:4;transform:scale(1.2)}}._recapSlot_1xfyp_266{position:relative;width:clamp(2.5rem,calc(var(--bar-thickness) - 1.5rem),3.5rem);height:clamp(2.5rem,calc(var(--bar-thickness) - 1.5rem),3.5rem);flex:0 0 auto}._recapSlotAttention_1xfyp_304{animation:_recap-tab-enter_1xfyp_1 .82s cubic-bezier(.2,.85,.32,1.15) both}._recapSlotClosing_1xfyp_304{pointer-events:none;animation:_recap-tab-exit_1xfyp_1 .23s cubic-bezier(.4,0,1,1) both}._recapNavBtn_1xfyp_139{width:100%;height:100%;overflow:hidden;isolation:isolate;color:var(--theme-nav-bar-button-color, #d4d8e2);border:1px solid rgb(255 255 255 / 16%);background:linear-gradient(145deg,#ffffff17,#ffffff08),var(--theme-control-muted-bg);box-shadow:inset 0 1px #ffffff1a,0 .4375rem 1.125rem #0000002e;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}._recapNavBtn_1xfyp_139:hover{color:#fff;border-color:#ffffff57;background:linear-gradient(145deg,#ffffff24,#ffffff0d),var(--theme-control-muted-bg-hover);box-shadow:inset 0 1px #ffffff24,0 .5rem 1.375rem #0000003d;transform:translateY(-1px)}._recapNavBtnActive_1xfyp_139{view-transition-name:app-rail-selection;color:#fff;border-color:#ffffff75;background:linear-gradient(145deg,#ffffff2e,#ffffff12);box-shadow:inset 0 1px #ffffff3d,0 .5rem 1.5rem #0000004d}._recapNavBtnActive_1xfyp_139 svg{color:currentcolor}._recapMonogram_1xfyp_382{position:relative;z-index:1;width:1.875rem;display:flex;flex-direction:column;align-items:center;gap:1px;font-family:var(--font-bold);line-height:1;text-shadow:0 1px .1875rem rgb(0 0 0 / 45%)}._recapMonogram_1xfyp_382 svg{width:clamp(1.125rem,calc(var(--bar-thickness) * .3),1.5rem);height:clamp(1.125rem,calc(var(--bar-thickness) * .3),1.5rem)}._recapVisual_1xfyp_400{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:inherit}._recapVisual_1xfyp_400>svg{width:clamp(1.125rem,calc(var(--bar-thickness) * .3),1.5rem);height:clamp(1.125rem,calc(var(--bar-thickness) * .3),1.5rem)}._recapVisual_1xfyp_400:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(145deg,#fff8e42e,#ffffff05 46%,#2d1a0c1a);box-shadow:inset 0 1px #ffffff3d,inset 0 -1px #0000003d}._recapPreview_1xfyp_434{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%;filter:saturate(.95) sepia(.08) contrast(1.06) brightness(.84);transition:filter .18s ease,transform .22s ease}._recapNavBtn_1xfyp_139:hover ._recapPreview_1xfyp_434{filter:saturate(1) sepia(.04) contrast(1.06) brightness(.98);transform:scale(1.04)}._recapDate_1xfyp_453{position:absolute;z-index:3;left:50%;bottom:.1875rem;min-width:1.625rem;padding:.0938rem .25rem .125rem;transform:translate(-50%);border:1px solid rgb(255 244 224 / 30%);border-radius:999px;background:linear-gradient(180deg,#ffffff26,#ffffff08),#0d0a0899;-webkit-backdrop-filter:blur(.35rem) saturate(.7);backdrop-filter:blur(.35rem) saturate(.7);box-shadow:inset 0 1px #ffffff2e,0 .125rem .3125rem #00000061;color:#fff;font-family:var(--font-semibold);font-size:clamp(.375rem,calc(var(--bar-thickness) * .105),.5rem);font-variant-numeric:tabular-nums;line-height:1;letter-spacing:.015em;white-space:nowrap;text-align:center;text-shadow:0 1px .125rem rgb(0 0 0 / 90%)}._recapPoster_1xfyp_483{position:absolute;z-index:30;top:50%;left:calc(100% + .875rem);display:block;width:clamp(8.75rem,10.56vw,10rem);aspect-ratio:2 / 3;overflow:hidden;pointer-events:none;transform-origin:left center;border:1px solid rgb(255 255 255 / 24%);border-radius:.875rem;background:#17191f;box-shadow:inset 0 1px #ffffff29,0 1.125rem 2.75rem #00000075;color:#fff;animation:_recap-poster-enter_1xfyp_1 .22s cubic-bezier(.16,1,.3,1) both}._recapPosterFallback_1xfyp_504,._recapPosterImage_1xfyp_505,._recapPosterScrim_1xfyp_506{position:absolute;inset:0;width:100%;height:100%}._recapPosterFallback_1xfyp_504{display:grid;place-items:center;color:#ffffff57;background:linear-gradient(145deg,#2b2e38,#15161b)}._recapPosterFallback_1xfyp_504 svg{width:2.125rem;height:2.125rem}._recapPosterImage_1xfyp_505{z-index:1;object-fit:cover;filter:saturate(.82) contrast(1.08) brightness(.72)}._recapPosterScrim_1xfyp_506{z-index:2;background:linear-gradient(180deg,#07080c14 20%,#07080ceb),linear-gradient(135deg,rgb(255 255 255 / 14%),transparent 38%)}._recapPosterCopy_1xfyp_538{position:absolute;z-index:3;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:.3125rem;padding:.875rem;text-align:left;text-shadow:0 1px .25rem rgb(0 0 0 / 84%)}._recapPosterCopy_1xfyp_538 strong{max-height:4.125em;overflow:hidden;font-family:var(--font-semibold);font-size:.9375rem;line-height:1.15}._recapPosterDate_1xfyp_560{color:#ffffffb8;font-family:var(--font-medium);font-size:.6875rem;font-variant-numeric:tabular-nums}._recapPosterEyebrow_1xfyp_567{color:#ffffffa3;font-family:var(--font-bold);font-size:.5625rem;letter-spacing:.16em;text-transform:uppercase}._recapCloseBtn_1xfyp_575{position:absolute;z-index:3;top:-.3125rem;right:-.3125rem;width:1.25rem;height:1.25rem;padding:0;border-radius:50%;border:1px solid rgb(255 255 255 / 42%);background:#1e2024eb;color:#fff;box-shadow:0 .25rem .625rem #0000006b;cursor:pointer;opacity:0;pointer-events:none;transform:scale(.6) rotate(-35deg);transition:opacity .15s ease,transform .19s cubic-bezier(.2,.8,.2,1),background .15s ease}._recapCloseBtn_1xfyp_575 span{position:absolute;left:.3125rem;right:.3125rem;top:.5625rem;height:.0938rem;border-radius:2px;background:currentcolor;transform:rotate(45deg)}._recapCloseBtn_1xfyp_575 span+span{transform:rotate(-45deg)}._recapSlot_1xfyp_266:hover ._recapCloseBtn_1xfyp_575,._recapSlot_1xfyp_266:focus-within ._recapCloseBtn_1xfyp_575{opacity:1;pointer-events:auto;transform:scale(1) rotate(0)}._recapCloseBtn_1xfyp_575:hover{background:#3a3d44f5}._recapCloseBtn_1xfyp_575:focus-visible{opacity:1;pointer-events:auto;transform:scale(1) rotate(0);outline:2px solid rgb(255 255 255 / 84%);outline-offset:2px}@keyframes _recap-tab-enter_1xfyp_1{0%{opacity:0;filter:brightness(1) drop-shadow(0 0 0 rgb(255 255 255 / 0%));transform:translateY(-.875rem) scale(.4)}42%{opacity:1;filter:brightness(1.24) drop-shadow(0 0 1.125rem rgb(255 255 255 / 62%));transform:translateY(0) scale(1)}58%{transform:scale(1.26)}72%{transform:scale(.87)}86%{filter:brightness(1.08) drop-shadow(0 0 .625rem rgb(255 255 255 / 30%));transform:scale(1.09)}to{filter:brightness(1) drop-shadow(0 0 0 rgb(255 255 255 / 0%));transform:scale(1)}}@keyframes _recap-tab-exit_1xfyp_1{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-.5rem) scale(.72)}}@keyframes _recap-poster-enter_1xfyp_1{0%{opacity:0;transform:translateY(-50%) translate(-.375rem) scale(.94)}to{opacity:1;transform:translateY(-50%) translate(0) scale(1)}}._themeShortcut_1xfyp_688{color:var(--theme-default-text-color-light)}._themeShortcut_1xfyp_688 svg{width:clamp(1.3125rem,calc(var(--bar-thickness) * .35),1.75rem);height:clamp(1.3125rem,calc(var(--bar-thickness) * .35),1.75rem)}._railSpacer_1xfyp_697{flex:1}._user_1xfyp_706{display:flex;align-items:center;flex:0 0 auto;margin-top:clamp(.25rem,.864vh,.5rem);cursor:pointer;border-radius:999px}._user_1xfyp_706:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._user_1xfyp_706:hover ._avatar_1xfyp_720{border-color:#ffffff52}._avatar_1xfyp_720{width:clamp(1.75rem,calc(var(--bar-thickness) * .42),2.125rem);height:clamp(1.75rem,calc(var(--bar-thickness) * .42),2.125rem);border-radius:50%;background:linear-gradient(150deg,#505565,#3b404d);border:1px solid rgb(255 255 255 / 16%);display:flex;align-items:center;justify-content:center;font-size:var(--app-ui-font-xs);font-weight:600;font-family:var(--font-semibold);color:var(--theme-default-text-color-light);flex:0 0 auto}.global-theme-light ._navBtn_1xfyp_138{color:var(--rail-tint, var(--theme-nav-bar-button-color))}.global-theme-light ._navBtn_1xfyp_138:hover{background:color-mix(in srgb,var(--rail-tint, currentcolor) 12%,transparent);color:var(--rail-tint, var(--black))}.global-theme-light ._navBtnActive_1xfyp_138,.global-theme-light ._navBtnActive_1xfyp_138:hover{background:color-mix(in srgb,var(--rail-tint, currentcolor) 20%,transparent);color:var(--rail-tint, var(--black))}.global-theme-light ._navBtnActive_1xfyp_138 svg{color:var(--blue)}._rail_1xfyp_1:has(._brandSuspended_1xfyp_90,._brandOccupied_1xfyp_97) ._navBtnActive_1xfyp_138 svg{color:#ff9d24}._rail_1xfyp_1:has(._brandSuspended_1xfyp_90,._brandOccupied_1xfyp_97) ._recapNavBtnActive_1xfyp_139 svg{color:currentcolor}.global-theme-light ._recapNavBtn_1xfyp_139{color:#525864;border-color:#00000024;background:linear-gradient(145deg,#ffffffe0,#ffffff7a),#f4faffd6}.global-theme-light ._recapNavBtnActive_1xfyp_139{color:#20242b;border-color:#0000004d;background:linear-gradient(145deg,#fffffff5,#dde1e8e0)}.global-theme-light ._recapNavBtnActive_1xfyp_139 svg{color:currentcolor}._liveRecapNavBtn_1xfyp_802,.global-theme-light ._liveRecapNavBtn_1xfyp_802{--live-recap-color: #3899f6;--live-recap-deep: #1768b0;color:#fff;border-color:color-mix(in srgb,var(--live-recap-color) 78%,white);background:linear-gradient(145deg,rgb(255 255 255 / 22%),transparent 48%),linear-gradient(145deg,var(--live-recap-color),var(--live-recap-deep));box-shadow:inset 0 1px #ffffff57,0 .4375rem 1.125rem color-mix(in srgb,var(--live-recap-color) 30%,transparent)}._liveRecapNavBtn_1xfyp_802:hover,.global-theme-light ._liveRecapNavBtn_1xfyp_802:hover{color:#fff;border-color:color-mix(in srgb,var(--live-recap-color) 58%,white);background:linear-gradient(145deg,rgb(255 255 255 / 30%),transparent 48%),linear-gradient(145deg,var(--live-recap-color),var(--live-recap-deep))}._liveRecapNavBtn_1xfyp_802._recapNavBtnActive_1xfyp_139{border-color:#ffffffc2;box-shadow:inset 0 1px #ffffff6b,0 0 0 1px color-mix(in srgb,var(--live-recap-color) 34%,transparent),0 .5rem 1.25rem color-mix(in srgb,var(--live-recap-color) 38%,transparent)}._backlogDock_1xfyp_838{position:relative;display:flex;width:100%;max-height:min(42vh,40rem);flex:0 0 auto;flex-direction:column;align-items:center;margin:.1875rem 0 .125rem;padding-bottom:.5rem}._backlogSlot_1xfyp_850{z-index:calc(20 - var(--backlog-index));flex-shrink:1;min-height:.875rem;transition:margin .24s cubic-bezier(.2,.8,.2,1),transform .24s cubic-bezier(.2,.8,.2,1)}._backlogSlot_1xfyp_850:last-child{flex-shrink:0}._backlogSlot_1xfyp_850+._backlogSlot_1xfyp_850{margin-top:calc(var(--bar-thickness) * -.42)}._backlogDock_1xfyp_838:is(:hover,:focus-within) ._backlogSlot_1xfyp_850+._backlogSlot_1xfyp_850{margin-top:calc(var(--bar-thickness) * -.12)}._backlogNavBtn_1xfyp_871,.global-theme-light ._backlogNavBtn_1xfyp_871{position:absolute;inset:0 0 auto;height:var(--recap-dock-size);color:#e8ebf0;border-color:#dae0e84d;background:linear-gradient(145deg,rgb(255 255 255 / 14%),transparent 52%),linear-gradient(145deg,#626975,#343941);box-shadow:inset 0 1px #fff3,0 .375rem 1rem #00000042}._backlogNavBtn_1xfyp_871:hover,.global-theme-light ._backlogNavBtn_1xfyp_871:hover,._backlogNavBtn_1xfyp_871._recapNavBtnActive_1xfyp_139{color:#fff;border-color:#f2f5f88f;background:linear-gradient(145deg,rgb(255 255 255 / 20%),transparent 52%),linear-gradient(145deg,#747c88,#414750);box-shadow:inset 0 1px #ffffff47,0 .5rem 1.25rem #00000057}._backlogNavBtn_1xfyp_871 ._recapVisual_1xfyp_400:after{background:linear-gradient(145deg,rgb(255 255 255 / 10%),transparent 48%,rgb(0 0 0 / 14%))}._railExpanded_1xfyp_209 ._backlogDock_1xfyp_838{align-items:stretch;gap:.25rem;padding-bottom:.625rem}._railExpanded_1xfyp_209 ._backlogSlot_1xfyp_850{width:100%;margin-top:0;contain:inline-size}._railExpanded_1xfyp_209 ._backlogNavBtn_1xfyp_871{padding-right:.75rem}.global-theme-light ._avatar_1xfyp_720{background:linear-gradient(150deg,#d7dce6,#b9c1cf);border-color:#00000029;color:var(--theme-default-text-color)}._railExpanded_1xfyp_209{position:relative;inset:auto;flex:0 0 auto;margin:var(--bar-margin) 0 var(--bar-margin) var(--bar-margin);width:max-content;max-width:32.64vw;align-items:stretch;gap:clamp(.25rem,.768vh,.5rem);padding-left:clamp(.625rem,.96vw,.875rem);padding-right:clamp(.625rem,.96vw,.875rem);border-radius:var(--rail-expanded-radius)}._railExpanded_1xfyp_209 ._brand_1xfyp_23{align-self:center;width:auto;height:auto;margin-bottom:clamp(.5rem,1.536vh,.875rem)}._railExpanded_1xfyp_209 ._brandLayer_1xfyp_51 svg{width:clamp(4.75rem,6.144vw,6.25rem)!important}._railExpanded_1xfyp_209 ._navBtn_1xfyp_138{width:100%;justify-content:flex-start;gap:.75rem;padding:0 .75rem}._railExpanded_1xfyp_209 ._recapSlot_1xfyp_266{width:100%;contain:inline-size}._railExpanded_1xfyp_209 ._recapDock_1xfyp_196{align-items:stretch}._railExpanded_1xfyp_209 ._recapNavBtn_1xfyp_139{padding-right:2rem}._railExpanded_1xfyp_209 ._recapVisual_1xfyp_400{width:clamp(2.5rem,calc(var(--bar-thickness) - 1.5rem),3.5rem);height:100%;margin-left:-.75rem}._railExpanded_1xfyp_209 ._recapCloseBtn_1xfyp_575{top:50%;right:.5rem;transform:translateY(-50%) scale(.6) rotate(-35deg)}._railExpanded_1xfyp_209 ._recapSlot_1xfyp_266:hover ._recapCloseBtn_1xfyp_575,._railExpanded_1xfyp_209 ._recapSlot_1xfyp_266:focus-within ._recapCloseBtn_1xfyp_575,._railExpanded_1xfyp_209 ._recapCloseBtn_1xfyp_575:focus-visible{transform:translateY(-50%) scale(1) rotate(0)}@media(prefers-reduced-motion:reduce){._recapSlot_1xfyp_266,._recapSlotAttention_1xfyp_304,._recapSlotClosing_1xfyp_304{animation:none;transform:none}._recapNavBtn_1xfyp_139,._recapCloseBtn_1xfyp_575,._recapPoster_1xfyp_483{animation:none;transition-duration:.01ms}}._railExpanded_1xfyp_209 ._navBtn_1xfyp_138 svg,._railExpanded_1xfyp_209 ._avatar_1xfyp_720{box-sizing:border-box;width:clamp(1.375rem,calc(var(--bar-thickness) * .38),1.875rem);height:clamp(1.375rem,calc(var(--bar-thickness) * .38),1.875rem)}._navLabel_1xfyp_1033{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:var(--app-ui-font-md);font-family:var(--font-medium);letter-spacing:.01em}._railExpanded_1xfyp_209 ._user_1xfyp_706{align-self:stretch;justify-content:flex-start;gap:.75rem;padding:0 .75rem;margin-bottom:clamp(.375rem,1.248vh,.75rem)}._userName_1xfyp_1056{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:var(--app-ui-font-md);font-weight:600;font-family:var(--font-semibold);color:var(--theme-default-text-color-light)}._Logo_2hcsu_1{height:5rem;display:block}._Logo_2hcsu_1._smaller_2hcsu_5{height:1.25rem}._grayScale_2hcsu_10{filter:grayscale(1)}._LiveSetupCard_1xn5z_1{--live-setup-card-padding: var(--gap-2);--live-setup-card-gap: var(--gap-3);--live-setup-card-title-gap: var(--gap-1);--live-setup-card-title-font-size: var(--text-sm);--live-setup-card-icon-size: 1rem;position:relative;border-radius:1rem;padding:var(--live-setup-card-padding);display:flex;flex-direction:column;gap:var(--live-setup-card-gap);background-color:#21222d;border:1px solid rgb(255 255 255 / 6%);box-shadow:0 .5rem 1.5rem #00000040;color:var(--theme-default-text-color)}.global-theme-light ._LiveSetupCard_1xn5z_1{background-color:var(--theme-card-main-background);border-color:var(--theme-separator);box-shadow:var(--theme-box-shadow-default)}._icon_1xn5z_27{height:var(--live-setup-card-icon-size)}._titleContainer_1xn5z_31{display:flex;align-items:center;justify-content:space-between;gap:var(--live-setup-card-title-gap);min-width:0;width:100%}._title_1xn5z_31{display:flex;flex:1 1 auto;align-items:center;gap:var(--live-setup-card-title-gap);min-width:0;font-size:var(--live-setup-card-title-font-size);font-family:var(--font-semibold)}._titleRight_1xn5z_50{display:flex;flex:0 1 auto;align-items:center;min-width:0}._LiveSetupMediaFile_1gbhy_1{display:flex;flex-direction:column;gap:var(--gap-1)}._hiddenInput_1gbhy_7{display:none}._dropzone_1gbhy_11{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;min-height:5rem;padding:1rem;border:1px dashed rgb(0 108 255 / 24%);border-radius:calc(var(--radius-card) - .25rem);background:linear-gradient(135deg,#006cff14,#0000),var(--theme-subtitles-editor-background);cursor:pointer;text-align:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}._dropzone_1gbhy_11:hover,._dropzoneActive_1gbhy_34{transform:translateY(-1px);border-color:#006cff7a;box-shadow:0 .625rem 1.5rem #006cff1a}._dropCue_1gbhy_40{width:1.125rem;height:1.125rem;color:var(--blue);stroke:currentcolor;pointer-events:none;animation:_media-file-drop_1gbhy_1 1.6s ease-in-out infinite}@keyframes _media-file-drop_1gbhy_1{0%,to{opacity:0;transform:translateY(-.5rem) scale(.9)}30%{opacity:1}70%{opacity:1;transform:translateY(.25rem) scale(1)}85%{opacity:0;transform:translateY(.375rem) scale(.9)}}._dropzoneTitle_1gbhy_71{font-size:var(--text-xs);font-family:var(--font-semibold)}._uploadProgress_1gbhy_76{margin-top:.25rem}._dropzoneHint_1gbhy_80,._emptyState_1gbhy_81,._selectedFileMeta_1gbhy_82{color:var(--theme-default-text-color-light);font-size:var(--text-xxs);line-height:1.45}._errorText_1gbhy_88{color:var(--theme-status-red);font-size:var(--text-xxs);line-height:1.45}._selectedFile_1gbhy_82{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-1);padding:.75rem .875rem;border:1px solid rgb(0 0 0 / 8%);border-radius:calc(var(--radius-card) - .25rem);background:var(--theme-subtitles-editor-background)}._selectedFileCopy_1gbhy_105{display:flex;flex-direction:column;gap:.25rem;min-width:0}._selectedFileName_1gbhy_112{font-size:var(--text-xs);font-family:var(--font-semibold);overflow-wrap:anywhere}._selectedFileActions_1gbhy_118{display:flex;gap:var(--gap-xs);flex-wrap:wrap;justify-content:flex-end}._secondaryButton_1gbhy_125{border:none;border-radius:var(--radius-circle);background:#006cff1a;color:var(--blue);font-size:var(--text-xxs);font-family:var(--font-semibold);padding:.5rem .75rem;cursor:pointer}._secondaryButton_1gbhy_125:disabled{opacity:.55;cursor:default}@media(prefers-reduced-motion:reduce){._dropCue_1gbhy_40{animation:none}}@media(width<=760px),(height<=760px){._selectedFile_1gbhy_82{align-items:flex-start;flex-direction:column}._selectedFileActions_1gbhy_118{width:100%;justify-content:flex-start}}._progress_1a6an_1{box-sizing:border-box;width:min(23.75rem,100%);min-width:0;display:flex;flex-direction:column;gap:.4375rem;padding:.5625rem .625rem;border:1px solid rgb(105 179 255 / 24%);border-radius:.75rem;background:linear-gradient(180deg,#ffffff14,#ffffff08),#070e189e;box-shadow:0 .75rem 1.75rem #0003,inset 0 1px #ffffff1a;color:var(--theme-default-text-color)}._progressHeader_1a6an_20{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;min-width:0}._progressLabel_1a6an_28{flex:0 1 auto;overflow:hidden;color:var(--text-grey);font-family:var(--font-semibold);font-size:.6875rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}._progressBytes_1a6an_39{flex:0 0 auto;color:#eef7fff2;font-family:var(--font-semibold);font-size:.6875rem;font-variant-numeric:tabular-nums;line-height:1.15;white-space:nowrap}._progressTrack_1a6an_49{position:relative;overflow:hidden;width:100%;height:.3125rem;border-radius:999px;background:#ffffff1a}._progressFill_1a6an_58{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#71dcff);box-shadow:0 0 1.125rem #008cff57;transform-origin:left center;transition:transform .18s ease}._progressFillIndeterminate_1a6an_68{right:auto;width:35%;animation:_upload-progress_1a6an_1 1.2s ease-in-out infinite}@keyframes _upload-progress_1a6an_1{0%{transform:translate(-110%)}to{transform:translate(320%)}}.global-theme-light ._progress_1a6an_1{background:linear-gradient(180deg,#ffffffdb,#ffffffad),#ffffffbd;box-shadow:0 .625rem 1.375rem #0f172a1a,inset 0 1px #fffc}.global-theme-light ._progressBytes_1a6an_39{color:var(--theme-default-text-color)}.global-theme-light ._progressTrack_1a6an_49{background:#0f172a1a}@media(prefers-reduced-motion:reduce){._progressFill_1a6an_58{transition:none}._progressFillIndeterminate_1a6an_68{width:100%;animation:none;opacity:.45;transform:none}}._LiveSetupSource_1qzo1_1{display:flex;flex-direction:column;gap:var(--gap-1)}._sourceStatus_1qzo1_7{font-size:var(--text-xs);line-height:1.45}._isApplying_1qzo1_12{color:var(--theme-default-text-color)}._isError_1qzo1_16{color:var(--red)}._isReady_1qzo1_20{color:var(--green)}._collapsible_1qzo1_25{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s cubic-bezier(.4,0,.2,1)}._collapsible_1qzo1_25[data-open=true]{grid-template-rows:1fr}._collapsibleInner_1qzo1_35{min-height:0;overflow:hidden}._sourceGroups_1qzo1_45{display:flex;flex-direction:column;gap:.75rem;padding-top:2px}._sourceGroup_1qzo1_45{display:flex;flex-direction:column;gap:.3125rem}._sourceGroupLabel_1qzo1_58{display:flex;align-items:center;gap:var(--gap-xs);font-size:var(--text-xs);font-family:var(--font-semibold);color:var(--theme-default-text-color-light);line-height:1.3}._sourceGroupIcon_1qzo1_68{width:.75rem;height:.75rem;flex:0 0 auto;opacity:.8}._sourceRows_1qzo1_75{display:flex;flex-direction:column;gap:.25rem}._sourceLoadingRow_1qzo1_81{display:flex;align-items:center;gap:.5rem;padding:.375rem .5625rem;font-size:var(--text-xs);color:var(--theme-default-text-color-light);line-height:1.3}._sourceLoadingSpinner_1qzo1_91{width:.875rem;height:.875rem;flex:0 0 auto;border:2px solid var(--theme-input-border);border-top-color:var(--blue);border-radius:50%;animation:_source-loading-spin_1qzo1_1 .8s linear infinite}@keyframes _source-loading-spin_1qzo1_1{to{transform:rotate(360deg)}}._sourceRow_1qzo1_75,._sourceSummary_1qzo1_108{box-sizing:border-box;position:relative;display:flex;align-items:center;gap:.5625rem;width:100%;min-width:0;padding:.375rem .5625rem;cursor:pointer;text-align:left;overflow:hidden;color:var(--theme-default-text-color);background:var(--theme-low-contrast-background);border:.0938rem solid transparent;border-radius:var(--radius-card);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}._sourceRow_1qzo1_75:hover:not(._sourceRowActive_1qzo1_130),._sourceSummary_1qzo1_108:hover{background:var(--theme-low-contrast-background-card)}._sourceRow_1qzo1_75:focus-visible,._sourceSummary_1qzo1_108:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._sourceRowActive_1qzo1_130{border-color:var(--blue);background:#008cff1a;box-shadow:0 .25rem 1rem #008cff2e}._sourceRowDefault_1qzo1_147{border-color:#23d378b8;box-shadow:0 0 0 1px #23d37847,0 .3125rem 1.125rem #23d3781f}._sourceRowDefault_1qzo1_147._sourceRowActive_1qzo1_130{border-color:var(--blue);box-shadow:0 0 0 2px #23d37861,0 .25rem 1rem #008cff2e}._sourceRowMeter_1qzo1_162{position:absolute;inset:0;z-index:0;width:100%;height:100%;pointer-events:none}._sourceSummary_1qzo1_108{border-color:#008cff73;background:#008cff14}._sourceSummaryLocked_1qzo1_177{cursor:not-allowed;border-color:#ff462da8;background:#ff5a3c1f;color:#ffb09e;box-shadow:0 0 0 1px #ff462d42,0 .5rem 1.375rem #ff462d1f}._sourceSummaryLocked_1qzo1_177:hover{background:#ff5a3c24}._sourceSummaryLocked_1qzo1_177 ._sourceRowIcon_1qzo1_191{color:#ff5a3c;background:#ff5a3c2e}._sourceRowIcon_1qzo1_191{position:relative;z-index:1;display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border-radius:.5rem;color:var(--tone-fg, var(--text-grey));background:var(--tone-bg, rgb(128 128 128 / 20%))}._sourceRowGlyph_1qzo1_210{width:.9375rem;height:.9375rem}._sourceRowName_1qzo1_215{position:relative;z-index:1;flex:1 1 auto;min-width:0;font-size:.8125rem;font-family:var(--font-semibold);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sourceRowRadio_1qzo1_228{position:relative;z-index:1;flex:0 0 auto;width:.9375rem;height:.9375rem;border-radius:50%;border:2px solid var(--grey-neutral);transition:border-color .15s ease,background .15s ease}._sourceRowActive_1qzo1_130 ._sourceRowRadio_1qzo1_228{border-color:var(--blue);background:var(--blue)}._sourceRowActive_1qzo1_130 ._sourceRowRadio_1qzo1_228:after{content:"";position:absolute;inset:.1875rem;border-radius:50%;background:#fff}._sourceSummaryChevron_1qzo1_254{position:relative;z-index:1;flex:0 0 auto;width:.9375rem;height:.9375rem;color:var(--theme-default-text-color-light);transition:transform .2s ease}._sourceSummaryChevronOpen_1qzo1_264{transform:rotate(180deg)}._sourceEmpty_1qzo1_268{font-size:var(--text-xs);color:var(--theme-default-text-color-light);line-height:1.45}._urlInputContainer_1qzo1_274{display:flex;gap:var(--gap-xs);align-items:center}._urlInput_1qzo1_274{font-family:var(--font-semibold)}._urlInput_1qzo1_274 ::placeholder{font-family:var(--font-regular)}._urlSendBtn_1qzo1_288{background:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:var(--theme-box-shadow-default);border-radius:var(--radius-circle);padding:var(--gap-xxs)}._urlSendBtn_1qzo1_288._disabled_1qzo1_297{opacity:.3;pointer-events:none}._urlSendIcon_1qzo1_303{height:.875rem}._srtEditor_1qzo1_307{display:flex;flex-direction:column;gap:.625rem;padding:.75rem;border:1px solid var(--theme-input-border);border-radius:var(--radius-card);background:var(--theme-low-contrast-background)}._srtConnectionStatus_1qzo1_317{align-self:flex-start}._srtModeFieldset_1qzo1_321{min-width:0;margin:0;padding:0;border:0}._srtLegend_1qzo1_328{margin-bottom:.375rem;color:var(--theme-default-text-color-light);font-size:var(--text-xs);font-family:var(--font-semibold)}._srtModeControl_1qzo1_335{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem}._srtModeButton_1qzo1_341{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:1.875rem;padding:.3125rem .5rem;border:1px solid var(--theme-input-border);border-radius:999px;color:var(--theme-default-text-color-light);background:var(--theme-low-contrast-background-card);cursor:pointer;font:inherit;font-size:var(--text-xs);transition:border-color .15s ease,color .15s ease,background .15s ease}._srtModeRadio_1qzo1_362{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._srtModeButton_1qzo1_341:hover,._srtModeButtonActive_1qzo1_371{border-color:var(--blue);color:var(--theme-default-text-color);background:#008cff1a}._srtModeButton_1qzo1_341:focus-within,._srtSubmit_1qzo1_378:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._srtFields_1qzo1_383{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.375rem;align-items:end}._srtError_1qzo1_390{color:var(--orange);font-size:var(--text-xs);line-height:1.35}._srtSubmit_1qzo1_378{align-self:flex-end;min-height:1.875rem;padding:.375rem .75rem;border:0;border-radius:999px;color:var(--white);background:var(--blue);cursor:pointer;font:inherit;font-size:var(--text-xs);font-family:var(--font-semibold)}._srtSubmit_1qzo1_378._disabled_1qzo1_297{opacity:.35;pointer-events:none}._titleRightGroup_1qzo1_415{display:flex;flex:0 1 auto;align-items:center;gap:var(--gap-2);min-width:0}._runtimeStatus_1qzo1_423{display:inline-flex;align-items:center;gap:.375rem;min-height:1.375rem;padding:2px .4375rem;border:1px solid var(--theme-control-muted-border);border-radius:999px;color:var(--text-grey);background:var(--theme-control-muted-bg);font-size:var(--text-xs);font-family:var(--font-semibold);line-height:1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._runtimeStatusDot_1qzo1_442{width:.375rem;height:.375rem;flex:0 0 auto;border-radius:50%;background:currentcolor}._runtimeStatus_1qzo1_423[data-tone=ok]{color:var(--green);border-color:#63c17857;background:#63c17817}._runtimeStatus_1qzo1_423[data-tone=wait]{color:#ffb24d;border-color:#ff9d245c;background:#ff9d2417}._runtimeStatus_1qzo1_423[data-tone=error]{color:#ff7864;border-color:#ff5a3c61;background:#ff5a3c1a}._removeSourceButton_1qzo1_468{display:inline-flex;align-items:center;justify-content:center;gap:.3125rem;min-height:1.875rem;padding:.25rem .5625rem;border:1px solid rgb(255 90 60 / 34%);border-radius:999px;background:#ff5a3c14;cursor:pointer;color:#ff7864;font:inherit;font-size:var(--text-xs);font-family:var(--font-semibold);line-height:1;transition:color .15s ease,border-color .15s ease,background .15s ease}._removeSourceButton_1qzo1_468:hover{color:#ff9a8a;border-color:#ff5a3c94;background:#ff5a3c24}._removeSourceButton_1qzo1_468:focus-visible{outline:2px solid #ff7864;outline-offset:2px}._removeSourceIcon_1qzo1_501{width:.8125rem;height:.8125rem;flex:0 0 auto}._removeSourceLabel_1qzo1_507{white-space:nowrap}@media(prefers-reduced-motion:reduce){._sourceRow_1qzo1_75,._sourceSummary_1qzo1_108,._collapsible_1qzo1_25,._sourceSummaryChevron_1qzo1_254,._srtModeButton_1qzo1_341{transition:none}}@media(width<=768px){._removeSourceButton_1qzo1_468,._urlSendBtn_1qzo1_288{min-width:2.5rem;min-height:2.5rem}._srtModeButton_1qzo1_341,._srtSubmit_1qzo1_378{min-height:2.5rem}._srtSubmit_1qzo1_378{width:100%}}@media(width<=480px){._removeSourceButton_1qzo1_468{padding:0}._removeSourceLabel_1qzo1_507{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}}._DetectionStatus_1u2by_1{display:flex;align-items:center;gap:var(--gap-xs);font-size:var(--text-xs);color:var(--theme-default-text-color-light)}._icon_1u2by_9{display:flex;align-items:center;justify-content:center;height:.6875rem;width:.6875rem;padding:1px;border-radius:var(--radius-circle)}._icon_1u2by_9._detected_1u2by_18{background:#19c332}._icon_1u2by_9._notDetected_1u2by_22{background:red}._InputContainer_45if0_1{width:100%;color:var(--black);font-family:var(--font-regular);letter-spacing:var(--letter-spacing-narrow);font-size:var(--text-sm)}._label_45if0_9{display:block;opacity:.75;color:var(--theme-secondary-background);padding:var(--gap-1) var(--gap-2)}._label_45if0_9._smallLabel_45if0_16{font-size:var(--text-xs)}._inputContainer_45if0_21{border-radius:var(--radius-circle);background:var(--theme-low-contrast-background-card);border:1px solid var(--theme-input-border);height:2.375rem;align-items:center;box-sizing:border-box;width:100%;display:flex}._inputContainer_45if0_21._transparent_45if0_31{border:1px solid var(--theme-default-text-color);background:transparent;color:var(--theme-default-text-color)}._inputContainer_45if0_21._small_45if0_16{font-size:var(--text-xs);height:1.75rem}._inputContainer_45if0_21._dark_45if0_42{color:var(--white);background:var(--theme-low-contrast-background-card)}._inputContainer_45if0_21._withIcon_45if0_47 ._input_45if0_21{padding-left:var(--gap-1)}._icon_45if0_54{height:100%;padding:var(--gap-1) 0;margin-left:var(--gap-2);box-sizing:border-box}._input_45if0_21{height:100%;flex:1;padding:0 var(--gap-2)}._errorMsg_45if0_67{color:var(--orange);font-size:var(--text-xs);font-family:var(--font-medium);margin-left:var(--gap-2);margin-top:var(--gap-xs)}._permissionCard_1bjka_1{display:flex;flex-direction:column;align-items:center;gap:var(--gap-1);padding:var(--gap-2);text-align:center;background:var(--theme-low-contrast-background);border:1px dashed var(--theme-glass-widget-border);border-radius:var(--radius-card)}._permissionIcon_1bjka_13{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;color:var(--blue);background:#008cff1f}._permissionGlyph_1bjka_24{width:1.125rem;height:1.125rem}._permissionText_1bjka_29{max-width:26ch;font-size:var(--text-xs);color:var(--theme-default-text-color-light);line-height:1.45}._permissionButton_1bjka_36{margin-top:2px;padding:.4375rem .9375rem;cursor:pointer;font-family:var(--font-semibold);font-size:.8125rem;color:var(--white);background:var(--blue);border:none;border-radius:.5625rem;transition:opacity .15s ease}._permissionButton_1bjka_36:hover{opacity:.9}._permissionButton_1bjka_36:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._LiveSetupDestination_1745t_1{min-inline-size:0;margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:var(--gap-2)}._LiveSetupDestination_1745t_1:disabled{opacity:.72}.global-theme ._flat_1745t_15{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}._outputList_1745t_23{display:flex;flex-direction:column;gap:var(--gap-1)}._outputItem_1745t_29{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 1.875rem;gap:var(--gap-xs);align-items:start;padding:var(--gap-1);border:1px solid var(--theme-control-muted-border);border-radius:var(--radius-card);background:var(--theme-low-contrast-background-card);animation:_output-enter_1745t_1 .22s cubic-bezier(.2,.8,.2,1) both}._outputItem_1745t_29[data-removing=true]{pointer-events:none;animation:_output-exit_1745t_1 .18s ease both}._emptyOutput_1745t_47{animation:_output-enter_1745t_1 .22s cubic-bezier(.2,.8,.2,1) both}._outputStateDot_1745t_51{position:absolute;top:calc(var(--gap-1) + .75rem);left:var(--gap-1);width:.4375rem;height:.4375rem;border-radius:50%;background:#ffb24d;box-shadow:0 0 0 .1875rem #ffffff0a}._outputStateDot_1745t_51:not([data-hidden=true])+._LiveSetupDestination_1745t_1{padding-left:.8125rem}._outputStateDot_1745t_51[data-tone=ready],._outputStateDot_1745t_51[data-tone=recording]{background:var(--green)}._outputStateDot_1745t_51[data-tone=applying]{background:#ffb24d;animation:_output-pulse_1745t_1 1.1s ease-in-out infinite}._outputStateDot_1745t_51[data-tone=error],._outputStateDot_1745t_51[data-tone=unsupported],._outputStateDot_1745t_51[data-tone=locked]{background:#ffb24d}._outputStateDot_1745t_51[data-hidden=true]{visibility:hidden}._addOutputButton_1745t_86,._removeOutputButton_1745t_87{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border:1px solid var(--theme-control-muted-border);border-radius:50%;color:var(--theme-default-text-color);background:var(--theme-control-muted-bg);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}._addOutputButton_1745t_86:hover:not(:disabled),._removeOutputButton_1745t_87:hover:not(:disabled){transform:scale(1.06);border-color:var(--theme-control-muted-border-strong);background:var(--theme-control-muted-bg-hover)}._addOutputButton_1745t_86:active:not(:disabled),._removeOutputButton_1745t_87:active:not(:disabled){transform:scale(.94)}._addOutputButton_1745t_86:disabled,._removeOutputButton_1745t_87:disabled{cursor:default;opacity:.35}._addOutputGlyph_1745t_124,._removeOutputGlyph_1745t_125{position:relative;display:block;width:.75rem;height:.75rem}._addOutputGlyph_1745t_124:before,._addOutputGlyph_1745t_124:after,._removeOutputGlyph_1745t_125:before,._removeOutputGlyph_1745t_125:after{position:absolute;top:.3125rem;left:1px;width:.625rem;height:.0938rem;border-radius:2px;background:currentcolor;content:""}._addOutputGlyph_1745t_124:after{transform:rotate(90deg)}._removeOutputGlyph_1745t_125:before{transform:rotate(45deg)}._removeOutputGlyph_1745t_125:after{transform:rotate(-45deg)}@keyframes _output-enter_1745t_1{0%{opacity:0;transform:translateY(-.375rem) scale(.985)}}@keyframes _output-exit_1745t_1{to{max-height:0;margin-block:calc(var(--gap-1) * -.5);padding-block:0;border-width:0;opacity:0;transform:translate(.75rem) scale(.98)}}@keyframes _output-pulse_1745t_1{50%{opacity:.45;transform:scale(.78)}}._runtimeStatus_1745t_183{display:inline-flex;align-items:center;gap:.375rem;min-height:1.375rem;padding:2px .4375rem;border:1px solid var(--theme-control-muted-border);border-radius:999px;color:var(--text-grey);background:var(--theme-control-muted-bg);font-size:var(--text-xs);font-family:var(--font-semibold);line-height:1;white-space:nowrap}._runtimeStatusDot_1745t_199{width:.375rem;height:.375rem;flex:0 0 auto;border-radius:50%;background:currentcolor}._runtimeStatus_1745t_183[data-tone=ready],._runtimeStatus_1745t_183[data-tone=recording]{color:var(--green);border-color:#63c17857;background:#63c17817}._runtimeStatus_1745t_183[data-tone=applying]{color:#ffb24d;border-color:#ff9d245c;background:#ff9d2417}._runtimeStatus_1745t_183[data-tone=error],._runtimeStatus_1745t_183[data-tone=unsupported],._runtimeStatus_1745t_183[data-tone=locked]{color:#ff7864;border-color:#ff5a3c61;background:#ff5a3c1a}._configOption_1745t_228{display:flex;flex-direction:column;gap:var(--gap-1)}._configOptionLabel_1745t_234{font-size:var(--text-sm);font-family:var(--font-semibold);color:var(--theme-default-text-color-light)}._configOptionHint_1745t_240{color:var(--text-grey);font-size:var(--text-xs);line-height:1.45}._urlInputContainer_1745t_246{display:flex;gap:var(--gap-xs);align-items:center;padding:var(--gap-xs);border-radius:var(--radius-card);background:var(--theme-low-contrast-background-card)}._urlInput_1745t_246{font-family:var(--font-semibold)}._urlInput_1745t_246 ::placeholder{font-family:var(--font-regular)}._newforProfileControl_1745t_263{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-secondary, #737373)}._newforProfileControl_1745t_263 select{min-width:0;padding:3px 20px 3px 7px;border:1px solid var(--border-color, #d8d8d8);border-radius:999px;background:transparent;color:inherit;font:inherit}._urlSendBtn_1745t_281{background:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:var(--theme-box-shadow-default);border-radius:var(--radius-circle);padding:var(--gap-xxs)}._urlSendBtn_1745t_281._disabled_1745t_290{opacity:.3;pointer-events:none}._urlSendIcon_1745t_296{height:.875rem}._generatedUrlContainer_1745t_300{display:grid;grid-template-areas:"label label" "value actions";grid-template-columns:minmax(0,1fr) max-content;gap:var(--gap-xs);align-items:center;min-height:2rem;padding:var(--gap-1);border-radius:var(--radius-select);background:var(--theme-low-contrast-background-card)}._generatedDelivery_1745t_314{display:flex;flex-direction:column;gap:var(--gap-xs)}._publicAccessControl_1745t_320{display:flex;align-items:center;justify-content:space-between;min-height:2rem;padding:0 var(--gap-1);border-radius:var(--radius-select);background:var(--theme-low-contrast-background-card)}._publicAccessLabel_1745t_330{color:var(--theme-default-text-color-light);font-size:var(--text-xs);line-height:1.3}._publicAccessSwitch_1745t_336{margin-left:0}._generatedUrlPending_1745t_340{grid-template-areas:"label" "value";grid-template-columns:minmax(0,1fr)}._generatedUrlLabel_1745t_347,._generatedUrlValue_1745t_348{font-size:var(--text-xs);line-height:1.3}._generatedUrlLabel_1745t_347{grid-area:label;color:var(--theme-default-text-color-light)}._generatedUrlValue_1745t_348{grid-area:value;min-width:0;overflow:hidden;color:var(--theme-default-text-color);font-family:var(--font-semibold);text-overflow:ellipsis;white-space:nowrap}._generatedUrlEditButton_1745t_368{appearance:none;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:text}._generatedUrlEditButton_1745t_368:disabled{cursor:default}._generatedUrlEdit_1745t_368{grid-area:value;display:flex;flex-direction:column;gap:var(--gap-xs);min-width:0}._generatedUrlExpandedValue_1745t_390{color:var(--theme-default-text-color);font-family:var(--font-semibold);font-size:var(--text-xs);line-height:1.35;overflow-wrap:anywhere}._generatedUrlEditControls_1745t_398{display:flex;gap:var(--gap-xs);min-width:0}._generatedUrlEditInput_1745t_404{min-width:0;width:100%;height:1.625rem;padding:0 var(--gap-1);border:1px solid var(--theme-default-text-color-light);border-radius:var(--radius-select);background:var(--theme-low-contrast-background);color:var(--theme-default-text-color);font-family:var(--font-semibold);font-size:var(--text-xs)}._generatedUrlActions_1745t_417{grid-area:actions;display:flex;gap:var(--gap-xs)}._generatedUrlCopyButton_1745t_423{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border:0;border-radius:var(--radius-select);background:var(--theme-control-muted-bg);color:var(--theme-default-text-color);cursor:pointer;transition:background .2s ease,opacity .2s ease}._generatedUrlCopyButton_1745t_423:hover{background:var(--theme-control-muted-bg-hover)}._generatedUrlCopyButton_1745t_423:disabled{cursor:default;opacity:.45}._generatedUrlTestButton_1745t_449{width:auto;min-width:2.8rem;padding:0 .48rem;color:inherit;font-size:.68rem;font-weight:700;line-height:1;text-decoration:none}._generatedUrlEditApply_1745t_460{flex:0 0 auto}._generatedUrlCopyIcon_1745t_464{width:.875rem;height:.875rem}._deliverySummary_1745t_469{display:flex;flex-wrap:wrap;gap:.3rem;color:var(--text-grey);font-size:var(--text-xs);line-height:1.35}@media(width<=768px){._outputItem_1745t_29{grid-template-columns:minmax(0,1fr) 2.5rem}._addOutputButton_1745t_86,._removeOutputButton_1745t_87{width:2.5rem;height:2.5rem}._urlSendBtn_1745t_281{min-width:2.5rem;min-height:2.5rem}._generatedUrlContainer_1745t_300{grid-template-columns:minmax(0,1fr) max-content;min-height:2.5rem}._publicAccessControl_1745t_320{min-height:2.5rem}._generatedUrlPending_1745t_340{grid-template-columns:minmax(0,1fr)}._generatedUrlCopyButton_1745t_423{width:2.5rem;height:2.5rem}}@media(prefers-reduced-motion:reduce){._outputItem_1745t_29,._emptyOutput_1745t_47,._outputStateDot_1745t_51[data-tone=applying]{animation:none}}._select_nwngr_1{width:100%;min-height:2rem;padding:0 var(--gap-6) 0 var(--gap-2);border:1px solid var(--theme-input-border);border-radius:var(--radius-select);background:var(--theme-low-contrast-background-card);color:var(--theme-default-text-color);font-family:var(--font-semibold);font-size:var(--text-sm);cursor:pointer}._select_nwngr_1:disabled{cursor:default;opacity:.55}._select_nwngr_1:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._Switch_1vcwf_1{display:inline-flex;align-items:center;gap:var(--gap-xs);cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:var(--gap-1)}._Switch_1vcwf_1._disabled_1vcwf_9{cursor:default;opacity:.3;pointer-events:none}._leftAlign_1vcwf_16{flex-direction:row-reverse;margin-left:0;margin-right:var(--gap-1)}._label_1vcwf_22{color:var(--theme-default-text-color-light);font-family:var(--font-medium);font-size:var(--text-xs);margin-left:.25rem;min-width:0}._label_1vcwf_22._labelTooltip_1vcwf_29{cursor:help}._switchInput_1vcwf_34{display:none}._switchSlider_1vcwf_38{box-sizing:border-box;width:1.875rem;height:.9375rem;background-color:var(--theme-low-contrast-background-card);border:1px solid var(--theme-input-border);border-radius:1.25rem;position:relative;transition:background-color .3s;box-shadow:inset 0 2px .25rem #0000001a;flex-shrink:0}._switchSlider_1vcwf_38:before{content:"";position:absolute;top:.0313rem;left:.1875rem;width:.75rem;height:.75rem;background-color:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 0 0 1px #0000000a,0 .1875rem .5rem #00000026,0 .1875rem 1px #0000000f}._checked_1vcwf_67 ._switchSlider_1vcwf_38{background:var(--blue)}._checked_1vcwf_67 ._switchSlider_1vcwf_38:before{transform:translate(.8125rem)}._tooltip_sb9gm_1{max-width:18.75rem;z-index:9999;white-space:pre-wrap}._CountryFlag_16zgi_1{width:1.125rem;aspect-ratio:4 / 3;object-fit:cover;border-radius:.1875rem;clip-path:inset(.5px round .1875rem);overflow:hidden;display:inline-block;vertical-align:middle}[data-dismissable-widget=true]{animation:_recap-widget-enter_w9eii_1 .46s cubic-bezier(.16,1,.3,1) both;transform-origin:50% 12%}._button_w9eii_6{position:absolute;top:.625rem;right:.625rem;z-index:8;display:grid;width:1.75rem;height:1.75rem;padding:0;place-items:center;border:1px solid transparent;border-radius:50%;appearance:none;background:#080e1757;box-shadow:0 .5rem 1.375rem #00000029;color:var(--theme-default-text-color-light);cursor:pointer;opacity:0;transform:translateY(-.1875rem) scale(.84);transition:opacity .18s ease,transform .24s cubic-bezier(.16,1,.3,1),border-color .18s ease,background .18s ease,color .18s ease}._button_w9eii_6 svg{width:.9375rem;height:.9375rem;fill:none;stroke:currentcolor;stroke-width:1.8;stroke-linecap:round;transition:transform .24s cubic-bezier(.16,1,.3,1)}[data-dismissable-widget=true]:hover ._button_w9eii_6,[data-dismissable-widget=true]:focus-within ._button_w9eii_6,._button_w9eii_6:hover,._button_w9eii_6:focus-visible{opacity:.72;transform:none}._button_w9eii_6:hover,._button_w9eii_6:focus-visible{border-color:var(--theme-control-muted-border-strong);background:var(--theme-control-muted-bg-hover);color:var(--theme-default-text-color);opacity:1}._button_w9eii_6:hover svg{transform:rotate(90deg)}._button_w9eii_6:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@keyframes _recap-widget-enter_w9eii_1{0%{opacity:0;filter:blur(.5rem);transform:translateY(1.125rem) scale(.965)}68%{opacity:1;filter:blur(0);transform:translateY(-2px) scale(1.004)}to{opacity:1;filter:blur(0);transform:none}}@media(hover:none),(pointer:coarse),(width<=768px){._button_w9eii_6{background:#080e176b;opacity:.78;transform:none}}@media(prefers-reduced-motion:reduce){[data-dismissable-widget=true]{animation:none}._button_w9eii_6,._button_w9eii_6 svg{transition:none}}._fields_18dwq_1,._configOption_18dwq_2,._destinations_18dwq_3{display:flex;flex-direction:column}._fields_18dwq_1,._destinations_18dwq_3{gap:var(--gap-2)}._configOption_18dwq_2{gap:var(--gap-1)}._configOptionLabel_18dwq_17{color:var(--theme-default-text-color-light);font-size:var(--text-sm);font-family:var(--font-semibold)}._destinationHeading_18dwq_23{display:inline-flex;align-items:center;gap:var(--gap-1);color:var(--theme-default-text-color-light);font-size:var(--text-sm);font-family:var(--font-semibold)}._destinationHeadingIcon_18dwq_32{width:1rem;height:1rem}._hint_18dwq_37{color:var(--theme-default-text-color-light);font-size:var(--text-xs);line-height:1.45;opacity:.85}._error_18dwq_44{margin:0;padding:.5rem .625rem;border:1px solid rgb(216 162 54 / 35%);border-radius:.625rem;color:var(--orange, #d8a236);background:#d8a2361f;font-size:.75rem;line-height:1.35}._langChips_18dwq_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(4.75rem,1fr));gap:var(--gap-1)}._langChip_18dwq_55{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:2rem;padding:0 .8125rem;border:1px solid var(--theme-control-muted-border);border-radius:var(--radius-circle, 9999px);color:var(--theme-default-text-color-light);background:var(--theme-control-muted-bg);font:inherit;font-size:var(--text-sm);font-family:var(--font-semibold);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}._langChipFlag_18dwq_82{width:1rem;flex:0 0 auto}._langChip_18dwq_55:hover:not(:disabled){color:var(--theme-default-text-color);border-color:var(--theme-control-muted-border-strong)}._langChip_18dwq_55:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._langChip_18dwq_55:disabled{cursor:not-allowed;opacity:.5}._langChipActive_18dwq_102{color:var(--white, #fff);background:var(--blue);border-color:var(--blue)}._displayModeOptions_18dwq_108{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap-1)}._displayModeOption_18dwq_108{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-1);min-width:0;padding:.625rem .75rem;border:1px solid var(--theme-control-muted-border);border-radius:var(--radius-card);color:var(--theme-default-text-color-light);background:var(--theme-control-muted-bg);font:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._displayModeOption_18dwq_108:hover:not(:disabled){color:var(--theme-default-text-color);border-color:var(--theme-control-muted-border-strong)}._displayModeOption_18dwq_108:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._displayModeOption_18dwq_108:disabled{cursor:not-allowed;opacity:.5}._displayModeOptionSelected_18dwq_149{color:var(--theme-default-text-color);background:#008cff24;border-color:var(--blue)}._displayModeTitle_18dwq_155{font-size:var(--text-sm);font-family:var(--font-semibold)}._displayModeVisual_18dwq_160{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:var(--theme-control-muted-bg)}._displayModeVisualLive_18dwq_172 ._displayModeIcon_18dwq_172{transform:translate(-1px,1px) scale(.88)}._displayModeLiveSignal_18dwq_176{position:absolute;top:2px;right:2px;width:.8125rem;height:.8125rem;color:var(--blue);stroke:currentcolor;stroke-width:1.7;stroke-linecap:round}._displayModeIcon_18dwq_172{width:1.375rem;height:1.375rem}._cell_n025i_1{position:relative;display:flex;flex:0 0 auto;min-width:0}._cap_n025i_13{box-sizing:border-box;display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;height:2.375rem;max-width:100%;min-width:0;padding:0 .8125rem 0 .375rem;border-radius:9999px;background:var(--theme-control-muted-bg);border:1px solid var(--theme-control-muted-border);color:var(--theme-default-text-color-light);font-family:inherit;font-size:.875rem;font-weight:var(--font-semibold);white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._cap_n025i_13:hover{color:var(--white);border-color:#ffffff3d}._cap_n025i_13:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._cap_n025i_13:disabled{opacity:.45;cursor:not-allowed}._capDisabled_n025i_53{opacity:.45;cursor:not-allowed}._capDisabled_n025i_53:hover{color:var(--theme-default-text-color-light);border-color:var(--theme-control-muted-border);background:var(--theme-control-muted-bg)}._capDisabled_n025i_53:hover ._capIconWrap_n025i_64{filter:none}._capBlocked_n025i_68{cursor:not-allowed;color:#ff9078}._capBlocked_n025i_68:hover{color:#ffb09e;border-color:#ff462d7a}._capBlocked_n025i_68 ._capVal_n025i_78{color:inherit}._capOpen_n025i_82{color:var(--white);border-color:#ffffff3d;background:var(--theme-control-muted-bg-hover)}._capHome_n025i_88{height:2.125rem;padding:0 .75rem 0 .3125rem;font-size:.8438rem}._capCompact_n025i_94{padding-inline:.625rem}._capCompact_n025i_94 ._capVal_n025i_78,._capCompact_n025i_94 ._capBadge_n025i_99{display:none}._capIconWrap_n025i_64{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.6875rem;height:1.6875rem;border-radius:50%;background:var(--theme-control-muted-bg-hover);color:var(--text-grey);transition:background .15s ease,color .15s ease,box-shadow .15s ease,filter .15s ease}._sourceUploadArrow_n025i_121{transform-box:fill-box;transform-origin:center;animation:_source-upload-arrow_n025i_1 .85s ease-in-out infinite}._sourceUploadIcon_n025i_127{overflow:visible}@keyframes _source-upload-arrow_n025i_1{0%,to{transform:translateY(1.5px);opacity:.68}50%{transform:translateY(-1.5px);opacity:1}}._cap_n025i_13:hover ._capIconWrap_n025i_64,._capOpen_n025i_82 ._capIconWrap_n025i_64{filter:brightness(1.14)}._cap_n025i_13[data-tone=ok]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#63c17829;color:#86e0a2;box-shadow:inset 0 0 0 2px #63c178b8}._cap_n025i_13[data-tone=wait]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#d8a23629;color:#edc46b;box-shadow:inset 0 0 0 2px #d8a236bd}._cap_n025i_13[data-tone=error]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#ff5a3c29;color:#ff9078;box-shadow:inset 0 0 0 2px #ff462dbd}._cap_n025i_13[data-tone=idle]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:var(--theme-control-muted-bg-hover);color:var(--text-grey);box-shadow:inset 0 0 0 2px #ffffff29}._capHome_n025i_88 ._capIconWrap_n025i_64{width:1.5625rem;height:1.5625rem}._capHome_n025i_88 ._capVal_n025i_78{max-width:7rem}._capIcon_n025i_64{flex:0 0 auto}._audioLevelRing_n025i_190{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._audioLevelArc_n025i_198{fill:none;stroke:#2dd4bf;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .1s linear}._capVal_n025i_78{min-width:0;max-width:7.5rem;overflow:hidden;text-overflow:ellipsis}._capValMuted_n025i_213{color:var(--text-grey)}._capFlags_n025i_217{display:inline-flex;align-items:center;gap:.25rem}._capFlag_n025i_217,._modelLanguageFlag_n025i_224{width:1rem;flex:0 0 auto}._capBadge_n025i_99{display:inline-flex;min-width:0;align-items:center;height:1.1875rem;padding:0 .4375rem;border-radius:.3125rem;background:#008cff29;border:1px solid rgb(0 140 255 / 40%);color:#4db5ff;font-size:.6875rem;font-weight:var(--font-bold);letter-spacing:.02em;max-width:6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dot_n025i_248{width:.5rem;height:.5rem;border-radius:50%;flex:0 0 auto}._dot_ok_n025i_255{background:var(--green);box-shadow:0 0 .375rem #63c17899}._dot_wait_n025i_260{background:#d8a236}._dot_live_n025i_264{background:var(--blue)}._dot_rec_n025i_268{background:var(--orange)}._dot_error_n025i_272{background:var(--orange, #ff3700);box-shadow:0 0 .375rem #ff37008c}._dot_idle_n025i_277{background:#ffffff47}._capLiveSignal_n025i_152{--live-signal-bg: var(--theme-control-muted-bg);--live-signal-border: var(--theme-control-muted-border);--live-signal-border-hover: rgb(255 255 255 / 24%);--live-signal-icon-bg: rgb(255 255 255 / 22%);--live-signal-static-shadow: rgb(91 142 232 / 40%);--live-signal-halo1: transparent;--live-signal-halo2: transparent;--live-signal-delay: 0ms;--halo1: transparent;--halo2: transparent;--halo-spread1: .5rem;--halo-spread2: .8125rem;animation:_ll-cap-halo_n025i_1 1.8s ease-out infinite;animation-delay:var(--live-signal-delay)}._capTranscription_n025i_299{--live-signal-bg: linear-gradient( 135deg, rgb(45 212 191 / 60%) 0%, rgb(80 151 221 / 48%) 100% );--live-signal-border: rgb(98 151 235 / 72%);--live-signal-border-hover: rgb(113 171 246 / 88%);--live-signal-static-shadow: rgb(98 151 235 / 38%);--live-signal-halo1: rgb(45 212 191 / 12%);--live-signal-halo2: rgb(98 135 232 / 28%);--live-signal-delay: 0ms}._capTranslation_n025i_313{--live-signal-bg: linear-gradient( 135deg, rgb(45 212 191 / 44%) 0%, rgb(91 142 232 / 54%) 100% );--live-signal-border: rgb(98 151 235 / 72%);--live-signal-border-hover: rgb(113 171 246 / 88%);--live-signal-static-shadow: rgb(98 151 235 / 38%);--live-signal-halo1: rgb(45 212 191 / 12%);--live-signal-halo2: rgb(98 135 232 / 28%);--live-signal-delay: .18s}._capTranslation_n025i_313 ._capVal_n025i_78{transform:translateY(1px)}._capLiveSignalActive_n025i_152{--halo1: var(--live-signal-halo1);--halo2: var(--live-signal-halo2);background:var(--theme-control-muted-bg);border-color:var(--live-signal-border);color:#fff}._capLiveSignalActive_n025i_152[data-busy=true]{--live-signal-border: rgb(255 157 36 / 74%);--live-signal-border-hover: rgb(255 184 102 / 88%);--halo1: rgb(255 139 42 / 52%);--halo2: rgb(216 162 54 / 38%);--live-signal-static-shadow: rgb(255 139 42 / 54%)}._capLiveSignalActive_n025i_152:hover{border-color:var(--live-signal-border-hover)}._capLiveSignalActive_n025i_152 ._capIconWrap_n025i_64{background:var(--live-signal-bg);color:#fff;box-shadow:none}._capLiveSignalActive_n025i_152[data-tone=wait] ._capIconWrap_n025i_64{box-shadow:inset 0 0 0 2px #d8a236e0}._capLiveSignalActive_n025i_152[data-tone=error] ._capIconWrap_n025i_64{box-shadow:inset 0 0 0 2px #ff462de0}._capLiveSignalActive_n025i_152 ._capVal_n025i_78{color:#fff}@keyframes _ll-cap-halo_n025i_1{0%{box-shadow:0 0 0 0 var(--halo1),0 0 0 0 var(--halo2)}70%{box-shadow:0 0 0 var(--halo-spread1) #0000,0 0 0 var(--halo-spread2) #0000}to{box-shadow:0 0 #0000,0 0 #0000}}@media(prefers-reduced-motion:reduce){._sourceUploadArrow_n025i_121,._capLiveSignal_n025i_152{animation:none}._capLiveSignalActive_n025i_152{box-shadow:0 0 .75rem var(--live-signal-static-shadow)}._audioLevelArc_n025i_198{transition:none}}._pop_n025i_410{--pop-shift-x: 0px;position:fixed;z-index:2147483647;box-sizing:border-box;display:flex;max-height:var( --topbar-popover-max-height, calc( 100dvh - var(--bar-thickness) - var(--bar-margin) - var(--bar-margin) - .625rem ) );flex-direction:column;max-width:min(22.5rem,calc(100vw - 1.75rem));padding:.875rem;border-radius:1rem;background:var(--theme-glass-widget-bg);border:1px solid var(--theme-glass-widget-border);box-shadow:0 1.5rem 3.875rem #00000075,inset 0 1px #ffffff17;color:var(--theme-default-text-color)}._pop_n025i_410:before,._pop_n025i_410:after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none}._pop_n025i_410:before{background:radial-gradient(closest-side at 34% 0%,rgb(255 255 255 / 28%),rgb(255 255 255 / 12%) 38%,transparent 74%);opacity:.18}._pop_n025i_410:after{background:linear-gradient(180deg,rgb(255 255 255 / 10%),transparent 45%);opacity:.14}._pop_n025i_410>*{position:relative;z-index:1}._popLeft_n025i_466,._popRight_n025i_467{left:auto}._popOpen_n025i_471{animation:_ll-pop-surface-open_n025i_1 .18s cubic-bezier(.16,1,.3,1) both}._popClosing_n025i_475{pointer-events:none;animation:_ll-pop-surface-close_n025i_1 .16s cubic-bezier(.4,0,.2,1) both}._popOpen_n025i_471 ._popHost_n025i_480{animation:_ll-pop-content-open_n025i_1 .22s cubic-bezier(.16,1,.3,1) both}._popClosing_n025i_475 ._popHost_n025i_480{animation:_ll-pop-content-close_n025i_1 .16s cubic-bezier(.4,0,.2,1) both}@keyframes _ll-pop-surface-open_n025i_1{0%{opacity:0}to{opacity:1}}@keyframes _ll-pop-surface-close_n025i_1{0%{opacity:1}to{opacity:0}}@keyframes _ll-pop-content-open_n025i_1{0%{transform:translate3d(var(--pop-shift-x),-.5rem,0) scale(.96)}70%{transform:translate3d(var(--pop-shift-x),1px,0) scale(1.01)}to{transform:translate3d(var(--pop-shift-x),0,0) scale(1)}}@keyframes _ll-pop-content-close_n025i_1{0%{transform:translate3d(var(--pop-shift-x),0,0) scale(1)}to{transform:translate3d(var(--pop-shift-x),-.375rem,0) scale(.97)}}._popHost_n025i_480{display:flex;flex:1 1 auto;flex-direction:column;gap:.875rem;min-height:0;overflow-y:auto;overscroll-behavior:contain;transform-origin:top center}._popHostOverflowVisible_n025i_546{overflow:visible}.global-theme ._popHost_n025i_480>div{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}._remoteSourceActions_n025i_562{display:flex;min-width:13rem;flex-direction:column;gap:.5rem}._remoteSourceDisconnectButton_n025i_569{min-height:2.5rem;padding:.625rem .875rem;border:1px solid rgb(255 90 60 / 46%);border-radius:var(--radius-card);background:#ff5a3c1f;color:#ff9078;cursor:pointer;font:inherit;font-size:var(--text-sm);font-family:var(--font-semibold);transition:background .15s ease,border-color .15s ease,color .15s ease}._remoteSourceDisconnectButton_n025i_569:hover:not(:disabled){border-color:#ff5a3cb8;background:#ff5a3c33;color:#ffb09e}._remoteSourceDisconnectButton_n025i_569:focus-visible{outline:2px solid #ff7864;outline-offset:2px}._remoteSourceDisconnectButton_n025i_569:disabled{cursor:wait;opacity:.65}._remoteSourceError_n025i_602{color:#ff9078;font-size:var(--text-xs);line-height:1.4}._sourceQualityControl_n025i_608{display:grid;grid-template-columns:minmax(0,1fr) minmax(7rem,auto);align-items:center;gap:.625rem;padding-top:.75rem;border-top:1px solid var(--theme-control-muted-border)}._sourceQualityLabel_n025i_617{min-width:0;color:var(--theme-default-text-color-light);font-size:var(--text-xs);font-family:var(--font-semibold)}._sourceQualitySelect_n025i_624{box-sizing:border-box;width:100%;min-width:0;min-height:2.125rem;padding:0 1.75rem 0 .625rem;border:1px solid var(--theme-control-muted-border);border-radius:var(--radius-select);background:var(--theme-control-muted-bg);color:var(--theme-default-text-color);font:inherit;font-size:var(--text-xs);cursor:pointer}._sourceQualitySelect_n025i_624:focus-visible,._outputAction_n025i_640:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._sourceQualitySelect_n025i_624:disabled{cursor:not-allowed;opacity:.55}._transcriptionCell_n025i_650{position:relative}._modelLanguagesTooltip_n025i_654{position:absolute;top:calc(100% + .5rem);left:0;z-index:5;display:flex;width:max-content;min-width:10.75rem;max-width:min(16.875rem,calc(100vw - 1.75rem));flex-direction:column;gap:.5rem;padding:.625rem .6875rem;border-radius:.75rem;border:1px solid var(--theme-control-muted-border);background:#0e0f16f0;box-shadow:0 1.125rem 2.75rem #0000006b;color:var(--white);opacity:0;pointer-events:none;transform:translateY(-.25rem);visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}._transcriptionCell_n025i_650:hover ._modelLanguagesTooltip_n025i_654,._transcriptionCell_n025i_650:focus-within ._modelLanguagesTooltip_n025i_654{opacity:1;transform:translateY(0);visibility:visible}._transcriptionCell_n025i_650:hover ._modelLanguagesTooltip_n025i_654{transition-delay:.45s}._transcriptionCell_n025i_650:focus-within:not(:hover) ._modelLanguagesTooltip_n025i_654{transition-delay:0s}._modelLanguagesTitle_n025i_696{font-size:.6875rem;font-family:var(--font-bold);letter-spacing:.06em;text-transform:uppercase;color:var(--text-grey)}._modelLanguagesList_n025i_704{display:grid;gap:.3125rem}._modelLanguageItem_n025i_709{display:grid;grid-template-columns:1.25rem minmax(0,1fr);align-items:center;gap:.4375rem;font-size:.75rem;line-height:1.2;white-space:nowrap}._transcriptionToggle_n025i_719{display:flex;align-items:center;justify-content:space-between;gap:.875rem;padding-bottom:.875rem;border-bottom:1px solid var(--theme-control-muted-border)}._transcriptionToggle_n025i_719+._transcriptionToggle_n025i_719{padding-top:.875rem}._transcriptionToggleLabel_n025i_732{color:var(--theme-default-text-color);font-size:var(--text-sm);font-family:var(--font-semibold)}._transcriptionSwitch_n025i_738{flex:0 0 auto;margin:0}._outputAction_n025i_640{appearance:none;display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.375rem;padding:.5rem .75rem;border:1px solid rgb(0 140 255 / 48%);border-radius:.625rem;background:#008cff21;color:var(--theme-default-text-color);font:inherit;font-size:var(--text-xs);font-family:var(--font-semibold);cursor:pointer;transition:border-color .15s ease,background .15s ease,opacity .15s ease}._outputAction_n025i_640:hover:not(:disabled){border-color:#008cffc7;background:#008cff33}._outputAction_n025i_640:disabled{cursor:not-allowed;opacity:.5}@media(769px<=width<=799px){._capCompact_n025i_94{padding-inline:.375rem}}@media(width<=768px){._pop_n025i_410{--pop-shift-x: 0px;position:fixed;max-width:none}._cap_n025i_13:not(._capHome_n025i_88){height:2.5rem;padding:0 .625rem}._cap_n025i_13:not(._capHome_n025i_88) ._capVal_n025i_78,._cap_n025i_13:not(._capHome_n025i_88) ._capBadge_n025i_99{display:none}._cap_n025i_13._capLabelled_n025i_806{padding:0 .8125rem 0 .375rem}._cap_n025i_13._capLabelled_n025i_806 ._capVal_n025i_78{display:inline-block;max-width:5.75rem}._cap_n025i_13._capCell_n025i_819{height:2.5rem;border:0;background:transparent;border-radius:0;padding:0 .6875rem}._cap_n025i_13._capCell_n025i_819:hover{background:transparent;border-color:transparent}._cap_n025i_13._capCell_n025i_819 ._capVal_n025i_78{display:none}._cap_n025i_13._capTile_n025i_837{flex-direction:column;height:auto;gap:.3125rem;padding:.5rem .375rem .375rem;border:0;background:transparent;border-radius:.875rem;min-width:3.25rem}._cap_n025i_13._capTile_n025i_837:hover{background:var(--theme-control-muted-bg);border-color:transparent}._cap_n025i_13._capTile_n025i_837._capLiveSignal_n025i_152{animation:none;box-shadow:none}._cap_n025i_13._capTile_n025i_837 ._capIconWrap_n025i_64{width:2.5rem;height:2.5rem}._cap_n025i_13._capTile_n025i_837 ._capIcon_n025i_64{width:1.125rem;height:1.125rem}._cap_n025i_13._capTile_n025i_837 ._capVal_n025i_78{display:block;max-width:4.375rem;font-size:.625rem;font-weight:500;text-align:center;color:var(--text-grey)}._capHome_n025i_88 ._capBadge_n025i_99{display:none}._capHome_n025i_88{padding:0 .5625rem 0 .25rem}._capHome_n025i_88 ._capIconWrap_n025i_64{width:1.5rem;height:1.5rem}._modelLanguagesTooltip_n025i_654{max-width:calc(100vw - 1.75rem)}}@media(width<=420px){._cap_n025i_13._capCell_n025i_819{padding-inline:.5rem}._cap_n025i_13._capCell_n025i_819 ._capVal_n025i_78{display:none}}.global-theme-light ._cap_n025i_13{background:var(--theme-control-muted-bg);border-color:var(--theme-control-muted-border);color:var(--theme-default-text-color)}.global-theme-light ._cap_n025i_13:hover,.global-theme-light ._capOpen_n025i_82{border-color:var(--theme-control-muted-border-strong);background:var(--theme-control-muted-bg-hover)}.global-theme-light ._capBlocked_n025i_68{color:#bd3119}.global-theme-light ._capDisabled_n025i_53:hover{color:var(--theme-default-text-color-light);border-color:var(--theme-control-muted-border);background:var(--theme-control-muted-bg)}.global-theme-light ._capBlocked_n025i_68:hover{border-color:#e244268a}.global-theme-light ._capIconWrap_n025i_64{background:var(--theme-control-muted-bg);color:var(--theme-default-text-color-light)}.global-theme-light ._modelLanguagesTooltip_n025i_654{background:#fffffff5;border-color:var(--theme-control-muted-border);box-shadow:0 1.125rem 2.75rem #00000029;color:var(--theme-default-text-color)}.global-theme-light ._pop_n025i_410{background:#fffffff5;border-color:#00000003;box-shadow:0 .625rem 1.75rem #2832500d,inset 0 1px #ffffffb3}.global-theme-light ._pop_n025i_410:before{opacity:.04}.global-theme-light ._pop_n025i_410:after{opacity:.03}.global-theme-light ._capLiveSignalActive_n025i_152{background:var(--theme-control-muted-bg);border-color:var(--live-signal-border);color:var(--theme-default-text-color)}.global-theme-light ._capLiveSignalActive_n025i_152:hover,.global-theme-light ._capLiveSignalActive_n025i_152._capOpen_n025i_82{border-color:var(--live-signal-border-hover);background:var(--theme-control-muted-bg-hover)}.global-theme-light ._capLiveSignalActive_n025i_152 ._capVal_n025i_78{color:var(--theme-default-text-color)}.global-theme-light ._capLiveSignalActive_n025i_152 ._capIconWrap_n025i_64{background:var(--live-signal-bg);color:#fff;box-shadow:none}.global-theme-light ._cap_n025i_13[data-tone=ok]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#63c17838;color:#2f9152;box-shadow:inset 0 0 0 2px #50aa69d1}.global-theme-light ._cap_n025i_13[data-tone=wait]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#d8a2363d;color:#8a5f0c;box-shadow:inset 0 0 0 2px #c6942cd9}.global-theme-light ._cap_n025i_13[data-tone=error]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:#ff5a3c33;color:#bd3119;box-shadow:inset 0 0 0 2px #e24426d1}.global-theme-light ._cap_n025i_13[data-tone=idle]:not(._capLiveSignalActive_n025i_152) ._capIconWrap_n025i_64{background:var(--theme-control-muted-bg);color:var(--theme-default-text-color-light);box-shadow:inset 0 0 0 2px #00000024}.global-theme-light ._capLiveSignalActive_n025i_152[data-tone=wait] ._capIconWrap_n025i_64{box-shadow:inset 0 0 0 2px #c6942ce5}.global-theme-light ._capLiveSignalActive_n025i_152[data-tone=error] ._capIconWrap_n025i_64{box-shadow:inset 0 0 0 2px #e24426e5}._lockButton_1afuo_1{color:var(--theme-default-text-color-light)}._lockButtonActive_1afuo_5,._lockButtonActive_1afuo_5:hover{color:#ff3b3b;background:#ff3b3b21;box-shadow:0 0 1rem #ff2a2a3d}._lockButtonActive_1afuo_5 svg{animation:_admin-lock-pulse_1afuo_1 1.25s ease-in-out infinite}._root_1afuo_16{display:contents}._popoverContent_1afuo_20{display:grid;gap:.45rem;min-width:0}._popoverTitle_1afuo_26{margin:0;color:var(--theme-default-text-color-light);font-family:var(--font-medium);font-size:.72rem;font-weight:500;letter-spacing:.015em}._options_1afuo_35{position:relative;display:grid;gap:.5rem}._menu_1afuo_41{display:grid;overflow:hidden;border:1px solid var(--theme-topbar-border);border-radius:.7rem;background:var(--theme-control-muted-bg)}._menuRow_1afuo_49{display:grid;grid-template-columns:1.1rem minmax(0,1fr) auto;gap:.6rem;align-items:center;height:2.5rem;padding:0 .7rem;border:0;border-bottom:1px solid var(--theme-topbar-border);background:transparent;color:var(--theme-default-text-color);text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease}._menuRow_1afuo_49:last-child{border-bottom:0}._menuRow_1afuo_49:hover,._menuRowSelected_1afuo_72{background:var(--theme-control-muted-bg-hover);color:#54dce6}._menuRow_1afuo_49:focus-visible,._durationControls_1afuo_78 button:focus-visible,._durationControls_1afuo_78 input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}._menuIcon_1afuo_84{display:grid;place-items:center;color:var(--theme-default-text-color-light)}._menuIcon_1afuo_84 svg{width:1rem;height:1rem}._infinityIcon_1afuo_95{font-size:1.35rem;line-height:1}._menuLabel_1afuo_100{overflow:hidden;font-family:var(--font-medium);font-size:var(--app-ui-font-sm);text-overflow:ellipsis;white-space:nowrap}._menuMeta_1afuo_108{display:flex;gap:.35rem;align-items:center;color:var(--theme-default-text-color-light);font-size:.68rem;font-variant-numeric:tabular-nums}._chevron_1afuo_117{display:inline-block;font-size:1rem;line-height:1;transition:transform .16s ease}._chevronOpen_1afuo_124{transform:rotate(90deg)}._durationOption_1afuo_128{padding:.4rem .45rem;border-bottom:1px solid var(--theme-topbar-border);background:#00000014}._durationControls_1afuo_78{display:grid;grid-template-columns:1.6rem minmax(3.35rem,1fr) 1.6rem 2.8rem 1.75rem;gap:.18rem;align-items:center}._durationControls_1afuo_78 button,._durationControls_1afuo_78 input{box-sizing:border-box;height:1.75rem;border:1px solid var(--theme-topbar-border);border-radius:.55rem;background:var(--theme-main-background);color:var(--theme-default-text-color);font-family:var(--font-medium)}._durationControls_1afuo_78 button{padding:0;font-size:1rem;cursor:pointer}._durationControls_1afuo_78 input{width:100%;min-width:0;padding-inline:.2rem;appearance:textfield;font-size:.72rem;text-align:center;font-variant-numeric:tabular-nums}._durationControls_1afuo_78 input::-webkit-inner-spin-button,._durationControls_1afuo_78 input::-webkit-outer-spin-button{margin:0;appearance:none}._unitToggle_1afuo_174{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;height:1.75rem;padding:.15rem;border:1px solid var(--theme-topbar-border);border-radius:.55rem;background:var(--theme-main-background)}._unitToggle_1afuo_174 button{height:100%;border:0;border-radius:.38rem;background:transparent;font-size:.7rem}._unitToggle_1afuo_174 ._unitActive_1afuo_193{background:var(--theme-control-muted-bg-hover);color:#54dce6}._durationControls_1afuo_78 ._confirmDuration_1afuo_198{border-color:transparent;background:var(--blue);color:#fff;font-family:var(--font-bold)}._conflictPanel_1afuo_205{display:grid;gap:.45rem;padding:.55rem;border:1px solid rgb(255 157 36 / 42%);border-radius:.7rem;background:#ff9d2414}._conflictHeading_1afuo_214{display:flex;align-items:center;gap:.4rem;font-family:var(--font-medium);font-size:.72rem}._conflictIcon_1afuo_222{display:grid;flex:0 0 auto;place-items:center;width:1.1rem;height:1.1rem;border-radius:50%;background:#4c351c;color:#ffb85c;font-family:var(--font-bold);font-size:.65rem}._conflictSession_1afuo_235{display:grid;grid-template-columns:1rem minmax(0,1fr) auto;gap:.4rem;align-items:center;min-width:0;padding:.4rem;border-radius:.55rem;background:#0000001f}._conflictSession_1afuo_235 svg{width:.9rem;height:.9rem;color:#ffb85c}._conflictSession_1afuo_235>span:nth-child(2){display:grid;min-width:0}._conflictSession_1afuo_235 strong{overflow:hidden;font-size:.7rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}._conflictSession_1afuo_235 small,._conflictPanel_1afuo_205 p{color:var(--theme-default-text-color-light);font-size:.64rem}._conflictPanel_1afuo_205 p{margin:0;line-height:1.3}._conflictMore_1afuo_276{color:#ffb85c;font-size:.65rem}._conflictActions_1afuo_281{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}._conflictActions_1afuo_281 button{height:1.8rem;border:1px solid var(--theme-topbar-border);border-radius:.5rem;background:var(--theme-main-background);color:var(--theme-default-text-color);font-family:var(--font-medium);font-size:.68rem;cursor:pointer}._conflictActions_1afuo_281 ._confirmConflict_1afuo_298{border-color:transparent;background:#d78022;color:#fff}._unlockSlider_1afuo_304{position:relative;width:13.5rem;height:3rem;overflow:hidden;border:1px solid rgb(255 255 255 / 10%);border-radius:1rem;background:linear-gradient(90deg,rgb(255 59 59 / 22%) 0 var(--unlock-progress),transparent var(--unlock-progress)),#ffffff0a;box-shadow:inset 0 0 0 1px #0000001f,0 .65rem 1.6rem #00000029}._unlockText_1afuo_323,._unlockChevron_1afuo_324{position:absolute;top:50%;z-index:0;pointer-events:none;transform:translateY(-50%)}._unlockText_1afuo_323{left:3.45rem;color:#ffffff9e;font-family:var(--font-medium);font-size:.7rem;letter-spacing:.015em}._unlockChevron_1afuo_324{right:.75rem;color:#ffffff52;font-size:1rem;letter-spacing:-.18rem}._unlockInput_1afuo_347{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;appearance:none;border-radius:inherit;background:transparent;cursor:grab}._unlockInput_1afuo_347:active{cursor:grabbing}._unlockInput_1afuo_347::-webkit-slider-runnable-track{height:100%;background:transparent}._unlockInput_1afuo_347::-webkit-slider-thumb{width:2.55rem;height:2.55rem;margin-top:.22rem;appearance:none;border:1px solid rgb(255 255 255 / 18%);border-radius:.78rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 11V8a5 5 0 0 1 9.5-2' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='10' width='14' height='11' rx='3' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 1.2rem no-repeat,linear-gradient(145deg,#ff4b4b,#d9192b);box-shadow:0 .25rem .7rem #84000c6b,inset 0 1px #ffffff40}._unlockInput_1afuo_347::-moz-range-track{height:100%;background:transparent}._unlockInput_1afuo_347::-moz-range-progress{background:transparent}._unlockInput_1afuo_347::-moz-range-thumb{width:2.55rem;height:2.55rem;border:1px solid rgb(255 255 255 / 18%);border-radius:.78rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 11V8a5 5 0 0 1 9.5-2' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='10' width='14' height='11' rx='3' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 1.2rem no-repeat,linear-gradient(145deg,#ff4b4b,#d9192b);box-shadow:0 .25rem .7rem #84000c6b,inset 0 1px #ffffff40}._unlockInput_1afuo_347:focus-visible{outline:2px solid #ff6767;outline-offset:-3px}._unlockInput_1afuo_347:disabled{cursor:wait;opacity:.6}@keyframes _admin-lock-pulse_1afuo_1{0%,to{filter:drop-shadow(0 0 0 rgb(255 48 48 / 0%));transform:scale(1)}50%{filter:drop-shadow(0 0 .4rem rgb(255 48 48 / 80%));transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){._lockButtonActive_1afuo_5 svg{animation:none}}._tabbar_snpyw_1{flex:0 0 auto;position:absolute;z-index:50;inset-inline:0;inset-block-end:0;box-sizing:border-box;height:3.625rem;margin:0 .75rem calc(.75rem + env(safe-area-inset-bottom,0px));border:1px solid var(--theme-topbar-border);border-radius:1.125rem;background:var(--theme-glass-widget-bg-solid);box-shadow:var(--bar-shadow-rail),var(--bar-highlight);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:.25rem .5rem}._tabSlot_snpyw_20{position:relative;display:grid;place-items:center;width:100%;height:100%;min-width:0}._tab_snpyw_1{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;color:var(--theme-nav-bar-button-color);width:100%;min-width:0;max-width:4.5rem;padding:0 2px;font-family:var(--font-medium)}._tab_snpyw_1>svg{width:1.4375rem;height:1.4375rem}._tabLabel_snpyw_50{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-weight:500;line-height:1}._tab_snpyw_1:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:.5rem}._tabActive_snpyw_67{color:var(--blue)}._recapStack_snpyw_71{--recap-hue: 210;all:unset;position:absolute;z-index:4;inset-block-start:-.5625rem;inset-inline-end:1px;box-sizing:border-box;display:grid;place-items:center;width:1.6875rem;height:1.6875rem;border-radius:.5rem;isolation:isolate;cursor:pointer;font-family:var(--font-bold);font-size:.5625rem;letter-spacing:.02em;color:hsl(var(--recap-hue) 90% 84%);border:1px solid hsl(var(--recap-hue) 82% 64% / 72%);background:linear-gradient(145deg,hsl(var(--recap-hue) 82% 52%),hsl(var(--recap-hue) 84% 38%));box-shadow:inset 0 1px #ffffff3d,0 .3125rem .75rem hsl(var(--recap-hue) 75% 28% / 36%);transition:transform .16s ease,box-shadow .16s ease}._recapStackAttention_snpyw_105{animation:_recap-stack-attention_snpyw_1 .82s cubic-bezier(.2,.85,.32,1.15) both}._recapStackMultiple_snpyw_110:before,._recapStackMultiple_snpyw_110:after{content:"";position:absolute;z-index:-1;inset:2px;border:1px solid hsl(var(--recap-hue) 75% 66% / 55%);border-radius:.4375rem;background:hsl(var(--recap-hue) 60% 32% / 94%);transform:translate(-.25rem,-.1875rem) rotate(-7deg)}._recapStackMultiple_snpyw_110:after{opacity:.72;transform:translate(-.4375rem,-.3125rem) rotate(-12deg)}._recapStack_snpyw_71:hover,._recapStack_snpyw_71[data-state=open]{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff47,0 .5rem 1.125rem hsl(var(--recap-hue) 78% 28% / 46%)}._recapStack_snpyw_71:focus-visible{outline:2px solid var(--blue);outline-offset:.1875rem}._recapStackActive_snpyw_140{border-color:hsl(var(--recap-hue) 90% 78%)}._recapStackMuted_snpyw_144{color:#f0f2f5;border-color:#e1e6ed7a;background:linear-gradient(145deg,rgb(255 255 255 / 18%),transparent 48%),linear-gradient(145deg,#69717d,#3d434c);box-shadow:inset 0 1px #ffffff38,0 .3125rem .75rem #0000004d}._recapStackFace_snpyw_155{display:grid;place-items:center;width:100%;height:100%}._recapStackFace_snpyw_155 svg{display:block;width:.9375rem;height:.9375rem}._recapStackCount_snpyw_168{position:absolute;z-index:2;inset-block-start:-.4375rem;inset-inline-end:-.4375rem;display:grid;place-items:center;min-width:1rem;height:1rem;padding-inline:.1875rem;box-sizing:border-box;border:2px solid var(--theme-topbar-bg, #f4f6f9);border-radius:999px;background:#fff;color:hsl(var(--recap-hue) 74% 32%);font-family:var(--font-bold);font-size:.5625rem;line-height:1;box-shadow:0 2px .375rem #0000003d}.dropdown-menu._recapMenu_snpyw_189{box-sizing:border-box;width:min(18.25rem,calc(100vw - 2rem));margin-block-end:.75rem;padding:.375rem;border:1px solid var(--theme-topbar-border, rgb(0 0 0 / 14%));border-radius:1rem;background:var(--theme-topbar-bg, rgb(244 246 249 / 98%));box-shadow:0 1.125rem 2.75rem #00000047,var(--bar-highlight, inset 0 1px 0 rgb(255 255 255 / 72%));animation:_recap-menu-open_snpyw_1 .18s cubic-bezier(.2,.85,.3,1.05)}._recapMenu_snpyw_189 [role=menuitem]{min-height:44px;padding:.375rem .5rem;border-radius:.6875rem;color:var(--theme-default-text-color, var(--black))}._recapMenu_snpyw_189 [role=menuitem][data-highlighted]{background:var(--theme-control-muted-bg-hover, rgb(0 0 0 / 8%))}._recapMenuItem_snpyw_214{position:relative;display:flex;align-items:center;gap:.625rem;width:100%;min-width:0}._recapMenuMonogram_snpyw_223{--recap-hue: 210;display:grid;place-items:center;width:1.875rem;height:1.875rem;flex:0 0 auto;box-sizing:border-box;border:1px solid hsl(var(--recap-hue) 80% 62% / 58%);border-radius:.5625rem;background:hsl(var(--recap-hue) 82% 48% / 18%);color:hsl(var(--recap-hue) 82% 62%);font-family:var(--font-bold);font-size:.625rem}._recapMenuMonogram_snpyw_223 svg{width:1.0625rem;height:1.0625rem}._recapMenuMonogramMuted_snpyw_245{border-color:#78808c70;background:#6c748029;color:#8f98a5}._recapMenuTitle_snpyw_251{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-medium);font-size:.8125rem}._recapMenuItemActive_snpyw_260:after{content:"";width:.4375rem;height:.4375rem;flex:0 0 auto;border-radius:50%;background:var(--blue);box-shadow:0 0 0 .1875rem #31c6d029}@keyframes _recap-menu-open_snpyw_1{0%{opacity:0;transform:translateY(.4375rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _recap-stack-attention_snpyw_1{0%{opacity:0;filter:brightness(1) drop-shadow(0 0 0 hsl(var(--recap-hue) 90% 62% / 0%));transform:scale(.3)}42%{opacity:1;filter:brightness(1.28) drop-shadow(0 0 1rem hsl(var(--recap-hue) 90% 62% / 90%));transform:scale(1)}58%{transform:scale(1.36)}72%{transform:scale(.8)}86%{filter:brightness(1.1) drop-shadow(0 0 .5625rem hsl(var(--recap-hue) 90% 62% / 46%));transform:scale(1.13)}to{filter:brightness(1) drop-shadow(0 0 0 hsl(var(--recap-hue) 90% 62% / 0%));transform:scale(1)}}._appIcon_snpyw_316{position:relative;display:grid;place-items:center;width:2.75rem;height:1.4375rem;flex:0 0 auto;overflow:visible;color:currentcolor}._appIcon_snpyw_316:before{content:"";position:absolute;inset:-.5625rem -.3125rem;border-radius:999px;background:radial-gradient(circle,var(--air-glow, rgb(255 45 45 / 55%)) 0%,var(--air-glow-fade, rgb(255 45 45 / 0%)) 70%);opacity:0;pointer-events:none;transition:opacity .45s ease}._appIconLayer_snpyw_342{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;transition:opacity .45s ease;overflow:visible}._appIconLayer_snpyw_342 svg{width:2.75rem!important;display:block;height:auto!important}._appIconLayerAir_snpyw_357{opacity:0}._appIconLayerAir_snpyw_357 svg use{stroke:var(--air-stroke, #ff2d2d)}._appIconLayerAir_snpyw_357 svg use:last-of-type{stroke:var(--air-stroke-2, #ffc2c2)}._appIconLive_snpyw_369{--air-stroke: #ff2d2d;--air-stroke-2: #ffc2c2;--air-glow: rgb(255 45 45 / 55%);--air-glow-fade: rgb(255 45 45 / 0%)}._appIconSuspended_snpyw_376{--air-stroke: #ff9d24;--air-stroke-2: #ffdca6;--air-glow: rgb(255 157 36 / 55%);--air-glow-fade: rgb(255 157 36 / 0%)}._appIconOccupied_snpyw_383{--air-stroke: #ff9d24;--air-stroke-2: #ffdca6;--air-glow: rgb(255 157 36 / 50%);--air-glow-fade: rgb(255 157 36 / 0%)}._appIconLive_snpyw_369 ._appIconLayer_snpyw_342,._appIconSuspended_snpyw_376 ._appIconLayer_snpyw_342,._appIconOccupied_snpyw_383 ._appIconLayer_snpyw_342{opacity:0}._appIconLive_snpyw_369 ._appIconLayerAir_snpyw_357,._appIconSuspended_snpyw_376 ._appIconLayerAir_snpyw_357,._appIconOccupied_snpyw_383 ._appIconLayerAir_snpyw_357{opacity:1}._appIconLive_snpyw_369:before,._appIconSuspended_snpyw_376:before,._appIconOccupied_snpyw_383:before{opacity:.62}._appIconLive_snpyw_369 ._appIconLayerAir_snpyw_357 svg use:last-of-type,._appIconSuspended_snpyw_376 ._appIconLayerAir_snpyw_357 svg use:last-of-type,._appIconOccupied_snpyw_383 ._appIconLayerAir_snpyw_357 svg use:last-of-type{stroke-dasharray:7 33;animation:_tabbar-air-flow_snpyw_1 1.4s linear infinite}@keyframes _tabbar-air-flow_snpyw_1{to{stroke-dashoffset:-40}}@media(prefers-reduced-motion:reduce){._appIconLive_snpyw_369 ._appIconLayerAir_snpyw_357 svg use:last-of-type,._appIconSuspended_snpyw_376 ._appIconLayerAir_snpyw_357 svg use:last-of-type,._appIconOccupied_snpyw_383 ._appIconLayerAir_snpyw_357 svg use:last-of-type{animation:none}._recapStack_snpyw_71,._recapMenu_snpyw_189{animation:none;transition:none}}.global-theme-light ._tab_snpyw_1{color:var(--theme-nav-bar-button-color)}.global-theme-light ._tabActive_snpyw_67{color:var(--blue)}._dropdownMenu_1hkja_2{z-index:999999;background:var(--grey-background);border-radius:var(--radius-dropdown);padding:var(--gap-xs);box-shadow:0 .375rem .75rem #00000040,0 .1875rem .375rem #0000002e,0 1px 2px #0000001f;min-width:9.375rem}._menuItem_1hkja_15{position:relative!important;all:unset;display:flex;align-items:center;justify-content:flex-start;padding:var(--gap-1) var(--gap-3);border-radius:var(--radius-circle);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--black);width:100%;box-sizing:border-box;overflow:visible}._menuItemLabel_1hkja_31{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex:1 1 0%!important;min-width:0!important}._menuItemCheckbox_1hkja_40 ._menuItemLabel_1hkja_31{padding-left:calc(.9375rem + var(--gap-2))}._menuItem_1hkja_15[aria-haspopup=menu] ._menuItemLabel_1hkja_31{padding-right:calc(.75rem + var(--gap-xs))}._menuItemWithDelete_1hkja_48 ._menuItemLabel_1hkja_31{padding-right:var(--gap-1)}._menuItem_1hkja_15:hover,._menuItem_1hkja_15[data-highlighted]{background:var(--green-light)}._menuItem_1hkja_15[data-disabled]{opacity:.4;pointer-events:none}._menuItem_1hkja_15[aria-haspopup=menu]{padding:var(--gap-xs) var(--gap-5)}._menuItemButton_1hkja_68{all:unset;border-radius:var(--radius-circle);height:2.1875rem;background:var(--blue);color:var(--grey);display:flex;align-items:center;padding:0 var(--gap-3);position:relative;font-size:var(--text-sm);font-family:var(--font-semibold);margin-top:var(--gap-xs);cursor:pointer}._menuItemButton_1hkja_68[data-highlighted]{background:var(--blue)!important}._submenu_1hkja_89{background:var(--grey-background);border-radius:var(--radius-dropdown);padding:var(--gap-xs);box-shadow:0 .25rem .5rem #0000002e,0 2px .25rem #0000001f;min-width:9.375rem}._checkIcon_1hkja_100{opacity:1;width:.9375rem;height:.9375rem;position:absolute;left:var(--gap-2);flex-shrink:0}._chevronRight_1hkja_110{position:absolute;right:var(--gap-xs);top:50%;transform:translateY(-50%) rotate(90deg)}._chevronRight_1hkja_110 img{width:.75rem}._deleteButton_1hkja_122{all:unset;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:var(--gap-xs);margin-left:auto;flex-shrink:0;border-radius:var(--radius-circle);opacity:.7;transition:opacity .2s;position:absolute;right:var(--gap-xs)}._deleteButton_1hkja_122:hover{background:var(--green-light);opacity:1}._deleteIcon_1hkja_143{width:1rem;height:1rem}._toastShell_25q6c_1{min-height:0;padding:0;border:1px solid var(--theme-control-muted-border);border-radius:.5rem;background:#14161feb;box-shadow:0 1.125rem 2.8125rem #0000003d}.global-theme-light ._toastShell_25q6c_1{border-color:var(--theme-control-muted-border);background:#fffffff0;box-shadow:0 1rem 2.375rem #0000001f}._toast_25q6c_1{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;width:min(22.5rem,calc(100vw - 1.75rem));min-height:3.625rem;padding:.75rem .875rem;box-sizing:border-box;color:var(--theme-default-text-color, #fff)}._signal_25q6c_28{width:.75rem;height:.75rem;border:2px solid rgb(84 179 255 / 30%);border-top-color:#54b3ff;border-radius:50%;animation:_warmup-spin_25q6c_1 .9s linear infinite}._content_25q6c_37{display:flex;min-width:0;flex-direction:column;gap:.1875rem}._content_25q6c_37 strong{overflow:hidden;color:var(--theme-default-text-color, #fff);font-family:var(--font-semibold);font-size:.8125rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._content_25q6c_37 span{overflow:hidden;color:var(--text-grey, #424752);font-family:var(--font-medium);font-size:.7188rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._check_25q6c_64{display:flex;width:1.125rem;height:1.125rem;align-items:center;justify-content:center;border-radius:50%;background:#38d39f29;color:#38d39f;font-family:var(--font-semibold);font-size:.6875rem;line-height:1}._hint_25q6c_78{padding:.1875rem .5rem;border-radius:9999px;background:#54b3ff24;color:#54b3ff;font-family:var(--font-semibold);font-size:.6563rem;white-space:nowrap}@keyframes _warmup-spin_25q6c_1{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._signal_25q6c_28{animation:none}}._toastShell_1w874_1{min-height:0;padding:0;border:1px solid var(--theme-control-muted-border);border-radius:.5rem;background:#14161feb;box-shadow:0 1.125rem 2.8125rem #0000003d}.global-theme-light ._toastShell_1w874_1{border-color:var(--theme-control-muted-border);background:#fffffff0;box-shadow:0 1rem 2.375rem #0000001f}._toast_1w874_1{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;width:min(22.5rem,calc(100vw - 1.75rem));min-height:3.625rem;padding:.75rem .875rem;box-sizing:border-box;color:var(--theme-default-text-color, #fff)}._signal_1w874_28{width:.75rem;height:.75rem;border:2px solid rgb(84 179 255 / 30%);border-top-color:#54b3ff;border-radius:50%;animation:_stt-status-spin_1w874_1 .9s linear infinite}._content_1w874_37{display:flex;min-width:0;flex-direction:column;gap:.1875rem}._content_1w874_37 strong{overflow:hidden;color:var(--theme-default-text-color, #fff);font-family:var(--font-semibold);font-size:.8125rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._content_1w874_37 span{overflow:hidden;color:var(--text-grey, #424752);font-family:var(--font-medium);font-size:.7188rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._check_1w874_64{display:flex;width:1.125rem;height:1.125rem;align-items:center;justify-content:center;border-radius:50%;background:#38d39f29;color:#38d39f;font-family:var(--font-semibold);font-size:.6875rem;line-height:1}._cross_1w874_78{display:flex;width:1.125rem;height:1.125rem;align-items:center;justify-content:center;border-radius:50%;background:#ff6b4a29;color:#ff6b4a;font-family:var(--font-semibold);font-size:.6875rem;line-height:1}@keyframes _stt-status-spin_1w874_1{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._signal_1w874_28{animation:none}}
