.lpc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;padding:10px 16px;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:14px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;user-select:none;transition:background-color 140ms ease,border-color 140ms ease,color 140ms ease,transform 80ms ease,box-shadow 140ms ease;white-space:nowrap}.lpc-btn:focus-visible{outline:2px solid rgba(37,99,235,.5);outline-offset:2px}.lpc-btn:active:not(:disabled){transform:translateY(1px)}.lpc-btn:disabled,.lpc-btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.lpc-btn:hover{text-decoration:none}.lpc-btn--primary{background:#2563eb;color:#fff !important;text-decoration:none !important}.lpc-btn--primary:hover:not(:disabled){background:#1d4ed8;color:#fff !important;text-decoration:none !important}.lpc-btn--secondary{background:#1a2444;color:#fff !important;text-decoration:none !important}.lpc-btn--secondary:hover:not(:disabled){background:#2a3556;color:#fff !important;text-decoration:none !important}.lpc-btn--outline{background:#fff;color:#374151 !important;border-color:#e5e7eb;font-weight:500}.lpc-btn--outline:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827 !important;text-decoration:none}.lpc-btn--outline.is-active{background:#1a2444;color:#fff !important;border-color:#1a2444}.lpc-btn--ghost{background:rgba(0,0,0,0);color:#475569 !important;border-color:#e5eaf3}.lpc-btn--ghost:hover:not(:disabled){background:#f5f7fb;border-color:#cbd5e1;color:#111827 !important;text-decoration:none}.lpc-btn--yes{background:#10b981;color:#fff !important}.lpc-btn--yes:hover:not(:disabled){background:#059669}.lpc-btn--yes.is-selected{background:#047857;box-shadow:0 0 0 2px #10b981}.lpc-btn--no{background:#ef4444;color:#fff !important}.lpc-btn--no:hover:not(:disabled){background:#dc2626}.lpc-btn--no.is-selected{background:#b91c1c;box-shadow:0 0 0 2px #ef4444}.lpc-btn.lpc-btn--sm{padding:7px 12px;font-size:12px;border-radius:6px}.lpc-btn.lpc-btn--lg{padding:12px 22px;font-size:15px}.lpc-btn.lpc-btn--block{display:flex;width:100%}.lpc-btn.lpc-btn--icon{width:36px;height:36px;padding:0;border-radius:50%;background:#fff;color:#374151 !important;border-color:#e5e7eb;flex-shrink:0;flex-grow:0;flex-basis:auto}.lpc-btn.lpc-btn--icon:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827 !important}.lpc-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:lpc-spinner-spin 600ms linear infinite;vertical-align:middle}@keyframes lpc-spinner-spin{to{transform:rotate(360deg)}}.lpc-btn.lpc-btn--icon.is-loading{padding:0 !important}.lpc-btn.lpc-btn--icon.is-loading>svg,.lpc-btn.lpc-btn--icon.is-loading>span:not(.lpc-spinner){visibility:hidden}.lpc-btn.lpc-btn--icon.is-loading::before{display:none !important}.lpc-btn.lpc-btn--icon.is-loading .lpc-spinner{position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-7px}.lpc-btn.lpc-btn--icon.is-loading{position:relative}.lpc-btn--primary-outline{background:#fff;color:#2563eb !important;border-color:#2563eb}.lpc-btn--primary-outline:hover:not(:disabled){background:rgba(37,99,235,.06);border-color:#1d4ed8;color:#1d4ed8 !important;text-decoration:none}.lpc-btn--danger{background:#dc2626;color:#fff !important}.lpc-btn--danger:hover:not(:disabled){background:#b91c1c;color:#fff !important}.lpc-btn-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.lpc-btn-group--stack{flex-direction:column;align-items:stretch;width:100%}.lpc-btn-group--stack .lpc-btn{width:100%}.lpc-chart-component{margin:2rem 0}.lpc-chart-component.lpc-loading .lpc-modal-chart{opacity:.5}.lpc-chart-component .lpc-modal-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1rem;margin-bottom:1.5rem}.lpc-chart-component .lpc-modal-stat-card{background:#f8fafc;border-radius:12px;padding:1.25rem}.lpc-chart-component .lpc-modal-stat-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#6366f1;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.lpc-chart-component .lpc-modal-stat-card__header svg{flex-shrink:0}.lpc-chart-component .lpc-modal-stat-card__value{font-size:2.4rem;font-weight:700;color:#1e293b;line-height:1.2}.lpc-chart-component .lpc-modal-stat-card__value--up{color:#22c55e}.lpc-chart-component .lpc-modal-stat-card__value--down{color:#ef4444}.lpc-chart-component .lpc-modal-stat-card__sub{font-size:1rem;color:#64748b;margin-top:.25rem}@media(max-width: 900px){.lpc-chart-component .lpc-modal-stats{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.lpc-chart-component .lpc-modal-stats{grid-template-columns:1fr}.lpc-chart-component .lpc-modal-stat-card{padding:1rem}.lpc-chart-component .lpc-modal-stat-card__value{font-size:1.5rem}}.lpc-modal-chart-section{margin-bottom:20px;padding:16px;background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);border-radius:12px;position:relative}.lpc-modal-chart-legend{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.lpc-legend-item{display:flex;align-items:center;gap:8px}.lpc-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lpc-legend-label{font-size:13px;color:#fff;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lpc-legend-value{font-size:13px;font-weight:600;color:#fff}.lpc-legend-change{font-size:11px;font-weight:500}.lpc-legend-change.lpc-change-up{color:#22c55e}.lpc-legend-change.lpc-change-down{color:#ef4444}.lpc-modal-chart-wrapper{display:flex;gap:8px;margin-bottom:8px}.lpc-modal-chart{flex:1;height:200px;min-width:0;position:relative}.lpc-modal-chart canvas{display:block;width:100% !important;height:100% !important}.lpc-chart-dots{position:absolute;inset:0;overflow:visible;pointer-events:none;z-index:2}.lpc-chart-dot{--lpc-dot-color: #fff;position:absolute;top:0;left:0;width:0;height:0;will-change:transform}.lpc-chart-dot__core,.lpc-chart-dot__ring{position:absolute;top:0;left:0;border-radius:50%;transform:translate(-50%, -50%)}.lpc-chart-dot__core{width:8px;height:8px;background:var(--lpc-dot-color);box-shadow:0 0 0 2px rgba(15,23,42,.9)}.lpc-chart-dot__ring{width:8px;height:8px;background:var(--lpc-dot-color);opacity:0;animation:lpc-dot-pulse 1.5s ease-out infinite}@keyframes lpc-dot-pulse{0%{opacity:.85;transform:translate(-50%, -50%) scale(1)}70%{opacity:0;transform:translate(-50%, -50%) scale(3.6)}100%{opacity:0;transform:translate(-50%, -50%) scale(3.6)}}@media(prefers-reduced-motion: reduce){.lpc-chart-dot__ring{animation:none;opacity:0}}.lpc-chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;width:40px;flex-shrink:0;padding:4px 0}.lpc-chart-y-axis span{font-size:10px;color:#6b7280;text-align:right}.lpc-chart-x-axis{display:flex;justify-content:space-between;padding:8px 48px 0 0}.lpc-chart-x-axis span{font-size:10px;color:#6b7280}.lpc-chart-controls{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.lpc-chart-stats{display:flex;align-items:center;gap:16px}.lpc-chart-volume{display:flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af}.lpc-chart-volume svg{opacity:.7}.lpc-chart-end-date{font-size:12px;color:#9ca3af}.lpc-chart-filters{display:flex;align-items:center;gap:4px}.lpc-time-filter{padding:4px 10px;background:rgba(0,0,0,0);border:none;border-radius:4px;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.lpc-time-filter:hover{color:#fff;background:rgba(255,255,255,.1)}.lpc-time-filter.lpc-active{color:#fff;background:rgba(255,255,255,.15)}.lpc-chart-sort,.lpc-chart-settings{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;border-radius:4px;color:#6b7280;cursor:pointer;transition:all .2s ease}.lpc-chart-sort:hover,.lpc-chart-settings:hover{color:#fff;background:rgba(255,255,255,.1)}.lpc-chart-settings-panel{position:absolute;top:100%;right:0;margin-top:8px;width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:100;overflow:hidden}.lpc-settings-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.lpc-settings-header span{font-size:13px;font-weight:600;color:#374151}.lpc-settings-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;border-radius:4px;color:#6b7280;cursor:pointer}.lpc-settings-close:hover{background:#e5e7eb;color:#374151}.lpc-settings-options{padding:8px;max-height:300px;overflow-y:auto}.lpc-settings-option{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.lpc-settings-option:hover{background:#f3f4f6}.lpc-settings-option input[type=checkbox]{width:16px;height:16px;cursor:pointer}.lpc-option-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.lpc-option-label{flex:1;font-size:13px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lpc-modal-stats{display:flex;gap:24px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.lpc-modal-stat{text-align:left}.lpc-stat-value{display:block;font-size:18px;font-weight:600;color:#111827;line-height:1.2}.lpc-stat-label{display:block;font-size:11px;color:#9ca3af;margin-top:2px;text-transform:uppercase;letter-spacing:.05em}.lpc-modal-outcomes{display:flex;flex-direction:column;gap:12px;margin-top:20px}.lpc-modal-outcome-item{display:flex;align-items:center;padding:10px 24px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;gap:20px}.lpc-modal-outcome-item .lpc-outcome-image{flex-shrink:0;width:64px;height:64px;border-radius:50%;overflow:hidden;background:#1e293b;display:flex;align-items:center;justify-content:center}.lpc-modal-outcome-item .lpc-outcome-image img{width:100%;height:100%;object-fit:cover}.lpc-modal-outcome-item .lpc-outcome-initials{font-size:1.5rem;font-weight:600;color:#fff;line-height:1}.lpc-modal-outcome-item .lpc-outcome-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.lpc-modal-outcome-item .lpc-outcome-name{font-size:1.5rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lpc-modal-outcome-item .lpc-outcome-volume{font-size:1.125rem;color:#64748b}.lpc-modal-outcome-item .lpc-outcome-price{flex-shrink:0;text-align:center;min-width:80px}.lpc-modal-outcome-item .lpc-outcome-pct{font-size:1.6rem;font-weight:700;color:#16a34a}.lpc-modal-outcome-item .lpc-outcome-buttons{display:flex;gap:12px;flex-shrink:0}.lpc-modal-outcome-item .lpc-outcome-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;font-size:1.375rem;font-weight:700;text-decoration:none;transition:all .2s ease;min-width:130px}.lpc-modal-outcome-item .lpc-outcome-btn--yes{background:#16a34a;color:#fff;border:none}.lpc-modal-outcome-item .lpc-outcome-btn--yes:hover{background:#15803d;color:#fff}.lpc-modal-outcome-item .lpc-outcome-btn--no{background:#dc2626;color:#fff;border:none}.lpc-modal-outcome-item .lpc-outcome-btn--no:hover{background:#b91c1c;color:#fff}@media(max-width: 768px){.lpc-modal-outcome-item{flex-wrap:wrap;padding:12px;gap:12px}.lpc-modal-outcome-item .lpc-outcome-image{width:40px;height:40px}.lpc-modal-outcome-item .lpc-outcome-info{flex:1 1 calc(100% - 120px)}.lpc-modal-outcome-item .lpc-outcome-price{min-width:50px}.lpc-modal-outcome-item .lpc-outcome-pct{font-size:1.25rem}.lpc-modal-outcome-item .lpc-outcome-buttons{flex:1 1 100%;justify-content:stretch}.lpc-modal-outcome-item .lpc-outcome-btn{flex:1;min-width:0;padding:10px 12px}}@media(max-width: 600px){.lpc-modal-chart-section{padding:12px}.lpc-modal-chart{height:120px}.lpc-chart-controls{flex-direction:column;align-items:flex-start;gap:12px}.lpc-chart-filters{width:100%;flex-wrap:wrap;justify-content:flex-start}.lpc-time-filter{padding:6px 8px;font-size:12px}.lpc-modal-stats{flex-wrap:wrap}}.lpc-poll-cards-wrapper{margin:20px 0}.lpc-market-of-day{position:relative;display:flex;margin-top:24px;margin-bottom:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.lpc-market-of-day__left{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px}.lpc-market-of-day__main{display:flex;gap:20px;align-items:flex-start}.lpc-market-of-day__img{width:80px;height:80px;border-radius:12px;object-fit:cover;flex-shrink:0}.lpc-market-of-day__info{flex:1;min-width:0}.lpc-market-of-day__title{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.3}.lpc-market-of-day__title a{color:inherit;text-decoration:none}.lpc-market-of-day__title a:hover{color:#10b981}.lpc-market-of-day__meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.lpc-market-of-day__stat{font-size:16px;font-weight:700;color:#1f2937}.lpc-market-of-day__stat span{font-weight:400;color:#6b7280;font-size:13px;margin-left:4px}.lpc-market-of-day__change{font-size:14px;font-weight:600;background:#dcfce7;padding:6px 12px;border-radius:20px}.lpc-market-of-day__change--up{color:#22c55e}.lpc-market-of-day__change--down{color:#ef4444;background:#fef2f2}.lpc-market-of-day__badge{position:absolute;top:-12px;right:16px;z-index:2;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg, #f59e0b 0%, #f97316 100%);color:#fff;padding:6px 12px;border-radius:4px}.lpc-market-of-day__badge svg{flex-shrink:0}.lpc-market-of-day__actions{display:flex;gap:12px;margin-top:auto}.lpc-market-of-day__btn{flex:1;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:700;text-decoration:none;text-align:center;color:#fff !important;transition:transform .15s,box-shadow .15s}.lpc-market-of-day__btn:hover{transform:translateY(-2px);color:#fff !important}.lpc-market-of-day__btn--yes{background:linear-gradient(135deg, #22c55e 0%, #16a34a 100%);box-shadow:0 4px 12px rgba(34,197,94,.3)}.lpc-market-of-day__btn--no{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);box-shadow:0 4px 12px rgba(239,68,68,.3)}.lpc-market-of-day__outcomes{display:flex;flex-direction:column;gap:10px}.lpc-market-of-day__outcome{position:relative;display:flex;align-items:center;gap:12px;padding:10px;background:#f7fbff;border:1px solid #cce5ff;border-radius:10px;overflow:hidden}.lpc-market-of-day__outcome-name{flex:1;font-size:16px;font-weight:500;color:#374151}.lpc-market-of-day__outcome-pct{font-size:20px;font-weight:700;color:#22c55e;min-width:55px;text-align:right}.lpc-market-of-day__outcome-btn{padding:8px 16px;color:#fff !important;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none}.lpc-market-of-day__outcome-btn--yes{background:#22c55e}.lpc-market-of-day__outcome-btn--no{background:#ef4444}.lpc-market-of-day__more-btn{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#f3f4f6;border:1px dashed #d1d5db;border-radius:10px;font-size:14px;font-weight:600;color:#6b7280;text-decoration:none;transition:all .15s}.lpc-market-of-day__more-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#374151}.lpc-market-of-day__right{width:280px;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);padding:20px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border-left:1px solid #e5e7eb}.lpc-market-of-day__donut{position:relative;width:140px;height:140px;border-radius:50%;background:conic-gradient(#22c55e 0% calc(var(--yes-pct) * 1%), #ef4444 calc(var(--yes-pct) * 1%) 100%);box-shadow:0 8px 24px rgba(0,0,0,.1)}.lpc-market-of-day__donut::before{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;background:#fff;border-radius:50%}.lpc-market-of-day__donut-multi{position:relative;width:140px;height:140px}.lpc-market-of-day__donut-multi svg{width:100%;height:100%}.lpc-market-of-day__donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.lpc-market-of-day__donut-value{display:block;font-size:28px;font-weight:800;color:#22c55e;line-height:1}.lpc-market-of-day__donut-label{display:block;font-size:11px;color:#6b7280;margin-top:4px}.lpc-market-of-day__legend{display:flex;flex-direction:column;gap:8px;width:100%}.lpc-market-of-day__legend-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.lpc-market-of-day__legend-row strong{margin-left:auto;font-size:16px}.lpc-market-of-day__legend-row--yes .lpc-market-of-day__legend-dot{background:#22c55e}.lpc-market-of-day__legend-row--yes strong{color:#22c55e}.lpc-market-of-day__legend-row--no .lpc-market-of-day__legend-dot{background:#ef4444}.lpc-market-of-day__legend-row--no strong{color:#ef4444}.lpc-market-of-day__legend-row--highlight{font-weight:600}.lpc-market-of-day__legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.lpc-market-of-day__legend-more{font-size:13px;color:#6b7280;margin-top:4px}.lpc-market-of-day__article-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;background:#2563eb;border-radius:8px;font-size:14px;font-weight:600;color:#fff !important;text-decoration:none;transition:all .15s}.lpc-market-of-day__article-btn:hover{background:#1d4ed8;color:#fff !important}.lpc-market-of-day__article-btn svg{flex-shrink:0}.lpc-market-of-day--multi .lpc-market-of-day__left{gap:16px}@media(max-width: 768px){.lpc-market-of-day{flex-direction:column}.lpc-market-of-day__left{padding:16px;gap:14px}.lpc-market-of-day__badge{padding:6px 12px;font-size:11px}.lpc-market-of-day__main{gap:12px}.lpc-market-of-day__img{width:56px;height:56px}.lpc-market-of-day__title{font-size:17px;margin-bottom:10px}.lpc-market-of-day__meta{gap:12px}.lpc-market-of-day__stat{font-size:14px}.lpc-market-of-day__stat span{font-size:12px}.lpc-market-of-day__change{padding:5px 10px;font-size:13px}.lpc-market-of-day__actions{flex-direction:column;gap:8px}.lpc-market-of-day__btn{padding:14px 16px;font-size:15px}.lpc-market-of-day__outcome{padding:12px 14px;gap:10px}.lpc-market-of-day__outcome-name{font-size:14px}.lpc-market-of-day__outcome-pct{font-size:16px;min-width:45px}.lpc-market-of-day__outcome-btn{padding:8px 14px;font-size:13px}.lpc-market-of-day__more-btn{padding:10px 14px;font-size:13px}.lpc-market-of-day__right{width:100%;border-left:none;background:#fff;padding:16px;flex-direction:row;align-items:center;justify-content:center;gap:20px}.lpc-market-of-day--multi .lpc-market-of-day__right{flex-wrap:wrap}.lpc-market-of-day__donut{width:90px;height:90px;flex-shrink:0}.lpc-market-of-day__donut::before{top:14px;left:14px;right:14px;bottom:14px}.lpc-market-of-day__donut-multi{width:90px;height:90px;flex-shrink:0}.lpc-market-of-day__donut-value{font-size:20px}.lpc-market-of-day__donut-label{font-size:9px}.lpc-market-of-day__legend{flex-direction:column;gap:6px;width:auto}.lpc-market-of-day__legend-row{font-size:13px;gap:8px}.lpc-market-of-day__legend-row strong{font-size:13px;min-width:40px;text-align:right}.lpc-market-of-day__legend-dot{width:10px;height:10px}.lpc-market-of-day--multi .lpc-market-of-day__article-btn{flex:0 0 100%;margin-top:8px;padding:12px 16px;font-size:14px}}.lpc-filters-bar{margin-bottom:20px}.lpc-filters-row{display:flex;align-items:center;gap:12px}.lpc-category-scroll-wrapper{display:flex;align-items:center;flex:1;min-width:0;gap:8px}.lpc-scroll-btn{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;color:#6b7280;transition:all .2s ease}.lpc-scroll-btn:hover{background:#e5e7eb;color:#374151}.lpc-scroll-btn:disabled{opacity:.3;cursor:not-allowed}.lpc-category-filters{display:flex;gap:8px;overflow-x:auto;flex:1;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.lpc-category-filters::-webkit-scrollbar{display:none}.lpc-toolbar{display:flex;align-items:center;gap:8px;flex-shrink:0}.lpc-gp-toggle~.lpc-toolbar{margin-left:auto}.lpc-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease}.lpc-icon-btn:hover{background:#e5e7eb;color:#374151}.lpc-search-toggle-wrapper{position:relative;display:flex;align-items:center}.lpc-search-expanded{position:absolute;right:100%;margin-right:8px;width:0;overflow:hidden;transition:width .3s ease}.lpc-search-expanded.lpc-show{width:200px}.lpc-search-input{width:100%;padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.lpc-search-input:focus{border-color:#4440e8;box-shadow:0 0 0 3px rgba(68,64,232,.1)}.lpc-search-input::placeholder{color:#9ca3af}.lpc-filter-dropdown-wrapper{position:relative}.lpc-filter-dropdown{position:absolute;top:100%;right:0;margin-top:8px;width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:12px;display:none;z-index:100}.lpc-filter-dropdown.lpc-show{display:block}.lpc-filter-group{margin-bottom:12px}.lpc-filter-group:last-child{margin-bottom:0}.lpc-filter-group label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.lpc-filter-group select{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;margin-top:4px;cursor:pointer}.lpc-filter-btn{flex-shrink:0;padding:8px 16px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.lpc-filter-btn:hover{background:#e5e7eb;border-color:#d1d5db}.lpc-filter-btn.lpc-active{background:#1f2937;color:#fff;border-color:#1f2937}.lpc-poll-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:16px}.lpc-poll-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease;position:relative}.lpc-ribbon{width:70px;height:70px;overflow:hidden;position:absolute;top:-6px;left:-6px;z-index:2}.lpc-ribbon::before,.lpc-ribbon::after{position:absolute;z-index:-1;content:"";display:block;border:3px solid #b45309}.lpc-ribbon::before{top:0;right:0;border-top-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.lpc-ribbon::after{bottom:0;left:0;border-top-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.lpc-ribbon span{position:absolute;display:block;width:100px;padding:4px 0;background-color:#f59e0b;box-shadow:0 3px 6px rgba(0,0,0,.2);color:#fff;font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;text-align:center;right:-8px;top:18px;transform:rotate(-45deg)}.lpc-badge{position:absolute;top:-13px;right:8px;z-index:2}.lpc-badge span{display:inline-block;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.lpc-badge--moving span{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;animation:lpc-pulse 2s ease-in-out infinite}@keyframes lpc-pulse{0%,100%{opacity:1}50%{opacity:.7}}.lpc-vote-section{margin-top:auto}.lpc-sports-buttons{margin-top:auto;flex-grow:1;align-items:flex-end}.lpc-poll-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.lpc-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.lpc-card-icon{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.lpc-card-title{flex:1;font-size:14px;font-weight:600;line-height:1.4;margin:0;color:#1f2937;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lpc-card-title-link{color:inherit !important;text-decoration:none;transition:color .2s ease}.lpc-card-title-link:hover,.lpc-card-title-link:focus-visible{color:#2563eb !important;text-decoration:none !important}.lpc-bet-close{position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;color:#6b7280;transition:all .2s ease}.lpc-bet-close:hover{background:#e5e7eb;color:#374151}.lpc-poll-card{position:relative}.lpc-vote-buttons.lpc-hide,.lpc-outcomes-list.lpc-hide{display:none}.lpc-card-chance{text-align:right;flex-shrink:0}.lpc-chance-value{display:block;font-size:24px;font-weight:700;color:#10b981;line-height:1}.lpc-chance-label{display:block;font-size:11px;color:#6b7280;text-transform:uppercase}.lpc-vote-buttons{display:flex;gap:8px;margin-bottom:12px}.lpc-btn-yes,.lpc-btn-no,.lpc-btn-team,.lpc-btn-bet{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease}.lpc-btn-yes:disabled,.lpc-btn-no:disabled,.lpc-btn-team:disabled,.lpc-btn-bet:disabled{opacity:.6;cursor:not-allowed}.lpc-btn-yes{background:#10b981;color:#fff !important}.lpc-btn-yes:hover:not(:disabled){background:#059669}.lpc-btn-yes.lpc-selected{background:#047857;box-shadow:0 0 0 2px #10b981}.lpc-btn-no{background:#ef4444;color:#fff !important}.lpc-btn-no:hover:not(:disabled){background:#dc2626}.lpc-btn-no.lpc-selected{background:#b91c1c;box-shadow:0 0 0 2px #ef4444}.lpc-voted .lpc-btn-yes:not(.lpc-selected),.lpc-voted .lpc-btn-no:not(.lpc-selected){opacity:.6}.lpc-btn-sm.lpc-btn-yes,.lpc-btn-sm.lpc-btn-no{color:#fff !important}.lpc-outcomes-list{margin-bottom:12px}.lpc-sports-teams{margin-bottom:12px}.lpc-sports-team-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.lpc-team-name{font-size:14px;font-weight:500;color:#374151}.lpc-team-chance{font-size:16px;font-weight:700;color:#10b981}.lpc-sports-buttons{display:flex;gap:8px;margin-bottom:12px}.lpc-btn-team{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;line-height:1.3;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#fff !important}.lpc-btn-team-yes{background:#10b981}.lpc-btn-team-yes:hover{background:#059669}.lpc-btn-team-yes.lpc-selected{background:#047857;box-shadow:0 0 0 2px #10b981}.lpc-btn-team-no{background:#ef4444}.lpc-btn-team-no:hover{background:#dc2626}.lpc-btn-team-no.lpc-selected{background:#b91c1c;box-shadow:0 0 0 2px #ef4444}.lpc-btn-draw{background:#6b7280;flex:.6}.lpc-btn-draw:hover{background:#4b5563}.lpc-btn-draw.lpc-selected{background:#374151;box-shadow:0 0 0 2px #6b7280}.lpc-sports-card .lpc-card-header{margin-bottom:8px}.lpc-sports-buttons.lpc-hide{display:none}.lpc-outcome-row{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6;gap:12px}.lpc-outcome-row:last-child{border-bottom:none}.lpc-outcome-name{flex:1;font-size:14px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lpc-outcome-chance{font-size:16px;font-weight:700;color:#10b981;min-width:50px;text-align:right}.lpc-outcome-buttons{display:flex;gap:4px}.lpc-btn-sm{padding:6px 12px !important;font-size:12px !important;flex:none !important;text-decoration:none !important}.lpc-btn-sm:hover{text-decoration:none !important}.lpc-multi-outcome .lpc-card-header{margin-bottom:8px}.lpc-card-footer{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:auto}.lpc-volume{font-size:12px;color:#6b7280}.lpc-volume::before{content:"";display:inline-block;width:12px;height:12px;margin-right:4px;vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");background-size:contain}.lpc-local-votes{font-size:12px;color:#9ca3af}.lpc-no-polls{padding:40px 20px;text-align:center;color:#6b7280;background:#f9fafb;border-radius:12px}.lpc-style-minimal .lpc-poll-card{border:none;box-shadow:0 1px 3px rgba(0,0,0,.1)}.lpc-style-minimal .lpc-card-footer{display:none}.lpc-style-minimal .lpc-article-link{display:none}.lpc-style-detailed .lpc-poll-card{padding:20px}.lpc-style-detailed .lpc-card-title{font-size:16px;-webkit-line-clamp:4}.lpc-style-detailed .lpc-chance-value{font-size:28px}@keyframes lpc-pulse{0%,100%{opacity:1}50%{opacity:.5}}.lpc-poll-card.lpc-voting .lpc-btn{animation:lpc-pulse 1s ease-in-out infinite}.lpc-vote-section{margin-bottom:12px}.lpc-bet-section{margin-top:10px}.lpc-bet-amount-wrapper{position:relative;display:flex;align-items:center;margin-bottom:10px}.lpc-bet-amount{flex:1;padding:10px 80px 10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.lpc-bet-amount:focus{border-color:#4440e8;box-shadow:0 0 0 3px rgba(68,64,232,.1)}.lpc-bet-amount::placeholder{color:#9ca3af}.lpc-bet-quick-amounts{position:absolute;right:8px;display:flex;gap:4px}.lpc-quick-amount{padding:4px 8px;background:#f3f4f6;border:none;border-radius:4px;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .2s ease}.lpc-quick-amount:hover{background:#e5e7eb}.lpc-outcome-row.lpc-outcome-selected{background:#f0fdf4;margin:0 -16px;padding:10px 16px}.lpc-outcome-vote.lpc-selected.lpc-btn-yes{background:#059669;color:#fff !important}.lpc-outcome-vote.lpc-selected.lpc-btn-no{background:#dc2626;color:#fff !important}.lpc-btn-bet{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:#4440e8;color:#fff !important;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none !important;transition:all .2s ease}.lpc-btn-bet:hover,.lpc-btn-bet:focus{background:#000;color:#fff !important;text-decoration:none !important}.lpc-btn-bet:active{background:#343434;color:#fff !important}.lpc-bet-icon{font-size:16px}.lpc-bet-choice{font-weight:700}.lpc-bet-outcome{font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes lpc-slide-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lpc-bet-section.lpc-show{animation:lpc-slide-in .3s ease-out}.lpc-poll-card.lpc-vote-success{border-color:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.lpc-load-more-wrapper{text-align:center;margin-top:24px}.lpc-load-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.lpc-load-more:hover:not(:disabled){background:#374151;transform:translateY(-1px)}.lpc-load-more:disabled{opacity:.6;cursor:not-allowed}.lpc-load-more.lpc-loading{pointer-events:none}.lpc-load-more .lpc-spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:lpc-spin .8s linear infinite}.lpc-load-more.lpc-loading .lpc-spinner{display:block}.lpc-load-more.lpc-loading .lpc-load-more-text{display:none}@keyframes lpc-spin{to{transform:rotate(360deg)}}.lpc-load-more-hidden{display:none}.lpc-poll-cards.lpc-loading-grid{opacity:.5;pointer-events:none}.lpc-card-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.lpc-detail-link{margin-left:auto;font-size:12px;color:#6b7280;text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lpc-detail-link:hover{color:#374151;text-decoration:underline}.lpc-article-link{display:block;width:100%;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:600;text-align:center;color:#fff !important;text-decoration:none !important;background:#2563eb;border-radius:8px;transition:all .2s ease;order:10}.lpc-article-link:hover{background:#1d4ed8;color:#fff !important;text-decoration:none !important}.lpc-article-link--outline{color:#2563eb !important;background:rgba(0,0,0,0);border:1px solid #2563eb}.lpc-article-link--outline:hover{color:#fff !important;background:#2563eb}.lpc-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.lpc-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:1}.lpc-modal-container{position:relative;z-index:2;background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.lpc-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;gap:16px}.lpc-modal-title-wrapper{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.lpc-modal-icon{width:40px;height:40px;border-radius:8px;flex-shrink:0;object-fit:cover}.lpc-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.4}.lpc-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;color:#6b7280;flex-shrink:0;transition:all .2s ease}.lpc-modal-close:hover{background:#e5e7eb;color:#374151}.lpc-modal-body{padding:24px;overflow-y:auto;flex:1}.lpc-modal-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:#6b7280;font-size:14px}.lpc-modal-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid #e5e7eb;padding-bottom:0}.lpc-modal-tab{padding:10px 20px;background:rgba(0,0,0,0);border:none;border-bottom:2px solid rgba(0,0,0,0);font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;margin-bottom:-1px}.lpc-modal-tab:hover{color:#374151}.lpc-modal-tab.lpc-active{color:#111827;border-bottom-color:#111827}.lpc-modal-tab-content{display:none}.lpc-modal-tab-content.lpc-active{display:block}.lpc-modal-rules-section{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.lpc-modal-rules-section h4{font-size:13px;font-weight:600;color:#374151;margin:0 0 12px 0;text-transform:uppercase;letter-spacing:.05em}.lpc-modal-description,.lpc-modal-rules{font-size:14px;line-height:1.6;color:#4b5563}.lpc-modal-description p,.lpc-modal-rules p{margin:0 0 12px 0}.lpc-modal-description p:last-child,.lpc-modal-rules p:last-child{margin-bottom:0}.lpc-no-description,.lpc-no-outcomes{color:#9ca3af;font-size:14px;text-align:center;padding:20px}.lpc-early-close{padding:12px;background:#fef3c7;border-radius:8px;font-size:13px}.lpc-modal-outcomes{display:flex;flex-direction:column;gap:6px}.lpc-modal-outcome-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f9fafb;border-radius:6px;gap:12px;overflow:hidden}.lpc-modal-outcome-item .lpc-outcome-bar{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg, rgba(5, 150, 105, 0.25), rgba(5, 150, 105, 0.08));border-radius:6px 0 0 6px;pointer-events:none}.lpc-modal-outcome-item .lpc-outcome-name{position:relative;font-size:15px;color:#374151;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lpc-modal-outcome-item .lpc-outcome-pct{position:relative;font-size:14px;font-weight:600;color:#059669;flex-shrink:0}.lpc-modal-tags-section{margin-top:20px;margin-bottom:20px}.lpc-modal-tags{display:flex;flex-wrap:wrap;gap:8px}.lpc-modal-tag{display:inline-block;padding:4px 12px;background:#e5e7eb;border-radius:20px;font-size:12px;color:#374151}.lpc-modal-actions{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb;position:relative;z-index:10}.lpc-modal-bet-btn{display:block;width:100%;text-align:center;padding:14px 24px;font-size:16px;font-weight:600;position:relative;z-index:10}@media(max-width: 600px){.lpc-detail-modal{padding:0}.lpc-modal-container{max-height:100vh;border-radius:0}}.lpc-detail-modal .lpc-chart-container .lpc-chart-component{margin:0}.lpc-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px;padding:16px 0}.lpc-page-ctrl{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .15s ease}.lpc-page-ctrl:hover:not(.disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.lpc-page-ctrl.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.lpc-page-ctrl svg{width:7px;height:11px}.lpc-page-numbers{display:flex;align-items:center;gap:4px}.lpc-page-number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .15s ease}.lpc-page-number:hover:not(.current){background:#f9fafb;border-color:#d1d5db;text-decoration:none}.lpc-page-number.current{background:#111827;border-color:#111827;color:#fff !important}.lpc-page-dots{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:40px;font-size:14px;color:#9ca3af}.lpc-poll-cards-wrapper.lpc-loading .lpc-poll-cards{opacity:.5;pointer-events:none}.lpc-poll-cards-wrapper.lpc-loading .lpc-pagination{opacity:.5;pointer-events:none}@media(max-width: 640px){.lpc-pagination{flex-wrap:wrap;justify-content:center;gap:12px}.lpc-page-ctrl{order:2;padding:8px 12px;font-size:13px}.lpc-page-numbers{order:1;width:100%;justify-content:center}.lpc-page-number{min-width:36px;height:36px;font-size:13px}}.lpc-category-menu-wrapper{display:flex;align-items:center;gap:8px;margin-top:16px;margin-bottom:24px;position:relative}.lpc-category-menu{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:4px 0}.lpc-category-menu::-webkit-scrollbar{display:none}.lpc-category-menu__scroll-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;color:#374151;flex-shrink:0;transition:all .15s ease}.lpc-category-menu__scroll-btn:hover:not(.lpc-disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.lpc-category-menu__scroll-btn.lpc-hidden{display:none}.lpc-category-menu__scroll-btn.lpc-disabled{opacity:.3;cursor:default;pointer-events:none}.lpc-category-menu__item{display:inline-flex;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;color:#374151 !important;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.lpc-category-menu__item:hover{background:#f9fafb;border-color:#d1d5db !important;color:#111827}@media(max-width: 640px){.lpc-category-menu-wrapper{margin-top:12px;margin-bottom:16px}.lpc-category-menu{gap:8px}.lpc-category-menu__scroll-btn{display:none}.lpc-category-menu__item{padding:8px 14px;font-size:13px}}.lpc-gp-toggle{display:inline-flex;gap:0;width:fit-content;margin:0;flex-shrink:0;padding:3px;background:#eef1f6;border-radius:999px}.lpc-gp-toggle__btn{min-height:36px;padding:7px 18px;border:none;background:rgba(0,0,0,0);border-radius:999px;font-size:14px;font-weight:600;line-height:1;color:#475569;cursor:pointer;transition:background-color .18s ease,color .18s ease}.lpc-gp-toggle__btn:hover{color:#0c1326}.lpc-gp-toggle__btn.is-active{background:#2563eb;color:#fff}.lpc-gp-toggle__btn.is-active:hover{color:#fff}.lpc-gp-toggle__btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(prefers-reduced-motion: reduce){.lpc-gp-toggle__btn{transition:none}}