@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,700;1,400&display=swap");*{background:#1a1b26;font-family:IBM Plex Mono,monospace;font-weight:500;color:#a9b1d6;margin:0;padding:0;box-sizing:border-box}::selection{background:#33467c}body{min-height:100vh;padding:1.5rem;display:flex;flex-direction:column;font-size:1rem}a{color:#7aa2f7;text-decoration:none;transition:color .15s ease}a:hover{color:#bb9af7}.prompt-user{color:#7aa2f7}.prompt-dir{color:#9ece6a}.prompt-symbol{color:#c0caf5}.cursor{color:#f7768e}.links{list-style:disc;padding-left:1.2rem;margin-bottom:1.5rem}.links li{margin-bottom:.3rem}.links li a{padding:.2rem 0}.linkedin:hover{color:#0a66c2}.github:hover{color:#9ece6a}.dwelly:hover{color:#e0af68}.static:hover{color:#9ece6a}.output{width:100%;max-width:85ch}.stream-section{display:none}.stream-section.visible{display:block;animation:streamIn .15s ease forwards}@keyframes streamIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.typeme{box-sizing:content-box;width:28ch;animation:typing 2s steps(28),blink .5s step-end infinite alternate;white-space:nowrap;overflow:hidden;border-right:3px solid #f7768e;margin-bottom:1rem}.section-prompt{margin-top:2rem;margin-bottom:.5rem}h3{display:inline-block;font-size:inherit;padding:.15em .6em;background-color:#7aa2f7;color:#1a1b26;font-weight:700}h3,p{margin-bottom:.75rem}p{line-height:1.7}.projects{list-style:none;margin-bottom:1rem}.projects li{margin-bottom:.75rem;line-height:1.6}.projects li strong{color:#e0af68;font-weight:700}.stack-list{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.stack-list li{background:#24283b;padding:.15em .6em;border-radius:3px;font-size:.9rem}.contact-list{list-style:none}.contact-list li{margin-bottom:.4rem}.signoff{margin-top:1.5rem;color:#bb9af7;font-style:italic}footer{color:#565f89;margin-top:auto;padding-top:2rem;font-size:.85rem}@keyframes typing{0%{width:0}to{width:28ch}}@keyframes blink{50%{border-color:transparent}}@media (min-width:600px){body{font-size:1.15rem;padding:2rem}}