.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.vn-card{position:relative;width:250px;height:330px;border-radius:25px;background:#e9e9f3;box-shadow:inset 10px 10px 20px #fff,5px 12px 40px #5e647466}.vn-circle-big{background-color:#cec6f7;width:160px;aspect-ratio:1;border-radius:999px;box-shadow:10px 10px 30px #81869659,60px 10px 60px 60px #d0d5e6,inset -10px -10px 20px #ffffffbd;display:flex;align-items:center;justify-content:center;position:relative}.vn-circle-medium{background:linear-gradient(145deg,#c9b8ff,#a495d8);width:110px;aspect-ratio:1;border-radius:999px;box-shadow:-6px -6px 12px #fffc,6px 6px 15px #81869666;display:flex;align-items:center;justify-content:center;position:relative}.vn-mic-icon{color:#fff;display:flex;align-items:center;justify-content:center;z-index:10}.vn-echo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:999px;border:2px solid rgba(164,149,216,.5);pointer-events:none}.vn-echo-1{animation:vn-echo 2s ease-out infinite}.vn-echo-2{animation:vn-echo 2s ease-out .7s infinite}.vn-echo-3{animation:vn-echo 2s ease-out 1.4s infinite}@keyframes vn-echo{0%{width:0px;height:0px;opacity:1}to{width:400px;height:400px;opacity:0}}.dark .vn-card{background:#1c1c1f;box-shadow:inset 10px 10px 20px #ffffff0d,5px 12px 40px #0009}.dark .vn-circle-big{background-color:#2d2b3f;box-shadow:10px 10px 30px #00000080,60px 10px 60px 60px #0000004d,inset -10px -10px 20px #ffffff08}.dark .vn-circle-medium{background:linear-gradient(145deg,#3d3956,#2d2b40);box-shadow:-6px -6px 12px #ffffff0d,6px 6px 15px #0009}.dark .vn-echo{border-color:#5d508880}._userIcon_ypnyx_85{position:fixed;bottom:24px;left:24px;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.1);background:#141824e6;cursor:pointer;transition:all .2s ease;z-index:100;overflow:hidden}._userIcon_ypnyx_85:hover{transform:scale(1.05);border-color:#3b82f680}._userIcon_ypnyx_85 img{width:100%;height:100%;object-fit:cover}._defaultIcon_ypnyx_137{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}._defaultIcon_ypnyx_137 svg{width:24px;height:24px}._settingsContainer_ypnyx_167{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:500;pointer-events:none}._cardsCollapse_ypnyx_189{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}._frontCard_ypnyx_207,._middleCard_ypnyx_209{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:all}._collapseRight_ypnyx_227{animation:_slideOutRight_ypnyx_1 .3s ease-in-out forwards}@keyframes _slideOutRight_ypnyx_1{to{transform:translate(100%);opacity:0}}._backCardExpanded_ypnyx_251{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0e1a;pointer-events:all;animation:_fadeIn_ypnyx_1 .2s ease-in .3s backwards}@keyframes _fadeIn_ypnyx_1{0%{opacity:0}to{opacity:1}}._avatarContainer_ypnyx_293{position:absolute;bottom:24px;left:24px;width:48px;height:48px;transform-origin:bottom left;animation:_scaleUp_ypnyx_1 .3s ease-out forwards;z-index:10}@keyframes _scaleUp_ypnyx_1{to{transform:scale(3)}}._avatarExpanded_ypnyx_327{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(59,130,246,.3)}._avatarExpanded_ypnyx_327 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_ypnyx_355{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff}._settingsContent_ypnyx_381{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;max-width:90%;animation:_settingsFadeIn_ypnyx_1 .2s ease-in .4s backwards}@keyframes _settingsFadeIn_ypnyx_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._userInfo_ypnyx_423{text-align:center;margin-bottom:32px}._userInfo_ypnyx_423 h2{font-size:32px;font-weight:600;color:#fff;margin:0 0 8px}._email_ypnyx_447{font-size:16px;color:#9ca3af;margin:0}._creditBalance_ypnyx_459{display:flex;justify-content:space-between;align-items:center;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:20px 24px;margin-bottom:32px}._creditBalance_ypnyx_459 ._label_ypnyx_481{font-size:18px;color:#9ca3af}._creditBalance_ypnyx_459 ._amount_ypnyx_491{font-size:32px;font-weight:700;color:#3b82f6}._settingsActions_ypnyx_503{display:flex;justify-content:center}._logoutBtn_ypnyx_513{padding:14px 32px;font-size:16px;font-weight:600;color:#fff;background:#ef44441a;border:1px solid rgba(239,68,68,.5);border-radius:12px;cursor:pointer;transition:all .2s ease}._logoutBtn_ypnyx_513:hover{background:#ef444433;border-color:#ef4444cc;transform:translateY(-2px)}:root{--glow-sens: 30;--card-bg: linear-gradient(8deg, #141824 75%, color-mix(in hsl, #141824, white 2.5%) 75.5%);--blend: soft-light;--glow-blend: plus-lighter;--glow-color: 40deg 80% 80%;--glow-boost: 0%;--pointer-x: 50%;--pointer-y: 50%;--pointer-°: 45deg;--pointer-d: 0}body.light ._loginModal_ypnyx_579{--card-bg: linear-gradient(8deg, color-mix(in hsl, hsl(260, 25%, 95%), #141824 2.5%) 75%, hsl(260, 25%, 95%) 75.5%);--blend: darken;--glow-blend: luminosity;--glow-color: 280deg 90% 95%;--glow-boost: 15%}._loginOverlay_ypnyx_597{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#000000b3,#000000d9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_overlayFadeIn_ypnyx_1 .2s ease-in}@keyframes _overlayFadeIn_ypnyx_1{0%{opacity:0}to{opacity:1}}._siteBlur_ypnyx_653{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._loginModal_ypnyx_579{position:relative;background:linear-gradient(8deg,#141824 75%,color-mix(in hsl,#141824,white 2.5%) 75.5%);border-radius:24px;padding:48px;box-shadow:0 24px 48px #0006;max-width:420px;width:90%;animation:_modalAppear_ypnyx_1 .25s ease-out;isolation:isolate;transform:translateZ(.01px);border:1px solid rgb(255 255 255 / 25%)}._loginModal_ypnyx_579:before,._loginModal_ypnyx_579:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transition:opacity .25s ease-out;z-index:-1;pointer-events:none}._loginModal_ypnyx_579:not(:hover):not(._animating_ypnyx_725):before,._loginModal_ypnyx_579:not(:hover):not(._animating_ypnyx_725):after{opacity:0;transition:opacity .75s ease-in-out}._loginModal_ypnyx_579:before{border:1px solid transparent;background:linear-gradient(var(--card-bg) 0 100%) padding-box,linear-gradient(#fff0,#fff0) border-box,radial-gradient(at 80% 55%,hsla(268,100%,76%,1) 0px,transparent 50%) border-box,radial-gradient(at 69% 34%,hsla(349,100%,74%,1) 0px,transparent 50%) border-box,radial-gradient(at 8% 6%,hsla(136,100%,78%,1) 0px,transparent 50%) border-box,radial-gradient(at 41% 38%,hsla(192,100%,64%,1) 0px,transparent 50%) border-box,radial-gradient(at 86% 85%,hsla(186,100%,74%,1) 0px,transparent 50%) border-box,radial-gradient(at 82% 18%,hsla(52,100%,65%,1) 0px,transparent 50%) border-box,radial-gradient(at 51% 4%,hsla(12,100%,72%,1) 0px,transparent 50%) border-box,linear-gradient(#c299ff 0,#c299ff) border-box;opacity:calc((var(--pointer-d) - 50) / (100 - 50));-webkit-mask-image:conic-gradient(from var(--pointer-°) at center,black 25%,transparent 40%,transparent 60%,black 75%);mask-image:conic-gradient(from var(--pointer-°) at center,black 25%,transparent 40%,transparent 60%,black 75%)}._loginModal_ypnyx_579:after{border:1px solid transparent;background:radial-gradient(at 80% 55%,hsla(268,100%,76%,1) 0px,transparent 50%) padding-box,radial-gradient(at 69% 34%,hsla(349,100%,74%,1) 0px,transparent 50%) padding-box,radial-gradient(at 8% 6%,hsla(136,100%,78%,1) 0px,transparent 50%) padding-box,radial-gradient(at 41% 38%,hsla(192,100%,64%,1) 0px,transparent 50%) padding-box,radial-gradient(at 86% 85%,hsla(186,100%,74%,1) 0px,transparent 50%) padding-box,radial-gradient(at 82% 18%,hsla(52,100%,65%,1) 0px,transparent 50%) padding-box,radial-gradient(at 51% 4%,hsla(12,100%,72%,1) 0px,transparent 50%) padding-box,linear-gradient(#c299ff 0,#c299ff) padding-box;-webkit-mask-image:linear-gradient(to bottom,#000,#000),radial-gradient(ellipse at 50% 50%,black 40%,transparent 65%),radial-gradient(ellipse at 66% 66%,black 5%,transparent 40%),radial-gradient(ellipse at 33% 33%,black 5%,transparent 40%),radial-gradient(ellipse at 66% 33%,black 5%,transparent 40%),radial-gradient(ellipse at 33% 66%,black 5%,transparent 40%),conic-gradient(from var(--pointer-°) at center,transparent 5%,black 15%,black 85%,transparent 95%);mask-image:linear-gradient(to bottom,#000,#000),radial-gradient(ellipse at 50% 50%,black 40%,transparent 65%),radial-gradient(ellipse at 66% 66%,black 5%,transparent 40%),radial-gradient(ellipse at 33% 33%,black 5%,transparent 40%),radial-gradient(ellipse at 66% 33%,black 5%,transparent 40%),radial-gradient(ellipse at 33% 66%,black 5%,transparent 40%),conic-gradient(from var(--pointer-°) at center,transparent 5%,black 15%,black 85%,transparent 95%);mask-composite:subtract,add,add,add,add,add;-webkit-mask-composite:source-out,source-over,source-over,source-over,source-over,source-over;opacity:calc((var(--pointer-d) - 50) / (100 - 50));mix-blend-mode:var(--blend)}@keyframes _modalAppear_ypnyx_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._closeBtn_ypnyx_867{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#ffffff0d;color:#9ca3af;font-size:32px;line-height:1;border-radius:50%;cursor:pointer;transition:all .2s ease}._closeBtn_ypnyx_867:hover{background:#ffffff1a;color:#fff}._modalGlow_ypnyx_11{content:"";position:absolute;top:-48px;right:-48px;bottom:-48px;left:-48px;border-radius:inherit;pointer-events:none;z-index:1;transition:opacity .25s ease-out;-webkit-mask-image:conic-gradient(from var(--pointer-°) at center,black 2.5%,transparent 10%,transparent 90%,black 97.5%);mask-image:conic-gradient(from var(--pointer-°) at center,black 2.5%,transparent 10%,transparent 90%,black 97.5%);opacity:calc((var(--pointer-d) - var(--glow-sens)) / (100 - var(--glow-sens)));mix-blend-mode:var(--glow-blend)}._loginModal_ypnyx_579:not(:hover):not(._animating_ypnyx_725) ._modalGlow_ypnyx_11{opacity:0;transition:opacity .75s ease-in-out}._modalGlow_ypnyx_11:before{content:"";position:absolute;top:48px;right:48px;bottom:48px;left:48px;border-radius:inherit;box-shadow:inset 0 0 0 1px hsl(var(--glow-color) / 100%),inset 0 0 1px hsl(var(--glow-color) / calc(var(--glow-boost) + 60%)),inset 0 0 3px hsl(var(--glow-color) / calc(var(--glow-boost) + 50%)),inset 0 0 6px hsl(var(--glow-color) / calc(var(--glow-boost) + 40%)),inset 0 0 15px hsl(var(--glow-color) / calc(var(--glow-boost) + 30%)),inset 0 0 25px 2px hsl(var(--glow-color) / calc(var(--glow-boost) + 20%)),inset 0 0 50px 2px hsl(var(--glow-color) / calc(var(--glow-boost) + 10%)),0 0 1px hsl(var(--glow-color) / calc(var(--glow-boost) + 60%)),0 0 3px hsl(var(--glow-color) / calc(var(--glow-boost) + 50%)),0 0 6px hsl(var(--glow-color) / calc(var(--glow-boost) + 40%)),0 0 15px hsl(var(--glow-color) / calc(var(--glow-boost) + 30%)),0 0 25px 2px hsl(var(--glow-color) / calc(var(--glow-boost) + 20%)),0 0 50px 2px hsl(var(--glow-color) / calc(var(--glow-boost) + 10%))}._modalContent_ypnyx_999{position:relative;z-index:2}._logo_ypnyx_513{text-align:center;margin-bottom:32px}._logo_ypnyx_513 h1{font-size:28px;font-weight:700;color:#fff;margin:0}._googleBtn_ypnyx_1035{width:100%;padding:14px 24px;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;color:#1f2937;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}._googleBtn_ypnyx_1035:hover:not(:disabled){background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._googleBtn_ypnyx_1035:disabled{opacity:.6;cursor:not-allowed}._googleIcon_ypnyx_1091{width:24px;height:24px}._divider_ypnyx_1103{display:flex;align-items:center;gap:16px;margin:24px 0;color:#6b7280;font-size:14px}._divider_ypnyx_1103:before,._divider_ypnyx_1103:after{content:"";flex:1;height:1px;background:#ffffff1a}._emailForm_ypnyx_1139{display:flex;flex-direction:column;gap:12px}._emailForm_ypnyx_1139 input{padding:14px 16px;font-size:16px;color:#fff;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .2s ease}._emailForm_ypnyx_1139 input:focus{outline:none;border-color:#3b82f680;background:#ffffff14}._emailForm_ypnyx_1139 input::placeholder{color:#6b7280}._emailForm_ypnyx_1139 button{padding:14px 24px;margin-top:8px;font-size:16px;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}._emailForm_ypnyx_1139 button:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._emailForm_ypnyx_1139 button:disabled{opacity:.6;cursor:not-allowed}._error_ypnyx_1239{padding:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:14px;text-align:center}._infoText_ypnyx_1259{margin-top:24px;text-align:center;font-size:13px;color:#9ca3af;font-style:italic}._loaderWrapper_ypnyx_1277{position:relative;display:flex;align-items:center;justify-content:center;height:80px;min-width:280px;margin:0 auto 1rem;font-family:Poppins,sans-serif;font-size:2em;font-weight:600;-webkit-user-select:none;user-select:none;color:#fff}._loader_ypnyx_1277{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;background-color:transparent;mask:repeating-linear-gradient(90deg,transparent 0,transparent 6px,black 7px,black 8px)}._loader_ypnyx_1277:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#ff0 0%,transparent 50%),radial-gradient(circle at 45% 45%,#f00 0%,transparent 45%),radial-gradient(circle at 55% 55%,#0ff 0%,transparent 45%),radial-gradient(circle at 45% 55%,#0f0 0%,transparent 45%),radial-gradient(circle at 55% 45%,#00f 0%,transparent 45%);mask:radial-gradient(circle at 50% 50%,transparent 0%,transparent 10%,black 25%);animation:_transform-animation_ypnyx_1 2s infinite alternate,_opacity-animation_ypnyx_1 4s infinite;animation-timing-function:cubic-bezier(.6,.8,.5,1)}@keyframes _transform-animation_ypnyx_1{0%{transform:translate(-55%)}to{transform:translate(55%)}}@keyframes _opacity-animation_ypnyx_1{0%,to{opacity:0}15%{opacity:1}65%{opacity:0}}._loaderLetter_ypnyx_1439{display:inline-block;color:#999;z-index:2;position:relative;animation:_loader-letter-anim_ypnyx_1 4s infinite linear}._loaderLetter_ypnyx_1439:nth-child(1){animation-delay:.1s}._loaderLetter_ypnyx_1439:nth-child(2){animation-delay:.205s}._loaderLetter_ypnyx_1439:nth-child(3){animation-delay:.31s}._loaderLetter_ypnyx_1439:nth-child(4){animation-delay:.415s}._loaderLetter_ypnyx_1439:nth-child(5){animation-delay:.521s}._loaderLetter_ypnyx_1439:nth-child(6){animation-delay:.626s}._loaderLetter_ypnyx_1439:nth-child(7){animation-delay:.731s}._loaderLetter_ypnyx_1439:nth-child(8){animation-delay:.837s}._loaderLetter_ypnyx_1439:nth-child(9){animation-delay:.942s}@keyframes _loader-letter-anim_ypnyx_1{0%{color:#999;text-shadow:none}5%{color:#fff;text-shadow:0 0 8px #fff,0 0 12px rgba(255,255,255,.5)}15%{color:#ccc;text-shadow:0 0 4px #fff}to{color:#999;text-shadow:none}}._loaderWrapper_w0u6o_3{position:relative;display:flex;align-items:center;justify-content:center;height:120px;width:auto;margin:2rem;font-family:Poppins,sans-serif;font-size:1.6em;font-weight:600;-webkit-user-select:none;user-select:none;color:#fff}._loader_w0u6o_3{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;background-color:transparent;mask:repeating-linear-gradient(90deg,transparent 0,transparent 6px,black 7px,black 8px)}._loader_w0u6o_3:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#ff0 0%,transparent 50%),radial-gradient(circle at 45% 45%,#f00 0%,transparent 45%),radial-gradient(circle at 55% 55%,#0ff 0%,transparent 45%),radial-gradient(circle at 45% 55%,#0f0 0%,transparent 45%),radial-gradient(circle at 55% 45%,#00f 0%,transparent 45%);mask:radial-gradient(circle at 50% 50%,transparent 0%,transparent 10%,black 25%);animation:_transform-animation_w0u6o_1 2s infinite alternate,_opacity-animation_w0u6o_1 4s infinite;animation-timing-function:cubic-bezier(.6,.8,.5,1)}@keyframes _transform-animation_w0u6o_1{0%{transform:translate(-55%)}to{transform:translate(55%)}}@keyframes _opacity-animation_w0u6o_1{0%,to{opacity:0}15%{opacity:1}65%{opacity:0}}._loaderLetter_w0u6o_165{display:inline-block;opacity:0;animation:_loader-letter-anim_w0u6o_1 4s infinite linear;z-index:2;position:relative}._loaderLetter_w0u6o_165:nth-child(1){animation-delay:.1s}._loaderLetter_w0u6o_165:nth-child(2){animation-delay:.205s}._loaderLetter_w0u6o_165:nth-child(3){animation-delay:.31s}._loaderLetter_w0u6o_165:nth-child(4){animation-delay:.415s}._loaderLetter_w0u6o_165:nth-child(5){animation-delay:.521s}._loaderLetter_w0u6o_165:nth-child(6){animation-delay:.626s}._loaderLetter_w0u6o_165:nth-child(7){animation-delay:.731s}._loaderLetter_w0u6o_165:nth-child(8){animation-delay:.837s}._loaderLetter_w0u6o_165:nth-child(9){animation-delay:.942s}._loaderLetter_w0u6o_165:nth-child(10){animation-delay:1.047s}@keyframes _loader-letter-anim_w0u6o_1{0%{opacity:0}5%{opacity:1;text-shadow:0 0 4px #fff;transform:scale(1.1) translateY(-2px)}20%{opacity:.2}to{opacity:0}}[data-theme=light]{--light-bg: rgba(245, 245, 247, .7);--light-surface: rgba(255, 255, 255, .82);--light-surface-elevated: rgba(255, 255, 255, .9);--light-surface-sunken: rgba(238, 238, 240, .8);--light-border: rgba(0, 0, 0, .08);--light-border-strong: rgba(0, 0, 0, .15);--light-text: #1a1a2e;--light-text-secondary: #5a5a72;--light-text-muted: #8e8ea0;--light-shadow: rgba(0, 0, 0, .06);color-scheme:light}[data-theme=light] body,[data-theme=light] #root{background:var(--light-bg)!important;color:var(--light-text)!important}[data-theme=light] .light-bg-image{background-image:url(https://public.gingerate.ai/BG/photo-1604076913837-52ab5629fba9.avif);background-position:center;background-size:cover;opacity:.9}[data-theme=light] div.relative.w-screen.h-screen,[data-theme=light] div.relative.w-full.h-full{background:transparent!important}[data-theme=light] .bg-\[\#020203\],[data-theme=light] .bg-\[\#030304\],[data-theme=light] .bg-\[\#050505\],[data-theme=light] .bg-\[\#0a0a0a\],[data-theme=light] .bg-\[\#0f1016\],[data-theme=light] .bg-\[\#141824\],[data-theme=light] .bg-\[\#18181b\],[data-theme=light] .bg-\[\#1a1a2e\],[data-theme=light] .bg-\[\#1e2332\],[data-theme=light] .bg-\[\#0A0A0A\],[data-theme=light] .bg-\[\#0a0a0c\],[data-theme=light] .bg-\[\#111111\],[data-theme=light] .bg-\[\#111\]{background:var(--light-bg)!important}[data-theme=light] [class*="bg-[#111"]{background:var(--light-surface)!important}[data-theme=light] div[class*=bg-][class*="rounded-[40px]"],[data-theme=light] div[class*=bg-][class*="rounded-[60px]"],[data-theme=light] div[class*=bg-][class*="rounded-[32px]"],[data-theme=light] div[class*=bg-][class*="rounded-[28px]"]{background:var(--light-surface)!important;backdrop-filter:blur(20px) saturate(1.4)!important;-webkit-backdrop-filter:blur(20px) saturate(1.4)!important;border-color:var(--light-border)!important;box-shadow:0 1px 3px var(--light-shadow),0 0 0 1px var(--light-border)!important}[data-theme=light] [class*="bg-black/"]{background:#00000008!important}[data-theme=light] [class*="bg-white/[0.02]"],[data-theme=light] [class*="bg-white/[0.03]"],[data-theme=light] [class*="bg-white/[0.04]"],[data-theme=light] [class*="bg-white/[0.05]"]{background:var(--light-surface)!important}[data-theme=light] aside,[data-theme=light] nav,[data-theme=light] .cyber-nav-container,[data-theme=light] .cyber-nav-container>div{background:var(--light-surface)!important;border-color:var(--light-border)!important}[data-theme=light] .text-white,[data-theme=light] .text-white\/90,[data-theme=light] [class*="text-white/9"]{color:var(--light-text)!important}[data-theme=light] .text-white\/70,[data-theme=light] [class*="text-white/7"],[data-theme=light] [class*="text-white/6"]{color:var(--light-text-secondary)!important}[data-theme=light] .text-white\/50,[data-theme=light] [class*="text-white/5"],[data-theme=light] [class*="text-white/4"],[data-theme=light] [class*="text-white/3"]{color:var(--light-text-muted)!important}[data-theme=light] .text-gray-300{color:#3a3a4a!important}[data-theme=light] .text-gray-400{color:#5a5a6a!important}[data-theme=light] .text-gray-500{color:#6e6e80!important}[data-theme=light] .text-gray-600{color:#8e8ea0!important}[data-theme=light] [class*="border-white/"],[data-theme=light] [class*="border-[#"]{border-color:var(--light-border)!important}[data-theme=light] .border-transparent{border-color:transparent!important}[data-theme=light] .ring-\[\#0A0A0A\],[data-theme=light] [class*="ring-[#0"]{--tw-ring-color: var(--light-border) !important}[data-theme=light] div.flex-1.p-12.flex.flex-col.gap-12{background:var(--light-bg)!important}[data-theme=light] div[class*="bg-black/20"]{background:var(--light-surface-sunken)!important}[data-theme=light] [class*=backdrop-blur][class*="bg-black/"],[data-theme=light] [class*=backdrop-blur][class*="bg-[#0"],[data-theme=light] [class*=backdrop-blur][class*="bg-[#1"]{background:#ffffffd9!important}[data-theme=light] div[style*="background: rgb(3"],[data-theme=light] div[style*="background: rgb(5"],[data-theme=light] div[style*="background: rgb(10"],[data-theme=light] div[style*="background: rgb(15"],[data-theme=light] div[style*="background: rgb(20"],[data-theme=light] div[style*="background-color: rgb(3"],[data-theme=light] div[style*="background-color: rgb(5"],[data-theme=light] div[style*="background-color: rgb(10"]{background:var(--light-surface)!important;background-color:var(--light-surface)!important}[data-theme=light] [class*=shadow-brand],[data-theme=light] [class*=shadow-indigo],[data-theme=light] [class*=shadow-blue],[data-theme=light] [class*=shadow-2xl]{box-shadow:0 4px 24px #0000000f,0 0 0 1px #0000000a!important}[data-theme=light] .from-black\/80{--tw-gradient-from: rgba(255, 255, 255, .6) !important}[data-theme=light] .from-gray-700{--tw-gradient-from: #d1d5db !important}[data-theme=light] .to-gray-800{--tw-gradient-to: #e5e7eb !important}[data-theme=light] .bg-gradient-to-br.from-gray-700{background:linear-gradient(to bottom right,#d1d5db,#e5e7eb)!important}[data-theme=light] [class*="blur-\\[200px\\]"],[data-theme=light] [class*="blur-\\[150px\\]"],[data-theme=light] [class*="blur-\\[120px\\]"],[data-theme=light] div[class*="bg-brand-500/5"][class*=blur-]{opacity:.15!important}[data-theme=light] .bg-indigo-900\/10{background:#6366f10a!important}[data-theme=light] .bg-blue-900\/10{background:#3b82f60a!important}[data-theme=light] [class*="opacity-\\[0.03\\]"][class*="bg-\\[url"]{opacity:.01!important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}[data-theme=light] ::-webkit-scrollbar-thumb{background:#00000026!important}[data-theme=light] ::-webkit-scrollbar-track{background:transparent!important}[data-theme=light] .fixed.bottom-6.left-6 .from-gray-700{background:linear-gradient(to bottom,#d1d5db,#e5e7eb)!important}[data-theme=light] .bg-\[\#18181b\]\/95{background:#ffffffeb!important;border-color:#0000001a!important}[data-theme=light] .bg-\[\#1f1f23\]\/95{background:#fffffff2!important}[data-theme=light] input[type=time]{color:var(--light-text)!important}[data-theme=light] svg.text-gray-400,[data-theme=light] svg.text-gray-500,[data-theme=light] svg.text-gray-600{color:#5a5a6a!important}[data-theme=light] .text-brand-400,[data-theme=light] .text-cyan-400{filter:brightness(.85) saturate(1.2)}[data-theme=gray]{--gray-gradient: linear-gradient(90deg, #4f4f4f, #292929)}[data-theme=custom]{--theme-gradient: var(--custom-gradient, linear-gradient(90deg, #4f4f4f, #292929))}[data-theme=gray] div.relative.w-screen.h-screen,[data-theme=gray] div.relative.w-full.h-full{background:linear-gradient(90deg,#4f4f4f,#292929)!important;background-color:transparent!important}[data-theme="gray"] div.relative.w-20.bg-\[#0f1016\],[data-theme="gray"] .cyber-nav-container > div{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] div.absolute.right-4.left-24,[data-theme=gray] div[class*="h-[95vh]"][class*=bg-]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] section[class*="h-["],[data-theme=gray] section.flex.flex-col{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] div[class*=bg-],[data-theme=gray] section[class*=bg-],[data-theme=gray] aside[class*=bg-],[data-theme=gray] nav[class*=bg-],[data-theme=gray] main[class*=bg-]{background:linear-gradient(90deg,#4f4f4f,#292929)!important;background-color:transparent!important}[data-theme="gray"] .bg-\[#020203\],[data-theme="gray"] .bg-\[#030304\],[data-theme="gray"] .bg-\[#050505\],[data-theme="gray"] .bg-\[#0a0a0a\],[data-theme="gray"] .bg-\[#0f1016\]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] [class*="bg-white/"],[data-theme=gray] [class*="bg-black/"],[data-theme=gray] [class*="bg-gray/"],[data-theme=gray] [class*=bg-gradient],[data-theme=gray] [style*="background:"],[data-theme=gray] [style*="background-color:"]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] [class*="border-white/"],[data-theme=gray] [class*=border-brand],[data-theme=gray] [class*=border-indigo],[data-theme=gray] [class*=border-blue]{border-color:#7f7f7f33!important}[data-theme=gray] [class*=text-brand],[data-theme=gray] [class*=bg-brand],[data-theme=gray] [class*=text-cyan],[data-theme=gray] [class*=bg-cyan]{filter:saturate(.6)}[data-theme=gray] .absolute.inset-0>div,[data-theme=gray] [class*=blur-],[data-theme=gray] [class*=backdrop-blur]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] [class*=rounded-][class*=bg-]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] aside,[data-theme=gray] nav,[data-theme=gray] .cyber-nav-container{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] [class*=shadow-],[data-theme=gray] [class*=p-][class*=rounded-],[data-theme=gray] div.flex.flex-col.items-center,[data-theme=gray] div.flex.flex-col.gap-4,[data-theme=gray] div.flex.flex-col.gap-6,[data-theme=gray] div.flex-1.p-12.flex.flex-col.gap-12,[data-theme=gray] div[class*="rounded-[40px]"],[data-theme=gray] div[class*="rounded-[60px]"],[data-theme=gray] div[class*="rounded-[32px]"],[data-theme=gray] div[class*="rounded-[28px]"]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] div[style*=background],[data-theme=gray] section[style*=background],[data-theme=gray] aside[style*=background]{background:linear-gradient(90deg,#4f4f4f,#292929)!important}[data-theme=gray] [class*=shadow-brand],[data-theme=gray] [class*=shadow-indigo],[data-theme=gray] [class*=shadow-blue]{box-shadow:0 0 20px #4f4f4f4d!important}[data-theme=gray] [style*=drop-shadow],[data-theme=gray] [style*=box-shadow]{filter:drop-shadow(0 0 8px rgba(127,127,127,.5))!important}[data-theme=custom] div.relative.w-screen.h-screen,[data-theme=custom] div.relative.w-full.h-full{background:var(--custom-gradient)!important;background-color:transparent!important}[data-theme="custom"] div.relative.w-20.bg-\[#0f1016\],[data-theme="custom"] .cyber-nav-container > div{background:var(--custom-gradient)!important}[data-theme=custom] div.absolute.right-4.left-24,[data-theme=custom] div[class*="h-[95vh]"][class*=bg-]{background:var(--custom-gradient)!important}[data-theme=custom] section[class*="h-["],[data-theme=custom] section.flex.flex-col{background:var(--custom-gradient)!important}[data-theme=custom] div[class*=bg-],[data-theme=custom] section[class*=bg-],[data-theme=custom] aside[class*=bg-],[data-theme=custom] nav[class*=bg-],[data-theme=custom] main[class*=bg-]{background:var(--custom-gradient)!important;background-color:transparent!important}[data-theme="custom"] .bg-\[#020203\],[data-theme="custom"] .bg-\[#030304\],[data-theme="custom"] .bg-\[#050505\],[data-theme="custom"] .bg-\[#0a0a0a\],[data-theme="custom"] .bg-\[#0f1016\]{background:var(--custom-gradient)!important}[data-theme=custom] [class*="bg-white/"],[data-theme=custom] [class*="bg-black/"],[data-theme=custom] [class*="bg-gray/"],[data-theme=custom] [class*=bg-gradient],[data-theme=custom] [style*="background:"],[data-theme=custom] [style*="background-color:"]{background:var(--custom-gradient)!important}[data-theme=custom] [class*="border-white/"],[data-theme=custom] [class*=border-brand],[data-theme=custom] [class*=border-indigo],[data-theme=custom] [class*=border-blue]{border-color:#7f7f7f33!important}[data-theme=custom] [class*=text-brand],[data-theme=custom] [class*=bg-brand],[data-theme=custom] [class*=text-cyan],[data-theme=custom] [class*=bg-cyan]{filter:saturate(.6)}[data-theme=custom] .absolute.inset-0>div,[data-theme=custom] [class*=blur-],[data-theme=custom] [class*=backdrop-blur]{background:var(--custom-gradient)!important}[data-theme=custom] [class*=rounded-][class*=bg-]{background:var(--custom-gradient)!important}[data-theme=custom] aside,[data-theme=custom] nav,[data-theme=custom] .cyber-nav-container{background:var(--custom-gradient)!important}[data-theme=custom] [class*=shadow-],[data-theme=custom] [class*=p-][class*=rounded-],[data-theme=custom] div.flex.flex-col.items-center,[data-theme=custom] div.flex.flex-col.gap-4,[data-theme=custom] div.flex.flex-col.gap-6,[data-theme=custom] div.flex-1.p-12.flex.flex-col.gap-12,[data-theme=custom] div[class*="rounded-[40px]"],[data-theme=custom] div[class*="rounded-[60px]"],[data-theme=custom] div[class*="rounded-[32px]"]{background:var(--custom-gradient)!important}[data-theme=custom] div[style*=background],[data-theme=custom] section[style*=background],[data-theme=custom] aside[style*=background]{background:var(--custom-gradient)!important}
