*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-size:2.5em;line-height:1.2}h3{font-size:1.5em;line-height:1.3}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .3s ease}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{width:100%;min-height:100vh}main{padding-top:70px}*{scroll-behavior:smooth}@media(max-width:768px){main{padding-top:60px}}.header{position:fixed;top:0;left:0;right:0;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.header-container{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:#646cff}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#ffffffde;font-size:1rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.nav button:hover{color:#646cff}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:block;width:25px;height:2px;background:#ffffffde;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:2px;background:#ffffffde;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);bottom:0}@media(max-width:768px){.header-container{padding:1rem}.menu-toggle{display:block}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#1a1a1afa;flex-direction:column;padding:5rem 2rem 2rem;transition:right .3s ease;gap:1rem}.nav.open{right:0}.nav button{font-size:1.2rem;padding:1rem;text-align:left;width:100%}}@media(prefers-color-scheme:light){.header{background:#fffffff2}.nav button{color:#213547}.hamburger,.hamburger:before,.hamburger:after{background:#213547}.nav{background:#fffffffa}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:800px;animation:fadeInUp .8s ease}.hero-title{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#646cff,#535bf2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:2rem;font-weight:400;color:#ffffffb3;margin-bottom:2rem}.hero-about{font-size:1.2rem;line-height:1.8;color:#ffffffde;max-width:600px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:calc(100vh - 70px);padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-about{font-size:1rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}}@media(prefers-color-scheme:light){.hero-subtitle{color:#213547b3}.hero-about{color:#213547}}.experience-section{min-height:100vh;padding:5rem 2rem;display:flex;align-items:center}.section-container{max-width:1000px;margin:0 auto;width:100%}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#646cff}.experience-list{display:flex;flex-direction:column;gap:2.5rem}.experience-item{background:#646cff0d;border-left:3px solid #646cff;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover{transform:translate(10px);box-shadow:0 5px 20px #646cff33}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.experience-title{font-size:1.5rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.experience-company{color:#ffffffb3;font-size:1rem}.experience-period{color:#646cff;font-size:.9rem;font-weight:500;white-space:nowrap}.experience-description{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.experience-description li{color:#ffffffde;padding-left:1.5rem;position:relative;line-height:1.6}.experience-description li:before{content:"▹";position:absolute;left:0;color:#646cff;font-weight:700}@media(max-width:768px){.experience-section{padding:3rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.experience-header{flex-direction:column;gap:.5rem}.experience-period{white-space:normal}.experience-title{font-size:1.3rem}.experience-item{padding:1.5rem}.experience-item:hover{transform:translate(5px)}}@media(prefers-color-scheme:light){.experience-item{background:#646cff14}.experience-title{color:#213547}.experience-company{color:#213547b3}.experience-description li{color:#213547}}.education-section{min-height:100vh;padding:5rem 2rem;display:flex;align-items:center}.education-list{display:flex;flex-direction:column;gap:2rem}.education-item{background:#646cff0d;border-left:3px solid #646cff;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.education-item:hover{transform:translate(10px);box-shadow:0 5px 20px #646cff33}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.education-degree{font-size:1.5rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.education-institution{color:#ffffffb3;font-size:1rem}.education-period{color:#646cff;font-size:.9rem;font-weight:500;white-space:nowrap}.education-details{color:#ffffffde;line-height:1.6;font-style:italic}@media(max-width:768px){.education-section{padding:3rem 1rem}.education-header{flex-direction:column;gap:.5rem}.education-period{white-space:normal}.education-degree{font-size:1.3rem}.education-item{padding:1.5rem}.education-item:hover{transform:translate(5px)}}@media(prefers-color-scheme:light){.education-item{background:#646cff14}.education-degree{color:#213547}.education-institution{color:#213547b3}.education-details{color:#213547}}.certifications-section{min-height:60vh;padding:5rem 2rem;display:flex;align-items:center}.certifications-list{display:flex;flex-direction:column;gap:1.5rem}.certification-item{display:flex;align-items:center;gap:1.5rem;background:#646cff0d;border-left:3px solid #646cff;padding:1.5rem 2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.certification-item:hover{transform:translate(10px);box-shadow:0 5px 20px #646cff33}.certification-icon{color:#646cff;flex-shrink:0}.certification-content{flex:1}.certification-name{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.25rem}.certification-issuer{color:#ffffffb3;font-size:.95rem}.certification-year{color:#646cff;font-size:.9rem;font-weight:500;white-space:nowrap}@media(max-width:768px){.certifications-section{padding:3rem 1rem}.certification-item{flex-wrap:wrap;padding:1.25rem;gap:1rem}.certification-icon{display:none}.certification-year{width:100%;order:-1}.certification-name{font-size:1.1rem}.certification-item:hover{transform:translate(5px)}}@media(prefers-color-scheme:light){.certification-item{background:#646cff14}.certification-name{color:#213547}.certification-issuer{color:#213547b3}}.skills-section{min-height:100vh;padding:5rem 2rem;display:flex;align-items:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:#646cff0d;padding:2rem;border-radius:12px;border:1px solid rgba(100,108,255,.2);transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #646cff33;border-color:#646cff}.skill-category-title{font-size:1.5rem;font-weight:600;color:#646cff;margin-bottom:1.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#646cff1a;color:#ffffffde;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(100,108,255,.3);transition:all .3s ease}.skill-tag:hover{background:#646cff33;border-color:#646cff;transform:scale(1.05)}@media(max-width:768px){.skills-section{padding:3rem 1rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category{padding:1.5rem}.skill-category-title{font-size:1.3rem}.skill-tags{gap:.5rem}.skill-tag{font-size:.85rem;padding:.4rem .8rem}}@media(prefers-color-scheme:light){.skill-category{background:#646cff14;border-color:#646cff4d}.skill-tag{background:#646cff26;color:#213547;border-color:#646cff66}.skill-tag:hover{background:#646cff40}}.contact-section{min-height:100vh;padding:5rem 2rem;display:flex;align-items:center}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-intro{font-size:1.2rem;color:#ffffffde;margin-bottom:3rem;line-height:1.8}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-item{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.1rem;padding:1rem;background:#646cff0d;border-radius:8px;transition:all .3s ease}.contact-item:hover{background:#646cff1a;transform:translateY(-2px)}.contact-icon{font-size:1.5rem}.contact-item a{color:#ffffffde;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#646cff}.contact-item span{color:#ffffffde}.social-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link{padding:.75rem 2rem;background:#646cff;color:#fff;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease;border:2px solid #646cff}.social-link:hover{background:transparent;color:#646cff;transform:translateY(-3px);box-shadow:0 5px 15px #646cff4d}@media(max-width:768px){.contact-section{padding:3rem 1rem}.contact-intro{font-size:1rem;margin-bottom:2rem}.contact-item{font-size:1rem;padding:.75rem}.contact-icon{font-size:1.3rem}.social-links{gap:1rem}.social-link{padding:.6rem 1.5rem;font-size:.9rem}}@media(prefers-color-scheme:light){.contact-intro{color:#213547}.contact-item{background:#646cff14}.contact-item:hover{background:#646cff26}.contact-item a,.contact-item span{color:#213547}.social-link{background:#646cff;color:#fff}.social-link:hover{background:transparent;color:#646cff}}
