@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;margin:0;padding:0;overscroll-behavior-y:contain}input,textarea,[contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button,[role=button]{min-height:44px;min-width:44px}button:focus-visible,[role=button]:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@layer utilities{.touch-manipulation{touch-action:manipulation}.safe-area-inset{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (prefers-contrast: high){.bg-blue-600{background-color:#1e40af}.text-gray-600{color:#374151}}}@layer components{.mobile-spinner{@apply inline-block w-5 h-5 border-2 border-current border-t-transparent rounded-full animate-spin;}.pulse-dot{@apply w-2 h-2 rounded-full animate-pulse;}.mobile-input{@apply w-full p-3 border border-gray-300 rounded-lg text-base;@apply focus:ring-2 focus:ring-blue-500 focus:border-transparent;@apply transition-colors duration-200;font-size:16px}.mobile-textarea{@apply mobile-input resize-none;min-height:44px}.mobile-card{@apply bg-white rounded-xl p-4 shadow-sm border border-gray-100;@apply transition-shadow duration-200;}.mobile-card:hover{@apply shadow-md;}.progress-bar{@apply w-full bg-gray-200 rounded-full h-2;@apply transition-all duration-300;}.progress-fill{@apply bg-blue-600 h-2 rounded-full;@apply transition-all duration-300;}}
