:root{--bg:#f5f3ee;--surface:#faf9f6;--surface-2:#f0ede6;--border:#e3dfd5;--border-mid:#ccc8be;--text:#1a1a1a;--text-mid:#555;--text-muted:#888;--accent:#1a1a1a;--accent-blue:#2d5be3;--radius:10px;--header-h:54px;--search-bar-h:46px;--search-bar-h-with-query:72px;--source-topbar-h:40px;--source-topbar-h-search:64px;--font:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-video:#2563eb;--color-audio:#7c3aed;--color-article:#16a34a;--color-telegram:#ea580c}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{max-width:100%;min-height:100%}html,body{overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-gate{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.app-gate__card{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);width:min(420px,100%);padding:28px 24px;box-shadow:0 12px 40px #0000000f}.app-gate__eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:700}.app-gate__title{margin:0 0 10px;font-size:1.35rem;line-height:1.25}.app-gate__body{color:var(--text-mid);margin:0 0 18px;font-size:.92rem;line-height:1.55}.app-gate__form{gap:14px;display:grid}.app-gate__error{color:#a02020;margin:0;font-size:.84rem}.app-gate__footer{color:var(--text-mid);text-align:center;margin:16px 0 0;font-size:.84rem}.app-gate__link{color:var(--accent);font:inherit;font-size:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.app-gate__loading{justify-items:start;gap:12px;display:grid}.app-gate__spinner{border:3px solid var(--border);border-top-color:var(--text-mid);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}.app-header{z-index:50;height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:18px;padding:0 20px;display:flex;position:sticky;top:0}.brand{color:var(--text);white-space:nowrap;font-weight:700;text-decoration:none}.top-nav{gap:4px;display:flex}.top-nav a{color:var(--text-mid);border-radius:999px;padding:7px 12px;font-size:.82rem;text-decoration:none}.top-nav a.active{color:#fff;background:var(--accent)}.app-header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.sign-out-btn{border:1px solid var(--border);color:var(--text-mid);cursor:pointer;background:0 0;border-radius:999px;padding:6px 12px;font-size:.78rem}.sign-out-btn:hover{color:var(--text);border-color:var(--text-muted)}.mobile-menu-btn{background:0 0;border:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:none}.mobile-menu-icon{flex-direction:column;justify-content:center;gap:5px;width:20px;height:16px;display:flex}.mobile-menu-icon span{background:var(--text);border-radius:1px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.mobile-menu-icon.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-icon.open span:nth-child(2){opacity:0}.mobile-menu-icon.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop{z-index:45;cursor:default;background:#00000040;border:0;padding:0;display:none;position:fixed;inset:0}.mobile-nav{top:var(--header-h);z-index:46;background:var(--surface);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;padding:8px 12px 12px;transition:transform .2s,opacity .2s;display:none;position:fixed;left:0;right:0;transform:translateY(-8px);box-shadow:0 8px 24px #00000014}.mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-link{color:var(--text-mid);border-radius:8px;min-height:44px;padding:12px 14px;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.mobile-nav-link:hover{background:var(--surface-2)}.mobile-nav-link.active{color:var(--text);background:var(--surface-2);font-weight:600}.two-column-page,.explore-page{width:min(100% - 28px,680px);margin:0 auto;padding:8px 0 32px;display:block}.content-column{flex:1;min-width:0}.filter-sidebar{z-index:110;border:1px solid var(--border);background:var(--surface);width:100%;max-height:min(80vh,640px);padding:0 16px calc(18px + env(safe-area-inset-bottom));border-bottom:0;border-radius:18px 18px 0 0;transition:transform .22s;position:fixed;inset:auto 0 0;transform:translateY(105%)}.filter-sidebar.open{transform:translateY(0)}.filter-body{max-height:calc(80vh - 60px);padding-top:12px;overflow:auto}.drawer-title-row{background:var(--surface);border-bottom:1px solid var(--border);z-index:1;justify-content:space-between;align-items:center;padding:14px 0 10px;display:flex;position:sticky;top:0}.explore-sidebar{display:none}.filter-group{margin-bottom:20px}.filter-group h3,.explore-sidebar h3{color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;margin:0 0 8px;font-size:.68rem;font-weight:700}.chip-list{flex-direction:column;gap:2px;display:flex}.chip{width:100%;min-height:36px;color:var(--text-mid);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.84rem;display:flex}.chip:hover{background:var(--surface-2);color:var(--text)}.chip.active{background:var(--accent);color:#fff}.chip-count{opacity:.6;margin-left:auto;font-size:.7rem}.checkbox-chip{justify-content:flex-start;gap:8px}.filter-checkbox{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0}.muted-small{color:var(--text-muted);margin:4px 0;font-size:.78rem}.filter-label{flex:1}.filter-loading{color:var(--text-muted);align-items:center;gap:6px;padding:6px 0;font-size:.78rem;display:flex}.section-toggle-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.section-toggle-btn{color:var(--accent-blue);background:0 0;border:0;min-height:32px;padding:4px 0;font-size:.75rem;text-decoration:underline}.filter-clear-btn{width:100%;min-height:36px;color:var(--text-muted);border-color:var(--border);border-radius:6px;margin-top:8px;font-size:.78rem}.two-column-page.search-page{padding-top:var(--search-bar-h)}.two-column-page.search-page.search-page--has-query{padding-top:var(--search-bar-h-with-query)}.search-page-toolbar{top:var(--header-h);z-index:30;background:var(--surface);border-bottom:1px solid var(--border);position:fixed;left:0;right:0}.search-page-toolbar-inner{width:min(100% - 24px,680px);margin:0 auto;padding:5px 0 6px}.search-page-toolbar-content{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.search-toolbar-query{color:var(--text-muted);word-break:break-word;margin:0;font-size:.74rem;font-weight:500;line-height:1.35}.search-hero{background:0 0;border:0;margin:0;padding:0}.search-input-row{align-items:center;gap:6px;display:flex}.search-input-row input{border:1px solid var(--border);background:var(--surface);min-width:0;height:36px;color:var(--text);border-radius:6px;outline:none;flex:1;padding:0 12px;font-size:.875rem}.search-input-row input:focus{border-color:var(--border-mid);box-shadow:0 0 0 2px #2d5be314}.search-page-toolbar .search-submit-btn{border-radius:6px;flex-shrink:0;height:36px;min-height:36px;padding:0 14px;font-size:.8rem;font-weight:600}.search-page-toolbar .mobile-filter-btn{border:1px solid var(--border);background:var(--surface);height:36px;min-height:36px;color:var(--text-mid);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;padding:0 12px;font-size:.78rem;font-weight:500;display:flex}.search-page-toolbar .mobile-filter-btn:hover{background:var(--surface-2);color:var(--text)}.active-chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;margin-top:8px;display:flex;overflow-x:auto}.active-chips::-webkit-scrollbar{display:none}.active-chip{background:var(--accent);color:#fff;border:0;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;min-height:36px;padding:6px 12px;font-size:.78rem;display:inline-flex}.primary-btn,.secondary-btn,.ghost-btn,.icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-mid);border-radius:9px;min-height:44px;padding:9px 13px}.primary-btn{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}.secondary-btn:hover,.ghost-btn:hover,.icon-btn:hover{background:var(--surface-2);color:var(--text)}.primary-btn:disabled,.ghost-btn:disabled,.icon-btn:disabled{opacity:.4;pointer-events:none}.primary-wide-btn{background:var(--accent);color:#fff;border:0;border-radius:10px;width:100%;min-height:48px;padding:13px 14px;font-weight:700}.state-msg{color:var(--text-muted);text-align:center;padding:40px 16px;font-size:.88rem}.explore-page .state-msg{padding:32px 12px}.search-empty{text-align:center;color:var(--text-muted);padding:48px 16px;font-size:.84rem;line-height:1.5}.search-page .state-msg{padding:36px 12px;font-size:.84rem}.error,.error-banner{color:#a02020}.spinner{border:2px solid var(--border);border-top-color:var(--text-mid);vertical-align:middle;border-radius:50%;width:15px;height:15px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.pill,.tag{background:var(--surface-2);color:var(--text-mid);border-radius:999px;align-items:center;padding:3px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.tag-list{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.tag.quran{color:#2f6c2f;background:#eaf3ea}.tag.entity{color:#334386;background:#eaecf5}.tag.phrase{color:#1a56c4;background:#e8f0fe}.type-pill{letter-spacing:.02em;font-size:.7rem;font-weight:700}.type-pill.type-video{color:var(--color-video);background:#dbeafe}.type-pill.type-audio{color:var(--color-audio);background:#ede9fe}.type-pill.type-article{color:var(--color-article);background:#dcfce7}.type-pill.type-telegram{color:var(--color-telegram);background:#ffedd5}.carousel-page{flex-direction:column;gap:16px;display:flex}.content-type-legend{flex-wrap:wrap;align-items:center;gap:6px 14px;padding:0 2px;display:flex}.content-type-legend-item{color:var(--text-muted);align-items:center;gap:5px;font-size:.68rem;font-weight:500;display:inline-flex}.content-type-swatch{border-radius:2px;flex-shrink:0;width:10px;height:10px}.content-type-swatch--video{background:var(--color-video)}.content-type-swatch--audio{background:var(--color-audio)}.content-type-swatch--article{background:var(--color-article)}.content-type-swatch--telegram{background:var(--color-telegram)}.carousel-heading{align-items:center;gap:8px;margin-bottom:8px;display:flex}.carousel-title{color:var(--text);letter-spacing:-.01em;font-size:.78rem;font-weight:600}.carousel-count{color:var(--text-muted);background:var(--surface-2);font-variant-numeric:tabular-nums;border-radius:4px;padding:1px 6px;font-size:.68rem}.carousel-track-wrapper{align-items:center;display:flex;position:relative}.carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:2px;padding-right:16px;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-arrow{z-index:2;border:1px solid var(--border);background:var(--surface);color:var(--text-mid);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1rem;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #0000000f}.carousel-arrow--left{left:-12px}.carousel-arrow--right{right:-12px}.carousel-card{scroll-snap-align:start;border:1px solid var(--border);background:var(--surface);cursor:pointer;box-sizing:border-box;border-radius:8px;flex-direction:column;flex:0 0 168px;gap:6px;width:168px;min-width:0;max-width:168px;min-height:148px;padding:12px 11px;transition:background .15s,border-color .15s;display:flex;overflow:hidden}.carousel-card--video{background:#eef4ff}.carousel-card--audio{background:#f3f0ff}.carousel-card--article{background:#eefbf3}.carousel-card--telegram{background:#fff7ed}.carousel-card:hover{border-color:var(--border-mid)}.carousel-card--video:hover{background:#e3edff}.carousel-card--audio:hover{background:#ebe6ff}.carousel-card--article:hover{background:#e3f7ea}.carousel-card--telegram:hover{background:#ffedd5}.carousel-card:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.card-top-row{align-items:center;gap:6px;min-height:14px;display:flex}.card-top-row .content-type-swatch{border-radius:50%;width:8px;height:8px}.card-timestamp{min-width:0;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;text-overflow:ellipsis;flex:1;font-size:.62rem;overflow:hidden}.card-match-score{font-variant-numeric:tabular-nums;color:var(--text-muted);flex-shrink:0;margin-left:auto;font-size:.62rem;font-weight:600}.card-title{color:var(--text);-webkit-line-clamp:5;word-break:break-word;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.78rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.card-lecture{color:var(--text-muted);word-break:break-word;overflow-wrap:anywhere;margin:auto 0 0;font-size:.66rem;line-height:1.35}.search-sidebar-slot{position:relative}.search-result-preview{display:none}.search-result-preview-body{flex-direction:column;gap:7px;padding:9px 10px 12px;display:flex}.search-result-preview-id{border-bottom:1px solid var(--border);color:var(--text-muted);align-items:flex-start;gap:5px;margin:0;padding-bottom:6px;font-size:.62rem;line-height:1.35;display:flex}.search-result-preview-id .content-type-swatch{flex-shrink:0;margin-top:3px}.search-result-preview-id-title{min-width:0;color:var(--text-mid);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.search-result-preview-id-seg{color:var(--text-muted);flex-shrink:0;font-weight:600}.search-result-preview-crumb{color:var(--text-muted);margin:0;font-size:.62rem;line-height:1.35}.search-result-preview-summary{color:var(--text-mid);margin:0;font-size:.72rem;line-height:1.42}.search-result-preview-row{color:var(--text-mid);margin:0;font-size:.68rem;line-height:1.38}.search-result-preview-row--stack{flex-direction:column;gap:3px;display:flex}.search-result-preview-k{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1px;font-size:.58rem;font-weight:700;display:block}.search-result-preview-v{display:block}.search-result-preview-list{color:var(--text-mid);margin:0;padding-left:.95rem;font-size:.68rem;line-height:1.36}.search-result-preview-list li+li{margin-top:2px}.source-page{min-height:0;padding:var(--source-topbar-h) 0 0;box-sizing:border-box;flex-direction:column;margin:0;display:flex}.source-page--from-search{padding-top:var(--source-topbar-h-search)}.source-topbar{top:var(--header-h);z-index:40;background:var(--surface);border-bottom:1px solid var(--border);height:auto;min-height:var(--source-topbar-h);flex-direction:column;gap:4px;padding:6px 12px 8px;display:flex;position:fixed;left:0;right:0}.source-topbar-main{justify-content:space-between;align-items:center;gap:8px;min-height:28px;display:flex}.source-topbar-leading{flex-wrap:wrap;flex:1;align-items:baseline;gap:6px;min-width:0;display:flex}.source-topbar-context{min-width:0}.source-result-query-bracket{color:var(--text-mid);word-break:break-word;min-width:0;font-size:.78rem;font-weight:500;line-height:1.35}.source-result-meta{flex-wrap:nowrap;align-items:baseline;gap:6px;min-width:0;margin:0;line-height:1.35;display:flex;overflow:hidden}.source-result-seg{color:var(--accent-blue);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem;font-weight:700}.source-result-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.78rem;font-weight:500;overflow:hidden}.source-back-btn{min-height:unset;background:0 0;border:0;flex-shrink:0;padding:0;font-size:.82rem;line-height:1.2}.source-result-nav{flex-shrink:0;align-items:center;gap:2px;display:flex}.source-result-nav .icon-btn{min-width:28px;min-height:28px;padding:0}.source-result-pos{color:var(--text-muted);white-space:nowrap;padding:0 2px;font-size:.75rem}.source-body{flex-direction:column;display:flex}.source-left{flex-direction:column;width:100%;min-width:0;display:flex}.source-media-wrapper{flex-direction:column;flex-shrink:0;width:100%;display:flex;overflow:visible}.source-caption-dock{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0f0f0f;flex-shrink:0;width:100%}.source-caption-dock .caption-strip{border:0;min-height:40px}.source-left--article{-webkit-overflow-scrolling:touch;overflow-y:auto}.source-left--article .media-embed--article{max-height:none;overflow:visible}.source-left--telegram{-webkit-overflow-scrolling:touch;background:#fff;overflow-y:auto}.source-left--telegram .source-media-wrapper,.source-left--telegram .media-embed--telegram{background:#fff}.source-left--telegram .media-embed--telegram{border-bottom:0;max-height:none;overflow:visible}.source-left-transcript{width:100%;min-width:0;display:none}.source-right{display:none}.source-mobile-tabs{flex-direction:column;flex:1;min-height:0;display:flex}.source-tabs{border-bottom:1px solid var(--border);background:var(--surface);top:calc(var(--header-h) + var(--source-topbar-h));z-index:30;flex-shrink:0;display:flex;position:sticky}.source-page--from-search .source-tabs{top:calc(var(--header-h) + var(--source-topbar-h-search))}.source-tab{color:var(--text-muted);background:0 0;border:0;border-bottom:2px solid #0000;flex:1;min-height:44px;padding:10px 12px;font-size:.88rem;font-weight:500}.source-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.source-tab-content{flex:1;min-height:0;padding-bottom:16px}.source-segment-strip-wrapper,.source-segment-list-wrapper{display:none}.media-embed{border-bottom:1px solid var(--border);width:100%}.media-embed--video{background:#000;overflow:visible}.media-ratio-box{width:100%;position:relative;overflow:visible}:is(.media-ratio-box:has(.media-iframe),.media-ratio-box:has([id^=yt-])){height:0;padding-bottom:56.25%;overflow:hidden}:is(.media-ratio-box:has(.wistia_responsive_padding),.media-ratio-box:has(.wistia-player-shell)){height:auto;padding-bottom:0;overflow:visible}.media-ratio-box:has(.wistia-native-host):not(:has(.wistia_responsive_padding)):not(:has(.wistia-player-shell)){height:auto;padding-bottom:0;overflow:visible}.media-iframe{border:0;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.media-embed--audio{background:var(--surface-2);align-items:center;min-height:72px;padding:20px 16px;display:flex}.media-audio{width:100%}.wistia-native-host{justify-content:center;align-items:center;width:100%;min-height:48px;display:flex}.wistia-native-host--video{background:#000;width:100%;position:relative;inset:auto}:is(.wistia-native-host--video:has(.wistia-player-shell),.wistia-native-host--video:has(.wistia-native-video)){aspect-ratio:unset;height:auto}.wistia-native-video{object-fit:contain;background:#000;width:100%;height:auto;max-height:min(70vh,720px);display:block}.wistia-native-audio{width:100%;max-width:100%;height:48px}.wistia-player-shell{width:100%;position:relative;overflow:visible}.wistia-player-shell .wistia_responsive_wrapper,.wistia-player-shell iframe.wistia_embed{border:0;width:100%;height:100%;display:block}.source-media-wrapper .media-embed--video{flex-shrink:0;overflow:visible}:is(.source-media-wrapper .media-embed--video .wistia-native-host--video:has(.wistia-player-shell),.source-media-wrapper .media-embed--video .wistia-native-host--video:has(.wistia_responsive_padding)){aspect-ratio:unset;height:auto;display:block}.source-media-wrapper .wistia_embed,.source-media-wrapper .wistia_responsive_padding,.source-media-wrapper .wistia_responsive_wrapper{box-sizing:border-box;max-width:100%;width:100%!important}.source-media-wrapper .media-embed--video .wistia_responsive_padding{box-sizing:border-box;height:auto}.source-media-wrapper .media-embed--video .wistia_responsive_wrapper,.source-media-wrapper .media-embed--video iframe.wistia_embed{border:0;width:100%;height:100%;display:block}.source-media-wrapper .media-embed--audio .wistia_responsive_padding{min-height:220px}.media-embed-error{color:var(--text-muted);text-align:center;margin:0;padding:16px;font-size:.82rem}.media-embed--article{background:var(--surface);max-height:40vh;padding:20px 16px;overflow-y:auto}.article-prose{color:var(--text-mid);overflow-wrap:anywhere;word-break:break-word;font-size:.9rem;line-height:1.75}.article-prose img,.article-prose table,.article-prose pre{max-width:100%}.article-prose h1,.article-prose h2,.article-prose h3{color:var(--text);margin:1em 0 .4em}.article-prose p{margin:0 0 .85em}.article-prose ul,.article-prose ol{margin-bottom:.85em;padding-left:1.4em}.article-prose blockquote{border-left:3px solid var(--border-mid);color:var(--text-muted);margin:0 0 .85em;padding-left:12px}.article-prose code{background:var(--surface-2);border-radius:4px;padding:2px 5px;font-family:ui-monospace,monospace;font-size:.82em}.article-segments{flex-direction:column;gap:0;display:flex}.article-segment-block{border-radius:8px;margin:0 -14px;padding:12px 14px 20px;scroll-margin-top:12px;transition:background .2s}.article-segment-block.active{background:#fff;box-shadow:0 1px 3px #0000000a}.article-segment-divider{margin:20px 0 16px}.article-segment-divider-line{background:var(--border-mid);width:100%;height:1px;display:block}.article-segment-header{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.article-segment-num{letter-spacing:.04em;color:var(--accent);flex-shrink:0;font-size:.72rem;font-weight:700}.article-segment-title{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.35}.article-segment-prose{padding-left:2px}.media-embed--telegram{background:var(--surface);max-height:40vh;padding:16px;overflow-y:auto}.telegram-context{color:var(--text-muted);border-left:3px solid var(--border-mid);margin-bottom:12px;padding-left:10px;font-size:.8rem;font-style:italic}.telegram-text{color:var(--text-mid);white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.7}.media-embed--fallback{background:var(--surface-2);padding:24px 16px}.media-fallback-btn{width:100%;min-height:48px}.segment-strip{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.segment-strip::-webkit-scrollbar{display:none}.segment-chip{scroll-snap-align:start;border:1px solid var(--border-mid);background:var(--surface);color:var(--text-mid);white-space:nowrap;border-radius:999px;flex-shrink:0;min-height:36px;padding:6px 14px;font-size:.75rem}.segment-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.segment-chip-icon{font-size:.68rem}.info-tab-content{flex-direction:column;gap:16px;display:flex}.source-meta-header{flex-direction:column;gap:4px;display:flex}.source-breadcrumb{color:var(--text-muted);margin:0;font-size:.78rem}.source-lecture-meta{color:var(--text-mid);margin:0;font-size:.78rem}.info-section{flex-direction:column;gap:6px;display:flex}.info-section-label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.7rem;font-weight:700}.info-section p{color:var(--text-mid);margin:0;font-size:.88rem;line-height:1.65}.panel-list{color:var(--text-mid);margin:0;padding-left:18px;font-size:.85rem}.muted-prose{border-left:3px solid var(--border);color:var(--text-muted);padding-left:10px;font-size:.85rem;font-style:italic}.source-transcript-panel{flex-direction:column;width:100%;min-width:0;height:100%;display:flex;overflow:hidden}.transcript-panel-header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.transcript-panel-label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.transcript-current-btn{border:1px solid var(--border-mid);min-height:30px;color:var(--accent-blue);background:0 0;border-radius:6px;padding:3px 10px;font-size:.75rem}.transcript-rows{flex:1;min-height:0;overflow-y:auto}.transcript-row{box-sizing:border-box;cursor:pointer;border-bottom:1px solid #0000;align-items:baseline;gap:8px;width:100%;padding:5px 12px;scroll-margin:4px;transition:background .1s;display:flex}.transcript-row:hover{background:var(--surface-2)}.transcript-row.active{border-bottom-color:var(--border);background:#eef3ff}.transcript-ts{color:var(--accent-blue);letter-spacing:.03em;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:36px;font-size:.65rem;font-weight:700;line-height:1.6}.transcript-sentence{min-width:0;color:var(--text-mid);flex:1;font-size:.83rem;line-height:1.6}.transcript-row.active .transcript-sentence{color:var(--text)}.caption-strip{text-align:center;background:#0f0f0f;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px;min-height:36px;padding:7px 12px;display:flex}.caption-strip-text{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px;max-width:100%;display:flex}.caption-strip--empty{background:#0f0f0f}.caption-word{color:#ffffff73;font-size:.82rem;transition:color .1s}.caption-word.past{color:#ffffff80}.caption-word.current{color:#fff;font-weight:600}.seg-summary-list{flex-direction:column;display:flex}.seg-summary-item{--summary-fade-bg:var(--surface);border-bottom:1px solid var(--border);cursor:pointer;padding:13px 16px;scroll-margin:8px;transition:background .1s}.seg-summary-item:last-child{border-bottom:0}.seg-summary-item:hover{--summary-fade-bg:var(--surface-2);background:var(--surface-2)}.seg-summary-item.active{--summary-fade-bg:#eef3ff;background:#eef3ff}.seg-summary-header{align-items:baseline;gap:8px;margin-bottom:5px;display:flex}.seg-summary-num{color:var(--accent-blue);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem;font-weight:700}.seg-summary-title{min-width:0;color:var(--text);flex:1;font-size:.82rem;font-weight:600;line-height:1.35}.seg-summary-time{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.68rem}.truncated-summary{min-width:0}.truncated-summary--clamped{position:relative}.seg-summary-text{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.55;display:-webkit-box;overflow:hidden}.seg-summary-text.is-expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.truncated-summary-see-more{color:var(--accent-blue);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;margin:0;padding:0;font-size:.78rem;line-height:1.55;display:inline}.truncated-summary--clamped .truncated-summary-see-more{background:linear-gradient(90deg, transparent, var(--summary-fade-bg,var(--surface)) 40%);padding-left:1.25rem;position:absolute;bottom:0;right:0}.truncated-summary-see-more:hover{text-decoration:underline}.segment-list{flex-direction:column;display:flex}.segment-item{border-bottom:1px solid var(--border);cursor:pointer;padding:12px 0}.segment-item:last-child{border-bottom:0}.segment-item.active{background:#eef3ff;border-radius:8px;margin-inline:-12px;padding-inline:12px}.segment-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.segment-header h3{margin:0;font-size:.85rem;line-height:1.35}.segment-actions{color:var(--text-muted);flex-shrink:0;align-items:center;gap:6px;font-size:.72rem;display:flex}.segment-play-btn{background:var(--accent-blue);color:#fff;border:0;border-radius:999px;min-height:28px;padding:4px 10px;font-size:.72rem}.segment-time{color:var(--text-muted);margin:4px 0 0;font-size:.72rem}.segment-summary{color:var(--text-mid);margin:6px 0 0;font-size:.8rem;line-height:1.5}.segment-text{border:1px solid var(--border);background:var(--bg);white-space:pre-wrap;word-break:break-word;border-radius:8px;max-height:200px;margin:8px 0 0;padding:10px;font-family:inherit;font-size:.78rem;line-height:1.65;overflow:auto}.source-segment-list-heading{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);flex-shrink:0;padding:10px 12px 8px;font-size:.7rem;font-weight:700}.explore-header{margin-bottom:20px}.explore-header-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.explore-breadcrumb{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;display:flex}.explore-crumb{min-height:unset;color:var(--text-muted);text-align:left;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:500;line-height:1.3}.explore-crumb:hover:not(.explore-crumb--current){color:var(--accent-blue);text-decoration:underline}.explore-crumb--current{color:var(--text);cursor:default}.explore-crumb-sep{color:var(--text-muted);opacity:.55;-webkit-user-select:none;user-select:none;font-size:.72rem}.explore-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.explore-filter-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-mid);white-space:nowrap;border-radius:6px;min-height:32px;padding:5px 10px;font-size:.76rem;font-weight:500}.explore-filter-btn:hover{background:var(--surface-2);color:var(--text)}.explore-title{letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:600;line-height:1.3}.explore-sidebar-group+.explore-sidebar-group{border-top:1px solid var(--border);margin-top:18px;padding-top:16px}.explore-sidebar .chip.active{color:var(--accent-blue);background:#2d5be31a;border-color:#2d5be333;font-weight:600}.explore-sidebar .chip.active .chip-count{opacity:.75}.explore-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.explore-list li{border-bottom:1px solid var(--border);margin:0}.explore-list li:last-child{border-bottom:0}.explore-list-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;min-height:46px;padding:10px 14px;transition:background .12s;display:flex}.explore-list-row:hover{background:var(--surface-2)}.explore-list-row:focus-visible{outline:2px solid var(--accent-blue);outline-offset:-2px}.explore-list-num{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;flex:0 0 24px;font-size:.72rem;font-weight:600;line-height:1}.explore-list-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.explore-list-title-row{align-items:center;gap:8px;min-width:0;display:flex}.explore-list-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:500;line-height:1.35;overflow:hidden}.explore-list-title-row .type-pill{flex-shrink:0;padding:2px 7px;font-size:.64rem}.explore-list-meta{color:var(--text-muted);font-size:.72rem;line-height:1.3}.explore-list-chevron{color:var(--text-muted);opacity:.4;flex-shrink:0;margin-left:4px;font-size:1rem;line-height:1}.page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.page-toolbar h1{margin:0;font-size:1.2rem}.eyebrow{color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;margin:0 0 3px;font-size:.7rem;font-weight:700}.toolbar-actions{flex-wrap:wrap;gap:8px;display:flex}.cards-grid{grid-template-columns:1fr;gap:10px;display:grid}.nav-card,.source-card{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.nav-card:hover,.source-card:hover{border-color:var(--border-mid);box-shadow:0 1px 6px #0000000a}.nav-card h2{margin:0;font-size:.9rem;font-weight:600;line-height:1.35}.nav-card p{color:var(--text-muted);margin:4px 0 0;font-size:.76rem}.card-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.card-title-row h2{margin:0;font-size:.9rem;font-weight:600;line-height:1.35}.card-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;font-size:.72rem;display:flex}.panel-backdrop,.sheet-backdrop{z-index:90;background:#1a181459;border:0;position:fixed;inset:0}.side-panel{z-index:100;background:var(--surface);border-left:1px solid var(--border);flex-direction:column;width:min(560px,100%);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 30px #00000014}.panel-bar{padding:calc(12px + env(safe-area-inset-top)) 14px 12px;border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:10px;display:flex}.panel-bar h2{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.9rem;overflow:hidden}.panel-content{flex:1;min-height:0;padding:16px;overflow:auto}.detail-stack{flex-direction:column;gap:18px;display:flex}.panel-section h3,.section-heading{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.7rem;font-weight:700}.panel-section p{color:var(--text-mid);margin:0}.breadcrumb-line span{color:var(--text-muted);word-break:break-all;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;display:block}.kv-grid{grid-template-columns:max-content 1fr;gap:6px 14px;display:grid}.kv-grid dt{color:var(--text-muted)}.kv-grid dd{color:var(--text-mid);word-break:break-word;margin:0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.panel-text{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);max-height:360px;color:var(--text-mid);white-space:pre-wrap;word-break:break-word;margin:0;padding:12px;font-family:inherit;font-size:.8rem;line-height:1.7;overflow:auto}.triple-list{flex-direction:column;gap:6px;display:flex}.triple-row{border:1px solid var(--border);background:var(--bg);border-radius:8px;flex-wrap:wrap;gap:6px;padding:8px 10px;display:flex}.triple-row span{color:var(--text-muted)}.source-num{color:var(--accent-blue);margin-bottom:6px;display:block}.ask-card,.response-card{border:1px solid var(--border);background:var(--surface);border-radius:13px;padding:14px 16px;box-shadow:0 1px 2px #00000005}.ask-card{margin-bottom:18px}.form-row{flex-wrap:wrap;align-items:end;gap:8px;margin-bottom:10px;display:flex}.field{flex-direction:column;gap:4px;min-width:100%;display:flex}.field span{color:var(--text-muted);font-size:.72rem;font-weight:700}.field input,.field select{border:1px solid var(--border-mid);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:none;padding:9px 10px}.field input:focus,.field select:focus{border-color:var(--accent)}.structure-box{border:1px solid var(--border-mid);border-radius:var(--radius);background:var(--surface);width:100%;min-height:110px;color:var(--text);outline:none;margin-bottom:10px;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ask-input{resize:vertical;border:1px solid var(--border-mid);border-radius:var(--radius);background:var(--surface);width:100%;min-height:88px;color:var(--text);outline:none;margin-bottom:10px;padding:12px}.ask-input:focus{border-color:var(--accent)}.progress-box{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-mid);flex-direction:column;gap:6px;margin-bottom:14px;padding:12px;font-size:.78rem;display:flex}.response-card{margin:16px 0;line-height:1.75}.prose h2{border-bottom:1px solid var(--border);padding-bottom:.25rem;font-size:1rem}.prose p,.prose li{color:var(--text-mid)}.view-source-btn{border:1px solid var(--border-mid);color:var(--text-mid);cursor:pointer;background:0 0;border-radius:6px;min-height:28px;padding:3px 8px;font-size:.72rem}.view-source-btn:hover{background:var(--surface-2)}.card-summary{color:var(--text-mid);margin:8px 0 0;font-size:.82rem;line-height:1.6}.cards-grid.compact{grid-template-columns:1fr;gap:8px}.mobile-only{display:inline-flex}.error-banner{border-radius:var(--radius);color:#a02020;background:#fff5f5;border:1px solid #f3c7c7;margin:14px 0;padding:10px 12px;font-size:.85rem}.results-meta{min-height:22px;color:var(--text-muted);margin-bottom:8px;font-size:.78rem}@media (width>=768px){body{font-size:14px}.two-column-page,.explore-page{gap:24px;width:min(1220px,100% - 40px);margin:0 auto;padding:12px 0 80px;display:flex}.two-column-page.search-page{padding-top:var(--search-bar-h)}.two-column-page.search-page.search-page--has-query{padding-top:var(--search-bar-h-with-query)}.search-page-toolbar-inner{flex-direction:row;gap:24px;width:min(1220px,100% - 40px);padding:5px 0 6px;display:flex}.search-page-toolbar-inner:before{content:"";flex:0 0 220px}.search-page-toolbar-content,.search-page-toolbar-inner .search-hero{flex:1;min-width:0}.search-sidebar-slot{width:220px;top:calc(var(--header-h) + var(--search-bar-h) + 8px);max-height:calc(100vh - var(--header-h) - var(--search-bar-h) - 20px);flex-direction:column;flex:0 0 220px;align-self:flex-start;display:flex;position:sticky;overflow:hidden}.search-page.search-page--has-query .search-sidebar-slot{top:calc(var(--header-h) + var(--search-bar-h-with-query) + 8px);max-height:calc(100vh - var(--header-h) - var(--search-bar-h-with-query) - 20px)}.search-sidebar-slot .filter-sidebar{z-index:auto;background:0 0;border:0;border-radius:0;flex-direction:column;flex:auto;width:100%;min-height:0;max-height:100%;padding:0;display:flex;position:static;inset:auto;overflow:hidden;transform:none!important}.search-page .search-sidebar-slot .filter-group{margin-bottom:10px}.search-page .search-sidebar-slot .filter-group:last-child{margin-bottom:0}.search-page .search-sidebar-slot .filter-group h3{letter-spacing:.08em;margin:0 0 4px;font-size:.62rem}.search-page .search-sidebar-slot .chip-list{gap:1px}.search-page .search-sidebar-slot .chip{border-radius:5px;min-height:28px;padding:3px 7px;font-size:.76rem}.search-page .search-sidebar-slot .chip-count{opacity:.55;font-size:.62rem}.search-page .search-sidebar-slot .filter-checkbox{width:14px;height:14px}.search-page .search-sidebar-slot .checkbox-chip{gap:6px}.search-page .search-sidebar-slot .section-toggle-row{margin-bottom:2px}.search-page .search-sidebar-slot .section-toggle-btn{min-height:24px;padding:2px 0;font-size:.68rem}.search-page .search-sidebar-slot .filter-clear-btn{min-height:28px;margin-top:4px;padding:4px 8px;font-size:.72rem}.search-page .search-sidebar-slot .muted-small,.search-page .search-sidebar-slot .filter-loading{margin:2px 0;padding:2px 0;font-size:.72rem}.search-result-preview{z-index:20;box-sizing:border-box;border:1px solid var(--border-mid);opacity:0;pointer-events:none;background:#fff;border-radius:10px;transition:transform .22s,opacity .18s;display:block;position:absolute;inset:0;overflow-y:auto;transform:translate(-108%);box-shadow:0 10px 32px #0000001f}.search-result-preview--visible{opacity:1;pointer-events:auto;transform:translate(0)}.search-result-preview--video{border-top:3px solid #3b82f6}.search-result-preview--audio{border-top:3px solid #8b5cf6}.search-result-preview--article{border-top:3px solid #22c55e}.search-result-preview--telegram{border-top:3px solid #ea580c}.carousel-card--preview-active{border-color:var(--border-mid);box-shadow:0 0 0 1px #0000000f}.filter-body{max-height:none;padding-top:0;overflow:visible}.search-page .search-sidebar-slot .filter-body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 2px 8px 0;overflow:hidden auto}.drawer-title-row,.search-page-toolbar .mobile-filter-btn{display:none}.search-input-row{gap:10px}.explore-sidebar{top:calc(var(--header-h) + 16px);width:240px;max-height:calc(100vh - var(--header-h) - 32px);z-index:auto;background:0 0;border:0;border-radius:0;flex:0 0 240px;align-self:flex-start;padding:0;display:block;position:sticky;bottom:auto;left:auto;right:auto;overflow:auto;transform:none!important}.explore-sidebar-body{max-height:none;padding-top:0;overflow:visible}.carousel-card{flex:0 0 196px;width:196px;max-width:196px;min-height:168px}.carousel-row:hover .carousel-arrow{display:flex}.source-page{height:calc(100vh - var(--header-h));overflow:hidden}.source-body{flex-direction:row;flex:1;min-height:0;overflow:hidden}.source-left{border-right:1px solid var(--border);flex-direction:column;flex:0 0 55%;max-width:55%;height:100%;display:flex;overflow:hidden}.source-page--media{--source-media-column-width:640px}.source-page--media .source-media-stack{width:var(--source-media-column-width);border-right:1px solid var(--border);flex-direction:column;flex:none;min-width:0;max-width:100%;height:100%;display:flex;overflow:hidden}.source-page--media .source-media-wrapper{flex:none;width:100%;overflow:visible}.source-page--media .source-caption-dock{z-index:1;flex:none}.source-page--media .source-segments-under-media{border-top:0;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.source-page--media .source-segments-heading,.source-right-heading,.source-panel-heading{color:var(--text-mid);border-bottom:1px solid var(--border);flex-shrink:0;padding:11px 16px;font-size:.78rem;font-weight:500;line-height:1.4}.source-panel-heading-course{color:var(--text-muted)}.source-panel-heading-sep{color:var(--text-muted);margin:0 5px}.source-panel-heading-title{color:var(--text);font-weight:600}.source-page--media .source-segments-scroll{flex:1;overflow-y:auto}.source-page--media .source-transcript-side{flex-direction:column;flex:auto;min-width:0;height:100%;display:flex;overflow:hidden}.source-page--media .source-transcript-side .source-transcript-panel{height:100%}.source-page--media .media-embed--video{border-bottom:0;flex-shrink:0;width:100%}.source-page--media .media-embed--video .media-ratio-box{width:100%;height:auto;padding-bottom:0}.source-page--media .media-embed--audio{border-bottom:0;flex-shrink:0;min-height:72px;padding:12px 16px}.source-left--article,.source-left--telegram{overflow-y:auto}.source-left--telegram{background:#fff}.source-left .media-embed--article,.source-left .media-embed--telegram{flex:1;min-height:0;max-height:none;overflow-y:auto}.source-left--article .media-embed--article,.source-left--telegram .media-embed--telegram{flex:none;overflow:visible}.source-left--telegram .source-media-wrapper,.source-left--telegram .media-embed--telegram{background:#fff}.source-left-transcript{border-top:1px solid var(--border);flex:1;min-height:0;display:flex;overflow:hidden}.source-right{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.source-right-scroll{flex:1;overflow-y:auto}.source-mobile-tabs{display:none}.source-segment-list-wrapper{display:flex}.source-page--from-search{--source-topbar-h-search:56px}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.cards-grid.compact{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.mobile-only{display:none}.field{min-width:180px}.field.grow{flex:1;min-width:260px}.top-nav{display:flex}.mobile-menu-btn,.mobile-nav-backdrop,.mobile-nav{display:none}}@media (width<=767px){input,textarea,select{font-size:16px}.top-nav{display:none}.app-header{justify-content:space-between;gap:12px}.mobile-menu-btn{display:inline-flex}.mobile-nav-backdrop{display:block}.mobile-nav{display:flex}.explore-page{width:min(100% - 24px,680px);padding:12px 0 28px}.explore-sidebar{z-index:110;border:1px solid var(--border);background:var(--surface);width:100%;max-height:min(85vh,640px);padding:0 16px calc(16px + env(safe-area-inset-bottom));border-bottom:0;border-radius:16px 16px 0 0;flex-direction:column;transition:transform .22s;display:flex;position:fixed;inset:auto 0 0;transform:translateY(105%)}.explore-sidebar.open{transform:translateY(0)}.explore-sidebar-body{flex:1;min-height:0;padding-top:4px;overflow:auto}.explore-sidebar .drawer-title-row{display:flex}.search-toolbar-query{font-size:.72rem;line-height:1.3}.source-result-query-bracket{font-size:.7rem}.source-result-title{font-size:.72rem}.source-result-seg{font-size:.68rem}.source-page{height:calc(100dvh - var(--header-h));flex-direction:column;display:flex;overflow:hidden}.source-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.source-segments-under-media,.source-transcript-side{display:none}.source-media-stack{flex-direction:column;flex-shrink:0;width:100%;display:flex}.source-caption-dock,.source-left{flex-shrink:0}.source-left--article,.source-left--telegram{flex:1;min-height:0;overflow-y:auto}.source-left--telegram{background:#fff}.source-media-wrapper{background:var(--surface);flex-shrink:0}.source-left--telegram .source-media-wrapper{background:#fff}.source-left .media-embed--article,.source-left .media-embed--telegram{max-height:38vh;overflow-y:auto}.source-left--article .media-embed--article,.source-left--telegram .media-embed--telegram{background:#fff;max-height:none;overflow:visible}.source-mobile-tabs{flex:1;min-height:0;overflow:hidden}.source-tabs{position:static;top:auto}.source-tab-content{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.source-tab-content--transcript{flex-direction:column;display:flex;overflow:hidden}.source-tab-content--transcript .source-transcript-panel{flex:1;min-height:0;position:relative}.source-tab-content--transcript .transcript-panel-header{z-index:10;background:0 0;border:0;padding:0;position:absolute;bottom:10px;right:10px}.source-tab-content--transcript .transcript-panel-label{display:none}.source-tab-content--transcript .transcript-current-btn{background:var(--surface);box-shadow:0 1px 8px #0000001a}.source-tab-content--transcript .transcript-rows{padding-bottom:44px}}@media (width<=480px){.app-header{height:50px}:root{--header-h:50px}}
