:root{--color-primary:#06b6d4;--color-primary-dark:#0891b2;--color-accent:#6366f1;--gradient-primary:linear-gradient(135deg,#06b6d4,#6366f1);--gradient-hero:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);--color-bg:#f8f9fc;--color-surface:#fff;--color-text:#1e293b;--color-text-secondary:#64748b;--color-border:#e2e8f0;--color-muted:#94a3b8;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--max-width:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 40px #0000001f;--transition:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.5s cubic-bezier(.4,0,.2,1);--hero-text:#fff;--hero-text-secondary:#9ca3af;--hero-accent:#22d3ee}@media (prefers-color-scheme:dark){:root{--color-bg:#0b1120;--color-surface:#1e293b;--color-text:#f1f5f9;--color-text-secondary:#94a3b8;--color-border:#334155;--gradient-hero:linear-gradient(135deg,#020617 0%,#0f172a 50%,#020617 100%);--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 12px 40px #00000080}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);min-height:100vh;font-size:1rem;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent)}body>header{background:var(--gradient-hero);color:var(--hero-text);position:relative;overflow:hidden;padding:3rem 1.5rem 2.5rem}body>header:before{content:"";position:absolute;opacity:.035;pointer-events:none;background:url(data:image/svg+xml;base64,PHN2ZwogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgIHZpZXdCb3g9IjAgMCAxNzkgMjA4Igo+PHBhdGgKICAgICAgICBmaWxsPSJub25lIgogICAgICAgIHN0cm9rZT0iIzE2Y2FkODMzIgogICAgICAgIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiCiAgICAgICAgc3Ryb2tlLXdpZHRoPSI2IgogICAgICAgIGQ9Ik0zMy42IDEzNWE3MiA3MiAwIDEgMSAxMTUuNy0uNCIKICAgIC8+PHBhdGgKICAgICAgICBmaWxsPSJub25lIgogICAgICAgIHN0cm9rZT0iIzE2Y2FkODMzIgogICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICAgICBzdHJva2UtbGluZWpvaW49InJvdW5kIgogICAgICAgIHN0cm9rZS13aWR0aD0iNiIKICAgICAgICBkPSJtMjcgMTQ5LTggNiAuMyAxN3M4LjcgMTYgNzYuNCAxNS4zYzYwLS42IDY4LjMtMTQgNjguMy0xNGwtLjMtMTguMy02LjQtNS43cy00LjYgMTUuNy02NiAxNS40Yy01OS42LS40LTYzLjYtMTItNjMuNi0xMlYxMjdzLTEuNCAxOC4zIDYzLjYgMThjNjQuNy0uMyA2NS40LTE5LjcgNjUuNC0xOS43bC4zIDI0LjRtLTg3LjMtNDIuOC0yNC40LTEzIDI0LjQtMTRtNDMuNiAyNyAyNC40LTEzLTI0LjQtMTRtLTE0LjUtNC4zLTE0LjYgMzUuNiIKICAgIC8+PC9zdmc+Cg==) 50%/40% no-repeat;inset:0}#langs{position:absolute;z-index:10;top:1rem;right:1.5rem}#langs ul{list-style:none;display:flex;gap:.4rem}#langs a{color:var(--hero-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition);border:1px solid #ffffff1a;padding:.25rem .65rem;font-size:.8rem;font-weight:500}#langs a:hover{color:var(--hero-accent);border-color:var(--hero-accent);background:#22d3ee1a}.hero{max-width:var(--max-width);display:flex;text-align:center;flex-direction:column;align-items: center;gap:1.5rem;margin:0 auto}.hero-avatar{border-radius:var(--radius-lg);border:3px solid var(--hero-accent);object-fit:cover;transition:transform var(--transition);width:120px;height:120px;box-shadow:0 0 30px #22d3ee40}.hero-avatar:hover{transform:scale(1.05)}.hero h1{letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2}.hero h1 span{color:var(--hero-accent)}.hero .tagline{display:flex;color:var(--hero-text-secondary);flex-direction:column;gap:.15rem;font-size:1rem}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.75rem}.social-links a{display:flex;border-radius:var(--radius-sm);transition:all var(--transition);background:#ffffffe6;border:1px solid #fff3;justify-content:center;align-items: center;width:42px;height:42px}.social-links a:hover{border-color:var(--hero-accent);background:#fff;transform:translateY(-2px)}.social-links a img{transition:opacity var(--transition);width:20px;height:20px}.social-links a:hover img{opacity:.7}.social-links a span{display:none}body>main{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}section[id]{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);overflow:hidden;opacity:0;transition:opacity .6s ease,transform .6s ease,box-shadow var(--transition);margin-bottom:2rem;transform:translateY(24px)}section[id].visible{opacity:1;transform:translateY(0)}section[id]:hover{box-shadow:var(--shadow-md)}section[id]>article>header{border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items: center;padding:1.1rem 1.25rem}section[id]>article>header h2{display:flex;align-items: center;gap:.6rem;font-size:1.15rem;font-weight:600}section[id]>article>header h2 svg{color:var(--color-primary);flex-shrink:0;width:1.2rem;height:1.2rem}section[id]>article>footer{border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:.4rem;padding:.65rem 1.25rem}section[id]>article>footer a img{transition:opacity var(--transition);border-radius:4px;width:24px;height:24px}section[id]>article>footer a:hover img{opacity:1}details{border-bottom:1px solid var(--color-border)}details:last-child{border-bottom:none}summary{cursor:pointer;list-style:none;display:flex;transition:background var(--transition);align-items: flex-start;gap:.5rem;padding:.85rem 1.25rem}summary::-webkit-details-marker{display:none}summary:hover{background:#06b6d40a}summary:after{content:"+";color:var(--color-muted);transition:transform var(--transition);flex-shrink:0;margin-left:auto;font-size:1.1rem;font-weight:300;line-height:1.4}details[open]>summary:after{content:"−"}summary h3{color:var(--color-text);flex:1;font-size:.925rem;font-weight:500}summary h3 .year{color:var(--color-primary);margin-right:.25rem;font-size:.8rem;font-weight:600}summary h3 .info{display:block;color:var(--color-text-secondary);margin-top:.1rem;font-size:.8rem;font-weight:400}.item{padding:0 1.25rem 1rem}.item blockquote{color:var(--color-text-secondary);border:none;margin:0;padding:0;font-size:.875rem;line-height:1.7}.item blockquote ul,.item blockquote ol{margin:.3rem 0 .5rem;padding-left:1.5rem}.item blockquote li{margin-bottom:.2rem}.item blockquote p{margin-bottom:.4rem}.item blockquote p:last-child{margin-bottom:0}.item blockquote strong{color:var(--color-text)}.techs{display:flex;color:var(--color-primary-dark);flex-wrap:wrap;gap:.35rem;margin-top:.6rem;font-size:.78rem}.techs span{display:inline}.dates{display:grid;grid-template-columns:1fr;gap:.6rem;margin-top:.75rem}.dates article{background:var(--color-bg);border-radius:var(--radius-sm);border:1px solid var(--color-border);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items: center;gap:.1rem .5rem;padding:.65rem .9rem}.dates article header{color:var(--color-text);grid-column:1;grid-row:1;border:none;padding:0;font-size:.8rem;font-weight:500}.dates article img{object-fit:contain;grid-column:2;grid-row:1;border-radius:4px;justify-self:end;width:28px;height:28px}.dates article p{display:flex;grid-column:2;grid-row:2;justify-self:end;align-items: center;gap:.25rem}.dates article p a svg{color:var(--color-text-secondary);transition:color var(--transition);width:.9rem;height:.9rem}.dates article p a:hover svg{color:var(--color-primary)}.dates article footer{color:var(--color-muted);grid-column:1;grid-row:2;border:none;padding:0;font-size:.7rem}.item small{display:block;margin-top:.6rem;font-size:.8rem}.item small a{word-break:break-all}#pro details{border-left:2px solid var(--color-border);border-bottom:1px solid var(--color-border);position:relative;margin-left:.8rem;padding-left:1.2rem}#pro details:last-child{border-bottom:none}#pro details:before{content:"";position:absolute;background:var(--color-primary);border:2px solid var(--color-surface);z-index:1;border-radius:50%;width:10px;height:10px;top:1rem;left:-.4rem;box-shadow:0 0 0 3px #06b6d41f}#pro summary{cursor:pointer;display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;padding:.6rem 1.25rem .6rem 0}#pro summary:after{line-height:inherit;flex-shrink:0;align-self: center;margin-right:.25rem}#pro summary h3{display:flex;flex-wrap:wrap;flex:1;align-items:baseline;gap:.4rem;font-size:.875rem}#pro summary h3 .year{min-width:2.5rem;font-size:.75rem}#pro summary h3 .info{display:inline;margin-top:0;font-size:.8rem}#pro .item{padding:0}#pro details:not([open]) .item{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;padding-bottom:.4rem}#pro details:not([open]) .item blockquote{display:inline;font-size:.8rem}#pro details:not([open]) .item blockquote p{display:inline;margin:0}#pro details:not([open]) .item blockquote p+p{display:none}#pro .item blockquote p strong{color:var(--color-text-secondary);font-weight:500}#pro .techs{display:inline-flex;flex-wrap:wrap;gap:.25rem;margin-top:0;font-size:.75rem}#pro details[open]{background:#06b6d405}#pro details[open]>summary{padding-bottom:.6rem}#pro details[open] .item{padding:.75rem 0 1rem}#pro details[open] .item blockquote{color:var(--color-text);border-left:2px solid var(--color-border);padding-left:.75rem;font-size:.85rem;line-height:1.8}#pro details[open] .item blockquote ul,#pro details[open] .item blockquote ol{margin:.3rem 0 .5rem;padding-left:1.5rem}#pro details[open] .item blockquote p{margin-bottom:.5rem}#pro details[open] .item blockquote p strong{color:var(--color-primary);font-weight:600}#pro details[open] .techs{margin-top:.75rem;padding-left:.75rem}#univ details{border-left:2px solid var(--color-border);border-bottom:1px solid var(--color-border);position:relative;margin-left:.8rem;padding-left:1.2rem}#univ details:last-child{border-bottom:none}#univ details:before{content:"";position:absolute;background:var(--color-primary);border:2px solid var(--color-surface);z-index:1;border-radius:50%;width:10px;height:10px;top:1rem;left:-.4rem;box-shadow:0 0 0 3px #06b6d41f}#univ summary{padding:.85rem 1.25rem .85rem 0}#univ .item{padding:0 0 1rem}body>footer{text-align:center;color:var(--color-text-secondary);border-top:1px solid var(--color-border);margin-top:1rem;padding:1.5rem;font-size:.78rem}body>footer a{color:var(--color-accent)}@media (min-width:768px){body>header{padding:3.5rem 2rem 2.5rem}.hero{text-align:left;flex-direction:row;gap:2.5rem}.hero-titles{flex:1}.social-links{justify-content:flex-start}body>main{padding:2.5rem 2rem}.dates{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){body>main{display:grid;grid-template-columns:1fr 1fr;align-items: start;gap:2rem}}@media print{body{color:#000;background:#fff;font-size:10pt;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body>header{color:#000;padding:1rem 0;background:0 0!important}body>header:before{display:none}.hero{flex-direction:row;gap:1.5rem}.hero-avatar{box-shadow:none;border-color:#000;width:80px;height:80px}.hero h1{font-size:1.5rem}.hero h1 span{color:#000}.hero .tagline{color:#555}.social-links a{background:0 0;border:none;width:auto;height:auto}.social-links a img{width:16px;height:16px}.social-links a span{display:inline;color:#555;margin-left:.2rem;font-size:.65rem}#langs{display:none}body>main{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:.5rem 0}section[id]{box-shadow:none;opacity:1;break-inside:avoid;background:0 0;border:none;border-radius:0;transform:none}section[id]>article>header{border-bottom:1px solid #ccc;padding:.5rem 0}section[id]>article>header h2{font-size:1rem}section[id]>article>header h2 svg{color:#555;width:.9rem;height:.9rem}details{border-bottom:none}summary{cursor:default;padding:.3rem 0}summary:hover{background:0 0}summary:after{display:none}summary h3 .year{color:#555}summary h3 .info{color:#777}.item{padding:0 0 .4rem}.item blockquote{color:#333;font-size:.75rem}section[id]>article>footer{display:none}#pro details{border-bottom:none;border-left:2px solid #999;padding-left:.8rem}#pro details:before{box-shadow:none;background:#555;border-color:#fff;width:8px;height:8px;left:-.35rem}#pro summary{cursor:default;padding:.3rem 0}#pro summary:after{display:none}#pro .item{padding:0}#pro details:not([open]) .item{display:inline-flex}#univ details{border-bottom:none;border-left:2px solid #999;padding-left:.8rem}#univ summary{padding:.3rem 0}#univ details:before{box-shadow:none;background:#555;border-color:#fff;width:8px;height:8px;left:-.35rem}.dates{grid-template-columns:1fr;gap:.3rem}.dates article{display:block;background:0 0;border:none;min-height:auto;padding:.2rem 0}.dates article p{display:inline}.dates article header{font-size:.7rem}.dates article footer{font-size:.6rem}.dates article img{display:none}.dates article p a svg{width:.75rem;height:.75rem}.techs{color:#555;font-size:.65rem}body>footer{display:none}}
