body {
  background-color: #9aa0a5;
  background-image:
    linear-gradient(rgba(248, 249, 250, 0.92), rgba(248, 249, 250, 0.92)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Crect width='240' height='240' fill='%23f8f9fa'/%3E%3Cg fill='none' stroke='%238a5a2b' stroke-width='2' opacity='0.35'%3E%3Cpath d='M20 120c20-40 60-40 80 0s60 40 80 0 60-40 80 0'/%3E%3Cpath d='M-60 120c20-40 60-40 80 0s60 40 80 0 60-40 80 0 60 40 80 0'/%3E%3Cpath d='M20 120c20 40 60 40 80 0s60-40 80 0 60 40 80 0 60-40 80 0'/%3E%3Cpath d='M-60 120c20 40 60 40 80 0s60-40 80 0 60 40 80 0 60-40 80 0 60 40 80 0'/%3E%3C/g%3E%3Cg fill='none' stroke='%23c49a5a' stroke-width='2' opacity='0.25'%3E%3Cpath d='M120 20c40 20 40 60 0 80s-40 60 0 80 40 60 0 80'/%3E%3Cpath d='M120-60c40 20 40 60 0 80s-40 60 0 80 40 60 0 80'/%3E%3Cpath d='M120 20c-40 20-40 60 0 80s40 60 0 80-40 60 0 80'/%3E%3Cpath d='M120-60c-40 20-40 60 0 80s40 60 0 80-40 60 0 80'/%3E%3C/g%3E%3Cg fill='none' stroke='%238a5a2b' stroke-width='1.5' opacity='0.28'%3E%3Ccircle cx='60' cy='60' r='10'/%3E%3Ccircle cx='180' cy='60' r='10'/%3E%3Ccircle cx='60' cy='180' r='10'/%3E%3Ccircle cx='180' cy='180' r='10'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 240px 240px;
  background-attachment: fixed;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #212529;
}

.container {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.card {
  margin-bottom: 20px;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.card-header {
  font-weight: 600;
}

.navbar {
  box-shadow: 0 2px 8px rgba(50, 117, 148, 0.05);
}

.navbar-brand {
  font-weight: 600;
}

.page-section {
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.themed-card {
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.themed-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

.themed-card-body {
  padding: 18px 18px;
}

.themed-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(6px);
}

.themed-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #fff;
}

.themed-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));
  margin: 12px 0 12px;
}

.themed-divider:before {
  content: "۞";
  display: block;
  width: 100%;
  margin: -10px auto 0;
  text-align: center;
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
}

.themed-sub {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
}

.themed-badge-dark {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.08);
  color: #111;
}

.themed-title-dark {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #111;
}

.themed-sub-dark {
  margin: 0;
  color: rgba(17, 17, 17, 0.92);
  font-weight: 600;
}

.themed-divider-dark {
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
  margin: 12px 0 12px;
}

.themed-divider-dark:before {
  content: "۞";
  display: block;
  width: 100%;
  margin: -10px auto 0;
  text-align: center;
  color: rgba(0,0,0,0.55);
  font-size: 1.1rem;
}

.themed-bg-blue {
  background-image:
    linear-gradient(135deg, rgba(30, 58, 138, 0.82), rgba(15, 23, 42, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Crect width='320' height='320' fill='%230b2258'/%3E%3Cg fill='none' stroke='%23bfdbfe' stroke-width='2' opacity='0.20'%3E%3Cpath d='M160 18l30 30 42-12 12 42 42 12-12 42 30 30-30 30 12 42-42 12-12 42-42-12-30 30-30-30-42 12-12-42-42-12 12-42-30-30 30-30-12-42 42-12 12-42 42 12z'/%3E%3C/g%3E%3Cg opacity='0.14'%3E%3Ccircle cx='160' cy='160' r='54' fill='%23ffffff'/%3E%3Ccircle cx='160' cy='160' r='40' fill='none' stroke='%2393c5fd' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.themed-bg-teal {
  background-image:
    linear-gradient(135deg, rgba(5, 150, 105, 0.78), rgba(15, 23, 42, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Crect width='320' height='320' fill='%230b3a2a'/%3E%3Cg fill='none' stroke='%23bbf7d0' stroke-width='2' opacity='0.20'%3E%3Cpath d='M160 20l28 28 40-12 12 40 40 12-12 40 28 28-28 28 12 40-40 12-12 40-40-12-28 28-28-28-40 12-12-40-40-12 12-40-28-28 28-28-12-40 40-12 12-40 40 12z'/%3E%3C/g%3E%3Cg opacity='0.12'%3E%3Ccircle cx='160' cy='160' r='56' fill='%23ffffff'/%3E%3Ccircle cx='160' cy='160' r='42' fill='none' stroke='%2334d399' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.themed-bg-amber {
  background-image:
    linear-gradient(135deg, rgba(180, 83, 9, 0.80), rgba(15, 23, 42, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Crect width='320' height='320' fill='%2345150a'/%3E%3Cg fill='none' stroke='%23fde68a' stroke-width='2' opacity='0.22'%3E%3Cpath d='M160 20l28 28 40-12 12 40 40 12-12 40 28 28-28 28 12 40-40 12-12 40-40-12-28 28-28-28-40 12-12-40-40-12 12-40-28-28 28-28-12-40 40-12 12-40 40 12z'/%3E%3C/g%3E%3Cg opacity='0.13'%3E%3Ccircle cx='160' cy='160' r='56' fill='%23ffffff'/%3E%3Ccircle cx='160' cy='160' r='42' fill='none' stroke='%23fbbf24' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.themed-bg-rose {
  background-image:
    linear-gradient(135deg, rgba(185, 28, 28, 0.78), rgba(15, 23, 42, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Crect width='320' height='320' fill='%233b0b10'/%3E%3Cg fill='none' stroke='%23fecaca' stroke-width='2' opacity='0.20'%3E%3Cpath d='M160 18l30 30 42-12 12 42 42 12-12 42 30 30-30 30 12 42-42 12-12 42-42-12-30 30-30-30-42 12-12-42-42-12 12-42-30-30 30-30-12-42 42-12 12-42 42 12z'/%3E%3C/g%3E%3Cg opacity='0.12'%3E%3Ccircle cx='160' cy='160' r='56' fill='%23ffffff'/%3E%3Ccircle cx='160' cy='160' r='42' fill='none' stroke='%23fb7185' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.themed-bg-note {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Crect width='320' height='320' fill='%23210b2a'/%3E%3Cg fill='none' stroke='%23f5d0fe' stroke-width='1.6' opacity='0.22'%3E%3Cpath d='M160 18l30 30 42-12 12 42 42 12-12 42 30 30-30 30 12 42-42 12-12 42-42-12-30 30-30-30-42 12-12-42-42-12 12-42-30-30 30-30-12-42 42-12 12-42 42 12z'/%3E%3Cpath d='M160 74l20 20 28-8 8 28 28 8-8 28 20 20-20 20 8 28-28 8-8 28-28-8-20 20-20-20-28 8-8-28-28-8 8-28-20-20 20-20-8-28 28-8 8-28 28 8z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23fbbf24' stroke-width='2' opacity='0.18'%3E%3Ccircle cx='160' cy='160' r='54'/%3E%3Ccircle cx='160' cy='160' r='40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.action-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.action-card {
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
}

.action-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

.action-card-inner {
  padding: 16px 16px;
}

.action-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.action-card-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.15rem;
  color: #fff;
}

.action-card-sub {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.95rem;
}

.alert {
  border-radius: 0.75rem;
}

/* Penyesuaian khusus elemen dashboard */
.dashboard-bg {
  padding-top: 24px;
  padding-bottom: 32px;
}

.quick-btn {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    font-size: 0.95rem;
    text-align: center;
  }

  .page-section {
    padding-top: 20px;
  }

  .navbar .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .dashboard-bg {
    padding-top: 16px;
  }

  .quick-btn {
    min-width: 100%;
    margin: 6px 0;
    font-size: 1rem;
    padding: 10px 0;
  }
}
