/* =====================================================
   DASHBOARD STYLE - APPLE MINIMAL
   Hanya aktif jika halaman memakai class .apple-dashboard
   ===================================================== */

.apple-dashboard{
  padding-bottom:20px;
}

.apple-dashboard .dashboard-hero{
  background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
  border:1px solid #e8edf3;
  border-radius:20px;
  padding:28px 30px;
  margin-bottom:22px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.apple-dashboard .dashboard-hero h2{
  font-size:28px;
  font-weight:700;
  margin-bottom:6px;
  color:#0f172a;
}

.apple-dashboard .dashboard-hero p{
  margin:0;
  color:#64748b;
  font-size:15px;
}

.apple-dashboard .profile-modern-card,
.apple-dashboard .dashboard-mini-card,
.apple-dashboard .section-card{
  border:1px solid #e8edf3;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  overflow:hidden;
}

.apple-dashboard .profile-modern-card,
.apple-dashboard .dashboard-mini-card{
  border-radius:20px !important;
}

.apple-dashboard .profile-modern-header{
  padding:18px 20px;
  background:linear-gradient(135deg,#f9fbff,#f3f7fd);
  border-bottom:1px solid #e8edf3;
}

.apple-dashboard .profile-modern-header h3{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#0f172a;
}

.apple-dashboard .profile-modern-body{
  padding:20px;
}

.apple-dashboard .profile-item{
  border-bottom:1px dashed #e5eaf1;
  padding-bottom:12px;
  margin-bottom:12px;
}

.apple-dashboard .profile-item:last-child{
  border-bottom:none;
  margin-bottom:0;
}

.apple-dashboard .profile-label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
  color:#64748b;
}

.apple-dashboard .profile-value{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
}

.apple-dashboard .dashboard-mini-card{
  transition:all .2s ease;
}

.apple-dashboard .dashboard-mini-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(15,23,42,.08);
}

.apple-dashboard .stat-card{
  position:relative;
}

.apple-dashboard .stat-card .card-body{
  padding:22px 22px 20px;
}

.apple-dashboard .stat-card::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:4px;
  border-radius:0 0 10px 10px;
  background:#cbd5e1;
}

.apple-dashboard .bg-stat-warning::before{background:#f59e0b;}
.apple-dashboard .bg-stat-primary::before{background:#3b82f6;}
.apple-dashboard .bg-stat-info::before{background:#06b6d4;}
.apple-dashboard .bg-stat-success::before{background:#22c55e;}
.apple-dashboard .bg-stat-danger::before{background:#ef4444;}
.apple-dashboard .bg-stat-maroon::before{background:#a855f7;}
.apple-dashboard .bg-stat-teal::before{background:#14b8a6;}

.apple-dashboard .stat-icon{
  position:absolute;
  right:18px;
  top:18px;
  font-size:30px;
  opacity:.08;
}

.apple-dashboard .stat-label{
  font-size:14px;
  font-weight:600;
  color:#475569;
  margin-bottom:10px;
}

.apple-dashboard .stat-value{
  font-size:38px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.apple-dashboard .stat-link{
  font-size:14px;
  font-weight:600;
  color:#2563eb;
  text-decoration:none;
}

.apple-dashboard .stat-link:hover{
  color:#1d4ed8;
}

.apple-dashboard .section-card{
  border-radius:20px;
}

.apple-dashboard .section-card .card-header{
  background:#fff;
  border-bottom:1px solid #edf2f7;
  padding:18px 20px;
}

.apple-dashboard .section-card .card-title{
  font-size:18px;
  font-weight:700;
  color:#0f172a;
}

.apple-dashboard .section-card .card-body{
  background:#fff;
}

.apple-dashboard .table-modern thead th{
  background:#f8fafc;
  border-bottom:1px solid #e8edf3;
  color:#475569;
  font-weight:700;
  font-size:13px;
}

.apple-dashboard .table-modern tbody tr:hover{
  background:#fafcff;
}

.apple-dashboard .btn-modern{
  border-radius:12px;
  font-weight:600;
}
