@charset "UTF-8";.grid{display:grid;gap:1rem;width:100%}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.grid-auto-450px{grid-template-columns:repeat(auto-fit,minmax(min(450px,100%),1fr))}@media(max-width:480px){.grid-xs-1{grid-template-columns:repeat(1,1fr)}.grid-xs-2{grid-template-columns:repeat(2,1fr)}.grid-xs-3{grid-template-columns:repeat(3,1fr)}.grid-xs-4{grid-template-columns:repeat(4,1fr)}.grid-xs-5{grid-template-columns:repeat(5,1fr)}.grid-xs-6{grid-template-columns:repeat(6,1fr)}}@media(max-width:768px){.grid-s-1{grid-template-columns:repeat(1,1fr)}.grid-s-2{grid-template-columns:repeat(2,1fr)}.grid-s-3{grid-template-columns:repeat(3,1fr)}.grid-s-4{grid-template-columns:repeat(4,1fr)}.grid-s-5{grid-template-columns:repeat(5,1fr)}.grid-s-6{grid-template-columns:repeat(6,1fr)}}@media(min-width:769px)and (max-width:1024px){.grid-m-1{grid-template-columns:repeat(1,1fr)}.grid-m-2{grid-template-columns:repeat(2,1fr)}.grid-m-3{grid-template-columns:repeat(3,1fr)}.grid-m-4{grid-template-columns:repeat(4,1fr)}.grid-m-5{grid-template-columns:repeat(5,1fr)}.grid-m-6{grid-template-columns:repeat(6,1fr)}}@media(min-width:1025px){.grid-l-1{grid-template-columns:repeat(1,1fr)}.grid-l-2{grid-template-columns:repeat(2,1fr)}.grid-l-3{grid-template-columns:repeat(3,1fr)}.grid-l-4{grid-template-columns:repeat(4,1fr)}.grid-l-5{grid-template-columns:repeat(5,1fr)}.grid-l-6{grid-template-columns:repeat(6,1fr)}}@media(min-width:1281px){.grid-xl-1{grid-template-columns:repeat(1,1fr)}.grid-xl-2{grid-template-columns:repeat(2,1fr)}.grid-xl-3{grid-template-columns:repeat(3,1fr)}.grid-xl-4{grid-template-columns:repeat(4,1fr)}.grid-xl-5{grid-template-columns:repeat(5,1fr)}.grid-xl-6{grid-template-columns:repeat(6,1fr)}}.full-width{width:100%}:root{--green:#15be53;--blue:#1834fb;--dark-blue:#172442;--light-blue:#2ab9d9;--yellow:#ffd248;--orange:#ff7600;--purple:#96f;--pink:#f24384;--red:#f24384;--red-light:rgba(242,67,132,.1);--red-ultra-light:rgba(242,67,132,.05);--danger-bg:snow;--danger-border:rgba(242,67,132,.1);--danger-stripe-opacity:.2;--danger-stripe-color:var(--red);--success-bg:#f7fff9;--success-border:rgba(21,190,83,.1);--success-pattern-opacity:.1;--success-pattern-color:var(--green);--green-light:rgba(21,190,83,.1);--green-ultra-light:rgba(21,190,83,.05);--warning-bg:#fffaf0;--warning-border:rgba(255,152,0,.1);--warning-pattern-opacity:.15;--warning-color:#ff9800;--orange-light:rgba(255,152,0,.1);--orange-ultra-light:rgba(255,152,0,.05);--cta-bg-start:#f3eaff;--cta-bg-end:#e1efff;--cta-border-start:rgba(147,51,234,.2);--cta-border-end:rgba(59,130,246,.3);--cta-accent-start:#9333ea;--cta-accent-end:#3b82f6;--cta-radius-outer:1rem;--cta-radius-inner:15px;--primary-color:#1834fb;--primary-color-light-1:#4a60fc;--primary-color-light-2:#7c8cfd;--primary-color-light-3:#aeb8fe;--primary-color-light-4:#e1e4fe;--primary-hover-color:#001cdd;--primary-heading-color:#2c2c54;--primary-text-color:#666687;--primary-text-inverted-color:#b5b5da;--secondary-color:#e5e3df;--secondary-color-light-1:#fcfcfb;--secondary-color-light-2:#fff;--secondary-color-light-3:#fff;--secondary-color-light-4:#fff;--secondary-text-color:#000;--soft-background-color:#faf8f4;--background-card:#f6f6ff;--background-error-card:#fff6f6;--border-radius:10px;--border-color:#faf8f4;--error-color:#fb1818;--error-hover-color:#cd0000;--navbar-font-color:#0a2540;--hero-top-offset:140px}body,html{font-family:Poppins,sans-serif;margin:0;overflow-x:clip;padding:0;width:100%}html{background-color:#f6f9fc;overflow-y:scroll;scroll-behavior:smooth;scroll-padding-top:80px}.material-icons,.material-symbols-outlined{align-items:center;color:var(--primary-color);display:inline-block;font-family:Material Symbols Outlined,sans-serif;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.wrapper{display:flex;flex-direction:column;gap:5rem}.page .container.black{background:#000;color:#fff}.page .container .content{box-sizing:border-box;margin:auto;max-width:1200px;padding:0 1.5rem}@media(max-width:768px){.page .container .content{padding:0 1rem}}.page .container .content.space{display:flex;flex-direction:column;gap:2rem}.page .container .content.margin-top{margin-top:2rem}.page .container .content.full{max-width:100%;width:100%}.page .container .content-title{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.page .container .content-title .small{font-size:1rem;opacity:.8;text-align:center}.page .container .content-bubble{background:red;background:var(--soft-background-color);border-radius:1rem;padding:3rem}.input-group{display:flex;flex-direction:column;gap:.2rem}.input-group label{opacity:.8}.input-group input,.input-group textarea{all:unset;background:#ededed;border-radius:.5rem;box-sizing:border-box;padding:.5rem 1rem}.heading-3xl{font-size:2rem;font-weight:500;letter-spacing:-.047rem;line-height:1.4}@media(min-width:768px){.heading-3xl{font-size:2.625rem;line-height:1.3}}@media(min-width:992px){.heading-3xl{font-size:3.25rem}}@media(min-width:1200px){.heading-3xl{font-size:4rem}}.heading-2xl{font-size:1.875rem;font-weight:500;letter-spacing:-.031rem;line-height:1.3}@media(min-width:768px){.heading-2xl{font-size:2.25rem}}@media(min-width:992px){.heading-2xl{font-size:2.5rem;line-height:1.4}}@media(min-width:1200px){.heading-2xl{font-size:3rem;line-height:1.3}}.heading-lg{font-size:1.625rem;font-weight:500;letter-spacing:-.016rem;line-height:1.4}@media(min-width:768px){.heading-lg{font-size:1.75rem}}@media(min-width:992px){.heading-lg{font-size:1.875rem;line-height:1.5}}@media(min-width:1200px){.heading-lg{font-size:2rem;line-height:1.4}}.heading-md{font-size:1.5rem;font-weight:500;line-height:1.5}@media(min-width:768px){.heading-md{font-size:1.625rem}}@media(min-width:1200px){.heading-md{font-size:1.75rem;line-height:1.4}}.heading-sm{font-size:1.25rem;font-weight:500;line-height:1.5}@media(min-width:992px){.heading-sm{font-size:1.375rem;line-height:1.4}}@media(max-width:768px){.mobile-hidden{display:none!important}}@media(min-width:769px)and (max-width:1024px){.tablet-hidden{display:none!important}}*{color:var(--primary-text-color);font-size:17px;font-style:normal;font-weight:400;line-height:27px}b{font-weight:700}h1,h2,h3{margin:initial}[class^=heading-]{color:var(--primary-heading-color)}[class^=heading-].error{color:var(--error-color)}.heading-2xl{font-size:3.2rem;font-weight:800;line-height:4rem;margin-bottom:.5rem}@media(max-width:768px){.heading-2xl{font-size:2.2rem;line-height:2.8rem}}@media(max-width:480px){.heading-2xl{font-size:1.8rem;line-height:2.4rem}}.heading-xl{align-items:center;font-weight:800;line-height:3rem;margin-bottom:.5rem}.heading-xl,.heading-xl>*{font-size:2rem}@media(max-width:768px){.heading-xl{line-height:2.2rem}.heading-xl,.heading-xl>*{font-size:1.6rem}}@media(max-width:480px){.heading-xl{line-height:2rem}.heading-xl,.heading-xl>*{font-size:1.4rem}}@media(min-width:1025px){.heading-xl,.heading-xl>*{font-size:2.25rem}}.heading-l{font-size:1.7rem;font-weight:700;line-height:1.7rem;margin-bottom:.5rem}@media(max-width:768px){.heading-l{font-size:1.4rem;line-height:1.6rem}}.heading-m{font-size:1.5rem;font-weight:700;line-height:1.5rem;margin-bottom:.5rem}@media(max-width:768px){.heading-m{font-size:1.25rem;line-height:1.4rem}}.heading-s{font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.5rem}.heading-top{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase}.heading-top:not(.uncolored){color:var(--primary-color)}.heading-top{margin-bottom:.5rem}.heading-top.error{color:var(--error-color)}.component-header{display:flex;flex-direction:column;gap:.5rem;margin:auto;max-width:950px;padding:0 1.5rem}@media(max-width:768px){.component-header{margin-bottom:2.5rem}}.component-header.text-center{align-items:center;text-align:center}.component-header.text-left{align-items:flex-start;text-align:left}.component-header .description{color:var(--primary-text-color);font-size:1.15rem;line-height:1.6;margin-top:.5rem;max-width:750px}@media(max-width:768px){.component-header .description{font-size:1rem}}.component-header .heading-2xl,.component-header .heading-l,.component-header .heading-top,.component-header .heading-xl{margin-bottom:0}.component-header{--badge-color:var(--primary-color);--badge-rotate:-.5deg}.component-header.status-error,.status-error .component-header{--badge-color:var(--red);--badge-rotate:-1.5deg}.component-header.status-success,.status-success .component-header{--badge-color:var(--green);--badge-rotate:1deg}.component-header.status-warning,.status-warning .component-header{--badge-color:var(--warning-color);--badge-rotate:-.5deg}.component-header b{background:color-mix(in srgb,var(--badge-color) 10%,transparent);border:1px solid color-mix(in srgb,var(--badge-color) 20%,transparent);border-radius:6px;box-shadow:2px 2px color-mix(in srgb,var(--badge-color) 5%,transparent);color:var(--badge-color)!important;display:inline-block;font-size:.95em;font-weight:800;line-height:1.5;margin:0 2px;padding:0 8px;transform:rotate(var(--badge-rotate))}.card{border:1px solid #e9e9ff;border-radius:var(--border-radius);overflow:hidden;padding:0}.card.borderless,.card.full{border:none}.card.full{border-radius:0}.card.error{border:1px solid red}@property --rainbow-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes rainbow-spin{to{--rainbow-angle:360deg}}@keyframes rainbow-slide{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes glow-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--primary-color) 55%,transparent),0 6px 18px color-mix(in srgb,var(--primary-color) 40%,transparent)}70%{box-shadow:0 0 0 14px transparent,0 6px 18px color-mix(in srgb,var(--primary-color) 40%,transparent)}to{box-shadow:0 0 0 14px transparent,0 6px 18px color-mix(in srgb,var(--primary-color) 40%,transparent)}}@keyframes shine-sweep{0%{left:-60%}60%,to{left:130%}}.button{align-items:center;background:var(--primary-color);border:1px solid var(--primary-color);border-radius:.75rem;box-shadow:0 1px 2px #1018280d;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.9375rem;font-weight:600;gap:10px;justify-content:center;max-width:100%;padding:.875rem 2.5rem;text-decoration:none}.button,.button .material-symbols-outlined{color:#fff;transition:all .3s ease}.button.icon-left .material-symbols-outlined{order:-1}.button.disabled{opacity:.5;pointer-events:none}.button:hover{background-color:var(--primary-hover-color)}.button:hover .material-symbols-outlined{transform:translate(5px);transition:transform .3s ease}.button.small{font-size:.8rem;padding:5px 16px}.button.error{background:var(--error-color);border:1px solid var(--error-colorcolor);color:#fff}.button.error:hover{background-color:var(--error-hover-color)}.button.secondary{background-color:transparent;color:var(--primary-color)!important}.button.secondary:hover{background-color:var(--primary-color);color:#fff!important}.button.secondary:hover .material-icons{color:#fff!important}.button.secondary .material-symbols-outlined{color:var(--primary-color)}.button.dark{background:#1d1d1f;border-color:#1d1d1f;color:#fff}.button.dark .material-symbols-outlined{color:#fff}.button.dark:hover{background-color:#000}.button.rainbow{animation:rainbow-spin 4s linear infinite;background:linear-gradient(#1d1d1f,#1d1d1f) padding-box,conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d) border-box;border:2px solid transparent;color:#fff;position:relative;z-index:0}.button.rainbow .material-symbols-outlined{color:#fff}.button.rainbow:after{animation:rainbow-spin 4s linear infinite;background:conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d);border-radius:inherit;content:"";filter:blur(14px);top:-2px;right:-2px;bottom:-2px;left:-2px;opacity:.4;position:absolute;transition:opacity .3s ease;z-index:-1}.button.rainbow:hover{background:linear-gradient(#000,#000) padding-box,conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d) border-box}.button.rainbow:hover:after{opacity:.7}.button.rainbow-light{animation:rainbow-spin 4s linear infinite;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d) border-box;border:2px solid transparent;color:#1d1d1f;position:relative;z-index:0}.button.rainbow-light .material-symbols-outlined{color:#1d1d1f}.button.rainbow-light:after{animation:rainbow-spin 4s linear infinite;background:conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d);border-radius:inherit;content:"";filter:blur(14px);top:-2px;right:-2px;bottom:-2px;left:-2px;opacity:.35;position:absolute;transition:opacity .3s ease;z-index:-1}.button.rainbow-light:hover{background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--rainbow-angle,0deg),#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8,#ff4d6d) border-box}.button.rainbow-light:hover:after{opacity:.65}.button.rainbow-full{animation:rainbow-slide 6s ease-in-out infinite;background:linear-gradient(115deg,#ff4d6d,#ff9f43,#ffd93d,#3ddc84,#38c8f0,#7a5cff,#ff4dc8);background-size:300% 300%;border:none;color:#fff;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.3);z-index:0}.button.rainbow-full .material-symbols-outlined{color:#fff}.button.rainbow-full:after{animation:rainbow-slide 6s ease-in-out infinite;background:inherit;background-size:300% 300%;border-radius:inherit;content:"";filter:blur(16px);top:0;right:0;bottom:0;left:0;opacity:.5;position:absolute;transition:opacity .3s ease;z-index:-1}.button.rainbow-full:hover{filter:saturate(1.25)}.button.rainbow-full:hover:after{opacity:.75}.button.glow{animation:glow-pulse 2s ease-out infinite}.button.shine{overflow:hidden;position:relative}.button.shine:before{animation:shine-sweep 2.8s ease-in-out infinite;background:linear-gradient(105deg,transparent,hsla(0,0%,100%,.55),transparent);bottom:-20%;content:"";left:-60%;pointer-events:none;position:absolute;top:-20%;transform:skew(-20deg);width:45%}.button.tertiary{align-items:center;background:none;border:none;box-shadow:none;display:flex;gap:.2rem;padding-left:0;width:-moz-fit-content;width:fit-content}.button.tertiary,.button.tertiary .material-symbols-outlined{color:var(--primary-color)}.button.tertiary:hover,.button.tertiary:hover .material-symbols-outlined{color:var(--primary-hover-color)}.button.tertiary.inverted{color:var(--secondary-color)!important}@media(max-width:480px){.hidden-xs[data-v-bcd1c453]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-bcd1c453]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-bcd1c453]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-bcd1c453]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-bcd1c453]{display:none!important}}.menu-icon[data-v-bcd1c453]{font-size:1.25rem!important;font-variation-settings:"FILL" 1,"wght" 400!important;margin-right:.3rem;vertical-align:middle}.item.inline>span[data-v-bcd1c453]{align-items:center;display:flex;font-size:1.1em;justify-content:space-between;width:100%}.item.inline>span img[data-v-bcd1c453]{height:16px;transform:rotate(270deg)}.item.inline .hoverable-container[data-v-bcd1c453]{bottom:0!important;left:0!important;max-height:none;right:0!important;top:0!important}.item.inline .hoverable-container .hoverable[data-v-bcd1c453]{max-height:none;min-width:auto}.item.inline .hoverable-container .hoverable .top .back[data-v-bcd1c453]{align-items:center;display:flex;gap:10px}.item.inline .hoverable-container .hoverable .top .back img[data-v-bcd1c453]{height:16px;transform:rotate(90deg)}.item.inline .hoverable-container .hoverable .categories[data-v-bcd1c453]{grid-template-columns:1fr!important}@media(max-width:768px){.item.inline .hoverable-container .hoverable .categories .heading-top[data-text="&nbsp;"][data-v-bcd1c453]{display:none}}.item.inline .hoverable-container .hoverable .categories .category[data-v-bcd1c453]{padding:2rem 1rem}@media(max-width:768px){.item.inline .hoverable-container .hoverable .categories .category[data-v-bcd1c453]{padding:0 2rem}}.item.inline .hoverable-container .hoverable .categories .category .subitem[data-v-bcd1c453]{text-decoration:none}.item.inline .hoverable-container .hoverable .footer[data-v-bcd1c453]{flex-direction:column}.item.inline .hoverable-container .hoverable .footer .subitem[data-v-bcd1c453]{text-decoration:none}.item>.text>img[data-v-bcd1c453]{transition:transform .2s ease}.item:not(.inline)>.text.open[data-v-bcd1c453]{background-color:var(--primary-color-light-4);border-radius:.5rem}.item:not(.inline)>.text.open .text[data-v-bcd1c453]{color:var(--primary-color)}.item:not(.inline)>.text.open>img[data-v-bcd1c453]{transform:rotate(180deg)}.disabled[data-v-bcd1c453]{opacity:.5;pointer-events:none}.dimmer[data-v-bcd1c453]{background-color:transparent;height:100vh;left:0;position:fixed;top:0;width:100vw}@media(max-width:480px){.hidden-xs[data-v-938020e2]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-938020e2]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-938020e2]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-938020e2]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-938020e2]{display:none!important}}.breadcrumb[data-v-938020e2]{border-radius:25px;display:flex;gap:10px;overflow-x:auto;padding:0;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.breadcrumb[data-v-938020e2]::-webkit-scrollbar{display:none}.breadcrumbul[data-v-938020e2]{padding:0}.breadcrumb li[data-v-938020e2]{align-items:center;display:flex;flex-shrink:0;font-weight:600;list-style:none}.breadcrumb li[data-v-938020e2]:not(:last-child):after{color:#6c757d;content:"›";font-size:18px;margin:0 10px;opacity:.5}.breadcrumb a[data-v-938020e2],.breadcrumb span[data-v-938020e2]{font-size:.8rem;opacity:.5;transition:opacity .3s ease}@media(max-width:768px){.breadcrumb a[data-v-938020e2],.breadcrumb span[data-v-938020e2]{font-size:.65rem}}.breadcrumb a[data-v-938020e2],.breadcrumb a>span[data-v-938020e2]{color:var(--primary-color);text-decoration:none}.breadcrumb a[data-v-938020e2]:hover,.breadcrumb a>span[data-v-938020e2]:hover{color:var(--primary-hover-color);opacity:1}.navbar-container{padding:.2rem 2rem;position:relative;top:0;transition:background-color .2s ease-in-out;z-index:900}@media(min-width:769px)and (max-width:1024px){.navbar-container{padding:0}}@media(max-width:768px){.navbar-container{padding:0}}.navbar-container.small .logo-container .logo,.navbar-container.small .logo-container .sector-menu .text{font-size:12px}.navbar-container.small .logo-container .sector-menu .text .menu-icon{font-size:12px;margin:0}.navbar-container.small .right>.item>.item{font-size:12px;padding:0!important}.navbar-container.small .right>.item>.item.button{padding:0 12px!important}.navbar-container{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr minmax(0,600px) minmax(0,600px) 1fr;row-gap:0}.navbar-container a{text-decoration:none}.navbar-container .button .material-symbols-outlined{display:none}.navbar-container .logo-container{align-items:center;display:flex;gap:.5rem}@media(max-width:768px){.navbar-container .logo-container>a:not(:only-child){display:none}}.navbar-container .logo{color:var(--navbar-font-color);flex:0;font-size:1.25rem;font-weight:600;text-decoration:none}.navbar-container .sector-menu{align-items:center;display:flex}.navbar-container .sector-menu>.item{padding-left:0!important}.navbar-container .sector-menu>.item>.text{align-items:center;border-left:1px solid rgba(0,0,0,.2);color:var(--navbar-font-color);cursor:pointer;display:flex;font-size:1.25rem;font-weight:600;gap:.3rem;padding:.5rem;transition:background-color .3s}.navbar-container .sector-menu>.item>.text:hover{background-color:#0000000d;border-radius:.5rem;border-bottom-left-radius:0;border-top-left-radius:0}.navbar-container .sector-menu>.item>.text img{height:12px;transition:transform .2s}.navbar-container .sector-menu>.item>.text .text{align-items:center;display:flex;gap:.3rem;position:relative;z-index:2}.navbar-container .sector-menu>.item>.text .text .label{background-color:#ffffff40;border:1px solid var(--primary-color);border-radius:6px;bottom:-15px;font-size:10px;left:0;line-height:10px;padding:3px 8px;position:absolute;z-index:1}.navbar-container .sector-name-mobile{color:var(--primary-color);font-size:.9rem;font-weight:500}.navbar-container .dimmer{background:transparent;top:0;right:0;bottom:0;left:0;position:fixed;z-index:500}.navbar-container:not(.secondary):after{background:linear-gradient(90deg,rgba(66,71,112,.32),rgba(66,71,112,.32) 70%,transparent 0,transparent);background-size:8px 1px;border:none;bottom:0;content:"";height:1px;left:0;margin:0;position:absolute;width:100%}.navbar-container.secondary{z-index:100}@media(max-width:768px){.navbar-container.secondary{overflow-x:auto}}@media(min-width:769px)and (max-width:1024px){.navbar-container.secondary{overflow-x:auto}}.navbar-container.secondary .navbar-component{margin:.5rem auto 1rem;position:sticky}@media(max-width:768px){.navbar-container.secondary .navbar-component .logo-container{align-items:flex-start;flex-direction:column;gap:0}}.navbar-container.secondary .navbar-component .logo-container .logo{font-weight:500}@media(max-width:768px){.navbar-container.secondary .navbar-component .logo-container .logo{font-size:15px}}.navbar-container.secondary .navbar-component .item,.navbar-container.secondary .navbar-component .item span,.navbar-container.secondary .navbar-component .item.text{font-weight:500}@media(max-width:768px){.navbar-container.secondary .navbar-component .item,.navbar-container.secondary .navbar-component .item span,.navbar-container.secondary .navbar-component .item.text{line-height:1em;white-space:normal}}@media(min-width:769px)and (max-width:1024px){.navbar-container.secondary .navbar-component .item,.navbar-container.secondary .navbar-component .item span,.navbar-container.secondary .navbar-component .item.text{line-height:1em;white-space:normal}}.navbar-container.secondary .navbar-component .item .material-symbols-outlined,.navbar-container.secondary .navbar-component .item span .material-symbols-outlined,.navbar-container.secondary .navbar-component .item.text .material-symbols-outlined{display:none}.navbar-container.secondary .navbar-component .item span.exact-active,.navbar-container.secondary .navbar-component .item.exact-active,.navbar-container.secondary .navbar-component .item.text.exact-active{background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:.5rem;color:#fff!important;padding:7px 14px!important}.navbar-container.secondary .navbar-component a.item:not(.exact-active):not(.secondary){text-decoration-color:#12121259;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-thickness:2px;text-underline-offset:.35em}.navbar-container.secondary .navbar-component a.item:not(.exact-active):not(.secondary):hover{background-color:#0000000d;border-radius:.5rem;box-sizing:border-box}.navbar-container.filled{background:#fff}.navbar-container .navbar-component{align-items:center;box-sizing:border-box;display:flex;gap:2rem;grid-column:span 2;justify-content:space-between;margin:auto;position:relative;width:100%}@media(min-width:769px)and (max-width:1024px){.navbar-container .navbar-component{padding-left:0}}@media(max-width:768px){.navbar-container .navbar-component{padding-left:0}}.navbar-container .navbar-component .item{align-items:center;display:flex}.navbar-container .navbar-component .item.uncolored{color:var(--navbar-font-color)!important}.navbar-container .navbar-component .item>span{cursor:pointer}.navbar-container .navbar-component .item{gap:.3rem;padding:.5rem 1rem}.navbar-container .navbar-component .item,.navbar-container .navbar-component .item span{color:var(--navbar-font-color);font-weight:400}.navbar-container .navbar-component .item img{height:12px}.navbar-container .navbar-component.blue .item:not(.button),.navbar-container .navbar-component.blue .item>span:not(.button),.navbar-container .navbar-component.blue .logo:not(.button){color:var(--primary-color)}.navbar-container .navbar-component.blue .item:not(.button) img,.navbar-container .navbar-component.blue .item>span:not(.button) img,.navbar-container .navbar-component.blue .logo:not(.button) img{filter:brightness(0) saturate(100%) invert(15%) sepia(85%) saturate(7119%) hue-rotate(240deg) brightness(98%) contrast(102%)}.navbar-container .navbar-component a{cursor:pointer}.navbar-container .navbar-component .center{align-items:center;display:flex;flex-grow:2;font-size:.875rem;font-weight:500;gap:.75rem;justify-content:flex-start}.navbar-container .navbar-component .center.align-right{justify-content:end}.navbar-container .navbar-component .center>.item>.text{align-items:center;border-radius:.5rem;color:var(--navbar-font-color);cursor:pointer;display:flex;gap:.3rem;padding:.5rem;transition:background-color .3s ease}.navbar-container .navbar-component .center>.item>.text:hover{background-color:#0000000d}.navbar-container .navbar-component .center>.item>.text .text.is-current{color:var(--primary-color);font-weight:600}.navbar-container .navbar-component .right{align-items:center;display:flex;max-width:100%;overflow-x:auto}.navbar-container .navbar-component .right .item:not(.button){padding:.5rem .6rem}.navbar-container .navbar-component .right .locale-changer{align-items:center;border-radius:10rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;gap:.3rem;position:relative}.navbar-container .navbar-component .right .locale-changer select{all:unset;top:0;right:0;bottom:0;left:0;padding:.5rem 1rem .5rem 2rem;text-align:center}.navbar-container .navbar-component .right .locale-changer img{height:12px;left:.75rem;position:absolute}.navbar-container .navbar-component .right .locale-changer:hover{background:#eaeaea}.navbar-container .navbar-component .right .menu-nav{align-items:center;display:flex}.navbar-container .navbar-component .right .menu-nav img{height:24px}.navbar-container .burger-menu-icon{align-items:center;display:flex;justify-content:center;padding:15px 0 15px 15px}.navbar-container .burger-menu-icon:hover{cursor:pointer}.navbar-container .burger-menu-icon:hover>.material-symbols-outlined{color:var(--primary-color-light-1);transition:all .3s ease}@media(min-width:1025px){.navbar-container .burger-menu-icon{display:none}}.navbar-container .burger-menu-icon span{font-size:28px!important}@media(max-width:1100px){.navbar-container:not(.mobile-hidden) .navbar-component{gap:5px}.navbar-container:not(.mobile-hidden) .navbar-component .item a{white-space:nowrap}.navbar-container .breadcrumb-container{grid-column:1/-1}}.navbar-container.has-breadcrumb .navbar-component{margin-bottom:.5rem}.navbar-container:has(.hoverable-container) .breadcrumb-container{visibility:hidden}.navbar-container .breadcrumb-container{align-items:flex-start;display:flex;grid-column:2/4;margin-bottom:1rem;margin-top:-1rem}.navbar-container .breadcrumb-container ol{margin:0}.hoverable-container{box-shadow:0 10px 35px #0000000f;left:0;max-height:80vh;overflow:auto;position:absolute;top:98%;width:100%;z-index:600}@media(max-width:768px){.hoverable-container.drawer{background-color:#fff;border-radius:.75rem .75rem 0 0;bottom:0;box-shadow:0 0 12px #3030301f;height:auto;overflow-x:hidden;position:fixed;top:auto}.hoverable-container.drawer .hoverable{border-radius:.75rem .75rem 0 0;min-width:auto;padding:0}.hoverable-container.drawer .hoverable .categories{display:flex;flex-direction:column}.hoverable-container.drawer .hoverable .categories .description{text-wrap:auto}}@media(min-width:769px)and (max-width:1024px){.hoverable-container.drawer{background-color:#fff;border-radius:.75rem .75rem 0 0;bottom:0;box-shadow:0 0 12px #3030301f;height:auto;overflow-x:hidden;position:fixed;top:auto}.hoverable-container.drawer .hoverable{border-radius:.75rem .75rem 0 0;min-width:auto;padding:0}.hoverable-container.drawer .hoverable .categories{display:flex;flex-direction:column}.hoverable-container.drawer .hoverable .categories .description{text-wrap:auto}}.hoverable-container .hoverable{background-color:#fff;border-radius:.75rem;box-shadow:0 0 12px #3030301f;max-height:100%;min-width:30rem;padding:.5em}.hoverable-container .hoverable .categories{display:grid;gap:10px}@media(max-width:768px){.hoverable-container .hoverable .categories{gap:0}}.hoverable-container .hoverable .categories{grid-template-columns:repeat(3,1fr)}.hoverable-container .hoverable .categories:has(.category:first-child:last-child){grid-template-columns:repeat(1,1fr)}.hoverable-container .hoverable .categories:has(.category:first-child:nth-last-child(2)){grid-template-columns:repeat(2,1fr)}.hoverable-container .hoverable .categories:has(.category:first-child:nth-last-child(3)){grid-template-columns:repeat(3,1fr)}.hoverable-container .hoverable .categories .category{padding:1rem 2rem}.hoverable-container .hoverable .categories .category:not(.without-children){padding:4rem 2rem 2rem}.hoverable-container .hoverable .categories .category{border-right:1px solid var(--border-color)}.hoverable-container .hoverable .categories .category .subitem{border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;transition:background-color .3s ease}.hoverable-container .hoverable .categories .category .subitem:hover{background-color:#f8fafb}.hoverable-container .hoverable .categories .category .subitem:hover .icon-wrapper{background:#fff!important}.hoverable-container .hoverable .categories .category .subitem:hover .icon-wrapper .material-icons{color:#53adff!important}.hoverable-container .hoverable .categories .category .subitem .title{align-items:center;border-bottom:1px solid #ececec;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding-bottom:.5rem}.hoverable-container .hoverable .categories .category .subitem .title>*{font-size:1.2rem}.hoverable-container .hoverable .categories .category .subitem .description{font-size:.8rem;line-height:1.1rem}.hoverable-container .hoverable .categories .category .subitem .icon-wrapper{align-items:center;background:#f0f2f5;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.hoverable-container .hoverable .categories .category .subitem .icon-wrapper .material-icons{color:var(--primary-text-color)!important}.hoverable-container .hoverable .footer{border-top:1px solid var(--border-color);display:flex;gap:3rem;padding:2rem}.hoverable-container .hoverable .footer .subitem{align-items:center;display:flex;gap:.3rem}.hoverable-container .hoverable .footer .subitem img{height:1rem}.hoverable-container .hoverable .example{align-items:center;border-radius:.75rem;display:flex;gap:.75rem;padding:.75rem}.hoverable-container .hoverable .example:hover{background-color:#f9f9f9}.hoverable-container .hoverable .example img{border-radius:.5rem;flex-shrink:0;height:32px;width:32px}.hoverable-container .hoverable.featured{margin:0;max-width:none;min-width:0;padding:0;width:100%}.hoverable-container .hoverable.featured .mega{align-items:stretch;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr)}.hoverable-container .hoverable.featured .mega>*{min-width:0}.hoverable-container .hoverable.featured .mega-panel-list{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0;position:relative}.hoverable-container .hoverable.featured .mega-panel-list .panel-highlight{background-color:#fff;border-radius:.6rem;box-shadow:0 1px 3px #10182814;height:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:transform .28s cubic-bezier(.22,1,.36,1),height .28s cubic-bezier(.22,1,.36,1),opacity .18s ease;will-change:transform,height;z-index:0}.hoverable-container .hoverable.featured .mega-aside{display:flex;flex-direction:column;min-width:0}.hoverable-container .hoverable.featured .mega-aside>.mega-feature,.hoverable-container .hoverable.featured .mega-aside>.mega-promo{flex:1}.hoverable-container .hoverable.featured .mega-swap-enter-active{transition:opacity .22s ease,transform .22s ease}.hoverable-container .hoverable.featured .mega-swap-leave-active{transition:opacity .12s ease,transform .12s ease}.hoverable-container .hoverable.featured .mega-swap-enter-from{opacity:0;transform:translateY(6px)}.hoverable-container .hoverable.featured .mega-swap-leave-to{opacity:0;transform:translateY(-4px)}.hoverable-container .hoverable.featured .mega-rail{background-color:#fff;display:flex;flex-direction:column;gap:4px;padding:1rem;position:relative}.hoverable-container .hoverable.featured .mega-rail .rail-highlight{background-color:#eef1f6;border-radius:.6rem 0 0 .6rem;height:0;left:1rem;pointer-events:none;position:absolute;right:0;top:0;transition:transform .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),opacity .2s ease;will-change:transform,height;z-index:0}.hoverable-container .hoverable.featured .mega-rail .rail-item{align-items:flex-start;border-radius:.6rem;color:var(--navbar-font-color);cursor:pointer;display:flex;gap:.75rem;padding:.75rem;position:relative;text-decoration:none;transition:color .2s ease;z-index:1}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-icon-frame{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:11px;box-shadow:0 1px 2px #1018280d;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;transition:border-color .2s ease,box-shadow .2s ease;width:42px}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-icon-frame .material-icons{font-size:1.35rem;font-variation-settings:"FILL" 1,"wght" 400}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-text{display:flex;flex:1;flex-direction:column;gap:.15rem;min-width:0}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-text .rail-title{align-items:center;display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-text .rail-title .current-dot{height:6px;margin-left:-1px;transform:translateY(-6px);width:6px}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-text .rail-desc{color:#6b7280;font-size:.78rem;line-height:1.15rem}.hoverable-container .hoverable.featured .mega-rail .rail-item .chevron-container{align-items:center;display:flex;height:100%}.hoverable-container .hoverable.featured .mega-rail .rail-item .rail-chevron{color:#c0c4cc;flex-shrink:0;font-size:1.2rem;margin-left:auto;transition:color .2s ease,transform .2s ease}.hoverable-container .hoverable.featured .mega-rail .rail-item.active .rail-icon-frame,.hoverable-container .hoverable.featured .mega-rail .rail-item:hover .rail-icon-frame{transform:translate(2px)}.hoverable-container .hoverable.featured .mega-rail .rail-item.current{background-color:color-mix(in srgb,var(--primary-color) 8%,transparent);position:relative}.hoverable-container .hoverable.featured .mega-rail .rail-item.current:before{background:var(--primary-color);border-radius:3px;bottom:.5rem;content:"";left:0;position:absolute;top:.5rem;width:3px}.hoverable-container .hoverable.featured .mega-rail .rail-item.current .rail-title{color:var(--primary-color)}.hoverable-container .hoverable.featured .mega-rail .rail-item.current .rail-icon-frame{background:color-mix(in srgb,var(--primary-color) 10%,#fff);border-color:var(--primary-color)}.hoverable-container .hoverable.featured .mega-rail .rail-item.current .rail-icon-frame .material-icons{color:var(--primary-color)!important}.hoverable-container .hoverable.featured .mega-panel{background-color:#eef1f6;border-right:1px solid var(--border-color);display:flex;flex-direction:column;gap:2px;padding:1rem}.hoverable-container .hoverable.featured .mega-panel .panel-link{border-radius:.6rem;color:var(--navbar-font-color);display:flex;gap:.6rem;padding:.7rem .75rem;position:relative;text-decoration:none;z-index:1}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-icon-frame{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:9px;box-shadow:0 1px 2px #1018280d;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-icon-frame .material-icons{font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 400}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-text{display:flex;flex:1;flex-direction:column;min-width:0}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-text .panel-title{align-items:center;display:inline-flex;font-size:.9rem;font-weight:500;gap:.4rem;max-width:100%;text-decoration:underline;text-decoration-color:#1212124d;text-decoration-style:dashed;text-decoration-thickness:1.5px;text-underline-offset:.25em;transition:text-decoration-color .2s ease;width:-moz-fit-content;width:fit-content}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-text .panel-title .current-dot{height:6px;margin-left:-1px;transform:translateY(-6px);width:6px}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-text .panel-desc{color:#6b7280;font-size:.75rem;line-height:1.05rem;overflow-wrap:anywhere}.hoverable-container .hoverable.featured .mega-panel .panel-link .panel-arrow{color:#9ca3af;flex-shrink:0;font-size:1rem;opacity:0;transform:translate(-4px);transition:all .2s ease}.hoverable-container .hoverable.featured .mega-panel .panel-link:hover .panel-title{text-decoration-color:var(--primary-color)}.hoverable-container .hoverable.featured .mega-panel .panel-link:hover .panel-arrow{opacity:1;transform:none}.hoverable-container .hoverable.featured .mega-panel .panel-link.current{background-color:#fff}.hoverable-container .hoverable.featured .mega-panel .panel-link.current:before{background:var(--primary-color);border-radius:3px;bottom:.5rem;content:"";left:0;position:absolute;top:.5rem;width:3px}.hoverable-container .hoverable.featured .mega-panel .panel-link.current .panel-icon-frame{background:color-mix(in srgb,var(--primary-color) 10%,#fff);border-color:var(--primary-color)}.hoverable-container .hoverable.featured .mega-panel .panel-link.current .panel-icon-frame .material-icons{color:var(--primary-color)!important}.hoverable-container .hoverable.featured .mega-panel .panel-link.current .panel-title{color:var(--primary-color);text-decoration-color:var(--primary-color)}.hoverable-container .hoverable.featured .mega-promo{background-color:#f7f5ef;border-radius:.75rem;color:var(--navbar-font-color);display:flex;flex-direction:column;margin:1rem;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hoverable-container .hoverable.featured .mega-promo:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.hoverable-container .hoverable.featured .mega-promo.is-video .promo-image{position:relative}.hoverable-container .hoverable.featured .mega-promo.is-video .promo-image .promo-play{align-items:center;background:#ffffffeb;border-radius:50%;box-shadow:0 4px 14px #0003;color:var(--primary-color);display:inline-flex;font-size:1.8rem;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.hoverable-container .hoverable.featured .mega-feature{background-color:#f7f5ef;border-radius:.75rem;color:var(--navbar-font-color);display:flex;flex-direction:column;margin:1rem;padding:1.1rem;text-decoration:none}.hoverable-container .hoverable.featured .mega-feature .feature-title{color:#9a948a;font-size:.72rem;font-weight:700;letter-spacing:.05em;margin-bottom:.6rem;text-transform:uppercase}.hoverable-container .hoverable.featured .mega-feature .feature-desc{color:#6b7280;font-size:.8rem;line-height:1.15rem;margin-bottom:.75rem}.hoverable-container .hoverable.featured .mega-feature .promo-cta{align-items:center;color:var(--primary-color);display:inline-flex;font-size:.82rem;font-weight:600;gap:.25rem;margin-top:.75rem}.hoverable-container .hoverable.featured .mega-feature .promo-cta .material-icons{font-size:1rem}.hoverable-container .hoverable.featured .feature-links{background-color:transparent;gap:2px;padding:1rem}.hoverable-container .hoverable.featured .feature-links .feature-link-item{align-items:center;border-radius:.6rem;color:var(--navbar-font-color);display:flex;gap:.6rem;padding:.6rem .65rem;text-decoration:none;transition:background-color .2s ease}.hoverable-container .hoverable.featured .feature-links .feature-link-item .feature-link-icon{flex-shrink:0;font-size:1.25rem;font-variation-settings:"FILL" 1,"wght" 400}.hoverable-container .hoverable.featured .feature-links .feature-link-item .feature-link-text{display:flex;flex:1;flex-direction:column;min-width:0}.hoverable-container .hoverable.featured .feature-links .feature-link-item .feature-link-text .feature-link-title{font-size:.88rem;font-weight:600}.hoverable-container .hoverable.featured .feature-links .feature-link-item .feature-link-text .feature-link-desc{color:#6b7280;font-size:.75rem;line-height:1.05rem;overflow-wrap:anywhere}.hoverable-container .hoverable.featured .feature-links .feature-link-item .feature-link-arrow{color:#9ca3af;flex-shrink:0;font-size:1rem;opacity:0;transform:translate(-4px);transition:all .2s ease}.hoverable-container .hoverable.featured .feature-links .feature-link-item:hover{background-color:#eef1f6}.hoverable-container .hoverable.featured .feature-links .feature-link-item:hover .feature-link-arrow{opacity:1;transform:none}.hoverable-container .hoverable.featured .feature-testimonial{background-color:#eef1f6;transition:box-shadow .2s ease,transform .2s ease}.hoverable-container .hoverable.featured .feature-testimonial .quote-mark{color:var(--primary-color);font-size:2rem;line-height:1;opacity:.5}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-quote{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:.9rem;font-style:italic;line-height:1.35rem;margin:.35rem 0 .9rem;overflow:hidden}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-author{align-items:center;display:flex;gap:.6rem}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-author .testimonial-avatar{background-color:#d7d2c7;background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;height:38px;width:38px}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-author .testimonial-meta{display:flex;flex-direction:column}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-author .testimonial-meta .testimonial-name{font-size:.85rem;font-weight:600}.hoverable-container .hoverable.featured .feature-testimonial .testimonial-author .testimonial-meta .testimonial-role{color:#6b7280;font-size:.75rem}.hoverable-container .hoverable.featured .feature-testimonial:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.mega-promo .promo-image{align-items:center;background-color:#e9e6dd;background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:130px}.mega-promo .promo-image .promo-image-placeholder{color:#9a948a;font-size:.75rem;letter-spacing:.03em}.mega-promo .promo-body{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem 1.1rem}.mega-promo .promo-body .promo-title{font-size:.95rem;font-weight:600}.mega-promo .promo-body .promo-desc{color:#6b7280;font-size:.8rem;line-height:1.15rem}.mega-promo .promo-body .promo-cta{align-items:center;color:var(--primary-color);display:inline-flex;font-size:.82rem;font-weight:600;gap:.25rem;margin-top:.15rem}.mega-promo .promo-body .promo-cta .material-icons{font-size:1rem}.mobile-panel{background:#fff;top:0;right:0;bottom:0;left:0;position:fixed;transform:translate(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);z-index:1001}.mobile-panel.opened{transform:none}.mobile-panel a{cursor:pointer}.mobile-panel .top{padding:1.25rem 1rem}.mobile-panel .top .logo{flex:0;font-size:1.25rem;font-weight:700}.mobile-panel .top img{height:24px}.mobile-panel .links{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1rem}.mobile-panel .links .item{align-items:center;border-radius:10rem;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.3rem}.mobile-panel .links .item img{height:12px}.mobile-panel .examples{border-radius:.75rem;display:grid;grid-template-columns:1fr 1fr}.mobile-panel .examples .example{align-items:center;border-radius:.75rem;display:flex;gap:.75rem;padding:.75rem}.mobile-panel .examples .example:hover{background-color:#f9f9f9}.mobile-panel .examples .example img{border-radius:.5rem;flex-shrink:0;height:32px;width:32px}.mobile-panel .top{align-items:center;display:flex;justify-content:space-between}.mobile-panel .top .logo-container-mobile{align-items:center;display:flex;gap:.5rem}.mobile-panel .top .logo-container-mobile a{text-decoration:none}.mobile-panel .top .logo-container-mobile a .logo{flex:0;text-decoration:none}.mobile-panel .top .logo-container-mobile .sector-name-mobile,.mobile-panel .top .logo-container-mobile a .logo{color:var(--navbar-font-color);font-size:1.25rem;font-weight:600}.mobile-panel .top .close{align-items:center;display:flex;justify-content:center;padding:10px 0 10px 10px}.current-dot{background:var(--primary-color);border-radius:50%;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 22%,transparent);display:inline-block;flex-shrink:0;height:7px;vertical-align:middle;width:7px}.subnavbar-mobile-panel{background-color:#fff;display:flex;flex-direction:column;height:100%}.subnavbar-mobile-panel .top{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;display:flex;flex-shrink:0;justify-content:space-between;padding:1.25rem 1.5rem}.subnavbar-mobile-panel .top .logo-container-mobile{align-items:center;display:flex;gap:.5rem;min-width:0}.subnavbar-mobile-panel .top .logo-container-mobile .brand{flex-shrink:0;text-decoration:none}.subnavbar-mobile-panel .top .logo-container-mobile .logo{color:#111827;font-size:1.25rem;font-weight:700}.subnavbar-mobile-panel .top .logo-container-mobile .brand-sep{color:#d1d5db;flex-shrink:0;font-size:1.25rem}.subnavbar-mobile-panel .top .logo-container-mobile .sector-chip{align-items:center;background:color-mix(in srgb,var(--primary-color) 12%,transparent);border-radius:999px;color:var(--primary-color);display:inline-flex;font-size:.85rem;font-weight:600;line-height:1.2;overflow:hidden;padding:.2rem .6rem;text-overflow:ellipsis;white-space:nowrap}.subnavbar-mobile-panel .top .back-button{align-items:center;color:#4b5563;cursor:pointer;display:flex;font-weight:500;gap:.5rem;transition:color .2s}.subnavbar-mobile-panel .top .back-button:hover{color:#111827}.subnavbar-mobile-panel .top .back-button img{height:16px;transform:rotate(90deg)}.subnavbar-mobile-panel .top .current-title{color:#111827;font-size:1rem;font-weight:600}.subnavbar-mobile-panel .top .close{color:#9ca3af;cursor:pointer;transition:color .2s}.subnavbar-mobile-panel .top .close:hover{color:#111827}.subnavbar-mobile-panel .links{display:flex;flex:1;flex-direction:column;gap:0;overflow-y:auto;padding:1rem 1rem 1.5rem}.subnavbar-mobile-panel .links .item{align-items:flex-start;border-radius:.5rem;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s}.subnavbar-mobile-panel .links .item:hover{background-color:#f9fafb}.subnavbar-mobile-panel .links .item .left{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:500;gap:.5rem}.subnavbar-mobile-panel .links .item .left .material-icons,.subnavbar-mobile-panel .links .item>.material-icons{color:#6b7280;font-size:1.25rem}.subnavbar-mobile-panel .links .item .title{color:#1f2937;font-weight:500}.subnavbar-mobile-panel .links .item .text-content{display:flex;flex-direction:column}.subnavbar-mobile-panel .links .item .description{color:#6b7280;font-size:.8rem;margin-top:.1rem;opacity:.8}.subnavbar-mobile-panel .links .item .chevron{height:12px;opacity:.6}.subnavbar-mobile-panel .links .item.root-folder{justify-content:space-between}.subnavbar-mobile-panel .links .mobile-section{display:flex;flex-direction:column;padding-bottom:.5rem}.subnavbar-mobile-panel .links .mobile-section:not(:last-child){border-bottom:1px solid #f1f2f4;margin-bottom:.75rem}.subnavbar-mobile-panel .links .mobile-section .section-label{color:#9ca3af;font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:.5rem .75rem .6rem;text-transform:uppercase}.subnavbar-mobile-panel .links .mobile-section .section-footer-link{border-radius:.6rem;color:#4b5563;font-size:.9rem;font-weight:500}.subnavbar-mobile-panel .links .mobile-section .section-footer-link .material-icons{color:#6b7280;font-size:1.15rem}.subnavbar-mobile-panel .links .accordion-item{display:flex;flex-direction:column}.subnavbar-mobile-panel .links .accordion-item .accordion-header{align-items:center;border-radius:.6rem;cursor:pointer;display:flex;gap:.7rem;padding:.85rem .75rem;transition:background-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.subnavbar-mobile-panel .links .accordion-item .accordion-header:hover{background-color:#f9fafb}.subnavbar-mobile-panel .links .accordion-item .accordion-header .head-icon{flex-shrink:0;font-size:1.35rem;font-variation-settings:"FILL" 1,"wght" 400}.subnavbar-mobile-panel .links .accordion-item .accordion-header .title{color:#111827;flex:0 1 auto;font-size:1rem;font-weight:600;min-width:0}.subnavbar-mobile-panel .links .accordion-item .accordion-header .toggle-icon{color:#9ca3af;flex-shrink:0;font-size:1.4rem;margin-left:auto;transition:color .2s ease}.subnavbar-mobile-panel .links .accordion-item .accordion-header:hover .toggle-icon{color:var(--primary-color)}.subnavbar-mobile-panel .links .accordion-item.open .accordion-header{background-color:#f9fafb}.subnavbar-mobile-panel .links .accordion-item.open .accordion-header .toggle-icon{color:#111827}.subnavbar-mobile-panel .links .accordion-item.current>.accordion-header{background-color:color-mix(in srgb,var(--primary-color) 8%,transparent);position:relative}.subnavbar-mobile-panel .links .accordion-item.current>.accordion-header:before{background:var(--primary-color);border-radius:3px;bottom:.5rem;content:"";left:0;position:absolute;top:.5rem;width:3px}.subnavbar-mobile-panel .links .accordion-item.current>.accordion-header .head-icon{color:var(--primary-color)!important}.subnavbar-mobile-panel .links .accordion-item.current>.accordion-header .title{color:var(--primary-color)}.subnavbar-mobile-panel .links .accordion-item .accordion-children{border-left:2px solid #eef0f2;display:flex;flex-direction:column;gap:.1rem;margin:.15rem 0 .5rem 1.55rem;padding-left:.75rem}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item{align-items:center;border-radius:.5rem;margin-left:0;padding:.55rem .6rem}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item:hover{background-color:#f3f4f6}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item .material-icons{color:#9ca3af;font-size:1.15rem}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item .title{align-items:center;color:#374151;display:inline-flex;font-size:.95rem;font-weight:500;gap:.45rem}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item .description{font-size:.78rem}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item.current{background-color:color-mix(in srgb,var(--primary-color) 8%,transparent)}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item.current .material-icons{color:var(--primary-color)}.subnavbar-mobile-panel .links .accordion-item .accordion-children .item.sub-item.current .title{color:var(--primary-color);font-weight:600}.subnavbar-mobile-panel .links .item.leaf-link{align-items:center;border-radius:.6rem;padding:.85rem .75rem}.subnavbar-mobile-panel .links .item.leaf-link>.material-icons{color:#6b7280;flex-shrink:0;font-size:1.35rem}.subnavbar-mobile-panel .links .item.leaf-link .title{color:#111827;font-size:1rem;font-weight:600}.subnavbar-mobile-panel .links .item.leaf-link .toggle-icon{color:#9ca3af;flex-shrink:0;font-size:1.4rem;margin-left:auto;transition:transform .15s ease,color .2s ease}.subnavbar-mobile-panel .links .item.leaf-link:hover .toggle-icon{color:var(--primary-color);transform:translate(2px)}.subnavbar-mobile-panel .links .item.leaf-link.top-leaf{background:#f9fafb;border:1px solid #eef0f2;border-radius:.85rem;margin-top:.85rem;padding:.9rem 1rem;transition:background-color .15s ease,border-color .15s ease}.subnavbar-mobile-panel .links .item.leaf-link.top-leaf:hover{background:#f3f4f6;border-color:#e5e7eb}.subnavbar-mobile-panel .links .mobile-section:has(+.item.leaf-link.top-leaf){border-bottom:none;margin-bottom:0}.subnavbar-mobile-panel .links .mega-promo.mobile{background-color:#f7f5ef;border-radius:.75rem;color:#111827;display:flex;flex-direction:column;margin-top:.75rem;overflow:hidden;text-decoration:none}.subnavbar-mobile-panel .links .mobile-footer{border-top:1px solid #f3f4f6;margin-top:auto;padding-top:1rem}.subnavbar-mobile-panel .links .mobile-footer .footer-item{color:#4b5563;font-size:.9rem}.subnavbar-mobile-panel .links .mobile-footer .footer-item .material-icons{font-size:1.1rem}@media(max-width:480px){.hidden-xs[data-v-b3bb92fe]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-b3bb92fe]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-b3bb92fe]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-b3bb92fe]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-b3bb92fe]{display:none!important}}.footer-component[data-v-b3bb92fe]{display:grid;gap:20px;grid-template-columns:1fr minmax(0,600px) minmax(0,600px) 1fr;padding:.2rem 2rem;position:relative;top:0;transition:background-color .2s ease-in-out}@media(max-width:768px){.footer-component[data-v-b3bb92fe]{gap:3rem;grid-template-columns:repeat(1,1fr);padding:2rem}.footer-component .margin[data-v-b3bb92fe]{display:none}.footer-component .content[data-v-b3bb92fe]{padding-left:0!important}}.footer-component .content[data-v-b3bb92fe]{align-items:center;box-sizing:border-box;display:flex;gap:2rem;grid-column:span 2;justify-content:space-between;margin:auto;padding-left:80px;position:relative;width:100%}.footer-component .top[data-v-b3bb92fe]{display:grid;grid-template-columns:1fr 2fr;grid-gap:1.25rem;border-bottom:1px solid var(--secondary-color);border-top:1px solid var(--secondary-color);padding-bottom:4rem;padding-top:4rem;width:100%}@media(max-width:1100px){.footer-component .top[data-v-b3bb92fe]{grid-template-columns:1fr}}.footer-component .top .left .logo[data-v-b3bb92fe]{flex:0;font-size:1.25rem;font-weight:700}.footer-component .top .center[data-v-b3bb92fe]{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.25rem;width:100%}@media(max-width:768px){.footer-component .top .center[data-v-b3bb92fe]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer-component .top .center[data-v-b3bb92fe]{grid-template-columns:repeat(1,1fr)}}.footer-component .top .center .category[data-v-b3bb92fe]{display:flex;flex-direction:column;gap:1rem}.footer-component .top .center .category .title[data-v-b3bb92fe]{font-size:.875rem;font-weight:600}.footer-component .top .center .category .links[data-v-b3bb92fe]{color:#000c;color:#4d4e56;display:flex;flex-direction:column;font-size:.875rem;font-weight:400;gap:.75rem}.footer-component .top .center .category .links .link[data-v-b3bb92fe]{all:unset;cursor:pointer;display:flex}.footer-component .top .center .category .links .link.disabled[data-v-b3bb92fe]{opacity:.5;pointer-events:none}.footer-component .top .center .category .links .link.disabled .material-icons[data-v-b3bb92fe]{color:var(--primary-text-color)}.footer-component .top .center .category .links .link[data-v-b3bb92fe]:hover{text-decoration:underline}.footer-component .bottom[data-v-b3bb92fe]{display:grid;grid-template-columns:2fr 4fr;grid-gap:2rem;width:100%}@media(max-width:768px){.footer-component .bottom[data-v-b3bb92fe]{grid-template-columns:repeat(1,1fr)}}.footer-component .bottom[data-v-b3bb92fe]{padding:2rem 0;text-align:center}.footer-component .bottom[data-v-b3bb92fe],.footer-component .bottom .title[data-v-b3bb92fe]{font-size:.75rem;font-weight:500;opacity:.8}.footer-component .bottom .items[data-v-b3bb92fe]{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;width:100%}@media(max-width:768px){.footer-component .bottom .items[data-v-b3bb92fe]{grid-template-columns:repeat(1,1fr)}}.footer-component .bottom .items .link[data-v-b3bb92fe]{font-size:.75rem;opacity:.8;text-decoration:none}.footer-action[data-v-b3bb92fe]{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:10rem auto 5rem;max-width:1200px;padding:0 1rem}@media(max-width:768px){.footer-action[data-v-b3bb92fe]{gap:3rem;grid-template-columns:repeat(1,1fr);padding:2rem}}.footer-action a[data-v-b3bb92fe]{text-decoration:none}.footer-action .material-symbols-outlined[data-v-b3bb92fe]{color:var(--primary-color)}.footer-action .left[data-v-b3bb92fe]{flex-direction:column}.footer-action .left[data-v-b3bb92fe],.footer-action .left .checks[data-v-b3bb92fe]{display:flex;gap:2rem}.footer-action .left .checks .check[data-v-b3bb92fe]{align-items:center;display:flex;gap:.2rem}.footer-action .right[data-v-b3bb92fe]{display:flex;flex-direction:column;gap:2rem}.footer-action .right .bullet[data-v-b3bb92fe]{border-left:1px solid var(--primary-text-color);display:flex;flex-direction:column;gap:.8rem;padding-left:1rem}.footer-action .right .bullet .title[data-v-b3bb92fe]{font-size:1.2rem;font-weight:600}.footer-action .right .bullet .action[data-v-b3bb92fe]{align-items:center;color:var(--primary-color);display:flex;gap:.2rem}.footer-action .right .bullet .action:hover .material-symbols-outlined[data-v-b3bb92fe]{transform:translate(5px);transition:transform .3s ease}.stars[data-v-b65c4bfa]{display:flex;gap:2px}.stars .icon[data-v-b65c4bfa]{filter:invert(63%) sepia(88%) saturate(1000%) hue-rotate(10deg) brightness(100%) contrast(97%);height:16px;width:16px}.tuto-overlay[data-v-5166bd97]{align-items:center;background:transparent;border:none;border-radius:inherit;color:#fff;cursor:pointer;display:flex;font-family:inherit;height:100%;isolation:isolate;justify-content:center;margin:0;overflow:hidden;width:100%}.tuto-overlay[data-v-5166bd97],.tuto-veil[data-v-5166bd97]{top:0;right:0;bottom:0;left:0;position:absolute}.tuto-veil[data-v-5166bd97]{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:linear-gradient(180deg,#0f12288c,#0f1228b8);transition:background .2s ease}.tuto-content[data-v-5166bd97]{align-items:center;display:flex;flex-direction:column;gap:.85rem;max-width:440px;position:relative;text-align:center;z-index:1}.tuto-eyebrow[data-v-5166bd97]{align-items:center;color:#fff;display:inline-flex;font-size:.8rem;font-weight:800;gap:.4rem;letter-spacing:.08em;opacity:.95;text-shadow:0 1px 8px rgba(0,0,0,.4);text-transform:uppercase}.tuto-eyebrow .material-symbols-outlined[data-v-5166bd97]{color:#fff;font-size:1.15rem}.tuto-message[data-v-5166bd97]{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;line-height:1.35;text-shadow:0 2px 14px rgba(0,0,0,.55)}@media(max-width:600px){.tuto-message[data-v-5166bd97]{font-size:1.05rem}}.tuto-overlay:hover .tuto-veil[data-v-5166bd97]{background:linear-gradient(180deg,#0f12287a,#0f1228a8)}.tuto-cta-wrap[data-v-5166bd97]{display:inline-flex;position:relative}.tuto-cursor[data-v-5166bd97]{animation:tuto-cursor-move-5166bd97 2.8s cubic-bezier(.45,0,.2,1) infinite;bottom:-.9rem;height:30px;left:50%;pointer-events:none;position:absolute;width:30px;z-index:3}.tuto-cursor .material-symbols-outlined[data-v-5166bd97]{animation:tuto-cursor-tap-5166bd97 2.8s cubic-bezier(.45,0,.2,1) infinite;color:#fff;display:block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.55));font-size:30px;transform-origin:30% 20%}.tuto-cursor-ring[data-v-5166bd97]{animation:tuto-cursor-ripple-5166bd97 2.8s ease-out infinite;border:2px solid hsla(0,0%,100%,.9);border-radius:50%;height:16px;left:9px;margin:-8px 0 0 -8px;opacity:0;position:absolute;top:6px;width:16px}@keyframes tuto-cursor-move-5166bd97{0%{opacity:0;transform:translate(calc(-50% + 54px),34px)}16%{opacity:1}42%{opacity:1;transform:translate(-50%)}66%{opacity:1;transform:translate(-50%)}86%{opacity:0;transform:translate(calc(-50% + 54px),34px)}to{opacity:0;transform:translate(calc(-50% + 54px),34px)}}@keyframes tuto-cursor-tap-5166bd97{0%,45%{transform:scale(1)}52%{transform:scale(.78)}62%{transform:scale(1)}to{transform:scale(1)}}@keyframes tuto-cursor-ripple-5166bd97{0%,46%{opacity:0;transform:scale(.4)}52%{opacity:.85;transform:scale(.6)}74%{opacity:0;transform:scale(2.4)}to{opacity:0;transform:scale(2.4)}}@media(prefers-reduced-motion:reduce){.tuto-cursor[data-v-5166bd97],.tuto-cursor .material-symbols-outlined[data-v-5166bd97],.tuto-cursor-ring[data-v-5166bd97]{animation:none}.tuto-cursor[data-v-5166bd97]{opacity:1;transform:translate(-50%)}.tuto-cursor-ring[data-v-5166bd97]{display:none}}.tuto-facade[data-v-01b1b555]{border-radius:inherit;position:relative;width:100%}.tuto-facade.has-overlay[data-v-01b1b555]{box-shadow:0 10px 30px #0000001f;overflow:hidden}@media(max-width:480px){.hidden-xs[data-v-84dba7a8]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-84dba7a8]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-84dba7a8]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-84dba7a8]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-84dba7a8]{display:none!important}}.app-preview[data-v-84dba7a8]{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:980px;width:100%}.app-preview__tabs-bar[data-v-84dba7a8]{gap:10px}.app-preview__arrow[data-v-84dba7a8],.app-preview__tabs-bar[data-v-84dba7a8]{align-items:center;display:flex;justify-content:center}.app-preview__arrow[data-v-84dba7a8]{background:#4419060a;border:none;border-radius:50px;color:var(--navbar-font-color,#1a1a1a);cursor:pointer;flex-shrink:0;height:44px;position:relative;transition:all .2s ease;width:44px}.app-preview__arrow .material-symbols-outlined[data-v-84dba7a8]{font-size:20px}.app-preview__arrow[data-v-84dba7a8]:hover{background:#44190614}.app-preview__arrow--next .material-symbols-outlined[data-v-84dba7a8],.app-preview__arrow-inner[data-v-84dba7a8]{position:relative;z-index:1}.app-preview__arrow-inner[data-v-84dba7a8]{align-items:center;background:#fff;border-radius:40px;box-shadow:0 0 0 1px #0000000a,0 1px 1px .5px #0000000a,0 3px 3px 1.5px #0000000a,0 6px 6px -3px #0000000a,0 12px 12px -6px #0000000a,0 24px 24px -12px #0000000a;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.app-preview__arrow-progress[data-v-84dba7a8]{height:100%;left:0;position:absolute;top:0;transform:rotate(-90deg);width:100%;z-index:0}.app-preview__arrow-progress-bg[data-v-84dba7a8]{fill:none;stroke:#0000000f;stroke-width:2}.app-preview__arrow-progress-fill[data-v-84dba7a8]{fill:none;stroke:var(--primary-color);stroke-linecap:round;stroke-width:2;transition:stroke-dashoffset .05s linear}.app-preview__tabs-scroll[data-v-84dba7a8]{background:#4419060a;border-radius:70px;display:flex;gap:0;overflow-x:auto;padding:4px;position:relative;scrollbar-width:none}.app-preview__tabs-scroll[data-v-84dba7a8]::-webkit-scrollbar{display:none}.app-preview__bubble[data-v-84dba7a8]{background:#fff;border-radius:70px;box-shadow:0 0 0 1px #0000000a,0 1px 1px .5px #0000000a,0 3px 3px 1.5px #0000000a,0 6px 6px -3px #0000000a,0 12px 12px -6px #0000000a,0 24px 24px -12px #0000000a;height:calc(100% - 8px);left:0;pointer-events:none;position:absolute;top:4px;transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);z-index:0}.app-preview__tab[data-v-84dba7a8]{align-items:center;background:none;border:none;border-radius:70px;color:var(--primary-text-color,#6b6b6b);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:4px;padding:8px 12px;position:relative;transition:color .25s ease;white-space:nowrap;z-index:1}.app-preview__tab.active[data-v-84dba7a8],.app-preview__tab[data-v-84dba7a8]:hover:not(.active){color:var(--navbar-font-color,#1a1a1a)}.app-preview__tab-icon[data-v-84dba7a8]{font-size:16px}.app-preview__tab-tag[data-v-84dba7a8]{background:color-mix(in srgb,var(--primary-color) 14%,transparent);border-radius:70px;color:var(--primary-color);font-size:10px;font-weight:700;letter-spacing:.02em;margin-left:2px;padding:2px 7px;text-transform:uppercase}.app-preview__browser[data-v-84dba7a8]{overflow:hidden}.app-preview__frame-outer[data-v-84dba7a8]{background:#4419060a;border-radius:20px;overflow:hidden;padding:8px}.app-preview__frame[data-v-84dba7a8]{background:#fff;border-radius:12px;box-shadow:0 1px 1px .5px #4419060a,0 3px 3px 1.5px #4419060a,0 6px 6px -3px #4419060a,0 12px 12px -6px #4419060a,0 24px 24px -12px #4419060a;overflow:hidden}.app-preview__frame-topbar[data-v-84dba7a8]{align-items:center;background:#fafafa;border-bottom:1px solid #e5e5e5;display:flex;gap:12px;padding:10px 14px}.app-preview__frame-dots[data-v-84dba7a8]{display:flex;gap:6px}.app-preview__frame-dots span[data-v-84dba7a8]{background:#e5e5e5;border-radius:50%;height:10px;width:10px}.app-preview__frame-url[data-v-84dba7a8]{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:6px;color:#a3a3a3;display:flex;flex:1;font-size:12px;justify-content:center;padding:4px 12px}.app-preview__frame-body[data-v-84dba7a8]{overflow:hidden;position:relative}.app-preview__frame-inner[data-v-84dba7a8]{align-items:stretch;display:flex;position:relative;width:100%}.app-preview__frame-img[data-v-84dba7a8]{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.app-preview__frame-inner--contain-color[data-v-84dba7a8]{box-sizing:border-box;padding:24px}.app-preview__frame-inner--contain-color .app-preview__frame-img[data-v-84dba7a8]{border-radius:14px;box-shadow:0 12px 32px -8px #00000024,0 2px 6px #0000000f;height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.app-preview__frame-inner--contain-blur .app-preview__frame-backdrop[data-v-84dba7a8]{background-position:50%;background-size:cover;filter:blur(30px) brightness(.96) saturate(1.1);top:0;right:0;bottom:0;left:0;position:absolute;transform:scale(1.2)}.app-preview__frame-inner--contain-blur .app-preview__frame-img[data-v-84dba7a8]{height:100%;-o-object-fit:contain;object-fit:contain;position:relative;width:100%;z-index:1}.app-preview__facade[data-v-84dba7a8]{height:560px}@media(max-width:900px){.app-preview__facade[data-v-84dba7a8]{height:360px}}.app-preview__frame-iframe[data-v-84dba7a8]{border:0;display:block;height:100%;width:100%}.app-preview__frame-body--embed[data-v-84dba7a8]{aspect-ratio:auto;background:transparent}.app-preview__frame-body--sized .app-preview__facade[data-v-84dba7a8],.app-preview__frame-body--sized .app-preview__frame-inner[data-v-84dba7a8],.app-preview__frame-body--sized .app-preview__frame-inner--cover .app-preview__frame-img[data-v-84dba7a8]{height:100%}.app-preview__preload[data-v-84dba7a8]{height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:1px}.app-preview__progress[data-v-84dba7a8]{align-items:center;display:flex;gap:10px}.app-preview__progress.paused .app-preview__progress-segment.active .app-preview__progress-fill[data-v-84dba7a8]{animation-play-state:paused}.app-preview__playpause[data-v-84dba7a8]{align-items:center;background:#4419060a;border:none;border-radius:50%;color:var(--navbar-font-color,#1a1a1a);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all .2s ease;width:24px}.app-preview__playpause[data-v-84dba7a8]:hover{background:#44190614;color:var(--primary-color)}.app-preview__progress-track[data-v-84dba7a8]{display:flex;flex:1;gap:4px}.app-preview__progress-segment[data-v-84dba7a8]{background:#e5e5e5;border-radius:2px;cursor:pointer;flex:1;height:3px;overflow:hidden}.app-preview__progress-segment.past[data-v-84dba7a8]{background:var(--primary-color)}.app-preview__progress-segment.active .app-preview__progress-fill[data-v-84dba7a8]{animation:app-preview-progress-84dba7a8 linear forwards}.app-preview__progress-fill[data-v-84dba7a8]{background:var(--primary-color);border-radius:2px;height:100%;width:0}.app-preview--product .app-preview__frame-body[data-v-84dba7a8]{aspect-ratio:16/10;background:#eef1f6}.app-preview--product .app-preview__frame-inner[data-v-84dba7a8]{height:100%}.app-preview-fade-enter-active[data-v-84dba7a8],.app-preview-fade-leave-active[data-v-84dba7a8]{transition:opacity .25s ease}.app-preview-fade-enter-from[data-v-84dba7a8],.app-preview-fade-leave-to[data-v-84dba7a8]{opacity:0}@keyframes app-preview-progress-84dba7a8{0%{width:0}to{width:100%}}@media(max-width:480px){.hidden-xs[data-v-e724fa85]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-e724fa85]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-e724fa85]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-e724fa85]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-e724fa85]{display:none!important}}.flow-container[data-v-e724fa85]{max-width:100%}.standalone-diagram[data-v-e724fa85]{margin-bottom:3rem;margin-top:3rem}@media(max-width:768px){.standalone-diagram[data-v-e724fa85]{margin-bottom:1.5rem;margin-top:1.5rem}}.stripe-flow-container[data-v-e724fa85]{background:#181826;border:1px solid hsla(0,0%,100%,.05);border-radius:32px;box-shadow:0 40px 100px #00000080;box-sizing:border-box;overflow:hidden;position:relative;transition:all .6s cubic-bezier(.16,1,.3,1);width:100%}.stripe-flow-container[data-v-e724fa85] *{box-sizing:border-box}.stripe-flow-container.is-standalone[data-v-e724fa85]{background:#181826;box-shadow:0 30px 80px #0006}.stripe-flow-container.is-standalone .flow-visual[data-v-e724fa85]{background:transparent}.stripe-flow-container.is-standalone.is-active[data-v-e724fa85]{background:#181826}.stripe-flow-container.is-active[data-v-e724fa85]{background:radial-gradient(circle at top right,#1834fb14 0,#181826 60%);border-color:#1834fb66}.stripe-flow-container .admin-badge[data-v-e724fa85]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ff98001a;border:1px solid rgba(255,152,0,.2);border-radius:20px;color:#ff9800;cursor:pointer;font-size:.65rem;font-weight:700;left:50%;padding:4px 12px;position:absolute;top:10px;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.stripe-flow-container .admin-modal[data-v-e724fa85]{background:#1d1d2b;border:1px solid #32324d;border-radius:16px;box-shadow:0 30px 60px #0009;display:flex;flex-direction:column;max-height:80vh;overflow:hidden;position:fixed;width:400px;z-index:9999}.stripe-flow-container .admin-modal .modal-header[data-v-e724fa85]{align-items:center;background:#252538;border-bottom:1px solid #32324d;color:#fff;cursor:move;display:flex;font-size:.85rem;font-weight:700;justify-content:space-between;padding:1rem}.stripe-flow-container .admin-modal .modal-header .btn-close[data-v-e724fa85]{background:transparent;border:none;color:#8a8aa8;cursor:pointer;font-size:1.5rem;line-height:1}.stripe-flow-container .admin-modal .modal-header .btn-close[data-v-e724fa85]:hover{color:#fff}.stripe-flow-container .admin-modal .modal-body[data-v-e724fa85]{flex-grow:1;overflow-y:auto;padding:1.5rem}.stripe-flow-container .admin-modal .modal-body h4[data-v-e724fa85]{border-bottom:1px solid #32324d;color:#fff;font-size:.9rem;margin-bottom:1rem;padding-bottom:.5rem}.stripe-flow-container .admin-modal .modal-body h5[data-v-e724fa85]{color:#8a8aa8;font-size:.75rem;margin:.5rem 0}.stripe-flow-container .admin-modal .modal-body .admin-section[data-v-e724fa85]{margin-bottom:2rem}.stripe-flow-container .admin-modal .modal-body .admin-item[data-v-e724fa85]{display:flex;gap:.4rem;margin-bottom:.5rem}.stripe-flow-container .admin-modal .modal-body .admin-item input[data-v-e724fa85],.stripe-flow-container .admin-modal .modal-body .admin-item select[data-v-e724fa85]{background:#14141f;border:1px solid #32324d;border-radius:4px;color:#fff;flex:1;font-size:.75rem;padding:6px}.stripe-flow-container .admin-modal .modal-body .admin-scenario[data-v-e724fa85]{background:#252538;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.stripe-flow-container .admin-modal .modal-body .admin-scenario .scenario-header[data-v-e724fa85]{display:flex;gap:.5rem}.stripe-flow-container .admin-modal .modal-body .admin-scenario .scenario-header .icon-input[data-v-e724fa85]{max-width:80px}.stripe-flow-container .admin-modal .modal-body .admin-scenario input[data-v-e724fa85],.stripe-flow-container .admin-modal .modal-body .admin-scenario textarea[data-v-e724fa85]{background:#14141f;border:1px solid #32324d;border-radius:6px;color:#fff;font-size:.8rem;padding:8px;width:100%}.stripe-flow-container .admin-modal .modal-body .admin-scenario .admin-path[data-v-e724fa85]{align-items:center;color:#8a8aa8;display:flex;font-size:.7rem;gap:.4rem;margin-bottom:.5rem}.stripe-flow-container .admin-modal .modal-body .admin-scenario .admin-path select[data-v-e724fa85]{background:#14141f;border:1px solid #32324d;border-radius:4px;color:#fff;font-size:.7rem;padding:4px}.stripe-flow-container .admin-modal .modal-body .admin-scenario .admin-path input[type=color][data-v-e724fa85]{background:transparent;border:none;cursor:pointer;height:28px;padding:0;width:28px}.stripe-flow-container .admin-modal .modal-footer[data-v-e724fa85]{background:#1d1d2b;border-top:1px solid #32324d;padding:1rem}.stripe-flow-container .admin-modal .btn-add[data-v-e724fa85]{background:#1834fb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.6rem;width:100%}.stripe-flow-container .admin-modal .btn-add-small[data-v-e724fa85]{background:#32324d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.7rem;padding:4px 10px}.stripe-flow-container .admin-modal .btn-add-small[data-v-e724fa85]:hover{background:#4a4a6a}.stripe-flow-container .admin-modal .btn-danger[data-v-e724fa85]{background:#fb1818;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;height:28px;width:28px}.stripe-flow-container .admin-modal .btn-danger-text[data-v-e724fa85]{background:transparent;border:none;color:#fb1818;cursor:pointer;font-size:.75rem;margin-top:.5rem;padding:0;text-align:left}.stripe-flow-container .admin-modal .btn-danger-text[data-v-e724fa85]:hover{text-decoration:underline}.stripe-flow-container .admin-modal .btn-export[data-v-e724fa85]{background:#4caf50;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem;transition:all .2s ease;width:100%}.stripe-flow-container .admin-modal .btn-export[data-v-e724fa85]:hover{filter:brightness(1.1);transform:translateY(-1px)}.stripe-flow-container.layout-vertical .flow-layout[data-v-e724fa85]{flex-direction:column-reverse}.stripe-flow-container.layout-vertical .flow-sidebar[data-v-e724fa85]{background:#0000004d;border-right:none;border-top:1px solid hsla(0,0%,100%,.05);padding:1rem 0;position:relative;width:100%}.stripe-flow-container.layout-vertical .flow-sidebar[data-v-e724fa85]:after{background:linear-gradient(270deg,rgba(24,24,38,.8),transparent);bottom:0;content:"";pointer-events:none;position:absolute;right:0;top:0;width:40px;z-index:5}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list[data-v-e724fa85]{flex-direction:row;flex-wrap:nowrap;gap:.75rem;justify-content:flex-start;overflow-x:auto;padding:.5rem 1.5rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list[data-v-e724fa85]::-webkit-scrollbar{display:none}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list .scenario-item[data-v-e724fa85]{align-items:center;background:#ffffff08;border:1px solid hsla(0,0%,100%,.05);flex-direction:column;flex-shrink:0;gap:.5rem;min-width:130px;padding:.75rem 1rem;scroll-snap-align:center;text-align:center}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list .scenario-item.active[data-v-e724fa85]{background:#1834fb40;border-color:var(--primary-color);transform:scale(1.05)}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list .scenario-item .scenario-icon[data-v-e724fa85]{background:#ffffff0d;height:36px;margin:0;min-width:36px;width:36px}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list .scenario-item .scenario-label[data-v-e724fa85]{color:#fff;font-size:.75rem;white-space:nowrap}.stripe-flow-container.layout-vertical .flow-sidebar .scenarios-list .scenario-item .arrow[data-v-e724fa85]{display:none}.stripe-flow-container.layout-vertical .flow-visual[data-v-e724fa85]{min-height:400px;padding:1rem}@media(max-width:768px){.stripe-flow-container.layout-vertical .flow-visual[data-v-e724fa85]{min-height:380px}}.stripe-flow-container .flow-layout[data-v-e724fa85]{display:flex;min-height:550px}@media(max-width:768px){.stripe-flow-container .flow-layout[data-v-e724fa85]{flex-direction:column!important}}.stripe-flow-container .flow-sidebar[data-v-e724fa85]{background:#0000001a;border-right:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;flex-shrink:0;padding:2.5rem 2rem;width:320px}@media(max-width:768px){.stripe-flow-container .flow-sidebar[data-v-e724fa85]{border-bottom:1px solid hsla(0,0%,100%,.05);border-right:none;padding:1.5rem;width:100%}}.stripe-flow-container .flow-sidebar .sidebar-header[data-v-e724fa85]{flex-shrink:0;margin-bottom:1.5rem}.stripe-flow-container .flow-sidebar .sidebar-header .badge[data-v-e724fa85]{background:#1834fb1f;border-radius:20px;color:var(--primary-color);display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;padding:4px 10px;text-transform:uppercase}.stripe-flow-container .flow-sidebar .sidebar-header .sidebar-title[data-v-e724fa85]{color:var(--secondary-color);flex-wrap:wrap;font-size:1.35rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.stripe-flow-container .flow-sidebar .sidebar-header .sidebar-intro[data-v-e724fa85]{color:#8a8aa8;font-size:.85rem;line-height:1.5}.stripe-flow-container .flow-sidebar .scenarios-list[data-v-e724fa85]{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item[data-v-e724fa85]{align-items:center;background:transparent;border:1px solid transparent;border-radius:12px;cursor:pointer;display:flex;gap:.8rem;padding:.8rem 1rem;position:relative;text-align:left;transition:all .25s ease}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item[data-v-e724fa85]:hover{background:#ffffff05}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item:hover .scenario-label[data-v-e724fa85]{color:var(--secondary-color)}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item.active[data-v-e724fa85]{background:#1834fb33;border-color:#1834fb66}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item.active .scenario-icon[data-v-e724fa85]{background:#fff;box-shadow:0 0 10px #fff3;color:var(--primary-color)}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item.active .scenario-label[data-v-e724fa85]{color:#fff;font-weight:600}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item.active .arrow[data-v-e724fa85]{opacity:1;transform:translate(0)}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item .scenario-icon[data-v-e724fa85]{align-items:center;background:#ffffff08;border-radius:8px;color:#6a6a8a;display:flex;height:32px;justify-content:center;min-width:32px;transition:all .3s ease;width:32px}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item .scenario-icon .material-symbols-outlined[data-v-e724fa85]{font-size:18px}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item .scenario-content[data-v-e724fa85]{flex-grow:1}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item .scenario-content .scenario-label[data-v-e724fa85]{color:#8a8aa8;font-size:.85rem;font-weight:500;transition:color .3s ease}.stripe-flow-container .flow-sidebar .scenarios-list .scenario-item .arrow[data-v-e724fa85]{color:#fff;font-size:16px;opacity:0;transform:translate(-5px);transition:all .3s ease}.stripe-flow-container .flow-sidebar .sidebar-footer[data-v-e724fa85]{margin-top:1.5rem}.stripe-flow-container .flow-sidebar .sidebar-footer .sync-toggle-btn[data-v-e724fa85]{align-items:center;background:#212134;border:1px solid #32324d;border-radius:12px;color:#e5e3df;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.6rem;justify-content:center;padding:.8rem;transition:all .3s ease;width:100%}.stripe-flow-container .flow-sidebar .sidebar-footer .sync-toggle-btn[data-v-e724fa85]:hover{background:#282840;border-color:var(--primary-color)}.stripe-flow-container .flow-sidebar .sidebar-footer .sync-toggle-btn.synced[data-v-e724fa85]{background:#1834fb26;border-color:var(--primary-color);color:#fff}.stripe-flow-container .flow-visual[data-v-e724fa85]{align-items:center;background:#00000026;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:1rem;position:relative}@media(max-width:768px){.stripe-flow-container .flow-visual[data-v-e724fa85]{min-height:400px;padding:.5rem}}.stripe-flow-container .flow-visual .loading-overlay[data-v-e724fa85]{align-items:center;background:#181826;bottom:0;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:50}.stripe-flow-container .flow-visual .loading-overlay .spinner[data-v-e724fa85]{animation:spin-e724fa85 1s linear infinite;border:3px solid rgba(24,52,251,.1);border-radius:50%;border-top:3px solid var(--primary-color);height:40px;width:40px}.stripe-flow-container .flow-visual .loading-overlay .loading-text[data-v-e724fa85]{color:#8a8aa8;font-size:.9rem;font-weight:500;letter-spacing:.02em}.stripe-flow-container .flow-visual .canvas-wrapper[data-v-e724fa85]{align-items:center;display:flex;height:100%;justify-content:center;min-height:450px;position:relative;width:100%}.stripe-flow-container .flow-visual .canvas-wrapper .flow-canvas[data-v-e724fa85]{cursor:grab;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;touch-action:pan-y;width:100%}.stripe-flow-container .flow-visual .canvas-wrapper .flow-canvas[data-v-e724fa85]:active{cursor:grabbing}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay[data-v-e724fa85]{display:flex;justify-content:space-between;left:1.5rem;pointer-events:none;position:absolute;right:1.5rem;top:1.5rem}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .status-indicator[data-v-e724fa85]{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a14b3;border:1px solid hsla(0,0%,100%,.08);border-radius:20px;color:#8a8aa8;display:flex;font-size:.7rem;font-weight:500;gap:.6rem;padding:6px 14px;pointer-events:auto}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .status-indicator .dot[data-v-e724fa85]{background:#4a4a6a;border-radius:50%;height:7px;width:7px}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .status-indicator.active[data-v-e724fa85]{color:var(--secondary-color)}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .status-indicator.active .dot[data-v-e724fa85]{animation:blink-e724fa85 2s infinite;background:#2ed573;box-shadow:0 0 10px #2ed573}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .reset-btn[data-v-e724fa85]{align-items:center;background:#21213480;border:1px solid hsla(0,0%,100%,.05);border-radius:8px;color:#4a4a6a;cursor:pointer;display:flex;height:32px;justify-content:center;pointer-events:auto;transition:all .3s ease;width:32px}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .reset-btn[data-v-e724fa85]:hover{background:#212134cc;border-color:#ffffff1a;color:var(--secondary-color)}.stripe-flow-container .flow-visual .canvas-wrapper .visual-overlay .reset-btn .material-symbols-outlined[data-v-e724fa85]{font-size:18px}.stripe-flow-container .flow-visual .scenario-description-floating[data-v-e724fa85]{background:#1d1d2b;border:1px solid hsla(0,0%,100%,.15);border-radius:16px;box-shadow:0 15px 40px #00000080;color:#fff;font-size:.85rem;line-height:1.5;margin-top:-40px;max-width:500px;padding:1.25rem 1.5rem;text-align:center;width:calc(100% - 2rem);z-index:20}@media(max-width:768px){.stripe-flow-container .flow-visual .scenario-description-floating[data-v-e724fa85]{bottom:10px;font-size:.9rem;margin-top:-20px;position:relative}}.fade-enter-active[data-v-e724fa85],.fade-leave-active[data-v-e724fa85]{transition:opacity .4s ease,transform .4s ease}.fade-enter-from[data-v-e724fa85],.fade-leave-to[data-v-e724fa85]{opacity:0;transform:translateY(10px)}@keyframes spin-e724fa85{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes blink-e724fa85{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.task-panel[data-v-e0445182]{background:#fff;bottom:0;box-shadow:-4px 0 12px #0000001a;overflow-y:auto;position:fixed;right:0;top:0;width:450px;z-index:1000}@media(max-width:768px){.task-panel[data-v-e0445182]{width:100%}}.panel-header[data-v-e0445182]{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem;position:sticky;top:0;z-index:10}.panel-header h3[data-v-e0445182]{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.close-button[data-v-e0445182]{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s}.close-button[data-v-e0445182]:hover{background:#f9fafb;color:#111827}.close-button .material-icons[data-v-e0445182]{font-size:1.5rem}.panel-content[data-v-e0445182]{padding:1.5rem}.panel-field[data-v-e0445182]{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:.75rem;padding:1rem 0}.panel-field[data-v-e0445182]:last-child{border-bottom:none}.field-icon[data-v-e0445182]{color:#6b7280;font-size:1.25rem}.field-label[data-v-e0445182]{color:#6b7280;font-size:.875rem;font-weight:500;min-width:80px}.field-value[data-v-e0445182]{color:#111827;font-size:.875rem}.field-link[data-v-e0445182]{color:#4f46e5;font-size:.875rem;text-decoration:none;word-break:break-all}.field-link[data-v-e0445182]:hover{text-decoration:underline}.status-badge[data-v-e0445182]{border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500;margin-left:auto;padding:.25rem .75rem}.labels-list[data-v-e0445182]{display:flex;flex-wrap:wrap;gap:.5rem}.label-tag[data-v-e0445182]{background:#f9fafb;border-radius:.25rem;color:#111827;font-size:.75rem;padding:.25rem .75rem}.panel-section[data-v-e0445182]{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.panel-section h4[data-v-e0445182]{color:#111827;font-size:1rem;font-weight:600;margin:0 0 1rem}.description-text[data-v-e0445182]{color:#6b7280;line-height:1.6;margin:0}.connected-tasks[data-v-e0445182]{display:flex;flex-direction:column;gap:.5rem}.connected-task[data-v-e0445182]{background:#f9fafb;border-radius:.5rem;color:#111827;cursor:pointer;font-size:.875rem;padding:.75rem;transition:all .2s}.connected-task[data-v-e0445182]:hover{background:#eaedf1}.panel-overlay[data-v-e0445182]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;top:0;right:0;bottom:0;left:0;position:fixed;z-index:999}.slide-enter-active[data-v-e0445182],.slide-leave-active[data-v-e0445182]{transition:transform .3s ease}.slide-enter-from[data-v-e0445182],.slide-leave-to[data-v-e0445182]{transform:translate(100%)}.fade-enter-active[data-v-e0445182],.fade-leave-active[data-v-e0445182]{transition:opacity .3s ease}.fade-enter-from[data-v-e0445182],.fade-leave-to[data-v-e0445182]{opacity:0}@media(max-width:1023px){.timeline-container[data-v-e0445182]{padding:2rem 0}.timeline-wrapper[data-v-e0445182]{padding:0 1rem}.timeline-header[data-v-e0445182]{margin-bottom:2rem}.timeline-title[data-v-e0445182]{font-size:1.75rem}.timeline-subtitle[data-v-e0445182]{font-size:.875rem}.timeline-controls[data-v-e0445182]{gap:.75rem;justify-content:center}.today-button[data-v-e0445182]{font-size:.75rem;padding:.5rem .75rem}.nav-button[data-v-e0445182]{padding:.5rem}.nav-button .material-icons[data-v-e0445182]{font-size:1rem}.date-cell[data-v-e0445182]{padding:.75rem .5rem}.date-day[data-v-e0445182]{font-size:.65rem}.date-number[data-v-e0445182]{font-size:1rem}.date-relative[data-v-e0445182]{font-size:.6rem}.task-bar[data-v-e0445182]{margin:10px 4px;padding:.5rem .75rem}.task-bar.task-continues-left[data-v-e0445182]{padding-left:.25rem}.task-bar.task-continues-right[data-v-e0445182]{padding-right:.25rem}.task-icon[data-v-e0445182]{font-size:1rem}.task-title[data-v-e0445182]{font-size:.75rem}.task-subtitle[data-v-e0445182]{font-size:.65rem}.weekend-overlay[data-v-e0445182]{margin:10px 4px}.timeline-tasks-grid[data-v-e0445182]{min-height:200px}.future-tasks-indicator[data-v-e0445182]{font-size:.75rem;margin:10px 4px;padding:.5rem .75rem}.future-tasks-indicator .material-icons[data-v-e0445182]{font-size:1rem}.future-tasks-text[data-v-e0445182]{display:none}.task-panel[data-v-e0445182]{width:100%}.panel-header[data-v-e0445182]{padding:1rem}.panel-header h3[data-v-e0445182]{font-size:1rem}.panel-content[data-v-e0445182]{padding:1rem}.panel-field[data-v-e0445182]{flex-wrap:wrap;padding:.75rem 0}.field-label[data-v-e0445182]{min-width:60px}.field-label[data-v-e0445182],.field-value[data-v-e0445182]{font-size:.8rem}}@media(max-width:480px){.hidden-xs[data-v-d4a0af7e]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-d4a0af7e]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-d4a0af7e]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-d4a0af7e]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-d4a0af7e]{display:none!important}}.hero[data-v-d4a0af7e]{align-items:center;background-color:#181826;display:flex;flex-direction:column;margin:auto;padding:6rem 0}@media(max-width:768px){.hero[data-v-d4a0af7e]{padding:4rem 0}}.hero.has-side-deco[data-v-d4a0af7e]{box-sizing:border-box;min-height:calc(100vh - var(--hero-top-offset, 165px));overflow:hidden;position:relative}.hero .hero-deco[data-v-d4a0af7e]{--hero-top-offset:165px;height:clamp(340px,30vw,760px);-webkit-mask-composite:source-in;mask-composite:intersect;pointer-events:none;position:absolute;top:calc(100vh - var(--hero-top-offset));-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;z-index:0}.hero .hero-deco-left[data-v-d4a0af7e]{left:0;-webkit-mask-image:linear-gradient(90deg,#000 42%,transparent 94%),linear-gradient(180deg,transparent 0,#000 12%,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 42%,transparent 94%),linear-gradient(180deg,transparent 0,#000 12%,#000 85%,transparent);transform:translateY(-85%)}.hero .hero-deco-right[data-v-d4a0af7e]{-webkit-mask-image:linear-gradient(270deg,#000 42%,transparent 94%),linear-gradient(180deg,transparent 0,#000 12%,#000 80%,transparent);mask-image:linear-gradient(270deg,#000 42%,transparent 94%),linear-gradient(180deg,transparent 0,#000 12%,#000 80%,transparent);right:0;transform:translateY(-80%)}@media(max-width:1400px){.hero .hero-deco[data-v-d4a0af7e]{height:clamp(240px,22vw,380px)}}@media(max-width:1024px){.hero .hero-deco[data-v-d4a0af7e]{height:clamp(110px,24vw,230px)}}.hero.has-side-deco>.content[data-v-d4a0af7e],.hero.has-side-deco>.hero-highlights-wrap[data-v-d4a0af7e]{position:relative;z-index:1}.hero.has-bg-image[data-v-d4a0af7e]{background-position:50%;background-repeat:no-repeat;background-size:100% auto}@media(max-width:768px){.hero.has-bg-image[data-v-d4a0af7e]{background-image:none!important}}.hero .header-badges[data-v-d4a0af7e]{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:768px){.hero .header-badges[data-v-d4a0af7e]{justify-content:flex-start}}.hero .time-counter-badge[data-v-d4a0af7e]{align-items:center;background:#ff980026;border:1px solid rgba(255,152,0,.3);border-radius:10px;color:#ff9800;display:flex;font-size:.8rem;font-weight:700;gap:.5rem;min-width:140px;padding:6px 12px}.hero .time-counter-badge .icon[data-v-d4a0af7e]{font-size:1.1rem}.hero .time-counter-badge .final-label[data-v-d4a0af7e]{animation:pulse-light-d4a0af7e 2s infinite;color:#fff}.hero.split .content[data-v-d4a0af7e]{align-items:center;flex-direction:row;gap:4rem;max-width:1200px;text-align:left}@media(max-width:768px){.hero.split .content[data-v-d4a0af7e]{flex-direction:column;gap:2rem;text-align:left}}.hero.split .content .text-side[data-v-d4a0af7e]{display:flex;flex:1;flex-direction:column;gap:2rem}@media(max-width:768px){.hero.split .content .text-side[data-v-d4a0af7e]{align-items:flex-start}}.hero.split .content .text-side .new[data-v-d4a0af7e]{margin:0}@media(max-width:768px){.hero.split .content .text-side .new[data-v-d4a0af7e]{margin:1rem 0}}.hero.split .content .text-side .main[data-v-d4a0af7e]{align-items:flex-start}@media(max-width:768px){.hero.split .content .text-side .main[data-v-d4a0af7e]{align-items:flex-start}}.hero.split .content .text-side .main .title[data-v-d4a0af7e]{text-align:left}@media(max-width:768px){.hero.split .content .text-side .main .title[data-v-d4a0af7e]{text-align:left}}.hero.split .content .text-side .main .description[data-v-d4a0af7e]{text-align:left}@media(max-width:768px){.hero.split .content .text-side .main .description[data-v-d4a0af7e]{text-align:left}}.hero.split .content .text-side .actions[data-v-d4a0af7e]{justify-content:flex-start}@media(max-width:768px){.hero.split .content .text-side .actions[data-v-d4a0af7e]{justify-content:flex-start}}.hero.split .content .hero-image[data-v-d4a0af7e]{flex:1.2;margin-top:0;width:100%}.hero.centered .content[data-v-d4a0af7e]{align-items:center;flex-direction:column;max-width:960px;text-align:center}.hero.centered .content .text-side[data-v-d4a0af7e]{display:contents}.hero.centered .content .main[data-v-d4a0af7e]{align-items:center}.hero.centered .content .main .description[data-v-d4a0af7e],.hero.centered .content .main .title[data-v-d4a0af7e]{text-align:center}.hero.centered .content .actions[data-v-d4a0af7e]{justify-content:center}.hero.centered .content .hero-image[data-v-d4a0af7e]{margin-top:4rem}.hero>.content[data-v-d4a0af7e]{box-sizing:border-box;display:flex;gap:2rem;padding:0 2rem;width:100%}@media(max-width:768px){.hero>.content[data-v-d4a0af7e]{padding:0 1rem}}.hero>.content .new[data-v-d4a0af7e]{background:#212134;border:1px solid #32324d;border-radius:10px;box-sizing:border-box;display:flex;padding:8px 16px 8px 12px;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.hero>.content .new[data-v-d4a0af7e]{flex-direction:column;gap:.5rem;max-width:100%;padding:16px 12px}}.hero>.content .new .label[data-v-d4a0af7e]{align-items:center;background-color:var(--primary-color);border-radius:4px;color:var(--secondary-color);display:flex;font-size:.7rem;font-weight:600;line-height:1rem;margin-right:10px;padding:0 8px}@media(max-width:768px){.hero>.content .new .label[data-v-d4a0af7e]{width:-moz-fit-content;width:fit-content}}.hero>.content .new .content[data-v-d4a0af7e]{color:var(--secondary-color)}.hero>.content .new .content .light[data-v-d4a0af7e]{color:var(--primary-color-light-2)}.hero>.content .main[data-v-d4a0af7e]{display:flex;flex-direction:column;gap:1rem}.hero>.content .main .title[data-v-d4a0af7e]{color:var(--secondary-color);word-break:break-word}@media(max-width:768px){.hero>.content .main .title[data-v-d4a0af7e]{font-size:2.2rem;line-height:2.8rem}}@media(max-width:480px){.hero>.content .main .title[data-v-d4a0af7e]{font-size:1.8rem;line-height:2.4rem}}.hero>.content .main .title[data-v-d4a0af7e] .strike-past{color:#e6e4e099;display:inline-block;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0 .2rem;position:relative}.hero>.content .main .title[data-v-d4a0af7e] .strike-past:after{animation:strike-draw-d4a0af7e .8s cubic-bezier(.65,0,.35,1) 1s forwards;background:#ff9800;border-radius:4px;content:"";height:6px;left:-5%;opacity:.7;position:absolute;top:55%;transform:rotate(-2deg);transform-origin:left center;width:110%;width:0;z-index:1}.hero>.content .main .title[data-v-d4a0af7e] .license-plate{align-items:center;background:#fff;border:.06em solid #10141c;border-radius:.12em;box-shadow:0 .05em .14em #0003;color:#10141c;display:inline-flex;font-size:.8em;font-weight:800;justify-content:center;letter-spacing:.02em;line-height:1;margin:0 .18em;overflow:hidden;padding:.56em .82em;position:relative;text-transform:uppercase;transform:translateY(-.03em);vertical-align:middle;white-space:nowrap}.hero>.content .main .title[data-v-d4a0af7e] .license-plate span{color:#000;font-size:54.4px;font-weight:800}.hero>.content .main .title[data-v-d4a0af7e] .license-plate span+span:before{color:#000;content:"-";font-size:.62em;font-weight:800;margin:0 .22em}.hero>.content .main .title[data-v-d4a0af7e] .license-plate:before{align-items:center;background:#039;bottom:0;color:#fff;content:"F";display:flex;font-size:.5em;font-weight:700;justify-content:center;left:0;letter-spacing:0;position:absolute;top:0;width:1.35em}.hero>.content .main .title[data-v-d4a0af7e] .license-plate:after{background:#039;bottom:0;content:"";position:absolute;right:0;top:0;width:.68em}.hero>.content .main .description[data-v-d4a0af7e]{color:var(--primary-text-inverted-color);max-width:690px}.hero>.content .actions[data-v-d4a0af7e]{display:flex;flex-wrap:wrap;gap:1rem}.hero>.content .hero-image[data-v-d4a0af7e]{display:flex;justify-content:center;width:100%}.hero>.content .hero-image img[data-v-d4a0af7e]{border:1px solid #32324d;border-radius:12px;box-shadow:0 20px 40px #0000004d;height:auto;max-width:100%}.hero .hero-highlights-wrap[data-v-d4a0af7e]{margin:4rem auto 0;max-width:1200px;position:relative;width:100%}@media(max-width:768px){.hero .hero-highlights-wrap[data-v-d4a0af7e]{margin:2rem auto 0}}.hero .hl-nav[data-v-d4a0af7e]{display:none}@media(max-width:768px){.hero .hl-nav[data-v-d4a0af7e]{align-items:center;background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 6px 18px #00000040;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease,opacity .15s ease;width:40px;z-index:3}.hero .hl-nav .material-symbols-outlined[data-v-d4a0af7e]{color:#fff;font-size:24px}.hero .hl-nav[data-v-d4a0af7e]:active{transform:translateY(-50%) scale(.92)}}.hero .hl-nav.hl-nav-left[data-v-d4a0af7e]{left:.25rem}.hero .hl-nav.hl-nav-right[data-v-d4a0af7e]{right:.25rem}.hero .hero-highlights[data-v-d4a0af7e]{display:grid;gap:1.5rem;margin:0;padding:0 2rem;width:100%}@media(max-width:768px){.hero .hero-highlights[data-v-d4a0af7e]{display:flex;flex-wrap:nowrap;grid-template-columns:none;margin:0;overflow-x:auto;padding:0 1rem;scroll-padding-inline:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero .hero-highlights[data-v-d4a0af7e]::-webkit-scrollbar{display:none}.hero .hero-highlights .highlight-item[data-v-d4a0af7e]{flex:0 0 78%;scroll-snap-align:start}}.hero .hero-highlights.grid-1[data-v-d4a0af7e]{grid-template-columns:1fr}.hero .hero-highlights.grid-2[data-v-d4a0af7e]{grid-template-columns:repeat(2,1fr)}.hero .hero-highlights.grid-3[data-v-d4a0af7e]{grid-template-columns:repeat(3,1fr)}.hero .hero-highlights.grid-4[data-v-d4a0af7e]{grid-template-columns:repeat(4,1fr)}.hero .hero-highlights .highlight-item[data-v-d4a0af7e]{align-items:center;background:#212134cc;border:1px solid #32324d;border-radius:12px;-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:auto 1fr;padding:1.5rem;row-gap:.5rem;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hero .hero-highlights .highlight-item.clickable[data-v-d4a0af7e]{cursor:pointer}.hero .hero-highlights .highlight-item[data-v-d4a0af7e]:hover{border-color:var(--primary-color);box-shadow:0 10px 20px #0003;transform:translateY(-2px)}.hero .hero-highlights .highlight-item .highlight-icon[data-v-d4a0af7e]{align-items:center;background:#ff98001a;border-radius:8px;color:var(--primary-color);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hero .hero-highlights .highlight-item .highlight-icon .material-symbols-outlined[data-v-d4a0af7e]{font-size:24px}.hero .hero-highlights .highlight-item .highlight-icon img[data-v-d4a0af7e]{border:none;box-shadow:none;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.hero .hero-highlights .highlight-item .highlight-title[data-v-d4a0af7e]{align-items:center;color:var(--secondary-color);display:flex;font-size:1rem;font-weight:700;gap:.25rem}.hero .hero-highlights .highlight-item .highlight-title .chevron[data-v-d4a0af7e]{font-size:1.2rem;opacity:.8}.hero .hero-highlights .highlight-item .highlight-desc[data-v-d4a0af7e]{color:var(--primary-text-inverted-color);font-size:.85rem;grid-column:1/-1;line-height:1.4}.hero .hero-highlights .highlight-item.featured[data-v-d4a0af7e]{animation:featured-rainbow-spin-d4a0af7e 6s linear infinite;background:linear-gradient(#1c1c2df5,#1c1c2df5) padding-box,conic-gradient(from var(--hl-angle,0deg),#ff0080,#ff8c00,#ffd000,#12be53,#00b0ff,#7a5cff,#ff0080) border-box;border:2px solid transparent;box-shadow:0 12px 32px #7a5cff38}@media(prefers-reduced-motion:reduce){.hero .hero-highlights .highlight-item.featured[data-v-d4a0af7e]{animation:none}}.hero .hero-highlights .highlight-item.featured[data-v-d4a0af7e]:hover{border-color:transparent;box-shadow:0 16px 38px #7a5cff4d}.hero .hero-reviews[data-v-d4a0af7e]{align-items:center;color:var(--primary-text-inverted-color);display:flex;font-size:.85rem;gap:10px;justify-content:center;margin-top:.5rem}.hero .hero-reviews strong[data-v-d4a0af7e]{color:var(--secondary-color)}.hero.light[data-v-d4a0af7e]{background-color:var(--soft-background-color)}.hero.light .main .title[data-v-d4a0af7e]{color:#0f172a}.hero.light .main .description[data-v-d4a0af7e]{color:#475569}.hero.light .main .title[data-v-d4a0af7e] .strike-past{color:#0f172a73}.hero.light .new[data-v-d4a0af7e]{background:#fff;border-color:#0000000d}.hero.light .new .content[data-v-d4a0af7e]{color:#475569}.hero.light .hero-reviews[data-v-d4a0af7e]{color:#64748b}.hero.light .hero-reviews strong[data-v-d4a0af7e]{color:#0f172a}.hero.light .hero-highlights .highlight-item[data-v-d4a0af7e]{background:#fff;border-color:#0000000f;box-shadow:0 10px 30px #0000000d}.hero.light .hero-highlights .highlight-item[data-v-d4a0af7e]:hover{box-shadow:0 14px 30px #00000014}.hero.light .hero-highlights .highlight-item .highlight-title[data-v-d4a0af7e]{color:#0f172a}.hero.light .hero-highlights .highlight-item .highlight-desc[data-v-d4a0af7e]{color:#64748b}.hero.light .hero-highlights .highlight-item.featured[data-v-d4a0af7e]{background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--hl-angle,0deg),#ff0080,#ff8c00,#ffd000,#12be53,#00b0ff,#7a5cff,#ff0080) border-box;box-shadow:0 12px 32px #7a5cff2e}.hero.light .hero-highlights .highlight-item.featured[data-v-d4a0af7e]:hover{box-shadow:0 16px 38px #7a5cff42}.hero.light .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #0000000d}.hero.light .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]:nth-child(2){background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.hero.light .hero-highlights-bento .highlight-item-widget .highlight-body .highlight-title[data-v-d4a0af7e]{color:#1e293b}.hero.light .hero-highlights-bento .highlight-item-widget .highlight-body .highlight-desc[data-v-d4a0af7e]{color:#64748b}.hero.stacked[data-v-d4a0af7e]{overflow:hidden;padding:3rem 0;position:relative}.hero.stacked[data-v-d4a0af7e]:after,.hero.stacked[data-v-d4a0af7e]:before{background-repeat:no-repeat;background-size:contain;content:"";height:200px;opacity:.2;pointer-events:none;position:absolute;top:50%;width:300px;z-index:1}@media(max-width:768px){.hero.stacked[data-v-d4a0af7e]:after,.hero.stacked[data-v-d4a0af7e]:before{display:none}}.hero.stacked .content[data-v-d4a0af7e]{flex-direction:column;gap:3.5rem;max-width:100%;position:relative;text-align:center;z-index:2}.hero.stacked .content .text-side[data-v-d4a0af7e]{align-items:center;margin:0 auto;max-width:900px}.hero.stacked .content .text-side .main[data-v-d4a0af7e]{align-items:center}.hero.stacked .content .text-side .main .title[data-v-d4a0af7e]{font-size:5.5rem;font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:.5rem;text-align:center}@media(max-width:768px){.hero.stacked .content .text-side .main .title[data-v-d4a0af7e]{font-size:2.8rem}}.hero.stacked .content .text-side .main .description[data-v-d4a0af7e]{color:var(--primary-text-inverted-color);font-size:1.15rem;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.hero.stacked .content .text-side .actions[data-v-d4a0af7e]{justify-content:center;margin-top:1.5rem}.hero.stacked .hero-highlights-bento[data-v-d4a0af7e]{display:grid;gap:1.25rem;grid-auto-rows:180px;grid-template-columns:repeat(3,1fr);margin:1rem auto 0;max-width:1100px;padding:0 2rem;position:relative;width:100%;z-index:3}@media(max-width:768px){.hero.stacked .hero-highlights-bento[data-v-d4a0af7e]{grid-auto-rows:auto;grid-template-columns:1fr;padding:0 1rem}}.hero.stacked .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]{background:#fff;border:1px solid hsla(0,0%,100%,.1);border-radius:28px;box-shadow:0 25px 60px #00000040;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:2.25rem;position:relative;text-align:left;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}@media(max-width:768px){.hero.stacked .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]{grid-column:span 1!important;grid-row:span 1!important;min-height:200px}}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg[data-v-d4a0af7e]{background-position:50%;background-size:cover;border:none}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg[data-v-d4a0af7e]:before{background:linear-gradient(180deg,#0f172a33,#0f172ab3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg .highlight-body[data-v-d4a0af7e],.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg .highlight-header[data-v-d4a0af7e]{position:relative;z-index:2}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg .highlight-body .highlight-title[data-v-d4a0af7e]{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg .highlight-body .highlight-desc[data-v-d4a0af7e]{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero.stacked .hero-highlights-bento .highlight-item-widget.has-bg .highlight-header .highlight-icon[data-v-d4a0af7e]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid hsla(0,0%,100%,.3);color:#fff}.hero.stacked .hero-highlights-bento .highlight-item-widget.clickable[data-v-d4a0af7e]{cursor:pointer}.hero.stacked .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]:hover{transform:translateY(-5px) scale(1.01)}.hero.stacked .hero-highlights-bento .highlight-item-widget[data-v-d4a0af7e]:nth-child(2){background:linear-gradient(135deg,#e0f2fe,#dbeafe);padding:1.5rem 2.25rem}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-header[data-v-d4a0af7e]{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-header .highlight-icon[data-v-d4a0af7e]{align-items:center;background:#f1f5f9;border-radius:12px;color:#334155;display:flex;height:44px;justify-content:center;width:44px}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-header .highlight-icon .material-symbols-outlined[data-v-d4a0af7e]{font-size:22px}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-header .highlight-badge[data-v-d4a0af7e]{color:#0f172a;font-size:2.75rem;font-weight:800;letter-spacing:-.05em;line-height:1}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-body .highlight-title[data-v-d4a0af7e]{color:#0f172a;font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}.hero.stacked .hero-highlights-bento .highlight-item-widget .highlight-body .highlight-desc[data-v-d4a0af7e]{color:#475569;font-size:.95rem;line-height:1.5}.hero.stacked .hero-highlights-wrap[data-v-d4a0af7e]{display:none}.drawer-highlight-content[data-v-d4a0af7e]{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.drawer-highlight-content .detail-image[data-v-d4a0af7e]{border-radius:16px;box-shadow:0 10px 30px #0000001a;width:100%}.drawer-highlight-content .detail-text[data-v-d4a0af7e]{color:#475569;font-size:1.1rem;line-height:1.6}.drawer-highlight-content .detail-features[data-v-d4a0af7e]{display:flex;flex-direction:column;gap:.75rem}.drawer-highlight-content .detail-features .feature-item[data-v-d4a0af7e]{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:500;gap:.75rem}.drawer-highlight-content .detail-features .feature-item .material-symbols-outlined[data-v-d4a0af7e]{color:var(--primary-color);font-size:1.25rem}.fade-fast-enter-active[data-v-d4a0af7e],.fade-fast-leave-active[data-v-d4a0af7e]{transition:opacity .3s ease}.fade-fast-enter-from[data-v-d4a0af7e],.fade-fast-leave-to[data-v-d4a0af7e]{opacity:0}@keyframes pulse-light-d4a0af7e{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes strike-draw-d4a0af7e{0%{opacity:0;width:0}to{opacity:.7;width:110%}}@property --hl-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes featured-rainbow-spin-d4a0af7e{to{--hl-angle:360deg}}[data-v-d4a0af7e] .hero-tuto{cursor:pointer;font-weight:700;position:relative;text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease}[data-v-d4a0af7e] .hero-tuto:hover{color:var(--primary-color)}[data-v-d4a0af7e] .hero-tuto[data-tooltip]:after{background:#1a1a1a;border-radius:6px;bottom:calc(100% + 9px);box-shadow:0 4px 14px #0000002e;color:#fff;content:attr(data-tooltip);font-size:.75rem;font-weight:600;left:50%;line-height:1;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translate(-50%) translateY(4px);transition:opacity .18s ease,transform .18s ease;white-space:nowrap;z-index:20}[data-v-d4a0af7e] .hero-tuto[data-tooltip]:before{border:5px solid transparent;border-top-color:#1a1a1a;bottom:calc(100% + 4px);content:"";left:50%;opacity:0;pointer-events:none;position:absolute;transform:translate(-50%);transition:opacity .18s ease;z-index:20}[data-v-d4a0af7e] .hero-tuto[data-tooltip]:hover:after{opacity:1;transform:translate(-50%) translateY(0)}[data-v-d4a0af7e] .hero-tuto[data-tooltip]:hover:before{opacity:1}.hero-reviews.has-sources[data-v-d4a0af7e]{cursor:pointer;position:relative}.hero-reviews.has-sources .reviews-caret[data-v-d4a0af7e]{font-size:1.1rem;opacity:.6;transition:transform .2s ease,opacity .2s ease}.hero-reviews.has-sources.sources-open .reviews-caret[data-v-d4a0af7e],.hero-reviews.has-sources:hover .reviews-caret[data-v-d4a0af7e]{opacity:1;transform:rotate(180deg)}.hero-reviews.has-sources .reviews-sources[data-v-d4a0af7e]{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 16px 44px #00000029;display:flex;flex-direction:column;gap:2px;left:50%;min-width:250px;opacity:0;padding:6px;position:absolute;top:100%;transform:translate(-50%) translateY(2px);transition:opacity .18s ease,transform .18s ease,visibility .18s;visibility:hidden;z-index:40}.hero-reviews.has-sources .reviews-sources[data-v-d4a0af7e]:before{content:"";height:10px;left:0;position:absolute;right:0;top:-10px}.hero-reviews.has-sources.sources-open .reviews-sources[data-v-d4a0af7e],.hero-reviews.has-sources:hover .reviews-sources[data-v-d4a0af7e]{opacity:1;transform:translate(-50%) translateY(8px);visibility:visible}.hero-reviews.has-sources .reviews-source[data-v-d4a0af7e]{align-items:center;background:transparent;border:none;border-radius:10px;cursor:pointer;display:flex;font-family:inherit;gap:10px;padding:9px 10px;text-align:left;transition:background .15s ease;width:100%}.hero-reviews.has-sources .reviews-source[data-v-d4a0af7e]:hover{background:#f4f5f7}.hero-reviews.has-sources .reviews-source:hover .reviews-source-arrow[data-v-d4a0af7e]{opacity:1;transform:translate(2px)}.hero-reviews.has-sources .reviews-source .reviews-source-logo[data-v-d4a0af7e]{align-items:center;color:var(--primary-color);display:flex;flex-shrink:0;font-size:22px;height:26px;justify-content:center;-o-object-fit:contain;object-fit:contain;width:26px}.hero-reviews.has-sources .reviews-source .reviews-source-text[data-v-d4a0af7e]{display:flex;flex:1;flex-direction:column;line-height:1.25}.hero-reviews.has-sources .reviews-source .reviews-source-label[data-v-d4a0af7e]{color:#1a1a1a;font-size:.9rem;font-weight:700}.hero-reviews.has-sources .reviews-source .reviews-source-sub[data-v-d4a0af7e]{color:#6b7280;font-size:.75rem}.hero-reviews.has-sources .reviews-source .reviews-source-arrow[data-v-d4a0af7e]{color:#9ca3af;font-size:1.1rem;opacity:.5;transition:opacity .15s ease,transform .15s ease}.reviews-modal-overlay[data-v-d4a0af7e]{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.reviews-modal[data-v-d4a0af7e]{background:#fff;border-radius:16px;box-shadow:0 30px 80px #00000059;display:flex;flex-direction:column;height:min(820px,88vh);overflow:hidden;width:min(1000px,94vw)}.reviews-modal .reviews-modal-header[data-v-d4a0af7e]{align-items:center;border-bottom:1px solid #eee;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:14px 16px}.reviews-modal .reviews-modal-title[data-v-d4a0af7e]{align-items:center;color:#1a1a1a;display:flex;font-weight:700;gap:10px}.reviews-modal .reviews-modal-title .reviews-modal-logo[data-v-d4a0af7e]{color:var(--primary-color);font-size:22px;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.reviews-modal .reviews-modal-tools[data-v-d4a0af7e]{align-items:center;display:flex;gap:8px}.reviews-modal .reviews-modal-open[data-v-d4a0af7e]{align-items:center;border-radius:8px;color:var(--primary-color);display:inline-flex;font-size:.8rem;font-weight:600;gap:6px;padding:7px 12px;text-decoration:none;transition:background .15s ease}.reviews-modal .reviews-modal-open .material-symbols-outlined[data-v-d4a0af7e]{font-size:16px}.reviews-modal .reviews-modal-open[data-v-d4a0af7e]:hover{background:#f4f5f7}.reviews-modal .reviews-modal-close[data-v-d4a0af7e]{align-items:center;background:#f4f5f7;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;height:34px;justify-content:center;transition:background .15s ease;width:34px}.reviews-modal .reviews-modal-close[data-v-d4a0af7e]:hover{background:#e5e7eb}.reviews-modal .reviews-modal-body[data-v-d4a0af7e]{background:#fafafa;display:flex;flex:1;flex-direction:column;position:relative}.reviews-modal .reviews-modal-body iframe[data-v-d4a0af7e]{border:0;flex:1;width:100%}.reviews-modal .reviews-modal-body .reviews-modal-hint[data-v-d4a0af7e]{background:#fff;border-top:1px solid #eee;color:#94a3b8;font-size:.72rem;padding:8px 14px;text-align:center}.reviews-modal-fade-enter-active[data-v-d4a0af7e],.reviews-modal-fade-leave-active[data-v-d4a0af7e]{transition:opacity .25s ease}.reviews-modal-fade-enter-from[data-v-d4a0af7e],.reviews-modal-fade-leave-to[data-v-d4a0af7e]{opacity:0}.hero .title .title-pill[data-v-d4a0af7e]{--pill-color:var(--primary-color);align-items:center;background:color-mix(in srgb,var(--pill-color) 14%,transparent);border-radius:.42em;color:var(--pill-color);display:inline-flex;gap:.22em;padding:.02em .4em;-webkit-text-fill-color:var(--pill-color);font-size:inherit;font-weight:inherit;line-height:1.05;vertical-align:middle;white-space:nowrap}.hero .title .title-pill .material-symbols-outlined[data-v-d4a0af7e]{color:var(--pill-color);font-size:.82em;line-height:1;-webkit-text-fill-color:var(--pill-color)}.tag[data-v-748363e5]{align-items:center;background:#f5f7ff;border-radius:100px;color:var(--primary-color,#635bff);display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.3rem .75rem}.tag .material-icons[data-v-748363e5]{font-size:.85rem}.tag.tag-blue[data-v-748363e5]{background:#dbeafe;color:#1e40af}.tag.tag-purple[data-v-748363e5]{background:#ede9fe;color:#6b21a8}.tag.tag-green[data-v-748363e5]{background:#d1fae5;color:#065f46}.tag.tag-orange[data-v-748363e5]{background:#fff7ed;color:#c2410c}.tag.tag-red[data-v-748363e5]{background:#fef2f2;color:#991b1b}.bullet[data-v-cdeb5435]{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:none;flex:1;overflow:hidden;padding:1.25rem;position:relative;text-align:left;transition:all .3s ease}.bullet .title[data-v-cdeb5435]{align-items:flex-start;color:#1a1a1a;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.375rem}.bullet .description[data-v-cdeb5435]{color:#737373;font-size:.875rem;line-height:1.5}.bullet[data-v-cdeb5435]:hover{animation:none;background:#fff;border-color:#d4d4d4;box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.bullet.has-image[data-v-cdeb5435]{padding:0}.bullet.has-image .bullet-image[data-v-cdeb5435]{align-items:center;background:#f5f5f7;display:flex;height:150px;justify-content:center;padding:1.25rem;position:relative}.bullet.has-image .bullet-image img[data-v-cdeb5435]{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.bullet.has-image .bullet-image.cover[data-v-cdeb5435]{padding:0}.bullet.has-image .bullet-image.cover img[data-v-cdeb5435]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.bullet.has-image .bullet-image .image-icon[data-v-cdeb5435]{font-size:3.5rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bullet.has-image .title[data-v-cdeb5435]{padding:1rem 1.25rem 0}.bullet.has-image .description[data-v-cdeb5435]{padding:0 1.25rem 1.25rem}.bullet .bullet-badge[data-v-cdeb5435]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:4px;bottom:8px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:600;gap:4px;left:8px;letter-spacing:.5px;padding:3px 8px;position:absolute;text-transform:uppercase;z-index:1}.bullet .bullet-badge .material-icons[data-v-cdeb5435]{color:#fff;font-size:.75rem}.bullet .bullet-trigger[data-v-cdeb5435],.bullet .material-icons[data-v-cdeb5435]{color:var(--bullet-theme-color,var(--primary-color))}.bullet .bullet-trigger[data-v-cdeb5435]{align-items:center;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:6px;padding:6px 1.25rem 10px;transition:opacity .2s}.bullet .bullet-trigger .trigger-icon[data-v-cdeb5435]{color:var(--bullet-theme-color,var(--primary-color));font-size:16px}.bullet .bullet-trigger .trigger-chevron[data-v-cdeb5435]{color:var(--bullet-theme-color,var(--primary-color));font-size:18px;margin-left:auto;transition:transform .3s ease}.bullet .bullet-trigger[data-v-cdeb5435]:hover{opacity:.7}.bullet:not(.has-image) .bullet-trigger[data-v-cdeb5435]{padding-left:0;padding-right:0}.bullet.clickable[data-v-cdeb5435]{cursor:pointer}.bullet.selectable[data-v-cdeb5435]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bullet.selectable[data-v-cdeb5435]:active{transform:scale(.98)}.bullet.selected[data-v-cdeb5435]{background:color-mix(in srgb,var(--bullet-theme-color,var(--primary-color)) 5%,#fff);border-color:var(--bullet-theme-color,var(--primary-color));box-shadow:0 0 0 2px color-mix(in srgb,var(--bullet-theme-color,var(--primary-color)) 20%,transparent)}.bullet.selected .selection-indicator .radio-dot[data-v-cdeb5435]{box-shadow:inset 0 0 0 3px #fff}.bullet.selected .selection-indicator .checkbox-check[data-v-cdeb5435],.bullet.selected .selection-indicator .radio-dot[data-v-cdeb5435]{background:var(--bullet-theme-color,var(--primary-color));border-color:var(--bullet-theme-color,var(--primary-color))}.bullet.selected .selection-indicator .checkbox-check[data-v-cdeb5435]{color:#fff}.bullet.disabled[data-v-cdeb5435]{cursor:not-allowed;opacity:.45;pointer-events:none}.bullet .selection-indicator[data-v-cdeb5435]{position:absolute;right:12px;top:12px;z-index:2}.bullet .selection-indicator .radio-dot[data-v-cdeb5435]{background:#fff;border:2px solid #ccc;border-radius:50%;display:block;height:20px;transition:all .2s ease;width:20px}.bullet .selection-indicator .checkbox-check[data-v-cdeb5435]{align-items:center;background:#fff;border:2px solid #ccc;border-radius:4px;color:transparent;display:flex;font-size:16px;height:20px;justify-content:center;transition:all .2s ease;width:20px}@media(max-width:480px){.hidden-xs[data-v-3531d147]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-3531d147]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-3531d147]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-3531d147]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-3531d147]{display:none!important}}.content[data-v-3531d147]{border-radius:2rem;margin:3rem auto 0;max-width:1200px;padding:6rem 2rem;text-align:center}@media(max-width:768px){.content[data-v-3531d147]{border-radius:1.5rem;padding:3rem 1.5rem}}.content[data-v-3531d147]{overflow:hidden!important;position:relative!important;transition:all .5s ease}.content.status-error[data-v-3531d147]{border:1px solid var(--danger-border);--bullet-theme-color:var(--red);--bullet-hover-shadow:var(--red-light);--bullet-hover-anim:subtleShake .4s ease-in-out infinite alternate}.content.status-error.stripe-full[data-v-3531d147]{background-color:var(--danger-bg);background-image:repeating-linear-gradient(45deg,var(--red-ultra-light),var(--red-ultra-light) 15px,transparent 15px,transparent 30px)}.content.status-error[data-v-3531d147] .heading-top{color:var(--red)}.content.status-success[data-v-3531d147]{border:1px solid var(--success-border);--bullet-theme-color:var(--green);--bullet-hover-shadow:var(--green-light);--bullet-hover-transform:translateY(-10px)}.content.status-success.stripe-full[data-v-3531d147]{background-color:var(--success-bg);background-image:radial-gradient(var(--green-ultra-light) 2px,transparent 2px);background-size:24px 24px}.content.status-success[data-v-3531d147] .heading-top{color:var(--green)}.content.status-warning[data-v-3531d147]{border:1px solid var(--warning-border);--bullet-theme-color:var(--warning-color);--bullet-hover-shadow:var(--orange-light);--bullet-hover-bg:#fffdfa}.content.status-warning.stripe-full[data-v-3531d147]{background-color:var(--warning-bg);background-image:repeating-linear-gradient(0deg,var(--orange-ultra-light),var(--orange-ultra-light) 1px,transparent 1px,transparent 20px)}.content.status-warning[data-v-3531d147] .heading-top{color:var(--warning-color)}.content.stripe-border[data-v-3531d147]{background-color:#fff}.content.stripe-border[data-v-3531d147]:after,.content.stripe-border[data-v-3531d147]:before{background:var(--bullet-theme-color);content:"";height:4px;left:0;opacity:.15;position:absolute;right:0}.content.stripe-border[data-v-3531d147]:before{top:0}.content.stripe-border[data-v-3531d147]:after{bottom:0}.content.categorized[data-v-3531d147]{text-align:left}.content .categories[data-v-3531d147]{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem;position:relative;z-index:1}@media(max-width:768px){.content .categories[data-v-3531d147]{gap:2rem;margin-top:2rem}}.content .category-group[data-v-3531d147] .component-header:not(.category-card-header){margin-bottom:1.25rem;max-width:none;padding:0}.content .category-group[data-v-3531d147] .component-header:not(.category-card-header) .heading-top{color:var(--bullet-theme-color,var(--primary-color))}.content .category-group[data-v-3531d147] .category-card-header{display:flex;justify-content:center;margin:0;max-width:none;padding:1.25rem}.content .category-group[data-v-3531d147] .category-card-header .heading-top{color:var(--bullet-theme-color,var(--primary-color))}.content .category-group .bullets[data-v-3531d147]{margin-top:0}.content .bullets[data-v-3531d147]{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;position:relative;z-index:1}.content .bullets.two-column[data-v-3531d147]{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.content .bullets.two-column[data-v-3531d147]{gap:1.5rem;grid-template-columns:repeat(1,1fr);padding:0}.content .bullets[data-v-3531d147]{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:0}}.content .selection-feedback[data-v-3531d147]{margin-top:1.5rem;position:relative;text-align:center;z-index:1}.content .selection-feedback .min-message[data-v-3531d147]{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;color:#f57f17;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem}.content .selection-feedback .condition-message[data-v-3531d147]{border-radius:8px;font-size:.875rem;font-weight:500;margin-top:.5rem;padding:.75rem 1.25rem}.content .selection-feedback .condition-message.type-info[data-v-3531d147]{background:#e3f2fd;border:1px solid #90caf9;color:#1565c0}.content .selection-feedback .condition-message.type-success[data-v-3531d147]{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.content .selection-feedback .condition-message.type-warning[data-v-3531d147]{background:#fff8e1;border:1px solid #ffe082;color:#f57f17}.content .footnote[data-v-3531d147]{color:var(--grey);font-size:.8rem;margin-top:2rem;opacity:.7;position:relative;text-align:center;z-index:1}.content .floating-decor[data-v-3531d147]{height:100%;left:0;opacity:.25;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.content .floating-decor .floating-icon[data-v-3531d147]{animation:floatingDrift-3531d147 var(--duration) infinite ease-in-out;animation-delay:var(--delay);color:var(--bullet-theme-color);filter:blur(1px);font-size:var(--size);left:var(--left);position:absolute;top:var(--top);will-change:transform,opacity}.drawer-variants-list[data-v-3531d147]{display:flex;flex-direction:column;gap:1.25rem;padding:.5rem 0}.drawer-variant-card[data-v-3531d147]{background:#f8f8fa;border:1px solid #ebebef;border-radius:12px;overflow:hidden;transition:border-color .2s}.drawer-variant-card[data-v-3531d147]:hover{border-color:#d4d4d8}.drawer-variant-card .drawer-variant-img[data-v-3531d147]{background:#efefef;height:200px;overflow:hidden;width:100%}.drawer-variant-card .drawer-variant-img img[data-v-3531d147]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.drawer-variant-card .drawer-variant-img.placeholder[data-v-3531d147]{align-items:center;display:flex;justify-content:center}.drawer-variant-card .drawer-variant-img.placeholder .material-icons[data-v-3531d147]{color:#bbb;font-size:48px}.drawer-variant-card .drawer-variant-info[data-v-3531d147]{padding:1rem 1.25rem}.drawer-variant-card .drawer-variant-label[data-v-3531d147]{color:#333;font-size:.95rem;font-weight:600;line-height:1.3}.drawer-variant-card .drawer-variant-desc[data-v-3531d147]{color:#888;font-size:.85rem;line-height:1.5;margin-top:4px}.drawer-details[data-v-3531d147]{padding:.5rem 0}.drawer-details .drawer-details-img[data-v-3531d147]{border-radius:12px;margin-bottom:1.25rem;overflow:hidden;width:100%}.drawer-details .drawer-details-img img[data-v-3531d147]{display:block;height:auto;width:100%}.drawer-details .drawer-details-content[data-v-3531d147]{color:#444;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.drawer-details .drawer-details-features[data-v-3531d147]{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.drawer-details .drawer-details-features li[data-v-3531d147]{align-items:flex-start;color:#333;display:flex;font-size:.875rem;gap:.5rem;line-height:1.4}.drawer-details .drawer-details-features li .material-icons[data-v-3531d147]{color:var(--bullet-theme-color,var(--primary-color));flex-shrink:0;font-size:18px;margin-top:1px}@keyframes subtleShake-3531d147{0%{transform:translateY(-5px) rotate(.5deg)}to{transform:translateY(-5px) rotate(-.5deg)}}@keyframes floatingDrift-3531d147{0%{opacity:.3;transform:translate(0) rotate(0)}33%{opacity:.6;transform:translate(30px,50px) rotate(10deg)}66%{opacity:.4;transform:translate(-20px,100px) rotate(-10deg)}to{opacity:.3;transform:translate(0) rotate(0)}}.logo-carousel-container[data-v-88ceb694]{height:250px;overflow:hidden;position:relative;width:100%}.logo-carousel-container .gradient-left[data-v-88ceb694],.logo-carousel-container .gradient-right[data-v-88ceb694]{height:100%;pointer-events:none;position:absolute;top:0;width:50%;z-index:2}.logo-carousel-container .gradient-left[data-v-88ceb694]{background:linear-gradient(90deg,#fff,#fff0);left:0}.logo-carousel-container .gradient-right[data-v-88ceb694]{background:linear-gradient(90deg,#fff0,#fff);right:0}.logo-carousel-container .logo-tracks[data-v-88ceb694]{align-items:center;display:flex;gap:68px;height:100%;justify-content:center;left:0;margin:auto;position:absolute}.logo-carousel-container .logo-tracks .logo-track[data-v-88ceb694]{width:150px}.logo-carousel-container .logo-tracks .logo-track img[data-v-88ceb694]{width:100%}.logo-carousel-container[data-v-88ceb694] .logo{filter:grayscale(100%);flex-shrink:0;height:40px;-o-object-fit:contain;object-fit:contain;opacity:.6;transition:all .3s ease}.logo-carousel-container[data-v-88ceb694] .logo:hover{filter:grayscale(0);opacity:1}.carousel[data-v-d1af29c7]{height:360px;margin:auto;position:relative;width:640px}.carousel>.screen[data-v-d1af29c7]{background-position:50%;background-size:cover;border:1px solid var(--primary-color-light-4);border-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;transition:transform 1s ease-in-out,opacity 1s ease-in-out;width:100%}.carousel>.screen.borderless[data-v-d1af29c7]{border:none}.carousel>.screen.contain[data-v-d1af29c7]{-o-object-fit:contain;object-fit:contain}.carousel>.screen.right[data-v-d1af29c7]{-o-object-position:right;object-position:right}.carousel>.screen.left[data-v-d1af29c7]{-o-object-position:left;object-position:left}.carousel>.screen.top[data-v-d1af29c7]{-o-object-position:top;object-position:top}.carousel>.screen.bottom[data-v-d1af29c7]{-o-object-position:bottom;object-position:bottom}@media(max-width:480px){.hidden-xs[data-v-1a5f7ead]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-1a5f7ead]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-1a5f7ead]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-1a5f7ead]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-1a5f7ead]{display:none!important}}.content[data-v-1a5f7ead]{align-items:stretch;align-self:stretch;display:flex;flex-direction:column;height:100%;overflow:hidden!important;padding:0!important;position:relative!important}.content.full-width[data-v-1a5f7ead]{background-color:#fff}.content.status-error[data-v-1a5f7ead]{overflow:hidden;position:relative}.content.status-error.stripe-full .top[data-v-1a5f7ead]{background-image:repeating-linear-gradient(45deg,var(--red-ultra-light),var(--red-ultra-light) 15px,transparent 15px,transparent 30px)}.content.status-error.stripe-border[data-v-1a5f7ead]:after,.content.status-error.stripe-border[data-v-1a5f7ead]:before{background-image:repeating-linear-gradient(-45deg,var(--danger-stripe-color),var(--danger-stripe-color) 10px,transparent 10px,transparent 20px);content:"";height:6px;left:0;opacity:var(--danger-stripe-opacity);position:absolute;right:0;z-index:10}.content.status-error.stripe-border[data-v-1a5f7ead]:before{top:0}.content.status-error.stripe-border[data-v-1a5f7ead]:after{bottom:0}.content.status-error .top[data-v-1a5f7ead]{background-color:var(--danger-bg);border-bottom:1px solid var(--danger-border)}.content.status-error .top .material-icons[data-v-1a5f7ead]{color:var(--red)}.content.status-error .bottom[data-v-1a5f7ead]{background-color:var(--danger-bg);border-top:1px solid var(--danger-border)}.content.status-error .bottom .bullet .material-icons[data-v-1a5f7ead]{color:var(--red)}.content.status-success[data-v-1a5f7ead]{overflow:hidden;position:relative}.content.status-success.stripe-full .top[data-v-1a5f7ead]{background-image:radial-gradient(var(--green-ultra-light) 2px,transparent 2px);background-size:30px 30px}.content.status-success.stripe-border[data-v-1a5f7ead]:after,.content.status-success.stripe-border[data-v-1a5f7ead]:before{background:var(--green);content:"";height:4px;left:0;opacity:.1;position:absolute;right:0;z-index:10}.content.status-success.stripe-border[data-v-1a5f7ead]:before{top:0}.content.status-success.stripe-border[data-v-1a5f7ead]:after{bottom:0}.content.status-success .top[data-v-1a5f7ead]{background-color:var(--success-bg);border-bottom:1px solid var(--success-border)}.content.status-success .top .material-icons[data-v-1a5f7ead]{color:var(--green)}.content.status-success .bottom[data-v-1a5f7ead]{background-color:var(--success-bg);border-top:1px solid var(--success-border)}.content.status-success .bottom .bullet .material-icons[data-v-1a5f7ead]{color:var(--green)}.content .floating-decor[data-v-1a5f7ead]{height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.content .floating-decor .floating-icon[data-v-1a5f7ead]{animation:floatingDrift var(--duration) infinite ease-in-out;animation-delay:var(--delay);color:var(--green);filter:blur(1px);font-size:var(--size);left:var(--left);position:absolute;top:var(--top)}.content.borderless .bottom[data-v-1a5f7ead],.content.borderless .top[data-v-1a5f7ead]{background-color:transparent}.content.dark .top[data-v-1a5f7ead]{color:#fff}.content.dark .top[data-v-1a5f7ead],.content.dark .top.dark[data-v-1a5f7ead]{background-color:#000}.content.dark .top .left .description[data-v-1a5f7ead]{color:#fffc}.content.dark .bottom.dark[data-v-1a5f7ead]{background-color:#000;color:#fff}.content.dark .bottom.dark .bullet .description[data-v-1a5f7ead]{color:#fffc}@media(max-width:768px){.content.minimize .top .left[data-v-1a5f7ead]{padding:80px 80px 0}.content.minimize .top .right img[data-v-1a5f7ead]{margin-top:-30%;opacity:.2}.content.minimize .top img.device-img[data-v-1a5f7ead]{border-radius:20px;box-shadow:20px 20px 60px #32325d1a;max-width:100%;transform:perspective(1000px) rotateY(-15deg);transition:transform .8s ease}.content.minimize .top img.device-img[data-v-1a5f7ead]:hover{transform:perspective(1000px) rotateY(0)}}@media(min-width:769px)and (max-width:1024px){.content.minimize .top .left[data-v-1a5f7ead]{padding:80px 80px 0}.content.minimize .top .right img[data-v-1a5f7ead]{margin-top:-30%;opacity:.2}}.content.full>.top .content .right img[data-v-1a5f7ead]{position:absolute}.content>.top[data-v-1a5f7ead]{background-color:var(--background-card);display:grid;gap:20px;grid-template-columns:1fr minmax(0,600px) minmax(0,600px) 1fr;height:100%;overflow:hidden;width:100%}.content>.top .title[data-v-1a5f7ead]{align-items:baseline;display:flex;z-index:2}@media(max-width:768px){.content>.top .title[data-v-1a5f7ead]{flex-direction:column;position:relative}.content>.top .title .material-icons[data-v-1a5f7ead]{margin-left:-12px;margin-top:-4px;opacity:.5;position:absolute;z-index:1}}.content>.top.one-colmun[data-v-1a5f7ead]{grid-template-columns:1fr}.content>.top.one-colmun .margin[data-v-1a5f7ead]{display:none}@media(max-width:768px){.content>.top[data-v-1a5f7ead]{gap:0;grid-template-columns:1fr}.content>.top .margin[data-v-1a5f7ead]{display:none}}@media(min-width:769px)and (max-width:1024px){.content>.top[data-v-1a5f7ead]{gap:0;grid-template-columns:1fr}.content>.top .margin[data-v-1a5f7ead]{display:none}}.content>.top .material-icons[data-v-1a5f7ead]{margin-right:1rem}.content>.top.gradient[data-v-1a5f7ead]{background:linear-gradient(180deg,#f6f9fc 0,var(--background-card) 100%)}.content>.top .left[data-v-1a5f7ead]{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:80px}@media(max-width:768px){.content>.top .left[data-v-1a5f7ead]{padding:24px 1.5rem}}.content>.top .left .description[data-v-1a5f7ead]{color:#292875}.content>.top .right[data-v-1a5f7ead]{align-items:flex-end;align-self:end;display:flex;grid-column:span 2;height:100%;justify-content:flex-end;justify-self:end;width:100%}.content>.top .right.has-embed[data-v-1a5f7ead]{align-self:stretch}.content>.top .right .embed-frame[data-v-1a5f7ead]{border-radius:1rem 0 0;height:100%;min-height:550px;overflow:hidden;width:100%}.content>.top .right .embed-frame iframe[data-v-1a5f7ead]{border:none;display:block;height:100%;width:100%}@media(max-width:768px){.content>.top .right .embed-frame[data-v-1a5f7ead]{border-radius:0;min-height:400px}}.content>.top .right img[data-v-1a5f7ead]{aspect-ratio:3/2;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;pointer-events:none;width:100%}@media(max-width:768px){.content>.top .right img[data-v-1a5f7ead]{max-height:30vh}}@media(max-width:480px){.content>.top .right img[data-v-1a5f7ead]{max-height:30vh}}@media(min-width:769px)and (max-width:1024px){.content>.top .right img[data-v-1a5f7ead]{max-height:30vh}}.content .feature-tags[data-v-1a5f7ead]{align-items:baseline;display:flex;flex-wrap:wrap;gap:16px;margin-top:1.2rem;width:100%}.content .feature-tags .feature-tag[data-v-1a5f7ead]{align-items:center;display:flex;flex-direction:column;gap:2px;max-width:75px;min-width:60px;text-align:center}.content .feature-tags .feature-tag .material-symbols-outlined[data-v-1a5f7ead]{color:#b0bec5;font-size:22px;font-variation-settings:"wght" 100;margin-right:0;text-align:center;width:100%}.content .feature-tags .feature-tag .feature-tag-label[data-v-1a5f7ead]{color:#94a3b8;font-size:10px;font-weight:400;letter-spacing:.02em;line-height:1.2}.content .actions[data-v-1a5f7ead]{display:flex;flex-wrap:wrap;gap:1rem}.content .bottom[data-v-1a5f7ead]{background-color:#fff;display:grid;gap:4rem;grid-template-columns:repeat(3,1fr);padding:5rem}.content .bottom.columns-1[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(max-width:480px){.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(min-width:769px)and (max-width:1024px){.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}.content .bottom.columns-3[data-v-1a5f7ead]{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.content .bottom.columns-3[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(max-width:480px){.content .bottom.columns-3[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(min-width:769px)and (max-width:1024px){.content .bottom.columns-3[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(max-width:768px){.content .bottom[data-v-1a5f7ead]{gap:3rem;grid-template-columns:repeat(2,1fr);padding:2rem}.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}@media(max-width:480px){.content .bottom[data-v-1a5f7ead]{gap:3rem;grid-template-columns:repeat(1,1fr);padding:2rem}}@media(min-width:769px)and (max-width:1024px){.content .bottom[data-v-1a5f7ead]{grid-template-columns:repeat(2,1fr)}.content .bottom.columns-2[data-v-1a5f7ead]{grid-template-columns:repeat(1,1fr)}}.content .bottom .bullet .title[data-v-1a5f7ead]{display:flex;gap:.4rem}.content .bottom .bullet .description[data-v-1a5f7ead]{font-size:.9rem}.text-image-container-component{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem}@media(max-width:1100px){.text-image-container-component{display:flex;flex-direction:column;gap:0}.text-image-container-component.reversed{flex-direction:column-reverse}.text-image-container-component .content-title{margin-bottom:1rem}}.text-image-container-component .left,.text-image-container-component .right{align-items:center;display:flex}.text-image-container-component .left .content-title *,.text-image-container-component .right .content-title *{text-align:left!important}.text-image-container-component .left img,.text-image-container-component .right img{border-radius:25px;height:auto;width:100%}.text-image-container-component .left .description,.text-image-container-component .right .description{color:#4d4e56;font-size:1rem;line-height:1.5}.text-images{display:flex;flex-direction:column;gap:4rem}.cards{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.two-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}@media(max-width:1100px){.two-cards{display:flex;flex-direction:column;gap:1.25rem}}.card-content-component{border-radius:25px;display:flex;flex-direction:column;overflow:hidden}.card-content-component .top{background:var(--soft-background-color);display:flex;flex-direction:column;flex-grow:2;gap:1rem;padding:3rem}@media(max-width:1100px){.card-content-component .top{padding:2rem}}.card-content-component .bottom{align-items:center;background:var(--soft-background-color);display:flex;flex-shrink:0;height:300px;justify-content:center}.card-content-component .bottom img{max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:1100px){.card-content-component.horizontal{display:grid;grid-template-columns:1fr 1fr}.card-content-component.horizontal .top{justify-content:center}.card-content-component.horizontal .bottom{height:450px}}td.images[data-v-9442afc0]{width:1px}td.images .image img[data-v-9442afc0]{background-image:linear-gradient(120deg,#e0c3fc,#8ec5fc);border-radius:var(--border-radius);height:170px;-o-object-fit:contain;object-fit:contain;padding:30px;width:170px}@media(max-width:768px){td.images .image img[data-v-9442afc0]{height:100px;padding:15px;width:100px}}.table-responsive[data-v-9442afc0]{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.title[data-v-9442afc0]{display:flex;flex-direction:column}.title[data-v-9442afc0],td[data-v-9442afc0]{padding:1rem 2rem;vertical-align:top}@media(max-width:768px){.title[data-v-9442afc0],td[data-v-9442afc0]{padding:1rem}}.catalog-card[data-v-9442afc0]{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;margin:2rem auto;padding:24px 20px}@media(max-width:768px){.catalog-card[data-v-9442afc0]{margin:1rem auto;padding:16px 10px}}.call-to-action[data-v-9442afc0]{display:flex;width:100%}.call-to-action[data-v-9442afc0],.call-to-action a[data-v-9442afc0],.call-to-action a[data-v-9442afc0] *{text-decoration:none}.products-table[data-v-9442afc0]{border-collapse:collapse;border-spacing:0;width:100%}.products-table tr[data-v-9442afc0]:not(.no-hoverable){border-top:1px solid var(--border-color);height:54px}.products-table tr[data-v-9442afc0]:not(.no-hoverable):hover{background-color:#f9fafb}.product-name[data-v-9442afc0]{font-weight:500;margin-bottom:4px}.product-bar[data-v-9442afc0]{background-color:#e5e7eb;border-radius:3px;height:6px;margin-top:6px;width:75%}.add-product-cell[data-v-9442afc0]{font-size:14px;font-weight:500;padding:16px;text-align:center}.add-product-cell svg[data-v-9442afc0]{margin-right:8px;vertical-align:middle}.action[data-v-9442afc0]{align-items:center;background-color:#f5f7fa;border-radius:8px;cursor:pointer;display:flex;height:100%;justify-content:center;margin-top:12px;transition:background-color .2s;width:100%}.action[data-v-9442afc0]:hover{background-color:#e5e7eb}.ai[data-v-f8c5e93b]{color:inherit;display:block;height:1.6rem;overflow:visible;width:1.6rem}.ai-bar[data-v-f8c5e93b],.ai-drop[data-v-f8c5e93b],.ai-lift[data-v-f8c5e93b],.ai-receipt[data-v-f8c5e93b],.ai-ripple[data-v-f8c5e93b],.ai-shackle[data-v-f8c5e93b],.ai-steam[data-v-f8c5e93b],.ai-tap[data-v-f8c5e93b],.ai-wave[data-v-f8c5e93b]{transform-box:fill-box}.ai-tap[data-v-f8c5e93b]{animation:ai-tap-f8c5e93b 1.4s ease-in-out infinite;transform-origin:center}@keyframes ai-tap-f8c5e93b{0%,to{transform:scale(1)}35%{transform:scale(.68)}55%{transform:scale(1)}}.ai-ripple[data-v-f8c5e93b]{animation:ai-ripple-f8c5e93b 1.4s ease-out infinite;opacity:0;transform-origin:center}@keyframes ai-ripple-f8c5e93b{0%,30%{opacity:0;transform:scale(.5)}40%{opacity:.7}80%,to{opacity:0;transform:scale(2.1)}}.ai-steam[data-v-f8c5e93b]{animation:ai-steam-f8c5e93b 2s ease-in-out infinite;opacity:0;transform-origin:bottom center}.ai-steam.s2[data-v-f8c5e93b]{animation-delay:.35s}.ai-steam.s3[data-v-f8c5e93b]{animation-delay:.7s}@keyframes ai-steam-f8c5e93b{0%{opacity:0;transform:translateY(2px) scaleY(.6)}35%{opacity:.9}to{opacity:0;transform:translateY(-4px) scaleY(1.15)}}.ai-lift[data-v-f8c5e93b]{animation:ai-lift-f8c5e93b 2s ease-in-out infinite;transform-origin:bottom center}@keyframes ai-lift-f8c5e93b{0%,to{transform:translateY(0)}40%{transform:translateY(-3.5px)}70%{transform:translateY(-3.5px)}}.ai-receipt[data-v-f8c5e93b]{animation:ai-receipt-f8c5e93b 2s ease-in-out infinite;transform-origin:bottom center}@keyframes ai-receipt-f8c5e93b{0%{transform:translateY(7px)}45%{transform:translateY(0)}75%{transform:translateY(0)}to{transform:translateY(7px)}}.ai-wave[data-v-f8c5e93b]{animation:ai-wave-f8c5e93b 1.6s ease-out infinite;opacity:0;transform-origin:left center}.ai-wave.w2[data-v-f8c5e93b]{animation-delay:.2s}.ai-wave.w3[data-v-f8c5e93b]{animation-delay:.4s}@keyframes ai-wave-f8c5e93b{0%{opacity:0;transform:translate(-1px) scale(.85)}40%{opacity:1}to{opacity:0;transform:translate(1px) scale(1.05)}}.ai-bar[data-v-f8c5e93b]{animation:ai-bar-f8c5e93b 1.6s ease-in-out infinite;transform-origin:bottom center}.ai-bar.b1[data-v-f8c5e93b]{animation-delay:0s}.ai-bar.b2[data-v-f8c5e93b]{animation-delay:.15s}.ai-bar.b3[data-v-f8c5e93b]{animation-delay:.3s}@keyframes ai-bar-f8c5e93b{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.ai-shackle[data-v-f8c5e93b]{animation:ai-shackle-f8c5e93b 2s ease-in-out infinite;transform-origin:bottom center}@keyframes ai-shackle-f8c5e93b{0%,to{transform:translateY(0)}40%{transform:translateY(-2.6px)}70%{transform:translateY(-2.6px)}}.ai-drum[data-v-f8c5e93b]{animation:ai-spin-f8c5e93b 2.6s linear infinite;transform-box:view-box;transform-origin:12px 14.3px}@keyframes ai-spin-f8c5e93b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ai-drop[data-v-f8c5e93b]{animation:ai-drop-f8c5e93b 1.8s ease-in-out infinite;transform-origin:center}@keyframes ai-drop-f8c5e93b{0%{opacity:.35;transform:translateY(-3px)}40%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}to{opacity:.35;transform:translateY(-3px)}}.ai--static .ai-bar[data-v-f8c5e93b],.ai--static .ai-drum[data-v-f8c5e93b],.ai--static .ai-lift[data-v-f8c5e93b],.ai--static .ai-receipt[data-v-f8c5e93b],.ai--static .ai-shackle[data-v-f8c5e93b],.ai--static .ai-tap[data-v-f8c5e93b]{animation:none}.ai--static .ai-ripple[data-v-f8c5e93b],.ai--static .ai-steam[data-v-f8c5e93b],.ai--static .ai-wave[data-v-f8c5e93b]{animation:none;opacity:1}.ai--static .ai-bar[data-v-f8c5e93b]{transform:none}.ai--static .ai-drop[data-v-f8c5e93b]{animation:none;opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.ai-bar[data-v-f8c5e93b],.ai-drop[data-v-f8c5e93b],.ai-drum[data-v-f8c5e93b],.ai-lift[data-v-f8c5e93b],.ai-receipt[data-v-f8c5e93b],.ai-ripple[data-v-f8c5e93b],.ai-shackle[data-v-f8c5e93b],.ai-steam[data-v-f8c5e93b],.ai-tap[data-v-f8c5e93b],.ai-wave[data-v-f8c5e93b]{animation:none;opacity:1}.ai-drop[data-v-f8c5e93b]{transform:none}}.process-flow[data-v-a7ba7077]{padding:5rem 0}@media(min-width:640px){.process-flow[data-v-a7ba7077]{padding:7rem 0}}.process-flow-wrapper[data-v-a7ba7077]{margin:0 auto;max-width:42rem;padding:0 1.5rem}.pf-flow[data-v-a7ba7077]{margin-top:2.5rem;position:relative}@media(min-width:640px){.pf-flow[data-v-a7ba7077]{margin-top:3.5rem}}.pf-rail[data-v-a7ba7077]{background:#00000014;z-index:0}.pf-rail[data-v-a7ba7077],.pf-rail-fill[data-v-a7ba7077]{border-radius:999px;left:1.5rem;position:absolute;transform:translate(-50%);width:3px}.pf-rail-fill[data-v-a7ba7077]{background:var(--primary-color,#4f46e5);transition:height .6s cubic-bezier(.4,0,.2,1);z-index:1}.pf-rail-fill.pf-no-transition[data-v-a7ba7077]{transition:none}.pf-step[data-v-a7ba7077]{align-items:flex-start;display:flex;gap:1.25rem;opacity:.5;padding-bottom:2.25rem;position:relative;transition:opacity .4s ease;z-index:2}.pf-step[data-v-a7ba7077]:last-child{padding-bottom:0}.pf-step.is-passed[data-v-a7ba7077]{opacity:.75}.pf-step.is-active[data-v-a7ba7077]{opacity:1}.pf-dot[data-v-a7ba7077]{align-items:center;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:999px;color:#9ca3af;display:flex;flex:0 0 3rem;height:3rem;justify-content:center;position:relative;transition:background .4s ease,border-color .4s ease,color .4s ease,transform .4s ease;width:3rem}.pf-dot .material-icons[data-v-a7ba7077]{font-size:1.375rem}.pf-step-body[data-v-a7ba7077]{display:flex;flex-direction:column}.pf-step-head[data-v-a7ba7077]{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.pf-step-head p[data-v-a7ba7077]{margin:0}.pf-step-title[data-v-a7ba7077]{color:#9ca3af;display:inline-block;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em;position:relative;transition:color .4s ease}.pf-step-title[data-v-a7ba7077]:after{background:currentColor;border-radius:2px;content:"";height:2px;left:0;position:absolute;top:55%;transition:width .55s cubic-bezier(.4,0,.2,1);width:0}.pf-step-badge[data-v-a7ba7077]{align-items:center;background:color-mix(in srgb,var(--primary-color,#4f46e5) 12%,transparent);border-radius:999px;color:var(--primary-color,#4f46e5);display:inline-flex;font-size:.75rem;font-weight:600;padding:.15rem .6rem}.pf-step-desc[data-v-a7ba7077]{color:#9ca3af;font-size:.9375rem;line-height:1.55;margin-top:.35rem;transition:color .4s ease}.pf-step.is-done .pf-dot[data-v-a7ba7077]{background:var(--primary-color,#4f46e5);border-color:var(--primary-color,#4f46e5);color:#fff}.pf-step.is-passed .pf-dot[data-v-a7ba7077]{animation:pf-dot-pop-a7ba7077 .45s cubic-bezier(.34,1.56,.64,1)}@keyframes pf-dot-pop-a7ba7077{0%{transform:scale(1)}45%{transform:scale(1.18)}to{transform:scale(1)}}.pf-step.is-active .pf-dot[data-v-a7ba7077]{background:#fff;border-color:color-mix(in srgb,var(--primary-color,#4f46e5) 35%,transparent);box-shadow:0 4px 14px -4px color-mix(in srgb,var(--primary-color,#4f46e5) 45%,transparent);color:var(--primary-color,#4f46e5);transform:scale(1.08)}.pf-step.is-active .pf-step-title[data-v-a7ba7077]{color:#111827;font-weight:700}.pf-step.is-active .pf-step-desc[data-v-a7ba7077]{color:#4b5563}.pf-step.is-passed .pf-step-title[data-v-a7ba7077]{color:#6b7280}.pf-step.is-passed .pf-step-title[data-v-a7ba7077]:after{width:100%}.pf-step.is-passed .pf-step-desc[data-v-a7ba7077]{color:#9ca3af}.pf-check-icon[data-v-a7ba7077]{font-weight:700}.pf-check-svg[data-v-a7ba7077]{display:block;height:1.5rem;width:1.5rem}.pf-check-svg path[data-v-a7ba7077]{animation:pf-check-draw-a7ba7077 .45s cubic-bezier(.65,0,.35,1) both;stroke:#fff;stroke-dasharray:26;stroke-dashoffset:0}@keyframes pf-check-draw-a7ba7077{0%{stroke-dashoffset:26}to{stroke-dashoffset:0}}.pf-check-enter-active[data-v-a7ba7077]{transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}.pf-check-leave-active[data-v-a7ba7077]{transition:opacity .15s ease}.pf-check-enter-from[data-v-a7ba7077]{opacity:0;transform:scale(.4)}.pf-check-leave-to[data-v-a7ba7077]{opacity:0}.pf-ring[data-v-a7ba7077]{height:calc(100% + 8px);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:calc(100% + 8px);z-index:1}.pf-ring-track[data-v-a7ba7077]{fill:none;stroke:color-mix(in srgb,var(--primary-color,#4f46e5) 18%,transparent);stroke-width:3}.pf-ring-progress[data-v-a7ba7077]{animation:pf-ring-fill-a7ba7077 var(--pf-interval,2s) linear forwards;fill:none;stroke:var(--primary-color,#4f46e5);stroke-dasharray:138.23;stroke-dashoffset:138.23;stroke-linecap:round;stroke-width:3}@keyframes pf-ring-fill-a7ba7077{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.pf-ring-progress[data-v-a7ba7077],.pf-step.is-passed .pf-dot[data-v-a7ba7077]{animation:none}.pf-check-svg path[data-v-a7ba7077]{animation:none;stroke-dashoffset:0}}.tab-button[data-v-13590086]{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.4rem;padding:.6rem 1.2rem;transition:all .2s}.tab-button__icon[data-v-13590086]{font-size:1.1rem}.tab-button[data-v-13590086]:hover{border-color:var(--primary-color);color:var(--primary-color)}.tab-button.active[data-v-13590086]{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.tab-button.active .tab-button__icon[data-v-13590086]{color:#fff}.step-button[data-v-28c39631]{align-items:center;background:transparent;border:none;border-radius:.75rem;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s;width:100%}.step-button[data-v-28c39631]:hover{background:#fff}.step-button.active[data-v-28c39631]{background:#fff;box-shadow:0 1px 3px #00000014}.step-button.active .step-button__number[data-v-28c39631]{background:var(--primary-color);color:#fff}.step-button__number[data-v-28c39631]{align-items:center;background:#e2e8f0;border-radius:50%;color:#64748b;display:flex;flex-shrink:0;font-size:.8rem;font-weight:600;height:28px;justify-content:center;transition:all .2s;width:28px}.step-button__info[data-v-28c39631]{display:flex;flex-direction:column;min-width:0}.step-button__title[data-v-28c39631]{color:#1e293b;font-size:.875rem;font-weight:500;line-height:1.3}.step-button__desc[data-v-28c39631]{color:#94a3b8;font-size:.75rem;margin-top:.15rem}@media(max-width:480px){.hidden-xs[data-v-e9ce5570]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-e9ce5570]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-e9ce5570]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-e9ce5570]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-e9ce5570]{display:none!important}}.tutorial-showcase[data-v-e9ce5570]{background-color:var(--soft-background-color,#f6f6ff);padding:5rem 0}@media(max-width:768px){.tutorial-showcase[data-v-e9ce5570]{padding:3rem 0}}.tutorial-container[data-v-e9ce5570]{margin:0 auto;max-width:1200px;padding:0 1.5rem}.tutorial-header[data-v-e9ce5570]{margin-bottom:3rem;text-align:center}.tutorial-header .tutorial-top[data-v-e9ce5570]{color:var(--primary-color);display:block;font-size:.85rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.tutorial-header h2[data-v-e9ce5570]{color:var(--title-color,#1e1b4b);font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.tutorial-header h2[data-v-e9ce5570]{font-size:1.5rem}}.tutorial-header p[data-v-e9ce5570]{color:#64748b;font-size:1.1rem;margin:0 auto;max-width:600px}.category-tabs[data-v-e9ce5570]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.tutorial-content[data-v-e9ce5570]{align-items:start;display:grid;gap:1.5rem;grid-template-columns:300px 1fr}@media(max-width:768px){.tutorial-content[data-v-e9ce5570]{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.tutorial-content[data-v-e9ce5570]{grid-template-columns:250px 1fr}}.tutorial-list[data-v-e9ce5570]{display:flex;flex-direction:column;gap:.25rem;max-height:500px;overflow-y:auto}@media(max-width:768px){.tutorial-list[data-v-e9ce5570]{flex-direction:row;gap:.5rem;max-height:none;overflow-x:auto;padding-bottom:.5rem}}.tutorial-iframe-container[data-v-e9ce5570]{background:#fff;border:1px solid #e9e9ff;border-radius:1rem;box-shadow:0 4px 24px #0000000f;overflow:hidden;position:relative}.tutorial-iframe-container iframe[data-v-e9ce5570]{border:none;display:block;height:500px;width:100%}@media(max-width:768px){.tutorial-iframe-container iframe[data-v-e9ce5570]{height:400px}}.tutorial-cta[data-v-e9ce5570]{display:flex;justify-content:center;margin-top:28px}.tutorial-cta-btn[data-v-e9ce5570]{align-items:center;background:var(--primary-color);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:12px 22px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.tutorial-cta-btn .material-symbols-outlined[data-v-e9ce5570]{font-size:20px}.tutorial-cta-btn .arrow[data-v-e9ce5570]{font-size:18px;opacity:.85;transition:transform .2s ease}.tutorial-cta-btn[data-v-e9ce5570]:hover{box-shadow:0 8px 22px #00000024;filter:brightness(1.05)}.tutorial-cta-btn:hover .arrow[data-v-e9ce5570]{transform:translate(3px)}@media(max-width:480px){.hidden-xs[data-v-9ac216f1]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-9ac216f1]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-9ac216f1]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-9ac216f1]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-9ac216f1]{display:none!important}}.logo-grid[data-v-9ac216f1]{padding:80px 0}@media(max-width:768px){.logo-grid[data-v-9ac216f1]{padding:48px 0}}.logo-grid__inner[data-v-9ac216f1]{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;padding:0 24px}@media(min-width:769px)and (max-width:1024px){.logo-grid__inner[data-v-9ac216f1]{gap:32px;grid-template-columns:1fr}}.logo-grid__header[data-v-9ac216f1]{margin-bottom:0;max-width:440px;padding:0}.logo-grid__grid[data-v-9ac216f1]{display:grid;gap:12px;grid-template-columns:repeat(var(--lg-columns,4),1fr)}@media(min-width:769px)and (max-width:1024px){.logo-grid__grid[data-v-9ac216f1]{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.logo-grid__grid[data-v-9ac216f1]{gap:8px;grid-template-columns:repeat(2,1fr)}}.logo-grid__tile[data-v-9ac216f1]{align-items:center;background:#f5f5f4;border-radius:12px;display:flex;justify-content:center;min-height:72px;padding:24px 20px;text-decoration:none;transition:background .2s ease}.logo-grid__tile[data-v-9ac216f1]:hover{background:#ebebea}@media(max-width:768px){.logo-grid__tile[data-v-9ac216f1]{min-height:56px;padding:16px 12px}}.logo-grid__logo[data-v-9ac216f1]{filter:grayscale(100%);max-height:28px;max-width:120px;-o-object-fit:contain;object-fit:contain;opacity:.7;transition:all .2s ease}.logo-grid__tile:hover .logo-grid__logo[data-v-9ac216f1]{filter:grayscale(0);opacity:1}.logo-grid__name[data-v-9ac216f1]{color:#6b6b6b;font-size:1rem;font-weight:600;transition:color .2s ease;white-space:nowrap}.logo-grid__tile:hover .logo-grid__name[data-v-9ac216f1]{color:#1a1a1a}@media(max-width:480px){.hidden-xs[data-v-74fffbb5]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-74fffbb5]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-74fffbb5]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-74fffbb5]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-74fffbb5]{display:none!important}}.partner-directory[data-v-74fffbb5]{padding:64px 0}@media(max-width:768px){.partner-directory[data-v-74fffbb5]{padding:40px 0}}.partner-directory__inner[data-v-74fffbb5]{margin:0 auto;max-width:1200px;padding:0 24px}.partner-directory__header[data-v-74fffbb5]{margin:0 auto 48px;max-width:720px;text-align:center}@media(max-width:768px){.partner-directory__header[data-v-74fffbb5]{margin-bottom:32px}}.partner-directory__top[data-v-74fffbb5]{color:var(--primary-color);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.partner-directory__title[data-v-74fffbb5]{margin:0 0 12px}.partner-directory__description[data-v-74fffbb5]{color:#5b6472;margin:0}.partner-directory__grid[data-v-74fffbb5]{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media(min-width:769px)and (max-width:1024px){.partner-directory__grid[data-v-74fffbb5]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.partner-directory__grid[data-v-74fffbb5]{gap:16px;grid-template-columns:1fr}}.partner-card[data-v-74fffbb5]{align-items:flex-start;background:#fff;border:1px solid #e6e8ec;border-radius:16px;color:inherit;display:flex;flex-direction:column;padding:28px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.partner-card[data-v-74fffbb5]:hover{border-color:var(--primary-color);box-shadow:0 16px 40px #1724421a;transform:translateY(-4px)}.partner-card__tag[data-v-74fffbb5]{align-items:center;background:color-mix(in srgb,var(--primary-color) 8%,#fff);border-radius:999px;color:var(--primary-color);display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;margin-bottom:20px;padding:4px 12px}.partner-card__tag .material-symbols-outlined[data-v-74fffbb5]{font-size:16px}.partner-card__logo[data-v-74fffbb5]{align-items:center;display:flex;height:64px;justify-content:flex-start;margin-bottom:16px}.partner-card__logo img[data-v-74fffbb5]{max-height:48px;max-width:160px;-o-object-fit:contain;object-fit:contain}.partner-card__name[data-v-74fffbb5]{color:#172442;font-size:1.1rem;font-weight:700}.partner-card__category[data-v-74fffbb5]{color:var(--primary-color);font-size:.82rem;font-weight:600;margin-top:2px}.partner-card__tagline[data-v-74fffbb5]{color:#5b6472;flex:1;font-size:.92rem;line-height:1.55;margin:10px 0 18px}.partner-card__more[data-v-74fffbb5]{align-items:center;color:var(--primary-color);display:inline-flex;font-size:.9rem;font-weight:600;gap:6px;text-decoration:underline;text-underline-offset:3px}.partner-card__more .material-symbols-outlined[data-v-74fffbb5]{font-size:20px;transition:transform .2s ease}.partner-card:hover .partner-card__more .material-symbols-outlined[data-v-74fffbb5]{transform:translate(4px)}.partner-card--cta[data-v-74fffbb5]{align-items:center;background:#fafbfc;border-style:dashed;border-width:2px;justify-content:center;text-align:center}.partner-card--cta .partner-card__tagline[data-v-74fffbb5]{flex:0}.partner-card__plus[data-v-74fffbb5]{align-items:center;background:color-mix(in srgb,var(--primary-color) 10%,#fff);border-radius:50%;color:var(--primary-color);display:flex;height:56px;justify-content:center;margin-bottom:16px;width:56px}.partner-card__plus .material-symbols-outlined[data-v-74fffbb5]{font-size:28px}@media(max-width:480px){.hidden-xs[data-v-5db57f24]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-5db57f24]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-5db57f24]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-5db57f24]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-5db57f24]{display:none!important}}.integration-diagram[data-v-5db57f24]{padding:64px 0}@media(max-width:768px){.integration-diagram[data-v-5db57f24]{padding:40px 0}}.integration-diagram__inner[data-v-5db57f24]{margin:0 auto;max-width:1200px;padding:0 24px}.integration-diagram__header[data-v-5db57f24]{margin:0 auto 40px;max-width:720px;text-align:center}.integration-diagram__top[data-v-5db57f24]{color:var(--primary-color);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.integration-diagram__title[data-v-5db57f24]{margin:0 0 12px}.integration-diagram__description[data-v-5db57f24]{color:#5b6472;margin:0}.integration-diagram__panel[data-v-5db57f24]{background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(42,185,217,.18),transparent 70%),linear-gradient(150deg,#172442,#1a2c52 55%,#142038);border-radius:24px;overflow:hidden;padding:56px 48px 48px;position:relative}.integration-diagram__panel[data-v-5db57f24]:before{background-image:radial-gradient(hsla(0,0%,100%,.07) 1px,transparent 0);background-size:22px 22px;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}@media(max-width:768px){.integration-diagram__panel[data-v-5db57f24]{padding:40px 24px 32px}}.integration-diagram__label[data-v-5db57f24]{align-items:center;color:#ffffffa6;display:flex;font-size:.8rem;font-weight:600;gap:8px;justify-content:center;letter-spacing:.14em;margin-bottom:48px;position:relative;text-transform:uppercase}.integration-diagram__label .material-symbols-outlined[data-v-5db57f24]{color:#2ab9d9;font-size:18px}@media(max-width:768px){.integration-diagram__label[data-v-5db57f24]{margin-bottom:32px}}.integration-diagram__stage[data-v-5db57f24]{align-items:flex-start;display:flex;gap:32px;justify-content:center;position:relative}@media(max-width:768px){.integration-diagram__stage[data-v-5db57f24]{align-items:center;flex-direction:column;gap:0}}.id-node[data-v-5db57f24]{align-items:center;display:flex;flex-direction:column;flex-shrink:0;position:relative;width:200px}.id-node__halo[data-v-5db57f24]{animation:id-halo-5db57f24 2.6s ease-out infinite;border:1px solid rgba(42,185,217,.5);border-radius:28px;height:120px;left:50%;pointer-events:none;position:absolute;top:60px;transform:translate(-50%,-50%);width:120px}.id-node__halo--delayed[data-v-5db57f24]{animation-delay:1.3s}.id-node__tile[data-v-5db57f24]{align-items:center;background:#fff;border-radius:28px;box-shadow:0 12px 40px #00000059;display:flex;height:120px;justify-content:center;padding:20px;position:relative;width:120px}.id-node__tile img[data-v-5db57f24]{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.id-node__name[data-v-5db57f24]{color:#fff;font-size:1.05rem;font-weight:700;margin-top:18px}.id-node__caption[data-v-5db57f24]{color:#ffffff8c;font-size:.82rem;margin-top:4px;text-align:center}.id-link[data-v-5db57f24]{align-items:center;align-self:stretch;display:flex;flex:1;flex-direction:column;justify-content:center;margin-top:36px;max-width:380px;min-width:160px;position:relative}.id-link__flow[data-v-5db57f24]{background:#2ab9d91f;border:1px solid rgba(42,185,217,.35);border-radius:999px;color:#7fdcef;font-size:.8rem;font-weight:600;margin-bottom:14px;padding:4px 14px;white-space:nowrap}.id-link__track[data-v-5db57f24]{align-items:center;display:flex;height:10px;position:relative;width:100%}.id-link__line[data-v-5db57f24]{background:linear-gradient(90deg,#2ab9d926,#2ab9d9b3 50%,#2ab9d926);border-radius:2px;height:2px;width:100%}.id-link__dot[data-v-5db57f24]{border-radius:50%;height:10px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.id-link__dot--ltr[data-v-5db57f24]{animation:id-dot-ltr-5db57f24 2.6s cubic-bezier(.45,0,.55,1) infinite;background:#2ab9d9;box-shadow:0 0 12px 2px #2ab9d9cc}.id-link__dot--rtl[data-v-5db57f24]{animation:id-dot-rtl-5db57f24 2.6s cubic-bezier(.45,0,.55,1) infinite;animation-delay:1.3s;background:#fff;box-shadow:0 0 12px 2px #ffffffb3}.id-link__status[data-v-5db57f24]{align-items:center;color:#ffffff8c;display:flex;font-size:.78rem;gap:8px;margin-top:14px}.id-link__status-dot[data-v-5db57f24]{animation:id-blink-5db57f24 2s ease-in-out infinite;background:#4ade80;border-radius:50%;box-shadow:0 0 8px #4ade80cc;height:8px;width:8px}@media(max-width:768px){.id-link[data-v-5db57f24]{margin:8px 0;max-width:none;min-height:140px;width:100%}.id-link__track[data-v-5db57f24]{flex-direction:column;height:100%;justify-content:center;left:50%;position:absolute;top:0;transform:translate(-50%);width:10px}.id-link__line[data-v-5db57f24]{background:linear-gradient(180deg,#2ab9d926,#2ab9d9b3 50%,#2ab9d926);height:100%;width:2px}.id-link__dot[data-v-5db57f24]{left:50%;top:auto}.id-link__dot--ltr[data-v-5db57f24]{animation-name:id-dot-ttb-5db57f24;transform:translate(-50%)}.id-link__dot--rtl[data-v-5db57f24]{animation-name:id-dot-btt-5db57f24;transform:translate(-50%)}.id-link__flow[data-v-5db57f24]{margin-bottom:0;position:relative;z-index:1}.id-link__status[data-v-5db57f24]{background:#172442;border-radius:999px;padding:2px 10px;position:relative;z-index:1}}.id-flow-enter-active[data-v-5db57f24],.id-flow-leave-active[data-v-5db57f24]{transition:opacity .35s ease,transform .35s ease}.id-flow-enter-from[data-v-5db57f24]{opacity:0;transform:translateY(6px)}.id-flow-leave-to[data-v-5db57f24]{opacity:0;transform:translateY(-6px)}@keyframes id-dot-ltr-5db57f24{0%{left:0;opacity:0}10%{opacity:1}90%{opacity:1}to{left:calc(100% - 10px);opacity:0}}@keyframes id-dot-rtl-5db57f24{0%{left:calc(100% - 10px);opacity:0}10%{opacity:1}90%{opacity:1}to{left:0;opacity:0}}@keyframes id-dot-ttb-5db57f24{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:calc(100% - 10px)}}@keyframes id-dot-btt-5db57f24{0%{opacity:0;top:calc(100% - 10px)}10%{opacity:1}90%{opacity:1}to{opacity:0;top:0}}@keyframes id-halo-5db57f24{0%{opacity:.9;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.45)}}@keyframes id-blink-5db57f24{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.id-link__dot[data-v-5db57f24],.id-link__status-dot[data-v-5db57f24],.id-node__halo[data-v-5db57f24]{animation:none}.id-link__dot--ltr[data-v-5db57f24]{left:30%;opacity:1}.id-link__dot--rtl[data-v-5db57f24]{left:70%;opacity:1}}.cm-fab-holder[data-v-d982d91b]{bottom:88px;filter:drop-shadow(0 10px 22px rgba(15,23,42,.28));position:fixed;right:20px;transition:transform .2s ease;z-index:999}.cm-fab-holder[data-v-d982d91b]:hover{transform:translateY(-2px)}@media(max-width:768px){.cm-fab-holder[data-v-d982d91b]{bottom:80px;right:12px}}.cm-overlay[data-v-d982d91b]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:20px;position:fixed;z-index:2000}.cm-modal[data-v-d982d91b]{background:#fff;border-radius:22px;box-shadow:0 30px 80px -20px #0f172a66;max-height:92vh;max-width:920px;overflow:auto;padding:28px;position:relative;width:100%}@media(max-width:768px){.cm-modal[data-v-d982d91b]{border-radius:18px;padding:18px}}.cm-close[data-v-d982d91b]{align-items:center;background:#f1f5f9;border:none;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;height:40px;justify-content:center;position:absolute;right:14px;top:14px;transition:background .2s ease;width:40px;z-index:2}.cm-close[data-v-d982d91b]:hover{background:#e2e8f0}.cm-head[data-v-d982d91b]{margin-bottom:4px;text-align:center}.cm-eyebrow[data-v-d982d91b]{align-items:center;color:var(--primary-color,#16a34a);display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;letter-spacing:.02em;margin:0;text-transform:uppercase}.cm-eyebrow .material-icons[data-v-d982d91b]{font-size:1rem}.cm-title[data-v-d982d91b]{color:#0f172a;font-size:1.5rem;font-weight:700;margin:6px 0 4px}.cm-subtitle[data-v-d982d91b]{color:#64748b;font-size:.9rem;margin:0}.cm-plan[data-v-d982d91b]{aspect-ratio:800/520;border-radius:16px;margin-top:18px;overflow:hidden;position:relative;touch-action:none;width:100%}.cm-plan.is-zoomed[data-v-d982d91b]{cursor:grab}.cm-plan.is-dragging[data-v-d982d91b]{cursor:grabbing}.cm-plan.is-dragging .cm-pin[data-v-d982d91b]{pointer-events:none}.cm-world[data-v-d982d91b]{top:0;right:0;bottom:0;left:0;position:absolute;transform-origin:0 0;will-change:transform}.cm-zoom-controls[data-v-d982d91b]{bottom:10px;display:flex;flex-direction:column;gap:6px;position:absolute;right:10px;z-index:5}.cm-zoom-btn[data-v-d982d91b]{align-items:center;background:#ffffffeb;border:none;border-radius:10px;box-shadow:0 2px 8px #0f172a2e;color:#334155;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:background .2s ease;width:36px}.cm-zoom-btn[data-v-d982d91b]:hover{background:#fff}.cm-zoom-btn[data-v-d982d91b]:disabled{cursor:default;opacity:.4}.cm-zoom-btn .material-icons[data-v-d982d91b]{font-size:1.2rem}.cm-bg[data-v-d982d91b],.cm-decor[data-v-d982d91b]{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.cm-bg[data-v-d982d91b]{-o-object-fit:cover;object-fit:cover}.cm-zone--leisure[data-v-d982d91b]{fill:#b7dad8}.cm-zone--sport[data-v-d982d91b]{fill:#e6cfb6}.cm-zone--stay[data-v-d982d91b]{fill:#cfe0bb}.cm-zone--village[data-v-d982d91b]{fill:#ecdcba}.cm-roundabout-c[data-v-d982d91b]{fill:color-mix(in srgb,var(--primary-color,#16a34a) 55%,#fff)}.cm-ripple[data-v-d982d91b]{fill:none;opacity:.55;stroke:#fff;stroke-linecap:round;stroke-width:2.5}.cm-pin[data-v-d982d91b]{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;position:absolute;text-decoration:none;transform:translate(-50%,-50%) scale(calc(1/var(--cm-zoom, 1)));transition:transform .18s ease;z-index:1}.cm-pin[data-v-d982d91b]:focus-visible,.cm-pin[data-v-d982d91b]:hover{outline:none;transform:translate(-50%,-50%) scale(calc(1.1/var(--cm-zoom, 1)));z-index:3}.cm-dot[data-v-d982d91b]{align-items:center;background:#fff;border:2px solid var(--primary-color,#16a34a);border-radius:999px;box-shadow:0 0 0 2px #fffffff2,0 5px 12px -4px #0f172a52;color:var(--primary-color,#16a34a);display:inline-flex;height:44px;justify-content:center;width:44px}.cm-dot .material-icons[data-v-d982d91b]{color:inherit;font-size:1.4rem}@media(max-width:768px){.cm-dot[data-v-d982d91b]{height:36px;width:36px}.cm-dot .material-icons[data-v-d982d91b]{font-size:1.15rem}}.cm-label[data-v-d982d91b]{background:#ffffffe6;border-radius:7px;box-shadow:0 1px 3px #0f172a1f;color:#1f2937;font-size:.72rem;font-weight:600;line-height:1.3;padding:1px 7px;white-space:nowrap}@media(max-width:768px){.cm-label[data-v-d982d91b]{font-size:.62rem;padding:1px 5px}}.cm-pin--current[data-v-d982d91b]{cursor:default;z-index:4}.cm-pin--current .cm-dot[data-v-d982d91b]{background:var(--primary-color,#16a34a);border-color:var(--primary-color,#16a34a);color:#fff;height:54px;width:54px}.cm-pin--current .cm-dot[data-v-d982d91b]:after{animation:cm-pulse-d982d91b 1.8s ease-out infinite;border:2px solid var(--primary-color,#16a34a);border-radius:999px;content:"";top:-6px;right:-6px;bottom:-6px;left:-6px;position:absolute}@media(max-width:768px){.cm-pin--current .cm-dot[data-v-d982d91b]{height:44px;width:44px}}.cm-here[data-v-d982d91b],.cm-pin--current .cm-label[data-v-d982d91b]{background:var(--primary-color,#16a34a);color:#fff}.cm-here[data-v-d982d91b]{border-radius:999px;box-shadow:0 4px 10px -3px color-mix(in srgb,var(--primary-color,#16a34a) 60%,transparent);font-size:.66rem;font-weight:700;letter-spacing:.02em;padding:2px 8px;text-transform:uppercase}@keyframes cm-pulse-d982d91b{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.cm-modal-enter-active[data-v-d982d91b],.cm-modal-leave-active[data-v-d982d91b]{transition:opacity .25s ease}.cm-modal-enter-active .cm-modal[data-v-d982d91b],.cm-modal-leave-active .cm-modal[data-v-d982d91b]{transition:transform .28s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.cm-modal-enter-from[data-v-d982d91b],.cm-modal-leave-to[data-v-d982d91b]{opacity:0}.cm-modal-enter-from .cm-modal[data-v-d982d91b],.cm-modal-leave-to .cm-modal[data-v-d982d91b]{opacity:0;transform:translateY(16px) scale(.96)}@media(prefers-reduced-motion:reduce){.cm-fab[data-v-d982d91b],.cm-modal-enter-active[data-v-d982d91b],.cm-modal-enter-active .cm-modal[data-v-d982d91b],.cm-modal-leave-active[data-v-d982d91b],.cm-modal-leave-active .cm-modal[data-v-d982d91b],.cm-pin[data-v-d982d91b]{transition:none}.cm-pin--current .cm-dot[data-v-d982d91b]:after{animation:none}}.embed-section[data-v-c661033c]{font-family:Inter,sans-serif;margin:auto;max-width:1200px;padding:4rem 0;width:100%}.embed-section .container[data-v-c661033c]{margin:0 auto;max-width:1100px;padding:0 1rem}.embed-section .embed-header[data-v-c661033c]{margin:0 auto 2rem;max-width:1100px;padding:0 1rem;text-align:center}.embed-section .embed-header .embed-top[data-v-c661033c]{color:#34c88a;display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.embed-section .embed-header .embed-title[data-v-c661033c]{color:#1a1d23;font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.embed-section .embed-header .embed-description[data-v-c661033c]{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 auto;max-width:640px}.embed-section .embed-card[data-v-c661033c]{border:none;border-radius:12px;width:100%}.embed-section .embed-card iframe[data-v-c661033c]{border:1px solid;border-radius:12px;display:block;min-height:500px;width:100%}@media(prefers-color-scheme:dark){.embed-section .embed-header .embed-top[data-v-c661033c]{color:#5ee8ad}.embed-section .embed-header .embed-title[data-v-c661033c]{color:#f0f2f5}.embed-section .embed-header .embed-description[data-v-c661033c]{color:#9ba2b0}}.FAQ[data-v-21222d7d]{gap:2rem;margin-top:2rem}.FAQ[data-v-21222d7d],.FAQ>.title[data-v-21222d7d]{display:flex;flex-direction:column}.FAQ>.title[data-v-21222d7d]{align-items:center;padding:0 1rem;text-align:center}.FAQ>.title[data-v-21222d7d]:not(:first-child){margin-top:3rem}.FAQ>.title .description[data-v-21222d7d]{font-size:1.2rem}.FAQ .questions[data-v-21222d7d]{display:flex;flex-direction:column;gap:1rem}.FAQ .questions .question[data-v-21222d7d]{background-color:var(--soft-background-color);border:1px solid #e9e9ff;border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:space-between;padding:1rem 2rem}.FAQ .questions .question .material-symbols-outlined[data-v-21222d7d]{color:var(--primary-color-light-3);font-size:1.15rem}.FAQ .questions .question[data-v-21222d7d]:hover{background-color:#fff}.FAQ .questions .question.active[data-v-21222d7d]{background-color:#fff;border:1px solid var(--primary-color)}.FAQ .questions .question .title[data-v-21222d7d]{font-weight:600}.FAQ .questions .question .left[data-v-21222d7d]{min-width:0}.FAQ .questions .question .right[data-v-21222d7d]{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.FAQ .questions .question .answer-badge[data-v-21222d7d]{align-items:center;border-radius:999px;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:800;gap:5px;letter-spacing:.03em;line-height:1;padding:4px 10px 4px 6px}.FAQ .questions .question .answer-badge svg[data-v-21222d7d]{display:block;height:18px;width:18px}.FAQ .questions .question .answer-badge--yes[data-v-21222d7d]{background:#12a1131f;color:#0f7a10}.FAQ .questions .question .answer-badge--no[data-v-21222d7d]{background:#e5484d1f;color:#c0272d}@media(max-width:480px){.hidden-xs[data-v-82157763]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-82157763]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-82157763]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-82157763]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-82157763]{display:none!important}}.testimonial[data-v-82157763]{align-items:flex-start;background-color:#fff;border-radius:var(--border-radius);box-sizing:border-box;display:inline-block;flex-direction:column;justify-content:space-between;padding:2rem;width:100%}.testimonial[data-v-82157763]:hover{transform:translateY(-5px);transition:transform .3s ease-in-out}.testimonial.photo-card[data-v-82157763]{aspect-ratio:3/4;background-color:#1a1a1a;background-position:top;background-size:cover;box-shadow:0 12px 30px #0000002e;max-width:340px;min-width:340px;overflow:hidden;padding:0;position:relative;width:340px}@media(max-width:768px){.testimonial.photo-card[data-v-82157763]{max-width:260px;min-width:260px;width:260px}}.testimonial.photo-card .photo-overlay[data-v-82157763]{background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.9) 32%,rgba(0,0,0,.65) 55%,rgba(0,0,0,.25) 78%,transparent);top:0;right:0;bottom:0;left:0;position:absolute}.testimonial.photo-card.no-photo[data-v-82157763]{background:linear-gradient(150deg,#2c2c34,#1a1a1f)}.testimonial.photo-card.no-photo .photo-overlay[data-v-82157763]{background:linear-gradient(0deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.12) 45%,transparent)}.testimonial.photo-card .quote-watermark[data-v-82157763]{color:#ffffff2e;font-size:6rem;left:1.25rem;line-height:1;pointer-events:none;position:absolute;top:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.testimonial.photo-card .photo-content[data-v-82157763]{color:#fff;display:flex;flex-direction:column;gap:.6rem;top:0;right:0;bottom:0;left:0;justify-content:flex-end;padding:1.5rem;position:absolute;z-index:1}.testimonial.photo-card .photo-content .comment[data-v-82157763]{color:#fff;font-size:.95rem;font-weight:500;line-height:1.45;text-shadow:0 1px 10px rgba(0,0,0,.7)}@media(max-width:768px){.testimonial.photo-card .photo-content .comment[data-v-82157763]{font-size:.8rem;line-height:1.3}}.testimonial.photo-card .photo-content .author[data-v-82157763]{display:flex;flex-direction:column;gap:.15rem;text-shadow:0 1px 8px rgba(0,0,0,.6)}.testimonial.photo-card .photo-content .author .name[data-v-82157763]{align-items:center;color:#fff;display:flex;font-size:.95rem;font-weight:700;gap:4px}.testimonial.photo-card .photo-content .author .name img[data-v-82157763]{height:15px;width:15px}.testimonial.photo-card .photo-content .author .company[data-v-82157763]{color:#fff;font-size:.8rem;font-weight:500;opacity:.8}.testimonial.photo-card .photo-content[data-v-82157763] .stars{display:flex;gap:.1rem}.testimonial.photo-card .photo-content[data-v-82157763] .stars img{filter:invert(66%) sepia(57%) saturate(1580%) hue-rotate(9deg) brightness(103%) contrast(97%);height:14px}.testimonial .bottom[data-v-82157763]{display:flex;gap:.75rem;margin-top:1rem}@media(max-width:768px){.testimonial .bottom[data-v-82157763]{flex-direction:column}}.testimonial .bottom .client-infos[data-v-82157763]{align-items:center;display:flex;flex-grow:2;gap:.75rem}.testimonial .bottom .client-infos .image[data-v-82157763]{background:red}.testimonial .bottom .client-infos .image[data-v-82157763],.testimonial .bottom .client-infos img[data-v-82157763]{border-radius:50%;flex-shrink:0;height:36px;width:36px}.testimonial .bottom .client-infos .data[data-v-82157763]{display:flex;flex-direction:column;gap:.5rem}.testimonial .bottom .client-infos .data .name[data-v-82157763]{align-items:center;display:flex;font-size:.8rem;gap:4px}@media(max-width:768px){.testimonial .bottom .client-infos .data .name[data-v-82157763]{font-size:.6rem;line-height:.8rem}}.testimonial .bottom .client-infos .data .name img[data-v-82157763]{height:14px;width:14px}.testimonial .bottom .client-infos .data .company[data-v-82157763]{font-size:.8rem;font-weight:500;margin-top:-.5rem}@media(max-width:768px){.testimonial .bottom .client-infos .data .company[data-v-82157763]{font-size:.6rem;line-height:.8rem}}.testimonial .bottom[data-v-82157763] .stars{align-items:center;display:flex;flex-grow:0;gap:.1rem}.testimonial .bottom[data-v-82157763] .stars img{filter:invert(66%) sepia(57%) saturate(1580%) hue-rotate(9deg) brightness(103%) contrast(97%);height:12px}@media(max-width:480px){.hidden-xs[data-v-3d9cfd9a]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-3d9cfd9a]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-3d9cfd9a]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-3d9cfd9a]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-3d9cfd9a]{display:none!important}}.container[data-v-3d9cfd9a]{display:flex;flex-direction:column;gap:2rem}.testimonials[data-v-3d9cfd9a]{-moz-column-count:3;column-count:3;-moz-column-gap:2rem;column-gap:2rem}@media(min-width:769px)and (max-width:1024px){.testimonials[data-v-3d9cfd9a]{-moz-column-count:2;column-count:2}}@media(max-width:768px){.testimonials[data-v-3d9cfd9a]{-moz-column-count:1;column-count:1;-moz-column-gap:0;column-gap:0;padding:.5rem}}.testimonials .testimonial[data-v-3d9cfd9a]{align-items:flex-start;background-color:#fff;border-radius:var(--border-radius);box-sizing:border-box;display:inline-block;flex-direction:column;justify-content:space-between;margin-bottom:2rem;padding:2rem;width:100%}.testimonials .testimonial[data-v-3d9cfd9a]:hover{transform:translateY(-5px);transition:transform .3s ease-in-out}.testimonials .testimonial .bottom[data-v-3d9cfd9a]{display:flex;gap:.75rem}.testimonials .testimonial .bottom .client-infos[data-v-3d9cfd9a]{align-items:center;display:flex;flex-grow:2;gap:.75rem;margin-top:1rem}.testimonials .testimonial .bottom .client-infos .image[data-v-3d9cfd9a]{background:red;border-radius:50%;flex-shrink:0;height:36px;width:36px}.testimonials .testimonial .bottom .client-infos img[data-v-3d9cfd9a]{border-radius:50%;flex-shrink:0;height:36px;width:36px}.testimonials .testimonial .bottom .client-infos .data[data-v-3d9cfd9a]{display:flex;flex-direction:column}.testimonials .testimonial .bottom .client-infos .data .name[data-v-3d9cfd9a]{align-items:center;display:flex;font-size:.8rem;gap:4px}.testimonials .testimonial .bottom .client-infos .data .name img[data-v-3d9cfd9a]{height:14px;width:14px}.testimonials .testimonial .bottom .client-infos .data .company[data-v-3d9cfd9a]{font-size:.8rem;font-weight:500;margin-top:-.5rem}.testimonials .testimonial .bottom .stars[data-v-3d9cfd9a]{align-items:center;display:flex;flex-grow:0;gap:.1rem}.testimonials .testimonial .bottom .stars img[data-v-3d9cfd9a]{filter:invert(66%) sepia(57%) saturate(1580%) hue-rotate(9deg) brightness(103%) contrast(97%);height:12px}.interface[data-v-b2804577]{background-color:#f8fafc;border-radius:inherit;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100%;overflow:hidden;position:relative;width:100%}.interface .unselectable[data-v-b2804577]{-moz-user-select:none;user-select:none;-webkit-user-select:none}.interface .loader-overlay[data-v-b2804577]{align-items:center;background:#fff;border-radius:inherit;display:flex;flex-direction:column;gap:12px;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute;z-index:100}.interface .loader-overlay .loader-spinner[data-v-b2804577]{animation:spin-b2804577 .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top:3px solid var(--primary-color);height:clamp(24px,4vh,36px);width:clamp(24px,4vh,36px)}.interface .loader-overlay .loader-text[data-v-b2804577]{color:#94a3b8;font-size:clamp(10px,1.2vh,13px);font-weight:500}@keyframes spin-b2804577{to{transform:rotate(1turn)}}.interface .container[data-v-b2804577]{display:flex;flex:1;flex-direction:column;overflow:hidden;padding:0}.interface .filter-tabs[data-v-b2804577]{background-color:#fff;display:flex;gap:4px;overflow-x:auto;padding:2% 4%;scrollbar-width:none}.interface .filter-tabs[data-v-b2804577]::-webkit-scrollbar{display:none}.interface .filter-tabs .tab[data-v-b2804577]{background-color:#f1f5f9;border:1px solid transparent;border-radius:8px;color:#64748b;cursor:pointer;font-family:Poppins,sans-serif;font-size:clamp(10px,1.2vh,13px);font-weight:600;padding:4px 10px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.interface .filter-tabs .tab[data-v-b2804577]:hover{background-color:#e2e8f0}.interface .filter-tabs .tab.active[data-v-b2804577]{background-color:var(--primary-color);box-shadow:0 4px 12px #1834fb40;color:#fff}.interface .filter-tabs .tab[data-v-b2804577]:active{transform:scale(.95)}.interface .grid-container[data-v-b2804577]{background-color:#f8fafc;display:flex;flex:1;flex-direction:column;overflow:hidden;padding:2% 4%}.interface .grid[data-v-b2804577]{display:grid;flex:1;gap:8px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%}.interface .item[data-v-b2804577]{background-color:#fff;border:1px solid #f1f5f9;border-radius:8px;box-shadow:0 2px 4px #00000005;cursor:pointer;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.interface .item .item-content[data-v-b2804577]{display:flex;flex-direction:column;height:100%}.interface .item .icon-wrapper[data-v-b2804577]{align-items:center;border-radius:7px;display:flex;flex:1;justify-content:center;min-height:0;position:relative;transition:filter .2s ease;width:100%}.interface .item .icon-wrapper .icon[data-v-b2804577]{font-size:clamp(18px,3.5vh,32px)}.interface .item .icon-wrapper .price-overlay[data-v-b2804577]{background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);border-radius:0 0 7px 7px;bottom:0;display:flex;flex-direction:column;gap:0;left:0;padding:14px 4px 3px;position:absolute;right:0;text-align:center}.interface .item .icon-wrapper .price-overlay .price[data-v-b2804577]{color:#fff;font-size:clamp(10px,1.5vh,14px);font-weight:700;line-height:15px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.interface .item .icon-wrapper .price-overlay .name[data-v-b2804577]{color:#fffc;font-size:clamp(7px,.9vh,10px);font-weight:500;line-height:1.2}.interface .item[data-v-b2804577]:hover{border-color:#e0e7ff;box-shadow:0 4px 12px #00000014;transform:scale(1.04)}.interface .item:hover .icon-wrapper[data-v-b2804577]{filter:brightness(1.15)}.interface .item[data-v-b2804577]:active{transform:scale(.97)}.interface .item .quantity-badge[data-v-b2804577]{align-items:center;animation:pop-in-b2804577 .2s cubic-bezier(.175,.885,.32,1.275);background-color:var(--primary-color);border:1.5px solid #fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:9px;font-weight:800;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:2px;top:2px;z-index:2}.interface .footer[data-v-b2804577]{background-color:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px #00000008;display:flex;flex-direction:row;gap:6px;padding:3%}.interface .clear-button[data-v-b2804577]{align-items:center;aspect-ratio:1;background-color:#f1f5f9;border:none;border-radius:10px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.interface .clear-button .material-icons[data-v-b2804577]{color:#64748b;font-size:clamp(16px,2vh,20px)}.interface .clear-button[data-v-b2804577]:hover{background-color:#fef2f2}.interface .clear-button:hover .material-icons[data-v-b2804577]{color:#ef4444}.interface .clear-button[data-v-b2804577]:active{transform:scale(.9)}.interface .clear-button.disabled[data-v-b2804577]{cursor:not-allowed;opacity:.4;pointer-events:none}.interface .checkout-button[data-v-b2804577]{align-items:center;background-color:#10b981;border:none;border-radius:10px;box-shadow:0 4px 12px #10b98133;color:#fff;cursor:pointer;display:flex;flex:1;font-family:Poppins,sans-serif;font-size:clamp(12px,1.8vh,16px);font-weight:700;gap:6px;justify-content:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.interface .checkout-button span[data-v-b2804577]{color:#fff}.interface .checkout-button[data-v-b2804577]:hover{background-color:#059669;box-shadow:0 6px 16px #10b9814d}.interface .checkout-button[data-v-b2804577]:active{transform:scale(.98)}.interface .checkout-button.disabled[data-v-b2804577]{background-color:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none}.interface .checkout-button.disabled .material-icons[data-v-b2804577]{color:inherit;opacity:.5}.interface .checkout-button .material-icons[data-v-b2804577]{color:inherit;font-size:clamp(16px,2vh,20px)}@keyframes pop-in-b2804577{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.interface .item.effect-cta[data-v-b2804577]{animation:pulse-cta-b2804577 1.8s ease-in-out infinite;border-color:#eab30866;overflow:hidden}.interface .item.effect-cta[data-v-b2804577]:before{animation:shimmer-cta-b2804577 2.5s infinite;background:linear-gradient(105deg,transparent 40%,rgba(234,179,8,.25) 50%,transparent 60%);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:1}@keyframes shimmer-cta-b2804577{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse-cta-b2804577{0%,to{box-shadow:0 0 #eab30866;transform:scale(1)}50%{box-shadow:0 0 0 8px #eab30800;transform:scale(1.04)}}.interface .payment-slider-backdrop[data-v-b2804577]{background:#0006;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:50}.interface .payment-slider-backdrop.show[data-v-b2804577]{opacity:1;pointer-events:auto}.interface .payment-slider[data-v-b2804577]{background:#fff;border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -8px 30px #00000026;left:0;padding:10px 16px 16px;position:absolute;right:0;transform:translateY(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);z-index:60}.interface .payment-slider.show[data-v-b2804577]{transform:translateY(0)}.interface .payment-slider .slider-handle[data-v-b2804577]{background:#d1d5db;border-radius:2px;height:4px;margin:0 auto 10px;width:32px}.interface .payment-slider .slider-title[data-v-b2804577]{color:#1e293b;font-size:clamp(12px,1.8vh,16px);font-weight:700;text-align:center}.interface .payment-slider .slider-subtitle[data-v-b2804577]{color:var(--primary-color);font-size:clamp(18px,2.5vh,24px);font-weight:800;margin-bottom:12px;text-align:center}.interface .payment-slider .payment-methods[data-v-b2804577]{display:flex;flex-direction:column;gap:8px}.interface .payment-slider .payment-method[data-v-b2804577]{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;font-family:Poppins,sans-serif;gap:10px;padding:10px 12px;transition:all .2s ease}.interface .payment-slider .payment-method[data-v-b2804577]:hover{background:#f8fafc;border-color:var(--primary-color);transform:scale(1.02)}.interface .payment-slider .payment-method[data-v-b2804577]:active{transform:scale(.98)}.interface .payment-slider .payment-method .method-icon[data-v-b2804577]{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:clamp(32px,5vh,44px);justify-content:center;width:clamp(32px,5vh,44px)}.interface .payment-slider .payment-method .method-icon .material-icons[data-v-b2804577]{color:#fff;font-size:clamp(18px,2.5vh,24px)}.interface .payment-slider .payment-method.cb .method-icon[data-v-b2804577]{background:linear-gradient(135deg,#1e40af,#3b82f6)}.interface .payment-slider .payment-method.nfc .method-icon[data-v-b2804577]{background:linear-gradient(135deg,#059669,#34d399)}.interface .payment-slider .payment-method .method-info[data-v-b2804577]{display:flex;flex:1;flex-direction:column;text-align:left}.interface .payment-slider .payment-method .method-info .method-name[data-v-b2804577]{color:#1e293b;font-size:clamp(11px,1.4vh,14px);font-weight:600;line-height:normal}.interface .payment-slider .payment-method .method-info .method-desc[data-v-b2804577]{color:#94a3b8;font-size:clamp(8px,1vh,11px);font-weight:400;line-height:normal}.interface .payment-slider .payment-method .arrow[data-v-b2804577]{color:#cbd5e1;font-size:clamp(16px,2vh,20px);transition:color .2s ease}.interface .payment-slider .payment-method:hover .arrow[data-v-b2804577]{color:var(--primary-color)}.screen-container[data-v-6a39f2fa]{background-color:#fff;box-sizing:border-box;flex-direction:column;font-family:Poppins,sans-serif;height:100%;overflow:hidden;padding:40px 20px;position:relative;text-align:center;width:100%}.screen-container[data-v-6a39f2fa],.screen-container .check-container[data-v-6a39f2fa]{align-items:center;display:flex;justify-content:center}.screen-container .check-container[data-v-6a39f2fa]{animation:scale-up-6a39f2fa .5s cubic-bezier(.175,.885,.32,1.275);background-color:#ecfdf5;border-radius:50%;height:120px;margin-bottom:30px;width:120px}.screen-container .check-container svg[data-v-6a39f2fa]{height:60px;width:60px}.screen-container .check-container svg .check-mark[data-v-6a39f2fa]{animation:draw-check-6a39f2fa .6s ease-out .4s forwards;fill:none;stroke:#10b981;stroke-dasharray:100;stroke-dashoffset:100;stroke-linecap:round;stroke-linejoin:round;stroke-width:8}.screen-container .message[data-v-6a39f2fa]{color:#1e293b;font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}.screen-container .amount[data-v-6a39f2fa]{color:var(--primary-color);font-size:36px;font-weight:800;margin-bottom:5px}.screen-container .date[data-v-6a39f2fa]{color:#64748b;font-size:14px;margin-bottom:40px}.screen-container .actions[data-v-6a39f2fa]{width:100%}.screen-container .actions .action[data-v-6a39f2fa]{background-color:#f1f5f9;border-radius:16px;color:#1e293b;cursor:pointer;font-weight:700;padding:16px;transition:all .2s ease}.screen-container .actions .action[data-v-6a39f2fa]:hover{background-color:#e2e8f0;transform:translateY(-2px)}.screen-container .actions .action[data-v-6a39f2fa]:active{transform:scale(.98)}.screen-container .confetti[data-v-6a39f2fa]{border-radius:2px;height:8px;position:absolute;top:-10px;width:8px;z-index:10}@keyframes scale-up-6a39f2fa{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes draw-check-6a39f2fa{to{stroke-dashoffset:0}}@keyframes fall-6a39f2fa{to{transform:translateY(100vh) rotate(1turn)}}.nfc-screen-component[data-v-f1b01671]{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100%;justify-content:space-between;overflow:hidden;padding:4% 5%;text-align:center;width:100%}.nfc-screen-component .unselectable[data-v-f1b01671]{-moz-user-select:none;user-select:none;-webkit-user-select:none}.nfc-screen-component .nfc-header[data-v-f1b01671]{align-items:center;display:flex;flex-direction:column;gap:clamp(4px,1vh,10px)}.nfc-screen-component .nfc-header .material-icons[data-v-f1b01671]{color:var(--primary-color);font-size:clamp(24px,5vh,48px)}.nfc-screen-component .nfc-header .nfc-title[data-v-f1b01671]{color:#1e293b;font-size:clamp(12px,2vh,18px);font-weight:700}.nfc-screen-component .scan-animation-container[data-v-f1b01671]{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;position:relative}.nfc-screen-component .scan-animation-container .terminal-icon[data-v-f1b01671]{align-items:center;background-color:#f1f5f9;border-radius:50%;box-shadow:0 4px 12px #0000000d;color:var(--primary-color);display:flex;height:clamp(40px,8vh,80px);justify-content:center;width:clamp(40px,8vh,80px);z-index:2}.nfc-screen-component .scan-animation-container .terminal-icon .material-icons[data-v-f1b01671]{font-size:clamp(20px,4vh,40px)}.nfc-screen-component .scan-animation-container .ripple-container[data-v-f1b01671]{height:clamp(100px,20vh,200px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:clamp(100px,20vh,200px)}.nfc-screen-component .scan-animation-container .ripple-container .ripple[data-v-f1b01671]{animation:ripple-out-f1b01671 2s cubic-bezier(0,0,.2,1) infinite;border:2px solid var(--primary-color);border-radius:50%;height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.nfc-screen-component .scan-animation-container .ripple-container .ripple[data-v-f1b01671]:nth-child(2){animation-delay:.6s}.nfc-screen-component .scan-animation-container .ripple-container .ripple[data-v-f1b01671]:nth-child(3){animation-delay:1.2s}.nfc-screen-component .nfc-footer[data-v-f1b01671]{display:flex;flex-direction:column;gap:clamp(8px,1.5vh,20px)}.nfc-screen-component .nfc-footer .instruction[data-v-f1b01671]{color:#64748b;font-size:clamp(10px,1.3vh,14px);line-height:1.4}.nfc-screen-component .nfc-footer .amount-display[data-v-f1b01671]{background-color:#f8fafc;border-radius:16px;display:flex;flex-direction:column;gap:3px;padding:clamp(8px,1.5vh,15px)}.nfc-screen-component .nfc-footer .amount-display .label[data-v-f1b01671]{color:#94a3b8;font-size:clamp(9px,1vh,11px);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nfc-screen-component .nfc-footer .amount-display .value[data-v-f1b01671]{color:var(--primary-color);font-size:clamp(16px,3vh,28px);font-weight:800}@keyframes ripple-out-f1b01671{0%{border-width:4px;height:20%;opacity:.8;width:20%}to{border-width:1px;height:100%;opacity:0;width:100%}}.smartphone-group[data-v-02e4104f]{align-items:center;display:flex;flex-direction:column;overflow:visible;padding:2vh 10px;perspective:1200px;position:relative;width:100%}.smartphone-group .tpe-wrapper[data-v-02e4104f]{display:flex;justify-content:center;position:relative}.smartphone-group .accepted-payments[data-v-02e4104f]{align-items:center;display:flex;flex-direction:column;gap:14px;padding:0;position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);z-index:0}.smartphone-group .accepted-payments .accepted-item[data-v-02e4104f]{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;flex-direction:column;gap:1px;padding-bottom:10px}.smartphone-group .accepted-payments .accepted-item[data-v-02e4104f]:last-child{border-bottom:none;padding-bottom:0}.smartphone-group .accepted-payments .accepted-item .accepted-icon[data-v-02e4104f]{color:#94a3b8;height:26px;transition:all .2s ease;width:26px}.smartphone-group .accepted-payments .accepted-item>span[data-v-02e4104f]{align-items:center;color:#94a3b8;display:flex;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;gap:3px;letter-spacing:.02em;line-height:1.2;transition:color .2s ease;white-space:nowrap}.smartphone-group .accepted-payments .accepted-item>span .dot[data-v-02e4104f]{background:#10b981;border-radius:50%;flex-shrink:0;height:5px;width:5px}.smartphone-group .accepted-payments .accepted-item:hover .accepted-icon[data-v-02e4104f]{color:#475569;transform:scale(1.15)}.smartphone-group .accepted-payments .accepted-item:hover>span[data-v-02e4104f]{color:#475569}.smartphone-group .accepted-payments .accepted-item.dual-logo .dual-icons[data-v-02e4104f]{align-items:center;display:flex;gap:2px}.smartphone-group .accepted-payments .accepted-item.dual-logo .dual-icons .accepted-icon[data-v-02e4104f]{height:14px;width:14px}.smartphone-group .accepted-payments .accepted-item.dual-logo:hover .dual-icons .accepted-icon[data-v-02e4104f]{color:#475569;transform:scale(1.15)}@media(max-width:768px){.smartphone-group .accepted-payments[data-v-02e4104f]{display:none}}.smartphone-group .modal-fade-enter-active[data-v-02e4104f],.smartphone-group .modal-fade-leave-active[data-v-02e4104f]{transition:opacity .25s ease}.smartphone-group .modal-fade-enter-active .payment-modal[data-v-02e4104f],.smartphone-group .modal-fade-leave-active .payment-modal[data-v-02e4104f]{transition:transform .25s cubic-bezier(.22,1,.36,1)}.smartphone-group .modal-fade-enter-from[data-v-02e4104f],.smartphone-group .modal-fade-leave-to[data-v-02e4104f]{opacity:0}.smartphone-group .modal-fade-enter-from .payment-modal[data-v-02e4104f],.smartphone-group .modal-fade-leave-to .payment-modal[data-v-02e4104f]{transform:translateY(20px) scale(.95)}.smartphone-group .payment-modal-backdrop[data-v-02e4104f]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.smartphone-group .payment-modal[data-v-02e4104f]{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;max-width:360px;padding:28px 24px;position:relative;width:100%}.smartphone-group .payment-modal .modal-close[data-v-02e4104f]{align-items:center;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px}.smartphone-group .payment-modal .modal-close .material-icons[data-v-02e4104f]{color:#64748b;font-size:18px}.smartphone-group .payment-modal .modal-close[data-v-02e4104f]:hover{background:#e2e8f0}.smartphone-group .payment-modal .modal-close:hover .material-icons[data-v-02e4104f]{color:#1e293b}.smartphone-group .payment-modal .modal-header[data-v-02e4104f]{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.smartphone-group .payment-modal .modal-header .modal-check[data-v-02e4104f]{color:#10b981;font-size:36px}.smartphone-group .payment-modal .modal-header h3[data-v-02e4104f]{color:#1e293b;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;margin:0}.smartphone-group .payment-modal .modal-desc[data-v-02e4104f]{color:#64748b;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 20px;text-align:center}.smartphone-group .payment-modal .modal-features[data-v-02e4104f]{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.smartphone-group .payment-modal .modal-features li[data-v-02e4104f]{align-items:center;color:#334155;display:flex;font-family:Poppins,sans-serif;font-size:13px;gap:10px}.smartphone-group .payment-modal .modal-features li .material-icons[data-v-02e4104f]{color:#10b981;flex-shrink:0;font-size:18px}.smartphone-group .demo-hint[data-v-02e4104f]{align-items:center;display:flex;flex-direction:column;gap:4px;margin-top:2vh}.smartphone-group .demo-hint .hint-text[data-v-02e4104f]{color:#94a3b8;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em}.smartphone-group .demo-hint .hint-arrow[data-v-02e4104f]{animation:hint-bounce-02e4104f 1.5s ease-in-out infinite;color:#94a3b8;font-size:20px;order:-1}@keyframes hint-bounce-02e4104f{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.smartphone-group .blank-card[data-v-02e4104f]{filter:drop-shadow(0 10px 20px rgba(0,0,0,.15));height:25vh;left:50%;position:absolute;top:10vh;transform:translate(200%) rotate(20deg);transition:transform .8s cubic-bezier(.22,1,.36,1);z-index:400}.smartphone-group .blank-card.show[data-v-02e4104f]{transform:translate(-50%) translateY(5vh) rotate(0);transition:transform .6s cubic-bezier(.22,1,.36,1)}.smartphone-group .mobile-phone[data-v-02e4104f],.smartphone-group .tpe-device[data-v-02e4104f]{aspect-ratio:330/680;background:#1e293b;border:4px solid #0f172a;border-radius:3vh;box-shadow:0 0 0 1px #334155,0 20px 50px #0006,inset 0 0 20px #ffffff0d;display:flex;flex-direction:column;flex-shrink:0;height:60vh;margin:0 auto;padding:1vh;pointer-events:auto;position:relative;transition:all .6s cubic-bezier(.22,1,.36,1);width:auto;z-index:500}@media(max-width:768px){.smartphone-group .mobile-phone[data-v-02e4104f],.smartphone-group .tpe-device[data-v-02e4104f]{height:75vh}}.smartphone-group .mobile-phone[data-v-02e4104f]:before,.smartphone-group .tpe-device[data-v-02e4104f]:before{border:1px solid hsla(0,0%,100%,.1);border-radius:3vh;content:"";top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;position:absolute}.smartphone-group .mobile-phone.scan[data-v-02e4104f],.smartphone-group .tpe-device.scan[data-v-02e4104f]{box-shadow:0 0 0 2px #334155,0 40px 80px #00000080;transform:rotateX(15deg) scale(.95) translateY(-2vh)}.smartphone-group .mobile-phone .tpe-hardware-top[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-top[data-v-02e4104f]{align-items:center;display:flex;flex-shrink:0;height:2vh;justify-content:center;min-height:12px}.smartphone-group .mobile-phone .tpe-hardware-top .printer-slot[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-top .printer-slot[data-v-02e4104f]{height:3px;width:50%}.smartphone-group .mobile-phone .tpe-hardware-bottom[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-bottom[data-v-02e4104f]{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:.5vh;height:4vh;justify-content:center;min-height:40px}.smartphone-group .mobile-phone .tpe-hardware-bottom .contactless-indicator[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-bottom .contactless-indicator[data-v-02e4104f]{align-items:center;display:flex;justify-content:center}.smartphone-group .mobile-phone .tpe-hardware-bottom .contactless-indicator .material-icons[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-bottom .contactless-indicator .material-icons[data-v-02e4104f]{color:#ffffff4d;font-size:1.2rem}.smartphone-group .mobile-phone .tpe-hardware-bottom .card-reader-slot[data-v-02e4104f],.smartphone-group .tpe-device .tpe-hardware-bottom .card-reader-slot[data-v-02e4104f]{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.15),transparent);border-radius:1px;height:2px;width:35%}.smartphone-group .mobile-phone .side-buttons[data-v-02e4104f],.smartphone-group .tpe-device .side-buttons[data-v-02e4104f]{display:flex;flex-direction:column;gap:1.5vh;position:absolute;right:-8px;top:25%}.smartphone-group .mobile-phone .side-buttons .button[data-v-02e4104f],.smartphone-group .tpe-device .side-buttons .button[data-v-02e4104f]{align-items:center;background:linear-gradient(90deg,#1e293b,#334155);border:1px solid hsla(0,0%,100%,.05);border-left:none;border-radius:0 4px 4px 0;box-shadow:2px 1px 5px #0006;cursor:pointer;display:flex;height:5vh;justify-content:flex-end;min-height:30px;padding-right:1px;pointer-events:auto;transition:all .2s cubic-bezier(.4,0,.2,1);width:10px}.smartphone-group .mobile-phone .side-buttons .button .material-icons[data-v-02e4104f],.smartphone-group .tpe-device .side-buttons .button .material-icons[data-v-02e4104f]{color:#fff6;font-size:10px;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smartphone-group .mobile-phone .side-buttons .button[data-v-02e4104f]:hover,.smartphone-group .tpe-device .side-buttons .button[data-v-02e4104f]:hover{background:linear-gradient(90deg,#334155,#475569);width:14px}.smartphone-group .mobile-phone .side-buttons .button:hover .material-icons[data-v-02e4104f],.smartphone-group .tpe-device .side-buttons .button:hover .material-icons[data-v-02e4104f]{color:#ffffffe6}.smartphone-group .mobile-phone .side-buttons .button[data-v-02e4104f]:active,.smartphone-group .tpe-device .side-buttons .button[data-v-02e4104f]:active{background:#0f172a;box-shadow:1px 1px 3px #0009;transform:translate(-2px)}.smartphone-group .mobile-phone .screen[data-v-02e4104f],.smartphone-group .tpe-device .screen[data-v-02e4104f]{background:#f8fafc;border:2px solid #020617;border-radius:2vh;box-shadow:inset 0 2px 15px #0006;flex:1;margin:0 4px;overflow:hidden;pointer-events:auto;position:relative;z-index:10}.smartphone-group .mobile-phone .screen .volume-indicator[data-v-02e4104f],.smartphone-group .tpe-device .screen .volume-indicator[data-v-02e4104f]{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ae6;border:1px solid hsla(0,0%,100%,.1);border-radius:20px;display:flex;gap:10px;left:50%;opacity:0;padding:.5vh 1.5vh;position:absolute;top:2vh;transform:translate(-50%) translateY(-50px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:140px;z-index:1000}.smartphone-group .mobile-phone .screen .volume-indicator.show[data-v-02e4104f],.smartphone-group .tpe-device .screen .volume-indicator.show[data-v-02e4104f]{opacity:1;transform:translate(-50%) translateY(0)}.smartphone-group .mobile-phone .screen .volume-indicator .bar-container[data-v-02e4104f],.smartphone-group .tpe-device .screen .volume-indicator .bar-container[data-v-02e4104f]{background:#fff3;border-radius:2px;flex:1;height:3px;overflow:hidden}.smartphone-group .mobile-phone .screen .volume-indicator .bar-container .level[data-v-02e4104f],.smartphone-group .tpe-device .screen .volume-indicator .bar-container .level[data-v-02e4104f]{background:#fff;box-shadow:0 0 10px #ffffff80;height:100%;transition:width .2s ease}.smartphone-group .mobile-phone .screen .volume-indicator .material-icons[data-v-02e4104f],.smartphone-group .tpe-device .screen .volume-indicator .material-icons[data-v-02e4104f]{color:#fff;font-size:16px}.smartphone-group .mobile-phone .screen[data-v-02e4104f]:after,.smartphone-group .tpe-device .screen[data-v-02e4104f]:after{background:linear-gradient(135deg,hsla(0,0%,100%,.05),transparent 50%,hsla(0,0%,100%,.02));content:"";height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:100}.smartphone-group .cb-card-insert[data-v-02e4104f]{bottom:0;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3));height:22vh;left:50%;position:absolute;transform:translate(-50%) translateY(120%);transition:transform .6s cubic-bezier(.22,1,.36,1);width:25vh;z-index:490}.smartphone-group .cb-card-insert.show[data-v-02e4104f]{transform:translate(-50%) translateY(5%)}.smartphone-group .cb-card-insert .cb-card-inner[data-v-02e4104f]{background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);border-radius:1.2vh;box-sizing:border-box;height:100%;overflow:hidden;padding:1.5vh;position:relative;width:100%}.smartphone-group .cb-card-insert .cb-card-inner[data-v-02e4104f]:before{background:radial-gradient(ellipse,hsla(0,0%,100%,.1),transparent 70%);content:"";height:80%;pointer-events:none;position:absolute;right:-20%;top:-30%;width:60%}.smartphone-group .cb-card-insert .cb-content[data-v-02e4104f]{box-sizing:border-box;display:flex;flex-direction:column;height:25vh;justify-content:space-between;left:50%;padding:2vh 1.8vh;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:22vh}.smartphone-group .cb-card-insert .cb-chip[data-v-02e4104f]{background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:.5vh;box-shadow:inset 0 0 0 .5px #00000026;height:3vh;width:4vh}.smartphone-group .cb-card-insert .cb-contactless[data-v-02e4104f]{left:7vh;position:absolute;top:2vh}.smartphone-group .cb-card-insert .cb-contactless .material-icons[data-v-02e4104f]{color:#ffffff80;font-size:2.2vh}.smartphone-group .cb-card-insert .cb-number[data-v-02e4104f]{color:#ffffffe6;font-family:Courier New,monospace;font-size:1.6vh;font-weight:500;letter-spacing:.15em}.smartphone-group .cb-card-insert .cb-bottom[data-v-02e4104f]{align-items:flex-end;display:flex;justify-content:space-between}.smartphone-group .cb-card-insert .cb-bottom .cb-holder[data-v-02e4104f]{color:#ffffffb3;font-size:1.1vh;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.smartphone-group .cb-card-insert .cb-bottom .cb-visa[data-v-02e4104f]{color:#fff;font-size:2.2vh;font-style:italic;font-weight:800;letter-spacing:.02em}@media(max-width:480px){.hidden-xs[data-v-a71f2ea8]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-a71f2ea8]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-a71f2ea8]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-a71f2ea8]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-a71f2ea8]{display:none!important}}h2[data-v-a71f2ea8]{margin-bottom:2rem}h3[data-v-a71f2ea8]{margin-bottom:1rem}h4[data-v-a71f2ea8]{margin:0 0 .5rem}p[data-v-a71f2ea8]{margin:0 0 1rem}.content[data-v-a71f2ea8]{margin:3rem auto 0;max-width:1200px;padding:2rem 0}.specs[data-v-51638114]{background-color:#f8fafc;padding:4rem 0}.specs-table[data-v-51638114]{background-color:#fff;border-collapse:collapse;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:2rem;overflow:hidden;width:100%}.specs-table td[data-v-51638114],.specs-table th[data-v-51638114]{border-bottom:1px solid var(--border-color);padding:1rem;text-align:left}.specs-table th[data-v-51638114]{background-color:#f8fafc;font-weight:600}.specs-table tr:last-child td[data-v-51638114]{border-bottom:none}.main-section[data-v-32b988dd]{background-color:#fff;isolation:isolate;overflow:hidden;padding:6rem 1.5rem;position:relative}@media(max-width:768px){.main-section[data-v-32b988dd]{padding:3rem 1rem}}.background-pattern[data-v-32b988dd]{top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;z-index:-10}.background-svg[data-v-32b988dd]{height:64rem;left:max(50%,25rem);-webkit-mask-image:radial-gradient(64rem 64rem at top,#fff,transparent);mask-image:radial-gradient(64rem 64rem at top,#fff,transparent);position:absolute;stroke:#e5e7eb;top:0;transform:translate(-50%);width:128rem}.content-grid[data-v-32b988dd]{display:grid;gap:2rem 2rem;grid-template-columns:1fr;margin:0 auto;max-width:42rem;width:100%}.header-section[data-v-32b988dd]{max-width:80rem;width:100%}.header-content[data-v-32b988dd]{max-width:32rem}.deploy-tag[data-v-32b988dd]{color:#4f46e5;font-size:1rem;font-weight:600;line-height:1.75rem}.main-title[data-v-32b988dd]{color:#111827;font-size:2.25rem;font-weight:600;letter-spacing:-.025em;line-height:3.3rem;margin-top:.5rem;text-wrap:pretty}.main-description[data-v-32b988dd]{color:#374151;font-size:1.25rem;line-height:2rem;margin-top:1.5rem}.image-container[data-v-32b988dd]{margin-left:-3rem;margin-top:-3rem;overflow:hidden;padding:3rem}.main-image[data-v-32b988dd]{background-color:#111827;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:none;outline:1px solid hsla(220,9%,46%,.1);width:100%}.content-section[data-v-32b988dd]{margin:0 auto;max-width:80rem;width:100%}.content-text[data-v-32b988dd]{color:#4b5563;font-size:1rem;line-height:1.75rem;max-width:36rem}.content-paragraph[data-v-32b988dd],.features-list[data-v-32b988dd]{margin-bottom:2rem}.features-list[data-v-32b988dd]{color:#4b5563;display:flex;flex-direction:column;gap:2rem;list-style:none;margin-top:2rem}.feature-item[data-v-32b988dd]{display:flex;gap:.75rem}.feature-icon[data-v-32b988dd]{color:#4f46e5;flex-shrink:0;height:1.25rem;margin-top:.25rem;width:1.25rem}.feature-title[data-v-32b988dd]{color:#111827;font-weight:600}.section-title[data-v-32b988dd]{color:#111827;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-top:4rem}.final-paragraph[data-v-32b988dd]{margin-top:1.5rem}@media(min-width:640px){.main-section[data-v-32b988dd]{padding:8rem 1.5rem}.main-title[data-v-32b988dd]{font-size:3rem}.main-image[data-v-32b988dd]{width:57rem}}@media(min-width:1024px){.main-section[data-v-32b988dd]{overflow:visible}.content-grid[data-v-32b988dd]{align-items:start;gap:2.5rem 2rem;grid-template-columns:1fr 1fr;margin:0;max-width:none;width:100%}.header-section[data-v-32b988dd]{grid-column:1;grid-row:1;max-width:100%;padding:0 2rem;width:100%}.header-content[data-v-32b988dd]{max-width:100%;padding-right:0}.image-container[data-v-32b988dd]{align-self:start;grid-column:2;grid-row:1/span 2;margin:0;padding:0;position:sticky;top:1rem;width:100%}.content-section[data-v-32b988dd],.main-image[data-v-32b988dd]{max-width:100%;width:100%}.content-section[data-v-32b988dd]{grid-column:1;grid-row:2;padding:0 2rem}.content-text[data-v-32b988dd]{max-width:100%;padding-right:0}.content-text .section-title[data-v-32b988dd]:first-child{margin-top:0}}.content-section[data-v-2174f809]{isolation:isolate;margin-bottom:2rem;margin-top:2rem;overflow:hidden;position:relative}.content-section .content-container[data-v-2174f809]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin:0 auto;max-width:42rem;padding:0 1rem}.intro-label[data-v-2174f809]{color:#4f46e5;font-size:1rem;font-weight:600;line-height:1.625}.main-title[data-v-2174f809]{color:#111827;font-size:2.25rem;font-weight:600;letter-spacing:-.025em;line-height:1em;margin-top:.5rem;text-wrap:pretty}@media(min-width:640px){.main-title[data-v-2174f809]{font-size:3rem}}.main-description[data-v-2174f809]{color:#374151;font-size:1.25rem;line-height:2rem;margin-top:1.5rem}.content-body[data-v-2174f809]{color:#4b5563;font-size:1rem;line-height:1.625}.features-list[data-v-2174f809]{list-style:none;margin-top:2rem}.features-list .feature-item[data-v-2174f809]{display:flex;gap:.75rem}.features-list .feature-item[data-v-2174f809]:not(:last-child){margin-bottom:2rem}.feature-icon[data-v-2174f809]{color:#4f46e5;flex:none;height:1.25rem;margin-top:.25rem;width:1.25rem}.feature-title[data-v-2174f809]{color:#111827;font-weight:600}.content-paragraph[data-v-2174f809]{margin-top:2rem}.section-title[data-v-2174f809]{color:#111827;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-top:4rem}.section-description[data-v-2174f809]{margin-top:1.5rem}.testimonial[data-v-2174f809]{background-color:#f9fafb;border-left:4px solid #4f46e5;margin-top:2rem;padding:1.5rem}.testimonial-quote[data-v-2174f809]{color:#111827;font-weight:600}.testimonial-quote p[data-v-2174f809]{font-style:italic}.testimonial-author[data-v-2174f809]{align-items:center;display:flex;gap:.75rem;margin-top:1.5rem}.author-avatar[data-v-2174f809]{border-radius:50%;height:3rem;-o-object-fit:cover;object-fit:cover;width:3rem}.author-info[data-v-2174f809]{font-size:.875rem}.author-name[data-v-2174f809]{color:#111827;font-weight:600}.hero-image[data-v-2174f809]{margin-top:4rem}.hero-img[data-v-2174f809]{background-color:#111827;border:1px solid rgba(156,163,175,.1);border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%}.hero-caption[data-v-2174f809]{align-items:center;color:#4b5563;display:flex;font-size:.875rem;gap:.75rem;margin-top:1.5rem}.caption-icon[data-v-2174f809]{color:#4f46e5;flex:none;height:1rem;width:1rem}.final-section[data-v-2174f809]{margin-top:4rem}.final-title[data-v-2174f809]{color:#111827;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.final-description[data-v-2174f809]{margin-top:1.5rem}.final-description[data-v-2174f809],.final-paragraph[data-v-2174f809]{color:#4b5563;font-size:1rem;line-height:1.625}.final-paragraph[data-v-2174f809]{margin-top:2rem}.text-pretty[data-v-2174f809]{text-wrap:pretty}.tracking-tight[data-v-2174f809]{letter-spacing:-.025em}@media(prefers-color-scheme:dark){.content-section[data-v-2174f809]{background-color:#1f2937}.author-name[data-v-2174f809],.feature-title[data-v-2174f809],.final-title[data-v-2174f809],.main-title[data-v-2174f809],.section-title[data-v-2174f809]{color:#f9fafb}.content-body[data-v-2174f809],.final-description[data-v-2174f809],.final-paragraph[data-v-2174f809],.hero-caption[data-v-2174f809],.main-description[data-v-2174f809],.section-description[data-v-2174f809]{color:#d1d5db}.testimonial[data-v-2174f809]{background-color:#374151}}.bento-container[data-v-fcba6cb5]{background-color:#f9fafb;padding:6rem 0}@media(min-width:640px){.bento-container[data-v-fcba6cb5]{padding:8rem 0}}.bento-wrapper[data-v-fcba6cb5]{margin:0 auto;max-width:42rem;padding:0 1.5rem}@media(min-width:1024px){.bento-wrapper[data-v-fcba6cb5]{max-width:80rem;padding:0 2rem}}.bento-grid[data-v-fcba6cb5]{display:grid;gap:1rem;grid-auto-rows:minmax(200px,auto);margin-top:2.5rem}@media(min-width:640px){.bento-grid[data-v-fcba6cb5]{margin-top:4rem}}@media(min-width:1024px){.bento-grid[data-v-fcba6cb5]{grid-auto-rows:minmax(250px,auto);grid-template-columns:repeat(3,1fr)}}.bento-card[data-v-fcba6cb5]{position:relative}.bento-card-bg[data-v-fcba6cb5]{background-color:#fff;border-radius:.5rem;top:1px;right:1px;bottom:1px;left:1px;position:absolute}.bento-card-bg-image[data-v-fcba6cb5]{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.bento-card-bg-image[data-v-fcba6cb5]:after{background:linear-gradient(180deg,#fffffff2 0,#ffffffe0 55%,#ffffff80);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;position:absolute}@media(min-width:1024px){.bento-card-bg-left[data-v-fcba6cb5]{border-bottom-left-radius:2rem;border-top-left-radius:2rem}}@media(max-width:1023px){.bento-card-bg-top[data-v-fcba6cb5]{border-top-left-radius:2rem;border-top-right-radius:2rem}.bento-card-bg-right[data-v-fcba6cb5]{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}}@media(min-width:1024px){.bento-card-bg-right[data-v-fcba6cb5]{border-bottom-right-radius:2rem;border-top-right-radius:2rem}}.bento-card-content[data-v-fcba6cb5]{border-radius:calc(.5rem + 1px);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}@media(min-width:1024px){.bento-card-content-left[data-v-fcba6cb5]{border-bottom-left-radius:calc(2rem + 1px);border-top-left-radius:calc(2rem + 1px)}}@media(max-width:1023px){.bento-card-content-top[data-v-fcba6cb5]{border-top-left-radius:calc(2rem + 1px);border-top-right-radius:calc(2rem + 1px)}.bento-card-content-right[data-v-fcba6cb5]{border-bottom-left-radius:calc(2rem + 1px);border-bottom-right-radius:calc(2rem + 1px)}}@media(min-width:1024px){.bento-card-content-right[data-v-fcba6cb5]{border-bottom-right-radius:calc(2rem + 1px);border-top-right-radius:calc(2rem + 1px)}}.bento-card-text[data-v-fcba6cb5]{padding:2rem}@media(min-width:640px){.bento-card-text[data-v-fcba6cb5]{padding:2.5rem}}.bento-card-image[data-v-fcba6cb5]{padding:2rem}@media(min-width:640px){.bento-card-image[data-v-fcba6cb5]{padding:2.5rem 2.5rem 0}}.bento-card-title[data-v-fcba6cb5]{color:#030712;font-size:1.125rem;font-weight:500;letter-spacing:-.025em;margin-top:.5rem}@media(max-width:1023px){.bento-card-title[data-v-fcba6cb5]{text-align:center}}.bento-card-description[data-v-fcba6cb5]{color:#4b5563;font-size:.875rem;line-height:1.5;margin-top:.5rem;max-width:32rem}@media(max-width:1023px){.bento-card-description[data-v-fcba6cb5]{text-align:center}}.bento-card-outline[data-v-fcba6cb5]{border-radius:.5rem;box-shadow:0 1px 2px #0000000d;top:1px;right:1px;bottom:1px;left:1px;outline:1px solid rgba(0,0,0,.05);pointer-events:none;position:absolute}@media(min-width:1024px){.bento-card-outline-left[data-v-fcba6cb5]{border-bottom-left-radius:2rem;border-top-left-radius:2rem}}@media(max-width:1023px){.bento-card-outline-top[data-v-fcba6cb5]{border-top-left-radius:2rem;border-top-right-radius:2rem}.bento-card-outline-right[data-v-fcba6cb5]{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}}@media(min-width:1024px){.bento-card-outline-right[data-v-fcba6cb5]{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.bento-card-mobile[data-v-fcba6cb5]{grid-row:span 2}}.bento-mobile-container[data-v-fcba6cb5]{flex-grow:1;min-height:30rem;position:relative;width:100%}@media(max-width:1023px){.bento-mobile-container[data-v-fcba6cb5]{margin:0 auto;max-width:24rem}}.bento-mobile-device[data-v-fcba6cb5]{background-color:#111827;border-left:12px solid #374151;border-right:12px solid #374151;border-top:12px solid #374151;border-top-left-radius:48px;border-top-right-radius:48px;inset-inline:2.5rem;bottom:0;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;position:absolute;top:2.5rem}.bento-mobile-image[data-v-fcba6cb5]{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}@media(max-width:1023px){.bento-card-performance[data-v-fcba6cb5]{grid-row-start:1}}.bento-performance-container[data-v-fcba6cb5]{align-items:center;display:flex;flex:1;justify-content:center;padding:0 2rem}@media(max-width:1023px){.bento-performance-container[data-v-fcba6cb5]{padding-bottom:3rem;padding-top:2.5rem}}@media(min-width:640px){.bento-performance-container[data-v-fcba6cb5]{padding:0 2.5rem}}@media(min-width:1024px){.bento-performance-container[data-v-fcba6cb5]{padding-bottom:.5rem}}.bento-performance-image[data-v-fcba6cb5]{display:block;height:auto;max-width:100%;width:100%}@media(max-width:1023px){.bento-performance-image[data-v-fcba6cb5]{max-width:20rem}.bento-card-security[data-v-fcba6cb5]{grid-row-start:3}}@media(min-width:1024px){.bento-card-security[data-v-fcba6cb5]{grid-column-start:2;grid-row-start:2}}.bento-security-container[data-v-fcba6cb5]{align-items:center;display:flex;flex:1}@media(max-width:1023px){.bento-security-container[data-v-fcba6cb5]{padding:1.5rem 0}}@media(min-width:1024px){.bento-security-container[data-v-fcba6cb5]{padding-bottom:.5rem}}.bento-security-image[data-v-fcba6cb5]{display:block;height:min(152px,40cqw);max-width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:1024px){.bento-card-api[data-v-fcba6cb5]{grid-row:span 2}}.bento-api-container[data-v-fcba6cb5]{flex-grow:1;min-height:30rem;position:relative;width:100%}.bento-api-window[data-v-fcba6cb5]{background-color:#111827;border-top-left-radius:.75rem;bottom:0;box-shadow:0 25px 50px -12px #00000040;left:2.5rem;outline:1px solid hsla(0,0%,100%,.1);overflow:hidden;position:absolute;right:0;top:2.5rem}.bento-api-tabs[data-v-fcba6cb5]{background-color:#111827;display:flex;outline:1px solid hsla(0,0%,100%,.05)}.bento-api-tab[data-v-fcba6cb5]{color:#9ca3af;display:flex;font-size:.875rem;font-weight:500;line-height:1.5;margin-bottom:-1px}.bento-api-tab-active[data-v-fcba6cb5]{background-color:#ffffff0d;border-bottom:1px solid hsla(0,0%,100%,.2);border-right:1px solid hsla(0,0%,100%,.1);color:#fff;padding:.5rem 1rem}.bento-api-tab[data-v-fcba6cb5]:not(.bento-api-tab-active){border-right:1px solid rgba(96,96,96,.1);padding:.5rem 1rem}.bento-api-content[data-v-fcba6cb5]{padding:1.5rem 1.5rem 3.5rem}table.tx-table[data-v-fcba6cb5]{width:100%}table.tx-table td[data-v-fcba6cb5],table.tx-table th[data-v-fcba6cb5]{text-align:right}@media(min-width:1024px){.bento-card-medium[data-v-fcba6cb5],.bento-card-small[data-v-fcba6cb5]{grid-column:span 1}.bento-card-large[data-v-fcba6cb5]{grid-column:span 2}}.bento-card-highlight[data-v-fcba6cb5]{position:relative}.bento-card-highlight .bento-card-bg[data-v-fcba6cb5]{background:color-mix(in srgb,var(--primary-color,#4f46e5) 6%,#fff)}.bento-card-highlight[data-v-fcba6cb5]:before{background:var(--primary-color,#4f46e5);border-radius:.5rem;content:"";top:0;right:0;bottom:0;left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;position:absolute}.bento-card-highlight .bento-card-title[data-v-fcba6cb5]{color:var(--primary-color,#4f46e5);font-weight:600}.bento-card-has-bg .bento-card-title[data-v-fcba6cb5]{color:#030712;text-shadow:0 1px 1px hsla(0,0%,100%,.95)}.bento-card-has-bg .bento-card-description[data-v-fcba6cb5]{color:#111827;text-shadow:0 1px 1px hsla(0,0%,100%,.95)}.bento-card-has-bg .bento-card-icon[data-v-fcba6cb5]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd9;box-shadow:0 1px 3px #00000014}.bento-card-link[data-v-fcba6cb5]{color:inherit;cursor:pointer;display:block;text-decoration:none;transition:transform .2s ease}.bento-card-link[data-v-fcba6cb5]:hover{transform:translateY(-4px)}.bento-card-link:hover .bento-card-cta .material-symbols-outlined[data-v-fcba6cb5]{transform:translate(5px)}.bento-card-cta[data-v-fcba6cb5]{margin-top:1rem}@media(max-width:1023px){.bento-card-cta[data-v-fcba6cb5]{display:flex;width:100%}}.bento-card-icon[data-v-fcba6cb5]{align-items:center;background:color-mix(in srgb,var(--primary-color,#4f46e5) 12%,transparent);border-radius:.5rem;display:flex;height:3rem;justify-content:center;margin-bottom:1rem;width:3rem}@media(max-width:1023px){.bento-card-icon[data-v-fcba6cb5]{margin-left:auto;margin-right:auto}}.bento-card-icon .material-icons[data-v-fcba6cb5]{color:var(--primary-color,#4f46e5);font-size:1.5rem}@media(max-width:480px){.hidden-xs[data-v-303baa4b]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-303baa4b]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-303baa4b]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-303baa4b]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-303baa4b]{display:none!important}}.carousel-section[data-v-303baa4b]{background-color:#3b82f6;color:#fff;overflow:hidden;padding:5rem 0 7rem;position:relative}@media(min-width:640px){.carousel-section[data-v-303baa4b]{padding:8rem 0}}.container[data-v-303baa4b]{margin:0 auto;max-width:1200px;padding:0 1rem;position:relative}@media(min-width:640px){.container[data-v-303baa4b]{padding:0 1.5rem}}@media(min-width:1024px){.container[data-v-303baa4b]{padding:0 2rem}}.header[data-v-303baa4b]{margin:0 auto;max-width:42rem;text-align:center}@media(min-width:768px){.header[data-v-303baa4b]{margin:0 auto;text-align:center}}@media(min-width:1280px){.header[data-v-303baa4b]{max-width:none}}.header h2[data-v-303baa4b]{color:#fff;font-size:1.875rem;font-weight:600;letter-spacing:-.025em;line-height:2.25rem;margin-bottom:1.5rem}@media(min-width:640px){.header h2[data-v-303baa4b]{font-size:2.25rem;line-height:2.5rem}}@media(min-width:768px){.header h2[data-v-303baa4b]{font-size:3rem;line-height:1}}.header p[data-v-303baa4b]{color:#bfdbfe;font-size:1.125rem;letter-spacing:-.025em;line-height:1.75rem;margin-bottom:0}.carousel-content[data-v-303baa4b]{align-items:center;display:grid;gap:.5rem;grid-template-columns:1fr;margin-top:4rem;padding-top:2.5rem}@media(min-width:640px){.carousel-content[data-v-303baa4b]{gap:1.5rem}}@media(min-width:768px){.carousel-content[data-v-303baa4b]{margin-top:5rem}}@media(min-width:1024px){.carousel-content[data-v-303baa4b]{gap:0;grid-template-columns:5fr 7fr;padding-top:0}}.tabs-container[data-v-303baa4b]{display:flex;margin:0;overflow:visible;padding-bottom:0}@media(min-width:1024px){.tabs-container[data-v-303baa4b]{display:block;width:100%}}.tabs[data-v-303baa4b]{display:flex;gap:1rem;margin:0 auto;padding:0;position:relative;white-space:nowrap;z-index:10}@media(min-width:1024px){.tabs[data-v-303baa4b]{display:block;gap:0;margin:0;white-space:normal;width:100%}}.tab-item[data-v-303baa4b]{border-radius:9999px;cursor:pointer;padding:.25rem 1rem;position:relative;transition:background-color .3s;width:-moz-fit-content;width:fit-content}@media(min-width:1024px){.tab-item[data-v-303baa4b]{border-radius:0;border-bottom-left-radius:.75rem;border-top-left-radius:.75rem;padding:1.5rem}}.tab-item[data-v-303baa4b]:hover{background-color:#ffffff1a}@media(min-width:1024px){.tab-item[data-v-303baa4b]:hover{background-color:#ffffff0d}}.tab-item:hover .tab-description[data-v-303baa4b]{color:#fff}.tab-item.active[data-v-303baa4b]{background-color:#fff}@media(min-width:1024px){.tab-item.active[data-v-303baa4b]{background-color:#ffffff1a;position:relative}.tab-item.active[data-v-303baa4b]:after{background-color:#ffffff1a;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}}.tab-item.active button[data-v-303baa4b]{color:#3b82f6}@media(min-width:1024px){.tab-item.active button[data-v-303baa4b]{color:#fff}}.tab-item.active .tab-description[data-v-303baa4b]{color:#fff}.tab-item h3[data-v-303baa4b]{margin:0}.tab-item h3 button[data-v-303baa4b]{background:none;border:none;color:#bfdbfe;cursor:pointer;font-size:1.125rem;font-weight:600;line-height:1.75rem;padding:0;position:relative;transition:color .3s}.tab-item h3 button[data-v-303baa4b]:hover{color:#fff}.tab-item h3 button .tab-background[data-v-303baa4b]{border-radius:9999px;top:0;right:0;bottom:0;left:0;position:absolute}@media(min-width:1024px){.tab-item h3 button .tab-background[data-v-303baa4b]{border-bottom-left-radius:.75rem;border-bottom-right-radius:0;border-top-left-radius:.75rem;border-top-right-radius:0}}.tab-item .tab-description[data-v-303baa4b]{color:#bfdbfe;display:none;font-size:.875rem;line-height:1.25rem;margin-top:.5rem;transition:color .3s}@media(min-width:1024px){.tab-item .tab-description[data-v-303baa4b]{display:block}}.panels-container[data-v-303baa4b]{height:100%;position:relative}.panel[data-v-303baa4b]{align-items:center;display:flex;height:100%;width:100%}.mobile-description[data-v-303baa4b]{display:block;padding:0 1.5rem;position:relative}@media(min-width:1024px){.mobile-description[data-v-303baa4b]{display:none}.mobile-description[data-v-303baa4b]:before{content:"";position:absolute;inset-x:-1rem;background-color:#ffffff1a;border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem .75rem 0 0;bottom:-4.25rem;top:-6.5rem}}@media(min-width:1024px)and (min-width:640px){.mobile-description[data-v-303baa4b]{inset-x:0}}.mobile-description p[data-v-303baa4b]{color:#fff;font-size:1rem;line-height:1.5rem;margin:0 auto;max-width:42rem;position:relative;text-align:center}.panel-image[data-v-303baa4b]{background-color:#f8fafc;border-radius:0 .75rem .75rem 0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-top:2.5rem;overflow:hidden;width:auto}@media(min-width:1024px){.panel-image[data-v-303baa4b]{margin-left:auto;margin-top:0;max-width:67.8125rem;width:100%}.panel-image.cover[data-v-303baa4b]{height:100%}.panel-image.cover img[data-v-303baa4b]{height:100%;-o-object-fit:cover;object-fit:cover}}.panel-image .image[data-v-303baa4b]{display:block;height:auto;width:100%}@media(max-width:480px){.hidden-xs[data-v-fe26fecc]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-fe26fecc]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-fe26fecc]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-fe26fecc]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-fe26fecc]{display:none!important}}.kit[data-v-fe26fecc]{width:100%}.kit .kit__inner[data-v-fe26fecc]{background:#fff;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 20px 50px #1018280f;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2.5rem}@media(max-width:768px){.kit .kit__inner[data-v-fe26fecc]{border-radius:16px;padding:1.25rem}}.kit__head[data-v-fe26fecc]{margin:0 auto 2rem;max-width:640px;text-align:center}.kit__head .kit__eyebrow[data-v-fe26fecc]{align-items:center;background:color-mix(in srgb,var(--primary-color) 10%,transparent);border-radius:999px;color:var(--primary-color);display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;letter-spacing:.06em;margin-bottom:1rem;padding:6px 12px;text-transform:uppercase}.kit__head .kit__eyebrow .material-symbols-outlined[data-v-fe26fecc]{font-size:16px}.kit__head .kit__title[data-v-fe26fecc]{margin:0 0 .5rem}.kit__head .kit__subtitle[data-v-fe26fecc]{color:var(--primary-text-color);font-size:1rem;line-height:1.6;margin:0}.kit__builder[data-v-fe26fecc]{align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1fr 380px}@media(min-width:769px)and (max-width:1024px){.kit__builder[data-v-fe26fecc]{grid-template-columns:1fr}}.kit__preview[data-v-fe26fecc]{align-items:center;background:radial-gradient(120% 120% at 50% 0,#fff 0,var(--soft-background-color) 100%);border:1px solid var(--border-color);border-radius:16px;display:flex;justify-content:center;min-height:380px;overflow:hidden;padding:2rem;position:relative}.kit__preview .kit__preview-badge[data-v-fe26fecc]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:1px solid var(--border-color);border-radius:999px;color:var(--primary-text-color);display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;left:14px;padding:5px 10px;position:absolute;top:14px}.kit__preview .kit__preview-badge .material-symbols-outlined[data-v-fe26fecc]{color:var(--primary-color);font-size:15px}.product-area[data-v-fe26fecc]{max-width:600px;min-height:320px;position:relative;width:100%}.product-item[data-v-fe26fecc]{border-radius:12px;box-sizing:border-box;position:absolute;transition:border-color .25s ease,background-color .25s ease,filter .25s ease}.product-item .product-item__img[data-v-fe26fecc]{height:100%;top:0;right:0;bottom:0;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1);width:100%}.product-item .product-item__ghost-label[data-v-fe26fecc]{color:var(--primary-text-color);font-size:.75rem;top:0;right:0;bottom:0;left:0;line-height:1.2;padding:6px;text-align:center;transition:opacity .25s ease}.product-item .product-item__badge[data-v-fe26fecc],.product-item .product-item__ghost-label[data-v-fe26fecc]{align-items:center;box-sizing:border-box;display:flex;justify-content:center;position:absolute}.product-item .product-item__badge[data-v-fe26fecc]{background:var(--primary-color);border-radius:999px;box-shadow:0 2px 6px #10182833;color:#fff;font-size:.72rem;font-weight:800;height:22px;line-height:1;min-width:22px;padding:0 6px;right:-8px;top:-8px;z-index:5}.product-item.is-on[data-v-fe26fecc]{border:2px solid transparent;filter:drop-shadow(0 12px 24px rgba(16,24,40,.14))}.product-item.is-on .product-item__img[data-v-fe26fecc]{opacity:1;transform:scale(1)}.product-item.is-on .product-item__ghost-label[data-v-fe26fecc]{opacity:0}.product-item.is-off[data-v-fe26fecc]{background:color-mix(in srgb,var(--primary-color) 3%,transparent);border:2px dashed color-mix(in srgb,var(--primary-color) 35%,#c7cdda)}.product-item.is-off .product-item__img[data-v-fe26fecc]{opacity:0;transform:scale(.85)}.product-item.is-off .product-item__ghost-label[data-v-fe26fecc]{opacity:.85}.ecran-tactile[data-v-fe26fecc]{bottom:60px;height:120px;left:210px;width:180px;z-index:4}.tiroir-caisse[data-v-fe26fecc]{bottom:10px;height:150px;left:200px;width:200px;z-index:3}.tpe-bancaire[data-v-fe26fecc]{bottom:10px;height:150px;left:450px;width:80px;z-index:2}.imprimante[data-v-fe26fecc]{bottom:10px;height:120px;left:10px;width:140px;z-index:2}.pad-commande[data-v-fe26fecc]{bottom:150px;height:150px;left:10px;width:100px;z-index:2}@media(min-width:769px)and (max-width:1024px){.product-area[data-v-fe26fecc]{transform:scale(.85);transform-origin:center bottom}}@media(max-width:768px){.product-area[data-v-fe26fecc]{transform:scale(.65)}}.kit__options[data-v-fe26fecc]{display:flex;flex-direction:column;gap:.6rem}.kit__options-head[data-v-fe26fecc]{align-items:baseline;color:var(--primary-heading-color);display:flex;font-weight:700;justify-content:space-between;margin-bottom:.2rem}.kit__options-head .kit__count[data-v-fe26fecc]{color:var(--primary-color);font-size:.8rem;font-weight:600}.opt[data-v-fe26fecc]{align-items:center;background:#fff;border:1.5px solid var(--border-color);border-radius:12px;display:flex;gap:.85rem;padding:.9rem 1rem;text-align:left;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;width:100%}.opt[data-v-fe26fecc]:hover{border-color:color-mix(in srgb,var(--primary-color) 40%,var(--border-color))}.opt .opt__icon[data-v-fe26fecc]{align-items:center;background:color-mix(in srgb,var(--primary-color) 9%,transparent);border-radius:10px;color:var(--primary-color);display:flex;flex-shrink:0;font-size:22px;height:42px;justify-content:center;transition:all .2s ease;width:42px}.opt .opt__text[data-v-fe26fecc]{display:flex;flex:1;flex-direction:column;min-width:0}.opt .opt__label[data-v-fe26fecc]{color:var(--primary-heading-color);font-size:.95rem;font-weight:600}.opt .opt__desc[data-v-fe26fecc]{color:var(--primary-text-color);font-size:.8rem;line-height:1rem}.opt .opt__checkbox[data-v-fe26fecc]{align-items:center;background:transparent;border:none;border-radius:8px;color:#b7bdca;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:color .2s ease,background-color .2s ease;width:36px}.opt .opt__checkbox .material-symbols-outlined[data-v-fe26fecc]{font-size:24px}.opt .opt__checkbox[data-v-fe26fecc]:hover{background:color-mix(in srgb,var(--primary-color) 8%,transparent);color:var(--primary-color)}.opt .stepper[data-v-fe26fecc]{align-items:center;background:#fff;border:1.5px solid color-mix(in srgb,var(--primary-color) 30%,var(--border-color));border-radius:999px;display:inline-flex;flex-shrink:0;gap:2px;padding:3px}.opt .stepper .stepper__btn[data-v-fe26fecc]{align-items:center;background:transparent;border:none;border-radius:50%;color:var(--primary-color);cursor:pointer;display:flex;height:28px;justify-content:center;transition:background-color .15s ease,opacity .15s ease;width:28px}.opt .stepper .stepper__btn .material-symbols-outlined[data-v-fe26fecc]{font-size:18px}.opt .stepper .stepper__btn[data-v-fe26fecc]:hover{background:color-mix(in srgb,var(--primary-color) 12%,transparent)}.opt .stepper .stepper__btn[data-v-fe26fecc]:disabled{background:transparent;cursor:default;opacity:.35}.opt .stepper .stepper__btn--dec.is-trash[data-v-fe26fecc]{color:var(--error-color)}.opt .stepper .stepper__btn--dec.is-trash[data-v-fe26fecc]:hover{background:color-mix(in srgb,var(--error-color) 12%,transparent)}.opt .stepper .stepper__qty[data-v-fe26fecc]{color:var(--primary-heading-color);font-size:.9rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:22px;text-align:center}.opt.opt--on[data-v-fe26fecc]{background:color-mix(in srgb,var(--primary-color) 5%,#fff);border-color:var(--primary-color);box-shadow:0 6px 16px color-mix(in srgb,var(--primary-color) 12%,transparent)}.opt.opt--on .opt__icon[data-v-fe26fecc]{background:var(--primary-color);color:#fff}.kit__form[data-v-fe26fecc]{border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem}.kit__form-title[data-v-fe26fecc]{color:var(--primary-heading-color);font-size:1.25rem;font-weight:700;margin:0}.kit__grid[data-v-fe26fecc]{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.kit__grid.kit__grid--2[data-v-fe26fecc]{grid-template-columns:repeat(2,1fr)}.kit__grid.kit__grid--3[data-v-fe26fecc]{grid-template-columns:repeat(3,1fr)}}.field[data-v-fe26fecc]{display:flex;flex-direction:column;gap:6px}.field label[data-v-fe26fecc]{color:var(--primary-heading-color);font-size:.85rem;font-weight:600}.field label .req[data-v-fe26fecc]{color:var(--primary-color)}.field input[data-v-fe26fecc],.field select[data-v-fe26fecc]{background:#fff;border:1.5px solid var(--border-color);border-radius:10px;box-sizing:border-box;color:var(--primary-heading-color);font-family:inherit;font-size:.95rem;outline:none;padding:.7rem .85rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.field input[data-v-fe26fecc]::-moz-placeholder,.field select[data-v-fe26fecc]::-moz-placeholder{color:#a0a6ab}.field input[data-v-fe26fecc]::placeholder,.field select[data-v-fe26fecc]::placeholder{color:#a0a6ab}.field input[data-v-fe26fecc]:focus,.field select[data-v-fe26fecc]:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 18%,transparent)}.kit__error[data-v-fe26fecc]{align-items:center;color:var(--error-color);display:flex;font-size:.9rem;gap:6px;margin:0}.kit__error .material-symbols-outlined[data-v-fe26fecc]{font-size:18px}.kit__actions[data-v-fe26fecc]{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.kit__actions .button .spin[data-v-fe26fecc]{animation:kit-spin-fe26fecc .9s linear infinite}.kit__success[data-v-fe26fecc]{background:var(--success-bg,#f7fff9);border:1px solid var(--success-border,rgba(21,190,83,.15));border-radius:16px;margin-top:2rem;padding:2.5rem 1.5rem;text-align:center}.kit__success .kit__success-icon[data-v-fe26fecc]{color:var(--green,#15be53);font-size:56px}.kit__success h3[data-v-fe26fecc]{color:var(--primary-heading-color);font-size:1.4rem;margin:.5rem 0 .4rem}.kit__success p[data-v-fe26fecc]{color:var(--primary-text-color);line-height:1.6;margin:0;margin-inline:auto;max-width:440px}.kit__success .button[data-v-fe26fecc]{margin-top:1.5rem}@keyframes kit-spin-fe26fecc{to{transform:rotate(1turn)}}@media(max-width:480px){.hidden-xs[data-v-a409cba5]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-a409cba5]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-a409cba5]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-a409cba5]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-a409cba5]{display:none!important}}.testimonials-container[data-v-a409cba5]{margin-top:30px;max-width:100vw;overflow:hidden}.testimonials-row[data-v-a409cba5]{animation-iteration-count:infinite;animation-timing-function:linear;display:flex;gap:20px;margin-bottom:30px}.testimonials-row[data-v-a409cba5]:first-child{animation:scrollLeft1-a409cba5 200s linear infinite}.testimonials-row[data-v-a409cba5]:last-child{animation:scrollLeft2-a409cba5 300s linear infinite}.testimonial-card[data-v-a409cba5]{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;flex-shrink:0;gap:16px;max-width:350px;min-width:350px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card[data-v-a409cba5]:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.testimonial-header[data-v-a409cba5]{align-items:center;display:flex;gap:16px}.testimonial-avatar[data-v-a409cba5]{border:3px solid #f0f0f0;border-radius:50%;height:60px;-o-object-fit:cover;object-fit:cover;width:60px}.testimonial-info h3[data-v-a409cba5]{color:#333;font-size:18px;font-weight:600;margin-bottom:4px}.testimonial-info .role[data-v-a409cba5]{color:#666;font-size:14px}.testimonial-text[data-v-a409cba5]{color:#555;font-size:16px;font-style:italic;line-height:1.6;position:relative}.testimonial-rating[data-v-a409cba5]{display:flex;gap:4px;margin-top:auto}.star[data-v-a409cba5]{color:gold;font-size:18px}.star.empty[data-v-a409cba5]{color:#ddd}@keyframes scrollLeft1-a409cba5{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLeft2-a409cba5{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-row[data-v-a409cba5]{width:-moz-fit-content;width:fit-content}@media(max-width:768px){.testimonial-card[data-v-a409cba5]{max-width:280px;min-width:280px;padding:20px}}.section-title[data-v-a409cba5]{color:#fff;font-size:32px;font-weight:300;margin-bottom:40px;text-align:center}.testimonial[data-v-a409cba5]{align-items:flex-start;background-color:#fff;border-radius:var(--border-radius);box-sizing:border-box;display:inline-block;flex-direction:column;justify-content:space-between;min-width:350px;padding:2rem}@media(max-width:768px){.testimonial[data-v-a409cba5]{min-width:250px;padding:1rem}.testimonial .comment[data-v-a409cba5]{font-size:.6rem;line-height:1rem}}.testimonial.small[data-v-a409cba5]{padding:1rem}.testimonial.small .comment[data-v-a409cba5]{font-size:.6rem;font-style:italic;line-height:1rem}.testimonial.small .bottom[data-v-a409cba5]{margin-top:12px}.testimonial.small .bottom .client-infos .data .company[data-v-a409cba5],.testimonial.small .bottom .client-infos .data .name[data-v-a409cba5]{font-size:.6rem;line-height:1.5rem}.testimonial[data-v-a409cba5]:hover{transform:translateY(-5px);transition:transform .3s ease-in-out}.testimonial .bottom[data-v-a409cba5]{display:flex;gap:.75rem;margin-top:1rem}@media(max-width:768px){.testimonial .bottom[data-v-a409cba5]{flex-direction:column}}.testimonial .bottom .client-infos[data-v-a409cba5]{align-items:center;display:flex;flex-grow:2;gap:.75rem}.testimonial .bottom .client-infos .image[data-v-a409cba5]{background:red}.testimonial .bottom .client-infos .image[data-v-a409cba5],.testimonial .bottom .client-infos img[data-v-a409cba5]{border-radius:50%;flex-shrink:0;height:36px;width:36px}.testimonial .bottom .client-infos .data[data-v-a409cba5]{display:flex;flex-direction:column;gap:.5rem}.testimonial .bottom .client-infos .data .name[data-v-a409cba5]{align-items:center;display:flex;font-size:.8rem;gap:4px}@media(max-width:768px){.testimonial .bottom .client-infos .data .name[data-v-a409cba5]{font-size:.6rem;line-height:.8rem}}.testimonial .bottom .client-infos .data .name img[data-v-a409cba5]{height:14px;width:14px}.testimonial .bottom .client-infos .data .company[data-v-a409cba5]{font-size:.8rem;font-weight:500;margin-top:-.5rem}@media(max-width:768px){.testimonial .bottom .client-infos .data .company[data-v-a409cba5]{font-size:.6rem;line-height:.8rem}}.testimonial .bottom .stars[data-v-a409cba5]{align-items:center;display:flex;flex-grow:0;gap:.1rem}.testimonial .bottom .stars img[data-v-a409cba5]{filter:invert(66%) sepia(57%) saturate(1580%) hue-rotate(9deg) brightness(103%) contrast(97%);height:12px}@media(max-width:480px){.hidden-xs[data-v-489b1a33]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-489b1a33]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-489b1a33]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-489b1a33]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-489b1a33]{display:none!important}}.features-slider-section[data-v-489b1a33]{overflow:visible;padding:4rem 0;width:100%}.features-slider-section .container[data-v-489b1a33]{margin:0 auto;max-width:1400px;padding:0 2rem}.features-slider-section .slider-header[data-v-489b1a33]{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:space-between;margin-bottom:3rem}.features-slider-section .slider-header .header-content[data-v-489b1a33]{flex:1}.features-slider-section .slider-header .header-content .heading-top[data-v-489b1a33]{color:var(--primary-color,#635bff);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.features-slider-section .slider-header .header-content .heading-xl[data-v-489b1a33]{color:var(--text-primary,#1a1a1a);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.features-slider-section .slider-header .header-content .description[data-v-489b1a33]{color:var(--text-secondary,#666);font-size:1.125rem;line-height:1.6;max-width:600px}.features-slider-section .slider-header .navigation-arrows[data-v-489b1a33]{align-items:center;display:flex;gap:.75rem;justify-content:right;width:100%}.features-slider-section .slider-header .navigation-arrows .slider-counter[data-v-489b1a33]{align-items:baseline;color:var(--text-secondary,#666);display:inline-flex;font-size:.9375rem;font-variant-numeric:tabular-nums;font-weight:600;gap:.15rem;justify-content:center;min-width:3.5ch;-webkit-user-select:none;-moz-user-select:none;user-select:none}.features-slider-section .slider-header .navigation-arrows .slider-counter .slider-counter-current[data-v-489b1a33]{color:var(--primary-color,#635bff);font-size:1.125rem;font-weight:700}.features-slider-section .slider-header .navigation-arrows .slider-counter .slider-counter-sep[data-v-489b1a33]{opacity:.5}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]{align-items:center;background:#fff;border:1px solid var(--border-color,#e0e0e0);border-radius:50%;color:var(--text-primary,#1a1a1a);cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.features-slider-section .slider-header .navigation-arrows .arrow-button .material-icons[data-v-489b1a33]{font-size:24px}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]:hover:not(.disabled){background:var(--primary-color,#635bff);border-color:var(--primary-color,#635bff);box-shadow:0 4px 12px #635bff33;color:#fff;transform:scale(1.05)}.features-slider-section .slider-header .navigation-arrows .arrow-button:hover:not(.disabled) .material-icons[data-v-489b1a33]{color:#fff}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]:active:not(.disabled){transform:scale(.98)}.features-slider-section .slider-header .navigation-arrows .arrow-button.disabled[data-v-489b1a33]{border-color:var(--border-color,#e0e0e0);cursor:not-allowed;opacity:.4}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]:focus-visible{outline:2px solid #635bff;outline-offset:2px}.features-slider-section .slider-wrapper[data-v-489b1a33]{position:relative}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]{align-items:center;background:var(--primary-color,#635bff);border:none;border-radius:50%;box-shadow:0 8px 22px #0000002e;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease,box-shadow .3s ease;width:56px;z-index:3}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]:before{animation:arrow-side-pulse-489b1a33 2.4s ease-out infinite;border-radius:50%;box-shadow:0 0 0 0 var(--primary-color,#635bff);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.features-slider-section .slider-wrapper .arrow-side .material-icons[data-v-489b1a33]{color:#fff;font-size:26px}.features-slider-section .slider-wrapper .arrow-side.arrow-side-left[data-v-489b1a33]{left:max(.5rem,(100vw - 1400px)/2 - 20px)}.features-slider-section .slider-wrapper .arrow-side.arrow-side-right[data-v-489b1a33]{right:1rem}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]:hover:not(.disabled){background:var(--primary-hover-color,var(--primary-color,#635bff));box-shadow:0 12px 28px #00000047;transform:translateY(-50%) scale(1.12)}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]:hover:not(.disabled):before{animation:none}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]:active:not(.disabled){transform:translateY(-50%) scale(1.02)}.features-slider-section .slider-wrapper .arrow-side.disabled[data-v-489b1a33]{opacity:0;pointer-events:none}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]:focus-visible{outline:2px solid var(--primary-color,#635bff);outline-offset:2px}.features-slider-section .slider-container[data-v-489b1a33]{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-left:max(2rem,(100vw - 1400px)/2);padding-right:0;scroll-padding-left:max(2rem,(100vw - 1400px)/2);scrollbar-width:none}.features-slider-section .slider-container[data-v-489b1a33]::-webkit-scrollbar{display:none}.features-slider-section .slider-container[data-v-489b1a33]:focus-visible{border-radius:8px;outline:2px solid #635bff;outline-offset:4px}.features-slider-section .slider-container[data-v-489b1a33]:after{content:"";flex:0 0 auto;visibility:hidden;width:80vw}.features-slider-section .slider-card[data-v-489b1a33]{flex:0 0 auto;height:100%;margin:1rem 0;min-width:320px;scroll-snap-align:start;transition:transform .4s cubic-bezier(.165,.84,.44,1);width:calc((100vw - max(4rem,100vw - 1400px + 4rem) - 1.5rem)/var(--desktop-visible, 2.6))}.features-slider-section .slider-card[data-v-489b1a33]:last-child{scroll-snap-align:end}.features-slider-section .slider-card[data-v-489b1a33]:hover{transform:translateY(-8px)}.features-slider-section .slider-card:hover .card-content[data-v-489b1a33]{border-color:var(--primary-color,#635bff);box-shadow:0 20px 40px #00000014}.features-slider-section .slider-card:hover .card-top-image img[data-v-489b1a33]{transform:scale(1.05)}.features-slider-section .slider-card:hover .button-text .icon[data-v-489b1a33]{transform:translate(4px)}.features-slider-section .slider-card .card-content[data-v-489b1a33]{background:#fff;border:1px solid #f0f0f0;border-radius:24px;box-shadow:0 8px 24px #0000000a;cursor:pointer;display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1)}.features-slider-section .slider-card .card-content.selected[data-v-489b1a33]{border:2px solid var(--primary-color,#635bff);box-shadow:0 12px 32px #635bff1a}.features-slider-section .slider-card .card-content .card-background-image[data-v-489b1a33]{bottom:-20px;filter:grayscale(100%);height:140px;opacity:.1;pointer-events:none;position:absolute;right:-20px;transition:all .4s ease;width:140px;z-index:0}.features-slider-section .slider-card .card-content .card-background-image.medium[data-v-489b1a33]{height:200px;width:200px}.features-slider-section .slider-card .card-content .card-background-image.color[data-v-489b1a33]{filter:grayscale(0);opacity:.9}.features-slider-section .slider-card .card-content .card-background-image img[data-v-489b1a33]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.features-slider-section .slider-card .card-content:hover .card-background-image[data-v-489b1a33]{filter:grayscale(0);opacity:.9;transform:scale(1.1) rotate(-5deg)}.features-slider-section .slider-card .card-content:hover .card-background-image.color[data-v-489b1a33]{transform:scale(1.1) rotate(-5deg)}.features-slider-section .slider-card .card-content .card-body[data-v-489b1a33]{display:flex;flex:1;flex-direction:column;padding:1.5rem 2rem 2rem;position:relative;z-index:1}@media(max-width:768px){.features-slider-section .slider-card .card-content .card-body[data-v-489b1a33]{padding:0}}.features-slider-section .slider-card .card-content .card-top-image[data-v-489b1a33]{aspect-ratio:16/10;background:#f8f8f8;overflow:hidden;position:relative;width:100%}.features-slider-section .slider-card .card-content .card-top-image[data-v-489b1a33]:after{background:linear-gradient(0deg,rgba(0,0,0,.2),transparent);bottom:0;content:"";height:30%;left:0;opacity:0;position:absolute;right:0;transition:opacity .3s ease}.features-slider-section .slider-card .card-content .card-top-image img[data-v-489b1a33]{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:100%}.features-slider-section .slider-card .card-content .card-tags[data-v-489b1a33]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.features-slider-section .slider-card .card-content .card-tags .card-tag[data-v-489b1a33]{align-items:center;background:#f5f7ff;border:1px solid rgba(99,91,255,.1);border-radius:100px;color:var(--primary-color,#635bff);display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.35rem .85rem;transition:all .2s ease}.features-slider-section .slider-card .card-content .card-tags .card-tag .material-icons[data-v-489b1a33]{font-size:.875rem;opacity:.8}.features-slider-section .slider-card .card-content .card-title[data-v-489b1a33]{color:var(--text-primary,#1a1a1a);font-size:1.375rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:.75rem}.features-slider-section .slider-card .card-content .card-description[data-v-489b1a33]{color:var(--text-secondary,#555);flex:1;font-size:.9375rem;line-height:1.6;margin-bottom:2rem}.features-slider-section .slider-card .card-content .card-actions[data-v-489b1a33]{margin-top:auto}.features-slider-section .slider-card .card-content .button-text[data-v-489b1a33]{align-items:center;background:transparent;border:none;color:var(--primary-color,#635bff);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:0;transition:color .2s ease}.features-slider-section .slider-card .card-content .button-text .icon[data-v-489b1a33]{font-size:18px;transition:transform .3s ease}.features-slider-section .slider-card .card-content .button-text[data-v-489b1a33]:hover{color:#3228ff}.features-slider-section .slider-indicators[data-v-489b1a33]{margin-top:2rem;text-align:center}.features-slider-section .slider-indicators .sr-only[data-v-489b1a33]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}@media(max-width:1199px){.features-slider-section .slider-card[data-v-489b1a33]{min-width:280px;width:calc((100% - 1.5rem)/var(--tablet-visible, 1.6))}.features-slider-section .slider-header .header-content .heading-xl[data-v-489b1a33]{font-size:2rem}}@media(max-width:767px){.features-slider-section[data-v-489b1a33]{padding:3rem 0}.features-slider-section .container[data-v-489b1a33]{padding:0 1rem}.features-slider-section .slider-header[data-v-489b1a33]{flex-direction:column;gap:1.5rem}.features-slider-section .slider-header .navigation-arrows[data-v-489b1a33]{align-self:flex-end}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]{height:40px;width:40px}.features-slider-section .slider-header .navigation-arrows .arrow-button .material-icons[data-v-489b1a33]{font-size:20px}.features-slider-section .slider-header .header-content .heading-xl[data-v-489b1a33]{font-size:1.75rem}.features-slider-section .slider-header .header-content .description[data-v-489b1a33]{font-size:1rem}.features-slider-section .slider-container[data-v-489b1a33]{padding-left:1rem;padding-right:1rem}.features-slider-section .slider-wrapper .arrow-side[data-v-489b1a33]{height:40px;width:40px}.features-slider-section .slider-wrapper .arrow-side .material-icons[data-v-489b1a33]{font-size:20px}.features-slider-section .slider-wrapper .arrow-side.arrow-side-left[data-v-489b1a33]{left:4px}.features-slider-section .slider-wrapper .arrow-side.arrow-side-right[data-v-489b1a33]{right:4px}.features-slider-section .slider-card[data-v-489b1a33]{min-width:260px;width:calc((100% - .9rem)/var(--mobile-visible, 1.1))}.features-slider-section .slider-card .card-content[data-v-489b1a33]{padding:1.5rem}.features-slider-section .slider-card .card-content .card-top-image[data-v-489b1a33]{aspect-ratio:16/9;margin:-1.5rem -1.5rem 1rem}.features-slider-section .slider-card .card-content .card-title[data-v-489b1a33]{font-size:1.25rem}.features-slider-section .slider-card .card-content .card-description[data-v-489b1a33]{font-size:.9375rem}}@media(min-width:1800px){.features-slider-section .slider-card[data-v-489b1a33]{width:calc(23.25581% - .13953rem)}}@media(max-width:480px){.features-slider-section .slider-card[data-v-489b1a33]{width:calc(76.92308% - .46154rem)}}@keyframes arrow-side-pulse-489b1a33{0%{box-shadow:0 0 color-mix(in srgb,var(--primary-color,#635bff) 45%,transparent)}70%{box-shadow:0 0 0 14px color-mix(in srgb,var(--primary-color,#635bff) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--primary-color,#635bff) 0%,transparent)}}@media(prefers-reduced-motion:reduce){.features-slider-section .arrow-side[data-v-489b1a33]:before{animation:none}}.card-details .details-image>img[data-v-489b1a33]{max-width:100%}.card-details .details-content[data-v-489b1a33]{color:var(--text-secondary,#666);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.card-details .details-features[data-v-489b1a33]{margin-top:1.5rem}.card-details .details-features h4[data-v-489b1a33]{color:var(--text-primary,#1a1a1a);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.card-details .details-features ul[data-v-489b1a33]{list-style:none;margin:0;padding:0}.card-details .details-features ul li[data-v-489b1a33]{align-items:flex-start;border-bottom:1px solid var(--border-color,#e0e0e0);display:flex;gap:.75rem;padding:.75rem 0}.card-details .details-features ul li[data-v-489b1a33]:last-child{border-bottom:none}.card-details .details-features ul li .material-icons[data-v-489b1a33]{color:var(--primary-color,#635bff);flex-shrink:0;font-size:20px;margin-top:2px}.card-details .details-features ul li span[data-v-489b1a33]:not(.material-icons){color:var(--text-secondary,#666);flex:1;line-height:1.5}.card-details .details-additional[data-v-489b1a33]{background:#635bff0d;border-radius:8px;color:var(--text-secondary,#666);line-height:1.6;margin-top:1.5rem;padding:1rem}@media(prefers-color-scheme:dark){.features-slider-section .slider-header .header-content .heading-xl[data-v-489b1a33]{color:#f5f5f5}.features-slider-section .slider-header .header-content .description[data-v-489b1a33],.features-slider-section .slider-header .navigation-arrows .slider-counter[data-v-489b1a33]{color:#a0a0a0}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]{background:#2a2a2a;border-color:#3a3a3a;color:#f5f5f5}.features-slider-section .slider-header .navigation-arrows .arrow-button[data-v-489b1a33]:hover:not(.disabled){background:var(--primary-color,#635bff);border-color:var(--primary-color,#635bff)}.features-slider-section .slider-card .card-content[data-v-489b1a33]{background:#1a1a1a;border-color:#3a3a3a}.features-slider-section .slider-card .card-content .card-title[data-v-489b1a33]{color:#f5f5f5}.features-slider-section .slider-card .card-content .card-description[data-v-489b1a33]{color:#a0a0a0}}.stepper-section[data-v-bb8311e2]{font-family:Inter,sans-serif;padding:4rem 0;width:100%}.stepper-section .container[data-v-bb8311e2]{margin:0 auto;max-width:1200px;padding:0 1rem}.stepper-section .stepper-header[data-v-bb8311e2]{margin-bottom:2.5rem;text-align:center}.stepper-section .stepper-header .stepper-top[data-v-bb8311e2]{color:#34c88a;display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.stepper-section .stepper-header .stepper-title[data-v-bb8311e2]{color:#1a1d23;font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.stepper-section .stepper-header .stepper-description[data-v-bb8311e2]{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 auto;max-width:640px}.stepper-section .main-stepper-card[data-v-bb8311e2]{background:#fff;border:1px solid #eef0f3;border-radius:1.25rem;box-shadow:0 1px 3px #0000000a,0 8px 24px #00000008;overflow:hidden}.stepper-section .stepper-wrapper[data-v-bb8311e2]{overflow-x:auto;overflow-y:visible;padding:2rem 2rem 1.25rem;scrollbar-width:none}.stepper-section .stepper-wrapper[data-v-bb8311e2]::-webkit-scrollbar{display:none}.stepper-section .stepper-bar[data-v-bb8311e2]{align-items:center;display:flex;min-width:-moz-fit-content;min-width:fit-content}.stepper-section .bar-connector[data-v-bb8311e2]{background:#eef0f3;border-radius:2px;flex:1;height:3px;min-width:30px;transition:background .4s ease}.stepper-section .bar-connector.connector-done[data-v-bb8311e2]{background:#34c88a}.stepper-section .step-item[data-v-bb8311e2]{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0}.stepper-section .step-item:hover .step-circle[data-v-bb8311e2]{transform:scale(1.08)}.stepper-section .step-item .step-circle-wrapper[data-v-bb8311e2]{align-items:center;display:flex;height:40px;justify-content:center;margin-bottom:.5rem;position:relative;width:40px}.stepper-section .step-item .step-circle[data-v-bb8311e2]{align-items:center;background:#eef0f3;border-radius:50%;color:#b0b5be;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.stepper-section .step-item .step-circle .step-icon[data-v-bb8311e2]{font-size:20px}.stepper-section .step-item .step-circle .step-number[data-v-bb8311e2]{font-size:14px;font-weight:600}.stepper-section .step-item .step-title[data-v-bb8311e2]{color:#6b7280;font-size:.6875rem;font-weight:600;line-height:1.3;max-width:100px;text-align:center}.stepper-section .step-item.step-completed .step-circle[data-v-bb8311e2]{background:#34c88a;color:#fff}.stepper-section .step-item.step-completed .step-circle .step-icon[data-v-bb8311e2],.stepper-section .step-item.step-completed .step-circle .step-number[data-v-bb8311e2]{color:#fff}.stepper-section .step-item.step-completed .step-title[data-v-bb8311e2]{color:#374151}.stepper-section .step-item.step-active .step-circle-wrapper[data-v-bb8311e2]:after{animation:pulse-ring-bb8311e2 2.5s ease-in-out infinite;border:2px dashed #34c88a;border-radius:50%;content:"";height:50px;position:absolute;width:50px}.stepper-section .step-item.step-active .step-circle[data-v-bb8311e2]{background:#34c88a;box-shadow:0 3px 12px #34c88a4d;color:#fff}.stepper-section .step-item.step-active .step-circle .step-icon[data-v-bb8311e2],.stepper-section .step-item.step-active .step-circle .step-number[data-v-bb8311e2]{color:#fff}.stepper-section .step-item.step-active .step-title[data-v-bb8311e2]{color:#1a1d23;font-weight:700}.stepper-section .step-item.step-upcoming .step-circle[data-v-bb8311e2]{background:#eef0f3;color:#b0b5be}.stepper-section .step-item.step-upcoming .step-title[data-v-bb8311e2]{color:#b0b5be}@keyframes pulse-ring-bb8311e2{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.15;transform:scale(1.04)}}.stepper-section .step-branch-flow[data-v-bb8311e2]{cursor:pointer;flex:2;height:90px;min-width:180px;position:relative}.stepper-section .step-branch-flow .flow-svg[data-v-bb8311e2]{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.stepper-section .step-branch-flow .flow-line[data-v-bb8311e2]{stroke:#dfe2e7;stroke-linecap:round;stroke-width:2.5;transition:stroke .4s ease}.stepper-section .step-branch-flow .flow-dots[data-v-bb8311e2]{display:flex;justify-content:space-evenly;left:14%;position:absolute;right:14%;z-index:2}.stepper-section .step-branch-flow .flow-dots-top[data-v-bb8311e2]{top:20%;transform:translateY(-50%)}.stepper-section .step-branch-flow .flow-dots-bottom[data-v-bb8311e2]{bottom:20%;transform:translateY(50%)}.stepper-section .step-branch-flow .flow-dot[data-v-bb8311e2]{align-items:center;background:#fff;border:2px solid #dfe2e7;border-radius:50%;color:#b0b5be;display:flex;height:30px;justify-content:center;position:relative;transition:all .3s ease;width:30px}.stepper-section .step-branch-flow .flow-dot .material-symbols-outlined[data-v-bb8311e2]{font-size:16px}.stepper-section .step-branch-flow .flow-dot .flow-dot-label[data-v-bb8311e2]{background:#1a1d23;border-radius:.375rem;bottom:calc(100% + 8px);box-shadow:0 2px 6px #00000026;color:#fff;display:none;font-size:.625rem;font-weight:600;left:50%;padding:.25rem .5rem;pointer-events:none;position:absolute;transform:translate(-50%);white-space:nowrap;z-index:10}.stepper-section .step-branch-flow .flow-dot:hover .flow-dot-label[data-v-bb8311e2]{display:block}.stepper-section .step-branch-flow .flow-dot.dot-done[data-v-bb8311e2]{background:#34c88a;border-color:#34c88a;color:#fff}.stepper-section .step-branch-flow .flow-dots-bottom .flow-dot .flow-dot-label[data-v-bb8311e2]{bottom:auto;top:calc(100% + 8px)}.stepper-section .step-branch-flow.flow-active .flow-line[data-v-bb8311e2]{stroke:#34c88a}.stepper-section .step-branch-flow.flow-active .flow-dot[data-v-bb8311e2]:not(.dot-done){background:#e2f8ee;border-color:#34c88a;color:#34c88a}.stepper-section .step-branch-flow.flow-completed .flow-line[data-v-bb8311e2]{stroke:#34c88a}.stepper-section .step-branch-flow.flow-upcoming .flow-dot[data-v-bb8311e2]{background:#f7f8fa;border-color:#eef0f3}.stepper-section .stepper-slider-area[data-v-bb8311e2]{border-top:1px solid #eef0f3;padding:1.5rem 0;position:relative}.stepper-section .slider-viewport[data-v-bb8311e2]{overflow:hidden;padding:.5rem 2rem}.stepper-section .slider-track[data-v-bb8311e2]{display:flex;gap:16px;transition:transform .45s cubic-bezier(.4,0,.2,1)}.stepper-section .slider-arrow[data-v-bb8311e2]{align-items:center;background:#fff;border:1px solid #eef0f3;border-radius:50%;box-shadow:0 2px 8px #0000000f;color:#374151;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:40px;z-index:5}.stepper-section .slider-arrow .material-symbols-outlined[data-v-bb8311e2]{font-size:22px}.stepper-section .slider-arrow[data-v-bb8311e2]:hover{background:#34c88a;border-color:#34c88a;box-shadow:0 4px 12px #34c88a33;color:#fff}.stepper-section .slider-arrow:hover .material-symbols-outlined[data-v-bb8311e2]{color:#fff}.stepper-section .slider-arrow.arrow-hidden[data-v-bb8311e2]{opacity:0;pointer-events:none}.stepper-section .slider-arrow.slider-arrow-left[data-v-bb8311e2]{left:8px}.stepper-section .slider-arrow.slider-arrow-right[data-v-bb8311e2]{right:8px}.stepper-section .stepper-counter[data-v-bb8311e2]{color:#b0b5be;font-size:.8125rem;font-weight:600;padding:0 0 1.25rem;text-align:center}.stepper-section .stepper-counter .counter-current[data-v-bb8311e2]{color:#34c88a;font-size:.9375rem}.stepper-section .stepper-counter .counter-sep[data-v-bb8311e2]{margin:0 .15rem}.stepper-section .step-card[data-v-bb8311e2]{border-radius:.875rem;cursor:pointer;display:flex;flex:0 0 320px;flex-direction:column;gap:.375rem;min-height:180px;padding:1.25rem 1.25rem 1rem;position:relative;transition:all .3s ease}.stepper-section .step-card .card-check-badge[data-v-bb8311e2]{align-items:center;background:#34c88a;border-radius:50%;box-shadow:0 2px 6px #34c88a4d;color:#fff;display:flex;height:24px;justify-content:center;position:absolute;right:-6px;top:-6px;width:24px;z-index:2}.stepper-section .step-card .card-check-badge .material-symbols-outlined[data-v-bb8311e2]{color:#fff;font-size:14px;font-weight:700}.stepper-section .step-card .card-icon[data-v-bb8311e2]{align-items:center;border-radius:10px;display:flex;height:36px;justify-content:center;margin-bottom:.25rem;transition:all .3s ease;width:36px}.stepper-section .step-card .card-icon .material-symbols-outlined[data-v-bb8311e2]{font-size:20px}.stepper-section .step-card .card-icon .card-number[data-v-bb8311e2]{font-size:13px;font-weight:700}.stepper-section .step-card .card-title[data-v-bb8311e2]{font-size:.875rem;font-weight:700;line-height:1.35;margin:0}.stepper-section .step-card .card-description[data-v-bb8311e2]{font-size:.8125rem;line-height:1.5;margin:0}.stepper-section .step-card .card-description[data-v-bb8311e2] ul{color:inherit;font-size:inherit;list-style:none;margin:.25rem 0 0;padding-left:.875rem}.stepper-section .step-card .card-description[data-v-bb8311e2] ul li{color:inherit;font-size:inherit;margin-bottom:.125rem;padding-left:.125rem;position:relative}.stepper-section .step-card .card-description[data-v-bb8311e2] ul li:before{background:currentColor;border-radius:50%;content:"";height:3px;left:-.625rem;opacity:.4;position:absolute;top:.55em;width:3px}.stepper-section .step-card .card-description[data-v-bb8311e2] b,.stepper-section .step-card .card-description[data-v-bb8311e2] strong{color:inherit;font-size:inherit;font-weight:600}.stepper-section .step-card .card-substeps[data-v-bb8311e2]{background:#00000006;border-radius:.5rem;display:flex;flex:1;flex-direction:column;gap:.375rem;margin-top:.5rem;padding:.625rem .75rem}.stepper-section .step-card .card-substeps .substeps-label[data-v-bb8311e2]{color:#34c88a;font-size:.625rem;font-weight:700;letter-spacing:.06em;margin-bottom:.125rem;text-transform:uppercase}.stepper-section .step-card .card-substeps .substep-item[data-v-bb8311e2]{align-items:center;display:flex;gap:.375rem}.stepper-section .step-card .card-substeps .substep-item .substep-icon[data-v-bb8311e2]{color:#b0b5be;flex-shrink:0;font-size:16px}.stepper-section .step-card .card-substeps .substep-item .substep-label[data-v-bb8311e2]{color:#374151;font-size:.75rem;font-weight:500;line-height:1.3}.stepper-section .step-card .card-substeps .substep-item.substep-done .substep-icon[data-v-bb8311e2]{color:#34c88a}.stepper-section .step-card .card-substeps .substep-item.substep-done .substep-label[data-v-bb8311e2]{color:#6b7280;text-decoration:line-through}.stepper-section .step-card .card-actions[data-v-bb8311e2]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.stepper-section .step-card .card-action-btn[data-v-bb8311e2]{align-items:center;background:#34c88a1a;border:none;border-radius:.5rem;color:#34c88a;display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.4rem .75rem;text-decoration:none;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.stepper-section .step-card .card-action-btn .btn-icon[data-v-bb8311e2]{font-size:14px}.stepper-section .step-card .card-action-btn .btn-arrow[data-v-bb8311e2]{font-size:13px;opacity:.6;transition:all .2s ease}.stepper-section .step-card .card-action-btn[data-v-bb8311e2]:hover{background:#34c88a;box-shadow:0 2px 8px #34c88a33;color:#fff}.stepper-section .step-card .card-action-btn:hover .btn-arrow[data-v-bb8311e2]{opacity:1;transform:translate(2px)}.stepper-section .step-card.card-completed[data-v-bb8311e2]{background:#e8faf1;border:1px solid rgba(52,200,138,.25)}.stepper-section .step-card.card-completed .card-icon[data-v-bb8311e2]{background:#34c88a;color:#fff}.stepper-section .step-card.card-completed .card-icon .card-number[data-v-bb8311e2],.stepper-section .step-card.card-completed .card-icon .material-symbols-outlined[data-v-bb8311e2]{color:#fff}.stepper-section .step-card.card-completed .card-title[data-v-bb8311e2]{color:#1a1d23}.stepper-section .step-card.card-completed .card-description[data-v-bb8311e2]{color:#6b7280}.stepper-section .step-card.card-completed[data-v-bb8311e2]:hover{border-color:#34c88a66;box-shadow:0 4px 14px #34c88a1a}.stepper-section .step-card.card-active[data-v-bb8311e2]{background:#fff;border:2px solid #34c88a;box-shadow:0 4px 16px #34c88a1a}.stepper-section .step-card.card-active .card-icon[data-v-bb8311e2]{background:#34c88a;color:#fff}.stepper-section .step-card.card-active .card-icon .card-number[data-v-bb8311e2],.stepper-section .step-card.card-active .card-icon .material-symbols-outlined[data-v-bb8311e2]{color:#fff}.stepper-section .step-card.card-active .card-title[data-v-bb8311e2]{color:#1a1d23}.stepper-section .step-card.card-active .card-description[data-v-bb8311e2]{color:#374151}.stepper-section .step-card.card-upcoming[data-v-bb8311e2]{background:#f7f8fa;border:1px solid #eef0f3}.stepper-section .step-card.card-upcoming .card-icon[data-v-bb8311e2]{background:#eef0f3;color:#b0b5be}.stepper-section .step-card.card-upcoming .card-description[data-v-bb8311e2],.stepper-section .step-card.card-upcoming .card-title[data-v-bb8311e2]{color:#b0b5be}.stepper-section .step-card.card-upcoming .card-action-btn[data-v-bb8311e2]{background:#eef0f3;color:#b0b5be;opacity:.6;pointer-events:none}.stepper-section .step-card.card-upcoming[data-v-bb8311e2]:hover{background:#fff;border-color:#dfe2e7}@media(max-width:768px){.stepper-section .stepper-wrapper[data-v-bb8311e2]{padding:1.5rem 1rem 1rem}.stepper-section .step-item .step-circle[data-v-bb8311e2],.stepper-section .step-item .step-circle-wrapper[data-v-bb8311e2]{height:36px;width:36px}.stepper-section .step-item .step-circle .step-icon[data-v-bb8311e2]{font-size:16px}.stepper-section .step-item .step-circle .step-number[data-v-bb8311e2]{font-size:12px}.stepper-section .step-item.step-active .step-circle-wrapper[data-v-bb8311e2]:after{height:46px;width:46px}.stepper-section .step-item .step-title[data-v-bb8311e2]{font-size:.5625rem;max-width:70px}.stepper-section .step-branch-flow[data-v-bb8311e2]{height:70px;min-width:140px}.stepper-section .step-branch-flow .flow-dot[data-v-bb8311e2]{height:24px;width:24px}.stepper-section .step-branch-flow .flow-dot .material-symbols-outlined[data-v-bb8311e2]{font-size:13px}.stepper-section .slider-viewport[data-v-bb8311e2]{padding:.5rem 1rem}.stepper-section .step-card[data-v-bb8311e2]{flex:0 0 280px;min-height:160px}.stepper-section .slider-arrow[data-v-bb8311e2]{height:34px;width:34px}.stepper-section .slider-arrow .material-symbols-outlined[data-v-bb8311e2]{font-size:20px}.stepper-section .slider-arrow.slider-arrow-left[data-v-bb8311e2]{left:4px}.stepper-section .slider-arrow.slider-arrow-right[data-v-bb8311e2]{right:4px}}@media(prefers-color-scheme:dark){.stepper-section .stepper-header .stepper-top[data-v-bb8311e2]{color:#5ee8ad}.stepper-section .stepper-header .stepper-title[data-v-bb8311e2]{color:#f0f2f5}.stepper-section .stepper-header .stepper-description[data-v-bb8311e2]{color:#9ba2b0}.stepper-section .main-stepper-card[data-v-bb8311e2]{background:#181b22;border-color:#ffffff0f;box-shadow:0 4px 24px #0000004d}.stepper-section .stepper-wrapper[data-v-bb8311e2]{background:#141720}.stepper-section .bar-connector[data-v-bb8311e2]{background:#ffffff0f}.stepper-section .bar-connector.connector-done[data-v-bb8311e2]{background:#5ee8ad}.stepper-section .step-branch-flow .flow-line[data-v-bb8311e2]{stroke:#ffffff1a}.stepper-section .step-branch-flow .flow-dot[data-v-bb8311e2]{background:#141720;border-color:#ffffff1a;color:#555c6b}.stepper-section .step-branch-flow .flow-dot .flow-dot-label[data-v-bb8311e2]{background:#f0f2f5;color:#141720}.stepper-section .step-branch-flow .flow-dot.dot-done[data-v-bb8311e2]{background:#5ee8ad;border-color:#5ee8ad;color:#111}.stepper-section .step-branch-flow.flow-active .flow-line[data-v-bb8311e2]{stroke:#5ee8ad}.stepper-section .step-branch-flow.flow-active .flow-dot[data-v-bb8311e2]:not(.dot-done){background:#162a20;border-color:#5ee8ad;color:#5ee8ad}.stepper-section .step-branch-flow.flow-completed .flow-line[data-v-bb8311e2]{stroke:#5ee8ad}.stepper-section .step-branch-flow.flow-upcoming .flow-dot[data-v-bb8311e2]{background:#1e2128;border-color:#ffffff14}.stepper-section .step-item .step-circle[data-v-bb8311e2]{background:#ffffff0d;color:#555c6b}.stepper-section .step-item .step-title[data-v-bb8311e2]{color:#555c6b}.stepper-section .step-item.step-completed .step-circle[data-v-bb8311e2]{background:#5ee8ad;color:#111}.stepper-section .step-item.step-completed .step-title[data-v-bb8311e2]{color:#9ba2b0}.stepper-section .step-item.step-active .step-circle-wrapper[data-v-bb8311e2]:after{border-color:#5ee8ad}.stepper-section .step-item.step-active .step-circle[data-v-bb8311e2]{background:#5ee8ad;box-shadow:0 3px 12px #5ee8ad33;color:#111}.stepper-section .step-item.step-active .step-title[data-v-bb8311e2]{color:#f0f2f5}.stepper-section .step-item.step-upcoming .step-circle[data-v-bb8311e2]{background:#ffffff0a;color:#555c6b}.stepper-section .step-item.step-upcoming .step-title[data-v-bb8311e2]{color:#555c6b}.stepper-section .stepper-slider-area[data-v-bb8311e2]{border-top-color:#ffffff0f}.stepper-section .slider-arrow[data-v-bb8311e2]{background:#1a1d24;border-color:#ffffff0f;box-shadow:0 2px 8px #0003;color:#9ba2b0}.stepper-section .slider-arrow[data-v-bb8311e2]:hover{background:#5ee8ad;border-color:#5ee8ad;color:#111}.stepper-section .stepper-counter[data-v-bb8311e2]{color:#555c6b}.stepper-section .stepper-counter .counter-current[data-v-bb8311e2]{color:#5ee8ad}.stepper-section .step-card .card-substeps[data-v-bb8311e2]{background:#ffffff08}.stepper-section .step-card .card-substeps .substeps-label[data-v-bb8311e2]{color:#5ee8ad}.stepper-section .step-card .card-substeps .substep-item .substep-icon[data-v-bb8311e2]{color:#555c6b}.stepper-section .step-card .card-substeps .substep-item .substep-label[data-v-bb8311e2]{color:#9ba2b0}.stepper-section .step-card .card-substeps .substep-item.substep-done .substep-icon[data-v-bb8311e2]{color:#5ee8ad}.stepper-section .step-card .card-substeps .substep-item.substep-done .substep-label[data-v-bb8311e2]{color:#555c6b}.stepper-section .step-card .card-check-badge[data-v-bb8311e2]{background:#5ee8ad;box-shadow:0 2px 8px #5ee8ad33;color:#111}.stepper-section .step-card .card-action-btn[data-v-bb8311e2]{background:#5ee8ad14;color:#5ee8ad}.stepper-section .step-card .card-action-btn[data-v-bb8311e2]:hover{background:#5ee8ad;box-shadow:0 2px 8px #5ee8ad26;color:#111}.stepper-section .step-card.card-completed[data-v-bb8311e2]{background:linear-gradient(145deg,#5ee8ad0d,#1a1d24);border-color:#5ee8ad33}.stepper-section .step-card.card-completed .card-icon[data-v-bb8311e2]{background:#5ee8ad;color:#111}.stepper-section .step-card.card-completed .card-icon .card-number[data-v-bb8311e2],.stepper-section .step-card.card-completed .card-icon .material-symbols-outlined[data-v-bb8311e2]{color:#111}.stepper-section .step-card.card-completed .card-title[data-v-bb8311e2]{color:#f0f2f5}.stepper-section .step-card.card-completed .card-description[data-v-bb8311e2]{color:#9ba2b0}.stepper-section .step-card.card-completed[data-v-bb8311e2]:hover{background:linear-gradient(145deg,#5ee8ad12,#1f2229);border-color:#5ee8ad4d}.stepper-section .step-card.card-active[data-v-bb8311e2]{background:#5ee8ad0a;border-color:#5ee8ad73;box-shadow:0 4px 16px #5ee8ad0f}.stepper-section .step-card.card-active .card-icon[data-v-bb8311e2]{background:#5ee8ad;color:#111}.stepper-section .step-card.card-active .card-icon .card-number[data-v-bb8311e2],.stepper-section .step-card.card-active .card-icon .material-symbols-outlined[data-v-bb8311e2]{color:#111}.stepper-section .step-card.card-active .card-title[data-v-bb8311e2]{color:#f0f2f5}.stepper-section .step-card.card-active .card-description[data-v-bb8311e2]{color:#9ba2b0}.stepper-section .step-card.card-upcoming[data-v-bb8311e2]{background:#ffffff05;border-color:#ffffff0f}.stepper-section .step-card.card-upcoming .card-icon[data-v-bb8311e2]{background:#ffffff0a;color:#555c6b}.stepper-section .step-card.card-upcoming .card-title[data-v-bb8311e2]{color:#555c6b}.stepper-section .step-card.card-upcoming .card-description[data-v-bb8311e2]{color:#ffffff1f}.stepper-section .step-card.card-upcoming .card-action-btn[data-v-bb8311e2]{background:#ffffff08;color:#555c6b}.stepper-section .step-card.card-upcoming[data-v-bb8311e2]:hover{background:#ffffff08;border-color:#ffffff1a}}.product-grid-standalone[data-v-5953891d]{width:100%}.product-grid-standalone .filters-section[data-v-5953891d]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.product-grid-standalone .filters-section .filters-bar[data-v-5953891d]{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.product-grid-standalone .filters-section .filters-bar .filter-dropdown[data-v-5953891d]{position:relative}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button[data-v-5953891d]{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;min-width:140px;padding:.625rem 1rem;transition:all .2s ease}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button[data-v-5953891d]:hover{background:#f8f7ff;border-color:#635bff}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button.has-selection[data-v-5953891d]{background:linear-gradient(135deg,#f8f7ff,#fff);border-color:#635bff;color:#635bff}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button.has-selection .filter-icon[data-v-5953891d]{color:#635bff}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button .filter-icon[data-v-5953891d]{color:#64748b;font-size:20px;transition:color .2s ease}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button .filter-label[data-v-5953891d]{flex:1}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button .filter-count[data-v-5953891d]{background:#635bff;border-radius:10px;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;padding:.125rem .5rem;text-align:center}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-button .dropdown-arrow[data-v-5953891d]{color:#94a3b8;font-size:20px;transition:transform .2s ease}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu[data-v-5953891d]{animation:slideDown-5953891d .2s ease;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000001a;left:0;max-height:300px;min-width:200px;overflow-y:auto;position:absolute;top:calc(100% + .5rem);z-index:1000}@keyframes slideDown-5953891d{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option[data-v-5953891d]{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;transition:background .15s ease}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option[data-v-5953891d]:hover{background:#f1f5f9}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option.selected[data-v-5953891d]{background:#f8f7ff;color:#635bff;font-weight:600}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option.selected .checkbox-icon[data-v-5953891d]{color:#635bff}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option .checkbox-icon[data-v-5953891d]{color:#cbd5e1;font-size:20px;transition:color .15s ease}.product-grid-standalone .filters-section .filters-bar .filter-dropdown .filter-dropdown-menu .filter-option .option-label[data-v-5953891d]{flex:1}.product-grid-standalone .filters-section .filters-bar .clear-filters-button[data-v-5953891d]{align-items:center;background:#fee2e2;border:2px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-left:auto;padding:.625rem 1rem;transition:all .2s ease}.product-grid-standalone .filters-section .filters-bar .clear-filters-button[data-v-5953891d]:hover{background:#fecaca;border-color:#fca5a5;transform:translateY(-1px)}.product-grid-standalone .filters-section .filters-bar .clear-filters-button .material-icons[data-v-5953891d]{font-size:18px}.product-grid-standalone .filters-section .active-filters-chips[data-v-5953891d]{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.product-grid-standalone .filters-section .active-filters-chips .chips-label[data-v-5953891d]{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.product-grid-standalone .filters-section .active-filters-chips .chips-container[data-v-5953891d]{display:flex;flex-wrap:wrap;gap:.5rem}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip[data-v-5953891d]{align-items:center;animation:chipAppear-5953891d .3s ease;border-radius:20px;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}@keyframes chipAppear-5953891d{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-blue[data-v-5953891d]{background:#dbeafe;border:1px solid #bfdbfe;color:#1e40af}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-indigo[data-v-5953891d]{background:#e0e7ff;border:1px solid #c7d2fe;color:#4338ca}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-purple[data-v-5953891d]{background:#f3e8ff;border:1px solid #e9d5ff;color:#7c3aed}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-orange[data-v-5953891d]{background:#f3e8ff;border:1px solid #e9d5ff;color:#edb43a}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-green[data-v-5953891d]{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-cyan[data-v-5953891d]{background:#cffafe;border:1px solid #a5f3fc;color:#0e7490}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-red[data-v-5953891d]{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-yellow[data-v-5953891d]{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-orange[data-v-5953891d]{background:#ffedd5;border:1px solid #fed7aa;color:#c2410c}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-pink[data-v-5953891d]{background:#fce7f3;border:1px solid #fbcfe8;color:#9f1239}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip.chip-teal[data-v-5953891d]{background:#ccfbf1;border:1px solid #99f6e4;color:#115e59}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip .chip-icon[data-v-5953891d]{font-size:16px}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip .chip-label[data-v-5953891d]{line-height:1}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip .chip-remove[data-v-5953891d]{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;opacity:.6;padding:0;transition:opacity .2s ease}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip .chip-remove[data-v-5953891d]:hover{opacity:1}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip .chip-remove .material-icons[data-v-5953891d]{font-size:16px}.product-grid-standalone .filters-section .active-filters-chips .chips-container .filter-chip[data-v-5953891d]:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.product-grid-standalone .products-grid[data-v-5953891d]{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media(max-width:768px){.product-grid-standalone .products-grid[data-v-5953891d]{grid-template-columns:1fr}}.product-grid-standalone .products-grid .product-card-wrapper[data-v-5953891d]{height:100%;padding:0 1rem;perspective:1000px}.product-grid-standalone .products-grid .product-card-wrapper.flip-on-click.is-flipped .product-card[data-v-5953891d],.product-grid-standalone .products-grid .product-card-wrapper.flip-on-hover:hover .product-card[data-v-5953891d]{transform:rotateY(180deg)}.product-grid-standalone .products-grid .product-card[data-v-5953891d]{background:#fff;border:2px solid #e2e8f0;border-radius:12px;height:100%;overflow:visible;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.product-card-wrapper.flip-on-click .product-grid-standalone .products-grid .product-card[data-v-5953891d],.product-grid-standalone .products-grid .product-card.product-clickable[data-v-5953891d]{cursor:pointer}.product-card-wrapper:not(.has-flip) .product-grid-standalone .products-grid .product-card.product-clickable[data-v-5953891d]:hover{border-color:#635bff;box-shadow:0 8px 24px #635bff26;transform:translateY(-4px)}.product-grid-standalone .products-grid .product-card.product-selected[data-v-5953891d]{background:linear-gradient(180deg,#f8f7ff 0,#fff);border-color:#635bff;box-shadow:0 8px 24px #635bff33}.product-grid-standalone .products-grid .product-card .product-card-back[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-card-front[data-v-5953891d]{backface-visibility:hidden;-webkit-backface-visibility:hidden;position:relative}.product-grid-standalone .products-grid .product-card .product-card-front[data-v-5953891d]{transform:rotateY(0)}.product-grid-standalone .products-grid .product-card .product-card-back[data-v-5953891d]{background:#fff;border:2px solid #e5e7eb;border-radius:12px;bottom:0;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;left:0;overflow:hidden;padding:0;position:absolute;right:0;top:0;transform:rotateY(180deg)}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-header[data-v-5953891d]{background:linear-gradient(90deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-header .product-back-title[data-v-5953891d]{color:#111827;font-size:1.125rem;font-weight:700;margin:0}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content[data-v-5953891d]{flex:1;overflow-y:auto;padding:1.5rem}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-back-image[data-v-5953891d]{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1rem;text-align:center}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-back-image img[data-v-5953891d]{max-height:120px;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features[data-v-5953891d]{margin-bottom:1.5rem}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features .features-title[data-v-5953891d]{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features .features-list[data-v-5953891d]{display:grid;gap:.625rem;list-style:none;margin:0;padding:0}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features .features-list li[data-v-5953891d]{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;display:flex;font-size:.875rem;gap:.625rem;line-height:1.5;padding:.75rem;transition:all .2s ease}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features .features-list li[data-v-5953891d]:hover{background:#f3f4f6;border-color:#d1d5db}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-features .features-list li .material-icons[data-v-5953891d]{color:#10b981;flex-shrink:0;font-size:18px;margin-top:1px}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-title[data-v-5953891d]{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list[data-v-5953891d]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:.5rem;overflow:hidden}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item[data-v-5953891d]{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;font-size:.875rem;justify-content:space-between;padding:.875rem 1rem}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item[data-v-5953891d]:last-child{border-bottom:none}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item[data-v-5953891d]:nth-child(odd){background:#fafafa}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item[data-v-5953891d]:hover{background:#f9fafb}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item .spec-label[data-v-5953891d]{color:#6b7280;font-weight:500}.product-grid-standalone .products-grid .product-card .product-card-back .product-back-content .product-specifications .specs-list .spec-item .spec-value[data-v-5953891d]{color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600}.product-grid-standalone .products-grid .product-card .product-card-back .flip-back-indicator[data-v-5953891d]{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 1px 3px #0000001a;color:#6b7280;display:flex;font-size:.75rem;font-weight:500;gap:.375rem;padding:.375rem .625rem;position:absolute;right:1.5rem;top:1.25rem;transition:all .2s ease}.product-grid-standalone .products-grid .product-card .product-card-back .flip-back-indicator[data-v-5953891d]:hover{background:#f9fafb;border-color:#d1d5db}.product-grid-standalone .products-grid .product-card .product-card-back .flip-back-indicator .material-icons[data-v-5953891d]{font-size:16px}.product-grid-standalone .products-grid .product-card .product-card-back .flip-back-indicator[data-v-5953891d]:after{content:"Retour";display:inline}.product-grid-standalone .products-grid .product-card .product-image-container[data-v-5953891d]{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f1f5f9);display:flex;justify-content:center;min-height:220px;padding:2rem;position:relative}.product-grid-standalone .products-grid .product-card .product-image-container.image-cover[data-v-5953891d]{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px 12px 0 0;padding:0}.product-grid-standalone .products-grid .product-card .product-image-container .product-image[data-v-5953891d]{max-height:180px;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-grid-standalone .products-grid .product-card .product-image-container .product-selected-badge[data-v-5953891d]{align-items:center;background:#635bff;border-radius:50%;box-shadow:0 4px 12px #635bff4d;color:#fff;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;width:36px}.product-grid-standalone .products-grid .product-card .product-image-container .product-selected-badge .material-icons[data-v-5953891d]{font-size:20px}.product-grid-standalone .products-grid .product-card .product-image-container .fullpage-button[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-image-container .share-button[data-v-5953891d]{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 6px #00000014;cursor:pointer;display:flex;height:36px;justify-content:center;opacity:0;position:absolute;top:.75rem;transition:all .2s ease;width:36px;z-index:10}.product-grid-standalone .products-grid .product-card .product-image-container .fullpage-button .material-icons[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-image-container .share-button .material-icons[data-v-5953891d]{color:#6b7280;font-size:18px}.product-grid-standalone .products-grid .product-card .product-image-container .fullpage-button[data-v-5953891d]:hover,.product-grid-standalone .products-grid .product-card .product-image-container .share-button[data-v-5953891d]:hover{background:#f9fafb;border-color:#635bff;box-shadow:0 4px 12px #635bff26}.product-grid-standalone .products-grid .product-card .product-image-container .fullpage-button:hover .material-icons[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-image-container .share-button:hover .material-icons[data-v-5953891d]{color:#635bff}.product-grid-standalone .products-grid .product-card .product-image-container .share-button[data-v-5953891d]{right:.75rem}.product-grid-standalone .products-grid .product-card .product-image-container .fullpage-button[data-v-5953891d]{right:3.25rem}.product-grid-standalone .products-grid .product-card .product-image-container:hover .fullpage-button[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-image-container:hover .share-button[data-v-5953891d]{opacity:1}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator[data-v-5953891d]{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;bottom:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:center;padding:.5rem .75rem;position:absolute;right:.75rem;transition:all .2s ease;z-index:10}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator[data-v-5953891d]:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator:hover .flip-icon[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator:hover .flip-text[data-v-5953891d]{color:#635bff}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator .flip-indicator-content[data-v-5953891d]{align-items:center;display:flex;gap:.375rem}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator .flip-indicator-content .flip-icon[data-v-5953891d]{color:#6b7280;font-size:18px;transition:color .2s ease}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator .flip-indicator-content .flip-text[data-v-5953891d]{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase;transition:color .2s ease}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator[data-v-5953891d]{animation:gentleBounce-5953891d 3s ease-in-out infinite}@keyframes gentleBounce-5953891d{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.product-grid-standalone .products-grid .product-card .product-image-container .flip-indicator[data-v-5953891d]:hover{animation:none}.product-grid-standalone .products-grid .product-card .product-info[data-v-5953891d]{padding:1.25rem}.product-grid-standalone .products-grid .product-card .product-info .product-name[data-v-5953891d]{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.product-grid-standalone .products-grid .product-card .product-info .product-description[data-v-5953891d]{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.product-grid-standalone .products-grid .product-card .product-info .product-tags[data-v-5953891d]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag[data-v-5953891d]{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-blue[data-v-5953891d]{background:#dbeafe;color:#1e40af}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-purple[data-v-5953891d]{background:#ede9fe;color:#6b21a8}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-cyan[data-v-5953891d]{background:#cffafe;color:#0e7490}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-green[data-v-5953891d]{background:#d1fae5;color:#065f46}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-red[data-v-5953891d]{background:#fee2e2;color:#991b1b}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-orange[data-v-5953891d]{background:#fee2e2;color:#edb43a}.product-grid-standalone .products-grid .product-card .product-info .product-tags .product-tag.product-tag-yellow[data-v-5953891d]{background:#fef3c7;color:#92400e}.product-grid-standalone .products-grid .product-card .product-info .product-quantity-section[data-v-5953891d]{align-items:center;background:#f8fafc;border-radius:8px;display:flex;gap:.75rem;margin-top:1rem;padding:.75rem 1rem}.product-grid-standalone .products-grid .product-card .product-info .product-quantity-section .product-quantity-label[data-v-5953891d]{color:#1e293b;font-size:.875rem;font-weight:600}.product-grid-standalone .products-grid .product-card .product-info .product-quantity-section .product-quantity-input[data-v-5953891d]{border:2px solid #e2e8f0;border-radius:6px;color:#1e293b;flex:1;font-size:.9375rem;font-weight:500;padding:.5rem .75rem}.product-grid-standalone .products-grid .product-card .product-info .product-quantity-section .product-quantity-input[data-v-5953891d]:focus{border-color:#635bff;outline:none}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers[data-v-5953891d]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:.75rem}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-label[data-v-5953891d]{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list[data-v-5953891d]{display:flex;flex-direction:column;gap:.5rem}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item[data-v-5953891d]{align-items:center;display:flex;font-size:.8125rem;justify-content:space-between}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-range[data-v-5953891d]{color:#475569;font-weight:500}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-price[data-v-5953891d]{align-items:center;color:#635bff;display:flex;font-weight:600;gap:.375rem}.product-grid-standalone .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-price .tier-price-original[data-v-5953891d]{color:#94a3b8;font-weight:400;text-decoration:line-through}.product-grid-standalone .products-grid .product-card .product-info .product-total-price[data-v-5953891d]{align-items:center;background:linear-gradient(135deg,#635bff,#5146e5);border-radius:8px;box-shadow:0 2px 8px #635bff33;display:flex;gap:.5rem;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem}.product-grid-standalone .products-grid .product-card .product-info .product-total-price .product-total-label[data-v-5953891d]{color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.product-grid-standalone .products-grid .product-card .product-info .product-total-price .product-total-amount[data-v-5953891d]{align-items:baseline;color:#fff;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem}.product-grid-standalone .products-grid .product-card .product-info .product-total-price .product-price-type[data-v-5953891d],.product-grid-standalone .products-grid .product-card .product-info .product-total-price .product-total-amount .product-total-details[data-v-5953891d]{color:#fffc;font-size:.75rem;font-weight:500}.product-grid-standalone .products-grid .product-card .product-info .product-page-link[data-v-5953891d]{align-items:center;color:#635bff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.375rem;margin-top:1rem;text-decoration:none;transition:all .2s ease}.product-grid-standalone .products-grid .product-card .product-info .product-page-link .material-icons[data-v-5953891d]{font-size:16px;transition:transform .2s ease}.product-grid-standalone .products-grid .product-card .product-info .product-page-link[data-v-5953891d]:hover{color:#5146e5}.product-grid-standalone .products-grid .product-card .product-info .product-page-link:hover .material-icons[data-v-5953891d]{transform:translate(3px)}.product-grid-standalone .products-grid .product-card .product-info .product-price[data-v-5953891d]{align-items:baseline;display:flex;gap:.5rem;margin-top:1rem}.product-grid-standalone .products-grid .product-card .product-info .product-price .product-original-price[data-v-5953891d]{color:#94a3b8;font-size:.9375rem;text-decoration:line-through}.product-grid-standalone .products-grid .product-card .product-info .product-price .product-current-price[data-v-5953891d]{color:#635bff;font-size:1.125rem;font-weight:700}.product-grid-standalone .products-grid .product-card .product-info .product-price .product-price-type[data-v-5953891d]{color:#64748b;font-size:.875rem}.product-fullpage-overlay[data-v-5953891d]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}@media(max-width:768px){.product-fullpage-overlay[data-v-5953891d]{padding:0}}.product-fullpage-modal[data-v-5953891d]{background:#fff;border-radius:16px;box-shadow:0 25px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@media(max-width:768px){.product-fullpage-modal[data-v-5953891d]{border-radius:0;height:100vh;max-height:100vh}}.product-fullpage-close[data-v-5953891d]{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;float:right;height:44px;justify-content:center;margin:1rem;position:sticky;top:1rem;transition:all .2s ease;width:44px;z-index:10}.product-fullpage-close .material-icons[data-v-5953891d]{color:#374151;font-size:24px}.product-fullpage-close[data-v-5953891d]:hover{background:#f3f4f6;transform:scale(1.05)}.product-fullpage-content[data-v-5953891d]{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.product-fullpage-content[data-v-5953891d]{grid-template-columns:1fr}}.product-fullpage-image[data-v-5953891d]{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f1f5f9);border-radius:16px 0 0 16px;display:flex;justify-content:center;min-height:350px;padding:2rem}.product-fullpage-image.image-cover[data-v-5953891d]{background-position:50%;background-repeat:no-repeat;background-size:contain}.product-fullpage-image img[data-v-5953891d]{max-height:300px;max-width:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.product-fullpage-image[data-v-5953891d]{border-radius:0;min-height:250px}}.product-fullpage-details[data-v-5953891d]{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem}@media(max-width:768px){.product-fullpage-details[data-v-5953891d]{padding:1.5rem}}.product-fullpage-name[data-v-5953891d]{color:#111827;font-size:1.75rem;font-weight:800;line-height:1.2;margin:0}.product-fullpage-description[data-v-5953891d]{color:#6b7280;font-size:1.0625rem;line-height:1.6;margin:0}.product-fullpage-tags[data-v-5953891d]{display:flex;flex-wrap:wrap;gap:.5rem}.product-fullpage-tags .product-tag[data-v-5953891d]{border-radius:6px;display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.5px;padding:.375rem .875rem;text-transform:uppercase}.product-fullpage-tags .product-tag.product-tag-blue[data-v-5953891d]{background:#dbeafe;color:#1e40af}.product-fullpage-tags .product-tag.product-tag-purple[data-v-5953891d]{background:#ede9fe;color:#6b21a8}.product-fullpage-tags .product-tag.product-tag-green[data-v-5953891d]{background:#d1fae5;color:#065f46}.product-fullpage-tags .product-tag.product-tag-orange[data-v-5953891d]{background:#ffedd5;color:#c2410c}.product-fullpage-features h3[data-v-5953891d]{color:#6b7280;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.product-fullpage-features ul[data-v-5953891d]{display:grid;gap:.5rem;list-style:none;margin:0;padding:0}.product-fullpage-features ul li[data-v-5953891d]{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;display:flex;font-size:.9375rem;gap:.625rem;line-height:1.5;padding:.75rem}.product-fullpage-features ul li .material-icons[data-v-5953891d]{color:#10b981;flex-shrink:0;font-size:18px;margin-top:2px}.product-fullpage-specs h3[data-v-5953891d]{color:#6b7280;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.product-fullpage-specs .specs-grid[data-v-5953891d]{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-fullpage-specs .specs-grid .spec-row[data-v-5953891d]{border-bottom:1px solid #f3f4f6;display:flex;font-size:.875rem;justify-content:space-between;padding:.75rem 1rem}.product-fullpage-specs .specs-grid .spec-row[data-v-5953891d]:last-child{border-bottom:none}.product-fullpage-specs .specs-grid .spec-row[data-v-5953891d]:nth-child(odd){background:#fafafa}.product-fullpage-specs .specs-grid .spec-row .spec-label[data-v-5953891d]{color:#6b7280;font-weight:500}.product-fullpage-specs .specs-grid .spec-row .spec-value[data-v-5953891d]{color:#111827;font-weight:600}.product-fullpage-actions[data-v-5953891d]{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}@media(max-width:480px){.product-fullpage-actions[data-v-5953891d]{flex-direction:column}}.product-modal-enter-active[data-v-5953891d]{transition:opacity .3s ease}.product-modal-enter-active .product-fullpage-modal[data-v-5953891d]{transition:transform .3s ease,opacity .3s ease}.product-modal-leave-active[data-v-5953891d]{transition:opacity .2s ease}.product-modal-leave-active .product-fullpage-modal[data-v-5953891d]{transition:transform .2s ease,opacity .2s ease}.product-modal-enter-from[data-v-5953891d]{opacity:0}.product-modal-enter-from .product-fullpage-modal[data-v-5953891d]{opacity:0;transform:scale(.95)}.product-modal-leave-to[data-v-5953891d]{opacity:0}.product-modal-leave-to .product-fullpage-modal[data-v-5953891d]{opacity:0;transform:scale(.95)}.configurator-wizard-section[data-v-2471c9cc]{background:#fafbfc;padding:4rem 0;width:100%}.configurator-wizard-section .container[data-v-2471c9cc]{margin:0 auto;max-width:1400px;padding:0 2rem}.configurator-wizard-section .wizard-header[data-v-2471c9cc]{margin-bottom:3rem;text-align:center}.configurator-wizard-section .wizard-header .heading-top[data-v-2471c9cc]{color:var(--primary-color,#635bff);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.configurator-wizard-section .wizard-header .heading-xl[data-v-2471c9cc]{color:var(--text-primary,#1a1a1a);font-size:2.5rem;font-weight:700;justify-content:center;line-height:1.2;margin-bottom:1rem}.configurator-wizard-section .wizard-header .description[data-v-2471c9cc]{color:var(--text-secondary,#666);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:700px}.configurator-wizard-section .wizard-container[data-v-2471c9cc]{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;display:grid;gap:2rem;grid-template-columns:320px 1fr;overflow:hidden}.configurator-wizard-section .wizard-sidebar[data-v-2471c9cc]{background:#f8fafc;border-right:1px solid #e2e8f0;padding:2rem}.configurator-wizard-section .wizard-sidebar .sidebar-header[data-v-2471c9cc]{margin-bottom:2rem}.configurator-wizard-section .wizard-sidebar .sidebar-header h3[data-v-2471c9cc]{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.configurator-wizard-section .wizard-sidebar .sidebar-header .progress-bar[data-v-2471c9cc]{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.configurator-wizard-section .wizard-sidebar .sidebar-header .progress-bar .progress-fill[data-v-2471c9cc]{background:linear-gradient(90deg,#635bff,#8b5cf6);height:100%;transition:width .3s ease}.configurator-wizard-section .wizard-sidebar .steps-list[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.5rem}.configurator-wizard-section .wizard-sidebar .step-item[data-v-2471c9cc]{align-items:center;border-radius:10px;cursor:pointer;display:flex;gap:.875rem;padding:.875rem 1rem;position:relative;transition:all .2s ease}.configurator-wizard-section .wizard-sidebar .step-item.step-upcoming[data-v-2471c9cc]{cursor:not-allowed;opacity:.5}.configurator-wizard-section .wizard-sidebar .step-item.step-active[data-v-2471c9cc]{background:#fff;box-shadow:0 1px 3px #00000014}.configurator-wizard-section .wizard-sidebar .step-item.step-active .step-number[data-v-2471c9cc]{background:#635bff;box-shadow:0 0 0 4px #635bff1a;color:#fff}.configurator-wizard-section .wizard-sidebar .step-item.step-active .step-title[data-v-2471c9cc]{color:#635bff;font-weight:600}.configurator-wizard-section .wizard-sidebar .step-item.step-completed .step-number[data-v-2471c9cc]{background:#10b981;color:#fff}.configurator-wizard-section .wizard-sidebar .step-item.step-completed .step-number .material-icons[data-v-2471c9cc]{font-size:16px}.configurator-wizard-section .wizard-sidebar .step-item.step-completed .step-title[data-v-2471c9cc]{color:#10b981}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped[data-v-2471c9cc]{cursor:not-allowed;max-height:50px;opacity:.4;padding:.5rem 1rem}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped .step-number[data-v-2471c9cc]{background:#e2e8f0;color:#94a3b8;height:28px;width:28px}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped .step-number .material-icons[data-v-2471c9cc]{font-size:14px}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped .step-title[data-v-2471c9cc]{align-items:center;color:#94a3b8;display:flex;font-size:.8125rem;gap:.5rem}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped .step-skipped-badge[data-v-2471c9cc]{background:#f1f5f9;border-radius:4px;color:#64748b;display:inline-block;font-size:.625rem;font-weight:500;letter-spacing:.02em;padding:.125rem .375rem;text-transform:uppercase}.configurator-wizard-section .wizard-sidebar .step-item.step-skipped[data-v-2471c9cc]:hover{background:transparent}.configurator-wizard-section .wizard-sidebar .step-item[data-v-2471c9cc]:hover:not(.step-upcoming):not(.step-skipped){background:#fff}.configurator-wizard-section .wizard-sidebar .step-item .step-number[data-v-2471c9cc]{align-items:center;background:#e2e8f0;border-radius:8px;color:#64748b;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.configurator-wizard-section .wizard-sidebar .step-item .step-info[data-v-2471c9cc]{flex:1}.configurator-wizard-section .wizard-sidebar .step-item .step-info .step-title[data-v-2471c9cc]{color:#1e293b;font-size:.9375rem;font-weight:500;line-height:1.3;transition:all .2s ease}.configurator-wizard-section .wizard-sidebar .step-item .step-info .step-subtitle[data-v-2471c9cc]{color:#64748b;font-size:.75rem;margin-top:.125rem}.configurator-wizard-section .wizard-sidebar .step-item .step-icon[data-v-2471c9cc]{color:#94a3b8;font-size:18px}.configurator-wizard-section .wizard-content[data-v-2471c9cc]{display:flex;flex-direction:column;padding:2rem 2.5rem}.configurator-wizard-section .wizard-content .content-header[data-v-2471c9cc]{margin-bottom:2rem}.configurator-wizard-section .wizard-content .content-header h3[data-v-2471c9cc]{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.configurator-wizard-section .wizard-content .content-header p[data-v-2471c9cc]{color:#64748b;font-size:1rem;line-height:1.5}.configurator-wizard-section .wizard-content .questions-container[data-v-2471c9cc]{display:flex;flex:1;flex-direction:column;gap:2rem}.configurator-wizard-section .wizard-content .question-block .question-label[data-v-2471c9cc]{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.configurator-wizard-section .wizard-content .question-block .question-label .required-mark[data-v-2471c9cc]{color:#ef4444;margin-left:.25rem}.configurator-wizard-section .wizard-content .question-block .question-label .preview-button[data-v-2471c9cc]{align-items:center;background:transparent;border:none;border-radius:50%;color:#635bff;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s ease}.configurator-wizard-section .wizard-content .question-block .question-label .preview-button .material-icons[data-v-2471c9cc]{font-size:18px}.configurator-wizard-section .wizard-content .question-block .question-label .preview-button[data-v-2471c9cc]:hover{background:#f0f0ff}.configurator-wizard-section .wizard-content .question-block .preview-button-inline[data-v-2471c9cc]{align-items:center;background:transparent;border:none;border-radius:50%;color:#635bff;cursor:pointer;display:inline-flex;justify-content:center;margin-left:.25rem;padding:.125rem;transition:all .2s ease;vertical-align:middle}.configurator-wizard-section .wizard-content .question-block .preview-button-inline .material-icons[data-v-2471c9cc]{font-size:14px}.configurator-wizard-section .wizard-content .question-block .preview-button-inline[data-v-2471c9cc]:hover{background:#f0f0ff}.configurator-wizard-section .wizard-content .question-block .options-container[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.75rem}.configurator-wizard-section .wizard-content .question-block .option-item[data-v-2471c9cc]{border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;position:relative;transition:all .2s ease}.configurator-wizard-section .wizard-content .question-block .option-item[data-v-2471c9cc]:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.configurator-wizard-section .wizard-content .question-block .option-item.option-selected[data-v-2471c9cc]{background:#f5f5ff;border-color:#635bff;box-shadow:0 0 0 1px #635bff1a}.configurator-wizard-section .wizard-content .question-block .option-item input[type=checkbox][data-v-2471c9cc],.configurator-wizard-section .wizard-content .question-block .option-item input[type=radio][data-v-2471c9cc]{height:0;opacity:0;position:absolute;width:0}.configurator-wizard-section .wizard-content .question-block .option-item .option-content[data-v-2471c9cc]{cursor:pointer;display:block;padding:1.25rem}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header[data-v-2471c9cc]{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header .option-label[data-v-2471c9cc]{color:#1e293b;font-size:.9375rem;font-weight:600}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header .option-price-container[data-v-2471c9cc]{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header .option-price-container .option-price-original[data-v-2471c9cc]{color:#94a3b8;font-size:.875rem;font-weight:600;text-decoration:line-through}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header .option-price-container .option-price[data-v-2471c9cc]{color:#635bff;font-size:1rem;font-weight:700}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-header .option-price-container .option-price .price-frequency[data-v-2471c9cc]{color:#64748b;font-size:.75rem;font-weight:500;margin-left:.25rem}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-description[data-v-2471c9cc]{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.configurator-wizard-section .wizard-content .question-block .option-item .option-content .option-image[data-v-2471c9cc]{border-radius:8px;margin-top:1rem;max-width:200px;width:100%}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions[data-v-2471c9cc]{background:#fff;border-top:1px solid #e2e8f0;padding:1rem 1.25rem 1.25rem}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions[data-v-2471c9cc]:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions .sub-question[data-v-2471c9cc]{position:relative}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions .sub-question .question-label[data-v-2471c9cc]{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions .sub-question .input-field[data-v-2471c9cc]{max-width:200px;width:100%}.configurator-wizard-section .wizard-content .question-block .option-item .sub-questions .sub-question .input-unit[data-v-2471c9cc]{color:#64748b;font-size:.875rem;margin-left:.5rem}.configurator-wizard-section .wizard-content .question-block .input-field[data-v-2471c9cc],.configurator-wizard-section .wizard-content .question-block .select-field[data-v-2471c9cc],.configurator-wizard-section .wizard-content .question-block .textarea-field[data-v-2471c9cc]{border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;font-family:inherit;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.configurator-wizard-section .wizard-content .question-block .input-field[data-v-2471c9cc]:focus,.configurator-wizard-section .wizard-content .question-block .select-field[data-v-2471c9cc]:focus,.configurator-wizard-section .wizard-content .question-block .textarea-field[data-v-2471c9cc]:focus{border-color:#635bff;box-shadow:0 0 0 3px #635bff1a;outline:none}.configurator-wizard-section .wizard-content .question-block .input-field[data-v-2471c9cc]::-moz-placeholder,.configurator-wizard-section .wizard-content .question-block .select-field[data-v-2471c9cc]::-moz-placeholder,.configurator-wizard-section .wizard-content .question-block .textarea-field[data-v-2471c9cc]::-moz-placeholder{color:#94a3b8}.configurator-wizard-section .wizard-content .question-block .input-field[data-v-2471c9cc]::placeholder,.configurator-wizard-section .wizard-content .question-block .select-field[data-v-2471c9cc]::placeholder,.configurator-wizard-section .wizard-content .question-block .textarea-field[data-v-2471c9cc]::placeholder{color:#94a3b8}.configurator-wizard-section .wizard-content .question-block .textarea-field[data-v-2471c9cc]{min-height:100px;resize:vertical}.configurator-wizard-section .wizard-content .question-block .multiselect-container[data-v-2471c9cc],.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown[data-v-2471c9cc]{position:relative;width:100%}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected[data-v-2471c9cc]{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;cursor:pointer;display:flex;font-size:.9375rem;justify-content:space-between;padding:.875rem 1rem;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected[data-v-2471c9cc]:hover{border-color:#cbd5e1}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected[data-v-2471c9cc]:focus{border-color:#635bff;box-shadow:0 0 0 3px #635bff1a;outline:none}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected .multiselect-placeholder[data-v-2471c9cc]{color:#94a3b8}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected .multiselect-values[data-v-2471c9cc]{color:#1e293b;flex:1;font-weight:500}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected .multiselect-arrow[data-v-2471c9cc]{color:#64748b;font-size:20px;margin-left:.5rem;transition:transform .2s ease}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-selected .multiselect-arrow.multiselect-arrow-open[data-v-2471c9cc]{transform:rotate(180deg)}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list[data-v-2471c9cc]{animation:slideDown-2471c9cc .2s ease;background:#fff;border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}@keyframes slideDown-2471c9cc{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list .multiselect-option[data-v-2471c9cc]{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;padding:.75rem 1rem;transition:all .15s ease}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list .multiselect-option[data-v-2471c9cc]:last-child{border-bottom:none}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list .multiselect-option[data-v-2471c9cc]:hover{background:#f8fafc}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list .multiselect-option .multiselect-checkbox[data-v-2471c9cc]{accent-color:#635bff;cursor:pointer;flex-shrink:0;height:18px;margin:0;width:18px}.configurator-wizard-section .wizard-content .question-block .multiselect-container .multiselect-dropdown .multiselect-options-list .multiselect-option .multiselect-option-label[data-v-2471c9cc]{color:#1e293b;cursor:pointer;flex:1;font-size:.9375rem;margin-left:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.configurator-wizard-section .wizard-content .question-block .file-upload-container[data-v-2471c9cc]{width:100%}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-input[data-v-2471c9cc]{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:10px;color:#1e293b;cursor:pointer;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-input[data-v-2471c9cc]:hover{background:#fff;border-color:#635bff}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-input[data-v-2471c9cc]:focus{border-color:#635bff;box-shadow:0 0 0 3px #635bff1a;outline:none}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-list[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-item[data-v-2471c9cc]{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:.75rem;padding:.875rem 1rem;transition:all .2s ease}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-item[data-v-2471c9cc]:hover{background:#fff;border-color:#635bff;box-shadow:0 1px 3px #0000000d}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-item .file-icon[data-v-2471c9cc]{color:#635bff;font-size:24px}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-item .file-name[data-v-2471c9cc]{color:#1e293b;flex:1;font-size:.9375rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.configurator-wizard-section .wizard-content .question-block .file-upload-container .file-item .file-size[data-v-2471c9cc]{color:#64748b;font-size:.8125rem;font-weight:500}.configurator-wizard-section .wizard-content .question-block .quantity-container[data-v-2471c9cc]{width:100%}.configurator-wizard-section .wizard-content .question-block .calculated-total[data-v-2471c9cc]{align-items:center;background:linear-gradient(135deg,#635bff,#5146e5);border-radius:8px;box-shadow:0 2px 8px #635bff33;display:flex;justify-content:space-between;margin-top:.75rem;padding:.75rem 1rem}.configurator-wizard-section .wizard-content .question-block .calculated-total .calculated-total-label[data-v-2471c9cc]{color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.configurator-wizard-section .wizard-content .question-block .calculated-total .calculated-total-amount[data-v-2471c9cc]{align-items:baseline;color:#fff;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem}.configurator-wizard-section .wizard-content .question-block .calculated-total .calculated-total-amount .calculated-total-details[data-v-2471c9cc]{color:#fffc;font-size:.75rem;font-weight:500}.configurator-wizard-section .wizard-content .question-block .price-tiers[data-v-2471c9cc]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-label[data-v-2471c9cc]{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-list[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.5rem}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-item[data-v-2471c9cc]{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-item .tier-range[data-v-2471c9cc]{color:#1e293b;font-weight:500}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-item .tier-price[data-v-2471c9cc]{color:#635bff;font-weight:600}.configurator-wizard-section .wizard-content .question-block .price-tiers .price-tier-item .tier-price .tier-price-original[data-v-2471c9cc]{color:#94a3b8;margin-right:.5rem;text-decoration:line-through}.configurator-wizard-section .wizard-content .question-block .question-options[data-v-2471c9cc]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.configurator-wizard-section .wizard-content .question-block .question-options .question-options-label[data-v-2471c9cc]{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.configurator-wizard-section .wizard-content .question-block .question-options .question-options-list[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.75rem}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item[data-v-2471c9cc]{align-items:flex-start;display:flex}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item input[type=checkbox][data-v-2471c9cc]{cursor:pointer;flex-shrink:0;height:18px;margin-right:.75rem;margin-top:.125rem;width:18px}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label[data-v-2471c9cc]{cursor:pointer;display:flex;flex:1;flex-direction:column;gap:.25rem}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label .option-label[data-v-2471c9cc]{align-items:center;color:#1e293b;display:flex;font-size:.9375rem;font-weight:500}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label .option-desc[data-v-2471c9cc]{color:#64748b;font-size:.8125rem;line-height:1.4}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label .option-price-info[data-v-2471c9cc]{color:#635bff;font-size:.875rem;font-weight:600}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label .option-price-info .option-price-original[data-v-2471c9cc]{color:#94a3b8;margin-right:.5rem;text-decoration:line-through}.configurator-wizard-section .wizard-content .question-block .question-options .question-option-item label .option-price-info .price-frequency[data-v-2471c9cc]{color:#64748b;font-size:.75rem;font-weight:500;margin-left:.25rem}.configurator-wizard-section .wizard-content .product-grid-container[data-v-2471c9cc]{width:100%}.configurator-wizard-section .wizard-content .product-grid-container .product-filters[data-v-2471c9cc]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.configurator-wizard-section .wizard-content .product-grid-container .product-filters .filter-item[data-v-2471c9cc]{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;display:flex;flex:1;gap:.5rem;min-width:200px;padding:.5rem 1rem}.configurator-wizard-section .wizard-content .product-grid-container .product-filters .filter-item .filter-icon[data-v-2471c9cc]{color:#64748b;font-size:20px}.configurator-wizard-section .wizard-content .product-grid-container .product-filters .filter-item .filter-select[data-v-2471c9cc]{background:transparent;border:none;color:#1e293b;cursor:pointer;flex:1;font-size:.9375rem;font-weight:500;outline:none}.configurator-wizard-section .wizard-content .product-grid-container .product-filters .filter-item .filter-select[data-v-2471c9cc]:focus{outline:none}.configurator-wizard-section .wizard-content .product-grid-container .products-grid[data-v-2471c9cc]{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:1200px){.configurator-wizard-section .wizard-content .product-grid-container .products-grid[data-v-2471c9cc]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.configurator-wizard-section .wizard-content .product-grid-container .products-grid[data-v-2471c9cc]{grid-template-columns:1fr}}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card[data-v-2471c9cc]{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card[data-v-2471c9cc]:hover{border-color:#635bff;box-shadow:0 8px 24px #635bff26;transform:translateY(-4px)}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card.product-selected[data-v-2471c9cc]{background:linear-gradient(180deg,#f8f7ff 0,#fff);border-color:#635bff;box-shadow:0 8px 24px #635bff33}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-image-container[data-v-2471c9cc]{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f1f5f9);display:flex;justify-content:center;min-height:220px;padding:2rem;position:relative}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-image-container .product-image[data-v-2471c9cc]{max-height:180px;max-width:100%;-o-object-fit:contain;object-fit:contain}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-image-container .product-selected-badge[data-v-2471c9cc]{align-items:center;background:#635bff;border-radius:50%;box-shadow:0 4px 12px #635bff66;color:#fff;display:flex;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;width:32px}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-image-container .product-selected-badge .material-icons[data-v-2471c9cc]{font-size:20px}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info[data-v-2471c9cc]{padding:1.25rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-name[data-v-2471c9cc]{color:#1e293b;font-size:1rem;font-weight:700;margin:0 0 .5rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-description[data-v-2471c9cc]{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags[data-v-2471c9cc]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag[data-v-2471c9cc]{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-blue[data-v-2471c9cc]{background:#dbeafe;color:#1e40af}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-purple[data-v-2471c9cc]{background:#ede9fe;color:#6b21a8}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-cyan[data-v-2471c9cc]{background:#cffafe;color:#0e7490}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-green[data-v-2471c9cc]{background:#d1fae5;color:#065f46}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-red[data-v-2471c9cc]{background:#fee2e2;color:#991b1b}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-orange[data-v-2471c9cc]{background:#fee2e2;color:#edb43a}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-tags .product-tag.product-tag-yellow[data-v-2471c9cc]{background:#fef3c7;color:#92400e}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-quantity-section[data-v-2471c9cc]{align-items:center;background:#f8fafc;border-radius:8px;display:flex;gap:.75rem;margin-top:1rem;padding:.75rem 1rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-quantity-section .product-quantity-label[data-v-2471c9cc]{color:#1e293b;font-size:.875rem;font-weight:600}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-quantity-section .product-quantity-input[data-v-2471c9cc]{border:2px solid #e2e8f0;border-radius:6px;color:#1e293b;flex:1;font-size:.9375rem;font-weight:600;padding:.5rem .75rem;text-align:center}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-quantity-section .product-quantity-input[data-v-2471c9cc]:focus{border-color:#635bff;outline:none}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers[data-v-2471c9cc]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:.75rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-label[data-v-2471c9cc]{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list[data-v-2471c9cc]{display:flex;flex-direction:column;gap:.5rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item[data-v-2471c9cc]{align-items:center;display:flex;font-size:.8125rem;justify-content:space-between}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-range[data-v-2471c9cc]{color:#1e293b;font-weight:500}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-price[data-v-2471c9cc]{color:#635bff;font-weight:600}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price-tiers .product-price-tier-list .product-price-tier-item .tier-price .tier-price-original[data-v-2471c9cc]{color:#94a3b8;margin-right:.5rem;text-decoration:line-through}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-total-price[data-v-2471c9cc]{align-items:center;background:linear-gradient(135deg,#635bff,#5146e5);border-radius:8px;box-shadow:0 2px 8px #635bff33;display:flex;gap:.5rem;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-total-price .product-total-label[data-v-2471c9cc]{color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-total-price .product-total-amount[data-v-2471c9cc]{align-items:baseline;color:#fff;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-total-price .product-price-type[data-v-2471c9cc],.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-total-price .product-total-amount .product-total-details[data-v-2471c9cc]{color:#fffc;font-size:.75rem;font-weight:500}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price[data-v-2471c9cc]{align-items:baseline;display:flex;gap:.5rem;margin-top:1rem}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price .product-original-price[data-v-2471c9cc]{color:#94a3b8;font-size:.875rem;text-decoration:line-through}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price .product-current-price[data-v-2471c9cc]{color:#635bff;font-size:1.125rem;font-weight:700}.configurator-wizard-section .wizard-content .product-grid-container .products-grid .product-card .product-info .product-price .product-price-type[data-v-2471c9cc]{color:#64748b;font-size:.875rem}.configurator-wizard-section .wizard-content .total-section[data-v-2471c9cc]{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;margin-top:2rem;padding:1.5rem}.configurator-wizard-section .wizard-content .total-section .total-header[data-v-2471c9cc]{border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.75rem}.configurator-wizard-section .wizard-content .total-section .total-header h4[data-v-2471c9cc]{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.configurator-wizard-section .wizard-content .total-section .detailed-summary[data-v-2471c9cc]{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group[data-v-2471c9cc]{background:#fff;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-section-header[data-v-2471c9cc]{background:linear-gradient(135deg,#635bff,#5146e5);border-bottom:2px solid #e2e8f0;padding:1rem 1.25rem}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-section-header h5[data-v-2471c9cc]{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list[data-v-2471c9cc]{padding:.5rem 0}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item[data-v-2471c9cc]{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.875rem 1.25rem;transition:background-color .2s ease}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item[data-v-2471c9cc]:last-child{border-bottom:none}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item[data-v-2471c9cc]:hover{background-color:#f8fafc}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-info[data-v-2471c9cc]{display:flex;flex:1;flex-direction:column;gap:.25rem}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-info .detail-item-label[data-v-2471c9cc]{color:#1e293b;font-size:.9375rem;font-weight:600}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-info .detail-item-details[data-v-2471c9cc]{color:#64748b;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace;font-size:.8125rem;font-weight:500}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-price[data-v-2471c9cc]{align-items:baseline;display:flex;flex-shrink:0;gap:.25rem}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-price .detail-price-amount[data-v-2471c9cc]{color:#635bff;font-size:1.125rem;font-weight:700}.configurator-wizard-section .wizard-content .total-section .detailed-summary .detail-section-group .detail-items-list .detail-item .detail-item-price .detail-price-frequency[data-v-2471c9cc]{color:#64748b;font-size:.8125rem;font-weight:500}.configurator-wizard-section .wizard-content .total-section .total-breakdown[data-v-2471c9cc]{border-top:2px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.configurator-wizard-section .wizard-content .total-section .total-breakdown .total-line[data-v-2471c9cc]{align-items:center;display:flex;justify-content:space-between}.configurator-wizard-section .wizard-content .total-section .total-breakdown .total-line .total-label[data-v-2471c9cc]{color:#64748b;font-size:.9375rem;font-weight:500}.configurator-wizard-section .wizard-content .total-section .total-breakdown .total-line .total-amount[data-v-2471c9cc]{color:#635bff;font-size:1.125rem;font-weight:700}.configurator-wizard-section .wizard-content .total-section .total-breakdown .total-line.total-line-global .total-label[data-v-2471c9cc]{color:#1e293b;font-weight:700}.configurator-wizard-section .wizard-content .total-section .total-breakdown .total-line.total-line-global .total-amount[data-v-2471c9cc]{font-size:1.25rem}.configurator-wizard-section .wizard-content .wizard-navigation[data-v-2471c9cc]{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:2rem}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button[data-v-2471c9cc]{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button .material-icons[data-v-2471c9cc]{font-size:18px}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button[data-v-2471c9cc]:disabled{cursor:not-allowed;opacity:.4}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-prev[data-v-2471c9cc]{background:#fff;border:2px solid #e2e8f0;color:#64748b}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-prev[data-v-2471c9cc]:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-next[data-v-2471c9cc],.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]{background:#635bff;color:#fff;margin-left:auto}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-next[data-v-2471c9cc]:hover:not(:disabled),.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]:hover:not(:disabled){background:#5146e5;box-shadow:0 4px 12px #635bff4d}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-next[data-v-2471c9cc]:active:not(:disabled),.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]:active:not(:disabled){transform:translateY(1px)}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]{background:#10b981}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d}@media(max-width:1024px){.configurator-wizard-section .wizard-container[data-v-2471c9cc]{grid-template-columns:1fr}.configurator-wizard-section .wizard-sidebar[data-v-2471c9cc]{border-bottom:1px solid #e2e8f0;border-right:none;overflow-x:auto}.configurator-wizard-section .wizard-sidebar .steps-list[data-v-2471c9cc]{flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.configurator-wizard-section .wizard-sidebar .steps-list .step-item[data-v-2471c9cc]{flex-direction:column;min-width:100px;padding:1rem .75rem;text-align:center}.configurator-wizard-section .wizard-sidebar .steps-list .step-item .step-icon[data-v-2471c9cc],.configurator-wizard-section .wizard-sidebar .steps-list .step-item .step-info .step-subtitle[data-v-2471c9cc]{display:none}.configurator-wizard-section .wizard-content[data-v-2471c9cc]{padding:2rem 1.5rem}}@media(max-width:768px){.configurator-wizard-section[data-v-2471c9cc]{padding:3rem 0}.configurator-wizard-section .container[data-v-2471c9cc]{padding:0 1rem}.configurator-wizard-section .wizard-header[data-v-2471c9cc]{margin-bottom:2rem}.configurator-wizard-section .wizard-header .heading-xl[data-v-2471c9cc]{font-size:1.75rem}.configurator-wizard-section .wizard-header .description[data-v-2471c9cc]{font-size:1rem}.configurator-wizard-section .wizard-container[data-v-2471c9cc]{border-radius:12px}.configurator-wizard-section .wizard-sidebar[data-v-2471c9cc]{padding:1.5rem}.configurator-wizard-section .wizard-sidebar .steps-list .step-item[data-v-2471c9cc]{min-width:80px;padding:.75rem .5rem}.configurator-wizard-section .wizard-sidebar .steps-list .step-item .step-info .step-title[data-v-2471c9cc]{font-size:.8125rem}.configurator-wizard-section .wizard-content[data-v-2471c9cc]{padding:1.5rem 1rem}.configurator-wizard-section .wizard-content .content-header h3[data-v-2471c9cc]{font-size:1.25rem}.configurator-wizard-section .wizard-content .content-header p[data-v-2471c9cc]{font-size:.9375rem}.configurator-wizard-section .wizard-content .wizard-navigation[data-v-2471c9cc]{flex-direction:column}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button[data-v-2471c9cc]{width:100%}.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-next[data-v-2471c9cc],.configurator-wizard-section .wizard-content .wizard-navigation .nav-button.nav-submit[data-v-2471c9cc]{margin-left:0}}.configurator-wizard-section .image-preview-modal[data-v-2471c9cc]{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.configurator-wizard-section .image-preview-modal .image-preview-content[data-v-2471c9cc]{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:90vw;padding:1rem;position:relative}.configurator-wizard-section .image-preview-modal .image-preview-content .close-button[data-v-2471c9cc]{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:36px;z-index:10}.configurator-wizard-section .image-preview-modal .image-preview-content .close-button .material-icons[data-v-2471c9cc]{color:#1e293b;font-size:20px}.configurator-wizard-section .image-preview-modal .image-preview-content .close-button[data-v-2471c9cc]:hover{background:#f8fafc;transform:scale(1.1)}.configurator-wizard-section .image-preview-modal .image-preview-content .preview-image[data-v-2471c9cc]{border-radius:8px;max-height:calc(90vh - 2rem);max-width:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:480px){.hidden-xs[data-v-96d06121]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-96d06121]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-96d06121]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-96d06121]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-96d06121]{display:none!important}}.toggle-buttons[data-v-96d06121]{align-items:center;background-color:#e5e7eb;border-radius:.75rem;box-shadow:inset 0 2px 4px #0000001a;display:inline-flex;gap:12px;padding:.375rem;position:relative}.toggle-slider[data-v-96d06121]{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 6px #0000001f,0 1px 2px #0000000f;height:calc(100% - .75rem);left:0;pointer-events:none;position:absolute;top:.375rem;transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);z-index:0}.toggle-buttons button[data-v-96d06121]{align-items:center;background:transparent;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;position:relative;transition:color .2s ease;z-index:1}.toggle-buttons button[data-v-96d06121]:not(.active){background-color:#ececec;box-shadow:inset 0 0 6px 2px #0000001a;text-shadow:0 1px 0 hsla(0,0%,100%,.6)}.toggle-buttons button[data-v-96d06121]:hover:not(.active){background-color:#fff6;color:var(--navbar-font-color)}.toggle-buttons button.active[data-v-96d06121]{color:var(--navbar-font-color)}.toggle-buttons button .badge[data-v-96d06121]{background-color:var(--primary-color);border-radius:.375rem;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem}.toggle-buttons button .toggle-icon[data-v-96d06121]{font-size:1.125rem}@media(max-width:480px){.hidden-xs{display:none!important}}@media(max-width:768px){.hidden-s{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m{display:none!important}}@media(min-width:1025px){.hidden-l{display:none!important}}@media(min-width:1281px){.hidden-xl{display:none!important}}.pricing-component{box-sizing:border-box;padding:4rem 2rem;width:100%}@media(max-width:768px){.pricing-component{padding:2rem 1rem}}@media(min-width:769px)and (max-width:1024px){.pricing-component{padding:2rem 1rem}}.pricing-component .pricing-footnote{color:#6b7280;font-size:.85rem;line-height:1.55;margin:2rem auto 0;max-width:760px;text-align:center}.pricing-component .pricing-footnote strong{color:var(--navbar-font-color);font-size:.85rem;font-weight:600}.pricing-component .pricing-header{margin-bottom:3rem;text-align:center}.pricing-component .pricing-header .pricing-title{color:var(--navbar-font-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-header .pricing-title{font-size:2rem}}.pricing-component .pricing-header .pricing-description{color:#666;font-size:1.125rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.pricing-component .pricing-tabs{display:none}@media(max-width:768px){.pricing-component .pricing-tabs{display:block;margin:0 0 1.25rem;overflow-x:auto;padding:0 1rem;scrollbar-width:none}.pricing-component .pricing-tabs::-webkit-scrollbar{display:none}}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-tabs{display:block;margin:0 0 1.25rem;overflow-x:auto;padding:0 1rem;scrollbar-width:none}.pricing-component .pricing-tabs::-webkit-scrollbar{display:none}}.pricing-component .pricing-tabs-track{background:#f1f1f4;border-radius:999px;box-sizing:border-box;display:inline-flex;gap:.25rem;min-width:100%;padding:.3rem;position:relative;vertical-align:top}.pricing-component .pricing-tab-indicator{background:#fff;border-radius:999px;bottom:.3rem;box-shadow:0 1px 4px #0000001f;left:0;position:absolute;top:.3rem;transition:transform .32s cubic-bezier(.4,0,.2,1),width .32s cubic-bezier(.4,0,.2,1);z-index:0}.pricing-component .pricing-tab{background:transparent;border:none;border-radius:999px;color:#6b7280;cursor:pointer;flex:1 0 auto;font-size:.875rem;font-weight:600;padding:.55rem 1rem;position:relative;text-align:center;transition:color .2s ease;white-space:nowrap;z-index:1}.pricing-component .pricing-tab.active{color:var(--primary-color)}.pricing-component .pricing-plans-wrap{position:relative}.pricing-component .pricing-nav{display:none}@media(max-width:768px){.pricing-component .pricing-nav{align-items:center;background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 6px 18px #00000047;color:#fff;cursor:pointer;display:flex;height:42px;justify-content:center;padding:0;position:absolute;top:6.5rem;transition:transform .15s ease;width:42px;z-index:3}.pricing-component .pricing-nav .material-symbols-outlined{color:#fff;font-size:24px}.pricing-component .pricing-nav:active{transform:scale(.92)}}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-nav{align-items:center;background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 6px 18px #00000047;color:#fff;cursor:pointer;display:flex;height:42px;justify-content:center;padding:0;position:absolute;top:6.5rem;transition:transform .15s ease;width:42px;z-index:3}.pricing-component .pricing-nav .material-symbols-outlined{color:#fff;font-size:24px}.pricing-component .pricing-nav:active{transform:scale(.92)}}.pricing-component .pricing-nav.pricing-nav-left{left:.5rem}.pricing-component .pricing-nav.pricing-nav-right{right:.5rem}.pricing-component .pricing-plans{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-plans{gap:1.25rem;grid-template-columns:1fr}}@media(max-width:768px){.pricing-component .pricing-plans.has-multiple{display:flex;flex-wrap:nowrap;grid-template-columns:none;overflow-x:auto;scroll-padding-inline:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 1rem .5rem;scrollbar-width:none}.pricing-component .pricing-plans.has-multiple::-webkit-scrollbar{display:none}.pricing-component .pricing-plans.has-multiple .pricing-plan{flex:0 0 86%;scroll-snap-align:start}}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-plans.has-multiple{display:flex;flex-wrap:nowrap;grid-template-columns:none;overflow-x:auto;scroll-padding-inline:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 1rem .5rem;scrollbar-width:none}.pricing-component .pricing-plans.has-multiple::-webkit-scrollbar{display:none}.pricing-component .pricing-plans.has-multiple .pricing-plan{flex:0 0 86%;scroll-snap-align:start}}.pricing-component .pricing-plans .pricing-plan{background:#fff;border:1px solid #ebebeb;border-radius:1.25rem;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.pricing-component .pricing-plans .pricing-plan:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-2px)}.pricing-component .pricing-plans .pricing-plan.popular{box-shadow:0 6px 24px #0000001a}.pricing-component .pricing-plans .pricing-plan.popular,.pricing-component .pricing-plans .pricing-plan.recommended{border-color:var(--plan-color,var(--primary-color));border-width:2px}.pricing-component .pricing-plans .pricing-plan.highlighted:before{background:radial-gradient(ellipse at 10% 40%,rgba(173,196,255,.5) 0,transparent 50%),radial-gradient(ellipse at 50% 30%,rgba(255,165,80,.45) 0,transparent 50%),radial-gradient(ellipse at 85% 40%,rgba(255,210,80,.4) 0,transparent 50%),radial-gradient(ellipse at 30% 60%,rgba(255,140,105,.3) 0,transparent 40%);border-radius:1.25rem 1.25rem 0 0;content:"";height:65%;left:0;mask-image:linear-gradient(180deg,#000 40%,transparent);-webkit-mask-image:linear-gradient(180deg,#000 40%,transparent);pointer-events:none;position:absolute;right:0;top:0;z-index:0}.pricing-component .pricing-plans .pricing-plan.highlighted .plan-badge,.pricing-component .pricing-plans .pricing-plan.highlighted .plan-features,.pricing-component .pricing-plans .pricing-plan.highlighted .plan-header{position:relative;z-index:1}.pricing-component .pricing-plans .pricing-plan.highlighted .plan-header .plan-cta{background:#1a1a1a;color:#fff}.pricing-component .pricing-plans .pricing-plan.highlighted .plan-header .plan-cta:hover{background:#333}.pricing-component .pricing-plans .pricing-plan .plan-badge{background:var(--plan-color,var(--primary-color));border-radius:2rem;box-shadow:0 2px 8px #0000001f;color:#fff;font-size:.8125rem;font-weight:600;left:50%;padding:.375rem 1.25rem;position:absolute;top:-.75rem;transform:translate(-50%);white-space:nowrap}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-name{color:var(--navbar-font-color);font-size:1.375rem;font-weight:600;margin-bottom:.25rem}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-description{color:#9ca3af;font-size:.8125rem;line-height:1.4;margin-bottom:1rem}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-label{margin-bottom:0}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-label .label-text{color:var(--navbar-font-color);display:block;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-label .label-sub{color:#9ca3af;display:block;font-size:.8125rem;margin-top:.25rem}.pricing-component .pricing-plans .pricing-plan .plan-header .price-prefix{color:#b0b0b0;display:block;font-size:.8125rem;font-weight:500;margin-bottom:.15rem}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-price{align-items:baseline;display:flex;gap:.5rem;margin-bottom:0}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-price .price-amount{color:var(--navbar-font-color);font-size:2.75rem;font-weight:700;letter-spacing:-.02em;line-height:1}@media(min-width:769px)and (max-width:1024px){.pricing-component .pricing-plans .pricing-plan .plan-header .plan-price .price-amount{font-size:2.25rem}}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-price .price-period{color:#b0b0b0;font-size:.8125rem;font-weight:400;line-height:1.3}.pricing-component .pricing-plans .pricing-plan .plan-header .price-monthly-equivalent{color:#b0b0b0;font-size:.8125rem}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-cta{background:#e5e5e7;border-radius:.75rem;color:#1a1a1a;cursor:pointer;display:block;font-size:.9375rem;font-weight:600;margin:1.25rem auto 0;min-width:60%;padding:.875rem 2.5rem;text-align:center;text-decoration:none;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.pricing-component .pricing-plans .pricing-plan .plan-header .plan-cta:hover{background:#d4d4d6}.pricing-component .pricing-plans .pricing-plan.popular .plan-header .plan-cta,.pricing-component .pricing-plans .pricing-plan.recommended .plan-header .plan-cta{background:#1a1a1a;color:#fff}.pricing-component .pricing-plans .pricing-plan.popular .plan-header .plan-cta:hover,.pricing-component .pricing-plans .pricing-plan.recommended .plan-header .plan-cta:hover{background:#333}.pricing-component .pricing-plans .pricing-plan .plan-features{display:flex;flex:1;flex-direction:column;gap:1.25rem;margin-top:1.75rem}.pricing-component .pricing-plans .pricing-plan .plan-features .section-title{display:none}.pricing-component .pricing-plans .pricing-plan .plan-features .feature-group .feature-group-title{border-bottom:1px solid #f0f0f0;color:#9ca3af;font-size:.6875rem;font-weight:700;letter-spacing:.08em;margin:0 0 .625rem;padding-bottom:.375rem;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item{align-items:center;display:flex;gap:.875rem}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item .feature-icon{color:#6b7280;flex-shrink:0;font-size:1.25rem;font-variation-settings:"FILL" 0,"wght" 400;text-align:center;width:1.25rem}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item .feature-content{align-items:baseline;display:flex;flex:1;flex-wrap:wrap;gap:0 .25rem}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item .feature-content .feature-name{color:#1a1a1a;display:inline;font-size:.9375rem;font-weight:500}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item .feature-content .feature-value{color:#1a1a1a;display:inline;font-size:.9375rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-features .features-list .feature-item .feature-content .feature-description{color:#9ca3af;font-size:.8125rem;line-height:1.4;margin:.125rem 0 0;width:100%}.pricing-component .pricing-plans .pricing-plan .plan-addons{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.pricing-component .pricing-plans .pricing-plan .plan-addons .section-title{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item{background-color:#f9fafb;border:1px solid #f0f0f0;border-radius:.625rem;padding:.875rem;transition:border-color .2s ease}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item:hover{border-color:var(--plan-color,var(--primary-color))}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.375rem}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-header .addon-icon{color:var(--plan-color,var(--primary-color));font-size:1.125rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-header .addon-name{color:var(--navbar-font-color);font-size:.875rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-description{color:#9ca3af;font-size:.8125rem;line-height:1.4;margin:0 0 .5rem}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-price{color:var(--plan-color,var(--primary-color));font-size:.9375rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-addons .addons-list .addon-item .addon-price span{color:#9ca3af;font-size:.8125rem;font-weight:400}.pricing-component .pricing-plans .pricing-plan .plan-usage{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.pricing-component .pricing-plans .pricing-plan .plan-usage .section-title{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item{background-color:#f0f7ff;border:1px solid #e0edf9;border-radius:.625rem;padding:.875rem}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.375rem}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-header .usage-icon{color:#3b82f6;font-size:1.125rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-header .usage-name{color:var(--navbar-font-color);font-size:.875rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-description{color:#9ca3af;font-size:.8125rem;line-height:1.4;margin:0 0 .75rem}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details{gap:.375rem;grid-template-columns:1fr}}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-included,.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-overage{display:flex;flex-direction:column;gap:.125rem}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-included .usage-label,.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-overage .usage-label{color:#9ca3af;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-included .usage-value,.pricing-component .pricing-plans .pricing-plan .plan-usage .usage-list .usage-item .usage-details .usage-overage .usage-value{color:#3b82f6;font-size:.875rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-fees{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.pricing-component .pricing-plans .pricing-plan .plan-fees .section-title{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item{background-color:#fffbeb;border:1px solid #fde68a;border-radius:.625rem;padding:.875rem}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.375rem}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-header .fee-icon{color:#f59e0b;font-size:1.125rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-header .fee-name{color:var(--navbar-font-color);font-size:.875rem;font-weight:600}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-description{color:#9ca3af;font-size:.8125rem;line-height:1.4;margin:0 0 .75rem}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details{display:flex;flex-direction:column;gap:.375rem}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details .fee-amount{color:#f59e0b;font-size:1rem;font-weight:700}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details .fee-billing .fee-method{border-radius:.375rem;display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.05em;padding:.1875rem .625rem;text-transform:uppercase}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details .fee-billing .fee-method.deducted{background-color:#dcfce7;color:#16a34a}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details .fee-billing .fee-method.end-of-month{background-color:#dbeafe;color:#2563eb}.pricing-component .pricing-plans .pricing-plan .plan-fees .fees-list .fee-item .fee-details .fee-conditions{color:#9ca3af;font-size:.75rem;font-style:italic;margin:0}.pricing-component .comparison-table-container{margin-top:4rem;padding:0 2rem}@media(min-width:769px)and (max-width:1024px){.pricing-component .comparison-table-container{padding:0 1rem}}.pricing-component .comparison-table-container .comparison-title{color:var(--navbar-font-color);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(min-width:769px)and (max-width:1024px){.pricing-component .comparison-table-container .comparison-title{font-size:1.5rem}}.pricing-component .comparison-table-container .table-wrapper{border-radius:1rem;box-shadow:0 4px 20px #00000014;overflow-x:auto}.pricing-component .comparison-table-container .table-wrapper .comparison-table{background:#fff;border-collapse:collapse;min-width:800px;width:100%}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr{border-bottom:2px solid #e5e7eb}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th{background:#f9fafb;font-weight:600;padding:2rem 1.5rem;text-align:center}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.feature-column{color:var(--navbar-font-color);font-size:1rem;min-width:250px;text-align:left;width:30%}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column{border-left:1px solid #e5e7eb;width:calc(70%/var(--plans-count, 3))}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell{align-items:center;display:flex;flex-direction:column;gap:.75rem}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell .plan-name{color:var(--plan-color,var(--primary-color));font-size:1.25rem;font-weight:700}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell .plan-price{color:var(--navbar-font-color);font-size:1.5rem;font-weight:700}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell .plan-price .price-period{color:#6b7280;font-size:.875rem;font-weight:400}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell .plan-cta-btn{background:var(--plan-color,var(--primary-color));border-radius:.5rem;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.625rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}.pricing-component .comparison-table-container .table-wrapper .comparison-table thead tr th.plan-column .plan-header-cell .plan-cta-btn:hover{box-shadow:0 4px 12px #00000026;opacity:.9;transform:translateY(-2px)}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row:hover{background-color:#f9fafb}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row:last-child{border-bottom:none}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td{padding:1.5rem}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-name-cell{color:var(--navbar-font-color);font-weight:500;text-align:left}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-name-cell .feature-name-content{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-name-cell .feature-name-content .feature-icon{color:var(--primary-color);font-size:1.5rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-name-cell .feature-name-content span{font-size:1rem}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-name-cell .feature-description-table{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0;padding-left:2.25rem}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-value-cell{border-left:1px solid #e5e7eb;text-align:center}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-value-cell .check-icon{color:#10b981;font-size:1.75rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-value-cell .cross-icon{color:#ef4444;font-size:1.75rem;font-variation-settings:"FILL" 1,"wght" 400}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-value-cell .feature-value-text{color:var(--navbar-font-color);font-size:1rem;font-weight:600}.pricing-component .comparison-table-container .table-wrapper .comparison-table tbody tr.feature-row td.feature-value-cell .not-available{color:#9ca3af;font-size:1.25rem}@media(max-width:480px){.hidden-xs[data-v-c199038d]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-c199038d]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-c199038d]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-c199038d]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-c199038d]{display:none!important}}.timeline-container[data-v-c199038d]{background-color:#f9fafb;padding:4rem 0;position:relative}.timeline-wrapper[data-v-c199038d]{margin:0 auto;max-width:1400px;padding:0 2rem}.timeline-header[data-v-c199038d]{margin-bottom:3rem;text-align:center}.timeline-subtitle[data-v-c199038d]{color:#4f46e5;font-size:1rem;font-weight:600;margin-bottom:.5rem}.timeline-title[data-v-c199038d]{color:#111827;font-size:2.5rem;font-weight:700;margin:0}.timeline-controls[data-v-c199038d]{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.timeline-navigation[data-v-c199038d]{align-items:center;display:flex;gap:.5rem}.nav-button[data-v-c199038d],.today-button[data-v-c199038d]{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#111827;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.nav-button[data-v-c199038d]:hover,.today-button[data-v-c199038d]:hover{background:#f9fafb;border-color:#4f46e5}.nav-button .material-icons[data-v-c199038d],.today-button .material-icons[data-v-c199038d]{font-size:1.25rem;vertical-align:middle}.timeline-options[data-v-c199038d]{align-items:center;display:flex;gap:1rem}.show-completed-toggle[data-v-c199038d]{align-items:center;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.show-completed-toggle input[type=checkbox][data-v-c199038d]{cursor:pointer}.timeline-grid-container[data-v-c199038d]{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative}.timeline-dates[data-v-c199038d]{background:#f9fafb;border-bottom:2px solid #e5e7eb;display:grid}.date-cell[data-v-c199038d]{border-right:1px solid #e5e7eb;padding:1rem;text-align:center}.date-cell[data-v-c199038d]:last-child{border-right:none}.date-cell.is-weekend[data-v-c199038d]{background:repeating-linear-gradient(45deg,#cbd5e126,#cbd5e126 10px,#e2e8f026 0,#e2e8f026 20px)}.date-cell.is-weekend .date-day[data-v-c199038d],.date-cell.is-weekend .date-number[data-v-c199038d]{color:#94a3b8}.date-cell.is-today[data-v-c199038d]{background:#4f46e51a;color:#4f46e5;font-weight:600}.date-cell.is-today .date-number[data-v-c199038d]{align-items:center;background:#4f46e5;border-radius:50%;color:#fff;display:inline-flex;height:2rem;justify-content:center;margin-top:.25rem;width:2rem}.date-cell.is-today.is-weekend[data-v-c199038d]{background:repeating-linear-gradient(45deg,#4f46e514,#4f46e514 10px,#4f46e526 0,#4f46e526 20px)}.date-day[data-v-c199038d]{color:#6b7280;font-size:.75rem;margin-bottom:.25rem;text-transform:uppercase}.date-number[data-v-c199038d]{color:#111827;font-size:1.125rem;font-weight:600}.date-relative[data-v-c199038d]{color:#6b7280;font-size:.7rem;font-weight:400;margin-top:.25rem}.timeline-tasks-grid[data-v-c199038d]{background-image:repeating-linear-gradient(to right,transparent,transparent calc(100%/var(--days-count) - 1px),#e5e7eb calc(100%/var(--days-count) - 1px),#e5e7eb calc(100%/var(--days-count)));display:grid;gap:0;min-height:300px;position:relative}.timeline-tasks-grid[data-v-c199038d]:before{background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(var(--row-height, 80px) - 1px),#e5e7eb calc(var(--row-height, 80px) - 1px),#e5e7eb var(--row-height,80px));content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:1}.task-bar[data-v-c199038d]{align-items:center;border-radius:.5rem;box-shadow:0 1px 2px #0000001a;cursor:pointer;display:flex;margin:15px 8px;overflow:hidden;padding:.75rem 1rem;position:relative;transition:all .2s;z-index:2}.task-bar[data-v-c199038d]:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);z-index:3}.task-bar.task-continues-left[data-v-c199038d]{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0;padding-left:.5rem}.task-bar.task-continues-left[data-v-c199038d]:before{background:#fff6;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.task-bar.task-continues-right[data-v-c199038d]{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:0;padding-right:.5rem}.task-bar.task-continues-right[data-v-c199038d]:after{background:#fff6;bottom:0;content:"";position:absolute;right:0;top:0;width:4px;z-index:10}.weekend-overlay[data-v-c199038d]{align-items:center;border-radius:.5rem;display:flex;justify-content:center;margin:15px 8px;overflow:hidden;pointer-events:none;position:relative;z-index:3}.weekend-stripe-pattern[data-v-c199038d]{background:repeating-linear-gradient(45deg,#fff3,#fff3 6px,#ffffff59 0,#ffffff59 12px);border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:100%}.task-content[data-v-c199038d]{align-items:center;display:flex;gap:.5rem;height:100%}.task-icon[data-v-c199038d]{color:#fff;flex-shrink:0;font-size:1.25rem}.task-info[data-v-c199038d]{flex:1;min-width:0}.task-title[data-v-c199038d]{font-size:.875rem;font-weight:600}.task-subtitle[data-v-c199038d],.task-title[data-v-c199038d]{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-subtitle[data-v-c199038d]{font-size:.75rem;margin-top:-10px;opacity:.9}.task-connections-overlay[data-v-c199038d]{height:100%;pointer-events:none;width:100%;z-index:1}.future-tasks-indicator[data-v-c199038d]{align-items:center;background:linear-gradient(135deg,#4f46e51a,#8b5cf61a);border:1px solid rgba(79,70,229,.3);border-radius:.5rem;box-shadow:0 2px 8px #4f46e526;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin:15px 8px;padding:.75rem 1rem;position:relative;transition:all .2s;white-space:nowrap;z-index:2}.future-tasks-indicator[data-v-c199038d]:hover{background:linear-gradient(135deg,#4f46e526,#8b5cf626);transform:translateY(-2px)}.future-tasks-indicator .material-icons[data-v-c199038d]{color:var(--primary-text-color);font-size:1.25rem}@media(max-width:768px){.future-tasks-text[data-v-c199038d]{display:none}}.panel-field[data-v-c199038d]{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:.75rem;padding:1rem 0}.panel-field.duration-panel-field[data-v-c199038d]{align-items:flex-start}.panel-field[data-v-c199038d]:last-child{border-bottom:none}.field-value-group[data-v-c199038d]{display:flex;flex-direction:column;gap:.25rem}.field-icon[data-v-c199038d]{color:#6b7280;font-size:1.25rem}.field-label[data-v-c199038d]{color:#6b7280;font-size:.875rem;font-weight:500;min-width:80px}.field-value[data-v-c199038d]{color:#111827;font-size:.875rem}.skipped-weekend-alert[data-v-c199038d]{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:.375rem;color:#b45309;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.skipped-weekend-alert .alert-icon[data-v-c199038d]{align-items:baseline;color:#f59e0b;flex-shrink:0;font-size:1rem}.field-link[data-v-c199038d]{color:#4f46e5;font-size:.875rem;text-decoration:none;word-break:break-all}.field-link[data-v-c199038d]:hover{text-decoration:underline}.status-badge[data-v-c199038d]{border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500;margin-left:auto;padding:.25rem .75rem}.labels-list[data-v-c199038d]{display:flex;flex-wrap:wrap;gap:.5rem}.label-tag[data-v-c199038d]{background:#f9fafb;border-radius:.25rem;color:#111827;font-size:.75rem;padding:.25rem .75rem}.panel-section[data-v-c199038d]{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.panel-section h4[data-v-c199038d]{color:#111827;font-size:1rem;font-weight:600;margin:0 0 1rem}.description-text[data-v-c199038d]{color:#6b7280;line-height:1.6;margin:0}.connected-tasks[data-v-c199038d]{display:flex;flex-direction:column;gap:.5rem}.connected-task[data-v-c199038d]{background:#f9fafb;border-radius:.5rem;color:#111827;cursor:pointer;font-size:.875rem;padding:.75rem;transition:all .2s}.connected-task[data-v-c199038d]:hover{background:#eaedf1}@media(max-width:1023px){.timeline-container[data-v-c199038d]{padding:2rem 0}.timeline-wrapper[data-v-c199038d]{padding:0 1rem}.timeline-header[data-v-c199038d]{margin-bottom:2rem}.timeline-title[data-v-c199038d]{font-size:1.75rem}.timeline-subtitle[data-v-c199038d]{font-size:.875rem}.timeline-controls[data-v-c199038d]{gap:.75rem;justify-content:center}.today-button[data-v-c199038d]{font-size:.75rem;padding:.5rem .75rem}.nav-button[data-v-c199038d]{padding:.5rem}.nav-button .material-icons[data-v-c199038d]{font-size:1rem}.date-cell[data-v-c199038d]{padding:.75rem .5rem}.date-day[data-v-c199038d]{font-size:.65rem}.date-number[data-v-c199038d]{font-size:1rem}.date-relative[data-v-c199038d]{font-size:.6rem}.task-bar[data-v-c199038d]{margin:10px 4px;padding:.5rem .75rem}.task-bar.task-continues-left[data-v-c199038d]{padding-left:.25rem}.task-bar.task-continues-right[data-v-c199038d]{padding-right:.25rem}.task-icon[data-v-c199038d]{font-size:1rem}.task-title[data-v-c199038d]{font-size:.75rem}.task-subtitle[data-v-c199038d]{font-size:.65rem}.weekend-overlay[data-v-c199038d]{margin:10px 4px}.timeline-tasks-grid[data-v-c199038d]{min-height:200px}.future-tasks-indicator[data-v-c199038d]{font-size:.75rem;justify-self:flex-end;margin:10px 4px;padding:.5rem .75rem;width:20%}.future-tasks-indicator .material-icons[data-v-c199038d]{font-size:1rem}.future-tasks-text[data-v-c199038d]{display:none}.task-panel[data-v-c199038d]{width:100%}.panel-header[data-v-c199038d]{padding:1rem}.panel-header h3[data-v-c199038d]{font-size:1rem}.panel-content[data-v-c199038d]{padding:1rem}.panel-field[data-v-c199038d]{flex-wrap:wrap;padding:.75rem 0}.field-label[data-v-c199038d]{min-width:60px}.field-label[data-v-c199038d],.field-value[data-v-c199038d]{font-size:.8rem}}.immat-access-control[data-v-c5978a4b]{background-color:#f3f4f6;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;height:600px;margin:3rem auto;max-width:1100px;overflow:hidden;position:relative;width:100%}.immat-access-control .loading-overlay[data-v-c5978a4b]{align-items:center;background-color:#ffffffe6;display:flex;flex-direction:column;gap:1rem;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute;z-index:100}.immat-access-control .loading-overlay p[data-v-c5978a4b]{color:#374151;font-weight:600;margin:0}.immat-access-control .loading-overlay .spinner[data-v-c5978a4b]{animation:spin-c5978a4b 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.immat-access-control .canvas-container[data-v-c5978a4b]{background-color:#87ceeb;flex:1;height:100%}.immat-access-control .ui-sidebar[data-v-c5978a4b]{background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem;width:320px;z-index:10}.immat-access-control .ui-sidebar .sidebar-header[data-v-c5978a4b]{margin-bottom:2rem}.immat-access-control .ui-sidebar .sidebar-header h3[data-v-c5978a4b]{color:#111827;font-size:1.25rem;font-weight:700;margin:0}.immat-access-control .ui-sidebar .sidebar-header p[data-v-c5978a4b]{color:#6b7280;font-size:.875rem;margin-top:.25rem}.immat-access-control .ui-sidebar .simulation-controls[data-v-c5978a4b]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.immat-access-control .ui-sidebar .simulation-controls .btn[data-v-c5978a4b]{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;padding:.75rem 1rem;transition:all .2s}.immat-access-control .ui-sidebar .simulation-controls .btn[data-v-c5978a4b]:disabled{animation:none!important;cursor:not-allowed;opacity:.5}.immat-access-control .ui-sidebar .simulation-controls .btn .material-icons[data-v-c5978a4b]{font-size:1.25rem}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-authorized[data-v-c5978a4b]{background-color:#ecfdf5;color:#065f46}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-authorized[data-v-c5978a4b]:hover:not(:disabled){background-color:#d1fae5;transform:scale(1.02)}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-unknown[data-v-c5978a4b]{background-color:#fef2f2;color:#991b1b}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-unknown[data-v-c5978a4b]:hover:not(:disabled){background-color:#fee2e2;transform:scale(1.02)}.immat-access-control .ui-sidebar .simulation-controls .btn.pulse-success[data-v-c5978a4b]{animation:pulse-success-c5978a4b 2s infinite}.immat-access-control .ui-sidebar .simulation-controls .btn.pulse-danger[data-v-c5978a4b]{animation:pulse-danger-c5978a4b 2.5s infinite}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-selection[data-v-c5978a4b]{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151;margin-top:.5rem}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-selection[data-v-c5978a4b]:hover:not(:disabled){background-color:#e5e7eb}.immat-access-control .ui-sidebar .simulation-controls .btn.btn-selection.active[data-v-c5978a4b]{background-color:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.immat-access-control .ui-sidebar .map-editor[data-v-c5978a4b]{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem}.immat-access-control .ui-sidebar .map-editor .editor-header[data-v-c5978a4b]{color:#374151;font-size:.75rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.immat-access-control .ui-sidebar .map-editor .add-object-section[data-v-c5978a4b]{margin-bottom:.75rem}.immat-access-control .ui-sidebar .map-editor .add-object-section select[data-v-c5978a4b]{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;font-size:.8rem;padding:.4rem;width:100%}.immat-access-control .ui-sidebar .map-editor .transform-modes[data-v-c5978a4b]{display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:.75rem}.immat-access-control .ui-sidebar .map-editor .transform-modes button[data-v-c5978a4b]{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;display:flex;justify-content:center;padding:.4rem;transition:all .2s}.immat-access-control .ui-sidebar .map-editor .transform-modes button[data-v-c5978a4b]:hover{background-color:#e5e7eb}.immat-access-control .ui-sidebar .map-editor .transform-modes button .material-icons[data-v-c5978a4b]{color:#4b5563;font-size:1.1rem}.immat-access-control .ui-sidebar .map-editor .btn-export[data-v-c5978a4b]{align-items:center;background-color:#4b5563;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem;transition:all .2s;width:100%}.immat-access-control .ui-sidebar .map-editor .btn-export[data-v-c5978a4b]:hover{background-color:#374151}.immat-access-control .ui-sidebar .map-editor .btn-export .material-icons[data-v-c5978a4b]{font-size:1rem}.immat-access-control .ui-sidebar .selection-info[data-v-c5978a4b]{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem}.immat-access-control .ui-sidebar .selection-info.deleted-list[data-v-c5978a4b]{background-color:#fff1f2;border-color:#fecaca}.immat-access-control .ui-sidebar .selection-info.deleted-list .info-header[data-v-c5978a4b]{color:#991b1b}.immat-access-control .ui-sidebar .selection-info.deleted-list .info-body[data-v-c5978a4b]{color:#b91c1c}.immat-access-control .ui-sidebar .selection-info .info-header[data-v-c5978a4b]{border-bottom:1px solid #e5e7eb;color:#374151;font-size:.75rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.25rem;text-transform:uppercase}.immat-access-control .ui-sidebar .selection-info .info-body[data-v-c5978a4b]{color:#4b5563;font-family:monospace;font-size:.7rem}.immat-access-control .ui-sidebar .selection-info .info-body .selected-item[data-v-c5978a4b]{border-bottom:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.immat-access-control .ui-sidebar .selection-info .info-body .selected-item[data-v-c5978a4b]:last-child{border-bottom:none}.immat-access-control .ui-sidebar .selection-info .info-body .selected-item .btn-family[data-v-c5978a4b]{background-color:#3b82f6;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.65rem;font-weight:600;padding:.25rem .5rem;width:-moz-fit-content;width:fit-content}.immat-access-control .ui-sidebar .selection-info .info-body .selected-item .btn-family[data-v-c5978a4b]:hover{background-color:#2563eb}.immat-access-control .ui-sidebar .selection-info .info-body .info-row[data-v-c5978a4b]{margin-bottom:.25rem}.immat-access-control .ui-sidebar .selection-info .info-body .info-row strong[data-v-c5978a4b]{color:#111827}.immat-access-control .ui-sidebar .selection-info .info-body .info-row.uuid[data-v-c5978a4b]{font-size:.6rem;opacity:.7;word-break:break-all}.immat-access-control .ui-sidebar .selection-info .info-body .uuid-list-copy[data-v-c5978a4b]{margin-top:1rem}.immat-access-control .ui-sidebar .selection-info .info-body .uuid-list-copy textarea[data-v-c5978a4b]{background:#f3f4f6;border:1px solid #d1d5db;border-radius:.25rem;font-family:monospace;font-size:.6rem;padding:.25rem;resize:none;width:100%}.immat-access-control .ui-sidebar .selection-info .info-body .btn-clear[data-v-c5978a4b]{background:transparent;border:1px solid #fecaca;border-radius:.25rem;color:#b91c1c;cursor:pointer;font-size:.6rem;margin-top:.5rem;padding:.25rem;width:100%}.immat-access-control .ui-sidebar .selection-info .info-body .btn-clear[data-v-c5978a4b]:hover{background:#fee2e2}.immat-access-control .ui-sidebar .theme-selector[data-v-c5978a4b]{margin-bottom:2rem}.immat-access-control .ui-sidebar .theme-selector .selector-header[data-v-c5978a4b]{color:#6b7280;font-size:.75rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase}.immat-access-control .ui-sidebar .theme-selector .theme-buttons[data-v-c5978a4b]{display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.immat-access-control .ui-sidebar .theme-selector .theme-buttons .theme-btn[data-v-c5978a4b]{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;color:#4b5563;cursor:pointer;display:flex;flex-direction:column;font-size:.7rem;font-weight:500;gap:.25rem;padding:.5rem;transition:all .2s}.immat-access-control .ui-sidebar .theme-selector .theme-buttons .theme-btn .material-icons[data-v-c5978a4b]{font-size:1.1rem}.immat-access-control .ui-sidebar .theme-selector .theme-buttons .theme-btn[data-v-c5978a4b]:hover{background-color:#f3f4f6}.immat-access-control .ui-sidebar .theme-selector .theme-buttons .theme-btn.active[data-v-c5978a4b]{background-color:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.immat-access-control .ui-sidebar .log-terminal[data-v-c5978a4b]{background-color:#111827;border-radius:.5rem;display:flex;flex:1;flex-direction:column;min-height:180px;overflow:hidden}.immat-access-control .ui-sidebar .log-terminal .terminal-header[data-v-c5978a4b]{background-color:#1f2937;color:#9ca3af;font-family:monospace;font-size:.75rem;letter-spacing:.05em;padding:.5rem .75rem;text-transform:uppercase}.immat-access-control .ui-sidebar .log-terminal .terminal-body[data-v-c5978a4b]{color:#10b981;flex:1;font-family:Courier New,Courier,monospace;font-size:.75rem;overflow-y:auto;padding:.75rem}.immat-access-control .ui-sidebar .log-terminal .terminal-body .log-entry[data-v-c5978a4b]{line-height:1.4;margin-bottom:.25rem}.immat-access-control .ui-sidebar .log-terminal .terminal-body .log-entry[data-v-c5978a4b]:first-child{color:#34d399;font-weight:700}.immat-access-control .instruction-overlay[data-v-c5978a4b]{background-color:#ffffffe6;border-radius:9999px;bottom:2rem;box-shadow:0 4px 6px -1px #0000001a;padding:.75rem 1.5rem;pointer-events:none;position:absolute;right:2rem;z-index:5}.immat-access-control .instruction-overlay p[data-v-c5978a4b]{color:#374151;font-size:.875rem;font-weight:500;margin:0}.immat-access-control .camera-debug[data-v-c5978a4b]{background-color:#000000b3;border-radius:.5rem;color:#10b981;font-family:monospace;font-size:.75rem;line-height:1.5;padding:.75rem;pointer-events:none;position:absolute;right:1rem;top:1rem;z-index:20}.immat-access-control .camera-debug .hint[data-v-c5978a4b]{color:#9ca3af;font-style:italic;margin-top:.5rem}@keyframes pulse-success-c5978a4b{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes pulse-danger-c5978a4b{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes spin-c5978a4b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media(max-width:480px){.hidden-xs[data-v-e7f9cd70]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-e7f9cd70]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-e7f9cd70]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-e7f9cd70]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-e7f9cd70]{display:none!important}}.hub-comparison-container[data-v-e7f9cd70]{background-color:#f8fafc;padding:100px 0;transition:all .8s ease}.hub-comparison-container.is-debug .bar-fill[data-v-e7f9cd70]{transition:height .05s linear!important}.hub-comparison-container.is-debug .live-update[data-v-e7f9cd70]{animation-duration:.1s!important}.hub-comparison-container.is-active[data-v-e7f9cd70]{background-color:#f0f7ff}.hub-comparison-container.is-active .comparison-wrapper[data-v-e7f9cd70]{box-shadow:0 40px 100px #1834fb1f}.hub-comparison-container.is-active .comparison-wrapper[data-v-e7f9cd70]:before{background-image:radial-gradient(var(--blue) .5px,transparent .5px);background-size:30px 30px;border-radius:40px;bottom:0;content:"";left:0;opacity:.03;pointer-events:none;position:absolute;right:0;top:0}.hub-comparison-container .container[data-v-e7f9cd70]{margin:0 auto;max-width:1200px;padding:0 20px}.hub-comparison-container .comparison-wrapper[data-v-e7f9cd70]{background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:40px;box-shadow:0 25px 70px #0000000f;padding:60px;position:relative}@media(max-width:768px){.hub-comparison-container .comparison-wrapper[data-v-e7f9cd70]{border-radius:24px;padding:30px 15px}}.hub-comparison-container .comparison-top-nav[data-v-e7f9cd70]{display:flex;justify-content:center;margin-bottom:25px;width:100%}@media(max-width:768px){.hub-comparison-container .comparison-top-nav[data-v-e7f9cd70]{justify-content:flex-start;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch}.hub-comparison-container .comparison-top-nav[data-v-e7f9cd70]::-webkit-scrollbar{display:none}}@media(max-width:768px){.hub-comparison-container .comparison-top-nav .scenario-nav[data-v-e7f9cd70]{min-width:-moz-max-content;min-width:max-content}}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-items[data-v-e7f9cd70]{background:#f1f5f9;border-radius:12px;display:flex;gap:2px;padding:4px}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-item[data-v-e7f9cd70]{align-items:center;background:transparent;border:none;border-radius:9px;color:#64748b;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;gap:8px;padding:6px 14px;transition:all .2s ease;white-space:nowrap}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-item .material-symbols-outlined[data-v-e7f9cd70]{font-size:16px;opacity:.6}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-item[data-v-e7f9cd70]:hover{background:#fff6;color:#1e293b}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-item.active[data-v-e7f9cd70]{background:#fff;box-shadow:0 2px 6px #0000000d;color:var(--blue)}.hub-comparison-container .comparison-top-nav .scenario-nav .nav-item.active .material-symbols-outlined[data-v-e7f9cd70]{opacity:1}.hub-comparison-container .panel-system-bar[data-v-e7f9cd70]{height:54px;padding:0 20px}@media(max-width:768px){.hub-comparison-container .panel-system-bar[data-v-e7f9cd70]{align-items:center;flex-direction:column;gap:15px;height:auto;padding:15px;text-align:center}}.hub-comparison-container .panel-system-bar.mode-manual[data-v-e7f9cd70]{background:#f8fafc}.hub-comparison-container .panel-system-bar .system-left[data-v-e7f9cd70]{flex:1}@media(max-width:768px){.hub-comparison-container .panel-system-bar .system-left[data-v-e7f9cd70]{display:flex;justify-content:center;width:100%}}.hub-comparison-container .panel-system-bar .system-left .app-identity[data-v-e7f9cd70]{align-items:center;display:flex;gap:10px}.hub-comparison-container .panel-system-bar .system-left .app-identity .scenario-icon[data-v-e7f9cd70]{color:#94a3b8;font-size:18px}.hub-comparison-container .panel-system-bar .system-left .app-identity .app-name[data-v-e7f9cd70]{color:#475569;font-size:.85rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.hub-comparison-container .panel-system-bar .system-center[data-v-e7f9cd70]{display:flex;flex:2;justify-content:center}@media(max-width:768px){.hub-comparison-container .panel-system-bar .system-center[data-v-e7f9cd70]{width:100%}}.hub-comparison-container .panel-system-bar .system-right[data-v-e7f9cd70]{display:flex;flex:1;font-size:.75rem;font-weight:600;justify-content:flex-end}@media(max-width:768px){.hub-comparison-container .panel-system-bar .system-right[data-v-e7f9cd70]{justify-content:center;width:100%}}.hub-comparison-container .panel-system-bar .system-right .weecop-status[data-v-e7f9cd70]{align-items:center;display:flex;gap:12px}.hub-comparison-container .panel-system-bar .system-right .weecop-status .pulse-dot[data-v-e7f9cd70]{animation:dotPulse-e7f9cd70 2s infinite;background:#10b981;border-radius:50%;height:6px;width:6px}.hub-comparison-container .panel-system-bar .system-right .weecop-status .live-text[data-v-e7f9cd70]{color:#10b981;font-size:10px;font-weight:800;letter-spacing:1px}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal[data-v-e7f9cd70]{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:5px 12px;transition:all .2s ease}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal .material-symbols-outlined[data-v-e7f9cd70]{color:#64748b;font-size:16px}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal .btn-text[data-v-e7f9cd70]{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal[data-v-e7f9cd70]:hover{background:#fff;border-color:var(--blue)}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal:hover .btn-text[data-v-e7f9cd70],.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal:hover .material-symbols-outlined[data-v-e7f9cd70]{color:var(--blue)}@media(max-width:480px){.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal[data-v-e7f9cd70]{padding:5px 8px}.hub-comparison-container .panel-system-bar .system-right .weecop-status .btn-export-minimal .btn-text[data-v-e7f9cd70]{display:none}}.hub-comparison-container .panel-system-bar .system-right .manual-status[data-v-e7f9cd70]{color:#94a3b8;font-style:italic}.hub-comparison-container .mode-integrated-toggle[data-v-e7f9cd70]{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:30px;box-shadow:inset 0 1px 3px #0000000d;cursor:pointer;display:flex;padding:3px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:340px}@media(max-width:768px){.hub-comparison-container .mode-integrated-toggle[data-v-e7f9cd70]{max-width:320px;width:100%}}@media(max-width:480px){.hub-comparison-container .mode-integrated-toggle[data-v-e7f9cd70]{max-width:280px}}.hub-comparison-container .mode-integrated-toggle .toggle-option[data-v-e7f9cd70]{color:#94a3b8;flex:1;font-size:.7rem;font-weight:800;letter-spacing:.8px;overflow:hidden;padding:8px 4px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;transition:color .4s ease;white-space:nowrap;z-index:2}@media(max-width:480px){.hub-comparison-container .mode-integrated-toggle .toggle-option[data-v-e7f9cd70]{font-size:.65rem;letter-spacing:.4px}}.hub-comparison-container .mode-integrated-toggle .toggle-option.active[data-v-e7f9cd70]{color:#1e293b}.hub-comparison-container .mode-integrated-toggle .toggle-slider[data-v-e7f9cd70]{background:#fff;border-radius:25px;box-shadow:0 2px 5px #0000001a;height:calc(100% - 6px);left:3px;position:absolute;top:3px;transition:transform .5s cubic-bezier(.34,1.56,.64,1);width:calc(50% - 3px);z-index:1}.hub-comparison-container .mode-integrated-toggle.is-weecop[data-v-e7f9cd70]{background:#1834fb1a;border-color:#1834fb33}.hub-comparison-container .mode-integrated-toggle.is-weecop .toggle-slider[data-v-e7f9cd70]{background:var(--blue);box-shadow:0 4px 10px #1834fb4d;transform:translate(100%)}.hub-comparison-container .mode-integrated-toggle.is-weecop .toggle-option.weecop[data-v-e7f9cd70]{color:#fff}.hub-comparison-container .mode-integrated-toggle.is-weecop .toggle-option.manual[data-v-e7f9cd70]{opacity:.5}.hub-comparison-container .display-panel[data-v-e7f9cd70]{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin:0 auto;max-width:1000px;min-height:450px;overflow:hidden;position:relative;transition:all .5s ease;width:100%}.hub-comparison-container .display-panel.hub-view[data-v-e7f9cd70]{border-color:#cbd5e1;box-shadow:0 30px 60px #1834fb1a}.hub-comparison-container .panel-system-bar[data-v-e7f9cd70]{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;font-size:.8rem;font-weight:700;justify-content:space-between;padding:12px 24px;transition:all .5s ease}@media(max-width:768px){.hub-comparison-container .panel-system-bar[data-v-e7f9cd70]{align-items:flex-start;flex-direction:column;gap:10px;padding:15px}}.hub-comparison-container .panel-system-bar.mode-manual[data-v-e7f9cd70]{background:#f1f5f9;color:#64748b}.hub-comparison-container .panel-system-bar.mode-manual .manual-indicator[data-v-e7f9cd70]{align-items:center;color:#64748b;display:flex;gap:8px}.hub-comparison-container .panel-system-bar.mode-manual .file-status[data-v-e7f9cd70]{color:#94a3b8;font-size:.75rem;font-style:italic;font-weight:500}.hub-comparison-container .panel-system-bar.mode-weecop[data-v-e7f9cd70]{background:#fff;border-bottom-color:#1834fb1a;color:var(--blue)}.hub-comparison-container .panel-system-bar.mode-weecop .weecop-indicator[data-v-e7f9cd70]{align-items:center;display:flex;gap:10px}.hub-comparison-container .panel-system-bar.mode-weecop .weecop-indicator .pulse-dot[data-v-e7f9cd70]{animation:dotPulse-e7f9cd70 2s infinite;background:#10b981;border-radius:50%;height:8px;width:8px}.hub-comparison-container .panel-system-bar.mode-weecop .weecop-indicator .live-text[data-v-e7f9cd70]{color:#10b981;font-size:11px;font-weight:800;letter-spacing:1px}.hub-comparison-container .panel-system-bar .btn-export[data-v-e7f9cd70]{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:11px;font-weight:700;gap:6px;padding:6px 14px;transition:all .2s}.hub-comparison-container .panel-system-bar .btn-export[data-v-e7f9cd70]:hover{background:#f1f5f9;border-color:#cbd5e1;color:var(--blue)}.hub-comparison-container .panel-content[data-v-e7f9cd70]{min-height:400px;position:relative}.hub-comparison-container .recalc-overlay[data-v-e7f9cd70]{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.hub-comparison-container .recalc-overlay .recalc-content[data-v-e7f9cd70]{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:.9rem;font-weight:700;gap:15px}.hub-comparison-container .spinner-small[data-v-e7f9cd70]{animation:spin-e7f9cd70 .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#94a3b8;height:24px;width:24px}@keyframes spin-e7f9cd70{to{transform:rotate(1turn)}}.hub-comparison-container .fade-enter-active[data-v-e7f9cd70],.hub-comparison-container .fade-leave-active[data-v-e7f9cd70]{transition:opacity .3s ease}.hub-comparison-container .fade-enter-from[data-v-e7f9cd70],.hub-comparison-container .fade-leave-to[data-v-e7f9cd70]{opacity:0}.hub-comparison-container .change-indicator[data-v-e7f9cd70]{font-size:13px;font-weight:800;pointer-events:none;position:absolute;white-space:nowrap;z-index:100}.hub-comparison-container .change-indicator.pos[data-v-e7f9cd70]{background-color:#10b981;border-radius:8px;color:#fff;padding:0 8px;text-shadow:0 0 10px rgba(16,185,129,.2)}.hub-comparison-container .change-indicator.neg[data-v-e7f9cd70]{color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,.2)}.hub-comparison-container .change-indicator.total-side[data-v-e7f9cd70]{right:-35px;top:0}.hub-comparison-container .change-indicator.total-compact[data-v-e7f9cd70]{right:-30px;top:-20px}.hub-comparison-container .change-indicator.table-cell[data-v-e7f9cd70]{right:5px;top:-5px}.hub-comparison-container .indicator-pop-enter-active[data-v-e7f9cd70],.hub-comparison-container .indicator-pop-leave-active[data-v-e7f9cd70]{transition:all .6s ease}.hub-comparison-container .indicator-pop-enter-from[data-v-e7f9cd70]{opacity:0;transform:translateY(8px)}.hub-comparison-container .indicator-pop-leave-to[data-v-e7f9cd70]{opacity:0;transform:translateY(-8px)}.hub-comparison-container .indicator-pop-enter-from.neg[data-v-e7f9cd70]{transform:translateY(-8px)}.hub-comparison-container .indicator-pop-leave-to.neg[data-v-e7f9cd70]{transform:translateY(8px)}.hub-comparison-container .manual-view .table-wrapper[data-v-e7f9cd70]{overflow-x:auto}.hub-comparison-container .manual-view .excel-table[data-v-e7f9cd70]{border-collapse:collapse;font-size:12px;width:100%}.hub-comparison-container .manual-view .excel-table td[data-v-e7f9cd70],.hub-comparison-container .manual-view .excel-table th[data-v-e7f9cd70]{border:1px solid #e2e8f0;padding:12px 16px;text-align:left}.hub-comparison-container .manual-view .excel-table th[data-v-e7f9cd70]{background:#f8fafc;color:#94a3b8;font-size:9px;font-weight:700;text-transform:uppercase}.hub-comparison-container .manual-view .excel-table .row-idx[data-v-e7f9cd70]{background:#f1f5f9;color:#cbd5e1;text-align:center;width:30px}.hub-comparison-container .manual-view .excel-table .cell[data-v-e7f9cd70]{height:44px;position:relative}.hub-comparison-container .manual-view .excel-table .val[data-v-e7f9cd70]{display:inline-block;opacity:0;overflow:hidden;white-space:nowrap;width:0}.hub-comparison-container .manual-view .excel-table .cursor[data-v-e7f9cd70]{background:#10b981;height:18px;opacity:0;position:absolute;top:13px;width:2px}.hub-comparison-container .dashboard-view[data-v-e7f9cd70]{padding:30px}.hub-comparison-container .dashboard-view .db-grid[data-v-e7f9cd70]{display:grid;gap:25px;grid-template-columns:1.8fr 1fr;margin-bottom:30px}.hub-comparison-container .dashboard-view .db-grid.full-dashboard[data-v-e7f9cd70]{grid-template-columns:1fr;margin-bottom:0}@media(max-width:768px){.hub-comparison-container .dashboard-view .db-grid[data-v-e7f9cd70]{grid-template-columns:1fr}}.hub-comparison-container .dashboard-view .db-card[data-v-e7f9cd70]{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 15px #00000005;padding:24px}.hub-comparison-container .dashboard-view .main-chart .card-title[data-v-e7f9cd70]{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:30px}.hub-comparison-container .dashboard-view .main-chart .chart-container[data-v-e7f9cd70]{align-items:flex-end;display:flex;justify-content:space-around;padding-bottom:20px}.hub-comparison-container .dashboard-view .main-chart .chart-bar-group[data-v-e7f9cd70]{align-items:center;display:flex;flex:1;flex-direction:column;gap:12px}.hub-comparison-container .dashboard-view .main-chart .bar-value[data-v-e7f9cd70]{color:var(--blue);font-size:9px;font-weight:700;opacity:.8}.hub-comparison-container .dashboard-view .main-chart .bar-hitbox[data-v-e7f9cd70]{align-items:flex-end;background:#f8fafc;border-radius:8px;display:flex;height:140px;max-width:45px;overflow:hidden;width:100%}.hub-comparison-container .dashboard-view .main-chart .bar-fill[data-v-e7f9cd70]{animation:barUp-e7f9cd70 1.2s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(180deg,#3b82f6,#1834fb);border-radius:6px 6px 0 0;position:relative;transition:height .3s cubic-bezier(.4,0,.2,1),background .5s ease;width:100%}.hub-comparison-container .dashboard-view .main-chart .bar-fill.warning[data-v-e7f9cd70]{background:linear-gradient(180deg,#fcd34d,#f59e0b)}.hub-comparison-container .dashboard-view .main-chart .bar-fill.orange[data-v-e7f9cd70]{background:linear-gradient(180deg,#fb923c,#ea580c)}.hub-comparison-container .dashboard-view .main-chart .bar-fill.danger[data-v-e7f9cd70]{background:linear-gradient(180deg,#f87171,#dc2626)}.hub-comparison-container .dashboard-view .main-chart .bar-glow[data-v-e7f9cd70]{background:#fff6;height:4px;left:0;position:absolute;top:0;width:100%}.hub-comparison-container .dashboard-view .main-chart .bar-label[data-v-e7f9cd70]{color:#94a3b8;font-size:10px;font-weight:600}.hub-comparison-container .dashboard-view .db-side-stats[data-v-e7f9cd70]{display:flex;flex-direction:column;gap:20px}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat[data-v-e7f9cd70]{align-items:center;display:flex;gap:20px}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .stat-icon[data-v-e7f9cd70]{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .stat-icon.blue[data-v-e7f9cd70]{background:#eff6ff;color:#3b82f6}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .stat-icon.green[data-v-e7f9cd70]{background:#ecfdf5;color:#10b981}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .label[data-v-e7f9cd70]{color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .value-wrapper[data-v-e7f9cd70]{display:inline-block;position:relative}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .value[data-v-e7f9cd70]{color:#1e293b;font-size:1.4rem;font-weight:800;margin:2px 0}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .trend[data-v-e7f9cd70]{font-size:11px;font-weight:700}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .trend.positive[data-v-e7f9cd70]{color:#10b981}.hub-comparison-container .dashboard-view .db-side-stats .mini-stat .trend-label[data-v-e7f9cd70]{color:#94a3b8;font-size:11px}.hub-comparison-container .dashboard-view .db-bottom-stats[data-v-e7f9cd70]{background:#f8fafc;border-radius:16px;display:flex;gap:40px;justify-content:center;margin-top:-10px;padding:15px}.hub-comparison-container .dashboard-view .db-bottom-stats .mini-stat-horizontal[data-v-e7f9cd70]{align-items:baseline;display:flex;gap:10px}.hub-comparison-container .dashboard-view .db-bottom-stats .mini-stat-horizontal .stat-label[data-v-e7f9cd70]{color:#94a3b8;font-size:11px;font-weight:800;text-transform:uppercase}.hub-comparison-container .dashboard-view .db-bottom-stats .mini-stat-horizontal .value-wrapper[data-v-e7f9cd70]{display:inline-block;position:relative}.hub-comparison-container .dashboard-view .db-bottom-stats .mini-stat-horizontal .stat-value[data-v-e7f9cd70]{color:#1e293b;font-size:1.2rem;font-weight:800}.hub-comparison-container .dashboard-view .db-bottom-stats .mini-stat-horizontal .stat-value.success[data-v-e7f9cd70]{color:#10b981}@media(max-width:768px){.hub-comparison-container .dashboard-view .db-bottom-stats[data-v-e7f9cd70]{align-items:center;flex-direction:column;gap:10px}}.hub-comparison-container .dashboard-view .hub-data-table-container[data-v-e7f9cd70]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.hub-comparison-container .dashboard-view .hub-data-table-container .table-title[data-v-e7f9cd70]{color:#64748b;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table[data-v-e7f9cd70]{border-collapse:collapse;font-size:12px;width:100%}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table th[data-v-e7f9cd70]{border-bottom:1px solid #e2e8f0;color:#94a3b8;font-size:10px;font-weight:600;padding:10px;text-align:left}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table td[data-v-e7f9cd70]{border-bottom:1px solid #f1f5f9;color:#1e293b;padding:12px 10px;transition:background-color .3s ease}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table .text-blue[data-v-e7f9cd70]{color:var(--blue);font-weight:700}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table .cell-content[data-v-e7f9cd70]{align-items:center;display:flex;gap:10px;justify-content:flex-start;position:relative}.hub-comparison-container .dashboard-view .hub-data-table-container .hub-clean-table tr.live-update td[data-v-e7f9cd70]{background-color:#10b98126;transition:none}@keyframes rowHighlight-e7f9cd70{0%{background-color:#10b98133}to{background-color:transparent}}.hub-comparison-container .excel-table tr:first-child td:nth-child(2) .val[data-v-e7f9cd70]{animation:typewriter-1-1-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:first-child td:nth-child(2) .cursor[data-v-e7f9cd70]{animation:cursor-1-1-e7f9cd70 22s infinite}@keyframes typewriter-1-1-e7f9cd70{0%{opacity:0;width:0}0.01%{opacity:1;width:0}4.5454545455%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-1-1-e7f9cd70{0%{left:16px;opacity:0}0.01%,4.4454545455%{left:calc(100% - 10px);opacity:1}4.5454545455%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:first-child td:nth-child(3) .val[data-v-e7f9cd70]{animation:typewriter-1-2-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:first-child td:nth-child(3) .cursor[data-v-e7f9cd70]{animation:cursor-1-2-e7f9cd70 22s infinite}@keyframes typewriter-1-2-e7f9cd70{0%,5.4545454545%{opacity:0;width:0}5.4645454545%{opacity:1;width:0}10%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-1-2-e7f9cd70{0%,5.4545454545%{left:16px;opacity:0}5.4645454545%,9.9%{left:calc(100% - 10px);opacity:1}10%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:first-child td:nth-child(4) .val[data-v-e7f9cd70]{animation:typewriter-1-3-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:first-child td:nth-child(4) .cursor[data-v-e7f9cd70]{animation:cursor-1-3-e7f9cd70 22s infinite}@keyframes typewriter-1-3-e7f9cd70{0%,10.9090909091%{opacity:0;width:0}10.9190909091%{opacity:1;width:0}15.4545454545%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-1-3-e7f9cd70{0%,10.9090909091%{left:16px;opacity:0}10.9190909091%,15.3545454545%{left:calc(100% - 10px);opacity:1}15.4545454545%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:first-child td:nth-child(5) .val[data-v-e7f9cd70]{animation:typewriter-1-4-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:first-child td:nth-child(5) .cursor[data-v-e7f9cd70]{animation:cursor-1-4-e7f9cd70 22s infinite}@keyframes typewriter-1-4-e7f9cd70{0%,16.3636363636%{opacity:0;width:0}16.3736363636%{opacity:1;width:0}20.9090909091%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-1-4-e7f9cd70{0%,16.3636363636%{left:16px;opacity:0}16.3736363636%,20.8090909091%{left:calc(100% - 10px);opacity:1}20.9090909091%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(2) .val[data-v-e7f9cd70]{animation:typewriter-2-1-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(2) .cursor[data-v-e7f9cd70]{animation:cursor-2-1-e7f9cd70 22s infinite}@keyframes typewriter-2-1-e7f9cd70{0%,22.7272727273%{opacity:0;width:0}22.7372727273%{opacity:1;width:0}27.2727272727%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-2-1-e7f9cd70{0%,22.7272727273%{left:16px;opacity:0}22.7372727273%,27.1727272727%{left:calc(100% - 10px);opacity:1}27.2727272727%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(3) .val[data-v-e7f9cd70]{animation:typewriter-2-2-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(3) .cursor[data-v-e7f9cd70]{animation:cursor-2-2-e7f9cd70 22s infinite}@keyframes typewriter-2-2-e7f9cd70{0%,28.1818181818%{opacity:0;width:0}28.1918181818%{opacity:1;width:0}32.7272727273%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-2-2-e7f9cd70{0%,28.1818181818%{left:16px;opacity:0}28.1918181818%,32.6272727273%{left:calc(100% - 10px);opacity:1}32.7272727273%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(4) .val[data-v-e7f9cd70]{animation:typewriter-2-3-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(4) .cursor[data-v-e7f9cd70]{animation:cursor-2-3-e7f9cd70 22s infinite}@keyframes typewriter-2-3-e7f9cd70{0%,33.6363636364%{opacity:0;width:0}33.6463636364%{opacity:1;width:0}38.1818181818%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-2-3-e7f9cd70{0%,33.6363636364%{left:16px;opacity:0}33.6463636364%,38.0818181818%{left:calc(100% - 10px);opacity:1}38.1818181818%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(5) .val[data-v-e7f9cd70]{animation:typewriter-2-4-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(2) td:nth-child(5) .cursor[data-v-e7f9cd70]{animation:cursor-2-4-e7f9cd70 22s infinite}@keyframes typewriter-2-4-e7f9cd70{0%,39.0909090909%{opacity:0;width:0}39.1009090909%{opacity:1;width:0}43.6363636364%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-2-4-e7f9cd70{0%,39.0909090909%{left:16px;opacity:0}39.1009090909%,43.5363636364%{left:calc(100% - 10px);opacity:1}43.6363636364%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(2) .val[data-v-e7f9cd70]{animation:typewriter-3-1-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(2) .cursor[data-v-e7f9cd70]{animation:cursor-3-1-e7f9cd70 22s infinite}@keyframes typewriter-3-1-e7f9cd70{0%,45.4545454545%{opacity:0;width:0}45.4645454545%{opacity:1;width:0}50%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-3-1-e7f9cd70{0%,45.4545454545%{left:16px;opacity:0}45.4645454545%,49.9%{left:calc(100% - 10px);opacity:1}50%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(3) .val[data-v-e7f9cd70]{animation:typewriter-3-2-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(3) .cursor[data-v-e7f9cd70]{animation:cursor-3-2-e7f9cd70 22s infinite}@keyframes typewriter-3-2-e7f9cd70{0%,50.9090909091%{opacity:0;width:0}50.9190909091%{opacity:1;width:0}55.4545454545%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-3-2-e7f9cd70{0%,50.9090909091%{left:16px;opacity:0}50.9190909091%,55.3545454545%{left:calc(100% - 10px);opacity:1}55.4545454545%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(4) .val[data-v-e7f9cd70]{animation:typewriter-3-3-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(4) .cursor[data-v-e7f9cd70]{animation:cursor-3-3-e7f9cd70 22s infinite}@keyframes typewriter-3-3-e7f9cd70{0%,56.3636363636%{opacity:0;width:0}56.3736363636%{opacity:1;width:0}60.9090909091%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-3-3-e7f9cd70{0%,56.3636363636%{left:16px;opacity:0}56.3736363636%,60.8090909091%{left:calc(100% - 10px);opacity:1}60.9090909091%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(5) .val[data-v-e7f9cd70]{animation:typewriter-3-4-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(3) td:nth-child(5) .cursor[data-v-e7f9cd70]{animation:cursor-3-4-e7f9cd70 22s infinite}@keyframes typewriter-3-4-e7f9cd70{0%,61.8181818182%{opacity:0;width:0}61.8281818182%{opacity:1;width:0}66.3636363636%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-3-4-e7f9cd70{0%,61.8181818182%{left:16px;opacity:0}61.8281818182%,66.2636363636%{left:calc(100% - 10px);opacity:1}66.3636363636%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(2) .val[data-v-e7f9cd70]{animation:typewriter-4-1-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(2) .cursor[data-v-e7f9cd70]{animation:cursor-4-1-e7f9cd70 22s infinite}@keyframes typewriter-4-1-e7f9cd70{0%,68.1818181818%{opacity:0;width:0}68.1918181818%{opacity:1;width:0}72.7272727273%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-4-1-e7f9cd70{0%,68.1818181818%{left:16px;opacity:0}68.1918181818%,72.6272727273%{left:calc(100% - 10px);opacity:1}72.7272727273%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(3) .val[data-v-e7f9cd70]{animation:typewriter-4-2-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(3) .cursor[data-v-e7f9cd70]{animation:cursor-4-2-e7f9cd70 22s infinite}@keyframes typewriter-4-2-e7f9cd70{0%,73.6363636364%{opacity:0;width:0}73.6463636364%{opacity:1;width:0}78.1818181818%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-4-2-e7f9cd70{0%,73.6363636364%{left:16px;opacity:0}73.6463636364%,78.0818181818%{left:calc(100% - 10px);opacity:1}78.1818181818%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(4) .val[data-v-e7f9cd70]{animation:typewriter-4-3-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(4) .cursor[data-v-e7f9cd70]{animation:cursor-4-3-e7f9cd70 22s infinite}@keyframes typewriter-4-3-e7f9cd70{0%,79.0909090909%{opacity:0;width:0}79.1009090909%{opacity:1;width:0}83.6363636364%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-4-3-e7f9cd70{0%,79.0909090909%{left:16px;opacity:0}79.1009090909%,83.5363636364%{left:calc(100% - 10px);opacity:1}83.6363636364%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(5) .val[data-v-e7f9cd70]{animation:typewriter-4-4-e7f9cd70 22s infinite}.hub-comparison-container .excel-table tr:nth-child(4) td:nth-child(5) .cursor[data-v-e7f9cd70]{animation:cursor-4-4-e7f9cd70 22s infinite}@keyframes typewriter-4-4-e7f9cd70{0%,84.5454545455%{opacity:0;width:0}84.5554545455%{opacity:1;width:0}89.0909090909%{opacity:1;width:100%}95%{opacity:1;width:100%}96%,to{opacity:0;width:0}}@keyframes cursor-4-4-e7f9cd70{0%,84.5454545455%{left:16px;opacity:0}84.5554545455%,88.9909090909%{left:calc(100% - 10px);opacity:1}89.0909090909%,to{left:calc(100% - 10px);opacity:0}}.hub-comparison-container .legend-area[data-v-e7f9cd70]{margin-top:50px;min-height:60px;text-align:center}.hub-comparison-container .legend[data-v-e7f9cd70]{align-items:center;border-radius:16px;display:inline-flex;font-size:1.1rem;gap:12px;padding:16px 32px}.hub-comparison-container .legend.problem[data-v-e7f9cd70]{background:#fff1f2;color:#e11d48}.hub-comparison-container .legend.success[data-v-e7f9cd70]{background:#ecfdf5;box-shadow:0 10px 20px #0596691a;color:#059669}@keyframes barUp-e7f9cd70{0%{height:0;opacity:0}to{opacity:1}}@keyframes dotPulse-e7f9cd70{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.view-switch-enter-active[data-v-e7f9cd70],.view-switch-leave-active[data-v-e7f9cd70]{transition:all .5s cubic-bezier(.4,0,.2,1)}.view-switch-enter-from[data-v-e7f9cd70]{opacity:0;transform:scale(.98)}.view-switch-leave-to[data-v-e7f9cd70]{opacity:0;transform:scale(1.02)}.fade-up-enter-active[data-v-e7f9cd70],.fade-up-leave-active[data-v-e7f9cd70]{transition:all .4s ease}.fade-up-enter-from[data-v-e7f9cd70]{opacity:0;transform:translateY(10px)}.fade-up-leave-to[data-v-e7f9cd70]{opacity:0;transform:translateY(-10px)}@media(max-width:480px){.hidden-xs[data-v-b5652158]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-b5652158]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-b5652158]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-b5652158]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-b5652158]{display:none!important}}.header-section[data-v-b5652158]{background-color:#0f172a;overflow:hidden;padding:10rem 0;position:relative;width:100%}@media(max-width:768px){.header-section[data-v-b5652158]{padding:4rem 0}}.header-section[data-v-b5652158]:before{background:radial-gradient(circle,var(--header-glow) 0,transparent 70%);content:"";height:400px;left:50%;opacity:.4;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px;z-index:1}.header-section .container[data-v-b5652158]{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.header-section .component-header .heading-2xl[data-v-b5652158]{background:linear-gradient(180deg,#fff 50%,var(--header-theme-color) 150%);-webkit-background-clip:text;color:#fff;-webkit-text-fill-color:transparent;line-height:1.2;padding-bottom:.1em}.header-section .component-header .description[data-v-b5652158]{color:#94a3b8}.header-section .component-header .heading-top[data-v-b5652158]{color:var(--header-theme-color);font-weight:800;letter-spacing:4px}.header-section .step-number-bg[data-v-b5652158]{color:transparent;font-size:35rem;font-weight:900;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-text-stroke:1px var(--header-glow);opacity:.1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.header-section.status-error[data-v-b5652158]{--header-theme-color:var(--red);--header-glow:rgba(242,67,132,.3)}.header-section.status-success[data-v-b5652158]{--header-theme-color:var(--green);--header-glow:rgba(21,190,83,.3)}.header-section.status-warning[data-v-b5652158]{--header-theme-color:var(--warning-color);--header-glow:rgba(255,152,0,.3)}.header-section.has-collage[data-v-b5652158]{overflow:hidden;padding-top:2.5rem}.header-section.has-collage .container[data-v-b5652158]{margin-top:-70px}@media(max-width:768px){.header-section.has-collage[data-v-b5652158]{padding-top:3rem}.header-section.has-collage .container[data-v-b5652158]{margin-top:0}}.header-section .header-collage[data-v-b5652158]{--collage-scale:1;height:400px;left:50%;margin-bottom:calc(-400px*(1 - var(--collage-scale)));margin-left:-534.5px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent);position:relative;transform:scale(var(--collage-scale));transform-origin:top center;width:1069px;z-index:1}@media(max-width:1100px){.header-section .header-collage[data-v-b5652158]{--collage-scale:.9}}@media(max-width:1024px){.header-section .header-collage[data-v-b5652158]{--collage-scale:.78}}@media(max-width:768px){.header-section .header-collage[data-v-b5652158]{--collage-scale:.58}}@media(max-width:480px){.header-section .header-collage[data-v-b5652158]{--collage-scale:.42}}.header-section .collage-card[data-v-b5652158]{background-color:#e5e7eb;background-position:center 32%;background-size:cover;border-radius:12px;box-shadow:0 10px 26px #0f172a1f;height:145px;position:absolute;width:100px}.header-section .collage-card[data-v-b5652158]:first-child{left:20.5px;top:103px}.header-section .collage-card[data-v-b5652158]:nth-child(2){left:20.5px;top:264px}.header-section .collage-card[data-v-b5652158]:nth-child(3){left:136.5px;top:47px}.header-section .collage-card[data-v-b5652158]:nth-child(4){left:136.5px;top:208px}.header-section .collage-card[data-v-b5652158]:nth-child(5){left:252.5px;top:120px}.header-section .collage-card[data-v-b5652158]:nth-child(6){left:368.5px;top:70px}.header-section .collage-card[data-v-b5652158]:nth-child(7){left:484.5px;top:100px}.header-section .collage-card[data-v-b5652158]:nth-child(8){right:368.5px;top:70px}.header-section .collage-card[data-v-b5652158]:nth-child(9){right:252.5px;top:120px}.header-section .collage-card[data-v-b5652158]:nth-child(10){right:136.5px;top:47px}.header-section .collage-card[data-v-b5652158]:nth-child(11){right:136.5px;top:208px}.header-section .collage-card[data-v-b5652158]:nth-child(12){right:20.5px;top:103px}.header-section .collage-card[data-v-b5652158]:nth-child(13){right:20.5px;top:264px}.header-section.header-light[data-v-b5652158]{background-color:#fff;padding:5rem 0 2rem}.header-section.header-light[data-v-b5652158]:before{display:none}.header-section.header-light .component-header .heading-2xl[data-v-b5652158]{background:none;-webkit-background-clip:unset;color:#111827;-webkit-text-fill-color:unset}.header-section.header-light .component-header .description[data-v-b5652158]{color:#4b5563}.header-section.header-light .component-header .heading-top[data-v-b5652158]{color:var(--primary-color)}.header-section.header-light .step-number-bg[data-v-b5652158]{display:none}@media(max-width:480px){.hidden-xs[data-v-090de219]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-090de219]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-090de219]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-090de219]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-090de219]{display:none!important}}.cta-section[data-v-090de219]{display:flex;justify-content:center;overflow:hidden;padding:80px 0;width:100%}.max-w-5xl[data-v-090de219]{margin:0 1.5rem;max-width:64rem;width:100%}@media(min-width:768px){.max-w-5xl[data-v-090de219]{margin:0 auto}}.bg-gradient-to-r-border[data-v-090de219]{background:none;border-radius:20px;padding:0}.cta-inner-box[data-v-090de219]{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:56px 28px;text-align:center}@media(min-width:768px){.cta-inner-box[data-v-090de219]{padding:80px 56px}}.cta-inner-box[data-v-090de219]{border-radius:20px;overflow:hidden;position:relative}.badge-wrapper[data-v-090de219]{align-items:center;border-radius:9999px;display:flex;font-size:12px;gap:6px;justify-content:center;margin-bottom:12px;padding:6px 14px;z-index:1}.badge-wrapper svg[data-v-090de219]{flex-shrink:0;height:15px;width:15px}.badge-wrapper .material-icons[data-v-090de219]{font-size:14px}.badge-gradient-text[data-v-090de219]{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.cta-title-text[data-v-090de219]{font-family:Poppins,sans-serif;font-size:28px}@media(min-width:768px){.cta-title-text[data-v-090de219]{font-size:46px}}.cta-title-text[data-v-090de219]{font-weight:800;letter-spacing:-.03em;line-height:1.12;margin-bottom:8px;margin-top:8px;z-index:1}.cta-description-text[data-v-090de219]{font-family:Poppins,sans-serif;font-size:14px;margin-top:12px;max-width:30rem}@media(min-width:768px){.cta-description-text[data-v-090de219]{font-size:16px}}.cta-description-text[data-v-090de219]{line-height:1.6;z-index:1}.cta-button-action[data-v-090de219]{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;gap:8px;margin-top:28px;padding:15px 30px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:1}.cta-button-action.disabled[data-v-090de219]{opacity:.5;pointer-events:none}.cta-button-action .material-icons[data-v-090de219]{font-size:18px}@keyframes spin-090de219{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.cta-grid-bg[data-v-090de219]{top:0;right:0;bottom:0;left:0}.cta-glow[data-v-090de219],.cta-grid-bg[data-v-090de219]{pointer-events:none;position:absolute}.cta-glow[data-v-090de219]{border-radius:50%;height:500px;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}.cta-inline-form[data-v-090de219]{margin-top:32px;max-width:540px;text-align:left;width:100%;z-index:1}.cta-dynamic-sections[data-v-090de219]{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.cta-dynamic-section[data-v-090de219]{background:#ffffff08;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:16px}.cta-dynamic-section-title[data-v-090de219]{align-items:center;color:var(--v-accent-light,#c4b5fd);display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:8px;margin-bottom:14px}.cta-dynamic-section-title .material-icons[data-v-090de219]{color:var(--v-accent,#8b5cf6);font-size:18px}.cta-dynamic-fields[data-v-090de219]{display:grid;gap:12px;grid-template-columns:1fr 1fr}@media(max-width:600px){.cta-dynamic-fields[data-v-090de219]{grid-template-columns:1fr}}.cta-form-grid[data-v-090de219]{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:600px){.cta-form-grid[data-v-090de219]{grid-template-columns:1fr}}.cta-form-grid .full-width[data-v-090de219]{grid-column:1/-1}.cta-input-group[data-v-090de219]{display:flex;flex-direction:column;gap:6px}.cta-input-group label[data-v-090de219]{font-family:Poppins,sans-serif;font-size:13px;font-weight:500}.cta-input-group input[data-v-090de219],.cta-input-group select[data-v-090de219],.cta-input-group textarea[data-v-090de219]{border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:11px 14px;resize:vertical;transition:border-color .2s,box-shadow .2s}.cta-input-group textarea[data-v-090de219]{min-height:80px}.cta-form-actions[data-v-090de219]{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:20px}.cta-form-actions .cta-button-action[data-v-090de219]{margin-top:0}.cta-form-cancel[data-v-090de219]{cursor:pointer;font-size:14px;padding:12px 20px;transition:all .2s}.cta-form-cancel[data-v-090de219],.cta-sent[data-v-090de219]{border-radius:12px;font-family:Poppins,sans-serif;font-weight:500}.cta-sent[data-v-090de219]{align-items:center;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#86efac;display:flex;font-size:15px;gap:10px;margin-top:24px;padding:14px 24px;z-index:1}.cta-sent .material-icons[data-v-090de219]{color:#22c55e}.form-slide-enter-active[data-v-090de219]{transition:all .4s cubic-bezier(.16,1,.3,1)}.form-slide-leave-active[data-v-090de219]{transition:all .25s ease-in}.form-slide-enter-from[data-v-090de219],.form-slide-leave-to[data-v-090de219]{opacity:0;transform:translateY(-12px)}.form-slide-enter-to[data-v-090de219],.form-slide-leave-from[data-v-090de219]{opacity:1;transform:translateY(0)}.cta-variant-slate[data-v-090de219]{background:#fff}.cta-variant-slate .cta-glow[data-v-090de219]{background:radial-gradient(circle,var(--v-glow) 0,transparent 65%)}.cta-variant-slate .badge-wrapper[data-v-090de219]{background:var(--v-badge-bg);border:1px solid var(--v-badge-border)}.cta-variant-slate .badge-wrapper .material-icons[data-v-090de219]{color:var(--v-accent)}.cta-variant-slate .badge-gradient-text[data-v-090de219]{color:var(--v-accent-light)}.cta-variant-slate .cta-title-text[data-v-090de219]{color:var(--v-text)}.cta-variant-slate .cta-title-text[data-v-090de219] b,.cta-variant-slate .cta-title-text[data-v-090de219] span{background:none;-webkit-background-clip:unset;background-clip:unset;color:var(--v-accent-light);display:inline;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;text-decoration:underline;text-decoration-color:var(--v-underline);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:3px;text-underline-offset:6px}.cta-variant-slate .cta-description-text[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-slate .cta-button-action[data-v-090de219]{background:var(--v-btn-bg);box-shadow:0 4px 24px var(--v-btn-shadow);color:var(--v-btn-text)!important}.cta-variant-slate .cta-button-action .material-icons[data-v-090de219]{animation:none;color:var(--v-btn-text)}.cta-variant-slate .cta-button-action[data-v-090de219]:hover{background:var(--v-btn-bg-hover);box-shadow:0 8px 36px var(--v-btn-shadow-hover);transform:translateY(-3px)}.cta-variant-slate .cta-button-action[data-v-090de219]:active{transform:scale(.97)}.cta-variant-slate .cta-input-group label[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-slate .cta-input-group input[data-v-090de219],.cta-variant-slate .cta-input-group select[data-v-090de219],.cta-variant-slate .cta-input-group textarea[data-v-090de219]{background:#ffffff0d;border:1.5px solid hsla(0,0%,100%,.1);color:var(--v-text)}.cta-variant-slate .cta-input-group input[data-v-090de219]::-moz-placeholder,.cta-variant-slate .cta-input-group select[data-v-090de219]::-moz-placeholder,.cta-variant-slate .cta-input-group textarea[data-v-090de219]::-moz-placeholder{color:#ffffff40}.cta-variant-slate .cta-input-group input[data-v-090de219]::placeholder,.cta-variant-slate .cta-input-group select[data-v-090de219]::placeholder,.cta-variant-slate .cta-input-group textarea[data-v-090de219]::placeholder{color:#ffffff40}.cta-variant-slate .cta-input-group input[data-v-090de219]:focus,.cta-variant-slate .cta-input-group select[data-v-090de219]:focus,.cta-variant-slate .cta-input-group textarea[data-v-090de219]:focus{border-color:var(--v-accent);box-shadow:0 0 0 3px var(--v-focus-ring)}.cta-variant-slate .cta-form-cancel[data-v-090de219]{background:transparent;border:1.5px solid hsla(0,0%,100%,.12);color:var(--v-text-muted)}.cta-variant-slate .cta-form-cancel[data-v-090de219]:hover{border-color:#ffffff40;color:var(--v-text)}.cta-variant-slate .cta-form-actions .cta-button-action[data-v-090de219]{color:var(--v-btn-text)!important}.cta-variant-slate .cta-form-actions .cta-button-action .material-icons[data-v-090de219]{color:var(--v-btn-text)}.cta-variant-slate[data-v-090de219]{--v-accent:#8b5cf6;--v-accent-light:#c4b5fd;--v-glow:rgba(139,92,246,.15);--v-badge-bg:rgba(139,92,246,.12);--v-badge-border:rgba(139,92,246,.2);--v-underline:rgba(139,92,246,.5);--v-text:#f1f5f9;--v-text-muted:rgba(241,245,249,.5);--v-btn-bg:#8b5cf6;--v-btn-bg-hover:#7c3aed;--v-btn-text:#fff;--v-btn-shadow:rgba(139,92,246,.3);--v-btn-shadow-hover:rgba(139,92,246,.45);--v-focus-ring:rgba(139,92,246,.12)}.cta-variant-slate .cta-inner-box[data-v-090de219]{background:#1e293b}.cta-variant-slate .cta-grid-bg[data-v-090de219]{background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:48px 48px}.cta-variant-slate.cta-color-emerald[data-v-090de219]{--v-accent:#10b981;--v-accent-light:#6ee7b7;--v-glow:rgba(16,185,129,.15);--v-badge-bg:rgba(16,185,129,.12);--v-badge-border:rgba(16,185,129,.2);--v-underline:rgba(16,185,129,.5);--v-btn-bg:#10b981;--v-btn-bg-hover:#059669;--v-btn-shadow:rgba(16,185,129,.3);--v-btn-shadow-hover:rgba(16,185,129,.45);--v-focus-ring:rgba(16,185,129,.12)}.cta-variant-slate.cta-color-rose[data-v-090de219]{--v-accent:#f43f5e;--v-accent-light:#fda4af;--v-glow:rgba(244,63,94,.15);--v-badge-bg:rgba(244,63,94,.12);--v-badge-border:rgba(244,63,94,.2);--v-underline:rgba(244,63,94,.45);--v-btn-bg:#f43f5e;--v-btn-bg-hover:#e11d48;--v-btn-shadow:rgba(244,63,94,.3);--v-btn-shadow-hover:rgba(244,63,94,.45);--v-focus-ring:rgba(244,63,94,.12)}.cta-variant-slate.cta-color-cyan[data-v-090de219]{--v-accent:#06b6d4;--v-accent-light:#67e8f9;--v-glow:rgba(6,182,212,.15);--v-badge-bg:rgba(6,182,212,.12);--v-badge-border:rgba(6,182,212,.2);--v-underline:rgba(6,182,212,.5);--v-btn-bg:#06b6d4;--v-btn-bg-hover:#0891b2;--v-btn-shadow:rgba(6,182,212,.3);--v-btn-shadow-hover:rgba(6,182,212,.45);--v-focus-ring:rgba(6,182,212,.12)}.cta-variant-midnight[data-v-090de219]{background:#fff}.cta-variant-midnight .cta-glow[data-v-090de219]{background:radial-gradient(circle,var(--v-glow) 0,transparent 65%)}.cta-variant-midnight .badge-wrapper[data-v-090de219]{background:var(--v-badge-bg);border:1px solid var(--v-badge-border)}.cta-variant-midnight .badge-wrapper .material-icons[data-v-090de219]{color:var(--v-accent)}.cta-variant-midnight .badge-gradient-text[data-v-090de219]{color:var(--v-accent-light)}.cta-variant-midnight .cta-title-text[data-v-090de219]{color:var(--v-text)}.cta-variant-midnight .cta-title-text[data-v-090de219] b,.cta-variant-midnight .cta-title-text[data-v-090de219] span{background:none;-webkit-background-clip:unset;background-clip:unset;color:var(--v-accent-light);display:inline;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;text-decoration:underline;text-decoration-color:var(--v-underline);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:3px;text-underline-offset:6px}.cta-variant-midnight .cta-description-text[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-midnight .cta-button-action[data-v-090de219]{background:var(--v-btn-bg);box-shadow:0 4px 24px var(--v-btn-shadow);color:var(--v-btn-text)!important}.cta-variant-midnight .cta-button-action .material-icons[data-v-090de219]{animation:none;color:var(--v-btn-text)}.cta-variant-midnight .cta-button-action[data-v-090de219]:hover{background:var(--v-btn-bg-hover);box-shadow:0 8px 36px var(--v-btn-shadow-hover);transform:translateY(-3px)}.cta-variant-midnight .cta-button-action[data-v-090de219]:active{transform:scale(.97)}.cta-variant-midnight .cta-input-group label[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-midnight .cta-input-group input[data-v-090de219],.cta-variant-midnight .cta-input-group select[data-v-090de219],.cta-variant-midnight .cta-input-group textarea[data-v-090de219]{background:#ffffff0d;border:1.5px solid hsla(0,0%,100%,.1);color:var(--v-text)}.cta-variant-midnight .cta-input-group input[data-v-090de219]::-moz-placeholder,.cta-variant-midnight .cta-input-group select[data-v-090de219]::-moz-placeholder,.cta-variant-midnight .cta-input-group textarea[data-v-090de219]::-moz-placeholder{color:#ffffff40}.cta-variant-midnight .cta-input-group input[data-v-090de219]::placeholder,.cta-variant-midnight .cta-input-group select[data-v-090de219]::placeholder,.cta-variant-midnight .cta-input-group textarea[data-v-090de219]::placeholder{color:#ffffff40}.cta-variant-midnight .cta-input-group input[data-v-090de219]:focus,.cta-variant-midnight .cta-input-group select[data-v-090de219]:focus,.cta-variant-midnight .cta-input-group textarea[data-v-090de219]:focus{border-color:var(--v-accent);box-shadow:0 0 0 3px var(--v-focus-ring)}.cta-variant-midnight .cta-form-cancel[data-v-090de219]{background:transparent;border:1.5px solid hsla(0,0%,100%,.12);color:var(--v-text-muted)}.cta-variant-midnight .cta-form-cancel[data-v-090de219]:hover{border-color:#ffffff40;color:var(--v-text)}.cta-variant-midnight .cta-form-actions .cta-button-action[data-v-090de219]{color:var(--v-btn-text)!important}.cta-variant-midnight .cta-form-actions .cta-button-action .material-icons[data-v-090de219]{color:var(--v-btn-text)}.cta-variant-midnight[data-v-090de219]{--v-accent:#6366f1;--v-accent-light:#a5b4fc;--v-glow:rgba(99,102,241,.12);--v-badge-bg:rgba(99,102,241,.1);--v-badge-border:rgba(99,102,241,.2);--v-underline:rgba(99,102,241,.45);--v-text:#e0e7ff;--v-text-muted:rgba(224,231,255,.45);--v-btn-bg:#fff;--v-btn-bg-hover:#e0e7ff;--v-btn-text:#312e81;--v-btn-shadow:rgba(0,0,0,.2);--v-btn-shadow-hover:rgba(99,102,241,.35);--v-focus-ring:rgba(99,102,241,.12)}.cta-variant-midnight .cta-inner-box[data-v-090de219]{background:linear-gradient(160deg,#0f172a,#1a2340 50%,#1e1b3a)}.cta-variant-midnight .cta-grid-bg[data-v-090de219]{background-image:radial-gradient(circle at 1px 1px,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:32px 32px}.cta-variant-midnight .cta-glow[data-v-090de219]{background:radial-gradient(ellipse 600px 400px at 50% 50%,var(--v-glow) 0,transparent 70%);height:100%;width:100%}.cta-variant-midnight.cta-color-cyan[data-v-090de219]{--v-accent:#06b6d4;--v-accent-light:#67e8f9;--v-glow:rgba(6,182,212,.12);--v-badge-bg:rgba(6,182,212,.1);--v-badge-border:rgba(6,182,212,.2);--v-underline:rgba(6,182,212,.45);--v-btn-text:#164e63;--v-btn-bg-hover:#cffafe;--v-btn-shadow-hover:rgba(6,182,212,.35);--v-focus-ring:rgba(6,182,212,.12)}.cta-variant-midnight.cta-color-rose[data-v-090de219]{--v-accent:#f43f5e;--v-accent-light:#fda4af;--v-glow:rgba(244,63,94,.1);--v-badge-bg:rgba(244,63,94,.1);--v-badge-border:rgba(244,63,94,.2);--v-underline:rgba(244,63,94,.4);--v-btn-text:#881337;--v-btn-bg-hover:#ffe4e6;--v-btn-shadow-hover:rgba(244,63,94,.3);--v-focus-ring:rgba(244,63,94,.12)}.cta-variant-midnight.cta-color-violet[data-v-090de219]{--v-accent:#8b5cf6;--v-accent-light:#c4b5fd;--v-glow:rgba(139,92,246,.12);--v-badge-bg:rgba(139,92,246,.1);--v-badge-border:rgba(139,92,246,.2);--v-underline:rgba(139,92,246,.45);--v-btn-text:#4c1d95;--v-btn-bg-hover:#ede9fe;--v-btn-shadow-hover:rgba(139,92,246,.35);--v-focus-ring:rgba(139,92,246,.12)}.cta-variant-charcoal[data-v-090de219]{background:#fff}.cta-variant-charcoal .cta-glow[data-v-090de219]{background:radial-gradient(circle,var(--v-glow) 0,transparent 65%)}.cta-variant-charcoal .badge-wrapper[data-v-090de219]{background:var(--v-badge-bg);border:1px solid var(--v-badge-border)}.cta-variant-charcoal .badge-wrapper .material-icons[data-v-090de219]{color:var(--v-accent)}.cta-variant-charcoal .badge-gradient-text[data-v-090de219]{color:var(--v-accent-light)}.cta-variant-charcoal .cta-title-text[data-v-090de219]{color:var(--v-text)}.cta-variant-charcoal .cta-title-text[data-v-090de219] b,.cta-variant-charcoal .cta-title-text[data-v-090de219] span{background:none;-webkit-background-clip:unset;background-clip:unset;color:var(--v-accent-light);display:inline;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;text-decoration:underline;text-decoration-color:var(--v-underline);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:3px;text-underline-offset:6px}.cta-variant-charcoal .cta-description-text[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-charcoal .cta-button-action[data-v-090de219]{background:var(--v-btn-bg);box-shadow:0 4px 24px var(--v-btn-shadow);color:var(--v-btn-text)!important}.cta-variant-charcoal .cta-button-action .material-icons[data-v-090de219]{animation:none;color:var(--v-btn-text)}.cta-variant-charcoal .cta-button-action[data-v-090de219]:hover{background:var(--v-btn-bg-hover);box-shadow:0 8px 36px var(--v-btn-shadow-hover);transform:translateY(-3px)}.cta-variant-charcoal .cta-button-action[data-v-090de219]:active{transform:scale(.97)}.cta-variant-charcoal .cta-input-group label[data-v-090de219]{color:var(--v-text-muted)}.cta-variant-charcoal .cta-input-group input[data-v-090de219],.cta-variant-charcoal .cta-input-group select[data-v-090de219],.cta-variant-charcoal .cta-input-group textarea[data-v-090de219]{background:#ffffff0d;border:1.5px solid hsla(0,0%,100%,.1);color:var(--v-text)}.cta-variant-charcoal .cta-input-group input[data-v-090de219]::-moz-placeholder,.cta-variant-charcoal .cta-input-group select[data-v-090de219]::-moz-placeholder,.cta-variant-charcoal .cta-input-group textarea[data-v-090de219]::-moz-placeholder{color:#ffffff40}.cta-variant-charcoal .cta-input-group input[data-v-090de219]::placeholder,.cta-variant-charcoal .cta-input-group select[data-v-090de219]::placeholder,.cta-variant-charcoal .cta-input-group textarea[data-v-090de219]::placeholder{color:#ffffff40}.cta-variant-charcoal .cta-input-group input[data-v-090de219]:focus,.cta-variant-charcoal .cta-input-group select[data-v-090de219]:focus,.cta-variant-charcoal .cta-input-group textarea[data-v-090de219]:focus{border-color:var(--v-accent);box-shadow:0 0 0 3px var(--v-focus-ring)}.cta-variant-charcoal .cta-form-cancel[data-v-090de219]{background:transparent;border:1.5px solid hsla(0,0%,100%,.12);color:var(--v-text-muted)}.cta-variant-charcoal .cta-form-cancel[data-v-090de219]:hover{border-color:#ffffff40;color:var(--v-text)}.cta-variant-charcoal .cta-form-actions .cta-button-action[data-v-090de219]{color:var(--v-btn-text)!important}.cta-variant-charcoal .cta-form-actions .cta-button-action .material-icons[data-v-090de219]{color:var(--v-btn-text)}.cta-variant-charcoal[data-v-090de219]{--v-accent:#f59e0b;--v-accent-light:#fcd34d;--v-glow:rgba(245,158,11,.08);--v-badge-bg:rgba(245,158,11,.1);--v-badge-border:rgba(245,158,11,.2);--v-underline:rgba(245,158,11,.45);--v-text:#fafaf9;--v-text-muted:hsla(60,9%,98%,.45);--v-btn-bg:linear-gradient(135deg,#f59e0b,#d97706);--v-btn-bg-hover:linear-gradient(135deg,#fbbf24,#f59e0b);--v-btn-text:#1c1917;--v-btn-shadow:rgba(245,158,11,.25);--v-btn-shadow-hover:rgba(245,158,11,.4);--v-focus-ring:rgba(245,158,11,.12)}.cta-variant-charcoal .cta-inner-box[data-v-090de219]{background:linear-gradient(160deg,#1c1917,#27211e 60%,#292524)}.cta-variant-charcoal .cta-grid-bg[data-v-090de219]{background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:56px 56px}.cta-variant-charcoal.cta-color-rose[data-v-090de219]{--v-accent:#fb7185;--v-accent-light:#fda4af;--v-glow:rgba(251,113,133,.08);--v-badge-bg:rgba(251,113,133,.1);--v-badge-border:rgba(251,113,133,.2);--v-underline:rgba(251,113,133,.4);--v-btn-bg:linear-gradient(135deg,#fb7185,#f43f5e);--v-btn-bg-hover:linear-gradient(135deg,#fda4af,#fb7185);--v-btn-text:#fff;--v-btn-shadow:rgba(244,63,94,.25);--v-btn-shadow-hover:rgba(244,63,94,.4);--v-focus-ring:rgba(244,63,94,.12)}.cta-variant-charcoal.cta-color-emerald[data-v-090de219]{--v-accent:#34d399;--v-accent-light:#6ee7b7;--v-glow:rgba(52,211,153,.08);--v-badge-bg:rgba(52,211,153,.1);--v-badge-border:rgba(52,211,153,.2);--v-underline:rgba(52,211,153,.4);--v-btn-bg:linear-gradient(135deg,#34d399,#10b981);--v-btn-bg-hover:linear-gradient(135deg,#6ee7b7,#34d399);--v-btn-text:#1c1917;--v-btn-shadow:rgba(16,185,129,.25);--v-btn-shadow-hover:rgba(16,185,129,.4);--v-focus-ring:rgba(16,185,129,.12)}.cta-variant-charcoal.cta-color-violet[data-v-090de219]{--v-accent:#a78bfa;--v-accent-light:#c4b5fd;--v-glow:rgba(167,139,250,.08);--v-badge-bg:rgba(167,139,250,.1);--v-badge-border:rgba(167,139,250,.2);--v-underline:rgba(167,139,250,.4);--v-btn-bg:linear-gradient(135deg,#a78bfa,#8b5cf6);--v-btn-bg-hover:linear-gradient(135deg,#c4b5fd,#a78bfa);--v-btn-text:#fff;--v-btn-shadow:rgba(139,92,246,.25);--v-btn-shadow-hover:rgba(139,92,246,.4);--v-focus-ring:rgba(139,92,246,.12)}.cta-floating[data-v-090de219]{align-items:flex-end;bottom:20px;display:flex;flex-direction:column;gap:12px;opacity:0;pointer-events:none;position:fixed;right:20px;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;z-index:1000}.cta-floating.cta-floating-visible[data-v-090de219]{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:768px){.cta-floating[data-v-090de219]{bottom:12px;right:12px}}.cta-floating-btn[data-v-090de219]{align-items:center;background:#1e293b;border:none;border-radius:8px;box-shadow:0 2px 12px #00000026;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:6px;line-height:1;padding:10px 16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.cta-floating-btn[data-v-090de219]:hover{background:#334155;box-shadow:0 4px 16px #00000040;transform:translateY(-1px)}.cta-floating-btn .material-icons[data-v-090de219]{color:#fff;font-size:16px}.cta-floating-btn .cta-floating-btn-text[data-v-090de219]{color:#fff}@media(max-width:768px){.cta-floating-btn[data-v-090de219]{padding:10px}.cta-floating-btn .cta-floating-btn-text[data-v-090de219]{display:none}}.cta-floating-panel[data-v-090de219]{background:#1e293b;border-radius:16px;box-shadow:0 8px 40px #0000004d;color:#f1f5f9;max-height:70vh;overflow-y:auto;padding:24px;width:360px}@media(max-width:768px){.cta-floating-panel[data-v-090de219]{width:calc(100vw - 24px)}}.cta-floating-panel .cta-floating-panel-header[data-v-090de219]{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.cta-floating-panel .cta-floating-panel-header h3[data-v-090de219]{color:#f1f5f9;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;margin:0}.cta-floating-panel .cta-floating-desc[data-v-090de219]{color:#f1f5f980;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin-bottom:20px}.cta-floating-panel .cta-floating-close[data-v-090de219]{background:none;border:none;border-radius:6px;color:#f1f5f980;cursor:pointer;padding:4px;transition:color .2s,background .2s}.cta-floating-panel .cta-floating-close[data-v-090de219]:hover{background:#ffffff14;color:#f1f5f9}.cta-floating-panel .cta-floating-close .material-icons[data-v-090de219]{font-size:20px}.cta-floating-panel .cta-form-grid[data-v-090de219]{grid-template-columns:1fr}.cta-floating-panel .cta-dynamic-section[data-v-090de219]{background:#ffffff08;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:16px}.cta-floating-panel .cta-dynamic-section-title[data-v-090de219]{align-items:center;color:#c4b5fd;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:8px;margin-bottom:14px}.cta-floating-panel .cta-dynamic-section-title .material-icons[data-v-090de219]{color:#8b5cf6;font-size:18px}.cta-floating-panel .cta-dynamic-fields[data-v-090de219]{display:grid;gap:12px;grid-template-columns:1fr}.cta-floating-panel .cta-dynamic-sections[data-v-090de219]{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.cta-floating-panel .cta-input-group[data-v-090de219]{display:flex;flex-direction:column;gap:6px}.cta-floating-panel .cta-input-group label[data-v-090de219]{color:#f1f5f980;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}.cta-floating-panel .cta-input-group input[data-v-090de219],.cta-floating-panel .cta-input-group select[data-v-090de219],.cta-floating-panel .cta-input-group textarea[data-v-090de219]{background:#ffffff0d;border:1.5px solid hsla(0,0%,100%,.1);border-radius:10px;color:#f1f5f9;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:11px 14px;resize:vertical;transition:border-color .2s,box-shadow .2s}.cta-floating-panel .cta-input-group input[data-v-090de219]::-moz-placeholder,.cta-floating-panel .cta-input-group select[data-v-090de219]::-moz-placeholder,.cta-floating-panel .cta-input-group textarea[data-v-090de219]::-moz-placeholder{color:#ffffff40}.cta-floating-panel .cta-input-group input[data-v-090de219]::placeholder,.cta-floating-panel .cta-input-group select[data-v-090de219]::placeholder,.cta-floating-panel .cta-input-group textarea[data-v-090de219]::placeholder{color:#ffffff40}.cta-floating-panel .cta-input-group input[data-v-090de219]:focus,.cta-floating-panel .cta-input-group select[data-v-090de219]:focus,.cta-floating-panel .cta-input-group textarea[data-v-090de219]:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.cta-floating-panel .cta-input-group textarea[data-v-090de219]{min-height:60px}.cta-floating-panel .cta-form-actions[data-v-090de219]{display:flex;justify-content:center;margin-top:16px}.cta-floating-panel .cta-button-action[data-v-090de219]{align-items:center;background:#8b5cf6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.cta-floating-panel .cta-button-action[data-v-090de219]:hover{background:#7c3aed}.cta-floating-panel .cta-button-action.disabled[data-v-090de219]{opacity:.5;pointer-events:none}.cta-floating-panel .cta-button-action .material-icons[data-v-090de219]{font-size:16px}.cta-floating-sent[data-v-090de219]{background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:10px;color:#86efac;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;padding:10px 16px}.cta-floating-sent .material-icons[data-v-090de219]{color:#22c55e;font-size:16px}.floating-panel-enter-active[data-v-090de219]{transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-panel-leave-active[data-v-090de219]{transition:all .2s ease-in}.floating-panel-enter-from[data-v-090de219],.floating-panel-leave-to[data-v-090de219]{opacity:0;transform:translateY(12px) scale(.95)}.floating-panel-enter-to[data-v-090de219],.floating-panel-leave-from[data-v-090de219]{opacity:1;transform:translateY(0) scale(1)}.cta-variant-default[data-v-090de219]{background:#fff}.cta-variant-default .bg-gradient-to-r-border[data-v-090de219]{background:linear-gradient(to right,var(--cta-border-start),var(--cta-border-end));border-radius:var(--cta-radius-outer,1rem);padding:1px}.cta-variant-default .cta-inner-box[data-v-090de219]{background:linear-gradient(to right,var(--cta-bg-start),var(--cta-bg-end));border-radius:var(--cta-radius-inner,15px)}.cta-variant-default .badge-wrapper[data-v-090de219]{background:#fff;box-shadow:0 4px 6px -1px #0000001a}.cta-variant-default .badge-gradient-text[data-v-090de219]{background:linear-gradient(to right,var(--cta-accent-start),var(--cta-accent-end));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:normal;text-transform:none}.cta-variant-default .cta-title-text[data-v-090de219]{color:#1e293b;font-size:24px;font-weight:600}@media(min-width:768px){.cta-variant-default .cta-title-text[data-v-090de219]{font-size:36px}}.cta-variant-default .cta-title-text[data-v-090de219] b,.cta-variant-default .cta-title-text[data-v-090de219] span{background:linear-gradient(to right,var(--cta-accent-start),var(--cta-accent-end));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important}.cta-variant-default .cta-description-text[data-v-090de219]{color:var(--primary-text-color);opacity:.8}.cta-variant-default .cta-button-action[data-v-090de219]{background:linear-gradient(to right,var(--cta-accent-start),var(--cta-accent-end));box-shadow:0 4px 15px #9333ea33;color:#fff!important}.cta-variant-default .cta-button-action[data-v-090de219]:hover{box-shadow:0 8px 25px #9333ea4d;transform:scale(1.05) translateY(-2px)}.cta-variant-default .cta-button-action[data-v-090de219]:active{transform:scale(.98)}.cta-variant-default .cta-input-group label[data-v-090de219]{color:#475569}.cta-variant-default .cta-input-group input[data-v-090de219],.cta-variant-default .cta-input-group select[data-v-090de219],.cta-variant-default .cta-input-group textarea[data-v-090de219]{background:#fff;border:1.5px solid #e2e8f0;color:#1e293b}.cta-variant-default .cta-input-group input[data-v-090de219]::-moz-placeholder,.cta-variant-default .cta-input-group select[data-v-090de219]::-moz-placeholder,.cta-variant-default .cta-input-group textarea[data-v-090de219]::-moz-placeholder{color:#94a3b8}.cta-variant-default .cta-input-group input[data-v-090de219]::placeholder,.cta-variant-default .cta-input-group select[data-v-090de219]::placeholder,.cta-variant-default .cta-input-group textarea[data-v-090de219]::placeholder{color:#94a3b8}.cta-variant-default .cta-input-group input[data-v-090de219]:focus,.cta-variant-default .cta-input-group select[data-v-090de219]:focus,.cta-variant-default .cta-input-group textarea[data-v-090de219]:focus{border-color:var(--cta-accent-start,#7c3aed);box-shadow:0 0 0 3px #7c3aed1a}.cta-variant-default .cta-form-cancel[data-v-090de219]{background:#fff;border:1.5px solid #e2e8f0;color:#64748b}.cta-variant-default .cta-form-cancel[data-v-090de219]:hover{background:#f8fafc;border-color:#cbd5e1}.cta-variant-default .cta-sent[data-v-090de219]{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.cta-variant-default .cta-sent .material-icons[data-v-090de219]{color:#22c55e}.automate-schema-container[data-v-e47dcc9b]{background:var(--background-color,#f9fafb);border-radius:20px;box-sizing:border-box;overflow:hidden;padding:4rem 0}.automate-schema-container[data-v-e47dcc9b] *{box-sizing:border-box}.header[data-v-e47dcc9b]{margin-bottom:2rem;text-align:center}.header .top-label[data-v-e47dcc9b]{color:var(--primary-color,#007bff);font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.header .title[data-v-e47dcc9b]{flex-wrap:wrap;justify-content:center}.header .description[data-v-e47dcc9b]{color:var(--text-muted,#6b7280);font-size:1.1rem;margin:0 auto;max-width:600px}.admin-toolbar[data-v-e47dcc9b]{display:flex;justify-content:flex-end;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:1400px}.admin-toolbar .admin-toggle-btn[data-v-e47dcc9b]{align-items:center;background:#1e293b;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.admin-toolbar .admin-toggle-btn span[data-v-e47dcc9b]{font-size:18px}.admin-toolbar .admin-toggle-btn[data-v-e47dcc9b]:hover{background:#334155}.admin-toolbar .admin-toggle-btn.active[data-v-e47dcc9b]{background:var(--primary-color,#1834fb)}.schema-layout[data-v-e47dcc9b]{align-items:stretch;display:flex;gap:2rem;margin:0 auto;max-width:1400px;width:100%}.schema-layout.with-admin[data-v-e47dcc9b]{max-width:1800px}.admin-sidebar[data-v-e47dcc9b]{background:#1e293b;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex:0 0 400px;flex-direction:column;overflow:hidden}.admin-sidebar .admin-header[data-v-e47dcc9b]{align-items:center;background:#0f172a;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:1rem}.admin-sidebar .admin-header h4[data-v-e47dcc9b]{color:#fff;font-size:.95rem;margin:0}.admin-sidebar .admin-header .copy-btn[data-v-e47dcc9b]{align-items:center;background:#ffffff1a;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;gap:.25rem;padding:.25rem .75rem;transition:background .2s}.admin-sidebar .admin-header .copy-btn span[data-v-e47dcc9b]{font-size:14px}.admin-sidebar .admin-header .copy-btn[data-v-e47dcc9b]:hover{background:#fff3}.admin-sidebar .json-editor[data-v-e47dcc9b]{background:#1e293b;border:none;color:#e2e8f0;flex:1;font-family:Fira Code,Courier New,Courier,monospace;font-size:.85rem;line-height:1.5;min-height:400px;outline:none;padding:1rem;resize:none;width:100%}.admin-sidebar .json-editor[data-v-e47dcc9b]::-webkit-scrollbar{width:8px}.admin-sidebar .json-editor[data-v-e47dcc9b]::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.admin-sidebar .json-error[data-v-e47dcc9b]{background:#ef4444;color:#fff;font-family:monospace;font-size:.8rem;padding:.75rem;word-break:break-all}.dashboard-sidebar[data-v-e47dcc9b]{display:flex;flex:0 0 320px;flex-direction:column}.dashboard-panel[data-v-e47dcc9b]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;height:100%;padding:1.5rem;width:100%}.dashboard-panel .panel-title[data-v-e47dcc9b]{color:#64748b;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.dashboard-panel .scenario-list[data-v-e47dcc9b]{display:flex;flex-direction:column;gap:.5rem}.dashboard-panel .scenario-btn[data-v-e47dcc9b]{align-items:center;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;position:relative;text-align:left;transition:all .2s ease}.dashboard-panel .scenario-btn .btn-content[data-v-e47dcc9b]{align-items:center;color:#475569;display:flex;font-weight:600;gap:.75rem}.dashboard-panel .scenario-btn .btn-content span.material-symbols-outlined[data-v-e47dcc9b]{color:#94a3b8;font-size:20px;transition:color .2s ease}.dashboard-panel .scenario-btn .active-indicator[data-v-e47dcc9b]{background:transparent;border-radius:50%;height:8px;transition:background .2s ease;width:8px}.dashboard-panel .scenario-btn[data-v-e47dcc9b]:hover{background:#f8fafc;border-color:#e2e8f0}.dashboard-panel .scenario-btn.active[data-v-e47dcc9b]{background:#f0f4ff;border-color:#c7d2fe}.dashboard-panel .scenario-btn.active .btn-content[data-v-e47dcc9b],.dashboard-panel .scenario-btn.active .btn-content span.material-symbols-outlined[data-v-e47dcc9b]{color:var(--primary-color,#1834fb)}.dashboard-panel .scenario-btn.active .active-indicator[data-v-e47dcc9b]{background:var(--primary-color,#1834fb);box-shadow:0 0 8px #1834fb66}.dashboard-panel .scenario-details[data-v-e47dcc9b]{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.dashboard-panel .scenario-details p[data-v-e47dcc9b]{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.dashboard-panel .scenario-details .scenario-actions[data-v-e47dcc9b]{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.dashboard-panel .scenario-details .scenario-actions .button[data-v-e47dcc9b]{width:100%}.canvas-wrapper[data-v-e47dcc9b]{border-radius:16px;box-shadow:0 10px 30px #0000000d;flex:1;min-height:500px;overflow:hidden;position:relative;width:100%}.canvas-wrapper[data-v-e47dcc9b],.canvas-wrapper .lock-btn[data-v-e47dcc9b]{align-items:center;background:#fff;display:flex;justify-content:center}.canvas-wrapper .lock-btn[data-v-e47dcc9b]{border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 4px 6px #0000000d;color:#475569;cursor:pointer;height:44px;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:44px;z-index:30}.canvas-wrapper .lock-btn span[data-v-e47dcc9b]{color:inherit;font-size:22px}.canvas-wrapper .lock-btn[data-v-e47dcc9b]:hover{background:#f8fafc}.canvas-wrapper .lock-btn.is-locked[data-v-e47dcc9b]{background:#1e293b;border-color:#1e293b;box-shadow:0 4px 12px #1e293b33;color:#fff}.canvas-wrapper .lock-btn.is-locked[data-v-e47dcc9b]:hover{background:#334155}.canvas-wrapper .loader-overlay[data-v-e47dcc9b]{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb3;border-radius:16px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.canvas-wrapper .spinner[data-v-e47dcc9b]{animation:spin-e47dcc9b 1s linear infinite;border:4px solid #f1f5f9;border-radius:50%;border-top:4px solid var(--primary-color,#1834fb);height:48px;width:48px}.canvas-wrapper .fade-enter-active[data-v-e47dcc9b],.canvas-wrapper .fade-leave-active[data-v-e47dcc9b]{transition:opacity .3s ease}.canvas-wrapper .fade-enter-from[data-v-e47dcc9b],.canvas-wrapper .fade-leave-to[data-v-e47dcc9b]{opacity:0}.canvas-wrapper .schema-canvas[data-v-e47dcc9b]{display:block;max-width:100%;transition:opacity .3s ease}.canvas-wrapper .schema-canvas.is-loading[data-v-e47dcc9b]{opacity:.3}@keyframes spin-e47dcc9b{to{transform:rotate(1turn)}}.video-modal-overlay[data-v-e47dcc9b]{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.video-modal-content[data-v-e47dcc9b]{background:#000;border-radius:12px;box-shadow:0 20px 40px #0006;max-width:900px;overflow:hidden;position:relative;width:90%}.video-modal-content .close-btn[data-v-e47dcc9b]{align-items:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s ease;width:40px;z-index:10}.video-modal-content .close-btn span[data-v-e47dcc9b]{color:#fff;font-size:24px}.video-modal-content .close-btn[data-v-e47dcc9b]:hover{background:#fff6}.video-modal-content .action-video[data-v-e47dcc9b]{aspect-ratio:16/9;border:none;display:block;outline:none;width:100%}.modal-fade-enter-active[data-v-e47dcc9b],.modal-fade-leave-active[data-v-e47dcc9b]{transition:opacity .3s ease}.modal-fade-enter-from[data-v-e47dcc9b],.modal-fade-leave-to[data-v-e47dcc9b]{opacity:0}@media(max-width:992px){.schema-layout[data-v-e47dcc9b]{flex-direction:column;max-width:100%}.dashboard-sidebar[data-v-e47dcc9b]{flex:auto;width:100%}.dashboard-panel[data-v-e47dcc9b]{max-width:100%;width:100%}}@media(max-width:768px){.automate-schema-container[data-v-e47dcc9b]{padding:2rem 0}.header .title[data-v-e47dcc9b]{font-size:2rem}.dashboard-panel[data-v-e47dcc9b]{border-radius:12px}.canvas-wrapper[data-v-e47dcc9b]{min-height:400px;padding:0}}.app-store-container[data-v-887b4469]{margin:0 auto;max-width:1200px;padding:4rem 1rem;position:relative}.app-store-container .ecosystem-banner[data-v-887b4469]{animation:slideDown-887b4469 .5s ease-out forwards;background:linear-gradient(135deg,var(--primary,#007bff) 0,var(--primary-dark,#0056b3) 100%);border-radius:12px;box-shadow:0 4px 15px #007bff33;color:#fff;margin-bottom:2rem;padding:1rem 1.5rem}.app-store-container .ecosystem-banner .banner-content[data-v-887b4469]{align-items:center;display:flex;font-size:1.1rem;gap:1rem;justify-content:center}.app-store-container .ecosystem-banner .banner-content .icon-rocket[data-v-887b4469]{font-size:1.5rem}@keyframes slideDown-887b4469{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.app-store-container .app-store-header[data-v-887b4469]{margin-bottom:3rem;text-align:center}.app-store-container .app-store-header .title[data-v-887b4469]{color:var(--title-color,#1a1a1a);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.app-store-container .app-store-header .subtitle[data-v-887b4469]{color:var(--primary,#007bff);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.app-store-container .app-store-header .description[data-v-887b4469]{color:var(--text-light,#666);font-size:1rem;margin:0 auto;max-width:600px}.app-store-container .app-store-layout[data-v-887b4469]{align-items:flex-start;display:flex;gap:2rem}@media(max-width:768px){.app-store-container .app-store-layout[data-v-887b4469]{flex-direction:column}}.app-store-container .app-store-sidebar[data-v-887b4469]{background:var(--bg-card,#fff);border-radius:12px;box-shadow:0 4px 20px #0000000d;flex:0 0 250px;padding:1rem;position:sticky;top:100px}@media(max-width:768px){.app-store-container .app-store-sidebar[data-v-887b4469]{display:flex;flex:1 1 auto;overflow-x:auto;padding:.5rem;position:static;width:100%}}.app-store-container .app-store-sidebar .category-list[data-v-887b4469]{list-style:none;margin:0;padding:0}@media(max-width:768px){.app-store-container .app-store-sidebar .category-list[data-v-887b4469]{display:flex;gap:.5rem}}.app-store-container .app-store-sidebar .category-item[data-v-887b4469]{align-items:center;border-radius:8px;color:var(--text-color,#333);cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}@media(max-width:768px){.app-store-container .app-store-sidebar .category-item[data-v-887b4469]{background:var(--bg-hover,#f5f5f5);white-space:nowrap}}.app-store-container .app-store-sidebar .category-item[data-v-887b4469]:hover{background:var(--bg-hover,#f0f4f8)}.app-store-container .app-store-sidebar .category-item.active[data-v-887b4469]{background:var(--primary-light,rgba(0,123,255,.1));color:var(--primary,#007bff)}.app-store-container .app-store-sidebar .category-item.active .category-icon[data-v-887b4469]{color:var(--primary,#007bff)}.app-store-container .app-store-sidebar .category-item .category-icon[data-v-887b4469]{color:var(--text-light,#888);font-size:1.25rem}.app-store-container .app-store-grid[data-v-887b4469]{display:grid;flex:1;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.app-store-container .app-card[data-v-887b4469]{background:var(--bg-card,#fff);border:1px solid var(--border-color,#eaeaea);border-radius:16px;box-shadow:0 4px 15px #0000000a;display:flex;flex-direction:column;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.app-store-container .app-card.is-card-installed[data-v-887b4469]{background:linear-gradient(180deg,#fff,#28a74508);border-color:#28a7454d}.app-store-container .app-card[data-v-887b4469]:hover{border-color:var(--primary-light,#b3d4ff);box-shadow:0 12px 30px #00000014;transform:translateY(-5px)}.app-store-container .app-card.is-new[data-v-887b4469]:before{background:var(--accent,#ff4757);border-radius:12px;box-shadow:0 2px 5px #ff47574d;color:#fff;content:"Nouveau";font-size:.75rem;font-weight:700;padding:.25rem .5rem;position:absolute;right:20px;top:-10px}.app-store-container .app-card .app-card-header[data-v-887b4469]{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.app-store-container .app-card .app-card-header .app-icon-wrapper[data-v-887b4469]{align-items:center;background:var(--bg-light,#f8f9fa);border:1px solid var(--border-color,#eee);border-radius:12px;box-shadow:inset 0 2px 4px #0000000d;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;width:60px}.app-store-container .app-card .app-card-header .app-icon-wrapper .app-icon[data-v-887b4469]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.app-store-container .app-card .app-card-header .app-icon-wrapper .app-icon-placeholder[data-v-887b4469]{color:var(--primary,#007bff);font-size:2rem}.app-store-container .app-card .app-card-header .app-meta .app-name[data-v-887b4469]{color:var(--title-color,#1a1a1a);font-size:1.1rem;font-weight:700;margin:0 0 .25rem}.app-store-container .app-card .app-card-header .app-meta .app-developer[data-v-887b4469]{color:var(--text-light,#888);font-size:.85rem;font-weight:500}.app-store-container .app-card .app-card-body[data-v-887b4469]{flex:1;margin-bottom:1.5rem}.app-store-container .app-card .app-card-body .app-description[data-v-887b4469]{color:var(--text-color,#4a4a4a);font-size:.95rem;line-height:1.5;margin:0}.app-store-container .app-card .app-card-footer[data-v-887b4469]{align-items:center;border-top:1px solid var(--border-light,#f0f0f0);display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.app-store-container .app-card .app-card-footer .badge[data-v-887b4469]{background:var(--bg-badge,#e9ecef);border-radius:6px;color:var(--text-badge,#495057);font-size:.8rem;font-weight:600;padding:.25rem .6rem}.app-store-container .app-card .app-card-footer .badge.gratuit[data-v-887b4469],.app-store-container .app-card .app-card-footer .badge.inclus[data-v-887b4469]{background:#28a7451a;color:#28a745}.app-store-container .app-card .app-card-footer .badge.premium[data-v-887b4469]{background:#ffc10726;color:#d39e00}.app-store-container .app-card .app-card-footer .btn-interactive[data-v-887b4469]{align-items:center;background:var(--bg-hover,#f0f4f8);border:none;border-radius:20px;color:var(--primary,#007bff);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;height:36px;justify-content:center;min-width:100px;padding:.4rem 1.2rem;text-decoration:none;transition:all .2s ease}.app-store-container .app-card .app-card-footer .btn-interactive[data-v-887b4469]:hover:not(.is-installing){background:var(--primary-light,rgba(0,123,255,.15))}.app-store-container .app-card .app-card-footer .btn-interactive.is-installing[data-v-887b4469]{background:var(--bg-hover,#f0f4f8);cursor:default}.app-store-container .app-card .app-card-footer .btn-interactive.is-installed[data-v-887b4469]{background:var(--bg-card,#fff);border:1px solid #28a745;color:#28a745}.app-store-container .app-card .app-card-footer .btn-interactive.is-installed[data-v-887b4469]:hover{background:#28a7450d}.app-store-container .app-card .app-card-footer .btn-interactive .btn-content[data-v-887b4469]{align-items:center;display:flex;gap:.25rem}.app-store-container .app-card .app-card-footer .btn-interactive .icon-small[data-v-887b4469]{font-size:1rem}.app-store-container .app-card .app-card-footer .btn-interactive .spinner[data-v-887b4469]{animation:spin-887b4469 1s linear infinite;border:2px solid rgba(0,123,255,.3);border-radius:50%;border-top:2px solid var(--primary,#007bff);height:18px;width:18px}@keyframes spin-887b4469{to{transform:rotate(1turn)}}.product-showcase[data-v-924bbaa4]{padding:3rem 0;width:100%}@media(max-width:768px){.product-showcase[data-v-924bbaa4]{padding:1.5rem 0}}.product-showcase-inner[data-v-924bbaa4]{align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:900px){.product-showcase-inner[data-v-924bbaa4]{gap:2rem;grid-template-columns:1fr;padding:0 1.25rem}}.showcase-gallery[data-v-924bbaa4]{position:sticky;top:100px}.gallery-main[data-v-924bbaa4]{align-items:center;aspect-ratio:1/1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;justify-content:center;overflow:hidden;padding:2rem}.gallery-main .gallery-main-img[data-v-924bbaa4]{max-height:100%;max-width:100%;transition:transform .3s ease}.gallery-main .gallery-main-img[data-v-924bbaa4]:hover{transform:scale(1.03)}.gallery-main.is-cover[data-v-924bbaa4]{padding:0}.gallery-main.is-cover .gallery-main-img.is-cover[data-v-924bbaa4]{height:100%;max-height:none;max-width:none;width:100%}.gallery-thumbnails[data-v-924bbaa4]{display:flex;gap:.75rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.25rem}.gallery-thumbnails[data-v-924bbaa4]::-webkit-scrollbar{height:4px}.gallery-thumbnails[data-v-924bbaa4]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.gallery-thumb[data-v-924bbaa4]{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;flex-shrink:0;height:72px;overflow:hidden;padding:.375rem;transition:all .2s ease;width:72px}.gallery-thumb img[data-v-924bbaa4]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.gallery-thumb[data-v-924bbaa4]:hover{border-color:#94a3b8}.gallery-thumb.active[data-v-924bbaa4]{border-color:#635bff;box-shadow:0 0 0 1px #635bff}.showcase-details[data-v-924bbaa4]{display:flex;flex-direction:column;gap:0}.showcase-tags[data-v-924bbaa4]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.showcase-tags .showcase-tag[data-v-924bbaa4]{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.3rem .75rem;text-transform:uppercase}.showcase-tags .showcase-tag.showcase-tag-blue[data-v-924bbaa4]{background:#dbeafe;color:#1e40af}.showcase-tags .showcase-tag.showcase-tag-purple[data-v-924bbaa4]{background:#ede9fe;color:#6b21a8}.showcase-tags .showcase-tag.showcase-tag-green[data-v-924bbaa4]{background:#d1fae5;color:#065f46}.showcase-tags .showcase-tag.showcase-tag-orange[data-v-924bbaa4]{background:#ffedd5;color:#c2410c}.showcase-tags .showcase-tag.showcase-tag-red[data-v-924bbaa4]{background:#fee2e2;color:#991b1b}.showcase-name[data-v-924bbaa4]{color:#111827;font-size:2rem;font-weight:800;line-height:1.2;margin:0}@media(max-width:768px){.showcase-name[data-v-924bbaa4]{font-size:1.625rem}}.showcase-tagline[data-v-924bbaa4]{color:#635bff;font-size:1.125rem;font-weight:600;line-height:1.4;margin:.5rem 0 0}.showcase-separator[data-v-924bbaa4]{background:#e2e8f0;height:1px;margin:1.5rem 0;width:100%}.showcase-description[data-v-924bbaa4]{color:#4b5563;font-size:1rem;line-height:1.7;margin:0}.showcase-highlights[data-v-924bbaa4]{display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}@media(max-width:480px){.showcase-highlights[data-v-924bbaa4]{grid-template-columns:1fr}}.showcase-highlight[data-v-924bbaa4]{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.75rem;padding:.875rem 1rem;transition:all .2s ease}.showcase-highlight[data-v-924bbaa4]:hover{background:#f1f5f9;border-color:#cbd5e1}.showcase-highlight .highlight-icon[data-v-924bbaa4]{color:#635bff;flex-shrink:0;font-size:22px}.showcase-highlight .highlight-label[data-v-924bbaa4]{color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.3}.showcase-actions[data-v-924bbaa4]{display:flex;gap:1rem;margin-top:2rem}@media(max-width:480px){.showcase-actions[data-v-924bbaa4]{flex-direction:column}}.showcase-actions .showcase-cta-primary[data-v-924bbaa4],.showcase-actions .showcase-cta-secondary[data-v-924bbaa4]{text-align:center;text-decoration:none}@media(max-width:480px){.hidden-xs[data-v-4107f99e]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-4107f99e]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-4107f99e]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-4107f99e]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-4107f99e]{display:none!important}}.service-comparison[data-v-4107f99e]{background-color:#f5f5f7;color:#1d1d1f;font-family:Inter,-apple-system,sans-serif;padding:100px 0}.service-comparison .container[data-v-4107f99e]{margin:0 auto;max-width:1200px;padding:0 24px}.service-comparison .comparison-table-wrap[data-v-4107f99e]{position:relative}.service-comparison .featured-frame[data-v-4107f99e]{animation:sc-rainbow-spin-4107f99e 6s linear infinite;background:conic-gradient(from var(--sc-hl-angle,0deg),#ff0080,#ff8c00,#ffd000,#12be53,#00b0ff,#7a5cff,#ff0080);border-radius:20px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;pointer-events:none;position:absolute;z-index:2}@media(prefers-reduced-motion:reduce){.service-comparison .featured-frame[data-v-4107f99e]{animation:none}}@media(max-width:768px){.service-comparison .featured-frame[data-v-4107f99e]{display:none}}.service-comparison .comparison-table[data-v-4107f99e]{background:#fff;border:1px solid #e5e5e7;border-radius:20px;border-spacing:0;box-shadow:0 2px 10px #00000005;width:100%}.service-comparison .comparison-table .col-feature[data-v-4107f99e]{position:relative}.service-comparison .comparison-table .col-feature[data-v-4107f99e]:before{background-color:#f8f8fb;bottom:0;content:"";left:12px;position:absolute;right:0;top:0}.service-comparison .comparison-table .feature-content[data-v-4107f99e]{align-items:center;display:flex;gap:16px;padding:28px 24px 28px 36px;position:relative;white-space:nowrap;z-index:1}.service-comparison .comparison-table .feature-content .feature-icon[data-v-4107f99e]{color:#1d1d1f;font-size:18px;opacity:.9}.service-comparison .comparison-table .feature-content .feature-name[data-v-4107f99e]{color:#1d1d1f;font-size:.95rem;font-weight:500}.service-comparison .comparison-table thead th[data-v-4107f99e]{border-bottom:1px solid #f0f0f2;font-weight:400;text-align:left}.service-comparison .comparison-table thead .col-feature[data-v-4107f99e]:before{border-radius:20px 20px 0 0;top:12px}.service-comparison .comparison-table thead .col-value[data-v-4107f99e]{padding:32px}.service-comparison .comparison-table thead .header-content[data-v-4107f99e]{align-items:center;display:flex;gap:12px}.service-comparison .comparison-table thead .header-content .logo[data-v-4107f99e]{height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.service-comparison .comparison-table thead .header-content .label[data-v-4107f99e]{color:#86868b;font-size:1.1rem;font-weight:400}.service-comparison .comparison-table thead .header-content.highlight .label[data-v-4107f99e]{color:#1d1d1f;font-weight:700}@media(max-width:768px){.service-comparison .comparison-table thead[data-v-4107f99e]{display:none}}.service-comparison .comparison-table tbody td[data-v-4107f99e]{border-bottom:1px solid #f0f0f2}.service-comparison .comparison-table tbody tr:last-child td[data-v-4107f99e]{border-bottom:none}.service-comparison .comparison-table tbody tr.has-description td.col-feature[data-v-4107f99e]{vertical-align:middle}.service-comparison .comparison-table tbody tr.has-description td.col-value[data-v-4107f99e]{border-bottom:none}.service-comparison .comparison-table tbody .description-row .description-cell[data-v-4107f99e]{border-bottom:1px solid #f0f0f2;padding:4px 32px 24px}.service-comparison .comparison-table tbody .description-row .description-cell .description-text[data-v-4107f99e]{color:#9ca3af;font-size:.8125rem;line-height:1.6;margin:0}.service-comparison .comparison-table tbody .description-row .description-cell .description-text b[data-v-4107f99e],.service-comparison .comparison-table tbody .description-row .description-cell .description-text strong[data-v-4107f99e]{color:inherit;font-size:inherit;font-weight:600}.service-comparison .comparison-table tbody .section-title-row .section-title-cell[data-v-4107f99e]{border-bottom:none;padding:0}.service-comparison .comparison-table tbody .section-title-row .section-title-cell .section-title-text[data-v-4107f99e]{background-color:#f5f5f7;border-bottom:1px solid #e5e5e7;border-top:1px solid #e5e5e7;color:#86868b;display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:14px 36px;text-transform:uppercase}.service-comparison .comparison-table tbody .section-title-row.section-dark .section-title-cell .section-title-text[data-v-4107f99e]{background-color:#1a1a1a;border-bottom:none;border-top:none;color:#fff;font-size:.8125rem;letter-spacing:.1em;padding:20px 36px}.service-comparison .comparison-table tbody .col-value[data-v-4107f99e]{padding:24px 32px}.service-comparison .comparison-table tbody .value-wrapper[data-v-4107f99e]{align-items:center;display:flex;gap:16px}.service-comparison .comparison-table tbody .value-wrapper .value[data-v-4107f99e]{color:#1d1d1f;font-size:1.05rem;font-weight:400;line-height:1.4}.service-comparison .comparison-table tfoot td[data-v-4107f99e]{border-top:1px solid #f0f0f2}.service-comparison .comparison-table tfoot .col-feature[data-v-4107f99e]{vertical-align:bottom}.service-comparison .comparison-table tfoot .col-feature[data-v-4107f99e]:before{border-radius:0 0 20px 20px;bottom:12px}.service-comparison .comparison-table tfoot .col-value[data-v-4107f99e]{padding:32px}.service-comparison .comparison-table .status-icon[data-v-4107f99e]{flex-shrink:0}@media(max-width:768px){.service-comparison .comparison-table[data-v-4107f99e]{display:block;overflow:hidden;width:100%}.service-comparison .comparison-table .col-feature[data-v-4107f99e]:before{display:none}.service-comparison .comparison-table tbody[data-v-4107f99e]{display:block}.service-comparison .comparison-table tbody td[data-v-4107f99e]{border-bottom:none}.service-comparison .comparison-table tbody tr[data-v-4107f99e]{display:block}.service-comparison .comparison-table tbody .col-feature[data-v-4107f99e]{display:block;padding:0}.service-comparison .comparison-table tbody .col-feature .feature-content[data-v-4107f99e]{gap:10px;padding:16px 18px 12px;white-space:normal}.service-comparison .comparison-table tbody .col-feature .feature-content .feature-name[data-v-4107f99e]{font-size:1rem;font-weight:700}.service-comparison .comparison-table tbody .col-value[data-v-4107f99e]{display:block;padding:8px 18px}.service-comparison .comparison-table tbody .col-value[data-v-4107f99e]:before{color:#86868b;content:attr(data-label);display:block;font-size:.78rem;font-weight:500;letter-spacing:.01em;margin-bottom:4px}.service-comparison .comparison-table tbody .col-value.col-highlight[data-v-4107f99e]:before{color:#1d1d1f;font-weight:700}.service-comparison .comparison-table tbody .col-value .value-wrapper[data-v-4107f99e]{align-items:center;gap:10px;justify-content:flex-start}.service-comparison .comparison-table tbody .col-value .value-wrapper .value[data-v-4107f99e]{font-size:.95rem}.service-comparison .comparison-table tbody .col-value+.col-value[data-v-4107f99e]{padding-top:4px}.service-comparison .comparison-table tbody tr td.col-value[data-v-4107f99e]:last-child{padding-bottom:14px}.service-comparison .comparison-table tbody .description-row[data-v-4107f99e],.service-comparison .comparison-table tbody tr[data-v-4107f99e]:not(.section-title-row):not(.description-row):not(.has-description){border-bottom:8px solid #f5f5f7}.service-comparison .comparison-table tbody tr.has-description[data-v-4107f99e]{border-bottom:none}.service-comparison .comparison-table tbody .section-title-row .section-title-cell[data-v-4107f99e]{display:block}.service-comparison .comparison-table tbody .section-title-row .section-title-cell .section-title-text[data-v-4107f99e]{padding:12px 18px}.service-comparison .comparison-table tbody .section-title-row.section-dark .section-title-cell .section-title-text[data-v-4107f99e]{padding:16px 18px}.service-comparison .comparison-table tbody .description-row .description-cell[data-v-4107f99e]{border-bottom:none;display:block;padding:0 18px 16px}.service-comparison .comparison-table tfoot[data-v-4107f99e]{display:block}.service-comparison .comparison-table tfoot td[data-v-4107f99e]{border-top:none}.service-comparison .comparison-table tfoot .col-feature[data-v-4107f99e]{display:block;padding:0}.service-comparison .comparison-table tfoot .col-feature .feature-content[data-v-4107f99e]{padding:18px 18px 4px;white-space:normal}.service-comparison .comparison-table tfoot .col-value[data-v-4107f99e]{display:block;padding:8px 18px 16px}.service-comparison .comparison-table tfoot .col-value.is-empty[data-v-4107f99e]{display:none}.service-comparison .comparison-table tfoot .col-value[data-v-4107f99e]:before{color:#1d1d1f;content:attr(data-label);display:block;font-size:.9rem;font-weight:700;margin-bottom:8px}.service-comparison .comparison-table tfoot .col-value[data-v-4107f99e] .button{justify-content:center;width:100%}}@media(max-width:768px){.service-comparison[data-v-4107f99e]{padding:56px 0}.service-comparison .container[data-v-4107f99e]{padding:0 16px}}@property --sc-hl-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes sc-rainbow-spin-4107f99e{to{--sc-hl-angle:360deg}}.floating-nav-container[data-v-2a3e0c52]{align-items:center;display:flex;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:90}@media(max-width:1024px){.floating-nav-container[data-v-2a3e0c52]{display:none}}.floating-nav-track[data-v-2a3e0c52]{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid rgba(0,0,0,.06);border-radius:12px 0 0 12px;border-right:none;box-shadow:0 4px 24px #00000014;padding:12px 10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-nav-list[data-v-2a3e0c52]{align-items:stretch;display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.floating-nav-item[data-v-2a3e0c52]{position:relative}.floating-nav-dot[data-v-2a3e0c52]{align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;display:flex;gap:8px;outline:none;padding:6px 8px;transition:background .2s ease;width:100%}.floating-nav-dot[data-v-2a3e0c52]:hover{background:#0000000a}.floating-nav-dot .dot-inner[data-v-2a3e0c52]{background-color:#00000026;border-radius:50%;flex-shrink:0;height:6px;transition:all .3s cubic-bezier(.4,0,.2,1);width:6px}.floating-nav-dot .floating-nav-label[data-v-2a3e0c52]{color:#0006;font-size:.7rem;font-weight:500;letter-spacing:-.01em;max-width:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,color .2s ease;white-space:nowrap}.floating-nav-dot:hover .dot-inner[data-v-2a3e0c52]{background-color:var(--primary-color,#635bff);transform:scale(1.3)}.floating-nav-dot.active .dot-inner[data-v-2a3e0c52]{background-color:var(--primary-color,#635bff);box-shadow:0 0 0 3px #635bff26}.floating-nav-dot.active .floating-nav-label[data-v-2a3e0c52]{color:var(--primary-color,#635bff);font-weight:600}.floating-nav-container.expanded .floating-nav-track[data-v-2a3e0c52],.floating-nav-container:hover .floating-nav-track[data-v-2a3e0c52]{padding:12px 14px}.floating-nav-container.expanded .floating-nav-label[data-v-2a3e0c52],.floating-nav-container:hover .floating-nav-label[data-v-2a3e0c52]{max-width:160px;opacity:1}.po-overview[data-v-0138386a]{--po-bg:#fff;--po-text-primary:#1a1a1a;--po-text-secondary:#6b6b6b;--po-text-tertiary:#a3a3a3;--po-accent:var(--primary-color,#2563eb);--po-border:#e5e5e5;--po-border-light:#f0f0f0;--po-radius-sm:8px;--po-radius-lg:16px;--po-radius-full:9999px;--po-shadow-xl:0 20px 60px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);--po-transition-fast:.2s ease;padding:80px 0}.po-overview__inner[data-v-0138386a]{margin:0 auto;max-width:1200px;padding:0 24px}.po-overview__header[data-v-0138386a]{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin-bottom:48px}@media(max-width:768px){.po-overview__header[data-v-0138386a]{gap:24px;grid-template-columns:1fr}}.po-overview__heading[data-v-0138386a]{font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.1}@media(max-width:768px){.po-overview__heading[data-v-0138386a]{font-size:36px}}.po-overview__header-right[data-v-0138386a]{padding-top:8px}.po-overview__subtitle[data-v-0138386a]{color:var(--po-text-secondary);font-size:16px;line-height:1.6;margin-bottom:16px}.po-overview__link[data-v-0138386a]{align-items:center;color:var(--po-accent);display:inline-flex;font-size:15px;font-weight:600;gap:6px;text-decoration:none}.po-overview__link[data-v-0138386a]:hover{text-decoration:underline}.po-overview__content[data-v-0138386a]{align-items:start;display:grid;gap:32px;grid-template-columns:340px 1fr}@media(max-width:900px){.po-overview__content[data-v-0138386a]{grid-template-columns:1fr}}.po-overview__categories[data-v-0138386a]{display:flex;flex-direction:column}.po-overview__category[data-v-0138386a]{border-bottom:1px solid var(--po-border-light);cursor:pointer;transition:all var(--po-transition-fast)}.po-overview__category[data-v-0138386a]:first-child{border-top:1px solid var(--po-border-light)}.po-overview__category.active .po-overview__cat-icon[data-v-0138386a]{color:var(--po-accent)}.po-overview__category:hover .po-overview__cat-arrow[data-v-0138386a]{transform:rotate(-45deg)}.po-overview__cat-header[data-v-0138386a]{align-items:center;display:flex;gap:12px;padding:20px 4px}.po-overview__cat-icon[data-v-0138386a]{align-items:center;color:var(--po-text-secondary);display:flex;flex-shrink:0;transition:color var(--po-transition-fast)}.po-overview__cat-label[data-v-0138386a]{color:var(--po-text-primary);flex:1;font-size:17px;font-weight:600}.po-overview__cat-tag[data-v-0138386a]{background:color-mix(in srgb,var(--po-accent) 12%,transparent);border-radius:var(--po-radius-full);color:var(--po-accent);flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.02em;padding:3px 9px;text-transform:uppercase}.po-overview__cat-arrow-btn[data-v-0138386a]{align-items:center;background:var(--po-bg);border:1px solid var(--po-border);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all var(--po-transition-fast);width:36px}.po-overview__cat-arrow-btn[data-v-0138386a]:hover{background:#f9f9f9;border-color:var(--po-text-tertiary)}.po-overview__cat-arrow[data-v-0138386a]{color:var(--po-text-secondary);flex-shrink:0;transition:transform .3s ease,color var(--po-transition-fast)}.po-overview__cat-desc[data-v-0138386a]{padding:0 4px 16px 36px}.po-overview__cat-desc p[data-v-0138386a]{color:var(--po-text-secondary);font-size:14px;line-height:1.6}.po-overview__cat-controls[data-v-0138386a]{align-items:center;display:flex;gap:10px;margin:0 4px 4px}.po-overview__playpause[data-v-0138386a]{align-items:center;background:var(--po-bg);border:1px solid var(--po-border);border-radius:50%;color:var(--po-text-secondary);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all var(--po-transition-fast);width:24px}.po-overview__playpause[data-v-0138386a]:hover{border-color:var(--po-accent);color:var(--po-accent)}.po-overview__cat-progress[data-v-0138386a]{background:var(--po-border-light);border-radius:2px;flex:1;height:3px;overflow:hidden}.po-overview__cat-progress-bar[data-v-0138386a]{background:var(--po-accent);border-radius:2px;height:100%;transition:width .05s linear}.po-overview__cat-progress-bar.paused[data-v-0138386a]{background:var(--po-text-tertiary)}.po-overview__inline-preview[data-v-0138386a]{display:none}@media(max-width:900px){.po-overview__inline-preview[data-v-0138386a]{align-items:flex-end;border-radius:var(--po-radius-lg);display:flex;justify-content:flex-end;margin:8px 0 16px;min-height:220px;overflow:hidden;position:relative}}.po-overview__inline-preview-bg[data-v-0138386a]{background:var(--po-preview-bg,#f5f5f0);border-radius:var(--po-radius-lg);bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.po-overview__preview[data-v-0138386a]{align-items:flex-end;display:flex;justify-content:flex-end;min-height:480px;overflow:hidden;position:relative}@media(max-width:900px){.po-overview__preview[data-v-0138386a]{display:none}}.po-overview__preview-bg[data-v-0138386a]{background:var(--po-preview-bg,#f5f5f0);border-radius:var(--po-radius-lg);bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.po-overview__frame[data-v-0138386a]{background:var(--po-bg);border:1px solid var(--po-border);border-bottom:none;border-radius:12px 12px 0 0;box-shadow:var(--po-shadow-xl);margin-top:40px;overflow:hidden;position:relative;width:95%;z-index:1}.po-overview__frame-topbar[data-v-0138386a]{align-items:center;background:#fafafa;border-bottom:1px solid var(--po-border);display:flex;gap:12px;padding:10px 14px}.po-overview__frame-dots[data-v-0138386a]{display:flex;gap:6px}.po-overview__frame-dots span[data-v-0138386a]{background:var(--po-border);border-radius:50%;height:10px;width:10px}.po-overview__frame-url[data-v-0138386a]{align-items:center;background:var(--po-bg);border:1px solid var(--po-border);border-radius:6px;color:var(--po-text-tertiary);display:flex;flex:1;font-size:12px;justify-content:center;padding:4px 12px}.po-overview__frame-body img[data-v-0138386a]{display:block;height:auto;width:100%}.po-overview__frame-body iframe[data-v-0138386a]{border:0;display:block;height:520px;width:100%}@media(max-width:900px){.po-overview__frame-body iframe[data-v-0138386a]{height:340px}}.po-overview__frame--embed[data-v-0138386a]{border-bottom:1px solid var(--po-border);border-radius:12px;margin-top:0}.po-overview__preview--embed[data-v-0138386a]{align-items:center;min-height:560px}@media(max-width:900px){.po-overview__inline-preview--embed[data-v-0138386a]{align-items:center;min-height:360px}}.po-fade-enter-active[data-v-0138386a],.po-fade-leave-active[data-v-0138386a]{transition:opacity .25s ease}.po-fade-enter-from[data-v-0138386a],.po-fade-leave-to[data-v-0138386a]{opacity:0}.po-slide-enter-active[data-v-0138386a]{overflow:hidden;transition:max-height .35s ease,opacity .25s ease .1s}.po-slide-leave-active[data-v-0138386a]{overflow:hidden;transition:max-height .25s ease,opacity .15s ease}.po-slide-enter-from[data-v-0138386a]{max-height:0;opacity:0}.po-slide-enter-to[data-v-0138386a],.po-slide-leave-from[data-v-0138386a]{max-height:500px;opacity:1}.po-slide-leave-to[data-v-0138386a]{max-height:0;opacity:0}@media(max-width:480px){.hidden-xs[data-v-1d489666]{display:none!important}}@media(max-width:768px){.hidden-s[data-v-1d489666]{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hidden-m[data-v-1d489666]{display:none!important}}@media(min-width:1025px){.hidden-l[data-v-1d489666]{display:none!important}}@media(min-width:1281px){.hidden-xl[data-v-1d489666]{display:none!important}}.toggle-section[data-v-1d489666]{padding:4rem 2rem;width:100%}@media(min-width:769px)and (max-width:1024px){.toggle-section[data-v-1d489666]{padding:2rem 1rem}}.toggle-section__header[data-v-1d489666]{margin-bottom:2rem;text-align:center}.toggle-section__content[data-v-1d489666]{margin:0 auto;max-width:1200px}.toggle-fade-enter-active[data-v-1d489666],.toggle-fade-leave-active[data-v-1d489666]{transition:opacity .2s ease}.toggle-fade-enter-from[data-v-1d489666],.toggle-fade-leave-to[data-v-1d489666]{opacity:0}.floating-app-download[data-v-5b8a5cfb]{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:999px 0 0 999px;border-right:0;box-shadow:0 4px 18px #0f172a14;box-sizing:border-box;color:#0f172a;display:flex;height:68px;justify-content:flex-start;position:fixed;right:0;top:50%;transform:translateY(-50%);transition:width .28s ease,height .28s ease,border-radius .28s ease;width:104px;z-index:90}.floating-app-download.is-expanded[data-v-5b8a5cfb]{align-items:stretch;border-radius:20px 0 0 20px;height:200px;width:196px}.floating-app-download__content[data-v-5b8a5cfb]{animation:floating-download-content-in-5b8a5cfb .18s ease 80ms both;box-sizing:border-box;padding:28px 12px 22px 18px;width:158px}.floating-app-download__link[data-v-5b8a5cfb]{align-items:center;border-radius:12px;color:inherit;display:flex;flex-direction:column;gap:13px;height:100%;justify-content:center;text-align:center;text-decoration:none}.floating-app-download__link[data-v-5b8a5cfb]:focus-visible{outline:3px solid rgba(24,52,251,.3);outline-offset:3px}.floating-app-download__qr[data-v-5b8a5cfb]{display:grid;height:112px;place-items:center;position:relative;width:112px}.floating-app-download__qr>img[data-v-5b8a5cfb]{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.floating-app-download__app-icon[data-v-5b8a5cfb]{background:#fff;border-radius:50%;box-shadow:0 1px 5px #0f172a2e;box-sizing:border-box;display:grid;height:30px;overflow:hidden;padding:3px;place-items:center;position:absolute;width:30px}.floating-app-download__app-icon img[data-v-5b8a5cfb]{border-radius:inherit;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.floating-app-download__label[data-v-5b8a5cfb]{font-size:14px;font-weight:400;line-height:1.45;max-width:126px;white-space:pre-line}.floating-app-download__toggle[data-v-5b8a5cfb]{align-items:center;background:transparent;border:0;color:#1967d2;cursor:pointer;display:flex;gap:10px;left:19px;padding:9px;position:absolute;top:50%;transform:translateY(-50%)}.is-expanded .floating-app-download__toggle[data-v-5b8a5cfb]{color:#111827;left:auto;padding:5px;right:15px;top:20px;transform:none}.floating-app-download__toggle[data-v-5b8a5cfb]:focus-visible{outline:3px solid rgba(24,52,251,.3);outline-offset:2px}.floating-app-download__phone[data-v-5b8a5cfb]{fill:#1967d2;height:28px;stroke:#fff;stroke-width:1.5;width:23px}.floating-app-download__chevron[data-v-5b8a5cfb]{fill:none;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25;transform:rotate(180deg);transition:transform .28s ease;width:20px}.is-expanded .floating-app-download__chevron[data-v-5b8a5cfb]{transform:rotate(0)}@keyframes floating-download-content-in-5b8a5cfb{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.floating-app-download.is-expanded[data-v-5b8a5cfb]{width:184px}.floating-app-download.hide-on-mobile[data-v-5b8a5cfb]{display:none}}@media(min-width:769px)and (max-width:1024px){.floating-app-download.hide-on-tablet[data-v-5b8a5cfb]{display:none}}@media(min-width:1025px){.floating-app-download.hide-on-desktop[data-v-5b8a5cfb]{display:none}}@media(prefers-reduced-motion:reduce){.floating-app-download[data-v-5b8a5cfb],.floating-app-download__chevron[data-v-5b8a5cfb],.floating-app-download__content[data-v-5b8a5cfb]{animation:none;transition:none}}.container[data-v-591f7213]{box-sizing:border-box;margin:5rem auto;max-width:1200px}.contact-form-component .grid[data-v-af43ac5f]{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;padding:6rem 0}@media(max-width:1100px){.contact-form-component .grid[data-v-af43ac5f]{display:flex;flex-direction:column;gap:2rem;padding:2rem 0}}.contact-form-component .form[data-v-af43ac5f]{display:flex;flex-direction:column;gap:1rem}.contact-form-component .form textarea[data-v-af43ac5f]{height:10rem}.contact-form-component .form label[data-v-af43ac5f]{font-size:1rem;font-weight:500}.contact-form-component .contacts[data-v-af43ac5f]{display:flex;flex-direction:column;gap:2rem}.contact-form-component .contacts[data-v-af43ac5f] .contact-method{display:flex;flex-direction:column;gap:.25rem}.contact-form-component .contacts[data-v-af43ac5f] .contact-method .method-title{font-size:1.5rem;font-weight:500}.contact-form-component .contacts[data-v-af43ac5f] .contact-method .contact{font-size:1rem}.contact-form-component .sent[data-v-af43ac5f]{font-weight:500;text-align:center}#contact>.primary{background:var(--soft-background-color)}#contact .illustration img{height:auto;width:100%}.page-feedback[data-v-308e9dd7]{align-items:center;border:1px solid rgba(0,0,0,.08);border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;margin:32px 0;padding:16px 20px;width:-moz-fit-content;width:fit-content}.page-feedback .question[data-v-308e9dd7]{font-weight:600}.page-feedback .actions[data-v-308e9dd7]{display:flex;gap:8px}.page-feedback .feedback-button[data-v-308e9dd7]{align-items:center;background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:8px;cursor:pointer;display:inline-flex;font:inherit;gap:6px;padding:8px 14px;transition:background-color .15s ease}.page-feedback .feedback-button[data-v-308e9dd7]:hover{background:#0000000d}.page-feedback .feedback-button .material-symbols-outlined[data-v-308e9dd7]{font-size:18px}.page-feedback .thanks[data-v-308e9dd7]{font-weight:600}#homepage>.primary{background:var(--soft-background-color)}#homepage .wrapper{display:flex;flex-direction:column;gap:5rem}#homepage .trusted-by-companies{align-items:center;color:#4d4e56;display:flex;flex-direction:column;font-size:1.125rem;font-weight:500;gap:1rem}#homepage .trusted-by-companies .companies{display:flex;gap:3rem;justify-content:center}#homepage .trusted-by-companies .companies img{filter:grayscale(1);height:52px}#homepage .illustration img{height:auto;width:100%}#homepage .proof-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:4rem 3rem;margin-top:4rem}@media(max-width:1100px){#homepage .proof-grid{grid-template-columns:1fr}}#homepage .proof-grid .proof{display:flex;flex-direction:column;gap:1rem}#homepage .proof-grid .proof img{filter:invert(100%) sepia(0);height:32px;width:32px}#homepage .proof-grid .proof .title{font-size:1.25rem;font-weight:500}#homepage .proof-grid .proof .description{font-size:1rem}#homepage .faq{display:flex;flex-direction:column;gap:1rem;margin:auto;max-width:800px}#homepage .faq .group{border:.1rem solid #c5c5c5;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}#homepage .faq .group .question{align-items:center;display:flex;font-size:1.25rem;font-weight:500;justify-content:space-between;line-height:1.5}#homepage .faq .group .question img{height:16px}#homepage .faq .group .question img.rotated{transform:rotate(180deg)}#homepage .faq .group .response{color:#4d4e56;display:none}#homepage .faq .group .response.showed{display:initial}#homepage .lifeline{display:flex;flex-direction:column;margin:auto;max-width:60rem}#homepage .lifeline .step{align-items:center;border-left:.15rem solid var(--secondary-color);display:flex;gap:1rem;margin-left:1rem;padding:0 2rem 2rem 3rem;position:relative}@media(max-width:1100px){#homepage .lifeline .step{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}}#homepage .lifeline .step:last-child{border:none}#homepage .lifeline .step .left{display:flex;flex-direction:column;flex-grow:2}#homepage .lifeline .step .number{align-items:center;background:var(--secondary-color);border-radius:50%;color:#3a3a3a;display:flex;font-weight:500;height:2rem;justify-content:center;left:-1rem;position:absolute;top:0;width:2rem}#homepage .lifeline .step .time{font-size:.875rem}#homepage .lifeline .step .name{font-size:1.25rem;font-weight:500}#homepage .cta{display:flex;justify-content:center;margin-top:4rem}.lib-editor[data-v-b52ddb23]{background:#1e1e24;border:1px solid #37373f;border-radius:10px;box-shadow:0 12px 40px #00000073;color:#e8e8ea;display:flex;flex-direction:column;font-size:.8rem;max-height:80vh;overflow:hidden;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:300px;z-index:9999}.lib-editor__head[data-v-b52ddb23]{align-items:center;background:#26262e;border-bottom:1px solid #37373f;cursor:move;display:flex;gap:6px;padding:8px 8px 8px 6px}.lib-editor__head .drag-handle[data-v-b52ddb23]{color:#7a7a88;font-size:18px}.lib-editor__title[data-v-b52ddb23]{flex:1;font-weight:600;letter-spacing:.02em}.lib-editor__collapse[data-v-b52ddb23]{align-items:center;background:transparent;border:none;border-radius:4px;color:#b5b5bd;cursor:pointer;display:flex;justify-content:center;padding:2px}.lib-editor__collapse[data-v-b52ddb23]:hover{background:#37373f;color:#fff}.lib-editor__collapse .material-icons[data-v-b52ddb23]{font-size:18px}.lib-editor__body[data-v-b52ddb23]{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding:10px}.lib-editor__field[data-v-b52ddb23]{display:flex;flex-direction:column;gap:3px}.lib-editor__label[data-v-b52ddb23]{color:#8a8a96;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase}.lib-editor__divider[data-v-b52ddb23]{background:#37373f;height:1px;margin:2px 0}.lib-editor__input[data-v-b52ddb23]{background:#2c2c34;border:1px solid #44444e;border-radius:6px;color:#f0f0f2;font-family:inherit;font-size:.8rem;outline:none;padding:6px 8px;transition:border-color .15s;width:100%}.lib-editor__input[data-v-b52ddb23]:focus{border-color:var(--red,#f24384)}.lib-editor__input--area[data-v-b52ddb23]{line-height:1.4;resize:vertical}.lib-editor select.lib-editor__input[data-v-b52ddb23]{cursor:pointer}.lib-editor__check[data-v-b52ddb23]{align-items:center;display:inline-flex}.lib-editor__check input[data-v-b52ddb23]{accent-color:var(--red,#f24384);cursor:pointer;height:16px;width:16px}.lib-editor__readonly[data-v-b52ddb23]{color:#6f6f7a;font-style:italic;padding:4px 0}.lib-editor__empty[data-v-b52ddb23]{color:#8a8a96;margin:4px 0}.header[data-v-8e1fcf34]{background-color:#059669;padding:30px}.header h1[data-v-8e1fcf34]{color:#fff;font-size:2rem}.header a[data-v-8e1fcf34]{color:#fff;font-size:1rem;text-decoration:underline}.info[data-v-8e1fcf34]{padding:30px}.info h1[data-v-8e1fcf34]{font-size:1.2rem}.wrapper[data-v-8e1fcf34]{margin:0 15px}#routes[data-v-8e1fcf34]{border-collapse:collapse;width:100%}#routes td[data-v-8e1fcf34],#routes th[data-v-8e1fcf34]{border:1px solid #ddd;padding:8px}#routes tr[data-v-8e1fcf34]:nth-child(2n){background-color:#f2f2f2}#routes tr[data-v-8e1fcf34]:hover{background-color:#ddd}#routes th[data-v-8e1fcf34]{background-color:#059669;color:#fff;padding-bottom:12px;padding-top:12px;text-align:left}.mbp-mockup-wrapper[data-v-5ed24887]{align-self:flex-start;display:flex;margin:10px auto 20px;width:85%}.mbp-container[data-v-5ed24887],.mbp-mockup-wrapper[data-v-5ed24887]{height:auto;max-width:1280px;min-width:320px;position:relative}.mbp-container[data-v-5ed24887]{background-position:50%;background-repeat:no-repeat;background-size:contain;box-sizing:border-box;margin:0 auto;padding-top:58.6%;width:100%}.mbp-display[data-v-5ed24887]{background-image:radial-gradient(#cfd0d1,#cfd0d1,#adadae);border:1px solid #e5e7e9;border-radius:3.1%/4%;display:block;height:95.2%;left:0;margin:0 auto;position:absolute;right:0;top:0;width:81.3%;z-index:1}.mbp-display .display-edge[data-v-5ed24887]{background-color:#262626;border-radius:2.75%/3.8%;display:block;height:99.25%;margin:.3% auto;position:relative;width:99.37%;z-index:2}.mbp-display .display-edge .bezel[data-v-5ed24887]{background-color:#010101;border-radius:2.8%/3.2%;display:block;height:99.2%;margin:auto;position:relative;top:.4%;width:99.5%;z-index:3}.mbp-display .bezel[data-v-5ed24887]:after{background:linear-gradient(55deg,transparent 61%,rgba(242,245,248,.15) 0);background-blend-mode:screen;-webkit-border-top-right-radius:3.5% 3%;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:.15%;top:.3%;width:62.5%;-moz-border-radius-toptight:3.5% 3%;border-top-right-radius:3.5% 3%}.mbp-display.with-glare .bezel[data-v-5ed24887]:after{display:block}.mbp-display .display-edge .bezel .display-camera[data-v-5ed24887]{background-color:#303132;border-radius:50%;height:.95%;left:0;margin:1% auto;position:absolute;right:0;width:.62%;z-index:5}.mbp-display .display-edge .bezel .display-frame[data-v-5ed24887]{background-color:#151515;display:block;height:89.5%;left:0;margin:0 auto;overflow-x:hidden;position:absolute;right:0;top:3.5%;width:97.65%}.mbp-display .display-frame iframe[data-v-5ed24887]{border:0;height:200%;left:0;position:absolute;top:0;-moz-transform:scale(.5);-o-transform:scale(.5);-webkit-transform:scale(.5);transform:scale(.5);-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;width:200%;-ms-zoom:.5}.mbp-display .display-edge .bezel .below-display[data-v-5ed24887]{background-color:#212121;border-bottom-left-radius:2.5% 70%;border-bottom-right-radius:2.5% 70%;bottom:.15%;display:flex;height:4.9%;justify-content:center;position:absolute;width:100%;z-index:3}.mbp-display .display-edge .bezel .below-display .macbookpro[data-v-5ed24887]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 145 20'%3E%3Cpath fill='%23d8d8da' d='M.5.6h2.67L9.6 16.23h.08L16.11.6h2.67v18.55h-2.16V4.81h-1.05l2.51-3.7-7.46 18.04H8.66L1.21 1.11l2.51 3.7H2.66v14.33H.5zm22.73 18.3c-.67-.33-1.19-.81-1.56-1.41s-.56-1.32-.56-2.12v-.03c0-1.14.42-2.05 1.27-2.73s2.04-1.07 3.57-1.15l4.95-.28v1.74l-4.69.28c-.89.05-1.58.27-2.08.64-.49.38-.74.88-.74 1.5v.03c0 .64.24 1.15.73 1.53s1.13.57 1.93.57c.7 0 1.34-.15 1.9-.44s1.01-.7 1.34-1.21.49-1.09.49-1.74v-3.95c0-.81-.26-1.45-.76-1.92-.51-.47-1.23-.7-2.17-.7-.86 0-1.55.19-2.08.56s-.85.86-.98 1.46l-.03.12H21.6l.01-.14q.105-1.11.75-2.01c.645-.9 1.03-1.08 1.79-1.43.76-.36 1.67-.53 2.71-.53q1.575 0 2.73.54c.77.36 1.36.87 1.78 1.52.42.66.63 1.43.63 2.32v9.24h-2.24v-2.17h-.05c-.26.49-.6.91-1.03 1.28-.43.36-.91.65-1.45.85s-1.1.3-1.7.3c-.86-.02-1.63-.18-2.3-.52m13.89-.35c-.93-.57-1.65-1.38-2.15-2.42-.51-1.04-.76-2.27-.76-3.68v-.01c0-1.41.26-2.63.77-3.66s1.23-1.84 2.16-2.4c.93-.57 2.01-.85 3.24-.85 1.11 0 2.07.22 2.87.65s1.43.99 1.88 1.68c.46.69.73 1.41.83 2.17l.01.1h-2.19l-.03-.1c-.16-.67-.52-1.26-1.07-1.76s-1.32-.77-2.3-.77c-.77 0-1.45.2-2.03.61s-1.04.98-1.36 1.72c-.33.74-.49 1.62-.49 2.63v.01c0 1.04.17 1.92.49 2.66.33.74.79 1.3 1.38 1.7.59.39 1.27.59 2.04.59.92 0 1.66-.23 2.23-.7s.95-1.07 1.14-1.82l.03-.1H46l-.01.09c-.12.85-.43 1.61-.93 2.3-.5.68-1.15 1.22-1.94 1.62s-1.7.6-2.71.6c-1.26-.01-2.36-.29-3.29-.86M48.4.6h2.31v18.55H48.4zm1.16 16.5h5.5c1.39 0 2.44-.28 3.17-.83.72-.55 1.09-1.36 1.09-2.42v-.03c0-.72-.17-1.32-.5-1.8s-.83-.84-1.5-1.08c-.66-.24-1.49-.36-2.47-.36h-5.28V8.59h4.63c1.37 0 2.42-.27 3.14-.8s1.09-1.3 1.09-2.3v-.02c0-.92-.3-1.62-.91-2.1s-1.47-.73-2.6-.73h-5.35V.6h5.88c1.06 0 1.99.19 2.79.58q1.2.585 1.86 1.62c.45.69.67 1.5.67 2.43v.03c0 .64-.15 1.26-.44 1.84q-.435.87-1.2 1.47c-.51.4-1.08.65-1.72.74v.05c.89.1 1.66.36 2.3.77s1.14.94 1.48 1.59.51 1.38.51 2.2v.03c0 1.09-.25 2.02-.75 2.8s-1.22 1.37-2.15 1.79-2.06.62-3.38.62h-5.85V17.1zm16.7 1.46c-.93-.57-1.65-1.37-2.17-2.41s-.78-2.27-.78-3.68v-.03c0-1.42.26-2.65.78-3.68s1.24-1.83 2.17-2.39 2.01-.84 3.23-.84c1.23 0 2.32.28 3.25.84s1.65 1.36 2.17 2.39.78 2.26.78 3.68v.03q0 2.13-.78 3.69c-.52 1.04-1.24 1.84-2.17 2.4-.93.57-2.01.85-3.24.85s-2.31-.29-3.24-.85m5.31-1.72c.58-.39 1.03-.96 1.35-1.7s.48-1.63.48-2.68v-.03q0-1.575-.48-2.67c-.48-1.095-.78-1.3-1.36-1.68-.59-.39-1.27-.58-2.06-.58-.77 0-1.45.19-2.04.59-.59.39-1.04.95-1.37 1.68s-.49 1.62-.49 2.67v.03c0 1.05.16 1.94.49 2.68s.78 1.31 1.37 1.7 1.27.59 2.06.59 1.48-.21 2.05-.6m8.67 1.72c-.93-.57-1.65-1.37-2.17-2.41s-.78-2.27-.78-3.68v-.03c0-1.42.26-2.65.78-3.68s1.24-1.83 2.17-2.39 2.01-.84 3.23-.84c1.23 0 2.32.28 3.25.84s1.65 1.36 2.17 2.39.78 2.26.78 3.68v.03q0 2.13-.78 3.69c-.52 1.04-1.24 1.84-2.17 2.4-.93.57-2.01.85-3.24.85-1.23-.01-2.31-.29-3.24-.85m5.31-1.72c.58-.39 1.03-.96 1.35-1.7s.48-1.63.48-2.68v-.03q0-1.575-.48-2.67c-.32-.74-.78-1.3-1.36-1.68-.59-.39-1.27-.58-2.06-.58-.77 0-1.45.19-2.04.59-.59.39-1.04.95-1.37 1.68s-.49 1.62-.49 2.67v.03c0 1.05.16 1.94.49 2.68s.78 1.31 1.37 1.7 1.27.59 2.06.59 1.47-.21 2.05-.6M92.1.6h2.24v18.55H92.1zm1.73 11.08h.55l5.86-5.9h2.71l-6.34 6.31h-.18l-2.61 2.49v-2.9zm1.62 1.08 1.49-1.49 6.2 7.88h-2.6zM110.44.6h2.31v18.55h-2.31zm1.16 9.87h4.86c1.33 0 2.36-.35 3.09-1.04s1.09-1.64 1.09-2.86v-.02c0-1.23-.36-2.18-1.09-2.87s-1.76-1.03-3.09-1.03h-4.86V.6h5.45c1.17 0 2.19.25 3.09.75.89.5 1.59 1.19 2.1 2.08s.76 1.92.76 3.09v.03c0 1.17-.26 2.21-.76 3.11s-1.21 1.6-2.1 2.11-1.92.76-3.09.76h-5.45zm13.71-4.69h2.24v2.26h.05c.22-.77.61-1.38 1.16-1.84s1.2-.68 1.95-.68a4.2 4.2 0 0 1 .9.09v2.17c-.09-.03-.24-.06-.46-.09s-.46-.04-.74-.04c-.57 0-1.08.13-1.51.39s-.77.63-1 1.11c-.24.48-.35 1.07-.35 1.74v8.25h-2.24zm9.76 12.78c-.93-.57-1.65-1.37-2.17-2.41s-.78-2.27-.78-3.68v-.03c0-1.42.26-2.65.78-3.68s1.24-1.83 2.17-2.39 2.01-.84 3.23-.84c1.23 0 2.32.28 3.25.84s1.65 1.36 2.17 2.39.78 2.26.78 3.68v.03q0 2.13-.78 3.69c-.78 1.56-1.24 1.84-2.17 2.4-.93.57-2.01.85-3.24.85s-2.31-.29-3.24-.85m5.31-1.72c.58-.39 1.03-.96 1.35-1.7s.48-1.63.48-2.68v-.03q0-1.575-.48-2.67c-.32-.74-.78-1.3-1.36-1.68-.59-.39-1.27-.58-2.06-.58-.77 0-1.45.19-2.04.59-.59.39-1.04.95-1.37 1.68s-.49 1.62-.49 2.67v.03c0 1.05.16 1.94.49 2.68s.78 1.31 1.37 1.7 1.27.59 2.06.59 1.47-.21 2.05-.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;display:block;height:32%;margin-top:.5%;position:relative;width:7.4%}.mbp-keyboard[data-v-5ed24887]{bottom:0;flex-wrap:wrap;height:7.6%;width:99.75%}.mbp-keyboard[data-v-5ed24887],.mbp-keyboard .front[data-v-5ed24887]{display:flex;justify-content:center;left:0;margin:0 auto;position:absolute;right:0;z-index:100}.mbp-keyboard .front[data-v-5ed24887]{align-items:flex-start;background:linear-gradient(90deg,#68696b,#757678 .15%,#a0a1a3 .3%,#cccdcf .5%,#e7e8ea .8%,#e8e9eb 1%,#dfe0e2,#d1d2d4 1.5%,#adaeb0 2%,#a4a5a7,#bbbdbf 4%,#e1e1e3 8%,#eaebed 15%,#e9eaec 25%,#e9eaec 75%,#eaebed 85%,#e1e1e3 92%,#bbbdbf 96%,#a4a5a7,#adaeb0 98%,#d1d2d4 98.5%,#dfe0e2,#e8e9eb 99%,#e7e8ea 99.2%,#cccdcf 99.5%,#a0a1a3 99.7%,#757678 99.85%,#68696b);border-radius:1px;height:37.25%;top:0;width:100%}.mbp-keyboard .opener-left[data-v-5ed24887]{background-color:#c1c2c6;background:linear-gradient(180deg,#c2c5c780,#c7c8cc80 60%,#737d8266),radial-gradient(circle at right,#bdbec180 0,#bdbec180 50%,#a6a8ab80 80%,#1e2228bf);background-blend-mode:darken;border-radius:0 0 0 20px}.mbp-keyboard .opener-left[data-v-5ed24887],.mbp-keyboard .opener-right[data-v-5ed24887]{height:65.5%;position:relative;width:6.917%;z-index:101}.mbp-keyboard .opener-right[data-v-5ed24887]{background-color:#c1c2c6;background:linear-gradient(180deg,#c2c5c780,#c7c8cc80 60%,#737d8266),radial-gradient(circle at left,#bdbec180 0,#bdbec180 50%,#a6a8ab80 80%,#1e2228bf);background-blend-mode:darken;border-radius:0 0 20px}.mbp-keyboard .bottom-left[data-v-5ed24887]{border-bottom-left-radius:25% 60%}.mbp-keyboard .bottom-left[data-v-5ed24887],.mbp-keyboard .bottom-right[data-v-5ed24887]{background:linear-gradient(180deg,#e5e6e9,#909193 65%,#4e4f51 90%,#323234 96%,#29292b);display:block;height:58%;position:relative;top:10%;width:50%;z-index:99}.mbp-keyboard .bottom-right[data-v-5ed24887]{border-bottom-right-radius:25% 60%}.mbp-shadow[data-v-5ed24887]{display:flex;height:60%;justify-content:center;width:95%}.mbp-shadow .shadow-left[data-v-5ed24887]{border-top-left-radius:20% 90%}.mbp-shadow .shadow-left[data-v-5ed24887],.mbp-shadow .shadow-right[data-v-5ed24887]{background:linear-gradient(180deg,#000,#080b11d9 2.5%,#1d202466 15%,#fff0 50%);background-blend-mode:multiply;display:block;filter:blur(2px);height:100%;position:relative;top:10%;width:50%;z-index:90}.mbp-shadow .shadow-right[data-v-5ed24887]{border-top-right-radius:20% 90%}.cart-fab[data-v-b2c0d69e]{align-items:center;background:var(--primary-color,#4f46e5);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 16px #0003;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:2rem;transition:transform .2s,box-shadow .2s;width:56px;z-index:998}.cart-fab[data-v-b2c0d69e]:hover{box-shadow:0 6px 24px #00000040;transform:scale(1.08)}.cart-fab .material-icons[data-v-b2c0d69e]{font-size:1.5rem}.cart-fab-badge[data-v-b2c0d69e]{align-items:center;background:#ef4444;border-radius:10px;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px;position:absolute;right:-4px;top:-4px}.cart-overlay[data-v-b2c0d69e]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;top:0;right:0;bottom:0;left:0;position:fixed;z-index:999}.cart-panel[data-v-b2c0d69e]{background:#fff;bottom:0;box-shadow:-4px 0 20px #0000001f;display:flex;flex-direction:column;max-width:100%;position:fixed;right:0;top:0;width:420px;z-index:1000}@media(max-width:480px){.cart-panel[data-v-b2c0d69e]{width:100%}}.cart-header[data-v-b2c0d69e]{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:1.25rem 1.5rem}.cart-header[data-v-b2c0d69e],.cart-header h3[data-v-b2c0d69e]{align-items:center;display:flex}.cart-header h3[data-v-b2c0d69e]{color:#111827;font-size:1.15rem;font-weight:600;gap:.5rem;margin:0}.cart-header h3 .material-icons[data-v-b2c0d69e]{font-size:1.25rem}.cart-header .cart-count[data-v-b2c0d69e]{color:#6b7280;font-size:.95rem;font-weight:400}.cart-close[data-v-b2c0d69e]{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.4rem;transition:all .15s}.cart-close[data-v-b2c0d69e]:hover{background:#f3f4f6;color:#111827}.cart-close .material-icons[data-v-b2c0d69e]{font-size:1.35rem}.cart-body[data-v-b2c0d69e]{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-group[data-v-b2c0d69e]:not(:first-child){border-top:1px solid #e5e7eb;margin-top:1.25rem;padding-top:1.25rem}.cart-group-title[data-v-b2c0d69e]{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.cart-item[data-v-b2c0d69e]{align-items:center;display:flex;gap:.75rem;padding:.6rem 0}.cart-item[data-v-b2c0d69e]:not(:last-child){border-bottom:1px solid #f3f4f6}.cart-item-icon[data-v-b2c0d69e]{align-items:center;background:#f3f4f6;border-radius:.5rem;display:flex;flex-shrink:0;height:40px;justify-content:center;overflow:hidden;width:40px}.cart-item-icon .material-icons[data-v-b2c0d69e]{color:#6b7280;font-size:1.2rem}.cart-item-image[data-v-b2c0d69e]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-item-info[data-v-b2c0d69e]{flex:1;min-width:0}.cart-item-label[data-v-b2c0d69e]{color:#111827;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-price[data-v-b2c0d69e]{color:#6b7280;font-size:.8rem}.cart-item-price.quote[data-v-b2c0d69e]{font-style:italic}.cart-item-quantity[data-v-b2c0d69e]{align-items:center;display:flex;gap:.25rem}.cart-item-quantity button[data-v-b2c0d69e]{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;display:flex;height:26px;justify-content:center;padding:0;transition:all .15s;width:26px}.cart-item-quantity button[data-v-b2c0d69e]:hover{background:#f3f4f6}.cart-item-quantity button .material-icons[data-v-b2c0d69e]{font-size:.85rem}.cart-item-quantity span[data-v-b2c0d69e]{font-size:.85rem;font-weight:500;min-width:1.5rem;text-align:center}.cart-item-remove[data-v-b2c0d69e]{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.3rem;transition:all .15s}.cart-item-remove[data-v-b2c0d69e]:hover{background:#ef444414;color:#ef4444}.cart-item-remove .material-icons[data-v-b2c0d69e]{font-size:1.1rem}.cart-empty[data-v-b2c0d69e]{align-items:center;color:#6b7280;display:flex;flex:1;flex-direction:column;gap:.75rem;justify-content:center}.cart-empty .material-icons[data-v-b2c0d69e]{font-size:3rem;opacity:.4}.cart-empty p[data-v-b2c0d69e]{font-size:.95rem;margin:0}.cart-footer[data-v-b2c0d69e]{border-top:1px solid #e5e7eb;padding:1.25rem 1.5rem}.cart-total[data-v-b2c0d69e]{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;margin-bottom:.75rem}.cart-total-price[data-v-b2c0d69e]{font-size:1.15rem}.cart-quote-notice[data-v-b2c0d69e]{align-items:center;color:#6b7280;display:flex;font-size:.8rem;gap:.5rem;margin-bottom:.75rem}.cart-quote-notice .material-icons[data-v-b2c0d69e]{font-size:1rem}.cart-actions[data-v-b2c0d69e]{display:flex;gap:.5rem}.cart-clear[data-v-b2c0d69e]{align-items:center;background:none;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:.8rem;gap:.35rem;padding:.5rem .85rem;transition:all .15s}.cart-clear[data-v-b2c0d69e]:hover{border-color:#ef4444;color:#ef4444}.cart-clear .material-icons[data-v-b2c0d69e]{font-size:1rem}.slide-enter-active[data-v-b2c0d69e],.slide-leave-active[data-v-b2c0d69e]{transition:transform .3s ease}.slide-enter-from[data-v-b2c0d69e],.slide-leave-to[data-v-b2c0d69e]{transform:translate(100%)}.fade-enter-active[data-v-b2c0d69e],.fade-leave-active[data-v-b2c0d69e]{transition:opacity .3s ease}.fade-enter-from[data-v-b2c0d69e],.fade-leave-to[data-v-b2c0d69e]{opacity:0}:root,[data-theme=light]{--mint-green:#18e299;--mint-teal:#0c8c5e;--mint-green-light:#e6fbf2;--mint-green-dark:#0a6b47;--mint-bg-primary:#fff;--mint-bg-secondary:#f5f5f4;--mint-bg-tertiary:#fafaf9;--mint-bg-card:#f5f5f4;--mint-bg-navbar:hsla(0,0%,100%,.85);--mint-text-primary:#0a0a0a;--mint-text-secondary:#737373;--mint-text-tertiary:#a3a3a3;--mint-text-inverse:#fff;--mint-border:#e5e5e5;--mint-border-light:#f0f0f0;--mint-shadow-sm:0 1px 2px rgba(0,0,0,.05);--mint-shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--mint-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--mint-container-max:1320px;--mint-container-padding:24px;--mint-section-gap:120px;--mint-navbar-height:64px;--mint-radius-sm:6px;--mint-radius-md:12px;--mint-radius-lg:16px;--mint-radius-xl:24px;--mint-radius-full:9999px;--mint-transition-fast:.15s ease;--mint-transition-normal:.28s ease;--mint-transition-slow:.5s ease}[data-theme=dark]{--mint-bg-primary:#0a0a0a;--mint-bg-secondary:#171717;--mint-bg-tertiary:#141414;--mint-bg-card:#171717;--mint-bg-navbar:hsla(0,0%,4%,.85);--mint-text-primary:#fafafa;--mint-text-secondary:#a3a3a3;--mint-text-tertiary:#737373;--mint-text-inverse:#0a0a0a;--mint-border:#262626;--mint-border-light:#1f1f1f;--mint-shadow-sm:0 1px 2px rgba(0,0,0,.3);--mint-shadow-md:0 4px 6px -1px rgba(0,0,0,.4);--mint-shadow-lg:0 10px 15px -3px rgba(0,0,0,.4)}.mintlify{background-color:var(--mint-bg-primary);color:var(--mint-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;min-height:100vh;transition:background-color var(--mint-transition-normal),color var(--mint-transition-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mintlify h1,.mintlify h2,.mintlify h3,.mintlify h4,.mintlify h5,.mintlify h6{font-weight:600;letter-spacing:-.02em;line-height:1.15}.mintlify h1{font-size:64px}.mintlify h2{font-size:44px}.mintlify h3{font-size:28px}.mintlify h4{font-size:20px}.mintlify .mint-text-serif{font-family:Playfair Display,Georgia,serif}.mintlify .mint-text-mono{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.mintlify .mint-text-secondary{color:var(--mint-text-secondary)}.mintlify .mint-text-tertiary{color:var(--mint-text-tertiary)}.mintlify .mint-text-green{color:var(--mint-green)}@media(max-width:768px){.mintlify h1{font-size:40px}.mintlify h2{font-size:32px}.mintlify h3{font-size:22px}.mintlify h4{font-size:18px}}.mintlify .mint-grid{display:grid;gap:16px;grid-template-columns:repeat(24,1fr)}@media(max-width:1024px){.mintlify .mint-grid{grid-template-columns:repeat(12,1fr)}}@media(max-width:640px){.mintlify .mint-grid{grid-template-columns:1fr}}.mintlify .mint-grid-2{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.mintlify .mint-grid-2{grid-template-columns:1fr}}.mintlify .mint-grid-3{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.mintlify .mint-grid-3{grid-template-columns:1fr}}.mintlify .mint-grid-4{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.mintlify .mint-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.mintlify .mint-grid-4{grid-template-columns:1fr}}@keyframes mint-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes mint-fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes mint-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes mint-slide-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes mint-count-up{0%{opacity:0}to{opacity:1}}.mintlify .mint-animate{opacity:0}.mintlify .mint-animate.mint-visible{animation:mint-fade-in .6s ease forwards}.mintlify .mint-animate-up{opacity:0}.mintlify .mint-animate-up.mint-visible{animation:mint-fade-in-up .8s ease forwards}.mintlify .mint-stagger>*{opacity:0}.mintlify .mint-stagger>.mint-visible{animation:mint-fade-in .5s ease forwards}.mintlify .mint-stagger>:first-child.mint-visible{animation-delay:.1s}.mintlify .mint-stagger>:nth-child(2).mint-visible{animation-delay:.2s}.mintlify .mint-stagger>:nth-child(3).mint-visible{animation-delay:.3s}.mintlify .mint-stagger>:nth-child(4).mint-visible{animation-delay:.4s}.mintlify .mint-stagger>:nth-child(5).mint-visible{animation-delay:.5s}.mintlify .mint-stagger>:nth-child(6).mint-visible{animation-delay:.6s}.mintlify .mint-stagger>:nth-child(7).mint-visible{animation-delay:.7s}.mintlify .mint-stagger>:nth-child(8).mint-visible{animation-delay:.8s}.mintlify .mint-stagger>:nth-child(9).mint-visible{animation-delay:.9s}.mintlify .mint-stagger>:nth-child(10).mint-visible{animation-delay:1s}.mintlify .mint-stagger>:nth-child(11).mint-visible{animation-delay:1.1s}.mintlify .mint-stagger>:nth-child(12).mint-visible{animation-delay:1.2s}.mintlify .mint-container{margin-left:auto;margin-right:auto;max-width:var(--mint-container-max);padding-left:var(--mint-container-padding);padding-right:var(--mint-container-padding);width:100%}.mintlify .mint-section{padding-bottom:80px;padding-top:80px}.mintlify .mint-flex{display:flex}.mintlify .mint-flex-center{align-items:center;display:flex;justify-content:center}.mintlify .mint-flex-between{align-items:center;display:flex;justify-content:space-between}.mintlify .mint-gap-8{gap:8px}.mintlify .mint-gap-12{gap:12px}.mintlify .mint-gap-16{gap:16px}.mintlify .mint-gap-24{gap:24px}.mintlify .mint-gap-32{gap:32px}.mintlify .mint-gap-48{gap:48px}.mintlify .mint-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}@media(max-width:768px){.mintlify .mint-hide-mobile{display:none!important}}@media(min-width:769px){.mintlify .mint-hide-desktop{display:none!important}}:root{--pg-blue:#2563eb;--pg-blue-light:#dbeafe;--pg-blue-dark:#1d4ed8;--pg-orange:#f97316;--pg-red:#ef4444;--pg-green:#22c55e;--pg-gold:#f59e0b;--pg-bg-primary:#fff;--pg-bg-warm:#fef7ed;--pg-bg-warm-light:#fffbf5;--pg-bg-blue-light:#eff6ff;--pg-bg-card:#fff;--pg-text-primary:#1c1917;--pg-text-secondary:#78716c;--pg-text-tertiary:#a8a29e;--pg-text-inverse:#fff;--pg-border:#e7e5e4;--pg-border-light:#f5f5f4;--pg-shadow-sm:0 1px 2px rgba(0,0,0,.05);--pg-shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);--pg-shadow-lg:0 10px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.04);--pg-shadow-xl:0 20px 40px -10px rgba(0,0,0,.1);--pg-container-max:1200px;--pg-container-padding:24px;--pg-navbar-height:64px;--pg-banner-height:44px;--pg-radius-sm:8px;--pg-radius-md:12px;--pg-radius-lg:16px;--pg-radius-xl:24px;--pg-radius-full:9999px;--pg-transition-fast:.15s ease;--pg-transition-normal:.25s ease}.playground{background:var(--pg-bg-warm-light);color:var(--pg-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.playground *,.playground :after,.playground :before{box-sizing:border-box;margin:0;padding:0}.playground h1,.playground h2,.playground h3,.playground h4,.playground h5,.playground h6{color:var(--pg-text-primary);font-weight:700;letter-spacing:-.02em;line-height:1.15}.playground h1{font-size:64px}.playground h2{font-size:48px}.playground h3{font-size:28px}.playground h4{font-size:20px}@media(max-width:768px){.playground h1{font-size:38px}.playground h2{font-size:32px}.playground h3{font-size:22px}}.playground .pg-container{margin:0 auto;max-width:var(--pg-container-max);padding:0 var(--pg-container-padding);width:100%}.playground .pg-section{padding:80px 0}.playground .pg-btn{align-items:center;border:none;border-radius:var(--pg-radius-full);cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;text-decoration:none;transition:all var(--pg-transition-fast);white-space:nowrap}.playground .pg-btn--primary{background:var(--pg-blue);color:var(--pg-text-inverse)}.playground .pg-btn--primary:hover{background:var(--pg-blue-dark)}.playground .pg-btn--outline{background:transparent;border:1px solid var(--pg-border);color:var(--pg-text-primary)}.playground .pg-btn--outline:hover{background:var(--pg-bg-card)}.playground .pg-btn--ghost{background:transparent;color:var(--pg-blue)}.playground .pg-btn--ghost:hover{text-decoration:underline}.playground .pg-btn--sm{font-size:14px;padding:10px 20px}.playground .pg-badge{background:var(--pg-bg-card);border:1px solid var(--pg-border);border-radius:var(--pg-radius-full);font-weight:500;gap:6px;padding:8px 16px}.playground .pg-badge,.playground .pg-section-label{align-items:center;display:inline-flex;font-size:14px}.playground .pg-section-label{color:var(--pg-blue);font-weight:600;gap:8px;margin-bottom:16px;text-transform:capitalize}.playground .pg-text-center{text-align:center}@media(max-width:768px){.playground .pg-hide-mobile{display:none!important}}@media(min-width:769px){.playground .pg-hide-desktop{display:none!important}}.spotlight[data-v-c2c324f7]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-c2c324f7]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media(prefers-color-scheme:light){.gradient-border[data-v-c2c324f7]{background-color:#ffffff4d}.gradient-border[data-v-c2c324f7]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media(prefers-color-scheme:dark){.gradient-border[data-v-c2c324f7]{background-color:#1414144d}.gradient-border[data-v-c2c324f7]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-c2c324f7]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;padding:2px;position:absolute;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-c2c324f7]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-c2c324f7]{position:fixed}.left-0[data-v-c2c324f7]{left:0}.right-0[data-v-c2c324f7]{right:0}.z-10[data-v-c2c324f7]{z-index:10}.z-20[data-v-c2c324f7]{z-index:20}.grid[data-v-c2c324f7]{display:grid}.mb-16[data-v-c2c324f7]{margin-bottom:4rem}.mb-8[data-v-c2c324f7]{margin-bottom:2rem}.max-w-520px[data-v-c2c324f7]{max-width:520px}.min-h-screen[data-v-c2c324f7]{min-height:100vh}.w-full[data-v-c2c324f7]{width:100%}.flex[data-v-c2c324f7]{display:flex}.cursor-pointer[data-v-c2c324f7]{cursor:pointer}.place-content-center[data-v-c2c324f7]{place-content:center}.items-center[data-v-c2c324f7]{align-items:center}.justify-center[data-v-c2c324f7]{justify-content:center}.overflow-hidden[data-v-c2c324f7]{overflow:hidden}.bg-white[data-v-c2c324f7]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-c2c324f7]{padding-left:1rem;padding-right:1rem}.px-8[data-v-c2c324f7]{padding-left:2rem;padding-right:2rem}.py-2[data-v-c2c324f7]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-c2c324f7]{text-align:center}.text-8xl[data-v-c2c324f7]{font-size:6rem;line-height:1}.text-xl[data-v-c2c324f7]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-c2c324f7]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-c2c324f7]{font-weight:300}.font-medium[data-v-c2c324f7]{font-weight:500}.leading-tight[data-v-c2c324f7]{line-height:1.25}.font-sans[data-v-c2c324f7]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-c2c324f7]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){.dark\:bg-black[data-v-c2c324f7]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-c2c324f7]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media(min-width:640px){.sm\:px-0[data-v-c2c324f7]{padding-left:0;padding-right:0}.sm\:px-6[data-v-c2c324f7]{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3[data-v-c2c324f7]{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-4xl[data-v-c2c324f7]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-c2c324f7]{font-size:1.25rem;line-height:1.75rem}}.spotlight[data-v-3726f659]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-3726f659]{position:fixed}.-bottom-1\/2[data-v-3726f659]{bottom:-50%}.left-0[data-v-3726f659]{left:0}.right-0[data-v-3726f659]{right:0}.grid[data-v-3726f659]{display:grid}.mb-16[data-v-3726f659]{margin-bottom:4rem}.mb-8[data-v-3726f659]{margin-bottom:2rem}.h-1\/2[data-v-3726f659]{height:50%}.max-w-520px[data-v-3726f659]{max-width:520px}.min-h-screen[data-v-3726f659]{min-height:100vh}.place-content-center[data-v-3726f659]{place-content:center}.overflow-hidden[data-v-3726f659]{overflow:hidden}.bg-white[data-v-3726f659]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-3726f659]{padding-left:2rem;padding-right:2rem}.text-center[data-v-3726f659]{text-align:center}.text-8xl[data-v-3726f659]{font-size:6rem;line-height:1}.text-xl[data-v-3726f659]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-3726f659]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-3726f659]{font-weight:300}.font-medium[data-v-3726f659]{font-weight:500}.leading-tight[data-v-3726f659]{line-height:1.25}.font-sans[data-v-3726f659]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-3726f659]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){.dark\:bg-black[data-v-3726f659]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-3726f659]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media(min-width:640px){.sm\:px-0[data-v-3726f659]{padding-left:0;padding-right:0}.sm\:text-4xl[data-v-3726f659]{font-size:2.25rem;line-height:2.5rem}}
