/* MOOV 45L - Layout rápido, clean e objetivo para 3 abas admin */

.moov-fast45l {
  width: 100%;
  padding: 22px;
  box-sizing: border-box;
  color: #241136;
}

.moov-fast45l * {
  box-sizing: border-box;
}

.moov-fast45l-hero {
  background: #ffffff;
  border: 1px solid rgba(36, 17, 54, .10);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 8px 22px rgba(20, 10, 35, .06);
}

.moov-fast45l-title-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.moov-fast45l h1 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 900;
  color: #241136;
}

.moov-fast45l-subtitle {
  margin: 0;
  color: #70627d;
  font-size: 14px;
  line-height: 1.45;
}

.moov-fast45l-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.moov-fast45l-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  background: #7ed321;
  color: #241136;
  box-shadow: 0 6px 14px rgba(126, 211, 33, .25);
}

.moov-fast45l-btn.secondary {
  background: #f4eef8;
  color: #4b1b78;
  box-shadow: none;
}

.moov-fast45l-status {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8f5fb;
  color: #6d5b7d;
  font-size: 13px;
}

.moov-fast45l-status[data-type="loading"] {
  background: #fff7e6;
  color: #8a5a00;
}

.moov-fast45l-status[data-type="ok"] {
  background: #eef9e8;
  color: #315f16;
}

.moov-fast45l-status[data-type="error"] {
  background: #fff0f0;
  color: #9a1f1f;
}

.moov-fast45l-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.moov-fast45l-card {
  background: #ffffff;
  border: 1px solid rgba(36, 17, 54, .10);
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(20, 10, 35, .05);
}

.moov-fast45l-card small {
  display: block;
  color: #756783;
  font-size: 12px;
  margin-bottom: 8px;
}

.moov-fast45l-card strong {
  display: block;
  color: #241136;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.moov-fast45l-card span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #8b7b99;
}

.moov-fast45l-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.moov-fast45l-panel {
  background: #ffffff;
  border: 1px solid rgba(36, 17, 54, .10);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 10, 35, .05);
}

.moov-fast45l-panel-head {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(36, 17, 54, .08);
  background: #faf8fc;
}

.moov-fast45l-panel-head h3 {
  margin: 0;
  color: #241136;
  font-size: 15px;
  font-weight: 900;
}

.moov-fast45l-panel-head p {
  margin: 4px 0 0;
  color: #7d6d89;
  font-size: 12px;
}

.moov-fast45l-table-wrap {
  overflow: auto;
  max-height: 380px;
}

.moov-fast45l table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.moov-fast45l th,
.moov-fast45l td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee8f4;
  text-align: left;
  white-space: nowrap;
}

.moov-fast45l th {
  background: #ffffff;
  color: #4b1b78;
  font-weight: 900;
  position: sticky;
  top: 0;
  z-index: 1;
}

.moov-fast45l td {
  color: #3f314b;
}

.moov-fast45l-empty {
  padding: 16px;
  color: #7d6d89;
  font-size: 13px;
}

.moov-fast45l-search-row {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.moov-fast45l-search {
  flex: 1;
  min-width: 240px;
  border: 1px solid rgba(36, 17, 54, .15);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
}

.moov-fast45l-search:focus {
  border-color: #7ed321;
  box-shadow: 0 0 0 3px rgba(126, 211, 33, .15);
}

@media (max-width: 1100px) {
  .moov-fast45l-kpis {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .moov-fast45l-grid {
    grid-template-columns: 1fr;
  }
}
