@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{height:100%}body{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#111827;color:#fff}}@layer components{.btn-primary{@apply px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 transition-colors;}.btn-secondary{@apply px-4 py-2 bg-gray-600 text-white rounded-lg hover:bg-gray-700 transition-colors;}.btn-success{@apply px-4 py-2 bg-green-500 text-white rounded-lg hover:bg-green-600 transition-colors;}.btn-danger{@apply px-4 py-2 bg-red-500 text-white rounded-lg hover:bg-red-600 transition-colors;}.card{@apply bg-gray-800 rounded-lg shadow-sm border border-gray-700;}.table-card{@apply p-6 rounded-lg border-2 transition-all duration-200 hover:shadow-lg;}.table-available{@apply bg-green-600 text-white border-green-500;}.table-occupied{@apply bg-red-600 text-white border-red-500;}.table-reserved{@apply bg-yellow-600 text-white border-yellow-500;}.table-cleaning{@apply bg-gray-600 text-white border-gray-500;}}@layer utilities{.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}html{height:100%;background-color:#111827}body{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#111827;color:#fff}
