:root{--hs-z-login:60;--hs-z-poll-focus:70;--hs-z-vote-flash:80;--hs-z-mobile-nav:50;--hs-z-quick-vote:100;--hs-z-comments:120;--hs-z-share:130}body.hs-modal-open{overflow:hidden!important;touch-action:none;width:100%}body.hs-modal-open.hs-modal-open--fixed{position:fixed;left:0;right:0}.hs-modal-overlay{position:fixed;inset:0;display:none;pointer-events:none}.hs-modal-overlay.is-open{display:block;pointer-events:auto}.hs-modal-overlay[data-modal=login]{z-index:var(--hs-z-login)}.hs-modal-overlay[data-modal=pollFocus]{z-index:var(--hs-z-poll-focus)}.hs-modal-overlay[data-modal=quickVote]{z-index:var(--hs-z-quick-vote)}.hs-modal-overlay[data-modal=comments]{z-index:var(--hs-z-comments)}.hs-modal-overlay[data-modal=login].is-open{display:flex}#poll-focus-overlay.is-open{display:block}#poll-focus-overlay .hs-modal-backdrop+div{position:absolute;inset-x:0;bottom:0;left:0;right:0;top:0;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}@media (min-width:640px){#poll-focus-overlay .hs-modal-backdrop+div{align-items:center;padding:1rem}}#poll-focus-overlay .hs-modal-backdrop+div>div{pointer-events:auto}.hs-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}#comments-drawer-overlay .hs-comments-sheet{position:absolute;inset-x:0;bottom:0;left:0;right:0;max-height:min(92vh,920px);max-height:min(92dvh,920px);background:#fff;border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -20px 50px rgba(15,23,42,.18);display:flex;flex-direction:column;transform:translateY(100%);transition:transform .32s cubic-bezier(.22, 1, .36, 1);padding-bottom:env(safe-area-inset-bottom,0)}#comments-drawer-overlay.is-open .hs-comments-sheet{transform:translateY(0)}.hs-comments-handle{width:2.5rem;height:.25rem;border-radius:9999px;background:#cbd5e1;margin:.65rem auto 0;flex-shrink:0}.hs-comments-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem .5rem;border-bottom:1px solid #f1f5f9;flex-shrink:0}.hs-comments-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1rem}@media (min-width:640px){#comments-drawer-overlay .hs-comments-sheet{left:50%;right:auto;width:min(100%,32rem);transform:translate(-50%,100%);border-radius:1.25rem 1.25rem 0 0}#comments-drawer-overlay.is-open .hs-comments-sheet{transform:translate(-50%,0)}}#share-sheet-overlay{z-index:var(--hs-z-share);align-items:flex-end;justify-content:center;padding:0;isolation:isolate}#share-sheet-overlay.is-open{display:flex!important}#followup-poll-overlay{z-index:125;align-items:flex-end;justify-content:center;padding:0}#followup-poll-overlay.is-open{display:flex!important}@media (min-width:640px){#followup-poll-overlay{align-items:center;padding:1rem}}#share-sheet-overlay .share-sheet-backdrop{position:absolute;inset:0;z-index:0;background:rgba(5,8,20,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#share-sheet-overlay .share-sheet-panel{position:relative;z-index:1;width:100%;max-width:420px;max-height:min(92vh,640px);max-height:min(92dvh,640px);overflow:hidden;margin:0;padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom,0));border-radius:22px 22px 0 0;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.65);box-shadow:0 -8px 32px rgba(5,8,20,.18),0 24px 64px rgba(5,8,20,.28),inset 0 1px 0 rgba(255,255,255,.85);transform:translateY(0);animation:shareSheetIn .28s cubic-bezier(.22,1,.36,1)}@keyframes shareSheetIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){#share-sheet-overlay{align-items:center;padding:1rem}#share-sheet-overlay .share-sheet-panel{border-radius:22px;padding:1.5rem;max-height:min(88vh,640px)}}@media (orientation:landscape) and (max-height:520px){#share-sheet-overlay .share-sheet-panel{max-height:92dvh;padding-top:1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0))}#share-sheet-title{-webkit-line-clamp:1}}.share-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.share-sheet-header-main{min-width:0;flex:1}.share-sheet-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:9999px;background:rgba(241,245,249,.9);color:#64748b;cursor:pointer}.share-sheet-close:hover{background:#e2e8f0;color:#334155}.share-sheet-actions{display:flex;flex-direction:column;gap:10px;width:100%}.share-sheet-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;width:100%;padding:0 16px;border-radius:12px;font-size:.875rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background-color .15s ease;-webkit-tap-highlight-color:transparent}.share-sheet-btn:active{transform:scale(.98);opacity:.96}.share-sheet-btn-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.share-sheet-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px}.share-sheet-icon svg{width:22px;height:22px}.share-sheet-icon--x{font-size:1.05rem;font-weight:900;line-height:1}.share-sheet-btn--whatsapp{background:linear-gradient(135deg,#2fe06a 0,#25d366 52%,#1da851 100%);color:#fff;box-shadow:0 8px 20px rgba(37,211,102,.28)}.share-sheet-btn--whatsapp:hover{background:linear-gradient(135deg,#34e872 0,#22c55e 52%,#179848 100%);box-shadow:0 10px 24px rgba(37,211,102,.34)}.share-sheet-btn--x{background:#0f172a;color:#fff;box-shadow:0 6px 16px rgba(15,23,42,.22)}.share-sheet-btn--x:hover{background:#1e293b}.share-sheet-btn--copy{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.share-sheet-btn--copy:hover{background:#e2e8f0}.share-sheet-btn--other{background:#fff;color:#475569;border:1px solid #e2e8f0;min-height:44px;font-size:.8125rem}.share-sheet-btn--other:hover{background:#f8fafc}.share-sheet-btn.hidden{display:none}#share-sheet-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}#share-sheet-url{margin-top:.5rem;font-size:.6875rem;color:#94a3b8;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}