.react-search-button-group{display:flex;align-items:center;gap:0;width:100%;max-width:23rem;position:relative;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1.5px solid var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;padding:.125rem}.react-search-button{display:flex;align-items:center;gap:.5rem;padding:.425rem 1rem;border:none;border-radius:.625rem;background:transparent;color:var(--sl-color-gray-2, rgba(255, 255, 255, .7));font-size:.875rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);flex:1;justify-content:center}.react-search-button-right{border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid var(--sl-color-gray-5, rgba(255, 255, 255, .1))}.react-search-button:hover{color:var(--sl-color-white, #fff);background:#ffffff14}.react-search-button-group:hover{border-color:var(--sl-color-gray-3, rgba(255, 255, 255, .2));box-shadow:0 4px 12px #00000026}.react-search-icon{flex-shrink:0;opacity:.8;transition:opacity .2s ease}.react-search-button:hover .react-search-icon{opacity:1}.react-search-button-text{flex:1;text-align:left;letter-spacing:-.01em}.react-search-kbd{display:flex;gap:.125rem;margin-left:auto;margin-right:.5rem;position:absolute;right:.5rem;pointer-events:none;border-radius:.375rem;padding:.1875rem .4375rem;background:var(--sl-color-gray-6)!important;border:1px solid var(--sl-color-gray-5)!important;color:var(--sl-color-gray-2)!important}.react-search-kbd kbd{border-radius:.375rem;font-size:.6875rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 1px 2px #0000001a}.react-search-overlay{position:fixed;inset:0;width:100vw;height:100vh;min-height:100vh;background:linear-gradient(135deg,#b1b1b180 0% 100%);backdrop-filter:blur(200px);-webkit-backdrop-filter:blur(200px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:5rem 1rem 2rem;margin:0;overflow:auto;animation:react-search-fade-in .3s cubic-bezier(.4,0,.2,1)}.react-search-overlay:before{content:"";position:absolute;inset:0;width:100%;height:100%;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}@keyframes react-search-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.react-search-dialog{width:100%;max-width:48rem;max-height:calc(100vh - 10rem);background:var(--sl-color-bg-sidebar, #ffff);border:1px solid var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-radius:.75rem;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:react-search-slide-up .35s cubic-bezier(.4,0,.2,1)}.react-search-dialog-ask{display:flex;flex-direction:column}@keyframes react-search-slide-up{0%{opacity:0;transform:translateY(1.5rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.react-search-header{display:flex;align-items:center;justify-content:space-between;background:transparent;padding:1rem 1.5rem 1rem 2rem}.react-search-header-title{font-size:1.125rem;font-weight:600;color:#000000e6}.react-search-input-header{flex:1;margin-right:1rem;padding:0;border:1px solid var(--sl-color-gray-5);border-radius:.5rem;padding:.5rem;background:var(--sl-color-gray-6);color:var(--sl-color-gray-2);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.react-search-input-header:after{display:none}.react-search-header-actions{display:hidden;display:flex;align-items:center;gap:.5rem;background:var(--sl-color-gray-6);border-radius:.6rem;padding:.3rem .345rem}.react-search-mode-button{display:flex;align-items:center;gap:.5rem;padding:.2rem .875rem;border-radius:.5rem;background:transparent;color:#0009;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.react-search-mode-button:hover{color:#919191e6}.react-search-mode-button.active{background:var(--sl-color-accent);color:#fff;border-color:#00000026;box-shadow:0 0 10px #0000001a}.react-search-input-wrapper{display:flex;align-items:center;gap:.875rem;padding:.425rem 1.5rem;background:transparent;position:relative;flex-shrink:0}.react-search-input-top{border-bottom:1px solid rgba(0,0,0,.08)}.react-search-input-bottom{border:1px solid rgba(0,0,0,.08);margin:.5rem 1.41rem;order:100;border-radius:.53rem}.react-search-dialog-ask .react-search-results-wrapper{flex:1;display:flex;flex-direction:column;min-height:0}.react-search-dialog-ask .react-search-ask-intro{flex:1}.react-search-dialog-ask .react-search-input-bottom{border:1px solid var(--sl-color-gray-5)!important;margin:.5rem 1.41rem!important;order:100!important;padding:.6rem 1.2rem!important;background:var(--sl-color-bg-sidebar)!important;border-radius:.53rem!important}.react-search-input-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}.react-search-input-icon{color:var(--sl-color-gray-2)!important;flex-shrink:0;transition:color .2s ease;font-weight:600}.react-search-input{flex:1;border:none;background:transparent;color:#000000e6!important;font-size:1rem;font-weight:400;outline:none;letter-spacing:-.01em}.react-search-input::-moz-placeholder{color:#0006;font-weight:400}.react-search-input::placeholder{color:#0006;font-weight:400}.react-search-ask-intro{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.react-search-ask-messages .react-search-ask-intro{padding:1.25rem 1.25rem 0}.react-search-ask-response{padding:2rem 1.5rem;flex:1;overflow-y:auto;color:#000000b3}.react-search-ask-greeting{font-size:1.5rem;font-weight:600;color:#000000e6}.react-search-ask-description{font-size:.9375rem;line-height:1.6;color:#000000b3}.react-search-ask-topic{background:var(--sl-color-accent);color:#fff;padding:.125rem .5rem;border-radius:.25rem;font-weight:600}.react-search-examples{display:flex;flex-direction:column;gap:1rem}.react-search-examples-title{font-size:.75rem;font-weight:600;color:#00000080;text-transform:uppercase;letter-spacing:.05em}.react-search-examples-list{display:flex;flex-direction:column;gap:.75rem}.react-search-example-button{display:flex;align-items:center;padding:.475rem 1rem;border:1px solid var(--sl-color-gray-5);border-radius:.53rem;background:transparent;color:var(--sl-color-text);font-size:.875rem;font-weight:400;text-align:center;cursor:pointer;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.react-search-example-button:hover{background:var(--sl-color-low);border-color:var(--sl-color-gray-5)}.react-search-suggestion{display:flex;align-items:center;justify-content:space-between;padding:.1rem 1.5rem;border:1px solid var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-radius:.53rem;background:transparent;margin-right:1.5rem;margin-left:1.5rem}.react-search-suggestion:hover{background:var(--sl-color-low);border-color:var(--sl-color-gray-4);cursor:pointer;transition:all .2s ease}.react-search-suggestion-content{display:flex;align-items:center;gap:.625rem;color:#000000b3;font-size:.875rem;flex:1;min-width:0}.react-search-suggestion-query-container{flex:1;min-width:0}.react-search-suggestion-query{display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere;font-weight:600;color:#000000e6}.react-search-suggestion-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:transparent;color:#000c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.react-search-input:focus~.react-search-input-icon,.react-search-input-wrapper:focus-within .react-search-input-icon{color:var(--sl-color-accent, #8b5cf6)}.react-search-input{flex:1;border:none;background:transparent;color:var(--sl-color-text)!important;font-size:1rem;font-weight:400;outline:none;letter-spacing:-.01em}.react-search-input::-moz-placeholder{color:var(--sl-color-gray-2);font-weight:400}.react-search-input::placeholder{color:var(--sl-color-gray-2);font-weight:400}.react-search-clear-button,.react-search-close-button,.react-search-send-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:#0000000d;color:#0009;cursor:pointer;border-radius:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0}.react-search-clear-button:hover,.react-search-close-button:hover,.react-search-send-button:hover{transform:scale(1.05)}.react-search-send-button{color:var(--sl-color-accent, #8b5cf6)}.react-search-clear-button:active,.react-search-close-button:active,.react-search-send-button:active{transform:scale(.95)}.react-search-results-wrapper{flex:1;overflow-y:auto;padding:0rem 1rem 1rem 1.5rem;min-height:320px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent;display:flex;flex-direction:column}.react-search-dialog[data-mode=ask] .react-search-results-wrapper,.react-search-dialog:has(.react-search-input-bottom) .react-search-results-wrapper{min-height:200px}.react-search-results-wrapper::-webkit-scrollbar{width:8px}.react-search-results-wrapper::-webkit-scrollbar-track{background:transparent}.react-search-results-wrapper::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.react-search-results-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff26}.react-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 2rem;color:#fff9}.react-search-spinner{animation:react-search-spin 1s linear infinite;color:var(--sl-color-accent, #8b5cf6)}@keyframes react-search-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-search-thinking-dots{display:flex;align-items:center;gap:.375rem;padding:.25rem 0}.react-search-thinking-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4;animation:react-search-thinking-pulse 1.4s ease-in-out infinite}.react-search-thinking-dot:nth-child(1){animation-delay:0s}.react-search-thinking-dot:nth-child(2){animation-delay:.2s}.react-search-thinking-dot:nth-child(3){animation-delay:.4s}@keyframes react-search-thinking-pulse{0%,80%,to{opacity:.4;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.react-search-thinking-text{margin-left:.125rem}.react-search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 2rem;color:var(--sl-color-text);text-align:center}.react-search-empty-state svg{color:var(--sl-color-gray-2);opacity:.5}.react-search-empty-state p{font-size:1rem;font-weight:500;color:var(--sl-color-text);margin:0}.react-search-tips{margin-top:1.5rem}.react-search-tip{font-size:.875rem;color:var(--sl-color-gray-2);font-style:italic}.react-search-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#fff9;text-align:center;gap:.5rem}.react-search-no-results p{font-size:1rem;font-weight:500;color:#fffc;margin:0}.react-search-results{display:flex;flex-direction:column;gap:.625rem}.react-search-result-group{display:flex;flex-direction:column;gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.react-search-result-group:hover{border-color:#ffffff1f;background:#ffffff0d;box-shadow:0 4px 12px #0003}.react-search-result{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:transparent;color:var(--sl-color-text, #fff);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.react-search-result:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sl-color-accent, #8b5cf6);transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1);border-radius:0 2px 2px 0}.react-search-result:hover,.react-search-result:focus-within{background:#ffffff08;padding-left:1.25rem}.react-search-result:hover:before,.react-search-result:focus-within:before{transform:scaleY(1)}.react-search-result-active{background:#ffffff0f}.react-search-result-active:before{transform:scaleY(1)}.react-search-result-active .react-search-result-arrow{color:#fff9}.react-search-result-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;min-width:2.25rem;border-radius:.5rem;background:#8b5cf626;color:var(--sl-color-accent, #8b5cf6);flex-shrink:0;transition:all .2s ease}.react-search-result:hover .react-search-result-icon,.react-search-result:focus-within .react-search-result-icon{background:#8b5cf640;transform:scale(1.05)}.react-search-result-content{flex:1;min-width:0;padding-top:.125rem}.react-search-result-title{font-size:.9375rem;font-weight:600;color:var(--sl-color-white, #fff);margin:0 0 .375rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;letter-spacing:-.01em}.react-search-result-excerpt{font-size:.8125rem;color:var(--sl-color-text, #fff) / .6;margin:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.react-search-result-arrow{color:var(--sl-color-text, #fff) / .3;flex-shrink:0;margin-top:.125rem;transition:all .2s ease}.react-search-result:hover .react-search-result-arrow,.react-search-result:focus-within .react-search-result-arrow{color:var(--sl-color-text, #fff) / .6;transform:translate(2px)}.react-search-sub-results{display:flex;flex-direction:column;background:var(--sl-color-bg-sidebar);border-top:1px solid var(--sl-color-gray-5)}.react-search-sub-result{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1.125rem .875rem 3.5rem;background:transparent;color:var(--sl-color-white, #fff);text-decoration:none;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.react-search-sub-result:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:var(--sl-color-gray-5)}.react-search-sub-result:after{content:"";position:absolute;left:2rem;top:1.375rem;width:.75rem;height:2px;background:var(--sl-color-gray-5)}.react-search-sub-result:last-child:before{bottom:1.375rem}.react-search-sub-result:hover,.react-search-sub-result:focus-within{background:#ffffff08;padding-left:3.625rem}.react-search-sub-result-content{flex:1;min-width:0;padding-top:.125rem}.react-search-sub-result-title{font-size:.875rem;font-weight:500;color:var(--sl-color-text, #fff) / .9;margin:0 0 .25rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.react-search-sub-result-excerpt{font-size:.75rem;color:var(--sl-color-text, #fff) / .5;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.react-search-sub-result:hover .react-search-result-arrow,.react-search-sub-result:focus-within .react-search-result-arrow{color:#fff9;transform:translate(2px)}.react-search-highlight{background:linear-gradient(135deg,#8b5cf64d,#a78bfa4d);color:#e9d5ff;padding:.125rem .25rem;border-radius:.25rem;font-weight:600;box-shadow:0 0 0 1px #8b5cf633}.react-search-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);background:var(--sl-color-accent);font-size:.75rem;color:#ffffff80;position:relative;order:200}.react-search-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.react-search-footer-shortcuts{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.react-search-footer-shortcut{display:flex;align-items:center;gap:.375rem;color:#fff9}.react-search-footer-shortcut kbd{padding:.1875rem .5rem;border:1px solid rgba(255,255,255,.15);border-radius:.375rem;background:#ffffff14;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.6875rem;font-weight:600;color:#fffc;box-shadow:0 1px 2px #0003}.react-search-footer-powered{white-space:nowrap;color:#ffffff80;font-size:.6875rem}.react-search-footer-powered strong{color:#fffc;font-weight:600}@media (max-width: 768px){.react-search-overlay{padding:2rem 1rem 1rem}.react-search-dialog{max-width:100%;max-height:calc(100vh - 2rem);border-radius:.75rem}.react-search-input-wrapper{padding:1rem 1.25rem}.react-search-input{font-size:1rem}.react-search-results-wrapper{padding:.75rem}.react-search-result{padding:.875rem 1rem}.react-search-result:hover,.react-search-result:focus-within{padding-left:1.125rem}.react-search-sub-result{padding:.75rem 1rem .75rem 3rem}.react-search-sub-result:hover,.react-search-sub-result:focus-within{padding-left:3.125rem}.react-search-kbd{display:none}.react-search-footer{padding:.875rem 1.25rem;flex-direction:column;gap:.75rem;align-items:center}.react-search-footer-shortcuts{gap:1rem;justify-content:center}.react-search-footer-powered{text-align:center}}:global([data-theme=dark]) .react-search-button-group,:global(.dark) .react-search-button-group,html[data-theme=dark] .react-search-button-group{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1a}:global([data-theme=dark]) .react-search-button,:global(.dark) .react-search-button,html[data-theme=dark] .react-search-button{color:#ffffffb3}:global([data-theme=dark]) .react-search-button:hover,:global(.dark) .react-search-button:hover,html[data-theme=dark] .react-search-button:hover{color:#fff;background:#ffffff14}:global([data-theme=dark]) .react-search-button-right,:global(.dark) .react-search-button-right,html[data-theme=dark] .react-search-button-right{border-left-color:#ffffff1a}:global([data-theme=dark]) .react-search-kbd kbd,:global(.dark) .react-search-kbd kbd,html[data-theme=dark] .react-search-kbd kbd{background:#ffffff1a;border-color:#ffffff26;color:#fffc}:global([data-theme=dark]) .react-search-dialog,:global(.dark) .react-search-dialog,html[data-theme=dark] .react-search-dialog{background:linear-gradient(135deg,#b1b1b180 0% 100%);border-color:#ffffff1a;box-shadow:0 20px 60px #00000080}:global([data-theme=dark]) .react-search-header-title,:global(.dark) .react-search-header-title,html[data-theme=dark] .react-search-header-title{color:#ffffffe6}:global([data-theme=dark]) .react-search-mode-button,:global(.dark) .react-search-mode-button,html[data-theme=dark] .react-search-mode-button{border-color:#ffffff1a;color:#fff9}:global([data-theme=dark]) .react-search-mode-button:hover,:global(.dark) .react-search-mode-button:hover,html[data-theme=dark] .react-search-mode-button:hover{background:#ffffff0d;color:#fff}:global([data-theme=dark]) .react-search-mode-button.active,:global(.dark) .react-search-mode-button.active,html[data-theme=dark] .react-search-mode-button.active{background:#ffffff14;color:#fff;border-color:#ffffff26}:global([data-theme=dark]) .react-search-input-wrapper.react-search-input-top,:global(.dark) .react-search-input-wrapper.react-search-input-top,html[data-theme=dark] .react-search-input-wrapper.react-search-input-top{border-bottom-color:#ffffff14}:global([data-theme=dark]) .react-search-input-wrapper.react-search-input-bottom,:global(.dark) .react-search-input-wrapper.react-search-input-bottom,html[data-theme=dark] .react-search-input-wrapper.react-search-input-bottom{border-top-color:#ffffff14;padding-top:.1rem}:global([data-theme=dark]) .react-search-input-icon,:global(.dark) .react-search-input-icon,html[data-theme=dark] .react-search-input-icon{color:#ffffff80!important}:global([data-theme=dark]) .react-search-input,:global(.dark) .react-search-input,html[data-theme=dark] .react-search-input{color:#ffffffe6!important}:global([data-theme=dark]) .react-search-input::-moz-placeholder,:global(.dark) .react-search-input::-moz-placeholder,html[data-theme=dark] .react-search-input::-moz-placeholder{color:#fff6}:global([data-theme=dark]) .react-search-input::placeholder,:global(.dark) .react-search-input::placeholder,html[data-theme=dark] .react-search-input::placeholder{color:#fff6}:global([data-theme=dark]) .react-search-clear-button,:global([data-theme=dark]) .react-search-close-button,:global(.dark) .react-search-clear-button,:global(.dark) .react-search-close-button,html[data-theme=dark] .react-search-clear-button,html[data-theme=dark] .react-search-close-button{background:#ffffff0d;color:#fff9}:global([data-theme=dark]) .react-search-clear-button:hover,:global([data-theme=dark]) .react-search-close-button:hover,:global(.dark) .react-search-clear-button:hover,:global(.dark) .react-search-close-button:hover,html[data-theme=dark] .react-search-clear-button:hover,html[data-theme=dark] .react-search-close-button:hover{background:#ffffff1a;color:#fff}:global([data-theme=dark]) .react-search-ask-intro,:global(.dark) .react-search-ask-intro,html[data-theme=dark] .react-search-ask-intro{color:#ffffffe6}:global([data-theme=dark]) .react-search-ask-greeting,:global(.dark) .react-search-ask-greeting,html[data-theme=dark] .react-search-ask-greeting{color:#ffffffe6}:global([data-theme=dark]) .react-search-ask-description,:global(.dark) .react-search-ask-description,html[data-theme=dark] .react-search-ask-description{color:#ffffffb3}:global([data-theme=dark]) .react-search-ask-topic,:global(.dark) .react-search-ask-topic,html[data-theme=dark] .react-search-ask-topic{background:#ffffffe6;color:#000000e6}:global([data-theme=dark]) .react-search-examples-title,:global(.dark) .react-search-examples-title,html[data-theme=dark] .react-search-examples-title{color:#ffffff80}:global([data-theme=dark]) .react-search-example-button,:global(.dark) .react-search-example-button,html[data-theme=dark] .react-search-example-button{border-color:#ffffff1a;color:#fffc}:global([data-theme=dark]) .react-search-example-button:hover,:global(.dark) .react-search-example-button:hover,html[data-theme=dark] .react-search-example-button:hover{background:#ffffff0d;border-color:#ffffff26}:global([data-theme=dark]) .react-search-suggestion,:global(.dark) .react-search-suggestion,html[data-theme=dark] .react-search-suggestion{border-bottom-color:#ffffff14}:global([data-theme=dark]) .react-search-suggestion-content,:global(.dark) .react-search-suggestion-content,html[data-theme=dark] .react-search-suggestion-content{color:#ffffffb3}:global([data-theme=dark]) .react-search-suggestion-button,:global(.dark) .react-search-suggestion-button,html[data-theme=dark] .react-search-suggestion-button{border-color:#ffffff1a;color:#fffc}:global([data-theme=dark]) .react-search-suggestion-button:hover,:global(.dark) .react-search-suggestion-button:hover,html[data-theme=dark] .react-search-suggestion-button:hover{background:#ffffff0d;border-color:#ffffff26}:global([data-theme=dark]) .react-search-ask-response,:global(.dark) .react-search-ask-response,html[data-theme=dark] .react-search-ask-response{color:#ffffffb3}:global([data-theme=light]) .react-search-button-group,:global(.light) .react-search-button-group,html[data-theme=light] .react-search-button-group{background:linear-gradient(135deg,#fffffff2,#ffffffe6);border-color:#0000001a;box-shadow:0 2px 8px #00000014}:global([data-theme=light]) .react-search-button-group:hover,:global(.light) .react-search-button-group:hover,html[data-theme=light] .react-search-button-group:hover{border-color:var(--sl-color-gray-5, #18181b)!important;box-shadow:0 4px 12px #0000001f}:global([data-theme=light]) .react-search-button,:global(.light) .react-search-button,html[data-theme=light] .react-search-button{color:var(--sl-color-text, #fff) / .7!important}:global([data-theme=light]) .react-search-button:hover,:global(.light) .react-search-button:hover,html[data-theme=light] .react-search-button:hover{color:var(--sl-color-text, #fff) / .9!important;background:#00000005}:global([data-theme=light]) .react-search-button-right,:global(.light) .react-search-button-right,html[data-theme=light] .react-search-button-right{border-left-color:var(--sl-color-gray-5, #18181b)!important}:global([data-theme=light]) .react-search-kbd kbd,:global(.light) .react-search-kbd kbd,html[data-theme=light] .react-search-kbd kbd{background:var(--sl-color-bg-sidebar, #18181b)!important;border-color:var(--sl-color-gray-5, #18181b)!important;color:var(--sl-color-text, #fff) / .7!important;box-shadow:0 1px 2px var(--sl-color-gray-5, #18181b)!important}:global([data-theme=light]) .react-search-input-wrapper,:global(.light) .react-search-input-wrapper,html[data-theme=light] .react-search-input-wrapper{background:var(--sl-color-bg-sidebar, #18181b)!important;border-bottom-color:var(--sl-color-gray-5, #18181b)!important}:global([data-theme=light]) .react-search-input-wrapper:after,:global(.light) .react-search-input-wrapper:after,html[data-theme=light] .react-search-input-wrapper:after{background:linear-gradient(90deg,transparent,var(--sl-color-gray-5, rgba(255, 255, 255, .1)),transparent)}:global([data-theme=light]) .react-search-input-icon,:global(.light) .react-search-input-icon,html[data-theme=light] .react-search-input-icon{color:var(--sl-color-text, #fff) / .5}:global([data-theme=light]) .react-search-input:focus~.react-search-input-icon,:global(.light) .react-search-input:focus~.react-search-input-icon,html[data-theme=light] .react-search-input:focus~.react-search-input-icon{color:var(--sl-color-accent, #8b5cf6)}:global([data-theme=light]) .react-search-input,:global(.light) .react-search-input,html[data-theme=light] .react-search-input{color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-input::-moz-placeholder,:global(.light) .react-search-input::-moz-placeholder,html[data-theme=light] .react-search-input::-moz-placeholder{color:var(--sl-color-text, #fff) / .4}:global([data-theme=light]) .react-search-input::placeholder,:global(.light) .react-search-input::placeholder,html[data-theme=light] .react-search-input::placeholder{color:var(--sl-color-text, #fff) / .4}:global([data-theme=light]) .react-search-clear-button,:global([data-theme=light]) .react-search-close-button,:global(.light) .react-search-clear-button,:global(.light) .react-search-close-button,html[data-theme=light] .react-search-clear-button,html[data-theme=light] .react-search-close-button{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-clear-button:hover,:global([data-theme=light]) .react-search-close-button:hover,:global(.light) .react-search-clear-button:hover,:global(.light) .react-search-close-button:hover,html[data-theme=light] .react-search-clear-button:hover,html[data-theme=light] .react-search-close-button:hover{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-highlight,:global(.light) .react-search-highlight,html[data-theme=light] .react-search-highlight{background:linear-gradient(135deg,#8b5cf633,#a78bfa33);color:var(--sl-color-accent, #8b5cf6);box-shadow:0 0 0 1px #8b5cf626}:global([data-theme=light]) .react-search-result-group,:global(.light) .react-search-result-group,html[data-theme=light] .react-search-result-group{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-result-group:hover,:global(.light) .react-search-result-group:hover,html[data-theme=light] .react-search-result-group:hover{border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1));background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));box-shadow:0 4px 12px var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-result,:global(.light) .react-search-result,html[data-theme=light] .react-search-result{color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-result:hover,:global([data-theme=light]) .react-search-result:focus-within,:global(.light) .react-search-result:hover,:global(.light) .react-search-result:focus-within,html[data-theme=light] .react-search-result:hover,html[data-theme=light] .react-search-result:focus-within{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}::global([data-theme="light"]) .react-search-result-active,::global(.light) .react-search-result-active,html[data-theme=light] .react-search-result-active{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-result-title,:global(.light) .react-search-result-title,html[data-theme=light] .react-search-result-title{color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-result-excerpt,:global(.light) .react-search-result-excerpt,html[data-theme=light] .react-search-result-excerpt{color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-result-icon,:global(.light) .react-search-result-icon,html[data-theme=light] .react-search-result-icon{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-accent, #8b5cf6)}:global([data-theme=light]) .react-search-result-arrow,:global(.light) .react-search-result-arrow,html[data-theme=light] .react-search-result-arrow{color:var(--sl-color-text, #fff) / .3}:global([data-theme=light]) .react-search-result:hover .react-search-result-arrow,:global([data-theme=light]) .react-search-result:focus-within .react-search-result-arrow,:global(.light) .react-search-result:hover .react-search-result-arrow,:global(.light) .react-search-result:focus-within .react-search-result-arrow,html[data-theme=light] .react-search-result:hover .react-search-result-arrow,html[data-theme=light] .react-search-result:focus-within .react-search-result-arrow{color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-sub-results,:global(.light) .react-search-sub-results,html[data-theme=light] .react-search-sub-results{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-top-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-sub-result,:global(.light) .react-search-sub-result,html[data-theme=light] .react-search-sub-result{color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-sub-result:hover,:global([data-theme=light]) .react-search-sub-result:focus-within,:global(.light) .react-search-sub-result:hover,:global(.light) .react-search-sub-result:focus-within,html[data-theme=light] .react-search-sub-result:hover,html[data-theme=light] .react-search-sub-result:focus-within{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-sub-result:before,:global([data-theme=light]) .react-search-sub-result:after,:global(.light) .react-search-sub-result:before,:global(.light) .react-search-sub-result:after,html[data-theme=light] .react-search-sub-result:before,html[data-theme=light] .react-search-sub-result:after{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-sub-result-title,:global(.light) .react-search-sub-result-title,html[data-theme=light] .react-search-sub-result-title{color:var(--sl-color-text, #fff) / .9}:global([data-theme=light]) .react-search-sub-result-excerpt,:global(.light) .react-search-sub-result-excerpt,html[data-theme=light] .react-search-sub-result-excerpt{color:var(--sl-color-text, #fff) / .5}:global([data-theme=light]) .react-search-footer,:global(.light) .react-search-footer,html[data-theme=light] .react-search-footer{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-top-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .5}:global([data-theme=light]) .react-search-footer:before,:global(.light) .react-search-footer:before,html[data-theme=light] .react-search-footer:before{background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}:global([data-theme=light]) .react-search-footer-shortcut,:global(.light) .react-search-footer-shortcut,html[data-theme=light] .react-search-footer-shortcut{color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-footer-shortcut kbd,:global(.light) .react-search-footer-shortcut kbd,html[data-theme=light] .react-search-footer-shortcut kbd{border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1));background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .8;box-shadow:0 1px 2px #0000000d}:global([data-theme=light]) .react-search-footer-powered strong,:global(.light) .react-search-footer-powered strong,html[data-theme=light] .react-search-footer-powered strong{color:var(--sl-color-text, #fff) / .8}:global([data-theme=light]) .react-search-loading,:global([data-theme=light]) .react-search-empty-state,:global([data-theme=light]) .react-search-no-results,:global(.light) .react-search-loading,:global(.light) .react-search-empty-state,:global(.light) .react-search-no-results,html[data-theme=light] .react-search-loading,html[data-theme=light] .react-search-empty-state,html[data-theme=light] .react-search-no-results{color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-empty-state p,:global([data-theme=light]) .react-search-no-results p,:global(.light) .react-search-empty-state p,:global(.light) .react-search-no-results p,html[data-theme=light] .react-search-empty-state p,html[data-theme=light] .react-search-no-results p{color:var(--sl-color-text, #fff) / .8}:global([data-theme=light]) .react-search-tip,:global(.light) .react-search-tip,html[data-theme=light] .react-search-tip{color:var(--sl-color-text, #fff) / .5}.react-search-ask-wrapper{padding:0;min-height:200px;display:flex;flex-direction:column}.react-search-ask-messages{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:0}.react-search-ask-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 2rem;color:var(--sl-color-text, #fff) / .6;text-align:center}.react-search-ask-empty svg{color:var(--sl-color-text, #fff) / .3;opacity:.5}.react-search-ask-empty p{font-size:1rem;font-weight:500;color:var(--sl-color-text, #fff) / .8;margin:0}.react-search-ask-message{display:flex;flex-direction:column;gap:.75rem;animation:react-search-message-fade-in .3s ease-out}@keyframes react-search-message-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.react-search-ask-message-user{align-items:flex-end}.react-search-ask-message-assistant{align-items:flex-start}.react-search-ask-message-content{max-width:85%;display:flex;flex-direction:column;gap:.75rem}.react-search-ask-message-user .react-search-ask-message-content{align-items:flex-end}.react-search-ask-message-assistant .react-search-ask-message-content{align-items:flex-start}.react-search-ask-message-text{padding:.875rem 1.125rem;border-radius:1rem;font-size:.9375rem;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.react-search-ask-message-user .react-search-ask-message-text{background:var(--sl-color-accent, #8b5cf6);color:#fff;border-bottom-right-radius:.25rem}.react-search-ask-message-assistant .react-search-ask-message-text{background:#ffffff14;color:var(--sl-color-gray-2);border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:.25rem}.react-search-ask-thinking{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem;background:var(--sl-color-bg-sidebar);color:var(--sl-color-text);border-radius:1rem 1rem 1rem .25rem;border:1px solid var(--sl-color-gray-5);font-size:.875rem;position:relative;overflow:hidden}.react-search-ask-thinking:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--sl-color-gray-6, rgba(255, 255, 255, .1)),transparent);animation:react-search-thinking-shimmer 2s ease-in-out infinite}@keyframes react-search-thinking-shimmer{0%{left:-100%}to{left:100%}}.react-search-ask-choices{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.react-search-ask-choice{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border:1px solid var(--sl-color-gray-5);border-radius:.75rem;background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left}.react-search-ask-choice:hover:not(:disabled){background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1));transform:translate(4px)}.react-search-ask-choice:disabled{opacity:.5;cursor:not-allowed}.react-search-ask-choice-icon{font-size:1.125rem;line-height:1;flex-shrink:0}.react-search-ask-choice-text{flex:1}.react-search-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.react-search-send-button:disabled:hover{transform:none}:global([data-theme=light]) .react-search-ask-empty,:global(.light) .react-search-ask-empty,html[data-theme=light] .react-search-ask-empty{color:var(--sl-color-text, #fff) / .6}:global([data-theme=light]) .react-search-ask-empty svg,:global(.light) .react-search-ask-empty svg,html[data-theme=light] .react-search-ask-empty svg{color:var(--sl-color-text, #fff) / .3}:global([data-theme=light]) .react-search-ask-empty p,:global(.light) .react-search-ask-empty p,html[data-theme=light] .react-search-ask-empty p{color:var(--sl-color-text, #fff) / .8}:global([data-theme=light]) .react-search-ask-message-assistant .react-search-ask-message-text,:global(.light) .react-search-ask-message-assistant .react-search-ask-message-text,html[data-theme=light] .react-search-ask-message-assistant .react-search-ask-message-text{background:#0000000d;color:#000000e6;border-color:#0000001a}:global([data-theme=light]) .react-search-ask-thinking,:global(.light) .react-search-ask-thinking,html[data-theme=light] .react-search-ask-thinking{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .7;border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-ask-choice,:global(.light) .react-search-ask-choice,html[data-theme=light] .react-search-ask-choice{background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));color:var(--sl-color-text, #fff) / .9;border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}:global([data-theme=light]) .react-search-ask-choice:hover:not(:disabled),:global(.light) .react-search-ask-choice:hover:not(:disabled),html[data-theme=light] .react-search-ask-choice:hover:not(:disabled){background:var(--sl-color-gray-5, rgba(255, 255, 255, .1));border-color:var(--sl-color-gray-5, rgba(255, 255, 255, .1))}
