:root{--bg-color: #000000;--bg-color-1: #000000;--bg-color-2: #0b0d12;--bg-color-3: #14171e;--surface-color: #1d1d1f;--surface-hover: #2c2c2e;--text-primary: #f5f5f7;--text-secondary: #86868b;--accent-color: #2997ff;--accent-hover: #0077ed;--border-color: rgba(255, 255, 255, .15)}body{margin:0;padding:0;background-color:var(--bg-color-1);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}section{scroll-margin-top:90px}a{text-decoration:none;color:inherit}#navbar{display:flex;position:fixed;top:0;width:100%;height:4rem;transition:height .5s ease-in-out;justify-content:space-between;align-items:center;padding:10px 40px;background:#000c;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);color:var(--text-primary);border-bottom:1px solid transparent;z-index:88}.navbar-menu{display:flex;flex-direction:row;list-style:none;margin-right:5rem}.navbar-menu li{margin:0 10px}.navbar-menu li a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-menu li a:hover{color:var(--text-primary)}.navbar-logo{color:var(--text-primary);text-decoration:none;font-weight:600;letter-spacing:-.01em}.navbar-logo-none{display:none}.menu-toggle{display:none;background:transparent;border:none;cursor:pointer}.nav-line{display:block;width:24px;height:2px;margin:5px 0;background:var(--text-primary);border-radius:999px;transition:all .3s ease}.navbar--scrolled{background:#000000d9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border-color);box-shadow:none;height:3rem!important}.navbar--scrolled:after{transform:scaleX(1);opacity:1;background:#ffffff38}@media(max-width:768px){.menu-toggle{display:block;z-index:1001;margin-right:5rem}.navbar-logo-none{display:block}.navbar-logo-yes{display:none}.navbar-menu{position:absolute;top:100%;left:0;right:0;visibility:hidden;display:flex;flex-direction:column;align-items:flex-start;opacity:0;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;gap:18px;padding:24px 20px;margin-top:0;background:#000000f2;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border-color)}.navbar-menu-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.navbar-style-open{background:#000000f2!important}}#hero{min-height:calc(100dvh - 10px);padding-top:10px;background-color:var(--bg-color-1);display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-title{font-size:4rem;font-weight:700;margin:0 167px;text-align:center;width:32rem;background:linear-gradient(135deg,#f5f5f7,#86868b,#2997ff);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:elegantGradient 8s ease infinite}.hero-subtitle-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:39px;text-align:center}.hero-subtitle{font-size:1.5rem;color:var(--text-primary);font-weight:500}.hero-subtitle-2{font-size:1.2rem;font-weight:400;color:var(--text-secondary);margin:5px 31rem}.hero-button-container{display:flex;justify-content:space-around;align-items:center;margin-top:39px;width:32vw}.button-one{background-color:var(--text-primary);color:var(--bg-color);padding:16px 32px;font-weight:600;text-decoration:none;border-radius:999px;transition:transform .2s ease,background-color .2s ease}.button-one:hover{transform:scale(1.02);background-color:#fff}.button-two{background-color:transparent;border:1px solid var(--border-color);color:var(--text-primary);padding:16px 32px;font-weight:600;border-radius:999px;text-decoration:none;transition:background-color .3s ease,border-color .3s ease}.button-two:hover{background-color:var(--surface-hover);border-color:var(--text-secondary)}@media(max-width:768px){#hero{height:100dvh;background-color:var(--bg-color-1)}.hero-title{margin:0rem 0;text-align:center;width:100%;font-size:2.8rem;line-height:1.1}.hero-subtitle-container{margin:0rem 2rem;text-align:center}.hero-subtitle{color:var(--text-primary);font-size:1.125rem}.hero-subtitle-2{margin:5px 1.5rem;font-size:1.125rem;line-height:1.625;text-wrap:balance}.hero-button-container{display:flex;flex-direction:column;align-items:center;margin-top:39px;width:80vw;gap:2rem}.button-one,.button-two{width:90%;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}}.section-about{min-height:calc(100dvh - 10px);padding-top:10px;background-color:var(--bg-color-2);display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:85px}.about-container{flex-direction:column;justify-content:start;align-items:flex-start;margin-top:39px;font-weight:700;font-size:2em;width:72rem;margin-left:auto;margin-right:auto}.about-text-container p{font-size:1.2rem;font-weight:400;color:var(--text-primary);text-align:justify;width:72rem;margin:20px auto}.about-image-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:448px;height:560px;border-radius:16px;background-color:var(--surface-color);border:1px solid var(--border-color)}@media(max-width:768px){.section-about{min-height:100dvh}.about-text-container p{width:23rem;text-align:start;line-height:1.625;font-size:1.125rem;text-wrap:balance}.about-container{margin:0rem 2rem;text-align:center;width:100%}.about-image-container{max-width:23rem;height:100%;aspect-ratio:4 / 5}}.skills-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;background-color:var(--bg-color-3);padding-bottom:4rem}.skills-title{font-size:2.1rem;font-weight:700;color:var(--text-primary);padding-top:10px;width:72rem;margin:10px auto}.skills-cards-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;justify-content:flex-start;align-items:center;margin-top:39px;max-width:72rem;margin-left:auto;margin-right:auto}.technical-card{border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.5rem;transition:transform .5s cubic-bezier(.25,.1,.25,1),box-shadow .5s cubic-bezier(.25,.1,.25,1),border-color .5s ease,background .5s ease;min-height:15rem;opacity:0}.reveal-section.visible .technical-card{animation:appleFadeUp .8s cubic-bezier(.2,.8,.2,1) forwards}.technical-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006,inset 0 1px #fff3;border-color:#ffffff4d;background:linear-gradient(145deg,#ffffff0f,#fff0),var(--surface-color)}.technical-card .icon{display:flex;justify-content:center;align-items:center;font-size:2rem;color:var(--accent-color);background-color:#2997ff1a;width:60px;height:60px;margin:15px 10px 0 15px;border-radius:14px;transition:transform .5s cubic-bezier(.25,.1,.25,1),background-color .5s ease}.technical-card:hover .icon{transform:scale(1.1) translateY(-4px);background-color:#2997ff33}@keyframes appleFadeUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal-section .skills-title{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-section.visible .skills-title{opacity:1;transform:translateY(0)}.technical-card .title{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--text-primary);margin:25px 10px 10px 25px}.technical-card .skill-tags{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:28px auto auto;width:88%;gap:.5rem}.technical-card .skill-tag{font-size:.8rem;font-weight:400;color:var(--text-primary);background-color:var(--surface-hover);border:1px solid var(--border-color);padding:5px 10px}@media(max-width:768px){.skills-container{width:100%;min-height:100dvh}.skills-title{width:100%;text-align:center;font-size:1.5rem;margin:0}.skills-cards-container{display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;align-items:center;margin-top:39px;max-width:100%}.technical-card{max-width:20rem;width:100%}.technical-card .icon,.technical-card .title{margin:0;margin-bottom:1rem}.technical-card .skill-tags{margin:0;margin-top:1rem}.technical-card .skill-tag{gap:1rem;margin:0}}.projects-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;background-color:var(--bg-color-2);padding-bottom:5rem}.projects-head{padding-top:10px;width:72rem;margin:10px auto}.projects-title{font-size:2.5rem;font-weight:700;color:var(--text-primary)}.projects-text{font-size:1.2rem;font-weight:400;color:var(--text-secondary)}.projects-cards-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;justify-content:flex-start;align-items:center;margin-top:39px;max-width:72rem;margin-left:auto;margin-right:auto}.projects-card{display:flex;flex-direction:column;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);min-height:48rem;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 6px #0000004d;transition:transform .5s cubic-bezier(.25,.1,.25,1),box-shadow .5s cubic-bezier(.25,.1,.25,1),border-color .5s ease,background .5s ease;cursor:pointer;opacity:0}.reveal-section.visible .projects-card{animation:appleFadeUp .8s cubic-bezier(.2,.8,.2,1) forwards}.projects-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006,inset 0 1px #fff3;border-color:#ffffff4d;background:linear-gradient(145deg,#ffffff0f,#fff0),var(--surface-color)}.projects-card .projects-card-image{transition:transform .5s cubic-bezier(.25,.1,.25,1)}.projects-card:hover .projects-card-image{transform:scale(1.05)}.projects-card-image{aspect-ratio:16 / 9;background:linear-gradient(to bottom right,#2c2c2e,#1d1d1f);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.projects-card-image-content{position:absolute;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.projects-card-image-content-text{color:var(--text-primary);font-weight:500;font-size:1.125rem;position:relative;z-index:10}.projects-card-content{display:flex;flex-direction:column;margin:2rem}.project-card-title{color:var(--text-primary);font-weight:700;font-size:1.5rem;line-height:2rem;margin-bottom:.75rem}.project-card-description{color:var(--text-secondary);line-height:1.625;font-size:1.1rem;flex:1 1 0%}.projects-card-content .skill-tags{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin-top:28px;width:88%;gap:.5rem;margin-bottom:1.5rem}.projects-card-content .skill-tag{font-size:1rem;font-weight:400;color:var(--text-primary);background-color:var(--surface-hover);border:1px solid var(--border-color);border-radius:8px;padding:5px 10px}.projects-card-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:2rem;margin-top:auto}.button-project{color:var(--accent-color);transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:600;font-size:1.1rem}.projects-card:hover .button-project{text-shadow:0 0 12px rgba(41,151,255,.4)}.button-project:hover{text-decoration:underline;text-underline-offset:6px}.projects-card-button svg{transition:transform .4s cubic-bezier(.25,.1,.25,1);color:inherit}.projects-card:hover .projects-card-button svg{transform:translate(6px)}.reveal-section .projects-title,.reveal-section .projects-text{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-section .projects-text{transition-delay:.1s}.reveal-section.visible .projects-title,.reveal-section.visible .projects-text{opacity:1;transform:translateY(0)}@media(max-width:768px){.projects-container{min-height:100dvh}.projects-head{width:100%;text-align:center;font-size:1.5rem;margin:0}.projects-card{min-height:30rem}.projects-title{font-size:2.1rem}.projects-cards-container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:22rem;width:100%}}.timeline-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:var(--bg-color-3);padding-bottom:4rem}.timeline-wrapper{max-width:900px;margin:0 auto}.timeline-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:48px;color:var(--text-primary)}.timeline{position:relative;display:flex;flex-direction:column;gap:48px}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--border-color);transform:translate(-50%)}.timeline-item{position:relative;display:flex;width:10 0%}.timeline-item.left{justify-content:flex-start;margin-right:3rem}.timeline-item.right{justify-content:flex-end;margin-left:3rem}.timeline-dot{position:absolute;top:50%;width:12px;height:12px;background:var(--accent-color);border-radius:50%;border:4px solid var(--surface-color);transform:translate(-50%);z-index:2}.timeline-dot.left{left:53%}.timeline-dot.right{left:47%}.timeline-card{width:calc(50% - 40px);background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000004d}.timeline-period-contend.left{display:flex;justify-content:flex-end}.timeline-period-contend.right{display:flex;justify-content:flex-start}.timeline-period{display:inline-block;margin-bottom:16px;padding:6px 12px;background:#2997ff1a;color:var(--accent-color);border-radius:999px;font-size:14px;font-weight:600}.timeline-card h3{margin:0 0 6px;font-size:20px;color:var(--text-primary)}.timeline-card h4{margin:0 0 16px;font-size:16px;font-weight:500;color:var(--text-secondary)}.timeline-card p{margin:0;color:var(--text-secondary);line-height:1.6}.timeline-description{text-align:justify;text-wrap:balance}@media(max-width:768px){.timeline-title h2{font-size:1.9rem;margin-top:4rem}.timeline:before{left:20px;transform:none}.timeline-item{justify-content:flex-start!important}.timeline-dot{left:20px;transform:translate(-50%)}.timeline-card{width:100%;margin-left:48px}.timeline-title{font-size:2rem}.timeline-item.right{justify-content:flex-start!important;margin-right:3rem;margin-left:0}.timeline-period-contend.right{justify-content:flex-end!important}.timeline-dot.right,.timeline-dot.left{left:5.3%}}.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:var(--bg-color-2);padding-bottom:4rem}.contact-head{padding-top:10px;width:72rem;margin:20px auto}.contact-title h2{font-size:2.1rem;font-weight:700;color:var(--text-primary)}.contact-text p{font-size:1.2rem;font-weight:400;color:var(--text-secondary)}.contact-body{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:72rem;margin-left:auto;margin-right:auto}.contact-info-container{display:flex;flex-direction:column;width:50%}.social-cards{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:1rem}.social-container-icon a{color:var(--text-primary);text-decoration:none}.contact-form{width:50%}.contactfrom-container{width:100%;margin-bottom:3rem}.conatcfrom-input{width:100%;margin-bottom:1rem}.input-contact{width:100%;padding:1rem;border-radius:15px;background-color:var(--surface-color);color:var(--text-primary);border:1px solid var(--border-color)}.input-contact-label{font-size:1.2rem;font-weight:400;color:var(--text-primary);margin-bottom:1rem;line-height:1.6}.conatcfrom-input input,.conatcfrom-input textarea{width:100%}.button-send{display:block;background-color:var(--text-primary);color:var(--bg-color-1);border-radius:15px;padding:1rem;font-size:1.2rem;font-weight:400;line-height:1.6;width:100%;text-align:center;text-decoration:none;cursor:pointer;transition:all .5s}.button-send:hover{background-color:var(--surface-hover);color:var(--text-primary);transform:scale(1.05)}@media(max-width:768px){.contact-head{max-width:22rem;width:100%}.contact-body{max-width:22rem;width:100%;flex-direction:column}.contact-form{width:100%;margin-top:3rem}.conatcfrom-input input,.conatcfrom-input textarea{width:20rem}.button-send{max-width:20rem;width:100%}}.introduce-container{background-color:var(--bg-color-3);min-height:calc(100dvh - 10px);padding-top:10px;width:100%}.introduce-content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80dvh;width:72rem;margin-left:auto;margin-right:auto;margin-top:5rem}@keyframes elegantGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.introduce-content h1{font-size:3rem;font-weight:700;color:var(--text-primary);width:55rem;text-align:center;background:linear-gradient(135deg,#f5f5f7,#86868b,#2997ff);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:elegantGradient 8s ease infinite;text-transform:capitalize}.introduce-content p{font-size:1.2rem;font-weight:400;color:var(--text-primary);width:55rem;margin-left:auto;margin-right:auto;margin-top:2rem;text-align:justify}.problema-container{background-color:var(--bg-color-2);min-height:calc(100dvh - 10px);padding-top:10px;width:100%}.problema-content{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:auto;margin-right:auto;margin-top:5rem;padding-bottom:4rem;width:72rem}.problema-title{font-size:3rem;font-weight:700;color:var(--text-primary);text-align:center}.problema-description{font-size:1.2rem;font-weight:400;color:var(--text-primary);margin-top:2rem;text-align:justify}.solucion-container{background-color:var(--bg-color-3);min-height:calc(100dvh - 10px);padding-top:10px;width:100%}.solucion-content{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:auto;margin-right:auto;margin-top:5rem;padding-bottom:4rem;width:72rem}.solucion-title{font-size:3rem;font-weight:700;color:var(--text-primary);text-align:center}.solucion-description{font-size:1.2rem;font-weight:400;color:var(--text-primary);margin-top:2rem;text-align:justify}.high-level-container{background-color:var(--bg-color-2);min-height:calc(100dvh - 10px);padding-top:10px;width:100%}.high-level-content{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:auto;margin-right:auto;margin-top:5rem;padding-bottom:4rem;width:72rem}.high-level-title{font-size:3rem;font-weight:700;color:var(--text-primary);text-align:center}.high-level-description{font-size:1.2rem;font-weight:400;color:var(--text-primary);margin-top:2rem;text-align:justify}.flow-system-container{background-color:var(--bg-color-2);min-height:calc(100dvh - 10px);padding-top:10px;width:100%}.flow-system-content{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:auto;margin-right:auto;margin-top:5rem;padding-bottom:4rem;width:72rem}.flow-system-title{font-size:3rem;font-weight:700;color:var(--text-primary);text-align:center}.flow-system-description{font-size:1.2rem;font-weight:400;color:var(--text-primary);margin-top:2rem;text-align:justify}@media(max-width:768px){.introduce-content,.problema-content,.solucion-content,.high-level-content,.flow-system-content{width:82%}.introduce-content h1,.introduce-content p{width:100%;text-align:center}.introduce-content h1{font-size:2.2rem}.introduce-content p,.problema-description,.solucion-description,.high-level-description,.flow-system-description{text-align:justify;font-size:1.05rem;text-wrap:center}.problema-title,.solucion-title,.high-level-title,.flow-system-title{font-size:2.2rem}.problema-subtitle,.solucion-subtitle,.flow-system-subtitle{font-size:1.4rem;text-align:left}}.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))}
