@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#0d0d0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0d0d0d;--bg-elevated: #1a1a1a;--text: #ffffff;--text-muted: rgba(255, 255, 255, .7);--accent: #2a2a2a;--border: rgba(255, 255, 255, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:inherit;text-decoration:none}a:hover{color:var(--text-muted)}button{border-radius:8px;border:1px solid transparent;padding:.75em 1.5em;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:opacity .2s,border-color .2s}button:focus-visible{outline:2px solid white;outline-offset:2px}section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.contact{text-align:center}@media(min-width:768px){section{padding:5rem 2rem}}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 1rem}.section-description{color:var(--text-muted);max-width:560px;margin:0}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto;background:var(--bg)}.header-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.125rem}.header-avatar{width:36px;height:36px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border)}.header-menu-btn{position:relative;z-index:101;display:flex;flex-direction:column;gap:5px;padding:8px;background:transparent;border:none;color:#fff}.header-menu-btn-line{display:block;width:22px;height:2px;background:currentColor;transition:transform .2s,opacity .2s}.header-menu-btn--open .header-menu-btn-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-menu-btn--open .header-menu-btn-line:nth-child(2){opacity:0}.header-menu-btn--open .header-menu-btn-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:768px){.header-menu-btn{display:none}}.header-nav{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--bg);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.header-nav--open{opacity:1;visibility:visible}@media(min-width:768px){.header-nav{position:static;flex-direction:row;gap:2rem;opacity:1;visibility:visible;background:transparent}}.header-link{font-size:1rem;color:var(--text-muted)}.header-link:hover{color:var(--text)}.header-link--primary{padding:.5em 1em;background:var(--accent);color:var(--text);border-radius:8px}.header-link--primary:hover{opacity:.9;color:var(--text)}.hero{display:flex;align-items:center;justify-content:center;min-height:85vh;padding:3rem 1.5rem 4rem;text-align:center}.hero-content{max-width:560px;margin:0 auto}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em;position:relative}.hero-title-text{display:inline-block;position:relative;background:linear-gradient(135deg,#fff,#ffffffd9,#ffffffb3);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:hero-title-shine 6s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,255,255,.15)) drop-shadow(0 0 40px rgba(255,255,255,.08)) drop-shadow(0 4px 12px rgba(0,0,0,.25));-webkit-box-reflect:below -8px linear-gradient(to bottom,transparent 20%,rgba(255,255,255,.03) 50%,transparent 80%)}@keyframes hero-title-shine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-description{color:var(--text-muted);font-size:1.05rem;line-height:1.65;margin:0 0 1.75rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-social{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}.hero-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:var(--text);font-size:1.35rem;transition:border-color .2s,color .2s,background .2s,transform .2s}.hero-social-link:hover{border-color:#ffffff80;color:var(--text);background:#ffffff0f;transform:translateY(-2px)}.btn{display:inline-block;padding:.75em 1.5em;font-size:1rem;font-weight:500;border-radius:8px;transition:opacity .2s,border-color .2s,transform .2s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--accent);color:var(--text);border:1px solid var(--border)}.btn--primary:hover{opacity:.9}.btn--outline{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.4)}.btn--outline:hover{border-color:#ffffffb3}.hero-image{border-radius:50%;width:10rem;height:10rem;object-fit:cover;display:block}.hero-visual{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.skills{padding-top:4rem;padding-bottom:4rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem 1rem;list-style:none;margin:0;padding:0;max-width:720px}.skills-item{display:inline-flex;align-items:center;gap:.5rem;padding:.6em 1.25em;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;font-size:1rem;font-weight:500;color:var(--text);transition:border-color .2s,background .2s}.skills-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted);flex-shrink:0}.skills-item:hover{border-color:#fff3;background:#ffffff0a}.timeline{padding-top:4rem;padding-bottom:4rem}.timeline-list{position:relative;padding-left:1.5rem;border-left:2px solid var(--border);margin-left:.25rem}@media(min-width:768px){.timeline-list{padding-left:2rem;margin-left:.5rem}}.timeline-item{position:relative;padding-bottom:2rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-1.5rem;top:.25rem;width:12px;height:12px;margin-left:-7px;border-radius:50%;background:var(--bg-elevated);border:2px solid rgba(255,255,255,.4)}@media(min-width:768px){.timeline-marker{left:-2rem;margin-left:-7px}}.timeline-content{padding-left:.5rem}.timeline-year{display:inline-block;font-size:.8rem;font-weight:600;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.25rem}.timeline-age{font-size:.9rem;font-weight:600;color:var(--text-muted);margin:0 0 .5rem}.timeline-description{font-size:.95rem;color:var(--text-muted);line-height:1.5;margin:0}.projects{padding-top:4rem;padding-bottom:4rem}.projects-grid{display:grid;gap:1.5rem;margin-top:1.5rem}@media(min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.project-card{border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);overflow:hidden;transition:border-color .2s,transform .2s}.project-card:hover{border-color:#fff3;transform:translateY(-2px)}.project-card-link{display:flex;flex-direction:column;height:100%;color:inherit}.project-card-link:hover{color:inherit}.project-card-image-wrap{width:100%;aspect-ratio:16 / 10;background:#ffffff0a;overflow:hidden;flex-shrink:0}.project-card-image{width:100%;height:100%;object-fit:cover;display:block}.project-card-inner{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem 1.5rem}.project-date{font-size:.8rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;margin-bottom:.35rem}.project-title{font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.project-description{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0 0 1rem;flex-grow:1}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.project-tech-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted)}.app{min-height:100vh}
