:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffeb;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ebc61d;text-decoration:inherit}a:hover{color:#c9a60f}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:#111;cursor:pointer;transition:border-color .25s}button:hover{border-color:#ebc61d}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#ffffffeb;background-color:#000}a:hover{color:#d6b91a}button{background-color:#111}}body{margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:#000;color:#f2f2f2}.navbar{position:sticky;top:0;background:#000000ad;padding:.5rem 0;z-index:1000;box-shadow:0 2px 12px #3c3c3c0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-menu{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0}.nav-menu li{margin:0 1.7rem;font-size:1.09rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;letter-spacing:.03em;padding-bottom:3px;border-bottom:2px solid transparent;transition:color .18s,border-bottom .18s}.nav-menu a:hover{color:#ebc61d;border-bottom:2px solid #EBC61D}main{width:100vw;margin:3.5rem 0 2rem;padding:0;box-sizing:border-box}.section{width:100vw;background:#0a0a0a;border-radius:28px;box-shadow:0 4px 32px #ebc61d1f;padding:3.8rem max(6vw,2rem) 3.2rem max(6vw,2rem);margin-bottom:2.7rem;opacity:0;transform:translateY(50px);animation:fadeInUp 1s forwards;box-sizing:border-box}.section:nth-child(2){animation-delay:.08s}.section:nth-child(3){animation-delay:.14s}.section:nth-child(4){animation-delay:.22s}.section:nth-child(5){animation-delay:.3s}.section:nth-child(6){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:none}}.section h2{margin-bottom:1.3rem;font-size:2.25rem;color:#ebc61d;letter-spacing:.01em}.section p,.section ul,.section li{font-size:1.13rem;line-height:1.75;color:#e6e6e6}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;min-height:36vh;padding-top:2.5rem;padding-bottom:2.3rem;margin-bottom:2.4rem;box-sizing:border-box}.hero-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:.43rem}.profile-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid rgba(235,198,29,.3);box-shadow:0 4px 16px #ebc61d33}.hero h1{font-size:3.4rem;font-weight:900;margin:0;background:linear-gradient(92deg,#ebc61d 22%,#c9a60f 87%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.hero h3{font-size:1.57rem;font-weight:600;color:#cfcfcf;margin:0 0 .6rem}.experience-list{display:grid;grid-template-columns:1fr;gap:1.1rem}.experience-item{background:#0d0d0d;border:1px solid rgba(235,198,29,.25);border-radius:16px;padding:1rem 1.2rem}.experience-header h3{margin:0 0 .25rem;font-size:1.3rem;color:#ebc61d}.experience-sub{display:flex;flex-wrap:wrap;gap:.6rem}.experience-meta,.experience-dates{color:#bdbdbd;font-size:.95rem}.experience-bullets{margin:.6rem 0 0 1.1rem}.experience-bullets li{color:#e6e6e6;line-height:1.7}@media(max-width:600px){.experience-item{padding:.85rem .9rem}.experience-header h3{font-size:1.12rem}}.chip-list{display:flex;flex-wrap:wrap;gap:.6rem}.chip{background:#0d0d0d;color:#ebc61d;border:1px solid rgba(235,198,29,.35);border-radius:999px;padding:.35rem .7rem;font-size:.98rem}.cert-list{display:grid;grid-template-columns:1fr;gap:.9rem}.cert-item{background:#0d0d0d;border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:.8rem 1rem}.cert-title{color:#ebc61d;font-weight:700;margin-bottom:.15rem}.cert-sub{color:#bdbdbd}.hobby-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hobby-item{background:#0d0d0d;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:.9rem 1rem}.hobby-name{color:#ebc61d;font-weight:700;margin-bottom:.25rem}.hobby-desc{color:#e6e6e6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.project-card{background:#0d0d0d;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1rem 1.1rem}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.project-title{color:#ebc61d;font-weight:800}.project-link{color:#ebc61d;text-decoration:none;font-weight:600;border-bottom:2px solid transparent}.project-link:hover{border-bottom-color:#ebc61d}.project-desc{color:#e6e6e6;margin-bottom:.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:#111;color:#d9d9d9;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.25rem .55rem;font-size:.9rem}.hero p{font-size:1.21rem;margin:.4rem 0 0}@media(max-width:600px){.navbar{font-size:.98rem;padding:.25rem 0}main{margin-top:1.5rem;padding:0;width:100vw}.section{padding:2.2rem .6rem 1.7rem;margin-bottom:1.5rem;border-radius:16px;width:100vw}.section h2{font-size:1.28rem}.hero{min-height:16vh;padding-top:.6rem;padding-bottom:.78rem;width:100vw}.hero-header{flex-direction:column;gap:1rem}.profile-photo{width:140px;height:140px}.hero h1{font-size:2rem}.hero h3{font-size:1.06rem}}html{scroll-behavior:smooth}
