div[data-react-class=AmplenoteSidebarToc]:has(.amplenote_sidebar_toc_container.with_content){background-color:var(--color-background-primary);border:1px solid var(--color-border-primary);border-radius:5px;margin-left:20px;margin-bottom:10px;max-height:calc(100vh - 20px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:10px}div[data-react-class=AmplenoteSidebarToc]:has(.amplenote_sidebar_toc_container.with_content.is_collapsed){background-color:transparent;border:none;overflow:hidden}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container{display:none;overflow:hidden;transition:width .3s ease;width:0}@media only screen and (min-width:768px){div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content{left:0;display:block;margin-left:5px;width:300px;padding:10px 0;top:10px}}@media only screen and (min-width:1024px){div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content{width:350px}}@media only screen and (min-width:1400px){div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content{width:400px}}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content.is_collapsed{width:60px}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content.is_collapsed .header_list_container,div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container.with_content.is_collapsed .sidebar_label{display:none}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .sidebar_header{display:flex;justify-content:space-between;padding-left:10px;padding-right:10px;padding-top:6px}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .sidebar_header .sidebar_label{font-weight:400;margin:0 0 4px;overflow:hidden;padding:4px 0;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .sidebar_header .sidebar_collapser{align-items:center;border:1px solid var(--color-border-primary);border-radius:5px;cursor:pointer;display:flex;justify-content:center;margin-right:6px;padding:5px 10px}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .sidebar_header .sidebar_collapser:hover{background-color:var(--color-background-light-glow)}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link{border-radius:5px;display:block;font-size:15px;line-height:1.3;padding:5px 15px 5px 10px;transition:background-color .4s ease}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link:hover{background-color:var(--color-background-blueish)}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link:active{background-color:var(--color-background-blueish-secondary)}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link.h1{margin:4px 0 2px}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link.h2,div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link.h3,div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_link.h4{border-bottom-left-radius:0;border-top-left-radius:0}div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_depth_2,div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_depth_3,div[data-react-class=AmplenoteSidebarToc] .amplenote_sidebar_toc_container .header_depth_4{border-left:1px solid var(--color-border-secondary);margin-left:12px}div[data-react-class=AmplenoteSidebarToc] .current_scrolled_section{font-weight:700}.llm_help_search_container{background:var(--color-background-primary);border:1px solid var(--color-border-primary);border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);margin-bottom:32px;overflow:hidden}.llm_help_search_container .search_header{background:linear-gradient(135deg,var(--color-background-reversed),var(--color-background-reversed-purple));color:var(--color-text-reversed);padding:24px 28px}.llm_help_search_container .header_title{align-items:center;display:flex;font-weight:700;gap:8px;margin:0 0 6px}.llm_help_search_container .header_subtitle{margin:0;opacity:.9}.llm_help_search_container .search_input_container{border-bottom:1px solid var(--color-border-primary);display:flex;gap:12px;padding:20px 28px}.llm_help_search_container .input_field{background:var(--color-background-secondary);border:2px solid var(--color-border-primary);border-radius:10px;color:var(--color-text-high-contrast);flex:1 1;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.llm_help_search_container .input_field:focus{border-color:var(--color-text-link);box-shadow:0 0 0 3px rgba(121,172,245,.2);outline:none}.llm_help_search_container .input_field::-moz-placeholder{color:var(--color-text-low-contrast)}.llm_help_search_container .input_field::placeholder{color:var(--color-text-low-contrast)}.llm_help_search_container .input_field:disabled{cursor:not-allowed;opacity:.6}.llm_help_search_container .search_results_container{min-height:60px;padding:20px 28px}.llm_help_search_container .results_searching_indicator{align-items:center;color:var(--color-text-low-contrast);display:flex;gap:8px;padding:16px 0}.llm_help_search_container .searching_dot{-webkit-animation:llmSearchBounce 1.2s ease-in-out infinite;animation:llmSearchBounce 1.2s ease-in-out infinite;background:var(--color-text-link);border-radius:50%;height:8px;width:8px}.llm_help_search_container .searching_dot:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.llm_help_search_container .searching_dot:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.llm_help_search_container .searching_label{margin-left:4px}.llm_help_search_container .results_error_message{align-items:center;background:var(--color-background-error-high-contrast);border-radius:10px;color:var(--color-background-error-text);display:flex;gap:8px;padding:14px 16px}.llm_help_search_container .results_answer_container{-webkit-animation:llmSearchFadeIn .3s ease-out;animation:llmSearchFadeIn .3s ease-out;text-align:left}.llm_help_search_container .answer_content{color:var(--color-text-high-contrast);line-height:1.7}.llm_help_search_container .answer_content h2{margin:0 0 16px}.llm_help_search_container .answer_content h3{margin:20px 0 10px}.llm_help_search_container .answer_content h4{margin:16px 0 8px}.llm_help_search_container .answer_content p{margin:0 0 12px}.llm_help_search_container .answer_content .content_list_item{padding-left:8px}.llm_help_search_container .answer_content .content_bullet_item{padding-left:20px;position:relative}.llm_help_search_container .answer_content .content_bullet_item:before{color:var(--color-text-link);content:"•";left:4px;position:absolute}.llm_help_search_container .answer_content strong{color:var(--color-text-link)}.llm_help_search_container .answer_sources_container{border-top:1px solid var(--color-border-primary);margin-top:24px;padding-top:20px}.llm_help_search_container .sources_heading{color:var(--color-text-low-contrast);font-size:12px;margin:0 0 14px;text-transform:uppercase}.llm_help_search_container .sources_list{display:flex;flex-wrap:wrap;gap:10px}.llm_help_search_container .source_link{align-items:center;background:var(--color-background-secondary);border:1px solid var(--color-border-primary);border-radius:10px;display:flex;flex:1 1 280px;gap:10px;max-width:100%;padding:12px 14px;text-decoration:none;transition:border-color .2s,background .2s}.llm_help_search_container .source_link:hover{background:var(--color-background-blueish);border-color:var(--color-text-link)}.llm_help_search_container .link_icon{opacity:.7}.llm_help_search_container .link_title{color:var(--color-text-high-contrast);flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.llm_help_search_container .link_relevance{color:var(--color-text-positive-status);font-size:12px;white-space:nowrap}.llm_help_search_container .streaming_cursor{-webkit-animation:llmStreamingCursor 1s infinite;animation:llmStreamingCursor 1s infinite;color:var(--color-text-link);font-weight:700;margin-left:2px}@-webkit-keyframes llmSearchBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@keyframes llmSearchBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@-webkit-keyframes llmSearchFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes llmSearchFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes llmStreamingCursor{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes llmStreamingCursor{0%,50%{opacity:1}51%,to{opacity:0}}.yt-lite{background-color:#000;position:relative;display:block;contain:content;background-position:50%;background-size:cover;cursor:pointer}.yt-lite.lyt-activated:before{content:"";box-sizing:content-box;display:block;position:absolute;top:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-position:top;background-repeat:repeat-x;height:60px;padding-bottom:50px;width:100%;transition:all .2s cubic-bezier(0,0,.2,1)}.yt-lite:after{content:"";display:block;padding-bottom:var(--aspect-ratio)}.yt-lite>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.yt-lite>.lty-playbtn{width:70px;height:46px;background-color:#212121;z-index:1;opacity:.8;border-radius:14%;transition:all .2s cubic-bezier(0,0,.2,1)}.yt-lite:hover>.lty-playbtn{background-color:red;opacity:1}.yt-lite>.lty-playbtn:before{content:"";border-color:transparent transparent transparent #fff;border-style:solid;border-width:11px 0 11px 19px}.yt-lite>.lty-playbtn,.yt-lite>.lty-playbtn:before{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.yt-lite.lyt-activated{cursor:inherit}.yt-lite.lyt-activated:before,.yt-lite.lyt-activated>.lty-playbtn{opacity:0;pointer-events:none}.blog_styled,.content_styled{font-family:Georgia,Helvetica,Arial,Helvetica Neue,sans-serif;font-weight:400;font-size:18px;line-height:1.5}@media only screen and (min-width:768px){.blog_styled,.content_styled{font-size:21px}}.blog_styled h1,.blog_styled h2,.blog_styled h3,.blog_styled h4,.content_styled h1,.content_styled h2,.content_styled h3,.content_styled h4{font-weight:600;margin-top:2.1em;margin-bottom:-.31em;letter-spacing:-.022em;line-height:1.18}.blog_styled h1,.content_styled h1{font-size:26px}.blog_styled h2,.content_styled h2{font-size:24px}.blog_styled h3,.content_styled h3{font-size:21px}.blog_styled h4,.content_styled h4{font-size:18px}.blog_styled b,.blog_styled strong,.content_styled b,.content_styled strong{font-weight:600}.blog_styled .paragraph,.blog_styled p,.content_styled .paragraph,.content_styled p{margin-top:2em;margin-bottom:-.46em;letter-spacing:-.004em}.blog_styled ul li,.content_styled ul li{margin-top:1.05em;margin-left:30px;margin-bottom:-.46em}.default_styled{font-family:Roboto,Helvetica,Arial,Helvetica Neue,sans-serif;font-size:14px;color:var(--color-text-high-contrast);line-height:1.5}.default_styled h1,.default_styled h2,.default_styled h3{font-family:Roboto,Helvetica,Arial,Helvetica Neue,sans-serif;font-weight:500;text-transform:none}.default_styled h1{font-size:26px}.default_styled h2{font-size:24px}.default_styled h3{font-size:18px}.default_styled h4{font-family:Roboto,Helvetica,Arial,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;text-transform:uppercase}.default_styled b,.default_styled strong{font-weight:600}.default_styled .paragraph,.default_styled p{margin:12px 0}.default_styled ul li{margin:10px 0 10px 30px}