.styles_container__qRVb9{padding:var(--inner-padding);max-width:720px;margin:0 auto}.styles_series_header__xHFzC{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--divider-color)}.styles_series_cover__YRqDU{width:100%;max-height:200px;object-fit:cover;border-radius:var(--border-radius);margin-bottom:20px}.styles_series_title__ZEMlx{font-size:26px;font-weight:700;color:var(--text-color);margin:0 0 8px;line-height:1.3}.styles_series_description__P2xos{font-size:15px;color:var(--muted-text-color);margin:0 0 12px;line-height:1.6}.styles_series_count__j4oTR{display:inline-block;font-size:12px;font-weight:600;color:var(--muted-text-color);background:var(--background-color);padding:3px 10px;border-radius:var(--border-radius-sm);border:1px solid var(--divider-color);text-transform:uppercase;letter-spacing:.04em}.styles_empty__ssXMP{padding:48px 0;text-align:center;color:var(--muted-text-color);font-size:14px}.styles_item_list__CIfW5{display:flex;flex-direction:column;gap:10px}.styles_item_card__Jsyj4{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.styles_item_card__Jsyj4:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.styles_item_card__Jsyj4:hover .styles_item_arrow__oHQHl{transform:translateX(4px);color:var(--primary-color)}.styles_item_num__QRmwU{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);font-size:13px;font-weight:700;color:var(--muted-text-color)}.styles_item_body__jAE33{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.styles_item_top_row__owyre{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.styles_item_title__WSJD7{font-size:15px;font-weight:600;color:var(--text-color);line-height:1.3}.styles_type_badge__IcNZL{flex-shrink:0;font-size:11px;font-weight:600;color:var(--muted-text-color);background:var(--background-color);border:1px solid var(--divider-color);padding:2px 7px;border-radius:var(--border-radius-sm);text-transform:uppercase;letter-spacing:.04em}.styles_item_excerpt__dt13f{font-size:13px;color:var(--muted-text-color);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.styles_item_arrow__oHQHl{flex-shrink:0;font-size:16px;color:var(--muted-text-color);transition:transform .2s ease,color .2s ease}.styles_timer__cLWDc{display:flex;flex-direction:column;gap:12px;padding:var(--inner-padding);background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.03) 0,rgba(var(--primary-color-rgb),.06) 100%);border:1px solid var(--divider-color);border-radius:var(--border-radius);transition:all .3s ease}.styles_timer__cLWDc.styles_warning__vgDkf{background:linear-gradient(135deg,rgba(255,152,0,.05),rgba(255,152,0,.1));border-color:var(--warning-color)}.styles_timer__cLWDc.styles_urgent__p61Jk{background:linear-gradient(135deg,rgba(237,67,67,.05),rgba(237,67,67,.1));border-color:var(--error-color);animation:styles_pulse__Ie4NR 2s ease-in-out infinite}@keyframes styles_pulse__Ie4NR{0%,to{box-shadow:0 0 0 0 rgba(237,67,67,.2)}50%{box-shadow:0 0 0 8px rgba(237,67,67,0)}}.styles_timerContent__7xIv_{display:flex;align-items:center;gap:12px}.styles_iconWrapper__8H52S{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--background-color);color:var(--primary-color);flex-shrink:0}.styles_warning__vgDkf .styles_iconWrapper__8H52S{background:rgba(255,152,0,.15);color:var(--warning-color)}.styles_urgent__p61Jk .styles_iconWrapper__8H52S{background:rgba(237,67,67,.15);color:var(--error-color);animation:styles_iconPulse__VOH0Z 1s ease-in-out infinite}@keyframes styles_iconPulse__VOH0Z{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.styles_textContent__jsvLD{display:flex;flex-direction:column;gap:2px;flex:1 1}.styles_label__5bJyD{font-size:12px;font-weight:500;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.5px}.styles_urgent__p61Jk .styles_label__5bJyD{color:var(--error-color)}.styles_timeDisplay__cBtmG{font-size:24px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-color);letter-spacing:-.5px}.styles_warning__vgDkf .styles_timeDisplay__cBtmG{color:var(--warning-color)}.styles_urgent__p61Jk .styles_timeDisplay__cBtmG{color:var(--error-color)}.styles_extendButton__eb_8y{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background:rgba(0,0,0,0);border:1px solid var(--primary-color);border-radius:var(--border-radius-sm);color:var(--primary-color);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.styles_extendButton__eb_8y:hover:not(:disabled){background:var(--primary-color);color:#fff}.styles_extendButton__eb_8y:disabled{opacity:.6;cursor:not-allowed}.styles_warning__vgDkf .styles_extendButton__eb_8y{border-color:var(--warning-color);color:var(--warning-color)}.styles_warning__vgDkf .styles_extendButton__eb_8y:hover:not(:disabled){background:var(--warning-color);color:#fff}.styles_urgent__p61Jk .styles_extendButton__eb_8y{border-color:var(--error-color);color:var(--error-color)}.styles_urgent__p61Jk .styles_extendButton__eb_8y:hover:not(:disabled){background:var(--error-color);color:#fff}.styles_expiredMessage__GEhdJ{margin:0;padding:12px;background:rgba(237,67,67,.1);border-radius:var(--border-radius-sm);color:var(--error-color);font-size:13px;font-weight:500;text-align:center}.styles_compactTimer__e65Mp{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);font-size:13px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-color);transition:all .2s ease}.styles_compactTimer__e65Mp.styles_warning__vgDkf{background:rgba(255,152,0,.1);border-color:var(--warning-color);color:var(--warning-color)}.styles_compactTimer__e65Mp.styles_urgent__p61Jk{background:rgba(237,67,67,.1);border-color:var(--error-color);color:var(--error-color);animation:styles_compactPulse__LkcqE 1s ease-in-out infinite}@keyframes styles_compactPulse__LkcqE{0%,to{opacity:1}50%{opacity:.7}}.styles_timerIcon__j68Rl{flex-shrink:0}.styles_time__ucvoo{line-height:1}.styles_container__69ZzJ{position:relative;width:100%;height:100%;min-height:320px;overflow:hidden;background-color:var(--background-color);border-radius:var(--border-radius);border:1px solid var(--divider-color)}@media(max-width:600px){.styles_container__69ZzJ{min-height:280px}}.styles_svgWrapper__dHdgW{width:100%;height:100%;transform-origin:center center;transition:transform .1s ease-out;cursor:-webkit-grab;cursor:grab}.styles_svgWrapper__dHdgW:active{cursor:-webkit-grabbing;cursor:grabbing}.styles_svg__USgMM{width:100%;height:100%;display:block}.styles_item__rTwN_{transition:opacity .15s ease,filter .15s ease}.styles_item__rTwN_.styles_selectable__EH97n{cursor:pointer}.styles_item__rTwN_.styles_selectable__EH97n:hover{opacity:.9;filter:brightness(1.1) drop-shadow(0 0 4px rgba(0,0,0,.2))}.styles_item__rTwN_.styles_disabled__MRZLe{cursor:not-allowed;opacity:.6}.styles_item__rTwN_.styles_highlighted__K7vqG{animation:styles_pulse__RSL1C 1.5s ease-in-out infinite}@keyframes styles_pulse__RSL1C{0%,to{opacity:1}50%{opacity:.6}}.styles_controlsRow__lpybX{position:absolute;bottom:var(--inner-padding);right:var(--inner-padding);display:flex;align-items:center;gap:8px;z-index:10}.styles_seatSearch__TSG1p{display:flex;align-items:center;background:#fff;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);overflow:hidden}.styles_searchInput__OWxfT{width:140px;padding:8px 12px;border:none;background:rgba(0,0,0,0);font-size:13px;color:var(--text-color)}.styles_searchInput__OWxfT::placeholder{color:var(--muted-text-color)}.styles_searchInput__OWxfT:focus{outline:none}.styles_searchButton__28g98{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--primary-color);color:#fff;cursor:pointer;transition:background-color .15s ease}.styles_searchButton__28g98:hover{background:var(--text-color)}.styles_fullscreenButton__c75I_{position:absolute;top:var(--inner-padding);inset-inline-end:var(--inner-padding);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);color:var(--text-color);cursor:pointer;z-index:10;transition:background-color .15s ease,color .15s ease}.styles_fullscreenButton__c75I_:hover{background-color:var(--background-color)}.styles_container__69ZzJ:-webkit-full-screen{border-radius:0;min-height:100%;height:100%}.styles_container__69ZzJ:-webkit-full-screen,.styles_container__69ZzJ:fullscreen{border-radius:0;min-height:100%;height:100%}.styles_zoomControls__NzEvJ{position:absolute;bottom:var(--inner-padding);right:var(--inner-padding);display:flex;align-items:center;gap:4px;background:#fff;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);padding:4px;z-index:10}.styles_zoomButton__fovh6{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:rgba(0,0,0,0);border-radius:var(--border-radius-sm);color:var(--text-color);cursor:pointer;transition:background-color .15s ease}.styles_zoomButton__fovh6:hover:not(:disabled){background-color:var(--background-color)}.styles_zoomButton__fovh6:disabled{opacity:.4;cursor:not-allowed}.styles_zoomLevel__nUoUq{min-width:48px;padding:4px 8px;border:none;background:rgba(0,0,0,0);font-size:12px;font-weight:500;color:var(--muted-text-color);cursor:pointer;border-radius:var(--border-radius-sm)}.styles_zoomLevel__nUoUq:hover{background-color:var(--background-color)}.styles_legend__vuGqH{position:absolute;top:var(--inner-padding);left:var(--inner-padding);background:#fff;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);padding:var(--inner-padding);max-width:220px;max-height:calc(100% - 32px);overflow-y:auto;z-index:10}.styles_legend__vuGqH::-webkit-scrollbar{width:4px}.styles_legend__vuGqH::-webkit-scrollbar-track{background:var(--background-color);border-radius:var(--border-radius-xs)}.styles_legend__vuGqH::-webkit-scrollbar-thumb{background:var(--divider-color);border-radius:var(--border-radius-xs)}.styles_legend__vuGqH::-webkit-scrollbar-thumb:hover{background:var(--muted-text-color)}@media(max-width:600px){.styles_legend__vuGqH{position:static;max-width:none;max-height:none;padding:10px 12px;margin:0}.styles_legend__vuGqH .styles_legendTitle__1M9TM{display:none}.styles_legend__vuGqH .styles_legendSection__flX1i{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.styles_legend__vuGqH .styles_legendSection__flX1i:last-child{margin-bottom:0}.styles_legend__vuGqH .styles_legendStatusGrid__wZagv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 10px;gap:6px 10px}.styles_legend__vuGqH .styles_legendSectionTitle__iDRn8{width:100%;margin-bottom:4px}.styles_legend__vuGqH .styles_legendItem__vljnA{margin-bottom:0;font-size:11px}.styles_legend__vuGqH .styles_legendItem__vljnA.styles_clickableZone__MDAZq{padding:4px 8px;margin:0}.styles_legend__vuGqH .styles_legendDot__3o2cO{width:10px;height:10px}}.styles_legendTitle__1M9TM{font-size:12px;font-weight:600;color:var(--text-color);margin-bottom:8px}.styles_legendSection__flX1i{margin-bottom:12px}.styles_legendSection__flX1i:last-child{margin-bottom:0}.styles_legendStatusGrid__wZagv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 12px;gap:6px 12px}.styles_legendStatusGrid__wZagv .styles_legendItem__vljnA{margin-bottom:0;min-width:0}.styles_legendStatusGrid__wZagv .styles_legendItem__vljnA span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_legendSectionTitle__iDRn8{font-size:11px;font-weight:500;color:var(--muted-text-color);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.styles_legendItem__vljnA{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px;color:var(--text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;text-align:start;font:inherit;width:100%}.styles_legendItem__vljnA:disabled{cursor:default;opacity:1}.styles_legendItem__vljnA:last-child{margin-bottom:0}.styles_legendItem__vljnA.styles_clickableZone__MDAZq{cursor:pointer;padding:6px 8px;margin:0 -8px 4px;border-radius:var(--border-radius-sm);transition:background-color .15s ease}.styles_legendItem__vljnA.styles_clickableZone__MDAZq:hover{background-color:var(--background-color)}.styles_legendItem__vljnA.styles_clickableZone__MDAZq:last-child{margin-bottom:0}.styles_legendItem__vljnA.styles_selectedZone__BfSzX{background-color:var(--background-color);border:1px solid var(--primary-color)}.styles_showAllButton__Fh6OZ{display:block;width:100%;margin-top:8px;padding:8px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background:#fff;font-size:12px;font-weight:500;color:var(--primary-color);cursor:pointer;transition:all .15s ease}.styles_showAllButton__Fh6OZ:hover{background-color:var(--background-color);border-color:var(--primary-color)}.styles_legendDot__3o2cO{width:12px;height:12px;border-radius:50%;flex-shrink:0}.styles_zoneFilterSelect__RVGNN{width:100%;min-width:200px;max-width:280px}.styles_zoneOption__zm2Qu{display:flex;align-items:center;gap:8px;min-width:0}.styles_zoneOptionDot__B5Bi1{width:12px;height:12px;border-radius:50%;flex-shrink:0}.styles_zoneOptionLabel__J4rs6{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_zoneOptionRow__W2cXR{padding:8px 12px;cursor:pointer;font-size:13px;color:var(--text-color)}.styles_zoneOptionRow__W2cXR.styles_zoneOptionFocused__J0Fn4{background-color:var(--background-color)}.styles_zoneOptionRow__W2cXR.styles_zoneOptionSelected__4vPsP{background-color:var(--primary-color);color:#fff}.styles_zoneSingleValue__MsUQ4{font-size:13px;color:var(--text-color)}.styles_zoneName___8Zy4{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_zonePrice__hNuEw{font-weight:500;color:var(--text-color)}.styles_popover__3_VQ_{position:absolute;background:#fff;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-lg);padding:12px;min-width:160px;z-index:100;pointer-events:none}.styles_popoverHeader__CIJkF{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--divider-color)}.styles_popoverTitle__wdK3Y{font-size:14px;font-weight:600;color:var(--text-color)}.styles_popoverStatus__SDEjW{font-size:11px;font-weight:500;padding:2px 6px;border-radius:var(--border-radius-xs);text-transform:uppercase}.styles_popoverStatus__SDEjW[data-status=available]{background-color:var(--alert-success-color);color:var(--tertiary-color)}.styles_popoverStatus__SDEjW[data-status=selected]{background-color:rgba(var(--secondary-color-rgb),.15);color:var(--secondary-color)}.styles_popoverStatus__SDEjW[data-status=reserved]{background-color:var(--alert-warning-color);color:var(--warning-color)}.styles_popoverStatus__SDEjW[data-status=blocked],.styles_popoverStatus__SDEjW[data-status=sold]{background-color:var(--background-color);color:var(--muted-text-color)}.styles_popoverBody__aeZxb{display:flex;flex-direction:column;gap:4px}.styles_popoverRow__VM_ZK{display:flex;justify-content:space-between;align-items:flex-start;font-size:12px;gap:12px}.styles_popoverRow__VM_ZK>span:first-child{color:var(--muted-text-color);white-space:nowrap;flex-shrink:0}.styles_popoverRow__VM_ZK>span:last-child{font-weight:500;color:var(--text-color);text-align:right;line-height:1.4}.styles_price__63yni{color:var(--primary-color)!important;font-weight:600!important}.styles_popoverHint__zHUDG{margin-top:8px;padding-top:8px;border-top:1px solid var(--divider-color);font-size:11px;color:var(--muted-text-color);text-align:center}.styles_popoverArrow__lxPRz{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:#fff;box-shadow:var(--shadow-sm)}.styles_miniContainer__rK6fU{position:relative;background-color:var(--background-color);border-radius:var(--border-radius-sm);border:1px solid var(--divider-color);overflow:hidden}.styles_miniContainerFit__f9sMe{width:100%;height:100%}.styles_miniSvg__tKVF2{width:100%;height:100%;display:block}.styles_miniZoomControls__2q24Y{position:absolute;inset-block-end:12px;inset-inline-end:12px;display:flex;align-items:center;gap:4px;padding:4px;background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);z-index:2}.styles_miniZoomBtn___dS8n{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--border-radius-sm);background:rgba(0,0,0,0);color:var(--icon-color);cursor:pointer;transition:background-color .2s ease-out,color .2s ease-out}.styles_miniZoomBtn___dS8n:hover:not(:disabled){background:var(--muted-divider-color);color:var(--text-color)}.styles_miniZoomBtn___dS8n:disabled{opacity:.4;cursor:not-allowed}.styles_miniZoomReset__1AU97{min-width:48px;height:32px;padding-inline:8px;border:none;border-radius:var(--border-radius-sm);background:rgba(0,0,0,0);color:var(--text-color);font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s ease-out}.styles_miniZoomReset__1AU97:hover{background:var(--muted-divider-color)}.styles_miniLegend__IDb3n{position:absolute;bottom:4px;left:4px;display:flex;flex-wrap:wrap;gap:4px;background:hsla(0,0%,100%,.9);padding:4px 6px;border-radius:var(--border-radius-xs)}.styles_miniLegendItem__xzdpi{display:flex;align-items:center;gap:3px}.styles_miniLegendDot__hu6U_{width:6px;height:6px;border-radius:50%}.styles_miniLegendText__VwMrB{font-size:9px;color:var(--text-color);white-space:nowrap}.styles_miniLegendMore__ZAwLB{font-size:9px;color:var(--muted-text-color)}.styles_viewerWithBottomLegend__PTbRM{display:flex;flex-direction:column;gap:var(--inner-padding);width:100%}.styles_viewerWithBottomLegend__PTbRM .styles_container__69ZzJ{min-height:280px}.styles_bottomLegend__uksTX .styles_legend__vuGqH{position:relative;top:auto;left:auto;max-width:none;max-height:none;box-shadow:none;border:1px solid var(--divider-color);padding:12px 16px}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendTitle__1M9TM{margin-bottom:12px}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:12px}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i:last-child{margin-bottom:0}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i .styles_legendSectionTitle__iDRn8{width:100%;margin-top:var(--spacing-md)}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i .styles_legendItem__vljnA{display:flex;align-items:center;gap:6px;margin-bottom:0!important;white-space:nowrap}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i .styles_legendItem__vljnA.styles_clickableZone__MDAZq{padding:6px 12px;margin:0;border-radius:var(--border-radius-sm);background:var(--background-color)}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendStatusGrid__wZagv{display:grid!important;flex-direction:unset!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 12px;gap:6px 12px;max-width:320px}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_showAllButton__Fh6OZ{margin-top:8px;width:auto;padding:6px 12px}@media(max-width:767px){.styles_bottomLegend__uksTX{display:flex;justify-content:center;padding:0;margin-top:var(--inner-padding)}.styles_bottomLegend__uksTX .styles_legend__vuGqH{text-align:center;margin:0;width:100%}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendTitle__1M9TM{display:block!important;text-align:center;margin-bottom:12px}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i{justify-content:center}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i .styles_legendSectionTitle__iDRn8{text-align:center}.styles_bottomLegend__uksTX .styles_legend__vuGqH .styles_legendSection__flX1i .styles_legendItem__vljnA{flex-shrink:0}}.styles_emptyState__tR0dX{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:var(--inner-padding);text-align:center}.styles_emptyState__tR0dX svg{margin-bottom:var(--inner-padding);opacity:.5}.styles_emptyText__lygUa{font-size:14px;color:var(--muted-text-color);margin:0}.styles_accessibleList__YZXlv{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;background-color:var(--background-color);overflow:hidden}.styles_accessibleListHeader___9Grx{display:flex;align-items:center;justify-content:space-between;padding:var(--inner-padding);-webkit-border-after:1px solid var(--divider-color);border-block-end:1px solid var(--divider-color);background:#fff;flex-shrink:0}.styles_accessibleListBackButton__KvVhe{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);padding:6px 12px;font-size:13px;font-weight:500;color:var(--primary-color);cursor:pointer;transition:all .15s ease}.styles_accessibleListBackButton__KvVhe:hover{background-color:var(--background-color)}.styles_accessibleListCount__G4feR{font-size:13px;font-weight:600;color:var(--secondary-color)}.styles_accessibleListBody___7OFw{flex:1 1;overflow-y:auto;padding:var(--inner-padding)}.styles_accessibleListZone__pUqmr{-webkit-margin-after:24px;margin-block-end:24px}.styles_accessibleListZone__pUqmr:last-child{-webkit-margin-after:0;margin-block-end:0}.styles_accessibleListZoneTitle__Gmtsy{font-size:14px;font-weight:600;color:var(--text-color);margin:0 0 12px;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-border-start:3px solid var(--secondary-color);border-inline-start:3px solid var(--secondary-color)}.styles_accessibleListRow__5_ypF{-webkit-margin-after:12px;margin-block-end:12px}.styles_accessibleListRowLabel__lwZ5Y{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--muted-text-color);-webkit-margin-after:6px;margin-block-end:6px}.styles_accessibleListSeats__IPQMy{display:flex;flex-wrap:wrap;gap:6px}.styles_accessibleListSeat__o_stI{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--border-radius-sm);border:1px solid var(--divider-color);background:#fff;font-size:11px;font-weight:600;color:var(--text-color);cursor:pointer;transition:all .15s ease}.styles_accessibleListSeat__o_stI:hover:not(:disabled){border-color:var(--secondary-color);color:var(--secondary-color)}.styles_accessibleListSeat__o_stI:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_accessibleListSeat__o_stI[data-status=blocked],.styles_accessibleListSeat__o_stI[data-status=sold]{background-color:var(--muted-divider-color);color:var(--muted-text-color)}.styles_accessibleListSeat__o_stI[data-status=reserved]{background-color:var(--alert-warning-color)}.styles_accessibleListSeatSelected__nBNqU{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.styles_accessibleListSeatDisabled__o6bZk{opacity:.5;cursor:not-allowed}.styles_listToggleButton__7eGVr{position:absolute;inset-block-end:68px;inset-inline-start:50%;transform:translateX(-50%);z-index:11;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);padding:7px 14px;font-size:12px;font-weight:500;color:var(--primary-color);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);transition:all .15s ease}.styles_listToggleButton__7eGVr:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.styles_listToggleButton__7eGVr:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_seatLabel__2m2V1{paint-order:stroke;stroke:rgba(0,0,0,.55);stroke-width:2px;stroke-linejoin:round}.styles_bestSeatsButton__KMe0m{position:absolute;inset-block-end:110px;inset-inline-start:50%;transform:translateX(-50%);z-index:11;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--secondary-color);border:none;border-radius:var(--border-radius-sm);padding:8px 16px;font-size:12px;font-weight:600;color:#fff;cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);transition:all .15s ease}.styles_bestSeatsButton__KMe0m:hover:not(:disabled){filter:brightness(.95)}.styles_bestSeatsButton__KMe0m:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_bestSeatsButton__KMe0m:disabled{opacity:.6;cursor:not-allowed}.styles_overview__b8DrD{position:absolute;inset:0;display:flex;flex-direction:column;background-color:var(--background-color);overflow:hidden}.styles_overviewHeader__ihWSf{padding:var(--inner-padding);-webkit-border-after:1px solid var(--divider-color);border-block-end:1px solid var(--divider-color);background:#fff;flex-shrink:0}.styles_overviewTitle__tTtiP{margin:0;font-size:16px;font-weight:600;color:var(--text-color);text-align:center}.styles_overviewSvg__gh_9S{flex:1 1;width:100%;height:100%;padding:var(--inner-padding)}.styles_overviewBlock__Hcmgu{cursor:pointer;transition:opacity .15s ease}.styles_overviewBlock__Hcmgu:hover{opacity:.85}.styles_overviewBlock__Hcmgu:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_overviewBlockSold__lBHb7{cursor:not-allowed}.styles_allSectionsButton__YyWet{position:absolute;inset-block-start:16px;inset-inline-start:16px;z-index:11;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);padding:7px 14px;font-size:12px;font-weight:500;color:var(--primary-color);cursor:pointer;box-shadow:var(--shadow-sm);transition:all .15s ease}.styles_allSectionsButton__YyWet:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.styles_allSectionsButton__YyWet:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_holdTimerOverlay___YhB5{position:absolute;inset-block-start:16px;inset-inline-end:16px;z-index:12;pointer-events:auto}.styles_audio_player__30gza{margin:16px;padding:var(--inner-padding);border-radius:var(--border-radius-md);background:var(--card-background,#ffffff);border:1px solid var(--border-color,var(--divider-color));transition:box-shadow .2s ease}.styles_audio_player__30gza:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.styles_player_container__WGMqX{display:flex;flex-direction:column;gap:12px}.styles_audio_header__l_69x{display:flex;align-items:center;justify-content:space-between;gap:8px}.styles_audio_title__YqzjW{font-weight:600;font-size:14px;color:var(--text-primary,#1f2937);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.styles_error_badge__lpOm1{font-size:11px;padding:2px 8px;border-radius:var(--border-radius-xs);background:var(--error-background,#fee2e2);color:var(--error-color,var(--error-color));font-weight:500;text-transform:uppercase}.styles_controls__H3v2j{display:flex;align-items:center;gap:12px}.styles_play_button__L8s_E{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--primary-color,var(--secondary-color));border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0;position:relative;color:#fff}.styles_play_button__L8s_E:hover:not(:disabled){transform:scale(1.05);background:var(--primary-color-dark,var(--secondary-color))}.styles_play_button__L8s_E:active:not(:disabled){transform:scale(.95)}.styles_play_button__L8s_E:disabled{opacity:.5;cursor:not-allowed}.styles_play_button__L8s_E:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_play_button__L8s_E svg{position:relative;z-index:1}.styles_play_button__L8s_E.styles_loading__B2fT_{pointer-events:none}.styles_spinner__52Wpm{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:styles_spin__oIh1W .6s linear infinite}@keyframes styles_spin__oIh1W{to{transform:rotate(1turn)}}.styles_time__y9EeD{font-size:13px;font-weight:500;color:var(--text-secondary,var(--muted-text-color));white-space:nowrap;flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:40px;text-align:center}.styles_progress_container__tTK6T{position:relative;flex:1 1;height:6px;background:var(--border-color,var(--divider-color));border-radius:var(--border-radius-xs);cursor:pointer;overflow:hidden}.styles_progress_container__tTK6T:hover .styles_progress_thumb__pCuhS{opacity:1}.styles_progress_container__tTK6T:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_buffered__fy9z2{background:var(--buffered-color,#d1d5db);transition:width .3s ease}.styles_buffered__fy9z2,.styles_progress_fill__bLfoF{position:absolute;top:0;left:0;height:100%;pointer-events:none}.styles_progress_fill__bLfoF{background:var(--primary-color,var(--secondary-color));transition:width .1s linear;z-index:1}.styles_progress_thumb__pCuhS{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:var(--primary-color,var(--secondary-color));border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:2}.styles_volume_container__bkvDF{display:flex;align-items:center;gap:8px;flex-shrink:0}@media(max-width:768px){.styles_volume_container__bkvDF{gap:4px}}.styles_volume_button__erVrZ{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius-xs);background:rgba(0,0,0,0);border:1px solid var(--border-color,var(--divider-color));cursor:pointer;transition:all .2s ease;color:var(--text-secondary,var(--muted-text-color))}.styles_volume_button__erVrZ:hover{background:var(--hover-background,var(--background-color));border-color:var(--primary-color,var(--secondary-color))}.styles_volume_button__erVrZ:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_volume_slider__jXsSf{width:80px;height:4px;background:var(--border-color,var(--divider-color));border-radius:var(--border-radius-xs);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative}@media(max-width:768px){.styles_volume_slider__jXsSf{display:none}}.styles_volume_slider__jXsSf::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--primary-color,var(--secondary-color));border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;-webkit-transition:transform .2s ease;transition:transform .2s ease}.styles_volume_slider__jXsSf::-webkit-slider-thumb:hover{transform:scale(1.2)}.styles_volume_slider__jXsSf::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--primary-color,var(--secondary-color));border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;-moz-transition:transform .2s ease;transition:transform .2s ease}.styles_volume_slider__jXsSf::-moz-range-thumb:hover{transform:scale(1.2)}.styles_volume_slider__jXsSf:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_more_menu_container__2ZFCu{position:relative;flex-shrink:0}.styles_more_button__o6wJf{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius-xs);background:rgba(0,0,0,0);border:1px solid var(--border-color,var(--divider-color));cursor:pointer;transition:all .2s ease;color:var(--text-secondary,var(--muted-text-color))}.styles_more_button__o6wJf:hover{background:var(--hover-background,var(--background-color));border-color:var(--primary-color,var(--secondary-color))}.styles_more_button__o6wJf:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}@media(max-width:768px){.styles_more_button__o6wJf{width:36px;height:36px}}.styles_more_menu__JfSBE{position:absolute;right:0;bottom:calc(100% + 8px);background:var(--card-background,#ffffff);border:1px solid var(--border-color,var(--divider-color));border-radius:var(--border-radius-sm);box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px 0;min-width:180px;z-index:10;animation:styles_slideUp__PvvKq .15s ease-out}@media(max-width:768px){.styles_more_menu__JfSBE{min-width:160px}}@keyframes styles_slideUp__PvvKq{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.styles_menu_item__UDzkt{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;gap:12px;border-bottom:1px solid var(--border-color,var(--divider-color))}.styles_menu_item__UDzkt:last-child{border-bottom:none}.styles_menu_label__VyrVL{font-size:13px;font-weight:500;color:var(--text-primary,#1f2937);white-space:nowrap}.styles_menu_select__VrUZI{padding:4px 8px;font-size:12px;font-weight:500;color:var(--text-secondary,var(--muted-text-color));background:var(--input-background,var(--background-color));border:1px solid var(--border-color,var(--divider-color));border-radius:var(--border-radius-xs);cursor:pointer;transition:all .2s ease}.styles_menu_select__VrUZI:hover{border-color:var(--primary-color,var(--secondary-color))}.styles_menu_select__VrUZI:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_menu_item_link__lzYcJ{display:flex;align-items:center;gap:12px;padding:10px 16px;color:var(--text-primary,#1f2937);text-decoration:none;font-size:13px;font-weight:500;transition:background .15s ease}.styles_menu_item_link__lzYcJ:hover{background:var(--hover-background,var(--background-color))}.styles_menu_item_link__lzYcJ svg{flex-shrink:0}.styles_volume_menu_item__mSJqi{flex-direction:column;align-items:stretch;gap:8px}@media(min-width:769px){.styles_volume_menu_item__mSJqi{display:none}}.styles_volume_percentage__7U0_Y{font-size:12px;color:var(--text-secondary,var(--muted-text-color));font-weight:500;text-align:right;min-width:38px}.styles_menu_volume_slider__CEA03{width:100%;height:4px;background:var(--border-color,var(--divider-color));border-radius:var(--border-radius-xs);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative}.styles_menu_volume_slider__CEA03::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--primary-color,var(--secondary-color));border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;-webkit-transition:transform .2s ease;transition:transform .2s ease}.styles_menu_volume_slider__CEA03::-webkit-slider-thumb:hover{transform:scale(1.2)}.styles_menu_volume_slider__CEA03::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--primary-color,var(--secondary-color));border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;-moz-transition:transform .2s ease;transition:transform .2s ease}.styles_menu_volume_slider__CEA03::-moz-range-thumb:hover{transform:scale(1.2)}.styles_menu_volume_slider__CEA03:focus-visible{outline:2px solid var(--primary-color,var(--secondary-color));outline-offset:2px}.styles_error_message__U2hS7{padding:8px 12px;background:var(--error-background,#fee2e2);color:var(--error-color,var(--error-color));border-radius:var(--border-radius-xs);font-size:13px;display:flex;align-items:center;gap:8px}.styles_error_message__U2hS7:before{content:"⚠";font-size:16px}.styles_sr_only__JY0T9{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:768px){.styles_audio_player__30gza{padding:12px}.styles_controls__H3v2j{gap:8px}.styles_play_button__L8s_E{width:38px;height:38px}.styles_time__y9EeD{font-size:12px;min-width:36px}.styles_volume_button__erVrZ{width:36px;height:36px}}.styles_toast_container__cuNws{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:10000;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.styles_toast__MBAMB{pointer-events:auto;position:relative;display:flex;align-items:center;gap:10px;padding:12px 16px;background:rgba(24,24,27,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--border-radius-full);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 8px 32px rgba(0,0,0,.28),0 2px 8px rgba(0,0,0,.12);min-width:240px;max-width:480px;overflow:hidden;animation:styles_toastIn__4mYDw .4s cubic-bezier(.21,1.02,.73,1)}.styles_toast__MBAMB.styles_exiting__lwMmL{animation:styles_toastOut__8aSfG .3s cubic-bezier(.06,.71,.55,1) forwards}.styles_toast__MBAMB.styles_has_action__80YRA{border-radius:var(--border-radius)}.styles_toast__MBAMB.styles_error__fSdQv{background:var(--danger-color,var(--error-color))}.styles_toast__MBAMB.styles_info__FFAq8{background:var(--info-color)}.styles_toast_icon__E9hnR{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px}.styles_toast_content__tGSgU{flex:1 1;min-width:0}.styles_toast_text__qU1LR{font-size:13.5px;font-weight:500;color:hsla(0,0%,100%,.95);line-height:1.35;margin:0;letter-spacing:-.01em}.styles_toast_action__EDtiO{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.6);background:none;border:none;padding:0;margin-top:4px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.styles_toast_action__EDtiO:hover{color:hsla(0,0%,100%,.95)}.styles_toast_close__ZjHhv{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;cursor:pointer;border-radius:50%;opacity:.4;transition:opacity .15s ease,background .15s ease}.styles_toast_close__ZjHhv:hover{opacity:.9;background:hsla(0,0%,100%,.1)}.styles_toast_progress__sfTLJ{position:absolute;bottom:0;left:0;height:2px;background:hsla(0,0%,100%,.2);border-radius:0 0 100px 100px;animation:styles_progressShrink__BoZVs var(--toast-duration) linear forwards}@keyframes styles_progressShrink__BoZVs{0%{width:100%}to{width:0}}@keyframes styles_toastIn__4mYDw{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes styles_toastOut__8aSfG{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.97)}}.styles_body__xGDia{display:flex;align-items:center;justify-content:space-between;padding:5px 0;gap:5px}.styles_body__xGDia .styles_inner__OQh1m{display:flex;align-items:center;flex:1 1}.styles_body__xGDia .styles_inner__OQh1m .styles_avatar__Cn21X{min-width:36px;margin-right:10px;cursor:pointer}.styles_body__xGDia .styles_inner__OQh1m .styles_details__udCN0 .styles_title__GJ7Se{font-size:13px;font-weight:500;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.styles_body__xGDia .styles_inner__OQh1m .styles_details__udCN0 .styles_text__QHnFp{font-size:13px;color:var(--muted-text-color)}.styles_expand_icon__wx3a_{border-radius:50%;background-color:rgba(0,0,0,.4);padding:7px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.styles_campaign_progress__SADF7{padding:20px;background:#f3f3f5;border-radius:var(--border-radius-lg)}.styles_progress_header__gkqOC{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.styles_amounts__k6T5O{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.styles_amounts__k6T5O .styles_current_amount__0yRIR{font-weight:800;font-size:36px;color:var(--text-color);letter-spacing:-1px;line-height:1}.styles_amounts__k6T5O .styles_goal_amount__2fRLp,.styles_amounts__k6T5O .styles_goal_separator___RS97{font-size:14px;font-weight:500;color:var(--muted-text-color)}.styles_percentage__UJbjx{font-size:14px;font-weight:700;color:var(--community-primary,var(--secondary-color));white-space:nowrap}.styles_progress_bar_container___CjD_{width:100%;height:10px;background:var(--divider-color);border-radius:var(--border-radius-pill);overflow:hidden;position:relative}.styles_progress_bar__CeKn2{height:100%;background:linear-gradient(90deg,var(--community-primary,var(--secondary-color)),color-mix(in srgb,var(--community-primary,var(--secondary-color)) 80%,black));border-radius:var(--border-radius-pill);transition:width 1.2s cubic-bezier(.4,0,.2,1);min-width:0}.styles_goal_reached_message__hizl_{margin-top:14px;padding:12px 16px;background:var(--alert-success-color);border-radius:var(--border-radius);text-align:center;font-weight:600;font-size:14px;color:var(--text-color)}.styles_progress_skeleton__WDVU3{padding:20px;background:#f3f3f5;border-radius:var(--border-radius-lg)}.styles_progress_skeleton__WDVU3 .styles_skeleton_bar__UQW2C{width:100%;height:70px;background:linear-gradient(90deg,var(--divider-color) 25%,var(--muted-divider-color) 50%,var(--divider-color) 75%);background-size:200% 100%;animation:styles_shimmer__st1Lw 1.5s infinite;border-radius:var(--border-radius)}@keyframes styles_shimmer__st1Lw{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:768px){.styles_amounts__k6T5O .styles_current_amount__0yRIR{font-size:28px}}.styles_media__6mWUD{position:relative;height:auto;display:flex;align-items:center;justify-content:center;background:#000;min-height:20vh;z-index:1;overflow:hidden}.styles_media__6mWUD .styles_blurred_bg__29AGL{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;filter:blur(40px);opacity:.7;transform:scale(1.1);z-index:0;width:calc(100% + 80px);height:calc(100% + 80px);left:-40px;top:-40px}.styles_media__6mWUD.styles_event_media__3Ln7W{width:100%;height:auto;background:var(--background-color)}.styles_media__6mWUD.styles_event_media__3Ln7W.styles_is__detailed__JKd9c{width:100%;height:100%;min-height:auto;aspect-ratio:auto;max-height:none;background:rgba(0,0,0,0)}.styles_media__6mWUD.styles_event_media__3Ln7W.styles_is__detailed__JKd9c .styles_media_link__4hIkR{display:block;width:100%;height:100%}.styles_media__6mWUD.styles_event_media__3Ln7W.styles_is__detailed__JKd9c div[class*=player_wrapper]{width:100%;height:100%}.styles_media__6mWUD.styles_event_media__3Ln7W.styles_is__detailed__JKd9c img{width:100%;height:100%;aspect-ratio:16/9;max-height:100%!important;object-fit:cover}.styles_media__6mWUD.styles_event_media__3Ln7W.styles_is__detailed__JKd9c video{width:100%!important;height:100%!important;aspect-ratio:16/9;max-height:100%!important;object-fit:cover}.styles_media__6mWUD.styles_event_media__3Ln7W:not(.styles_is__detailed__JKd9c):not(.styles_with_progress__mLglQ){aspect-ratio:16/9;min-height:0;background-color:#000}.styles_media__6mWUD.styles_event_media__3Ln7W:not(.styles_is__detailed__JKd9c):not(.styles_with_progress__mLglQ) .styles_media_link__4hIkR,.styles_media__6mWUD.styles_event_media__3Ln7W:not(.styles_is__detailed__JKd9c):not(.styles_with_progress__mLglQ) div[class*=player_wrapper]{width:100%;height:100%}.styles_media__6mWUD.styles_event_media__3Ln7W:not(.styles_is__detailed__JKd9c) img,.styles_media__6mWUD.styles_event_media__3Ln7W:not(.styles_is__detailed__JKd9c) video{width:100%;height:100%;max-height:none;object-fit:contain;background-color:rgba(0,0,0,0);position:relative;z-index:1}.styles_media__6mWUD.styles_with_progress__mLglQ.styles_is__video__LBOd3{padding-bottom:65px}.styles_media__6mWUD.styles_with_progress__mLglQ.styles_is__video__LBOd3:after{height:6%;background:#000}.styles_media__6mWUD.styles_with_progress__mLglQ:after{position:absolute;left:0;bottom:0;width:100%;height:100px;content:"";background:linear-gradient(180deg,rgba(0,0,0,0),rgb(0,0,0))}.styles_media__6mWUD.styles_is__detailed__JKd9c img,.styles_media__6mWUD.styles_is__detailed__JKd9c video{max-height:calc(100vh - 400px);background-color:rgba(0,0,0,0)}@media screen and (max-width:1000px){.styles_media__6mWUD.styles_is__detailed__JKd9c img,.styles_media__6mWUD.styles_is__detailed__JKd9c video{max-height:60vh}}@media screen and (max-height:1000px){.styles_media__6mWUD.styles_is__detailed__JKd9c img,.styles_media__6mWUD.styles_is__detailed__JKd9c video{max-height:60vh}}.styles_media__6mWUD.styles_processing__Dc3ut{position:relative}.styles_media__6mWUD.styles_processing__Dc3ut:before{position:absolute;left:0;top:0;content:"";height:100%;width:100%;z-index:9;background:linear-gradient(90deg,rgba(250,250,250,.9),rgba(255,255,255,.9),rgba(250,250,250,.9));background-size:300% 100%;animation:styles_wave__y71jl 2s infinite}.styles_media__6mWUD .styles_processing_message__HPQpw{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;font-size:17px;font-weight:700;width:95%;text-align:center}.styles_media__6mWUD picture{display:flex}.styles_media__6mWUD img,.styles_media__6mWUD video{width:100%;height:auto;max-height:30vh;object-fit:contain;background-color:#000}.styles_media__6mWUD .styles_progress__sEAC1{position:absolute;left:0;bottom:var(--inner-padding);background:#fff;height:30px;width:calc(100% - 30px);border-radius:var(--border-radius-lg);z-index:9;margin:0 var(--inner-padding);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid var(--text-color)}@media screen and (max-width:360px){.styles_media__6mWUD .styles_progress__sEAC1{margin:0 15px}}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_0__R8JNE:after{position:absolute;left:0;top:0;height:100%;width:0;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_1__UeBad:after{position:absolute;left:0;top:0;height:100%;width:1%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_2__XObDL:after{position:absolute;left:0;top:0;height:100%;width:2%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_3__OEfBL:after{position:absolute;left:0;top:0;height:100%;width:3%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_4__R_mgv:after{position:absolute;left:0;top:0;height:100%;width:4%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_5__tRNQc:after{position:absolute;left:0;top:0;height:100%;width:5%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_6__Zifk_:after{position:absolute;left:0;top:0;height:100%;width:6%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_7__GMCjI:after{position:absolute;left:0;top:0;height:100%;width:7%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_8__yJ2eS:after{position:absolute;left:0;top:0;height:100%;width:8%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_9__VZq_D:after{position:absolute;left:0;top:0;height:100%;width:9%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_10__eMVrs:after{position:absolute;left:0;top:0;height:100%;width:10%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_11__s_Ifm:after{position:absolute;left:0;top:0;height:100%;width:11%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_12__8OIpb:after{position:absolute;left:0;top:0;height:100%;width:12%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_13__SOB_S:after{position:absolute;left:0;top:0;height:100%;width:13%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_14___uBv3:after{position:absolute;left:0;top:0;height:100%;width:14%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_15__xHgO4:after{position:absolute;left:0;top:0;height:100%;width:15%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_16__mQp1e:after{position:absolute;left:0;top:0;height:100%;width:16%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_17__2v7Fg:after{position:absolute;left:0;top:0;height:100%;width:17%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_18__eLeh_:after{position:absolute;left:0;top:0;height:100%;width:18%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_19__Dpz3V:after{position:absolute;left:0;top:0;height:100%;width:19%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_20__8VELf:after{position:absolute;left:0;top:0;height:100%;width:20%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_21__y3ZMV:after{position:absolute;left:0;top:0;height:100%;width:21%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_22__SjEa6:after{position:absolute;left:0;top:0;height:100%;width:22%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_23__uZzxH:after{position:absolute;left:0;top:0;height:100%;width:23%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_24__vCe9E:after{position:absolute;left:0;top:0;height:100%;width:24%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_25__3yHcl:after{position:absolute;left:0;top:0;height:100%;width:25%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_26__j0td8:after{position:absolute;left:0;top:0;height:100%;width:26%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_27__nHKjT:after{position:absolute;left:0;top:0;height:100%;width:27%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_28__mdTs5:after{position:absolute;left:0;top:0;height:100%;width:28%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_29__16Q7s:after{position:absolute;left:0;top:0;height:100%;width:29%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_30__PiQOW:after{position:absolute;left:0;top:0;height:100%;width:30%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_31__kpkrv:after{position:absolute;left:0;top:0;height:100%;width:31%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_32__1tRV5:after{position:absolute;left:0;top:0;height:100%;width:32%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_33__dKyyn:after{position:absolute;left:0;top:0;height:100%;width:33%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_34__j0YQv:after{position:absolute;left:0;top:0;height:100%;width:34%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_35__PQFMu:after{position:absolute;left:0;top:0;height:100%;width:35%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_36__GfKkF:after{position:absolute;left:0;top:0;height:100%;width:36%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_37__nou3w:after{position:absolute;left:0;top:0;height:100%;width:37%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_38__9pjVT:after{position:absolute;left:0;top:0;height:100%;width:38%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_39__HY2iy:after{position:absolute;left:0;top:0;height:100%;width:39%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_40__Vi8v_:after{position:absolute;left:0;top:0;height:100%;width:40%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_41__T_Arw:after{position:absolute;left:0;top:0;height:100%;width:41%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_42__eo7Fh:after{position:absolute;left:0;top:0;height:100%;width:42%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_43__mdF6U:after{position:absolute;left:0;top:0;height:100%;width:43%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_44__BdGXU:after{position:absolute;left:0;top:0;height:100%;width:44%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_45__zaLaa:after{position:absolute;left:0;top:0;height:100%;width:45%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_46__rSo_q:after{position:absolute;left:0;top:0;height:100%;width:46%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_47__JA4c7:after{position:absolute;left:0;top:0;height:100%;width:47%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_48__4tpyS:after{position:absolute;left:0;top:0;height:100%;width:48%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_49__HXZ2R:after{position:absolute;left:0;top:0;height:100%;width:49%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_50__MEQY7:after{position:absolute;left:0;top:0;height:100%;width:50%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_51__2KAk5:after{position:absolute;left:0;top:0;height:100%;width:51%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_52__AEjFY:after{position:absolute;left:0;top:0;height:100%;width:52%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_53__gBnfX:after{position:absolute;left:0;top:0;height:100%;width:53%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_54__VHAGR:after{position:absolute;left:0;top:0;height:100%;width:54%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_55__9JtUC:after{position:absolute;left:0;top:0;height:100%;width:55%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_56__e6Lr_:after{position:absolute;left:0;top:0;height:100%;width:56%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_57__buBaK:after{position:absolute;left:0;top:0;height:100%;width:57%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_58__0Ma5y:after{position:absolute;left:0;top:0;height:100%;width:58%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_59__JN66G:after{position:absolute;left:0;top:0;height:100%;width:59%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_60__6G_sm:after{position:absolute;left:0;top:0;height:100%;width:60%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_61__OLPAN:after{position:absolute;left:0;top:0;height:100%;width:61%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_62__jJ9ns:after{position:absolute;left:0;top:0;height:100%;width:62%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_63__2nZxr:after{position:absolute;left:0;top:0;height:100%;width:63%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_64__ubPFq:after{position:absolute;left:0;top:0;height:100%;width:64%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_65__aeBQB:after{position:absolute;left:0;top:0;height:100%;width:65%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_66__oBopb:after{position:absolute;left:0;top:0;height:100%;width:66%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_67__I_SGC:after{position:absolute;left:0;top:0;height:100%;width:67%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_68__Itxom:after{position:absolute;left:0;top:0;height:100%;width:68%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_69__WbJr1:after{position:absolute;left:0;top:0;height:100%;width:69%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_70__c6tg7:after{position:absolute;left:0;top:0;height:100%;width:70%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_71__Znjzv:after{position:absolute;left:0;top:0;height:100%;width:71%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_72__xy_mY:after{position:absolute;left:0;top:0;height:100%;width:72%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_73___uSPe:after{position:absolute;left:0;top:0;height:100%;width:73%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_74__DpFd9:after{position:absolute;left:0;top:0;height:100%;width:74%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_75__Qc7DQ:after{position:absolute;left:0;top:0;height:100%;width:75%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_76__nJN4J:after{position:absolute;left:0;top:0;height:100%;width:76%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_77__y34EA:after{position:absolute;left:0;top:0;height:100%;width:77%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_78__GQT_A:after{position:absolute;left:0;top:0;height:100%;width:78%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_79__cXQgt:after{position:absolute;left:0;top:0;height:100%;width:79%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_80__Ij60A:after{position:absolute;left:0;top:0;height:100%;width:80%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_81__ZE7jz:after{position:absolute;left:0;top:0;height:100%;width:81%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_82__J0ek_:after{position:absolute;left:0;top:0;height:100%;width:82%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_83__SKmxf:after{position:absolute;left:0;top:0;height:100%;width:83%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_84__whaj3:after{position:absolute;left:0;top:0;height:100%;width:84%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_85__WzzEA:after{position:absolute;left:0;top:0;height:100%;width:85%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_86__Jbir_:after{position:absolute;left:0;top:0;height:100%;width:86%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_87__f_mXg:after{position:absolute;left:0;top:0;height:100%;width:87%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_88__8hSx8:after{position:absolute;left:0;top:0;height:100%;width:88%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_89__WLycr:after{position:absolute;left:0;top:0;height:100%;width:89%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_90__AOWfo:after{position:absolute;left:0;top:0;height:100%;width:90%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_91__2r_Mv:after{position:absolute;left:0;top:0;height:100%;width:91%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_92__t2Pm_:after{position:absolute;left:0;top:0;height:100%;width:92%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_93__2xvhk:after{position:absolute;left:0;top:0;height:100%;width:93%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_94__xGjSx:after{position:absolute;left:0;top:0;height:100%;width:94%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_95__hDHy4:after{position:absolute;left:0;top:0;height:100%;width:95%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_96__50cjJ:after{position:absolute;left:0;top:0;height:100%;width:96%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_97__HfSGK:after{position:absolute;left:0;top:0;height:100%;width:97%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_98__wSgJT:after{position:absolute;left:0;top:0;height:100%;width:98%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_99__bw6jN:after{position:absolute;left:0;top:0;height:100%;width:99%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1.styles_fill_100__BxVsE:after{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:var(--primary-color)}.styles_media__6mWUD .styles_progress__sEAC1 .styles_text__YUGzW{color:var(--text-color);z-index:9}.styles_media__6mWUD .styles_media_preview_wrapper__1foJA{position:absolute;bottom:10px;right:20px;z-index:9}.styles_media__6mWUD .styles_media_preview_wrapper__1foJA.styles_with_progress__mLglQ{bottom:55px}@keyframes styles_wave__y71jl{0%{background-position:100% 0}to{background-position:-100% 0}}.premium-badge_premium_badge__P8Rn7{background:linear-gradient(135deg,#ffd700,#ffb347);color:#333;border-radius:var(--border-radius-md);text-align:center;-webkit-margin-start:8px;margin-inline-start:8px;padding:2px 6px;font-size:10px;transition:all .25s ease;letter-spacing:.5px;box-shadow:0 2px 4px rgba(255,215,0,.3)}.premium-badge_members_only_badge__gX1OI,.premium-badge_premium_badge__P8Rn7{display:inline-flex;justify-content:center;align-items:center;font-weight:700;text-transform:uppercase;white-space:nowrap}.premium-badge_members_only_badge__gX1OI{color:var(--secondary-color);font-size:11px;letter-spacing:1px}.styles_main__9PjPe{cursor:pointer;background-color:var(--background-color);border-radius:var(--border-radius);padding:var(--inner-padding);margin:0 var(--inner-padding) var(--inner-padding)}.styles_main__9PjPe .styles_top_wrapper__vXQUX{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.styles_main__9PjPe .styles_top_wrapper__vXQUX .styles_contributions_wrapper__wOA25{display:flex;align-items:center;gap:10px}.styles_main__9PjPe .styles_top_wrapper__vXQUX .styles_contributions_wrapper__wOA25 .styles_count__pv_Ki{display:flex;align-items:center;gap:4px}.styles_main__9PjPe .styles_top_wrapper__vXQUX .styles_contributions_wrapper__wOA25 .styles_icon_wrapper__j17eJ{transform:rotate(-90deg);max-height:15px}.styles_main__9PjPe .styles_top_wrapper__vXQUX .styles_time_ago__ua2eA{font-size:13px;color:var(--muted-text-color)}.styles_main__9PjPe .styles_comment_wrapper__1dRUO{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:13px}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_user__IU_eE{font-weight:600;text-transform:capitalize}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp{width:100%;display:block;position:relative;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp.styles_has-klipy-media__TV9ry{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp.styles_has-klipy-media__TV9ry div:not([class*=-attachment]),.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp.styles_has-klipy-media__TV9ry p,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp.styles_has-klipy-media__TV9ry span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0{display:block!important;margin:8px 0 0!important;position:relative;width:-moz-fit-content;width:fit-content;max-width:100%;clear:both!important;float:none!important}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div[class*=clip-attachment],.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div[class*=gif-attachment],.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div[class*=meme-attachment],.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div[class*=sticker-attachment]{display:block!important;margin:8px 0 0!important;clear:both!important;float:none!important}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g video,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0 img{max-width:45px!important;width:45px!important;height:45px!important;border-radius:var(--border-radius-xs)!important;margin:0!important;object-fit:cover!important;border:1px solid var(--muted-divider-color)!important;background-color:var(--muted-divider-color)!important;position:relative}@media(max-width:768px){.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g video,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0 img{max-width:40px!important;width:40px!important;height:40px!important}}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g:after,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY:after,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR:after,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0:after{content:attr(data-file-type);position:absolute;bottom:-2px;right:-2px;background:var(--tertiary-color);color:#fff;font-size:8px;font-weight:600;padding:1px 3px;border-radius:var(--border-radius-xs);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 2px rgba(0,0,0,.2);z-index:2}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g:before,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY:before,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR:before,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(0,0,0,.05));border-radius:var(--border-radius-xs);pointer-events:none;z-index:1}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_gif-attachment__YLlIY:after{content:"GIF"}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_sticker-attachment__wjPs0:after{content:"STK"}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g:after{content:"CLIP"}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_meme-attachment__ld0zR:after{content:"MEME"}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp .styles_clip-attachment__JIP1g video{background-color:#000!important}.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_clip-attachment__JIP1g img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_clip-attachment__JIP1g video,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_gif-attachment__YLlIY img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_meme-attachment__ld0zR img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_sticker-attachment__wjPs0 img{max-width:45px!important;width:45px!important;height:45px!important;object-fit:cover!important;margin:0!important;border-radius:var(--border-radius-xs)!important;border:1px solid var(--muted-divider-color)!important;background-color:var(--muted-divider-color)!important}@media(max-width:768px){.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_clip-attachment__JIP1g img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_clip-attachment__JIP1g video,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_gif-attachment__YLlIY img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_meme-attachment__ld0zR img,.styles_main__9PjPe .styles_comment_wrapper__1dRUO .styles_comment_text__Ak4vp div.styles_sticker-attachment__wjPs0 img{max-width:40px!important;width:40px!important;height:40px!important}}.styles_show_mobile__EA_x5{display:none}@media screen and (max-width:767px){.styles_show_mobile__EA_x5{display:flex}}.styles_show_mobile__EA_x5 .styles_main__9PjPe{width:100%}@media screen and (max-width:767px){.styles_hide_mobile__3Pwga{display:none}}.styles_comment_text__Ak4vp div[class*=clip-attachment] img,.styles_comment_text__Ak4vp div[class*=clip-attachment] video,.styles_comment_text__Ak4vp div[class*=gif-attachment] img,.styles_comment_text__Ak4vp div[class*=meme-attachment] img,.styles_comment_text__Ak4vp div[class*=sticker-attachment] img{max-width:45px!important;width:45px!important;height:45px!important;margin:0!important;border-radius:var(--border-radius-xs)!important;object-fit:cover!important;border:1px solid var(--muted-divider-color)!important;background-color:var(--muted-divider-color)!important}@media(max-width:768px){.styles_comment_text__Ak4vp div[class*=clip-attachment] img,.styles_comment_text__Ak4vp div[class*=clip-attachment] video,.styles_comment_text__Ak4vp div[class*=gif-attachment] img,.styles_comment_text__Ak4vp div[class*=meme-attachment] img,.styles_comment_text__Ak4vp div[class*=sticker-attachment] img{max-width:40px!important;width:40px!important;height:40px!important}}.styles_comment_text__Ak4vp div[class*=clip-attachment] video{background-color:#000!important}.styles_comment_text__Ak4vp div[data-clip-id] video,.styles_comment_text__Ak4vp div[data-gif-id] img,.styles_comment_text__Ak4vp div[data-meme-id] img,.styles_comment_text__Ak4vp div[data-sticker-id] img{max-width:45px!important;width:45px!important;height:45px!important;margin:0!important;border-radius:var(--border-radius-xs)!important;object-fit:cover!important;border:1px solid var(--muted-divider-color)!important;background-color:var(--muted-divider-color)!important}@media(max-width:768px){.styles_comment_text__Ak4vp div[data-clip-id] video,.styles_comment_text__Ak4vp div[data-gif-id] img,.styles_comment_text__Ak4vp div[data-meme-id] img,.styles_comment_text__Ak4vp div[data-sticker-id] img{max-width:40px!important;width:40px!important;height:40px!important}}.styles_active_preview__cq_6M{position:relative;display:flex;flex-direction:column;cursor:pointer}.styles_active_preview__cq_6M.styles_action_alert_view__y_d9v{border-bottom:1px solid var(--mured-divider-color)}@media screen and (max-width:500px){.styles_active_preview__cq_6M.styles_action_alert_view__y_d9v{border-bottom:0}}.styles_active_preview__cq_6M.styles_action_alert_view__y_d9v.styles_detailed__Q7HVV{border-radius:0;overflow:hidden;border:0;border-bottom:1px solid var(--muted-divider-color)}@media screen and (max-width:767px){.styles_active_preview__cq_6M.styles_action_alert_view__y_d9v.styles_detailed__Q7HVV{border-bottom:0}}.styles_active_preview__cq_6M.styles_detailed__Q7HVV{overflow:hidden;border:1px solid var(--muted-divider-color)}.styles_active_preview__cq_6M .styles_image_wrapper__b0HXG{width:100%;height:auto;min-height:20vh;position:relative;overflow:hidden;display:flex}.styles_active_preview__cq_6M .styles_image_wrapper__b0HXG img{background:#000;width:100%;height:auto;max-height:calc(50vh - 85px);object-fit:contain;background-color:#000}.styles_active_preview__cq_6M .styles_content__UYOsK{width:100%;padding:10px 20px;background-color:var(--background-color)}@media screen and (max-width:500px){.styles_active_preview__cq_6M .styles_content__UYOsK{background-color:rgba(0,0,0,0);padding:10px var(--inner-padding) 5px}}.styles_active_preview__cq_6M .styles_content__UYOsK .styles_title__CKtxM{display:block;text-transform:capitalize;margin-bottom:3px}.styles_active_preview__cq_6M .styles_content__UYOsK p{margin-bottom:5px;color:var(--muted-text-color);font-size:13px;white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.styles_active_preview__cq_6M .styles_content__UYOsK .styles_description__G2lAW{margin-bottom:0}.premium-dropdown_premium_dropdown_wrapper__mTztG{margin-bottom:5px}.premium-dropdown_paid_post_badge__BNRCY{display:flex;align-items:center;gap:5px;background-color:rgba(var(--secondary-color-rgb,76,74,202),.07);color:var(--secondary-color);border:1.5px solid rgba(var(--secondary-color-rgb,76,74,202),.18);padding:5px 12px;border-radius:var(--border-radius-full);font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;transition:background-color .2s ease-out}.premium-dropdown_paid_post_badge__BNRCY:hover{background-color:rgba(var(--secondary-color-rgb,76,74,202),.12)}.premium-dropdown_paid_post_badge__BNRCY .premium-dropdown_badge_text__IOPwf{margin:0;font-size:inherit;font-weight:inherit;color:inherit}.styles_main__oqCuU{font-weight:600;font-size:15px}.styles_main__oqCuU.styles_calendar_style__CqIJQ{font-size:14px;font-weight:500;color:var(--muted-text-color);white-space:wrap}.styles_main__oqCuU.styles_list_style__zn3z5{font-weight:500;color:var(--muted-text-color)}@media screen and (max-width:767px){.styles_main__oqCuU.styles_list_style__zn3z5{font-size:14px}}.styles_main__oqCuU.styles_map__popup__RkPPB{font-size:13px;font-weight:500;color:var(--muted-text-color)}.section_component_main__L1P4l{margin-bottom:40px}@media screen and (max-width:767px){.section_component_main__L1P4l{margin-bottom:0}}.section_component_main__L1P4l.section_component_md__8F1_y{margin-bottom:32px}@media screen and (max-width:767px){.section_component_main__L1P4l.section_component_md__8F1_y{margin-bottom:24px}}.section_component_main__L1P4l.section_component_sm__FHZfP{margin-bottom:24px}@media screen and (max-width:767px){.section_component_main__L1P4l.section_component_sm__FHZfP{margin-bottom:16px}}.section_component_main__L1P4l.section_component_xs__z6ISk{margin-bottom:16px}.section_component_main__L1P4l.section_component_noMargin__nm4x6{margin-bottom:0!important}.styles_alert_wrapper__shtxj{padding:10px var(--inner-padding);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center}@media screen and (max-width:380px){.styles_alert_wrapper__shtxj{justify-content:center}}.styles_alert_wrapper__shtxj .styles_alert_message__NgJ0_{font-weight:500}@media screen and (max-width:380px){.styles_alert_wrapper__shtxj .styles_alert_message__NgJ0_ p{text-align:center}}.styles_overlay__yQDyv{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.styles_modal__IFX9v{background:#fff;border-radius:var(--border-radius);width:100%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:styles_slideUp__fGOOK .3s ease-out}@media screen and (max-width:767px){.styles_modal__IFX9v{max-width:100%;max-height:90vh;margin:10px}}@keyframes styles_slideUp__fGOOK{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.styles_header__W9q9h{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_title__4LUMb{margin:0;font-size:18px;font-weight:600;color:var(--text-color)}.styles_closeButton__mavBa{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-text-color);transition:all .2s ease}.styles_closeButton__mavBa:hover{background:var(--muted-divider-color);color:var(--text-color)}.styles_closeButton__mavBa:focus{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_searchContainer__dZqFk{padding:16px 24px;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_searchInputWrapper__Cehkx{position:relative;display:flex;align-items:center}.styles_searchIcon__tUS9_{position:absolute;left:12px;z-index:2;color:var(--muted-text-color);display:flex;align-items:center;justify-content:center}.styles_searchInput__Xo_Rw{width:100%;padding:12px 16px 12px 40px;border:1px solid var(--divider-color);border-radius:var(--border-radius);font-size:14px;background:#fff;transition:all .2s ease}.styles_searchInput__Xo_Rw:focus{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.1)}.styles_searchInput__Xo_Rw::placeholder{color:var(--muted-text-color)}.styles_tabs__HD_aF{display:flex;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_tab__oT3EK{flex:1 1;padding:12px 20px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--muted-text-color);transition:all .2s ease;position:relative}.styles_tab__oT3EK:hover{color:var(--text-color);background:var(--muted-divider-color)}.styles_tab__oT3EK.styles_active__BzEAP{color:var(--tertiary-color)}.styles_tab__oT3EK.styles_active__BzEAP:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--tertiary-color)}.styles_tab__oT3EK:focus{outline:2px solid var(--tertiary-color);outline-offset:-2px}.styles_categories__SAyt_{border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_categoriesScroll__eCvKH{display:flex;gap:8px;padding:12px 24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.styles_categoriesScroll__eCvKH::-webkit-scrollbar{display:none}.styles_categoryBtn__2zcX5{background:var(--muted-divider-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);padding:6px 16px;font-size:12px;font-weight:500;color:var(--muted-text-color);cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.styles_categoryBtn__2zcX5:hover{background:var(--divider-color);color:var(--text-color)}.styles_categoryBtn__2zcX5.styles_active__BzEAP{background:var(--tertiary-color);border-color:var(--tertiary-color);color:#fff}.styles_categoryBtn__2zcX5:focus{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_content__DTJSf{flex:1 1;overflow-y:auto;padding:20px 24px;min-height:300px;max-height:400px}@media screen and (max-width:767px){.styles_content__DTJSf{padding:16px 20px;max-height:50vh}}.styles_emptyState__H0WCm,.styles_errorState__wH6LR,.styles_loadingState__nuSYz{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px;color:var(--muted-text-color)}.styles_errorMessage__G4Y1K{margin:0 0 16px;color:var(--error-color)}.styles_loadingSpinner__nXOK_{width:32px;height:32px;border-top:3px solid var(--muted-divider-color);border:3px solid var(--muted-divider-color);border-top-color:var(--tertiary-color);border-radius:50%;animation:styles_spin__UcYmz 1s linear infinite;margin-bottom:12px}@keyframes styles_spin__UcYmz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_clipGrid___DQN7{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}@media screen and (max-width:767px){.styles_clipGrid___DQN7{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}}@media screen and (max-width:480px){.styles_clipGrid___DQN7{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}.styles_clipItem__PKAxk{aspect-ratio:16/9;background:var(--muted-divider-color);border:2px solid rgba(0,0,0,0);border-radius:var(--border-radius);cursor:pointer;padding:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.styles_clipItem__PKAxk:hover{border-color:var(--divider-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.styles_clipItem__PKAxk:hover .styles_playIcon__PfIX7{opacity:1}.styles_clipItem__PKAxk:focus{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.2)}.styles_clipItem__PKAxk:active{transform:translateY(0)}.styles_clipPreview__R6CAG{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.styles_clipVideo__M1M66{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius-xs)}.styles_duration__mY0Od{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.8);color:#fff;padding:2px 6px;border-radius:var(--border-radius-xs);font-size:10px;font-weight:500;line-height:1}.styles_playIcon__PfIX7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transition:opacity .2s ease;pointer-events:none}.styles_loadMoreContainer__6V0dy{display:flex;justify-content:center;margin-top:20px}.styles_loadingMore__M2vrt{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:var(--muted-text-color);font-size:14px}.styles_loadingMore__M2vrt .styles_loadingSpinner__nXOK_{width:24px;height:24px;border-width:2px;margin-bottom:8px}@media screen and (max-width:767px){.styles_overlay__yQDyv{padding:10px}.styles_modal__IFX9v{border-radius:var(--border-radius-md)}.styles_header__W9q9h{padding:16px 20px}.styles_title__4LUMb{font-size:16px}.styles_searchContainer__dZqFk{padding:12px 20px}.styles_tab__oT3EK{padding:10px 16px;font-size:13px}.styles_playIcon__PfIX7{width:28px;height:28px;font-size:10px}.styles_duration__mY0Od{font-size:9px;padding:1px 4px}}@media(prefers-contrast:high){.styles_modal__IFX9v{border:2px solid var(--text-color)}.styles_clipItem__PKAxk{border-width:3px}.styles_tab__oT3EK.styles_active__BzEAP:after{height:3px}}@media(prefers-reduced-motion:reduce){.styles_modal__IFX9v{animation:none}.styles_loadingSpinner__nXOK_{animation:none;border-top-color:var(--tertiary-color)}.styles_clipItem__PKAxk{transition:none}.styles_clipItem__PKAxk:hover{transform:none}.styles_playIcon__PfIX7{transition:none}}.styles_categoryBtn__2zcX5:focus-visible,.styles_clipItem__PKAxk:focus-visible,.styles_closeButton__mavBa:focus-visible,.styles_tab__oT3EK:focus-visible{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_searchInput__Xo_Rw:focus-visible{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.2)}.styles_attribution__9rVqq{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-top:1px solid #e1e5e9;background-color:#f8f9fa;border-radius:0 0 var(--border-radius) var(--border-radius)}.styles_attribution__9rVqq .styles_poweredBy__tu0sy{display:block;width:100px;height:16px;background-image:url(/img/KLIPYLogo.png);background-size:contain;background-repeat:no-repeat;background-position:50%;text-indent:-9999px;overflow:hidden}@media screen and (max-width:767px){.styles_attribution__9rVqq{padding:10px 15px}.styles_attribution__9rVqq .styles_poweredBy__tu0sy{width:80px;height:14px}}.styles_info_items_group__l259K{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-left:-3px;padding:10px var(--inner-padding);border-top:1px solid var(--muted-divider-color)}@media screen and (max-width:440px){.styles_info_items_group__l259K{flex-wrap:wrap}}.styles_expires__N7Kgl{font-weight:600;font-size:15px}@media screen and (max-width:500px){.styles_expires__N7Kgl{display:none}}.styles_info_item__vaWee{display:flex;align-items:center;font-size:13px}.styles_info_item__vaWee .styles_icon_wrapper__rK5pQ{display:flex;min-width:16px;margin-right:5px}.styles_info_item__vaWee .styles_location_text__vui4M{margin-right:5px}.styles_info_item__vaWee .styles_location_text__vui4M.styles_physical__HM29c{text-transform:capitalize}.styles_container__zmj8t{position:relative;display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.styles_container__zmj8t.styles_disabled__YxdaH{cursor:default;opacity:.5}.styles_container__zmj8t.styles_disabled__YxdaH button{cursor:default!important}.styles_media_icon__3ls9L{display:flex;align-items:center;gap:4px;color:var(--muted-text-color);transition:all .2s ease}.styles_media_icon__3ls9L:hover{color:var(--text-color)}.styles_media_icon__3ls9L svg{color:inherit;transition:all .2s ease}.styles_media_icon__3ls9L svg:hover{color:var(--text-color);transform:scale(1.1)}.styles_media_icon__3ls9L svg *{stroke:#030401!important}.styles_dropdown__oBtm2{min-width:180px;max-width:220px;overflow:hidden;animation:styles_dropdownFadeIn__nlC19 .2s ease-out}.styles_dropdown__oBtm2.styles_disabled__YxdaH{opacity:.5;pointer-events:none}.styles_dropdown_item__FCrXz:disabled{cursor:default;opacity:.5}.styles_emoji__8fzQT{font-size:16px;width:20px;text-align:center;flex-shrink:0}.styles_label__f6y_G{flex:1 1;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes styles_dropdownFadeIn__nlC19{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.styles_dropdown__oBtm2{min-width:160px;max-width:200px}.styles_dropdown_item__FCrXz{padding:10px 14px;font-size:13px}.styles_emoji__8fzQT{font-size:14px;width:18px}}@media(max-width:480px){.styles_dropdown__oBtm2{min-width:140px;max-width:180px}.styles_dropdown_item__FCrXz{padding:8px 12px;font-size:12px;gap:8px}.styles_emoji__8fzQT{font-size:12px;width:16px}}@media(prefers-color-scheme:dark){.styles_dropdown__oBtm2{background:var(--background-color);border-color:var(--divider-color);box-shadow:0 4px 12px rgba(0,0,0,.3)}.styles_dropdown_item__FCrXz{color:var(--text-color)}.styles_dropdown_item__FCrXz:hover{background-color:var(--divider-color)}.styles_dropdown_item__FCrXz:active{background-color:var(--muted-divider-color)}}@media(prefers-reduced-motion:reduce){.styles_chevron__KRqoc,.styles_dropdown_item__FCrXz,.styles_media_icon__3ls9L{transition:none}.styles_dropdown__oBtm2{animation:none}.styles_chevron__KRqoc.styles_rotated__G4ObJ{transform:rotate(180deg)}}.styles_poll_container__aD_mb{padding:20px;margin-top:16px;background:var(--background-secondary,#f8f9fa);border-radius:var(--border-radius-md)}.styles_poll_question__q__d3{margin-bottom:16px;text-align:center}.styles_poll_question__q__d3 .styles_question_text__U09N_{font-size:16px;font-weight:600;color:var(--text-primary,#050505);margin:0 0 4px}.styles_poll_question__q__d3 .styles_question_subtext__VPvDo{font-size:13px;color:var(--text-secondary,#65676b);margin:0}.styles_options__iWrDZ{display:flex;flex-direction:column;gap:12px}.styles_option_item___1XPE{background:var(--background,#fff);border:2px solid var(--border-color,#e4e6eb);border-radius:var(--border-radius-md);padding:16px;cursor:pointer;transition:all .25s ease}.styles_option_item___1XPE:hover:not(.styles_disabled__G7p3C){background:var(--background-hover,#f8f9fa);border-color:var(--primary-color,#1877f2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.styles_option_item___1XPE.styles_selected__XVx3L{background:var(--primary-light,#e7f3ff);border-color:var(--primary-color,#1877f2);box-shadow:0 2px 8px rgba(24,119,242,.15)}.styles_option_item___1XPE.styles_disabled__G7p3C{cursor:not-allowed;opacity:.6}.styles_option_header__lnExq{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.styles_option_content__y6qtL{display:flex;align-items:center;gap:12px;position:relative;z-index:1;flex:1 1}.styles_checkbox_wrapper__DK1XC{display:flex;align-items:center;flex-shrink:0}.styles_checkbox__ORbQm{width:22px;height:22px;cursor:pointer;margin:0;accent-color:var(--primary-color,#1877f2);flex-shrink:0}.styles_checkbox__ORbQm:disabled{cursor:default}.styles_checkbox__ORbQm[type=radio]{appearance:auto;-webkit-appearance:radio;-moz-appearance:radio}.styles_checkbox__ORbQm[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;-moz-appearance:checkbox}.styles_option_label__Xk04_{flex:1 1;font-size:15px;font-weight:500;color:var(--text-primary,#050505);line-height:20px}.styles_your_vote_badge__XVBJh{background:var(--primary-color,#1877f2);color:#fff;padding:4px 10px;border-radius:var(--border-radius-md);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.styles_percentage_wrapper__J5o01{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.styles_percentage__nHHQq{font-size:20px;font-weight:700;color:var(--primary-color,#1877f2);line-height:1}.styles_vote_count__ArhQi{font-size:12px;color:var(--text-secondary,#65676b);font-weight:500}.styles_progress_bar__7eXHi{width:100%;height:8px;background:var(--border-color,#e4e6eb);border-radius:var(--border-radius-xs);overflow:hidden;margin-top:10px;position:relative}.styles_progress_fill__WPt97{height:100%;background:linear-gradient(90deg,var(--primary-color,#1877f2) 0,var(--secondary-color,#4a9eff) 100%);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:var(--border-radius-xs);position:relative}.styles_progress_fill__WPt97.styles_user_selected__Mqypa{background:linear-gradient(90deg,var(--primary-color,#1877f2) 0,var(--primary-color,#1565c0) 100%)}.styles_progress_fill__WPt97.styles_user_selected__Mqypa:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);animation:styles_shimmer__OBrcZ 2s infinite}@keyframes styles_shimmer__OBrcZ{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.styles_submit_button__wup9m{margin-top:16px;width:100%;padding:14px 16px;background:var(--primary-color,#1877f2);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:16px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px rgba(24,119,242,.3)}.styles_submit_button__wup9m:hover:not(:disabled){background:var(--primary-dark,#166fe5);transform:translateY(-2px);box-shadow:0 4px 12px rgba(24,119,242,.4)}.styles_submit_button__wup9m:disabled{opacity:.6;cursor:not-allowed}.styles_submit_button__wup9m.styles_primary_button_____Ck{background:linear-gradient(135deg,var(--primary-color,#1877f2) 0,var(--primary-dark,#166fe5) 100%)}.styles_submit_button__wup9m.styles_update_button__FG_6O{background:var(--background,#fff);color:var(--primary-color,#1877f2);border:2px solid var(--primary-color,#1877f2);box-shadow:none}.styles_submit_button__wup9m.styles_update_button__FG_6O:hover:not(:disabled){background:var(--primary-light,#e7f3ff);border-color:var(--primary-dark,#166fe5)}.styles_voters__67SA7{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color,#e4e6eb);display:flex;align-items:center;gap:10px}.styles_voter_avatars__wJbE_{display:flex;align-items:center;margin-left:-4px}.styles_voter_avatar__OYZVQ{width:28px;height:28px;border-radius:50%;border:2px solid #fff;margin-left:-10px;overflow:hidden;background:var(--background-secondary,#f0f2f5);box-shadow:0 2px 4px rgba(0,0,0,.1)}.styles_voter_avatar__OYZVQ:first-child{margin-left:0}.styles_voter_avatar__OYZVQ img{width:100%;height:100%;object-fit:cover}.styles_avatar_placeholder__PeINY{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color,#1877f2) 0,var(--primary-dark,#166fe5) 100%);color:#fff;font-size:11px;font-weight:700}.styles_more_voters__s2vV_{width:28px;height:28px;border-radius:50%;border:2px solid #fff;margin-left:-10px;background:var(--background-tertiary,#e4e6eb);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--text-secondary,#65676b);box-shadow:0 2px 4px rgba(0,0,0,.1)}.styles_voter_names__fvog3{line-height:1.4}.styles_change_vote_hint__Lgwkw,.styles_voter_names__fvog3{font-size:13px;color:var(--text-secondary,#65676b);font-weight:500}.styles_change_vote_hint__Lgwkw{background:var(--background,#fff);padding:10px 14px;border-radius:var(--border-radius-sm);margin-bottom:14px;text-align:center;border:1px dashed var(--border-color,#e4e6eb);display:flex;align-items:center;justify-content:center;gap:6px}.styles_change_vote_hint__Lgwkw .styles_hint_icon__StHgC{font-size:14px}.styles_poll_ended_notice__y0Zym{font-size:14px;color:var(--text-secondary,#65676b);background:var(--background,#fff);padding:12px 16px;border-radius:var(--border-radius-sm);margin-bottom:14px;text-align:center;font-weight:600;border:2px solid var(--border-color,#e4e6eb);display:flex;align-items:center;justify-content:center;gap:8px}.styles_poll_ended_notice__y0Zym .styles_notice_icon__G_U_O{font-size:18px}.styles_poll_time_remaining__x4LpS{font-size:14px;color:var(--primary-color,#1877f2);background:linear-gradient(135deg,var(--primary-light,#e7f3ff) 0,var(--muted-divider-color,#f7fafc) 100%);padding:10px 14px;border-radius:var(--border-radius-sm);margin-bottom:14px;text-align:center;font-weight:600;border:2px solid var(--primary-color,#1877f2);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px rgba(24,119,242,.1)}.styles_poll_time_remaining__x4LpS .styles_time_icon__kySq_{font-size:16px}.styles_results_mode__Rgd1K{cursor:pointer}.styles_results_mode__Rgd1K:hover:not(.styles_disabled__G7p3C){background:var(--background-hover,#f2f3f5);border-color:var(--primary-color,#1877f2)}.styles_modal_overlay__kyEi2{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:styles_fadeIn__PocNc .2s ease}@keyframes styles_fadeIn__PocNc{0%{opacity:0}to{opacity:1}}.styles_confirmation_modal__8_79N{background:var(--background,#fff);border-radius:var(--border-radius-md);padding:28px;max-width:420px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:styles_slideUp__kxg1A .3s ease}@keyframes styles_slideUp__kxg1A{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.styles_modal_icon__8fojv{font-size:40px;text-align:center;margin-bottom:16px}.styles_modal_title__58IbN{font-size:20px;font-weight:700;color:var(--text-primary,#050505);margin:0 0 12px;text-align:center}.styles_modal_message__H8qO2{font-size:14px;color:var(--text-secondary,#65676b);line-height:1.6;margin:0 0 24px;text-align:center}.styles_modal_actions__lw9LZ{display:flex;gap:12px;justify-content:flex-end}.styles_cancel_button__IK9pR{padding:12px 24px;background:var(--background-secondary,#f0f2f5);color:var(--text-primary,#050505);border:none;border-radius:var(--border-radius-sm);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.styles_cancel_button__IK9pR:hover:not(:disabled){background:var(--border-color,#e4e6eb);transform:translateY(-1px)}.styles_cancel_button__IK9pR:disabled{opacity:.6;cursor:not-allowed}.styles_confirm_button__sMB7R{padding:12px 24px;background:linear-gradient(135deg,var(--community-primary,var(--primary-color,#1877f2)) 0,var(--primary-dark,#166fe5) 100%);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(24,119,242,.3)}.styles_confirm_button__sMB7R:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(24,119,242,.4)}.styles_confirm_button__sMB7R:disabled{opacity:.6;cursor:not-allowed}.styles_skeleton_card__RUU1v{display:flex;flex-direction:column;overflow:hidden;height:100%;background:var(--card-background-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.styles_skeleton_card__RUU1v .styles_image_skeleton__vcfKt{position:relative;width:100%;height:200px;flex-shrink:0}@media screen and (max-width:767px){.styles_skeleton_card__RUU1v .styles_image_skeleton__vcfKt{height:160px}}.styles_skeleton_card__RUU1v .styles_image_skeleton__vcfKt .styles_type_badge_overlay__uKRSF{position:absolute;top:12px;left:12px;z-index:2}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_{display:flex;flex-direction:column;flex-grow:1;padding-top:12px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_top_skeleton__Bji77{padding:0 16px;margin-bottom:8px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_info_skeleton__Qnqkk{padding:0 16px;margin-bottom:12px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_info_skeleton__Qnqkk .styles_profile_row__jj3Ek{display:flex;align-items:center;gap:8px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_action_bottom_skeleton__Civt_{margin-top:auto;padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_action_bottom_skeleton__Civt_ .styles_button_skeleton__OQtGu{width:100%}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_action_bottom_skeleton__Civt_ .styles_footer_skeleton__Q6tsP{border-top:1px solid var(--muted-divider-color);padding-top:10px;display:flex;flex-direction:column;gap:8px}.styles_skeleton_card__RUU1v .styles_content_skeleton__bOXd_ .styles_action_bottom_skeleton__Civt_ .styles_footer_skeleton__Q6tsP .styles_footer_icons__fDDgi{display:flex;gap:12px}.styles_item_wrapper__Bq7Me{display:none}.styles_badge__ijIvT{gap:6px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center}.styles_badge__ijIvT svg{flex-shrink:0}.styles_compact__M_Kb6{padding-inline:var(--spacing-sm);padding-block:2px}.styles_full__8nept{padding-inline:var(--spacing-md);padding-block:2px}.styles_prefix__KTUY9{color:var(--text-muted);font-weight:500;-webkit-margin-end:2px;margin-inline-end:2px;letter-spacing:-.3px}.styles_name__4X6Pr{color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;max-width:140px;font-weight:500}