:root{--bg-primary: rgb(248, 250, 252);--bg-secondary: rgb(30, 41, 59);--bg-tertiary: rgb(51, 65, 85);--blue-accent: rgb(59, 130, 246);--blue-hover: rgb(96, 165, 250);--text-primary: rgb(248, 250, 252);--text-secondary: rgb(203, 213, 225);--border-color: rgb(51, 65, 85);--error-color: rgb(220, 53, 69);--success-color: rgb(40, 167, 69)}*{margin:0;padding:0;box-sizing:border-box;cursor:default!important}.cursor-text,.cursor-text *{cursor:text!important}.cursor-row-resize{cursor:row-resize!important}.cursor-move,.cursor-move *{cursor:move!important}.cursor-grab{cursor:grab!important}.cursor-nw-resize{cursor:nw-resize!important}.cursor-ne-resize{cursor:ne-resize!important}.cursor-sw-resize{cursor:sw-resize!important}.cursor-se-resize{cursor:se-resize!important}.cursor-n-resize{cursor:n-resize!important}.cursor-s-resize{cursor:s-resize!important}.cursor-e-resize{cursor:e-resize!important}.cursor-w-resize{cursor:w-resize!important}.cursor-ns-resize{cursor:ns-resize!important}.cursor-ew-resize{cursor:ew-resize!important}.cursor-nwse-resize{cursor:nwse-resize!important}.cursor-nesw-resize{cursor:nesw-resize!important}.cursor-col-resize{cursor:col-resize!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default}#root{min-height:100vh}a{color:var(--blue-accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--blue-hover)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#e5e7eb}::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:5px;cursor:default}::-webkit-scrollbar-thumb:hover{background:#6b7280;cursor:default}.idle-timer-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.idle-timer-modal{background:#fff;border-radius:12px;padding:32px 40px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.idle-timer-icon{color:#f59e0b;margin-bottom:16px}.idle-timer-modal h2{margin:0 0 12px;font-size:24px;color:#1f2937}.idle-timer-modal p{margin:0 0 8px;color:#6b7280;font-size:14px}.idle-timer-countdown{font-size:18px!important;color:#dc2626!important;margin:16px 0 24px!important}.idle-timer-countdown strong{font-size:24px;font-weight:700}.idle-timer-buttons{display:flex;gap:12px;justify-content:center}.idle-timer-stay{padding:12px 24px;font-size:16px;font-weight:600;min-width:140px}.idle-timer-logout{padding:12px 24px;font-size:16px;min-width:120px}.idle-timer-countdown strong{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.auth-box{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:40px;width:100%;max-width:450px;box-shadow:0 10px 40px #00000080}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:32px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.auth-header p{color:var(--text-secondary);font-size:16px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.auth-form .form-group label{font-size:14px;font-weight:500;color:#fff!important}.form-group input{padding:12px 16px;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:15px;transition:all .3s ease}.form-group input:focus{outline:none;border-color:var(--orange-accent);box-shadow:0 0 0 3px #f48d491a}.form-group input::placeholder{color:var(--text-secondary)}.form-group textarea{padding:12px 16px;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:15px;font-family:inherit;transition:all .3s ease;resize:vertical}.form-group textarea:focus{outline:none;border-color:var(--orange-accent);box-shadow:0 0 0 3px #f48d491a}.form-group textarea::placeholder{color:var(--text-secondary)}.auth-button{padding:14px 24px;background:linear-gradient(135deg,#f5a623,#e8913a);border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:8px;box-shadow:0 2px 8px #0003}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #f48d4966}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:12px 16px;background-color:#dc35451a;border:1px solid var(--error-color);border-radius:8px;color:var(--error-color);font-size:14px;margin-bottom:16px}.info-message{padding:12px 16px;background-color:#3b82f61a;border:1px solid #3b82f6;border-radius:8px;color:#60a5fa;font-size:14px;margin-bottom:16px}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid var(--border-color)}.auth-footer p{color:var(--text-secondary);font-size:14px}.auth-footer a{color:var(--orange-accent);font-weight:500}@media(max-width:500px){.auth-box{padding:24px}.auth-header h1{font-size:24px}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.canvas-page{padding:1px 3px 5px;min-height:100vh;background-color:#f9fafb;overflow:hidden}.subtle-scrollbar::-webkit-scrollbar{width:5px}.subtle-scrollbar::-webkit-scrollbar-track{background:transparent}.subtle-scrollbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.subtle-scrollbar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.page-title{font-size:22px;font-weight:600;color:#374151;margin:0 0 30px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.dashboard-content{max-width:1200px;overflow:hidden}.dashboard-content .react-grid-layout{overflow:visible}.welcome-card{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;padding:40px;border-radius:12px;margin-bottom:0;box-shadow:0 4px 12px #3b82f633}.welcome-card h2{font-size:28px;margin:0 0 10px;font-weight:600}.welcome-card p{font-size:16px;margin:0;opacity:.95}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.stat-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:24px;transition:all .2s ease}.stat-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.stat-label{font-size:13px;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:18px;color:#1a1a1a;font-weight:600}.form-container{max-width:800px}.form-container.form-container-wide{max-width:1400px}.project-form{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.form-group input,.form-group textarea{width:100%;padding:10px 14px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;transition:border-color .2s ease;background-color:#fff;color:#1a1a1a}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.error-message{background-color:#dc35451a;color:var(--error-color);padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;border-left:3px solid var(--error-color)}.success-message{background-color:#28a7451a;color:var(--success-color);padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;border-left:3px solid var(--success-color)}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.btn-primary,.btn-secondary{padding:10px 24px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#1a1a1a;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn-secondary:disabled{background-color:#f3f4f6;cursor:not-allowed}.projects-list{display:grid;gap:16px}.project-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;transition:all .2s ease;cursor:pointer}.project-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.project-card-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.project-card-description{font-size:14px;color:#666;line-height:1.5;margin:0}.project-card-meta{display:flex;gap:16px;margin-top:12px;font-size:12px;color:#9ca3af}.empty-state{text-align:center;padding:60px 20px;color:#666}.empty-state-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.empty-state-description{font-size:14px;margin-bottom:24px}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item.react-grid-placeholder{background:#3b82f626!important;border:2px dashed rgb(59,130,246)!important;border-radius:12px!important;opacity:1!important;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-dragging{transition:none;z-index:100;will-change:transform;opacity:.8}.react-grid-item.resizing{transition:none;z-index:100;will-change:transform}.react-resizable-handle{background:none!important;background-image:none!important;opacity:0;z-index:10}.react-resizable-handle:after{content:""!important;display:block;width:100%;height:100%;border:none!important;background:none!important}.react-resizable-handle-se,.react-resizable-handle-sw,.react-resizable-handle-ne,.react-resizable-handle-nw{width:30px!important;height:30px!important}.react-resizable-handle-s{height:30px!important;width:calc(100% - 60px)!important;left:30px!important;bottom:0!important}.react-resizable-handle-n{height:30px!important;width:calc(100% - 60px)!important;left:30px!important;top:0!important}.react-resizable-handle-e{width:30px!important;height:calc(100% - 60px)!important;top:30px!important;right:0!important}.react-resizable-handle-w{width:30px!important;height:calc(100% - 60px)!important;top:30px!important;left:0!important}.graph-drag-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:50px;cursor:move;z-index:5;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.graph-drag-handle:hover{opacity:.7;background:#3b82f61a;border-radius:8px}.graph-drag-handle:before{content:"⋮⋮";font-size:20px;color:#666;letter-spacing:3px}.react-resizable-handle-se{cursor:nwse-resize!important;bottom:0!important;right:0!important}.react-resizable-handle-sw{cursor:nesw-resize!important;bottom:0!important;left:0!important}.react-resizable-handle-ne{cursor:nesw-resize!important;top:0!important;right:0!important}.react-resizable-handle-nw{cursor:nwse-resize!important;top:0!important;left:0!important}.react-resizable-handle-s{cursor:ns-resize!important;bottom:0!important;left:0!important}.react-resizable-handle-n{cursor:ns-resize!important;top:0!important;left:0!important}.react-resizable-handle-e{cursor:ew-resize!important;right:0!important;top:0!important}.react-resizable-handle-w{cursor:ew-resize!important;left:0!important;top:0!important}.recharts-legend-wrapper .recharts-legend-item-text{color:#1a1a1a!important;font-weight:500!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes newIterationPulse{0%{box-shadow:0 0 12px #10b98199,0 0 20px #10b98166;border-color:#10b981}50%{box-shadow:0 0 20px #10b981e6,0 0 30px #10b98199,0 0 40px #10b9814d;border-color:#059669}to{box-shadow:0 0 12px #10b98199,0 0 20px #10b98166;border-color:#10b981}}@keyframes newRowPulse{0%{background-color:#10b98126;box-shadow:inset 0 0 0 2px #10b98166}50%{background-color:#10b98159;box-shadow:inset 0 0 0 2px #10b981cc}to{background-color:#10b98126;box-shadow:inset 0 0 0 2px #10b98166}}@media(max-width:768px){.page-title{margin-top:5px}.canvas-page{overflow-x:hidden}.dashboard-content{overflow:hidden;width:100%}.dashboard-content .react-grid-layout{height:auto!important;overflow:visible!important;width:100%!important}.dashboard-content .react-grid-item{position:relative!important;transform:none!important;width:calc(100% - 20px)!important;height:auto!important;min-height:300px;margin-bottom:16px;left:0!important}.dashboard-content .react-grid-item>div{height:300px!important}}.sidebar{position:fixed;left:0;top:0;width:165px;height:100vh;background-color:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:100;transition:width .3s ease,transform .3s ease}.sidebar.collapsed{width:46px}.collapse-icon{transition:transform .3s ease}.collapse-icon.collapsed{transform:rotate(180deg)}.collapse-toggle{border-top:1px solid var(--border-color);margin-top:8px;padding-top:8px!important}.mobile-menu-toggle{display:none;position:fixed;top:16px;right:16px;z-index:150;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:6px;color:var(--text-primary);cursor:default;transition:all .2s ease;box-shadow:0 2px 8px #0003}.mobile-menu-toggle:hover{background-color:var(--bg-tertiary)}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:99}@media(max-width:768px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;top:4px}.sidebar{transform:translate(-100%);width:280px}.sidebar.mobile-open{transform:translate(0);z-index:101;width:280px}.sidebar.collapsed{width:280px;transform:translate(-100%)}.sidebar.collapsed.mobile-open{width:280px;transform:translate(0)}.sidebar.collapsed .menu-item{justify-content:flex-start;padding:10px 16px}.sidebar.collapsed .menu-label{display:inline!important}.sidebar.collapsed .menu-arrow{display:block}.sidebar.collapsed .user-details,.sidebar.collapsed .user-dropdown-toggle{display:block!important}.sidebar.collapsed .user-section{justify-content:flex-start;gap:12px}.sidebar.collapsed .sidebar-header{padding:16px}.sidebar.mobile-open .submenu{display:block!important}.sidebar.mobile-open .submenu-icon{display:flex!important}.sidebar.mobile-open .submenu-label{display:inline!important}.hide-on-mobile{display:none!important}.sidebar-overlay{display:none}.sidebar.mobile-open~.sidebar-overlay{display:block}}.sidebar-header{padding:16px;border-bottom:1px solid var(--border-color);position:relative;transition:padding .3s ease}.sidebar.collapsed .sidebar-header{padding:16px 12px}.user-section{display:flex;align-items:center;gap:12px;cursor:default}.sidebar.collapsed .user-section{justify-content:center;gap:0}.user-avatar{width:36px;height:36px;border-radius:6px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{color:var(--text-primary);font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{color:var(--text-secondary);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}.user-dropdown-toggle{color:var(--text-secondary);transition:all .2s ease;flex-shrink:0;opacity:.7}.user-dropdown-toggle.open{transform:rotate(180deg)}.user-section:hover .user-dropdown-toggle{opacity:1}.user-dropdown{position:absolute;top:100%;left:16px;right:16px;margin-top:8px;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 12px #0000004d;overflow:hidden;z-index:1000;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:10px 14px;background:transparent;border:none;color:var(--text-primary);font-size:13px;font-weight:400;cursor:default;display:flex;align-items:center;gap:10px;transition:all .2s ease;text-align:left}.dropdown-item:hover{background-color:var(--bg-secondary)}.logout-item:hover{background-color:#3b82f61a;color:var(--blue-accent)}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 0;display:flex;flex-direction:column}.nav-section{padding:0}.nav-bottom{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-color)}.menu-item-container{margin-bottom:2px}.menu-item{width:100%;padding:10px 16px;background:transparent;border:none;color:var(--text-secondary);font-size:13px;font-weight:400;cursor:default;display:flex;align-items:center;gap:10px;transition:all .2s ease;text-align:left;border-left:3px solid transparent;position:relative}.sidebar.collapsed .menu-item{justify-content:center;padding:10px 8px;overflow:hidden}.sidebar.collapsed .menu-label{display:none!important}.sidebar.collapsed .menu-arrow,.sidebar.collapsed .user-details,.sidebar.collapsed .user-dropdown-toggle{display:none}.menu-item:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.menu-item.active{background-color:#3b82f61f;color:var(--text-primary);font-weight:500}.menu-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.menu-icon svg{stroke-width:2}.menu-label{flex:1}.menu-arrow{margin-left:auto;color:var(--text-secondary);transition:transform .2s ease;opacity:.6}.menu-arrow.expanded{transform:rotate(180deg)}.submenu{background-color:#0f172a;padding:2px 0}.sidebar.collapsed .submenu{display:block}.sidebar.collapsed .submenu-item{padding:8px;justify-content:center}.sidebar.collapsed .submenu-label{display:none!important}.sidebar.collapsed .submenu-icon{margin:0}@media(max-width:768px){.sidebar.collapsed.mobile-open .submenu{display:block!important}.sidebar.collapsed.mobile-open .submenu-item{padding:8px 16px 8px 30px;justify-content:flex-start}.sidebar.collapsed.mobile-open .submenu-label{display:inline!important}}.submenu-item{width:100%;padding:8px 16px 8px 30px;background:transparent;border:none;color:var(--text-secondary);font-size:12px;font-weight:400;cursor:default;display:flex;align-items:center;gap:10px;transition:all .2s ease;text-align:left;border-left:3px solid transparent}.submenu-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.submenu-label{flex:1}.submenu-item:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.submenu-item.active{background-color:#3b82f614;color:var(--text-primary);font-weight:500}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:var(--bg-secondary)}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:var(--blue-accent)}.sidebar-version{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px 8px;font-size:10px;line-height:1;font-weight:400;color:var(--text-secondary);opacity:.5;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:text;user-select:text}.sidebar-denials{display:inline-flex;align-items:center;justify-content:center;padding:2px;margin:-2px 0;border:none;border-radius:4px;background:transparent;color:#f59e0b;opacity:1;cursor:default}.sidebar-denials:hover{background:#f59e0b26}.sidebar-version:has(.sidebar-denials){opacity:1}.sidebar-version:has(.sidebar-denials)>span{opacity:.5}.app-layout{display:flex;min-height:100vh;background-color:#f9fafb}.main-content{flex:1;min-width:0;background-color:#f9fafb;margin-left:165px;min-height:100vh;overflow-y:visible;transition:margin-left .3s ease}.sidebar.collapsed~.main-content{margin-left:46px}@media(max-width:768px){.main-content{margin-left:0}.sidebar.collapsed~.main-content{margin-left:0}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.help-container{display:flex;height:calc(100vh - 60px);background-color:#f9fafb}.help-sidebar{width:224px;min-width:224px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;position:relative}.help-sidebar-resize{position:absolute;right:0;top:0;bottom:0;width:8px;cursor:col-resize;display:flex;align-items:center;justify-content:center;color:#d1d5db;transition:color .2s,background-color .2s;z-index:10}.help-sidebar-resize:hover{color:#6b7280;background-color:#3b82f61a}.help-sidebar-resize.resizing{color:#3b82f6;background-color:#3b82f626}.help-sidebar-resize svg{opacity:0;transition:opacity .2s}.help-sidebar-resize:hover svg,.help-sidebar-resize.resizing svg{opacity:1}.help-sidebar-header{display:flex;align-items:center;gap:8px;padding:16px;border-bottom:1px solid #e5e7eb;font-weight:600;color:#1a1a1a;font-size:14px}.help-search-box{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;position:relative}.help-search-icon{color:#9ca3af;flex-shrink:0}.help-search-input{flex:1;border:none;background:transparent;padding:6px 8px;font-size:13px;color:#374151;outline:none;min-width:0}.help-search-input::placeholder{color:#9ca3af}.help-search-clear{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:4px;cursor:pointer;color:#6b7280;border-radius:4px}.help-search-clear:hover{background-color:#e5e7eb;color:#374151}.help-search-spinner{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.help-nav{flex:1;overflow-y:auto;padding:8px 0;margin-right:10px}.help-section{margin-bottom:4px}.help-section-header{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:#374151;text-align:left;transition:background-color .2s}.help-section-header:hover{background-color:#f3f4f6}.help-section-pages{padding-left:24px}.help-page-link{display:flex;align-items:center;gap:8px;width:100%;padding:6px 16px;background:none;border:none;cursor:pointer;font-size:12px;color:#6b7280;text-align:left;transition:background-color .2s,color .2s;border-radius:4px;margin:2px 8px 2px 0}.help-page-link:hover{background-color:#f3f4f6;color:#1a1a1a}.help-page-link.active{background-color:#dbeafe;color:#1d4ed8}.help-page-link.active svg{color:#3b82f6}.help-empty{padding:16px;color:#6b7280;font-size:13px;text-align:center}.help-content{flex:1;overflow-y:auto;padding:24px 32px}.help-loading{display:flex;align-items:center;justify-content:center;height:200px;color:#6b7280;font-size:14px}.help-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#9ca3af;font-size:14px;gap:16px}.help-search-results{max-width:900px;background-color:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;max-height:300px;display:flex;flex-direction:column}.help-search-results-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;border-radius:8px 8px 0 0;flex-shrink:0}.help-search-results-title{font-size:13px;font-weight:600;color:#374151}.help-search-results-close{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:4px;cursor:pointer;color:#6b7280;border-radius:4px}.help-search-results-close:hover{background-color:#e5e7eb;color:#374151}.help-search-results-list{overflow-y:auto;flex:1}.help-search-result-item{display:block;width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid #f3f4f6;transition:background-color .15s}.help-search-result-item:hover{background-color:#f9fafb}.help-search-result-item.active{background-color:#dbeafe}.help-search-result-item:last-child{border-bottom:none}.help-search-result-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1a1a1a;margin-bottom:4px}.help-search-result-title svg{color:#3b82f6;flex-shrink:0}.help-search-result-section{font-weight:400;color:#6b7280;font-size:12px}.help-search-result-context{font-size:12px;color:#6b7280;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px}.help-search-result-count{font-size:11px;color:#9ca3af}.help-search-no-results{max-width:900px;background-color:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;padding:32px;text-align:center;color:#6b7280}.help-search-no-results svg{color:#d1d5db;margin-bottom:12px}.help-search-no-results p{margin:0;font-size:14px}.search-highlight{background-color:#fef08a;padding:1px 2px;border-radius:2px;color:#1a1a1a}.search-highlight-current{background-color:#f97316;color:#fff}.help-highlight-nav{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}.help-highlight-nav-btn{display:flex;align-items:center;justify-content:center;border:none;background-color:#fff;padding:6px;cursor:pointer;color:#374151;border-radius:4px;transition:background-color .15s,color .15s}.help-highlight-nav-btn:hover{background-color:#3b82f6;color:#fff}.help-highlight-counter{font-size:12px;color:#374151;font-weight:500;min-width:50px;text-align:center}.help-mobile-highlight-nav,.help-mobile-search-box{display:none}.markdown-content{max-width:900px;background-color:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px #0000001a}.markdown-content h1{font-size:28px;font-weight:700;color:#1a1a1a;margin-top:0;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.markdown-content h2{font-size:22px;font-weight:600;color:#1a1a1a;margin-top:32px;margin-bottom:16px}.markdown-content h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-top:24px;margin-bottom:12px}.markdown-content h4{font-size:16px;font-weight:600;color:#374151;margin-top:20px;margin-bottom:10px}.markdown-content p{font-size:14px;line-height:1.7;color:#374151;margin-bottom:16px}.markdown-content ul,.markdown-content ol{font-size:14px;line-height:1.7;color:#374151;margin-bottom:16px;padding-left:24px}.markdown-content li{margin-bottom:8px}.markdown-content a{color:#3b82f6;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content code{font-family:Roboto Mono,Consolas,Monaco,monospace;font-size:13px;background-color:#f3f4f6;padding:2px 6px;border-radius:4px;color:#e11d48}.markdown-content pre{background-color:#1f2937;border-radius:8px;padding:16px;overflow-x:auto;margin-bottom:16px}.markdown-content pre code{background-color:transparent;padding:0;color:#e5e7eb;font-size:13px;line-height:1.6}.table-wrapper{overflow-x:auto;margin-bottom:16px}.markdown-content table{width:100%;border-collapse:collapse;font-size:13px}.markdown-content th{background-color:#f9fafb;border:1px solid #e5e7eb;padding:10px 12px;text-align:left;font-weight:600;color:#374151}.markdown-content td{border:1px solid #e5e7eb;padding:10px 12px;color:#374151}.markdown-content tr:hover td{background-color:#f9fafb}.markdown-content blockquote{border-left:4px solid #3b82f6;background-color:#eff6ff;padding:12px 16px;margin:16px 0;color:#1e40af;font-size:14px}.markdown-content blockquote p{margin:0;color:#1e40af}.markdown-content hr{border:none;border-top:1px solid #e5e7eb;margin:24px 0}.markdown-content img{max-width:100%;height:auto;border-radius:8px;margin:16px 0;box-shadow:0 2px 8px #0000001a}.markdown-content video{max-width:100%;height:auto;border-radius:8px;margin:16px 0;box-shadow:0 2px 8px #0000001a}.language-mermaid{background-color:#fff!important;text-align:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px}.language-mermaid.mermaid-rendered{display:block}.language-mermaid svg{max-width:100%;height:auto}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#ff79c6}.hljs-string,.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:#50fa7b}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#6272a4}.hljs-number,.hljs-regexp,.hljs-bullet,.hljs-link,.hljs-symbol{color:#bd93f9}.help-mobile-toggle,.help-mobile-overlay{display:none}@media(max-width:768px){.help-container{flex-direction:column;position:relative}.help-mobile-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background-color:#fff;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;font-size:14px;font-weight:500;color:#374151;text-align:left}.help-mobile-toggle:hover{background-color:#f9fafb}.help-mobile-toggle svg{color:#3b82f6}.help-mobile-overlay{display:block;position:fixed;inset:0;background-color:#0000004d;z-index:40}.help-sidebar{display:none;position:absolute;top:45px;left:0;right:0;width:100%!important;min-width:100%!important;max-height:60vh;border-right:none;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #00000026;z-index:50;overflow-y:auto}.help-sidebar.mobile-open{display:flex}.help-sidebar-resize{display:none}.help-content{padding:16px}.markdown-content{padding:20px}.help-search-box,.help-highlight-nav:not(.help-mobile-highlight-nav){display:none}.help-mobile-search-box{display:flex;align-items:center;padding:12px 16px;background-color:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;position:relative}.help-mobile-highlight-nav{display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);background-color:#fff;border-radius:24px;margin-bottom:0;box-shadow:0 4px 12px #0003;border:1px solid #e5e7eb;padding:8px 16px;z-index:100}.help-search-results{max-height:200px}.help-search-no-results{padding:24px}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.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__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.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.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.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-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.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-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.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.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.react-flow.ds-canvas{--ds-pane-bg: #f3f5f8;--ds-node-bg: #ffffff;--ds-node-border: #dce3ec;--ds-node-fg: #1e293b;--ds-node-muted: #94a3b8;--ds-node-update: #d97706;--ds-node-running: #eab308;--ds-node-error: #dc2626;--ds-node-success: #16a34a;--ds-node-header-bg: #f6f8fb;--ds-node-header-callworkflow: #dcecfb;--ds-node-callworkflow-fg: #1d4ed8;--ds-accent: #1e293b;--ds-edge: #b6bfca;--ds-handle: #9aa4b2;--ds-shadow: 0 2px 5px rgba(15, 23, 42, .22);--ds-shadow-hover: 0 4px 12px rgba(15, 23, 42, .16)}.react-flow.ds-canvas,.react-flow.ds-canvas .react-flow__pane{background-color:var(--ds-pane-bg)}.react-flow.ds-canvas .react-flow__edge-path{stroke:var(--ds-edge);stroke-width:2}.react-flow.ds-canvas .react-flow__edge.ds-inbound-edge .react-flow__edge-path{stroke:var(--ds-node-callworkflow-fg, #1d4ed8)}.react-flow.ds-canvas .react-flow__edge.selected .react-flow__edge-path,.react-flow.ds-canvas .react-flow__edge:focus .react-flow__edge-path,.react-flow.ds-canvas .react-flow__edge:focus-visible .react-flow__edge-path{stroke:var(--ds-accent);stroke-width:2.5}.react-flow.ds-canvas .react-flow__connection-path{stroke:var(--ds-accent);stroke-width:2}.react-flow.ds-canvas .react-flow__handle{width:9px;height:9px;background:var(--ds-handle);border:1.5px solid var(--ds-node-bg);transition:transform .1s ease,background-color .1s ease}.react-flow.ds-canvas .react-flow__handle:hover{background:var(--ds-accent);transform:scale(1.3)}.react-flow.ds-canvas .react-flow__handle.connecting,.react-flow.ds-canvas .react-flow__handle.react-flow__handle-connecting{background:var(--ds-accent)}.react-flow.ds-canvas .react-flow__node .ds-node-card{transition:box-shadow .12s ease,border-color .12s ease}.react-flow.ds-canvas .react-flow__node:not(.selected):hover .ds-node-card{box-shadow:var(--ds-shadow-hover);border-color:var(--ds-accent)}.react-flow.ds-canvas .react-flow__controls{border-radius:8px;overflow:hidden;box-shadow:var(--ds-shadow);border:1px solid var(--ds-node-border)}.react-flow.ds-canvas .react-flow__controls-button{background:var(--ds-node-bg);border-bottom:1px solid var(--ds-node-border);color:var(--ds-node-fg)}.react-flow.ds-canvas .react-flow__controls-button:hover{background:var(--ds-node-header-bg)}.react-flow.ds-canvas .react-flow__controls-button svg{fill:currentColor}.react-flow.ds-canvas .react-flow__minimap{border-radius:8px;overflow:hidden;box-shadow:var(--ds-shadow);border:1px solid var(--ds-node-border)}
