.floating-poll{--floating-poll-width: min(380px, calc(100vw - 32px) );position:fixed;top:50%;right:24px;z-index:70;display:flex;align-items:center;transform:translateY(-50%);font-family:inherit}.floating-poll__tab{display:none;min-height:46px;padding:0 16px;border:0;border-radius:999px;background:var(--ink);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 8px #1f1d2833}.floating-poll__tab-dot{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--pink)}.floating-poll__panel{width:var(--floating-poll-width);max-height:min(680px,calc(100vh - 40px));overflow:auto;overscroll-behavior:contain;padding:22px;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 12px 32px #4a395c33;scrollbar-width:thin;scrollbar-color:#d9cfe0 transparent}.floating-poll.is-collapsed .floating-poll__panel{display:none}.floating-poll.is-collapsed .floating-poll__tab{display:inline-flex;align-items:center}.floating-poll__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.floating-poll__label{display:inline-flex;align-items:center;gap:7px;color:var(--pink-deep);font-size:13px;font-weight:800}.floating-poll__label:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pink)}.floating-poll__close{display:inline-grid;place-items:center;width:40px;height:40px;margin:-9px -9px -9px 0;border:0;border-radius:50%;background:transparent;color:var(--muted);font:inherit;font-size:24px;line-height:1;cursor:pointer}.floating-poll__close:hover{background:var(--pink-mist);color:var(--ink)}.floating-poll h2{margin:14px 0 0;font-size:22px;line-height:1.35;letter-spacing:-.02em;text-wrap:balance}.floating-poll__hint{margin-top:7px;color:var(--ink-soft);font-size:14px;line-height:1.55}.floating-poll__options{display:flex;flex-direction:column;gap:7px;margin-top:17px}.floating-poll__option{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:42px;overflow:hidden;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);font:inherit;font-size:14px;font-weight:650;text-align:left;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.floating-poll__option:hover:not(:disabled){border-color:var(--pink);color:var(--pink-deep);background:var(--pink-mist)}.floating-poll__option:disabled{cursor:default}.floating-poll__option.is-mine{border-color:var(--pink);color:var(--pink-deep)}.floating-poll__bar{position:absolute;inset:0 auto 0 0;z-index:-1;width:0;background:#fff0f5;transition:width .55s cubic-bezier(.22,1,.36,1)}.floating-poll__option.is-mine .floating-poll__bar{background:#ffd9e5}.floating-poll__pct{flex:none;color:var(--pink-deep);font-size:13px;font-weight:800}.floating-poll__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:22px;margin-top:14px;color:var(--muted);font-size:12px;line-height:1.45}.floating-poll__status{margin:0}.floating-poll__link{flex:none;color:var(--pink-deep);font-weight:750}.floating-poll__link:hover{text-decoration:underline;text-underline-offset:3px}.floating-poll__error{margin-top:10px;color:#b4233b;font-size:13px;font-weight:650}.floating-poll button:focus-visible,.floating-poll a:focus-visible{outline:3px solid rgba(91,180,232,.55);outline-offset:3px}@media (max-width: 760px){.floating-poll{top:auto;right:16px;bottom:max(16px,env(safe-area-inset-bottom));left:16px;display:block;transform:none}.floating-poll__panel{width:100%;max-height:min(72dvh,620px);margin-left:auto;padding:20px}.floating-poll.is-collapsed .floating-poll__tab{display:flex;width:max-content;margin-left:auto}}@media (prefers-reduced-motion: reduce){.floating-poll__option,.floating-poll__bar{transition:none}}
