:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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:border-color .25s}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}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}#root{width:100%;min-height:100vh}.portfolio{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c3e50;line-height:1.6;width:100vw;min-width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.hero{position:relative;height:100vh;width:100vw;color:#fff;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeacc,#764ba2cc);z-index:2}.hero-content{position:relative;z-index:3;max-width:800px;padding:0 2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;max-width:600px;margin:0 auto;opacity:.85}.hero-cta{margin-top:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#ffffff26;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.cta-button:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}main{background:#f8fafc;width:100%}section{padding:4rem 0;width:100%;min-width:100%}section:nth-child(2n){background:#fff}h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center;color:#2c3e50}h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#667eea}.about-flex{display:flex;align-items:center;gap:4rem;max-width:1000px;margin:0 auto}.about-text{flex:1}.about-text p{font-size:1.2rem;color:#5a6c7d;text-align:left}.about-image{flex:0 0 300px}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0000001a}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.experience-item{background:#fff;padding:var(--space-2xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid rgba(102,126,234,.1);text-align:center;width:100%}.experience-item:hover{box-shadow:var(--shadow-lg);border-color:#667eea33;transform:translateY(-4px)}.experience-icon{font-size:3rem;margin-bottom:1rem;display:block}.experience-item p{color:#7c8ba1;font-style:italic;margin-bottom:1rem}.experience-item ul{list-style:none}.experience-item li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#5a6c7d}.experience-item li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.skill-category{background:#fff;padding:var(--space-2xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid rgba(102,126,234,.1);text-align:center;transition:all .3s ease;width:100%}.skill-category:hover{box-shadow:var(--shadow-lg);border-color:#667eea33;transform:translateY(-4px)}.skill-icon{font-size:3rem;margin-bottom:1rem;display:block}.skill-category ul{list-style:none}.skill-category li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#5a6c7d}.skill-category li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;width:100%}.contact h2{color:#fff}.contact p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;opacity:.9}.contact-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-button{display:inline-block;padding:1rem 2rem;background:#fff3;color:#fff;text-decoration:none;border-radius:50px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.contact-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0003}footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center;width:100%}footer p{opacity:.7}section{position:relative;width:100%}:root{--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--shadow-xl: 0 16px 64px rgba(0, 0, 0, .24)}.skill-badge{display:inline-block;padding:var(--space-xs) var(--space-sm);background:#667eea1a;color:#667eea;border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;margin:.25rem;border:1px solid rgba(102,126,234,.2);transition:all .2s ease}.skill-badge:hover{background:#667eea33;transform:translateY(-1px)}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:var(--radius-sm);overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:var(--radius-sm);transition:width 1s ease}.metric-card{text-align:center;padding:var(--space-lg);background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid rgba(102,126,234,.1);transition:all .3s ease}.metric-number{font-size:2.5rem;font-weight:700;color:#667eea;line-height:1}.metric-label{font-size:.875rem;color:#64748b;margin-top:var(--space-xs);text-transform:uppercase;letter-spacing:.05em}.mb-4{margin-bottom:1rem}.flex{display:flex}.justify-between{justify-content:space-between}.mb-1{margin-bottom:.25rem}.text-sm{font-size:.875rem}.font-medium{font-weight:500}.text-gray-700{color:#374151}.text-gray-500{color:#6b7280}@media (max-width: 1024px){.container{padding:0 var(--space-md)}}@media (max-width: 768px){.hero{height:80vh;min-height:600px}.hero h1{font-size:2.25rem;line-height:1.1}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}h2{font-size:1.875rem}.about-flex{flex-direction:column;gap:var(--space-xl);text-align:center}.about-image{flex:none;align-self:center}.about-text p{text-align:center}.about-image img{height:280px;max-width:280px}.experience-grid,.skills-grid{grid-template-columns:1fr;gap:var(--space-lg)}.contact-links{flex-direction:column;align-items:center;gap:var(--space-sm)}.container{padding:0 var(--space-md)}section{padding:var(--space-xl) 0}.cta-button{padding:var(--space-sm) var(--space-lg);font-size:1rem}.experience-item,.skill-category{padding:var(--space-lg)}}@media (max-width: 480px){.hero h1{font-size:1.875rem}.hero-content,.container{padding:0 var(--space-sm)}.about-image img{height:240px;max-width:240px}.metric-card{padding:var(--space-md)}.metric-number{font-size:2rem}}
