.poll-widget{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:30px;padding:20px;box-shadow:0 4px 6px #0000000d}.poll-widget h3{color:var(--primary);border-bottom:2px solid var(--primary);margin-top:0;margin-bottom:10px;padding-bottom:5px;font-size:1.2rem;display:inline-block}.poll-question{margin-bottom:15px;font-size:1.1rem;font-weight:700}.poll-options{flex-direction:column;gap:10px;display:flex}.poll-btn{border:1px solid var(--border);text-align:right;cursor:pointer;width:100%;color:var(--text);background:0 0;border-radius:6px;padding:12px;font-family:inherit;font-size:1rem;transition:all .2s}.poll-btn:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.poll-btn:disabled{opacity:.7;cursor:not-allowed}.poll-result-header{justify-content:space-between;margin-bottom:5px;font-size:.95rem;display:flex}.poll-progress-bar{background:var(--border);border-radius:4px;width:100%;height:8px;overflow:hidden}.poll-progress-fill{background:var(--primary);height:100%;transition:width .5s ease-out}.poll-option.voted .poll-progress-fill{background:var(--accent,#10b981)}.poll-option.voted .poll-result-header{font-weight:700}.poll-footer{color:#666;text-align:center;margin-top:15px;font-size:.85rem}.poll-error{color:#ef4444;margin-bottom:10px;font-size:.9rem}
