/* public/styles/base.css */
/* базовый reset + блокировки поведения */
body { background:#000; margin:0; padding:0; }
body, h1, h2, p, ul, li, a { margin:0; padding:0; box-sizing:border-box; }
ul { list-style:none; } a { text-decoration:none; }
* { margin:0; padding:0; box-sizing:border-box; -webkit-touch-callout:none; user-select:none; }
html, body { overflow:hidden; user-select:none; touch-action:none; -ms-touch-action:none;
  -webkit-touch-callout:none; -webkit-user-select:none; -ms-user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
