.FailedToFetchHandler_container__Y035S{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.FailedToFetchHandler_backgroundDecoration__KAWr6{position:absolute;inset:0;pointer-events:none;z-index:0}.FailedToFetchHandler_floatingOrb__DgFNP{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(255,0,0,.08),rgba(255,0,0,.04));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,0,0,.12);animation:FailedToFetchHandler_float__0ewp5 6s ease-in-out infinite}.FailedToFetchHandler_floatingOrb__DgFNP:first-child{width:120px;height:120px;top:10%;left:10%;animation-delay:0s}.FailedToFetchHandler_floatingOrb__DgFNP:nth-child(2){width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.FailedToFetchHandler_floatingOrb__DgFNP:nth-child(3){width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}.FailedToFetchHandler_card__UBFLu{background:rgba(30,0,0,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2rem;padding:3rem 2rem;text-align:center;border:1px solid rgba(255,0,0,.18);box-shadow:0 25px 50px -12px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,0,0,.08);max-width:28rem;width:100%;position:relative;z-index:10;transition:transform .3s ease,box-shadow .3s ease}.FailedToFetchHandler_iconContainer__nDcfM{display:flex;justify-content:center;margin-bottom:1.5rem}.FailedToFetchHandler_iconError__6s5X_{width:4rem;height:4rem;color:#ef4444;animation:FailedToFetchHandler_pulse__m_uj6 2s ease-in-out infinite}.FailedToFetchHandler_title__MFnZU{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.025em}.FailedToFetchHandler_description__xq959{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.6}.FailedToFetchHandler_countdownContainer__hmsXq{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.FailedToFetchHandler_countdownText__oTB_B{font-size:1rem;color:#fff}.FailedToFetchHandler_countdownNumber__274_3{color:#ef4444;font-weight:700;margin:0 .25em}.FailedToFetchHandler_buttonGroup__HckeG{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.FailedToFetchHandler_retryButton__AIWYt{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#60a5fa,#a5b4fc);color:white;border:1px solid rgba(59,130,246,.25);border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 32px -5px rgba(59,130,246,.35),inset 0 1.5px 0 rgba(255,255,255,.08);position:relative;overflow:hidden;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FailedToFetchHandler_retryButton__AIWYt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:left .5s ease}.FailedToFetchHandler_retryButton__AIWYt:hover:before{left:100%}.FailedToFetchHandler_retryButton__AIWYt:hover{background:linear-gradient(135deg,#1d4ed8,#3b82f6,#a5b4fc);transform:translateY(-2px);box-shadow:0 20px 48px -10px rgba(59,130,246,.45),inset 0 1.5px 0 rgba(255,255,255,.12)}.FailedToFetchHandler_retryButton__AIWYt:active{transform:translateY(0)}.FailedToFetchHandler_retryIcon__l_QdA{width:1.25rem;height:1.25rem;transition:transform .3s ease}.FailedToFetchHandler_retryButton__AIWYt:hover .FailedToFetchHandler_retryIcon__l_QdA{transform:rotate(-20deg) scale(1.1)}.FailedToFetchHandler_retryButton__AIWYt:disabled{background:#93c5fd;color:#fff;cursor:not-allowed;opacity:.7}.FailedToFetchHandler_homeButton__dMvaz{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#7b2ff2,#d946ef);color:white;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px -5px rgba(123,47,242,.4);position:relative;overflow:hidden;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FailedToFetchHandler_homeButton__dMvaz: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}.FailedToFetchHandler_homeButton__dMvaz:hover:before{left:100%}.FailedToFetchHandler_homeButton__dMvaz:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px rgba(123,47,242,.6)}.FailedToFetchHandler_homeButton__dMvaz:active{transform:translateY(0)}.FailedToFetchHandler_arrowIcon__dkAL1,.FailedToFetchHandler_homeIcon__IGfc3{width:1.25rem;height:1.25rem;transition:transform .3s ease}.FailedToFetchHandler_homeButton__dMvaz:hover .FailedToFetchHandler_homeIcon__IGfc3{transform:scale(1.1)}.FailedToFetchHandler_homeButton__dMvaz:hover .FailedToFetchHandler_arrowIcon__dkAL1{transform:translateX(4px)}@keyframes FailedToFetchHandler_float__0ewp5{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes FailedToFetchHandler_pulse__m_uj6{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:640px){.FailedToFetchHandler_card__UBFLu{padding:2rem .5rem}.FailedToFetchHandler_title__MFnZU{font-size:1.5rem}.FailedToFetchHandler_description__xq959{font-size:1rem}}.ContactInfo_contactInfoContainer__SxFmT{margin-bottom:.5rem;display:flex;justify-content:center}.ContactInfo_contactInfoWrapper__GdwsN{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.ContactInfo_contactItem__i3y47{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:1rem}.ContactInfo_contactIcon__jSUp3{width:1rem;height:1rem;color:#000}.ContactInfo_contactLink__zv2K_,.ContactInfo_contactText__oJVBT{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:20rem}.ContactInfo_contactLink__zv2K_{color:#9333ea;text-decoration:none;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}.ContactInfo_contactLink__zv2K_:hover{text-decoration:underline}@media (min-width:768px){.ContactInfo_contactLink__zv2K_,.ContactInfo_contactText__oJVBT{max-width:28rem}}@media (min-width:1024px){.ContactInfo_contactLink__zv2K_,.ContactInfo_contactText__oJVBT{max-width:32rem}}.Home_homeSection__mPJ5K{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:4rem 1rem;text-align:center;overflow:hidden}.Home_homeContent__Qx_th{z-index:10;position:relative;max-width:42rem;margin:0 auto}.Home_rocketContainer__NggU7{display:flex;justify-content:center;margin-bottom:1rem}.Home_rocketIcon__U4Gan{display:inline-block;width:2.5rem;height:2.5rem;color:#fdf2f8;animation:Home_bounce__N3XEX 2s infinite}.Home_homeTitle__lAKfq{font-size:2.25rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.Home_homeDescription__srbHP{font-size:1.125rem;font-weight:300;margin-bottom:2rem}.Home_ctaContainer__CKQRn{display:flex;justify-content:center}.Home_backgroundDecoration__VFWs6{position:absolute;inset:0;pointer-events:none}.Home_backgroundCircle__HiABk{position:absolute;left:0;top:0;width:24rem;height:24rem;opacity:.2}@keyframes Home_bounce__N3XEX{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (min-width:768px){.Home_heroSection__rJ7oe{padding:4rem 2rem}.Home_homeTitle__lAKfq{font-size:3rem}.Home_homeDescription__srbHP{font-size:1.25rem}}.Loading_loadingContainer__ynxNV{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:1000;background:transparent}.Loading_spinner__KnfCd{width:44px;height:44px;border:2px solid #e0e0e0;border-top-color:#5b21b6;border-radius:50%;animation:Loading_spin__MLDXm 1s linear infinite;margin-bottom:1rem}@keyframes Loading_spin__MLDXm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loading_loadingText__TRqW_{font-size:1rem;color:#fff;letter-spacing:.05em;text-shadow:0 2px 8px rgba(0,0,0,.25)}.ProfileCard_profileCardContainer__HmobG{width:100%;max-width:var(--profile-card-max-width,28rem);margin:0 auto;padding:2rem 0}@media (min-width:640px){.ProfileCard_profileCardContainer__HmobG{--profile-card-max-width:32rem}}@media (min-width:768px){.ProfileCard_profileCardContainer__HmobG{--profile-card-max-width:36rem}}@media (min-width:1024px){.ProfileCard_profileCardContainer__HmobG{--profile-card-max-width:40rem}}@media (min-width:1280px){.ProfileCard_profileCardContainer__HmobG{--profile-card-max-width:44rem}}.ProfileCard_profileCard___Pdem{background:linear-gradient(135deg,#f3e8ff,#c8d1f6 60%,#f3f3f3);border-radius:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;min-width:320px;padding:2.5rem 2rem 2rem;position:relative;transition:box-shadow .3s,transform .3s}.ProfileCard_description__ZPdCJ{font-size:1.08rem;color:#5b21b6;text-align:center;margin-bottom:1.5rem;line-height:1.7;word-break:break-word;background:rgba(255,255,255,.7);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 2px 8px 0 rgba(168,85,247,.04)}.ProfileCard_ctaContainer__NypWw{width:100%;display:flex;justify-content:center;margin-top:1.5rem}@keyframes ProfileCard_slideUp__5sJwe{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.ProfileCard_slideUpAnimation__X8g3a{transition:bottom .6s ease-out,opacity .4s ease-out;overflow:hidden}.ProfileCard_hidden__b_iDD{bottom:-100px;opacity:0;pointer-events:none}.ProfileCard_visible__NmhCl{bottom:0;opacity:1;pointer-events:auto}@keyframes ProfileCard2_slideUp__JOSj2{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.ProfileCard2_animateGradientX__k7cdR,.ProfileCard2_slideUpAnimation__j0vZN{animation:none;transition:none}.ProfileCard2_slideUpAnimation__j0vZN{transition:opacity .3s ease}}@keyframes ProfileCard2_gradient-x__65WeS{0%,to{background-position:12% 48%}10%{background-position:60% 33%}20%{background-position:80% 70%}30%{background-position:30% 90%}40%{background-position:90% 20%}50%{background-position:50% 80%}60%{background-position:10% 60%}70%{background-position:70% 10%}80%{background-position:40% 70%}90%{background-position:80% 40%}}.ProfileCard2_slideUpAnimation__j0vZN{transition:bottom .6s ease-out,opacity .4s ease-out;overflow:hidden}.ProfileCard2_hidden__I0xj8{bottom:-100px;opacity:0;pointer-events:none}.ProfileCard2_visible__OeOhJ{bottom:0;opacity:1;pointer-events:auto}.ProfileCard2_animateGradientX__k7cdR{animation:ProfileCard2_gradient-x__65WeS 10s ease-in-out infinite}.ProfileCard2_profileHeader__K9OKj{min-height:clamp(300px,60vh,500px);max-height:100%}@media (max-width:768px){.ProfileCard2_profileHeader__K9OKj{min-height:clamp(250px,45vh,420px);max-height:100%}.ProfileCard2_profileHeader__K9OKj.ProfileCard2_hasImage__Tpw4g{background-size:cover!important;background-position:top!important;min-height:clamp(280px,50vh,450px)}}@media (max-width:640px){.ProfileCard2_profileHeader__K9OKj.ProfileCard2_hasImage__Tpw4g{min-height:clamp(300px,55vh,500px);background-position:center 25%!important}}.ProfileCard2_profileHeader__K9OKj h1:focus,.ProfileCard2_profileHeader__K9OKj p:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}@media (min-width:1024px){.ProfileCard2_profileCard__IzGSr{max-width:36rem!important;width:36rem!important}}@media (prefers-contrast:high){.ProfileCard2_profileHeader__K9OKj{border:2px solid}.ProfileCard2_profileHeader__K9OKj h1,.ProfileCard2_profileHeader__K9OKj p{text-shadow:none}}.ProfileHeader_profileHeader__f8vsf{margin-bottom:1rem;text-align:center}.ProfileHeader_name__eCEeF{margin-bottom:.25rem;font-size:1.2rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;background:linear-gradient(90deg,#d946ef,#a855f7);color:white;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #f0abfc}.ProfileImage_imageContainer__yTqJU{display:flex;justify-content:center;margin-bottom:1.5rem;position:relative}.ProfileImage_imageWrapper__XcSDu{background:linear-gradient(to top right,#d946ef,#a855f7);padding:.25rem;border-radius:50%;position:relative;z-index:1}.ProfileImage_imageContainer__yTqJU:before{content:"";position:absolute;top:50%;left:50%;width:10.5rem;height:10.5rem;transform:translate(-50%,-50%);border-radius:50%;background:conic-gradient(from 0deg,#a855f7 0,#38bdf8 30%,#f0abfc 60%,#a855f7 100%);opacity:.7;filter:blur(2px);z-index:0;animation:ProfileImage_ai-breath__q_bM5 2.8s ease-in-out infinite}@keyframes ProfileImage_ai-breath__q_bM5{0%,to{opacity:.7;box-shadow:0 0 0 0 #a855f7}50%{opacity:1;box-shadow:0 0 32px 8px #a855f744}}.ProfileImage_profileImage__GAkFg{width:8rem;height:8rem;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transition:transform .2s ease}.ProfileImage_profileImage__GAkFg:hover{transform:scale(1.05)}.ProfileNotFoundHandler_container___k_FZ{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.ProfileNotFoundHandler_backgroundDecoration__4bs8x{position:absolute;inset:0;pointer-events:none;z-index:0}.ProfileNotFoundHandler_floatingOrb__ipCFA{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:ProfileNotFoundHandler_float__g3p4N 6s ease-in-out infinite}.ProfileNotFoundHandler_floatingOrb__ipCFA:first-child{width:120px;height:120px;top:10%;left:10%;animation-delay:0s}.ProfileNotFoundHandler_floatingOrb__ipCFA:nth-child(2){width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.ProfileNotFoundHandler_floatingOrb__ipCFA:nth-child(3){width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}.ProfileNotFoundHandler_card__a3kXj{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2rem;padding:3rem 2rem;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.1);max-width:28rem;width:100%;position:relative;z-index:10;transition:transform .3s ease,box-shadow .3s ease}.ProfileNotFoundHandler_iconContainer__kWPAS{display:flex;justify-content:center;margin-bottom:1.5rem}.ProfileNotFoundHandler_icon__DIhM_{width:4rem;height:4rem;color:#fbbf24;animation:ProfileNotFoundHandler_pulse__jPWh8 2s ease-in-out infinite}.ProfileNotFoundHandler_title__d8jum{font-size:2rem;font-weight:700;color:white;margin-bottom:1rem;letter-spacing:-.025em}.ProfileNotFoundHandler_description__UjP_W{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.6}.ProfileNotFoundHandler_profileId__L5iSa{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;background-color:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.3)}.ProfileNotFoundHandler_countdownContainer__goYDd{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.ProfileNotFoundHandler_countdownIcon__fjXBH{width:1.25rem;height:1.25rem;color:#60a5fa;animation:ProfileNotFoundHandler_spin__2Mz0J 2s linear infinite}.ProfileNotFoundHandler_countdownText__eEG8e{font-size:.875rem;color:rgba(255,255,255,.8)}.ProfileNotFoundHandler_countdownNumber___HLYi{font-weight:600;color:#60a5fa;font-size:1rem}.ProfileNotFoundHandler_homeButton__6BHS1{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#7b2ff2,#d946ef);color:white;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px -5px rgba(123,47,242,.4);position:relative;overflow:hidden;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ProfileNotFoundHandler_homeButton__6BHS1: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}.ProfileNotFoundHandler_homeButton__6BHS1:hover:before{left:100%}.ProfileNotFoundHandler_homeButton__6BHS1:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px rgba(123,47,242,.6)}.ProfileNotFoundHandler_homeButton__6BHS1:active{transform:translateY(0)}.ProfileNotFoundHandler_arrowIcon__Mv3wg,.ProfileNotFoundHandler_homeIcon__fwVNK{width:1.25rem;height:1.25rem;transition:transform .3s ease}.ProfileNotFoundHandler_homeButton__6BHS1:hover .ProfileNotFoundHandler_homeIcon__fwVNK{transform:scale(1.1)}.ProfileNotFoundHandler_homeButton__6BHS1:hover .ProfileNotFoundHandler_arrowIcon__Mv3wg{transform:translateX(4px)}@keyframes ProfileNotFoundHandler_float__g3p4N{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(-10px) rotate(240deg)}}@keyframes ProfileNotFoundHandler_pulse__jPWh8{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes ProfileNotFoundHandler_spin__2Mz0J{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.ProfileNotFoundHandler_card__a3kXj{padding:2rem 1.5rem;margin:1rem}.ProfileNotFoundHandler_title__d8jum{font-size:1.75rem}.ProfileNotFoundHandler_description__UjP_W{font-size:1rem}.ProfileNotFoundHandler_floatingOrb__ipCFA:first-child{width:80px;height:80px}.ProfileNotFoundHandler_floatingOrb__ipCFA:nth-child(2){width:60px;height:60px}.ProfileNotFoundHandler_floatingOrb__ipCFA:nth-child(3){width:70px;height:70px}}@media (max-width:480px){.ProfileNotFoundHandler_card__a3kXj{padding:1.5rem 1rem}.ProfileNotFoundHandler_title__d8jum{font-size:1.5rem}.ProfileNotFoundHandler_homeButton__6BHS1{padding:.875rem 1.5rem;font-size:.875rem}.ProfileNotFoundHandler_arrowIcon__Mv3wg,.ProfileNotFoundHandler_homeIcon__fwVNK{width:1rem;height:1rem}}.SocialLinks_socialLinksContainer__P_iPO{position:relative;display:flex;justify-content:center;gap:1rem;margin-top:1rem;padding:.75rem;border-radius:1rem;border:1px solid #dbeafe;background:radial-gradient(circle at 50% 30%,#e0e7ef 70%,#f8fafc 100%);box-shadow:inset 0 2px 12px 0 rgba(30,41,59,.1),0 2px 8px 0 rgba(30,41,59,.08)}.SocialLinks_socialLink__nIrOb{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background-color:white;border:1px solid #dbeafe;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .2s ease}.SocialLinks_socialLink__nIrOb:hover{box-shadow:0 8px 32px 0 rgba(30,41,59,.18);transform:scale(1.05)}.SocialLinks_socialIcon__j0ww8{width:1.5rem;height:1.5rem;transition:opacity .2s ease}.SocialLinks_socialLink__nIrOb:hover .SocialLinks_socialIcon__j0ww8{opacity:.8}.SocialLinks_facebook__81zi9{color:#2563eb}.SocialLinks_linkedin__Rc2ST{color:#1d4ed8}.SocialLinks_instagram__aoMxI{color:#ec4899}.SocialLinks_twitter__CREyz{color:#000}.SocialLinks_youtube__oa9Ku{color:#dc2626}.SocialLinks_fallback__EoRqi{color:#6b7280}