@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}@keyframes explore-pulse{0%,to{box-shadow:0 4px 14px #0f172a40}50%{box-shadow:0 4px 14px #0f172a40,0 0 0 6px #0f172a1a}}.explore-cta{animation:explore-pulse 2.4s ease-in-out 2}@media(prefers-reduced-motion:reduce){.explore-cta{animation:none}}body{font-weight:300}.font-medium,.font-semibold,.font-bold,b,strong{font-weight:400!important}@media(max-width:640px){.modal-container{max-height:90vh;overflow-y:auto;touch-action:pan-y}input[type=range]{touch-action:manipulation}}
