:root{--fg-vv-height:100vh;--fg-vv-top:0px;--fg-vv-bottom:0px;--fg-safe-top:env(safe-area-inset-top,0px);--fg-safe-bottom:env(safe-area-inset-bottom,0px);--fg-mobile-gap:12px}
@supports(height:100dvh){:root{--fg-vv-height:100dvh}}
@media(max-width:820px){
 html{scroll-padding-top:calc(20px + var(--fg-safe-top));scroll-padding-bottom:calc(100px + var(--fg-safe-bottom));-webkit-text-size-adjust:100%}
 input:not(.fg-editor-title):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),textarea,select,[contenteditable=true]{font-size:16px!important}
 input,textarea,[contenteditable=true]{scroll-margin-block:90px 120px}
 button,a,summary,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
}
