.MessageBubble-module__gTibcG__messageContainer{width:100%;margin-bottom:var(--spacing-sm,12px);display:flex}.MessageBubble-module__gTibcG__messageContainer.MessageBubble-module__gTibcG__sent{justify-content:flex-end}.MessageBubble-module__gTibcG__messageContainer.MessageBubble-module__gTibcG__received{justify-content:flex-start}.MessageBubble-module__gTibcG__messageRow{gap:var(--spacing-2xs,4px);flex-direction:column;max-width:75%;display:flex}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__messageRow{align-items:flex-end}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__messageRow{align-items:flex-start}.MessageBubble-module__gTibcG__bubble{max-width:100%;padding:var(--spacing-sm,12px) var(--spacing-md,16px);position:relative}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__bubble{background-color:var(--message-bubble-owner-bg,var(--primary-light,#00ffb0));color:var(--message-bubble-owner-text,var(--blue-gray-800));border-radius:12px 12px 0}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__bubble{background-color:var(--message-bubble-staff-bg,var(--black-gray-100,#f8f8f7));color:var(--message-bubble-staff-text,var(--blue-gray-800));border-radius:12px 12px 12px 0}.MessageBubble-module__gTibcG__body{font-size:var(--font-size-base,15px);font-weight:var(--font-weight-normal,400);word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;margin:0;line-height:1.5}.MessageBubble-module__gTibcG__timestamp{font-size:var(--font-size-xs,11px);font-weight:var(--font-weight-normal,400);white-space:nowrap;line-height:1.3}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__timestamp{color:var(--message-bubble-owner-timestamp,var(--blue-gray-600))}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__timestamp{color:var(--message-bubble-staff-timestamp,var(--blue-gray-500))}@media (max-width:600px){.MessageBubble-module__gTibcG__messageRow{max-width:92%}.MessageBubble-module__gTibcG__bubble{padding:var(--spacing-xs,10px) var(--spacing-sm,12px)}.MessageBubble-module__gTibcG__body{font-size:var(--font-size-sm,14px)}}@media (prefers-contrast:high){.MessageBubble-module__gTibcG__timestamp{opacity:1}}
.StatusTag-module__m--0CG__statusTag{padding:var(--status-tag-padding);border-radius:var(--status-tag-border-radius);font-family:var(--status-tag-font-family);font-size:var(--status-tag-font-size);font-weight:var(--status-tag-font-weight);line-height:var(--status-tag-line-height);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.StatusTag-module__m--0CG__ongoing{background-color:var(--status-tag-ongoing-bg);color:var(--status-tag-ongoing-text)}.StatusTag-module__m--0CG__resolved{background-color:var(--status-tag-resolved-bg);color:var(--status-tag-resolved-text)}.StatusTag-module__m--0CG__pending{background-color:var(--status-tag-pending-bg);color:var(--status-tag-pending-text)}
.ChatComposer-module__3BO-Eq__composerContainer{z-index:10;padding-bottom:env(safe-area-inset-bottom);background-color:var(--chat-composer-bg);border-top:1px solid var(--chat-composer-border);padding:var(--chat-composer-padding);position:sticky;bottom:0;left:0;right:0}.ChatComposer-module__3BO-Eq__composer{align-items:flex-start;gap:var(--chat-composer-gap);max-width:800px;margin:0 auto;display:flex}.ChatComposer-module__3BO-Eq__inputWrapper{gap:var(--spacing-xs,8px);flex-direction:column;flex:1;min-width:0;display:flex}.ChatComposer-module__3BO-Eq__input,.ChatComposer-module__3BO-Eq__inputError{width:100%;padding:var(--chat-composer-input-padding);color:var(--chat-composer-input-color);background-color:var(--chat-composer-input-bg);border:1px solid var(--chat-composer-input-border);border-radius:var(--chat-composer-border-radius);outline:none;font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s}.ChatComposer-module__3BO-Eq__inputError{border-color:var(--content-error,#dc2626)}.ChatComposer-module__3BO-Eq__errorMessages{flex-direction:column;gap:2px;display:flex}.ChatComposer-module__3BO-Eq__errorMessages:focus{outline:none}.ChatComposer-module__3BO-Eq__errorMessage{font-size:var(--font-size-sm,14px);color:var(--content-error,#dc2626);margin:0}.ChatComposer-module__3BO-Eq__input::-moz-placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__inputError::-moz-placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__input::placeholder,.ChatComposer-module__3BO-Eq__inputError::placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__input:focus,.ChatComposer-module__3BO-Eq__input:focus-visible{border-color:var(--chat-composer-input-focus-border)}.ChatComposer-module__3BO-Eq__inputError:focus,.ChatComposer-module__3BO-Eq__inputError:focus-visible{border-color:var(--content-error,#dc2626)}.ChatComposer-module__3BO-Eq__input:disabled,.ChatComposer-module__3BO-Eq__inputError:disabled{background-color:var(--chat-composer-input-disabled-bg);cursor:not-allowed}.ChatComposer-module__3BO-Eq__sendButton{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:0;padding:0;transition:transform .2s;display:flex}.ChatComposer-module__3BO-Eq__sendButton:hover:not(:disabled){transform:scale(1.1)}.ChatComposer-module__3BO-Eq__sendButton:active:not(:disabled){transform:scale(.95)}.ChatComposer-module__3BO-Eq__sendButton:disabled{cursor:not-allowed}.ChatComposer-module__3BO-Eq__sendButton:focus{outline:none}.ChatComposer-module__3BO-Eq__sendButton:focus-visible{outline:2px solid var(--focus-ring-color,var(--primary-main));outline-offset:2px;border-radius:50%}.ChatComposer-module__3BO-Eq__sendButton svg{width:32px;height:32px;transition:opacity .2s}@media (max-width:768px){.ChatComposer-module__3BO-Eq__composerContainer{position:fixed;bottom:0;left:0;right:0}.ChatComposer-module__3BO-Eq__input,.ChatComposer-module__3BO-Eq__inputError{font-size:16px}}@media (min-width:769px){.ChatComposer-module__3BO-Eq__composerContainer{padding-bottom:16px;position:relative}}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
.MiniCard-module__4Gr5ka__miniCard{border-radius:var(--border-radius-lg);background-color:var(--surface-neutral);width:360px;height:auto;padding:var(--spacing-xxs);padding-bottom:var(--spacing-sm);box-sizing:border-box;align-items:center;row-gap:var(--spacing-sm);font-family:var(--font-family-primary);flex-direction:column;justify-content:center;align-items:flex-start;min-height:234px;display:flex;box-shadow:0 4px 40px #0000001a}.MiniCard-module__4Gr5ka__link{text-decoration:none}.MiniCard-module__4Gr5ka__miniCardCarouselWrapper{border-radius:var(--border-radius-lg);width:352px;height:146px;padding:0;display:flex;overflow:hidden}.MiniCard-module__4Gr5ka__miniCardCarousel{border-radius:var(--border-radius-lg);width:352px;height:146px;position:relative;top:0}.MiniCard-module__4Gr5ka__miniCardContent{-moz-column-gap:11px;box-sizing:border-box;column-gap:11px;width:100%;height:100%;margin:0;padding:0 8px}.MiniCard-module__4Gr5ka__flexRow{flex-direction:row;justify-content:space-between;display:flex}.MiniCard-module__4Gr5ka__flexColumn{flex-direction:column;display:flex}.MiniCard-module__4Gr5ka__propertySummaryLeft{justify-content:space-between;row-gap:var(--spacing-xxs);box-sizing:border-box}.MiniCard-module__4Gr5ka__propertyYieldRight{justify-content:space-around}.MiniCard-module__4Gr5ka__address{color:var(--mini-card-text-color);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-style:normal;font-weight:var(--font-weight-bold);align-self:stretch;line-height:normal}.MiniCard-module__4Gr5ka__iconTextSummarySection{font-family:var(--mini-card-icon-text-font-family);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);color:var(--mini-card-text-color);align-items:center;gap:var(--spacing-sm);justify-content:flex-start;display:flex}.MiniCard-module__4Gr5ka__iconTextItem{-moz-column-gap:var(--spacing-xxs);column-gap:var(--spacing-xxs);align-items:center}.MiniCard-module__4Gr5ka__addressIcon{width:8px;height:auto}@media (max-width:1300px){.MiniCard-module__4Gr5ka__miniCard{min-width:300px;max-width:360px;width:unset;flex-shrink:2;height:auto;min-height:248px}}@media (max-width:1100px){.MiniCard-module__4Gr5ka__miniCard{max-width:unset;min-width:unset;min-height:unset;flex-shrink:0;width:360px;height:284px}.MiniCard-module__4Gr5ka__miniCardCarousel,.MiniCard-module__4Gr5ka__miniCardCarouselWrapper{width:352px;height:146px}}
.ChatPropertyPanel-module__dd2pcG__wrapper{flex:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;overflow:hidden auto}.ChatPropertyPanel-module__dd2pcG__loading{min-height:200px;padding:var(--spacing-md,16px);background:var(--blue-gray-main);border-radius:var(--border-radius-md,12px);color:#fffc;flex:1;justify-content:center;align-items:center;display:flex}@media (max-width:767px){.ChatPropertyPanel-module__dd2pcG__wrapper{display:none}}
.EventHero-module__ejjhJG__container{background-color:var(--surface-page);width:100%}.EventHero-module__ejjhJG__mainLayout{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex}@media (min-width:768px){.EventHero-module__ejjhJG__mainLayout{gap:2rem}}@media (min-width:1024px){.EventHero-module__ejjhJG__mainLayout{flex-direction:row;align-items:stretch;gap:3rem}}.EventHero-module__ejjhJG__rightContent{flex-direction:column;flex:1;order:2;justify-content:center;justify-self:center;align-items:stretch;width:100%;height:100%;display:flex}@media (min-width:1024px){.EventHero-module__ejjhJG__rightContent{justify-content:center;align-self:center;align-items:center;height:100%}}.EventHero-module__ejjhJG__leftContent{order:1;width:100%}@media (min-width:1024px){.EventHero-module__ejjhJG__leftContent{flex:1;order:1}}.EventHero-module__ejjhJG__eventHeader{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__eventHeader{gap:2rem;margin-bottom:2rem}}.EventHero-module__ejjhJG__badgeContainer{align-items:center;gap:118px;display:flex}.EventHero-module__ejjhJG__liveBadge{background-color:var(--danger-surface);border-radius:9999px;align-items:center;gap:.5rem;padding:6px 14px;display:flex}.EventHero-module__ejjhJG__liveDot{background-color:#ee3f28;border-radius:50%;width:4px;height:4px}.EventHero-module__ejjhJG__badgeText{color:#ee3f28;font-family:var(--font-family-primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1.5}.EventHero-module__ejjhJG__mainHeading{font-family:var(--event-hero-heading-font-family);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--event-hero-heading-color);text-transform:capitalize;line-height:1.4}@media (min-width:480px){.EventHero-module__ejjhJG__mainHeading{font-size:24px}}@media (min-width:640px){.EventHero-module__ejjhJG__mainHeading{font-size:30px}}@media (min-width:1024px){.EventHero-module__ejjhJG__mainHeading{font-size:32px}}.EventHero-module__ejjhJG__greenText{color:var(--event-hero-accent-color)}.EventHero-module__ejjhJG__subtitle{font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--content-secondary);line-height:1.5}@media (min-width:640px){.EventHero-module__ejjhJG__subtitle{font-size:16px}}.EventHero-module__ejjhJG__featuresList{flex-direction:column;gap:12px;display:flex}.EventHero-module__ejjhJG__feature{align-items:flex-start;gap:12px;display:flex}.EventHero-module__ejjhJG__featureIcon{width:24px;height:24px;color:var(--event-hero-accent-color);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.EventHero-module__ejjhJG__featureText{font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--content-emphasis);flex:1;line-height:1.5}@media (min-width:640px){.EventHero-module__ejjhJG__featureText{font-size:16px}}.EventHero-module__ejjhJG__video{border-radius:var(--border-radius-lg);aspect-ratio:16/9;border:none;width:100%;height:auto;min-height:300px;display:block}@media (min-width:640px){.EventHero-module__ejjhJG__video{min-height:400px}}@media (min-width:1024px){.EventHero-module__ejjhJG__video{aspect-ratio:16/9;width:auto;max-width:100%;height:100%;min-height:0}}@media (min-width:640px){.EventHero-module__ejjhJG__leftControls{gap:16px}}.EventHero-module__ejjhJG__liveIndicator{align-items:center;gap:6px;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__liveIndicator{gap:8px}}.EventHero-module__ejjhJG__liveDotLarge{background-color:#ee3f28;border-radius:50%;width:6px;height:6px}@media (min-width:640px){.EventHero-module__ejjhJG__liveDotLarge{width:8px;height:8px}}.EventHero-module__ejjhJG__liveText{color:#fff;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:400}@media (min-width:640px){.EventHero-module__ejjhJG__liveText{font-size:12px}}.EventHero-module__ejjhJG__rightControls{align-items:center;gap:8px;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__rightControls{gap:16px}}.EventHero-module__ejjhJG__rightControls>:nth-child(n+3){display:none}@media (min-width:480px){.EventHero-module__ejjhJG__rightControls>:nth-child(n+3){display:flex}.EventHero-module__ejjhJG__rightControls>:nth-child(n+5){display:none}}@media (min-width:640px){.EventHero-module__ejjhJG__rightControls>:nth-child(n+5){display:flex}}.EventHero-module__ejjhJG__autoplayToggle{width:32px;height:20px;position:relative}@media (min-width:640px){.EventHero-module__ejjhJG__autoplayToggle{width:36px;height:24px}}.EventHero-module__ejjhJG__autoplayTrack{background-color:#ffffff80;border-radius:9999px;position:absolute;inset:0}.EventHero-module__ejjhJG__autoplayThumb{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:0;right:0}@media (min-width:640px){.EventHero-module__ejjhJG__autoplayThumb{width:24px;height:24px}}.EventHero-module__ejjhJG__icon{color:#fff;width:20px;height:20px}@media (min-width:640px){.EventHero-module__ejjhJG__icon{width:24px;height:24px}}.EventHero-module__ejjhJG__iconFilled{fill:#fff}.EventHero-module__ejjhJG__iconBlack{color:#000;fill:#000;margin-left:2px}.EventHero-module__ejjhJG__iconSmall{width:10px;height:10px}@media (min-width:640px){.EventHero-module__ejjhJG__iconSmall{width:12px;height:12px}}
.Wishlist-module__2bdEpW__wishlist{padding-bottom:var(--32,32px);width:100%}.Wishlist-module__2bdEpW__wishlistGrid{-moz-column-gap:40px;grid-template-columns:360px 360px 360px;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:40px;width:100%;max-width:1500px;display:grid}.Wishlist-module__2bdEpW__wishlistGridItem{width:360px}.Wishlist-module__2bdEpW__loadingCard{border-radius:var(--border-radius-20);background-color:var(--black-gray-200);box-sizing:border-box;width:360px;height:284px}@media (max-width:1100px){.Wishlist-module__2bdEpW__wishlistGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Wishlist-module__2bdEpW__wishlistGrid{grid-template-columns:1fr}}
.ListingDetailsSheet-module___RxZta__overlay{z-index:200;background:#00283c8c;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.ListingDetailsSheet-module___RxZta__sheet{background:var(--surface-primary,#fff);border-radius:var(--border-radius-lg,16px) var(--border-radius-lg,16px) 0 0;max-height:100dvh;box-shadow:var(--shadow-lg,0 -8px 32px #0000002e);outline:none;flex-direction:column;animation:.24s ease-out ListingDetailsSheet-module___RxZta__listingDetailsSheetSlideUp;display:flex}.ListingDetailsSheet-module___RxZta__header{align-items:center;gap:var(--spacing-sm,12px);padding:var(--spacing-md,16px);border-bottom:1px solid var(--blue-gray-200);flex-shrink:0;display:flex}.ListingDetailsSheet-module___RxZta__closeButton{border-radius:var(--border-radius-md,12px);width:40px;height:40px;color:var(--blue-gray-main,#003850);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.ListingDetailsSheet-module___RxZta__closeButton:hover{background:var(--surface-subtle,#f3f4f6)}.ListingDetailsSheet-module___RxZta__title{font-size:var(--text-large-sb-font-size,18px);font-weight:var(--text-large-sb-font-weight,600);line-height:var(--text-large-sb-line-height,24px);color:var(--blue-gray-main,#003850);flex:1;margin:0}.ListingDetailsSheet-module___RxZta__content{min-height:0;padding:var(--spacing-md,16px);padding-bottom:calc(var(--spacing-md,16px) + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.ListingDetailsSheet-module___RxZta__loading,.ListingDetailsSheet-module___RxZta__errorState{min-height:240px;color:var(--content-secondary);text-align:center;justify-content:center;align-items:center;display:flex}.ListingDetailsSheet-module___RxZta__dragHandle{background:var(--blue-gray-200);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}@keyframes ListingDetailsSheet-module___RxZta__listingDetailsSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:768px){.ListingDetailsSheet-module___RxZta__overlay{display:none}}
.page-module__p9DxDW__page{flex-direction:column;gap:32px;width:100%;max-width:1444px;margin:0 auto;padding:24px 64px 64px;display:flex}.page-module__p9DxDW__header{gap:var(--spacing-md);flex-direction:column;display:flex}.page-module__p9DxDW__backLink{align-items:center;gap:var(--spacing-xs);cursor:pointer;color:var(--blue-gray-main);font-size:var(--font-size-base);background:0 0;border:none;width:fit-content;padding:0;display:inline-flex}.page-module__p9DxDW__title{color:var(--blue-gray-800);margin:0;font-size:26px;font-weight:700;line-height:1.2}@media (max-width:900px){.page-module__p9DxDW__page{gap:24px;padding:16px 16px 48px}}@media (max-width:600px){.page-module__p9DxDW__page{gap:20px;padding:12px 12px 40px}}
.ChatThreadPanel-module__QWjpdG__panel{background:var(--surface-primary,#fff);border:1px solid var(--blue-gray-200);border-radius:var(--border-radius-md,12px);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.ChatThreadPanel-module__QWjpdG__header{gap:var(--spacing-sm,12px);padding:var(--spacing-md,16px);border-bottom:1px solid var(--blue-gray-200);flex-direction:column;flex-shrink:0;display:flex}.ChatThreadPanel-module__QWjpdG__mobileBackLink{align-items:center;gap:var(--spacing-xs,8px);min-width:0;color:var(--blue-gray-main);font-size:var(--font-size-base);flex:1;text-decoration:none;display:none}.ChatThreadPanel-module__QWjpdG__mobileBackOnly{justify-content:center;align-items:center;width:fit-content;text-decoration:none;display:none}.ChatThreadPanel-module__QWjpdG__mobileBackLink:focus,.ChatThreadPanel-module__QWjpdG__mobileBackOnly:focus{outline:none}.ChatThreadPanel-module__QWjpdG__mobileBackLink:focus-visible,.ChatThreadPanel-module__QWjpdG__mobileBackOnly:focus-visible{outline:2px solid var(--focus-ring-color,var(--primary-main));outline-offset:2px;border-radius:var(--border-radius-sm,8px)}.ChatThreadPanel-module__QWjpdG__mobileHeaderTop{align-items:center;min-width:0;display:none}.ChatThreadPanel-module__QWjpdG__mobileHeaderSub{justify-content:space-between;align-items:center;gap:var(--spacing-sm,12px);min-width:0;display:none}.ChatThreadPanel-module__QWjpdG__mobileHeaderSubSpacer{flex:1;min-width:0}.ChatThreadPanel-module__QWjpdG__mobileTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-large-r-font-size,18px);font-weight:var(--text-large-r-font-weight,400);line-height:var(--text-large-r-line-height);color:var(--blue-gray-main,#003850);flex:1;overflow:hidden}.ChatThreadPanel-module__QWjpdG__desktopStatusTag,.ChatThreadPanel-module__QWjpdG__mobileStatusTag{border-radius:9999px;flex-shrink:0;padding:4px 10px}.ChatThreadPanel-module__QWjpdG__mobileStatusTag{display:none}.ChatThreadPanel-module__QWjpdG__skeletonMobileTitle{background:var(--surface-subtle,#f3f4f6);border-radius:4px;flex:1;height:20px;animation:1.5s ease-in-out infinite ChatThreadPanel-module__QWjpdG__threadSkeletonPulse}.ChatThreadPanel-module__QWjpdG__headerRow{justify-content:space-between;align-items:center;gap:var(--spacing-md,16px);display:flex}.ChatThreadPanel-module__QWjpdG__title{font-size:var(--text-large-r-font-size,18px);font-weight:var(--text-large-r-font-weight,400);line-height:var(--text-large-r-line-height);letter-spacing:var(--text-large-r-letter-spacing);color:var(--blue-gray-main,#003850);margin:0}.ChatThreadPanel-module__QWjpdG__listingDetailsLink{align-items:center;gap:var(--spacing-xs,8px);min-width:0;color:var(--primary,#00cc8d);font-size:var(--font-size-base);font-family:inherit;font-weight:var(--font-weight-medium,500);cursor:pointer;background:0 0;border:none;flex:1;padding:0;text-decoration:none;display:none}.ChatThreadPanel-module__QWjpdG__listingDetailsLink:hover{opacity:.85}.ChatThreadPanel-module__QWjpdG__messagesContainer{min-height:0;padding:var(--spacing-md,16px);flex:1;overflow-y:auto}.ChatThreadPanel-module__QWjpdG__messagesList{gap:var(--spacing-sm,12px);flex-direction:column;display:flex}.ChatThreadPanel-module__QWjpdG__messagesEndAnchor{flex-shrink:0;width:100%;height:0}.ChatThreadPanel-module__QWjpdG__emptyState{min-height:160px;color:var(--content-secondary);text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.ChatThreadPanel-module__QWjpdG__emptyState p{margin:0}.ChatThreadPanel-module__QWjpdG__notFoundState{justify-content:center;align-items:center;gap:var(--spacing-sm,12px);padding:var(--spacing-lg,24px);text-align:center;flex-direction:column;flex:1;display:flex}.ChatThreadPanel-module__QWjpdG__notFoundTitle{font-size:var(--text-large-r-font-size,18px);font-weight:var(--font-weight-semibold,600);color:var(--blue-gray-main,#003850);margin:0}.ChatThreadPanel-module__QWjpdG__notFoundMessage{max-width:28rem;color:var(--content-secondary);margin:0}.ChatThreadPanel-module__QWjpdG__notFoundLink{margin-top:var(--spacing-xs,8px);padding:var(--spacing-sm,12px) var(--spacing-md,16px);border-radius:var(--border-radius-md,12px);background:var(--primary-main);color:var(--surface-primary,#fff);font-weight:var(--font-weight-medium,500);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ChatThreadPanel-module__QWjpdG__composerNotice{padding:0 var(--spacing-md,16px) var(--spacing-sm,12px);color:var(--content-secondary);font-size:var(--font-size-sm,14px);text-align:center;flex-shrink:0;margin:0}.ChatThreadPanel-module__QWjpdG__toast{top:var(--spacing-md,16px);z-index:100;max-width:min(480px,100vw - 32px);padding:var(--spacing-sm,12px) var(--spacing-md,16px);border-radius:var(--border-radius-md,12px);background:var(--blue-gray-main,#003850);color:var(--surface-primary,#fff);font-size:var(--font-size-sm,14px);text-align:center;box-shadow:var(--shadow-md,0 8px 24px #00000026);line-height:1.4;position:fixed;left:50%;transform:translate(-50%)}.ChatThreadPanel-module__QWjpdG__skeletonList{gap:var(--spacing-md,16px);flex-direction:column;animation:1.5s ease-in-out infinite ChatThreadPanel-module__QWjpdG__threadSkeletonPulse;display:flex}.ChatThreadPanel-module__QWjpdG__skeletonBubbleReceived,.ChatThreadPanel-module__QWjpdG__skeletonBubbleSent{border-radius:var(--border-radius-md,12px);background:var(--surface-subtle,#f3f4f6);height:72px}.ChatThreadPanel-module__QWjpdG__skeletonBubbleReceived{align-self:flex-start;width:75%}.ChatThreadPanel-module__QWjpdG__skeletonBubbleSent{align-self:flex-end;width:65%}.ChatThreadPanel-module__QWjpdG__skeletonTitle{background:var(--surface-subtle,#f3f4f6);border-radius:4px;width:55%;height:20px;animation:1.5s ease-in-out infinite ChatThreadPanel-module__QWjpdG__threadSkeletonPulse}.ChatThreadPanel-module__QWjpdG__skeletonListingLink{background:var(--surface-subtle,#f3f4f6);border-radius:4px;width:140px;height:16px;animation:1.5s ease-in-out infinite ChatThreadPanel-module__QWjpdG__threadSkeletonPulse}@keyframes ChatThreadPanel-module__QWjpdG__threadSkeletonPulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:767px){.ChatThreadPanel-module__QWjpdG__panel{border:none;border-radius:0;height:100%}.ChatThreadPanel-module__QWjpdG__mobileHeaderTop,.ChatThreadPanel-module__QWjpdG__mobileHeaderSub{display:flex}.ChatThreadPanel-module__QWjpdG__mobileBackLink{width:100%;display:flex}.ChatThreadPanel-module__QWjpdG__mobileBackOnly,.ChatThreadPanel-module__QWjpdG__mobileStatusTag{display:inline-flex}.ChatThreadPanel-module__QWjpdG__headerRow{display:none}.ChatThreadPanel-module__QWjpdG__listingDetailsLink{display:inline-flex}.ChatThreadPanel-module__QWjpdG__skeletonListingLink{flex:1;display:block}.ChatThreadPanel-module__QWjpdG__messagesContainer{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}}@media (min-width:768px){.ChatThreadPanel-module__QWjpdG__listingDetailsLink,.ChatThreadPanel-module__QWjpdG__skeletonListingLink{display:none}.ChatThreadPanel-module__QWjpdG__desktopStatusTag{display:inline-flex}}
/*# sourceMappingURL=0b4uhsm2golgj.css.map*/