:root{box-sizing:border-box;--main-font:'Roboto', Arial, sans-serif, -apple-system;--content-width:min(100%, 1140px);--content-color:hsl(210, 11%, 15%);--link-color:hsl(327, 82%, 51%);--button-text-color:#fff;--secondary-color:#fafad2;--footer-bg-color:hsl(231, 47%, 97%);--footer-icon-color:hsl(231, 17%, 60%);--sidebar-width:180px;--border-color:hsl(223.81 0% 90%);--border-color-active:hsl(327, 82%, 51%);--white:#fff;--black:#000;--gray-300:#e9ecef;--gray-600:#666;--gray-700:#333;--black-rgb:0, 0, 0;--text-primary:var(--black);--text-secondary:var(--gray-700);--text-tertiary:var(--gray-600);--bg-primary:var(--white);--bg-secondary:var(--footer-bg-color);--border-primary:var(--border-color);--border-active:var(--border-color-active);--shadow-color:rgba(var(--black-rgb), 0.1);--feature-icon-color:var(--link-color);--alert-note-color:hsl(210, 80%, 60%);--alert-note-bg:hsl(210, 80%, 98%);--alert-note-header:hsl(210, 80%, 40%);--alert-warning-color:hsl(40, 90%, 50%);--alert-warning-bg:hsl(40, 90%, 96%);--alert-warning-header:hsl(40, 90%, 35%);--alert-tip-color:hsl(120, 70%, 45%);--alert-tip-bg:hsl(120, 70%, 97%);--alert-tip-header:hsl(120, 70%, 30%);--alert-important-color:hsl(0, 80%, 50%);--alert-important-bg:hsl(0, 80%, 97%);--alert-important-header:hsl(0, 80%, 40%);--alert-caution-bg:hsl(327, 82%, 96%);--alert-caution-header:hsl(327, 82%, 35%);--alert-caution-color:hsl(327, 82%, 51%);--alert-info-bg:hsl(180, 70%, 96%);--alert-info-header:hsl(180, 70%, 35%);--alert-info-color:hsl(180, 70%, 50%);--font-size-h6:1rem;--font-size-h5:1.25rem;--font-size-h4:1.5rem;--font-size-h3:1.75rem;--font-size-h2:2rem;--font-size-h1:2.5rem}*,::before,::after{box-sizing:inherit}body{font-family:var(--main-font);color:var(--content-color);min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;margin:0;line-height:1.4}header{max-width:var(--content-width);width:100%;margin:0 auto;padding-top:8px;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:block;width:70px}.logo img{width:100%;height:auto}.logo a{display:block;width:100%;height:100%}.menu-toggle{display:none}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:4px;position:absolute;right:16px;z-index:1001}.hamburger span{width:25px;height:3px;background:var(--content-color);margin:3px 0;transition:.3s ease;transform-origin:center}.main-menu>ul{display:flex;justify-content:flex-start;align-items:center;margin:0}.main-menu>ul>li{list-style:none;font-size:14px}.main-menu>ul>li>a{padding:10px 14px;display:inline-block;font-weight:400;text-decoration:none}.main-menu>ul>li.active>a{font-weight:700}@media(max-width:768px){header{padding:8px 16px}.hamburger{display:flex}.main-menu>ul{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;transition:right .3s ease;padding-top:80px;box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:1000;overflow-y:auto}.main-menu>ul>li{width:100%;border-bottom:1px solid var(--footer-bg-color)}.main-menu>ul>li>a{display:block;padding:16px 24px;font-size:16px;width:100%}.main-menu>ul>li>a:hover{background:var(--footer-bg-color)}.menu-toggle:checked~.main-menu>ul{right:0}.menu-toggle:checked~.hamburger span:nth-child(1){transform:rotate(45deg)translate(6px,6px)}.menu-toggle:checked~.hamburger span:nth-child(2){opacity:0}.menu-toggle:checked~.hamburger span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.menu-toggle:checked~body{overflow:hidden}.menu-toggle:checked~.main-menu::before{content:'';position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:999}}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}h1{font-family:var(--main-font);font-weight:200;font-size:var(--font-size-h1)}h2{font-family:var(--main-font);font-weight:300;font-size:var(--font-size-h2)}h3{font-family:var(--main-font);font-weight:400;font-size:var(--font-size-h3)}h4{font-family:var(--main-font);font-weight:500;font-size:var(--font-size-h4)}h5{font-family:var(--main-font);font-weight:600;font-size:var(--font-size-h5)}h6{font-family:var(--main-font);font-weight:700;font-size:var(--font-size-h6)}img{max-width:100%;height:auto}a.header-anchor{text-decoration:none;fill:var(--link-color);opacity:0;display:inline-block;margin-left:.1em}h1:hover .header-anchor,h2:hover .header-anchor,h3:hover .header-anchor,h4:hover .header-anchor{opacity:1}pre.chroma code{display:flex;flex-direction:column}code{font-family:roboto mono,monospace;font-size:.8rem;background:var(--footer-bg-color);padding:3px 6px;border-radius:3px}table{width:100%;border-collapse:collapse}th{text-align:inherit;padding:.5rem;border-bottom:1px solid var(--footer-icon-color)}td{padding:0 .5rem .5rem}th+th,td+td{border-left:1px solid var(--footer-icon-color)}em{font-style:italic;font-weight:300}.footnotes{font-size:.8em}.footnotes li::marker{content:counter(list-item);font-size:.6em}.footnotes li{padding-left:5px}.footnotes p{margin:0}.button{white-space:nowrap;display:inline-block;padding:.5rem 1rem;background:var(--link-color);font-weight:400;text-transform:uppercase;color:var(--button-text-color);text-decoration:none;-webkit-transition:all .15s ease;transition:all .15s ease;border-radius:.5rem;margin-right:1rem}main{width:var(--content-width);margin-left:auto;margin-right:auto;margin-top:32px;flex-grow:1}.banner{background:var(--secondary-color);border-radius:3px;padding:4px 10px;margin:20px 0}.highlight{background:var(--footer-bg-color);border-radius:3px;padding:4px 10px;margin:0}.highlight pre{margin:0}.main-container{display:flex;flex-direction:column;margin-left:4px;margin-right:4px}.content-container{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(min-width:768px){.main-container{flex-direction:row}}nav.sidebar{width:var(--sidebar-width);margin-right:32px;flex-shrink:0;flex-grow:0}nav.sidebar ul{font-size:.9rem;line-height:1.2;list-style:none;padding:0}nav.sidebar ul.nested{font-size:.75rem;padding-left:1rem;line-height:1}nav.sidebar ul li{margin:0;padding:.4em 0}nav.sidebar a{color:var(--content-color);text-decoration:none;display:block}nav.sidebar a.active{color:var(--link-color)}nav.sidebar .nonselectable{font-weight:500}.button-floating{background:var(--secondary-color);border-radius:3px;padding:4px 10px;float:right}.last-updated{padding:4px 10px;float:right;font-size:90%;font-style:italic}.bottom-nav{display:flex;justify-content:space-between;align-items:center;margin-top:32px;width:100%}.summary{margin-bottom:1em}.summary-title{font-size:24px;font-weight:300}.summary-content{border-top:1px solid transparent;padding-left:1em}footer{width:100%;height:32px;background-color:var(--footer-bg-color)}.footer-content{margin:0 auto;max-width:var(--content-width);width:100%;display:flex;justify-content:flex-end;height:100%}.footer-content>a{display:inline-flex;align-items:center;margin-left:8px;color:var(--footer-icon-color)}.blog-summary{margin-top:48px}.blog-date{font-size:.9rem;font-weight:800}.blog-title{margin-top:0}.blog-summary-date{font-size:.9rem;font-weight:800;margin-right:8px;color:#000;background-color:var(--footer-bg-color);padding:8px;border-radius:3px}.blog-summary-title a{font-size:1.2rem}.alert{padding:1rem;margin:1rem 0;border-left:4px solid var(--link-color);background-color:var(--bg-primary);box-shadow:0 2px 4px var(--shadow-color);border-radius:0 4px 4px 0}.alert-header{font-weight:600;margin-top:0;margin-bottom:.5rem;color:var(--link-color);font-size:1.1em}.alert-note{border-left-color:var(--alert-note-color);background-color:var(--alert-note-bg)}.alert-note .alert-header{color:var(--alert-note-header)}.alert-warning{border-left-color:var(--alert-warning-color);background-color:var(--alert-warning-bg)}.alert-warning .alert-header{color:var(--alert-warning-header)}.alert-tip{border-left-color:var(--alert-tip-color);background-color:var(--alert-tip-bg)}.alert-tip .alert-header{color:var(--alert-tip-header)}.alert-caution{border-left-color:var(--alert-caution-color);background-color:var(--alert-caution-bg)}.alert-caution .alert-header{color:var(--alert-caution-header)}.alert-important{border-left-color:var(--alert-important-color);background-color:var(--alert-important-bg)}.alert-important .alert-header{color:var(--alert-important-header)}.alert-info{border-left-color:var(--alert-info-color);background-color:var(--alert-info-bg)}.alert-info .alert-header{color:var(--alert-info-header)}.hero{position:relative;padding:2rem 0;min-height:60vh;display:flex;align-items:center;overflow:hidden}.hero .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-margin{max-width:600px}.hero h1{font-size:3.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.hero .content{margin-bottom:2rem}.hero .content p{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.features-section{padding:5rem 0;border-top:1px solid var(--border-primary)}.features-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.features-subtitle{font-size:1.2rem;color:var(--text-tertiary);max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;border-radius:1rem;border:1px solid var(--border-primary);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow-color);border-color:var(--border-active)}.feature-icon{font-size:3rem;margin-bottom:1.5rem;color:var(--feature-icon-color)}.feature-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-description{color:var(--text-tertiary);line-height:1.6}.community-section{padding:5rem 0;border-top:1px solid var(--border-primary)}.community-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.community-header{text-align:center;margin-bottom:4rem}.community-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.community-description{font-size:1.2rem;color:var(--text-tertiary);max-width:600px;margin:0 auto;line-height:1.6}.community-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.community-link{display:block;text-decoration:none;padding:2rem;border:1px solid var(--border-primary);border-radius:1rem;text-align:center;transition:all .3s ease;color:inherit}.community-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px var(--shadow-color);border-color:var(--border-active);text-decoration:none}.community-link .icon-placeholder{font-size:2.5rem;margin-bottom:1rem}.community-link-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.training-notice .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.training-notice p{margin:0;font-size:1.1rem;color:var(--text-secondary)}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero .content p{font-size:1.1rem}.features-title,.community-title{font-size:2rem}.features-grid,.community-links{grid-template-columns:1fr}.hero,.features-section,.community-section{padding:3rem 0;flex-direction:column}}@media(max-width:480px){.hero h1{font-size:2rem}.hero .container,.features-section .container,.community-section .container,.training-notice .container{padding:0 1rem}.feature-card,.community-link{padding:1.5rem}}.chroma .x{}.chroma .err{}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e5e5e5}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#00f}.chroma .kc{color:#00f}.chroma .kd{color:#00f}.chroma .kn{color:#00f}.chroma .kp{color:#00f}.chroma .kr{color:#00f}.chroma .kt{color:#2b91af}.chroma .n{}.chroma .na{}.chroma .nc{color:#2b91af}.chroma .no{}.chroma .nd{}.chroma .ni{}.chroma .ne{}.chroma .nl{}.chroma .nn{}.chroma .nx{}.chroma .py{}.chroma .nt{}.chroma .nb{}.chroma .bp{}.chroma .nv{}.chroma .vc{}.chroma .vg{}.chroma .vi{}.chroma .vm{}.chroma .nf{}.chroma .fm{}.chroma .l{}.chroma .ld{}.chroma .s{color:#a31515}.chroma .sa{color:#a31515}.chroma .sb{color:#a31515}.chroma .sc{color:#a31515}.chroma .dl{color:#a31515}.chroma .sd{color:#a31515}.chroma .s2{color:#a31515}.chroma .se{color:#a31515}.chroma .sh{color:#a31515}.chroma .si{color:#a31515}.chroma .sx{color:#a31515}.chroma .sr{color:#a31515}.chroma .s1{color:#a31515}.chroma .ss{color:#a31515}.chroma .m{}.chroma .mb{}.chroma .mf{}.chroma .mh{}.chroma .mi{}.chroma .il{}.chroma .mo{}.chroma .o{}.chroma .ow{color:#00f}.chroma .p{}.chroma .c{color:green}.chroma .ch{color:green}.chroma .cm{color:green}.chroma .c1{color:green}.chroma .cs{color:green}.chroma .cp{color:#00f}.chroma .cpf{color:#00f}.chroma .g{}.chroma .gd{}.chroma .ge{font-style:italic}.chroma .gr{}.chroma .gh{font-weight:700}.chroma .gi{}.chroma .go{}.chroma .gp{font-weight:700}.chroma .gs{font-weight:700}.chroma .gu{font-weight:700}.chroma .gt{}.chroma .gl{}.chroma .w{}.material-symbols--back-hand{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.8 23q-2.05 0-3.85-.937T6 19.45L1.2 12.4l.475-.475q.5-.525 1.238-.6t1.337.35l2.75 1.9V4q0-.425.288-.712T8 3t.713.288T9 4v8h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V3q0-.425.288-.712T16 2t.713.288T17 3v9h2V5q0-.425.288-.712T20 4t.713.288T21 5v9.8q0 3.425-2.387 5.813T12.8 23'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.material-symbols--bolt{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m8 22l1-7H4l9-13h2l-1 8h6L10 22z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.material-symbols--info{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 17h2v-6h-2zm1-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.material-symbols--error{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 17q.425 0 .713-.288T13 16t-.288-.712T12 15t-.712.288T11 16t.288.713T12 17m-1-4h2V7h-2zm1 9q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.material-symbols--lightbulb-rounded{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-3-3q-.425 0-.712-.288T8 18t.288-.712T9 17h6q.425 0 .713.288T16 18t-.288.713T15 19zm-.75-3q-1.725-1.025-2.738-2.75T4.5 9.5q0-3.125 2.188-5.312T12 2t5.313 2.188T19.5 9.5q0 2.025-1.012 3.75T15.75 16z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.material-symbols--warning{display:inline-block;width:24px;height:24px;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M1 21L12 2l11 19zm11-3q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m-1-3h2v-5h-2z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:-.25rem}.qlementine-icons--discord-fill-24{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.3 4.51A20.2 20.2 0 0 0 15.35 3a13 13 0 0 0-.634 1.28a18.6 18.6 0 0 0-5.49 0Q8.943 3.626 8.592 3c-1.71.289-3.38.797-4.96 1.51c-3.13 4.59-3.98 9.06-3.56 13.5c1.84 1.34 3.89 2.36 6.07 3.02a14 14 0 0 0 1.3-2.08c-.71-.262-1.4-.586-2.05-.968q.258-.186.502-.374a14.41 14.41 0 0 0 12.14 0q.247.201.502.374a13 13 0 0 1-2.05.97c.373.726.808 1.42 1.3 2.07c2.19-.652 4.24-1.67 6.08-3.01c.498-5.11-.851-9.55-3.57-13.5zM8 15.31c-1.18 0-2.16-1.06-2.16-2.37s.944-2.38 2.16-2.38c1.21 0 2.18 1.07 2.16 2.38S9.207 15.31 8 15.31m7.97 0c-1.19 0-2.16-1.06-2.16-2.37s.944-2.38 2.16-2.38c1.22 0 2.18 1.07 2.16 2.38s-.951 2.37-2.16 2.37'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.qlementine-icons--x-24{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19 2h3l-7.68 9.03l7.68 11h-6l-4.97-7.1L5 22.03H2L9.68 13L2 2h6l4.97 7.1zm1.08 19L7.48 3H3.92l12.6 18z' clip-rule='evenodd'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.qlementine-icons--github-fill-24{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 0C5.36 0 0 5.5 0 12.3c0 5.44 3.44 10 8.21 11.7c.597.122.815-.265.815-.59c0-.285-.02-1.26-.02-2.28c-3.34.734-4.04-1.47-4.04-1.47c-.537-1.43-1.33-1.79-1.33-1.79c-1.09-.754.08-.754.08-.754c1.21.082 1.85 1.26 1.85 1.26c1.07 1.87 2.8 1.34 3.5 1.02c.1-.794.418-1.34.756-1.65c-2.66-.285-5.47-1.34-5.47-6.07c0-1.34.477-2.44 1.23-3.3c-.12-.306-.537-1.57.119-3.26c0 0 1.01-.326 3.3 1.26c.979-.269 1.99-.406 3-.407s2.05.143 3 .407c2.29-1.59 3.3-1.26 3.3-1.26c.656 1.69.238 2.95.119 3.26c.776.855 1.23 1.96 1.23 3.3c0 4.73-2.8 5.76-5.49 6.07c.438.387.815 1.12.815 2.28c0 1.65-.02 2.97-.02 3.38c0 .326.22.713.815.591c4.77-1.63 8.21-6.23 8.21-11.7c.02-6.8-5.37-12.3-12-12.3z' clip-rule='evenodd'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.qlementine-icons--rss-24{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4.5 3a1.5 1.5 0 0 0 0 3C11.96 6 18 12.04 18 19.5a1.5 1.5 0 0 0 3 0C21 10.39 13.61 3 4.5 3'/%3E%3Cpath fill='%23000' d='M3 10.5A1.5 1.5 0 0 1 4.5 9C10.3 9 15 13.7 15 19.5a1.5 1.5 0 0 1-3 0c0-4.14-3.36-7.5-7.5-7.5A1.5 1.5 0 0 1 3 10.5'/%3E%3Cpath fill='%23000' d='M9 18c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.material-symbols--code{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m8 18l-6-6l6-6l1.425 1.425l-4.6 4.6L9.4 16.6zm8 0l-1.425-1.425l4.6-4.6L14.6 7.4L16 6l6 6z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.material-symbols--psychology{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 15h2l.15-1.25q.2-.075.363-.175t.287-.225l1.15.5l1-1.7l-1-.75q.05-.2.05-.4t-.05-.4l1-.75l-1-1.7l-1.15.5q-.125-.125-.288-.225t-.362-.175L13 7h-2l-.15 1.25q-.2.075-.363.175t-.287.225l-1.15-.5l-1 1.7l1 .75Q9 10.8 9 11t.05.4l-1 .75l1 1.7l1.15-.5q.125.125.288.225t.362.175zm1-2.5q-.625 0-1.062-.437T10.5 11t.438-1.062T12 9.5t1.063.438T13.5 11t-.437 1.063T12 12.5M6 22v-4.3q-1.425-1.3-2.212-3.037T3 11q0-3.75 2.625-6.375T12 2q3.125 0 5.538 1.838t3.137 4.787l1.3 5.125q.125.475-.175.863T21 15h-2v3q0 .825-.587 1.413T17 20h-2v2z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.material-symbols--insights{display:inline-block;width:1.5em;height:1.5em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 20q-.825 0-1.413-.588T1 18q0-.825.588-1.413T3 16h.263q.112 0 .237.05l4.55-4.55Q8 11.375 8 11.262V11q0-.825.588-1.413T10 9q.825 0 1.413.588T12 11q0 .05-.05.5l2.55 2.55q.125-.05.238-.05h.525q.112 0 .237.05l3.55-3.55q-.05-.125-.05-.238V10q0-.825.588-1.413T21 8q.825 0 1.413.588T23 10q0 .825-.588 1.413T21 12h-.263q-.112 0-.237-.05l-3.55 3.55q.05.125.05.238V16q0 .825-.588 1.413T15 18q-.825 0-1.413-.588T13 16v-.263q0-.112.05-.237l-2.55-2.55q-.125.05-.238.05H10q-.05 0-.5-.05L4.95 17.5q.05.125.05.238V18q0 .825-.588 1.413T3 20ZM4 9.975l-.625-1.35L2.025 8l1.35-.625L4 6.025l.625 1.35L5.975 8l-1.35.625L4 9.975ZM15 9l-.95-2.05L12 6l2.05-.95L15 3l.95 2.05L18 6l-2.05.95L15 9Z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}