@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{font-family:Inter,sans-serif}body{margin:0;min-height:100vh;background:#f8fafc}.pulse-ring{animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1);box-shadow:0 0 0 10px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}.progress-bar{transition:width .3s ease-in-out}.timeline-dot{position:relative}.timeline-dot:before{content:"";position:absolute;left:-1.5rem;top:1.25rem;bottom:-.5rem;width:2px;background:#cbd5e1}.timeline-dot:last-child:before{display:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:shimmer 2s infinite}.gradient-brand{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#06b6d4)}.gradient-vigidate{background:linear-gradient(135deg,#7c3aed,#ec4899)}.scrollbar::-webkit-scrollbar{height:8px;width:8px}.scrollbar::-webkit-scrollbar-track{background:#f1f5f9}.scrollbar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.row-hover:hover{background-color:#eff6ff}.drag-active{background:#dbeafe!important;border-color:#3b82f6!important}.modal-overlay{background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.font-sans{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}
