:root{--color-bg: #FFFFFF;--color-bg-secondary: #F8F9FA;--color-bg-tertiary: #F1F3F4;--color-text: #202124;--color-text-secondary: #5F6368;--color-accent-blue: #1A73E8;--color-particle-blue: #4285F4;--color-particle-red: #EA4335;--color-particle-yellow: #FBBC04;--color-particle-green: #34A853;--font-main: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden;line-height:1.6}.app-wrapper{position:relative;min-height:100vh;width:100%}.particle-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.app-content{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;background-color:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-bg-tertiary);z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.15rem;letter-spacing:-.5px}.logo-icon{width:22px;height:22px;background:linear-gradient(135deg,var(--color-particle-blue) 0%,var(--color-particle-green) 100%);border-radius:4px;display:inline-block}.nav-links{display:flex;gap:2rem}.nav-link{text-decoration:none;color:var(--color-text-secondary);font-weight:500;font-size:.9rem;transition:color .2s ease}.nav-link:hover{color:var(--color-text)}.btn{display:inline-block;text-decoration:none;padding:.65rem 1.4rem;border-radius:2rem;font-weight:500;font-size:.9rem;transition:all .2s ease;cursor:pointer;text-align:center;border:none}.btn-primary{background-color:var(--color-text);color:#fff}.btn-primary:hover{background-color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-secondary{background-color:var(--color-text);color:#fff}.btn-secondary:hover{background-color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-outline{border:1.5px solid rgba(0,0,0,.15);color:var(--color-text);background:#ffffffb3}.btn-outline:hover{border-color:var(--color-text-secondary);background-color:var(--color-bg-secondary)}.badge{display:inline-block;padding:.3rem .8rem;border-radius:2rem;font-size:.78rem;font-weight:600;letter-spacing:.02em}.badge.blue{background:#4285f41f;color:#1558d6}.badge.red{background:#ea43351f;color:#c5221f}.badge.green{background:#34a8531f;color:#137333}.badge.yellow{background:#fbbc0426;color:#7a5100}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.section-subtitle{color:var(--color-text-secondary);margin-bottom:3rem;font-size:1rem}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem}.hero-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;gap:5rem;flex-wrap:wrap}.hero-content{flex:1;min-width:300px}.hero-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-particle-blue);margin-bottom:1rem}.hero-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;letter-spacing:-3px;line-height:1;margin-bottom:1.25rem;background:linear-gradient(180deg,#000,#5f6368);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(.95rem,1.8vw,1.1rem);color:var(--color-text-secondary);margin-bottom:1.75rem;line-height:1.7;max-width:520px}.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hero-contact{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.82rem;color:var(--color-text-secondary)}.hero-photo-wrap{position:relative;flex-shrink:0;width:320px;height:320px}.hero-photo-ring{position:relative;width:300px;height:300px;border-radius:50%;padding:5px;z-index:1}.hero-photo-ring:before{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,var(--color-particle-blue) 0%,var(--color-particle-green) 33%,var(--color-particle-yellow) 66%,var(--color-particle-red) 100%);box-shadow:0 20px 60px #4285f433;animation:spin-ring 8s linear infinite;z-index:-1}@keyframes spin-ring{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}.hero-photo{position:relative;width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top;border:4px solid white;display:block}.float-chip{position:absolute;padding:.3rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:700;letter-spacing:.03em;box-shadow:0 4px 12px #0000001f;animation:float 3s ease-in-out infinite}.chip-blue{background:#4285f4;color:#fff;top:10px;right:-10px;animation-delay:0s}.chip-green{background:#34a853;color:#fff;bottom:20px;right:-20px;animation-delay:.75s}.chip-red{background:#ea4335;color:#fff;bottom:20px;left:-10px;animation-delay:1.5s}.chip-yellow{background:#fbbc04;color:#202124;top:10px;left:-10px;animation-delay:2.25s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.skills-section{padding:6rem 2rem;background-color:transparent}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.skill-card{background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000012}.skill-card--blue{border-top:3px solid var(--color-particle-blue)}.skill-card--green{border-top:3px solid var(--color-particle-green)}.skill-card--yellow{border-top:3px solid var(--color-particle-yellow)}.skill-card--red{border-top:3px solid var(--color-particle-red)}.skill-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.skill-icon{font-size:1.4rem}.skill-card-header h3{font-size:1rem;font-weight:700}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-block;padding:.25rem .7rem;border-radius:2rem;font-size:.78rem;font-weight:500}.skill-tag--blue{background:#4285f41a;color:#1558d6}.skill-tag--green{background:#34a8531a;color:#137333}.skill-tag--yellow{background:#fbbc041f;color:#7a5100}.skill-tag--red{background:#ea43351a;color:#c5221f}.projects-section{padding:6rem 2rem;background-color:transparent}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.project-card--blue{border-bottom:3px solid var(--color-particle-blue)}.project-card--green{border-bottom:3px solid var(--color-particle-green)}.project-card--yellow{border-bottom:3px solid var(--color-particle-yellow)}.project-card--red{border-bottom:3px solid var(--color-particle-red)}.project-image{height:140px;display:flex;align-items:center;justify-content:center}.project-image--blue{background:linear-gradient(135deg,#4285f426,#4285f40a)}.project-image--green{background:linear-gradient(135deg,#34a85326,#34a8530a)}.project-image--yellow{background:linear-gradient(135deg,#fbbc042e,#fbbc040a)}.project-image--red{background:linear-gradient(135deg,#ea433526,#ea43350a)}.project-emoji{font-size:3rem}.project-body{padding:1.5rem}.project-body h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.project-desc{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:.75rem}.project-bullets{list-style:none;margin-bottom:1rem}.project-bullets li{font-size:.85rem;color:var(--color-text-secondary);padding:.25rem 0 .25rem 1rem;position:relative}.project-bullets li:before{content:"→";position:absolute;left:0;color:var(--color-particle-blue);font-size:.75rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem}.experience-section{padding:6rem 2rem;background-color:transparent}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline-item{display:flex;gap:1.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;padding:1.75rem;border:1px solid rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease}.timeline-item:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000012}.timeline-item--blue{border-left:4px solid var(--color-particle-blue)}.timeline-item--green{border-left:4px solid var(--color-particle-green)}.timeline-icon{font-size:2rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.timeline-content{flex:1}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.timeline-role{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.timeline-company{color:var(--color-text-secondary);font-size:.9rem}.timeline-period{white-space:nowrap}.timeline-bullets{list-style:none}.timeline-bullets li{font-size:.9rem;color:var(--color-text-secondary);padding:.3rem 0 .3rem 1.2rem;position:relative}.timeline-bullets li:before{content:"▸";position:absolute;left:0;color:var(--color-particle-blue);font-size:.8rem}.education-section{padding:6rem 2rem;background-color:transparent}.edu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem}.edu-card{display:flex;gap:1rem;align-items:flex-start;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.07);transition:transform .3s ease}.edu-card:hover{transform:translateY(-3px)}.edu-card--blue{border-top:3px solid var(--color-particle-blue)}.edu-card--green{border-top:3px solid var(--color-particle-green)}.edu-icon{font-size:2rem;flex-shrink:0}.edu-degree{font-size:1rem;font-weight:700;margin-bottom:.25rem}.edu-school{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:.2rem}.edu-uni{color:var(--color-text-secondary);font-size:.8rem;margin-bottom:.5rem}.certs-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.cert-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:1.25rem 1.5rem;border:1px solid rgba(0,0,0,.07);transition:transform .3s ease;flex-wrap:wrap}.cert-card:hover{transform:translateY(-3px)}.cert-card--blue{border-left:3px solid var(--color-particle-blue)}.cert-card--red{border-left:3px solid var(--color-particle-red)}.cert-body h4{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.cert-body p{font-size:.85rem;color:var(--color-text-secondary)}.footer{background-color:#f1f3f4d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6rem 2rem 3rem;margin-top:auto;border-top:1px solid rgba(0,0,0,.06)}.footer-container{max-width:1200px;margin:0 auto}.footer-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-1.5px;margin-bottom:4rem;max-width:700px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;border-top:1px solid rgba(0,0,0,.08);padding-top:3rem;margin-bottom:3rem}.footer-column h4{font-size:.9rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary)}.footer-column a{display:block;color:var(--color-text);text-decoration:none;margin-bottom:.75rem;font-size:.9rem;transition:color .2s ease}.footer-column a:hover{color:var(--color-particle-blue)}.footer-text{display:block;color:var(--color-text-secondary);font-size:.9rem;margin-bottom:.5rem}.footer-copy{color:var(--color-text-secondary);font-size:.8rem;border-top:1px solid rgba(0,0,0,.06);padding-top:1.5rem}.project-link{display:inline-block;margin-top:1.5rem;font-weight:600;text-decoration:none;font-size:.9rem;transition:transform .2s ease,opacity .2s ease}.project-link:hover{transform:translate(4px);opacity:.8}.project-link--blue{color:#1558d6}.project-link--green{color:#137333}.project-link--yellow{color:#7a5100}.project-link--red{color:#c5221f}@media(max-width:768px){.nav-links{display:none}.hero-inner{flex-direction:column-reverse;align-items:center;gap:3rem;text-align:center}.hero-badges,.hero-actions{justify-content:center}.hero-contact{justify-content:center;flex-direction:column;gap:.5rem;align-items:center}.hero-photo-wrap{width:240px;height:240px}.hero-photo-ring{width:220px;height:220px}.timeline-item{flex-direction:column;gap:.75rem}.timeline-header{flex-direction:column}}
