*{box-sizing:border-box}body{background-color:#f5f5f5}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}@media (max-width:768px){.sidebar-responsive{max-width:280px;width:100%!important}.header-responsive{padding:0 12px!important}.header-responsive h1{font-size:16px!important}}@media (max-width:480px){.sidebar-responsive{max-width:100%;width:100%!important}.header-responsive{padding:0 8px!important}.header-responsive h1{font-size:14px!important}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.react-flow__node{font-family:inherit}.react-flow__controls{bottom:16px!important;left:366px!important;position:fixed!important;z-index:30}.react-flow__controls,.react-flow__minimap{border-radius:8px;box-shadow:0 2px 8px #0000001a}.sidebar-scrollbar::-webkit-scrollbar{width:6px}.sidebar-scrollbar::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.sidebar-scrollbar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}button{font-family:inherit;transition:all .2s ease}button:active{transform:none}:root{--academic-primary:#2c3e50;--academic-secondary:#34495e;--academic-muted:#7f8c8d;--academic-light:#bdc3c7;--academic-background:#f8f9fa;--academic-border:#e8e8e8;--academic-success:#27ae60;--academic-error:#e74c3c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}dialog{border:none;outline:none}dialog::backdrop{background:#0000}.auth-container{align-items:center;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:center;min-height:100vh;padding:20px}.auth-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#282828a6;border:1px solid #ffffff40;border-radius:20px;box-shadow:0 25px 80px #00000080,0 0 0 1px #fff3;max-width:480px;overflow:hidden;padding:28px 36px;position:relative;width:100%}.auth-card:before{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#00bcd4,#26a69a,#00bcd4);background-size:200% 100%;content:"";height:5px;left:0;position:absolute;right:0;top:0}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.auth-header{margin-bottom:20px;text-align:center}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00bcd4,#26a69a);-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:800;letter-spacing:-.025em;margin:0 0 6px}.auth-header p{color:#f0f0f0;font-size:14px;font-weight:500;margin:0;text-shadow:0 1px 3px #00000080}.auth-form{margin-bottom:16px}.form-group,.form-row{margin-bottom:14px}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.form-group label{color:#fff;display:block;font-size:13px;font-weight:700;letter-spacing:.02em;margin-bottom:6px;text-shadow:0 1px 3px #0009}.form-group input{background:#fffffff2;border:2px solid #fff6;border-radius:12px;box-sizing:border-box;color:#1a202c;font-size:15px;font-weight:500;padding:12px 14px;transition:all .3s ease;width:100%}.form-group input:focus{background:#fff;border-color:#00bcd4;box-shadow:0 0 0 4px #00bcd44d,0 4px 12px #00bcd440;outline:none;transform:translateY(-1px)}.form-group input:disabled{background:#edf2f7cc;color:#4a5568;cursor:not-allowed}.form-group input::placeholder{color:#0006;font-weight:400}.auth-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.025em;padding:14px;transition:all .3s ease;width:100%}.auth-button.primary{background:linear-gradient(135deg,#0097a7,#00796b);box-shadow:0 8px 24px #0097a780;color:#fff;text-shadow:0 1px 2px #0003}.auth-button.primary:hover:not(:disabled){background:linear-gradient(135deg,#00acc1,#00897b);box-shadow:0 12px 32px #0097a799;transform:translateY(-3px)}.auth-button.primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-button.secondary{background:#0000004d;border:2px solid #ffffff4d;box-shadow:0 4px 12px #0003;color:#fff;text-shadow:0 1px 2px #0003}.auth-button.secondary:hover:not(:disabled){background:#0006;border-color:#ffffff80;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.loading-spinner{align-items:center;display:flex;gap:8px}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{align-items:center;background:#fed7d7f2;border:2px solid #feb2b2;border-radius:10px;box-shadow:0 4px 12px #c5303026;color:#9b2c2c;display:flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:14px;padding:10px 14px}.error-icon{font-size:16px}.password-requirements{background:#0f172afa;border:1px solid #94a3b8e6;border-radius:10px;box-shadow:0 10px 25px #0f172a99;margin-top:10px;padding:10px 14px;position:relative}.password-requirements:before{border-color:#0000 #0000 #0f172afa;border-style:solid;border-width:0 7px 7px;content:"";left:24px;position:absolute;top:-7px}.password-requirements-title{color:#e5e7eb;font-size:12px;font-weight:700;margin-bottom:6px}.password-requirements-list{list-style:none;margin:0;padding:0}.password-requirement{align-items:center;color:#e5e7eb;display:flex;font-size:12px;margin-bottom:3px}.password-requirement:last-child{margin-bottom:0}.password-requirement-icon{align-items:center;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;margin-right:6px;width:16px}.password-requirement.ok .password-requirement-icon{color:#22c55e}.password-requirement.ok{color:#bbf7d0}.password-requirement.fail .password-requirement-icon{color:#f97373}.password-requirement.fail{color:#fecaca}.auth-footer{margin-top:12px;text-align:center}.auth-footer p{color:#f0f0f0;font-weight:500;margin:0}.auth-footer p,.link-button{font-size:15px;text-shadow:0 1px 3px #00000080}.link-button{background:none;border:none;border-bottom:2px solid #0000;color:#26e7f5;cursor:pointer;font-weight:700;padding:0;text-decoration:none;transition:all .2s ease}.link-button:hover:not(:disabled){border-bottom-color:#4df0fb;color:#4df0fb}.link-button:disabled{cursor:not-allowed;opacity:.5}.auth-divider{margin:16px 0;position:relative;text-align:center}.auth-divider:before{background:linear-gradient(90deg,#0000,#e2e8f0 20%,#e2e8f0 80%,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#282828a6;color:#e0e0e0;font-size:14px;font-weight:600;letter-spacing:.05em;padding:0 20px;position:relative;text-shadow:0 1px 3px #00000080}.demo-credentials{background:#0000004d;border:2px solid #ffffff40;border-radius:14px;box-shadow:0 2px 8px #0003;padding:24px;text-align:center}.demo-title{color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;margin:0 0 16px;text-shadow:0 1px 3px #0009}.demo-info{margin:0}.demo-info p{color:#e0e0e0;font-size:12px;line-height:1.4;margin:0 0 4px;text-shadow:0 1px 3px #00000080}.demo-info p:last-child{margin-bottom:0}.demo-info strong{color:#fff}@media (max-width:640px){.auth-container{padding:12px}.auth-card{border-radius:16px;padding:24px 20px}.form-row{gap:0;grid-template-columns:1fr}.auth-header{margin-bottom:16px}.auth-header h1{font-size:22px;margin-bottom:4px}.auth-header p{font-size:13px}.form-group{margin-bottom:12px}.form-group input{font-size:14px;padding:11px 13px}.auth-button{font-size:15px;padding:13px}}@media (prefers-color-scheme:dark){.auth-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#282828a6;color:#fff}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00bcd4,#26a69a);-webkit-background-clip:text;background-clip:text}.auth-header p{color:#f0f0f0}.form-group label{color:#fff}.form-group input{background:#fffffff2;border-color:#fff6;color:#1a202c}.form-group input:focus{background:#fff;border-color:#00bcd4}.form-group input::placeholder{color:#0006}.demo-credentials{background:#0000004d;border-color:#ffffff40}.demo-title{color:#fff}.demo-info p{color:#e0e0e0}.demo-info strong{color:#fff}}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.63faed67.css.map*/