.LanguageSelector-module__V7wBFG__languageSelector{z-index:100;position:relative}.LanguageSelector-module__V7wBFG__trigger{background:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;border:2px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:600;transition:all .25s;display:flex}.LanguageSelector-module__V7wBFG__trigger:hover{background:var(--color-bg-hover);border-color:var(--color-accent-blue)}.LanguageSelector-module__V7wBFG__flag{font-size:1.2rem}.LanguageSelector-module__V7wBFG__currentLang{font-size:.9rem}.LanguageSelector-module__V7wBFG__arrow{font-size:.7rem;transition:transform .25s}.LanguageSelector-module__V7wBFG__trigger:hover .LanguageSelector-module__V7wBFG__arrow{transform:translateY(2px)}.LanguageSelector-module__V7wBFG__dropdown{background:var(--color-bg-secondary);border:2px solid #478cff4d;border-radius:.75rem;min-width:200px;animation:.2s ease-out LanguageSelector-module__V7wBFG__fadeIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 30px #00000080}@keyframes LanguageSelector-module__V7wBFG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LanguageSelector-module__V7wBFG__scrollContainer{max-height:400px;padding:.5rem;overflow-y:auto}.LanguageSelector-module__V7wBFG__scrollContainer::-webkit-scrollbar{width:8px}.LanguageSelector-module__V7wBFG__scrollContainer::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.LanguageSelector-module__V7wBFG__scrollContainer::-webkit-scrollbar-thumb{background:var(--color-accent-blue);border-radius:4px}.LanguageSelector-module__V7wBFG__scrollContainer::-webkit-scrollbar-thumb:hover{background:var(--color-accent-cyan)}.LanguageSelector-module__V7wBFG__option{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.LanguageSelector-module__V7wBFG__option:hover{color:var(--color-text-primary);background:#478cff1a}.LanguageSelector-module__V7wBFG__option.LanguageSelector-module__V7wBFG__active{color:var(--color-accent-cyan);background:#478cff33;font-weight:600}.LanguageSelector-module__V7wBFG__langName{flex:1}@media (max-width:768px){.LanguageSelector-module__V7wBFG__currentLang{display:none}.LanguageSelector-module__V7wBFG__dropdown{left:0;right:auto}}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;border-bottom:1px solid #ffffff0d;position:sticky;top:0}.Header-module__hBw1pG__nav{padding:1rem 0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__hBw1pG__logo{align-items:baseline;gap:.5rem;font-size:1.5rem;font-weight:900;text-decoration:none;transition:transform .3s;display:flex}.Header-module__hBw1pG__logo:hover{transform:scale(1.05)}.Header-module__hBw1pG__logoImage{width:auto;height:48px;display:block}.Header-module__hBw1pG__logoText{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__hBw1pG__logoEngine{color:var(--color-text-secondary);font-size:1.2rem;font-weight:600}.Header-module__hBw1pG__navLinks{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-secondary);align-items:center;gap:.25rem;font-weight:500;transition:color .25s;display:flex;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--color-text-primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__donateIcon{font-size:1rem}.Header-module__hBw1pG__rightSection{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__userMenu{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__userName{color:var(--color-text-secondary);font-size:.9rem}.Header-module__hBw1pG__authButtons{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__loginBtn{color:var(--color-text-primary);padding:.5rem 1rem;font-weight:600;transition:color .25s}.Header-module__hBw1pG__loginBtn:hover{color:var(--color-accent-cyan)}.Header-module__hBw1pG__signupBtn{background:var(--gradient-primary);color:#fff;border-radius:.5rem;padding:.5rem 1.5rem;font-weight:600;transition:all .25s}.Header-module__hBw1pG__signupBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #478cff66}.Header-module__hBw1pG__logoutBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:2px solid var(--color-accent-blue);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .25s}.Header-module__hBw1pG__logoutBtn:hover{background:var(--color-bg-hover);transform:translateY(-2px)}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.Header-module__hBw1pG__mobileMenuBtn span{background:var(--color-text-primary);border-radius:2px;width:25px;height:3px;transition:all .3s;display:block}@media (max-width:768px){.Header-module__hBw1pG__mobileMenuBtn{display:flex}.Header-module__hBw1pG__navLinks{background:var(--color-bg-secondary);border-bottom:1px solid #ffffff0d;flex-direction:column;gap:0;max-height:0;padding:1rem 0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Header-module__hBw1pG__navLinksOpen{max-height:500px}.Header-module__hBw1pG__navLink{width:100%;padding:1rem 1.5rem}.Header-module__hBw1pG__rightSection{flex-direction:row;justify-content:space-between;width:100%;padding:0 1.5rem}.Header-module__hBw1pG__authButtons,.Header-module__hBw1pG__userMenu{flex-direction:row;gap:.5rem}.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__signupBtn,.Header-module__hBw1pG__logoutBtn{text-align:center}}
.Features-module__zvCZ4q__features{background:var(--color-bg-secondary);padding:6rem 0;position:relative}.Features-module__zvCZ4q__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem;animation:.8s ease-out Features-module__zvCZ4q__fadeInUp}@keyframes Features-module__zvCZ4q__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Features-module__zvCZ4q__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.Features-module__zvCZ4q__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Features-module__zvCZ4q__subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__zvCZ4q__card{background:var(--color-bg-primary);border:2px solid #ffffff0d;border-radius:1.5rem;padding:2.5rem;transition:all .3s;animation:.6s ease-out both Features-module__zvCZ4q__fadeIn}.Features-module__zvCZ4q__card:first-child{animation-delay:.1s}.Features-module__zvCZ4q__card:nth-child(2){animation-delay:.2s}.Features-module__zvCZ4q__card:nth-child(3){animation-delay:.3s}.Features-module__zvCZ4q__card:nth-child(4){animation-delay:.4s}.Features-module__zvCZ4q__card:nth-child(5){animation-delay:.5s}.Features-module__zvCZ4q__card:nth-child(6){animation-delay:.6s}@keyframes Features-module__zvCZ4q__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Features-module__zvCZ4q__card:hover{border-color:#478cff4d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 30px #478cff33}.Features-module__zvCZ4q__icon{margin-bottom:1.5rem;font-size:3rem;animation:3s ease-in-out infinite Features-module__zvCZ4q__float;display:inline-block}@keyframes Features-module__zvCZ4q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__icon{animation-play-state:paused;transform:scale(1.1)rotate(5deg)}.Features-module__zvCZ4q__cardTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Features-module__zvCZ4q__cardDescription{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.Features-module__zvCZ4q__features{padding:4rem 0}.Features-module__zvCZ4q__grid{grid-template-columns:1fr;gap:1.5rem}.Features-module__zvCZ4q__card{padding:2rem}.Features-module__zvCZ4q__header{margin-bottom:3rem}}
.Footer-module__S6Hkya__footer{background:var(--color-bg-tertiary);border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__columns{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__columnTitle{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__description{color:var(--color-text-secondary);line-height:1.6}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--color-text-secondary);font-size:.95rem;transition:color .25s}.Footer-module__S6Hkya__link:hover{color:var(--color-accent-blue)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-text-muted);font-size:.875rem}.Footer-module__S6Hkya__social{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--color-text-secondary);font-weight:600;transition:color .25s}.Footer-module__S6Hkya__socialLink:hover{color:var(--color-accent-cyan)}@media (max-width:968px){.Footer-module__S6Hkya__columns{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:640px){.Footer-module__S6Hkya__columns{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__S6Hkya__social{justify-content:center}}
.Hero-module__ZARIfG__hero{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);align-items:center;min-height:90vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";background:radial-gradient(circle,#478cff1a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:8s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;top:-50%;right:-20%}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.Hero-module__ZARIfG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.Hero-module__ZARIfG__content{animation:.8s ease-out Hero-module__ZARIfG__fadeInUp}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__title{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.Hero-module__ZARIfG__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.Hero-module__ZARIfG__subtitle{color:var(--color-text-secondary);margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6}.Hero-module__ZARIfG__buttons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__btnPrimary{color:#fff;background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);box-shadow:0 4px 15px #478cff66}.Hero-module__ZARIfG__btnPrimary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #478cff80}.Hero-module__ZARIfG__btnSecondary{background:var(--color-bg-secondary);color:var(--color-text-primary);border:2px solid var(--color-accent-blue)}.Hero-module__ZARIfG__btnSecondary:hover{background:var(--color-bg-hover);border-color:var(--color-accent-cyan);transform:translateY(-3px)}.Hero-module__ZARIfG__visualWrapper{justify-content:center;align-items:center;animation:1s ease-out .3s both Hero-module__ZARIfG__fadeIn;display:flex}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__ZARIfG__visual{width:100%;height:500px;position:relative}.Hero-module__ZARIfG__floatingCard1,.Hero-module__ZARIfG__floatingCard2,.Hero-module__ZARIfG__floatingCard3{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#478cff1a 0%,#7b68ee1a 100%);border:2px solid #478cff4d;border-radius:1.5rem;position:absolute}.Hero-module__ZARIfG__floatingCard1{width:300px;height:200px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;top:10%;left:10%}.Hero-module__ZARIfG__floatingCard2{width:250px;height:180px;animation:7s ease-in-out 1s infinite Hero-module__ZARIfG__float;top:50%;right:10%}.Hero-module__ZARIfG__floatingCard3{width:200px;height:150px;animation:8s ease-in-out 2s infinite Hero-module__ZARIfG__float;bottom:10%;left:30%}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-20px)rotate(2deg)}50%{transform:translateY(-10px)rotate(-2deg)}75%{transform:translateY(-25px)rotate(1deg)}}@media (max-width:968px){.Hero-module__ZARIfG__container{grid-template-columns:1fr;gap:2rem}.Hero-module__ZARIfG__visualWrapper{display:none}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__buttons{flex-direction:column}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{width:100%}}
.News-module__1ULjOG__news{background:var(--color-bg-primary);padding:6rem 0}.News-module__1ULjOG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.News-module__1ULjOG__header{margin-bottom:3rem}.News-module__1ULjOG__title{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:900}.News-module__1ULjOG__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.News-module__1ULjOG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.News-module__1ULjOG__card{background:var(--color-bg-secondary);border:2px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:all .3s}.News-module__1ULjOG__card:hover{border-color:#478cff4d;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.News-module__1ULjOG__date{color:var(--color-accent-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.News-module__1ULjOG__cardTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.News-module__1ULjOG__cardDescription{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.News-module__1ULjOG__readMore{color:var(--color-accent-cyan);font-weight:600;transition:all .25s;display:inline-block}.News-module__1ULjOG__readMore:hover{color:var(--color-accent-blue);transform:translate(5px)}@media (max-width:768px){.News-module__1ULjOG__news{padding:4rem 0}.News-module__1ULjOG__grid{grid-template-columns:1fr}}
.admin-module__4WpgRW__adminPage{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.admin-module__4WpgRW__container{width:100%;max-width:500px}.admin-module__4WpgRW__loginCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#16213e99;border:2px solid #478cff4d;border-radius:1.5rem;padding:3rem;animation:.6s ease-out admin-module__4WpgRW__fadeInUp;box-shadow:0 20px 60px #00000080}@keyframes admin-module__4WpgRW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.admin-module__4WpgRW__icon{text-align:center;margin-bottom:1.5rem;font-size:4rem}.admin-module__4WpgRW__title{text-align:center;background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:900}.admin-module__4WpgRW__subtitle{text-align:center;color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.05rem}.admin-module__4WpgRW__error{color:#ef4444;text-align:center;background:#ef44441a;border:2px solid #ef44444d;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem;font-weight:600}.admin-module__4WpgRW__form{flex-direction:column;gap:1.5rem;display:flex}.admin-module__4WpgRW__formGroup{flex-direction:column;gap:.5rem;display:flex}.admin-module__4WpgRW__label{color:var(--color-text-primary);font-size:.95rem;font-weight:600}.admin-module__4WpgRW__input{background:var(--color-bg-tertiary);color:var(--color-text-primary);border:2px solid #ffffff1a;border-radius:.75rem;padding:1rem;font-family:inherit;font-size:1rem;transition:all .25s}.admin-module__4WpgRW__input:focus{border-color:var(--color-accent-blue);outline:none;box-shadow:0 0 0 4px #478cff1a}.admin-module__4WpgRW__input::placeholder{color:var(--color-text-muted)}.admin-module__4WpgRW__submitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1.0625rem;font-weight:700;transition:all .25s}.admin-module__4WpgRW__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.admin-module__4WpgRW__submitBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.admin-module__4WpgRW__loginCard{padding:2rem}}
.dashboard-module__dgeMKW__dashboard{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);min-height:calc(100vh - 80px);padding:3rem 0}.dashboard-module__dgeMKW__loading{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:calc(100vh - 80px);display:flex}.dashboard-module__dgeMKW__spinner{border:4px solid #478cff1a;border-top-color:var(--color-accent-blue);border-radius:50%;width:50px;height:50px;animation:.8s linear infinite dashboard-module__dgeMKW__spin}@keyframes dashboard-module__dgeMKW__spin{to{transform:rotate(360deg)}}.dashboard-module__dgeMKW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-module__dgeMKW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.dashboard-module__dgeMKW__title{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:900}.dashboard-module__dgeMKW__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dashboard-module__dgeMKW__logoutBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:2px solid var(--color-accent-blue);cursor:pointer;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:700;transition:all .25s}.dashboard-module__dgeMKW__logoutBtn:hover{background:var(--color-bg-hover);transform:translateY(-2px)}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__dgeMKW__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#16213e99;border:2px solid #ffffff1a;border-radius:1.25rem;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.dashboard-module__dgeMKW__statCard:hover{border-color:#478cff4d;transform:translateY(-5px)}.dashboard-module__dgeMKW__statIcon{font-size:3rem}.dashboard-module__dgeMKW__statInfo{flex:1}.dashboard-module__dgeMKW__statLabel{color:var(--color-text-secondary);margin-bottom:.5rem;font-size:.95rem}.dashboard-module__dgeMKW__statValue{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900}.dashboard-module__dgeMKW__section{margin-bottom:3rem}.dashboard-module__dgeMKW__sectionTitle{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:900}.dashboard-module__dgeMKW__actionsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.dashboard-module__dgeMKW__actionCard{cursor:pointer;color:var(--color-text-primary);background:#16213e66;border:2px solid #ffffff1a;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex}.dashboard-module__dgeMKW__actionCard:hover{border-color:var(--color-accent-blue);background:#16213ecc;transform:translateY(-5px)}.dashboard-module__dgeMKW__actionIcon{font-size:2.5rem}.dashboard-module__dgeMKW__activityCard{text-align:center;background:#16213e66;border:2px solid #ffffff1a;border-radius:1rem;padding:3rem}.dashboard-module__dgeMKW__emptyState{color:var(--color-text-muted);font-size:1.1rem}@media (max-width:768px){.dashboard-module__dgeMKW__dashboard{padding:2rem 0}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:1fr}.dashboard-module__dgeMKW__actionsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dashboard-module__dgeMKW__actionsGrid{grid-template-columns:1fr}}
.dashboard-module__XABe8G__dashboard{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);min-height:calc(100vh - 80px);padding:4rem 0}.dashboard-module__XABe8G__loading{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:calc(100vh - 80px);display:flex}.dashboard-module__XABe8G__spinner{border:4px solid #478cff1a;border-top-color:var(--color-accent-blue);border-radius:50%;width:50px;height:50px;animation:.8s linear infinite dashboard-module__XABe8G__spin}@keyframes dashboard-module__XABe8G__spin{to{transform:rotate(360deg)}}.dashboard-module__XABe8G__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-module__XABe8G__hero{text-align:center;margin-bottom:4rem;animation:.8s ease-out dashboard-module__XABe8G__fadeIn}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.dashboard-module__XABe8G__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dashboard-module__XABe8G__subtitle{color:var(--color-text-secondary);font-size:1.2rem}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.dashboard-module__XABe8G__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#16213e99;border:2px solid #ffffff1a;border-radius:1.5rem;padding:2.5rem;transition:all .3s;animation:.6s ease-out both dashboard-module__XABe8G__fadeIn}.dashboard-module__XABe8G__card:first-child{animation-delay:.1s}.dashboard-module__XABe8G__card:nth-child(2){animation-delay:.2s}.dashboard-module__XABe8G__card:nth-child(3){animation-delay:.3s}.dashboard-module__XABe8G__card:nth-child(4){animation-delay:.4s}.dashboard-module__XABe8G__card:hover{border-color:#478cff4d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.dashboard-module__XABe8G__cardIcon{margin-bottom:1rem;font-size:3rem}.dashboard-module__XABe8G__cardTitle{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dashboard-module__XABe8G__cardValue{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:900}.dashboard-module__XABe8G__cardDescription{color:var(--color-text-secondary);font-size:.9rem}.dashboard-module__XABe8G__section{margin-top:4rem}.dashboard-module__XABe8G__sectionTitle{color:var(--color-text-primary);margin-bottom:2rem;font-size:2rem;font-weight:900}.dashboard-module__XABe8G__actions{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.dashboard-module__XABe8G__actionBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;border:2px solid #ffffff1a;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;font-size:1.125rem;font-weight:600;transition:all .25s;display:flex}.dashboard-module__XABe8G__actionBtn:hover{background:var(--color-bg-hover);border-color:var(--color-accent-blue);transform:translateY(-3px)}.dashboard-module__XABe8G__actionIcon{font-size:1.5rem}@media (max-width:768px){.dashboard-module__XABe8G__dashboard{padding:2rem 0}.dashboard-module__XABe8G__grid,.dashboard-module__XABe8G__actions{grid-template-columns:1fr}}
.donate-module__ITXzka__donatePage{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);min-height:100vh}.donate-module__ITXzka__hero{background:var(--color-bg-secondary);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 0 4rem}.donate-module__ITXzka__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.donate-module__ITXzka__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.donate-module__ITXzka__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.donate-module__ITXzka__subtitle{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.5rem}.donate-module__ITXzka__description{color:var(--color-text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.donate-module__ITXzka__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:4rem 0;display:grid}.donate-module__ITXzka__pricingCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#16213e99;border:2px solid #ffffff1a;border-radius:1.5rem;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.donate-module__ITXzka__pricingCard:hover{border-color:#478cff80;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 30px #478cff33}.donate-module__ITXzka__pricingCard.donate-module__ITXzka__popular{border-color:var(--color-accent-blue);box-shadow:0 10px 30px #478cff4d}.donate-module__ITXzka__popularBadge{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.donate-module__ITXzka__tierName{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.donate-module__ITXzka__price{align-items:baseline;gap:.25rem;margin-bottom:1rem;display:flex}.donate-module__ITXzka__currency{color:var(--color-accent-blue);font-size:1.5rem;font-weight:700}.donate-module__ITXzka__amount{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.donate-module__ITXzka__period{color:var(--color-text-muted);font-size:1rem}.donate-module__ITXzka__tierDescription{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.05rem}.donate-module__ITXzka__features{flex-grow:1;margin-bottom:2rem;list-style:none}.donate-module__ITXzka__feature{color:var(--color-text-secondary);border-bottom:1px solid #ffffff0d;padding:.75rem 0;font-size:1rem;line-height:1.4}.donate-module__ITXzka__feature:last-child{border-bottom:none}.donate-module__ITXzka__donateButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1.0625rem;font-weight:700;transition:all .25s}.donate-module__ITXzka__donateButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.donate-module__ITXzka__customSection{text-align:center;background:#16213e66;border:2px solid #ffffff1a;border-radius:1.5rem;margin:4rem 0;padding:3rem}.donate-module__ITXzka__customTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:2rem;font-weight:900}.donate-module__ITXzka__customDescription{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.1rem}.donate-module__ITXzka__customForm{gap:1rem;max-width:500px;margin:0 auto;display:flex}.donate-module__ITXzka__customInput{background:var(--color-bg-tertiary);color:var(--color-text-primary);border:2px solid #ffffff1a;border-radius:.75rem;flex:1;padding:1rem;font-family:inherit;font-size:1.125rem;transition:all .25s}.donate-module__ITXzka__customInput:focus{border-color:var(--color-accent-blue);outline:none;box-shadow:0 0 0 4px #478cff1a}.donate-module__ITXzka__customButton{background:var(--gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .25s}.donate-module__ITXzka__customButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.donate-module__ITXzka__impactSection{text-align:center;margin:6rem 0}.donate-module__ITXzka__impactTitle{color:var(--color-text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:900}.donate-module__ITXzka__impactGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.donate-module__ITXzka__impactCard{background:#16213e66;border:2px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:all .3s}.donate-module__ITXzka__impactCard:hover{border-color:#478cff4d;transform:translateY(-5px)}.donate-module__ITXzka__impactIcon{margin-bottom:1rem;font-size:3rem}.donate-module__ITXzka__impactCard h4{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.donate-module__ITXzka__impactCard p{color:var(--color-text-secondary);line-height:1.6}@media (max-width:768px){.donate-module__ITXzka__pricingGrid{grid-template-columns:1fr}.donate-module__ITXzka__customForm{flex-direction:column}.donate-module__ITXzka__impactGrid{grid-template-columns:1fr}}
.success-module__oWUGJa__successPage{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.success-module__oWUGJa__container{width:100%;max-width:600px}.success-module__oWUGJa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#16213e99;border:2px solid #478cff4d;border-radius:1.5rem;padding:4rem 3rem;animation:.6s ease-out success-module__oWUGJa__fadeInUp;box-shadow:0 20px 60px #00000080}@keyframes success-module__oWUGJa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-module__oWUGJa__icon{margin-bottom:1.5rem;font-size:5rem;animation:1s ease-in-out success-module__oWUGJa__bounce}@keyframes success-module__oWUGJa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.success-module__oWUGJa__title{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.success-module__oWUGJa__message{color:var(--color-text-secondary);margin-bottom:1rem;font-size:1.2rem;line-height:1.6}.success-module__oWUGJa__submessage{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1rem}.success-module__oWUGJa__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.success-module__oWUGJa__homeBtn,.success-module__oWUGJa__dashboardBtn{border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.success-module__oWUGJa__homeBtn{background:var(--gradient-primary);color:#fff}.success-module__oWUGJa__homeBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.success-module__oWUGJa__dashboardBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:2px solid var(--color-accent-blue)}.success-module__oWUGJa__dashboardBtn:hover{background:var(--color-bg-hover);transform:translateY(-2px)}@media (max-width:640px){.success-module__oWUGJa__card{padding:3rem 2rem}.success-module__oWUGJa__actions{flex-direction:column}.success-module__oWUGJa__homeBtn,.success-module__oWUGJa__dashboardBtn{width:100%}}
.download-module__Oox4qG__downloadPage{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);min-height:100vh}.download-module__Oox4qG__hero{background:var(--color-bg-secondary);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 0 4rem}.download-module__Oox4qG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.download-module__Oox4qG__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.download-module__Oox4qG__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.download-module__Oox4qG__subtitle{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.5rem}.download-module__Oox4qG__platformGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0;display:grid}.download-module__Oox4qG__platformCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#16213e99;border:2px solid #ffffff1a;border-radius:1.5rem;padding:3rem 2rem;transition:all .3s}.download-module__Oox4qG__platformCard:hover{border-color:#478cff80;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.download-module__Oox4qG__platformIcon{margin-bottom:1.5rem;font-size:4rem}.download-module__Oox4qG__platformName{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.download-module__Oox4qG__platformDescription{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.05rem}.download-module__Oox4qG__downloadBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1.0625rem;font-weight:700;transition:all .25s}.download-module__Oox4qG__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.download-module__Oox4qG__infoSection{margin:4rem 0}.download-module__Oox4qG__sectionTitle{color:var(--color-text-primary);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:900}.download-module__Oox4qG__requirementsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.download-module__Oox4qG__requirementCard{background:#16213e66;border:2px solid #ffffff1a;border-radius:1rem;padding:2rem}.download-module__Oox4qG__requirementCard h4{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.download-module__Oox4qG__requirementCard ul{padding:0;list-style:none}.download-module__Oox4qG__requirementCard li{color:var(--color-text-secondary);border-bottom:1px solid #ffffff0d;padding:.75rem 0;font-size:1rem}.download-module__Oox4qG__requirementCard li:last-child{border-bottom:none}@media (max-width:768px){.download-module__Oox4qG__platformGrid,.download-module__Oox4qG__requirementsGrid{grid-template-columns:1fr}}
.AuthForm-module__fe77cG__formContainer{background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.AuthForm-module__fe77cG__form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#16213e99;border:2px solid #ffffff1a;border-radius:1.5rem;width:100%;max-width:450px;padding:3rem;animation:.6s ease-out AuthForm-module__fe77cG__fadeInUp;box-shadow:0 20px 60px #00000080}@keyframes AuthForm-module__fe77cG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AuthForm-module__fe77cG__title{color:var(--color-text-primary);background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:900}.AuthForm-module__fe77cG__subtitle{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1rem}.AuthForm-module__fe77cG__error{color:#ff4757;background:#ff47571a;border:1px solid #ff47574d;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.AuthForm-module__fe77cG__formGroup{margin-bottom:1.5rem}.AuthForm-module__fe77cG__label{color:var(--color-text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.AuthForm-module__fe77cG__input{background:var(--color-bg-tertiary);width:100%;color:var(--color-text-primary);border:2px solid #ffffff1a;border-radius:.625rem;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .25s}.AuthForm-module__fe77cG__input:focus{border-color:var(--color-accent-blue);outline:none;box-shadow:0 0 0 4px #478cff1a}.AuthForm-module__fe77cG__input:disabled{opacity:.6;cursor:not-allowed}.AuthForm-module__fe77cG__input::placeholder{color:var(--color-text-muted)}.AuthForm-module__fe77cG__hint{color:var(--color-text-muted);margin-top:.5rem;font-size:.85rem}.AuthForm-module__fe77cG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);border:none;border-radius:.625rem;justify-content:center;align-items:center;width:100%;min-height:50px;margin-top:.5rem;padding:1rem;font-size:1.0625rem;font-weight:700;transition:all .25s;display:flex}.AuthForm-module__fe77cG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #478cff66}.AuthForm-module__fe77cG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.AuthForm-module__fe77cG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite AuthForm-module__fe77cG__spin;display:inline-block}@keyframes AuthForm-module__fe77cG__spin{to{transform:rotate(360deg)}}.AuthForm-module__fe77cG__switchText{text-align:center;color:var(--color-text-secondary);margin-top:1.5rem;font-size:.95rem}.AuthForm-module__fe77cG__switchLink{color:var(--color-accent-blue);font-weight:600;transition:color .25s}.AuthForm-module__fe77cG__switchLink:hover{color:var(--color-accent-cyan)}@media (max-width:640px){.AuthForm-module__fe77cG__form{padding:2rem 1.5rem}.AuthForm-module__fe77cG__title{font-size:1.75rem}}
.Community-module__yflsWq__community{background:var(--color-bg-secondary);padding:6rem 0}.Community-module__yflsWq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Community-module__yflsWq__header{text-align:center;margin-bottom:4rem}.Community-module__yflsWq__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.Community-module__yflsWq__gradient{background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Community-module__yflsWq__subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Community-module__yflsWq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Community-module__yflsWq__card{background:var(--color-bg-primary);text-align:center;border:2px solid #ffffff0d;border-radius:1.5rem;padding:2.5rem;transition:all .3s}.Community-module__yflsWq__card:hover{border-color:#478cff4d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.Community-module__yflsWq__icon{margin-bottom:1.5rem;font-size:3.5rem;display:inline-block}.Community-module__yflsWq__cardTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.Community-module__yflsWq__cardDescription{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}.Community-module__yflsWq__ctaSection{text-align:center;background:#478cff0d;border:2px solid #478cff1a;border-radius:1.5rem;padding:3rem}.Community-module__yflsWq__ctaText{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:1.25rem}.Community-module__yflsWq__donateBtn{color:#fff;background:linear-gradient(135deg,#478cff 0%,#7b68ee 100%);border-radius:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #478cff66}.Community-module__yflsWq__donateBtn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #478cff80}@media (max-width:768px){.Community-module__yflsWq__community{padding:4rem 0}.Community-module__yflsWq__grid{grid-template-columns:1fr}.Community-module__yflsWq__ctaSection{padding:2rem 1.5rem}}
