@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900";@import "https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap";.home-grid{grid-template-columns:auto 1fr;align-items:center;gap:3rem;display:grid}.home-sidebar{text-align:center;flex-direction:column;align-items:center;min-width:12.5rem;display:flex}.home-avatar{width:12rem;height:12rem;margin-bottom:.75rem;position:relative}.home-avatar>img{width:100%;height:100%;image-rendering:pixelated;transition:opacity .2s ease-in;position:absolute;top:0;left:0}.home-avatar .avatar-light{opacity:1}.home-avatar .avatar-dark,[data-theme=dark] .home-avatar .avatar-light{opacity:0}[data-theme=dark] .home-avatar .avatar-dark{opacity:1}.home-status{font-family:var(--font-heading);color:var(--text-secondary);margin:.2rem 0 1rem}.home-socials{gap:1rem;font-size:1.3rem;display:flex}@media (width<=770px){.home-grid{grid-template-columns:1fr;gap:1.5rem}}.page-layout{flex-direction:column;justify-content:space-between;min-height:100dvh;display:flex}.page-content{width:100%;max-width:64rem;margin:auto;padding:2rem}@media (width<=770px){.page-content{padding:1rem}}.page-footer{text-align:center;background:var(--bg-secondary);color:var(--text-secondary);font-size:.9rem}.page-footer>p{margin:.7rem 0}.carousel-item{align-items:center;animation:.4s ease-in-out fadeIn;display:inline-flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.theme-switcher{z-index:9999;cursor:grab;color:var(--border-highlight);-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0 0 1rem;line-height:0;position:fixed;top:0;right:max(2rem,50dvw - 32rem);overflow:visible}.theme-switcher:active{cursor:grabbing}[data-theme=light] .bulb-glass{fill:#ffffe0;stroke:var(--border-highlight);filter:drop-shadow(0 0 8px var(--border))}[data-theme=dark] .bulb-glass{fill:#0000;stroke:var(--border-highlight);stroke-width:1.5px}.bulb-filament{transition:stroke .2s,opacity .2s}[data-theme=light] .bulb-filament{stroke:#f5e8c8;opacity:.9}[data-theme=dark] .bulb-filament{stroke:var(--text-secondary);opacity:.3}.switcher-svg{width:2.5rem;height:auto;display:block;overflow:visible}.switcher-svg .rope{transform-origin:top;will-change:transform}.switcher-svg.is-pulling .rope{animation:.25s ease-out pull-down}@keyframes pull-down{0%{transform:translateY(0)}80%{transform:translateY(1rem)}to{transform:translateY(0)}}[data-theme=light]{--bg-primary:#f4ebdd;--bg-secondary:#e8dcc7;--bg-inverted:#3b2f25;--text-primary:#2e241c;--text-secondary:#5b4735;--text-muted:#8b735d;--text-inverted:#f8f3ea;--text-highlight:#9c6b2f;--border:#cdbca3;--border-highlight:#b28a4a;--link:#4f6780;--link-hover:#39526b;--selection-bg:#e9d6a8;--selection-text:#2e241c;--focus-ring:#b28a4a;--shadow-color:#4634231f;--accent-success:#5d7a4f;--accent-warning:#a14d3a;--accent-info:#56728c}[data-theme=dark]{--bg-primary:#211d1a;--bg-secondary:#2c2723;--bg-inverted:#f4ebdd;--text-primary:#e2d9cc;--text-secondary:#c5baab;--text-muted:#988f84;--text-inverted:#2e241c;--text-highlight:#c49a5a;--border:#453d37;--border-highlight:#6a5a4d;--link:#89a4c4;--link-hover:#a4bedd;--selection-bg:#5a4a3a;--selection-text:#f3ece2;--focus-ring:#c49a5a;--shadow-color:#00000059;--accent-success:#79936a;--accent-warning:#b56d56;--accent-info:#6e8ca8}*{box-sizing:border-box}:root{--font-heading:"Literata", serif;--font-body:"Wix Madefor Text", sans-serif}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);margin:0}h1{font-family:var(--font-heading);color:var(--text-highlight);margin:0;font-size:2.5rem;font-weight:700}h2{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:500}h3{font-family:var(--font-heading);margin:0;font-size:1.5rem;font-weight:500}p{margin-top:.5rem;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}em{font-style:inherit;color:var(--text-highlight)}a{color:var(--link);text-decoration:none;display:inline-block}a:hover{color:var(--link-hover)}::selection{background:var(--selection-bg);color:var(--selection-text)}::selection{background:var(--selection-bg);color:var(--selection-text)}*{transition:background .2s ease-in,color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
