.dwfcm-wrap{width:100%;max-width:100%;box-sizing:border-box;container-type:inline-size}.dwfcm-wrap *{box-sizing:border-box}.dwfcm-summary{display:flex;gap:.5rem;align-items:baseline;flex-wrap:wrap;margin:0 0 .85rem;padding:.85rem 1rem;border:1px solid rgba(0,37,71,.10);border-radius:14px;background:rgba(255,255,255,.72)}.dwfcm-summary strong{font-size:1rem}.dwfcm-summary span{opacity:.82}.dwfcm-map{width:100%;min-height:320px;border:1px solid rgba(0,37,71,.16);border-radius:16px;overflow:hidden;background:#f6f7f7;box-shadow:0 10px 28px rgba(0,0,0,.06)}.dwfcm-search-label{display:block;margin:0 0 .75rem;font-weight:700}.dwfcm-search-label span{display:block;margin-bottom:.35rem}.dwfcm-search{width:100%;max-width:560px;padding:.8rem .95rem;border:1px solid rgba(0,37,71,.22);border-radius:12px;font:inherit;font-size:16px;background:#fff}.dwfcm-source-notice{font-size:.875rem;margin:.75rem 0 1rem;line-height:1.45;padding:.8rem .95rem;border-radius:12px;background:rgba(0,37,71,.055);border:1px solid rgba(0,37,71,.10)}.dwfcm-source-notice a{font-weight:700}.dwfcm-list-panel{margin-top:.85rem;border:1px solid rgba(0,37,71,.14);border-radius:14px;background:rgba(255,255,255,.78);overflow:hidden}.dwfcm-list-panel summary{cursor:pointer;font-weight:800;padding:.95rem 1rem;list-style:none}.dwfcm-list-panel summary::-webkit-details-marker{display:none}.dwfcm-list-panel summary:after{content:'+';float:right;font-weight:900}.dwfcm-list-panel[open] summary{border-bottom:1px solid rgba(0,37,71,.10)}.dwfcm-list-panel[open] summary:after{content:'–'}.dwfcm-list{display:grid;gap:.55rem;margin-top:.75rem}.dwfcm-list-panel .dwfcm-list{padding:.75rem;margin-top:0;max-height:720px;overflow:auto}.dwfcm-list-item{border:1px solid rgba(0,37,71,.12);border-radius:12px;padding:.8rem .9rem;background:rgba(255,255,255,.84);line-height:1.38}.dwfcm-list-item strong,.dwfcm-list-item span,.dwfcm-list-item a{display:block}.dwfcm-list-item strong{font-size:.95rem}.dwfcm-list-item span{font-size:.875rem}.dwfcm-list-item a{margin-top:.35rem;font-weight:700}.dwfcm-layout-dashboard{padding:0}.dwfcm-layout-dashboard .dwfcm-map{height:min(55vh,520px)}.dwfcm-layout-compact .dwfcm-summary{padding:.65rem .8rem}.dwfcm-layout-compact .dwfcm-source-notice{font-size:.8125rem}.dwfcm-layout-compact .dwfcm-list-item{padding:.65rem .75rem}@container (min-width: 760px){.dwfcm-layout-dashboard .dwfcm-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.dwfcm-map{min-height:380px;border-radius:12px}.dwfcm-search{max-width:100%;font-size:16px}.dwfcm-summary{display:block;border-radius:12px}.dwfcm-summary strong,.dwfcm-summary span{display:block}.dwfcm-source-notice{font-size:.82rem}.dwfcm-list-panel .dwfcm-list{max-height:520px}.dwfcm-list{grid-template-columns:1fr!important}}
.dwfcm-search-status{display:block;margin-top:.35rem;font-weight:500;opacity:.76}.dwfcm-empty{margin:.75rem;padding:.85rem;border:1px dashed rgba(0,37,71,.25);border-radius:12px;background:#fff}

.dwfcm-search-tools {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1.2fr);
  gap: 12px;
  align-items: end;
  margin: 0 0 14px;
}
.dwfcm-filter-label,
.dwfcm-search-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}
.dwfcm-filter,
.dwfcm-search {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c7cdd6;
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
}
.dwfcm-search-status {
  grid-column: 1 / -1;
  min-height: 1.2em;
}
@media (max-width: 700px) {
  .dwfcm-search-tools {
    grid-template-columns: 1fr;
  }
}

.dwfcm-cluster {
  width: 44px !important;
  height: 44px !important;
  margin-left: -22px !important;
  margin-top: -22px !important;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.92);
  background: rgba(0, 74, 135, .9);
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
  font-weight: 800;
  line-height: 1;
}
.dwfcm-cluster span { display: block; }
.dwfcm-cluster-medium { transform: scale(1.08); }
.dwfcm-cluster-large { transform: scale(1.18); }
.dwfcm-cluster:focus,
.leaflet-marker-icon:focus {
  outline: 3px solid rgba(0, 95, 204, .45);
  outline-offset: 3px;
}

.dwfcm-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}

.dwfcm-stats > div {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
}

.dwfcm-stats strong {
    display: block;
    font-size: clamp(1.45rem, 4vw, 2.15rem);
    line-height: 1;
}

.dwfcm-stats span {
    display: block;
    margin-top: 6px;
    font-size: .92rem;
}

.dwfcm-export-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.dwfcm-export-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 760px) {
    .dwfcm-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .dwfcm-stats {
        grid-template-columns: 1fr;
    }
    .dwfcm-export-button {
        width: 100%;
    }
}

.dwfcm-changes {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
  margin: 1rem 0;
}
.dwfcm-changes h3 { margin-top: 0; }
.dwfcm-changes ul { margin: .75rem 0 0 1.25rem; padding: 0; }
.dwfcm-changes li { margin: .45rem 0; }
.dwfcm-changes small { display: block; opacity: .75; }
@media (max-width: 640px) {
  .dwfcm-changes { border-radius: 12px; padding: .875rem; }
}

/* v0.8.0 community update panels */
.dwfcm-updates,
.dwfcm-community-summary {
  box-sizing: border-box;
  width: 100%;
  margin: 1rem 0;
}

.dwfcm-updates {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.dwfcm-updates-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dwfcm-updates h3 {
  margin: 0 0 .25rem;
  font-size: 1.15rem;
}

.dwfcm-updates p {
  margin: 0;
}

.dwfcm-updates-counts,
.dwfcm-community-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.dwfcm-updates-counts span,
.dwfcm-community-summary div {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: .75rem;
  background: rgba(248, 250, 252, 0.92);
  min-width: 92px;
}

.dwfcm-updates-counts strong,
.dwfcm-community-summary strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.dwfcm-updates-counts span,
.dwfcm-community-summary span {
  font-size: .84rem;
}

.dwfcm-update-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .6rem;
}

.dwfcm-update-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem;
  align-items: center;
  padding: .7rem;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.82);
}

.dwfcm-update-list time {
  color: #64748b;
  font-size: .78rem;
  white-space: nowrap;
}

.dwfcm-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  border-radius: 999px;
  padding: .24rem .55rem;
  font-size: .75rem;
  font-weight: 700;
  background: #e2e8f0;
}

.dwfcm-badge-added { background: #dcfce7; }
.dwfcm-badge-updated { background: #fef9c3; }
.dwfcm-badge-removed { background: #fee2e2; }

@media (max-width: 700px) {
  .dwfcm-updates-counts,
  .dwfcm-community-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dwfcm-update-list li {
    grid-template-columns: 1fr;
  }
  .dwfcm-update-list time {
    white-space: normal;
  }
}

/* Community Reports */
.dwfcm-report-wrap,
.dwfcm-report-status {
  box-sizing: border-box;
  max-width: 860px;
  margin: 1rem auto;
}
.dwfcm-report-form,
.dwfcm-report-status-card,
.dwfcm-report-success,
.dwfcm-report-notice {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.dwfcm-report-form label,
.dwfcm-report-status label {
  display: block;
  font-weight: 700;
  margin: .85rem 0;
}
.dwfcm-report-form input,
.dwfcm-report-form select,
.dwfcm-report-form textarea,
.dwfcm-report-status input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: .35rem;
  padding: .72rem .8rem;
  border: 1px solid rgba(0,0,0,.22);
  border-radius: 10px;
  font: inherit;
}
.dwfcm-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
}
.dwfcm-report-submit,
.dwfcm-report-status button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}
.dwfcm-hp { position: absolute; left: -10000px; height: 1px; overflow: hidden; }
.dwfcm-report-intro { margin-top: 0; }
.dwfcm-report-success { border-color: rgba(0,128,0,.35); margin-bottom: 1rem; }
@media (max-width: 700px) {
  .dwfcm-report-grid { grid-template-columns: 1fr; gap: 0; }
  .dwfcm-report-wrap { margin: .5rem 0; }
  .dwfcm-report-form { border-radius: 12px; padding: .9rem; }
}

/* Community Reports v0.9.1 */
.dwfcm-report-picker {
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 12px;
  margin: 14px 0;
  background: #f8fafc;
}
.dwfcm-report-map {
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
}
.dwfcm-report-picker-help {
  margin: 10px 0 6px;
  font-size: 0.95rem;
}
.dwfcm-report-duplicate {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #064e3b;
  font-size: 0.95rem;
}
.dwfcm-report-duplicate.is-warning {
  background: #fffbeb;
  border-color: #fde68a;
  color: #78350f;
}
.dwfcm-duplicate-admin {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #78350f;
  padding: 10px 12px;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .dwfcm-report-picker {
    padding: 10px;
  }
  .dwfcm-report-map {
    min-height: 280px;
  }
}

/* Transparency center */
.dwfcm-transparency-center {
  display: grid;
  gap: 1.25rem;
}
.dwfcm-transparency-header,
.dwfcm-transparency-section {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.dwfcm-transparency-header h2 {
  margin-top: 0;
}
.dwfcm-transparency-section h3 {
  margin-top: 0;
}
@media (max-width: 720px) {
  .dwfcm-transparency-center {
    gap: 1rem;
  }
  .dwfcm-transparency-header,
  .dwfcm-transparency-section {
    border-radius: 12px;
    padding: 1rem;
  }
}

/* v0.9.4 source notice */
.dwfcm-source-notice {
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 14px 0;
  background: rgba(248, 250, 252, 0.96);
  font-size: 0.95rem;
  line-height: 1.5;
}
.dwfcm-source-notice-plain {
  border: 0;
  background: transparent;
  padding: 0;
}
.dwfcm-source-notice-compact {
  font-size: 0.9rem;
  padding: 10px 12px;
}
.dwfcm-source-links {
  display: inline-flex;
  gap: 0.35rem;
  margin-left: 0.35rem;
  align-items: center;
}
@media (max-width: 640px) {
  .dwfcm-source-notice { font-size: 0.9rem; }
  .dwfcm-source-links { display: flex; margin-left: 0; margin-top: 0.35rem; }
}

/* v0.9.6 Community report feed */
.dwfcm-report-feed {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
    margin: 1rem 0;
}
.dwfcm-report-feed-head h3 {
    margin-top: 0;
}
.dwfcm-report-feed-head p {
    margin: .25rem 0 1rem;
    color: #475569;
}
.dwfcm-report-feed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .75rem;
}
.dwfcm-report-feed-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .35rem .65rem;
    padding: .85rem;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    background: #f8fafc;
}
.dwfcm-report-feed-list li > span:not(.dwfcm-status-pill),
.dwfcm-report-feed-list li > time {
    grid-column: 2;
    color: #475569;
}
.dwfcm-status-pending { background: #fef3c7; }
.dwfcm-status-verified { background: #dcfce7; }
.dwfcm-status-duplicate { background: #dbeafe; }
.dwfcm-status-rejected { background: #fee2e2; }
.dwfcm-status-archived { background: #e5e7eb; }
@media (max-width: 640px) {
    .dwfcm-report-feed-list li {
        grid-template-columns: 1fr;
    }
    .dwfcm-report-feed-list li > span:not(.dwfcm-status-pill),
    .dwfcm-report-feed-list li > time {
        grid-column: 1;
    }
}

/* v1.0.0-beta UI experience: map plus results sidebar */
.dwfcm-wrap {
  --dwfcm-ui-bg: #ffffff;
  --dwfcm-ui-soft: #f8fafc;
  --dwfcm-ui-border: rgba(15, 23, 42, 0.14);
  --dwfcm-ui-text: #0f172a;
  --dwfcm-ui-muted: #64748b;
  --dwfcm-ui-primary: #0f4c81;
  --dwfcm-ui-focus: rgba(37, 99, 235, 0.42);
  color: var(--dwfcm-ui-text);
}

.dwfcm-map-shell {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.dwfcm-layout-dashboard .dwfcm-map-shell {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.dwfcm-map-stage,
.dwfcm-results-shell {
  min-width: 0;
}

.dwfcm-results-shell {
  border: 1px solid var(--dwfcm-ui-border);
  border-radius: 16px;
  background: var(--dwfcm-ui-bg);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.dwfcm-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: var(--dwfcm-ui-soft);
}

.dwfcm-results-toggle {
  display: none;
  min-height: 40px;
  border: 1px solid var(--dwfcm-ui-border);
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: var(--dwfcm-ui-text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.dwfcm-results-shell .dwfcm-list,
.dwfcm-results-shell .dwfcm-list-panel .dwfcm-list {
  max-height: min(620px, 68vh);
  overflow: auto;
  padding: 12px;
}

.dwfcm-results-shell .dwfcm-list-panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dwfcm-results-shell .dwfcm-list-panel summary {
  padding: 12px 14px;
}

.dwfcm-list-item {
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.dwfcm-list-item.is-selected {
  border-color: var(--dwfcm-ui-primary);
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.14);
}

.dwfcm-list-focus {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.dwfcm-list-focus strong,
.dwfcm-list-focus span {
  display: block;
}

.dwfcm-list-meta {
  margin-top: .45rem;
}

.dwfcm-list-focus:focus-visible,
.dwfcm-results-toggle:focus-visible,
.dwfcm-filter:focus-visible,
.dwfcm-search:focus-visible {
  outline: 3px solid var(--dwfcm-ui-focus);
  outline-offset: 2px;
}

@media (min-width: 901px) {
  .dwfcm-layout-dashboard .dwfcm-search-tools {
    position: sticky;
    top: 12px;
    z-index: 5;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 900px) {
  .dwfcm-layout-dashboard .dwfcm-map-shell {
    grid-template-columns: 1fr;
  }

  .dwfcm-results-shell {
    position: sticky;
    bottom: 10px;
    z-index: 10;
    max-height: 58vh;
  }

  .dwfcm-results-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .dwfcm-layout-dashboard .dwfcm-results-shell .dwfcm-list-panel,
  .dwfcm-layout-dashboard .dwfcm-results-shell > .dwfcm-list {
    display: none;
  }

  .dwfcm-layout-dashboard.dwfcm-results-open .dwfcm-results-shell .dwfcm-list-panel,
  .dwfcm-layout-dashboard.dwfcm-results-open .dwfcm-results-shell > .dwfcm-list {
    display: block;
  }

  .dwfcm-results-shell .dwfcm-list,
  .dwfcm-results-shell .dwfcm-list-panel .dwfcm-list {
    max-height: 42vh;
  }
}

@media (prefers-color-scheme: dark) {
  .dwfcm-wrap {
    --dwfcm-ui-bg: #0f172a;
    --dwfcm-ui-soft: #111827;
    --dwfcm-ui-border: rgba(226, 232, 240, 0.18);
    --dwfcm-ui-text: #e5e7eb;
    --dwfcm-ui-muted: #94a3b8;
    --dwfcm-ui-primary: #93c5fd;
  }
  .dwfcm-summary,
  .dwfcm-results-shell,
  .dwfcm-list-item,
  .dwfcm-source-notice,
  .dwfcm-list-panel,
  .dwfcm-results-toggle,
  .dwfcm-filter,
  .dwfcm-search {
    background: var(--dwfcm-ui-bg);
    color: var(--dwfcm-ui-text);
    border-color: var(--dwfcm-ui-border);
  }
  .dwfcm-results-head {
    background: var(--dwfcm-ui-soft);
  }
}

/* Camera detail pages */
.dwfcm-camera-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 40px);
}

.dwfcm-camera-detail {
  color: var(--dwfcm-text, #102033);
}

.dwfcm-camera-hero,
.dwfcm-camera-map-card,
.dwfcm-camera-facts {
  background: var(--dwfcm-card, #ffffff);
  border: 1px solid var(--dwfcm-border, #d9e2ec);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.08);
}

.dwfcm-camera-hero {
  padding: clamp(20px, 4vw, 34px);
  margin-bottom: 20px;
}

.dwfcm-eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--dwfcm-primary, #1f6feb);
}

.dwfcm-camera-hero h1 {
  margin: 0 0 10px;
  line-height: 1.12;
}

.dwfcm-camera-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.dwfcm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--dwfcm-border, #d9e2ec);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: var(--dwfcm-background, #f7fafc);
}

.dwfcm-button:focus-visible {
  outline: 3px solid var(--dwfcm-primary, #1f6feb);
  outline-offset: 2px;
}

.dwfcm-camera-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 20px;
  align-items: start;
}

.dwfcm-camera-map-card,
.dwfcm-camera-facts {
  padding: 18px;
}

.dwfcm-detail-map {
  border-radius: 14px;
  overflow: hidden;
}

.dwfcm-camera-facts dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0;
}

.dwfcm-camera-facts dt {
  font-weight: 800;
  color: var(--dwfcm-muted-text, #526173);
  font-size: .85rem;
}

.dwfcm-camera-facts dd {
  margin: 0 0 10px;
  word-break: break-word;
}

@media (max-width: 820px) {
  .dwfcm-camera-detail-grid {
    grid-template-columns: 1fr;
  }
  .dwfcm-camera-actions .dwfcm-button {
    width: 100%;
  }
}

/* Camera timeline */
.dwfcm-camera-timeline {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--dwfcm-border, #d9e2ec);
  border-radius: 18px;
  background: var(--dwfcm-card, #ffffff);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.dwfcm-camera-timeline h2 {
  margin-top: 0;
}

.dwfcm-timeline-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
}

.dwfcm-timeline-list::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 2px;
  background: var(--dwfcm-border, #d9e2ec);
}

.dwfcm-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 18px;
}

.dwfcm-timeline-item:last-child {
  padding-bottom: 0;
}

.dwfcm-timeline-marker {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 999px;
  border: 3px solid var(--dwfcm-card, #ffffff);
  background: var(--dwfcm-primary, #1f6feb);
  box-shadow: 0 0 0 1px var(--dwfcm-border, #d9e2ec);
}

.dwfcm-timeline-added .dwfcm-timeline-marker,
.dwfcm-timeline-first_seen .dwfcm-timeline-marker {
  background: #15803d;
}

.dwfcm-timeline-updated .dwfcm-timeline-marker,
.dwfcm-timeline-last_seen .dwfcm-timeline-marker {
  background: #1f6feb;
}

.dwfcm-timeline-removed .dwfcm-timeline-marker {
  background: #b91c1c;
}

.dwfcm-timeline-content {
  padding: 12px 14px;
  border: 1px solid var(--dwfcm-border, #d9e2ec);
  border-radius: 14px;
  background: var(--dwfcm-background, #f7fafc);
}

.dwfcm-timeline-title {
  margin: 0 0 4px;
  font-weight: 800;
}

.dwfcm-timeline-content time {
  display: block;
  margin-bottom: 6px;
  color: var(--dwfcm-muted-text, #526173);
  font-size: .9rem;
}

.dwfcm-timeline-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .dwfcm-camera-timeline {
    padding: 16px;
  }
  .dwfcm-timeline-content {
    padding: 10px 12px;
  }
}


/* v1.0.0-beta.4 mobile/accessibility hardening. */
.dwfcm-export-button,
.dwfcm-card-button,
.dwfcm-map-card,
.dwfcm-bottom-sheet-toggle,
.dwfcm-report-form button,
.dwfcm-report-form input[type=submit] {
  min-height: 44px;
}

.dwfcm-export-button:focus-visible,
.dwfcm-card-button:focus-visible,
.dwfcm-map-card:focus-visible,
.dwfcm-bottom-sheet-toggle:focus-visible,
.dwfcm-report-form input:focus-visible,
.dwfcm-report-form textarea:focus-visible,
.dwfcm-report-form select:focus-visible,
.dwfcm-report-form button:focus-visible {
  outline: 3px solid var(--dwfcm-primary, #1f6feb);
  outline-offset: 2px;
}

.dwfcm-camera-page img,
.dwfcm-report-feed img,
.dwfcm-map-shell img {
  max-width: 100%;
  height: auto;
}
