@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg:#f5ece1;--border:#d1c5b6;--highlight:#eee1d0;--text-bold:#1c1917;--text-strong:#241f1b;--text-main:#483f37;--text-muted:#5e5249;--text-highlight:#aaa29c;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--shadow:0 5px 15px -6px #241f1b1a;background:var(--bg)}*,:before,:after{box-sizing:border-box}.shadow{box-shadow:var(--shadow)}body{background:var(--bg);color:var(--text-main);font-family:var(--sans);margin:0}h1{font-family:var(--heading);color:var(--text-strong)}h2,h3,h4{color:var(--text-main);margin-top:.5rem;margin-bottom:.5rem}h3{font-size:1.25rem}h4{font-size:1.15rem}.heading-strong{color:var(--text-strong)}p{color:var(--text-muted)}code,pre{font-family:var(--mono)}.app-shell{max-width:700px;margin:0 auto;padding-inline:1rem}a{color:var(--text-strong);text-decoration:none;transition:color .15s}a:hover h2,a:hover h3,a:hover h4{color:inherit}a:hover{color:var(--text-highlight)}a:focus-visible{outline:2px solid var(--text-highlight);outline-offset:4px;border-radius:4px}.shared-header{margin-top:7rem;margin-bottom:2rem}.navbar{margin-top:1rem}.nav-links{flex-direction:row;justify-content:flex-end;align-items:center;gap:2rem;list-style:none;display:flex}a.nav-link-active{color:var(--text-bold);font-weight:700}.hero-container{flex-direction:row;align-items:center;gap:2rem;margin-top:7rem;margin-bottom:10rem;display:flex}.profile-image{border-radius:50%;width:200px;height:200px}.profile-content{flex-direction:column;gap:.3rem;display:flex}.profile-content h1,.profile-content h3{margin:0}.profile-content p{margin-top:.5rem}.profile-links{gap:.5rem;display:flex}.profile-link{color:var(--text-main);font-size:2.3rem;text-decoration:none;transition:color .15s,transform .15s}.profile-link:hover{color:var(--text-highlight);transform:translateY(-2px)}.profile-link:focus-visible{outline:2px solid var(--text-highlight);outline-offset:4px;border-radius:4px}.header-box{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.header-box a{flex-direction:row;align-items:center;gap:.5rem;display:flex}.summary-box{margin-bottom:1rem}.card{border:3px solid var(--border);min-height:180px;box-shadow:var(--shadow);will-change:transform;color:inherit;background:0 0;border-radius:15px;padding:.7rem;transition:transform .18s,box-shadow .18s;display:block;transform:translateY(0)scale(1)}.card h3,.card h4,.card p,.card .bottom-tags{color:inherit}.card:hover,.card:focus-visible{color:inherit;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 30px -12px #241f1b2e}.card:active{transform:translateY(-2px)scale(1)}.card:focus-visible{outline:3px solid var(--text-highlight);outline-offset:6px;border-radius:12px}.card h3,.card h4{margin:.5rem 0 0}.card p{text-align:center}.card ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style-type:none;display:flex}.card li{background-color:var(--highlight);border-radius:20px;margin:0;padding:.5rem 1rem}.bottom-tags{margin-top:auto}.bottom-tags p{color:var(--text-strong);margin:0;padding:0}.card-box{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;gap:1rem;width:100%;margin-top:.5rem;display:grid}.about-image{aspect-ratio:16/10;object-fit:cover;object-position:center 45%;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);border-radius:10px;width:100%;display:block;box-shadow:0 16px 35px -20px #241f1b73}
