/* assets/css/themes.css
   CATEGORIES page only. */

/* Hero backdrop */
.thm-hero-glow {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46rem;
    height: 30rem;
    background: radial-gradient(ellipse at center, rgba(79,70,229,0.14) 0%, transparent 65%);
    z-index: 0;
    pointer-events: none;
}
.dark .thm-hero-glow {
    background: radial-gradient(ellipse at center, rgba(99,102,241,0.22) 0%, transparent 65%);
}

.thm-card [class^="bx"], .thm-card [class*=" bx"], .thm-card .bi { line-height: 1; }
.thm-card:hover > div:first-of-type {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
