@keyframes pulse{0%{box-shadow:0 0 rgba(34,197,94,.7)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}to{box-shadow:0 0 rgba(34,197,94,0)}}@keyframes successPulse{0%{box-shadow:0 0 rgba(34,197,94,.7)}50%{box-shadow:0 0 15px rgba(34,197,94,.8)}to{box-shadow:0 0 rgba(34,197,94,0)}}@keyframes errorShake{0%,to{box-shadow:0 0 5px rgba(239,68,68,.6)}50%{box-shadow:0 0 15px rgba(239,68,68,.8)}}@keyframes advancingGlow{0%{border-color:#3b82f6;box-shadow:0 0 5px rgba(59,130,246,.5)}50%{border-color:#60a5fa;box-shadow:0 0 20px rgba(59,130,246,.8)}to{border-color:#3b82f6;box-shadow:0 0 5px rgba(59,130,246,.5)}}.node-active{border-width:2px!important;border-color:#22c55e!important;animation:1.5s infinite pulse!important;box-shadow:0 0 10px rgba(34,197,94,.5)!important}.node-completed{background-color:rgba(34,197,94,.1)!important;border-width:1px!important;border-color:#22c55e!important}.node-error{border-width:2px!important;border-color:#ef4444!important;animation:.5s errorShake!important;box-shadow:0 0 10px rgba(239,68,68,.5)!important}.bpmn-node-success{position:relative;background-color:transparent!important;border-width:2px!important;border-color:#22c55e!important;animation:2s successPulse!important;box-shadow:0 0 15px rgba(34,197,94,.6)!important}.bpmn-node-success:after{content:"✓";color:#fff;background-color:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.bpmn-node-error{position:relative;background-color:transparent!important;border-width:2px!important;border-color:#ef4444!important;animation:1.5s errorShake!important;box-shadow:0 0 15px rgba(239,68,68,.6)!important}.bpmn-node-error:after{content:"✕";color:#fff;background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.bpmn-node-advancing{background-color:transparent!important;border-width:2px!important;border-color:#3b82f6!important;animation:1.5s infinite advancingGlow!important;box-shadow:0 0 15px rgba(59,130,246,.6)!important}.edge-completed path{stroke:#22c55e!important;stroke-width:2px!important;stroke-dasharray:none!important}.edge-active path{stroke:#3b82f6!important;stroke-width:2px!important;stroke-dasharray:5 5!important;animation:1s linear infinite flowDash!important}@keyframes flowDash{to{stroke-dashoffset:-10px}}
.bpmn-instance-controls{background-color:#fff;border-radius:.375rem;width:100%;max-width:320px;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.dark .bpmn-instance-controls{background-color:#1f2937;border-color:#374151}.bpmn-instance-controls__title{color:#111827;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.dark .bpmn-instance-controls__title{color:#f9fafb}.bpmn-instance-controls__buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.bpmn-instance-controls__button{border-radius:.25rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;transition:all .2s;display:flex}.bpmn-instance-controls__button--start{color:#16a34a;background-color:rgba(34,197,94,.1)}.bpmn-instance-controls__button--start:hover:not(:disabled){background-color:rgba(34,197,94,.2)}.dark .bpmn-instance-controls__button--start{color:#4ade80;background-color:rgba(34,197,94,.05)}.bpmn-instance-controls__button--advance{color:#2563eb;background-color:rgba(59,130,246,.1)}.bpmn-instance-controls__button--advance:hover:not(:disabled){background-color:rgba(59,130,246,.2)}.dark .bpmn-instance-controls__button--advance{color:#60a5fa;background-color:rgba(59,130,246,.05)}.bpmn-instance-controls__button--auto{color:#7c3aed;background-color:rgba(124,58,237,.1)}.bpmn-instance-controls__button--auto:hover:not(:disabled){background-color:rgba(124,58,237,.2)}.dark .bpmn-instance-controls__button--auto{color:#a78bfa;background-color:rgba(124,58,237,.05)}.bpmn-instance-controls__button--reset{color:#ea580c;background-color:rgba(234,88,12,.1)}.bpmn-instance-controls__button--reset:hover:not(:disabled){background-color:rgba(234,88,12,.2)}.dark .bpmn-instance-controls__button--reset{color:#fb923c;background-color:rgba(234,88,12,.05)}.bpmn-instance-controls__button:disabled{opacity:.5;cursor:not-allowed}.bpmn-instance-controls__status{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.25rem;padding:.5rem;font-size:.75rem}.dark .bpmn-instance-controls__status{background-color:#111827;border-color:#374151}.bpmn-instance-controls__status-row{flex-direction:column;gap:.25rem;display:flex}.bpmn-instance-controls__status-label{color:#4b5563;font-weight:500}.dark .bpmn-instance-controls__status-label{color:#9ca3af}.bpmn-instance-controls__status-value{color:#111827}.dark .bpmn-instance-controls__status-value{color:#f9fafb}.bpmn-instance-controls__status-value--error{color:#ef4444}.bpmn-instance-controls__status-value--success{color:#22c55e}.bpmn-instance-controls__status-value--active{color:#3b82f6}.bpmn-instance-controls__status-value--advancing{color:#3b82f6;animation:1.5s infinite pulse}.bpmn-instance-controls__status-value--completed{color:#22c55e}
#toast-root{z-index:999999!important;pointer-events:none!important;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}#toast-root *{-webkit-user-select:none;-moz-user-select:none;user-select:none}#toast-root>div{pointer-events:none!important}#toast-root .Toastify__toast-container,#toast-root .Toastify__toast-container--top-right{z-index:999999!important;pointer-events:auto!important;position:fixed!important}#toast-root .Toastify__toast{z-index:999999!important;pointer-events:auto!important;cursor:pointer!important;position:relative!important}#toast-root .Toastify__toast:hover{cursor:pointer!important}.Toastify__toast-container{z-index:999999!important}.Toastify__toast{z-index:999999!important;cursor:pointer!important}
.notification-module__YUeZca__viewport{z-index:999999;pointer-events:none;position:fixed;top:18px;right:18px}.notification-module__YUeZca__card{color:#f4f7f8;pointer-events:auto;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(#1f2c33 0%,#182229 100%);border:1px solid rgba(255,255,255,.08);border-radius:16px;grid-template-columns:10px 1fr auto;align-items:start;gap:10px;width:320px;max-width:calc(100vw - 24px);padding:10px 12px;transition:transform .18s,opacity .18s,background .12s,border-color .12s;animation:.18s ease-out notification-module__YUeZca__enter;display:grid;box-shadow:0 16px 36px rgba(0,0,0,.28)}.notification-module__YUeZca__card[data-dragging=true]{cursor:grabbing;transition:none}.notification-module__YUeZca__card[data-tone=success]{background:linear-gradient(#1c3327 0%,#162921 100%);border-color:rgba(37,211,102,.24)}.notification-module__YUeZca__card[data-tone=warning]{background:linear-gradient(#3a2b1f 0%,#2e2218 100%);border-color:rgba(255,166,77,.28)}.notification-module__YUeZca__card[data-tone=danger]{background:linear-gradient(#392427 0%,#2b1b1e 100%);border-color:rgba(255,107,107,.24)}.notification-module__YUeZca__accent{background:#9aa6ad;border-radius:999px;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 4px rgba(154,166,173,.16)}.notification-module__YUeZca__card[data-tone=success] .notification-module__YUeZca__accent{background:#25d366;box-shadow:0 0 0 4px rgba(37,211,102,.18)}.notification-module__YUeZca__card[data-tone=warning] .notification-module__YUeZca__accent{background:#ffa64d;box-shadow:0 0 0 4px rgba(255,166,77,.2)}.notification-module__YUeZca__card[data-tone=danger] .notification-module__YUeZca__accent{background:#ff6b6b;box-shadow:0 0 0 4px rgba(255,107,107,.18)}.notification-module__YUeZca__body{min-width:0}.notification-module__YUeZca__title{color:#fff;margin:0;font-size:13px;font-weight:700;line-height:1.2}.notification-module__YUeZca__message{color:#c7d1d6;word-break:break-word;white-space:pre-line;margin:3px 0 0;font-size:12px;line-height:1.35}.notification-module__YUeZca__close{color:#e9eef0;cursor:pointer;text-align:center;background:rgba(255,255,255,.08);border:0;border-radius:999px;place-items:center;width:24px;height:24px;padding:0;font-size:16px;line-height:1;transition:background .12s;display:grid}.notification-module__YUeZca__close:hover{background:rgba(255,255,255,.16)}.notification-module__YUeZca__close:focus-visible{outline-offset:2px;outline:2px solid #25d366}@keyframes notification-module__YUeZca__enter{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@media (max-width:640px){.notification-module__YUeZca__viewport{top:12px;left:12px;right:12px}.notification-module__YUeZca__card{width:100%;max-width:100%}}
