*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#212121;font-family:Roboto,Helvetica,Arial,sans-serif}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#c158dc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8e24aa}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.text-center{text-align:center}.w-100{width:100%}.h-100{height:100%}.m-1{margin:8px}.m-2{margin:16px}.m-3{margin:24px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.workflow-canvas{background-color:#f9f9f9;background-image:radial-gradient(#e0e0e0 1px,#0000 0);background-size:20px 20px;border:1px solid #e0e0e0;border-radius:8px;min-height:600px}.workflow-node{background-color:#fff;border:2px solid #8e24aa;border-radius:8px;box-shadow:0 2px 5px #0000001a;min-width:150px;padding:10px}.workflow-node.trigger{border-color:#f44336}.workflow-node.action{border-color:#4caf50}.workflow-node.condition{border-color:#2196f3}.workflow-edge{stroke:#8e24aa;stroke-width:2}.toggle-switch{display:inline-block;height:34px;position:relative;width:60px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}input:checked+.toggle-slider{background-color:#8e24aa}input:focus+.toggle-slider{box-shadow:0 0 1px #8e24aa}input:checked+.toggle-slider:before{transform:translateX(26px)}.hover-card{transition:transform .3s ease,box-shadow .3s ease}.hover-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.status-indicator{border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.status-active{background-color:#4caf50}.status-inactive{background-color:#9e9e9e}.status-error{background-color:#f44336}.auth-container{align-items:center;background:linear-gradient(135deg,#c158dc,#5c007a);display:flex;justify-content:center;min-height:100vh}.auth-card{border-radius:12px!important;max-width:450px;padding:32px;width:100%}.auth-logo{margin-bottom:24px;text-align:center}.dashboard-widget{display:flex;flex-direction:column;height:100%}.dashboard-widget-header{border-bottom:1px solid #e0e0e0;padding:16px}.dashboard-widget-content{flex:1 1;overflow-y:auto;padding:16px}.dashboard-widget-footer{border-top:1px solid #e0e0e0;padding:16px;text-align:right}@media (max-width:600px){.auth-card{max-width:90%}}
/*# sourceMappingURL=main.cce6c998.css.map*/