.rc-footer-roller {
  background: linear-gradient(180deg,#05070d,#0b0f1a);
  border-top: 2px solid #00e5ff;
  padding: 20px;
  color: #fff;
  margin-top: 40px;
  box-shadow: 0 -4px 20px rgba(0,255,255,0.15);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.footer-menu {
  display: flex;
  gap: 20px;
}

.footer-link {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.2s;
}

.footer-link:hover {
  opacity: 1;
  color: #00e5ff;
}

.footer-status {
  background: #08121f;
  border: 1px solid #00e5ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #00ff9c;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 8px #00ff9c;
}

.footer-bottom {
  text-align: center;
  margin-top: 15px;
  opacity: 0.6;
  font-size: 14px;
}
