#mt-polls{box-sizing:border-box;grid-column:1/-1;min-width:0;width:100%;max-width:1240px;margin:0 auto;padding:0;border:0;background:transparent;color:var(--profile-ink);font-size:15px;line-height:1.65;text-align:left;overflow-wrap:anywhere}
#mt-polls *,#mt-poll-dialog *{box-sizing:border-box}
#mt-polls .poll-card{display:block;float:none;width:100%;min-width:0;margin:0 0 18px;padding:clamp(16px,2vw,24px);border:1px solid var(--profile-line);border-radius:14px;background:var(--profile-paper);color:var(--profile-ink);box-shadow:0 3px 12px var(--profile-shadow-card);text-align:left}
#mt-polls h1,#mt-polls h2,#mt-polls h3,#mt-poll-dialog h2{margin:0 0 12px;padding:0;border:0;background:transparent;color:var(--profile-ink)!important;line-height:1.4;text-align:left}
#mt-polls h1{font-size:clamp(24px,3vw,30px)}
#mt-polls h2,#mt-poll-dialog h2{font-size:20px}
.poll-muted{color:var(--profile-muted);font-size:14px}.poll-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.poll-inline{display:inline-block;margin:0}
#mt-polls .poll-actions,#mt-poll-dialog .poll-actions{float:none;clear:both;position:static;width:100%;height:auto;min-height:0;max-height:none;margin:16px 0 0;padding:0;border:0;background:transparent;box-shadow:none}
#mt-polls .poll-card{display:flow-root;clear:both}
#mt-polls .poll-button,#mt-poll-dialog .poll-button,.poll-embed .poll-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 15px;margin:0;border:1px solid var(--profile-accent);border-radius:9px;background:var(--profile-accent)!important;color:var(--profile-button-text)!important;font:inherit;font-weight:700;line-height:1.4;text-decoration:none;text-align:center;cursor:pointer;box-shadow:none;filter:none}
#mt-polls .poll-button:hover,#mt-poll-dialog .poll-button:hover,.poll-embed .poll-button:hover{background:var(--profile-accent-hover)!important;color:var(--profile-button-text)!important;border-color:var(--profile-accent-hover)!important}
#mt-polls .poll-secondary,#mt-poll-dialog .poll-secondary{background:var(--profile-tint)!important;color:var(--profile-accent)!important;border-color:var(--profile-soft-border)}
#mt-polls .poll-secondary:hover,#mt-poll-dialog .poll-secondary:hover{background:var(--profile-soft-hover)!important;color:var(--profile-accent)!important;border-color:var(--profile-soft-hover-border)!important}
#mt-polls :is(a,button,input,textarea,select):focus-visible,#mt-poll-dialog :is(a,button,input):focus-visible{outline:3px solid var(--profile-focus);outline-offset:3px}
.poll-vote-form fieldset{margin:16px 0;padding:0;border:0;min-width:0}.poll-option{display:flex;align-items:flex-start;gap:10px;padding:12px;margin:8px 0;border:1px solid var(--profile-line);border-radius:9px;background:var(--profile-tint);color:var(--profile-ink);cursor:pointer;text-align:left}
.poll-option input[type=radio],.poll-check input[type=checkbox]{flex:0 0 auto;width:20px;height:20px;margin:3px 0;accent-color:var(--profile-accent)}
#mt-polls input[type=radio],#mt-polls input[type=checkbox],#mt-poll-dialog input[type=radio]{appearance:auto!important;box-shadow:none!important;filter:none!important}
.poll-result{margin:16px 0}.poll-result-label{display:flex;justify-content:space-between;gap:16px}.poll-result-label strong{flex-shrink:0}
.poll-result progress{display:block;width:100%;height:12px;margin-top:8px;accent-color:var(--profile-accent);border:0;border-radius:6px;overflow:hidden;background:var(--profile-tint)}
.poll-result progress::-webkit-progress-bar{background:var(--profile-tint)}.poll-result progress::-webkit-progress-value{background:var(--profile-accent)}.poll-result progress::-moz-progress-bar{background:var(--profile-accent)}
.poll-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0}.poll-admin-form label{display:block;font-weight:700}
.poll-admin-form :is(input:not([type=checkbox]):not([type=hidden]),select,textarea){display:block;width:100%;max-width:100%;margin:6px 0 12px;padding:10px;border:1px solid var(--profile-line);border-radius:8px;background:var(--profile-paper);color:var(--profile-ink);font:inherit;box-shadow:none;filter:none}
.poll-admin-form textarea{resize:vertical}.poll-admin-form .poll-check{display:flex;align-items:flex-start;gap:10px;margin:14px 0}.poll-edit-option{padding:12px;margin:12px 0;border:1px solid var(--profile-line);border-radius:9px}
.poll-note{padding:12px;border-radius:9px;background:var(--profile-tint);color:var(--profile-ink)}
#mt-poll-dialog{width:640px;max-width:calc(100% - 24px);max-height:85vh;overflow:auto;padding:24px;border:1px solid var(--profile-line);border-radius:14px;background:var(--profile-paper);color:var(--profile-ink);text-align:left;box-shadow:0 12px 36px var(--profile-shadow-sticky)}
#mt-poll-dialog::backdrop{background:#0007}.poll-embed{padding:14px;border:1px solid var(--profile-line);border-radius:12px;background:var(--profile-paper);color:var(--profile-ink);text-align:left}
@media(max-width:760px){#mt-polls .poll-card{padding:16px 0;border-left:0;border-right:0;border-radius:0;box-shadow:none}.poll-fields{grid-template-columns:1fr}.poll-result-label{display:block}.poll-result-label strong{display:block}#mt-poll-dialog{padding:16px}}
