:root{--pod-primary: #0954a1;--pod-primary-dark: #073a6d;--pod-accent: #e8313a;--pod-bg-card: #ffffff;--pod-bg-section: #f5f7fa;--pod-text: #1e2d3d;--pod-text-muted: #677279;--pod-border: #e2e8f0;--pod-radius: 12px;--pod-shadow: 0 2px 12px rgba(0, 0, 0, .08);--pod-shadow-hover: 0 8px 30px rgba(9, 84, 161, .15);--pod-transition: .2s ease}.podcast-hub{background:var(--pod-bg-section);padding:60px 0}.podcast-hub__header{text-align:center;margin-bottom:48px}.podcast-hub__eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--pod-primary);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:16px}.podcast-hub__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--pod-text);margin:0 0 12px}.podcast-hub__subtitle{font-size:1.05rem;color:var(--pod-text-muted);max-width:560px;margin:0 auto;line-height:1.6}.podcast-hub__filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.podcast-filter-btn{padding:8px 20px;border-radius:24px;border:2px solid var(--pod-border);background:#fff;color:var(--pod-text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--pod-transition);letter-spacing:.02em}.podcast-filter-btn:hover{border-color:var(--pod-primary);color:var(--pod-primary)}.podcast-filter-btn.active{background:var(--pod-primary);border-color:var(--pod-primary);color:#fff}.podcast-hub__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.podcast-card-wrap{position:relative}.podcast-card{background:var(--pod-bg-card);border-radius:var(--pod-radius);overflow:hidden;box-shadow:var(--pod-shadow);transition:all var(--pod-transition);display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;cursor:default}.podcast-card:hover{box-shadow:var(--pod-shadow-hover);transform:translateY(-3px)}.podcast-card__image-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,var(--pod-primary),var(--pod-primary-dark))}.podcast-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.podcast-card:hover .podcast-card__image{transform:scale(1.04)}.podcast-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.podcast-card__image-placeholder svg{width:48px;height:48px;opacity:.4;color:#fff}.podcast-card__badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.podcast-card__badge--podcast{background:#0954a1eb;color:#fff}.podcast-card__badge--news{background:#e8313aeb;color:#fff}.podcast-card__badge--offer{background:#10a14aeb;color:#fff}.podcast-card__play-overlay{position:absolute;bottom:12px;right:12px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:transform var(--pod-transition)}.podcast-card__play-overlay svg{width:16px;height:16px;color:var(--pod-primary);margin-left:2px}.podcast-card:hover .podcast-card__play-overlay{transform:scale(1.1)}.podcast-card__body{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px}.podcast-card__meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--pod-text-muted)}.podcast-card__meta-item{display:flex;align-items:center;gap:4px}.podcast-card__meta-item svg{width:13px;height:13px;flex-shrink:0}.podcast-card__title{font-size:1.2rem;font-weight:700;color:var(--pod-text);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-card__excerpt{font-size:1rem;color:var(--pod-text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.podcast-card__footer{padding:14px 20px;border-top:1px solid var(--pod-border);display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--pod-text-muted)}.podcast-card__views{display:flex;align-items:center;gap:5px}.podcast-card__views svg{width:14px;height:14px}.podcast-card__link{color:var(--pod-primary);font-weight:600;display:flex;align-items:center;gap:4px}.podcast-card__link svg{width:14px;height:14px;transition:transform var(--pod-transition)}.podcast-card:hover .podcast-card__link svg{transform:translate(3px)}.news-flash-section{padding:60px 0;background:#fff}.news-flash__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.news-flash-card{border:1px solid var(--pod-border);border-radius:var(--pod-radius);padding:20px;background:#fff;transition:all var(--pod-transition);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden}.news-flash-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--pod-primary);transform:scaleY(0);transition:transform var(--pod-transition);transform-origin:bottom}.news-flash-card:hover{border-color:var(--pod-primary);box-shadow:var(--pod-shadow-hover)}.news-flash-card:hover:before{transform:scaleY(1)}.news-flash-card__tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--pod-primary)}.news-flash-card__title{font-size:.95rem;font-weight:700;color:var(--pod-text);line-height:1.4;margin:0}.news-flash-card__excerpt{font-size:.85rem;color:var(--pod-text-muted);line-height:1.55;flex:1;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-flash-card__footer{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--pod-text-muted);padding-top:8px;border-top:1px solid var(--pod-border)}.podcast-player{background:linear-gradient(135deg,var(--pod-primary) 0%,var(--pod-primary-dark) 100%);border-radius:var(--pod-radius);padding:28px;color:#fff;margin-bottom:40px}.podcast-player__header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.podcast-player__icon{width:56px;height:56px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.podcast-player__icon svg{width:28px;height:28px}.podcast-player__info{flex:1;min-width:0}.podcast-player__episode{font-size:12px;font-weight:600;opacity:.7;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.podcast-player__title{font-size:1.1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-player__duration-badge{background:#ffffff26;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.podcast-player__progress-wrap{position:relative;height:6px;background:#fff3;border-radius:3px;cursor:pointer;margin-bottom:8px}.podcast-player__progress-fill{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:3px;width:0%;transition:width .1s linear;pointer-events:none}.podcast-player__progress-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#fff;border-radius:50%;left:0%;box-shadow:0 1px 4px #0000004d;transition:left .1s linear;pointer-events:none}.podcast-player__times{display:flex;justify-content:space-between;font-size:12px;opacity:.7;margin-bottom:20px}.podcast-player__controls{display:flex;align-items:center;gap:12px;justify-content:center}.podcast-player__btn{background:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--pod-transition),transform var(--pod-transition);padding:0}.podcast-player__btn:hover{background:#ffffff40;transform:scale(1.05)}.podcast-player__btn--play{width:52px;height:52px;background:#fff;color:var(--pod-primary)}.podcast-player__btn--play:hover{background:#ffffffeb;transform:scale(1.08)}.podcast-player__btn--sm{width:36px;height:36px}.podcast-player__btn svg{width:20px;height:20px}.podcast-player__btn--play svg{width:24px;height:24px;margin-left:2px}.podcast-player__btn--hide{display:none}.podcast-player__speed{background:#ffffff26;border:none;color:#fff;font-size:12px;font-weight:700;padding:6px 10px;border-radius:8px;cursor:pointer;transition:background var(--pod-transition);min-width:48px;text-align:center}.podcast-player__speed:hover{background:#ffffff40}.podcast-player__volume-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}.podcast-player__volume-slider{width:80px;accent-color:#fff;cursor:pointer}.podcast-article-wrap{max-width:800px;margin:0 auto;padding:40px 20px}.podcast-article-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.podcast-article-meta__badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.podcast-article-meta__badge--podcast{background:#0954a11a;color:var(--pod-primary)}.podcast-article-meta__badge--news{background:#e8313a1a;color:var(--pod-accent)}.podcast-article-meta__item{font-size:13px;color:var(--pod-text-muted);display:flex;align-items:center;gap:5px}.podcast-article-meta__item svg{width:14px;height:14px}.podcast-article__views-pill{display:inline-flex;align-items:center;gap:5px;background:var(--pod-bg-section);padding:4px 12px;border-radius:20px;font-size:12px;color:var(--pod-text-muted);font-weight:600}.podcast-stats-section{padding:60px 0;background:#fff}.stats-header{margin-bottom:40px}.stats-header__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--pod-primary);margin-bottom:8px}.stats-header__title{font-size:2rem;font-weight:800;color:var(--pod-text);margin:0 0 8px}.stats-header__subtitle{color:var(--pod-text-muted);margin:0}.stats-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:40px}.stats-kpi-card{background:var(--pod-bg-section);border-radius:var(--pod-radius);padding:24px;text-align:center}.stats-kpi-card__icon{width:44px;height:44px;background:var(--pod-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#fff}.stats-kpi-card__icon svg{width:22px;height:22px}.stats-kpi-card__value{font-size:2rem;font-weight:800;color:var(--pod-text);line-height:1;margin-bottom:4px}.stats-kpi-card__label{font-size:13px;color:var(--pod-text-muted)}.stats-table-wrap{background:var(--pod-bg-section);border-radius:var(--pod-radius);overflow:hidden}.stats-table-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--pod-border)}.stats-table-header__title{font-size:1rem;font-weight:700;color:var(--pod-text);margin:0}.stats-table-header__note{font-size:12px;color:var(--pod-text-muted)}.stats-table{width:100%;border-collapse:collapse;font-size:14px}.stats-table th,.stats-table td{padding:14px 24px;text-align:left}.stats-table th{background:#f0f4f8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--pod-text-muted)}.stats-table td{border-bottom:1px solid var(--pod-border);color:var(--pod-text);vertical-align:middle}.stats-table tr:last-child td{border-bottom:none}.stats-table tr:hover td{background:#f8fafc}.stats-table__title a{color:var(--pod-primary);font-weight:600;text-decoration:none}.stats-table__title a:hover{text-decoration:underline}.stats-table__type-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.stats-table__type-badge--podcast{background:#0954a11a;color:var(--pod-primary)}.stats-table__type-badge--news{background:#e8313a1a;color:var(--pod-accent)}.stats-table__type-badge--offer{background:#10a14a1a;color:#10a14a}.stats-bar{display:flex;align-items:center;gap:10px}.stats-bar__track{flex:1;height:8px;background:var(--pod-border);border-radius:4px;overflow:hidden}.stats-bar__fill{height:100%;background:linear-gradient(90deg,var(--pod-primary),#1e7de6);border-radius:4px;width:0%;transition:width .6s ease}.stats-bar__value{font-weight:700;min-width:36px;text-align:right;color:var(--pod-text)}.stats-info-box{background:#0954a10f;border:1px solid rgba(9,84,161,.15);border-radius:var(--pod-radius);padding:16px 20px;display:flex;gap:12px;align-items:flex-start;margin-bottom:32px}.stats-info-box__icon{color:var(--pod-primary);flex-shrink:0;margin-top:2px}.stats-info-box__icon svg{width:18px;height:18px}.stats-info-box__text{font-size:13px;color:var(--pod-text);line-height:1.6;margin:0}.stats-info-box__text a{color:var(--pod-primary);font-weight:600}.podcast-hub__empty{text-align:center;padding:60px 20px;grid-column:1 / -1;color:var(--pod-text-muted)}.podcast-hub__empty svg{width:48px;height:48px;opacity:.3;margin-bottom:12px}.podcast-hub__pagination{text-align:center;margin-top:40px}.podcast-load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--pod-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all var(--pod-transition)}.podcast-load-more-btn:hover{background:var(--pod-primary-dark);transform:translateY(-1px)}.podcast-card__inline-player{background:linear-gradient(135deg,var(--pod-primary) 0%,var(--pod-primary-dark) 100%);padding:16px 20px;border-top:none}.pci__progress-wrap{height:4px;background:#fff3;border-radius:2px;margin-bottom:12px;cursor:pointer;position:relative}.pci__progress-fill{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:2px;width:0%;transition:width .1s linear;pointer-events:none}.pci__row{display:flex;align-items:center;gap:8px}.pci__controls{display:flex;align-items:center;gap:6px}.pci__btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:.85;transition:opacity var(--pod-transition),transform var(--pod-transition)}.pci__btn:hover{opacity:1;transform:scale(1.1)}.pci__btn svg{width:16px;height:16px}.pci__btn--play{width:34px;height:34px;background:#ffffff26;border-radius:50%;opacity:1}.pci__btn--play:hover{background:#ffffff40}.pci__btn--play svg{width:14px;height:14px}.pci__btn--rewind svg,.pci__btn--forward svg{width:18px;height:18px}.pci__times{font-size:12px;color:#ffffffbf;font-variant-numeric:tabular-nums;margin-left:4px}.pci__speed{margin-left:auto;background:#ffffff26;border:none;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;cursor:pointer;transition:background var(--pod-transition)}.pci__speed:hover{background:#ffffff40}.pci__chapters-player{display:flex;flex-direction:column;gap:5px;margin-bottom:8px}.pci__chapters-header{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;margin-bottom:10px}.pci__chapter-item{background:#1a52a0;border-left:5px solid #f0c040;border-radius:4px 16px 16px 4px;padding:16px 20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 32px #0006,0 2px 8px #0003;animation:pci-chapter-in .5s cubic-bezier(.34,1.56,.64,1) both;width:100%;cursor:default}@keyframes pci-chapter-in{0%{opacity:0;transform:translate(40px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.pci__chapter-dot{width:8px;height:8px;background:#f0c040;border-radius:50%;flex-shrink:0;animation:pci-dot-pulse 1.5s ease 2}@keyframes pci-dot-pulse{0%,to{box-shadow:0 0 #f0c040b3}50%{box-shadow:0 0 0 6px #f0c04000}}.pci__chapter-meta{display:flex;align-items:center;gap:8px}.pci__chapter-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-left:auto}.pci__chapter-time{font-size:13px;font-weight:800;color:#f0c040;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums;background:#f0c04026;padding:3px 10px;border-radius:20px}.pci__chapter-label{font-size:17px;font-weight:700;color:#fff;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pci__chapter-label a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-weight:700;pointer-events:auto;font-size:17px}.pci__chapter-label a:hover{color:#f0c040;text-decoration:underline}.pci__chapter-desc{font-size:13px;font-weight:400;color:#ffffffa6;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:2px}.pci__chapter-label a svg{width:14px;height:14px;flex-shrink:0;opacity:.7}.pci__chapters-player-wrap{padding:12px 0 4px}.pci__chapters-player{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.pci__chapters-player .pci__chapter-item{background:#ffffff1a;border-left-color:#f0c040;border-radius:0 10px 10px 0;padding:14px 16px;pointer-events:auto;box-shadow:none;gap:10px}.pci__chapters-player .pci__chapter-label{font-size:15px}.pci__chapters-player-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:10px;padding-left:2px}.podcast-bp{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(135deg,#0a3d6b,#073a6d);color:#fff;box-shadow:0 -4px 24px #00000040;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.podcast-bp.is-visible{transform:translateY(0)}.podcast-bp__inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:16px}.podcast-bp__info{display:flex;align-items:center;gap:12px;min-width:0}.podcast-bp__cover{width:44px;height:44px;background:#ffffff1f;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.podcast-bp__cover img{width:100%;height:100%;object-fit:cover}.podcast-bp__cover svg{width:18px;height:18px;opacity:.7;margin-left:2px}.podcast-bp__meta{display:flex;flex-direction:column;min-width:0}.podcast-bp__episode{font-size:11px;opacity:.6;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.podcast-bp__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-bp__controls{display:flex;align-items:center;gap:8px}.podcast-bp__btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity var(--pod-transition),transform var(--pod-transition)}.podcast-bp__btn:hover{opacity:.8;transform:scale(1.05)}.podcast-bp__btn--play{width:44px;height:44px;background:#ffffff26;border-radius:50%}.podcast-bp__btn--play:hover{background:#ffffff40}.podcast-bp__btn--play svg{width:20px;height:20px}.podcast-bp__btn--skip{position:relative;width:32px;height:32px;opacity:.75}.podcast-bp__btn--skip svg{width:20px;height:20px}.podcast-bp__btn--skip span{position:absolute;font-size:8px;font-weight:700;bottom:2px;left:50%;transform:translate(-50%)}.podcast-bp__progress-area{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.podcast-bp__time{font-size:11px;opacity:.65;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:32px}.podcast-bp__progress-track{flex:1;height:4px;background:#fff3;border-radius:2px;cursor:pointer;position:relative}.podcast-bp__progress-track:hover{height:6px}.podcast-bp__progress-fill{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:2px;width:0%;pointer-events:none;transition:width .1s linear}.podcast-bp__actions{display:flex;align-items:center;gap:10px}.podcast-bp__speed-btn{background:#ffffff1f;border:none;color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;cursor:pointer;min-width:32px;text-align:center;transition:background var(--pod-transition)}.podcast-bp__speed-btn:hover{background:#ffffff38}.podcast-bp__link{color:#fff9;display:flex;align-items:center;transition:color var(--pod-transition)}.podcast-bp__link:hover{color:#fff}.podcast-bp__close{background:none;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;padding:4px;transition:color var(--pod-transition)}.podcast-bp__close:hover{color:#fff}.podcast-bp__close svg{width:18px;height:18px}@media(max-width:768px){.podcast-bp__inner{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:10px 12px;padding:10px 16px}.podcast-bp__info{grid-column:1;grid-row:1}.podcast-bp__controls{grid-column:2;grid-row:1}.podcast-bp__progress-area{grid-column:1 / -1;grid-row:2}.podcast-bp__actions{display:none}}@media(max-width:768px){.podcast-hub{padding:40px 0}.podcast-hub__grid{grid-template-columns:1fr}.podcast-player__header{flex-wrap:wrap}.podcast-player__volume-wrap{display:none}.stats-kpi-grid{grid-template-columns:repeat(2,1fr)}.stats-table th:nth-child(3),.stats-table td:nth-child(3){display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/podcast-player.css.map */
