@keyframes thumpad-phone-rotate-ani{0%,to{transform:rotate(0deg)}20%,40%,60%{transform:rotate(-90deg)}30%,50%{transform:rotate(-80deg)}}@keyframes thumpad-rotate-reflection-ani{0%,to{transform:rotate(0deg)}20%,40%,60%{transform:rotate(90deg)}30%,50%{transform:rotate(80deg)}}@keyframes thumpad-rotate-arrow-ani{0%,to{transform:rotate(0deg)}25%,45%,65%{transform:rotate(50deg)}35%,55%{transform:rotate(35deg) translateX(-15px)}95%{transform:rotate(-5deg)}}@keyframes thumpad-rotate-shadow-ani{0%,to{transform:scaleX(1)}20%,40%,60%{transform:scaleX(1.793)}30%,50%{transform:scaleX(1.59577)}}@keyframes thumpad-iphone-scroll-hand{0%{transform:translateY(0)}50%{transform:translateY(20px)}}@keyframes thumpad-iphone-scroll-arrow{0%{opacity:0;transform:translate(0,0)}35%,65%{opacity:1}50%{transform:translate(0,-35px)}to{opacity:0;transform:translate(0,-70px)}}@keyframes thumpad-iphone-scroll-shadow-ani{0%{transform:scaleX(1)}50%{transform:scaleX(.8)}}@keyframes thumpad-countdown-in{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes thumpad-countdown-out{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes connecting{to{transform:rotate(360deg)}}@keyframes input-indicator-ani{50%{transform:translate(0,5px)}}@keyframes name_character_intro{0%{transform:translate(0,-20px) scale(1.5);opacity:0}to{transform:translate(0,0) scale(1);opacity:1}}:root{--thumpad-button-circle-large-width:82px;--thumpad-action-layout-offset:calc(var(--thumpad-button-circle-large-width) * 0.9);--thumpad-action-layout-xy-y-bottom:40vh;--thumpad-action-layout-xy-y-right:10vw;--thumpad-action-layout-xyab-y-bottom:30vh;--thumpad-action-layout-xyab-y-right:10vw;--thumpad-countdown-size:100px;--thumpad-dpad-button-horizontal-height:66px;--thumpad-dpad-button-horizontal-width:72px;--thumpad-dpad-button-vertical-height:79px;--thumpad-dpad-button-vertical-offset:10px;--thumpad-dpad-button-vertical-width:58px;--thumpad-fullscreen-button-top:10px;--thumpad-ready-button-top-percentage:60%;--thumpad-theme-background-color:#ffffff;--thumpad-theme-edge-color:#ffffff;--thumpad-theme-icon-color:#100f0f;--thumpad-theme-icon-emphasis-color:#ffffff;--thumpad-theme-side-color:#ffffff;--thumpad-theme-top-color:#ffffff;--thumpad-theme-transition:0.3s ease}#thumpad-fullscreen-button{height:28px;opacity:.7;padding:10px;position:fixed;right:10px;top:var(--thumpad-fullscreen-button-top);width:28px;z-index:11}@supports (-webkit-touch-callout:none){@media (orientation:portrait){:fullscreen #thumpad-fullscreen-button{top:calc(env(safe-area-inset-top) + var(--thumpad-fullscreen-button-top))!important}}}#thumpad-fullscreen-button div{background:url(/thumpad/images/icon-arrow.svg);height:14px;position:absolute;transition:transform .3s ease-out;width:14px}#thumpad-fullscreen-button>:nth-child(1){right:10px}#thumpad-fullscreen-button.thumpad-fullscreen-button-active>:nth-child(1){transform:rotate(180deg)}#thumpad-fullscreen-button>:nth-child(2){bottom:10px;left:10px;transform:scale(-1,-1)}#thumpad-fullscreen-button.thumpad-fullscreen-button-active>:nth-child(2){transform:scale(-1,-1) rotate(180deg)}#thumpad-audio-switch{height:33px;padding:10px;position:fixed;right:round(calc(31% - 49.5px),1px);top:round(10%,1px);width:99px;z-index:3}#thumpad-audio-switch>svg:nth-child(1) g g g:nth-child(1) path{fill:var(--thumpad-theme-edge-color)}#thumpad-audio-switch>svg:nth-child(1) g g g:nth-child(2) path,#thumpad-audio-switch>svg:nth-child(1) g g g:nth-child(3) path{fill:var(--thumpad-theme-icon-emphasis-color)}#thumpad-audio-switch>svg:nth-child(2){height:33px;position:relative;top:-38px;transform:translateX(49.5px);transition:transform .3s ease-in-out;width:49.5px}#thumpad-audio-switch>svg:nth-child(2) g g g:nth-child(1) path,#thumpad-audio-switch>svg:nth-child(2) g g g:nth-child(3) path{fill:var(--thumpad-theme-edge-color)}#thumpad-audio-switch>svg:nth-child(2) g g g:nth-child(2) path,#thumpad-settings-volume-selector>g>g>g:nth-child(3) circle{fill:var(--thumpad-theme-top-color)}#thumpad-audio-switch.thumpad-audio-switch-active>svg:nth-child(2){transform:translateX(0)}#thumpad-rotation-prompt,.thumpad-background{background:var(--thumpad-theme-background-color)}#thumpad-rotation-prompt{display:none;height:100%;left:0;position:fixed;top:0;transition:opacity .3s linear,background-color var(--thumpad-theme-transition);width:100%;z-index:13}#thumpad-controller.thumpad-controller-active,#thumpad-rotation-prompt.thumpad-rotation-prompt-active{display:block}#thumpad-rotation-prompt-phone{background:url(/thumpad/images/phone.svg);height:147px;left:calc(50% - 41px);position:fixed;top:calc(50% - 73.5px);width:82px}#thumpad-rotation-prompt.thumpad-rotation-prompt-active #thumpad-rotation-prompt-phone{animation:thumpad-phone-rotate-ani ease-in-out 4s infinite}#thumpad-rotation-prompt-phone-reflection-mask{height:100%;mask-image:url(/thumpad/images/phone-mask.svg);mask-repeat:no-repeat;mask-size:cover;width:100%}#thumpad-rotation-prompt-phone-reflection{background:url(/thumpad/images/phone-reflection.svg);height:147px;left:calc(50% - 87.5px);opacity:.45;position:absolute;top:calc(50% - 73.5px);width:175px}#thumpad-rotation-prompt.thumpad-rotation-prompt-active #thumpad-rotation-prompt-phone-reflection{animation:thumpad-rotate-reflection-ani ease-in-out 4s infinite}#thumpad-rotation-prompt-arrow{background:url(/thumpad/images/icon-arrow-turn.svg);height:50px;left:calc(50% + 73.5px);position:fixed;top:calc(50% - 25px);transform:scaleX(-1);width:50px}#thumpad-rotation-prompt.thumpad-rotation-prompt-active #thumpad-rotation-prompt-arrow{animation:thumpad-rotate-arrow-ani ease-in-out 4s infinite}#thumpad-rotation-prompt-shadow{background:url(/thumpad/images/phone-shadow.svg);height:15px;left:calc(50% - 41px);position:fixed;top:calc(50% + 73.5px + 15px);width:82px}#thumpad-rotation-prompt.thumpad-rotation-prompt-active #thumpad-rotation-prompt-shadow{animation:thumpad-rotate-shadow-ani ease-in-out 4s infinite}.thumpad-background{transition:background-color var(--thumpad-theme-transition)}div.thumpad-button-pressed-2d,svg.thumpad-button-pressed-2d{filter:brightness(0) saturate(100%) hue-rotate(0deg)}svg.thumpad-button-pressed-3d{transform:translateY(10px)}div.thumpad-button-pressed-3d-small,svg.thumpad-button-pressed-3d-small{transform:translateY(3.5px)}.thumpad-button-top g>g>g:nth-child(1)>*,.thumpad-button-top g>g>g:nth-child(2)>*,.thumpad-svg-button-edge path{fill:var(--thumpad-theme-edge-color);transition:fill var(--thumpad-theme-transition)}.thumpad-button-top g>g>g:nth-child(2)>*{fill:var(--thumpad-theme-side-color)}.thumpad-button-top g>g>g:nth-child(3)>*,.thumpad-button-top g>g>g:nth-child(4)>*{fill:var(--thumpad-theme-top-color);transition:fill var(--thumpad-theme-transition)}.thumpad-button-top g>g>g:nth-child(4)>*{fill:var(--thumpad-theme-icon-color)}.thumpad-button-top-small>g{transform:matrix(1,0,0,1,-1887,-1356)}#thumpad-controller,#thumpad-iphone-scroll{background:var(--thumpad-theme-background-color);display:none;top:0;width:100%}#thumpad-controller{height:100%;position:fixed;touch-action:pan-x pan-y;transition:background-color var(--thumpad-theme-transition);user-select:none;z-index:10}#thumpad-iphone-scroll{height:200%;left:0;opacity:0;pointer-events:none;position:absolute;z-index:12}.thumpad-scroll-prompt-in{display:block!important;opacity:1!important}.thumpad-scroll-prompt-out{display:none;opacity:0;transition:opacity .3s linear,background-color var(--thumpad-theme-transition)}#thumpad-iphone-scroll.thumpad-scroll-prompt-in~#thumpad-controller{pointer-events:none}#thumpad-iphone-scroll-hand{background:url(/thumpad/images/gesture-scroll.svg);height:120px;left:calc(50% - 93px);position:fixed;top:calc(50% - 60px);width:186px}#thumpad-iphone-scroll.thumpad-scroll-prompt-in #thumpad-iphone-scroll-hand{animation:thumpad-iphone-scroll-hand 1.33s ease-in-out 0s infinite}.thumpad-iphone-scroll-arrow{animation:none;background:url(/thumpad/images/gesture-scroll-arrow.svg);background-size:100% 100%;height:14px;left:calc(50% - 12px);opacity:0;position:fixed;top:calc(50% - 65px);width:24px}#thumpad-iphone-scroll.thumpad-scroll-prompt-in>.thumpad-iphone-scroll-arrow:nth-child(2){animation:thumpad-iphone-scroll-arrow 1.33s linear .33s infinite}#thumpad-iphone-scroll.thumpad-scroll-prompt-in>.thumpad-iphone-scroll-arrow:nth-child(3){animation:thumpad-iphone-scroll-arrow 1.33s linear .66s infinite}#thumpad-iphone-scroll.thumpad-scroll-prompt-in>.thumpad-iphone-scroll-arrow:nth-child(4){animation:thumpad-iphone-scroll-arrow 1.33s linear 1s infinite}#thumpad-iphone-scroll.thumpad-scroll-prompt-in>.thumpad-iphone-scroll-arrow:nth-child(5){animation:thumpad-iphone-scroll-arrow 1.33s linear 1.33s infinite}#thumpad-iphone-scroll-shadow{background:url(/thumpad/images/phone-shadow.svg)no-repeat;height:15px;left:calc(50% + 8px);position:fixed;top:calc(50% + 73.5px);width:76px}#thumpad-iphone-scroll.thumpad-scroll-prompt-in #thumpad-iphone-scroll-shadow{animation:thumpad-iphone-scroll-shadow-ani 1.33s ease-in-out 0s infinite}#thumpad-debug{display:none;font-weight:700;position:relative;text-align:center;top:0}#thumpad-debug p{background:#ffffff3f;border:1px solid #ffffff5b;border-radius:30px;color:#000000a2;display:inline-block;padding:4px 12px}#thumpad-countdown{-webkit-text-stroke:2px var(--thumpad-theme-top-color);color:var(--thumpad-theme-icon-color);display:block;font-size:56px;font-weight:900;height:var(--thumpad-countdown-size);left:calc(50% - 50px);line-height:var(--thumpad-countdown-size);position:fixed;text-align:center;top:calc(round(var(--thumpad-ready-button-top-percentage),1px) - var(--thumpad-countdown-size));transition:color var(--thumpad-theme-transition),-webkit-text-stroke var(--thumpad-theme-transition);width:var(--thumpad-countdown-size);z-index:2}.thumpad-countdown-in{animation:thumpad-countdown-in .3s ease-in forwards}.thumpad-countdown-out{animation:thumpad-countdown-out .3s ease-in forwards}#thumpad-settings{align-items:center;background:var(--thumpad-theme-background-color);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:30px;transition:opacity .2s ease,visibility 0s .2s,background-color var(--thumpad-theme-transition);visibility:hidden;width:100%;z-index:2}#thumpad-settings.thumpad-settings-active{opacity:1;pointer-events:auto;transition:opacity .2s ease,visibility 0s,background-color var(--thumpad-theme-transition);visibility:visible}#thumpad-settings-volume{position:relative}#thumpad-settings-volume *{transition:fill var(--thumpad-theme-transition)}#thumpad-settings-volume-bar{aspect-ratio:540/40;width:400px}#thumpad-settings-volume-bar>g>g>g:nth-child(1) path{fill:var(--thumpad-theme-icon-color)}#thumpad-settings-volume-bar>g>g>g:nth-child(2) path{fill:var(--thumpad-theme-edge-color)}#thumpad-settings-volume-selector{aspect-ratio:1;height:50px;left:calc(50% - 25px);position:absolute;transform:scaleY(-1);transition:transform .2s linear;top:-10px;z-index:3}#thumpad-settings-volume-selector>g>g>g:nth-child(1) path{fill:var(--thumpad-theme-background-color)}#thumpad-settings-volume-selector>g>g>path{fill:var(--thumpad-theme-edge-color)}#thumpad-settings-volume-selector>g>g>g:nth-child(4) path{fill:var(--thumpad-theme-side-color)}#thumpad-settings-version{background:var(--thumpad-theme-edge-color);border-radius:15px;color:var(--thumpad-theme-background-color);font-size:1em;font-weight:700;height:24px;line-height:24px;padding:0 10px;text-align:center;transition:color var(--thumpad-theme-transition)}#thumpad-theme-swatches-container{margin:30px auto;max-width:400px}#thumpad-theme-swatches{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.thumpad-theme-swatch{border-radius:50%;border:6px solid;cursor:pointer;height:50px;transform:scale(.65);transition:transform .2s ease;width:50px}.thumpad-theme-swatch:hover{transform:scale(.85)}.thumpad-theme-swatch:active{transform:scale(.6)}.thumpad-theme-swatch.thumpad-theme-swatch-active{transform:scale(.8)}.thumpad-small-button{height:55px;position:fixed;width:50px}#thumpad-back-button{left:round(12%,1px);top:round(10%,1px)}#thumpad-settings-button{right:round(12%,1px);top:round(10%,1px);z-index:3}.thumpad-small-button svg{height:100%;position:absolute;width:100%}.thumpad-small-button div{height:100%;mask:url(/thumpad/images/button-circle-small-mask.svg)no-repeat center/contain;width:100%}#thumpad-ready-button{left:calc(50% - var(--thumpad-button-circle-large-width)/2);top:round(var(--thumpad-ready-button-top-percentage),1px)}#thumpad-ready-button div div{height:20px;margin-right:2px;mask-image:url(/thumpad/images/icon-tick.svg);top:-1.5px;width:20px}#thumpad-dpad{bottom:round(20%,1px);height:180px;left:round(10%,1px);position:fixed;width:172px}#thumpad-dpad>div,body::after{position:absolute}.thumpad-button{transition:transform .3s ease-out,bottom .3s ease-out,opacity .3s ease-out,right .3s ease-out}.thumpad-button svg{position:absolute;transition:filter .2s ease-out,transform .2s ease-out,opacity .3s ease-out}.thumpad-button>div{opacity:1;transition:transform .3s ease-out,opacity .3s ease-out;transform:scale(1)}.thumpad-button-hidden{opacity:0!important;transform:scale(.5)}#thumpad-dpad-down{left:calc(50% - (var(--thumpad-dpad-button-vertical-width)/2));top:calc(50% + var(--thumpad-dpad-button-vertical-offset))}#thumpad-dpad-down-mask{mask:url(/thumpad/images/dpad-down-mask.svg)no-repeat center/contain}.thumpad-dpad-horizontal,.thumpad-dpad-horizontal-mask{height:var(--thumpad-dpad-button-horizontal-height);width:var(--thumpad-dpad-button-horizontal-width)}.thumpad-dpad-horizontal{top:calc(50% - (var(--thumpad-dpad-button-horizontal-height)/2))}.thumpad-dpad-horizontal-mask{mask:url(/thumpad/images/dpad-horizontal-mask.svg)no-repeat center/contain}#thumpad-dpad-left{left:0;transform:scaleX(-1)}#thumpad-dpad-right{right:0}#thumpad-dpad-up{left:calc(50% - (var(--thumpad-dpad-button-vertical-width)/2));top:calc(50% - var(--thumpad-dpad-button-vertical-height) - var(--thumpad-dpad-button-vertical-offset))}#thumpad-dpad-up-mask{mask:url(/thumpad/images/dpad-up-mask.svg)no-repeat center/contain}.thumpad-dpad-vertical{top:calc(50% - (var(--thumpad-dpad-button-horizontal-height)/2))}.thumpad-dpad-vertical,.thumpad-dpad-vertical-mask{height:var(--thumpad-dpad-button-vertical-height);width:var(--thumpad-dpad-button-vertical-width)}#thumpad-logo{height:100px;left:calc(50vw - 30px);opacity:.85;position:fixed;top:round(15%,1px);width:60px}.thumpad-button-circle-large{bottom:0;height:90px;position:fixed;right:0;width:var(--thumpad-button-circle-large-width)}.thumpad-button-circle-large>div{height:100%;position:absolute;top:0;width:100%}.thumpad-button-circle-large-mask{mask:url(/thumpad/images/button-circle-large-mask.svg)no-repeat center/contain}#thumpad-x-button{transform:translate(-15vw,-30vh)}#thumpad-controller.thumpad-xy #thumpad-x-button{transform:translate(calc((var(--thumpad-action-layout-xy-y-right) + var(--thumpad-action-layout-offset))*-1),calc((var(--thumpad-action-layout-xy-y-bottom) - var(--thumpad-action-layout-offset))*-1))}#thumpad-y-button{transform:translate(calc(var(--thumpad-action-layout-xy-y-right)*-1),calc(var(--thumpad-action-layout-xy-y-bottom)*-1))}#thumpad-controller.thumpad-xyab #thumpad-x-button{transform:translate(calc((var(--thumpad-action-layout-xyab-y-right) + var(--thumpad-action-layout-offset))*-1),calc((var(--thumpad-action-layout-xyab-y-bottom) - (var(--thumpad-action-layout-offset)*.9))*-1))}#thumpad-controller.thumpad-xyab #thumpad-y-button{transform:translate(calc(var(--thumpad-action-layout-xyab-y-right)*-1),calc(var(--thumpad-action-layout-xyab-y-bottom)*-1))}#thumpad-a-button{transform:translate(calc((var(--thumpad-action-layout-xyab-y-right) + (var(--thumpad-action-layout-offset)*2))*-1),calc(var(--thumpad-action-layout-xyab-y-bottom)*-1))}#thumpad-b-button{transform:translate(calc((var(--thumpad-action-layout-xyab-y-right) + var(--thumpad-action-layout-offset))*-1),calc((var(--thumpad-action-layout-xyab-y-bottom) + (var(--thumpad-action-layout-offset)*.9))*-1))}.thumpad-button-disabled{opacity:.5}@font-face{font-family:"Noto Sans";font-weight:400;src:url(/fonts/noto-sans/NotoSans-Medium.ttf)}@font-face{font-family:"Noto Sans";font-weight:700;src:url(/fonts/noto-sans/NotoSans-Bold.ttf)}@font-face{font-family:"Noto Sans";font-weight:900;src:url(/fonts/noto-sans/NotoSans-Black.ttf)}body::after{content:url(/images/connecting.svg)url(/images/icon-error.svg);height:0;overflow:hidden;width:0;z-index:-1}:root{--button-background-color:#0E1221;--button-text-color:#ffffffe2;--overlay-duration:0.35s}.css-transitions-only-after-page-load *{-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;-webkit-transition:none!important;transition:none!important}.fill-background{fill:var(--thumpad-theme-background-color)}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.button{-webkit-tap-highlight-color:transparent;cursor:pointer!important}#join.hide,.hide{display:none}h2,h3{font-weight:900;text-align:center}h2{color:#031e3c;height:40px;line-height:40px;margin:10px auto}h3{font-size:20px;height:30px;line-height:30px;margin:20px auto 10px}p{margin:0 auto;max-width:330px}a{color:inherit}a:hover{text-decoration:none}body,html{height:100%}html.in-game-room{overscroll-behavior:none}body{font-family:"Noto Sans",sans-serif;margin:0;width:100%}h1{height:70px;margin:20px auto;max-width:300px}#join{position:relative;top:0}@supports (-webkit-touch-callout:none){@media (orientation:portrait){:fullscreen #join{top:env(safe-area-inset-top)!important}}}#join-overlay{background:var(--thumpad-theme-background-color);height:100vh;left:0;margin:0;opacity:0;position:fixed;top:0;transition:opacity var(--overlay-duration);visibility:hidden;width:100vw;z-index:20}#code-check.checking,#join-spinner{animation:connecting 1s ease-in-out infinite;background:url(/images/connecting.svg)}#join-spinner{box-sizing:border-box;filter:brightness(0%);height:40px;left:50vw;margin-left:-20px;margin-top:-20px;opacity:0;padding-left:4px;position:fixed;top:50vh;transition:opacity var(--overlay-duration);visibility:hidden;width:40px;z-index:21}#code-box{margin:0 auto;position:relative;text-align:center}#input-indicator{animation:input-indicator-ani ease-in-out 1.2s infinite;height:19px;left:50%;margin-left:-86px;pointer-events:none;position:absolute;transition:transform .5s;width:21px;z-index:3}#input-indicator-inside{background:url(/images/input-indicator.svg);background-size:100% 100%;height:19px;transform:translate(0,-10px);width:21px}.input-clear{background-position:100% 50%;display:block;transform:scale(0);transition:transform .5s ease,opacity .5s ease}#code-check,#code-clear{left:50%;margin-left:110px;position:absolute;top:16px}#code-check,.input-clear{height:24px;opacity:0;width:24px}#code-check{background:0 0;filter:brightness(0%);margin-left:-134px;transition:opacity .3s linear}#code-check.checking{opacity:1}#code-check.error{background:url(/images/icon-error.svg);opacity:1}#code-check.valid{background:url(/thumpad/images/icon-tick.svg);opacity:1}#code{border:3px solid #2e0b00;border-radius:6px;display:inline-block;height:50px;letter-spacing:0;overflow:hidden;position:relative}#code-input,.code-overlay{height:100%;position:absolute;width:100%}#code-input{background-color:transparent;caret-color:transparent;left:0;opacity:0;z-index:2}.code-overlay{background:linear-gradient(180deg,rgba(255,234,164,.7)0,rgba(255,160,0,0) 50%,rgba(255,140,0,0) 50%,rgba(154,35,0,.7) 100%);z-index:1}.code-letter{box-sizing:border-box;display:block;float:left;font-size:2em;font-weight:900;height:50px;line-height:50px;position:relative;text-align:center;text-shadow:1px 1px #ffffff6e;top:0;width:50px}.code-letter:nth-of-type(-n+3){border-right:2px #7e3200 solid}.code-a{background:#ff8c00;color:#410f00}.code-b{background:#ffa51e;color:#4b2302}.code-c{background:#ec7607;color:#490702}#code-message{font-weight:700;height:30px;margin-bottom:-20px;opacity:.7;position:relative;text-align:center;top:-2px;width:200px}#name-box{background:#ffffffc1;border:3px solid #000;border-radius:20px;box-sizing:border-box;height:42px;margin:20px auto 0;padding:0 10px;width:240px}#name-clear{left:50%;margin:6px 0 0 128px;position:absolute}#name-box input{caret-color:transparent;height:40px;opacity:0;position:absolute;width:220px;z-index:1}#name-text-parent{position:relative}#name-text{background-image:url(/images/icon-player.svg);background-position:0;background-repeat:no-repeat;background-size:17px 20px;font-size:32px;height:37px;padding:0 0 0 23px}#name-text-placeholder{font-size:18px;left:22px;opacity:.6;position:absolute;top:4px;transition:opacity .3s}.name_character{display:block;float:left;font-family:"Times",serif;height:37px;line-height:32px}.name_character_intro{animation:name_character_intro .2s ease-in forwards}#join-button{-webkit-tap-highlight-color:transparent;background-position:100% 100%;box-sizing:border-box;cursor:not-allowed;display:block;height:50px;margin:15px auto 10px;opacity:.33;padding-left:4px;transform:scale(.7);transition:transform .3s,opacity .3s;width:50px}#join-terms{font-size:14px;line-height:50px;margin:0 auto;min-height:50px;opacity:.7;padding:0;text-align:center;vertical-align:middle}#join-terms span,.share svg{display:inline-block;vertical-align:middle}#join-terms span{line-height:normal}.share{background:var(--button-background-color);border:0;border-radius:30px;color:var(--button-text-color);display:block;font-size:18px;font-weight:700;height:30px;line-height:20px;margin:15px auto;padding:0 20px}.share svg{height:100%;position:relative;top:-1.5px;padding-right:4px}#tv-app{background:rgba(0,0,0,.15);border-radius:10px;display:block;height:100px;margin:0 auto;width:200px}#language-selector-container{margin:40px auto 20px;text-align:center}#language-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:var(--button-background-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' class='fill-background' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border:0;border-radius:30px;color:var(--button-text-color);cursor:pointer;font-size:18px;font-weight:700;outline:2px solid transparent;outline-offset:3px;padding:6px 30px 6px 16px;transition:outline .2s ease-in-out}#language-select:focus{outline:2px solid rgba(255,255,255,.75)}#theme-swatches{transform:scale(.9)}#copy{color:#005179;font-size:.9em;margin:0 auto;padding-bottom:100px;text-align:center}