
/* autofix: prevent horizontal overflow */
html, body { overflow-x: hidden; max-width: 100%; }
img, video, iframe, embed { max-width: 100%; height: auto; display: block; }
/* ============================================================
   RESET
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:auto!important;font-size:16px;overflow-x:hidden}
body{line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;background:#1a1f16;color:#f0ece4;font-family:'Inter',sans-serif}
img,video{max-width:100%;display:block}
input,button,textarea,select{font:inherit}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none}
address{font-style:normal}
body.scroll-locked{overflow:hidden;touch-action:none}
/* autofix: touch targets */
.btn, button, input[type=submit], input[type=button], a.btn { min-height: 44px; }
