*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:all .3s ease}.light-mode,.light-mode body{background-color:#f8f8f8;color:#000}.dark-mode,.dark-mode body{background-color:#000;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;transition:color .3s ease}.light-mode .section-title{color:#000}.dark-mode .section-title{color:#fff}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;max-width:600px;transition:color .3s ease}.light-mode .section-subtitle{color:#666}.dark-mode .section-subtitle{color:#ccc}.btn{background:#0000;border:2px solid;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.light-mode .btn{border-color:#000;color:#000}.light-mode .btn:hover{background:#000;color:#fff}.dark-mode .btn{border-color:#fff;color:#fff}.dark-mode .btn:hover{background:#fff;color:#000}.btn-primary,.light-mode .btn-primary{background:#000;color:#fff}.light-mode .btn-primary:hover{background:#333;border-color:#333}.dark-mode .btn-primary{background:#fff;color:#000}.dark-mode .btn-primary:hover{background:#f0f0f0;border-color:#f0f0f0}@media (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}.section-title{font-size:2rem}}html{scroll-behavior:smooth}:focus{outline:2px solid;outline-offset:2px;transition:outline-color .3s ease}.light-mode :focus{outline-color:#000}.dark-mode :focus{outline-color:#fff}.theme-toggle{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:8px;position:relative;transition:all .3s ease}.theme-toggle:hover{background:#ffffff1a;transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}.light-mode .theme-toggle{color:#000}.light-mode .theme-toggle:hover{background:#0000001a}.dark-mode .theme-toggle{color:#fff}.dark-mode .theme-toggle:hover{background:#ffffff1a}.theme-toggle svg{transition:transform .3s ease}.theme-toggle:hover svg{transform:rotate(15deg)}@media (max-width:768px){.theme-toggle{padding:6px}.theme-toggle svg{height:18px;width:18px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.light-mode .navbar{background:#fffffff2;border-bottom-color:#e5e5e5}.dark-mode .navbar{background:#000000f2;border-bottom-color:#333}.navbar .container{align-items:center;display:flex;justify-content:space-between}.navbar-brand{text-decoration:none;transition:color .3s ease}.light-mode .navbar-brand{color:#000}.dark-mode .navbar-brand{color:#fff}.navbar-brand h2{font-size:1.5rem;font-weight:700}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.light-mode .navbar-link{color:#000}.dark-mode .navbar-link{color:#fff}.navbar-link.active,.navbar-link:hover{transition:color .3s ease}.light-mode .navbar-link.active,.light-mode .navbar-link:hover{color:#666}.dark-mode .navbar-link.active,.dark-mode .navbar-link:hover{color:#ccc}.navbar-link:after{bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease,background-color .3s ease;width:0}.light-mode .navbar-link:after{background:#000}.dark-mode .navbar-link:after{background:#fff}.navbar-link.active:after,.navbar-link:hover:after{width:100%}.navbar-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem;transition:color .3s ease}.light-mode .navbar-toggle{color:#000}.dark-mode .navbar-toggle{color:#fff}@media (max-width:768px){.navbar-menu{border-bottom:1px solid;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.light-mode .navbar-menu{background:#fff;border-bottom-color:#e5e5e5}.dark-mode .navbar-menu{background:#000;border-bottom-color:#333}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-toggle{display:block}.navbar-link{padding:1rem 0;text-align:center;width:100%}}.glitch-text{animation:glitch-animation 6s infinite;display:inline-block;position:relative}.glitch-text:after,.glitch-text:before{content:attr(data-text);height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%}.glitch-text:before{animation:glitch-before 4s infinite;-webkit-clip-path:polygon(0 0,100% 0,100% 45%,0 45%);clip-path:polygon(0 0,100% 0,100% 45%,0 45%);color:red;z-index:-1}.glitch-text:after{animation:glitch-after 4s infinite;-webkit-clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);color:#0ff;z-index:-2}@keyframes glitch-animation{0%,to{transform:translate(0)}20%{transform:translate(-1px,1px)}40%{transform:translate(-1px,-1px)}60%{transform:translate(1px,1px)}80%{transform:translate(1px,-1px)}}@keyframes glitch-before{0%,to{transform:translate(0)}20%{transform:translate(-1px,1px)}40%{transform:translate(-1px,-1px)}60%{transform:translate(1px,1px)}80%{transform:translate(1px,-1px)}}@keyframes glitch-after{0%,to{transform:translate(0)}20%{transform:translate(1px,-1px)}40%{transform:translate(1px,1px)}60%{transform:translate(-1px,-1px)}80%{transform:translate(-1px,1px)}}.glitch-text.ascii{filter:contrast(1.5) brightness(1.2);font-family:Courier New,monospace;font-weight:700;text-shadow:0 0 10px #ffffff80}.glitch-text.ascii:before{color:#0f0;text-shadow:0 0 5px #0f0}.glitch-text.ascii:after{color:#f0f;text-shadow:0 0 5px #f0f}.home{padding-top:80px}.hero{align-items:center;border-bottom:1px solid;display:flex;min-height:90vh;overflow:hidden;position:relative;transition:all .3s ease}.light-mode .hero{background:#f8f8f8;border-bottom-color:#e5e5e5}.dark-mode .hero{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);border-bottom-color:#333}.hero-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;width:100%}.hero-content{max-width:800px}.hero-content,.hero-logo{position:relative;z-index:2}.hero-logo{align-items:center;display:flex;justify-content:center}.iit-logo{max-width:300px}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;transition:color .3s ease}.light-mode .hero-title{color:#000}.dark-mode .hero-title{color:#fff}.glitch-title{font-size:4rem;font-weight:700;text-shadow:2px 2px 4px;transition:color .3s ease,text-shadow .3s ease}.light-mode .glitch-title{color:#000;text-shadow:2px 2px 4px #0000001a}.dark-mode .glitch-title{color:#fff;text-shadow:2px 2px 4px #ffffff1a}.glitch-subtitle{font-size:2.5rem;font-weight:700;transition:color .3s ease}.light-mode .glitch-subtitle{color:#000}.dark-mode .glitch-subtitle{color:#fff}.hero-subtitle{display:block;font-size:1.5rem;font-weight:400;margin-top:.5rem;transition:color .3s ease}.light-mode .hero-subtitle{color:#666}.dark-mode .hero-subtitle{color:#ccc}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;max-width:600px;transition:color .3s ease}.light-mode .hero-description{color:#666}.dark-mode .hero-description{color:#ccc}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn{align-items:center;display:flex;gap:.5rem}.features{transition:background-color .3s ease}.light-mode .features{background:#fff}.dark-mode .features{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 50%,#0a0a0a)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;border-radius:8px;padding:2rem;transition:all .3s ease}.light-mode .feature-card{background:#ffffffe6;border-color:#e5e5e5}.dark-mode .feature-card{background:#000000e6;border-color:#333;color:#fff}.feature-card:hover{transform:translateY(-5px);transition:all .3s ease}.light-mode .feature-card:hover{border-color:#000;box-shadow:0 10px 25px #0000001a}.dark-mode .feature-card:hover{border-color:#fff;box-shadow:0 10px 25px #ffffff1a}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-mode .feature-card h3{color:#000}.dark-mode .feature-card h3{color:#fff}.feature-card p{line-height:1.6;transition:color .3s ease}.light-mode .feature-card p{color:#666}.dark-mode .feature-card p{color:#ccc}.glitch-title.ascii{font-family:Courier New,monospace;letter-spacing:2px}.glitch-subtitle.ascii{font-family:Courier New,monospace;letter-spacing:1px}.stats{background:#000;color:#fff}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item h3{color:#fff;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#ccc;font-size:1.1rem;font-weight:500}@media (max-width:768px){.hero-layout{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-logo{order:-1}.iit-logo{max-width:200px}.glitch-title,.hero-title{font-size:2.5rem}.glitch-subtitle{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column}.features-grid,.stats-grid{grid-template-columns:1fr}.stats-grid{gap:2rem}.stat-item h3{font-size:2.5rem}}@media (max-width:480px){.hero-layout{gap:1.5rem}.iit-logo{max-width:150px}.glitch-title,.hero-title{font-size:2rem}.glitch-subtitle{font-size:1.5rem}.hero-buttons .btn{justify-content:center;width:100%}}.about-page{min-height:100vh;padding-top:120px;transition:all .3s ease}.about-content{margin-bottom:5rem}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-logo{align-items:flex-start;display:flex;justify-content:center;position:-webkit-sticky;position:sticky;top:120px}.iit-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:auto;max-width:250px;transition:all .3s ease;width:100%}.light-mode .iit-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.dark-mode .iit-logo{filter:drop-shadow(0 4px 8px rgba(255,255,255,.1))}.iit-logo:hover{transform:scale(1.05);transition:all .3s ease}.about-text h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-mode .about-text h2{color:#000}.dark-mode .about-text h2{color:#fff}.about-text p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;transition:color .3s ease}.light-mode .about-text p{color:#666}.dark-mode .about-text p{color:#ccc}.about-text ul{list-style:none;margin-bottom:2rem}.about-text ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;transition:color .3s ease}.light-mode .about-text ul li{color:#666}.dark-mode .about-text ul li{color:#ccc}.about-text ul li:before{content:"•";font-weight:700;left:0;position:absolute;transition:color .3s ease}.light-mode .about-text ul li:before{color:#000}.dark-mode .about-text ul li:before{color:#fff}.about-visual{position:-webkit-sticky;position:sticky;top:120px}.placeholder-box{border:2px dashed;border-radius:8px;font-size:1.1rem;padding:3rem 2rem;text-align:center;transition:all .3s ease}.light-mode .placeholder-box{background:#f8f8f8;border-color:#e5e5e5;color:#999}.dark-mode .placeholder-box{background:#1a1a1a;border-color:#333;color:#666}.team-section{border-top:1px solid;padding-top:4rem;transition:border-color .3s ease}.light-mode .team-section{border-top-color:#e5e5e5}.dark-mode .team-section{border-top-color:#333}.team-section h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;transition:color .3s ease}.light-mode .team-section h2{color:#000}.dark-mode .team-section h2{color:#fff}.team-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-member{border-radius:8px;padding:2rem}.member-avatar{margin-bottom:1.5rem}.avatar-placeholder{align-items:center;border:2px solid;border-radius:50%;display:flex;font-size:2rem;height:100px;justify-content:center;margin:0 auto;transition:all .3s ease;width:100px}.light-mode .avatar-placeholder{background:#f8f8f8;border-color:#e5e5e5;color:#999}.dark-mode .avatar-placeholder{background:#1a1a1a;border-color:#333;color:#666}.team-member h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.light-mode .team-member h3{color:#000}.dark-mode .team-member h3{color:#fff}.member-role{font-weight:500;margin-bottom:1rem}.member-description{font-size:.95rem;line-height:1.6;transition:color .3s ease}.light-mode .member-description{color:#666}.dark-mode .member-description{color:#ccc}@media (max-width:768px){.about-page{padding-top:100px}.page-title{font-size:2.5rem}.about-grid{gap:2rem;grid-template-columns:1fr}.about-logo{margin-bottom:2rem;order:-1;position:static}.iit-logo{max-width:200px}.about-visual{position:static}.team-grid{grid-template-columns:1fr}}@media (max-width:480px){.page-title{font-size:2rem}.iit-logo{max-width:150px}.about-text h2{font-size:1.5rem}.team-section h2{font-size:2rem}}.team-page{min-height:100vh;padding-top:120px;transition:all .3s ease}.team-content{margin-bottom:4rem}.team-section{margin-bottom:3rem}.section-header{align-items:center;border-bottom:1px solid;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;transition:border-color .3s ease}.light-mode .section-header{border-bottom-color:#e5e5e5}.dark-mode .section-header{border-bottom-color:#333}.section-header h2{font-size:2rem;font-weight:600;transition:color .3s ease}.light-mode .section-header h2{color:#000}.dark-mode .section-header h2{color:#fff}.team-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{border:1px solid;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.light-mode .team-member{background:#fff;border-color:#e5e5e5}.dark-mode .team-member{background:#1a1a1a;border-color:#333}.dark-mode .team-section:first-child .team-member{background-image:url(https://i.pinimg.com/originals/5d/f2/d6/5df2d61cf5706abeef73abb25ed2d1ed.gif);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}.dark-mode .team-section:first-child .team-member:before{background:#000000b3;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.dark-mode .team-section:first-child .team-member>*{position:relative;z-index:2}.dark-mode .team-section:last-child .team-member{background-image:none;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}.dark-mode .team-section:last-child .team-member:before{background:#000000d9;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.dark-mode .team-section:last-child .team-member>*{position:relative;z-index:2}.team-member:hover{transform:translateY(-5px);transition:all .3s ease}.light-mode .team-member:hover{border-color:#000;box-shadow:0 10px 25px #0000001a}.dark-mode .team-member:hover{border-color:#fff;box-shadow:0 10px 25px #ffffff1a}.member-photo{border-radius:50%;height:100px;margin:0 auto 1rem;overflow:hidden;position:relative;width:100px}.member-photo img{height:100%;object-fit:cover;width:100%}.photo-placeholder{align-items:center;display:none;height:100%;justify-content:center;transition:all .3s ease;width:100%}.light-mode .photo-placeholder{background:#f8f8f8;color:#999}.dark-mode .photo-placeholder{background:#2a2a2a;color:#666}.member-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;transition:color .3s ease}.light-mode .member-info h3{color:#000}.dark-mode .member-info h3{color:#fff}.member-role{font-size:.9rem;margin-bottom:.75rem;transition:color .3s ease}.light-mode .member-role{color:#666}.dark-mode .member-role{color:#ccc}.email-btn{align-items:center;background:none;border:1px solid;border-radius:8px;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;padding:.6rem;text-decoration:none;transition:all .3s ease;width:100%}.light-mode .email-btn{border-color:#e5e5e5;color:#666}.dark-mode .email-btn{border-color:#333;color:#ccc}.email-btn:hover{transform:translateY(-2px);transition:all .3s ease}.light-mode .email-btn:hover{background:#f8f8f8;border-color:#000;color:#000}.dark-mode .email-btn:hover{background:#333;border-color:#fff;color:#fff}.loading{font-size:1.2rem;padding:2rem;text-align:center;transition:color .3s ease}.light-mode .loading{color:#666}.dark-mode .loading{color:#ccc}@media (max-width:768px){.team-page{padding-top:100px}.page-title{font-size:2.5rem}.team-grid{grid-template-columns:1fr}.section-header h2{font-size:1.5rem}}@media (max-width:480px){.page-title{font-size:2rem}.team-member{padding:1.5rem}.member-photo{height:80px;width:80px}}.projects-page{min-height:100vh;padding-top:120px;transition:all .3s ease}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.project-card{border:1px solid;border-radius:8px;overflow:hidden;transition:all .3s ease}.light-mode .project-card{background:#fff;border-color:#e5e5e5}.dark-mode .project-card{background:#1a1a1a;border-color:#333}.project-card:hover{transform:translateY(-5px);transition:all .3s ease}.light-mode .project-card:hover{border-color:#000;box-shadow:0 10px 25px #0000001a}.dark-mode .project-card:hover{border-color:#fff;box-shadow:0 10px 25px #ffffff1a}.project-image{height:200px;overflow:hidden}.project-image img,.project-img-tag{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.image-placeholder{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;transition:all .3s ease;width:100%}.light-mode .image-placeholder{background:#f8f8f8;color:#999}.dark-mode .image-placeholder{background:#2a2a2a;color:#666}.project-content{padding:1.5rem}.project-content h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-mode .project-content h3{color:#000}.dark-mode .project-content h3{color:#fff}.project-description{line-height:1.6;margin-bottom:1.5rem;transition:color .3s ease}.light-mode .project-description{color:#666}.dark-mode .project-description{color:#ccc}.project-meta{display:flex;gap:1rem;margin-bottom:1rem}.project-status{border-radius:20px;font-size:.9rem;font-weight:500;padding:.25rem .75rem;transition:all .3s ease}.light-mode .project-status{background:#f0f0f0;color:#333}.dark-mode .project-status{background:#333;color:#fff}.project-status.ongoing{background:#22c55e!important;color:#fff!important}.project-status.completed{background:#ef4444!important;color:#fff!important}.project-status.upcoming{background:#eab308!important;color:#fff!important}.project-team{font-size:.9rem;transition:color .3s ease}.light-mode .project-team{color:#666}.dark-mode .project-team{color:#ccc}.project-team p{margin-bottom:.5rem}.project-team strong{transition:color .3s ease}.light-mode .project-team strong{color:#000}.dark-mode .project-team strong{color:#fff}.project-actions{margin-top:1rem}.project-apply-btn{-webkit-appearance:none;appearance:none;border:1px solid;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease}.light-mode .project-apply-btn{background:#fff;border-color:#e5e7eb;color:#111827}.dark-mode .project-apply-btn{background:#111827;border-color:#374151;color:#f9fafb}.project-apply-btn:hover{transform:translateY(-1px)}.light-mode .project-apply-btn:hover{border-color:#111827;box-shadow:0 6px 16px #00000014}.dark-mode .project-apply-btn:hover{border-color:#f9fafb;box-shadow:0 6px 16px #ffffff14}.project-card.closed{filter:grayscale(60%);opacity:.9;position:relative}.project-card.closed .project-content{position:relative}.project-card.closed .project-content h3{text-decoration:line-through;-webkit-text-decoration-color:#dc2626d9;text-decoration-color:#dc2626d9;text-decoration-thickness:2px}.project-card.closed .project-img-tag{filter:brightness(.8) contrast(.95) grayscale(50%)}.project-card.closed:after{background:#ef4444;box-shadow:0 6px 18px #00000026;color:#fff;content:"APPLICATIONS OVER";font-weight:700;letter-spacing:1px;padding:6px 56px;position:absolute;right:-36px;top:12px;transform:rotate(30deg)}.project-closed-badge{background:#ef4444;border-radius:8px;color:#fff;display:inline-block;font-size:.95rem;font-weight:700;letter-spacing:.4px;padding:.5rem .9rem}@media (max-width:768px){.projects-page{padding-top:100px}.page-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr}}@media (max-width:480px){.page-title{font-size:2rem}}.events-page{min-height:100vh;padding-top:120px;transition:all .3s ease}.events-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:4rem}.event-card{border:1px solid;border-radius:8px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.light-mode .event-card{background:#fff;border-color:#e5e5e5}.dark-mode .event-card{background:#1a1a1a;border-color:#333}.event-card:hover{transform:translateY(-5px);transition:all .3s ease}.light-mode .event-card:hover{border-color:#000;box-shadow:0 10px 25px #0000001a}.dark-mode .event-card:hover{border-color:#fff;box-shadow:0 10px 25px #ffffff1a}.event-card.past{opacity:.7}.event-date{min-width:80px;text-align:center}.event-date .day{display:block;font-size:2rem;font-weight:700;line-height:1;transition:color .3s ease}.light-mode .event-date .day{color:#000}.dark-mode .event-date .day{color:#fff}.event-date .month{font-size:.9rem;font-weight:500}.event-date .month,.event-date .year{display:block;text-transform:uppercase;transition:color .3s ease}.event-date .year{font-size:.8rem;font-weight:700}.light-mode .event-date .month,.light-mode .event-date .year{color:#666}.dark-mode .event-date .month,.dark-mode .event-date .year{color:#ccc}.event-content{flex:1 1}.event-content h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-mode .event-content h3{color:#000}.dark-mode .event-content h3{color:#fff}.event-description{line-height:1.6;margin-bottom:1.5rem;transition:color .3s ease}.light-mode .event-description{color:#666}.dark-mode .event-description{color:#ccc}.event-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.event-location,.event-time{align-items:center;display:flex;font-size:.9rem;gap:.5rem;transition:color .3s ease}.light-mode .event-location,.light-mode .event-time{color:#666}.dark-mode .event-location,.dark-mode .event-time{color:#ccc}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.status-badge,.status-badge.upcoming{transition:all .3s ease}.light-mode .status-badge.upcoming{background:#000;color:#fff}.dark-mode .status-badge.upcoming{background:#fff;color:#000}.status-badge.completed{transition:all .3s ease}.light-mode .status-badge.completed{background:#f8f8f8;border:1px solid #e5e5e5;color:#666}.dark-mode .status-badge.completed{background:#333;border:1px solid #555;color:#ccc}.event-category{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;padding:.25rem .75rem;transition:all .3s ease}.event-category.workshop{background:#3b82f6;color:#fff}.event-category.seminar{background:#8b5cf6;color:#fff}.event-category.competition{background:#f59e0b;color:#fff}.event-category.research{background:#10b981;color:#fff}.event-category.Intro{background:red;color:#fff}@media (max-width:768px){.events-page{padding-top:100px}.page-title{font-size:2.5rem}.events-grid{grid-template-columns:1fr}.event-card{flex-direction:column;text-align:center}.event-date{margin-bottom:1rem}.event-meta{align-items:center}}@media (max-width:480px){.page-title{font-size:2rem}.event-card{padding:1.5rem}.event-date .day{font-size:1.5rem}}.resources-page{min-height:100vh;padding-top:120px;transition:all .3s ease}.page-header{margin-bottom:4rem}.page-title{font-size:3rem;transition:color .3s ease}.light-mode .page-title{color:#000}.page-subtitle{font-size:1.2rem;margin:0 auto;max-width:600px;transition:color .3s ease}.light-mode .page-subtitle{color:#666}.dark-mode .page-subtitle{color:#ccc}.resources-content{margin-bottom:4rem}.resources-placeholder{border:2px dashed;border-radius:8px;padding:4rem 2rem;text-align:center;transition:all .3s ease}.light-mode .resources-placeholder{background:#f8f8f8;border-color:#e5e5e5;color:#999}.dark-mode .resources-placeholder{background:#1a1a1a;border-color:#333;color:#666}.resources-placeholder svg{margin-bottom:1rem;transition:color .3s ease}.light-mode .resources-placeholder svg{color:#999}.dark-mode .resources-placeholder svg{color:#666}.resources-placeholder h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-mode .resources-placeholder h3{color:#666}.dark-mode .resources-placeholder h3{color:#ccc}.resources-placeholder p{font-size:1.1rem;margin:0 auto;max-width:500px;transition:color .3s ease}.light-mode .resources-placeholder p{color:#999}.dark-mode .resources-placeholder p{color:#666}.resource-category{margin-bottom:3rem}.category-header{align-items:center;border-bottom:1px solid;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;transition:border-color .3s ease}.light-mode .category-header{border-bottom-color:#e5e5e5}.dark-mode .category-header{border-bottom-color:#333}.category-icon{align-items:center;border-radius:12px;display:flex;height:60px;justify-content:center;transition:all .3s ease;width:60px}.light-mode .category-icon{background:#f8f8f8;color:#000}.dark-mode .category-icon{background:#333;color:#fff}.category-info h2{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.light-mode .category-info h2{color:#000}.dark-mode .category-info h2{color:#fff}.category-info p{font-size:1rem;transition:color .3s ease}.light-mode .category-info p{color:#666}.dark-mode .category-info p{color:#ccc}.resource-items{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.resource-item{align-items:flex-start;border:1px solid;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.light-mode .resource-item{background:#fff;border-color:#e5e5e5}.dark-mode .resource-item{background:#1a1a1a;border-color:#333}.resource-item:hover{transform:translateY(-3px);transition:all .3s ease}.light-mode .resource-item:hover{border-color:#000;box-shadow:0 8px 20px #0000001a}.dark-mode .resource-item:hover{border-color:#fff;box-shadow:0 8px 20px #ffffff1a}.resource-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.light-mode .resource-icon{background:#f8f8f8;color:#666}.dark-mode .resource-icon{background:#333;color:#ccc}.resource-content{flex:1 1}.resource-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.light-mode .resource-content h3{color:#000}.dark-mode .resource-content h3{color:#fff}.resource-author{font-size:.9rem;font-style:italic;margin:.25rem 0 .75rem;transition:color .3s ease}.light-mode .resource-author{color:#666}.dark-mode .resource-author{color:#ccc}.resource-meta{display:flex;flex-wrap:wrap;gap:1rem}.resource-size,.resource-type{border-radius:4px;font-size:.8rem;padding:.25rem .5rem;transition:all .3s ease}.light-mode .resource-size,.light-mode .resource-type{background:#f8f8f8;color:#666}.dark-mode .resource-size,.dark-mode .resource-type{background:#333;color:#ccc}.resource-download{background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;flex-shrink:0;padding:.5rem;transition:all .3s ease}.light-mode .resource-download{color:#000}.dark-mode .resource-download{color:#fff}.resource-download:hover{transform:scale(1.1);transition:all .3s ease}.light-mode .resource-download:hover{background:#f8f8f8}.dark-mode .resource-download:hover{background:#333}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.resource-download:disabled{cursor:not-allowed;opacity:.6}.resource-item.placeholder-item{border:2px dashed;opacity:.6;transition:all .3s ease}.light-mode .resource-item.placeholder-item{background:#f8f8f8;border-color:#e5e5e5}.dark-mode .resource-item.placeholder-item{background:#1a1a1a;border-color:#333}.resource-item.placeholder-item h3{font-style:italic}.light-mode .resource-item.placeholder-item h3{color:#999}.dark-mode .resource-item.placeholder-item h3{color:#666}.resource-item.placeholder-item .resource-meta span{font-style:italic}.light-mode .resource-item.placeholder-item .resource-meta span{color:#ccc}.dark-mode .resource-item.placeholder-item .resource-meta span{color:#555}.resource-item.placeholder-item .resource-download{cursor:not-allowed;opacity:.5}@media (max-width:768px){.resources-page{padding-top:100px}.page-title{font-size:2.5rem}.category-header{flex-direction:column;gap:1rem;text-align:center}.resource-items{grid-template-columns:1fr}.resource-item{flex-direction:column;text-align:center}.resource-meta{justify-content:center}}@media (max-width:480px){.page-title{font-size:2rem}.resource-item{padding:1rem}.resource-meta{flex-direction:column;gap:.5rem}}.history-page{background:#f9fafb;min-height:100vh;padding-top:120px;transition:all .3s ease}.page-header{margin-bottom:3rem;text-align:center}.page-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-subtitle{color:#666;font-size:1.1rem;margin-bottom:2rem}.history-content{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000012;margin:0 auto;max-width:700px;padding:2rem 2.5rem}.history-content h2{color:#2563eb;margin-bottom:.7rem;margin-top:1.5rem}.history-content ul{color:#444;margin-left:1.2rem}.history-content li{margin-bottom:.7rem}.dark-mode .history-page{background:#18181b}.dark-mode .history-content{background:#23272f;box-shadow:0 4px 24px #0000002e;color:#e5e7eb}.dark-mode .page-title{color:#fff}.dark-mode .page-subtitle{color:#bbb}.dark-mode .history-content h2{color:#60a5fa}.dark-mode .history-content ul{color:#d1d5db}.footer{border-top:1px solid;margin-top:5rem;padding:3rem 0 1rem;transition:all .3s ease}.light-mode .footer{background:#f8f8f8;border-top-color:#e5e5e5;color:#000}.dark-mode .footer{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);border-top-color:#333;color:#fff}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;transition:color .3s ease}.light-mode .footer-section h3,.light-mode .footer-section h4{color:#000}.dark-mode .footer-section h3,.dark-mode .footer-section h4{color:#fff}.footer-section p{line-height:1.6;margin-bottom:.5rem;transition:color .3s ease}.light-mode .footer-section p{color:#666}.dark-mode .footer-section p{color:#ccc}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{text-decoration:none;transition:color .3s ease}.light-mode .footer-section ul li a{color:#666}.dark-mode .footer-section ul li a{color:#ccc}.footer-section ul li a:hover{transition:color .3s ease}.light-mode .footer-section ul li a:hover{color:#000}.dark-mode .footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid;padding-top:2rem;text-align:center;transition:all .3s ease}.light-mode .footer-bottom{border-top-color:#e5e5e5;color:#999}.dark-mode .footer-bottom{border-top-color:#333;color:#999}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}
/*# sourceMappingURL=main.0c7fe45b.css.map*/