.tp-kpi-card {
  border: 0;
  color: #fff;
}

.tp-kpi-card .pp-kpi-value,
.tp-kpi-card h3,
.tp-kpi-card .pp-meta {
  color: #fff;
}

.tp-kpi-card--blue {
  background: linear-gradient(130deg, #0f58ab, #1f6bca);
}

.tp-kpi-card--navy {
  background: linear-gradient(130deg, #1e3f73, #2e5a96);
}

.tp-kpi-card--green {
  background: linear-gradient(130deg, #208349, #2d9c5b);
}

.tp-filter-form {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, minmax(120px, 1fr)) auto;
  gap: 10px;
}

.tp-filter-form .pp-input,
.tp-filter-form .pp-select,
.tp-filter-form .pp-btn {
  width: 100%;
}

.tp-sections {
  display: grid;
  gap: 12px;
}

.tp-section {
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.tp-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e6eff7;
  padding-bottom: 10px;
}

.tp-section__kicker {
  margin: 0;
  color: #4c6682;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tp-section__header h2 {
  margin: 6px 0 4px;
  color: #133f65;
  font-size: 1.1rem;
  font-family: "Sora", sans-serif;
}

.tp-section__meta {
  text-align: right;
  min-width: 180px;
}

.tp-section__meta strong {
  display: block;
  color: #1a4b74;
  font-size: 1.3rem;
  line-height: 1;
}

.tp-section__meta span {
  color: #557391;
  font-size: 0.76rem;
}

.tp-section__meta em {
  display: block;
  margin-top: 4px;
  color: #6b87a1;
  font-style: normal;
  font-size: 0.74rem;
}

.tp-item-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.tp-item {
  border: 1px solid #d8e6f4;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.tp-item--ativo {
  border-color: #b8d7bf;
  background: linear-gradient(180deg, #fff, #f7fdf9);
}

.tp-item--baixo {
  border-color: #f5d6a0;
  background: linear-gradient(180deg, #fff, #fffaf0);
}

.tp-item--vazio {
  border-color: #edccd1;
  background: linear-gradient(180deg, #fff, #fff6f7);
}

.tp-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.tp-item__top h3 {
  margin: 0;
  color: #143f63;
  font-size: 0.94rem;
  line-height: 1.24;
}

.tp-item__top strong {
  color: #1a4b74;
  font-size: 1.15rem;
  line-height: 1;
}

.tp-item__desc {
  margin: 8px 0 0;
  color: #567595;
  font-size: 0.82rem;
  line-height: 1.45;
}

.tp-item__meta {
  margin: 6px 0 0;
  color: #557391;
  font-size: 0.8rem;
}

.tp-item__meta span {
  color: #3e607f;
  font-weight: 700;
}

.tp-item__actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-item__actions .pp-btn {
  font-size: 0.78rem;
  min-height: 34px;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .tp-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tp-section__header {
    flex-direction: column;
  }

  .tp-section__meta {
    text-align: left;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .tp-filter-form {
    grid-template-columns: 1fr;
  }
}
