div[mudsheet]{display:flex;min-width:32px;min-height:32px}div[mudsheet][appbar]{max-height:calc(100vh - var(--mud-appbar-height,64px))}div[mudsheet][appbar][appbar-dense='true']{max-height:calc(100vh - calc(var(--mud-appbar-height,64px) - var(--mud-appbar-height,64px)/4))}div[mudsheet].mud-sheet-position-bottom,div[mudsheet].mud-sheet-position-top{width:100%;max-width:640px}div[mudsheet].mud-sheet-position-left,div[mudsheet].mud-sheet-position-right{height:100%}div[mudsheet].mud-sheet-position-left:not([appbar]),div[mudsheet].mud-sheet-position-right:not([appbar]){max-height:100vh}div[mudsheet].mud-sheet-position-bottom .mud-sheet-content{align-items:flex-end;justify-content:center}div[mudsheet].mud-sheet-position-top .mud-sheet-content{align-items:flex-start;justify-content:center}div[mudsheet].mud-sheet-position-left .mud-sheet-content{align-items:center;justify-content:flex-start}div[mudsheet].mud-sheet-position-right .mud-sheet-content{align-items:center;justify-content:flex-end}div[mudsheet].mud-sheet-position-center .mud-sheet-content{align-items:center;justify-content:center}div[mudsheet] .mud-sheet-container{position:relative}div[mudsheet] .mud-sheet-container.mud-sheet-dragging{border:1px solid var(--mud-palette-divider)}div[mudsheet] .mud-sheet-content{padding:16px}.mud-sheet-container{--sheet-borderradius:var(--mud-default-borderradius,4px);display:flex;width:100%;height:100%;background-color:var(--mud-palette-surface);border-radius:var(--sheet-borderradius);transition:height 200ms cubic-bezier(.4,0,.2,1),width 200ms cubic-bezier(.4,0,.2,1)}.mud-sheet-container.mud-sheet-borderradius-0{--sheet-borderradius:0px}.mud-sheet-container.mud-sheet-borderradius-1{--sheet-borderradius:1px}.mud-sheet-container.mud-sheet-borderradius-2{--sheet-borderradius:2px}.mud-sheet-container.mud-sheet-borderradius-3{--sheet-borderradius:3px}.mud-sheet-container.mud-sheet-borderradius-4{--sheet-borderradius:4px}.mud-sheet-container.mud-sheet-borderradius-5{--sheet-borderradius:5px}.mud-sheet-container.mud-sheet-borderradius-6{--sheet-borderradius:6px}.mud-sheet-container.mud-sheet-borderradius-7{--sheet-borderradius:7px}.mud-sheet-container.mud-sheet-borderradius-8{--sheet-borderradius:8px}.mud-sheet-container.mud-sheet-borderradius-9{--sheet-borderradius:9px}.mud-sheet-container.mud-sheet-borderradius-10{--sheet-borderradius:10px}.mud-sheet-container.mud-sheet-borderradius-11{--sheet-borderradius:11px}.mud-sheet-container.mud-sheet-borderradius-12{--sheet-borderradius:12px}.mud-sheet-container.mud-sheet-borderradius-13{--sheet-borderradius:13px}.mud-sheet-container.mud-sheet-borderradius-14{--sheet-borderradius:14px}.mud-sheet-container.mud-sheet-borderradius-15{--sheet-borderradius:15px}.mud-sheet-container.mud-sheet-borderradius-16{--sheet-borderradius:16px}.mud-sheet-container.mud-sheet-borderradius-17{--sheet-borderradius:17px}.mud-sheet-container.mud-sheet-borderradius-18{--sheet-borderradius:18px}.mud-sheet-container.mud-sheet-borderradius-19{--sheet-borderradius:19px}.mud-sheet-container.mud-sheet-borderradius-20{--sheet-borderradius:20px}.mud-sheet-container.mud-sheet-borderradius-21{--sheet-borderradius:21px}.mud-sheet-container.mud-sheet-borderradius-22{--sheet-borderradius:22px}.mud-sheet-container.mud-sheet-borderradius-23{--sheet-borderradius:23px}.mud-sheet-container.mud-sheet-borderradius-24{--sheet-borderradius:24px}.mud-sheet-container .mud-sheet-content{color:var(--mud-palette-text-primary);overflow:hidden;display:flex;flex:1}.mud-sheet-container .mud-sheet-content>.mud-paper{border-radius:unset}.mud-sheet-container.mud-sheet-position-bottom{flex-direction:column;border-radius:var(--sheet-borderradius) var(--sheet-borderradius) 0 0}.mud-sheet-container.mud-sheet-position-bottom .mud-sheet-handle{order:-1}.mud-sheet-container.mud-sheet-position-top{flex-direction:column;border-radius:0 0 var(--sheet-borderradius) var(--sheet-borderradius)}.mud-sheet-container.mud-sheet-position-top .mud-sheet-handle{order:1}.mud-sheet-container.mud-sheet-position-left{flex-direction:row;border-radius:0 var(--sheet-borderradius) var(--sheet-borderradius) 0}.mud-sheet-container.mud-sheet-position-left .mud-sheet-handle{order:1}.mud-sheet-container.mud-sheet-position-right{flex-direction:row;border-radius:var(--sheet-borderradius) 0 0 var(--sheet-borderradius)}.mud-sheet-container.mud-sheet-position-right .mud-sheet-handle{order:-1}.mud-sheet-container.mud-sheet-position-center{flex-direction:column;border-radius:var(--sheet-borderradius)}.mud-sheet-container.mud-sheet-position-center .mud-sheet-handle{order:-1}.mud-sheet-container .mud-sheet-handle{display:flex;min-height:32px;min-width:32px;align-items:center;justify-content:center;color:var(--mud-palette-divider);flex-shrink:0;border:0}.mud-sheet-container .mud-sheet-handle.mud-draggable{pointer-events:auto;cursor:grab}.mud-sheet-container .mud-sheet-handle.mud-draggable:active{cursor:grabbing}.mud-sheet-container .mud-sheet-handle:focus{outline:0}.mud-sheet-container.mud-sheet-position-top,.mud-sheet-container.mud-sheet-position-center,.mud-sheet-container.mud-sheet-position-bottom{margin:0 auto}.mud-sheet-container.mud-sheet-position-top .mud-sheet-handle,.mud-sheet-container.mud-sheet-position-center .mud-sheet-handle,.mud-sheet-container.mud-sheet-position-bottom .mud-sheet-handle{width:100%}.mud-sheet-container.mud-sheet-position-left .mud-sheet-handle,.mud-sheet-container.mud-sheet-position-right .mud-sheet-handle{height:100%;writing-mode:vertical-rl}.mud-rtl-provider[dir='rtl'] .mud-sheet-container.mud-sheet-position-left .mud-sheet-handle{order:-1}.mud-rtl-provider[dir='rtl'] .mud-sheet-container.mud-sheet-position-right .mud-sheet-handle{order:1}.mudx-splitter-container{display:grid}.mudx-splitter-container.mudx-splitter-horizontal{grid-template-rows:100%}.mudx-splitter-container.mudx-splitter-vertical{grid-template-columns:100%}.mudx-splitter-hr{display:block;margin-block-start:10px;margin-block-end:10px;margin-inline-start:10px;margin-inline-end:10px;background:var(--mud-palette-divider);border:0}.mudx-splitter-separator{pointer-events:auto;cursor:grab}.mudx-splitter-separator.mudx-splitter-horizontal{grid-column:2;grid-row:1}.mudx-splitter-separator.mudx-splitter-horizontal .mudx-splitter-hr{height:100%;width:8px}.mudx-splitter-separator.mudx-splitter-vertical{grid-column:1;grid-row:2}.mudx-splitter-separator.mudx-splitter-vertical .mudx-splitter-hr{width:100%;height:8px}.mudx-splitter-separator:active{cursor:grabbing}.mudx-splitter-separator:focus{outline:0}.mudx-splitter-start,.mudx-splitter-end{overflow:auto;display:flex}.mudx-splitter-start{overflow:auto;grid-column:1;grid-row:1}.mudx-splitter-end.mudx-splitter-horizontal{grid-column:3;grid-row:1}.mudx-splitter-end.mudx-splitter-vertical{grid-column:1;grid-row:3}.mudx-code-item .mud-input{height:42px;width:42px}.mudx-code-item.dense .mud-input{height:32px;width:32px}.mudx-code-container .d-flex .mud-input-control.mudx-code-item.dense,.mudx-code-container .d-flex .mud-input-control.mudx-code-item.vertical{margin:0}.mudx-code-item input{text-align:center;padding:0!important}.mudx-code-item .mud-input-control-helper-container{justify-items:center}.mudx-code-display pre code{border-radius:var(--mud-default-borderradius)}.mudx-code-tabs{margin-top:48px}.mudx-toc-nav-popover{position:absolute}.mudx-toc-nav-popover.mudx-toc-nav-popover-fixed{position:fixed}.mudx-toc-nav-links{position:relative;transition:all .3s ease;padding-left:.5rem}.mudx-toc-nav-links .mudx-toc-nav-navlink.navigation-level-1{padding-left:.75rem}.mudx-toc-nav-links .mudx-toc-nav-navlink.navigation-level-2{padding-left:1.5rem}.mudx-toc-nav-links .mudx-toc-nav-navlink.navigation-level-3{padding-left:2.25rem}.mudx-toc-nav-links .mudx-toc-nav-navlink.navigation-level-4{padding-left:3rem}.mudx-toc-nav-links .mudx-toc-nav-navlink.navigation-level-5{padding-left:3.75rem}.mudx-toc-nav-links .mud-nav-item.mudx-toc-nav-navlink .mud-nav-link:hover,.mudx-toc-nav-links .mud-nav-item.mudx-toc-nav-navlink .mud-nav-link:active,.mudx-toc-nav-links .mud-nav-item.mudx-toc-nav-navlink .mud-nav-link:focus{background-color:inherit}.mudx-toc-nav-links .mudx-toc-nav-navlink{position:relative;margin-bottom:.1rem;transition:color .3s ease;text-decoration:none;display:block}.mudx-toc-nav-links .mud-nav-link{padding:2px}.mudx-toc-nav-links .mudx-toc-nav-navlink.active .mud-nav-link-text{font-weight:bold;color:var(--mud-palette-primary)}.mudx-toc-nav-links .mudx-toc-nav-navlink.active.underline .mud-nav-link-text{font-weight:bold;color:var(--mud-palette-primary);text-decoration:underline}.mudx-style-bullet{padding-left:.2rem}.mudx-style-bullet .mudx-toc-nav-navlink{padding-left:1rem}.mudx-toc-nav-links.mudx-style-bullet .mudx-toc-nav-navlink.navigation-level-1{margin-left:.75rem}.mudx-toc-nav-links.mudx-style-bullet .mudx-toc-nav-navlink.navigation-level-2{margin-left:1.5rem}.mudx-toc-nav-links.mudx-style-bullet .mudx-toc-nav-navlink.navigation-level-3{margin-left:2.25rem}.mudx-toc-nav-links.mudx-style-bullet .mudx-toc-nav-navlink.navigation-level-4{margin-left:3rem}.mudx-toc-nav-link.mudx-style-bullets .mudx-toc-nav-navlink.navigation-level-5{margin-left:3.75rem}.mudx-style-bullet .mudx-toc-nav-navlink::before{content:"";position:absolute;top:.55rem;left:.4rem;width:10px;height:10px;background-color:var(--mud-palette-primary-text);border-radius:50%;transition:all .3s ease}.mudx-style-bullet .mudx-toc-nav-navlink.active::before{background-color:var(--mud-palette-primary);transform:scale(1.4);box-shadow:0 0 6px var(--mud-palette-primary)}.mudx-style-scroll{position:relative;padding-left:.2rem}.mudx-style-scroll::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--mud-palette-divider);border-radius:2px}.mudx-style-scroll .mudx-toc-nav-navlink{padding-left:0}.mudx-style-scroll .mudx-toc-nav-navlink::before{content:"";position:absolute;left:-3.5px;top:0;width:4px;height:100%;background-color:transparent;border-radius:2px;transition:background-color .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.mudx-style-scroll .mudx-toc-nav-navlink.active::before{background-color:var(--mud-palette-primary);transform:translateY(0);box-shadow:0 0 8px rgba(var(--mud-palette-primary-rgb),.4)}.mudx-style-minimal{padding-left:.2rem}.mudx-style-minimal .mudx-toc-nav-navlink{padding-left:.1rem}.mudx-style-minimal .mudx-toc-nav-navlink::before{content:"|";position:absolute;top:.15rem;left:0;font-weight:bold;font-size:1rem;color:var(--mud-palette-text-secondary);transition:transform .3s ease,color .3s ease}.mudx-style-minimal .mudx-toc-nav-navlink.active::before{color:var(--mud-palette-primary);transform:translateX(.1rem)}.mudx-chat{display:grid;column-gap:.75rem;padding-top:.25rem;padding-bottom:.25rem;border-radius:var(--mud-default-borderradius)}.mudx-chat.mud-dense .mudx-chat-bubble{padding:.1875rem 1rem;min-height:calc(2.75rem*1/3)}.mudx-chat.mud-dense .mudx-chat-bubble+.mudx-chat-bubble{margin-top:.1875rem}.mudx-chat.mud-dense .mudx-chat-header{line-height:calc(1.25rem*1/3)}.mudx-chat.mud-square{border-radius:0}.mudx-chat.mud-square .mudx-chat-bubble{border-radius:0}.mudx-chat.mudx-chat-arrow-top .mudx-chat-bubble:before{content:"";mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMycgaGVpZ2h0PSczJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9J2JsYWNrJyBkPSdtIDAgMCBMIDMgMCBMIDMgMyBDIDMgMiAxIDAgMCAwJy8+PC9zdmc+);bottom:auto;top:0}.mudx-chat.mudx-chat-arrow-top.mudx-chat-start .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-top.mudx-chat-end.mudx-chat-rtl .mudx-chat-bubble:before{transform:none}.mudx-chat.mudx-chat-arrow-top.mudx-chat-end .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-top.mudx-chat-start.mudx-chat-rtl .mudx-chat-bubble:before{transform:scaleX(-1)}.mudx-chat.mudx-chat-arrow-top.mudx-chat-start .mudx-chat-bubble,.mudx-chat.mudx-chat-arrow-top.mudx-chat-end.mudx-chat-rtl .mudx-chat-bubble{border-top-left-radius:0}.mudx-chat.mudx-chat-arrow-top.mudx-chat-end .mudx-chat-bubble,.mudx-chat.mudx-chat-arrow-top.mudx-chat-start.mudx-chat-rtl .mudx-chat-bubble{border-top-right-radius:0}.mudx-chat.mudx-chat-arrow-bottom .mudx-chat-bubble:before{content:"";mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMycgaGVpZ2h0PSczJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9J2JsYWNrJyBkPSdtIDAgMyBMIDMgMyBMIDMgMCBDIDMgMSAxIDMgMCAzJy8+PC9zdmc+);bottom:0}.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-start .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-end.mudx-chat-rtl .mudx-chat-bubble:before{transform:none}.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-end .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-start.mudx-chat-rtl .mudx-chat-bubble:before{transform:scaleX(-1)}.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-start .mudx-chat-bubble,.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-end.mudx-chat-rtl .mudx-chat-bubble{border-bottom-left-radius:0}.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-end .mudx-chat-bubble,.mudx-chat.mudx-chat-arrow-bottom.mudx-chat-start.mudx-chat-rtl .mudx-chat-bubble{border-bottom-right-radius:0}.mudx-chat.mudx-chat-arrow-middle .mudx-chat-bubble:before{content:"";mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzIDMiIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj4KICA8cG9seWdvbiBwb2ludHM9IjMsMCAzLDMgMS41LDEuNSIgZmlsbD0iYmxhY2siIC8+Cjwvc3ZnPg==);top:50%}.mudx-chat.mudx-chat-arrow-middle.mudx-chat-start .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-middle.mudx-chat-end.mudx-chat-rtl .mudx-chat-bubble:before{transform:translateY(-50%)}.mudx-chat.mudx-chat-arrow-middle.mudx-chat-end .mudx-chat-bubble:before,.mudx-chat.mudx-chat-arrow-middle.mudx-chat-start.mudx-chat-rtl .mudx-chat-bubble:before{transform:scaleX(-1) translateY(-50%)}.mudx-chat-bubble{position:relative;text-align:start;align-content:center;width:fit-content;padding:.5rem 1rem;max-width:90%;border-radius:var(--mud-default-borderradius);min-width:2.75rem;min-height:2.75rem}.mudx-chat-bubble.mudx-chat-bubble-clickable{cursor:pointer;user-select:none;overflow:unset!important;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;transition:background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;--mud-ripple-color:var(--mud-palette-text-primary);--mud-ripple-opacity:var(--mud-ripple-opacity-secondary)!important}@media(hover:hover) and (pointer:fine){.mudx-chat-bubble.mudx-chat-bubble-clickable:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:var(--mud-palette-action-disabled-background)}}.mudx-chat-bubble.mudx-chat-bubble-clickable:focus-visible{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:var(--mud-palette-action-disabled-background)}.mudx-chat-bubble.mudx-chat-bubble-clickable:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);background-color:var(--mud-palette-action-disabled-background)}.mudx-chat-bubble:before{position:absolute;width:.75rem;height:.75rem;background-color:inherit;mask-size:contain;mask-repeat:no-repeat;mask-position:center}.mudx-chat-bubble+.mudx-chat-bubble{margin-top:.5rem}.mudx-chat-bubble+.mudx-chat-bubble:before{content:none!important}.mudx-chat-header{grid-row-start:1;font-size:.875rem;line-height:1.25rem;margin-left:.25rem;margin-right:.25rem;min-height:.5rem}.mudx-chat-header time{margin-left:.5rem;opacity:.5;font-size:.75rem;line-height:1rem}.mudx-chat-footer{opacity:.5;font-size:.875rem;line-height:1rem;margin-left:.25rem;margin-right:.25rem;min-height:.5rem}.mudx-chat .mud-avatar{align-self:center;grid-row-start:1}.mudx-chat:has(.mudx-chat-header) .mud-avatar{grid-row-start:2}.mudx-chat-start{place-items:start;grid-template-columns:1fr 99fr}.mudx-chat-start .mudx-chat-header,.mudx-chat-start .mudx-chat-footer{grid-column-start:2}.mudx-chat-start .mud-avatar{grid-column-start:1;margin-left:.25rem;margin-right:-.35rem}.mudx-chat-start .mudx-chat-bubble{grid-column-start:2;text-align:start}.mudx-chat-start .mudx-chat-bubble:before{inset-inline-start:-.749rem}.mudx-chat-end{place-items:end;grid-template-columns:99fr 1fr}.mudx-chat-end .mudx-chat-header,.mudx-chat-end .mudx-chat-footer{grid-column-start:1}.mudx-chat-end .mud-avatar{grid-column-start:2;margin-right:.25rem;margin-left:-.35rem}.mudx-chat-end .mudx-chat-bubble{grid-column-start:1;text-align:end}.mudx-chat-end .mudx-chat-bubble:before{inset-inline-start:100%;transform:scaleX(-1)}.mudx-chat-text{background-color:var(--mud-palette-error-hover)}.mudx-chat-text-default{color:var(--mud-palette-text-primary);--mud-ripple-color:var(--mud-palette-text-primary)}.mudx-chat-text-primary{color:var(--mud-palette-primary-darken);--mud-ripple-color:var(--mud-palette-primary-darken)}.mudx-chat-text-secondary{color:var(--mud-palette-secondary-darken);--mud-ripple-color:var(--mud-palette-secondary-darken)}.mudx-chat-text-tertiary{color:var(--mud-palette-tertiary-darken);--mud-ripple-color:var(--mud-palette-tertiary-darken)}.mudx-chat-text-info{color:var(--mud-palette-info-darken);--mud-ripple-color:var(--mud-palette-info-darken)}.mudx-chat-text-success{color:var(--mud-palette-success-darken);--mud-ripple-color:var(--mud-palette-success-darken)}.mudx-chat-text-warning{color:var(--mud-palette-warning-darken);--mud-ripple-color:var(--mud-palette-warning-darken)}.mudx-chat-text-error{color:var(--mud-palette-error-darken);--mud-ripple-color:var(--mud-palette-error-darken)}.mudx-chat-text-dark{color:var(--mud-palette-dark-darken);--mud-ripple-color:var(--mud-palette-dark-darken)}.mudx-chat-outlined-default{color:var(--mud-palette-text-primary);border-color:var(--mud-palette-action-default-hover);--mud-ripple-color:var(--mud-palette-text-primary)}.mudx-chat-outlined-default:before{background-color:var(--mud-palette-action-default-hover)}.mudx-chat-outlined-primary{color:var(--mud-palette-primary-darken);border-color:var(--mud-palette-primary);--mud-ripple-color:var(--mud-palette-primary-darken)}.mudx-chat-outlined-primary:before{background-color:var(--mud-palette-primary-darken)}.mudx-chat-outlined-secondary{color:var(--mud-palette-secondary-darken);border-color:var(--mud-palette-secondary);--mud-ripple-color:var(--mud-palette-secondary-darken)}.mudx-chat-outlined-secondary:before{background-color:var(--mud-palette-secondary-darken)}.mudx-chat-outlined-tertiary{color:var(--mud-palette-tertiary-darken);border-color:var(--mud-palette-tertiary);--mud-ripple-color:var(--mud-palette-tertiary-darken)}.mudx-chat-outlined-tertiary:before{background-color:var(--mud-palette-tertiary-darken)}.mudx-chat-outlined-info{color:var(--mud-palette-info-darken);border-color:var(--mud-palette-info);--mud-ripple-color:var(--mud-palette-info-darken)}.mudx-chat-outlined-info:before{background-color:var(--mud-palette-info-darken)}.mudx-chat-outlined-success{color:var(--mud-palette-success-darken);border-color:var(--mud-palette-success);--mud-ripple-color:var(--mud-palette-success-darken)}.mudx-chat-outlined-success:before{background-color:var(--mud-palette-success-darken)}.mudx-chat-outlined-warning{color:var(--mud-palette-warning-darken);border-color:var(--mud-palette-warning);--mud-ripple-color:var(--mud-palette-warning-darken)}.mudx-chat-outlined-warning:before{background-color:var(--mud-palette-warning-darken)}.mudx-chat-outlined-error{color:var(--mud-palette-error-darken);border-color:var(--mud-palette-error);--mud-ripple-color:var(--mud-palette-error-darken)}.mudx-chat-outlined-error:before{background-color:var(--mud-palette-error-darken)}.mudx-chat-outlined{border-style:solid;border-width:1px}.mudx-chat-outlined.mudx-chat-arrow-top:before{top:-.05rem!important}.mudx-chat-outlined.mudx-chat-arrow-bottom:before{bottom:-.02rem!important}.mudx-chat-outlined-dark{color:var(--mud-palette-dark-darken);border:1px solid var(--mud-palette-dark);--mud-ripple-color:var(--mud-palette-dark-darken)}.mudx-chat-outlined-dark:before{background-color:var(--mud-palette-dark-darken)}.mudx-chat-outlined-dark.mudx-chat-arrow-top:before{top:-.05rem!important}.mudx-chat-outlined-dark.mudx-chat-arrow-bottom:before{bottom:-.02rem!important}.mudx-chat-filled{font-weight:500}.mudx-chat-filled-default{color:var(--mud-palette-text-primary);background-color:var(--mud-palette-action-default-hover);--mud-ripple-color:var(--mud-palette-text-primary)}.mudx-chat-filled-primary{color:var(--mud-palette-primary-text);background-color:var(--mud-palette-primary);--mud-ripple-color:var(--mud-palette-primary-text)}.mudx-chat-filled-secondary{color:var(--mud-palette-secondary-text);background-color:var(--mud-palette-secondary);--mud-ripple-color:var(--mud-palette-secondary-text)}.mudx-chat-filled-tertiary{color:var(--mud-palette-tertiary-text);background-color:var(--mud-palette-tertiary);--mud-ripple-color:var(--mud-palette-tertiary-text)}.mudx-chat-filled-info{color:var(--mud-palette-info-text);background-color:var(--mud-palette-info);--mud-ripple-color:var(--mud-palette-info-text)}.mudx-chat-filled-success{color:var(--mud-palette-success-text);background-color:var(--mud-palette-success);--mud-ripple-color:var(--mud-palette-success-text)}.mudx-chat-filled-warning{color:var(--mud-palette-warning-text);background-color:var(--mud-palette-warning);--mud-ripple-color:var(--mud-palette-warning-text)}.mudx-chat-filled-error{color:var(--mud-palette-error-text);background-color:var(--mud-palette-error);--mud-ripple-color:var(--mud-palette-error-text)}.mudx-chat-filled-dark{color:var(--mud-palette-dark-text);background-color:var(--mud-palette-dark);--mud-ripple-color:var(--mud-palette-dark-text)}