:root{font-family:Inter,system-ui,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}*{margin:0;padding:0;box-sizing:border-box}body,#root{min-height:100vh}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.app{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;background-color:#242424f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:100;padding:1rem 0}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#ffffffde;text-decoration:none;transition:color .3s;font-weight:500}.nav-links a:hover{color:#667eea}.main{flex:1}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.hero-content{max-width:800px;text-align:center}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#ffffffb3}.hero-description{font-size:1.125rem;margin-bottom:2rem;color:#fff9}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-secondary{background:transparent;color:#ffffffde;border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover{border-color:#667eea;color:#667eea}.section{padding:5rem 2rem}.section:nth-child(2n){background-color:#ffffff05}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;font-weight:700}.section-content{font-size:1.125rem;line-height:1.8;color:#ffffffb3;max-width:800px;margin:0 auto 1.5rem;text-align:center}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.experience-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.experience-item h3{margin-bottom:1rem;color:#667eea;font-size:1.25rem}.experience-item ul{list-style:none}.experience-item li{color:#ffffffb3;position:relative;padding:.5rem 0 .5rem 1.5rem}.experience-item li:before{content:"→";position:absolute;left:0;color:#667eea}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33;border-color:#667eea4d}.project-card h3{margin-bottom:1rem;color:#667eea;font-size:1.25rem}.project-card p{color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background:#667eea33;color:#667eea;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;border:1px solid rgba(102,126,234,.3)}.contact{text-align:center}.contact-links{display:flex;gap:2rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.contact-link{padding:1rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffde;text-decoration:none;transition:all .3s;font-weight:500}.contact-link:hover{background:#667eea33;border-color:#667eea;color:#667eea}.footer{background-color:#0003;padding:2rem;text-align:center;color:#ffffff80;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}}@media(prefers-color-scheme:light){.header{background-color:#fffffff2;border-bottom:1px solid rgba(0,0,0,.1)}.nav-links a{color:#213547}.hero{background:linear-gradient(135deg,#667eea0d,#764ba20d)}.hero-subtitle{color:#000000b3}.hero-description{color:#0009}.btn-secondary{color:#213547;border-color:#0003}.section-content{color:#000000b3}.section:nth-child(2n){background-color:#00000005}.experience-item,.project-card,.contact-link{background:#00000008;border-color:#0000001a}.experience-item li,.project-card p{color:#000000b3}.footer{background-color:#0000000d;border-top-color:#0000001a;color:#00000080}}
