:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--vh: 1vh;--device-width: 100vw;--device-height: 100vh;--device-pixel-ratio: 1;--touch-target-min: 44px;--font-scale-mobile: 1;--font-scale-tablet: 1.1;--font-scale-desktop: 1.2}html,body{height:100%;width:100%;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;overscroll-behavior:none;-webkit-user-drag:none;-webkit-touch-callout:none;overflow:hidden;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;box-sizing:border-box;position:relative;overscroll-behavior:none;padding-top:var(--safe-top);padding-right:var(--safe-right);padding-bottom:var(--safe-bottom);padding-left:var(--safe-left)}button,input{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{text-decoration:none;-webkit-tap-highlight-color:transparent}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}.safe-area-top{padding-top:var(--safe-top)}.safe-area-right{padding-right:var(--safe-right)}.safe-area-bottom{padding-bottom:var(--safe-bottom)}.safe-area-left{padding-left:var(--safe-left)}[data-touch=true] .btn,[data-touch=true] button,[data-touch=true] .clickable{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}[data-device=mobile]{font-size:calc(1rem * var(--font-scale-mobile))}[data-device=tablet]{font-size:calc(1rem * var(--font-scale-tablet))}[data-device=desktop]{font-size:calc(1rem * var(--font-scale-desktop))}.touch-active{transform:scale(.95);transition:transform .1s ease-out}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 767px){.container{padding:0 12px}}@media (max-width: 767px){.hidden-mobile{display:none!important}}@media (min-width: 768px) and (max-width: 1023px){.hidden-tablet{display:none!important}}@media (min-width: 1024px){.hidden-desktop{display:none!important}}@media (min-width: 768px){.visible-mobile-only{display:none!important}}@media (max-width: 767px){.visible-tablet-up{display:none!important}}@media (max-width: 1023px){.visible-desktop-only{display:none!important}}
