*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background-color:#f0f0f0;font-family:Segoe UI,sans-serif}.navbar{background-color:#0f0f0f;background-repeat:1px solid #222;z-index:1001478;justify-content:space-between;align-items:center;width:100%;padding:1rem 3rem;display:flex;position:fixed;top:0}.navbar .logo{color:#00bfa6;font-size:1.4rem;font-weight:700}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links li a{color:#e0e0e0;cursor:pointer;font-size:.95rem;text-decoration:none;transition:color .2s}.navbar-links li a:hover{color:#00bfa6}.hero{justify-content:space-between;align-items:center;gap:2rem;min-height:100vh;padding:6rem 5rem 2rem;display:flex}.hero-greeting{color:#00bfa6;margin-bottom:.5rem;font-size:1.1rem}.hero-name{margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title{color:#686262;margin-bottom:1.2rem;font-size:1.4rem;font-weight:400}.hero-bio{color:#626161;max-width:520px;margin-bottom:2rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.btn-primary{color:#0f0f0f;background-color:#00bfa6;border-radius:6px;padding:.75rem 1.8rem;font-weight:600;text-decoration:none;transition:background .2s}.btn-primary:hover{background-color:#00a896}.btn-secondary{color:#00bfa6;border:1px solid #00bfa6;border-radius:6px;padding:.75rem 1.8rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{color:#0f0f0f;background-color:#00bfa6}.hero-image img{object-fit:cover;border:4px solid #00bfa6;border-radius:50%;width:280px;height:280px}.section-title{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-subtitle{text-align:center;color:#aaa;margin-bottom:3rem}section{padding:5rem}.skills{background-color:#141414}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.skill-card{background-color:#1a1a1a;border:1px solid #222;border-radius:10px;padding:1.5rem;transition:border-color .2s}.skill-card:hover{border-color:#00bfa6}.skill-category{color:#00bfa6;margin-bottom:1rem;font-size:1rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#ccc;background-color:#222;border-radius:20px;padding:.3rem .75rem;font-size:.8rem}
