.widget-research-progress{width:-moz-fit-content;width:fit-content;min-width:420px;padding:1.25rem;margin:1rem 0;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.25rem;box-shadow:0 10px 40px -10px rgba(0,0,0,.15)}.dark .widget-research-progress,:root.dark .widget-research-progress{box-shadow:0 10px 40px -10px rgba(0,0,0,.4)}@media (width <=640px){.widget-research-progress{min-width:unset;width:100%}}.widget-research-section-header{margin-left:calc(6px + .75rem);margin-bottom:.75rem}.widget-research-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground))}.widget-research-list{display:flex;flex-direction:column;gap:0}.widget-research-list-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:hsl(var(--muted-foreground));transition:color .3s ease}.widget-research-list-item[data-state=active]{color:hsl(var(--foreground));font-weight:500}.widget-research-list-item[data-state=done]{color:hsl(var(--muted-foreground))}.widget-research-list-item[data-state=pending]{opacity:.5}.widget-research-list-dot{width:6px;height:6px;border-radius:50%;background:transparent;flex-shrink:0}.widget-research-list-dot[data-state=done]{background:#22c55e}.widget-research-list-check{color:#22c55e;flex-shrink:0}.widget-research-list-spinner{width:1rem;height:1rem;color:#3b82f6;flex-shrink:0;animation:widget-research-spin 1s linear infinite}@keyframes widget-research-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.widget-research-list-text-secondary{font-size:.75rem;color:hsl(var(--muted-foreground))}.widget-research-complete{width:-moz-fit-content;width:fit-content;min-width:420px;padding:1.25rem;margin:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.25rem;box-shadow:0 10px 40px -10px rgba(0,0,0,.15);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dark .widget-research-complete,:root.dark .widget-research-complete{box-shadow:0 10px 40px -10px rgba(0,0,0,.4)}@media (width <=640px){.widget-research-complete{min-width:unset;width:100%}}.widget-research-complete:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:translateX(-100%);transition:transform .5s ease}.widget-research-complete:hover{transform:scale(1.01);box-shadow:0 12px 45px -10px rgba(0,0,0,.25)}.dark .widget-research-complete:hover,:root.dark .widget-research-complete:hover{box-shadow:0 12px 45px -10px rgba(0,0,0,.5)}.widget-research-complete:hover:before{transform:translateX(100%)}.widget-research-complete-left{display:flex;align-items:center;gap:1rem}.widget-research-complete-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--foreground));flex-shrink:0;border:1px solid hsl(var(--border))}.widget-research-complete-text{display:flex;flex-direction:column;gap:.125rem}.widget-research-complete-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground))}.widget-research-complete-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.widget-research-complete-arrow{opacity:.5;transition:opacity .3s ease,transform .3s ease;color:hsl(var(--foreground))}.widget-research-complete:hover .widget-research-complete-arrow{opacity:1;transform:translateX(4px)}.widget-research-elapsed{margin:.375rem 0 0;padding-left:1.25rem;font-size:.75rem;font-weight:400;color:hsl(var(--muted-foreground));letter-spacing:.01em}.report-panel-split-outer{display:flex;height:100%;flex-shrink:0;flex-direction:column;padding:.75rem .75rem .75rem 0}.report-panel-split-card{position:relative;display:flex;height:100%;width:100%;flex-direction:column;overflow:hidden;min-width:400px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:32px;box-shadow:0 10px 40px -10px rgba(0,0,0,.12)}.dark .report-panel-split-card,:root.dark .report-panel-split-card{box-shadow:0 10px 40px -10px rgba(0,0,0,.4)}.report-panel-overlay-backdrop{position:fixed;inset:0;background-color:rgb(233 237 243/.2);--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.report-panel-overlay-backdrop:is(.dark *){background-color:rgb(18 20 24/.2)}.report-panel-overlay-backdrop{z-index:var(--z-backdrop)}.report-panel-overlay-outer{position:fixed;display:flex;flex-direction:column;top:.75rem;right:.75rem;bottom:.75rem;width:100%;max-width:42rem;z-index:var(--z-overlay-panel)}.report-panel-overlay-card{position:relative;display:flex;height:100%;width:100%;flex-direction:column;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:32px;box-shadow:0 20px 60px -15px rgba(0,0,0,.2)}.dark .report-panel-overlay-card,:root.dark .report-panel-overlay-card{box-shadow:0 20px 60px -15px rgba(0,0,0,.5)}.report-panel-close-btn{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;top:1.5rem;right:1.5rem;width:2rem;height:2rem;color:hsl(var(--muted-foreground));z-index:10;&:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}&:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}&:hover{color:hsl(var(--foreground))}}.report-panel-content{flex:1 1 0%;overflow-y:auto;padding:2rem 3.5rem 2rem 2rem}.report-panel-prose{color:var(--tw-prose-body);max-width:65ch}.report-panel-prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.report-panel-prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.report-panel-prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.report-panel-prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.report-panel-prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.report-panel-prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.report-panel-prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.report-panel-prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.report-panel-prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.report-panel-prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.report-panel-prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.report-panel-prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.report-panel-prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.report-panel-prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.report-panel-prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.report-panel-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.report-panel-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.report-panel-prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.report-panel-prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.report-panel-prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.report-panel-prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.report-panel-prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.report-panel-prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.report-panel-prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.report-panel-prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.report-panel-prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.report-panel-prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.report-panel-prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.report-panel-prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.report-panel-prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.report-panel-prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.report-panel-prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.report-panel-prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.report-panel-prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.report-panel-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.report-panel-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.report-panel-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.report-panel-prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.report-panel-prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.report-panel-prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.report-panel-prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.report-panel-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.report-panel-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.report-panel-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.report-panel-prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.report-panel-prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.report-panel-prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.report-panel-prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.report-panel-prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.report-panel-prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.report-panel-prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.report-panel-prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.report-panel-prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.report-panel-prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.report-panel-prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.report-panel-prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39/10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255/10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.report-panel-prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.report-panel-prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.report-panel-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.report-panel-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.report-panel-prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.report-panel-prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.report-panel-prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.report-panel-prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.report-panel-prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.report-panel-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.report-panel-prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.report-panel-prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.report-panel-prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.report-panel-prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.report-panel-prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.report-panel-prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.report-panel-prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.report-panel-prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.report-panel-prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.report-panel-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.report-panel-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.report-panel-prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.report-panel-prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.report-panel-prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.report-panel-prose{--tw-prose-links:#2563eb;--tw-prose-invert-links:#3b82f6;max-width:none}.report-panel-prose:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.report-panel-prose :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500}.report-panel-prose :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:2rem}