.category-card{flex-direction:column;height:100%;padding:0;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.category-card:hover{box-shadow:0 10px 30px #00000080,var(--glow-effect);border-color:#a78bfa80;transform:translateY(-5px)}.card-image-placeholder{background:var(--surface-color);border-bottom:1px solid var(--surface-border);width:100%;height:200px}.placeholder-gradient{mix-blend-mode:overlay;background:linear-gradient(45deg,#6d28d933,#3b82f633);width:100%;height:100%}.card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.card-badge{color:#c4b5fd;text-transform:uppercase;letter-spacing:.05em;background:#6d28d933;border-radius:999px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.card-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}.card-desc{flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.card-footer{border-top:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.card-meta{color:var(--text-muted);font-size:.85rem}.card-price{color:#10b981;font-weight:700}.card-link{color:var(--secondary-accent);font-size:.9rem;font-weight:600}.card-link:hover{color:var(--primary-accent);text-decoration:underline}
