.post-card{border:1px solid #e2d3b5;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);background-color:#fff;background-color:var(--surface);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.post-card:hover{box-shadow:0 10px 30px rgba(58,42,31,.08);box-shadow:var(--shadow-card);transform:translateY(-4px)}.post-card__media{background-color:#f0e5cc;background-color:var(--surface-muted);height:0;padding-top:62.5%;position:relative}.post-card__no-image{color:var(--muted-foreground);justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.post-card__body{flex:1;padding:1.25rem 1.4rem .5rem}.post-card__title{color:var(--primary-strong);margin-bottom:.5rem;font-size:1.1rem}.post-card:hover .post-card__title{color:var(--accent)}.post-card__excerpt{color:var(--muted-foreground);font-size:.9rem}.post-card__footer{color:var(--muted-foreground);border-top:1px solid #e2d3b5;border-top:1px solid var(--border);justify-content:space-between;margin-top:1rem;padding:1rem 1.4rem 1.25rem;font-size:.78rem;display:flex}.post-search{border:1px solid #d4be95;border:1px solid var(--border-strong);border-radius:999px;border-radius:var(--radius-full);color:var(--muted-foreground);align-items:center;gap:.6rem;max-width:360px;padding:.7rem 1rem;display:flex}.post-search input{background:0 0;border:none;outline:none;flex:1}.archive-list{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.archive-list a:hover{color:var(--accent);text-decoration:underline}
