a,button,input,select,textarea,[role=button],[tabindex]{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#020014;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#020014}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;color:#e9e3ff}button{font-family:inherit;border:2px solid;border-image-source:linear-gradient(180deg,#efe8ff -86.32%,rgba(76,0,255,0) 116.05%);border-image-slice:1}button:focus,button:focus-visible{outline:none}a:focus,a:active,button:active,[role=button]:focus,[role=button]:active{outline:none;-webkit-tap-highlight-color:transparent}.modal-overlay{position:fixed;inset:0;width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.modal-content{position:relative;background:#0b091dfa;border:2px solid transparent;background-image:linear-gradient(#0b091dfa,#0b091dfa),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);background-origin:border-box;background-clip:padding-box,border-box;border-radius:24px;padding:48px 40px;max-width:460px;width:100%;text-align:center;box-shadow:0 25px 80px #7557ff59,0 0 100px #7557ff33;animation:modalAppear .5s ease-out;pointer-events:auto}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:1px solid rgba(117,87,255,.4);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffffb3}.modal-close:hover{background:#7557ff26;color:#a78dff;border-color:#7557ff}.modal-logo{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #825dff66;animation:pulse 2s ease-in-out infinite}.modal-logo img{width:50px;height:50px;object-fit:contain}.modal-launch-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;color:#a78dff;margin-bottom:8px}.modal-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:700;background:linear-gradient(135deg,#fff,#7557ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}.modal-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;color:#ffffffb3;margin-bottom:32px;line-height:1.6}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-input{width:100%;padding:14px 20px;border:1px solid rgba(117,87,255,.3);border-radius:12px;font-size:15px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;background:#0b091dcc;color:#e9e3ff;transition:all .3s ease}.modal-input::placeholder{color:#fff6}.modal-input:focus{outline:none;border-color:#7557ff;background:#7557ff14;box-shadow:0 0 20px #7d45ff4d}.modal-submit{width:100%;padding:15px 25px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:12px;font-size:16px;font-weight:600;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #825dff66;margin-top:10px}.modal-submit:hover{transform:translateY(-2px);box-shadow:0 6px 24px #825dff99}.modal-submit:active{transform:translateY(0)}.modal-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.modal-input:disabled{opacity:.7;cursor:not-allowed}.modal-success{text-align:center;padding:20px 0}.modal-success-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;animation:successPop .5s ease-out}.modal-success p{color:#ffffffe6;font-size:16px;font-weight:500}.modal-error{text-align:center;padding:20px 0;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-error-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#a78dff,#7557ff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;animation:errorShake .5s ease-out}@keyframes errorShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.modal-error p{color:#ffffffe6;font-size:16px;font-weight:500}.modal-error-retry{margin-top:16px;padding:12px 24px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-error-retry:hover{transform:translateY(-2px);box-shadow:0 4px 16px #825dff66}@media(min-width:2560px){.modal-content{max-width:620px;padding:64px 56px;border-radius:32px}.modal-close{width:54px;height:54px;top:24px;right:24px}.modal-logo{width:110px;height:110px;margin:0 auto 32px;border-radius:28px}.modal-logo img{width:70px;height:70px}.modal-launch-text{font-size:22px;margin-bottom:12px}.modal-title{font-size:44px;margin-bottom:18px}.modal-description{font-size:20px;margin-bottom:44px}.modal-input{padding:20px 28px;font-size:20px;border-radius:16px}.modal-submit{padding:20px 34px;font-size:22px;border-radius:16px}.modal-form{gap:22px}}@media(min-width:1920px)and (max-width:2559px){.modal-content{max-width:540px;padding:56px 48px}.modal-logo{width:95px;height:95px;margin:0 auto 28px}.modal-logo img{width:60px;height:60px}.modal-title{font-size:38px;margin-bottom:16px}.modal-description{font-size:17px;margin-bottom:38px}.modal-input{padding:17px 24px;font-size:17px}.modal-submit{padding:18px 30px;font-size:18px}.modal-form{gap:20px}}@media(max-width:480px){.modal-content{padding:40px 24px;max-width:100%}.modal-logo{width:70px;height:70px}.modal-logo img{width:44px;height:44px}.modal-title{font-size:28px}.modal-description{font-size:14px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;border-radius:0;padding:7px 39px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(30px)}.header-container{display:flex;align-items:center;justify-content:space-between;height:80px;max-width:1437px;padding:0 32px;margin:0 auto}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:12px;cursor:pointer;text-decoration:none}.logo-icon{width:40px}.logo-text{font-size:22px;font-weight:700;color:#fff;letter-spacing:.5px}.header-nav{display:flex;align-items:center;gap:40px;flex:1;justify-content:center}.nav-link{color:#e9e3ff;text-decoration:none;font-size:16px;font-weight:500;transition:opacity .2s;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px}.nav-link:hover{opacity:.8}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:6px}.dropdown-trigger svg{transition:transform .2s}.dropdown-trigger:hover svg{transform:translateY(2px)}.dropdown-trigger svg.rotated{transform:rotate(180deg)}.resources-dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:220px;background:#141228f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:16px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid rgba(80,70,120,.3);box-shadow:0 20px 60px #0006}.resources-dropdown.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.resources-dropdown-content{display:flex;flex-direction:column;gap:2px}.resource-dropdown-item{display:flex;align-items:center;padding:14px 16px;border-radius:12px;text-decoration:none;transition:background .2s ease}.resource-dropdown-item:hover{background:#ffffff14}.resource-dropdown-item span{font-size:15px;font-weight:500;color:#c8c3e6e6;transition:color .2s ease}.resource-dropdown-item:hover span{color:#fff}.socials-dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:240px;background:#141228e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:16px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid rgba(80,70,120,.3);box-shadow:0 20px 60px #0006}.socials-dropdown.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.socials-dropdown-content{display:flex;flex-direction:column;gap:4px}.social-dropdown-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;text-decoration:none;transition:background .2s ease}.social-dropdown-item:hover{background:#ffffff14}.social-dropdown-icon{width:40px;height:40px;border-radius:50%;background:#322d50cc;border:1px solid rgba(80,70,120,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-dropdown-icon img{width:20px;height:20px;opacity:.9}.social-dropdown-item span{font-size:15px;font-weight:500;color:#c8c3e6e6;transition:color .2s ease}.social-dropdown-item:hover span{color:#fff}.header-right{display:flex;align-items:center;gap:7px}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:160px;background:#141228f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid rgba(80,70,120,.3);box-shadow:0 20px 60px #0006}.language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.language-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.language-grid-item{display:flex;align-items:center;justify-content:center;padding:8px 6px;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:15px;font-weight:600;color:#c8c3e6e6}.language-grid-item:hover{background:#ffffff14;color:#fff}.language-grid-item.active{background:#825dff40;border-color:#825dff80;color:#a78dff}.language-option{display:none}.language-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#e9e3ff;cursor:pointer;font-size:16px;padding:8px 12px;border-radius:8px;transition:background-color .2s}.language-button:hover{background-color:#ffffff1a}.language-button svg:first-child{width:20px;height:20px}.language-button svg:last-child{width:12px;height:12px;transition:transform .2s}.btn-launch{position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:25px;padding:10.5px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;min-width:140px;text-align:center;text-decoration:none;display:inline-block}.btn-launch:after{content:"Coming soon";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.btn-launch:hover{color:transparent}.btn-launch:hover:after{opacity:1;color:#fff}.btn-demo{position:relative;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(180deg,#efe8ff 100%,#4c00ff 0%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent;border-radius:25px;padding:12px 30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-demo:before{content:"";position:absolute;inset:0;border-radius:25px;padding:1.5px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.btn-demo:after{content:"";position:absolute;inset:2px;border-radius:25px;background:linear-gradient(117.15deg,#825dff29 15.67%,#2e00ff29 94.72%);opacity:.84;z-index:-1}.btn-demo:hover{opacity:.9}.burger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;background:transparent;border:none;cursor:pointer;padding:8px;gap:6px;z-index:1001;position:relative;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.burger-menu:focus,.burger-menu:active{outline:none!important;-webkit-tap-highlight-color:transparent}.burger-line{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.burger-menu.open .burger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger-menu.open .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.burger-menu.open .burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998;pointer-events:none}.mobile-menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;width:100vw;height:100vh;height:100dvh;background:linear-gradient(180deg,#0d0b26,#150d3d 40%,#1a1045,#0d0b26);z-index:999;overflow-y:auto;overflow-x:hidden;visibility:hidden;opacity:0;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),visibility .4s ease,opacity .4s ease;pointer-events:none}.mobile-menu.open{visibility:visible;opacity:1;transform:translate(0);pointer-events:auto}.mobile-menu-content{display:flex;flex-direction:column;padding:100px 24px 40px;min-height:100%;box-sizing:border-box}.mobile-nav-link{color:#fff;text-decoration:none;font-size:24px;font-weight:500;padding:20px 0;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;width:100%;text-align:left;transition:color .2s}.mobile-nav-link:hover{color:#a78dff}.mobile-nav-link svg{transition:transform .3s ease}.mobile-nav-link.dropdown-toggle.open svg{transform:rotate(180deg)}.mobile-dropdown{display:flex;flex-direction:column}.mobile-dropdown-content{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:20px}.mobile-dropdown-content.open{max-height:200px}.mobile-dropdown-content.mobile-socials-dropdown.open{max-height:500px}.mobile-dropdown-content.mobile-resources-dropdown.open{max-height:400px}.mobile-dropdown-content a{color:#ffffffb3;text-decoration:none;font-size:18px;padding:12px 0;transition:color .2s}.mobile-dropdown-content a:hover{color:#a78dff}.mobile-social-item{display:flex;align-items:center;gap:14px;padding:12px 0;text-decoration:none;transition:opacity .2s}.mobile-social-item:hover{opacity:.8}.mobile-social-icon{width:36px;height:36px;border-radius:50%;background:#322d5099;border:1px solid rgba(80,70,120,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-social-icon img{width:18px;height:18px;opacity:.9}.mobile-social-item span{font-size:16px;font-weight:500;color:#c8c3e6e6}.mobile-menu-divider{width:100%;height:1px;background:#ffffff26;margin:30px 0}.mobile-language-selector{margin-bottom:24px}.mobile-language-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#e9e3ff;cursor:pointer;font-size:16px;padding:12px 0}.mobile-language-button svg:first-child{width:24px;height:24px}.mobile-menu-buttons{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding-bottom:40px}.mobile-btn-launch{position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:16px;padding:20px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-align:center;overflow:hidden}.mobile-btn-launch:before{content:"";position:absolute;inset:0;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border-radius:16px;opacity:0;transition:opacity .3s ease}.mobile-btn-launch:after{content:"Coming soon";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.mobile-btn-launch:hover,.mobile-btn-launch:active{color:transparent}.mobile-btn-launch:hover:before,.mobile-btn-launch:active:before{opacity:1}.mobile-btn-launch:hover:after,.mobile-btn-launch:active:after{opacity:1}.mobile-btn-demo{position:relative;background:linear-gradient(117.15deg,#825dff1a 15.67%,#2e00ff1a 94.72%);color:transparent;background-clip:text;-webkit-background-clip:text;border:none;border-radius:16px;padding:20px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-align:center}.mobile-btn-demo{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mobile-btn-demo:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1.5px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mobile-btn-demo:after{content:"";position:absolute;inset:2px;border-radius:14px;background:linear-gradient(117.15deg,#825dff29 15.67%,#2e00ff29 94.72%);opacity:.84;z-index:-1}.mobile-btn-demo:hover{transform:translateY(-2px)}.mobile-dropdown-content.mobile-language-dropdown{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 16px;background:#14122899;border-radius:12px;margin-top:8px}.mobile-dropdown-content.mobile-language-dropdown.open{max-height:200px;padding:16px}.language-grid.mobile{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.language-grid.mobile .language-grid-item{padding:10px 4px;font-size:14px;font-weight:600;border-radius:8px;background:#ffffff0d}.language-grid.mobile .language-grid-item:hover{background:#ffffff1f}.language-grid.mobile .language-grid-item.active{background:#825dff4d;border-color:#825dff99;color:#c4b5ff}.mobile-language-item{display:none}@media(min-width:2560px){.header-container{max-width:2200px;padding:0 60px;height:100px}.logo-icon{width:52px}.logo-text{font-size:28px}.nav-link{font-size:20px}.btn-launch,.btn-demo{font-size:20px;padding:14px 40px}.language-button{font-size:18px}}@media(min-width:1920px)and (max-width:2559px){.header-container{max-width:1800px;padding:0 50px;height:90px}.logo-icon{width:46px}.logo-text{font-size:24px}.nav-link{font-size:18px}.btn-launch,.btn-demo{font-size:19px;padding:12px 36px}}@media(max-width:1340px){.header-nav,.language-selector,.header-right .btn-launch,.header-right .btn-demo{display:none}.burger-menu{display:flex}}@media(max-width:768px){.header{padding:0 16px;border-radius:30px;background:#020014d9}.header-container{height:70px;padding:0 16px}.logo-icon{width:32px}.logo-text{font-size:16px}.mobile-menu-content{padding:80px 20px 30px}.mobile-nav-link{font-size:22px;padding:18px 0}.mobile-dropdown-content a{font-size:16px;padding:10px 0}.mobile-btn-launch,.mobile-btn-demo{padding:18px 24px;font-size:16px;border-radius:14px}}@media(max-width:480px){.header{padding:0 12px}.header-container{height:66px;padding:0 8px}.burger-menu{width:50px;height:50px}.burger-line{width:20px}.mobile-menu-content{padding:76px 16px 24px}.mobile-nav-link{font-size:20px;padding:16px 0}.mobile-btn-launch,.mobile-btn-demo{padding:16px 20px;font-size:15px}}.footer{background:linear-gradient(180deg,#0a0619,#050211);color:#fff;padding:80px 60px 40px;position:relative;overflow:hidden}.footer-container{max-width:1300px;margin:0 auto;position:relative;z-index:2}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:60px}.footer-brand-section{display:flex;flex-direction:column;gap:16px}.footer-logo{display:flex;align-items:center;gap:14px}.footer-logo-icon{width:48px;height:48px}.footer-logo-text{font-size:22px;font-weight:600;color:#fff;letter-spacing:.02em}.footer-tagline{color:#ffffff80;font-size:15px;margin:0;font-style:italic}.footer-newsletter-section{display:flex;flex-direction:column;gap:12px;max-width:420px}.newsletter-title{font-size:18px;font-weight:600;color:#fff;margin:0}.newsletter-subtitle{color:#ffffff80;font-size:14px;margin:0;line-height:1.5}.newsletter-form{display:flex;gap:12px;margin-top:8px}.newsletter-input{flex:1;padding:15px 18px;background:linear-gradient(180deg,#0b091d,#020014) padding-box,linear-gradient(180deg,#302d4c,#0b091d) border-box;border:1px solid transparent;border-radius:12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.2;color:#706d8b;font-weight:600;outline:none;transition:all .3s ease}.newsletter-input::placeholder{color:#e9e3ff66}.newsletter-input:focus{box-shadow:0 0 0 3px #7557ff14}.newsletter-submit{position:relative;background:linear-gradient(117.15deg,#c3b0ff 10%,#7c5bff 60%,#5a3bff),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#bfa8ff;border:0px solid transparent;border-radius:12px;padding:15px 24px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.2,.9,.3,1);text-align:center;text-decoration:none;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;box-shadow:0 12px 30px #4c00ff14}.newsletter-submit:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:12px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-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;pointer-events:none;opacity:1}.newsletter-submit:after{content:"";position:absolute;inset:1px;border-radius:12px;background:linear-gradient(117.15deg,#825dff24 15.67%,#2e00ff24 94.72%);z-index:-1;pointer-events:none;transition:background .32s cubic-bezier(.2,.9,.3,1),opacity .26s ease}.newsletter-submit:active{transform:translateY(0) scale(.985);transition-duration:.12s;box-shadow:0 8px 18px #2e00ff14}.newsletter-submit svg{width:16px;height:16px;stroke:currentColor;transition:transform .3s ease}.newsletter-submit:hover svg{transform:translate(3px)}.footer-divider{position:relative;margin-bottom:50px}.footer-divider-line{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(108,92,231,.3) 20%,rgba(108,92,231,.5) 50%,rgba(108,92,231,.3) 80%,transparent 100%)}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:60px}.footer-column{display:flex;flex-direction:column;gap:20px}.footer-column-title{font-size:13px;font-weight:600;color:#ffffffb3;margin:0;text-transform:uppercase;letter-spacing:.1em}.footer-column-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-column-list li a{color:#ffffff8c;text-decoration:none;font-size:14px;transition:all .2s ease;display:inline-block}.footer-column-list li a:hover{color:#fff;transform:translate(4px)}.footer-column-social{gap:16px}.social-icons{display:grid;grid-template-columns:repeat(3,40px);gap:12px}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;transition:all .3s ease;text-decoration:none}.social-icon:hover{background:#6c5ce733;border-color:#6c5ce766;color:#fff;transform:translateY(-3px)}.social-icon img{width:18px;height:18px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-left{display:flex;align-items:center;gap:20px}.footer-copyright{color:#ffffff59;font-size:13px;margin:0}.footer-legal{display:flex;align-items:center;gap:12px}.footer-legal a{color:#fff6;text-decoration:none;font-size:13px;transition:color .2s ease}.footer-legal a:hover{color:#fffc}.legal-separator{color:#fff3;font-size:10px}.scroll-to-top{width:44px;height:44px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.scroll-to-top:hover{background:#6c5ce733;border-color:#6c5ce766;color:#fff;transform:translateY(-3px)}.footer-bg-glow{position:absolute;bottom:-200px;left:50%;transform:translate(-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(108,92,231,.15) 0%,transparent 70%);pointer-events:none;z-index:1}@media(min-width:2560px){.footer{padding:120px 100px 60px}.footer-container{max-width:2200px}.footer-logo-icon{width:60px;height:60px}.footer-logo-text{font-size:28px}.footer-tagline{font-size:18px}.newsletter-title{font-size:22px}.newsletter-subtitle{font-size:16px}.newsletter-input{padding:18px 22px;font-size:16px}.newsletter-submit{padding:18px 30px;font-size:16px}.footer-column-title{font-size:15px}.footer-column-list li a{font-size:16px}.social-icon{width:48px;height:48px}.social-icon img{width:22px;height:22px}.footer-copyright,.footer-legal a{font-size:15px}}@media(min-width:1920px)and (max-width:2559px){.footer{padding:100px 80px 50px}.footer-container{max-width:1800px}.footer-logo-icon{width:52px;height:52px}.footer-logo-text{font-size:24px}.footer-tagline{font-size:16px}.newsletter-title{font-size:20px}.newsletter-subtitle{font-size:15px}.newsletter-input{padding:16px 20px;font-size:15px}.newsletter-submit{padding:16px 28px;font-size:15px}.footer-column-title{font-size:14px}.footer-column-list li a{font-size:15px}.social-icon{width:44px;height:44px}.social-icon img{width:20px;height:20px}.footer-copyright,.footer-legal a{font-size:14px}}@media(max-width:1200px){.footer{padding:70px 40px 36px}.footer-top{gap:40px}.footer-nav{gap:30px}}@media(max-width:1024px){.footer-top{flex-direction:column;gap:40px}.footer-newsletter-section{max-width:100%}.footer-nav{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.footer{padding:56px 24px 32px}.footer-top{gap:32px;margin-bottom:40px}.footer-logo-icon{width:40px;height:40px}.footer-logo-text{font-size:20px}.newsletter-form{flex-direction:column}.newsletter-submit{justify-content:center}.newsletter-submit:after{display:none}.newsletter-submit:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #6c5ce766}.footer-nav{grid-template-columns:repeat(2,1fr);gap:32px 24px;margin-bottom:48px}.social-icons{grid-template-columns:repeat(6,36px)}.social-icon{width:36px;height:36px}.footer-bottom{flex-wrap:wrap;gap:20px;padding-top:24px}.footer-legal{order:3;width:100%;justify-content:center}.scroll-to-top{width:40px;height:40px;border-radius:10px}}@media(max-width:540px){.footer{padding:48px 20px 28px}.footer-brand-section{gap:12px}.footer-tagline{font-size:14px}.newsletter-title{font-size:16px}.newsletter-subtitle{font-size:13px}.newsletter-input{padding:12px 16px;font-size:13px}.newsletter-submit{padding:12px 20px;font-size:13px}.footer-divider{margin-bottom:36px}.footer-nav{gap:28px 20px;margin-bottom:40px}.footer-column{gap:16px}.footer-column-title{font-size:12px}.footer-column-list{gap:12px}.footer-column-list li a{font-size:13px}.social-icons{grid-template-columns:repeat(3,36px)}.footer-bottom{flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-bottom-left{flex-direction:column;gap:12px}.footer-copyright{font-size:12px}.footer-legal{gap:10px}.footer-legal a{font-size:12px}.scroll-to-top{width:38px;height:38px}.footer-bg-glow{width:500px;height:300px}}.hero{position:relative;display:flex;align-items:flex-start;justify-content:center;padding:190px 40px 60px;margin-top:-120px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;max-height:900px;z-index:10;background-image:url(/images/hero-bg.jpeg);background-size:cover;background-position:center top;background-repeat:no-repeat;pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000 0% 60%,#0000)}.hero-bg-icon1{position:absolute;top:40%;left:20%;width:88.82px;height:103.9px;z-index:11;background-image:url(/images/hero-trevon.png);background-size:cover;background-position:center top;background-repeat:no-repeat;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:991px;text-align:center}.hero-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:61px;line-height:73px;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:15px;padding:10px}.hero-title-mobile,.hero-description-mobile{display:none}.hero-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;line-height:140%;letter-spacing:0%;text-align:center;color:#7b76ad;margin-bottom:2px;max-width:971px;margin-left:auto;margin-right:auto;padding:10px}.hero-subtitle{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0%;text-align:center;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:32px;padding:10px}.hero-buttons{display:flex;gap:7px;justify-content:center}.hero-swipe-btn{display:none;margin-top:40px;background:transparent;border:none;color:#7b76ad;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:color .3s ease,transform .3s ease}.hero-swipe-btn:hover{color:#a78dff;transform:translate(4px)}.hero .btn-launch{position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:25px;padding:12px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:140px;text-align:center;height:51px}.hero .btn-launch:after{content:"Coming soon";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.hero .btn-launch:hover{color:transparent}.hero .btn-launch:hover:after{opacity:1;color:#fff}.hero .btn-demo{position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent;border-radius:25px;padding:12px 30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;height:51px}.hero .btn-demo:before{content:"";position:absolute;inset:0;border-radius:25px;padding:1.5px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero .btn-demo:after{content:"";position:absolute;inset:2px;border-radius:25px;background:linear-gradient(117.15deg,#825dff29 15.67%,#2e00ff29 94.72%);z-index:-1}.hero .btn-demo:hover{opacity:.9}@media(min-width:2560px){.hero{padding:280px 80px 100px}.hero-content{max-width:1400px}.hero-title{font-size:85px;line-height:100px}.hero-description{font-size:24px;max-width:1200px}.hero-subtitle{font-size:24px}.hero .btn-launch,.hero .btn-demo{padding:18px 48px;font-size:20px;height:65px;border-radius:32px}}@media(min-width:1920px)and (max-width:2559px){.hero{padding:240px 60px 80px}.hero-content{max-width:1200px}.hero-title{font-size:72px;line-height:86px}.hero-description,.hero-subtitle{font-size:20px}}@media(max-width:1440px){.hero{padding:180px 40px 60px}.hero-title{font-size:52px;line-height:62px}.hero-description{font-size:16px}}@media(max-width:1024px){.hero{padding:180px 30px 50px}.hero-title{font-size:44px;line-height:52px}.hero-description,.hero-subtitle{font-size:16px}}@media(max-width:768px){.hero{padding:160px 20px 40px;min-height:auto}.hero-title{font-size:36px;line-height:44px;margin-bottom:20px}.hero-description{font-size:15px;margin-bottom:16px}.hero-subtitle{font-size:15px;margin-bottom:28px}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero .btn-launch,.hero .btn-demo{padding:12px 28px;font-size:15px;width:100%;max-width:280px;height:auto}}@media(max-width:480px){.hero{padding:116px 16px 4px;min-height:0;display:flex;align-items:center;justify-content:center;margin-top:66px}.hero-background{margin-top:0;background-size:100% auto;background-position:top center;background-image:url(/images/hero-bg-mobile-new.png)}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:0}.hero-title-desktop,.hero-description-desktop{display:none!important}.hero-title-mobile,.hero-description-mobile{display:block!important}.hero-description-mobile{font-size:16px;font-weight:600;line-height:1.4;margin-bottom:42px;padding:0}.hero-title-mobile{font-size:30px;font-weight:600;line-height:100%;margin-bottom:8px;padding:0}.hero-subtitle{display:none!important}.hero-buttons{flex-direction:row;gap:8px;margin-bottom:8px}.hero .btn-launch{padding:0 28px;font-size:16px;min-width:auto;flex:none;max-width:none;height:48px;border-radius:24px;width:auto}.hero .btn-demo{padding:14px 24px;font-size:16px;flex:none;max-width:none;height:48px;border-radius:24px;width:auto}.hero .btn-demo:before{border-radius:24px}.hero .btn-demo:after{border-radius:24px}.hero-swipe-btn{display:block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}}.features{padding:50px 49px 80px;max-width:1440px;margin:0 auto;position:relative}.features-title{display:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:32px;line-height:100%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:40px}.features-scroll-container{overflow:visible}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-card{background:linear-gradient(180deg,#0b091d,#020014);border:1px solid rgba(130,93,255,.15);border-radius:30px;padding:120px 40px 40px;transition:transform .4s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease;gap:2px}.feature-card:hover{border-color:#825dff4d;transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #825dff33}.feature-image{width:100%;height:350px;display:flex;align-items:center;justify-content:center}.feature-image img{width:175%;height:175%;object-fit:contain;mix-blend-mode:lighten}.feature-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:118%;letter-spacing:0%;color:#e9e3ff;padding:10px;text-shadow:0 0 46px 0 rgba(233,227,255,.25)}.feature-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;letter-spacing:0%;color:#706d8b;padding:10px}.features-swipe-btn{display:none;margin:0 auto 24px;background:transparent;border:none;color:#7b76ad;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;cursor:pointer;transition:color .3s ease,transform .3s ease;padding:0}.features-swipe-btn:hover{color:#a78dff;transform:translate(4px)}.features-indicators{display:none}@media(min-width:1341px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:2560px){.features{padding:80px 80px 120px;max-width:2200px}.features-grid{gap:24px}.feature-card{padding:160px 60px 60px;border-radius:40px}.feature-image{height:450px}.feature-title{font-size:52px}.feature-description{font-size:24px}}@media(min-width:1920px)and (max-width:2559px){.features{padding:60px 60px 100px;max-width:1800px}.feature-card{padding:140px 50px 50px}.feature-image{height:400px}.feature-title{font-size:44px}.feature-description{font-size:20px}}@media(max-width:1440px){.features{padding:50px 40px 80px}.feature-card{padding:100px 35px 35px}.feature-image{height:300px}.feature-title{font-size:32px}.feature-description{font-size:16px}}@media(max-width:1024px){.features{padding:50px 30px 70px}.feature-card{padding:80px 30px 30px}.feature-image{height:260px}.feature-title{font-size:28px}.feature-description{font-size:15px}}@media(max-width:900px){.features{padding:50px 20px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:80px 24px 32px}.feature-image{height:220px}.feature-title{font-size:26px}.feature-description{font-size:15px}}@media(max-width:480px){.features{padding:40px 0 20px;background:transparent;overflow:visible;max-width:none;width:100vw;margin:0}.features-swipe-btn{display:block!important;position:relative;margin:0 auto 14px;text-align:center;animation:pulse 2s ease-in-out infinite;width:fit-content;color:#ffffff4d;background:transparent;border:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;padding:2px 0;z-index:10;pointer-events:auto;transition:all .3s ease}.features-title{display:block!important;padding:0 24px;margin:0 0 16px;font-size:32px;font-weight:600;letter-spacing:0;text-align:center;color:#e9e3ff;line-height:120%}.features-scroll-container{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;margin:0;scroll-behavior:smooth;width:100%;max-width:none}.features-scroll-container::-webkit-scrollbar{display:none}.features-grid{display:flex;flex-direction:row;gap:16px;padding:20px 0 20px 24px;margin:0;min-width:max-content}.feature-card{width:329px;height:307px;min-width:329px;max-width:329px;min-height:307px;max-height:307px;flex-shrink:0;border-radius:15px;padding:32px 18px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background:linear-gradient(180deg,#0b091d,#020014);border:1px solid rgba(130,93,255,.15);opacity:1;transform:none;box-shadow:none;overflow:hidden;gap:0}.feature-card:last-child{margin-right:calc(100vw - 329px)}.feature-card:hover{transform:none;border-color:#825dff26;box-shadow:none}.feature-image{width:140px;height:140px;min-height:140px;max-height:140px;margin:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.feature-image img{width:220%;height:220%;object-fit:contain;mix-blend-mode:lighten}.feature-title{font-size:18.85px;line-height:120%;font-weight:700;margin:0 0 1px;padding:5px;text-align:left;width:100%;color:#e9e3ff;text-shadow:0 0 46px 0 rgba(233,227,255,.25);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.feature-description{font-size:8.93px;font-weight:500;margin:0;padding:5px;line-height:1.4;text-align:left;width:100%;color:#706d8b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:54px}.features-indicators{justify-content:center;align-items:center;gap:8px;padding:0 24px}.indicator{width:8px;height:8px;border-radius:50%;background:#825dff4d;transition:all .3s ease}.indicator.active{width:24px;border-radius:4px;background:#825dffcc}@keyframes pulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}}.predictive-engine{padding:80px 40px 130px;width:100%;max-width:100%;margin:0 auto;text-align:center}.predictive-engine-title{font-size:38px;font-weight:600;color:#fff;margin-bottom:60px;line-height:1.2}.predictive-engine-subtitle{display:none}.engine-container{position:relative;margin-bottom:40px;width:100%;max-width:1422px;margin-left:auto;margin-right:auto;padding:0 40px;box-sizing:border-box}.engine-steps{display:flex;align-items:stretch;justify-content:center;gap:10px;position:relative;z-index:2;pointer-events:none}.step-wrapper{display:flex;align-items:center;flex:1;min-width:0;position:relative;pointer-events:none}.step-card{width:100%;min-height:100px;padding:50px;line-height:1.2;border-radius:30px;font-size:28px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none;-webkit-user-select:none;user-select:none}.step-card-outlined{color:#706d8b;background:transparent;position:relative;border:2px solid transparent}.step-card-outlined:before{content:"";position:absolute;inset:0;border-radius:30px;padding:2px;background:linear-gradient(180deg,#211f3a,#0b0a1d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.step-card-filled,.step-card-filled.active{background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;border:1.5px solid transparent;box-shadow:0 4px 30px #825dff66}.progress-track{position:relative;margin-top:40px;height:36px;width:100%;display:flex;align-items:center;pointer-events:none}.progress-line{max-width:1167px;position:absolute;left:0;right:0;margin:0 auto;top:50%;transform:translateY(-50%);height:4px;background:#1d1a32;border-radius:2px;overflow:hidden;pointer-events:none}.progress-fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#673aff,#825dff);border-radius:2px;transition:width .1s linear}.progress-arrows-container{position:absolute;inset:0;pointer-events:none}.progress-arrow-on-line{position:absolute;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;background:#1d1a32;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;transition:all .6s cubic-bezier(.4,0,.2,1)}.progress-arrow-on-line.active{background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:1px solid rgba(130,93,255,.6);box-shadow:0 0 30px #7d45ff99}.progress-arrow-on-line img{width:16px;height:16px;opacity:.5;transition:opacity .4s ease}.progress-arrow-on-line.active img{opacity:1}.engine-note{display:inline-flex;align-items:center;gap:10px;padding:15px 25px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:10000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:21px;font-weight:600;color:transparent;margin-top:20px;position:relative;isolation:isolate}.engine-note span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.engine-note img{width:16px;height:16px;flex-shrink:0}@media(min-width:2560px){.predictive-engine{padding:120px 80px 180px}.predictive-engine-title{font-size:52px;margin-bottom:80px}.engine-container{max-width:2000px;padding:0 60px}.step-card{padding:70px;min-height:130px;font-size:36px;border-radius:40px}.progress-track{margin-top:60px;height:48px}.progress-line{max-width:1600px;height:6px}.progress-arrow-on-line{width:48px;height:48px}.progress-arrow-on-line img{width:22px;height:22px}.engine-note{font-size:22px;padding:20px 35px}}@media(min-width:1920px)and (max-width:2559px){.predictive-engine{padding:100px 60px 150px}.predictive-engine-title{font-size:44px;margin-bottom:70px}.engine-container{max-width:1700px}.step-card{padding:60px;font-size:32px}.engine-note{font-size:20px}}@media(max-width:1440px){.predictive-engine{padding:70px 40px 110px}.predictive-engine-title{font-size:34px;margin-bottom:50px}.step-card{padding:40px;font-size:24px}}@media(max-width:1024px){.engine-steps{flex-wrap:wrap;gap:16px}.step-wrapper{max-width:none;width:calc(33.333% - 12px);flex:none}.progress-track{display:none}.step-card{padding:24px 20px;min-height:80px;font-size:16px}}@media(max-width:768px){.predictive-engine{padding:50px 20px}.engine-container{padding:0 20px}.predictive-engine-title{font-size:26px;margin-bottom:36px}.engine-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.step-wrapper{width:100%}.step-card{padding:14px 18px;font-size:16px}.engine-note{font-size:13px;gap:8px;padding:10px 25px}.engine-note img{width:14px;height:14px}}@media(max-width:480px){.predictive-engine{padding:40px 0;background:transparent;overflow:visible;max-width:none;width:100vw;margin:0}.predictive-engine-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;display:block;padding:0 24px;margin:0 0 16px;font-size:38px;font-weight:600;letter-spacing:0;text-align:center;color:#e9e3ff;line-height:120%}.predictive-engine-subtitle{display:inline-flex!important;width:100%;max-width:calc(100% - 48px);justify-content:center;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:10000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;line-height:140%;font-weight:600;margin:0 0 40px;position:relative;isolation:isolate}.predictive-engine-subtitle span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.predictive-engine-subtitle img{width:16px;height:16px;flex-shrink:0}.engine-container{padding:0;margin:0;max-width:none;width:100%;overflow:visible;position:relative}.engine-steps{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:16px;padding:0 0 0 24px!important;margin:0;width:100%;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto;position:relative;pointer-events:auto}.engine-steps::-webkit-scrollbar{display:none}.step-wrapper{flex-shrink:0;width:auto;max-width:none;flex:none;pointer-events:auto}.step-card{width:186px;height:122px;min-width:186px;max-width:186px;min-height:122px;max-height:122px;padding:20px;border-radius:15px;font-size:20px;font-weight:700;line-height:120%;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:#e9e3ff;transform:none;box-shadow:none;pointer-events:auto;-webkit-user-select:none;user-select:none}.step-card:hover{transform:none;box-shadow:none}.step-card-outlined:before{border-radius:15px}.step-wrapper:last-child .step-card{margin-right:24px}.progress-track,.engine-note{display:none}}.explainable{padding:0 40px 50px;width:100%;max-width:1432px;margin:0 auto}.explainable-content{display:flex;align-items:center;justify-content:space-between;gap:30px}.explainable-text{flex:1;max-width:717px}.explainable-badge{position:relative;display:inline-block;padding:13px 15px;border-radius:15px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;margin:0 0 10px 10px;z-index:1;line-height:1.2;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.explainable-badge:before{content:"";position:absolute;inset:0;background:linear-gradient(117.15deg,#825dff33 15.67%,#2e00ff33 94.72%);border-radius:15px;z-index:-1}.explainable-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:46px;line-height:120%;letter-spacing:0%;color:#e9e3ff;padding:10px;margin-bottom:10px}.explainable-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;line-height:140%;letter-spacing:0%;color:#706d8b;padding:10px;max-width:665px}.explainable-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.ellipse-bg{position:absolute;bottom:40px;left:0;width:516.57px;height:291.87px;z-index:-1}.glow-circle-center{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%)}.brain-container{position:relative;width:450px;height:450px;display:flex;align-items:center;justify-content:center}.brain-video{width:100%;height:100%;object-fit:contain}@media(min-width:2560px){.explainable{padding:0 80px 80px;max-width:2200px}.explainable-text{max-width:1000px}.explainable-badge{font-size:20px;padding:16px 20px;border-radius:20px}.explainable-title{font-size:64px}.explainable-description{font-size:24px;max-width:900px}.brain-container{width:600px;height:600px}}@media(min-width:1920px)and (max-width:2559px){.explainable{padding:0 60px 60px;max-width:1800px}.explainable-title{font-size:54px}.explainable-description{font-size:20px}.brain-container{width:520px;height:520px}}@media(max-width:1440px){.explainable{padding:0 40px 40px}.explainable-title{font-size:40px}.explainable-description{font-size:17px}.brain-container{width:400px;height:400px}}@media(max-width:1024px){.explainable{padding:0 30px 40px}.explainable-content{gap:24px}.explainable-title{font-size:36px}.explainable-description{font-size:16px}.brain-container{width:350px;height:350px}}@media(max-width:900px){.explainable{padding:50px 20px}.explainable-content{flex-direction:column;text-align:center;gap:40px}.explainable-text{max-width:100%}.explainable-title{font-size:30px}.explainable-description{font-size:15px}.brain-container{width:300px;height:300px}}@media(max-width:480px){.explainable{padding:40px 16px}.explainable-content{flex-direction:column;align-items:center;text-align:center;gap:0}.explainable-text{display:none}.ellipse-bg{width:300px;height:170px;bottom:20px}.explainable-badge{font-size:16px;padding:10px 18px;margin:0 0 20px;display:inline-block}.explainable-title,.explainable-description{display:none}.explainable-title-mobile{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:28px;line-height:120%;color:#e9e3ff;text-align:center;margin:20px 0 16px;padding:0 10px}.explainable-description-mobile{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:150%;color:#a78dff;text-align:center;margin:0;padding:0 20px}.brain-container{width:280px;height:280px}.explainable-visual{margin:0}}@media(min-width:481px){.explainable-title-mobile,.explainable-description-mobile{display:none}}.use-cases{padding:80px 40px;max-width:1423px;margin:0 auto}.use-cases-container{position:relative;background:linear-gradient(180deg,#0b091d,#020014) padding-box,linear-gradient(149.24deg,#302d4c -27.31%,#0b091d 79.68%) border-box;border:1.5px solid transparent;border-radius:24px;padding:40px 48px}.use-cases-brain{position:absolute;top:-150px;right:-150px;width:261px;height:250px;display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:none}.brain-icon{position:relative;width:261px;height:250px;z-index:1}.brain-blur{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#4214ffcc;border-radius:50%;filter:blur(30px);z-index:2;pointer-events:none}.use-cases-title{font-size:38px;padding:10px 10px 10px 0;font-weight:600;line-height:1.2;color:#e9e3ff;margin-bottom:30px}.use-cases-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:7px;row-gap:10px}.use-case-item{display:flex;flex-direction:column;gap:5px;background:#020014;border-radius:25px;padding:20px}.use-case-icon{width:50px;height:50px}.use-case-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;padding:10px;font-size:20px;line-height:140%;letter-spacing:0%;color:#e9e3ff;text-shadow:0px 0px 46px rgba(233,227,255,.25)}@media(min-width:2560px){.use-cases{padding:120px 80px;max-width:2200px}.use-cases-container{padding:60px 80px}.use-cases-title{font-size:52px;margin-bottom:50px}.use-cases-grid{column-gap:14px;row-gap:16px}.use-case-item{padding:30px;border-radius:35px}.use-case-icon{width:70px;height:70px}.use-case-text{font-size:26px}.use-cases-brain{width:350px;height:340px;top:-200px;right:-200px}.brain-icon{width:350px;height:340px}}@media(min-width:1920px)and (max-width:2559px){.use-cases{padding:100px 60px;max-width:1800px}.use-cases-container{padding:50px 60px}.use-cases-title{font-size:44px}.use-case-text{font-size:22px}.use-cases-brain{width:300px;height:290px;top:-180px;right:-180px}.brain-icon{width:300px;height:290px}}@media(max-width:1440px){.use-cases{padding:70px 40px}.use-cases-title{font-size:34px}.use-case-text{font-size:18px}}@media(max-width:1024px){.use-cases-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.use-cases{padding:50px 20px}.use-cases-container{padding:28px 22px}.use-cases-title{font-size:24px;margin-bottom:28px}.use-cases-grid{grid-template-columns:repeat(2,1fr);gap:14px}.use-case-item{padding:16px;gap:10px}.use-case-text{font-size:15px}.use-cases-brain{width:130px;height:125px;top:-45px;right:-35px}.brain-icon{width:130px;height:125px}}@media(max-width:480px){.use-cases{padding:75px 16px 29px}.mobile-accordion-toggle.use-cases-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:335.5px;height:60px;max-width:100%;margin:0 auto;padding:0;position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28.5px;font-weight:600;line-height:100%;letter-spacing:0%;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 20px #825dff4d;overflow:hidden}.mobile-accordion-toggle.use-cases-toggle .toggle-text{background:linear-gradient(180deg,#fff,#d4c8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-accordion-toggle.use-cases-toggle:hover{transform:scale(1.02);box-shadow:0 6px 25px #825dff66}.mobile-accordion-toggle.use-cases-toggle:active{transform:scale(.97);box-shadow:0 2px 15px #825dff4d}.mobile-accordion-toggle.use-cases-toggle .accordion-chevron{color:#fff;transition:transform .4s cubic-bezier(.4,0,.2,1);width:30px}.accordion-chevron.expanded{transform:rotate(180deg)}.use-cases-container{display:none;margin-top:29px;padding:22px 18px;border-radius:16px;opacity:0;transform:translateY(-20px)}.use-cases-container.mobile-expanded{display:block;animation:smoothSlideDown .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes smoothSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.use-cases-container.mobile-expanded .use-case-item{opacity:0;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) forwards}.use-cases-container.mobile-expanded .use-case-item:nth-child(1){animation-delay:.1s}.use-cases-container.mobile-expanded .use-case-item:nth-child(2){animation-delay:.15s}.use-cases-container.mobile-expanded .use-case-item:nth-child(3){animation-delay:.2s}.use-cases-container.mobile-expanded .use-case-item:nth-child(4){animation-delay:.25s}.use-cases-container.mobile-expanded .use-case-item:nth-child(5){animation-delay:.3s}.use-cases-container.mobile-expanded .use-case-item:nth-child(6){animation-delay:.35s}.use-cases-container.mobile-expanded .use-case-item:nth-child(7){animation-delay:.4s}.use-cases-container.mobile-expanded .use-case-item:nth-child(8){animation-delay:.45s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.use-cases-title{font-size:20px;margin-bottom:22px}.use-cases-grid{grid-template-columns:repeat(2,1fr);gap:12px}.use-case-item{padding:14px;border-radius:12px;min-width:0;overflow:hidden}.use-case-icon{width:32px;height:32px;flex-shrink:0}.use-case-text{font-size:clamp(11px,3.5vw,14px);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3}.use-cases-brain{width:90px;height:86px;top:-30px;right:-20px}.brain-icon{width:90px;height:86px}}.why-it-matters{padding:35px 40px 80px;max-width:1432px;margin:0 auto}.why-it-matters-title{font-size:38px;font-weight:700;text-align:center;margin-bottom:40px}.reasons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.reason-card{background:linear-gradient(180deg,#0b091d,#020014) padding-box,linear-gradient(149.24deg,#302d4c -27.31%,#0b091d 79.68%) border-box;border:1.5px solid transparent;border-radius:25px;padding:20px;height:90px;display:flex;align-items:center}.reason-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;letter-spacing:0%;color:#e9e3ff;margin:0}.mobile-accordion-toggle{display:none}.why-matters-content{display:block}@media(min-width:2560px){.why-it-matters{padding:60px 80px 120px;max-width:2200px}.why-it-matters-title{font-size:52px;margin-bottom:60px}.reasons-grid{gap:32px}.reason-card{padding:30px 35px;height:120px;border-radius:35px}.reason-text{font-size:24px}}@media(min-width:1920px)and (max-width:2559px){.why-it-matters{padding:50px 60px 100px;max-width:1800px}.why-it-matters-title{font-size:44px}.reason-card{height:100px}.reason-text{font-size:20px}}@media(max-width:1440px){.why-it-matters{padding:30px 40px 70px}.why-it-matters-title{font-size:34px}.reason-text{font-size:17px}}@media(max-width:1024px){.why-it-matters{padding:30px 30px 60px}.why-it-matters-title{font-size:30px}.reason-text{font-size:16px}}@media(max-width:768px){.why-it-matters{padding:50px 20px}.why-it-matters-title{font-size:26px;margin-bottom:28px}.reasons-grid{grid-template-columns:1fr;gap:14px}.reason-card{padding:20px 22px;height:auto;min-height:70px}.reason-text{font-size:15px}}@media(max-width:480px){.why-it-matters{padding:0 16px 40px}.why-it-matters-title{display:none}.mobile-accordion-toggle.why-matters-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:335.5px;height:60px;max-width:100%;margin:0 auto;padding:0;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:none;border-radius:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28.5px;font-weight:600;line-height:100%;letter-spacing:0%;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;position:relative;isolation:isolate}.mobile-accordion-toggle.why-matters-toggle .toggle-text{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.mobile-accordion-toggle.why-matters-toggle:hover{transform:scale(1.02);box-shadow:0 6px 10px #825dff66}.mobile-accordion-toggle.why-matters-toggle:active{transform:scale(.97);box-shadow:0 2px 15px #825dff33}.mobile-accordion-toggle.why-matters-toggle .accordion-chevron{color:#825dff;transition:transform .4s cubic-bezier(.4,0,.2,1)}.accordion-chevron.expanded{transform:rotate(180deg)}.why-matters-content{display:none;opacity:0;transform:translateY(-20px)}.why-matters-content.mobile-expanded{display:block;animation:smoothSlideDown .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes smoothSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.why-matters-content.mobile-expanded .reason-card{opacity:0;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) forwards}.why-matters-content.mobile-expanded .reason-card:nth-child(1){animation-delay:.1s}.why-matters-content.mobile-expanded .reason-card:nth-child(2){animation-delay:.15s}.why-matters-content.mobile-expanded .reason-card:nth-child(3){animation-delay:.2s}.why-matters-content.mobile-expanded .reason-card:nth-child(4){animation-delay:.25s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.reasons-grid{gap:12px;margin-top:29px}.reason-card{padding:16px 18px;border-radius:12px}.reason-text{font-size:14px}}.integrated-with{padding:80px 0 160px;overflow:hidden;text-align:center}.integrated-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px;background:linear-gradient(90deg,#825dff33,#2e00ff33);border:2px solid rgba(130,93,255,.3);border-radius:1000px;font-size:14px;font-weight:500;margin-bottom:10px;vertical-align:middle}.integrated-badge img{width:35px;height:35px}.integrated-badge span{display:inline-block;align-items:center;padding:0 15px 0 10px;background-image:linear-gradient(128deg,#9f76ff,#6332d5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-family:SF Pro-Regular,Helvetica;font-weight:400;font-size:20px;text-align:center;letter-spacing:0;line-height:normal;white-space:nowrap}.integrated-title{font-size:46px;font-weight:700;line-height:1.2;color:#e9e3ff;text-align:center;margin-bottom:56px}.marquee-container{display:flex;flex-direction:column;gap:20px}.marquee-row{overflow:hidden;position:relative}.marquee-row:before,.marquee-row:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.marquee-row:before{left:0;background:linear-gradient(90deg,rgba(2,0,20,1) 0%,transparent 100%)}.marquee-row:after{right:0;background:linear-gradient(90deg,transparent 0%,rgba(2,0,20,1) 100%)}.marquee-content{display:flex;gap:16px;width:max-content}.marquee-left .marquee-content{animation:scrollLeft 60s linear infinite}.marquee-right .marquee-content{animation:scrollRight 60s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.integration-item{display:flex;align-items:center;gap:10px;padding:15px;border-radius:10000px;white-space:nowrap}.integration-logo-wrapper{width:40px;height:40px;border-radius:1000px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;flex-shrink:0}.integration-logo{width:100%;height:100%;object-fit:contain;border-radius:1000px}.integration-name{font-size:18px;font-weight:600;line-height:1.2;color:#fff}@media(min-width:2560px){.integrated-with{padding:120px 0 220px}.integrated-badge{padding:10px;margin-bottom:16px}.integrated-badge img{width:50px;height:50px}.integrated-badge span{font-size:26px;padding:0 20px 0 14px}.integrated-title{font-size:64px;margin-bottom:80px}.marquee-container{gap:30px}.marquee-content{gap:24px}.integration-item{padding:20px}.integration-logo-wrapper{width:56px;height:56px}.integration-name{font-size:24px}}@media(min-width:1920px)and (max-width:2559px){.integrated-with{padding:100px 0 180px}.integrated-badge span{font-size:22px}.integrated-title{font-size:52px;margin-bottom:70px}.integration-name{font-size:20px}}@media(max-width:1440px){.integrated-with{padding:70px 0 140px}.integrated-title{font-size:40px}}@media(max-width:1024px){.integrated-with{padding:60px 0 120px}.integrated-title{font-size:36px;margin-bottom:45px}}@media(max-width:768px){.integrated-with{padding:50px 0}.integrated-badge span{font-size:14px;padding:6px 12px}.integrated-badge img{width:30px;height:30px}.integrated-title{font-size:26px;margin-bottom:30px}.marquee-container{gap:14px}.marquee-row:before,.marquee-row:after{width:50px}.marquee-content{gap:12px}.integration-item{padding:8px 14px 8px 8px;gap:10px}.integration-logo-wrapper{width:34px;height:34px}.integration-name{font-size:14px}}@media(max-width:480px){.integrated-with{padding:40px 0}.integrated-badge{display:none}.integrated-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:46px;line-height:120%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:32px}.marquee-container{gap:12px}.marquee-row:before,.marquee-row:after{width:20px}.marquee-content{gap:12px}.integration-item{padding:15px;gap:10px}.integration-logo-wrapper{width:40px;height:40px}.integration-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;leading-trim:NONE;line-height:120%;letter-spacing:0%;text-align:center}}.build-agent{padding:40px 0;background:linear-gradient(to right,#020014,#0b091d 22% 79%,#020014);overflow:visible}.build-agent-container{max-width:1342px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;background:#020014;border-radius:24px;padding:17.5px 60px;position:relative;overflow:hidden}.build-agent-content{flex:1;max-width:700px}.build-agent-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:46px;line-height:55px;letter-spacing:0%;text-align:left;color:#e9e3ff;margin-bottom:10px;padding:10px}.build-agent-description{margin-bottom:15px}.description-label{font-size:18px;color:#ffffffb3;margin-bottom:8px;width:691px;height:70px;gap:10px;padding:10px}.description-quote{font-size:16px;color:#ffffffb3}.build-agent-auto{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:510;font-size:16px;line-height:140%;letter-spacing:0%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:43px;padding:10px}.data-streams{margin-bottom:24px}.data-streams-title{font-size:22px;line-height:140%;font-weight:600;color:#e9e3ff;margin-bottom:15px;padding:10px}.data-streams-tags{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-left:10px}.data-tag{display:inline-flex;align-items:center;padding:8px 16px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:none;border-radius:50px;font-size:14px;font-weight:500;position:relative;isolation:isolate}.hover-scale{margin-right:7px}.data-tag span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.data-plus{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:50px;color:#ffffff80;font-size:16px}.build-agent-smarter{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:140%;letter-spacing:0%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding:10px}.build-agent-visual{position:relative;flex:1;display:flex;align-items:center;justify-content:center;max-width:500px}.glow-circle{position:absolute;border-radius:50%;background:#5500ff4f;filter:blur(60px);pointer-events:none}.glow-circle-1{width:150px;height:150px;top:-30px;left:50px}.glow-circle-2{width:100px;height:100px;top:20px;right:30px}.glow-circle-3{width:120px;height:120px;top:-50px;left:180px}.glow-circle-center{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:#5500ff80;filter:blur(80px)}.ellipse-glow{position:absolute;bottom:0;right:0;width:400px;height:auto;z-index:0;pointer-events:none}.agent-video{position:relative;width:100%;max-width:488px;height:auto;z-index:1;mix-blend-mode:lighten}@media(min-width:2560px){.build-agent{padding:60px 0}.build-agent-container{max-width:2000px;gap:100px;padding:30px 100px}.build-agent-content{max-width:900px}.build-agent-title{font-size:64px;line-height:75px}.description-label{font-size:24px;width:100%;height:auto}.build-agent-auto{font-size:22px}.data-streams-title{font-size:28px}.data-tag{padding:12px 22px;font-size:18px}.build-agent-smarter{font-size:22px}.build-agent-visual{max-width:700px}.agent-video{max-width:650px}}@media(min-width:1920px)and (max-width:2559px){.build-agent-container{max-width:1600px;gap:80px;padding:25px 80px}.build-agent-title{font-size:52px;line-height:62px}.description-label{font-size:20px;width:100%}.build-agent-auto,.build-agent-smarter{font-size:18px}.data-streams-title{font-size:24px}.build-agent-visual{max-width:580px}.agent-video{max-width:550px}}@media(max-width:1440px){.build-agent-container{gap:50px;padding:17px 50px}.build-agent-title{font-size:40px;line-height:48px}.description-label{font-size:16px;width:100%}.build-agent-visual{max-width:450px}.agent-video{max-width:430px}}@media(max-width:1024px){.build-agent-container{gap:40px;padding:15px 40px}.build-agent-title{font-size:34px;line-height:42px}.description-label{font-size:15px}.build-agent-visual{max-width:380px}.agent-video{max-width:360px}}@media(max-width:968px){.build-agent-container{flex-direction:column;text-align:center}.build-agent-content{max-width:100%}.build-agent-title{text-align:center}.data-streams-tags{justify-content:center}.build-agent-visual{max-width:400px}}@media(max-width:768px){.build-agent{padding:50px 20px}.build-agent-container{padding:28px 22px;gap:36px}.build-agent-title{font-size:26px;line-height:32px;margin-bottom:20px}.description-label{width:100%;height:auto;font-size:14px}.build-agent-auto,.build-agent-smarter{font-size:14px}.data-streams-title{font-size:17px}.data-tag{padding:6px 12px;font-size:12px}.build-agent-visual,.agent-video{max-width:280px}.glow-circle-1,.glow-circle-2,.glow-circle-3{display:none}}@media(max-width:480px){.build-agent{padding:40px 16px}.glow-circle{display:none}.build-agent-container{padding:22px 18px;border-radius:16px;gap:28px}.build-agent-title{font-size:22px;line-height:28px;margin-bottom:18px}.description-label{font-size:13px;padding:8px}.build-agent-auto,.build-agent-smarter{font-size:13px;margin-bottom:22px}.data-streams-title{font-size:15px;margin-bottom:12px}.data-tag{padding:5px 10px;font-size:11px}.data-plus{padding:5px 8px;font-size:12px}.build-agent-visual,.agent-video{max-width:200px}}.dashboard-preview{padding:113px 40px;background:#020014;overflow:hidden}.dashboard-preview-title{display:none}.dashboard-preview-container{max-height:592px;height:100%;margin:0 auto 113px;position:relative;display:flex;justify-content:center;align-items:center}.dashboard-glow{position:absolute;border-radius:50%;background:#5500ff4f;filter:blur(60px);pointer-events:none;z-index:2;opacity:.8;animation:glowFloat 8s ease-in-out infinite}.dashboard-glow-1{width:100px;height:100px;top:300px;left:20%;animation-delay:0s}.dashboard-glow-2{width:200px;height:200px;bottom:0;right:25%;animation-delay:4s}.dashboard-image{max-width:1148px;width:100%;height:auto;border-radius:16px;position:relative;z-index:10}@media(min-width:2560px){.dashboard-preview{padding:160px 80px}.dashboard-preview-container{max-height:800px;margin-bottom:160px}.dashboard-image{max-width:1600px}.dashboard-glow-1{width:150px;height:150px}.dashboard-glow-2{width:280px;height:280px}}@media(min-width:1920px)and (max-width:2559px){.dashboard-preview{padding:140px 60px}.dashboard-preview-container{margin-bottom:140px}.dashboard-image{max-width:1400px}}@media(max-width:1440px){.dashboard-preview{padding:100px 40px}.dashboard-preview-container{margin-bottom:100px}.dashboard-image{max-width:1100px}}@media(max-width:1024px){.dashboard-preview{padding:80px 30px}.dashboard-preview-container{margin-bottom:80px}.dashboard-image{max-width:900px}}@media(max-width:768px){.dashboard-preview{padding:50px 20px}.dashboard-preview-container{max-height:400px;margin-bottom:50px}.dashboard-glow-1{width:120px;height:120px}.dashboard-glow-2{width:100px;height:100px}}@media(max-width:480px){.dashboard-preview{padding:40px 16px 75px}.dashboard-preview-title{display:block;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-style:normal;font-size:38px;line-height:100%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin:0 0 32px;padding:0 16px}.dashboard-glow-1,.dashboard-glow-2{width:0;height:0}.video-glow-1,.video-glow-2{width:50px;height:50px}.dashboard-image{max-height:212.32px;width:100%}.dashboard-preview-container{max-height:300px;margin-bottom:32px}}@keyframes glowFloat{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-20px) translate(10px)}50%{transform:translateY(10px) translate(-10px)}75%{transform:translateY(-10px) translate(20px)}}.video-placeholder{padding:80px 40px;background:#020014}.video-placeholder-container{max-width:1200px;margin:0 auto;position:relative;display:flex;justify-content:center;align-items:center}.video-glow{position:absolute;border-radius:50%;background:#5500ff4f;filter:blur(60px);pointer-events:none;opacity:.8;animation:glowFloat 8s ease-in-out infinite}.video-glow-1{width:300px;height:300px;top:50%;left:10%;transform:translateY(-50%);animation-delay:0s}.video-glow-2{width:250px;height:250px;top:50%;right:10%;transform:translateY(-50%);animation-delay:4s}.video-wrapper{width:100%;max-width:956px;aspect-ratio:16 / 9;background:#020014;border:1px solid rgba(117,87,255,.3);border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;cursor:pointer;position:relative;z-index:1;transition:border-color .3s ease}.video-wrapper:hover{border-color:#7557ff99}.video-wrapper:hover .video-play-button{background:#7557ff4d;transform:scale(1.1)}.video-play-button{width:80px;height:80px;border-radius:50%;background:#7557ff33;border:1px solid rgba(117,87,255,.5);display:flex;justify-content:center;align-items:center;color:#a78dff;transition:all .3s ease}.video-label{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:500;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.video-placeholder{padding:60px 20px}.video-wrapper{border-radius:16px}.video-play-button{width:60px;height:60px}.video-play-button svg{width:20px;height:20px}.video-label{font-size:16px}.video-glow-1,.video-glow-2{width:150px;height:150px}}@media(max-width:480px){.video-wrapper{max-height:230.86px;width:411px;aspect-ratio:16 / 9}}.agent-notify{padding:47px 40px 80px;background:#020014}.agent-notify-container{max-width:1042px;margin:0 auto}.agent-notify-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:120%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:80px}.agent-notify-tabs{display:flex;justify-content:center;gap:16px;margin-bottom:70px}.agent-notify-tab{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600;padding:15px 25px;line-height:1.2;border-radius:1000px;border:none;background:transparent;position:relative;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.agent-notify-tab:hover{opacity:.8}.agent-notify-tab.active{background:linear-gradient(to bottom,#0b0625,#0c0332);background-image:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(to bottom,#0b0625,#0c0332);background-clip:text,padding-box;-webkit-background-clip:text,padding-box;-webkit-text-fill-color:transparent;color:transparent;position:relative}.agent-notify-tab:before{content:"";position:absolute;inset:0;border-radius:50px;padding:1.5px;background:linear-gradient(180deg,#0b0625,#4b3291);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transform:scale(.95);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.agent-notify-tab.active:before{opacity:1;transform:scale(1)}.agent-notify-tab:not(.active):hover:before{opacity:.3;transform:scale(1)}.agent-notify-cards-wrapper{position:relative;min-height:400px}.agent-notify-cards{position:relative;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;transition:opacity .3s ease}.agent-notify-card{position:relative;background:linear-gradient(180deg,#0b091d,#020014);border-radius:25px;padding:30px;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.agent-notify-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.agent-notify-card.hovered:before{display:none}.agent-notify-card.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.agent-notify-card.hover-lift:hover{transform:translateY(-10px)}.agent-notify-card.hover-glow{transition:box-shadow .3s ease}.agent-notify-card.hover-glow:hover{box-shadow:0 15px 35px #825dff40}.agent-notify-card:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}.agent-notify-cards.cards-entering .agent-notify-card{animation:cardSlideIn .5s cubic-bezier(.4,0,.2,1) both}.agent-notify-cards.cards-entering .card-1{animation-delay:0ms}.agent-notify-cards.cards-entering .card-3{animation-delay:80ms}.agent-notify-cards.cards-entering .card-2{animation-delay:.16s}.agent-notify-cards.cards-entering .card-5{animation-delay:.24s}.agent-notify-cards.cards-entering .card-4{animation-delay:.32s}.agent-notify-cards.cards-entering .card-6{animation-delay:.4s}.agent-notify-cards.cards-leaving .agent-notify-card{animation:cardSlideOut .3s cubic-bezier(.4,0,.2,1) forwards}.agent-notify-cards.cards-leaving .card-2{animation-delay:0ms}.agent-notify-cards.cards-leaving .card-5{animation-delay:50ms}.agent-notify-cards.cards-leaving .card-1{animation-delay:.1s}.agent-notify-cards.cards-leaving .card-4{animation-delay:.15s}.agent-notify-cards.cards-leaving .card-3{animation-delay:.2s}.agent-notify-cards.cards-leaving .card-6{animation-delay:.25s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.98)}}.agent-notify-card.hovered{background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;border:1.5px solid transparent;box-shadow:0 4px 30px #825dff66}.agent-notify-card.hovered .card-number{background:#e4ddff;color:#000}.agent-notify-card.hovered .card-title,.agent-notify-card.hovered .card-text,.agent-notify-card.hovered .card-list li{color:#fff}.agent-notify-card.hovered .card-list li:before{filter:brightness(2)}.card-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:15px;background:#15132b;color:#e9e3ff2e;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;line-height:1.2;font-weight:500;margin-bottom:17px;transition:all .3s ease}.card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:#e9e3ff;margin-bottom:15px;line-height:1.4;transition:all .3s ease}.card-text{font-family:SF Pro,-apple-system,BlinkMacMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:#706d8b;line-height:1.4;transition:all .3s ease}.card-text:nth-child(odd){margin-top:22.4px}.card-list{list-style:none;padding:0;margin:0}.card-list li{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;padding-left:19px;position:relative;margin-bottom:10px;line-height:1.4;transition:all .3s ease;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.card-list li:last-child{margin-bottom:0}.card-list li:before{content:"";position:absolute;left:0;top:6px;width:12px;height:12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAAXNSR0IArs4c6QAAAAlwSFlzAAAsSwAALEsBpT2WqQAAAF1QTFRFR3BMk3L/knb/n4b/g2b/gGP/oIX/o4r/nYL/mHz/k3j/j3P/im7/hGf/fmH/nIL/knb/gWT/pIn/k3f/gmX/oYb/f2H/j3P/pIn/nYP/mHz/knb/jXH/h2r/gGP/LJeKlgAAABh0Uk5TAAcaJSU1OUdHR0dHR0dHUl6doqLO1/D03LZX7gAAAhxJREFUeNp9luuagjAMRGmBguViFfC6+P6PuWkKnWC7O58/zyEThGqRROnSmJZiTKlVkQ/o0jRNG3LyMXCyeOMTcDastV35p1ISyx8WONYbtsziyjS4flQI7yiZIbrZAnqrxNFJHeC4Oviur/7lsUJnA9/DQB95iwLvw7yPBq+AHyphAAeb53lcn4VhqJMFjivIlTlDhUKHBc7XZXk+X8vkOlZ4wuBnqDgAfOOWx+NJ/Ov1fk+OceYHSpUZcH0EnoX3feo2ngUeoVOeEvifn3XqOcyHEQZC4KVAxgU83ygl8OZMeGgEYXUwxlHFRoRnB6zrTPTOj1reo8bxAPBB+JAQePpUhZEbp4W8cBlixloKzQJB8J854lSqkI8F86lw63dhFILPF7/yBpTIQ2jZyA6ggIfgc15yG4RKEIwwFuYTYY48hJZzzRai2wqjLkrw7Zn5RHBCqAotj4olN2AO30AQdHj49tfSHQd8vHFzQQhR/vGOA9rThKcIG4iVa/+GtuJ0JOP92gutOw9Bk6DkSWFP011ucAPPUeEQAG7tyU0QZrfxaIQR+D1w03xf19t8iS8CBnDKXbDyMPU0C7hF8Tw2xx8c4jfjawIOY1lIno17UGiL3lem4PTloJEuRMrc8Q4BCxwMbCx5LHyMZh4DZCP0kVHcKD+gVkUuFQswAj+gThJViYVjp0qBSAylTd9JoU7wVNJV7Y2e4MxfmV9vqWaQSxzXzAAAAABJRU5ErkJggg==);background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease}@media(min-width:2560px){.agent-notify{padding:80px 80px 120px}.agent-notify-container{max-width:1600px}.agent-notify-title{font-size:52px;margin-bottom:100px}.agent-notify-tabs{gap:24px;margin-bottom:90px}.agent-notify-tab{font-size:24px;padding:20px 35px}.agent-notify-cards{gap:20px}.agent-notify-card{padding:40px}.card-number{width:70px;height:70px;font-size:28px;border-radius:20px}.card-title{font-size:22px}.card-text,.card-list li{font-size:20px}}@media(min-width:1920px)and (max-width:2559px){.agent-notify{padding:60px 60px 100px}.agent-notify-container{max-width:1300px}.agent-notify-title{font-size:44px}.agent-notify-tab{font-size:20px;padding:18px 30px}.card-number{width:60px;height:60px;font-size:24px}.card-title,.card-text,.card-list li{font-size:18px}}@media(max-width:1440px){.agent-notify{padding:40px 40px 70px}.agent-notify-title{font-size:34px;margin-bottom:60px}.agent-notify-tabs{margin-bottom:55px}.agent-notify-tab{font-size:16px;padding:14px 22px}}@media(max-width:1024px){.agent-notify{padding:40px 30px 60px}.agent-notify-cards{grid-template-columns:repeat(2,1fr)}.agent-notify-title{font-size:30px;margin-bottom:40px}.agent-notify-tabs{gap:12px;margin-bottom:40px}}@media(max-width:768px){.agent-notify{padding:50px 20px}.agent-notify-cards{grid-template-columns:repeat(2,1fr);gap:14px}.agent-notify-title{font-size:26px;margin-bottom:28px}.agent-notify-title br{display:none}.agent-notify-tabs{flex-wrap:wrap;gap:10px;margin-bottom:28px}.agent-notify-tab{font-size:14px;padding:10px 18px}.agent-notify-card{padding:20px}.card-number{width:32px;height:32px;font-size:14px;margin-bottom:12px;border-radius:10px}.card-title{font-size:15px;margin-bottom:10px}.card-text,.card-list li{font-size:13px}}@media(max-width:480px){.agent-notify{padding:75px 0 60px;max-width:none;width:100vw;margin:0}.agent-notify-container{max-width:none}.card-number{width:50px;height:50px;font-size:20px;font-weight:500;line-height:1.4;margin-bottom:17px;border-radius:15px}.agent-notify-title{font-size:22px;margin-bottom:22px;padding:0 24px;text-align:left;display:none}.agent-notify-title br{display:none}.agent-notify-tabs{flex-wrap:wrap;row-gap:12px;column-gap:16px;margin-bottom:0;justify-content:center;padding:0 24px}.agent-notify-tab{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600;padding:12px 16px;line-height:1.2;border-radius:1000px;border:none;background:transparent;position:relative;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background-image:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(to bottom,#0b0625,#0c0332);background-clip:text,padding-box;-webkit-background-clip:text,padding-box;-webkit-text-fill-color:transparent;color:transparent}.agent-notify-tab:hover{opacity:.8}.agent-notify-tab.active{background:linear-gradient(to bottom,#0b0625,#0c0332);background-image:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(to bottom,#0b0625,#0c0332);background-clip:text,padding-box;-webkit-background-clip:text,padding-box;-webkit-text-fill-color:transparent;color:transparent;position:relative}.agent-notify-tab:before{content:"";position:absolute;inset:0;border-radius:1000px;padding:1.5px;background:linear-gradient(180deg,#0b0625,#4b3291);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transform:scale(.95);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.agent-notify-tab.active:before{opacity:1;transform:scale(1)}.agent-notify-scroll-container{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;margin:0;scroll-behavior:smooth;width:100%;max-width:none}.agent-notify-scroll-container::-webkit-scrollbar{display:none}.agent-notify-cards{display:flex;flex-direction:row;gap:16px;padding:32px 0 12px 24px;margin:0;min-width:max-content;grid-template-columns:none;position:relative;height:auto!important;transition:opacity .3s ease}.agent-notify-cards.cards-entering .agent-notify-card,.agent-notify-cards.cards-leaving .agent-notify-card{animation:none}.agent-notify-card{width:227px!important;min-width:227px;max-width:227px;height:151px!important;min-height:151px;max-height:151px;flex-shrink:0;padding:20px 30px;border-radius:25px;position:relative!important;top:auto!important;left:auto!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;transform:none;box-shadow:none}.agent-notify-card:before{border-radius:25px}.card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#e9e3ff;margin:0;padding:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-card .card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:600;line-height:1.4;color:#e9e3ff;margin:0;padding:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.agent-notify-card:last-child{margin-right:24px}.agent-notify-card:hover{transform:none;box-shadow:none}.agent-notify-card .card-list,.agent-notify-card .card-text,.agent-notify-card .card-text:nth-child(odd){display:none}.agent-notify-card.hovered{box-shadow:none}.agent-notify-indicators{justify-content:center;align-items:center;gap:8px;padding:0 24px}.agent-notify-indicators .indicator{width:8px;height:8px;border-radius:50%;background:#825dff4d;transition:all .3s ease}.agent-notify-indicators .indicator.active{width:24px;border-radius:4px;background:#825dffcc}.agent-notify-swipe-btn{display:block!important;position:relative;margin:0 auto;text-align:center;animation:pulse 2s ease-in-out infinite;width:fit-content;color:#ffffff4d;background:transparent;border:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;padding:2px 0;z-index:10;pointer-events:auto;transition:all .3s ease}.agent-notify-swipe-btn:hover{color:#a78dff;transform:translate(4px)}@keyframes pulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.agent-notify-cards.cards-entering .agent-notify-card{animation:mobileCardFadeIn .4s cubic-bezier(.4,0,.2,1) both}.agent-notify-cards.cards-leaving .agent-notify-card{animation:mobileCardFadeOut .25s cubic-bezier(.4,0,.2,1) forwards}.agent-notify-cards.cards-entering .card-1{animation-delay:0ms}.agent-notify-cards.cards-entering .card-2{animation-delay:50ms}.agent-notify-cards.cards-entering .card-3{animation-delay:.1s}.agent-notify-cards.cards-entering .card-4{animation-delay:.15s}.agent-notify-cards.cards-entering .card-5{animation-delay:.2s}.agent-notify-cards.cards-entering .card-6{animation-delay:.25s}.agent-notify-cards.cards-entering .card-7{animation-delay:.3s}}@media(min-width:481px){.agent-notify-swipe-btn{display:none}.agent-notify-scroll-container{overflow:visible}.agent-notify-indicators{display:none}}@keyframes mobileCardFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes mobileCardFadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.partners{padding:80px 40px;background:#020014}.partners-container{max-width:1342px;margin:0 auto;overflow:hidden}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:100%}.partner-item{width:100%;height:137px;background:#02001499;border:1px solid rgba(117,87,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.partner-item:hover{border-color:#7557ff4d;background:#7557ff0d}.partner-item img{max-width:225px;height:auto;object-fit:contain;opacity:.7;filter:grayscale(100%) brightness(1.2);transition:all .3s ease}.partner-item:hover img{opacity:1;filter:drop-shadow(0 0 15px rgba(255,255,255,.6))}.partners-carousel-wrapper{display:flex;flex-direction:column;gap:12px;overflow:hidden}.partners-carousel-row{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.partners-carousel-track{display:flex;gap:12px;width:max-content}.partners-carousel-track-left{animation:scrollLeft 25s linear infinite}.partners-carousel-track-right{animation:scrollRight 25s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes scrollRight{0%{transform:translate(-33.33%)}to{transform:translate(0)}}.partner-carousel-item{flex-shrink:0;width:140px;height:70px;background:#02001499;border:1px solid rgba(117,87,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:10px}.partner-carousel-item img{max-width:100%;max-height:100%;object-fit:contain;opacity:.7;filter:grayscale(100%) brightness(1.2)}@media(min-width:2560px){.partners{padding:120px 80px}.partners-container{max-width:2000px}.partners-grid{gap:28px}.partner-item{height:180px;border-radius:16px}.partner-item img{max-width:300px}}@media(min-width:1920px)and (max-width:2559px){.partners{padding:100px 60px}.partners-container{max-width:1600px}.partners-grid{gap:24px}.partner-item{height:160px}.partner-item img{max-width:260px}}@media(max-width:1440px){.partners{padding:70px 40px}.partners-grid{gap:18px}.partner-item{height:125px}.partner-item img{max-width:200px}}@media(max-width:1024px){.partners{padding:60px 30px}.partners-grid{grid-template-columns:repeat(3,1fr)}.partner-item{height:115px}}@media(max-width:968px){.partners-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.partners{padding:50px 20px}.partners-grid{grid-template-columns:repeat(3,1fr);gap:14px}.partner-item{padding:18px;height:110px}.partner-item img{max-width:100%}}@media(max-width:480px){.partners{padding:40px 16px}.partners-grid{display:none}}.faq{padding:80px 40px 140px;background:#020014}.faq-container{max-width:1342px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.faq-badge{display:inline-flex;align-items:center;padding:13px 15px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:none;border-radius:15px;font-size:16px;line-height:1.2;font-weight:600;position:relative;isolation:isolate;margin-bottom:20px}.faq-badge span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.faq-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:120%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:70px}.faq-list{width:100%;display:flex;flex-direction:column;gap:14px}.faq-item{position:relative;background:linear-gradient(180deg,#0b091d,#020014) 100%;border-radius:30px;overflow:hidden;transition:all .3s ease;padding:30px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.faq-item:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.faq-item:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;z-index:1}.faq-item:hover{border-color:#7557ff4d;transition:all .3s ease}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:transparent;border:none;outline:none;box-shadow:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.faq-question:focus,.faq-question:focus-visible,.faq-question:active{border:none;outline:none!important;box-shadow:none!important;background:transparent!important;-webkit-tap-highlight-color:transparent!important}.faq-question span:first-child{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:20px;line-height:170%;letter-spacing:0%;color:#e9e3ff}.faq-icon{width:38px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:15px;font-size:16px;font-weight:600;line-height:1.2;color:#a78dff;position:relative;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.faq-item.open .faq-icon{background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%)}.faq-item.open .faq-icon:before{background:linear-gradient(117.15deg,#fff 15.67%,#e9e3ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;border:none;outline:none;box-shadow:none}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:17px;line-height:140%;letter-spacing:0%;color:#706d8b;margin:0;padding:25px 10px 10px;max-width:1163px}@media(min-width:2560px){.faq{padding:120px 80px 200px}.faq-container{max-width:2000px}.faq-badge{font-size:20px;padding:18px 22px;margin-bottom:28px}.faq-title{font-size:52px;margin-bottom:100px}.faq-list{gap:20px}.faq-item{padding:42px}.faq-question{padding:0 14px}.faq-question span:first-child{font-size:26px}.faq-icon{width:52px;height:60px;font-size:22px;border-radius:20px}.faq-answer p{font-size:22px;padding:35px 14px 14px;max-width:1500px}}@media(min-width:1920px)and (max-width:2559px){.faq{padding:100px 60px 170px}.faq-container{max-width:1600px}.faq-title{font-size:44px;margin-bottom:85px}.faq-question span:first-child{font-size:22px}.faq-answer p{font-size:19px}}@media(max-width:1440px){.faq{padding:70px 40px 120px}.faq-title{font-size:34px;margin-bottom:60px}.faq-item{padding:26px}.faq-question span:first-child{font-size:18px}.faq-answer p{font-size:16px}}@media(max-width:1024px){.faq{padding:60px 30px 100px}.faq-title{font-size:30px;margin-bottom:50px}.faq-item{padding:24px}}@media(max-width:768px){.faq{padding:50px 20px}.faq-badge{font-size:13px;padding:8px 14px;margin-bottom:18px}.faq-title{font-size:26px;margin-bottom:28px}.faq-list{gap:10px}.faq-item{padding:20px 18px;border-radius:16px}.faq-item:before{border-radius:16px}.faq-question{padding:0}.faq-question span:first-child{font-size:15px;padding-right:14px}.faq-icon{width:32px;height:38px;font-size:16px;border-radius:10px}.faq-answer p{font-size:14px;padding:18px 0 10px}}@media(max-width:480px){.faq{padding:40px 26px 0}.faq-badge{font-size:11px;padding:6px 12px}.faq-title{font-size:22px;margin-bottom:22px}.faq-list{gap:8px}.faq-item{padding:16px 14px}.faq-question span:first-child{font-size:14px;padding-right:10px}.faq-icon{width:28px;height:32px;font-size:14px;border-radius:8px}.faq-answer p{font-size:13px;padding:14px 0 8px}}.who-is-for{padding:80px 40px;background:#020014}.who-is-for-container{max-width:1342px;margin:0 auto}.who-is-for-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:120%;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:70px}.who-is-for-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;justify-items:center}.who-card{width:100%;max-width:664px;height:397px;background-image:url(/images/who-card-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(117,87,255,.2);border-radius:30px;padding:0 40px 53px;transition:all .3s ease;position:relative;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end}.who-card:hover{border-color:#7557ff66}.who-card-icon{position:absolute;top:-1px;right:40px;background:linear-gradient(355.1deg,#0b091d -29.54%,#020014 119.59%);border-radius:0 0 16px 16px;padding:20px 24px;border:1px solid rgba(117,87,255,.2);border-top:none;width:230px;height:200px;display:flex;align-items:center;justify-content:center;background-size:contain;background-position:center;background-repeat:no-repeat;margin-top:0}.traders-icon{background-image:url(/images/traders.png)}.hedge-icon{background-image:url(/images/hedge.png)}.business-icon{background-image:url(/images/Business.png)}.developers-icon{background-image:url(/images/Developers.png)}.analysts-icon{background-image:url(/images/Analysts.png)}.governments-icon{background-image:url(/images/Goverments.png)}.who-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:120%;letter-spacing:0%;color:#e9e3ff;padding:10px;text-shadow:0px 0px 46px rgba(233,227,255,.25)}.who-card-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;letter-spacing:0%;padding:10px;color:#706d8b}@media(min-width:1341px){.who-is-for-grid{grid-template-columns:repeat(3,1fr)}.who-card{max-width:100%}}@media(min-width:2560px){.who-is-for{padding:120px 80px}.who-is-for-container{max-width:2000px}.who-is-for-title{font-size:52px;margin-bottom:100px}.who-is-for-grid{gap:24px}.who-card{max-width:900px;height:520px;padding:0 60px 70px;border-radius:40px}.who-card-icon{right:60px;width:300px;height:260px;padding:28px 32px;margin-top:0}.who-card-title{font-size:52px}.who-card-description{font-size:24px}}@media(min-width:1920px)and (max-width:2559px){.who-is-for{padding:100px 60px}.who-is-for-container{max-width:1600px}.who-is-for-title{font-size:44px}.who-card{max-width:780px;height:460px;padding:0 50px 60px}.who-card-icon{top:-10px;right:50px;width:260px;height:230px;margin-top:0;border:none;border-radius:0 0 30px 30px}.who-card-title{font-size:44px}.who-card-description{font-size:20px}}@media(max-width:1440px){.who-is-for{padding:70px 40px}.who-is-for-title{font-size:34px;margin-bottom:60px}.who-card{height:360px;padding:0 35px 45px}.who-card-title{font-size:34px}.who-card-description{font-size:16px}}@media(max-width:1024px){.who-is-for{padding:60px 30px}.who-is-for-title{font-size:30px;margin-bottom:50px}.who-card{height:340px;padding:0 30px 40px}.who-card-icon{right:30px;width:200px;height:180px}.who-card-title{font-size:30px}.who-card-description{font-size:16px}}@media(max-width:900px){.who-is-for-grid{grid-template-columns:1fr}.who-card{width:100%;height:auto;min-height:300px}}@media(max-width:768px){.who-is-for{padding:50px 20px}.who-is-for-title{font-size:26px;margin-bottom:28px}.who-card{width:100%;height:auto;min-height:260px;padding:100px 24px 24px;border-radius:20px}.who-card-icon{right:24px;width:150px;height:130px;padding:16px;border-radius:0 0 12px 12px}.who-card-title{font-size:24px;margin-bottom:10px}.who-card-description{font-size:14px}}@media(max-width:480px){.who-is-for{padding:40px 0 60px;max-width:none;width:100vw;margin:0}.who-swipe-btn{display:block!important;position:relative;margin:0 auto 16px;text-align:center;animation:pulse 2s ease-in-out infinite;width:fit-content;color:#ffffff4d;background:transparent;border:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;padding:2px 0;z-index:10;pointer-events:auto;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;outline:none!important}.who-swipe-btn:hover{color:#a78dff;transform:translate(4px)}.who-is-for-container{max-width:none}.who-is-for-title{display:block!important;padding:0 24px;margin:0 0 12px;font-size:46px;font-weight:700;letter-spacing:0;text-align:center;color:#e9e3ff;line-height:120%}.who-scroll-container{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;margin:0;scroll-behavior:smooth;width:100%;max-width:none}.who-scroll-container::-webkit-scrollbar{display:none}.who-is-for-grid{display:flex;flex-direction:row;gap:24px;padding:0 0 0 24px;margin:0;min-width:max-content;grid-template-columns:none}.who-card{width:329px;height:307px;min-width:329px;max-width:329px;min-height:307px;max-height:307px;flex-shrink:0;border-radius:15px;padding:32px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(117,87,255,.2);overflow:hidden;box-sizing:border-box;transform:none;box-shadow:none}.who-card:last-child{margin-right:calc(100vw - 329px)}.who-card:hover{transform:none;border-color:#7557ff33;box-shadow:none}.who-card-icon{display:none}.who-card-title{font-size:18.85px;line-height:120%;font-weight:700;margin:0;padding:5px;text-align:left;width:100%;color:#e9e3ff;text-shadow:0px 0px 46px rgba(233,227,255,.25);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.who-card-description{font-size:13px;line-height:140%;font-weight:500;margin:0;padding:5px;text-align:left;width:100%;color:#706d8b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:54px}.who-indicators{justify-content:center;align-items:center;gap:8px;padding:0 24px}.who-indicators .indicator{width:8px;height:8px;border-radius:50%;background:#825dff4d;transition:all .3s ease}.who-indicators .indicator.active{width:24px;border-radius:4px;background:#825dffcc}@keyframes pulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}}@media(min-width:481px){.who-swipe-btn{display:none}.who-scroll-container{overflow:visible}.who-indicators{display:none}}.join-waitlist{position:relative;padding:35px 40px 160px;background:url(../images/waitlist-back.png);background-size:cover;background-position:center;overflow:hidden}.join-waitlist-background{position:absolute;inset:0;pointer-events:none}.join-waitlist-dots{position:absolute;width:200px;height:300px;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:20px 20px}.join-waitlist-dots-left{top:100px;left:50px}.join-waitlist-dots-right{top:50px;right:50px}.join-waitlist-glow{position:absolute;bottom:0;width:400px;height:200px;border-radius:50%;filter:blur(100px)}.join-waitlist-glow-left{left:10%;background:#50f9}.join-waitlist-glow-right{right:10%;background:#50f9}.join-waitlist-container{position:relative;z-index:1;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.join-waitlist-badge{display:inline-flex;align-items:center;padding:13px 15px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:none;border-radius:15px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:1.2;position:relative;isolation:isolate;margin-bottom:20px}.join-waitlist-badge span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.join-waitlist-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:1.2;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:20px}.join-waitlist-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;padding:10px;font-size:18px;line-height:1.2;letter-spacing:0%;text-align:center;color:#706d8b;margin-bottom:20px;padding:10}.join-waitlist-subtitle{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:510;font-size:18px;line-height:140%;letter-spacing:0%;text-align:center;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:48px}.join-waitlist-form-wrapper{margin-top:50px;position:relative;display:flex;align-items:center;justify-content:center;width:100%}.join-waitlist-coin-top-left{position:absolute;top:-20px;left:-70px;width:110.22px;height:110.22px;background-image:url(../images/trevon-coin.png);background-size:contain;background-repeat:no-repeat;z-index:10;animation:pulse-coin-top-left 2s ease-in-out infinite}.join-waitlist-coin-bottom-right{position:absolute;bottom:0;right:-40px;width:84.26px;height:84.26px;background-image:url(../images/trevon-coin.png);background-size:contain;background-repeat:no-repeat;z-index:1;animation:pulse-coin-bottom-right 2s ease-in-out infinite}@keyframes pulse-coin-top-left{0%,to{transform:rotate(32.59deg) scale(1);opacity:1}50%{transform:rotate(32.59deg) scale(1.05);opacity:.9}}@keyframes pulse-coin-bottom-right{0%,to{transform:scaleX(-1) rotate(32.59deg) scale(1);opacity:1}50%{transform:scaleX(-1) rotate(32.59deg) scale(1.05);opacity:.9}}.join-waitlist-coin{position:absolute;width:60px;height:60px;border-radius:50%;background:#140f28cc;border:1px solid rgba(117,87,255,.3)}.join-waitlist-coin-left{top:-20px;left:-30px}.join-waitlist-coin-right{bottom:-20px;right:-30px}.join-waitlist-form{position:relative;background:#0b091db3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;padding:50px;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:all .3s ease}.join-waitlist-form:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.join-waitlist-form:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px}.join-waitlist-form-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:1.2;letter-spacing:0%;text-align:center;color:#e9e3ff;margin-bottom:30px;transition:transform .3s ease,text-shadow .3s ease}.join-waitlist-form-title:hover{transform:translateY(-5px);text-shadow:0 5px 15px rgba(139,92,246,.3)}.join-waitlist-input{position:relative;width:100%;width:399px;padding:20px 30px;background:#0b091d80;border:1px solid #302d4c;border-radius:20px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;color:#706d8b;line-height:1.4;outline:none;font-weight:500;transition:border-color .3s ease;box-sizing:border-box}.join-waitlist-input:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.join-waitlist-input::placeholder{color:#706d8b;background:#0b091d80;font-weight:500}.join-waitlist-input:focus{border-color:#7557ff80}.join-waitlist-button{position:relative;width:100%;padding:15px 25px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:20px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none;display:inline-block;margin-top:10px}.join-waitlist-button:after{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.join-waitlist-button:hover:after{opacity:1;color:#fff}.join-waitlist-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.join-waitlist-input:disabled{opacity:.7;cursor:not-allowed}.join-waitlist-success{text-align:center;padding:20px 0}.join-waitlist-success-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.join-waitlist-success p{color:#ffffffe6;font-size:16px;font-weight:500;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif}.join-waitlist-error{text-align:center;padding:20px 0;animation:fadeInError .3s ease}@keyframes fadeInError{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.join-waitlist-error-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#a78dff,#7557ff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;animation:errorShakeWaitlist .5s ease-out}@keyframes errorShakeWaitlist{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.join-waitlist-error p{color:#ffffffe6;font-size:16px;font-weight:500;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:16px}.join-waitlist-error-retry{padding:12px 24px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease}.join-waitlist-error-retry:hover{transform:translateY(-2px);box-shadow:0 4px 16px #825dff66}.waitlist-modal-overlay{position:fixed;inset:0;background:#020014d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.waitlist-modal{position:relative;background:linear-gradient(180deg,#0b091d,#020014);border:1px solid rgba(117,87,255,.3);border-radius:24px;padding:48px 40px;max-width:480px;width:90%;text-align:center;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.waitlist-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#7557ff1a;border:1px solid rgba(117,87,255,.2);border-radius:50%;color:#a78dffcc;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .3s ease}.waitlist-modal-close:hover{background:#7557ff33;color:#a78dff}.waitlist-modal-icon{margin-bottom:24px}.waitlist-modal-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:28px;line-height:100%;color:#e9e3ff;margin-bottom:16px}.waitlist-modal-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#7b76ad;margin-bottom:32px}.waitlist-modal-name,.waitlist-modal-email{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.waitlist-modal-button{padding:14px 48px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:50px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:16px;color:#fff;cursor:pointer;transition:opacity .3s ease}.waitlist-modal-button:hover{opacity:.9}@media(min-width:2560px){.join-waitlist{padding:60px 80px 220px}.join-waitlist-container{max-width:1200px}.join-waitlist-badge{font-size:20px;padding:18px 22px;margin-bottom:28px}.join-waitlist-title{font-size:52px;margin-bottom:28px}.join-waitlist-description{font-size:24px;margin-bottom:28px}.join-waitlist-subtitle{font-size:24px;margin-bottom:60px}.join-waitlist-form-wrapper{margin-top:70px}.join-waitlist-form{padding:70px;border-radius:40px;gap:16px}.join-waitlist-form-title{font-size:52px;margin-bottom:40px}.join-waitlist-input{width:500px;padding:26px 40px;font-size:22px;border-radius:26px}.join-waitlist-button{padding:20px 35px;font-size:22px;border-radius:26px}}@media(min-width:1920px)and (max-width:2559px){.join-waitlist{padding:50px 60px 190px}.join-waitlist-title{font-size:44px}.join-waitlist-description,.join-waitlist-subtitle{font-size:20px}.join-waitlist-form{padding:60px}.join-waitlist-form-title{font-size:44px}.join-waitlist-input{width:450px;padding:22px 34px;font-size:20px}.join-waitlist-button{padding:18px 30px;font-size:20px}}@media(max-width:1440px){.join-waitlist{padding:30px 40px 140px}.join-waitlist-title{font-size:34px}.join-waitlist-description{font-size:17px}.join-waitlist-form{padding:45px}.join-waitlist-form-title{font-size:34px}.join-waitlist-input{width:370px;padding:18px 28px;font-size:17px}}@media(max-width:1024px){.join-waitlist{padding:30px 30px 120px}.join-waitlist-title,.join-waitlist-form-title{font-size:30px}.join-waitlist-input{width:100%;max-width:350px}}@media(max-width:768px){.join-waitlist{padding:50px 20px 70px}.join-waitlist-container{max-width:100%}.join-waitlist-badge{font-size:13px;padding:8px 14px;margin-bottom:20px}.join-waitlist-title{font-size:24px;margin-bottom:18px}.join-waitlist-title br{display:none}.join-waitlist-description{font-size:14px;margin-bottom:12px}.join-waitlist-form-wrapper{width:100%;margin-top:40px}.join-waitlist-form{gap:12px}.join-waitlist-form-title{font-size:22px;margin-bottom:24px}.join-waitlist-input{width:100%;padding:14px 16px;font-size:14px;border-radius:14px}.join-waitlist-button{padding:14px 26px;font-size:14px;border-radius:14px}.join-waitlist-coin-top-left{width:80px;height:80px;top:-10px;left:-50px}.join-waitlist-dots{display:none}.waitlist-modal{padding:32px 24px}.waitlist-modal-title{font-size:24px}.waitlist-modal-text{font-size:14px}.waitlist-modal-button{padding:12px 36px;font-size:14px}}@media(max-width:480px){.join-waitlist{padding:40px 16px 55px}.join-waitlist-badge{font-size:11px;padding:6px 12px;margin-bottom:18px;text-align:center}.join-waitlist-title{font-size:20px;margin-bottom:14px}.join-waitlist-description{font-size:13px}.join-waitlist-form{gap:10px}.join-waitlist-form-title{font-size:18px;margin-bottom:20px}.join-waitlist-input{padding:12px 14px;font-size:13px;border-radius:12px}.join-waitlist-form-wrapper{max-width:300px}.join-waitlist-button{padding:12px 22px;font-size:13px;border-radius:12px}.waitlist-modal{padding:28px 20px;border-radius:20px}.waitlist-modal-icon svg{width:40px;height:40px}.waitlist-modal-title{font-size:22px}.waitlist-modal-text{font-size:13px;margin-bottom:24px}.waitlist-modal-button{padding:12px 32px;font-size:13px}}.featured-blog{padding:130px 28.5px 70px;max-width:1400px;margin:0 auto;width:100%}.featured-blog-link{text-decoration:none;color:inherit;display:block}.featured-blog-content-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:5px;overflow:visible}.featured-blog-content-link>.animate-on-scroll{flex-shrink:0}.featured-blog-container{display:flex;gap:40px;align-items:center;transition:all .3s ease}.featured-blog-link:hover .featured-blog-image img{transform:scale(1.03)}.featured-blog-image{height:326px;width:581px;border-radius:16px;overflow:hidden;position:relative}.featured-blog-image img{width:100%;height:100%;object-fit:fill;transition:transform .4s ease}.featured-blog-content{flex:1;display:flex;flex-direction:column;gap:5px;overflow:visible}.featured-blog-content>.animate-on-scroll{flex-shrink:0}.featured-blog-tag{display:inline-flex;align-items:center;padding:6px 16px;position:relative;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(150deg,#efe8ff 100%,#4c00ff 0%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent;border-radius:200px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:13px;color:#a78bfa;width:fit-content}.featured-blog-tag:before{content:"";position:absolute;inset:0;border-radius:200px;padding:1px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-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;pointer-events:none}.featured-blog-tag:after{content:"";position:absolute;inset:2px;border-radius:18px;background:linear-gradient(117.15deg,#825dff29 15.67%,#2e00ff29 94.72%);opacity:.84;z-index:-1}.featured-blog-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:36px;line-height:1.2;color:#e9e3ff;padding:10px;margin:0}.featured-blog-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:16px;line-height:140%;color:#706d8b;margin:0;padding:10px;white-space:pre-wrap}.featured-blog-author{display:flex;align-items:center;gap:7px;margin-top:15px;padding-left:10px}.featured-blog-author-logo{width:34.64px;height:auto}.featured-blog-author-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:16px;color:#9e9bc7}@media(min-width:2560px){.featured-blog{padding:180px 60px 100px;max-width:2000px}.featured-blog-container{gap:60px}.featured-blog-image{height:450px;width:800px}.featured-blog-tag{font-size:16px;padding:8px 20px}.featured-blog-title{font-size:50px}.featured-blog-description{font-size:20px}.featured-blog-author-logo{width:48px}.featured-blog-author-name{font-size:20px}}@media(min-width:1920px)and (max-width:2559px){.featured-blog{padding:160px 50px 90px;max-width:1700px}.featured-blog-container{gap:50px}.featured-blog-image{height:380px;width:680px}.featured-blog-title{font-size:42px}.featured-blog-description{font-size:18px}}@media(max-width:1440px){.featured-blog{padding:120px 28px 60px}.featured-blog-container{gap:35px}.featured-blog-image{height:300px;width:540px}.featured-blog-title{font-size:32px}.featured-blog-description{font-size:15px}}@media(max-width:1200px){.featured-blog-image{height:280px;width:480px}.featured-blog-title{font-size:28px}}@media(max-width:1024px){.featured-blog{padding:40px 24px 50px}.featured-blog-container{gap:30px}.featured-blog-image{height:260px;width:420px}.featured-blog-title{font-size:26px}.featured-blog-description{font-size:14px}}@media(max-width:900px){.featured-blog-container{flex-direction:column}.featured-blog-image{flex:none;width:100%;height:auto}}@media(max-width:768px){.featured-blog{padding:40px 20px}.featured-blog-image{border-radius:14px}.featured-blog-tag{font-size:12px;padding:5px 14px}.featured-blog-title{font-size:24px;padding:8px}.featured-blog-description{font-size:14px;padding:8px}.featured-blog-author{margin-top:12px;padding-left:8px}.featured-blog-author-logo{width:30px}.featured-blog-author-name{font-size:14px}}@media(max-width:480px){.featured-blog{margin-top:86px;padding:0 16px 28px}.featured-blog-image{max-height:220px;border-radius:12px}.featured-blog-tag{font-size:11px;padding:4px 12px}.featured-blog-title{font-size:20px;padding:6px}.featured-blog-description{font-size:13px;padding:6px}.featured-blog-author-logo{width:26px}.featured-blog-author-name{font-size:13px}}.blog-filters{padding:clamp(24px,3vw,40px) clamp(16px,4vw,30px);max-width:1400px;margin:0 auto;width:100%}.blog-filters-container{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.blog-filter-tabs{display:flex;gap:10px;flex-wrap:wrap}.blog-filter-tab{position:relative;padding:15px;background:transparent;border:1px solid transparent;border-radius:1000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;color:#706d8b;cursor:pointer;transition:color .3s cubic-bezier(.2,.9,.3,1),transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .3s cubic-bezier(.2,.9,.3,1);background-clip:padding-box}.blog-filter-tab:before{content:"";position:absolute;inset:0;padding:1px;border-radius:1000px;background:linear-gradient(180deg,#302d4c,#0b091d);-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;pointer-events:none;transition:background .32s cubic-bezier(.2,.9,.3,1),opacity .3s ease}.blog-filter-tab:hover{color:#e9e3ff;transform:translateY(-3px);box-shadow:0 18px 36px #2e00ff1f}.blog-filter-tab:hover:before{background:linear-gradient(180deg,#efe8ff33 0% 100%)}.blog-filter-tab.active{background:linear-gradient(117.15deg,#c3b0ff 10%,#7c5bff 60%,#5a3bff),linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#bfa8ff;border:0px solid transparent;border-radius:1000px;transform:translateY(0);box-shadow:0 12px 30px #4c00ff14;transition:background .36s cubic-bezier(.2,.9,.3,1),color .36s ease,box-shadow .3s ease}.blog-filter-tab.active:before{background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);opacity:1}.blog-filter-tab.active:after{content:"";position:absolute;inset:2px;border-radius:996px;background:linear-gradient(117.15deg,#825dff24 15.67%,#2e00ff24 94.72%);z-index:-1;pointer-events:none;transition:background .32s cubic-bezier(.2,.9,.3,1),opacity .26s ease}.blog-filter-tab:focus{outline:none;box-shadow:none}.blog-filter-tab:focus-visible{box-shadow:0 0 0 3px #4c00ff1f}.blog-filter-tab:active{transform:translateY(0) scale(.985);transition-duration:.12s;box-shadow:0 8px 18px #2e00ff14!important}.blog-filter-tab.animate-activate{animation:activateTab .36s cubic-bezier(.2,.9,.3,1)}@keyframes activateTab{0%{transform:translateY(12px);opacity:0}60%{transform:translateY(-4px);opacity:1}to{transform:translateY(0)}}.blog-search{position:relative;width:100%;max-width:308px;min-width:200px}.blog-search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#706d8b}.blog-search-input{width:100%;padding:15px 15px 15px 39px;background:linear-gradient(180deg,#0b091d,#020014) padding-box,linear-gradient(180deg,#302d4c,#0b091d) border-box;border:1px solid transparent;border-radius:1000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.2;color:#706d8b;font-weight:600;outline:none;transition:all .3s ease}.blog-search-input::placeholder{color:#e9e3ff66}.blog-search-input:focus{box-shadow:0 0 0 3px #7557ff14}@media(min-width:2560px){.blog-filters{padding:50px 60px;max-width:2000px}.blog-filter-tabs{gap:14px}.blog-filter-tab{padding:18px 22px;font-size:18px}.blog-search{max-width:400px}.blog-search-input{padding:18px 18px 18px 48px;font-size:18px}.blog-search-icon{width:20px;height:20px;left:16px}}@media(min-width:1920px)and (max-width:2559px){.blog-filters{padding:45px 50px;max-width:1700px}.blog-filter-tab{padding:16px 18px;font-size:16px}.blog-search{max-width:350px}.blog-search-input{padding:16px 16px 16px 44px;font-size:16px}}@media(max-width:1440px){.blog-filters{padding:35px 28px}.blog-filter-tab{padding:14px;font-size:13px}.blog-search{max-width:280px}.blog-search-input{padding:14px 14px 14px 38px;font-size:14px}}@media(max-width:1024px){.blog-filters{padding:30px 24px}.blog-filter-tab{padding:12px;font-size:13px}}@media(max-width:768px){.blog-filters{padding:24px 20px}.blog-filters-container{flex-direction:column;align-items:flex-start;gap:18px}.blog-filter-tabs{gap:8px}.blog-filter-tab{padding:10px 14px;font-size:13px}.blog-search{width:100%;max-width:100%}.blog-search-input{padding:14px 14px 14px 36px;font-size:14px}}@media(max-width:480px){.blog-filters{padding:20px 16px}.blog-filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.blog-filter-tab{flex-shrink:0;padding:8px 14px;font-size:12px}.blog-search-input{padding:12px 12px 12px 34px;font-size:13px}.blog-search-icon{width:14px;height:14px;left:12px}}.blog-grid-section{padding:70px 28.5px 50px;max-width:1400px;margin:0 auto;width:100%}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 24px}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-card{border-radius:30px;overflow:hidden;transition:all .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-4px)}.blog-card:hover .blog-card-image{box-shadow:0 16px 32px #7557ff26}.blog-card-image{width:100%;max-width:431px;height:242px;background:linear-gradient(135deg,#1e193280,#140f284d) border-box;border-radius:30px;border:1px solid rgba(117,87,255,.1);overflow:hidden;position:relative;transition:box-shadow .3s ease}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:25px 10px 0;display:flex;flex-direction:column;gap:12px}.blog-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:22px;line-height:1.2;color:#e9e3ff;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:16px;line-height:140%;color:#706d8b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:13px 0 10px}.blog-card-author{display:flex;align-items:center;gap:8px}.blog-card-author-logo{width:34.64px;height:auto}.blog-card-author-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:16px;color:#9e9bc7}.blog-card-date{display:flex;align-items:center;gap:10px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;line-height:140%;color:#a78bfa;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}@media(min-width:2560px){.blog-grid-section{padding:100px 60px 80px;max-width:2000px}.blog-grid{gap:50px 32px}.blog-card-image{max-width:100%;height:320px;border-radius:40px}.blog-card-content{padding:32px 14px 0;gap:16px}.blog-card-title{font-size:28px}.blog-card-description{font-size:20px}.blog-card-footer{padding:18px 0 14px}.blog-card-author-logo{width:44px}.blog-card-author-name{font-size:20px}.blog-card-date{font-size:18px}}@media(min-width:1920px)and (max-width:2559px){.blog-grid-section{padding:85px 50px 70px;max-width:1700px}.blog-grid{gap:45px 28px}.blog-card-image{height:280px}.blog-card-title{font-size:24px}.blog-card-description{font-size:18px}}@media(max-width:1440px){.blog-grid-section{padding:60px 28px 45px}.blog-grid{gap:35px 22px}.blog-card-image{height:220px;max-width:400px}.blog-card-content{padding:22px 8px 0}.blog-card-title{font-size:20px}.blog-card-description{font-size:15px}}@media(max-width:1200px){.blog-card-image{height:200px;max-width:100%}.blog-card-title{font-size:19px}}@media(max-width:1024px){.blog-grid-section{padding:50px 24px 40px}.blog-grid{grid-template-columns:repeat(2,1fr);gap:32px 20px}.blog-card-image{height:190px;border-radius:24px}.blog-card-title{font-size:18px}.blog-card-description{font-size:14px}}@media(max-width:768px){.blog-grid-section{padding:40px 20px 35px}.blog-grid{gap:28px 18px}.blog-card{border-radius:24px}.blog-card-image{height:170px;border-radius:20px}.blog-card-content{padding:18px 6px 0;gap:10px}.blog-card-title{font-size:17px}.blog-card-description{font-size:14px}.blog-card-footer{padding:12px 0 8px}.blog-card-author-logo{width:30px}.blog-card-author-name{font-size:14px}.blog-card-date{font-size:13px}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr;gap:24px}.blog-card-image{height:200px}}@media(max-width:480px){.blog-grid-section{padding:32px 16px 28px}.blog-grid{gap:20px}.blog-card{border-radius:20px}.blog-card-image{height:180px;border-radius:16px}.blog-card-content{padding:16px 4px 0;gap:8px}.blog-card-title{font-size:16px}.blog-card-description{font-size:13px}.blog-card-footer{padding:10px 0 6px;gap:8px}.blog-card-author-logo{width:26px}.blog-card-author-name{font-size:13px}.blog-card-date{font-size:12px}.blog-card-date-dot{width:10px;height:10px}}.blogs-page{min-height:100vh;display:flex;flex-direction:column;background-color:#020014;position:relative}.blogs-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background:#020014;z-index:0;pointer-events:none}.blogs-content{flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.load-more-container{display:flex;justify-content:center;padding:40px 20px 60px}.load-more-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.load-more-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.load-more-button:disabled{opacity:.6;cursor:not-allowed}.blogs-loading,.blogs-empty{display:flex;justify-content:center;align-items:center;min-height:400px;color:#ffffffb3;font-size:18px}.blog-post-page{min-height:100vh;background:#030014;background-image:radial-gradient(ellipse at top,rgba(117,87,255,.08) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(76,0,255,.05) 0%,transparent 50%)}.blog-post-content{padding-top:90px}.blog-post-header{max-width:965px;margin:0 auto;padding:60px 40px}.blog-post-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px}.blog-post-category{display:inline-flex;align-items:center;padding:6px 16px;position:relative;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%),linear-gradient(150deg,#efe8ff 100%,#4c00ff 0%) border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent;border-radius:200px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;color:#a78bfa;width:fit-content}.blog-post-category:before{content:"";position:absolute;inset:0;border-radius:200px;padding:1px;background:linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%);-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;pointer-events:none}.blog-post-category:after{content:"";position:absolute;inset:2px;border-radius:18px;background:linear-gradient(117.15deg,#825dff29 15.67%,#2e00ff29 94.72%);opacity:.84;z-index:-1}.blog-post-date{display:flex;align-items:center;gap:10px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;line-height:140%;color:#a78bfa;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;border:0px solid transparent}.blog-post-date-star{color:#a78bfa}.blog-card-date-dot{width:12px;height:12px}.blog-post-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:clamp(28px,4vw,42px);line-height:1.2;color:#e9e3ff;margin:0 0 24px}.blog-post-author{display:flex;align-items:center;gap:8px}.blog-post-author-logo{width:34.64px;height:auto}.blog-post-author-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:16px;color:#9e9bc7}.blog-post-image{max-width:965px;margin:0 auto;padding:0 40px;overflow:hidden}.blog-post-image img{width:100%;height:auto;max-height:496px;object-fit:cover;border-radius:16px;border:1px solid rgba(117,87,255,.15);display:block}.blog-post-image-caption{text-align:center;margin-top:20px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#e9e3ff80}.blog-post-body{max-width:900px;margin:0 auto;padding:50px 40px;display:block;color:#a4a1c4;line-height:1.7;font-size:18px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;word-wrap:break-word}.blog-post-body p{margin-bottom:1em;font-size:inherit;line-height:inherit;color:inherit}.blog-post-body figure,.blog-post-body .blog-content-image{margin:2em 0;padding:0;text-align:center}.blog-post-body figure img,.blog-post-body .blog-content-image img{max-width:100%;height:auto;border-radius:12px;display:block;margin:0 auto}.blog-post-body figcaption{margin-top:.5em;font-size:.9em;color:#e9e3ff80}.blog-post-body h1,.blog-post-body h2,.blog-post-body h3,.blog-post-body h4{color:#e9e3ff;margin-top:1.5em;margin-bottom:.5em;font-weight:600;white-space:normal}.blog-post-body h2{font-size:1.5em}.blog-post-body h3{font-size:1.25em}.blog-post-body h4{font-size:1.1em}.blog-post-body ul,.blog-post-body ol{margin:1em 0;padding-left:2em;white-space:normal}.blog-post-body li{margin-bottom:.5em;font-size:inherit;line-height:inherit;color:inherit}.blog-post-body strong{color:#e9e3ff;font-weight:600}.blog-post-body blockquote{border-left:3px solid #7c3aed;padding-left:1em;margin:1em 0;font-style:italic;color:#e9e3ff99;white-space:normal}.blog-post-body pre,.blog-post-body code{background:#7557ff0d;border-radius:4px;padding:.2em .4em;font-family:monospace}.blog-post-body pre{padding:1em;overflow-x:auto;white-space:pre}.blog-post-body a{color:#a78bfa;text-decoration:underline}.blog-post-body a:hover{color:#c4b5fd}.blog-post-body img{max-width:100%;height:auto;border-radius:12px;margin:1em 0}.related-blogs-section{max-width:1343px;margin:0 auto;padding:80px 40px 200px;border-top:1px solid rgba(117,87,255,.1)}.related-blogs-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:clamp(20px,2vw,24px);color:#e9e3ff;margin:0 0 32px}.related-blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.5vw,32px)}@media(min-width:2560px){.blog-post-content{padding-top:120px}.blog-post-header{max-width:1300px;padding:80px 60px}.blog-post-meta{gap:20px;margin-bottom:32px}.blog-post-category{font-size:18px;padding:8px 20px}.blog-post-date{font-size:18px}.blog-post-title{font-size:56px;margin-bottom:32px}.blog-post-author-logo{width:48px}.blog-post-author-name{font-size:20px}.blog-post-image{max-width:1300px;padding:0 60px}.blog-post-image img{max-height:680px}.blog-post-image-caption{font-size:18px;margin-top:28px}.blog-post-body{max-width:1300px;padding:70px 60px}.blog-post-body{font-size:20px}.blog-post-body h2{font-size:1.6em}.blog-post-body h3{font-size:1.35em}.related-blogs-section{max-width:1800px;padding:110px 60px 280px}.related-blogs-title{font-size:32px;margin-bottom:44px}.related-blogs-grid{gap:44px}}@media(min-width:1920px)and (max-width:2559px){.blog-post-content{padding-top:100px}.blog-post-header{max-width:1100px;padding:70px 50px}.blog-post-title{font-size:48px}.blog-post-image{max-width:1100px;padding:0 50px}.blog-post-image img{max-height:580px}.blog-post-body{max-width:1100px;padding:60px 50px;font-size:18px}.related-blogs-section{max-width:1550px;padding:95px 50px 240px}}@media(max-width:1440px){.blog-post-header{max-width:900px;padding:55px 35px}.blog-post-title{font-size:38px}.blog-post-image{max-width:900px;padding:0 35px}.blog-post-image img{max-height:460px}.blog-post-body{max-width:900px;padding:45px 35px}.related-blogs-section{max-width:1250px;padding:70px 35px 180px}}@media(max-width:1024px){.blog-post-header{max-width:850px;padding:50px 30px}.blog-post-title{font-size:34px}.blog-post-image{max-width:850px;padding:0 30px}.blog-post-body{max-width:850px;padding:40px 30px}.related-blogs-section{max-width:1100px;padding:60px 30px 150px}.related-blogs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-post-content{padding-top:80px}.blog-post-header{padding:40px 20px}.blog-post-meta{gap:12px;margin-bottom:20px}.blog-post-category{font-size:12px;padding:5px 12px}.blog-post-date{font-size:12px}.blog-post-title{font-size:28px;margin-bottom:20px}.blog-post-author-logo{width:30px}.blog-post-author-name{font-size:14px}.blog-post-image{padding:0 20px}.blog-post-image img{border-radius:12px}.blog-post-image-caption{font-size:12px;margin-top:14px}.blog-post-body{padding:35px 20px;font-size:16px}.related-blogs-section{padding:55px 20px 120px}.related-blogs-title{font-size:20px;margin-bottom:24px}.related-blogs-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.related-blogs-grid{grid-template-columns:1fr}}@media(max-width:480px){.blog-post-content{padding-top:70px}.blog-post-header{padding:32px 16px}.blog-post-meta{gap:10px;margin-bottom:16px}.blog-post-category{font-size:11px;padding:4px 10px}.blog-post-date{font-size:11px}.blog-card-date-dot{width:10px;height:10px}.blog-post-title{font-size:22px;margin-bottom:16px}.blog-post-author-logo{width:26px}.blog-post-author-name{font-size:13px}.blog-post-image{padding:0 16px}.blog-post-image img{border-radius:10px}.blog-post-image-caption{font-size:11px;margin-top:12px}.blog-post-body{padding:28px 16px;font-size:15px}.related-blogs-section{padding:45px 16px 80px}.related-blogs-title{font-size:18px;margin-bottom:20px}.related-blogs-grid{gap:16px}}.coming-soon-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(90deg,#020014,#0b091d 21.57% 78.51%,#020014)}.coming-soon-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 40px;overflow:hidden}.coming-soon-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.coming-soon-badge{display:inline-block;padding:8px 20px;background:linear-gradient(117.15deg,#825dff33 15.67%,#2e00ff33 94.72%);border-radius:50px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#a78dff;margin-bottom:32px}.coming-soon-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:72px;line-height:100%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px}.coming-soon-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:510;font-size:18px;line-height:160%;color:#7b76ad;margin-bottom:48px}.coming-soon-button{display:inline-block;padding:16px 40px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:50px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:16px;color:#fff;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.coming-soon-button:hover{opacity:.9}.coming-soon-glow{position:absolute;width:500px;height:300px;border-radius:50%;filter:blur(120px);pointer-events:none}.coming-soon-glow-left{bottom:10%;left:10%;background:#50f6}.coming-soon-glow-right{top:20%;right:10%;background:#5500ff4d}@media(max-width:768px){.coming-soon-content{padding:80px 20px}.coming-soon-title{font-size:48px}.coming-soon-description{font-size:16px}.coming-soon-description br{display:none}}.token-hero{display:flex;align-items:center;justify-content:space-between;max-width:1432px;width:100%;margin:0 auto;padding:50px 40px 110px;gap:clamp(30px,4vw,60px)}.token-hero-mobile{display:none}.token-hero-left{flex:1;max-width:1000px}.token-badge{display:inline-block;padding:15px 25px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff00 116.05%) border-box;border:1px solid transparent;border-radius:1000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.2;font-weight:600;color:#fff;margin-left:10px;margin-bottom:20px}.token-hero-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:46px;line-height:120%;letter-spacing:0%;color:#e9e3ff;padding:10px;margin-bottom:15px}.token-hero-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;letter-spacing:0%;color:#706d8b;margin-bottom:5px;max-width:554px;padding:10px}.token-hero-highlight{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;padding:10px;letter-spacing:0%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.token-hero-right{flex:1;display:flex;justify-content:center;align-items:center;position:relative;overflow:visible}.token-hero-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:none;pointer-events:none;z-index:0}.token-hero-image-container{position:relative;width:clamp(280px,45vw,650px);height:clamp(250px,40vw,550px)}.token-hero-image-container img{display:block}.token-glow-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--image-scale, 1));width:auto;height:auto;max-width:none;pointer-events:none;z-index:0;--image-scale: clamp(.5, .07vw + .4, 1)}.token-cube-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:650px;object-fit:contain;z-index:1}.token-labels{position:absolute;width:130%;height:130%;top:-7%;left:-15%;z-index:2;pointer-events:none}.token-label{position:absolute;padding:clamp(8px,.8vw,12px) clamp(14px,1.6vw,24px);background:#14122899;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(130,93,255,.25);border-radius:50px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(10px,1vw,14px);font-weight:500;color:#fff;white-space:nowrap}.token-label-scale{bottom:28%;left:19%;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none}.token-label-base{bottom:28%;right:22%}.token-label-global{bottom:15%;left:36%}@media(min-width:2560px){.token-hero{max-width:2200px;padding:80px 80px 160px;gap:100px}.token-badge{padding:20px 35px;font-size:24px;margin-bottom:28px}.token-hero-title{font-size:64px;margin-bottom:24px}.token-hero-description{font-size:24px;max-width:720px}.token-hero-highlight{font-size:24px}.token-hero-image-container{width:800px;height:700px}.token-cube-image{height:850px}.token-label{padding:16px 32px;font-size:18px}}@media(min-width:1920px)and (max-width:2559px){.token-hero{max-width:1800px;padding:65px 60px 140px;gap:80px}.token-badge{padding:18px 30px;font-size:20px}.token-hero-title{font-size:54px}.token-hero-description{font-size:20px;max-width:620px}.token-hero-highlight{font-size:20px}.token-hero-image-container{width:700px;height:600px}.token-cube-image{height:720px}}@media(max-width:1440px){.token-hero{padding:45px 40px 100px;gap:50px}.token-badge{padding:14px 22px;font-size:16px}.token-hero-title{font-size:40px}.token-hero-description{font-size:16px;max-width:500px}.token-hero-highlight{font-size:16px}.token-hero-image-container{width:500px;height:430px}.token-cube-image{height:520px}.token-label{padding:10px 18px;font-size:13px}}@media(max-width:1024px){.token-hero{flex-direction:column;text-align:center;padding:40px 30px 80px}.token-hero-left{max-width:100%}.token-badge{margin-left:0}.token-hero-title br,.token-hero-description br,.token-hero-highlight br{display:none}.token-hero-description{max-width:100%}.token-hero-image-container{width:450px;height:380px}.token-cube-image{height:460px}.token-labels{left:-10%;width:120%}.token-label-base{right:8%}}@media(max-width:768px){.token-hero{padding:32px 20px 60px;gap:40px}.token-badge{padding:12px 20px;font-size:14px;margin-bottom:16px}.token-hero-title{font-size:32px;margin-bottom:12px}.token-hero-description,.token-hero-highlight{font-size:15px}.token-hero-image-container{width:340px;height:290px}.token-cube-image{height:350px}.token-label{padding:8px 14px;font-size:11px}.token-labels{left:-5%;width:110%}.token-label-base{right:5%}}@media(max-width:480px){.token-hero{display:block;padding:65px 5px 60px}.token-hero-left,.token-hero-right{display:none}.token-hero-mobile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.token-hero-mobile-image{width:100px;height:100px;display:flex;align-items:center;justify-content:center;position:relative}.token-hero-mobile-image .glow-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}.token-hero-mobile-image .glow-circle-1{width:200px;height:200px;background:radial-gradient(circle,#825dff66,#825dff00 70%);filter:blur(20px);z-index:0}.token-hero-mobile-image .glow-circle-2{width:260px;height:260px;border:1px solid rgba(130,93,255,.2);box-shadow:0 0 40px #825dff26;z-index:0}.token-hero-mobile-image .glow-circle-3{width:320px;height:320px;border:1px solid rgba(130,93,255,.1);box-shadow:0 0 60px #825dff14;z-index:0}.token-hero-mobile-image img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.token-hero-mobile-tagline{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:140%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding:0 20px}.token-hero-mobile-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:32px;line-height:120%;letter-spacing:-.01em;color:#e9e3ff;padding:0}}.why-token{padding:110px 40px 0;max-width:1422px;margin:0 auto;width:100%}.why-token-header{display:flex;align-items:center;justify-content:center;margin-bottom:clamp(40px,5vw,80px)}.why-token-swipe-btn{display:none}.why-token-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:590;font-size:clamp(28px,3vw,38px);line-height:100%;text-align:center;color:#e9e3ff;margin:0}.why-token-scroll-container{width:100%}.why-token-cards{display:flex;justify-content:center;align-items:center;position:relative;perspective:1000px;gap:50px}.why-token-card-wrapper{position:relative}.why-token-card-wrapper-left{z-index:1}.why-token-card-wrapper-center{z-index:3}.why-token-card-wrapper-right{z-index:1}.why-token-card{position:relative;width:clamp(286px,24.2vw,374px);height:clamp(352px,31vw,476px);border-radius:24px;transition:transform .4s ease,z-index .4s ease;overflow:hidden;border:1px solid transparent}.why-token-card:before{content:"";position:absolute;inset:0;background:url(/images/token-card-bg.png) no-repeat center center;background-size:contain;border-radius:24px;z-index:1}.why-token-card-blur{position:absolute;top:0;width:50%;height:100%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2;pointer-events:none;mask-image:linear-gradient(to right,rgba(0,0,0,.8),transparent);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.8),transparent)}.why-token-card-left .why-token-card-blur{right:0;mask-image:linear-gradient(to left,rgba(0,0,0,.8),transparent);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.8),transparent)}.why-token-card-right .why-token-card-blur{left:0;mask-image:linear-gradient(to right,rgba(0,0,0,.8),transparent);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.8),transparent)}.why-token-card-content{position:relative;z-index:3;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:clamp(16px,2vw,24px);box-sizing:border-box}.why-token-card-image{flex:1 1 auto;width:90%;max-height:calc(90% - 80px);object-fit:contain;min-height:0;margin-top:15px}.why-token-card-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:clamp(20px,2.2vw,34px);line-height:100%;text-align:left;color:#e9e3ff;text-shadow:0px 0px 46px rgba(233,227,255,.25);flex-shrink:0;padding-top:clamp(8px,1vw,16px);white-space:pre-line}.why-token-card-left{transform:rotate(-8deg) translate(60px);z-index:1;border:1px solid transparent}.why-token-card-center{transform:scale(1.05);z-index:3;margin:0 -40px}.why-token-card-center .why-token-card-image{margin-top:20px}.why-token-card-left .why-token-card-blur,.why-token-card-center .why-token-card-blur{display:none}.why-token-card-right{transform:rotate(8deg) translate(-60px);z-index:1;border:1px solid transparent}.why-token-card-wrapper-left:hover,.why-token-card-wrapper-right:hover{z-index:4}.why-token-card-left:hover,.why-token-card-right:hover{transform:rotate(0) translate(0) scale(1.08)}.why-token-card-left:hover .why-token-card-blur,.why-token-card-right:hover .why-token-card-blur{opacity:0}.why-token-card-center:hover{transform:scale(1.1)}@media(min-width:2560px){.why-token{padding:160px 80px 0;max-width:2200px}.why-token-title{font-size:52px}.why-token-header{margin-bottom:110px}.why-token-card{width:500px;height:640px}.why-token-card-text{font-size:46px;padding-top:24px}.why-token-card-center{margin:0 -55px}.why-token-card-left{transform:rotate(-8deg) translate(80px)}.why-token-card-right{transform:rotate(8deg) translate(-80px)}}@media(min-width:1920px)and (max-width:2559px){.why-token{padding:135px 60px 0;max-width:1800px}.why-token-cards{gap:90px}.why-token-title{font-size:44px}.why-token-card{width:420px;height:540px}.why-token-card-text{font-size:38px}.why-token-card-center{margin:0 -45px}}@media(max-width:1440px){.why-token{padding:100px 40px 0}.why-token-title{font-size:34px}.why-token-header{margin-bottom:70px}.why-token-card{width:340px;height:440px}.why-token-card-text{font-size:30px}.why-token-card-center{margin:0 -35px}.why-token-card-left{transform:rotate(-7deg) translate(50px)}.why-token-card-right{transform:rotate(7deg) translate(-50px)}}@media(min-width:1150px){.why-token-cards{gap:90px}}@media(max-width:1024px){.why-token{padding:80px 30px 0}.why-token-title{font-size:30px}.why-token-header{margin-bottom:55px}.why-token-card{width:300px;height:380px}.why-token-card-text{font-size:26px}.why-token-card-left{transform:rotate(-6deg) translate(40px)}.why-token-card-center{margin:0 -30px}.why-token-card-right{transform:rotate(6deg) translate(-40px)}}@media(max-width:768px){.why-token{padding:60px 20px}.why-token-card-content{position:relative;z-index:3;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(16px,2vw,24px);box-sizing:border-box}.why-token-title{font-size:26px}.why-token-header{margin-bottom:40px}.why-token-cards{flex-direction:column;gap:0}.why-token-card-wrapper{width:100%;max-width:340px;margin:0 auto}.why-token-card{width:100%;max-width:340px;height:400px}.why-token-card-text{font-size:24px}.why-token-card-left,.why-token-card-center,.why-token-card-right{transform:none}.why-token-card-center{margin:0}.why-token-card-blur{display:none}.why-token-card-left:hover,.why-token-card-center:hover,.why-token-card-right:hover{transform:scale(1.03)}}@media(max-width:480px){.why-token{padding:0;overflow:visible;max-width:none;width:100vw;margin:0}.why-token-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-bottom:24px}.why-token-title{font-size:24px;line-height:1.2;font-weight:600;text-align:left}.why-token-swipe-btn{display:block!important;background:transparent;border:none;color:#ffffff4d;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;line-height:1.2;padding:0;animation:whyTokenPulse 2s ease-in-out infinite}.why-token-scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%}.why-token-scroll-container::-webkit-scrollbar{display:none}.why-token-cards{display:flex!important;flex-direction:row!important;gap:16px;padding:10px 0 10px 24px;margin:0;min-width:max-content;perspective:none}.why-token-card-wrapper{position:relative;z-index:1!important;max-width:none;margin:0}.why-token-card-wrapper:last-child{margin-right:24px}.why-token-card{width:308px;min-width:308px;max-width:308px;height:307px;min-height:307px;flex-shrink:0;border-radius:24px;transform:none!important;margin:0!important}.why-token-card-left,.why-token-card-center,.why-token-card-right{transform:none!important;margin:0!important}.why-token-card-blur{display:none!important}.why-token-card-content{padding:0 28px 28px;justify-content:center}.why-token-card-image{width:80%;max-height:172px;margin:0 auto}.why-token-card-text{font-size:24px;color:#e9e3ff;font-weight:700;line-height:120%;padding:7px}.why-token-indicators{display:none;justify-content:center;align-items:center;gap:8px;padding:0 24px}.why-token-indicator{width:8px;height:8px;border-radius:50%;background:#825dff4d;transition:all .3s ease}.why-token-indicator.active{width:24px;border-radius:4px;background:#825dffcc}@keyframes whyTokenPulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.why-token-card-left:hover,.why-token-card-center:hover,.why-token-card-right:hover{transform:none!important}}@media(min-width:481px){.why-token-indicators{display:none!important}}.token-features{padding:200px 40px;max-width:1423px;margin:0 auto;width:100%}.token-features-wrapper{position:relative}.token-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.token-feature-card{position:relative;border-radius:0;overflow:hidden;padding:clamp(24px,3vw,40px);height:321px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.token-feature-card:before{content:"";position:absolute;left:0;right:0;height:2px;top:-1px;background:linear-gradient(90deg,#1d1a3200 1.34%,#2c2946 51.62%,#1d1a3200);z-index:3}.token-features-grid>*:nth-child(5) .token-feature-card:after,.token-features-grid>*:nth-child(6) .token-feature-card:after{content:"";position:absolute;left:0;right:0;height:2px;bottom:-1px;background:linear-gradient(90deg,#1d1a3200 1.34%,#2c2946 51.62%,#1d1a3200);z-index:3}.token-feature-card .token-feature-card-bg:before{content:"";position:absolute;top:0;bottom:0;width:2px;left:-1px;background:linear-gradient(180deg,#1d1a3200 1.34%,#2c2946 51.62%,#1d1a3200);z-index:2}.token-feature-card .token-feature-card-bg:after{content:"";position:absolute;top:0;bottom:0;width:2px;right:-1px;background:linear-gradient(180deg,#1d1a3200 1.34%,#2c2946 51.62%,#1d1a3200);z-index:2}.token-feature-card-bg{position:absolute;inset:0;background:url(/images/token-feature-bg.png) no-repeat center center;background-size:cover;z-index:0}.token-features-corners{position:absolute;inset:0;pointer-events:none;z-index:10}.token-feature-corner{position:absolute;width:20px;height:20px;background:#1b1932;border-radius:50%;transform:translate(-50%,-50%)}.token-features-corners>.token-feature-corner:nth-child(1){top:0;left:0}.token-features-corners>.token-feature-corner:nth-child(2){top:0;left:50%}.token-features-corners>.token-feature-corner:nth-child(3){top:0;left:100%}.token-features-corners>.token-feature-corner:nth-child(4){top:33.33%;left:0}.token-features-corners>.token-feature-corner:nth-child(5){top:33.33%;left:50%}.token-features-corners>.token-feature-corner:nth-child(6){top:33.33%;left:100%}.token-features-corners>.token-feature-corner:nth-child(7){top:66.66%;left:0}.token-features-corners>.token-feature-corner:nth-child(8){top:66.66%;left:50%}.token-features-corners>.token-feature-corner:nth-child(9){top:66.66%;left:100%}.token-features-corners>.token-feature-corner:nth-child(10){top:100%;left:0}.token-features-corners>.token-feature-corner:nth-child(11){top:100%;left:50%}.token-features-corners>.token-feature-corner:nth-child(12){top:100%;left:100%}.token-feature-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px}.token-feature-icon{width:61px;height:61px;object-fit:contain;margin-bottom:30px}.token-feature-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:30px;line-height:120%;text-align:center;color:#e9e3ff;text-shadow:0px 0px 46px rgba(233,227,255,.25);margin:0}.token-feature-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:160%;text-align:center;color:#706d8b;margin:0}@media(min-width:1341px){.token-features-grid{grid-template-columns:repeat(3,1fr)}.token-features-corners>.token-feature-corner:nth-child(1){top:0;left:0}.token-features-corners>.token-feature-corner:nth-child(2){top:0;left:33.33%}.token-features-corners>.token-feature-corner:nth-child(3){top:0;left:66.66%}.token-features-corners>.token-feature-corner:nth-child(4){top:0;left:100%}.token-features-corners>.token-feature-corner:nth-child(5){top:50%;left:0}.token-features-corners>.token-feature-corner:nth-child(6){top:50%;left:33.33%}.token-features-corners>.token-feature-corner:nth-child(7){top:50%;left:66.66%}.token-features-corners>.token-feature-corner:nth-child(8){top:50%;left:100%}.token-features-corners>.token-feature-corner:nth-child(9){top:100%;left:0}.token-features-corners>.token-feature-corner:nth-child(10){top:100%;left:33.33%}.token-features-corners>.token-feature-corner:nth-child(11){top:100%;left:66.66%}.token-features-corners>.token-feature-corner:nth-child(12){top:100%;left:100%}.token-features-grid>*:nth-child(5) .token-feature-card:after,.token-features-grid>*:nth-child(6) .token-feature-card:after{content:none}.token-features-grid>*:nth-child(4) .token-feature-card:after,.token-features-grid>*:nth-child(5) .token-feature-card:after,.token-features-grid>*:nth-child(6) .token-feature-card:after{content:"";position:absolute;left:0;right:0;height:2px;bottom:-1px;background:linear-gradient(90deg,#1d1a3200 1.34%,#2c2946 51.62%,#1d1a3200);z-index:3}}@media(min-width:2560px){.token-features{padding:280px 80px;max-width:2200px}.token-feature-card{height:440px;padding:60px}.token-feature-icon{width:85px;height:85px;margin-bottom:45px}.token-feature-title{font-size:42px}.token-feature-description{font-size:24px}.token-feature-corner{width:28px;height:28px}}@media(min-width:1920px)and (max-width:2559px){.token-features{padding:240px 60px;max-width:1800px}.token-feature-card{height:380px;padding:50px}.token-feature-icon{width:72px;height:72px;margin-bottom:38px}.token-feature-title{font-size:36px}.token-feature-description{font-size:20px}}@media(max-width:1440px){.token-features{padding:170px 40px}.token-feature-card{height:290px;padding:35px}.token-feature-icon{width:55px;height:55px;margin-bottom:26px}.token-feature-title{font-size:26px}.token-feature-description{font-size:16px}}@media(max-width:1024px){.token-features{padding:120px 30px}.token-feature-card{height:260px;padding:30px}.token-feature-icon{width:50px;height:50px;margin-bottom:22px}.token-feature-title{font-size:24px}.token-feature-description{font-size:15px}}@media(max-width:768px){.token-features{padding:80px 20px}.token-features-grid{grid-template-columns:1fr}.token-feature-card{min-height:200px;height:auto;padding:28px 24px}.token-feature-icon{width:48px;height:48px;margin-bottom:20px}.token-feature-title{font-size:22px}.token-feature-description{font-size:14px}.token-features-corners{display:none}}@media(max-width:480px){.token-features{padding:70px 30px}.token-feature-card{min-height:170px;padding:24px 20px}.token-feature-icon{width:42px;height:42px;margin-bottom:16px}.token-feature-title{font-size:18px}.token-feature-description{font-size:13px}}.hard-facts{position:relative;padding:80px 40px 120px;max-width:1422px;margin:0 auto;width:100%;min-height:857px;display:flex;flex-direction:column;align-items:center}.hard-facts-bg{position:absolute;inset:0;background:url(/images/hard-facts-bg.png) no-repeat center center;background-size:cover;z-index:0;height:857px;mask-image:linear-gradient(to right,transparent 0%,#020014 10%,#020014 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#020014 10%,#020014 90%,transparent 100%)}.hard-facts-bg-mobile,.hard-facts-mobile-center,.hard-facts-bottom-pill .mobile-text{display:none}.hard-facts-bottom-pill .desktop-text{display:inline}.hard-facts-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:38px;line-height:120%;text-align:center;color:#e9e3ff;letter-spacing:.05em;position:absolute;top:30px;left:50%;transform:translate(-50%);z-index:1}.hard-facts-center-image{position:absolute;width:175px;left:30%;height:auto;object-fit:contain;z-index:1;transform:translate(-50%,-50%);animation:floating 3s ease-in-out infinite}@keyframes floating{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}.hard-facts-pills{position:absolute;inset:0;z-index:2;pointer-events:none}.hard-facts-pill{position:absolute;background:linear-gradient(180deg,#0b091dcc,#020014cc) padding-box,linear-gradient(198.05deg,#302d4c 7.17%,#0b091d00 93.42%) border-box;border:1px solid transparent;border-radius:10000px;padding:10px 20px;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transition:transform .3s ease,box-shadow .3s ease;pointer-events:auto;font-size:18px;font-weight:500;line-height:1.4;color:#e9e3ff}.hard-facts-pill:hover{transform:translateY(-2px);box-shadow:0 4px 20px #8a64ff33}.hard-facts-pill span{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;color:#e9e3ff;white-space:nowrap}.hard-facts-pill.pill-1{top:44%;left:23%}.hard-facts-pill.pill-2{top:55%;left:17%}.hard-facts-pill.pill-3{top:66%;left:23%}.hard-facts-pill.pill-4{top:44%;left:60%}.hard-facts-pill.pill-5{top:55%;left:62%}.hard-facts-pill.pill-6{top:66%;left:60%}.hard-facts-bottom-pill{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box;color:#fff;border:24px solid rgba(2,0,20,1);overflow:hidden;border-radius:50px;padding:15px 25px;font-size:18px;line-height:1.4;font-weight:500}.hard-facts-bottom-pill span{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:clamp(14px,1.3vw,18px);line-height:150%;color:#fff}@media(min-width:2560px){.hard-facts{padding:120px 80px 180px;max-width:2200px;min-height:1100px}.hard-facts-bg{height:1100px}.hard-facts-title{font-size:52px;top:45px}.hard-facts-center-image{width:240px}.hard-facts-pill{padding:14px 28px;font-size:24px}.hard-facts-pill span{font-size:24px}.hard-facts-pill.pill-1{left:15%}.hard-facts-pill.pill-2{left:9%}.hard-facts-pill.pill-3{left:15%}.hard-facts-pill.pill-4{left:67%}.hard-facts-pill.pill-5{left:70%}.hard-facts-pill.pill-6{left:67%}.hard-facts-bottom-pill{padding:22px 36px;font-size:24px;border:32px solid rgba(2,0,20,1)}.hard-facts-bottom-pill span{font-size:24px}}@media(min-width:1920px)and (max-width:2559px){.hard-facts{padding:100px 60px 150px;max-width:1800px;min-height:970px}.hard-facts-bg{height:970px}.hard-facts-title{font-size:44px}.hard-facts-center-image{width:200px}.hard-facts-pill{padding:12px 24px;font-size:20px}.hard-facts-pill span{font-size:20px}.hard-facts-pill.pill-1{left:18%}.hard-facts-pill.pill-2{left:12%}.hard-facts-pill.pill-3{left:18%}.hard-facts-pill.pill-4{left:64%}.hard-facts-pill.pill-5{left:67%}.hard-facts-pill.pill-6{left:64%}.hard-facts-bottom-pill{padding:18px 30px;font-size:20px}.hard-facts-bottom-pill span{font-size:20px}}@media(min-width:1200px)and (max-width:1919px){.hard-facts{padding:70px 40px 100px;min-height:780px}.hard-facts-bg{height:780px}.hard-facts-title{font-size:34px;top:25px}.hard-facts-center-image{width:160px}.hard-facts-pill{padding:9px 18px;font-size:16px}.hard-facts-pill span{font-size:16px}.hard-facts-pill.pill-1{left:21%}.hard-facts-pill.pill-2{left:15%}.hard-facts-pill.pill-3{left:21%}.hard-facts-pill.pill-4{left:60%}.hard-facts-pill.pill-5{left:63%}.hard-facts-pill.pill-6{left:60%}.hard-facts-bottom-pill{padding:13px 22px;font-size:16px;border:20px solid rgba(2,0,20,1)}.hard-facts-bottom-pill span{font-size:16px}}@media(min-width:901px)and (max-width:1199px){.hard-facts{padding:60px 30px 90px;min-height:700px}.hard-facts-bg{height:700px}.hard-facts-title{font-size:30px;top:20px}.hard-facts-center-image{width:140px}.hard-facts-pill{padding:8px 16px;font-size:15px}.hard-facts-pill span{font-size:15px}.hard-facts-pill.pill-1{left:19%}.hard-facts-pill.pill-2{left:13%}.hard-facts-pill.pill-3{left:19%}.hard-facts-pill.pill-4{top:44%;left:57%}.hard-facts-pill.pill-5{top:55%;left:60%}.hard-facts-pill.pill-6{top:66%;left:57%}.hard-facts-bottom-pill{padding:12px 20px;font-size:15px;border:18px solid rgba(2,0,20,1)}}@media(max-width:900px){.hard-facts{min-height:auto;padding:50px 20px 70px}.hard-facts-bg{height:100%}.hard-facts-title{position:relative;top:0;left:0;transform:none;margin-bottom:40px;font-size:28px}.hard-facts-center-image{position:relative;left:50%;top:auto;transform:translate(-50%);width:150px;margin:0 auto 30px;animation:none}.hard-facts-pills{position:relative;display:flex;flex-direction:column;gap:14px;align-items:center;margin-top:20px}.hard-facts-pill{position:relative!important;inset:auto!important;padding:14px 24px;font-size:16px;transform:none!important}.hard-facts-pill span{white-space:normal;text-align:center;font-size:16px}.hard-facts-bottom-pill{position:relative;transform:none;margin-top:30px;padding:14px 24px;border:16px solid rgba(2,0,20,1);left:0;font-size:16px}.hard-facts-bottom-pill span{font-size:16px}}@media(max-width:480px){.hard-facts{padding:0 26px;height:480px;overflow:hidden}.hard-facts-bg{display:none}.hard-facts-bg-mobile{display:block;position:absolute;inset:0;background:url(/images/hard-facts-bg-mobile.png) no-repeat center 45%;background-size:auto 75%;z-index:0}.hard-facts-title{position:relative;top:0;left:0;transform:none;font-size:22px;line-height:1.2;font-weight:600;text-transform:uppercase;margin:50px 0}.hard-facts-center-image{display:none}.hard-facts-mobile-center{display:block;position:relative;width:424px;height:320px}.hard-facts-mobile-pills{position:absolute;inset:0;z-index:3;pointer-events:none}.hard-facts-mobile-pill{position:absolute;background:linear-gradient(180deg,#0b091de6,#020014e6) padding-box,linear-gradient(198.05deg,#302d4c 7.17%,#0b091d00 93.42%) border-box;border:1px solid transparent;border-radius:10000px;padding:8px 16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);pointer-events:auto}.hard-facts-mobile-pill span{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;line-height:140%;color:#e9e3ff;white-space:nowrap}.hard-facts-mobile-pill.mobile-pill-1{top:5%;left:6%;transform:rotate(-8deg)}.hard-facts-mobile-pill.mobile-pill-2{top:29%;right:0%;transform:rotate(5deg)}.hard-facts-mobile-pill.mobile-pill-3{bottom:23%;left:5%;transform:rotate(-5deg)}.hard-facts-pills{display:none}.hard-facts-bottom-pill{position:relative;transform:none;left:0;padding:10px 20px;border:0;border-radius:10000px;background:linear-gradient(180deg,#0b091de6,#020014e6) padding-box,linear-gradient(198.05deg,#302d4c 7.17%,#0b091d00 93.42%) border-box;border:1px solid transparent;margin-top:0}.hard-facts-bottom-pill .desktop-text{display:none}.hard-facts-bottom-pill .mobile-text{display:inline;font-size:18px;font-weight:500}.hard-facts-bottom-pill span{font-size:16px}}.token-build-agent{padding:80px 40px;background:#020014;overflow:visible;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif}.token-build-agent-container{max-width:1423px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px;background:#020014;padding:50px 40px;position:relative;overflow:hidden}.token-build-agent-content{flex:1;max-width:600px}.token-build-agent-title{font-family:SF Pro,-apple-system,BlinkMacMacFont,sans-serif;font-weight:600;font-size:46px;line-height:120%;letter-spacing:0%;text-align:left;padding:10px;color:#e9e3ff;filter:drop-shadow(0px 0px 78.4px rgba(117,87,255,.2));margin-bottom:15px}.token-build-agent-description{margin-bottom:24px}.token-description-label{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:500;line-height:160%;color:#a7a2d7;margin-bottom:20px;width:549px;padding:10px}.token-description-quote{font-size:16px;color:#ffffffb3}.token-build-agent-auto{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;letter-spacing:0%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:15px;padding:10px}.token-data-streams{margin-bottom:24px}.token-data-streams-title{font-size:20px;font-weight:600;color:#e9e3ff;margin-bottom:16px}.token-data-streams-tags{display:flex;align-items:center;flex-wrap:wrap;row-gap:8px;column-gap:-1px}.token-data-tag{display:inline-flex;align-items:center;padding:8px 16px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:none;border-radius:50px;font-size:14px;font-weight:500;position:relative;isolation:isolate}.token-data-tag span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.token-data-plus{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:50px;color:#ffffff80;font-size:16px}.token-build-agent-smarter{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:510;font-size:16px;line-height:140%;letter-spacing:0%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.token-build-agent-visual{position:relative;flex:1;display:flex;align-items:center;justify-content:center;max-width:655px}.token-build-agent-image{width:100%;max-width:655px;max-height:420px;height:auto;object-fit:contain}.token-glow-circle{position:absolute;border-radius:50%;background:#5500ff4f;filter:blur(60px);pointer-events:none}.token-glow-circle-1{width:150px;height:150px;top:-30px;left:50px}.token-glow-circle-2{width:100px;height:100px;top:20px;right:30px}.token-glow-circle-3{width:120px;height:120px;top:-50px;left:180px}.token-glow-circle-center{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:#5500ff80;filter:blur(80px)}.token-ellipse-glow{position:absolute;bottom:0;right:0;width:400px;height:auto;z-index:0;pointer-events:none}.token-agent-video{position:relative;width:100%;max-width:450px;height:auto;z-index:1;mix-blend-mode:lighten}@media(min-width:2560px){.token-build-agent{padding:120px 80px}.token-build-agent-container{max-width:2200px;gap:80px;padding:75px 80px}.token-build-agent-content{max-width:850px}.token-build-agent-title{font-size:64px;line-height:125%;margin-bottom:22px}.token-description-label{font-size:24px;width:100%}.token-build-agent-auto{font-size:24px}.token-data-streams-title{font-size:28px;margin-bottom:22px}.token-data-tag{padding:12px 22px;font-size:18px}.token-build-agent-visual{max-width:850px}.token-build-agent-image{max-width:850px;max-height:550px}}@media(min-width:1920px)and (max-width:2559px){.token-build-agent{padding:100px 60px}.token-build-agent-container{max-width:1800px;gap:65px;padding:60px 65px}.token-build-agent-content{max-width:720px}.token-build-agent-title{font-size:52px}.token-description-label{font-size:20px;width:100%}.token-build-agent-auto{font-size:20px}.token-data-streams-title{font-size:24px}.token-data-tag{padding:10px 18px;font-size:16px}.token-build-agent-visual{max-width:720px}.token-build-agent-image{max-width:720px;max-height:480px}}@media(max-width:968px){.token-build-agent-container{flex-direction:column}.token-build-agent-content{max-width:100%}.token-data-streams-tags{justify-content:center}.token-build-agent-title{text-align:left}.token-build-agent-visual{max-width:400px}}@media(max-width:768px){.token-build-agent{padding:60px 20px}.token-build-agent-container{padding:32px 24px;gap:40px}.token-build-agent-title{font-size:28px;margin-bottom:24px}.token-description-label{width:100%;height:auto;font-size:14px}.token-build-agent-auto,.token-build-agent-smarter{font-size:14px}.token-data-streams-title{font-size:18px}.token-data-tag{padding:6px 12px;font-size:12px}.token-build-agent-visual,.token-build-agent-image{max-width:100%;width:100%}.token-agent-video{max-width:280px}.token-glow-circle-1,.token-glow-circle-2,.token-glow-circle-3{display:none}}@media(max-width:700px){.token-build-agent-image{max-width:100%;width:100%;height:auto}}@media(max-width:480px){.token-build-agent{padding:0 26px 40px}.token-build-agent-container{padding:0;border-radius:16px;gap:32px}.token-build-agent-desktop{display:none}.token-build-agent-mobile{display:flex;flex-direction:column;align-items:flex-start;width:100%}.token-build-agent-title-mobile{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:24px;line-height:120%;color:#e9e3ff;margin-bottom:16px;text-transform:uppercase}.token-description-label-mobile{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:150%;color:#a7a2d7;margin-bottom:20px}.token-build-agent-auto-mobile{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:140%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px}.token-data-streams-mobile{display:flex;flex-direction:column;align-items:center;width:100%}.token-data-tags-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:11px;width:100%}.token-data-tags-row .token-data-tag{padding:12px 14px;border-radius:1000px;font-size:15px;margin:0;line-height:1.2;font-weight:600}.token-arrow-connector{width:100%;margin:24px auto 8px;display:flex;justify-content:center}.token-arrow-image{width:100%;max-width:422px;height:auto;object-fit:contain}.token-result-tag-wrapper{display:flex;justify-content:center;width:100%}.token-result-tag{display:inline-flex;align-items:center;padding:12px 24px;background:linear-gradient(117.15deg,#a78dff,#7557ff);border:none;border-radius:50px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:#0e0731}.token-build-agent-visual-wrapper{display:none}.token-data-streams-title{font-size:16px;margin-bottom:12px}.token-data-tag{padding:5px 10px;font-size:11px}.token-data-plus{padding:5px 8px;font-size:12px}.token-build-agent-visual{max-width:100%}.token-build-agent-image{max-width:100%;width:100%}.token-agent-video{max-width:220px}}@media(min-width:481px){.token-build-agent-mobile{display:none}}.roadmap{padding:200px 40px 100px;background:#020014;position:relative;overflow:hidden}.roadmap-container{max-width:1062px;margin:0 auto;position:relative}.roadmap-grid{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-self:center;gap:0}.roadmap-cell{display:flex;align-items:flex-start;justify-content:center;width:340px;height:286px;padding:0}.roadmap-title-cell{align-items:center;justify-content:center;width:382px}.roadmap-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:38px;line-height:120%;text-align:center;color:#e9e3ff}.roadmap-phase-1{z-index:4;width:346px;height:257px}.roadmap-phase-2,.roadmap-phase-3,.roadmap-phase-4,.roadmap-phase-5{z-index:3}.roadmap-empty{pointer-events:none}.roadmap-center-bg{position:relative;width:382px}.roadmap-card-wrapper{position:relative;width:100%;height:100%;padding:12px}.roadmap-card-wrapper:before{content:"";position:absolute;inset:0;padding:1px;background:linear-gradient(180deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.roadmap-card-wrapper:after{content:"";position:absolute;inset:0;padding:1px;border-radius:20px;background:linear-gradient(90deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.roadmap-card{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#0b091c;border-radius:30px}.roadmap-card:before,.roadmap-card:after{display:none}.corner-dot{position:absolute;width:9px;height:9px;background:#1b1932;border-radius:50%;z-index:5}.corner-dot-tl{top:-5px;left:-5px;background:#1b1932}.corner-dot-tr{width:9px;height:9px;top:-5px;right:-5px}.corner-dot-bl{bottom:-5px;left:-5px;width:9px;height:9px;background:#1b1932}.corner-dot-br{bottom:-5px;right:-5px}.roadmap-card-active-wrapper{margin-top:16px;margin-bottom:12px;position:relative;padding:12px;border-radius:30px;width:100%;height:100%}.roadmap-card-active-wrapper:before{content:"";position:absolute;inset:0;padding:2px;border-radius:30px;background:linear-gradient(180deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.roadmap-card-active-wrapper:after{content:"";position:absolute;inset:0;padding:2px;border-radius:28px;background:linear-gradient(90deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.roadmap-card-active-wrapper .corner-dot{width:19px!important;height:19px!important;background:#1b1932;border:none}.roadmap-card-active-wrapper .corner-dot-tl{top:-10px;left:-10px}.roadmap-card-active-wrapper .corner-dot-tr{top:-10px;right:-10px}.roadmap-card-active-wrapper .corner-dot-bl{bottom:-10px;left:-10px}.roadmap-card-active-wrapper .corner-dot-br{bottom:-10px;right:-10px}.roadmap-card-bg{position:absolute;inset:0;z-index:0}.roadmap-card-active{position:relative;background:transparent;border-radius:20px;width:100%;height:100%;padding:19px 30px;overflow:hidden;display:flex;flex-direction:column;text-align:center}.roadmap-card-active:before{display:block;content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(180deg,#8c6eff80,#6450b466 25% 75%,#8c6eff80);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.roadmap-card-active:after{display:none}.roadmap-card-bg-active{background:linear-gradient(135deg,#825fff,#3203fe);border-radius:20px;border:1px solid rgba(140,110,255,.4);box-shadow:0 0 100px 20px #6446ff40,0 0 60px 10px #7557ff4d,inset 0 1px #ffffff26}.roadmap-card-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%}.roadmap-phase-badge{display:inline-flex;align-items:center;padding:8px 15px;background:#281e5099;border:none;border-radius:1000px;font-size:12px;font-weight:600;position:relative;isolation:isolate;margin-bottom:16px}.roadmap-phase-badge span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.roadmap-card-active .roadmap-phase-badge.roadmap-phase-badge-active{background:#311f7b;padding:8px 20px}.roadmap-card-active .roadmap-phase-badge.roadmap-phase-badge-active span{background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1)}.roadmap-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:28px;line-height:120%;color:#e9e3ff;margin:0 0 10px}.roadmap-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0px;width:100%}.roadmap-card-list li{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;line-height:160%;color:#706d8b}.roadmap-card-list li:before{content:"• ";font-weight:500;font-size:14px;line-height:160%;color:#706d8b}.roadmap-card-active .roadmap-card-list li{color:#b6b2de}.roadmap-card-active .roadmap-card-list li:before{color:#b6b2de}@media(min-width:2560px){.roadmap{padding:280px 80px 150px}.roadmap-container{max-width:1500px}.roadmap-cell{width:460px;height:380px}.roadmap-title-cell{width:520px}.roadmap-title{font-size:52px}.roadmap-phase-1{width:470px;height:350px}.roadmap-phase-badge{padding:12px 22px;font-size:16px;margin-bottom:22px}.roadmap-card-title{font-size:36px;margin-bottom:14px}.roadmap-card-list li{font-size:18px}}@media(min-width:1920px)and (max-width:2559px){.roadmap{padding:240px 60px 130px}.roadmap-container{max-width:1280px}.roadmap-cell{width:400px;height:330px}.roadmap-title-cell{width:450px}.roadmap-title{font-size:44px}.roadmap-phase-1{width:410px;height:300px}.roadmap-card-title{font-size:32px}.roadmap-card-list li{font-size:16px}}@media(max-width:1440px){.roadmap{padding:170px 40px 90px}.roadmap-cell{width:310px;height:260px}.roadmap-title-cell{width:350px}.roadmap-title{font-size:34px}.roadmap-phase-1{width:320px;height:235px}.roadmap-phase-badge{padding:7px 13px;font-size:11px}.roadmap-card-title{font-size:24px}.roadmap-card-list li{font-size:13px}}@media(max-width:1024px){.roadmap{padding:120px 30px 70px}.roadmap-cell{width:280px;height:240px}.roadmap-title-cell{width:320px}.roadmap-title{font-size:30px}.roadmap-phase-1{width:290px;height:215px}.roadmap-card-title{font-size:22px}.roadmap-card-list li{font-size:12px}}@media(max-width:968px){.roadmap{padding:80px 20px 60px}.roadmap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.roadmap-title-cell{grid-column:1 / 3;grid-row:1;width:100%}.roadmap-phase-1{grid-column:1 / 3;grid-row:2;width:100%;height:auto}.roadmap-cell{width:100%;height:auto}.roadmap-phase-2{grid-column:1;grid-row:3}.roadmap-phase-3{grid-column:2;grid-row:3}.roadmap-phase-4{grid-column:1;grid-row:4}.roadmap-phase-5{grid-column:2;grid-row:4}.roadmap-empty,.roadmap-center-bg,.roadmap-lines,.corner-dot{display:none}.roadmap-card{padding:22px}.roadmap-card-title{font-size:20px}.roadmap-card-list li{font-size:13px}}@media(max-width:640px){.roadmap{padding:55px 20px}.roadmap-grid{grid-template-columns:1fr}.roadmap-title-cell{grid-column:1;grid-row:1}.roadmap-phase-1{grid-column:1;grid-row:2}.roadmap-phase-2{grid-column:1;grid-row:3}.roadmap-phase-3{grid-column:1;grid-row:4}.roadmap-phase-4{grid-column:1;grid-row:5}.roadmap-phase-5{grid-column:1;grid-row:6}.roadmap-title{font-size:24px}.roadmap-card{min-height:auto;padding:22px}.roadmap-card-active{min-height:auto}.roadmap-card-active-wrapper{max-width:100%;padding:14px}.roadmap-card-wrapper{padding:10px}.roadmap-card-title{font-size:18px}.roadmap-card-list li{font-size:12px}}@media(max-width:480px){.roadmap{padding:80px 26px}.roadmap-desktop{display:none}.roadmap-mobile{display:flex;flex-direction:column}.roadmap-mobile-header{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;line-height:1.2;font-weight:600;text-align:left;color:#e9e3ff;margin-bottom:39px;text-transform:uppercase}.roadmap-mobile-phases{display:flex;flex-direction:column;position:relative;padding-left:40px}.roadmap-mobile-phases:before{content:"";position:absolute;left:30px;top:0;bottom:25px;width:2px;background:#ffffff19;z-index:0}.roadmap-mobile-phase{display:flex;flex-direction:column;position:relative}.roadmap-mobile-timeline{display:none}.roadmap-mobile-dot{position:absolute;left:-15px;top:25px;width:12px;height:12px;border-radius:50%;background:#020014;flex-shrink:0;z-index:10}.roadmap-mobile-phase .roadmap-mobile-dot{background:#fff;border-color:#6450b4cc;box-shadow:0 0 12px #825dff80}.roadmap-mobile-line{display:none}.roadmap-mobile-content{flex:1;padding-bottom:54px;margin-left:32px}.roadmap-mobile-phase-last .roadmap-mobile-content{padding-bottom:0}.roadmap-mobile-badge{display:inline-flex;align-items:center;padding:6px 11px;background:#311f7b;border-radius:1000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:8.73px;font-weight:600;color:#a78dff;margin-bottom:14px;width:fit-content}.roadmap-mobile-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:24px;line-height:17px;color:#e9e3ff;margin:0 0 14px}.roadmap-mobile-image-wrapper{width:100%;margin-bottom:16px;border-radius:16px;overflow:hidden}.roadmap-mobile-image{width:100%;height:111px;display:block;border-radius:16px}.roadmap-mobile-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;line-height:160%;color:#767580;margin:0}.roadmap-mobile-expanded{display:flex;flex-direction:column;max-height:0;overflow:visible;opacity:0;visibility:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,visibility .4s ease;position:relative;z-index:5}.roadmap-mobile-expanded.expanded{max-height:2000px;opacity:1;visibility:visible}.roadmap-mobile-expanded .roadmap-mobile-dot{z-index:10}.roadmap-mobile-expanded:not(.expanded) .roadmap-mobile-phase{transform:translateY(-20px);opacity:0}.roadmap-mobile-expanded.expanded .roadmap-mobile-phase{transform:translateY(0);opacity:1;transition:transform .4s ease,opacity .4s ease}.roadmap-mobile-expanded .roadmap-mobile-phase:first-child .roadmap-mobile-content{padding-top:0}.roadmap-mobile-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:335.5px;height:51px;max-width:calc(100% - 48px);margin:39px auto 0;padding:0;position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:600;line-height:100%;letter-spacing:0%;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 20px #825dff4d;overflow:hidden}.roadmap-mobile-toggle .toggle-text{background:linear-gradient(180deg,#fff,#d4c8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.roadmap-mobile-toggle:hover{transform:scale(1.02);box-shadow:0 6px 25px #825dff66}.roadmap-mobile-toggle:active{transform:scale(.97);box-shadow:0 2px 15px #825dff4d}.roadmap-mobile-toggle .accordion-chevron{color:#fff;transition:transform .4s cubic-bezier(.4,0,.2,1);width:30px}.roadmap-mobile-toggle .accordion-chevron.expanded{transform:rotate(180deg)}.roadmap-title,.roadmap-grid{display:none}}@media(min-width:481px){.roadmap-mobile{display:none}}.security-features{padding:100px 40px 120px;max-width:1422px;margin:0 auto;width:100%}.security-features-title,.security-features-header,.security-features-swipe-btn{display:none}.security-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.security-card{position:relative;background:linear-gradient(180deg,#0b091d,#020014) 100%;border-radius:30px;padding:35px 25px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:280px;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.security-card:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.security-card:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}.security-card-image-wrapper{width:100%;height:137px;display:flex;align-items:center;justify-content:center;margin-bottom:34px}.security-card-image{max-width:100%;max-height:100%;object-fit:contain}.security-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:30px;line-height:120%;color:#e9e3ff;margin:0 0 15px;white-space:pre-line}.glow-circle{position:absolute;border-radius:999px;pointer-events:none;filter:blur(32px);opacity:.9;z-index:0}.glow-circle-1{width:180px;height:180px;left:50%;top:48px;transform:translate(-50%);background:radial-gradient(circle at 30% 30%,rgba(117,87,255,.55) 0%,rgba(117,87,255,.18) 30%,rgba(76,0,255,.06) 60%,transparent 100%)}.security-card-image-wrapper,.security-card-title,.security-card-description{position:relative;z-index:2}.security-card-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:160%;color:#706d8b;margin:0;white-space:pre-line}@media(min-width:2560px){.security-features{padding:150px 80px 180px;max-width:2200px}.security-features-grid{gap:20px}.security-card{padding:50px 35px;min-height:380px;border-radius:40px}.security-card:before{border-radius:40px}.security-card-image-wrapper{height:180px;margin-bottom:45px}.security-card-title{font-size:40px;margin-bottom:22px}.security-card-description{font-size:22px}}@media(min-width:1920px)and (max-width:2559px){.security-features{padding:130px 60px 150px;max-width:1800px}.security-features-grid{gap:16px}.security-card{padding:42px 30px;min-height:330px}.security-card-image-wrapper{height:155px;margin-bottom:40px}.security-card-title{font-size:34px}.security-card-description{font-size:18px}}@media(max-width:1200px){.security-features{padding:100px 32px}.security-features-grid{gap:20px}.security-card{padding:28px;min-height:260px}.security-card-image-wrapper{height:120px;margin-bottom:20px}.security-card-title{font-size:22px}}@media(max-width:1024px){.security-features{padding:80px 24px}.security-features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.security-card{padding:24px;min-height:240px}.security-card-image-wrapper{height:110px;margin-bottom:16px}.security-card-title{font-size:20px;margin-bottom:10px}.security-card-description{font-size:13px}}@media(max-width:600px){.security-features{padding:60px 16px}.security-features-grid{grid-template-columns:1fr;gap:16px}.security-card{min-height:auto;padding:20px}.security-card-image-wrapper{height:100px;margin-bottom:16px}.security-card-title{font-size:18px;margin-bottom:8px}.security-card-description{font-size:12px}}@media(max-width:480px){.security-features{padding:40px 0 60px;background:transparent;overflow:visible;max-width:none;width:100vw;margin:0;position:relative}.security-features-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-bottom:12px}.security-features-title{display:block!important;margin:0;font-size:24px;line-height:1.2;font-weight:600;text-align:left}.security-features-swipe-btn{display:block!important;background:transparent;border:none;color:#ffffff4d;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;line-height:1.2;padding:0;animation:whyTokenPulse 2s ease-in-out infinite}.security-features-scroll-container{margin-top:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%}.security-features-scroll-container::-webkit-scrollbar{display:none}.security-features-grid{display:flex!important;flex-direction:row!important;gap:16px;padding:20px 0 20px 24px;margin:0;min-width:max-content}.security-card{width:328px;min-width:328px;max-width:328px;height:328px;min-height:328px;flex-shrink:0;padding:14px 24px;border-radius:30px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.security-card:before{border-radius:30px;padding:1.5px}.security-card:last-child{margin-right:24px}.security-card-icons{display:none!important}.security-icon-box{width:60px;height:60px;background:linear-gradient(180deg,#0b091de6,#020014e6);border:1px solid rgba(130,93,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.security-icon-box-center{width:80px;height:80px;border-radius:16px;background:linear-gradient(180deg,#825dff26,#2e00ff14);border:1px solid rgba(130,93,255,.3)}.security-small-icon{width:32px;height:32px;object-fit:contain;opacity:.8}.security-icon-box-center .security-small-icon{width:44px;height:44px;opacity:1}.security-card-image-wrapper{height:110px;margin-bottom:18px}.security-card-title{font-size:30px;font-weight:700;line-height:120%;margin-bottom:0;white-space:pre-line;text-align:center}.security-card-description{font-size:16px;font-weight:500;line-height:160%;text-align:center;color:#706d8b;white-space:pre-line}.security-features-indicators{display:none;justify-content:center;align-items:center;gap:8px;padding:0 24px}.security-indicator{width:8px;height:8px;border-radius:50%;background:#825dff4d;transition:all .3s ease}.security-indicator.active{width:24px;border-radius:4px;background:#825dffcc}@keyframes securityPulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.glow-circle-1{display:none}}@media(min-width:481px){.security-card-icons,.security-features-indicators{display:none!important}}.token-utility{padding:120px 40px;max-width:1422px;margin:0 auto;width:100%}.token-utility-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:48px;line-height:100%;text-align:center;color:#e9e3ff;margin-bottom:60px;letter-spacing:.05em}.token-utility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:70px}.utility-card{position:relative;background:url(/images/utility-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;padding:40px 10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;min-height:220px;height:366px;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.utility-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(180deg,#8b5cf699,#3c37644d,#28235033);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.utility-card-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:60%;background:radial-gradient(ellipse at center top,rgba(139,92,246,.15) 0%,transparent 70%);pointer-events:none}.utility-card-image-wrapper{width:100%;height:118px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;position:relative;z-index:1}.utility-card-image{max-width:100%;max-height:100%;object-fit:contain}.utility-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:28px;line-height:120%;color:#e9e3ff;text-shadow:0px 0px 46px rgba(233,227,255,.25);margin:0 0 15px;position:relative;z-index:1}.utility-card-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;color:#706d8b;margin:0;position:relative;z-index:1}.token-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:100px}.token-info-card{position:relative;background:linear-gradient(180deg,#0b091d,#020014) 100%;border-radius:16px;padding:28px;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.token-info-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.token-info-card:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}.token-info-card-active{position:relative;border-radius:20px;padding:28px;background:linear-gradient(135deg,#8b5cf6 6%,#6d28d9 45%,#4623f6);color:#fff;box-shadow:0 0 78.4px #7557ff33;border:1px solid rgba(117,87,255,.12);overflow:hidden}.token-info-card-active:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1.5px;background:linear-gradient(180deg,#825dff38,#2e00ff24);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.token-info-card-active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:70%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent)}.token-info-card-active .token-info-tag{color:#a5a0c0;-webkit-text-fill-color:#a5a0c0}.token-info-card-active .token-info-tag.token-info-tag-light{color:#352c57;-webkit-text-fill-color:#352c57}.token-info-card-active .token-info-description{color:#e9e3ff}.token-info-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.token-info-number{width:50px;height:50px;background:#15132b;border-radius:15px;display:flex;align-items:center;justify-content:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:20px;color:#e9e3ff2e;line-height:140%}.token-info-number.active{background:#e4ddff;color:#000}.token-info-label{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;color:#e9e3ff;font-weight:500;font-size:16px;line-height:140%}.token-info-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;color:#706d8b;line-height:140%;margin:0 0 16px}.token-info-tags{display:flex;flex-wrap:wrap;gap:7px}.token-info-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;position:relative;border:1px solid rgba(60,55,100,.4);border-radius:10000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:140%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.token-info-tag:after{content:"";position:absolute;inset:0;border-radius:10000px;background:#7557ff14;z-index:-1}.token-info-tag-light{background:#fff;border:1px solid #fff;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;color:#352c57;font-size:16px;font-weight:500;line-height:140%;-webkit-text-fill-color:#352c57}.tag-star{color:#8b5cf6;font-size:10px}.token-info-tag-light .tag-star{color:#6d28d9}.tokenomics-section{position:relative;padding:80px 0}.tokenomics-full-image{width:100%;height:auto;display:block}.tokenomics-container{display:flex;justify-content:center;align-items:center;gap:60px;position:relative}.tokenomics-side{display:flex;flex-direction:column;gap:50px;min-width:220px}.tokenomics-item{display:flex;align-items:center;gap:12px;position:relative}.tokenomics-item-right{justify-content:flex-start}.tokenomics-label{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;color:#e9e3ff}.tokenomics-percentage{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-radius:20px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:12px;color:#fff}.tokenomics-line{width:50px;height:1px;border-top:1px dashed rgba(139,92,246,.4)}.tokenomics-center{position:relative;display:flex;align-items:center;justify-content:center}.tokenomics-watermark{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:40px;background:linear-gradient(180deg,#8b5cf626,#8b5cf60d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em;white-space:nowrap}.tokenomics-chart{width:320px;height:320px;display:flex;align-items:center;justify-content:center}.tokenomics-chart-image{width:100%;height:100%;object-fit:contain}.tokenomics-tags-box{background:linear-gradient(180deg,#4f46e54d,#2d287833);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;margin-top:30px;position:relative}.tokenomics-tags-box:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(180deg,#8b5cf680,#4f46e533);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.tokenomics-tags-row{display:flex;flex-wrap:wrap;gap:8px}.tokenomics-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffffe6;border-radius:16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:11px;color:#2d2a40}.token-utility-mobile-header,.token-utility-scroll-container,.token-utility-dots,.mobile-accordion-toggle,.mobile-accordion-toggle.token-use-toggle{display:none}@media(min-width:2560px){.token-utility{padding:180px 80px;max-width:2200px}.token-utility-title{font-size:64px;margin-bottom:85px}.token-utility-grid{gap:16px;margin-bottom:100px}.utility-card{padding:55px 16px;min-height:280px;height:480px;border-radius:22px}.utility-card-image-wrapper{height:160px;margin-bottom:45px}.utility-card-title{font-size:38px;margin-bottom:22px}.utility-card-description{font-size:24px}.token-info-cards{gap:32px;margin-bottom:140px}.token-info-card{padding:40px;border-radius:22px}.token-info-number{width:65px;height:65px;font-size:26px;border-radius:20px}.token-info-label{font-size:22px}.token-info-description{font-size:20px}.token-info-tag{padding:10px 18px;font-size:20px}}@media(min-width:1920px)and (max-width:2559px){.token-utility{padding:150px 60px;max-width:1800px}.token-utility-title{font-size:54px;margin-bottom:72px}.token-utility-grid{margin-bottom:85px}.utility-card{height:420px}.utility-card-image-wrapper{height:135px;margin-bottom:38px}.utility-card-title{font-size:32px}.utility-card-description{font-size:20px}.token-info-cards{margin-bottom:120px}.token-info-card{padding:34px}.token-info-number{width:58px;height:58px;font-size:22px}.token-info-label,.token-info-description,.token-info-tag{font-size:18px}}@media(max-width:1200px){.token-utility{padding:100px 32px}.token-utility-title{font-size:40px;margin-bottom:50px}.token-utility-grid{gap:9px;margin-bottom:50px}.utility-card{padding:20px;min-height:200px}.utility-card-image-wrapper{height:70px}.utility-card-title{font-size:20px}.token-info-cards{gap:20px;margin-bottom:80px}.tokenomics-container{gap:40px}.tokenomics-side{min-width:180px;gap:40px}.tokenomics-chart{width:280px;height:280px}.tokenomics-watermark{font-size:32px}}@media(max-width:1024px){.token-utility{padding:80px 24px}.token-utility-title{font-size:36px;margin-bottom:40px}.token-utility-grid{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:40px}.utility-card{padding:20px;min-height:180px;height:auto}.utility-card-image-wrapper{height:60px;margin-bottom:12px}.utility-card-title{font-size:18px;margin-bottom:8px}.utility-card-description{font-size:12px}.token-info-cards{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.token-info-card{padding:24px}.token-info-number{width:44px;height:44px;font-size:18px}.token-info-label{font-size:15px}.token-info-description{font-size:14px}.token-info-tag{font-size:14px;padding:6px 10px}.tokenomics-container{flex-direction:column;gap:30px}.tokenomics-side{flex-direction:row;flex-wrap:wrap;justify-content:center;min-width:unset;gap:20px}.tokenomics-item{flex-direction:column;text-align:center}.tokenomics-item-right{justify-content:center}.tokenomics-line{display:none}.tokenomics-chart{width:240px;height:240px}.tokenomics-watermark{font-size:28px}.tokenomics-section{padding:60px 0}}@media(max-width:768px){.token-utility{padding:60px 20px}.token-utility-title{font-size:28px;margin-bottom:32px}.token-utility-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:32px}.utility-card{padding:16px 12px;min-height:160px;border-radius:12px}.utility-card:before{border-radius:12px}.utility-card-image-wrapper{height:50px;margin-bottom:10px}.utility-card-title{font-size:16px;margin-bottom:6px}.utility-card-description{font-size:11px}.token-info-cards{gap:12px;margin-bottom:50px}.token-info-card,.token-info-card-active{padding:20px;border-radius:14px}.token-info-card:before,.token-info-card-active:before{border-radius:14px}.token-info-header{gap:10px;margin-bottom:12px}.token-info-number{width:40px;height:40px;font-size:16px;border-radius:12px}.token-info-label{font-size:14px}.token-info-description{font-size:13px;margin-bottom:12px}.token-info-tags{gap:6px}.token-info-tag{font-size:12px;padding:5px 10px;gap:5px}.tokenomics-section{padding:50px 0}.tokenomics-container{gap:24px}.tokenomics-side{gap:16px}.tokenomics-label{font-size:14px}.tokenomics-percentage{font-size:11px;padding:5px 12px}.tokenomics-chart{width:200px;height:200px}.tokenomics-watermark{font-size:24px}.tokenomics-tags-box{padding:12px;gap:6px;margin-top:24px}.tokenomics-tags-row{gap:6px}.tokenomics-tag{font-size:10px;padding:5px 10px}}@media(max-width:480px){.token-utility{padding:40px 0 30px;max-width:none;width:100vw;overflow:visible}.token-utility-mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:0 24px}.token-utility-title.mobile-title{display:block!important;margin:0;font-size:24px;line-height:1.2;font-weight:600;text-align:left}.utility-card-title{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:0;padding-top:10px}.utility-card-description{font-size:18px;line-height:1.4;padding-bottom:10px;font-weight:500}.token-utility-title.desktop-title{display:none}.swipe-indicator{display:block!important;background:transparent;border:none;color:#ffffff4d;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;line-height:1.2;padding:0;animation:whyTokenPulse 2s ease-in-out infinite}.mobile-accordion-toggle.token-use-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:335.5px;height:51px;max-width:calc(100% - 48px);margin:16px auto 0;padding:0;position:relative;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%);border:none;border-radius:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:600;line-height:100%;letter-spacing:0%;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 20px #825dff4d;overflow:hidden}.mobile-accordion-toggle.token-use-toggle .toggle-text{background:linear-gradient(180deg,#fff,#d4c8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-accordion-toggle.token-use-toggle:hover{transform:scale(1.02);box-shadow:0 6px 25px #825dff66}.mobile-accordion-toggle.token-use-toggle:active{transform:scale(.97);box-shadow:0 2px 15px #825dff4d}.mobile-accordion-toggle.token-use-toggle .accordion-chevron{color:#fff;transition:transform .4s cubic-bezier(.4,0,.2,1);width:30px}.mobile-accordion-toggle.token-use-toggle .accordion-chevron.expanded{transform:rotate(180deg)}.token-utility-grid.desktop-grid{display:none}.token-utility-scroll-container{display:block;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%;max-width:none}.token-utility-scroll-container::-webkit-scrollbar{display:none}.token-utility-slider-grid{display:flex;flex-direction:row;gap:40px;padding:20px 0 20px 24px;margin:0;min-width:max-content}.utility-slide-card{position:relative;width:328px;min-width:328px;max-width:328px;height:328px;flex-shrink:0;background:url(/images/utility-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:15px;padding:25px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;overflow:hidden}.utility-slide-card:before{content:"";position:absolute;inset:0;border-radius:15px;padding:1px;background:linear-gradient(180deg,#8b5cf699,#3c37644d,#28235033);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.utility-slide-card:last-child{margin-right:24px}.utility-slide-card .utility-card-image-wrapper{height:118px;width:118px;margin-bottom:12px}.token-info-cards{display:none;padding:0 24px;opacity:0;transform:translateY(-20px)}.token-info-cards.mobile-expanded{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px;margin-bottom:50px;animation:smoothSlideDown .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes smoothSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.token-info-cards.mobile-expanded .token-info-card,.token-info-cards.mobile-expanded .token-info-card-active{opacity:0;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) forwards}.token-info-cards.mobile-expanded>*:nth-child(1){animation-delay:.1s}.token-info-cards.mobile-expanded>*:nth-child(2){animation-delay:.2s}.token-info-cards.mobile-expanded>*:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}}.why-ai-sector{padding:120px 40px;max-width:1432px;margin:0 auto;width:100%}.why-ai-sector-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:48px;line-height:100%;text-align:center;color:#e9e3ff;margin-bottom:60px;letter-spacing:.05em}.why-ai-content{opacity:1}.why-ai-main-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.why-ai-main-card{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:30px;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease;width:100%;height:649px;border:none;display:flex;align-items:flex-start;justify-content:flex-start}.why-ai-main-card:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.why-ai-main-card:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:0px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent);box-shadow:0 649px #8b5cf680;z-index:1}.why-ai-card-overlay{position:absolute;top:0;left:0;right:0;padding:70px 50px 0;background:linear-gradient(180deg,#020014f2,#0b091dd9 70%,#0b091d00);display:flex;flex-direction:column;gap:4px}.why-ai-card-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:38px;line-height:1;color:#e9e3ff;margin:0}.why-ai-card-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;max-width:594px;font-weight:500;font-size:18px;line-height:1.4;color:#706d8b;margin:0;padding:10px 0;white-space:pre-line}.why-ai-bottom-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.why-ai-bottom-card{display:flex;align-items:center;gap:20px;position:relative;background:linear-gradient(180deg,#0b091d,#020014);border-radius:30px;padding:50px;border:none;transition:transform .2s ease,box-shadow .2s ease}.why-ai-bottom-card:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.why-ai-bottom-card:hover{transform:translateY(-2px)}.why-ai-check-icon{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 48.9px #8065ff66;border-radius:50%}.why-ai-check-icon img{width:100%;height:100%;object-fit:contain}.why-ai-bottom-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:24px;line-height:1.3;color:#e9e3ff;margin:0}@media(min-width:2560px){.why-ai-sector{padding:180px 80px;max-width:2200px}.why-ai-sector-title{font-size:72px;margin-bottom:100px}.why-ai-main-cards{gap:40px;margin-bottom:40px}.why-ai-main-card{height:900px;border-radius:30px}.why-ai-card-overlay{padding:70px 50px 0;gap:24px}.why-ai-card-title{font-size:48px}.why-ai-card-description{font-size:24px}.why-ai-bottom-cards{gap:40px}.why-ai-bottom-card{padding:70px;border-radius:40px;gap:30px}.why-ai-check-icon{width:100px;height:100px}.why-ai-bottom-text{font-size:36px}}@media(min-width:1920px)and (max-width:2559px){.why-ai-sector{padding:150px 60px;max-width:1800px}.why-ai-sector-title{font-size:60px;margin-bottom:80px}.why-ai-main-cards{gap:32px;margin-bottom:32px}.why-ai-main-card{height:750px;border-radius:30px}.why-ai-card-overlay{padding:70px 50px 0;gap:20px}.why-ai-card-title{font-size:42px;line-height:1.1}.why-ai-card-description{font-size:20px;line-height:1.4}.why-ai-bottom-cards{gap:32px}.why-ai-bottom-card{padding:60px;gap:24px}.why-ai-check-icon{width:85px;height:85px}.why-ai-bottom-text{font-size:30px}}@media(max-width:1919px)and (min-width:1200px){.why-ai-main-card{height:649px}.why-ai-card-overlay{padding:70px 50px 0}.why-ai-card-title{font-size:36px;line-height:1.1}.why-ai-card-description{font-size:18px;line-height:1.4}}@media(max-width:1199px)and (min-width:1024px){.why-ai-sector{padding:100px 32px}.why-ai-sector-title{font-size:42px;margin-bottom:50px}.why-ai-main-cards{gap:20px;margin-bottom:20px}.why-ai-main-card{height:550px;border-radius:25px}.why-ai-card-overlay{padding:32px;gap:12px}.why-ai-card-title{font-size:30px;line-height:1.2}.why-ai-card-description{font-size:16px;line-height:1.4;max-width:100%}.why-ai-bottom-cards{gap:20px}.why-ai-bottom-card{padding:40px;gap:16px;border-radius:25px}.why-ai-check-icon{width:60px;height:60px}.why-ai-bottom-text{font-size:20px}}@media(max-width:1023px)and (min-width:768px){.why-ai-sector{padding:80px 24px}.why-ai-sector-title{font-size:36px;margin-bottom:40px}.why-ai-main-cards{grid-template-columns:1fr;gap:20px;margin-bottom:20px}.why-ai-main-card{margin:0 auto;max-width:664px;border-radius:25px}.why-ai-card-overlay{padding:32px;gap:12px}.why-ai-card-title{font-size:32px;line-height:1.2}.why-ai-card-description{font-size:17px;line-height:1.4;max-width:100%}.why-ai-bottom-cards{grid-template-columns:1fr;gap:16px}.why-ai-bottom-card{padding:32px;gap:16px;border-radius:20px}.why-ai-check-icon{width:50px;height:50px}.why-ai-bottom-text{font-size:18px}}@media(max-width:767px)and (min-width:600px){.why-ai-sector{padding:60px 20px}.why-ai-sector-title{font-size:32px;margin-bottom:32px}.why-ai-main-cards{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.why-ai-main-card{border-radius:20px}.why-ai-card-overlay{padding:28px;gap:10px}.why-ai-card-title{font-size:28px;line-height:1.2}.why-ai-card-description{font-size:16px;line-height:1.4;max-width:100%}.why-ai-bottom-cards{grid-template-columns:1fr;gap:16px}.why-ai-bottom-card{padding:28px;gap:14px;border-radius:20px}.why-ai-check-icon{width:45px;height:45px}.why-ai-bottom-text{font-size:16px}}@media(max-width:599px){.why-ai-sector{padding:50px 16px}.why-ai-sector-title{font-size:28px;margin-bottom:28px}.why-ai-main-cards{grid-template-columns:1fr;gap:24px;margin-bottom:16px}.why-ai-main-card{border-radius:20px;height:413px}.why-ai-card-overlay{padding:24px;gap:8px}.why-ai-card-title{font-size:28px}.why-ai-card-description{font-size:16px}.why-ai-bottom-cards{grid-template-columns:1fr;gap:12px}.why-ai-bottom-card{padding:24px;gap:12px;border-radius:20px}.why-ai-check-icon{width:40px;height:40px}.why-ai-bottom-text{font-size:15px}}@media(max-width:480px){.why-ai-sector{padding:40px 26px}.why-ai-sector-title{font-size:31px;margin-bottom:36px}.why-ai-main-card{border-radius:16px}.why-ai-main-card:before{border-radius:16px}.why-ai-card-overlay{padding:44px 27px;gap:8px}.why-ai-card-title{font-size:31px;line-height:1}.why-ai-card-description{font-size:16px;line-height:1.4;max-width:100%;display:none}.why-ai-bottom-card{padding:20px;gap:10px;border-radius:16px}.why-ai-bottom-card:before{border-radius:16px}.why-ai-check-icon{width:36px;height:36px}.why-ai-bottom-text{font-size:14px}}.airdrop-announcement{position:relative;padding:0 40px 160px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;background-image:url(/images/airdrop-giveaway.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.airdrop-bg-effects{position:absolute;inset:0;pointer-events:none;overflow:hidden}.airdrop-spotlight{position:absolute;bottom:0;width:400px;height:600px;opacity:.6}.airdrop-spotlight-left{left:5%;background:linear-gradient(to top,rgba(79,70,229,.5) 0%,rgba(139,92,246,.2) 30%,transparent 70%);transform:skew(-15deg)}.airdrop-spotlight-right{right:5%;background:linear-gradient(to top,rgba(79,70,229,.5) 0%,rgba(139,92,246,.2) 30%,transparent 70%);transform:skew(15deg)}.airdrop-spotlight-center{left:50%;transform:translate(-50%);width:200px;background:linear-gradient(to top,rgba(236,72,153,.4) 0%,rgba(139,92,246,.1) 40%,transparent 60%)}.airdrop-dots{position:absolute;width:250px;height:350px;background-image:radial-gradient(rgba(139,92,246,.3) 1px,transparent 1px);background-size:8px 8px}.airdrop-dots-left{left:10%;top:30%}.airdrop-dots-right{right:10%;top:30%}.airdrop-image-container{width:100%;max-width:700px;height:380px;margin-bottom:40px;z-index:1;position:relative}.airdrop-image{max-width:608px;max-height:594px;width:100%;height:auto;object-fit:contain;z-index:5;position:relative;animation:fadeInUp .8s ease-out;border-radius:25%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.airdrop-main-image{width:100%;height:100%;object-fit:contain}.airdrop-token-button{background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:25px;padding:16px 48px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;cursor:default;margin-bottom:20px;transition:all .3s ease;z-index:1;position:relative;pointer-events:none;box-shadow:0 0 8px #7557ff4d}.airdrop-token-button:hover{transform:none;box-shadow:0 0 25px #5b5bd699,0 0 50px #7c5cff66,0 4px 24px #5b5bd680,inset 0 1px #ffffff1a}.airdrop-title{display:flex;align-items:center;justify-content:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:46px;line-height:1.2;color:#e9e3ff;z-index:1;position:relative;letter-spacing:.02em}.airdrop-title p{padding:10px}.airdrop-emoji-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:47px;height:47px;border-radius:50%;background:transparent}.airdrop-emoji-wrapper:before{content:"";position:absolute;inset:0;border-radius:50%;padding:2px;background:linear-gradient(180deg,#7864a099,#5046784d,#3228501a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.airdrop-emoji{width:20px;height:20px;position:relative;z-index:2}.airdrop-emoji:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,#fbba08,#fbba08a1 40%,#fbba0800 70%);box-shadow:0 0 3.1rem #fbba08,0 0 .875rem #fbba08a1;z-index:-1}.airdrop-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:140%;color:#706d8b;z-index:1;position:relative;padding:10px}.airdrop-categories{display:flex;flex-direction:column;align-items:center;row-gap:25px;column-gap:10px;margin-bottom:20px;z-index:100;position:relative;padding:20px;border-radius:16px;max-width:90%;margin-top:40px}.airdrop-categories-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:660px}.airdrop-category-tag{position:relative;display:inline-flex;align-items:center;gap:10px;padding:15px;border-radius:1000px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:18px;line-height:1.2;transition:all .3s ease;border:none;z-index:101}.airdrop-category-tag:before{content:"";position:absolute;inset:0;border-radius:50px;padding:1.5px;background:linear-gradient(180deg,#8b5cf6b3,#5846b466,#3c327833);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.airdrop-category-tag:after{content:"";position:absolute;inset:0;border-radius:50px;background:linear-gradient(to top,#2c1e67,#0b0627,#090329);pointer-events:none;z-index:-1}.airdrop-category-tag:hover:before{background:linear-gradient(180deg,#8b5cf6e6,#5846b480,#3c32784d)}.airdrop-category-tag:hover:after{background:radial-gradient(ellipse at 50% 0%,rgba(139,92,246,.25) 0%,transparent 60%)}.airdrop-star-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:transparent;flex-shrink:0}.airdrop-star-wrapper:before{content:"";position:absolute;inset:0;border-radius:50%;padding:1.5px;background:linear-gradient(to bottom,#3c385d,#0b0723,#3c385d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.airdrop-star-wrapper:after{content:"";position:absolute;inset:4px;border-radius:50%;pointer-events:none;z-index:-1}.airdrop-star-icon{flex-shrink:0;opacity:.9;position:relative;z-index:102}.airdrop-tag-text{background:linear-gradient(90deg,#d8b4fe,#c084fc 40%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:102}.airdrop-footer-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;line-height:150%;margin:0;z-index:1;position:relative;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1200px){.airdrop-announcement{padding:140px 32px}.airdrop-spotlight{width:350px;height:500px}.airdrop-image-container{max-width:600px;height:320px;margin-bottom:32px}.airdrop-token-button{padding:14px 40px;font-size:16px;margin-bottom:32px}.airdrop-title{font-size:40px;gap:12px;margin-bottom:20px}.airdrop-emoji{font-size:36px}.airdrop-description{font-size:16px}.airdrop-categories{gap:14px;margin-bottom:48px}.airdrop-categories-row{gap:12px}.airdrop-category-tag{padding:14px 24px;font-size:15px;gap:10px}.airdrop-category-tag:before{padding:1.5px}.airdrop-footer-text{font-size:16px}.airdrop-emoji-wrapper{width:64px;height:64px}.airdrop-emoji{font-size:32px}.airdrop-star-wrapper{width:30px;height:30px}}@media(max-width:1024px){.airdrop-announcement{padding:120px 24px}.airdrop-spotlight{width:300px;height:450px;opacity:.5}.airdrop-dots{width:200px;height:280px}.airdrop-image-container{max-width:500px;height:280px;margin-bottom:28px}.airdrop-title{font-size:36px;margin-bottom:16px}.airdrop-emoji{font-size:32px}.airdrop-description{font-size:15px}.airdrop-category-tag{padding:12px 20px;font-size:14px}.airdrop-category-tag:before{padding:1px}.airdrop-emoji-wrapper{width:56px;height:56px}.airdrop-emoji{font-size:28px}.airdrop-star-wrapper{width:28px;height:28px}}@media(max-width:768px){.airdrop-announcement{padding:100px 20px}.airdrop-categories-row{align-items:center}.airdrop-spotlight{opacity:.4;width:250px;height:400px}.airdrop-dots{opacity:.3;width:180px;height:250px}.airdrop-image-container{max-width:400px;height:240px;margin-bottom:24px}.airdrop-title{font-size:30px;gap:10px}.airdrop-emoji{font-size:28px}.airdrop-emoji-wrapper{width:52px;height:52px}.airdrop-emoji{font-size:26px}.airdrop-star-wrapper{width:26px;height:26px}}@media(max-width:600px){.airdrop-announcement{padding:80px 16px}.airdrop-spotlight{width:200px;height:300px}.airdrop-dots{width:150px;height:200px}.airdrop-image-container{max-width:100%;height:200px;margin-bottom:20px}.airdrop-token-button{padding:12px 32px;font-size:14px;margin-bottom:24px}.airdrop-title{font-size:24px;gap:8px;margin-bottom:16px}.airdrop-emoji{font-size:24px}.airdrop-description{font-size:14px}.airdrop-categories{gap:10px;margin-bottom:32px}.airdrop-categories-row{gap:8px}.airdrop-category-tag{padding:10px 16px;font-size:12px;gap:6px}.airdrop-category-tag:before{padding:1px}.airdrop-footer-text{font-size:14px}.airdrop-emoji-wrapper{width:44px;height:44px}.airdrop-emoji{font-size:22px}.airdrop-star-wrapper{width:22px;height:22px}.airdrop-star-icon{width:12px;height:12px}}@media(max-width:480px){.airdrop-announcement{padding:0 26px 62px;background-image:url(/images/airdrop-giveaway-mobile.png);background-size:contain;background-position:center top}.airdrop-image{max-width:100%;max-width:314px;max-height:400px;margin-bottom:0}.airdrop-token-button{padding:10px 16px;font-size:11.5px;line-height:1.2;font-weight:600;margin-top:15px;margin-bottom:12px;border-radius:20px}.airdrop-title{font-size:22px;gap:0;margin-bottom:0;flex-wrap:nowrap}.airdrop-title p{padding:6.4px;font-size:24px;font-weight:700;line-height:1.2}.airdrop-emoji-wrapper{width:30px;height:30px;flex-shrink:0}.airdrop-emoji{width:12.83px;height:12.83px}.airdrop-description{font-size:11.55px;line-height:1.4;padding:6.4px 0;color:#706d8b}.airdrop-categories{gap:12px;margin-bottom:24px;margin-top:24px;padding:0;max-width:100%}.airdrop-categories-row{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;column-gap:6px;max-width:100%}.airdrop-category-tag{padding:10px;font-size:14px;gap:6px;border-radius:1000px}.airdrop-category-tag:before{padding:1px}.airdrop-star-wrapper{width:24px;height:24px}.airdrop-star-icon{width:12px;height:12px}.airdrop-tag-text{font-size:11.55px;line-height:1.2;font-weight:600}.airdrop-footer-text{font-size:11.55px;line-height:140%;padding:6.42px;font-weight:500;line-height:1.4}.airdrop-spotlight,.airdrop-dots{display:none}}.ai-leaders-section{padding:120px 40px 80px;max-width:1422px;margin:0 auto;width:100%}.ai-leaders-container{display:flex;flex-wrap:wrap;justify-content:space-around}.ai-leaders-column{display:contents}.ai-leader-card{position:relative;background:transparent;border-radius:16px;padding:19px 24px 24px;transition:transform .32s ease,box-shadow .32s ease;overflow:visible;max-width:591px;flex-basis:calc(50% - 25px);flex-grow:0;flex-shrink:0;margin-bottom:50px}.ai-leader-card:nth-child(2n){margin-left:50px}.ai-leader-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(180deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ai-leader-card:after{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(90deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5}.leader-corner-dot{position:absolute;width:6px;height:6px;background:#78788ccc;border-radius:50%;z-index:2}.leader-corner-dot-tl{top:-3px;left:-3px}.leader-corner-dot-tr{top:-3px;right:-3px}.leader-corner-dot-bl{bottom:-3px;left:-3px}.leader-corner-dot-br{bottom:-3px;right:-3px}.leader-header{display:flex;align-items:center;margin-bottom:24px}.leader-avatar-wrapper{width:78px;height:78px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#0b091d;position:relative;display:flex;align-items:center;justify-content:center}.leader-avatar{width:60px;height:60px;object-fit:cover;border-radius:50%}.leader-info{display:flex;flex-direction:column}.leader-name-row{display:flex;align-items:center}.leader-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:28px;padding:10px;line-height:1.2;color:#e9e3ff}.leader-company-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;background:transparent;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:13px;position:relative}.leader-company-badge[data-company=openai]{border:1px solid rgba(16,163,127,.4);background:linear-gradient(to bottom,#65ffdb14,#0aa37f14),linear-gradient(117.15deg,#65ffdb 15.67%,#0aa37f 94.72%);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 47.9px rgba(58,212,175,.6)) drop-shadow(0 0 15.4px rgba(58,212,175,1))}.leader-company-badge[data-company=nvidia]{border:1px solid rgba(118,185,0,.4);background:linear-gradient(to bottom,#b8e63314,#76b90014),linear-gradient(117.15deg,#b8e633 15.67%,#76b900 94.72%);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 47.9px rgba(118,185,0,.6)) drop-shadow(0 0 15.4px rgba(118,185,0,1))}.leader-company-badge[data-company=tesla]{border:1px solid rgba(232,33,39,.4);background:linear-gradient(to bottom,#ff5c6214,#e8212714),linear-gradient(117.15deg,#ff5c62 15.67%,#e82127 94.72%);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 47.9px rgba(232,33,39,.6)) drop-shadow(0 0 15.4px rgba(232,33,39,1))}.leader-company-badge[data-company=stanford]{border:1px solid rgba(167,141,255,.4);background:linear-gradient(to bottom,#a78dff14,#7557ff14),linear-gradient(to right,#a78dff,#7557ff);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(167,141,255,.5)}.leader-company-badge[data-company=deeplearning]{border:1px solid rgba(255,129,145,.4);background:linear-gradient(to bottom,#ff819114,#ff4a6114),linear-gradient(to right,#ff8191,#ff4a61);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(255,129,145,.5)}.leader-company-badge[data-company="ai superpower"]{border:1px solid rgba(167,141,255,.4);background:linear-gradient(to bottom,#a78dff14,#7557ff14),linear-gradient(to right,#a78dff,#7557ff);background-clip:padding-box,text;-webkit-background-clip:padding-box,text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(167,141,255,.5)}.leader-title-link{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:160%;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .2s ease;padding:0 10px 10px}.leader-title-link:hover{filter:brightness(1.2)}.leader-divider{display:flex;align-items:center;width:calc(100% + 54px);margin-left:-28px;margin-bottom:24px;position:relative}.leader-divider-line{flex:1;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(29,26,50,0) 0%,rgba(44,47,70,1) 50%,rgba(29,26,50,0) 100%,transparent 100%)}.leader-divider-dot{width:6px;height:6px;background:#78788ccc;border-radius:50%;flex-shrink:0}.leader-divider-dot-left{margin-right:0}.leader-divider-dot-right{margin-left:0}.leader-content{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;color:#706d8b;line-height:140%;max-width:504px}.leader-intro{margin:0 0 22.4px}.leader-points{display:flex;flex-direction:column;gap:22.4px}.leader-point{margin:0}.leader-token-section{padding-top:0}.leader-token-title{margin:22.4px 0 0}.leader-token-point{margin:0}.leader-token-point:nth-child(odd){margin-top:22.4px}.leader-token-point:nth-child(2n){margin-top:0}@media(min-width:1340px){.ai-leaders-section{max-width:100%;padding:120px 60px 80px}.ai-leaders-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center;max-width:1800px;margin:0 auto}.ai-leaders-column{display:contents}.ai-leader-card{max-width:550px;flex-basis:auto;margin-bottom:0}.ai-leader-card:nth-child(2n){margin-left:0}}@media(min-width:2560px){.ai-leaders-section{padding:180px 80px 120px;max-width:100%}.ai-leaders-container{gap:70px;max-width:2400px}.ai-leader-card{max-width:750px;padding:28px 35px 35px}.leader-avatar-wrapper{width:105px;height:105px}.leader-avatar{width:80px;height:80px}.leader-name{font-size:38px}.leader-company-badge{font-size:18px;padding:8px 18px}.leader-title-link{font-size:22px}.leader-divider{width:calc(100% + 76px);margin-left:-38px;margin-bottom:32px}.leader-content{font-size:22px;max-width:680px}.leader-corner-dot,.leader-divider-dot{width:9px;height:9px}}@media(min-width:1920px)and (max-width:2559px){.ai-leaders-section{padding:150px 60px 100px;max-width:100%}.ai-leaders-container{gap:50px;max-width:2000px}.ai-leader-card{max-width:620px;padding:24px 30px 30px}.leader-avatar-wrapper{width:90px;height:90px}.leader-avatar{width:70px;height:70px}.leader-name{font-size:32px}.leader-company-badge{font-size:15px;padding:7px 16px}.leader-title-link{font-size:18px}.leader-divider{width:calc(100% + 66px);margin-left:-33px}.leader-content{font-size:18px;max-width:600px}.leader-corner-dot,.leader-divider-dot{width:7px;height:7px}}@media(max-width:1339px){.ai-leaders-section{padding:100px 32px}.ai-leaders-container{justify-content:center;gap:32px}.ai-leader-card{flex-basis:100%;max-width:591px;margin-bottom:32px;padding:28px}.ai-leader-card:nth-child(2n){margin-left:0}.leader-avatar-wrapper{width:70px;height:70px}.leader-name{font-size:24px;padding:10px}.leader-company-badge{font-size:12px;padding:5px 12px}.leader-title-link{font-size:14px}.leader-divider{width:calc(100% + 56px);margin-left:-28px;margin-right:-28px}}@media(max-width:1024px){.ai-leaders-section{padding:80px 24px}.ai-leaders-container{grid-template-columns:1fr;gap:24px}.ai-leaders-column{gap:24px}.ai-leader-card{padding:24px}.leader-header{margin-bottom:20px}.leader-avatar-wrapper{width:64px;height:64px}.leader-name{font-size:22px}.leader-divider{width:calc(100% + 48px);margin-left:-24px;margin-right:-24px;margin-bottom:20px}}@media(max-width:600px){.ai-leaders-section{padding:60px 16px}.ai-leaders-container,.ai-leaders-column{gap:20px}.ai-leader-card{padding:20px}.leader-corner-dot{width:5px;height:5px}.leader-corner-dot-tl{top:-2px;left:-2px}.leader-corner-dot-tr{top:-2px;right:-2px}.leader-corner-dot-bl{bottom:-2px;left:-2px}.leader-corner-dot-br{bottom:-2px;right:-2px}.leader-header{gap:12px;margin-bottom:16px}.leader-avatar-wrapper{width:56px;height:56px}.leader-name-row{flex-wrap:wrap;gap:8px}.leader-name{font-size:18px}.leader-company-badge{font-size:11px;padding:4px 10px}.leader-title-link{font-size:13px}.leader-divider{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-bottom:16px}.leader-divider-dot{width:5px;height:5px}}@media(max-width:480px){.ai-leaders-section{padding:0 0 20px;max-width:none;width:100vw;margin:0;overflow:visible}.ai-leaders-container{display:none!important}.ai-leaders-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-bottom:12px}.ai-leaders-mobile-title{margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;line-height:1.2;font-weight:600;text-align:left}.ai-leaders-swipe-btn{display:block!important;background:transparent;border:none;color:#ffffff4d;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;cursor:pointer;line-height:1.2;padding:0;animation:whyTokenPulse 2s ease-in-out infinite}@keyframes aiLeadersPulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.ai-leaders-mobile-scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%}.ai-leaders-mobile-scroll-container::-webkit-scrollbar{display:none}.ai-leaders-mobile-grid{display:flex;flex-direction:row;gap:40px;padding:20px 24px;min-width:max-content}.ai-leader-mobile-card{position:relative;width:328px;min-width:328px;max-width:328px;height:328px;min-height:328px;border-radius:48px;overflow:hidden;flex-shrink:0;background:#0b091d;transition:all .4s ease}.ai-leader-mobile-card:before{content:"";position:absolute;inset:0;border-radius:48px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:10}.ai-leader-mobile-bg{position:absolute;inset:0;z-index:1}.ai-leader-mobile-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.ai-leader-mobile-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(11,9,29,.85) 100%);pointer-events:none}.ai-leader-mobile-closed{position:relative;z-index:5;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:10px 39px 19px}.ai-leader-mobile-open-btn{align-self:center;display:flex;align-items:center;justify-content:center;gap:8px;background:#7557ff30;border:1px solid #7557ff;border-radius:24px;width:210px;height:34px;padding:10px;color:#fff;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14.57px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.ai-leader-mobile-open-btn:active{transform:scale(.95);background:#7557ff66}.ai-leader-mobile-bottom{display:flex;flex-direction:column;gap:4px}.ai-leader-mobile-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;background:transparent;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:12px;width:fit-content}.ai-leader-mobile-badge[data-company=openai]{border:none;background:linear-gradient(to bottom,#65ffdb26,#0aa37f26);color:#65ffdb}.ai-leader-mobile-badge[data-company=nvidia]{border:none;background:linear-gradient(to bottom,#b8e63326,#76b90026);color:#b8e633}.ai-leader-mobile-badge[data-company=tesla]{border:none;background:linear-gradient(to bottom,#ff5c6226,#e8212726);color:#ff5c62}.ai-leader-mobile-badge[data-company=stanford]{border:none;background:linear-gradient(to bottom,#a78dff26,#7557ff26);color:#a78dff}.ai-leader-mobile-badge[data-company=deeplearning]{border:none;background:linear-gradient(to bottom,#ff819126,#ff4a6126);color:#ff8191}.ai-leader-mobile-badge[data-company="ai superpower"]{border:none;background:linear-gradient(to bottom,#a78dff26,#7557ff26);color:#a78dff}.ai-leader-mobile-name{margin:0;font-size:26.86px;line-height:1.2;color:#fff;font-weight:600;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif}.ai-leader-mobile-card.expanded{width:328px;min-width:328px;max-width:328px;height:auto;min-height:auto;border-radius:24px;background:transparent;transition:all .4s cubic-bezier(.4,0,.2,1)}.ai-leader-mobile-card.expanded.closing{height:328px;min-height:328px;transition:all .4s cubic-bezier(.4,0,.2,1)}.ai-leader-mobile-card.expanded:before{display:none}.ai-leader-mobile-expanded{display:flex;flex-direction:column;width:100%;animation:expandedFadeIn .4s cubic-bezier(.4,0,.2,1) forwards}.ai-leader-mobile-expanded.closing{animation:expandedFadeOut .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes expandedFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes expandedFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.ai-leader-mobile-expanded-image{width:100%;height:94px;border-radius:32px;overflow:hidden;margin-bottom:8px;transition:all .4s cubic-bezier(.4,0,.2,1)}.ai-leader-mobile-expanded-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.ai-leader-mobile-expanded.closing .ai-leader-mobile-expanded-image{height:328px;border-radius:48px}.ai-leader-mobile-expanded-content{display:flex;flex-direction:column;padding:0 4px;animation:contentSlideUp .5s cubic-bezier(.4,0,.2,1) .1s forwards;opacity:0}.ai-leader-mobile-expanded.closing .ai-leader-mobile-expanded-content{animation:contentSlideDown .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes contentSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes contentSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.ai-leader-mobile-expanded-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ai-leader-mobile-back-btn{width:46px;height:46px;border-radius:50%;background:linear-gradient(180deg,#825dff,#2e00ff);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0;animation:backBtnPop .3s cubic-bezier(.4,0,.2,1) .2s forwards;transform:scale(0)}.ai-leader-mobile-back-btn .back-arrow{width:12px;height:12px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg);margin-left:4px}.ai-leader-mobile-expanded.closing .ai-leader-mobile-back-btn{animation:backBtnShrink .2s cubic-bezier(.4,0,.2,1) forwards}@keyframes backBtnPop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes backBtnShrink{0%{transform:scale(1)}to{transform:scale(0)}}.ai-leader-mobile-back-btn:active{transform:scale(.95);background:#5e3fd9}.ai-leader-mobile-badge.expanded{padding:8px 15px;font-size:12px;line-height:1.2;font-weight:600}.ai-leader-mobile-expanded-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:32px;line-height:1.2;color:#cfcfcf;margin:0 0 5px}.ai-leader-mobile-expanded-intro,.ai-leader-mobile-expanded-desc{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#cfcfcf;margin:0}.ai-leader-mobile-token{display:flex;flex-direction:column;gap:15px;margin-top:24px}.ai-leader-mobile-token-label{display:inline-flex;align-items:center;width:fit-content;padding:10px 20px;background:#7557ff;border-radius:24px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;color:#fff;margin-bottom:0;animation:tokenFadeIn .4s cubic-bezier(.4,0,.2,1) .3s forwards;opacity:0}@keyframes tokenFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ai-leader-mobile-token-point{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#cfcfcf;margin:0;padding-left:0;animation:tokenFadeIn .4s cubic-bezier(.4,0,.2,1) .4s forwards;opacity:0}.ai-leader-mobile-token-point:nth-child(3){animation-delay:.45s}}.token-page{min-height:100vh;display:flex;flex-direction:column;background-color:#020014;position:relative}.token-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background:#020014;z-index:0;pointer-events:none}.token-content{flex:1;display:flex;flex-direction:column;position:relative;z-index:1;margin-top:66px}.maintenance-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#020014fa;display:flex;justify-content:center;align-items:center;z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.maintenance-modal{background:linear-gradient(135deg,#7557ff1a,#020014f2);border:1px solid rgba(117,87,255,.3);border-radius:24px;padding:48px 64px;text-align:center;max-width:500px;width:90%;box-shadow:0 25px 80px #7557ff40;animation:modalAppear .5s ease-out;position:relative}.maintenance-close{position:absolute;top:16px;right:16px;background:transparent;border:1px solid rgba(117,87,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:all .3s ease}.maintenance-close:hover{background:#7557ff1a;color:#7557ff;border-color:#7557ff}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.maintenance-icon{margin-bottom:24px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.maintenance-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px;background:linear-gradient(135deg,#fff,#7557ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.maintenance-text{font-size:16px;color:#ffffffb3;line-height:1.6;margin:0 0 32px}.maintenance-dots{display:flex;justify-content:center;gap:8px}.maintenance-dots span{width:12px;height:12px;background:#7557ff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.maintenance-dots span:nth-child(1){animation-delay:0s}.maintenance-dots span:nth-child(2){animation-delay:.2s}.maintenance-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.code-form{display:flex;flex-direction:column;align-items:center;gap:16px}.code-input{width:200px;padding:16px 24px;font-size:24px;font-weight:600;text-align:center;letter-spacing:8px;background:#0000004d;border:2px solid rgba(117,87,255,.3);border-radius:12px;color:#fff;outline:none;transition:all .3s ease}.code-input::placeholder{color:#ffffff4d;letter-spacing:8px}.code-input:focus{border-color:#7557ff;box-shadow:0 0 20px #7557ff33}.code-input-error{border-color:#f44;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-10px)}40%,80%{transform:translate(10px)}}.code-error{color:#f44;font-size:14px;margin:0}.code-submit{padding:14px 48px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#7557ff,#5a3fd4);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.code-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #7557ff4d}.code-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.maintenance-modal{padding:32px 24px}.maintenance-title{font-size:24px}.maintenance-text{font-size:14px}.code-input{width:160px;font-size:20px;padding:12px 16px}}.support-page-layout{display:flex;min-height:100vh;background-color:#090a0e;font-family:SF Pro Display,TT Interfaces,sans-serif;position:fixed;inset:0;overflow-y:auto}.support-sidebar{width:240px;background-color:transparent;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;padding:24px 16px;position:fixed;height:100vh;overflow-y:auto;box-shadow:inset 0 15px 55px -15px #fff3ff0c;left:0;z-index:100}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:0 8px;margin-bottom:40px;cursor:pointer}.sidebar-logo a{display:flex;align-items:center}.sidebar-logo img{height:auto;width:36px;transition:transform .3s ease}.sidebar-logo-text{font-size:22px;font-weight:700;color:#fff;letter-spacing:.5px}.sidebar-logo span{font-size:20px;font-weight:600;background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:#ffffff80;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.nav-item a{color:inherit;text-decoration:none}.nav-item:hover{color:#ffffffe6;box-shadow:inset 0 0 10px #fff3ff17;transform:translate(4px)}.nav-item.active{color:#fff;box-shadow:inset 0 0 10px #fff3ff46}.sidebar-footer{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.sidebar-footer-links{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.footer-link{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:10px;color:#ffffff80;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.footer-link:hover{color:#ffffffe6;transform:translate(4px)}.footer-link.active{color:#fff}.sidebar-socials{display:flex;flex-wrap:wrap;gap:12px;padding:0 8px;justify-content:flex-start}.sidebar-socials a{color:#ffffff80;transition:all .3s ease;display:flex;align-items:center;justify-content:center;opacity:.8}.sidebar-socials a:hover{color:#fff;transform:scale(1.15);opacity:1}.support-main{flex:1;margin-left:240px;padding:24px 40px;background-color:#090a0e;max-width:100%}.support-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06)}.wallet-status{color:#fff9;font-size:14px;font-weight:500}.header-actions{display:flex;align-items:center;gap:16px}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:inset 0 0 10px #fff3ff17}.language-button:hover{color:#fff;box-shadow:inset 0 15px 55px -15px #fff3ff1a}.language-button svg.rotated{transform:rotate(180deg)}.language-button svg{transition:transform .3s ease}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#0d0e12;border-radius:16px;padding:12px;min-width:200px;box-shadow:inset 0 0 10px #fff3ff46,0 20px 50px #0009;z-index:100;display:none}.language-dropdown.open{display:block}.language-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.language-grid-item{background:transparent;border:none;color:#fff9;padding:10px 8px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.language-grid-item:hover{background:#825dff26;color:#fff}.language-grid-item.active{background:#825dff40;color:#fff}.notification-btn{background:transparent;border:none;color:#fff9;cursor:pointer;padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:inset 0 0 10px #fff3ff17}.notification-btn:hover{color:#fff;box-shadow:inset 0 15px 55px -15px #fff3ff1a}.connect-wallet-btn{position:relative;padding:12px 24px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:16px;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s ease;z-index:1;overflow:hidden}.connect-wallet-btn span{font-family:SF Pro Display,sans-serif;color:#fff}.support-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-bottom:36px}.contact-section h2{font-size:28px;font-weight:700;margin-bottom:28px;background:linear-gradient(180deg,#efe8ff,#4c00ff99 150%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-form{display:flex;flex-direction:column;gap:16px}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;background:transparent;border:none;border-radius:16px;padding:18px 20px;color:#fff;font-size:15px;font-family:SF Pro Display,sans-serif;transition:all .3s ease;box-shadow:inset 0 0 10px #fff3ff17}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:inset 0 15px 65px -15px #fff3ff1a}.textarea-group{position:relative}.textarea-group textarea{resize:none;min-height:160px;line-height:1.6}.word-count{position:absolute;bottom:16px;right:20px;color:#ffffff4d;font-size:13px}.select-group{position:relative;z-index:10}.custom-select{background:#825dff14;border:1px solid rgba(130,93,255,.3);border-radius:16px;padding:18px 20px;color:#fff9;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:inset 0 0 10px #fff3ff0c}.custom-select.selected{color:#fff}.custom-select:hover{border-color:#825dff80;box-shadow:inset 0 15px 55px -15px #fff3ff1a}.select-arrow{transition:transform .4s ease;color:#825dff}.select-arrow.rotated{transform:rotate(180deg)}.select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#0d0e12;border:none;border-radius:16px;overflow:hidden;box-shadow:inset 0 0 10px #fff3ff46,0 20px 50px #0009}.select-option{padding:16px 20px;color:#ffffffb3;cursor:pointer;transition:all .3s ease}.select-option:hover{background:#825dff26;color:#fff}.upload-label{display:flex;align-items:center;gap:12px;color:#ffffff80;font-size:14px;cursor:pointer;padding:12px 0;transition:all .3s ease}.upload-label:hover{color:#ffffffe6;transform:translate(4px)}.upload-label svg{color:#825dff}.captcha-box{display:flex;align-items:center;gap:12px;background:transparent;border-radius:16px;padding:18px 20px;width:fit-content;box-shadow:inset 0 0 10px #fff3ff17;transition:all .3s ease}.captcha-box:hover{box-shadow:inset 0 15px 55px -15px #fff3ff1a}.captcha-box input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#167bff}.captcha-box label{color:#ffffffb3;font-size:14px;cursor:pointer}.submit-btn{position:relative;width:100%;padding:18px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;color:#fff;border:2px solid transparent;border-radius:16px;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:8px}.submit-btn-text{font-family:SF Pro Display,sans-serif;color:#fff}.submit-btn:hover{transform:translateY(-1px);opacity:.9}.connect-section{background:transparent;border-radius:24px;padding:28px;margin-top:36px;text-align:center;box-shadow:inset 0 15px 55px -15px #fff3ff0c}.connect-section h3{color:#fff;font-size:17px;font-weight:600;margin-bottom:24px}.connect-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.connect-btn{display:flex;align-items:center;gap:10px;background:transparent;border:none;border-radius:20px;padding:12px 22px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:inset 0 0 10px #fff3ff46}.connect-btn:hover{transform:translateY(-2px)}.connect-btn.telegram svg{color:#825dff}.connect-btn.twitter svg{color:#fff}.connect-btn.email svg{color:#825dff}.faq-section h2{font-size:28px;font-weight:700;margin-bottom:28px;background:linear-gradient(180deg,#efe8ff,#4c00ff99 150%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{position:relative;background:linear-gradient(180deg,#0b091d,#020014);border-radius:20px;overflow:hidden;padding:16px 20px;cursor:pointer;transition:all .5s ease}.faq-item:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1.5px;background:linear-gradient(180deg,#302d4c,#0b091d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1;transition:opacity .5s ease}.faq-item:hover{transform:scale(1.015);box-shadow:inset 0 15px 65px -15px #fff3ff1a}.faq-item.active{box-shadow:inset 0 15px 65px -15px #fff3ff1a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 8px;background:transparent;border:none;outline:none;box-shadow:none;cursor:pointer;text-align:left}.faq-question:focus,.faq-question:focus-visible,.faq-question:active{border:none;outline:none;box-shadow:none}.faq-question span:first-child{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:16px;line-height:170%;color:#e9e3ff}.faq-icon{width:38px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border-radius:15px;font-size:16px;font-weight:600;line-height:1.2;color:#a78dff;position:relative;transition:all .5s ease;flex-shrink:0}.faq-icon:before{content:attr(data-text);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(117.15deg,#a78dff 15.67%,#7557ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 47.9px rgba(125,69,255,1);z-index:1}.faq-item.active .faq-icon{background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%)}.faq-item.active .faq-icon:before{background:linear-gradient(117.15deg,#fff 15.67%,#e9e3ff 94.72%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faq-answer{max-height:0;overflow:hidden;transition:max-height .6s ease;border:none;outline:none;box-shadow:none}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:15px;line-height:140%;color:#706d8b;margin:0;padding:16px 8px 8px}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#090a0ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06);padding:12px 0;z-index:1000;box-shadow:0 -10px 40px #00000080}.mobile-nav-items{display:flex;justify-content:space-around;align-items:center;max-width:100%;margin:0 auto;padding:0 8px}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffff80;text-decoration:none;font-size:11px;font-weight:500;padding:8px 12px;transition:all .3s ease;cursor:pointer}.mobile-nav-item svg{font-size:20px}.mobile-nav-item.active{color:#fff}.mobile-nav-item:active{transform:scale(.95)}.support-alert-container{text-align:center;padding:40px 20px;animation:fadeInAlert .3s ease}@keyframes fadeInAlert{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.support-alert-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff}.support-alert-icon.success{background:linear-gradient(135deg,#22c55e,#16a34a);animation:successPopSupport .5s ease-out}.support-alert-icon.error{background:linear-gradient(135deg,#ef4444,#dc2626);animation:errorShakeSupport .5s ease-out}@keyframes successPopSupport{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes errorShakeSupport{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.support-alert-title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:24px;color:#e9e3ff;margin-bottom:12px}.support-alert-message{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:15px;color:#706d8b;margin-bottom:24px;line-height:1.5}.support-alert-button{padding:14px 28px;background:linear-gradient(117.15deg,#825dff 15.67%,#2e00ff 94.72%) padding-box,linear-gradient(180deg,#efe8ff -86.32%,#4c00ff 116.05%) border-box;border:2px solid transparent;border-radius:14px;color:#fff;font-size:15px;font-weight:600;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease}.support-alert-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #825dff66}@media(max-width:1340px){.language-selector{display:flex}}@media(max-width:1200px){.support-content{grid-template-columns:1fr;gap:48px}}@media(max-width:1024px){.support-sidebar{width:200px}.support-main{margin-left:200px;padding:24px 32px}.sidebar-logo span{font-size:18px}.nav-item{font-size:13px;padding:10px 12px}}@media(max-width:768px){.support-sidebar{display:none}.support-main{margin-left:0;padding:20px 16px 100px}.support-header{flex-direction:row;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:20px}.wallet-status{font-size:13px;flex:1}.header-actions{gap:12px}.language-button{padding:8px 12px;font-size:13px;gap:6px}.language-grid{grid-template-columns:repeat(3,1fr)}.language-grid-item{padding:8px 6px;font-size:12px}.connect-wallet-btn{padding:10px 18px;font-size:14px}.notification-btn{padding:8px}.support-content{gap:32px}.contact-section h2,.faq-section h2{font-size:24px;margin-bottom:20px}.form-group input,.form-group textarea,.custom-select{font-size:14px;padding:14px 16px}.textarea-group textarea{min-height:140px}.connect-section{padding:20px;margin-top:24px}.connect-buttons{flex-direction:column;width:100%;gap:10px}.connect-btn{justify-content:center;width:100%}.faq-item{padding:14px 16px;border-radius:16px}.faq-item:before{border-radius:16px}.faq-question{padding:0}.faq-question span:first-child{font-size:14px;padding-right:14px}.faq-icon{width:32px;height:38px;font-size:16px;border-radius:10px}.faq-answer p{font-size:13px;padding:14px 0 8px}.mobile-bottom-nav{display:block}.faq-list{margin-bottom:80px}.support-alert-container{padding:30px 16px}.support-alert-icon{width:60px;height:60px;font-size:28px;margin-bottom:16px}.support-alert-title{font-size:20px;margin-bottom:10px}.support-alert-message{font-size:14px;margin-bottom:20px}.support-alert-button{padding:12px 24px;font-size:14px}}@media(max-width:480px){.support-main{padding:16px 12px 90px}.wallet-status{font-size:12px}.language-button{padding:6px 10px;font-size:12px;gap:4px}.language-grid{grid-template-columns:repeat(2,1fr)}.language-grid-item{padding:6px 4px;font-size:11px}.connect-wallet-btn{padding:8px 14px;font-size:13px}.contact-section h2,.faq-section h2{font-size:20px}.form-group input,.form-group textarea,.custom-select{font-size:13px;padding:12px 14px}.mobile-nav-item{font-size:10px;padding:6px 8px}.mobile-nav-item svg{font-size:18px}.faq-item{padding:12px 14px;border-radius:14px}.faq-item:before{border-radius:14px}.support-alert-container{padding:24px 12px}.support-alert-icon{width:50px;height:50px;font-size:24px;margin-bottom:14px}.support-alert-title{font-size:18px}.support-alert-message{font-size:13px}.support-alert-button{padding:10px 20px;font-size:13px;border-radius:12px}}.docs-page{min-height:100vh;background:linear-gradient(180deg,#020014,#0b0920,#020014);overflow-x:hidden;width:100%;max-width:100vw;position:relative}.docs-section{background:linear-gradient(180deg,#020014,#0b0920,#020014);position:relative;overflow:hidden;color:#e9e3ff;min-height:100vh}.docs-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:200%;height:0;background:radial-gradient(ellipse at top,rgba(130,93,255,.3) 0%,rgba(130,93,255,.15) 30%,rgba(117,87,255,.08) 50%,transparent 70%);filter:blur(100px);opacity:0;pointer-events:none;z-index:0}.docs-section.animate-section.visible .docs-glow{animation:docsGlow 1.2s ease-out forwards}@keyframes docsGlow{0%{height:0;opacity:0}50%{opacity:1}to{height:500px;opacity:.5}}.docs-hero{padding:80px 24px;text-align:center;border-bottom:1px solid rgba(130,93,255,.1);position:relative;z-index:1;opacity:0;transform:translateY(20px)}.docs-section.animate-section.visible .docs-hero{animation:fadeUp .8s ease-out forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.docs-hero-content{max-width:700px;margin:0 auto}.docs-eyebrow{color:#a78dff;letter-spacing:.15em;text-transform:uppercase;font-size:14px;font-weight:600;margin-bottom:16px}.docs-title{font-size:clamp(32px,5vw,56px);line-height:1.1;font-weight:700;margin-bottom:20px;color:#e9e3ff}.docs-title-gradient{background:linear-gradient(135deg,#fff,#a78dff,#825dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.docs-subtitle{color:#9b93b3;font-size:18px;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.docs-search{position:relative;max-width:500px;margin:0 auto}.docs-search input{width:100%;padding:16px 20px 16px 48px;background:#825dff08;border:1px solid rgba(130,93,255,.15);border-radius:14px;color:#e9e3ff;font-size:16px;outline:none;transition:all .3s ease;-webkit-appearance:none;appearance:none}.docs-search input:focus{border-color:#825dff66;background:#825dff0d;box-shadow:0 0 0 4px #825dff1a}.docs-search input::placeholder{color:#706d8b}.docs-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#706d8b}.docs-search-shortcut{position:absolute;right:16px;top:50%;transform:translateY(-50%);padding:4px 8px;background:#ffffff0d;border-radius:6px;font-size:12px;color:#706d8b;border:1px solid rgba(255,255,255,.1)}.docs-search-results{margin-top:16px;text-align:left}.docs-search-results-label{font-size:13px;color:#706d8b;display:block;margin-bottom:8px}.docs-search-results-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.docs-search-result-item{padding:8px 16px;background:#825dff14;border:1px solid rgba(130,93,255,.2);border-radius:20px;color:#a78dff;font-size:14px;cursor:pointer;transition:all .2s ease}.docs-search-result-item:hover{background:#825dff26;border-color:#825dff66;color:#825dff}.docs-search-result-item.active{background:#825dff33;border-color:#825dff;color:#e9e3ff}.docs-search-no-results{margin-top:16px;font-size:14px;color:#706d8b}.docs-featured{padding:50px 24px;border-bottom:1px solid rgba(130,93,255,.1);position:relative;z-index:1;opacity:0;transform:translateY(30px)}.docs-section.animate-section.visible .docs-featured{animation:fadeUp .8s ease-out .2s forwards}.docs-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.docs-featured-card{padding:28px;background:linear-gradient(180deg,#825dff05,#825dff03),linear-gradient(135deg,#0b0920cc,#020014e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(130,93,255,.12);border-radius:18px;cursor:pointer;transition:all .3s ease;position:relative}.docs-featured-card:hover{border-color:#825dff4d;transform:translateY(-6px);box-shadow:0 20px 50px #825dff26}.docs-featured-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#825dff1a;border-radius:12px;margin-bottom:16px;color:#825dff}.docs-featured-card h3{font-size:17px;font-weight:600;margin-bottom:6px;color:#e9e3ff}.docs-featured-card p{font-size:14px;color:#706d8b;line-height:1.4}.docs-featured-arrow{position:absolute;top:28px;right:28px;color:#825dff;opacity:0;transform:translate(-10px);transition:all .3s ease}.docs-featured-card:hover .docs-featured-arrow{opacity:1;transform:translate(0)}.docs-container{display:grid;grid-template-columns:260px 1fr;max-width:1400px;margin:0 auto;position:relative;z-index:1;opacity:0;transform:translateY(30px);align-items:start;width:100%;box-sizing:border-box;padding:0 20px}.docs-section.animate-section.visible .docs-container{animation:fadeUp .8s ease-out .3s forwards}.docs-sidebar{padding:40px 20px;border-right:1px solid rgba(130,93,255,.1);position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;background:#020014;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.docs-nav{display:flex;flex-direction:column;gap:8px}.docs-nav-btn{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;background:none;border:none;border-radius:12px;color:#706d8b;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.docs-nav-btn:hover{color:#e9e3ff;background:#825dff08}.docs-nav-btn.active{color:#825dff;background:#825dff14}.docs-nav-btn span{flex:1}.docs-nav-btn svg:last-child{transition:transform .2s ease;opacity:.5}.docs-nav-btn.active svg:last-child{transform:rotate(90deg);opacity:1}.docs-content{padding:40px 50px;min-height:calc(100vh - 300px)}.docs-content-header{margin-bottom:40px}.docs-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#706d8b;margin-bottom:12px}.docs-breadcrumb span:last-child{color:#9b93b3}.docs-content-header h2{font-size:32px;font-weight:700;color:#e9e3ff}.docs-content-body{line-height:1.8}.docs-article{margin-bottom:48px}.docs-article h3{font-size:22px;font-weight:600;margin-bottom:16px;color:#e9e3ff;margin-top:32px}.docs-article h3:first-child{margin-top:0}.docs-article p{color:#9b93b3;margin-bottom:20px;font-size:16px;line-height:1.7}.docs-feature-list{display:flex;flex-direction:column;gap:12px;margin:24px 0}.docs-feature{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#825dff08;border:1px solid rgba(130,93,255,.08);border-radius:12px;color:#9b93b3;font-size:15px}.docs-feature svg{color:#825dff;flex-shrink:0}.docs-code-block{background:#00000059;border:1px solid rgba(130,93,255,.1);border-radius:14px;overflow:hidden;margin:24px 0}.docs-code-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0003;border-bottom:1px solid rgba(130,93,255,.08)}.docs-code-header span{font-size:13px;color:#706d8b;font-family:JetBrains Mono,monospace}.docs-copy-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#825dff14;border:1px solid rgba(130,93,255,.15);border-radius:6px;color:#825dff;font-size:12px;cursor:pointer;transition:all .2s ease}.docs-copy-btn:hover{background:#825dff26}.docs-code-block pre{padding:20px;overflow-x:auto;margin:0;-webkit-overflow-scrolling:touch}.docs-code-block code{font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;color:#a78dff;line-height:1.6;white-space:pre}.docs-steps{display:flex;flex-direction:column;gap:16px;margin:24px 0}.docs-step{display:flex;gap:16px;padding:20px;background:#825dff05;border:1px solid rgba(130,93,255,.1);border-radius:14px;align-items:flex-start}.docs-step-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#825dff,#2e00ff);color:#fff;font-weight:700;border-radius:50%;flex-shrink:0;margin-top:2px}.docs-step-content h4{font-size:15px;font-weight:600;margin-bottom:4px;color:#e9e3ff}.docs-step-content p{font-size:14px;color:#706d8b;margin:0}.docs-info-box{display:flex;gap:16px;padding:20px;background:#825dff0a;border:1px solid rgba(130,93,255,.15);border-radius:14px;margin-top:32px;align-items:flex-start}.docs-info-box.warning{background:#ffc1070a;border-color:#ffc10726}.docs-info-box.warning svg{color:#ffc107}.docs-info-box svg{color:#825dff;flex-shrink:0;margin-top:2px}.docs-info-box h4{font-size:15px;font-weight:600;margin-bottom:4px;color:#e9e3ff}.docs-info-box p{font-size:14px;color:#706d8b;margin:0}.docs-api-endpoint{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:12px;margin-bottom:12px}.docs-method{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}.docs-method.get{background:#825dff26;color:#825dff}.docs-method.post{background:#3b82f626;color:#3b82f6}.docs-api-endpoint code{font-family:JetBrains Mono,monospace;font-size:14px;color:#a78dff}.docs-api-endpoint p{flex-basis:100%;margin:8px 0 0;font-size:14px;color:#706d8b}.docs-content-footer{margin-top:60px;padding-top:32px;border-top:1px solid rgba(130,93,255,.1)}.docs-nav-links{display:flex;justify-content:space-between;margin-bottom:32px}.docs-nav-link{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:1px solid rgba(130,93,255,.12);border-radius:10px;color:#706d8b;font-size:14px;cursor:pointer;transition:all .2s ease}.docs-nav-link:hover{border-color:#825dff4d;color:#825dff}.docs-nav-link.prev svg{transform:rotate(180deg)}.docs-feedback{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#0003;border-radius:12px}.docs-feedback span{color:#706d8b;font-size:14px}.docs-feedback-btns{display:flex;gap:8px}.docs-feedback-btns button{padding:8px 16px;background:#825dff0d;border:1px solid rgba(130,93,255,.12);border-radius:8px;color:#706d8b;font-size:13px;cursor:pointer;transition:all .2s ease}.docs-feedback-btns button:hover{background:#825dff1a;color:#825dff;border-color:#825dff4d}@media(max-width:1024px){.docs-featured-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.docs-hero{padding:60px 20px}.docs-title{font-size:clamp(28px,8vw,40px);margin-bottom:16px}.docs-subtitle{font-size:15px;line-height:1.5;padding:0 10px}.docs-search-shortcut{display:none}.docs-search input{font-size:16px;padding:14px 16px 14px 44px}.docs-featured{display:none}.docs-container{grid-template-columns:1fr;display:flex;flex-direction:column;padding:0 16px;max-width:100vw;width:100%;box-sizing:border-box}.docs-sidebar{position:sticky;top:60px;z-index:90;width:100%;padding:12px 16px;border-right:none;border-bottom:1px solid rgba(130,93,255,.1);background:#020014;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.docs-sidebar::-webkit-scrollbar{display:none}.docs-nav{flex-direction:row;gap:8px;padding-right:16px}.docs-nav-btn{width:auto;flex:0 0 auto;padding:10px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;font-size:14px;color:#706d8b;min-height:40px;display:flex;align-items:center;gap:8px}.docs-nav-btn svg:last-child{display:none}.docs-nav-btn svg:first-child{width:16px;height:16px}.docs-nav-btn.active{background:#825dff26;border-color:#825dff4d;color:#825dff;box-shadow:0 0 15px #825dff1a}.docs-nav-btn span{white-space:nowrap}.docs-content{padding:24px 16px 80px;min-height:auto;width:100%;box-sizing:border-box}.docs-content-header h2{font-size:24px;line-height:1.2}.docs-article{margin-bottom:32px}.docs-article p{font-size:15px;margin-bottom:16px}.docs-step{padding:16px;gap:12px}.docs-step-num{width:28px;height:28px;font-size:13px}.docs-step-content h4{font-size:15px;margin-top:2px}.docs-step-content p{font-size:13px;line-height:1.5}.docs-code-block{margin:20px -16px;border-radius:0;border-left:none;border-right:none}.docs-code-header{padding:10px 16px;flex-direction:row;gap:10px}.docs-code-header span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-copy-btn{padding:6px 10px}.docs-copy-btn span{display:none}.docs-code-block pre{padding:16px;font-size:13px}.docs-nav-links{flex-direction:column;gap:12px}.docs-nav-link{width:100%;justify-content:center;height:48px}.docs-feedback{flex-direction:column;align-items:stretch;text-align:center}.docs-feedback-btns{justify-content:center}.docs-feedback-btns button{flex:1;height:40px}}@media(max-width:480px){.docs-hero{margin-top:80px}}@media(max-width:380px){.docs-title{font-size:26px}.docs-hero{padding:40px 16px}.docs-nav-btn span{max-width:100px;overflow:hidden;text-overflow:ellipsis}}*{margin:0;padding:0;box-sizing:border-box}.legal-page{min-height:100vh;background:#020014;color:#9ca3af;padding:60px 24px 80px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif}.legal-container{max-width:900px;margin:0 auto}.legal-header{text-align:center;margin-bottom:48px}.legal-brand{color:#a78dff;font-size:16px;font-weight:500;margin-bottom:16px}.legal-title{font-size:52px;font-weight:700;color:#e9e3ff;margin-bottom:16px;background:linear-gradient(180deg,#efe8ff,#4c00ff99 150%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.legal-date{color:#7b76ad;font-size:14px}.legal-intro{font-size:16px;line-height:1.7;color:#9ca3af;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid rgba(130,93,255,.1)}.legal-section{margin-bottom:40px}.legal-section h2{font-size:26px;font-weight:600;color:#e9e3ff;margin-bottom:16px}.legal-section h3{font-size:18px;font-weight:600;color:#e9e3ff;margin-bottom:12px;margin-top:24px}.legal-section p{font-size:15px;line-height:1.7;color:#9ca3af;margin-bottom:16px}.legal-section ul{list-style:disc;padding-left:24px;margin-bottom:16px}.legal-section ul li{font-size:15px;line-height:1.7;color:#9ca3af;margin-bottom:12px}.legal-section ul li strong{color:#e9e3ff;font-weight:600}.legal-section a{color:#a78dff;text-decoration:none;transition:color .3s}.legal-section a:hover{color:#7557ff}.legal-contact{margin-top:48px;padding-top:32px;border-top:1px solid rgba(130,93,255,.1)}.legal-contact-box{background:linear-gradient(117.15deg,#825dff14 15.67%,#2e00ff14 94.72%);border:1px solid rgba(130,93,255,.2);border-radius:12px;padding:24px;margin-bottom:24px}.legal-contact-box strong{display:block;color:#e9e3ff;margin-bottom:12px;font-size:16px}.no-margin{margin-bottom:8px!important}.legal-footer-note{text-align:center;padding-top:32px;border-top:1px solid rgba(130,93,255,.1);margin-top:48px;font-size:14px;color:#7b76ad}.legal-footer-note a{color:#a78dff;text-decoration:none}.legal-footer-note a:hover{color:#7557ff}@media(max-width:768px){.legal-page{padding:40px 20px 60px}.legal-title{font-size:36px}.legal-section h2{font-size:22px}.legal-section h3{font-size:16px}.legal-section p,.legal-section ul li{font-size:14px}}@media(max-width:480px){.legal-page{padding:30px 16px 50px}.legal-title{font-size:28px}.legal-section h2{font-size:20px}}.app{min-height:100vh;display:flex;flex-direction:column;background:#020014;overflow:hidden;padding-top:94px}.animate-on-scroll{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.visible{opacity:1}.slide-from-left{transform:translate(-100px)}.slide-from-left.visible{transform:translate(0)}.slide-from-right{transform:translate(100px)}.slide-from-right.visible{transform:translate(0)}.slide-from-bottom{transform:translateY(80px)}.slide-from-bottom.visible{transform:translateY(0)}.fade-in{opacity:0}.fade-in.visible{opacity:1}.scale-up{transform:scale(.8);opacity:0}.scale-up.visible{transform:scale(1);opacity:1}.stagger-children>*{opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.stagger-children.visible>*:nth-child(1){transition-delay:0ms;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(5){transition-delay:.4s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(6){transition-delay:.5s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(7){transition-delay:.6s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(8){transition-delay:.7s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(9){transition-delay:.8s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(10){transition-delay:.9s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(11){transition-delay:1s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(12){transition-delay:1.1s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:hover{transition-delay:0ms!important}.hover-lift{transition:transform .3s ease,box-shadow .3s ease;transition-delay:0ms}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px #7557ff33}.hover-glow{transition:box-shadow .4s ease-out,border-color .4s ease-out;transition-delay:0ms}.hover-glow:hover{box-shadow:0 0 30px #7557ff66;border-color:#7557ff80!important}.hover-scale{transition:transform .3s ease;transition-delay:0ms}.hover-scale:hover{transform:scale(1.03)}.hover-button{position:relative;overflow:hidden;transition:all .3s ease}.hover-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hover-button:hover:before{left:100%}.hover-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7557ff66}.pulse-badge{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.float{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hover-rotate{transition:transform .4s ease}.hover-rotate:hover{transform:rotate(5deg)}@media(max-width:480px){.app{padding-top:0}}
