#psl-poll-root,#psl-poll-root *{box-sizing:border-box}.psl-poll-card{position:fixed;z-index:2147483000;right:20px;bottom:20px;width:360px;max-width:calc(100vw - 24px);background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 50px rgba(13,27,42,.28),0 2px 8px rgba(13,27,42,.12);font-family:'IBM Plex Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;overflow:hidden;transform:translateY(16px);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s ease}.psl-poll-card.psl-show{transform:translateY(0);opacity:1}.psl-poll-overlay{position:fixed;inset:0;z-index:2147482999;background:rgba(13,27,42,.55);opacity:0;transition:opacity .3s ease}.psl-poll-overlay.psl-show{opacity:1}.psl-poll-card.psl-center{right:auto;bottom:auto;left:50%;top:50%;width:420px;max-width:calc(100vw - 32px);transform:translate(-50%,calc(-50% + 14px))}.psl-poll-card.psl-center.psl-show{transform:translate(-50%,-50%)}.psl-poll-card.psl-anchor{right:auto;top:auto;bottom:0;left:50%;width:520px;max-width:100vw;border-radius:14px 14px 0 0;box-shadow:0 -12px 40px rgba(13,27,42,.22),0 -2px 8px rgba(13,27,42,.12);transform:translate(-50%,18px)}.psl-poll-card.psl-anchor.psl-show{transform:translate(-50%,0)}.psl-poll-head{background:#0d1b2a;color:#fff;padding:16px 44px 14px 18px;position:relative}.psl-poll-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#fff;font-weight:600;margin:0 0 4px}.psl-poll-title{font-family:'Fraunces',Georgia,'Times New Roman',serif;font-weight:700;font-size:16px;line-height:1.3;margin:0}.psl-poll-sub{font-size:12.5px;line-height:1.45;color:#fff;margin:7px 0 0}.psl-poll-x{position:absolute;top:10px;right:10px;width:26px;height:26px;border:0;border-radius:7px;background:rgba(255,255,255,.1);color:#fff;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.psl-poll-x:hover{background:rgba(255,255,255,.2)}.psl-poll-body{padding:12px 14px 14px}.psl-poll-opt{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:0 0 7px;border:1px solid #e2e8f0;border-radius:9px;font-size:13.5px;line-height:1.3;cursor:pointer;transition:border-color .15s ease,background .15s ease}.psl-poll-opt:hover{border-color:#94a3b8;background:#f8fafc}.psl-poll-opt.psl-sel{border-color:#0ea5e9;background:rgba(14,165,233,.1)}.psl-poll-radio{flex:0 0 auto;width:17px;height:17px;border-radius:50%;border:2px solid #94a3b8;position:relative}.psl-poll-opt.psl-sel .psl-poll-radio{border-color:#0ea5e9}.psl-poll-opt.psl-sel .psl-poll-radio:after{content:'';position:absolute;inset:3px;border-radius:50%;background:#0ea5e9}.psl-poll-foot{display:flex;align-items:center;justify-content:space-between;margin-top:4px;gap:10px}.psl-poll-note{font-size:10.5px;color:#94a3b8;line-height:1.3}.psl-poll-btn{border:0;border-radius:9px;cursor:pointer;background:#0ea5e9;color:#fff;font-family:inherit;font-weight:600;font-size:13px;padding:9px 18px;white-space:nowrap;transition:background .15s ease,opacity .15s ease}.psl-poll-btn:hover{background:#0284c7}.psl-poll-btn:disabled{opacity:.45;cursor:default}.psl-poll-thanks{padding:26px 20px 28px;text-align:center}.psl-poll-thanks .psl-tick{width:44px;height:44px;margin:0 auto 12px;border-radius:50%;background:rgba(16,185,129,.12);color:#10b981;display:flex;align-items:center;justify-content:center;font-size:24px}.psl-poll-thanks h4{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:17px;margin:0 0 6px;color:#1e293b}.psl-poll-thanks p{font-size:13px;color:#64748b;margin:0;line-height:1.5}@media (max-width:520px){.psl-poll-card{right:12px;left:12px;bottom:12px;width:auto}.psl-poll-card.psl-center{left:50%;right:auto;bottom:auto;top:50%;width:calc(100vw - 24px)}.psl-poll-card.psl-anchor{left:50%;right:auto;bottom:0;top:auto;width:100vw;max-width:100vw;border-radius:12px 12px 0 0}.psl-poll-title{font-size:15px}}@media (prefers-reduced-motion:reduce){.psl-poll-card{transition:opacity .2s ease;transform:none}}