/* Perfil */
.epm-form { max-width: 800px; margin: 10px 0; }
.epm-field { position: relative; margin-bottom: 12px; }
.epm-field input { width: 100%; padding: 12px 14px; border: 1px solid #e5e5e5; background: #fff; font-size: 14px; }
.epm-inline-link { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 13px; text-decoration: underline; }
.epm-button { display:inline-block; padding: 12px 18px; background:#000; color:#fff; border:0; cursor:pointer; font-weight:700; letter-spacing:.5px; }
.epm-outline { background:#fff; color:#000; border:2px solid #000; margin-top: 10px; }
.epm-danger { background:transparent; color:#B00000; border:2px solid #B00000; margin-top: 12px; }
.epm-actions { margin-top: 8px; }
.epm-confirm { display:flex; align-items:center; gap:8px; font-size:13px; margin: 12px 0; }
.epm-msg { padding:10px; margin-bottom:10px; border-radius:4px; font-size:14px; }
.epm-success { background:#eaffea; border:1px solid #b5ffb5; color:#006600; }
.epm-error { background:#ffeaea; border:1px solid #ffb5b5; color:#a40000; }
.epm-warning { background:#fff7e5; border:1px solid #ffe3a6; color:#6b4e00; }

/* Comentários do usuário */
.epm-comment-list { display: grid; gap: 12px; }
.epm-comment-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; padding: 12px; border: 1px solid #3a3a3a; background: #1c1c1c; color:#e9e9e9; border-radius: 12px; align-items: start; box-shadow: 0 0 18px rgba(0,150,255,.15) inset; }
.epm-comment-card img.avatar { border-radius: 50%; width: 40px; height: 40px; }
.epm-comment-title { font-weight: 700; opacity: 0.9; margin-bottom: 4px; }
.epm-comment-title a { color: inherit; text-decoration: none; }
.epm-comment-excerpt { font-size: 14px; opacity: 0.95; }
.epm-comment-actions { display:flex; align-items:flex-start; }
.epm-trash { background: transparent; border: 0; cursor: pointer; font-size: 18px; opacity: .8; }
.epm-trash:hover { opacity: 1; }
.epm-pagination { margin-top: 8px; display:flex; gap:6px; }
.epm-pagination a { padding: 6px 10px; border:1px solid #cfcfcf; text-decoration:none; color:#e9e9e9; }
.epm-pagination a.current { background:#cfcfcf; color:#111; }

/* Avatar picker */
.epm-avatar-picker { max-width: 1240px; margin: 10px auto; }
.epm-avatar-grid { display:flex; flex-wrap:wrap; gap:16px; }
.epm-avatar-item { position:relative; width:150px; height:150px; border-radius:50%; overflow:hidden; cursor:pointer; display:inline-block; }
.epm-avatar-item img { width:100%; height:100%; object-fit:cover; border-radius:50%; box-shadow: 0 0 14px rgba(0,150,255,.35); }
.epm-avatar-item input[type="radio"] { position:absolute; inset:0; opacity:0; }
.epm-avatar-item input[type="radio"]:checked + img { outline: 3px solid #38bdf8; box-shadow: 0 0 20px rgba(56,189,248,.7); border: 3px solid #38bdf8; }

/* EPM Polls */
.epm-poll-question{font-weight:700;margin-bottom:6px}
.epm-poll-link a{color:#f5d000;font-weight:700;text-decoration:none}
.epm-user-comment{opacity:.85;font-size:14px;margin-top:4px}


/* Poll results */
.epm-poll-result .epm-poll-bars{ display:flex; flex-direction:column; gap:10px; }
.epm-poll-row-head{ display:flex; justify-content:space-between; font-weight:600; margin-bottom:4px; }
.epm-bar-wrap{ background:#2a2a2a; border-radius:999px; overflow:hidden; }
.epm-bar{ display:block; height:100%; background:#22d3ee; } /* cor default da barra */
.epm-choice-meta{ opacity:.85; font-weight:500; }
