:root {
  --nkdg-green: #0B7A3B;
  --nkdg-green-dark: #075a2b;
  --nkdg-navy: #102A43;
  --nkdg-light-green: #EAF7EF;
  --nkdg-border: #E2E8F0;
  --nkdg-muted: #64748B;
  --nkdg-red: #D72638;
  --nkdg-blue: #2563EB;
  --nkdg-bg: #F8FAFC;
  --nkdg-white: #FFFFFF;
  --nkdg-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  --nkdg-radius: 18px;
  --nkdg-radius-sm: 12px;
  --nkdg-font: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Malayalam", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nkdg-body {
  margin: 0;
  font-family: var(--nkdg-font);
  color: var(--nkdg-navy);
  background: var(--nkdg-bg);
  line-height: 1.6;
}
a { color: var(--nkdg-green); text-decoration: none; }
a:hover { color: var(--nkdg-green-dark); }
img { max-width: 100%; height: auto; }
.nkdg-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nkdg-skip-link { position: absolute; left: -999px; top: 10px; background: #fff; padding: 8px 12px; z-index: 1000; }
.nkdg-skip-link:focus { left: 10px; }

.nkdg-site-header { background: #fff; border-bottom: 1px solid var(--nkdg-border); position: sticky; top: 0; z-index: 100; }
.nkdg-header-top { display: grid; grid-template-columns: auto minmax(260px, 520px) auto; gap: 24px; align-items: center; padding: 18px 0; }
.nkdg-brand { display: flex; align-items: center; gap: 12px; color: var(--nkdg-navy); }
.nkdg-logo-mark { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--nkdg-light-green); color: var(--nkdg-green); font-size: 31px; }
.nkdg-logo-text-wrap { display: grid; line-height: 1.15; }
.nkdg-logo-text { color: var(--nkdg-green); font-weight: 800; font-size: 28px; letter-spacing: -0.04em; }
.nkdg-subdomain-label { font-size: 14px; color: var(--nkdg-muted); margin-top: 4px; }
.nkdg-header-search { height: 50px; border: 1px solid var(--nkdg-border); border-radius: 14px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: #fff; }
.nkdg-header-search input { border: 0; outline: 0; width: 100%; font: inherit; color: var(--nkdg-navy); }
.nkdg-header-tools { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
.nkdg-tool-btn, .nkdg-menu-toggle { border: 0; background: #fff; color: var(--nkdg-navy); padding: 8px 10px; border-radius: 10px; font: inherit; cursor: pointer; }
.nkdg-tool-btn:hover, .nkdg-menu-toggle:hover { background: var(--nkdg-bg); }
.nkdg-menu-toggle { display: none; font-size: 24px; }
.nkdg-primary-nav { border-top: 1px solid var(--nkdg-border); }
.nkdg-nav-inner { display: flex; justify-content: center; gap: 12px; align-items: center; }
.nkdg-menu { margin: 0; padding: 0; list-style: none; display: flex; gap: 12px; }
.nkdg-menu li { margin: 0; }
.nkdg-nav-link, .nkdg-menu a { display: inline-flex; align-items: center; padding: 14px 18px; color: var(--nkdg-navy); font-weight: 650; border-bottom: 3px solid transparent; }
.nkdg-nav-link:hover, .nkdg-menu a:hover { color: var(--nkdg-green); border-bottom-color: var(--nkdg-green); }
.nkdg-nav-emergency { color: var(--nkdg-red); }

.nkdg-main { min-height: 60vh; }
.nkdg-hero { background: linear-gradient(110deg, rgba(234,247,239,.95), rgba(255,255,255,.72)), url('../images/district-hero.svg'); background-size: cover; background-position: center; padding: 64px 0; }
.nkdg-hero-inner { display: grid; grid-template-columns: 1fr; gap: 28px; }
.nkdg-hero-content { max-width: 760px; }
.nkdg-eyebrow { display: inline-flex; color: var(--nkdg-blue); font-weight: 700; margin-bottom: 8px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 12px; color: var(--nkdg-navy); letter-spacing: -0.03em; }
h1 { font-size: clamp(38px, 5vw, 60px); }
h2 { font-size: clamp(25px, 3vw, 34px); }
h3 { font-size: 18px; }
p { margin: 0 0 16px; }
.nkdg-hero p { font-size: 20px; color: #24425f; max-width: 650px; }
.nkdg-actions, .nkdg-card-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.nkdg-btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; padding: 10px 18px; border-radius: 12px; font-weight: 750; border: 1px solid transparent; cursor: pointer; text-align: center; }
.nkdg-btn-primary { background: var(--nkdg-green); color: #fff; }
.nkdg-btn-primary:hover { background: var(--nkdg-green-dark); color: #fff; }
.nkdg-btn-outline { background: #fff; border-color: #a8c7b5; color: var(--nkdg-green); }
.nkdg-btn-outline:hover { border-color: var(--nkdg-green); color: var(--nkdg-green-dark); }
.nkdg-btn-danger, .nkdg-btn-danger-outline { background: var(--nkdg-red); color: #fff; }
.nkdg-btn-danger-outline { background: #fff; border-color: #f0a7ae; color: var(--nkdg-red); }
.nkdg-btn-small { min-height: 36px; padding: 8px 14px; font-size: 14px; }

.nkdg-facts-strip { background: #fff; border: 1px solid var(--nkdg-border); border-radius: var(--nkdg-radius); box-shadow: var(--nkdg-shadow); padding: 16px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.nkdg-fact-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-right: 1px solid var(--nkdg-border); }
.nkdg-fact-item:last-child { border-right: 0; }
.nkdg-fact-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--nkdg-light-green); }
.nkdg-fact-text, .nkdg-fact-item > span:last-child { display: grid; gap: 2px; }
.nkdg-fact-label { font-size: 12px; color: var(--nkdg-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.nkdg-section { padding: 48px 0; }
.nkdg-section-soft { background: #fff; }
.nkdg-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.nkdg-section-heading a { font-weight: 750; }
.nkdg-grid { display: grid; gap: 18px; }
.nkdg-grid-1 { grid-template-columns: 1fr; }
.nkdg-grid-2 { grid-template-columns: repeat(2, 1fr); }
.nkdg-grid-3 { grid-template-columns: repeat(3, 1fr); }
.nkdg-grid-4 { grid-template-columns: repeat(4, 1fr); }
.nkdg-card, .nkdg-content-card, .nkdg-panel { background: #fff; border: 1px solid var(--nkdg-border); border-radius: var(--nkdg-radius); box-shadow: 0 8px 24px rgba(15,23,42,.045); padding: 22px; }
.nkdg-category-card { display: grid; gap: 12px; min-height: 245px; }
.nkdg-card-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--nkdg-light-green); font-size: 28px; }
.nkdg-card-body p { color: var(--nkdg-muted); font-size: 14px; }
.nkdg-card-meta { color: var(--nkdg-muted); font-size: 14px; margin: 10px 0; }
.nkdg-card-action { margin-top: auto; border: 1px solid #b8d7c4; border-radius: 10px; padding: 10px; text-align: center; font-weight: 750; }
.nkdg-location-header { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.nkdg-location-header p { color: var(--nkdg-muted); margin-bottom: 0; }
.nkdg-badge, .nkdg-party-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 10px; background: var(--nkdg-light-green); color: var(--nkdg-green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.nkdg-location-summary { color: #334e68; }
.nkdg-small-link { font-weight: 750; font-size: 14px; }
.nkdg-avatar { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #eef4ff; font-size: 30px; flex: 0 0 58px; }
.nkdg-person-card { display: flex; gap: 16px; }
.nkdg-muted { color: var(--nkdg-muted); font-size: 14px; }
.nkdg-emergency-card { display: flex; gap: 16px; align-items: flex-start; }
.nkdg-emergency-icon { background: #fff1f2; }
.nkdg-emergency-number, .nkdg-big-number { color: var(--nkdg-red); font-size: 28px; line-height: 1; font-weight: 900; margin-bottom: 6px; }
.nkdg-big-number { font-size: 52px; }

.nkdg-two-col { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 22px; align-items: start; }
.nkdg-three-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nkdg-emergency-panel { background: #fff7f8; border-color: #fecdd3; }
.nkdg-main-cta { margin: 36px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 26px; border: 1px solid #b8d7c4; background: linear-gradient(135deg, #f1fbf5, #fff); border-radius: var(--nkdg-radius); }
.nkdg-main-cta-icon, .nkdg-footer-cta-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: var(--nkdg-light-green); color: var(--nkdg-green); font-size: 34px; }
.nkdg-breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; color: var(--nkdg-muted); margin-bottom: 24px; font-size: 14px; }
.nkdg-page-header { margin-bottom: 26px; max-width: 850px; }
.nkdg-page-header p { font-size: 18px; color: #334e68; }
.nkdg-page-header-row { max-width: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.nkdg-icon-header { display: flex; align-items: center; gap: 22px; }
.nkdg-large-icon { width: 84px; height: 84px; border-radius: 24px; display: grid; place-items: center; background: #e8f0ff; font-size: 42px; }
.nkdg-mini-district-card { min-width: 280px; background: #fff; border: 1px solid var(--nkdg-border); border-radius: var(--nkdg-radius); padding: 18px; display: grid; gap: 4px; box-shadow: var(--nkdg-shadow); }
.nkdg-content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.nkdg-inline-search { display: flex; gap: 12px; margin-bottom: 22px; }
.nkdg-inline-search input { flex: 1; min-height: 50px; border: 1px solid var(--nkdg-border); border-radius: 14px; padding: 0 16px; font: inherit; }
.nkdg-popular-searches, .nkdg-related-categories { margin-top: 26px; background: #fff; border: 1px solid var(--nkdg-border); border-radius: var(--nkdg-radius); padding: 22px; }
.nkdg-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.nkdg-pills a { display: inline-flex; border: 1px solid var(--nkdg-border); background: #fff; border-radius: 999px; padding: 7px 12px; color: var(--nkdg-navy); font-size: 14px; }
.nkdg-pills a:hover { border-color: var(--nkdg-green); color: var(--nkdg-green); }
.nkdg-mt { margin-top: 28px; }
.nkdg-resource-list { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.nkdg-resource-list a { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--nkdg-border); border-radius: 12px; color: var(--nkdg-navy); font-weight: 700; }
.nkdg-note { background: var(--nkdg-light-green); border: 1px solid #b8d7c4; border-radius: var(--nkdg-radius-sm); padding: 16px; margin-top: 16px; }

.nkdg-site-footer { background: #fff; border-top: 1px solid var(--nkdg-border); margin-top: 48px; }
.nkdg-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr 1.5fr; gap: 28px; padding: 44px 0; }
.nkdg-footer-col h2, .nkdg-footer-cta h2 { font-size: 18px; }
.nkdg-footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.nkdg-footer-cta { background: var(--nkdg-light-green); border: 1px solid #b8d7c4; border-radius: var(--nkdg-radius); padding: 22px; }
.nkdg-footer-disclaimer { background: #f8fafc; border-top: 1px solid var(--nkdg-border); color: #334e68; font-size: 14px; }
.nkdg-footer-disclaimer p { margin: 0; padding: 14px 0; }
.nkdg-footer-bottom { background: var(--nkdg-navy); color: #fff; font-size: 14px; }
.nkdg-footer-bottom-inner { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/* v1.1.0 UX helpers */
.nkdg-breadcrumb-desktop,
.nkdg-breadcrumb-mobile { display: inline-flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.nkdg-breadcrumb-mobile { display: none; }
.nkdg-menu-toggle { align-items: center; gap: 8px; border: 1px solid var(--nkdg-border); }
.nkdg-menu-toggle.is-open { background: var(--nkdg-light-green); color: var(--nkdg-green); border-color: #b8d7c4; }
.nkdg-menu-toggle-text { font-size: 14px; font-weight: 800; }
.nkdg-location-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.nkdg-mobile-quick-actions { display: none; }


/* v1.2.0 Malayalam-ready layout safety */
:lang(ml),
.nkdg-lang-ml,
.nkdg-language-switch [lang="ml"] {
  font-family: var(--nkdg-font);
  letter-spacing: 0;
  word-break: normal;
}

.nkdg-logo-text,
.nkdg-subdomain-label,
.nkdg-nav-link,
.nkdg-menu a,
.nkdg-card h3,
.nkdg-card p,
.nkdg-card-meta,
.nkdg-btn,
.nkdg-card-action,
.nkdg-badge,
.nkdg-party-pill,
.nkdg-main-cta h2,
.nkdg-main-cta p,
.nkdg-footer-col,
.nkdg-footer-cta,
.nkdg-pills a,
.nkdg-resource-list a,
.nkdg-location-summary,
.nkdg-location-taxonomy,
.nkdg-person-info,
.nkdg-emergency-card {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.nkdg-card,
.nkdg-category-card,
.nkdg-location-card,
.nkdg-person-card,
.nkdg-emergency-card {
  min-height: 0;
  height: auto;
}

.nkdg-card-body,
.nkdg-person-info,
.nkdg-location-header > div,
.nkdg-main-cta > div {
  min-width: 0;
}

.nkdg-btn,
.nkdg-card-action,
.nkdg-small-link,
.nkdg-mobile-action {
  white-space: normal;
  max-width: 100%;
}

.nkdg-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--nkdg-border);
  border-radius: 999px;
  background: #fff;
}

.nkdg-lang-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--nkdg-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

.nkdg-lang-option:hover,
.nkdg-lang-option.is-active {
  background: var(--nkdg-light-green);
  color: var(--nkdg-green);
}

/* v1.3.0 Advanced Category Pages */
.nkdg-category-page .nkdg-page-header { margin-bottom: 22px; }
.nkdg-category-header { align-items: stretch; }
.nkdg-category-intro-card {
  min-width: 250px;
  background: #fff;
  border: 1px solid var(--nkdg-border);
  border-radius: var(--nkdg-radius);
  padding: 18px;
  display: grid;
  gap: 6px;
  align-content: start;
  box-shadow: var(--nkdg-shadow);
}
.nkdg-category-intro-card .nkdg-card-icon { margin-bottom: 4px; }
.nkdg-category-tools {
  background: #fff;
  border: 1px solid var(--nkdg-border);
  border-radius: var(--nkdg-radius);
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(15,23,42,.045);
}
.nkdg-category-filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 260px) auto auto;
  gap: 12px;
  align-items: center;
}
.nkdg-category-filter-form input,
.nkdg-category-filter-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--nkdg-border);
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: var(--nkdg-navy);
  font: inherit;
}
.nkdg-category-filter-form select { cursor: pointer; }
.nkdg-locality-quick-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: var(--nkdg-muted);
  font-size: 14px;
}
.nkdg-locality-quick-filter span { font-weight: 800; color: var(--nkdg-navy); }
.nkdg-locality-quick-filter a {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--nkdg-border);
  border-radius: 999px;
  padding: 5px 11px;
  background: #fff;
  color: var(--nkdg-navy);
  font-weight: 700;
}
.nkdg-locality-quick-filter a:hover,
.nkdg-locality-quick-filter a.is-active {
  background: var(--nkdg-light-green);
  border-color: #b8d7c4;
  color: var(--nkdg-green);
}
.nkdg-last-updated-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #334e68;
  border-radius: 14px;
  padding: 13px 15px;
  margin: 0 0 20px;
  font-size: 14px;
}
.nkdg-category-list-grid { margin-top: 18px; }
.nkdg-empty-state { text-align: center; margin: 20px 0; }
.nkdg-empty-state .nkdg-btn { margin-top: 8px; }
.nkdg-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 26px 0 10px;
}
.nkdg-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--nkdg-border);
  border-radius: 12px;
  background: #fff;
  color: var(--nkdg-navy);
  font-weight: 800;
}
.nkdg-pagination a:hover,
.nkdg-pagination a.is-current {
  background: var(--nkdg-green);
  border-color: var(--nkdg-green);
  color: #fff;
}
.nkdg-related-pills a[href$="/emergency/"],
.nkdg-related-pills a[href$="/police/"] {
  border-color: #b8d7c4;
  background: var(--nkdg-light-green);
}


/* v1.4.0 Trust and Verification UI */
.nkdg-trust-card { position: relative; }
.nkdg-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 48%;
}
.nkdg-badge-source-verified {
  background: #eaf7ef;
  color: var(--nkdg-green);
  border: 1px solid #b8d7c4;
}
.nkdg-badge-phone-verified {
  background: #eff6ff;
  color: var(--nkdg-blue);
  border: 1px solid #bfdbfe;
}
.nkdg-badge-official-source {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.nkdg-badge-needs-review {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}
.nkdg-badge-preview {
  background: #f8fafc;
  color: var(--nkdg-muted);
  border: 1px solid var(--nkdg-border);
}
.nkdg-trust-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #334e68;
  font-size: 13px;
  line-height: 1.45;
}
.nkdg-correction-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a3412;
  font-weight: 800;
  font-size: 14px;
}
.nkdg-correction-link::before { content: "⚑"; }
.nkdg-correction-link:hover { color: var(--nkdg-red); }
.nkdg-correction-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 0 0 20px;
  color: #7c2d12;
}
.nkdg-correction-cta div {
  display: grid;
  gap: 2px;
}
.nkdg-correction-cta strong { color: #9a3412; }
.nkdg-correction-cta span { font-size: 14px; }
.nkdg-person-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.nkdg-person-heading h3 { margin-bottom: 0; }


/* v1.5.0 Tourism and Stay Integration */
.nkdg-tourism-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nkdg-kicker {
  margin: 0 0 8px;
  color: var(--nkdg-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem;
}
.nkdg-tourism-block { margin-top: 34px; }
.nkdg-section-soft-inline {
  background: var(--nkdg-light-green);
  border: 1px solid var(--nkdg-border);
  border-radius: 22px;
  padding: 24px;
}
.nkdg-tourism-card,
.nkdg-route-card,
.nkdg-service-link-card {
  min-height: auto;
}
.nkdg-tourism-card {
  background: #fff;
  border: 1px solid var(--nkdg-border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--nkdg-shadow);
}
.nkdg-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--nkdg-light-green);
  color: var(--nkdg-green);
  font-size: .78rem;
  font-weight: 800;
  white-space: normal;
}
.nkdg-stay-cta { margin-top: 34px; }


/* v2.0.0 Premium District Portal Design */
.nkdg-premium-strip {
  background: #fff;
  border-bottom: 1px solid var(--nkdg-border);
}
.nkdg-live-counts {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.nkdg-live-count-card {
  display: grid;
  gap: 2px;
  padding: 14px;
  border: 1px solid var(--nkdg-border);
  border-radius: 16px;
  background: var(--nkdg-light-green);
  color: var(--nkdg-dark);
  text-decoration: none;
}
.nkdg-live-count-card strong {
  color: var(--nkdg-green);
  font-size: 1.55rem;
  line-height: 1;
}
.nkdg-premium-overview {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 24px;
}
.nkdg-district-map-card,
.nkdg-analytics-card,
.nkdg-news-card,
.nkdg-internal-link-card {
  background: #fff;
  border: 1px solid var(--nkdg-border);
  border-radius: 22px;
  box-shadow: var(--nkdg-shadow);
  padding: 24px;
}
.nkdg-district-map-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
}
.nkdg-map-visual {
  width: 180px;
  min-height: 180px;
  border-radius: 44% 56% 51% 49% / 44% 46% 54% 56%;
  background: linear-gradient(135deg, var(--nkdg-green), var(--nkdg-blue));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  box-shadow: var(--nkdg-shadow);
}
.nkdg-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.nkdg-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--nkdg-border);
  padding: 7px 11px;
  text-decoration: none;
  color: var(--nkdg-dark);
  background: #fff;
  font-size: .88rem;
}
.nkdg-note { color: var(--nkdg-muted); font-size: .9rem; }
.nkdg-news-list { display: grid; gap: 14px; }
.nkdg-news-card time { color: var(--nkdg-green); font-weight: 800; font-size: .85rem; }
.nkdg-faq-accordion details {
  border: 1px solid var(--nkdg-border);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: #fff;
}
.nkdg-faq-accordion summary { cursor: pointer; font-weight: 800; }
.nkdg-internal-link-card { min-height: auto; }
