@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#1f2937;background-color:#f9fafb}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}.btn{@apply px-4 py-2 rounded-lg font-medium transition-colors;}.btn-primary{@apply btn bg-purple-600 text-white hover:bg-purple-700;}.btn-secondary{@apply btn bg-gray-200 text-gray-900 hover:bg-gray-300;}.input-base{@apply w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent;}.card{@apply bg-white rounded-lg border border-gray-200 p-6;}.badge{@apply inline-block px-2 py-1 text-xs font-semibold rounded;}.badge-success{@apply badge bg-green-100 text-green-800;}.badge-warning{@apply badge bg-yellow-100 text-yellow-800;}.badge-danger{@apply badge bg-red-100 text-red-800;}.badge-info{@apply badge bg-blue-100 text-blue-800;}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}:root{--purple-bridgenext: #5f00aa;--purple-light: #e8d5f2;--purple-dark: #3d0070}.bg-purple-bridgenext{background-color:var(--purple-bridgenext)}.text-purple-bridgenext{color:var(--purple-bridgenext)}.border-purple-bridgenext{border-color:var(--purple-bridgenext)}
