.wlr-volume-control[data-v-2d3bbc0e]{display:flex;align-items:center;gap:.5rem}.wlr-volume-control--horizontal[data-v-2d3bbc0e]{flex-direction:row}.wlr-volume-control--horizontal .wlr-volume-control__slider-container[data-v-2d3bbc0e]{width:80px}.wlr-volume-control--vertical[data-v-2d3bbc0e]{flex-direction:column-reverse;height:120px}.wlr-volume-control--vertical .wlr-volume-control__slider-container[data-v-2d3bbc0e]{height:80px;width:24px}.wlr-volume-control--vertical .wlr-volume-control__slider[data-v-2d3bbc0e]{writing-mode:vertical-lr;direction:rtl;width:24px;height:80px}.wlr-volume-control__mute-btn[data-v-2d3bbc0e]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:44px;min-height:44px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:4px;transition:background-color .2s ease,color .2s ease}.wlr-volume-control__mute-btn[data-v-2d3bbc0e]:hover{background-color:#ffffff1a}.wlr-volume-control__mute-btn[data-v-2d3bbc0e]:focus{outline:2px solid #fff;outline-offset:2px}.wlr-volume-control__mute-btn--muted[data-v-2d3bbc0e]{color:#ffffff80}.wlr-volume-control__icon[data-v-2d3bbc0e]{width:20px;height:20px}.wlr-volume-control__slider-container[data-v-2d3bbc0e]{display:flex;align-items:center}.wlr-volume-control__slider[data-v-2d3bbc0e]{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:var(--wlr-slider-track, #ddd);border-radius:2px;outline:none;cursor:pointer}.wlr-volume-control__slider[data-v-2d3bbc0e]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:var(--wlr-primary, #1a73e8);border-radius:50%;cursor:pointer;transition:transform .1s ease}.wlr-volume-control__slider[data-v-2d3bbc0e]::-webkit-slider-thumb:hover{transform:scale(1.2)}.wlr-volume-control__slider[data-v-2d3bbc0e]::-moz-range-thumb{width:14px;height:14px;background:var(--wlr-primary, #1a73e8);border:none;border-radius:50%;cursor:pointer;transition:transform .1s ease}.wlr-volume-control__slider[data-v-2d3bbc0e]::-moz-range-thumb:hover{transform:scale(1.2)}.wlr-volume-control__slider[data-v-2d3bbc0e]:focus{outline:2px solid var(--wlr-primary, #1a73e8);outline-offset:2px}@media (max-width: 768px){.wlr-volume-control--horizontal .wlr-volume-control__slider-container[data-v-2d3bbc0e]{width:60px}.wlr-volume-control__mute-btn[data-v-2d3bbc0e]{width:44px;height:44px;min-width:44px;min-height:44px}.wlr-volume-control__icon[data-v-2d3bbc0e]{width:22px;height:22px}.wlr-volume-control__slider[data-v-2d3bbc0e]::-webkit-slider-thumb{width:20px;height:20px}.wlr-volume-control__slider[data-v-2d3bbc0e]::-moz-range-thumb{width:20px;height:20px}.wlr-volume-control__slider[data-v-2d3bbc0e]{height:8px}}@media (max-width: 480px){.wlr-volume-control--horizontal .wlr-volume-control__slider-container[data-v-2d3bbc0e]{width:50px}.wlr-volume-control[data-v-2d3bbc0e]{gap:.375rem}}.wlr-progress-bar[data-v-1516b601]{display:flex;align-items:center;gap:.75rem;width:100%;user-select:none}.wlr-progress-bar__time[data-v-1516b601]{font-size:.75rem;font-family:monospace;color:#fff;min-width:40px;white-space:nowrap}.wlr-progress-bar__time--current[data-v-1516b601]{text-align:right}.wlr-progress-bar__time--duration[data-v-1516b601]{text-align:left}.wlr-progress-bar__track[data-v-1516b601]{flex:1;height:6px;background:var(--wlr-slider-track, #ddd);border-radius:3px;cursor:pointer;position:relative;overflow:visible}.wlr-progress-bar__track[data-v-1516b601]:focus{outline:2px solid var(--wlr-primary, #1a73e8);outline-offset:4px}.wlr-progress-bar__fill[data-v-1516b601]{height:100%;background:var(--wlr-primary, #1a73e8);border-radius:3px;position:relative;transition:width .1s linear}.wlr-progress-bar--dragging .wlr-progress-bar__fill[data-v-1516b601]{transition:none}.wlr-progress-bar__handle[data-v-1516b601]{position:absolute;right:-7px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:var(--wlr-primary, #1a73e8);border:2px solid var(--wlr-secondary, #ffffff);border-radius:50%;box-shadow:0 1px 3px #0003;opacity:0;transition:opacity .2s ease,transform .1s ease}.wlr-progress-bar__track:hover .wlr-progress-bar__handle[data-v-1516b601],.wlr-progress-bar__track:focus .wlr-progress-bar__handle[data-v-1516b601],.wlr-progress-bar__handle--active[data-v-1516b601]{opacity:1}.wlr-progress-bar__handle--active[data-v-1516b601]{transform:translateY(-50%) scale(1.2)}.wlr-progress-bar--disabled[data-v-1516b601]{opacity:.5}.wlr-progress-bar--disabled .wlr-progress-bar__track[data-v-1516b601]{cursor:not-allowed}.wlr-progress-bar--disabled .wlr-progress-bar__fill[data-v-1516b601]{background:var(--wlr-disabled-color, #999)}.wlr-progress-bar__track[data-v-1516b601]:not(.wlr-progress-bar--disabled .wlr-progress-bar__track):hover{height:8px}@media (max-width: 768px){.wlr-progress-bar[data-v-1516b601]{gap:.5rem}.wlr-progress-bar__time[data-v-1516b601]{font-size:.7rem;min-width:35px}.wlr-progress-bar__track[data-v-1516b601]{height:10px;border-radius:5px}.wlr-progress-bar__fill[data-v-1516b601]{border-radius:5px}.wlr-progress-bar__handle[data-v-1516b601]{width:24px;height:24px;right:-12px;opacity:1;box-shadow:0 0 0 10px transparent,0 1px 3px #0003}.wlr-progress-bar__handle--active[data-v-1516b601]{transform:translateY(-50%) scale(1.1)}.wlr-progress-bar__track[data-v-1516b601]:not(.wlr-progress-bar--disabled .wlr-progress-bar__track):hover{height:10px}}@media (max-width: 480px){.wlr-progress-bar[data-v-1516b601]{gap:.375rem}.wlr-progress-bar__time[data-v-1516b601]{font-size:.625rem;min-width:30px}.wlr-progress-bar__track[data-v-1516b601]{height:12px;border-radius:6px}.wlr-progress-bar__fill[data-v-1516b601]{border-radius:6px}.wlr-progress-bar__handle[data-v-1516b601]{width:28px;height:28px;right:-14px}}.player-panel-overlay[data-v-398717e0]{position:fixed;inset:0;background:#00000080;z-index:1000000;animation:fadeIn-398717e0 .2s ease}@keyframes fadeIn-398717e0{0%{opacity:0}to{opacity:1}}.player-panel[data-v-398717e0]{position:fixed;bottom:90px;left:50%;transform:translate(-50%);width:100%;max-height:70vh;background:#003a78;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0003;animation:slideUp-398717e0 .3s ease;display:flex;flex-direction:column;z-index:1000001}@keyframes slideUp-398717e0{0%{transform:translate(-50%) translateY(100%)}to{transform:translate(-50%) translateY(0)}}.player-panel__header[data-v-398717e0]{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;background:#003a78}.player-panel__tabs[data-v-398717e0]{display:flex;gap:.5rem}.tab[data-v-398717e0]{padding:.5rem 1.5rem;border:none;background:transparent;color:#ffffffb3;font-size:1rem;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease}.tab[data-v-398717e0]:hover{color:#fff}.tab.active[data-v-398717e0]{background:#f5c518;color:#000}.close-btn[data-v-398717e0]{width:32px;height:32px;border:none;background:transparent;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn[data-v-398717e0]:hover{background:#ffffff1a;color:#fff}.close-btn svg[data-v-398717e0]{width:20px;height:20px}.player-panel__content[data-v-398717e0]{flex:1;overflow-y:auto;padding:1.5rem;min-height:500px;max-height:500px;background:#003a78}.player-panel__content.schedule-active[data-v-398717e0]{padding:0}.empty-state[data-v-398717e0]{text-align:center;padding:3rem 1rem;color:#ffffffb3}.empty-state p[data-v-398717e0]{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.go-to-podcasts-btn[data-v-398717e0]{display:inline-block;padding:1rem 2.5rem;background:#f5c518;color:#000;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .2s ease;box-shadow:0 4px 12px #f5c5184d}.go-to-podcasts-btn[data-v-398717e0]:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 6px 16px #f5c51866}.queue-layout[data-v-398717e0]{display:flex;flex-direction:column;gap:1.5rem}.current-episode-section[data-v-398717e0]{display:flex;flex-direction:column;gap:1rem}.current-episode-badge[data-v-398717e0]{display:inline-block;background:#f5c518;color:#000;padding:.375rem .875rem;border-radius:16px;font-size:.75rem;font-weight:700;width:fit-content;letter-spacing:.5px}.current-episode-card[data-v-398717e0]{display:flex;gap:1.5rem;align-items:flex-start;background:#ffffff0d;padding:1.5rem;border-radius:12px}.current-episode-image[data-v-398717e0]{width:160px;height:160px;border-radius:8px;object-fit:cover;flex-shrink:0}.current-episode-info[data-v-398717e0]{flex:1;display:flex;flex-direction:column;gap:.75rem}.current-episode-info h3[data-v-398717e0]{margin:0;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.current-episode-meta[data-v-398717e0]{margin:0;font-size:.9375rem;color:#fffc}.current-episode-time[data-v-398717e0]{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.875rem}.current-episode-time svg[data-v-398717e0]{width:16px;height:16px}.current-episode-share[data-v-398717e0]{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.current-episode-share span[data-v-398717e0]{color:#ffffffe6;font-size:.875rem;font-weight:600}.current-episode-actions[data-v-398717e0]{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.action-btn[data-v-398717e0]{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px;justify-content:center}.action-btn svg[data-v-398717e0]{width:16px;height:16px}.action-btn.play[data-v-398717e0]{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.action-btn.play[data-v-398717e0]:hover{background:#fff3}.action-btn.play.playing[data-v-398717e0]{background:#28a745;color:#fff;border-color:#28a745}.action-btn.play.playing[data-v-398717e0]:hover{background:#218838;border-color:#218838}.action-btn.remove[data-v-398717e0]{background:transparent;color:#ffffffb3}.action-btn.remove[data-v-398717e0]:hover{color:#dc3545}.up-next-section[data-v-398717e0]{display:flex;flex-direction:column;gap:1rem}.up-next-section h4[data-v-398717e0]{margin:0;font-size:.875rem;font-weight:700;color:#fff;letter-spacing:1px}.up-next-list[data-v-398717e0]{display:flex;flex-direction:column;gap:.75rem}.up-next-item[data-v-398717e0]{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:8px;transition:all .2s ease}.up-next-item[data-v-398717e0]:hover{background:#ffffff1a}.up-next-image[data-v-398717e0]{width:60px;height:60px;border-radius:6px;object-fit:cover;flex-shrink:0}.up-next-info[data-v-398717e0]{flex:1;min-width:0}.up-next-info h5[data-v-398717e0]{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:#fff;text-transform:uppercase}.up-next-info p[data-v-398717e0]{margin:0;font-size:.75rem;color:#ffffffb3}.up-next-actions[data-v-398717e0]{display:flex;gap:.5rem;flex-shrink:0}.action-btn-small[data-v-398717e0]{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.action-btn-small svg[data-v-398717e0]{width:14px;height:14px}.action-btn-small.play[data-v-398717e0]{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.action-btn-small.play[data-v-398717e0]:hover{background:#fff3}.action-btn-small.play.playing[data-v-398717e0]{background:#28a745;color:#fff;border-color:#28a745}.action-btn-small.play.playing[data-v-398717e0]:hover{background:#218838;border-color:#218838}.action-btn-small.remove[data-v-398717e0]{background:transparent;color:#ffffffb3}.action-btn-small.remove[data-v-398717e0]:hover{color:#dc3545}.loading-state[data-v-398717e0]{text-align:center;padding:3rem 1rem;color:#fff}.spinner[data-v-398717e0]{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#f5c518;border-radius:50%;animation:spin-398717e0 .8s linear infinite;margin:0 auto 1rem}.loading-state p[data-v-398717e0]{color:#ffffffb3}@keyframes spin-398717e0{to{transform:rotate(360deg)}}.schedule-content[data-v-398717e0]{min-height:450px}.schedule-layout[data-v-398717e0]{padding:1.5rem}.schedule-main[data-v-398717e0]{display:flex;flex-direction:column;gap:1.5rem}.current-show-section[data-v-398717e0]{display:flex;flex-direction:column;gap:1rem}.on-air-badge[data-v-398717e0]{display:inline-block;background:#28a745;color:#fff;padding:.375rem .875rem;border-radius:16px;font-size:.75rem;font-weight:700;width:fit-content;letter-spacing:.5px}.current-show-card[data-v-398717e0]{display:flex;gap:1.5rem;align-items:flex-start;background:#ffffff0d;padding:1.5rem;border-radius:12px}.current-show-image[data-v-398717e0]{width:180px;height:180px;border-radius:8px;object-fit:cover;flex-shrink:0}.current-show-info[data-v-398717e0]{flex:1;display:flex;flex-direction:column;gap:1rem}.current-show-info h3[data-v-398717e0]{margin:0;font-size:1.75rem;font-weight:700;color:#fff;line-height:1.2}.current-show-time[data-v-398717e0]{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9375rem}.current-show-time svg[data-v-398717e0]{width:18px;height:18px}.current-show-share[data-v-398717e0]{display:flex;align-items:center;gap:.75rem;margin-top:auto}.current-show-share span[data-v-398717e0]{color:#ffffffe6;font-size:.875rem;font-weight:600}.share-btn[data-v-398717e0]{width:36px;height:36px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.share-btn[data-v-398717e0]:hover{background:#fff3;transform:scale(1.1)}.share-btn svg[data-v-398717e0]{width:18px;height:18px}.sponsor-section[data-v-398717e0]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:8px;min-width:140px}.sponsor-label[data-v-398717e0]{font-size:.625rem;font-weight:700;color:#666;letter-spacing:.5px}.sponsor-logo[data-v-398717e0]{max-width:120px;max-height:60px;object-fit:contain}.listen-live-wrapper[data-v-398717e0]{display:flex;justify-content:center;padding:.5rem 0}.mobile-sponsor-listen-row[data-v-398717e0],.sponsor-section-mobile[data-v-398717e0]{display:none}.listen-live-btn[data-v-398717e0]{padding:1rem 3rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1.125rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;box-shadow:0 4px 12px #f5c5184d}.listen-live-btn[data-v-398717e0]:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 6px 16px #f5c51866}.listen-live-btn svg[data-v-398717e0]{width:20px;height:20px}.listen-live-btn.playing[data-v-398717e0]{background:#28a745;color:#fff;box-shadow:0 4px 12px #28a7454d}.listen-live-btn.playing[data-v-398717e0]:hover{background:#218838;box-shadow:0 6px 16px #28a74566}.upcoming-shows[data-v-398717e0]{display:flex;flex-direction:column;gap:1rem}.upcoming-shows h4[data-v-398717e0]{margin:0;font-size:.875rem;font-weight:700;color:#fff;letter-spacing:1px}.schedule-list[data-v-398717e0]{display:flex;flex-direction:column;gap:.75rem}.schedule-item[data-v-398717e0]{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:8px;transition:all .2s ease}.schedule-item[data-v-398717e0]:hover{background:#ffffff1a}.schedule-item-image[data-v-398717e0]{width:60px;height:60px;border-radius:6px;object-fit:cover;flex-shrink:0}.schedule-item__info[data-v-398717e0]{flex:1;display:flex;flex-direction:column;gap:.375rem}.schedule-item__time[data-v-398717e0]{display:flex;align-items:center;gap:.375rem;color:#ffffffb3;font-size:.8125rem}.schedule-item__time svg[data-v-398717e0]{width:14px;height:14px}.schedule-item__info h5[data-v-398717e0]{margin:0;font-size:.9375rem;font-weight:600;color:#fff}.schedule-item-sponsor[data-v-398717e0]{padding:.5rem;background:#fff;border-radius:6px;flex-shrink:0}.schedule-item-sponsor img[data-v-398717e0]{max-width:80px;max-height:40px;object-fit:contain;display:block}@media (min-width: 768px){.player-panel[data-v-398717e0]{width:900px;max-width:95vw}}@media (max-width: 767px){.player-panel[data-v-398717e0]{bottom:70px;max-height:75vh}.player-panel__content[data-v-398717e0]{padding:1rem;min-height:auto;max-height:calc(80vh - 60px)}.player-panel__header[data-v-398717e0]{padding:.75rem 1rem}.tab[data-v-398717e0]{padding:.5rem 1rem;font-size:.9375rem}.current-episode-card[data-v-398717e0]{flex-direction:row;flex-wrap:wrap;padding:1rem;gap:.75rem;align-items:flex-start}.current-episode-image[data-v-398717e0]{width:70px;height:70px;aspect-ratio:1;max-width:none;margin:0;flex-shrink:0;border-radius:6px}.current-episode-info[data-v-398717e0]{text-align:left;flex:1;min-width:calc(100% - 86px)}.current-episode-info h3[data-v-398717e0]{font-size:.9375rem;margin:0 0 .25rem;line-height:1.3}.current-episode-meta[data-v-398717e0],.current-episode-time[data-v-398717e0]{font-size:.75rem}.current-episode-share[data-v-398717e0]{justify-content:flex-start;margin-top:.375rem}.current-episode-share span[data-v-398717e0]{font-size:.75rem}.current-episode-share .share-btn[data-v-398717e0]{width:28px;height:28px}.current-episode-share .share-btn svg[data-v-398717e0]{width:14px;height:14px}.current-episode-actions[data-v-398717e0]{flex-direction:row;width:100%;margin-top:0;gap:.5rem;padding-left:86px}.action-btn[data-v-398717e0]{flex:none;max-width:none;padding:.5rem 1rem;font-size:.8125rem;min-width:auto}.action-btn svg[data-v-398717e0]{width:14px;height:14px}.up-next-item[data-v-398717e0]{flex-wrap:wrap;gap:.75rem}.up-next-info[data-v-398717e0]{flex:1;min-width:calc(100% - 80px)}.up-next-info h5[data-v-398717e0]{font-size:.8125rem;white-space:normal;line-height:1.3}.up-next-actions[data-v-398717e0]{width:100%;justify-content:flex-start;padding-left:76px}.action-btn-small[data-v-398717e0]{padding:.5rem 1rem}.schedule-layout[data-v-398717e0]{padding:1rem}.current-show-card[data-v-398717e0]{flex-direction:row;padding:1rem;gap:1rem;align-items:flex-start}.current-show-image[data-v-398717e0]{width:80px;height:80px;aspect-ratio:1;max-width:none;margin:0;flex-shrink:0}.current-show-info[data-v-398717e0]{text-align:left;flex:1;min-width:0}.current-show-info h3[data-v-398717e0]{font-size:1rem;margin:0 0 .25rem}.current-show-time[data-v-398717e0]{font-size:.8125rem}.current-show-share[data-v-398717e0]{justify-content:flex-start;margin-top:.5rem}.current-show-share span[data-v-398717e0]{font-size:.75rem}.current-show-share .share-btn[data-v-398717e0]{width:28px;height:28px}.current-show-share .share-btn svg[data-v-398717e0]{width:14px;height:14px}.sponsor-section[data-v-398717e0]{width:100%;flex-direction:row;justify-content:center;gap:1rem;padding:.75rem;min-width:auto}.desktop-only[data-v-398717e0]{display:none!important}.mobile-sponsor-listen-row[data-v-398717e0]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 0;flex-wrap:wrap}.sponsor-section-mobile[data-v-398717e0]{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:6px}.sponsor-section-mobile .sponsor-label[data-v-398717e0]{font-size:.5rem;font-weight:700;color:#666;letter-spacing:.3px}.sponsor-section-mobile .sponsor-logo[data-v-398717e0]{max-width:70px;max-height:30px;object-fit:contain}.mobile-sponsor-listen-row .listen-live-btn[data-v-398717e0]{padding:.75rem 1.5rem;font-size:.9375rem}.sponsor-logo[data-v-398717e0]{max-width:100px;max-height:50px}.listen-live-btn[data-v-398717e0]{width:auto;padding:.875rem 2rem;font-size:1rem}.schedule-item[data-v-398717e0]{flex-wrap:nowrap;gap:.5rem}.schedule-item-image[data-v-398717e0]{width:50px;height:50px}.schedule-item__info[data-v-398717e0]{flex:1;min-width:0}.schedule-item__info h5[data-v-398717e0]{font-size:.8125rem;white-space:normal;line-height:1.3}.schedule-item-sponsor[data-v-398717e0]{width:auto;display:flex;justify-content:flex-end;padding:.375rem;margin-left:auto;max-width:80px}.schedule-item-sponsor img[data-v-398717e0]{max-width:60px;max-height:30px}}.wlr-sticky-player[data-v-958d836c]{position:fixed;bottom:0;left:0;right:0;background:#003a78;box-shadow:0 -2px 10px #0000004d;z-index:9999;padding:.75rem 1rem;transition:transform .3s ease}.wlr-sticky-player__top-progress[data-v-958d836c]{position:absolute;top:0;left:0;right:0;height:4px;background:#fff3}.wlr-sticky-player__top-progress-bar[data-v-958d836c]{height:100%;width:0;background:#f5c518;transition:width .3s ease}.wlr-sticky-player__top-progress-bar--active[data-v-958d836c]{width:100%;animation:wlr-progress-pulse-958d836c 2s ease-in-out infinite}@keyframes wlr-progress-pulse-958d836c{0%,to{opacity:1}50%{opacity:.7}}.wlr-sticky-player__toggle[data-v-958d836c]{display:none;position:absolute;top:-32px;left:50%;transform:translate(-50%);width:48px;height:32px;background:#000;border:none;border-radius:8px 8px 0 0;color:#fff;cursor:pointer;align-items:center;justify-content:center;z-index:1}.wlr-sticky-player__toggle-icon[data-v-958d836c]{width:20px;height:20px}.wlr-sticky-player__container[data-v-958d836c]{display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto}.wlr-sticky-player__play-btn[data-v-958d836c]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:44px;min-height:44px;padding:0;border:2px solid #fff;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.wlr-sticky-player__play-btn[data-v-958d836c]:hover:not(:disabled){background:#ffffff1a;transform:scale(1.05)}.wlr-sticky-player__play-btn[data-v-958d836c]:disabled{cursor:not-allowed;opacity:.7}.wlr-sticky-player__play-btn--playing[data-v-958d836c]{background:#28a745;border-color:#28a745}.wlr-sticky-player__play-btn--playing[data-v-958d836c]:hover:not(:disabled){background:#218838;border-color:#218838}.wlr-sticky-player__icon[data-v-958d836c]{width:24px;height:24px}.wlr-sticky-player__icon--loading[data-v-958d836c]{animation:wlr-spin-958d836c 1s linear infinite}@keyframes wlr-spin-958d836c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wlr-sticky-player__info[data-v-958d836c]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem;min-height:48px;justify-content:center}.wlr-sticky-player__live-indicator[data-v-958d836c]{display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .5rem;background:#dc3545;color:#fff;border-radius:3px;font-size:.625rem;font-weight:700;text-transform:uppercase;width:fit-content}.wlr-sticky-player__live-dot[data-v-958d836c]{width:6px;height:6px;background:currentColor;border-radius:50%;animation:wlr-pulse-958d836c 1.5s ease-in-out infinite}@keyframes wlr-pulse-958d836c{0%,to{opacity:1}50%{opacity:.5}}.wlr-sticky-player__live-text[data-v-958d836c]{line-height:1}.wlr-sticky-player__now-playing[data-v-958d836c]{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.wlr-sticky-player__title[data-v-958d836c]{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.wlr-sticky-player__time-slot[data-v-958d836c]{font-size:.75rem;color:#ffffffb3;white-space:nowrap}.wlr-sticky-player__upcoming[data-v-958d836c]{font-size:.75rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wlr-sticky-player__error[data-v-958d836c]{display:flex;align-items:center;gap:.5rem}.wlr-sticky-player__error-text[data-v-958d836c]{font-size:.8125rem;color:#ff6b6b}.wlr-sticky-player__retry-btn[data-v-958d836c]{padding:.25rem .5rem;border:1px solid #f5c518;border-radius:3px;background:transparent;color:#f5c518;font-size:.75rem;font-weight:600;cursor:pointer}.wlr-sticky-player__retry-btn[data-v-958d836c]:hover{background:#f5c518;color:#003a78}.wlr-sticky-player__progress[data-v-958d836c]{flex:1;max-width:300px;min-width:150px}.wlr-sticky-player__waveform[data-v-958d836c]{flex:1;max-width:400px;min-width:200px;height:36px;display:flex;align-items:center;justify-content:center;overflow:hidden}.wlr-sticky-player__wave-bars[data-v-958d836c]{display:flex;align-items:center;justify-content:center;gap:3px;height:100%;width:100%}.wlr-sticky-player__wave-bar[data-v-958d836c]{width:3px;background:#ffffff80;border-radius:2px;animation:wlr-wave-958d836c 1.2s ease-in-out infinite}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(1){height:20%;animation-delay:0s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(2){height:35%;animation-delay:.1s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(3){height:50%;animation-delay:.2s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(4){height:65%;animation-delay:.15s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(5){height:80%;animation-delay:.25s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(6){height:60%;animation-delay:.3s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(7){height:45%;animation-delay:.35s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(8){height:70%;animation-delay:.4s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(9){height:55%;animation-delay:.45s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(10){height:85%;animation-delay:.5s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(11){height:65%;animation-delay:.55s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(12){height:40%;animation-delay:.6s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(13){height:75%;animation-delay:.65s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(14){height:50%;animation-delay:.7s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(15){height:90%;animation-delay:.75s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(16){height:60%;animation-delay:.8s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(17){height:45%;animation-delay:.85s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(18){height:70%;animation-delay:.9s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(19){height:55%;animation-delay:.95s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(20){height:80%;animation-delay:1s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(21){height:65%;animation-delay:.05s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(22){height:50%;animation-delay:.12s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(23){height:75%;animation-delay:.22s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(24){height:40%;animation-delay:.32s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(25){height:85%;animation-delay:.42s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(26){height:55%;animation-delay:.52s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(27){height:70%;animation-delay:.62s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(28){height:45%;animation-delay:.72s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(29){height:60%;animation-delay:.82s}.wlr-sticky-player__wave-bar[data-v-958d836c]:nth-child(30){height:30%;animation-delay:.92s}@keyframes wlr-wave-958d836c{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}.wlr-sticky-player__volume[data-v-958d836c]{flex-shrink:0}@media (max-width: 768px){.wlr-sticky-player[data-v-958d836c]{padding:.75rem .75rem .5rem}.wlr-sticky-player__toggle[data-v-958d836c]{display:flex}.wlr-sticky-player--collapsed[data-v-958d836c]{transform:translateY(calc(100% - 4px))}.wlr-sticky-player--collapsed .wlr-sticky-player__toggle[data-v-958d836c]{top:-32px}.wlr-sticky-player__container[data-v-958d836c]{gap:.75rem;flex-wrap:wrap}.wlr-sticky-player__play-btn[data-v-958d836c]{width:44px;height:44px}.wlr-sticky-player__icon[data-v-958d836c]{width:20px;height:20px}.wlr-sticky-player__title[data-v-958d836c]{font-size:.875rem}.wlr-sticky-player__progress[data-v-958d836c]{order:10;flex:1 1 100%;max-width:none}.wlr-sticky-player__volume[data-v-958d836c],.wlr-sticky-player__waveform[data-v-958d836c],.wlr-sticky-player__upcoming[data-v-958d836c]{display:none}}.wlr-sticky-player__panel-btn[data-v-958d836c]{width:40px;height:40px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;margin-left:.5rem}.wlr-sticky-player__panel-btn[data-v-958d836c]:hover{background:#ffffff1a}.wlr-sticky-player__panel-btn svg[data-v-958d836c]{width:24px;height:24px}@media (max-width: 768px){.wlr-sticky-player__panel-btn[data-v-958d836c]{width:36px;height:36px}.wlr-sticky-player__panel-btn svg[data-v-958d836c]{width:20px;height:20px}}.wlr-header-widget[data-v-083c8808]{display:flex;align-items:center}.wlr-header-widget__container[data-v-083c8808]{display:flex;align-items:flex-start;gap:1.5rem}.wlr-header-widget__show-image[data-v-083c8808]{width:100px;height:100px;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px #0000004d;flex-shrink:0}.wlr-header-widget__content[data-v-083c8808]{display:flex;flex-direction:column;gap:.375rem}.wlr-header-widget__show-name[data-v-083c8808]{font-size:1.5rem;font-weight:700;font-style:italic;color:#fff;line-height:1.2;margin:0}.wlr-header-widget__show-meta[data-v-083c8808]{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.wlr-header-widget__live-badge[data-v-083c8808]{font-weight:700;letter-spacing:.5px}.wlr-header-widget__separator[data-v-083c8808]{opacity:.7}.wlr-header-widget__show-time[data-v-083c8808]{font-weight:400}.wlr-header-widget__button[data-v-083c8808]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;min-height:44px;box-shadow:0 2px 8px #f5c5184d;align-self:flex-start}.wlr-header-widget__button[data-v-083c8808]:hover:not(:disabled){background:#e6b800;transform:translateY(-1px);box-shadow:0 4px 12px #f5c51866}.wlr-header-widget__button[data-v-083c8808]:disabled{cursor:not-allowed;opacity:.7}.wlr-header-widget__button--playing[data-v-083c8808]{background:#28a745;color:#fff;box-shadow:0 2px 8px #28a7454d}.wlr-header-widget__button--playing[data-v-083c8808]:hover:not(:disabled){background:#218838;box-shadow:0 4px 12px #28a74566}.wlr-header-widget__button--loading[data-v-083c8808]{background:#666;color:#fff}.wlr-header-widget__indicator[data-v-083c8808]{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.wlr-header-widget__indicator--active[data-v-083c8808]{animation:wlr-pulse-indicator-083c8808 1.5s ease-in-out infinite}@keyframes wlr-pulse-indicator-083c8808{0%,to{opacity:1}50%{opacity:.7}}.wlr-header-widget__icon[data-v-083c8808]{width:16px;height:16px}.wlr-header-widget__icon--loading[data-v-083c8808]{animation:wlr-spin-083c8808 1s linear infinite}@keyframes wlr-spin-083c8808{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wlr-header-widget__text[data-v-083c8808]{white-space:nowrap}.wlr-header-widget--compact .wlr-header-widget__button[data-v-083c8808]{padding:.5rem 1.25rem;font-size:.875rem;min-height:40px}@media (max-width: 1024px){.wlr-header-widget__show-name[data-v-083c8808],.wlr-header-widget__show-meta[data-v-083c8808]{display:none}.wlr-header-widget__container[data-v-083c8808]{gap:1rem;align-items:center}.wlr-header-widget__content[data-v-083c8808]{width:auto}.wlr-header-widget__show-image[data-v-083c8808]{width:80px;height:80px}}@media (max-width: 768px){.wlr-header-widget__show-image[data-v-083c8808]{display:none}.wlr-header-widget__container[data-v-083c8808]{gap:0}.wlr-header-widget__button[data-v-083c8808]{padding:.5rem 1.25rem;font-size:.875rem;min-height:40px;align-self:center}}@media (max-width: 480px){.wlr-header-widget__button[data-v-083c8808]{padding:.5rem 1rem;font-size:.8125rem}}.wlr-login-modal__overlay[data-v-d480f903]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:99999;padding:1rem}.wlr-login-modal[data-v-d480f903]{background:#fff;border-radius:12px;max-width:480px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d}.wlr-login-modal__content[data-v-d480f903]{padding:2.5rem 2rem;text-align:center}.wlr-login-modal__content h2[data-v-d480f903]{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#1a1a2e;line-height:1.3}.wlr-login-modal__content p[data-v-d480f903]{margin:0 0 2rem;font-size:1rem;color:#666;line-height:1.6}.wlr-login-modal__actions[data-v-d480f903]{display:flex;flex-direction:column;gap:.75rem}.wlr-login-modal__btn[data-v-d480f903]{display:block;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;text-align:center;transition:all .2s ease}.wlr-login-modal__btn--primary[data-v-d480f903]{background:#1a73e8;color:#fff}.wlr-login-modal__btn--primary[data-v-d480f903]:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 4px 12px #1a73e866}.wlr-login-modal__btn--secondary[data-v-d480f903]{background:transparent;color:#1a73e8;border:none}.wlr-login-modal__btn--secondary[data-v-d480f903]:hover{color:#1557b0;text-decoration:underline}.wlr-login-modal__link[data-v-d480f903]{color:#999;font-size:.875rem;text-decoration:none;margin-top:.5rem}.wlr-login-modal__link[data-v-d480f903]:hover{color:#666;text-decoration:underline}.modal-enter-active[data-v-d480f903],.modal-leave-active[data-v-d480f903]{transition:opacity .3s ease}.modal-enter-active .wlr-login-modal[data-v-d480f903],.modal-leave-active .wlr-login-modal[data-v-d480f903]{transition:transform .3s ease,opacity .3s ease}.modal-enter-from[data-v-d480f903],.modal-leave-to[data-v-d480f903]{opacity:0}.modal-enter-from .wlr-login-modal[data-v-d480f903],.modal-leave-to .wlr-login-modal[data-v-d480f903]{transform:scale(.95) translateY(-20px);opacity:0}@media (max-width: 480px){.wlr-login-modal__content[data-v-d480f903]{padding:2rem 1.5rem}.wlr-login-modal__content h2[data-v-d480f903]{font-size:1.25rem}}.wlr-listen-back[data-v-1cdcce9f]{padding:1rem;max-width:1200px;margin:0 auto}.wlr-listen-back__header[data-v-1cdcce9f]{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.wlr-listen-back__filters[data-v-1cdcce9f]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.wlr-listen-back__filter[data-v-1cdcce9f]{display:flex;align-items:center;gap:.5rem}.wlr-listen-back__filter label[data-v-1cdcce9f]{font-size:.875rem;font-weight:700;white-space:nowrap}.wlr-listen-back__filter input[data-v-1cdcce9f],.wlr-listen-back__filter select[data-v-1cdcce9f]{padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.875rem;background:#fff;min-width:200px}.wlr-listen-back__filter select[data-v-1cdcce9f]{cursor:pointer}.wlr-listen-back__content[data-v-1cdcce9f]{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}article[data-v-1cdcce9f]{display:flex;flex-direction:column;padding:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}article[data-v-1cdcce9f]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}article.playing[data-v-1cdcce9f]{border-color:#1a73e8;background:#f0f7ff;box-shadow:0 4px 12px #1a73e833}.thumbnail[data-v-1cdcce9f]{width:100%;height:180px;background:#f0f0f0;overflow:hidden;position:relative}.thumbnail-link[data-v-1cdcce9f]{display:block;width:100%;height:100%}.thumbnail img[data-v-1cdcce9f]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumbnail-link:hover img[data-v-1cdcce9f]{transform:scale(1.05)}.info[data-v-1cdcce9f]{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.info h3[data-v-1cdcce9f]{margin:0;font-size:1rem;font-weight:600;color:#1a1a2e;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info h3 .title-link[data-v-1cdcce9f]{color:inherit;text-decoration:none;transition:color .2s ease}.info h3 .title-link[data-v-1cdcce9f]:hover{color:#1a73e8}.info p[data-v-1cdcce9f]{margin:0;font-size:.75rem;color:#666;display:flex;gap:.5rem;flex-wrap:wrap}.info p span[data-v-1cdcce9f]{display:inline-block}.play-button[data-v-1cdcce9f]{width:56px;height:56px;border:none;border-radius:50%;background:#f5c518;color:#000;cursor:pointer;position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #f5c5184d}.play-button[data-v-1cdcce9f]:hover{background:#e6b800;transform:scale(1.1);box-shadow:0 4px 12px #f5c51866}.play-button svg[data-v-1cdcce9f]{width:24px;height:24px}article.playing .play-button[data-v-1cdcce9f]{background:#28a745;color:#fff}article.playing .play-button[data-v-1cdcce9f]:hover{background:#218838}.info .date[data-v-1cdcce9f]{font-size:.875rem;color:#666;margin:0 0 .5rem}.info .description[data-v-1cdcce9f]{font-size:.875rem;color:#666;margin:.5rem 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wlr-listen-back__load-more[data-v-1cdcce9f]{display:flex;justify-content:center;margin-top:2rem;padding:1rem 0}.wlr-listen-back__see-more-btn[data-v-1cdcce9f]{padding:.875rem 3rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f5c5184d;min-width:200px;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.wlr-listen-back__see-more-btn[data-v-1cdcce9f]:hover:not(:disabled){background:#e6b800;transform:translateY(-2px);box-shadow:0 4px 12px #f5c51866}.wlr-listen-back__see-more-btn[data-v-1cdcce9f]:disabled{cursor:not-allowed;opacity:.7}.spinner[data-v-1cdcce9f]{width:18px;height:18px;border:3px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin-1cdcce9f .8s linear infinite}@keyframes spin-1cdcce9f{to{transform:rotate(360deg)}}.wlr-listen-back__loading[data-v-1cdcce9f]{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#666;font-size:1rem}.wlr-listen-back__loading .spinner[data-v-1cdcce9f]{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#1a73e8;border-radius:50%;animation:spin-1cdcce9f .8s linear infinite}@media (max-width: 768px){.wlr-listen-back__filter[data-v-1cdcce9f]{flex-direction:column;align-items:flex-start;width:100%}.wlr-listen-back__filter select[data-v-1cdcce9f]{width:100%;min-width:100%}.wlr-listen-back__content[data-v-1cdcce9f],.wlr-listen-back__skeleton[data-v-1cdcce9f]{grid-template-columns:1fr}.thumbnail[data-v-1cdcce9f]{height:200px}}@media (min-width: 769px) and (max-width: 1024px){.wlr-listen-back__content[data-v-1cdcce9f],.wlr-listen-back__skeleton[data-v-1cdcce9f]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.wlr-listen-back__content[data-v-1cdcce9f],.wlr-listen-back__skeleton[data-v-1cdcce9f]{grid-template-columns:repeat(4,1fr)}}.add-to-queue-btn[data-v-1cdcce9f]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin:.5rem 0;border:1px solid #1a73e8;background:transparent;color:#1a73e8;font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease}.add-to-queue-btn[data-v-1cdcce9f]:hover:not(:disabled){background:#1a73e8;color:#fff}.add-to-queue-btn[data-v-1cdcce9f]:disabled{cursor:default}.add-to-queue-btn.in-queue[data-v-1cdcce9f]{border-color:#28a745;color:#28a745;background:#28a7451a}.add-to-queue-btn svg[data-v-1cdcce9f]{width:16px;height:16px}.wlr-live-listen-back[data-v-d7cd4d07]{padding:1rem;max-width:1200px;margin:0 auto}.wlr-live-listen-back__header[data-v-d7cd4d07]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.wlr-live-listen-back__title[data-v-d7cd4d07]{margin:0;font-size:1.75rem;font-weight:700;color:#1a1a2e}.wlr-live-listen-back__filter[data-v-d7cd4d07]{display:flex;align-items:center;gap:.5rem}.wlr-live-listen-back__filter label[data-v-d7cd4d07]{font-size:.875rem;font-weight:700;white-space:nowrap}.wlr-live-listen-back__filter select[data-v-d7cd4d07]{padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.875rem;background:#fff;min-width:200px;cursor:pointer}.wlr-live-listen-back__loading[data-v-d7cd4d07],.wlr-live-listen-back__error[data-v-d7cd4d07],.wlr-live-listen-back__empty[data-v-d7cd4d07]{padding:2rem;text-align:center;color:#666}.wlr-live-listen-back__loading[data-v-d7cd4d07]{display:flex;align-items:center;justify-content:center;gap:.75rem}.wlr-live-listen-back__loading .spinner[data-v-d7cd4d07]{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#1a73e8;border-radius:50%;animation:spin-d7cd4d07 .8s linear infinite}.wlr-live-listen-back__content[data-v-d7cd4d07]{display:flex;flex-direction:column;gap:1rem}.wlr-live-listen-back__item[data-v-d7cd4d07]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.wlr-live-listen-back__item[data-v-d7cd4d07]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.wlr-live-listen-back__item--playing[data-v-d7cd4d07]{border-color:#1a73e8;background:#f0f7ff;box-shadow:0 4px 12px #1a73e833}.wlr-live-listen-back__thumbnail[data-v-d7cd4d07]{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f0f0f0}.wlr-live-listen-back__thumbnail img[data-v-d7cd4d07]{width:100%;height:100%;object-fit:cover}.wlr-live-listen-back__thumbnail-placeholder[data-v-d7cd4d07]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:2rem;font-weight:700}.wlr-live-listen-back__info[data-v-d7cd4d07]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.wlr-live-listen-back__date-time[data-v-d7cd4d07]{display:flex;flex-direction:column;gap:.25rem}.wlr-live-listen-back__date[data-v-d7cd4d07]{font-size:.875rem;color:#666;font-weight:500}.wlr-live-listen-back__title[data-v-d7cd4d07]{font-size:1.125rem;font-weight:700;color:#1a1a2e}.wlr-live-listen-back__time[data-v-d7cd4d07]{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#666}.wlr-live-listen-back__time svg[data-v-d7cd4d07]{width:16px;height:16px}.wlr-live-listen-back__queue-action[data-v-d7cd4d07]{display:flex;flex-shrink:0}.wlr-live-listen-back__play-btn[data-v-d7cd4d07]{width:56px;height:56px;min-width:56px;border:none;border-radius:50%;background:#1a73e8;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #1a73e84d;flex-shrink:0}.wlr-live-listen-back__play-btn[data-v-d7cd4d07]:hover{background:#1557b0;transform:scale(1.1);box-shadow:0 4px 12px #1a73e866}.wlr-live-listen-back__play-btn svg[data-v-d7cd4d07]{width:24px;height:24px}.wlr-live-listen-back__item--playing .wlr-live-listen-back__play-btn[data-v-d7cd4d07]{background:#28a745}.wlr-live-listen-back__item--playing .wlr-live-listen-back__play-btn[data-v-d7cd4d07]:hover{background:#218838}@media (max-width: 768px){.wlr-live-listen-back__header[data-v-d7cd4d07]{flex-direction:column;align-items:flex-start}.wlr-live-listen-back__filter[data-v-d7cd4d07]{flex-direction:column;align-items:flex-start;width:100%}.wlr-live-listen-back__filter select[data-v-d7cd4d07]{width:100%;min-width:100%}.wlr-live-listen-back__item[data-v-d7cd4d07]{flex-wrap:wrap;padding:1rem;gap:.75rem}.wlr-live-listen-back__thumbnail[data-v-d7cd4d07]{width:60px;height:60px;flex-shrink:0}.wlr-live-listen-back__info[data-v-d7cd4d07]{flex:1;min-width:0}.wlr-live-listen-back__date[data-v-d7cd4d07]{font-size:.75rem}.wlr-live-listen-back__title[data-v-d7cd4d07]{font-size:.9375rem;line-height:1.3}.wlr-live-listen-back__time[data-v-d7cd4d07]{font-size:.75rem}.wlr-live-listen-back__play-btn[data-v-d7cd4d07]{width:44px;height:44px;min-width:44px}.wlr-live-listen-back__play-btn svg[data-v-d7cd4d07]{width:20px;height:20px}.wlr-live-listen-back__queue-action[data-v-d7cd4d07]{width:100%;flex-basis:100%;justify-content:center}.wlr-live-listen-back__queue-action .add-to-queue-btn[data-v-d7cd4d07]{flex:1;max-width:100%;justify-content:center}}.add-to-queue-btn[data-v-d7cd4d07]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #1a73e8;background:transparent;color:#1a73e8;font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-to-queue-btn[data-v-d7cd4d07]:hover:not(:disabled){background:#1a73e8;color:#fff}.add-to-queue-btn[data-v-d7cd4d07]:disabled{cursor:default}.add-to-queue-btn.in-queue[data-v-d7cd4d07]{border-color:#28a745;color:#28a745;background:#28a7451a}.add-to-queue-btn svg[data-v-d7cd4d07]{width:16px;height:16px}.wlr-live-listen-back__load-more[data-v-d7cd4d07]{display:flex;justify-content:center;margin-top:2rem;padding:1rem 0}.wlr-live-listen-back__load-more-btn[data-v-d7cd4d07]{padding:.875rem 3rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f5c5184d;min-width:200px;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.wlr-live-listen-back__load-more-btn[data-v-d7cd4d07]:hover:not(:disabled){background:#e6b800;transform:translateY(-2px);box-shadow:0 4px 12px #f5c51866}.wlr-live-listen-back__load-more-btn[data-v-d7cd4d07]:disabled{cursor:not-allowed;opacity:.7}.wlr-live-listen-back__load-more-btn .spinner[data-v-d7cd4d07]{width:18px;height:18px;border:3px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin-d7cd4d07 .8s linear infinite}@keyframes spin-d7cd4d07{to{transform:rotate(360deg)}}.wlr-secondary-btn[data-v-d1c21b5d]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;min-height:44px;box-shadow:0 2px 8px #f5c5184d}.wlr-secondary-btn[data-v-d1c21b5d]:hover:not(:disabled){background:#e6b800;transform:translateY(-1px);box-shadow:0 4px 12px #f5c51866}.wlr-secondary-btn[data-v-d1c21b5d]:disabled{cursor:not-allowed;opacity:.7}.wlr-secondary-btn--playing[data-v-d1c21b5d]{background:#28a745;color:#fff;box-shadow:0 2px 8px #28a7454d}.wlr-secondary-btn--playing[data-v-d1c21b5d]:hover:not(:disabled){background:#218838;box-shadow:0 4px 12px #28a74566}.wlr-secondary-btn--loading[data-v-d1c21b5d]{background:#666;color:#fff}.wlr-secondary-btn__indicator[data-v-d1c21b5d]{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.wlr-secondary-btn__icon[data-v-d1c21b5d]{width:16px;height:16px}.wlr-secondary-btn__icon--loading[data-v-d1c21b5d]{animation:wlr-spin-d1c21b5d 1s linear infinite}@keyframes wlr-spin-d1c21b5d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wlr-secondary-btn__text[data-v-d1c21b5d]{white-space:nowrap}@media (max-width: 768px){.wlr-secondary-btn[data-v-d1c21b5d]{padding:.5rem 1.25rem;font-size:.875rem;min-height:40px}}@media (max-width: 480px){.wlr-secondary-btn[data-v-d1c21b5d]{padding:.5rem 1rem;font-size:.8125rem}}.wlr-podcast-buttons[data-v-cf4bb2bc]{display:flex;gap:.75rem;align-items:center}.wlr-podcast-buttons--stacked[data-v-cf4bb2bc]{flex-direction:column;align-items:stretch}.wlr-podcast-buttons__play[data-v-cf4bb2bc],.wlr-podcast-buttons__queue[data-v-cf4bb2bc]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.wlr-podcast-buttons__play[data-v-cf4bb2bc]{background:#f5c518;color:#000;box-shadow:0 2px 8px #f5c5184d}.wlr-podcast-buttons__play[data-v-cf4bb2bc]:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 4px 12px #f5c51866}.wlr-podcast-buttons__play.playing[data-v-cf4bb2bc]{background:#28a745;color:#fff;box-shadow:0 2px 8px #28a7454d}.wlr-podcast-buttons__play.playing[data-v-cf4bb2bc]:hover{background:#218838;box-shadow:0 4px 12px #28a74566}.wlr-podcast-buttons__queue[data-v-cf4bb2bc]{background:transparent;color:#1a73e8;border:2px solid #1a73e8}.wlr-podcast-buttons__queue[data-v-cf4bb2bc]:hover:not(:disabled){background:#1a73e8;color:#fff}.wlr-podcast-buttons__queue[data-v-cf4bb2bc]:disabled{cursor:default}.wlr-podcast-buttons__queue.in-queue[data-v-cf4bb2bc]{border-color:#28a745;color:#28a745;background:#28a7451a}.wlr-podcast-buttons__play svg[data-v-cf4bb2bc],.wlr-podcast-buttons__queue svg[data-v-cf4bb2bc]{width:20px;height:20px}@media (max-width: 480px){.wlr-podcast-buttons--inline[data-v-cf4bb2bc]{flex-direction:column;align-items:stretch}.wlr-podcast-buttons__play[data-v-cf4bb2bc],.wlr-podcast-buttons__queue[data-v-cf4bb2bc]{width:100%}}.wlr-show-archive[data-v-0f2698be]{padding:1rem;max-width:1200px;margin:0 auto}.wlr-show-archive__content[data-v-0f2698be]{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}article[data-v-0f2698be]{display:flex;flex-direction:column;padding:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}article[data-v-0f2698be]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}article.playing[data-v-0f2698be]{border-color:#1a73e8;background:#f0f7ff;box-shadow:0 4px 12px #1a73e833}.thumbnail[data-v-0f2698be]{width:100%;height:180px;background:#f0f0f0;overflow:hidden;position:relative}.thumbnail img[data-v-0f2698be]{width:100%;height:100%;object-fit:cover}.info[data-v-0f2698be]{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.info h3[data-v-0f2698be]{margin:0;font-size:1rem;font-weight:600;color:#1a1a2e;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info p[data-v-0f2698be]{margin:0;font-size:.75rem;color:#666}.info .date[data-v-0f2698be]{font-size:.875rem;color:#666;margin:0 0 .5rem}.info .description[data-v-0f2698be]{font-size:.875rem;color:#666;margin:.5rem 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.play-button[data-v-0f2698be]{width:56px;height:56px;border:none;border-radius:50%;background:#f5c518;color:#000;cursor:pointer;position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #f5c5184d}.play-button[data-v-0f2698be]:hover{background:#e6b800;transform:scale(1.1);box-shadow:0 4px 12px #f5c51866}.play-button svg[data-v-0f2698be]{width:24px;height:24px}article.playing .play-button[data-v-0f2698be]{background:#28a745;color:#fff}article.playing .play-button[data-v-0f2698be]:hover{background:#218838}.add-to-queue-btn[data-v-0f2698be]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin:.5rem 0;border:1px solid #1a73e8;background:transparent;color:#1a73e8;font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease}.add-to-queue-btn[data-v-0f2698be]:hover{background:#1a73e8;color:#fff}.add-to-queue-btn.in-queue[data-v-0f2698be]{border-color:#28a745;color:#28a745;background:#28a7451a;cursor:default}.add-to-queue-btn svg[data-v-0f2698be]{width:16px;height:16px}.thumbnail-link[data-v-0f2698be]{display:block;width:100%;height:100%}.thumbnail-link img[data-v-0f2698be]{width:100%;height:100%;object-fit:cover}.title-link[data-v-0f2698be]{color:inherit;text-decoration:none}.title-link[data-v-0f2698be]:hover{text-decoration:underline}.wlr-show-archive__load-more[data-v-0f2698be]{display:flex;justify-content:center;margin-top:2rem;padding:1rem 0}.wlr-show-archive__see-more-btn[data-v-0f2698be]{padding:.875rem 3rem;border:none;border-radius:50px;background:#f5c518;color:#000;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f5c5184d;min-width:200px;display:flex;align-items:center;justify-content:center;gap:.5rem}.wlr-show-archive__see-more-btn[data-v-0f2698be]:hover:not(:disabled){background:#e6b800;transform:translateY(-2px);box-shadow:0 4px 12px #f5c51866}.wlr-show-archive__see-more-btn[data-v-0f2698be]:disabled{cursor:not-allowed;opacity:.7}.spinner[data-v-0f2698be]{width:18px;height:18px;border:3px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin-0f2698be .8s linear infinite}@keyframes spin-0f2698be{to{transform:rotate(360deg)}}.wlr-show-archive__skeleton[data-v-0f2698be]{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.skeleton-card[data-v-0f2698be]{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.skeleton-thumbnail[data-v-0f2698be]{width:100%;height:180px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading-0f2698be 1.5s infinite}.skeleton-info[data-v-0f2698be]{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-title[data-v-0f2698be]{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading-0f2698be 1.5s infinite;border-radius:4px;width:80%}.skeleton-meta[data-v-0f2698be]{height:.75rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading-0f2698be 1.5s infinite;border-radius:4px;width:50%}@keyframes skeleton-loading-0f2698be{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.wlr-show-archive__content[data-v-0f2698be],.wlr-show-archive__skeleton[data-v-0f2698be]{grid-template-columns:1fr}.thumbnail[data-v-0f2698be]{height:200px}}@media (min-width: 769px) and (max-width: 1024px){.wlr-show-archive__content[data-v-0f2698be],.wlr-show-archive__skeleton[data-v-0f2698be]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.wlr-show-archive__content[data-v-0f2698be],.wlr-show-archive__skeleton[data-v-0f2698be]{grid-template-columns:repeat(4,1fr)}}.wlr-schedule[data-v-136b0702]{max-width:1200px;margin:0 auto;padding:2rem 1rem}.wlr-schedule__header[data-v-136b0702]{text-align:center;margin-bottom:2rem}.wlr-schedule__header h2[data-v-136b0702]{font-size:2.5rem;font-weight:700;color:#003d82;margin:0;position:relative;display:inline-block}.wlr-schedule__header h2[data-v-136b0702]:before,.wlr-schedule__header h2[data-v-136b0702]:after{content:"";position:absolute;top:50%;width:150px;height:3px;background:linear-gradient(90deg,transparent,#f5c518)}.wlr-schedule__header h2[data-v-136b0702]:before{right:100%;margin-right:1rem;background:linear-gradient(90deg,transparent,#f5c518)}.wlr-schedule__header h2[data-v-136b0702]:after{left:100%;margin-left:1rem;background:linear-gradient(270deg,transparent,#f5c518)}.wlr-schedule__loading[data-v-136b0702],.wlr-schedule__error[data-v-136b0702],.wlr-schedule__empty[data-v-136b0702]{text-align:center;padding:3rem 1rem}.spinner[data-v-136b0702]{width:48px;height:48px;border:4px solid rgba(0,61,130,.1);border-top-color:#003d82;border-radius:50%;animation:spin-136b0702 .8s linear infinite;margin:0 auto 1rem}@keyframes spin-136b0702{to{transform:rotate(360deg)}}.wlr-schedule__tabs[data-v-136b0702]{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.wlr-schedule__tab[data-v-136b0702]{padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;min-width:70px}.wlr-schedule__tab[data-v-136b0702]:hover{border-color:#003d82;color:#003d82}.wlr-schedule__tab.active[data-v-136b0702]{background:#f5c518;border-color:#f5c518;color:#000}.wlr-schedule__tab.today[data-v-136b0702]:not(.active){border-color:#f5c518;color:#f5c518}.wlr-schedule__shows[data-v-136b0702]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.wlr-schedule__show[data-v-136b0702]{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.wlr-schedule__show[data-v-136b0702]:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.wlr-schedule__show-link[data-v-136b0702]{display:block;text-decoration:none;color:inherit}.wlr-schedule__show-link[data-v-136b0702]:hover{text-decoration:none}.wlr-schedule__show-link.no-link[data-v-136b0702]{cursor:default}.wlr-schedule__show.on-air[data-v-136b0702]{border-color:#28a745;box-shadow:0 4px 16px #28a7454d}.wlr-schedule__show-image[data-v-136b0702]{position:relative;width:100%;height:240px;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.wlr-schedule__show-image img[data-v-136b0702]{width:100%;height:100%;object-fit:cover}.wlr-schedule__show-placeholder[data-v-136b0702]{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.on-air-badge[data-v-136b0702]{position:absolute;top:1rem;left:1rem;background:#28a745;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;animation:pulse-136b0702 2s infinite}@keyframes pulse-136b0702{0%,to{opacity:1}50%{opacity:.8}}.wlr-schedule__show-info[data-v-136b0702]{padding:1.25rem}.wlr-schedule__show-info h3[data-v-136b0702]{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:#1a1a2e;line-height:1.4}.wlr-schedule__show-info .time[data-v-136b0702]{margin:0;font-size:.875rem;color:#666;display:flex;align-items:center;gap:.5rem}.wlr-schedule__show-info .time svg[data-v-136b0702]{width:16px;height:16px;flex-shrink:0}.wlr-schedule__show-info .sponsor[data-v-136b0702]{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.wlr-schedule__show-info .sponsor p[data-v-136b0702]{margin:0 0 .5rem;font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.wlr-schedule__show-info .sponsor img[data-v-136b0702]{max-width:120px;height:auto}.wlr-schedule__show-info .sponsor .sponsor-name[data-v-136b0702]{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}@media (max-width: 768px){.wlr-schedule[data-v-136b0702]{padding:1rem}.wlr-schedule__header h2[data-v-136b0702]{font-size:2rem}.wlr-schedule__header h2[data-v-136b0702]:before,.wlr-schedule__header h2[data-v-136b0702]:after{width:80px}.wlr-schedule__tabs[data-v-136b0702]{gap:.25rem}.wlr-schedule__tab[data-v-136b0702]{padding:.5rem 1rem;min-width:60px;font-size:.75rem}.wlr-schedule__shows[data-v-136b0702]{grid-template-columns:repeat(auto-fill,minmax(370px,1fr));justify-content:center}.wlr-schedule__show[data-v-136b0702]{max-width:370px;margin:0 auto}.wlr-schedule__show-image[data-v-136b0702]{height:370px}}:root{--wlr-breakpoint-tablet: 768px;--wlr-breakpoint-mobile: 480px;--wlr-touch-target-min: 44px;--wlr-spacing-xs: .25rem;--wlr-spacing-sm: .5rem;--wlr-spacing-md: .75rem;--wlr-spacing-lg: 1rem;--wlr-spacing-xl: 1.5rem}.wlr-touch-target{min-width:var(--wlr-touch-target-min);min-height:var(--wlr-touch-target-min)}.wlr-touch-target-expanded{position:relative}.wlr-touch-target-expanded:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:var(--wlr-touch-target-min);min-height:var(--wlr-touch-target-min)}@media (max-width: 768px){.wlr-hide-tablet{display:none!important}}@media (max-width: 480px){.wlr-hide-mobile{display:none!important}}.wlr-show-tablet{display:none!important}@media (max-width: 768px){.wlr-show-tablet{display:block!important}}.wlr-show-mobile{display:none!important}@media (max-width: 480px){.wlr-show-mobile{display:block!important}}@media (max-width: 768px){.wlr-text-responsive{font-size:.875rem}}@media (max-width: 480px){.wlr-text-responsive{font-size:.8125rem}}@media (max-width: 768px){.wlr-padding-responsive{padding:var(--wlr-spacing-md)}.wlr-gap-responsive{gap:var(--wlr-spacing-md)}}@media (max-width: 480px){.wlr-padding-responsive{padding:var(--wlr-spacing-sm)}.wlr-gap-responsive{gap:var(--wlr-spacing-sm)}}@media (max-width: 768px){.wlr-stack-tablet{flex-direction:column!important}}@media (max-width: 480px){.wlr-stack-mobile{flex-direction:column!important}}@supports (padding-bottom: env(safe-area-inset-bottom)){.wlr-safe-area-bottom{padding-bottom:calc(var(--wlr-spacing-md) + env(safe-area-inset-bottom))}}@media print{.wlr-no-print{display:none!important}}
