@tailwind base;@tailwind components;@tailwind utilities;html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;touch-action:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 20% 25%,#fdfefe,#f6fbff 42%,#e7f2ff);-webkit-tap-highlight-color:transparent}#root{width:100%;height:100%}*{box-sizing:border-box}@media(max-width:640px){.modal-container{max-height:90vh;overflow-y:auto;touch-action:pan-y}input[type=range]{touch-action:manipulation}}
