@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-thin.ttf") format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-regular-italic.ttf") format("truetype");font-weight:normal;font-style:italic}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-light-italic.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-bold-italic.ttf") format("truetype");font-weight:bold;font-style:italic}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"Motiva Sans";src:url("/fonts/get_font?font=motiva-sans-extrabold.ttf") format("truetype");font-weight:800;font-style:normal}
:root{--transitionspeed-hover: 0.15s;--title-color: #fff;--title-size: 1.5rem;--description-color: #aeb0b3;--description-size: 0.8rem;--button-background-hover: #69b4ff;--button-backgroundalt: #1a1818;--button-backgroundalt-hover: #2a3746;--button-background-decline: #364c85;--bordercolor: #004777;--controller-image-margin: 2rem;--text-font: "Motiva Sans", "Arial";--pairing-color-pink: #CC4298;--pairing-color-green: #2EAD8C;--pairing-color-blue: #1F83E0;--pairing-controller-stroke-color: #3A66C7;--pairing-controller-fill-color-a: #78eacd;--pairing-controller-fill-color-b: #00523b;--pairing-page-horizontal-margin: 35px;--pairing-page-top-margin: 65px;--pairing-page-bottom-margin: 50px;--pairing-page-button-padding: 0.8rem;--pairing-page-button-spacing: 0.8rem;--pairing-page-content-top-margin: 140px;--hover-transition-time: 0.17s;--button-background: #171d21c7;--app-text: rgba(255, 255, 255, 0.664);--text-color: var(--app-text);--title-color: var(--app-text);--description-color: var(--app-text);--button-text: var(--app-text);--app-text-highlight: var(--pairing-color-green);font-size:15px}html{overflow:hidden;background:none;font-family:var(--text-font);font-weight:normal;height:100%}body{margin:0;overflow:hidden;height:100%;user-select:none}.FullPage{width:100%;height:100%}.Label{font-size:1rem;font-weight:normal;color:var(--text-color);display:inline}.Label.Title{font-size:var(--title-size);color:var(--title-color)}.Label.Description{font-size:var(--description-size);color:var(--description-color)}.Label.Error{border-color:red;background-color:#494402;border-width:.5rem}.Label .Highlight{color:var(--app-text-highlight)}.ButtonControl{font-size:1.2rem;font-weight:normal;color:var(--button-text);opacity:1;margin:.8rem 0;padding:.5rem 1rem .5rem 1rem;background:var(--button-background);align-self:center;transition-property:background-color;transition-timing-function:ease-out;transition-duration:var(--transitionspeed-hover);cursor:pointer;text-align:center}.ButtonControl:hover{background:var(--button-background-hover)}.ButtonControl.Decline{background:var(--button-background-decline)}.ButtonControl.Decline:hover{background:var(--button-background)}.ButtonControl.Inline{display:inline-block;white-space:nowrap}.FlexColumn{display:flex;flex-direction:column}#root>div{height:100%;width:100%;text-align:center}body{background:url("/lighthouse/webinterface/images/pairingui/background.png");background-size:cover}h1{color:green}.PairingWindow{position:absolute;left:0;right:0;top:0;bottom:0}.PairingWindow .Title{position:absolute;bottom:calc(100% - var(--pairing-page-top-margin));left:var(--pairing-page-horizontal-margin)}.PairingWindow .PageContent{position:absolute;top:0;left:0;right:0;margin-top:var(--pairing-page-content-top-margin);margin-left:var(--pairing-page-horizontal-margin);margin-right:var(--pairing-page-horizontal-margin);text-align:left;width:600px}.PairingWindow .PairingLabelText{color:red;font-size:.9rem}.PairingWindow .ButtonControl{--button-padding: var(--pairing-page-button-padding);padding:var(--button-padding);background:var(--button-background);text-align:left;font-size:1rem;position:relative;margin:0;transition:color var(--hover-transition-time);overflow:hidden}.PairingWindow .ButtonControl span{position:relative}.ButtonControl::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-style:solid;border-image:linear-gradient(to right, var(--pairing-color-green) 0%, var(--pairing-color-blue) 100%);border-image-slice:1;border-width:1px}.ButtonControl::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-image:linear-gradient(to right, var(--pairing-color-green) 0%, var(--pairing-color-blue) 100%);z-index:0;opacity:0;transition:opacity var(--hover-transition-time)}.ButtonControl.Focus::before{opacity:.25}.ButtonControl:hover::before{opacity:.5}.ButtonControl:active{color:#000}.ButtonControl:active::before{opacity:1}.PairingWindow .FlexColumn.HalfWidth .ButtonControl{margin-right:var(--button-padding);width:calc(100% - var(--button-padding)*3)}.PairingWindow .FlexColumn .ButtonControl:not(:last-child){margin-bottom:var(--pairing-page-button-spacing)}.HalfWidth{width:calc(50% - var(--pairing-page-horizontal-margin))}.PairingWindow .FlexColumn .ButtonStack{width:calc(50% - var(--pairing-page-horizontal-margin) - var(--pairing-page-button-padding))}.BottomRight{position:absolute;bottom:0;right:0}.PairingWindow .BottomRight{bottom:var(--pairing-page-bottom-margin);right:calc(var(--pairing-page-horizontal-margin))}.FlexColumn .ButtonControl{width:100%}.PairingDevice .PageContent{left:50%;width:37%;margin-left:0px;padding-left:var(--pairing-page-button-padding);padding-right:var(--pairing-page-button-padding)}.PairingDevice .PairingImage{opacity:.9}.PairingDevice.Knuckles .PairingImage{position:absolute;top:30%;left:5%;width:70%}.PairingDevice.ViveWand .PairingImage{position:absolute;top:22%;left:0%;width:55%}.PairingDevice.ViveTracker .PairingImage{position:absolute;top:25%;left:2%;width:53%}.PairingDevice.VRInkPilotEdition .PairingImage{position:absolute;top:17%;left:5%;width:65%}.PairingDevice.PairingDevice.VRInkPilotEdition .PageContent{top:30%}.PairingDevice .StatusIcon{width:50px;float:left;margin-top:-15px;margin-right:var(--pairing-page-button-padding);pointer-events:none}.PairingImage>div{border:.1rem solid var(--bordercolor);margin:.5rem 2rem}.PairingImage img{max-height:20rem}.Label.Description{text-align:left}.PairingImagePlaceholder{background-image:linear-gradient(45deg, magenta 25%, transparent 25%),linear-gradient(-45deg, magenta 25%, transparent 25%),linear-gradient(45deg, transparent 75%, magenta 75%),linear-gradient(-45deg, transparent 75%, magenta 75%);background-size:40px 40px;background-position:0 0,0 20px,20px -20px,-20px 0px;width:300px;height:500px}.PairingWindow{padding:1rem 2rem}.ButtonRow>div{flex-grow:1;flex-shrink:1;width:50%;margin:1rem 3rem}@keyframes FadeIn{from{opacity:0;pointer-events:none}to{opacity:1}}.InitializingPage{opacity:0;animation:FadeIn .3s ease-in;animation-delay:1s;animation-play-state:running;animation-fill-mode:forwards}.PairingOptions{--pairing-option-padding-h: 40px;--pairing-option-padding-v: 20px;--pairing-page-content-top-margin: 100px}.PairingOptions .PairingOption{display:inline-block}.PairingOptions .PairingOption:not(:last-child){margin-right:var(--pairing-option-padding-h);margin-bottom:var(--pairing-option-padding-v)}.PairingOptions .Button{--pairing-button-size: 190px;width:var(--pairing-button-size);height:var(--pairing-button-size);padding:0;margin-bottom:.5rem;overflow:hidden;position:relative;cursor:pointer}.PairingOptions .Button::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-style:solid;border-image:linear-gradient(to bottom, var(--pairing-color-green) 0%, var(--pairing-color-blue) 100%);border-image-slice:1;border-width:1px;opacity:.4;transition:opacity var(--hover-transition-time),background-color var(--hover-transition-time)}.PairingOptions .Button:hover::before{opacity:1}.PairingOptions .Button:active{background-color:var(--button-background)}.PairingOptions .PairingOption .Button svg{opacity:.8;transition:opacity var(--hover-transition-time)}.PairingOptions .PairingOption .Button:hover svg{opacity:1}.PairingOptions .PairingOption.Knuckles svg{width:380px;position:relative;top:-55px;left:5px}.PairingOptions .PairingOption.ViveWand svg{width:301.625px;position:relative;top:10px;left:-10px}.PairingOptions .PairingOption.ViveWand .st0{stroke-width:2}.PairingOptions .PairingOption.ViveTracker svg{width:228px;position:relative;top:5px;left:5px}.PairingOptions .PairingOption.VRInkPilotEdition svg{width:334.875px;position:relative;top:-75px;left:15px}.PairingOptions .PairingOption.ViveTracker .st0{stroke-width:1.7}.ControllerBackground>*{opacity:.18}.ControllerBackground .ViveTracker{position:absolute;width:290px;left:40px;top:330px;transform:rotate(-18deg)}.ControllerBackground .ViveTracker .st0{stroke-width:1.3}.ControllerBackground .Knuckles{position:absolute;width:340px;left:230px;top:115px;transform:rotate(12deg)}.ControllerBackground .Knuckles .st1{stroke-width:.7}.ControllerBackground .ViveWand{position:absolute;width:270px;left:530px;top:25px;transform:rotate(-17deg)}.ControllerBackground .VRInkPilotEdition{display:none}.ControllerBackground .ViveWand .st0{stroke-width:2}@keyframes PairingFillPulseAnimation{0%{fill:var(--pairing-controller-fill-color-b)}50%{fill:var(--pairing-controller-fill-color-a)}100%{fill:var(--pairing-controller-fill-color-b)}}.KnucklesPairingSVG .st1{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.425;stroke-linecap:round;stroke-linejoin:round}.KnucklesPairingSVG .st2{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.75;stroke-linecap:round;stroke-linejoin:round}.KnucklesPairingSVG .st3{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-linecap:round;stroke-linejoin:round}.ViveWandPairingSVG .st0{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.ViveWandPairingSVG .st1{stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.ViveWandPairingSVG .st2{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.ViveWandPairingSVG .st3{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.ViveWandPairingSVG .st4{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.ViveWandPairingSVG .st5{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.75;stroke-miterlimit:2}.ViveWandPairingSVG .st6{fill:var(--pairing-controller-stroke-color)}.ViveTrackerPairingSVG .st0{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:1.25;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10}.ViveTrackerPairingSVG .st1{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-miterlimit:10}.ViveTrackerPairingSVG .st2{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:1.25;stroke-miterlimit:10}.ViveTrackerPairingSVG .st3{stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round}.ViveTrackerPairingSVG .st3{stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round}.ViveTrackerPairingSVG .st4{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round}.ViveTrackerPairingSVG .st5{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:1.686}.ViveTrackerPairingSVG .st6{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.VRInkPilotEditionPairingSVG .st0{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:3px;stroke-miterlimit:10}.VRInkPilotEditionPairingSVG .st1{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:2px;stroke-miterlimit:10}.VRInkPilotEditionPairingSVG .st2{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:3.5;stroke-miterlimit:10}.VRInkPilotEditionPairingSVG .st3{fill:none;stroke:var(--pairing-controller-stroke-color);stroke-width:1.35;stroke-miterlimit:10}.KnucklesPairingSVG .st0,.ViveWandPairingSVG .st1,.ViveTrackerPairingSVG .st3,.VRInkPilotEditionPairingSVG .st4{animation:PairingFillPulseAnimation 1s infinite ease-in-out}
@keyframes svg_library_AnimationFadeOutIn_1lEwX{0%{opacity:1}90%{opacity:1}95%{opacity:0}100%{opacity:1}}.svg_library_recordingCircle_2ovZQ{animation:svg_library_AnimationFadeOutIn_1lEwX 5s infinite linear}@keyframes svg_library_SpinnerSpokeFade_2E-wW{0%{opacity:1}100%{opacity:.1}}.svg_library_Spinner_1q9tu>path{animation:svg_library_SpinnerSpokeFade_2E-wW .6s;animation-iteration-count:infinite;animation-fill-mode:both}.svg_library_Spinner_1q9tu>path:nth-child(1){animation-delay:-0.925s}.svg_library_Spinner_1q9tu>path:nth-child(2){animation-delay:-0.85s}.svg_library_Spinner_1q9tu>path:nth-child(3){animation-delay:-0.775s}.svg_library_Spinner_1q9tu>path:nth-child(4){animation-delay:-0.7s}.svg_library_Spinner_1q9tu>path:nth-child(5){animation-delay:-0.625s}.svg_library_Spinner_1q9tu>path:nth-child(6){animation-delay:-0.55s}.svg_library_Spinner_1q9tu>path:nth-child(7){animation-delay:-0.475s}.svg_library_Spinner_1q9tu>path:nth-child(8){animation-delay:-0.4s}
.gamepaduibutton_GamepadUIButton_3cM9m{position:relative;display:block;box-sizing:border-box;width:100%;margin:2px 0;padding:.5em 1em;border:0;border-radius:4px;background:#3d4450;color:#dfe3e6;font:inherit;font-size:14px;line-height:32px;text-align:center;text-transform:none;cursor:pointer;user-select:none;transition-property:opacity,background,color,box-shadow;transition-duration:.2s;transition-timing-function:ease-out}.gamepaduibutton_GamepadUIButton_3cM9m::before{content:" ";position:absolute;inset:0;box-shadow:0 8px 16px 0 rgba(0,0,0,.3);opacity:0;pointer-events:none;user-select:none;transition:opacity 200ms ease-in-out}.gamepaduibutton_GamepadUIButton_3cM9m:hover::before{opacity:1}.gamepaduibutton_GamepadUIButton_3cM9m:active::before{opacity:0}.gamepaduibutton_GamepadUIButton_3cM9m:hover,.gamepaduibutton_GamepadUIButton_3cM9m.gpfocus{background:#464d58;color:#fff}.gamepaduibutton_GamepadUIButton_3cM9m:active,.gamepaduibutton_GamepadUIButton_3cM9m:active:hover,.gamepaduibutton_GamepadUIButton_3cM9m:active.gpfocus{background:#393f49;box-shadow:0 1px 4px 0 rgba(0,0,0,.6);transition-duration:.04s}.gamepaduibutton_GamepadUIButton_3cM9m.gamepaduibutton_Primary_lgv_H:not(.Disabled).gamepaduibutton_Highlighted_a5G_1{background:linear-gradient(to right, #47bfff 0%, #1a44c2 60%);background-position:25%;background-size:330% 100%;color:#fff}.gamepaduibutton_GamepadUIButton_3cM9m.gamepaduibutton_Primary_lgv_H:not(.Disabled):hover,.gamepaduibutton_GamepadUIButton_3cM9m.gamepaduibutton_Primary_lgv_H:not(.Disabled).gpfocus{background:linear-gradient(to right, #47bfff 0%, #1a44c2 60%);background-position:0%;background-size:330% 100%;color:#fff}.gamepaduibutton_GamepadUIButton_3cM9m.gamepaduibutton_Primary_lgv_H:not(.Disabled):active{background:linear-gradient(to right, #47bfff 0%, #1a44c2 60%);background-position:40%;background-size:330% 100%;color:#fff;transition-duration:.04s}.gamepaduibutton_GamepadUIButton_3cM9m.Disabled,.gamepaduibutton_GamepadUIButton_3cM9m.Disabled:hover,.gamepaduibutton_GamepadUIButton_3cM9m.Disabled.gpfocus{background:rgba(61,68,80,.35);color:#464d58;box-shadow:none;cursor:default;pointer-events:none}.gamepaduibutton_GamepadUIButton_3cM9m.Disabled::before{opacity:0}.gamepaduibutton_GamepadUIButton_3cM9m.gamepaduibutton_FocusRing_3Fr_z.gpfocus::after{content:" ";position:absolute;inset:0;outline:4px solid rgba(255,255,255,.6);outline-offset:4px;pointer-events:none;animation:gamepaduibutton_Flash_38oyX .5s ease,gamepaduibutton_GrowOutline_3AwG- .4s ease,gamepaduibutton_FadeOutline_109PU .4s ease,gamepaduibutton_Blinker_2GJbD 1.2s ease-in-out .4s 20}@keyframes gamepaduibutton_Flash_38oyX{0%{background-color:rgba(255,255,255,.08)}100%{background-color:rgba(255,255,255,0)}}@keyframes gamepaduibutton_GrowOutline_3AwG-{0%{outline:12px solid}100%{outline:2px solid}}@keyframes gamepaduibutton_FadeOutline_109PU{0%{outline-color:rgba(255,255,255,0)}100%{outline-color:rgba(255,255,255,.6)}}@keyframes gamepaduibutton_Blinker_2GJbD{50%{opacity:.4}}
.grabhandle_GrabHandleBar_2EnMy{--grab-handle-grow-scale-x: 1.1;height:12px;background-color:var(--dashboard-control-bar-button-color-a);border-radius:20px;transition:transform .08s ease-out,background-color .08s ease-out;transform-origin:center;transform:scaleX(calc(1 / var(--grab-handle-grow-scale-x)))}.grabhandle_GrabHandleButton_1kjlA:hover .grabhandle_GrabHandleBar_2EnMy{background-color:#fff;transform:scaleX(1)}.grabhandle_GrabHandleBar_2EnMy.grabhandle_ForceActive_12Cc_{background-color:#fff;transform:scaleX(1)}.grabhandle_GrabHandleButton_1kjlA{pointer-events:all;padding:60px}
.controllerstatus_ControllerStatusRoot_15qWt{width:256px;height:256px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;--hand-icon-height: 112px;--gamepad-icon-size: 108px;--battery-status-width: 210px;--battery-status-padding-top: 60px}.controllerstatus_ControllerStatusRoot_15qWt.controllerstatus_LargeStatusArea_3lkbs{justify-content:flex-end;--hand-icon-height: 87px;--gamepad-icon-size: 84px;--battery-status-width: 160px;--battery-status-padding-top: 20px}.controllerstatus_ControllerStatusRootLeft_xXAAS{padding-left:0}.controllerstatus_ControllerStatusRootRight_TTKbP{padding-right:0}.controllerstatus_ControllerPrimaryIconFrame_3l-zR{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.controllerstatus_ControllerHand_1lnd2{height:var(--hand-icon-height);display:block;object-fit:contain;flex:0 0 auto}.controllerstatus_ControllerGamepadIcon_1QU-S{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.controllerstatus_ControllerAppIcon_27WgZ{position:absolute;width:64px;height:64px;visibility:hidden;box-sizing:border-box;border-radius:12px}.controllerstatus_ControllerAppIconLoaded_xXhlY{position:static;visibility:visible;flex:0 0 auto}.controllerstatus_ControllerConnectionDots_3LiSR{display:flex;flex-direction:column;align-items:center;gap:4px;flex:0 0 auto;padding-top:10px}.controllerstatus_ControllerConnectionDots_3LiSR span{width:7px;height:7px;border-radius:50%;background:#525252}.controllerstatus_ControllerRoleIcon_7VrFp{height:var(--gamepad-icon-size);flex:0 0 auto}.controllerstatus_ControllerGamepadIconWithApp_DtA4s{gap:8px;padding-bottom:0}.controllerstatus_ControllerBatteryFrame_4AIPw{width:var(--battery-status-width);flex:0 0 auto;padding-top:var(--battery-status-padding-top);padding-bottom:3px;opacity:.85}.controllerstatus_ControllerBattery_3I629{display:block;width:100%;height:100%;object-fit:contain;filter:brightness(65%)}
.legacydashboardframecontrols_FrameControlsContainer_27B1e{display:flex;flex-direction:row;background:none;padding:0;width:100%;box-sizing:border-box;font-variant-numeric:tabular-nums;transition:opacity .4s ease-out;opacity:1;flex-wrap:nowrap}.legacydashboardframecontrols_FrameControlsContainer_27B1e:not(:hover):not(.legacydashboardframecontrols_HasGamepadFocus_2rN3T){opacity:.6}.legacydashboardframecontrols_FrameControlsContainer_27B1e.legacydashboardframecontrols_HasGamepadFocus_2rN3T{transition:opacity 0s}.legacydashboardframecontrols_FrameControlsContainer_27B1e .legacydashboardframecontrols_Section_1KwWq{display:flex;flex-direction:row;justify-content:center;margin:0px 10px 0px 10px;background:var(--gamepadui-darker-grey);border-radius:10px}.legacydashboardframecontrols_FrameControlsContainer_27B1e .legacydashboardframecontrols_Section_1KwWq.legacydashboardframecontrols_WideGapBefore_1lLW2{margin-left:30px}.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl{background-color:none;background:none;margin:0;padding:10px 20px 10px 20px;height:100%}.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl.Disabled{pointer-events:none;opacity:.3}.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl:hover,.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl.legacydashboardframecontrols_GamepadFocused_OxA82{background:var(--gamepadui-dark-grey)}.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl:active{background:var(--gamepadui-grey)}.legacydashboardframecontrols_FrameControlsContainer_27B1e .ButtonControl.legacydashboardframecontrols_HasPopoutAnchor_1anSI{position:relative;padding-left:8px;padding-right:8px}.legacydashboardframecontrols_PopoutAnchor_QH9hH{position:absolute;left:50%;top:50%;width:0;height:0}.legacydashboardframecontrols_AdditionalOptions_SVI8j{display:flex;flex-direction:column;background:var(--gamepadui-darkish-grey);border-radius:10px;overflow:hidden}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;margin:0;padding:8px 24px 8px 20px;border-radius:0;background:none;white-space:nowrap}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2:first-child{padding-top:14px}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2:last-child{padding-bottom:14px}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2.Disabled{pointer-events:none;opacity:.3}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2:hover,.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2.legacydashboardframecontrols_GamepadFocused_OxA82{background:var(--gamepadui-dark-grey)}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2:active{background:var(--gamepadui-grey)}.legacydashboardframecontrols_AdditionalOptions_SVI8j>.ButtonControl:not(:first-child){border-top:1px solid rgba(255,255,255,.07)}.legacydashboardframecontrols_AdditionalOptions_SVI8j .ButtonControl.legacydashboardframecontrols_AdditionalOptionsRow_27am2>.legacydashboardframecontrols_AdditionalOptionsLabel_3PYs0{text-align:left;margin-right:0}
.frameresizehandle_ResizeHandleButton_3BhgE{--resize-corner-size: 128px;--resize-corner-thickness: 10px;--resize-corner-offset: 12px;pointer-events:all;padding:30px;position:relative;width:calc(var(--resize-corner-size) + var(--resize-corner-offset)*2);height:calc(var(--resize-corner-size) + var(--resize-corner-offset)*2);padding:0}.frameresizehandle_ResizeCorner_35BU5{position:absolute;right:var(--resize-corner-offset);bottom:var(--resize-corner-offset);display:flex;width:var(--resize-corner-size);height:var(--resize-corner-size);cursor:nwse-resize}.frameresizehandle_ResizeSVG_1uH2W{width:50px;height:50px;color:var(--dashboard-control-bar-button-color-a);margin:auto;transition:all .08s ease-out}.frameresizehandle_ResizeHandleButton_3BhgE:hover .frameresizehandle_ResizeSVG_1uH2W{color:#fff;transform:scale(1.4)}.frameresizehandle_ResizeHandleButton_3BhgE:hover .frameresizehandle_ResizeSVG_1uH2W path{stroke-width:4.2857142857}.frameresizehandle_ResizeHandleButton_3BhgE.frameresizehandle_ForceActive_3gxMM .frameresizehandle_ResizeSVG_1uH2W{color:#fff;transform:scale(1.4)}.frameresizehandle_ResizeHandleButton_3BhgE.frameresizehandle_ForceActive_3gxMM .frameresizehandle_ResizeSVG_1uH2W path{stroke-width:4.2857142857}
.framegamepadmodebutton_Container_2PgNr{display:flex}.framegamepadmodebutton_ButtonHitArea_2v1eJ{padding:20px;display:flex;gap:20px}.framegamepadmodebutton_ButtonHitArea_2v1eJ:first-child{padding-left:60px}.framegamepadmodebutton_ButtonHitArea_2v1eJ:last-child{padding-right:60px}.framegamepadmodebutton_ButtonPill_1ML_a{text-transform:uppercase;font-weight:500;background:#1a9fff;background:#0056d6;color:#fff;border-radius:9001px;padding:.2em 1em;display:flex;white-space:nowrap;align-items:center;gap:.5ch;box-shadow:0 4px 10px 0 rgba(0,0,0,.25)}.framegamepadmodebutton_ButtonHitArea_2v1eJ:not(.framegamepadmodebutton_Disabled_2Grai):hover:not(:active) .framegamepadmodebutton_ButtonPill_1ML_a{background:#1a9fff}.framegamepadmodebutton_ButtonHitArea_2v1eJ.framegamepadmodebutton_Disabled_2Grai .framegamepadmodebutton_ButtonPill_1ML_a{background:#3d4450}.framegamepadmodebutton_ButtonPill_1ML_a .framegamepadmodebutton_GlyphContainer_3xgmy{width:2ch;margin-left:1ch;display:flex;align-items:center;justify-content:center;height:1.15em}.framegamepadmodebutton_ButtonPill_1ML_a .framegamepadmodebutton_GlyphContainer_3xgmy svg{height:100%}
.guidedtour_steamframe_TourTooltipContainer_mmSdZ{display:flex;height:fit-content;width:fit-content;max-width:560px;flex-direction:column}.guidedtour_steamframe_TourTooltipContainer_mmSdZ.guidedtour_steamframe_RightFlow_3iFxa{display:flex;width:fit-content;height:fit-content}.guidedtour_steamframe_TourTooltipContents_4roS8{display:flex;height:fit-content;color:#fff;width:500px}.guidedtour_steamframe_TopPanelContainer_3PL05{display:flex;height:fit-content;width:fit-content;z-index:1;position:relative;background-color:#1f232b;border-radius:20px;padding:20px 30px 20px 30px;border-bottom:3px solid #2f9af0;margin-left:auto;margin-right:auto}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_TopPanelContainer_3PL05{border-bottom:none;border-right:3px solid #2f9af0}.guidedtour_steamframe_LearningTopicParagraph_1JF_h{font-size:28px;text-align:center}.guidedtour_steamframe_BodyText_1R8oK{font-size:18px;text-align:center}.guidedtour_steamframe_BottomPanelContainer_30X51{position:relative;display:block;height:170px;width:500px;overflow:visible}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_BottomPanelContainer_30X51{width:250px;height:200px;top:0px}.guidedtour_steamframe_GuideLineContainer_3BD0W{width:500px;height:170px;overflow:visible;margin-top:10px;top:-10px;position:relative}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_GuideLineContainer_3BD0W{width:250px;margin-top:0px;top:0px;height:200px}.guidedtour_steamframe_GuideLine_20idd{position:relative;width:100%;height:146px;overflow:visible}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_GuideLine_20idd{height:100%;width:200px}.guidedtour_steamframe_GuideLine_20idd::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:3px;height:100%;background-image:repeating-linear-gradient(to bottom, #2f9af0 0px, #2f9af0 16px, transparent 16px, transparent 31px)}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_GuideLine_20idd::before{left:0;top:50%;transform:translateX(0%) translateY(-50%);width:100%;height:3px;background-image:repeating-linear-gradient(to right, #2f9af0 0px, #2f9af0 16px, transparent 16px, transparent 31px)}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_GuideLine_20idd::after{left:-8px;top:50%;transform:translateX(0%) translateY(-50%)}.guidedtour_steamframe_GuideLine_20idd::after{content:"";overflow:visible;position:absolute;left:50%;top:-8px;transform:translateX(-50%);width:20px;height:20px;border-radius:50%;background:#2f9af0}.guidedtour_steamframe_RightFlow_3iFxa .guidedtour_steamframe_GuideDot_1TnBD{right:10px;top:50%;transform:translateX(100%) translateY(-50%);left:unset}.guidedtour_steamframe_GuideDot_1TnBD{position:absolute;left:50%;bottom:0px;transform:translateX(-50%);overflow:visible;width:20px;height:20px;border-radius:50%;background:#d8efff;border:4px solid #2f9af0}.guidedtour_steamframe_TourConnector_2pGBc{border:2px dotted #ff4500}.guidedtour_steamframe_LearningTopicBody_2Gqdi{display:flex;position:relative;top:0px;flex-direction:column;justify-content:center;align-items:center}.guidedtour_steamframe_CenteredContent_39wh9{width:fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.guidedtour_steamframe_ButtonContainer_2bj_L{display:flex;position:relative;justify-content:center;gap:24px;bottom:0px;margin-top:20px;z-index:2}.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_LearnMoreButton_2KROR,.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_DismissAllButton_F0oBm{padding:10px 20px;border-radius:10px}.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_LearnMoreButton_2KROR{background:linear-gradient(to right, #3D4450 0%, #3D4450 60%)}.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY:active,.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY:enabled,.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY.guidedtour_steamframe_Primary_1MsHt,.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY{background:linear-gradient(to right, #1A9FFF 0%, #1A9FFF 60%)}>.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY:hover{background:linear-gradient(to right, #1A9FFF 0%, #1A9FFF 60%);background-position:0%;background-size:330% 100%;color:#fff}>.guidedtour_steamframe_ButtonContainer_2bj_L .guidedtour_steamframe_BlueButton_2-ssY:hover svg{fill:#fff}.guidedtour_steamframe_ButtonContainer_2bj_L button.DialogButton.guidedtour_steamframe_LearnMoreButton_2KROR,.guidedtour_steamframe_ButtonContainer_2bj_L button.DialogButton.guidedtour_steamframe_DismissAllButton_F0oBm{background-color:#1a9fff;width:100%;height:100%;min-width:0%;min-height:0%}
/*# sourceMappingURL=file:///home/buildbot/buildslave/steamvr_rel_npm_vrwebui/build/public/runtime/drivers/lighthouse/resources/webinterface/sourcemaps/css/pairing.css.map*/