*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--navy: #0a192f;--light-navy: #112240;--lightest-navy: #233554;--slate: #8892b0;--light-slate: #a8b2d1;--lightest-slate: #ccd6f6;--white: #e6f1ff;--green: #64ffda;color-scheme:dark;color:var(--slate);background-color:var(--navy);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--navy);color:var(--slate);overflow-x:hidden}#root{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;color:var(--lightest-slate)}a{color:var(--green);text-decoration:none}button{font-family:inherit}.App{width:100%;min-height:100vh;background:#0a192f}main{padding-top:80px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:#64ffda;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#52e4c2}.header{position:fixed;top:0;left:0;right:0;background:#0a192ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#64ffda;cursor:pointer}.nav{display:flex;gap:2rem}.nav a{color:#ccd6f6;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#64ffda;transition:width .3s ease}.nav a:hover,.nav a.active{color:#64ffda}.nav a:hover:after,.nav a.active:after{width:100%}.resume-btn{background:transparent;border:2px solid #64ffda!important;padding:.5rem 1rem!important;border-radius:4px;transition:all .3s ease!important}.resume-btn:hover{background:#64ffda1a!important}.resume-btn:after{display:none!important}@media(max-width:768px){.header-content{padding:1rem}.nav{gap:1rem}.nav a{font-size:.8rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#0a192f,#112240)}.hero-content{max-width:800px}.hero-greeting{color:#64ffda;font-size:1rem;font-weight:400;margin-bottom:1rem}.hero-name{font-size:4rem;font-weight:700;color:#ccd6f6;margin-bottom:.5rem;line-height:1.1}.hero-tagline{font-size:3rem;font-weight:700;color:#8892b0;margin-bottom:1.5rem;line-height:1.1}.hero-description{color:#8892b0;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:transparent;color:#64ffda;border:2px solid #64ffda}.btn-primary:hover{background:#64ffda1a}.btn-secondary{background:transparent;color:#64ffda;border:2px solid #64ffda}.btn-secondary:hover{background:#64ffda1a}@media(max-width:768px){.hero-name{font-size:2.5rem}.hero-tagline{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}}.about{min-height:100vh;padding:6rem 2rem;background:#0a192f}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;color:#ccd6f6;margin-bottom:3rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:#64ffda}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about-text p{color:#8892b0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-links{display:flex;gap:1.5rem;margin-top:2rem}.social-link{color:#64ffda;text-decoration:none;font-weight:600;border:2px solid #64ffda;padding:.75rem 1.5rem;border-radius:4px;transition:all .3s ease}.social-link:hover{background:#64ffda1a;transform:translateY(-2px)}.resume-link{background:#64ffda1a;font-weight:700}.about-image{display:flex;justify-content:center}.image-wrapper{position:relative;width:300px;height:300px}.profile-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#64ffda,#4a9c8a);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:5rem;font-weight:700;color:#0a192f;box-shadow:0 10px 30px #0000004d}@media(max-width:768px){.about-content{grid-template-columns:1fr}.about-links{flex-direction:column}.image-wrapper{width:200px;height:200px}.profile-placeholder{font-size:3rem}}.experience{min-height:100vh;padding:6rem 2rem;background:#112240}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#64ffda}.timeline-item{position:relative;margin-bottom:3rem}.timeline-dot{position:absolute;left:-2.5rem;top:0;width:12px;height:12px;background:#64ffda;border-radius:50%;border:3px solid #112240;box-shadow:0 0 0 3px #64ffda}.timeline-content{background:#11224080;padding:2rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.timeline-content:hover{transform:translate(5px);border-color:#64ffda;box-shadow:0 10px 30px #0000004d}.job-title{color:#ccd6f6;font-size:1.5rem;margin-bottom:.5rem}.company-info{display:flex;gap:1rem;margin-bottom:.5rem}.company{color:#64ffda;font-weight:600;font-size:1.1rem}.location{color:#8892b0;font-size:1rem}.period{color:#8892b0;font-size:.9rem;margin-bottom:1rem}.responsibilities{list-style:none;padding:0}.responsibilities li{color:#8892b0;padding-left:1.5rem;margin-bottom:.75rem;position:relative;line-height:1.6}.responsibilities li:before{content:"▹";position:absolute;left:0;color:#64ffda;font-size:1.2rem}@media(max-width:768px){.timeline{padding-left:1.5rem}.timeline-dot{left:-1.9rem}.timeline-content{padding:1.5rem}.company-info{flex-direction:column;gap:.25rem}}.projects{min-height:100vh;padding:6rem 2rem;background:#0a192f}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#11224080;padding:2rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);border-color:#64ffda;box-shadow:0 10px 30px #0000004d}.project-header{margin-bottom:1rem}.project-title{color:#ccd6f6;font-size:1.5rem;margin-bottom:.5rem}.project-company{color:#64ffda;font-size:.9rem;font-weight:600}.project-description{color:#8892b0;line-height:1.6;margin-bottom:1rem}.project-highlights{list-style:none;padding:0;margin-bottom:1.5rem;flex-grow:1}.project-highlights li{color:#8892b0;padding-left:1.5rem;margin-bottom:.5rem;position:relative;font-size:.9rem;line-height:1.5}.project-highlights li:before{content:"▹";position:absolute;left:0;color:#64ffda}.project-footer{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#64ffda1a;color:#64ffda;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500}.project-link{color:#64ffda;text-decoration:none;font-weight:600;transition:all .3s ease}.project-link:hover{transform:translate(5px)}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.project-footer{flex-direction:column;align-items:flex-start}}.skills{min-height:100vh;padding:6rem 2rem;background:#112240}.skills-section,.certifications-section,.education-section{margin-bottom:4rem}.subsection-title{color:#ccd6f6;font-size:1.8rem;margin-bottom:2rem;position:relative;padding-bottom:.5rem}.subsection-title:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:2px;background:#64ffda}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#0a192f80;padding:1.5rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.skill-category:hover{border-color:#64ffda;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.category-title{color:#64ffda;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#64ffda1a;color:#ccd6f6;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;transition:all .3s ease;border:1px solid transparent}.skill-tag:hover{background:#64ffda33;border-color:#64ffda;transform:scale(1.05)}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.certification-card{background:#0a192f80;padding:1.5rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.certification-card:hover{border-color:#64ffda;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.cert-provider{color:#64ffda;font-weight:600;font-size:1rem;margin-bottom:.5rem}.cert-name{color:#8892b0;font-size:.95rem;line-height:1.5}.education-card{background:#0a192f80;padding:2rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);max-width:600px}.degree{color:#ccd6f6;font-size:1.5rem;margin-bottom:.5rem}.university{color:#64ffda;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.period{color:#8892b0;font-size:.95rem}@media(max-width:768px){.skills-grid,.certifications-grid{grid-template-columns:1fr}}.contact{min-height:100vh;padding:6rem 2rem;background:#0a192f;display:flex;align-items:center}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-description{color:#8892b0;font-size:1.2rem;line-height:1.7;margin-bottom:3rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.contact-item{background:#11224080;padding:1.5rem;border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.contact-item:hover{border-color:#64ffda;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.contact-label{color:#64ffda;font-weight:600;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.contact-value{color:#ccd6f6;font-size:1rem;line-height:1.6}.contact-value a{color:#ccd6f6;text-decoration:none;transition:color .3s ease}.contact-value a:hover{color:#64ffda}.contact-links{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.contact-link{color:#64ffda;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #64ffda;border-radius:4px;transition:all .3s ease}.contact-link:hover{background:#64ffda1a;transform:translateY(-2px)}.contact-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.btn-contact,.btn-download{display:inline-block;padding:1.25rem 3rem;background:transparent;color:#64ffda;border:2px solid #64ffda;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease}.btn-contact:hover,.btn-download:hover{background:#64ffda1a;transform:translateY(-3px);box-shadow:0 10px 30px #64ffda33}@media(max-width:768px){.contact-info{grid-template-columns:1fr}.contact-links{flex-direction:column;align-items:center}.contact-link{width:100%;max-width:300px;text-align:center}.contact-buttons{flex-direction:column;align-items:center}.btn-contact,.btn-download{width:100%;max-width:300px}}.footer{background:#0a192f;padding:3rem 2rem 2rem;border-top:1px solid rgba(100,255,218,.1)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-links a{color:#8892b0;text-decoration:none;font-size:.9rem;transition:color .3s ease;position:relative}.footer-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#64ffda;transition:width .3s ease}.footer-links a:hover{color:#64ffda}.footer-links a:hover:after{width:100%}.footer-text{color:#8892b0;font-size:.9rem;line-height:1.6}.footer-text p{margin:.5rem 0}.copyright{color:#64ffda;font-size:.85rem}@media(max-width:768px){.footer-links{flex-direction:column;gap:1rem}}
