body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;padding:1rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;transition:color .3s}.nav-link:hover{color:#f0f0f0}.logout-btn{background:none;border:1px solid #fff;border-radius:5px;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.logout-btn:hover{background-color:#ffffff1a}.hero{padding:6rem 0}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-button{background-color:#ff6b6b;color:#fff;font-weight:700;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 10px 25px #ff6b6b4d;transform:translateY(-2px)}.about{padding:5rem 0}.about h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.about-card{border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s}.about-card:hover{transform:translateY(-5px)}.about-card h3{font-size:1.5rem}.programs{background-color:#f8f9fa;padding:5rem 0}.programs h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.programs-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.program-card{border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:transform .3s}.program-card:hover{transform:translateY(-5px)}.program-card h3{color:#764ba2}.registration-form{background-color:#fff;padding:3rem 0}.registration-form h2{color:#333;font-size:2.5rem;margin-bottom:1rem;text-align:center}.registration-form p{color:#666;margin-bottom:2rem;text-align:center}.form{background:#f8f9fa;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:700;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.form-group textarea{height:100px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;transition:transform .3s;width:100%}.submit-btn:hover:not(:disabled){transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.message{border-radius:5px;margin-bottom:1rem;padding:1rem;text-align:center}.message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.admin-login{background-color:#fff;padding:3rem 0}.login-form{background:#f8f9fa;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin:0 auto;max-width:400px;padding:2rem}.login-form h2{color:#333;margin-bottom:2rem;text-align:center}.admin-dashboard{background-color:#fff;padding:2rem 0}.admin-dashboard h2{color:#333;margin-bottom:1rem}.applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.application-card{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;transition:transform .3s}.application-card:hover{transform:translateY(-2px)}.app-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.app-header h3{color:#333;margin:0}.type-badge{border-radius:20px;font-size:.8rem;font-weight:700;padding:.25rem .75rem;text-transform:uppercase}.type-badge.volunteer{background-color:#e3f2fd;color:#1976d2}.type-badge.intern{background-color:#f3e5f5;color:#7b1fa2}.app-details p{font-size:.9rem;margin-bottom:.5rem}.app-details strong{color:#555}.delete-btn{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background-color .3s}.delete-btn:hover{background-color:#c82333}.loading{color:#666;font-size:1.2rem;padding:3rem}.footer,.loading{text-align:center}.footer{background-color:#333;color:#fff;margin-top:auto;padding:2rem 0}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.about-grid,.applications-grid,.programs-grid{grid-template-columns:1fr}.container{padding:0 15px}}@media (max-width:480px){.hero{padding:3rem 0}.hero-content h1{font-size:1.8rem}.form{margin:0 15px;padding:1.5rem}.about,.programs{padding:3rem 0}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:8rem 0 4rem;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 1000 1000 0v1000z'/%3E%3C/svg%3E");background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;z-index:2}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.hero-content p{font-size:1.3rem;line-height:1.6;margin-bottom:3rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.cta-button{border:2px solid #0000;border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#ff6b6b;box-shadow:0 4px 15px #ff6b6b66;color:#fff}.cta-button.primary:hover{box-shadow:0 8px 25px #ff6b6b99;transform:translateY(-3px)}.cta-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-3px)}.cta-button.large{font-size:1.2rem;padding:1.2rem 2.5rem}.hero-stats{display:flex;gap:4rem;justify-content:center;margin-top:3rem;position:relative;z-index:2}.stat-item{text-align:center}.stat-item h3{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-item p{font-size:1rem;margin:0;opacity:.9}.section-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.section-header h2{color:#333;font-size:2.8rem;font-weight:700;margin-bottom:1.5rem}.section-header p{color:#666;font-size:1.2rem;line-height:1.6}.about{background-color:#fff;padding:6rem 0}.about-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.about-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:left;transition:all .3s ease}.about-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.card-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.about-card h3{color:#667eea;font-size:1.6rem;font-weight:600;margin-bottom:1rem}.about-card p{color:#555;line-height:1.6;margin-bottom:1.5rem}.about-card ul{list-style:none;padding:0}.about-card ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.about-card ul li:before{color:#4caf50;content:"✓";font-weight:700;left:0;position:absolute}.programs{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:6rem 0}.programs-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.program-card{background:#fff;border-radius:15px;border-top:4px solid #667eea;box-shadow:0 10px 30px #0000001a;padding:2.5rem;transition:all .3s ease}.program-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.program-image{display:block;font-size:4rem;margin-bottom:1.5rem;text-align:center}.program-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.program-card>p{color:#666;line-height:1.6;margin-bottom:2rem;text-align:center}.program-details h4{color:#667eea;font-size:1.2rem;margin-bottom:1rem}.program-details ul{list-style:none;margin-bottom:1.5rem;padding:0}.program-details ul li{color:#555;padding:.4rem 0 .4rem 1.5rem;position:relative}.program-details ul li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.program-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.program-stats span{background-color:#f0f4ff;border-radius:20px;color:#667eea;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.team{background-color:#fff;padding:6rem 0}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.team-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.team-image{font-size:4rem;margin-bottom:1.5rem}.team-card h3{color:#333;font-size:1.4rem;margin-bottom:.5rem}.team-role{color:#667eea;font-weight:600;margin-bottom:1rem!important}.team-card p{color:#666;line-height:1.6}.testimonials{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0}.testimonials .section-header h2,.testimonials .section-header p{color:#fff}.testimonials-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:2.5rem;transition:all .3s ease}.testimonial-card:hover{background:#ffffff26;transform:translateY(-5px)}.quote{font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:2rem}.quote:after,.quote:before{color:#ff6b6b;content:'"';font-size:2rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-image{font-size:2.5rem}.testimonial-author h4{font-size:1.1rem;margin:0 0 .25rem}.testimonial-author p{font-size:.9rem;margin:0;opacity:.8}.cta-section{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:6rem 0;text-align:center}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.cta-section .cta-button.primary{background-color:#fff;color:#ff6b6b}.cta-section .cta-button.primary:hover{background-color:#f8f8f8;transform:translateY(-3px)}.cta-section .cta-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.cta-section .cta-button.secondary:hover{background-color:#fff;color:#ff6b6b}.contact-info{background-color:#f8f9fa;padding:6rem 0}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-item{padding:2rem;text-align:center}.contact-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.contact-item h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.contact-item p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-stats{gap:2rem}.hero-buttons{align-items:center;flex-direction:column}.section-header h2{font-size:2.2rem}.about-grid,.programs-grid{grid-template-columns:1fr}.about-card,.program-card{padding:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-content h2{font-size:2.2rem}}@media (max-width:480px){.hero{padding:4rem 0 3rem}.hero-content h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.stat-item h3{font-size:2rem}.section-header h2{font-size:1.8rem}.about,.contact-info,.cta-section,.programs,.team,.testimonials{padding:3rem 0}.about-card,.program-card,.team-card,.testimonial-card{padding:1.5rem}}
/*# sourceMappingURL=main.8b22c149.css.map*/