@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{:scope:dir(ltr){ --tw-enter-translate-x: -100%; }:scope:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{:scope:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }:scope:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{:scope:dir(ltr){ --tw-enter-translate-x: 100%; }:scope:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{:scope:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }:scope:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{:scope:dir(ltr){ --tw-exit-translate-x: -100%; }:scope:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{:scope:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }:scope:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{:scope:dir(ltr){ --tw-exit-translate-x: 100%; }:scope:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{:scope:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }:scope:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}.flowzap-diagram-export{visibility:visible!important;opacity:1!important;background-color:#0000!important}.flowzap-diagram-export .react-flow__handle{opacity:1!important}.flowzap-diagram-export .react-flow__edge-path{stroke-width:2px!important;stroke-opacity:1!important}.flowzap-diagram-export .react-flow__minimap,.flowzap-diagram-export .react-flow__controls{display:none!important}.flowzap-diagram-export .react-flow__edge-textbg{fill:#ffffffbf!important;fill-opacity:.8!important;stroke:#0000001a!important;stroke-width:1px!important}.flowzap-diagram-export .react-flow__background,.flowzap-diagram-export .react-flow__dot,.flowzap-diagram-export .react-flow__background svg,.flowzap-diagram-export .react-flow__background path{opacity:0!important;visibility:hidden!important;display:none!important}.flowzap-diagram-export .react-flow,.flowzap-diagram-export .react-flow__renderer,.flowzap-diagram-export .react-flow__viewport,.flowzap-diagram-export .react-flow__container,.flowzap-diagram-export .react-flow__pane{background:0 0!important}.flowzap-diagram-export svg[data-background],.flowzap-diagram-export svg pattern,.flowzap-diagram-export .react-flow__dots,.flowzap-diagram-export path[stroke=\#eee],.flowzap-diagram-export .react-flow__background *{opacity:0!important;visibility:hidden!important;display:none!important}.flowzap-diagram-export defs,.flowzap-diagram-export pattern{display:none!important}.flowzap-diagram-export svg{background:0 0!important}.flowzap-diagram-export .react-flow__node{filter:drop-shadow(0 2px 3px #00000026)!important}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--font-body),sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--font-code),monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:hsl(var(--border));outline-color:hsl(var(--ring)/.5)}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-bottom-1{bottom:-.25rem}.bottom-36{bottom:9rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[15px\]{bottom:15px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-full{left:100%}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[calc\(100\%-6px\)\]{top:calc(100% - 6px)}.z-10{z-index:10}.z-50{z-index:50}.z-\[1001\]{z-index:1001}.z-\[2500\]{z-index:2500}.z-\[3000\]{z-index:3000}.order-1{order:1}.order-2{order:2}.order-3{order:3}.col-span-full{grid-column:1/-1}.float-right{float:right}.clear-both{clear:both}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-\[3px\]{margin-left:3px}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-\[3px\]{margin-right:3px}.mr-\[5px\]{margin-right:5px}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[2px\]{margin-top:2px}.mt-\[7px\]{margin-top:7px}.mt-auto{margin-top:auto}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0{height:0}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[35px\]{height:35px}.h-\[375px\]{height:375px}.h-\[550px\]{height:550px}.h-full{height:100%}.h-screen{height:100vh}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0}.min-h-16{min-height:4rem}.min-h-\[400px\]{min-height:400px}.min-h-\[56px\]{min-height:56px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0{width:0}.w-1\/2{width:50%}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[35px\]{width:35px}.w-\[360px\]{width:360px}.w-\[92vw\]{width:92vw}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[150px\]{min-width:150px}.min-w-\[280px\]{min-width:280px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[380px\]{max-width:380px}.max-w-\[64vw\]{max-width:64vw}.max-w-\[75vw\]{max-width:75vw}.max-w-\[820px\]{max-width:820px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-grabbing{cursor:grabbing}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-y-1{row-gap:.25rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){border-color:hsl(var(--border))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-8{border-bottom-width:8px}.border-b-\[6px\]{border-bottom-width:6px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-r{border-right-width:1px}.border-r-8{border-right-width:8px}.border-r-\[6px\]{border-right-width:6px}.border-t{border-top-width:1px}.border-t-\[6px\]{border-top-width:6px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#00BFFF\]{--tw-border-opacity:1;border-color:rgb(0 191 255/var(--tw-border-opacity,1))}.border-\[\#22162B\]\/30{border-color:#22162b4d}.border-\[\#451F55\]{--tw-border-opacity:1;border-color:rgb(69 31 85/var(--tw-border-opacity,1))}.border-\[\#553C69\]{--tw-border-opacity:1;border-color:rgb(85 60 105/var(--tw-border-opacity,1))}.border-\[\#C2ACD3\]{--tw-border-opacity:1;border-color:rgb(194 172 211/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-border{border-color:hsl(var(--border))}.border-current{border-color:currentColor}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-input{border-color:hsl(var(--input))}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-600{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-b-gray-200{--tw-border-opacity:1;border-bottom-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-b-transparent{border-bottom-color:#0000}.border-l-transparent{border-left-color:#0000}.border-r-transparent{border-right-color:#0000}.border-t-transparent{border-top-color:#0000}.border-opacity-30{--tw-border-opacity:.3}.bg-\[\#00BFFF\]{--tw-bg-opacity:1;background-color:rgb(0 191 255/var(--tw-bg-opacity,1))}.bg-\[\#22162B\]{--tw-bg-opacity:1;background-color:rgb(34 22 43/var(--tw-bg-opacity,1))}.bg-\[\#553C69\]{--tw-bg-opacity:1;background-color:rgb(85 60 105/var(--tw-bg-opacity,1))}.bg-\[\#F9F7FB\]{--tw-bg-opacity:1;background-color:rgb(249 247 251/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-25{--tw-bg-opacity:.25}.bg-opacity-30{--tw-bg-opacity:.3}.bg-opacity-50{--tw-bg-opacity:.5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pt-4{padding-top:1rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[20px\]{padding-bottom:20px}.pl-0{padding-left:0}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.font-heading{font-family:var(--font-h1),serif}.font-sans{font-family:var(--font-body),sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[12px\]{font-size:12px}.text-\[2rem\]{font-size:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[\.5em\]{letter-spacing:.5em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#00BFFF\]{--tw-text-opacity:1;color:rgb(0 191 255/var(--tw-text-opacity,1))}.text-\[\#22162B\]{--tw-text-opacity:1;color:rgb(34 22 43/var(--tw-text-opacity,1))}.text-\[\#451F55\]{--tw-text-opacity:1;color:rgb(69 31 85/var(--tw-text-opacity,1))}.text-\[\#724E91\]{--tw-text-opacity:1;color:rgb(114 78 145/var(--tw-text-opacity,1))}.text-\[\#C2ACD3\]{--tw-text-opacity:1;color:rgb(194 172 211/var(--tw-text-opacity,1))}.text-\[\#E9DFF0\]{--tw-text-opacity:1;color:rgb(233 223 240/var(--tw-text-opacity,1))}.text-\[var\(--primary-color\)\]{color:var(--primary-color)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-destructive{color:hsl(var(--destructive))}.text-foreground{color:hsl(var(--foreground))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}.zoom-in{--tw-enter-scale:0}.zoom-out{--tw-exit-scale:0}.duration-200{animation-duration:.2s}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.\[label\:\"Aller\"\]{label:"Aller"}.\[label\:\"Go\"\]{label:"Go"}.\[label\:\"No\"\]{label:"No"}.\[label\:\"Non\"\]{label:"Non"}.\[label\:\"Oui\"\]{label:"Oui"}.\[label\:\"Text\"\]{label:"Text"}.\[label\:\"Texte\"\]{label:"Texte"}.\[label\:\"Yes\"\]{label:"Yes"}.\[label\:\"不，重试\"\]{label:"不，重试"}.\[label\:\"前进\"\]{label:"前进"}.\[label\:\"否\"\]{label:"否"}.\[label\:\"文本\"\]{label:"文本"}.\[label\:\"是\"\]{label:"是"}.\[label\:\\\"否\\\"\]{label:\"否\"}.\[label\:\\\"是\\\"\]{label:\"是\"}[data-slot=dialog-content]{padding:1rem}.full-bleed-banner-bg{box-sizing:border-box;margin-bottom:16px;position:relative;left:auto;transform:none;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.full-bleed-inner{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:2rem 1rem;display:flex}@custom-variant dark (&:is(.dark*));:root{--font-family-base:var(--font-outfit),sans-serif;--font-family-heading:var(--font-playwrite),serif;--font-family-subheading:var(--font-outfit),sans-serif;--font-family-logo:var(--font-playwrite),serif;--font-family-code:var(--font-space-mono),monospace;--font-body:var(--font-family-base);--font-h1:var(--font-family-heading);--font-h2:var(--font-family-heading);--font-h3:var(--font-family-subheading);--font-h4:var(--font-family-subheading);--font-h5:var(--font-family-subheading);--font-h6:var(--font-family-subheading);--font-btn:var(--font-family-base);--font-input:var(--font-family-base);--font-code:var(--font-family-code);--primary-color:#724e91;--primary-hover:#724e91;--background-color:#fff;--text-color:#433c48;--header-bg:#fff;--border-color:#724e91;--primary-bg-light:#724e910d;--radius:.625rem;--background:#fff;--foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#e40014;--border:#e5e5e5;--input:#e5e5e5;--ring:#a1a1a1;--chart-1:#f05100;--chart-2:#009588;--chart-3:#104e64;--chart-4:#fcbb00;--chart-5:#f99c00;--sidebar:#fafafa;--sidebar-foreground:#0a0a0a;--sidebar-primary:#171717;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f5f5f5;--sidebar-accent-foreground:#171717;--sidebar-border:#e5e5e5;--sidebar-ring:#a1a1a1;--circle-icon-margin:0;--circle-icon-padding:0;--rectangle-icon-margin:0;--rectangle-icon-padding:0;--diamond-icon-margin:0;--diamond-icon-padding:0;--shape-color:#451f55;--shape-border-color:#724e91;--shape-text-color:#fff;--edge-color:#724e91;--desc-bg:var(--shape-color);--desc-text-color:var(--shape-text-color)}@supports (color:lab(0% 0 0)){:root{--background:lab(100% 0 0);--foreground:lab(2.75381% 0 0);--card:lab(100% 0 0);--card-foreground:lab(2.75381% 0 0);--popover:lab(100% 0 0);--popover-foreground:lab(2.75381% 0 0);--primary:lab(7.78201% -.0000149012 0);--primary-foreground:lab(98.26% 0 0);--secondary:lab(96.52% -.0000298023 .0000119209);--secondary-foreground:lab(7.78201% -.0000149012 0);--muted:lab(96.52% -.0000298023 .0000119209);--muted-foreground:lab(48.496% 0 0);--accent:lab(96.52% -.0000298023 .0000119209);--accent-foreground:lab(7.78201% -.0000149012 0);--destructive:lab(48.4493% 77.4328 61.5452);--border:lab(90.952% 0 -.0000119209);--input:lab(90.952% 0 -.0000119209);--ring:lab(66.128% -.0000298023 .0000119209);--chart-1:lab(57.1026% 64.2584 89.8886);--chart-2:lab(55.0223% -41.0774 -3.90277);--chart-3:lab(30.372% -13.1853 -18.7887);--chart-4:lab(80.1641% 16.6016 99.2089);--chart-5:lab(72.7183% 31.8672 97.9407);--sidebar:lab(98.26% 0 0);--sidebar-foreground:lab(2.75381% 0 0);--sidebar-primary:lab(7.78201% -.0000149012 0);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(96.52% -.0000298023 .0000119209);--sidebar-accent-foreground:lab(7.78201% -.0000149012 0);--sidebar-border:lab(90.952% 0 -.0000119209);--sidebar-ring:lab(66.128% -.0000298023 .0000119209)}}*{box-sizing:border-box;font-family:var(--font-body);margin:0;padding:0}.diagram-workspace-container{max-width:1400px;padding:6px 12px 12px}.section.diagram-workspace-container{box-sizing:border-box;width:100%;min-width:0;max-width:min(1400px,100%);margin-left:auto;margin-right:auto}.section.diagram-workspace-container>div.mt-6{min-width:0}.diagram-title{margin-bottom:10px}.diagram-subtitle{margin-bottom:24px}.diagram-input-row{gap:16px;margin-bottom:18px;display:flex}.diagram-input-row input{min-width:260px;margin-right:12px}.diagram-buttons{gap:14px;margin-bottom:18px;display:flex}.diagram-canvas-area{background:#faf7fc;border-radius:12px;min-height:420px;margin-top:16px;margin-bottom:32px}.diagram-footer-link{text-align:center;margin:32px auto 0;padding-bottom:24px;display:block}@media (max-width:900px){.diagram-workspace-container{padding:18px 4vw 16px}.section.diagram-workspace-container{max-width:100%;overflow-x:hidden}.diagram-canvas-area{min-height:220px;padding:10px}}html{overflow-x:hidden}body{background-color:var(--background-color);color:var(--text-color);width:100%;min-height:100vh;line-height:1.7;font-family:var(--font-body);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='560' preserveAspectRatio='none' viewBox='0 0 1920 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath2099%26quot%3b)' fill='none'%3e%3cline x1='1074.85' y1='235.85' x2='1159' y2='320' stroke='url(%23SvgjsLinearGradient2100)' stroke-width='1.28' stroke-linecap='round' filter='drop-shadow(0 0 3.2px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='1.2' cx='1159' cy='320' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='202.09' y1='215.09' x2='253' y2='266' stroke='url(%23SvgjsLinearGradient2101)' stroke-width='0.88' stroke-linecap='round' filter='drop-shadow(0 0 2.2px rgba(233%2c 223%2c 240%2c 1))'%3e%3c/line%3e%3ccircle r='0.825' cx='253' cy='266' fill='rgba(233%2c 223%2c 240%2c 1)' filter='drop-shadow(0 0 4px rgba(233%2c 223%2c 240%2c 1))'%3e%3c/circle%3e%3cline x1='1085.21' y1='277.21' x2='1134' y2='326' stroke='url(%23SvgjsLinearGradient2102)' stroke-width='1.12' stroke-linecap='round' filter='drop-shadow(0 0 2.8px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/line%3e%3ccircle r='1.05' cx='1134' cy='326' fill='rgba(69%2c 31%2c 85%2c 1)' filter='drop-shadow(0 0 4px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/circle%3e%3cline x1='657.65' y1='215.65' x2='722' y2='280' stroke='url(%23SvgjsLinearGradient2103)' stroke-width='1.52' stroke-linecap='round' filter='drop-shadow(0 0 3.8px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/line%3e%3ccircle r='1.425' cx='722' cy='280' fill='rgba(34%2c 22%2c 43%2c 1)' filter='drop-shadow(0 0 4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/circle%3e%3cline x1='535.57' y1='392.57' x2='578' y2='435' stroke='url(%23SvgjsLinearGradient2104)' stroke-width='1.44' stroke-linecap='round' filter='drop-shadow(0 0 3.6px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='1.35' cx='578' cy='435' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='1249.34' y1='311.34' x2='1325' y2='387' stroke='url(%23SvgjsLinearGradient2105)' stroke-width='1.12' stroke-linecap='round' filter='drop-shadow(0 0 2.8px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/line%3e%3ccircle r='1.05' cx='1325' cy='387' fill='rgba(69%2c 31%2c 85%2c 1)' filter='drop-shadow(0 0 4px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/circle%3e%3cline x1='344.24' y1='318.24' x2='410' y2='384' stroke='url(%23SvgjsLinearGradient2106)' stroke-width='0.96' stroke-linecap='round' filter='drop-shadow(0 0 2.4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.9' cx='410' cy='384' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='742.47' y1='252.47' x2='845' y2='355' stroke='url(%23SvgjsLinearGradient2107)' stroke-width='1.28' stroke-linecap='round' filter='drop-shadow(0 0 3.2px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/line%3e%3ccircle r='1.2' cx='845' cy='355' fill='rgba(34%2c 22%2c 43%2c 1)' filter='drop-shadow(0 0 4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/circle%3e%3cline x1='746.88' y1='-53.12' x2='848' y2='48' stroke='url(%23SvgjsLinearGradient2108)' stroke-width='0.88' stroke-linecap='round' filter='drop-shadow(0 0 2.2px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.825' cx='848' cy='48' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='1419.67' y1='446.67' x2='1472' y2='499' stroke='url(%23SvgjsLinearGradient2109)' stroke-width='1.2' stroke-linecap='round' filter='drop-shadow(0 0 3px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='1.125' cx='1472' cy='499' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='1142.59' y1='223.59' x2='1243' y2='324' stroke='url(%23SvgjsLinearGradient2110)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/line%3e%3ccircle r='0.975' cx='1243' cy='324' fill='rgba(34%2c 22%2c 43%2c 1)' filter='drop-shadow(0 0 4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/circle%3e%3cline x1='105.88' y1='297.88' x2='207' y2='399' stroke='url(%23SvgjsLinearGradient2111)' stroke-width='0.8' stroke-linecap='round' filter='drop-shadow(0 0 2px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.75' cx='207' cy='399' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='540.13' y1='108.13' x2='637' y2='205' stroke='url(%23SvgjsLinearGradient2112)' stroke-width='1.2' stroke-linecap='round' filter='drop-shadow(0 0 3px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/line%3e%3ccircle r='1.125' cx='637' cy='205' fill='rgba(69%2c 31%2c 85%2c 1)' filter='drop-shadow(0 0 4px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/circle%3e%3cline x1='1565.32' y1='-3.68' x2='1653' y2='84' stroke='url(%23SvgjsLinearGradient2113)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/line%3e%3ccircle r='0.975' cx='1653' cy='84' fill='rgba(34%2c 22%2c 43%2c 1)' filter='drop-shadow(0 0 4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/circle%3e%3cline x1='1599.82' y1='-31.18' x2='1638' y2='7' stroke='url(%23SvgjsLinearGradient2114)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.975' cx='1638' cy='7' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='-56.58' y1='179.42' x2='41' y2='277' stroke='url(%23SvgjsLinearGradient2115)' stroke-width='0.96' stroke-linecap='round' filter='drop-shadow(0 0 2.4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/line%3e%3ccircle r='0.9' cx='41' cy='277' fill='rgba(34%2c 22%2c 43%2c 1)' filter='drop-shadow(0 0 4px rgba(34%2c 22%2c 43%2c 1))'%3e%3c/circle%3e%3cline x1='1377.38' y1='186.38' x2='1429' y2='238' stroke='url(%23SvgjsLinearGradient2116)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/line%3e%3ccircle r='0.975' cx='1429' cy='238' fill='rgba(69%2c 31%2c 85%2c 1)' filter='drop-shadow(0 0 4px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/circle%3e%3cline x1='1203.48' y1='254.48' x2='1265' y2='316' stroke='url(%23SvgjsLinearGradient2117)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.975' cx='1265' cy='316' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='1022.76' y1='-36.24' x2='1126' y2='67' stroke='url(%23SvgjsLinearGradient2118)' stroke-width='1.52' stroke-linecap='round' filter='drop-shadow(0 0 3.8px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='1.425' cx='1126' cy='67' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='884.99' y1='-17.01' x2='926' y2='24' stroke='url(%23SvgjsLinearGradient2119)' stroke-width='1.52' stroke-linecap='round' filter='drop-shadow(0 0 3.8px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/line%3e%3ccircle r='1.425' cx='926' cy='24' fill='rgba(69%2c 31%2c 85%2c 1)' filter='drop-shadow(0 0 4px rgba(69%2c 31%2c 85%2c 1))'%3e%3c/circle%3e%3cline x1='883.06' y1='-94.94' x2='987' y2='9' stroke='url(%23SvgjsLinearGradient2120)' stroke-width='1.52' stroke-linecap='round' filter='drop-shadow(0 0 3.8px rgba(233%2c 223%2c 240%2c 1))'%3e%3c/line%3e%3ccircle r='1.425' cx='987' cy='9' fill='rgba(233%2c 223%2c 240%2c 1)' filter='drop-shadow(0 0 4px rgba(233%2c 223%2c 240%2c 1))'%3e%3c/circle%3e%3cline x1='1100.21' y1='387.21' x2='1149' y2='436' stroke='url(%23SvgjsLinearGradient2121)' stroke-width='1.36' stroke-linecap='round' filter='drop-shadow(0 0 3.4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='1.275' cx='1149' cy='436' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3cline x1='1711.99' y1='35.99' x2='1753' y2='77' stroke='url(%23SvgjsLinearGradient2122)' stroke-width='0.88' stroke-linecap='round' filter='drop-shadow(0 0 2.2px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/line%3e%3ccircle r='0.825' cx='1753' cy='77' fill='rgba(114%2c 78%2c 145%2c 1)' filter='drop-shadow(0 0 4px rgba(114%2c 78%2c 145%2c 1))'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath2099'%3e%3crect width='1920' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3clinearGradient x1='1159' y1='320' x2='1074.85' y2='235.85' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2100'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='253' y1='266' x2='202.09' y2='215.09' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2101'%3e%3cstop stop-opacity='1' stop-color='rgba(233%2c 223%2c 240%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(233%2c 223%2c 240%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(233%2c 223%2c 240%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1134' y1='326' x2='1085.21' y2='277.21' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2102'%3e%3cstop stop-opacity='1' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='722' y1='280' x2='657.65' y2='215.65' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2103'%3e%3cstop stop-opacity='1' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='578' y1='435' x2='535.57' y2='392.57' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2104'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1325' y1='387' x2='1249.34' y2='311.34' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2105'%3e%3cstop stop-opacity='1' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='410' y1='384' x2='344.24' y2='318.24' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2106'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='848' y1='48' x2='746.88' y2='-53.12' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2108'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1472' y1='499' x2='1419.67' y2='446.67' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2109'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1243' y1='324' x2='1142.59' y2='223.59' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2110'%3e%3cstop stop-opacity='1' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='207' y1='399' x2='105.88' y2='297.88' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2111'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='637' y1='205' x2='540.13' y2='108.13' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2112'%3e%3cstop stop-opacity='1' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(69%2c 31%2c 85%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1653' y1='84' x2='1565.32' y2='-3.68' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2113'%3e%3cstop stop-opacity='1' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1638' y1='7' x2='1599.82' y2='-31.18' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2114'%3e%3cstop stop-opacity='1' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(114%2c 78%2c 145%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='41' y1='277' x2='-56.58' y2='179.42' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2115'%3e%3cstop stop-opacity='1' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(34%2c 22%2c 43%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-position:top;background-repeat:no-repeat;background-size:100%;flex-direction:column;margin:0;display:flex;overflow-x:hidden}main{flex-direction:column;flex:1 0 auto;width:100%;display:flex;overflow-x:visible}.full-bleed-banner{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;left:auto;transform:none;border-radius:0!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.mb-24{margin-bottom:24px!important}.mt-32{margin-top:32px!important}.px-32{padding-left:32px!important;padding-right:32px!important}.pt-24{padding-top:24px!important}.pb-24{padding-bottom:24px!important}.diagram-meta{color:#4b5563;font-size:.875rem}.diagram-delete-link{font-size:.9rem}.header,header{z-index:100;background-color:#0000;justify-content:space-between;align-items:center;width:100%;height:120px;padding:0 24px;display:flex;position:relative;top:0}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;display:flex}.header-left{align-items:center;display:flex}.header-right{align-items:center;gap:16px;display:flex}.header-right>div{flex-direction:row;align-items:center;gap:16px;display:flex}.logo{font-family:var(--font-h1);font-optical-sizing:auto;color:#22162b;letter-spacing:normal;font-size:38px;font-style:normal;font-weight:400;font-stretch:100%;line-height:initial;opacity:1;align-items:center;text-decoration:none;transition-property:opacity,transform;transition-duration:.35s;display:flex;justify-content:flex-start!important;margin-left:10px!important}main,.main-content{max-width:1440px;margin:0 auto;padding:10px 8px}.hero-mockup{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;max-width:1440px;margin:0 auto;padding:0 0 10px;display:flex}.hero-text{min-width:0;max-width:50%;font-family:var(--font-body);flex:50%;margin-left:0}.hero-text h1{font-family:var(--font-body);color:#22162b;margin-bottom:44px;font-size:4.3rem;font-weight:400;line-height:1}.hero-text p{color:#724e91;font-size:1.4rem;font-family:var(--font-body);margin-bottom:10px;font-weight:500;line-height:2rem}.hero-text p.font-semibold{color:#433c48;margin-bottom:22px;font-size:1.2rem;font-weight:500;line-height:2rem}.hero-text .btn,.hero-text button,.hero-text a.button{min-width:120px;font-size:1rem;font-family:var(--font-body);text-align:left;margin-top:24px;font-weight:600}.hero-mockup-img{flex:50%;justify-content:flex-end;align-items:flex-start;width:100%;min-width:0;max-width:50%;display:flex}.hero-mockup-img img{border-radius:10px;width:100%;max-width:100%;height:auto}@media (max-width:428px){.home-hero .hero-text h1{margin-bottom:18px;font-size:2.2rem}}@media (max-width:1200px){.hero-mockup{gap:24px;max-width:100vw;padding:0 8px}.hero-text,.hero-mockup-img{max-width:100%}}@media (max-width:900px){.hero-mockup{flex-direction:column;gap:32px;max-width:98vw}.hero-mockup-img{min-width:0;max-width:100%}.hero-text{max-width:100%}.hero-text .btn,.hero-text button,.hero-text a.button{margin-top:12px}}.footer,footer{color:#fff;border-top:2px solid var(--primary-color);font-family:var(--font-body);text-align:center;background-color:#22162b;width:100%;padding:32px 24px;font-size:14px}.footer a,footer a{color:var(--primary-color);font-family:var(--font-body);text-decoration:none}.footer a:hover,footer a:hover{text-decoration:underline}.font-mono{font-family:Noto Sans,sans-serif!important}.font-body{font-family:var(--font-body)}h1,h2{font-family:var(--font-h1);color:#451f55;margin-bottom:1rem;font-weight:700}h3,h4,h5,h6{font-family:var(--font-body);margin-bottom:1rem;font-weight:700}.flowzap-code-page .prose h2{color:var(--primary-color);margin-top:1.5rem}.flowzap-code-page .prose h3{color:var(--primary-color)}.blog-content h2{margin-top:1.5rem!important}.blog-content h3{margin-top:1.25rem!important}p,span,div{font-family:var(--font-body)}.heading-primary{font-family:var(--font-body);color:var(--text-color);font-weight:700}.heading-secondary{font-family:var(--font-body);color:var(--primary-color);font-weight:700}.form-input{border:2px solid var(--primary-color);background-color:var(--primary-bg-light);width:100%;color:var(--text-color);border-radius:0;outline:none;padding:.75rem}.form-input:focus{box-shadow:0 0 0 2px #654e7a}.auth-form .form-input{width:100%;max-width:320px;margin:0 auto;display:block}.auth-form .form-label{text-align:center;margin-bottom:.5rem}.form-label{font-family:var(--font-body);color:var(--primary-color);margin-bottom:.5rem;font-size:.875rem;display:block}.form-checkbox{accent-color:var(--primary-color)}#code-gen-dialog-inner-content{padding:0!important}div[data-radix-dialog-content].code-gen-dialog-content{max-width:304px!important}.flowzap-code-textarea{box-sizing:border-box!important;resize:vertical!important;background-color:#f9f7fb!important;border-color:#c2acd3!important;width:100%!important;min-height:8.75rem!important;max-height:70vh!important;padding-left:2rem!important;padding-right:2rem!important}.flowzap-code-textarea:focus-visible,.flowzap-code-textarea:focus{box-shadow:none!important;background-color:#f9f7fb!important;border-color:#c2acd3!important;outline:none!important}.auth-card{background-color:#fff!important;border-radius:0!important;padding:1.25rem!important;box-shadow:0 4px 12px #0000001a!important}.auth-title{text-align:center!important;font-size:1.5rem!important;font-weight:700!important;font-family:var(--font-body)!important;margin-bottom:.75rem!important}.auth-divider{background-color:#451f55!important;width:80px!important;height:4px!important;margin:0 auto 1.25rem!important}.auth-form-label{color:#451f55!important;text-transform:uppercase!important;font-size:.875rem!important;font-weight:500!important;font-family:var(--font-body)!important;margin-bottom:.35rem!important;display:block!important}.auth-form-input{border:1px solid #cdd2d5!important;border-radius:0!important;width:auto!important;max-width:16rem!important;margin-bottom:1rem!important;padding:.75rem 1rem!important;font-size:1rem!important;transition:all .2s ease-in-out!important}.auth-form-input:focus{border-color:#451f55!important;outline:none!important;box-shadow:0 0 0 2px #654e7a!important}.auth-form-checkbox{margin-right:.5rem!important}.auth-form-button{color:#fff!important;text-transform:uppercase!important;cursor:pointer!important;background-color:#724e91!important;border:none!important;border-radius:0!important;width:auto!important;margin-top:.75rem!important;margin-bottom:.75rem!important;padding:.75rem 1.5rem!important;font-family:Noto Sans,sans-serif!important;font-weight:700!important}.auth-form-button:hover{background-color:#724e91!important}.auth-form-link{color:#724e91!important;text-transform:uppercase!important;font-family:Noto Sans,sans-serif!important;font-size:.875rem!important;text-decoration:underline!important}.auth-form-link:hover{text-decoration:none!important}.auth-form-footer{text-align:center!important;margin-top:1rem!important}.auth-form-group{margin-top:1.5rem!important;margin-bottom:1rem!important}.prose a,.about-page a,.flowzap-code-page .prose a{color:#724e91;text-decoration:underline}.auth-form-error{color:#9e0a0a!important;margin-top:.5rem!important;margin-bottom:.5rem!important;font-size:.875rem!important}.btn{font-family:var(--font-body);text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;cursor:pointer;text-transform:uppercase;border:2px solid #0000;padding:8px 16px;font-size:14px;font-weight:700;line-height:1.5;text-decoration:none;transition:all .15s ease-in-out;display:inline-block}.btn-primary{color:#fff;background-color:#724e91;border-color:#724e91}.btn-primary:hover{background-color:#451f55;border-color:#724e91}.btn-outline{color:#724e91;background-color:#0000;border-color:#724e91}.btn-outline:hover{color:#fff;background-color:#724e91}.auth-form-button+.btn-outline{margin-left:2rem}.btn-darkpurple{color:#e9dff0!important;background-color:#22162b!important}.btn-darkpurple:hover{color:#fff!important;background-color:#451f55!important}.btn-lila{color:#22162b;background-color:#e9dff0}.btn-lila:hover{color:#fff;background-color:#451f55}.card{border:2px solid var(--primary-color);background-color:#fff;transition:all .3s;overflow:hidden}.card:hover{box-shadow:0 10px 20px #654e7a}.card-header{border-bottom:2px solid var(--primary-color);background-color:#654e7a;padding:16px}.card-title{font-family:var(--font-body);color:var(--text-color);font-size:18px;font-weight:700}.card-title:before{content:"> ";color:var(--primary-color)}.card-content{flex-grow:1;padding:16px}.card-footer{border-top:1px solid #654e7a;justify-content:center;padding:16px;display:flex}.playwrite-heading{font-weight:400;font-family:var(--font-h1)!important}.footer-separator{color:#724e91}.footer-logo{font-size:23px}.section{margin-bottom:0}.section-title{font-family:var(--font-body);color:#22162b;margin-bottom:16px;font-size:2.7rem;font-weight:400;display:inline-block;position:relative}.dashboard-team-overview-title.section-title,.dashboard-section-title.section-title{font-family:var(--font-body);color:#724e91;font-size:1.25rem!important}.blog-article-page .blog-article-title{line-height:1.1}.section-title:after{content:"";background-color:var(--primary-color);width:100%;height:2px;position:absolute;bottom:-8px;left:0}.section-description{max-width:800px;margin-bottom:32px}.section.full-width-desc{margin-bottom:20px}.section.features-section{margin-bottom:0}.section.full-width-desc .section-description{width:100%;max-width:none}footer .flex.items-center.justify-end{color:#724e91!important}footer .lucide-globe{margin-right:3px!important}footer select{color:#c2acd3!important}.section.full-width-desc{padding-left:0!important;padding-right:0!important}.section.full-width-desc>div.mt-6{width:100%!important;max-width:none!important;margin-top:10px!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}@media (min-width:768px){.section.full-width-desc{padding-top:0!important}}.section.full-width-desc>p,.section.full-width-desc .mt-6>p.font-semibold{margin-left:auto;margin-right:auto;text-align:center!important;color:#724e91!important;font-size:1.125rem!important}.section.compact>div.mt-6{margin-top:0!important}.section.featured-templates-section{padding-top:2.5rem!important}.playwrite-heading{text-align:center;width:100%;font-weight:400;display:block;font-family:var(--font-h1)!important;margin-bottom:1.1rem!important;font-size:1.75rem!important}.pricing-title{margin-bottom:0!important}.cursor{background-color:var(--primary-color);vertical-align:middle;width:10px;height:20px;margin-left:4px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.divider-primary{background-color:var(--primary-color);width:4rem;height:.25rem;margin:0 auto}.bg-primary-light{background-color:var(--primary-bg-light)}.border-primary{border-color:var(--primary-color)}.text-primary{color:var(--primary-color)}.text-body{color:var(--text-color)}.edit-delete-separator{padding-left:1rem;padding-right:1rem}.project-card-links,.project-card-stats,.project-card-timestamp{margin-top:.5rem;margin-bottom:.5rem}.page-header{text-align:center;margin-bottom:30px}.page-title{font-family:var(--font-body);color:var(--text-color);margin-bottom:16px;font-size:48px;font-weight:700}.page-subtitle{font-family:var(--font-body);color:var(--primary-color);max-width:800px;margin:0 auto;font-size:20px}.mockups-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:20px;margin-bottom:10px;display:grid}.mockup-card{border:2px solid var(--primary-color);background-color:#fff;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.mockup-card:hover{z-index:10;position:relative;transform:translateY(-5px);box-shadow:0 10px 20px #654e7a}.mockup-header{border-bottom:2px solid var(--primary-color);background-color:#e9dff0;align-items:center;gap:.5rem;padding:16px;display:flex}.mockup-title{font-family:var(--font-body);color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.125rem;font-weight:730;overflow:hidden}.mockup-title:before{content:"";color:var(--primary-color)}.mockup-subtitle{font-family:var(--font-body);color:#724e91;text-align:center;margin:0;padding-top:10px;font-size:.95rem;font-weight:600}.mockup-content{flex-direction:column;flex-grow:1;align-items:flex-start;padding:8px 16px;display:flex}.mockup-content.text-center{align-items:center}.mockup-description{color:var(--text-color);margin-top:2px;margin-bottom:2px}.mockup-footer{flex-direction:column;align-items:flex-start;margin-bottom:6px;padding:12px 16px;display:flex}.playwrite-heading:after{content:"";background-color:#451f55;width:100px;height:2px;margin:.5rem auto 0;display:block}footer .playwrite-heading:after,.footer .playwrite-heading:after{display:none}.features-section .mockup-card{text-align:center;background-color:#0000;align-items:center;padding:20px;border:none!important}.features-section .mockup-card:hover{box-shadow:none!important;z-index:auto!important;transform:none!important}.features-section .mockup-title{font-weight:600!important}.features-section .mockup-subtitle{padding-top:0;font-size:1.9rem!important;font-weight:400!important}@media (max-width:768px){.mockups-grid{grid-template-columns:repeat(2,1fr)}.page-title{font-size:28px}.page-subtitle{font-size:18px}.section-title{font-size:28px}.login-register-buttons{display:none!important}}@media (max-width:576px){.mockups-grid{grid-template-columns:1fr}.page-title{font-size:28px}.page-subtitle{font-size:16px}.section-title{font-size:24px}.responsive-demo{padding:16px}}.container{width:100%;max-width:100%;overflow-x:hidden}.design-system{flex-wrap:wrap;gap:32px;margin-bottom:48px;display:flex}.design-system-item{flex:1;min-width:300px}.design-system-title{font-family:var(--font-body);color:var(--text-color);margin-bottom:16px;font-size:20px;font-weight:700}.design-system-title:before{content:"> ";color:var(--primary-color)}.color-palette{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.color-swatch{width:80px;height:80px;font-family:var(--font-body);flex-direction:column;justify-content:center;align-items:center;font-size:12px;display:flex}.color-name{text-align:center;margin-top:8px}.typography-sample{margin-bottom:16px}.typography-label{font-family:var(--font-body);color:var(--primary-color);margin-bottom:4px;font-size:12px}.responsive-demo{border:2px solid var(--primary-color);text-align:center;margin-bottom:48px;padding:24px}.responsive-title{font-family:var(--font-body);color:var(--text-color);margin-bottom:16px;font-size:24px;font-weight:700}.responsive-description{margin-bottom:24px}.responsive-image{border:2px solid var(--primary-color);max-width:100%;height:auto;margin-bottom:24px}@media (max-width:768px){.page-title{font-size:28px}.page-subtitle{font-size:18px}.section-title{font-size:28px}.mockups-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.login-register-buttons{display:none!important}}@media (max-width:576px){.page-title{font-size:28px}.page-subtitle{font-size:16px}.section-title{font-size:24px}}.mobile-menu-button{color:var(--primary-color);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:24px;display:flex}.mobile-side-panel{z-index:1000;will-change:transform;background-color:#22162b;flex-direction:column;width:min(90vw,350px);max-width:350px;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 10px #0000004d}@media (min-width:1280px){.mobile-side-panel{width:35%}}.mobile-side-panel.closed{transform:translate(100%)}.mobile-side-panel.open{z-index:3001;margin-left:0!important;left:auto!important;transform:translate(0)!important}.mobile-menu-overlay{z-index:999;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100vh;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-side-panel-header{justify-content:flex-start;padding:16px 16px 0 40px;display:flex}.mobile-side-panel-close{color:#e9dff0;cursor:pointer;background:0 0;border:none;font-size:20px}.mobile-side-panel-close:hover svg,.mobile-side-panel-close:hover svg path,.mobile-side-panel-close:hover svg rect{stroke:#724e91!important}.mobile-side-panel-content{flex-direction:column;flex:1;gap:10px;padding:24px 16px;display:flex}.mobile-menu-item{width:100%;font-family:var(--font-body);color:#553c69;text-align:left;background:0 0;border:none;padding:1rem 1.5rem;font-size:20px;font-weight:700;text-decoration:none;display:block}.mobile-menu-item:hover{color:#c2acd3;background-color:#0000}.mobile-menu-item.primary{color:#553c69;background-color:#451f55}.mobile-menu-item.primary:hover{background-color:#451f55}.mobile-menu-username{text-align:center;color:#451f55;font-family:var(--font-body);margin-bottom:16px;font-weight:700}.stats-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;width:100%;display:grid}@media (min-width:401px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:581px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dark{--background:#0a0a0a;--foreground:#fafafa;--card:#171717;--card-foreground:#fafafa;--popover:#171717;--popover-foreground:#fafafa;--primary:#e5e5e5;--primary-foreground:#171717;--secondary:#262626;--secondary-foreground:#fafafa;--muted:#262626;--muted-foreground:#a1a1a1;--accent:#262626;--accent-foreground:#fafafa;--destructive:#ff6568;--border:#ffffff1a;--input:#ffffff26;--ring:#737373;--chart-1:#1447e6;--chart-2:#00bb7f;--chart-3:#f99c00;--chart-4:#ac4bff;--chart-5:#ff2357;--sidebar:#171717;--sidebar-foreground:#fafafa;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#262626;--sidebar-accent-foreground:#fafafa;--sidebar-border:#ffffff1a;--sidebar-ring:#737373}@supports (color:lab(0% 0 0)){.dark{--background:lab(2.75381% 0 0);--foreground:lab(98.26% 0 0);--card:lab(7.78201% -.0000149012 0);--card-foreground:lab(98.26% 0 0);--popover:lab(7.78201% -.0000149012 0);--popover-foreground:lab(98.26% 0 0);--primary:lab(90.952% 0 -.0000119209);--primary-foreground:lab(7.78201% -.0000149012 0);--secondary:lab(15.204% 0 -.00000596046);--secondary-foreground:lab(98.26% 0 0);--muted:lab(15.204% 0 -.00000596046);--muted-foreground:lab(66.128% -.0000298023 .0000119209);--accent:lab(15.204% 0 -.00000596046);--accent-foreground:lab(98.26% 0 0);--destructive:lab(63.7053% 60.745 31.3109);--border:lab(100% 0 0/.1);--input:lab(100% 0 0/.15);--ring:lab(48.496% 0 0);--chart-1:lab(36.9089% 35.0961 -85.6872);--chart-2:lab(66.9756% -58.27 19.5419);--chart-3:lab(72.7183% 31.8672 97.9407);--chart-4:lab(52.0183% 66.11 -78.2316);--chart-5:lab(56.101% 79.4328 31.4532);--sidebar:lab(7.78201% -.0000149012 0);--sidebar-foreground:lab(98.26% 0 0);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(15.204% 0 -.00000596046);--sidebar-accent-foreground:lab(98.26% 0 0);--sidebar-border:lab(100% 0 0/.1);--sidebar-ring:lab(48.496% 0 0)}}@theme inline{--radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring);}[data-slot=dialog-overlay]{opacity:1!important;z-index:1000!important;background-color:#0009!important;width:100vw!important;height:100vh!important;display:block!important;position:fixed!important;inset:0!important}.react-flow__handle-top{top:-8px!important;left:50%!important;transform:translate(-50%)!important}.react-flow__handle-bottom{bottom:-8px!important;left:50%!important;transform:translate(-50%)!important}.react-flow__handle-left{top:50%!important;left:-8px!important;transform:translateY(-50%)!important}.react-flow__handle-right{top:50%!important;right:-8px!important;transform:translateY(-50%)!important}.react-flow__pane{background-color:#f7f7f7!important;background-image:radial-gradient(#d1d5db 1px,#0000 1px)!important;background-size:16px 16px!important}[data-slot=dialog-content]{z-index:10000!important;background-color:#fff!important;padding:22px!important}.cookie-consent-banner{color:#22162b;z-index:2000;background-color:#fff;flex-direction:column;align-items:center;width:100%;padding:24px 16px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 8px #0000001a}.cookie-consent-banner .message{text-align:center;width:100%;max-width:1024px;font-size:.75rem}.cookie-consent-banner .actions{justify-content:center;width:100%;margin-top:12px;display:flex}@media (min-width:480px){.cookie-consent-banner .actions{width:auto}}@media (min-width:640px){.cookie-consent-banner{flex-direction:row;justify-content:center;padding:32px 24px}.cookie-consent-banner .message{text-align:left;width:auto;margin:0;font-size:.875rem}.cookie-consent-banner .actions{width:auto;margin-top:0;margin-left:16px}}[class~="max-w-[380px]"]{padding:38px!important}@media (min-width:1280px){.diagram-workspace-container .diagram-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.diagram-workspace-container .diagram-header>div:first-child,.diagram-workspace-container .diagram-header>div:last-child{align-items:center;gap:1rem;display:flex}.diagram-workspace-container .diagram-header .auth-form-input{height:auto!important;padding-top:.5rem!important;padding-bottom:.5rem!important}}.diagram-header{margin-bottom:1rem;position:relative}@media (min-width:1280px){.diagram-header .diagram-button-group{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);justify-content:center!important;align-items:center!important;gap:1rem!important;margin:0!important;padding:0!important;display:flex!important}}.diagram-workspace-container .diagram-header-input{margin-bottom:0!important}.flex.space-x-4>*+*{margin-left:1rem!important}@media (max-width:639px){.flex.flex-col.sm\:flex-row.space-y-2,.flex.flex-col.sm\:flex-row.space-y-2.flex-shrink-0{margin-bottom:1rem!important}.flex.flex-col.sm\:flex-row.space-y-2>.btn.btn-outline{width:auto!important;max-width:100px!important}.flex.flex-col.sm\:flex-row.space-y-2>*,.flex.flex-col.sm\:flex-row.space-y-2.flex-shrink-0>*{width:100%!important;margin-bottom:1rem!important}.project-description-actions,.project-diagrams-actions{flex-direction:column!important;gap:1rem!important;display:flex!important}.project-description-actions>*,.project-diagrams-actions>*{width:100%!important;margin-bottom:1rem!important}}:root{--circle-icon-margin:0;--circle-icon-padding:0;--rectangle-icon-margin:0;--rectangle-icon-padding:0;--diamond-icon-margin:0;--diamond-icon-padding:0}.lucide-dock,.lucide-circle,.lucide-rectangle-horizontal,.lucide-diamond,.lucide-scroll-text{margin:-2px -10px!important;display:block!important}.swatch-circle{border-width:1px!important;border-color:#888!important}.price-card{border-radius:0}.price-card .mockup-header{background-color:#0000;border-bottom:none}.price-card .mockup-title{color:#fff;font-family:var(--font-h1);text-align:center}.price-card ul{margin:0;padding:0;list-style:none}.price-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:2rem;width:100%;margin-bottom:48px;display:grid}@media (max-width:768px){.price-grid{grid-template-columns:1fr}.price-card{padding:1.5rem 1rem}.price-card .mockup-title{font-size:1.75rem}.price-card .mockup-content p,.price-card .mockup-content ul{font-size:1.1rem}}.price-card{box-sizing:border-box;color:#fff;background-color:#451f55;flex-direction:column;justify-content:space-between;justify-self:stretch;align-items:center;display:flex;width:100%!important;max-width:100%!important}.price-card .mockup-title{font-size:2rem}.price-card .mockup-content p{font-size:1.25rem;font-weight:700}.price-card .mockup-content ul{font-size:1.15rem;font-weight:400}.price-card .mockup-content p span,.price-card .mockup-content ul span{color:#e9dff0;font-weight:700}.price-btn{background-color:var(--primary-color);color:#fff;text-align:center;width:100%;margin-top:1rem;padding:.75rem 1rem;font-size:1rem;font-weight:600}.price-btn:hover{background-color:#5e3f7e}.price-text{color:#c2acd3!important}.price-grid .price-card:nth-child(2){box-sizing:border-box;width:90%;max-width:600px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;background-color:#22162b!important}.flowzap-code-page{padding-left:0!important}.announcement-bar{color:#fff;z-index:200;background:linear-gradient(90deg,#451f55 0%,#4e9547 50%,#451f55 100%);justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:34px;padding:5px 1rem;font-size:.825rem;display:flex;position:relative}@media (max-width:767px){.announcement-bar{height:65px}.announcement-bar span{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}}.price-card .mockup-title:after{content:"";background-color:#724e91;width:200px;height:2px;margin:.5rem auto 0;display:block}.full-bleed-inner.price-card .mockup-title:after{background-color:#fff}@media (max-width:1279px){footer .max-w-7xl.mx-auto{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding-top:16px!important;padding-bottom:16px!important}footer .max-w-7xl.mx-auto>div.flex.flex-row.items-center.justify-center{flex-direction:column!important;flex:none!important;align-items:flex-start!important;gap:8px!important}footer .max-w-7xl.mx-auto>div.flex.flex-row.items-center.justify-center>span.mx-2,footer .max-w-7xl.mx-auto>div.flex.flex-row.items-center.justify-center>span.flex.items-center.gap-1>span.mx-1{display:none!important}footer .max-w-7xl.mx-auto>div{min-width:unset!important;justify-content:flex-start!important}footer .header-container{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:12px!important}footer .header-container>div{min-width:unset!important;justify-content:flex-start!important}footer .header-container>div.flex.flex-row.items-center.justify-center{flex-direction:column!important;flex:none!important;align-items:flex-start!important;gap:8px!important}footer .footer-separator{display:none!important}}.blog-content a,.blog-references a{color:#724e91;text-decoration:underline}.blog-content ul,.blog-references ul{margin-top:.5rem;margin-bottom:.75rem;margin-left:.5rem;padding-left:1.25rem;list-style:inside}.blog-content ol,.blog-references ol{margin-top:.5rem;margin-bottom:.75rem;margin-left:.5rem;padding-left:1.25rem;list-style:inside decimal}.blog-content li,.blog-references li{margin-bottom:.35rem}.blog-content img{margin-left:auto;margin-right:auto;display:block}.blog-content p[style*=text-align\:center],.blog-content p[style*="text-align: center"]{text-align:center!important}.prose h2{border-radius:.25rem;font-family:Menlo,Consolas,monospace;font-size:.95em;font-weight:400}.flowzap-code-page .prose h2,.blog-article-page .blog-content h2{font-family:var(--font-body);color:#724e91;font-size:1.5rem!important}.mobile-side-panel-content .sign-out{margin-top:auto}.announcement-bar svg{flex-shrink:0}@media (max-width:767px){.announcement-bar{height:65px!important}}.diagram-ai-icon>svg{margin-right:4px!important}.diagram-ai-button{align-items:center!important;gap:4px!important;display:inline-flex!important}.save-diagram-btn{justify-content:center!important;align-items:center!important;display:flex!important}@media (min-width:768px){.md\:pt-8{padding-top:0!important}}.selection\:bg-primary ::selection{background-color:hsl(var(--primary))}.selection\:text-primary-foreground ::selection{color:hsl(var(--primary-foreground))}.selection\:bg-primary::selection{background-color:hsl(var(--primary))}.selection\:text-primary-foreground::selection{color:hsl(var(--primary-foreground))}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:1.75rem}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:bg-\[\#00BFFF\]:hover{--tw-bg-opacity:1;background-color:rgb(0 191 255/var(--tw-bg-opacity,1))}.hover\:bg-\[\#451F55\]:hover{--tw-bg-opacity:1;background-color:rgb(69 31 85/var(--tw-bg-opacity,1))}.hover\:bg-\[\#553C69\]\/90:hover{background-color:#553c69e6}.hover\:bg-\[\#F9F7FB\]:hover{--tw-bg-opacity:1;background-color:rgb(249 247 251/var(--tw-bg-opacity,1))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.hover\:text-\[\#00BFFF\]:hover{--tw-text-opacity:1;color:rgb(0 191 255/var(--tw-text-opacity,1))}.hover\:text-\[var\(--primary-hover\)\]:hover{color:var(--primary-hover)}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#724E91\]\/60:focus{--tw-ring-color:#724e9199}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-primary:focus{--tw-ring-color:hsl(var(--primary))}.focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity,1))}.focus\:ring-white\/30:focus{--tw-ring-color:#ffffff4d}.focus-visible\:border-ring:focus-visible{border-color:hsl(var(--ring))}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:hsl(var(--ring)/.5)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}.group[data-disabled=true] .group-data-\[disabled\=true\]\:pointer-events-none{pointer-events:none}.group[data-disabled=true] .group-data-\[disabled\=true\]\:opacity-50{opacity:.5}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-input\/30:is(.dark *){background-color:hsl(var(--input)/.3)}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:text-left{text-align:left}.sm\:text-\[13px\]{font-size:13px}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:ml-4{margin-left:1rem}.md\:mt-0{margin-top:0}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-stretch{align-items:stretch}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-0{padding-bottom:0}.md\:pb-14{padding-bottom:3.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-\[20px\]{padding-bottom:20px}.md\:pt-2{padding-top:.5rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-8{padding-top:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[1\.2rem\]{font-size:1.2rem}.md\:text-\[1\.6rem\]{font-size:1.6rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pr-8{padding-right:2rem}}@media (min-width:1280px){.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:left-0{left:0}.xl\:top-1\/2{top:50%}.xl\:order-none{order:0}.xl\:mb-0{margin-bottom:0}.xl\:mt-0{margin-top:0}.xl\:w-64{width:16rem}.xl\:w-auto{width:auto}.xl\:flex-1{flex:1}.xl\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-between{justify-content:space-between}}
