.text-hover-underline{color:black;text-decoration:none;margin-bottom:8px}.text-hover-underline:hover{text-decoration:underline}body.dark-mode .text-hover-underline{color:lightblue;text-decoration:none;margin-bottom:8px}body.dark-mode .text-hover-underline:hover{text-decoration:underline}.project-item{position:relative;margin-bottom:2rem}.project-title{display:inline;padding:0;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.project-title:focus-visible{outline:2px solid currentColor;outline-offset:4px}.project-details{display:block;padding:4px 0 0;width:100%}.project-tag{cursor:default;pointer-events:none}.button-spacing{margin-right:.5rem}.button-spacing:last-child{margin-right:0}.strong-spacing{margin-top:8px}.cursor-pointer{cursor:pointer}.leftspacing{margin-left:.5rem;margin-right:.5rem}@keyframes slideInFromLeftbtn{0%{transform:translateX(-100%);opacity:0;filter:blur(10px)}to{transform:translateX(0);opacity:1;filter:blur(0)}}.button-container .btn{opacity:0;animation:slideInFromLeftbtn .5s ease-out forwards;margin-bottom:4px}.button-container .btn:first-child{animation-delay:.1s}.button-container .btn:nth-child(2){animation-delay:.2s}.button-container .btn:nth-child(3){animation-delay:.3s}.button-container .btn:nth-child(4){animation-delay:.4s}.button-container .btn:nth-child(5){animation-delay:.5s}.project-modal-overlay{position:fixed;inset:0;z-index:1050;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(0,0,0,.45)}.project-modal{width:min(560px,100%);max-height:min(86vh,720px);overflow:auto;background:#fff;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.2)}body.dark-mode .project-modal,html.dark-mode .project-modal{background:#1c1c1c;color:#e8e8e8}.project-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem .5rem}.project-modal-title{margin:0;font-size:1.15rem}.project-modal-close{border:none;background:none;color:inherit;font-size:1.75rem;line-height:1;padding:0 .2rem;opacity:.6;cursor:pointer}.project-modal-close:focus-visible,.project-modal-close:hover{opacity:1}.project-modal-body{padding:.25rem 1.15rem 1.15rem}