html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:linear-gradient(180deg,#2c3e50 0,#34495e 100%)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff6b35 0,#f7931e 100%);border-radius:10px;border:2px solid #2c3e50}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#f7931e 0,#ffd23f 100%)}*{transition:transform .3s ease,box-shadow .3s ease}button,input,select,textarea{transition:all .3s ease}