.HeroSection-module__SEewqa__heroSection{background:linear-gradient(-45deg, var(--primary-teal), var(--primary-teal-light), var(--accent-cyan), var(--primary-teal-dark));background-size:400% 400%;border-bottom-right-radius:60px;border-bottom-left-radius:60px;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:80px;animation:15s infinite HeroSection-module__SEewqa__gradientBG;display:flex;position:relative;overflow:hidden}@keyframes HeroSection-module__SEewqa__gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.HeroSection-module__SEewqa__heroBackground{opacity:.15;mix-blend-mode:overlay;z-index:0;background-image:url(/dh.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__SEewqa__heroContent{z-index:1;text-align:center;color:var(--white);-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;flex-direction:column;align-items:center;max-width:800px;padding:3rem;animation:1s ease-out HeroSection-module__SEewqa__fadeInUp;display:flex;position:relative;box-shadow:0 8px 32px #0003}@keyframes HeroSection-module__SEewqa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__SEewqa__heroContent h2{color:var(--white);text-shadow:0 2px 10px #0003;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800}.HeroSection-module__SEewqa__heroContent p{text-shadow:0 1px 5px #0003;margin-bottom:2.5rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:300;line-height:1.7}.HeroSection-module__SEewqa__guestLoginBtn{background:linear-gradient(135deg, var(--accent-cyan), var(--primary-teal-light));color:var(--white);cursor:pointer;border:none;border-radius:40px;padding:14px 40px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #00c4ff4d}.HeroSection-module__SEewqa__guestLoginBtn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #00c4ff80}.HeroSection-module__SEewqa__modalOverlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0a4d6899;justify-content:center;align-items:center;animation:.3s ease-out HeroSection-module__SEewqa__fadeIn;display:flex;position:fixed;inset:0}@keyframes HeroSection-module__SEewqa__fadeIn{0%{opacity:0}to{opacity:1}}.HeroSection-module__SEewqa__loginCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;width:100%;max-width:450px;padding:3.5rem 3rem;display:flex;box-shadow:0 25px 50px -12px #00000040}.HeroSection-module__SEewqa__loginTitle{color:var(--primary-teal);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:800}.HeroSection-module__SEewqa__loginForm{flex-direction:column;gap:1.5rem;display:flex}.HeroSection-module__SEewqa__inputGroup{text-align:left;flex-direction:column;gap:.5rem;display:flex}.HeroSection-module__SEewqa__inputGroup label{color:var(--text-gray);font-size:.95rem;font-weight:600}.HeroSection-module__SEewqa__inputGroup input{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;outline:none;padding:14px 18px;font-size:1rem;transition:all .3s}.HeroSection-module__SEewqa__inputGroup input:focus{border-color:var(--accent-cyan);background-color:var(--white);box-shadow:0 0 0 4px #00c4ff1a}.HeroSection-module__SEewqa__rememberRow{color:var(--text-gray);align-items:center;font-size:.95rem;display:flex}.HeroSection-module__SEewqa__rememberRow input{width:18px;height:18px;accent-color:var(--primary-teal);margin-right:10px}.HeroSection-module__SEewqa__submitBtn{background:linear-gradient(135deg, var(--primary-teal), var(--primary-teal-light));color:var(--white);cursor:pointer;border:none;border-radius:12px;margin-top:1rem;padding:14px;font-size:1.15rem;font-weight:700;transition:all .3s}.HeroSection-module__SEewqa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0a4d6833}.HeroSection-module__SEewqa__forgotLink{text-align:center;color:var(--primary-teal-light);margin-top:1rem;font-size:.9rem;font-weight:500;text-decoration:none}.HeroSection-module__SEewqa__forgotLink:hover{color:var(--accent-cyan);text-decoration:underline}
.Announcements-module__wtbWMa__announcementsSection{background-color:var(--white);flex-direction:column;align-items:center;padding:6rem 2rem;display:flex;position:relative}.Announcements-module__wtbWMa__sectionHeader{color:var(--primary-teal);text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Announcements-module__wtbWMa__cardsContainer{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;max-width:1200px;display:grid}.Announcements-module__wtbWMa__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Announcements-module__wtbWMa__card:before{content:"";background:linear-gradient(to bottom, var(--accent-cyan), var(--primary-teal));width:6px;height:100%;position:absolute;top:0;left:0}.Announcements-module__wtbWMa__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0a4d681a}.Announcements-module__wtbWMa__dateBadge{background-color:var(--accent-cyan-light);color:var(--primary-teal);border-radius:20px;margin-bottom:1rem;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.Announcements-module__wtbWMa__card h3{color:var(--text-dark);margin-bottom:.8rem;font-size:1.4rem}.Announcements-module__wtbWMa__card p{color:var(--text-gray);font-size:1rem;line-height:1.6}
.QuickLinks-module__0Ai3yq__quickLinksSection{background-color:var(--bg-color);flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.QuickLinks-module__0Ai3yq__sectionHeader{color:var(--primary-teal);text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.QuickLinks-module__0Ai3yq__linksGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:1000px;display:grid}.QuickLinks-module__0Ai3yq__linkCard{background:var(--white);border:1px solid #00000008;border-radius:16px;justify-content:space-between;align-items:center;padding:2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000005}.QuickLinks-module__0Ai3yq__linkCard:hover{border-color:var(--accent-cyan-light);transform:translateY(-5px);box-shadow:0 15px 30px #00c4ff1a}.QuickLinks-module__0Ai3yq__linkTitle{color:var(--primary-teal);font-size:1.2rem;font-weight:600}.QuickLinks-module__0Ai3yq__arrowIcon{color:var(--accent-cyan);font-size:1.5rem;font-weight:700;transition:transform .3s}.QuickLinks-module__0Ai3yq__linkCard:hover .QuickLinks-module__0Ai3yq__arrowIcon{transform:translate(5px)}
.MissionVision-module__Xk785W__mission{background-color:var(--bg-color);flex-flow:wrap;justify-content:center;align-items:stretch;gap:3rem;padding:6rem 2rem;display:flex}.MissionVision-module__Xk785W__missionCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:30px;flex-direction:column;flex:350px;max-width:500px;padding:4rem 3rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0a4d680d}.MissionVision-module__Xk785W__missionCard:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#00c4ff0d 0%,#0000 60%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.MissionVision-module__Xk785W__missionCard:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0a4d6826}.MissionVision-module__Xk785W__missionCard:hover:after{opacity:1}.MissionVision-module__Xk785W__missionCard h1{color:var(--primary-teal);text-align:center;z-index:1;margin-bottom:1.5rem;font-size:2rem;font-weight:800;position:relative}.MissionVision-module__Xk785W__missionCard p{color:var(--text-gray);text-align:justify;z-index:1;font-size:1.05rem;font-weight:400;line-height:1.8;position:relative}
.CoreCommittee-module__8ZXyHG__coreCommitteeSection{background-color:var(--primary-teal);color:var(--white);padding:5rem 2rem}.CoreCommittee-module__8ZXyHG__coreCommitteeHeader{text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.CoreCommittee-module__8ZXyHG__membersGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.CoreCommittee-module__8ZXyHG__memberCard{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.CoreCommittee-module__8ZXyHG__memberCard:hover{transform:translateY(-5px)}.CoreCommittee-module__8ZXyHG__memberImageWrapper{border:4px solid #fff3;border-radius:50%;width:160px;height:160px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 20px #0003}.CoreCommittee-module__8ZXyHG__memberCard h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.CoreCommittee-module__8ZXyHG__memberCard p{opacity:.8;font-size:.95rem;font-weight:400}
.Footer-module__EZoWya__footer{background-color:var(--white);border-top:1px solid #0000000d;flex-direction:column;align-items:center;padding:4rem 2rem 2rem;display:flex}.Footer-module__EZoWya__footerContent{flex-flow:wrap;justify-content:space-between;gap:3rem;width:100%;max-width:1200px;margin-bottom:3rem;display:flex}.Footer-module__EZoWya__footerColumn{flex-direction:column;flex:1;min-width:250px;display:flex}.Footer-module__EZoWya__footerColumn h2{color:var(--primary-teal);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.Footer-module__EZoWya__footerColumn p{color:var(--text-gray);margin-bottom:.5rem;font-size:.95rem;line-height:1.8}.Footer-module__EZoWya__footerLogo p{margin-top:1rem}.Footer-module__EZoWya__footerBottom{text-align:center;width:100%;color:var(--text-gray);border-top:1px solid #0000000d;padding-top:2rem;font-size:.9rem}
.StudentClubs-module__DVTGFG__clubsSection{background-color:var(--white);flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.StudentClubs-module__DVTGFG__sectionHeader{color:var(--primary-teal);text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.StudentClubs-module__DVTGFG__clubsGrid{flex-flow:wrap;justify-content:center;gap:2.5rem;width:100%;max-width:1200px;display:flex}.StudentClubs-module__DVTGFG__clubCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:320px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000d}.StudentClubs-module__DVTGFG__clubCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0a4d681f}.StudentClubs-module__DVTGFG__iconWrapper{background:linear-gradient(135deg, var(--accent-cyan-light), var(--white));width:80px;height:80px;color:var(--primary-teal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;display:flex;box-shadow:0 8px 16px #00c4ff26}.StudentClubs-module__DVTGFG__clubCard h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.StudentClubs-module__DVTGFG__clubCard p{color:var(--text-gray);font-size:.95rem;line-height:1.6}
.Unions-module__GoM00G__unionsSection{background-color:var(--bg-color);padding:6rem 2rem}.Unions-module__GoM00G__unionsHeader{text-align:center;color:var(--primary-teal);margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Unions-module__GoM00G__unions{flex-flow:wrap;justify-content:center;align-items:stretch;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.Unions-module__GoM00G__union{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);text-align:center;border-radius:24px;flex-direction:column;align-items:center;width:320px;padding:3rem 2rem;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 10px 30px #0a4d680d}.Unions-module__GoM00G__union:hover{transform:translateY(-12px);box-shadow:0 20px 50px #0a4d6826}.Unions-module__GoM00G__union h2{color:var(--primary-teal);margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Unions-module__GoM00G__union p{color:var(--text-gray);font-size:1.05rem;line-height:1.7}
.Activities-module__3OvnZq__activitiesSection{background-color:var(--white);flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.Activities-module__3OvnZq__activitiesHeader{color:var(--primary-teal);text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Activities-module__3OvnZq__activityGrid{flex-flow:wrap;justify-content:center;gap:2.5rem;width:100%;max-width:1200px;display:flex}.Activities-module__3OvnZq__activityCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;align-items:flex-start;width:100%;max-width:340px;padding:3rem 2.5rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0a4d680d}.Activities-module__3OvnZq__activityCard:before{content:"";background:linear-gradient(to right, var(--accent-cyan), var(--primary-teal-light));transform-origin:0;width:100%;height:6px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Activities-module__3OvnZq__activityCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0a4d6826}.Activities-module__3OvnZq__activityCard:hover:before{transform:scaleX(1)}.Activities-module__3OvnZq__activityCard h2{color:var(--text-dark);margin-bottom:1.2rem;font-size:1.6rem;font-weight:700}.Activities-module__3OvnZq__activityCard p{color:var(--text-gray);flex-grow:1;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.Activities-module__3OvnZq__readMoreBtn{color:var(--primary-teal);cursor:pointer;background-color:#0000;border:none;align-items:center;padding:8px 0;font-size:1.05rem;font-weight:700;transition:color .3s;display:inline-flex;position:relative}.Activities-module__3OvnZq__readMoreBtn:after{content:"→";margin-left:8px;transition:transform .3s}.Activities-module__3OvnZq__readMoreBtn:hover{color:var(--accent-cyan)}.Activities-module__3OvnZq__readMoreBtn:hover:after{transform:translate(8px)}
.MapSection-module__Mof1Ja__mapSection{background-color:var(--white);flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.MapSection-module__Mof1Ja__mapHeader{color:var(--primary-teal);text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.MapSection-module__Mof1Ja__mapImageWrapper{border-radius:20px;width:100%;max-width:1000px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.MapSection-module__Mof1Ja__mapImageWrapper img{width:100%;height:auto;display:block}
