.category-card{position:relative;display:block;height:clamp(180px,32vw,240px);border-radius:var(--radius-lg);overflow:hidden;background:repeating-linear-gradient(135deg,var(--color-surface-muted),var(--color-surface-muted) 10px,var(--color-surface-muted-hover) 10px,var(--color-surface-muted-hover) 20px);transition:transform .2s ease}.category-card:hover{transform:translateY(-4px)}.category-card--large{grid-column:span 2;min-width:280px;height:clamp(220px,40vw,340px)}.category-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,oklch(.1 .005 90/.72),oklch(.1 .005 90/0) 55%)}.category-card--large .category-card__overlay{background:linear-gradient(90deg,oklch(.1 .005 90/.75),oklch(.1 .005 90/.1) 60%)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:clamp(16px,4vw,22px);color:white}.category-card--large .category-card__content{top:0;bottom:0;right:auto;display:flex;flex-direction:column;justify-content:center;max-width:380px}.category-card__count{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:oklch(.85 .01 90);margin-bottom:6px}.category-card__label{font-size:clamp(16px,4.5vw,20px);font-weight:800;margin-bottom:10px;overflow-wrap:break-word}.category-card--large .category-card__label{font-size:clamp(20px,3.5vw,28px)}.category-card__explore{font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}.category-card--large .category-card__explore{font-size:14px}