/* ===== Mobile fix (AUTO) ===== */
html,body{width:100%;max-width:100%;overflow-x:hidden}
@supports (height:100dvh){body{min-height:100dvh}}
@media(max-width:768px){
  *{max-width:100%}
  input,select,textarea{width:100%;box-sizing:border-box}
  table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
