@tailwind base;@tailwind components;@tailwind utilities;:root{--navy: #0A2240;--cyan: #00A3D9;--orange: #E75C0D;--teal: #01B59A;--yellow: #FFC600;--grey: #BDC6CC}.page-root::-webkit-scrollbar{width:0;height:0}.page-root{scrollbar-width:none}@layer base{html,body{margin:0;padding:0;height:100%;overflow:hidden;font-family:Urbanist,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;@apply bg-gray-100 text-gray-900;}#root{height:100%;overflow:hidden}}@layer components{.rag-red{@apply bg-red-100 text-red-700 border border-red-200;}.rag-amber{@apply bg-amber-100 text-amber-700 border border-amber-200;}.rag-green{@apply bg-green-100 text-green-700 border border-green-200;}.rag-none{@apply bg-gray-100 text-gray-600 border border-gray-200;}.btn-primary{@apply px-4 py-2 bg-brand-600 text-white text-sm font-medium rounded-lg hover:bg-brand-700 transition-colors disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply px-4 py-2 bg-white text-gray-700 text-sm font-medium rounded-lg border border-gray-300 hover:bg-gray-50 transition-colors;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-200;}}
