:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:40px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;max-width:320px;max-width:var(--toastify-toast-width);padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:64px}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:0;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:40px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;width:312px}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:2px 6px;-webkit-user-select:none;user-select:none}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:12px;max-width:40px;min-width:20px}.Toastify__toast.connecting{width:auto}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.f{--y:calc(var(--len) - var(--nth));bottom:0;min-height:80px;position:absolute;right:0;transform:translate3d(0,calc(var(--y)*-40%),0) scale(calc(1 - var(--y)*.05));transition:all .3s;width:100%}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shepherd-button{background-color:#1976d2;border:0;border-radius:3px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-right:.5rem;padding:.5rem 1.5rem;text-transform:uppercase;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}.shepherd-button:not(:disabled):hover{background-color:#1565c0;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.shepherd-button:disabled{cursor:not-allowed}.shepherd-button.shepherd-button-secondary{background:transparent;box-shadow:none;color:#1976d2}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background-color:rgba(25,118,210,.04);box-shadow:none}.shepherd-footer{align-items:center;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-progress{color:#ccc;flex:1 1;padding-left:.5rem}.shepherd-cancel-icon{background:transparent;border:none;border-radius:50%;color:#9e9e9e;cursor:pointer;font-size:2em;font-weight:400;line-height:1em;margin:0;padding:0;transition:background-color .15s cubic-bezier(.4,0,.2,1) 0ms;width:1em}.shepherd-cancel-icon:hover{background-color:rgba(0,0,0,.04)}.shepherd-title{color:rgba(0,0,0,.75);display:flex;flex:1 0 auto;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:500;line-height:40px;margin:0;padding:0}.shepherd-title:before{background:url(/static/media/avatar-ben.698fc6ff5e3e40e42059.jpg);background-size:contain;border-radius:50%;content:"";height:40px;margin-right:12px;width:40px}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:12px 12px 0}.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:16px 12px}.shepherd-text p{margin-bottom:1.5em;margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-content .MuiSvgIcon-root{fill:currentcolor;display:inline-block;height:1em;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em}.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-element,.shepherd-element *,.shepherd-element:after,.shepherd-element:before{box-sizing:border-box}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.UserMenuButton .MuiListItemText-root{padding-right:1.5em}.CheckerBoardBg{background-color:#4e4e4e!important;background-image:linear-gradient(45deg,#333 25%,transparent 0),linear-gradient(135deg,#333 25%,transparent 0),linear-gradient(45deg,transparent 75%,#333 0),linear-gradient(135deg,transparent 75%,#333 0);background-position:0 0,12.5px 0,12.5px -12.5px,0 12.5px;background-size:25px 25px}.PeerDeviceButton .MuiListItemText-root{padding-right:1.5em}.PeerDeviceButton .MuiListItemText-secondary{font-size:1rem}.PeerDeviceButton .MuiListItemText-secondary sup{color:rgba(0,0,0,.6);padding-left:.15em;vertical-align:top}.HoveringToolbar{-ms-overflow-style:none;color:#fff;font-size:1rem;left:50%;overflow-x:scroll;position:fixed;scrollbar-width:none;touch-action:pan-x;transform:translate(-50%);transition:opacity .35s;width:100%;z-index:var(--zindex-prompter-editor-toolbar)}.HoveringToolbar::-webkit-scrollbar{display:none}@media(min-width:600px){.HoveringToolbar{width:auto}}.SegmentSubscribeContainer{padding-bottom:25vh}.SegmentElement.SegmentSubscribe{background:rgba(28,28,28,.75)}.SegmentElement.SegmentSubscribe .SegmentElementFooter{border-color:#ff0;display:flex;justify-content:right;padding:8px}.SegmentElement.SegmentSubscribe .SegmentElementFooter span{font-size:1rem}@media(min-width:600px){.SegmentSubscribeContainer{padding-bottom:20vh}.SegmentElement.SegmentSubscribe .SegmentElementFooter{padding:8px 16px}.SegmentElement.SegmentSubscribe .SegmentElementFooter span{font-size:1.5rem}}.HorizontalLine{align-items:center;display:flex;justify-content:space-between;margin:0 -1em;opacity:1;transition:opacity .25s ease-in-out;z-index:1101}.HorizontalLine .DividerLine{display:flex;font-size:.25em;width:100%}.HorizontalLine .DividerLine span{background:red;border-radius:4px;margin:0 3px;padding:0 4px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.HorizontalLine .DividerLine:after,.HorizontalLine .DividerLine:before{border-top:3px dashed red;color:#fff;flex:1 1;pointer-events:none;width:100%}.HorizontalLine .DividerLine:before{content:""}.HorizontalLine .DividerLine.HasCaption:after,.HorizontalLine .DividerLine.HasCaption:before{transform:translateY(45%)}.HorizontalLine .DividerLine.HasCaption:after{content:""}.HorizontalLine .LeftMarker,.HorizontalLine .RightMarker{height:.5em;position:relative;width:1em}.HorizontalLine .LeftMarker span,.HorizontalLine .RightMarker span{bottom:0;font-size:1rem;left:0;line-height:.5em;position:absolute;right:0;text-align:center;top:0;z-index:1}.HorizontalLine .LeftMarker span{right:.25em}.HorizontalLine .RightMarker span{left:.25em}.HorizontalLine .LeftMarker:before{background:red;bottom:0;content:"";left:0;position:absolute;right:.24em;top:0}.HorizontalLine .LeftMarker:after{border-left:.25em solid red;right:0}.HorizontalLine .LeftMarker:after,.HorizontalLine .RightMarker:before{border-bottom:.25em solid transparent;border-top:.25em solid transparent;bottom:0;content:"";position:absolute}.HorizontalLine .RightMarker:before{border-right:.25em solid red;left:0}.HorizontalLine .RightMarker:after{background:red;bottom:0;content:"";left:.24em;position:absolute;right:0;top:0}.PrompterPlaying .HorizontalLine{opacity:.4}.PrompterPlaying .HorizontalLine span{display:none}.SegmentInsertToolbar{font-size:.5em;line-height:1;padding:4px 0;transition:color .25s ease-in-out;-webkit-user-select:none;user-select:none}.SegmentInsertToolbar .ToolbarContents{color:#4e4e4e;display:flex;padding:0 8px;transition:color .25s cubic-bezier(.4,0,.2,1) 0ms}.SegmentInsertToolbar .ToolbarContents:hover{color:#fff}.SegmentInsertToolbar .ToolbarContents:after,.SegmentInsertToolbar .ToolbarContents:before{border-top:2px solid transparent;color:#fff;content:"";flex:1 1;margin:0 3px;pointer-events:none;transform:translateY(50%);transition:border-top .25s cubic-bezier(.4,0,.2,1) 0ms;width:98%}.SegmentInsertToolbar .ToolbarContents:hover:after,.SegmentInsertToolbar .ToolbarContents:hover:before{border-top:2px solid #4e4e4e}.StartElement{border-radius:8px;color:#4e4e4e;display:flex;flex-direction:column;justify-content:center;position:relative;transition:background-color .1s linear,color .1s linear,border .1s linear,box-shadow .1s linear,margin .5s ease-in-out;-webkit-user-select:none;user-select:none}.StartElement .StartElementContent{border-radius:8px;transform:translateY(-50%)}.StartElement .StartElementContent:focus{outline:none}.StartElement .StartElementContent.isSelected{outline:2px dashed #ccc}.StartElementHeader{background:rgba(38,38,38,.5);border-radius:8px 8px 0 0;display:flex;position:relative}.StartElementHeader h1{font-size:max(18px,.5em);margin:0;padding:16px 25px 0;text-transform:uppercase;width:100%}.StartElementTitle{font-size:2rem;font-style:italic;margin:0;padding:0 16px}.StartElementActionsInline{background:rgba(38,38,38,.5);border-radius:0 0 8px 8px;color:#4e4e4e;display:flex;flex-direction:column;font-size:1rem;justify-content:stretch;padding-top:16px;-webkit-user-select:none;user-select:none}.StartElementActionsInline .ShotLogButton{border-radius:8px;flex:1 1;flex-direction:column}.StartElementActionsInline .ShotLogButton .MuiButton-startIcon{margin-right:0}.StartElementActionsInline .ShotLogButton .MuiButton-startIcon .MuiSvgIcon-root{font-size:1em}.StartElementActionsInline .ShotLogButton .MuiButton-endIcon{margin-left:0}.StartElementActionsInline .ShotLogButton .MuiButton-endIcon .MuiSvgIcon-root{font-size:1em}.StartElementActionsInline .ShotLogButton .ShotLogButtonProgress{border-radius:8px;height:100%;opacity:.3;position:absolute;top:0;width:100%}.StartElementActionsInline .ShotLogButton .ShotLogButtonLabel{font-size:1em;padding:6px 8px}.StartElementActionsInline .ShotLogButton.FlexReverse{flex-direction:column-reverse}.StartElementActionsCollapse{border-top:2px solid rgba(0,0,0,.125)}.StartElementQuickActions{bottom:100%;font-size:.25em;padding-bottom:8px;position:absolute}.PrompterPaused .StartElementQuickActions,.PrompterPlaying .StartElementQuickActions{pointer-events:none;visibility:hidden}@media(min-width:600px){.StartElement{border-radius:16px}.StartElementHeader{border-radius:16px 16px 0 0}.StartElementHeader h1{text-align:center}.StartElementActionsInline{border-radius:0 0 16px 16px;font-size:1.3rem}.StartElementActionsInline .ShotLogButton{border-radius:16px}}.SegmentElement{position:relative}.SegmentElement .SegmentElementBorder{border-radius:8px}.SegmentElement .SegmentElementBorder.isSelected{outline:2px dashed #ccc}.SegmentElement .SegmentElementHeader{background-color:rgba(38,38,38,.5);border-radius:8px 8px 0 0;color:#4e4e4e;display:flex;-webkit-user-select:none;user-select:none}.SegmentElement .SegmentElementHeader .SegmentNumber{background:rgba(0,0,0,.25);border-radius:1rem;font-size:2rem;height:2rem;line-height:1;margin:auto 0 auto .5rem;min-width:2rem;text-align:center}.SegmentElement .SegmentElementHeader h1{flex-grow:1;font-size:2rem;margin:auto .5em;overflow:hidden;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.SegmentElement .SegmentElementBody{border-left:4px solid rgba(38,38,38,.5);border-right:4px solid rgba(38,38,38,.5);outline:0 none;padding:.5em 1em .25em;position:relative}.SegmentElement .SegmentElementBody .kbdshortcut{align-items:center;color:#eee;display:inline-flex;font-size:.5em;vertical-align:text-bottom}.SegmentElement .SegmentElementBody kbd{background:linear-gradient(180deg,#282828,#202020);border:1px solid #282828;border-radius:10px;box-shadow:inset -8px 0 8px rgba(0,0,0,.15),inset 0 -8px 8px rgba(0,0,0,.25),0 0 0 2px rgba(0,0,0,.75),10px 20px 25px rgba(0,0,0,.4);color:#fff;display:inline-block;font-size:1em;line-height:1em;margin:0 4px;min-height:2em;min-width:2em;overflow:hidden;padding:8px 22px 8px 15px;position:relative;text-transform:uppercase;z-index:0}.SegmentElement .SegmentElementBody kbd:before{background:linear-gradient(90deg,#232323,#4a4a4a);border-bottom:1px solid rgba(0,0,0,.267);border-left:1px solid rgba(0,0,0,.267);border-radius:10px;border-top:1px solid rgba(0,0,0,.6);bottom:14px;box-shadow:-10px -10px 10px hsla(0,0%,100%,.25),10px 5px 10px rgba(0,0,0,.15);content:"";left:4px;position:absolute;right:12px;top:3px;z-index:-1}.SegmentElement .SegmentElementFooter{border:4px solid rgba(38,38,38,.5);border-radius:0 0 8px 8px;border-top:0 solid rgba(38,38,38,.5);color:#4e4e4e;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.SegmentElement .SegmentElementFooter .SegmentNumber{background:#000;border-radius:1rem;font-size:2rem;height:2rem;line-height:1;margin:auto 0 auto .5rem;min-width:2rem;text-align:center}.SegmentElement .SegmentElementFooter h1{flex-grow:1;font-size:2rem;margin:0 .5em;text-align:left;text-transform:uppercase}.SegmentElement .SegmentElementFooter h1,.SegmentElement .SegmentElementFooter p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SegmentElement .SegmentElementFooter span{font-size:2rem;line-height:1.5}.SegmentElement p{margin:0;position:relative}.ShotLogActionsContainer{border-radius:0 0 8px 8px}.ShotLogActionsContainer.isPaused{z-index:1100}.ShotLogActionsHeader{font-weight:600;margin-bottom:2px;padding:.25em 0;text-align:center;text-transform:uppercase}.ShotLogActionsHeader,.ShotLogActionsInline{background:rgba(38,38,38,.5);color:#4e4e4e;font-size:1rem}.ShotLogActionsInline{align-items:center;border-radius:0 0 4px 4px;display:flex;justify-content:space-between;padding:6px 2px 2px;-webkit-user-select:none;user-select:none}.ShotLogActionsInline .ShotLogButton{border-radius:8px;flex:1 1;flex-direction:column}.ShotLogActionsInline .ShotLogButton .MuiButton-startIcon{margin-right:0}.ShotLogActionsInline .ShotLogButton .MuiButton-startIcon .MuiSvgIcon-root{font-size:1em}.ShotLogActionsInline .ShotLogButton .MuiButton-endIcon{margin-left:0}.ShotLogActionsInline .ShotLogButton .MuiButton-endIcon .MuiSvgIcon-root{font-size:1em}.ShotLogActionsInline .ShotLogButton .ShotLogButtonProgress{border-radius:8px;height:100%;opacity:.3;position:absolute;top:0;width:100%}.ShotLogActionsInline .ShotLogButton .ShotLogButtonLabel{font-size:1em;padding:6px 8px 0}.ShotLogActionsInline .ShotLogButton.FlexReverse{flex-direction:column-reverse}.MaskWordLimit .MaskedElement{filter:brightness(80%) blur(10px);filter:brightness(80%) blur(.1lh)}@media(min-width:600px){.SegmentElement{border-radius:16px}.SegmentElement .SegmentElementHeader{border-radius:16px 16px 0 0}.SegmentElement .SegmentElementFooter{border-radius:0 0 16px 16px}.ShotLogActionsHeader{font-size:1.3rem;font-weight:600}.ShotLogActionsInline{border-radius:0 0 12px 12px;font-size:1.3rem}}@media only screen and (min-width:2000px){.SegmentElement{border-width:4px}}.EndElementActionsInline{align-items:center;background:rgba(38,38,38,.5);border:solid rgba(0,0,0,.125);border-radius:0 0 8px 8px;border-width:2px 0 0;color:#4e4e4e;display:flex;font-size:1rem;justify-content:space-between;-webkit-user-select:none;user-select:none}.EndElementActionsInline .ShotLogButton{border-radius:8px;flex:1 1;flex-direction:column}.EndElementActionsInline .ShotLogButton .MuiButton-startIcon{margin-right:0}.EndElementActionsInline .ShotLogButton .MuiButton-startIcon .MuiSvgIcon-root{font-size:1em}.EndElementActionsInline .ShotLogButton .MuiButton-endIcon{margin-left:0}.EndElementActionsInline .ShotLogButton .MuiButton-endIcon .MuiSvgIcon-root{font-size:1em}.EndElementActionsInline .ShotLogButton .ShotLogButtonProgress{border-radius:8px;height:100%;opacity:.3;position:absolute;top:0;width:100%}.EndElementActionsInline .ShotLogButton .ShotLogButtonLabel{font-size:1em;padding:6px 8px}.EndElementActionsInline .ShotLogButton.FlexReverse{flex-direction:column-reverse}@media(min-width:600px){.EndElement{border-radius:16px}.EndElement h1{border-radius:16px 16px 0 0;font-size:.5em;margin:0;padding:10px 25px;text-align:center;width:100%}.EndElementActionsInline{border-radius:0 0 16px 16px;font-size:1.3rem}.EndElementActionsInline .ShotLogButton{border-radius:16px}}.PauseElement{position:relative;transition:background-color .1s linear,color .1s linear,border .1s linear,box-shadow .1s linear;transition:"color 0.25s";-webkit-user-select:none;user-select:none}.PauseElement ::selection{background:transparent;color:#4e4e4e}.PauseElement:focus{outline:none}.PauseElement .PauseElementHeader{align-items:center;background:rgba(38,38,38,.5);border-radius:8px;color:#4e4e4e;display:flex}.PauseElement .PauseElementHeader .Content{align-items:center;display:flex;flex-grow:1;font-size:.5em;justify-content:center;margin:0;overflow:hidden;padding:10px 8px 10px 92px;text-align:center;text-transform:uppercase}.PauseElement.isSelected .PauseElementHeader{outline:2px dashed #ccc}.PauseElement.isPaused .PauseElementHeader{background:rgba(28,28,28,.75);box-shadow:0 0 12px #4297d7;color:#4297d7;outline:2px solid #4297d7}.PauseElement h1,.PauseElement h2,.PauseElement h3{flex-grow:1;font-size:.5em;margin:0;padding:10px 25px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:600px){.PauseElement .PauseElementHeader,.PauseElement h1{border-radius:16px}.PauseElement h1{text-align:center}}.ImageElement{-webkit-user-select:none;user-select:none}.ImageElement.isSelected img{box-shadow:0 0 0 3px #b4d5ff}.ImageElement .image-container{margin:0 auto;text-align:center;-webkit-user-select:none;user-select:none}.ImageElement .image{display:block;margin:0 auto;max-width:100%}.ImageElement .image-caption-input,.ImageElement .image-caption-read-mode{display:block;margin:8px auto 0}.ImageElement .image-caption-input{text-align:center;width:400px}.ImageElement .image-upload-placeholder{align-items:center;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.125);display:flex;height:300px;justify-content:center;margin:0 auto;width:80%}.ImageElement .image,.ImageElement .image-upload-placeholder{border-radius:2px}.BRollElement{align-items:center;background:#131313;border:3px solid #131313;border-radius:8px;color:#4e4e4e;cursor:pointer;display:flex;font-size:.5em;justify-content:center;line-height:1em;margin:.125em 0;-webkit-user-select:none;user-select:none}.BRollElement.isSelected{border:3px solid #b4d5ff}.BRollElement.hidden{opacity:0}.BRollElement h1,.BRollElement h2,.BRollElement h3,.BRollElement h4{border-radius:8px;font-size:.5em;margin:0;overflow-x:hidden;padding:10px 25px;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(min-width:600px){.BRollElement,.BRollElement h1,.BRollElement h2,.BRollElement h3,.BRollElement h4{border-radius:16px}}.PrompterContentContainer .kbdshortcut{align-items:center;color:#eee;display:inline-flex;font-size:.5em;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}.PrompterContentContainer kbd{background:linear-gradient(180deg,#282828,#202020);border:1px solid #282828;border-radius:10px;box-shadow:inset -8px 0 8px rgba(0,0,0,.15),inset 0 -8px 8px rgba(0,0,0,.25),0 0 0 2px rgba(0,0,0,.75),10px 20px 25px rgba(0,0,0,.4);color:#fff;display:inline-block;font-size:1em;line-height:1em;margin:0 4px;min-height:2em;min-width:2em;overflow:hidden;padding:8px 22px 8px 15px;position:relative;text-transform:uppercase;z-index:0}.PrompterContentContainer kbd:before{background:linear-gradient(90deg,#232323,#4a4a4a);border-bottom:1px solid rgba(0,0,0,.267);border-left:1px solid rgba(0,0,0,.267);border-radius:10px;border-top:1px solid rgba(0,0,0,.6);bottom:14px;box-shadow:-10px -10px 10px hsla(0,0%,100%,.25),10px 5px 10px rgba(0,0,0,.15);content:"";left:4px;position:absolute;right:12px;top:3px;z-index:-1}.VirtualCursor{position:absolute}.VirtualCursor .CursorCaret{animation:cursor-blink 1s infinite;background:#ff0;height:100%;width:2px}.VirtualCursor .CursorLabel{background:red;border-radius:6px 6px 6px 0;bottom:100%;color:#fff;font-weight:550;margin-bottom:3px;padding:.1em .5em;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none}.VirtualCursor.FlipHorizontal{transform:rotateY(180deg)}.VirtualCursor.FlipVertical{transform:rotateX(180deg)}.VirtualCursor.FlipHorizontal.FlipVertical{transform:rotateY(180deg) rotateX(180deg)}@keyframes cursor-blink{0%,40%{opacity:1}50%,90%{opacity:0}}.WordLimitNoticeContainer{container-type:inline-size;left:0;pointer-events:none;position:absolute;z-index:var(--zindex-wordlimit-notice)}.WordLimitNotice{background:rgba(28,28,28,.75);border-radius:8px;box-shadow:0 0 12px #4297d7;color:#fff;display:flex;flex-direction:column;left:0;outline:2px solid #4297d7;pointer-events:all;position:-webkit-sticky;position:sticky;text-align:center;text-transform:uppercase;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,outline .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;-webkit-user-select:none;user-select:none}.WordLimitNotice .NoticeTitle{padding:0 .5rem}.WordLimitNotice .ExistingSignin{height:6rem;padding:0 .5rem}.WordLimitNotice.isAtEndOfScript{box-shadow:none;color:#4e4e4e;outline:none}@media(min-width:600px){.WordLimitNotice{border-radius:16px}}.FlipHorizontal .WordLimitNotice{transform:rotateY(180deg)}.FlipVertical .WordLimitNotice{transform:rotateX(180deg)}.FlipHorizontal.FlipVertical .WordLimitNotice{transform:rotateY(180deg) rotateX(180deg)}.WordLimitNoticeButtonContainer{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}@container (min-width: 768px){.WordLimitNoticeButtonContainer{align-items:center;flex-direction:row;gap:.75rem;justify-content:center;padding:0 .5rem}}.EndElementOffScriptContainer{container-type:inline-size;left:0;pointer-events:none;position:absolute}.EndElementOffScriptContainer .EndElementOffScript{border-radius:8px;color:#4e4e4e;display:flex;flex-direction:column;justify-content:center;left:0;margin:0 1em;overflow:hidden;pointer-events:auto;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;transition:background-color .25s linear,color .25s linear,outline .25s linear,border .1s linear,box-shadow .1s linear,margin .5s ease-in-out;-webkit-user-select:none;user-select:none}.EndElementOffScriptContainer .EndElementOffScript h1{background:rgba(38,38,38,.5);border-radius:8px 8px 0 0;font-size:max(18px,.5em);margin:0;padding:10px 25px;text-align:center;width:100%}.EndElementOffScriptContainer.isEndOfScript{z-index:var(--zindex-end-element)}.EndElementOffScriptContainer.isEndOfScript .EndElementOffScript{background:rgba(28,28,28,.75);box-shadow:0 0 12px #4297d7;color:#4297d7;outline:2px solid #4297d7}.FlipHorizontal .EndElementOffScript{transform:rotateY(180deg)}.FlipVertical .EndElementOffScript{bottom:0;top:auto;transform:rotateX(180deg)}.FlipHorizontal.FlipVertical .EndElementOffScript{transform:rotateY(180deg) rotateX(180deg)}.ShotLogModal{border:2px solid #4297d7;border-radius:8px;box-shadow:0 0 12px #4297d7;color:#4297d7;outline:none;width:100%}.ShotLogActions{align-items:center;background:#131313;border-radius:0 0 8px 8px;display:flex;font-size:4vw;justify-content:space-between;-webkit-user-select:none;user-select:none;z-index:1100}.ShotLogActions .ShotLogButton{border-radius:8px;flex-direction:column;width:33%}.ShotLogActions .ShotLogButton .MuiButton-startIcon{margin-right:0}.ShotLogActions .ShotLogButton .MuiButton-startIcon .MuiSvgIcon-root{font-size:2em}.ShotLogActions .ShotLogButton .MuiButton-endIcon{margin-left:0}.ShotLogActions .ShotLogButton .MuiButton-endIcon .MuiSvgIcon-root{font-size:2em}.ShotLogActions .ShotLogButton .ShotLogButtonProgress{border-radius:8px;height:100%;opacity:.3;position:absolute;top:0;width:100%}.ShotLogActions .ShotLogButton .ShotLogButtonLabel{font-size:1em;padding:6px 8px}.ShotLogActions .ShotLogButton.FlexReverse{flex-direction:column-reverse}@media(min-width:600px){.ShotLogModal{border-radius:16px;width:80%}.ShotLogActions{border-radius:0 0 8px 8px;font-size:2em;padding:6px 2px 2px}.ShotLogActions .ShotLogButton{border-radius:8px;flex-direction:row}.ShotLogActions .ShotLogButton .MuiButton-startIcon{margin-right:8px}.ShotLogActions .ShotLogButton .MuiButton-startIcon .MuiSvgIcon-root{font-size:1em}.ShotLogActions .ShotLogButton .MuiButton-endIcon{margin-left:8px}.ShotLogActions .ShotLogButton .MuiButton-endIcon .MuiSvgIcon-root{font-size:1em}.ShotLogActions .ShotLogButton.FlexReverse{flex-direction:row}}@media only screen and (min-width:2000px){.ShotLogModal{width:60%}}.PrompterContent{padding:0 1em;position:relative;transition:transform .25s linear 0s;will-change:scroll-position,transform,opacity!important}.PrompterContent :not(pre)>code{background-color:hsla(0,0%,100%,.16);border-radius:4px;font-size:.8125em;padding:2px 4px}.PrompterContent .EditorSelection,.PrompterContent ::selection{background-color:var(--editor-selection-background);color:inherit}.PrompterContent .CursorLocator{height:1em}.PrompterContent.FlipHorizontal{transform:rotateY(180deg)}.PrompterContent.FlipVertical{transform:rotateX(180deg)}.PrompterContent.FlipHorizontal.FlipVertical{transform:rotateY(180deg) rotateX(180deg)}.EmptyLinePlaceholder{color:#fff;font-size:.5em;left:.25em;line-height:3em;opacity:.3;overflow-x:hidden;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;white-space:nowrap}.EmptyLinePlaceholder,.ReadOnly .ContentEditor{-webkit-user-select:none;user-select:none}.PrompterContent.ReadOnly .HideWhenPrompting,.PrompterContent.ReadOnly .SegmentInsertToolbar .ToolbarContents{pointer-events:none;visibility:hidden}.invisible-scrollbars{-ms-overflow-style:none;scrollbar-width:none}.invisible-scrollbars::-webkit-scrollbar{background:transparent;width:0}.HideCursor{cursor:none}.HideCursor *{cursor:none!important}.PrompterContainer{position:relative}.PrompterContainer.DragActive:after{background:rgba(0,0,0,.75);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='800' viewBox='-20 0 190 190' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m91.783 138.671 10.083 22.08-10.083 5.52-10.083-23-14.666 11.96 2.75-57.96 22.677 22.244 4.247-29.292-17.521-1.88.927-17.686-26.111-2.88-8.487 56.96 17.018 2.65-.399 5.604-22.689-3.28 9.542-68.167 37.34 4.312 16.691 19.803-5.449 38.868 12.545 12.305-18.332 1.839z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:30vh;content:"";height:100vh;left:0;outline:3px dashed #fff;outline-offset:-3vh;position:fixed;top:0;width:100%;z-index:var(--zindex-promptercontainer-dragactive)}.PrompterContainer.MaskHidden>.PrompterMaskFocus{display:none}.PrompterContainer.MaskFadeIn>.PrompterMaskTop{animation:slideInTop .5s ease-in-out;transform:translateY(100%)}.PrompterContainer.MaskFadeIn .PrompterMaskArrowLeft,.PrompterContainer.MaskFadeIn .PrompterMaskArrowRight,.PrompterContainer.MaskFadeIn>.PrompterMaskFocus{animation:slideInLeft .5s ease-in-out;opacity:1}.PrompterContainer.MaskFadeIn>.PrompterMaskBottom{animation:slideInBottom .5s ease-in-out;transform:translateY(-100%)}.PrompterContainer.MaskVisible>.PrompterMaskTop{transform:translateY(100%)}.PrompterContainer.MaskVisible .PrompterMaskArrowLeft,.PrompterContainer.MaskVisible .PrompterMaskArrowRight,.PrompterContainer.MaskVisible>.PrompterMaskFocus{opacity:1}.PrompterContainer.MaskVisible>.PrompterMaskBottom{transform:translateY(-100%)}.PrompterContainer.MaskFadeOut>.PrompterMaskTop{animation:slideOutTop .5s ease-in-out}.PrompterContainer.MaskFadeOut .PrompterMaskArrowLeft,.PrompterContainer.MaskFadeOut .PrompterMaskArrowRight,.PrompterContainer.MaskFadeOut>.PrompterMaskFocus{animation:slideOutLeft .5s ease-in-out;opacity:0}.PrompterContainer.MaskFadeOut>.PrompterMaskBottom{animation:slideOutBottom .5s ease-in-out}.PrompterBlanking .PrompterContent,.PrompterBlanking .PrompterMaskFocus{visibility:hidden}@keyframes slideInTop{0%{transform:translateY(64px)}to{transform:translateY(100%)}}@keyframes slideOutTop{0%{transform:translateY(100%)}to{transform:translateY(64px)}}@keyframes slideInLeft{0%{opacity:0}to{opacity:1}}@keyframes slideOutLeft{0%{opacity:1}to{opacity:0}}@keyframes slideInBottom{0%{transform:translateY(-64px)}to{transform:translateY(-100%)}}@keyframes slideOutBottom{0%{transform:translateY(-100%)}to{transform:translateY(-64px)}}.PrompterMaskFocus{left:0;pointer-events:none;position:fixed;right:0;transition:opacity .5s}.PrompterMaskFocus .PrompterMaskArrowLeft,.PrompterMaskFocus .PrompterMaskArrowRight{color:#4a4a4a;cursor:ns-resize;line-height:0;pointer-events:all;touch-action:none;-webkit-user-select:none;user-select:none}.PrompterMaskFocus.dragCueActive .PrompterMaskArrowLeft,.PrompterMaskFocus.dragCueActive .PrompterMaskArrowRight{color:#4297d7}.PrompterPaused .PrompterMaskArrowLeft,.PrompterPaused .PrompterMaskArrowRight,.PrompterPlaying .PrompterMaskArrowLeft,.PrompterPlaying .PrompterMaskArrowRight{color:#4297d7;cursor:inherit;pointer-events:inherit}.PrompterMaskArrowLeft,.PrompterMaskArrowRight{color:#4297d7;position:absolute;top:50%;z-index:var(--zindex-prompter-cue-indicator)}.PrompterMaskArrowLeft{left:0;transform:translateY(-50%)}.PrompterMaskArrowRight{right:0;transform:scaleX(-1) translateY(-50%)}.PrompterMaskTop{bottom:100%}.PrompterMaskBottom,.PrompterMaskTop{background:rgba(0,0,0,.75);left:0;pointer-events:none;position:fixed;transition:height .5s ease-in-out,transform .5s ease-in-out;width:100%;z-index:var(--zindex-prompter-mask)}.PrompterMaskBottom{top:100%}.MediaPanelContainer{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0}.MediaPanelContainer.isDesktopApp{top:env(titlebar-area-height,var(--desktop-window-titlebar-height))}.MediaPanelContent{background-color:#000;opacity:0;pointer-events:all;transition-duration:.35s;transition-property:top,left,right,bottom,transform,opacity;transition-timing-function:ease-in-out}.MediaPanelContent,.MediaPanelContent .dragHandle{position:absolute;-webkit-user-select:none;user-select:none}.MediaPanelContent .dragHandle{background:rgba(38,38,38,.5);border:0 solid #000;display:none;height:100%;touch-action:none;transition:opacity .5s ease-in-out;width:100%}.MediaPanelContent .dragHandle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='224' height='224' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234E4E4E'%3E%3Ccircle cx='1' cy='1' r='.6'/%3E%3Ccircle cx='1' cy='3' r='.6'/%3E%3Ccircle cx='3' cy='1' r='.6'/%3E%3Ccircle cx='3' cy='3' r='.6'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;content:"";display:block}.MediaPanelContent .dragHandle.dragHandleHidden{opacity:0;pointer-events:none}.MediaPanelContent .dragHandle:hover{border-color:#4e4e4e}.MediaPanelContent .dragHandle.dragHandleActive{background:#4e4e4e;border-color:#4e4e4e}.MediaPanelContent.MediaActive{opacity:1}.MediaPanelContent .iOS-bottom-filler{background-color:#000;display:none;width:100%}.MediaPanelContent canvas{left:100%;position:absolute;visibility:hidden}.MediaPanelContent .CountdownContainer{display:table;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%)}.MediaPanelContent .CountdownContainer .CountdownNumber{color:hsla(0,0%,100%,.3);display:table-cell;font-size:85vh;text-align:center;vertical-align:middle}.MediaPanelContent .CountdownContainer .CountdownNumber.pulse-animation{animation:timer_beat 1s}.MediaPanelContent .CountdownContainer.CountdownFlash{animation:camera_flash 1s;background:#fff;opacity:0}.MediaPanelPosition-top .MediaPanelContent{top:0}.MediaPanelPosition-top .dragHandle{border-width:0 0 2px;bottom:0}.MediaPanelPosition-top .iOS-bottom-filler{bottom:100%;display:block;height:25px;position:absolute}.MediaPanelPosition-top.FlipVertical .dragHandle{border-width:2px 0 0;bottom:auto;top:0}.MediaPanelPosition-top.FlipVertical .iOS-bottom-filler{height:25px;top:auto;top:100%}.MediaPanelPosition-bottom .MediaPanelContent{bottom:0}.MediaPanelPosition-bottom .dragHandle{border-width:2px 0 0;top:0}.MediaPanelPosition-bottom .video-panel-toolbar{top:24px}.MediaPanelPosition-bottom .iOS-bottom-filler{display:block;height:20px;position:absolute;top:100%}.MediaPanelPosition-bottom.FlipVertical .dragHandle{border-width:0 0 2px;bottom:0;top:auto}.MediaPanelPosition-bottom.FlipVertical .iOS-bottom-filler{bottom:100%;height:20px;top:auto}.MediaPanelPosition-left .MediaPanelContent{left:0}.MediaPanelPosition-left .dragHandle{border-width:0 2px 0 0;right:0}.MediaPanelPosition-left .video-panel-toolbar{right:24px}.MediaPanelPosition-left.FlipHorizontal .dragHandle{border-width:0 0 0 2px;left:0;right:auto}.MediaPanelPosition-right .MediaPanelContent{right:0}.MediaPanelPosition-right .dragHandle{border-width:0 0 0 2px;left:0}.MediaPanelPosition-right.FlipHorizontal .dragHandle{border-width:0 2px 0 0;left:auto;right:0}.MediaPanelPosition-bottom .dragHandle,.MediaPanelPosition-top .dragHandle{cursor:ns-resize;height:16px}.MediaPanelPosition-bottom .dragHandle:after,.MediaPanelPosition-top .dragHandle:after{background-repeat:repeat-x;background-size:25% 100%;height:12px;margin:0 auto;width:32px}.MediaPanelPosition-left .dragHandle,.MediaPanelPosition-right .dragHandle{cursor:ew-resize;width:16px}.MediaPanelPosition-left .dragHandle:after,.MediaPanelPosition-right .dragHandle:after{background-repeat:repeat-y;background-size:100% 25%;height:32px;margin:0 3px;position:relative;top:50%;transform:translateY(-50%);width:8px}.MediaPanelPosition-left .video-panel-toolbar,.MediaPanelPosition-right .video-panel-toolbar{height:64px;top:0}.MediaPanelPosition-bottom,.MediaPanelPosition-left,.MediaPanelPosition-right,.MediaPanelPosition-top{z-index:var(--zindex-mediapanel-above-content)}.MediaPanelPosition-bottom .MediaPanelContent,.MediaPanelPosition-left .MediaPanelContent,.MediaPanelPosition-right .MediaPanelContent,.MediaPanelPosition-top .MediaPanelContent{padding:16px}.MediaPanelPosition-bottom video,.MediaPanelPosition-left video,.MediaPanelPosition-right video,.MediaPanelPosition-top video{border-radius:6px}.MediaPanelPosition-bottom .dragHandle,.MediaPanelPosition-left .dragHandle,.MediaPanelPosition-right .dragHandle,.MediaPanelPosition-top .dragHandle{display:block}.MediaPanelPosition-background .MediaPanelContent{bottom:0;left:0;overflow:hidden;right:0;top:0}.MediaPanelPosition-background video{filter:brightness(50%)}.MediaPanelPosition-background .video-actions-toolbar{display:none}.MediaPanelPosition-background.isBlanking .MediaPanelContent video{filter:brightness(100%)}.VideoPanel{max-height:100%;max-width:100%;overflow:hidden;position:relative;z-index:1}.VideoPanel video{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:filter .5s ease-in-out;width:100%}@keyframes timer_beat{0%,40%{transform:none}15%{transform:scale(1.125)}}@keyframes camera_flash{0%,70%{opacity:0}30%{opacity:1}}.recording-badge{align-items:center;background:rgba(0,0,0,.6);border-bottom-right-radius:6px;display:flex;gap:6px;left:0;padding:0 8px;position:absolute;top:0;-webkit-user-select:none;user-select:none}.recording-indicator{background:red;border-radius:50%;height:8px;position:relative;width:8px}.recording-indicator:after{animation:indicatorPulse 1.5s ease-in-out infinite;border:1px solid #fff;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes indicatorPulse{0%{opacity:.6;transform:scale(1)}66%{opacity:0;transform:scale(2.4)}to{opacity:0;transform:scale(1)}}.video-panel-toolbar{align-items:center;display:flex;position:absolute;right:6px;top:6px;transition:opacity .5s ease-in-out}.video-panel-toolbar.hideToolbar{opacity:0;pointer-events:none}.video-bottom-container{bottom:0;left:0;position:absolute;right:0;transform:translateY(0);transition:transform .5s ease-in-out}.video-bottom-container.hideToolbar{pointer-events:none;transform:translateY(64px)}.video-label-bar{background:rgba(0,0,0,.4);border-top-right-radius:6px;color:hsla(0,0%,100%,.8);padding:2px 6px;-webkit-user-select:none;user-select:none}.video-bottom-toolbar{background:rgba(0,0,0,.6);border-top:1px solid hsla(0,0%,100%,.2);height:64px;padding:0 6px;width:100%}.video-actions-toolbar{left:0;position:absolute;right:0;transition:opacity .5s ease-in-out}.video-actions-toolbar.hideToolbar{opacity:0;pointer-events:none}.NoticeBarContainer{display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;transition:max-height .35s ease-in-out}.NoticeBar{align-items:center;background:#171700;border-color:#464600;border-style:solid;border-width:1px 0;color:#ededed;display:flex;gap:8px;justify-content:center;padding:8px;pointer-events:all;position:relative;z-index:1150}@media(min-width:768px){.NoticeBar{padding:8px 8px 8px 12px}}.NoticeButton .Cta{display:none}@media(min-width:768px){.NoticeButton{margin-left:16px}.NoticeButton .ShortCta{display:none}.NoticeButton .Cta{display:initial}}.Shake{animation:Shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes Shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.MuiButton-root.RenderSecondsElapsed .MuiTypography-root{white-space:pre}.Navbar{pointer-events:all;transform:none;transition:transform .5s ease-in-out}.Navbar.hideMode{transform:translateY(-50%)}@media(min-width:600px){.Navbar.hideMode{transform:translateY(-125%)}}.PrompterHudLeft{bottom:0;color:#fff;left:0;padding:0 0 0 8px;pointer-events:none;position:absolute;top:0;width:22vw;z-index:var(--zindex-prompter-hud-left)}.PrompterHudLeft p{text-align:left}.PrompterHudLeft.hideMode{transform:translateX(-100%)}@media(min-width:900px){.PrompterHudLeft{padding:8px 8px 8px 16px;width:20vw}}@media(min-width:1280px){.PrompterHudLeft{padding:8px 8px 8px 16px;width:14vw}}@media only screen and (min-width:2000px){.PrompterHudLeft{width:10vw}}@keyframes ripple{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.05),0 0 0 1rem hsla(0,0%,100%,.05),0 0 0 2rem hsla(0,0%,100%,.05),0 0 0 5rem hsla(0,0%,100%,.05)}to{box-shadow:0 0 0 1rem hsla(0,0%,100%,.05),0 0 0 2rem hsla(0,0%,100%,.05),0 0 0 5rem hsla(0,0%,100%,.05),0 0 0 8rem hsla(0,0%,100%,0)}}.PrompterHudTocContainer{max-height:40vh;overflow-y:scroll;touch-action:pan-y;width:100%}.PrompterHudToc{color:#eee;transition:opacity 1s linear;width:100%}.PrompterHudToc .MuiListSubheader-root{background:none transparent;color:#eee}.PrompterHudToc .MuiListItemIcon-root{min-width:30px}.PrompterHudToc .MuiListItemIcon-root .MuiSvgIcon-root{color:red}.PrompterHudShotLog{max-height:40vh;overflow-y:scroll;touch-action:pan-y;width:100%}.PrompterHudRight{bottom:0;color:#fff;padding:0 8px 0 0;pointer-events:none;position:absolute;right:0;top:0;width:45vw;z-index:var(--zindex-prompter-hud-right)}.PrompterHudRight p{text-align:right}.PrompterHudRight.hideMode{transform:translateX(100%)}@media(min-width:600px){.PrompterHudRight{width:25vw}}@media(min-width:900px){.PrompterHudRight{width:22vw}}@media(min-width:1025px){.PrompterHudRight{padding:8px 16px 8px 8px;width:18vw}}.ControlBar{pointer-events:all;-webkit-user-select:none;user-select:none}.MomentaryTouchButton *{pointer-events:none}.PrompterViewportUIContainer{bottom:0;left:0;pointer-events:none;position:fixed;right:0;z-index:var(--zindex-prompter-viewport-ui)}.PrompterViewportUIContent{grid-gap:0 0;bottom:0;display:grid;gap:0 0;grid-template-areas:"NoticeBar NoticeBar NoticeBar" "Navbar Navbar Navbar" "LeftHud . RightHud" "ControlBar ControlBar ControlBar";grid-template-columns:22vw 1fr 25vw;grid-template-rows:-webkit-min-content 64px 1fr 64px;grid-template-rows:min-content 64px 1fr 64px;left:0;position:absolute;right:0;top:0}.PrompterViewportUIContent .NoticeBarContainer{grid-area:NoticeBar;position:relative}.PrompterViewportUIContent .NavbarContainer{grid-area:Navbar;position:relative}.PrompterViewportUIContent .LeftHUDContainer{grid-area:LeftHud;position:relative}.PrompterViewportUIContent .RightHUDContainer{grid-area:RightHud;position:relative}.PrompterViewportUIContent .ControlBarContainer{grid-area:ControlBar;position:relative}@media(min-width:900px){.PrompterViewportUIContainer{grid-template-columns:20vw 1fr 22vw}}@media(min-width:1280px){.PrompterViewportUIContainer{grid-template-columns:14vw 1fr 18vw}}@media only screen and (min-width:2000px){.PrompterViewportUIContainer{grid-template-columns:10vw 1fr 18vw}}.AccountHeader{border-bottom:1px solid rgba(0,0,0,.12)}.AccountHeader h1,.AccountHeader h2,.AccountHeader h3{flex-grow:1;margin:0 0 .5em;width:100%}.PlanFeatures{color:rgba(0,0,0,.7);font-size:.875rem;line-height:1.5}.PlanFeatures ul.ListIncluded{list-style:none;margin:0;padding-left:24px}.PlanFeatures ul.ListIncluded li{padding:0 0 .75em;position:relative}.PlanFeatures ul.ListIncluded li:before{color:#1a7f37;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%231A7F37'/%3E%3C/svg%3E");height:16px;left:-20px;position:absolute;top:3px;width:16px}.PlanFeatures ul.ListIncluded li.awesome:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z' fill='%231A7F37'/%3E%3C/svg%3E")}.PlanFeatures ul.ListNotIncluded{list-style:none;margin:.75em 0;padding-left:24px}.PlanFeatures ul.ListNotIncluded li{padding:0 0 .75em;position:relative}.PlanFeatures ul.ListNotIncluded li:before{color:#cf222e;content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23CF222E'/%3E%3C/svg%3E");height:16px;left:-20px;position:absolute;top:3px;width:16px}.AppDesktopWindowChrome{grid-gap:0 0;display:grid;gap:0 0;grid-template-areas:"WindowTitleBar" "WindowClientArea";grid-template-rows:env(titlebar-area-height,var(--desktop-window-titlebar-height)) 1fr;inset:0 0;overflow:hidden;pointer-events:none;position:fixed;z-index:var(--zindex-desktop-window-chrome)}.AppDesktopWindowChrome.AppWindowBorder{border:2px solid #4e4e4e}.AppDesktopWindowChrome .WindowTitleBarContainer{-webkit-app-region:drag;align-items:stretch;background:#131313;box-sizing:border-box;display:flex;flex-grow:1;flex-shrink:1;grid-area:WindowTitleBar;height:env(titlebar-area-height,var(--desktop-window-titlebar-height));justify-content:space-between;line-height:env(titlebar-area-height,var(--desktop-window-titlebar-height));overflow:hidden;top:env(titlebar-area-y,0);-webkit-user-select:none;user-select:none}.AppDesktopWindowChrome .WindowTitleBarContainer .titlebar-left{display:flex;flex-grow:2;justify-content:flex-start;order:0;overflow:hidden;width:20%}.AppDesktopWindowChrome .WindowTitleBarContainer .titlebar-center{display:flex;gap:1px;justify-content:center;margin:0 10px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:0;order:1;width:60%}.AppDesktopWindowChrome .WindowTitleBarContainer .titlebar-right{display:flex;flex-grow:2;justify-content:flex-end;min-width:-webkit-min-content;min-width:min-content;order:2;width:20%}.AppDesktopWindowChrome .WindowTitleIcon{aspect-ratio:1;background-image:url(/static/media/window-icon.797c98daa114c3bce0c5.png);background-position:50%;background-repeat:no-repeat;background-size:80%;order:0}.AppDesktopWindowChrome .window-menu-container{-webkit-app-region:no-drag;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;pointer-events:all}.AppDesktopWindowChrome .button-update-available{-webkit-app-region:no-drag;background-color:#4e4e4e;border:0;border-radius:16px;color:#eee;cursor:pointer;line-height:24px;margin:4px 0 4px 6px;padding:0 8px 0 5px;pointer-events:all}.AppDesktopWindowChrome .button-update-available:hover{background-color:#ca071e;text-decoration:underline}.AppDesktopWindowChrome .button-update-available:active{background-color:#9d0517;text-decoration:none}.AppDesktopWindowChrome .WindowControls{-webkit-app-region:no-drag;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;pointer-events:all}.AppDesktopWindowChrome .WindowControls button{aspect-ratio:5/4;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:60%;border:0;color:#fff;pointer-events:all}.AppDesktopWindowChrome .WindowControls button:hover{background-color:#4e4e4e}.AppDesktopWindowChrome .WindowControls #minimize-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10v1h8v-1z' fill='%234e4e4e'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #minimize-button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10v1h8v-1z' fill='%23fff'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #minimize-button:active{background-color:#383838}.AppDesktopWindowChrome .WindowControls #maximize-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4v8h8V4zm1 1h6v6H5z' fill='%234e4e4e'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #maximize-button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4v8h8V4zm1 1h6v6H5z' fill='%23fff'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #maximize-button:active{background-color:#383838}.AppDesktopWindowChrome .WindowControls #restore-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='800' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' font-family='sans-serif' font-weight='400'%3E%3Cpath d='M4 6v6h6V6zm1 1h4v4H5z'/%3E%3Cpath d='M6 4v1h5v5h1V4z' opacity='.5'/%3E%3C/g%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #close-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='800' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.793 4.5 3.5 3.5-3.5 3.5.707.707 3.5-3.5 3.5 3.5.707-.707-3.5-3.5 3.5-3.5-.707-.707-3.5 3.5-3.5-3.5z' fill='%234e4e4e' fill-rule='evenodd'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #close-button:hover{background-color:red;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='800' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.793 4.5 3.5 3.5-3.5 3.5.707.707 3.5-3.5 3.5 3.5.707-.707-3.5-3.5 3.5-3.5-.707-.707-3.5 3.5-3.5-3.5z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")}.AppDesktopWindowChrome .WindowControls #close-button:active{background-color:#b60000}.AppDesktopWindowChrome .WindowClientArea{grid-area:WindowClientArea;position:relative}.AppDesktopWindowChrome .WindowClientArea .MuiBackdrop-root{position:absolute}.AppDesktopWindowChrome .WindowClientArea .MuiModal-root{pointer-events:all}.AppDesktopWindowChrome .WindowClientArea .MuiDialog-root{position:absolute}.AppDesktopWindowChrome.fullscreen{grid-template-rows:0 1fr}.AppDesktopWindowChrome.fullscreen .WindowTitleBarContainer{-webkit-app-region:no-drag}.AppDesktopWindowChrome.fullscreen.macos .WindowTitleBarContainer{display:none}.AppDesktopWindowChrome.fullscreen.linux .WindowTitleBarContainer,.AppDesktopWindowChrome.fullscreen.windows .WindowTitleBarContainer{pointer-events:all;transform:translateY(calc(-100% + 3px));transition:transform .35s ease-in-out}.AppDesktopWindowChrome.fullscreen.linux .WindowTitleBarContainer:hover,.AppDesktopWindowChrome.fullscreen.windows .WindowTitleBarContainer:hover,.AppDesktopWindowChrome.titlebaractive.linux .WindowTitleBarContainer,.AppDesktopWindowChrome.titlebaractive.windows .WindowTitleBarContainer{transform:translateY(0)}.AppDesktopWindowChrome.windows .WindowTitleBar{padding-left:8px;text-align:left}.AppDesktopWindowChrome.macos .WindowTitleBar{text-align:center}body{--editor-selection-background:rgba(0,116,255,.8);--zindex-prompter-hud-left:1150;--zindex-prompter-hud-right:1150;--zindex-wordlimit-notice:1080;--zindex-end-element:1105;--zindex-prompter-mask:1001;--zindex-prompter-cue-indicator:1102;--zindex-prompter-viewport-ui:1102;--zindex-prompter-editor-toolbar:1103;--zindex-popups-above-content:1125;--zindex-mediapanel-above-content:1150;--zindex-development-site-notice:1185;--zindex-desktop-window-chrome:1300;--zindex-promptercontainer-dragactive:1500;--desktop-window-titlebar-height:32px}body.unclickable *{pointer-events:none!important}.ForceScrollbar::-webkit-scrollbar{height:10px;width:10px}.ForceScrollbar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.26);border-radius:5px}.ForceScrollbar::-webkit-scrollbar-track{background:#f9f9f9;border-left:1px solid rgba(0,0,0,.12)}