.poll{--poll-accent:#2563eb;border:1px solid #e5e7eb;border-radius:16px;padding:20px 22px;margin:22px 0;background:#fff;font-family:inherit}.poll--compact{margin:18px 0;padding:16px 18px}.poll__q{font-size:18px;font-weight:800;color:#111827;line-height:1.35;margin-bottom:6px}.poll--compact .poll__q{font-size:16px}.poll__desc{font-size:14px;color:#6b7280;margin-bottom:14px;line-height:1.5}.poll__q+.poll__form,.poll__q+.poll__options,.poll__q+.poll__results{margin-top:14px}.poll__options{display:flex;flex-direction:column;gap:9px}.poll__opt{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:11px;cursor:pointer;transition:border-color .12s,background .12s;user-select:none}.poll__opt:hover{border-color:#c7d2fe;background:#f8faff}.poll__opt input{position:absolute;opacity:0;width:0;height:0}.poll__opt-mark{flex-shrink:0;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;position:relative;transition:border-color .12s}.poll__opt input[type=checkbox]+.poll__opt-mark{border-radius:6px}.poll__opt input:checked+.poll__opt-mark{border-color:var(--poll-accent)}.poll__opt input:checked+.poll__opt-mark::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--poll-accent)}.poll__opt input[type=checkbox]:checked+.poll__opt-mark::after{border-radius:3px;inset:3px}.poll__opt:has(input:checked){border-color:var(--poll-accent);background:#eff6ff}.poll__opt-label{font-size:15px;color:#1f2937;font-weight:500}.poll__opt--disabled{opacity:.65;cursor:default}.poll__actions{display:flex;align-items:center;gap:14px;margin-top:14px;flex-wrap:wrap}.poll__btn{background:var(--poll-accent);color:#fff;border:none;padding:11px 26px;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:opacity .12s}.poll__btn:hover{opacity:.9}.poll__btn:disabled{opacity:.55;cursor:default}.poll__meta{font-size:13px;color:#9ca3af}.poll__error{color:#b91c1c;font-size:14px;margin-top:10px;font-weight:600}.poll__results{display:flex;flex-direction:column;gap:13px}.poll__result-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:5px}.poll__result-label{font-size:14px;color:#1f2937;font-weight:600}.poll__you{display:inline-block;margin-left:6px;font-size:11px;font-weight:700;color:var(--poll-accent);background:#eff6ff;border:1px solid #c7d2fe;border-radius:999px;padding:1px 8px;vertical-align:middle}.poll__result-pct{font-size:15px;font-weight:800;color:#111827;flex-shrink:0}.poll__bar{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden}.poll__bar-fill{height:100%;background:linear-gradient(90deg,#60a5fa,var(--poll-accent));border-radius:999px;transition:width .5s}.poll__result.is-picked .poll__bar-fill{background:linear-gradient(90deg,#34d399,#059669)}.poll__result-count{font-size:12px;color:#9ca3af;margin-top:4px}.poll__total{font-size:13px;color:#6b7280;margin-top:4px;padding-top:10px;border-top:1px solid #f1f5f9;font-weight:600}.poll__lock{margin-top:12px;font-size:14px;color:#6b7280}.poll__lock a{color:var(--poll-accent);font-weight:700}.poll__thanks{margin-top:12px;font-size:15px;color:#059669;font-weight:700}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .poll{background:#111827;border-color:#374151}html:not([data-theme=light]) .poll__q{color:#f3f4f6}html:not([data-theme=light]) .poll__desc,html:not([data-theme=light]) .poll__lock,html:not([data-theme=light]) .poll__meta,html:not([data-theme=light]) .poll__result-count,html:not([data-theme=light]) .poll__total{color:#9ca3af}html:not([data-theme=light]) .poll__opt{border-color:#374151}html:not([data-theme=light]) .poll__opt:hover{background:#1e293b;border-color:#3b82f6}html:not([data-theme=light]) .poll__opt:has(input:checked){background:#1e293b}html:not([data-theme=light]) .poll__opt-label,html:not([data-theme=light]) .poll__result-label{color:#e5e7eb}html:not([data-theme=light]) .poll__result-pct{color:#f3f4f6}html:not([data-theme=light]) .poll__bar{background:#1f2937}html:not([data-theme=light]) .poll__total{border-color:#1f2937}}html[data-theme=dark] .poll{background:#111827;border-color:#374151}html[data-theme=dark] .poll__q{color:#f3f4f6}html[data-theme=dark] .poll__desc,html[data-theme=dark] .poll__lock,html[data-theme=dark] .poll__meta,html[data-theme=dark] .poll__result-count,html[data-theme=dark] .poll__total{color:#9ca3af}html[data-theme=dark] .poll__opt{border-color:#374151}html[data-theme=dark] .poll__opt:hover{background:#1e293b;border-color:#3b82f6}html[data-theme=dark] .poll__opt:has(input:checked){background:#1e293b}html[data-theme=dark] .poll__opt-label,html[data-theme=dark] .poll__result-label{color:#e5e7eb}html[data-theme=dark] .poll__result-pct{color:#f3f4f6}html[data-theme=dark] .poll__bar{background:#1f2937}html[data-theme=dark] .poll__total{border-color:#1f2937}