hr{margin:.5rem 0;border:none;border-top:1px solid var(--border-color,#ddd)}@media(prefers-color-scheme:dark){hr{border-top-color:var(--border-color,#444)}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1rem 0}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{border:1px solid var(--border-color,#ddd);border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%}@media(prefers-color-scheme:dark){.project-card{border-color:var(--border-color,#444)}}.project-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.project-card-link{display:flex;flex-direction:column;padding:.75rem;height:100%;text-decoration:none;color:inherit;user-select:none}.project-card-link:hover,.project-card-link:focus{text-decoration:none;outline:none}.project-icon{font-size:3rem;line-height:1;margin-bottom:1rem}.project-image{margin-bottom:.25rem;max-width:100%;height:auto}.project-image img{max-width:100%;height:auto;display:block}.project-card h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.project-description{margin:0;flex-grow:1;color:var(--text-muted,#666);font-size:.95rem;line-height:1.5}@media(prefers-color-scheme:dark){.project-description{color:var(--text-muted,#aaa)}}.project-entries-list{display:flex!important;flex-direction:column!important;gap:.6rem!important;width:100%!important;margin-top:2rem!important}.project-entry{cursor:pointer!important;flex:none!important}.project-entry h2{margin:0 0 .5rem;font-size:1.1rem}.project-entry .postmeta{font-size:.85rem;margin-bottom:.75rem}.project-entry .muted{margin:0}.read-more-toggle{font-size:.85rem}.entry-content-expanded{display:none;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border-color,#ddd);animation:slideDown .3s ease}@media(prefers-color-scheme:dark){.entry-content-expanded{border-top-color:var(--border-color,#444)}}.entry-content-expanded h2{margin-top:0;margin-bottom:1rem;font-size:1.3rem}.entry-content-expanded h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem}.entry-content-expanded p{line-height:1.6;margin-bottom:1rem}.entry-content-expanded ul,.entry-content-expanded ol{margin-bottom:1rem;padding-left:2rem}.entry-content-expanded li{margin-bottom:.5rem;line-height:1.6}@keyframes slideDown{from{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.show-image{float:left;width:35%;max-width:350px;margin:0 1.5rem 1.5rem 0;border-radius:8px}.video-float{clear:right;float:right;width:45%;max-width:450px;margin:0 0 1.5rem 1.5rem;border-radius:8px}@media(max-width:768px){.video-float{float:none;width:100%;max-width:100%;margin:0 0 1.5rem}}