.reb-poll-container{background:#e8e8e8;border:none;padding:35px;border-radius:16px;width:100%;max-width:100%;margin:40px 0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;box-shadow:0 4px 10px rgb(0 0 0 / .06);transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;overflow:hidden;border:1px solid #e0e0e0}.reb-poll-container::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#000 0%,#333 100%);opacity:1;transition:opacity 0.3s ease}.reb-poll-container:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgb(0 0 0 / .1)}.reb-poll-container:hover::before{opacity:1}.reb-poll-title{font-size:11px;font-weight:900;text-transform:uppercase;color:#0073aa;margin-bottom:10px;letter-spacing:2px;display:inline-block;padding:4px 0;position:relative;opacity:.9}.reb-poll-title::after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#0073aa;opacity:.3}.reb-poll-question{font-size:24px;font-weight:700;margin-bottom:28px;color:#1a1a1a;line-height:1.4;letter-spacing:-.3px}.reb-poll-options{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.reb-poll-options label{display:flex!important;align-items:center;padding:12px 16px;margin-bottom:0!important;cursor:pointer;font-size:14px;color:#444;background:#fff;border-radius:10px;border:2px solid #e0e0e0;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgb(0 0 0 / .04);width:100%;box-sizing:border-box;position:relative;overflow:hidden}.reb-poll-options label::before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#000;transition:width 0.3s ease;opacity:.05}.reb-poll-options label:hover{background:#fafafa;border-color:silver;transform:translateX(4px);box-shadow:0 4px 12px rgb(0 0 0 / .08)}.reb-poll-options label:hover::before{width:100%}.reb-poll-options input[type="radio"]{margin-right:14px;accent-color:#000;transform:scale(1.3);cursor:pointer;flex-shrink:0;width:20px;height:20px}.reb-poll-options label:has(input:checked){background:#fff;border-color:#000;border-width:2px;color:#000;font-weight:600;box-shadow:0 4px 14px rgb(0 0 0 / .1);transform:translateX(4px)}.reb-poll-options label:has(input:checked)::before{width:100%;opacity:.08}.reb-poll-options input[type="radio"]:checked+span{font-weight:600}.reb-poll-submit{border:none;cursor:pointer;margin-top:20px;text-transform:uppercase;transition:all 0.3s cubic-bezier(.4,0,.2,1);width:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:40px;font-size:15px;font-weight:var(--mow-fweb);font-family:var(--hff);color:#fff;background-color:#080808;min-width:0;border-width:initial;border-style:none;border-color:initial;border-image:initial;outline:none;padding:2px 18px 0;border-radius:25px}.reb-poll-submit::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgb(255 255 255 / .2);transform:translate(-50%,-50%);transition:width 0.6s,height 0.6s}.reb-poll-submit:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .25)}.reb-poll-submit:hover::before{width:300px;height:300px}.reb-poll-submit:active{transform:translateY(0);box-shadow:0 2px 8px rgb(0 0 0 / .2)}.reb-poll-submit:disabled{background:#666;cursor:not-allowed;transform:none;opacity:.7}.reb-poll-results{animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reb-poll-result-item{margin-bottom:20px;animation:slideIn 0.5s ease-out backwards;display:flex;align-items:center;gap:15px}.reb-poll-result-icon{width:50px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0}.reb-poll-type-review .reb-poll-result-icon{width:40px;height:40px;border:none;border-radius:0}.reb-poll-result-content{flex-grow:1;display:flex;flex-direction:column;gap:5px}.reb-poll-result-label{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:0}.reb-poll-versus .reb-poll-icon{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid #f0f0f0;box-shadow:0 2px 5px rgb(0 0 0 / .05);flex-shrink:0}.reb-poll-result-label span:last-child{font-size:13px;font-weight:600;color:#333;margin-left:12px}.reb-poll-result-bar-bg{background:#f3f3f3;height:10px;border-radius:10px;overflow:hidden;position:relative;box-shadow:inset 0 1px 3px rgb(0 0 0 / .1)}.reb-poll-result-bar-fill{background:linear-gradient(90deg,#000 0%,#333 50%,#000 100%);background-size:200% 100%;height:100%;width:0;border-radius:10px;transition:width 1s cubic-bezier(.4,0,.2,1);position:relative;animation:shimmer 2s infinite;box-shadow:0 2px 4px rgb(0 0 0 / .2)}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.reb-poll-result-bar-fill::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgb(255 255 255 / .2) 0%,transparent 100%);border-radius:10px}.reb-poll-total{margin-top:24px;padding-top:20px;font-size:16px;color:#333;text-align:center;font-weight:500;border-top:1px solid #ddd}.reb-poll-container.loading{pointer-events:none;opacity:.7}.reb-poll-container.loading .reb-poll-submit{position:relative;color:#fff0}.reb-poll-container.loading .reb-poll-submit::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:spin_roll 0.8s linear infinite}@keyframes spin_roll{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width:768px){.reb-poll-container{padding:25px 20px;margin:30px 0;border-radius:12px}.reb-poll-question{font-size:20px;margin-bottom:22px}.reb-poll-options label{padding:14px 16px;font-size:15px}.reb-poll-options{gap:12px}.reb-poll-submit{padding:14px 24px;font-size:14px}.reb-poll-result-label{font-size:14px;flex-wrap:wrap;gap:8px}.reb-poll-result-label span:last-child{width:100%;text-align:right}}.reb-poll-options label:focus-within{outline:none}.reb-poll-submit:focus{outline:2px solid #0073aa;outline-offset:2px}.reb-poll-vote-btn.loading{color:transparent!important;pointer-events:none;position:relative}.reb-poll-vote-btn.loading::after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-top:-8px;margin-left:-8px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:reb-spin 0.8s linear infinite}@keyframes reb-spin{to{transform:rotate(360deg)}}@media print{.reb-poll-container{box-shadow:none;border:1px solid #ddd}.reb-poll-submit{display:none}}.reb-poll-option-content{display:flex;align-items:center;gap:10px;width:100%}.reb-poll-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.reb-poll-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 15px;border:2px solid #eef0f2;border-radius:8px;margin-bottom:0;transition:all 0.2s ease;background:#fff}.reb-poll-label:hover{border-color:#d0d4d9;background:#f8f9fa}.reb-poll-label input[type="radio"]{margin-top:0}.reb-poll-versus{display:flex;flex-direction:column;gap:15px;width:100%;padding:5px}.reb-poll-versus .reb-poll-label{width:100%;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:15px 20px;border:1px solid #e0e0e0;border-radius:12px;transition:all 0.3s ease;background:#fff;cursor:default;box-shadow:0 2px 5px rgb(0 0 0 / .02);position:relative;overflow:hidden}.reb-poll-versus .reb-poll-label:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .05);border-color:#d0d0d0}.reb-poll-versus .reb-poll-option-content{display:flex;flex-direction:row;align-items:center;gap:20px;width:100%;z-index:1}.reb-poll-versus .reb-poll-icon{width:70px;height:70px;border-radius:12px;object-fit:cover;border:2px solid #f0f0f0;box-shadow:0 2px 5px rgb(0 0 0 / .05);flex-shrink:0;transition:transform 0.3s cubic-bezier(.34,1.56,.64,1)}.reb-poll-versus .reb-poll-label:hover .reb-poll-icon{transform:scale(1.1) rotate(-3deg);box-shadow:0 5px 15px rgb(0 0 0 / .1)}.reb-poll-text-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-grow:1;width:100%}.reb-poll-versus .reb-poll-text{font-size:16px;font-weight:700;color:#333;line-height:1.3;margin-right:15px}.reb-poll-versus input[type="radio"]{display:none}.reb-poll-vote-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:#000;color:#fff;border-radius:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s ease;white-space:nowrap;cursor:pointer;border:none}.reb-poll-vote-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 10px rgb(0 0 0 / .15)}.reb-poll-vote-btn:active{transform:translateY(0)}.reb-poll-winner-bar{background:#d4edda;color:#155724;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:16px;font-weight:600;border:1px solid #c3e6cb;animation:slideIn 0.5s ease-out}.reb-poll-container.reb-poll-type-performance{background:#fff0;border:none;box-shadow:none;padding:0 10px;margin:20px 0}.reb-poll-container.reb-poll-type-performance::before{display:none}.reb-poll-container.reb-poll-type-performance:hover{transform:none;box-shadow:none}.reb-poll-type-performance .reb-poll-title{color:var(--mow-mc1,#0073aa);font-size:13px;font-weight:900;letter-spacing:1px;opacity:1}.reb-poll-type-performance .reb-poll-title::after{background:var(--mow-mc1,#0073aa)}.reb-poll-versus label:has(input:checked){border-color:#e0e0e0;border-width:1px;transform:none;box-shadow:0 2px 5px rgb(0 0 0 / .02);background:#fff}.reb-poll-versus label:has(input:checked)::before{display:none}@media (max-width:600px){.reb-poll-versus .reb-poll-label{padding:12px}.reb-poll-versus .reb-poll-icon{width:55px;height:55px}.reb-poll-text-wrapper{gap:10px}.reb-poll-versus .reb-poll-text{font-size:15px}.reb-poll-vote-btn{padding:6px 14px;font-size:11px}}.reb-subscribe-box{background:#fff;border:1px solid #ddd;border-radius:12px;padding:25px;margin:30px 0;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgb(0 0 0 / .05)}.reb-sub-header{font-size:12px;font-weight:900;text-transform:uppercase;color:#0073aa;margin-bottom:20px;letter-spacing:1px}.reb-sub-content{display:flex;gap:20px;align-items:center;margin-bottom:25px}.reb-sub-image img{width:80px;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.reb-sub-details{flex-grow:1}.reb-sub-text{font-size:16px;line-height:1.5;margin-bottom:15px;color:#333}.reb-sub-movie{font-weight:800;color:#000;display:block;font-size:20px;margin-top:5px}.reb-sub-date{font-size:14px;color:#666;font-weight:500}.reb-sub-actions{display:flex;gap:10px;flex-wrap:wrap}.reb-btn{display:inline-block;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.2s ease;text-align:center}.reb-btn-notify{background:#000;color:#fff;border:1px solid #000}.reb-btn-notify:hover{background:#333;color:#fff;transform:translateY(-1px)}.reb-btn-email{background:#fff;color:#000;border:1px solid #ddd}.reb-btn-email:hover{background:#f9f9f9;border-color:#ccc;color:#000;transform:translateY(-1px)}.reb-sub-footer{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-top:2px solid #dee2e6;border-radius:12px;padding:20px 24px;margin-top:20px;font-size:15px;color:#333;font-weight:500;box-shadow:0 2px 8px rgb(0 0 0 / .04);transition:all 0.3s ease}.reb-sub-footer:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08);transform:translateY(-2px)}.reb-sub-footer a{color:#0073aa;font-weight:700;text-decoration:none;transition:all 0.2s ease;position:relative;padding:2px 4px;border-radius:4px}.reb-sub-footer a:hover{color:#005a87;background:rgb(0 115 170 / .1)}.reb-sub-features{list-style:none;padding:0;margin:16px 0 0 0;display:flex;flex-wrap:wrap;gap:12px}.reb-sub-features li{font-size:14px;color:#495057;font-weight:600;background:#fff;padding:8px 16px;border-radius:20px;border:1px solid #dee2e6;transition:all 0.3s ease;box-shadow:0 2px 4px rgb(0 0 0 / .05);position:relative;overflow:hidden}.reb-sub-features li::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(0 115 170 / .05) 0%,rgb(0 115 170 / .1) 100%);opacity:0;transition:opacity 0.3s ease}.reb-sub-features li:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 115 170 / .15);border-color:#0073aa;color:#0073aa}.reb-sub-features li:hover::before{opacity:1}@media (max-width:600px){.reb-sub-content{flex-direction:column;align-items:flex-start}.reb-sub-image img{width:60px;height:90px}.reb-sub-actions{flex-direction:column;width:100%}.reb-btn{width:100%;box-sizing:border-box}}.reb-subscribe-box .reb-telegram-override{position:static!important;transform:none!important;bottom:auto!important;right:auto!important;margin-left:auto}.reb-subscribe-box .reb-telegram-override .button{width:80px;height:80px;color:#fff}.reb-subscribe-box .reb-telegram-override .button__circle{width:35px;height:35px}.reb-subscribe-box .reb-telegram-override .button__icon{width:20px}@media (max-width:600px){.reb-subscribe-box .reb-telegram-override{margin-left:0;margin-top:15px}}.reb-star-rating-container{background:#f2f2f2;padding:30px 20px;box-shadow:0 1px 5px #eee;border-radius:0;text-align:left;color:#1a1a1a;width:100%;max-width:100%;margin:30px 0;margin-top:0;position:relative;border:1px solid #e0e0e0}.reb-star-rating-header{position:relative;z-index:1;margin-bottom:20px}.reb-star-label{font-weight:800;margin-bottom:15px;font-size:16px;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;color:#000}.reb-stars-wrapper{display:flex;align-items:center;gap:5px;margin-bottom:10px}.reb-star{font-size:32px;color:#ccc;cursor:pointer;transition:all 0.2s ease;line-height:1;filter:none;user-select:none}.reb-star:hover{transform:scale(1.1)}.reb-star:active{transform:scale(1.05)}.reb-star.filled{color:gold;filter:none}.reb-star.filled:hover{filter:none}.reb-star-text{font-size:14px;margin-top:8px;font-weight:400;color:#666;letter-spacing:0}.reb-community-rating{margin-top:15px;padding-top:0;border-top:none;font-size:13px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:#000}.reb-avg-score{color:#ff9800;font-weight:700;font-size:13px;margin:0 3px;text-shadow:none}.reb-rating-count{opacity:1;font-weight:400;font-size:13px;display:inline;margin-top:0;margin-left:5px;text-transform:none;color:#666}.reb-count-num{font-weight:400;color:#666}.reb-star-rating-container.loading{opacity:.6;pointer-events:none}.reb-star-rating-container[data-has-rated="true"] .reb-star{cursor:default}.reb-star-rating-container[data-has-rated="true"] .reb-star:hover{transform:none}@media (max-width:600px){.reb-star-rating-container{padding:25px 0;margin:20px 0}.reb-star-label{font-size:15px}.reb-star{font-size:28px}.reb-stars-wrapper{gap:4px}.reb-community-rating{font-size:12px}.reb-avg-score{font-size:12px}.reb-rating-count{font-size:12px}}.reb-poll-custom{position:relative}.reb-poll-custom::before{background:none}.reb-poll-footer{margin-top:20px;padding-top:15px;border-top:1px solid #ddd;text-align:center;font-size:16px;color:#666;font-style:italic}.reb-poll-footer a{color:#0073aa;text-decoration:none;font-weight:600;transition:color 0.2s ease}.reb-poll-footer a:hover{color:#005a87;text-decoration:underline}.reb-poll-sub-question{font-size:16px;font-weight:600;margin-top:-10px;margin-bottom:20px;color:#333;text-align:center}.reb-poll-template-mini_debate{background:linear-gradient(135deg,#f5f7fa 0%,#e8ebf0 100%);border-left:4px solid #667eea}.reb-poll-template-mini_debate .reb-poll-title{color:#667eea;font-size:13px}.reb-poll-template-mini_debate .reb-poll-title::after{background:#667eea}.reb-poll-template-mini_debate .reb-poll-question{font-size:20px;color:#2d3748}.reb-poll-template-mini_debate .reb-poll-submit{background:#667eea;border-color:#667eea}.reb-poll-template-mini_debate .reb-poll-submit:hover{background:#5568d3}.reb-poll-template-mini_debate .reb-poll-result-bar-fill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%)}.reb-poll-template-mini_debate .reb-poll-footer{border-top-color:#667eea;color:#667eea;font-weight:500}.reb-poll-template-discussion_point{background:linear-gradient(135deg,#fef5e7 0%,#fcf3cf 100%);border-left:4px solid #f39c12}.reb-poll-template-discussion_point .reb-poll-title{color:#e67e22;font-size:13px}.reb-poll-template-discussion_point .reb-poll-title::after{background:#e67e22}.reb-poll-template-discussion_point .reb-poll-question{font-size:21px;color:#7d6608}.reb-poll-template-discussion_point .reb-poll-options label:has(input:checked){border-color:#f39c12}.reb-poll-template-discussion_point .reb-poll-options input[type="radio"]{accent-color:#cd7d12}.reb-poll-template-discussion_point .reb-poll-submit{background:#f39c12;border-color:#f39c12}.reb-poll-template-discussion_point .reb-poll-submit:hover{background:#e67e22}.reb-poll-template-discussion_point .reb-poll-result-bar-fill{background:linear-gradient(90deg,#f39c12 0%,#e67e22 100%)}.reb-poll-template-discussion_point .reb-poll-footer{border-top-color:#f39c12;color:#d68910;font-weight:500}.reb-poll-template-hot_take{background:linear-gradient(135deg,#fff5f5 0%,#fed7d72e 100%);border-left:4px solid #d40000;border:2px solid #d40000}.reb-poll-template-hot_take::before{background:linear-gradient(90deg,#d40000 0%,#fc8181 100%);height:4px}.reb-poll-template-hot_take .reb-poll-title{color:#c53030;font-size:14px;font-weight:900;letter-spacing:2px;animation:pulse-fire 2s ease-in-out infinite}@keyframes pulse-fire{0%,100%{opacity:1}50%{opacity:.8}}.reb-poll-template-hot_take .reb-poll-title::after{background:#c53030;width:50px}.reb-poll-template-hot_take .reb-poll-question{font-size:18px;color:#742a2a;font-style:italic;line-height:1.6;padding:15px;background:rgb(255 255 255 / .7);border-radius:8px;border-left:3px solid #feb2b2}.reb-poll-template-hot_take .reb-poll-sub-question{font-size:18px;color:#c53030;font-weight:700;text-transform:uppercase;letter-spacing:1px}.reb-poll-template-hot_take .reb-poll-submit{background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%);border:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 14px rgb(229 62 62 / .4)}.reb-poll-template-hot_take .reb-poll-submit:hover{background:linear-gradient(135deg,#c53030 0%,#9b2c2c 100%);box-shadow:0 6px 20px rgb(229 62 62 / .6)}.reb-poll-template-hot_take .reb-poll-result-bar-fill{background:linear-gradient(90deg,#e53e3e 0%,#fc8181 100%)}.reb-poll-template-hot_take .reb-poll-footer{border-top-color:#fc8181;color:#c53030;font-weight:600;font-style:normal;font-size:15px}@media (max-width:768px){.reb-poll-template-mini_debate .reb-poll-question,.reb-poll-template-discussion_point .reb-poll-question{font-size:18px}.reb-poll-template-hot_take .reb-poll-question{font-size:16px;padding:12px}.reb-poll-footer{font-size:13px}}.reb-poll-container.reb-poll-template-discussion_point{border-left:5px solid #ff9800}.reb-poll-container.reb-poll-template-discussion_point::before{display:none}html[data-site-skin="dark"] .reb-poll-container{background:#1a1a1a;border-color:#333;box-shadow:0 4px 10px rgb(0 0 0 / .3)}html[data-site-skin="dark"] .reb-poll-container:hover{box-shadow:0 12px 25px rgb(0 0 0 / .4)}html[data-site-skin="dark"] .reb-poll-title{color:#e0e0e0}html[data-site-skin="dark"] .reb-poll-question{color:#fff}html[data-site-skin="dark"] .reb-poll-options label{background:#2d2d2d;border-color:#444;color:#e0e0e0}html[data-site-skin="dark"] .reb-poll-options label:hover{background:#3d3d3d;border-color:#555}html[data-site-skin="dark"] .reb-poll-options label:has(input:checked){background:#3d3d3d;border-color:#fff;color:#fff}html[data-site-skin="dark"] .reb-poll-submit{background:#fff;color:#000}html[data-site-skin="dark"] .reb-poll-submit:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 6px 15px rgb(255 255 255 / .1)}html[data-site-skin="dark"] .reb-poll-container.reb-poll-template-discussion_point{background:#1a1a1a;border-left:5px solid #ff9800}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-title{color:#ff9800}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-question{color:#fff}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-options label{background:#2d2d2d;color:#e0e0e0}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-options label:hover{background:#3d3d3d}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-options label:has(input:checked){background:#3d3d3d;border-color:#ff9800;color:#fff}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-submit{background:#ff9800;color:#fff}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-submit:hover{background:#f57c00}html[data-site-skin="dark"] .reb-poll-template-discussion_point .reb-poll-footer{color:#ff9800}.reb-poll-container.reb-poll-type-review::before{background:var(--mow-mc1)}.reb-poll-options label:has(input:checked){border-color:#000}.reb-poll-options input[type="radio"]{accent-color:#000}html[data-site-skin="dark"] .reb-poll-options label:has(input:checked){border-color:var(--mow-mc1)}html[data-site-skin="dark"] .reb-poll-options input[type="radio"]{accent-color:var(--mow-mc1)}html[data-site-skin="dark"] .reb-poll-result-label,html[data-site-skin="dark"] .reb-poll-result-label span{color:#e0e0e0}html[data-site-skin="dark"] .reb-poll-total{color:#999;border-top-color:#333}html[data-site-skin="dark"] .reb-poll-result-bar-bg{background:#333}html[data-site-skin="dark"] .reb-poll-result-bar-fill{background:linear-gradient(90deg,#eb8624 0%,#ffc071 50%,#eb8624 100%);background-size:200% 100%}html[data-site-skin="dark"] .reb-poll-container.reb-poll-type-performance{background:#fff0;border:none;box-shadow:none}html[data-site-skin="dark"] .reb-poll-type-performance .reb-poll-title{color:var(--mow-mc1,#eb8624)}html[data-site-skin="dark"] .reb-poll-type-performance .reb-poll-question{color:#fff}html[data-site-skin="dark"] .reb-poll-versus .reb-poll-label{background:#2d2d2d;border-color:#444}html[data-site-skin="dark"] .reb-poll-versus .reb-poll-label:hover{background:#3d3d3d;border-color:#555;box-shadow:0 8px 20px rgb(255 255 255 / .05)}html[data-site-skin="dark"] .reb-poll-versus .reb-poll-text{color:#fff}html[data-site-skin="dark"] .reb-poll-vote-btn{background-color:#000;color:var(--mow-contrast-text)}html[data-site-skin="dark"] .reb-poll-vote-btn:hover{background-color:var(--mow-mc1);color:var(--mow-contrast-text);opacity:.9}html[data-site-skin="dark"] .reb-star-rating-container{background:#1a1a1a;border-color:#333;box-shadow:0 1px 5px rgb(0 0 0 / .5)}html[data-site-skin="dark"] .reb-star-label{color:#fff}html[data-site-skin="dark"] .reb-star-text{color:#999}html[data-site-skin="dark"] .reb-community-rating{color:#fff}html[data-site-skin="dark"] .reb-rating-count,html[data-site-skin="dark"] .reb-count-num{color:#999}html[data-site-skin="dark"] .reb-avg-score{color:var(--mow-mc1,#ff9800)}html[data-site-skin="dark"] .reb-subscribe-box{background:#1a1a1a;border-color:#333;box-shadow:0 4px 12px rgb(0 0 0 / .3)}html[data-site-skin="dark"] .reb-sub-header{color:var(--mow-mc1,#0073aa)}html[data-site-skin="dark"] .reb-sub-text{color:#e0e0e0}html[data-site-skin="dark"] .reb-sub-movie{color:#fff}html[data-site-skin="dark"] .reb-sub-date{color:#999}html[data-site-skin="dark"] .reb-sub-footer{background:#2d2d2d;border-top-color:#444;color:#e0e0e0;box-shadow:0 2px 8px rgb(0 0 0 / .2)}html[data-site-skin="dark"] .reb-sub-footer:hover{box-shadow:0 4px 12px rgb(0 0 0 / .3)}html[data-site-skin="dark"] .reb-sub-footer a{color:var(--mow-mc1,#0073aa)}html[data-site-skin="dark"] .reb-sub-footer a:hover{color:var(--mow-mc1,#0073aa);background:rgb(235 134 36 / .1)}html[data-site-skin="dark"] .reb-sub-features li{background:#2d2d2d;border-color:#444;color:#e0e0e0;box-shadow:0 2px 4px rgb(0 0 0 / .2)}html[data-site-skin="dark"] .reb-sub-features li::before{background:linear-gradient(135deg,rgb(235 134 36 / .05) 0%,rgb(235 134 36 / .1) 100%)}html[data-site-skin="dark"] .reb-sub-features li:hover{border-color:var(--mow-mc1,#0073aa);color:var(--mow-mc1,#0073aa);box-shadow:0 4px 10px rgb(235 134 36 / .15)}html[data-site-skin="dark"] .reb-poll-footer{color:#999;border-top-color:#444}html[data-site-skin="dark"] .reb-poll-footer a{color:var(--mow-mc1,#ff9800)}html[data-site-skin="dark"] .reb-poll-footer a:hover{color:var(--mow-mc1,#ff9800);opacity:.8}html[data-site-skin="dark"] .reb-questions-container{background:#1a1a1a!important;border-color:#333!important}html[data-site-skin="dark"] .reb-questions-container h2{color:#ffffff!important}html[data-site-skin="dark"] .reb-question-item{border-bottom-color:#333!important}html[data-site-skin="dark"] .reb-question-item>div>div:first-child{background:var(--mow-mc1,#0073aa)!important;color:#ffffff!important}html[data-site-skin="dark"] .reb-question-item>div>div>div:first-of-type{color:#ffffff!important}html[data-site-skin="dark"] .reb-question-item span[style*="border: 2px solid"]{background:#2d2d2d!important;border-color:#444!important;color:#e0e0e0!important}html[data-site-skin="dark"] .reb-question-item>div>div>div[style*="color: #666"]{color:#999!important}html[data-site-skin="dark"] .reb-answer-input{background:#2d2d2d!important;border-color:#444!important;color:#ffffff!important}html[data-site-skin="dark"] .reb-answer-input::placeholder{color:#999!important}html[data-site-skin="dark"] .reb-submit-answer{background:var(--mow-mc1,#0073aa)!important;color:#ffffff!important}html[data-site-skin="dark"] .reb-submit-answer:hover{background:var(--mow-mc1,#0073aa)!important;opacity:.9}html[data-site-skin="dark"] .reb-text-question-wrapper>div[style*="background: #e7f3ff"]{background:#2d2d2d!important;border-left-color:var(--mow-mc1,#0073aa)!important;color:var(--mow-mc1,#0073aa)!important}html[data-site-skin="dark"] .reb-answers-list>div:first-child{color:#ffffff!important}html[data-site-skin="dark"] .reb-answers-list>div:first-child svg path{stroke:var(--mow-mc1,#0079d3)!important}html[data-site-skin="dark"] .reb-answers-container>div{background:#2d2d2d!important;border-color:#444!important}html[data-site-skin="dark"] .reb-answers-container>div>div:first-child{color:#e0e0e0!important}html[data-site-skin="dark"] .reb-answers-container>div>div:last-child{color:#999!important}html[data-site-skin="dark"] .reb-answers-container>div>div:last-child>span:first-child{color:#ffffff!important}html[data-site-skin="dark"] .reb-answers-container span[style*="color: #1a1a1b"]{color:#ffffff!important}html[data-site-skin="dark"] .reb-load-more-answers{background:#2d2d2d!important;border-color:var(--mow-mc1,#0079d3)!important;color:var(--mow-mc1,#0079d3)!important}html[data-site-skin="dark"] .reb-load-more-answers:hover{background:#3d3d3d!important}html[data-site-skin="dark"] .reb-poll-template-hot_take{background:#1a1a1a!important;border:none!important;border-left:4px solid #d40000!important}html[data-site-skin="dark"] .reb-poll-template-hot_take::before{display:none!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-title{color:#ff6b6b!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-question{background:rgb(45 45 45 / .9)!important;color:#ffffff!important;border-left-color:#d40000!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-sub-question{color:#ff6b6b!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-options label{background:#2d2d2d!important;border-color:#444!important;color:#e0e0e0!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-options label:hover{background:#3d3d3d!important;border-color:#d40000!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-options input[type="radio"]{accent-color:#d40000!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-submit{background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%)!important;color:#ffffff!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-submit:hover{background:linear-gradient(135deg,#c53030 0%,#9b2c2c 100%)!important}html[data-site-skin="dark"] .reb-poll-template-hot_take .reb-poll-footer{color:#ff6b6b!important;border-top-color:#444!important}