/* Enhanced dashboard statistics */
@keyframes statCardEnter{0%{opacity:0;transform:translateY(18px) scale(.97)}100%{opacity:1;transform:none}}
@keyframes statIconPulse{0%,100%{box-shadow:0 0 0 0 rgba(167,139,250,.12)}50%{box-shadow:0 0 0 9px rgba(167,139,250,0)}}
@keyframes statSheen{0%{transform:translateX(-140%) skewX(-18deg)}100%{transform:translateX(420%) skewX(-18deg)}}
.stats-grid{gap:18px!important;margin-bottom:36px!important}
.stats-grid .stat-card{min-height:132px!important;padding:24px 26px!important;gap:21px!important;border-radius:18px!important;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface) 88%,var(--purple-v) 12%))!important;animation:statCardEnter .55s cubic-bezier(.22,1,.36,1) both!important}
.stats-grid .stat-card:nth-child(2){animation-delay:.1s!important}.stats-grid .stat-card:nth-child(3){animation-delay:.2s!important}
.stats-grid .stat-card:before{content:"";position:absolute;inset:0 auto 0 -40%;width:20%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);pointer-events:none}
.stats-grid .stat-card:hover{transform:translateY(-6px) scale(1.012)!important;border-color:rgba(167,139,250,.48)!important;box-shadow:0 18px 42px rgba(0,0,0,.27),0 0 30px rgba(139,92,246,.1)!important}
.stats-grid .stat-card:hover:before{animation:statSheen .8s ease}.stats-grid .stat-card>div{min-width:0}
.stats-grid .stat-card>div>span{font-size:10px!important;line-height:1.35;letter-spacing:.16em!important;color:var(--text-2)!important}
.stats-grid .stat-card>div>strong{font-size:22px!important;line-height:1.2;margin:8px 0 7px!important;letter-spacing:-.025em}
.stats-grid .stat-card>div>small{font-size:12px!important;line-height:1.45;color:var(--text-2)!important}
.stats-grid .stat-icon{width:64px!important;height:64px!important;min-width:64px;border-radius:17px!important;animation:statIconPulse 2.6s ease-in-out infinite}
.stats-grid .stat-icon svg{width:23px!important;height:23px!important}.stats-grid .stat-icon.navy{font-size:18px!important;line-height:1.15}
.stats-grid .progress-ring{width:72px!important;height:72px!important;min-width:72px;box-shadow:0 0 28px rgba(167,139,250,.2)}
.stats-grid .progress-ring span{font-size:17px!important}
.stats-grid .trend{top:17px!important;right:18px!important;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(94,234,212,.12);font-size:15px!important}
@media(max-width:1050px) and (min-width:761px){.stats-grid{grid-template-columns:1fr!important}.stats-grid .stat-card{min-height:116px!important}}
@media(max-width:760px){.stats-grid .stat-card{min-height:112px!important;padding:20px!important}.stats-grid .stat-card>div>strong{font-size:19px!important}.stats-grid .stat-card>div>small{font-size:11px!important}.stats-grid .stat-icon{width:56px!important;height:56px!important;min-width:56px}.stats-grid .progress-ring{width:64px!important;height:64px!important;min-width:64px}}
@media(prefers-reduced-motion:reduce){.stats-grid .stat-card,.stats-grid .stat-icon,.stats-grid .progress-ring{animation:none!important}.stats-grid .stat-card:hover{transform:none!important}}
html[data-module="marketing-basics"]{--purple:#f472b6;--purple-v:#ec4899;--teal:#f59e0b;--grad:linear-gradient(135deg,#ec4899,#f59e0b)}
