:root { --tg-red: #ff3131; --tg-black: #000000; --tg-dark-gray: #4d4d4d; --tg-light-bg: #f9f9f9; --tg-block-bg: #f1f1f1; --tg-white: #ffffff; }
*{margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; letter-spacing: 0.7px; font-size: 100%; font-weight: normal;}
input,select,textarea,button{background-color:transparent;resize:none;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;outline-offset:0;}
input::-webkit-inner-spin-button{display: none;}
button{cursor: pointer;}
.click, a{cursor:pointer; -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;outline-offset:0;}
html{scroll-behavior:smooth;}
body{background-color: var(--tg-light-bg); color: var(--tg-dark-gray); line-height: 1.5;}