*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#edf0f5;--text:#1c2535;--muted:#7a8898;--border:#c5cdd8;--tag-bg:#c8d2de;--tag-hover-bg:#b8c4d2;--tag-text:#1c2535;--tag-border:#a8b8ca;--link:#1c2535;--link-hover:#4a6080}[data-theme=dark]{--bg:#141414;--text:#e5e5e5;--muted:#999;--border:#2a2a2a;--tag-bg:#222;--tag-hover-bg:#2e2e2e;--tag-text:#bbb;--tag-border:transparent;--link:#e5e5e5;--link-hover:#aaa}html{scroll-behavior:smooth;font-size:17px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;transition:background .3s,color .3s}[data-theme=light] body{background-color:#0000;background-image:radial-gradient(at 15% 0,#afcdeb8c 0%,#0000 50%),radial-gradient(at 85% 100%,#b9b4e159 0%,#0000 48%),linear-gradient(158deg,#edf0f5 0%,#dce4ee 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.container{max-width:700px;margin:0 auto;padding:4rem 1.5rem 3rem}.theme-toggle{border:1px solid var(--border);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--text);z-index:10;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:border-color .3s,color .3s;display:flex;position:fixed;top:1.25rem;right:1.25rem}.theme-toggle:hover{border-color:var(--muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.theme-toggle .icon-sun,.theme-toggle .icon-moon{transition:transform .4s;display:none}.theme-toggle:active .icon-sun,.theme-toggle:active .icon-moon{transform:rotate(90deg)scale(.8)}[data-theme=dark] .theme-toggle .icon-sun,[data-theme=light] .theme-toggle .icon-moon{display:inline}.model-wrapper{width:100%;height:380px;margin-bottom:2rem;position:relative}.model-skeleton{z-index:1;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.model-skeleton.hidden{opacity:0;pointer-events:none}.model-skeleton-spinner{border:2px solid var(--border);border-top-color:var(--muted);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.model-wrapper model-viewer::part(default-progress-bar){display:none}.avatar{object-fit:cover;border-radius:50%;flex-shrink:0;order:1;width:96px;height:96px}.hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:3.5rem;display:flex}.hero-text{flex:1;min-width:0}.hero h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.hero .tagline{color:var(--muted);font-size:1.05rem}section{margin-bottom:3rem}section h2{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem;font-size:.8rem;font-weight:600}section p{color:var(--text)}section p+p{margin-top:.75rem}.skills-list{flex-direction:column;gap:.85rem;display:flex}.skill-row{align-items:baseline;gap:1rem;display:flex}.skill-label{text-transform:uppercase;letter-spacing:1px;color:var(--muted);white-space:nowrap;flex-shrink:0;min-width:7.5rem;font-size:.75rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.35rem;display:flex}.skill-tag{background:var(--tag-bg);color:var(--tag-text);border:1px solid var(--tag-border);border-radius:4px;padding:.2rem .6rem;font-size:.8rem;transition:background .3s,color .3s}.skill-tag:hover{background:var(--tag-hover-bg);transition:background .2s,color .2s,transform .2s;transform:translateY(-1px)}@media (width<=480px){.skill-row{flex-direction:column;gap:.35rem}.skill-label{min-width:0}}.timeline{border-left:1px solid var(--border);padding-left:1.25rem;position:relative}.timeline-item{margin-bottom:1.75rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{content:"";background:var(--muted);border-radius:50%;width:.5rem;height:.5rem;transition:background .3s;position:absolute;top:.45rem;left:-1.27rem;transform:translate(-50%)}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.timeline-date{color:var(--muted);white-space:nowrap;font-size:.8rem}.timeline-company{color:var(--muted);margin-bottom:.35rem;font-size:.85rem}.timeline-item.expandable{cursor:pointer}.timeline-toggle{all:unset;cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.timeline-toggle>div{min-width:0}.timeline-arrow{border-right:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);flex-shrink:0;width:.5rem;height:.5rem;transition:transform .3s;transform:rotate(-45deg)}.timeline-item.expanded .timeline-arrow{transform:rotate(45deg)}.timeline-body{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.timeline-item.expanded .timeline-body{grid-template-rows:1fr}.timeline-body-inner{overflow:hidden}.timeline-body-inner>ul{margin:0;padding:0;list-style:none}.timeline-tags{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.timeline-tag{background:var(--tag-bg);color:var(--muted);border:1px solid var(--tag-border);border-radius:3px;padding:.12rem .45rem;font-size:.7rem;transition:background .3s,color .3s}.timeline-tag:hover{background:var(--tag-hover-bg)}.timeline-body li{color:var(--text);margin-bottom:.35rem;padding-left:.85rem;font-size:.85rem;line-height:1.55;position:relative}.timeline-body li:first-child{margin-top:.6rem}.timeline-body li:last-child{margin-bottom:0}.timeline-body li:before{content:"";background:var(--muted);border-radius:50%;width:4px;height:4px;position:absolute;top:.55rem;left:0}.languages{gap:2rem;display:flex}.language-item{align-items:baseline;gap:.5rem;display:flex}.language-name{font-size:.95rem}.language-level{color:var(--muted);font-size:.8rem}.links{flex-wrap:wrap;gap:1.25rem;display:flex}a{color:var(--link);border-bottom:1px solid var(--border);text-decoration:none;transition:border-color .2s,color .2s}a:hover{color:var(--link-hover);border-bottom-color:var(--muted)}.footer{text-align:center;color:var(--muted);z-index:1;padding:2rem 1.5rem;font-size:.75rem;position:relative}.back-to-top{border:1px solid var(--border);background:var(--bg);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;z-index:10;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:opacity .3s,border-color .3s,background .3s,color .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{border-color:var(--muted)}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.timeline-toggle:focus-visible{outline:2px solid var(--muted);outline-offset:4px;border-radius:4px}#particles{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.container{z-index:1;position:relative}.theme-toggle{z-index:10}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transition:none;transform:none}#particles{display:none}}@media (width<=480px){html{font-size:16px}.container{padding:3rem 1.25rem 2rem}.hero h1{font-size:1.6rem}}
