@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--aws-purple: #2D1B69;--aws-orange: #FF9900;--text-purple: #4A3B8C;--text-light: #6B7280}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:var(--text-purple)}h1,h2,h3,h4,h5,h6{color:var(--aws-purple);font-weight:600}a{color:var(--text-purple);text-decoration:none;transition:color .3s ease}a:hover{color:var(--aws-orange)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a}.navbar-links a{color:var(--text-purple)}.navbar-links a:hover{color:var(--aws-orange)}.footer{background-color:var(--aws-purple);color:#fff}.footer-links a{color:#fff}.footer-links a:hover{color:var(--aws-orange)}button{transition:all .3s ease}button:hover{background-color:var(--aws-orange)!important;color:#fff!important}.footer{background-color:#2d1b69;color:#fff;padding:2rem 0;margin-top:2rem}.footer-container{display:flex;align-items:flex-start;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;gap:4rem}.footer-logo img{height:150px;width:auto}.footer-links,.footer-connect{flex:1}.footer-links h3,.footer-connect h3{margin:0 0 1rem;color:#f90}.footer-links ul,.footer-connect ul{list-style:none;padding:0;margin:0}.footer-links li,.footer-connect li{margin-bottom:.5rem}.footer-links a,.footer-connect a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-connect a:hover{color:#f90}.sub-links{list-style:none;padding-left:1.5rem;margin-top:.5rem}.sub-links li{margin-bottom:.5rem}.sub-links a{color:#4a3b8c;text-decoration:none;transition:color .3s ease}.sub-links a:hover{color:#2d1b69}@media (max-width: 768px){.footer-container{flex-direction:column;gap:2rem;align-items:center}.footer-logo,.footer-links,.footer-connect{text-align:center}.sub-links{padding-left:1rem}}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.navbar-brand{display:flex;align-items:center}.navbar-brand-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.navbar-logo img{height:50px;width:auto}.navbar-title h1{margin:0;font-size:1.5rem;color:#2d1b69;white-space:nowrap}.navbar-links{display:flex;gap:2rem}.navbar-links a{text-decoration:none;color:#4a3b8c;font-weight:500;transition:color .3s ease}.navbar-links a:hover{color:#f90}.dropdown{position:relative;display:inline-block}.dropdown-link{text-decoration:none;color:#4a3b8c;font-weight:500;transition:color .3s ease;padding:.5rem 1rem}.dropdown-link:hover{color:#f90}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0000001a;z-index:1;border-radius:4px;right:0}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{color:#4a3b8c;padding:12px 16px;text-decoration:none;display:block;transition:background-color .3s ease}.dropdown-content a:hover{background-color:#f8f9fa}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-brand{flex-direction:column;text-align:center}.navbar-brand-link{flex-direction:column}.navbar-links{margin-top:1rem}.dropdown-content{position:static;box-shadow:none;width:100%}}.hero{margin-top:80px}.hero-image{width:100%;height:70vh;overflow:hidden;position:relative}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-text{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;background:#ffffffe6;padding:2rem 0}.hero-text h1{color:#2d1b69;font-size:3rem;font-weight:700;margin:0}@media (max-width: 768px){.hero-image{height:50vh}.hero-text h1{font-size:2rem}}.about{padding:4rem 2rem;background-color:#fff}.about-container{max-width:1200px;margin:0 auto}.about h2{text-align:center;color:#2d1b69;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.about-description,.community-connection{text-align:center;max-width:800px;margin:0 auto 3rem;color:#4a3b8c;font-size:1.2rem;line-height:1.6}.community-connection a{color:#2d1b69;text-decoration:none;font-weight:600;transition:color .3s ease}.community-connection a:hover{color:#f90;text-decoration:underline}.about h3{text-align:center;color:#2d1b69;margin-bottom:3rem}.organizers,.advisors{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:4rem}.organizers{max-width:800px;margin-left:auto;margin-right:auto}.organizer,.advisor{flex:1;min-width:300px;max-width:350px;text-align:center;padding:2rem;background-color:#f5f5f5;border-radius:8px;transition:transform .3s ease}.organizer:hover,.advisor:hover{transform:translateY(-5px)}.organizer-image,.advisor-image{margin-bottom:1.5rem}.placeholder-image{width:150px;height:150px;border-radius:50%;background-color:#2d1b69;margin:0 auto;opacity:.1}.organizer-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto;display:block;border:3px solid #2D1B69}.organizer h4,.advisor h4{color:#2d1b69;margin-bottom:.5rem}.organizer-title,.advisor-title{color:#f90;font-weight:500;margin-bottom:1rem}.organizer-bio,.advisor-bio{color:#4a3b8c;line-height:1.6}.organizer-link{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:#2d1b69;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;font-size:.9rem;transition:background-color .3s ease}.organizer-link:hover{background-color:#4a3b8c;color:#fff}.advisors-title{margin-top:2rem}.events-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center;margin:4rem 0;position:relative;overflow:hidden}.events-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.events-section h3{color:#fff;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:2rem;position:relative;z-index:1}.events-description{font-size:1.2rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}.events-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;max-width:800px;margin-left:auto;margin-right:auto}.event-preview-card{background:#ffffff26;border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.3);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;position:relative;z-index:1}.event-preview-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000004d;background:#fff3}.event-preview-card h4{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:600}.event-preview-card p{margin-bottom:1.5rem;line-height:1.6;opacity:.9}.event-preview-link{display:inline-block;background:#ffffff40;color:#fff;padding:12px 24px;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.event-preview-link:hover{background:#fff6;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.events-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem;position:relative;z-index:1}.events-main-link{display:inline-block;background:#fff;color:#667eea;padding:15px 30px;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.events-main-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;background:#f8f9fa}.meetups-section{margin:4rem 0;text-align:center}.meetups-description{max-width:800px;margin:0 auto 2rem;color:#4a3b8c;font-size:1.2rem;line-height:1.6}.meetup-link{display:inline-block;padding:1rem 2rem;background-color:#2d1b69;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s ease}.meetup-link:hover{background-color:#4a3b8c}.contact-section{margin:4rem 0;text-align:center;padding:2rem;background-color:#f8f9fa;border-radius:8px}.contact-section h3{color:#2d1b69;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.contact-description{max-width:800px;margin:0 auto 2rem;color:#4a3b8c;font-size:1.2rem;line-height:1.6}.contact-methods{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.contact-method{flex:1;min-width:300px;max-width:600px;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto}.contact-method h4{color:#2d1b69;margin-bottom:1rem}.contact-link{color:#4a3b8c;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#2d1b69}.social-links{display:flex;justify-content:center;gap:1rem}.social-link{color:#4a3b8c;text-decoration:none;padding:.5rem 1rem;border:1px solid #4A3B8C;border-radius:4px;transition:all .3s ease}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#4a3b8c;font-weight:500}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a3b8c}.submit-button{padding:.75rem 1.5rem;background-color:#2d1b69;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.submit-button:hover:not(:disabled){background-color:#4a3b8c}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{margin-top:1rem;padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;font-weight:500}.error-message{margin-top:1rem;padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-weight:500}.connect-section{margin-top:3rem;text-align:center;padding:2rem;background-color:#f8f9fa;border-radius:8px}.connect-section h4{color:#2d1b69;margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-link{color:#4a3b8c;text-decoration:none;padding:.75rem 1.5rem;border:1px solid #4A3B8C;border-radius:4px;transition:all .3s ease;font-weight:500}.social-link:hover{background-color:#4a3b8c;color:#fff}@media (max-width: 768px){.about{padding:3rem 1rem}.organizer,.advisor{min-width:100%}.social-links{flex-direction:column;gap:1rem}.social-link{width:100%;text-align:center}}.hackathon-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 0 2rem}.hackathon-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hackathon-header{text-align:center;margin-bottom:3rem}.hackathon-page h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hackathon-subtitle{color:#fff;font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.hackathon-breadcrumb{color:#fff;font-size:1rem;opacity:.8}.hackathon-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.hackathon-breadcrumb a:hover{opacity:.7}.hackathon-content{display:grid;gap:3rem}.hackathon-overview,.hackathon-details,.hackathon-tracks,.hackathon-schedule,.hackathon-resources,.hackathon-registration,.hackathon-faq{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0003}.hackathon-overview h2,.hackathon-details h2,.hackathon-tracks h2,.hackathon-schedule h2,.hackathon-resources h2,.hackathon-registration h2,.hackathon-faq h2{color:#333;margin-bottom:1.5rem;font-size:2rem;border-bottom:3px solid #667eea;padding-bottom:.5rem}.overview-description{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:0}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.detail-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.detail-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.detail-card h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.detail-card p{color:#555;margin-bottom:.5rem;font-size:.95rem}.tracks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.track-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;border-top:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.track-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.track-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.track-card p{color:#666;margin-bottom:1rem;line-height:1.6}.track-card ul{color:#555;padding-left:1.5rem}.track-card li{margin-bottom:.5rem;line-height:1.5}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.resource-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center;border-top:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.resource-card h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.resource-card p{color:#666;line-height:1.6;margin:0}.registration-content{text-align:center}.registration-description{color:#666;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.registration-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.register-button{display:inline-block;padding:15px 30px;text-decoration:none;border-radius:25px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease}.register-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.register-button.secondary{background:transparent;color:#667eea;border:2px solid #667eea}.register-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.interest-form{max-width:500px;margin:2rem auto}.hackathon-form{display:flex;flex-direction:column;gap:1.5rem}.hackathon-form .form-group{display:flex;flex-direction:column;gap:.5rem}.hackathon-form label{color:#333;font-weight:500;font-size:1rem}.hackathon-form input,.hackathon-form select{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.hackathon-form input:focus,.hackathon-form select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.interest-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px 30px;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.interest-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.interest-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;border:1px solid #c3e6cb;margin-top:1rem;text-align:center;font-weight:500}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;border:1px solid #f5c6cb;margin-top:1rem;text-align:center;font-weight:500}.registration-note{background:#e3f2fd;border-radius:10px;padding:1rem;max-width:600px;margin:0 auto}.registration-note p{color:#1976d2;margin:0;font-size:.95rem}.faq-list{margin-top:2rem}.faq-item{background:#f8f9fa;border-radius:10px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid #667eea}.faq-item h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.faq-item p{color:#666;margin:0;line-height:1.6}@media (max-width: 768px){.hackathon-container{padding:0 1rem}.hackathon-page h1{font-size:2.5rem}.hackathon-subtitle{font-size:1.1rem}.hackathon-overview,.hackathon-details,.hackathon-tracks,.hackathon-schedule,.hackathon-resources,.hackathon-registration,.hackathon-faq{padding:1.5rem}.details-grid,.tracks-grid,.resources-grid{grid-template-columns:1fr}.schedule-item{flex-direction:column}.schedule-time{flex:none;text-align:left;margin-bottom:.5rem;font-size:.85rem}.schedule-content{margin-left:0}.schedule-timeline:before{display:none}.schedule-content:before{display:none}.registration-actions{flex-direction:column;align-items:center}.register-button{width:100%;max-width:300px}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.not-found-container{text-align:center;color:#fff;z-index:2;max-width:600px;padding:2rem}.cloud-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cloud{position:absolute;font-size:3rem;opacity:.7;animation:float 6s ease-in-out infinite}.cloud-1{top:20%;left:10%;animation-delay:0s}.cloud-2{top:60%;right:15%;animation-delay:2s}.cloud-3{top:40%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.error-code{font-size:8rem;font-weight:700;margin:0;text-shadow:0 4px 8px rgba(0,0,0,.3);animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.error-title{font-size:2.5rem;margin:1rem 0;font-weight:600}.error-message{font-size:1.2rem;margin:2rem 0;line-height:1.6;opacity:.9}.error-actions{display:flex;gap:1rem;justify-content:center;margin:3rem 0;flex-wrap:wrap}.home-button,.events-button{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.home-button{background:#ff6b6b;color:#fff}.home-button:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.events-button{background:#4ecdc4;color:#fff}.events-button:hover{background:#26d0ce;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.aws-joke{margin-top:3rem;padding:1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.aws-joke p{margin:0;font-size:1rem;font-style:italic}@media (max-width: 768px){.error-code{font-size:6rem}.error-title{font-size:2rem}.error-message{font-size:1.1rem}.error-actions{flex-direction:column;align-items:center}.home-button,.events-button{width:100%;max-width:250px}.cloud{font-size:2rem}}
