@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";html,body{margin:0;padding:0;font-family:system-ui,sans-serif;height:100%;overflow:hidden;position:fixed;width:100%}button:focus,button:focus-visible,button:active,input:focus,input:active,select:focus,select:active,textarea:focus,textarea:active,a:focus,a:active,[tabindex]:focus,[tabindex]:active{outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}*:not([class*=react-flow]):focus,*:not([class*=react-flow]):active{outline:none!important;-webkit-tap-highlight-color:transparent!important}*:not([class*=react-flow]){-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}input,textarea,[contenteditable]{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}button:focus-visible:not([class*=react-flow]){box-shadow:0 0 0 2px #2196f34d!important}.confirmation-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10002}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;min-width:400px;max-width:500px;margin:20px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirmation-dialog-header{padding:24px 24px 0}.confirmation-dialog-header h3{margin:0;font-size:20px;font-weight:600;color:#2d3748}.confirmation-dialog-body{padding:16px 24px 24px}.confirmation-dialog-body p{margin:0;font-size:16px;line-height:1.5;color:#4a5568}.confirmation-dialog-footer{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end}.confirmation-dialog-button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.confirmation-dialog-button.cancel{background-color:#e2e8f0;color:#4a5568}.confirmation-dialog-button.cancel:hover{background-color:#cbd5e0}.confirmation-dialog-button.cancel:focus{outline:none;box-shadow:0 0 0 3px #cbd5e080}.confirmation-dialog-button.confirm{background-color:#e53e3e;color:#fff}.confirmation-dialog-button.confirm:hover{background-color:#c53030}.confirmation-dialog-button.confirm:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}.confirmation-dialog-button:active{transform:translateY(1px)}.easter-egg-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000000b3;z-index:9999;pointer-events:none}.easter-egg-video{width:500px;height:500px;border-radius:50%;object-fit:cover;border:5px solid white;box-shadow:0 0 30px #ffffff4d;animation:popIn .5s forwards;pointer-events:auto}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.fade-out{animation:fadeOut 1s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:56px;background:linear-gradient(135deg,#0063f7,#0047b3);color:#fff;display:flex;flex-direction:column;padding:16px 8px;transition:width .18s ease,transform .18s ease;z-index:1500}.sidebar:hover{width:180px}.hamburger-button{position:fixed;top:16px;left:16px;z-index:1501;background:linear-gradient(135deg,#0063f7,#0047b3);border:none;border-radius:8px;color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;font-size:20px}.hamburger-button:hover{background:linear-gradient(135deg,#0047b3,#003d9a);transform:scale(1.05)}.hamburger-button:active{transform:scale(.95)}.hamburger-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.hamburger-button:focus:not(:focus-visible){outline:none}.sidebar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1499;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.mobile{transform:translate(-100%);width:fit-content;min-width:160px;max-width:220px;box-shadow:2px 0 10px #0000001a;overflow-y:auto;padding-top:80px}.sidebar.mobile.mobile-open{transform:translate(0)}.sidebar.mobile:hover{width:fit-content;min-width:160px;max-width:220px}.sidebar.mobile .label{opacity:1!important;pointer-events:auto!important;display:block!important;white-space:nowrap}.sidebar.mobile .item{justify-content:flex-start!important;padding:12px 16px;margin:4px 0;border-radius:8px;transition:background-color .2s ease}.sidebar.mobile .item:hover{background-color:#ffffff1a;transform:none}@media (min-width: 769px) and (min-height: 501px){.hamburger-button,.sidebar-backdrop{display:none}}@media (max-width: 768px),(max-height: 500px){.sidebar.mobile{padding:80px 16px 24px}.sidebar.mobile .logo-container{margin-bottom:16px}.sidebar.mobile .logo{width:36px;height:36px}.sidebar.mobile .company-name{font-size:16px}.sidebar.mobile .top,.sidebar.mobile .middle,.sidebar.mobile .bottom{gap:16px}.sidebar.mobile .icon{width:22px;height:22px}.sidebar.mobile .label{font-size:16px;font-weight:500}.sidebar.mobile .item{min-height:48px;padding:12px 16px}}@media (max-width: 480px){.hamburger-button{top:12px;left:12px;width:40px;height:40px;font-size:18px}.sidebar.mobile{width:fit-content;min-width:150px;max-width:200px;padding:70px 12px 20px}.sidebar.mobile .company-name{font-size:18px}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:56px;background:linear-gradient(135deg,#0063f7,#0047b3);color:#fff;display:flex;flex-direction:column;padding:16px 8px;transition:width .18s ease;z-index:1500}.sidebar:hover{width:210px}.logo-container{display:flex;align-items:center;gap:18px;cursor:pointer;transition:all .12s ease}.logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}.company-name{font-weight:700;font-size:35px;white-space:nowrap;opacity:0;transition:opacity .12s ease;pointer-events:none;transform:translateY(5px);display:none}.sidebar:hover .company-name{display:block;opacity:1;pointer-events:auto}.sidebar.mobile.mobile-open .company-name{display:block!important;opacity:1!important;pointer-events:auto!important}.item{display:flex;align-items:center;gap:12px;background:none;border:none;color:inherit;cursor:pointer;font:inherit;transition:transform .12s}.sidebar:not(:hover) .item{justify-content:center}.sidebar:not(:hover) .label{display:none}.icon{width:24px;height:24px;flex-shrink:0}.item:hover{transform:scale(1.05)}@keyframes bounce-resize{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.item.bounce-animation{animation:bounce-resize .6s ease-in-out infinite}.label{white-space:nowrap;opacity:0;transition:opacity .12s}.sidebar:hover .label{opacity:1}.sidebar:not(:hover) .label{pointer-events:none}.top,.middle,.bottom{display:flex;flex-direction:column;gap:28px}.middle{flex:1;justify-content:center}.logo{width:40px;height:40px;object-fit:contain;cursor:pointer}.opening-sidebar{position:fixed;top:0;left:0;right:0;height:85px;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:10;isolation:isolate;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,calc(.12 * var(--opening-bg-alpha, 1)))}.opening-menu-button{display:none;background:none;border:none;color:#fff;font-size:24px;padding:8px;cursor:pointer;z-index:11}.opening-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#0063f7,#0047b3);padding:16px;flex-direction:column;gap:8px;box-shadow:0 4px 12px #0003}.opening-mobile-item{background:#ffffff1a;border:none;color:#fff;font-size:16px;font-weight:500;padding:14px 20px;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s ease}.opening-mobile-item:hover{background:#fff3}.opening-mobile-divider{height:1px;background:#fff3;margin:8px 0}.opening-mobile-login{background:transparent;border:2px solid rgba(255,255,255,.5);text-align:center}.opening-mobile-signup{background:#fff;color:#0063f7;font-weight:600;text-align:center}.opening-mobile-signup:hover{background:#ffffffe6}.opening-sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0063f7,#0047b3);opacity:var(--opening-bg-alpha, 1);transition:opacity .2s ease;z-index:0;pointer-events:none}.opening-left,.opening-right{display:flex;align-items:center;gap:24px;position:relative;z-index:1}.opening-left{flex:1}.opening-nav-items{display:flex;align-items:center;gap:28px;margin-left:24px}.opening-logo-container{display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .12s ease}.opening-logo-container:hover{transform:scale(1.05)}.opening-logo{width:55px;height:55px;object-fit:contain;flex-shrink:0}.opening-company-name{font-weight:700;font-size:42px;white-space:nowrap;opacity:1;pointer-events:auto;transform:translateY(0)}.opening-item{display:flex;align-items:center;gap:8px;background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-size:20px;font-weight:400;letter-spacing:.2px;padding:8px 10px;border-radius:6px;transition:all .12s ease}.opening-item:hover{background:#ffffff1a;transform:translateY(-1px)}.opening-label{white-space:nowrap;opacity:1;pointer-events:auto}.opening-auth-buttons{display:flex;align-items:center;gap:12px;margin-left:24px}.opening-login-button{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;padding:12px 24px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .12s ease;white-space:nowrap}.opening-login-button:hover{border-color:#ffffff80;background:#ffffff0d}.opening-get-started-button{background:#fff;border:none;color:#0063f7;padding:12px 24px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .12s ease;white-space:nowrap}.opening-get-started-button:hover{background:#ffffffe6;transform:translateY(-1px)}@media (max-width: 768px){.opening-sidebar{height:56px;padding:0 12px}.opening-logo{width:40px;height:40px}.opening-company-name{font-size:20px}.opening-nav-items{gap:8px;margin-left:8px}.opening-item{padding:4px 8px;font-size:14px}.opening-auth-buttons{gap:6px;margin-left:8px}.opening-login-button,.opening-get-started-button{padding:8px 14px;font-size:13px}}@media (max-width: 640px){.opening-sidebar{padding:0 10px}.opening-left,.opening-right{gap:12px}.opening-logo{width:36px;height:36px}.opening-company-name{font-size:18px}.opening-nav-items{gap:6px;margin-left:6px}.opening-item{padding:4px 6px;font-size:13px}.opening-auth-buttons{gap:4px;margin-left:4px}.opening-login-button,.opening-get-started-button{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.opening-sidebar{height:56px;padding:0 12px}.opening-logo{width:34px;height:34px}.opening-company-name{font-size:18px}.opening-logo-container{gap:8px}.opening-nav-items,.opening-auth-buttons{display:none}.opening-menu-button{display:flex;align-items:center;justify-content:center}.opening-mobile-menu{display:flex}}@media (max-height: 500px) and (orientation: landscape){.opening-sidebar{height:48px;padding:0 20px}.opening-logo{width:32px;height:32px}.opening-company-name{font-size:18px}.opening-nav-items{display:flex;gap:16px;margin-left:16px}.opening-item{font-size:13px;padding:4px 8px}.opening-auth-buttons{display:flex;gap:8px}.opening-login-button,.opening-get-started-button{padding:6px 14px;font-size:12px}.opening-menu-button,.opening-mobile-menu{display:none}}.image-comparison-container{position:relative;width:100%;-webkit-user-select:none;user-select:none;touch-action:none}.image-comparison-wrapper{position:relative;width:100%;overflow:hidden;border-radius:12px}.comparison-image{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.comparison-image-right{display:block;width:100%;height:auto}.comparison-image-clip{position:absolute;top:0;left:0;height:100%;overflow:hidden;will-change:width}.comparison-image-left{display:block;height:100%;object-fit:cover;object-position:left center}.comparison-slider{position:absolute;top:0;bottom:0;width:4px;cursor:ew-resize;z-index:10;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.slider-line{position:absolute;top:0;bottom:0;width:3px;background-color:var(--slider-color, #0063f7);box-shadow:0 0 10px #0063f780}.slider-arrows{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;color:#fff;pointer-events:none;z-index:11;background-color:#000000e6;padding:2px 4px;border-radius:4px;box-shadow:0 2px 4px #0003}.slider-arrows svg{width:14px;height:10px;opacity:1}.comparison-labels{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:space-between;padding:0 16px;pointer-events:none;z-index:5}.comparison-label{background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.comparison-label-left{margin-right:auto}.comparison-label-right{margin-left:auto}.overview-page{height:100%;width:100%;position:relative;overflow:hidden;font-family:Quicksand,sans-serif}.overview-content{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.overview-content::-webkit-scrollbar{display:none}.section{min-height:100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:40px}.section-content-wrapper{width:100%;max-width:1200px;margin:0 auto}.section-title{font-size:clamp(36px,5vw,56px);font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.2}.section-description{font-size:clamp(16px,2vw,20px);line-height:1.6;color:#4b5563;margin:0}.comparison-section,.workflow-section,.flowchart-section,.overview-page .contact-section{background-color:#fff;background-image:radial-gradient(circle,#e5e7eb 1.5px,transparent 1.5px);background-size:24px 24px;padding:80px 40px}.overview-page .contact-section{background-color:#fff!important;background-image:radial-gradient(circle,#e5e7eb 1px,transparent 1px)!important;background-size:20px 20px!important;background-position:0 0!important}.hero-section{position:relative;overflow:hidden;padding:0;align-items:stretch;justify-content:flex-start;background:#000014;font-family:sans-serif}.hero-waterfall-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-waterfall{position:absolute;right:0;top:0;height:200%;width:50%;max-width:800px;display:flex;flex-direction:column;animation:waterfall-scroll 60s linear infinite}.hero-waterfall img{width:100%;height:50%;object-fit:cover;display:block;flex-shrink:0}@keyframes waterfall-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,20,.85) 0%,rgba(0,0,20,.6) 50%,rgba(0,0,20,.3) 75%,transparent 100%);z-index:1}.hero-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:170px 40px 60px;color:#fff}.hero-title{font-size:clamp(32px,4.5vw,64px);line-height:1.02;margin:0 0 18px;font-weight:800;letter-spacing:-.8px}.hero-title-break,.hero-subtitle-break{display:block}.hero-subtitle{font-size:clamp(14px,2.5vw,25px);line-height:1.15;margin:0 0 48px;font-weight:400;opacity:.95;font-family:Quicksand,sans-serif}.hero-buttons{display:flex;align-items:flex-start;gap:20px;flex-wrap:wrap}.hero-button-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.hero-button-label{display:flex;align-items:center;gap:8px;color:#fff;font-size:18px;font-weight:400;font-family:Quicksand,sans-serif}.hero-button-label .check-icon{color:#10b981;font-size:20px;flex-shrink:0}.hero-cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;background:#ffffffeb;color:#3a2f7a;font-weight:800;font-size:34px;padding:18px 54px;border-radius:999px;box-shadow:0 18px 45px #00000040;transition:transform .14s ease,background .14s ease}.hero-cta:hover{transform:translateY(-1px);background:#fff}.hero-cta:active{transform:translateY(0)}.hero-cta-login{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(255,255,255,.9);background:transparent;cursor:pointer;color:#fff;font-weight:800;font-size:34px;padding:18px 54px;border-radius:999px;transition:transform .14s ease,border-color .14s ease,background .14s ease}.hero-cta-login:hover{transform:translateY(-1px);border-color:#fff;background:#ffffff1a}.hero-cta-login:active{transform:translateY(0)}.hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.hero-scroll-text{color:#fff;font-size:14px;font-weight:400;letter-spacing:.5px;transition:color .2s ease}.hero-scroll-indicator svg{color:#ffffffb3;font-size:24px;animation:bounce-vertical 2s infinite;transition:color .2s ease}.hero-scroll-indicator:hover .hero-scroll-text,.hero-scroll-indicator:hover svg{color:#00d5ff}@keyframes bounce-vertical{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.flowchart-content{display:flex;flex-direction:column;align-items:center;gap:60px}.flowchart-container{display:flex;align-items:flex-start;justify-content:center;gap:0;flex-wrap:nowrap;max-width:100%;margin:0 auto}.flowchart-node{display:flex;flex-direction:column;flex:0 0 auto;margin:0 32px}.flowchart-icon{width:280px;height:200px;border-radius:12px;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin:0 auto;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease;background-color:#f3f4f6;box-shadow:0 2px 8px #0000001a}.flowchart-icon.active{border-color:#9ca3af}.flowchart-icon svg{width:80px;height:80px;color:#9ca3af;stroke-width:2.5;transition:color .2s ease}.flowchart-icon.active svg{color:#fff}.flowchart-node:nth-child(1) .flowchart-icon.active{background-color:#3b82f6}.flowchart-node:nth-child(2) .flowchart-icon.active{background-color:#10b981}.flowchart-node:nth-child(3) .flowchart-icon.active{background-color:#8b5cf6}.flowchart-node:nth-child(4) .flowchart-icon.active{background-color:#f59e0b}.flowchart-description{margin-top:48px;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.flowchart-description-heading{font-size:26px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.3}.flowchart-description-text{font-size:20px;line-height:1.6;color:#4b5563;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rfix-gradient-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.rfix-gradient-green{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.rfix-gradient-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.rfix-gradient-orange{background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.workflow-content{display:flex;flex-direction:column;align-items:center;gap:40px}.workflow-content-inner{display:flex;gap:60px;align-items:center;width:100%}.workflow-text{flex:1;max-width:500px}.workflow-video-wrapper{flex:1;max-width:800px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026}.workflow-video{width:100%;height:auto;display:block;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.comparison-content{display:flex;flex-direction:column;gap:40px;align-items:center}.comparison-title{text-align:center}.comparison-content-inner{display:flex;gap:60px;align-items:center;width:100%}.comparison-text{flex:1;max-width:500px}.comparison-image-wrapper{flex:1;max-width:600px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026}.comparison-image-wrapper img{width:100%;height:auto;display:block}.contact-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;text-align:center}.contact-simple-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;background:linear-gradient(135deg,#0063f7,#0047b3);color:#fff;font-weight:600;font-size:18px;padding:16px 40px;border-radius:999px;box-shadow:0 4px 15px #0063f74d;transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.contact-simple-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0063f766;background:linear-gradient(135deg,#0052d6,#003d9a)}.contact-simple-button:active{transform:translateY(0)}.legal-links{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;font-size:14px;color:#4b5563}.legal-links a{color:#0063f7;text-decoration:none}.legal-links a:hover{text-decoration:underline}.legal-links .divider{color:#9ca3af}@media (max-width: 768px){.overview-content{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.section{padding:20px;min-height:100vh;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:always}.hero-section{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.hero-inner{flex:1;display:flex;flex-direction:column;justify-content:center;padding:80px 24px 100px}.hero-title{font-size:clamp(36px,9vw,46px);margin-bottom:16px;line-height:1.15}.hero-title-break,.hero-subtitle-break{display:inline}.hero-subtitle{font-size:clamp(20px,5vw,24px);margin-bottom:32px;line-height:1.5}.hero-buttons{flex-direction:column;gap:12px;width:100%;margin-top:auto}.hero-button-wrapper{width:100%}.hero-cta{font-size:22px;padding:16px 32px;width:100%}.hero-cta-login{font-size:20px;padding:14px 28px;width:100%}.hero-button-label{font-size:13px;margin-top:4px}.hero-scroll-indicator{position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero-scroll-text{font-size:11px}.hero-scroll-indicator svg{font-size:18px}.hero-waterfall{width:100%;height:200%;max-width:none;top:0;left:0;right:0;transform:none;opacity:1;flex-direction:column;animation:waterfall-scroll 60s linear infinite}.hero-waterfall img{width:100%;height:50%;object-fit:cover}.hero-overlay{background:linear-gradient(180deg,#000014bf,#00001480 30%,#00001480 70%,#000014bf)}.comparison-content-inner,.workflow-content-inner{flex-direction:column;gap:24px;text-align:center}.workflow-content,.comparison-content{gap:20px}.section-title{margin-bottom:30px}.workflow-title,.comparison-title{text-align:center}.comparison-text,.workflow-text{max-width:100%}.comparison-image-wrapper,.workflow-video-wrapper{max-width:100%;width:100%}.comparison-section,.workflow-section,.flowchart-section,.overview-page .contact-section{padding:50px 20px}.flowchart-content{gap:20px}.flowchart-container{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;overflow-x:visible;padding:0 16px;margin:0;width:100%;max-width:100%;justify-items:center}.flowchart-container::-webkit-scrollbar{display:none}.flowchart-node{width:100%;margin:0;flex:none}.flowchart-icon{width:100%;max-width:none;height:90px;margin:0;border-radius:16px}.flowchart-icon svg{width:40px;height:40px}.flowchart-description{margin-top:20px;padding:0 10px}.flowchart-description-heading{font-size:22px}.flowchart-description-text{font-size:18px;-webkit-line-clamp:4;line-clamp:4}.section-title{font-size:clamp(32px,8vw,42px)}.section-description{font-size:clamp(18px,4.5vw,22px)}.contact-simple-button{font-size:16px;padding:14px 32px;width:100%;max-width:280px}.legal-links{flex-wrap:wrap;font-size:12px}}@media (max-width: 480px){.section{padding:16px;min-height:100vh;min-height:100dvh}.hero-inner{padding:70px 16px 90px}.hero-title{font-size:32px;line-height:1.2}.hero-subtitle{font-size:19px;line-height:1.5;margin-bottom:28px}.hero-buttons{gap:10px}.hero-cta{font-size:20px;padding:14px 24px}.hero-cta-login{font-size:19px;padding:12px 20px}.hero-button-label{font-size:12px}.hero-button-label .check-icon{font-size:14px}.hero-scroll-indicator{bottom:12px}.hero-scroll-text{font-size:10px}.hero-waterfall{animation:waterfall-scroll 60s linear infinite}.comparison-section,.workflow-section,.flowchart-section,.overview-page .contact-section{padding:40px 16px}.flowchart-container{gap:10px;padding:0 12px}.flowchart-icon{height:80px;border-radius:14px}.flowchart-icon svg{width:36px;height:36px}.flowchart-description{margin-top:16px}.flowchart-description-heading{font-size:20px}.flowchart-description-text{font-size:17px}.section-title{font-size:30px}.section-description{font-size:18px}.contact-simple{gap:1.25rem}.contact-simple-button{font-size:15px;padding:12px 24px}}@media (max-height: 500px) and (orientation: landscape){.overview-content{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.section{min-height:100vh;min-height:100dvh;padding:20px 40px;scroll-snap-align:start;scroll-snap-stop:always}.hero-section{min-height:100vh;min-height:100dvh}.hero-inner{padding:70px 40px 60px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.hero-title{font-size:clamp(20px,5vw,32px);margin-bottom:10px}.hero-subtitle{font-size:clamp(12px,2.5vw,16px);margin-bottom:16px}.hero-buttons{flex-direction:row;gap:12px;width:auto;margin-top:16px}.hero-button-wrapper{width:auto}.hero-cta,.hero-cta-login{font-size:14px;padding:10px 24px;width:auto}.hero-button-label{font-size:11px}.hero-scroll-indicator{display:none}.hero-waterfall{width:50%;right:0;left:auto}.hero-overlay{background:linear-gradient(90deg,#000014e6,#000014b3,#00001466)}.flowchart-section{padding:30px 40px}.flowchart-content{gap:16px}.flowchart-container{display:flex;flex-direction:row;grid-template-columns:none;gap:12px;padding:0;max-width:100%;overflow-x:auto;justify-content:center}.flowchart-node{width:auto;flex:0 0 auto}.flowchart-icon{width:100px;height:70px}.flowchart-icon svg{width:28px;height:28px}.flowchart-description{margin-top:12px}.flowchart-description-heading{font-size:14px}.flowchart-description-text{font-size:12px;-webkit-line-clamp:2;line-clamp:2}.comparison-section,.workflow-section,.overview-page .contact-section{padding:30px 40px}.comparison-content-inner,.workflow-content-inner{flex-direction:row;gap:30px;text-align:left}.workflow-content,.comparison-content{display:grid;grid-template-columns:minmax(200px,50%) 1fr;grid-template-rows:auto 1fr;gap:8px 24px;align-items:center}.workflow-title,.comparison-title{grid-column:1;grid-row:1;text-align:left;margin-bottom:0;font-size:clamp(14px,3vw,18px)}.workflow-content-inner,.comparison-content-inner{display:contents}.workflow-text,.comparison-text{grid-column:1;grid-row:2;max-width:none}.workflow-video-wrapper,.comparison-image-wrapper{grid-column:2;grid-row:1 / 3;max-width:none;width:100%;align-self:center}.workflow-video-wrapper video,.comparison-image-wrapper{max-height:70vh;object-fit:contain}.section-title{font-size:clamp(18px,4vw,24px);margin-bottom:12px}.section-description{font-size:clamp(12px,2vw,14px)}.contact-simple{gap:1rem}.contact-simple-button{font-size:14px;padding:10px 24px}}.pricing-page{width:100%;position:relative;padding:125px 20px 60px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-y:auto}.pricing-content{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.pricing-header h1 .rfix-gradient{background:linear-gradient(135deg,#0063f7,#0047b3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pricing-header p{font-size:1rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6;font-weight:400}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,480px));gap:2rem;margin-bottom:3rem;justify-content:center}.pricing-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px -5px #0000001a;border:2px solid transparent;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -5px #00000026}.pricing-card.featured{border-color:#2563eb;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.plan-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.plan-header h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.plan-header p{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.plan-description{color:#64748b;font-size:1rem;line-height:1.6}.features-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.features-list{list-style:none;padding:0;margin:0 0 1rem}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.feature-item:last-child{border-bottom:none}.feature-name{font-weight:500;color:#374151;flex:1}.feature-value{display:flex;align-items:center;margin-left:1rem}.feature-check{color:#10b981;font-size:1.25rem;font-weight:700}.feature-cross{color:#ef4444;font-size:1.25rem}.feature-text{color:#2563eb;font-weight:600;font-size:.875rem;text-align:right}.pricing-card.demo-plan .feature-text{color:#000!important;font-weight:700!important}.plan-button{width:100%;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.free-button{background:#f8fafc;color:#475569;border:2px solid #e2e8f0}.free-button:hover{background:#e2e8f0;color:#334155}.pro-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 15px #2563eb4d}.pro-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb66;transform:translateY(-2px)}.plan-button:disabled{opacity:.5;cursor:not-allowed}.pricing-footer{text-align:center;margin-top:2rem;margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.pricing-footer p{color:#64748b;font-size:1rem}.pricing-footer a{color:#2563eb;text-decoration:none;font-weight:600}.pricing-footer a:hover{text-decoration:underline}.footer-link-button{background:none;border:none;color:#2563eb;text-decoration:none;font-weight:600;cursor:pointer;padding:0;font:inherit}.footer-link-button:hover{text-decoration:underline}.free-plan{border-left:4px solid #10b981}.pro-plan{border-left:4px solid #2563eb}@media (max-width: 768px){.pricing-page{padding:70px 16px 30px;min-height:100vh}.pricing-header{margin-bottom:1.5rem}.pricing-header h1{font-size:1.75rem}.pricing-header p{font-size:.9rem}.pricing-grid{grid-template-columns:1fr;gap:1.25rem}.pricing-card{padding:1.25rem;border-radius:16px}.pricing-card.featured,.pricing-card.featured:hover{transform:none}.plan-header{margin-bottom:.75rem;padding-bottom:.75rem}.plan-header h2{font-size:1.5rem;margin-bottom:.5rem}.plan-header p{font-size:.9rem}.feature-item{flex-direction:row;align-items:center;justify-content:space-between;padding:.625rem 0;gap:0}.feature-name{font-size:.875rem}.feature-value{margin-left:.75rem}.feature-text{font-size:.8rem}.plan-button{padding:.875rem 1.5rem;font-size:.95rem;margin-top:.5rem}.popular-badge{font-size:.7rem;padding:.35rem .875rem;top:-10px}.pricing-footer{margin-top:1.5rem;margin-bottom:1rem;padding-top:1rem}.pricing-footer p{font-size:.9rem}}@media (max-width: 480px){.pricing-page{padding:65px 12px 24px}.pricing-header{margin-bottom:1.25rem}.pricing-header h1{font-size:1.5rem}.pricing-header p{font-size:.8rem;line-height:1.5}.pricing-grid{gap:1rem}.pricing-card{padding:1rem;border-radius:14px}.plan-header{margin-bottom:.5rem;padding-bottom:.5rem}.plan-header h2{font-size:1.25rem;margin-bottom:.375rem}.plan-header p{font-size:.8rem}.feature-item{padding:.5rem 0}.feature-name{font-size:.8rem}.feature-text{font-size:.75rem}.feature-check,.feature-cross{font-size:1rem}.plan-button{padding:.75rem 1rem;font-size:.875rem;border-radius:10px}.popular-badge{font-size:.65rem;padding:.3rem .75rem}}@media (max-height: 500px) and (orientation: landscape){.pricing-page{padding:60px 30px 20px}.pricing-header{margin-bottom:1.5rem}.pricing-header h1{font-size:1.5rem}.pricing-header p{font-size:.8rem}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}.pricing-card{padding:1rem;margin-top:8px}.pricing-card.featured{margin-top:12px}.popular-badge{font-size:.6rem;padding:.25rem .6rem;top:-8px}.plan-header h2{font-size:1.1rem;margin-bottom:.25rem}.plan-header p{font-size:.7rem}.feature-item{padding:.35rem 0}.feature-name{font-size:.7rem}.feature-text{font-size:.65rem}.plan-button{padding:.5rem .75rem;font-size:.75rem}}.about-page{min-height:100vh;width:100%;position:relative;padding:125px 20px 40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.about-content{max-width:1200px;margin:0 auto}.about-content h1{font-size:3rem;color:#1f2937;margin-bottom:2rem;text-align:center;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1e40af);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-intro{font-size:1.2rem;line-height:1.8;color:#4b5563;max-width:800px;margin:0 auto 4rem;text-align:center}.about-content h2{font-size:2.2rem;color:#1f2937;margin-bottom:1.5rem;text-align:center;font-weight:600}.about-content section{margin-bottom:4rem;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.mission-content,.vision-content{text-align:center}.mission-content p,.vision-content p{font-size:1.2rem;line-height:1.8;color:#4b5563;max-width:800px;margin:0 auto}.founder-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-bottom:4rem}.founder-content{display:flex;gap:3rem;align-items:flex-start}.founder-photo{flex-shrink:0;width:300px;height:300px;border-radius:12px;overflow:hidden;border:4px solid #e5e7eb}.founder-photo img{width:100%;height:100%;object-fit:cover}.founder-info{flex:1}.founder-info h2{font-size:2rem;color:#1f2937;margin-bottom:.5rem;font-weight:600;text-align:left}.founder-role{font-size:1.2rem;color:#3b82f6;font-weight:500;margin-bottom:1.5rem}.founder-bio{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.founder-email{font-size:1.1rem;margin-top:1.5rem}.founder-email a{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.founder-email a:hover{color:#1e40af;text-decoration:underline}.team-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:2rem}.team-grid .team-member:nth-child(3){grid-column:1 / -1;max-width:400px;margin:0 auto}.team-member{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.team-member:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.team-member:active{transform:translateY(-2px)}.team-member:hover .member-info h3{color:#3b82f6;transition:color .3s ease}.member-photo{width:160px;height:160px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #e5e7eb;transition:border-color .3s ease}.team-member:hover .member-photo{border-color:#3b82f6}.member-photo img{width:100%;height:100%;object-fit:cover}.member-info h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.member-info .role{font-size:1.1rem;color:#3b82f6;font-weight:500;margin-bottom:1rem}.member-info .bio{font-size:1rem;line-height:1.6;color:#6b7280}.member-info .click-hint{font-size:.9rem;color:#3b82f6;font-weight:500;margin-top:1rem;opacity:.8;transition:opacity .3s ease}.team-member:hover .click-hint{opacity:1}.technology-section{background:linear-gradient(135deg,#fef7ff,#fae8ff)}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 1px 3px #0000001a}.feature h4{font-size:1.3rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.feature p{color:#6b7280;line-height:1.6}.contact-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.contact-content{text-align:center}.contact-content p{font-size:1.2rem;line-height:1.8;color:#4b5563;max-width:600px;margin:0 auto 1.5rem}.contact-info{margin-top:2rem}.contact-info p{font-size:1.1rem;color:#059669;font-weight:500}@media (max-width: 768px){.about-page{padding:76px 15px 20px}.about-content h1{font-size:2.2rem;margin-bottom:2rem}.about-content h2{font-size:1.8rem}.about-content section{padding:1.5rem;margin-bottom:2.5rem}.founder-section{padding:1.5rem;margin-bottom:2.5rem}.founder-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.founder-photo{width:160px;height:160px}.founder-info h2{text-align:center}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-grid .team-member:nth-child(3){grid-column:1;max-width:none;margin:0}.tech-features{grid-template-columns:1fr}.member-photo{width:120px;height:120px}}@media (max-width: 480px){.about-page{padding:70px 12px 20px}.about-content h1{font-size:1.75rem;margin-bottom:1.5rem}.about-content h2{font-size:1.5rem;margin-bottom:1rem}.about-intro{font-size:1rem;margin-bottom:2.5rem}.about-content section{padding:1.25rem;margin-bottom:2rem}.founder-section{padding:1.25rem;margin-bottom:2rem}.founder-photo{width:140px;height:140px}.founder-info h2{font-size:1.5rem}.founder-role,.founder-bio{font-size:1rem}.team-member{padding:1.25rem}.member-photo{width:100px;height:100px}.member-info h3{font-size:1.25rem}.member-info .role{font-size:1rem}.member-info .bio{font-size:.9rem}.tech-features{gap:1.5rem}.feature{padding:1.25rem}.feature h4{font-size:1.1rem}.feature p{font-size:.9rem}.contact-content p{font-size:1rem}}@media (max-height: 500px) and (orientation: landscape){.about-page{padding:60px 40px 20px}.about-content h1{font-size:1.75rem;margin-bottom:1rem}.about-content h2{font-size:1.25rem}.about-intro{font-size:.95rem;margin-bottom:2rem}.about-content section{padding:1.25rem;margin-bottom:1.5rem}.founder-content{flex-direction:row;text-align:left}.founder-photo{width:120px;height:120px}.team-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.team-grid .team-member:nth-child(3){grid-column:auto;max-width:none}.member-photo{width:80px;height:80px}}.contact-page{min-height:100vh;width:100%;padding:125px 20px 60px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.contact-page-header{text-align:center;margin-bottom:2.5rem;max-width:800px;width:100%}.contact-page-content{max-width:800px;width:100%;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px -5px #0000001a}.contact-page-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.contact-page-header p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.contact-form-container{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group:has(textarea) label{text-align:center}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;color:#1f2937;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0063f7;box-shadow:0 0 0 3px #0063f71a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:.875rem 2rem;background:linear-gradient(135deg,#0063f7,#0047b3);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0052d6,#003d9a);transform:translateY(-1px);box-shadow:0 4px 12px #0063f74d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;text-align:center}@media (max-width: 768px){.contact-page{padding:90px 16px 40px}.contact-page-header{margin-bottom:2rem}.contact-page-content{padding:2rem 1.5rem}.contact-page-header h1{font-size:clamp(1.75rem,5vw,2rem)}.contact-page-header p{font-size:.95rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-group input,.form-group textarea{font-size:16px}}@media (max-width: 480px){.contact-page{padding:80px 12px 30px}.contact-page-content{padding:1.5rem 1.25rem;border-radius:16px}.contact-page-header h1{font-size:1.5rem;margin-bottom:.5rem}.contact-page-header p{font-size:.875rem}.contact-form-container{gap:1.25rem}.form-group input,.form-group textarea{padding:.625rem .875rem}.submit-button{padding:.75rem 1.5rem;font-size:.95rem}}@media (max-height: 500px) and (orientation: landscape){.contact-page{padding:60px 40px 20px}.contact-page-header{margin-bottom:1rem}.contact-page-header h1{font-size:1.5rem}.contact-page-content{padding:1.25rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem}.form-group{gap:.25rem}.form-group textarea{min-height:80px}}.login-page{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.login-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:400px}.login-container h1{font-size:2rem;color:#1f2937;margin-bottom:2rem;text-align:center}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem}.login-button{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-button:hover{background-color:#1d4ed8}.forgot-password-button{width:100%;padding:.5rem;background:none;color:#2563eb;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;margin-top:1rem;transition:background-color .2s ease}.forgot-password-button:hover{background-color:#f3f4f6}.forgot-password-button:disabled{opacity:.5;cursor:not-allowed}.signup-link{margin-top:1.5rem;text-align:center;color:#6b7280}.signup-link button{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0;margin-left:.25rem}.signup-link button:hover{text-decoration:underline}@media (max-width: 768px){.login-page{padding:80px 20px 20px;align-items:flex-start}.login-container{padding:1.5rem;max-width:100%}.login-container h1{font-size:1.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.login-page{padding:70px 16px 16px}.login-container{padding:1.25rem}.login-container h1{font-size:1.5rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group input{padding:.625rem;font-size:16px}.login-button,.google-signin-button{padding:.625rem;font-size:.95rem}}@media (max-height: 500px) and (orientation: landscape){.login-page{padding:60px 40px 20px;align-items:center}.login-container{max-width:400px;padding:1.25rem}.login-container h1{font-size:1.5rem;margin-bottom:1rem}.form-group{margin-bottom:.75rem}.form-group input{padding:.5rem}.divider{margin:.75rem 0}}.signup-page{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.signup-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:400px}.signup-container h1{font-size:2rem;color:#1f2937;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4b5563;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.signup-button{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.signup-button:hover{background-color:#1d4ed8}.google-signin-button{width:100%;padding:.75rem;background-color:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:background-color .2s ease,box-shadow .2s ease}.google-signin-button:hover{background-color:#f8f9fa;box-shadow:0 1px 3px #0000001a}.google-signin-button:disabled{opacity:.6;cursor:not-allowed}.google-signin-button svg{flex-shrink:0}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:#e5e7eb}.divider span{padding:0 1rem;color:#9ca3af;font-size:.875rem}.login-link{margin-top:1.5rem;text-align:center;color:#6b7280}.login-link button{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0;margin-left:.25rem}.login-link button:hover{text-decoration:underline}@media (max-width: 768px){.signup-page{padding:80px 20px 20px;align-items:flex-start}.signup-container{padding:1.5rem;max-width:100%}.signup-container h1{font-size:1.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.signup-page{padding:70px 16px 16px}.signup-container{padding:1.25rem}.signup-container h1{font-size:1.5rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group input{padding:.625rem;font-size:16px}.signup-button,.google-signin-button{padding:.625rem;font-size:.95rem}}@media (max-height: 500px) and (orientation: landscape){.signup-page{padding:60px 40px 20px;align-items:center}.signup-container{max-width:400px;padding:1.25rem}.signup-container h1{font-size:1.5rem;margin-bottom:1rem}.form-group{margin-bottom:.75rem}.form-group input{padding:.5rem}.divider{margin:.75rem 0}}.user-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:2rem}.user-container{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:600px}.user-container h1{font-size:2rem;color:#1f2937;margin-bottom:2rem;text-align:center}.error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem}.profile-section{margin-bottom:2rem}.profile-section h2{font-size:1.25rem;color:#374151;margin-bottom:1rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.profile-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.info-item:last-child{border-bottom:none}.info-item label{font-weight:600;color:#4b5563;min-width:100px}.info-item span{color:#1f2937;text-align:right}.subscription-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase}.subscription-badge.free{background-color:#e5e7eb;color:#4b5563}.subscription-badge.pro{background-color:#dbeafe;color:#1d4ed8}.subscription-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.upgrade-button{padding:.375rem .75rem;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.upgrade-button:hover{background-color:#059669}.upgrade-button:disabled{opacity:.5;cursor:not-allowed}.actions-section h2{font-size:1.25rem;color:#374151;margin-bottom:1rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.modify-subscription-button,.logout-button,.delete-account-button{width:100%;padding:.75rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-bottom:1rem}.modify-subscription-button{background-color:#2563eb;color:#fff}.modify-subscription-button:hover{background-color:#1d4ed8}.logout-button{background-color:#6b7280;color:#fff}.logout-button:hover{background-color:#4b5563}.delete-account-button{background-color:#dc2626;color:#fff}.delete-account-button:hover{background-color:#b91c1c}.modify-subscription-button:disabled,.logout-button:disabled,.delete-account-button:disabled{opacity:.5;cursor:not-allowed}.delete-confirm-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:400px}.modal-content h3{font-size:1.5rem;color:#dc2626;margin-bottom:1rem;text-align:center}.modal-content p{color:#4b5563;margin-bottom:1rem;line-height:1.5}.modal-error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.password-input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;margin-bottom:1.5rem;box-sizing:border-box}.password-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-actions{display:flex;gap:1rem}.cancel-button,.confirm-delete-button{flex:1;padding:.75rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cancel-button{background-color:#f3f4f6;color:#374151}.cancel-button:hover{background-color:#e5e7eb}.confirm-delete-button{background-color:#dc2626;color:#fff}.confirm-delete-button:hover{background-color:#b91c1c}.cancel-button:disabled,.confirm-delete-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.user-page{padding:1rem}.user-container{padding:1.5rem}.info-item{flex-direction:column;align-items:flex-start;gap:.5rem}.info-item span{text-align:left}}.help-page{display:flex;justify-content:center;padding:2rem;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.help-container{max-width:800px;width:100%;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:3rem;margin:0 auto}.help-container h1{color:#2c3e50;margin-bottom:2rem;text-align:center;font-size:2.5rem;font-weight:600}.help-section{margin-bottom:3rem;border-bottom:1px solid #eee;padding-bottom:2rem}.help-section:last-child{border-bottom:none;margin-bottom:0}.help-section h2{color:#34495e;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.help-section p{color:#555;line-height:1.6;margin-bottom:1rem}.help-section ul,.help-section ol{margin-left:1.5rem;margin-bottom:1rem}.help-section li{color:#555;line-height:1.6;margin-bottom:.5rem}.help-section li strong{color:#2c3e50;font-weight:600}.export-logs-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:1rem 0}.export-logs-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.export-logs-button:active{transform:translateY(0)}.start-tour-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0063f7,#0047b3);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:1rem 0}.start-tour-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0063f766}.start-tour-button:active{transform:translateY(0)}.button-icon{font-size:1.1rem}.export-note{font-size:.9rem;color:#666;font-style:italic;margin-top:.5rem}.contact-options{display:grid;gap:1.5rem;margin-top:1rem}.contact-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.contact-icon{font-size:1.5rem;color:#667eea;margin-top:.25rem;flex-shrink:0}.contact-option h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.contact-option p{margin:0;color:#555;font-size:.9rem}.shortcuts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.shortcut{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8f9fa;border-radius:6px}.shortcut kbd{background:#34495e;color:#fff;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.8rem;font-weight:700;min-width:60px;text-align:center}.shortcut span{color:#555;font-size:.9rem}@media (max-width: 768px){.help-page{padding:1rem}.help-container{padding:2rem}.help-container h1{font-size:2rem}.shortcuts-grid{grid-template-columns:1fr}.contact-option{flex-direction:column;text-align:center;gap:.5rem}.contact-icon{margin-top:0}}.help-footer{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:12px;color:#555}.help-footer a{color:#0063f7;text-decoration:none;font-size:.95rem}.help-footer a:hover{text-decoration:underline}.help-footer .divider{color:#9ca3af}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.nodes-sidebar{width:250px;padding:15px;border-right:1px solid #eee;background-color:#f7f7f7;overflow-y:auto;height:100%;box-sizing:border-box}.sidebar-search{margin-bottom:15px;position:relative}.sidebar-search input{width:100%;padding:8px 28px 8px 10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:0 4px;line-height:1;font-size:16px;color:#999}.clear-search-btn:hover{color:#333}.node-category{margin-bottom:25px}.category-header{margin-top:0;margin-bottom:15px;font-size:1.2em;font-weight:600;color:#1a192b;border-bottom:2px solid #000;padding-bottom:8px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.category-collapse-indicator{margin-right:10px;font-size:14px;color:#000}.node-group{margin-bottom:15px;margin-left:10px}.node-group h3{margin-top:0;margin-bottom:10px;font-size:1em;color:#333}.dndnode{display:flex;align-items:center;padding:10px;margin-bottom:8px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:grab;font-size:.9em;transition:all .2s ease}.node-icon{margin-right:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.node-icon-svg{width:18px;height:18px;color:#4a90e2}.node-name{flex:1}.selected-indicator{color:#2196f3;font-weight:700;margin-left:8px;flex-shrink:0}.dndnode:active{cursor:grabbing}.dndnode:hover{background-color:#f0f8ff;border-color:#4a90e2}.dndnode.selected-for-placement{background-color:#e3f2fd;border-color:#2196f3;border-width:2px;box-shadow:0 2px 4px #2196f333}.dndnode.dragging{opacity:.5;transform:scale(.95)}.drag-preview{position:fixed;top:0;left:0;z-index:9999;background-color:#2196f3;color:#fff;padding:8px 12px;border-radius:4px;font-size:.9em;pointer-events:none;box-shadow:0 4px 8px #0000004d;transform:translate(-50%,-50%);animation:dragPulse 1s ease-in-out infinite alternate}@keyframes dragPulse{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.05)}}.dndnode{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 768px){.nodes-sidebar{padding:12px;z-index:1000;transition:transform .3s ease,height .3s ease;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.nodes-sidebar.mobile-collapsed-vertical{height:0;min-height:0;padding:0;overflow:hidden;border-bottom:none}.nodes-sidebar.mobile-collapsed-horizontal{width:0!important;min-width:0!important;max-width:0;padding:0!important;margin:0;border:none!important;background:transparent!important;overflow:hidden;visibility:hidden;box-shadow:none!important;outline:none!important}.nodes-sidebar.mobile-collapsed-horizontal *{display:none!important}.dndnode{padding:14px;margin-bottom:10px;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none}.dndnode:hover{background-color:#fff;border-color:#ddd}.dndnode:active{background-color:#f0f8ff;border-color:#4a90e2}.category-header{padding:14px 0;font-size:1.15em;touch-action:manipulation}.group-header{padding:12px 0;font-size:1.1em;touch-action:manipulation}}@media (max-width: 480px){.nodes-sidebar{padding:10px}.dndnode{padding:16px;font-size:1em}.node-icon{margin-right:10px;font-size:1.3em}.sidebar-search input{padding:12px;font-size:1em}}.no-results{text-align:center;color:#777;margin-top:20px}.group-header{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 0;margin:0}.mobile-sidebar-toggle{display:none}@media (max-width: 768px){.mobile-sidebar-toggle{display:flex;position:fixed;bottom:20px;right:20px;z-index:1001;background:#2196f3b3;border:none;border-radius:50%;width:48px;height:48px;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 4px 12px #2196f34d;transition:all .2s ease}.mobile-sidebar-toggle:hover{background:#1976d2cc;transform:translateY(-2px);box-shadow:0 6px 16px #2196f366}.mobile-sidebar-toggle:active{transform:translateY(0)}}@media (max-height: 500px) and (min-width: 769px){.mobile-sidebar-toggle{display:flex;position:fixed;top:50%;left:20px;transform:translateY(-50%);z-index:1001;background:#2196f3b3;border:none;border-radius:50%;width:48px;height:48px;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 4px 12px #2196f34d;transition:all .2s ease}.mobile-sidebar-toggle:hover{background:#1976d2cc;transform:translateY(-50%) translate(-2px);box-shadow:0 6px 16px #2196f366}.mobile-sidebar-toggle:active{transform:translateY(-50%) translate(0)}}.category-header:hover{color:#0d47a1;border-bottom-color:#000}.group-header:hover{color:#1a192b}.group-collapse-indicator{margin-right:8px;font-size:12px;color:#000}.nodes-sidebar.dragging-active{touch-action:none;overflow:hidden}.nodes-sidebar.dragging-active .dndnode{touch-action:none}.dndnode.disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}.dndnode.disabled:hover{background-color:#f5f5f5;border-color:#ddd}.dndnode.disabled:active{cursor:not-allowed}.base-node{border:1px solid #A0AEC0;padding:0;border-radius:8px;background:#fff;min-width:180px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:border-color .2s ease}.base-node.selected{border:2px solid #000000}.base-node:has(.validation-error),.base-node:has(.cell-validation-error),.base-node.has-errors{border:3px solid #ff0000!important}.base-node:has(.validation-error) .node-header,.base-node:has(.cell-validation-error) .node-header,.base-node.has-errors .node-header{background-color:#ef4444!important}.base-node .error-warning-icon{position:absolute;top:2px;left:50%;transform:translate(-50%);font-size:14px;color:#fef08a;text-shadow:0 0 2px rgba(0,0,0,.5);z-index:10}.base-node .node-header{background-color:#4299e1;color:#fff;padding:10px 12px;border-top-left-radius:8px;border-top-right-radius:8px;font-weight:600;text-align:center;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.base-node .collapse-indicator{font-size:.8em;margin-left:8px}.base-node.collapsed{width:80px;height:80px;min-width:80px;padding:0}.base-node.collapsed .node-header{border-bottom:none;border-radius:8px;height:100%;display:flex;align-items:center;justify-content:center}.base-node .node-header .label-group{display:flex;flex-direction:column;align-items:center;flex-grow:1;text-align:center}.base-node .node-header .label-input{width:calc(100% - 30px);padding:2px 5px;border:1px solid #ccc;border-radius:3px;text-align:center;background-color:#fff;color:#000}.base-node .node-type-indicator{display:block;font-size:.75em;color:#aaa;margin-top:2px;text-align:center}.base-node.collapsed .node-header .collapse-indicator,.base-node.collapsed .node-content{display:none}.base-node.collapsed .react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.base-node.collapsed .react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.base-node .node-content{padding:12px}.base-node .param-row{margin-bottom:8px;display:flex;flex-direction:column;align-items:flex-start}.base-node .param-row:last-child{margin-bottom:0}.base-node .param-row label{margin-bottom:4px;font-size:.9em;color:#333}.base-node .param-row input{width:calc(100% - 16px);padding:6px 8px;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:.9em}.param-row{margin-bottom:12px;display:flex;flex-direction:column}.param-row label{margin-bottom:6px;font-size:.875em;color:#4a5568;font-weight:500}.param-row input[type=text],.param-row input[type=number],.param-row select,.param-row textarea.text-input{width:calc(100% - 18px);padding:10px 9px;border:1px solid #CBD5E0;border-radius:6px;box-sizing:border-box;font-size:.9em;background-color:#fff;color:#2d3748;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.param-row textarea.text-input{resize:vertical;min-height:60px;font-family:inherit;line-height:1.4}.param-row input[type=text]:focus,.param-row input[type=number]:focus,.param-row select:focus,.param-row textarea.text-input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e180;outline:none}.param-row input[type=text]:disabled,.param-row input[type=number]:disabled,.param-row select:disabled,.param-row textarea.text-input:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed;opacity:.7}.param-row select:disabled{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23A0AEC0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.4-5.4-13z%22%2F%3E%3C%2Fsvg%3E)}.param-row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234A5568%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.4-5.4-13z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 10px center;background-size:10px 10px;padding-right:30px}.param-row-complex .input-group{display:flex;flex-direction:row;align-items:center;gap:8px}.param-row-complex .input-group input[type=number]{flex-grow:1;margin-right:0;border-top-right-radius:6px;border-bottom-right-radius:6px}.param-row-complex .input-group .unit-select{flex-shrink:0;width:auto;min-width:80px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-left:1px solid #CBD5E0;background-color:#f7fafc;color:#4a5568}.param-row-complex .input-group input[type=number]:focus+.unit-select{border-color:#4299e1;box-shadow:0 0 0 3px #4299e180;z-index:2}.param-row-complex .input-group .unit-select:focus{z-index:2}.param-row-complex .input-group input[type=number]:disabled,.param-row-complex .input-group .unit-select:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed;opacity:.7}.table-placeholder{padding:10px;border:1px dashed #CBD5E0;background-color:#f7fafc;text-align:center;color:#718096;border-radius:6px;min-height:50px;display:flex;align-items:center;justify-content:center}.param-table table{width:100%;border-collapse:collapse;margin-top:8px}.param-table th,.param-table td{border:1px solid #e2e8f0;padding:8px;text-align:center;min-width:100px}.param-table th{background-color:#f7fafc;font-weight:600;vertical-align:top;padding-top:8px;font-size:.9em;line-height:1.2}.param-table input{width:100%;box-sizing:border-box;border:1px solid #cbd5e0;padding:6px;border-radius:4px}.param-table select{width:100%;box-sizing:border-box;border:1px solid #cbd5e0;padding:6px 20px 6px 6px;border-radius:4px}.param-table input:disabled,.param-table select:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed;opacity:.7}.param-table .table-unit-select,.param-table .column-unit-select{padding:6px;text-align:center}.param-table .delete-row-btn{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:1.2em;padding:0 4px}.param-table .add-row-btn{margin-left:auto;margin-right:6px;margin-top:8px;padding:6px 12px;border:1px solid #4299e1;background-color:#ebf8ff;color:#4299e1;border-radius:4px;cursor:pointer}.table-cell-number-with-unit{display:flex;gap:4px;align-items:center}.table-number-input{flex:1;min-width:60px}.table-unit-select{flex:0 0 auto;min-width:50px;font-size:.85em}.column-unit{font-weight:400;color:#718096;font-size:.9em}.column-header-with-unit{display:flex;flex-direction:column;gap:4px;align-items:center;min-width:120px}.column-label{font-weight:600;font-size:.9em;text-align:center}.column-unit-select{font-size:.8em;padding:2px 4px;border:1px solid #cbd5e0;border-radius:3px;background-color:#f7fafc;color:#4a5568;min-width:60px}.file-input-button,.file-replace-button{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;background-color:#f9fafb;color:#374151;font-size:14px;cursor:pointer;transition:background-color .2s,border-color .2s}.file-input-button:hover:not(:disabled),.file-replace-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.file-input-button:disabled,.file-replace-button:disabled{opacity:.6;cursor:not-allowed}.file-replace-button{background-color:#fef3c7;border-color:#f59e0b;color:#92400e}.file-replace-button:hover:not(:disabled){background-color:#fde68a;border-color:#d97706}.color-param-row .color-input-container{display:flex;flex-direction:row;align-items:center;gap:8px}.color-param-row .color-picker-input{width:40px;height:36px;padding:2px;border:1px solid #CBD5E0;border-radius:6px;cursor:pointer;flex-shrink:0}.color-param-row .color-picker-input::-webkit-color-swatch-wrapper{padding:2px}.color-param-row .color-picker-input::-webkit-color-swatch{border:none;border-radius:4px}.color-param-row .color-text-input{flex:1;min-width:80px}.gdg-mnuv029{word-break:break-word;-webkit-touch-callout:default;padding-top:6px}.gdg-mnuv029>*{margin:0}.gdg-mnuv029 *:last-child{margin-bottom:0}.gdg-mnuv029 p img{width:100%}.gdg-d19meir1{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;box-sizing:border-box;--overlay-top:var(--d19meir1-0);left:var(--d19meir1-1);top:var(--d19meir1-0);min-width:var(--d19meir1-2);min-height:var(--d19meir1-3);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:400px;max-height:calc(100vh - var(--d19meir1-4));font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);text-align:start}@-webkit-keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}@keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}.gdg-d19meir1.gdg-style{border-radius:2px;background-color:var(--gdg-bg-cell);box-shadow:0 0 0 1px var(--gdg-accent-color),0 0 1px #3e415666,0 6px 12px #3e415626;-webkit-animation:glide_fade_in-gdg-d19meir1 60ms 1;animation:glide_fade_in-gdg-d19meir1 60ms 1}.gdg-d19meir1.gdg-pad{padding:var(--d19meir1-5) 8.5px 3px}.gdg-d19meir1 .gdg-clip-region{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden;border-radius:2px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gdg-d19meir1 .gdg-clip-region .gdg-growing-entry{height:100%}.gdg-d19meir1 .gdg-clip-region input.gdg-input{width:100%;border:none;border-width:0;outline:none}.gdg-d19meir1 .gdg-clip-region textarea.gdg-input{border:none;border-width:0;outline:none}.gdg-b1ygi5by{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:auto;margin-bottom:auto}.gdg-b1ygi5by .boe-bubble{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--gdg-rounding-radius,10px);padding:0 8px;height:20px;background-color:var(--gdg-bg-bubble);color:var(--gdg-text-dark);margin:2px}.gdg-b1ygi5by textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-n15fjm3e{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:6px 0 3px;color:var(--gdg-text-dark)}.gdg-n15fjm3e>input{font-size:var(--gdg-editor-font-size);padding:0;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);background-color:var(--gdg-bg-cell)}.gdg-d4zsq0x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gdg-d4zsq0x .doe-bubble{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px;height:24px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);margin:2px;border-radius:var(--gdg-rounding-radius,6px);box-shadow:0 0 1px #3e415666,0 1px 3px #3e415666}.gdg-d4zsq0x .doe-bubble img{height:16px;object-fit:contain;margin-right:4px}.gdg-d4zsq0x textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-i2iowwq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.gdg-i2iowwq .gdg-centering-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.gdg-i2iowwq .gdg-centering-container img,.gdg-i2iowwq .gdg-centering-container canvas{max-height:calc(100vh - var(--overlay-top) - 20px);object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gdg-i2iowwq .gdg-centering-container canvas{max-width:380px}.gdg-i2iowwq .gdg-edit-icon{position:absolute;top:12px;right:0;width:48px;height:48px;color:var(--gdg-accent-color);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gdg-i2iowwq .gdg-edit-icon>*{width:24px;height:24px}.gdg-i2iowwq textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-u1rrojo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:21px}.gdg-u1rrojo .gdg-link-area{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;cursor:pointer;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gdg-link-color);-webkit-text-decoration:underline!important;text-decoration:underline!important}.gdg-u1rrojo .gdg-edit-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:32px;color:var(--gdg-accent-color);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gdg-u1rrojo .gdg-edit-icon>*{width:24px;height:24px}.gdg-u1rrojo textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-m1pnx84e{min-width:var(--m1pnx84e-0);width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;color:var(--gdg-text-dark)}.gdg-m1pnx84e .gdg-g1y0xocz{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;min-width:0}.gdg-m1pnx84e .gdg-spacer{-webkit-flex:1;-ms-flex:1;flex:1}.gdg-m1pnx84e .gdg-edit-icon{position:relative;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gdg-accent-color);padding:0;height:24px;width:24px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all "0.125s ease";transition:all "0.125s ease";border-radius:6px}.gdg-m1pnx84e .gdg-edit-icon>*{width:16px;height:16px}.gdg-m1pnx84e .gdg-edit-hover:hover{background-color:var(--gdg-accent-light);-webkit-transition:background-color .15s;transition:background-color .15s}.gdg-m1pnx84e .gdg-checkmark-hover:hover{color:#fff;background-color:var(--gdg-accent-color)}.gdg-m1pnx84e .gdg-md-edit-textarea{position:relative;top:0;left:0;width:0px;height:0px;margin-top:25px;opacity:0;padding:0}.gdg-m1pnx84e .gdg-ml-6{margin-left:6px}.gdg-s1dgczr6 .dvn-scroller{overflow:var(--s1dgczr6-0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.gdg-s1dgczr6 .dvn-hidden{visibility:hidden}.gdg-s1dgczr6 .dvn-scroll-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none}.gdg-s1dgczr6 .dvn-scroll-inner>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-spacer{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-stack{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gdg-s1dgczr6 .dvn-underlay>*{position:absolute;left:0;top:0}.gdg-s1dgczr6 canvas{outline:none}.gdg-s1dgczr6 canvas *{height:0}.gdg-izpuzkl{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:0;resize:none;white-space:pre-wrap;min-width:100%;overflow:hidden;border:0;background-color:transparent;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);-webkit-text-fill-color:var(--gdg-text-dark);color:var(--gdg-text-dark);padding:0;margin:0}.gdg-izpuzkl::-webkit-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl::-moz-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl:-ms-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl::placeholder{color:var(--gdg-text-light)}.gdg-invalid .gdg-izpuzkl{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#d60606;text-decoration-color:#d60606}.gdg-s69h75o{visibility:hidden;white-space:pre-wrap;word-wrap:break-word;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;min-width:100%;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);padding:0 0 2px;margin:0}.gdg-g1y0xocz{position:relative;margin-top:6px}.gdg-seveqep{position:absolute;top:4px;right:20px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);padding:8px;border:1px solid var(--gdg-border-color);border-radius:6px;font-size:var(--gdg-editor-font-size);-webkit-animation:gdg-search-fadein-gdg-seveqep .15s forwards;animation:gdg-search-fadein-gdg-seveqep .15s forwards}.gdg-seveqep.out{-webkit-animation:gdg-search-fadeout-gdg-seveqep .15s forwards;animation:gdg-search-fadeout-gdg-seveqep .15s forwards}.gdg-seveqep .gdg-search-bar-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gdg-seveqep .gdg-search-status{padding-top:4px;font-size:11px}.gdg-seveqep .gdg-search-progress{position:absolute;height:4px;left:0;bottom:0;background-color:var(--gdg-text-light)}.gdg-seveqep input{width:220px;color:var(--gdg-textDark);background-color:var(--gdg-bg-cell);border:none;border-width:0;outline:none}.gdg-seveqep button{width:24px;height:24px;padding:0;border:none;outline:none;background:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--gdg-text-medium)}.gdg-seveqep button:hover{color:var(--gdg-text-dark)}.gdg-seveqep button .button-icon{width:16px;height:16px}.gdg-seveqep button:disabled{opacity:.4;pointer-events:none}@-webkit-keyframes gdg-search-fadeout-gdg-seveqep{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}}@keyframes gdg-search-fadeout-gdg-seveqep{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}}@-webkit-keyframes gdg-search-fadein-gdg-seveqep{0%{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}@keyframes gdg-search-fadein-gdg-seveqep{0%{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.gdg-wmyidgi{position:relative;min-width:10px;min-height:10px;max-width:100%;max-height:100%;width:var(--wmyidgi-0);height:var(--wmyidgi-1);overflow:hidden;overflow:clip;direction:ltr}.gdg-wmyidgi>:first-child{position:absolute;left:0;top:0;width:100%;height:100%}.gdg-r17m35ur{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border:none;outline:none;background-color:var(--gdg-bg-header-has-focus);border-radius:9px;padding:0 8px;box-shadow:0 0 0 1px var(--gdg-border-color);color:var(--gdg-text-group-header);min-height:var(--r17m35ur-0);font:var(--gdg-header-font-style) var(--gdg-font-family)}.gdg-c1tqibwd{padding:0 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--gdg-bg-header)}.ofdm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.ofdm-modal{background:#fff;border-radius:8px;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}.ofdm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.ofdm-modal-header h3{font-size:18px;font-weight:600;margin:0}.ofdm-modal-close{background:none;border:none;cursor:pointer;color:#6b7280}.ofdm-modal-content{flex:1;padding:24px;overflow:auto}.ofdm-control{margin-bottom:16px;display:flex;align-items:center;gap:12px}.ofdm-control label{font-weight:500}.ofdm-control input{width:100px;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px}.ofdm-info{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;margin-bottom:16px;font-size:14px;line-height:1.5}.ofdm-info p{margin:0 0 8px}.ofdm-info p:last-child{margin-bottom:0}.ofdm-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.ofdm-toolbar-btn{padding:6px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.ofdm-toolbar-btn:hover:not(:disabled){background-color:#2563eb}.ofdm-toolbar-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.ofdm-toolbar-info{color:#6b7280;font-size:14px;margin-left:auto}.ofdm-add-pilot-btn{background-color:#10b981!important}.ofdm-add-pilot-btn:hover:not(:disabled){background-color:#059669!important}.ofdm-remove-pilot-btn{background-color:#ef4444!important}.ofdm-remove-pilot-btn:hover:not(:disabled){background-color:#dc2626!important}.ofdm-table-wrapper{overflow:hidden;border:1px solid #e5e7eb;border-radius:4px;background-color:#f9fafb;height:60vh;position:relative}.ofdm-table-wrapper .dvn-grid{position:relative}.ofdm-table-wrapper .dvn-scroller{scroll-behavior:smooth;overflow-x:auto;overflow-y:auto;border-radius:4px}.ofdm-table-wrapper canvas{border-radius:4px}.dvn-grid-selected{outline:2px solid #3b82f6!important;outline-offset:-2px;border-radius:2px}.dvn-grid-cell[data-kind=Text][data-value*="+"][data-value*=j]{background-color:#e0f2fe!important;color:#1e3a8a!important;font-weight:500}.dvn-grid-cell[data-value=data]{background-color:#f9fafb!important;color:#6b7280!important;font-style:italic}.dvn-grid-cell[data-col="0"]{background-color:#f8fafc!important;color:#6b7280!important;font-weight:500!important;border-right:2px solid #e5e7eb!important;position:sticky!important;left:0!important;z-index:10!important;box-shadow:2px 0 4px #0000001a!important}.dvn-grid-header[data-col="0"]{background-color:#f1f5f9!important;color:#475569!important;font-weight:600!important;border-right:2px solid #e5e7eb!important;position:sticky!important;left:0!important;z-index:11!important;box-shadow:2px 0 4px #0000001a!important}.dvn-grid-cell:hover{box-shadow:inset 0 0 0 2px #60a5fa}.dvn-grid-cell:focus{outline:2px solid #2563eb}.ofdm-error{background-color:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:8px;margin-bottom:12px;color:#b91c1c}.ofdm-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.ofdm-cancel,.ofdm-confirm{padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:.2s}.ofdm-cancel{background-color:#f3f4f6}.ofdm-cancel:hover{background-color:#e5e7eb}.ofdm-confirm{background-color:#3b82f6;color:#fff}.ofdm-confirm:hover{background-color:#2563eb}#portal{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:10000!important;pointer-events:none!important}#portal *{pointer-events:auto!important}#portal input{background:#fff!important;color:#000!important;border:1px solid #ccc!important;padding:4px!important;font-size:14px!important;z-index:10001!important}.file-input-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.file-input-modal{background:#fff;border-radius:8px;width:700px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 4px 20px #00000026;margin:0}.file-input-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px 16px;border-bottom:1px solid #e1e5e9}.file-input-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1a202c}.file-input-modal-close-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#718096;transition:all .2s}.file-input-modal-close-button:hover{background-color:#f7fafc;color:#2d3748}.file-input-modal-close-button:disabled{opacity:.5;cursor:not-allowed}.file-input-modal-content{padding:32px}.file-input-group{margin-bottom:20px}.file-input-group:last-child{margin-bottom:0}.file-input-group label{display:block;margin-bottom:6px;font-weight:500;font-size:14px;color:#374151}.file-input-group input[type=file],.file-input-group input[type=number],.file-input-group input[type=text],.file-input-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;transition:border-color .2s,box-shadow .2s}.file-input-group input:focus,.file-input-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.file-input-group input.error,.file-input-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.file-input-group input:disabled,.file-input-group select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.input-with-unit{display:flex;gap:8px}.input-with-unit input{flex:1;min-width:200px}.unit-select{width:auto;min-width:50px;max-width:70px;flex-shrink:0}.file-format-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.file-format-row .file-input-group{margin-bottom:0}.file-input-group label input[type=checkbox]{width:auto;margin-right:8px;vertical-align:middle}.file-input-error-text{display:block;color:#ef4444;font-size:12px;margin-top:4px}.general-error{background-color:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:8px 12px;margin-bottom:16px;font-size:14px}.file-input-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 32px 20px;border-top:1px solid #e1e5e9}.file-input-modal-footer .button-group{display:flex;gap:12px}.file-input-modal-cancel,.file-input-modal-confirm{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:80px;display:flex;align-items:center;justify-content:center;gap:6px}.file-input-modal-cancel{background-color:#f8f9fa;color:#374151;border:1px solid #d1d5db}.file-input-modal-cancel:hover:not(:disabled){background-color:#e5e7eb}.file-input-modal-confirm{background-color:#3b82f6;color:#fff}.file-input-modal-confirm:hover:not(:disabled){background-color:#2563eb}.file-input-modal-confirm:disabled{background-color:#9ca3af;cursor:not-allowed}.file-input-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.custom-node-help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.custom-node-help-modal{background:#fff;border-radius:8px;width:700px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 4px 20px #00000026;margin:0;display:flex;flex-direction:column}.custom-node-help-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px 16px;border-bottom:1px solid #e1e5e9;flex-shrink:0}.custom-node-help-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1a202c}.custom-node-help-modal-close-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#718096;transition:all .2s}.custom-node-help-modal-close-button:hover{background-color:#f7fafc;color:#2d3748}.custom-node-help-modal-content{padding:32px;flex:1;overflow-y:auto}.help-section{margin-bottom:24px}.help-section:last-of-type{margin-bottom:0}.help-section h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#1a202c}.help-section p{margin:0 0 12px;font-size:14px;line-height:1.6;color:#374151}.help-section p:last-child{margin-bottom:0}.help-section ol,.help-section ul{margin:0 0 12px;padding-left:24px;font-size:14px;line-height:1.6;color:#374151}.help-section li{margin-bottom:8px}.help-section li:last-child{margin-bottom:0}.help-section strong{font-weight:600;color:#1a202c}.code-example{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;padding:16px;margin:12px 0;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:13px;line-height:1.5;color:#1a202c;white-space:pre}.custom-node-help-modal-footer{display:flex;justify-content:flex-end;align-items:center;padding:16px 32px 20px;border-top:1px solid #e1e5e9;flex-shrink:0}.custom-node-help-modal-close{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;background-color:#3b82f6;color:#fff;min-width:80px}.custom-node-help-modal-close:hover{background-color:#2563eb}.file-input-button{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;background-color:#f9fafb;color:#374151;font-size:14px;cursor:pointer;transition:background-color .2s,border-color .2s}.file-input-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.file-input-button:disabled{opacity:.6;cursor:not-allowed}.custom-node-help-link{margin-top:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.help-link-text{color:#007acc;font-size:.85em;text-decoration:underline;transition:color .2s}.custom-node-help-link:hover .help-link-text{color:#0056b3}.settings-panel-container{position:absolute;top:70px;right:20px;z-index:1000;opacity:.7;transition:opacity .3s ease}.settings-panel-container:hover{opacity:1}.settings-box{width:230px;background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 4px 12px #00000026;padding:20px;display:flex;flex-direction:column;gap:1px}.setting-item{margin-bottom:12px}.setting-item:last-child{margin-bottom:0}.setting-item label{display:block;font-size:12px;color:#666;margin-bottom:4px}.setting-item .input-group{display:flex;flex-direction:row;align-items:center;gap:8px}.setting-item .input-group input[type=number]{flex-grow:1;margin-right:0;border-top-right-radius:6px;border-bottom-right-radius:6px;padding:8px;border:1px solid #ddd;font-size:14px}.setting-item .input-group .unit-select{flex-shrink:0;width:auto;min-width:80px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-left:1px solid #CBD5E0;background-color:#f7fafc;color:#4a5568;padding:8px;border:1px solid #ddd;font-size:14px}.setting-item .input-group input[type=number]:focus+.unit-select{border-color:#4299e1;box-shadow:0 0 0 3px #4299e180;z-index:2}.setting-item .input-group .unit-select:focus{z-index:2}.setting-item input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.setting-item input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.setting-item input[type=number]::-webkit-outer-spin-button,.setting-item input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.setting-item input:focus{outline:none;border-color:#0063f7}.setting-item-checkbox .checkbox-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:0;cursor:pointer}.setting-item-checkbox .checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.setting-item-checkbox .checkbox-label span{font-size:12px;color:#666}.action-buttons{position:absolute;top:20px;right:20px;display:flex;gap:8px;z-index:1000}.action-button.active{background:#0063f7;border-color:#0063f7}.action-button.active svg{color:#fff}.action-button.active:hover{background:#0047b3;border-color:#0047b3}.validation-warning-container{position:relative}.action-button.validation-warning{background:#fff;border-color:#eab308}.action-button.validation-warning svg{color:#eab308;fill:#fef08a}.action-button.validation-warning:hover:not(:disabled){background:#fffbeb;border-color:#ca8a04}.action-button.validation-warning:hover:not(:disabled) svg{color:#ca8a04}.validation-warning-popup{position:absolute;top:calc(100% + 12px);right:0;width:280px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1001;text-align:left;animation:fadeIn .2s ease-out}.validation-warning-popup:before{content:"";position:absolute;top:-6px;right:15px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.validation-warning-popup strong{display:flex;align-items:center;gap:6px;color:#991b1b;margin-bottom:8px;font-size:14px;font-weight:600}.validation-warning-popup p{margin:0 0 8px;font-size:13px;color:#374151;line-height:1.5}.validation-warning-popup p.hint{margin-bottom:0;font-size:12px;color:#6b7280;font-style:italic;background:#f3f4f6;padding:6px 10px;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nodes-page-container{display:flex;flex-direction:row;height:100%;position:relative}.reactflow-wrapper{flex-grow:1;height:100%;position:relative}.reactflow-wrapper.placement-mode,.reactflow-wrapper.placement-mode .react-flow{cursor:crosshair}.placement-overlay{position:absolute;top:0;left:0;right:0;z-index:1000;background-color:#2196f3e6;color:#fff;padding:12px;text-align:center;font-weight:500;box-shadow:0 2px 8px #00000026}.placement-message{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.cancel-placement{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.9em;transition:background-color .2s ease}.cancel-placement:hover{background:#ffffff4d}.react-flow{width:100%;height:100%}.react-flow__handle{width:16px;height:16px;background-color:#445f75;border-radius:50%;border:2px solid white}.react-flow__handle-connecting{background-color:#2b6cb0}.react-flow__handle-valid{background-color:#38a169}.react-flow__handle-left{left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;transform:translate(50%,-50%)}@media (max-width: 768px){.react-flow__handle{width:20px;height:20px}.react-flow__controls{bottom:20px;left:20px}.react-flow__controls button{width:44px;height:44px;font-size:18px}.react-flow__node{cursor:pointer}.react-flow__edge-path{stroke-width:3px}}@media (max-width: 768px){.nodes-page-container{flex-direction:column}.nodes-sidebar{width:100%;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid #eee;order:2;z-index:1000}.nodes-sidebar.mobile-collapsed-vertical{max-height:0;border-bottom:none}.reactflow-wrapper{order:1;height:60vh}.placement-overlay{position:fixed;top:0;left:0;right:0;z-index:1001}.react-flow__minimap{display:none!important}}@media (max-height: 500px) and (min-width: 769px){.nodes-page-container{flex-direction:row}.nodes-sidebar{width:250px;height:100%;border-right:1px solid #eee;border-bottom:none}.nodes-sidebar.mobile-collapsed-horizontal{width:0!important;min-width:0!important;max-width:0;padding:0!important;margin:0;border:none!important;background:transparent!important;overflow:hidden;visibility:hidden;box-shadow:none!important;outline:none!important}.nodes-sidebar.mobile-collapsed-horizontal *{display:none!important}.reactflow-wrapper{flex-grow:1;height:100%}.react-flow__minimap{height:50px!important;width:75px!important}}@media (min-width: 769px) and (max-width: 1024px){.react-flow__minimap{height:60px!important;width:90px!important}}@media (max-width: 480px){.dndnode{padding:12px;font-size:1em;margin-bottom:10px}.node-icon{font-size:1.4em}.placement-message{font-size:.9em;padding:8px}.cancel-placement{padding:8px 14px;font-size:.85em}}.clearing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;gap:16px}.clearing-overlay p{color:#fff;font-size:1.1em;font-weight:500;margin:0}.clearing-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.context-menu{background:linear-gradient(135deg,#63b3ed,#4299e1);border:none;border-radius:12px;box-shadow:0 8px 32px #63b3ed4d,0 4px 16px #0003;position:absolute;z-index:10;overflow:hidden;min-width:140px}.context-menu button{border:none;display:block;padding:12px 16px;text-align:left;width:100%;background:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.context-menu button:hover{background-color:#ffffff26}.context-menu button:active{background-color:#ffffff40}.llm-input-container{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;padding:10px;background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:10;width:500px;max-height:300px}.llm-textarea{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;margin-right:10px;font-size:16px;resize:none;min-height:20px;max-height:200px;overflow-y:auto;font-family:inherit;line-height:1.4}.llm-input-container input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;margin-right:10px;font-size:16px}.send-button{background-color:transparent;color:#007bff;border:none;padding:10px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s,color .3s}.send-button:disabled{background-color:transparent;color:#555;cursor:not-allowed}.send-button:hover:not(:disabled){background-color:#f0f0f0}.spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.llm-input-container{width:calc(100% - 100px);max-width:calc(100vw - 100px);bottom:80px;left:50%;transform:translate(-50%);padding:8px}.llm-textarea{font-size:16px;padding:10px;margin-right:10px}.send-button{padding:10px 12px;min-width:44px;flex-shrink:0}}@media (max-width: 480px){.llm-input-container{width:calc(100% - 80px);max-width:calc(100vw - 80px);bottom:70px;padding:6px}.llm-textarea{padding:8px;margin-right:8px}.send-button{padding:8px 10px;min-width:40px}}.spectrogram-page{display:flex;width:100%;height:100%;position:relative}.save-button-container{position:absolute;top:16px;right:16px;z-index:1001;display:flex;gap:8px}.button-spinner{width:20px;height:20px;border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;animation:button-spin 1s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.params-pane{flex:0 0 250px;overflow-y:auto;background:#fafafa;border-right:1px solid #eee;padding:16px;display:flex;flex-direction:column;gap:16px}.params-pane.measurements-mode{padding:0;gap:0;display:flex;flex-direction:column;height:100%}.params-pane.measurements-mode h6{padding:16px 16px 8px;margin:0;flex-shrink:0}.params-pane.measurements-mode .meas-table-wrap{flex:1;min-height:0;height:auto;border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:none}.params-pane.annotations-mode{padding:0;gap:0;display:flex;flex-direction:column;height:100%}.params-pane.annotations-mode h6{padding:16px 16px 8px;margin:0;flex-shrink:0}.params-pane.annotations-mode .meas-table-wrap{flex:1;min-height:0;height:auto;border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:none}.params-pane h6{margin:0;text-align:center;font-size:14px;font-weight:600;color:#333}.fft-params,.cursor-inputs{display:flex;flex-direction:column;gap:12px}.input-group{display:flex;flex-direction:column;gap:4px}.input-group label{font-size:12px;color:#666}.input-group input,.input-group select{padding:8px;font-size:14px;background:#fff;color:#333;border:1px solid #ddd;border-radius:4px}.input-group input:focus,.input-group select:focus{outline:none;border-color:#0063f7}.dynamic-range-container{margin-top:8px;width:100%;display:flex;justify-content:center;align-items:center}.spectrogram-canvas{flex:1;min-width:0;position:relative;transition:background-color .3s ease}.cursor-mode-toolbar{display:flex;flex-direction:row;background:#f0f0f0;border:1px solid #ccc;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a;height:35px;align-items:center}.cursor-mode-button{background:#f0f0f0;border:none;border-right:1px solid #000;padding:0 24px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.spectrogram-canvas.loading{background-color:#f5f5f5}.spectrogram-canvas.loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;border-radius:50%;border:3px solid #f3f3f3;border-top:3px solid #0063f7;transform:translate(-50%,-50%);animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.vertical-toolbar{flex:0 0 60px;display:flex;flex-direction:column;align-items:center;background:#f0f0f0;border-right:1px solid #ccc;padding:8px 0}.vertical-toolbar button{background:none;border:none;padding:12px;font-size:16px;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center}.vertical-toolbar button svg{width:24px;height:24px}.vertical-toolbar button.active{background:#ddd}.vertical-toolbar button:hover{background:#e0e0e0}.measurement-tools{width:100%;margin-bottom:16px;display:flex;justify-content:center;gap:8px}.loading-text{font-size:16px;color:#666;font-weight:500}.spectrogram-canvas{position:relative}.error-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000}.error-content{background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:500px;max-height:80vh;margin:20px;overflow-y:auto;display:flex;flex-direction:column}.error-content h3{color:#e74c3c;margin:0 0 16px;font-size:20px}.error-content p{color:#666;margin:0 0 24px;line-height:1.5;font-family:monospace;font-size:14px;background:#f8f9fa;padding:12px;border-radius:4px;border-left:4px solid #e74c3c;text-align:left;white-space:pre-wrap;word-break:break-word;overflow-y:auto;flex:1;min-height:0}.retry-button{background:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.retry-button:hover{background:#2980b9}.mouse-coords-display{position:fixed;bottom:10px;right:10px;background-color:#000c;color:#fff;padding:5px 8px;border-radius:6px;font-family:monospace;font-size:12px;z-index:1000;pointer-events:none;box-shadow:0 2px 8px #0000004d}.coord-label{margin:2px 0;white-space:nowrap}.spectrogram-context-menu{position:fixed;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;padding:4px 0;margin:0;box-shadow:0 2px 6px #00000026;list-style:none;font-size:12px;min-width:130px}.spectrogram-context-menu li{padding:6px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.spectrogram-context-menu li:hover{background:#f0f0f0}.table-toolbar{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #e0e0e0;background:#f9f9f9;flex-shrink:0}.table-toolbar-button{display:flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;cursor:pointer;font-size:12px;transition:all .2s ease}.table-toolbar-button:hover:not(:disabled){background:#f0f0f0;border-color:#ccc}.table-toolbar-button:disabled{color:#999;cursor:not-allowed;opacity:.6}.table-toolbar-button-danger:not(:disabled){color:#d32f2f}.table-toolbar-button-danger:hover:not(:disabled){background:#ffebee;border-color:#d32f2f}.meas-table-toolbar{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #e0e0e0;background:#f9f9f9;flex-shrink:0}.meas-toolbar-button{display:flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;cursor:pointer;font-size:12px;transition:all .2s ease}.meas-toolbar-button:hover:not(:disabled){background:#f0f0f0;border-color:#ccc}.meas-toolbar-button:disabled{color:#999;cursor:not-allowed;opacity:.6}.meas-toolbar-button-danger:not(:disabled){color:#d32f2f}.meas-toolbar-button-danger:hover:not(:disabled){background:#ffebee;border-color:#d32f2f}.meas-table-wrap{background:#fff;border:1px solid #ddd;border-radius:4px;height:175px;display:flex;flex-direction:column;position:relative}.params-pane.measurements-mode .meas-table-wrap{height:100%;flex:1;min-height:0}.meas-table-scroll{flex:1;overflow:auto;position:relative;padding-bottom:25px}.meas-table{width:100%;border-collapse:collapse;font-size:10px;min-width:max-content;table-layout:auto}.meas-table th{text-align:center;position:sticky;top:0;background:#fff;z-index:2;border-bottom:1px solid #e0e0e0;padding:4px}.meas-table td{padding:4px;text-align:center;border-bottom:1px solid #e0e0e0}.meas-table tr.hidden-row{opacity:.4}.meas-table-delta-container{position:absolute;bottom:0;left:0;right:0;height:25px;background:#fff;border-top:2px solid #000;overflow-x:auto;overflow-y:hidden;z-index:3;scrollbar-width:none;-ms-overflow-style:none}.meas-table-delta-container::-webkit-scrollbar{display:none}.meas-table-delta{margin:0;height:100%;table-layout:fixed}.meas-table-delta tbody,.meas-table-delta tr{height:100%}.meas-table tr.delta-row{font-weight:600;height:25px}.meas-table-delta tr.delta-row td{border-bottom:none;background:#fff;padding:4px;text-align:center;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meas-table-wrap{background:#fff;border:1px solid #ddd;border-radius:4px;height:175px;display:flex;flex-direction:column}.meas-table-scroll{flex:1;overflow-y:auto}.meas-table{width:100%;border-collapse:collapse;font-size:10px}.meas-table th{text-align:center}.meas-table td{text-align:center;border-bottom:1px solid #e0e0e0}.meas-table th:first-child,.meas-table td:first-child{text-align:center}.meas-table tr.selected{background:#c5fac683}.meas-table tr.delta-row{font-weight:600}.meas-table tfoot{position:sticky;bottom:0;background:#fff}.meas-table tfoot tr{position:sticky;left:0;border-top:2px solid #000}.meas-context-menu{position:fixed;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;padding:4px 0;margin:0;box-shadow:0 2px 6px #00000026;list-style:none;font-size:12px;min-width:130px}.meas-context-menu li{padding:6px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.meas-context-menu li:hover{background:#f0f0f0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:90vw;max-height:90vh;overflow:auto;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.modal-header h3{margin:0;color:#333;font-size:1.2rem}.modal-close-button{background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-close-button:hover:not(:disabled){background-color:#f0f0f0}.modal-close-button:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem;border-top:1px solid #e0e0e0;flex-shrink:0}.modal-input-group{margin-bottom:1rem}.modal-input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.875rem}.modal-input-group input,.modal-input-group select{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.modal-input-group input:focus,.modal-input-group select:focus{outline:none;border-color:#007acc;box-shadow:0 0 0 2px #007acc33}.modal-input-group input.error{border-color:#dc3545}.modal-input-group input.error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.modal-input-group input:disabled,.modal-input-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.modal-error-text{display:block;color:#dc3545;font-size:.875rem;margin-top:.25rem}.modal-description{margin-bottom:1.25rem;color:#666;font-size:.875rem;line-height:1.5}.modal-button{padding:.5rem 1rem;border:1px solid;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .2s;font-weight:500}.modal-button-cancel{background:#fff;border-color:#ccc;color:#333}.modal-button-cancel:hover:not(:disabled){background-color:#f8f9fa}.modal-button-primary{background:#007acc;border-color:#007acc;color:#fff}.modal-button-primary:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.modal-button:disabled{cursor:not-allowed;opacity:.6}.modal-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:modal-spin 1s linear infinite}@keyframes modal-spin{to{transform:rotate(360deg)}}.modal-checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.modal-checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.action-toolbar{display:flex;gap:8px;align-items:center}.action-menu-container{position:relative}.action-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #00000026;min-width:200px;z-index:1000;padding:4px 0}.menu-item{display:block;width:100%;padding:8px 16px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s}.menu-item:hover:not(:disabled){background-color:#f5f5f5}.menu-item:disabled{color:#999;cursor:not-allowed}.time-domain-page{display:flex;width:100%;height:100%;position:relative}.save-button-container{position:absolute;top:16px;right:16px;z-index:1001}.cursor-toolbar-container{position:absolute;top:16px;left:326px;z-index:1001;display:flex}.action-button{background:#fff;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;transition:all .2s ease}.action-button:hover:not(:disabled){background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.action-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.action-button:disabled{background:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.5}.action-button svg{color:#333;transition:color .2s ease}.action-button:hover:not(:disabled) svg{color:#0063f7}.action-button:disabled svg{color:#999}.sidebar-panel{flex:0 0 250px;overflow-y:auto;background:#fafafa;border-right:1px solid #eee;padding:16px;display:flex;flex-direction:column;gap:16px}.sidebar-panel.measurements-mode{padding:0;gap:0;display:flex;flex-direction:column;height:100%}.sidebar-panel.measurements-mode h6{padding:16px 16px 8px;margin:0;flex-shrink:0}.sidebar-panel.measurements-mode .meas-table-wrap{flex:1;min-height:0;height:auto;border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:none}.sidebar-panel h6{margin:0;text-align:center;font-size:14px;font-weight:600;color:#333}.graph-configuration-tab-container{margin-bottom:-10px;padding:0;border:none;border-radius:0;background:none;box-shadow:none}.graph-configuration-tab-header{padding:10px 12px;font-size:13px;font-weight:600;color:#333;border:1px solid #e5e7eb;border-radius:6px 6px 0 0;background:#f5f5f5;cursor:pointer;transition:background .2s,color .2s;-webkit-user-select:none;user-select:none;margin-bottom:0;text-align:center}.graph-configuration-tab-header.active{background:#fff;color:#222;border-bottom:1px solid #fff;z-index:1}.graph-configuration-tab-content{margin-top:0;padding:12px;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 6px 6px;background:#f5f5f5}.trace-configurations{margin:0 0 4px;padding:0;background:none;border-radius:0;border:none;display:flex;flex-direction:row;gap:35px}.trace-configurations label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#555;cursor:pointer;padding:0}.trace-configurations input[type=checkbox]{margin:0;cursor:pointer;width:14px;height:35px}.graph-configuration-tab-header input[type=checkbox]{margin:0;width:16px;height:16px}.graph-configurations-panel{display:flex;flex-direction:column;gap:6px;padding:0;background:none;border-radius:0;border:none}.graph-configurations-panel label{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:500;color:#555;cursor:pointer;padding:0}.graph-configurations-panel select{padding:0;font-size:12px;background:#fff;color:#333;border:1px solid #ddd;border-radius:4px;cursor:pointer;min-width:80px;width:100px;height:25px;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.graph-configurations-panel input[type=text],.graph-configurations-panel input[type=number]{padding:4px 6px;border:1px solid #ced4da;border-radius:4px;font-size:11px;background:#fff;color:#333;min-width:80px;width:114px;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.graph-configurations-panel input[type=text]:hover,.graph-configurations-panel input[type=number]:hover{border-color:#adb5bd}.graph-configurations-panel input[type=text]:focus,.graph-configurations-panel input[type=number]:focus{outline:none;border-color:#0063f7;box-shadow:0 0 0 2px #0063f733}.graph-configurations-panel select:hover{border-color:#adb5bd}.graph-configurations-panel select:focus{outline:none;border-color:#0063f7;box-shadow:0 0 0 2px #0063f733}.graph-configurations-panel input[type=checkbox]{margin:0}.manual-scale{display:flex;flex-direction:column;gap:8px;padding:8px;background:#fff;border-radius:3px;border:1px solid #ddd}.scale-input{display:flex;align-items:center;gap:8px}.scale-input label{font-size:10px;color:#666;min-width:30px}.scale-input input{flex:1;padding:4px 6px;border:1px solid #ddd;border-radius:3px;font-size:10px}.toolbar-vertical{flex:0 0 60px;display:flex;flex-direction:column;align-items:center;background:#f0f0f0;border-right:1px solid #ccc;padding:8px 0}.toolbar-vertical button{background:none;border:none;padding:12px;font-size:16px;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center}.toolbar-vertical button svg{width:24px;height:24px}.toolbar-vertical button.active{background:#ddd}.toolbar-vertical button:hover{background:#e0e0e0}.tool-button{background:none;border:none;padding:8px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ccc;border-radius:4px;transition:all .2s ease}.tool-button:hover{background:#f0f0f0}.tool-button.active{background:#e0e0e0;border-color:#999}.tool-button .icon{font-size:16px;line-height:1;white-space:nowrap}.graphs-main-container{flex:1;padding:20px 20px 20px 60px;overflow-y:auto;position:relative;background:#f5f5f5}.cursor-mode-toolbar{display:flex;flex-direction:row;background:#f0f0f0;border:1px solid #ccc;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a;height:32px;align-items:center}.cursor-mode-button{background:#f0f0f0;border:none;border-right:1px solid #000;padding:0 14px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.cursor-mode-button:last-child{border-right:none}.cursor-mode-button:hover{background:#e0e0e0}.cursor-mode-button.active{background:#e3f2fd;border-color:#0063f7}.cursor-mode-button.active svg{color:#0063f7}.cursor-mode-button svg{color:#000;stroke-width:2}.loading-overlay,.error-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:16px;color:#666;font-weight:500;text-align:center}.error-content{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 20px #0000001a;text-align:center;max-width:500px}.error-content h3{color:#d32f2f;margin-bottom:15px}.error-content p{color:#666;margin-bottom:20px;white-space:pre-wrap;text-align:left}.retry-button{background:#0063f7;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px}.retry-button:hover{background:#0051cc}.graphs-stack{display:flex;flex-direction:column;gap:20px}.time-domain-graph{background:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 10px #0000001a;border:1px solid #eee;position:relative}.time-domain-graph h4{position:absolute;left:-50px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center;margin:0;font-size:12px;font-weight:600;color:#333;white-space:nowrap;z-index:10;width:40px;text-align:center}@media (max-width: 1200px){.sidebar-panel{flex:0 0 200px}}@media (max-width: 768px){.time-domain-page{flex-direction:column}.sidebar-panel{flex:none;height:auto;max-height:300px}.toolbar-vertical{flex:none;flex-direction:row;justify-content:center;padding:10px}.graphs-main-container{flex:1}.time-domain-graph h4{position:static;transform:none;text-align:center;margin-bottom:10px;width:auto}}.examples-page{padding:40px;max-width:1200px;margin:0 auto;min-height:100vh;background:#fff;position:relative}.examples-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#0000001a;opacity:0;visibility:hidden;transition:all .3s ease;z-index:5;pointer-events:none}.examples-page.has-hovered-tile:before{opacity:1;visibility:visible}.examples-header{text-align:center;margin-bottom:40px}.examples-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:16px;font-weight:700}.examples-header p{font-size:1.1rem;color:#4a5568;max-width:600px;margin:0 auto;line-height:1.6}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-top:32px;position:relative}.example-tile{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0;position:relative;z-index:1}.example-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#3182ce;z-index:10}.tile-thumbnail{height:180px;overflow:hidden;background:#f8fafc;position:relative;display:flex}.thumbnail-nodes{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;clip-path:polygon(0 0,100% 0,0 100%);transition:transform .2s ease;z-index:1}.thumbnail-scenario{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;background-repeat:no-repeat;clip-path:polygon(100% 0,100% 100%,0 100%);transition:transform .2s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 0 20px #0000001a;z-index:1}.thumbnail-scenario[style*=background-image]{background-blend-mode:overlay}.thumbnail-scenario[style*=background-image]:not(:empty){color:transparent}.thumbnail-scenario.rf-generator{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.thumbnail-scenario.signal-processing{background:linear-gradient(135deg,#4ecdc4,#26d0ce)}.thumbnail-scenario.automotive-radar{background:linear-gradient(135deg,#45b7d1,#2980b9)}.thumbnail-scenario.radar-systems{background:linear-gradient(135deg,#6c5ce7,#a29bfe)}.thumbnail-scenario.communications{background:linear-gradient(135deg,#fd79a8,#e84393)}.example-tile:hover .thumbnail-nodes,.example-tile:hover .thumbnail-scenario{transform:scale(1.05)}.tile-thumbnail img{display:none}.tile-content{padding:20px;background:#fff}.tile-title{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:8px;line-height:1.3}.tile-description{color:#4a5568;line-height:1.5;font-size:.9rem}@media (max-width: 768px){.examples-page{padding:20px}.examples-header h1{font-size:2rem}.examples-grid{grid-template-columns:1fr;gap:16px}.tile-thumbnail{height:160px}}.example-tile:active{transform:translateY(0)}.example-tile:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.map-page{display:flex;width:100%;height:100%;position:relative}.map-options-menu{position:absolute;top:16px;right:16px;z-index:1001}.map-options-button{background:#fff;border:1px solid #ddd;border-radius:6px;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:background-color .2s ease}.map-options-button:hover{background:#f5f5f5}.map-options-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:180px;padding:8px 0}.map-option-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px;color:#333;transition:background-color .15s ease}.map-option-item:hover{background:#f5f5f5}.map-option-item input[type=checkbox]{width:16px;height:16px;cursor:pointer}.map-sidebar{flex:0 0 250px;overflow-y:auto;background:#fafafa;border-right:1px solid #eee;padding:16px;display:flex;flex-direction:column;gap:16px}.map-sidebar h6{margin:0;text-align:center;font-size:14px;font-weight:600;color:#333}.map-table-container{flex:1;min-height:150px;max-height:350px;overflow:auto;border:1px solid #ddd;border-radius:4px;background:#fff}.map-table{width:100%;border-collapse:collapse;font-size:12px}.map-table thead{position:sticky;top:0;z-index:1}.map-table th{background:#f5f5f5;font-weight:600;padding:8px 4px;text-align:center;border-bottom:1px solid #ddd;font-size:11px;white-space:nowrap}.map-table td{padding:6px 4px;text-align:center;border-bottom:1px solid #eee}.map-table tbody tr:hover{background:#f9f9f9}.map-table .name-cell{text-align:left;padding-left:8px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editable-cell-value{cursor:pointer;padding:2px 6px;border-radius:3px;display:inline-block;min-width:40px}.editable-cell-value:hover{background:#e8f0fe}.editable-cell-input{width:55px;padding:2px 4px;border:2px solid #0063f7;border-radius:3px;font-size:12px;text-align:center;background:#fff}.editable-cell-input:focus{outline:none}.color-picker{width:24px;height:24px;padding:0;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;background:none}.color-picker::-webkit-color-swatch-wrapper{padding:0}.color-picker::-webkit-color-swatch{border:none;border-radius:3px}.no-nodes-message{text-align:center;color:#666;padding:20px;background:#f5f5f5;border-radius:8px;border:1px dashed #ccc}.no-nodes-message p{margin:8px 0;font-size:13px}.map-legend{padding:12px;background:#f5f5f5;border-radius:8px;border:1px solid #e5e7eb}.map-legend h6{margin:0 0 8px;font-size:12px}.legend-gradient{display:flex;flex-direction:column;gap:4px}.legend-bar{height:16px;border-radius:4px;background:linear-gradient(to right,#204060,#4080bf,#9fbfdf);border:1px solid rgba(0,0,0,.1)}.legend-labels{display:flex;justify-content:space-between;font-size:10px;color:#666}.map-canvas-container{flex:1;position:relative;background:#f5f5f5}.signal-map-node{display:flex;flex-direction:column;align-items:center;cursor:grab;transition:transform .1s ease}.signal-map-node:hover{transform:scale(1.1)}.signal-map-node:active{cursor:grabbing}.signal-dot-container{position:relative;width:16px;height:16px}.signal-dot-handle{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important}.signal-dot{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 6px #0000004d;cursor:pointer}.signal-dot:hover{transform:scale(1.2)}.node-color-picker{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#fff;padding:4px;border-radius:4px;box-shadow:0 2px 8px #0003;z-index:100}.node-color-picker input[type=color]{width:32px;height:32px;padding:0;border:none;cursor:pointer}.signal-node-info{display:flex;flex-direction:column;align-items:center;margin-top:4px;pointer-events:none}.signal-node-coords{font-size:9px;color:#555;white-space:nowrap;background:#ffffffd9;padding:1px 4px;border-radius:3px}.signal-node-height{font-size:9px;color:#666;white-space:nowrap;font-weight:600}.signal-node-distance{font-size:9px;color:#777;white-space:nowrap}.receiver-node{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#333;border-radius:50%;border:2px solid #111;box-shadow:0 3px 8px #0000004d;color:#fff}.receiver-handle{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important}.connection-line{pointer-events:none}@keyframes dash-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-12}}.react-flow__edge-path{animation:dash-flow .5s linear infinite}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-text{font-size:16px;color:#666;font-weight:500;text-align:center;max-width:300px}.map-canvas-container .react-flow__node{cursor:grab}.map-canvas-container .react-flow__node.dragging{cursor:grabbing}.map-canvas-container .react-flow__minimap{background:#ffffffe6;border:1px solid #ddd;border-radius:4px}.map-canvas-container .react-flow__controls{box-shadow:0 2px 8px #0000001a}.map-canvas-container .react-flow__controls button{background:#fff;border-bottom:1px solid #eee}.map-canvas-container .react-flow__controls button:hover{background:#f5f5f5}@media (max-width: 1200px){.map-sidebar{flex:0 0 220px}}@media (max-width: 768px){.map-page{flex-direction:column}.map-sidebar{flex:none;height:auto;max-height:250px;border-right:none;border-bottom:1px solid #eee}.map-canvas-container{flex:1;min-height:300px}}.not-found-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#f0f4ff,#e8ecf7 40%,#dde4f2 70%);color:#1c2a3a;padding:24px}.not-found-card{background:#fff;border-radius:16px;padding:40px 48px;max-width:520px;width:100%;box-shadow:0 12px 50px #14285026;text-align:center}.not-found-card h1{font-size:64px;letter-spacing:2px;margin:0 0 8px}.not-found-card h2{font-size:24px;margin:0 0 12px}.not-found-card p{margin:0 0 20px;color:#3c4b60}.not-found-link{display:inline-block;padding:10px 18px;border-radius:12px;background:linear-gradient(135deg,#2f6bff,#5f8dff);color:#fff;text-decoration:none;font-weight:600;box-shadow:0 6px 20px #2f6bff59;transition:transform .15s ease,box-shadow .15s ease}.not-found-link:hover{transform:translateY(-2px);box-shadow:0 10px 26px #2f6bff73}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;overflow:hidden}.app{display:flex;height:100vh;height:100dvh;width:100vw;overflow:hidden}@media (min-width: 769px) and (min-height: 501px){.app:has(.sidebar){padding-left:56px}}.main-content{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}@media (max-width: 768px),(max-height: 500px){.app{padding-left:0}.main-content{padding-top:0}}
