*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e0e0e0;background:#0a0a0a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in-up{animation:.5s ease-out fadeInUp}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.gradient-card-blue{background:linear-gradient(135deg,#1677ff26 0%,#1677ff0d 100%)!important;border:1px solid #1677ff33!important}.gradient-card-green{background:linear-gradient(135deg,#52c41a26 0%,#52c41a0d 100%)!important;border:1px solid #52c41a33!important}.gradient-card-orange{background:linear-gradient(135deg,#faad1426 0%,#faad140d 100%)!important;border:1px solid #faad1433!important}.gradient-card-red{background:linear-gradient(135deg,#ff4d4f26 0%,#ff4d4f0d 100%)!important;border:1px solid #ff4d4f33!important}.gradient-card-purple{background:linear-gradient(135deg,#722ed126 0%,#722ed10d 100%)!important;border:1px solid #722ed133!important}.status-dot{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.status-dot.running{background:#52c41a;box-shadow:0 0 8px #52c41a80}.status-dot.pending{background:#1677ff}.status-dot.cancelled{background:#faad14}.status-dot.failed{background:#ff4d4f;box-shadow:0 0 8px #ff4d4f80}.status-dot.done{background:#52c41a}.status-dot.disabled{background:#666}.hoverable-card{transition:transform .2s,box-shadow .2s}.hoverable-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}
