*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;scroll-behavior:smooth}#root{width:100%}html{scroll-behavior:smooth}::selection{background-color:#2563eb;color:#fff}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 20px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#2563eb;cursor:pointer}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{background:none;border:none;font-size:1rem;font-weight:500;color:#374151;cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#2563eb}@media(max-width:768px){.nav-container{padding:1rem}.nav-menu{gap:1rem}.nav-link{font-size:.9rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding-top:80px;text-align:center}.hero-container{max-width:1200px;margin:0 auto;padding:2rem}.hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.profile-picture{margin-bottom:1rem}.profile-placeholder{width:150px;height:150px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;border:4px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3rem;font-weight:700;margin:0;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.visitor-count{font-size:1.2rem;opacity:.9;margin:.5rem 0}.social-links{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:1.1rem}.social-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.social-link:hover{opacity:.8;text-decoration:underline}.separator{opacity:.6}@media(max-width:768px){.hero-title{font-size:2rem}.profile-placeholder{width:120px;height:120px}.social-links{flex-wrap:wrap;justify-content:center}}.about{padding:5rem 2rem;background:#f9fafb}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-align:center}.about-content{max-width:800px;margin:0 auto}.about-story{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;position:relative}.about-story:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 0 0 12px}.about-paragraph{font-size:1.1rem;line-height:1.9;color:#4b5563;margin-bottom:1.8rem;text-align:justify;position:relative;padding-left:1.5rem}.about-paragraph:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem;opacity:.6}.about-paragraph:last-child{margin-bottom:0}.about-paragraph:first-of-type{font-size:1.2rem;font-weight:500;color:#1f2937;padding-left:0}.about-paragraph:first-of-type:before{display:none}@media(max-width:768px){.about{padding:3rem 1rem}.section-title{font-size:2rem}.about-story{padding:2rem 1.5rem}.about-paragraph{font-size:1rem;line-height:1.8;padding-left:1.2rem;text-align:left}.about-paragraph:first-of-type{font-size:1.1rem;padding-left:0}.about-paragraph:before{font-size:1rem}}.skills{padding:5rem 2rem;background:#fff}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.skill-item{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-weight:500;font-size:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.skills-note{text-align:center;color:#6b7280;font-size:.9rem;font-style:italic;margin-top:2rem}@media(max-width:768px){.skills{padding:3rem 1rem}.skill-item{font-size:.9rem;padding:.6rem 1.2rem}}.projects{padding:5rem 2rem;background:#f9fafb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.project-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.project-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-links{display:flex;gap:1rem}.project-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover{color:#1d4ed8;text-decoration:underline}@media(max-width:768px){.projects{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr}}.resume{padding:5rem 2rem;background:#fff}.resume-content{max-width:1000px;margin:0 auto}.resume-section{margin-bottom:4rem}.resume-section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:3px solid #2563eb}.experience-list,.education-list{display:flex;flex-direction:column;gap:2.5rem}.experience-item,.education-item{background:#f9fafb;border-radius:12px;padding:2rem;border-left:4px solid #2563eb;transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover,.education-item:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a}.experience-header,.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.experience-title,.education-degree{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.experience-company,.education-institution{font-size:1.1rem;color:#2563eb;font-weight:500;margin:0}.experience-period,.education-period{font-size:.95rem;color:#6b7280;font-weight:500;white-space:nowrap}.experience-description{list-style:none;padding:0;margin:1.5rem 0}.experience-description li{color:#4b5563;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.experience-description li:before{content:"▸";position:absolute;left:0;color:#2563eb;font-weight:700}.experience-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{padding:.4rem .8rem;background:#e5e7eb;color:#374151;border-radius:6px;font-size:.85rem;font-weight:500}.education-description{color:#4b5563;line-height:1.6;margin-top:1rem}.resume-download{text-align:center;margin-top:3rem}.download-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px #0000001a}.download-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media(max-width:768px){.resume{padding:3rem 1rem}.experience-header,.education-header{flex-direction:column}.experience-period,.education-period{align-self:flex-start}.experience-item,.education-item{padding:1.5rem}}.certifications{padding:5rem 2rem;background:#f9fafb}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.certification-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #2563eb}.certification-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.certification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.certification-name{font-size:1.3rem;font-weight:700;color:#1f2937;margin:0;flex:1;min-width:200px}.certification-date{font-size:.95rem;color:#6b7280;font-weight:500;white-space:nowrap}.certification-issuer{font-size:1rem;color:#2563eb;font-weight:500;margin:.5rem 0 1rem}.certification-date-text{font-size:.9rem;color:#6b7280;margin:.5rem 0}.certification-date-text span{color:#374151;font-weight:600}.certification-id{font-size:.9rem;color:#6b7280;margin:1rem 0}.certification-id span{font-family:Courier New,monospace;color:#374151;font-weight:600}.certification-link{display:inline-block;color:#2563eb;text-decoration:none;font-weight:500;margin-top:1rem;transition:color .3s ease}.certification-link:hover{color:#1d4ed8;text-decoration:underline}@media(max-width:768px){.certifications{padding:3rem 1rem}.certifications-grid{grid-template-columns:1fr}.certification-header{flex-direction:column}.certification-date{align-self:flex-start}}.contact{padding:5rem 2rem;background:#fff}.contact-content{max-width:800px;margin:0 auto}.contact-info{background:#f9fafb;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center}.contact-info h3{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.contact-info>p{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:2rem;align-items:center}.contact-item{display:flex;align-items:flex-start;gap:1rem;text-align:left}.contact-icon{font-size:1.5rem;flex-shrink:0}.contact-item>div{display:flex;flex-direction:column;gap:.5rem}.contact-item strong{font-size:1rem;color:#1f2937;font-weight:600}.contact-item a{color:#2563eb;text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-item a:hover{color:#1d4ed8;text-decoration:underline}.contact-form{background:#f9fafb;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .3s ease;font-family:inherit;background:#fff;color:#1f2937}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button:active:not(:disabled){transform:translateY(0)}.form-error{margin-top:1rem;color:#dc2626;font-size:.9rem;text-align:center}@media(max-width:768px){.contact{padding:3rem 1rem}.contact-info{padding:2rem 1.5rem}.contact-info h3{font-size:1.5rem}.contact-info>p{font-size:1rem}}.App{width:100%;overflow-x:hidden}
