.input{@apply border rounded p-2 w-full;}.btn{@apply bg-blue-600 text-white px-4 py-2 rounded;}@tailwind base;@tailwind components;@tailwind utilities;html,body{height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background-color:#f3f4f6;color:#111827}html{scroll-behavior:smooth}#app{min-height:100vh;display:flex;flex-direction:column}input,textarea,select{font-size:16px;outline:none}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 2px #2563eb4d}button{cursor:pointer;transition:all .2s ease}button:active{transform:scale(.98)}.card{@apply bg-white shadow rounded-2xl p-4;}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.6}}.offline-indicator{animation:pulse-red 1.5s infinite}body{overscroll-behavior:none}*{-webkit-tap-highlight-color:transparent}
