html,body{margin:0;padding:0;box-sizing:border-box;width:100%;min-height:var(--main-height);overflow-x:hidden;overflow-y:auto}body{font-family:Roboto,Helvetica Neue,sans-serif;display:flex;flex-direction:column}*{-webkit-tap-highlight-color:transparent}*:not(input):not(textarea):not(select):not([contenteditable=true]):not([contenteditable=plaintext-only]){user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea,select,[contenteditable=true],[contenteditable=plaintext-only]{user-select:text;-webkit-user-select:text;-webkit-touch-callout:default}*,*:before,*:after{box-sizing:inherit}:root{--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--main-color: #D48A30;--bottom-banner-offset: 100px}@supports (height: 100dvh){:root{--main-height: 100dvh;--main-width: 100dvw}}@supports not (height: 100dvh){:root{--main-height: 100vh;--main-width: 100vw}}
