
/* responsive + okunabilirlik guard v1 — 28 May 2026 */
html{overflow-x:hidden}
img,table,video,iframe,pre,svg{max-width:100%;height:auto}
@media(max-width:600px){
  table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
