:root{--acipg:#00964f;--acipg-dark:#08713f;--soft:#f4f7f5}
body{background:#f6f8f7;color:#25332c}
.brand-logo{height:42px;width:auto}
.hero{background:linear-gradient(135deg,#fff 0%,#eef7f2 100%);border:1px solid #e0ece5;border-radius:18px;padding:28px}
.card-poll{border:0;border-radius:16px;box-shadow:0 8px 28px rgba(24,70,48,.08);transition:.15s ease}
.card-poll:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(24,70,48,.12)}
.badge-acipg{background:var(--acipg);color:#fff}
.btn-success{background-color:var(--acipg);border-color:var(--acipg)}
.btn-success:hover{background-color:var(--acipg-dark);border-color:var(--acipg-dark)}
.result-bar{height:30px;border-radius:8px;background:#e8efeb;overflow:hidden;position:relative}
.result-fill{height:100%;background:#7bc89e;min-width:0}
.result-fill.winner{background:var(--acipg)}
.result-label{position:absolute;left:10px;top:4px;font-size:.9rem;font-weight:600;color:#173526}
.attachment-thumb{height:130px;object-fit:cover;border-radius:10px;width:100%}
.question-block{border:1px solid #e3ebe6;border-radius:12px;padding:18px;background:#fff;margin-bottom:16px}
.admin-kpi{border-radius:14px;border:0;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.public-comment{background:#fff;border-left:4px solid #c4ded0;border-radius:8px;padding:12px 14px;margin-bottom:10px}
@media(max-width:576px){.hero{padding:20px}.brand-logo{height:34px}}

.header-lock {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #198754;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  background: #fff;
  transition: .15s ease-in-out;
}
.header-lock:hover,
.header-lock:focus {
  color: #146c43;
  border-color: #198754;
  background: #f7fbf8;
  text-decoration: none;
}
.login-lock {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #198754;
  background: #f2f8f4;
  border: 1px solid #dcebe1;
}

/* Usuários v1.6 */
.user-card-icon{width:42px;height:42px;border-radius:12px;background:#eef7f2;color:var(--acipg);display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:700;flex:0 0 42px}
.user-search-wrap{width:300px;max-width:100%}
#usersTable td,#usersTable th{vertical-align:middle}
@media(max-width:767.98px){.user-search-wrap{width:100%}}
