*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.App{display:flex;flex-direction:column;width:100%}.main-content{flex:1;width:100%}.page{animation:fadeIn .5s ease-in}.page h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.home-page .hero-section{text-align:center;padding:12rem 2rem;background-image:url(/assets/portfolioSiteBG-B6f-HmMk.webp);background-size:cover;background-position:top center;color:#fff;width:100%;height:50vh}.hero-section h1{font-size:3rem;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.6rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#2563eb}.funFactsContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:2rem}.professional-pic{width:120px;height:150px;border-radius:50%}.funFacts{display:flex;flex-direction:column;gap:1rem;text-align:center}@media (max-width: 768px){.hero-section h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.page h1{font-size:2rem}.funFacts{padding:0 1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume{padding:0 3%;box-sizing:border-box;margin:80px 0;width:100%}.resume h2{text-align:center;color:#1e293b;font-weight:700;font-size:2rem;margin-bottom:60px;position:relative}.resume h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb);border-radius:2px}.wrapper{position:relative;padding:40px 0;background:linear-gradient(180deg,#3ea0e205,#2563eb05);border-radius:20px;margin:20px 0}.wrapper .center-line{position:absolute;height:calc(100% - 80px);width:3px;background:linear-gradient(180deg,#3ea0e2,#2563eb,#3ea0e2);left:50%;top:40px;transform:translate(-50%);border-radius:2px;box-shadow:0 0 20px #3ea0e24d}.wrapper .center-line:before,.wrapper .center-line:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:15px;height:15px;background:#3ea0e2;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #3ea0e2}.wrapper .center-line:before{top:-7px}.wrapper .center-line:after{bottom:-7px}.wrapper .center-line{animation:timelineGlow 3s ease-in-out infinite alternate}@keyframes timelineGlow{0%{box-shadow:0 0 20px #3ea0e24d}to{box-shadow:0 0 30px #3ea0e280}}.wrapper .row{display:flex;position:relative;margin:1%;opacity:0;transform:translateY(30px);animation:slideInUp .6s ease forwards}.wrapper .row:nth-child(2){animation-delay:.1s}.wrapper .row:nth-child(3){animation-delay:.2s}.wrapper .row:nth-child(4){animation-delay:.3s}.wrapper .row-1{justify-content:flex-start;padding-right:55%}.wrapper .row-2{justify-content:flex-end;padding-left:55%}.wrapper .row section{background:#fff;border-radius:16px;width:calc(100% - 60px);position:relative;box-shadow:0 10px 40px #00000014;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(62,160,226,.1)}.wrapper .row section:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0000001f;border-color:#3ea0e233}.wrapper .row section:hover .icon{transform:scale(1.15) rotate(5deg);box-shadow:0 12px 35px #3ea0e266}.wrapper .row section:hover .description{background:#eff6ff;border-left-color:#2563eb}.wrapper .row section:before{position:absolute;content:"";height:20px;width:20px;background:#fff;top:35px;z-index:-1;transform:rotate(45deg);box-shadow:5px 5px 10px #0000001a;border:1px solid rgba(62,160,226,.1)}.row-1 section:before{right:-10px}.row-2 section:before{left:-10px}.row section .icon{position:absolute;background:linear-gradient(135deg,#3ea0e2,#2563eb);height:60px;width:60px;display:flex;align-items:center;justify-content:center;border-radius:15%;color:#fff;box-shadow:0 8px 25px #3ea0e24d;transition:all .3s cubic-bezier(.4,0,.2,1);border:4px solid white;transform:scale(.8)}.row section .icon:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 12px 35px #3ea0e266}.row-1 section .icon{top:20px;right:-80px}.row-2 section .icon{top:20px;left:-80px}.row section .details{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:15px;padding-bottom:15px;border-bottom:2px solid #f1f5f9}.row section .details .title-container{flex:1;min-width:250px;display:flex;flex-direction:column;gap:5px}.row section .details .title{font-size:20px;font-weight:700;color:#1e293b;line-height:1.3}.row section .details .company{font-size:16px;font-weight:600;color:#3ea0e2}.row section .details .location{font-size:14px;color:#64748b;font-weight:500}.row section .details .dates{font-size:14px;color:#64748b;font-weight:600;white-space:nowrap;background:#f8fafc;padding:8px 16px;border-radius:20px;border:1px solid #e2e8f0;align-self:flex-start}.row section p,.row section li{color:#475569;line-height:1.7;margin:0;font-size:15px}.row section .description{color:#64748b;font-style:italic;margin-bottom:20px;padding:15px;background:#f8fafc;border-radius:8px;border-left:4px solid #3ea0e2}.row section ul{margin:0;padding-left:0;color:#475569;list-style:none}.row section ul li{position:relative;padding:8px 0 8px 25px}.row section ul li:before{content:"▸";position:absolute;left:0;color:#3ea0e2;font-weight:700;font-size:18px}@media (max-width: 1024px){.resume{padding:0 3%}.wrapper .row section{width:calc(100% - 40px);padding:25px}.row section .details .title{font-size:18px;min-width:200px}}@media (max-width: 768px){.resume{padding:0 5%;margin:60px 0}.resume h2{font-size:2rem;margin-bottom:40px}.wrapper .center-line{display:none}.wrapper .row{margin:30px 0;padding:0;justify-content:center}.wrapper .row-1,.wrapper .row-2{padding:0}.wrapper .row section{width:100%;max-width:500px;margin:0 auto}section:before{display:none}.row section .icon{position:relative;top:auto;left:auto;right:auto;margin:0 auto 20px;display:flex}.row section .details{flex-direction:column;align-items:flex-start;gap:10px}.row section .details .title-container{text-align:center;width:100%}.row section .details .title{font-size:18px;min-width:auto}.row section .details .company{font-size:15px}.row section .details .dates{align-self:center}}@media (max-width: 480px){.resume{padding:0 3%}.wrapper .row section{padding:20px}.row section .details .title{font-size:16px}.row section ul li{font-size:14px;padding-left:20px}.row section .icon{height:50px;width:50px;font-size:20px}}html{scroll-behavior:smooth}.side-projects{padding:0 3%;box-sizing:border-box;width:100%;margin:80px auto}.side-projects h2{text-align:center;color:#1e293b;font-weight:700;font-size:2rem;margin-bottom:60px;position:relative}.side-projects h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb);border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;padding:20px 0}.project-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 10px 40px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(62,160,226,.1);position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb)}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0000001f;border-color:#3ea0e233}.project-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f1f5f9}.project-icon{background:linear-gradient(135deg,#3ea0e2,#2563eb);height:100px;width:100px;display:flex;align-items:center;justify-content:center;border-radius:15%;color:#fff;font-size:24px;box-shadow:0 8px 25px #3ea0e24d;transition:all .3s cubic-bezier(.4,0,.2,1);border:4px solid white;transform:scale(.8);flex-shrink:0}.project-card:hover .project-icon{transform:scale(.9) rotate(5deg);box-shadow:0 12px 35px #3ea0e266}.project-info{flex:1;display:flex;flex-direction:column;gap:8px}.project-title{font-size:20px;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.project-tech{font-size:14px;color:#3ea0e2;font-weight:600;background:#eff6ff;padding:4px 12px;border-radius:12px;display:inline-block;width:fit-content}.project-dates{font-size:14px;color:#64748b;font-weight:600;background:#f8fafc;padding:4px 12px;border-radius:12px;border:1px solid #e2e8f0;display:inline-block;width:fit-content}.project-description{color:#64748b;font-style:italic;margin-bottom:20px;padding:15px;background:#f8fafc;border-radius:8px;border-left:4px solid #3ea0e2;line-height:1.6}.project-card:hover .project-description{background:#eff6ff;border-left-color:#2563eb}.project-features{margin:0 0 25px;padding-left:0;color:#475569;list-style:none}.project-features li{position:relative;padding:8px 0 8px 25px;line-height:1.6;font-size:15px}.project-features li:before{content:"▸";position:absolute;left:0;color:#3ea0e2;font-weight:700;font-size:18px}.project-links{display:flex;gap:15px;flex-wrap:wrap}.project-link{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;border:2px solid transparent}.project-link.github{background:#1e293b;color:#fff}.project-link.github:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 8px 25px #1e293b4d}.project-link.live{background:#3ea0e2;color:#fff}.project-link.live:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px #3ea0e24d}@media (max-width: 1024px){.side-projects{padding:0 3%}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.project-card{padding:25px}}@media (max-width: 768px){.side-projects{padding:0 5%;margin:60px 0}.side-projects h2{font-size:2rem;margin-bottom:40px}.projects-grid{grid-template-columns:1fr;gap:20px}.project-card{padding:20px}.project-header{flex-direction:column;align-items:center;text-align:center;gap:15px}.project-info{align-items:center}.project-links{justify-content:center}}@media (max-width: 480px){.side-projects{padding:0 3%}.project-card{padding:15px}.project-title{font-size:18px}.project-features li{font-size:14px;padding-left:20px}.project-icon{height:60px;width:60px;font-size:20px}.project-links{flex-direction:column;align-items:center}.project-link{width:100%;justify-content:center}}.project-card{animation:slideInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}::selection{color:#fff;background:#3ea0e2}.education{padding:0 3%;box-sizing:border-box;width:100%;margin:80px auto}.education h2{text-align:center;color:#1e293b;font-weight:700;font-size:2rem;margin-bottom:60px;position:relative}.education h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb);border-radius:2px}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:30px;padding:20px 0}.education-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 10px 40px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(62,160,226,.1);position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb)}.education-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0000001f;border-color:#3ea0e233}.education-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f1f5f9}.education-icon{background:linear-gradient(135deg,#3ea0e2,#2563eb);height:60px;width:60px;display:flex;align-items:center;justify-content:center;border-radius:10%;color:#fff;box-shadow:0 8px 25px #3ea0e24d;transition:all .3s cubic-bezier(.4,0,.2,1);border:4px solid white;transform:scale(.8);flex-shrink:0}.education-card:hover .education-icon{transform:scale(.9) rotate(5deg);box-shadow:0 12px 35px #3ea0e266}.education-info{flex:1;display:flex;flex-direction:column;gap:8px}.education-degree{font-size:20px;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.education-institution{font-size:16px;color:#3ea0e2;font-weight:600}.education-location{font-size:14px;color:#64748b;font-weight:500}.education-meta{display:flex;gap:15px;flex-wrap:wrap;margin-top:5px}.education-dates{font-size:14px;color:#64748b;font-weight:600;background:#f8fafc;padding:4px 12px;border-radius:12px;border:1px solid #e2e8f0}.education-gpa{font-size:14px;color:#059669;font-weight:600;background:#ecfdf5;padding:4px 12px;border-radius:12px;border:1px solid #a7f3d0}.education-description{color:#64748b;font-style:italic;margin-bottom:25px;padding:15px;background:#f8fafc;border-radius:8px;border-left:4px solid #3ea0e2;line-height:1.6}.education-card:hover .education-description{background:#eff6ff;border-left-color:#2563eb}.education-sections{display:flex;flex-direction:column;gap:25px}.education-section{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.section-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1e293b;margin:0 0 15px}.section-icon{color:#3ea0e2;font-size:16px}.education-highlights{margin:0;padding-left:0;color:#475569;list-style:none}.education-highlights li{position:relative;padding:6px 0 6px 20px;line-height:1.5;font-size:14px}.education-highlights li:before{content:"▸";position:absolute;left:0;color:#3ea0e2;font-weight:700;font-size:16px}.courses-grid{display:flex;flex-wrap:wrap;gap:8px}.course-tag{background:#eff6ff;color:#3ea0e2;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid #dbeafe;transition:all .2s ease}.course-tag:hover{background:#3ea0e2;color:#fff;transform:translateY(-1px)}@media (max-width: 1024px){.education{padding:0 3%}.education-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px}.education-card{padding:25px}}@media (max-width: 768px){.education{padding:0 5%;margin:60px 0}.education h2{font-size:2rem;margin-bottom:40px}.education-grid{grid-template-columns:1fr;gap:20px}.education-card{padding:20px}.education-header{flex-direction:column;align-items:center;text-align:center;gap:15px}.education-info{align-items:center}.education-meta{justify-content:center}.education-sections{gap:20px}}@media (max-width: 480px){.education{padding:0 3%}.education-card{padding:15px}.education-degree{font-size:18px}.education-highlights li{font-size:13px;padding-left:18px}.education-icon{height:60px;width:60px}.courses-grid{gap:6px}.course-tag{font-size:11px;padding:4px 10px}.education-section{padding:15px}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.education-card{animation:slideInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.education-card:nth-child(1){animation-delay:.1s}.education-card:nth-child(2){animation-delay:.2s}.education-card:nth-child(3){animation-delay:.3s}.footer{background:#fff;border-top:1px solid #e2e8f0;padding:2rem 0;margin-top:4rem;position:relative;box-shadow:0 -4px 20px #0000000d}.footer-content{max-width:1200px;margin:0 auto;padding:0 3%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.footer-subtitle{font-size:1rem;color:#3ea0e2;font-weight:600;margin:0}.footer-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#64748b;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:transparent}.footer-link:hover{color:#3ea0e2;background:#f8fafc;transform:translateY(-1px)}.footer-divider{color:#cbd5e1;font-weight:300}.footer-copyright{font-size:.875rem;color:#94a3b8;margin:0;font-weight:500}.footer-accent{position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3ea0e2,#2563eb);border-radius:2px}@media (max-width: 768px){.footer{padding:1.5rem 0;margin-top:3rem}.footer-content{padding:0 5%;gap:1rem}.footer-title{font-size:1.25rem}.footer-subtitle{font-size:.875rem}.footer-links{gap:.75rem}.footer-link{padding:.375rem .75rem;font-size:.875rem}.footer-copyright{font-size:.75rem}}@media (max-width: 480px){.footer{padding:1rem 0}.footer-content{padding:0 3%}.footer-links{flex-direction:column;gap:.5rem}}
