:root{--primary: #000000;--secondary: #64748b;--bg: #f8fafc;--font-main: system-ui, -apple-system, sans-serif}body{background-color:var(--bg);font-family:var(--font-main)}a,button,input[type=button],input[type=submit]{touch-action:manipulation}@supports (-webkit-touch-callout: none){.min-h-screen{min-height:-webkit-fill-available}}@media screen and (max-width:767px){input[type=text],input[type=number],input[type=email],input[type=password],input[type=tel],textarea,select{font-size:16px!important}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}body{background-color:var(--bg);font-family:var(--font-main);padding-top:80px}@keyframes bounce-short{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-bounce-short{animation:bounce-short 2s infinite ease-in-out}html{background-color:#3b82f6}body{background-color:var(--bg);min-height:100vh}
