.dashboard-active-recovery{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin:7px 8px;padding:9px 10px;border:1px solid #f79009;border-radius:9px;background:linear-gradient(100deg,#fff4e5,#fffaf2);color:#7a2e0e;text-decoration:none;box-shadow:0 0 0 2px rgba(247,144,9,.1);animation:dashboardRecoveryGlow 1.7s ease-in-out infinite}.dashboard-active-recovery[hidden]{display:none}.dashboard-active-recovery small,.dashboard-active-recovery strong,.dashboard-active-recovery em{display:block}.dashboard-active-recovery small{font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dashboard-active-recovery strong{margin-top:1px;font-size:11px}.dashboard-active-recovery strong b{font-size:14px}.dashboard-active-recovery em{margin-top:2px;color:#b54708;font-size:8px;font-style:normal;font-weight:800}.active-recovery-radar{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f79009;box-shadow:0 0 0 5px rgba(247,144,9,.13)}.active-recovery-radar i{width:9px;height:9px;border-radius:50%;background:#fff;animation:dashboardRecoveryDot 1s ease-in-out infinite}@keyframes dashboardRecoveryGlow{50%{border-color:#fdb022;box-shadow:0 0 0 5px rgba(247,144,9,.16),0 5px 14px rgba(181,71,8,.12)}}@keyframes dashboardRecoveryDot{50%{opacity:.35;transform:scale(.7)}}@media(prefers-reduced-motion:reduce){.dashboard-active-recovery,.active-recovery-radar i{animation:none}}
