/* Non-visual production fixes: responsive overflow, safer sizing and accessible controls. */
*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{max-width:100%;overflow-x:hidden}img,svg,video,canvas,iframe{max-width:100%;height:auto}input,select,textarea,button{max-width:100%;font:inherit}pre,code{white-space:pre-wrap;overflow-wrap:anywhere}.overflow-x-auto,table{max-width:100%}.chart-container{min-width:0}.min-w-full{min-width:100%}@media(max-width:767px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.fixed.inset-0{max-width:100vw}.grid>*{min-width:0}.footer-content{grid-template-columns:1fr!important}.contact-info{padding:18px!important}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
