.youtube-note-taker-page{min-height:100vh;background-color:hsl(var(--background))}.youtube-note-taker-page__main{display:flex;flex-direction:column}.youtube-note-taker-page h2:not(.youtube-note-taker-page-feature-section__title):not(.youtube-note-taker-page-faq-section__title):not(.youtube-note-taker-page-language-support-section__title),.youtube-note-taker-page-analysis-section h2,.youtube-note-taker-page-hero-section h2{font-size:20px;font-weight:650;line-height:1.2;margin:0}.youtube-note-taker-page-hero-section{position:relative;width:100%;background-color:var(--premium-white);padding-top:4.5rem;padding-bottom:8.5rem}.youtube-note-taker-page-hero-section__container{width:100%;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.youtube-note-taker-page-hero-section__container{max-width:1400px}}.youtube-note-taker-page-hero-section__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.youtube-note-taker-page-hero-section__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.youtube-note-taker-page-hero-section__container{padding-left:2rem;padding-right:2rem}}.youtube-note-taker-page-hero-section__content{width:100%}.youtube-note-taker-page-hero-section__inner-container{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.youtube-note-taker-page-hero-section__controls{display:flex;width:100%;align-items:center;justify-content:center;gap:.75rem}.youtube-note-taker-page-hero-section__title{text-align:center;font-size:3.75rem;font-family:DM Sans,sans-serif;letter-spacing:-.02em;font-size:48px;line-height:1.2;font-weight:700;max-width:925px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.youtube-note-taker-page-hero-section__title-black{color:var(--premium-black)}.youtube-note-taker-page-hero-section__title-gradient{background:linear-gradient(94deg,#0090F7,#BA62FC,#F2416B,#F55600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.youtube-note-taker-page-hero-section__subtitle{font-family:var(--font-inter);color:var(--gray-classic-content);font-size:17px;line-height:1.6;font-weight:400;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:750px;text-align:center}.youtube-note-taker-page-hero-section__form-panel{position:relative;width:100%;max-width:825px;display:flex;flex-direction:column}.youtube-note-taker-page-hero-section__form-panel-box{position:relative;z-index:2;display:flex;align-items:center;padding:.375rem;background:var(--premium-white);border:1px solid var(--border-light-gray);border-radius:16px;transition:border-color .2s ease}.youtube-note-taker-page-hero-section__form-panel:focus-within .youtube-note-taker-page-hero-section__form-panel-box,.youtube-note-taker-page-hero-section__form-panel:hover .youtube-note-taker-page-hero-section__form-panel-box{border-color:var(--border-gray)}.youtube-note-taker-page-hero-section__form-panel-field{display:flex;align-items:center;flex:1;min-width:0;padding:0 .875rem}.youtube-note-taker-page-hero-section__form-panel-field-input{flex:1;height:56px;border:none!important;outline:none;background:transparent!important;box-shadow:none!important;color:var(--premium-black);caret-color:var(--premium-black);font-family:var(--font-inter);font-size:.95rem;line-height:1.2}.youtube-note-taker-page-hero-section__form-panel-field-input::-moz-placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-hero-section__form-panel-field-input::placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-hero-section__form-panel-field-input:focus{outline:none;box-shadow:none!important}.youtube-note-taker-page-hero-section__form-panel-field-input--invalid{animation:shake .3s ease-in-out}.youtube-note-taker-page-hero-section__form-panel-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:12px;background:var(--premium-black);color:var(--premium-white);font-family:var(--font-inter);font-size:15px;line-height:1.2;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.youtube-note-taker-page-hero-section__form-panel-button:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 20px 40px 0 rgba(9,103,244,.2),inset 0 0 8px 0 rgba(255,255,255,.4)}.youtube-note-taker-page-hero-section__form-panel-button:disabled{opacity:.5;cursor:not-allowed}.youtube-note-taker-page-hero-section__form-panel-button:disabled:hover{transform:none;box-shadow:none}.youtube-note-taker-page-hero-section__form-panel-input-bottom{position:relative;z-index:1;display:flex;align-items:center;margin-top:-16px;border:1px solid var(--border-light-gray);border-top:0;border-radius:0 0 16px 16px;background:var(--divider-gray);padding:20px 20px 4px}.youtube-note-taker-page-hero-section__form-panel-input-bottom-content{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:32px}.youtube-note-taker-page-hero-section__form-panel-input-bottom-item{display:inline-flex;align-items:center;gap:.5rem}.youtube-note-taker-page-hero-section__form-panel-input-bottom-icon{width:18px;height:18px;flex-shrink:0}.youtube-note-taker-page-hero-section__form-panel-input-bottom-text{font-family:var(--font-inter);font-size:15px;line-height:1.2;color:var(--gray-classic-content)}.youtube-note-taker-page-hero-section__form-panel-loading{position:absolute;top:50%;right:1rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.youtube-note-taker-page-hero-section__form-panel-spinner{width:26px;height:26px;border-color:#0090f7 #ba62fc #f2416b #f55600;border-style:solid;border-width:2px;border-radius:50%;animation:spin 1s linear infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.youtube-note-taker-page-hero-section__error{margin-top:.5rem;display:flex;align-items:center;border-radius:var(--radius);border-width:1px;--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));width:100%;height:45px;padding:0 1.25rem}.youtube-note-taker-page-hero-section__error-content{display:flex;align-items:center;font-size:13px;color:var(--error-red)}.youtube-note-taker-page-hero-section__error-content img{margin-right:.5rem;flex-shrink:0;width:13px;height:13px}.youtube-note-taker-page-hero-section__explore{margin-top:1.5rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto;text-align:left;align-self:center;display:flex;justify-content:center}@media (max-width:768px){.youtube-note-taker-page-hero-section__explore{width:100%}}.youtube-note-taker-page-hero-section__explore-content{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:-moz-fit-content;width:fit-content;max-width:100%}@media (max-width:768px){.youtube-note-taker-page-hero-section__explore-content{width:100%;align-items:center}}.youtube-note-taker-page-hero-section__explore-title{font-size:16px;font-weight:600;color:var(--standard-black);margin-bottom:.5rem;display:inline-flex;align-items:center;gap:.5rem}.youtube-note-taker-page-hero-section__explore-grid{display:grid;grid-template-columns:repeat(4,195px);gap:1rem;justify-content:center;justify-items:start;width:-moz-fit-content;width:fit-content;margin:0 auto}@media (max-width:1024px){.youtube-note-taker-page-hero-section__explore-grid{grid-template-columns:repeat(2,195px)}}@media (max-width:640px){.youtube-note-taker-page-hero-section__explore-grid{grid-template-columns:repeat(1,195px);justify-content:center;justify-items:center}}.youtube-note-taker-page-hero-section__explore-card{position:relative;border:1px solid var(--divider-gray);border-radius:12px;overflow:hidden;background:var(--premium-white);cursor:pointer;padding:0;line-height:0;transition:transform .2s ease,box-shadow .2s ease;width:195px}.youtube-note-taker-page-hero-section__explore-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.08)}.youtube-note-taker-page-hero-section__explore-thumb{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden}.youtube-note-taker-page-hero-section__explore-image{-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.youtube-note-taker-page-hero-section__inner-container{flex-direction:column;padding:1rem}.youtube-note-taker-page-hero-section__controls{width:100%;flex-shrink:1}.youtube-note-taker-page-hero-section__title{max-width:100%;font-size:45px;margin-left:1.5rem;margin-right:1.5rem}.youtube-note-taker-page-hero-section__subtitle{margin-left:1.5rem;margin-right:1.5rem;font-size:17px}.youtube-note-taker-page-hero-section__form-panel{max-width:100%;width:100%}.youtube-note-taker-page-hero-section__form-panel-box{padding:.3125rem}.youtube-note-taker-page-hero-section__form-panel-field{padding:0 .75rem}.youtube-note-taker-page-hero-section__form-panel-field-input{font-size:14px;height:52px}.youtube-note-taker-page-hero-section__form-panel-button{font-size:13px;padding:.625rem .875rem}.youtube-note-taker-page-hero-section__form-panel-input-bottom{padding:16px 16px 4px}.youtube-note-taker-page-hero-section__form-panel-input-bottom-text{font-size:14px}}@media (max-width:480px){.youtube-note-taker-page-hero-section__title{font-size:40px}.youtube-note-taker-page-hero-section__subtitle{font-size:16px}}.youtube-note-taker-page-feature-section{background:var(--section-bg-light-gray-secondary);padding:5rem 0}.youtube-note-taker-page-feature-section__container{width:100%;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.youtube-note-taker-page-feature-section__container{max-width:1400px}}.youtube-note-taker-page-feature-section__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.youtube-note-taker-page-feature-section__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.youtube-note-taker-page-feature-section__container{padding-left:2rem;padding-right:2rem}}.youtube-note-taker-page-feature-section__container{max-width:1200px;margin-top:3rem!important;margin-bottom:4rem!important}.youtube-note-taker-page-feature-section__header{margin-bottom:5rem;text-align:center}.youtube-note-taker-page-feature-section__title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700}@media (min-width:640px){.youtube-note-taker-page-feature-section__title{font-size:2.25rem;line-height:2.5rem}}.youtube-note-taker-page-feature-section__title{color:var(--premium-black)}.youtube-note-taker-page-feature-section__subtitle{font-family:var(--font-inter);color:var(--standard-black);font-size:18px;line-height:1.6;max-width:850px;margin:0 auto;text-align:center}.youtube-note-taker-page-feature-section__list{display:flex;flex-direction:column;gap:4rem}.youtube-note-taker-page-feature-item{display:flex;gap:4rem;align-items:center;background:var(--section-bg-light-gray);border-radius:24px;padding:5rem}.youtube-note-taker-page-feature-item--text-left{flex-direction:row-reverse}.youtube-note-taker-page-feature-item--image-left{flex-direction:row}.youtube-note-taker-page-feature-item__image{flex-shrink:0;width:40%}.youtube-note-taker-page-feature-item__img{width:100%;height:515px;border-radius:36px;box-shadow:0 10px 30px rgba(0,0,0,.1);image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;-o-object-fit:cover;object-fit:cover;max-width:100%;transform:translateZ(0);backface-visibility:hidden}.youtube-note-taker-page-feature-item__content{flex:1;width:60%;padding:2rem 0;display:flex;flex-direction:column;gap:.25rem}.youtube-note-taker-page-feature-item__heading{font-family:var(--font-inter);font-size:1.875rem;font-weight:700;color:var(--premium-black);margin:0 0 1.5rem;text-align:left;line-height:1.2}.youtube-note-taker-page-feature-item__description{font-family:var(--font-inter);color:var(--standard-black);line-height:1.6;font-size:16px;margin-bottom:1.5rem;text-align:left}.youtube-note-taker-page-feature-item__highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.youtube-note-taker-page-feature-item__highlight{position:relative;padding-left:1.25rem;font-size:16px;color:var(--gray-classic-content);line-height:1.6}.youtube-note-taker-page-feature-item__highlight:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;border-radius:50%;background:linear-gradient(94deg,#0090F7,#BA62FC,#F2416B,#F55600)}@media (max-width:768px){.youtube-note-taker-page-feature-item,.youtube-note-taker-page-feature-item--text-left{flex-direction:column;gap:2rem;padding:2rem}.youtube-note-taker-page-feature-item__image{width:100%;display:flex;justify-content:center}.youtube-note-taker-page-feature-item__img{width:100%;height:60vh;min-height:515px;max-height:515px;margin:0 auto}.youtube-note-taker-page-feature-item__content{width:100%;padding:1rem 0;align-items:center}.youtube-note-taker-page-feature-item__heading{font-size:1.5rem;margin-bottom:1rem;text-align:center}.youtube-note-taker-page-feature-item__description{text-align:center}}@media (max-width:640px){.youtube-note-taker-page-feature-section{padding:3rem 0}.youtube-note-taker-page-feature-section__title{font-size:1.5rem;line-height:2rem}.youtube-note-taker-page-feature-item{gap:1.5rem;padding:1.5rem}}.youtube-note-taker-page-faq-section{background-color:hsl(var(--background))}.youtube-note-taker-page-faq-section__wrapper{display:flex;flex-direction:column;gap:2rem;max-width:1198px;margin:0 auto;padding:3rem 2rem}.youtube-note-taker-page-faq-section__title-column{text-align:center}.youtube-note-taker-page-faq-section__title{font-size:28px;font-weight:700;color:var(--premium-black);line-height:1.4}.youtube-note-taker-page-faq-section__content-column{width:100%}@media (min-width:768px){.youtube-note-taker-page-faq-section__wrapper{flex-direction:row;align-items:flex-start;gap:125px;padding:140px 2rem}.youtube-note-taker-page-faq-section__title-column{text-align:left;flex:1;min-width:200px;max-width:358px;padding-top:1.25rem}.youtube-note-taker-page-faq-section__content-column{flex:2;min-width:300px}}@media (min-width:1024px){.youtube-note-taker-page-faq-section__title{font-size:36px}}.youtube-note-taker-page-faq-accordion>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.youtube-note-taker-page-faq-item{border-bottom-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--background))}.youtube-note-taker-page-faq-item__button{display:flex;width:100%;align-items:flex-start;padding:1.25rem 0;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.youtube-note-taker-page-faq-item__button:hover{background-color:hsl(var(--muted)/.3)}.youtube-note-taker-page-faq-item__question{margin-left:.75rem;font-size:18px;font-weight:650;line-height:1.4;color:var(--premium-black)}.youtube-note-taker-page-faq-item__arrow{width:18px;height:calc(18px * 1.4);flex-shrink:0;color:var(--premium-black);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease-in-out}.youtube-note-taker-page-faq-item__answer{padding-bottom:1.5rem;padding-left:28px;padding-right:18px}.youtube-note-taker-page-faq-item__answer-text{color:var(--gray-classic-content-secondary);font-family:var(--font-inter);font-size:16px;line-height:1.6}.youtube-note-taker-page-language-support-section{padding-top:5rem;padding-bottom:5rem;background-color:var(--section-bg-light-gray-secondary)}.youtube-note-taker-page-language-support-section__container{max-width:1200px;width:100%;margin:2rem auto;padding:0 2rem}.youtube-note-taker-page-language-support-section__header{margin-bottom:5rem;text-align:center}.youtube-note-taker-page-language-support-section__title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700}@media (min-width:640px){.youtube-note-taker-page-language-support-section__title{font-size:2.25rem;line-height:2.5rem}}.youtube-note-taker-page-language-support-section__title{color:var(--premium-black)}.youtube-note-taker-page-language-support-section__subtitle{font-family:var(--font-inter);color:var(--standard-black);font-size:18px;line-height:1.6;max-width:710px;margin:0 auto;text-align:center}.youtube-note-taker-page-language-support-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));-moz-column-gap:3rem;column-gap:3rem;row-gap:1.75rem;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;justify-content:center}.youtube-note-taker-page-language-support-section__group{display:flex;flex-direction:column}.youtube-note-taker-page-language-support-section__group-title{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;color:var(--premium-black)}.youtube-note-taker-page-language-support-section__list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.youtube-note-taker-page-language-support-section__item{display:flex}.youtube-note-taker-page-language-support-section__link{display:flex;align-items:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;gap:.5rem;color:var(--standard-black);text-decoration:none}.youtube-note-taker-page-language-support-section__link:hover{color:var(--premium-black)}.youtube-note-taker-page-language-support-section__flag{display:inline-block;width:28px;height:21px;border-radius:2px;flex-shrink:0}.youtube-note-taker-page-language-support-section__flag.fi{width:28px;height:21px}.youtube-note-taker-page-language-support-section__label{font-size:14px;font-weight:450}.youtube-note-taker-page-language-support-section__footer{margin-top:4rem;text-align:center}.youtube-note-taker-page-language-support-section__view-all{display:inline-flex;align-items:center;gap:.5rem;font-size:17px!important;font-weight:450;transition:color .2s;color:var(--gray-description);text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.youtube-note-taker-page-language-support-section__view-all:hover{color:var(--premium-black)}.youtube-note-taker-page-language-support-section__view-all-arrow{display:inline-block;color:var(--gray-description);transition:transform .2s ease,color .2s}.youtube-note-taker-page-language-support-section__view-all:hover .youtube-note-taker-page-language-support-section__view-all-arrow{transform:translateX(2px);color:var(--premium-black)}@media (max-width:1024px){.youtube-note-taker-page-language-support-section__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:640px){.youtube-note-taker-page-language-support-section{padding:3rem 0}.youtube-note-taker-page-language-support-section__title{font-size:1.5rem}.youtube-note-taker-page-language-support-section__grid{grid-template-columns:1fr;gap:1.5rem}.youtube-note-taker-page-language-support-section__group-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem}.youtube-note-taker-page-language-support-section__footer{margin-top:3rem}}.youtube-note-taker-page-language-support-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.youtube-note-taker-page-language-support-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.35);backdrop-filter:blur(4px)}.youtube-note-taker-page-language-support-modal__content{position:relative;background-color:var(--section-bg-whitish-gray);border-radius:16px;width:100%;max-width:900px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.youtube-note-taker-page-language-support-modal__close{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--standard-black);transition:all .2s ease;z-index:10}.youtube-note-taker-page-language-support-modal__close:hover{background-color:var(--section-bg-whitish-gray);color:var(--premium-black)}.youtube-note-taker-page-language-support-modal__close:active{color:var(--premium-black);border:1px solid var(--standard-black)}.youtube-note-taker-page-language-support-modal__close:focus{outline:none}.youtube-note-taker-page-language-support-modal__header{padding:2.5rem 2rem 1.5rem;border-bottom:1px solid var(--border-color-light);text-align:center}.youtube-note-taker-page-language-support-modal__title{font-size:24px;font-weight:700;color:var(--premium-black);margin-bottom:.75rem;line-height:1.6}.youtube-note-taker-page-language-support-modal__description{font-family:var(--font-inter);color:var(--standard-black);font-size:16px;line-height:1.6;max-width:600px;margin:0 auto;text-align:center}.youtube-note-taker-page-language-support-modal__body{flex:1;overflow-y:auto;padding:2rem}.youtube-note-taker-page-language-support-modal__error,.youtube-note-taker-page-language-support-modal__loading{text-align:center;padding:3rem 1rem;font-size:1rem;color:var(--standard-black)}.youtube-note-taker-page-language-support-modal__error{color:var(--burnt-orange)}.youtube-note-taker-page-language-support-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.youtube-note-taker-page-language-support-modal__item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:8px;background-color:var(--premium-white);border:1px solid var(--whisper-gray);transition:all .2s ease;cursor:default}.youtube-note-taker-page-language-support-modal__item--clickable{cursor:pointer;text-decoration:none;color:inherit}.youtube-note-taker-page-language-support-modal__item--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.youtube-note-taker-page-language-support-modal__item--clickable:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.1)}.youtube-note-taker-page-language-support-modal__flag{flex-shrink:0;width:24px;height:18px;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.youtube-note-taker-page-language-support-modal__name{flex:1;font-size:14px;font-weight:400;color:var(--gray-classic-content);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.youtube-note-taker-page-language-support-modal__content{max-width:600px}.youtube-note-taker-page-language-support-modal__header{padding:2rem 1.5rem 1.25rem}.youtube-note-taker-page-language-support-modal__title{font-size:1.5rem}.youtube-note-taker-page-language-support-modal__description{font-size:.9375rem}.youtube-note-taker-page-language-support-modal__body{padding:1.5rem}.youtube-note-taker-page-language-support-modal__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.625rem}.youtube-note-taker-page-language-support-modal__item{padding:.75rem .875rem}}@media (max-width:640px){.youtube-note-taker-page-language-support-modal{padding:.5rem 2rem}.youtube-note-taker-page-language-support-modal__content{max-height:90vh;border-radius:12px}.youtube-note-taker-page-language-support-modal__close{top:1rem;right:1rem;width:28px;height:28px}.youtube-note-taker-page-language-support-modal__header{padding:1.75rem 1rem 1rem}.youtube-note-taker-page-language-support-modal__title{font-size:1.25rem}.youtube-note-taker-page-language-support-modal__description{font-size:.875rem}.youtube-note-taker-page-language-support-modal__body{padding:1rem}.youtube-note-taker-page-language-support-modal__grid{grid-template-columns:1fr;gap:.5rem}.youtube-note-taker-page-language-support-modal__item{padding:.75rem}.youtube-note-taker-page-language-support-modal__name{font-size:.875rem}}.studio-timestamp-jump{position:relative;cursor:pointer}.studio-timestamp-jump:hover:after{content:"Jump to";bottom:calc(100% + 8px);background-color:rgba(18,24,38,.9);color:var(--premium-white);font-size:12px;padding:4px 8px;border-radius:6px;white-space:nowrap}.studio-timestamp-jump:hover:after,.studio-timestamp-jump:hover:before{position:absolute;left:50%;transform:translateX(-50%);z-index:10;pointer-events:none}.studio-timestamp-jump:hover:before{content:"";bottom:calc(100% + 2px);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(18,24,38,.9)}.youtube-note-taker-page-studio-overlay__backdrop{position:fixed;top:0;right:0;bottom:0;left:var(--sidebar-offset);background:var(--section-bg-whitish-gray-tertiary);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9990;opacity:0;transition:opacity .4s ease,left .3s ease-in-out}.youtube-note-taker-page-studio-overlay__backdrop--visible{opacity:1;transition:opacity .4s ease .1s,left .3s ease-in-out 0s}.youtube-note-taker-page-studio-overlay__back-btn,.youtube-note-taker-page-studio-overlay__toggle-btn{position:fixed;top:0;height:3rem;z-index:9992;display:inline-flex;align-items:center;gap:6px;padding:6px 14px 6px 0;border:none;border-radius:0;background:transparent;color:var(--gray-classic-content);font-family:var(--font-inter);font-size:13px;font-weight:500;cursor:pointer;opacity:0;transform:translateY(-6px);transition:opacity .35s ease,transform .35s ease,background .15s ease,color .15s ease,left .3s ease-in-out,right .3s ease-in-out;transition-delay:0s}.youtube-note-taker-page-studio-overlay__back-btn{left:calc(var(--sidebar-offset) + .75rem);gap:0;font-size:14px;margin-left:-6px}.youtube-note-taker-page-studio-overlay__toggle-btn{right:.75rem;padding:6px 0 6px 10px}.youtube-note-taker-page-studio-overlay__back-btn--visible,.youtube-note-taker-page-studio-overlay__toggle-btn--visible{opacity:1;transform:translateY(0);transition:opacity .35s ease .1s,transform .35s ease .1s,background .15s ease 0s,color .15s ease 0s,left .3s ease-in-out 0s,right .3s ease-in-out 0s}.youtube-note-taker-page-studio-overlay__back-btn:hover,.youtube-note-taker-page-studio-overlay__toggle-btn:hover{background:var(--divider-gray);color:var(--premium-black)}@media (max-width:768px){.youtube-note-taker-page-studio-overlay__backdrop{top:var(--app-content-top);left:0}.youtube-note-taker-page-studio-overlay__back-btn{top:var(--app-content-top);left:8px}.youtube-note-taker-page-studio-overlay__toggle-btn{top:var(--app-content-top)}}.youtube-note-taker-page-studio-notes__action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--border-light-gray);border-radius:8px;background:var(--premium-white);color:var(--gray-classic-content);font-family:var(--font-inter);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.youtube-note-taker-page-studio-notes__action-btn:hover{background:var(--divider-gray);border-color:var(--border-gray);color:var(--premium-black)}.youtube-note-taker-page-studio-notes__action-btn:disabled{opacity:.5;cursor:not-allowed}.youtube-note-taker-page-studio-layout{position:fixed;top:3rem;left:calc(var(--sidebar-offset) + .75rem);right:.75rem;bottom:.75rem;z-index:9991;display:flex;gap:.75rem;opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s cubic-bezier(.16,1,.3,1),left .3s ease-in-out;transition-delay:0s;pointer-events:none}.youtube-note-taker-page-studio-layout--visible{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .45s ease .1s,transform .45s cubic-bezier(.16,1,.3,1) .1s,left .3s ease-in-out 0s}.youtube-note-taker-page-studio-layout__left{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden;border-radius:16px;background:var(--premium-white);box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04)}.youtube-note-taker-page-studio-layout__left-content{flex:1;min-height:0;overflow-y:auto;padding:0 1rem;scrollbar-width:thin;scrollbar-color:var(--pale-khaki-brown-secondary) transparent}.youtube-note-taker-page-studio-layout__left-content::-webkit-scrollbar{width:6px}.youtube-note-taker-page-studio-layout__left-content::-webkit-scrollbar-track{background:transparent}.youtube-note-taker-page-studio-layout__left-content::-webkit-scrollbar-thumb{background-color:var(--pale-khaki-brown-secondary);border-radius:999px}.youtube-note-taker-page-studio-layout__left-chat{flex-shrink:0}.youtube-note-taker-page-studio-layout__right{display:flex;flex-direction:column;width:380px;min-width:380px;max-width:380px;min-height:0;overflow:hidden;border-radius:16px;background:var(--premium-white);box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);transition:width .3s cubic-bezier(.16,1,.3,1),min-width .3s cubic-bezier(.16,1,.3,1),max-width .3s cubic-bezier(.16,1,.3,1),opacity .3s ease}.youtube-note-taker-page-studio-layout__right--collapsed{display:none}.youtube-note-taker-page-studio-layout__right-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 8px;flex-shrink:0}.youtube-note-taker-page-studio-layout__right-header-title{font-family:var(--font-inter);font-size:15px;font-weight:650;color:var(--premium-black);margin:0}.youtube-note-taker-page-studio-layout__right-toggle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border-light-gray);border-radius:8px;background:var(--premium-white);color:var(--gray-classic-content);cursor:pointer;transition:all .15s ease;flex-shrink:0}.youtube-note-taker-page-studio-layout__right-toggle:hover{background:var(--divider-gray);color:var(--premium-black)}.youtube-note-taker-page-studio-layout__right-body{flex:1;min-height:0;overflow-y:auto;padding:8px 16px 16px;display:flex;flex-direction:column;gap:0;scrollbar-width:thin;scrollbar-color:var(--pale-khaki-brown-secondary) transparent}.youtube-note-taker-page-studio-layout__right-body::-webkit-scrollbar{width:6px}.youtube-note-taker-page-studio-layout__right-body::-webkit-scrollbar-track{background:transparent}.youtube-note-taker-page-studio-layout__right-body::-webkit-scrollbar-thumb{background-color:var(--pale-khaki-brown-secondary);border-radius:999px}.youtube-note-taker-page-studio-layout__expand-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-light-gray);border-radius:10px;background:var(--premium-white);color:var(--gray-classic-content);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .15s ease;flex-shrink:0;margin-left:auto}.youtube-note-taker-page-studio-layout__expand-btn:hover{background:var(--divider-gray);color:var(--premium-black);box-shadow:0 4px 12px rgba(0,0,0,.1)}.youtube-note-taker-page-studio-layout__right-divider{width:100%;height:1px;background:var(--border-light-gray);margin:14px 0;flex-shrink:0}@media (max-width:768px){.youtube-note-taker-page-studio-layout{top:calc(var(--app-content-top) + 48px);left:0;right:0;bottom:max(.75rem,env(safe-area-inset-bottom,0px));flex-direction:column;gap:.75rem}.app-page:has(.app-sidebar--collapsed) .youtube-note-taker-page-studio-layout{left:0}.youtube-note-taker-page-studio-layout__left{border-radius:12px;flex:none;height:60vh}.youtube-note-taker-page-studio-layout__right{border-radius:12px;width:100%;min-width:100%;max-width:100%;flex:1;min-height:0}.youtube-note-taker-page-studio-layout__right--collapsed{width:100%;min-width:100%;max-width:100%;height:0;min-height:0;opacity:0}}.youtube-note-taker-page-panel-tabs{display:flex;flex-wrap:nowrap;align-items:center;gap:2px;padding:3px;margin:12px 16px;border-radius:36px;background:var(--section-bg-whitish-gray-tertiary);flex-shrink:0;overflow-x:auto;scrollbar-width:none}.youtube-note-taker-page-panel-tabs::-webkit-scrollbar{display:none}.youtube-note-taker-page-panel-tabs__tab{display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:6px 14px;border:none;border-radius:36px;background:transparent;color:var(--gray-classic-content);font-family:var(--font-inter);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.youtube-note-taker-page-panel-tabs__tab:hover{color:var(--premium-black)}.youtube-note-taker-page-panel-tabs__tab--active{background:var(--premium-white);color:var(--premium-black);box-shadow:0 1px 3px rgba(0,0,0,.08)}.youtube-note-taker-page-panel-tabs__tab-icon{width:18px;height:18px;font-size:18px;line-height:1;flex-shrink:0}.youtube-note-taker-page-panel-tabs__tab-close{display:inline-flex;align-items:center;justify-content:center;width:0;height:16px;border:none;border-radius:50%;background:transparent;color:var(--gray-classic-content);cursor:pointer;padding:0;margin-left:0;overflow:hidden;opacity:0;transition:width .15s ease,opacity .15s ease,margin-left .15s ease,background .15s ease}.youtube-note-taker-page-panel-tabs__tab:hover .youtube-note-taker-page-panel-tabs__tab-close{width:16px;margin-left:4px;opacity:1}.youtube-note-taker-page-panel-tabs__tab-close:hover{background:rgba(0,0,0,.08);color:var(--premium-black)}.youtube-note-taker-page-studio-notes{padding:24px 24px 32px}.youtube-note-taker-page-studio-notes__title{font-family:var(--font-inter);font-size:22px;font-weight:700;color:var(--premium-black);line-height:1.3;margin:0 0 20px}.youtube-note-taker-page-studio-notes__overview{margin-bottom:24px;padding:16px;background:var(--section-bg-light-gray);border-radius:12px}.youtube-note-taker-page-studio-notes__overview-summary{font-family:var(--font-inter);font-size:15px;line-height:1.7;color:var(--gray-classic-content);margin:0}.youtube-note-taker-page-studio-notes__overview-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.youtube-note-taker-page-studio-notes__overview-tag{display:inline-flex;align-items:center;padding:4px 10px;background:var(--premium-white);border:1px solid var(--border-light-gray);border-radius:6px;font-family:var(--font-inter);font-size:12px;font-weight:500;color:var(--gray-classic-content)}.youtube-note-taker-page-studio-notes__section{margin-bottom:20px}.youtube-note-taker-page-studio-notes__section-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.youtube-note-taker-page-studio-notes__section-order{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--premium-black);color:var(--premium-white);font-family:var(--font-inter);font-size:11px;font-weight:700;flex-shrink:0}.youtube-note-taker-page-studio-notes__section-title{font-family:var(--font-inter);font-size:16px;font-weight:650;color:var(--premium-black);line-height:1.3;margin:0}.youtube-note-taker-page-studio-notes__section-timestamp{font-family:var(--font-inter);font-size:12px;color:var(--gray-description-light);margin-left:auto;flex-shrink:0}.youtube-note-taker-page-studio-notes__key-points{list-style:none;padding:0 0 0 30px;margin:0;display:flex;flex-direction:column;gap:6px}.youtube-note-taker-page-studio-notes__key-point{position:relative;font-family:var(--font-inter);font-size:14px;line-height:1.7;color:var(--gray-classic-content);padding-left:14px}.youtube-note-taker-page-studio-notes__key-point:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--border-gray)}.youtube-note-taker-page-studio-notes__actions{display:flex;align-items:center;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid var(--border-light-gray)}.youtube-note-taker-page-studio-notes__skeleton{padding:24px;display:flex;flex-direction:column;gap:16px}.youtube-note-taker-page-studio-notes__skeleton-line{height:14px;background:var(--skeleton-standard);border-radius:4px;animation:studio-skeleton-pulse 1.5s ease-in-out infinite}.youtube-note-taker-page-studio-notes__skeleton-line--title{width:60%;height:24px;margin-bottom:8px}.youtube-note-taker-page-studio-notes__skeleton-line--short{width:40%}.youtube-note-taker-page-studio-notes__skeleton-line--medium{width:75%}.youtube-note-taker-page-studio-notes__skeleton-line--long{width:90%}@keyframes studio-skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.youtube-note-taker-page-studio-transcript{padding:0}.youtube-note-taker-page-studio-transcript__toolbar{display:flex;align-items:center;gap:12px;padding:12px .5rem;background:var(--premium-white);position:sticky;top:0;z-index:10}.youtube-note-taker-page-studio-transcript__mode-toggle{display:inline-flex;align-items:center;height:36px;border:1px solid var(--whisper-gray);border-radius:8px;overflow:hidden;flex-shrink:0}.youtube-note-taker-page-studio-transcript__mode-btn{padding:0 14px;height:100%;border:none;background:transparent;color:var(--gray-classic-content);font-family:var(--font-inter);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.youtube-note-taker-page-studio-transcript__mode-btn--active{background:var(--premium-black);color:var(--premium-white)}.youtube-note-taker-page-studio-transcript__search{display:flex;align-items:center;gap:8px;flex:1;height:36px;padding:0 12px;border:1px solid var(--whisper-gray);border-radius:8px;background:var(--premium-white);transition:all .2s ease}.youtube-note-taker-page-studio-transcript__search:focus-within{border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1);background:var(--premium-white)}.youtube-note-taker-page-studio-transcript__search-icon{width:14px;height:14px;color:var(--gray-description-light);flex-shrink:0}.youtube-note-taker-page-studio-transcript__search-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--font-inter);font-size:13px;color:var(--premium-black)}.youtube-note-taker-page-studio-transcript__search-input::-moz-placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-studio-transcript__search-input::placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-studio-transcript__search-count{font-family:var(--font-inter);font-size:11px;color:var(--gray-description-light);flex-shrink:0;white-space:nowrap}.youtube-note-taker-page-studio-transcript__copy-btn{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 12px;border:1px solid var(--whisper-gray);border-radius:8px;background:var(--premium-white);color:var(--premium-black);font-family:var(--font-inter);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.youtube-note-taker-page-studio-transcript__copy-btn svg{color:var(--gray-classic-content);transition:color .2s ease}.youtube-note-taker-page-studio-transcript__copy-btn:hover{border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1);background-color:var(--section-bg-whitish-gray)}.youtube-note-taker-page-studio-transcript__timed-list{padding:0}.youtube-note-taker-page-studio-transcript__timed-item{display:block;padding:10px .5rem;border-bottom:1px solid rgba(196,160,132,.1);transition:background-color .2s ease;position:relative}.youtube-note-taker-page-studio-transcript__timed-item:last-child{border-bottom:none}.youtube-note-taker-page-studio-transcript__timed-item:hover{background-color:var(--whisper-gray);border-radius:6px}.youtube-note-taker-page-studio-transcript__timed-item:hover .youtube-note-taker-page-studio-transcript__actions{display:flex}.youtube-note-taker-page-studio-transcript__timestamp{display:inline-block;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:13px;cursor:pointer;color:var(--khaki-brown);background-color:var(--whisper-gray);padding:2px 6px;border-radius:6px;margin-right:8px;border:none;transition:all .2s ease}.youtube-note-taker-page-studio-transcript__timestamp:hover{color:var(--light-blue);font-weight:700;transform:translateX(2px)}.youtube-note-taker-page-studio-transcript__timed-text{font-family:var(--font-inter),"Inter",sans-serif;font-size:15px;line-height:1.8;color:var(--premium-black);display:inline}.youtube-note-taker-page-studio-transcript__actions{position:absolute;top:.5rem;right:.5rem;display:none;gap:.5rem}.youtube-note-taker-page-studio-transcript__entry-copy-button,.youtube-note-taker-page-studio-transcript__entry-jump-button{display:inline-flex;align-items:center;height:32px;padding:0 10px;font-size:12px;font-weight:650;background-color:rgba(18,24,38,.9);color:var(--premium-white);border:none;border-radius:6px;cursor:pointer;gap:4px;transition:all .2s ease}.youtube-note-taker-page-studio-transcript__entry-copy-button:hover,.youtube-note-taker-page-studio-transcript__entry-jump-button:hover{background-color:rgba(18,24,38,.75)}.youtube-note-taker-page-studio-transcript__highlight{background:rgba(255,213,79,.4);border-radius:2px;padding:0 1px}.youtube-note-taker-page-studio-transcript__plain{padding:0 .5rem;font-family:var(--font-inter),"Inter",sans-serif;font-size:15px;line-height:1.8;color:var(--premium-black);white-space:pre-wrap;word-break:break-word}.youtube-note-taker-page-studio-transcript__skeleton{padding:12px 0}.youtube-note-taker-page-studio-transcript__skeleton-item{display:flex;align-items:flex-start;gap:12px;padding:10px .5rem;border-bottom:1px solid rgba(196,160,132,.1)}.youtube-note-taker-page-studio-transcript__skeleton-item:last-child{border-bottom:none}.youtube-note-taker-page-studio-transcript__skeleton-timestamp{flex-shrink:0;width:100px;height:22px;background:var(--skeleton-standard);border-radius:6px;animation:studio-skeleton-pulse 1.5s ease-in-out infinite}.youtube-note-taker-page-studio-transcript__skeleton-text{flex:1;height:16px;background:var(--skeleton-standard);border-radius:4px;animation:studio-skeleton-pulse 1.5s ease-in-out infinite;margin-top:3px}.youtube-note-taker-page-copilot-messages{padding:0 20px 16px}.youtube-note-taker-page-copilot-messages__divider{display:flex;align-items:center;gap:12px;margin:20px 0 16px}.youtube-note-taker-page-copilot-messages__divider-line{flex:1;height:1px;background:var(--border-light-gray)}.youtube-note-taker-page-copilot-messages__divider-text{display:flex;align-items:center;gap:4px;font-family:var(--font-inter);font-size:12px;font-weight:500;color:var(--gray-description-light);white-space:nowrap;letter-spacing:.02em}.youtube-note-taker-page-copilot-messages__list{display:flex;flex-direction:column;gap:12px}.youtube-note-taker-page-copilot-messages__bubble{display:flex;flex-direction:column;gap:4px;padding:10px 14px;border-radius:10px;font-family:var(--font-inter);font-size:14px;line-height:1.55}.youtube-note-taker-page-copilot-messages__bubble--user{align-self:flex-end;max-width:85%;background:var(--premium-black);color:var(--premium-white)}.youtube-note-taker-page-copilot-messages__bubble--assistant{align-self:flex-start;max-width:90%;background:var(--section-bg-whitish-gray-secondary);color:var(--premium-black)}.youtube-note-taker-page-copilot-messages__content{word-break:break-word;line-height:1.6}.youtube-note-taker-page-copilot-messages__content p{margin:0 0 8px}.youtube-note-taker-page-copilot-messages__content p:last-child{margin-bottom:0}.youtube-note-taker-page-copilot-messages__content h1,.youtube-note-taker-page-copilot-messages__content h2,.youtube-note-taker-page-copilot-messages__content h3,.youtube-note-taker-page-copilot-messages__content h4{margin:12px 0 6px;font-weight:600;line-height:1.3}.youtube-note-taker-page-copilot-messages__content h1{font-size:16px}.youtube-note-taker-page-copilot-messages__content h2{font-size:15px}.youtube-note-taker-page-copilot-messages__content h3{font-size:14px}.youtube-note-taker-page-copilot-messages__content h4{font-size:13px}.youtube-note-taker-page-copilot-messages__content ol,.youtube-note-taker-page-copilot-messages__content ul{margin:4px 0 8px;padding-left:20px}.youtube-note-taker-page-copilot-messages__content li{margin-bottom:4px}.youtube-note-taker-page-copilot-messages__content li:last-child{margin-bottom:0}.youtube-note-taker-page-copilot-messages__content strong{font-weight:600}.youtube-note-taker-page-copilot-messages__content code{padding:1px 5px;border-radius:4px;background:rgba(0,0,0,.06);font-family:var(--font-jetbrains,"JetBrains Mono",monospace);font-size:.9em}.youtube-note-taker-page-copilot-messages__content pre{margin:8px 0;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,.04);overflow-x:auto;font-size:13px;line-height:1.5}.youtube-note-taker-page-copilot-messages__content pre code{padding:0;background:transparent}.youtube-note-taker-page-copilot-messages__content blockquote{margin:8px 0;padding:4px 12px;border-left:3px solid var(--border-gray);color:var(--gray-classic-content)}.youtube-note-taker-page-copilot-messages__content hr{margin:12px 0;border:none;border-top:1px solid var(--border-light-gray)}.youtube-note-taker-page-copilot-messages__bubble--user .youtube-note-taker-page-copilot-messages__content code{background:rgba(255,255,255,.15)}.youtube-note-taker-page-copilot-messages__bubble--user .youtube-note-taker-page-copilot-messages__content pre{background:rgba(255,255,255,.1)}.youtube-note-taker-page-copilot-messages__meta{font-size:11px;opacity:.4;text-align:right}.youtube-note-taker-page-copilot-messages__cursor{display:inline-block;width:2px;height:14px;background:var(--light-blue);margin-left:2px;vertical-align:text-bottom;animation:copilot-cursor-blink .8s infinite}@keyframes copilot-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.youtube-note-taker-page-copilot-messages__bubble--thinking{background:transparent;padding:6px 0;min-height:auto}.youtube-note-taker-page-copilot-messages__thinking{display:inline-flex;align-items:center;gap:8px}.youtube-note-taker-page-copilot-messages__thinking-icon{width:18px;height:18px;color:var(--light-blue);animation:copilot-thinking-pulse 1.6s ease-in-out infinite}@keyframes copilot-thinking-pulse{0%,to{opacity:.4}50%{opacity:1}}.youtube-note-taker-page-copilot-messages__thinking-dots{display:inline-flex;align-items:center;gap:4px}.youtube-note-taker-page-copilot-messages__thinking-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--secondary-gray);animation:copilot-thinking-bounce 1.2s ease-in-out infinite}.youtube-note-taker-page-copilot-messages__thinking-dot:nth-child(2){animation-delay:.15s}.youtube-note-taker-page-copilot-messages__thinking-dot:nth-child(3){animation-delay:.3s}@keyframes copilot-thinking-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.youtube-note-taker-page-copilot-messages__error{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(239,68,68,.08);color:var(--danger-red,#ef4444);font-family:var(--font-inter);font-size:13px}.youtube-note-taker-page-copilot-messages__error-main{display:inline-flex;align-items:center;gap:6px;min-width:0}.youtube-note-taker-page-copilot-messages__error-retry-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:999px;background:var(--premium-black);color:var(--premium-white);cursor:pointer;flex-shrink:0;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.youtube-note-taker-page-copilot-messages__error-retry-btn:hover{opacity:.9;transform:scale(1.04);box-shadow:0 2px 6px rgba(0,0,0,.22)}.youtube-note-taker-page-copilot-messages__error-retry-btn:active{opacity:.82;transform:scale(.98);box-shadow:none}.youtube-note-taker-page-copilot-panel{padding:0 20px 12px;background:var(--premium-white)}.youtube-note-taker-page-copilot-panel__box{display:flex;flex-direction:column;border:1px solid var(--border-light-gray);border-radius:12px;background:var(--section-bg-whitish-gray);transition:border-color .15s ease,background .15s ease}.youtube-note-taker-page-copilot-panel__box:focus-within{border-color:var(--border-gray);background:var(--premium-white)}.youtube-note-taker-page-copilot-panel__input{width:100%;min-height:36px;max-height:96px;border:none;outline:none;background:transparent;font-family:var(--font-inter);font-size:14px;color:var(--premium-black);padding:8px 16px;resize:none;overflow-y:auto;line-height:18px}.youtube-note-taker-page-copilot-panel__input::-moz-placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-copilot-panel__input::placeholder{color:var(--gray-description-light)}.youtube-note-taker-page-copilot-panel__input::-webkit-scrollbar{width:4px}.youtube-note-taker-page-copilot-panel__input::-webkit-scrollbar-thumb{background:var(--border-light-gray);border-radius:2px}.youtube-note-taker-page-copilot-panel__toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;min-height:40px}.youtube-note-taker-page-copilot-panel__toolbar-left{flex:1}.youtube-note-taker-page-copilot-panel__toolbar-right{display:flex;align-items:center;gap:.75rem}.youtube-note-taker-page-copilot-panel__model-badge{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-family:var(--font-inter);font-size:13px;font-weight:400;color:var(--gray-description-light);white-space:nowrap}.youtube-note-taker-page-copilot-panel__model-icon{width:15px;height:15px;flex-shrink:0}.youtube-note-taker-page-copilot-panel__send-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:8px;background:var(--premium-black);color:var(--premium-white);cursor:pointer;flex-shrink:0;transition:opacity .15s ease,background .15s ease}.youtube-note-taker-page-copilot-panel__send-btn:disabled{opacity:.3;cursor:not-allowed}.youtube-note-taker-page-copilot-panel__send-btn:not(:disabled):hover{opacity:.85}.youtube-note-taker-page-video-player{width:100%;flex-shrink:0}.youtube-note-taker-page-video-player__wrapper{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:transparent;border-radius:12px}.youtube-note-taker-page-video-player__inner{position:absolute;inset:0}.youtube-note-taker-page-video-player__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;display:block;background:#000}.youtube-note-taker-page-video-player__thumbnail-btn{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;margin:0;cursor:pointer;background:#000}.youtube-note-taker-page-video-player__thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.youtube-note-taker-page-video-player__thumbnail-fallback{width:100%;height:100%;background:#000}.youtube-note-taker-page-video-player__thumbnail-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.24))}.youtube-note-taker-page-video-player__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:52px;border-radius:14px;background:#ff0033;color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.35)}.youtube-note-taker-page-video-player__play-button svg{width:28px;height:28px;margin-left:3px}.youtube-note-taker-page-video-player__duration-badge{position:absolute;bottom:10px;right:10px;padding:3px 8px;background:#2c2f37;color:#fff;border-radius:4px;font-family:var(--font-inter);font-size:12px;font-weight:700;letter-spacing:.2px;line-height:1.1}.youtube-note-taker-page-video-player__skeleton{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--skeleton-standard);border-radius:12px;animation:studio-skeleton-pulse 1.5s ease-in-out infinite}.youtube-note-taker-page-video-player__skeleton-spinner{display:block;border-radius:9999px;width:36px;height:36px;border:3px solid transparent;background:conic-gradient(from 0deg,transparent 30%,#888 50%,#b0b0b0 75%,#d0d0d0 100%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:studio-video-spinner .8s linear infinite}@keyframes studio-video-spinner{to{transform:rotate(1turn)}}.youtube-note-taker-page-video-player__skeleton--error{animation:none}.youtube-note-taker-page-video-player__skeleton-video-retry{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:var(--premium-black);color:var(--premium-white);cursor:pointer;padding:0;transition:opacity .2s ease}.youtube-note-taker-page-video-player__skeleton-video-retry:hover{opacity:.85}.youtube-note-taker-page-video-player__skeleton-video-retry svg{width:18px;height:18px;transition:transform .2s ease}.youtube-note-taker-page-video-player__skeleton-video-retry:hover svg{transform:scale(1.3)}.youtube-note-taker-page-video-player__meta{padding:12px 0 0}.youtube-note-taker-page-video-player__video-title{font-family:var(--font-inter);font-size:14px;font-weight:600;color:var(--premium-black);line-height:1.4;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.youtube-note-taker-page-video-player__channel-name{font-family:var(--font-inter);font-size:13px;color:var(--gray-classic-content);margin:0}.youtube-note-taker-page-studio-board{padding:0;margin-top:16px}.youtube-note-taker-page-studio-board__title{font-family:var(--font-inter);font-size:14px;font-weight:600;color:var(--premium-black);margin:0 0 12px;display:flex;align-items:center;gap:.5rem}.youtube-note-taker-page-studio-board__title-icon{flex-shrink:0;color:var(--premium-black)}.youtube-note-taker-page-studio-board__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:var(--section-bg-whitish-gray-secondary);border-radius:16px;padding:14px}.youtube-note-taker-page-studio-board__card{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border-light-gray);border-radius:10px;background:var(--premium-white);cursor:pointer;transition:all .15s ease;position:relative;overflow:hidden}.youtube-note-taker-page-studio-board__card:hover{border-color:var(--border-gray);box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}.youtube-note-taker-page-studio-board__card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.youtube-note-taker-page-studio-board__card--note .youtube-note-taker-page-studio-board__card-icon-wrapper{background:rgba(99,102,241,.1);color:#6366f1}.youtube-note-taker-page-studio-board__card--highlights .youtube-note-taker-page-studio-board__card-icon-wrapper{background:rgba(245,158,11,.1);color:#f59e0b}.youtube-note-taker-page-studio-board__card--keywords .youtube-note-taker-page-studio-board__card-icon-wrapper{background:rgba(52,168,83,.1);color:#34a853}.youtube-note-taker-page-studio-board__card--topics .youtube-note-taker-page-studio-board__card-icon-wrapper{background:rgba(255,190,61,.1);color:#FFBE3D}.youtube-note-taker-page-studio-board__card--quotes .youtube-note-taker-page-studio-board__card-icon-wrapper{background:rgba(236,72,153,.1);color:#ec4899}.youtube-note-taker-page-studio-board__card-icon{width:18px;height:18px}.youtube-note-taker-page-studio-board__card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.youtube-note-taker-page-studio-board__card-label{font-family:var(--font-inter);font-size:13px;font-weight:600;color:var(--premium-black);line-height:1.2}.youtube-note-taker-page-studio-board__card-status{font-family:var(--font-inter);font-size:11px;color:var(--gray-description-light);line-height:1.2}.youtube-note-taker-page-studio-board__card-status--ready{color:#10b981}.youtube-note-taker-page-studio-board__card-action{margin-left:auto;width:16px;height:16px;color:var(--gray-description-light);flex-shrink:0}.youtube-note-taker-page-channel-videos{padding:0}.youtube-note-taker-page-channel-videos__title{font-family:var(--font-inter);font-size:14px;font-weight:600;color:var(--premium-black);margin:0 0 12px;display:flex;align-items:center;gap:.5rem}.youtube-note-taker-page-channel-videos__title-icon{width:18px;height:18px;flex-shrink:0;color:var(--premium-black)}.youtube-note-taker-page-channel-videos__list{display:flex;gap:10px;overflow-x:auto;padding:3px 3px 4px;scrollbar-width:none}.youtube-note-taker-page-channel-videos__list::-webkit-scrollbar{display:none}.youtube-note-taker-page-channel-videos__item{flex-shrink:0;width:140px;cursor:pointer;border:none;background:none;padding:0;text-align:left;transition:transform .15s ease}.youtube-note-taker-page-channel-videos__item--skeleton{pointer-events:none}.youtube-note-taker-page-channel-videos__item:hover{transform:translateY(-2px)}.youtube-note-taker-page-channel-videos__item--selected:hover{transform:none}.youtube-note-taker-page-channel-videos__thumb{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:var(--divider-gray)}.youtube-note-taker-page-channel-videos__item--selected .youtube-note-taker-page-channel-videos__thumb{overflow:visible}.youtube-note-taker-page-channel-videos__item--selected .youtube-note-taker-page-channel-videos__thumb:after{content:"";position:absolute;inset:-2.5px;border-radius:10.5px;border:2.5px solid transparent;background:linear-gradient(94deg,#0090F7,#BA62FC,#F2416B,#F55600) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.youtube-note-taker-page-channel-videos__thumb-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.youtube-note-taker-page-channel-videos__thumb-duration{left:4px;font-weight:600}.youtube-note-taker-page-channel-videos__thumb-duration,.youtube-note-taker-page-channel-videos__thumb-views{position:absolute;bottom:4px;padding:2px 6px;background:rgba(0,0,0,.8);color:#fff;border-radius:3px;font-size:10px;font-family:var(--font-inter);line-height:1}.youtube-note-taker-page-channel-videos__thumb-views{right:4px;font-weight:500;display:flex;align-items:center;gap:3px}.youtube-note-taker-page-channel-videos__thumb-views-icon{width:12px;height:12px;flex-shrink:0}.youtube-note-taker-page-channel-videos__item-title{font-family:var(--font-inter);font-size:12px;font-weight:500;color:var(--premium-black);line-height:1.3;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.youtube-note-taker-page-studio-generic-content{padding:12px 20px}.youtube-note-taker-page-studio-generic-content__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.youtube-note-taker-page-studio-generic-content__title{font-family:var(--font-inter);font-size:18px;font-weight:650;color:var(--premium-black);margin:0}.youtube-note-taker-page-studio-generic-content__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:88px 24px 48px;text-align:center}.youtube-note-taker-page-studio-generic-content__empty-icon{width:48px;height:48px;color:var(--gray-description-light);margin-bottom:16px}.youtube-note-taker-page-studio-generic-content__empty-icon--error{width:32px;height:32px;color:var(--warning-yellow)}.youtube-note-taker-page-studio-generic-content__empty-text{font-family:var(--font-inter);font-size:14px;color:var(--gray-classic-content);margin:0 0 16px}.youtube-note-taker-page-studio-generic-content__generate-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:8px;background:var(--premium-black-tertiary);color:var(--premium-white);font-family:var(--font-inter);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.youtube-note-taker-page-studio-generic-content__generate-btn:hover{opacity:.85}.youtube-note-taker-page-studio-generic-content__generate-btn svg{width:1em;height:1em;flex-shrink:0}@media (max-width:768px){.youtube-note-taker-page-studio-generic-content__generate-btn{font-size:12px;padding:8px 14px;gap:4px;white-space:nowrap}}.youtube-note-taker-page-studio-notes-view__skeleton{margin-top:1rem}.youtube-note-taker-page-studio-notes-view__skeleton-wrapper{position:relative}.youtube-note-taker-page-studio-notes-view__spinner-overlay{position:absolute;top:128px;left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.youtube-note-taker-page-studio-notes-view__spinner-circle{width:30px;height:30px;border-color:#0090f7 #ba62fc #f2416b #f55600;border-style:solid;border-width:2px;border-radius:50%;animation:spin 1s linear infinite}.youtube-note-taker-page-studio-notes-view__insufficient-balance-overlay{pointer-events:none;position:absolute;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;top:128px;left:50%;transform:translateX(-50%);width:calc(100% - 285px);text-align:center}.youtube-note-taker-page-studio-notes-view__insufficient-balance-icon{height:1.75rem;width:1.75rem;color:#F59E0B}.youtube-note-taker-page-studio-notes-view__insufficient-balance-title{font-weight:600;color:hsl(var(--foreground));font-size:16px}.youtube-note-taker-page-studio-notes-view__insufficient-balance-text{line-height:1.625;font-size:13px;font-weight:450;color:var(--gray-classic-content)}.youtube-note-taker-page-studio-notes-view__insufficient-balance-number{font-weight:550;color:#F59E0B}.youtube-note-taker-page-studio-notes-view__empty{text-align:center;padding:2rem;color:var(--gray-classic-content)}.youtube-note-taker-page-studio-notes-view__wrapper{padding:12px .5rem 2rem}.youtube-note-taker-page-studio-notes-view__highlight{background:rgba(255,213,79,.4);border-radius:2px;padding:0 1px}.youtube-note-taker-page-studio-notes-toolbar{display:flex;align-items:center;gap:1rem;margin:0 0 1.25rem}.youtube-note-taker-page-studio-notes-toolbar__left{display:flex;flex:1 1 0%;align-items:center;gap:1rem}.youtube-note-taker-page-studio-notes-toolbar__language-wrapper{position:relative;width:-moz-fit-content;width:fit-content;flex-shrink:0}@media (max-width:768px){.youtube-note-taker-page-studio-notes-toolbar__language-wrapper{min-width:unset;width:100%}}.youtube-note-taker-page-studio-notes-toolbar__language-button{display:flex;align-items:center;background:white;border:1px solid var(--whisper-gray);border-radius:6px;padding:.5rem .75rem;height:36px;gap:3px;cursor:pointer;color:var(--premium-black);transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.youtube-note-taker-page-studio-notes-toolbar__language-icon{width:16px;height:16px;line-height:1;display:flex;align-items:center;justify-content:center;color:#334155;flex-shrink:0}.youtube-note-taker-page-studio-notes-toolbar__language-button:hover{background:white;border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1);color:var(--premium-black)}.youtube-note-taker-page-studio-notes-toolbar__language-button:disabled{opacity:.6;cursor:not-allowed}.youtube-note-taker-page-studio-notes-toolbar__language-label{font-size:14px;font-weight:450;color:var(--premium-black);line-height:1.2;margin-right:4px;white-space:nowrap}.youtube-note-taker-page-studio-notes-toolbar__language-value{font-size:14px;font-weight:600;color:var(--premium-black);line-height:1.2;flex:1;text-align:left;margin-right:4px;white-space:nowrap}.youtube-note-taker-page-studio-notes-toolbar__language-arrow{color:var(--premium-black);transition:transform .2s ease,color .2s ease;flex-shrink:0}.youtube-note-taker-page-studio-notes-toolbar__language-arrow--open{transform:none}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown{position:absolute;z-index:50;border-radius:var(--radius);--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);top:calc(100% + .5rem);left:0;background-color:var(--section-bg-whitish-gray);border:1px solid rgba(255,255,255,.1);border-radius:6px;min-width:220px;padding:8px 0;max-height:320px;overflow-y:auto;scrollbar-gutter:stable}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown-search-wrapper{display:flex;align-items:center;gap:.25rem;margin:.4rem auto .65rem;padding:.35rem .75rem;width:calc(100% - 1.5rem);border:1px solid var(--whisper-gray);border-radius:6px;background:#fff}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown-search-icon{width:14px;height:14px;color:var(--gray-description-light);flex-shrink:0}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown-search-input{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;border:none;background:transparent;padding:0;margin:0;height:auto}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown-search-input:focus{outline:none}.youtube-note-taker-page-studio-notes-toolbar__language-dropdown-empty{padding:.65rem 1rem .75rem;font-size:13px;text-align:center;color:#475467}.youtube-note-taker-page-studio-notes-toolbar__language-option{display:block;width:100%;text-align:left;display:flex;align-items:center;gap:10px;padding:8px 16px;margin:4px 8px;font-size:14px;color:var(--premium-black);background:transparent;border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,font-weight .2s ease;border-radius:6px;white-space:nowrap;width:calc(100% - 16px);box-sizing:border-box}.youtube-note-taker-page-studio-notes-toolbar__language-option:hover{background-color:rgba(203,179,160,.3);color:var(--premium-black);font-weight:700}.youtube-note-taker-page-studio-notes-toolbar__language-option--selected{background-color:transparent;color:var(--premium-black);font-weight:500}.youtube-note-taker-page-studio-notes-toolbar__language-check{height:1rem;width:1rem;color:var(--khaki-brown);flex-shrink:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden}.youtube-note-taker-page-studio-notes-toolbar__language-option--selected .youtube-note-taker-page-studio-notes-toolbar__language-check{opacity:1;visibility:visible}.youtube-note-taker-page-studio-notes-toolbar__language-option-text{text-align:left;width:100%}.youtube-note-taker-page-studio-notes-toolbar__search-wrapper{position:relative;flex:1 1 0%}@media (max-width:768px){.youtube-note-taker-page-studio-notes-toolbar__search-wrapper{width:100%;max-width:unset}}.youtube-note-taker-page-studio-notes-toolbar__search-icon{width:14px;height:14px;color:var(--gray-description-light);flex-shrink:0;position:absolute;left:12px;top:50%;transform:translateY(-50%)}.youtube-note-taker-page-studio-notes-toolbar__search-input{width:100%;padding-left:34px;padding-right:12px;font-size:14px;height:36px;background:white;border:1px solid var(--whisper-gray);border-radius:8px;color:#333;outline:none;transition:all .2s}.youtube-note-taker-page-studio-notes-toolbar__search-input:focus{border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1)}.youtube-note-taker-page-studio-notes-toolbar__search-input:disabled{opacity:.6;cursor:not-allowed}.youtube-note-taker-page-studio-notes-toolbar__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;cursor:pointer;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23121826' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:18px 18px;background-position:50%;background-repeat:no-repeat;opacity:.7;-webkit-transition:opacity .2s;transition:opacity .2s}.youtube-note-taker-page-studio-notes-toolbar__search-input::-webkit-search-cancel-button:hover{opacity:1}.youtube-note-taker-page-studio-notes-toolbar__button-group{display:flex;align-items:center;gap:.5rem}.youtube-note-taker-page-studio-notes-toolbar__copy-btn{display:flex;align-items:center;gap:.25rem;white-space:nowrap;border-radius:var(--radius);padding-left:10px;padding-right:10px;height:36px;font-size:13px;font-weight:600;color:var(--premium-black);background-color:var(--premium-white);border:1px solid var(--whisper-gray);transition:all .2s ease;cursor:pointer}.youtube-note-taker-page-studio-notes-toolbar__copy-btn i,.youtube-note-taker-page-studio-notes-toolbar__copy-btn svg{color:var(--gray-classic-content);transition:color .2s ease}.youtube-note-taker-page-studio-notes-toolbar__copy-btn:not(:disabled):not(.is-disabled):hover{border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1);background-color:var(--section-bg-whitish-gray)}.youtube-note-taker-page-studio-notes-toolbar__copy-btn:not(:disabled):not(.is-disabled):hover i,.youtube-note-taker-page-studio-notes-toolbar__copy-btn:not(:disabled):not(.is-disabled):hover svg{color:var(--premium-black)}.youtube-note-taker-page-studio-notes-toolbar__copy-btn:disabled{opacity:.5;cursor:not-allowed}.youtube-note-taker-page-studio-notes-toolbar__copy-btn.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:auto}.youtube-note-taker-page-studio-notes-toolbar__copy-btn--icon-only{width:48px;padding:0;justify-content:center;flex-shrink:0}.youtube-note-taker-page-studio-notes-toolbar__notion-btn{display:flex;align-items:center;gap:.25rem;white-space:nowrap;border-radius:var(--radius);position:relative;padding-left:10px;padding-right:10px;height:36px;font-size:14px;font-weight:600;color:var(--premium-black);background-color:var(--premium-white);border:1px solid var(--whisper-gray);transition:all .2s ease;cursor:pointer}.youtube-note-taker-page-studio-notes-toolbar__notion-btn i,.youtube-note-taker-page-studio-notes-toolbar__notion-btn svg{color:var(--gray-classic-content);transition:color .2s ease}.youtube-note-taker-page-studio-notes-toolbar__notion-btn:not(:disabled):not(.is-disabled):hover{border-color:var(--pale-khaki-brown);box-shadow:0 0 0 2px rgba(196,160,132,.1);background-color:var(--section-bg-whitish-gray)}.youtube-note-taker-page-studio-notes-toolbar__notion-btn:not(:disabled):not(.is-disabled):hover i,.youtube-note-taker-page-studio-notes-toolbar__notion-btn:not(:disabled):not(.is-disabled):hover svg{color:var(--premium-black)}.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled,.youtube-note-taker-page-studio-notes-toolbar__notion-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:auto}.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled:hover,.youtube-note-taker-page-studio-notes-toolbar__notion-btn:disabled:hover{background-color:var(--premium-white);color:var(--premium-black);cursor:not-allowed}.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled *,.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled i,.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled span,.youtube-note-taker-page-studio-notes-toolbar__notion-btn.is-disabled svg{cursor:not-allowed!important}.youtube-note-taker-page-studio-notes-toolbar__notion-btn:disabled i,.youtube-note-taker-page-studio-notes-toolbar__notion-btn:disabled svg{opacity:1}.youtube-note-taker-page-studio-notes-toolbar__notion-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-color:#0090f7 #ba62fc #f2416b #f55600;border-style:solid;border-width:2px;border-radius:50%;animation:notion-btn-spin 1s linear infinite;flex-shrink:0;pointer-events:none}@keyframes notion-btn-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:768px){.youtube-note-taker-page-studio-notes-toolbar__copy-btn,.youtube-note-taker-page-studio-notes-toolbar__notion-btn{width:100%;justify-content:center}.youtube-note-taker-page-studio-notes-toolbar{flex-direction:column;gap:.75rem}.youtube-note-taker-page-studio-notes-toolbar__left{width:100%;flex-direction:column;gap:.75rem}.youtube-note-taker-page-studio-notes-toolbar__language-wrapper{min-width:unset;width:100%}.youtube-note-taker-page-studio-notes-toolbar__button-group{width:100%;flex-direction:column}.youtube-note-taker-page-studio-notes-toolbar__copy-btn{width:100%;white-space:normal}}.youtube-note-taker-page-studio-notes-view__item{margin-bottom:1.5rem;padding-left:1rem}.youtube-note-taker-page-studio-notes-view__overview-timeline{position:relative;padding-left:0}.youtube-note-taker-page-studio-notes-view__overview-timeline-item{position:relative;margin-bottom:1.5rem;padding-left:20px}.youtube-note-taker-page-studio-notes-view__overview-timeline-item:last-child{margin-bottom:0}.youtube-note-taker-page-studio-notes-view__overview-timeline-item:before{content:"";position:absolute;left:2.5px;top:0;bottom:-1.5rem;width:0;border-left:1px dashed var(--mocha-brown,#8b6f56);opacity:.35}.youtube-note-taker-page-studio-notes-view__overview-timeline-item:first-child:before{top:20px}.youtube-note-taker-page-studio-notes-view__overview-timeline-item:last-child:before{top:0;bottom:0}.youtube-note-taker-page-studio-notes-view__subheading{font-size:16px;font-weight:650;color:#0E1014;margin-bottom:.5rem}.youtube-note-taker-page-studio-notes-view__h4-icon{margin-right:.5rem;color:var(--light-blue);display:inline-block}.youtube-note-taker-page-studio-notes-view__text{color:var(--standard-black);font-size:15px;font-family:var(--font-inter);line-height:1.8;margin:0}.youtube-note-taker-page-studio-notes-view__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.youtube-note-taker-page-studio-notes-view__tag{display:inline-block;padding:.4rem .75rem;background-color:var(--whisper-gray);color:var(--gray-classic-content);border-radius:16px;font-size:.85rem;font-weight:600}.youtube-note-taker-page-studio-notes-view__chapters-list{position:relative;padding-left:3rem;margin-top:1.5rem}.youtube-note-taker-page-studio-notes-view__chapter-item{position:relative;margin-bottom:2.25rem;padding-left:0}.youtube-note-taker-page-studio-notes-view__chapter-item:last-child{margin-bottom:0}.youtube-note-taker-page-studio-notes-view__chapter-item:after{content:"";position:absolute;left:-39px;top:6px;width:16px;height:16px;background:var(--sky-blue);border:3px solid #fff;border-radius:50%;z-index:1;box-shadow:0 0 0 4px var(--whisper-gray)}.youtube-note-taker-page-studio-notes-view__chapter-item:before{content:"";position:absolute;left:-31.75px;top:26px;bottom:-38px;width:1.5px;background:var(--sky-blue)}.youtube-note-taker-page-studio-notes-view__chapter-item:last-child:before{bottom:0}.youtube-note-taker-page-studio-notes-view__chapter-header{width:100%;padding:0;background:transparent;border:none;cursor:default;display:flex;align-items:baseline;gap:.75rem;text-align:left;margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__chapter-time{font-size:15px;font-weight:400;font-family:var(--font-jetbrains,"JetBrains Mono",monospace);color:var(--sky-blue);display:inline-block;flex-shrink:0;min-width:4rem;line-height:1.5}.youtube-note-taker-page-studio-notes-view__chapter-title{font-size:17px;font-weight:550;color:var(--standard-black);margin:0;line-height:1.5;display:inline;position:relative;cursor:pointer;transition:font-weight .2s ease}.youtube-note-taker-page-studio-notes-view__chapter-title:hover{font-weight:650}.youtube-note-taker-page-studio-notes-view__chapter-title:hover:after{content:"Jump to";position:absolute;bottom:calc(100% + 8px);left:-5.5rem;background-color:rgba(18,24,38,.9);color:var(--premium-white);font-size:12px;padding:4px 8px;border-radius:6px;white-space:nowrap;z-index:10;pointer-events:none}.youtube-note-taker-page-studio-notes-view__chapter-title:hover:before{content:"";position:absolute;bottom:calc(100% + 2px);left:-3.75rem;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(18,24,38,.9);z-index:10;pointer-events:none}.youtube-note-taker-page-studio-notes-view__chapter-content{padding:0;background:transparent;margin-top:.75rem}.youtube-note-taker-page-studio-notes-view__key-points{margin-top:0}.youtube-note-taker-page-studio-notes-view__key-points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.youtube-note-taker-page-studio-notes-view__key-point-item{padding-left:1.25rem;font-size:.95rem;line-height:1.6;color:var(--standard-black);position:relative}.youtube-note-taker-page-studio-notes-view__key-point-item:before{content:"•";position:absolute;left:0;color:#0E1014;font-weight:700;display:inline-block}.youtube-note-taker-page-studio-notes-view__section{padding-top:0;margin:0 0 2rem}.youtube-note-taker-page-studio-notes-view__section+.youtube-note-taker-page-studio-notes-view__section{margin-top:2.5rem}.youtube-note-taker-page-studio-notes-view__section-heading{margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;font-size:18px;font-weight:700;margin-top:1.5rem;color:#0E1014;padding-bottom:.75rem;border-bottom:1px solid var(--border-light-gray,#eee);display:flex;align-items:center}.youtube-note-taker-page-studio-notes-view__coverage{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:.75rem;margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__coverage-label{font-family:var(--font-inter);font-size:12px;font-weight:600;color:var(--standard-black);margin-right:4px;white-space:nowrap}.youtube-note-taker-page-studio-notes-view__coverage-tag{display:inline-flex;align-items:center;padding:3px 10px;background:color-mix(in srgb,var(--sky-blue) 10%,transparent);border-radius:12px;font-family:var(--font-inter);font-size:12px;font-weight:500;color:var(--premium-black);line-height:1.4;white-space:nowrap}.youtube-note-taker-page-studio-notes-view__section-heading-icon{width:18px;height:18px;margin-right:.5rem;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__section-heading-icon--highlights{filter:invert(27%) sepia(95%) saturate(3000%) hue-rotate(14deg) brightness(92%) contrast(101%)}.youtube-note-taker-page-studio-notes-view__section-heading-icon--topics{filter:invert(76%) sepia(60%) saturate(600%) hue-rotate(348deg) brightness(103%) contrast(101%)}.youtube-note-taker-page-studio-notes-view__section-heading-icon--keywords{filter:invert(52%) sepia(75%) saturate(500%) hue-rotate(100deg) brightness(92%) contrast(92%)}.youtube-note-taker-page-studio-notes-view__section-heading-icon--quotes{filter:invert(30%) sepia(90%) saturate(3000%) hue-rotate(258deg) brightness(90%) contrast(100%)}.youtube-note-taker-page-studio-notes-view__section-heading-icon--notes{filter:invert(38%) sepia(95%) saturate(2000%) hue-rotate(195deg) brightness(98%) contrast(101%)}.youtube-note-taker-page-studio-notes-view__section-heading-lucide{flex-shrink:0;margin-right:.5rem}.youtube-note-taker-page-studio-notes-view__section-heading-lucide--notes{color:#008AFF}.youtube-note-taker-page-studio-notes-view__positioning-card{border:1px solid var(--border-light-gray,#e5e5e5);border-radius:12px;overflow:hidden}.youtube-note-taker-page-studio-notes-view__positioning-problem{padding:1rem 1.25rem;background:var(--section-bg-ice-blue)}.youtube-note-taker-page-studio-notes-view__positioning-when-to-use{padding:1rem 1.25rem;border-top:1px dashed var(--border-light-gray,#ddd)}.youtube-note-taker-page-studio-notes-view__positioning-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mocha-brown);margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__positioning-dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--mocha-brown)}.youtube-note-taker-page-studio-notes-view__overview-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mocha-brown);margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__overview-dot{position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--mocha-brown);z-index:1}.youtube-note-taker-page-studio-notes-view__positioning-text{font-size:15px;line-height:1.7;color:var(--standard-black,#333);margin:0}.youtube-note-taker-page-studio-notes-view__section-heading+.youtube-note-taker-page-studio-notes-view__action-steps-list,.youtube-note-taker-page-studio-notes-view__section-heading+.youtube-note-taker-page-studio-notes-view__action-steps-list--grouped{margin-top:1.5rem}.youtube-note-taker-page-studio-notes-view__mindsets-list{display:flex;flex-direction:column;gap:.25rem}.youtube-note-taker-page-studio-notes-view__mindset-item{border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.youtube-note-taker-page-studio-notes-view__mindset-header{width:100%;padding:1rem 1rem 0;background:var(--background-secondary);border:none;cursor:default;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.youtube-note-taker-page-studio-notes-view__mindset-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--sky-blue);margin:0;text-align:left;flex:1}.youtube-note-taker-page-studio-notes-view__mindset-title-icon{display:inline-block;margin-right:0;color:#0E1014;font-size:.95rem;vertical-align:middle}.youtube-note-taker-page-studio-notes-view__mindset-description{margin:0;padding:1rem;background:var(--card-background);font-size:.95rem;line-height:1.6;color:var(--standard-black)}.youtube-note-taker-page-studio-notes-view__mindset-description p{margin:0}.youtube-note-taker-page-studio-notes-view__core-insights-list{display:flex;flex-direction:column;gap:2.5rem}.youtube-note-taker-page-studio-notes-view__core-insight-item{border:1px solid var(--border-color);border-left:4px solid var(--insight-accent-color,var(--section-bg-light-gray));border-radius:12px;background:white;box-shadow:0 4px 14px rgba(0,0,0,.04);overflow:hidden;padding-bottom:1rem}.youtube-note-taker-page-studio-notes-view__core-insight-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem 0}.youtube-note-taker-page-studio-notes-view__core-insight-index{font-size:17px;font-weight:800;color:var(--gray-classic-content,#888);letter-spacing:.02em;flex-shrink:0;padding-right:.75rem;border-right:1.5px solid var(--border-light-gray,#ddd)}.youtube-note-taker-page-studio-notes-view__core-insight-title{font-size:17px;font-weight:700;color:var(--standard-black,#1a1a1a);margin:0;flex:1}.youtube-note-taker-page-studio-notes-view__core-insight-title-icon{display:inline-block;margin-right:0;color:#0E1014;font-size:.95rem;vertical-align:middle}.youtube-note-taker-page-studio-notes-view__core-insight-body{margin:0;padding:1rem;background:var(--card-background);font-size:.95rem;line-height:1.6;color:var(--standard-black)}.youtube-note-taker-page-studio-notes-view__core-insight-body p{margin:0}.youtube-note-taker-page-studio-notes-view__core-insight-item .youtube-note-taker-page-studio-notes-view__chapter-content{padding-left:1rem;padding-right:1rem}.youtube-note-taker-page-studio-notes-view__core-insight-field{padding:0 1rem;margin-top:.75rem}.youtube-note-taker-page-studio-notes-view__core-insight-field:last-child{margin-bottom:.25rem}.youtube-note-taker-page-studio-notes-view__core-insight-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mocha-brown);margin-bottom:.35rem}.youtube-note-taker-page-studio-notes-view__core-insight-dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--mocha-brown)}.youtube-note-taker-page-studio-notes-view__core-insight-evidence{margin:.75rem 1rem 1.25rem;padding:1.25rem;background:var(--section-bg-ice-blue);border-radius:10px;position:relative;overflow:hidden}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-icon{position:absolute;width:18px;height:18px;color:var(--mocha-brown,#a68b6b);opacity:.25;pointer-events:none;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-icon--open{top:8px;left:10px;transform:scaleX(-1);margin-bottom:.5rem}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-icon--close{bottom:8px;right:10px;margin-top:.5rem}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-content{line-height:1.6;font-style:italic;padding-top:12px;padding-bottom:12px}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-ts{font-size:14px;font-weight:400;font-family:var(--font-jetbrains,"JetBrains Mono",monospace);color:var(--sky-blue,#008AFF);margin-right:.5rem;cursor:pointer;font-style:normal}.youtube-note-taker-page-studio-notes-view__core-insight-evidence-text{font-size:15px;font-weight:400;color:var(--standard-black,#1a1a1a)}.youtube-note-taker-page-studio-notes-view__takeaways-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.youtube-note-taker-page-studio-notes-view__takeaway-item{padding:.5rem 1rem;background:var(--background-secondary);border-radius:8px;border-left:4px solid var(--primary-color)}.youtube-note-taker-page-studio-notes-view__takeaway-category{display:inline-flex;align-items:center;gap:.5rem;font-size:16px;font-weight:650;color:var(--sky-blue);letter-spacing:0;line-height:1.2;margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__takeaway-category .youtube-note-taker-page-studio-notes-view__h4-icon{margin-right:0}.youtube-note-taker-page-studio-notes-view__takeaway-text{font-size:.95rem;line-height:1.6;color:var(--standard-black);margin:0}.youtube-note-taker-page-studio-notes-view__action-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.youtube-note-taker-page-studio-notes-view__action-step-group{border:1px solid var(--border-color);border-left:4px solid var(--sky-blue);border-radius:12px;background:white;box-shadow:0 4px 14px rgba(0,0,0,.04);overflow:hidden}.youtube-note-taker-page-studio-notes-view__action-step-group+.youtube-note-taker-page-studio-notes-view__action-step-group{margin-top:1rem}.youtube-note-taker-page-studio-notes-view__action-step-group-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--section-bg-light-gray-secondary);border-bottom:1px solid var(--whisper-gray)}.youtube-note-taker-page-studio-notes-view__action-step-group-header .youtube-note-taker-page-studio-notes-view__takeaway-category{font-size:18px}.youtube-note-taker-page-studio-notes-view__action-step-count{font-weight:600;color:hsl(var(--muted-foreground));font-size:14px}.youtube-note-taker-page-studio-notes-view__action-steps-list--grouped{padding:1rem;gap:1rem}.youtube-note-taker-page-studio-notes-view__action-step-item{padding:.5rem;background:var(--background-secondary);border-radius:8px;border:1px solid var(--border-color)}.youtube-note-taker-page-studio-notes-view__action-step-meta{display:flex;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap;align-items:baseline}.youtube-note-taker-page-studio-notes-view__action-step-horizon{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .4rem;background:color-mix(in srgb,var(--mint-green) 20%,transparent);border-radius:4px;font-size:16px;font-weight:600;color:var(--mint-green);line-height:1.2}.youtube-note-taker-page-studio-notes-view__action-step-horizon-icon{display:inline-flex;color:var(--mint-green)}.youtube-note-taker-page-studio-notes-view__action-step-text{font-size:.95rem;line-height:1.6;color:var(--standard-black);margin:0}.youtube-note-taker-page-studio-notes-view__highlights-list{display:flex;flex-direction:column}.youtube-note-taker-page-studio-notes-view__highlight-item{display:flex;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--border-light-gray,#eee)}.youtube-note-taker-page-studio-notes-view__highlight-item:first-child{border-top:none}.youtube-note-taker-page-studio-notes-view__highlight-sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0;min-width:56px;background:var(--section-bg-whitish-gray-secondary);border-radius:10px;padding:8px 4px}.youtube-note-taker-page-studio-notes-view__highlight-index{font-size:17px;font-weight:800;color:var(--gray-classic-content,#888);letter-spacing:.02em}.youtube-note-taker-page-studio-notes-view__highlight-sidebar-divider{width:100%;height:1px;background:var(--border-light-gray,#e0e0e0)}.youtube-note-taker-page-studio-notes-view__highlight-timestamp{display:inline-block;padding:3px 8px;border-radius:12px;background:var(--section-bg-whitish-gray-secondary);border:1px solid var(--border-light-gray,#e0e0e0);color:var(--gray-classic-content,#666);font-size:.75rem;font-weight:500;font-family:var(--font-jetbrains,"JetBrains Mono",monospace);transition:background .2s ease}.youtube-note-taker-page-studio-notes-view__highlight-timestamp:hover{background:color-mix(in srgb,var(--sky-blue,#008AFF) 12%,transparent);color:var(--sky-blue,#008AFF)}.youtube-note-taker-page-studio-notes-view__highlight-body{flex:1;background:var(--section-bg-whitish-gray-secondary);border-radius:10px;padding:2rem;position:relative;overflow:hidden}.youtube-note-taker-page-studio-notes-view__highlight-text{font-size:15px;line-height:1.75;color:var(--standard-black,#1a1a1a);font-weight:400;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:var(--burnt-orange);text-underline-offset:5px}.youtube-note-taker-page-studio-notes-view__highlight-body:before{content:"\201C";position:absolute;top:6px;left:10px;font-size:2.5rem;font-weight:700;color:var(--sky-blue,#008AFF);opacity:.2;line-height:1;pointer-events:none}.youtube-note-taker-page-studio-notes-view__highlight-body:after{content:"\201D";position:absolute;bottom:2px;right:10px;font-size:2.5rem;font-weight:700;color:var(--sky-blue,#008AFF);opacity:.2;line-height:1;pointer-events:none}.youtube-note-taker-page-studio-notes-view__keywords-list{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem}.youtube-note-taker-page-studio-notes-view__keyword-row{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1rem;background:var(--section-bg-whitish-gray-secondary);border:1px solid var(--border-light-gray,#eee);border-left:4px solid var(--keyword-arc-color,#a8b8ff);border-radius:12px;transition:box-shadow .2s ease}.youtube-note-taker-page-studio-notes-view__keyword-row:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.youtube-note-taker-page-studio-notes-view__keyword-index{font-size:.85rem;font-weight:600;color:var(--gray-classic-content,#888);font-family:var(--font-jetbrains,"JetBrains Mono",monospace);flex-shrink:0;min-width:24px}.youtube-note-taker-page-studio-notes-view__keyword-text{font-size:18px;font-weight:800;line-height:1.6;color:var(--standard-black,#1a1a1a);white-space:nowrap;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__keyword-dots{color:var(--gray-classic-content,#999);letter-spacing:3px;font-size:.85rem;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__keyword-timestamps{display:flex;flex-wrap:wrap;gap:.35rem;margin-left:auto}.youtube-note-taker-page-studio-notes-view__keyword-timestamp-badge{display:inline-block;padding:3px 8px;background:var(--section-bg-whitish-gray-secondary);border:1px solid var(--border-light-gray,#e0e0e0);border-radius:12px;font-size:.75rem;font-weight:500;color:var(--gray-classic-content,#666);font-family:var(--font-jetbrains,"JetBrains Mono",monospace);cursor:pointer;transition:background .2s ease;position:relative}.youtube-note-taker-page-studio-notes-view__keyword-timestamp-badge:hover{background:color-mix(in srgb,var(--sky-blue,#008AFF) 12%,transparent);color:var(--sky-blue,#008AFF)}.youtube-note-taker-page-studio-notes-view__topics-list{display:flex;flex-direction:column;padding-top:1.5rem}.youtube-note-taker-page-studio-notes-view__topic-item{position:relative}.youtube-note-taker-page-studio-notes-view__topic-item+.youtube-note-taker-page-studio-notes-view__topic-item{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border-light-gray,#eee)}.youtube-note-taker-page-studio-notes-view__topic-header{display:flex;align-items:center;gap:.75rem;padding:0}.youtube-note-taker-page-studio-notes-view__topic-index{font-size:17px;font-weight:800;color:var(--gray-classic-content,#888);letter-spacing:.02em;flex-shrink:0;padding-right:.75rem;border-right:1.5px solid var(--border-light-gray,#ddd)}.youtube-note-taker-page-studio-notes-view__topic-title{font-size:17px;font-weight:700;color:var(--standard-black,#1a1a1a);margin:0;flex:1}.youtube-note-taker-page-studio-notes-view__topic-card{margin-top:1rem;margin-left:1rem;border:1px solid var(--border-light-gray,#e5e5e5);border-radius:12px;overflow:visible}.youtube-note-taker-page-studio-notes-view__topic-evidence{padding:1rem 1.25rem;background:#fafaf8}.youtube-note-taker-page-studio-notes-view__topic-evidence-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__topic-section-label{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#FFBE3D}.youtube-note-taker-page-studio-notes-view__topic-section-dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__topic-section-dot--amber{background:#FFBE3D}.youtube-note-taker-page-studio-notes-view__topic-section-dot--black{background:var(--premium-black,#1a1a1a)}.youtube-note-taker-page-studio-notes-view__topic-section-label--black{color:var(--premium-black,#1a1a1a)}.youtube-note-taker-page-studio-notes-view__topic-evidence-timestamp{font-size:.8rem;font-weight:600;font-family:var(--font-jetbrains,"JetBrains Mono",monospace);color:var(--sky-blue);cursor:pointer;position:relative;display:inline-block}.youtube-note-taker-page-studio-notes-view__topic-evidence-excerpt{font-size:15px;line-height:1.7;color:var(--standard-black,#333);font-style:italic;margin:0}.youtube-note-taker-page-studio-notes-view__topic-extension-wrapper{padding:1rem 1.25rem;border-top:1px dashed var(--border-light-gray,#ddd)}.youtube-note-taker-page-studio-notes-view__topic-extension-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.youtube-note-taker-page-studio-notes-view__topic-extension{font-size:15px;line-height:1.6;color:var(--standard-black);margin:0}.youtube-note-taker-page-studio-notes-view__quotes-list{display:flex;flex-direction:column}.youtube-note-taker-page-studio-notes-view__quote-item{display:flex;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--border-light-gray,#eee)}.youtube-note-taker-page-studio-notes-view__quote-item:first-child{border-top:none}.youtube-note-taker-page-studio-notes-view__quote-sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0;min-width:56px;padding:10px 8px;background:var(--section-bg-whitish-gray-secondary);border-radius:10px}.youtube-note-taker-page-studio-notes-view__quote-index{font-size:17px;font-weight:800;color:var(--gray-classic-content,#888);letter-spacing:.02em}.youtube-note-taker-page-studio-notes-view__quote-sidebar-divider{width:100%;height:1px;background:var(--border-light-gray,#e0e0e0)}.youtube-note-taker-page-studio-notes-view__quote-timestamp{display:inline-block;padding:3px 8px;border-radius:12px;background:var(--section-bg-whitish-gray-secondary);border:1px solid var(--border-light-gray,#e0e0e0);color:var(--gray-classic-content,#666);font-size:.75rem;font-weight:500;font-family:var(--font-jetbrains,"JetBrains Mono",monospace);cursor:pointer;transition:background .2s ease;position:relative}.youtube-note-taker-page-studio-notes-view__quote-timestamp:hover{background:color-mix(in srgb,var(--sky-blue,#008AFF) 12%,transparent);color:var(--sky-blue,#008AFF)}.youtube-note-taker-page-studio-notes-view__quote-body{flex:1;min-width:0;background:var(--section-bg-whitish-gray-secondary);border-radius:10px;padding:3rem 1.25rem;position:relative;overflow:hidden}.youtube-note-taker-page-studio-notes-view__quote-text{font-size:16px;line-height:1.75;color:var(--mocha-brown);font-weight:500}.youtube-note-taker-page-studio-notes-view__quote-icon{position:absolute;width:24px;height:24px;color:var(--mocha-brown,#a68b6b);opacity:.25;pointer-events:none;flex-shrink:0}.youtube-note-taker-page-studio-notes-view__quote-icon--open{top:8px;left:10px;transform:scaleX(-1)}.youtube-note-taker-page-studio-notes-view__quote-icon--close{bottom:8px;right:10px}