@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-main: #1976d2;--primary-light: #42a5f5;--primary-dark: #1565c0;--primary-contrast-text: #ffffff;--secondary-main: #dc004e;--secondary-light: #ff4081;--secondary-dark: #c51162;--secondary-contrast-text: #ffffff;--text-primary: #212121;--text-secondary: rgba(0, 0, 0, .6);--text-disabled: rgba(0, 0, 0, .38);--background-default: #f5f5f5;--background-paper: #ffffff;--background-elevated: #f9f9f9;--footer-background: #f0f0f0;--divider-color: rgba(0, 0, 0, .12);--border-color: rgba(0, 0, 0, .1);--link-color: var(--primary-main);--link-hover-color: var(--primary-dark);--code-background: #f5f5f5;--code-color: #333333;--code-border: #e0e0e0;--inline-code-background: rgba(0, 0, 0, .05);--inline-code-color: #d32f2f;--border-radius: 8px;--transition-duration: .3s;--card-shadow: 0 2px 8px rgba(0, 0, 0, .1);--focus-ring-color: rgba(25, 118, 210, .25);--is-dark-mode: 0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--primary-main: #0078d4;--primary-light: #4ca6ff;--primary-dark: #004c87;--primary-contrast-text: #ffffff;--secondary-main: #00b294;--secondary-light: #5ce6c7;--secondary-dark: #008066;--secondary-contrast-text: #000000;--text-primary: #f8f9fa;--text-secondary: rgba(255, 255, 255, .85);--text-disabled: rgba(255, 255, 255, .4);--background-default: #0f0f0f;--background-paper: #1a1a1a;--background-elevated: #242424;--footer-background: #161616;--divider-color: rgba(255, 255, 255, .08);--border-color: rgba(255, 255, 255, .06);--link-color: var(--primary-main);--link-hover-color: var(--primary-dark);--code-background: #1e1e1e;--code-color: #f0f6fc;--code-border: #303030;--inline-code-background: rgba(255, 255, 255, .08);--inline-code-color: #ff7b72;--card-shadow: 0 8px 32px rgba(0, 0, 0, .6), 0 2px 8px rgba(0, 0, 0, .4);--focus-ring-color: rgba(0, 120, 212, .6);--is-dark-mode: 1}}body{margin:0;color:var(--text-primary);background-color:var(--background-default);min-width:320px;min-height:100vh;box-sizing:border-box;transition:background-color var(--transition-duration) ease,color var(--transition-duration) ease}.color-primary{color:var(--primary-main)!important}.color-secondary{color:var(--secondary-main)!important}.color-text-primary{color:var(--text-primary)!important}.color-text-secondary{color:var(--text-secondary)!important}.bg-primary{background-color:var(--primary-main)!important}.bg-secondary{background-color:var(--secondary-main)!important}.bg-paper{background-color:var(--background-paper)!important}.bg-default{background-color:var(--background-default)!important}.bg-elevated{background-color:var(--background-elevated)!important}a{font-weight:500;color:var(--link-color);text-decoration:inherit;transition:color calc(var(--transition-duration) * .7) ease}a:hover{color:var(--link-hover-color)}h1{font-size:3.2em;line-height:1.1}button{border-radius:var(--border-radius);border:1px solid transparent}:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.dark-mode{--is-dark-mode: 1}.light-mode{--is-dark-mode: 0}pre,code{font-family:Fira Code,Courier New,Courier,monospace;transition:all var(--transition-duration) ease}pre{background-color:var(--code-background);color:var(--code-color);border:1px solid var(--code-border);border-radius:var(--border-radius);padding:1rem;overflow-x:auto;margin:1rem 0;font-size:.9rem;line-height:1.6}pre .keyword{color:#569cd6}pre .string{color:#ce9178}pre .comment{color:#6a9955}pre .number{color:#b5cea8}pre .operator{color:#d4d4d4}pre .function{color:#dcdcaa}pre .class-name{color:#4ec9b0}.dark-mode pre .keyword{color:#ff7b72}.dark-mode pre .string{color:#a5d6ff}.dark-mode pre .comment{color:#8b949e}.dark-mode pre .number{color:#79c0ff}.dark-mode pre .operator{color:#ff7b72}.dark-mode pre .function{color:#d2a8ff}.dark-mode pre .class-name{color:#ffa657}.light-mode pre .keyword{color:#00f}.light-mode pre .string{color:#a31515}.light-mode pre .comment{color:green}.light-mode pre .number{color:#098658}.light-mode pre .operator{color:#000}.light-mode pre .function{color:#795e26}.light-mode pre .class-name{color:#267f99}:not(pre)>code{background-color:var(--inline-code-background);color:var(--inline-code-color);padding:.1em .4em;border-radius:4px;font-size:.9em;white-space:nowrap}.documentation-section pre{border-left:4px solid var(--primary-main)}*{scrollbar-width:thin}.light-mode *::-webkit-scrollbar{width:8px;height:8px}.light-mode *::-webkit-scrollbar-track{background:#f5f5f5}.light-mode *::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.light-mode *::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dark-mode *::-webkit-scrollbar{width:8px;height:8px}.dark-mode *::-webkit-scrollbar-track{background:#161616;border-radius:6px}.dark-mode *::-webkit-scrollbar-thumb{background:#404040;border-radius:6px;border:1px solid #2a2a2a}.dark-mode *::-webkit-scrollbar-thumb:hover{background:#555;border-color:#333}footer{background-color:var(--footer-background)!important;border-top:1px solid var(--divider-color)!important}.MuiPaper-root,.MuiCard-root,.MuiAppBar-root,.MuiDrawer-paper{transition:background-color var(--transition-duration) ease,color var(--transition-duration) ease,border-color var(--transition-duration) ease,box-shadow var(--transition-duration) ease!important}.shadow-sm{box-shadow:0 1px 3px #0000001f!important}.dark-mode .shadow-sm{box-shadow:0 2px 8px #00000040!important}.shadow-md{box-shadow:var(--card-shadow)!important}.shadow-lg{box-shadow:0 8px 30px #00000026!important}.dark-mode .shadow-lg{box-shadow:0 12px 40px #000000b3,0 4px 16px #00000080!important}.shadow-ultra{box-shadow:0 20px 60px #0003!important}.dark-mode .shadow-ultra{box-shadow:0 25px 80px #000c,0 8px 32px #0009!important}.MuiTypography-root pre{background-color:var(--code-background);color:var(--code-color);margin:1.5rem 0}.rounded-sm{border-radius:4px!important}.rounded-md{border-radius:var(--border-radius)!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:16px!important}.rounded-full{border-radius:9999px!important}.custom-turnstile-dark iframe{background-color:#2d2d2dcc!important;filter:brightness(1.2)!important;border-radius:8px!important;box-shadow:0 0 10px #0003!important;opacity:.95!important}.turnstile-container{display:flex;justify-content:center;align-items:center;margin:10px 0;min-height:65px}.cf-turnstile{border-radius:8px!important;overflow:hidden!important}.cf-turnstile iframe{transition:all .3s ease-in-out!important}.turnstile-container:hover iframe{box-shadow:0 0 15px #0078d44d!important}.dark-mode body{background:linear-gradient(135deg,#0f0f0f,#161616);background-attachment:fixed}.dark-mode *:focus-visible:not(input):not(textarea):not([contenteditable]):not(.MuiIconButton-root):not([class*=floating]):not([class*=fab]):not([class*=Fab]){outline:2px solid var(--focus-ring-color);outline-offset:2px;box-shadow:0 0 0 4px #0078d41a}.dark-mode button:hover:not(.MuiIconButton-root):not([class*=floating]):not([class*=fab]):not([class*=Fab]){box-shadow:0 4px 16px #0006}.dark-mode .MuiButton-contained:hover{background:linear-gradient(135deg,var(--primary-main) 0%,var(--primary-dark) 100%)}.dark-mode .glass-effect{background:#1a1a1acc!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.05)!important;box-shadow:0 8px 32px #0009!important}.dark-mode pre::-webkit-scrollbar{width:6px;height:6px}.dark-mode pre::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.dark-mode pre::-webkit-scrollbar-thumb:hover{background:#555}.dark-mode .MuiPaper-root,.dark-mode .MuiCard-root,.dark-mode .MuiAppBar-root,.dark-mode .MuiDrawer-paper,.light-mode .MuiPaper-root,.light-mode .MuiCard-root,.light-mode .MuiAppBar-root,.light-mode .MuiDrawer-paper{transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.dark-mode input,.dark-mode textarea,.light-mode input,.light-mode textarea{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .15s ease}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.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 .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation: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;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.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:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;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:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;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{position:absolute;z-index:5;margin:15px}.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:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@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}.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-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.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-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,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.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 rgba(0,89,220,.8)}.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{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.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.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:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform: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:#3367d9;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%}[dir=rtl]{font-family:Vazirmatn,Roboto,Arial,sans-serif}[dir=rtl] input{text-align:right}[dir=rtl] .MuiInputLabel-root{left:auto;right:0;transform-origin:top right}[dir=rtl] .MuiInputLabel-formControl{transform:translate(-14px,-9px) scale(.75)}[dir=rtl] .MuiOutlinedInput-notchedOutline{text-align:right}
