/* The imagegen artwork is the slide. These elements are live results only. */
.generic-poll-canvas{position:absolute;inset:0;overflow:hidden;background:#072e25 var(--poll-bg) center/cover no-repeat;color:#f8fff9}
.generic-poll-results{position:absolute;z-index:2;left:15%;right:15%;top:31%;bottom:23%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:1.1cqw}
.generic-poll-choice{min-height:0;display:flex;flex-direction:column;justify-content:center;padding:1.35cqw 1.55cqw;border:1px solid #bdf4d878;border-radius:1cqw;background:#063327e9;box-shadow:0 .75cqw 2.5cqw #001a1370,inset 0 1px #ffffff22;backdrop-filter:blur(8px)}
.generic-poll-choice-heading{display:flex;align-items:baseline;gap:.7cqw;min-width:0}
.generic-poll-index{color:#9ee8bc;font-size:.85cqw;font-weight:900;letter-spacing:.1em;flex:none}
.generic-poll-choice-heading strong{font-family:Manrope,sans-serif;font-size:1.65cqw;line-height:1.15;letter-spacing:-.035em;overflow-wrap:anywhere}
.generic-poll-percent{font-family:Manrope,sans-serif;font-size:1.65cqw;font-weight:800;color:#d7ffde;margin-left:auto;flex:none}
.generic-poll-track{height:.88cqw;width:100%;margin-top:.95cqw;border:1px solid #b3edc647;border-radius:999px;overflow:hidden;background:#b9ebcc21;flex:none}
.generic-poll-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#32bb7b,#b5ef9c);box-shadow:0 0 1.6cqw #69de9c77;transition:width .65s cubic-bezier(.25,.8,.25,1)}
.generic-poll-choice:nth-child(2) .generic-poll-fill{background:linear-gradient(90deg,#46c6a4,#b8e9c7)}
.generic-poll-choice:nth-child(3) .generic-poll-fill{background:linear-gradient(90deg,#8acb72,#ecdd86)}
.generic-poll-choice:nth-child(4) .generic-poll-fill{background:linear-gradient(90deg,#41b4a8,#9bdbd5)}
.generic-poll-choice:nth-child(5) .generic-poll-fill{background:linear-gradient(90deg,#b8be66,#eed38a)}
.generic-poll-count{margin-top:.5cqw;color:#b4d9c0;font-size:.72cqw;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.generic-poll-results[style*='--choice-count:2']{left:19%;right:19%;top:42%;bottom:38%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;gap:1.2cqw}
.generic-poll-results[style*='--choice-count:2'] .generic-poll-choice-heading strong{font-size:2.25cqw}
.generic-poll-results[style*='--choice-count:2'] .generic-poll-track{height:1.2cqw;margin-top:1.6cqw}
.generic-poll-results[style*='--choice-count:6']{top:27%;bottom:18%;grid-template-rows:repeat(3,minmax(0,1fr));gap:.8cqw}
.generic-poll-results[style*='--choice-count:6'] .generic-poll-choice{padding:.7cqw 1.1cqw}
.generic-poll-results[style*='--choice-count:6'] .generic-poll-choice-heading strong{font-size:1.3cqw}
.generic-poll-results[style*='--choice-count:6'] .generic-poll-track{height:.65cqw;margin-top:.4cqw}
.generic-poll-results[style*='--choice-count:6'] .generic-poll-count{font-size:.62cqw;margin-top:.24cqw}
.generic-poll-results.has-output-prompt{left:5%;right:51%;top:27%;bottom:15%;grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:.65cqw}
.generic-poll-results.has-output-prompt .generic-poll-choice{padding:.65cqw 1cqw}
.generic-poll-results.has-output-prompt .generic-poll-choice-heading strong{font-size:1.35cqw}
.generic-poll-results.has-output-prompt .generic-poll-track{height:.65cqw;margin-top:.35cqw}
.generic-poll-results.has-output-prompt .generic-poll-count{font-size:.62cqw;margin-top:.2cqw}
.output-prompt-panel{position:absolute;z-index:2;right:5%;top:27%;bottom:15%;width:43%;display:flex;flex-direction:column;gap:.55cqw;padding:1.15cqw;border:1px solid #bbefd083;border-radius:1cqw;background:linear-gradient(150deg,#edfff2f7,#d7f8e5f2);box-shadow:0 1cqw 3cqw #001a1680;color:#0b3b29;min-height:0}
.output-prompt-eyebrow{color:#177b4e;font-size:.7cqw;font-weight:900;letter-spacing:.15em}
.output-prompt-panel h2{font-family:Manrope,sans-serif;font-size:1.65cqw;letter-spacing:-.05em;line-height:1.08;margin:0}
.output-prompt-panel p{font-size:.82cqw;line-height:1.3;margin:0;color:#3b6650}
.output-prompt-panel textarea{width:100%;min-height:0;flex:1;resize:none;border:1px solid #b9dbc4;border-radius:.6cqw;background:#fbfffc;padding:.7cqw;color:#173b29;font:500 .72cqw/1.4 'DM Sans',sans-serif;white-space:pre-wrap}
.output-prompt-panel textarea:focus{outline:2px solid #3aba7a}
.output-prompt-copy{align-self:flex-start;display:flex;align-items:center;gap:.7cqw;border:0;border-radius:.5cqw;background:#0c7446;color:#fff;padding:.6cqw .9cqw;font-size:.8cqw;font-weight:800}
.output-prompt-copy:hover{background:#09935a}
.output-prompt-copy-status{color:#245b3d;font-size:.68cqw;min-height:1em;font-weight:700}
.vote-option-detail{display:block;margin-top:3px;color:#5e806c;font-size:12px;font-weight:500;line-height:1.25}
