/* ==========================================================================
   venue_dash.css
   Venue account dashboard header on the venue page.
   ========================================================================= */

.wow-venue-dash {
  background: #f7f7f7;
  color: #222;
  padding: 26px 24px 24px;
  border-radius: 0;
  text-align: right;
  direction: rtl;
}

.wow-venue-dash__header {
  display: grid;
  gap: 6px;
}

.wow-venue-dash__title {
  font-size: 34px;
  font-weight: 800;
  color: #4b4b4b;
}

.wow-venue-dash__subtitle {
  font-size: 15px;
  color: #4b4b4b;
}

.wow-venue-dash__divider {
  height: 1px;
  background: #9b9b9b;
  margin: 14px 0;
}

.wow-venue-dash__info {
  display: grid;
  gap: 8px;
}

.wow-venue-dash__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: center;
}

.wow-venue-dash__label {
  font-weight: 700;
  color: #333;
}

.wow-venue-dash__value {
  color: #2b2b2b;
}

.wow-venue-dash__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 6px;
}

.wow-venue-dash__btn {
  height: 42px;
  border: 1.5px solid #ff7a00;
  background: #ffffff;
  color: #222;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}

.wow-venue-dash__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wow-venue-dash__btn--primary {
  background: #fff5e6;
}

.wow-venue-dash--reports {
  background: #ededed;
  padding: 30px 28px;
  position: relative;
}

.wow-venue-dash--account {
  background: #111111;
  color: #f1f1f1;
  padding: 30px 28px;
  position: relative;
}

.wow-venue-dash__account-title {
  font-size: 32px;
  font-weight: 800;
  color: #7dff8e;
}

.wow-venue-dash__account-subtitle {
  font-size: 15px;
  color: #c9c9c9;
  margin-top: 6px;
}

.wow-venue-dash__account-card {
  background: #1b1b1b;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  padding: 20px 22px 18px;
}

.wow-venue-dash__account-form {
  display: grid;
  gap: 16px;
}

.wow-venue-dash__account-field {
  display: grid;
  gap: 6px;
}

.wow-venue-dash__account-label {
  color: #e6e6e6;
  font-weight: 700;
}

.wow-venue-dash__account-input,
.wow-venue-dash__account-select {
  background: #0f0f0f;
  border: 1px solid #3a3a3a;
  color: #f5f5f5;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.wow-venue-dash__account-input::placeholder {
  color: #7b7b7b;
}

.wow-venue-dash__upload {
  display: grid;
  gap: 6px;
}

.wow-venue-dash__upload-input {
  color: #eaeaea;
  border: 1px dashed #3f3f3f;
  background: #101010;
  padding: 10px;
  border-radius: 6px;
}

.wow-venue-dash__upload-status {
  font-size: 13px;
  color: #b9b9b9;
}

.wow-venue-dash__account-cycles {
  background: #141414;
  border: 1px solid #2a2a2a;
  padding: 12px 14px;
  border-radius: 8px;
  display: grid;
  gap: 6px;
}

.wow-venue-dash__account-cycles-title {
  font-weight: 700;
  color: #7dff8e;
}

.wow-venue-dash__account-cycles-item {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.5;
}

.wow-venue-dash__account-note {
  background: #191919;
  border: 1px solid #323232;
  border-radius: 8px;
  padding: 12px 14px;
  display: grid;
  gap: 6px;
  color: #d0d0d0;
  line-height: 1.6;
}

.wow-venue-dash__account-note-title {
  font-weight: 700;
  color: #ffb36b;
}

.wow-venue-dash__account-approve {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f1f1f1;
  font-weight: 700;
}

.wow-venue-dash__account-checkbox {
  width: 18px;
  height: 18px;
}

.wow-venue-dash__account-actions {
  display: flex;
  justify-content: flex-end;
}

.wow-venue-dash--account .wow-venue-dash__divider {
  background: #2a2a2a;
}

.wow-venue-dash--account .wow-venue-dash__reports-close {
  background: #2b2b2b;
  color: #f1f1f1;
}

.wow-venue-dash--account .wow-venue-dash__btn {
  background: #111111;
  color: #f1f1f1;
  border-color: #4b4b4b;
}

.wow-venue-dash--account .wow-venue-dash__btn--primary {
  background: #1f1f1f;
  border-color: #7dff8e;
  color: #7dff8e;
}

.wow-venue-dash__reports-close {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  color: #222;
  font-size: 20px;
  cursor: pointer;
}

.wow-venue-dash__reports-title {
  font-size: 34px;
  font-weight: 800;
  color: #4b4b4b;
}

.wow-venue-dash__reports-subtitle {
  font-size: 15px;
  color: #4b4b4b;
  margin-top: 6px;
}

.wow-venue-dash__reports-section {
  display: grid;
  gap: 8px;
}

.wow-venue-dash__section-title {
  font-weight: 700;
  color: #333;
}

.wow-venue-dash__section-label {
  color: #4b4b4b;
}

.wow-venue-dash__section-summary {
  font-weight: 600;
  color: #333;
}

.wow-venue-dash__date-row {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.wow-venue-dash__date-label {
  color: #333;
}

.wow-venue-dash__date-input {
  border: 1px solid #f5a35a;
  background: #fff;
  padding: 6px 8px;
  border-radius: 4px;
}

.wow-venue-dash__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.wow-venue-dash__report-explanation {
  color: #4b4b4b;
  line-height: 1.6;
}

.wow-venue-dash__report-empty {
  font-size: 13px;
  color: #666;
}

.wow-venue-dash__modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  place-items: center;
  z-index: 10030;
}

.wow-venue-dash__modal {
  width: min(720px, 92vw);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px 22px 18px;
  display: grid;
  gap: 14px;
  position: relative;
  color: #222;
}

.wow-venue-dash__modal-close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  color: #222;
  font-size: 18px;
  cursor: pointer;
}

.wow-venue-dash__modal-title {
  font-size: 20px;
  font-weight: 800;
  color: #3b3b3b;
}

.wow-venue-dash__modal-body {
  display: grid;
  gap: 16px;
}

.wow-venue-dash__modal-actions {
  display: flex;
  justify-content: flex-end;
}

.wow-venue-dash__field {
  display: grid;
  gap: 8px;
  padding: 8px 0;
}

.wow-venue-dash__field-label {
  font-weight: 700;
  color: #3a3a3a;
}

.wow-venue-dash__radio-group {
  display: grid;
  gap: 6px;
}

.wow-venue-dash__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.wow-venue-dash__sources {
  display: grid;
  gap: 16px;
}

.wow-venue-dash__source-card {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 0;
  display: grid;
  gap: 10px;
}

.wow-venue-dash__source-title {
  font-weight: 700;
  color: #333;
}

.wow-venue-dash__list {
  padding: 6px 0 0;
}

.wow-venue-dash__list-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.wow-venue-dash__list-body {
  display: grid;
  gap: 6px;
  max-height: 180px;
  overflow: auto;
  padding-right: 4px;
}

.wow-venue-dash__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.wow-venue-dash__list-empty {
  font-size: 13px;
  color: #666;
}

@media (max-width: 640px) {
  .wow-venue-dash {
    padding: 20px 16px;
  }

  .wow-venue-dash__title,
  .wow-venue-dash__reports-title {
    font-size: 28px;
  }

  .wow-venue-dash__row {
    grid-template-columns: 120px 1fr;
  }

  .wow-venue-dash__actions {
    grid-template-columns: 1fr;
  }

  .wow-venue-dash__date-row {
    grid-template-columns: auto 1fr;
  }
}
