.pb-post-poll{position:relative;margin:14px 0 2px;padding:15px;border:1px solid rgba(125,255,55,.18);border-radius:20px;background:linear-gradient(145deg,rgba(17,27,24,.96),rgba(10,14,20,.98));box-shadow:0 0 0 1px rgba(255,255,255,.025) inset;overflow:hidden}
.pb-post-poll::after{content:"";position:absolute;width:150px;height:150px;right:-75px;top:-85px;border-radius:50%;background:rgba(125,255,55,.08);filter:blur(2px);pointer-events:none}
.pb-post-poll-kicker{position:relative;z-index:1;display:flex;align-items:center;gap:7px;color:#8cff57;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.pb-post-poll-kicker-icon{width:16px;height:16px;background:currentColor;-webkit-mask:url('/files/icons/chart-no-axes-column-increasing.svg') center/contain no-repeat;mask:url('/files/icons/chart-no-axes-column-increasing.svg') center/contain no-repeat}
.pb-post-poll-question{position:relative;z-index:1;margin:7px 0 12px;color:#f5f8fb;font-size:17px;line-height:1.3;font-weight:950;overflow-wrap:anywhere}
.pb-post-poll-options{position:relative;z-index:1;display:grid;gap:8px}
.pb-post-poll-option{position:relative;isolation:isolate;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.035);color:#edf2f7;text-align:left;font-family:inherit;cursor:pointer;overflow:hidden;transition:transform .14s,border-color .14s,background .14s}
.pb-post-poll-option:active{transform:scale(.985)}
.pb-post-poll-option.is-loading{pointer-events:none;opacity:.65}
.pb-post-poll-option.is-selected{border-color:rgba(125,255,55,.48);background:rgba(125,255,55,.085)}
.pb-post-poll-bar{position:absolute;z-index:-1;inset:0 auto 0 0;width:var(--poll-percent,0%);background:linear-gradient(90deg,rgba(94,255,61,.18),rgba(166,255,37,.07));transition:width .38s cubic-bezier(.2,.8,.2,1)}
.pb-post-poll-radio{width:18px;height:18px;border:2px solid rgba(216,224,235,.45);border-radius:50%;box-shadow:0 0 0 3px rgba(0,0,0,.15) inset}
.pb-post-poll-option.is-selected .pb-post-poll-radio{border-color:#82ff47;background:#82ff47;box-shadow:0 0 0 4px #102017 inset,0 0 13px rgba(125,255,55,.3)}
.pb-post-poll-option-text{min-width:0;font-size:13px;line-height:1.3;font-weight:850;overflow-wrap:anywhere}
.pb-post-poll-percent{font-size:12px;font-weight:950;color:#9ba5b6}.pb-post-poll-option.is-selected .pb-post-poll-percent{color:#a9ff7d}
.pb-post-poll-foot{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;margin-top:10px;color:#778194;font-size:10px;font-weight:800}
@media(max-width:480px){.pb-post-poll{margin-top:12px;padding:13px;border-radius:18px}.pb-post-poll-question{font-size:16px}.pb-post-poll-option{min-height:46px;padding:9px 10px}.pb-post-poll-foot{font-size:9.5px}}
