/* Small cross-route fixes layered over the production bundle. */
html{scroll-behavior:smooth}img{height:auto}main .grid>*{min-width:0}main table{max-width:100%}
@media(max-width:767px){
  body{overflow-x:clip}
  main .rounded-2xl{max-width:100%;min-width:0}
  main .rounded-2xl .p-6{min-width:0}
  main table{width:100%;table-layout:fixed}
  main th,main td{overflow-wrap:anywhere;word-break:normal}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
