.DropDownMenu_dropdownContainer__EsorS{display:flex;align-items:center;gap:.75rem;height:40px}.DropDownMenu_chatButton___YEb1{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#8a61dc,#5a3fb5);color:#fff;text-decoration:none;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 10px rgba(138,97,220,.3);flex-shrink:0}.DropDownMenu_chatButton___YEb1:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(138,97,220,.4);background:linear-gradient(135deg,#9c72e6,#6b46c1)}.DropDownMenu_chatButton___YEb1:active{transform:translateY(1px)}.DropDownMenu_chatIcon__Yk20k,.DropDownMenu_plusIcon__fZVEj{color:#fff;flex-shrink:0}@media (max-width:768px){.DropDownMenu_dropdownContainer__EsorS{gap:.5rem;height:36px}.DropDownMenu_chatButton___YEb1{width:36px;height:36px}.DropDownMenu_dropdown__1kXdr{height:36px}.DropDownMenu_dropdownButton__jO7fD{height:36px;padding:.4rem .8rem}.DropDownMenu_chatIcon__Yk20k{width:16px;height:16px}.DropDownMenu_dropdownMenu__E9Imx{width:200px}.DropDownMenu_submenuInline__rJ9Hm{margin-left:.5rem}.DropDownMenu_submenuItem__jug1q{padding:.5rem .8rem;font-size:.8rem}}.DropDownMenu_dropdown__1kXdr{position:relative;display:inline-block;height:40px}.DropDownMenu_dropdownButton__jO7fD{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(138,97,220,.1);border:1px solid rgba(138,97,220,.3);border-radius:25px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.9rem;height:40px;box-sizing:border-box}.DropDownMenu_dropdownButton__jO7fD:hover{background:rgba(138,97,220,.2);border-color:rgba(138,97,220,.5);transform:translateY(-1px)}.DropDownMenu_userAvatar__BL7dU{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#8a61dc,#5a3fb5);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;overflow:hidden}.DropDownMenu_userAvatar__BL7dU img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.DropDownMenu_avatarImage__XJsOg{border-radius:50%;-o-object-fit:cover;object-fit:cover}.DropDownMenu_chevron__nRJLi{transition:transform .3s ease;color:rgba(255,255,255,.7)}.DropDownMenu_chevron__nRJLi.DropDownMenu_open__AFIK4{transform:rotate(180deg)}.DropDownMenu_dropdownMenu__E9Imx{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#0a0a0f;border:1px solid rgba(138,97,220,.3);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);z-index:1001;animation:DropDownMenu_slideInDown__u_W2O .2s ease;overflow:visible}.DropDownMenu_userInfo__Zq8ag{padding:1rem;background:rgba(138,97,220,.05)}.DropDownMenu_userName__Y6_EN{font-weight:600;color:#fff;font-size:.9rem;margin-bottom:.25rem}.DropDownMenu_userEmail__SqDhx{font-size:.8rem;color:rgba(255,255,255,.6);word-break:break-word}.DropDownMenu_menuDivider__FPRf9{height:1px;background:rgba(138,97,220,.2);margin:0}.DropDownMenu_menuItem__PRNxY{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:rgba(255,255,255,.9);text-decoration:none;transition:all .2s ease;font-size:.9rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;position:relative}.DropDownMenu_menuItem__PRNxY:hover{background:rgba(138,97,220,.1);color:#fff}.DropDownMenu_icon__gNIl7{font-size:1rem;width:16px;text-align:center}.DropDownMenu_submenuChevron__UGr3K{margin-left:auto;color:rgba(255,255,255,.5);transition:transform .3s ease;transform:rotate(0deg);display:inline-block}.DropDownMenu_submenuChevron__UGr3K.DropDownMenu_rotated__p21pr{transform:rotate(90deg)}.DropDownMenu_menuItem__PRNxY.DropDownMenu_menuItemWithSubmenu__GiW5U .DropDownMenu_submenuChevron__UGr3K.DropDownMenu_rotated__p21pr{transform:rotate(90deg)!important}.DropDownMenu_menuItemWithSubmenu__GiW5U{position:relative}.DropDownMenu_submenuInline__rJ9Hm{background:rgba(138,97,220,.05);border-left:2px solid rgba(138,97,220,.3);margin-left:1rem;animation:DropDownMenu_slideDown__rXNn_ .2s ease}.DropDownMenu_submenuItem__jug1q{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;color:rgba(255,255,255,.8);text-decoration:none;font-size:.85rem;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.DropDownMenu_submenuItem__jug1q:hover{background:rgba(138,97,220,.1);color:#fff}.DropDownMenu_submenuIcon__Owv1W{font-size:.9rem;width:16px;text-align:center}.DropDownMenu_menuItemWithSubmenu__GiW5U:after{display:none}.DropDownMenu_logoutItem__shx3p{color:#ef4444}.DropDownMenu_logoutItem__shx3p:hover{background:rgba(239,68,68,.1);color:#f87171}@keyframes DropDownMenu_slideInDown__u_W2O{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes DropDownMenu_slideInRight__U64cw{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes DropDownMenu_slideDown__rXNn_{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}.HStack_hstack__vvEFq{display:flex;gap:var(--hstack-spacing,12px)}.HStack_hstack__vvEFq>*{flex-shrink:0}.HStack_hstack__vvEFq>.HStack_grow__mMnY2{flex-grow:1}.HStack_hstack__vvEFq>.HStack_shrink__XpDO0{flex-shrink:1}@keyframes _landingPage_gentle-pulse-0__Gk0TP{0%,to{opacity:.3}50%{opacity:.6}}@keyframes _landingPage_gentle-pulse-1__nsyrh{0%,to{opacity:.25}50%{opacity:.55}}@keyframes _landingPage_gentle-pulse-2__PfsVJ{0%,to{opacity:.2}50%{opacity:.5}}@keyframes _landingPage_gentle-pulse-slow__vEwHy{0%,to{opacity:.6}50%{opacity:1}}@keyframes _landingPage_gentle-ping__4Xr_N{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:.1}to{transform:scale(2);opacity:0}}@keyframes _landingPage_gentle-blink__dktSC{0%,50%{opacity:1}51%,to{opacity:.3}}@keyframes _landingPage_gentle-float__GUf4_{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes _landingPage_gradient-shift__xFwX6{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes _landingPage_subtle-glow__EJLv9{0%,to{box-shadow:0 0 20px rgba(139,69,255,.3)}50%{box-shadow:0 0 40px rgba(139,69,255,.6)}}@keyframes _landingPage_marquee-scroll__iUrWt{0%{transform:translateX(0)}to{transform:translateX(-50%)}}._landingPage_marqueeContainer__braDh{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent)}._landingPage_marqueeTrack__XFwyK{display:flex;gap:3rem;width:-moz-max-content;width:max-content;animation:_landingPage_marquee-scroll__iUrWt 25s linear infinite}._landingPage_marqueeTrack__XFwyK:hover{animation-play-state:paused}._landingPage_marqueeLogoSet__lr1b0{display:flex;align-items:center;gap:3rem;flex-shrink:0;padding:1rem 0}@media (max-width:768px){._landingPage_marqueeContainer__braDh{-webkit-mask-image:linear-gradient(90deg,transparent,black 3%,black 97%,transparent);mask-image:linear-gradient(90deg,transparent,black 3%,black 97%,transparent)}._landingPage_marqueeTrack__XFwyK{gap:2rem;animation-duration:20s}._landingPage_marqueeLogoSet__lr1b0{gap:2rem}}._landingPage_lvl3LandingContainer__bVeqk{width:100%;min-height:100vh;height:100vh;margin:0;padding:0;overflow-x:hidden;position:relative}._landingPage_lvl3LandingFullHeight__6N21g{min-height:100vh!important;height:100vh!important;width:100vw!important;position:relative;margin:0!important;padding:80px 0 0!important;box-sizing:border-box}@media (max-width:768px){._landingPage_lvl3LandingFullHeight__6N21g{padding-top:70px!important}}@media (max-width:480px){._landingPage_lvl3LandingFullHeight__6N21g{padding-top:60px!important}}._landingPage_lvl3LandingWrapper__mmbp3{display:flex;flex-direction:column;min-height:100vh;width:100%;margin:0;padding:0}._landingPage_landingPage___EijS{width:100%;overflow-x:hidden}._landingPage_heroSection__rswZS{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:80vh;gap:4rem}._landingPage_heroContent__zp8NT{flex:1;max-width:600px}._landingPage_heroBadge__k0YNx{display:inline-flex;align-items:center;gap:.5rem;background:rgba(167,139,250,.1);border:1px solid rgba(167,139,250,.3);border-radius:50px;padding:.5rem 1rem;font-size:.9rem;color:#a78bfa;margin-bottom:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._landingPage_badgeIcon__oseE4{font-size:1rem}._landingPage_heroTitle__Cbt1J{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}._landingPage_gradientText__46mj7{background:linear-gradient(90deg,#a78bfa,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._landingPage_heroDescription__dnw7c{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:2.5rem;max-width:500px}._landingPage_heroActions__fqJLK{display:flex;gap:1rem;margin-bottom:3rem}._landingPage_ctaPrimary__TUpzx{background:linear-gradient(90deg,#a78bfa,#8b5cf6);color:#fff;border:none;border-radius:12px;padding:.875rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px rgba(139,92,246,.3)}._landingPage_ctaPrimary__TUpzx:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.4)}._landingPage_ctaPrimary__TUpzx._landingPage_large__x5bh_{padding:1rem 2.5rem;font-size:1.1rem}._landingPage_ctaSecondary__u3Fej{background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._landingPage_ctaSecondary__u3Fej:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}._landingPage_ctaSecondary__u3Fej._landingPage_large__x5bh_{padding:1rem 2.5rem;font-size:1.1rem}._landingPage_floatingCard__Ad7B8{position:absolute;background:rgba(15,15,20,.8);border:1px solid rgba(45,45,55,.8);border-radius:12px;padding:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(0,0,0,.3);min-width:200px}._landingPage_card1__7gKNx{top:10%;left:10%;animation:_landingPage_float1__1_GSY 6s ease-in-out infinite}._landingPage_card2__eDXul{top:50%;right:10%;animation:_landingPage_float2__0LH7A 6s ease-in-out infinite}._landingPage_card3__sPvKL{bottom:10%;left:30%;animation:_landingPage_float3__qi2NK 6s ease-in-out infinite}@keyframes _landingPage_float1__1_GSY{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes _landingPage_float2__0LH7A{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(-2deg)}}@keyframes _landingPage_float3__qi2NK{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-25px) rotate(1deg)}}._landingPage_ctaSection__AaenF{background:linear-gradient(135deg,rgba(167,139,250,.1),rgba(139,92,246,.1));border-top:1px solid rgba(167,139,250,.2);border-bottom:1px solid rgba(167,139,250,.2);margin:4rem 0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._landingPage_ctaContent__sfGO_{max-width:800px;margin:0 auto;padding:4rem 2rem;text-align:center}._landingPage_ctaContent__sfGO_ h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}._landingPage_ctaContent__sfGO_>p{font-size:1.25rem;color:rgba(255,255,255,.8);margin-bottom:2.5rem}._landingPage_ctaActions__n866A{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}._landingPage_ctaNote__6BqZo{font-size:.9rem;color:rgba(255,255,255,.6);margin-top:1rem}._landingPage_ctaNote__6BqZo strong{color:#a78bfa}@keyframes _landingPage_slideIn___7Ob_{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){._landingPage_ctaContent__sfGO_ h2{font-size:2rem}._landingPage_ctaActions__n866A{flex-direction:column;align-items:center}}@media (max-width:480px){._landingPage_logoText__4DVs8{font-size:1.1rem}._landingPage_emptyIcon__10w8h{font-size:2.5rem}._landingPage_emptyState__61vgj h3{font-size:1.3rem}._landingPage_ctaPrimary__TUpzx,._landingPage_ctaSecondary__u3Fej{width:100%;justify-content:center}._landingPage_ctaContent__sfGO_{padding:3rem 1rem}._landingPage_ctaContent__sfGO_ h2{font-size:1.75rem}}._landingPage_splashContainer__QSQ8d{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 24px}._landingPage_splashContainer__QSQ8d:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 20% 30%,rgba(229,57,53,.12) 0,transparent 40%),radial-gradient(ellipse at 80% 70%,rgba(229,57,53,.08) 0,transparent 40%);animation:_landingPage_gradientShift__f7YEh 15s ease infinite;pointer-events:none}@keyframes _landingPage_gradientShift__f7YEh{0%,to{transform:translate(0)}50%{transform:translate(-3%,3%)}}._landingPage_gridOverlay__8yZuB{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(229,57,53,.03) 1px,transparent 0),linear-gradient(90deg,rgba(229,57,53,.03) 1px,transparent 0);background-size:60px 60px;opacity:.4;pointer-events:none}._landingPage_particles__cbJv2{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}._landingPage_particle__t_v8B{position:absolute;width:3px;height:3px;background:rgba(229,57,53,.4);border-radius:50%;animation:_landingPage_particleFloat__D1rZ4 20s ease-in-out infinite}._landingPage_particle__t_v8B:first-child{left:15%;animation-delay:0s;animation-duration:18s}._landingPage_particle__t_v8B:nth-child(2){left:35%;animation-delay:4s;animation-duration:22s}._landingPage_particle__t_v8B:nth-child(3){left:55%;animation-delay:8s;animation-duration:16s}._landingPage_particle__t_v8B:nth-child(4){left:75%;animation-delay:12s;animation-duration:20s}._landingPage_particle__t_v8B:nth-child(5){left:85%;animation-delay:2s;animation-duration:24s}@keyframes _landingPage_particleFloat__D1rZ4{0%,to{transform:translateY(100vh) translateX(0);opacity:0}10%,90%{opacity:.4}50%{transform:translateY(-10vh) translateX(80px)}}._landingPage_contentWrapper__pQkT_{position:relative;z-index:1;max-width:1200px;width:100%;text-align:center}._landingPage_brand__jDqj7{font-size:15px;letter-spacing:.25em;margin-bottom:56px;animation:_landingPage_fadeInDown__e8lf4 .8s ease}._landingPage_badge__kG_Et,._landingPage_brand__jDqj7{font-weight:700;color:#e53935;text-transform:uppercase}._landingPage_badge__kG_Et{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:rgba(229,57,53,.12);border:1px solid rgba(229,57,53,.4);border-radius:100px;font-size:13px;letter-spacing:.1em;margin-bottom:40px;animation:_landingPage_fadeInDown__e8lf4 .8s ease .2s both;box-shadow:0 0 30px rgba(229,57,53,.15)}._landingPage_badgeDot__P67M9{width:8px;height:8px;background:#e53935;border-radius:50%;animation:_landingPage_dotPulse__vCYO0 2s ease infinite;box-shadow:0 0 10px rgba(229,57,53,.8)}@keyframes _landingPage_dotPulse__vCYO0{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px rgba(229,57,53,.8)}50%{opacity:.6;transform:scale(1.3);box-shadow:0 0 20px rgba(229,57,53,1)}}._landingPage_headline__eB3Pq{font-size:clamp(56px,9vw,110px);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:32px;animation:_landingPage_fadeInUp__iMIXP .8s ease .3s both}._landingPage_headlineLine1__vNkcH{display:block;background:linear-gradient(135deg,#fff,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._landingPage_headlineLine2__92NZQ{display:block;background:linear-gradient(135deg,#e53935,#ff5252);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:_landingPage_shimmer__rkMya 3s ease-in-out infinite}@keyframes _landingPage_shimmer__rkMya{0%,to{background-position:0 50%}50%{background-position:100% 50%}}._landingPage_subtitle__7Bw_f{font-size:clamp(20px,2.8vw,28px);color:#999;margin-bottom:72px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.5;font-weight:500;animation:_landingPage_fadeInUp__iMIXP .8s ease .4s both}._landingPage_featuresGrid__KUsz1{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:80px;animation:_landingPage_fadeInUp__iMIXP .8s ease .5s both}._landingPage_featureCard__tQ2_c{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:36px 28px;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden}._landingPage_featureCard__tQ2_c:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(229,57,53,.5),transparent);opacity:0;transition:opacity .4s ease}._landingPage_featureCard__tQ2_c:hover{background:rgba(255,255,255,.04);border-color:rgba(229,57,53,.4);transform:translateY(-8px);box-shadow:0 20px 60px rgba(229,57,53,.2)}._landingPage_featureCard__tQ2_c:hover:before{opacity:1}._landingPage_featureNumber__0BCWn{font-size:14px;font-weight:700;color:#e53935;letter-spacing:.1em;margin-bottom:16px;opacity:.8}._landingPage_featureTitle__c6Cid{font-size:22px;font-weight:700;margin-bottom:12px;color:#fff;letter-spacing:-.02em}._landingPage_featureDesc__t5dfd{font-size:15px;color:#777;line-height:1.7}._landingPage_ctaSectionNew__a45Zd{animation:_landingPage_fadeInUp__iMIXP .8s ease .6s both}._landingPage_ctaButtonNew__je3Gj{display:inline-flex;align-items:center;gap:14px;padding:24px 56px;background:linear-gradient(135deg,#e53935,#c62828);border:none;border-radius:16px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:inherit;letter-spacing:.02em;box-shadow:0 20px 60px rgba(229,57,53,.4);text-decoration:none;position:relative;overflow:hidden}._landingPage_ctaButtonNew__je3Gj: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}._landingPage_ctaButtonNew__je3Gj:hover:before{left:100%}._landingPage_ctaButtonNew__je3Gj:hover{transform:translateY(-6px);box-shadow:0 24px 80px rgba(229,57,53,.5)}._landingPage_ctaButtonNew__je3Gj:active{transform:translateY(-3px)}._landingPage_ctaArrow__vNhrc{transition:transform .3s ease;font-size:20px}._landingPage_ctaButtonNew__je3Gj:hover ._landingPage_ctaArrow__vNhrc{transform:translateX(6px)}._landingPage_finePrint__341XP{margin-top:28px;font-size:14px;color:#555;letter-spacing:.02em;line-height:1.6}._landingPage_finePrint__341XP strong{color:#888;font-weight:700}@keyframes _landingPage_fadeInDown__e8lf4{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes _landingPage_fadeInUp__iMIXP{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){._landingPage_splashContainer__QSQ8d{padding:60px 20px}._landingPage_featuresGrid__KUsz1{grid-template-columns:1fr;gap:16px;margin-bottom:60px}._landingPage_featureCard__tQ2_c{padding:28px 24px}._landingPage_ctaButtonNew__je3Gj{padding:20px 44px;font-size:17px}._landingPage_badge__kG_Et{padding:10px 24px;font-size:12px}}
/*# sourceMappingURL=045dcf6f576bfedd.css.map*/