@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-slate-100 min-h-screen;font-feature-settings:"rlig" 1,"calt" 1}}.glass-card{@apply bg-slate-900/50 backdrop-blur-md border border-slate-800 rounded-xl overflow-hidden;}.glass-morphism{background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-slate-950;}::-webkit-scrollbar-thumb{@apply bg-slate-800 rounded-full hover:bg-slate-700 transition-colors;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.status-pending{@apply bg-amber-500/20 text-amber-500 border border-amber-500/20;}.status-active{@apply bg-blue-500/20 text-blue-500 border border-blue-500/20;}.status-completed{@apply bg-emerald-500/20 text-emerald-500 border border-emerald-500/20;}.status-error{@apply bg-rose-500/20 text-rose-500 border border-rose-500/20;}.dashboard-card{@apply transition-all duration-300 hover:scale-[1.02] hover:shadow-xl hover:shadow-blue-500/10 cursor-pointer;}.icon-container{@apply w-10 h-10 rounded-lg flex items-center justify-center mb-4;}.form-input{@apply w-full bg-slate-900 border border-slate-800 rounded-lg px-4 py-2 text-slate-100 focus:outline-none focus:ring-2 focus:ring-blue-500/50 transition-all;}.form-label{@apply block text-sm font-medium text-slate-400 mb-1;}.btn-primary{@apply bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium transition-all active:scale-95 disabled:opacity-50 disabled:active:scale-100;}.btn-secondary{@apply bg-slate-800 hover:bg-slate-700 text-slate-100 px-4 py-2 rounded-lg font-medium transition-all active:scale-95;}.tab-active{@apply text-blue-500 border-b-2 border-blue-500;}.rbc-calendar{@apply text-slate-200 !important;}.rbc-month-view,.rbc-time-view,.rbc-agenda-view{@apply border-slate-800 !important;}.rbc-header{@apply border-slate-800 bg-slate-900 py-3 text-sm font-semibold !important;}.rbc-day-bg{@apply border-slate-800 !important;}.rbc-event{@apply bg-blue-600 border-none rounded-md px-2 py-1 text-xs font-medium !important;}.rbc-today{@apply bg-slate-900/80 !important;}.rbc-off-range-bg{@apply bg-slate-950/40 !important;}.rbc-toolbar button{@apply text-slate-200 border-slate-700 hover:bg-slate-800 active:bg-slate-700 !important;}.rbc-toolbar button.rbc-active{@apply bg-blue-600 border-blue-600 text-white hover:bg-blue-700 !important;}.rbc-month-row+.rbc-month-row{@apply border-slate-800 !important;}.rbc-day-slot .rbc-time-slot,.rbc-timeslot-group{@apply border-slate-800 !important;}
