*{margin:0;padding:0;box-sizing:border-box}:root{--text: #18181b;--text-muted: #71717a;--bg: #ffffff;--bg-subtle: #fafafa;--border: #e4e4e7;--max-width: 720px}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);line-height:1.6;background:var(--bg)}.portfolio{width:100%}.portfolio-nav{position:fixed;top:0;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);z-index:1000;padding:.75rem 0}.nav-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:.9rem;font-weight:600;color:var(--text);letter-spacing:.04em}.nav-menu{display:flex;list-style:none;gap:0}.nav-link{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:.25rem .6rem;transition:color .15s ease;border-radius:0}.nav-link:hover,.nav-link.active{color:var(--text);background:none}.hero-section{padding:7rem 1.5rem 4rem;text-align:center;background:var(--bg);min-height:unset;display:block;color:var(--text)}.hero-content{max-width:var(--max-width);margin:0 auto}.hero-profile-photo{width:88px;height:88px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:1px solid var(--border);box-shadow:none;animation:none}.hero-profile-photo img{width:100%;height:100%;object-fit:cover}.hero-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text);animation:none}.highlight{color:var(--text)}.hero-subtitle{font-size:1rem;font-weight:400;margin-bottom:1rem;color:var(--text-muted);opacity:1;animation:none}.hero-description{font-size:.95rem;margin:0 auto 2rem;color:var(--text-muted);line-height:1.75;animation:none;max-width:480px;opacity:1}.hero-buttons{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem;animation:none}.btn{padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-primary{background:var(--text);color:var(--bg);border:1px solid var(--text)}.btn-primary:hover{background:#3f3f46;border-color:#3f3f46;transform:none;box-shadow:none}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--text);background:transparent;color:var(--text);transform:none}.hero-social{display:flex;gap:1rem;justify-content:center;animation:none}.social-link{opacity:.45;transition:opacity .15s ease;filter:grayscale(1)}.social-link:hover{opacity:1;transform:none}.scroll-indicator{display:none}.section{padding:4rem 1.5rem;border-top:1px solid var(--border);background:var(--bg)}.container{max-width:var(--max-width);margin:0 auto}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:2rem;text-align:left}.section-title:after{display:none}.about-section{background:var(--bg)}.about-content{max-width:100%;margin:0}.about-description{font-size:1rem;line-height:1.8;color:var(--text-muted);text-align:left}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.skill-card{background:var(--bg-subtle);padding:1.25rem;border-radius:4px;border:1px solid var(--border);box-shadow:none;transition:border-color .15s ease}.skill-card:hover{transform:none;box-shadow:none;border-color:var(--text)}.skill-category{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.skill-items{display:flex;flex-direction:column;gap:.6rem}.skill-level{font-size:.875rem;line-height:1.5;color:var(--text-muted)}.skill-level strong{color:var(--text);display:block;margin-bottom:.1rem;font-weight:500}.experience-section{background:var(--bg)}.timeline{position:relative;max-width:100%;padding-left:1.25rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--border)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:7px;height:7px;background:var(--text);border-radius:50%;border:none}.timeline-content{background:var(--bg-subtle);padding:1.25rem 1.5rem;border-radius:4px;border:1px solid var(--border);box-shadow:none}.job-title{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.company-name{font-size:.875rem;color:var(--text-muted);margin-bottom:.2rem}.job-period{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.job-description{font-size:.875rem;line-height:1.6;color:var(--text-muted)}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.education-card{background:var(--bg-subtle);padding:1.25rem;border-radius:4px;border:1px solid var(--border);box-shadow:none;transition:border-color .15s ease}.education-card:hover{transform:none;box-shadow:none;border-color:var(--text)}.degree{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.institution{font-size:.875rem;color:var(--text-muted);margin-bottom:.2rem}.education-period,.education-grade{font-size:.8rem;color:var(--text-muted);margin-top:.1rem}.projects-section{background:var(--bg)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.project-card{background:var(--bg-subtle);padding:1.25rem;border-radius:4px;border:1px solid var(--border);box-shadow:none;display:flex;flex-direction:column;transition:border-color .15s ease}.project-card:hover{transform:none;box-shadow:none;border-color:var(--text)}.project-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.6rem}.project-description{flex:1;font-size:.875rem;line-height:1.6;color:var(--text-muted);margin-bottom:1rem}.project-link{font-size:.8rem;color:var(--text);text-decoration:underline;text-underline-offset:2px;font-weight:500;transition:opacity .15s ease}.project-link:hover{opacity:.6;color:var(--text)}.contact-section{background:var(--bg);color:var(--text)}.contact-section .section-title{color:var(--text-muted)}.contact-section .section-title:after{display:none}.contact-intro{text-align:left;font-size:.95rem;max-width:100%;margin:0 0 2rem;line-height:1.75;color:var(--text-muted)}.contact-links{display:flex;justify-content:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.contact-link{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--text);text-decoration:none;opacity:.5;filter:grayscale(1);transition:opacity .15s ease,filter .15s ease}.contact-link:hover{opacity:1;filter:grayscale(0);transform:none}.contact-link span{font-size:.75rem;color:var(--text-muted)}.portfolio-footer{text-align:left;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem}.portfolio-footer p{margin:.25rem 0}.portfolio-footer a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.portfolio-footer a:hover{color:var(--text)}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:none}50%{transform:none}}@keyframes bounce{0%,to{transform:none}}@keyframes scroll{0%,to{opacity:1}}@media(max-width:640px){.nav-menu{display:none}.hero-section{padding:5rem 1.25rem 3rem}.hero-title{font-size:1.6rem}.section{padding:3rem 1.25rem}.skills-grid,.education-grid,.projects-grid{grid-template-columns:1fr}.contact-links{gap:1.5rem}}
