:root{--ft-blue: #0b68f2;--ft-blue-strong: #0757d8;--ft-blue-soft: #eaf2ff;--ft-ink: #17213a;--ft-ink-soft: #34415d;--ft-muted: #66738d;--ft-muted-soft: #94a0b7;--ft-page: #f7f9fd;--ft-surface: #ffffff;--ft-surface-soft: #f5f7fb;--ft-line: #e5eaf2;--ft-line-strong: #d7dfec;--ft-success: #16a66b;--ft-success-soft: #eaf9f1;--ft-warning: #f59e0b;--ft-warning-soft: #fff7e7;--ft-danger: #ef4444;--ft-danger-soft: #fff0f0;--ft-sidebar-width: 244px;--ft-sidebar-collapsed-width: 78px;--ft-player-height: 86px;--ft-radius-sm: 6px;--ft-radius-md: 8px;--ft-radius-lg: 12px;--ft-shadow-sm: 0 8px 24px rgba(25, 46, 86, .055);--ft-shadow-md: 0 16px 44px rgba(25, 46, 86, .13);--ft-focus: 0 0 0 3px rgba(11, 104, 242, .2);--ft-space-1: 4px;--ft-space-2: 8px;--ft-space-3: 12px;--ft-space-4: 16px;--ft-space-5: 24px;--ft-space-6: 32px;--ft-text-xs: 10px;--ft-text-sm: 12px;--ft-text-md: 13px;--ft-text-lg: 16px;--ft-text-xl: 24px;--ft-control-sm: 32px;--ft-control-md: 36px;--ft-control-lg: 40px}html[data-theme=dark]{--ft-blue: #4d91ff;--ft-blue-strong: #78abff;--ft-blue-soft: #1d2d4a;--ft-ink: #eef3ff;--ft-ink-soft: #c5d0e6;--ft-muted: #a4b0c6;--ft-muted-soft: #7f8ca5;--ft-page: #111722;--ft-surface: #182131;--ft-surface-soft: #202b3c;--ft-line: #2c3a50;--ft-line-strong: #3a4a63;--ft-success: #45c68b;--ft-success-soft: #1c3a31;--ft-warning: #f6b84f;--ft-warning-soft: #3a311e;--ft-danger: #ff7b7b;--ft-danger-soft: #3d2528;--ft-shadow-sm: 0 8px 24px rgba(0, 0, 0, .16);--ft-shadow-md: 0 16px 44px rgba(0, 0, 0, .3)}html,body,#root{min-width:320px;min-height:100%;margin:0}html{background:var(--ft-page)}body{color:var(--ft-ink);background:var(--ft-page);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--ft-focus)}a{color:inherit;text-decoration:none}button{border:0}.ft-app-loading{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:10px;color:var(--ft-muted)}.ft-app-loading strong{color:var(--ft-ink);font-size:22px}.ft-app-loading-mark{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:var(--ft-blue);color:#fff;font-weight:800;letter-spacing:0}.route-loading{display:grid;min-height:220px;place-items:center;color:var(--ft-muted)}.ft-muted{color:var(--ft-muted)}.ft-surface{border:1px solid var(--ft-line);border-radius:var(--ft-radius-md);background:var(--ft-surface);box-shadow:var(--ft-shadow-sm)}.ft-shell{display:flex;min-height:100vh;background:var(--ft-page)}.ft-sidebar{position:fixed;z-index:30;display:flex;width:var(--ft-sidebar-width);height:100vh;flex-direction:column;padding:22px 15px 16px;border-right:1px solid rgba(217,226,240,.74);background:#f6f8fd;transition:width .18s ease,transform .18s ease}.ft-sidebar-collapse{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;margin-left:auto;border-radius:7px;background:transparent;color:var(--ft-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.ft-sidebar-collapse:hover{background:var(--ft-blue-soft);color:var(--ft-blue)}.ft-sidebar.is-collapsed{width:var(--ft-sidebar-collapsed-width)}.ft-sidebar.is-collapsed .ft-sidebar-brand{gap:2px;padding-right:0;padding-left:0}.ft-sidebar.is-collapsed .ft-sidebar-brand strong{display:none}.ft-sidebar.is-collapsed .ft-brand-mark{width:36px;height:36px}.ft-sidebar.is-collapsed .ft-sidebar-collapse{margin-left:0}.ft-sidebar.is-collapsed .ft-nav-item,.ft-sidebar.is-collapsed .ft-notification-nav-item{justify-content:center;padding-right:0;padding-left:0}.ft-sidebar.is-collapsed .ft-nav-item span,.ft-sidebar.is-collapsed .ft-notification-label{display:none}.ft-sidebar.is-collapsed .ft-sync-card{justify-content:center;padding-right:0;padding-left:0}.ft-sidebar.is-collapsed .ft-sync-card>div,.ft-sidebar.is-collapsed .ft-account-card>div,.ft-sidebar.is-collapsed .ft-account-card>svg{display:none}.ft-sidebar.is-collapsed .ft-account-card{justify-content:center;padding-right:0;padding-left:0}.ft-sidebar.is-collapsed .ft-notification-nav-wrap .ft-popover{top:0;right:auto;left:calc(100% + 12px)}html[data-theme=dark] .ft-sidebar{background:#151d2b;border-color:var(--ft-line)}.ft-sidebar-brand{display:flex;min-height:50px;align-items:center;gap:11px;padding:0 9px 20px}.ft-sidebar-brand strong{color:var(--ft-ink);font-size:21px;font-weight:760;letter-spacing:-.02em}.ft-brand-mark{display:flex;width:43px;height:43px;align-items:center;justify-content:center;gap:3px;border-radius:50%;background:var(--ft-blue)}.ft-brand-mark span{width:3px;border-radius:2px;background:#fff}.ft-brand-mark span:nth-child(1){height:10px;opacity:.78}.ft-brand-mark span:nth-child(2){height:17px}.ft-brand-mark span:nth-child(3){height:26px}.ft-brand-mark span:nth-child(4){height:15px}.ft-brand-mark span:nth-child(5){height:8px;opacity:.78}.ft-sidebar-nav{display:grid;gap:6px}.ft-nav-item{display:flex;min-height:42px;align-items:center;gap:13px;padding:0 16px;border-radius:8px;color:var(--ft-ink-soft);font-size:15px;font-weight:600;transition:color .15s ease,background .15s ease}.ft-notification-nav-wrap{position:relative}.ft-notification-nav-item{width:100%;justify-content:flex-start;padding:0 16px;color:var(--ft-ink-soft);font-size:15px;font-weight:600}.ft-notification-nav-item:hover,.ft-nav-item:hover{background:var(--ft-blue-soft);color:var(--ft-blue)}.ft-nav-item.is-active{background:#e5efff;color:var(--ft-blue)}html[data-theme=dark] .ft-nav-item.is-active{background:#203858}.ft-sidebar-bottom{display:grid;gap:12px;margin-top:auto}.ft-sync-card{display:flex;align-items:flex-start;gap:10px;padding:15px 12px;border:1px solid var(--ft-line);border-radius:9px;background:var(--ft-surface)}.ft-sync-card strong,.ft-sync-card span{display:block}.ft-sync-card strong{color:var(--ft-ink-soft);font-size:12px}.ft-sync-card span:last-child{margin-top:4px;color:var(--ft-muted);font-size:11px}.ft-sync-dot{width:8px;height:8px;margin-top:4px;border-radius:50%;background:var(--ft-success);box-shadow:0 0 0 3px var(--ft-success-soft)}.ft-account-card{display:flex;min-height:64px;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--ft-line);color:var(--ft-muted)}.ft-account-card>div{min-width:0;flex:1}.ft-account-card strong,.ft-account-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ft-account-card strong{color:var(--ft-ink);font-size:13px}.ft-account-card span{margin-top:2px;font-size:11px}.ft-avatar{display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;overflow:hidden;border-radius:50%;background:#17213a;color:#fff;font-size:12px;font-weight:700}.ft-avatar img{width:100%;height:100%;object-fit:cover}.ft-shell-main{min-width:0;width:calc(100% - var(--ft-sidebar-width));margin-left:var(--ft-sidebar-width);transition:width .18s ease,margin-left .18s ease}.ft-shell-main.is-sidebar-collapsed{width:calc(100% - var(--ft-sidebar-collapsed-width));margin-left:var(--ft-sidebar-collapsed-width)}.ft-topbar{position:sticky;z-index:20;top:0;display:flex;min-height:76px;align-items:center;justify-content:flex-end;padding:0 26px;border-bottom:1px solid rgba(229,234,242,.68);background:color-mix(in srgb,var(--ft-surface) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ft-topbar-tools{display:flex;align-items:center;gap:12px}.ft-topbar-divider{width:1px;height:23px;background:var(--ft-line)}.ft-icon-btn,.ft-tool-btn{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;gap:7px;border-radius:7px;background:transparent;color:var(--ft-ink-soft);cursor:pointer;transition:background .15s ease,color .15s ease}.ft-icon-btn:hover,.ft-tool-btn:hover{background:var(--ft-blue-soft);color:var(--ft-blue)}.ft-tool-btn{padding:0 8px;font-size:13px;font-weight:600}.ft-primary-btn,.ft-quiet-btn,.ft-danger-btn{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid transparent;border-radius:7px;cursor:pointer;font-size:13px;font-weight:700;transition:transform .15s ease,background .15s ease,border .15s ease}.ft-primary-btn{background:var(--ft-blue);color:#fff;box-shadow:0 5px 14px #0b68f229}.ft-primary-btn:hover{background:var(--ft-blue-strong);transform:translateY(-1px)}.ft-quiet-btn{border-color:var(--ft-line-strong);background:var(--ft-surface);color:var(--ft-ink-soft)}.ft-quiet-btn:hover{border-color:var(--ft-blue);color:var(--ft-blue)}.ft-danger-btn{border-color:#ffcaca;background:var(--ft-danger-soft);color:var(--ft-danger)}.ft-add-btn{min-width:104px}.ft-main-content{max-width:1440px;min-height:calc(100vh - 76px);margin:0 auto;padding:26px 28px calc(var(--ft-player-height) + 30px)}.ft-page-header{display:flex;min-height:57px;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.ft-page-header h1{margin:0;color:var(--ft-ink);font-size:25px;line-height:1.18;letter-spacing:0}.ft-page-header p{margin:5px 0 0;color:var(--ft-muted);font-size:13px}.ft-page-header-actions{display:flex;align-items:center;gap:9px}.ft-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}.ft-section-title h2{margin:0;color:var(--ft-ink);font-size:16px}.ft-section-title span{color:var(--ft-muted);font-size:12px}.ft-cover{display:grid;overflow:hidden;flex:0 0 auto;place-items:center;border-radius:9px;background:var(--ft-blue-soft);color:var(--ft-blue)}.ft-cover img{width:100%;height:100%;object-fit:cover}.ft-cover span{font-weight:800}.ft-cover.is-fallback{background:linear-gradient(135deg,var(--ft-blue-soft),var(--ft-surface-soft));color:var(--ft-blue)}.ft-status-pill{display:inline-flex;min-height:24px;align-items:center;gap:5px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.ft-status-success{background:var(--ft-success-soft);color:var(--ft-success)}.ft-status-pending{background:var(--ft-warning-soft);color:var(--ft-warning)}.ft-status-processing{background:var(--ft-blue-soft);color:var(--ft-blue)}.ft-status-danger{background:var(--ft-danger-soft);color:var(--ft-danger)}.ft-spin{animation:ft-spin 1s linear infinite}@keyframes ft-spin{to{transform:rotate(360deg)}}.ft-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ft-stat-card{position:relative;min-height:92px;padding:16px 18px;border:1px solid var(--ft-line);border-radius:9px;background:var(--ft-surface);box-shadow:var(--ft-shadow-sm)}.ft-stat-card-head{display:flex;align-items:center;justify-content:space-between;color:var(--ft-muted);font-size:12px}.ft-stat-card-head svg{color:var(--ft-blue)}.ft-stat-card strong{display:block;margin-top:7px;color:var(--ft-ink);font-size:25px;line-height:1}.ft-stat-blue strong,.ft-stat-blue .ft-stat-card-head svg{color:var(--ft-blue)}.ft-stat-success strong,.ft-stat-success .ft-stat-card-head svg{color:var(--ft-success)}.ft-stat-warning strong,.ft-stat-warning .ft-stat-card-head svg{color:var(--ft-warning)}.ft-stat-danger strong,.ft-stat-danger .ft-stat-card-head svg{color:var(--ft-danger)}.ft-filter-pills{display:flex;flex-wrap:wrap;gap:8px}.ft-filter-pills button{display:inline-flex;min-height:31px;align-items:center;gap:6px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:var(--ft-surface-soft);color:var(--ft-muted);cursor:pointer;font-size:12px;font-weight:650}.ft-filter-pills button:hover{color:var(--ft-blue)}.ft-filter-pills button.is-active{background:var(--ft-blue);color:#fff}.ft-filter-pills small{opacity:.76;font-size:11px}.ft-pagination{display:flex;justify-content:center;gap:6px;margin-top:20px}.ft-pagination button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--ft-line);border-radius:6px;background:var(--ft-surface);color:var(--ft-ink-soft);cursor:pointer;font-size:12px}.ft-pagination button:hover:not(:disabled),.ft-pagination button.is-active{border-color:var(--ft-blue);background:var(--ft-blue);color:#fff}.ft-pagination button:disabled{cursor:not-allowed;opacity:.4}.ft-state-panel{display:grid;min-height:180px;place-content:center;justify-items:center;gap:8px;padding:34px;border:1px dashed var(--ft-line-strong);border-radius:10px;background:var(--ft-surface);color:var(--ft-muted);text-align:center}.ft-state-panel strong{color:var(--ft-ink-soft);font-size:15px}.ft-state-panel span{font-size:13px}.ft-state-error strong{color:var(--ft-danger)}.ft-spinner{width:21px;height:21px;border:2px solid var(--ft-blue-soft);border-top-color:var(--ft-blue);border-radius:50%;animation:ft-spin .8s linear infinite}.ft-toast-stack{position:fixed;z-index:100;top:88px;right:24px;display:grid;width:min(360px,calc(100vw - 32px));gap:8px}.ft-toast{display:flex;align-items:flex-start;gap:9px;padding:12px 13px;border:1px solid var(--ft-line);border-left:3px solid var(--ft-blue);border-radius:8px;background:var(--ft-surface);box-shadow:var(--ft-shadow-md);color:var(--ft-ink-soft);font-size:13px}.ft-toast svg:first-child{flex:0 0 auto;color:var(--ft-blue)}.ft-toast-success{border-left-color:#7044df}.ft-toast-success svg:first-child{color:#7044df}.ft-toast-error{border-left-color:var(--ft-danger)}.ft-toast-error svg:first-child{color:var(--ft-danger)}.ft-toast span{flex:1}.ft-toast button{display:grid;place-items:center;padding:0;background:transparent;color:var(--ft-muted);cursor:pointer}.ft-notification-wrap,.ft-notification-trigger{position:relative}.ft-notification-trigger>.ft-notification-count{position:absolute;top:4px;right:9px;display:grid;min-width:16px;height:16px;place-items:center;padding:0 4px;border-radius:999px;background:#e53935;color:#fff;font-size:9px;font-weight:800}.ft-sidebar.is-collapsed .ft-notification-trigger>.ft-notification-count{top:1px;right:9px}.ft-popover{position:absolute;top:calc(100% + 12px);right:-8px;z-index:50;width:340px;overflow:hidden;border:1px solid var(--ft-line);border-radius:10px;background:var(--ft-surface);box-shadow:var(--ft-shadow-md)}.ft-popover-head{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 17px 12px;border-bottom:1px solid var(--ft-line)}.ft-popover-head div{display:grid;gap:2px}.ft-popover-head strong{font-size:15px}.ft-popover-head span{color:var(--ft-muted);font-size:11px}.ft-popover-head button{background:transparent;color:var(--ft-muted);cursor:pointer}.ft-mark-read{display:inline-flex;align-items:center;gap:5px;margin:10px 16px 3px;padding:0;background:transparent;color:var(--ft-blue);cursor:pointer;font-size:12px;font-weight:650}.ft-notification-list{max-height:330px;overflow:auto;padding:3px 8px 8px}.ft-notification-item{display:flex;gap:9px;padding:11px 9px;border-radius:7px}.ft-notification-item:hover,.ft-notification-item.is-unread{background:var(--ft-blue-soft)}.ft-notification-item>div{min-width:0}.ft-notification-item strong{display:block;font-size:12px}.ft-notification-item p{margin:3px 0 4px;color:var(--ft-muted);font-size:11px;line-height:1.45}.ft-notification-item time{color:var(--ft-muted-soft);font-size:10px}.ft-notification-dot{width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--ft-blue);opacity:0}.ft-notification-item.is-unread .ft-notification-dot{opacity:1}.ft-popover-empty{padding:28px 10px;color:var(--ft-muted);text-align:center;font-size:12px}.ft-player{position:fixed;z-index:40;right:28px;bottom:18px;left:calc(var(--ft-sidebar-width) + 28px);display:flex;min-height:var(--ft-player-height);align-items:center;gap:20px;padding:12px 18px;border:1px solid var(--ft-line);border-radius:10px;background:color-mix(in srgb,var(--ft-surface) 94%,transparent);box-shadow:var(--ft-shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ft-shell-main.is-sidebar-collapsed~.ft-player{left:calc(var(--ft-sidebar-collapsed-width) + 28px)}.ft-player-item{display:flex;min-width:240px;max-width:340px;align-items:center;gap:12px}.ft-cover-player{width:56px;height:56px;border-radius:8px}.ft-player-copy{min-width:0;display:grid;gap:3px}.ft-player-copy strong,.ft-player-copy span,.ft-player-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ft-player-copy strong{font-size:13px}.ft-player-copy span{color:var(--ft-muted);font-size:11px}.ft-player-copy em{color:var(--ft-danger);font-size:10px;font-style:normal}.ft-player-controls{display:flex;align-items:center;gap:14px}.ft-player-controls button{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:transparent;color:var(--ft-ink-soft);cursor:pointer}.ft-player-controls button:hover{color:var(--ft-blue)}.ft-player-controls .ft-player-play{width:45px;height:45px;background:var(--ft-blue);color:#fff}.ft-player-progress{min-width:170px;flex:1}.ft-player-time{display:flex;justify-content:space-between;margin-bottom:2px;color:var(--ft-muted);font-size:10px}.ft-player-progress input,.ft-volume input{width:100%;accent-color:var(--ft-blue);cursor:pointer}.ft-speed-select{min-height:32px;padding:0 9px;border:1px solid var(--ft-line);border-radius:6px;background:var(--ft-surface);color:var(--ft-ink-soft);font-size:11px}.ft-volume{display:flex;min-width:105px;align-items:center;gap:7px;color:var(--ft-ink-soft)}.ft-mobile-menu,.ft-mobile-close,.ft-sidebar-backdrop{display:none}@media (max-width: 1040px){.ft-player{right:16px;left:calc(var(--ft-sidebar-width) + 16px);gap:12px}.ft-player-item{min-width:180px}.ft-volume{min-width:75px}.ft-topbar{padding:0 20px}.ft-main-content{padding-right:20px;padding-left:20px}}@media (max-width: 760px){.ft-sidebar{width:var(--ft-sidebar-width);transform:translate(-100%);box-shadow:var(--ft-shadow-md)}.ft-sidebar.is-open{transform:translate(0)}.ft-sidebar.is-collapsed{width:var(--ft-sidebar-width)}.ft-sidebar-collapse{display:none}.ft-sidebar-backdrop{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;display:block;background:#0b193052}.ft-mobile-menu,.ft-mobile-close{display:grid;place-items:center;width:36px;height:36px;border-radius:7px;background:transparent;color:var(--ft-ink-soft);cursor:pointer}.ft-mobile-close{margin-left:auto}.ft-topbar{justify-content:space-between;padding:0 14px}.ft-topbar-tools{gap:4px}.ft-topbar-divider,.ft-tool-btn span,.ft-add-btn{display:none}.ft-shell-main,.ft-shell-main.is-sidebar-collapsed{width:100%;margin-left:0}.ft-main-content{padding:20px 14px calc(var(--ft-player-height) + 24px)}.ft-page-header{display:block}.ft-page-header-actions{margin-top:14px}.ft-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ft-popover{position:fixed;top:68px;right:12px;left:12px;width:auto}.ft-player{right:10px;bottom:10px;left:10px;min-height:70px;gap:9px;padding:9px 10px}.ft-cover-player{width:44px;height:44px}.ft-player-item{min-width:0;flex:1}.ft-player-controls{gap:2px}.ft-player-controls button:not(.ft-player-play){display:none}.ft-player-controls .ft-player-play{width:38px;height:38px}.ft-player-progress,.ft-volume,.ft-player>.ft-icon-btn{display:none}.ft-speed-select{min-height:28px}.ft-player-copy strong{font-size:12px}}@media (max-width: 440px){.ft-stat-card{padding:14px}.ft-stat-card strong{font-size:22px}.ft-primary-btn{padding:0 11px}.ft-page-header h1{font-size:23px}}:root{--page: #f6f8fb;--surface: #ffffff;--surface-soft: #f1f5f7;--ink: #1c2638;--muted: #6d7788;--line: #e4e9f0;--accent: #2f8f87;--accent-strong: #24736d;--warning: #b7791f;--danger: #c84b52;--shadow: 0 8px 24px rgba(28, 38, 56, .06);--radius: 8px;--workspace-max-width: 1350px;--workspace-edge: max(24px, calc((100vw - var(--workspace-max-width)) / 2))}.podcast-player{right:22px;bottom:15px;left:304px;display:block;min-height:104px;padding:0 16px 10px;overflow:visible}.podcast-player .audio-player-progress-row{display:grid;grid-template-columns:36px minmax(80px,1fr) 36px;gap:8px;align-items:center;height:20px;margin:0 -16px 8px;padding:0 16px;border-bottom:1px solid #f0eff3;color:#83838b;font-size:10px}.podcast-player .audio-player-progress-row input{width:100%;accent-color:#7046e4;cursor:pointer}.podcast-player>.audio-player-main{display:grid;width:min(38%,460px);min-width:220px;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center}.podcast-player .audio-player-cover-button{display:grid;width:62px;height:62px;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;cursor:pointer}.podcast-player .audio-player-cover-button:disabled{cursor:default}.podcast-player .audio-player-cover-button:hover:not(:disabled){box-shadow:0 0 0 3px #eee8ff}.podcast-player .audio-player-cover{width:62px;height:62px;border-radius:4px;object-fit:cover}.podcast-player .audio-player-heading{min-width:0}.podcast-player .audio-player-status{margin:3px 0 0}.podcast-player>.audio-player-controls{position:absolute;top:48px;left:50%;display:flex;gap:8px;transform:translate(-50%)}.podcast-player>.audio-player-tools{position:absolute;top:52px;right:16px;display:flex;gap:3px}.podcast-player .audio-player-button,.podcast-player .audio-player-speed{display:grid;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#202024;cursor:pointer;font-size:16px}.podcast-player .audio-player-play{width:42px;height:42px;border-radius:50%;background:#242428;color:#fff}.podcast-player .audio-player-button:hover,.podcast-player .audio-player-speed:hover,.podcast-player .audio-player-button.is-active{background:#f1eff6;color:#7045e3}.podcast-player .audio-player-play:hover{background:#7045e3;color:#fff}.podcast-player .audio-player-volume{width:82px;accent-color:#7046e4}.podcast-player .audio-player-speed{width:34px;color:#55545c;font-size:12px}.lyrics-overlay[hidden]{display:none}.lyrics-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.lyrics-overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14141c6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lyrics-dialog{position:relative;z-index:1;display:grid;width:min(980px,calc(100vw - 48px));height:min(720px,calc(100vh - 48px));overflow:hidden;border-radius:16px;background:#191922f5;color:#fff;box-shadow:0 24px 70px #00000047}.lyrics-dialog-header{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:66px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.12);text-align:center}.lyrics-dialog-header div{display:grid;min-width:0;gap:1px}.lyrics-dialog-header span{color:#ffffff85;font-size:11px}.lyrics-dialog-header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lyrics-dialog-close,.lyrics-dialog-reset{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:#ffffff17;color:#fff;cursor:pointer;font-size:20px}.lyrics-dialog-close:hover,.lyrics-dialog-reset:hover{background:#ffffff2e}.lyrics-dialog-body{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);gap:58px;min-height:0;padding:42px 58px}.lyrics-dialog-art{display:grid;place-items:center}.lyrics-dialog-art img{width:min(28vw,300px);aspect-ratio:1;border-radius:9px;object-fit:cover;box-shadow:0 22px 50px #00000052}.lyrics-dialog-lines{min-width:0;overflow-y:auto;padding:190px 14px;scrollbar-color:rgba(255,255,255,.25) transparent}.lyrics-line{display:grid;width:100%;gap:3px;padding:9px 0;border:0;background:transparent;color:#ffffff6e;cursor:pointer;font-size:18px;line-height:1.5;text-align:left;transition:color .16s ease,transform .16s ease}.lyrics-line:hover{color:#fffc}.lyrics-line.is-active{color:#fff;transform:translate(7px)}.lyrics-line small{color:#ffffff75;font-size:12px}.lyrics-empty{display:grid;min-height:100%;place-items:center;color:#fff9;text-align:center}.lyrics-empty.is-error{color:#ffb0b0}@media (max-width: 760px){.podcast-player{right:8px;bottom:8px;left:8px;min-height:88px;padding:0 9px 8px}.podcast-player .audio-player-progress-row{margin-right:-9px;margin-left:-9px;padding:0 9px}.podcast-player>.audio-player-main{width:calc(100% - 52px);min-width:0;grid-template-columns:48px minmax(0,1fr)}.podcast-player .audio-player-cover-button,.podcast-player .audio-player-cover{width:48px;height:48px}.podcast-player>.audio-player-controls{top:39px;right:12px;left:auto;transform:none}.podcast-player>.audio-player-tools{display:none}.podcast-player .audio-player-controls button:not(.audio-player-play){display:none}.podcast-player .audio-player-play{width:38px;height:38px}.lyrics-dialog{width:calc(100vw - 20px);height:calc(100vh - 20px);border-radius:12px}.lyrics-dialog-body{display:block;padding:20px 15px}.lyrics-dialog-art{display:none}.lyrics-dialog-lines{height:calc(100% - 66px);padding:120px 4px}}html[data-theme=dark]{--page: #11131b;--surface: #1b1e29;--surface-soft: #242936;--ink: #eef1f8;--muted: #a8b0c0;--line: #343a4a;--accent: #55b8ad;--accent-strong: #7bd2c6;--warning: #e7b65d;--danger: #f0808d;--shadow: 0 8px 24px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{min-width:320px;background:var(--page)}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--page);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.55}a{color:var(--accent-strong);text-decoration:none}a:hover{color:var(--ink)}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(47,143,135,.24);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.flash-stack{position:fixed;top:16px;right:16px;z-index:40;display:grid;gap:8px;width:min(360px,calc(100vw - 32px))}.flash{padding:12px 14px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);color:var(--ink);transition:opacity .22s ease,transform .22s ease}.flash.is-dismissing{opacity:0;pointer-events:none;transform:translateY(-6px)}.flash-error{border-left-color:var(--danger)}.flash-warning{border-left-color:var(--warning)}@media (prefers-reduced-motion: reduce){.flash{transition:none}}.brand{display:inline-flex;align-items:baseline;gap:5px;color:var(--ink);font-size:19px;font-weight:760;letter-spacing:0}.brand span{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auth-page{display:grid;min-height:100vh;place-items:center;padding:40px 20px;background:var(--page)}.auth-panel{width:min(100%,440px);padding:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.brand-auth{margin-bottom:42px}.auth-heading{margin-bottom:26px}.auth-heading h1,.page-header h1{margin:5px 0 8px;color:var(--ink);font-size:31px;line-height:1.2;letter-spacing:0}.auth-heading p:last-child,.page-subtitle{margin:0;color:var(--muted)}.eyebrow{margin:0;color:var(--accent-strong);font-size:11px;font-weight:750;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.form-stack{display:grid;gap:18px}.field-group{display:grid;gap:7px}.field-group label{color:var(--ink);font-size:13px;font-weight:700}.field-group input,.field-group select,.filter-form select{width:100%;min-height:44px;padding:9px 12px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink)}.field-group input::placeholder{color:#a3acb9}.field-group input:hover,.field-group select:hover,.filter-form select:hover{border-color:#c5ced9}.field-hint,.field-error{margin:0;font-size:12px}.field-hint{color:var(--muted)}.field-error,.form-alert{color:var(--danger)}.form-alert{padding:11px 12px;border:1px solid #f0c7ca;border-radius:6px;background:#fff7f7;font-size:13px}.auth-switch{margin:24px 0 0;color:var(--muted);font-size:13px;text-align:center}.auth-switch a{font-weight:700}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 16px;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:13px;font-weight:720;line-height:1.2;text-align:center;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong);color:#fff}.button-secondary{border-color:#b9d7d3;background:#f3fbfa;color:var(--accent-strong)}.button-secondary:hover{border-color:var(--accent);background:#e8f6f4}.button-quiet{border-color:var(--line);background:var(--surface);color:var(--muted)}.button-quiet:hover{border-color:#c5ced9;color:var(--ink)}.button-wide{width:100%;margin-top:3px}.text-button,.panel-link{padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font-size:13px;font-weight:700}.text-button:hover,.panel-link:hover{color:var(--ink)}.text-button-danger{color:var(--danger)}.app-shell{display:grid;min-height:100vh;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;min-height:100vh;flex-direction:column;padding:28px 18px 20px;border-right:1px solid var(--line);background:#fbfcfd}.brand-sidebar{padding:0 12px}.workspace-label{margin:54px 12px 12px;color:#9aa4b2;font-size:10px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.side-nav{display:grid;gap:4px}.nav-item{display:flex;min-height:44px;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:650}.nav-item:hover{background:#f0f4f5;color:var(--ink)}.nav-item.is-active{background:#eaf5f3;color:var(--accent-strong)}.nav-mark{width:22px;color:#aab4c0;font-size:10px;font-variant-numeric:tabular-nums}.nav-item.is-active .nav-mark{color:var(--accent)}.sidebar-footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding:15px 12px 0;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #ddf1ee}.workspace{min-width:0}.topbar{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:0 42px;border-bottom:1px solid var(--line);background:#ffffffd1}.topbar-context,.topbar-actions,.user-chip,.form-actions,.toolbar-row,.subscription-title-line,.settings-profile{display:flex;align-items:center}.topbar-context{min-width:0;gap:10px;color:var(--muted);font-size:12px;white-space:nowrap}.context-kicker{color:var(--accent-strong);font-size:10px;font-weight:760;letter-spacing:.1em}.context-separator{color:#b4bdc8}.topbar-actions{flex-shrink:0;gap:17px}.user-chip{gap:8px;color:var(--ink);font-size:13px;font-weight:650}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#dcefeb;color:var(--accent-strong);font-weight:800}.avatar-small{width:28px;height:28px;font-size:12px}.avatar-large{width:58px;height:58px;font-size:22px}.mobile-menu-button{display:none;min-height:36px;padding:6px 10px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);cursor:pointer;font-size:12px;font-weight:700}.dashboard-main{width:min(100%,1240px);margin:0 auto;padding:46px 42px 64px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.page-header-dashboard{align-items:center}.stats-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px}.category-strip{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px}.category-card{display:grid;min-height:108px;align-content:space-between;padding:15px 17px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);transition:border-color .16s ease,transform .16s ease}.category-card:hover{border-color:#b9d7d3;color:var(--ink);transform:translateY(-1px)}.category-card-label,.category-card-action{font-size:11px}.category-card-label{color:var(--muted);font-weight:700}.category-card strong{font-size:25px;line-height:1}.category-card-action{color:var(--accent-strong);font-weight:700}.category-card-music{background:#fffaf0}.category-card-audiobook{background:#f8f5ff}.stat-card,.content-panel,.form-panel,.subscription-row,.content-table,.tip-band{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.stat-card{min-height:142px;padding:20px 22px}.stat-card-accent{border-color:#cae3df;background:#f3fbfa}.stat-label,.stat-foot{color:var(--muted);font-size:12px}.stat-label{font-weight:700}.stat-value{margin:12px 0 3px;color:var(--ink);font-size:32px;font-weight:760;line-height:1}.stat-foot{font-size:11px}.dashboard-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.content-panel{min-width:0;padding:24px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:21px}.panel-heading h2,.content-panel h2,.empty-state h3,.empty-page-state h2,.settings-card h2{margin:5px 0 0;color:var(--ink);font-size:18px;line-height:1.25}.compact-list{display:grid}.compact-item{display:flex;min-width:0;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--line)}.compact-item:first-child{padding-top:0;border-top:0}.compact-item:last-child{padding-bottom:0}.source-avatar,.content-type-mark{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:#edf4f4;color:var(--accent-strong);font-size:14px;font-weight:800}.source-avatar-large{width:46px;height:46px;font-size:17px}.content-type-mark{background:#f2f1ed;color:#8b7752;font-size:11px;font-variant-numeric:tabular-nums}.compact-main{display:grid;min-width:0;flex:1;gap:3px}.compact-main strong,.content-title-cell strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.compact-main span,.content-title-cell span,.content-source-cell span{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;flex-shrink:0;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#f0f3f5;color:var(--muted);font-size:10px;font-weight:750;line-height:1;white-space:nowrap}.category-pill{display:inline-flex;flex-shrink:0;align-items:center;min-height:22px;padding:4px 8px;border-radius:999px;background:#edf4f4;color:var(--accent-strong);font-size:10px;font-weight:750;line-height:1;white-space:nowrap}.category-music{background:#fff3d9;color:#9b6b18}.category-audiobook{background:#f1eaff;color:#7356a8}.status-pending{background:#fff5df;color:var(--warning)}.status-active,.status-ready{background:#e8f6f3;color:var(--accent-strong)}.status-error{background:#fff0f0;color:var(--danger)}.empty-state{display:grid;justify-items:start;padding:8px 0 0}.empty-state-compact{min-height:184px;align-content:center;justify-items:center;text-align:center}.empty-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;margin-bottom:7px;border:1px solid #cce2df;border-radius:50%;background:#f1faf8;color:var(--accent-strong);font-size:17px;font-weight:700}.empty-state h3{font-size:15px}.empty-state p,.empty-page-state p,.settings-note p{max-width:360px;margin:7px 0 16px;color:var(--muted);font-size:13px}.tip-band{display:flex;align-items:center;gap:15px;margin-top:20px;padding:17px 20px;background:#fbfcfc}.tip-mark{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:6px;background:var(--ink);color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em}.tip-band strong{display:block;color:var(--ink);font-size:13px}.tip-band p{margin:2px 0 0;color:var(--muted);font-size:12px}.tip-band .panel-link{margin-left:auto;white-space:nowrap}.toolbar-row{justify-content:space-between;gap:20px;margin-bottom:18px}.filter-form{display:flex;flex-wrap:wrap;gap:8px}.filter-form select{width:auto;min-width:142px;min-height:38px;padding-top:6px;padding-bottom:6px;font-size:12px}.filter-form .button{min-height:38px}.toolbar-count{color:var(--muted);font-size:12px;white-space:nowrap}.subscription-list{display:grid;gap:10px}.subscription-row{display:flex;min-width:0;align-items:flex-start;gap:15px;padding:19px 20px}.subscription-main{min-width:0;flex:1}.subscription-title-line{flex-wrap:wrap;gap:8px 12px}.subscription-title-line h2{max-width:100%;margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:16px;line-height:1.3}.subscription-meta,.subscription-url,.subscription-rss{margin:5px 0 0;overflow-wrap:anywhere;color:var(--muted);font-size:12px}.subscription-url{color:#566274}.subscription-rss span{color:var(--warning)}.row-action{flex:0 0 auto;padding-top:2px}.empty-page-state{display:grid;min-height:310px;align-content:center;justify-items:center;text-align:center}.form-panel{width:min(100%,720px);padding:28px}.form-actions{gap:10px;padding-top:6px}.content-table{overflow:hidden}.content-table-head,.content-table-row{display:grid;gap:18px;grid-template-columns:minmax(0,1.6fr) minmax(150px,.8fr) minmax(150px,.7fr);align-items:center;padding:14px 20px}.content-table-head{border-bottom:1px solid var(--line);background:#fbfcfd;color:var(--muted);font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.content-table-row{border-bottom:1px solid var(--line)}.content-table-row:last-child{border-bottom:0}.content-title-cell{display:flex;min-width:0;align-items:center;gap:12px}.content-cover-frame{position:relative;display:grid;width:56px;height:56px;flex:0 0 56px;overflow:hidden;place-items:center;border-radius:8px;background:var(--surface-soft)}.content-item-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.content-cover-frame .content-type-mark{width:100%;height:100%}.content-title-cell>div:last-child,.content-source-cell{display:grid;min-width:0;gap:3px}.content-source-cell{color:var(--ink);font-size:12px;font-weight:650}.content-status-cell{display:flex;flex-wrap:wrap;gap:5px}.content-item-actions{display:flex;flex-wrap:wrap;gap:6px;width:100%}.content-item-actions a,.content-play-button{min-height:28px;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);cursor:pointer;font:inherit;font-size:11px;text-decoration:none}.content-item-actions a:hover,.content-play-button:hover,.content-play-button:focus-visible{border-color:var(--accent);color:var(--accent-strong)}body.has-audio-player{padding-bottom:92px}.audio-player{position:fixed;z-index:50;right:50%;bottom:16px;display:grid;width:min(680px,calc(100vw - 32px));grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px 10px 10px;border:1px solid rgba(80,89,104,.38);border-radius:999px;background:color-mix(in srgb,var(--surface) 94%,#20252e 6%);box-shadow:0 16px 42px #1c263838;color:var(--ink);transform:translate(50%)}.audio-player[hidden]{display:none}.audio-player audio{display:none}.audio-player-cover{width:46px;height:46px;border-radius:8px;background:var(--surface-soft);object-fit:cover}.audio-player-heading{display:grid;min-width:0;gap:2px}.audio-player-heading strong,.audio-player-heading span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-player-heading strong{color:var(--ink);font-size:12px}.audio-player-heading span,.audio-player-status,.audio-player-progress-row{color:var(--muted);font-size:10px}.audio-player-progress-row{display:grid;grid-template-columns:34px minmax(80px,1fr) 34px;align-items:center;gap:7px;margin-top:5px}.audio-player-progress-row span:last-child{text-align:right}.audio-player-progress-row input{width:100%;accent-color:var(--accent)}.audio-player-status{margin:4px 0 0;color:var(--danger)}.audio-player-controls{display:inline-flex;align-items:center;gap:6px}.audio-player-button,.audio-player-speed{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:13px;font-weight:750}.audio-player-speed{width:34px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10px}.audio-player-button:hover,.audio-player-button:focus-visible,.audio-player-speed:hover,.audio-player-speed:focus-visible{background:var(--surface-soft);color:var(--accent-strong)}@media (max-width: 700px){body.has-audio-player{padding-bottom:122px}.audio-player{right:8px;bottom:max(8px,env(safe-area-inset-bottom));width:calc(100vw - 16px);grid-template-columns:42px minmax(0,1fr) auto;gap:9px;padding:9px 10px 9px 8px;border-radius:16px;transform:none}.audio-player-cover{width:42px;height:42px}.audio-player-progress-row{grid-template-columns:31px minmax(55px,1fr) 31px;gap:4px}}@media (prefers-reduced-motion: reduce){.audio-player{transition:none}}.settings-grid{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.settings-profile{gap:15px;padding-bottom:22px;border-bottom:1px solid var(--line)}.details-list{display:grid;gap:15px;margin:22px 0 0}.details-list div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #f0f2f5;padding-bottom:10px}.details-list dt,.details-list dd{margin:0;font-size:13px}.details-list dt{color:var(--muted)}.details-list dd{color:var(--ink);font-weight:650;text-align:right}.settings-note{background:#fbfcfc}@media (max-width: 940px){.app-shell{grid-template-columns:212px minmax(0,1fr)}.topbar,.dashboard-main{padding-right:26px;padding-left:26px}.dashboard-grid,.settings-grid{grid-template-columns:1fr}}@media (max-width: 720px){.app-shell{display:block}.sidebar{position:fixed;z-index:30;top:0;bottom:0;left:-270px;width:248px;min-height:100vh;transition:left .18s ease;box-shadow:var(--shadow)}.sidebar.is-open{left:0}.topbar{min-height:68px}.mobile-menu-button{display:inline-flex}.topbar-context{margin-right:auto}.context-kicker,.context-separator,.user-chip{display:none}.dashboard-main{padding-top:32px}}@media (max-width: 560px){.auth-page{padding:20px 12px}.auth-panel{padding:28px 22px}.brand-auth{margin-bottom:31px}.auth-heading h1,.page-header h1{font-size:26px}.topbar,.dashboard-main{padding-right:16px;padding-left:16px}.page-header,.page-header-dashboard,.toolbar-row{align-items:flex-start;flex-direction:column}.page-header .button{width:100%}.stats-grid,.category-strip{grid-template-columns:1fr}.stat-card{min-height:114px}.content-panel,.form-panel{padding:20px 16px}.tip-band{align-items:flex-start;flex-wrap:wrap;padding:15px}.tip-band .panel-link{width:100%;margin-left:57px}.filter-form{width:100%}.filter-form select,.filter-form .button{flex:1 1 0;min-width:0}.subscription-row{gap:11px;padding:16px 14px}.subscription-row .source-avatar-large{width:38px;height:38px;font-size:14px}.row-action{align-self:stretch;display:flex;align-items:flex-start}.content-table-head{display:none}.content-table-row{display:grid;gap:9px;grid-template-columns:1fr;padding:16px 14px}.content-source-cell,.content-status-cell{padding-left:48px}}.podcasts-app-shell{min-height:100vh;background:#fff;color:#252525}html:has(.podcasts-app-shell),body:has(.podcasts-app-shell){background:#fff}.podcasts-search-dialog{width:min(560px,calc(100vw - 32px));padding:0;border:0;border-radius:12px;box-shadow:0 20px 55px #19192338}.podcasts-search-dialog::backdrop{background:#14141c52}.podcasts-search-box{position:relative;display:grid;gap:10px;padding:27px;background:#fff}.podcasts-search-box label{color:#27272c;font-size:17px;font-weight:760}.podcasts-search-box input{width:100%;min-height:46px;padding:0 12px;border:1px solid #d9d8df;border-radius:7px}.podcasts-search-box p{margin:0;color:#88878f;font-size:12px}.podcasts-main{width:min(100%,1820px);margin:0 auto;padding:38px 44px 172px}.podcasts-page-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}.podcasts-page-head h1,.podcasts-section h2{margin:0;color:#222;font-size:25px;font-weight:780;line-height:1.15}.podcasts-add-button{display:inline-flex;min-height:36px;align-items:center;gap:4px;padding:7px 12px;border-radius:6px;background:#7b49e8;color:#fff;font-size:13px;font-weight:700}.podcasts-add-button:hover{background:#6539cf;color:#fff}.podcasts-main{padding-bottom:104px}.podcasts-section{margin-top:28px}.queue-section{margin-top:0}.latest-section,.subscriptions-section{position:relative}.podcasts-section-heading{display:flex;min-height:35px;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.podcasts-section-heading>a,.section-heading-actions>a{color:#7044df;font-size:14px;font-weight:700}.section-heading-actions{display:flex;align-items:center;gap:16px}.pager-buttons{display:inline-flex;align-items:center;gap:5px}.pager-button{display:grid;width:28px;height:28px;place-items:center;border:1px solid #e0ddea;border-radius:50%;background:#fff;color:#7044df;font-size:22px;line-height:1}.pager-button:hover{border-color:#7044df;background:#f4f0ff;color:#7044df}.pager-button.is-disabled{opacity:.3;pointer-events:none}.section-pager{position:absolute;z-index:8;top:50px;right:0;bottom:0;left:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.latest-section:hover .section-pager,.latest-section:focus-within .section-pager,.subscriptions-section:hover .section-pager,.subscriptions-section:focus-within .section-pager{visibility:visible;opacity:1;pointer-events:auto}.section-pager-button{position:absolute;top:50%;display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#f8f8fbf5;box-shadow:0 4px 15px #22222b1f;color:#77777f;font-size:44px;font-weight:300;line-height:.7;transition:background-color .15s ease,color .15s ease,transform .15s ease}.section-pager-button:hover{background:#fff;color:#4d4d56;transform:scale(1.06)}.section-pager-previous{left:-14px;transform:translateY(-50%)}.section-pager-next{right:-14px;transform:translateY(-50%)}.section-pager-previous:hover,.section-pager-next:hover{transform:translateY(-50%) scale(1.06)}.podcasts-empty{padding:28px;border:1px dashed #dedee4;border-radius:8px;color:#84848b;text-align:center}.episode-detail{width:100%;margin:8px auto}.episode-back{display:inline-block;margin-bottom:28px;color:#7044df;font-weight:700}.episode-detail-grid{display:grid;grid-template-columns:minmax(190px,290px) minmax(0,1fr);gap:34px;align-items:start}.episode-detail-grid>img{width:100%;border-radius:8px;aspect-ratio:1;object-fit:cover}.episode-detail-grid p{color:#797881}.episode-detail-grid h1{margin:5px 0 10px;color:#252529;font-size:31px;line-height:1.2}.episode-detail-grid span{color:#9b9aa2;font-size:13px}.episode-detail-description{margin:22px 0!important;line-height:1.75}.episode-detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.episode-detail-play,.episode-detail-more-menu summary{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:8px 15px;border:0;border-radius:7px;background:#7145e1;color:#fff;cursor:pointer;font-weight:700}.episode-detail-more-menu{position:relative}.episode-detail-more-menu summary{background:#f0edf8;color:#7044df;list-style:none}.episode-detail-more-menu summary::-webkit-details-marker{display:none}.episode-detail-more-menu-popover{position:absolute;z-index:12;right:0;bottom:calc(100% + 8px);display:grid;min-width:190px;overflow:hidden;padding:5px;border:1px solid #dedee3;border-radius:8px;background:#fff;box-shadow:0 10px 30px #1a19262e}.episode-detail-more-menu-popover a,.episode-detail-more-menu-popover button{display:flex;min-height:40px;align-items:center;gap:9px;padding:0 11px;border:0;border-radius:5px;background:#fff;color:#29292e;cursor:pointer;font-size:14px;text-align:left}.episode-detail-more-menu-popover a:hover,.episode-detail-more-menu-popover button:hover{background:#f5f3fa;color:#7044df}.episode-detail-more-menu-popover svg{flex:0 0 auto;color:#7044df}.episode-detail-transcript{display:inline-flex;min-height:40px;align-items:center;padding:8px 15px;border:0;border-radius:7px;background:#f0edf8;color:#7044df;cursor:pointer;font-weight:700}.episode-transcript-dialog{width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:min(760px,calc(100vh - 32px));padding:0;border:1px solid #dedee3;border-radius:10px;background:#fff;color:#29292e;box-shadow:0 24px 70px #1a19263d}.episode-transcript-dialog::backdrop{background:#11182752}.episode-transcript-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #ecebf0}.episode-transcript-dialog-header>div{min-width:0}.episode-transcript-dialog-header span{color:#7044df;font-size:11px;font-weight:750}.episode-transcript-dialog-header h2{overflow:hidden;margin:5px 0 0;color:#29292e;font-size:20px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.episode-transcript-dialog-close{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:transparent;color:#777680;cursor:pointer}.episode-transcript-dialog-close:hover,.episode-transcript-dialog-close:focus-visible{background:#f3f1f8;color:#29292e}.episode-transcript-dialog-body{max-height:min(650px,calc(100vh - 140px));overflow-y:auto;padding:20px 24px 24px}.episode-transcript-lines{display:grid;gap:12px;margin:0;padding:0;list-style:none}.episode-transcript-lines li{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:8px;color:#45454c;font-size:14px;line-height:1.7}.episode-transcript-speaker{min-width:0;color:#7044df;font-weight:750}.episode-transcript-state{margin:4px 0;color:#777680;font-size:14px;line-height:1.7}.episode-transcript-state.is-error{color:#b05555}.episode-summary{margin-top:42px;padding-top:25px;border-top:1px solid #e8e7ec}.episode-summary-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.episode-summary-heading h2{margin:0;color:#29292e;font-size:21px}.episode-summary-heading span{color:#9b9aa2;font-size:11px}.episode-summary-lead{margin:16px 0 8px;color:#45454c;font-size:16px;line-height:1.75}.episode-summary-topic,.episode-summary-copy,.episode-summary-state{margin:8px 0;color:#777680;font-size:13px;line-height:1.7}.episode-summary-state.is-error{color:#b05555}.episode-summary-source{margin-top:16px;color:#45454c}.episode-summary-source h3{margin:0 0 8px;color:#55545d;font-size:13px}.episode-summary-source p{margin:0;font-size:16px;line-height:1.75;white-space:pre-wrap}.episode-summary-timestamp{margin:0 2px;padding:0;border:0;background:transparent;color:#7044df;cursor:pointer;font:inherit;font-variant-numeric:tabular-nums;text-decoration:underline;text-underline-offset:2px}.episode-summary-timestamp:hover,.episode-summary-timestamp:focus-visible{color:#4d2bb0}.episode-summary-calibration{display:grid;gap:8px;margin-top:17px;padding:11px 13px;border:1px solid #e7e3f2;border-radius:7px;background:#faf9ff}.episode-summary-calibration-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5c4b91;font-size:12px}.episode-summary-calibration-heading strong{color:#7044df;font-size:11px;font-variant-numeric:tabular-nums}.episode-summary-calibration-track{height:5px;overflow:hidden;border-radius:999px;background:#e5e0f0}.episode-summary-calibration-track i{display:block;height:100%;border-radius:inherit;background:#7044df;transition:width .3s ease}.episode-summary-calibration small{color:#a05252;font-size:11px;line-height:1.5}.episode-summary-calibration.is-failed{border-color:#f0dede;background:snow}.episode-summary-calibration.is-failed .episode-summary-calibration-heading{color:#a05252}.episode-summary-list,.episode-summary-chapters{margin-top:24px}.episode-summary-list h3,.episode-summary-chapters h3{margin:0 0 10px;color:#55545d;font-size:13px}.episode-summary-list ul{display:grid;gap:7px;margin:0;padding-left:19px;color:#6f6e77;font-size:13px;line-height:1.65}.episode-summary-chapters>div{display:grid;gap:8px}.episode-summary-chapter{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;width:100%;padding:11px 12px;border:1px solid #e8e7ed;border-radius:7px;background:#fff;color:#37373d;cursor:pointer;text-align:left}.episode-summary-chapter:hover,.episode-summary-chapter:focus-visible{border-color:#9a7be6;background:#faf8ff}.episode-summary-chapter-time{color:#7044df;font-size:12px;font-variant-numeric:tabular-nums;font-weight:760}.episode-summary-chapter-copy{display:grid;min-width:0;gap:3px}.episode-summary-chapter-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-summary-chapter-copy small{overflow:hidden;color:#85848c;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.episode-summary-insights{display:grid!important;gap:13px!important;margin:0!important;padding:0!important;list-style:none}.episode-summary-insight{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:start}.episode-summary-insight-time{min-height:22px;padding:0;border:0;background:transparent;color:#7044df;cursor:pointer;font-size:12px;font-variant-numeric:tabular-nums;font-weight:760;text-align:left}.episode-summary-insight-time:hover,.episode-summary-insight-time:focus-visible{color:#4d2bb0;text-decoration:underline}.episode-summary-insight-marker{color:#9a7be6;font-size:18px;line-height:1.1;text-align:center}.episode-summary-insight-copy{display:grid;gap:3px;min-width:0}.episode-summary-insight-copy strong{color:#37373d;font-size:14px;line-height:1.45}.episode-summary-insight-copy p{margin:0;color:#777680;font-size:13px;line-height:1.65}.podcasts-queue-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 100px) / 6);grid-template-rows:minmax(0,1fr);gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}.queue-card{position:relative;display:grid;min-width:0;overflow:hidden;border-radius:15px;background:#222;color:#fff;aspect-ratio:1 / 1.35}.queue-cover-link{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#252525;cursor:pointer}.queue-cover-link img{width:100%;height:100%;object-fit:cover;opacity:.58}.queue-cover-play{position:absolute;top:18px;left:18px;display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#ffffffe0;color:#7544e7;font-size:14px}.queue-card-copy{z-index:1;display:flex;min-height:0;flex-direction:column;justify-content:end;padding:19px;pointer-events:none;text-shadow:0 1px 6px rgba(0,0,0,.52)}.queue-card-copy p,.queue-card-copy h3{margin:0}.queue-card-meta{font-size:12px;font-weight:700;opacity:.86}.queue-card h3{display:-webkit-box;overflow:hidden;margin-top:8px;font-size:18px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.queue-card-preview{display:-webkit-box;overflow:hidden;margin-top:7px!important;font-size:12px;opacity:.86;-webkit-box-orient:vertical;-webkit-line-clamp:2}.queue-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;pointer-events:auto}.queue-play,.latest-play{display:inline-flex;min-height:29px;align-items:center;gap:6px;padding:5px 10px;border:0;border-radius:16px;background:#ffffffdb;color:#7543e4;cursor:pointer;font-size:12px;font-weight:760;text-shadow:none}.more-button{width:30px;height:30px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font-size:17px;letter-spacing:1px}.episode-menu{position:absolute;z-index:12;right:10px;bottom:12px;display:grid;width:210px;overflow:hidden;border:1px solid #dedee3;border-radius:5px;background:#fff;box-shadow:0 10px 30px #1a19262e;text-shadow:none}.episode-menu button{min-height:42px;padding:0 18px;border:0;border-bottom:1px solid #e6e6e9;background:#fff;color:#29292e;cursor:pointer;font-size:15px;text-align:left}.episode-menu button:last-child{border-bottom:0}.episode-menu button:hover{background:#f5f3fa}.episode-menu[hidden],.audio-queue-popover[hidden]{display:none!important}.queue-card-copy{cursor:pointer;pointer-events:auto}.queue-card-copy>*{pointer-events:none}.queue-card-footer,.queue-card-footer button{pointer-events:auto}.latest-episode-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,104px);column-gap:28px;row-gap:16px;min-height:224px}.latest-episode-grid:after{position:absolute;right:0;bottom:112px;left:0;height:1px;background:#e9e9ed;content:"";pointer-events:none}.latest-episode-row{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr) 28px;gap:14px;min-height:104px;padding:0;border-bottom:0}.latest-cover-link{width:104px;height:104px;padding:0;overflow:hidden;border:0;border-radius:4px;background:#ecebf0;cursor:pointer}.latest-cover-link img{width:100%;height:100%;object-fit:cover}.latest-episode-copy{display:grid;min-width:0;grid-template-rows:auto auto minmax(0,1fr) auto;padding-top:2px}.latest-episode-copy p,.latest-episode-copy h3{margin:0}.latest-date{overflow:hidden;color:#8a8a91;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.latest-episode-copy h3{display:-webkit-box;overflow:hidden;margin-top:3px;color:#28282c;font-size:14px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.latest-episode-copy>p:not(.latest-date){display:-webkit-box;overflow:hidden;margin-top:4px;color:#9c9ba2;font-size:11px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.latest-row-actions{align-self:end;margin-top:7px}.latest-play{min-height:25px;padding:4px 8px;background:#f1eff6}.latest-more{align-self:end;color:#85858b}.latest-episode-row .episode-menu{bottom:15px;right:5px}.subscriptions-section{padding-bottom:16px}.subscription-filters{display:flex;align-items:center;gap:18px;overflow-x:auto;padding-bottom:0}.subscription-filters a{display:inline-flex;min-height:30px;align-items:center;white-space:nowrap;color:#73737b;font-size:13px;font-weight:680}.subscription-filters a.is-active{padding:5px 10px;border-radius:8px;background:#6643dc;color:#fff}.podcasts-subscription-grid{display:grid;grid-template-columns:repeat(9,minmax(100px,1fr));grid-template-rows:minmax(0,1fr);gap:17px;min-height:176px}.podcasts-subscription-card{min-width:0;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.podcasts-subscription-cover{position:relative;display:grid;overflow:hidden;border-radius:6px;background:#e9e7f0;aspect-ratio:1}.podcasts-subscription-cover span{display:grid;place-items:center;color:#8564d8;font-size:38px;font-weight:750}.podcasts-subscription-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.podcasts-subscription-info{display:grid;min-height:58px;gap:3px;padding:7px 0 8px}.podcasts-subscription-title{display:block;overflow:hidden;margin:0;color:#37373c;font-size:12px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.podcasts-subscription-meta{display:flex;min-height:16px;align-items:center;justify-content:space-between;color:#9d9da4;font-size:10px}.podcasts-subscription-meta button{width:18px;height:18px;padding:0;border:0;background:transparent;color:#8970ef;cursor:pointer;font-size:15px;line-height:1}.podcasts-subscription-card small{color:#b0afb5;font-size:10px;line-height:1}.section-pager-subscriptions{bottom:auto;height:176px}.podcast-player{position:fixed;z-index:35;right:22px;bottom:15px;left:304px;width:auto;transform:none;display:grid;grid-template-columns:72px minmax(220px,1fr) auto auto;gap:16px;align-items:center;min-height:82px;padding:10px 16px;border:1px solid #ededf0;border-radius:16px;background:#fffffff5;box-shadow:0 8px 26px #22222c1c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.podcast-player[hidden]{display:none}.audio-player-cover{width:62px;height:62px;border-radius:4px;object-fit:cover}.audio-player-main{min-width:0}.audio-player-heading{display:grid;min-width:0;gap:1px}.audio-player-heading strong{overflow:hidden;color:#34343a;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.audio-player-heading span{overflow:hidden;color:#8e8e96;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.audio-player-progress-row{display:grid;grid-template-columns:36px minmax(80px,1fr) 36px;gap:8px;align-items:center;margin-top:7px;color:#83838b;font-size:10px}.audio-player-progress-row input,.audio-player-volume{accent-color:#7046e4}.audio-player-controls,.audio-player-tools{display:flex;align-items:center;gap:8px}.audio-player-button,.audio-player-speed{display:grid;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#202024;cursor:pointer;font-size:16px}.audio-player-button:hover,.audio-player-speed:hover{background:#f1eff6;color:#7145e1}.audio-player-button:disabled{cursor:not-allowed;opacity:.35}.audio-player-play{width:42px;height:42px;border-radius:50%;background:#242428;color:#fff}.audio-player-play:hover{background:#7045e3;color:#fff}.audio-player-tools{gap:3px}.audio-player-volume{width:82px}.audio-player-speed{width:34px;color:#55545c;font-size:12px}.audio-queue-popover{position:absolute;right:70px;bottom:92px;width:min(360px,calc(100vw - 36px));max-height:min(60vh,520px);overflow-y:auto;padding:14px;border:1px solid #e5e4e9;border-radius:9px;background:#fff;box-shadow:0 12px 32px #22222c2e}.audio-queue-popover strong{display:block;margin-bottom:8px}.audio-queue-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:9px;width:100%;padding:7px 0;border:0;background:transparent;color:#333;cursor:pointer;text-align:left}.audio-queue-item:hover,.audio-queue-item.is-active{background:#f5f2ff}.audio-queue-item img{width:42px;height:42px;border-radius:3px;object-fit:cover}.audio-queue-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-queue-item small{color:#8b8a92}.has-audio-player .podcasts-main{padding-bottom:146px}body.is-sidebar-collapsed:has(.podcasts-app-shell) .podcast-player{left:106px}.has-audio-player .podcasts-main{padding-bottom:104px}.section-pager-button{width:40px;height:80px;border-radius:12px}.section-pager-button{display:flex;align-items:center;justify-content:center;padding:0 0 2px 1px;text-align:center;font-size:40px;line-height:1}.queue-card{isolation:isolate}.queue-card:after{position:absolute;z-index:1;right:0;bottom:0;left:0;height:62%;background:linear-gradient(to bottom,#14141800,#141418c7 68%,#141418e6);content:"";pointer-events:none}.queue-cover-link{z-index:0}.queue-cover-link img{opacity:1}.queue-card-copy{z-index:2}@media (min-width: 1181px){.podcasts-main{padding-right:28px;padding-left:28px}.podcasts-queue-grid{grid-auto-columns:calc((100% - 80px)/5)}.queue-card{aspect-ratio:3 / 4;border-radius:16px}.queue-card-copy{padding:20px}.queue-card-meta{font-size:13px}.queue-card h3{font-size:20px;line-height:1.25}.queue-card-preview{font-size:13px}.queue-play{min-height:32px;padding:6px 11px;font-size:13px}}@media (max-width: 760px){.section-pager-subscriptions{height:calc((100vw - 64px) / 3)}}body:has(.podcasts-app-shell).has-audio-player{padding-bottom:0;background:#fff}@media (max-width: 1180px){.podcasts-main{padding:30px 28px 160px}.podcast-player{left:22px}.podcasts-subscription-grid{grid-template-columns:repeat(6,minmax(100px,1fr))}.latest-episode-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.podcasts-main{padding:21px 16px 145px}.podcasts-page-head h1,.podcasts-section h2{font-size:22px}.podcasts-add-button{min-height:33px;padding:6px 9px;font-size:12px}.podcasts-queue-grid{grid-auto-columns:minmax(215px,74vw);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;padding-bottom:4px}.latest-episode-grid{grid-template-columns:repeat(3,minmax(260px,1fr));grid-template-rows:repeat(2,minmax(0,1fr));overflow-x:auto;min-height:205px}.latest-episode-row{grid-template-columns:84px minmax(0,1fr) 28px;min-height:94px}.latest-cover-link{width:84px;height:84px}.podcasts-subscription-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;overflow-x:auto}.subscription-filters{width:100%;order:2}.podcasts-section-heading:has(.subscription-filters){flex-wrap:wrap}.section-heading-actions{gap:8px}.podcast-player{right:8px;bottom:8px;left:8px;grid-template-columns:52px minmax(0,1fr) auto;gap:9px;min-height:72px;padding:8px 9px;border-radius:12px}.audio-player-cover{width:48px;height:48px}.audio-player-main{min-width:0}.audio-player-progress-row{grid-template-columns:1fr}.audio-player-progress-row span{display:none}.audio-player-controls{gap:2px}.audio-player-controls [data-audio-previous],.audio-player-controls [data-audio-next],.audio-player-tools{display:none}.audio-player-play{width:38px;height:38px}.has-audio-player .podcasts-main{padding-bottom:112px}}@media (max-width: 760px){.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}}.podcasts-subscription-meta button{display:grid;width:18px;height:18px;place-items:center;padding:3px;border:0;border-radius:50%;background:#8970ef;cursor:pointer}.podcasts-subscription-meta button:hover{background:#7044df}.podcasts-subscription-meta button img{width:100%;height:100%;object-fit:contain}.site-shell{min-height:100vh;background:var(--page)}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(228,233,240,.92);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner,.site-footer-inner{width:min(100%,1120px);margin:0 auto}.site-header-inner{display:flex;min-height:72px;align-items:center;gap:34px;padding:0 28px}.site-brand{flex:0 0 auto;color:var(--ink);font-size:21px;letter-spacing:-.01em}.header-add-subscription{min-height:32px;padding:0 12px;border-radius:999px;font-size:11px;white-space:nowrap}.site-nav{display:flex;align-items:stretch;align-self:stretch;gap:25px}.site-nav-link{position:relative;display:inline-flex;align-items:center;color:var(--muted);font-size:13px;font-weight:650;white-space:nowrap}.site-nav-link:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:transparent;content:""}.site-nav-link:hover,.site-nav-link.is-active{color:var(--ink)}.site-nav-link.is-active:after{background:var(--accent)}.admin-page-header{align-items:flex-end}.admin-summary{display:flex;align-items:baseline;gap:8px;color:var(--muted);font-size:13px}.admin-summary strong{color:var(--ink);font-size:28px;line-height:1}.admin-users-panel{margin-top:28px;padding:24px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:760px;color:var(--ink);font-size:13px}.admin-table th,.admin-table td{padding:15px 12px;border-top:1px solid var(--line);text-align:left;vertical-align:middle;white-space:nowrap}.admin-table thead th{border-top:0;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-user-cell{display:inline-flex;align-items:center;gap:9px;font-weight:700}.admin-actions{display:flex;align-items:center;gap:7px}.admin-self-label,.admin-empty{color:var(--muted)}.button-small{min-height:30px;padding:0 10px;font-size:11px}.button-quiet{border-color:transparent;background:transparent;color:var(--muted)}.button-quiet:hover{border-color:var(--line);background:var(--surface-soft);color:var(--ink)}.site-account{display:flex;align-items:center;margin-left:auto;gap:12px;min-height:48px;padding:0}.site-account-tools{display:flex;min-height:32px;align-items:center;gap:11px;color:#29454d}.notification-control{position:relative}.site-account-divider{display:none}.site-account-tool-button{position:relative;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:#29454d;cursor:pointer}.site-account-tool-button:hover,.site-account-tool-button:focus-visible{background:#eef5f4;color:var(--accent-strong)}.site-account-tool-button.has-unread .site-account-tool-bell{color:var(--accent-strong)}.site-account-tool{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#29454d;font-size:14px;font-weight:700;line-height:1}.site-account-tool-bell{position:relative;width:17px;height:18px;background:linear-gradient(currentColor,currentColor) center 12px / 17px 1.5px no-repeat}.site-account-tool-bell:before{position:absolute;top:0;left:3px;width:11px;height:11px;border:1.5px solid currentColor;border-bottom:0;border-radius:7px 7px 2px 2px;content:""}.site-account-tool-bell:after{position:absolute;top:15px;left:50%;width:3.5px;height:3.5px;border-radius:50%;background:currentColor;content:"";transform:translate(-50%)}.site-account-tool-language{font-size:15px;font-weight:650;letter-spacing:0}.site-account-tool-language [data-language-label],.site-account-tool-theme [data-theme-label]{display:inline-flex;width:17px;height:18px;align-items:center;justify-content:center;line-height:1}.site-account-tool-language [data-language-label]{transform:scale(.94)}.site-account-tool-theme{position:relative;font-size:0}.site-account-tool-theme [data-theme-label]{display:none}.site-account-tool-theme:before{display:block;width:8px;height:8px;border:1.5px solid currentColor;border-radius:50%;content:""}.site-account-tool-theme:after{position:absolute;top:50%;left:50%;width:1.5px;height:4px;border-radius:2px;background:currentColor;box-shadow:0 -6px currentColor,0 6px currentColor,-6px 0 currentColor,6px 0 currentColor,-4px -4px currentColor,4px -4px currentColor,-4px 4px currentColor,4px 4px currentColor;content:"";transform:translate(-50%,-50%)}html[data-theme=dark] .site-account-tool-theme:before{width:13px;height:13px;border:0;background:currentColor;box-shadow:-5px -2px 0 0 var(--page)}html[data-theme=dark] .site-account-tool-theme:after{display:none}.notification-badge{position:absolute;top:-2px;right:-2px;display:inline-flex;min-width:16px;height:16px;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--page);border-radius:999px;background:#df6473;color:#fff;font-size:9px;font-weight:800;line-height:1}.account-menu{position:relative}.account-menu-trigger{display:flex;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.account-menu-trigger::-webkit-details-marker{display:none}.account-menu-trigger:after{display:none}.site-account-avatar{width:32px;height:32px;font-size:13px;background:linear-gradient(135deg,#f2c5d7 8%,#75d6bf 92%);color:#24505a;box-shadow:inset 0 0 0 1px #ffffff8c}.account-menu-popover{position:absolute;z-index:20;top:calc(100% + 10px);right:0;min-width:132px;padding:6px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 12px 30px #1c263824}.notification-popover{position:absolute;z-index:30;top:calc(100% + 12px);right:0;width:min(340px,calc(100vw - 32px));padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 16px 40px #1c263829}.notification-popover[hidden]{display:none}.notification-popover-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 5px 9px;border-bottom:1px solid var(--line);color:var(--ink);font-size:13px}.notification-mark-read{padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font-size:11px}.notification-list{display:grid;max-height:330px;gap:5px;overflow-y:auto;padding-top:6px}.notification-item{display:grid;gap:3px;padding:9px 8px;border-radius:7px;color:var(--muted);font-size:11px;text-decoration:none}.notification-item:hover,.notification-item.is-unread{background:var(--surface-soft)}.notification-item strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.notification-item time{color:var(--muted);font-size:10px}.notification-empty{margin:12px 8px;color:var(--muted);font-size:12px;text-align:center}.account-menu-popover form{margin:0}.account-menu-item{display:flex;width:100%;align-items:center;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:var(--ink);cursor:pointer;font-size:12px;font-weight:650;line-height:1.3;text-align:left;text-decoration:none}.account-menu-item:hover,.account-menu-item.is-current{background:#f1faf8;color:var(--accent-strong)}.site-footer{border-top:1px solid var(--line);background:#fbfcfd}.site-footer-inner{display:flex;justify-content:space-between;gap:20px;padding:23px 28px 27px;color:#9aa4b2;font-size:11px}.dashboard-main.site-main{width:min(100%,1120px);max-width:none;padding:30px 28px 74px}.feed-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:35px}.guide-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:35px}.feed-page-title-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.feed-page-head h1,.guide-hero h1{max-width:720px;margin:8px 0;color:var(--ink);font-size:34px;line-height:1.15;letter-spacing:0}.feed-page-title-row h1{flex:1 1 auto}.section-block{margin-top:42px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-kicker{margin:0;color:var(--accent-strong);font-size:10px;font-weight:800;letter-spacing:.13em;line-height:1.2}.section-heading h2{margin:6px 0 0;color:var(--ink);font-size:21px;line-height:1.2}.section-description{margin:6px 0 0;color:var(--muted);font-size:12px}.section-link{flex:0 0 auto;color:var(--accent-strong);font-size:12px;font-weight:750}.section-link:hover{color:var(--ink)}.category-tabs{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;gap:6px;margin:0 auto 15px;padding:5px;overflow-x:auto;overflow-y:hidden;border:1px solid #e3e9ed;border-radius:18px;background:#edf2f3}.category-tab{display:inline-flex;min-width:0;min-height:40px;flex:1 1 0;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:15px;font-weight:700;line-height:1;white-space:nowrap;border-radius:14px}.category-tab:after{display:none}.category-tab span{display:inline-flex;min-width:19px;height:19px;align-items:center;justify-content:center;border-radius:999px;background:#eef1f4;color:#7e8997;font-size:10px;font-variant-numeric:tabular-nums}.category-tab:hover,.category-tab.is-active{color:var(--ink)}.category-tab:hover{background:#ffffffa8}.category-tab.is-active{background:#fff;box-shadow:0 2px 7px #1c263814}.category-tab.is-active span{background:#e2f3f0;color:var(--accent-strong)}.subscription-grid,.discovery-grid{display:grid;gap:14px}.subscription-grid{grid-template-columns:repeat(auto-fill,minmax(174px,190px));justify-content:space-between}.subscription-card,.discovery-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:0 5px 18px #1c263809}.subscription-card{display:flex;width:190px;max-width:100%;min-height:0;flex-direction:column;border-color:var(--line);border-radius:16px;background:#fff;box-shadow:0 5px 18px #1c26380f;cursor:pointer}.subscription-card-info{display:flex;height:calc(190px / 1.618);min-height:0;flex-direction:column;overflow:hidden;background:#fff}.subscription-card-top{position:relative;display:block;aspect-ratio:1;min-height:0;overflow:hidden;padding:0;background:#f4f6f7}.subscription-card-top:hover,.subscription-card-title-row:hover{background-color:#f8fbfb}.subscription-card-title-row{min-width:0;margin:-2px -4px 0;padding:2px 4px;border-radius:5px;cursor:text}.subscription-card-title-row:focus-visible,.subscription-card-top:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.subscription-card-cover{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.cover-art{position:relative;display:flex;width:100%;height:100%;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border-radius:16px 16px 0 0;color:#ffffffeb;font-size:48px;font-weight:800;box-shadow:none}.cover-art span{position:relative;z-index:1}.cover-art i{position:absolute;bottom:12px;width:3px;border-radius:3px;background:#ffffff94;content:""}.cover-art i:nth-of-type(1){right:17px;height:12px}.cover-art i:nth-of-type(2){right:11px;height:20px}.cover-art i:nth-of-type(3){right:5px;height:15px}.cover-art-podcast{background:#4f8fa4}.cover-art-music{background:#d2934b}.cover-art-audiobook{background:#8173b7}.card-tag-row{position:absolute;top:8px;right:8px;z-index:1;display:flex;max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:flex-end;gap:5px}.subscription-card .status-pill{display:none}.subscription-category-form{flex:0 0 auto}.subscription-category-form select{width:auto;min-width:0;min-height:22px;max-width:none;padding:2px 9px;border:1px solid var(--line);border-radius:999px;background:#fffffff0;color:var(--ink);font-size:9px;font-weight:750;text-align:center;text-align-last:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.subscription-card-body{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;overflow:hidden;padding:9px 12px 5px;background:#fff}.subscription-card-body h3,.discovery-card-body h3{margin:0;display:-webkit-box;overflow-wrap:anywhere;overflow:hidden;color:var(--ink);font-size:14px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.subscription-source{margin:5px 0 0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.subscription-card-body .subscription-source,.subscription-card-body .subscription-alias,.subscription-card-body .subscription-profile-stat,.subscription-card-body .subscription-signature{display:none}.subscription-card-meta,.subscription-rss-line,.subscription-created{color:var(--muted);font-size:9px}.subscription-card-meta{display:grid;gap:3px;margin-top:5px;padding-top:0}.subscription-card-meta-link{color:inherit;text-decoration:none;border-radius:4px;transition:color .14s ease,background-color .14s ease}.subscription-card-meta-link:hover{color:var(--text);background:color-mix(in srgb,var(--muted) 10%,transparent)}.subscription-card-meta-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.subscription-card-content,.subscription-card-updated{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-card-content{display:inline-flex;align-items:center;color:var(--muted);font-size:10px;line-height:1.2}.subscription-play-icon{display:inline-block;width:0;height:0;margin-right:5px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid #42d982}.subscription-card-updated{color:var(--muted);font-size:9px;line-height:1.2}.subscription-rss-line{display:flex;flex:0 0 auto;align-items:center;gap:0;min-width:0}.subscription-refresh-form{display:none}.subscription-rss-line a,.subscription-rss-line button{color:var(--muted);font-weight:700}.subscription-action{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:10px;font-weight:700;line-height:1;text-decoration:none}.subscription-action:hover{color:var(--ink)}.subscription-rss-line button{padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.subscription-copy-feedback{position:fixed;right:16px;bottom:16px;z-index:40;max-width:min(360px,calc(100vw - 32px));padding:10px 13px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);color:var(--ink);font-size:12px}.subscription-copy-feedback.is-error{border-left-color:var(--danger)}.subscription-action-icon{position:relative;display:inline-block;width:12px;height:14px;flex:0 0 auto;color:currentColor}.subscription-action-icon-rss{border:1.5px solid currentColor;border-radius:3px}.subscription-action-icon-rss:before{position:absolute;top:-5px;left:2px;width:6px;height:3px;border:1.5px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0;content:""}.subscription-action-icon-trash{height:12px;margin-top:2px;border:1.5px solid currentColor;border-top:0;border-radius:0 0 3px 3px}.subscription-action-icon-trash:before{position:absolute;top:-4px;left:-2px;width:15px;height:2px;border:1.5px solid currentColor;border-bottom:0;border-radius:2px 2px 0 0;content:""}.is-pending{color:var(--warning)}.subscription-card-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:16px;min-height:29px;padding:6px 12px 7px;border-top:1px solid var(--line);background:#fff}.subscription-card-footer form{flex:0 0 auto}.subscription-editor-dialog{width:min(420px,calc(100vw - 32px));max-width:calc(100vw - 32px);padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 24px 70px #1c26382e}.subscription-add-dialog{width:min(780px,calc(100vw - 32px))}.subscription-add-fields{display:grid;gap:20px}.subscription-add-fields .field-group{gap:6px}.subscription-add-fields .field-group label{color:var(--ink);font-size:12px;font-weight:750}.subscription-add-description{margin:10px 0 0;color:#7d8492;font-size:14px;line-height:1.4}.subscription-choice-label{display:block;margin-bottom:10px;color:var(--ink);font-size:13px;font-weight:750}.subscription-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.subscription-choice-card{position:relative;display:flex;min-height:56px;align-items:center;gap:12px;padding:0 16px;border:1px solid #dfe2e8;border-radius:9px;background:#fff;color:#505867;cursor:pointer;font-size:14px;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.subscription-choice-card:hover{border-color:#a99af7;background:#fbfaff}.subscription-choice-card:has(input:checked){border-color:#7c61ee;background:#faf8ff;color:#6b4ae4;box-shadow:inset 0 0 0 1px #7c61ee}.subscription-choice-card input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.subscription-choice-radio{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border:1.5px solid #d6d9df;border-radius:50%}.subscription-choice-card:has(input:checked) .subscription-choice-radio{border:6px solid #7653eb}.subscription-choice-icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;color:currentColor}.subscription-choice-icon svg{width:24px;height:24px}.subscription-source-bilibili,.subscription-source-netease{display:grid;width:28px;height:28px;place-items:center;border-radius:6px;color:#fff;font-size:8px;font-weight:800;line-height:1}.subscription-source-bilibili{background:#ed7095}.subscription-source-netease{background:#e73535;font-size:20px}.subscription-source-icon-official_rss{color:#684cf0}.subscription-add-dialog .subscription-editor-header{margin-bottom:24px}.subscription-add-dialog .subscription-editor-header h2{font-size:28px}.subscription-add-dialog .subscription-editor-form{padding:26px 28px 22px}.subscription-add-dialog .subscription-add-fields input{min-height:44px;padding:10px 13px;border-radius:9px;font-size:14px}.subscription-add-dialog .subscription-editor-actions{margin-top:22px}.subscription-add-dialog [data-add-subscription-submit]{border-color:#7847e8;background:#7847e8;color:#fff}.subscription-add-dialog [data-add-subscription-submit]:hover{border-color:#6637d2;background:#6637d2;color:#fff}@media (max-width: 640px){.subscription-add-dialog .subscription-editor-form{padding:22px 18px 18px}.subscription-choice-grid{grid-template-columns:1fr}}.subscription-add-fields input,.subscription-add-fields select{width:100%;min-height:40px;padding:8px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:13px}.subscription-add-fields input:focus,.subscription-add-fields select:focus{border-color:var(--accent);outline:2px solid rgba(47,148,140,.16)}.subscription-add-fields .field-hint{margin:0;color:var(--muted);font-size:11px;line-height:1.4}.subscription-add-fields .field-error,.subscription-add-dialog>.subscription-editor-form>.form-alert{margin:0;color:var(--danger);font-size:11px;line-height:1.4}.subscription-add-dialog [data-add-error][hidden]{display:none}.subscription-editor-dialog::backdrop{background:#1c263838}.subscription-editor-form{padding:20px}.subscription-editor-upload-form{padding-top:0;border-top:1px solid var(--line)}.subscription-editor-upload-form[hidden]{display:none}.subscription-editor-input[type=file]{padding:8px}.subscription-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.subscription-editor-header h2{margin:6px 0 0;color:var(--ink);font-size:20px;line-height:1.2}.dialog-close{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;font-size:22px;line-height:1}.dialog-close:hover{background:var(--surface-soft);color:var(--ink)}.subscription-editor-label{display:block;margin-bottom:7px;color:var(--ink);font-size:12px;font-weight:750}.subscription-editor-input{width:100%;min-height:42px;box-sizing:border-box;padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px}.subscription-editor-input:focus{border-color:var(--accent);outline:2px solid rgba(47,148,140,.16)}.subscription-editor-hint{min-height:17px;margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.subscription-editor-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.subscription-metadata-dialog{width:min(620px,calc(100vw - 32px))}.subscription-metadata-fields{display:grid;gap:13px}.subscription-metadata-field{display:block}.subscription-metadata-textarea{display:block;min-height:108px;resize:vertical}.subscription-audiobook-tools{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.subscription-audiobook-tools .button{justify-self:start}.subscription-audiobook-tools .button:disabled{cursor:wait;opacity:.62}.subscription-audiobook-results{display:grid;max-height:230px;gap:7px;overflow-y:auto;padding-right:2px}.subscription-audiobook-result{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.subscription-audiobook-result:hover{border-color:#8e76ed;background:#faf8ff}.subscription-audiobook-result strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.subscription-audiobook-result span,.subscription-audiobook-result small{overflow:hidden;color:var(--muted);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.empty-library{display:grid;min-height:248px;align-content:center;justify-items:center;padding:28px;border:1px dashed #cdd9df;border-radius:7px;background:#ffffff8c;text-align:center}.empty-library-mark{display:flex;width:40px;height:40px;align-items:center;justify-content:center;margin-bottom:8px;border:1px solid #c9e0dc;border-radius:50%;background:#f1faf8;color:var(--accent-strong);font-size:18px;font-weight:700}.empty-library h3{margin:0;color:var(--ink);font-size:17px}.empty-library p{max-width:480px;margin:7px 0 17px;color:var(--muted);font-size:12px}.integration-section{margin-top:42px}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.integration-card{padding:20px}.integration-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.integration-card h3{margin:5px 0 0;color:var(--ink);font-size:17px}.integration-copy{min-height:38px;margin:14px 0 17px;color:var(--muted);font-size:12px}.integration-login-button{width:100%}.integration-qr{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);text-align:center}.integration-qr-code{display:inline-flex;padding:10px;background:#fff}.integration-qr p{margin:10px 0 0;color:var(--muted);font-size:11px}.discovery-block{padding-top:3px}.discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.discovery-card{display:flex;flex-direction:column}.discovery-cover{display:flex;min-height:116px;align-items:flex-end;justify-content:space-between;gap:12px;padding:17px;color:#fff}.discovery-cover>span{font-size:38px;font-weight:800;line-height:1}.discovery-cover small{padding:5px 7px;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:#141b2629;font-size:10px;white-space:nowrap}.discovery-cover-amber{background:#d2934b}.discovery-cover-blue{background:#5885b7}.discovery-cover-coral{background:#c9786f}.discovery-cover-green{background:#5a977d}.discovery-cover-lavender{background:#8173b7}.discovery-cover-ink{background:#536273}.discovery-cover-gold{background:#a78a4e}.discovery-card-body{display:flex;flex:1;flex-direction:column;padding:16px 17px 17px}.discovery-kind,.discovery-meta{color:var(--muted);font-size:10px}.discovery-kind{margin-bottom:7px;color:var(--accent-strong);font-weight:750}.discovery-card-body p{min-height:38px;margin:7px 0 12px;color:var(--muted);font-size:12px;line-height:1.55}.discovery-meta{display:flex;justify-content:space-between;gap:10px;padding-top:11px;border-top:1px solid var(--line)}.discovery-card-body form,.discovery-button{width:100%}.discovery-card-body form{margin-top:16px}.discovery-button{min-height:36px}.discovery-button:disabled{cursor:default;opacity:.78}.section-count{white-space:nowrap}.pagination{display:flex;justify-content:center;gap:6px;margin-top:22px}.pagination-link{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:5px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:700}.pagination-link:hover,.pagination-link.is-active{border-color:#b9d7d3;background:#eaf5f3;color:var(--accent-strong)}.subscription-pagination .pagination-link{width:auto;min-width:34px;padding:0 10px}.subscription-pagination .pagination-previous,.subscription-pagination .pagination-next{min-width:60px}.subscription-pagination .pagination-link.is-disabled{pointer-events:none;opacity:.45}.empty-discovery{display:flex;min-height:130px;align-items:center;justify-content:center;gap:12px;border:1px dashed #cdd9df;border-radius:7px;background:#ffffff8c}.empty-discovery p{margin:0;color:var(--muted);font-size:12px}.guide-hero{align-items:center;padding-bottom:34px;border-bottom:1px solid var(--line)}.guide-hero h1{max-width:560px;font-size:30px}.guide-steps{display:grid;gap:0;margin-top:34px;border-top:1px solid var(--line)}.guide-step{display:grid;grid-template-columns:62px minmax(0,1fr);gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.guide-step-number{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em}.guide-step h2{margin:0;color:var(--ink);font-size:17px}.guide-step p{max-width:620px;margin:6px 0 0;color:var(--muted);font-size:13px}.guide-note{margin-top:27px;padding:17px 19px;border-left:3px solid var(--accent);background:#f1faf8}.guide-note strong{color:var(--ink);font-size:13px}.guide-note p{margin:4px 0 0;color:var(--muted);font-size:12px}@media (max-width: 980px){.subscription-grid,.discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-grid{grid-template-columns:repeat(auto-fill,minmax(174px,190px))}}@media (max-width: 720px){.site-header-inner{min-height:64px;gap:18px;padding:0 20px}.site-nav{gap:17px}.dashboard-main.site-main{padding:34px 20px 60px}.site-footer-inner{padding-right:20px;padding-left:20px}.feed-page-head,.guide-hero{align-items:flex-start;flex-direction:column;gap:20px}.feed-page-title-row{align-items:flex-start;flex-direction:column;gap:12px}.feed-page-head .button,.guide-hero .button{width:100%}.section-heading{align-items:flex-start}}@media (max-width: 560px){.site-header-inner{flex-wrap:wrap;gap:0 16px;padding-top:14px}.site-nav{order:3;width:100%;min-height:43px;align-self:auto;gap:18px;overflow-x:auto}.site-account{gap:11px}.user-name{display:none}.dashboard-main.site-main{padding-right:16px;padding-left:16px}.feed-page-head h1,.guide-hero h1{font-size:28px}.subscription-grid,.discovery-grid{grid-template-columns:1fr}.subscription-card{width:100%;min-height:0}.subscription-card-info{height:calc((100vw - 32px) / 1.618);min-height:0}.integration-grid{grid-template-columns:1fr}.subscription-card-top{aspect-ratio:1}.card-tag-row{max-width:144px}.subscription-footer-actions{align-items:flex-end;flex-direction:column;gap:6px}.section-heading{flex-direction:column;gap:7px}.guide-step{grid-template-columns:42px minmax(0,1fr);gap:12px}.empty-discovery{align-items:flex-start;flex-direction:column;padding:21px}}.subscription-avatar-link,.discovery-avatar-link{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.subscription-avatar-link{display:flex;width:100%;height:100%;max-width:100%;max-height:100%;border:0;border-radius:0;background:#eef3f4;box-shadow:none}.subscription-avatar,.discovery-avatar{width:100%;height:100%;object-fit:cover}.subscription-card-cover .subscription-avatar{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block}.subscription-card-body h3 a,.discovery-name{color:var(--ink)}.subscription-card-body h3 a:hover,.discovery-name:hover{color:#fff}.subscription-alias,.subscription-profile-stat,.subscription-signature{margin:4px 0 0;color:var(--muted);font-size:10px}.subscription-profile-stat{color:var(--accent-strong);font-weight:700}.subscription-signature{display:-webkit-box;margin-top:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.45}.subscription-footer-actions{display:flex;align-items:center;flex:1 1 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0}.subscription-card-footer .text-button{font-size:10px;color:var(--muted)}.subscription-card-footer .text-button:hover,.subscription-card-footer .text-button-danger:hover,.subscription-rss-line a:hover,.subscription-rss-line button:hover{color:var(--ink)}.discovery-showcase{padding-top:46px;border-top:1px solid var(--line);scroll-margin-top:24px}.discovery-intro{max-width:650px;margin:0 auto;text-align:center}.discovery-intro h2{margin:7px 0 8px;color:var(--ink);font-size:32px;line-height:1.15}.discovery-topic-tabs{display:flex;justify-content:center;gap:10px;margin:31px 0 46px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px}.discovery-topic-tab{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;justify-content:center;padding:8px 20px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;white-space:nowrap;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.discovery-topic-tab:hover{border-color:#a9d9c6;color:var(--ink);transform:translateY(-1px)}.discovery-topic-tab.is-active{border-color:#16a968;background:#1db96b;color:#fff;box-shadow:0 7px 16px #1db96b2e}.discovery-showcase .discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.discovery-showcase .discovery-card{display:flex;min-height:356px;flex-direction:column;padding:23px 22px 20px;border-radius:8px;background:var(--surface);box-shadow:0 7px 22px #1c26380e}.discovery-profile-head{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:15px;align-items:start}.discovery-avatar-link{width:76px;height:76px;border:3px solid #edf0f3;background:#edf3f4}.discovery-avatar-no-cover{display:inline-flex;width:100%;height:100%;align-items:center;justify-content:center;background:#dfe9eb;color:#6e838a;font-size:11px;font-weight:700}.discovery-identity{display:grid;min-width:0;gap:4px;padding-top:2px}.discovery-name{overflow:hidden;font-size:20px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.discovery-identity strong{overflow:hidden;color:#20a868;font-size:12px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.discovery-stats{display:flex;gap:7px;color:var(--muted);font-size:11px;white-space:nowrap}.discovery-feed-picker{display:flex;max-width:132px;flex-wrap:wrap;justify-content:flex-end;gap:5px;align-self:start}.discovery-feed-option,.discovery-feed-source{display:inline-flex;min-height:24px;align-items:center;padding:3px 7px;border:1px solid #d9e9e3;border-radius:6px;background:#f4faf7;color:#39856d;font-size:10px;font-weight:750;line-height:1.1;white-space:nowrap}.discovery-feed-option{cursor:pointer}.discovery-feed-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.discovery-feed-option:hover,.discovery-feed-option:has(input:focus-visible){border-color:#9bd5bb;background:#e9f7ef;color:#1f715b}.discovery-feed-option input:checked+span{color:inherit;font-weight:800}.discovery-feed-option:has(input:checked),.discovery-feed-source{border-color:#8fcdb0;background:#e9f7ef;color:#267f5e}.discovery-feed-podcast-rss,.discovery-feed-podcast-rss:has(input:checked){border-color:#eadfca;background:#fffaf0;color:#9a7436}.discovery-feed-podcast-rss:hover,.discovery-feed-podcast-rss:has(input:focus-visible){border-color:#d8bf87;background:#fff6df;color:#825f21}.discovery-signature{display:-webkit-box;min-height:58px;margin:29px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--muted);font-size:13px;line-height:1.7}.discovery-latest{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:auto 0 0;padding-top:21px;color:#8b96a4;font-size:11px}.discovery-score{color:#1b9b5b;font-weight:750;white-space:nowrap}.discovery-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.discovery-topic-pill{display:inline-flex;min-height:35px;align-items:center;padding:7px 16px;border-radius:999px;background:#f0f2f4;color:#7d8794;font-size:12px;white-space:nowrap}.discovery-card-bottom form,.discovery-card-bottom .discovery-button{width:auto;margin:0}.discovery-card-bottom .discovery-button{min-width:122px;min-height:42px;border-radius:8px;background:#1db96b;box-shadow:0 7px 16px #1db96b29;color:#fff;font-size:14px}.discovery-card-bottom .discovery-button span{margin-right:5px;font-size:20px;font-weight:400;line-height:0;vertical-align:-1px}.discovery-card-bottom .discovery-button:hover{background:#15985a}.discovery-card-bottom .discovery-button:disabled{background:#eef1f3;box-shadow:none;color:#8d98a5}.discovery-showcase .pagination{margin-top:38px}.discovery-showcase .pagination-link{width:auto;min-width:34px;height:42px;padding:0 13px;border-radius:8px}.discovery-showcase .pagination-previous,.discovery-showcase .pagination-next{min-width:76px}.discovery-showcase .pagination-link.is-disabled{pointer-events:none;opacity:.45}@media (max-width: 980px){.discovery-showcase .discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.discovery-intro h2{font-size:28px}.discovery-topic-tabs{justify-content:flex-start;margin-bottom:32px}}@media (max-width: 560px){.discovery-showcase .discovery-grid{grid-template-columns:1fr}.discovery-showcase .discovery-card{min-height:330px}.discovery-profile-head{grid-template-columns:64px minmax(0,1fr) auto;gap:11px}.discovery-avatar-link{width:64px;height:64px}.discovery-name{font-size:17px}.discovery-feed-picker{max-width:96px}.discovery-card-bottom{align-items:stretch;flex-direction:column}.discovery-card-bottom form,.discovery-card-bottom .discovery-button{width:100%}.discovery-topic-pill{align-self:flex-start}}.source-avatar-image{padding:0;overflow:hidden}.source-avatar-image img{width:100%;height:100%;object-fit:cover}.subscription-row .subscription-profile-stat,.subscription-profile-signature{margin:5px 0 0;color:var(--muted);font-size:12px}.subscription-row .subscription-profile-stat{color:var(--accent-strong);font-weight:700}.subscription-profile-signature{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.subscription-row-actions{display:grid;gap:8px;justify-items:end}@media (max-width: 560px){.subscription-row-actions{justify-items:start}}html[data-theme=dark] .site-header,html[data-theme=dark] .topbar{border-color:var(--line);background:#11131beb}html[data-theme=dark] .site-footer,html[data-theme=dark] .sidebar{background:#151821}html[data-theme=dark] .site-footer-inner{color:var(--muted)}html[data-theme=dark] .button-secondary,html[data-theme=dark] .nav-item.is-active,html[data-theme=dark] .stat-card-accent,html[data-theme=dark] .guide-note,html[data-theme=dark] .account-menu-item:hover,html[data-theme=dark] .account-menu-item.is-current{border-color:#3f706a;background:#203432;color:var(--accent-strong)}html[data-theme=dark] .button-secondary:hover,html[data-theme=dark] .nav-item:hover{background:#29353a}html[data-theme=dark] .button-quiet,html[data-theme=dark] .content-panel,html[data-theme=dark] .form-panel,html[data-theme=dark] .subscription-row,html[data-theme=dark] .content-table,html[data-theme=dark] .tip-band,html[data-theme=dark] .subscription-card,html[data-theme=dark] .discovery-card,html[data-theme=dark] .category-tab.is-active,html[data-theme=dark] .pagination-link,html[data-theme=dark] .subscription-editor-dialog,html[data-theme=dark] .subscription-add-fields input,html[data-theme=dark] .subscription-add-fields select,html[data-theme=dark] .subscription-editor-input,html[data-theme=dark] .account-menu-popover,html[data-theme=dark] .notification-popover,html[data-theme=dark] .flash,html[data-theme=dark] .subscription-copy-feedback{background:var(--surface);color:var(--ink)}html[data-theme=dark] .category-tabs{border-color:var(--line);background:#202631}html[data-theme=dark] .category-tab:hover{background:#2b323d}html[data-theme=dark] .category-tab span,html[data-theme=dark] .discovery-topic-pill,html[data-theme=dark] .status-pill,html[data-theme=dark] .source-avatar,html[data-theme=dark] .content-type-mark{background:#29313d;color:var(--muted)}html[data-theme=dark] .category-tab.is-active span{background:#2c5752;color:var(--accent-strong)}html[data-theme=dark] .discovery-feed-option,html[data-theme=dark] .discovery-feed-source{border-color:#315b50;background:#203630;color:#8bd0b1}html[data-theme=dark] .discovery-feed-podcast-rss,html[data-theme=dark] .discovery-feed-podcast-rss:has(input:checked){border-color:#625638;background:#332d20;color:#e1be76}html[data-theme=dark] .discovery-score{color:#7bd2a1}html[data-theme=dark] .subscription-card-info,html[data-theme=dark] .subscription-card-body,html[data-theme=dark] .subscription-card-footer{background:var(--surface)}html[data-theme=dark] .subscription-card-top,html[data-theme=dark] .subscription-card-cover .subscription-avatar,html[data-theme=dark] .subscription-avatar-link{background:#252b36}html[data-theme=dark] .subscription-category-form select{border-color:var(--line);background:#1b1e29f0;color:var(--ink)}html[data-theme=dark] .site-account-tools,html[data-theme=dark] .site-account-tool-button,html[data-theme=dark] .site-account-tool{color:var(--ink)}html[data-theme=dark] .site-account-divider{background:var(--line)}html[data-theme=dark] .site-account-tool-button:hover,html[data-theme=dark] .site-account-tool-button:focus-visible{background:#29353a;color:var(--accent-strong)}html[data-theme=dark] .account-menu-popover,html[data-theme=dark] .notification-popover{border-color:var(--line);box-shadow:0 16px 40px #00000057}html[data-theme=dark] .notification-item:hover,html[data-theme=dark] .notification-item.is-unread{background:var(--surface-soft)}html[data-theme=dark] .empty-library,html[data-theme=dark] .empty-discovery,html[data-theme=dark] .empty-page-state{background:#1b1e29b8}html[data-theme=dark] .integration-qr-code{background:#fff}html[data-theme=dark] .discovery-topic-tab.is-active,html[data-theme=dark] .discovery-card-bottom .discovery-button{color:#08130f}.site-header-inner{min-height:68px;gap:25px}.site-nav{gap:22px}.workbench-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin:8px 0 26px}.workbench-hero-copy{max-width:710px}.workbench-hero h1{max-width:650px;margin:10px 0;color:var(--ink);font-size:clamp(30px,4vw,46px);font-weight:790;line-height:1.1;letter-spacing:0}.workbench-hero-subtitle{max-width:570px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.workbench-hero-actions{display:flex;flex:0 0 auto;align-items:center;gap:9px;padding-bottom:3px}.workbench-hero-actions .button{min-height:40px}.workbench-hero-actions .button-primary span{margin-right:4px;font-size:18px;font-weight:400;line-height:0;vertical-align:-1px}.workbench-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 42px}.workbench-stat-card{position:relative;display:grid;min-height:124px;align-content:space-between;gap:8px;padding:17px 18px 15px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 5px 18px #1c263809;color:var(--ink);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.workbench-stat-card:before{position:absolute;top:0;right:0;width:62px;height:62px;border-radius:0 0 0 62px;background:#f0f8f5;content:""}.workbench-stat-card:hover,.workbench-stat-card:focus-visible{border-color:#abd8cc;box-shadow:0 10px 26px #1c263814;transform:translateY(-2px)}.workbench-stat-card.stat-accent:before{background:#dff3eb}.workbench-stat-card.stat-warm:before{background:#fbf1dc}.workbench-stat-label,.workbench-stat-meta{position:relative;z-index:1}.workbench-stat-label{color:var(--muted);font-size:11px;font-weight:750}.workbench-stat-card strong{position:relative;z-index:1;color:var(--ink);font-size:30px;font-weight:790;line-height:1;font-variant-numeric:tabular-nums}.workbench-stat-card .workbench-stat-word{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#f2c5d7 8%,#75d6bf 92%);color:#24505a;font-size:15px}.workbench-stat-meta{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.zone-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.zone-heading h2{margin:6px 0 4px;color:var(--ink);font-size:25px;line-height:1.15}.zone-heading p:not(.section-kicker){margin:0;color:var(--muted);font-size:12px}.subscription-library{margin-top:0}.subscription-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;justify-content:initial}.subscription-card{width:auto;border-radius:8px;box-shadow:0 6px 18px #1c26380e}.subscription-card:hover{box-shadow:0 12px 26px #1c26381a;transform:translateY(-2px)}.subscription-card-cover{cursor:pointer}.subscription-cover-overlay{position:absolute;right:8px;bottom:8px;display:inline-flex;min-height:22px;align-items:center;padding:0 7px;border-radius:5px;background:#1c2638ad;color:#fff;font-size:9px;font-weight:700;opacity:0;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.subscription-card-cover:hover .subscription-cover-overlay,.subscription-card-cover:focus-visible .subscription-cover-overlay{opacity:1;transform:translateY(0)}.subscription-card-body h3{font-size:15px}.subscription-card-info{height:151px}.subscription-card-footer{min-height:34px}.discovery-showcase{margin-top:52px;padding-top:42px}.discovery-zone-heading{margin-bottom:21px}.discovery-showcase .discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.discovery-showcase .discovery-card{min-height:330px;border-radius:8px;box-shadow:0 6px 18px #1c26380b}.recent-content-zone{margin-top:52px;padding-top:42px;border-top:1px solid var(--line)}.recent-content-list{display:grid;gap:8px}.recent-content-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;gap:14px;align-items:center;min-height:78px;padding:10px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 4px 13px #1c263806}.recent-content-cover{position:relative;width:52px;height:52px;overflow:hidden;border-radius:7px;background:var(--surface-soft)}.recent-content-cover img{width:100%;height:100%;object-fit:cover}.recent-content-cover span{position:absolute;right:5px;bottom:3px;color:#fffc;font-size:9px;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.3)}.recent-content-main{min-width:0}.recent-content-source{display:block;overflow:hidden;color:var(--accent-strong);font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.recent-content-main h3{margin:3px 0 1px;overflow:hidden;color:var(--ink);font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.recent-content-main p{margin:0;color:var(--muted);font-size:10px}.recent-content-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.recent-content-status .status-pill{min-height:22px;padding:3px 7px;font-size:9px}.recent-content-actions{display:flex;align-items:center;gap:4px}.recent-content-actions .button{min-height:30px;padding:0 9px;font-size:10px}.empty-recent-content{display:grid;gap:4px;padding:26px;border:1px dashed var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 78%,var(--page));color:var(--muted);font-size:12px;text-align:center}.empty-recent-content strong{color:var(--ink);font-size:14px}html[data-theme=dark] .site-header{border-bottom-color:var(--line);background:#11131bf0}html[data-theme=dark] .workbench-stat-card:before{background:#203630}html[data-theme=dark] .workbench-stat-card.stat-accent:before{background:#1e3c34}html[data-theme=dark] .workbench-stat-card.stat-warm:before{background:#3c3321}html[data-theme=dark] .workbench-stat-card .workbench-stat-word{color:#17343a}html[data-theme=dark] .subscription-cover-overlay{background:#000000bd}@media (max-width: 1040px){.subscription-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 860px){.workbench-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recent-content-row{grid-template-columns:52px minmax(0,1fr) auto}.recent-content-status{grid-column:2 / -1;justify-content:flex-start}.recent-content-actions{grid-column:3;grid-row:1}}@media (max-width: 720px){.workbench-hero{align-items:flex-start;flex-direction:column;gap:20px}.workbench-hero h1{font-size:34px}.workbench-hero-actions{width:100%}.workbench-hero-actions .button{flex:1 1 0;justify-content:center}.zone-heading{align-items:flex-start;flex-direction:column;gap:10px}.discovery-showcase .discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.site-header-inner{min-height:64px}.site-nav{gap:17px}.workbench-hero h1{font-size:29px}.workbench-stats,.subscription-grid,.discovery-showcase .discovery-grid{grid-template-columns:1fr}.workbench-stat-card{min-height:106px}.subscription-card-info{height:148px}.recent-content-row{grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start;padding:10px}.recent-content-cover{width:44px;height:44px}.recent-content-status,.recent-content-actions{grid-column:2;grid-row:auto;justify-content:flex-start}.recent-content-actions{flex-wrap:wrap}.pagination{max-width:100%;justify-content:flex-start;overflow-x:auto;padding:0 2px 6px;scrollbar-width:thin}}html body .podcast-player{right:22px;bottom:15px;left:304px;display:block;min-height:112px;padding:0 16px 10px;overflow:visible}html body .podcast-player .audio-player-progress-row{position:relative;display:block;height:18px;margin:0 -16px 10px;padding:0 16px}html body .podcast-player .audio-player-progress-row>span{display:none}html body .podcast-player .audio-player-progress-track{position:relative;height:18px}html body .podcast-player .audio-player-progress-row input{position:absolute;z-index:2;top:4px;left:0;width:100%;height:10px;margin:0;accent-color:#7046e4;cursor:pointer}html body .podcast-player .audio-player-progress-tooltip{position:absolute;z-index:3;top:-27px;left:var(--progress-position, 0%);display:block;min-width:38px;padding:4px 7px;border:1px solid #e8e6ed;border-radius:6px;background:#fff;box-shadow:0 3px 12px #22222c24;color:#25252a;font-size:11px;line-height:1.1;text-align:center;transform:translate(-50%);opacity:0;pointer-events:none;transition:opacity .12s ease}html body .podcast-player .audio-player-progress-tooltip.is-visible{opacity:1}html body .podcast-player>.audio-player-main{display:grid;width:min(38%,460px);min-width:220px;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center}html body .podcast-player>.audio-player-controls{position:absolute;top:56px;left:50%;display:flex;transform:translate(-50%)}html body .podcast-player>.audio-player-tools{position:absolute;top:60px;right:16px;display:flex}html body .podcast-player .audio-player-cover-button{display:grid;width:62px;height:62px;place-items:center;padding:0;border:0;background:transparent}html body .podcast-player .audio-player-cover{width:62px;height:62px;object-fit:cover}html body .podcast-player .audio-player-play{width:42px;height:42px;border-radius:50%}@media (max-width: 760px){html body .podcast-player{right:8px;bottom:8px;left:8px;min-height:96px;padding:0 9px 8px}html body .podcast-player .audio-player-progress-row{margin-right:-9px;margin-left:-9px;padding:0 9px}html body .podcast-player>.audio-player-main{width:calc(100% - 52px);min-width:0;grid-template-columns:48px minmax(0,1fr)}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:48px;height:48px}html body .podcast-player>.audio-player-controls{top:48px;right:12px;left:auto;transform:none}html body .podcast-player>.audio-player-tools{display:none}html body .podcast-player .audio-player-controls button:not(.audio-player-play){display:none}html body .podcast-player .audio-player-play{width:38px;height:38px}}.player-progress-container{position:absolute;top:0;left:0;right:0;height:4px;background:#ffffff1a;z-index:10}.player-progress-container input[data-audio-progress]{position:absolute;top:0;left:0;width:100%;height:4px;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.player-progress-container input[data-audio-progress]::-webkit-slider-track{height:4px;background:linear-gradient(to right,#8b5cf6 0%,#8b5cf6 var(--progress, 0%),rgba(255,255,255,.1) var(--progress, 0%),rgba(255,255,255,.1) 100%);border:none}.player-progress-container input[data-audio-progress]::-moz-range-track{height:4px;background:#ffffff1a;border:none}.player-progress-container input[data-audio-progress]::-moz-range-progress{height:4px;background:#8b5cf6}.player-progress-container input[data-audio-progress]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#8b5cf6;cursor:pointer;margin-top:-4px;opacity:0;transition:opacity .2s}.player-progress-container input[data-audio-progress]:hover::-webkit-slider-thumb,.player-progress-container input[data-audio-progress]:active::-webkit-slider-thumb{opacity:1}.player-progress-container input[data-audio-progress]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#8b5cf6;border:none;cursor:pointer;opacity:0;transition:opacity .2s}.player-progress-container input[data-audio-progress]:hover::-moz-range-thumb,.player-progress-container input[data-audio-progress]:active::-moz-range-thumb{opacity:1}.progress-time-bubble{position:absolute;bottom:8px;transform:translate(-50%);background:#000000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;pointer-events:none;z-index:20}.progress-time-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#000000e6}.audio-player-progress-row{display:none!important}html body .podcast-player .audio-player-main{margin-top:8px}.audio-player-content{display:flex;align-items:center;gap:16px;padding:8px 16px;min-height:72px}.audio-player-left{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:240px}.audio-player-cover-button{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#ffffff1a;border:none;padding:0;cursor:pointer;flex-shrink:0}.audio-player-cover{width:100%;height:100%;object-fit:cover}.audio-player-info{display:flex;flex-direction:column;gap:4px;min-width:0}.audio-player-info strong{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-player-info span{font-size:12px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-player-center{display:flex;align-items:center;gap:8px;flex:0 0 auto}.audio-player-right{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.audio-player-button{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background .2s}.audio-player-button:hover{background:#fff3}.audio-player-play{width:40px;height:40px;background:#8b5cf6}.audio-player-play:hover{background:#7c3aed}.audio-player-volume{width:100px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff3;border-radius:2px;outline:none}.audio-player-volume::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.audio-player-volume::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;border:none;cursor:pointer}.audio-player-speed{min-width:48px;border-radius:18px;font-size:13px}.audio-player-main,.audio-player-controls,.audio-player-tools,.audio-player-heading{display:none!important}@media (max-width: 768px){.audio-player-left{min-width:180px}.audio-player-right{gap:4px}.audio-player-volume{width:60px}}html body .podcast-player{right:var(--workspace-edge)!important;bottom:14px!important;left:var(--workspace-edge)!important;min-height:101px;padding:0;overflow:visible;border:1px solid #ececf0;border-radius:12px;background:#fffffffa;color:#202126;box-shadow:0 5px 18px #22222c17}html body .podcast-player .player-progress-container{position:absolute;top:auto;right:36%;bottom:7px;left:108px;z-index:3;display:grid;height:19px;grid-template-columns:42px minmax(70px,1fr) 42px;gap:8px;align-items:center;background:transparent}html body .podcast-player .player-progress-time{color:#92939a;font-size:10px;line-height:1;text-align:center}html body .podcast-player .player-progress-container input[data-audio-progress]{position:static;width:100%;height:4px;margin:0;border-radius:999px;background:transparent}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,#7042e5 0%,#7042e5 var(--progress, 0%),#e5e5e9 var(--progress, 0%),#e5e5e9 100%)}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track{height:4px;border-radius:999px;background:#e5e5e9}html body .podcast-player .player-progress-container input[data-audio-progress]:hover::-webkit-slider-thumb,html body .podcast-player .player-progress-container input[data-audio-progress]:active::-webkit-slider-thumb{opacity:1}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#7042e5;opacity:0}html body .podcast-player .player-progress-container input[data-audio-progress]:hover::-moz-range-thumb,html body .podcast-player .player-progress-container input[data-audio-progress]:active::-moz-range-thumb{opacity:1}html body .podcast-player .progress-time-bubble{position:absolute;bottom:25px;left:var(--progress-position, 0%);display:block;min-width:42px;padding:4px 7px;border-radius:5px;background:#222329;color:#fff;font-size:11px;line-height:1;text-align:center;transform:translate(-50%);opacity:0;pointer-events:none;transition:opacity .12s ease}html body .podcast-player .progress-time-bubble:after{position:absolute;top:100%;left:50%;border:4px solid transparent;border-top-color:#222329;content:"";transform:translate(-50%)}html body .podcast-player .progress-time-bubble.is-visible{opacity:1}html body .podcast-player .audio-player-content{display:grid;min-height:82px;grid-template-columns:minmax(250px,1fr) auto minmax(350px,1fr);gap:18px;align-items:center;padding:10px 16px 18px}html body .podcast-player .audio-player-left{min-width:0;gap:14px}html body .podcast-player .audio-player-cover-button{width:62px;height:62px;border-radius:4px;background:#efeff1}html body .podcast-player .audio-player-cover{width:62px;height:62px;border-radius:4px}html body .podcast-player .audio-player-info{gap:2px}html body .podcast-player .audio-player-info strong{color:#27282d;font-size:14px;font-weight:650}html body .podcast-player .audio-player-info span{color:#92939a;font-size:12px}html body .podcast-player .audio-player-center,html body .podcast-player .audio-player-right{display:flex;align-items:center}html body .podcast-player .audio-player-right{justify-content:flex-end;gap:4px}html body .podcast-player .audio-player-button,html body .podcast-player .audio-player-speed{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#24252a;font-size:16px}html body .podcast-player .audio-player-button svg{width:20px;height:20px}html body .podcast-player .audio-player-play{width:42px;height:42px;border-radius:50%;background:#222329;color:#fff}html body .podcast-player .audio-player-play svg{width:19px;height:19px}html body .podcast-player .audio-player-play:hover{background:#7042e5;color:#fff}html body .podcast-player .audio-player-volume{width:94px;height:4px;border-radius:999px;background:#e3e4e7}html body .podcast-player .audio-player-volume::-webkit-slider-thumb{width:10px;height:10px;background:#6f7077}html body .podcast-player .audio-player-speed{display:grid!important;width:38px;height:30px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#55565e;cursor:pointer;font-size:11px;font-weight:650;line-height:1}html body .podcast-player .audio-player-speed:hover,html body .podcast-player .audio-player-speed:focus-visible{background:#f0edfb;color:#7042e5;outline:0}@media (max-width: 900px){:root{--workspace-edge: 16px}html body .podcast-player{right:var(--workspace-edge)!important;left:var(--workspace-edge)!important}html body .podcast-player .audio-player-content{grid-template-columns:minmax(190px,1fr) auto minmax(230px,1fr)}html body .podcast-player .player-progress-container{right:31%}}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:400;src:url(/static/react/assets/Barlow-Regular.woff2) format("woff2")}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:500;src:url(/static/react/assets/Barlow-Medium.woff2) format("woff2")}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:600;src:url(/static/react/assets/Barlow-SemiBold.woff2) format("woff2")}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:700;src:url(/static/react/assets/Barlow-Bold.woff2) format("woff2")}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:800;src:url(/static/react/assets/Barlow-ExtraBold.woff2) format("woff2")}@font-face{font-family:YesPlayMusic Barlow;font-style:normal;font-weight:900;src:url(/static/react/assets/Barlow-Black.woff2) format("woff2")}html body .podcasts-app-shell.is-lyrics-page .lyrics-page{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;overflow:hidden;clip:rect(auto,auto,auto,auto);isolation:isolate;background:#4f4f51;color:#fff;font-family:YesPlayMusic Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;grid-template-rows:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#4f4f51;filter:blur(50px) contrast(125%) brightness(50%)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#4b4b4d8f;content:""}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background-top-right,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background-bottom-left{position:absolute;width:140vw;height:140vw;opacity:.6;background-position:center;background-size:cover}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background-top-right{top:0;right:0;mix-blend-mode:luminosity}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-background-bottom-left{bottom:0;left:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-header{display:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-actions{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;pointer-events:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-actions .lyrics-page-icon-button{position:absolute;top:24px;display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:12px;background:transparent;color:#fff;cursor:pointer;opacity:.28;pointer-events:auto;transition:background .2s ease,opacity .2s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-actions .lyrics-page-fullscreen-button{left:24px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-actions .lyrics-page-fullscreen-button+.lyrics-page-icon-button{right:24px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-actions .lyrics-page-icon-button:hover{background:#ffffff1a;opacity:.88}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-layout{position:relative;z-index:1;display:flex;flex:1;min-width:0;min-height:0;align-items:stretch;gap:0;overflow:hidden;padding:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-art{display:grid;flex:1 1 50%;min-width:0;max-width:none;align-content:center;justify-content:end;justify-items:stretch;margin-top:24px;margin-right:32px;transition:transform .5s ease,margin-right .5s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-shell,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-container,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-shadow{width:54vh;height:54vh;max-width:100%}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-shell{position:relative;justify-self:end;aspect-ratio:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-container{position:relative}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover{position:relative;z-index:1;display:block;border:0;border-radius:.75em;object-fit:cover;-webkit-user-select:none;user-select:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-shadow{position:absolute;z-index:0;top:12px;left:0;filter:blur(16px) opacity(.6);transform:scale(.92,.96);background-position:center;background-size:cover;border-radius:.75em}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-cover-fallback{display:grid;place-items:center;background:#ffffff24;color:#ffffffe6;font-size:92px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-track-controls{width:54vh;max-width:100%;justify-self:end;margin-top:24px;color:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-top-controls{display:flex;align-items:flex-start;justify-content:space-between}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-meta{display:grid;min-width:0;gap:0;text-align:left}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-meta strong{display:-webkit-box;max-width:100%;margin-top:8px;overflow:hidden;color:#fff;font-size:1.4rem;font-weight:600;line-height:1.2;opacity:.88;-webkit-box-orient:vertical;-webkit-line-clamp:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-meta span{display:-webkit-box;max-width:100%;margin-top:4px;overflow:hidden;color:#fff;font-size:1rem;line-height:1.25;opacity:.58;-webkit-box-orient:vertical;-webkit-line-clamp:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-actions{display:flex;align-items:center;justify-content:space-between}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume{display:flex;align-items:center;margin:0 10px;color:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input{width:84px;height:4px;margin-left:7px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:2px;background:transparent;accent-color:#fff;cursor:pointer}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#fff 0 var(--lyrics-range-progress),rgba(255,255,255,.18) var(--lyrics-range-progress) 100%)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#fff 0 var(--lyrics-range-progress),rgba(255,255,255,.18) var(--lyrics-range-progress) 100%)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input::-moz-range-track{height:4px;border:0;border-radius:2px;background:#ffffff2e}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input::-moz-range-track{height:4px;border:0;border-radius:2px;background:#ffffff2e}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input::-moz-range-progress{height:4px;border-radius:2px;background:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input::-moz-range-progress{height:4px;border-radius:2px;background:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input::-webkit-slider-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:#fff;box-shadow:none;opacity:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input::-moz-range-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:#fff;box-shadow:none;opacity:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input:hover::-webkit-slider-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input:active::-webkit-slider-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input:hover::-webkit-slider-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input:active::-webkit-slider-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input:hover::-moz-range-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume input:active::-moz-range-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input:hover::-moz-range-thumb,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input:active::-moz-range-thumb{opacity:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume-button{display:grid;width:32px;height:32px;place-items:center;margin:4px 0;padding:8px;border:0;border-radius:25%;background:transparent;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume-button:hover,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-control-button:hover:not(:disabled){background:#ffffff14}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-volume-button:active,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-control-button:active:not(:disabled){transform:scale(.92)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress{display:grid;align-items:center;grid-template-columns:max-content minmax(0,1fr) max-content;column-gap:14px;margin-top:22px;color:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress input{width:100%;height:4px;flex-grow:1;margin:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:2px;background:transparent;accent-color:#fff;cursor:pointer}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress-track{position:relative;width:auto;min-width:0;height:28px;margin:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress-track input{position:absolute;top:12px;left:0;z-index:1;width:100%;height:4px;margin:0;flex-grow:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker{position:absolute;top:50%;z-index:2;display:block;width:20px;height:28px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;transform:translate(-50%,-50%)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:before{position:absolute;top:50%;left:50%;width:7px;height:7px;border:2px solid rgba(255,255,255,.82);border-radius:50%;background:#34323b;box-shadow:0 0 0 1px #18171c59;content:"";transform:translate(-50%,-50%);transition:width .16s ease,height .16s ease,border-color .16s ease,background .16s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:hover:before,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:focus-visible:before,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker.is-active:before{width:9px;height:9px;border-color:#fff;background:#8b5cf6}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:focus-visible{outline:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-tooltip{position:absolute;bottom:calc(100% + 5px);left:50%;z-index:4;display:block;width:max-content;max-width:180px;min-width:0;padding:6px 8px;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:#1c1b20f0;box-shadow:0 5px 18px #00000038;color:#fffffff0;font-size:12px;font-weight:500;line-height:1.35;opacity:0;pointer-events:none;text-align:left;transform:translate(-50%,4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden;white-space:normal}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:hover .lyrics-page-chapter-tooltip,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:focus-visible .lyrics-page-chapter-tooltip{opacity:1;transform:translate(-50%);visibility:visible}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:first-of-type .lyrics-page-chapter-tooltip{left:0;transform:translateY(4px)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:first-of-type:hover .lyrics-page-chapter-tooltip,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:first-of-type:focus-visible .lyrics-page-chapter-tooltip{transform:translate(0)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:last-of-type .lyrics-page-chapter-tooltip{left:auto;right:0;transform:translateY(4px)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:last-of-type:hover .lyrics-page-chapter-tooltip,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-chapter-marker:last-of-type:focus-visible .lyrics-page-chapter-tooltip{transform:translate(0)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress>span{min-width:0;color:#fff;font-size:15px;font-variant-numeric:tabular-nums;opacity:.58;white-space:nowrap}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-progress>span:last-child{text-align:right}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-controls{display:flex;align-items:center;justify-content:center;margin-top:18px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-control-button{display:grid;width:32px;height:32px;place-items:center;margin:0;padding:8px;border:0;border-radius:25%;background:transparent;color:#fff;cursor:pointer}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-controls>.lyrics-page-control-button svg{width:14px;height:14px;opacity:.38}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-control-button.is-active svg{opacity:.88}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-center{display:grid;grid-template-columns:repeat(3,32px);align-items:center;column-gap:16px;padding:0 16px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-center>.lyrics-page-control-button,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-center>.lyrics-page-play{width:32px;height:32px;margin:0;padding:0;align-self:center;justify-self:center}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-media-center .lyrics-page-control-button svg{width:22px;height:22px;opacity:.88}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-control-button:disabled{color:#fff;cursor:default;opacity:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-play{display:grid;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:0;background:transparent;color:#fff;cursor:pointer}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-play svg{display:block;width:28px;height:28px;padding:0;opacity:.88}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-panel{flex:1 1 50%;min-width:0;height:100%;margin-right:24px;overflow-x:hidden;overflow-y:auto;color:#fff;font-weight:600;overscroll-behavior:contain;scrollbar-width:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-panel::-webkit-scrollbar{display:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-scroll{display:flex;width:100%;max-width:600px;min-height:100%;height:auto;flex-direction:column;overflow:visible;padding:0 0 0 78px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line-spacer{flex:0 0 50vh}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line{display:block;width:100%;margin:2px 0;padding:12px 18px;border:0;border-radius:12px;background:transparent;color:#fff;cursor:pointer;font-size:20px;font-weight:600;line-height:1.35;text-align:left;transition:background .2s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line:hover{background:#ffffff14}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line-content{display:block;transform:scale(.95);transform-origin:center left;transition:transform .35s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;user-select:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line-content>span{display:block;color:#fff;opacity:.28;transition:opacity .35s cubic-bezier(.25,.46,.45,.94)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-timed-word{display:inline;color:#fff;opacity:var(--lyrics-word-opacity, .38);transition:opacity .25s linear,text-shadow .25s linear;white-space:pre-wrap}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-timed-gap{display:inline;color:#fff;opacity:.38;transition:opacity .25s linear;white-space:pre-wrap}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-timed-word.is-highlighted{color:#fff}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-timed-word.is-current{color:#fff;text-shadow:0 0 14px rgb(255 255 255 / var(--lyrics-word-glow-alpha, 0))}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-word{opacity:.38;text-shadow:none;transition:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-gap{opacity:.38;transition:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-word.is-highlighted,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-word.is-completed,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-word.is-current{color:#fff;opacity:1;text-shadow:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-gap.is-highlighted,html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph .lyrics-page-timed-gap.is-completed{color:#fff;opacity:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line-content small{display:block;margin-top:.1em;color:#fff;font-size:.925em;font-weight:inherit;opacity:.2;transition:opacity .35s cubic-bezier(.25,.46,.45,.94)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line.is-active .lyrics-page-line-content{transform:scale(1)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line.is-active .lyrics-page-line-content>span{opacity:.98}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line.is-active .lyrics-page-line-content small{opacity:.65}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-scroll>.lyrics-page-line:last-child{margin-bottom:calc(50vh - 128px)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-spacer{flex:0 0 24vh}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph{display:block;width:100%;margin:0 0 10px;padding:18px 18px 18px 20px;border:0;border-left:3px solid transparent;border-radius:0 12px 12px 0;background:transparent;color:#fff;cursor:pointer;font-family:Georgia,Songti SC,STSong,serif;font-size:19px;font-weight:400;line-height:1.95;text-align:left;transition:background .2s ease,border-color .2s ease,color .2s ease}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph:hover{background:#ffffff12}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph>span{display:block;color:#fff;opacity:.72;transition:opacity .2s ease;white-space:pre-wrap}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-speaker{display:inline-block;margin-right:5px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:.78em;font-weight:700;opacity:.9}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line .lyrics-page-speaker{margin-right:7px;color:inherit;font-size:.9em}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph small{display:block;margin-top:8px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.6;opacity:.42}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph.is-active{border-left-color:#ffffffc7;background:#ffffff1c}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph.is-active>span{opacity:1}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph.is-active small{opacity:.7}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-scroll>.lyrics-page-reader-paragraph:last-child{margin-bottom:calc(24vh - 128px)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-state{display:grid;min-height:100%;place-items:center;padding:24px;color:#ffffff9e;font-size:16px;text-align:center}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-calibration-status{position:sticky;top:16px;z-index:2;width:fit-content;max-width:calc(100% - 32px);margin:0 auto 12px;padding:7px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#201e1db8;color:#ffffffb8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.4;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-calibration-status.is-corrected{border-color:#6ed09b47;color:#b1f1cfe6}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-calibration-status.is-raw{border-color:#f6c16647;color:#ffdc9beb}@media (max-width: 760px){.episode-detail{margin-top:0}.episode-detail-grid{grid-template-columns:1fr;gap:20px}.episode-detail-grid>img,.episode-detail-grid>.cover-art{width:min(100%,260px)}.episode-detail-grid h1{font-size:27px}.episode-summary{margin-top:32px;padding-top:20px}.episode-summary-insight,.episode-summary-chapter{grid-template-columns:52px minmax(0,1fr);gap:9px}.episode-summary-chapter-copy small{white-space:normal}.episode-transcript-dialog{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.episode-transcript-dialog-header{padding:18px 17px 15px}.episode-transcript-dialog-body{max-height:calc(100vh - 112px);padding:17px}.episode-transcript-dialog-header h2{font-size:18px}.episode-transcript-lines li{grid-template-columns:1fr;gap:2px}}@media (max-aspect-ratio: 10 / 9){html body .podcasts-app-shell.is-lyrics-page .lyrics-page-art{display:none}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-panel{margin-right:0}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-scroll{max-width:100%}}@media (max-width: 760px){html body .podcasts-app-shell.is-lyrics-page .lyrics-page-scroll{padding-left:16px;padding-right:16px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-line{font-size:16px}html body .podcasts-app-shell.is-lyrics-page .lyrics-page-reader-paragraph{padding:15px 14px 15px 16px;font-size:17px;line-height:1.85}}@media (max-width: 680px){:root{--workspace-edge: 8px}html body .podcast-player{right:var(--workspace-edge)!important;bottom:8px!important;left:var(--workspace-edge)!important;min-height:92px}html body .podcast-player .audio-player-content{min-height:76px;grid-template-columns:minmax(0,1fr) auto;padding:8px 9px 18px}html body .podcast-player .audio-player-center{grid-column:2;grid-row:1}html body .podcast-player .audio-player-right{display:none}html body .podcast-player .audio-player-center button:not(.audio-player-play){display:none}html body .podcast-player .player-progress-container{right:9px;bottom:7px;left:69px;grid-template-columns:1fr}html body .podcast-player .player-progress-time{display:none}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:50px;height:50px}}html body .podcast-player{min-height:92px!important;border-radius:14px}html body .podcast-player .player-progress-container{top:-1px!important;right:0!important;bottom:auto!important;left:0!important;height:4px!important;grid-template-columns:1fr!important;gap:0!important;opacity:0;pointer-events:none;transition:opacity .12s ease}html body .podcast-player .player-progress-tooltip{position:absolute;bottom:calc(100% + 18px);left:clamp(14px,var(--progress, 0%),calc(100% - 14px));z-index:5;display:grid;min-width:54px;height:32px;place-items:center;padding:0 8px;border:1px solid #ececf1;border-radius:8px;background:#fff;box-shadow:0 3px 10px #22222c24;color:#202126;font-size:14px;font-weight:650;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%);visibility:hidden;transition:opacity .12s ease,visibility .12s ease;white-space:nowrap}html body .podcast-player.is-scrubbing .player-progress-tooltip{opacity:1;visibility:visible}html body .podcast-player .player-progress-container input[data-audio-progress]{width:100%!important;height:4px!important;border-radius:0}html body .podcast-player.is-playing .player-progress-container,html body .podcast-player.is-scrubbing .player-progress-container{opacity:1;pointer-events:auto}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track{height:4px;border-radius:0}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{opacity:0}html body .podcast-player .progress-time-bubble{top:-37px;bottom:auto;background:#fff;color:#24252a;box-shadow:0 3px 12px #22222c24}html body .podcast-player .progress-time-bubble:after{top:100%;border-top-color:#fff}html body .podcast-player .audio-player-content{min-height:80px;padding-top:8px;padding-bottom:8px}@media (max-width: 680px){html body .podcast-player{min-height:84px!important}html body .podcast-player .audio-player-content{min-height:72px;padding-top:7px;padding-bottom:7px}}html body .podcast-player .audio-player-volume{display:inline-flex;width:116px;align-items:center;gap:6px;color:#777982}html body .podcast-player .audio-player-volume-range{width:82px;height:4px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(to right,#7042e5 0%,#7042e5 var(--volume, 78%),#e4e4e8 var(--volume, 78%),#e4e4e8 100%);cursor:pointer}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb{width:10px;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:#7042e5;opacity:0;transition:opacity .12s ease}html body .podcast-player .audio-player-volume-range::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#7042e5;opacity:0;transition:opacity .12s ease}html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-webkit-slider-thumb,html body .podcast-player .audio-player-volume-range:active::-webkit-slider-thumb,html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-moz-range-thumb,html body .podcast-player .audio-player-volume-range:active::-moz-range-thumb{opacity:1}html body .podcast-player .audio-player-volume-range:focus-visible{outline:0;box-shadow:0 0 0 3px #eee8ff}html body .podcast-player .audio-player-cover-fallback{display:grid;place-items:center;background:#eeeaf7;color:#7042e5;font-size:22px;font-weight:800}html body .podcast-player .audio-queue-item-fallback{display:grid;width:42px;height:42px;place-items:center;border-radius:3px;background:#eeeaf7;color:#7042e5;font-weight:800}html body .podcast-player{display:flex!important;align-items:center}html body .podcast-player .audio-player-content{width:100%;min-height:0;flex:1 1 auto;align-self:center;padding-top:0;padding-bottom:0}@media (max-width: 680px){html body .podcast-player .audio-player-content{min-height:0;padding-top:0;padding-bottom:0}}html body .podcast-player{height:82px;min-height:82px!important;padding:0!important}html body .podcast-player .audio-player-button,html body .podcast-player .audio-player-speed{width:32px;height:32px}html body .podcast-player .audio-player-play{width:38px;height:38px}@media (max-width: 680px){html body .podcast-player{height:72px;min-height:72px!important}html body .podcast-player .audio-player-content{padding:0 9px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:48px;height:48px}}html body .podcast-player{height:72px;min-height:72px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:50px;height:50px}html body .podcast-player .audio-player-play{width:36px;height:36px}@media (max-width: 680px){html body .podcast-player{height:64px;min-height:64px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:44px;height:44px}html body .podcast-player .audio-player-play{width:34px;height:34px}}html body .podcast-player{height:82px!important;min-height:82px!important;padding:0!important;border-radius:14px}html body .podcast-player .audio-player-content{height:100%;min-height:0!important;padding:0 14px!important}html body .podcast-player .audio-player-left{gap:12px}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:56px;height:56px}html body .podcast-player .audio-player-info{min-width:0;gap:2px}html body .podcast-player .audio-player-info small{color:#92939a;font-size:11px;line-height:1.1}html body .podcast-player .audio-player-center{gap:14px}html body .podcast-player .audio-player-center .audio-player-button{width:32px;height:32px;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-center .audio-player-button:hover{background:#f0edfb;color:#7042e5}html body .podcast-player .audio-player-center .audio-player-play{width:32px;height:32px;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-center .audio-player-play svg{width:22px;height:22px}html body .podcast-player .audio-player-right{gap:8px}html body .podcast-player .audio-player-right .audio-player-button{width:32px;height:32px;color:#17171a}html body .podcast-player .audio-player-volume{width:116px;color:#17171a}html body .podcast-player .audio-player-volume-range{background:linear-gradient(to right,#17171a 0%,#17171a var(--volume, 78%),#dedee2 var(--volume, 78%),#dedee2 100%)}html body .podcast-player .audio-player-volume-range{width:82px;height:4px;box-sizing:border-box;padding:0;border:0;background:transparent!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track{width:100%;height:4px;border:0;border-radius:999px;background:linear-gradient(to right,#17171a 0%,#17171a var(--volume, 78%),#dedee2 var(--volume, 78%),#dedee2 100%)}html body .podcast-player .audio-player-volume-range::-moz-range-track{width:100%;height:4px;border:0;border-radius:999px;background:#dedee2}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb{width:10px;height:10px;margin-top:-3px}html body .podcast-player .audio-player-right .player-action-icon{flex:0 0 auto;color:currentColor}html body .podcast-player .audio-player-right .player-action-icon-queue{width:21px;height:21px}html body .podcast-player .audio-player-right .player-action-icon-repeat{width:22px;height:22px}html body .podcast-player .audio-player-right .player-action-icon-shuffle,html body .podcast-player .audio-player-right .player-action-icon-volume{width:23px;height:23px}html body .podcast-player .audio-player-volume{position:relative}html body .podcast-player .audio-player-volume-track{position:relative;display:block;width:82px;height:4px;flex:0 0 82px;overflow:hidden;border-radius:999px;background:#dedee2;pointer-events:none}html body .podcast-player .audio-player-volume-fill{display:block;width:0;height:100%;border-radius:inherit;background:#17171a}html body .podcast-player .audio-player-volume-range{position:absolute;top:50%;right:auto;left:29px;z-index:2;width:82px;height:16px;margin:0;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;transform:translateY(-50%);cursor:pointer}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track{width:100%;height:4px;border:0;border-radius:999px;background:transparent}html body .podcast-player .audio-player-volume-range::-moz-range-track{width:100%;height:4px;border:0;border-radius:999px;background:transparent}html body .podcast-player .audio-player-volume-range::-moz-range-progress{height:4px;border-radius:999px;background:transparent}html body:has(.podcasts-app-shell) .queue-card{aspect-ratio:3 / 4;background:var(--cover-bottom-color, #2a2a31);isolation:isolate}html body:has(.podcasts-app-shell) .queue-card .queue-cover-link{top:0;right:0;bottom:auto;left:0;width:100%;height:auto;aspect-ratio:1;border-radius:0;z-index:1}html body:has(.podcasts-app-shell) .queue-card .queue-cover-link img{display:block;width:100%;height:100%;object-fit:cover}html body:has(.podcasts-app-shell) .queue-card-color-fill{position:absolute;z-index:0;top:54%;right:0;bottom:0;left:0;background:var(--cover-bottom-color, #2a2a31);pointer-events:none}html body:has(.podcasts-app-shell) .queue-card:after{top:52%;right:0;bottom:0;left:0;height:auto;background:linear-gradient(to bottom,transparent 0%,color-mix(in srgb,var(--cover-bottom-color, #2a2a31) 8%,transparent) 18%,color-mix(in srgb,var(--cover-bottom-deep, #17171a) 56%,transparent) 58%,var(--cover-bottom-deep, #17171a) 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 100%);z-index:2}html body:has(.podcasts-app-shell) .queue-card-copy{z-index:3;min-height:100%;justify-content:flex-end;padding:38% 18px 18px}html body:has(.podcasts-app-shell) .queue-card-copy h3{order:1;margin-top:0;color:#fff;font-size:18px;line-height:1.25}html body:has(.podcasts-app-shell) .queue-card-copy .queue-card-meta{order:2;margin-top:7px;color:#ffffffc7;font-size:12px;font-weight:500;line-height:1.25;opacity:1}html body:has(.podcasts-app-shell) .queue-card-copy .queue-card-footer{order:3;margin-top:14px}html body:has(.podcasts-app-shell) .queue-card-copy .queue-play{min-height:30px;padding:5px 11px;font-size:12px}html body:has(.podcasts-app-shell) .podcasts-subscription-info{min-height:44px;padding:6px 0 5px}html body:has(.podcasts-app-shell) .podcasts-subscription-meta{justify-content:flex-start}@media (max-width: 760px){html body:has(.podcasts-app-shell) .queue-card-copy{padding:38% 14px 14px}html body:has(.podcasts-app-shell) .queue-card-copy h3{font-size:16px}html body:has(.podcasts-app-shell) .queue-card-copy .queue-card-meta{font-size:11px}}html body:has(.podcasts-app-shell) .queue-card-copy .queue-play{min-height:26px;height:26px;gap:6px;padding:3px 10px;border-radius:999px;background:color-mix(in srgb,var(--cover-bottom-color, #2a2a31) 76%,#fff 24%);color:#fff;font-size:12px;font-weight:650;line-height:1;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html body:has(.podcasts-app-shell) .queue-card-copy .queue-play:hover:not(:disabled){background:color-mix(in srgb,var(--cover-bottom-color, #2a2a31) 68%,#fff 32%);color:#fff}html body:has(.podcasts-app-shell) .queue-card-copy .queue-play>svg{width:12px;height:12px;flex:0 0 auto}html body:has(.podcasts-app-shell) .queue-play-progress{display:inline-flex;width:38px;height:4px;flex:0 0 38px;overflow:hidden;border-radius:999px;background:#ffffff52}html body:has(.podcasts-app-shell) .queue-play-progress>span{display:block;height:100%;border-radius:inherit;background:#fff}@media (max-width: 760px){html body:has(.podcasts-app-shell) .queue-card-copy .queue-play{height:25px;min-height:25px;padding-right:9px;padding-left:9px;font-size:11px}html body:has(.podcasts-app-shell) .queue-play-progress{width:32px;flex-basis:32px}}html body .podcast-player{position:fixed!important;z-index:35;right:var(--workspace-edge)!important;bottom:14px!important;left:var(--workspace-edge)!important;display:flex!important;width:auto!important;height:78px!important;min-height:78px!important;align-items:center;padding:0!important;overflow:visible!important;border:1px solid #ececf0;border-radius:12px;background:#fffffffa;color:#202126;box-shadow:0 5px 18px #22222c17}html body .podcast-player .player-progress-container{position:absolute!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;z-index:4;display:block!important;width:auto!important;height:4px!important;margin:0!important;padding:0!important;opacity:1!important;pointer-events:auto!important;background:#e5e5e9!important}html body .podcast-player .player-progress-container input[data-audio-progress]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block;width:100%!important;height:4px!important;margin:0!important;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;cursor:pointer}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track{height:4px;border:0;border-radius:0;background:linear-gradient(to right,#7042e5 0%,#7042e5 var(--progress, 0%),#e5e5e9 var(--progress, 0%),#e5e5e9 100%)}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track{height:4px;border:0;border-radius:0;background:#e5e5e9}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-progress{height:4px;border:0;border-radius:0;background:#7042e5}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#7042e5;opacity:0}html body .podcast-player .audio-player-content{display:grid!important;width:100%;height:100%;min-height:0!important;grid-template-columns:minmax(240px,1fr) auto minmax(360px,1fr);gap:16px;align-items:center;padding:0 16px!important}html body .podcast-player .audio-player-left{display:flex!important;min-width:0;align-items:center;gap:12px}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:54px;height:54px;flex:0 0 54px;border-radius:4px}html body .podcast-player .audio-player-info strong{color:#27282d;font-size:13px;font-weight:650}html body .podcast-player .audio-player-info span,html body .podcast-player .audio-player-info small{color:#92939a;font-size:11px;line-height:1.2}html body .podcast-player .audio-player-right{justify-content:flex-end;gap:2px}html body .podcast-player .audio-player-button{display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-button:hover,html body .podcast-player .audio-player-button.is-active{background:#f0edfb;color:#7042e5}html body .podcast-player .audio-player-center .audio-player-play{width:34px;height:34px;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-center .audio-player-play:hover{background:#f0edfb;color:#7042e5}html body .podcast-player .audio-player-center .audio-player-play svg{width:21px;height:21px}html body .podcast-player .audio-player-right .player-action-icon-queue{width:19px;height:19px}html body .podcast-player .audio-player-right .player-action-icon-repeat,html body .podcast-player .audio-player-right .player-action-icon-shuffle,html body .podcast-player .audio-player-right .player-action-icon-volume{width:20px;height:20px}html body .podcast-player .audio-player-volume{display:inline-flex;width:94px;height:30px;align-items:center;gap:5px;color:#17171a}html body .podcast-player .audio-player-volume-range{width:72px;height:4px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:linear-gradient(to right,#17171a 0%,#17171a var(--volume, 78%),#dedee2 var(--volume, 78%),#dedee2 100%);cursor:pointer}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track{height:4px;border:0;border-radius:999px;background:linear-gradient(to right,#17171a 0%,#17171a var(--volume, 78%),#dedee2 var(--volume, 78%),#dedee2 100%)}html body .podcast-player .audio-player-volume-range::-moz-range-track{height:4px;border:0;border-radius:999px;background:#dedee2}html body .podcast-player .audio-player-volume-range::-moz-range-progress{height:4px;border-radius:999px;background:#17171a}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb,html body .podcast-player .audio-player-volume-range::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#17171a;opacity:0}html body .podcast-player .audio-player-speed{display:grid!important;width:38px;height:32px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#17171a;cursor:pointer;font-size:11px;font-weight:650;line-height:1}@media (max-width: 900px){html body .podcast-player{right:16px!important;left:16px!important}html body .podcast-player .audio-player-content{grid-template-columns:minmax(190px,1fr) auto minmax(260px,1fr)}}@media (max-width: 680px){html body .podcast-player{right:8px!important;bottom:8px!important;left:8px!important;height:64px!important;min-height:64px!important}html body .podcast-player .audio-player-content{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 9px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:44px;height:44px;flex-basis:44px}html body .podcast-player .audio-player-right{display:none!important}html body .podcast-player .audio-player-center .audio-player-button:not(.audio-player-play){display:none}html body .podcast-player .audio-player-center .audio-player-play{width:32px;height:32px}}html body .podcast-player .player-progress-container{top:1px!important;right:14px!important;bottom:auto!important;left:14px!important;height:4px!important;border-radius:999px;overflow:visible;background:#e5e5e9!important}html body .podcast-player .player-progress-container input[data-audio-progress]{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:4px!important;border-radius:999px}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;border:1px solid #d9d9df;border-radius:50%;background:#fff;box-shadow:0 2px 7px #22222c2e;opacity:0;transition:opacity .12s ease;-webkit-appearance:none}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:18px;height:18px;border:1px solid #d9d9df;border-radius:50%;background:#fff;box-shadow:0 2px 7px #22222c2e;opacity:0;transition:opacity .12s ease}html body .podcast-player .audio-player-content{grid-template-columns:minmax(240px,1fr) auto minmax(390px,1fr);gap:18px;padding-right:18px!important;padding-left:18px!important}html body .podcast-player .audio-player-center{gap:10px}html body .podcast-player .audio-player-center .audio-player-button{width:32px;height:32px}html body .podcast-player .audio-player-center .audio-player-play{width:36px;height:36px}html body .podcast-player .audio-player-right .audio-player-button{width:32px;height:32px}html body .podcast-player .audio-player-speed-control{position:relative;display:flex;align-items:center}@media (max-width: 900px){html body .podcast-player .audio-player-content{grid-template-columns:minmax(190px,1fr) auto minmax(285px,1fr)}}html body .podcast-player{height:70px!important;min-height:70px!important;border-radius:12px}html body .podcast-player .audio-player-content{grid-template-columns:minmax(220px,1fr) auto minmax(320px,1fr);gap:14px;padding-right:14px!important;padding-left:14px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:50px;height:50px;flex-basis:50px}html body .podcast-player .audio-player-center .audio-player-button{width:30px;height:30px}html body .podcast-player .audio-player-center .audio-player-play{width:34px;height:34px}html body .podcast-player .audio-player-right{gap:4px}html body .podcast-player .audio-player-right .audio-player-button{width:28px;height:28px}html body .podcast-player .audio-player-right .player-action-icon-queue{width:18px;height:18px}html body .podcast-player .audio-player-right .player-action-icon-repeat,html body .podcast-player .audio-player-right .player-action-icon-shuffle,html body .podcast-player .audio-player-right .player-action-icon-volume{width:19px;height:19px}html body .podcast-player .audio-player-volume{width:108px;height:28px;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none;gap:6px}html body .podcast-player .audio-player-volume-track,html body .podcast-player .audio-player-volume-range{width:82px}html body .podcast-player .audio-player-volume-range{left:29px}html body .podcast-player .audio-player-speed-control{display:none!important}@media (max-width: 900px){html body .podcast-player .audio-player-content{grid-template-columns:minmax(180px,1fr) auto minmax(280px,1fr)}}@media (max-width: 680px){html body .podcast-player{height:58px!important;min-height:58px!important}html body .podcast-player .audio-player-content{grid-template-columns:minmax(0,1fr) auto;padding-right:8px!important;padding-left:8px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:42px;height:42px;flex-basis:42px}}html body .podcast-player .audio-player-right{gap:5px}html body .podcast-player .audio-player-right .audio-player-button{width:30px;height:30px}html body .podcast-player .audio-player-right .player-action-icon{stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round}html body .podcast-player .audio-player-volume{width:124px;gap:6px}html body .podcast-player .audio-player-volume-track{width:96px;height:6px;flex-basis:96px;border-radius:999px}html body .podcast-player .audio-player-volume-range{left:29px;width:96px;height:18px}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track,html body .podcast-player .audio-player-volume-range::-moz-range-track{height:6px;border-radius:999px}html body .podcast-player .audio-player-volume-range::-moz-range-progress{height:6px;border-radius:999px}html body .podcast-player .audio-player-close svg{width:19px;height:19px;stroke-width:2.45}html body .podcast-player{position:fixed!important;z-index:35;right:var(--workspace-edge)!important;bottom:14px!important;left:var(--workspace-edge)!important;display:flex!important;width:auto!important;height:64px!important;min-height:64px!important;align-items:center;padding:0!important;overflow:visible!important;border:1px solid #ececf0;border-radius:12px;background:#fffffffa;color:#202126;box-shadow:0 5px 18px #22222c17}html body .podcast-player .player-progress-container{position:absolute!important;top:1px!important;right:14px!important;bottom:auto!important;left:14px!important;z-index:4;display:block!important;width:auto!important;height:4px!important;margin:0!important;padding:0!important;border-radius:999px;overflow:visible;opacity:1!important;pointer-events:auto!important;background:#e5e5e9!important}html body .podcast-player .player-progress-time{display:none!important}html body .podcast-player .player-progress-container input[data-audio-progress]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block;width:100%!important;height:4px!important;margin:0!important;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:transparent;cursor:pointer}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track{height:4px;border:0;border-radius:999px;background:linear-gradient(to right,#7042e5 0%,#7042e5 var(--progress, 0%),#e5e5e9 var(--progress, 0%),#e5e5e9 100%)}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track{height:4px;border:0;border-radius:999px;background:#e5e5e9}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-progress{height:4px;border-radius:999px;background:#7042e5}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb{width:10px;height:10px;margin-top:-3px;border:0;border-radius:50%;background:#7042e5;opacity:0;transition:opacity .12s ease;-webkit-appearance:none}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#7042e5;opacity:0;transition:opacity .12s ease}html body .podcast-player.is-scrubbing .player-progress-container input[data-audio-progress]::-webkit-slider-thumb,html body .podcast-player.is-scrubbing .player-progress-container input[data-audio-progress]::-moz-range-thumb{opacity:1}html body .podcast-player .audio-player-content{display:grid!important;width:100%;height:100%;min-height:0!important;grid-template-columns:minmax(220px,1fr) auto minmax(350px,1fr);gap:14px;align-items:center;padding:0 14px!important}html body .podcast-player .audio-player-left{display:flex!important;min-width:0;align-items:center;gap:10px}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:44px;height:44px;flex:0 0 44px;border-radius:4px}html body .podcast-player .audio-player-info{display:grid!important;min-width:0;gap:2px}html body .podcast-player .audio-player-info strong,html body .podcast-player .audio-player-info span,html body .podcast-player .audio-player-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .podcast-player .audio-player-info strong{color:#27282d;font-size:12px;font-weight:650}html body .podcast-player .audio-player-info span,html body .podcast-player .audio-player-info small{color:#92939a;font-size:10px;line-height:1.2}html body .podcast-player .audio-player-center,html body .podcast-player .audio-player-right{display:flex!important;align-items:center}html body .podcast-player .audio-player-center{gap:8px}html body .podcast-player .audio-player-center .audio-player-button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-center .audio-player-play{width:32px;height:32px}html body .podcast-player .audio-player-center .audio-player-button svg{width:19px;height:19px}html body .podcast-player .audio-player-center .audio-player-play svg{width:20px;height:20px}html body .podcast-player .audio-player-right{justify-content:flex-end;gap:5px}html body .podcast-player .audio-player-right .audio-player-button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#17171a}html body .podcast-player .audio-player-right .player-action-icon{stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}html body .podcast-player .audio-player-right .player-action-icon-queue,html body .podcast-player .audio-player-right .player-action-icon-volume{width:22px;height:22px}html body .podcast-player .audio-player-right .player-action-icon-repeat,html body .podcast-player .audio-player-right .player-action-icon-shuffle{width:23px;height:23px}html body .podcast-player .audio-player-speed-control{position:relative;display:flex!important;align-items:center}html body .podcast-player .audio-player-speed{display:grid!important;width:38px;height:28px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#17171a;cursor:pointer;font-size:11px;font-weight:650;line-height:1}html body .podcast-player .audio-speed-menu{position:absolute;z-index:50!important;right:0;bottom:calc(100% + 8px);display:grid;min-width:68px;gap:2px;padding:4px;border:1px solid #e2e1e7;border-radius:8px;background:#fffffffa;box-shadow:0 8px 22px #22222c29}html body .podcast-player .audio-speed-menu button{display:grid;min-height:28px;place-items:center;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#4e4f57;cursor:pointer;font-size:11px;line-height:1;white-space:nowrap}html body .podcast-player .audio-speed-menu button:hover,html body .podcast-player .audio-speed-menu button.is-selected{background:#f0edfb;color:#7042e5;font-weight:700}html body .podcast-player .audio-player-volume{display:inline-flex;width:124px;height:28px;align-items:center;gap:6px;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none;color:#17171a;position:relative}html body .podcast-player .audio-player-volume-track{display:block;width:96px;height:6px;flex:0 0 96px;overflow:hidden;border-radius:999px;background:#dedee2;pointer-events:none}html body .podcast-player .audio-player-volume-fill{display:block;height:100%;border-radius:inherit;background:#17171a}html body .podcast-player .audio-player-volume-range{position:absolute;top:50%;left:29px;z-index:2;width:96px;height:18px;margin:0;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;transform:translateY(-50%);cursor:pointer}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track,html body .podcast-player .audio-player-volume-range::-moz-range-track{height:6px;border:0;border-radius:999px;background:transparent}html body .podcast-player .audio-player-close svg{width:19px;height:19px;stroke-width:2.4}@media (max-width: 900px){html body .podcast-player .audio-player-content{grid-template-columns:minmax(180px,1fr) auto minmax(320px,1fr)}}@media (max-width: 680px){html body .podcast-player{height:56px!important;min-height:56px!important}html body .podcast-player .audio-player-content{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 8px!important}html body .podcast-player .audio-player-cover-button,html body .podcast-player .audio-player-cover{width:40px;height:40px;flex-basis:40px}html body .podcast-player .audio-player-right{display:none!important}html body .podcast-player .audio-player-center .audio-player-button:not(.audio-player-play){display:none}}html body .podcast-player .player-progress-tooltip{bottom:calc(100% + 18px)!important;left:clamp(14px,var(--progress, 0%),calc(100% - 14px))!important;min-width:54px!important;height:32px!important;padding:0 8px!important;border:1px solid #ececf1!important;border-radius:8px!important;background:#fff!important;box-shadow:0 3px 10px #22222c24!important;color:#202126!important;font-size:14px!important;font-weight:650!important;opacity:0!important;visibility:hidden!important}html body .podcast-player.is-scrubbing .player-progress-tooltip{opacity:1!important;visibility:visible!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb{width:24px!important;height:24px!important;margin-top:-10.5px!important;border:1px solid #d9d9df!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:24px!important;height:24px!important;border:1px solid #d9d9df!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important}html body .podcast-player.is-scrubbing .player-progress-container input[data-audio-progress]::-webkit-slider-thumb,html body .podcast-player.is-scrubbing .player-progress-container input[data-audio-progress]::-moz-range-thumb{opacity:1!important}html body .podcast-player .player-progress-container{top:-2px!important;right:14px!important;bottom:auto!important;left:14px!important;z-index:40!important;height:3px!important;border:0!important;background:transparent!important;box-shadow:none!important}html body .podcast-player .player-progress-container input[data-audio-progress],html body .podcast-player .player-progress-container input[data-audio-progress]:focus,html body .podcast-player .player-progress-container input[data-audio-progress]:focus-visible{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:3px!important;outline:none!important;border:0!important;background:transparent!important;box-shadow:none!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-progress{height:3px!important;border:0!important;border-radius:999px!important}html body .podcast-player .audio-player-volume-range,html body .podcast-player .audio-player-volume-range:focus,html body .podcast-player .audio-player-volume-range:focus-visible{outline:none!important;box-shadow:none!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb{width:16px!important;height:16px!important;margin-top:-5px!important;border:1px solid #d9d9df!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important;transition:opacity .12s ease;-webkit-appearance:none}html body .podcast-player .audio-player-volume-range::-moz-range-thumb{width:16px!important;height:16px!important;border:1px solid #d9d9df!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important;transition:opacity .12s ease}html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-webkit-slider-thumb{opacity:1!important}html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-moz-range-thumb{opacity:1!important}html body .podcast-player .audio-player-right>.audio-player-speed-control,html body .podcast-player .audio-player-right>.audio-player-button{display:grid;width:32px!important;height:32px!important;flex:0 0 32px;place-items:center}html body .podcast-player .audio-player-right .audio-player-speed{width:32px!important;height:32px!important;padding:0!important;font-size:12px!important;line-height:1}html body .podcast-player .audio-player-right .audio-player-button,html body .podcast-player .audio-player-right .audio-player-close{width:32px!important;height:32px!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track{height:6px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}html body .podcast-player .audio-player-volume-range::-moz-range-track{height:6px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb{width:10px!important;height:18px!important;margin-top:-8px!important;border:1px solid #d9d9df!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-thumb{width:10px!important;height:18px!important;border:1px solid #d9d9df!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-thumb{margin-top:-8px!important}html body .podcast-player .audio-player-center{gap:12px!important}html body .podcast-player .audio-player-center .audio-player-button{width:30px!important;height:30px!important}html body .podcast-player .audio-player-center .audio-player-button svg{width:18px!important;height:18px!important}html body .podcast-player .audio-player-center .audio-player-play{width:48px!important;height:48px!important;border-radius:50%!important}html body .podcast-player .audio-player-center .audio-player-play svg{width:32px!important;height:32px!important}html body .podcast-player .audio-player-right{gap:10px!important}html body .podcast-player .audio-player-right>.audio-player-speed-control,html body .podcast-player .audio-player-right>.audio-player-button{width:32px!important;height:32px!important;flex:0 0 32px}html body .podcast-player .audio-player-right .audio-player-speed{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;flex:0 0 32px!important;padding:0!important}html body .podcast-player .audio-player-right .audio-player-button{width:32px!important;height:32px!important}html body .podcast-player .audio-player-right .player-action-icon-queue,html body .podcast-player .audio-player-right .player-action-icon-repeat,html body .podcast-player .audio-player-right .player-action-icon-shuffle,html body .podcast-player .audio-player-right .player-action-icon-volume{width:20px!important;height:20px!important;stroke-width:2.4!important;transform-origin:center}html body .podcast-player .audio-player-right .player-action-icon-queue{transform:scale(1.08)}html body .podcast-player .audio-player-right .player-action-icon-repeat,html body .podcast-player .audio-player-right .player-action-icon-volume{transform:scale(1.02)}html body .podcast-player .audio-player-right .player-action-icon-shuffle{transform:scale(.94)}html body .podcast-player .audio-player-volume{width:134px!important;gap:6px!important}html body .podcast-player .audio-player-volume-button{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center}html body .podcast-player .audio-player-volume-track,html body .podcast-player .audio-player-volume-range{width:96px!important}html body .podcast-player .audio-player-volume-track{height:6px!important;flex-basis:96px!important}html body .podcast-player .audio-player-volume-range{left:38px!important;height:18px!important;outline:none!important;box-shadow:none!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb,html body .podcast-player .audio-player-volume-range::-moz-range-thumb{width:10px!important;height:16px!important;margin-top:-5px!important;border:1px solid #d9d9df!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important;transition:opacity .12s ease}html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-webkit-slider-thumb,html body .podcast-player .audio-player-volume.is-interacting .audio-player-volume-range::-moz-range-thumb{opacity:1!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-runnable-track,html body .podcast-player .audio-player-volume-range::-moz-range-track{height:6px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}html body .podcast-player .audio-player-volume-range::-moz-range-progress{height:6px!important;border-radius:999px!important;background:transparent!important}html body .podcast-player .audio-player-volume-range{color:transparent!important;background:transparent!important}html body .podcast-player .player-progress-container,html body .podcast-player .player-progress-container input[data-audio-progress]{height:1px!important}html body .podcast-player .player-progress-container input[data-audio-progress]::-webkit-slider-runnable-track,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-track,html body .podcast-player .player-progress-container input[data-audio-progress]::-moz-range-progress{height:1px!important}html body .podcast-player .audio-player-info strong{font-size:14px!important;line-height:1.15!important;font-weight:650!important}html body .podcast-player .audio-player-info span{font-size:12px!important;line-height:1.2!important}html body .podcast-player .audio-player-info small{font-size:11px!important;line-height:1.15!important}html body .podcast-player .audio-player-info .audio-player-channel-link{display:block;align-self:flex-start;width:fit-content;max-width:100%;min-width:0;margin:0;padding:0;overflow:hidden;border:0;background:transparent;color:#92939a;cursor:pointer;font-size:12px;line-height:1.2;text-align:left;text-overflow:ellipsis;white-space:nowrap}html body .podcast-player .audio-player-info .audio-player-channel-link:hover{color:#7042e5;text-decoration:underline;text-underline-offset:2px}html body .podcast-player .player-progress-container{right:8px!important;left:8px!important}@media (max-width: 680px){html body .podcast-player .player-progress-container{right:0!important;left:0!important}}html body .podcast-player .player-progress-container input[data-audio-progress]:hover::-webkit-slider-thumb{opacity:1!important}html body .podcast-player .player-progress-container input[data-audio-progress]:hover::-moz-range-thumb{opacity:1!important}html body .podcast-player .audio-player-volume-range::-webkit-slider-thumb{width:10px!important;height:16px!important;margin-top:-5px!important;border:1px solid #d9d9df!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important;-webkit-appearance:none}html body .podcast-player .audio-player-volume-range::-moz-range-thumb{width:10px!important;height:16px!important;border:1px solid #d9d9df!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 7px #22222c2e!important;opacity:0!important}html body .podcast-player .audio-player-volume-range:hover::-webkit-slider-thumb{opacity:1!important}html body .podcast-player .audio-player-volume-range:hover::-moz-range-thumb{opacity:1!important}html body .podcast-player .audio-player-right .player-action-icon{width:18px!important;height:18px!important;stroke-width:2.4!important;transform:none!important}html body .podcast-player .audio-player-right .audio-player-speed{font-size:16px!important;font-weight:650!important;line-height:18px!important}html body .podcast-player .audio-player-right .player-action-icon-shuffle{transform:scale(.86)!important}.podcasts-topbar{position:fixed;top:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;height:64px;padding:0 var(--workspace-edge);background:var(--surface);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.podcasts-topbar-nav-controls{display:flex;gap:4px}.podcasts-nav-button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;transition:background .12s ease,color .12s ease}.podcasts-nav-button svg{width:20px;height:20px}.podcasts-nav-button:hover{background:var(--surface-soft);color:var(--ink)}.podcasts-nav-button:active{transform:scale(.96)}.podcasts-topbar-nav{display:flex;justify-content:center;gap:8px}.podcasts-topbar-nav-item{padding:8px 16px;border-radius:8px;color:var(--muted);font-size:15px;font-weight:500;text-decoration:none;transition:color .12s ease,background .12s ease}.podcasts-topbar-nav-item:hover{color:var(--ink);background:var(--surface-soft)}.podcasts-topbar-nav-item.is-active{color:var(--accent-strong);background:#2f8f8714}.podcasts-topbar-actions{display:flex;align-items:center;gap:12px}.podcasts-search-box{position:relative;display:flex;align-items:center}.podcasts-search-icon{position:absolute;left:10px;width:16px;height:16px;color:var(--muted);pointer-events:none}.podcasts-search-box input{width:200px;height:36px;padding:0 12px 0 34px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--ink);font-size:14px;transition:border-color .12s ease,background .12s ease}.podcasts-search-box input:focus{border-color:var(--accent);background:var(--surface);outline:none}.podcasts-search-box input::placeholder{color:var(--muted)}.podcasts-add-subscription{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .12s ease,transform 80ms ease}.podcasts-add-subscription svg{width:18px;height:18px}.podcasts-add-subscription:hover{background:var(--accent-strong)}.podcasts-add-subscription:active{transform:scale(.97)}.podcasts-account-menu{position:relative}.podcasts-account-avatar{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:var(--accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.podcasts-account-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #2f8f874d}.podcasts-account-avatar:active{transform:scale(.98)}.podcasts-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;padding:8px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.podcasts-account-dropdown:not([hidden]){opacity:1;pointer-events:all;transform:translateY(0)}.podcasts-account-dropdown a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;color:var(--ink);text-decoration:none;transition:background .1s ease}.podcasts-account-dropdown a:hover{background:var(--surface-soft)}.podcasts-account-dropdown svg{width:18px;height:18px;color:var(--muted)}.podcasts-account-dropdown span{font-size:14px}.podcasts-app-shell{display:block;min-height:100vh;background:#fff}.podcasts-main{position:relative;z-index:1;display:block!important;width:min(100%,1820px);min-height:calc(100vh - 64px);margin:0 auto;padding:96px 44px 172px!important;overflow:visible;color:#252525;background:#fff}@media (max-width: 768px){.podcasts-topbar{grid-template-columns:auto 1fr auto;gap:12px;padding:0 var(--workspace-edge)}.podcasts-topbar-nav{justify-content:flex-start;gap:4px}.podcasts-topbar-nav-item{padding:6px 12px;font-size:14px}.podcasts-search-box input{width:140px}.podcasts-add-subscription span{display:none}.podcasts-add-subscription{width:36px;padding:0;justify-content:center}.podcasts-nav-button{width:28px;height:28px}}.settings-page{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.24fr);gap:36px;align-items:start}.settings-page-column{display:grid;gap:30px;min-width:0}.settings-section>h1,.settings-section>h2{margin:0 0 14px;color:#17191f;font-size:22px;line-height:1.2}.settings-modern-card{overflow:hidden;border:1px solid #e6e8ed;border-radius:12px;background:#fff;box-shadow:0 3px 16px #23283709}.settings-modern-row,.settings-logout-row{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border-bottom:1px solid #eef0f3}.settings-modern-row:last-child,.settings-logout-row:last-child{border-bottom:0}.settings-modern-row>span:first-child,.settings-modern-row>strong{color:#4b515d;font-size:14px}.settings-modern-row>strong{color:#343943;font-weight:650;text-align:right}.settings-avatar-value{display:flex;align-items:center;gap:12px}.settings-user-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#e4e9f0;color:#657083;font-size:16px;font-weight:750}.settings-row-chevron{color:#9aa2af;font-size:27px;font-weight:300;line-height:1}.settings-login-state{display:inline-flex;align-items:center;gap:8px}.settings-login-state i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#39b879}.settings-logout-row{min-height:62px;justify-content:flex-start}.settings-logout-row button{display:inline-flex;width:100%;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:#ec3438;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.settings-logout-row button span{font-size:22px;font-weight:400}.settings-row-copy{display:flex;min-width:0;align-items:center;gap:14px}.settings-row-copy>div{display:grid;gap:5px}.settings-row-copy strong{color:#3a404b;font-size:14px}.settings-row-copy small{color:#8e96a4;font-size:12px}.settings-row-icon{display:grid;width:30px;height:30px;place-items:center;color:#232831;font-size:25px;line-height:1}.settings-select{min-width:88px;height:38px;padding:0 28px 0 12px;border:1px solid #e0e4ea;border-radius:8px;background:#fff;color:#373c46;font-size:14px}.settings-switch{position:relative;width:52px;height:30px;padding:3px;border:0;border-radius:999px;background:#dfe3ea;cursor:pointer;transition:background .15s ease}.settings-switch span{display:block;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #1e232d2e;transition:transform .15s ease}.settings-switch.is-on span{transform:translate(22px)}.settings-connection-row{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center;min-height:104px;margin:0 22px;border-bottom:1px solid #eef0f3}.settings-connection-row:last-child{border-bottom:0}.settings-provider-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:12px;color:#fff;font-size:11px;font-weight:800;text-align:center}.settings-provider-bilibili{background:#f25f91}.settings-provider-netease{background:#e72d32;font-size:26px}.settings-provider-sync{border:1px solid #dfe3e9;border-radius:50%;background:#fff;color:#252a33;font-size:25px}.settings-connection-copy{display:grid;min-width:0;gap:5px}.settings-connection-copy strong{color:#363b45;font-size:15px}.settings-connection-copy span{color:#9a6673;font-size:13px}.settings-connection-copy span.is-connected,.settings-sync-label{color:#35a96f}.settings-connection-copy small{overflow:hidden;color:#8d95a2;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.settings-connection-actions{display:flex;align-items:center;gap:10px}.settings-outline-button,.settings-primary-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:0 15px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.settings-outline-button{border:1px solid #9a7bee;background:#fff;color:#7042e5}.settings-primary-button{border:1px solid #7042e5;background:#7042e5;color:#fff}.settings-outline-button:hover{background:#f5f1ff}.settings-primary-button:hover{background:#5d31cf}.settings-connection-qr{grid-column:2 / -1;padding:16px 0 18px;border-top:1px solid #eef0f3;text-align:center}.settings-connection-qr>div{display:inline-flex;padding:10px;background:#fff}.settings-connection-qr p{margin:8px 0 0;color:#818a98;font-size:12px}.settings-choice-group{display:flex;gap:10px}.settings-choice-group button{min-height:36px;padding:0 15px;border:1px solid #e2e5ea;border-radius:8px;background:#f7f8fa;color:#343a45;font:inherit;font-size:13px;font-weight:650;cursor:pointer}.settings-choice-group button.is-selected{border-color:#977ef0;background:#fff;color:#7042e5}html[data-theme=dark] .settings-section>h1,html[data-theme=dark] .settings-section>h2,html[data-theme=dark] .settings-modern-card,html[data-theme=dark] .settings-select,html[data-theme=dark] .settings-outline-button,html[data-theme=dark] .settings-provider-sync{background:#1d222d;color:#edf0f7}html[data-theme=dark] .settings-modern-card,html[data-theme=dark] .settings-modern-row,html[data-theme=dark] .settings-logout-row,html[data-theme=dark] .settings-connection-row{border-color:#303746}html[data-theme=dark] .settings-modern-row>span:first-child,html[data-theme=dark] .settings-modern-row>strong,html[data-theme=dark] .settings-row-copy strong,html[data-theme=dark] .settings-connection-copy strong,html[data-theme=dark] .settings-row-icon{color:#edf0f7}html[data-theme=dark] .settings-select,html[data-theme=dark] .settings-choice-group button{border-color:#3b4352;background:#252b37;color:#edf0f7}@media (max-width: 980px){.settings-page{grid-template-columns:1fr}}@media (max-width: 620px){.settings-modern-row,.settings-logout-row{padding-right:15px;padding-left:15px}.settings-control-row{align-items:flex-start;flex-direction:column;padding-top:15px;padding-bottom:15px}.settings-connection-row{grid-template-columns:42px minmax(0,1fr);gap:12px;margin-right:15px;margin-left:15px;padding-top:15px;padding-bottom:15px}.settings-provider-icon{width:42px;height:42px}.settings-connection-actions{grid-column:2;flex-wrap:wrap}.settings-connection-qr{grid-column:1 / -1}.settings-choice-group{width:100%}.settings-choice-group button{flex:1}}@media (prefers-reduced-motion: reduce){.podcasts-nav-button,.podcasts-topbar-nav-item,.podcasts-add-subscription,.podcasts-account-avatar,.podcasts-account-dropdown{transition:none}}.podcasts-topbar{height:72px;padding:0 var(--workspace-edge);border-bottom:1px solid #f0f1f4;background:#fffffff5;box-shadow:0 2px 16px #2328370a}.podcasts-app-shell{grid-template-rows:72px 1fr;background:#fff}.podcasts-topbar-nav{gap:24px}.podcasts-topbar-nav-item{padding:9px 4px;border-radius:0;color:#17191f;font-size:17px;font-weight:700}.podcasts-topbar-nav-item:hover,.podcasts-topbar-nav-item.is-active{background:transparent;color:#7042e5}.podcasts-search-box input{width:228px;height:40px;border:0;border-radius:12px;background:#f1f2f5;font-size:14px}.podcasts-search-box input:focus{box-shadow:inset 0 0 0 1px #7042e5,0 0 0 3px #eee8ff;outline:none}.podcasts-add-subscription{height:40px;border:1px solid #ded5ff;border-radius:10px;background:#f2efff;color:#7042e5;font-weight:700}.podcasts-add-subscription:hover{background:#e9e0ff;color:#5d31cf}.podcasts-account-avatar{width:40px;height:40px;background:#e8ebf1;color:#596273;font-size:15px}.podcasts-account-avatar:hover{box-shadow:0 3px 12px #7042e529}.podcasts-account-dropdown{min-width:180px;padding:6px;border-radius:12px;background:#fff;box-shadow:0 14px 34px #23283729}.podcasts-account-dropdown a,.podcasts-account-logout{display:flex;width:100%;min-height:38px;align-items:center;gap:10px;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:#262a33;font:inherit;text-align:left;text-decoration:none;cursor:pointer}.podcasts-account-dropdown a:hover,.podcasts-account-logout:hover{background:#f2f4f8}.podcasts-main{width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));margin:0 auto;padding:40px 0 172px}.podcasts-page-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.podcasts-add-button{display:inline-flex;min-height:40px;align-items:center;gap:5px;padding:0 15px;border:0;border-radius:8px;background:#7847e8;color:#fff;font-size:14px;font-weight:750;cursor:pointer}.podcasts-add-button:hover{background:#6637d2}.discovery-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px}.discovery-page-head h1{margin:8px 0 0;color:#17191f;font-size:clamp(30px,3vw,44px);line-height:1.08}.discovery-filter-bar{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;margin:0 0 28px}.discovery-filter-bar label{display:grid;gap:5px;color:#737b89;font-size:12px;font-weight:700}.discovery-filter-bar select{min-width:130px;height:38px;padding:0 30px 0 10px;border:1px solid #e1e5eb;border-radius:9px;background:#fff;color:#252a34}.discovery-filter-bar .button{min-height:38px}.discovery-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px}.pagination-current{color:#697284;font-size:13px;font-weight:700}html[data-theme=dark] .podcasts-topbar,html[data-theme=dark] .podcasts-app-shell{border-color:#2d3340;background:#151821}html[data-theme=dark] .podcasts-topbar-nav-item{color:#edf0f7}html[data-theme=dark] .podcasts-topbar-nav-item.is-active,html[data-theme=dark] .podcasts-topbar-nav-item:hover{color:#b39bff}html[data-theme=dark] .podcasts-account-dropdown{background:#202532;box-shadow:0 14px 34px #00000047}html[data-theme=dark] .podcasts-account-dropdown a,html[data-theme=dark] .podcasts-account-logout{color:#edf0f7}html[data-theme=dark] .podcasts-account-dropdown a:hover,html[data-theme=dark] .podcasts-account-logout:hover{background:#2b3241}@media (max-width: 768px){.podcasts-topbar{gap:10px;padding:0 var(--workspace-edge)}.podcasts-main{width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));padding-top:24px}.podcasts-topbar-nav{justify-content:flex-start;gap:16px;overflow-x:auto}.podcasts-topbar-nav-item{flex:0 0 auto;font-size:15px}.podcasts-search-box{display:none}.discovery-page-head{display:block}.podcasts-page-head{align-items:flex-start}.discovery-filter-bar{justify-content:flex-start;overflow-x:auto}.discovery-showcase .discovery-grid{grid-template-columns:1fr}}.podcasts-main:has(.settings-page){width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));padding:112px 0 172px!important}.settings-page{grid-template-columns:minmax(0,.67fr) minmax(0,1fr);gap:34px}.settings-page-column{gap:30px}.settings-section>h1,.settings-section>h2{margin-bottom:14px;color:#17181c;font-size:18px;font-weight:750;line-height:1.2}.settings-modern-card{border:1px solid #e6e7eb;border-radius:10px;box-shadow:0 1px 4px #181c2606}.settings-modern-row,.settings-logout-row{min-height:64px;padding:0 21px;border-bottom-color:#eef0f3}.settings-modern-row>span:first-child,.settings-modern-row>strong{color:#4b4f59;font-size:14px}.settings-modern-row>strong{color:#6d7280;font-weight:500}.settings-avatar-value{gap:12px}.settings-user-avatar{width:44px;height:44px;border:1px solid #dfe3e8;background:#eef1f4;color:#8b96a5}.settings-user-avatar svg{width:29px;height:29px}.settings-row-chevron{width:18px;height:18px;color:#313641;font-size:0}.settings-login-state{color:#575d68!important}.settings-login-state i{width:8px;height:8px;background:#47b879}.settings-logout-row{min-height:62px}.settings-logout-row button{color:#ef363b;font-size:14px;font-weight:650}.settings-logout-row button svg{width:20px;height:20px}.settings-control-row{min-height:82px}.settings-row-copy{gap:14px}.settings-row-copy>div{gap:4px}.settings-row-copy strong{color:#3d414a;font-size:14px;font-weight:600}.settings-row-copy small{color:#8d94a0;font-size:12px}.settings-row-icon{width:30px;height:30px;color:#252a31;font-size:0}.settings-row-icon svg{width:27px;height:27px}.settings-select{min-width:88px;height:38px;padding:0 28px 0 12px;border-color:#e2e5e9;border-radius:7px;background:#fff;color:#363b45;font-size:14px}.settings-switch{width:52px;height:30px;background:#e0e3e8}.settings-switch.is-on{background:#7042e5}.settings-connection-row{grid-template-columns:48px minmax(0,1fr) auto;min-height:100px;margin:0 21px;gap:16px}.settings-provider-icon{width:48px;height:48px;border-radius:11px}.settings-provider-icon svg{width:28px;height:28px}.settings-provider-bilibili{background:#f25d8f}.settings-provider-netease{background:#e93235}.settings-provider-sync{border-color:#e1e4e8;color:#20242b}.settings-provider-sync svg{width:27px;height:27px}.settings-connection-copy{gap:4px}.settings-connection-copy strong{color:#363a43;font-size:15px;font-weight:650}.settings-connection-copy span{color:#a36473;font-size:13px}.settings-connection-copy span.is-connected,.settings-sync-label{color:#35aa70}.settings-connection-copy small{color:#818896;font-size:12px}.settings-connection-actions{gap:10px}.settings-outline-button,.settings-primary-button{min-height:36px;padding:0 15px;border-radius:7px;font-size:13px;font-weight:650}.settings-outline-button{border-color:#9578eb;background:#fff;color:#7042e5}.settings-primary-button{border-color:#7042e5;background:#7042e5;color:#fff}.settings-choice-group{gap:10px}.settings-choice-group button{min-height:38px;padding:0 16px;border-color:#e5e7eb;border-radius:7px;background:#f7f8fa;color:#313640;font-size:13px;font-weight:650}.settings-choice-group button.is-selected{border-color:#9578eb;background:#fff;color:#7042e5}@media (max-width: 980px){.podcasts-main:has(.settings-page){width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width))}.settings-page{grid-template-columns:1fr}}@media (max-width: 620px){.podcasts-main:has(.settings-page){width:calc(100% - var(--workspace-edge) - var(--workspace-edge));padding-top:92px!important}}.podcasts-main:has(.queue-section){width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));padding:112px 0 172px!important}.podcasts-app-shell:has(.queue-section) .podcasts-topbar{padding-right:var(--workspace-edge);padding-left:var(--workspace-edge)}.podcasts-app-shell:has(.queue-section) .podcasts-topbar-nav,.podcasts-app-shell:has(.queue-section) .podcasts-topbar-actions,.podcasts-app-shell:has(.queue-section) .podcasts-topbar-nav-controls{min-width:0}.podcasts-app-shell:has(.queue-section) .podcasts-topbar-actions{max-width:100%}.podcasts-app-shell:has(.queue-section) .podcasts-search-box{min-width:0;flex:0 1 228px}.podcasts-app-shell:has(.queue-section) .podcasts-search-box input{width:100%;min-width:0}.podcasts-main:has(.queue-section) .podcasts-subscription-grid{display:flex;flex-wrap:nowrap;gap:17px;overflow:hidden}.podcasts-main:has(.queue-section) .podcasts-subscription-card{flex:0 0 calc((100% - 136px) / 9);width:calc((100% - 136px) / 9)}@media (max-width: 760px){.podcasts-main:has(.queue-section){width:calc(100% - var(--workspace-edge) - var(--workspace-edge));padding:92px 0 145px!important}.podcasts-app-shell:has(.queue-section) .podcasts-topbar{padding-right:var(--workspace-edge);padding-left:var(--workspace-edge)}.podcasts-main:has(.queue-section) .podcasts-subscription-card{flex-basis:calc((100% - 34px) / 3);width:calc((100% - 34px) / 3)}}@media (min-width: 761px) and (max-width: 1180px){.podcasts-main:has(.queue-section) .podcasts-subscription-card{flex-basis:calc((100% - 85px) / 6);width:calc((100% - 85px) / 6)}}.podcasts-main:has(.subscriptions-page){width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));padding:76px 0 150px!important}.podcasts-app-shell:has(.subscriptions-page) .podcasts-topbar{padding-right:var(--workspace-edge);padding-left:var(--workspace-edge)}.podcasts-topbar .podcasts-search-box{gap:0;padding:0;background:transparent}.podcasts-topbar .podcasts-search-box input{min-height:0}.subscriptions-page{color:#24262d}.subscription-category-tabs{display:flex;align-items:center;gap:14px;min-height:34px;overflow-x:auto;scrollbar-width:none}.subscription-category-tabs::-webkit-scrollbar{display:none}.subscription-category-tab{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 16px;border-radius:8px;color:#5b606c;font-size:13px;font-weight:650;text-decoration:none;white-space:nowrap}.subscription-category-tab span{color:#9da2ad;font-size:12px;font-variant-numeric:tabular-nums}.subscription-category-tab:hover{background:#f4f2ff;color:#7042e5}.subscription-category-tab.is-active{background:#7042e5;color:#fff;box-shadow:0 4px 11px #7042e52e}.subscription-category-tab.is-active span{color:#ffffffeb}.subscription-library-toolbar{display:flex;min-height:43px;align-items:center;justify-content:space-between;gap:18px;margin-top:23px;margin-bottom:25px}.subscription-filter-groups,.subscription-filter-group,.subscription-library-actions,.subscription-segmented-control,.subscription-view-toggle{display:flex;align-items:center}.subscription-filter-groups{min-width:0;gap:18px}.subscription-filter-group{min-width:0;gap:10px}.subscription-filter-label{color:#464b55;font-size:13px;font-weight:650;white-space:nowrap}.subscription-segmented-control{min-width:0;overflow:hidden;border:1px solid #edf0f4;border-radius:8px;background:#fafbfc}.subscription-segmented-control a{display:inline-flex;min-height:32px;align-items:center;padding:0 16px;color:#545a66;font-size:12px;text-decoration:none;white-space:nowrap}.subscription-segmented-control a:hover{color:#7042e5}.subscription-segmented-control a.is-active{border-radius:8px;background:#fff;color:#7042e5;box-shadow:0 1px 5px #353a4614}.subscription-filter-divider{width:1px;height:24px;flex:0 0 1px;background:#e7e9ee}.subscription-library-actions{flex:0 0 auto;gap:25px}.subscription-view-toggle{overflow:hidden;border:1px solid #edf0f4;border-radius:10px;background:#fafbfc}.subscription-view-toggle a{display:grid;width:42px;height:38px;place-items:center;color:#535966}.subscription-view-toggle a:hover,.subscription-view-toggle a.is-active{background:#fff;color:#7042e5;box-shadow:0 1px 5px #353a4614}.subscription-view-toggle svg{width:19px;height:19px}.subscription-sort-form select{width:136px;height:38px;padding:0 31px 0 15px;border:1px solid #e5e8ed;border-radius:9px;background:#fff;color:#414650;font-size:13px}.subscription-sort-form[data-subscription-sort-menu]{position:relative;z-index:6;width:136px;align-self:flex-start}.subscription-sort-trigger{display:flex;width:100%;height:38px;align-items:center;justify-content:space-between;gap:7px;padding:0 10px 0 15px;border:1px solid #e5e8ed;border-radius:9px;background:#fff;color:#414650;cursor:pointer;font:inherit;font-size:13px;text-align:left}.subscription-sort-trigger:hover,.subscription-sort-trigger[aria-expanded=true]{border-color:#7654e8;color:#6c45df}.subscription-sort-trigger svg{width:15px;height:15px;flex:0 0 15px}.subscription-sort-options{position:absolute;z-index:8;top:calc(100% - 1px);right:0;left:0;display:grid;width:100%;padding:4px 0;border:1px solid #dfe2e8;border-radius:0 0 9px 9px;background:#fff;box-shadow:0 8px 18px #23223014}.subscription-sort-options[hidden]{display:none!important}.subscription-sort-options button{display:flex;min-height:36px;align-items:center;gap:7px;padding:0 10px;border:0;border-radius:0;background:transparent;color:#343842;cursor:pointer;font:inherit;font-size:13px;text-align:left}.subscription-sort-options button:before{width:14px;color:#343842;content:""}.subscription-sort-options button[aria-selected=true]:before{content:"✓";font-weight:800}.subscription-sort-options a{display:flex;min-height:36px;align-items:center;gap:7px;padding:0 10px;color:#343842;font-size:13px;text-align:left;text-decoration:none}.subscription-sort-options a:before{width:14px;color:#343842;content:""}.subscription-sort-options a[aria-selected=true]:before{content:"✓";font-weight:800}.subscription-sort-options button:hover,.subscription-sort-options button[aria-selected=true],.subscription-sort-options a:hover,.subscription-sort-options a[aria-selected=true]{background:#f1edff;color:#6c45df}.subscription-sort-trigger[aria-expanded=true]{border-radius:9px 9px 0 0}html[data-theme=dark] body .subscription-sort-trigger,html[data-theme=dark] body .subscription-sort-options{border-color:#3b4352;background:#1b1e29;color:#edf0f7}html[data-theme=dark] body .subscription-sort-options button,html[data-theme=dark] body .subscription-sort-options a{color:#edf0f7}html[data-theme=dark] body .subscription-sort-options button:hover,html[data-theme=dark] body .subscription-sort-options button[aria-selected=true],html[data-theme=dark] body .subscription-sort-options a:hover,html[data-theme=dark] body .subscription-sort-options a[aria-selected=true]{background:#302858;color:#c0b2ff}.subscription-library-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px 20px;max-width:none}.subscription-library-card{position:relative;min-width:0;overflow:visible;border:1px solid #e7eaf0;border-radius:10px;background:#fff;box-shadow:0 2px 8px #1e243006}.subscription-library-cover{position:relative;display:block;overflow:hidden;border-radius:9px 9px 0 0;background:#edf0f4;aspect-ratio:1}.subscription-library-cover img,.subscription-library-cover-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.subscription-library-cover img{z-index:1;object-fit:cover}.subscription-library-cover-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#c8d6fb,#7449df);color:#fff;font-size:54px;font-weight:800}.subscription-library-status-dot{position:absolute;z-index:3;top:10px;right:10px;width:10px;height:10px;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:#29b968;box-shadow:0 2px 7px #0a0c1640}.subscription-library-status-dot.status-pending{background:#f2b233}.subscription-library-status-dot.status-error{background:#e34c4c}.subscription-library-card-body{display:grid;min-height:77px;gap:4px;padding:9px 10px 8px}.subscription-library-title{overflow:hidden;color:#3c414c;font-size:13px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.subscription-library-category{width:fit-content;padding:2px 6px;border-radius:4px;background:#f2efff;color:#7042e5;font-size:10px;line-height:1.2}.subscription-library-meta{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:7px;color:#8b919d;font-size:10px;line-height:1.2}.subscription-library-meta>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-library-updated{min-width:0;flex:1 1 auto}.subscription-sync-status{display:inline-flex;min-width:0;align-items:center;gap:4px}.subscription-sync-status i{display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#29b968}.subscription-sync-status.status-pending i{background:#f29a27}.subscription-sync-status.status-error{color:#e34c4c}.subscription-sync-status.status-error i{background:#e34c4c}.subscription-card-menu{position:relative;flex:0 0 auto;margin-left:auto}.subscription-card-menu summary{display:grid;width:23px;height:22px;place-items:center;border-radius:5px;color:#767c88;cursor:pointer;font-size:13px;letter-spacing:1px;list-style:none}.subscription-card-menu summary::-webkit-details-marker{display:none}.subscription-card-menu summary:hover{background:#f2f3f6;color:#7042e5}.subscription-card-menu-popover{position:absolute;z-index:20;right:0;bottom:27px;display:grid;width:120px;padding:5px;border:1px solid #e5e7ec;border-radius:8px;background:#fff;box-shadow:0 10px 25px #22263224}.subscription-card-menu-popover a,.subscription-card-menu-popover button{display:block;width:100%;min-height:30px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#424752;font:inherit;font-size:11px;line-height:30px;text-align:left;text-decoration:none;cursor:pointer}.subscription-card-menu-popover a:hover,.subscription-card-menu-popover button:hover{background:#f4f2ff;color:#7042e5}.subscription-card-menu-popover button.is-danger:hover{color:#e0444a}.subscription-card-menu-popover button:disabled{color:#b8bbc3;cursor:not-allowed}.subscription-card-menu-popover button:disabled:hover{background:transparent;color:#b8bbc3}.subscription-card-menu-popover form{margin:0}.subscription-library-pagination{display:flex;align-items:center;justify-content:center;gap:15px;max-width:none;margin-top:22px}.pagination-arrow,.pagination-number{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;color:#545a67;font-size:13px;text-decoration:none}.pagination-arrow{border:1px solid #edf0f4;background:#fff;font-size:25px;line-height:1}.pagination-number.is-active{background:#7042e5;color:#fff;box-shadow:0 4px 10px #7042e533}.pagination-arrow:hover,.pagination-number:not(.is-active):hover{background:#f4f2ff;color:#7042e5}.pagination-arrow.is-disabled{opacity:.35;pointer-events:none}.subscription-library-empty{display:grid;min-height:280px;place-items:center;align-content:center;gap:8px;border:1px dashed #e0e4eb;border-radius:10px;color:#858b97;text-align:center}.subscription-library-empty h2,.subscription-library-empty p{margin:0}.subscription-library-empty h2{color:#3c414b;font-size:18px}.subscription-library-empty p{font-size:13px}.subscriptions-page.is-list .subscription-library-grid{max-width:none;grid-template-columns:1fr;gap:10px}.subscriptions-page.is-list .subscription-library-card{display:grid;grid-template-columns:76px minmax(0,1fr);min-height:76px}.subscriptions-page.is-list .subscription-library-cover{border-radius:9px 0 0 9px}.subscriptions-page.is-list .subscription-library-card-body{min-height:76px;align-content:center}@media (max-width: 1180px){.podcasts-main:has(.subscriptions-page){width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width))}.subscription-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.subscription-library-pagination{max-width:none}.subscription-library-toolbar{align-items:flex-start;flex-direction:column}.subscription-library-actions{align-self:flex-end}}@media (max-width: 760px){.podcasts-main:has(.subscriptions-page){width:calc(100% - var(--workspace-edge) - var(--workspace-edge));padding:92px 0 130px!important}.podcasts-app-shell:has(.subscriptions-page) .podcasts-topbar{padding-right:var(--workspace-edge);padding-left:var(--workspace-edge)}.subscription-filter-groups{width:100%;align-items:flex-start;flex-direction:column;gap:12px}.subscription-filter-divider{display:none}.subscription-filter-group{width:100%;align-items:flex-start;flex-direction:column;gap:6px}.subscription-segmented-control{width:100%;overflow-x:auto}.subscription-library-actions{width:100%;justify-content:space-between;align-self:auto}.subscription-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.subscription-library-card-body{padding-right:8px;padding-left:8px}.subscription-library-meta{gap:4px}}@media (max-width: 480px){.subscription-library-grid{grid-template-columns:1fr}}html:has(.podcasts-app-shell),body:has(.podcasts-app-shell){height:100%;overflow:hidden}html body:has(.podcasts-app-shell) .podcasts-app-shell{height:100vh;min-height:100vh;overflow:hidden}html body:has(.podcasts-app-shell) .podcasts-main{height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:none;-ms-overflow-style:none}html body:has(.podcasts-app-shell) .podcasts-main::-webkit-scrollbar{display:none;width:0;height:0}html body:has(.podcasts-app-shell) .podcasts-topbar,html body:has(.podcasts-app-shell) .podcast-player{position:fixed}html body:has(.podcasts-app-shell) .podcasts-topbar{border-bottom:0}html body:has(.podcasts-app-shell) .podcasts-topbar{background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}html[data-theme=dark] body:has(.podcasts-app-shell) .podcasts-topbar{background:#151821}html body:has(.podcasts-app-shell) .podcasts-topbar-nav{position:absolute;left:50%;width:max-content;transform:translate(-50%)}html body:has(.podcasts-app-shell) .podcasts-topbar{grid-template-columns:auto minmax(0,1fr) auto}html body:has(.podcasts-app-shell) .podcasts-topbar-nav-controls{grid-column:1;justify-self:start}html body:has(.podcasts-app-shell) .podcasts-topbar-actions{grid-column:3;justify-self:end;min-width:max-content}html body:has(.podcasts-app-shell) .podcasts-topbar-nav-controls{gap:12px}html body:has(.podcasts-app-shell) .podcasts-nav-button{width:36px;height:36px;border-radius:0;background:transparent;color:#7d8797}html body:has(.podcasts-app-shell) .podcasts-nav-button svg{width:20px;height:20px;stroke-width:1.8}html body:has(.podcasts-app-shell) .podcasts-nav-button:hover{background:transparent;color:#4f596a}@media (max-width: 760px){html body:has(.podcasts-app-shell) .podcasts-topbar-nav{position:static;grid-column:2;width:auto;transform:none}}html body:has(.podcasts-app-shell) .latest-episode-row{height:104px;min-height:104px}html body:has(.podcasts-app-shell) .latest-episode-copy{position:relative;height:104px;min-height:0;overflow:hidden;padding-bottom:30px}html body:has(.podcasts-app-shell) .latest-row-actions{position:absolute;bottom:0;left:0;margin:0}html body:has(.podcasts-app-shell) .latest-more{position:absolute;right:0;bottom:0;align-self:auto;margin:0}@media (max-width: 760px){html body:has(.podcasts-app-shell) .latest-episode-row,html body:has(.podcasts-app-shell) .latest-episode-copy{height:84px;min-height:84px}}html body:has(.channel-detail-page) .podcasts-main{width:min(calc(100% - var(--workspace-edge) - var(--workspace-edge)),var(--workspace-max-width));padding-bottom:160px}html body:has(.queue-section) .section-pager-previous{left:-28px}html body:has(.queue-section) .section-pager-next{right:-28px}html body:has(.channel-detail-page) .channel-detail-page{color:#24252a}html body:has(.channel-detail-page) .channel-hero{display:grid;grid-template-columns:300px minmax(0,1fr);gap:30px;align-items:center;min-height:300px;padding:0 0 34px}html body:has(.channel-detail-page) .channel-hero-cover{position:relative;display:grid;width:300px;aspect-ratio:1;overflow:hidden;place-items:center;border-radius:16px;background:#eeeaf6;color:#7a4be4;font-size:68px;font-weight:800}html body:has(.channel-detail-page) .channel-hero-cover img,html body:has(.channel-detail-page) .channel-hero-cover span{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}html body:has(.channel-detail-page) .channel-hero-cover img{z-index:1;object-fit:cover}html body:has(.channel-detail-page) .channel-hero-cover span{display:grid;place-items:center}html body:has(.channel-detail-page) .channel-hero-copy{display:grid;min-width:0;gap:10px}html body:has(.channel-detail-page) .channel-hero-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}html body:has(.channel-detail-page) .channel-hero-heading h1{margin:0;color:#292a2f;font-size:clamp(28px,3vw,38px);font-weight:780;line-height:1.15}html body:has(.channel-detail-page) .channel-hero-author{margin:6px 0 0;color:#777982;font-size:18px}html body:has(.channel-detail-page) .channel-hero-meta{display:flex;align-items:center;gap:7px;color:#797a82;font-size:14px}html body:has(.channel-detail-page) .channel-hero-rating{color:#222226;font-size:17px}html body:has(.channel-detail-page) .channel-hero-description{display:-webkit-box;max-width:780px;overflow:hidden;margin:1px 0 5px;color:#9a9ba2;font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}html body:has(.channel-detail-page) .channel-hero-actions{display:flex;align-items:center;gap:12px}html body:has(.channel-detail-page) .channel-play-button{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:0 18px;border:0;border-radius:9px;background:#8618e8;color:#fff;cursor:pointer;font-size:15px;font-weight:750}html body:has(.channel-detail-page) .channel-play-button:hover{background:#7210c9}html body:has(.channel-detail-page) .channel-play-button:disabled{background:#d6d1de;cursor:not-allowed}html body:has(.channel-detail-page) .channel-icon-button,html body:has(.channel-detail-page) .channel-hero-menu summary{display:grid;width:42px;height:42px;place-items:center;padding:0;border:0;border-radius:9px;background:#f7f7f9;color:#666871;cursor:pointer;font-size:22px;list-style:none}html body:has(.channel-detail-page) .channel-icon-button:hover,html body:has(.channel-detail-page) .channel-hero-menu summary:hover{background:#f0eafd;color:#7719df}html body:has(.channel-detail-page) .channel-hero-menu{position:relative}html body:has(.channel-detail-page) .channel-hero-menu summary::-webkit-details-marker{display:none}html body:has(.channel-detail-page) .channel-hero-menu-popover{position:absolute;z-index:20;top:48px;right:0;display:grid;width:136px;gap:2px;padding:5px;border:1px solid #e4e2e8;border-radius:8px;background:#fff;box-shadow:0 12px 28px #231c3026}html body:has(.channel-detail-page) .channel-hero-menu-popover form{display:contents}html body:has(.channel-detail-page) .channel-hero-menu-popover a,html body:has(.channel-detail-page) .channel-hero-menu-popover button{display:block;width:100%;min-height:32px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#44444b;font:inherit;font-size:12px;line-height:32px;text-align:left;text-decoration:none;cursor:pointer}html body:has(.channel-detail-page) .channel-hero-menu-popover a:hover,html body:has(.channel-detail-page) .channel-hero-menu-popover button:hover{background:#f5f1ff;color:#7719df}html body:has(.channel-detail-page) .channel-hero-menu-popover button.is-danger{color:#d64e57}html body:has(.channel-detail-page) .channel-hero-menu-popover button.is-danger:hover{background:#fff1f2;color:#c53b47}html body:has(.channel-detail-page) .channel-hero-menu-popover button:disabled{color:#b8bbc3;cursor:not-allowed}html body:has(.channel-detail-page) .channel-episode-section{border-top:1px solid #ececf0;padding-top:26px}html body:has(.channel-detail-page) .channel-episode-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}html body:has(.channel-detail-page) .channel-episode-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}html body:has(.channel-detail-page) .channel-keyword-filter-button{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:0 12px;border:1px solid #dedee5;border-radius:8px;background:#fff;color:#5e5e66;cursor:pointer;font:inherit;font-size:13px}html body:has(.channel-detail-page) .channel-keyword-filter-button:hover,html body:has(.channel-detail-page) .channel-keyword-filter-button.is-active{border-color:#cfc0f5;background:#f5f1ff;color:#7719df}html body:has(.channel-detail-page) .channel-keyword-panel{display:grid;gap:18px;margin:0 0 20px;padding:18px;border:1px solid #e6e2ef;border-radius:10px;background:#fcfbff}html body:has(.channel-detail-page) .channel-keyword-panel-heading,html body:has(.channel-detail-page) .channel-keyword-panel-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}html body:has(.channel-detail-page) .channel-keyword-panel-heading>div{display:grid;gap:4px}html body:has(.channel-detail-page) .channel-keyword-panel-heading strong{color:#35343b;font-size:14px}html body:has(.channel-detail-page) .channel-keyword-panel-heading span{color:#92919a;font-size:12px}html body:has(.channel-detail-page) .channel-keyword-close{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:#898891;cursor:pointer}html body:has(.channel-detail-page) .channel-keyword-close:hover{background:#f0eafd;color:#7719df}html body:has(.channel-detail-page) .channel-keyword-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}html body:has(.channel-detail-page) .channel-keyword-group{display:grid;gap:9px;color:#67666f;font-size:12px}html body:has(.channel-detail-page) .channel-keyword-input{display:flex;min-height:36px;align-items:center;border:1px solid #dedee5;border-radius:8px;background:#fff}html body:has(.channel-detail-page) .channel-keyword-input:focus-within{border-color:#7042e5;outline:2px solid rgba(112,66,229,.14);outline-offset:1px}html body:has(.channel-detail-page) .channel-keyword-input input{width:100%;min-width:0;padding:0 10px;border:0;outline:0;background:transparent;color:#36363d;font:inherit}html body:has(.channel-detail-page) .channel-keyword-input button{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:0;background:transparent;color:#7042e5;cursor:pointer;font-size:20px}html body:has(.channel-detail-page) .channel-keyword-tags{display:flex;flex-wrap:wrap;gap:6px;min-height:24px}html body:has(.channel-detail-page) .channel-keyword-tag{display:inline-flex;min-height:25px;align-items:center;gap:5px;padding:0 7px 0 9px;border-radius:999px;background:#eee8ff;color:#5e36bb;font-size:11px}html body:has(.channel-detail-page) .channel-keyword-tag button{display:grid;width:16px;height:16px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:currentColor;cursor:pointer}html body:has(.channel-detail-page) .channel-keyword-tag button:hover{background:#5e36bb24}html body:has(.channel-detail-page) .channel-keyword-empty{color:#aaa9b1;font-size:11px}html body:has(.channel-detail-page) .channel-keyword-reset,html body:has(.channel-detail-page) .channel-keyword-save{min-height:34px;padding:0 13px;border-radius:7px;cursor:pointer;font:inherit;font-size:12px}html body:has(.channel-detail-page) .channel-keyword-reset{border:0;background:transparent;color:#777680}html body:has(.channel-detail-page) .channel-keyword-reset:hover{color:#7719df}html body:has(.channel-detail-page) .channel-keyword-save{border:0;background:#8618e8;color:#fff;font-weight:700}html body:has(.channel-detail-page) .channel-keyword-save:hover{background:#7210c9}html body:has(.channel-detail-page) .channel-keyword-save:disabled,html body:has(.channel-detail-page) .channel-keyword-reset:disabled{cursor:wait;opacity:.55}html body:has(.channel-detail-page) .channel-episode-control{display:inline-flex;align-items:center;gap:8px;color:#777982;font-size:13px}html body:has(.channel-detail-page) .channel-episode-control select{min-width:124px;height:36px;padding:0 30px 0 10px;border:1px solid #dedee5;border-radius:8px;background:#fff;color:#36363d;cursor:pointer;font:inherit;font-size:13px}html body:has(.channel-detail-page) .channel-episode-control select:focus-visible{border-color:#7042e5;outline:2px solid rgba(112,66,229,.18);outline-offset:1px}html body:has(.channel-detail-page) .channel-episode-control select:disabled{cursor:wait;opacity:.65}html body:has(.channel-detail-page) .channel-episode-result-count{color:#9999a1;font-size:13px;white-space:nowrap}html body:has(.channel-detail-page) .channel-section-heading{display:flex;align-items:baseline;gap:8px;margin-bottom:18px}html body:has(.channel-detail-page) .channel-section-heading h2{margin:0;color:#303136;font-size:24px;font-weight:780}html body:has(.channel-detail-page) .channel-episode-list{display:grid}html body:has(.channel-detail-page) .channel-episode-row{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 34px;gap:14px;min-height:0;padding:0 0 14px;border-bottom:1px solid #e8e8ec}html body:has(.channel-detail-page) .channel-episode-row+.channel-episode-row{padding-top:14px}html body:has(.channel-detail-page) .channel-episode-cover{position:relative;display:grid;width:64px;height:64px;align-self:center;overflow:hidden;place-items:center;border-radius:7px;background:#eeeaf7;color:#7653c7;font-size:24px;font-weight:760;text-decoration:none}html body:has(.channel-detail-page) .channel-episode-cover img{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}html body:has(.channel-detail-page) .channel-episode-copy{display:grid;min-width:0;grid-template-rows:auto auto minmax(0,1fr) auto}html body:has(.channel-detail-page) .channel-episode-copy time{color:#9999a1;font-size:13px;line-height:1.25}html body:has(.channel-detail-page) .channel-episode-title{display:block;overflow:hidden;margin-top:3px;color:#292a2f;font-size:17px;font-weight:750;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}html body:has(.channel-detail-page) .channel-episode-title:hover{color:#7719df}html body:has(.channel-detail-page) .channel-episode-copy>p{display:-webkit-box;max-width:100%;overflow:hidden;margin:5px 0 0;color:#9999a1;font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}html body:has(.channel-detail-page) .channel-episode-footer{display:flex;align-items:center;gap:12px;margin-top:8px}html body:has(.channel-detail-page) .channel-episode-play{display:inline-flex;min-height:30px;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:999px;background:#f1eff6;color:#7138d9;cursor:pointer;font-size:12px;font-weight:750}html body:has(.channel-detail-page) .channel-episode-play:hover{background:#e9e0ff}html body:has(.channel-detail-page) .channel-episode-link{color:#898991;font-size:12px}html body:has(.channel-detail-page) .channel-episode-link:hover{color:#7719df}html body:has(.channel-detail-page) .channel-episode-more{align-self:end;width:34px;height:30px;color:#8c8c94;font-size:15px}html body:has(.channel-detail-page) .channel-episode-more:hover{color:#7719df}html body:has(.channel-detail-page) .channel-episode-row .episode-menu{right:30px;bottom:14px}html body:has(.channel-detail-page) .channel-empty-state{display:grid;min-height:180px;place-items:center;align-content:center;gap:5px;color:#9a9aa2;text-align:center}html body:has(.channel-detail-page) .channel-empty-state strong{color:#393a41;font-size:15px}html body:has(.channel-detail-page) .channel-empty-state span{font-size:12px}html body:has(.channel-detail-page) .channel-pagination{padding-top:20px}html body:has(.channel-detail-page) .channel-bottom-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px;padding:0;flex-wrap:wrap}html body:has(.channel-detail-page) .channel-bottom-pagination-pages{display:inline-flex;align-items:center;gap:10px}html body:has(.channel-detail-page) .channel-bottom-pagination-page,html body:has(.channel-detail-page) .channel-bottom-pagination-next{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #dedee5;border-radius:11px;background:#fff;color:#29282e;cursor:pointer;font-size:18px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}html body:has(.channel-detail-page) .channel-bottom-pagination-next{width:116px;font-size:16px}html body:has(.channel-detail-page) .channel-bottom-pagination-page:hover,html body:has(.channel-detail-page) .channel-bottom-pagination-next:hover{border-color:#c7b9f2;background:#f4f1ff;color:#7042e5}html body:has(.channel-detail-page) .channel-bottom-pagination-page.is-active{border-color:#7042e5;background:#7042e5;box-shadow:0 5px 12px #7042e533;color:#fff}html body:has(.channel-detail-page) .channel-bottom-pagination-next.is-disabled{color:#b7b3bf;cursor:default;opacity:.65;pointer-events:none}html body:has(.channel-detail-page) .channel-bottom-pagination-page:focus-visible,html body:has(.channel-detail-page) .channel-bottom-pagination-next:focus-visible,html body:has(.channel-detail-page) .channel-bottom-pagination-input:focus-visible{outline:2px solid #7044df;outline-offset:3px}html body:has(.channel-detail-page) .channel-bottom-pagination-summary{color:#45434b;font-size:14px;white-space:nowrap}html body:has(.channel-detail-page) .channel-bottom-pagination-jump{display:inline-flex;align-items:center;gap:6px;color:#45434b;font-size:14px}html body:has(.channel-detail-page) .channel-bottom-pagination-input{width:54px;height:42px;padding:0 8px;border:1px solid #dedee5;border-radius:11px;background:#fff;color:#29282e;font-size:16px;text-align:center}html body:has(.channel-detail-page) .channel-bottom-pagination-input::-webkit-inner-spin-button,html body:has(.channel-detail-page) .channel-bottom-pagination-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}html body:has(.channel-detail-page) .channel-bottom-pagination-input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}html body:has(.channel-detail-page) .channel-bottom-pagination-input:focus{border-color:#7042e5}html body:has(.channel-detail-page) .channel-bottom-pagination-page.is-active:focus-visible{outline-color:#7042e5}html body:has(.channel-detail-page) .channel-bottom-pagination-summary,html body:has(.channel-detail-page) .channel-bottom-pagination-jump{white-space:nowrap}@media (max-width: 840px){html body:has(.channel-detail-page) .channel-hero{grid-template-columns:220px minmax(0,1fr);gap:22px;min-height:220px;padding-bottom:26px}html body:has(.channel-detail-page) .channel-hero-cover{width:220px;border-radius:12px;font-size:52px}html body:has(.channel-detail-page) .channel-hero-heading h1{font-size:28px}html body:has(.channel-detail-page) .channel-hero-author{font-size:15px}}@media (max-width: 620px){html body:has(.channel-detail-page) .podcasts-main{padding-top:18px}html body:has(.channel-detail-page) .channel-hero{display:block;min-height:0;padding-bottom:32px}html body:has(.channel-detail-page) .channel-hero-cover{width:min(62vw,260px);margin-bottom:22px}html body:has(.channel-detail-page) .channel-hero-heading h1{font-size:25px}html body:has(.channel-detail-page) .channel-hero-description{font-size:13px}html body:has(.channel-detail-page) .channel-episode-toolbar{align-items:flex-start;flex-direction:column;gap:10px}html body:has(.channel-detail-page) .channel-episode-controls{width:100%;align-items:stretch;flex-direction:column;gap:8px}html body:has(.channel-detail-page) .channel-keyword-filter-button{justify-content:center}html body:has(.channel-detail-page) .channel-keyword-groups{grid-template-columns:1fr}html body:has(.channel-detail-page) .channel-episode-control{justify-content:space-between}html body:has(.channel-detail-page) .channel-episode-control select{flex:1;max-width:220px}html body:has(.channel-detail-page) .channel-episode-row{min-height:0;padding-bottom:12px}html body:has(.channel-detail-page) .channel-episode-title{font-size:15px}html body:has(.channel-detail-page) .channel-episode-copy>p{font-size:12px}}html body:has(.discovery-reference-page) .podcasts-main{width:auto;max-width:none;margin-right:var(--workspace-edge);margin-left:var(--workspace-edge);padding:82px 0 160px;padding-right:0!important;padding-left:0!important}html body:has(.discovery-reference-page) .discovery-reference-page{min-width:0;color:#272832}html body:has(.discovery-reference-page) .discovery-reference-filter-row{position:relative;z-index:30;display:flex;min-width:0;align-items:center;gap:18px;margin:0 0 18px}html body:has(.discovery-reference-page) .discovery-reference-topic-navigation{position:relative;display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:8px}html body:has(.discovery-reference-page) .discovery-reference-topic-pager{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}html body:has(.discovery-reference-page) .discovery-reference-topic-navigation:hover .discovery-reference-topic-pager,html body:has(.discovery-reference-page) .discovery-reference-topic-navigation:focus-within .discovery-reference-topic-pager{visibility:visible;opacity:1}html body:has(.discovery-reference-page) .discovery-reference-topic-pager-button{position:absolute;top:50%;display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:8px;background:#f8f8fbf5;box-shadow:0 2px 10px #22222b1f;color:#77777f;cursor:pointer;transform:translateY(-50%);pointer-events:auto;transition:background-color .15s ease,color .15s ease,transform .15s ease}html body:has(.discovery-reference-page) .discovery-reference-topic-pager-previous{left:4px}html body:has(.discovery-reference-page) .discovery-reference-topic-pager-next{right:4px}html body:has(.discovery-reference-page) .discovery-reference-topic-pager-button:hover{background:#fff;color:#4d4d56;transform:translateY(-50%) scale(1.06)}html body:has(.discovery-reference-page) .discovery-category-form{flex:0 0 auto;align-self:center;margin:0;z-index:20}html body:has(.discovery-reference-page) .discovery-reference-topics{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:11px;margin:0;overflow-x:auto;padding:2px 1px;scrollbar-width:none}html body:has(.discovery-reference-page) .discovery-reference-topics::-webkit-scrollbar{display:none}html body:has(.discovery-reference-page) .discovery-reference-topics a{display:inline-flex;min-height:34px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;background:#f5f5f8;color:#4d4e58;font-size:12px;font-weight:650;text-decoration:none;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-reference-topics a:hover,html body:has(.discovery-reference-page) .discovery-reference-topics a.is-active{background:#6740e9;color:#fff}html body:has(.discovery-reference-page) .discovery-reference-featured{position:relative;min-width:0}html body:has(.discovery-reference-page) .discovery-reference-featured-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px}html body:has(.discovery-reference-page) .discovery-featured-card{position:relative;min-width:0;overflow:hidden;aspect-ratio:3 / 4;border-radius:12px;background:var(--cover-bottom-color, #2a2a31);box-shadow:0 5px 16px #1a1b261a;isolation:isolate}html body:has(.discovery-reference-page) .discovery-featured-cover{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;font:inherit;text-decoration:none;text-align:left}html body:has(.discovery-reference-page) .discovery-featured-cover img,html body:has(.discovery-reference-page) .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-featured-shade{position:absolute;top:0;right:0;left:0;width:100%;bottom:auto}html body:has(.discovery-reference-page) .discovery-featured-cover img{z-index:1;height:auto;aspect-ratio:1;object-fit:cover;transition:transform .18s ease}html body:has(.discovery-reference-page) .discovery-featured-cover:hover img{transform:scale(1.035)}html body:has(.discovery-reference-page) .discovery-featured-cover.is-readonly,html body:has(.discovery-reference-page) .discovery-catalog-cover.is-readonly,html body:has(.discovery-reference-page) .discovery-catalog-title.is-readonly{cursor:default;opacity:1}html body:has(.discovery-reference-page) .discovery-featured-cover.is-readonly:hover img{transform:none}html body:has(.discovery-reference-page) .discovery-link-status-dot{position:absolute;z-index:6;top:10px;right:10px;width:10px;height:10px;border:2px solid rgba(255,255,255,.92);border-radius:50%;box-shadow:0 2px 7px #0a0c1640}html body:has(.discovery-reference-page) .discovery-link-status-dot.is-available{background:#22b573}html body:has(.discovery-reference-page) .discovery-link-status-dot.is-missing{background:#e65b63}html body:has(.discovery-reference-page) .discovery-featured-fallback{display:grid;z-index:0;height:auto;aspect-ratio:1;place-items:center;color:#fffffff0;font-size:45px;font-weight:800}html body:has(.discovery-reference-page) .discovery-featured-color-fill{position:absolute;z-index:1;top:75%;right:0;bottom:0;left:0;background:var(--cover-bottom-color, #2a2a31)}html body:has(.discovery-reference-page) .discovery-featured-tone-0 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-0{background:#ff5b12}html body:has(.discovery-reference-page) .discovery-featured-tone-1 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-1{background:#17171c}html body:has(.discovery-reference-page) .discovery-featured-tone-2 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-2{background:#090a0c}html body:has(.discovery-reference-page) .discovery-featured-tone-3 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-3{background:#b54d7b}html body:has(.discovery-reference-page) .discovery-featured-tone-4 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-4{background:#2736a8}html body:has(.discovery-reference-page) .discovery-featured-tone-5 .discovery-featured-fallback,html body:has(.discovery-reference-page) .discovery-catalog-cover.discovery-featured-tone-5{background:#9b4b12}html body:has(.discovery-reference-page) .discovery-featured-shade{z-index:2;top:52%;height:auto;bottom:0;background:linear-gradient(to bottom,transparent 0%,color-mix(in srgb,var(--cover-bottom-color, #2a2a31) 8%,transparent) 18%,color-mix(in srgb,var(--cover-bottom-deep, #17171a) 54%,transparent) 58%,var(--cover-bottom-deep, #17171a) 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 100%)}html body:has(.discovery-reference-page) .discovery-featured-copy{position:absolute;z-index:3;right:12px;bottom:12px;left:12px;display:grid;min-width:0;gap:4px}html body:has(.discovery-reference-page) .discovery-featured-copy strong{overflow:hidden;color:#fff;font-size:16px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-featured-copy small{overflow:hidden;color:#ffffffdb;font-size:11px;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-featured-tags,html body:has(.discovery-reference-page) .discovery-featured-stats{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden}html body:has(.discovery-reference-page) .discovery-featured-tags i{overflow:hidden;padding:3px 7px;border-radius:6px;background:#ffffff2b;color:#fffffff0;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-featured-stats{color:#ffffffeb;font-size:10px;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-featured-action{position:absolute;z-index:4;right:10px;bottom:10px}html body:has(.discovery-reference-page) .discovery-featured-action form{margin:0}html body:has(.discovery-reference-page) .discovery-reference-subscribe{min-width:59px;min-height:31px;padding:0 12px;border:0;border-radius:8px;background:#fffffff5;color:#2d2e36;cursor:pointer;font-size:11px;font-weight:750}html body:has(.discovery-reference-page) .discovery-reference-subscribe:hover{background:#fff;color:#6740e9}html body:has(.discovery-reference-page) .discovery-reference-subscribe.is-subscribed{background:#6740e9;color:#fff}html body:has(.discovery-reference-page) .discovery-reference-subscribe.is-unavailable,html body:has(.discovery-reference-page) .discovery-reference-list-button.is-unavailable{border-color:#dfe1e6;background:#eef0f3;color:#a3a7b0;cursor:not-allowed;opacity:1}html body:has(.discovery-reference-page) .discovery-reference-catalog{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-top:20px}html body:has(.discovery-reference-page) .discovery-reference-catalog-column{overflow:hidden;border:1px solid #e9ebf0;border-radius:10px;background:#fff;box-shadow:0 3px 12px #1c1e2a06}html body:has(.discovery-reference-page) .discovery-catalog-row{display:grid;min-width:0;min-height:86px;grid-template-columns:62px minmax(0,1fr) auto;gap:12px;align-items:center;padding:9px 13px}html body:has(.discovery-reference-page) .discovery-catalog-row+.discovery-catalog-row{border-top:1px solid #ececf0}html body:has(.discovery-reference-page) .discovery-catalog-cover{position:relative;display:grid;width:62px;height:62px;overflow:hidden;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:#fff;cursor:pointer;font-size:25px;font-weight:800;text-decoration:none}html body:has(.discovery-reference-page) .discovery-catalog-cover img{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}html body:has(.discovery-reference-page) .discovery-catalog-cover span{position:relative;z-index:0}html body:has(.discovery-reference-page) .discovery-catalog-cover .discovery-link-status-dot{position:absolute;z-index:3;top:6px;right:6px;width:8px;height:8px;border-width:1.5px}html body:has(.discovery-reference-page) .discovery-catalog-copy{display:grid;min-width:0;gap:3px}html body:has(.discovery-reference-page) .discovery-catalog-title{display:block;width:100%;padding:0;border:0;background:transparent;overflow:hidden;color:#2d2f38;cursor:pointer;font-size:14px;font-weight:750;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;text-align:left}html body:has(.discovery-reference-page) .discovery-catalog-title:hover{color:#6740e9}html body:has(.discovery-reference-page) .discovery-catalog-copy p{display:-webkit-box;overflow:hidden;margin:0;color:#8b8d97;font-size:11px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:1}html body:has(.discovery-reference-page) .discovery-catalog-stats{overflow:hidden;color:#999ba4;font-size:10px;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-catalog-row form{margin:0}html body:has(.discovery-reference-page) .discovery-reference-list-button{min-width:64px;min-height:34px;padding:0 11px;border:1px solid #e7e8ed;border-radius:8px;background:#fff;color:#444650;cursor:pointer;font-size:12px;font-weight:700}html body:has(.discovery-reference-page) .discovery-catalog-open{display:inline-flex;align-items:center;gap:5px;text-decoration:none;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-reference-list-button:hover{border-color:#6740e9;color:#6740e9}html body:has(.discovery-reference-page) .discovery-reference-list-button.is-subscribed{border-color:#7354ed;color:#6740e9}html body:has(.discovery-reference-page) .discovery-reference-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px}html body:has(.discovery-reference-page) .discovery-reference-pagination a,html body:has(.discovery-reference-page) .discovery-reference-pagination>span{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;color:#4e5060;font-size:14px;text-decoration:none}html body:has(.discovery-reference-page) .discovery-reference-pagination a:hover{background:#f2efff;color:#6740e9}html body:has(.discovery-reference-page) .discovery-reference-pagination a.is-active{background:#6740e9;color:#fff;box-shadow:0 4px 10px #6740e933}html body:has(.discovery-reference-page) .discovery-reference-pagination>span:first-child,html body:has(.discovery-reference-page) .discovery-reference-pagination>span:last-child{color:#60616c;font-size:25px}html body:has(.discovery-reference-page) .discovery-reference-pagination>span[aria-hidden=true]{opacity:.35}html body:has(.discovery-reference-page) .discovery-reference-pagination .discovery-reference-ellipsis{width:auto;font-size:15px}html body:has(.discovery-reference-page) .discovery-reference-empty{display:grid;min-height:220px;place-items:center;align-content:center;gap:6px;color:#93959f;text-align:center}html body:has(.discovery-reference-page) .discovery-reference-empty strong{color:#3f4049;font-size:15px}html body:has(.discovery-reference-page) .discovery-reference-empty span{font-size:12px}@media (max-width: 1120px){html body:has(.discovery-reference-page) .discovery-reference-featured-track{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){html body:has(.discovery-reference-page) .podcasts-main{width:auto;margin-right:var(--workspace-edge);margin-left:var(--workspace-edge);padding:78px 0 140px;padding-right:0!important;padding-left:0!important}html body:has(.discovery-reference-page) .discovery-reference-filter-row{align-items:stretch;flex-direction:column;gap:12px;margin:0 0 18px}html body:has(.discovery-reference-page) .discovery-category-form{order:2}html body:has(.discovery-reference-page) .discovery-reference-topic-navigation{width:100%}html body:has(.discovery-reference-page) .discovery-reference-topics{width:100%;flex-basis:auto}html body:has(.discovery-reference-page) .discovery-reference-featured-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}html body:has(.discovery-reference-page) .discovery-reference-featured-track::-webkit-scrollbar{display:none}html body:has(.discovery-reference-page) .discovery-featured-card{width:min(58vw,220px);flex:0 0 min(58vw,220px)}html body:has(.discovery-reference-page) .discovery-reference-catalog{grid-template-columns:1fr;gap:12px}}@media (max-width: 520px){html body:has(.discovery-reference-page) .discovery-category-form{width:100%}html body:has(.discovery-reference-page) .discovery-catalog-row{grid-template-columns:54px minmax(0,1fr) auto;gap:9px;padding:8px 9px}html body:has(.discovery-reference-page) .discovery-catalog-cover{width:54px;height:54px}html body:has(.discovery-reference-page) .discovery-reference-pagination{gap:9px}}.pagination-viewport{position:relative;min-width:0}.pagination-side-controls{position:absolute;z-index:8;top:0;right:0;bottom:0;left:0;pointer-events:none}.pagination-side-control{position:absolute;top:50%;display:grid;width:40px;height:56px;place-items:center;padding:0 0 2px;border:0;border-radius:12px;background:#f8f8fbf5;box-shadow:0 4px 15px #22222b1f;color:#77777f;cursor:pointer;font-size:32px;font-weight:300;line-height:1;text-decoration:none;transform:translateY(-50%);pointer-events:auto;transition:background-color .15s ease,color .15s ease,transform .15s ease}.pagination-side-previous{left:-20px}.pagination-side-next{right:-20px}.pagination-side-control:hover{background:#fff;color:#4d4d56;transform:translateY(-50%) scale(1.06)}.pagination-side-control.is-disabled{cursor:default;opacity:.35;pointer-events:none}.pagination-local-loading{position:relative;cursor:progress;opacity:.68;transition:opacity .16s ease}.pagination-local-loading .section-pager-button,.pagination-local-loading .pagination-side-control,.pagination-local-loading .channel-bottom-pagination-page,.pagination-local-loading .channel-bottom-pagination-next{pointer-events:none}.pagination-local-error{margin-top:8px;color:#c2414b;font-size:12px}.discovery-reference-pagination a.is-disabled{pointer-events:none;opacity:.5}.pagination-side-control:focus-visible{outline:2px solid #7044df;outline-offset:3px}.section-pager.pagination-side-controls{top:50px;right:0;bottom:0;left:0}.section-pager .section-pager-button{width:40px;height:56px;border-radius:12px}.section-pager .section-pager-previous{left:-20px}.section-pager .section-pager-next{right:-20px}html body:has(.discovery-reference-page) .discovery-reference-audiobook-pager{top:0;visibility:hidden;opacity:0;pointer-events:none}html body:has(.discovery-reference-page) .discovery-reference-viewport:hover .discovery-reference-audiobook-pager,html body:has(.discovery-reference-page) .discovery-reference-viewport:focus-within .discovery-reference-audiobook-pager{visibility:visible;opacity:1;pointer-events:none}html body:has(.discovery-reference-page) .discovery-reference-audiobook-pager .section-pager-button{pointer-events:auto}html body:has(.pagination-viewport) .more-button,html body:has(.pagination-viewport) .subscription-card-menu,html body:has(.pagination-viewport) .subscription-card-menu summary,html body:has(.latest-section) .latest-more{z-index:9}html body:has(.latest-section) .latest-episode-row.is-menu-open{z-index:20}html body:has(.latest-section) .latest-more{position:absolute;right:0;bottom:0;align-self:auto;margin:0}.section-pager .section-pager-button:hover,.section-pager .section-pager-previous:hover,.section-pager .section-pager-next:hover{transform:translateY(-50%) scale(1.06)}.pagination-page-context{position:relative;z-index:1}.subscription-library-pagination.pagination-page-context{margin-top:22px}html body:has(.channel-detail-page) .channel-episode-viewport,html body:has(.content-table-viewport) .content-table-viewport{min-width:0}@media (max-width: 760px){.pagination-side-controls,.section-pager{display:none}.pagination-page-context{margin-top:16px}html body:has(.channel-detail-page) .channel-bottom-pagination{gap:8px;margin-top:16px}html body:has(.channel-detail-page) .channel-bottom-pagination-pages{gap:6px}html body:has(.channel-detail-page) .channel-bottom-pagination-page,html body:has(.channel-detail-page) .channel-bottom-pagination-next,html body:has(.channel-detail-page) .channel-bottom-pagination-input{height:36px}html body:has(.channel-detail-page) .channel-bottom-pagination-page{width:36px;font-size:14px}html body:has(.channel-detail-page) .channel-bottom-pagination-next{width:86px;font-size:13px}html body:has(.channel-detail-page) .channel-bottom-pagination-summary,html body:has(.channel-detail-page) .channel-bottom-pagination-jump{font-size:12px}html body:has(.channel-detail-page) .channel-bottom-pagination-input{width:46px;font-size:14px}.subscription-library-grid{display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none;scroll-snap-type:x proximity;touch-action:pan-x}.subscription-library-grid::-webkit-scrollbar,.channel-episode-list::-webkit-scrollbar,.discovery-reference-catalog::-webkit-scrollbar{display:none}.subscription-library-card{width:min(46vw,190px);flex:0 0 min(46vw,190px);scroll-snap-align:start}html body:has(.podcasts-app-shell) .latest-episode-grid,html body:has(.podcasts-app-shell) .podcasts-subscription-grid{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;min-height:84px;scrollbar-width:none;scroll-snap-type:x proximity;touch-action:pan-x;-webkit-overflow-scrolling:touch}html body:has(.podcasts-app-shell) .latest-episode-grid::-webkit-scrollbar,html body:has(.podcasts-app-shell) .podcasts-subscription-grid::-webkit-scrollbar{display:none}html body:has(.podcasts-app-shell) .latest-episode-row,html body:has(.podcasts-app-shell) .podcasts-subscription-card{scroll-snap-align:start}html body:has(.podcasts-app-shell) .latest-episode-row{width:min(84vw,430px);flex:0 0 min(84vw,430px)}html body:has(.podcasts-app-shell) .latest-episode-grid:after{display:none}html body:has(.podcasts-app-shell) .podcasts-subscription-grid{grid-template-columns:repeat(3,minmax(120px,1fr));overflow-x:auto}html body:has(.podcasts-app-shell) .podcasts-main:has(.queue-section) .podcasts-subscription-grid{overflow-x:auto}.subscriptions-page.is-list .subscription-library-grid{display:flex;overflow-x:auto}.subscriptions-page.is-list .subscription-library-card{width:min(84vw,430px);flex:0 0 min(84vw,430px)}html body:has(.channel-detail-page) .channel-episode-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none;scroll-snap-type:x proximity;touch-action:pan-x}html body:has(.channel-detail-page) .channel-episode-row{width:min(84vw,430px);flex:0 0 min(84vw,430px);scroll-snap-align:start}html body:has(.discovery-reference-page) .discovery-reference-catalog{display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none;scroll-snap-type:x proximity;touch-action:pan-x}html body:has(.discovery-reference-page) .discovery-reference-catalog-column{width:min(86vw,430px);flex:0 0 min(86vw,430px);scroll-snap-align:start}html body:has(.discovery-reference-page) .discovery-reference-pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}html body:has(.discovery-reference-page) .discovery-reference-pagination::-webkit-scrollbar{display:none}}@media (min-width: 761px){html body:has(.podcasts-app-shell) .podcasts-main:has(.pagination-viewport),html body:has(.podcasts-app-shell) .podcasts-main:has(.queue-section){padding-right:48px!important;padding-left:48px!important}}html body:has(.discovery-reference-page) .podcasts-main{width:calc(100% - var(--workspace-edge) - var(--workspace-edge))!important;max-width:none!important;margin-right:var(--workspace-edge)!important;margin-left:var(--workspace-edge)!important;padding-right:0!important;padding-left:0!important}html body:has(.discovery-reference-page) .discovery-reference-page,html body:has(.discovery-reference-page) .discovery-reference-viewport,html body:has(.discovery-reference-page) .discovery-reference-featured,html body:has(.discovery-reference-page) .discovery-reference-catalog{width:100%;max-width:none}html body:has(.settings-reference-page) .podcasts-app-shell,html body:has(.settings-reference-page) .podcasts-main{background:#f7f8fb}html body:has(.settings-reference-page) .podcasts-topbar{background:#f7f8fbf5}html body:has(.settings-reference-page) .podcasts-main{width:calc(100% - var(--workspace-edge) - var(--workspace-edge))!important;max-width:none!important;margin-right:var(--workspace-edge)!important;margin-left:var(--workspace-edge)!important;padding:84px 0 160px!important}html body:has(.settings-reference-page) .settings-reference-page{display:grid;min-width:0;gap:20px;color:#252733}html body:has(.settings-reference-page) .settings-reference-section{min-width:0}html body:has(.settings-reference-page) .settings-reference-section>h2{margin:0 0 9px;color:#2b2d36;font-size:14px;font-weight:760;line-height:1.2}html body:has(.settings-reference-page) .settings-reference-card{overflow:hidden;border:1px solid #e5e7ec;border-radius:8px;background:#fff;box-shadow:0 2px 9px #272c3909}html body:has(.settings-reference-page) .settings-reference-row,html body:has(.settings-reference-page) .settings-reference-logout{display:flex;min-height:64px;height:64px;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;border-bottom:1px solid #edf0f3}html body:has(.settings-reference-page) .settings-reference-card>:last-child{border-bottom:0}html body:has(.settings-reference-page) .settings-reference-label,html body:has(.settings-reference-page) .settings-reference-value{color:#3c404a;font-size:13px}html body:has(.settings-reference-page) .settings-reference-account-copy{gap:14px}html body:has(.settings-reference-page) .settings-reference-account-copy .settings-reference-icon{width:40px;height:40px;flex:0 0 40px;color:#242832}html body:has(.settings-reference-page) .settings-reference-account-copy .settings-reference-icon svg{width:40px;height:40px}html body:has(.settings-reference-page) .settings-reference-account-copy>span:last-child{display:grid;min-width:0;gap:2px}html body:has(.settings-reference-page) .settings-reference-account-copy .settings-reference-label{font-size:13px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-value{font-weight:600;text-align:right}html body:has(.settings-reference-page) .settings-reference-muted{color:#9a9da6;font-size:13px;text-align:right}html body:has(.settings-reference-page) .settings-reference-avatar-value{display:inline-flex;align-items:center;gap:10px}html body:has(.settings-reference-page) .settings-reference-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:#edf0f5;color:#858b98}html body:has(.settings-reference-page) .settings-reference-avatar svg{width:20px;height:20px}html body:has(.settings-reference-page) .settings-reference-chevron{width:18px;height:18px;color:#969ba5}html body:has(.settings-reference-page) .settings-reference-logout{justify-content:flex-end;min-height:64px;height:64px}html body:has(.settings-reference-page) .settings-reference-logout button{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#e24d68;cursor:pointer;font:inherit;font-size:13px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-logout button svg{width:17px;height:17px}html body:has(.settings-reference-page) .settings-reference-connection{display:grid;min-width:0;min-height:64px;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center;padding:0 14px;border-bottom:1px solid #edf0f3}html body:has(.settings-reference-page) .settings-reference-provider{display:grid;width:40px;height:40px;place-items:center;overflow:hidden;border-radius:7px;background:transparent;color:#1c1e26}html body:has(.settings-reference-page) .settings-reference-provider svg{width:25px;height:25px}html body:has(.settings-reference-page) .settings-reference-provider img{display:block;width:100%;height:100%;object-fit:cover}html body:has(.settings-reference-page) .settings-reference-provider span{font-size:8px;font-weight:800;letter-spacing:-.2px}html body:has(.settings-reference-page) .settings-reference-provider-asr{background:#eef8f4;color:#1f9b72}html body:has(.settings-reference-page) .settings-reference-connection-copy{display:grid;min-width:0;gap:2px}html body:has(.settings-reference-page) .settings-reference-connection-title{display:flex;min-width:0;align-items:baseline;gap:8px}html body:has(.settings-reference-page) .settings-reference-connection-copy strong{overflow:hidden;color:#3a3d47;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}html body:has(.settings-reference-page) .settings-reference-connection-copy span{flex:0 0 auto;color:#36ad75;font-size:12px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-connection-copy span:not(.is-connected){color:#a4a7b0}html body:has(.settings-reference-page) .settings-reference-connection-copy small{overflow:hidden;color:#969aa4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}html body:has(.settings-reference-page) .settings-reference-connection-actions{display:flex;align-items:center;gap:10px}html body:has(.settings-reference-page) .settings-reference-outline-button,html body:has(.settings-reference-page) .settings-reference-primary-button{min-width:92px;min-height:34px;padding:0 14px;border-radius:7px;cursor:pointer;font:inherit;font-size:12px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-outline-button{border:1px solid #7654e8;background:#fff;color:#6b4be0}html body:has(.settings-reference-page) .settings-reference-primary-button{border:1px solid #6c43e5;background:#6c43e5;color:#fff;box-shadow:0 4px 8px #6c43e524}html body:has(.settings-reference-page) .settings-reference-outline-button:hover,html body:has(.settings-reference-page) .settings-reference-primary-button:hover{filter:brightness(.97)}html body:has(.settings-reference-page) .settings-reference-qr{display:grid;grid-column:1 / -1;justify-items:center;gap:6px;padding:14px 0 6px;border-top:1px solid #edf0f3;text-align:center}html body:has(.settings-reference-page) .settings-reference-qr[hidden]{display:none!important}html body:has(.settings-reference-page) .settings-reference-qr>div{padding:8px;background:#fff}html body:has(.settings-reference-page) .settings-reference-qr p{margin:0;color:#969aa4;font-size:11px}html body:has(.settings-reference-page) .settings-qr-dialog{width:min(480px,calc(100vw - 40px));max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);margin:auto;padding:0;overflow:visible;border:0;border-radius:12px;background:transparent;box-shadow:none}html body:has(.settings-reference-page) .settings-qr-dialog::backdrop{background:#1f222b75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html body:has(.settings-reference-page) .settings-qr-dialog-inner{padding:20px;border:1px solid #e1e4ea;border-radius:12px;background:#fff;box-shadow:0 18px 48px #161a233d;box-sizing:border-box;color:#20242b}html body:has(.settings-reference-page) .settings-qr-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}html body:has(.settings-reference-page) .settings-qr-dialog-brand{display:flex;min-width:0;align-items:center;gap:12px}html body:has(.settings-reference-page) .settings-qr-dialog-provider{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;overflow:hidden;border-radius:8px}html body:has(.settings-reference-page) .settings-qr-dialog-provider img{display:block;width:100%;height:100%;object-fit:cover}html body:has(.settings-reference-page) .settings-qr-dialog-header h3{margin:0;color:#191c24;font-size:22px;font-weight:800;letter-spacing:0;line-height:1.2}html body:has(.settings-reference-page) .settings-qr-dialog-header p{margin:7px 0 0;color:#737987;font-size:14px;line-height:1.3}html body:has(.settings-reference-page) .settings-qr-dialog-close{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;margin:0;padding:0 0 2px;border:0;border-radius:6px;background:#f0f2f6;color:#37404e;cursor:pointer;font-size:21px;line-height:1}html body:has(.settings-reference-page) .settings-qr-dialog-close:hover{background:#e7eaf0;color:#20242c}html body:has(.settings-reference-page) .settings-qr-code-shell{display:grid;width:292px;height:292px;margin:24px auto 18px;place-items:center;padding:15px;border:1px solid #dfe3ea;border-radius:12px;background:#fff;box-sizing:border-box}html body:has(.settings-reference-page) .settings-qr-code-shell>div{display:grid;width:260px;height:260px;place-items:center}html body:has(.settings-reference-page) .settings-qr-code-shell canvas,html body:has(.settings-reference-page) .settings-qr-code-shell img{display:block;width:260px!important;height:260px!important;max-width:100%;image-rendering:pixelated}html body:has(.settings-reference-page) .settings-qr-status{margin:0;color:#6c43e5;font-size:13px;font-weight:750;line-height:1.35;text-align:center}html body:has(.settings-reference-page) .settings-qr-instruction,html body:has(.settings-reference-page) .settings-qr-expiry{margin:14px 0 0;color:#343842;font-size:13px;line-height:1.4;text-align:center}html body:has(.settings-reference-page) .settings-qr-expiry{margin-top:7px;color:#9a9fab;font-size:11px}html body:has(.settings-reference-page) .settings-qr-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}html body:has(.settings-reference-page) .settings-qr-dialog-actions button{min-height:38px;border-radius:6px;cursor:pointer;font:inherit;font-size:12px;font-weight:700}html body:has(.settings-reference-page) .settings-qr-refresh{border:1px solid #6c43e5;background:#6c43e5;color:#fff;box-shadow:0 5px 12px #6c43e52e}html body:has(.settings-reference-page) .settings-qr-cancel{border:1px solid #dfe3ea;background:#fff;color:#343842}html body:has(.settings-reference-page) .settings-qr-refresh:hover,html body:has(.settings-reference-page) .settings-qr-cancel:hover{filter:brightness(.97)}html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-dialog-inner{border-color:#343846;background:#1c1f29;color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-dialog-header h3,html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-instruction{color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-dialog-header p{color:#aeb4c2}html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-code-shell,html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-cancel{border-color:#343846;background:#fff}html[data-theme=dark] body:has(.settings-reference-page) .settings-qr-cancel{background:#1c1f29;color:#eef1f8}@media (max-width: 760px){html body:has(.settings-reference-page) .settings-qr-dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}html body:has(.settings-reference-page) .settings-qr-dialog-inner{min-height:auto;padding:20px;border-radius:14px}html body:has(.settings-reference-page) .settings-qr-dialog-header h3{font-size:20px}html body:has(.settings-reference-page) .settings-qr-dialog-header p{font-size:14px}html body:has(.settings-reference-page) .settings-qr-code-shell{width:min(280px,100%);height:min(280px,100vw - 72px);margin-top:22px;padding:10px}html body:has(.settings-reference-page) .settings-qr-code-shell>div,html body:has(.settings-reference-page) .settings-qr-code-shell canvas,html body:has(.settings-reference-page) .settings-qr-code-shell img{width:250px!important;height:250px!important}html body:has(.settings-reference-page) .settings-qr-instruction,html body:has(.settings-reference-page) .settings-qr-expiry,html body:has(.settings-reference-page) .settings-qr-dialog-actions button{font-size:12px}}html body:has(.settings-reference-page) .settings-reference-control-row{display:flex;min-height:64px;height:64px;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border-bottom:1px solid #edf0f3}html body:has(.settings-reference-page) .settings-reference-control-row:last-child{border-bottom:0}html body:has(.settings-reference-page) .settings-reference-control-row:has(.settings-reference-rate-menu){height:64px;min-height:64px;align-items:center;padding-top:0;padding-bottom:0}html body:has(.settings-reference-page) .settings-reference-copy{display:flex;min-width:0;align-items:center;gap:14px}html body:has(.settings-reference-page) .settings-reference-copy>span:last-child{display:grid;min-width:0;gap:2px}html body:has(.settings-reference-page) .settings-reference-copy strong{color:#343842;font-size:13px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-copy small{overflow:hidden;color:#9599a3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}html body:has(.settings-reference-page) .settings-reference-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;color:#242832}html body:has(.settings-reference-page) .settings-reference-icon svg{width:40px;height:40px;stroke-width:1.5}html body:has(.settings-reference-page) .settings-reference-select{width:92px;min-width:92px;height:34px;margin-right:-8px;padding:0 28px 0 12px;border:1px solid #e0e3e9;border-radius:7px;background:#fff;color:#4d515b;font:inherit;font-size:12px}html body:has(.settings-reference-page) .settings-reference-switch{display:flex;width:44px;height:24px;align-items:center;justify-content:flex-start;padding:2px;border:1px solid #d9dde5;border-radius:7px;background:#e4e7ed;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}html body:has(.settings-reference-page) .settings-reference-switch span{display:block;width:18px;height:18px;border-radius:5px;background:#fff;box-shadow:0 1px 3px #2026322e;transition:transform .14s ease}html body:has(.settings-reference-page) .settings-reference-switch.is-on{border-color:#7043e3;background:#7043e3}html body:has(.settings-reference-page) .settings-reference-switch.is-on span{transform:translate(18px)}html body:has(.settings-reference-page) .settings-reference-choice-group{display:grid;width:184px;min-width:184px;grid-template-columns:repeat(2,92px);margin-right:-8px;overflow:hidden;border:1px solid #e1e3e9;border-radius:7px;background:#f5f6f8}html body:has(.settings-reference-page) .settings-reference-choice-group button{min-height:34px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#4e525d;cursor:pointer;font:inherit;font-size:12px;font-weight:650}html body:has(.settings-reference-page) .settings-reference-choice-group button.is-selected{border:1px solid #7654e8;background:#fff;color:#6c45df;box-shadow:0 1px 3px #6c43e514}html[data-theme=dark] body:has(.settings-reference-page) .podcasts-app-shell,html[data-theme=dark] body:has(.settings-reference-page) .podcasts-main{background:#11131b}html[data-theme=dark] body:has(.settings-reference-page) .podcasts-topbar{background:#11131bf5}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-section>h2,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-label,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-value,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-connection-copy strong,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-copy strong,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-icon{color:#edf0f7}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-card,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-outline-button{border-color:#303746;background:#1b1e29;color:#edf0f7}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-row,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-logout,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-connection,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-control-row,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-qr{border-color:#303746}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-provider img{filter:invert(1)}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-choice-group{border-color:#3b4352;background:#252b37}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-choice-group button.is-selected{border-color:#8066ef;background:#1b1e29;color:#b8a7ff}@media (max-width: 760px){html body:has(.settings-reference-page) .podcasts-main{width:calc(100% - var(--workspace-edge) - var(--workspace-edge))!important;margin-right:var(--workspace-edge)!important;margin-left:var(--workspace-edge)!important;padding:84px 0 140px!important}html body:has(.settings-reference-page) .settings-reference-row,html body:has(.settings-reference-page) .settings-reference-logout,html body:has(.settings-reference-page) .settings-reference-control-row{padding-right:14px;padding-left:14px}html body:has(.settings-reference-page) .settings-reference-connection{grid-template-columns:38px minmax(0,1fr);padding-right:12px;padding-left:12px}html body:has(.settings-reference-page) .settings-reference-connection-actions{grid-column:2;flex-wrap:wrap}html body:has(.settings-reference-page) .settings-reference-choice-group{min-width:184px;margin-right:-2px}html body:has(.settings-reference-page) .settings-reference-select{margin-right:-2px}}html body .subscription-metadata-dialog{width:min(480px,calc(100vw - 40px));max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);padding:0;overflow:hidden;border:1px solid #e1e4ea;border-radius:12px;background:#f8f9fb;color:#272a32;box-shadow:0 18px 48px #161a233d}html body .subscription-metadata-dialog::backdrop{background:#272b336b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html body .subscription-edit-reference-form{display:flex;width:100%;height:auto;max-height:calc(100vh - 40px);flex-direction:column;padding:0}html body .subscription-edit-reference-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:20px 20px 13px;background:#f8f9fb}html body .subscription-edit-reference-header h2{margin:0;color:#17191e;font-size:22px;font-weight:800;letter-spacing:0;line-height:1.2}html body .subscription-edit-reference-close{display:grid;width:30px;height:30px;place-items:center;padding:0 0 2px;border:0;border-radius:6px;background:#f0f2f6;color:#37404e;cursor:pointer;font-size:21px;line-height:1}html body .subscription-edit-reference-close:hover{background:#e7eaf0;color:#20242c}html body .subscription-edit-reference-scroll{min-height:0;flex:0 1 auto;overflow-y:auto;padding:0 20px 6px;scrollbar-width:none}html body .subscription-edit-reference-scroll::-webkit-scrollbar{display:none}html body .subscription-edit-hidden-file{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}html body .subscription-edit-reference-summary{display:grid;min-width:0;grid-template-columns:140px minmax(0,1fr) auto;gap:14px;align-items:center;padding:0 0 12px}html body .subscription-edit-reference-cover-wrap{position:relative;display:grid;width:140px;height:140px;overflow:hidden;place-items:center;border-radius:8px;background:#e6e8ed}html body .subscription-edit-reference-cover,html body .subscription-edit-reference-cover-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}html body .subscription-edit-reference-cover{z-index:1;object-fit:cover}html body .subscription-edit-reference-cover-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#fb5d24,#783329);color:#fff;font-size:38px;font-weight:800}html body .subscription-edit-reference-cover-action{position:absolute;z-index:3;right:0;bottom:0;left:0;display:grid;height:32px;place-items:center;padding:0;border:0;background:#0e1014a8;color:#fff;cursor:pointer}html body .subscription-edit-reference-cover-action svg{width:17px;height:17px}html body .subscription-edit-reference-summary-copy{display:grid;min-width:0;gap:7px}html body .subscription-edit-reference-summary-title{display:flex;min-width:0;align-items:center;gap:4px}html body .subscription-edit-reference-summary-title strong{overflow:hidden;color:#252830;font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}html body .subscription-edit-reference-summary-title span{display:grid;width:13px;height:13px;flex:0 0 13px;place-items:center;border-radius:50%;background:#7353e9;color:#fff;font-size:9px;font-weight:800}html body .subscription-edit-reference-summary-copy p{display:flex;min-width:0;gap:3px;margin:0;color:#717784;font-size:12px;line-height:1.25}html body .subscription-edit-reference-summary-copy p b{flex:0 0 auto;color:#343943;font-weight:700}html body .subscription-edit-reference-summary-copy p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .subscription-edit-reference-copy{align-self:start;min-width:45px;height:25px;padding:0 9px;border:1px solid #b79fff;border-radius:5px;background:#fff;color:#7454e6;cursor:pointer;font-size:10px;font-weight:750}html body .subscription-edit-reference-scrape-top{align-self:start;min-width:58px;height:32px;padding:0 12px;border:1px solid #b79fff;border-radius:6px;background:#fff;color:#7454e6;cursor:pointer;font-size:12px;font-weight:750}html body .subscription-edit-reference-scrape-top:hover{background:#f4f0ff}html body .subscription-edit-reference-scrape-top:disabled{cursor:wait;opacity:.65}html body .subscription-edit-reference-copy:hover{background:#f4f0ff}html body .subscription-edit-reference-upload{display:grid;min-height:106px;place-items:center;align-content:center;gap:3px;padding:12px 18px;border:1px dashed #ad99ff;border-radius:8px;background:#ffffff94;color:#7a54e8;cursor:pointer;text-align:center}html body .subscription-edit-reference-upload:hover{border-color:#7651ed;background:#fbfaff}html body .subscription-edit-reference-upload input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}html body .subscription-edit-reference-upload-icon{display:block;height:14px;font-size:19px;line-height:13px}html body .subscription-edit-reference-upload strong{font-size:13px;font-weight:750}html body .subscription-edit-reference-upload small{color:#979ba5;font-size:10px;line-height:1.2}html body .subscription-edit-reference-or{display:flex;align-items:center;gap:8px;margin:10px 0 11px;color:#9a9ea7;font-size:11px;text-align:center}html body .subscription-edit-reference-or:before,html body .subscription-edit-reference-or:after{height:1px;flex:1 1 auto;background:#e2e4e8;content:""}html body .subscription-edit-reference-field{display:grid;gap:4px;margin-top:11px}html body .subscription-edit-reference-field>span:first-child{color:#4a4e57;font-size:11px;font-weight:700}html body .subscription-edit-reference-checkbox{display:flex;min-height:38px;align-items:center;gap:9px;padding:8px 11px;border:1px solid #dfe2e8;border-radius:5px;background:#fff;color:#5f6672;font-size:12px}html body .subscription-edit-reference-checkbox input{width:16px;height:16px;margin:0;accent-color:#7044df}html body .subscription-edit-reference-field .subscription-editor-input{min-height:38px;padding:8px 11px;border:1px solid #dfe2e8;border-radius:5px;background:#fff;color:#3e424b;font-size:12px;outline:none}html body .subscription-edit-reference-field .subscription-editor-input::placeholder{color:#aeb2bb}html body .subscription-edit-reference-field .subscription-editor-input:focus{border-color:#9b82f4;outline:2px solid rgba(126,91,233,.12)}html body .subscription-edit-reference-field .subscription-editor-input.is-readonly{background:#f7f8fa;color:#707784;cursor:default}html body .subscription-edit-reference-field-hint{color:#8a93a4;font-size:11px;line-height:1.5}html body .subscription-edit-reference-rss-locked{margin:0;padding:10px 12px;border-radius:8px;background:#f7f5ff;color:#7653eb}html body .subscription-edit-reference-textarea-wrap{position:relative;display:block}html body .subscription-edit-reference-textarea-wrap textarea{min-height:112px!important;padding-bottom:17px!important;resize:vertical;line-height:1.45}html body .subscription-edit-reference-textarea-wrap small{position:absolute;right:7px;bottom:5px;color:#9da1aa;font-size:10px}html body .subscription-edit-reference-category-control{position:relative;display:block}html body .subscription-edit-hidden-select{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}html body .subscription-edit-reference-category-trigger{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:12px;padding:8px 11px;border:1px solid #dfe2e8;border-radius:5px;background:#fff;color:#3e424b;cursor:pointer;font:inherit;font-size:12px;text-align:left}html body .subscription-edit-reference-category-trigger:hover,html body .subscription-edit-reference-category-control.is-open .subscription-edit-reference-category-trigger{border-color:#9b82f4;outline:2px solid rgba(126,91,233,.12)}html body .subscription-edit-reference-category-trigger svg{width:16px;height:16px;flex:0 0 16px;color:#454a55;transition:transform .14s ease}html body .subscription-edit-reference-category-control.is-open .subscription-edit-reference-category-trigger{border-radius:5px 5px 0 0;outline:none}html body .subscription-edit-reference-category-control.is-open .subscription-edit-reference-category-trigger svg{transform:rotate(180deg)}html body .subscription-edit-reference-category-menu[hidden]{display:none}html body .subscription-edit-reference-category-menu{display:grid;padding:4px 0;border:1px solid #dfe2e8;border-top:0;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 7px 14px #262a3414}html body .subscription-edit-reference-category-menu button{position:relative;display:flex;width:100%;min-height:38px;align-items:center;padding:7px 12px 7px 35px;border:0;background:transparent;color:#3e424b;cursor:pointer;font:inherit;font-size:12px;text-align:left}html body .subscription-edit-reference-category-menu button:hover{background:#f6f3ff;color:#6845dc}html body .subscription-edit-reference-category-menu button.is-selected{color:#282b33;font-weight:750}html body .subscription-edit-reference-category-menu button.is-selected:before{position:absolute;left:12px;color:#30343d;content:"✓";font-size:16px;font-weight:800}html body .subscription-edit-reference-scrape[hidden]{display:none}html body .subscription-edit-reference-scrape{display:grid;gap:5px;margin-top:10px}html body .subscription-edit-reference-scrape-button{justify-self:start;min-height:26px;padding:0 9px;border:1px solid #ded9f5;border-radius:5px;background:#fff;color:#7356dc;cursor:pointer;font-size:9px}html body .subscription-edit-reference-scrape-hint{min-height:0;margin:10px 0 0}html body .subscription-edit-reference-scrape-results{margin-top:8px}html body .subscription-edit-reference-scrape .subscription-editor-hint{min-height:0;margin:0;color:#969aa4;font-size:8px}html body .subscription-edit-reference-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:8px 20px 10px;border-top:0;background:#f8f9fb}html body .subscription-edit-reference-cancel{min-width:66px;height:38px;padding:0 13px;border:1px solid #dfe2e8;border-radius:5px;background:#fff;color:#6e737d;cursor:pointer;font-size:12px}html body .subscription-edit-reference-footer-actions{display:flex;align-items:center;gap:9px}html body .subscription-edit-reference-save-status{color:#7354e3;font-size:11px;white-space:nowrap}html body .subscription-edit-reference-save-status.is-saving{color:#9297a2}html body .subscription-edit-reference-save{min-width:88px;height:38px;padding:0 14px;border:0;border-radius:6px;background:#7041e9;color:#fff;cursor:pointer;font-size:12px;font-weight:750}html body .subscription-edit-reference-save:hover{background:#5e31d5}html body .subscription-edit-reference-save:disabled{cursor:wait;opacity:.65}@media (max-width: 520px){html body .subscription-metadata-dialog{width:calc(100vw - 18px);max-width:calc(100vw - 18px);max-height:calc(100vh - 18px)}html body .subscription-edit-reference-form{height:auto;max-height:calc(100vh - 18px)}html body .subscription-edit-reference-summary{grid-template-columns:112px minmax(0,1fr) auto;gap:10px}html body .subscription-edit-reference-cover-wrap{width:112px;height:112px}}html[data-theme=dark] body .subscription-metadata-dialog,html[data-theme=dark] body .subscription-edit-reference-header,html[data-theme=dark] body .subscription-edit-reference-footer{border-color:#343846;background:#1c1f29;color:#eef1f8}html[data-theme=dark] body .subscription-edit-reference-header h2,html[data-theme=dark] body .subscription-edit-reference-summary-title strong,html[data-theme=dark] body .subscription-edit-reference-summary-copy p b,html[data-theme=dark] body .subscription-edit-reference-field>span:first-child{color:#eef1f8}html[data-theme=dark] body .subscription-edit-reference-field .subscription-editor-input,html[data-theme=dark] body .subscription-edit-reference-checkbox,html[data-theme=dark] body .subscription-edit-reference-cancel,html[data-theme=dark] body .subscription-edit-reference-copy,html[data-theme=dark] body .subscription-edit-reference-scrape-top,html[data-theme=dark] body .subscription-edit-reference-upload,html[data-theme=dark] body .subscription-edit-reference-scrape-button{border-color:#3d4251;background:#242834;color:#eef1f8}html[data-theme=dark] body .subscription-edit-reference-field .subscription-editor-input.is-readonly{background:#20242f;color:#aeb4c2}html[data-theme=dark] body .subscription-edit-reference-category-trigger,html[data-theme=dark] body .subscription-edit-reference-category-menu{border-color:#3d4251;background:#242834;color:#eef1f8}html[data-theme=dark] body .subscription-edit-reference-category-menu button{color:#eef1f8}html[data-theme=dark] body .subscription-edit-reference-category-menu button:hover{background:#303044}html body:has(.settings-reference-page) .settings-reference-avatar-trigger{display:grid;width:36px;height:36px;place-items:center;overflow:hidden;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;box-shadow:none}html body:has(.settings-reference-page) .settings-reference-avatar-trigger:hover,html body:has(.settings-reference-page) .settings-reference-avatar-trigger:focus,html body:has(.settings-reference-page) .settings-reference-avatar-trigger:focus-visible{border:0;outline:none;box-shadow:none}html body:has(.settings-reference-page) .settings-reference-avatar-trigger:disabled{cursor:wait;opacity:.65}html body:has(.settings-reference-page) .settings-reference-avatar-image,html body:has(.settings-reference-page) .settings-reference-avatar-trigger .settings-reference-avatar{width:36px;height:36px;border-radius:8px}html body:has(.settings-reference-page) .settings-reference-avatar-image{display:block;object-fit:cover}html body:has(.settings-reference-page) .settings-reference-avatar-image[hidden],html body:has(.settings-reference-page) .settings-reference-avatar[hidden]{display:none!important}.podcasts-account-avatar{overflow:hidden}.podcasts-account-avatar img{width:100%;height:100%;object-fit:cover}html body:has(.settings-reference-page) .settings-reference-card:has(.settings-reference-rate-menu){overflow:visible}html body:has(.settings-reference-page) .settings-reference-section:has(.settings-reference-rate-menu){position:relative;z-index:4}html body:has(.settings-reference-page) .settings-reference-rate-menu{position:relative;width:92px;min-width:92px;margin-right:-8px}html body:has(.settings-reference-page) .settings-reference-select-trigger{display:flex;width:100%;height:34px;align-items:center;justify-content:space-between;gap:7px;padding:0 9px 0 12px;border:1px solid #e0e3e9;border-radius:7px;background:#fff;color:#4d515b;cursor:pointer;font:inherit;font-size:12px;text-align:left}html body:has(.settings-reference-page) .settings-reference-select-trigger:hover,html body:has(.settings-reference-page) .settings-reference-select-trigger[aria-expanded=true]{border-color:#7654e8;color:#6c45df}html body:has(.settings-reference-page) .settings-reference-select-trigger svg{width:15px;height:15px;flex:0 0 15px}html body:has(.settings-reference-page) .settings-reference-select-menu{position:absolute;z-index:10;top:calc(100% + 4px);right:0;display:grid;width:100%;margin-top:0;padding:4px 0;border:1px solid #dfe2e8;border-radius:7px;background:#fff;box-shadow:0 10px 24px #20263229}html body:has(.settings-reference-page) .settings-reference-select-menu[hidden]{display:none!important}html body:has(.settings-reference-page) .settings-reference-select-menu button{display:flex;min-height:36px;align-items:center;gap:7px;padding:0 9px;border:0;border-radius:0;background:transparent;color:#343842;cursor:pointer;font:inherit;font-size:13px;text-align:left}html body:has(.settings-reference-page) .settings-reference-select-menu button:before{width:14px;color:#343842;content:""}html body:has(.settings-reference-page) .settings-reference-select-menu button.is-selected:before{content:"✓";font-weight:800}html body:has(.settings-reference-page) .settings-reference-select-menu button:hover,html body:has(.settings-reference-page) .settings-reference-select-menu button.is-selected{background:#f1edff;color:#6c45df}html body:has(.settings-reference-page) .settings-reference-select-trigger[aria-expanded=true]{border-radius:7px 7px 0 0}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select-trigger,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select-menu{border-color:#3b4352;background:#1b1e29;color:#edf0f7}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select-menu button{color:#edf0f7}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select-menu button:hover,html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-select-menu button.is-selected{background:#302858;color:#c0b2ff}@media (max-width: 760px){html body:has(.settings-reference-page) .settings-reference-rate-menu{width:92px;min-width:92px;margin-right:-2px}}@media (min-width: 761px){html body:has(.queue-section) .podcasts-main,html body:has(.subscriptions-page) .podcasts-main,html body:has(.discovery-reference-page) .podcasts-main,html body:has(.channel-detail-page) .podcasts-main{width:calc(100% - var(--workspace-edge) - var(--workspace-edge) + 96px)!important;max-width:none!important;margin-right:calc(var(--workspace-edge) - 48px)!important;margin-left:calc(var(--workspace-edge) - 48px)!important;padding-right:48px!important;padding-left:48px!important}}@media (min-width: 761px){html body:has(.podcasts-app-shell) .podcasts-topbar .podcasts-search-box{width:228px;min-width:228px;flex:0 0 228px}html body:has(.podcasts-app-shell) .podcasts-topbar .podcasts-search-box input{width:100%}}html body:has(.podcasts-app-shell) .latest-section:hover .section-pager,html body:has(.podcasts-app-shell) .latest-section:focus-within .section-pager,html body:has(.podcasts-app-shell) .subscriptions-section:hover .section-pager,html body:has(.podcasts-app-shell) .subscriptions-section:focus-within .section-pager{pointer-events:none}html body:has(.podcasts-app-shell) .section-pager .section-pager-button{pointer-events:auto}.podcasts-search-shell{position:relative;z-index:2}.podcasts-search-panel{position:absolute;top:calc(100% + 10px);right:0;display:grid;grid-template-rows:minmax(0,1fr);width:min(560px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 96px));overflow:hidden;border:1px solid #e4e6ec;border-radius:14px;background:#fff;box-shadow:0 18px 50px #1f23302e,0 4px 14px #1f233014;transform-origin:top right;opacity:1;transform:translateY(0) scale(1);transition:opacity .14s ease,transform .14s ease}.podcasts-search-panel[data-presence=entering]{opacity:0;transform:translateY(-5px) scale(.985)}.podcasts-search-panel[data-presence=closing]{opacity:0;transform:translateY(-5px) scale(.985);pointer-events:none}.podcasts-search-panel-field{display:none}.podcasts-search-history,.podcasts-search-groups{min-width:0;min-height:0;overflow-y:auto;padding:10px}.podcasts-search-panel-heading,.podcasts-search-group h2{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 6px 6px;color:#737988;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.podcasts-search-panel-heading span{display:inline-flex;align-items:center;gap:6px}.podcasts-search-panel-heading button{padding:3px 5px;border-radius:5px;background:transparent;color:#8b91a0;cursor:pointer;font-size:11px}.podcasts-search-panel-heading button:hover{background:#f1f2f6;color:#3e4451}.podcasts-search-history-item,.podcasts-search-result{display:grid;align-items:center;width:100%;min-height:48px;padding:7px 9px;border-radius:9px;background:transparent;color:#252832;cursor:pointer;text-align:left}.podcasts-search-history-item{grid-template-columns:20px minmax(0,1fr);gap:8px;color:#545b69}.podcasts-search-history-item:hover,.podcasts-search-history-item.is-active,.podcasts-search-result:hover,.podcasts-search-result.is-active{background:#f2efff;color:#5d31cf}.podcasts-search-group+.podcasts-search-group{margin-top:8px;padding-top:8px;border-top:1px solid #f0f1f4}.podcasts-search-result{grid-template-columns:38px minmax(0,1fr) auto;gap:10px}.podcasts-search-result img,.podcasts-search-result-icon{display:grid;width:34px;height:34px;place-items:center;overflow:hidden;border-radius:7px;background:#f0f1f5;color:#777f90;object-fit:cover}.podcasts-search-result-copy{display:grid;min-width:0;gap:1px}.podcasts-search-result-copy strong,.podcasts-search-result-copy span,.podcasts-search-result small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podcasts-search-result-copy strong{color:inherit;font-size:13px;font-weight:700}.podcasts-search-result-copy span,.podcasts-search-result small{color:#858b99;font-size:11px;font-weight:500}.podcasts-search-result.is-active .podcasts-search-result-copy span,.podcasts-search-result.is-active small{color:#8061d7}.podcasts-search-status,.podcasts-search-empty{display:flex;min-height:104px;align-items:center;justify-content:center;gap:8px;margin:0;padding:24px;color:#858b99;font-size:13px;text-align:center}.podcasts-search-status.is-error{color:#b14343}.podcasts-search-status .is-spinning{animation:podcasts-search-spin .8s linear infinite}.subscription-library-card.is-search-focused{box-shadow:0 0 0 3px #7042e533,0 12px 28px #7042e51f;transform:translateY(-2px)}@keyframes podcasts-search-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.podcasts-search-panel{transition:none}.podcasts-search-status .is-spinning{animation:none}}@media (max-width: 768px){html body:has(.podcasts-app-shell) .podcasts-topbar .podcasts-search-box{display:flex;width:min(148px,38vw);min-width:0;flex:0 1 148px}html body:has(.podcasts-app-shell) .podcasts-topbar .podcasts-search-box input{width:100%;min-width:0}.podcasts-search-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-rows:auto minmax(0,1fr);width:auto;max-height:none;border:0;border-radius:0;box-shadow:none;background:#fff;transform-origin:top center}.podcasts-search-panel-field{display:grid;grid-template-columns:20px minmax(0,1fr) 32px;align-items:center;gap:8px;min-height:72px;padding:14px 16px;border-bottom:1px solid #eceef2;color:#777f90}.podcasts-search-panel-field input{width:100%;min-width:0;border:0;outline:0;color:#252832;font-size:16px}.podcasts-search-panel-field button{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#f1f2f5;color:#6f7684;cursor:pointer}.podcasts-search-history,.podcasts-search-groups{padding:14px 12px 24px}}@media (min-width: 761px){html body:has(.latest-section) .latest-section .section-pager{z-index:10}html body:has(.latest-section) .latest-section .section-pager-next{right:-44px;z-index:11}}:root{--dashboard-content-top: 92px}html body:has(.podcasts-app-shell) .podcasts-main{padding-top:var(--dashboard-content-top)!important;scroll-padding-top:var(--dashboard-content-top)}@media (max-width: 760px){:root{--dashboard-content-top: 92px}html body:has(.podcasts-app-shell) .podcasts-main{padding-top:var(--dashboard-content-top)!important}}html body:has(.podcasts-app-shell) .queue-section{position:relative}html body:has(.podcasts-app-shell) .queue-section:hover .section-pager,html body:has(.podcasts-app-shell) .queue-section:focus-within .section-pager{visibility:visible;opacity:1;pointer-events:none}html body:has(.podcasts-app-shell) .section-pager-queue{top:0}html body:has(.discovery-reference-page) .discovery-ranking-heading-mark{display:inline-flex;min-width:0;align-items:center;gap:8px;color:#2f3040;font-size:15px;font-weight:760}html body:has(.discovery-reference-page) .discovery-ranking-heading-mark svg{color:#6b42df}html body:has(.discovery-reference-page) .discovery-reference-viewport.is-ranking{min-width:0}html body:has(.discovery-reference-page) .discovery-ranking-filters{display:flex;min-width:0;align-items:center;gap:12px;margin:0 0 14px;padding:10px 12px;border:1px solid #e6e8ef;border-radius:8px;background:#fff}html body:has(.discovery-reference-page) .discovery-ranking-filter-title{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;color:#6b42df;font-size:11px;font-weight:760}html body:has(.discovery-reference-page) .discovery-ranking-filters label{display:inline-flex;min-width:0;align-items:center;gap:7px;color:#777987;font-size:11px;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-filters select{min-width:116px;height:30px;padding:0 28px 0 9px;border:1px solid #dfe1e9;border-radius:6px;background:#fafafd;color:#343542;cursor:pointer;font:inherit}html body:has(.discovery-reference-page) .discovery-ranking-filters select:focus-visible{outline:2px solid #8665ea;outline-offset:2px}html body:has(.discovery-reference-page) .discovery-ranking-status{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 12px;color:#858694;font-size:11px}html body:has(.discovery-reference-page) .discovery-ranking-status strong{color:#a66d1f;font-weight:650}html body:has(.discovery-reference-page) .discovery-ranking-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}html body:has(.discovery-reference-page) .discovery-ranking-card{display:grid;min-width:0;min-height:118px;grid-template-columns:88px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid #e5e7ee;border-radius:8px;background:#fff;box-shadow:0 3px 12px #282b3a09}html body:has(.discovery-reference-page) .discovery-ranking-cover{position:relative;display:grid;width:88px;height:96px;overflow:hidden;place-items:center;border-radius:7px;background:#e9e5fb;color:#6946d2;font-size:30px;font-weight:800;text-decoration:none}html body:has(.discovery-reference-page) .discovery-ranking-cover img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}html body:has(.discovery-reference-page) .discovery-ranking-cover:hover img{transform:scale(1.035)}html body:has(.discovery-reference-page) .discovery-ranking-cover span{position:relative;z-index:0}html body:has(.discovery-reference-page) .discovery-ranking-copy{min-width:0}html body:has(.discovery-reference-page) .discovery-ranking-heading{display:flex;min-width:0;align-items:center;gap:7px}html body:has(.discovery-reference-page) .discovery-ranking-heading h2{min-width:0;margin:0;overflow:hidden;color:#2d2e39;font-size:14px;font-weight:760;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-rank{flex:0 0 auto;padding:3px 6px;border-radius:4px;background:#f2e8d4;color:#9b641b;font-size:10px;font-weight:760;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-author{margin:5px 0 4px;overflow:hidden;color:#777987;font-size:11px;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-meta,html body:has(.discovery-reference-page) .discovery-ranking-tags{display:flex;min-width:0;flex-wrap:wrap;gap:5px}html body:has(.discovery-reference-page) .discovery-ranking-meta{color:#9a9ba5;font-size:10px}html body:has(.discovery-reference-page) .discovery-ranking-meta span+span:before{margin-right:5px;color:#c5c6cd;content:"·"}html body:has(.discovery-reference-page) .discovery-ranking-tags{margin-top:7px;max-height:22px;overflow:hidden}html body:has(.discovery-reference-page) .discovery-ranking-tags span{overflow:hidden;padding:3px 6px;border-radius:4px;background:#f1f3f8;color:#666976;font-size:9px;text-overflow:ellipsis;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-open{display:inline-flex;min-height:29px;align-items:center;gap:4px;padding:0 8px;border:1px solid #d9d2f3;border-radius:5px;color:#6946d2;font-size:10px;font-weight:700;text-decoration:none;white-space:nowrap}html body:has(.discovery-reference-page) .discovery-ranking-open:hover{border-color:#6946d2;background:#f5f2ff}@media (max-width: 900px){html body:has(.discovery-reference-page) .discovery-ranking-grid{grid-template-columns:1fr}}@media (max-width: 620px){html body:has(.discovery-reference-page) .discovery-ranking-filters{align-items:stretch;flex-direction:column}html body:has(.discovery-reference-page) .discovery-ranking-filters label{justify-content:space-between}html body:has(.discovery-reference-page) .discovery-ranking-filters select{flex:1 1 auto}html body:has(.discovery-reference-page) .discovery-ranking-status{align-items:flex-start;flex-direction:column;gap:4px}html body:has(.discovery-reference-page) .discovery-ranking-card{grid-template-columns:72px minmax(0,1fr)}html body:has(.discovery-reference-page) .discovery-ranking-cover{width:72px;height:84px}html body:has(.discovery-reference-page) .discovery-ranking-open{grid-column:1 / -1;justify-content:center}}html body:has(.settings-reference-page) .settings-ai-dialog{width:min(560px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:auto;padding:0;overflow:visible;border:0;border-radius:18px;background:transparent;box-shadow:none}html body:has(.settings-reference-page) .settings-ai-dialog::backdrop{background:#1f222b61;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}html body:has(.settings-reference-page) .settings-ai-dialog-form{max-height:calc(100vh - 32px);overflow:auto;box-sizing:border-box;padding:28px 30px 24px;border:1px solid #e1e4ea;border-radius:18px;background:#fff;box-shadow:0 20px 56px #161a2338;color:#20242b}html body:has(.settings-reference-page) .settings-ai-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}html body:has(.settings-reference-page) .settings-ai-dialog-header h2{margin:0;color:#171a21;font-size:23px;font-weight:800;line-height:1.2}html body:has(.settings-reference-page) .settings-ai-dialog-header p{margin:8px 0 0;color:#747b88;font-size:14px;line-height:1.4}html body:has(.settings-reference-page) .settings-ai-dialog-close{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;margin:-3px -5px 0 0;padding:0;border:0;border-radius:7px;background:transparent;color:#66707f;cursor:pointer}html body:has(.settings-reference-page) .settings-ai-dialog-close:hover,html body:has(.settings-reference-page) .settings-ai-dialog-close:focus-visible{background:#f0f2f6;color:#20242c}html body:has(.settings-reference-page) .settings-ai-dialog-fields{display:grid;gap:21px;margin-top:28px}html body:has(.settings-reference-page) .settings-ai-dialog-field{display:grid;min-width:0;gap:8px}html body:has(.settings-reference-page) .settings-ai-dialog-field>span:first-child{color:#252932;font-size:14px;font-weight:760;line-height:1.2}html body:has(.settings-reference-page) .settings-ai-dialog-field input,html body:has(.settings-reference-page) .settings-ai-dialog-field select{width:100%;min-height:48px;box-sizing:border-box;padding:0 14px;border:1px solid #dfe3ea;border-radius:9px;outline:0;background:#fff;color:#3e4653;font:inherit;font-size:14px}html body:has(.settings-reference-page) .settings-ai-dialog-field select{cursor:pointer}html body:has(.settings-reference-page) .settings-ai-dialog-field input::placeholder{color:#7a8391;opacity:1}html body:has(.settings-reference-page) .settings-ai-dialog-field input:focus,html body:has(.settings-reference-page) .settings-ai-dialog-field select:focus{border-color:#7654e8;box-shadow:0 0 0 3px #7654e81f}html body:has(.settings-reference-page) .settings-ai-dialog-field>small{color:#8d95a3;font-size:12px;line-height:1.45}html body:has(.settings-reference-page) .settings-ai-dialog-key-wrap{position:relative;display:block;min-width:0}html body:has(.settings-reference-page) .settings-ai-dialog-key-wrap input{padding-right:49px}html body:has(.settings-reference-page) .settings-ai-dialog-key-wrap button{position:absolute;top:50%;right:7px;display:grid;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#7b8492;cursor:pointer;transform:translateY(-50%)}html body:has(.settings-reference-page) .settings-ai-dialog-key-wrap button:hover,html body:has(.settings-reference-page) .settings-ai-dialog-key-wrap button:focus-visible{background:#f0f1f5;color:#6c43e5}html body:has(.settings-reference-page) .settings-ai-dialog-security-hint{display:flex;align-items:flex-start;gap:8px}html body:has(.settings-reference-page) .settings-ai-dialog-security-hint svg{flex:0 0 15px;margin-top:1px;color:#788291}html body:has(.settings-reference-page) .settings-ai-dialog-toggle{position:relative;display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;padding-top:2px;cursor:pointer}html body:has(.settings-reference-page) .settings-ai-dialog-toggle>span:first-child{display:grid;gap:5px}html body:has(.settings-reference-page) .settings-ai-dialog-toggle strong{color:#252932;font-size:14px;font-weight:760}html body:has(.settings-reference-page) .settings-ai-dialog-toggle small{color:#8d95a3;font-size:12px;line-height:1.45}html body:has(.settings-reference-page) .settings-ai-dialog-toggle input{position:absolute;width:1px;height:1px;opacity:0}html body:has(.settings-reference-page) .settings-ai-dialog-toggle-track{display:inline-flex;width:44px;height:25px;flex:0 0 44px;align-items:center;padding:3px;box-sizing:border-box;border-radius:999px;background:#cfd5de;transition:background .16s ease}html body:has(.settings-reference-page) .settings-ai-dialog-toggle-track>span{width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #1f26332e;transition:transform .16s ease}html body:has(.settings-reference-page) .settings-ai-dialog-toggle input:checked+.settings-ai-dialog-toggle-track{background:#6c43e5}html body:has(.settings-reference-page) .settings-ai-dialog-toggle input:checked+.settings-ai-dialog-toggle-track>span{transform:translate(19px)}html body:has(.settings-reference-page) .settings-ai-dialog-toggle input:focus-visible+.settings-ai-dialog-toggle-track{box-shadow:0 0 0 3px #7654e82e}html body:has(.settings-reference-page) .settings-ai-dialog-feedback{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;margin-top:23px;padding:14px 15px;border:1px solid #bfe7cd;border-radius:12px;background:#effaf2;color:#2d9361}html body:has(.settings-reference-page) .settings-ai-dialog-feedback.is-error{border-color:#f0c4cb;background:#fff3f4;color:#c1465a}html body:has(.settings-reference-page) .settings-ai-dialog-feedback-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:currentColor;color:#fff}html body:has(.settings-reference-page) .settings-ai-dialog-feedback>span:last-child{display:grid;gap:4px;min-width:0}html body:has(.settings-reference-page) .settings-ai-dialog-feedback strong{font-size:14px;font-weight:760;line-height:1.25}html body:has(.settings-reference-page) .settings-ai-dialog-feedback small{color:inherit;font-size:12px;line-height:1.4}html body:has(.settings-reference-page) .settings-ai-dialog-actions{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:26px}html body:has(.settings-reference-page) .settings-ai-dialog-actions:not(:has(.settings-ai-dialog-delete)) .settings-ai-dialog-save{margin-left:auto}html body:has(.settings-reference-page) .settings-ai-dialog-actions:has(.settings-ai-dialog-delete) .settings-ai-dialog-save{margin-left:0}html body:has(.settings-reference-page) .settings-ai-dialog-actions button{display:inline-flex;width:150px;min-width:150px;flex:0 0 150px;min-height:45px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:8px;cursor:pointer;font:inherit;font-size:13px;font-weight:720;white-space:nowrap}html body:has(.settings-reference-page) .settings-ai-dialog-actions button:disabled{cursor:not-allowed;opacity:.55}html body:has(.settings-reference-page) .settings-ai-dialog-test{border:1px solid #dfe3ea;background:#fff;color:#4d5562}html body:has(.settings-reference-page) .settings-ai-dialog-save{border:1px solid #6c43e5;background:#6c43e5;color:#fff;box-shadow:0 5px 12px #6c43e52e}html body:has(.settings-reference-page) .settings-ai-dialog-delete{border:1px solid #e4aeb7;background:#fff;color:#d05062}html body:has(.settings-reference-page) .settings-ai-dialog-test:hover:not(:disabled),html body:has(.settings-reference-page) .settings-ai-dialog-save:hover:not(:disabled),html body:has(.settings-reference-page) .settings-ai-dialog-delete:hover:not(:disabled){filter:brightness(.97)}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-form{border-color:#343846;background:#1c1f29;color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-header h2,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-field>span:first-child{color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-header p,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-field>small{color:#aeb4c2}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-close:hover,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-close:focus-visible,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-key-wrap button:hover,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-key-wrap button:focus-visible{background:#252b37;color:#d8d0ff}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-field input,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-field select,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-test{border-color:#3b4352;background:#1b1e29;color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-field input::placeholder{color:#aeb4c2}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-security-hint,html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-security-hint svg{color:#aeb4c2}html[data-theme=dark] body:has(.settings-reference-page) .settings-reference-provider-asr{background:#18342d;color:#70d8b0}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-toggle strong{color:#eef1f8}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-toggle small{color:#aeb4c2}html[data-theme=dark] body:has(.settings-reference-page) .settings-ai-dialog-delete{border-color:#713d4a;background:#2a1d23;color:#f18a9a}@media (max-width: 760px){html body:has(.settings-reference-page) .settings-ai-dialog{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}html body:has(.settings-reference-page) .settings-ai-dialog-form{max-height:calc(100vh - 20px);padding:24px 18px 19px;border-radius:16px}html body:has(.settings-reference-page) .settings-ai-dialog-header h2{font-size:21px}html body:has(.settings-reference-page) .settings-ai-dialog-header p{font-size:13px}html body:has(.settings-reference-page) .settings-ai-dialog-actions{justify-content:stretch}html body:has(.settings-reference-page) .settings-ai-dialog-actions:not(:has(.settings-ai-dialog-delete)) .settings-ai-dialog-save{margin-left:auto}html body:has(.settings-reference-page) .settings-ai-dialog-actions button{width:calc(50% - 5px);min-width:0;flex-basis:calc(50% - 5px)}}@media (max-width: 760px){:root{--dashboard-content-top: 112px}html body:has(.podcasts-app-shell) .podcasts-topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:40px 40px;align-content:start;height:96px;min-height:96px;gap:0 8px;padding:8px var(--workspace-edge)}html body:has(.podcasts-app-shell) .podcasts-topbar-nav-controls{grid-column:1;grid-row:1;gap:8px}html body:has(.podcasts-app-shell) .podcasts-topbar-actions{grid-column:3;grid-row:1;min-width:0;gap:8px}html body:has(.podcasts-app-shell) .podcasts-topbar-nav{position:static;grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:auto;min-width:0;justify-content:stretch;gap:4px;overflow:visible;transform:none}html body:has(.podcasts-app-shell) .podcasts-topbar-nav-item{display:flex;min-width:0;width:100%;align-items:center;justify-content:center;padding:6px 4px;font-size:15px;line-height:1.2;text-align:center;white-space:nowrap}html body:has(.podcasts-app-shell) .podcasts-main{padding-top:var(--dashboard-content-top)!important}}html body:has(.admin-reference-page) .podcasts-main{width:calc(100% - var(--workspace-edge) - var(--workspace-edge))!important;max-width:none!important;margin-right:var(--workspace-edge)!important;margin-left:var(--workspace-edge)!important;padding:79px 0 120px!important;background:#fff}.admin-reference-page{display:grid;gap:11px;color:#1d2635}.admin-stat-strip{display:grid;min-height:70px;grid-template-columns:repeat(4,1fr);align-items:center;border:1px solid #e1e5eb;border-radius:6px;background:#fff}.admin-stat-item{display:flex;min-width:0;min-height:40px;align-items:center;gap:13px;padding:0 72px;border-right:1px solid #e5e8ed}.admin-stat-item:last-child{border-right:0}.admin-stat-item>span:last-child{display:grid;gap:1px}.admin-stat-item small{color:#707b8b;font-size:11px;line-height:1.2;white-space:nowrap}.admin-stat-item strong{color:#172131;font-size:17px;line-height:1.1}.admin-stat-icon{display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border-radius:50%}.admin-stat-icon svg{width:18px;height:18px}.admin-stat-icon-blue{color:#1767dc;background:#edf4ff}.admin-stat-icon-green{color:#20a45c;background:#eaf9ef}.admin-stat-icon-red{color:#ef4d57;background:#fff0f1}.admin-stat-icon-shield{color:#1a6bef;background:#eef4ff}.admin-reference-panel{overflow:visible;border:1px solid #e1e5eb;border-radius:6px;background:#fff}.admin-reference-toolbar{display:flex;min-height:60px;align-items:center;gap:11px;padding:10px 12px;border-bottom:1px solid #e7eaf0}.admin-search-field,.admin-filter-field{display:flex;height:35px;align-items:center;border:1px solid #e0e5ec;border-radius:6px;background:#fff;color:#677386;font-size:11px}.admin-search-field{width:236px;padding:0 10px;gap:8px}.admin-search-field svg{width:16px;height:16px;flex:0 0 16px}.admin-search-field input{width:100%;min-width:0;padding:0;border:0;outline:0;color:#202b3b;background:transparent;font-size:11px}.admin-search-field input::placeholder{color:#8d98a7}.admin-filter-field{width:204px;padding:0 10px}.admin-filter-field>span{white-space:nowrap;color:#4e5a6b;font-weight:650}.admin-filter-field select{min-width:0;flex:1;padding:0 16px 0 4px;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#202b3b;background:transparent;font-size:11px;cursor:pointer}.admin-sort-field{width:164px}.admin-sort-field>svg{width:15px;height:15px;flex:0 0 15px;color:#536174}.admin-toolbar-spacer{flex:1}.admin-result-count{color:#495568;font-size:11px;white-space:nowrap}.admin-refresh-button{display:grid;width:35px;height:35px;place-items:center;padding:0;border:1px solid #e0e5ec;border-radius:6px;background:#fff;color:#506073;cursor:pointer}.admin-refresh-button:hover{border-color:#b9c5d4;background:#f7f9fc;color:#1b6fe5}.admin-refresh-button svg{width:17px;height:17px}.admin-podcast-sync-button{display:inline-flex;height:35px;align-items:center;gap:7px;padding:0 12px;border:1px solid #d9cdfd;border-radius:6px;background:#f7f4ff;color:#6944d6;cursor:pointer;font-size:11px;font-weight:650;white-space:nowrap}.admin-podcast-sync-button:hover{border-color:#b9a5f5;background:#efeaff}.admin-podcast-sync-button:disabled{cursor:wait;opacity:.65}.admin-podcast-sync-button svg{width:16px;height:16px}.admin-podcast-sync-button .is-spinning{animation:admin-sync-spin .8s linear infinite}@keyframes admin-sync-spin{to{transform:rotate(360deg)}}.admin-reference-table-wrap{overflow-x:auto}.admin-reference-table{min-width:1040px;border-collapse:collapse;font-size:11px}.admin-reference-table th,.admin-reference-table td{height:42px;padding:7px 16px;border-top:1px solid #e8ebf0;vertical-align:middle;white-space:nowrap}.admin-reference-table thead th{height:33px;padding-top:6px;padding-bottom:6px;border-top:0;color:#556276;font-size:10px;font-weight:700;text-align:left}.admin-reference-table thead th span{margin-left:3px;color:#6c788a;font-size:11px}.admin-reference-table tbody tr.is-current{background:#f3f8ff}.admin-reference-table tbody tr[hidden]{display:none}.admin-reference-table th:first-child{width:252px}.admin-reference-table th:nth-child(2){width:116px}.admin-reference-table th:nth-child(3){width:150px}.admin-reference-table th:nth-child(4){width:120px}.admin-reference-table th:nth-child(5),.admin-reference-table th:nth-child(6){width:92px;text-align:center}.admin-reference-table td:nth-child(5),.admin-reference-table td:nth-child(6){text-align:center;color:#253044}.admin-reference-table th:nth-child(7){width:190px}.admin-reference-user{display:flex;align-items:center;gap:9px}.admin-reference-avatar{display:grid;width:29px;height:29px;flex:0 0 29px;place-items:center;overflow:hidden;border-radius:50%;object-fit:cover}.admin-reference-avatar[hidden],.admin-confirm-user [hidden]{display:none!important}.admin-reference-avatar-fallback{color:#fff;background:#8e7be5;font-size:13px;font-weight:700}.admin-reference-user-copy{display:grid;gap:1px;min-width:0}.admin-reference-user-copy strong{color:#202a3a;font-size:11px;line-height:1.2}.admin-reference-user-copy small{display:flex;align-items:center;gap:6px;color:#788496;font-size:10px;line-height:1.2}.admin-reference-user-copy em{padding:2px 5px;border:1px solid #b8d4ff;border-radius:4px;color:#2371dd;background:#eef5ff;font-size:9px;font-style:normal}.admin-reference-pill,.admin-reference-status{display:inline-flex;min-height:18px;align-items:center;padding:2px 7px;border-radius:4px;font-size:10px;font-weight:650;line-height:1}.admin-reference-pill{color:#596579;background:#edf0f4}.admin-reference-pill.is-admin{color:#1d70dc;background:#e5f0ff}.admin-reference-status.is-active{color:#15904d;background:#e0f7e7}.admin-reference-status.is-disabled{color:#ed5961;background:#ffe5e6}.admin-membership-pill.is-member{color:#996113;background:#fff1d5}.admin-membership-pill.is-pending{color:#a36a16;background:#fff7df}.admin-membership-cell{display:grid;gap:3px;justify-items:start}.admin-membership-cell small{color:#7f8998;font-size:10px}.admin-membership-review{padding:0;border:0;color:#9f6817;background:transparent;cursor:pointer;font-size:10px}.admin-membership-review:hover{color:#754a0d}.admin-reference-date{color:#263246;font-variant-numeric:tabular-nums}.admin-reference-self-action{color:#a0a9b5;font-size:10px}.admin-reference-actions{display:flex;align-items:center;gap:9px}.admin-reference-actions{width:100%;justify-content:flex-end}.admin-reference-actions form{display:contents}.admin-action-link{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#2775e3;cursor:pointer;font-size:10px;font-weight:650;white-space:nowrap}.admin-action-link:hover{color:#155bc2}.admin-action-link.is-danger{color:#e63d49}.admin-action-link svg{width:14px;height:14px}.admin-membership-action{color:#9a6518}.admin-action-divider{width:1px;height:14px;background:#e1e5eb}.admin-more-menu{position:relative;margin-left:3px}.admin-more-menu summary{display:grid;width:22px;height:25px;place-items:center;color:#677489;cursor:pointer;font-size:16px;line-height:1;list-style:none}.admin-more-menu summary::-webkit-details-marker{display:none}.admin-more-menu summary:hover{color:#1f6fd9}.admin-more-popover{position:absolute;z-index:20;top:calc(100% + 8px);right:0;display:grid;min-width:188px;gap:4px;padding:8px;border:1px solid #e0e5ec;border-radius:10px;background:#fff;box-shadow:0 12px 30px #26334529}.admin-more-popover span{padding:8px 10px 6px;color:#8993a1;font-size:13px}.admin-more-popover button{min-height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#405069;text-align:left;cursor:pointer;font-size:13px}.admin-more-popover button:hover{background:#f1f5fb;color:#1a6be0}.admin-more-popover form{display:block;margin:0}.admin-more-popover .admin-more-danger{width:100%;color:#e33d47}.admin-more-popover .admin-more-danger:hover{background:#fff0f1;color:#c92b36}.admin-confirm-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;pointer-events:auto}.admin-confirm-layer[hidden]{display:none!important}.admin-confirm-popover{position:relative;width:min(430px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;border:1px solid #dfe4eb;border-radius:12px;background:#fff;box-shadow:0 18px 52px #23314338;color:#202b3b}.admin-confirm-header{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:14px 20px 8px}.admin-confirm-header strong{color:#1c2a3d;font-size:15px}.admin-confirm-popover.is-danger .admin-confirm-header strong{color:#e33c47}.admin-confirm-close{width:30px;height:30px;padding:0;border:0;border-radius:7px;background:transparent;color:#758195;cursor:pointer;font-size:22px;line-height:1}.admin-confirm-close:hover{color:#1e2b3d}.admin-confirm-body{padding:4px 20px 18px}.admin-confirm-question{margin:0;color:#293548;font-size:14px;font-weight:700;line-height:1.5}.admin-confirm-description{margin:6px 0 14px;color:#8b95a4;font-size:12px;line-height:1.55}.admin-confirm-user{display:flex;min-height:58px;align-items:center;gap:12px;padding:9px 12px;border:1px solid #e4e8ee;border-radius:8px}.admin-confirm-user img,.admin-confirm-avatar-fallback{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;overflow:hidden;border-radius:50%;object-fit:cover}.admin-confirm-avatar-fallback{color:#fff;background:#6fcac1;font-size:16px;font-weight:700}.admin-confirm-user>span:last-child{display:grid;gap:1px;min-width:0}.admin-confirm-user strong{color:#2a3444;font-size:14px;line-height:1.2}.admin-confirm-user small{color:#8590a0;font-size:12px;line-height:1.2}.admin-confirm-footer{display:flex;min-height:64px;align-items:center;justify-content:flex-end;gap:10px;padding:8px 20px 16px}.admin-confirm-footer button{min-width:82px;height:38px;padding:0 16px;border:1px solid #dfe5ed;border-radius:7px;background:#fff;color:#4e5a6b;cursor:pointer;font-size:13px;font-weight:650}.admin-confirm-footer button:hover{background:#f6f8fb}.admin-confirm-footer .admin-confirm-submit{border-color:#2274df;background:#1e6fe0;color:#fff}.admin-confirm-footer .admin-confirm-submit:hover{background:#155bc2}.admin-confirm-footer .admin-confirm-submit.is-danger{border-color:#e33d47;background:#e33d47}.admin-confirm-footer .admin-confirm-submit.is-danger:hover{background:#c92b36}@media (max-width: 900px){.admin-stat-item{padding:0 20px}.admin-reference-toolbar{flex-wrap:wrap;height:auto}.admin-toolbar-spacer{display:none}}@media (max-width: 760px){html body:has(.admin-reference-page) .podcasts-main{width:calc(100% - 24px);padding-top:75px!important}.admin-stat-strip{grid-template-columns:repeat(2,1fr)}.admin-stat-item{padding:12px 18px;border-bottom:1px solid #e5e8ed}.admin-stat-item:nth-child(2){border-right:0}.admin-stat-item:nth-child(3),.admin-stat-item:nth-child(4){border-bottom:0}.admin-reference-toolbar>label{flex:1 1 180px}}html body:has(.admin-reference-page) .admin-stat-strip{min-height:84px}html body:has(.admin-reference-page) .admin-stat-item{gap:15px;padding-right:58px;padding-left:58px}html body:has(.admin-reference-page) .admin-stat-item small{font-size:13px}html body:has(.admin-reference-page) .admin-stat-item strong{font-size:21px}html body:has(.admin-reference-page) .admin-stat-icon{width:38px;height:38px;flex-basis:38px}html body:has(.admin-reference-page) .admin-stat-icon svg{width:21px;height:21px}html body:has(.admin-reference-page) .admin-reference-toolbar{min-height:70px;gap:13px;padding:13px 16px}html body:has(.admin-reference-page) .admin-search-field,html body:has(.admin-reference-page) .admin-filter-field{height:43px;font-size:13px}html body:has(.admin-reference-page) .admin-search-field{width:278px;padding:0 12px;gap:9px}html body:has(.admin-reference-page) .admin-search-field svg{width:18px;height:18px;flex-basis:18px}html body:has(.admin-reference-page) .admin-search-field input,html body:has(.admin-reference-page) .admin-filter-field select{font-size:13px}html body:has(.admin-reference-page) .admin-filter-field{width:232px;padding:0 12px}html body:has(.admin-reference-page) .admin-sort-field{width:208px}html body:has(.admin-reference-page) .admin-result-count{font-size:13px}html body:has(.admin-reference-page) .admin-refresh-button{width:43px;height:43px}html body:has(.admin-reference-page) .admin-refresh-button svg{width:20px;height:20px}html body:has(.admin-reference-page) .admin-podcast-sync-button{height:43px;padding:0 15px;font-size:13px}html body:has(.admin-reference-page) .admin-podcast-sync-button svg{width:19px;height:19px}html body:has(.admin-reference-page) .admin-reference-table{font-size:13px}html body:has(.admin-reference-page) .admin-reference-table th,html body:has(.admin-reference-page) .admin-reference-table td{height:54px;padding:9px 20px}html body:has(.admin-reference-page) .admin-reference-table thead th{height:42px;font-size:12px}html body:has(.admin-reference-page) .admin-reference-table thead th span{font-size:12px}html body:has(.admin-reference-page) .admin-reference-avatar{width:38px;height:38px;flex-basis:38px}html body:has(.admin-reference-page) .admin-reference-avatar-fallback{font-size:16px}html body:has(.admin-reference-page) .admin-reference-user{gap:11px}html body:has(.admin-reference-page) .admin-reference-user-copy{gap:3px}html body:has(.admin-reference-page) .admin-reference-user-copy strong{font-size:14px}html body:has(.admin-reference-page) .admin-reference-user-copy small{font-size:12px}html body:has(.admin-reference-page) .admin-reference-user-copy em{font-size:11px}html body:has(.admin-reference-page) .admin-reference-pill,html body:has(.admin-reference-page) .admin-reference-status{min-height:23px;padding:3px 9px;font-size:12px}html body:has(.admin-reference-page) .admin-reference-date{font-size:13px}html body:has(.admin-reference-page) .admin-action-link{gap:6px;font-size:12px}html body:has(.admin-reference-page) .admin-action-link svg{width:17px;height:17px}html body:has(.admin-reference-page) .admin-action-divider{height:18px}html body:has(.admin-reference-page) .admin-reference-self-action{font-size:12px}html body:has(.admin-reference-page) .admin-reference-table th:last-child{text-align:right}.admin-membership-backdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#19223061;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-membership-dialog{width:min(100%,430px);padding:22px;border:1px solid #e0e5ec;border-radius:9px;background:#fff;box-shadow:0 18px 50px #1e2d4133}.admin-membership-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-membership-dialog>header p{margin:0;color:#9a6518;font-size:11px;font-weight:700}.admin-membership-dialog>header h2{margin:4px 0 0;color:#202a3a;font-size:20px}.admin-membership-dialog>header button{display:grid;width:30px;height:30px;place-items:center;padding:0;border-radius:5px;color:#687487;background:transparent;cursor:pointer;font-size:22px;line-height:1}.admin-membership-dialog>header button:hover{background:#f2f4f7;color:#202a3a}.admin-membership-request-state{display:flex;align-items:center;gap:7px;margin:20px 0 15px;padding:10px 11px;border-radius:5px;color:#936116;background:#fff7df;font-size:12px}.admin-membership-date{display:grid;gap:7px;margin:22px 0 10px;color:#4f5d70;font-size:12px;font-weight:700}.admin-membership-date input{height:38px;padding:0 10px;border:1px solid #dfe5ec;border-radius:5px;color:#233044;background:#fff}.admin-membership-dialog>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.admin-membership-dialog>footer button{min-height:35px;padding:0 12px;border:1px solid transparent;border-radius:5px;cursor:pointer;font-size:11px;font-weight:700}.admin-membership-dialog>footer button:disabled{cursor:wait;opacity:.55}.admin-membership-secondary{border-color:#dfe5ec!important;color:#677487;background:#fff}.admin-membership-primary{color:#fff;background:#2775e3}.admin-membership-danger{color:#d33f49;background:#fff0f1}@media (max-width: 760px){html body:has(.admin-reference-page) .admin-stat-strip{min-height:98px}html body:has(.admin-reference-page) .admin-stat-item{padding:14px 20px}html body:has(.admin-reference-page) .admin-reference-toolbar{min-height:0;padding:12px}}.admin-transcription-panel{overflow:hidden;border:1px solid #e1e5eb;border-radius:6px;background:#fff}.admin-transcription-header{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border-bottom:1px solid #e7eaf0}.admin-transcription-heading{display:flex;min-width:0;align-items:center;gap:24px}.admin-transcription-heading h2{display:inline-flex;align-items:center;gap:8px;margin:0;color:#1d2a3d;font-size:16px;line-height:1.2}.admin-transcription-counts{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:#687487;font-size:12px}.admin-transcription-counts span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.admin-transcription-counts i{width:7px;height:7px;border-radius:50%;background:#2d9b62}.admin-transcription-counts i.is-queued{background:#cf8b2d}.admin-transcription-counts strong{color:#253246;font-variant-numeric:tabular-nums}.admin-transcription-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-transcription-lane{min-width:0}.admin-transcription-lane+.admin-transcription-lane{border-left:1px solid #e7eaf0}.admin-transcription-lane>header{display:flex;min-height:48px;align-items:center;padding:0 16px;border-bottom:1px solid #edf0f4;background:#fbfcfe}.admin-transcription-lane h3{display:flex;width:100%;align-items:center;gap:7px;margin:0;color:#354258;font-size:13px}.admin-transcription-lane h3 strong{margin-left:auto;color:#778396;font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.admin-transcription-task-list{min-height:92px}.admin-transcription-task{display:grid;min-width:0;grid-template-columns:minmax(180px,1.1fr) minmax(140px,.9fr) auto;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid #edf0f4}.admin-transcription-task:last-child{border-bottom:0}.admin-transcription-task:hover{background:#fcfdff}.admin-transcription-task-copy{display:grid;min-width:0;gap:3px}.admin-transcription-task-copy strong{overflow:hidden;color:#253246;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.admin-transcription-task-copy span{overflow:hidden;color:#8a95a4;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-transcription-task-copy small{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:#657286;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.admin-transcription-task-copy small svg{flex:0 0 auto;color:#8390a2}.admin-transcription-task-progress{min-width:0}.admin-transcription-task-progress>div:first-child{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;color:#5d6b7f;font-size:11px}.admin-transcription-task-progress>div:first-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-transcription-task-progress>div:first-child strong{color:#334158;font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.admin-transcription-progress-track{height:5px;margin-top:8px;overflow:hidden;border-radius:99px;background:#e9edf3}.admin-transcription-progress-track i{display:block;height:100%;border-radius:inherit;background:#2d9b62;transition:width .18s ease}.admin-transcription-task.state-queued .admin-transcription-progress-track i{background:#cf8b2d}.admin-transcription-task-meta{display:grid;min-width:94px;justify-items:end;gap:7px}.admin-transcription-task-meta time{color:#8a95a4;font-size:11px;white-space:nowrap}.admin-transcription-task-meta .admin-action-link{font-size:11px}.admin-transcription-task-meta .admin-action-link svg{width:15px;height:15px}.admin-transcription-empty,.admin-transcription-loading,.admin-transcription-notice{display:flex;min-height:116px;align-items:center;justify-content:center;gap:8px;color:#8994a4;font-size:12px}.admin-transcription-loading{min-height:160px}.admin-transcription-notice{justify-content:flex-start;min-height:78px;padding:0 16px;color:#b34b53;background:#fff8f8}.admin-transcription-notice button{margin-left:auto;padding:5px 10px;border:1px solid #f0cdd0;border-radius:5px;color:#c13d48;background:#fff;cursor:pointer;font-size:11px}.admin-transcription-notice button:hover{background:#fff0f1}.admin-transcription-header .admin-refresh-button:disabled{cursor:wait;opacity:.65}.admin-transcription-header-actions{display:flex;align-items:center;gap:10px}.admin-cancel-all-button{padding:8px 12px;border:1px solid #f0cdd0;border-radius:5px;color:#c13d48;background:#fff8f8;cursor:pointer;font-size:12px}.admin-cancel-all-button:hover:not(:disabled){background:#fff0f1}.admin-cancel-all-button:disabled{cursor:wait;opacity:.6}@media (max-width: 960px){.admin-transcription-lanes{grid-template-columns:1fr}.admin-transcription-lane+.admin-transcription-lane{border-top:1px solid #e7eaf0;border-left:0}}@media (max-width: 620px){.admin-transcription-header{align-items:flex-start}.admin-transcription-heading{display:grid;gap:10px}.admin-transcription-task{grid-template-columns:1fr auto;gap:10px 12px}.admin-transcription-task-copy{grid-column:1 / -1}.admin-transcription-task-progress{grid-column:1}.admin-transcription-task-meta{grid-column:2}}.transcription-host{--transcription-purple: #6546c6;--transcription-purple-hover: #5036a6;--transcription-purple-soft: #f1eeff;--transcription-purple-border: #c9bdf1;--transcription-purple-focus: rgba(101, 70, 198, .22);--transcription-ink: #27292f;--transcription-muted: #747b88;--transcription-line: #e8e9ed;--transcription-success: #26a269;--transcription-warning: #e99b31;--transcription-danger: #ee5557;background:#fff}.transcription-host .channel-play-button{background:var(--transcription-purple)}.transcription-host .channel-play-button:hover:not(:disabled),.transcription-host .channel-play-button:active:not(:disabled){background:var(--transcription-purple-hover)}.transcription-host .channel-icon-button:hover,.transcription-host .channel-hero-menu summary:hover{background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .channel-hero-cover{color:var(--transcription-purple)}.transcription-host{display:grid;grid-template-columns:minmax(0,1fr);gap:0;min-width:0;min-height:calc(100vh - 176px);align-items:stretch;color:var(--transcription-ink)}.transcription-host .transcription-main-column{display:grid;min-width:0;align-content:start;gap:18px}.transcription-host .transcription-task-panel,.transcription-host .transcription-speaker-panel{border:1px solid var(--transcription-line);border-radius:12px;background:#fff;box-shadow:0 2px 12px #23273109}.transcription-host .transcription-channel-detail{min-width:0}.transcription-host .transcription-channel-detail .channel-hero{margin:0}.transcription-host .transcription-toolbar{display:flex;min-width:0;min-height:42px;align-items:center;justify-content:space-between;gap:16px}.transcription-host .transcription-notice{display:flex;min-width:0;align-items:flex-start;gap:10px;line-height:1.5}.transcription-host .transcription-notice>svg{flex:0 0 auto;margin-top:1px}.transcription-host .transcription-notice-copy{display:grid;min-width:0;flex:1 1 auto;gap:2px}.transcription-host .transcription-notice-copy strong{color:inherit;font-size:12px;font-weight:700}.transcription-host .transcription-notice-copy span{overflow-wrap:anywhere;white-space:normal}.transcription-host .transcription-notice-retry{display:inline-flex;min-height:28px;align-items:center;flex:0 0 auto;gap:5px;margin:-2px 0 -2px auto;padding:0 9px;border:1px solid #e6c982;border-radius:7px;background:#fff;color:#7a5b18;cursor:pointer;font:inherit;font-size:11px;white-space:nowrap}.transcription-host .transcription-notice-retry:hover{background:#fff4d8}.transcription-host .transcription-notice.is-error{border-color:#efc4c4;background:#fff7f7;color:#a24c4c}.transcription-host .transcription-notice.is-error .transcription-notice-retry{border-color:#e5bcbc;color:#a24c4c}.transcription-host .transcription-notice.is-error .transcription-notice-retry:hover{background:#ffeded}.transcription-host .transcription-status-tabs{display:flex;min-width:0;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.transcription-host .transcription-status-tabs::-webkit-scrollbar{display:none}.transcription-host .transcription-status-tabs button{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:0 13px;border:0;border-radius:9px;background:#f5f5f7;color:#656c78;cursor:pointer;font:inherit;font-size:12px;white-space:nowrap}.transcription-host .transcription-status-tabs button:hover{background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .transcription-status-tabs button strong{color:#9299a5;font-size:11px;font-weight:700}.transcription-host .transcription-status-tabs button.is-active{background:var(--transcription-purple);color:#fff}.transcription-host .transcription-status-tabs button.is-active strong{color:#fff}.transcription-host .transcription-control-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.transcription-host .transcription-control-actions .button{min-height:36px;gap:6px;padding:0 13px;border-radius:8px;font-size:12px;white-space:nowrap;transform:none}.transcription-host .transcription-control-actions .button:hover{transform:none}.transcription-host .transcription-control-actions .button-primary{border-color:var(--transcription-purple);background:var(--transcription-purple)}.transcription-host .transcription-control-actions .button-primary:hover{border-color:var(--transcription-purple-hover);background:var(--transcription-purple-hover)}.transcription-host .transcript-editor-footer .button-primary{border-color:var(--transcription-purple);background:var(--transcription-purple)}.transcription-host .transcript-editor-footer .button-primary:hover:not(:disabled){border-color:var(--transcription-purple-hover);background:var(--transcription-purple-hover)}.transcription-host .transcription-control-actions .button-primary:active:not(:disabled),.transcription-host .transcription-speaker-actions .button-primary:active:not(:disabled),.transcription-host .transcript-editor-footer .button-primary:active:not(:disabled){border-color:var(--transcription-purple-hover);background:var(--transcription-purple-hover)}.transcription-host .transcription-control-actions .button-primary:disabled,.transcription-host .transcription-speaker-actions .button-primary:disabled,.transcription-host .transcript-editor-footer .button-primary:disabled,.transcription-host .lyrics-search-form button:disabled{border-color:#d6d1de;background:#d6d1de;color:#fff;cursor:not-allowed;opacity:1}.transcription-host .transcription-control-actions .button-quiet{border-color:#e0e2e7;background:#fff;color:#454b56}.transcription-host .transcription-control-actions .button-quiet:hover{border-color:var(--transcription-purple-border);color:var(--transcription-purple);background:var(--transcription-purple-soft)}.transcription-host .transcription-control-actions .button:focus-visible,.transcription-host .transcription-status-tabs button:focus-visible,.transcription-host .channel-play-button:focus-visible,.transcription-host .channel-icon-button:focus-visible,.transcription-host .channel-hero-menu summary:focus-visible,.transcription-host .transcription-row-button:focus-visible,.transcription-host .transcription-more:focus-visible,.transcription-host .transcription-speaker-actions .button:focus-visible,.transcription-host .transcript-editor-footer .button:focus-visible,.transcription-host .lyrics-search-form button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--transcription-purple-focus)}.transcription-host .transcription-refresh-button{width:36px;padding:0!important}.transcription-host .transcription-task-panel{min-width:0;min-height:330px;overflow:hidden}.transcription-host .transcription-task-header,.transcription-host .transcription-task-row{display:grid;grid-template-columns:minmax(225px,2.1fr) 90px minmax(138px,1.25fr) 122px 112px 166px;gap:14px;align-items:center}.transcription-host .lyrics-search-dialog{width:min(900px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:min(800px,calc(100vh - 32px));padding:0;overflow:hidden;border:1px solid #dedee7;border-radius:10px;background:#fff;color:var(--transcription-ink);box-shadow:0 24px 70px #1b1e2d3d}.transcription-host .lyrics-search-dialog::backdrop{background:#11182761;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.transcription-host .lyrics-search-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 16px;border-bottom:1px solid #ececf1}.transcription-host .lyrics-search-dialog-header>div{min-width:0}.transcription-host .lyrics-search-dialog-header span{color:var(--transcription-purple);font-size:11px;font-weight:750}.transcription-host .lyrics-search-dialog-header h2{overflow:hidden;margin:4px 0 0;color:#292c33;font-size:20px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.transcription-host .lyrics-search-dialog-close{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border-radius:50%;background:transparent;color:#777d88;cursor:pointer}.transcription-host .lyrics-search-dialog-close:hover,.transcription-host .lyrics-search-dialog-close:focus-visible{background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .lyrics-search-form{display:grid;gap:7px;padding:16px 22px 14px}.transcription-host .lyrics-search-form>label{color:#6e7581;font-size:11px;font-weight:700}.transcription-host .lyrics-search-form>div{display:flex;gap:8px}.transcription-host .lyrics-search-form input{min-width:0;flex:1 1 auto;height:38px;padding:0 11px;border:1px solid #dfe2e8;border-radius:7px;background:#fff;color:#2c3038}.transcription-host .lyrics-search-form input:focus{border-color:var(--transcription-purple-border);outline:none;box-shadow:0 0 0 3px var(--transcription-purple-focus)}.transcription-host .lyrics-search-form button{display:inline-flex;min-width:78px;height:38px;align-items:center;justify-content:center;gap:6px;padding:0 12px;border-radius:7px;background:var(--transcription-purple);color:#fff;cursor:pointer;font-size:12px;font-weight:700}.transcription-host .lyrics-search-form button:hover:not(:disabled){background:var(--transcription-purple-hover)}.transcription-host .lyrics-search-form button:active:not(:disabled){background:var(--transcription-purple-hover)}.transcription-host .lyrics-search-form button:disabled{cursor:wait;opacity:1}.transcription-host .lyrics-search-candidate:disabled{cursor:wait;opacity:.58}.transcription-host .lyrics-search-dialog-body{max-height:min(620px,calc(100vh - 190px));overflow-y:auto;padding:4px 22px 22px}.transcription-host .lyrics-search-results{display:grid;gap:9px}.transcription-host .lyrics-search-candidate{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:96px;padding:10px;border:1px solid #e5e6eb;border-radius:8px;background:#fff;color:inherit;cursor:pointer;text-align:left}.transcription-host .lyrics-search-candidate:hover:not(:disabled),.transcription-host .lyrics-search-candidate:focus-visible{border-color:var(--transcription-purple-border);background:var(--transcription-purple-soft);box-shadow:0 4px 14px #6546c614}.transcription-host .lyrics-search-candidate-cover{position:relative;display:grid;width:68px;height:68px;place-items:center;overflow:hidden;border-radius:6px;background:#eeeaf9;color:var(--transcription-purple);font-size:24px;font-weight:750}.transcription-host .lyrics-search-candidate-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.transcription-host .lyrics-search-candidate-body{display:grid;min-width:0;gap:4px}.transcription-host .lyrics-search-candidate-heading,.transcription-host .lyrics-search-candidate-stats{display:flex;min-width:0;align-items:center;gap:8px}.transcription-host .lyrics-search-candidate-heading strong{overflow:hidden;color:#2f333b;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.transcription-host .lyrics-search-candidate-heading small{flex:0 0 auto;padding:2px 6px;border-radius:4px;background:var(--transcription-purple-soft);color:var(--transcription-purple);font-size:10px;font-weight:700}.transcription-host .lyrics-search-candidate-meta,.transcription-host .lyrics-search-candidate-stats,.transcription-host .lyrics-search-candidate-preview{overflow:hidden;color:#7a818d;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.transcription-host .lyrics-search-candidate-stats{color:#69717d}.transcription-host .lyrics-search-candidate-stats small+small:before{margin-right:8px;color:#c5c8ce;content:"·"}.transcription-host .lyrics-search-candidate-preview{color:#525a66}.transcription-host .lyrics-search-candidate-preview.is-empty{color:#a0a5ad}.transcription-host .lyrics-search-candidate-action{display:inline-flex;min-width:38px;justify-content:center;color:var(--transcription-purple);font-size:11px;font-weight:750}.transcription-host .lyrics-search-state,.transcription-host .lyrics-search-provider-errors{display:flex;min-height:120px;align-items:center;justify-content:center;gap:8px;margin:0;color:#7b828d;font-size:13px;text-align:center}.transcription-host .lyrics-search-state.is-error{color:#b04f54}.transcription-host .lyrics-search-provider-errors{display:grid;min-height:auto;justify-items:start;align-items:start;justify-content:stretch;margin:0 0 10px;padding:9px 11px;border:1px solid #f0d9b0;border-radius:7px;background:#fffaf0;color:#8b671d;font-size:11px;text-align:left}.transcription-host .is-spinning{animation:lyrics-search-spin .76s linear infinite}@keyframes lyrics-search-spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.transcription-host .lyrics-search-dialog{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.transcription-host .lyrics-search-dialog-header,.transcription-host .lyrics-search-form,.transcription-host .lyrics-search-dialog-body{padding-right:15px;padding-left:15px}.transcription-host .lyrics-search-form>div{display:grid;grid-template-columns:minmax(0,1fr) 72px}.transcription-host .lyrics-search-candidate{grid-template-columns:54px minmax(0,1fr)}.transcription-host .lyrics-search-candidate-cover{width:54px;height:54px}.transcription-host .lyrics-search-candidate-action{grid-column:2;justify-content:flex-start}}html[data-theme=dark] .transcription-host .lyrics-search-dialog{border-color:#3b4050;background:#1c1f28;color:#eef1f8}html[data-theme=dark] .transcription-host .lyrics-search-dialog-header{border-color:#343846}html[data-theme=dark] .transcription-host .lyrics-search-dialog-header h2,html[data-theme=dark] .transcription-host .lyrics-search-candidate-heading strong{color:#eef1f8}html[data-theme=dark] .transcription-host .lyrics-search-form input,html[data-theme=dark] .transcription-host .lyrics-search-candidate{border-color:#3b4352;background:#1b1e29;color:#eef1f8}html[data-theme=dark] .transcription-host .lyrics-search-candidate:hover:not(:disabled),html[data-theme=dark] .transcription-host .lyrics-search-candidate:focus-visible{background:#252238}html[data-theme=dark] .transcription-host .lyrics-search-candidate-meta,html[data-theme=dark] .transcription-host .lyrics-search-candidate-stats{color:#aeb4c2}html[data-theme=dark] .transcription-host .lyrics-search-candidate-preview{color:#d1d5df}.transcription-host .transcription-task-header{min-width:940px;min-height:48px;padding:0 14px;border-bottom:1px solid #edf0f3;color:#808792;font-size:11px}.transcription-host .transcription-task-content{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#d7d9df transparent}.transcription-host .transcription-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:22px 14px 20px;padding:0;flex-wrap:wrap}.transcription-host .transcription-pagination .channel-bottom-pagination-pages{display:inline-flex;align-items:center;gap:10px}.transcription-host .transcription-pagination .channel-bottom-pagination-page,.transcription-host .transcription-pagination .channel-bottom-pagination-next{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #dedee5;border-radius:11px;background:#fff;color:#29282e;cursor:pointer;font:inherit;font-size:18px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.transcription-host .transcription-pagination .channel-bottom-pagination-next{width:116px;font-size:16px}.transcription-host .transcription-pagination .channel-bottom-pagination-page:hover,.transcription-host .transcription-pagination .channel-bottom-pagination-next:hover{border-color:var(--transcription-purple-border);background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .transcription-pagination .channel-bottom-pagination-page.is-active{border-color:var(--transcription-purple);background:var(--transcription-purple);box-shadow:0 5px 12px #6546c633;color:#fff;cursor:default}.transcription-host .transcription-pagination .channel-bottom-pagination-next.is-disabled{color:#b7b3bf;cursor:default;opacity:.65;pointer-events:none}.transcription-host .transcription-pagination .channel-bottom-pagination-page:focus-visible,.transcription-host .transcription-pagination .channel-bottom-pagination-next:focus-visible,.transcription-host .transcription-pagination .channel-bottom-pagination-input:focus-visible{outline:2px solid var(--transcription-purple);outline-offset:3px}.transcription-host .transcription-pagination .channel-bottom-pagination-summary,.transcription-host .transcription-pagination .channel-bottom-pagination-jump{color:#45434b;font-size:14px;white-space:nowrap}.transcription-host .transcription-pagination .channel-bottom-pagination-jump{display:inline-flex;align-items:center;gap:6px}.transcription-host .transcription-pagination .channel-bottom-pagination-input{width:54px;height:42px;padding:0 8px;border:1px solid #dedee5;border-radius:11px;background:#fff;color:#29282e;font:inherit;font-size:16px;text-align:center}.transcription-host .transcription-pagination .channel-bottom-pagination-input::-webkit-inner-spin-button,.transcription-host .transcription-pagination .channel-bottom-pagination-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.transcription-host .transcription-pagination .channel-bottom-pagination-input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.transcription-host .transcription-pagination .channel-bottom-pagination-input:focus{border-color:var(--transcription-purple)}.transcription-host .transcription-task-list{min-width:940px}.transcription-host .transcription-task-row{min-width:940px;min-height:76px;padding:10px 14px;border-top:1px solid #edf0f3;color:#3a414d;font-size:12px}.transcription-host .transcription-task-row:first-child{border-top:0}.transcription-host .transcription-task-episode{display:flex;min-width:0;align-items:center;gap:12px}.transcription-host .transcription-task-episode img,.transcription-host .transcription-task-episode .content-type-mark{width:60px;height:60px;flex:0 0 60px;border-radius:4px;background:#eef0f4;object-fit:cover}.transcription-host .transcription-task-episode .content-type-mark{color:var(--transcription-purple);font-size:17px}.transcription-host .transcription-task-title,.transcription-host .transcription-result,.transcription-host .transcription-updated,.transcription-host .transcription-stage{min-width:0}.transcription-host .transcription-task-title strong,.transcription-host .transcription-task-title span,.transcription-host .transcription-result span,.transcription-host .transcription-result small,.transcription-host .transcription-updated span,.transcription-host .transcription-updated small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcription-task-title strong{color:#2b3038;font-size:13px;font-weight:700;line-height:1.35}.transcription-host .transcription-task-title span,.transcription-host .transcription-updated small,.transcription-host .transcription-result small{margin-top:5px;color:#9299a5;font-size:11px}.transcription-host .transcription-state{display:inline-flex;min-height:25px;align-items:center;padding:0 9px;border-radius:7px;background:#f1f3f6;color:#697382;font-size:11px;white-space:nowrap}.transcription-host .transcription-state.state-queued,.transcription-host .transcription-state.state-needs_selection{background:#fff0db;color:#d58318}.transcription-host .transcription-state.state-processing{background:#e5edff;color:#4c75d4}.transcription-host .transcription-state.state-completed{background:#e3f6ea;color:#2a9a62}.transcription-host .transcription-state.state-failed{background:#ffebeb;color:#dc5555}.transcription-host .transcription-stage>span,.transcription-host .transcription-stage>small{display:inline-block;color:#4c5562;font-size:11px}.transcription-host .transcription-mini-progress{display:inline-block;width:78px;height:5px;margin:0 7px 1px 10px;overflow:hidden;border-radius:999px;background:#edf0f3;vertical-align:middle}.transcription-host .transcription-mini-progress i{display:block;height:100%;border-radius:inherit;background:var(--transcription-purple)}.transcription-host .transcription-result span{display:inline-flex;align-items:center;gap:4px}.transcription-host .transcription-result-success{color:var(--transcription-success)}.transcription-host .transcription-result-failed{color:var(--transcription-danger)}.transcription-host .transcription-result-pending{color:#8d95a1}.transcription-host .transcription-row-actions{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:6px}.transcription-host .transcription-row-actions>div{display:flex;min-width:0;align-items:center;gap:5px}.transcription-host .transcription-row-menu{position:relative;flex:0 0 auto}.transcription-host .transcription-row-button,.transcription-host .transcription-more{min-height:28px;border:1px solid #e0e4eb;border-radius:6px;background:#fff;color:#3d4652;cursor:pointer;font-size:11px;white-space:nowrap}.transcription-host .transcription-row-button{padding:0 8px}.transcription-host .transcription-more{display:grid;width:28px;place-items:center;padding:0;color:#8c939d}.transcription-host .transcription-row-button:hover,.transcription-host .transcription-more:hover{border-color:var(--transcription-purple-border);color:var(--transcription-purple)}.transcription-host .transcription-task-menu{position:fixed;z-index:1000;display:grid;min-width:132px;gap:2px;padding:5px;border:1px solid #e0e4eb;border-radius:7px;background:#fff;box-shadow:0 10px 26px #23273129}.transcription-host .transcription-task-menu button,.transcription-host .transcription-task-menu-empty{display:flex;min-height:32px;align-items:center;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#3d4652;font-size:11px;text-align:left;white-space:nowrap}.transcription-host .transcription-task-menu button{cursor:pointer}.transcription-host .transcription-task-menu button:hover{background:#f6f2ff;color:var(--transcription-purple)}.transcription-host .transcription-task-menu button:disabled{color:#a2a8b2;cursor:not-allowed;opacity:1}.transcription-host .transcription-task-menu button:disabled:hover{background:transparent;color:#a2a8b2}.transcription-host .transcription-task-menu-empty{color:#9aa1ac}.transcription-host .transcript-editor-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;overflow:hidden;background:#20232b61;overscroll-behavior:contain}.transcription-host .transcript-editor-dialog{display:grid;width:min(960px,100%);max-height:min(820px,calc(100vh - 48px));min-height:0;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #dedfe5;border-radius:12px;background:#fff;box-shadow:0 24px 70px #191d2738}.transcription-host .transcript-editor-header,.transcription-host .transcript-editor-toolbar,.transcription-host .transcript-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}.transcription-host .transcript-editor-header{border-bottom:1px solid #eceef2}.transcription-host .transcript-editor-header h2,.transcription-host .transcript-editor-header p,.transcription-host .transcript-editor-kicker{display:block;margin:0}.transcription-host .transcript-editor-kicker{margin-bottom:4px;color:#7d8490;font-size:11px}.transcription-host .transcript-editor-header h2{max-width:min(680px,calc(100vw - 160px));overflow:hidden;color:#282d36;font-size:19px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcript-editor-header p{margin-top:5px;color:#8b929d;font-size:12px}.transcription-host .transcript-editor-close{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:0;border-radius:6px;background:transparent;color:#7f8792;cursor:pointer}.transcription-host .transcript-editor-close:hover{background:#f3f4f6;color:#303640}.transcription-host .transcript-editor-toolbar{min-height:60px;border-bottom:1px solid #eceef2}.transcription-host .transcript-editor-toolbar>div,.transcription-host .transcript-editor-footer>div{display:flex;align-items:center;gap:8px}.transcription-host .transcript-editor-toolbar .button,.transcription-host .transcript-editor-footer .button{min-height:34px;gap:6px;padding:0 11px;border-radius:7px;font-size:12px}.transcription-host .transcript-editor-toolbar .button.is-selected{border-color:var(--transcription-purple-border);background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .transcript-editor-audio{width:100%;margin:0 0 12px}.transcription-host .transcript-editor-metadata-hints{display:grid;gap:12px;margin-bottom:10px;padding:12px;border:1px solid #e2e0f3;border-radius:8px;background:#fff}.transcription-host .transcript-editor-metadata-heading{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px}.transcription-host .transcript-editor-metadata-heading>div{display:grid;min-width:0;gap:4px}.transcription-host .transcript-editor-metadata-heading strong,.transcription-host .transcript-editor-metadata-group-title{display:inline-flex;align-items:center;gap:5px;color:#4e3f92;font-size:12px;font-weight:700}.transcription-host .transcript-editor-metadata-heading span,.transcription-host .transcript-editor-metadata-heading small,.transcription-host .transcript-editor-metadata-item small,.transcription-host .transcript-editor-metadata-item>span{color:#7e8490;font-size:11px;line-height:1.45}.transcription-host .transcript-editor-metadata-heading>small{flex:0 0 auto}.transcription-host .transcript-editor-metadata-group{display:grid;gap:7px}.transcription-host .transcript-editor-metadata-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.transcription-host .transcript-editor-metadata-item{display:grid;min-width:0;gap:3px;padding:8px;border:1px solid #ecebf4;border-radius:6px;background:#fcfbff}.transcription-host .transcript-editor-metadata-item-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.transcription-host .transcript-editor-metadata-item-heading strong{min-width:0;overflow:hidden;color:#343941;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcript-editor-metadata-item-heading>span{flex:0 0 auto;color:#8b829f;font-size:10px}.transcription-host .transcript-editor-metadata-item>small,.transcription-host .transcript-editor-metadata-item>span{overflow:hidden;text-overflow:ellipsis}.transcription-host .transcript-editor-metadata-adopt{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;min-height:24px;padding:0 7px;border:1px solid #d9d3f2;border-radius:5px;color:#5a4b9d;background:#f7f5ff;cursor:pointer;font:inherit;font-size:10px}.transcription-host .transcript-editor-metadata-adopt:hover:not(:disabled){border-color:#bcb0e9;background:#efebff}.transcription-host .transcript-editor-metadata-adopt:disabled{cursor:default;opacity:.6}.transcription-host .transcript-editor-metadata-warnings{display:flex;flex-wrap:wrap;gap:5px;color:#956a23;font-size:10px}.transcription-host .transcript-editor-metadata-warnings span{padding:3px 6px;border-radius:4px;background:#fff7e7}.transcription-host .transcript-editor-tools{display:grid;gap:8px;margin-bottom:8px;padding:10px 12px;border:1px solid #e5e7ec;border-radius:8px;background:#fff}.transcription-host .transcript-editor-tool-row{display:flex;min-width:0;align-items:center;gap:8px;color:#747b88;font-size:12px}.transcription-host .transcript-editor-tool-row input,.transcription-host .transcript-editor-tool-row select,.transcription-host .transcript-editor-time-inputs input{min-width:0;height:30px;padding:0 8px;border:1px solid #dfe3e9;border-radius:6px;outline:0;background:#fff;color:#303641;font:inherit;font-size:12px}.transcription-host .transcript-editor-tool-row input:focus,.transcription-host .transcript-editor-tool-row select:focus,.transcription-host .transcript-editor-time-inputs input:focus{border-color:var(--transcription-purple-border);box-shadow:0 0 0 3px var(--transcription-purple-focus)}.transcription-host .transcript-editor-tool-row input[aria-label=搜索逐字稿]{flex:1 1 180px}.transcription-host .transcript-editor-tool-row input[aria-label=替换文本]{flex:1 1 150px}.transcription-host .transcript-editor-tool-row input[aria-label=官方文稿]{flex:1 1 280px}.transcription-host .transcript-editor-search-preview,.transcription-host .transcript-editor-review-list,.transcription-host .transcript-editor-segment-reviews,.transcription-host .transcript-editor-proposals{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding-left:22px;color:#747b88;font-size:11px}.transcription-host .transcript-editor-search-preview span,.transcription-host .transcript-editor-review-list span,.transcription-host .transcript-editor-segment-reviews span{padding:3px 6px;border-radius:4px;background:#f2f4f7}.transcription-host .transcript-editor-review-list .review-blocking,.transcription-host .transcript-editor-segment-reviews .review-blocking{color:#b1373e;background:#fff0f0}.transcription-host .transcript-editor-review-list .review-warning,.transcription-host .transcript-editor-segment-reviews .review-warning{color:#9a6719;background:#fff7e6}.transcription-host .transcript-editor-segment-reviews{margin-top:8px;padding-left:0}.transcription-host .transcript-editor-proposals{padding:8px 0 2px 22px;border-top:1px solid #f0f1f4}.transcription-host .transcript-editor-proposals strong{color:#4a5260}.transcription-host .transcript-editor-proposals label{display:inline-flex;align-items:center;gap:4px}.transcription-host .transcript-editor-conflict{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding:8px 10px;border:1px solid #f0d49f;border-radius:6px;color:#8e641e;background:#fff9ed;font-size:12px}.transcription-host .transcript-editor-dirty,.transcription-host .transcript-editor-clean{display:inline-flex;align-items:center;gap:5px;color:#c27817;font-size:12px}.transcription-host .transcript-editor-clean{color:#2a9a62}.transcription-host .transcript-editor-body{min-height:0;overflow:auto;padding:14px 20px;background:#fafbfc}.transcription-host .transcript-editor-segment{display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px 14px;padding:12px 0;border-bottom:1px solid #eceef2}.transcription-host .transcript-editor-segment-meta{display:flex;position:relative;min-width:0;flex-direction:column;gap:4px;color:#7f8792;font-size:12px;line-height:1.35}.transcription-host .transcript-editor-segment.is-active{margin:0 -10px;padding-right:10px;padding-left:10px;border-radius:6px;background:#f5f2ff}.transcription-host .transcript-editor-seek{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;color:#747b88;background:transparent;cursor:pointer;font:inherit;font-size:12px}.transcription-host .transcript-editor-seek:hover{color:var(--transcription-purple)}.transcription-host .transcript-editor-time-inputs{display:grid;gap:4px;margin-top:4px}.transcription-host .transcript-editor-time-inputs input{width:78px;height:26px;font-size:11px}.transcription-host .transcript-editor-segment-actions{display:flex;gap:4px;margin-top:3px}.transcription-host .transcript-editor-inline-action{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:5px;color:#8c94a1;background:transparent;cursor:pointer}.transcription-host .transcript-editor-inline-action:hover{color:var(--transcription-purple);background:#f1eeff}.transcription-host .transcript-editor-inline-action:disabled{cursor:not-allowed;opacity:.4}.transcription-host .transcript-editor-segment-meta strong{color:var(--transcription-purple);font-size:12px;font-weight:700}.transcription-host .transcript-editor-segment-meta small{overflow:hidden;color:#b0b6bf;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcript-editor-delete{position:absolute;top:-2px;right:0;display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:6px;background:transparent;color:#9aa1ac;cursor:pointer}.transcription-host .transcript-editor-delete:hover{background:#fff0f0;color:var(--transcription-danger)}.transcription-host .transcript-editor-delete:disabled{cursor:not-allowed;opacity:.45}.transcription-host .transcript-editor-segment textarea{width:100%;min-height:54px;resize:vertical;padding:10px 12px;border:1px solid #dfe3e9;border-radius:7px;outline:0;background:#fff;color:#303641;font:inherit;font-size:14px;line-height:1.65}.transcription-host .transcript-editor-segment textarea:focus{border-color:var(--transcription-purple-border);box-shadow:0 0 0 3px var(--transcription-purple-focus)}.transcription-host .transcript-editor-segment textarea.is-invalid{border-color:#d95c5c;box-shadow:0 0 0 3px #d95c5c14}.transcription-host .transcript-editor-alignment-hint{grid-column:2;color:#c27817;font-size:11px}.transcription-host .transcript-editor-validation-hint{grid-column:2;color:var(--transcription-danger);font-size:11px}.transcription-host .transcript-editor-footer{border-top:1px solid #eceef2;background:#fff}.transcription-host .transcript-editor-state{display:flex;min-height:180px;align-items:center;justify-content:center;gap:8px;color:#7f8792;font-size:13px}.transcription-host .transcript-editor-state.is-error{color:var(--transcription-danger)}.transcription-host .transcript-editor-state .is-spinning{animation:transcription-spin .9s linear infinite}@keyframes transcription-spin{to{transform:rotate(360deg)}}.transcription-host .transcription-empty{display:grid;min-height:300px;place-content:center;justify-items:center;gap:8px;padding:24px;color:#9299a5;text-align:center}.transcription-host .transcription-empty svg{color:#7f8998}.transcription-host .transcription-empty strong{color:#394353;font-size:15px}.transcription-host .transcription-empty span{font-size:12px}.transcription-host .transcription-speaker-panel{position:fixed;z-index:60;top:84px;right:24px;bottom:calc(var(--ft-player-height) + 24px);width:min(320px,calc(100vw - 32px));height:auto;max-height:none;display:flex;min-height:0;flex-direction:column;overflow:hidden;isolation:isolate;border-color:#e2e4e8;border-radius:20px;box-shadow:0 14px 34px #25273024}.channel-detail-page:has(.transcription-speaker-panel){animation:none!important;transform:none!important}.transcription-host .transcription-speaker-header{display:flex;min-height:64px;align-items:center;justify-content:space-between;flex:0 0 64px;padding:0 20px;border-bottom:0}.transcription-host .transcription-speaker-header h2,.transcription-host .transcription-speaker-editor h3{margin:0;color:#343941;font-size:18px;font-weight:700;line-height:1.2}.transcription-host .transcription-speaker-header button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#7e8792;cursor:pointer}.transcription-host .transcription-speaker-header button svg{width:18px;height:18px}.transcription-host .transcription-speaker-header button:hover{background:#f3f4f6;color:#303640}.transcription-host .transcription-speaker-program{flex:0 0 auto;padding:14px 20px 0}.transcription-host .transcription-speaker-program>div{display:flex;align-items:center;gap:14px}.transcription-host .transcription-speaker-program img,.transcription-host .transcription-speaker-program .content-type-mark{width:112px;height:112px;flex:0 0 112px;border-radius:8px;background:#f1f2f4;object-fit:cover}.transcription-host .transcription-speaker-program .content-type-mark{color:var(--transcription-purple);font-size:28px}.transcription-host .transcription-speaker-program p,.transcription-host .transcription-speaker-program span,.transcription-host .transcription-speaker-program small{display:block;min-width:0;margin:0}.transcription-host .transcription-speaker-program p{flex:1 1 auto}.transcription-host .transcription-speaker-program strong{display:-webkit-box;overflow:hidden;color:#353b45;font-size:17px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.transcription-host .transcription-speaker-program span,.transcription-host .transcription-speaker-program small{margin-top:4px;color:#8c949f;font-size:12px;line-height:1.25}.transcription-host .transcription-speaker-editor{min-height:0;flex:1 1 auto;overflow-y:auto;padding:24px 20px calc(18px + env(safe-area-inset-bottom));overscroll-behavior:contain;scrollbar-width:none}.transcription-host .transcription-speaker-editor::-webkit-scrollbar{display:none;width:0;height:0}.transcription-host .transcription-speaker-editor h3{display:block}.transcription-host .transcription-speaker-candidates{display:grid;gap:10px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #eceef2}.transcription-host .transcription-speaker-candidates-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.transcription-host .transcription-speaker-candidates-heading h3{display:inline-flex;align-items:center;gap:5px;font-size:15px}.transcription-host .transcription-speaker-candidates-heading span{color:#9299a5;font-size:11px}.transcription-host .transcription-speaker-candidate-list{display:grid;gap:7px}.transcription-host .transcription-speaker-candidate{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center;padding:9px 10px;border:1px solid #e5e8ed;border-radius:8px;background:#fcfcfd}.transcription-host .transcription-speaker-candidate>div{display:flex;min-width:0;align-items:center;gap:5px}.transcription-host .transcription-speaker-candidate>div svg{flex:0 0 auto;color:#7162ae}.transcription-host .transcription-speaker-candidate strong{min-width:0;overflow:hidden;color:#424a56;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcription-speaker-candidate>div span,.transcription-host .transcription-speaker-candidate small{color:#9299a5;font-size:10px}.transcription-host .transcription-speaker-candidate small{grid-column:1 / -1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcription-speaker-candidate button{display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:0 7px;border:1px solid #dedfe3;border-radius:5px;color:#5c6572;background:#fff;cursor:pointer;font:inherit;font-size:10px}.transcription-host .transcription-speaker-candidate button:hover:not(:disabled){border-color:#bcb0e9;color:#5a4b9d;background:#f7f5ff}.transcription-host .transcription-speaker-candidate button:disabled{cursor:default;opacity:.55}.transcription-host .transcription-speaker-list{display:grid;gap:8px;margin-top:20px}.transcription-host .transcription-speaker-row{display:grid;grid-template-areas:"drag original remove" "drag alias alias";grid-template-columns:16px minmax(0,1fr) 28px;gap:7px 8px;min-height:78px;align-items:center;padding:10px 9px;border:1px solid #e5e8ed;border-radius:10px;color:#424a56}.transcription-host .transcription-speaker-original{display:flex;min-width:0;grid-area:original;align-items:center;gap:6px}.transcription-host .transcription-speaker-original-label,.transcription-host .transcription-speaker-alias-field>span{flex:0 0 auto;color:#9299a5;font-size:11px;line-height:1}.transcription-host .transcription-speaker-row strong{min-width:0;flex:1;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.transcription-host .transcription-speaker-drag{grid-area:drag;align-self:start;margin-top:4px;color:#adb4bf;font-size:14px;letter-spacing:-3px}.transcription-host .transcription-speaker-alias-field{display:grid;min-width:0;grid-area:alias;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px}.transcription-host .transcription-speaker-row input{width:100%;min-width:0;height:34px;padding:0 10px;border:1px solid #dedfe3;border-radius:7px;background:#fdfdfe;color:#343941;font:inherit;font-size:13px}.transcription-host .transcription-speaker-row input::placeholder{color:#9aa1aa;opacity:1}.transcription-host .transcription-speaker-row>button:last-child{display:grid;width:22px;height:22px;grid-area:remove;place-self:start end;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#7d8590;cursor:pointer;font-size:0}.transcription-host .transcription-speaker-row>button:last-child:hover{background:#f3f4f6;color:#343941}.transcription-host .transcription-speaker-empty{max-width:360px;margin:0;color:#343941;font-size:17px;line-height:1.45}.transcription-host .transcription-add-speaker-row{display:grid;justify-items:start;gap:10px;margin-top:18px}.transcription-host .transcription-add-speaker-row input{width:min(250px,100%);height:42px;padding:0 8px;border:1px solid #858585;border-radius:4px;background:#fff;color:#343941;font:inherit;font-size:14px}.transcription-host .transcription-add-speaker-row input::placeholder{color:#858585;opacity:1}.transcription-host .transcription-add-speaker{width:100%;min-height:50px;border:1px solid var(--transcription-purple-border);border-radius:8px;background:#fff;color:var(--transcription-purple);cursor:pointer;font:inherit;font-size:14px}.transcription-host .transcription-add-speaker:hover{background:var(--transcription-purple-soft)}.transcription-host .transcription-speaker-split{display:flex;align-items:center;gap:8px;margin:0 10px;padding-top:10px;border-top:1px solid #edf0f3;color:#606977;font-size:11px}.transcription-host .transcription-speaker-split input{width:17px;height:17px;accent-color:var(--transcription-purple)}.transcription-host .transcription-speaker-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:0 0 auto;margin-top:auto;padding:10px 20px 14px;border-top:0;background:#fff;box-shadow:none}.transcription-host .transcription-speaker-actions .button{min-height:40px;border-radius:7px;padding:0 10px;font-size:13px;transform:none}.transcription-host .transcription-speaker-actions .button-primary{border-color:var(--transcription-purple);background:var(--transcription-purple)}.transcription-host .transcription-speaker-actions .button-primary:hover{border-color:var(--transcription-purple-hover);background:var(--transcription-purple-hover)}@media (max-width: 1120px){.transcription-host .transcription-task-header,.transcription-host .transcription-task-row,.transcription-host .transcription-task-list{min-width:850px}.transcription-host .transcription-task-header,.transcription-host .transcription-task-row{grid-template-columns:minmax(210px,2fr) 80px minmax(126px,1.2fr) 110px 100px 150px}}@media (max-width: 820px){.transcription-host .transcription-speaker-panel{top:84px;right:24px;bottom:calc(var(--ft-player-height) + 24px);width:calc(100vw - 48px);height:auto;max-height:none;min-height:0;border-radius:18px}.transcription-host .transcription-speaker-header{min-height:58px;flex-basis:58px;padding:0 16px}.transcription-host .transcription-speaker-program{padding:12px 16px 0}.transcription-host .transcription-speaker-program>div{gap:12px}.transcription-host .transcription-speaker-program img,.transcription-host .transcription-speaker-program .content-type-mark{width:80px;height:80px;flex-basis:80px}.transcription-host .transcription-speaker-program strong{font-size:15px}.transcription-host .transcription-speaker-program span,.transcription-host .transcription-speaker-program small{font-size:11px}.transcription-host .transcription-speaker-editor{padding:20px 16px calc(16px + env(safe-area-inset-bottom))}.transcription-host .transcription-speaker-header h2,.transcription-host .transcription-speaker-editor h3{font-size:18px}.transcription-host .transcription-speaker-empty{font-size:16px}.transcription-host .transcription-speaker-actions{padding-right:16px;padding-left:16px}.transcription-host .transcription-toolbar{align-items:flex-start;flex-direction:column}.transcription-host .transcription-control-actions{width:100%;flex-wrap:wrap}.transcription-host .transcription-control-actions .button{flex:0 0 auto}}@media (max-width: 620px){.transcription-host .transcript-editor-backdrop{padding:10px}.transcription-host .transcript-editor-dialog{max-height:calc(100vh - 20px);border-radius:10px}.transcription-host .transcript-editor-header,.transcription-host .transcript-editor-toolbar,.transcription-host .transcript-editor-footer{padding-right:14px;padding-left:14px}.transcription-host .transcript-editor-header h2{max-width:calc(100vw - 100px);font-size:17px}.transcription-host .transcript-editor-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.transcription-host .transcript-editor-toolbar>div,.transcription-host .transcript-editor-footer>div{width:100%}.transcription-host .transcript-editor-toolbar .button,.transcription-host .transcript-editor-footer .button{flex:1 1 0;justify-content:center;padding-right:8px;padding-left:8px}.transcription-host .transcript-editor-body{padding-right:14px;padding-left:14px}.transcription-host .transcript-editor-tools{padding:9px}.transcription-host .transcript-editor-metadata-grid{grid-template-columns:minmax(0,1fr)}.transcription-host .transcript-editor-metadata-heading{align-items:flex-start;flex-direction:column;gap:4px}.transcription-host .transcript-editor-tool-row{flex-wrap:wrap}.transcription-host .transcript-editor-tool-row input[aria-label=官方文稿],.transcription-host .transcript-editor-tool-row input[aria-label=搜索逐字稿],.transcription-host .transcript-editor-tool-row input[aria-label=替换文本]{flex-basis:100%}.transcription-host .transcript-editor-tool-row .button,.transcription-host .transcript-editor-tool-row select{flex:1 1 auto}.transcription-host .transcript-editor-conflict{align-items:flex-start;flex-direction:column}.transcription-host .transcript-editor-segment{grid-template-columns:1fr;gap:7px}.transcription-host .transcript-editor-alignment-hint,.transcription-host .transcript-editor-validation-hint{grid-column:1}.transcription-host .transcription-channel-detail .channel-hero{padding-bottom:32px}.transcription-host .transcription-status-tabs{width:100%}.transcription-host .transcription-control-actions .button{flex:1 1 calc(50% - 8px)}.transcription-host .transcription-refresh-button{flex:0 0 36px!important}.transcription-host .transcription-pagination{gap:8px;margin:16px 10px}.transcription-host .transcription-pagination .channel-bottom-pagination-pages{gap:6px}.transcription-host .transcription-pagination .channel-bottom-pagination-page,.transcription-host .transcription-pagination .channel-bottom-pagination-next,.transcription-host .transcription-pagination .channel-bottom-pagination-input{height:36px}.transcription-host .transcription-pagination .channel-bottom-pagination-page{width:36px;font-size:14px}.transcription-host .transcription-pagination .channel-bottom-pagination-next{width:86px;font-size:13px}.transcription-host .transcription-pagination .channel-bottom-pagination-summary,.transcription-host .transcription-pagination .channel-bottom-pagination-jump{font-size:12px}.transcription-host .transcription-pagination .channel-bottom-pagination-input{width:46px;font-size:14px}}.transcription-host{display:block;min-height:0}.transcription-host .channel-hero-menu-popover{width:184px}.transcription-host .channel-hero-menu-popover button{display:flex;align-items:center;gap:7px;line-height:1.2}.transcription-host .channel-menu-divider{height:1px;margin:5px 4px;background:#ece9f1}.transcription-host .channel-filter-panel{gap:16px}.transcription-host .channel-transcription-filter-group{min-width:0;margin:0;padding:0;border:0}.transcription-host .channel-transcription-filter-group legend{margin-bottom:9px;color:#575761;font-size:12px;font-weight:700}.transcription-host .channel-transcription-filter-options{display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}.transcription-host .channel-transcription-filter-options::-webkit-scrollbar{display:none}.transcription-host .channel-transcription-filter-options button{display:inline-flex;min-height:33px;align-items:center;gap:7px;flex:0 0 auto;padding:0 11px;border:0;border-radius:8px;background:#f5f5f7;color:#656c78;cursor:pointer;font:inherit;font-size:12px;white-space:nowrap}.transcription-host .channel-transcription-filter-options button strong{color:#9299a5;font-size:11px}.transcription-host .channel-transcription-filter-options button:hover,.transcription-host .channel-transcription-filter-options button.is-active{background:var(--transcription-purple-soft);color:var(--transcription-purple)}.transcription-host .channel-transcription-filter-options button.is-active strong{color:var(--transcription-purple)}.channel-detail-page .channel-episode-transcription-stage{display:inline-flex;max-width:min(48%,210px);min-height:27px;align-items:center;overflow:hidden;padding:0 9px;border-radius:7px;background:#f1f3f6;color:#697382;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.channel-detail-page .channel-episode-transcription-stage.state-queued,.channel-detail-page .channel-episode-transcription-stage.state-pending,.channel-detail-page .channel-episode-transcription-stage.state-needs_selection{background:#fff0db;color:#d58318}.channel-detail-page .channel-episode-transcription-stage.state-processing,.channel-detail-page .channel-episode-transcription-stage.state-running{background:#e5edff;color:#4c75d4}.channel-detail-page .channel-episode-transcription-stage.state-completed{background:#e3f6ea;color:#2a9a62}.channel-detail-page .channel-episode-transcription-stage.state-failed{background:#ffebeb;color:#dc5555}.transcription-host .channel-transcription-notice{display:flex;min-width:0;align-items:center;gap:9px;margin:-4px 0 14px;padding:10px 12px;border:1px solid #e8e4f2;border-radius:8px;background:#fbfaff;color:#6e687b;font-size:12px}.transcription-host .channel-transcription-notice>span{display:grid;min-width:0;flex:1;gap:2px}.transcription-host .channel-transcription-notice strong{color:#4c4856;font-size:12px}.transcription-host .channel-transcription-notice button{display:inline-flex;min-height:28px;align-items:center;gap:5px;flex:0 0 auto;padding:0 9px;border:1px solid #ddd5ee;border-radius:6px;background:#fff;color:#6e4cc2;cursor:pointer;font:inherit;font-size:11px}.transcription-host .channel-transcription-notice button:hover{background:#f5f1ff}.transcription-host .channel-transcription-notice.is-error{border-color:#efc4c4;background:#fff7f7;color:#a24c4c}.transcription-host .channel-transcription-notice.is-error strong{color:#8f4141}.transcription-host .channel-empty-state>svg{color:#8b93a0}@media (max-width: 760px){.transcription-host .channel-hero-menu-popover{width:min(210px,calc(100vw - 32px))}.channel-detail-page .channel-episode-transcription-stage{max-width:46%}.transcription-host .channel-transcription-notice{align-items:flex-start;flex-wrap:wrap}.transcription-host .channel-transcription-notice>span{min-width:calc(100% - 28px)}.transcription-host .channel-transcription-notice button{margin-left:25px}}html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main{width:min(calc(100% - 32px),1400px)!important;max-width:1400px!important;margin-right:auto!important;margin-left:auto!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcast-player{right:max(24px,calc((100vw - 1350px)/2))!important;left:max(24px,calc((100vw - 1350px)/2))!important}@media (min-width: 761px){html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main{padding-right:0!important;padding-left:0!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main:has(.queue-section){--home-content-width: 1400px;--home-content-track-width: min( calc(100vw - 176px) , var(--home-content-width));--home-pager-gutter: 72px;--home-pager-gap: 8px;--home-subscription-cover-size: calc((var(--home-content-track-width) - 136px) / 9);width:min(calc(100% - 32px),calc(var(--home-content-width) + var(--home-pager-gutter) + var(--home-pager-gutter)))!important;max-width:calc(var(--home-content-width) + var(--home-pager-gutter) + var(--home-pager-gutter))!important;padding-right:var(--home-pager-gutter)!important;padding-left:var(--home-pager-gutter)!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main:has(.queue-section) .section-pager-previous{right:calc(100% + var(--home-pager-gap))!important;left:auto!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main:has(.queue-section) .section-pager-next{right:auto!important;left:calc(100% + var(--home-pager-gap))!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main:has(.queue-section) .section-pager-subscriptions .section-pager-button{top:calc(var(--home-subscription-cover-size) / 2)!important}}@media (min-width: 761px) and (max-width: 1180px){html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main:has(.queue-section){--home-subscription-cover-size: calc((var(--home-content-track-width) - 85px) / 6)}}@media (max-width: 620px){html body .podcasts-app-shell:not(.is-lyrics-page) .podcasts-main{width:calc(100% - 20px)!important;max-width:none!important}html body .podcasts-app-shell:not(.is-lyrics-page) .podcast-player{right:16px!important;left:16px!important}}@media (max-width: 900px) and (min-width: 621px){html body .podcasts-app-shell:not(.is-lyrics-page) .podcast-player{right:24px!important;left:24px!important}}button,.button,[role=button]{border-radius:8px!important}[class*=pill],[class*=chip],[class*=badge],[class*=status],[class*=topic],[class*=switch],.ft-toggle,.settings-switch,.subscription-category-form select,.subscription-filters a.is-active,.subscription-segmented-control,.subscription-segmented-control a.is-active,html body:has(.discovery-reference-page) .discovery-reference-topics a{border-radius:8px!important}.auth-page{--accent: #7044df;--accent-strong: #5f36ca}.auth-page button:focus-visible,.auth-page a:focus-visible,.auth-page input:focus-visible,.auth-page select:focus-visible{outline-color:#7044df3d}:root{--ft-ease-out: cubic-bezier(.23, 1, .32, 1);--ft-ease-in-out: cubic-bezier(.77, 0, .175, 1);--ft-ease-drawer: cubic-bezier(.32, .72, 0, 1);--ft-motion-fast: .12s;--ft-motion-base: .18s;--ft-motion-slow: .24s}@media (hover: hover) and (pointer: fine){.podcasts-topbar-nav-item,.podcasts-nav-button,.podcasts-account-avatar,.podcasts-add-button,.podcasts-subscription-card,.queue-card,.latest-episode-row,.subscription-library-card,.discovery-featured-card,.discovery-catalog-row,.channel-episode-row,.content-table-row,.settings-reference-card,.admin-reference-row,.transcription-task-row,.ft-icon-btn,.ft-tool-btn,.ft-primary-btn,.ft-quiet-btn,.ft-danger-btn,.button,.button-primary,.button-secondary,.button-quiet{transition-property:transform,color,background-color,border-color,box-shadow,opacity;transition-duration:var(--ft-motion-fast);transition-timing-function:var(--ft-ease-out)}.podcasts-subscription-card:hover,.queue-card:hover,.latest-episode-row:hover,.subscription-library-card:hover,.discovery-featured-card:hover,.discovery-catalog-row:hover,.channel-episode-row:hover,.content-table-row:hover,.transcription-task-row:hover{transform:translateY(-2px)}.podcasts-subscription-card:hover .podcasts-subscription-cover img,.subscription-library-card:hover .subscription-library-cover img,.discovery-featured-card:hover .discovery-featured-cover img,.discovery-catalog-row:hover .discovery-catalog-cover img,.channel-episode-row:hover .channel-episode-cover img,.content-table-row:hover .content-item-cover,.queue-card:hover .queue-cover-link img{transform:scale(1.015)}.podcasts-subscription-cover img,.subscription-library-cover img,.discovery-featured-cover img,.discovery-catalog-cover img,.channel-episode-cover img,.content-item-cover,.queue-cover-link img{transition:transform var(--ft-motion-slow) var(--ft-ease-out),opacity var(--ft-motion-fast) var(--ft-ease-out)}}button,a,[role=button]{-webkit-tap-highlight-color:transparent}button:active:not(:disabled),a:active,[role=button]:active{transform:scale(.97);transition:transform var(--ft-motion-fast) var(--ft-ease-out)}.podcasts-topbar-nav-item,.podcasts-nav-button,.podcasts-account-avatar,.podcasts-add-subscription,.podcasts-add-button,.audio-player-button,.audio-player-speed,.dialog-close,.subscription-edit-reference-close,.settings-ai-dialog-close,.more-button,.channel-icon-button,.channel-episode-play,.latest-play,.queue-play,.subscription-card-menu summary,.channel-hero-menu summary,.subscription-category-tab,.subscription-segmented-control a,.subscription-sort-trigger,.settings-reference-select-trigger,.settings-reference-choice-group button,.settings-reference-switch,.settings-reference-primary-button,.discovery-reference-subscribe,.discovery-reference-list-button,.channel-bottom-pagination-page,.channel-bottom-pagination-next,.pagination-side-control,.pagination-arrow,.pagination-number,.transcription-more,.transcription-row-button{transition-property:transform,color,background-color,border-color,box-shadow,opacity;transition-duration:var(--ft-motion-fast);transition-timing-function:var(--ft-ease-out)}.audio-player-play,.lyrics-page-play,.channel-play-button,.subscription-edit-reference-save,.settings-ai-dialog-save{transition-property:transform,color,background-color,box-shadow,opacity;transition-duration:var(--ft-motion-fast);transition-timing-function:var(--ft-ease-out)}.audio-player-button:active:not(:disabled),.audio-player-speed:active:not(:disabled),.lyrics-page-play:active:not(:disabled),.channel-play-button:active:not(:disabled),.subscription-edit-reference-save:active:not(:disabled),.settings-ai-dialog-save:active:not(:disabled){transform:scale(.96)}[data-presence]{opacity:1;transform:translateY(0) scale(1);transform-origin:var(--ft-transform-origin, top right);transition-property:opacity,transform;transition-duration:var(--ft-motion-base);transition-timing-function:var(--ft-ease-out)}[data-presence=entering]{opacity:0;transform:translateY(-6px) scale(.98)}[data-presence=closing]{opacity:0;pointer-events:none;transform:translateY(-4px) scale(.98)}.podcasts-account-dropdown[data-presence],.ft-popover[data-presence],.subscription-sort-options[data-presence],.settings-reference-select-menu[data-presence],.subscription-edit-reference-category-menu[data-presence],.audio-speed-menu[data-presence]{--ft-transform-origin: top right}.episode-menu[data-presence],.episode-detail-more-menu-popover[data-presence],.subscription-card-menu-popover[data-presence],.channel-hero-menu-popover[data-presence],.transcription-task-menu[data-presence],.audio-queue-popover[data-presence]{--ft-transform-origin: bottom right}.audio-player-queue-control{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center}.podcasts-account-dropdown[data-presence],.ft-popover[data-presence],.subscription-sort-options[data-presence],.settings-reference-select-menu[data-presence],.subscription-edit-reference-category-menu[data-presence],.audio-speed-menu[data-presence],.episode-menu[data-presence],.episode-detail-more-menu-popover[data-presence],.subscription-card-menu-popover[data-presence],.channel-hero-menu-popover[data-presence],.transcription-task-menu[data-presence],.audio-queue-popover[data-presence]{will-change:opacity,transform}.subscription-editor-dialog,.settings-ai-dialog{opacity:1;transform:translateY(0) scale(1);transition-property:opacity,transform;transition-duration:var(--ft-motion-slow);transition-timing-function:var(--ft-ease-out)}.subscription-editor-dialog[data-motion-state=entering],.settings-ai-dialog[data-motion-state=entering]{opacity:0;transform:translateY(5px) scale(.96)}.subscription-editor-dialog[data-motion-state=closing],.settings-ai-dialog[data-motion-state=closing]{opacity:0;pointer-events:none;transform:translateY(3px) scale(.98);transition-duration:var(--ft-motion-base)}.subscription-editor-dialog::backdrop,.settings-ai-dialog::backdrop{background:#1118273d;transition:background-color var(--ft-motion-base) var(--ft-ease-out)}.ft-toast{opacity:1;transform:translateY(0);transition-property:opacity,transform;transition-duration:var(--ft-motion-base);transition-timing-function:var(--ft-ease-out)}.ft-toast[data-presence=entering]{opacity:0;transform:translateY(-8px) scale(.98)}.ft-toast[data-presence=closing]{opacity:0;pointer-events:none;transform:translateY(-4px) scale(.98)}.podcasts-main>.podcasts-home-page,.podcasts-main>.subscriptions-page,.podcasts-main>.discovery-reference-page,.podcasts-main>.channel-detail-page,.podcasts-main>.content-table-page,.podcasts-main>.settings-reference-page,.podcasts-main>.admin-reference-page{animation:ft-page-enter var(--ft-motion-slow) var(--ft-ease-out) both}.discovery-reference-featured .discovery-featured-card{animation:ft-card-enter var(--ft-motion-slow) var(--ft-ease-out) both;animation-delay:calc(var(--ft-stagger-index, 0) * 40ms)}@keyframes ft-page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ft-card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important}[data-presence],.subscription-editor-dialog,.settings-ai-dialog,.ft-toast,.podcasts-subscription-cover img,.subscription-library-cover img,.discovery-featured-cover img,.discovery-catalog-cover img,.channel-episode-cover img,.content-item-cover,.queue-cover-link img{transition-duration:1ms!important;transition-delay:0ms!important}[data-presence=entering],[data-presence=closing],.subscription-editor-dialog[data-motion-state=entering],.subscription-editor-dialog[data-motion-state=closing],.settings-ai-dialog[data-motion-state=entering],.settings-ai-dialog[data-motion-state=closing],.ft-toast[data-presence=entering],.ft-toast[data-presence=closing]{transform:none}.podcasts-main>.podcasts-home-page,.podcasts-main>.subscriptions-page,.podcasts-main>.discovery-reference-page,.podcasts-main>.channel-detail-page,.podcasts-main>.content-table-page,.podcasts-main>.settings-reference-page,.podcasts-main>.admin-reference-page{animation:none}.discovery-reference-featured .discovery-featured-card{animation:none}.ft-spin,.ft-spinner,.admin-podcast-sync-button .is-spinning{animation:none!important}button:active:not(:disabled),a:active,[role=button]:active,.podcasts-subscription-card:hover,.queue-card:hover,.latest-episode-row:hover,.subscription-library-card:hover,.discovery-featured-card:hover,.discovery-catalog-row:hover,.channel-episode-row:hover,.content-table-row:hover,.transcription-task-row:hover{transform:none}}.membership-page{display:grid;gap:22px;width:min(100%,1040px);margin:0 auto;padding:34px 0 120px}.membership-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.membership-page-header h1{margin:4px 0 5px;color:var(--ft-ink);font-size:28px;line-height:1.2}.membership-page-header p:last-child{margin:0;color:var(--ft-muted);font-size:13px}.membership-refresh-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--ft-line-strong);border-radius:7px;background:var(--ft-surface);color:var(--ft-muted);cursor:pointer}.membership-refresh-button:hover{color:var(--ft-blue);border-color:var(--ft-blue)}.membership-refresh-button:disabled{cursor:wait;opacity:.6}.membership-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px}.membership-status-panel,.membership-benefits-panel{min-width:0;border:1px solid var(--ft-line);border-radius:9px;background:var(--ft-surface);box-shadow:var(--ft-shadow-sm)}.membership-status-panel{padding:25px}.membership-status-panel.status-active{border-color:color-mix(in srgb,var(--ft-success) 42%,var(--ft-line))}.membership-status-panel.status-expired,.membership-status-panel.status-revoked{border-color:color-mix(in srgb,var(--ft-warning) 42%,var(--ft-line))}.membership-status-heading{display:flex;min-width:0;align-items:center;gap:12px}.membership-crown,.membership-panel-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:8px}.membership-crown{width:48px;height:48px;color:#ad6a13;background:#fff1d5}.membership-kicker{display:block;color:var(--ft-muted);font-size:11px}.membership-status-heading h2{margin:2px 0 0;color:var(--ft-ink);font-size:20px}.membership-status-badge{margin-left:auto;padding:4px 9px;border-radius:5px;color:var(--ft-muted);background:var(--ft-surface-soft);font-size:11px;font-weight:700;white-space:nowrap}.status-active .membership-status-badge{color:var(--ft-success);background:var(--ft-success-soft)}.status-expired .membership-status-badge,.status-revoked .membership-status-badge{color:var(--ft-warning);background:var(--ft-warning-soft)}.membership-status-message{margin:22px 0 17px;color:var(--ft-ink-soft);font-size:13px;line-height:1.7}.membership-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 20px}.membership-dates div{padding:11px 12px;border-radius:6px;background:var(--ft-surface-soft)}.membership-dates dt{color:var(--ft-muted);font-size:11px}.membership-dates dd{margin:3px 0 0;color:var(--ft-ink);font-size:13px;font-weight:700}.membership-request-note{display:flex;align-items:center;gap:7px;margin:17px 0;padding:10px 11px;border-radius:6px;font-size:12px}.membership-request-note.is-pending{color:#906212;background:var(--ft-warning-soft)}.membership-request-note.is-rejected{color:var(--ft-danger);background:var(--ft-danger-soft)}.membership-request-button{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 14px;border-radius:6px;color:#fff;background:var(--ft-blue);cursor:pointer;font-size:13px;font-weight:700}.membership-request-button:hover{background:var(--ft-blue-strong)}.membership-request-button:disabled{cursor:wait;opacity:.65}.membership-benefits-panel{padding:21px}.membership-benefits-panel>header{display:flex;align-items:center;gap:10px;padding-bottom:17px;border-bottom:1px solid var(--ft-line)}.membership-panel-icon{width:35px;height:35px;color:var(--ft-blue);background:var(--ft-blue-soft)}.membership-benefits-panel h2{margin:0;color:var(--ft-ink);font-size:16px}.membership-benefits-panel header p{margin:2px 0 0;color:var(--ft-muted);font-size:11px}.membership-benefits-panel ul{display:grid;gap:13px;margin:20px 0 0;padding:0;list-style:none}.membership-benefits-panel li{display:flex;align-items:flex-start;gap:9px;color:var(--ft-ink-soft);font-size:13px;line-height:1.45}.membership-benefits-panel li svg{flex:0 0 auto;margin-top:1px;color:var(--ft-success)}.membership-benefits-panel.is-locked{border-color:color-mix(in srgb,#d99a34 38%,var(--ft-line))}.membership-benefits-panel.is-locked .membership-panel-icon{color:#ad6a13;background:#fff1d5}.membership-benefits-panel.is-locked li svg{color:#c27b19}.membership-benefits-cta{display:flex;align-items:center;gap:7px;margin:20px 0 0;padding:10px 11px;border-radius:6px;color:#906212;background:var(--ft-warning-soft);font-size:12px;line-height:1.45}@media (max-width: 760px){.membership-page{padding:24px 16px 100px}.membership-layout{grid-template-columns:1fr}.membership-status-panel{padding:20px}}@media (max-width: 460px){.membership-status-heading{align-items:flex-start;flex-wrap:wrap}.membership-status-badge{margin-left:60px}.membership-dates{grid-template-columns:1fr}}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] body:has(.podcasts-app-shell),html[data-theme=dark] body:has(.ft-podcasts-shell){background:var(--ft-page)!important;color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-app-shell,html[data-theme=dark] .ft-podcasts-shell,html[data-theme=dark] .podcasts-main,html[data-theme=dark] .ft-podcasts-shell .ft-main-content{background:var(--ft-page)!important;color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-topbar,html[data-theme=dark] .ft-podcasts-shell .ft-topbar{border-color:var(--ft-line)!important;background:color-mix(in srgb,var(--ft-surface) 94%,transparent)!important;color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-nav-button,html[data-theme=dark] .podcasts-topbar-nav-item,html[data-theme=dark] .ft-podcasts-shell .ft-topbar-nav-item{color:var(--ft-ink-soft)!important}html[data-theme=dark] .podcasts-nav-button:hover,html[data-theme=dark] .podcasts-topbar-nav-item:hover,html[data-theme=dark] .ft-podcasts-shell .ft-topbar-nav-item:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue)!important}html[data-theme=dark] .podcasts-topbar-nav-item.is-active,html[data-theme=dark] .ft-podcasts-shell .ft-topbar-nav-item.is-active{color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-search-box,html[data-theme=dark] .ft-podcasts-shell .ft-search-box{background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] .podcasts-search-box input,html[data-theme=dark] .ft-podcasts-shell .ft-search-box input{color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-search-box input::placeholder,html[data-theme=dark] .ft-podcasts-shell .ft-search-box input::placeholder{color:var(--ft-muted-soft)!important}html[data-theme=dark] .podcasts-account-avatar,html[data-theme=dark] .ft-podcasts-shell .ft-account-avatar{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-account-dropdown,html[data-theme=dark] .podcasts-search-panel,html[data-theme=dark] .ft-podcasts-shell .ft-account-dropdown{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;color:var(--ft-ink)!important;box-shadow:var(--ft-shadow-md)!important}html[data-theme=dark] .podcasts-account-dropdown a,html[data-theme=dark] .podcasts-account-dropdown button,html[data-theme=dark] .podcasts-search-history-item,html[data-theme=dark] .podcasts-search-result{background:transparent!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] .podcasts-account-dropdown a:hover,html[data-theme=dark] .podcasts-account-dropdown button:hover,html[data-theme=dark] .podcasts-search-history-item:hover,html[data-theme=dark] .podcasts-search-history-item.is-active,html[data-theme=dark] .podcasts-search-result:hover,html[data-theme=dark] .podcasts-search-result.is-active{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-search-panel-field,html[data-theme=dark] .podcasts-search-panel-heading,html[data-theme=dark] .podcasts-search-group+.podcasts-search-group{border-color:var(--ft-line)!important}html[data-theme=dark] .podcasts-search-panel-field input{background:var(--ft-surface-soft)!important;color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-page-head h1,html[data-theme=dark] .podcasts-section h2,html[data-theme=dark] .podcasts-section-heading h2,html[data-theme=dark] .ref-home-latest-copy h3,html[data-theme=dark] .ref-home-subscription-title,html[data-theme=dark] .podcasts-subscription-title,html[data-theme=dark] .latest-episode-copy h3,html[data-theme=dark] .episode-detail-grid h1{color:var(--ft-ink)!important}html[data-theme=dark] .podcasts-empty,html[data-theme=dark] .ref-home-empty{border-color:var(--ft-line-strong)!important;color:var(--ft-muted)!important}html[data-theme=dark] .podcasts-category-tabs,html[data-theme=dark] .podcasts-discovery-filter-row,html[data-theme=dark] .podcasts-filter-divider,html[data-theme=dark] .latest-episode-grid:after,html[data-theme=dark] .ref-home-latest-row,html[data-theme=dark] .podcasts-subscription-library.is-list .podcasts-subscription-card,html[data-theme=dark] .podcasts-discovery-catalog-row{border-color:var(--ft-line)!important}html[data-theme=dark] .podcasts-category-tabs button,html[data-theme=dark] .podcasts-discovery-topics button,html[data-theme=dark] .podcasts-filter-group>span,html[data-theme=dark] .subscription-filters a,html[data-theme=dark] .ref-home-subscription-filters span,html[data-theme=dark] .latest-date,html[data-theme=dark] .ref-home-latest-date{color:var(--ft-muted)!important}html[data-theme=dark] .podcasts-category-tabs button.is-active,html[data-theme=dark] .podcasts-discovery-topics button.is-active,html[data-theme=dark] .podcasts-subscription-title:hover,html[data-theme=dark] .ref-home-subscription-title:hover,html[data-theme=dark] .podcasts-discovery-catalog-title:hover{color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-filter-group .ft-filter-pills button,html[data-theme=dark] .podcasts-library-actions select,html[data-theme=dark] .podcasts-library-actions button,html[data-theme=dark] .latest-play,html[data-theme=dark] .ref-home-latest-play,html[data-theme=dark] .episode-detail-more-menu summary{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] .podcasts-filter-group .ft-filter-pills button:hover,html[data-theme=dark] .podcasts-filter-group .ft-filter-pills button.is-active,html[data-theme=dark] .podcasts-library-actions button:hover,html[data-theme=dark] .podcasts-library-actions button.is-active{border-color:var(--ft-blue)!important;background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-subscription-cover,html[data-theme=dark] .podcasts-subscription-cover .ft-cover,html[data-theme=dark] .podcasts-discovery-catalog-cover .ft-cover,html[data-theme=dark] .latest-cover-link,html[data-theme=dark] .ref-home-latest-cover .ft-cover{background:var(--ft-surface-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcasts-subscription-status{border-color:var(--ft-surface)!important}html[data-theme=dark] .content-panel,html[data-theme=dark] .form-panel,html[data-theme=dark] .subscription-row,html[data-theme=dark] .content-table,html[data-theme=dark] .tip-band,html[data-theme=dark] .subscription-card,html[data-theme=dark] .discovery-card,html[data-theme=dark] .subscription-editor-dialog,html[data-theme=dark] .account-menu-popover,html[data-theme=dark] .notification-popover,html[data-theme=dark] .episode-menu,html[data-theme=dark] .episode-detail-more-menu-popover,html[data-theme=dark] .episode-transcript-dialog,html[data-theme=dark] .audio-queue-popover,html[data-theme=dark] .admin-confirm-popover,html[data-theme=dark] .admin-more-popover,html[data-theme=dark] .admin-membership-dialog{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;color:var(--ft-ink)!important}html[data-theme=dark] .content-panel *,html[data-theme=dark] .form-panel *,html[data-theme=dark] .subscription-row *,html[data-theme=dark] .content-table *,html[data-theme=dark] .subscription-card *,html[data-theme=dark] .discovery-card *,html[data-theme=dark] .episode-transcript-dialog *,html[data-theme=dark] .admin-confirm-popover *,html[data-theme=dark] .admin-more-popover *{border-color:var(--ft-line)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .subscription-add-fields input,html[data-theme=dark] .subscription-add-fields select,html[data-theme=dark] .subscription-editor-input,html[data-theme=dark] .admin-search-field,html[data-theme=dark] .admin-filter-field{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink)!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:var(--ft-muted-soft)!important}html[data-theme=dark] .episode-menu button,html[data-theme=dark] .episode-detail-more-menu-popover a,html[data-theme=dark] .episode-detail-more-menu-popover button,html[data-theme=dark] .audio-queue-item,html[data-theme=dark] .admin-more-popover button{background:transparent!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] .episode-menu button:hover,html[data-theme=dark] .episode-detail-more-menu-popover a:hover,html[data-theme=dark] .episode-detail-more-menu-popover button:hover,html[data-theme=dark] .audio-queue-item:hover,html[data-theme=dark] .audio-queue-item.is-active,html[data-theme=dark] .admin-more-popover button:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .podcast-player,html[data-theme=dark] .ft-podcasts-shell .ft-player{border-color:var(--ft-line)!important;background:color-mix(in srgb,var(--ft-surface) 96%,transparent)!important;box-shadow:var(--ft-shadow-md)!important;color:var(--ft-ink)!important}html[data-theme=dark] .audio-player-heading strong,html[data-theme=dark] .ft-podcasts-shell .ft-player-copy strong{color:var(--ft-ink)!important}html[data-theme=dark] .audio-player-heading span,html[data-theme=dark] .audio-player-progress-row,html[data-theme=dark] .ft-podcasts-shell .ft-player-copy span{color:var(--ft-muted)!important}html[data-theme=dark] .audio-player-button,html[data-theme=dark] .audio-player-speed,html[data-theme=dark] .ft-podcasts-shell .ft-player-controls button,html[data-theme=dark] .ft-podcasts-shell .ft-player-actions .ft-icon-btn,html[data-theme=dark] .ft-podcasts-shell .ft-volume{color:var(--ft-ink-soft)!important}html[data-theme=dark] .audio-player-button:hover,html[data-theme=dark] .audio-player-speed:hover,html[data-theme=dark] .audio-player-button.is-active{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] .audio-queue-popover{box-shadow:var(--ft-shadow-md)!important}html[data-theme=dark] .membership-crown,html[data-theme=dark] .membership-benefits-panel.is-locked .membership-panel-icon{background:var(--ft-warning-soft)!important;color:var(--ft-warning)!important}html[data-theme=dark] .admin-reference-table tbody tr.is-current,html[data-theme=dark] .admin-reference-table tbody tr:hover,html[data-theme=dark] .ref-admin-table tbody tr.is-current,html[data-theme=dark] .ref-admin-table tbody tr:hover{background:var(--ft-surface-soft)!important}html[data-theme=dark] .admin-reference-table th,html[data-theme=dark] .admin-reference-table td,html[data-theme=dark] .ref-admin-table th,html[data-theme=dark] .ref-admin-table td{border-color:var(--ft-line)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] .admin-reference-table thead th,html[data-theme=dark] .ref-admin-table thead th{background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] .transcription-host .channel-transcription-notice,html[data-theme=dark] .transcription-host .transcription-panel,html[data-theme=dark] .transcription-host .transcription-card{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] .transcription-host .channel-transcription-notice strong,html[data-theme=dark] .transcription-host .transcription-panel h1,html[data-theme=dark] .transcription-host .transcription-card h2{color:var(--ft-ink)!important}html[data-theme=dark] .transcription-host .channel-transcription-notice button{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.admin-reference-page) .podcasts-main{background:var(--ft-page)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-page{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-stat-strip,html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-panel,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-panel{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;color:var(--ft-ink)!important;box-shadow:var(--ft-shadow-sm)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-stat-item,html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-toolbar,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-header,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-lane+.admin-transcription-lane,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-lane>header{border-color:var(--ft-line)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-lane>header{background:var(--ft-surface-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-search-field,html[data-theme=dark] body:has(.admin-reference-page) .admin-filter-field,html[data-theme=dark] body:has(.admin-reference-page) .admin-refresh-button{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-search-field input,html[data-theme=dark] body:has(.admin-reference-page) .admin-filter-field select{background:transparent!important;color:var(--ft-ink)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-search-field input::placeholder{color:var(--ft-muted-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-filter-field>span,html[data-theme=dark] body:has(.admin-reference-page) .admin-result-count,html[data-theme=dark] body:has(.admin-reference-page) .admin-stat-item small,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-counts,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-empty,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-loading{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-stat-item strong,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-heading h2,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-copy strong,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-progress>div:first-child strong{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-table th,html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-table td{border-color:var(--ft-line)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-table thead th{background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-table tbody tr.is-current{background:color-mix(in srgb,var(--ft-blue-soft) 70%,var(--ft-surface))!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-user-copy strong{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-user-copy small,html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-date,html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-self-action,html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-cell small{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-pill{background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-pill.is-admin{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-status.is-active{background:var(--ft-success-soft)!important;color:var(--ft-success)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-reference-status.is-disabled{background:var(--ft-danger-soft)!important;color:var(--ft-danger)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-pill.is-member,html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-pill.is-pending{background:var(--ft-warning-soft)!important;color:var(--ft-warning)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-action-divider{background:var(--ft-line)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-action-link{color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-action,html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-review{color:var(--ft-warning)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-more-menu summary{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task:hover{background:var(--ft-surface-soft)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-copy span,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-copy small,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-progress>div:first-child,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-task-meta time{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-progress-track{background:var(--ft-line-strong)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-cancel-all-button,html[data-theme=dark] body:has(.admin-reference-page) .admin-transcription-notice{border-color:color-mix(in srgb,var(--ft-danger) 36%,var(--ft-line))!important;background:var(--ft-danger-soft)!important;color:var(--ft-danger)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-date,html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-dialog>header h2{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-date input,html[data-theme=dark] body:has(.admin-reference-page) .admin-membership-secondary{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.discovery-reference-page) .podcasts-main{background:var(--ft-page)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-page{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-topics a,html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-topic-pager-button{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-topics a:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-topics a.is-active{border-color:var(--ft-blue)!important;background:var(--ft-blue)!important;color:#fff!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-topic-pager-button:hover{background:var(--ft-surface)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-catalog-column{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;box-shadow:var(--ft-shadow-sm)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-catalog-row+.discovery-catalog-row{border-color:var(--ft-line)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-catalog-title{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-catalog-title:hover{color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-catalog-copy p,html[data-theme=dark] body:has(.discovery-reference-page) .discovery-catalog-stats{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-list-button{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-list-button:hover,html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-list-button.is-subscribed{border-color:var(--ft-blue)!important;background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-list-button.is-unavailable{border-color:var(--ft-line)!important;background:var(--ft-surface-soft)!important;color:var(--ft-muted-soft)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-pagination a,html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-pagination>span{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-pagination a:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-empty strong{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.discovery-reference-page) .discovery-reference-empty{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .podcasts-main{background:var(--ft-page)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscriptions-page{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-category-tab{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-category-tab span{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-category-tab:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-category-tab.is-active{background:var(--ft-blue)!important;color:#fff!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-category-tab.is-active span{color:#ffffffeb!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-filter-label{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-segmented-control,html[data-theme=dark] body:has(.subscriptions-page) .subscription-view-toggle{border-color:var(--ft-line)!important;background:var(--ft-surface-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-segmented-control a,html[data-theme=dark] body:has(.subscriptions-page) .subscription-view-toggle a{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-segmented-control a:hover,html[data-theme=dark] body:has(.subscriptions-page) .subscription-view-toggle a:hover{color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-segmented-control a.is-active,html[data-theme=dark] body:has(.subscriptions-page) .subscription-view-toggle a.is-active{background:var(--ft-surface)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-filter-divider{background:var(--ft-line)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-card{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;box-shadow:var(--ft-shadow-sm)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-cover{background:var(--ft-surface-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-status-dot{border-color:var(--ft-surface)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-title{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-category{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-meta,html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-updated{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu summary{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu summary:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu-popover{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;box-shadow:var(--ft-shadow-md)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu-popover a,html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu-popover button{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu-popover a:hover,html[data-theme=dark] body:has(.subscriptions-page) .subscription-card-menu-popover button:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .pagination-arrow{border-color:var(--ft-line)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .pagination-number{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.subscriptions-page) .pagination-arrow:hover,html[data-theme=dark] body:has(.subscriptions-page) .pagination-number:not(.is-active):hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-empty{border-color:var(--ft-line-strong)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.subscriptions-page) .subscription-library-empty h2{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .podcasts-main{background:var(--ft-page)!important;color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-detail-page,html[data-theme=dark] body:has(.channel-detail-page) .transcription-host{background:var(--ft-surface)!important;color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-section{background:var(--ft-surface)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-cover,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-cover{background:var(--ft-surface-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-heading h1,html[data-theme=dark] body:has(.channel-detail-page) .channel-section-heading h2,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-title,html[data-theme=dark] body:has(.channel-detail-page) .channel-empty-state strong{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-author,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-meta,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-description,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-copy time,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-copy>p,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-link,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-result-count,html[data-theme=dark] body:has(.channel-detail-page) .channel-empty-state,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-summary,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-jump,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-group,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-panel-heading span{color:var(--ft-muted)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-rating{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-section{border-top-color:var(--ft-line)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-row{border-bottom-color:var(--ft-line)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-play-button{background:var(--ft-blue)!important;color:#fff!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-play-button:hover:not(:disabled){background:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-play-button:disabled{background:var(--ft-line-strong)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-icon-button,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu summary,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-play,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-filter-button,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-control select,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-page,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-next,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-input{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-icon-button:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu summary:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-play:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-filter-button:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-filter-button.is-active,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-page:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-next:hover{border-color:var(--ft-blue)!important;background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-play{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-row .episode-menu,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-panel{border-color:var(--ft-line)!important;background:var(--ft-surface)!important;color:var(--ft-ink)!important;box-shadow:var(--ft-shadow-md)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover a,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover button,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-row .episode-menu button{border-bottom-color:var(--ft-line)!important;background:transparent!important;color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover a:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover button:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-row .episode-menu button:hover{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-hero-menu-popover button.is-danger{color:var(--ft-danger)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-menu-divider{background:var(--ft-line)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-input,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-input input{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-input input::placeholder{color:var(--ft-muted-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-input button,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-close,html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-reset{color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-tag{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-empty{color:var(--ft-muted-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-keyword-save{background:var(--ft-blue)!important;color:#fff!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-filter-group legend{color:var(--ft-ink-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-filter-options button{background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-filter-options button strong{color:var(--ft-muted-soft)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-filter-options button:hover,html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-filter-options button.is-active{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage{background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-queued,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-pending,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-needs_selection{background:var(--ft-warning-soft)!important;color:var(--ft-warning)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-processing,html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-running{background:var(--ft-blue-soft)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-completed{background:var(--ft-success-soft)!important;color:var(--ft-success)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-episode-transcription-stage.state-failed{background:var(--ft-danger-soft)!important;color:var(--ft-danger)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-notice{border-color:var(--ft-line-strong)!important;background:var(--ft-surface-soft)!important;color:var(--ft-muted)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-notice strong{color:var(--ft-ink)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-notice button{border-color:var(--ft-line-strong)!important;background:var(--ft-surface)!important;color:var(--ft-blue-strong)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-transcription-notice.is-error{border-color:color-mix(in srgb,var(--ft-danger) 40%,var(--ft-line))!important;background:var(--ft-danger-soft)!important;color:var(--ft-danger)!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-page.is-active{border-color:var(--ft-blue)!important;background:var(--ft-blue)!important;color:#fff!important}html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-next.is-disabled,html[data-theme=dark] body:has(.channel-detail-page) .channel-bottom-pagination-page.is-disabled{color:var(--ft-muted-soft)!important;opacity:.6}
