@font-face{font-family:Plus Jakarta Sans;src:url(/assets/fonts/plus-jakarta-sans/PlusJakartaSans-VariableFont_wght.woff2) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Plus Jakarta Sans;src:url(/assets/fonts/plus-jakarta-sans/PlusJakartaSans-Italic-VariableFont_wght.woff2) format("truetype");font-weight:100 900;font-style:italic}@font-face{font-family:Gantari;src:url(/assets/fonts/gantari/Gantari-VariableFont_wght.woff2) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gantari;src:url(/assets/fonts/gantari/Gantari-ExtraLight-VariableFont_wght.woff2) format("truetype");font-weight:200;font-style:ExtraLight}:root{--color-black: #000;--color-white: #ffffff;--color-white-200: #fdfdfd;--color-gray: #707070;--color-dark: #020e28;--color-blue: #2383ff;--color-blue-hover: #0056b3;--color-dark-blue: #032447;--color-primary: #1c1a21;--color-primary-hover: #2a272f;--color-secondary: #34d0ff;--color-secondary-gradient: linear-gradient(90deg, #2383FF 0%, #34D0FF 100%);--color-secondary-hover: #0056b3;--color-secondary-light: #e5f6ff;--background-color: #030209;--navbar-background-color: transparent;--navbar-mobile-background-color: #030209;--font-plus: "Plus Jakarta Sans", sans-serif;--font-gantari: "Gantari", sans-serif;--btn-border-color: #032447;--btn-hover-color: #0056b3;--slot-card-height: 120px}body{font-family:var(--font-plus);background-color:var(--background-color);color:var(--color-white);margin:0;padding:0}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}*{box-sizing:border-box}.min-vh-40{min-height:40vh}.main-container{max-width:1600px;margin:0 auto;width:100%;height:100%;padding:0 2rem}.main-content{max-width:1600px;margin:0 auto;width:100%;padding:0 2rem}.main-content.beta-access-page{max-width:none;padding:0;margin:0;width:100vw}#navbar{background-color:var(--navbar-background-color);transition:background-color .3s ease-in-out;padding:.5rem;z-index:999;display:flex;justify-content:space-between;align-items:center;height:60px;position:relative;width:80%;max-width:1900px;margin:0 auto;top:2rem}#navbar>.navbar-logo{display:flex;text-decoration:none}#navbar>.navbar-logo>.navbar-brand{font-size:36px;font-family:var(--font-gantari);font-weight:700;color:var(--color-white);display:flex;align-items:center;gap:0}#navbar>.navbar-logo>img{height:80px;width:auto}#navbar>.navbar-content{display:flex;align-items:center}#navbar>.navbar-content>.navbar-links{display:flex;align-items:center;gap:0}#navbar>.navbar-content>.navbar-links>a{color:var(--color-gray);text-decoration:none;font-weight:200;margin:10px 20px;font-size:20px;transition:.3s;font-family:var(--font-gantari)}#navbar>.navbar-content>.navbar-links>a:hover,#navbar>.navbar-content>.navbar-links>a.active{color:var(--color-white)}#navbar>.navbar-content>.navbar-buttons{display:flex;gap:10px}#navbar>.navbar-buttons>.nav-button{color:var(--color-white);border:1.5px solid var(--color-secondary);background:transparent;text-decoration:none;padding:.5rem 1.5rem;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden;font-family:var(--font-);font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center}#navbar>.navbar-buttons>.nav-button:hover{background:var(--color-secondary-gradient);color:var(--color-white);border:1.5px solid transparent;box-shadow:0 5px 15px #34d0ff4d}#navbar>.menu-icon{font-size:28px;color:var(--color-white);cursor:pointer;display:none}#footer{background-color:transparent;color:var(--color-white);padding:3rem 2rem;z-index:1;bottom:0;position:relative;width:100%;overflow:hidden;margin-top:2rem}.footer-logo{display:flex;align-items:center;justify-content:flex-start;padding-bottom:1rem;text-decoration:none}.footer-logo>img{height:80px;width:auto}.footer-logo>.footer-brand{font-size:32px;font-family:var(--font-gantari);font-weight:700;color:var(--color-white)}.footer-social{display:flex;gap:2rem;margin-left:7%}.footer-social>i{font-size:34px}.footer-social>a{color:var(--color-white);text-decoration:none;display:flex;align-items:center}.footer-social>a:hover>i{transition:transform .2s ease-in-out}.footer-title{font-size:1.3rem;font-weight:700;color:var(--color-white);margin-bottom:1rem}.footer-list{list-style:none;padding-left:0;margin:0}.footer-list>li{margin-bottom:8px;font-size:.9rem}.footer-list>li>a{color:var(--color-white);text-decoration:none}.footer-list>li>a:hover{color:var(--color-secondary)}.hero-section{color:var(--color-white);padding:.5rem 0;min-height:40vh;display:flex;align-items:center;position:relative;z-index:2}.hero-section>.hero-text{width:100%;padding:2.2rem;z-index:10;position:absolute;margin-bottom:3rem;margin-left:10%}.hero-section>.hero-text>.hero-title{font-family:var(--font-plus);font-size:4.8rem;font-weight:200;line-height:1.2;margin-bottom:1.2rem}.hero-section>.hero-text>.hero-subtitle-container{margin-bottom:2.5rem}.hero-section>.hero-text>.hero-subtitle-container>.hero-subtitle{font-family:var(--font-plus);font-size:1.5rem;font-weight:200;line-height:1.5;color:var(--color-white);margin:0;max-width:529px}.text-highlight{font-weight:200}.hero-section>.hero-text>.hero-button{background:transparent;transition:all .3s ease;font-family:var(--font-plus);font-size:1rem;font-weight:200;align-items:center;font-weight:800;width:230px;border-radius:10px;color:var(--color-white);padding:.5rem 1.1rem;cursor:pointer;border:solid 1.5px var(--color-secondary);position:relative;overflow:hidden}.hero-section>.hero-text>.hero-button:hover{background:var(--color-secondary-gradient);color:var(--color-white);border:1.5px solid transparent;box-shadow:0 5px 15px #34d0ff4d}.hero-image{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:40vh;overflow:hidden;z-index:2}.hero-image>img{width:110%;max-width:110%;height:auto;right:-5%;object-fit:contain;object-position:right;z-index:1;margin-right:-5%;margin-top:-10%}.features-section-fullwidth{background:linear-gradient(90deg,#2383ff2e 4.27%,#34d0ff2e 98.08%);width:100vw;height:200px;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;align-items:center;justify-content:center;padding:0;z-index:5;margin-top:1rem}.features-section-fullwidth>.features-container-inner{display:flex;justify-content:space-between;align-items:center;max-width:1500px;width:100%;gap:2rem;padding:0 2rem;margin:0 auto}.features-section-fullwidth>.features-container-inner>.feature-card{flex:1;display:flex;align-items:flex-start;gap:1rem;color:var(--color-white);text-align:left}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon{width:30px;height:30px;background:#a1fffc33;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:0;padding:8px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon>svg{width:20px;height:20px;color:var(--color-secondary)}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content{flex:1}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-title{color:var(--color-white);font-family:var(--font-plus);font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:.5rem;margin-top:0}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-subtitle{color:var(--color-white);font-family:var(--font-plus);font-size:16px;font-style:normal;font-weight:400;line-height:1.4;margin:0}.modules-section-fullwidth{background-color:var(--background-color);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:2rem 0;margin-top:1rem}.modules-section-fullwidth>.modules-container-inner{max-width:1500px;width:100%;padding:0 2rem;margin:0 auto}.modules-section-fullwidth>.modules-container-inner>.modules-header{text-align:center;margin-bottom:1.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-title{color:var(--color-white);font-family:var(--font-plus);font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem;margin-top:0}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-subtitle{color:var(--color-white);font-family:var(--font-plus);font-size:1.25rem;font-weight:400;line-height:1.5;max-width:700px;margin:0 auto}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container{margin-bottom:1.5rem;max-width:1500px;height:305px;margin:0 auto 1.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid{display:flex;justify-content:space-between;align-items:center;width:100%;height:80%;position:relative}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#030208,#03020800,#030208);pointer-events:none;z-index:10}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column{height:15rem;width:400px;overflow:hidden;font-size:1rem;font-weight:700;line-height:1;color:#333939;text-align:center;padding:0 .5rem;position:relative;opacity:1;transition:opacity .25s ease-in;border-radius:12px;z-index:1}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column.active{opacity:2}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items{display:flex;flex-direction:column;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94);position:relative}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items.no-transition{transition:none}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item{flex-shrink:0;transition:all .4s ease;height:100px;display:flex;align-items:center;justify-content:center}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.active{opacity:1}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.distant{opacity:1}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card{background:linear-gradient(180deg,#030208,#03020800 50%,#030208 120%);border:none;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.5rem;text-align:left;cursor:pointer;width:100%;height:50%;position:relative;box-sizing:border-box;flex-shrink:0;color:var(--color-white)}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon{width:35px;height:35px;background:#a1fffc33;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:0;flex-shrink:0;padding:6px}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>svg,.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>img{width:22px;height:22px;color:var(--color-secondary);filter:brightness(0) saturate(100%) invert(65%) sepia(85%) saturate(2341%) hue-rotate(175deg) brightness(103%) contrast(104%)}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-title{color:var(--color-white);font-family:var(--font-plus);font-size:1rem;font-weight:600;line-height:1.4;margin:0;flex:1}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid.spinning>.slot-column>.slot-slider-items>.slot-slider-item{opacity:.25}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid.spinning>.slot-column>.slot-slider-items>.slot-slider-item.active{opacity:.8}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid.spinning>.slot-column>.slot-slider-items>.slot-slider-item.distant{opacity:1}.modules-section-fullwidth>.modules-container-inner>.modules-footer{text-align:center}.modules-section-fullwidth>.modules-container-inner>.modules-footer>.modules-explore-btn{background:transparent;color:var(--color-white);border:2px solid var(--color-secondary);font-family:var(--font-plus);font-size:1.1rem;font-weight:600;padding:0rem 1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;width:180px;height:40px;position:relative;overflow:hidden}.modules-section-fullwidth>.modules-container-inner>.modules-footer>.modules-explore-btn:hover{background:var(--color-secondary-gradient);color:var(--color-white);border:2px solid transparent;box-shadow:0 5px 15px #34d0ff4d}.how-it-works-section-fullwidth{background:linear-gradient(90deg,#2383ff2e 4.27%,#34d0ff2e 98.08%);width:100vw;height:auto;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:2rem 0;margin-top:1rem}.how-it-works-section-fullwidth>.how-it-works-container-inner{max-width:1500px;width:100%;padding:0 2rem;margin:0 auto}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header{text-align:center;margin-bottom:2rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header>.how-it-works-title{color:var(--color-white);font-family:var(--font-plus);font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:0}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header>.how-it-works-subtitle{color:var(--color-white);font-family:var(--font-plus);font-size:1.25rem;font-weight:400;line-height:1.5;max-width:700px;margin:0 auto}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps{display:flex;justify-content:center;align-items:center;gap:10rem;max-width:1500px;margin:0 auto}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card{text-align:center;color:var(--color-white);display:flex;flex-direction:column;align-items:center;flex:1;max-width:320px}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-image{position:relative;display:inline-block;padding:3px;background:linear-gradient(135deg,#2383ff,#34d0ff);border-radius:18px;margin-bottom:2rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-image>.step-mockup-image{width:243.701px;height:123px;border-radius:15px;box-shadow:0 8px 25px #0000004d;object-fit:cover;display:block}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-content{width:100%;max-width:293px;text-align:center}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-content>.step-title{color:var(--color-white);font-family:var(--font-plus);font-size:1.25rem;font-weight:600;margin-bottom:1rem;margin-top:0}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-content>.step-description{color:var(--color-white);font-family:var(--font-plus);font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-align:center}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card:hover{transform:none}.benchmark-section-fullwidth{background-color:var(--background-color);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 0;margin-top:0}.benchmark-section-fullwidth>.benchmark-container-inner{max-width:1500px;width:100%;padding:0 2rem;margin:0 auto}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header{text-align:center;margin-bottom:3rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header>.benchmark-title{color:var(--color-white);font-family:var(--font-plus);font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:0}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header>.benchmark-subtitle{color:var(--color-white);font-family:var(--font-plus);font-size:1.2rem;font-weight:400;line-height:1.5;margin:0 0 1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header>.benchmark-description{color:var(--color-white);font-family:var(--font-plus);font-size:1rem;font-weight:400;line-height:1.6;max-width:706px;text-align:center;margin:0 auto}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:3rem;padding:2rem 0}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content:before{content:"";position:absolute;top:0;left:0;width:25%;height:100%;opacity:.2;background:linear-gradient(90deg,#2383ff 4.27%,#34d0ff00 98.08%)}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content:after{content:"";position:absolute;top:0;right:0;width:25%;height:100%;opacity:.2;background:linear-gradient(90deg,#2383ff00 4.27%,#34d0ff 98.08%)}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner{display:flex;gap:4rem;align-items:flex-start;max-width:1500px;width:100%;padding:0 4rem;margin:0 auto}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls{flex:1;display:flex;flex-direction:column;gap:2rem;margin:3rem;justify-content:center;align-items:center}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button{background:#ffffff0d;border:2px solid transparent;border-radius:12px;padding:1rem 1.5rem;color:var(--color-gray);font-family:var(--font-plus);font-size:1.2rem;font-weight:500;text-align:left;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.8rem;width:280px;height:47px;z-index:1}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button:hover{border-color:var(--color-secondary);color:var(--color-white);background:#34d0ff1a}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button:disabled{opacity:.4;cursor:not-allowed;border-color:#ffffff1a;color:#fff6}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button:disabled:hover{border-color:#ffffff1a;color:#fff6;background:#ffffff0d}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button.active{border-color:var(--color-secondary);color:var(--color-white);background:linear-gradient(135deg,#34d0ff33,#2383ff1a)}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button>.benchmark-icon{width:35px;height:35px;background:#a1fffc33;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button>.benchmark-icon>img{width:20px;height:20px;color:var(--color-secondary);filter:brightness(0) saturate(100%) invert(65%) sepia(85%) saturate(2341%) hue-rotate(175deg) brightness(103%) contrast(104%)}.benchmark-note{color:var(--color-gray);font-size:1rem;font-style:normal;margin-top:.7rem;text-align:center;margin-right:30%}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart{flex:1.5;padding:2rem;position:relative;display:flex;gap:1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;height:300px;max-width:200px;color:var(--color-gray);font-size:.8rem;font-weight:500;padding-right:.5rem;margin-bottom:1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container{display:flex;justify-content:space-around;align-items:flex-end;max-width:500px;height:340px;position:relative;margin-bottom:1rem;flex:1}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to right,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.1) 1px,transparent 1px);background-size:100% 60px;pointer-events:none;z-index:1}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-percentage{color:var(--color-white);font-weight:600;font-size:1rem;margin-bottom:.5rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-bar{width:60px;min-height:20px;position:relative;transform:scaleY(0);transform-origin:bottom;transition:transform 1s cubic-bezier(.4,0,.2,1)}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-bar.animate{transform:scaleY(1)}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-label{color:var(--color-white);font-size:.9rem;font-weight:500;margin-top:.5rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-summary{text-align:center}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-summary>p{color:var(--color-white);font-family:Inter,var(--font-plus);font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 2rem;max-width:1000px;margin-left:auto;margin-right:auto;text-align:center}.gradient-text{background:linear-gradient(90deg,#2383ff,#34d0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-summary>.benchmark-cta{background:transparent;color:var(--color-white);border:2px solid var(--color-secondary);font-family:var(--font-plus);font-size:1rem;font-weight:600;padding:.8rem 2rem;border-radius:10px;cursor:pointer;transition:all .3s ease}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-summary>.benchmark-cta:hover{background:var(--color-secondary-gradient);color:var(--color-white);border:2px solid transparent;box-shadow:0 5px 15px #34d0ff4d}.partners-section-fullwidth{background:linear-gradient(135deg,#2383ff,#34d0ff);width:100vw;min-width:100vw;max-width:100vw;height:365px;position:relative;left:50%;right:50%;transform:translate(-50%);padding:4rem 0;margin-top:2rem;display:flex;justify-content:center;align-items:center}.partners-section-fullwidth>.partners-container-inner{max-width:1500px;width:100%;height:365px;padding:0 2rem;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.partners-section-fullwidth>.partners-container-inner>.partners-header{text-align:center;margin-bottom:2rem;flex-shrink:0}.partners-section-fullwidth>.partners-container-inner>.partners-header>.partners-title{color:var(--color-white);font-family:var(--font-plus);font-size:1.5rem;font-weight:700;line-height:normal;margin-bottom:1rem;margin-top:0}.partners-section-fullwidth>.partners-container-inner>.partners-header>.partners-subtitle{color:var(--color-white);font-family:var(--font-plus);font-size:1.1rem;font-weight:700;line-height:normal;max-width:800px;margin:0 auto}.partners-section-fullwidth>.partners-container-inner>.partners-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;z-index:1}.partners-section-fullwidth>.partners-container-inner>.partners-logos>.partner-logo{display:flex;align-items:center;justify-content:center;width:280px;height:120px}.partners-section-fullwidth>.partners-container-inner>.partners-logos>.partner-logo>.logo-img{max-width:126%;max-height:200%;width:126%;height:200%;object-fit:contain;filter:brightness(0) invert(1)}@media (min-width: 2560px){.main-container{max-width:1600px;padding:0 4rem}}@media (max-width: 1028px){:root{--slot-card-height: 100px}.main-container{margin-top:0;margin-left:auto;margin-right:auto;padding:0 1rem;z-index:1;height:auto}#navbar{width:90%;top:1rem;height:70px}#navbar>.menu-icon{display:block}#navbar>.navbar-logo>img{height:70px}#navbar>.navbar-logo>.navbar-brand{font-size:30px}#navbar>.navbar-content{display:none}#navbar>.navbar-content.open{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--navbar-mobile-background-color);flex-direction:column;justify-content:center;align-items:center;z-index:1000}#navbar>.navbar-content.open>.navbar-links{flex-direction:column;gap:2rem;margin-bottom:4rem}#navbar>.navbar-content.open~.navbar-buttons{display:flex;position:fixed;bottom:25%;left:50%;transform:translate(-50%);z-index:1001}#navbar>.navbar-content.open~.menu-icon{display:block;position:fixed;top:2rem;right:2rem;z-index:1002;font-size:2rem}.hero-section{padding:.8rem 0;min-height:35vh;text-align:left;z-index:5}.hero-section>.hero-text{padding:1rem;z-index:10;position:relative;margin-left:0}.hero-section>.hero-text>.hero-title{font-size:2.2rem;margin-bottom:.8rem;line-height:1.2}.hero-section>.hero-text>.hero-subtitle-container>.hero-subtitle{font-size:1.1rem;max-width:100%;line-height:1.4}.hero-section>.hero-text>.hero-button{font-size:.85rem;padding:.5rem 1rem}.hero-image{min-height:35vh;justify-content:flex-end}.hero-image>img{width:120%;max-width:120%;object-position:right;position:relative;right:auto;margin:0}.features-section-fullwidth{height:auto;padding:2rem 0;margin-top:1rem;z-index:5}.features-section-fullwidth>.features-container-inner{flex-direction:column;gap:1.5rem;padding:0 1rem}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon{width:28px;height:28px;padding:6px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon>svg{width:18px;height:18px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-title{font-size:18px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-subtitle{font-size:16px}.modules-section-fullwidth{padding:1.5rem 0;margin-top:.8rem}.modules-section-fullwidth>.modules-container-inner{padding:0 1rem}.modules-section-fullwidth>.modules-container-inner>.modules-header{margin-bottom:2.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-title{font-size:2rem;margin-bottom:1rem}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-subtitle{font-size:1.1rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container{width:100%;height:auto}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid{flex-direction:column;gap:1rem;padding:1rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column{width:100%;max-width:350px;height:8rem;font-size:1.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item{height:80px}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card{width:100%;padding:.8rem;height:100%;gap:.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon{width:32px;height:32px;padding:5px}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>svg,.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(65%) sepia(85%) saturate(2341%) hue-rotate(175deg) brightness(103%) contrast(104%)}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-title{font-size:.9rem}#footer{position:relative;padding:2rem 1rem;margin-top:1.5rem}.footer-logo{justify-content:center;margin-bottom:1rem;padding-left:0}.footer-logo>img{height:60px}.footer-social{justify-content:center;margin-bottom:1rem;margin-left:0}.footer-social>i{font-size:30px}.footer-social>a{font-size:.8rem}.row{display:flex}.footer-title{font-size:1rem;margin-bottom:.8rem}.footer-list>li{font-size:.9rem}.sm-text-center{text-align:center}.how-it-works-section-fullwidth{padding:2.5rem 0;margin-top:1rem}.benchmark-section-fullwidth{padding:3rem 0}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header>.benchmark-title{font-size:2rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header>.benchmark-subtitle{font-size:1.1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner{flex-direction:column;gap:2rem;align-items:center}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls{flex:none;flex-direction:row;justify-content:center;gap:.8rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls>.benchmark-button{padding:.8rem 1rem;font-size:.9rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart{flex:none;width:100%;padding:1.5rem;gap:.8rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-y-axis{height:250px;font-size:.75rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container{height:250px}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-bar{width:50px}.how-it-works-section-fullwidth>.how-it-works-container-inner{padding:0 1rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header{margin-bottom:2rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header>.how-it-works-title{font-size:1.5rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-header>.how-it-works-subtitle{font-size:1.125rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps{flex-direction:column;gap:2rem;align-items:center}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-image>.step-mockup-image{width:240px;height:120px}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-content>.step-title{font-size:1.25rem}.how-it-works-section-fullwidth>.how-it-works-container-inner>.how-it-works-steps>.step-card>.step-content>.step-description{font-size:1rem}.partners-section-fullwidth{height:auto;padding:3rem 1rem}.partners-section-fullwidth>.partners-container-inner{height:auto;gap:2rem}.partners-section-fullwidth>.partners-container-inner>.partners-logos{gap:2rem 1rem}.partners-section-fullwidth>.partners-container-inner>.partners-logos>.partner-logo{width:180px;height:100px}}@media (max-width: 768px){:root{--slot-card-height: 90px}#navbar{height:65px;width:95%}#navbar>.menu-icon{display:block}#navbar>.navbar-logo>img{height:60px}#navbar>.navbar-logo>.navbar-brand{font-size:26px}#navbar>.navbar-content{display:none}#navbar>.navbar-buttons{display:none}#navbar>.navbar-content.open{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--navbar-mobile-background-color);flex-direction:column;justify-content:center;align-items:center;z-index:1000}#navbar>.navbar-content.open>.navbar-links{flex-direction:column;gap:1.5rem;margin-bottom:3rem}#navbar>.navbar-content.open~.navbar-buttons{display:flex;position:fixed;bottom:20%;left:50%;transform:translate(-50%);z-index:1001}#navbar>.navbar-content.open~.menu-icon{display:block;position:fixed;top:1.5rem;right:1.5rem;z-index:1002;font-size:1.8rem}.hero-section{padding:.5rem 0;min-height:30vh}.hero-section>.hero-text{padding:.8rem;z-index:10;position:relative}.hero-section>.hero-text>.hero-title{font-size:1.6rem;margin-bottom:.6rem;line-height:1.2}.hero-section>.hero-text>.hero-subtitle-container>.hero-subtitle{font-size:.9rem;max-width:100%;line-height:1.3}.hero-section>.hero-text>.hero-button{font-size:.75rem;padding:.4rem .8rem}.hero-image{min-height:30vh;justify-content:flex-end}.hero-image>img{width:120%;max-width:120%;margin-top:0;object-position:right}.features-section-fullwidth{height:auto;padding:1.5rem 0;margin-top:.8rem;z-index:5}.features-section-fullwidth>.features-container-inner{flex-direction:column;gap:1rem;padding:0 1rem}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon{width:26px;height:26px;padding:5px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-icon>svg{width:16px;height:16px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-title{font-size:16px}.features-section-fullwidth>.features-container-inner>.feature-card>.feature-content>.feature-subtitle{font-size:14px}.modules-section-fullwidth{padding:1.2rem 0;margin-top:.5rem}.modules-section-fullwidth>.modules-container-inner{padding:0 1rem}.modules-section-fullwidth>.modules-container-inner>.modules-header{margin-bottom:1.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-title{font-size:1.6rem;margin-bottom:.8rem}.modules-section-fullwidth>.modules-container-inner>.modules-header>.modules-subtitle{font-size:.95rem;line-height:1.4}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid{flex-direction:column;gap:1rem;padding:1rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column{height:6rem;font-size:1.2rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item{height:65px}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card{width:100%;padding:1rem;height:100%;gap:.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon{width:28px;height:28px;padding:4px}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>svg,.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-icon>img{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(65%) sepia(85%) saturate(2341%) hue-rotate(175deg) brightness(103%) contrast(104%)}.modules-section-fullwidth>.modules-container-inner>.modules-grid-container>.modules-grid>.slot-column>.slot-slider-items>.slot-slider-item.module-card>.module-title{font-size:.85rem}.modules-section-fullwidth>.modules-container-inner>.modules-footer{margin-top:1.5rem}.modules-section-fullwidth>.modules-container-inner>.modules-footer>.modules-explore-btn{font-size:.95rem;padding:.7rem 1.3rem;width:auto;height:auto}.slide-indicators{gap:.5rem;margin-bottom:1.5rem}.slide-indicator{width:10px;height:10px}#footer{position:relative;padding:2rem 1rem;margin-top:1rem}.footer-logo>img{height:50px}.footer-logo{justify-content:center;margin-bottom:.5rem;margin-left:-1.5rem}.footer-logo>.footer-brand{font-size:20px}.footer-social>i{font-size:26px}.footer-social>a{font-size:.75rem}.footer-social{justify-content:center;margin-bottom:1rem;margin-left:-1rem;gap:1.5rem}.footer-title{font-size:.9rem;margin-bottom:.6rem}.footer-list>li{font-size:.85rem;margin-bottom:6px}.sm-text-center{text-align:center}.how-it-works-section-fullwidth{padding:2rem 0;margin-top:.5rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-header{margin-bottom:2rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner{display:block;padding:0 1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-controls{margin-bottom:2.5rem;flex-direction:column;gap:1rem;width:100%;align-items:center}.benchmark-note{margin-right:0}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart{padding:0;width:100%}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container{height:220px;gap:1rem}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-container>.chart-bar-group>.chart-bar{width:50px}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-content>.benchmark-content-inner>.benchmark-chart>.chart-y-axis{height:220px}.benchmark-section-fullwidth>.benchmark-container-inner>.benchmark-summary>p{font-size:1.1rem}.partners-section-fullwidth{padding:3rem 1.5rem}.partners-section-fullwidth>.partners-container-inner>.partners-logos{gap:2.5rem 1.5rem}.partners-section-fullwidth>.partners-container-inner>.partners-logos>.partner-logo{width:120px;height:70px}}@media (max-width: 480px){.hero-section{padding:.3rem 0;min-height:25vh}.hero-section>.hero-text{padding:.6rem;z-index:100!important;position:relative}.hero-section>.hero-text>.hero-title{font-size:1.3rem;margin-bottom:.5rem;line-height:1.1}.hero-section>.hero-text>.hero-subtitle-container>.hero-subtitle{font-size:.8rem;line-height:1.2}.hero-section>.hero-text>.hero-button{font-size:.7rem;padding:.35rem .7rem}.hero-image{min-height:25vh;justify-content:flex-end}.hero-image>img{width:110%;max-width:110%;margin-top:0;object-position:right}}.beta-access-main{width:100vw;min-height:100vh;height:100vh;background:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;margin:0;padding:2rem}@media (min-width: 1200px){.big-title,.big-title b{font-size:65px;line-height:80px}.subtitle,.subtitle b{font-size:22px;line-height:75px}.email-input{width:350px;height:35px;font-size:1.3rem}.input-bar-wrapper{width:350px}.register-btn{width:140px;height:40px;font-size:1.2rem}.sleeping-wolf-container{width:700px;height:350px}}@media (min-width: 769px){body.no-scroll{overflow:hidden;height:100vh}}.center-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:2}.big-title{color:#fff;font-family:Plus Jakarta Sans;font-size:55px;font-style:normal;font-weight:200;line-height:70px;margin-bottom:1.2rem;text-align:center}.big-title b{color:#fff;font-family:Plus Jakarta Sans;font-size:55px;font-style:normal;font-weight:600;line-height:70px}.subtitle{color:#fff;font-family:Plus Jakarta Sans;font-size:20px;font-style:normal;font-weight:200;line-height:70px;margin-bottom:2.5rem;text-align:center;max-width:900px}.subtitle b{color:#fff;font-family:Plus Jakarta Sans;font-size:20px;font-style:normal;font-weight:600;line-height:70px}.email-form{display:flex;flex-direction:column;align-items:center;width:auto;margin:0 auto 2.5rem}.input-bar-wrapper{width:303px;position:relative;margin-bottom:2rem}.email-input{width:303px;height:31px;padding:.7rem 2.5rem .7rem 1rem;font-size:1.2rem;border:none;border-radius:6px;background:#000;color:#fff;outline:none;box-shadow:0 2px 16px #00000014;transition:box-shadow .2s;box-sizing:border-box}.email-input:focus{box-shadow:0 2px 24px #2383ff2e}.checkmark{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#00e676;font-size:1.5rem;font-weight:700;pointer-events:none;z-index:2}.progress-bar-bg{width:100%;height:4px;background:#222;border-radius:2px;margin-top:.2rem;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#2383ff,#34d0ff);border-radius:2px;transition:width .3s cubic-bezier(.4,0,.2,1)}.register-btn{width:150px;height:40px;flex-shrink:0;font-size:1.1rem;border:1px solid #34d0ff;border-radius:8px;background:transparent;color:#fff;font-family:var(--font-plus);font-weight:500;cursor:pointer;transition:background .2s,color .2s,border .2s;box-sizing:border-box}.register-btn:disabled{opacity:.5;cursor:not-allowed}.register-btn:not(:disabled):hover{background:var(--color-secondary-gradient);color:#fff;border:1.5px solid transparent}.sleeping-wolf-container{position:fixed;right:0;bottom:0;width:900px;height:390px;max-width:60vw;z-index:1;cursor:pointer}.sleeping-wolf{width:100%;height:100%;opacity:.95;object-fit:contain;border-radius:8px}.particle-wolf-canvas{position:fixed;right:0;bottom:0;z-index:1;pointer-events:none}.eye-glow{position:absolute;left:24%;top:66%;width:12px;height:6px;background:#a9e0ff;border-radius:50%;box-shadow:0 0 18px 9px #7acbff,0 0 36px 16px #007bff,0 0 70px 32px #0064ffb3;opacity:0;transform:translate(-50%,-50%) scale(1);pointer-events:none}.footer{position:fixed;left:3vw;bottom:3vw;color:#fff;font-size:1rem;opacity:.8;z-index:2;font-family:var(--font-plus)}.footer a{color:var(--color-white);text-decoration:underline}@media (max-width: 900px){.beta-access-main{padding-top:5rem;justify-content:flex-start}.sleeping-wolf-container{right:-15%;width:70%;bottom:-8%;max-width:none}.footer{padding-bottom:2rem;left:2rem;bottom:1rem}.big-title,.big-title b{font-size:2.8rem;line-height:1.2}.subtitle{font-size:1.1rem;line-height:1.5;max-width:500px}.subtitle b{font-size:1.1rem;line-height:1.5}.input-bar-wrapper{width:100%;max-width:400px}.email-input{width:100%;height:50px}.register-btn{height:50px;padding:0 1.5rem;font-size:1rem}}@media (max-width: 600px){.beta-access-main{height:auto;min-height:100vh;padding:3rem 1.5rem 2rem;justify-content:flex-start}.sleeping-wolf-container{position:relative;width:100%;max-width:350px;height:auto;margin-top:3rem;right:auto;bottom:auto;order:2}.center-content{order:1}.footer{position:relative;padding:0;margin-top:4rem;text-align:center;width:100%;left:auto;bottom:auto;order:3}.big-title,.big-title b{font-size:2.2rem;line-height:1.3}.subtitle{font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:100%}.subtitle b{font-size:1rem;line-height:1.6}.input-bar-wrapper{margin-bottom:1.5rem}.register-btn{width:100%;margin-top:0;height:55px;font-size:1.1rem}}@media (max-width: 480px){.beta-access-main{padding:2rem 1rem}.big-title,.big-title b{font-size:1.9rem}.subtitle,.subtitle b{font-size:.9rem}.sleeping-wolf-container{margin-top:2rem}}.btn{padding:.75rem 1.5rem;border-radius:8px;font-family:var(--font-plus);font-size:1rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-secondary-gradient);color:var(--color-white);border-color:transparent}.btn-primary:not(:disabled):hover{box-shadow:0 5px 15px #34d0ff66}.btn-outline{background:transparent;color:var(--color-white);border-color:var(--color-secondary)}.btn-outline:not(:disabled):hover{background:var(--color-secondary-gradient);color:var(--color-white);border-color:transparent;box-shadow:0 5px 15px #34d0ff4d}.alert{padding:1rem 1.5rem;border-radius:8px;font-family:var(--font-plus);font-size:1rem;font-weight:500;display:flex;align-items:center;gap:1rem;margin:1rem 0;border:1px solid}.alert-icon{font-size:1.2rem;line-height:1}.alert-message{flex-grow:1}.alert-close-btn{background:none;border:none;color:inherit;font-size:1.5rem;font-weight:700;cursor:pointer;opacity:.7;padding:0;line-height:1}.alert-close-btn:hover{opacity:1}.alert-success{background-color:#2dd36f1a;border-color:#2dd36f;color:#2dd36f}.alert-error{background-color:#eb445a1a;border-color:#eb445a;color:#eb445a}.alert-warning{background-color:#ffc4091a;border-color:#ffc409;color:#ffc409}.alert-info{background-color:#34d0ff1a;border-color:var(--color-secondary);color:var(--color-white)}.not-found-container{display:flex;justify-content:center;align-items:center;text-align:center;height:100vh;background-color:var(--background-color);color:var(--color-white);position:relative;overflow:hidden}.not-found-content{position:relative;z-index:2;padding:2rem}.not-found-title{font-family:var(--font-plus);font-size:8rem;font-weight:800;margin:0;line-height:1;color:var(--color-gray)}.not-found-subtitle{font-size:1.75rem;font-weight:200;margin:1rem 0}.not-found-text{font-size:1rem;font-weight:400;margin-bottom:2rem;color:var(--color-gray)}
