@tailwind base;@tailwind components;@tailwind utilities;:root{--guardian-primary:#0ea5e9;--guardian-secondary:#0284c7;--guardian-accent:#06b6d4;--guardian-dark:#0f172a;--guardian-darker:#020617;--guardian-success:#22c55e;--guardian-warning:#f59e0b;--guardian-danger:#ef4444}body{@apply bg-dark-500 text-gray-100 antialiased}.glass{@apply bg-white/5 backdrop-blur-xl border border-white/10}.card{@apply bg-dark-300/50 backdrop-blur-xl border border-white/10 rounded-2xl}.btn-primary{@apply bg-gradient-to-r from-guardian-600 to-guardian-500 text-white font-medium py-2 px-4 rounded-xl hover:from-guardian-500 hover:to-guardian-400 transition-all duration-200 shadow-lg shadow-guardian-500/25}.btn-secondary{@apply bg-dark-200 text-gray-200 font-medium py-2 px-4 rounded-xl border border-white/10 hover:bg-dark-100 hover:border-white/20 transition-all duration-200}.stat-card{@apply card p-6 hover:border-guardian-500/30 transition-all duration-300}.metric-value{@apply text-3xl font-bold bg-gradient-to-r from-white to-gray-400 bg-clip-text text-transparent}.status-badge{@apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium}.status-active{@apply bg-green-500/20 text-green-400 border border-green-500/30}.status-blocked{@apply bg-red-500/20 text-red-400 border border-red-500/30}.status-warning{@apply bg-yellow-500/20 text-yellow-400 border border-yellow-500/30}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@layer utilities{.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r}}