.product-card{background:white;border:2px solid transparent;border-radius:.25rem;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease;cursor:pointer;max-width:400px;max-height:300px}.product-card:hover{transform:translate(-2px,-2px);box-shadow:2px 2px 0 rgb(0,0,0);border:2px solid black}.product-image{border-radius:8px;width:100%;height:auto;object-fit:cover}.product-info{margin-top:16px}.product-info h3{margin:0;font-size:1.2rem;color:#333}.product-desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:8px 0}.meta-info{margin-top:12px}.author,.meta-info{display:flex;align-items:center;gap:8px}.author-avatar{border-radius:50%}.author span{color:#666;font-size:.9rem}.tags{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;gap:8px;margin-top:12px}.tags>*{margin-right:2px;margin-top:2px;margin-bottom:2px}.tag,.tags>*{display:inline-block}.tag{background:#f0f0f0;padding:4px 12px;white-space:nowrap;border-radius:16px;font-size:.9rem;color:#666}.title-row{justify-content:space-between;gap:12px}.site-link,.title-row{display:flex;align-items:center}.site-link{gap:4px;text-decoration:none;color:#666;font-size:.9rem;padding:4px 8px;border-radius:4px;transition:background-color .2s}.site-link:hover{background-color:#f0f0f0}.site-link svg{width:16px;height:16px}