.podcast-page-wrapper{display:flex;width:100vw;min-height:100vh;align-items:flex-start;flex-direction:column;padding-bottom:100px;padding-top:94px}.podcast-page{width:90vw;gap:20px;margin:20px auto 0}.podcast-page,.podcast-page-heading{display:flex;flex-direction:column}.podcast-page-heading>h1{color:var(--blue-font);margin-bottom:0}.podcast-page-heading>p{margin:0;font-weight:500}.podcast-page-content{display:flex;gap:20px}.podcast-page-content>div:first-child{display:flex;flex-direction:column;gap:30px}.podcast-page-content>div:first-child>img{width:200px;object-fit:cover;border-radius:15px;height:200px}.podcast-page-content>p,.podcast-page-content>p>*{margin:0;max-width:90%}.podcast-page-transcription-wrapper{display:flex;flex-direction:column}.podcast-page-transcription{padding:25px;background:var(--transcription-background);border-radius:20px}.podcast-page-goback{display:flex;justify-content:flex-end;color:var(--font-color)}.podcast-page-transcription-wrapper .podcast-page-transcription-heading{display:flex;width:100%;justify-content:space-between;align-items:center;position:static;background:transparent;padding:0;margin:0;z-index:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;opacity:1;visibility:visible;transition:none}.podcast-page-wrapper>.podcast-page-transcription-heading{display:flex;width:calc(90vw - 30px);justify-content:space-between;align-items:flex-start;position:fixed;top:80px;left:50%;transform:translateX(-50%);background:var(--background-color);padding:20px 15px 15px;margin:0;z-index:4;box-shadow:0 2px 10px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:10px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.podcast-page-wrapper>.podcast-page-transcription-heading.sticky-visible{opacity:1;visibility:visible}.sticky-word-count{background:var(--blue-font);color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap}.sticky-menu-header{display:flex;flex-direction:column;align-items:flex-start}.sticky-menu-header h2{margin:0}.sticky-word-count-below{color:#333;font-size:13px;font-weight:400;margin:0;padding:0}.sticky-menu-buttons{display:flex;gap:15px;align-items:center;padding:12px;background:hsla(0,0%,100%,.8);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:768px){.sticky-word-count{display:none}.podcast-page-wrapper>.podcast-page-transcription-heading.sticky-visible .sticky-menu-header{display:none!important}.podcast-page-wrapper>.podcast-page-transcription-heading{justify-content:center;padding:10px 15px}.sticky-menu-buttons{padding:8px;gap:8px}.sticky-menu-buttons .copy-button,.sticky-menu-buttons .podcast-page-download-button,.sticky-menu-buttons .save-button{width:36px;height:36px}.sticky-menu-buttons .podcast-page-chat-button,.sticky-menu-buttons .podcast-page-toggle-faqs,.sticky-menu-buttons .podcast-page-toggle-summary,.sticky-menu-buttons .podcast-page-toggle-transcription{padding:8px 12px;font-size:14px}}.podcast-page-download-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--blue-font-dark);border-radius:7.5px;border:none;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.podcast-page-download-button:hover{background:color-mix(in srgb,var(--blue-font-dark) 88%,#fff 12%);box-shadow:0 6px 14px rgba(0,0,0,.18)}.podcast-page-download-button:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.12)}.podcast-page-download-button:focus-visible{outline:2px solid var(--blue-font);outline-offset:2px}.podcast-faq-section,.podcast-summary-section{margin-top:30px;padding:25px;background-color:var(--transcription-background);border-radius:20px}.podcast-faq-item{margin-bottom:12px;border:1px solid rgba(0,0,0,.08);background:var(--background-color);border-radius:10px;overflow:hidden}.podcast-faq-q{all:unset;display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;cursor:pointer}.podcast-faq-q-text{font-weight:600}.podcast-faq-caret{display:inline-block;transition:transform .2s ease;color:var(--blue-font);font-size:20px}.podcast-faq-caret.open{transform:rotate(90deg)}.podcast-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 16px}.podcast-faq-a.open{max-height:300px;padding-bottom:12px}.podcast-page-toggle-transcription{padding:10px 20px;background-color:var(--blue-font);color:#fff;font-family:inherit;border:none;border-radius:7.5px;cursor:pointer;transition:background-color .3s ease}.podcast-page-toggle-transcription:hover{opacity:.8}.podcast-page-toggle-summary{padding:10px 20px;background-color:var(--blue-font);color:#fff;font-family:inherit;border:none;border-radius:7.5px;cursor:pointer;transition:background-color .3s ease}.podcast-page-toggle-summary:hover{opacity:.8}.podcast-page-toggle-faqs{padding:10px 20px;background-color:var(--blue-font);color:#fff;font-family:inherit;border:none;border-radius:7.5px;cursor:pointer;transition:background-color .3s ease}.podcast-page-toggle-faqs:hover{opacity:.8}.podcast-page-chat-button{padding:10px 20px;background-color:#fff;color:var(--blue-font);font-family:inherit;border:1.5px solid var(--blue-font);border-radius:7.5px;cursor:pointer;transition:.3s ease}.podcast-page-chat-button:hover{background-color:rgba(0,0,0,.04)}.download-menu{position:relative}.download-menu-options{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 24px rgba(0,0,0,.16);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px;z-index:20;white-space:nowrap;transform-origin:top left;transform:translateY(-4px) scale(.98);opacity:0;animation:dropdown-in .12s ease forwards}.download-menu-options a,.download-menu-options button{all:unset;display:block;width:100%;padding:10px 12px;border-radius:6px;color:var(--font-color);cursor:pointer;font-size:14px;line-height:1.25;-webkit-tap-highlight-color:transparent}.download-menu-options a:hover,.download-menu-options button:hover{background:rgba(0,0,0,.06)}.download-menu-options button:disabled{opacity:.6;cursor:not-allowed}@keyframes dropdown-in{to{transform:translateY(0) scale(1);opacity:1}}@media (hover:none){.podcast-page-download-button:hover{transform:none;box-shadow:0 2px 6px rgba(0,0,0,.12)}}@supports not (background:color-mix(in srgb,#000,#fff)){.podcast-page-download-button:hover{filter:brightness(1.06);background:var(--blue-font-dark)}}@media (prefers-reduced-motion:reduce){.podcast-page-download-button{transition:none}}@media (forced-colors:active){.podcast-page-download-button{border:1px solid ButtonText;box-shadow:none}.podcast-page-download-button:focus-visible{outline:2px solid ButtonText}}@media screen and (max-width:768px){.podcast-page{text-align:center;align-items:center}.podcast-page-content{flex-direction:column;align-items:center}.podcast-page-content>p,.podcast-page-content>p>*{margin:0 auto}.podcast-page-goback{margin-left:auto}.podcast-page-transcription-wrapper{align-items:center}.podcast-summary-section>div>ol>li,.podcast-summary-section>div>ul>li{text-align:left}}@media screen and (max-width:500px){.podcast-page-transcription-heading{flex-direction:column;margin-bottom:20px}.podcast-page-transcription-heading>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px}}.global-copy-button{width:48px;height:48px;background:var(--blue-font);font-family:inherit;color:var(--font-dark);display:flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:7.5px;cursor:pointer;transition:all .5s;margin:0}.global-copy-button:hover{opacity:.8}.podcast-page-save-button{display:flex;border:0;align-items:center;justify-content:center;width:48px;height:48px;background:var(--blue-font-dark);border-radius:7.5px;transition:all .5s;cursor:pointer}.podcast-page-save-button:hover{opacity:.9}.chat-ai{margin-top:30px;padding:25px;background-color:var(--transcription-background);border-radius:20px}.chat-ai-header{margin-bottom:12px}.chat-ai-window{background:var(--background-color);border-radius:12px;padding:12px;max-height:360px;overflow-y:auto}.chat-ai-empty{opacity:.8;font-size:14px}.chat-ai-msg{display:flex;margin:8px 0}.chat-ai-msg.user{justify-content:flex-end}.chat-ai-msg.assistant{justify-content:flex-start}.chat-ai-msg .bubble{max-width:80%;padding:10px 14px;border-radius:14px;line-height:1.35}.chat-ai-msg.user .bubble{background:var(--blue-font);color:#fff}.chat-ai-msg.assistant .bubble{background:rgba(0,0,0,.05)}.chat-ai-loading{margin:8px 0;font-size:14px;opacity:.8}.chat-ai-input{display:flex;gap:8px;margin-top:12px}.chat-ai-input input{flex:1 1;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:var(--background-color);color:var(--font-color)}.chat-ai-input button{padding:10px 16px;border-radius:10px;border:none;background:var(--blue-font);color:#fff;cursor:pointer}.chat-ai-input button[disabled]{opacity:.6;cursor:not-allowed}