/* =========================
   REVENUE TAB
========================= */

#revenue h3 {
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #aaa;
}

.revenue-total {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #00ff9d;
}

#revenue table {
  width: 100%;
  border-collapse: collapse;
  background: #0d0d0d;
  border: 1px solid #1f1f1f;
}

#revenue th,
#revenue td {
  padding: 10px 8px;
  font-size: 12px;
  border-bottom: 1px solid #141414;
  white-space: nowrap;
}

#revenue th {
  font-size: 10px;
  letter-spacing: 1px;
  color: #777;
  text-align: left;
}

#revenue tr:hover {
  background: rgba(255,255,255,0.02);
}


.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-box {
  background: #0b0b0b;
  border: 1px solid #222;
  padding: 20px;
  width: 360px;
}

.modal-subtitle {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 12px;
}

.modal-box input,
.modal-box textarea {
  width: 100%;
  margin-bottom: 10px;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

button.danger {
  color: #ff5555;
  border-color: #ff5555;
}
