/* Digital Nusantara — theme tokens & polish (AwakacehCMS) */
:root {
  --dn-emerald: #059669;
  --dn-emerald-dark: #047857;
  --dn-slate: #0f172a;
  --dn-muted: #64748b;
  --dn-radius: 1.5rem;
}
.dn-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: var(--dn-muted);
}
.dn-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: #ecfdf5;
  color: var(--dn-emerald);
  font-size: 1.25rem;
}
.dn-empty__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.dn-empty__text {
  margin: 0 auto;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.dn-accent-bar {
  width: 3rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #10b981, #0d9488);
}
.dn-prose a { color: var(--dn-emerald); }
.dn-demo-chrome a:focus-visible {
  outline: 2px solid #34d399;
  outline-offset: 2px;
}
/* Softer default links in theme chrome */
header a { transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
