@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0f172a;--secondary: #334155;--accent: #3b82f6;--dark: #0f172a;--light: #ffffff;--gray: #64748b;--gray-light: #f1f5f9;--gray-border: #e2e8f0}[data-theme=dark]{--primary: #f8fafc;--secondary: #cbd5e1;--accent: #60a5fa;--dark: #f8fafc;--light: #0f172a;--gray: #94a3b8;--gray-light: #1e293b;--gray-border: #334155}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;line-height:1.65;color:var(--primary);background:var(--light);font-size:16px;letter-spacing:-.011em;transition:background-color .3s ease,color .3s ease}.portfolio{max-width:100%;overflow-x:hidden;position:relative}.theme-toggle{position:fixed;top:2rem;right:2rem;z-index:1000;width:48px;height:48px;border-radius:50%;background:var(--light);border:1px solid var(--gray-border);color:var(--primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.theme-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.theme-toggle svg{width:20px;height:20px}@media(max-width:768px){.theme-toggle{top:1rem;right:1rem;width:44px;height:44px}}.portfolio{max-width:100%;overflow-x:hidden}.hero{min-height:90vh;display:flex;align-items:center;padding:6rem 2rem 4rem;background:var(--light);position:relative;border-bottom:1px solid var(--gray-border)}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(to left,var(--gray-light) 0%,transparent 100%);opacity:.4;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center}.hero-text{max-width:700px}.hero-label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.1;color:var(--primary)}.hero .tagline{font-size:1.5rem;font-weight:400;color:var(--secondary);margin-bottom:2rem;line-height:1.4;letter-spacing:-.02em}.hero .summary{font-size:1.0625rem;line-height:1.7;color:var(--gray);margin-bottom:2.5rem;max-width:620px}.hero-image{width:280px;height:280px;border-radius:16px;object-fit:cover;border:1px solid var(--gray-border);box-shadow:0 1px 3px #0000000d}.hero-links{display:flex;gap:1rem;flex-wrap:wrap}.hero-links a{color:var(--secondary);text-decoration:none;font-size:.9375rem;font-weight:500;padding:.75rem 0;transition:color .2s ease;border-bottom:1px solid transparent}.hero-links a:hover{color:var(--primary);border-bottom-color:var(--primary)}section{padding:7rem 2rem;max-width:1200px;margin:0 auto}section h2{font-size:2.25rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.02em;color:var(--primary)}section .section-subtitle{font-size:1.0625rem;color:var(--gray);margin-bottom:4rem;line-height:1.6;max-width:640px}.experience-grid{display:flex;flex-direction:column;gap:5rem}.experience-item{display:grid;grid-template-columns:200px 1fr;gap:3rem;padding-bottom:5rem;border-bottom:1px solid var(--gray-border)}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-meta{padding-top:.25rem}.experience-meta h3{font-size:1.125rem;font-weight:600;color:var(--primary);margin-bottom:.5rem;letter-spacing:-.01em}.experience-meta .company{font-size:.9375rem;color:var(--secondary);margin-bottom:.25rem}.experience-meta .period{font-size:.875rem;color:var(--gray)}.experience-content h4{font-size:1rem;font-weight:600;color:var(--primary);margin-top:2rem;margin-bottom:.75rem;letter-spacing:-.01em}.experience-content h4:first-child{margin-top:0}.experience-content p{font-size:1rem;line-height:1.7;color:var(--secondary);margin-bottom:1rem}.experience-content ul{list-style:none;padding:0;margin-bottom:1.5rem}.experience-content li{font-size:1rem;line-height:1.7;color:var(--secondary);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.experience-content li:before{content:"•";position:absolute;left:0;color:var(--gray)}.impact-metric{display:inline-block;background:var(--gray-light);color:var(--primary);padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-right:.5rem;margin-top:.5rem}.skills-section{background:var(--gray-light);border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border)}.skills-container{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.skill-category{display:flex;flex-direction:column;gap:1.5rem}.skill-category h3{font-size:1rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.skill-category ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.skill-category li{font-size:1rem;color:var(--secondary);line-height:1.6}.projects-grid{display:grid;gap:3rem}.project-item{padding:2.5rem 0;border-bottom:1px solid var(--gray-border)}.project-item:last-child{border-bottom:none}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:2rem}.project-item h3{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:.5rem;letter-spacing:-.02em}.project-type{font-size:.875rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em}.project-item p{color:var(--secondary);line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-size:.9375rem;font-weight:500;transition:gap .2s ease}.project-link:hover{gap:.75rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.info-card{padding:2rem 0;border-bottom:1px solid var(--gray-border)}.info-card h3{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.5rem;letter-spacing:-.01em}.info-card .meta{color:var(--gray);font-size:.9375rem;margin-bottom:1rem}.info-card p{color:var(--secondary);line-height:1.7;font-size:1rem}.contact-section{background:var(--gray-light);border-top:1px solid var(--gray-border);padding:5rem 2rem}.contact-content{max-width:600px}.contact-section h2{margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.875rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.contact-item a{color:var(--primary);text-decoration:none;font-size:1.125rem;font-weight:500;transition:color .2s ease}.contact-item a:hover{color:var(--accent)}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-image{order:-1;width:200px;height:200px;margin:0 auto}.hero-text{text-align:center}.hero-links{justify-content:center}.experience-item{grid-template-columns:1fr;gap:1.5rem}.skills-container{grid-template-columns:1fr;gap:3rem}.info-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero .tagline{font-size:1.25rem}section{padding:5rem 1.5rem}section h2{font-size:1.875rem}.experience-grid{gap:3rem}.experience-item{padding-bottom:3rem}}@media(max-width:480px){.hero{padding:4rem 1.5rem 3rem}.hero h1{font-size:2rem}.hero .tagline{font-size:1.125rem}section{padding:4rem 1.5rem}.hero-image{width:160px;height:160px}}.fade-in{opacity:1;transition:opacity .4s ease}
