.ffxiv-card {
  background: #0f172a;
  color: #e6eef6;
  padding: 16px;
  border-radius: 12px;
  width: 300px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  font-family: system-ui, sans-serif;
  margin-bottom: 16px;
}

.ffxiv-card h3 {
  margin-top: 0;
  font-size: 18px;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: gray;
}

.status-text {
  font-size: 18px;
  font-weight: bold;
}

.meta {
  font-size: 13px;
  color: #9aa4b2;
}

.small {
  font-size: 12px;
  margin-top: 6px;
}

.legend {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 12px;
  color: #cbd5e1;
}

.legend .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}

.legend .online { background: #2ecc71; }
.legend .maintenance { background: #f1c40f; }
.legend .offline { background: #e74c3c; }
