/* =========================
   IndoBridge - Dashboard / Brief
========================= */

.dashboard {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.status {
  font-size: 13px;
  font-weight: 800;
  color: #0f766e;
  background: #ccfbf1;
  padding: 7px 12px;
  border-radius: 999px;
}

/* Dots / slides */
.dots {
  display: flex;
  gap: 7px;
}

.dots button,
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
  cursor: pointer;
}

.dots button.active,
.dot.active {
  background: #0f766e;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

/* Brief card */
.brief-card {
  background: #0f172a;
  color: white;
  border-radius: 22px;
  padding: 26px;
  margin-bottom: 16px;
}

.brief-card h3 {
  font-size: 22px;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.brief-list {
  display: grid;
  gap: 12px;
}

.brief-item {
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  color: #e2e8f0;
  line-height: 1.55;
}

.brief-item a {
  color: inherit;
}

.brief-item strong {
  display: block;
  color: #5eead4;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* Mini stats */
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mini-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px;
}

.mini-card strong {
  display: block;
  font-size: 24px;
  color: #0f766e;
  margin-bottom: 4px;
}

.mini-card span {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.brief-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.brief-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 234, 212, 0.14);
  border-radius: 999px;
  font-size: 13px;
}

.brief-item p {
  color: #e2e8f0;
  font-size: 15px;
  line-height: 1.55;
}

.brief-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.brief-tab {
  border: none;
  background: #f1f5f9;
  color: #475569;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s;
}

.brief-tab:hover {
  background: #ccfbf1;
  color: #0f766e;
}

.brief-tab.active {
  background: #0f766e;
  color: white;
}

.brief-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.brief-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 234, 212, 0.14);
  border-radius: 999px;
  font-size: 13px;
}

.brief-label small {
  margin-left: auto;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
}

.brief-item p {
  color: #e2e8f0;
  font-size: 15px;
  line-height: 1.55;
}