/* COR-01 theme: Indigo → Cyan */

.berkah-hero{
  background: radial-gradient(1000px 350px at 10% 20%, rgba(99,102,241,.55), transparent 55%),
              radial-gradient(900px 350px at 80% 20%, rgba(34,211,238,.45), transparent 55%),
              linear-gradient(135deg, #0f172a 0%, #1e1b4b 35%, #0b4a6f 100%);
}

.berkah-logo{
  width: 38px; height: 38px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-weight: 800;
  color: #0b1020;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.70));
  box-shadow: 0 10px 18px rgba(0,0,0,.25);
}

.berkah-chip{
  display:inline-flex; align-items:center; gap:.4rem;
  padding: .3rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
}

.berkah-nav{
  margin-top: .75rem;
  display:flex;
  flex-wrap:wrap;
  gap: .5rem;
  padding: .6rem;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 24px rgba(15,23,42,.08);
}

.berkah-navlink{
  display:flex; align-items:center; gap:.5rem;
  padding: .55rem .85rem;
  border-radius: 16px;
  font-weight: 600;
  font-size: .9rem;
  color: #0f172a;
  background: linear-gradient(180deg, rgba(99,102,241,.10), rgba(34,211,238,.06));
  border: 1px solid rgba(99,102,241,.18);
  transition: transform .12s ease, box-shadow .12s ease;
}
.berkah-navlink:hover{ transform: translateY(-1px); box-shadow: 0 10px 16px rgba(2,6,23,.10); }
.berkah-navlink.is-active{
  color: #ffffff;
  background: linear-gradient(135deg, rgba(99,102,241,.95), rgba(34,211,238,.85));
  border: 1px solid rgba(255,255,255,.25);
}

.berkah-card{
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  padding: 1rem;
  box-shadow: 0 10px 18px rgba(2,6,23,.06);
}

.berkah-panel{
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(99,102,241,.18);
  box-shadow: 0 12px 22px rgba(2,6,23,.06);
  padding: 1rem;
}
.berkah-panel-title{
  font-weight: 800;
  color: #0f172a;
  display:flex; align-items:center; justify-content:space-between;
  padding-bottom: .6rem;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.berkah-action{
  display:block;
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid rgba(34,211,238,.25);
  background: linear-gradient(180deg, rgba(34,211,238,.10), rgba(99,102,241,.08));
  box-shadow: 0 10px 18px rgba(2,6,23,.05);
  transition: transform .12s ease, box-shadow .12s ease;
}
.berkah-action:hover{ transform: translateY(-1px); box-shadow: 0 14px 26px rgba(2,6,23,.10); }

.berkah-info{
  border-radius: 18px;
  padding: .85rem .95rem;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
}
.berkah-info-amber{ border-color: rgba(245,158,11,.35); background: linear-gradient(180deg, rgba(245,158,11,.10), rgba(255,255,255,1)); }
.berkah-info-indigo{ border-color: rgba(99,102,241,.35); background: linear-gradient(180deg, rgba(99,102,241,.10), rgba(255,255,255,1)); }
.berkah-info-rose{ border-color: rgba(244,63,94,.35); background: linear-gradient(180deg, rgba(244,63,94,.10), rgba(255,255,255,1)); }

.berkah-btn{
  border-radius: 16px;
  padding: .6rem .95rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(99,102,241,.95), rgba(34,211,238,.85));
  box-shadow: 0 10px 18px rgba(2,6,23,.15);
  border: 1px solid rgba(255,255,255,.18);
}
.berkah-btn:hover{ filter: brightness(1.02); }
.berkah-btn-ghost{
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: none;
}

.berkah-filter{
  display:flex; flex-direction:column; gap:.35rem;
}
.berkah-filter label{
  font-size:.75rem; font-weight:700; color: rgba(15,23,42,.70);
}
.berkah-filter input{
  border-radius: 14px;
  border: 2px solid rgba(99,102,241,.25);
  padding: .6rem .8rem;
  outline: none;
}
.berkah-filter input:focus{
  border-color: rgba(34,211,238,.60);
  box-shadow: 0 0 0 4px rgba(34,211,238,.18);
}

.berkah-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow:hidden;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
}
.berkah-table thead th{
  position: sticky;
  top: 0;
  background: linear-gradient(135deg, rgba(99,102,241,.95), rgba(34,211,238,.85));
  color: white;
  font-weight: 800;
  text-align:left;
  padding: .7rem .8rem;
  font-size: .85rem;
  border-right: 1px solid rgba(255,255,255,.18);
}
.berkah-table tbody td{
  padding: .65rem .8rem;
  border-top: 1px solid rgba(15,23,42,.08);
  border-right: 1px solid rgba(15,23,42,.06);
  background: #fff;
  vertical-align: top;
}
.berkah-table tbody tr:hover td{
  background: rgba(99,102,241,.06);
}

.berkah-badge{
  display:inline-flex; align-items:center;
  padding: .2rem .55rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.04);
}
.berkah-badge.is-ok{ background: rgba(16,185,129,.12); border-color: rgba(16,185,129,.25); color: #065f46; }
.berkah-badge.is-warn{ background: rgba(245,158,11,.14); border-color: rgba(245,158,11,.28); color: #92400e; }

.berkah-link{
  color: rgba(67,56,202,1);
  font-weight: 800;
}
.berkah-link:hover{ text-decoration: underline; }
