.berkah-dashboard-shell.module-pro-12,
.berkah-dashboard-shell.pro12-page,
.berkah-dashboard-shell.theme-pro-12-olive {
  --pro12-card-radius: 18px;
  --pro12-card-border: rgba(77, 124, 15, 0.16);
  --pro12-card-shadow: 0 12px 28px rgba(54, 83, 20, 0.08);
  --pro12-card-shadow-soft: 0 8px 20px rgba(54, 83, 20, 0.05);
  --pro12-panel-bg: #f7fee7;
  --pro12-panel-bg-soft: #fcfef7;
  --pro12-text-strong: #365314;
  --pro12-text-body: #4b5563;
  --pro12-accent: #65a30d;
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-panel,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-panel,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-panel,
.berkah-dashboard-shell.module-pro-12 .bk-note,
.berkah-dashboard-shell.pro12-page .bk-note,
.berkah-dashboard-shell.theme-pro-12-olive .bk-note {
  border-radius: var(--pro12-card-radius);
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-panel--section,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-panel--section,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-panel--section {
  background: var(--pro12-panel-bg);
  border: 1px solid var(--pro12-card-border);
  box-shadow: var(--pro12-card-shadow-soft);
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-panel__title,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-panel__title,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-panel__title,
.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-section__title,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-section__title,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-section__title {
  color: var(--pro12-text-strong);
  letter-spacing: -0.02em;
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-panel__meta,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-panel__meta,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-panel__meta {
  color: #556270;
  line-height: 1.58;
}

.pro12-mini-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 0.9rem;
}

.pro12-mini-table th,
.pro12-mini-table td {
  padding: 0.78rem 0.85rem;
  vertical-align: top;
}

.pro12-mini-table th {
  background: #ecfccb;
  color: #365314;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-top: 1px solid rgba(77, 124, 15, 0.18);
  border-bottom: 1px solid rgba(77, 124, 15, 0.24);
}

.pro12-mini-table td {
  border-bottom: 1px solid rgba(54, 83, 20, 0.11);
  border-right: 1px solid rgba(54, 83, 20, 0.09);
  color: #3f3f46;
  line-height: 1.5;
  background: #fff;
}

.pro12-mini-table td:last-child,
.pro12-mini-table th:last-child { border-right: none; }
.pro12-mini-table tbody tr:hover td { background: #fcfdf8; }

.pro12-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: #ecfccb;
  color: #365314;
  font-weight: 800;
  font-size: 0.76rem;
  line-height: 1.1;
  white-space: nowrap;
}

.pro12-pill--soft {
  background: #fef9c3;
  color: #854d0e;
}

.pro12-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.pro12-card-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
}

.pro12-info-card,
.pro12-flow-card,
.pro12-stack-item {
  background: #fff;
  border: 1px solid rgba(77, 124, 15, 0.14);
  border-radius: 18px;
  padding: 1rem 1rem 0.95rem;
  box-shadow: var(--pro12-card-shadow-soft);
}

.pro12-info-card__label {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #4d7c0f;
}

.pro12-info-card__value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #365314;
  margin: 0.22rem 0 0.34rem;
}

.pro12-info-card p,
.pro12-stack-item p,
.pro12-flow-card li {
  margin: 0.3rem 0 0;
  color: #52525b;
  line-height: 1.52;
}

.pro12-dual-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.pro12-flow-card h3,
.pro12-stack-item h3 {
  margin: 0 0 0.45rem;
  color: #365314;
  font-size: 1rem;
}

.pro12-flow-card ol,
.pro12-flow-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.pro12-stack-list {
  display: grid;
  gap: 0.85rem;
}

.pro12-stack-item {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: flex-start;
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-control-panel__item,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-control-panel__item,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-control-panel__item {
  padding: 0.82rem 0.9rem;
}

.berkah-dashboard-shell.module-pro-12 .berkah-dashboard-workspace,
.berkah-dashboard-shell.pro12-page .berkah-dashboard-workspace,
.berkah-dashboard-shell.theme-pro-12-olive .berkah-dashboard-workspace {
  align-items: start;
}

@media (max-width: 960px) {
  .pro12-dual-grid { grid-template-columns: 1fr; }
  .pro12-stack-item { flex-direction: column; }
}
