.brand-wordmark{font-weight:800;letter-spacing:.5px;background:linear-gradient(90deg,#2d6cdf,#13d0c1);-webkit-background-clip:text;background-clip:text;color:transparent}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem}.category-card{position:relative;border:none;border-radius:1rem;overflow:hidden;cursor:pointer;background:#fff;box-shadow:0 6px 18px #00000014;transition:transform .25s ease,box-shadow .25s ease;animation:card-in .45s ease both}.category-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px #0000002e}.category-card:focus-visible{outline:3px solid #2d6cdf;outline-offset:2px}.category-card__media{height:160px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 30%,#f4f7ff,#e7edf9);overflow:hidden}.category-card__media img{max-height:110px;max-width:70%;object-fit:contain;transition:transform .35s ease;filter:drop-shadow(0 4px 10px rgba(0,0,0,.12))}.category-card:hover .category-card__media img{transform:scale(1.12) rotate(-2deg)}.category-card__body{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.15rem}.category-card__title{font-weight:800;color:#1f2d3d;margin:0}.category-card__subtitle{font-size:.8rem;color:#8a94a6;text-transform:uppercase;letter-spacing:.6px}.category-card__bar{position:absolute;left:0;bottom:0;height:4px;width:0;background:linear-gradient(90deg,#2d6cdf,#13d0c1);transition:width .3s ease}.category-card:hover .category-card__bar{width:100%}.category-card:nth-child(1){animation-delay:.02s}.category-card:nth-child(2){animation-delay:.08s}.category-card:nth-child(3){animation-delay:.14s}.category-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5){animation-delay:.26s}.category-card:nth-child(6){animation-delay:.32s}@keyframes card-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.category-card,.category-card__media img{animation:none;transition:none}}
