@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,400,0..1";@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.standings-card-bounce{animation:standingsCardBounce .4s ease-in-out;transform-origin:top}@keyframes standingsCardBounce{0%{transform:scaleY(1)}50%{transform:scaleY(.95)}to{transform:scaleY(1)}}@media (prefers-reduced-motion: reduce){.str-chat,.str-chat *,.str-chat *:before,.str-chat *:after{animation-delay:0ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0ms!important;transition-duration:.01ms!important}.str-chat__attachment-selector__menu-button__icon{transform:none}}.str-chat__prepare-rotate45{transition:transform .2s ease;transform:rotate(0);transform-origin:center center}.str-chat__rotate45{transform:rotate(45deg)}.str-chat,.str-chat__theme-dark .str-chat__theme-inverse{--str-chat__base-transparent-0: rgba(255, 255, 255, 0);--str-chat__base-transparent-white-10: rgba(255, 255, 255, .1);--str-chat__base-transparent-white-20: rgba(255, 255, 255, .2);--str-chat__base-transparent-white-30: rgba(255, 255, 255, .3);--str-chat__base-transparent-white-70: rgba(255, 255, 255, .7);--str-chat__base-transparent-black-5: rgba( 0, 0, 0, .05 );--str-chat__base-transparent-black-10: rgba( 0, 0, 0, .1 );--str-chat__base-transparent-black-70: rgba( 0, 0, 0, .7 );--str-chat__base-black: #000000;--str-chat__base-white: #ffffff;--str-chat__slate-50: #f6f8fa;--str-chat__slate-100: #ebeef1;--str-chat__slate-150: #d5dbe1;--str-chat__slate-200: #c0c8d2;--str-chat__slate-300: #a3acba;--str-chat__slate-400: #87909f;--str-chat__slate-500: #687385;--str-chat__slate-600: #545969;--str-chat__slate-700: #414552;--str-chat__slate-800: #30313d;--str-chat__slate-900: #1a1b25;--str-chat__neutral-50: #f8f8f8;--str-chat__neutral-100: #efefef;--str-chat__neutral-150: #d8d8d8;--str-chat__neutral-200: #c4c4c4;--str-chat__neutral-300: #ababab;--str-chat__neutral-400: #8f8f8f;--str-chat__neutral-500: #6a6a6a;--str-chat__neutral-600: #565656;--str-chat__neutral-700: #464646;--str-chat__neutral-800: #323232;--str-chat__neutral-900: #1c1c1c;--str-chat__blue-50: #f3f7ff;--str-chat__blue-100: #e3edff;--str-chat__blue-150: #c3d9ff;--str-chat__blue-200: #a5c5ff;--str-chat__blue-300: #78a8ff;--str-chat__blue-400: #4586ff;--str-chat__blue-500: #005fff;--str-chat__blue-600: #1b53bd;--str-chat__blue-700: #19418d;--str-chat__blue-800: #142f63;--str-chat__blue-900: #091a3b;--str-chat__cyan-50: #f1fbfc;--str-chat__cyan-100: #d1f3f6;--str-chat__cyan-150: #a9e4ea;--str-chat__cyan-200: #72d7e0;--str-chat__cyan-300: #45bcc7;--str-chat__cyan-400: #1e9ea9;--str-chat__cyan-500: #248088;--str-chat__cyan-600: #006970;--str-chat__cyan-700: #065056;--str-chat__cyan-800: #003a3f;--str-chat__cyan-900: #002124;--str-chat__green-50: #e1ffee;--str-chat__green-100: #bdfcdb;--str-chat__green-150: #8febbd;--str-chat__green-200: #59dea3;--str-chat__green-300: #00c384;--str-chat__green-400: #00a46e;--str-chat__green-500: #277e59;--str-chat__green-600: #006643;--str-chat__green-700: #004f33;--str-chat__green-800: #003a25;--str-chat__green-900: #002213;--str-chat__purple-50: #f7f8ff;--str-chat__purple-100: #ecedff;--str-chat__purple-150: #d4d7ff;--str-chat__purple-200: #c1c5ff;--str-chat__purple-300: #a1a3ff;--str-chat__purple-400: #8482fc;--str-chat__purple-500: #644af9;--str-chat__purple-600: #553bd8;--str-chat__purple-700: #4032a1;--str-chat__purple-800: #2e2576;--str-chat__purple-900: #1a114d;--str-chat__yellow-50: #fef9da;--str-chat__yellow-100: #fcedb9;--str-chat__yellow-150: #fcd579;--str-chat__yellow-200: #f6bf57;--str-chat__yellow-300: #fa922b;--str-chat__yellow-400: #f26d10;--str-chat__yellow-500: #c84801;--str-chat__yellow-600: #a82c00;--str-chat__yellow-700: #842106;--str-chat__yellow-800: #5f1a05;--str-chat__yellow-900: #331302;--str-chat__red-50: #fff5fa;--str-chat__red-100: #ffe7f2;--str-chat__red-150: #ffccdf;--str-chat__red-200: #ffb1cd;--str-chat__red-300: #fe87a1;--str-chat__red-400: #fc526a;--str-chat__red-500: #d90d10;--str-chat__red-600: #b3093c;--str-chat__red-700: #890d37;--str-chat__red-800: #68052b;--str-chat__red-900: #3e021a;--str-chat__violet-50: #fef4ff;--str-chat__violet-100: #fbe8fe;--str-chat__violet-150: #f7cffc;--str-chat__violet-200: #eeb5f4;--str-chat__violet-300: #e68bec;--str-chat__violet-400: #d75fe7;--str-chat__violet-500: #b716ca;--str-chat__violet-600: #9d00ae;--str-chat__violet-700: #7c0089;--str-chat__violet-800: #5c0066;--str-chat__violet-900: #36003d;--str-chat__lime-50: #f1fde8;--str-chat__lime-100: #d4ffb0;--str-chat__lime-150: #b1ee79;--str-chat__lime-200: #9cda5d;--str-chat__lime-300: #78c100;--str-chat__lime-400: #639e11;--str-chat__lime-500: #4b7a0a;--str-chat__lime-600: #3e6213;--str-chat__lime-700: #355315;--str-chat__lime-800: #203a00;--str-chat__lime-900: #112100;--str-chat__size-2: 2px;--str-chat__size-4: 4px;--str-chat__size-6: 6px;--str-chat__size-8: 8px;--str-chat__size-12: 12px;--str-chat__size-16: 16px;--str-chat__size-20: 20px;--str-chat__size-24: 24px;--str-chat__size-32: 32px;--str-chat__size-40: 40px;--str-chat__size-48: 48px;--str-chat__size-64: 64px;--str-chat__size-28: 28px;--str-chat__size-80: 80px;--str-chat__size-128: 128px;--str-chat__size-240: 240px;--str-chat__size-320: 320px;--str-chat__size-480: 480px;--str-chat__size-560: 560px;--str-chat__size-640: 640px;--str-chat__size-760: 760px;--str-chat__size-144: 144px;--str-chat__size-208: 208px;--str-chat__size-56: 56px;--str-chat__radius-0: 0px;--str-chat__radius-2: 2px;--str-chat__radius-4: 4px;--str-chat__radius-6: 6px;--str-chat__radius-8: 8px;--str-chat__radius-12: 12px;--str-chat__radius-16: 16px;--str-chat__radius-20: 20px;--str-chat__radius-24: 24px;--str-chat__radius-32: 32px;--str-chat__radius-full: 9999px;--str-chat__space-0: 0px;--str-chat__space-2: 2px;--str-chat__space-4: 4px;--str-chat__space-8: 8px;--str-chat__space-12: 12px;--str-chat__space-16: 16px;--str-chat__space-20: 20px;--str-chat__space-24: 24px;--str-chat__space-32: 32px;--str-chat__space-40: 40px;--str-chat__space-48: 48px;--str-chat__space-64: 64px;--str-chat__space-80: 80px;--str-chat__w100: 1px;--str-chat__w150: 1.5px;--str-chat__w200: 2px;--str-chat__w300: 3px;--str-chat__w400: 4px;--str-chat__w120: 1.2px;--str-chat__font-family-geist: "Geist";--str-chat__font-family-geist-mono: "Geist Mono";--str-chat__font-family-sf-pro: "SF Pro";--str-chat__font-family-sf-mono: "SF Mono";--str-chat__font-family-roboto: "Roboto";--str-chat__font-family-roboto-mono: "Roboto Mono";--str-chat__font-weight-w400: 400;--str-chat__font-weight-w500: 500;--str-chat__font-weight-w600: 600;--str-chat__font-weight-w700: 700;--str-chat__font-size-size-8: 8px;--str-chat__font-size-size-10: 10px;--str-chat__font-size-size-11: 11px;--str-chat__font-size-size-12: 12px;--str-chat__font-size-size-13: 13px;--str-chat__font-size-size-14: 14px;--str-chat__font-size-size-16: 16px;--str-chat__font-size-size-15: 15px;--str-chat__font-size-size-17: 17px;--str-chat__font-size-size-18: 18px;--str-chat__font-size-size-20: 20px;--str-chat__font-size-size-22: 22px;--str-chat__font-size-size-24: 24px;--str-chat__font-size-size-28: 28px;--str-chat__font-size-size-32: 32px;--str-chat__font-size-size-40: 40px;--str-chat__font-size-size-48: 48px;--str-chat__font-size-size-64: 64px;--str-chat__line-height-line-height-8: 8px;--str-chat__line-height-line-height-10: 10px;--str-chat__line-height-line-height-12: 12px;--str-chat__line-height-line-height-13: 13px;--str-chat__line-height-line-height-14: 14px;--str-chat__line-height-line-height-15: 15px;--str-chat__line-height-line-height-16: 16px;--str-chat__line-height-line-height-17: 17px;--str-chat__line-height-line-height-18: 18px;--str-chat__line-height-line-height-20: 20px;--str-chat__line-height-line-height-24: 24px;--str-chat__line-height-line-height-28: 28px;--str-chat__line-height-line-height-32: 32px;--str-chat__line-height-line-height-40: 40px;--str-chat__line-height-line-height-48: 48px;--str-chat__typography-font-weight-regular: 400;--str-chat__typography-font-weight-medium: 500;--str-chat__typography-font-weight-semi-bold: 600;--str-chat__typography-font-weight-bold: 700;--str-chat__light-elevation-1: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 1px 2px 0px rgba(0, 0, 0, .1), 0px 4px 8px 0px rgba(0, 0, 0, .06);--str-chat__light-elevation-2: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 2px 4px 0px rgba(0, 0, 0, .12), 0px 6px 16px 0px rgba(0, 0, 0, .06);--str-chat__light-elevation-3: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 4px 8px 0px rgba(0, 0, 0, .14), 0px 12px 24px 0px rgba(0, 0, 0, .1);--str-chat__light-elevation-4: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 6px 12px 0px rgba(0, 0, 0, .16), 0px 20px 32px 0px rgba(0, 0, 0, .12);--str-chat__dark-elevation-1: 0px 0px 0px 1px rgba(255, 255, 255, .15), 0px 1px 2px 0px rgba(0, 0, 0, .2), 0px 4px 8px 0px rgba(0, 0, 0, .1);--str-chat__dark-elevation-2: 0px 0px 0px 1px rgba(255, 255, 255, .15), 0px 2px 4px 0px rgba(0, 0, 0, .22), 0px 6px 16px 0px rgba(0, 0, 0, .12);--str-chat__dark-elevation-3: 0px 0px 0px 1px rgba(255, 255, 255, .15), 0px 4px 8px 0px rgba(0, 0, 0, .24), 0px 12px 24px 0px rgba(0, 0, 0, .14);--str-chat__dark-elevation-4: 0px 0px 0px 1px rgba(255, 255, 255, .15), 0px 6px 12px 0px rgba(0, 0, 0, .28), 0px 20px 32px 0px rgba(0, 0, 0, .16);--str-chat__button-padding-y-lg: 14px;--str-chat__button-padding-y-md: 10px;--str-chat__button-padding-y-sm: 6px;--str-chat__button-padding-y-xs: 4px;--str-chat__button-padding-x-icon-only-lg: 14px;--str-chat__button-padding-x-icon-only-md: 10px;--str-chat__button-padding-x-icon-only-sm: 6px;--str-chat__button-padding-x-icon-only-xs: 4px;--str-chat__button-padding-x-with-label-lg: 16px;--str-chat__button-padding-x-with-label-md: 16px;--str-chat__button-padding-x-with-label-sm: 16px;--str-chat__button-padding-x-with-label-xs: 12px;--str-chat__background-core-overlay-light: rgba( 255, 255, 255, .75 );--str-chat__background-core-overlay-dark: rgba( 26, 27, 37, .25 );--str-chat__background-core-scrim: rgba( 26, 27, 37, .5 );--str-chat__background-utility-hover: rgba( 26, 27, 37, .1 );--str-chat__background-utility-pressed: rgba( 26, 27, 37, .15 );--str-chat__background-utility-selected: rgba( 26, 27, 37, .2 );--str-chat__border-utility-hover: rgba( 26, 27, 37, .1 );--str-chat__border-utility-pressed: rgba( 26, 27, 37, .2 );--str-chat__border-utility-selected: rgba( 26, 27, 37, .15 );--str-chat__border-core-opacity-subtle: rgba( 26, 27, 37, .1 );--str-chat__border-core-opacity-strong: rgba( 26, 27, 37, .25 );--str-chat__system-bg-blur: rgba(255, 255, 255, .01);--str-chat__system-scrollbar: rgba(0, 0, 0, .5);--str-chat__badge-bg-overlay: rgba(0, 0, 0, .75);--str-chat__control-play-button-bg: rgba(0, 0, 0, .75);--str-chat__typography-font-family-sans: var(--str-chat__font-family-geist);--str-chat__typography-font-family-mono: var(--str-chat__font-family-geist-mono);--str-chat__typography-font-size-xxs: var( --str-chat__font-size-size-10 );--str-chat__typography-font-size-xs: var( --str-chat__font-size-size-12 );--str-chat__typography-font-size-sm: var( --str-chat__font-size-size-14 );--str-chat__typography-font-size-md: var( --str-chat__font-size-size-16 );--str-chat__typography-font-size-lg: var( --str-chat__font-size-size-18 );--str-chat__typography-font-size-xl: var( --str-chat__font-size-size-20 );--str-chat__typography-font-size-2xl: var( --str-chat__font-size-size-24 );--str-chat__typography-font-size-micro: var( --str-chat__font-size-size-8 );--str-chat__typography-line-height-tight: var( --str-chat__line-height-line-height-16 );--str-chat__typography-line-height-normal: var( --str-chat__line-height-line-height-20 );--str-chat__typography-line-height-relaxed: var( --str-chat__line-height-line-height-24 );--str-chat__radius-none: var(--str-chat__radius-0);--str-chat__radius-xxs: var(--str-chat__radius-2);--str-chat__radius-xs: var(--str-chat__radius-4);--str-chat__radius-sm: var(--str-chat__radius-6);--str-chat__radius-md: var(--str-chat__radius-8);--str-chat__radius-lg: var(--str-chat__radius-12);--str-chat__radius-xl: var(--str-chat__radius-16);--str-chat__radius-2xl: var(--str-chat__radius-20);--str-chat__radius-max: var(--str-chat__radius-full);--str-chat__radius-3xl: var(--str-chat__radius-24);--str-chat__radius-4xl: var(--str-chat__radius-32);--str-chat__spacing-none: var( --str-chat__space-0 );--str-chat__spacing-xxs: var( --str-chat__space-4 );--str-chat__spacing-xs: var( --str-chat__space-8 );--str-chat__spacing-sm: var( --str-chat__space-12 );--str-chat__spacing-md: var( --str-chat__space-16 );--str-chat__spacing-xl: var( --str-chat__space-24 );--str-chat__spacing-2xl: var( --str-chat__space-32 );--str-chat__spacing-3xl: var( --str-chat__space-40 );--str-chat__spacing-lg: var( --str-chat__space-20 );--str-chat__spacing-xxxs: var(--str-chat__space-2);--str-chat__device-safe-area-bottom: var(--str-chat__space-0);--str-chat__device-safe-area-top: var(--str-chat__space-0);--str-chat__button-radius-lg: var(--str-chat__radius-full);--str-chat__button-radius-md: var(--str-chat__radius-full);--str-chat__button-radius-sm: var(--str-chat__radius-full);--str-chat__button-radius-full: var(--str-chat__radius-full);--str-chat__button-visual-height-sm: var(--str-chat__size-32);--str-chat__button-visual-height-md: var(--str-chat__size-40);--str-chat__button-visual-height-lg: var(--str-chat__size-48);--str-chat__button-visual-height-xs: var(--str-chat__size-24);--str-chat__button-hit-target-min-height: var(--str-chat__size-48);--str-chat__button-hit-target-min-width: var(--str-chat__size-48);--str-chat__button-primary-bg-liquid-glass: var(--str-chat__base-transparent-0);--str-chat__icon-size-xs: var(--str-chat__size-12);--str-chat__icon-size-sm: var(--str-chat__size-16);--str-chat__icon-size-md: var(--str-chat__size-20);--str-chat__icon-size-lg: var(--str-chat__size-32);--str-chat__icon-stroke-subtle: var(--str-chat__w120);--str-chat__icon-stroke-default: var(--str-chat__w150);--str-chat__icon-stroke-emphasis: var(--str-chat__w200);--str-chat__emoji-md: var(--str-chat__font-size-size-24);--str-chat__emoji-lg: var(--str-chat__font-size-size-32);--str-chat__emoji-xl: var(--str-chat__font-size-size-48);--str-chat__emoji-2xl: var(--str-chat__font-size-size-64);--str-chat__background-core-highlight: var( --str-chat__yellow-50 );--str-chat__chat-waveform-bar: var(--str-chat__border-core-opacity-strong);--str-chat__control-checkbox-bg: var(--str-chat__base-transparent-0);--str-chat__control-playback-thumb-border-default: var( --str-chat__border-core-opacity-strong );--str-chat__control-radio-button-bg: var(--str-chat__base-transparent-0);--str-chat__control-radio-check-bg: var(--str-chat__base-transparent-0);--str-chat__avatar-palette-bg-1: var(--str-chat__blue-150);--str-chat__avatar-palette-bg-2: var(--str-chat__cyan-150);--str-chat__avatar-palette-bg-3: var(--str-chat__green-150);--str-chat__avatar-palette-bg-4: var(--str-chat__purple-150);--str-chat__avatar-palette-bg-5: var(--str-chat__yellow-150);--str-chat__avatar-palette-text-1: var(--str-chat__blue-900);--str-chat__avatar-palette-text-2: var(--str-chat__cyan-900);--str-chat__avatar-palette-text-3: var(--str-chat__green-900);--str-chat__avatar-palette-text-4: var(--str-chat__purple-900);--str-chat__avatar-palette-text-5: var(--str-chat__yellow-900);--str-chat__accent-success: var( --str-chat__green-400 );--str-chat__accent-warning: var( --str-chat__yellow-400 );--str-chat__accent-error: var( --str-chat__red-500 );--str-chat__brand-50: var(--str-chat__blue-50);--str-chat__brand-100: var(--str-chat__blue-100);--str-chat__brand-150: var(--str-chat__blue-150);--str-chat__brand-200: var(--str-chat__blue-200);--str-chat__brand-300: var(--str-chat__blue-300);--str-chat__brand-400: var(--str-chat__blue-400);--str-chat__brand-500: var(--str-chat__blue-500);--str-chat__brand-600: var(--str-chat__blue-600);--str-chat__brand-700: var(--str-chat__blue-700);--str-chat__brand-800: var(--str-chat__blue-800);--str-chat__brand-900: var(--str-chat__blue-900);--str-chat__skeleton-loading-base: var( --str-chat__base-transparent-0 );--str-chat__skeleton-loading-highlight: var( --str-chat__background-core-overlay-light );--str-chat__chrome-0: var(--str-chat__base-white);--str-chat__chrome-50: var(--str-chat__slate-50);--str-chat__chrome-100: var(--str-chat__slate-100);--str-chat__chrome-150: var(--str-chat__slate-150);--str-chat__chrome-200: var(--str-chat__slate-200);--str-chat__chrome-300: var(--str-chat__slate-300);--str-chat__chrome-400: var(--str-chat__slate-400);--str-chat__chrome-500: var(--str-chat__slate-500);--str-chat__chrome-600: var(--str-chat__slate-600);--str-chat__chrome-700: var(--str-chat__slate-700);--str-chat__chrome-800: var(--str-chat__slate-800);--str-chat__chrome-900: var(--str-chat__slate-900);--str-chat__chrome-1000: var(--str-chat__base-black);--str-chat__device-radius: var(--str-chat__radius-md);--str-chat__message-bubble-radius-group-top: var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-group-middle: var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-group-bottom: var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-tail: var(--str-chat__radius-none);--str-chat__message-bubble-radius-attachment: var(--str-chat__radius-lg);--str-chat__message-bubble-radius-attachment-inline: var(--str-chat__radius-md);--str-chat__composer-radius-fixed: var(--str-chat__radius-3xl);--str-chat__composer-radius-floating: var(--str-chat__radius-3xl);--str-chat__button-primary-border: var(--str-chat__brand-200);--str-chat__button-destructive-bg: var(--str-chat__accent-error);--str-chat__button-destructive-text: var(--str-chat__accent-error);--str-chat__button-destructive-border: var(--str-chat__accent-error);--str-chat__emoji-sm: var(--str-chat__typography-font-size-md);--str-chat__background-core-app: var( --str-chat__chrome-0 );--str-chat__background-core-elevation-0: var( --str-chat__chrome-0 );--str-chat__background-core-elevation-1: var( --str-chat__chrome-0 );--str-chat__background-core-elevation-2: var( --str-chat__chrome-0 );--str-chat__background-core-elevation-3: var( --str-chat__chrome-0 );--str-chat__background-core-surface-default: var( --str-chat__chrome-100 );--str-chat__background-core-surface-subtle: var( --str-chat__chrome-50 );--str-chat__background-core-surface-card: var( --str-chat__chrome-50 );--str-chat__background-core-surface-strong: var( --str-chat__chrome-150 );--str-chat__background-core-inverse: var( --str-chat__chrome-1000 );--str-chat__background-core-on-accent: var( --str-chat__chrome-0 );--str-chat__background-utility-disabled: var( --str-chat__chrome-100 );--str-chat__border-utility-focused: var( --str-chat__brand-150 );--str-chat__border-utility-success: var( --str-chat__accent-success );--str-chat__border-utility-warning: var( --str-chat__accent-warning );--str-chat__border-utility-error: var( --str-chat__accent-error );--str-chat__border-utility-disabled: var( --str-chat__chrome-100 );--str-chat__border-utility-disabled-on-surface: var( --str-chat__chrome-150 );--str-chat__border-core-default: var( --str-chat__chrome-150 );--str-chat__border-core-subtle: var( --str-chat__chrome-100 );--str-chat__border-core-strong: var( --str-chat__chrome-300 );--str-chat__border-core-inverse: var( --str-chat__chrome-0 );--str-chat__border-core-on-accent: var( --str-chat__chrome-0 );--str-chat__border-core-on-surface: var( --str-chat__chrome-300 );--str-chat__border-core-on-inverse: var( --str-chat__chrome-0 );--str-chat__chat-bg-outgoing: var( --str-chat__brand-100 );--str-chat__chat-bg-attachment-outgoing: var( --str-chat__brand-150 );--str-chat__chat-text-outgoing: var(--str-chat__brand-900);--str-chat__chat-border-outgoing: var(--str-chat__brand-100);--str-chat__chat-border-on-chat-outgoing: var(--str-chat__brand-300);--str-chat__chat-reply-indicator-incoming: var( --str-chat__chrome-400 );--str-chat__chat-reply-indicator-outgoing: var( --str-chat__brand-400 );--str-chat__chat-poll-progress-track-outgoing: var(--str-chat__brand-200);--str-chat__chat-thread-connector-outgoing: var(--str-chat__brand-150);--str-chat__presence-bg-online: var( --str-chat__accent-success );--str-chat__system-text: var(--str-chat__chrome-1000);--str-chat__badge-bg-error: var(--str-chat__accent-error);--str-chat__badge-bg-inverse: var(--str-chat__chrome-1000);--str-chat__text-primary: var( --str-chat__chrome-900 );--str-chat__text-secondary: var( --str-chat__chrome-700 );--str-chat__text-tertiary: var( --str-chat__chrome-500 );--str-chat__text-on-inverse: var( --str-chat__chrome-0 );--str-chat__text-on-accent: var( --str-chat__chrome-0 );--str-chat__text-disabled: var( --str-chat__chrome-300 );--str-chat__text-link: var( --str-chat__brand-500 );--str-chat__avatar-bg-default: var(--str-chat__avatar-palette-bg-1);--str-chat__avatar-bg-placeholder: var(--str-chat__chrome-150);--str-chat__avatar-text-default: var(--str-chat__avatar-palette-text-1);--str-chat__avatar-text-placeholder: var(--str-chat__chrome-500);--str-chat__avatar-presence-bg-online: var( --str-chat__accent-success );--str-chat__accent-primary: var( --str-chat__brand-500 );--str-chat__accent-neutral: var( --str-chat__chrome-500 );--str-chat__button-primary-bg: var(--str-chat__accent-primary);--str-chat__button-primary-text: var(--str-chat__accent-primary);--str-chat__button-primary-text-on-accent: var(--str-chat__text-on-accent);--str-chat__button-primary-text-on-dark: var(--str-chat__text-on-inverse);--str-chat__button-primary-border-on-dark: var(--str-chat__border-core-on-inverse);--str-chat__button-secondary-bg: var(--str-chat__background-core-surface-default);--str-chat__button-secondary-bg-liquid-glass: var( --str-chat__background-core-elevation-0 );--str-chat__button-secondary-text: var(--str-chat__text-primary);--str-chat__button-secondary-text-on-accent: var(--str-chat__text-primary);--str-chat__button-secondary-text-on-dark: var(--str-chat__text-on-inverse);--str-chat__button-secondary-border: var(--str-chat__border-core-default);--str-chat__button-secondary-border-on-dark: var(--str-chat__border-core-on-inverse);--str-chat__button-destructive-bg-liquid-glass: var( --str-chat__background-core-elevation-0 );--str-chat__button-destructive-text-on-accent: var(--str-chat__text-on-accent);--str-chat__button-destructive-text-on-dark: var(--str-chat__text-on-inverse);--str-chat__button-destructive-border-on-dark: var(--str-chat__text-on-inverse);--str-chat__border-utility-active: var( --str-chat__accent-primary );--str-chat__chat-bg-incoming: var( --str-chat__background-core-surface-default );--str-chat__chat-bg-attachment-incoming: var( --str-chat__background-core-surface-strong );--str-chat__chat-text-incoming: var(--str-chat__text-primary);--str-chat__chat-text-username: var(--str-chat__text-secondary);--str-chat__chat-text-timestamp: var(--str-chat__text-tertiary);--str-chat__chat-text-read: var(--str-chat__accent-primary);--str-chat__chat-text-mention: var(--str-chat__text-link);--str-chat__chat-text-link: var( --str-chat__text-link );--str-chat__chat-text-reaction: var( --str-chat__text-secondary );--str-chat__chat-text-system: var( --str-chat__text-secondary );--str-chat__chat-border-incoming: var(--str-chat__border-core-subtle);--str-chat__chat-border-on-chat-incoming: var(--str-chat__border-core-strong);--str-chat__chat-waveform-bar-playing: var(--str-chat__accent-primary);--str-chat__chat-poll-progress-fill-outgoing: var(--str-chat__accent-primary);--str-chat__chat-thread-connector-incoming: var(--str-chat__border-core-default);--str-chat__input-text-default: var( --str-chat__text-primary );--str-chat__input-text-placeholder: var( --str-chat__text-tertiary );--str-chat__input-text-disabled: var( --str-chat__text-disabled );--str-chat__input-text-icon: var( --str-chat__text-tertiary );--str-chat__input-send-icon: var( --str-chat__accent-primary );--str-chat__input-send-icon-disabled: var( --str-chat__text-disabled );--str-chat__reaction-bg: var(--str-chat__background-core-elevation-3);--str-chat__reaction-border: var(--str-chat__border-core-default);--str-chat__reaction-text: var(--str-chat__text-primary);--str-chat__reaction-emoji: var(--str-chat__text-primary);--str-chat__presence-border: var( --str-chat__border-core-inverse );--str-chat__presence-bg-offline: var( --str-chat__accent-neutral );--str-chat__system-caret: var(--str-chat__accent-primary);--str-chat__badge-bg-default: var(--str-chat__background-core-elevation-3);--str-chat__badge-bg-primary: var(--str-chat__accent-primary);--str-chat__badge-bg-neutral: var(--str-chat__accent-neutral);--str-chat__badge-text: var(--str-chat__text-primary);--str-chat__badge-text-on-inverse: var(--str-chat__text-on-inverse);--str-chat__badge-text-on-accent: var(--str-chat__text-on-accent);--str-chat__badge-border: var(--str-chat__border-core-on-inverse);--str-chat__control-remove-control-bg: var(--str-chat__background-core-inverse);--str-chat__control-remove-control-icon: var(--str-chat__text-on-inverse);--str-chat__control-remove-control-border: var(--str-chat__border-core-on-inverse);--str-chat__control-progress-bar-fill: var(--str-chat__accent-neutral);--str-chat__control-progress-bar-track: var(--str-chat__background-core-surface-strong);--str-chat__control-toggle-switch-bg: var(--str-chat__accent-neutral);--str-chat__control-toggle-switch-bg-selected: var(--str-chat__accent-primary);--str-chat__control-toggle-switch-bg-disabled: var( --str-chat__background-utility-disabled );--str-chat__control-toggle-switch-knob: var(--str-chat__background-core-on-accent);--str-chat__control-playback-toggle-text: var(--str-chat__text-primary);--str-chat__control-playback-toggle-border: var(--str-chat__border-core-default);--str-chat__control-checkbox-border: var(--str-chat__border-core-default);--str-chat__control-checkbox-bg-selected: var(--str-chat__accent-primary);--str-chat__control-checkbox-icon: var(--str-chat__text-on-accent);--str-chat__control-play-button-icon: var(--str-chat__text-on-accent);--str-chat__control-playback-thumb-bg-default: var( --str-chat__background-core-on-accent );--str-chat__control-playback-thumb-bg-active: var(--str-chat__accent-primary);--str-chat__control-playback-thumb-border-active: var( --str-chat__border-core-on-accent );--str-chat__control-radio-button-border: var(--str-chat__border-core-default);--str-chat__control-radio-button-bg-selected: var(--str-chat__accent-primary);--str-chat__control-radio-button-indicator: var(--str-chat__text-on-accent);--str-chat__control-radio-check-border: var(--str-chat__border-core-default);--str-chat__control-radio-check-bg-selected: var(--str-chat__accent-primary);--str-chat__control-radio-check-icon: var(--str-chat__text-on-accent);--str-chat__control-chip-border: var(--str-chat__border-core-default);--str-chat__control-chip-text: var(--str-chat__text-primary);--str-chat__avatar-presence-bg-offline: var( --str-chat__accent-neutral );--str-chat__avatar-presence-border: var( --str-chat__border-core-on-inverse );--str-chat__chat-text-typing-indicator: var( --str-chat__chat-text-incoming );--str-chat__chat-poll-progress-track-incoming: var( --str-chat__control-progress-bar-track );--str-chat__chat-poll-progress-fill-incoming: var( --str-chat__control-progress-bar-fill )}.str-chat__theme-dark,.str-chat:not(.str-chat__theme-dark) *:not(.str-chat__theme-dark) .str-chat__theme-inverse{--str-chat__background-core-overlay-light: rgba( 0, 0, 0, .75 );--str-chat__background-core-overlay-dark: rgba( 0, 0, 0, .5 );--str-chat__background-core-scrim: rgba( 0, 0, 0, .75 );--str-chat__background-utility-hover: rgba( 255, 255, 255, .15 );--str-chat__background-utility-pressed: rgba( 255, 255, 255, .2 );--str-chat__background-utility-selected: rgba( 255, 255, 255, .25 );--str-chat__border-utility-selected: rgba( 255, 255, 255, .15 );--str-chat__border-utility-hover: rgba( 255, 255, 255, .1 );--str-chat__border-utility-pressed: rgba( 255, 255, 255, .2 );--str-chat__border-core-opacity-subtle: rgba( 255, 255, 255, .2 );--str-chat__border-core-opacity-strong: rgba( 255, 255, 255, .25 );--str-chat__system-bg-blur: rgba(0, 0, 0, .01);--str-chat__system-scrollbar: rgba(255, 255, 255, .5);--str-chat__background-core-highlight: var( --str-chat__yellow-800 );--str-chat__avatar-palette-bg-1: var(--str-chat__blue-600);--str-chat__avatar-palette-bg-2: var(--str-chat__cyan-600);--str-chat__avatar-palette-bg-3: var(--str-chat__green-600);--str-chat__avatar-palette-bg-4: var(--str-chat__purple-600);--str-chat__avatar-palette-bg-5: var(--str-chat__yellow-600);--str-chat__avatar-palette-text-1: var(--str-chat__blue-100);--str-chat__avatar-palette-text-2: var(--str-chat__cyan-100);--str-chat__avatar-palette-text-3: var(--str-chat__green-100);--str-chat__avatar-palette-text-4: var(--str-chat__purple-100);--str-chat__avatar-palette-text-5: var(--str-chat__yellow-100);--str-chat__accent-success: var( --str-chat__green-300 );--str-chat__accent-warning: var( --str-chat__yellow-300 );--str-chat__accent-error: var( --str-chat__red-400 );--str-chat__brand-50: var(--str-chat__blue-900);--str-chat__brand-100: var(--str-chat__blue-800);--str-chat__brand-150: var(--str-chat__blue-700);--str-chat__brand-200: var(--str-chat__blue-600);--str-chat__brand-300: var(--str-chat__blue-500);--str-chat__brand-500: var(--str-chat__blue-300);--str-chat__brand-600: var(--str-chat__blue-200);--str-chat__brand-700: var(--str-chat__blue-150);--str-chat__brand-800: var(--str-chat__blue-100);--str-chat__brand-900: var(--str-chat__blue-50);--str-chat__chrome-0: var(--str-chat__base-black);--str-chat__chrome-50: var(--str-chat__neutral-900);--str-chat__chrome-100: var(--str-chat__neutral-800);--str-chat__chrome-150: var(--str-chat__neutral-700);--str-chat__chrome-200: var(--str-chat__neutral-600);--str-chat__chrome-300: var(--str-chat__neutral-500);--str-chat__chrome-400: var(--str-chat__neutral-400);--str-chat__chrome-500: var(--str-chat__neutral-300);--str-chat__chrome-600: var(--str-chat__neutral-200);--str-chat__chrome-700: var(--str-chat__neutral-150);--str-chat__chrome-800: var(--str-chat__neutral-100);--str-chat__chrome-900: var(--str-chat__neutral-50);--str-chat__chrome-1000: var(--str-chat__base-white);--str-chat__background-core-elevation-1: var( --str-chat__chrome-50 );--str-chat__background-core-elevation-2: var( --str-chat__chrome-100 );--str-chat__background-core-elevation-3: var( --str-chat__chrome-200 );--str-chat__background-core-surface-card: var( --str-chat__chrome-100 );--str-chat__background-core-on-accent: var( --str-chat__chrome-1000 );--str-chat__border-core-default: var( --str-chat__chrome-200 );--str-chat__border-core-on-accent: var( --str-chat__chrome-1000 );--str-chat__text-on-accent: var( --str-chat__chrome-1000 );--str-chat__text-link: var( --str-chat__brand-600 );--str-chat__accent-primary: var( --str-chat__brand-400 )}.str-chat{--str-chat__font-family: var(--str-chat__typography-font-family-sans), -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;--str-chat__font-heading-xs: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-heading-sm: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-heading-md: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-lg) / var(--str-chat__typography-line-height-relaxed) var(--str-chat__font-family);--str-chat__font-heading-lg: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xl) / var(--str-chat__typography-line-height-relaxed) var(--str-chat__font-family);--str-chat__font-body-default: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-md) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-link: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-md) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-link-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-default: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-sm) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-link: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-sm) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-link-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) / var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-metadata-default: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-xs) / var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xs) / var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-link: normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-xs) / var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-link-emphasis: normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xs) / var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-numeric-sm: normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-micro) / 100% var(--str-chat__font-family);--str-chat__font-numeric-md: normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-xxs) / 100% var(--str-chat__font-family);--str-chat__font-numeric-lg: normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-xs) / 100% var(--str-chat__font-family);--str-chat__font-numeric-xl: normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-sm) / 100% var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__box-shadow-1: var(--str-chat__light-elevation-1);--str-chat__box-shadow-2: var(--str-chat__light-elevation-2);--str-chat__box-shadow-3: var(--str-chat__light-elevation-3);--str-chat__box-shadow-4: var(--str-chat__light-elevation-4)}.str-chat__theme-dark,.str-chat:not(.str-chat__theme-dark) *:not(.str-chat__theme-dark) .str-chat__theme-inverse{--str-chat__box-shadow-1: var(--str-chat__dark-elevation-1);--str-chat__box-shadow-2: var(--str-chat__dark-elevation-2);--str-chat__box-shadow-3: var(--str-chat__dark-elevation-3);--str-chat__box-shadow-4: var(--str-chat__dark-elevation-4)}@layer minimal-normalize{.str-chat *,.str-chat :before,.str-chat :after{box-sizing:border-box}.str-chat button,.str-chat input,.str-chat optgroup,.str-chat select,.str-chat textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}}.str-chat{--str-chat__focus-outline-color: var(--str-chat__border-utility-focused);--str-chat__focus-outline: 2px solid var(--str-chat__focus-outline-color);--str-chat__focus-outline-offset: 2px;font:var(--str-chat__font-body-default);letter-spacing:var(--typography-letter-spacing-default);color:var(--str-chat__text-primary)}.str-chat *:not(:disabled):focus-visible{outline:var(--str-chat__focus-outline);outline-offset:var(--str-chat__focus-outline-offset, 2px)}.str-chat input::-webkit-outer-spin-button,.str-chat input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat input::placeholder,.str-chat textarea::placeholder{color:var(--str-chat__input-text-placeholder)}.str-chat__icon{flex-shrink:0;width:1em;height:1em;fill:currentColor}[dir=rtl] .str-chat__icon[data-rtl-mirror]{transform:scaleX(-1)}.str-chat__icon--exclamation-mark{stroke:currentColor}.str-chat .str-chat__file-icon{fill:none}.str-chat .str-chat__file-icon .str-chat__file-icon__label{fill:#fff;font-size:8px;font-weight:800;letter-spacing:.1px;text-anchor:middle}.str-chat .str-chat__file-icon.str-chat__file-icon--no-label .str-chat__file-icon__graphic{transform:translateY(6)}.str-chat .str-chat__file-icon.str-chat__file-icon--size-sm .str-chat__file-icon__label{font-size:0;height:0}.str-chat .str-chat__file-icon.str-chat__file-icon--size-sm .str-chat__file-icon__graphic{transform:translateY(6)}.str-chat .str-chat__file-icon.str-chat__file-icon--size-md .str-chat__file-icon__label{font-size:8px}.str-chat .str-chat__file-icon.str-chat__file-icon--size-lg .str-chat__file-icon__label{font-size:10px}.str-chat .str-chat__file-icon.str-chat__file-icon--size-xl .str-chat__file-icon__label{font-size:12px}.str-chat__badge{display:flex;align-items:center;justify-content:center;font-weight:var(--str-chat__typography-font-weight-bold);border-radius:var(--str-chat__radius-max);line-height:1;border-style:solid}.str-chat__badge--variant-default{background:var(--str-chat__badge-bg-default);color:var(--str-chat__badge-text);border-color:var(--str-chat__badge-border)}.str-chat__badge--variant-primary{background:var(--str-chat__badge-bg-primary);color:var(--str-chat__badge-text-on-accent);border-color:var(--str-chat__badge-border)}.str-chat__badge--variant-error{background:var(--str-chat__badge-bg-error);color:var(--str-chat__badge-text-on-accent);border-color:var(--str-chat__badge-border)}.str-chat__badge--variant-neutral{background:var(--str-chat__badge-bg-neutral);color:var(--str-chat__badge-text-on-accent);border-color:var(--str-chat__badge-border)}.str-chat__badge--variant-inverse{background:var(--str-chat__badge-bg-inverse);color:var(--str-chat__badge-text-on-inverse);border-color:var(--str-chat__badge-border)}.str-chat__badge--size-sm{font-size:var(--str-chat__typography-font-size-xxs);min-width:16px;min-height:16px;padding-inline:var(--str-chat__spacing-xxxs);border-width:1px}.str-chat__badge--size-md{font-size:var(--str-chat__typography-font-size-xs);min-width:20px;min-height:20px;padding-inline:var(--str-chat__spacing-xxs);border-width:2px}.str-chat__badge--size-lg{font-size:var(--str-chat__typography-font-size-sm);min-width:24px;min-height:24px;padding-inline:var(--str-chat__spacing-xs);border-width:2px}.str-chat__badge--variant-counter{border-radius:var(--str-chat__radius-max);border:1px solid var(--str-chat__border-core-subtle);background:var(--str-chat__badge-bg-default);font:var(--str-chat__font-numeric-xl);color:var(--str-chat__badge-text);box-shadow:var(--str-chat__box-shadow-2)}.str-chat__badge--variant-counter.str-chat__badge--size-xs{min-width:20px;min-height:20px;padding-inline:var(--str-chat__spacing-xxs);font:var(--str-chat__font-numeric-md)}.str-chat__badge--variant-counter.str-chat__badge--size-sm{min-width:24px;min-height:24px;padding-inline:var(--str-chat__spacing-xs)}.str-chat__badge--variant-counter.str-chat__badge--size-md{min-width:32px;min-height:32px;padding-inline:var(--str-chat__spacing-xs)}.str-chat__badge--variant-counter.str-chat__badge--size-lg{min-width:40px;min-height:40px;padding-inline:var(--str-chat__spacing-sm)}.str-chat__badge--variant-error.str-chat__badge--size-xs{min-width:16px;min-height:16px}.str-chat__badge--variant-error.str-chat__badge--size-sm{min-width:20px;min-height:20px}.str-chat__badge--variant-error.str-chat__badge--size-md{min-width:24px;min-height:24px}.str-chat__media-badge{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);position:absolute;bottom:var(--str-chat__spacing-xs);inset-inline-start:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-max);background:var(--str-chat__badge-bg-inverse);color:var(--str-chat__badge-text-on-inverse);font:var(--str-chat__font-numeric-md);overflow:hidden;text-overflow:ellipsis}.str-chat__media-badge .str-chat__icon{width:var(--str-chat__icon-size-xs);height:var(--str-chat__icon-size-xs);fill:currentColor}.str-chat .str-chat__image-placeholder{width:100%;height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-color:var(--str-chat__background-core-overlay-light)}.str-chat .str-chat__image-placeholder svg{fill:var(--str-chat__accent-neutral);width:min(var(--str-chat__icon-size-lg, 32px),50%);height:min(var(--str-chat__icon-size-lg, 32px),50%);flex-shrink:0}.str-chat .str-chat__button{background:none;border:none;padding:0;position:relative;white-space:nowrap;cursor:pointer;display:flex;align-items:center;justify-content:center;font:var(--str-chat__font-heading-xs);text-transform:capitalize}.str-chat .str-chat__button.str-chat__theme-inverse{--str-chat__button-primary-text: var( --str-chat__button-primary-text-on-dark, var(--str-chat__button-primary-text) );--str-chat__button-primary-border: var( --str-chat__button-primary-border-on-dark, var(--str-chat__button-primary-border) );--str-chat__button-secondary-text: var( --str-chat__button-secondary-text-on-dark, var(--str-chat__button-secondary-text) );--str-chat__button-secondary-border: var( --str-chat__button-secondary-border-on-dark, var(--str-chat__button-secondary-border) );--str-chat__button-destructive-text: var( --str-chat__button-destructive-text-on-dark, var(--str-chat__button-destructive-text) );--str-chat__button-destructive-border: var( --str-chat__button-destructive-border-on-dark, var(--str-chat__button-destructive-border) )}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--primary{background-color:var(--str-chat__button-primary-bg);color:var(--str-chat__button-primary-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--secondary{background-color:var(--str-chat__button-secondary-bg);color:var(--str-chat__button-secondary-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--destructive{background-color:var(--str-chat__button-destructive-bg);color:var(--str-chat__button-destructive-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid:disabled{background-color:var(--str-chat__background-utility-disabled)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--primary{color:var(--str-chat__button-primary-text)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--secondary{color:var(--str-chat__button-secondary-text)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--destructive{color:var(--str-chat__button-destructive-text)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--primary{color:var(--str-chat__button-primary-text);border-color:var(--str-chat__button-primary-border)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--secondary{color:var(--str-chat__button-secondary-text);border-color:var(--str-chat__button-secondary-border)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--destructive{color:var(--str-chat__button-destructive-text);border-color:var(--str-chat__button-destructive-border)}.str-chat .str-chat__button.str-chat__button--outline{border-width:1px;border-style:solid}.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):hover:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):hover:after,.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-hover);pointer-events:none}.str-chat .str-chat__button.str-chat__button--solid[aria-expanded=true]:after,.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):active:after,.str-chat .str-chat__button.str-chat__button--outline[aria-expanded=true]:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):active:after,.str-chat .str-chat__button.str-chat__button--ghost[aria-expanded=true]:after,.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-pressed);pointer-events:none}.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):focus-visible,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):focus-visible,.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__button--solid:not(:disabled)[aria-pressed=true]:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled)[aria-pressed=true]:after,.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled)[aria-pressed=true]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-selected);pointer-events:none}.str-chat .str-chat__button.str-chat__button--solid:disabled,.str-chat .str-chat__button.str-chat__button--outline:disabled,.str-chat .str-chat__button.str-chat__button--ghost:disabled{color:var(--str-chat__text-disabled);cursor:default}.str-chat .str-chat__button.str-chat__button--outline:disabled{border-color:var(--str-chat__border-utility-disabled)}.str-chat .str-chat__button.str-chat__button--floating{box-shadow:var(--str-chat__box-shadow-2)}.str-chat .str-chat__button:after{border-radius:inherit}.str-chat .str-chat__button.str-chat__button--size-lg{padding-block:var(--str-chat__button-padding-y-lg);padding-inline:var(--str-chat__button-padding-x-with-label-lg);border-radius:var(--str-chat__button-radius-lg)}.str-chat .str-chat__button.str-chat__button--size-lg.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-lg)}.str-chat .str-chat__button.str-chat__button--size-md{padding-block:var(--str-chat__button-padding-y-md);padding-inline:var(--str-chat__button-padding-x-with-label-md);border-radius:var(--str-chat__button-radius-md)}.str-chat .str-chat__button.str-chat__button--size-md.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-md)}.str-chat .str-chat__button.str-chat__button--size-sm{padding-block:var(--str-chat__button-padding-y-sm);padding-inline:var(--str-chat__button-padding-x-with-label-sm);border-radius:var(--str-chat__button-radius-md)}.str-chat .str-chat__button.str-chat__button--size-sm.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-sm)}.str-chat .str-chat__button.str-chat__button--size-xs{padding-block:var(--str-chat__button-padding-y-xs);padding-inline:var(--str-chat__button-padding-x-with-label-xs);border-radius:var(--str-chat__button-radius-md)}.str-chat .str-chat__button.str-chat__button--size-xs.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-xs)}.str-chat .str-chat__button.str-chat__button--circular{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:var(--str-chat__button-radius-full)}.str-chat .str-chat__button.str-chat__button--circular .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__button .str-chat__button__content{display:flex;align-items:center;justify-content:center;gap:var(--str-chat__spacing-xs)}.str-chat .str-chat__theme-dark .str-chat__button.str-chat__button--floating{box-shadow:var(--str-chat__box-shadow-2)}.str-chat__button-play svg{width:20px;height:20px}.str-chat__checkbox,.str-chat__checkmark{grid-column:1;grid-row:span 2;height:var(--str-chat__size-24);width:var(--str-chat__size-24);border-radius:var(--str-chat__radius-max);border:1px solid var(--chat-border-on-chat, var(--str-chat__chat-border-on-chat-incoming))}.str-chat__checkbox--checked,.str-chat__checkmark--checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:11px 10px;background-color:var(--str-chat__control-radio-check-bg-selected);border:none}.str-chat__dropdown .str-chat__dropdown__open-button{background:none;border:none;padding:0;width:100%;text-align:start;cursor:pointer}.str-chat__dropdown .str-chat__dropdown__items{background-color:transparent}.str-chat__form-field-error{font-size:var(--str-chat__typography-font-size-xs);line-height:var(--str-chat__typography-line-height-tight);color:var(--str-chat__accent-error)}.str-chat__form-numeric-input{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs, .5rem)}.str-chat__form-numeric-input__label{font:var(--str-chat__caption-default-text)}.str-chat__form-numeric-input__wrapper{display:flex;align-items:center;gap:var(--str-chat__spacing-xs, .5rem);padding:0;background:transparent;border-radius:var(--str-chat__radius-md, .5rem);transition:border-color .15s ease,box-shadow .15s ease}.str-chat__form-numeric-input__input{flex:0 1 auto;min-width:2ch;width:2.5rem;padding:var(--str-chat__spacing-xs, .5rem) 0;font-size:var(--str-chat__typography-font-size-sm, .875rem);font-weight:var(--str-chat__typography-font-weight-medium, 500);line-height:var(--str-chat__typography-line-height-tight, 1.25);color:var(--str-chat__input-text-default);text-align:center;background:transparent;border:none;box-shadow:none}.str-chat__form-numeric-input--disabled .str-chat__form-numeric-input__input{color:var(--str-chat__input-text-placeholder);cursor:not-allowed}.str-chat{--str-chat__switch-field-background-color: var( --str-chat__background-core-surface-card );--str-chat__switch-field-border-radius: var(--str-chat__radius-md)}.str-chat .str-chat__form__switch-fieldset{width:100%;background-color:var(--str-chat__switch-field-background-color);border-radius:var(--str-chat__switch-field-border-radius)}.str-chat .str-chat__form__switch-field{display:flex;align-items:center;gap:var(--str-chat__spacing-sm);width:100%;padding:var(--str-chat__spacing-sm) var(--str-chat__spacing-md);background-color:var(--str-chat__switch-field-background-color);border-radius:var(--str-chat__switch-field-border-radius);box-sizing:border-box}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label{display:flex;align-items:center;flex:1 1 auto;min-width:0;cursor:pointer}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch{position:relative;display:flex;align-items:center;flex-shrink:0;width:44px;height:24px;padding:var(--str-chat__spacing-xxs);cursor:pointer;background-color:var(--str-chat__control-toggle-switch-bg);border-radius:var(--str-chat__button-radius-full, 9999px);transition:background-color .2s ease}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch-handle{width:16px;height:16px;border-radius:var(--str-chat__button-radius-full, 9999px);background-color:var(--str-chat__base-white, #ffffff);transition:transform .2s ease}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch:focus-within{outline:var(--str-chat__focus-outline, 2px solid var(--border-utility-focused));outline-offset:var(--str-chat__focus-outline-offset, 2px)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch--on{background-color:var(--str-chat__control-toggle-switch-bg-selected);justify-content:flex-end}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__base-white, #ffffff)}.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__label,.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch,.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__input{cursor:not-allowed}.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch{opacity:.7}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label .str-chat__form__switch-field__label__text{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-xs)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label .str-chat__form__switch-field__label__description{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-metadata-default)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label,.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label__content{flex:1}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label--as-error .str-chat__form__switch-field__label__description{color:var(--str-chat__accent-error)}.str-chat__form-text-input{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs)}.str-chat__form-text-input__label{font:var(--str-chat__font-heading-xs);color:var(--str-chat__text-primary)}.str-chat__form-text-input__wrapper{display:flex;flex-direction:column;align-items:stretch;gap:0;background-color:var(--str-chat__background-core-elevation-0);border-radius:var(--str-chat__radius-md);transition:border-color .15s ease,box-shadow .15s ease}.str-chat__form-text-input__control-row{display:flex;align-items:center;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);min-width:0;width:100%}.str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-core-default);box-shadow:none}.str-chat__form-text-input:focus-within .str-chat__form-text-input__wrapper--outline{box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--str-chat__border-utility-focused))}.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-error)}.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-core-default)}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-error);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--border-utility-focused))}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--outline{box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--str-chat__border-utility-focused))}.str-chat__form-text-input--disabled .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-disabled)}.str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:none}.str-chat__form-text-input:focus-within .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--str-chat__border-utility-focused))}.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--ghost{border:1px solid var(--str-chat__border-utility-error);box-shadow:none}.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:none}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--ghost{border:1px solid var(--str-chat__border-utility-error);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--border-utility-focused))}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:0 0 0 2px var(--str-chat__focus-outline-color, var(--str-chat__border-utility-focused))}.str-chat__form-text-input__leading{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--str-chat__input-text-icon)}.str-chat__form-text-input .str-chat__form-text-input__input{flex:1;min-width:0;padding:0;font:var(--str-chat__caption-default-text);color:var(--str-chat__input-text-default);background:transparent;border:none;outline:none;box-shadow:none}.str-chat__form-text-input.str-chat__form-text-input--disabled .str-chat__form-text-input__input{color:var(--str-chat__input-text-placeholder);cursor:not-allowed}.str-chat__form-text-input.str-chat__form-text-input--disabled .str-chat__form-text-input__input::placeholder{color:var(--str-chat__input-text-placeholder)}.str-chat__form-text-input .str-chat__form-text-input__input:focus,.str-chat__form-text-input .str-chat__form-text-input__input:focus-visible{outline:none;box-shadow:none}.str-chat__form-text-input__suffix{flex-shrink:0;font-size:var(--str-chat__typography-font-size-sm);line-height:var(--str-chat__typography-line-height-normal);color:var(--str-chat__text-tertiary)}.str-chat__form-text-input__trailing{display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-margin-end:calc(-1 * var(--str-chat__space-4));margin-inline-end:calc(-1 * var(--str-chat__space-4));color:var(--str-chat__input-text-icon)}.str-chat__form-text-input--error .str-chat__form-text-input__trailing{color:var(--str-chat__accent-error)}.str-chat__form-text-input__message{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);font:var(--str-chat__metadata-default-text)}.str-chat__form-text-input__message:not(.str-chat__form-field-error){color:var(--str-chat__text-tertiary)}.str-chat__form-text-input__message--field-message-inside{padding:var(--str-chat__spacing-none) var(--str-chat__spacing-sm) var(--str-chat__spacing-sm)}.str-chat__form-text-input__message--success{color:var(--str-chat__accent-success)}.str-chat__form-text-input__message-text{min-width:0;flex:1 1 auto}.str-chat__form-text-input__message-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.str-chat__form-text-input__message-icon svg{height:13px;width:13px}.str-chat__form__input-fieldset{margin:0;padding:0;border:none}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__label{font:var(--str-chat__font-heading-xs);color:var(--str-chat__text-primary)}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field,.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__alert-root{border-radius:var(--str-chat__radius-xl);background:var(--str-chat__background-core-elevation-1);box-shadow:0 0 0 1px #0000000d,0 6px 12px #00000029,0 20px 32px #0000001f;display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-2xl);padding:var(--str-chat__spacing-xl);text-align:center}.str-chat__alert-root .str-chat__alert-header{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-md);width:100%}.str-chat__alert-root .str-chat__alert-header svg{height:var(--str-chat__button-visual-height-sm);width:var(--str-chat__button-visual-height-sm)}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-xs);width:100%}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy .str-chat__alert-header__title{font:var(--str-chat__font-heading-sm)}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy .str-chat__alert-header__description{font:var(--str-chat__font-caption-default);margin:0}.str-chat__alert-root .str-chat__alert-actions{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-xs);width:100%}.str-chat__alert-root .str-chat__alert-actions button{width:100%}.str-chat__callout{position:relative;max-width:320px;border-radius:var(--str-chat__radius-lg);background-color:var(--str-chat__background-core-elevation-2);box-shadow:var(--str-chat__box-shadow-3)}.str-chat__callout .str-chat__callout__close-button{position:absolute;inset-inline-end:var(--str-chat__spacing-xs);top:var(--str-chat__spacing-xs)}@keyframes str-chat-context-menu-roll-in-from-left{0%{opacity:.12;transform:translate(16px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-right{0%{opacity:.12;transform:translate(-16px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-top{0%{opacity:.12;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-bottom{0%{opacity:.12;transform:translateY(-14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes str-chat-context-menu-submenu-forward{0%{opacity:.18;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes str-chat-context-menu-submenu-backward{0%{opacity:.18;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.str-chat{--str-chat__dialog-menu-button-hover-background-color: var( --str-chat__background-utility-hover );--str-chat__menu-roll-duration: .17s;--str-chat__menu-roll-ease: cubic-bezier(.22, 1, .36, 1)}.str-chat .str-chat__context-menu{background:var(--str-chat__background-core-elevation-2);color:var(--str-chat__text-primary);box-shadow:var(--str-chat__box-shadow-3);border-radius:var(--str-chat__radius-lg);display:flex;flex-direction:column;padding:var(--str-chat__spacing-xxs)}.str-chat .str-chat__context-menu .str-chat__context-menu__header{width:100%;color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button{background:none;border:none;padding:0;display:flex;align-items:center;gap:var(--str-chat__spacing-xs);height:32px;width:100%;padding:var(--str-chat__spacing-xs);text-align:center;cursor:pointer;border-radius:var(--str-chat__radius-md);color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:hover:not(:disabled){background-color:var(--str-chat__background-utility-hover)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:active:not(:disabled){background-color:var(--str-chat__background-utility-pressed)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:focus:not(:disabled){outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:focus-visible:not(:disabled){background-color:transparent}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:disabled{background-color:transparent}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button .str-chat__icon--chevron-right{transform:rotate(180deg)}.str-chat .str-chat__context-menu .str-chat__context-menu__body{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxxs)}.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-forward{overflow-x:hidden;animation-duration:.28s;animation-name:var(--str-chat__context-menu-submenu-forward-animation, str-chat-context-menu-submenu-forward);animation-timing-function:cubic-bezier(.2,.95,.25,1);transform-origin:var(--str-chat__context-menu-submenu-forward-transform-origin, left center)}.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-backward{overflow-x:hidden;animation-duration:.4s;animation-name:var(--str-chat__context-menu-submenu-backward-animation, str-chat-context-menu-submenu-backward);animation-timing-function:cubic-bezier(.16,.92,.2,1);transform-origin:var(--str-chat__context-menu-submenu-backward-transform-origin, right center)}.str-chat .str-chat__context-menu .str-chat__context-menu__button{background:transparent;color:var(--str-chat__text-primary);border-radius:var(--str-chat__radius-md);background:none;border:none;padding:0;display:flex;align-items:center;gap:var(--str-chat__spacing-xs);width:100%;padding:var(--str-chat__spacing-xs);cursor:pointer;font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__context-menu .str-chat__context-menu__button.str-chat__context-menu__button--destructive .str-chat__context-menu__button__label,.str-chat .str-chat__context-menu .str-chat__context-menu__button.str-chat__context-menu__button--destructive .str-chat__icon{color:var(--str-chat__accent-error)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:hover:not(:disabled){background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:active:not(:disabled){background-color:var(--str-chat__background-utility-pressed)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:focus-visible:not(:disabled){background-color:transparent}.str-chat .str-chat__context-menu .str-chat__context-menu__button:disabled{background-color:transparent;color:var(--str-chat__text-disabled);cursor:default}.str-chat .str-chat__context-menu .str-chat__context-menu__button:disabled .str-chat__context-menu__button__details,.str-chat .str-chat__context-menu .str-chat__context-menu__button:disabled .str-chat__icon{color:inherit}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm);color:var(--str-chat__text-secondary)}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__context-menu__button__label{overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;flex:auto;text-align:start;white-space:nowrap;min-width:0}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__context-menu__button__details{flex:1;color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-default);white-space:nowrap}.str-chat .str-chat__context-menu .str-chat__emoji-context-menu__button,.str-chat .str-chat__context-menu .str-chat__user-context-menu__button{font:var(--str-chat__font-caption-default)}.str-chat .str-chat__context-menu .str-chat__emoji-context-menu__button .str-chat__context-menu__button__emoji,.str-chat .str-chat__context-menu .str-chat__user-context-menu__button .str-chat__context-menu__button__emoji{font-size:var(--str-chat__typography-font-size-md);width:var(--str-chat__typography-font-size-md);height:var(--str-chat__typography-font-size-md);line-height:0;display:flex;align-items:center;justify-content:center}.str-chat [data-str-chat-placement^=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:left center}.str-chat [data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat [data-str-chat-placement^=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:center top}.str-chat [data-str-chat-placement^=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:center bottom}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:left center}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:right center}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:center top}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:center bottom}.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x][data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x]:not([data-str-chat-placement^=left])>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:left center}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:left center}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:center top}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, .13s) var(--str-chat__menu-roll-ease);transform-origin:center bottom}.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false],.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false] .str-chat__context-menu__body{animation:none!important;transform:none!important}@media (prefers-reduced-motion: reduce){.str-chat [data-str-chat-placement]>.str-chat__context-menu{animation:none}}.str-chat__dialog-overlay{top:0;right:0;bottom:0;left:0;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;pointer-events:none}.str-chat__dialog-overlay .str-chat__dialog-contents,.str-chat__dialog-overlay--with-outside-click-capture{pointer-events:auto}.str-chat__prompt{border-radius:var(--str-chat__radius-xl);background:var(--str-chat__background-core-elevation-1);box-shadow:0 0 0 1px #0000000d,0 6px 12px #00000029,0 20px 32px #0000001f;display:flex;flex-direction:column;width:100%;min-height:0}.str-chat__prompt__header{display:flex;flex-shrink:0;align-items:center;gap:var(--str-chat__spacing-md);width:100%;padding:var(--str-chat__spacing-xl)}.str-chat__prompt__header .str-chat__prompt__header__title-group{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);flex:1;min-width:0}.str-chat__prompt__header.str-chat__prompt__header--withDescription{display:grid;align-items:center;gap:0;grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"leading goBack title       trailing" ".       .      description ."}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__title-group{display:contents}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__leading-content{grid-area:leading;-webkit-margin-end:var(--str-chat__spacing-md);margin-inline-end:var(--str-chat__spacing-md)}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__go-back-button{grid-area:goBack;-webkit-margin-end:var(--str-chat__spacing-xxs);margin-inline-end:var(--str-chat__spacing-xxs)}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__title{grid-area:title}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__description{grid-area:description}.str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__trailing-content{grid-area:trailing;-webkit-margin-start:var(--str-chat__spacing-md);margin-inline-start:var(--str-chat__spacing-md)}.str-chat__prompt__header .str-chat__prompt__header__title{margin:0;padding-block:var(--str-chat__spacing-xs);font:var(--str-chat__font-heading-sm);color:var(--str-chat__text-primary)}.str-chat__prompt__header .str-chat__prompt__header__description{padding-block:var(--str-chat__spacing-xxxs);font:var(--str-chat__font-caption-default);color:var(--str-chat__text-secondary)}.str-chat__prompt__header .str-chat__prompt__header__leading-content,.str-chat__prompt__header .str-chat__prompt__header__trailing-content{display:flex;flex-shrink:0;gap:var(--str-chat__spacing-xs);align-items:center}.str-chat__prompt__header .str-chat__prompt__header__close-button{flex-shrink:0;color:var(--str-chat__text-primary)}.str-chat__prompt__header .str-chat__prompt__header__close-button .str-chat__icon{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat__prompt__body{flex:1 1 auto;min-height:0;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xl);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.str-chat__prompt__footer{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;width:100%;padding:var(--str-chat__spacing-xl)}.str-chat__prompt__footer .str-chat__prompt__footer__controls{display:flex;align-items:center;gap:var(--str-chat__spacing-xs)}.str-chat__viewer{border-radius:var(--str-chat__radius-xl);background:var(--str-chat__background-core-elevation-1);box-shadow:0 0 0 1px #0000000d,0 6px 12px #00000029,0 20px 32px #0000001f;width:100%;max-width:520px;height:100%;max-height:640px;display:flex;flex-direction:column}.str-chat__viewer .str-chat__viewer__header{display:flex;align-items:center;gap:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);width:100%;padding:var(--str-chat__spacing-xl)}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__title-group{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);flex:1;min-width:0}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__title{margin:0;font:var(--str-chat__font-heading-sm);color:var(--str-chat__text-primary)}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__description{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-secondary)}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__go-back-button path{fill:none;stroke:currentColor;stroke-width:1.5px}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__close-button{align-self:flex-start;flex-shrink:0;color:var(--str-chat__text-primary)}.str-chat__viewer .str-chat__viewer__body{padding:0 var(--str-chat__spacing-xl);flex:1;min-height:0}.str-chat__viewer .str-chat__viewer__footer{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:var(--str-chat__spacing-xl)}.str-chat__viewer .str-chat__viewer__footer .str-chat__viewer__footer__controls{display:flex;align-items:center;gap:var(--str-chat__spacing-xs)}.str-chat{--str-chat__modal-border-radius: var(--str-chat__radius-xl);--str-chat__modal-color: var(--str-chat__text-primary);--str-chat__modal-background-color: var(--str-chat__background-core-elevation-1);--str-chat__modal-overlay-color: var(--str-chat__background-core-scrim);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: var(--str-chat__box-shadow-4)}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100;pointer-events:auto;background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal--open .str-chat__modal__floating-dialog-overlay{z-index:1}.str-chat__modal--open .str-chat__modal__overlay__close-button{position:absolute;inset-inline-end:10px;top:10px;padding:var(--str-chat__spacing-xs);color:var(--str-chat__text-on-accent)}.str-chat__modal--open .str-chat__modal__overlay__close-button svg{height:12px;width:12px}.str-chat__ai-state-indicator-container{padding:0 8px;background-color:var(--str-chat__background-core-surface-default)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-primary)}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-xs)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-xs);min-width:0;background:transparent;color:var(--str-chat__text-primary)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin))}.str-chat__attachment-list .str-chat__message-attachment{overflow:hidden;background-color:var(--chat-bg-attachment);border-radius:var(--str-chat__message-bubble-radius-attachment)}.str-chat__attachment-list .str-chat__message-attachment .str-chat__button-play.str-chat__button--secondary.str-chat__button--outline{border-color:var(--chat-border-on-chat);background-color:transparent}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment--audio,.str-chat__attachment-list .str-chat__message-attachment--file,.str-chat__attachment-list .str-chat__message-attachment--unsupported,.str-chat__attachment-list .str-chat__message-attachment--geolocation,.str-chat__attachment-list .str-chat__message-attachment--voiceRecording,.str-chat__attachment-list .str-chat__message-attachment--card{width:var(--str-chat__attachment-max-width);max-width:100%}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card) img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000) / var(--original-width, 1000000),1px) * var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card){max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000) / var(--original-width, 1000000),1px) * var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7,#d4d5d7 25%,#f4f4f4 0%,#f4f4f4 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__space-24)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__space-24));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__space-24))}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-sm);column-gap:var(--str-chat__spacing-sm)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__space-2);min-width:0;line-height:var(--str-chat__typography-line-height-tight)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__space-8);font:var(--str-chat__font-caption-emphasis)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__data{font:var(--str-chat__font-metadata-default)}.str-chat__attachment-list .str-chat__message-attachment-file--item{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin))}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: var(--str-chat__size-16)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text:not(.str-chat__message--has-quoted-message) .str-chat__message-bubble{padding:0}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__attachment-list{--str-chat__attachment-max-width: var(--str-chat__message-max-width)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-bubble{border:1px solid var(--chat-border);box-shadow:var(--str-chat__background-core-elevation-0)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{background-color:var(--chat-bg)}.str-chat__message--me .str-chat__attachment-list{align-items:flex-end}.str-chat__li--single .str-chat__message--other.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--bottom .str-chat__message--other.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li--single .str-chat__message--me.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li--top.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--middle.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-radius:var(--str-chat__message-bubble-radius-group-middle)}.str-chat__message--has-text .str-chat__attachment-list{padding-bottom:0}.str-chat__message-attachment-actions{background:transparent;color:var(--str-chat__button-secondary-text)}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch;height:48px}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{background:transparent;color:var(--str-chat__button-secondary-text);width:100%;padding:var(--str-chat__button-padding-y-sm) var(--str-chat__button-padding-x-with-label-sm);white-space:nowrap;border-collapse:collapse;font:var(--str-chat__font-body-emphasis)}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button.str-chat__button:active{color:var(--str-chat__accent-primary)}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button.str-chat__button:focus-visible{color:var(--str-chat__accent-primary);outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat__message-attachment-audio-widget{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));flex:1 1 auto;width:100%;min-width:0}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--data{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs)}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-first-row{display:flex;justify-content:space-between;align-items:start;gap:var(--str-chat__spacing-xs)}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-first-row svg{flex-shrink:0}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__font-caption-emphasis);min-width:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.str-chat__message-attachment-audio-widget .str-chat__duration-display{width:40px;font:var(--str-chat__font-metadata-default);color:var(--str-chat__text-secondary)}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;gap:var(--str-chat__spacing-xs)}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{font:var(--str-chat__font-metadata-default)}.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;width:100%;padding:var(--str-chat__spacing-md)}.str-chat__button.str-chat__button--secondary.str-chat__button--outline.str-chat__audio-attachment-download-button{border-color:var(--str-chat__chat-border-on-chat-incoming);flex-shrink:0}.str-chat__button.str-chat__button--secondary.str-chat__button--outline.str-chat__audio-attachment-download-button .str-chat__attachment-download-button__icon{height:20px;width:20px}.str-chat__message--me .str-chat__button.str-chat__button--outline.str-chat__audio-attachment-download-button{border-color:var(--str-chat__chat-border-on-chat-outgoing)}.str-chat__message-attachment-geolocation{background:var(--chat-bg-attachment);color:var(--chat-text);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));display:flex;flex-direction:column;height:200px;width:100%;max-width:var(--str-chat__attachment-max-width)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__location-preview{flex:1}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{position:relative;flex:1;width:100%;height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--str-chat__background-core-overlay-light)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__icon{fill:var(--str-chat__accent-neutral);height:40px;width:40px}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{position:absolute;inset-inline-end:.5rem;inset-block:.5rem;height:12px;width:12px;color:var(--str-chat__accent-neutral)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{display:flex;justify-content:center;padding:.5rem;background-color:var(--str-chat__background-core-surface-subtle);font:var(--str-chat__font-caption-default)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{display:flex;flex-direction:column;align-items:center;gap:.375rem}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__accent-success)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{text-transform:lowercase;font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-attachment-giphy{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.str-chat__message-attachment-giphy img.str-chat__base-image{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000) / var(--original-width, 1000000),1px) * var(--original-height, 1000000));object-fit:contain;max-height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);width:100%;cursor:default}.str-chat__message-attachment-giphy .str-chat__image-placeholder{height:200px;width:var(--str-chat__attachment-max-width)}.str-chat__giphy-badge{display:inline-flex;height:24px;padding:var(--str-chat__spacing-xxxs) var(--str-chat__spacing-xs);justify-content:center;align-items:center;gap:var(--str-chat__spacing-xxs);position:absolute;inset-inline-start:8px;bottom:8px;border-radius:var(--str-chat__radius-lg);background-color:var(--str-chat__badge-bg-overlay);color:var(--str-chat__badge-text-on-accent);font:var(--str-chat__font-metadata-emphasis);text-transform:uppercase}.str-chat__message-attachment--giphy--actions .str-chat__message-attachment-giphy,.str-chat__message-attachment--giphy--actions .str-chat__message-attachment-giphy img.str-chat__base-image{height:200px}.str-chat__message-attachment--giphy--actions .str-chat__visibility-disclaimer{display:flex;padding:var(--str-chat__spacing-sm, 12px);align-items:center;gap:var(--str-chat__spacing-xs, 8px);align-self:stretch;color:var(--chat-text);font:var(--str-chat__font-caption-emphasis)}.str-chat__message-attachment-card{--str-chat__scraped-image-height: calc( var(--str-chat__attachment-max-width) * calc(1 / 1.91) );width:100%;display:flex;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm) var(--str-chat__spacing-xs) var(--str-chat__spacing-xs);overflow:hidden;border-radius:var(--str-chat__message-bubble-radius-attachment);line-height:var(--str-chat__typography-line-height-tight)}.str-chat__message-attachment-card *{color:var(--chat-text)}.str-chat__message-attachment-card .str-chat__message-attachment-card--header{position:relative;width:auto;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden}.str-chat__message-attachment-card .str-chat__message-attachment-card--header img,.str-chat__message-attachment-card .str-chat__message-attachment-card--header .str-chat__image-placeholder{border-radius:var(--str-chat__message-bubble-radius-attachment-inline, 8px)}.str-chat__message-attachment-card .str-chat__message-attachment-card--header img{object-fit:cover;width:40px;height:40px}.str-chat__message-attachment-card.str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:calc(var(--str-chat__attachment-max-width) * .5625)}.str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__message-attachment-card .str-chat__message-attachment-card--title{font:var(--str-chat__font-caption-emphasis)}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__message-attachment-card .str-chat__message-attachment-card--text{font:var(--str-chat__font-metadata-default)}.str-chat__message-attachment-card .str-chat__message-attachment-card--title,.str-chat__message-attachment-card .str-chat__message-attachment-card--url{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__message-attachment-card .str-chat__message-attachment-card--text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;font:var(--str-chat__font-metadata-default)}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link{display:flex;align-items:center;min-width:0;max-width:100%;gap:var(--str-chat__spacing-xxs)}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link .str-chat__message-attachment-card--url{flex:1;min-width:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card{display:block;padding:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card img{aspect-ratio:1.91/1;width:100%;height:auto;max-height:var(--str-chat__scraped-image-height);border-radius:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--header:has(.str-chat__image-placeholder){aspect-ratio:1.91/1;height:auto}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--header:has(.str-chat__image-placeholder) .str-chat__image-placeholder{border-radius:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-sm)}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--gallery,.str-chat__attachment-list .str-chat__message-attachment--image{min-width:0;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery{background-color:var(--chat-bg);color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden;border-radius:var(--str-chat__radius-lg);gap:var(--str-chat__spacing-xxs);width:var(--str-chat__attachment-max-width);max-width:100%;aspect-ratio:4/3}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image{width:100%;height:100%;min-width:0;min-height:0;border-radius:var(--str-chat__radius-md)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed{min-height:0}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image:only-child,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image:only-child{grid-column:1/-1;grid-row:1/-1;border-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(1),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(1){border-start-start-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(2),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(2){border-start-end-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(3),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(3){border-end-start-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(4),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__image:nth-child(4){border-end-end-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--two-images,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--two-images{grid-template-rows:1fr}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--two-images .str-chat__modal-gallery__image:nth-child(1),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--two-images .str-chat__modal-gallery__image:nth-child(1){border-end-start-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--two-images .str-chat__modal-gallery__image:nth-child(2),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--two-images .str-chat__modal-gallery__image:nth-child(2){border-end-end-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(1),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(1){grid-column:1;grid-row:1/span 2;border-end-start-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(2),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(2){grid-column:2;grid-row:1;border-start-end-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(3),.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(3){grid-column:2;grid-row:2;border-end-end-radius:var(--str-chat__radius-lg)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__placeholder,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery .str-chat__modal-gallery__placeholder{display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width);color:var(--str-chat__text-on-inverse);border:none;font-size:var(--str-chat__typography-font-size-2xl);font-weight:var(--str-chat__typography-font-weight-medium);line-height:var(--str-chat__typography-line-height-relaxed);top:0;right:0;bottom:0;left:0;position:absolute;background-color:var(--str-chat__background-core-scrim)}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;margin:0;overflow:hidden;position:relative;background-color:transparent;border:0}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image img,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);transition:opacity .15s ease-in-out}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading{min-height:200px;align-items:stretch}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img{position:absolute;opacity:0}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading .str-chat__modal-gallery__image-loading-overlay{position:static;flex:1;min-width:0;height:auto}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed{cursor:pointer;min-height:200px;align-items:stretch}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed{flex:1;min-width:0;height:auto}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img{opacity:0;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--str-chat__background-core-overlay-light);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:str-chat__modal-gallery-loading-shimmer 1.2s linear infinite;pointer-events:none}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator{position:relative;z-index:1;width:var(--str-chat__icon-size-lg);height:var(--str-chat__icon-size-lg)}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;width:2.75rem;height:2.75rem;border-radius:var(--str-chat__radius-max);background-color:var(--str-chat__accent-error);color:var(--str-chat__text-on-inverse)}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg{width:1.125rem;height:1.125rem}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image:hover:after,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image:hover:after,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image:hover:after{background-color:#0000001a}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image:focus-visible,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image:focus-visible,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image:focus-visible{outline:none}.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image:focus-visible:before,.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image:focus-visible:before,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image:focus-visible:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 2px var(--str-chat__brand-300);z-index:1}@keyframes str-chat__modal-gallery-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat__message-attachment-unsupported{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-md);column-gap:var(--str-chat__spacing-xs)}.str-chat__message-attachment-unsupported .str-chat__icon{height:var(--str-chat__size-20);width:var(--str-chat__size-20)}.str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;height:-webkit-fill-available;height:-moz-available;height:stretch;display:flex;align-items:center}.str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-primary);max-width:100%}.str-chat__message-attachment__voice-recording-widget{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:60px;padding:var(--str-chat__spacing-xs)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__play-button-container{padding:var(--str-chat__spacing-xxs)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none;color:var(--str-chat__text-primary)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:var(--str-chat__size-24);height:var(--str-chat__size-16)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:var(--str-chat__size-40);width:var(--str-chat__size-40);font:var(--str-chat__font-metadata-emphasis)}.str-chat .str-chat__duration-display{letter-spacing:0;min-width:35px;width:35px;color:var(--str-chat__text-primary);white-space:nowrap;text-align:center}.str-chat .str-chat__button.str-chat__playback-rate-button{text-transform:none;display:flex;justify-content:center;align-items:center;gap:var(--str-chat__spacing-xs);min-width:48px;min-height:24px;max-height:24px;padding:var(--str-chat__button-padding-y-sm) var(--str-chat__spacing-xs);background-color:inherit;border-radius:var(--str-chat__button-radius-lg);border:1px solid var(--chat-border-on-chat);color:var(--str-chat__control-playback-toggle-text, var(--str-chat__text-primary));font:var(--str-chat__font-metadata-emphasis)}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-hover);pointer-events:none}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px;outline-offset:0}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-pressed);pointer-events:none}.str-chat .str-chat__button.str-chat__playback-rate-button:disabled{border-color:var(--str-chat__border-utility-disabled);color:var(--str-chat__text-disabled);cursor:default}.str-chat .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:var(--str-chat__size-4);flex:1;min-width:0;cursor:pointer;background:linear-gradient(to var(--str-chat__progress-direction, right),var(--str-chat__chat-waveform-bar-playing) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__chat-waveform-bar) var(--str-chat__message-attachment-audio-widget-progress))}[dir=rtl] .str-chat .str-chat__message-attachment-audio-widget--progress-track{--str-chat__progress-direction: left}.str-chat .str-chat__message-attachment-audio-widget--progress-track{border-radius:var(--str-chat__radius-max)}.str-chat .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);height:var(--str-chat__size-12);width:var(--str-chat__size-12);border-radius:var(--str-chat__radius-max);border:1px solid var(--str-chat__control-playback-thumb-border-default);background:var(--str-chat__control-playback-thumb-bg-default);box-shadow:var(--str-chat__box-shadow-2);cursor:grab}.str-chat{--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;gap:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xs);height:100%}.str-chat .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:30px;display:flex;align-items:center;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;inset-inline-start:0;border:2px solid var(--str-chat__base-white);box-shadow:var(--str-chat__box-shadow-3);background:var(--str-chat__accent-neutral);height:14px;width:14px;border-radius:var(--str-chat__radius-max);cursor:grab;transition:inset-inline-start .25s linear}.str-chat .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__chat-waveform-bar);border-radius:var(--str-chat__radius-max);transition:background .25s linear}.str-chat .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__chat-waveform-bar-playing)}.str-chat .str-chat__wave-progress-bar__track--dragging .str-chat__wave-progress-bar__progress-indicator,.str-chat .str-chat__wave-progress-bar__track--dragging .str-chat__wave-progress-bar__amplitude-bar{transition:none}.str-chat .str-chat__wave-progress-bar__track--playback-initiated .str-chat__wave-progress-bar__progress-indicator{background:var(--str-chat__accent-primary)}.str-chat__avatar{-webkit-user-select:none;user-select:none;position:relative;display:flex;justify-content:center;align-items:center;border-radius:var(--str-chat__radius-max);background:var(--str-chat__avatar-bg-default);color:var(--str-chat__avatar-text-default);text-transform:uppercase;width:var(--avatar-size);height:var(--avatar-size);--avatar-status-badge-angle: -45deg;grid-area:avatar}.str-chat__avatar .str-chat__avatar-image{object-fit:cover;border-radius:inherit;width:100%;height:100%}.str-chat__avatar .str-chat__icon{width:var(--avatar-icon-size);height:var(--avatar-icon-size);stroke-width:var(--avatar-icon-stroke-width)}.str-chat__avatar.str-chat__avatar--with-border:has(.str-chat__avatar-image):before{border:1px solid var(--border-core-opacity-10);content:"";width:100%;height:100%;position:absolute;background:transparent;border-radius:inherit}.str-chat__avatar:after{content:"";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);border:2px solid var(--str-chat__border-core-inverse);border-radius:inherit}.str-chat__avatar .str-chat__avatar-status-badge{content:"";position:absolute;width:var(--avatar-status-badge-size);height:var(--avatar-status-badge-size);z-index:1;inset-inline-start:calc(var(--avatar-size) / 2 + var(--avatar-size) / 2 * cos(var(--avatar-status-badge-angle)) - var(--avatar-status-badge-size) / 2);top:calc(var(--avatar-size) / 2 + var(--avatar-size) / 2 * sin(var(--avatar-status-badge-angle)) - var(--avatar-status-badge-size) / 2);border-radius:var(--str-chat__radius-max, 9999px);border-style:solid;border-color:var(--str-chat__presence-border);border-width:2px}.str-chat__avatar .str-chat__avatar-status-badge.str-chat__avatar-status-badge--online{background:var(--str-chat__presence-bg-online)}.str-chat__avatar .str-chat__avatar-status-badge.str-chat__avatar-status-badge--offline{background:var(--str-chat__presence-bg-offline)}.str-chat__avatar.str-chat__avatar--size-2xl{--avatar-size: 64px;--avatar-status-badge-size: 16px;--avatar-icon-size: var(--str-chat__icon-size-lg);--avatar-icon-stroke-width: 1.5px;font:var(--str-chat__font-heading-lg)}.str-chat__avatar.str-chat__avatar--size-xl{--avatar-size: 48px;--avatar-status-badge-size: 16px;--avatar-icon-size: var(--str-chat__size-24);--avatar-icon-stroke-width: 1.5px;font:var(--str-chat__font-heading-md)}.str-chat__avatar.str-chat__avatar--size-lg{--avatar-size: 40px;--avatar-status-badge-size: 14px;--avatar-icon-size: var(--str-chat__icon-size-md);--avatar-icon-stroke-width: 1.5px;font:var(--str-chat__font-body-emphasis)}.str-chat__avatar.str-chat__avatar--size-md{--avatar-size: 32px;--avatar-status-badge-size: 12px;--avatar-icon-size: var(--str-chat__icon-size-md);--avatar-icon-stroke-width: 1.5px;font:var(--str-chat__font-caption-emphasis)}.str-chat__avatar.str-chat__avatar--size-sm{--avatar-size: 24px;--avatar-status-badge-size: 8px;--avatar-icon-size: var(--str-chat__icon-size-sm);--avatar-icon-stroke-width: 1.2px;font:var(--str-chat__font-caption-emphasis)}.str-chat__avatar.str-chat__avatar--size-sm .str-chat__avatar-status-badge{border-width:1px}.str-chat__avatar.str-chat__avatar--size-xs{--avatar-size: 20px;--avatar-status-badge-size: 8px;--avatar-icon-size: 10px;--avatar-icon-stroke-width: 1.2px;font:var(--str-chat__font-metadata-emphasis)}.str-chat__avatar.str-chat__avatar--size-xs .str-chat__avatar-status-badge{border-width:1px}.str-chat__avatar-stack{display:flex;align-items:center}.str-chat__avatar-stack .str-chat__avatar-stack__count-badge{position:relative}.str-chat__avatar-stack.str-chat__avatar-stack--size-xs>.str-chat__avatar:not(:first-child),.str-chat__avatar-stack.str-chat__avatar-stack--size-xs .str-chat__avatar-stack__count-badge{-webkit-margin-start:calc(var(--str-chat__spacing-xs) * -1);margin-inline-start:calc(var(--str-chat__spacing-xs) * -1)}.str-chat__avatar-stack.str-chat__avatar-stack--size-sm>.str-chat__avatar:not(:first-child),.str-chat__avatar-stack.str-chat__avatar-stack--size-sm .str-chat__avatar-stack__count-badge{-webkit-margin-start:calc(var(--str-chat__spacing-sm) * -1);margin-inline-start:calc(var(--str-chat__spacing-sm) * -1)}.str-chat__avatar-stack.str-chat__avatar-stack--size-md>.str-chat__avatar:not(:first-child),.str-chat__avatar-stack.str-chat__avatar-stack--size-md .str-chat__avatar-stack__count-badge{-webkit-margin-start:calc(var(--str-chat__spacing-sm) * -1);margin-inline-start:calc(var(--str-chat__spacing-sm) * -1)}.str-chat__avatar-group{width:var(--avatar-group-size);height:var(--avatar-group-size);min-height:var(--avatar-group-size);min-width:var(--avatar-group-size);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.str-chat__avatar-group.str-chat__avatar-group--size-2xl{--avatar-group-size: 64px;--avatar-group-online-badge-size: 16px;--avatar-group-count-badge-size: 32px}.str-chat__avatar-group.str-chat__avatar-group--size-2xl>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-xl);padding-inline:var(--str-chat__spacing-xs)}.str-chat__avatar-group.str-chat__avatar-group--size-xl{--avatar-group-size: 48px;--avatar-group-online-badge-size: 16px;--avatar-group-count-badge-size: 24px}.str-chat__avatar-group.str-chat__avatar-group--size-xl>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-xl);padding-inline:var(--str-chat__spacing-xs)}.str-chat__avatar-group.str-chat__avatar-group--size-lg{--avatar-group-size: 40px;--avatar-group-online-badge-size: 14px;--avatar-group-count-badge-size: 20px}.str-chat__avatar-group.str-chat__avatar-group--size-lg>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-md);padding-inline:var(--str-chat__spacing-xxs)}.str-chat__avatar-group.str-chat__avatar-group--online:after,.str-chat__avatar-group.str-chat__avatar-group--offline:after{content:"";position:absolute;width:var(--avatar-group-online-badge-size);height:var(--avatar-group-online-badge-size);inset-inline-end:-2px;top:-2px;border-radius:var(--str-chat__radius-max, 9999px);border-style:solid;border-color:var(--str-chat__presence-border, #fff);border-width:2px}.str-chat__avatar-group.str-chat__avatar-group--online:after{background:var(--str-chat__presence-bg-online, #00c384)}.str-chat__avatar-group.str-chat__avatar-group--offline:after{background:var(--str-chat__presence-bg-offline, #687385)}.str-chat__avatar-group>.str-chat__avatar{position:absolute}.str-chat__avatar-group>.str-chat__avatar-group__count-badge{position:absolute;display:flex;height:var(--avatar-group-count-badge-size);min-width:var(--avatar-group-count-badge-size);min-height:var(--avatar-group-count-badge-size);justify-content:center;align-items:center;border-radius:var(--str-chat__radius-max);background:var(--str-chat__badge-bg-default);box-shadow:var(--str-chat__box-shadow-2)}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:nth-child(1){top:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:nth-child(2){top:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:nth-child(3){bottom:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:last-child{bottom:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:nth-child(1){top:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:nth-child(2){top:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:last-child{bottom:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:nth-child(1){top:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:nth-child(2){bottom:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:last-child{bottom:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(2))>:nth-child(1){top:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(2))>:last-child{bottom:0;inset-inline-end:0}.str-chat__channel{height:100%;display:flex;flex-direction:column;min-height:0;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{position:relative;height:100%;display:flex;flex-direction:column;width:100%;min-width:0}@media (max-width: 767px){.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__main-panel,.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__dropzone-root:not(.str-chat__dropzone-root--thread){flex:0 0 0;width:0;min-width:0;max-width:0;overflow:hidden}.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__thread-container,.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__dropzone-root--thread{flex:1 1 auto;min-width:0;width:100%}}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__channel-header--loading{pointer-events:none}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__channel-header__data--loading{align-items:center}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-name{height:var(--str-chat__size-16);width:120px}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-avatar{flex-shrink:0;width:var(--str-chat__size-40);height:var(--str-chat__size-40);border-radius:50%}.str-chat__loading-channel .str-chat__message-list--loading{overflow:hidden}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__message-list-scroll{width:100%;height:100%;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));margin-inline:auto}.str-chat__loading-channel .str-chat__loading-channel-message-list{height:100%;width:100%;display:flex;flex-direction:column;gap:var(--str-chat__size-28);padding-block:var(--str-chat__size-32) var(--str-chat__size-24)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-sm)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-content{display:flex;flex-direction:column;width:min(100%,var(--str-chat__message-max-width));max-width:var(--str-chat__message-max-width);row-gap:var(--str-chat__size-12);min-width:0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble{width:min(100%,var(--str-chat__message-max-width));border-radius:var(--str-chat__radius-3xl)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble--md{height:var(--str-chat__size-64);width:min(58%,272px)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble--lg{height:84px;width:min(72%,352px)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata{height:var(--str-chat__size-16);width:min(100%,var(--str-chat__message-max-width));border-radius:999px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata--sm{width:88px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata--md{width:124px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message.str-chat__loading-channel-message--outgoing{justify-content:flex-end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message.str-chat__loading-channel-message--outgoing .str-chat__loading-channel-message-content{align-items:flex-end}.str-chat__loading-channel .str-chat__message-composer-container--loading{pointer-events:none}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__message-composer{align-items:center}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button{flex-shrink:0;width:var(--str-chat__size-48);height:var(--str-chat__size-48);border-radius:var(--str-chat__button-radius-full)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{flex:1;min-width:0;height:var(--str-chat__size-48);border-radius:999px}.str-chat__channel{background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary)}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-avatar{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;border-radius:50%}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-name{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%)}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-avatar{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;border-radius:50%}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-bubble{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-metadata{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button,.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button{border-radius:var(--str-chat__button-radius-full)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{border-radius:var(--str-chat__radius-3xl)}@keyframes loading-channel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat{--str-chat__channel-header-height: 72px}.str-chat__channel-header{background:var(--str-chat__background-core-elevation-1);-webkit-border-after:1px solid var(--str-chat__border-core-default);border-block-end:1px solid var(--str-chat__border-core-default);width:100%;padding:var(--str-chat__spacing-md);height:var(--str-chat__channel-header-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.str-chat__channel-header .str-chat__channel-header__start{justify-self:start;min-width:0}.str-chat__channel-header .str-chat__channel-header__data{display:flex;flex-direction:column;align-items:center;overflow-y:hidden;overflow-x:hidden;justify-self:center;min-width:0}.str-chat__channel-header .str-chat__channel-header__end{justify-self:end;min-width:0}.str-chat__channel-header .str-chat__channel-header__data__title,.str-chat__channel-header .str-chat__channel-header__data__subtitle{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header__data__title{font:var(--str-chat__font-heading-sm)}.str-chat__channel-header .str-chat__channel-header__data__subtitle{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-secondary)}.str-chat{--str-chat__channel-list-transition-duration: .18s;--str-chat__channel-list-transition-easing: ease;--str-chat__channel-list-transition-offset: 8px;--str-chat__channel-list-width: 30%;--str-chat__channel-list-mobile-width: 100%}.str-chat__channel-list{display:flex;flex:0 0 var(--str-chat__channel-list-width);flex-direction:column;height:100%;max-width:100%;position:relative;min-width:280px;opacity:1;transform:translate(0);transition:flex-basis var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),min-width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),max-width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),opacity var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),transform var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing);width:var(--str-chat__channel-list-width);background:var(--str-chat__background-core-elevation-1);color:var(--str-chat__text-primary);-webkit-border-end:1px solid var(--str-chat__border-core-default);border-inline-end:1px solid var(--str-chat__border-core-default)}.str-chat__channel-list .str-chat__channel-list-inner{flex:1;min-height:0;overflow:hidden;padding-bottom:calc(var(--str-chat__space-8) + var(--str-chat__space-2))}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main{height:100%;overflow-y:auto;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main .str-chat__channel-list-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--str-chat__space-8) + var(--str-chat__space-4))}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main .str-chat__channel-list-empty p{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__space-8) 0}.str-chat__channel-list .str-chat__channel-list-empty{text-align:center}.str-chat__channel-list .str-chat__channel-list-empty svg{width:32px;height:32px}.str-chat__channel-list .str-chat__channel-list-empty{color:var(--str-chat__text-secondary)}@media (max-width: 767px){.str-chat__channel-list{box-shadow:none;flex-basis:auto;inset-inline-start:0;max-width:100%;min-width:0;pointer-events:none;position:absolute;top:0;bottom:0;transform:translate(calc(0px - var(--str-chat__channel-list-transition-offset)));visibility:hidden;width:var(--str-chat__channel-list-mobile-width);z-index:1;transition:transform var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),visibility 0s linear var(--str-chat__channel-list-transition-duration)}.str-chat__chat-view .str-chat__channel-list{inset-inline-start:var(--str-chat__chat-view-selector-mobile-width, 0px);width:calc(100% - var(--str-chat__chat-view-selector-mobile-width, 0px))}}@media (prefers-reduced-motion: reduce){.str-chat__channel-list{transition:none}}.str-chat__channel-list__header{display:flex;align-items:center;padding:var(--str-chat__spacing-md);width:100%}.str-chat__channel-list__header .str-chat__channel-list__header__title{flex:1;font:var(--str-chat__font-heading-lg);color:var(--str-chat__text-primary)}.str-chat__channel-list-item-container{padding:var(--str-chat__spacing-xxs);position:relative}.str-chat__channel-list-item-container:has(.str-chat__channel-list-item__action-buttons--active) .str-chat__channel-list-item__action-buttons,.str-chat__channel-list-item-container:focus-within .str-chat__channel-list-item__action-buttons,.str-chat__channel-list-item-container:hover .str-chat__channel-list-item__action-buttons{display:flex}.str-chat__channel-list-item-container .str-chat__channel-list-item__action-buttons{display:none;position:absolute;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-md);background:var(--str-chat__background-core-elevation-3);box-shadow:var(--str-chat__box-shadow-2);inset-inline-end:10px;top:10px;padding:var(--str-chat__spacing-xxs)}.str-chat__channel-list-item-container .str-chat__channel-list-item__action-buttons>.str-chat__button.str-chat__button--size-sm.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-xs);padding-block:var(--str-chat__button-padding-x-icon-only-xs)}.str-chat__channel-list-item-container{border-bottom:1px solid var(--str-chat__border-core-subtle)}.str-chat__channel-list-item__action-buttons-context-menu{min-width:150px}.str-chat__channel-list-item{display:flex;gap:var(--str-chat__spacing-md);align-items:center;padding:var(--str-chat__spacing-sm);border:none;background:none;cursor:pointer;text-align:start;border-radius:var(--str-chat__radius-lg);width:100%;background:var(--str-chat__background-core-elevation-1)}.str-chat__channel-list-item:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__channel-list-item:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__channel-list-item:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__channel-list-item .str-chat__avatar{flex-shrink:0}.str-chat__channel-list-item .str-chat__channel-list-item-data{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);flex-shrink:1;flex-grow:1;min-width:0}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row{display:flex;justify-content:space-between;align-items:center;gap:var(--str-chat__spacing-md)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title{flex-shrink:1;flex-grow:1;min-width:0;display:flex;align-items:inherit;gap:var(--str-chat__spacing-xxs);font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-primary)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title>span{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title>.str-chat__icon--mute{color:var(--str-chat__text-tertiary);width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__timestamp-and-badge{flex-shrink:0;display:flex;align-items:inherit;gap:var(--str-chat__spacing-xs)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__timestamp-and-badge .str-chat__channel-list-item-timestamp{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-tertiary)}.str-chat{--str-chat__chat-view-selector-transition-duration: .18s;--str-chat__chat-view-selector-transition-easing: ease;--str-chat__chat-view-selector-transition-offset: 8px;--str-chat__chat-view-selector-mobile-width: calc( var(--str-chat__spacing-md) + var(--str-chat__spacing-md) + var(--str-chat__spacing-xs) + var(--str-chat__spacing-xs) + 20px )}.str-chat__chat-view{display:flex;width:100%;height:100%;min-height:0;position:relative;background-color:var(--str-chat__background-core-app)}.str-chat__chat-view .str-chat__chat-view__selector{display:flex;flex-direction:column;padding:var(--str-chat__spacing-md);gap:var(--str-chat__spacing-xs);-webkit-border-end:1px solid var(--str-chat__border-core-subtle);border-inline-end:1px solid var(--str-chat__border-core-subtle);background-color:var(--str-chat__background-core-elevation-1)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container{display:flex;position:relative}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container:focus-visible+.str-chat__chat-view__selector-button-tooltip,.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container:hover .str-chat__chat-view__selector-button-tooltip{opacity:1;transform:translate3d(0,-50%,0);visibility:visible}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__button.str-chat__chat-view__selector-button{--str-chat-unread-count-badge-absolute-offset-vertical: 25%;gap:4px;padding:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-md);font:var(--str-chat__font-caption-emphasis);line-height:1;position:relative;background:transparent;color:var(--str-chat__text-tertiary)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__button.str-chat__chat-view__selector-button[aria-selected=true]{color:var(--str-chat__text-primary);background:var(--str-chat__background-core-surface-default)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__button.str-chat__chat-view__selector-button .str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__button.str-chat__chat-view__selector-button .str-chat__button__content{display:flex;flex-direction:column;align-items:center}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-tooltip{inset-inline-start:calc(100% + 8px);opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(4px,-50%,0);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;visibility:hidden;white-space:nowrap;z-index:1}.str-chat__chat-view .str-chat__chat-view__channels{display:flex;flex-grow:1;min-width:0;min-height:0;position:relative}.str-chat__chat-view .str-chat__chat-view__threads{display:flex;flex-grow:1;min-width:0;position:relative}.str-chat__chat-view .str-chat__chat-view__threads>.str-chat__dropzone-root--thread,.str-chat__chat-view .str-chat__chat-view__threads>.str-chat__thread-container{flex:1 1 auto;min-width:0;max-width:none;width:100%}.str-chat__date-separator--floating{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;justify-content:center;pointer-events:none}.str-chat__date-separator{background:transparent;color:var(--str-chat__chat-text-system);display:flex;justify-content:center;align-items:center;width:100%;padding:var(--str-chat__spacing-xs) 0}.str-chat__date-separator .str-chat__date-separator-date{display:flex;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm);justify-content:center;align-items:center;color:var(--str-chat__chat-text-system);background-color:var(--str-chat__background-core-surface-subtle);border-radius:var(--str-chat__radius-max);font:var(--str-chat__font-metadata-emphasis)}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:transparent}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem;-webkit-border-before:2px solid transparent;border-block-start:2px solid transparent;-webkit-border-after:2px solid transparent;border-block-end:2px solid transparent}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{-webkit-border-after:2px solid var(--str-chat__accent-primary);border-block-end:2px solid var(--str-chat__accent-primary)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{-webkit-border-before:2px solid var(--str-chat__accent-primary);border-block-start:2px solid var(--str-chat__accent-primary)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__text-tertiary);display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:var(--str-chat__spacing-md);position:relative;gap:var(--str-chat__spacing-xs);text-align:center;background:var(--str-chat__background-core-app);color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__empty-channel svg{width:32px;height:32px;color:var(--str-chat-icon-color)}.str-chat__empty-channel .str-chat__empty-channel-text{margin:0;max-width:230px}.str-chat .str-chat__base-image{display:block;max-width:100%;max-height:100%;object-fit:contain}@keyframes str-chat__gallery-slide-in-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes str-chat__gallery-slide-in-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.str-chat .str-chat__gallery{--str-chat__gallery-foreground: var(--str-chat__text-on-accent);--str-chat__gallery-nav-border: none;--str-chat__gallery-nav-background: rgba(255, 255, 255, .92);--str-chat__gallery-nav-color: #101828;--str-chat__gallery-nav-hover-background: #ffffff;--str-chat__gallery-nav-box-shadow: var(--str-chat__box-shadow-2);position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:100%;height:100%;min-height:0;padding:0;box-sizing:border-box;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.str-chat.str-chat__modal.str-chat__gallery-modal{--str-chat__modal-overlay-color: var(--str-chat__background-core-scrim);--str-chat__modal-overlay-backdrop-filter: none}.str-chat.str-chat__modal.str-chat__gallery-modal .str-chat__modal__dialog{width:100%;height:100%}.str-chat .str-chat__gallery__header{padding:var(--str-chat__spacing-md);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:var(--str-chat__spacing-sm);pointer-events:none;width:100%}.str-chat .str-chat__gallery__header-spacer{min-width:0}.str-chat .str-chat__gallery__header-meta{min-width:0;text-align:center}.str-chat .str-chat__gallery__title{color:var(--str-chat__gallery-foreground);font:var(--str-chat__font-heading-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__gallery__timestamp{display:block;margin-top:2px;color:#ffffffb8;font:var(--str-chat__font-metadata-default)}.str-chat .str-chat__gallery__header-actions{display:inline-flex;align-items:center;justify-self:end;gap:var(--str-chat__spacing-xs);pointer-events:auto}.str-chat .str-chat__button.str-chat__gallery__action-button,.str-chat .str-chat__gallery__action-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:var(--str-chat__radius-max);border:0;background-color:transparent;color:#ffffffe0;text-decoration:none;opacity:.92}@media (prefers-reduced-motion: no-preference){.str-chat .str-chat__button.str-chat__gallery__action-button,.str-chat .str-chat__gallery__action-button{transition:background-color .15s ease,color .15s ease,opacity .15s ease}}.str-chat .str-chat__button.str-chat__gallery__action-button:hover,.str-chat .str-chat__gallery__action-button:hover{background-color:#ffffff24;color:#fff;opacity:1}.str-chat .str-chat__button.str-chat__gallery__action-button:active,.str-chat .str-chat__gallery__action-button:active{background-color:#fff3}.str-chat .str-chat__button.str-chat__gallery__action-button:focus-visible,.str-chat .str-chat__gallery__action-button:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__gallery__action-button .str-chat__icon,.str-chat .str-chat__gallery__action-button .str-chat__icon{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat .str-chat__gallery__main{flex-direction:column;position:relative;display:flex;align-items:center;justify-content:center;width:100%;flex:1;height:100%;min-height:0;overflow:hidden;border-radius:0;background:var(--str-chat__gallery-main-background)}.str-chat .str-chat__gallery__slide-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;padding:var(--str-chat__size-64);box-sizing:border-box;overflow:hidden;touch-action:pan-y pinch-zoom}.str-chat .str-chat__gallery__media-container{width:100%;height:100%}.str-chat .str-chat__gallery__media{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;overflow:hidden}@media (prefers-reduced-motion: no-preference){.str-chat .str-chat__gallery__media--slide-forward{animation:str-chat__gallery-slide-in-from-right .3s ease-out both}.str-chat .str-chat__gallery__media--slide-backward{animation:str-chat__gallery-slide-in-from-left .3s ease-out both}}.str-chat .str-chat__gallery__media--dragging{transition:none}.str-chat .str-chat__gallery__media .str-chat__base-image{max-width:100%;max-height:100%;object-fit:contain}.str-chat .str-chat__gallery__media--video video{max-width:100%;max-height:100%;object-fit:contain}.str-chat .str-chat__button.str-chat__gallery__nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:var(--str-chat__gallery-nav-border);border-radius:var(--str-chat__radius-max);background-color:var(--str-chat__gallery-nav-background);color:var(--str-chat__gallery-nav-color);box-shadow:var(--str-chat__gallery-nav-box-shadow)}@media (prefers-reduced-motion: no-preference){.str-chat .str-chat__button.str-chat__gallery__nav-button{transition:background-color .15s ease,transform .15s ease}}.str-chat .str-chat__button.str-chat__gallery__nav-button:hover{background-color:var(--str-chat__gallery-nav-hover-background)}.str-chat .str-chat__button.str-chat__gallery__nav-button:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__gallery__nav-button:active{transform:translateY(-50%) scale(.97)}.str-chat .str-chat__button.str-chat__gallery__nav-button svg{width:1rem;height:1rem}.str-chat .str-chat__gallery__nav-button--hidden{visibility:hidden;pointer-events:none}.str-chat .str-chat__gallery__nav-button--prev{inset-inline-start:var(--str-chat__spacing-sm)}.str-chat .str-chat__gallery__nav-button--next{inset-inline-end:var(--str-chat__spacing-sm)}.str-chat .str-chat__gallery__position-indicator{color:var(--str-chat__gallery-foreground);font:var(--str-chat__font-caption-emphasis);text-shadow:0 1px 2px rgba(0,0,0,.35);-webkit-user-select:none;user-select:none;width:100%;display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-md)}.str-chat .str-chat__gallery__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.str-chat .str-chat__gallery__error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--str-chat__spacing-sm);width:100%;height:100%;color:var(--str-chat__text-tertiary);font-size:var(--str-chat__typography-font-size-sm)}.str-chat.str-chat__theme-dark .str-chat__gallery{--str-chat__gallery-nav-border: 1px solid rgba(255, 255, 255, .08);--str-chat__gallery-nav-background: rgba(17, 24, 39, .88);--str-chat__gallery-nav-color: rgba(255, 255, 255, .92);--str-chat__gallery-nav-hover-background: rgba(31, 41, 55, .96);--str-chat__gallery-nav-box-shadow: 0 10px 24px rgba(0, 0, 0, .4)}@media only screen and (max-device-width: 768px){.str-chat .str-chat__gallery__header{inset:var(--str-chat__spacing-xs) var(--str-chat__spacing-xs) auto}.str-chat .str-chat__gallery__nav-button{width:2rem;height:2rem}.str-chat .str-chat__gallery__slide-container{padding:2.25rem 2.5rem 1.5rem}.str-chat .str-chat__gallery__header-actions{gap:.25rem}}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__list-item-layout{display:flex;align-items:stretch;width:100%;min-width:0;padding-inline:var(--str-chat__spacing-xxs)}.str-chat__list-item-layout .str-chat__list-item-layout__container{--list-item-padding: var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);display:flex;flex:1;align-items:center;gap:var(--str-chat__spacing-sm);min-width:0;text-align:start;padding:var(--list-item-padding);border-radius:var(--str-chat__radius-md)}.str-chat__list-item-layout .str-chat__list-item-layout__container:where(button){background:none;border:none;padding:0;padding:var(--list-item-padding);cursor:pointer}.str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):hover:not(:disabled){background:var(--str-chat__background-utility-hover)}.str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):active:not(:disabled){background-color:var(--str-chat__background-utility-pressed)}.str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):focus:not(:disabled){outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat__list-item-layout .str-chat__list-item-layout__container.str-chat__form__switch-field{padding:var(--list-item-padding)}.str-chat__list-item-layout .str-chat__list-item-layout__container--selected{background-color:var(--str-chat__background-utility-selected)}.str-chat__list-item-layout .str-chat__list-item-layout__container--destructive,.str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__icon,.str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__title,.str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__subtitle,.str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__description{color:var(--str-chat__accent-error)}.str-chat__list-item-layout .str-chat__list-item-layout__container:disabled{color:var(--str-chat__text-disabled)}.str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__title,.str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__subtitle,.str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__description{color:var(--str-chat__text-disabled)}.str-chat__list-item-layout .str-chat__list-item-layout__content{flex:1;display:grid;align-items:start;grid-template-areas:"title" "description";grid-template-columns:minmax(0,1fr);justify-items:start;min-width:0}.str-chat__list-item-layout .str-chat__list-item-layout__content--withSubtitle{grid-template-areas:"title description" "subtitle description";grid-template-columns:minmax(0,1fr) auto;column-gap:var(--str-chat__spacing-sm)}.str-chat__list-item-layout .str-chat__list-item-layout__leading-icon,.str-chat__list-item-layout .str-chat__list-item-layout__trailing-icon{display:flex;flex-shrink:0}.str-chat__list-item-layout .str-chat__list-item-layout__description,.str-chat__list-item-layout .str-chat__list-item-layout__title{font:var(--str-chat__font-caption-default)}.str-chat__list-item-layout .str-chat__list-item-layout__subtitle{font:var(--str-chat__font-metadata-default)}.str-chat__list-item-layout .str-chat__list-item-layout__title{color:var(--str-chat__text-primary);grid-area:title}.str-chat__list-item-layout .str-chat__list-item-layout__subtitle,.str-chat__list-item-layout .str-chat__list-item-layout__description{color:var(--str-chat__text-tertiary)}.str-chat__list-item-layout .str-chat__list-item-layout__subtitle{grid-area:subtitle}.str-chat__list-item-layout .str-chat__list-item-layout__description{grid-area:description}.str-chat__list-item-layout .str-chat__list-item-layout__subtitle,.str-chat__list-item-layout .str-chat__list-item-layout__description,.str-chat__list-item-layout .str-chat__list-item-layout__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__loading-channels{display:flex;flex-direction:column}.str-chat__channel-list-item--loading{cursor:default;pointer-events:none}.str-chat__channel-list-item--loading,.str-chat__channel-list-item-data--loading{min-width:0}.str-chat__channel-list-item-data--loading{justify-content:center}.str-chat__loading-channels-avatar,.str-chat__loading-channels-username,.str-chat__loading-channels-status{background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channels-shimmer 1.2s linear infinite}.str-chat__loading-channels-avatar{flex-shrink:0;width:var(--str-chat__size-48);height:var(--str-chat__size-48);border-radius:50%}.str-chat__loading-channels-username,.str-chat__loading-channels-status{height:var(--str-chat__size-20);border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%)}.str-chat__loading-channels-username{width:min(62%,180px)}.str-chat__loading-channels-status{width:min(84%,244px)}@keyframes loading-channels-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat__loading-indicator{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.str-chat__circular-progress-indicator{width:100%;height:100%}.str-chat__circular-progress-indicator svg{display:block}.str-chat__share-location-dialog{width:100%;max-width:520px}.str-chat__share-location-dialog .str-chat__live-location-activation{display:flex;flex-direction:column;width:100%;background-color:var(--str-chat__switch-field-background-color);border-radius:var(--str-chat__switch-field-border-radius);box-sizing:border-box}.str-chat__share-location-dialog .str-chat__live-location-activation.str-chat__live-location-activation--expanded .str-chat__form__switch-field{padding-bottom:var(--str-chat__spacing-xxs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field__label__text{font:var(--str-chat__font-caption-emphasis)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector{padding-inline:calc(var(--str-chat__spacing-md) - var(--str-chat__spacing-xs));padding-bottom:var(--str-chat__spacing-xs)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__live-location-sharing-duration-selector__button{background:none;border:none;padding:0;align-items:center;background:transparent;padding-inline:var(--str-chat__spacing-xs);color:inherit;cursor:pointer;display:flex;justify-content:space-between;min-width:120px;font:var(--str-chat__font-caption-default)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__context-menu{min-width:120px}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__live-location-sharing-duration-option{width:100%}.str-chat__audio_recorder{display:flex;align-items:center;justify-content:center;max-width:var(--str-chat__message-composer-max-width);width:100%;border-radius:var(--str-chat__radius-3xl);border:1px solid var(--str-chat__border-core-default);background:var(--composer-bg);position:relative}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview{flex:1;min-width:0;display:flex;align-items:center;gap:var(--str-chat__spacing-md);padding:var(--str-chat__spacing-xs);-webkit-padding-start:var(--str-chat__spacing-sm);padding-inline-start:var(--str-chat__spacing-sm)}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback .str-chat__recording-timer,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__recording-timer{display:flex;align-items:center;width:2.75rem;font:var(--str-chat__font-caption-emphasis)}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback .str-chat__recording-timer--hours,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__recording-timer--hours{width:3rem}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback--isPlaying .str-chat__recording-timer{color:var(--str-chat__chat-waveform-bar-playing)}.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__icon--voice{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm);color:var(--str-chat__button-destructive-text)}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-recording-button svg{height:var(--str-chat__icon-size-sm);width:18px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{background:none;border:none;display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0;cursor:pointer;--str-chat-icon-color: var(--str-chat__text-on-accent);border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-on-accent);background-color:var(--str-chat__accent-primary)}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button:disabled,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-core-app)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,.str-chat__audio_recorder .str-chat__waveform-box-container{flex:1 1 auto;display:flex;align-items:center;width:auto;min-width:0}.str-chat__audio_recorder .str-chat__wave-progress-bar__track{display:flex;min-width:0;width:100%;align-items:center;flex-wrap:nowrap;height:2rem}.str-chat__audio_recorder .str-chat__waveform-box-container{overflow:hidden}.str-chat__audio_recorder .str-chat__waveform-box-container .str-chat__wave-progress-bar__track{justify-content:flex-end}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container{padding-inline:var(--str-chat__spacing-xs)}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container .str-chat__wave-progress-bar__track{flex:1 1 auto}.str-chat__audio_recorder .str-chat__audio_recorder__recording-controls{display:flex;gap:var(--str-chat__spacing-xs);padding:0 var(--str-chat__spacing-xs)}.str-chat{--str-chat__message-options-button-size: var(--str-chat__size-32);--str-chat__message-max-width: 400px;--str-chat__message-with-attachment-max-width: 400px}.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options{display:flex}.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner{-webkit-margin-end:0;margin-inline-end:0}.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner{-webkit-margin-start:0;margin-inline-start:0}.str-chat__li:has(.str-chat__message--pinned){position:relative;isolation:isolate}.str-chat__li:has(.str-chat__message--pinned):before{content:"";position:absolute;inset-block:0;inset-inline:-9999px;background-color:var(--str-chat__background-core-highlight);z-index:-1;pointer-events:none}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:transparent}.str-chat__li.str-chat__li--top{-webkit-padding-before:var(--str-chat__spacing-xs);padding-block-start:var(--str-chat__spacing-xs);-webkit-padding-after:var(--str-chat__spacing-xxxs);padding-block-end:var(--str-chat__spacing-xxxs)}.str-chat__li.str-chat__li--bottom{-webkit-padding-before:var(--str-chat__spacing-xxxs);padding-block-start:var(--str-chat__spacing-xxxs);-webkit-padding-after:var(--str-chat__spacing-xs);padding-block-end:var(--str-chat__spacing-xs)}.str-chat__li.str-chat__li--middle{padding-block:var(--str-chat__spacing-xxxs)}.str-chat__li.str-chat__li--single{padding-block:var(--str-chat__spacing-xs)}.str-chat__li.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li.str-chat__li--middle .str-chat__message>.str-chat__avatar,.str-chat__li.str-chat__li--top .str-chat__message>.str-chat__avatar{visibility:hidden}.str-chat__li.str-chat__li--middle .str-chat__message.str-chat__message--with-avatar>.str-chat__avatar,.str-chat__li.str-chat__li--top .str-chat__message.str-chat__message--with-avatar>.str-chat__avatar{pointer-events:none}.str-chat__li.str-chat__li--middle .str-chat__message-bubble,.str-chat__li.str-chat__li--top .str-chat__message-bubble{border-radius:var(--str-chat__message-bubble-radius-group-middle)}.str-chat__li.str-chat__li--single .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--bottom .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--single .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__li.str-chat__li--bottom .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li.str-chat__li--single .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--bottom .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--single .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__li.str-chat__li--bottom .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message-mention{font:var(--str-chat__font-body-emphasis);color:var(--str-chat__accent-primary)}.str-chat__message{--str-chat-message-options-size: calc(3 * var(--str-chat__message-options-button-size));color:var(--chat-text);display:grid;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;padding-inline:var(--str-chat__message-composer-padding)}@media (max-width: 767px){.str-chat__message{--str-chat-message-options-size: var(--str-chat__message-options-button-size)}.str-chat__message.str-chat__message--other .str-chat__message-inner,.str-chat__message.str-chat__message--me .str-chat__message-inner{margin-inline:0}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host{justify-self:flex-start;justify-content:flex-start;min-width:0;overflow:visible;margin-inline:0;padding-inline:0}}.str-chat__message a{text-decoration:none;color:var(--str-chat__chat-text-link)}.str-chat__message .str-chat__avatar:has(~.str-chat__message-inner){grid-area:avatar;align-self:end}.str-chat__message:not(.str-chat__message--with-avatar) .str-chat__avatar:has(~.str-chat__message-inner){display:none}.str-chat__message .str-chat__message-pin-indicator{grid-area:pin-indicator;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);font:var(--str-chat__font-metadata-emphasis);color:var(--str-chat__text-primary)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon{display:flex;align-items:center}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon .str-chat__icon{width:var(--str-chat__icon-size-xs);height:var(--str-chat__icon-size-xs)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon .str-chat__icon path{stroke-width:2px}.str-chat__message .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions ." "message-bubble options" "replies replies";grid-template-columns:fit-content(var(--str-chat__message-max-width)) auto;column-gap:var(--str-chat__space-8);position:relative;width:-webkit-fit-content;width:fit-content}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host{display:flex;grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom){max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){margin-bottom:calc(var(--str-chat__spacing-xxs) * -1)}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--bottom){padding-block:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-inner:has(.str-chat__message-reactions--bottom){grid-template-areas:"message-bubble options" "replies replies" "reactions ."}.str-chat__message .str-chat__message-inner .str-chat__message-bubble{width:fit-content(var(--str-chat__message-max-width));max-width:min(var(--str-chat__message-max-width),100%);min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs);justify-self:flex-start;grid-area:message-bubble;position:relative;border-radius:var(--str-chat__message-bubble-radius-group-bottom);background-color:var(--chat-bg);overflow:hidden}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding-inline:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__spacing-xs))}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message .str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message .str-chat__message-inner .str-chat__message-options.str-chat__message-options--active,.str-chat__message .str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;gap:var(--str-chat__spacing-xxs);align-items:center;height:var(--str-chat__size-24);color:var(--str-chat__chat-text-timestamp);font:var(--str-chat__font-metadata-default)}.str-chat__message .str-chat__message-metadata .str-chat__message-metadata__name{overflow-y:hidden;-webkit-margin-end:var(--str-chat__spacing-xxs);margin-inline-end:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-indicator{-webkit-margin-start:var(--str-chat__spacing-xs);margin-inline-start:var(--str-chat__spacing-xs)}.str-chat__message .str-chat__message--blocked-inner{padding-inline:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message--blocked-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message--blocked-inner{border-radius:var(--str-chat__radius-md);background-color:var(--chat-bg);padding-block:var(--str-chat__spacing-xs)}.str-chat__message .str-chat__message-error-indicator{display:none}.str-chat__message .str-chat__message-inner--error{cursor:pointer}.str-chat__message:not(.str-chat__message--with-avatar){grid-template-areas:"message-saved-for-later" "pin-indicator" "also-sent-in-channel" "message-reminder" "translation-indicator" "message" "translation-notice" "custom-metadata" "metadata";grid-template-columns:1fr}.str-chat__message.str-chat__message--other{column-gap:var(--str-chat__space-8);justify-items:flex-start;--chat-bg: var(--str-chat__chat-bg-incoming);--chat-bg-attachment: var(--str-chat__chat-bg-attachment-incoming);--chat-text: var(--str-chat__chat-text-incoming);--chat-border: var(--str-chat__chat-border-incoming);--chat-border-on-chat: var(--str-chat__chat-border-on-chat-incoming);--chat-reply-indicator: var(--str-chat__chat-reply-indicator-incoming);--chat-poll-progress-track: var(--str-chat__chat-poll-progress-track-incoming);--chat-poll-progress-fill: var(--str-chat__chat-poll-progress-fill-incoming);--chat-thread-connector: var(--str-chat__chat-thread-connector-incoming)}.str-chat__message.str-chat__message--other.str-chat__message--with-avatar,.str-chat__message.str-chat__message--other.str-chat__message--pinned{grid-template-areas:". message-saved-for-later" ". pin-indicator" ". also-sent-in-channel" ". message-reminder" ". translation-indicator" "avatar message" "avatar translation-notice" "avatar custom-metadata" "avatar metadata";grid-template-columns:auto 1fr}.str-chat__message.str-chat__message--other.str-chat__message-with-thread-link .str-chat__message-bubble,.str-chat__message.str-chat__message--other.str-chat__message-with-thread-link .str-chat__message-bubble .str-chat__message-text{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){-webkit-margin-end:var(--str-chat-message-options-size);margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host{justify-self:flex-end}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally){justify-self:flex-start}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){-webkit-padding-start:calc(var(--str-chat__spacing-xs) * -1 * -1);padding-inline-start:calc(var(--str-chat__spacing-xs) * -1 * -1);-webkit-margin-end:calc(var(--str-chat__spacing-xs) * -1);margin-inline-end:calc(var(--str-chat__spacing-xs) * -1)}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host .str-chat__message-reactions.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom>.str-chat__message-reactions__list{justify-content:flex-start;flex-wrap:wrap}.str-chat__message.str-chat__message--me{--chat-bg: var(--str-chat__chat-bg-outgoing);--chat-bg-attachment: var(--str-chat__chat-bg-attachment-outgoing);--chat-text: var(--str-chat__chat-text-outgoing);--chat-border: var(--str-chat__chat-border-outgoing);--chat-border-on-chat: var(--str-chat__chat-border-on-chat-outgoing);--chat-reply-indicator: var(--str-chat__chat-reply-indicator-outgoing);--chat-poll-progress-track: var(--str-chat__chat-poll-progress-track-outgoing);--chat-poll-progress-fill: var(--str-chat__chat-poll-progress-fill-outgoing);--chat-thread-connector: var(--str-chat__chat-thread-connector-outgoing);column-gap:var(--str-chat__spacing-xs);justify-items:flex-end}.str-chat__message.str-chat__message--me.str-chat__message--with-avatar,.str-chat__message.str-chat__message--me.str-chat__message--pinned{grid-template-areas:"message-saved-for-later ." "pin-indicator ." "also-sent-in-channel ." "message-reminder ." "translation-indicator ." "message avatar" "translation-notice avatar" "custom-metadata avatar" "metadata avatar";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me.str-chat__message-with-thread-link .str-chat__message-bubble,.str-chat__message.str-chat__message--me.str-chat__message-with-thread-link .str-chat__message-bubble .str-chat__message-text{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message.str-chat__message--me .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content,.str-chat__message.str-chat__message--me .str-chat__message-also-sent-in-channel{justify-content:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-bubble{justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reminder reminder" ". reactions" "options message-bubble" "replies replies";grid-template-columns:auto fit-content(var(--str-chat__message-max-width));-webkit-margin-start:var(--str-chat-message-options-size);margin-inline-start:var(--str-chat-message-options-size)}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message.str-chat__message--me .str-chat__message-inner:has(.str-chat__message-reactions--bottom){grid-template-areas:"reminder reminder" "options message-bubble" "replies replies" ". reactions"}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host{justify-self:flex-start}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally){justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){-webkit-padding-end:calc(var(--str-chat__spacing-xs) * -1 * -1);padding-inline-end:calc(var(--str-chat__spacing-xs) * -1 * -1);-webkit-margin-start:calc(var(--str-chat__spacing-xs) * -1);margin-inline-start:calc(var(--str-chat__spacing-xs) * -1)}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host .str-chat__message-reactions.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom>.str-chat__message-reactions__list{justify-content:flex-end;flex-wrap:wrap}.str-chat__message.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:end}.str-chat__message.str-chat__message--blocked,.str-chat__message.str-chat__message--system{grid-template-areas:"message"}.str-chat__message.str-chat__message--system{grid-template-columns:auto}.str-chat__message.str-chat__message--deleted .str-chat__message-bubble{padding:var(--str-chat__spacing-sm)}.str-chat__message.str-chat__message--deleted .str-chat__message-bubble .str-chat__message-text{display:flex;align-items:center;padding:0;gap:var(--str-chat__spacing-xxs)}.str-chat__message.str-chat__message--failed .str-chat__message-error-indicator{display:block;position:absolute;top:8px;inset-inline-end:-9px}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{width:100%}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-bubble{padding:0}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-text{display:none}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble{background-color:transparent;overflow:visible}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper{padding-inline:0}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble{font-size:64px;line-height:64px}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble{font-size:48px;line-height:48px}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble{font-size:32px;line-height:32px}.str-chat__message.str-chat__message--is-emoji-only .str-chat__message-replies-count-button-wrapper:after{display:none}.str-chat__message.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__background-core-highlight)}.str-chat__message-also-sent-in-channel{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);grid-area:also-sent-in-channel;padding-block:var(--str-chat__spacing-xxs);background:transparent;color:var(--str-chat__text-primary);font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-also-sent-in-channel .str-chat__icon{height:var(--str-chat__spacing-sm);width:var(--str-chat__spacing-sm)}.str-chat__message-also-sent-in-channel .str-chat__icon path{stroke-width:2px}.str-chat__message-also-sent-in-channel .str-chat__message-also-sent-in-channel__link-button{background:none;border:none;padding:0;cursor:pointer;font:var(--str-chat__font-metadata-default);color:var(--str-chat__text-link)}.str-chat .str-chat__message-status{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__space-2);position:relative;color:var(--str-chat__chat-text-timestamp)}.str-chat .str-chat__message-status svg{height:16px;width:16px}.str-chat .str-chat__message-status svg.str-chat__message-status-read{color:var(--str-chat__accent-primary)}.str-chat__message--system{display:flex;padding-block:var(--str-chat__spacing-xs);width:100%;justify-content:center}.str-chat__message--system .str-chat__message--system__text{display:flex;max-width:338px;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);justify-content:center;align-items:center;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-xl);border:1px solid var(--str-chat__border-core-subtle);background:var(--str-chat__background-core-surface-subtle);font:var(--str-chat__font-metadata-default)}.str-chat__message-translation-indicator{display:flex;align-items:center;grid-area:translation-indicator;padding-block:var(--str-chat__spacing-xxs);gap:var(--str-chat__spacing-xxs);margin:0;background:transparent;color:var(--str-chat__text-primary)}.str-chat__message-translation-indicator,.str-chat__message-translation-indicator .str-chat__message-translation-indicator__translation-toggle{font:var(--str-chat__font-metadata-default)}.str-chat__message-translation-indicator .str-chat__message-translation-indicator__sign{font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-translation-indicator svg path{stroke-width:1.5px}.str-chat{--str-chat__quoted-message-bubble-background-color: var( --str-chat__secondary-background-color )}.str-chat .str-chat__message .str-chat__quoted-message-preview{background-color:var(--chat-bg-attachment);width:calc(var(--str-chat__message-with-attachment-max-width) - 2 * var(--str-chat__spacing-xs));max-width:100%;min-width:0}.str-chat__message-saved-for-later{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);grid-area:message-saved-for-later;padding-block:var(--str-chat__spacing-xxs);margin:0;background:transparent;color:var(--str-chat__accent-primary);font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-saved-for-later .str-chat__icon{width:var(--str-chat__icon-size-xs);height:var(--str-chat__icon-size-xs)}.str-chat__message-saved-for-later .str-chat__icon path{stroke-width:var(--str-chat__icon-stroke-emphasis)}.str-chat__message-reminder{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);grid-area:message-reminder;padding-block:var(--str-chat__spacing-xxs);margin:0;background:transparent;color:var(--str-chat__text-primary);font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-reminder .str-chat__icon path{stroke-width:var(--str-chat__icon-stroke-default)}.str-chat__message-reminder .str-chat__message-reminder__time-left{font:var(--str-chat__font-metadata-default)}.str-chat__message-replies-count-button-wrapper{grid-area:replies;--replies-button-connector-width: 16px;--replies-button-connector-height: 36px;--replies-button-connector-stroke-width: 1px;display:flex;-webkit-padding-before:var(--str-chat__spacing-xxs);padding-block-start:var(--str-chat__spacing-xxs);-webkit-padding-after:var(--str-chat__spacing-xxs);padding-block-end:var(--str-chat__spacing-xxs);-webkit-margin-before:var(--str-chat__spacing-xxs);margin-block-start:var(--str-chat__spacing-xxs);position:relative}.str-chat__message-replies-count-button-wrapper:after{content:"";position:absolute;height:var(--replies-button-connector-height);width:var(--replies-button-connector-width);background:transparent;align-self:end;bottom:calc(50% - var(--replies-button-connector-stroke-width) / 2)}.str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{padding:unset;background:unset;border:unset;cursor:pointer;border-radius:var(--str-chat__radius-max);gap:var(--str-chat__spacing-xs);display:flex;flex-direction:row;align-items:center;color:var(--str-chat__text-link);font:var(--str-chat__font-heading-xs)}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper{justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{flex-direction:row}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper{-webkit-padding-end:var(--str-chat__spacing-xl);padding-inline-end:var(--str-chat__spacing-xl)}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper:after{border-end-end-radius:var(--str-chat__radius-max);-webkit-border-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-inline-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);-webkit-border-after:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-block-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);inset-inline-end:0}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper{justify-self:flex-start}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{flex-direction:row-reverse}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper{-webkit-padding-start:var(--str-chat__spacing-xl);padding-inline-start:var(--str-chat__spacing-xl)}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper:after{border-end-start-radius:var(--str-chat__radius-max);-webkit-border-start:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-inline-start:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);-webkit-border-after:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-block-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);inset-inline-start:0}.str-chat__message-actions-box{min-width:180px}.str-chat__message-actions-box .str-chat__message-actions-box__submenu--download-attachments{max-width:256px}.str-chat__message-actions-box.str-chat__message-actions-box--hidden{visibility:hidden;pointer-events:none}.str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size);--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size);border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message-options .str-chat__message-actions-box-button:active,.str-chat__message-options .str-chat__message-reply-in-thread-button:active,.str-chat__message-options .str-chat__message-reactions-button:active{color:var(--str-chat__message-options-active-color)}.str-chat__message-options .str-chat__message-actions-box-button{position:relative}.str-chat .str-chat__message-actions-list-item-button.str-chat__message-actions-list-item-button--react{display:none}@media (max-width: 767px){.str-chat .str-chat__message-options .str-chat__button.str-chat__message-reactions-button,.str-chat .str-chat__message-options .str-chat__button.str-chat__message-reply-in-thread-button{display:none}.str-chat .str-chat__message-actions-list-item-button.str-chat__message-actions-list-item-button--react{display:flex}}.str-chat__message-bounce-alert{max-width:300px}.str-chat__message-bounce-alert .str-chat__alert-header svg.str-chat__icon--exclamation-mark{color:var(--str-chat__text-tertiary)}.str-chat{--str-chat__attachment-preview-close-icon-background: var( --str-chat__control-remove-control-bg );--str-chat__attachment-preview-close-icon-color: var( --str-chat__control-remove-control-icon );--str-chat__attachment-preview-close-icon-border-color: var( --str-chat__control-remove-control-border );--str-chat__attachment-preview-retry-icon-color: var(--str-chat__accent-primary);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-secondary);--str-chat__attachment-preview-overlay-color: var(--background-core-overlay);--str-chat__attachment-preview-media-video-indicator-background-color: var( --chat-bg-typing-indicator );--str-chat__attachment-preview-media-video-indicator-color: var(--str-chat__badge-text);--str-chat__attachment-preview-media-video-indicator-border-radius: var( --str-chat__radius-max );--str-chat__attachment-preview-media-overlay-hover-background-color: var( --str-chat__background-utility-hover );--str-chat__attachment-preview-media-overlay-pressed-background-color: var( --str-chat__background-utility-pressed );--str-chat__attachment-preview-media-upload-error-overlay-background-color: var( --background-core-overlay )}.str-chat .str-chat__message-composer-voice-preview-slot{display:flex;align-items:center;width:100%;padding:var(--str-chat__spacing-xxs);min-width:0}.str-chat .str-chat__message-composer-voice-preview-slot .str-chat__attachment-preview-audio{width:100%;min-width:0;max-width:none}.str-chat .str-chat__message-composer-voice-preview-slot .str-chat__attachment-preview-audio .str-chat__attachment-preview-file__data{width:100%}.str-chat .str-chat__attachment-preview-list{background:transparent;color:var(--str-chat__text-primary);padding:var(--str-chat__spacing-xxs);display:flex;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%;min-width:0;max-width:100%;min-height:86.4px;max-height:122.4px;overflow-x:hidden;overflow-y:auto;flex:0 1 auto;gap:var(--str-chat__spacing-md)}.str-chat .str-chat__attachment-preview-audio,.str-chat .str-chat__attachment-preview-voice-recording{--chat-border-on-chat: var(--str-chat__chat-border-on-chat-incoming)}.str-chat .str-chat__attachment-preview-audio,.str-chat .str-chat__attachment-preview-file,.str-chat .str-chat__attachment-preview-voice-recording,.str-chat .str-chat__attachment-preview-unsupported{background:transparent;color:var(--str-chat__text-primary);border-radius:var(--str-chat__radius-lg);border:1px solid var(--str-chat__border-core-default);display:flex;align-items:center;flex:0 1 auto;gap:var(--str-chat__spacing-sm);padding:var(--str-chat__spacing-md);-webkit-padding-end:var(--str-chat__spacing-sm);padding-inline-end:var(--str-chat__spacing-sm);width:290px;height:72px}.str-chat .str-chat__attachment-preview-audio .str-chat__attachment-preview-file__data{-webkit-padding-end:var(--str-chat__spacing-xs);padding-inline-end:var(--str-chat__spacing-xs)}.str-chat .str-chat__attachment-preview-audio,.str-chat .str-chat__attachment-preview-file,.str-chat .str-chat__attachment-preview-voice-recording,.str-chat .str-chat__attachment-preview-unsupported,.str-chat .str-chat__attachment-preview-media{position:relative}.str-chat .str-chat__attachment-preview-audio:focus-visible,.str-chat .str-chat__attachment-preview-file:focus-visible,.str-chat .str-chat__attachment-preview-voice-recording:focus-visible,.str-chat .str-chat__attachment-preview-unsupported:focus-visible,.str-chat .str-chat__attachment-preview-media:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__attachment-preview-media{background:transparent;color:var(--str-chat__text-primary);border-radius:var(--str-chat__message-bubble-radius-attachment);border:1px solid var(--str-chat__border-core-default);flex:0 0 auto;width:72px;height:72px;cursor:pointer}.str-chat .str-chat__attachment-preview-media .str-chat__attachment-preview-media__thumbnail-wrapper{border-radius:max(0px,var(--str-chat__message-bubble-radius-attachment) - 1px);overflow:hidden;height:100%;width:100%}.str-chat .str-chat__attachment-preview-media .str-chat__attachment-preview-media__thumbnail-wrapper img{width:100%;height:100%;object-fit:cover}.str-chat .str-chat__attachment-preview-media__overlay{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:var(--str-chat__message-bubble-radius-attachment)}.str-chat .str-chat__attachment-preview-media__overlay:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__attachment-preview-media-overlay-hover-background-color);pointer-events:none}.str-chat .str-chat__attachment-preview-media__overlay:hover{background-color:var(--str-chat__attachment-preview-media-overlay-hover-background-color)}.str-chat .str-chat__attachment-preview-media__overlay:active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__attachment-preview-media-overlay-pressed-background-color);pointer-events:none}.str-chat .str-chat__attachment-preview-media__overlay:active{background-color:var(--str-chat__attachment-preview-media-overlay-pressed-background-color)}.str-chat .str-chat__attachment-preview-media__overlay .str-chat__loading-indicator,.str-chat .str-chat__attachment-preview-media__overlay .str-chat__progress-indicator{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm);position:absolute;inset-inline-start:var(--str-chat__spacing-xxs);bottom:var(--str-chat__spacing-xxs);border-radius:var(--str-chat__radius-max);background:var(--str-chat__background-core-elevation-0);color:var(--str-chat__accent-primary)}.str-chat .str-chat__attachment-preview-media__overlay .str-chat__icon--exclamation{padding:var(--str-chat__spacing-xxxs);width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm);position:absolute;inset-inline-start:var(--str-chat__spacing-xxs);bottom:var(--str-chat__spacing-xxs);border:2px solid var(--str-chat__badge-border);border-radius:var(--str-chat__radius-max);background:var(--str-chat__badge-bg-error);color:var(--str-chat__badge-text-on-accent)}.str-chat .str-chat__attachment-preview-media--upload-error .str-chat__attachment-preview-media__overlay{background-color:var(--str-chat__attachment-preview-media-upload-error-overlay-background-color)}.str-chat .str-chat__attachment-preview-media--uploading .str-chat__attachment-preview-media__overlay{background:linear-gradient(180deg,var(--str-chat__base-white) 0%,var(--str-chat__slate-100) 100%)}.str-chat .str-chat__attachment-preview-file__icon{display:flex;align-items:center}.str-chat .str-chat__attachment-preview-file__info{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--str-chat__spacing-xxs)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%;font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data{display:flex;align-items:center;width:min(160px,100%);max-width:100%;gap:var(--str-chat__spacing-xxs);color:var(--str-chat__text-secondary);font:var(--str-chat__font-metadata-default)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__loading-indicator,.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__progress-indicator{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm);color:var(--str-chat__accent-primary)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__fatal-error{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);color:var(--color-accent-error)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);white-space:nowrap}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error .str-chat__icon--exclamation-triangle path{fill:var(--str-chat__accent-error)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error .str-chat__attachment-preview-file__retry-upload-button{background:none;border:none;padding:0;color:var(--str-chat__text-link);cursor:pointer;line-height:var(--str-chat__typography-line-height-tight, 16px)}.str-chat .str-chat__button-play{height:var(--str-chat__button-visual-height-md);width:var(--str-chat__button-visual-height-md);border:1px solid var(--control-play-control-border)}.str-chat__location-preview-image,.str-chat__link-preview-card .str-chat__image-placeholder,.str-chat__attachment-preview__thumbnail{border-radius:var(--str-chat__radius-md);overflow:hidden;width:40px;height:40px;object-fit:cover}.str-chat{--str-chat__attachment-selector-button-icon-color: var(--button-style-outline-text);--str-chat__attachment-selector-button-icon-color-hover: var( --str-chat__text-secondary );--str-chat__attachment-selector-actions-menu-button-icon-color: var( --str-chat__text-secondary );--str-chat__attachment-selector-actions-menu-button-icon-color-active: var( --str-chat__text-secondary )}.str-chat .str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md);color:var(--str-chat__attachment-selector-button-icon-color)}.str-chat .str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat .str-chat__file-input{display:none}.str-chat .str-chat__attachment-selector-actions-menu{min-width:200px}.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__context-menu__button__icon{color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__context-menu__button__icon,.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__context-menu__button__icon{color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat .str-chat__message-composer--floating .str-chat__attachment-selector__menu-button{background-color:var(--str-chat__background-core-elevation-1);box-shadow:var(--shadow-web-light-elevation-2)}.str-chat__command-chip{display:flex;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);justify-content:center;align-items:center;gap:var(--str-chat__spacing-xxs);border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-on-inverse);background-color:var(--str-chat__background-core-inverse);text-transform:uppercase;font:var(--str-chat__font-metadata-emphasis)}.str-chat__command-chip .str-chat__command-chip__close-button{background:none;border:none;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;color:inherit}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,2fr)}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__icon{grid-column:1}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__label{grid-column:2}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__details{grid-column:3;text-align:left}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__header--commands:not(.str-chat__context-menu__header--submenu-commands){padding:var(--str-chat__spacing-xs)}.str-chat__dropzone-root{position:relative;min-height:0;min-width:0;max-width:100%;max-height:100%;flex:1}.str-chat__dropzone-root:empty{display:none}.str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background-color:var(--str-chat__background-core-overlay-light);color:var(--str-chat__text-primary);-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);font:var(--str-chat__font-heading-sm)}.str-chat__dropzone-container .str-chat__dropzone-container__content{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-xs, 8px)}.str-chat__dropzone-container svg{height:32px;width:32px}.str-chat__dropzone-container p{margin:unset}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.str-chat__dropzone-container{-webkit-backdrop-filter:none;backdrop-filter:none}}.str-chat__location-preview{position:relative;width:100%;min-width:0;display:flex;align-items:start;justify-content:space-around;gap:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);padding-block:var(--str-chat__spacing-xs);background-color:var(--str-chat__chat-bg-outgoing);border-radius:var(--str-chat__message-bubble-radius-attachment)}.str-chat__location-preview .str-chat__location-preview-image{display:flex;align-items:center;justify-content:center;background-color:var(--str-chat__background-core-overlay-light);width:40px;height:40px}.str-chat__location-preview .str-chat__location-preview-image .str-chat__icon{width:20px;height:20px}.str-chat__location-preview .str-chat__location-preview__data{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;height:100%}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__title,.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__subtitle{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__title{font:var(--str-chat__font-metadata-emphasis)}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__subtitle,.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__sharing-duration{font:var(--str-chat__font-metadata-default)}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:var(--str-chat__spacing-xxs)}.str-chat__link-preview-card{position:relative;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);padding-block:var(--str-chat__spacing-xs);background-color:var(--chat-bg);border-radius:var(--str-chat__message-bubble-radius-attachment)}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:250px;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content{min-width:0;flex:1}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__font-metadata-emphasis)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{font:var(--str-chat__font-metadata-default)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs)}.str-chat{--str-chat__message-composer-max-width: 1120px;--str-chat__message-composer-padding: var(--str-chat__spacing-md);--str-chat__message-composer-command-transition-duration: .28s;--str-chat__message-composer-command-ease: cubic-bezier(.22, 1, .32, 1)}@keyframes str-chat-command-chip-enter-ltr{0%{opacity:0;transform:translate3d(-.75rem,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes str-chat-command-chip-enter-rtl{0%{opacity:0;transform:translate3d(.75rem,0,0)}to{opacity:1;transform:translateZ(0)}}.str-chat .str-chat__message-composer-container{width:100%;min-height:-webkit-fit-content;min-height:fit-content;display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-md);justify-content:center;padding:var(--str-chat__message-composer-padding);min-width:0;border-top:1px solid var(--str-chat__border-core-default);background:var(--str-chat__background-core-elevation-1)}.str-chat .str-chat__message-composer{display:flex;align-items:end;width:100%;max-width:var(--str-chat__message-composer-max-width);gap:var(--str-chat__spacing-xs);min-width:0;flex-shrink:1;transition:gap var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease)}.str-chat .str-chat__message-composer>.str-chat__attachment-selector{flex-shrink:0;flex-grow:0;width:var(--str-chat__message-composer-attachment-slot-width, calc(var(--str-chat__button-visual-height-lg) + 2 * var(--str-chat__spacing-xxs)));max-width:var(--str-chat__message-composer-attachment-slot-width, calc(var(--str-chat__button-visual-height-lg) + 2 * var(--str-chat__spacing-xxs)));box-sizing:border-box;opacity:1;transform:scale(1);transform-origin:center bottom;transition:width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),max-width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),opacity calc(var(--str-chat__message-composer-command-transition-duration) * .85) ease-out,transform var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),margin var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease);overflow:hidden;pointer-events:auto;display:flex;align-items:flex-end;justify-content:center}.str-chat .str-chat__message-composer--command-active{gap:0}.str-chat .str-chat__message-composer--command-active>.str-chat__attachment-selector{width:0;max-width:0;min-width:0;-webkit-margin-end:0;margin-inline-end:0;opacity:0;transform:scale(.55);pointer-events:none}.str-chat .str-chat__message-composer--command-active .str-chat__command-chip{animation:str-chat-command-chip-enter-ltr var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease) both}.str-chat [dir=rtl] .str-chat__message-composer--command-active .str-chat__command-chip{animation-name:str-chat-command-chip-enter-rtl}.str-chat .str-chat__message-composer-compose-area{display:flex;flex-direction:column;flex:1 1 0;min-width:0;background:var(--composer-bg);color:var(--str-chat__input-text-default);border-radius:var(--str-chat__radius-3xl);border:1px solid var(--str-chat__border-core-default)}.str-chat .str-chat__message-composer-previews{display:flex;flex-direction:column;max-height:400px;overflow:hidden;width:100%;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-xs) 0;gap:var(--str-chat__spacing-xxs);min-width:0;min-height:0}.str-chat .str-chat__message-composer-controls{display:flex;align-items:end;width:100%;gap:var(--str-chat__spacing-xs);padding:calc(var(--str-chat__spacing-sm) - 1px)}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls{flex:1;display:flex;flex-direction:column;min-height:26px;justify-content:center;gap:var(--str-chat__spacing-sm)}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls .str-chat__message-composer-controls__text-composition-controls__command-chip-container{height:100%;display:flex;align-items:flex-end;flex:0 0 auto;align-self:flex-end}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls__text{display:flex;align-items:center;width:100%;min-width:0;gap:var(--str-chat__spacing-xxs)}.str-chat .str-chat__message-composer-controls .str-chat__message-composer__actions,.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions{height:26px;display:flex;align-items:center}.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions{flex-shrink:0;min-width:0;max-width:6rem;opacity:1;transition:max-width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),opacity calc(var(--str-chat__message-composer-command-transition-duration) * .85) ease-out}.str-chat .str-chat__message-composer-controls .str-chat__textarea{flex:1;min-width:0;position:relative;display:flex;align-items:center;width:100%}.str-chat .str-chat__message-composer-controls .str-chat__textarea textarea{background:transparent;color:var(--str-chat__input-text-default);font:var(--str-chat__font-body-default);resize:none;border:none;box-shadow:none;outline:none;width:100%;scrollbar-width:none}.str-chat .str-chat__message-composer-controls .str-chat__emoji-picker-button{display:flex;cursor:pointer}.str-chat .str-chat__message-composer-controls .str-chat__emoji-picker-button svg{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat .str-chat__message-composer-controls .str-chat__start-recording-audio-button .str-chat__icon--voice,.str-chat .str-chat__message-composer-controls .str-chat__send-button .str-chat__icon--send{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat .str-chat__message-composer-controls .str-chat__stop-ai-generation-button{width:30px;height:28px;cursor:pointer;background-image:var(--str-chat__circle-stop-icon);background-color:transparent;border-width:0}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-cooldown{background:var(--str-chat__background-utility-disabled);color:var(--str-chat__text-disabled);border-radius:var(--str-chat__button-radius-full);display:flex;align-items:center;justify-content:center;height:var(--str-chat__button-visual-height-md);width:var(--str-chat__button-visual-height-md)}.str-chat .str-chat__message-composer-controls [dir=rtl] .str-chat__send-button svg,.str-chat .str-chat__message-composer-controls [dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat .str-chat__message-composer--command-active .str-chat__message-composer__additional-actions{max-width:0;opacity:0;pointer-events:none}@media (prefers-reduced-motion: reduce){.str-chat .str-chat__message-composer{transition-duration:.01ms}.str-chat .str-chat__message-composer>.str-chat__attachment-selector,.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions{transition-duration:.01ms}.str-chat .str-chat__message-composer--command-active .str-chat__command-chip{animation:none}}.str-chat .str-chat__recording-permission-denied-notification{max-width:100%;padding:var(--str-chat__spacing-md);font-size:var(--str-chat__typography-font-size-sm);line-height:var(--str-chat__typography-line-height-tight)}.str-chat .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading{font-weight:var(--str-chat__typography-font-weight-semi-bold)}.str-chat .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{margin:var(--str-chat__spacing-xs) 0 0;font-weight:var(--str-chat__typography-font-weight-regular, 400)}.str-chat__quoted-message-indicator{background-color:var(--chat-reply-indicator, var(--str-chat__chat-reply-indicator-incoming));border-radius:var(--str-chat__radius-max);height:100%;width:2px}.str-chat__quoted-message-indicator--own-message{background-color:var(--str-chat__chat-reply-indicator-outgoing)}.str-chat .str-chat__message-composer__quoted-message-preview-slot{padding:var(--str-chat__spacing-xxs)}.str-chat .str-chat__quoted-message-preview{display:flex;align-items:center;gap:var(--str-chat__spacing-xs);position:relative;background-color:var(--str-chat__chat-bg-incoming);padding:var(--str-chat__spacing-xs);border-radius:var(--str-chat__message-bubble-radius-attachment)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-indicator{height:36px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;height:40px;font:var(--str-chat__font-caption-default)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__author{white-space:nowrap;overflow-y:visible;overflow-x:clip;text-overflow:ellipsis;overflow-x:hidden;font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message svg{height:var(--str-chat__typography-font-size-xs);width:var(--str-chat__typography-font-size-xs)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__icon--voice path{stroke-width:2}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__quoted-message-preview__message-text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0;flex:1 1}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__quoted-message-preview__message-text *{white-space:nowrap;color:var(--str-chat__chat-text-incoming)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image{display:flex;position:relative;flex-shrink:0;width:40px;height:40px;min-width:40px;overflow:hidden}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image img{object-fit:cover}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator{display:flex;align-items:center;justify-content:center;height:20px;width:20px;position:absolute;inset-inline-start:10px;top:10px;border-radius:var(--str-chat__radius-max);background-color:var(--control-play-control-bg)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill{height:12px;width:12px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill path{fill:var(--control-play-control-icon)}.str-chat .str-chat__quoted-message-preview--own{background-color:var(--str-chat__chat-bg-outgoing)}.str-chat__button.str-chat__attachment-preview__remove-button{position:absolute;z-index:1;top:-6px;inset-inline-end:-6px;background-color:var(--str-chat__attachment-preview-close-icon-background);border:3px solid var(--str-chat__attachment-preview-close-icon-border-color);color:var(--str-chat__attachment-preview-close-icon-color);border-radius:var(--str-chat__radius-max)}.str-chat__send-to-channel-checkbox__container{width:100%;display:flex;align-items:flex-start;max-width:var(--str-chat__message-composer-max-width);color:var(--str-chat__text-tertiary)}.str-chat__send-to-channel-checkbox__container.str-chat__send-to-channel-checkbox__container--checked{color:var(--str-chat__text-primary)}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{position:relative;display:flex;align-items:center;gap:var(--str-chat__spacing-xs);cursor:pointer}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;overflow:hidden;clip:rect(0,0,0,0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__visual{width:20px;height:20px;border:1px solid var(--str-chat__control-checkbox-border, #d5dbe1);border-radius:var(--str-chat__radius-sm);display:flex;align-items:center;justify-content:center;background:transparent;transition:background-color .15s ease,border-color .15s ease}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input:checked+.str-chat__send-to-channel-checkbox__visual{background-color:var(--control-radiocheck-bg-selected, var(--str-chat__accent-primary));border-color:var(--control-radiocheck-bg-selected, var(--str-chat__accent-primary))}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__checkmark{color:var(--str-chat__control-checkbox-icon);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__checkmark svg{width:12px;height:12px}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input:checked+.str-chat__send-to-channel-checkbox__visual .str-chat__send-to-channel-checkbox__checkmark{opacity:1}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__label{font:var(--str-chat__font-metadata-default);transition:color .15s ease,border-color .15s ease}.str-chat__attachment-preview-unsupported{background:transparent;color:var(--str-chat__text-primary);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-md);column-gap:var(--str-chat__spacing-xs)}.str-chat__attachment-preview-unsupported .str-chat__icon{height:var(--str-chat__size-20);width:var(--str-chat__size-20)}.str-chat__attachment-preview-unsupported .str-chat__attachment-preview-unsupported__metadata{min-width:0;flex:1;height:-webkit-fill-available;height:-moz-available;height:stretch;display:flex;align-items:center}.str-chat__attachment-preview-unsupported .str-chat__attachment-preview-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-primary);max-width:100%;height:-webkit-fit-content;height:fit-content}.str-chat__main-panel-inner{width:100%;height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__message-list-main-panel{--str-chat__message-list-scroll-max-width: calc( var(--str-chat__message-composer-max-width) + (2 * var(--str-chat__message-composer-padding)) )}.str-chat__message-list{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable both-edges;overscroll-behavior:contain;display:flex;justify-content:center;position:relative;overscroll-behavior:none;width:100%;height:100%;max-height:100%;background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary)}.str-chat__message-list .str-chat__message-list-scroll{padding:0}.str-chat__message-list .str-chat__message-list-scroll .str-chat__li{max-width:100%}.str-chat__message-list .str-chat__message-list-scroll{width:100%;max-width:var(--str-chat__message-list-scroll-max-width)}.str-chat__message-list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__thread .str-chat__message-list .str-chat__message-list-scroll{padding-inline:0;max-width:var(--str-chat__message-list-scroll-max-width)}.str-chat__thread .str-chat__message-list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__new-message-notification{position:absolute;inset-block-end:16px;inset-inline-start:0;inset-inline-end:0;z-index:2;display:flex;justify-content:center}.str-chat__new-message-notification .str-chat__message-notification__label{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm);background-color:var(--str-chat__background-core-surface-subtle);border-radius:var(--str-chat__radius-max);font:var(--str-chat__font-metadata-emphasis);color:var(--str-chat__chat-text-system)}.str-chat__jump-to-latest-message{height:40px;width:40px;position:absolute;inset-block-end:var(--str-chat__spacing-md);inset-inline-end:max(var(--str-chat__spacing-md),(100% - var(--str-chat__message-list-scroll-max-width)) / 2 + var(--str-chat__spacing-md));z-index:2;border-radius:var(--str-chat__radius-max);background-color:var(--str-chat__background-core-elevation-1);box-shadow:0 0 0 1px #0000000d,0 2px 4px #0000001f,0 6px 16px #0000000f}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-message__button{height:40px;width:40px;position:static}.str-chat__jump-to-latest-message .str-chat__jump-to-latest__unread-count{position:absolute;inset-block-end:100%;-webkit-margin-after:var(--str-chat__space-4);margin-block-end:var(--str-chat__space-4);inset-inline-end:-15%;top:-15%}.str-chat .str-chat__unread-messages-notification{display:flex;align-items:center;background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__button-radius-lg);border:1px solid var(--str-chat__button-secondary-border);box-shadow:0 0 0 1px #0000000d,0 2px 4px #0000001f,0 6px 16px #0000000f;position:absolute;top:40px;z-index:2;overflow:clip}.str-chat .str-chat__unread-messages-notification.str-chat__unread-messages-notification--with-count button{text-transform:lowercase}.str-chat .str-chat__unread-messages-notification button.str-chat__button--secondary,.str-chat .str-chat__unread-messages-notification button.button.str-chat__button--outline{border:none}.str-chat .str-chat__unread-messages-notification button:first-of-type{display:flex;align-items:center;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__button-radius-lg) 0 0 var(--str-chat__button-radius-lg);padding:var(--str-chat__button-padding-y-md) var(--str-chat__spacing-xxs) var(--str-chat__button-padding-y-md) var(--str-chat__button-padding-x-with-label-md);font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__unread-messages-notification button:last-of-type{border-radius:0 var(--str-chat__button-radius-lg) var(--str-chat__button-radius-lg) 0;padding:var(--str-chat__button-padding-y-md) var(--str-chat__button-padding-x-with-label-md) var(--str-chat__button-padding-y-md) var(--str-chat__spacing-xxs)}.str-chat .str-chat__unread-messages-notification button:last-of-type svg{height:16px;width:16px}.str-chat__unread-messages-separator-wrapper{padding-block:var(--str-chat__spacing-xs);display:flex;justify-content:center}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;width:-webkit-fit-content;width:fit-content;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__button-radius-lg);border:1px solid var(--str-chat__button-secondary-border);overflow:clip}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator .str-chat__unread-messages-separator__text{padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-xxs);border-radius:var(--str-chat__button-radius-lg) 0 0 var(--str-chat__button-radius-lg);font:var(--str-chat__font-caption-emphasis);text-transform:lowercase}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button.str-chat__button--secondary,.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button.button.str-chat__button--outline{border:none}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button svg{height:16px;width:16px}.str-chat__virtual-list{background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary);--str-chat__message-list-scroll-max-width: calc( var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding) );position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));margin-left:auto;margin-right:auto}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__space-8);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{-webkit-margin-after:0!important;margin-block-end:0!important}.str-chat__notification{display:flex;align-items:center;gap:var(--str-chat__spacing-xs);min-height:48px;max-width:100%;padding:var(--str-chat__spacing-xs);position:relative;pointer-events:visible;background:var(--str-chat__notification-background, var(--str-chat__background-core-inverse));border-radius:var(--str-chat__notification-border-radius, var(--str-chat__radius-3xl));box-shadow:0 0 0 1px #0000000d,0 4px 8px #00000024,0 12px 24px #0000001a;color:var(--str-chat__notification-color, var(--str-chat__text-on-inverse))}.str-chat__notification .str-chat__notification-content{align-items:flex-start;display:flex;flex:1 1 auto;gap:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs)}.str-chat__notification .str-chat__notification-content .str-chat__notification-icon{display:flex;align-self:center;height:100%}.str-chat__notification .str-chat__notification-content .str-chat__notification-icon svg{block-size:var(--str-chat__icon-size-sm);inline-size:var(--str-chat__icon-size-sm)}.str-chat__notification .str-chat__notification-content .str-chat__notification-message{flex:1 1 auto;padding-block:var(--str-chat__spacing-xxxs);font:var(--str-chat__font-caption-default);text-align:center;white-space:nowrap}.str-chat__notification .str-chat__notification-actions{display:flex;flex-basis:100%;align-items:center;justify-content:flex-end;gap:var(--str-chat__spacing-xxs)}.str-chat__notification .str-chat__notification-close-button{align-self:center;padding:var(--str-chat__spacing-xxs)}.str-chat__notification .str-chat__notification-close-button svg{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__notification--is-entering{animation:str-chat__notification-list-enter .76s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.str-chat__notification--is-exiting{animation-duration:.34s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.3,0,.2,1);will-change:opacity,transform}.str-chat__notification--is-exiting.str-chat__notification--enter-from-bottom{animation-name:str-chat__notification-list-exit-to-bottom}.str-chat__notification--is-exiting.str-chat__notification--enter-from-left{animation-name:str-chat__notification-list-exit-to-left}.str-chat__notification--is-exiting.str-chat__notification--enter-from-right{animation-name:str-chat__notification-list-exit-to-right}.str-chat__notification--is-exiting.str-chat__notification--enter-from-top{animation-name:str-chat__notification-list-exit-to-top}.str-chat__notification--loading .str-chat__notification-icon{animation:str-chat__notification-spin .8s linear infinite}@keyframes str-chat__notification-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes str-chat__notification-list-exit-to-bottom{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-top{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-35%) scale(.98)}}.str-chat__notification-list{background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;inline-size:min(100%,100% - 32px);max-width:100%;min-width:0;max-height:calc(100% - 32px);padding-inline:var(--str-chat__spacing-xs);pointer-events:none;position:absolute;inset-inline-end:16px;z-index:2}.str-chat__notification-list--position-top{inset-block-start:16px}.str-chat__notification-list--position-bottom{inset-block-end:16px}.str-chat__notification-list__edge{flex-shrink:0;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.str-chat__notification-list__edge--top{top:0}.str-chat__notification-list__edge--bottom{bottom:0}@keyframes str-chat__notification-list-enter{0%{opacity:.2;transform:translate(var(--str-chat__notification-list-enter-x, 0),var(--str-chat__notification-list-enter-y, 100%))}to{opacity:1;transform:translate(0)}}.str-chat__modal__poll-add-comment{width:300px}.str-chat__end-poll-alert{max-width:300px}.str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__remove-option-button{color:var(--str-chat__input-text-icon)}.str-chat .str-chat__poll{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xl);padding:var(--str-chat__spacing-xs);width:calc(var(--str-chat__message-with-attachment-max-width) - 2 * var(--str-chat__spacing-xs));max-width:100%;min-width:min(260px,100%);font:var(--str-chat__font-caption-default)}.str-chat .str-chat__poll button{background:none;border:none;padding:0;cursor:pointer}.str-chat .str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__font-body-emphasis)}.str-chat .str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-xs)}.str-chat .str-chat__poll .str-chat__button.str-chat__poll-action{width:100%;border:1px solid var(--chat-border-on-chat);padding:var(--str-chat__button-padding-y-sm) var(--str-chat__button-padding-x-with-label-sm);font:var(--str-chat__font-caption-emphasis)}.str-chat .str-chat__poll .str-chat__button.str-chat__poll-action.str-chat__poll-action--additional{border:none}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list{height:100%}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__infinite-scroll-paginator{scrollbar-width:none;height:100%}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__infinite-scroll-paginator .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column;gap:var(--str-chat__spacing-md);padding-bottom:var(--str-chat__spacing-xl)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__loading-indicator-placeholder{width:100%;height:calc(var(--str-chat__loading-indicator-size) + 2 * var(--str-chat__spacing-xxs));display:flex;justify-content:center}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer{display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-xxs);align-self:stretch;border-radius:var(--str-chat__radius-lg);background:var(--str-chat__background-core-surface-card)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data{display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-xs);align-self:stretch;padding:var(--str-chat__spacing-md)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__avatar{height:var(--str-chat__spacing-xl);width:var(--str-chat__spacing-xl)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data p{margin:0}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__poll-answer__text{font:var(--str-chat__font-body-default)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__poll-vote{padding-inline:var(--str-chat__spacing-none);padding-block:0}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-vote__update-vote-button-container{display:flex;justify-content:center;width:100%;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);border-top:1px solid var(--str-chat__border-core-default)}.str-chat__poll-creation-dialog{display:flex;flex-direction:column;width:min(480px,100vw);height:min(640px,100vh)}.str-chat__poll-creation-dialog .str-chat__prompt__body{flex:1 1}.str-chat__poll-creation-dialog .str-chat__prompt__body form{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xl)}.str-chat__poll-creation-dialog .str-chat__poll-creation-dialog__features-selectors{display:flex;flex-direction:column;gap:var(--str-chat__spacing-sm);align-items:center}.str-chat__poll-creation-dialog .str-chat__form__switch-field{padding:var(--str-chat__spacing-sm) var(--str-chat__spacing-md)}.str-chat__poll-creation-dialog .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field__value.str-chat__form-text-input .str-chat__form-text-input__wrapper{width:100%}.str-chat__poll-creation-dialog .str-chat__form__input-field__value.str-chat__form-text-input .str-chat__form-text-input__wrapper{background-color:transparent}.str-chat__poll-creation-dialog .str-chat__form__switch-field__label{width:100%}.str-chat__poll-creation-dialog .str-chat__prompt__header__description{display:none}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field{padding-top:0}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field .str-chat__multiple-answers-field__votes-limit-field__numeric-field{display:flex;align-items:center;gap:var(--str-chat__spacing-md);width:100%}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field .str-chat__multiple-answers-field__votes-limit-field__numeric-field .str-chat__form__switch-field__label{flex:1}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:none;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2xl);padding-bottom:var(--str-chat__spacing-xl)}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full{gap:var(--str-chat__spacing-xs);scrollbar-width:none;padding:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-lg);background-color:var(--str-chat__background-core-surface-card)}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full .str-chat__poll-option{padding:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-md)}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__background-utility-hover)}.str-chat__poll-option-list{display:flex;flex-direction:column;gap:var(--str-chat__spacing-md)}.str-chat__poll-option-list .str-chat__poll-option{display:grid;grid-template-columns:minmax(0,auto) 1fr;grid-template-rows:1fr auto;row-gap:var(--str-chat__spacing-xs);align-items:start}.str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable{column-gap:var(--str-chat__spacing-sm)}.str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:baseline;gap:var(--str-chat__spacing-xs);grid-column:2/3;grid-row:1/2;min-height:24px;padding-block:var(--str-chat__spacing-xxxs)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes .str-chat__poll-option-voters{--str-chat__avatar-size: 1.175rem;display:flex}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes .str-chat__poll-option-vote-count{text-align:right;font:var(--str-chat__font-metadata-default)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:8px;width:100%;background:linear-gradient(to right,var(--chat-poll-progress-fill, var(--str-chat__chat-poll-progress-fill-incoming)) var(--str-chat__amount-bar-fulfillment),var(--chat-poll-progress-track, var(--str-chat__chat-poll-progress-track-incoming)) var(--str-chat__amount-bar-fulfillment));border-radius:var(--str-chat__size-4)}.str-chat__modal__poll-question{display:flex;padding:var(--str-chat__spacing-md);flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-xxs);align-self:stretch;border-radius:var(--str-chat__radius-lg);background:var(--str-chat__background-core-surface-card)}.str-chat__modal__poll-question .str-chat__modal__poll-question__label{font:var(--str-chat__font-heading-xs);color:var(--str-chat__text-tertiary)}.str-chat__modal__poll-question .str-chat__modal__poll-question__text{font:var(--str-chat__font-heading-sm);color:var(--str-chat__text-primary)}.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__modal__poll-results .str-chat__modal__poll-results__body{display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat__modal__poll-results__options{scrollbar-width:none;width:100%}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list{display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-md);align-self:stretch}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option{display:flex;flex-direction:column;width:100%;padding-block:var(--str-chat__spacing-md);border-radius:var(--str-chat__radius-lg);background:var(--str-chat__background-core-surface-card)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--str-chat__spacing-xxs);align-self:stretch;padding-inline:var(--str-chat__spacing-md)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__label,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__label{font:var(--str-chat__font-heading-xs);color:var(--str-chat__text-tertiary)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title{display:flex;align-items:start;gap:var(--str-chat__spacing-md);width:100%;font:var(--str-chat__font-heading-sm);color:var(--str-chat__text-primary)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title .str-chat__poll-option__option-text,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title .str-chat__poll-option__option-text{flex:1;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-vote-listing,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-vote-listing{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-none)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-vote-listing .str-chat__avatar,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-vote-listing .str-chat__avatar{height:var(--str-chat__spacing-2xl);width:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__show-all-votes-button-container,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__show-all-votes-button-container{display:flex;justify-content:center;width:100%;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);border-top:1px solid var(--str-chat__border-core-default)}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-more-votes,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-votes,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-more-votes,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-votes,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option{padding-bottom:0}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option__votes-paginated-list .str-chat__loading-indicator-placeholder{width:100%;height:calc(var(--str-chat__loading-indicator-size) + 2 * var(--str-chat__spacing-xxs));display:flex;justify-content:center}.str-chat__modal__poll-results .str-chat__modal__poll-results__options__footer{padding-top:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat__modal__poll-results__options__footer .str-chat__modal__poll-results__options-total-count{width:100%;text-align:center;font:var(--str-chat__font-caption-default)}.str-chat__modal__poll-results .str-chat__poll-result-option-vote-counter{display:flex;gap:var(--str-chat__spacing-xs);align-items:center;font:var(--str-chat__font-caption-emphasis)}.str-chat__modal__poll-results .str-chat__poll-result-option-vote-counter .str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__modal__poll-results.str-chat__modal__poll-results--option-detail .str-chat__infinite-scroll-paginator{flex:1;scrollbar-width:none;width:100%;height:100%;padding-bottom:var(--str-chat__spacing-xl)}.str-chat__modal__poll-results:not(.str-chat__modal__poll-results--option-detail) .str-chat__modal__poll-results__body{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:none;max-height:564px;padding-bottom:var(--str-chat__spacing-2xl)}.str-chat__poll-vote{display:flex;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm);align-items:center;gap:var(--str-chat__spacing-none, 0);align-self:stretch;width:100%;font:var(--str-chat__font-caption-default)}.str-chat__poll-vote .str-chat__poll-vote__author{flex:1;display:flex;align-items:center;gap:var(--str-chat__spacing-sm)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__modal__suggest-poll-option-prompt{width:300px}.str-chat__reaction-selector{display:flex;padding-inline:var(--str-chat__spacing-xxs);padding-block:var(--str-chat__spacing-xxs);align-items:center;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-4xl);background:var(--str-chat__background-core-elevation-2);box-shadow:var(--str-chat__box-shadow-3)}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list){padding:0;display:block;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:none;border-radius:var(--str-chat__radius-lg);max-height:320px}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):before,.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):after{content:"";position:absolute;width:100%;inset-inline-start:0;height:var(--str-chat__size-16)}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):after{bottom:0;border-end-end-radius:inherit;border-end-start-radius:inherit;background:linear-gradient(to bottom,transparent 5%,var(--str-chat__background-core-elevation-2) 95%)}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):before{z-index:1;top:0;border-start-end-radius:inherit;border-start-start-radius:inherit;background:linear-gradient(to top,transparent 5%,var(--str-chat__background-core-elevation-2) 95%)}.str-chat__reaction-selector .str-chat__reaction-selector__add-button{width:32px;aspect-ratio:1/1}.str-chat__reaction-selector .str-chat__reaction-selector__add-button .str-chat__icon{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat__reaction-selector:has(.str-chat__reaction-selector__add-button){-webkit-padding-end:var(--str-chat__spacing-xs);padding-inline-end:var(--str-chat__spacing-xs)}.str-chat__reaction-selector .str-chat__reaction-selector-list{list-style:none;margin:var(--str-chat__spacing-none);padding:var(--str-chat__spacing-none);display:flex;gap:var(--str-chat__space-2)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item{display:flex}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button{background-color:transparent;border:none;border-radius:var(--str-chat__radius-max);cursor:pointer;display:flex;min-width:40px;min-height:40px;padding:var(--str-chat__spacing-none, 0);justify-content:center;align-items:center;gap:var(--str-chat__spacing-none, 0)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):hover{background-color:var(--str-chat__background-utility-hover)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):active{background-color:var(--str-chat__background-utility-pressed)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):focus-visible{outline:var(--str-chat__focus-outline, 2px solid var(--str-chat__border-utility-focused));outline-offset:-2px}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled)[aria-pressed=true]{background-color:var(--str-chat__background-utility-selected)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button .str-chat__reaction-icon{font-size:var(--str-chat__typography-font-size-2xl);height:var(--str-chat__typography-font-size-2xl);width:var(--str-chat__typography-font-size-2xl);font-family:system-ui;line-height:0;display:flex;justify-content:center;align-items:center}.str-chat__reaction-selector-extended-list{display:grid;grid-template-columns:repeat(7,1fr);height:100%;padding-block:var(--str-chat__spacing-md);padding-inline:var(--str-chat__spacing-sm)}.str-chat__reaction-selector-extended-list .str-chat__reaction-selector-extended-list__button .str-chat__reaction-icon{height:var(--str-chat__emoji-md);width:var(--str-chat__emoji-md);font-size:var(--str-chat__emoji-md);line-height:0;font-family:system-ui;display:flex;justify-content:center;align-items:center}.str-chat__message-reactions{display:flex}.str-chat__message-reactions .str-chat__message-reactions__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--str-chat__spacing-xxs)}.str-chat__message-reactions .str-chat__message-reactions__list .str-chat__message-reactions__list-item{display:flex}.str-chat__message-reactions .str-chat__message-reactions__list .str-chat__message-reactions__list-item--more{height:100%}.str-chat__message-reactions .str-chat__message-reactions__list-button,.str-chat__message-reactions .str-chat__message-reactions__list-item-button{padding:unset;background:unset;border:unset;cursor:pointer;position:relative;display:flex;gap:var(--str-chat__spacing-xxs);padding-inline:var(--str-chat__spacing-xs);padding-block:var(--str-chat__spacing-xxxs);align-items:center;justify-content:center;border-radius:var(--str-chat__radius-max);border:1px solid var(--str-chat__reaction-border);background:var(--str-chat__reaction-bg);color:var(--str-chat__reaction-text);box-shadow:var(--str-chat__box-shadow-3);font-weight:inherit;font-size:inherit;line-height:1;-webkit-user-select:none;user-select:none}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled)[aria-pressed=true]:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled)[aria-pressed=true]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;width:100%;height:100%}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):hover:before{background:var(--str-chat__background-utility-hover)}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):active:before{background:var(--str-chat__background-utility-pressed)}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled)[aria-pressed=true]:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled)[aria-pressed=true]:before{background:var(--str-chat__background-utility-selected)}.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__list-item-icon,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__total-count,.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__overflow-count,.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__list-item-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__total-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__overflow-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__list-item-count{display:flex;align-items:center;font:var(--str-chat__font-numeric-md)}.str-chat__message-reactions--bottom .str-chat__message-reactions__list-button,.str-chat__message-reactions--bottom .str-chat__message-reactions__list-item-button{box-shadow:none}.str-chat .str-chat__dialog-contents:has(.str-chat__message-reactions-detail):focus-visible{border-radius:var(--str-chat__radius-lg)}.str-chat__message-reactions-detail{border-radius:var(--str-chat__radius-lg);background:var(--str-chat__background-core-elevation-2);max-width:256px;min-width:min(90vw,256px)}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):before,.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):after{content:"";position:absolute;width:100%;inset-inline-start:0;height:var(--str-chat__size-16)}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):after{bottom:0;border-end-end-radius:inherit;border-end-start-radius:inherit;background:linear-gradient(to bottom,transparent 5%,var(--str-chat__background-core-elevation-2) 95%)}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):before{z-index:1;top:0;border-start-end-radius:inherit;border-start-start-radius:inherit;background:linear-gradient(to top,transparent 5%,var(--str-chat__background-core-elevation-2) 95%)}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list){overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:0;display:block;scrollbar-width:none;max-height:320px;max-width:unset;min-width:unset}.str-chat__message-reactions-detail{box-shadow:var(--str-chat__box-shadow-3);-webkit-padding-before:var(--str-chat__spacing-xxs);padding-block-start:var(--str-chat__spacing-xxs);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxxs)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__total-count{display:flex;align-items:center;justify-content:flex-start;padding-inline:var(--str-chat__spacing-md);min-height:var(--str-chat__size-32);max-height:var(--str-chat__size-32);color:var(--str-chat__text-tertiary);font:var(--str-chat__font-heading-xs)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list{list-style:none;margin:0;padding-inline:var(--str-chat__spacing-md);padding-block:var(--str-chat__spacing-xs);display:flex;flex-wrap:wrap;gap:var(--str-chat__spacing-xs) var(--str-chat__spacing-xxs)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item{display:flex}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button{padding:unset;background:unset;border:unset;cursor:pointer;position:relative;display:flex;gap:var(--str-chat__spacing-xxs);padding-inline:var(--str-chat__spacing-xs);padding-block:var(--str-chat__spacing-xxxs);align-items:center;justify-content:center;border-radius:var(--str-chat__radius-max);border:1px solid var(--str-chat__reaction-border);background:var(--str-chat__reaction-bg);color:var(--str-chat__reaction-text);box-shadow:var(--str-chat__box-shadow-3);font-weight:inherit;font-size:inherit;line-height:1;-webkit-user-select:none;user-select:none}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):hover:before,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):active:before,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled)[aria-pressed=true]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;width:100%;height:100%}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):hover:before{background:var(--str-chat__background-utility-hover)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):active:before{background:var(--str-chat__background-utility-pressed)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled)[aria-pressed=true]:before{background:var(--str-chat__background-utility-selected)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button{box-shadow:unset;min-width:var(--str-chat__size-48);background:none;border:1px solid var(--str-chat__control-chip-border)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon .str-chat__icon{width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon:has(.str-chat__icon){display:flex;align-items:center;justify-content:center}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-count{color:var(--str-chat__reaction-text);font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container{position:relative;border-radius:inherit}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:before,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:after{content:"";position:absolute;width:100%;inset-inline-start:0;height:var(--str-chat__size-16)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:after{bottom:0;border-end-end-radius:inherit;border-end-start-radius:inherit;background:linear-gradient(to bottom,transparent 5%,var(--str-chat__background-core-elevation-2) 95%)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:before{z-index:1;top:0;border-start-end-radius:inherit;border-start-start-radius:inherit;background:linear-gradient(to top,transparent 5%,var(--str-chat__background-core-elevation-2) 95%);display:none}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:none;position:relative;-webkit-padding-after:var(--str-chat__spacing-xxs);padding-block-end:var(--str-chat__spacing-xxs);max-height:180px}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item{padding-block:var(--str-chat__spacing-xxs);display:flex;align-items:center;gap:var(--str-chat__spacing-xs);padding-inline:calc(var(--str-chat__spacing-sm) + var(--str-chat__spacing-xxs))}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item .str-chat__message-reactions-detail__skeleton-avatar{width:var(--str-chat__size-32);height:var(--str-chat__size-32);border-radius:var(--str-chat__radius-max);background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;flex-shrink:0}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item .str-chat__message-reactions-detail__skeleton-line{flex-grow:1;height:var(--str-chat__size-20);border-radius:var(--str-chat__radius-sm);background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0%,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;animation:loading-channel-shimmer 1.2s linear infinite;border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 94%,rgba(0,0,0,.7) 98%,transparent 100%)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item{padding-block:var(--str-chat__spacing-xxs);display:flex;align-items:center;gap:var(--str-chat__spacing-xs);padding-inline:calc(var(--str-chat__spacing-sm) + var(--str-chat__spacing-xxs));max-height:var(--str-chat__size-40)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info .str-chat__message-reactions-detail__user-list-item-username{color:var(--str-chat__text-primary);font:var(--str-chat__font-caption-default)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info .str-chat__message-reactions-detail__user-list-item-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-tertiary);font:var(--str-chat__font-metadata-default);cursor:pointer;align-self:flex-start}.str-chat__search{display:flex;flex-direction:column;gap:var(--str-chat__spacing-sm);padding-block:var(--str-chat__spacing-xs);justify-content:center}.str-chat__search.str-chat__search--active{flex:1;min-height:0}.str-chat__search-bar{padding-inline:var(--str-chat__spacing-md);display:flex;gap:var(--str-chat__spacing-xxxs)}.str-chat__search-bar .str-chat__search-bar__input-wrapper{display:flex;min-height:40px;align-items:center;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-max);border:1px solid var(--str-chat__border-core-default);color:var(--str-chat__input-text-placeholder);font:var(--str-chat__font-caption-default);flex-shrink:1;flex-grow:1}.str-chat__search-bar .str-chat__search-bar__input-wrapper:focus-within{outline:var(--str-chat__focus-outline, 2px solid var(--border-utility-focused));outline-offset:var(--str-chat__focus-outline-offset, 2px)}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__input{min-height:24px;border:none;background:none;width:100%;font:inherit}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__input:focus{outline:none}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__clear-button{flex-shrink:0}.str-chat__search-bar .str-chat__search-bar__input-wrapper{padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-sm)}.str-chat__search-bar .str-chat__search-bar__exit-search-button{flex-shrink:0}.str-chat__search-results{display:flex;flex-direction:column;gap:var(--str-chat__spacing-sm);flex:1;min-height:0}.str-chat__search-results .str-chat__search-results-header{scrollbar-width:none}.str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;gap:var(--str-chat__spacing-xxs);padding-inline:var(--str-chat__spacing-md)}.str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons>.str-chat__button{flex-shrink:0}.str-chat__search-source-results,.str-chat__search-source-result-list{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search-source-result-list .str-chat__infinite-scroll-paginator{flex:1;min-height:0;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.str-chat__search-source-result-list .str-chat__search-result-container{padding:var(--str-chat__spacing-xxs);border-bottom:1px solid var(--str-chat__border-core-subtle)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user{display:flex;align-items:center;gap:var(--str-chat__spacing-md);padding:var(--str-chat__spacing-sm);border-radius:var(--str-chat__radius-lg);width:100%;border:none;background:none;cursor:pointer}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__avatar{flex-shrink:0}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);flex:1 0 0;min-width:0;text-align:start}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data .str-chat__search-result__display-name{font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-primary);flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data .str-chat__search-result__last-active-timestamp{flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-default)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user{background:var(--str-chat__background-core-elevation-1)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__search-source-result-list__footer,.str-chat__search-results-presearch,.str-chat__search-source-results-empty{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-tertiary);padding-block:var(--str-chat__spacing-xs);display:flex;justify-content:center;align-items:center}.str-chat__skip-navigation-link{background-color:var(--str-chat__background-color, #fff);border:1px solid transparent;border-radius:4px;color:var(--str-chat__text-color, currentColor);left:0;margin:8px;padding:8px 12px;position:absolute;text-decoration:none;top:0;transform:translateY(-200%);z-index:2}.str-chat__skip-navigation-link:focus,.str-chat__skip-navigation-link:focus-visible{border:1px solid var(--accent-primary);transform:translateY(0)}.str-chat__summarized-message-preview{display:flex;align-items:center;gap:var(--str-chat__spacing-xxs);flex-grow:1;flex-shrink:1;min-width:0;color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__summarized-message-preview .str-chat__icon{flex-shrink:0;width:var(--str-chat__icon-size-sm);height:var(--str-chat__icon-size-sm)}.str-chat__summarized-message-preview--error{color:var(--text-error)}.str-chat__summarized-message-preview--deleted{color:var(--str-chat__text-tertiary)}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__text{flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__delivery-status{display:flex;flex-shrink:0;color:var(--str-chat__text-tertiary)}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__delivery-status--read{color:var(--str-chat__accent-primary)}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.str-chat .str-chat__suggestion-list{max-height:320px;min-width:200px;overflow-y:auto;scrollbar-width:none}.str-chat .str-chat__suggestion-list.str-chat__context-menu .str-chat__list-item-layout:has(.str-chat__suggestion-list__mention){padding:var(--str-chat__spacing-none)}.str-chat .str-chat__suggestion-list .str-chat__suggestion-list-item--selected{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat .str-chat__suggestion-list__mention{align-items:center;gap:var(--str-chat__spacing-sm)}.str-chat .str-chat__suggestion-list__mention .str-chat__list-item-layout__leading-icon{align-items:center;background:var(--str-chat__background-core-surface-subtle);border:1px solid var(--str-chat__border-core-subtle);border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-secondary);justify-content:center;padding:var(--str-chat__spacing-xs)}.str-chat .str-chat__suggestion-list__mention .str-chat__list-item-layout__leading-icon .str-chat__icon{stroke-width:1.2px}.str-chat .str-chat__suggestion-list__item-content{display:flex;flex:1;flex-direction:column;min-width:0}.str-chat .str-chat__suggestion-list__item-title{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-primary);white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;text-align:start;min-width:0}.str-chat .str-chat__list-item-layout__title.str-chat__suggestion-list__mention-item-title{font:var(--str-chat__font-body-default)}.str-chat .str-chat__suggestion-list__item-details{font:var(--str-chat__font-metadata-default);color:var(--str-chat__text-primary);white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;color:var(--str-chat__text-tertiary);text-align:start;min-width:0}.str-chat__thread-container{color:var(--str-chat__text-primary);-webkit-border-start:1px solid var(--str-chat__border-core-default);border-inline-start:1px solid var(--str-chat__border-core-default);position:relative;height:100%;display:flex;flex-direction:column;width:100%}.str-chat__parent-message-li{-webkit-padding-before:var(--str-chat__spacing-sm);padding-block-start:var(--str-chat__spacing-sm)}.str-chat__parent-message-li .str-chat__message{max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));padding-block:var(--str-chat__spacing-xs);margin-inline:auto}.str-chat__parent-message-li .str-chat__thread-start{display:flex;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-none);margin-block:var(--str-chat__spacing-xs);justify-content:center;align-items:center;gap:var(--str-chat__spacing-none);width:100%;border-top:1px solid var(--str-chat__border-core-subtle);border-bottom:1px solid var(--str-chat__border-core-subtle);background:var(--str-chat__background-core-surface-subtle);color:var(--str-chat__chat-text-system);font:var(--str-chat__font-metadata-emphasis)}.str-chat__thread-header{width:100%;padding:var(--str-chat__spacing-md);height:var(--str-chat__channel-header-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;background:var(--str-chat__background-core-elevation-1);color:var(--str-chat__text-primary);-webkit-border-after:1px solid var(--str-chat__border-core-default);border-block-end:1px solid var(--str-chat__border-core-default)}.str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__font-heading-sm)}.str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-secondary)}.str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;align-items:center;overflow-y:hidden;overflow-x:hidden;min-width:0;justify-self:center}.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-header .str-chat__thread-header__start{min-width:0;justify-self:start}.str-chat__thread-header .str-chat__thread-header__end{min-width:0;justify-self:end}.str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:var(--str-chat__size-40);height:var(--str-chat__size-40);cursor:pointer;background-color:transparent;border:none}.str-chat__thread-header .str-chat__close-thread-button .str-chat__icon{fill:var(--str-chat__text-primary)}.str-chat__chat-view__threads .str-chat__thread-header .str-chat__thread-header-details{align-items:center}.str-chat__chat-view__threads .str-chat__thread{border:none}.str-chat__unread-count-badge{background-color:var(--str-chat__accent-error);color:var(--str-chat__badge-text-on-accent);border-radius:9999px}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical: 50%;--str-chat-unread-count-badge-absolute-offset-horizontal: 50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:18px;min-height:18px;line-height:8px;font-weight:700;padding:5px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical) * -1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal) * -1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal) * -1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical) * -1)}.str-chat{--str-chat__thread-list-transition-duration: var( --str-chat__channel-list-transition-duration );--str-chat__thread-list-transition-easing: var( --str-chat__channel-list-transition-easing );--str-chat__thread-list-transition-offset: var( --str-chat__channel-list-transition-offset );--str-chat__thread-list-width: var(--str-chat__channel-list-width);--str-chat__thread-list-mobile-width: var(--str-chat__channel-list-mobile-width)}.str-chat__thread-list-container{background:var(--str-chat__background-core-elevation-1);color:var(--str-chat__text-primary);-webkit-border-end:1px solid var(--str-chat__border-core-default);border-inline-end:1px solid var(--str-chat__border-core-default);display:flex;flex:0 0 var(--str-chat__thread-list-width);flex-direction:column;height:100%;max-width:100%;min-width:280px;opacity:1;position:relative;transform:translate(0);transition:flex-basis var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),min-width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),max-width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),opacity var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),transform var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing);width:var(--str-chat__thread-list-width)}@media (max-width: 767px){.str-chat__thread-list-container{flex-basis:auto;inset-inline-start:0;max-width:100%;min-width:0;pointer-events:none;position:absolute;top:0;bottom:0;transform:translate(calc(var(--str-chat__thread-list-transition-offset) * -1px));transition:transform var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),visibility 0s linear var(--str-chat__thread-list-transition-duration);visibility:hidden;width:var(--str-chat__thread-list-mobile-width);z-index:1}}@media (prefers-reduced-motion: reduce){.str-chat__thread-list-container{transition:none}}.str-chat__thread-list-container .str-chat__unseen-threads-banner{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__radius-max);font:var(--str-chat__font-metadata-emphasis);cursor:pointer;display:flex;color:var(--str-chat__text-secondary);height:36px;justify-content:center;align-items:center;gap:var(--str-chat__spacing-xs);border-radius:var(--str-chat__radius-none);background:var(--background-core-surface);position:relative}.str-chat__thread-list-container .str-chat__unseen-threads-banner>.str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__thread-list-container .str-chat__unseen-threads-banner:not(:disabled):hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--str-chat__background-utility-hover);pointer-events:none}.str-chat__thread-list{flex:1}.str-chat__thread-list [data-virtuoso-scroller=true],.str-chat__thread-list [data-viewport-type=element]{height:100%!important}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color: var(--str-chat__text-secondary);text-align:center}.str-chat__thread-list-empty-placeholder svg{width:32px;height:32px}.str-chat__thread-list-empty-placeholder{height:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-xl);color:var(--str-chat__text-secondary)}.str-chat__thread-list-empty-placeholder p{margin:0;color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__thread-list__header{display:flex;align-items:center;padding:var(--str-chat__spacing-md);height:var(--str-chat__channel-header-height);width:100%}.str-chat__thread-list__header .str-chat__thread-list__header__title{flex:1;font:var(--str-chat__font-heading-lg);color:var(--str-chat__text-primary)}.str-chat__thread-list-item-container{border-bottom:1px solid var(--str-chat__border-core-subtle);padding:var(--str-chat__spacing-xxs);max-width:100%}.str-chat__thread-list-item-container:has(.str-chat__thread-list-item--highlighted){background:var(--str-chat__background-core-highlight)}.str-chat__thread-list-item{display:flex;gap:var(--str-chat__spacing-sm);align-items:flex-start;padding-inline:var(--str-chat__spacing-sm);padding-block:var(--str-chat__spacing-sm);-webkit-padding-before:calc(var(--str-chat__spacing-sm) - 1px);padding-block-start:calc(var(--str-chat__spacing-sm) - 1px);border:none;cursor:pointer;text-align:start;background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__radius-lg);width:100%;max-width:100%}.str-chat__thread-list-item:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__thread-list-item:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__thread-list-item:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__thread-list-item .str-chat__avatar{flex-shrink:0}.str-chat__thread-list-item .str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{color:var(--str-chat__text-secondary)}.str-chat__thread-list-item .str-chat__summarized-message-preview .str-chat__summarized-message-preview__text{color:var(--str-chat__text-primary)}.str-chat__thread-list-item__content{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);flex:1 0 0;min-width:0}.str-chat__thread-list-item__content-leading{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);padding-block:var(--str-chat__spacing-xxxs)}.str-chat__thread-list-item__content-leading .str-chat__summarized-message-preview{font:var(--str-chat__font-body-default)}.str-chat__thread-list-item__content-leading .str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{font:var(--str-chat__font-body-emphasis)}.str-chat__thread-list-item__title{font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list-item__content-trailing,.str-chat__thread-list-item__reply-information{display:flex;gap:var(--str-chat__spacing-xs);align-items:center}.str-chat__thread-list-item__reply-count{font:var(--str-chat__font-caption-emphasis);color:var(--str-chat__text-link);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list-item__timestamp{font:var(--str-chat__font-caption-default);color:var(--str-chat__text-tertiary);min-width:0;white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat{--str-chat__tooltip-background-color: var(--str-chat__background-core-inverse)}.str-chat.str-chat__theme-dark{--str-chat__tooltip-background-color: var(--str-chat__background-core-elevation-2)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__text-on-accent);box-shadow:var(--str-chat__box-shadow-3);border-radius:var(--str-chat__radius-md);overflow-y:hidden;display:flex;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs);z-index:1;max-width:150px;width:-webkit-max-content;width:max-content;font:var(--str-chat__font-metadata-emphasis)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}@keyframes str-chat__typing-indicator-fade-in{0%{opacity:0}to{opacity:1}}.str-chat__subtitle-content-transition{animation:str-chat__typing-indicator-fade-in .2s ease-out;display:inline-block}.str-chat__typing-indicator{display:flex;align-items:flex-end;width:100%;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));margin:auto;gap:var(--str-chat__spacing-xs);padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__message-composer-padding)}.str-chat__typing-indicator.str-chat__typing-indicator--with-transition{animation:str-chat__typing-indicator-fade-in .25s ease-out}.str-chat__typing-indicator__bubble{display:inline-flex;align-items:center;min-height:36px;max-height:36px;padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-sm);border-radius:var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-tail);border:1px solid var(--chat-bg);background:var(--chat-bg)}.str-chat__typing-indicator__dots{display:flex;align-items:center;column-gap:var(--str-chat__spacing-xxs)}.str-chat__typing-indicator__dots svg{display:block}.str-chat__typing-indicator__dots svg circle:nth-child(1){fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:0s}.str-chat__typing-indicator__dots svg circle:nth-child(2){fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:.15s}.str-chat__typing-indicator__dots svg circle:nth-child(3){fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:.3s}@keyframes str-chat__typing-indicator-dot{0%,to{opacity:1}33%{opacity:.75}66%{opacity:.5}}.str-chat__typing-indicator-header{display:inline-flex;align-items:baseline;gap:var(--str-chat__spacing-xs);white-space:nowrap;color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__typing-indicator-header__dots{display:inline-flex;align-items:center;vertical-align:middle}.str-chat__video-player-loading{display:flex;align-items:center;justify-content:center;inline-size:100%;block-size:100%}.str-chat .str-chat__message-attachment__video-thumbnail{position:relative;width:100%;height:100%}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail-image{object-fit:cover;width:100%;height:100%}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator{display:flex;align-items:center;justify-content:center;position:absolute;height:48px;width:48px;border-radius:var(--str-chat__radius-max);background-color:var(--str-chat__control-play-button-bg);left:calc(50% - 24px);top:calc(50% - 24px)}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator svg,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator svg{height:24px;width:24px}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator svg path,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator svg path{fill:var(--str-chat__control-play-button-icon)}.str-chat__channel-list{width:100%;flex:1;min-width:0;border-inline-end:none}@media (max-width: 767px){.str-chat__channel-list{position:static;visibility:visible;pointer-events:auto;transform:none}}.str-chat__channel-list__header{display:none}.str-chat .str-chat__send-button{background:transparent;color:var(--sui-colors-admin-action-icon);border:none;box-shadow:none;width:40px;height:40px;min-width:40px;padding:0;display:flex;align-items:center;justify-content:center}.str-chat .str-chat__send-button .str-chat__icon--send{width:28px;height:28px}.str-chat .str-chat__send-button:disabled{color:var(--sui-colors-neutral-icon-disabled);cursor:not-allowed}.str-chat__message--system{margin:16px 0}.str-chat__li>[data-testid=message-deleted-bubble] .str-chat__message-text{display:flex;opacity:.5;align-items:center;gap:8px}.str-chat .str-chat__message-composer-container{border-top:none}.str-chat__message-list .str-chat__message-list-scroll{max-width:100%;padding-left:32px;padding-right:32px}.str-chat .str-chat__message-composer{max-width:100%}.str-chat__unread-messages-separator-wrapper,.str-chat__date-separator--floating{opacity:0!important}.str-chat .str-chat__poll-action .str-chat__button__content{text-transform:none}.str-chat__main-panel .str-chat__avatar{cursor:default!important}.timeline-dot-only{position:relative;display:block}.timeline-dot-only:before{content:"";position:absolute;left:-1.1em;top:50%;transform:translateY(-50%);height:8px;width:8px;background:#4a5565;border-radius:50%;z-index:1}.timeline-dot-first,.timeline-dot-last,.timeline-dot-line{position:relative;display:block}.timeline-dot-first:before,.timeline-dot-last:before,.timeline-dot-line:before{content:"";position:absolute;left:-1.1em;top:50%;transform:translateY(-50%);height:8px;width:8px;background:#4a5565;border-radius:50%;z-index:1}.timeline-dot-first:after{content:"";position:absolute;left:-.9em;top:50%;bottom:0;width:2px;background:#99a1af;z-index:0}.timeline-dot-last:after{content:"";position:absolute;left:-.9em;top:0;bottom:50%;width:2px;background:#99a1af;z-index:0}.timeline-dot-line:after{content:"";position:absolute;left:-.9em;top:0;bottom:0;width:2px;background:#99a1af;z-index:0}.playerWrapper{position:relative;width:100%;height:100%}.playerWrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.controls{position:absolute;bottom:0;left:0;right:0;height:100%;padding:16px;background:linear-gradient(to top,#000000b3,#0000);display:flex;align-items:flex-end;gap:12px;opacity:0;transition:opacity .3s ease;justify-content:space-between}.controls:hover{opacity:1}.controls button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease}.controls button:hover{background-color:#ffffff1a}.controls button:active{transform:scale(.95)}.controls input[type=range]{width:100px;height:4px;-webkit-appearance:none;background:#ffffff4d;border-radius:2px;outline:none}.controls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;-webkit-transition:transform .2s ease;transition:transform .2s ease}.controls input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.controls input[type=range]::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none;-moz-transition:transform .2s ease;transition:transform .2s ease}.controls input[type=range]::-moz-range-thumb:hover{transform:scale(1.2)}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.snap-ui-datepicker-wrapper .react-datepicker-popper{border:1px solid var(--sui-colors-gray-90);border-radius:6px}.snap-ui-datepicker-wrapper .react-datepicker__triangle{display:none}.snap-ui-datepicker-wrapper .react-datepicker__current-month{margin-bottom:1rem}.snap-ui-datepicker-wrapper .react-datepicker{border:0!important;font-family:inherit}.snap-ui-datepicker-wrapper .react-datepicker__header{border:0;background-color:#fff}.snap-ui-datepicker-wrapper .react-datepicker__day-name{font-size:.75rem;color:#718096;width:32px}.snap-ui-datepicker-wrapper .react-datepicker__day--selected{border-radius:50%!important;background-color:var(--sui-colors-action-background)!important;color:#fff!important;font-weight:400}.snap-ui-datepicker-wrapper .react-datepicker__current-month{font-weight:700;margin:0}.snap-ui-datepicker-wrapper .react-datepicker__day{width:32px;height:32px;font-size:.875rem;border-radius:50%;line-height:32px}.snap-ui-datepicker-wrapper .react-datepicker__day:hover{background-color:var(--sui-colors-gray-95)}.snap-ui-datepicker-wrapper .react-datepicker__month{margin:0}.snap-ui-datepicker-wrapper .react-datepicker__header--custom{padding-bottom:.25rem}.snap-ui-datepicker-wrapper .react-datepicker__header--custom button{border:0;background-color:transparent;cursor:pointer}.snap-ui-datepicker-wrapper .react-datepicker__day--outside-month{opacity:0;pointer-events:none}.fade-left{background:linear-gradient(to right,white,var(--sui-colors-blue-2));opacity:.5}.fade-right{background:linear-gradient(to left,white,var(--sui-colors-blue-2));opacity:.5}.react-datepicker__day{width:40px!important;height:40px!important;margin:0!important;line-height:40px!important}.react-datepicker__day:hover{border-radius:50%}.react-datepicker__day-name{width:40px!important;height:40px!important;line-height:40px!important;margin:0!important}.TooltipContent{animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.TooltipContent[data-side=top]{animation-name:slideUp}.TooltipContent[data-side=bottom]{animation-name:slideDown}.TooltipContent[data-side=left]{animation-name:slideLeft}.TooltipContent[data-side=right]{animation-name:slideRight}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sui-react-select__menu{border-radius:.75rem!important;overflow:hidden}.sui-react-select__menu-portal{z-index:2000!important}.sui-react-select__indicator{padding:0!important}.sui-react-select__indicators{display:flex;align-items:center;gap:8px}.sui-react-select__clear-indicator{cursor:pointer;padding:8px}.sui-react-select__clear-indicator:hover{color:var(--sui-colors-negative-text)}.sui-react-select__indicator-separator{display:none}.sui-react-select__group{border-bottom:1px solid var(--sui-colors-neutral-border)}.sui-react-select__group:last-child{border-bottom:none}.sui-react-select__group .sui-react-select__group-heading{--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-react-select__group .sui-react-select__group-heading{padding-left:1rem;padding-right:1rem}.sui-react-select__group .sui-react-select__group-heading{padding-top:.25rem;padding-bottom:.25rem}.sui-react-select__group .sui-react-select__group-heading{font-weight:600}.sui-react-select__group .sui-react-select__group-heading{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-react-select__group .sui-react-select__option{padding-left:2rem}.sui-react-select__group .sui-react-select__option--group-heading{padding-left:1rem}.rich-text-editor__container .tox-editor-header{border-bottom:1px solid var(--sui-colors-neutral-border)!important;box-shadow:none!important;padding:0!important}.rich-text-editor__container .tox-tinymce{border:1px solid var(--sui-colors-neutral-border)!important;border-radius:5px!important}.rich-text-editor__container .tox-tinymce.error{border-color:var(--sui-colors-red)!important}.rich-text-editor__container .tox-toolbar__group{padding-top:4px!important;padding-bottom:4px!important}.rich-text-editor__container .tox-toolbar__group{border-right:1px solid var(--sui-colors-neutral-border)!important}.rich-text-editor__container .tox-toolbar{background-image:none!important}.rich-text-editor__container .tox-statusbar{border-top:0px!important;height:16px!important}.rich-text-editor__container .tox-statusbar__text-container{display:none!important}.ts-rich-text-display p{margin:1rem 0}.ts-rich-text-display ol{list-style-type:decimal;padding-left:1.25rem;margin:.5rem 0}.ts-rich-text-display ul{list-style-type:disc;padding-left:1.25rem;margin:.5rem 0}.ts-rich-text-display ol ol,.ts-rich-text-display ul ol{list-style-type:lower-alpha}.ts-rich-text-display ol ol ol,.ts-rich-text-display ul ol ol{list-style-type:lower-roman}.ts-rich-text-display ol ol ol ol,.ts-rich-text-display ul ol ol ol{list-style-type:lower-alpha}.ts-rich-text-display li{margin:.25rem 0}.ts-rich-text-display a{color:#00e;text-decoration:underline;cursor:pointer}.ts-rich-text-display a:hover{text-decoration:none}.collapsible-content{overflow:hidden}.collapsible-content[data-state=open]{animation:collapsible-slide-down .25s ease-out}.collapsible-content[data-state=closed]{animation:collapsible-slide-up .25s ease-out}@keyframes collapsible-slide-down{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes collapsible-slide-up{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--color-orange-1: #fff7ed;--color-orange-1-rgb: 255 247 237;--color-orange-2: #ffedd4;--color-orange-2-rgb: 255 237 212;--color-orange-3: #ffd6a8;--color-orange-3-rgb: 255 214 168;--color-orange-4: #ffb86a;--color-orange-4-rgb: 255 184 106;--color-orange-5: #f8944c;--color-orange-5-rgb: 248 148 76;--color-orange-6: #ff8025;--color-orange-6-rgb: 255 128 37;--color-orange-7-blaze: #fa6700;--color-orange-7-blaze-rgb: 250 103 0;--color-orange-8: #f54900;--color-orange-8-rgb: 245 73 0;--color-orange-9: #ca3500;--color-orange-9-rgb: 202 53 0;--color-orange-10: #9f2d00;--color-orange-10-rgb: 159 45 0;--color-orange-11: #7e2a0c;--color-orange-11-rgb: 126 42 12;--color-orange-12: #311402;--color-orange-12-rgb: 49 20 2;--color-blue-1: #eff6ff;--color-blue-1-rgb: 239 246 255;--color-blue-2: #dbeafe;--color-blue-2-rgb: 219 234 254;--color-blue-3: #bedbff;--color-blue-3-rgb: 190 219 255;--color-blue-4: #8ec5ff;--color-blue-4-rgb: 142 197 255;--color-blue-5: #51a2ff;--color-blue-5-rgb: 81 162 255;--color-blue-6: #2b7fff;--color-blue-6-rgb: 43 127 255;--color-blue-7: #155dfc;--color-blue-7-rgb: 21 93 252;--color-blue-8-wave: #1447e6;--color-blue-8-wave-rgb: 20 71 230;--color-blue-9: #193cb8;--color-blue-9-rgb: 25 60 184;--color-blue-10: #1c398e;--color-blue-10-rgb: 28 57 142;--color-blue-11: #132767;--color-blue-11-rgb: 19 39 103;--color-blue-12: #002d70;--color-blue-12-rgb: 0 45 112;--color-blue-13: #001f4d;--color-blue-13-rgb: 0 31 77;--color-gray-1-ice: #f9fafb;--color-gray-1-ice-rgb: 249 250 251;--color-gray-2: #f3f4f6;--color-gray-2-rgb: 243 244 246;--color-gray-3: #e5e7eb;--color-gray-3-rgb: 229 231 235;--color-gray-4: #d1d5dc;--color-gray-4-rgb: 209 213 220;--color-gray-5: #99a1af;--color-gray-5-rgb: 153 161 175;--color-gray-6: #6a7282;--color-gray-6-rgb: 106 114 130;--color-gray-7: #4a5565;--color-gray-7-rgb: 74 85 101;--color-gray-8: #364153;--color-gray-8-rgb: 54 65 83;--color-gray-9: #1e2939;--color-gray-9-rgb: 30 41 57;--color-gray-10-slate: #101828;--color-gray-10-slate-rgb: 16 24 40;--color-gray-11: #0a1429;--color-gray-11-rgb: 10 20 41;--color-gray-12: #050c1a;--color-gray-12-rgb: 5 12 26;--color-white: #ffffff;--color-white-rgb: 255 255 255;--color-black: #000000;--color-black-rgb: 0 0 0;--color-red-1: #ffeeed;--color-red-1-rgb: 255 238 237;--color-red-2: #fdd7d3;--color-red-2-rgb: 253 215 211;--color-red-3: #ffbab4;--color-red-3-rgb: 255 186 180;--color-red-4: #ff9187;--color-red-4-rgb: 255 145 135;--color-red-5: #ff6355;--color-red-5-rgb: 255 99 85;--color-red-6: #ff3838;--color-red-6-rgb: 255 56 56;--color-red-7: #ff0404;--color-red-7-rgb: 255 4 4;--color-red-8: #e60707;--color-red-8-rgb: 230 7 7;--color-red-9: #cf0f0f;--color-red-9-rgb: 207 15 15;--color-red-10: #b40101;--color-red-10-rgb: 180 1 1;--color-red-11: #8f0202;--color-red-11-rgb: 143 2 2;--color-red-12: #4d0900;--color-red-12-rgb: 77 9 0;--color-green-1: #f7fee7;--color-green-1-rgb: 247 254 231;--color-green-2: #ecfcca;--color-green-2-rgb: 236 252 202;--color-green-3: #d8f999;--color-green-3-rgb: 216 249 153;--color-green-4-ace: #bbf451;--color-green-4-ace-rgb: 187 244 81;--color-green-5: #9ae600;--color-green-5-rgb: 154 230 0;--color-green-6: #7ccf00;--color-green-6-rgb: 124 207 0;--color-green-7: #5c9f03;--color-green-7-rgb: 92 159 3;--color-green-8: #477502;--color-green-8-rgb: 71 117 2;--color-green-9: #3c6300;--color-green-9-rgb: 60 99 0;--color-green-10: #264400;--color-green-10-rgb: 38 68 0;--color-green-11: #22330c;--color-green-11-rgb: 34 51 12;--color-green-12: #1b3d00;--color-green-12-rgb: 27 61 0;--color-yellow-1: #fffdec;--color-yellow-1-rgb: 255 253 236;--color-yellow-2: #fff9c2;--color-yellow-2-rgb: 255 249 194;--color-yellow-3: #fff498;--color-yellow-3-rgb: 255 244 152;--color-yellow-4: #fff06e;--color-yellow-4-rgb: 255 240 110;--color-yellow-5: #ffec44;--color-yellow-5-rgb: 255 236 68;--color-yellow-6: #efdd41;--color-yellow-6-rgb: 239 221 65;--color-yellow-7: #bbab20;--color-yellow-7-rgb: 187 171 32;--color-yellow-8: #9e8f0b;--color-yellow-8-rgb: 158 143 11;--color-yellow-9: #776c08;--color-yellow-9-rgb: 119 108 8;--color-yellow-10: #554d02;--color-yellow-10-rgb: 85 77 2;--color-yellow-11: #2f2b01;--color-yellow-11-rgb: 47 43 1;--color-yellow-12: #1f1c00;--color-yellow-12-rgb: 31 28 0;--color-logo-blaze: #ff6900;--color-logo-blaze-rgb: 255 105 0;--color-admin-action-background: var(--color-blue-8-wave);--color-admin-action-background-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-background-hover: var(--color-blue-10);--color-admin-action-background-hover-rgb: var(--color-blue-10-rgb);--color-admin-action-background-pressed: var(--color-blue-11);--color-admin-action-background-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-border: var(--color-blue-8-wave);--color-admin-action-border-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-border-hover: var(--color-blue-9);--color-admin-action-border-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-border-pressed: var(--color-blue-10);--color-admin-action-border-pressed-rgb: var(--color-blue-10-rgb);--color-admin-action-border-weak: var(--color-blue-5);--color-admin-action-border-weak-rgb: var(--color-blue-5-rgb);--color-admin-action-text: var(--color-blue-8-wave);--color-admin-action-text-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-text-hover: var(--color-blue-9);--color-admin-action-text-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-text-pressed: var(--color-blue-11);--color-admin-action-text-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-background-weak-hover: var(--color-blue-1);--color-admin-action-background-weak-hover-rgb: var(--color-blue-1-rgb);--color-admin-action-background-weak-pressed: var(--color-blue-2);--color-admin-action-background-weak-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-icon: var(--color-blue-8-wave);--color-admin-action-icon-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-icon-hover: var(--color-blue-9);--color-admin-action-icon-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-icon-pressed: var(--color-blue-11);--color-admin-action-icon-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-text-inverse: var(--color-white);--color-admin-action-text-inverse-rgb: var(--color-white-rgb);--color-admin-action-icon-inverse: var(--color-white);--color-admin-action-icon-inverse-rgb: var(--color-white-rgb);--color-consumer-action-background: var(--color-orange-7-blaze);--color-consumer-action-background-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-background-hover: var(--color-orange-8);--color-consumer-action-background-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-background-pressed: var(--color-orange-9);--color-consumer-action-background-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-border: var(--color-orange-7-blaze);--color-consumer-action-border-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-border-hover: var(--color-orange-8);--color-consumer-action-border-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-border-pressed: var(--color-orange-9);--color-consumer-action-border-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-border-weak: var(--color-orange-5);--color-consumer-action-border-weak-rgb: var(--color-orange-5-rgb);--color-consumer-action-text: var(--color-orange-7-blaze);--color-consumer-action-text-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-text-hover: var(--color-orange-8);--color-consumer-action-text-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-text-pressed: var(--color-orange-9);--color-consumer-action-text-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-background-weak-hover: var(--color-orange-1);--color-consumer-action-background-weak-hover-rgb: var(--color-orange-1-rgb);--color-consumer-action-background-weak-pressed: var(--color-orange-2);--color-consumer-action-background-weak-pressed-rgb: var( --color-orange-2-rgb );--color-consumer-action-icon: var(--color-orange-7-blaze);--color-consumer-action-icon-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-icon-hover: var(--color-orange-8);--color-consumer-action-icon-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-icon-pressed: var(--color-orange-9);--color-consumer-action-icon-pressed-rgb: var(--color-orange-9-rgb);--color-neutral-border: var(--color-gray-4);--color-neutral-border-rgb: var(--color-gray-4-rgb);--color-neutral-border-disabled: var(--color-gray-5);--color-neutral-border-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-border-medium: var(--color-gray-5);--color-neutral-border-medium-rgb: var(--color-gray-5-rgb);--color-neutral-background: var(--color-white);--color-neutral-background-rgb: var(--color-white-rgb);--color-neutral-background-weak: var(--color-gray-1-ice);--color-neutral-background-weak-rgb: var(--color-gray-1-ice-rgb);--color-neutral-background-medium: var(--color-gray-2);--color-neutral-background-medium-rgb: var(--color-gray-2-rgb);--color-neutral-background-strong: var(--color-gray-3);--color-neutral-background-strong-rgb: var(--color-gray-3-rgb);--color-neutral-background-strongest: var(--color-gray-6);--color-neutral-background-strongest-rgb: var(--color-gray-6-rgb);--color-neutral-background-inverse: var(--color-gray-9);--color-neutral-background-inverse-rgb: var(--color-gray-9-rgb);--color-neutral-background-weak-disabled: var(--color-gray-2);--color-neutral-background-weak-disabled-rgb: var(--color-gray-2-rgb);--color-neutral-text: var(--color-gray-10-slate);--color-neutral-text-rgb: var(--color-gray-10-slate-rgb);--color-neutral-text-medium: var(--color-gray-7);--color-neutral-text-medium-rgb: var(--color-gray-7-rgb);--color-neutral-text-weak: var(--color-gray-5);--color-neutral-text-weak-rgb: var(--color-gray-5-rgb);--color-neutral-text-disabled: var(--color-gray-5);--color-neutral-text-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-icon: var(--color-gray-10-slate);--color-neutral-icon-rgb: var(--color-gray-10-slate-rgb);--color-neutral-icon-medium: var(--color-gray-7);--color-neutral-icon-medium-rgb: var(--color-gray-7-rgb);--color-neutral-icon-weak: var(--color-gray-5);--color-neutral-icon-weak-rgb: var(--color-gray-5-rgb);--color-neutral-icon-disabled: var(--color-gray-5);--color-neutral-icon-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-background-disabled: var(--color-gray-3);--color-neutral-background-disabled-rgb: var(--color-gray-3-rgb);--color-neutral-text-inverse: var(--color-white);--color-neutral-text-inverse-rgb: var(--color-white-rgb);--color-neutral-icon-inverse: var(--color-white);--color-neutral-icon-inverse-rgb: var(--color-white-rgb);--color-negative-background-weak: var(--color-red-2);--color-negative-background-weak-rgb: var(--color-red-2-rgb);--color-negative-background-weak-hover: var(--color-red-1);--color-negative-background-weak-hover-rgb: var(--color-red-1-rgb);--color-negative-background-weak-pressed: var(--color-red-2);--color-negative-background-weak-pressed-rgb: var(--color-red-2-rgb);--color-negative-background: var(--color-red-8);--color-negative-background-rgb: var(--color-red-8-rgb);--color-negative-background-hover: var(--color-red-9);--color-negative-background-hover-rgb: var(--color-red-9-rgb);--color-negative-background-pressed: var(--color-red-10);--color-negative-background-pressed-rgb: var(--color-red-10-rgb);--color-negative-text: var(--color-red-8);--color-negative-text-rgb: var(--color-red-8-rgb);--color-negative-text-hover: var(--color-red-9);--color-negative-text-hover-rgb: var(--color-red-9-rgb);--color-negative-text-pressed: var(--color-red-10);--color-negative-text-pressed-rgb: var(--color-red-10-rgb);--color-negative-icon: var(--color-red-8);--color-negative-icon-rgb: var(--color-red-8-rgb);--color-negative-icon-hover: var(--color-red-9);--color-negative-icon-hover-rgb: var(--color-red-9-rgb);--color-negative-icon-pressed: var(--color-red-10);--color-negative-icon-pressed-rgb: var(--color-red-10-rgb);--color-negative-border: var(--color-red-8);--color-negative-border-rgb: var(--color-red-8-rgb);--color-negative-border-hover: var(--color-red-9);--color-negative-border-hover-rgb: var(--color-red-9-rgb);--color-negative-border-pressed: var(--color-red-10);--color-negative-border-pressed-rgb: var(--color-red-10-rgb);--color-positive-background-weak: var(--color-green-2);--color-positive-background-weak-rgb: var(--color-green-2-rgb);--color-positive-background-weak-hover: var(--color-green-1);--color-positive-background-weak-hover-rgb: var(--color-green-1-rgb);--color-positive-background-weak-pressed: var(--color-green-2);--color-positive-background-weak-pressed-rgb: var(--color-green-2-rgb);--color-positive-background: var(--color-green-4-ace);--color-positive-background-rgb: var(--color-green-4-ace-rgb);--color-positive-background-hover: var(--color-green-9);--color-positive-background-hover-rgb: var(--color-green-9-rgb);--color-positive-background-pressed: var(--color-green-10);--color-positive-background-pressed-rgb: var(--color-green-10-rgb);--color-positive-text: var(--color-green-9);--color-positive-text-rgb: var(--color-green-9-rgb);--color-positive-text-hover: var(--color-green-10);--color-positive-text-hover-rgb: var(--color-green-10-rgb);--color-positive-text-pressed: var(--color-green-11);--color-positive-text-pressed-rgb: var(--color-green-11-rgb);--color-positive-icon: var(--color-green-9);--color-positive-icon-rgb: var(--color-green-9-rgb);--color-positive-icon-hover: var(--color-green-10);--color-positive-icon-hover-rgb: var(--color-green-10-rgb);--color-positive-icon-pressed: var(--color-green-11);--color-positive-icon-pressed-rgb: var(--color-green-11-rgb);--color-positive-border: var(--color-green-9);--color-positive-border-rgb: var(--color-green-9-rgb);--color-positive-border-hover: var(--color-green-10);--color-positive-border-hover-rgb: var(--color-green-10-rgb);--color-positive-border-pressed: var(--color-green-11);--color-positive-border-pressed-rgb: var(--color-green-11-rgb);--color-info-background: var(--color-blue-5);--color-info-background-rgb: var(--color-blue-5-rgb);--color-info-background-weak: var(--color-blue-2);--color-info-background-weak-rgb: var(--color-blue-2-rgb);--color-info-background-medium: var(--color-blue-4);--color-info-background-medium-rgb: var(--color-blue-4-rgb);--color-info-border: var(--color-blue-8-wave);--color-info-border-rgb: var(--color-blue-8-wave-rgb);--color-info-text: var(--color-blue-8-wave);--color-info-text-rgb: var(--color-blue-8-wave-rgb);--color-info-icon: var(--color-blue-8-wave);--color-info-icon-rgb: var(--color-blue-8-wave-rgb);--color-caution-background: var(--color-yellow-5);--color-caution-background-rgb: var(--color-yellow-5-rgb);--color-caution-border: var(--color-yellow-3);--color-caution-border-rgb: var(--color-yellow-3-rgb);--color-caution-icon: var(--color-yellow-8);--color-caution-icon-rgb: var(--color-yellow-8-rgb);--color-caution-text: var(--color-yellow-8);--color-caution-text-rgb: var(--color-yellow-8-rgb);--color-accent-background: var(--color-orange-7-blaze);--color-accent-background-rgb: var(--color-orange-7-blaze-rgb);--color-accent-background-weak: var(--color-orange-1);--color-accent-background-weak-rgb: var(--color-orange-1-rgb);--color-accent-border-weak: var(--color-orange-4);--color-accent-border-weak-rgb: var(--color-orange-4-rgb);--color-accent-background-medium: var(--color-orange-3);--color-accent-background-medium-rgb: var(--color-orange-3-rgb);--color-accent-text-medium: var(--color-orange-10);--color-accent-text-medium-rgb: var(--color-orange-10-rgb);--color-live-background: var(--color-red-6);--color-live-background-rgb: var(--color-red-6-rgb);--color-live-text: var(--color-white);--color-live-text-rgb: var(--color-white-rgb);--color-brand-background: var(--color-blue-10);--color-brand-background-rgb: var(--color-blue-10-rgb);--color-brand-background-strong: var(--color-blue-13);--color-brand-background-strong-rgb: var(--color-blue-13-rgb);--color-secondary-button-background: var(--color-white);--color-secondary-button-background-rgb: var(--color-white-rgb)}.dark{--color-admin-action-background: var(--color-blue-8-wave);--color-admin-action-background-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-background-hover: var(--color-blue-7);--color-admin-action-background-hover-rgb: var(--color-blue-7-rgb);--color-admin-action-background-pressed: var(--color-blue-6);--color-admin-action-background-pressed-rgb: var(--color-blue-6-rgb);--color-admin-action-border: var(--color-blue-4);--color-admin-action-border-rgb: var(--color-blue-4-rgb);--color-admin-action-border-hover: var(--color-blue-3);--color-admin-action-border-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-border-pressed: var(--color-blue-2);--color-admin-action-border-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-border-weak: var(--color-blue-4);--color-admin-action-border-weak-rgb: var(--color-blue-4-rgb);--color-admin-action-text: var(--color-blue-4);--color-admin-action-text-rgb: var(--color-blue-4-rgb);--color-admin-action-text-hover: var(--color-blue-3);--color-admin-action-text-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-text-pressed: var(--color-blue-2);--color-admin-action-text-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-background-weak-hover: var(--color-blue-10);--color-admin-action-background-weak-hover-rgb: var(--color-blue-10-rgb);--color-admin-action-background-weak-pressed: var(--color-blue-9);--color-admin-action-background-weak-pressed-rgb: var(--color-blue-9-rgb);--color-admin-action-icon: var(--color-blue-4);--color-admin-action-icon-rgb: var(--color-blue-4-rgb);--color-admin-action-icon-hover: var(--color-blue-3);--color-admin-action-icon-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-icon-pressed: var(--color-blue-2);--color-admin-action-icon-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-text-inverse: var(--color-white);--color-admin-action-text-inverse-rgb: var(--color-white-rgb);--color-admin-action-icon-inverse: var(--color-white);--color-admin-action-icon-inverse-rgb: var(--color-white-rgb);--color-consumer-action-background: var(--color-orange-7-blaze);--color-consumer-action-background-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-background-hover: var(--color-orange-6);--color-consumer-action-background-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-background-pressed: var(--color-orange-5);--color-consumer-action-background-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-border: var(--color-orange-7-blaze);--color-consumer-action-border-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-border-hover: var(--color-orange-6);--color-consumer-action-border-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-border-pressed: var(--color-orange-5);--color-consumer-action-border-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-border-weak: var(--color-orange-5);--color-consumer-action-border-weak-rgb: var(--color-orange-5-rgb);--color-consumer-action-text: var(--color-orange-7-blaze);--color-consumer-action-text-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-text-hover: var(--color-orange-6);--color-consumer-action-text-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-text-pressed: var(--color-orange-5);--color-consumer-action-text-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-background-weak-hover: var(--color-orange-10);--color-consumer-action-background-weak-hover-rgb: var(--color-orange-10-rgb);--color-consumer-action-background-weak-pressed: var(--color-orange-9);--color-consumer-action-background-weak-pressed-rgb: var( --color-orange-9-rgb );--color-consumer-action-icon: var(--color-orange-7-blaze);--color-consumer-action-icon-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-icon-hover: var(--color-orange-6);--color-consumer-action-icon-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-icon-pressed: var(--color-orange-5);--color-consumer-action-icon-pressed-rgb: var(--color-orange-5-rgb);--color-neutral-border: var(--color-gray-6);--color-neutral-border-rgb: var(--color-gray-6-rgb);--color-neutral-border-disabled: var(--color-gray-5);--color-neutral-border-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-border-medium: var(--color-gray-5);--color-neutral-border-medium-rgb: var(--color-gray-5-rgb);--color-neutral-background: var(--color-black);--color-neutral-background-rgb: var(--color-black-rgb);--color-neutral-background-weak: var(--color-gray-10-slate);--color-neutral-background-weak-rgb: var(--color-gray-10-slate-rgb);--color-neutral-background-medium: var(--color-gray-9);--color-neutral-background-medium-rgb: var(--color-gray-9-rgb);--color-neutral-background-strong: var(--color-gray-6);--color-neutral-background-strong-rgb: var(--color-gray-6-rgb);--color-neutral-background-strongest: var(--color-gray-6);--color-neutral-background-strongest-rgb: var(--color-gray-6-rgb);--color-neutral-background-inverse: var(--color-gray-1-ice);--color-neutral-background-inverse-rgb: var(--color-gray-1-ice-rgb);--color-neutral-background-weak-disabled: var(--color-gray-7);--color-neutral-background-weak-disabled-rgb: var(--color-gray-7-rgb);--color-neutral-text: var(--color-white);--color-neutral-text-rgb: var(--color-white-rgb);--color-neutral-text-medium: var(--color-gray-7);--color-neutral-text-medium-rgb: var(--color-gray-7-rgb);--color-neutral-text-weak: var(--color-gray-3);--color-neutral-text-weak-rgb: var(--color-gray-3-rgb);--color-neutral-text-disabled: var(--color-gray-5);--color-neutral-text-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-icon: var(--color-white);--color-neutral-icon-rgb: var(--color-white-rgb);--color-neutral-icon-medium: var(--color-gray-2);--color-neutral-icon-medium-rgb: var(--color-gray-2-rgb);--color-neutral-icon-weak: var(--color-gray-2);--color-neutral-icon-weak-rgb: var(--color-gray-2-rgb);--color-neutral-icon-disabled: var(--color-gray-5);--color-neutral-icon-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-background-disabled: var(--color-gray-7);--color-neutral-background-disabled-rgb: var(--color-gray-7-rgb);--color-neutral-text-inverse: var(--color-black);--color-neutral-text-inverse-rgb: var(--color-black-rgb);--color-neutral-icon-inverse: var(--color-black);--color-neutral-icon-inverse-rgb: var(--color-black-rgb);--color-negative-background-weak: var(--color-red-9);--color-negative-background-weak-rgb: var(--color-red-9-rgb);--color-negative-background-weak-hover: var(--color-red-10);--color-negative-background-weak-hover-rgb: var(--color-red-10-rgb);--color-negative-background-weak-pressed: var(--color-red-9);--color-negative-background-weak-pressed-rgb: var(--color-red-9-rgb);--color-negative-background: var(--color-red-8);--color-negative-background-rgb: var(--color-red-8-rgb);--color-negative-background-hover: var(--color-red-3);--color-negative-background-hover-rgb: var(--color-red-3-rgb);--color-negative-background-pressed: var(--color-red-2);--color-negative-background-pressed-rgb: var(--color-red-2-rgb);--color-negative-text: var(--color-red-4);--color-negative-text-rgb: var(--color-red-4-rgb);--color-negative-text-hover: var(--color-red-3);--color-negative-text-hover-rgb: var(--color-red-3-rgb);--color-negative-text-pressed: var(--color-red-2);--color-negative-text-pressed-rgb: var(--color-red-2-rgb);--color-negative-icon: var(--color-red-4);--color-negative-icon-rgb: var(--color-red-4-rgb);--color-negative-icon-hover: var(--color-red-9);--color-negative-icon-hover-rgb: var(--color-red-9-rgb);--color-negative-icon-pressed: var(--color-red-10);--color-negative-icon-pressed-rgb: var(--color-red-10-rgb);--color-negative-border: var(--color-red-7);--color-negative-border-rgb: var(--color-red-7-rgb);--color-negative-border-hover: var(--color-red-9);--color-negative-border-hover-rgb: var(--color-red-9-rgb);--color-negative-border-pressed: var(--color-red-10);--color-negative-border-pressed-rgb: var(--color-red-10-rgb);--color-positive-background-weak: var(--color-green-2);--color-positive-background-weak-rgb: var(--color-green-2-rgb);--color-positive-background-weak-hover: var(--color-green-8);--color-positive-background-weak-hover-rgb: var(--color-green-8-rgb);--color-positive-background-weak-pressed: var(--color-green-7);--color-positive-background-weak-pressed-rgb: var(--color-green-7-rgb);--color-positive-background: var(--color-green-7);--color-positive-background-rgb: var(--color-green-7-rgb);--color-positive-background-hover: var(--color-green-9);--color-positive-background-hover-rgb: var(--color-green-9-rgb);--color-positive-background-pressed: var(--color-green-10);--color-positive-background-pressed-rgb: var(--color-green-10-rgb);--color-positive-text: var(--color-green-2);--color-positive-text-rgb: var(--color-green-2-rgb);--color-positive-text-hover: var(--color-green-9);--color-positive-text-hover-rgb: var(--color-green-9-rgb);--color-positive-text-pressed: var(--color-green-10);--color-positive-text-pressed-rgb: var(--color-green-10-rgb);--color-positive-icon: var(--color-green-2);--color-positive-icon-rgb: var(--color-green-2-rgb);--color-positive-icon-hover: var(--color-green-9);--color-positive-icon-hover-rgb: var(--color-green-9-rgb);--color-positive-icon-pressed: var(--color-green-10);--color-positive-icon-pressed-rgb: var(--color-green-10-rgb);--color-positive-border: var(--color-green-2);--color-positive-border-rgb: var(--color-green-2-rgb);--color-positive-border-hover: var(--color-green-9);--color-positive-border-hover-rgb: var(--color-green-9-rgb);--color-positive-border-pressed: var(--color-green-10);--color-positive-border-pressed-rgb: var(--color-green-10-rgb);--color-info-background: var(--color-blue-5);--color-info-background-rgb: var(--color-blue-5-rgb);--color-info-background-medium: var(--color-blue-4);--color-info-background-medium-rgb: var(--color-blue-4-rgb);--color-info-border: var(--color-blue-8-wave);--color-info-border-rgb: var(--color-blue-8-wave-rgb);--color-info-text: var(--color-blue-8-wave);--color-info-text-rgb: var(--color-blue-8-wave-rgb);--color-info-icon: var(--color-blue-8-wave);--color-info-icon-rgb: var(--color-blue-8-wave-rgb);--color-caution-background: var(--color-yellow-2);--color-caution-background-rgb: var(--color-yellow-2-rgb);--color-caution-border: var(--color-yellow-3);--color-caution-border-rgb: var(--color-yellow-3-rgb);--color-caution-icon: var(--color-yellow-6);--color-caution-icon-rgb: var(--color-yellow-6-rgb);--color-caution-text: var(--color-yellow-6);--color-caution-text-rgb: var(--color-yellow-6-rgb);--color-accent-background: var(--color-orange-7-blaze);--color-accent-background-rgb: var(--color-orange-7-blaze-rgb);--color-accent-background-weak: var(--color-orange-1);--color-accent-background-weak-rgb: var(--color-orange-1-rgb);--color-accent-border-weak: var(--color-orange-4);--color-accent-border-weak-rgb: var(--color-orange-4-rgb);--color-accent-background-medium: var(--color-orange-3);--color-accent-background-medium-rgb: var(--color-orange-3-rgb);--color-accent-text-medium: var(--color-orange-9);--color-accent-text-medium-rgb: var(--color-orange-9-rgb);--color-live-background: var(--color-red-6);--color-live-background-rgb: var(--color-red-6-rgb);--color-live-text: var(--color-white);--color-live-text-rgb: var(--color-white-rgb);--color-brand-background: var(--color-blue-10);--color-brand-background-rgb: var(--color-blue-10-rgb);--color-brand-background-strong: var(--color-blue-13);--color-brand-background-strong-rgb: var(--color-blue-13-rgb);--color-secondary-button-background: var(--color-black);--color-secondary-button-background-rgb: var(--color-black-rgb)}:root{--sui-colors-accent-background: var(--color-accent-background);--sui-colors-accent-background-weak: var(--color-accent-background-weak);--sui-colors-accent-border-weak: var(--color-accent-border-weak);--sui-colors-action-background: var(--color-admin-action-background);--sui-colors-action-background-hover: var( --color-admin-action-background-hover );--sui-colors-action-background-pressed: var( --color-admin-action-background-pressed );--sui-colors-action-background-weak-hover: var( --color-admin-action-background-weak-hover );--sui-colors-action-background-weak-pressed: var( --color-admin-action-background-weak-pressed );--sui-colors-action-border: var(--color-admin-action-border);--sui-colors-action-border-hover: var(--color-admin-action-border-hover);--sui-colors-action-border-pressed: var(--color-admin-action-border-pressed);--sui-colors-action-icon: var(--color-admin-action-icon);--sui-colors-action-icon-hover: var(--color-admin-action-icon-hover);--sui-colors-action-icon-pressed: var(--color-admin-action-icon-pressed);--sui-colors-action-text: var(--color-admin-action-text);--sui-colors-action-text-hover: var(--color-admin-action-text-hover);--sui-colors-action-text-pressed: var(--color-admin-action-text-pressed);--sui-colors-brand-background: var(--color-brand-background);--sui-colors-info-background: var(--color-info-background);--sui-colors-info-icon: var(--color-info-icon);--sui-colors-info-text: var(--color-info-text);--sui-colors-info-border: var(--color-info-border);--sui-colors-negative-background: var(--color-negative-background);--sui-colors-negative-background-hover: var( --color-negative-background-hover );--sui-colors-negative-background-pressed: var( --color-negative-background-pressed );--sui-colors-negative-border: var(--color-negative-border);--sui-colors-negative-border-hover: var(--color-negative-border-hover);--sui-colors-negative-border-pressed: var(--color-negative-border-pressed);--sui-colors-negative-icon: var(--color-negative-icon);--sui-colors-negative-icon-hover: var(--color-negative-icon-hover);--sui-colors-negative-icon-pressed: var(--color-negative-icon-pressed);--sui-colors-negative-text: var(--color-negative-text);--sui-colors-negative-text-hover: var(--color-negative-text-hover);--sui-colors-negative-text-pressed: var(--color-negative-text-pressed);--sui-colors-neutral-background: var(--color-neutral-background);--sui-colors-neutral-background-disabled: var( --color-neutral-background-disabled );--sui-colors-neutral-background-medium: var( --color-neutral-background-medium );--sui-colors-neutral-background-strong: var( --color-neutral-background-strong );--sui-colors-neutral-background-weak: var(--color-neutral-background-weak);--sui-colors-neutral-background-weak-disabled: var( --color-neutral-background-weak-disabled );--sui-colors-neutral-border: var(--color-neutral-border);--sui-colors-neutral-border-medium: var(--color-neutral-border-medium);--sui-colors-neutral-border-disabled: var(--color-neutral-border-disabled);--sui-colors-neutral-icon: var(--color-neutral-icon);--sui-colors-neutral-icon-disabled: var(--color-neutral-icon-disabled);--sui-colors-neutral-icon-inverse: var(--color-neutral-icon-inverse);--sui-colors-neutral-icon-medium: var(--color-neutral-icon-medium);--sui-colors-neutral-text: var(--color-neutral-text);--sui-colors-neutral-text-disabled: var(--color-neutral-text-disabled);--sui-colors-neutral-text-inverse: var(--color-neutral-text-inverse);--sui-colors-neutral-text-medium: var(--color-neutral-text-medium);--sui-colors-neutral-text-weak: var(--color-neutral-text-weak);--sui-colors-positive-background: var(--color-positive-background);--sui-colors-positive-background-hover: var( --color-positive-background-hover );--sui-colors-positive-background-pressed: var( --color-positive-background-pressed );--sui-colors-positive-background-weak-hover: var( --color-positive-background-weak-hover );--sui-colors-positive-background-weak-pressed: var( --color-positive-background-weak-pressed );--sui-colors-positive-border: var(--color-positive-border);--sui-colors-positive-border-hover: var(--color-positive-border-hover);--sui-colors-positive-border-pressed: var(--color-positive-border-pressed);--sui-colors-positive-icon: var(--color-positive-icon);--sui-colors-positive-icon-hover: var(--color-positive-icon-hover);--sui-colors-positive-icon-pressed: var(--color-positive-icon-pressed);--sui-colors-positive-text: var(--color-positive-text);--sui-colors-positive-text-hover: var(--color-positive-text-hover);--sui-colors-positive-text-pressed: var(--color-positive-text-pressed);--sui-colors-negative-background-strong: var(--color-negative-border);--sui-colors-negative-background-strong-hover: var( --color-negative-text-hover );--sui-colors-negative-background-strong-pressed: var( --color-negative-text-pressed );--sui-colors-action-background-weak: var( --color-admin-action-background-weak-hover );--sui-colors-negative-background-disabled: var( --color-negative-background-hover );--sui-colors-negative-border-disabled: var(--color-negative-text);--sui-colors-negative-icon-disabled: var(--color-negative-text);--sui-colors-negative-text-disabled: var(--color-negative-text);--sui-colors-positive-background-disabled: var( --color-positive-background-weak );--sui-colors-positive-border-disabled: var(--color-positive-background-weak);--sui-colors-positive-icon-disabled: var(--color-positive-background-weak);--sui-colors-positive-text-disabled: var(--color-positive-background-weak);--sui-colors-negative-background-medium-hover: #e8301c;--sui-colors-neutral-border-weak: #999999;--sui-colors-positive-background-strong: #136f06;--sui-colors-positive-background-strong-hover: #1a9608;--sui-colors-positive-background-strong-pressed: #0f5705;--sui-colors-positive-background-strong-disabled: #b5ebad;--sui-colors-warning-background: #feed90;--sui-colors-warning-icon: #655601;--sui-colors-warning-text: #655601;--sui-colors-warning-border: #fcd603}@font-face{font-family:Magno Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/MagnoSans-Extrabold-7NUDEQVG-kImgnEaR.woff2) format("woff2"),url(/assets/MagnoSans-Extrabold-LLFPANBQ-DqK0xO_z.woff) format("woff")}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}.sui-bottom-3{bottom:1.5rem}.sui-left-\[120px\]{left:120px}.sui-right-3{right:1.5rem}.sui-mb-6{margin-bottom:3rem}.sui-h-\[12px\]{height:12px}.sui-h-\[500px\]{height:500px}.sui-h-\[50px\]{height:50px}.sui-min-h-\[1\.5rem\]{min-height:1.5rem}.sui-min-h-\[300px\]{min-height:300px}.sui-min-h-\[3rem\]{min-height:3rem}.sui-min-h-\[500px\]{min-height:500px}.sui-min-h-\[620px\]{min-height:620px}.sui-w-\[104px\]{width:104px}.sui-w-\[110px\]{width:110px}.sui-w-\[240px\]{width:240px}.sui-w-\[calc\(100\%-12rem\)\]{width:calc(100% - 12rem)}.sui-min-w-8{min-width:4rem}.sui-max-w-4xl{max-width:56rem}.sui-max-w-xl{max-width:36rem}.sui-max-w-xs{max-width:20rem}.sui-border-spacing-0{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-sui-translate-y-1\/2,.sui--translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-scale-\[0\.98\]{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.sui-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.sui-divide-neutral-border-weak>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 153 153 / var(--tw-divide-opacity, 1))}.\!sui-rounded-full{border-radius:9999px!important}.sui-rounded-\[1rem\]{border-radius:1rem}.sui-rounded-\[9999px\],.sui-rounded-full{border-radius:9999px}.sui-rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.sui-rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sui-rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.sui-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.sui-rounded-br{border-bottom-right-radius:.25rem}.sui-rounded-tr{border-top-right-radius:.25rem}.sui-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(128 128 128 / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-strongest{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-strongest-rgb) / var(--tw-bg-opacity, 1))}.sui-py-\[15rem\]{padding-top:15rem;padding-bottom:15rem}.sui-pr-\[100px\]{padding-right:100px}.sui-font-sans{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.sui-text-mobile-4{font-size:.9375rem}.sui-leading-16{line-height:1rem}.sui-text-action-text,.sui-text-admin-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.sui-font-size-1{font-size:.75rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-1{font-size:.6875rem}}.sui-font-size-3{font-size:.875rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-3{font-size:.8125rem}}.sui-font-size-4{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-4{font-size:.875rem}}.sui-font-size-7{font-size:1.125rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-7{font-size:1.25rem}}.sui-font-size-8{font-size:1.1875rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-8{font-size:1.4375rem;line-height:2rem}}.sui-font-size-9{font-size:1.3125rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-9{font-size:1.625rem;line-height:2rem}}.sui-font-size-10{font-size:1.375rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-10{font-size:1.8125rem;line-height:2rem}}.sui-font-size-11{font-size:1.5rem;line-height:2rem}@media (min-width: 500px){.sui-font-size-11{font-size:2rem;line-height:3rem}}.sui-font-size-12{font-size:1.5625rem;line-height:2rem}@media (min-width: 500px){.sui-font-size-12{font-size:2.25rem;line-height:3rem}}@media (min-width: 500px){.sui-heading-sm{font-size:1.125rem;line-height:2rem}}.sui-navigation{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.sui-navigation{font-size:.875rem;line-height:1.5rem}}.sui-text-base-01{font-size:12px}@media (min-width: 640px){.sui-text-base-01{font-size:11px}}.sui-text-base-03{font-size:14px}@media (min-width: 640px){.sui-text-base-03{font-size:13px}}.sui-text-base-04{font-size:15px}@media (min-width: 640px){.sui-text-base-04{font-size:14px}}.sui-text-base-05{font-size:16px}@media (min-width: 640px){.sui-text-base-05{font-size:16px}}.sui-text-base-06{font-size:17px}@media (min-width: 640px){.sui-text-base-06{font-size:18px}}.sui-text-base-07{font-size:18px}@media (min-width: 640px){.sui-text-base-07{font-size:20px}}.sui-text-base-08{font-size:19px}@media (min-width: 640px){.sui-text-base-08{font-size:23px}}.sui-text-base-09{font-size:21px}@media (min-width: 640px){.sui-text-base-09{font-size:26px}}.sui-text-base-10{font-size:22px}@media (min-width: 640px){.sui-text-base-10{font-size:29px}}.sui-text-base-11{font-size:24px}@media (min-width: 640px){.sui-text-base-11{font-size:32px}}.sui-text-base-12{font-size:25px}@media (min-width: 640px){.sui-text-base-12{font-size:36px}}.sui-text-base-13{font-size:27px}@media (min-width: 640px){.sui-text-base-13{font-size:40px}}.sui-text-base-14{font-size:29px}@media (min-width: 640px){.sui-text-base-14{font-size:48px}}@media (min-width: 640px){.sui-text-caption{font-size:12px}}@media (min-width: 640px){.sui-text-label{font-size:14px}}.sui-text-navigation{font-size:15px}@media (min-width: 640px){.sui-text-navigation{font-size:14px}}.sui-text-navigation{font-family:Urbanist,sans-serif;font-weight:500;letter-spacing:.03em;line-height:125%}.sui-text-display-sm{font-family:Magno Sans,sans-serif;font-weight:800;line-height:100%}.sui-text-display-md{font-size:25px}@media (min-width: 640px){.sui-text-display-md{font-size:36px}}.sui-text-display-md{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-text-display-lg{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-text-display-xl{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-hide-scrollbar::-webkit-scrollbar{width:0px;height:0px}.sui-hide-scrollbar{scrollbar-width:none}.hover\:sui-bg-neutral-background-weak-disabled:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.data-\[panel-group-direction\=vertical\]\:sui-flex-col[data-panel-group-direction=vertical]{flex-direction:column}.sui-group[data-active] .group-data-\[active\]\:sui-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.sui-group[data-active] .group-data-\[active\]\:sui-text-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:sui-grid{display:grid}}@media (min-width: 768px){.md\:sui-ml-1{margin-left:.5rem}.md\:\!sui-flex{display:flex!important}.md\:\!sui-hidden{display:none!important}.md\:\!sui-max-w-\[350px\]{max-width:350px!important}.md\:\!sui-max-w-\[500px\]{max-width:500px!important}.md\:\!sui-max-w-\[768px\]{max-width:768px!important}.md\:sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:sui-flex-row{flex-direction:row}.md\:sui-items-center{align-items:center}.md\:sui-rounded{border-radius:.25rem}.md\:sui-rounded-3xl{border-radius:1.5rem}.md\:sui-px-3{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\:\!sui-h-4{height:2rem!important}.lg\:\!sui-w-4{width:2rem!important}.lg\:sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:sui-px-4{padding-left:2rem;padding-right:2rem}.lg\:sui-py-2{padding-top:1rem;padding-bottom:1rem}}.\[\&\>div\>div\]\:sui-pl-2>div>div{padding-left:1rem}@media (min-width: 1024px){.lg\:\[\&\>div\>div\]\:sui-pl-0>div>div{padding-left:0}}.Icon-module__Icon___60VZq{font-family:Material Symbols Rounded;font-weight:var(--icon-font-weight, 400)}.Icon-module__Icon___60VZq.Icon-module__filled___yUBX5{font-variation-settings:"FILL" 1}.Icon-module__Icon___60VZq.Icon-module__sz-xs___NvHJi{font-size:var(--icon-font-size-s, 18px)}.Icon-module__Icon___60VZq.Icon-module__sz-s___hPKOr{font-size:var(--icon-font-size-s, 20px)}.Icon-module__Icon___60VZq.Icon-module__sz-default___dunO0{font-size:var(--icon-font-size-default, 24px)}.Icon-module__Icon___60VZq.Icon-module__sz-l___EMPIZ{font-size:var(--icon-font-size-l, 40px)}.Icon-module__Icon___60VZq.Icon-module__sz-xl___OvEdj{font-size:var(--icon-font-size-xl, 48px)}.HelpText-module__help-text___8WodW{display:block;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.HelpText-module__help-text___8WodW{display:block;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.HelpText-module__help-text___8WodW{font-size:.75rem}}.LabelButton-module__LabelButton___wUVxI{border-radius:9999px;font-weight:600!important;line-height:1rem;font-size:15px}.LabelButton-module__LabelButton___wUVxI{font-family:Urbanist,sans-serif;letter-spacing:.03em;line-height:125%;border-radius:9999px;font-weight:600;line-height:1rem;font-size:15px}@media (min-width: 640px){.LabelButton-module__LabelButton___wUVxI{font-size:14px}}.LabelButton-module__LabelButton___wUVxI{font-family:Urbanist,sans-serif;font-weight:600;letter-spacing:.03em;line-height:125%;display:inline-flex;height:48px;padding-left:var(--sui-spacing-3);padding-right:var(--sui-spacing-3);justify-content:center;align-items:center;gap:var(--sui-spacing-0-5);background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff);cursor:pointer;border:none;position:relative}.LabelButton-module__LabelButton___wUVxI:active{--tw-scale-x:.98;--tw-scale-y:.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.LabelButton-module__LabelButton___wUVxI:active:disabled{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR{background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:hover{background:var(--sui-colors-action-background-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:active{background:var(--sui-colors-action-background-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:disabled{background:var(--sui-colors-neutral-background-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff)}.LabelButton-module__LabelButton___wUVxI .LabelButton-module__label-button-icon___hf9Hv{width:1.5rem;overflow:hidden}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl{cursor:not-allowed}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-loading-wrapper___ZPREZ{position:absolute;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-loading___BnY9-{overflow:hidden}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-icon___hf9Hv{opacity:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl.LabelButton-module__is-disabled___oicdy .LabelButton-module__label-button-loading___BnY9-{color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__icon-right___QoEi0{flex-direction:row-reverse;padding-right:var(--sui-spacing-2);padding-left:var(--sui-spacing-3)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__icon-left___hmRPe{padding-right:var(--sui-spacing-3);padding-left:var(--sui-spacing-2)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-large___PBrmg{height:56px;flex-shrink:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht{height:32px;flex-shrink:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht.LabelButton-module__icon-right___QoEi0{padding-right:1.125rem;padding-left:var(--sui-spacing-3)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht.LabelButton-module__icon-left___hmRPe{padding-right:var(--sui-spacing-3);padding-left:1.125rem}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF{background:var(--sui-colors-negative-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:hover{background:var(--sui-colors-negative-background-strong-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:active{background:var(--sui-colors-negative-background-strong-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-negative-background-disabled);opacity:.7}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--sui-colors-negative-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl{background:var(--sui-colors-positive-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-strong-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-strong-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-positive-background-strong-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--sui-colors-positive-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye{background:var(--color-consumer-action-background);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye:hover{background:var(--color-consumer-action-background-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye:active{background:var(--color-consumer-action-background-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye:disabled{background:var(--sui-colors-neutral-background-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-consumer___Ju2Ye.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--color-consumer-action-background);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG{background:var(--color-secondary-button-background);color:var(--color-admin-action-text);border:1px solid var(--color-admin-action-border)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:hover{border:1px solid var(--color-admin-action-border-hover);background:var(--color-admin-action-background-weak-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:active{border:1px solid var(--color-admin-action-border);background:var(--color-admin-action-background-weak-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:disabled{border:1px solid var(--sui-colors-neutral-border-medium);background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--color-secondary-button-background);color:var(--color-admin-action-text);border:1px solid var(--color-admin-action-border)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF{background:var(--sui-colors-negative-background);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:hover{border:1px solid var(--sui-colors-negative-border-hover);background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:active{border:1px solid var(--sui-colors-negative-text-pressed);background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:disabled{border:1px solid var(--sui-colors-negative-text-disabled);background:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){border:1px solid transparent;background:var(--sui-colors-negative-background);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl{background:var(--sui-colors-positive-background);color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:hover{border:1px solid var(--sui-colors-positive-border-hover);background:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:active{border:1px solid var(--sui-colors-positive-text-pressed);background:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:disabled{border:1px solid var(--sui-colors-positive-text-disabled);background:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){border:1px solid transparent;background:var(--sui-colors-positive-background);color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye{background:var(--sui-colors-neutral-background);color:var(--color-consumer-action-text);border:1px solid var(--color-consumer-action-border)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye:hover{border:1px solid var(--color-consumer-action-border-hover);background:var(--color-consumer-action-background-weak-hover);color:var(--color-consumer-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye:active{border:1px solid var(--color-consumer-action-border-pressed);background:var(--color-consumer-action-background-weak-pressed);color:var(--color-consumer-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye:disabled{border:1px solid var(--sui-colors-neutral-border-medium);background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-consumer___Ju2Ye.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){border:1px solid var(--color-consumer-action-border);background:none;color:var(--color-consumer-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG{background:none;color:var(--sui-colors-action-text);border:1px solid transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:hover{background:var(--sui-colors-action-background-weak-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:active{background:var(--sui-colors-action-background-weak-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF{background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:hover{background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:active{background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl{background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye{background:none;color:var(--color-consumer-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye:hover{background:var(--color-consumer-action-background-weak-hover);color:var(--color-consumer-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye:active{background:var(--color-consumer-action-background-weak-pressed);color:var(--color-consumer-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-consumer___Ju2Ye.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--color-consumer-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl{background:none;color:var(--sui-colors-neutral-text);border:1px solid var(--sui-colors-neutral-border-weak)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:hover{border-color:var(--sui-colors-action-background-weak-hover);background:var(--sui-colors-action-background-weak-hover);color:var(--sui-colors-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:active{border-color:var(--sui-colors-action-background-weak-pressed);background:var(--sui-colors-action-background-weak-pressed);color:var(--sui-colors-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:disabled{border-color:var(--sui-colors-neutral-border-disabled);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF{background:none;border:1px solid var(--sui-colors-negative-border);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:hover{border:1px solid var(--sui-colors-negative-background-hover);background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:active{border:1px solid var(--sui-colors-negative-background-pressed);background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-neutral-background);border-color:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){border-color:var(--sui-colors-negative-background-pressed);background:var(--sui-colors-negative-background-pressed);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl{border:1px solid var(--sui-colors-positive-border);background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-hover);border-color:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-pressed);border-color:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-neutral-background);border-color:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:var(--sui-colors-positive-background-pressed);color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx{background:none;color:var(--color-admin-action-text);border:none;border-radius:0;height:auto;padding:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx .LabelButton-module__label-text___BGjN-{border-bottom:1px solid transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:active{transform:none}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:hover{background:none;color:var(--color-admin-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:hover .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:active{background:none;color:var(--color-admin-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:focus .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:active .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:disabled{background:none;color:var(--sui-colors-neutral-text-disabled);cursor:default;pointer-events:none}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx:disabled .LabelButton-module__label-text___BGjN-{border-bottom-color:transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--color-admin-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__icon-left___hmRPe,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__icon-right___QoEi0{padding:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__size-large___PBrmg,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__size-small___zI5ht{height:auto}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF{background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:hover{background:none;color:var(--sui-colors-negative-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:hover .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:active{background:none;color:var(--sui-colors-negative-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:focus .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:active .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:disabled{background:none;color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF:disabled .LabelButton-module__label-text___BGjN-{border-bottom-color:transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl{background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:hover{background:none;color:var(--sui-colors-positive-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:hover .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:active{background:none;color:var(--sui-colors-positive-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:focus .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:active .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:disabled{background:none;color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl:disabled .LabelButton-module__label-text___BGjN-{border-bottom-color:transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye{background:none;color:var(--color-consumer-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:hover{background:none;color:var(--color-consumer-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:hover .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:active{background:none;color:var(--color-consumer-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:focus .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:active .LabelButton-module__label-text___BGjN-{border-bottom-color:currentcolor}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:disabled{background:none;color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye:disabled .LabelButton-module__label-text___BGjN-{border-bottom-color:transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-link___aKFLx.LabelButton-module__sentiment-consumer___Ju2Ye.LabelButton-module__is-loading___V5Mvl:not(.LabelButton-module__is-disabled___oicdy){background:none;color:var(--color-consumer-action-text)}.InputWrapper-module__input__container___jD2g2{display:flex;width:100%;flex-direction:column}.InputWrapper-module__input__field___hqF3n{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field___hqF3n::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field___hqF3n::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n:hover{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:focus{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n{height:48px}.InputWrapper-module__input__field___hqF3n:focus{outline:none}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--default___vsYV8{height:48px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--small___5b9Rd{height:32px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--large___b1e1Z{height:56px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--error___BciRA{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field--date__container___tjer4{position:relative}.InputWrapper-module__input__field--date__container___tjer4:hover input[type=date]{border-color:var(--sui-colors-action-border-hover)!important}.InputWrapper-module__input__field--date__container___tjer4:focus input[type=date]{border-color:var(--sui-colors-action-background-pressed)!important}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0::-webkit-inner-spin-button,.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0::-moz-calendar-picker-indicator{display:none;-moz-appearance:none}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0:hover{border-color:var(--sui-colors-neutral-border)!important}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0:focus{border-color:var(--sui-colors-neutral-border)!important}.InputWrapper-module__input__field--date__container___tjer4 button{background-color:transparent;padding:0;border:0;position:absolute;right:var(--sui-spacing-2);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.InputWrapper-module__input__field--financial__container___Q70vu{position:relative}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a{padding-left:var(--sui-spacing-4);padding-right:var(--sui-spacing-6);-moz-appearance:textfield}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a::-webkit-outer-spin-button,.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial-icon___KbrIT{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial-currency___6zvNt{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-text-medium)}.InputWrapper-module__input__field--financial__container--has-curency___xBgR4{padding-right:0}.InputWrapper-module__input__field--textarea___WCeLC{padding-top:.5rem;padding-bottom:.5rem;height:auto!important;resize:none}.InputWrapper-module__input__helpicon___SoDuf{margin-left:1.5rem;position:absolute;transform:translate(-100%) translateY(-3px)}.InputWrapper-module__input__error___mPB4d{display:block;--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.InputWrapper-module__input__error___mPB4d{display:block;--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.InputWrapper-module__input__error___mPB4d{font-size:.75rem}}.InputWrapper-module__input__field--footer___tVPwa{margin-top:.25rem;display:flex;justify-content:space-between;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.InputWrapper-module__input__field--footer___tVPwa{margin-top:.25rem;display:flex;justify-content:space-between;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.InputWrapper-module__input__field--footer___tVPwa{font-size:.75rem}}.Input-module__input__container___q1f7-{display:flex;flex-direction:column}.Input-module__input__label___gjmTL{position:relative;margin-bottom:.25rem;display:inline-block;font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Input-module__input__label___gjmTL{font-size:.875rem;line-height:1.5rem}}.Input-module__input__field___hGeMA{width:100%;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;font-family:Urbanist,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA{width:100%;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;font-family:Urbanist,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.Input-module__input__field___hGeMA{font-size:1rem}}.Input-module__input__field___hGeMA{height:48px;-webkit-appearance:none}.Input-module__input__field___hGeMA:focus:not([disabled]){outline:none;--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA.Input-module__input__field--default___VTV93{height:48px}.Input-module__input__field___hGeMA.Input-module__input__field--small___8aH5V{height:32px}.Input-module__input__field___hGeMA.Input-module__input__field--large___Y2FNR{height:56px}.Input-module__input__field___hGeMA.Input-module__input__field--error___zEJZz{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA:hover:not([disabled]){--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA:disabled:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.Input-module__input__field___hGeMA:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.Input-module__input__field___hGeMA:read-only{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.Input-module__input__field___hGeMA:-moz-read-only:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.Input-module__input__field___hGeMA:read-only:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.Input-module__input__field--date__container___fLjXW{position:relative;overflow:hidden;clip-path:inset(0 0 0 0 round 24px);border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.Input-module__input__field--date__container___fLjXW:hover:not(:has(input[disabled])){--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field--date__container___fLjXW:focus-within:not(:has(input[disabled])){--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field--date__container___fLjXW:has(.Input-module__input__field--error___zEJZz){--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field--date__container___fLjXW:has(input[disabled]){--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-{border:none;background:transparent}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-inner-spin-button,.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-moz-calendar-picker-indicator{opacity:0;visibility:hidden;width:0;height:0;-moz-appearance:none;pointer-events:none}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-date-and-time-value{text-align:left}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-:hover{border:none}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-:focus{border:none}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--datetime-firefox___ARrsW{clip-path:inset(0 45px 0 0)}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date__icon-wrapper___0a75v{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%)}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date__icon-wrapper___0a75v button{padding:0;background-color:#fff;color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date__icon-wrapper___0a75v button:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field--text__container___tzgjo{position:relative}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-icon___BkOjR{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-clear-icon___dXNEe{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium);cursor:pointer}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-clear___v-c-X{padding-right:var(--sui-spacing-4)}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H{padding-left:var(--sui-spacing-4);-moz-appearance:textfield}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H::-webkit-outer-spin-button,.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input-module__input__field--text__container___tzgjo .Input-module__input__charcount___t0EI0{text-align:right;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__field--text__container___tzgjo .Input-module__input__charcount___t0EI0{text-align:right;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__field--text__container___tzgjo .Input-module__input__charcount___t0EI0{font-size:.75rem}}.Input-module__input__field--text__container___tzgjo .Input-module__input__charcount___t0EI0{position:absolute;bottom:0;right:0;transform:translateY(100%)}.Input-module__input__field--financial__container___u2Nit{position:relative}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn{padding-left:var(--sui-spacing-4);padding-right:var(--sui-spacing-6);-moz-appearance:textfield}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn::-webkit-outer-spin-button,.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial-icon___WCB70{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial-currency___X6vhx{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-text-medium)}.Input-module__input__field--financial__container--has-curency___zjwHj{padding-right:0}.Input-module__input__field--textarea___ckUoI{border-radius:1rem;padding-top:.5rem;padding-bottom:.5rem;min-height:220px;resize:none}.Input-module__input__field--select___m7Ee3{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.Input-module__input__helptext___n4zNX{display:block;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__helptext___n4zNX{display:block;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__helptext___n4zNX{font-size:.75rem}}.Input-module__input__helpicon___MyNGx{margin-left:1.5rem;position:absolute;transform:translate(-100%) translateY(-3px)}.Input-module__input__error___mMn-I{display:block;--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__error___mMn-I{display:block;--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__error___mMn-I{font-size:.75rem}}.Input-module__input__field--footer___M8qm7{display:flex;justify-content:space-between;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__field--footer___M8qm7{display:flex;justify-content:space-between;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__field--footer___M8qm7{font-size:.75rem}}.Input-module__input__field--textarea__container___ylmxQ{position:relative}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{text-align:right;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{text-align:right;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{font-size:.75rem}}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{position:absolute;bottom:0;right:0;transform:translateY(100%)}.Input-module__input__field--password__container___o6K6A{position:relative}.Input-module__input__field--password__container___o6K6A .Input-module__input__field--password__icon-wrapper___--fJ9{position:absolute;right:var(--sui-spacing-2);top:50%;transform:translateY(-50%)}.Checkbox-module__checkbox___D0D4S{font-size:16px}.Checkbox-module__checkbox___D0D4S{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%;font-size:16px}@media (min-width: 640px){.Checkbox-module__checkbox___D0D4S{font-size:16px}}.Checkbox-module__checkbox___D0D4S{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%;display:flex;align-items:center;gap:var(--sui-spacing-1);position:relative;padding-left:2rem;min-height:1.5rem}.Checkbox-module__checkbox___D0D4S svg{width:1.5rem;height:1.5rem;top:0;left:0;position:absolute;z-index:0}.Checkbox-module__checkbox___D0D4S svg path{fill:var(--color-neutral-icon-medium)}.Checkbox-module__checkbox___D0D4S label{--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));font-size:16px}.Checkbox-module__checkbox___D0D4S label{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));font-size:16px}@media (min-width: 640px){.Checkbox-module__checkbox___D0D4S label{font-size:16px}}.Checkbox-module__checkbox___D0D4S label{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%;cursor:pointer}.Checkbox-module__checkbox___D0D4S input[type=checkbox]{cursor:pointer;opacity:0;position:absolute;top:0;left:0;bottom:0;z-index:1;width:24px;height:24px;margin:0}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:not(:disabled):hover+svg path{fill:var(--color-admin-action-icon-hover)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked+svg path{fill:var(--color-admin-action-icon)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked:not(:disabled):hover+svg path,.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked:not(:disabled):focus+svg path{fill:var(--color-admin-action-icon-hover)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled{cursor:default}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled~label{cursor:default}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled+svg{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled+svg path{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__checkbox___D0D4S.Checkbox-module__input__field--error___zZ884 input[type=checkbox]:not(:checked)+svg path{fill:var(--sui-colors-negative-icon)}.Checkbox-module__disabled___WagIC label{cursor:default}.Checkbox-module__disabled___WagIC input[type=checkbox]:disabled{cursor:default}.Checkbox-module__disabled___WagIC svg path{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__input__errors___FgyLk{border-top:1px solid var(--sui-colors-negative-border);margin-top:var(--sui-spacing-1)}.Checkbox-module__input__error___joway{--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Checkbox-module__input__error___joway{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Checkbox-module__input__error___joway{font-size:.75rem}}.Checkbox-module__isPartial___aIELn input[type=checkbox]:not(:disabled)+svg path{fill:var(--sui-colors-action-icon)}.Checkbox-module__isPartial___aIELn input[type=checkbox]:not(:disabled):hover+svg path{fill:var(--sui-colors-action-icon-hover)}.SubInput-module__input__container___jWr3f{display:flex;flex-direction:column;position:relative}.SubInput-module__input__wrapper___oWbMr{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.SubInput-module__input__field___P9xIn{width:100%;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn{width:100%;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.SubInput-module__input__field___P9xIn{font-size:1rem}}.SubInput-module__input__field___P9xIn{border:1px solid transparent!important;background-color:transparent!important;outline:none!important;--webkit-appearance: none;height:48px;margin-top:.6rem;z-index:1}.SubInput-module__input__field___P9xIn:focus:not([disabled])+.SubInput-module__input__wrapper___oWbMr{outline:none;--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn.SubInput-module__input__field--error___OcAN-+.SubInput-module__input__wrapper___oWbMr{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn:hover:not([disabled])+.SubInput-module__input__wrapper___oWbMr{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn:disabled+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn:disabled+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.SubInput-module__input__field___P9xIn:-moz-read-only+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.SubInput-module__input__field___P9xIn:read-only+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.SubInput-module__input__field___P9xIn:-moz-read-only+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.SubInput-module__input__field___P9xIn:read-only+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.SubInput-module__input__field___P9xIn:-webkit-autofill,.SubInput-module__input__field___P9xIn:-webkit-autofill:hover,.SubInput-module__input__field___P9xIn:-webkit-autofill:focus,.SubInput-module__input__field___P9xIn:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:CanvasText;box-shadow:inset 0 0 20px 20px transparent!important}.SubInput-module__input__field--select___0jA-L{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.SubInput-module__input__field--select___0jA-L option[value=""]:disabled{display:none}.SubInput-module__input__label___RP-Gn{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));display:inline-block;font-weight:400;height:1.25rem;padding:0;line-height:1;position:relative;margin:0 .25rem;overflow:hidden;transform:translateY(1rem);transition:transform .2s,font-size .2s}.SubInput-module__input__label___RP-Gn span{display:inline-block;padding:0 .125rem}.SubInput-module__input__wrapper___oWbMr legend{max-width:.01px}.SubInput-module__input__wrapper___oWbMr label{max-width:100%;transform:translateY(.4rem)}.SubInput-module__input__field___P9xIn:focus+.SubInput-module__input__wrapper___oWbMr legend,.SubInput-module__input__field--has-value___S41mJ .SubInput-module__input__wrapper___oWbMr legend{max-width:100%;font-size:.75rem;transform:translateY(.25rem)}.SubInput-module__input__field___P9xIn:focus+.SubInput-module__input__wrapper___oWbMr label,.SubInput-module__input__field--has-value___S41mJ .SubInput-module__input__wrapper___oWbMr label{max-width:.01px;font-size:.75rem;transform:translateY(-.5rem)}.DateTimePicker-module__TimeColumn___BCt1z{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.DateTimePicker-module__TimeColumn___BCt1z::-webkit-scrollbar{width:8px}.DateTimePicker-module__TimeColumn___BCt1z::-webkit-scrollbar-track{background:transparent;margin:4px 0}.DateTimePicker-module__TimeColumn___BCt1z::-webkit-scrollbar-thumb{background-color:#0003;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.DateTimePicker-module__TimeColumn___BCt1z::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.Drawer-module__drawer___IKoOm{position:fixed;display:flex;height:100%;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));overflow-y:auto;top:0;right:0;bottom:0;left:0;max-width:100vw;max-height:100vh;z-index:1000}.Drawer-module__drawer___IKoOm.Drawer-module__drawer--open___qpYtq{transform:none}.Drawer-module__drawer--small___gxcez{width:375px}.Drawer-module__drawer--medium___JBRME{width:570px}.Drawer-module__drawer--large___XTVKV{width:768px}.Drawer-module__drawer--xlarge___E-tsp{width:1024px}.Drawer-module__drawer--placement-left___5ftqP{border-right:1px solid #ddd;box-shadow:6px 0 12px #0003;right:auto;left:0}.Drawer-module__drawer--placement-right___sOeV3{border-left:1px solid #ddd;box-shadow:-6px 0 12px #0003;right:0;left:auto}.Drawer-module__drawer-overlay___THIv4{z-index:900;background:none;display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000040}.Drawer-module__drawer-overlay--clickable___Kyiv-{cursor:pointer}.Drawer-module__drawer--header___g57Jw{display:flex;padding:16px;align-items:center;gap:10px;align-self:stretch}.Drawer-module__drawer--footer___YdIAK{display:flex;padding:16px;justify-content:flex-end;align-items:flex-start;gap:16px;align-self:stretch}.Drawer-module__drawer--content___MVI-v{display:flex;padding:var(--spacing-2, 16px);flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch}.Drawer-module__drawer--header-component___t8shV{z-index:1001;box-shadow:0 1.982px 7px #00000024,0 1.003px 3.052px #0000000a,0 .396px 1.138px #0000000d,0 0 .405px #00000005}.Drawer-module__drawer--content-component___1sZou{background-color:var(--sui-colors-neutral-background-weak)}.Drawer-module__drawer--footer-component___c0MJJ{z-index:1001;box-shadow:-1.98px .9px 7px #00000024,-1px 0 3.052px #0000000a,-.4px 0 1.138px #0000000d,0 0 .405px #00000005}.Drawer-module__drawer--slide-in-left___tF64K{animation:Drawer-module__slideInLeft___hi7WB ease-in-out .3s}.Drawer-module__drawer--slide-out-left___fn2z-{transform:translate(-100vw);animation:Drawer-module__slideOutLeft___aaryC ease-in-out .3s}.Drawer-module__drawer--slide-in-right___yzT2K{animation:Drawer-module__slideInRight___ApauN ease-in-out .3s}.Drawer-module__drawer--slide-out-right___QTePX{transform:translate(100vw);animation:Drawer-module__slideOutRight___VIp8R ease-in-out .3s}.Drawer-module__drawer-overlay--fade-in___ETfvZ{animation:Drawer-module__fadeIn___Hmu2h ease-in-out .3s}.Drawer-module__drawer-overlay--fade-out___TJr1H{opacity:0;animation:Drawer-module__fadeOut___nLmzP ease-in-out .3s}@keyframes Drawer-module__slideInLeft___hi7WB{0%{transform:translate(-100vw)}to{transform:none}}@keyframes Drawer-module__slideOutLeft___aaryC{0%{transform:none}to{transform:translate(-100vw)}}@keyframes Drawer-module__slideInRight___ApauN{0%{transform:translate(100vw)}to{transform:none}}@keyframes Drawer-module__slideOutRight___VIp8R{0%{transform:none}to{transform:translate(100vw)}}@keyframes Drawer-module__fadeIn___Hmu2h{0%{background-color:#0000}to{background-color:#00000040}}@keyframes Drawer-module__fadeOut___nLmzP{0%{background-color:#00000040}to{background-color:#0000}}.Radio-module__radio___qhO7H{display:flex;align-items:center}.Radio-module__radio___qhO7H:hover input:not(:disabled){border-color:var(--sui-colors-action-icon-hover)}.Radio-module__radio___qhO7H label{color:var(--sui-colors-neutral-text);cursor:pointer}.Radio-module__radio___qhO7H input{display:flex;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--sui-colors-neutral-icon-medium);border-radius:50%;position:relative;outline:none;vertical-align:middle;box-sizing:border-box}.Radio-module__radio___qhO7H input:after{content:"";display:block;border-radius:50%}.Radio-module__radio___qhO7H input:checked{border-color:var(--sui-colors-action-icon)}.Radio-module__radio___qhO7H input:checked:after{background-color:var(--sui-colors-action-icon)}.Radio-module__radio___qhO7H input:checked:disabled:after{background-color:var(--sui-colors-neutral-icon-disabled)}.Radio-module__radio___qhO7H input:hover{border-color:var(--sui-colors-action-icon-hover)}.Radio-module__radio___qhO7H input:focus,.Radio-module__radio___qhO7H input:active{border-color:var(--sui-colors-action-icon-pressed)}.Radio-module__radio___qhO7H input:disabled{border-color:var(--sui-colors-neutral-icon-disabled)}.Radio-module__radio___qhO7H.Radio-module__checked-border___sVgmT:has(input:checked:not(:disabled)){border-color:var(--color-admin-action-border)}.Radio-module__radio___qhO7H.Radio-module__size-small___ioC66 input{width:.875rem;height:.875rem}.Radio-module__radio___qhO7H.Radio-module__size-small___ioC66 input:after{width:.4375rem;height:.4375rem}.Radio-module__radio___qhO7H.Radio-module__size-regular___T52Gp input{width:1rem;height:1rem}.Radio-module__radio___qhO7H.Radio-module__size-regular___T52Gp input:after{width:.5rem;height:.5rem}.Radio-module__radio___qhO7H.Radio-module__size-large___9Rp31 input{width:1.25rem;height:1.25rem}.Radio-module__radio___qhO7H.Radio-module__size-large___9Rp31 input:after{width:.625rem;height:.625rem}.Select-module__select__field___mMncx{width:100%;border-radius:9999px!important;padding-left:.5rem;padding-right:.5rem;font-family:Urbanist,sans-serif;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx{width:100%;border-radius:9999px;padding-left:.5rem;padding-right:.5rem;font-family:Urbanist,sans-serif;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx{min-height:48px;line-height:25px;border-width:1px;border-style:solid;border-color:var(--sui-colors-neutral-border)!important}.Select-module__select__field___mMncx:focus,.Select-module__select__field___mMncx:focus-within{outline:none;box-shadow:none;border-color:var(--sui-colors-action-border-pressed)!important}.Select-module__select__field___mMncx:hover{border-color:var(--sui-colors-action-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--default___wtSMy{min-height:48px}.Select-module__select__field___mMncx.Select-module__select__field--small___eNmeM{min-height:32px}.Select-module__select__field___mMncx.Select-module__select__field--large___utR-F{min-height:56px}.Select-module__select__field___mMncx.Select-module__select__field--x-large___YwUBv{min-height:64px}.Select-module__select__field___mMncx.Select-module__select__field--error___bmovd{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1));border-color:var(--sui-colors-negative-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:hover{border-color:var(--sui-colors-action-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:focus,.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:focus-within{border-color:var(--sui-colors-action-border-pressed)!important}.Select-module__select__field___mMncx.Select-module__select__field--searchable___GSCIW:focus,.Select-module__select__field___mMncx.Select-module__select__field--searchable___GSCIW:focus-within{cursor:text}.Select-module__select__field___mMncx:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx .Select-module__dropdown-carat___77Ypu{display:block;width:1.5rem;height:1.5rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.Select-module__sui-react-select__input-container--small___MVQdg{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.Skeleton-module__snapUiSkeletonPulseAnimation___L4AkK{animation:Skeleton-module__pulse___dX0ir 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes Skeleton-module__pulse___dX0ir{0%,to{opacity:1}50%{opacity:.5}}.Status-module__status___RePIe{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Status-module__status___RePIe{font-size:.875rem;line-height:1.5rem}}.Status-module__status___RePIe{display:inline-flex;height:24px;padding:0px var(--spacing-1, 8px);justify-content:center;align-items:center;gap:var(--spacing-1, 8px);flex-shrink:0;border-radius:24px}.Status-module__status-dot___vUIBE{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Status-module__status-dot___vUIBE{font-size:.875rem;line-height:1.5rem}}.Status-module__status-dot___vUIBE{display:inline-flex;align-items:center}.Status-module__status-dot-circle___W-DUJ{margin-right:3px}.Status-module__status--success___l2SsP{background:var(--Positive-Background, #d0f6cb);color:var(--Positive-Text, #136f06);fill:var(--Positive-Icon, #1a9608)}.Status-module__status--warning___HRCsA{background:var(--Warning-Background, #feed90);color:var(--Warning-Text, #655601);fill:var(--Warning-Icon-Medium, #fcd603)}.Status-module__status--negative___MGPxL{background:var(--Negative-Background, #fbddda);color:var(--Negative-Text, #bf2313);fill:var(--Negative-Icon-Hover, #bf2313)}.Status-module__status--info___5iQfS{background:var(--Info-Background, #c0ebfc);color:var(--Info-Text, #076388);fill:var(--Info-Icon, #076388)}.Status-module__status--inactive___hhdyC{background:var(--Neutral-Background-Medium, #f2f2f2);color:var(--Neutral-Text-Medium, #666);fill:var(--Neutral-Icon-Medium, #666)}.Toast-module__toastEntranceAnimation___ueW-d{animation:Toast-module__toastEntrance___MiE2e .25s cubic-bezier(.4,0,.6,1)}.Toast-module__toastEntranceAnimationBottom___FPlIu{animation:Toast-module__toastEntranceBottom___2SIqM .25s cubic-bezier(.4,0,.6,1)}@keyframes Toast-module__toastEntrance___MiE2e{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__toastEntranceBottom___2SIqM{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ActionMenu-module__ActionMenu___ZaAqe{border-radius:.3125rem;border:1px solid var(--sui-colors-neutral-border);background:var(--sui-colors-neutral-background);padding:var(--sui-spacing-0-5) 0;min-width:15rem;display:flex;flex-direction:column;align-items:stretch;top:0;z-index:10;box-shadow:.20664px .41429px 2.125px #00000012,.90924px 1.82286px 4.4px #0000000d,2.23176px 4.47429px 8.775px #0000000a,4.29821px 8.61714px 17.2px #0000000a,7.23257px 14.5px 31.625px #00000008,11.15882px 22.37143px 54px #00000005}.ActionMenu-module__ActionMenu___ZaAqe.ActionMenu-module__ActionMenu--right___4apND{right:0}.ActionMenu-module__ActionMenu___ZaAqe.ActionMenu-module__ActionMenu--left___Hqm8Z{left:0}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR{font-family:Urbanist,sans-serif;display:flex;padding:var(--sui-spacing-0-5) var(--sui-spacing-2);align-items:center;gap:var(--sui-spacing-0-5);height:2.25rem;color:var(--sui-colors-neutral-text);background:var(--sui-colors-neutral-background);border:1px solid transparent;text-align:center;font-feature-settings:"clig" off,"liga" off;cursor:pointer;margin:0;font-size:.9375rem;font-weight:600;line-height:1rem;letter-spacing:.03em}@media (min-width: 500px){.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR{font-size:.875rem}}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:hover{color:var(--sui-colors-action-text-hover);background:var(--sui-colors-action-background-weak-hover)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:focus,.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:active{color:var(--sui-colors-action-text-pressed);background:var(--sui-colors-action-background-weak-pressed)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:disabled{color:var(--sui-colors-neutral-text-disabled);background:var(--sui-colors-neutral-background);cursor:not-allowed}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr{color:var(--sui-colors-negative-text)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:hover{color:#fff;background-color:var(--sui-colors-negative-background-hover)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:focus,.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:active{color:var(--sui-colors-negative-text-pressed);background-color:var(--sui-colors-negative-background-pressed)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:disabled{color:var(--sui-colors-negative-text-disabled);opacity:.4;background:none}.TableCell-module__table-cell___SY5hC{padding-left:1rem;padding-right:1rem;align-items:center;justify-content:center;flex-grow:1;flex-shrink:1;overflow:hidden;min-height:3rem;display:flex;flex-basis:1%}.TableCell-module__table-cell___SY5hC.TableCell-module__tall___fj7d4{min-height:4rem}.TableCell-module__table-cell___SY5hC.TableCell-module__header___LadXd{font-weight:700;display:flex;align-items:center;gap:.5rem}.TableCell-module__table-cell___SY5hC.TableCell-module__accordian___P785S{flex-grow:0;flex-basis:3.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TableCell-module__table-cell___SY5hC.TableCell-module__checkbox___9FIx0,.TableCell-module__table-cell___SY5hC.TableCell-module__checkbox-header___z-BcN{flex:0 0 3.5rem}.TableCell-module__table-cell___SY5hC .TableCell-module__two-row-inner___rwBAd{display:flex;flex-direction:column;height:100%;justify-content:center}.TableCell-module__table-cell___SY5hC.TableCell-module__avatar___PpoYC{display:flex;align-items:center;gap:.5rem}.TableCell-module__table-cell__header-prepend___Y2nS2{position:relative;cursor:default}.TableCell-module__table-cell__header-prepend___Y2nS2:after{content:"";position:absolute;left:-16px;bottom:0;width:calc(100% + 32px);border-top:1px solid var(--sui-colors-neutral-border)}.TableRow-module__table-row___0N6KT{display:flex;justify-content:stretch;width:100%;background-color:var(--sui-colors-neutral-background)}.TableRow-module__table-row___0N6KT>div{border-bottom:1px solid var(--sui-colors-neutral-border)}.TableRow-module__table-row___0N6KT.TableRow-module__header___WVBoZ,.TableRow-module__table-row___0N6KT.TableRow-module__header___WVBoZ .TableRow-module__sticky-cell___O0Phi{background-color:var(--sui-colors-neutral-background-weak)}.TableRow-module__table-row___0N6KT.TableRow-module__alternate-background___4PfrG>div{background-color:var(--sui-colors-neutral-background-weak)}.TableRow-module__table-row___0N6KT:hover>div{background-color:var(--sui-colors-neutral-background-weak)}.TableRow-module__table-row___0N6KT:first-child>div{border-bottom:2px solid var(--sui-colors-neutral-border);border-top:1px solid var(--sui-colors-neutral-border)}.TableRow-module__sticky-cell___O0Phi{position:sticky;right:0;z-index:1;background-color:var(--sui-colors-neutral-background)}.TableRow-module__sticky-cell___O0Phi.TableRow-module__alternate-background___4PfrG>div{background-color:var(--sui-colors-neutral-background-weak)!important}.TableRow-module__sticky-cell___O0Phi:hover>div{background-color:var(--sui-colors-neutral-background-weak)!important}.DataTable-module__table___iHdAy.DataTable-module__info___QVfvV{background-color:var(--sui-colors-action-background);color:#fff}.DataTable-module__table___iHdAy.DataTable-module__success___KyUuW{background-color:var(--sui-colors-positive-background-strong)}.DataTable-module__table___iHdAy.DataTable-module__warning___dGMFg{background-color:var(--sui-colors-warning-background)}.DataTable-module__table___iHdAy.DataTable-module__error___PkIO-{background-color:var(--sui-colors-negative-background-strong);color:#fff}.DataTable-module__table___iHdAy.DataTable-module__grayed___kEN3O{background-color:var(--sui-colors-neutral-background-strong);color:#fff}.Pagination-module__pagination___88BM-{display:flex;align-items:center;justify-content:space-around;font-size:.9375rem;line-height:1rem}.Pagination-module__pagination___88BM-{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.Pagination-module__pagination___88BM-{font-size:.875rem}}.Pagination-module__pagination___88BM-{color:var(--sui-colors-neutral-text)}.Pagination-module__pagination-list___qRheR{display:flex;list-style:none}.Pagination-module__pagination-item___quHMa{display:inline-flex;padding:var(--sui-spacing-0-5) var(--sui-spacing-2);align-items:flex-start;gap:var(--sui-spacing-1);border:1px solid var(--sui-colors-neutral-border);background:var(--sui-colors-neutral-background);cursor:pointer}.Pagination-module__pagination-item___quHMa.Pagination-module__dots___13xaI{cursor:default}.Pagination-module__pagination-item___quHMa.Pagination-module__dots___13xaI:hover{border-color:var(--sui-colors-neutral-border)}.Pagination-module__pagination-item___quHMa:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.Pagination-module__pagination-item___quHMa:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.Pagination-module__pagination-item___quHMa:hover{border-color:var(--sui-colors-action-border-hover)}.Pagination-module__pagination-item___quHMa:focus,.Pagination-module__pagination-item___quHMa:active{border-color:var(--sui-colors-action-border-pressed)}.Pagination-module__pagination-item___quHMa.Pagination-module__selected___LZOl5{background:var(--sui-colors-neutral-background-medium)}.Pagination-module__pagination-item___quHMa.Pagination-module__disabled___kEcr5{cursor:default;pointer-events:none;background:var(--sui-colors-neutral-background-weak-disabled);color:var(--sui-colors-neutral-text-disabled);border-color:var(--sui-colors-neutral-border)}.Pagination-module__pagination-text___n6Qqj{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.Pagination-module__pagination-text___n6Qqj{font-size:.875rem}}.Pagination-module__pagination-text___n6Qqj{color:var(--sui-colors-neutral-text)}.ModalContainer-module__modal___hG0Mg{position:fixed;z-index:1000}.ModalContainer-module__ModalContainer___rfj3v{padding:1.5rem;border-radius:.25rem;--tw-shadow:0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow: 0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow-colored: 0px -10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);position:fixed;background-color:var(--sui-colors-neutral-background);z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:31.25rem;max-height:calc(100vh - 3.125rem);display:flex;overflow:auto}.ModalContainer-module__ModalContainer___rfj3v.ModalContainer-module__ModalContainer--size-large___AaZS0{max-width:48rem}.ModalContainer-module__ModalContainer___rfj3v .ModalContainer-module__ModalContainer__close-button___N0VvX{position:absolute;top:1.25rem;right:1.25rem;z-index:1001}.ModalContainer-module__modal-screen-overlay___x8fS-{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));opacity:.25;position:fixed;top:0;right:0;bottom:0;left:0;z-index:900}.ModalContainer-module__modal-content___cHqM7{display:flex;flex-direction:column;flex-grow:1}.ModalContainer-module__modal-fade-in___TSY0E{animation:ModalContainer-module__fadeIn___JtT7l ease-in-out .15s}.ModalContainer-module__modal-fade-out___kjJ0N{opacity:0;animation:ModalContainer-module__fadeOut___rQS3J ease-in-out .15s}@keyframes ModalContainer-module__fadeIn___JtT7l{0%{opacity:0}to{opacity:1}}@keyframes ModalContainer-module__fadeOut___rQS3J{0%{opacity:1}to{opacity:0}}.Popover-module__Content___RIETg{border-radius:4px;padding:20px;width:260px;background-color:var(--sui-colors-white);box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;outline:none}.Popover-module__Content___RIETg:focus{box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px}.Popover-module__Content___RIETg[data-state=open][data-side=top]{animation-name:Popover-module__slideDownAndFade___WW77T}.Popover-module__Content___RIETg[data-state=open][data-side=right]{animation-name:Popover-module__slideLeftAndFade___2aGYW}.Popover-module__Content___RIETg[data-state=open][data-side=bottom]{animation-name:Popover-module__slideUpAndFade___aRLiV}.Popover-module__Content___RIETg[data-state=open][data-side=left]{animation-name:Popover-module__slideRightAndFade___rrkmO}.Popover-module__PopoverCloseIcon___WugOW{all:unset;display:inline-flex;position:absolute;top:0;right:0}@keyframes Popover-module__slideUpAndFade___aRLiV{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes Popover-module__slideRightAndFade___rrkmO{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes Popover-module__slideDownAndFade___WW77T{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes Popover-module__slideLeftAndFade___2aGYW{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}.Toggle-module__toggle___Vh-GP{position:relative;display:inline-block;width:2.8125rem;height:1.25rem;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--sui-colors-neutral-background-strong);border-radius:.75rem}.Toggle-module__toggle___Vh-GP:before{content:"off";height:1.25rem;line-height:1.25rem;position:absolute;right:.5rem;top:0;bottom:0}.Toggle-module__toggle___Vh-GP:after{content:"";display:block;position:absolute;background:var(--sui-colors-neutral-background);width:1rem;height:1rem;border-radius:50%;top:.125rem;bottom:.125rem;left:.125rem}.Toggle-module__toggle___Vh-GP:checked{background:var(--sui-colors-positive-background-strong)}.Toggle-module__toggle___Vh-GP:checked:before{content:"on";color:var(--sui-colors-neutral-text-inverse);right:auto;left:.5rem}.Toggle-module__toggle___Vh-GP:checked:after{right:.125rem;left:auto}.Toggle-module__toggle___Vh-GP:disabled{background:var(--sui-colors-neutral-background-weak-disabled)}.Toggle-module__toggle___Vh-GP:disabled:before{color:var(--sui-colors-neutral-text-disabled)}.Toggle-module__toggle___Vh-GP:disabled:after{background:var(--sui-colors-neutral-background)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--sui-spacing-0: 0px;--sui-spacing-1: .5rem;--sui-spacing-2: 1rem;--sui-spacing-3: 1.5rem;--sui-spacing-4: 2rem;--sui-spacing-5: 2.5rem;--sui-spacing-6: 3rem;--sui-spacing-7: 3.5rem;--sui-spacing-8: 4rem;--sui-spacing-px: 1px;--sui-spacing-0-5: .25rem}.sui-prose{color:var(--tw-prose-body);max-width:65ch}.sui-prose :where(p):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sui-prose :where([class~=lead]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.sui-prose :where(a):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.sui-prose :where(strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.sui-prose :where(a strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(blockquote strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(thead th strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(ol):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.sui-prose :where(ol[type=A]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:upper-alpha}.sui-prose :where(ol[type=a]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:lower-alpha}.sui-prose :where(ol[type=A s]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:upper-alpha}.sui-prose :where(ol[type=a s]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:lower-alpha}.sui-prose :where(ol[type=I]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:upper-roman}.sui-prose :where(ol[type=i]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:lower-roman}.sui-prose :where(ol[type=I s]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:upper-roman}.sui-prose :where(ol[type=i s]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:lower-roman}.sui-prose :where(ol[type="1"]):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:decimal}.sui-prose :where(ul):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.sui-prose :where(ol>li):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.sui-prose :where(ul>li):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *))::marker{color:var(--tw-prose-bullets)}.sui-prose :where(dt):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.sui-prose :where(hr):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.sui-prose :where(blockquote):not(:where([class~=sui-not-prose],[class~=sui-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:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.sui-prose :where(blockquote p:first-of-type):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):before{content:open-quote}.sui-prose :where(blockquote p:last-of-type):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):after{content:close-quote}.sui-prose :where(h1):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.sui-prose :where(h1 strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){font-weight:900;color:inherit}.sui-prose :where(h2):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.sui-prose :where(h2 strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){font-weight:800;color:inherit}.sui-prose :where(h3):not(:where([class~=sui-not-prose],[class~=sui-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}.sui-prose :where(h3 strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){font-weight:700;color:inherit}.sui-prose :where(h4):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.sui-prose :where(h4 strong):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){font-weight:700;color:inherit}.sui-prose :where(img):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:2em;margin-bottom:2em}.sui-prose :where(picture):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.sui-prose :where(video):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:2em;margin-bottom:2em}.sui-prose :where(kbd):not(:where([class~=sui-not-prose],[class~=sui-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}.sui-prose :where(code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.sui-prose :where(code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):before{content:"`"}.sui-prose :where(code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):after{content:"`"}.sui-prose :where(a code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(h1 code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(h2 code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit;font-size:.875em}.sui-prose :where(h3 code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit;font-size:.9em}.sui-prose :where(h4 code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(blockquote code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(thead th code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:inherit}.sui-prose :where(pre):not(:where([class~=sui-not-prose],[class~=sui-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}.sui-prose :where(pre code):not(:where([class~=sui-not-prose],[class~=sui-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}.sui-prose :where(pre code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):before{content:none}.sui-prose :where(pre code):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)):after{content:none}.sui-prose :where(table):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.sui-prose :where(thead):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.sui-prose :where(thead th):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.sui-prose :where(tbody tr):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.sui-prose :where(tbody tr:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){border-bottom-width:0}.sui-prose :where(tbody td):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){vertical-align:baseline}.sui-prose :where(tfoot):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.sui-prose :where(tfoot td):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){vertical-align:top}.sui-prose :where(th,td):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){text-align:start}.sui-prose :where(figure>*):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0;margin-bottom:0}.sui-prose :where(figcaption):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.sui-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}.sui-prose :where(picture>img):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0;margin-bottom:0}.sui-prose :where(li):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:.5em;margin-bottom:.5em}.sui-prose :where(ol>li):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-start:.375em}.sui-prose :where(ul>li):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-start:.375em}.sui-prose :where(.sui-prose>ul>li p):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sui-prose :where(.sui-prose>ul>li>p:first-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:1.25em}.sui-prose :where(.sui-prose>ul>li>p:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-bottom:1.25em}.sui-prose :where(.sui-prose>ol>li>p:first-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:1.25em}.sui-prose :where(.sui-prose>ol>li>p:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-bottom:1.25em}.sui-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sui-prose :where(dl):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sui-prose :where(dd):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.sui-prose :where(hr+*):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0}.sui-prose :where(h2+*):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0}.sui-prose :where(h3+*):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0}.sui-prose :where(h4+*):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0}.sui-prose :where(thead th:first-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-start:0}.sui-prose :where(thead th:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-end:0}.sui-prose :where(tbody td,tfoot td):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.sui-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-start:0}.sui-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){padding-inline-end:0}.sui-prose :where(figure):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:2em;margin-bottom:2em}.sui-prose :where(.sui-prose>:first-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-top:0}.sui-prose :where(.sui-prose>:last-child):not(:where([class~=sui-not-prose],[class~=sui-not-prose] *)){margin-bottom:0}.sui-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sui-pointer-events-none{pointer-events:none}.sui-pointer-events-auto{pointer-events:auto}.sui-invisible{visibility:hidden}.sui-fixed{position:fixed}.sui-absolute{position:absolute}.sui-relative{position:relative}.sui-sticky{position:sticky}.sui-inset-0{top:0;right:0;bottom:0;left:0}.sui-inset-x-0{left:0;right:0}.-sui-left-0\.5{left:-.25rem}.-sui-left-1{left:-.5rem}.-sui-left-\[4px\]{left:-4px}.sui-bottom-0{bottom:0}.sui-bottom-1{bottom:.5rem}.sui-bottom-2{bottom:1rem}.sui-bottom-\[1px\]{bottom:1px}.sui-bottom-\[2px\]{bottom:2px}.sui-bottom-full{bottom:100%}.sui-left-0{left:0}.sui-left-1{left:.5rem}.sui-left-1\/2{left:50%}.sui-left-3{left:1.5rem}.sui-left-4{left:2rem}.sui-left-\[100\%\]{left:100%}.sui-left-\[50\%\]{left:50%}.sui-left-\[64px\]{left:64px}.sui-right-0{right:0}.sui-right-0\.5{right:.25rem}.sui-right-1{right:.5rem}.sui-right-2{right:1rem}.sui-right-\[-16px\]{right:-16px}.sui-right-\[-17px\]{right:-17px}.sui-right-\[15\%\]{right:15%}.sui-right-\[16px\]{right:16px}.sui-right-\[2px\]{right:2px}.sui-top-0{top:0}.sui-top-0\.5{top:.25rem}.sui-top-1{top:.5rem}.sui-top-1\/2{top:50%}.sui-top-2{top:1rem}.sui-top-3{top:1.5rem}.sui-top-4{top:2rem}.sui-top-\[0px\]{top:0}.sui-top-\[14px\]{top:14px}.sui-top-\[20px\]{top:20px}.sui-top-\[23px\]{top:23px}.sui-top-\[25px\]{top:25px}.sui-top-\[2px\]{top:2px}.sui-top-\[3px\]{top:3px}.sui-top-\[4px\]{top:4px}.sui-top-\[4rem\]{top:4rem}.sui-top-\[50\%\]{top:50%}.sui-top-\[7px\]{top:7px}.sui-top-\[calc\(100\%_\+_0\.2rem\)\]{top:calc(100% + .2rem)}.sui-z-0{z-index:0}.sui-z-10{z-index:10}.sui-z-20{z-index:20}.sui-z-30{z-index:30}.sui-z-40{z-index:40}.sui-z-50{z-index:50}.sui-z-\[10000000\]{z-index:10000000}.sui-z-\[1001\]{z-index:1001}.sui-z-\[1010\]{z-index:1010}.sui-z-\[1020\]{z-index:1020}.sui-z-\[1290\]{z-index:1290}.sui-z-\[1\]{z-index:1}.sui-z-\[99999\]{z-index:99999}.sui-z-\[9999\]{z-index:9999}.sui-z-\[999\]{z-index:999}.sui-z-toasts{z-index:999999}.sui-m-0{margin:0}.sui-m-auto{margin:auto}.sui--mx-1{margin-left:-.5rem;margin-right:-.5rem}.sui-mx-1{margin-left:.5rem;margin-right:.5rem}.sui-mx-auto{margin-left:auto;margin-right:auto}.sui-my-0{margin-top:0;margin-bottom:0}.sui-my-0\.5{margin-top:.25rem;margin-bottom:.25rem}.sui-my-1{margin-top:.5rem;margin-bottom:.5rem}.sui-my-2{margin-top:1rem;margin-bottom:1rem}.sui-my-3{margin-top:1.5rem;margin-bottom:1.5rem}.sui-my-4{margin-top:2rem;margin-bottom:2rem}.sui-my-5{margin-top:2.5rem;margin-bottom:2.5rem}.\!sui-mt-0{margin-top:0!important}.-sui-ml-1{margin-left:-.5rem}.-sui-ml-\[1\.5rem\]{margin-left:-1.5rem}.sui-mb-0{margin-bottom:0}.sui-mb-0\.5{margin-bottom:.25rem}.sui-mb-1{margin-bottom:.5rem}.sui-mb-2{margin-bottom:1rem}.sui-mb-3{margin-bottom:1.5rem}.sui-mb-4{margin-bottom:2rem}.sui-mb-5{margin-bottom:2.5rem}.sui-mb-8{margin-bottom:4rem}.sui-mb-\[100px\]{margin-bottom:100px}.sui-mb-\[3px\]{margin-bottom:3px}.sui-mb-\[4px\]{margin-bottom:4px}.sui-ml-0{margin-left:0}.sui-ml-0\.5{margin-left:.25rem}.sui-ml-1{margin-left:.5rem}.sui-ml-2{margin-left:1rem}.sui-ml-4{margin-left:2rem}.sui-ml-6{margin-left:3rem}.sui-ml-\[-4px\]{margin-left:-4px}.sui-ml-auto{margin-left:auto}.sui-mr-0\.5{margin-right:.25rem}.sui-mr-1{margin-right:.5rem}.sui-mr-2{margin-right:1rem}.sui-mr-3{margin-right:1.5rem}.sui-mr-auto{margin-right:auto}.sui-mt-0{margin-top:0}.sui-mt-0\.5{margin-top:.25rem}.sui-mt-1{margin-top:.5rem}.sui-mt-2{margin-top:1rem}.sui-mt-3{margin-top:1.5rem}.sui-mt-4{margin-top:2rem}.sui-mt-5{margin-top:2.5rem}.sui-mt-6{margin-top:3rem}.sui-mt-\[161px\]{margin-top:161px}.sui-mt-\[200px\]{margin-top:200px}.sui-mt-\[50px\]{margin-top:50px}.sui-mt-\[6px\]{margin-top:6px}.sui-mt-auto{margin-top:auto}.sui-line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.sui-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sui-line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sui-block{display:block}.sui-inline-block{display:inline-block}.sui-inline{display:inline}.\!sui-flex{display:flex!important}.sui-flex{display:flex}.sui-inline-flex{display:inline-flex}.sui-grid{display:grid}.sui-hidden{display:none}.sui-aspect-video{aspect-ratio:16 / 9}.sui-size-1{width:.5rem;height:.5rem}.sui-size-2{width:1rem;height:1rem}.sui-size-4{width:2rem;height:2rem}.sui-size-\[10px\]{width:10px;height:10px}.sui-size-\[12px\]{width:12px;height:12px}.sui-size-\[20px\]{width:20px;height:20px}.sui-size-\[3px\]{width:3px;height:3px}.sui-size-\[48px\]{width:48px;height:48px}.sui-size-\[4px\]{width:4px;height:4px}.\!sui-h-auto{height:auto!important}.sui-h-1{height:.5rem}.sui-h-2{height:1rem}.sui-h-3{height:1.5rem}.sui-h-3\/6{height:50%}.sui-h-4{height:2rem}.sui-h-5{height:2.5rem}.sui-h-6{height:3rem}.sui-h-8{height:4rem}.sui-h-\[1\.25rem\]{height:1.25rem}.sui-h-\[1\.5rem\]{height:1.5rem}.sui-h-\[100px\]{height:100px}.sui-h-\[10px\]{height:10px}.sui-h-\[120px\]{height:120px}.sui-h-\[125px\]{height:125px}.sui-h-\[128px\]{height:128px}.sui-h-\[150px\]{height:150px}.sui-h-\[16px\]{height:16px}.sui-h-\[18px\]{height:18px}.sui-h-\[1px\]{height:1px}.sui-h-\[2\.5em\]{height:2.5em}.sui-h-\[2\.5rem\]{height:2.5rem}.sui-h-\[200px\]{height:200px}.sui-h-\[20px\]{height:20px}.sui-h-\[22px\]{height:22px}.sui-h-\[24px\]{height:24px}.sui-h-\[250px\]{height:250px}.sui-h-\[260px\]{height:260px}.sui-h-\[28px\]{height:28px}.sui-h-\[2px\]{height:2px}.sui-h-\[30px\]{height:30px}.sui-h-\[32px\]{height:32px}.sui-h-\[34px\]{height:34px}.sui-h-\[40px\]{height:40px}.sui-h-\[44px\]{height:44px}.sui-h-\[46px\]{height:46px}.sui-h-\[48px\]{height:48px}.sui-h-\[50vh\]{height:50vh}.sui-h-\[56px\]{height:56px}.sui-h-\[60px\]{height:60px}.sui-h-\[64px\]{height:64px}.sui-h-\[70px\]{height:70px}.sui-h-\[72px\]{height:72px}.sui-h-\[75px\]{height:75px}.sui-h-\[76px\]{height:76px}.sui-h-\[80px\]{height:80px}.sui-h-\[84px\]{height:84px}.sui-h-\[calc\(100\%-81px\)\]{height:calc(100% - 81px)}.sui-h-\[calc\(100dvh-120px\)\]{height:calc(100dvh - 120px)}.sui-h-\[calc\(100dvh-65px\)\]{height:calc(100dvh - 65px)}.sui-h-\[calc\(100dvh-80px\)\]{height:calc(100dvh - 80px)}.sui-h-\[calc\(100vh-200px\)\]{height:calc(100vh - 200px)}.sui-h-auto{height:auto}.sui-h-fit{height:-moz-fit-content;height:fit-content}.sui-h-full{height:100%}.sui-h-px{height:1px}.sui-h-screen{height:100vh}.sui-max-h-0{max-height:0px}.sui-max-h-\[150px\]{max-height:150px}.sui-max-h-\[2000px\]{max-height:2000px}.sui-max-h-\[200px\]{max-height:200px}.sui-max-h-\[220px\]{max-height:220px}.sui-max-h-\[280px\]{max-height:280px}.sui-max-h-\[300px\]{max-height:300px}.sui-max-h-\[350px\]{max-height:350px}.sui-max-h-\[40\%\]{max-height:40%}.sui-max-h-\[420px\]{max-height:420px}.sui-max-h-\[50vh\]{max-height:50vh}.sui-max-h-\[60vh\]{max-height:60vh}.sui-max-h-\[65vh\]{max-height:65vh}.sui-max-h-\[80vh\]{max-height:80vh}.sui-max-h-\[90vh\]{max-height:90vh}.sui-max-h-\[calc\(100vh-280px\)\]{max-height:calc(100vh - 280px)}.sui-max-h-\[calc\(100vh-450px\)\]{max-height:calc(100vh - 450px)}.sui-max-h-\[calc\(100vh_-_2rem\)\]{max-height:calc(100vh - 2rem)}.sui-max-h-\[calc\(var\(--radix-popover-content-available-height\)-1\.5rem\)\]{max-height:calc(var(--radix-popover-content-available-height) - 1.5rem)}.sui-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.sui-max-h-\[var\(--radix-popover-content-available-height\)\]{max-height:var(--radix-popover-content-available-height)}.sui-max-h-screen{max-height:100vh}.sui-min-h-0{min-height:0px}.sui-min-h-\[170px\]{min-height:170px}.sui-min-h-\[20px\]{min-height:20px}.sui-min-h-\[320px\]{min-height:320px}.sui-min-h-\[32px\]{min-height:32px}.sui-min-h-\[36px\]{min-height:36px}.sui-min-h-\[380px\]{min-height:380px}.sui-min-h-\[400px\]{min-height:400px}.sui-min-h-\[40px\]{min-height:40px}.sui-min-h-\[44px\]{min-height:44px}.sui-min-h-\[450px\]{min-height:450px}.sui-min-h-\[48px\]{min-height:48px}.sui-min-h-\[56px\]{min-height:56px}.sui-min-h-\[60px\]{min-height:60px}.sui-min-h-\[72px\]{min-height:72px}.sui-min-h-\[8px\]{min-height:8px}.sui-min-h-\[calc\(100dvh-100px\)\]{min-height:calc(100dvh - 100px)}.sui-min-h-\[calc\(100dvh-252px\)\]{min-height:calc(100dvh - 252px)}.sui-min-h-\[calc\(100dvh-310px\)\]{min-height:calc(100dvh - 310px)}.sui-min-h-\[calc\(75px\+2rem\)\]{min-height:calc(75px + 2rem)}.sui-min-h-full{min-height:100%}.sui-min-h-screen{min-height:100vh}.sui-w-0{width:0px}.sui-w-1{width:.5rem}.sui-w-1\/2{width:50%}.sui-w-1\/3{width:33.333333%}.sui-w-1\/4{width:25%}.sui-w-1\/5{width:20%}.sui-w-2{width:1rem}.sui-w-2\/3{width:66.666667%}.sui-w-3{width:1.5rem}.sui-w-4{width:2rem}.sui-w-5{width:2.5rem}.sui-w-6{width:3rem}.sui-w-8{width:4rem}.sui-w-\[1\.25rem\]{width:1.25rem}.sui-w-\[1\.5rem\]{width:1.5rem}.sui-w-\[100px\]{width:100px}.sui-w-\[10px\]{width:10px}.sui-w-\[120px\]{width:120px}.sui-w-\[124px\]{width:124px}.sui-w-\[128px\]{width:128px}.sui-w-\[130px\]{width:130px}.sui-w-\[150px\]{width:150px}.sui-w-\[160px\]{width:160px}.sui-w-\[16px\]{width:16px}.sui-w-\[170px\]{width:170px}.sui-w-\[180px\]{width:180px}.sui-w-\[184px\]{width:184px}.sui-w-\[18px\]{width:18px}.sui-w-\[190px\]{width:190px}.sui-w-\[1px\]{width:1px}.sui-w-\[2\.5rem\]{width:2.5rem}.sui-w-\[20\%\]{width:20%}.sui-w-\[200px\]{width:200px}.sui-w-\[20px\]{width:20px}.sui-w-\[215px\]{width:215px}.sui-w-\[220px\]{width:220px}.sui-w-\[224px\]{width:224px}.sui-w-\[225px\]{width:225px}.sui-w-\[228px\]{width:228px}.sui-w-\[22px\]{width:22px}.sui-w-\[230px\]{width:230px}.sui-w-\[24px\]{width:24px}.sui-w-\[25\%\]{width:25%}.sui-w-\[250px\]{width:250px}.sui-w-\[256px\]{width:256px}.sui-w-\[272px\]{width:272px}.sui-w-\[276px\]{width:276px}.sui-w-\[30\%\]{width:30%}.sui-w-\[320px\]{width:320px}.sui-w-\[32px\]{width:32px}.sui-w-\[335px\]{width:335px}.sui-w-\[345px\]{width:345px}.sui-w-\[35\%\]{width:35%}.sui-w-\[350px\]{width:350px}.sui-w-\[36px\]{width:36px}.sui-w-\[380px\]{width:380px}.sui-w-\[40\%\]{width:40%}.sui-w-\[400px\]{width:400px}.sui-w-\[40px\]{width:40px}.sui-w-\[420px\]{width:420px}.sui-w-\[44px\]{width:44px}.sui-w-\[450px\]{width:450px}.sui-w-\[46px\]{width:46px}.sui-w-\[48px\]{width:48px}.sui-w-\[5\%\]{width:5%}.sui-w-\[50\%\]{width:50%}.sui-w-\[50px\]{width:50px}.sui-w-\[518px\]{width:518px}.sui-w-\[56px\]{width:56px}.sui-w-\[60px\]{width:60px}.sui-w-\[70px\]{width:70px}.sui-w-\[72px\]{width:72px}.sui-w-\[75px\]{width:75px}.sui-w-\[80\%\]{width:80%}.sui-w-\[80px\]{width:80px}.sui-w-\[85px\]{width:85px}.sui-w-\[88px\]{width:88px}.sui-w-\[90px\]{width:90px}.sui-w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.sui-w-\[var\(--radix-popover-trigger-width\)\]{width:var(--radix-popover-trigger-width)}.sui-w-auto{width:auto}.sui-w-fit{width:-moz-fit-content;width:fit-content}.sui-w-full{width:100%}.sui-w-max{width:-moz-max-content;width:max-content}.sui-w-px{width:1px}.sui-w-screen{width:100vw}.sui-min-w-0{min-width:0px}.sui-min-w-\[100px\]{min-width:100px}.sui-min-w-\[110px\]{min-width:110px}.sui-min-w-\[120px\]{min-width:120px}.sui-min-w-\[130px\]{min-width:130px}.sui-min-w-\[140px\]{min-width:140px}.sui-min-w-\[150px\]{min-width:150px}.sui-min-w-\[160px\]{min-width:160px}.sui-min-w-\[170px\]{min-width:170px}.sui-min-w-\[180px\]{min-width:180px}.sui-min-w-\[190px\]{min-width:190px}.sui-min-w-\[200px\]{min-width:200px}.sui-min-w-\[20px\]{min-width:20px}.sui-min-w-\[213px\]{min-width:213px}.sui-min-w-\[220px\]{min-width:220px}.sui-min-w-\[240px\]{min-width:240px}.sui-min-w-\[24px\]{min-width:24px}.sui-min-w-\[25\%\]{min-width:25%}.sui-min-w-\[250px\]{min-width:250px}.sui-min-w-\[270px\]{min-width:270px}.sui-min-w-\[30\%\]{min-width:30%}.sui-min-w-\[300px\]{min-width:300px}.sui-min-w-\[320px\]{min-width:320px}.sui-min-w-\[324px\]{min-width:324px}.sui-min-w-\[32px\]{min-width:32px}.sui-min-w-\[450px\]{min-width:450px}.sui-min-w-\[472px\]{min-width:472px}.sui-min-w-\[48px\]{min-width:48px}.sui-min-w-\[50px\]{min-width:50px}.sui-min-w-\[56px\]{min-width:56px}.sui-min-w-\[60\%\]{min-width:60%}.sui-min-w-\[60px\]{min-width:60px}.sui-min-w-\[700px\]{min-width:700px}.sui-min-w-\[72px\]{min-width:72px}.sui-min-w-\[770px\]{min-width:770px}.sui-min-w-\[80px\]{min-width:80px}.sui-min-w-\[85px\]{min-width:85px}.sui-min-w-\[90px\]{min-width:90px}.sui-min-w-full{min-width:100%}.sui-min-w-min{min-width:-moz-min-content;min-width:min-content}.\!sui-max-w-\[675px\]{max-width:675px!important}.sui-max-w-0{max-width:0px}.sui-max-w-6xl{max-width:72rem}.sui-max-w-\[1000px\]{max-width:1000px}.sui-max-w-\[1192px\]{max-width:1192px}.sui-max-w-\[1200px\]{max-width:1200px}.sui-max-w-\[120px\]{max-width:120px}.sui-max-w-\[140px\]{max-width:140px}.sui-max-w-\[150px\]{max-width:150px}.sui-max-w-\[160px\]{max-width:160px}.sui-max-w-\[199px\]{max-width:199px}.sui-max-w-\[200px\]{max-width:200px}.sui-max-w-\[215px\]{max-width:215px}.sui-max-w-\[220px\]{max-width:220px}.sui-max-w-\[250px\]{max-width:250px}.sui-max-w-\[270px\]{max-width:270px}.sui-max-w-\[280px\]{max-width:280px}.sui-max-w-\[28px\]{max-width:28px}.sui-max-w-\[300px\]{max-width:300px}.sui-max-w-\[30rem\]{max-width:30rem}.sui-max-w-\[320px\]{max-width:320px}.sui-max-w-\[344px\]{max-width:344px}.sui-max-w-\[350px\]{max-width:350px}.sui-max-w-\[374px\]{max-width:374px}.sui-max-w-\[380px\]{max-width:380px}.sui-max-w-\[400px\]{max-width:400px}.sui-max-w-\[409px\]{max-width:409px}.sui-max-w-\[40rem\]{max-width:40rem}.sui-max-w-\[420px\]{max-width:420px}.sui-max-w-\[440px\]{max-width:440px}.sui-max-w-\[450px\]{max-width:450px}.sui-max-w-\[451px\]{max-width:451px}.sui-max-w-\[478px\]{max-width:478px}.sui-max-w-\[480px\]{max-width:480px}.sui-max-w-\[500px\]{max-width:500px}.sui-max-w-\[520px\]{max-width:520px}.sui-max-w-\[540px\]{max-width:540px}.sui-max-w-\[550px\]{max-width:550px}.sui-max-w-\[56px\]{max-width:56px}.sui-max-w-\[575px\]{max-width:575px}.sui-max-w-\[580px\]{max-width:580px}.sui-max-w-\[600px\]{max-width:600px}.sui-max-w-\[620px\]{max-width:620px}.sui-max-w-\[640px\]{max-width:640px}.sui-max-w-\[700px\]{max-width:700px}.sui-max-w-\[730px\]{max-width:730px}.sui-max-w-\[750px\]{max-width:750px}.sui-max-w-\[800px\]{max-width:800px}.sui-max-w-\[80px\]{max-width:80px}.sui-max-w-\[90\%\]{max-width:90%}.sui-max-w-\[90vw\]{max-width:90vw}.sui-max-w-\[calc\(100\%-36px\)\]{max-width:calc(100% - 36px)}.sui-max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.sui-max-w-full{max-width:100%}.sui-max-w-lg{max-width:32rem}.sui-max-w-md{max-width:28rem}.sui-max-w-screen-t{max-width:500px}.sui-max-w-sm{max-width:24rem}.sui-flex-1{flex:1 1 0%}.sui-flex-auto{flex:1 1 auto}.sui-flex-none{flex:none}.sui-flex-shrink-0,.sui-shrink-0{flex-shrink:0}.sui-flex-grow{flex-grow:1}.sui-flex-grow-0{flex-grow:0}.sui-basis-4\/12{flex-basis:33.333333%}.sui-basis-8\/12{flex-basis:66.666667%}.sui-basis-\[30\%\]{flex-basis:30%}.sui-table-fixed{table-layout:fixed}.sui-border-separate{border-collapse:separate}.sui-border-spacing-0{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.sui-border-spacing-1{--tw-border-spacing-x: .25rem;--tw-border-spacing-y: .25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.sui-border-spacing-y-2{--tw-border-spacing-y: .5rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-sui-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-sui-translate-x-\[12px\]{--tw-translate-x: -12px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-sui-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-sui-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui--translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui--translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-sui-rotate-90,.sui--rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes sui-pulse{50%{opacity:.5}}.sui-animate-pulse{animation:sui-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes sui-spin{to{transform:rotate(360deg)}}.sui-animate-spin{animation:sui-spin 1s linear infinite}.sui-cursor-default{cursor:default}.sui-cursor-grab{cursor:grab}.sui-cursor-not-allowed{cursor:not-allowed}.sui-cursor-pointer{cursor:pointer}.sui-touch-none{touch-action:none}.sui-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.sui-select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.sui-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.sui-snap-start{scroll-snap-align:start}.sui-scroll-ml-2{scroll-margin-left:1rem}.sui-list-inside{list-style-position:inside}.sui-list-decimal{list-style-type:decimal}.sui-list-disc{list-style-type:disc}.sui-list-none{list-style-type:none}.sui-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sui-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sui-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sui-grid-cols-\[auto\,1fr\],.sui-grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.sui-grid-cols-\[repeat\(auto-fit\,minmax\(300px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.sui-grid-rows-\[0fr\]{grid-template-rows:0fr}.sui-grid-rows-\[1fr\]{grid-template-rows:1fr}.sui-flex-row{flex-direction:row}.sui-flex-col{flex-direction:column}.sui-flex-col-reverse{flex-direction:column-reverse}.sui-flex-wrap{flex-wrap:wrap}.sui-flex-nowrap{flex-wrap:nowrap}.sui-place-content-center{place-content:center}.sui-place-content-start{place-content:start}.sui-place-content-end{place-content:end}.sui-place-content-between{place-content:space-between}.sui-place-items-start{place-items:start}.sui-place-items-center{place-items:center}.sui-content-center{align-content:center}.sui-content-end{align-content:flex-end}.sui-items-start{align-items:flex-start}.sui-items-end{align-items:flex-end}.sui-items-center{align-items:center}.sui-items-baseline{align-items:baseline}.sui-items-stretch{align-items:stretch}.sui-justify-start{justify-content:flex-start}.sui-justify-end{justify-content:flex-end}.sui-justify-center{justify-content:center}.sui-justify-between{justify-content:space-between}.sui-gap-0{gap:0px}.sui-gap-0\.5{gap:.25rem}.sui-gap-1{gap:.5rem}.sui-gap-2{gap:1rem}.sui-gap-3{gap:1.5rem}.sui-gap-4{gap:2rem}.sui-gap-5{gap:2.5rem}.sui-gap-6{gap:3rem}.sui-gap-\[100px\]{gap:100px}.sui-gap-\[1px\]{gap:1px}.sui-gap-\[4px\]{gap:4px}.sui-gap-\[6px\]{gap:6px}.sui-gap-\[8px\]{gap:8px}.sui-gap-x-2{-moz-column-gap:1rem;column-gap:1rem}.sui-gap-x-4{-moz-column-gap:2rem;column-gap:2rem}.sui-gap-x-6{-moz-column-gap:3rem;column-gap:3rem}.sui-gap-x-\[6px\]{-moz-column-gap:6px;column-gap:6px}.sui-gap-y-1{row-gap:.5rem}.sui-gap-y-2{row-gap:1rem}.sui-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sui-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.sui-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sui-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sui-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.sui-self-start{align-self:flex-start}.sui-self-end{align-self:flex-end}.sui-justify-self-end{justify-self:end}.sui-overflow-auto{overflow:auto}.sui-overflow-hidden{overflow:hidden}.sui-overflow-scroll{overflow:scroll}.sui-overflow-x-auto{overflow-x:auto}.sui-overflow-y-auto{overflow-y:auto}.sui-overflow-x-hidden{overflow-x:hidden}.sui-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sui-text-ellipsis{text-overflow:ellipsis}.sui-whitespace-normal{white-space:normal}.sui-whitespace-nowrap{white-space:nowrap}.sui-whitespace-pre-wrap{white-space:pre-wrap}.sui-text-balance{text-wrap:balance}.sui-break-words{overflow-wrap:break-word}.sui-break-all{word-break:break-all}.\!sui-rounded-3xl{border-radius:1.5rem!important}.sui-rounded{border-radius:.25rem}.sui-rounded-2xl{border-radius:1rem}.sui-rounded-3xl{border-radius:1.5rem}.sui-rounded-\[0px_0px_6px_6px\]{border-radius:0 0 6px 6px}.sui-rounded-\[10px\]{border-radius:10px}.sui-rounded-\[12px\]{border-radius:12px}.sui-rounded-\[16px\]{border-radius:16px}.sui-rounded-\[24px\]{border-radius:24px}.sui-rounded-\[3px\]{border-radius:3px}.sui-rounded-\[50\%\]{border-radius:50%}.sui-rounded-\[5px\]{border-radius:5px}.sui-rounded-\[6px_6px_0px_0px\]{border-radius:6px 6px 0 0}.sui-rounded-\[9999px\]{border-radius:9999px}.sui-rounded-\[inherit\]{border-radius:inherit}.sui-rounded-full{border-radius:9999px}.sui-rounded-lg{border-radius:.5rem}.sui-rounded-md{border-radius:.375rem}.sui-rounded-none{border-radius:0}.sui-rounded-sm{border-radius:.125rem}.sui-rounded-xl{border-radius:.75rem}.sui-rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.sui-rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sui-rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.sui-rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.sui-rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.sui-rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.sui-rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sui-border{border-width:1px}.sui-border-0{border-width:0px}.sui-border-b{border-bottom-width:1px}.sui-border-b-0{border-bottom-width:0px}.sui-border-b-2{border-bottom-width:2px}.sui-border-b-4{border-bottom-width:4px}.sui-border-l{border-left-width:1px}.sui-border-l-\[4px\]{border-left-width:4px}.sui-border-r{border-right-width:1px}.sui-border-r-0{border-right-width:0px}.sui-border-r-2{border-right-width:2px}.sui-border-s-4{border-inline-start-width:4px}.sui-border-t{border-top-width:1px}.sui-border-t-0{border-top-width:0px}.sui-border-t-\[1px\]{border-top-width:1px}.sui-border-solid{border-style:solid}.sui-border-dashed{border-style:dashed}.sui-border-dotted{border-style:dotted}.sui-border-none{border-style:none}.\!sui-border-negative-border{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-negative-border-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-action-border{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-action-border-hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.sui-border-action-border\/100{border-color:rgb(var(--color-admin-action-border-rgb) / 1)}.sui-border-admin-action-border{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-blue-3\/100{border-color:#6da6ff}.sui-border-caution-border{--tw-border-opacity: 1;border-color:rgb(var(--color-caution-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-consumer-action-border{--tw-border-opacity: 1;border-color:rgb(var(--color-consumer-action-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-gray-4{--tw-border-opacity: 1;border-color:rgb(220 225 231 / var(--tw-border-opacity, 1))}.sui-border-gray-6\/100{border-color:#98a4ae}.sui-border-gray-90{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.sui-border-info-border{--tw-border-opacity: 1;border-color:rgb(var(--color-info-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-negative-border{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-negative-border-hover{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.sui-border-neutral-background-weak{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-border-opacity, 1))}.sui-border-neutral-border{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-neutral-border-medium{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-medium-rgb) / var(--tw-border-opacity, 1))}.sui-border-neutral-border-weak{--tw-border-opacity: 1;border-color:rgb(153 153 153 / var(--tw-border-opacity, 1))}.sui-border-neutral-border\/100{border-color:rgb(var(--color-neutral-border-rgb) / 1)}.sui-border-neutral-icon{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-icon-rgb) / var(--tw-border-opacity, 1))}.sui-border-positive-border{--tw-border-opacity: 1;border-color:rgb(var(--color-positive-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-red{--tw-border-opacity: 1;border-color:rgb(224 102 102 / var(--tw-border-opacity, 1))}.sui-border-transparent{border-color:transparent}.sui-border-white\/20{border-color:#fff3}.sui-border-b-\[\#E8EAED\]{--tw-border-opacity: 1;border-bottom-color:rgb(232 234 237 / var(--tw-border-opacity, 1))}.sui-border-b-transparent{border-bottom-color:transparent}.sui-border-l-action-background{--tw-border-opacity: 1;border-left-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-border-opacity, 1))}.sui-border-l-white{--tw-border-opacity: 1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.sui-border-r-\[\#E8EAED\]{--tw-border-opacity: 1;border-right-color:rgb(232 234 237 / var(--tw-border-opacity, 1))}.sui-border-t-neutral-border{--tw-border-opacity: 1;border-top-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.\!sui-bg-transparent{background-color:transparent!important}.sui-bg-\[\#4c4c4c\]{--tw-bg-opacity: 1;background-color:rgb(76 76 76 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#BBF451\]{--tw-bg-opacity: 1;background-color:rgb(187 244 81 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#E5F0FF\]{--tw-bg-opacity: 1;background-color:rgb(229 240 255 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#F5F9FF\]{--tw-bg-opacity: 1;background-color:rgb(245 249 255 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#F9F9F9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#F9FAFB\]{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#FF3842\]{--tw-bg-opacity: 1;background-color:rgb(255 56 66 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#FFD6A8\]{--tw-bg-opacity: 1;background-color:rgb(255 214 168 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#c7dc1e\]{--tw-bg-opacity: 1;background-color:rgb(199 220 30 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#e9eaed\]{--tw-bg-opacity: 1;background-color:rgb(233 234 237 / var(--tw-bg-opacity, 1))}.sui-bg-\[\#f2f2f2\]{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.sui-bg-\[rgba\(255\,249\,196\,0\.8\)\]{background-color:#fff9c4cc}.sui-bg-accent-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-accent-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-accent-background-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-accent-background-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-action-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-action-background-hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-action-background-weak{--tw-bg-opacity: 1;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))}.sui-bg-action-background-weak-pressed{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-admin-action-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-admin-action-background-weak-hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-admin-action-background-weak-pressed{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.sui-bg-black\/25{background-color:#00000040}.sui-bg-blue-2\/50{background-color:#d2e4ff80}.sui-bg-caution-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-caution-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-consumer-action-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-consumer-action-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-consumer-action-background-weak-hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-consumer-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-consumer-action-background-weak-pressed{--tw-bg-opacity: 1;background-color:rgb(var(--color-consumer-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-gray{--tw-bg-opacity: 1;background-color:rgb(29 43 53 / var(--tw-bg-opacity, 1))}.sui-bg-gray-10{--tw-bg-opacity: 1;background-color:rgb(25 25 25 / var(--tw-bg-opacity, 1))}.sui-bg-gray-30{--tw-bg-opacity: 1;background-color:rgb(76 76 76 / var(--tw-bg-opacity, 1))}.sui-bg-gray-80{--tw-bg-opacity: 1;background-color:rgb(209 209 209 / var(--tw-bg-opacity, 1))}.sui-bg-gray-90{--tw-bg-opacity: 1;background-color:rgb(230 230 230 / var(--tw-bg-opacity, 1))}.sui-bg-gray-95{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.sui-bg-green-50{--tw-bg-opacity: 1;background-color:rgb(33 191 10 / var(--tw-bg-opacity, 1))}.sui-bg-info-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-live-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-live-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-negative-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-negative-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-negative-background-weak-hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-negative-background-weak-pressed{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-disabled-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-inverse{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-inverse-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-strong{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-strong-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-weak-disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-border{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-border-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-border-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-border-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-icon{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-icon-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-orange-60{--tw-bg-opacity: 1;background-color:rgb(247 137 69 / var(--tw-bg-opacity, 1))}.sui-bg-positive-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-positive-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-positive-background-weak-pressed{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-positive-icon{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-icon-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-skyblue-60{--tw-bg-opacity: 1;background-color:rgb(32 183 243 / var(--tw-bg-opacity, 1))}.sui-bg-transparent{background-color:transparent}.sui-bg-warning-background{--tw-bg-opacity: 1;background-color:rgb(254 237 144 / var(--tw-bg-opacity, 1))}.sui-bg-warning-border{--tw-bg-opacity: 1;background-color:rgb(252 214 3 / var(--tw-bg-opacity, 1))}.sui-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.sui-bg-opacity-20{--tw-bg-opacity: .2}.sui-bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.sui-bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.sui-bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.sui-from-\[var\(--color-gray-10-slate\)\]{--tw-gradient-from: var(--color-gray-10-slate) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.sui-from-black\/30{--tw-gradient-from: rgb(0 0 0 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.sui-from-gray-10{--tw-gradient-from: #191919 var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 25 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.sui-from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.sui-from-white{--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.sui-to-\[\#193C9A\]\/30{--tw-gradient-to: rgb(25 60 154 / .3) var(--tw-gradient-to-position)}.sui-to-\[var\(--color-blue-12\)\]{--tw-gradient-to: var(--color-blue-12) var(--tw-gradient-to-position)}.sui-to-blue-8{--tw-gradient-to: #093170 var(--tw-gradient-to-position)}.sui-to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.sui-to-white{--tw-gradient-to: #FFFFFF var(--tw-gradient-to-position)}.sui-fill-white{fill:#fff}.sui-object-contain{-o-object-fit:contain;object-fit:contain}.sui-object-cover{-o-object-fit:cover;object-fit:cover}.sui-object-top{-o-object-position:top;object-position:top}.sui-p-0{padding:0}.sui-p-0\.5{padding:.25rem}.sui-p-1{padding:.5rem}.sui-p-2{padding:1rem}.sui-p-3{padding:1.5rem}.sui-p-4{padding:2rem}.sui-p-5{padding:2.5rem}.sui-p-8{padding:4rem}.sui-p-\[12px\]{padding:12px}.sui-p-\[2px\]{padding:2px}.sui-p-\[4px_8px\]{padding:4px 8px}.sui-p-\[6px\]{padding:6px}.\!sui-py-2{padding-top:1rem!important;padding-bottom:1rem!important}.sui-px-0{padding-left:0;padding-right:0}.sui-px-0\.5{padding-left:.25rem;padding-right:.25rem}.sui-px-1{padding-left:.5rem;padding-right:.5rem}.sui-px-2{padding-left:1rem;padding-right:1rem}.sui-px-3{padding-left:1.5rem;padding-right:1.5rem}.sui-px-4{padding-left:2rem;padding-right:2rem}.sui-px-5{padding-left:2.5rem;padding-right:2.5rem}.sui-px-6{padding-left:3rem;padding-right:3rem}.sui-px-8{padding-left:4rem;padding-right:4rem}.sui-px-\[10\%\]{padding-left:10%;padding-right:10%}.sui-px-\[12px\]{padding-left:12px;padding-right:12px}.sui-px-\[16px\]{padding-left:16px;padding-right:16px}.sui-px-\[18px\]{padding-left:18px;padding-right:18px}.sui-px-\[20px\]{padding-left:20px;padding-right:20px}.sui-px-\[2px\]{padding-left:2px;padding-right:2px}.sui-px-\[6px\]{padding-left:6px;padding-right:6px}.sui-py-0{padding-top:0;padding-bottom:0}.sui-py-0\.5{padding-top:.25rem;padding-bottom:.25rem}.sui-py-1{padding-top:.5rem;padding-bottom:.5rem}.sui-py-2{padding-top:1rem;padding-bottom:1rem}.sui-py-3{padding-top:1.5rem;padding-bottom:1.5rem}.sui-py-4{padding-top:2rem;padding-bottom:2rem}.sui-py-6{padding-top:3rem;padding-bottom:3rem}.sui-py-8{padding-top:4rem;padding-bottom:4rem}.sui-py-\[0\.75rem\]{padding-top:.75rem;padding-bottom:.75rem}.sui-py-\[12px\]{padding-top:12px;padding-bottom:12px}.sui-py-\[2px\]{padding-top:2px;padding-bottom:2px}.sui-py-\[40px\]{padding-top:40px;padding-bottom:40px}.sui-py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!sui-pb-0{padding-bottom:0!important}.\!sui-pt-0{padding-top:0!important}.\!sui-pt-1{padding-top:.5rem!important}.sui-pb-0{padding-bottom:0}.sui-pb-0\.5{padding-bottom:.25rem}.sui-pb-1{padding-bottom:.5rem}.sui-pb-2{padding-bottom:1rem}.sui-pb-3{padding-bottom:1.5rem}.sui-pb-4{padding-bottom:2rem}.sui-pb-6{padding-bottom:3rem}.sui-pb-8{padding-bottom:4rem}.sui-pb-\[100px\]{padding-bottom:100px}.sui-pb-\[16px\]{padding-bottom:16px}.sui-pb-\[2px\]{padding-bottom:2px}.sui-pb-\[3px\]{padding-bottom:3px}.sui-pb-\[6px\]{padding-bottom:6px}.sui-pb-\[80px\]{padding-bottom:80px}.sui-pb-px{padding-bottom:1px}.sui-pl-0{padding-left:0}.sui-pl-1{padding-left:.5rem}.sui-pl-2{padding-left:1rem}.sui-pl-3{padding-left:1.5rem}.sui-pl-4{padding-left:2rem}.sui-pl-5{padding-left:2.5rem}.sui-pl-8{padding-left:4rem}.sui-pl-\[36px\]{padding-left:36px}.sui-pl-\[49px\]{padding-left:49px}.sui-pl-\[9px\]{padding-left:9px}.sui-pr-0{padding-right:0}.sui-pr-0\.5{padding-right:.25rem}.sui-pr-1{padding-right:.5rem}.sui-pr-2{padding-right:1rem}.sui-pr-3{padding-right:1.5rem}.sui-pr-4{padding-right:2rem}.sui-pr-6{padding-right:3rem}.sui-pr-\[80px\]{padding-right:80px}.sui-pt-0{padding-top:0}.sui-pt-0\.5{padding-top:.25rem}.sui-pt-1{padding-top:.5rem}.sui-pt-2{padding-top:1rem}.sui-pt-3{padding-top:1.5rem}.sui-pt-4{padding-top:2rem}.sui-pt-5{padding-top:2.5rem}.sui-pt-6{padding-top:3rem}.sui-pt-\[12px\]{padding-top:12px}.sui-pt-\[5px\]{padding-top:5px}.sui-pt-\[64px\]{padding-top:64px}.sui-pt-\[8px\]{padding-top:8px}.sui-text-left{text-align:left}.sui-text-center{text-align:center}.sui-text-right{text-align:right}.sui-align-top{vertical-align:top}.sui-align-middle{vertical-align:middle}.sui-font-sans{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.sui-font-urbanist{font-family:Urbanist,sans-serif}.sui-text-\[11px\]{font-size:11px}.sui-text-\[125px\]{font-size:125px}.sui-text-\[128px\]{font-size:128px}.sui-text-\[12px\]{font-size:12px}.sui-text-\[13px\]{font-size:13px}.sui-text-\[14px\]{font-size:14px}.sui-text-\[15px\]{font-size:15px}.sui-text-\[16px\]{font-size:16px}.sui-text-\[17px\]{font-size:17px}.sui-text-\[18px\]{font-size:18px}.sui-text-\[30px\]{font-size:30px}.sui-text-\[48px\]{font-size:48px}.sui-text-desktop-2{font-size:.75rem}.sui-text-desktop-3{font-size:.8125rem}.sui-text-desktop-4{font-size:.875rem}.sui-text-desktop-5{font-size:1rem}.\!sui-font-bold{font-weight:700!important}.\!sui-font-medium{font-weight:500!important}.\!sui-font-normal,.\!sui-font-regular{font-weight:400!important}.\!sui-font-semibold{font-weight:600!important}.sui-font-bold{font-weight:700}.sui-font-medium{font-weight:500}.sui-font-normal{font-weight:400}.sui-font-semibold{font-weight:600}.sui-uppercase{text-transform:uppercase}.sui-lowercase{text-transform:lowercase}.sui-capitalize{text-transform:capitalize}.sui-italic{font-style:italic}.sui-tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!sui-leading-24{line-height:1.5rem!important}.\!sui-leading-32{line-height:2rem!important}.\!sui-leading-none{line-height:1!important}.sui-leading-24{line-height:1.5rem}.sui-leading-\[20px\]{line-height:20px}.sui-leading-\[22px\]{line-height:22px}.sui-leading-none{line-height:1}.sui-tracking-wide{letter-spacing:.03em}.\!sui-text-admin-action-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))!important}.\!sui-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!sui-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.sui-text-\[\#22330c\]{--tw-text-opacity: 1;color:rgb(34 51 12 / var(--tw-text-opacity, 1))}.sui-text-\[\#7E828B\]{--tw-text-opacity: 1;color:rgb(126 130 139 / var(--tw-text-opacity, 1))}.sui-text-\[\#999999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.sui-text-\[\#99A1AF\]{--tw-text-opacity: 1;color:rgb(153 161 175 / var(--tw-text-opacity, 1))}.sui-text-\[\#BBF451\]{--tw-text-opacity: 1;color:rgb(187 244 81 / var(--tw-text-opacity, 1))}.sui-text-action-background{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-background-rgb) / var(--tw-text-opacity, 1))}.sui-text-action-background-hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-text-opacity, 1))}.sui-text-action-icon{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-admin-action-background{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-background-rgb) / var(--tw-text-opacity, 1))}.sui-text-admin-action-icon{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-admin-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-admin-action-text-hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-hover-rgb) / var(--tw-text-opacity, 1))}.sui-text-admin-action-text-pressed{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-pressed-rgb) / var(--tw-text-opacity, 1))}.sui-text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.sui-text-caution-text{--tw-text-opacity: 1;color:rgb(var(--color-caution-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-consumer-action-text{--tw-text-opacity: 1;color:rgb(var(--color-consumer-action-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-gray-40{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.sui-text-gray-40\/100{color:#666}.sui-text-gray-5{--tw-text-opacity: 1;color:rgb(203 208 214 / var(--tw-text-opacity, 1))}.sui-text-gray-7{--tw-text-opacity: 1;color:rgb(117 134 147 / var(--tw-text-opacity, 1))}.sui-text-info-icon{--tw-text-opacity: 1;color:rgb(var(--color-info-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-info-text{--tw-text-opacity: 1;color:rgb(var(--color-info-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-negative-icon{--tw-text-opacity: 1;color:rgb(var(--color-negative-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-negative-text{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-negative-text-hover{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-hover-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-border{--tw-text-opacity: 1;color:rgb(var(--color-neutral-border-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon-disabled{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-disabled-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon-medium{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-medium-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon-weak{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-weak-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-disabled{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-inverse{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-inverse-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-medium{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-weak{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.sui-text-orange-70{--tw-text-opacity: 1;color:rgb(249 168 118 / var(--tw-text-opacity, 1))}.sui-text-positive-background-weak{--tw-text-opacity: 1;color:rgb(var(--color-positive-background-weak-rgb) / var(--tw-text-opacity, 1))}.sui-text-positive-icon{--tw-text-opacity: 1;color:rgb(var(--color-positive-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-positive-text{--tw-text-opacity: 1;color:rgb(var(--color-positive-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-red{--tw-text-opacity: 1;color:rgb(224 102 102 / var(--tw-text-opacity, 1))}.sui-text-warning-icon,.sui-text-warning-text{--tw-text-opacity: 1;color:rgb(101 86 1 / var(--tw-text-opacity, 1))}.sui-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sui-underline{text-decoration-line:underline}.sui-line-through{text-decoration-line:line-through}.sui-no-underline{text-decoration-line:none}.sui-decoration-\[\#bf2313\]{text-decoration-color:#bf2313}.sui-decoration-dotted{text-decoration-style:dotted}.sui-underline-offset-2{text-underline-offset:2px}.sui-placeholder-neutral-text-disabled::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.sui-placeholder-neutral-text-disabled::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.sui-opacity-0{opacity:0}.sui-opacity-100{opacity:1}.sui-opacity-20{opacity:.2}.sui-opacity-30{opacity:.3}.sui-opacity-50{opacity:.5}.sui-opacity-60{opacity:.6}.sui-opacity-70{opacity:.7}.sui-opacity-75{opacity:.75}.sui-opacity-\[0\.9\]{opacity:.9}.sui-shadow-1{--tw-shadow: .267px 1.982px 7px 0px rgba(0, 0, 0, .14), .135px 1.003px 3.052px 0px rgba(0, 0, 0, .04), .053px .396px 1.138px 0px rgba(0, 0, 0, .05), .012px 0px .405px 0px rgba(0, 0, 0, .02);--tw-shadow-colored: .267px 1.982px 7px 0px var(--tw-shadow-color), .135px 1.003px 3.052px 0px var(--tw-shadow-color), .053px .396px 1.138px 0px var(--tw-shadow-color), .012px 0px .405px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-2{--tw-shadow: 1.201px 6px 16px 0px rgba(0, 0, 0, .12), .608px 2px 6.975px 0px rgba(0, 0, 0, .05), .24px 1px 3px 0px rgba(0, 0, 0, .04), 0px 0px .05px 0px rgba(0, 0, 0, .04);--tw-shadow-colored: 1.201px 6px 16px 0px var(--tw-shadow-color), .608px 2px 6.975px 0px var(--tw-shadow-color), .24px 1px 3px 0px var(--tw-shadow-color), 0px 0px .05px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-3{--tw-shadow: 3.335px 12px 31px 0px rgba(0, 0, 0, .1), 1.688px 6px 13.514px 0px rgba(0, 0, 0, .05), .667px 2px 5.037px 0px rgba(0, 0, 0, .04), .146px 0px 1.792px 0px rgba(0, 0, 0, .02);--tw-shadow-colored: 3.335px 12px 31px 0px var(--tw-shadow-color), 1.688px 6px 13.514px 0px var(--tw-shadow-color), .667px 2px 5.037px 0px var(--tw-shadow-color), .146px 0px 1.792px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-\[hsl\(206_22\%_7\%_\/_35\%\)_0px_10px_38px_-10px\,hsl\(206_22\%_7\%_\/_20\%\)_0px_10px_20px_-15px\]{--tw-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,hsl(206 22% 7% / 20%) 0px 10px 20px -15px;--tw-shadow-colored: 0px 10px 38px -10px var(--tw-shadow-color), 0px 10px 20px -15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-up{--tw-shadow: 0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow-colored: 0px -10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-outline-none{outline:2px solid transparent;outline-offset:2px}.sui-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.sui-ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.sui-ring-admin-action-border{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-admin-action-border-rgb) / var(--tw-ring-opacity, 1))}.sui-ring-neutral-background-weak{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-neutral-background-weak-rgb) / var(--tw-ring-opacity, 1))}.sui-ring-offset-1{--tw-ring-offset-width: 1px}.sui-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-\[grid-template-rows\]{transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-\[max-height\,opacity\]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sui-duration-150{transition-duration:.15s}.sui-duration-200{transition-duration:.2s}.sui-duration-250{transition-duration:.25s}.sui-duration-300{transition-duration:.3s}.sui-duration-\[180ms\]{transition-duration:.18s}.sui-duration-\[260ms\]{transition-duration:.26s}.sui-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.sui-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.sui-font-size-2{font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-2{font-size:.75rem}}.sui-font-size-5{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-5{font-size:1rem}}.sui-font-size-6{font-size:1.0625rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-6{font-size:1.125rem}}.sui-heading-lg{font-size:1.375rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.sui-heading-lg{font-size:1.8125rem;line-height:2rem}}.sui-heading-md{font-size:1.1875rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.sui-heading-md{font-size:1.4375rem;line-height:2rem}}.\!sui-heading-sm{font-size:1.0625rem!important;font-weight:700!important;line-height:1.5rem!important}.sui-heading-sm{font-size:1.0625rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.\!sui-heading-sm{font-size:1.125rem!important;line-height:2rem!important}.sui-heading-sm{font-size:1.125rem;line-height:2rem}}.sui-body{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.sui-body{font-size:1rem}}.sui-body-dense{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.sui-body-dense{font-size:.875rem}}.sui-label{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.sui-label{font-size:.875rem;line-height:1.5rem}}.sui-caption{font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.sui-caption{font-size:.75rem}}.sui-text-base-02{font-size:13px}@media (min-width: 640px){.sui-text-base-02{font-size:12px}}.\!sui-text-caption{font-size:13px!important}.sui-text-caption{font-size:13px}@media (min-width: 640px){.\!sui-text-caption{font-size:12px!important}.sui-text-caption{font-size:12px}}.\!sui-text-caption{font-family:Urbanist,sans-serif!important;font-weight:500!important;line-height:125%!important}.sui-text-caption{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%}.sui-text-label-sm{font-size:13px}@media (min-width: 640px){.sui-text-label-sm{font-size:12px}}.sui-text-label-sm{font-family:Urbanist,sans-serif;font-weight:600;line-height:125%}.\!sui-text-label{font-size:15px!important}.sui-text-label{font-size:15px}@media (min-width: 640px){.\!sui-text-label{font-size:14px!important}.sui-text-label{font-size:14px}}.\!sui-text-label{font-family:Urbanist,sans-serif!important;font-weight:600!important;letter-spacing:.03em!important;line-height:125%!important}.sui-text-label{font-family:Urbanist,sans-serif;font-weight:600;letter-spacing:.03em;line-height:125%}.sui-text-label-lg{font-size:16px}@media (min-width: 640px){.sui-text-label-lg{font-size:16px}}.sui-text-label-lg{font-family:Urbanist,sans-serif;font-weight:600;line-height:125%}.sui-text-body{font-size:16px}@media (min-width: 640px){.sui-text-body{font-size:16px}}.sui-text-body{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%}.sui-text-body-dense{font-size:15px}@media (min-width: 640px){.sui-text-body-dense{font-size:14px}}.sui-text-body-dense{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%}.sui-text-heading-xs{font-size:15px}@media (min-width: 640px){.sui-text-heading-xs{font-size:14px}}.sui-text-heading-xs{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-heading-sm{font-size:17px}@media (min-width: 640px){.sui-text-heading-sm{font-size:18px}}.sui-text-heading-sm{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-heading-md{font-size:19px}@media (min-width: 640px){.sui-text-heading-md{font-size:23px}}.sui-text-heading-md{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-heading-lg{font-size:22px}@media (min-width: 640px){.sui-text-heading-lg{font-size:29px}}.sui-text-heading-lg{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-display-sm{font-size:19px}@media (min-width: 640px){.sui-text-display-sm{font-size:23px}}.sui-text-display-sm{font-family:Magno Sans,sans-serif;font-weight:800;line-height:100%}.sui-text-display-lg{font-size:27px}@media (min-width: 640px){.sui-text-display-lg{font-size:40px}}.sui-text-display-lg{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-text-display-xl{font-size:29px}@media (min-width: 640px){.sui-text-display-xl{font-size:48px}}.sui-text-display-xl{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-\@container{container-type:inline-size}.\[bottom\:0\],.\[bottom\:0px\]{bottom:0}.\[fill\:var\(--color-neutral-background\)\]{fill:var(--color-neutral-background)}.\[fill\:var\(--color-neutral-background-medium\)\]{fill:var(--color-neutral-background-medium)}.\[fill\:var\(--sui-colors-gray-30\)\]{fill:var(--sui-colors-gray-30)}.\[left\:50\%\]{left:50%}.\[left\:8px\]{left:8px}.\[overflow\:hidden\]{overflow:hidden}.\[right\:0\]{right:0}.\[text-align\:inherit\]{text-align:inherit}.\[top\:0\],.\[top\:0px\]{top:0}.\[top\:8px\]{top:8px}.\[transform\:translateX\(-50\%\)\]{transform:translate(-50%)}.\[transition\:all_0\.2s_ease-in-out\]{transition:all .2s ease-in-out}body{color:#191919}html{font-family:Urbanist,sans-serif;font-size:16px;color:var(--color-neutral-text, #1a1a1a)}.org-navigation-entry-animation{animation:orgNavigationEntryAnimation .4s ease-out}@keyframes orgNavigationEntryAnimation{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.org-toolbar-entry-animation{animation:orgToolbarEntryAnimation .4s ease-out}@keyframes orgToolbarEntryAnimation{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.org-main-content-entry-animation{animation:orgMainContentEntryAnimation .4s ease-in}@keyframes orgMainContentEntryAnimation{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.org-main-navigation-items-entry-animation{animation:orgMainNavigationItemsEntryAnimation .3s ease-in}@keyframes orgMainNavigationItemsEntryAnimation{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.sui-react-select__menu-portal{pointer-events:auto!important}.BeaconFabButtonFrame{bottom:24px!important}.__tds-toast-provider-bottom-center{bottom:96px}@media (min-width: 640px){.__tds-toast-provider-bottom-center{bottom:56px}}@media (min-width: 1024px){.__tds-toast-provider-bottom-center{bottom:64px}}.__tds-toast-provider-bottom-center{transform:translate(-50%)}@media (min-width: 640px){.__tds-toast-provider-bottom-center{transform:translate(calc(-50% + 43.5px))}.__body-main-navigation-expanded .__tds-toast-provider-bottom-center{transform:translate(calc(-50% + 124.5px))}}.__tds-toast-provider-bottom-center>li{max-width:297px}@media (min-width: 768px){.__tds-toast-provider-bottom-center>li{max-width:initial}}@media (max-width: 639px){.__tds-toast-provider-bottom-center>li{left:0;right:0;margin-left:auto;margin-right:auto}}.sui-bg-progress-bar{background:linear-gradient(90deg,var(--Greens-Green-3, #d8f999) 0%,var(--Greens-Green-4-Ace, #bbf451) 23.08%,var(--Greens-Green-6, #7ccf00) 100%)}.sui-bg-progress-bar-complete{background:linear-gradient(90deg,var(--Greens-Green-7, rgba(92, 159, 3, .5)) 0%,var(--Greens-Green-6, rgba(124, 207, 0, .5)) 100%),var(--Greens-Green-6, #7ccf00)}.scroll-lock{overflow:hidden!important}.tox-dialog__disable-scroll{pointer-events:auto!important}.placeholder\:sui-text-\[0\.9rem\]::-moz-placeholder{font-size:.9rem}.placeholder\:sui-text-\[0\.9rem\]::placeholder{font-size:.9rem}.placeholder\:sui-text-neutral-text-weak::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.placeholder\:sui-text-neutral-text-weak::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.after\:sui-absolute:after{content:var(--tw-content);position:absolute}.after\:sui-inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:sui-left-1\/2:after{content:var(--tw-content);left:50%}.after\:sui-w-px:after{content:var(--tw-content);width:1px}.after\:sui--translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:sui-bg-neutral-border:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-border-rgb) / var(--tw-bg-opacity, 1))}.first\:sui-pt-1:first-child{padding-top:.5rem}.last\:sui-mb-0:last-child{margin-bottom:0}.last\:sui-border-0:last-child{border-width:0px}.last\:sui-border-b:last-child{border-bottom-width:1px}.last\:sui-border-b-0:last-child{border-bottom-width:0px}.last\:sui-border-none:last-child{border-style:none}.visited\:sui-text-action-text:visited,.visited\:sui-text-admin-action-text:visited{color:rgb(var(--color-admin-action-text-rgb))}.visited\:sui-text-admin-action-text-pressed:visited{color:rgb(var(--color-admin-action-text-pressed-rgb))}.visited\:sui-text-negative-text-pressed:visited{color:rgb(var(--color-negative-text-pressed-rgb))}.visited\:sui-text-positive-text-pressed:visited{color:rgb(var(--color-positive-text-pressed-rgb))}.focus-within\:sui-border-action-border-hover:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:-sui-translate-y-0\.5:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:sui-cursor-pointer:hover{cursor:pointer}.hover\:sui-rounded-\[16px\]:hover{border-radius:16px}.hover\:sui-border-\[\#e6e6e6\]:hover{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.hover\:sui-border-action-border-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-admin-action-border:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-admin-action-border-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-consumer-action-border:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-consumer-action-border-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-negative-border:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-negative-border-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-neutral-border:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-positive-border-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-positive-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-transparent:hover{border-color:transparent}.hover\:sui-border-b-action-text:hover{--tw-border-opacity: 1;border-bottom-color:rgb(var(--color-admin-action-text-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-bg-accent-background-weak:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-accent-background-weak-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-action-background:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-action-background-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-action-background-weak:hover{--tw-bg-opacity: 1;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))}.hover\:sui-bg-action-background-weak-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-action-background-weak\/30:hover{background-color:#ebf4ff4d}.hover\:sui-bg-admin-action-background:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-admin-action-background-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-admin-action-background-weak-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-consumer-action-background-weak-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-consumer-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-negative-background-weak-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-neutral-background:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-neutral-background-medium:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-neutral-background-strongest:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-strongest-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-neutral-background-weak:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-positive-background-weak-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-bg-transparent:hover{background-color:transparent}.hover\:sui-text-action-background-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-action-icon:hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-action-text-hover:hover,.hover\:sui-text-admin-action-text-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-negative-text-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-neutral-icon-disabled:hover{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-disabled-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-neutral-text:hover{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-neutral-text-disabled:hover{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-neutral-text-inverse:hover{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-inverse-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-positive-text-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-positive-text-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:sui-underline:hover{text-decoration-line:underline}.hover\:sui-opacity-80:hover{opacity:.8}.hover\:sui-opacity-\[1\]:hover{opacity:1}.hover\:\[border-color\:currentColor\]:hover{border-color:currentColor}.focus\:sui-border-action-border-hover:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.focus\:sui-border-admin-action-border:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.focus\:sui-border-transparent:focus{border-color:transparent}.focus\:sui-bg-accent-background-weak:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-accent-background-weak-rgb) / var(--tw-bg-opacity, 1))}.focus\:sui-bg-action-background-weak:focus{--tw-bg-opacity: 1;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))}.focus\:sui-bg-negative-background-weak:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))}.focus\:sui-bg-neutral-background-strongest:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-strongest-rgb) / var(--tw-bg-opacity, 1))}.focus\:sui-text-action-text:focus{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-text-action-text-hover:focus{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-hover-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-text-admin-action-text-pressed:focus{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-pressed-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-text-negative-text-pressed:focus{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-pressed-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-text-neutral-text-disabled:focus{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-text-positive-text-pressed:focus{--tw-text-opacity: 1;color:rgb(var(--color-positive-text-pressed-rgb) / var(--tw-text-opacity, 1))}.focus\:sui-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:\[border-color\:currentColor\]:focus{border-color:currentColor}.focus-visible\:sui-opacity-100:focus-visible{opacity:1}.focus-visible\:sui-outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:sui-ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:sui-ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:sui-ring-action-border:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-admin-action-border-rgb) / var(--tw-ring-opacity, 1))}.focus-visible\:sui-ring-admin-action-border:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-admin-action-border-rgb) / var(--tw-ring-opacity, 1))}.focus-visible\:sui-ring-consumer-action-border:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-consumer-action-border-rgb) / var(--tw-ring-opacity, 1))}.focus-visible\:sui-ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:sui-ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:sui-scale-100:active{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:sui-scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:sui-scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:sui-cursor-grabbing:active{cursor:grabbing}.active\:sui-border-negative-border-pressed:active{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-pressed-rgb) / var(--tw-border-opacity, 1))}.active\:sui-border-positive-border-pressed:active{--tw-border-opacity: 1;border-color:rgb(var(--color-positive-border-pressed-rgb) / var(--tw-border-opacity, 1))}.active\:sui-border-transparent:active{border-color:transparent}.active\:sui-bg-admin-action-background-weak-pressed:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.active\:sui-bg-consumer-action-background-weak-pressed:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-consumer-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.active\:sui-bg-negative-background-weak-pressed:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.active\:sui-bg-transparent:active{background-color:transparent}.active\:sui-text-action-text-pressed:active,.active\:sui-text-admin-action-text-pressed:active{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-pressed-rgb) / var(--tw-text-opacity, 1))}.active\:sui-text-negative-text-pressed:active{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-pressed-rgb) / var(--tw-text-opacity, 1))}.active\:sui-text-neutral-text-disabled:active{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.active\:sui-text-positive-text-pressed:active{--tw-text-opacity: 1;color:rgb(var(--color-positive-text-pressed-rgb) / var(--tw-text-opacity, 1))}.active\:\[border-color\:currentColor\]:active{border-color:currentColor}.disabled\:sui-cursor-default:disabled{cursor:default}.disabled\:sui-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:sui-border-neutral-border-disabled:disabled{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-disabled-rgb) / var(--tw-border-opacity, 1))}.disabled\:sui-bg-neutral-background-weak:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.disabled\:sui-bg-neutral-background-weak-disabled:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.disabled\:sui-bg-transparent:disabled{background-color:transparent}.disabled\:sui-bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.disabled\:sui-text-neutral-text-disabled:disabled{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.disabled\:sui-text-neutral-text-weak:disabled{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.disabled\:sui-opacity-100:disabled{opacity:1}.disabled\:sui-opacity-50:disabled{opacity:.5}.disabled\:hover\:sui-border-neutral-border:hover:disabled{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.sui-group:first-child .group-first\:sui-hidden{display:none}.sui-group\/row:hover .group-hover\/row\:sui-bg-neutral-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-group:hover .group-hover\:sui-bg-neutral-background-strong\/70{background-color:rgb(var(--color-neutral-background-strong-rgb) / .7)}.sui-group:hover .group-hover\:sui-underline{text-decoration-line:underline}.sui-group:hover .group-hover\:sui-opacity-100{opacity:1}.sui-group:focus-visible .group-focus-visible\:sui-underline{text-decoration-line:underline}.sui-group.snap-ui-toast-info .group-\[\.snap-ui-toast-info\]\:sui-bg-info-background-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-background-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-negative .group-\[\.snap-ui-toast-negative\]\:sui-bg-negative-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-success .group-\[\.snap-ui-toast-success\]\:sui-bg-positive-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-warning .group-\[\.snap-ui-toast-warning\]\:sui-bg-caution-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-caution-background-rgb) / var(--tw-bg-opacity, 1))}.sui-group.COMBOBOX-GROUP .group-\[\.COMBOBOX-GROUP\]\:sui-pl-3{padding-left:1.5rem}.sui-group.snap-ui-toast-info .group-\[\.snap-ui-toast-info\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-negative .group-\[\.snap-ui-toast-negative\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-success .group-\[\.snap-ui-toast-success\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-warning .group-\[\.snap-ui-toast-warning\]\:sui-text-neutral-icon{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-rgb) / var(--tw-text-opacity, 1))}.has-\[\:checked\]\:sui-border-action-border:has(:checked){--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.data-\[disabled\=true\]\:sui-pointer-events-none[data-disabled=true],.data-\[disabled\]\:sui-pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=horizontal\]\:sui-bottom-0\.5[data-orientation=horizontal]{bottom:.25rem}.data-\[orientation\=vertical\]\:sui-right-0\.5[data-orientation=vertical]{right:.25rem}.data-\[panel-group-direction\=horizontal\]\:sui-my-3[data-panel-group-direction=horizontal]{margin-top:1.5rem;margin-bottom:1.5rem}.data-\[panel-group-direction\=vertical\]\:sui-mx-3[data-panel-group-direction=vertical]{margin-left:1.5rem;margin-right:1.5rem}.data-\[orientation\=horizontal\]\:sui-h-\[8px\][data-orientation=horizontal]{height:8px}.data-\[panel-group-direction\=vertical\]\:sui-h-px[data-panel-group-direction=vertical]{height:1px}.data-\[orientation\=vertical\]\:sui-w-\[8px\][data-orientation=vertical]{width:8px}.data-\[panel-group-direction\=vertical\]\:sui-w-full[data-panel-group-direction=vertical]{width:100%}.data-\[state\=open\]\:sui-rotate-180[data-state=open]{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[orientation\=horizontal\]\:sui-flex-col[data-orientation=horizontal],.data-\[panel-group-direction\=vertical\]\:sui-flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[state\=closed\]\:sui-self-start[data-state=closed]{align-self:flex-start}.data-\[state\=active\]\:sui-border-admin-action-border[data-state=active]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=active\]\:sui-border-consumer-action-border[data-state=active]{--tw-border-opacity: 1;border-color:rgb(var(--color-consumer-action-border-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=open\]\:sui-border-action-background[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=open\]\:sui-border-action-border-hover[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=open\]\:sui-border-admin-action-border[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=open\]\:sui-border-neutral-border[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.data-\[selected\=true\]\:sui-bg-action-background-weak[data-selected=true]{--tw-bg-opacity: 1;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))}.data-\[selected\=true\]\:sui-bg-action-background-weak-hover[data-selected=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.data-\[state\=on\]\:sui-bg-action-background[data-state=on]{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:sui-bg-admin-action-background-weak-pressed[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-pressed-rgb) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:sui-bg-neutral-background-medium[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:sui-bg-transparent[data-state=open]{background-color:transparent}.data-\[state\=selected\]\:sui-bg-admin-action-background-weak-hover[data-state=selected]{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:sui-text-admin-action-text[data-state=active]{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:sui-text-neutral-text[data-state=active]{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.data-\[state\=on\]\:sui-text-white[data-state=on]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:sui-text-\[initial\][data-state=open]{color:initial}.data-\[disabled\=true\]\:sui-opacity-40[data-disabled=true]{opacity:.4}.data-\[disabled\]\:sui-opacity-50[data-disabled]{opacity:.5}.data-\[panel-group-direction\=vertical\]\:after\:sui-left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:sui-h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.5rem}.data-\[panel-group-direction\=vertical\]\:after\:sui-w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:sui--translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:sui-translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:hover\:sui-rounded-\[0px\]:hover[data-state=active]{border-radius:0}.data-\[state\=active\]\:hover\:sui-bg-transparent:hover[data-state=active]{background-color:transparent}.data-\[state\=selected\]\:hover\:sui-bg-admin-action-background-weak-hover:hover[data-state=selected]{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:data-\[disabled\=true\]\:sui-bg-transparent[data-disabled=true]:hover{background-color:transparent}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-block{display:block}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-hidden{display:none}.sui-group[data-state=open] .group-data-\[state\=open\]\:sui-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-bg-admin-action-icon{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-bg-opacity, 1))}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-bg-white,.sui-group[data-active] .group-data-\[active\]\:sui-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-bg-admin-action-icon{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-bg-opacity, 1))}.sui-group\/row[data-state=selected] .group-data-\[state\=selected\]\/row\:sui-bg-admin-action-background-weak-hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-text-action-text,.sui-group[data-active] .group-data-\[active\]\:sui-text-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}@container (min-width: 320px){.\@\[320px\]\:sui-flex-row{flex-direction:row}.\@\[320px\]\:sui-items-center{align-items:center}.\@\[320px\]\:sui-justify-between{justify-content:space-between}}@container (min-width: 500px){.\@\[500px\]\:sui-flex-row{flex-direction:row}.\@\[500px\]\:sui-items-center{align-items:center}.\@\[500px\]\:sui-justify-between{justify-content:space-between}}@media (min-width: 500px){.t\:sui-ml-1{margin-left:.5rem}.t\:sui-block{display:block}.t\:sui-flex{display:flex}.t\:sui-hidden{display:none}.t\:sui-w-auto{width:auto}.t\:sui-flex-row{flex-direction:row}.t\:sui-items-center{align-items:center}.t\:sui-justify-end{justify-content:flex-end}.t\:sui-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 640px){.sm\:sui-ml-0{margin-left:0}.sm\:sui-grid{display:grid}.sm\:sui-h-\[48px\]{height:48px}.sm\:sui-h-\[calc\(100dvh-140px\)\]{height:calc(100dvh - 140px)}.sm\:sui-w-\[48px\]{width:48px}.sm\:sui-w-fit{width:-moz-fit-content;width:fit-content}.sm\:sui-max-w-\[120px\]{max-width:120px}.sm\:sui-max-w-\[130px\]{max-width:130px}.sm\:sui-max-w-\[200px\]{max-width:200px}.sm\:sui-max-w-\[40px\]{max-width:40px}.sm\:sui-max-w-\[440px\]{max-width:440px}.sm\:sui-max-w-\[500px\]{max-width:500px}.sm\:sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:sui-flex-row{flex-direction:row}.sm\:sui-items-center{align-items:center}.sm\:sui-gap-0{gap:0px}.sm\:sui-gap-1{gap:.5rem}.sm\:sui-gap-2{gap:1rem}.sm\:sui-overflow-visible{overflow:visible}.sm\:sui-rounded-full{border-radius:9999px}.sm\:sui-px-4{padding-left:2rem;padding-right:2rem}.sm\:sui-py-4{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 768px){.md\:sui-mx-auto{margin-left:auto;margin-right:auto}.md\:\!sui-mt-\[6rem\]{margin-top:6rem!important}.md\:sui-ml-1{margin-left:.5rem}.md\:sui-ml-auto{margin-left:auto}.md\:sui-block{display:block}.md\:sui-inline{display:inline}.md\:\!sui-flex{display:flex!important}.md\:sui-inline-flex{display:inline-flex}.md\:\!sui-hidden{display:none!important}.md\:sui-hidden{display:none}.md\:sui-w-\[65px\]{width:65px}.md\:sui-w-auto{width:auto}.md\:\!sui-max-w-\[350px\]{max-width:350px!important}.md\:\!sui-max-w-\[500px\]{max-width:500px!important}.md\:\!sui-max-w-\[544px\]{max-width:544px!important}.md\:\!sui-max-w-\[768px\]{max-width:768px!important}.md\:sui-max-w-\[150px\]{max-width:150px}.md\:sui-max-w-\[200px\]{max-width:200px}.md\:sui-max-w-\[220px\]{max-width:220px}.md\:sui-max-w-\[320px\]{max-width:320px}.md\:sui-max-w-\[400px\]{max-width:400px}.md\:sui-max-w-\[96px\]{max-width:96px}.md\:sui-flex-1{flex:1 1 0%}.md\:sui-flex-auto{flex:1 1 auto}.md\:sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:\!sui-flex-row{flex-direction:row!important}.md\:sui-flex-row{flex-direction:row}.md\:sui-flex-row-reverse{flex-direction:row-reverse}.md\:sui-flex-nowrap{flex-wrap:nowrap}.md\:sui-items-start{align-items:flex-start}.md\:sui-items-center{align-items:center}.md\:sui-justify-between{justify-content:space-between}.md\:\!sui-gap-8{gap:4rem!important}.md\:sui-gap-2{gap:1rem}.md\:sui-gap-8{gap:4rem}.md\:sui-rounded{border-radius:.25rem}.md\:sui-rounded-2xl{border-radius:1rem}.md\:sui-rounded-3xl{border-radius:1.5rem}.md\:sui-p-3{padding:1.5rem}.md\:sui-p-4{padding:2rem}.md\:\!sui-px-8{padding-left:4rem!important;padding-right:4rem!important}.md\:sui-px-0{padding-left:0;padding-right:0}.md\:sui-px-2{padding-left:1rem;padding-right:1rem}.md\:sui-px-3{padding-left:1.5rem;padding-right:1.5rem}.md\:sui-px-4{padding-left:2rem;padding-right:2rem}.md\:sui-py-2{padding-top:1rem;padding-bottom:1rem}.md\:sui-py-3{padding-top:1.5rem;padding-bottom:1.5rem}.md\:\!sui-pt-8{padding-top:4rem!important}.md\:sui-pl-\[20px\]{padding-left:20px}.md\:sui-pr-\[48px\]{padding-right:48px}.md\:sui-pt-0{padding-top:0}.md\:sui-pt-2{padding-top:1rem}.md\:sui-pt-3{padding-top:1.5rem}.md\:sui-heading-lg{font-size:1.375rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.md\:sui-heading-lg{font-size:1.8125rem;line-height:2rem}}}@media (min-width: 1024px){.lg\:sui-left-6{left:3rem}.lg\:sui-left-\[80px\]{left:80px}.lg\:sui-ml-auto{margin-left:auto}.lg\:sui-block{display:block}.lg\:sui-inline{display:inline}.lg\:sui-grid{display:grid}.lg\:\!sui-h-4{height:2rem!important}.lg\:sui-h-\[calc\(100dvh-350px\)\]{height:calc(100dvh - 350px)}.lg\:sui-h-\[calc\(100dvh-412px\)\]{height:calc(100dvh - 412px)}.lg\:sui-min-h-\[48px\]{min-height:48px}.lg\:\!sui-w-4{width:2rem!important}.lg\:sui-min-w-\[180px\]{min-width:180px}.lg\:sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:sui-flex-row{flex-direction:row}.lg\:sui-items-center{align-items:center}.lg\:sui-justify-end{justify-content:flex-end}.lg\:sui-justify-between{justify-content:space-between}.lg\:sui-gap-1{gap:.5rem}.lg\:sui-gap-2{gap:1rem}.lg\:sui-px-2{padding-left:1rem;padding-right:1rem}.lg\:sui-px-4{padding-left:2rem;padding-right:2rem}.lg\:sui-py-1{padding-top:.5rem;padding-bottom:.5rem}.lg\:sui-py-2{padding-top:1rem;padding-bottom:1rem}.lg\:sui-py-3{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:sui-py-\[12px\]{padding-top:12px;padding-bottom:12px}.lg\:sui-pl-0{padding-left:0}.lg\:sui-pl-4{padding-left:2rem}.d\:sui-static{position:static}.d\:sui-mr-2{margin-right:1rem}.d\:sui-mt-0{margin-top:0}.d\:sui-flex{display:flex}.d\:sui-hidden{display:none}.d\:sui-h-full{height:100%}.d\:sui-w-\[40\%\]{width:40%}.d\:sui-w-\[60\%\]{width:60%}.d\:sui-min-w-\[200px\]{min-width:200px}.d\:sui-max-w-\[200px\]{max-width:200px}.d\:sui-max-w-\[350px\]{max-width:350px}.d\:sui-max-w-\[400px\]{max-width:400px}.d\:sui-flex-1{flex:1 1 0%}.d\:-sui-translate-x-0{--tw-translate-x: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.d\:sui-translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.d\:sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.d\:sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.d\:sui-flex-row{flex-direction:row}.d\:sui-items-start{align-items:flex-start}.d\:sui-gap-0{gap:0px}.d\:sui-overflow-y-auto{overflow-y:auto}.d\:sui-rounded-2xl{border-radius:1rem}.d\:sui-px-0{padding-left:0;padding-right:0}.d\:sui-shadow-1{--tw-shadow: .267px 1.982px 7px 0px rgba(0, 0, 0, .14), .135px 1.003px 3.052px 0px rgba(0, 0, 0, .04), .053px .396px 1.138px 0px rgba(0, 0, 0, .05), .012px 0px .405px 0px rgba(0, 0, 0, .02);--tw-shadow-colored: .267px 1.982px 7px 0px var(--tw-shadow-color), .135px 1.003px 3.052px 0px var(--tw-shadow-color), .053px .396px 1.138px 0px var(--tw-shadow-color), .012px 0px .405px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.d\:sui-shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1280px){.xl\:sui-mr-\[calc\(330px\+3rem\)\]{margin-right:calc(330px + 3rem)}.xl\:sui-w-\[330px\]{width:330px}.xl\:sui-min-w-\[202px\]{min-width:202px}.xl\:sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:sui-flex-row{flex-direction:row}.xl\:sui-pt-5{padding-top:2.5rem}}.\[\&\:has\(\[role\=checkbox\]\)\]\:sui-pr-0:has([role=checkbox]){padding-right:0}.\[\&\>div\]\:sui-justify-center>div{justify-content:center}.\[\&\>label\]\:sui-top-\[7px\]>label{top:7px}.\[\&\>li\:last-child\]\:\[bottom\:32px\]>li:last-child{bottom:32px}.\[\&\>li\:last-child\]\:\[scale\:1\]>li:last-child{scale:1}.\[\&\>li\:last-child\]\:\[top\:28px\]>li:last-child{top:28px}.\[\&\>li\:nth-last-child\(2\)\]\:\[bottom\:38px\]>li:nth-last-child(2){bottom:38px}.\[\&\>li\:nth-last-child\(2\)\]\:\[scale\:0\.98\]>li:nth-last-child(2){scale:.98}.\[\&\>li\:nth-last-child\(2\)\]\:\[top\:20px\]>li:nth-last-child(2){top:20px}.\[\&\>li\]\:\[bottom\:44px\]>li{bottom:44px}.\[\&\>li\]\:\[scale\:0\.96\]>li{scale:.96}.\[\&\>li\]\:\[top\:12px\]>li{top:12px}.\[\&\>p\]\:sui-overflow-hidden>p{overflow:hidden}.\[\&\>p\]\:sui-text-ellipsis>p{text-overflow:ellipsis}.\[\&\>p\]\:sui-whitespace-nowrap>p{white-space:nowrap}.\[\&\>span\:first-child\]\:sui-flex>span:first-child{display:flex}.\[\&\>span\:first-child\]\:sui-flex-1>span:first-child{flex:1 1 0%}.\[\&\>span\:first-child\]\:sui-justify-between>span:first-child{justify-content:space-between}.\[\&\>span\]\:sui-w-full>span{width:100%}.\[\&\>span\]\:sui-overflow-hidden>span{overflow:hidden}.\[\&\>span\]\:sui-text-ellipsis>span{text-overflow:ellipsis}.\[\&\>span\]\:sui-whitespace-nowrap>span{white-space:nowrap}.\[\&\>svg\]\:sui-w-\[16px\]>svg{width:16px}.\[\&\>tr\:last-child\>td\]\:sui-border-b-0>tr:last-child>td{border-bottom-width:0px}.\[\&\>tr\]\:last\:sui-border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:sui-rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]_\.sui-icon-rotate\]\:sui-rotate-180[data-state=open] .sui-icon-rotate{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\*\]\:sui-font-normal *{font-weight:400}.\[\&_\*\]\:sui-text-black *{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.\[\&_\[cmdk-group-heading\]\]\:sui-px-2 [cmdk-group-heading]{padding-left:1rem;padding-right:1rem}.\[\&_\[cmdk-group-heading\]\]\:sui-py-\[2px\] [cmdk-group-heading]{padding-top:2px;padding-bottom:2px}.\[\&_\[cmdk-group-heading\]\]\:sui-font-bold [cmdk-group-heading]{font-weight:700}.\[\&_\[cmdk-group-heading\]\]\:sui-text-neutral-text-medium [cmdk-group-heading]{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.\[\&_\[cmdk-group-heading\]\]\:sui-text-caption [cmdk-group-heading]{font-size:13px}@media (min-width: 640px){.\[\&_\[cmdk-group-heading\]\]\:sui-text-caption [cmdk-group-heading]{font-size:12px}}.\[\&_\[cmdk-group-heading\]\]\:sui-text-caption [cmdk-group-heading]{font-family:Urbanist,sans-serif;font-weight:500;line-height:125%}.\[\&_input\]\:sui-py-\[7px\] input{padding-top:7px;padding-bottom:7px}.\[\&_input\]\:sui-pl-4 input{padding-left:2rem}.\[\&_label\]\:sui-break-all label{word-break:break-all}.\[\&_path\]\:sui-fill-action-icon path{fill:rgb(var(--color-admin-action-icon-rgb) / 1)}.\[\&_svg\]\:\[fill\:var\(--sui-colors-gray-30\)\] svg{fill:var(--sui-colors-gray-30)}.\[\&_svg\]\:\[translate\:80px_0\] svg{translate:80px 0}.\[\&_tbody_tr\:last-child_td\]\:sui-border-b-0 tbody tr:last-child td{border-bottom-width:0px}.\[\&_td\]\:sui-whitespace-nowrap td{white-space:nowrap}.\[\&_td\]\:sui-border-b td{border-bottom-width:1px}.\[\&_td\]\:sui-border-solid td{border-style:solid}.\[\&_td\]\:sui-border-neutral-border td{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.\[\&_td\]\:sui-px-4 td{padding-left:2rem;padding-right:2rem}.\[\&_th\]\:sui-whitespace-nowrap th{white-space:nowrap}.\[\&_th\]\:sui-border-b th{border-bottom-width:1px}.\[\&_th\]\:sui-border-solid th{border-style:solid}.\[\&_th\]\:sui-border-neutral-border th{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.\[\&_th\]\:sui-bg-neutral-background-weak th{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.\[\&_th\]\:sui-px-4 th{padding-left:2rem;padding-right:2rem}.\[\&_tr\:last-child\]\:sui-border-0 tr:last-child{border-width:0px}.\[\&_tr\:last-child_td\]\:sui-border-b-0 tr:last-child td{border-bottom-width:0px}.\[\&_tr\:last-child_th\]\:sui-border-b-0 tr:last-child th{border-bottom-width:0px}.\[\&_tr\]\:sui-border-b tr{border-bottom-width:1px}.\[\&_tr\]\:sui-border-solid tr{border-style:solid}.\[\&_tr\]\:sui-border-neutral-border tr{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}@media ((min-height:762px) and (min-width:1024px)){.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-mx-auto{margin-left:auto;margin-right:auto}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-h-\[80px\]{height:80px}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-min-h-\[80px\]{min-height:80px}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-min-w-\[80px\]{min-width:80px}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-flex-col{flex-direction:column}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-px-2{padding-left:1rem;padding-right:1rem}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-text-center{text-align:center}}@media ((min-height:908px) and (min-width:1024px)){.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-h-\[128px\]{height:128px}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-min-h-\[128px\]{min-height:128px}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-w-\[128px\]{width:128px}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-min-w-\[128px\]{min-width:128px}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-lg{font-size:27px}@media (min-width: 640px){.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-lg{font-size:40px}}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-lg{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-size:29px}@media (min-width: 640px){.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-size:48px}}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}}
