@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--primary:#6366f1;--primary-light:#818cf8;--primary-dark:#4f46e5;--accent:#f59e0b;--text-dark:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--bg-light:#fff;--bg-cream:#faf9f7;--bg-dark:#111827;--border:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.3}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:600}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:0 auto 4rem;font-size:1.125rem}@media (width<=768px){html{font-size:15px}.container{padding:0 1.5rem}.section-title{font-size:2rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff2;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.navbar-logo{color:var(--text-dark);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:var(--text-light);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--text-dark)}.navbar-resume{background:var(--text-dark);border-radius:50px;padding:.625rem 1.25rem;color:#fff!important;transition:all .2s!important}.navbar-resume:hover{transform:translateY(-2px);background:var(--primary)!important}@media (width<=768px){.navbar-container{padding:1rem 1.5rem}.navbar-links{gap:1rem}.navbar-links a:not(.navbar-resume){display:none}.navbar-resume{padding:.5rem 1rem;font-size:.875rem}}.hero{background:linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-light) 100%);text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:radial-gradient(circle at 1px 1px, var(--border) 1px, transparent 0);opacity:.5;pointer-events:none;background-size:40px 40px;position:absolute;inset:0}.hero-content{z-index:1;max-width:800px;position:relative}.hero-photo{margin-bottom:2rem}.hero-photo-placeholder{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:#fff;width:150px;height:150px;box-shadow:var(--shadow-xl);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.hero-photo img{object-fit:cover;object-position:center 15%;width:150px;height:150px;box-shadow:var(--shadow-xl);border:4px solid #fff;border-radius:50%}.hero-label{background:var(--primary);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-content h1{color:var(--text-dark);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-content h2{color:var(--primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500}.hero-content p{color:var(--text-light);max-width:600px;margin:0 auto 1.5rem;font-size:1.25rem;line-height:1.8}.hero-alma-mater{background:var(--bg-light);border:1px solid var(--border);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.5rem 1rem;display:inline-flex}.hero-alma-mater img{object-fit:contain;width:24px;height:24px}.hero-alma-mater span{color:var(--text-light);font-size:.9rem;font-weight:500}.hero-stats{border-top:1px solid var(--border);justify-content:center;gap:3rem;max-width:500px;margin:0 auto;padding-top:2rem;display:flex}.hero-stat{text-align:center}.hero-stat-number{color:var(--primary);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1;display:block}.hero-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.btn{border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--text-dark);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--text-dark);border:2px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--text-dark);background:var(--text-dark);color:#fff}@media (width<=768px){.hero{min-height:auto;padding:8rem 1.5rem 6rem}.hero-content h1{font-size:2.75rem}.hero-content h2{font-size:1.25rem}.hero-content p{font-size:1.1rem}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.75rem}.btn{justify-content:center;width:100%;padding:.875rem 2rem}}.about{background:var(--bg-light);padding:8rem 2rem}.about .container{max-width:900px}.about .section-title{margin-bottom:3rem}.about-content{flex-direction:column;gap:1.5rem;display:flex}.about-content p{color:var(--text-light);text-align:center;font-size:1.2rem;line-height:1.9}.about-content p:first-child{color:var(--text-dark);font-size:1.35rem}.about-stats{border-top:1px solid var(--border);justify-content:center;gap:4rem;margin-top:3rem;padding-top:3rem;display:flex}.stat{text-align:center}.stat-number{color:var(--primary);font-family:Playfair Display,serif;font-size:3rem;font-weight:600;display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}@media (width<=768px){.about{padding:5rem 1.5rem}.about-content p{font-size:1.1rem}.about-content p:first-child{font-size:1.2rem}.about-stats{flex-direction:column;gap:2rem}}.experience{background:var(--bg-light);padding:8rem 2rem}.experience .section-title{margin-bottom:4rem}.experience-timeline{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.experience-card{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:relative}.experience-card:before{content:"";background:var(--primary);opacity:0;border-radius:4px 0 0 4px;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.experience-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translate(8px)}.experience-card:hover:before{opacity:1}.experience-logo{background:var(--bg-light);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.experience-logo img{object-fit:contain;width:100%;height:100%;padding:6px}.experience-content{flex:1;min-width:0}.experience-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.experience-company-info h3{color:var(--text-dark);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.experience-role{color:var(--primary);font-size:1rem;font-weight:500}.experience-meta{text-align:right;flex-shrink:0}.experience-period{color:var(--text-dark);font-size:.9rem;font-weight:600;display:block}.experience-location{color:var(--text-muted);font-size:.85rem;display:block}.experience-description{color:var(--text-light);margin-bottom:1.25rem;line-height:1.7}.experience-tech{flex-wrap:wrap;gap:.5rem;display:flex}.experience-tech .tech-tag{background:var(--bg-cream);color:var(--text-dark);border:1px solid var(--border);border-radius:6px;padding:.375rem .875rem;font-size:.8rem;font-weight:500}@media (width<=768px){.experience{padding:5rem 1.5rem}.experience-card{flex-direction:column;gap:1rem}.experience-logo{width:48px;height:48px}.experience-header{flex-direction:column;gap:.5rem}.experience-meta{text-align:left}.experience-card{padding:1.5rem}.experience-card:hover{transform:none}}.education{background:var(--bg-cream);padding:8rem 2rem}.education .section-title{margin-bottom:3rem}.education-card{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;gap:1.5rem;max-width:900px;margin:0 auto;padding:2rem;transition:all .3s;display:flex}.education-card:hover{box-shadow:var(--shadow-lg);border-color:#0000}.education-logo{background:var(--bg-light);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.education-logo img{object-fit:contain;width:100%;height:100%;padding:4px}.education-content{flex:1}.education-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.education-info h3{color:var(--text-dark);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.education-degree{color:var(--primary);font-size:1rem;font-weight:500}.education-meta{text-align:right;flex-shrink:0}.education-period{color:var(--text-dark);font-size:.9rem;font-weight:600;display:block}.education-location{color:var(--text-muted);font-size:.85rem;display:block}.certification-section{max-width:900px;margin:3rem auto 0}.certification-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.certification-card{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:1rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.certification-card:last-child{margin-bottom:0}.certification-card:hover{box-shadow:var(--shadow-lg);border-color:#0000}.certification-card.hackathon{border-left:4px solid #f59e0b}.certification-logo{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.certification-logo.hackathon-logo{background:linear-gradient(135deg,#f59e0b,#d97706)}.certification-content h4{color:var(--text-dark);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700}.certification-issuer{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.certification-content p{color:var(--text-light);margin:0;font-size:.9rem}@media (width<=768px){.education{padding:5rem 1.5rem}.education-card,.certification-card{text-align:center;flex-direction:column;gap:1rem}.education-header{text-align:center;flex-direction:column}.education-meta,.certification-content{text-align:center}}.skills{background:var(--bg-cream);padding:8rem 2rem}.skills .section-title{margin-bottom:4rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.skill-card{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.skill-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.skill-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-4px)}.skill-card:hover:before{transform:scaleX(1)}.skill-card h3{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.75rem;display:flex}.skill-tag{background:var(--bg-cream);color:var(--text-dark);border:1px solid var(--border);border-radius:50px;padding:.625rem 1.125rem;font-size:.9rem;font-weight:500;transition:all .2s}.skill-tag:hover{background:var(--primary);color:#fff;border-color:var(--primary)}@media (width<=768px){.skills{padding:5rem 1.5rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-card{padding:2rem}}.projects{background:var(--bg-light);padding:8rem 2rem}.projects .section-title{margin-bottom:4rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.project-card{background:var(--bg-light);border:1px solid var(--border);border-radius:20px;flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-8px)}.project-card-content{flex-direction:column;flex:1;padding:2.5rem;display:flex}.project-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.project-card p{color:var(--text-light);flex:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tech-tag{background:var(--bg-cream);color:var(--text-dark);border:1px solid var(--border);border-radius:6px;padding:.375rem .875rem;font-size:.8rem;font-weight:500}.project-links{border-top:1px solid var(--border);gap:1.5rem;padding-top:1.5rem;display:flex}.project-link{color:var(--text-dark);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.project-link:hover{color:var(--primary)}.project-link:after{content:"→";transition:transform .2s}.project-link:hover:after{transform:translate(4px)}@media (width<=768px){.projects{padding:5rem 1.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-card-content{padding:2rem}}.contact{background:var(--bg-dark);color:#fff;text-align:center;padding:8rem 2rem}.contact .section-title{color:#fff;margin-bottom:1.5rem}.contact-text{color:#ffffffb3;max-width:600px;margin:0 auto 3.5rem;font-size:1.2rem;line-height:1.8}.contact-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.contact-link{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s;display:inline-flex}.contact-link:hover{color:var(--bg-dark);background:#fff;border-color:#fff;transform:translateY(-4px)}.contact-link svg{width:24px;height:24px}.email-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.email-modal{width:100%;max-width:500px;color:var(--text-dark);text-align:left;background:#fff;border-radius:20px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000040}.email-modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.email-modal-close:hover{color:var(--text-dark)}.email-modal h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem}.email-modal-to{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--border);background:var(--bg-cream);border-radius:10px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.email-submit-btn{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.email-submit-btn:hover{background:var(--primary);transform:translateY(-2px)}.email-submit-btn:disabled{opacity:.7;cursor:not-allowed}.email-success{text-align:center;color:#10b981;padding:2rem 0}.email-success svg{margin-bottom:1rem}.email-success p{font-size:1.1rem;font-weight:500}.email-error{color:#ef4444;text-align:center;margin-bottom:1rem;font-size:.9rem}.contact-footer{border-top:1px solid #ffffff1a;margin-top:5rem;padding-top:3rem}.contact-footer p{color:#fff6;font-size:.9rem}@media (width<=768px){.contact{padding:5rem 1.5rem}.contact-text{font-size:1.1rem}.contact-link{width:50px;height:50px}.email-modal{padding:2rem}}.app{min-height:100vh;overflow-x:hidden}section{position:relative}@media (width<=768px){.hero-buttons,.contact-links{flex-direction:column;align-items:center}}
