.HeroSection-module__sBkrQG__hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 40%,#2563eb 80%,#3b82f6 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0 4rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__sBkrQG__shape1,.HeroSection-module__sBkrQG__shape2,.HeroSection-module__sBkrQG__shape3{opacity:.08;background:#fff;border-radius:50%;position:absolute}.HeroSection-module__sBkrQG__shape1{width:600px;height:600px;animation:8s ease-in-out infinite HeroSection-module__sBkrQG__float;top:-200px;right:-100px}.HeroSection-module__sBkrQG__shape2{width:400px;height:400px;animation:10s ease-in-out 2s infinite HeroSection-module__sBkrQG__float;bottom:-150px;left:-100px}.HeroSection-module__sBkrQG__shape3{width:200px;height:200px;animation:6s ease-in-out 1s infinite HeroSection-module__sBkrQG__float;top:40%;left:60%}@keyframes HeroSection-module__sBkrQG__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.02)}}.HeroSection-module__sBkrQG__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.HeroSection-module__sBkrQG__badge{color:var(--blue-200);letter-spacing:.06em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #fff3;border-radius:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.8s forwards HeroSection-module__sBkrQG__fadeInUp;display:inline-block}.HeroSection-module__sBkrQG__title{color:var(--white);letter-spacing:-.04em;opacity:0;font-size:5rem;font-weight:800;line-height:1.05;animation:.8s .1s forwards HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__highlight{background:linear-gradient(135deg,#93c5fd,#60a5fa,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__sBkrQG__subtitle{color:#fffc;opacity:0;max-width:700px;font-size:1.35rem;font-weight:400;line-height:1.65;animation:.8s .2s forwards HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__actions{opacity:0;gap:1rem;margin-top:.5rem;animation:.8s .3s forwards HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__primaryBtn{background:var(--white);color:var(--blue-900);border-radius:.6rem;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #00000026}.HeroSection-module__sBkrQG__primaryBtn:hover{background:var(--blue-50);transform:translateY(-2px);box-shadow:0 8px 25px #0003}.HeroSection-module__sBkrQG__secondaryBtn{color:var(--white);background:0 0;border:1.5px solid #ffffff4d;border-radius:.6rem;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.HeroSection-module__sBkrQG__secondaryBtn:hover{background:#ffffff14;border-color:#fff9;transform:translateY(-2px)}.HeroSection-module__sBkrQG__stats{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:2.5rem;margin-top:3rem;padding:1.5rem 3rem;animation:.8s .4s forwards HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.HeroSection-module__sBkrQG__statNumber{color:var(--white);font-size:2rem;font-weight:700}.HeroSection-module__sBkrQG__statLabel{color:#fff9;letter-spacing:.025em;font-size:.8rem;font-weight:500}.HeroSection-module__sBkrQG__statDivider{background:#ffffff26;width:1px;height:40px}@media (max-width:768px){.HeroSection-module__sBkrQG__title{font-size:3.25rem}.HeroSection-module__sBkrQG__subtitle{font-size:1.2rem}.HeroSection-module__sBkrQG__actions{flex-direction:column;width:100%;max-width:300px}.HeroSection-module__sBkrQG__stats{flex-direction:column;gap:1.5rem;padding:1.5rem}.HeroSection-module__sBkrQG__statDivider{width:60px;height:1px}}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ProjectScope-module__zEpOma__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.ProjectScope-module__zEpOma__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;transition:all .3s;position:relative;overflow:hidden}.ProjectScope-module__zEpOma__card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--blue-200);transform:translateY(-6px)}.ProjectScope-module__zEpOma__cardLine{background:linear-gradient(90deg, var(--blue-400), var(--blue-600));transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.ProjectScope-module__zEpOma__card:hover .ProjectScope-module__zEpOma__cardLine{transform:scaleX(1)}.ProjectScope-module__zEpOma__cardIcon{margin-bottom:1rem;font-size:2.5rem}.ProjectScope-module__zEpOma__cardBadge{background:var(--blue-50);color:var(--blue-700);text-transform:uppercase;letter-spacing:.06em;border-radius:2rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.ProjectScope-module__zEpOma__cardTitle{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ProjectScope-module__zEpOma__cardDesc{color:var(--gray-500);font-size:1rem;line-height:1.625}.ProjectScope-module__zEpOma__learnMore{color:var(--blue-600);align-items:center;gap:.25rem;margin-top:1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.ProjectScope-module__zEpOma__card:hover .ProjectScope-module__zEpOma__learnMore{color:var(--blue-700);gap:.5rem}.ProjectScope-module__zEpOma__problem{background:linear-gradient(135deg, var(--blue-900), var(--blue-700));border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}.ProjectScope-module__zEpOma__problemContent h3{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.ProjectScope-module__zEpOma__problemContent p{color:#fffc;font-size:1rem;line-height:1.625}.ProjectScope-module__zEpOma__problemStats{flex-direction:column;gap:1.5rem;display:flex}.ProjectScope-module__zEpOma__problemStat{border-radius:var(--radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff1a;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;display:flex}.ProjectScope-module__zEpOma__problemStatNum{color:var(--blue-300);font-size:1.75rem;font-weight:700}.ProjectScope-module__zEpOma__problemStatLabel{color:#fff9;letter-spacing:.025em;font-size:.875rem;font-weight:500}@media (max-width:768px){.ProjectScope-module__zEpOma__problem{grid-template-columns:1fr;gap:2rem;padding:2rem}}
.Milestones-module__S_6hUG__timeline{max-width:700px;margin:0 auto;position:relative}.Milestones-module__S_6hUG__item{gap:1.5rem;display:flex;position:relative}.Milestones-module__S_6hUG__lineContainer{flex-direction:column;flex-shrink:0;align-items:center;width:20px;display:flex}.Milestones-module__S_6hUG__dot{background:var(--gray-300);border:3px solid var(--white);width:16px;height:16px;box-shadow:0 0 0 3px var(--gray-200);z-index:2;border-radius:50%;flex-shrink:0;margin-top:1.5rem;transition:all .3s}.Milestones-module__S_6hUG__completed .Milestones-module__S_6hUG__dot{background:var(--blue-600);box-shadow:0 0 0 3px var(--blue-100)}.Milestones-module__S_6hUG__in-progress .Milestones-module__S_6hUG__dot{background:#f59e0b;animation:2s ease-in-out infinite Milestones-module__S_6hUG__pulseGlow;box-shadow:0 0 0 3px #fef3c7}@keyframes Milestones-module__S_6hUG__pulseGlow{0%,to{box-shadow:0 0 0 3px #fef3c7}50%{box-shadow:0 0 0 6px #fef3c7,0 0 12px #fbbf24}}.Milestones-module__S_6hUG__line{background:var(--gray-200);flex-grow:1;width:2px;min-height:20px;margin:4px 0}.Milestones-module__S_6hUG__completed+.Milestones-module__S_6hUG__item .Milestones-module__S_6hUG__line,.Milestones-module__S_6hUG__completed .Milestones-module__S_6hUG__line{background:var(--blue-200)}.Milestones-module__S_6hUG__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-grow:1;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s}.Milestones-module__S_6hUG__card:hover{box-shadow:var(--card-shadow);border-color:var(--blue-200)}.Milestones-module__S_6hUG__completed .Milestones-module__S_6hUG__card{border-left:3px solid var(--blue-500)}.Milestones-module__S_6hUG__in-progress .Milestones-module__S_6hUG__card{background:#fffbeb;border-left:3px solid #f59e0b}.Milestones-module__S_6hUG__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Milestones-module__S_6hUG__statusBadge{letter-spacing:.02em;border-radius:1rem;padding:.25rem .7rem;font-size:.75rem;font-weight:600}.Milestones-module__S_6hUG__badge_completed{background:var(--blue-50);color:var(--blue-700)}.Milestones-module__S_6hUG__badge_in-progress{color:#92400e;background:#fef3c7}.Milestones-module__S_6hUG__badge_upcoming{background:var(--gray-100);color:var(--gray-500)}.Milestones-module__S_6hUG__marks{color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.Milestones-module__S_6hUG__date{color:var(--blue-600);font-size:.875rem;font-weight:600}.Milestones-module__S_6hUG__cardTitle{color:var(--gray-900);letter-spacing:-.01em;margin:.25rem 0 .5rem;font-size:1.125rem;font-weight:600}.Milestones-module__S_6hUG__cardDesc{color:var(--gray-500);font-size:1rem;line-height:1.625}@media (max-width:768px){.Milestones-module__S_6hUG__card{padding:1.25rem}}
.Downloads-module__TamNFW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.Downloads-module__TamNFW__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Downloads-module__TamNFW__card:after{content:"";background:linear-gradient(90deg, var(--blue-400), var(--blue-600));transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Downloads-module__TamNFW__card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--blue-200);transform:translateY(-4px)}.Downloads-module__TamNFW__card:hover:after{transform:scaleX(1)}.Downloads-module__TamNFW__iconContainer{background:var(--blue-50);border-radius:var(--radius);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.Downloads-module__TamNFW__icon{font-size:1.5rem}.Downloads-module__TamNFW__cardBody{flex-grow:1}.Downloads-module__TamNFW__cardMeta{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.Downloads-module__TamNFW__typeBadge{color:var(--blue-700);background:var(--blue-50);text-transform:uppercase;letter-spacing:.05em;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.Downloads-module__TamNFW__groupBadge{color:var(--gray-600);background:var(--gray-100);border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.Downloads-module__TamNFW__cardTitle{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.125rem;font-weight:600}.Downloads-module__TamNFW__cardDesc{color:var(--gray-500);margin-bottom:1rem;font-size:1rem;line-height:1.625}.Downloads-module__TamNFW__downloadBtn{background:var(--blue-600);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;padding:.65rem 1.375rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.Downloads-module__TamNFW__downloadBtn:hover{background:var(--blue-700);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}
.Technologies-module__VSw0_q__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.Technologies-module__VSw0_q__card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:default;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1rem;transition:all .25s;display:flex}.Technologies-module__VSw0_q__card:hover{border-color:var(--blue-200);transform:translateY(-5px);box-shadow:0 10px 25px -5px #2563eb1f,0 4px 6px -4px #0000000d}.Technologies-module__VSw0_q__icon{font-size:2rem;line-height:1}.Technologies-module__VSw0_q__name{color:var(--gray-800);font-size:1rem;font-weight:600}.Technologies-module__VSw0_q__badge{letter-spacing:.04em;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600}
.AboutUs-module__Rj00zW__supervisorSection{margin-bottom:4rem}.AboutUs-module__Rj00zW__subHeading{color:var(--gray-800);letter-spacing:-.01em;text-align:center;margin-bottom:1.5rem;font-size:1.375rem;font-weight:600}.AboutUs-module__Rj00zW__aboutGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.AboutUs-module__Rj00zW__aboutCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2.5rem;transition:all .3s}.AboutUs-module__Rj00zW__aboutCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--blue-200);transform:translateY(-4px)}.AboutUs-module__Rj00zW__aboutIcon{margin-bottom:1rem;font-size:2.5rem}.AboutUs-module__Rj00zW__aboutCard h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.AboutUs-module__Rj00zW__aboutCard p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.AboutUs-module__Rj00zW__valuesSection{text-align:center;margin-bottom:5rem}.AboutUs-module__Rj00zW__valuesDesc{color:var(--gray-500);max-width:600px;margin:0 auto 2.5rem}.AboutUs-module__Rj00zW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.AboutUs-module__Rj00zW__valueCard{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2rem 1.5rem;transition:all .3s}.AboutUs-module__Rj00zW__valueCard:hover{background:var(--white);box-shadow:var(--card-shadow);border-color:var(--blue-200);transform:translateY(-3px)}.AboutUs-module__Rj00zW__valueCard h4{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.AboutUs-module__Rj00zW__valueCard p{color:var(--gray-500);font-size:.9rem;line-height:1.5}.AboutUs-module__Rj00zW__supervisorGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:700px;margin:0 auto;display:grid}.AboutUs-module__Rj00zW__supervisorCard{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex}.AboutUs-module__Rj00zW__supervisorCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--blue-200);transform:translateY(-4px)}.AboutUs-module__Rj00zW__avatarPlaceholder{background:linear-gradient(135deg, var(--blue-100), var(--blue-200));width:72px;height:72px;color:var(--blue-600);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.AboutUs-module__Rj00zW__memberName{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.AboutUs-module__Rj00zW__memberRole{color:var(--blue-600);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.AboutUs-module__Rj00zW__memberDept{color:var(--gray-400);font-size:.8125rem;font-weight:400}.AboutUs-module__Rj00zW__teamGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.AboutUs-module__Rj00zW__teamCard{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex}.AboutUs-module__Rj00zW__teamCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--blue-200);transform:translateY(-4px)}.AboutUs-module__Rj00zW__teamAvatar{background:linear-gradient(135deg, var(--blue-50), var(--blue-100));width:64px;height:64px;color:var(--blue-500);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.AboutUs-module__Rj00zW__teamInfo{flex-direction:column;align-items:center;gap:.25rem;display:flex}.AboutUs-module__Rj00zW__teamName{color:var(--gray-900);letter-spacing:-.01em;font-size:1rem;font-weight:600}.AboutUs-module__Rj00zW__teamRole{color:var(--blue-600);font-size:.875rem;font-weight:500}.AboutUs-module__Rj00zW__teamContact{color:var(--gray-500);font-size:.75rem;text-decoration:none;transition:color .2s}.AboutUs-module__Rj00zW__teamContact:hover{color:var(--blue-600)}
.ContactSection-module__UONp9G__grid{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:3rem;display:grid}.ContactSection-module__UONp9G__infoPanel{flex-direction:column;gap:1rem;display:flex}.ContactSection-module__UONp9G__infoCard{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.ContactSection-module__UONp9G__infoCard:hover{border-color:var(--blue-200);box-shadow:var(--card-shadow)}.ContactSection-module__UONp9G__infoIcon{background:var(--blue-50);width:48px;height:48px;color:var(--blue-600);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactSection-module__UONp9G__infoTitle{color:var(--gray-900);margin-bottom:.2rem;font-size:1rem;font-weight:600}.ContactSection-module__UONp9G__infoText{color:var(--gray-500);font-size:.9375rem;line-height:1.625}.ContactSection-module__UONp9G__form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.ContactSection-module__UONp9G__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactSection-module__UONp9G__formGroup{flex-direction:column;gap:.4rem;display:flex}.ContactSection-module__UONp9G__formGroup label{color:var(--gray-700);letter-spacing:.01em;font-size:.875rem;font-weight:600}.ContactSection-module__UONp9G__formGroup input,.ContactSection-module__UONp9G__formGroup textarea{border-radius:var(--radius);border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-900);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;transition:all .2s}.ContactSection-module__UONp9G__formGroup input:focus,.ContactSection-module__UONp9G__formGroup textarea:focus{border-color:var(--blue-400);background:var(--white);box-shadow:0 0 0 3px var(--blue-50)}.ContactSection-module__UONp9G__formGroup input::placeholder,.ContactSection-module__UONp9G__formGroup textarea::placeholder{color:var(--gray-400)}.ContactSection-module__UONp9G__submitBtn{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.ContactSection-module__UONp9G__submitBtn:hover{background:linear-gradient(135deg, var(--blue-700), var(--blue-800));transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}@media (max-width:768px){.ContactSection-module__UONp9G__grid{grid-template-columns:1fr;gap:2rem}.ContactSection-module__UONp9G__formRow{grid-template-columns:1fr}}
