/* Estilos v5 - lightbox e painel com exclusão */
.demanda-form-card, .demandas-panel-root, .d-list-standalone {
  max-width: 920px;
  margin: 18px auto;
  padding: 18px;
  background: linear-gradient(180deg,#fff,#fbfbff);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(12,22,50,0.06);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.btn-primary { background:#0b74de; color:#fff; padding:12px 16px; border-radius:10px; border:none; font-weight:600; cursor:pointer; }
.btn-large { display:inline-block; background:#111827; color:#fff; padding:12px 20px; border-radius:12px; text-decoration:none; margin-left:10px; font-weight:700; box-shadow:0 6px 18px rgba(16,24,40,0.12); }

.card-demanda { border-radius:10px; padding:12px; background:#fff; margin-bottom:12px; box-shadow:0 4px 12px rgba(12,22,50,0.03); border:1px solid #eef2ff; display:flex; gap:12px; align-items:flex-start; }
.card-demanda .meta { font-size:13px; color:#555; }
.card-demanda img { max-width:120px; border-radius:6px; cursor:pointer; }
.card-demanda video { max-width:160px; border-radius:6px; cursor:pointer; }

.badge { padding:6px 10px; border-radius:999px; font-weight:700; font-size:12px; color:#fff; }
.badge.nao_resolvido { background: #e11d48; } /* vermelho */
.badge.em_andamento { background: #f59e0b; } /* laranja */
.badge.concluido { background: #10b981; } /* verde */

.status-btn { padding:8px 10px; border-radius:8px; border:none; cursor:pointer; margin-right:6px; }
.status-btn[data-status="nao_resolvido"] { background:#fee2e2; color:#991b1b; }
.status-btn[data-status="em_andamento"] { background:#fff7ed; color:#92400e; }
.status-btn[data-status="concluido"] { background:#ecfdf5; color:#065f46; }

.delete-btn { background:#ef4444; color:#fff; padding:8px 10px; border-radius:8px; border:none; cursor:pointer; margin-left:8px; }

/* lightbox */
.d-lightbox { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; z-index:99999; }
.d-lightbox-backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.85); }
.d-lightbox-content { position:relative; max-width:95%; max-height:95%; z-index:100000; display:flex; align-items:center; justify-content:center; }
.d-lightbox-content img, .d-lightbox-content video { max-width:100%; max-height:100%; border-radius:8px; box-shadow:0 6px 30px rgba(0,0,0,0.5); }
.d-lightbox-close { position:absolute; top:-30px; right:-30px; background:transparent; color:#fff; border:0; font-size:34px; cursor:pointer; }

/* responsive */
@media (max-width:760px) {
  .actions { flex-direction:column; align-items:stretch; }
  .btn-large { width:100%; text-align:center; margin-left:0; }
  .d-lightbox-close { top:10px; right:10px; font-size:28px; color:#fff; }
}
