/*!
 * 
 *   simple-keyboard v3.7.37
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}@font-face{font-family:Prata;src:url(/assets/Prata-Regular-f32f6e44.ttf) format("TrueType")}@font-face{font-family:AvenirNext;src:url(/assets/AvenirNext-Regular-4b007cb6.ttf) format("TrueType")}@font-face{font-family:AvenirNext-MediumItalic;src:url(/assets/AvenirNext-MediumItalic-9a31089c.ttf) format("TrueType")}@font-face{font-family:AvenirNext-Bold;src:url(/assets/AvenirNext-Bold-e8952c64.ttf) format("TrueType")}:root{--bg-color: #232323}*{box-sizing:border-box}body{margin:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden;touch-action:none;background-image:url(/images/pilotta-map.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:cover}main{position:relative;width:100%;height:100%;max-width:100%;max-height:100%}.on-top{z-index:999}#log{position:fixed;top:0;left:0;font-size:18px;color:#fff}.simple-keyboard-0,.simple-keyboard-90,.simple-keyboard-180,.simple-keyboard-270{position:fixed;width:650px!important;padding:45px;background-color:#232323;display:none;height:fit-content}.simple-keyboard-0.show,.simple-keyboard-90.show,.simple-keyboard-180.show,.simple-keyboard-270.show{display:block}#keyboard-close-button{font-size:28px;transform:rotate(45deg);border:solid 2px #fff;border-radius:90px;width:32px;height:32px;position:absolute;top:10px;right:10px;display:grid;place-items:center;color:#fff;cursor:pointer}#container{z-index:99999;position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000}#container video{position:fixed;height:100%;width:100%}#reveal,#screensaver{will-change:opacity;transition:opacity .3s ease}#reveal.hidden,#screensaver.hidden,#loading.hidden{opacity:0}
