Minimal dashboard theme hooks to satisfy classes used
.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.5); }
.text-center { text-align: center; }
.text-white { color: #fff; }
.fw-bold { font-weight: 700; }
.opacity-75 { opacity: 0.75; }
.link-primary { color: #8b5cf6; text-decoration: none; }
.link-primary:hover { text-decoration: underline; }
