/* All controls use focus-safe type sizes; only the photo's own controls change zoom. */
html:has(body.editor-theme),body.editor-theme{touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior:none}
body.editor-theme input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=button]):not([type=submit]),
body.editor-theme textarea,body.editor-theme select,body.editor-theme [contenteditable=true]{font-size:16px!important}
body.editor-theme .numbox{width:76px;max-width:35%;flex-shrink:0;min-height:32px}
body.editor-theme[data-viewport-locked] .app{height:var(--fs-editor-height)!important;max-height:var(--fs-editor-height)!important;min-height:var(--fs-editor-height)!important}
body.editor-theme.photo-ready[data-viewport-locked] #msheet{bottom:var(--fs-keyboard-sheet-bottom,74px);max-height:min(300px,var(--fs-keyboard-sheet-height,300px))}
