.pm-poll,.pm-polls-admin{box-sizing:border-box;color:var(--wh,#243047);font:inherit;min-width:0;overflow-wrap:anywhere}
.pm-poll *,.pm-polls-admin *{box-sizing:border-box}
.pm-poll [hidden],.pm-polls-admin [hidden],.pm-poll[hidden]{display:none!important}
.pm-poll{background:var(--bg1,#fff);border:1px solid var(--ln2,#d7dfeb);border-radius:18px;overflow:hidden;width:100%;margin:0 0 18px}
.pm-poll-heading{display:flex;align-items:center;gap:9px;padding:16px;border-bottom:1px solid var(--ln,#e3e8f0);font-weight:700}
.pm-poll-heading svg{width:18px;height:18px;flex:none;color:var(--bl2,#1465b4)}
.pm-poll-body{padding:16px}
.pm-poll h3{font-family:inherit;font-weight:700;font-size:17px;line-height:1.4;margin:0 0 8px;color:inherit}
.pm-poll small,.pm-poll-note{color:var(--mid,#536580);font-size:12px;line-height:1.5}
.pm-poll-note{margin:8px 0 14px}
.pm-poll-options{border:0;padding:0;margin:14px 0;min-width:0;display:grid;gap:9px}
.pm-poll-choice{display:flex;align-items:flex-start;gap:9px;border:1px solid var(--ln2,#d7dfeb);background:var(--bg2,#f3f6fc);border-radius:11px;padding:11px;cursor:pointer;margin:0;color:inherit;font-weight:500;line-height:1.4}
.pm-poll-choice:has(input:checked){border-color:var(--bl2,#1465b4);box-shadow:inset 0 0 0 1px var(--bl2,#1465b4)}
.pm-poll-choice input[type=radio]{appearance:auto;-webkit-appearance:radio;opacity:1;position:static;width:16px;height:16px;flex:none;margin:3px 0;accent-color:var(--bl2,#1465b4)}
.pm-poll-choice span{min-width:0;flex:1}
.pm-poll img.pm-poll-option-image{display:block;width:auto;height:auto;max-width:100%;max-height:280px;min-width:0;min-height:0;object-fit:contain;object-position:center;border-radius:0;margin:0 auto 10px;background:transparent}
.pm-poll .pm-button,.pm-polls-admin .pm-button{font:inherit;font-size:13px;font-weight:700;line-height:1.4;padding:10px 13px;border:1px solid var(--bl2,#1465b4);border-radius:9px;background:var(--bl2,#1465b4);color:var(--bg0,#fff);cursor:pointer;text-align:center;white-space:normal;min-height:40px}
.pm-poll .pm-secondary,.pm-polls-admin .pm-secondary{background:var(--bg2,#f3f6fc);color:var(--bl2,#1465b4);border-color:var(--ln2,#c8d3e3)}
.pm-poll button:disabled,.pm-polls-admin button:disabled{opacity:.5;cursor:default}
.pm-poll button:focus-visible,.pm-poll input:focus-visible,.pm-poll a:focus-visible,.pm-polls-admin :is(button,input,textarea,select,a):focus-visible{outline:2px solid var(--bl2,#1465b4);outline-offset:3px}
.pm-poll-actions,.pm-polls-toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:14px 0}
.pm-poll-actions>*{flex:1}
.pm-poll-body>.pm-button{display:block;width:100%;margin:12px 0 0}
.pm-poll-body>.pm-poll-participants:empty{display:none}
.pm-poll-result{margin:15px 0;line-height:1.4}
.pm-poll-result-title{display:flex;justify-content:space-between;gap:10px;font-size:13px;margin-bottom:7px;align-items:baseline}
.pm-poll-result-title strong{flex:none;color:var(--bl2,#1465b4)}
.pm-poll-meter{height:8px;border-radius:8px;background:var(--bg3,#e7edf8);overflow:hidden;margin-bottom:5px}
.pm-poll-meter>span{display:block;height:100%;background:var(--bl2,#1465b4);border-radius:inherit;transition:width .3s ease}
.pm-poll-counts{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--ln2,#d7dfeb);padding-top:13px;margin:14px 0}
.pm-poll-counts>span{background:var(--bg2,#f3f6fc);padding:10px;border:1px solid var(--ln2,#d7dfeb);border-radius:9px;font-size:12px;color:var(--mid,#536580)}
.pm-poll-counts b{display:block;color:var(--wh,#243047);font-size:19px}
.pm-poll-participants{display:grid;gap:7px;margin:10px 0;max-height:290px;overflow:auto}
.pm-poll-person{display:flex;gap:9px;align-items:center;padding:8px;border-radius:9px;border:1px solid var(--ln2,#d7dfeb);background:var(--bg2,#f3f6fc);text-decoration:none;color:var(--bl2,#1465b4);font-weight:600;font-size:12px}
.pm-poll-person:hover{text-decoration:underline}
.pm-poll-person-details{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.pm-poll-person-name{font-weight:700}
.pm-poll-person-answer{color:var(--mid,#536580);font-size:12px;font-weight:400;line-height:1.4;overflow-wrap:anywhere}
.pm-poll-person img,.pm-poll-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none}
.pm-poll-avatar{display:grid;place-items:center;background:var(--bg3,#e7edf8);color:var(--mid,#536580)}
.pm-poll-error{color:var(--rd,#bf263b);font-size:13px;margin:9px 0}
.pm-polls-admin{--bg0:#fff;--bg1:#fff;--bg2:#f5f7fb;--bg3:#e8eef6;--wh:#243047;--mid:#536580;--ln2:#ccd6e5;--bl2:#1765b4;--rd:#b32738;background:var(--bg1);padding:20px;border-radius:12px}
.pm-polls-admin h2,.pm-polls-admin h3{margin:0 0 12px;color:inherit}
.pm-polls-admin .pm-polls-toolbar h2{margin:0;flex:1}
.pm-polls-admin p{line-height:1.5}
.pm-admin-editor,.pm-admin-row{padding:18px;border:1px solid var(--ln2);border-radius:12px;margin:15px 0;background:var(--bg1)}
.pm-polls-admin label{display:block;font-weight:600;margin-bottom:12px}
.pm-polls-admin input[type=text],.pm-polls-admin textarea,.pm-polls-admin select{display:block;width:100%;border:1px solid var(--ln2);border-radius:8px;color:var(--wh);background:var(--bg2);padding:10px;margin-top:6px;font:inherit}
.pm-polls-admin input[type=file]{max-width:100%;font:inherit;font-size:12px}
.pm-polls-admin :disabled{cursor:default}
.pm-admin-option{border:1px solid var(--ln2);border-radius:10px;background:var(--bg2);padding:13px;margin:10px 0}
.pm-admin-option img{max-width:180px;max-height:110px;display:block;object-fit:contain;margin:10px 0}
.pm-admin-row h3{font-size:16px;line-height:1.5}
.pm-poll-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){.pm-poll-meter>span{transition:none}}
@media(max-width:420px){.pm-poll-body{padding:13px}.pm-polls-admin{padding:12px}.pm-admin-editor{padding:12px}}
