html,body{color:#101010;background-color:#cbcbcb;background-image:radial-gradient(#848484 1px,#0000 1px);background-size:20px 20px;margin:0;padding:0;font-family:Segoe UI,sans-serif;line-height:1.6}*{box-sizing:border-box}main{max-width:900px;margin:0 auto;padding:40px 20px}@media (prefers-color-scheme:dark){html,body{color:#d4d4d4;background-color:#101010;background-image:radial-gradient(#333 1px,#0000 1px)}}h1{margin-bottom:0;font-size:2.5rem}h2{margin-top:0;font-size:1.3rem}.section-header{justify-content:space-between;align-items:center;display:flex}.section-header h2{margin:0}.section-header .button-link{transform:translateY(-6px)}.nav{justify-content:space-between;align-items:center;display:flex}a{color:inherit;text-decoration:underline}a:hover{opacity:.7}.links{align-items:center;gap:1.5rem;display:flex}.button-link{color:inherit;border:1px solid #0000;border-radius:10px;padding:.5rem .75rem;text-decoration:none;transition:background-color 80ms ease-out,border-color 80ms ease-out;display:inline-block;transform:translate(-11px)}.button-link:hover{color:inherit;opacity:1;background-color:#0000000f;border-color:#00000026;text-decoration:none}@media (prefers-color-scheme:dark){.button-link:hover{background-color:#ffffff0f;border-color:#ffffff26}}.item{border:1px solid #0000;border-radius:10px;margin-left:.5rem;padding:.5rem;transition:background-color 70ms ease-out,border-color 70ms ease-out}.item:hover{cursor:pointer;background-color:#0000000f;border-color:#00000026}@media (prefers-color-scheme:dark){.item:hover{background-color:#ffffff1a;border-color:#fff3}}.item-header,.item-subheader{justify-content:space-between;align-items:baseline;display:flex}.item-header{margin-bottom:.25rem}.item-subheader{color:#777;margin-top:.1rem}.item-content p{line-height:1.6}.entry-link{color:inherit;text-decoration:none;display:block}.entry-link:hover{color:inherit;opacity:1;text-decoration:none}.timeline{border-left:12px solid #3a3a3a;border-radius:7px;flex-direction:column;gap:.5rem;margin-left:.4rem;padding-left:.5rem;display:flex}.divider{border:0;border-top:2px solid #3a3a3a;margin:2rem 0}.project-grid-container{--project-card-min:360px;width:min(1200px,100vw - 40px);margin-left:50%;transform:translate(-50%);container-type:inline-size}.project-grid{grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--project-card-min)), 1fr));gap:3rem 0;display:grid}@container (min-width:720px) and (max-width:1079px){.project-grid>.entry-link:nth-child(n+3){display:none}}.project-grid>.entry-link{padding:0 1rem;position:relative}@container (max-width:719px){.project-grid>.entry-link:not(:last-child):after{content:"";border-top:1px solid #3a3a3a;position:absolute;bottom:-1rem;left:2rem;right:2rem}}.project-entry{flex-direction:column;height:100%;min-height:420px;display:flex}.project-preview img{object-fit:cover;border-radius:8px;width:100%;max-height:220px;margin-top:1rem}.project-preview p{line-height:1.5}.project-entry-row{grid-template-columns:minmax(0,1fr) 350px;align-items:stretch;gap:1.5rem;width:100%;display:grid}.project-entry-row .project-preview img{display:none}.project-entry-image img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}@media (max-width:650px){.project-entry-row{grid-template-columns:1fr}.project-entry-image img{height:auto;max-height:220px}}.project-content h1,.project-content h2{border-bottom:2px solid #3a3a3a;padding-bottom:.3rem}.project-content h1{margin-top:2rem;font-size:2rem}.project-content h2{margin-top:2.5rem;font-size:1.5rem}.project-content h3{margin-top:2rem;font-size:1.2rem}
