.copy-btn.svelte-1kw4msz{color:var(--xz-color-text-300);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.copy-btn.is-size-sm.svelte-1kw4msz{border-radius:4px;padding:2px 4px;font-size:13px}.copy-btn.is-size-md.svelte-1kw4msz{border-radius:6px;width:24px;height:24px;font-size:.8rem}.copy-btn.svelte-1kw4msz:hover{background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-text-100)}.copy-btn.is-copied.svelte-1kw4msz,.copy-btn.is-copied.svelte-1kw4msz:hover{color:var(--xz-color-success-text-100);background-color:#0000}.empty-state.svelte-13862ru{flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;display:flex}.text.svelte-13862ru{text-align:center;margin-top:24px}.title.svelte-13862ru{color:var(--xz-color-neutral-500);font-weight:600;font-size:var(--xz-font-size-400);font-family:var(--xz-font-family-secondary);word-break:break-word;margin:0}.subtitle.svelte-13862ru{color:var(--xz-color-neutral-500);font-size:var(--xz-font-size-300);margin:8px 0 0}.file-icon.svelte-cfsevd{background:var(--xz-color-neutral-soft-100);width:48px;height:48px;color:var(--xz-color-text-200);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:relative;overflow:hidden}.file-icon.variant-pdf.svelte-cfsevd{color:oklch(70% .18 25.315);background:oklch(97% .014 17.529)}.file-icon.variant-word.svelte-cfsevd{color:oklch(70% .18 259.83);background:oklch(97% .014 254.737)}.file-icon.variant-sheet.svelte-cfsevd{color:oklch(70% .18 149.6);background:oklch(97% .014 156.147)}.file-icon.variant-ppt.svelte-cfsevd{color:oklch(70% .18 47.592);background:oklch(97% .014 73.569)}[data-theme=dark] .file-icon.variant-pdf.svelte-cfsevd{color:oklch(70% .2078 25.315);background:oklch(50% .15 17.529/.2)}[data-theme=dark] .file-icon.variant-word.svelte-cfsevd{color:oklch(60% .18 259.83);background:oklch(50% .15 254.737/.2)}[data-theme=dark] .file-icon.variant-sheet.svelte-cfsevd{color:oklch(70% .18 149.6);background:oklch(50% .15 156.147/.2)}[data-theme=dark] .file-icon.variant-ppt.svelte-cfsevd{color:oklch(70% .18 47.592);background:oklch(50% .15 73.569/.2)}.xz-modal.svelte-mh1q2o{--modal-panel-background:var(--xz-color-surface-50);z-index:3000;background:var(--modal-background,#00000040);opacity:0;visibility:hidden;pointer-events:none;overscroll-behavior:contain;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;justify-content:flex-start;align-items:center;padding:0 24px;transition:all .16s;display:flex;position:fixed;inset:0;overflow-y:hidden}.xz-modal.is-active.svelte-mh1q2o{opacity:1}.xz-modal.svelte-mh1q2o:before,.xz-modal.svelte-mh1q2o:after{content:"";flex-grow:1;height:1.5rem;min-height:2rem;display:block}.xz-modal.svelte-mh1q2o .xz-modal-panel:where(.svelte-mh1q2o){width:100%;max-width:var(--modal-panel-width,32rem);min-height:var(--min-height);max-height:var(--max-height);border:1px solid var(--xz-color-line-50);corner-shape:superellipse(1.5);background:var(--xz-color-surface-50);box-shadow:var(--modal-panel-shadow,var(--xz-box-shadow-200));border-radius:36px;flex-direction:column;padding:0;transition:all .16s ease-in-out;display:flex;position:relative;overflow:auto;transform:translateY(-12px)}.xz-modal.svelte-mh1q2o .xz-modal-panel:where(.svelte-mh1q2o) .xz-modal-loading:where(.svelte-mh1q2o){z-index:3;background:color-mix(in oklab, var(--xz-color-surface-50) 70%, transparent);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.xz-modal.svelte-mh1q2o .xz-modal-close:where(.svelte-mh1q2o){z-index:1;width:2.5rem;height:2.5rem;color:var(--xz-color-text-200);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:999px;justify-content:center;align-items:center;font-weight:600;transition:all 80ms ease-in-out;display:flex;position:absolute;top:.5rem;right:.5rem}.xz-modal.svelte-mh1q2o .xz-modal-close.hide-header-bar:where(.svelte-mh1q2o){display:none}.xz-modal.svelte-mh1q2o .xz-modal-close:where(.svelte-mh1q2o):hover{background:var(--xz-color-neutral-soft-100)}.xz-modal.is-active.svelte-mh1q2o{opacity:1;visibility:visible;pointer-events:all}.xz-modal.is-active.svelte-mh1q2o .xz-modal-panel:where(.svelte-mh1q2o){transform:translate(0,0)}.xz-modal.svelte-mh1q2o .modal-content:where(.svelte-mh1q2o){flex-direction:column;flex-grow:1;display:flex;overflow:auto;container:modal-content/inline-size}.xz-modal.svelte-mh1q2o .header-bar:where(.svelte-mh1q2o){-webkit-user-select:none;user-select:none;padding:24px 24px 16px 32px;container:modal-header/inline-size}.xz-modal.svelte-mh1q2o .header-bar.hide-header-bar:where(.svelte-mh1q2o){padding:0;display:none}.xz-modal.svelte-mh1q2o .off-modal-close-container:where(.svelte-mh1q2o){-webkit-user-select:none;user-select:none;justify-content:center;width:100%;margin-bottom:8px;display:flex}.xz-modal.svelte-mh1q2o .off-modal-close-container:where(.svelte-mh1q2o) .off-modal-close-container-inner:where(.svelte-mh1q2o){justify-content:flex-end;width:100%;display:flex}.xz-modal.svelte-mh1q2o .off-modal-close-container:where(.svelte-mh1q2o) .off-modal-close:where(.svelte-mh1q2o){-webkit-user-select:none;user-select:none;border-radius:999px;position:relative;top:0;right:0}@media (width<1024px){.xz-modal.svelte-mh1q2o:not(.disable-bottom-sheet-on-mobile){opacity:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:0 0;justify-content:flex-end;padding:0;transition:all .32s cubic-bezier(.645,.045,.355,1)}.xz-modal.svelte-mh1q2o:not(.disable-bottom-sheet-on-mobile) .xz-modal-panel:where(.svelte-mh1q2o){opacity:1;visibility:visible;pointer-events:all;border-radius:16px 16px 0 0;min-width:100%;max-height:90dvh;transition:transform .32s cubic-bezier(.645,.045,.355,1);transform:translateY(100%)}.xz-modal:not(.disable-bottom-sheet-on-mobile).is-active.svelte-mh1q2o{opacity:1;background:#00000080}.xz-modal:not(.disable-bottom-sheet-on-mobile).is-active.svelte-mh1q2o .xz-modal-panel:where(.svelte-mh1q2o){transform:translate(0,0)}.xz-modal.svelte-mh1q2o:not(.disable-bottom-sheet-on-mobile):after{display:none}.xz-modal.svelte-mh1q2o:not(.disable-bottom-sheet-on-mobile) .modal-content:where(.svelte-mh1q2o){flex:1;padding:0;overflow:auto}}.modal-footer.svelte-mh1q2o{border-top:1px solid var(--xz-color-line-50);container:modal-footer/inline-size}.modal-footer.hide-footer-hr.svelte-mh1q2o{border-top:none}.modal-footer.svelte-mh1q2o:empty{display:none}input[type=number].svelte-18xvsdn::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number].svelte-18xvsdn::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number].svelte-18xvsdn{appearance:textfield}.xz-field.svelte-18xvsdn label:where(.svelte-18xvsdn){color:var(--xz-color-text-200);font-size:12px;font-family:var(--xz-font-family-secondary)}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn){flex-direction:row;gap:1px;display:flex}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn) .currency-symbol:where(.svelte-18xvsdn){color:var(--xz-color-text-100);font-size:16px;font-weight:600;font-family:var(--xz-font-family-secondary);margin-top:6px}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn) input:where(.svelte-18xvsdn){color:var(--xz-color-primary-text-100);padding:0;box-shadow:none!important;font-size:32px!important;font-weight:600!important;font-family:var(--xz-font-family-secondary)!important;border:none!important;outline:none!important}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn) input:where(.svelte-18xvsdn)::placeholder{color:var(--xz-color-primary-text-100);opacity:.5}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn) input:where(.svelte-18xvsdn):hover{background-color:var(--xz-color-surface-200)}.xz-field.svelte-18xvsdn .xz-input:where(.svelte-18xvsdn) input:where(.svelte-18xvsdn):focus{background-color:#0000}.popover-menu.svelte-1yhr11e{--z-index:2000;position:relative}.panel-container.svelte-1yhr11e{z-index:var(--z-index);min-width:var(--panel-min-width,200px);position:absolute}.panel-container.pos-top-right.svelte-1yhr11e{top:var(--offset-top);right:var(--offset-right)}.panel-container.pos-top-left.svelte-1yhr11e{top:var(--offset-top);left:var(--offset-left)}.panel-container.pos-bottom-left.svelte-1yhr11e{bottom:calc(100% + var(--offset-bottom));left:var(--offset-left)}.panel-container.pos-bottom-right.svelte-1yhr11e{right:var(--offset-right);bottom:calc(100% + var(--offset-bottom))}.panel-container.is-portaled.svelte-1yhr11e{position:fixed;inset:0 auto auto 0}.panel-header.svelte-1yhr11e{font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);justify-content:space-between;align-items:center;padding:8px 12px 12px;display:flex}.popover-menu-item.svelte-bhu5ur{box-sizing:border-box;white-space:normal;cursor:pointer;border-radius:8px;align-items:center;gap:12px;width:100%;padding:8px 16px 8px 8px;display:flex}.popover-menu-item.svelte-bhu5ur:hover{background-color:var(--xz-color-neutral-soft-100)}.item-icon.svelte-bhu5ur{width:32px;height:32px;color:var(--xz-color-text-100);border-radius:999px;justify-content:center;align-items:center;font-size:20px;display:flex}.item-content.svelte-bhu5ur{font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);text-align:left;flex:1}.check-icon.svelte-bhu5ur{align-items:center;display:flex}@keyframes svelte-x2cdj9-shimmer{to{transform:translate(100%)}}.skeleton.svelte-x2cdj9{background-color:var(--xz-color-neutral-soft-100);position:relative;overflow:hidden}.skeleton.svelte-x2cdj9:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:2s infinite svelte-x2cdj9-shimmer;position:absolute;inset:0;transform:translate(-100%)}.product-info-section.svelte-119na3l{flex-direction:column;gap:8px;min-height:108px;display:flex}.section-label.svelte-119na3l{color:var(--xz-color-text-200);font-size:14px;font-weight:500}.product-card.svelte-119na3l{border:1px solid var(--xz-color-line-50);border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.product-image.svelte-119na3l{object-fit:cover;border-radius:8px;flex-shrink:0;width:56px;height:56px}.product-title.svelte-119na3l{min-width:0;color:var(--xz-color-text-100);flex:1;font-size:14px;font-weight:500;line-height:1.4}.product-details.svelte-119na3l{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;display:flex}.progress-container.svelte-1qjgclg{width:100%;padding:0}.progress-bar.svelte-1qjgclg{justify-content:space-between;align-items:flex-start;width:100%;display:flex;position:relative}.step-item.svelte-1qjgclg{color:var(--xz-color-text-200);text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-circle.svelte-1qjgclg{z-index:2;border:2px solid var(--xz-color-line-50);background-color:var(--xz-color-neutral-soft-200);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:8px;font-size:12px;font-weight:600;transition:all .3s;display:flex}.step-item.active.svelte-1qjgclg .step-circle:where(.svelte-1qjgclg){border-color:var(--xz-color-primary-line-100);background-color:var(--xz-color-primary-bg-100);color:#fff}.step-item.current.svelte-1qjgclg .step-circle:where(.svelte-1qjgclg){border-color:var(--xz-color-primary-line-100);background-color:var(--xz-color-primary-bg-100);color:#fff;box-shadow:0 0 0 4px var(--xz-color-primary-soft-200);transform:scale(1.1)}.step-label.svelte-1qjgclg{max-width:160px;font-size:12px;font-weight:600;font-family:var(--xz-font-family-secondary);white-space:pre-wrap;word-break:break-word;margin-top:4px}.step-item.active.svelte-1qjgclg .step-label:where(.svelte-1qjgclg),.step-item.current.svelte-1qjgclg .step-label:where(.svelte-1qjgclg){color:var(--xz-color-text-200);font-weight:600}.step-connector.svelte-1qjgclg{z-index:1;background-color:var(--xz-color-neutral-soft-200);width:calc(100% - 24px);height:2px;position:absolute;top:12px;right:calc(12px - 50%)}.step-connector.active.svelte-1qjgclg{background-color:var(--xz-color-primary-bg-100)}@media (width<=600px){.step-label.svelte-1qjgclg{display:none}.step-connector.svelte-1qjgclg{top:12px}}.progress-percent.svelte-1pobb6c{--track-height:2px;--thumb-size:14px;--notch-size:7px;--active-color:var(--xz-color-text-200);align-items:center;width:100%;height:32px;display:flex}.progress-percent.svelte-1pobb6c .root{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.progress-percent.svelte-1pobb6c .thumb{z-index:2;width:var(--thumb-size);height:var(--thumb-size);border:2px solid var(--xz-color-text-200);background-color:var(--xz-color-surface-100);cursor:pointer;border-radius:4px;outline:none;position:absolute;transform:rotate(45deg)}.progress-percent.svelte-1pobb6c .range-track{height:var(--track-height);background-color:var(--active-color);position:absolute}.progress-percent.svelte-1pobb6c .range-container:where(.svelte-1pobb6c){justify-content:center;align-items:center;width:100%;height:24px;display:flex;position:relative}.progress-percent.svelte-1pobb6c .range-container:where(.svelte-1pobb6c) .base-track:where(.svelte-1pobb6c){width:100%;height:var(--track-height);border-radius:var(--track-height);background-color:var(--xz-color-neutral-soft-200);position:absolute;overflow:hidden}.progress-percent.svelte-1pobb6c .small-notch:where(.svelte-1pobb6c){z-index:1;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute}.progress-percent.svelte-1pobb6c .small-notch:where(.svelte-1pobb6c) .notch-item:where(.svelte-1pobb6c){width:var(--notch-size);height:var(--notch-size);border:1px solid var(--xz-color-line-50);background-color:var(--xz-color-neutral-soft-200);border-radius:50%}.progress-percent.svelte-1pobb6c .small-notch:where(.svelte-1pobb6c) .notch-item.is-active:where(.svelte-1pobb6c){border-color:var(--active-color);background-color:var(--active-color)}.tooltip-content.svelte-11extwn{color:#fff;font-size:12px;font-weight:600;font-family:var(--xz-font-family-secondary);background-color:#000;border-radius:8px;padding:4px 8px;line-height:16px;box-shadow:0 0 10px #0000001a}.tooltip-content.is-pointer.svelte-11extwn{background-color:var(--xz-color-surface-50,#fff);max-width:280px;color:var(--xz-color-text-100);border-radius:12px;padding:12px;font-size:14px;font-weight:400;line-height:20px;box-shadow:0 2px 4px #00000014}media-provider.svelte-l6y7q:has(+media-video-layout:where(.svelte-l6y7q)){pointer-events:none}.byob-share-banner.svelte-3btddo{background:radial-gradient(70% 120% at 6% 0%, #84b5ff73 0%, transparent 60%), radial-gradient(80% 130% at 100% 110%, #ffcca573 0%, #ae8eff66 45%, transparent 78%), var(--xz-color-surface-50);font-family:var(--xz-font-family-secondary);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:48px 16px;display:flex;position:relative;overflow:hidden}.star.svelte-3btddo{z-index:1;object-fit:contain;width:20px;height:24px;position:absolute}.star-left.svelte-3btddo{top:20px;left:14px}.star-right.svelte-3btddo{top:20px;right:14px}.headline.svelte-3btddo{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.title.svelte-3btddo{white-space:nowrap;justify-content:center;align-items:center;gap:2px;font-size:18px;font-weight:700;line-height:28px;display:flex}.title-text.svelte-3btddo{color:var(--xz-color-text-100)}.title-highlight.svelte-3btddo{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#84b5ff 0%,#0569ff 25%,#ae8eff 75%,#ffcca5 110%);-webkit-background-clip:text;background-clip:text}.subtitle.svelte-3btddo{color:var(--xz-color-text-200);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:20px}#BYOB_FIRST_CHAT .xz-modal-panel{background:#e6edff}.byob-card.svelte-25xl7s{flex-direction:column;gap:16px;padding:24px 16px;display:flex}.title.svelte-25xl7s{text-align:center;margin:0;font-size:20px;font-weight:700}.hero.svelte-25xl7s{flex-direction:column;align-items:center;width:100%;max-width:300px;margin:0 auto;display:flex;position:relative}.decorations.svelte-25xl7s{z-index:0;object-fit:contain;object-position:top;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.avatars.svelte-25xl7s{z-index:1;justify-content:center;gap:8px;display:flex}.avatar.svelte-25xl7s{width:126px;height:126px;color:var(--xz-color-text-200);background:linear-gradient(135deg,#8ab4ff 0%,#c9a8ff 50%,#ffb6a0 100%);border-radius:999px;justify-content:center;align-items:center;padding:6px;font-size:28px;display:flex}.avatar.svelte-25xl7s img:where(.svelte-25xl7s){object-fit:cover;background:var(--xz-color-surface-50);border-radius:999px;width:100%;height:100%}.mascot.svelte-25xl7s{z-index:1;width:160px;height:auto;margin-top:-16px;position:relative}.body.svelte-25xl7s{text-align:center;flex-direction:column;gap:4px;display:flex}.body-title.svelte-25xl7s{margin:0;font-size:16px;font-weight:600}.body-sub.svelte-25xl7s{color:var(--xz-color-text-300);margin:0;font-size:14px}.cta.svelte-25xl7s{margin-top:8px}.byob-share.svelte-911edt{font-family:var(--xz-font-family-secondary);flex-direction:column;display:flex;position:relative}.close-btn.svelte-911edt{z-index:2;width:32px;height:32px;color:var(--xz-color-text-300);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:12px;right:12px}.close-btn.svelte-911edt:hover{background:var(--xz-color-surface-100)}.hero.svelte-911edt{background:linear-gradient(to right, var(--xz-color-surface-50) 0%, var(--xz-color-surface-100) 10%, var(--xz-color-surface-300) 50%, var(--xz-color-purple-soft-solid-100) 100%);padding:32px 16px 0;position:relative;overflow:hidden}.hero-title.svelte-911edt{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#84b5ff 0%,#0569ff 30%,#ae8eff 75%,#ffcca5 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:20px;font-weight:700;line-height:28px;position:relative}.benefits.svelte-911edt{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex;position:relative}.benefit-item.svelte-911edt{align-items:flex-start;gap:12px;display:flex}.benefit-icon.svelte-911edt{background-color:var(--xz-color-primary-soft-solid-100);width:24px;height:24px;color:var(--xz-color-text-100);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.benefit-text.svelte-911edt{flex:1;min-width:0}.benefit-title-row.svelte-911edt{align-items:center;gap:4px;display:flex}.benefit-title.svelte-911edt{color:var(--xz-color-text-100);font-size:14px;font-weight:600;line-height:1.5}.benefit-info.svelte-911edt{color:var(--xz-color-text-200);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:14px;display:inline-flex}.benefit-body.svelte-911edt{color:var(--xz-color-text-200);margin:2px 0 0;font-size:14px;line-height:1.5}.mascot.svelte-911edt{pointer-events:none;width:202px;height:272px;margin:0 auto -110px;display:block;position:relative}.share-panel.svelte-911edt{background-color:var(--xz-color-surface-50);flex-direction:column;gap:12px;padding:24px 20px;display:flex}.share-label.svelte-911edt{font-size:14px;font-weight:600}.state.svelte-911edt{justify-content:center;align-items:center;min-height:56px;display:flex}.error-text.svelte-911edt{color:var(--xz-color-danger-text-fg);text-align:center;margin:0;font-size:14px}.link-row.svelte-911edt{background-color:var(--xz-color-surface-200);border-radius:12px;align-items:center;gap:12px;padding:8px 8px 8px 12px;display:flex}.link-text.svelte-911edt{min-width:0;color:var(--xz-color-text-200);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.byob-terms.svelte-911edt{font-size:14px;font-family:var(--xz-font-family-secondary);flex-direction:column;padding:24px 20px 20px;line-height:1.5;display:flex}.terms-header.svelte-911edt{align-items:center;min-height:32px;margin-bottom:16px;margin-right:40px;display:flex}.terms-back.svelte-911edt{border:1px solid var(--xz-color-line-100);background-color:var(--xz-color-surface-50);width:32px;height:32px;color:var(--xz-color-text-100);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-right:8px;padding:0;font-size:16px;display:inline-flex}.terms-back.svelte-911edt:hover{background-color:var(--xz-color-surface-200)}.terms-title.svelte-911edt{color:var(--xz-color-text-100);text-align:center;flex:1;margin:0;font-size:16px;font-weight:600;line-height:1.35}.terms-list.svelte-911edt{color:var(--xz-color-text-200);flex-direction:column;gap:8px;margin:0 0 16px;padding-left:18px;list-style-type:disc;display:flex}.terms-link.svelte-911edt{color:var(--xz-color-primary-text-100);word-break:break-all;text-decoration:underline}.terms-footer.svelte-911edt{color:var(--xz-color-text-300);text-align:center;margin:0;font-size:14px;line-height:20px}.category-sidebar.svelte-6nhz4j{background-color:var(--xz-color-surface-50);border-bottom-left-radius:12px;flex-direction:column;align-items:center;gap:4px;width:52px;display:flex;overflow-y:auto}@media (width<=500px){.category-sidebar.svelte-6nhz4j{width:60px}}.category-sidebar-content.svelte-6nhz4j{flex-direction:column;align-items:center;gap:2px;width:100%;padding:8px;display:flex;overflow-y:auto}.category-btn.svelte-6nhz4j{width:40px;min-width:40px;height:40px;min-height:40px;color:var(--xz-color-text-100);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:flex}.category-btn.svelte-6nhz4j:hover{background-color:var(--xz-color-neutral-soft-100)}.category-btn.active.svelte-6nhz4j{background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-primary-text-100)}img.sticker-pack-icon.svelte-6nhz4j{object-fit:contain;object-position:center}.loading-packs.svelte-6nhz4j{width:40px;height:40px;color:var(--xz-color-text-300);justify-content:center;align-items:center;padding:8px;font-size:16px;display:flex}.sticker-preview-overlay.svelte-1vrbk62{z-index:10;background-color:color-mix(in oklab, var(--xz-color-surface-100) 55%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top-left-radius:12px;border-top-right-radius:12px;justify-content:center;align-items:center;height:200px;display:flex;position:absolute;inset:0;transform:translateY(calc(-100% - 42px))}button.sticker-preview-content.svelte-1vrbk62{justify-content:center;align-items:center;width:180px;height:180px;padding-bottom:6px;display:flex}button.sticker-preview-content.svelte-1vrbk62 .sticker-preview-img:where(.svelte-1vrbk62){object-fit:contain;width:100%;height:100%}button.sticker-preview-content.svelte-1vrbk62 .sticker-preview-rive{width:100%;height:100%}.sticker-picker.svelte-rpalci{background-color:var(--xz-color-neutral-soft-100);border-radius:0 0 12px 12px;flex-direction:column;width:352px;height:435px;display:flex;position:relative}@media (width<=500px){.sticker-picker.svelte-rpalci{width:100%}}@media (width<=375px){.sticker-picker.svelte-rpalci{height:350px}}.sticker-content.svelte-rpalci{background-color:var(--xz-color-surface-100);flex:1;display:flex;overflow:hidden}.sticker-main.svelte-rpalci{background-color:var(--xz-color-surface-100);flex-direction:column;flex:1;display:flex;overflow:hidden}.section-header.svelte-rpalci{min-height:48px;color:var(--xz-color-text-100);align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.section-header.svelte-rpalci .section-title:where(.svelte-rpalci){font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);flex:1}.sticker-grid.svelte-rpalci{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;place-content:start center;place-items:center;gap:8px 2px;padding:8px;display:grid;overflow-y:auto}.sticker-item.svelte-rpalci{cursor:pointer;aspect-ratio:1;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:4px;transition:background-color .15s;display:flex}.sticker-item.svelte-rpalci:hover{background-color:var(--xz-color-neutral-soft-200)}.sticker-item.svelte-rpalci img:where(.svelte-rpalci){object-fit:contain;width:100%;height:100%}.sticker-item.svelte-rpalci .sticker-rive{aspect-ratio:1;width:100%;height:100%}.sticker-footer.svelte-rpalci{background-color:var(--xz-color-surface-50);border-bottom-right-radius:12px;border-bottom-left-radius:12px;align-items:center;gap:12px;padding:8px 12px;display:flex}.sticker-footer.svelte-rpalci .footer-icon:where(.svelte-rpalci){background-color:var(--xz-color-neutral-soft-100);aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;width:40px;font-size:24px;display:flex}.sticker-footer.svelte-rpalci .footer-info:where(.svelte-rpalci){flex-direction:column;gap:2px;display:flex}.sticker-footer.svelte-rpalci .footer-name:where(.svelte-rpalci){color:var(--xz-color-text-100);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary)}.sticker-footer.svelte-rpalci .footer-author:where(.svelte-rpalci){color:var(--xz-color-text-300);font-size:12px;font-weight:400;font-family:var(--xz-font-family-primary)}img.sticker-pack-icon.svelte-rpalci{object-fit:contain;object-position:center}.sticker-skeleton.svelte-rpalci{aspect-ratio:1;width:100%;padding:4px}.message.svelte-13j2uny{color:var(--xz-color-text-primary);font-size:22px;font-weight:600;line-height:1.5}.sub-message.svelte-13j2uny{color:var(--xz-color-text-300);font-size:18px}.lets-go-wrapper.svelte-13j2uny{width:100%;min-height:40px}.migration-content.svelte-anc523{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 24px 24px;display:flex}.migration-content.svelte-anc523 .message:where(.svelte-anc523){color:var(--xz-color-text-primary);font-size:22px;font-weight:600;line-height:1.5}.migration-content.svelte-anc523 .sub-message:where(.svelte-anc523){color:var(--xz-color-text-300);font-size:18px}.migration-content.svelte-gtw6ro{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 24px 24px;display:flex}.points-badge.svelte-11m5x64{background:var(--xz-color-neutral-soft-100);border-radius:999px;align-items:center;gap:4px;padding:4px 8px 4px 5px;display:flex}.points-badge.svelte-11m5x64 .icon:where(.svelte-11m5x64){justify-content:center;align-items:center;display:flex}.points-badge.svelte-11m5x64 .icon:where(.svelte-11m5x64) img:where(.svelte-11m5x64){width:24px;height:24px}.points-badge.svelte-11m5x64 .value:where(.svelte-11m5x64){color:var(--xz-color-text-200);font-size:13px;font-weight:700;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;margin-left:6px;margin-right:6px}.location-section.svelte-pmyzf8{justify-content:space-between;align-items:flex-start;gap:12px;display:flex;overflow:hidden}.location.svelte-pmyzf8{color:var(--xz-color-text-200);flex:1;gap:12px;margin-top:8px;font-size:14px;overflow:hidden}.location.svelte-pmyzf8 .name:where(.svelte-pmyzf8){gap:6px;line-height:1.5;display:flex;overflow:hidden}.location.svelte-pmyzf8 .name:where(.svelte-pmyzf8) .icon:where(.svelte-pmyzf8){min-width:14px;color:var(--xz-color-text-200);justify-content:center;align-items:center;font-size:12px;display:flex}.location.svelte-pmyzf8 .name:where(.svelte-pmyzf8) span:where(.svelte-pmyzf8){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.location-detail-content.svelte-pmyzf8{justify-content:space-between;align-items:center;gap:6px;display:flex;overflow:hidden}.location-detail-content.svelte-pmyzf8>a:where(.svelte-pmyzf8){overflow:hidden}.location-detail-content.svelte-pmyzf8 .navigation-link:where(.svelte-pmyzf8){flex-shrink:0}.date-time.svelte-pmyzf8{color:var(--xz-color-text-200);gap:6px;margin-top:8px;font-size:14px;display:flex}.date-time.svelte-pmyzf8:not(.has-note){margin-top:8px}.date-time.svelte-pmyzf8 .icon:where(.svelte-pmyzf8){min-width:14px;color:var(--xz-color-text-200);justify-content:center;align-items:center;font-size:12px;display:flex}.navigation.svelte-pmyzf8{border:1px solid var(--xz-color-line-100);background-color:var(--xz-color-surface-200);width:32px;height:32px;color:var(--xz-color-text-100);aspect-ratio:1;border-radius:999px;justify-content:center;align-items:center;margin-top:2px;font-size:14px;display:flex}.navigation.svelte-pmyzf8:hover{background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-primary-text-100)}.note.svelte-pmyzf8{border-top:1px solid var(--xz-color-line-100);color:var(--xz-color-text-300);margin-top:6px;margin-left:20px;padding:6px 8px 4px 0;font-size:14px;line-height:1.5}.fasthire-bolt-icon.svelte-1svl8ji{background:linear-gradient(180deg, var(--xz-color-primary-bg-100) 3%, #a68fff 50%, #fb8521 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.fastwork-logo.svelte-1ytrbrz{display:block;-webkit-mask:url(../../../images/fw-logo.svg) 50%/contain no-repeat;mask:url(../../../images/fw-logo.svg) 50%/contain no-repeat}.file-name-ext.svelte-nb0qtu{flex:1;display:flex;overflow:hidden}.file-name-ext.svelte-nb0qtu .name:where(.svelte-nb0qtu){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-name-ext.svelte-nb0qtu .ext:where(.svelte-nb0qtu){white-space:nowrap}.menu.svelte-1howict{all:unset;cursor:pointer;aspect-ratio:1;border-radius:999px;justify-content:center;align-items:center;width:42px;display:flex}.menu.svelte-1howict i:where(.svelte-1howict){color:var(--color,currentcolor);font-size:20px}.menu.small.svelte-1howict{width:36px}.menu.small.svelte-1howict i:where(.svelte-1howict){font-size:18px}.menu.medium.svelte-1howict{width:42px;font-size:20px}.menu.medium.svelte-1howict i:where(.svelte-1howict){font-size:20px}.menu.svelte-1howict:hover,.menu.secondary.svelte-1howict{background-color:var(--xz-color-neutral-soft-100)}.menu.secondary.svelte-1howict:hover{background-color:var(--xz-color-neutral-soft-200)}.menu.secondary.svelte-1howict i:where(.svelte-1howict){color:var(--xz-color-neutral-text-100)}.nps-selector-container.svelte-1ld348e{--btn-size:12cqw;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;max-width:400px;margin:0 auto;padding-top:12px;display:flex;container:nps-selector/inline-size}.face-container.sad.svelte-1ld348e{background-color:var(--xz-color-danger-bg-100);grid-area:2/1}.face-container.happy.svelte-1ld348e{background-color:var(--xz-color-success-bg-100);grid-area:2/7}.face-container.svelte-1ld348e{border-radius:999px;flex-direction:column;align-items:center;gap:4px;display:flex;overflow:hidden}.face-container.svelte-1ld348e .face:where(.svelte-1ld348e){width:var(--btn-size);aspect-ratio:1;justify-content:center;align-items:center;display:flex}.face-container.svelte-1ld348e .face:where(.svelte-1ld348e) img:where(.svelte-1ld348e){width:100%;height:100%}.numbers-zigzag.svelte-1ld348e{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(7,1fr);justify-content:center;justify-items:center;gap:8px;margin:0 auto;display:grid;position:relative}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(2),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(4),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(6),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(8),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(10),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(12){transform:translate(calc(50% + 4px),6px)}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(3),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(5),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(7),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(9),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(11),.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13){position:relative}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child:after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(3):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(5):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(7):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(9):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(11):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13):after{margin-top:50%;margin-right:50%;top:0;right:0;transform:rotate(60deg)}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child:before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(3):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(5):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(7):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(9):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(11):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13):before{margin-top:50%;margin-right:50%;top:0;right:0;transform:rotate(120deg)}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child:before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child:after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(3):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(3):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(5):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(5):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(7):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(7):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(9):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(9):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(11):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(11):after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13):before,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13):after{content:"";z-index:-1;background-color:var(--xz-color-surface-300);transform-origin:100%;width:100%;height:4px;position:absolute}.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):first-child:after,.numbers-zigzag.svelte-1ld348e>:where(.svelte-1ld348e):nth-child(13):before{display:none}.label.most.svelte-1ld348e,.label.least.svelte-1ld348e{color:var(--xz-color-text-200);font-size:13px;font-weight:600;font-family:var(--xz-font-family-secondary);grid-area:1/1;position:absolute;transform:translateY(-14px)}.label.most.svelte-1ld348e{color:var(--xz-color-success-text-100);right:0}.label.least.svelte-1ld348e{color:var(--xz-color-danger-text-100);left:0}.number-btn.svelte-1ld348e{width:var(--btn-size);border:1px solid var(--xz-color-line-50);background-color:var(--xz-color-surface-200);font-size:16px;font-weight:600;font-family:var(--xz-font-family-secondary);cursor:pointer;aspect-ratio:1;border-radius:999px;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex}.number-btn.svelte-1ld348e:hover{background-color:var(--xz-color-surface-300)}.number-btn.is-active.svelte-1ld348e{background-color:var(--xz-color-primary-bg-100);color:#fff}.number-btn.svelte-1ld348e:nth-child(2){grid-area:1/1}.number-btn.svelte-1ld348e:nth-child(3){grid-area:2/2}.number-btn.svelte-1ld348e:nth-child(4){grid-area:1/2}.number-btn.svelte-1ld348e:nth-child(5){grid-area:2/3}.number-btn.svelte-1ld348e:nth-child(6){grid-area:1/3}.number-btn.svelte-1ld348e:nth-child(7){grid-area:2/4}.number-btn.svelte-1ld348e:nth-child(8){grid-area:1/4}.number-btn.svelte-1ld348e:nth-child(9){grid-area:2/5}.number-btn.svelte-1ld348e:nth-child(10){grid-area:1/5}.number-btn.svelte-1ld348e:nth-child(11){grid-area:2/6}.number-btn.svelte-1ld348e:nth-child(12){grid-area:1/6}.billing-profile-icon.svelte-vo1ez8{background:var(--xz-color-primary-bg-100);width:40px;height:40px;color:var(--xz-color-primary-text-fg);border-radius:12px;justify-content:center;align-items:center;font-size:16px;display:flex}.billing-profile-icon.is-large.svelte-vo1ez8{width:44px;height:44px;font-size:18px}.billing-profile-icon.is-individual.svelte-vo1ez8{background:var(--xz-color-purple-bg-100);color:var(--xz-color-primary-text-fg)}.billing-profile-copy.svelte-vo1ez8{gap:3px;min-width:0;display:grid}.billing-profile-copy.svelte-vo1ez8 strong:where(.svelte-vo1ez8),.billing-profile-copy.svelte-vo1ez8 span:where(.svelte-vo1ez8){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.billing-profile-copy.svelte-vo1ez8 strong:where(.svelte-vo1ez8){color:var(--xz-color-text-100);font-size:15px;font-weight:500;line-height:1.35}.billing-profile-copy.svelte-vo1ez8 strong.is-placeholder:where(.svelte-vo1ez8){color:var(--xz-color-text-300);font-weight:400}.billing-profile-copy.svelte-vo1ez8 span:where(.svelte-vo1ez8){color:var(--xz-color-text-300);font-size:12.5px;line-height:1.35}.billing-profile-meta.svelte-vo1ez8{font-weight:600}.billing-loading.svelte-17lk4n8{border:1px solid var(--xz-color-line-50);background:var(--xz-color-surface-50);border-radius:8px;justify-content:center;align-items:center;min-height:76px;display:flex}.billing-picker.svelte-17lk4n8{display:grid}.billing-profile-trigger.svelte-17lk4n8{border:1px solid var(--xz-color-line-100);background-color:var(--xz-color-surface-50);width:100%;color:var(--xz-color-text-100);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 14px;transition:border-color .15s,background-color .15s;display:grid;box-shadow:0 2px 1px #0000000d}.billing-profile-trigger.svelte-17lk4n8:hover:not(:disabled){border-color:var(--xz-color-primary-line-200)}.billing-profile-trigger.svelte-17lk4n8:disabled{opacity:.72;cursor:wait}.billing-profile-side.svelte-17lk4n8{min-width:max-content;color:var(--xz-color-text-300);align-items:center;gap:8px;font-size:13px;display:flex}.billing-updating.svelte-17lk4n8{color:var(--xz-color-text-300);font-size:12px}@media (width<=760px){.billing-profile-trigger.svelte-17lk4n8{grid-template-columns:40px minmax(0,1fr) auto;gap:12px;padding:12px}.billing-profile-trigger.svelte-17lk4n8 .billing-default-badge:where(.svelte-17lk4n8){display:none}}.billing-selection-modal.svelte-zw44y5{gap:10px;padding:0 24px 24px;display:grid}.billing-option-list.svelte-zw44y5{gap:2px;max-height:min(360px,52vh);display:grid;overflow-y:auto}.billing-section-title.svelte-zw44y5{color:var(--xz-color-text-300);margin:10px 0 4px;font-size:12px;font-weight:700;line-height:1.35}.billing-option.svelte-zw44y5{width:100%;min-height:58px;color:var(--xz-color-text-100);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;transition:background-color .12s;display:grid}.billing-option.svelte-zw44y5:disabled{opacity:.72;cursor:wait}.billing-option.svelte-zw44y5:hover,.billing-option.is-active.svelte-zw44y5{background-color:var(--xz-color-neutral-soft-100)}.billing-option-side.svelte-zw44y5{align-items:center;gap:8px;min-width:max-content;display:flex}.billing-option-side.svelte-zw44y5 .fa-check:where(.svelte-zw44y5){color:var(--xz-color-primary-text-100);font-size:13px}.billing-hint.svelte-zw44y5{color:var(--xz-color-text-300);text-align:center;margin:0;font-size:12px}.nudge-transition.svelte-11y4yjt{overflow:visible!important}.ffb-business-hiring-nudge.svelte-11y4yjt{--radius:8px;--qa-soft:var(--xz-color-purple-soft-solid-100);--qa-art:url(../../../images/overview/enterprise-gradient.svg);width:min(100% - 24px,800px);min-width:0;max-width:800px;min-height:68px;color:inherit;align-items:center;gap:16px;margin:0 auto;padding:12px 16px 12px 126px;text-decoration:none;display:flex;position:relative;overflow:visible}.ffb-business-hiring-nudge.svelte-11y4yjt:before{content:"";z-index:0;border-radius:var(--radius);background-color:var(--qa-soft);background-image:var(--qa-art);pointer-events:none;background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.ffb-business-hiring-nudge.svelte-11y4yjt:after{content:"";z-index:1;border-radius:var(--radius);opacity:.5;pointer-events:none;background:linear-gradient(90deg,#7c3aed 0%,#60a5fa 28%,#c4b5fd 78%,#7c3aed 100%) 0 0/240% 100%;padding:1px;animation:5s linear infinite svelte-11y4yjt-ffb-nudge-border-flow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.nudge-icon.svelte-11y4yjt{z-index:2;pointer-events:none;place-items:center;width:108px;height:128px;display:grid;position:absolute;bottom:-14px;left:12px;overflow:visible}.nudge-copy.svelte-11y4yjt{z-index:2;flex:auto;gap:2px;min-width:0;line-height:1.35;display:grid;position:relative}.nudge-title.svelte-11y4yjt{color:var(--xz-color-text-100);font-size:16px;font-weight:600;display:block}.nudge-description.svelte-11y4yjt{color:var(--xz-color-text-200);font-size:14px;font-weight:400;display:block}.ffb-business-hiring-nudge.svelte-11y4yjt .nudge-cta{z-index:2;transition:transform .18s cubic-bezier(.22,.61,.36,1);position:relative}.ffb-business-hiring-nudge.svelte-11y4yjt .nudge-cta:hover{transform:scale(1.04)}.nudge-dismiss.svelte-11y4yjt{z-index:2;cursor:pointer;width:36px;height:36px;color:var(--xz-color-text-200);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:18px;display:inline-flex;position:relative}.nudge-dismiss.svelte-11y4yjt:hover{background:var(--xz-color-neutral-soft-100)}.nudge-dismiss.svelte-11y4yjt:focus-visible{outline:2px solid var(--xz-color-primary-text-fg);outline-offset:2px}@keyframes svelte-11y4yjt-ffb-nudge-border-flow{0%{background-position:0%}to{background-position:240%}}@media (prefers-reduced-motion:reduce){.ffb-business-hiring-nudge.svelte-11y4yjt:after{animation:none}.ffb-business-hiring-nudge.svelte-11y4yjt .nudge-cta{transition:none}.ffb-business-hiring-nudge.svelte-11y4yjt .nudge-cta:hover{transform:none}}@media (width<=720px){.ffb-business-hiring-nudge.svelte-11y4yjt{flex-direction:column;align-items:stretch;gap:10px;width:min(100% - 16px,500px);margin:0 auto 8px;padding:14px 48px 14px 16px}.ffb-business-hiring-nudge.svelte-11y4yjt:before{border-radius:12px}.ffb-business-hiring-nudge.svelte-11y4yjt:after{border-radius:14px}.nudge-icon.svelte-11y4yjt{display:none}.nudge-copy.svelte-11y4yjt{gap:2px}.ffb-business-hiring-nudge.svelte-11y4yjt .nudge-cta{align-self:flex-start}.nudge-title.svelte-11y4yjt{font-size:16px}.nudge-description.svelte-11y4yjt{font-size:14px}.nudge-dismiss.svelte-11y4yjt{width:32px;height:32px;font-size:16px;position:absolute;top:8px;right:8px}}.side-navbar.svelte-qoktxg{width:inherit;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;height:100%;min-height:100%;padding-bottom:24px;display:flex;position:relative;overflow-x:hidden}.bottom-menus-container.svelte-qoktxg,.main-menus-container.svelte-qoktxg{flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.main-menus-container.svelte-qoktxg{flex:1;min-height:0;padding-top:8px}.bottom-menus-container.svelte-qoktxg{flex:none;gap:0;margin-top:auto}.logo-link.svelte-qoktxg{color:inherit;cursor:pointer;text-decoration:none;display:flex}.menus.svelte-qoktxg{box-sizing:border-box;flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:16px;display:flex}.menus.svelte-qoktxg>a:where(.svelte-qoktxg){width:100%;display:block}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button){all:unset;box-sizing:border-box;width:calc(100% - 1px);color:var(--xz-color-text-200);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0;transition:all .2s ease-in-out;display:flex;position:relative}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .squircle:where(.svelte-qoktxg){z-index:0;border:1px solid #0000;border-radius:35%;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.menus.svelte-qoktxg button:not(.expand-button,.collapse-button).is-active:where(.svelte-qoktxg){color:var(--xz-color-text-100);transition:all .2s ease-in-out}.menus.svelte-qoktxg button:not(.expand-button,.collapse-button).is-active:where(.svelte-qoktxg) .squircle:where(.svelte-qoktxg){border:1px solid var(--xz-color-line-50);background-color:var(--xz-color-surface-50);color:var(--xz-color-text-100);box-shadow:0 1px 1px 0 var(--xz-color-neutral-soft-100);opacity:1;transform:translate(-50%,-50%)scale(1)}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button):hover:not(.is-active){color:var(--xz-color-text-100)}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button):hover:not(.is-active) .squircle:where(.svelte-qoktxg){background-color:var(--xz-color-neutral-soft-200);opacity:1;transform:translate(-50%,-50%)scale(1)}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg){z-index:1;box-shadow:none}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-frame:where(.svelte-qoktxg){flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .menu-item-icon:where(.svelte-qoktxg){z-index:1;text-align:center;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;line-height:1;display:flex;position:relative}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .menu-item-icon:where(.svelte-qoktxg) i:where(.svelte-qoktxg){justify-content:center;align-items:center;width:1em;height:1em;line-height:1;display:flex}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .badge:where(.svelte-qoktxg){background-color:var(--xz-color-danger-bg-100);min-width:16px;height:16px;color:var(--xz-color-danger-text-fg);font-size:10px;font-weight:600;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;border-radius:8px;justify-content:center;align-items:center;padding:0 4px;display:flex;position:absolute;top:-6px;left:34px}.menus.svelte-qoktxg button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) span:where(.svelte-qoktxg){font-size:12.5px;font-weight:400;font-family:var(--xz-font-family-secondary);margin-top:4px}.bottom-menus.svelte-qoktxg{margin-top:0}.main-menus.svelte-qoktxg .collapsed-label:where(.svelte-qoktxg){z-index:1;box-sizing:border-box;width:100%;max-width:60px;color:var(--xz-color-text-200);text-align:center;overflow-wrap:anywhere;margin:4px auto 0;font-size:12.5px;font-weight:450;display:block}.main-menus.svelte-qoktxg button.is-active:where(.svelte-qoktxg) .collapsed-label:where(.svelte-qoktxg){color:var(--xz-color-text-100);font-weight:450}.side-navbar.is-expanded.svelte-qoktxg .bottom-menus-container:where(.svelte-qoktxg),.side-navbar.is-expanded.svelte-qoktxg .main-menus-container:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .bottom-menus-container:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .main-menus-container:where(.svelte-qoktxg){align-items:stretch}.side-navbar.is-expanded.svelte-qoktxg .menus:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .menus:where(.svelte-qoktxg){align-items:stretch;padding:0 12px}.side-navbar.is-expanded.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button),.side-navbar.is-active.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button){align-items:flex-start;gap:4px;display:flex}.side-navbar.is-expanded.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg){flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin-left:0;display:flex}.side-navbar.is-expanded.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg) .label:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg) .label:where(.svelte-qoktxg){max-width:none;font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);text-align:left;white-space:nowrap;margin-top:0;line-height:normal}.side-navbar.is-expanded.svelte-qoktxg .logo-container:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .logo-container:where(.svelte-qoktxg){justify-content:center;display:flex}@media (width<1024px){.side-navbar.is-expanded.svelte-qoktxg .logo-container:where(.svelte-qoktxg),.side-navbar.is-active.svelte-qoktxg .logo-container:where(.svelte-qoktxg){justify-content:flex-start;padding-left:12px}}.side-navbar.svelte-qoktxg:not(.is-expanded) .menus:where(.svelte-qoktxg){align-items:center;padding:0}.side-navbar.svelte-qoktxg:not(.is-expanded) .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button){align-items:center}.side-navbar.svelte-qoktxg:not(.is-expanded) .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .icon-container:where(.svelte-qoktxg){flex-direction:column;justify-content:center;align-items:center;gap:0;width:60px;min-height:48px;margin-left:0;display:flex;position:relative}.side-navbar.svelte-qoktxg:not(.is-expanded) .menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button) .badge:where(.svelte-qoktxg){top:-6px;left:auto;right:-4px}.side-navbar.svelte-qoktxg:not(.is-expanded) .main-menus:where(.svelte-qoktxg) button:where(.svelte-qoktxg):not(.expand-button,.collapse-button){padding:0}button.svelte-ofroxp{all:unset;box-sizing:border-box;cursor:pointer}.menu-item.svelte-ofroxp{background:0 0;border:none;transition:all .12s ease-in-out}.menu-item.svelte-ofroxp:hover{background-color:var(--xz-color-neutral-soft-100)}.menu-item.svelte-ofroxp h6:where(.svelte-ofroxp){white-space:nowrap;line-height:1.25}.menu-item.svelte-1d5n5e7{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:16px;padding:12px;transition:all .12s ease-in-out;display:flex}.menu-item.svelte-1d5n5e7:hover{background-color:var(--xz-color-neutral-soft-100)}.menu-item.svelte-1d5n5e7 h6:where(.svelte-1d5n5e7){font-size:13px;font-weight:500;font-family:var(--xz-font-family-primary);line-height:1.35}.menu-item.svelte-1d5n5e7:not(.is-unread) h6:where(.svelte-1d5n5e7){color:var(--xz-color-text-200);font-weight:400}.items-container.svelte-1d5n5e7{padding:12px}.notifications-menu-panel.svelte-h46xnl{width:inherit;max-width:inherit;background-color:var(--xz-color-surface-50);flex-direction:column;display:flex;overflow-y:hidden}.notifications-menu-panel-title.svelte-h46xnl{font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);padding:16px 24px 8px}.notifications-menu-panel-loading.svelte-h46xnl{justify-content:center;align-items:center;padding:12px;display:flex}.items-container.svelte-16f5dys{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 24px;display:flex}@media (width<1024px){.items-container.svelte-16f5dys{padding-bottom:max(32px, env(safe-area-inset-bottom))}}.switch-wrapper.svelte-16f5dys{display:flex}h6.svelte-16f5dys{font-size:15px;font-weight:500;font-family:var(--xz-font-family-primary);flex:1}.user-menu-panel.svelte-10kd8ur{width:inherit;max-width:inherit;background-color:var(--xz-color-surface-50);flex-direction:column;display:flex;overflow-y:hidden}.user-menu-panel.svelte-10kd8ur .profile-info-container:where(.svelte-10kd8ur){align-items:center;gap:16px;padding:12px 16px;display:flex}.user-menu-panel.svelte-10kd8ur .profile-info-container:where(.svelte-10kd8ur) .profile-link:where(.svelte-10kd8ur) img:where(.svelte-10kd8ur){width:56px;height:56px}.user-menu-panel.svelte-10kd8ur .profile-text:where(.svelte-10kd8ur){flex:1;min-width:0}.user-menu-panel.svelte-10kd8ur .profile-text:where(.svelte-10kd8ur)>:where(.svelte-10kd8ur){min-width:0}.user-menu-panel.svelte-10kd8ur .profile-cta:where(.svelte-10kd8ur){flex-shrink:0}.user-menu-panel.svelte-10kd8ur .commission-tier-container:where(.svelte-10kd8ur){padding:0 16px}.user-menu-panel.svelte-10kd8ur .commission-tier-container.is-bleed:where(.svelte-10kd8ur){padding:0}.user-menu-panel.svelte-10kd8ur .commission-tier-container.is-bleed:where(.svelte-10kd8ur) .banner:where(.svelte-10kd8ur){border-radius:0}.user-menu-panel.svelte-10kd8ur .commission-tier-container:where(.svelte-10kd8ur) .banner:where(.svelte-10kd8ur){background-color:var(--xz-color-surface-200);text-shadow:1px 1px 1px #0000004d;cursor:pointer;border-radius:4px;align-items:center;height:36px;padding:2px 16px;display:flex}.user-menu-panel.svelte-10kd8ur .commission-tier-container:where(.svelte-10kd8ur) .commission-tier-banner-content:where(.svelte-10kd8ur){color:var(--xz-color-white-alpha-1000);align-items:center;gap:8px;display:flex}.user-menu-panel.svelte-10kd8ur .scroll-container:where(.svelte-10kd8ur){flex-grow:1;overflow-y:auto}.user-menu-panel.svelte-10kd8ur .menus-container:where(.svelte-10kd8ur){padding:0 16px}.profile-link.svelte-10kd8ur{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.profile-name-link.svelte-10kd8ur{max-width:100%}.profile-name-link.svelte-10kd8ur:hover{text-decoration:underline}.menu-item.svelte-10kd8ur{color:var(--xz-color-text-100);background:0 0;border:none;transition:all .12s ease-in-out}.menu-item.svelte-10kd8ur:hover{background-color:var(--xz-color-neutral-soft-100)}.data-card.svelte-10kd8ur{background-color:var(--xz-color-surface-200);font-family:var(--xz-font-family-secondary);border-radius:8px;flex:1;padding:12px;display:flex}.data-card.svelte-10kd8ur .content:where(.svelte-10kd8ur){flex-direction:column;flex:1;align-self:flex-start;align-items:center;height:100%;display:flex}.data-card.svelte-10kd8ur .icon-right:where(.svelte-10kd8ur){justify-content:center;align-self:center;align-items:center;width:20px;height:100%;font-size:16px;display:flex}.data-card.svelte-10kd8ur .icon:where(.svelte-10kd8ur){justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;display:flex}.data-card.svelte-10kd8ur .icon:where(.svelte-10kd8ur) img:where(.svelte-10kd8ur){object-fit:contain;width:100%;height:100%}.data-card.svelte-10kd8ur .title:where(.svelte-10kd8ur){width:100%;color:var(--xz-color-text-200);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.data-card.svelte-10kd8ur .value:where(.svelte-10kd8ur){width:100%;margin-top:8px;padding-left:2px;font-size:16px;font-weight:600}.data-card.svelte-10kd8ur .estimated-value:where(.svelte-10kd8ur){width:100%;color:var(--xz-color-text-200);font-size:12px;font-family:var(--xz-font-family-primary);margin-top:2px;padding-left:2px}.bubble-menu-panel.svelte-1vuvgcx{overflow:hidden}.menu-item.svelte-1vuvgcx{width:100%;color:var(--xz-color-text-100);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:24px;padding:16px 20px;font-size:14px;font-weight:500;transition:background-color .12s ease-in-out;display:flex}.menu-item.svelte-1vuvgcx:hover{background-color:var(--xz-color-neutral-soft-100)}.menu-item.svelte-1vuvgcx i:where(.svelte-1vuvgcx){width:16px;font-size:14px}.menu-item.svelte-1vuvgcx span:where(.svelte-1vuvgcx){text-align:left;flex:1}.bubble-menu-container.svelte-12vzv0u{--trigger-size:28px;align-items:flex-start;gap:8px;display:flex;position:relative}.bubble-menu-container.is-sender.svelte-12vzv0u{flex-direction:row-reverse}.bubble-content.svelte-12vzv0u{flex:1}.menu-trigger-container.svelte-12vzv0u{z-index:10;width:var(--trigger-size);height:var(--trigger-size);color:var(--xz-color-text-100);font-size:12px;position:absolute}.menu-trigger-container.svelte-12vzv0u:not(.bottom){top:50%;transform:translateY(-50%)}.menu-trigger-container.is-sender.svelte-12vzv0u:not(.bottom){left:12px}.menu-trigger-container.is-sender.bottom.svelte-12vzv0u{bottom:12px;left:12px}.menu-trigger-container.svelte-12vzv0u:not(.is-sender):not(.bottom){right:12px}.menu-trigger-container:not(.is-sender).bottom.svelte-12vzv0u{bottom:12px;right:12px}.menu-trigger-container.svelte-12vzv0u .menu-trigger:where(.svelte-12vzv0u){width:var(--trigger-size);height:var(--trigger-size);background-color:var(--xz-color-neutral-soft-solid-100);color:var(--xz-color-text-100);cursor:pointer;border:none;border-radius:999px}.menu-trigger-container.bottom.svelte-12vzv0u .menu-trigger:where(.svelte-12vzv0u){background-color:var(--xz-color-neutral-soft-solid-100)}nav.svelte-1v9cbym{height:var(--top-navbar-height);background:var(--xz-color-surface-50)}nav.svelte-1v9cbym .nav-content-container:where(.svelte-1v9cbym){border-bottom:1px solid var(--xz-color-line-50);justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 16px 0 12px;display:flex}.user-menu-panel-container.svelte-1v9cbym,.notification-menu-panel-container.svelte-1v9cbym{top:calc(var(--top-navbar-height) + 8px);z-index:var(--z-index-popover-menu-panel);width:100%;max-width:var(--menu-panel-width);max-height:var(--menu-panel-height);border:1px solid var(--xz-color-line-50);box-shadow:var(--xz-box-shadow-200);border-radius:12px;flex-direction:column;display:flex;position:absolute;overflow:hidden}.user-menu-panel-container.svelte-1v9cbym{--menu-panel-width:360px;--menu-panel-height:calc(100vh - var(--top-navbar-height) - 32px);right:16px}.notification-menu-panel-container.svelte-1v9cbym{--menu-panel-width:360px;--menu-panel-height:520px;right:65px}.menu-icon.svelte-1v9cbym{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.menu-icon.is-active.svelte-1v9cbym{background:var(--xz-color-primary-soft-100)}.menu-icon.svelte-1v9cbym:hover{background:var(--xz-color-neutral-soft-100)}.menu-icon.svelte-1v9cbym .badge:where(.svelte-1v9cbym){box-sizing:border-box;background:var(--xz-color-danger-bg-100);min-width:16px;height:16px;color:var(--xz-color-danger-text-fg);font-size:10px;font-weight:600;font-family:var(--xz-font-family-secondary);border-radius:999px;justify-content:center;align-items:center;padding:2px 4px;display:flex;position:absolute;top:2px;transform:translate(calc(50% + 6px))}.quick-actions-item.svelte-sfkg8x{border:1px solid var(--xz-color-line-50);background-color:var(--xz-color-surface-50);color:var(--color,var(--xz-color-primary-text-100));box-shadow:var(--xz-box-shadow-100);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:8px 14px;display:flex}.quick-actions-item.svelte-sfkg8x:disabled{opacity:.5;pointer-events:none}.quick-actions-item.svelte-sfkg8x i{width:16px}.quick-actions-wrapper.svelte-1agkamk{scrollbar-width:none;gap:10px;padding:0 24px 12px;display:flex;overflow:auto}.quick-actions-container.svelte-1agkamk{z-index:1000;justify-content:center;transition:transform .16s ease-in-out;display:flex;position:absolute;bottom:0;left:0;right:0}.quick-actions-container.has-faraway-notification-bar.svelte-1agkamk{transform:translateY(-48px)}.missing-national-card-info-banner.svelte-14bm9av{cursor:pointer;background-image:url(../../../images/profile-completion/banner-background.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;width:100%;padding:12px 0 12px 16px;text-decoration:none;display:block;position:relative;overflow:hidden;margin-block:0!important}.missing-national-card-info-banner.svelte-14bm9av .container:where(.svelte-14bm9av){grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:4px;display:grid}.missing-national-card-info-banner.svelte-14bm9av .icon-mobile:where(.svelte-14bm9av){flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.missing-national-card-info-banner.svelte-14bm9av .icon-mobile:where(.svelte-14bm9av) .icon-image:where(.svelte-14bm9av){object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.missing-national-card-info-banner.svelte-14bm9av .title:where(.svelte-14bm9av){color:var(--xz-color-text-100);font-weight:700;font-size:var(--xz-font-size-300);font-family:var(--xz-font-family-secondary);line-height:20px}.missing-national-card-info-banner.svelte-14bm9av .description:where(.svelte-14bm9av){color:var(--xz-color-text-100);font-weight:400;font-size:var(--xz-font-size-200);white-space:normal;overflow-wrap:break-word;line-height:18px}.missing-national-card-info-banner.svelte-14bm9av .content:where(.svelte-14bm9av){flex-direction:column;flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex;overflow:hidden}.room-card.svelte-amnuyd{--avatar-size:40px;background:var(--xz-color-surface-50);border:1px solid #0000;align-items:center;gap:12px;height:80px;padding:.75em 1.25em .75em 1.5em;transition:all .12s ease-in-out;display:flex;position:relative}.room-card.svelte-amnuyd:after{content:"";background-color:var(--xz-color-fastwork);transform-origin:100%;width:0;height:100%;transition:all .16s ease-in-out;position:absolute;bottom:0;right:0;transform:scaleX(0)}.room-card.is-active.svelte-amnuyd{border-color:var(--xz-color-fastwork);background-color:color-mix(in oklab, var(--xz-color-fastwork) 10%, transparent);color:var(--xz-color-text-100);overflow:hidden}.room-card.is-active.svelte-amnuyd:after{width:4px;transform:scaleX(1)}.room-card.svelte-amnuyd:hover:not(.is-active){background:var(--xz-color-neutral-soft-100)}.room-card.svelte-amnuyd .avatar:where(.svelte-amnuyd){position:relative}.room-card.svelte-amnuyd .avatar:where(.svelte-amnuyd) img:where(.svelte-amnuyd){width:var(--avatar-size);max-width:var(--avatar-size);min-height:var(--avatar-size);background-color:var(--xz-color-surface-200);aspect-ratio:1;border-radius:999px}.room-card.svelte-amnuyd .unread-message:where(.svelte-amnuyd){background-color:var(--xz-color-danger-bg-100);min-width:16px;min-height:16px;color:var(--xz-color-danger-text-fg);font-size:11px;font-weight:600;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;display:flex}.room-card.svelte-amnuyd .preview-message:where(.svelte-amnuyd){max-width:100%;color:var(--xz-color-text-200);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;line-height:150%;overflow:hidden}.room-card.svelte-amnuyd .display-name:where(.svelte-amnuyd){text-overflow:ellipsis;white-space:nowrap;max-width:115px;overflow:hidden}.room-card.svelte-amnuyd .info:where(.svelte-amnuyd){flex-direction:column;flex:1;justify-content:center;align-self:stretch;display:flex}.room-card.svelte-amnuyd .time:where(.svelte-amnuyd){color:var(--xz-color-text-300);font-size:12px}.room-card.svelte-amnuyd .online-indicator:where(.svelte-amnuyd){background-color:var(--xz-color-success-bg-100);width:10px;height:10px;box-shadow:0 0 0 2px var(--xz-color-surface-100);border-radius:50%;position:absolute;top:0;right:0}@keyframes svelte-12qu8zw-shimmer{to{transform:translate(100%)}}.room-card-skeleton.svelte-12qu8zw{background-color:var(--xz-color-surface-50);align-items:center;height:100px;padding:12px 24px;display:flex}.avatar-container.svelte-12qu8zw{align-self:flex-start;margin-top:4px;margin-right:12px}.content.svelte-12qu8zw{flex-direction:column;flex:1;justify-content:center;gap:6px;width:100%;display:flex}.header.svelte-12qu8zw,.details.svelte-12qu8zw{justify-content:space-between;align-items:center;width:100%;display:flex}.skeleton.svelte-12qu8zw{background-color:var(--xz-color-neutral-soft-100);border-radius:4px;position:relative;overflow:hidden}.skeleton.svelte-12qu8zw:after{content:"";background-image:linear-gradient(90deg, oklch(from var(--xz-color-neutral-soft-100) l c h / 0%) 0, oklch(from var(--xz-color-neutral-soft-100) l c h / 20%) 20%, oklch(from var(--xz-color-neutral-soft-100) l c h / 50%) 60%, oklch(from var(--xz-color-primary-soft-100) l c h / 0%));position:absolute;inset:0;transform:translate(-100%)}.avatar.svelte-12qu8zw{border-radius:50%;width:40px;height:40px}.title.svelte-12qu8zw{width:180px;height:18px}.timestamp.svelte-12qu8zw{width:50px;height:12px}.tag.svelte-12qu8zw{width:100px;height:12px}.badge.svelte-12qu8zw{border-radius:12px;width:24px;height:24px}.message-preview.svelte-12qu8zw{width:70%;height:12px}.room-list-ads-banner.svelte-1gebldb{justify-content:center;padding:12px;display:flex;position:relative}.room-list-ads-banner.svelte-1gebldb img:where(.svelte-1gebldb){border-radius:6px;width:100%;min-width:335px;max-width:335px;box-shadow:0 -5px 15px 5px #00000026}@media (width<=450px){.room-list-ads-banner.svelte-1gebldb img:where(.svelte-1gebldb){max-width:100%}}.room-list-ads-banner-content.svelte-1gebldb{position:relative}.close-button.svelte-1gebldb{color:#fff;background-color:#00000069;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:6px;right:6px}.close-button.svelte-1gebldb:hover{background-color:#40404097}.migration-badge-link.svelte-11kh33b{cursor:pointer;background:0 0;border:none;width:100%;margin-top:8px;padding:0;text-decoration:none;display:block}.badge-content.svelte-11kh33b{align-items:center;gap:12px;display:flex}.warning-icon.svelte-11kh33b{flex-shrink:0}.message-container.svelte-11kh33b{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.message-text.svelte-11kh33b{text-align:start;white-space:pre-line;font-size:14px;line-height:20px}.chevron-icon.svelte-11kh33b{flex-shrink:0}#room-header-search-input.svelte-1ypi7if{flex-direction:column;flex-grow:1;transition:background-color .16s ease-in-out;display:flex;position:relative}#room-header-search-input.svelte-1ypi7if :where(.svelte-1ypi7if):focus-within{outline:none}#room-header-search-input.svelte-1ypi7if input:where(.svelte-1ypi7if){corner-shape:superellipse(1.5);background-color:var(--xz-color-neutral-soft-100);width:100%;height:40px;color:var(--xz-color-text-100);border:none;border-radius:16px;padding:8px 8px 8px 40px;font-size:14px}#room-header-search-input.svelte-1ypi7if i:where(.svelte-1ypi7if){position:absolute;top:50%;left:16px;transform:translateY(-50%)}#room-header-search-close-button.svelte-1ypi7if{background-color:var(--xz-color-neutral-soft-100);width:40px;height:40px;color:var(--xz-color-text-200);border-radius:999px;justify-content:center;align-items:center;transition:background-color 80ms ease-in-out;display:flex;position:relative}#room-header-search-close-button.svelte-1ypi7if:hover{background-color:var(--xz-color-neutral-soft-200)}.room-list-header.svelte-1mgl3ow{background:var(--xz-color-surface-50);padding:16px 12px 16px 20px}.header-row.svelte-1mgl3ow{display:flex}#room-filter-menu-icon-container.svelte-1mgl3ow{border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}#room-filter-menu-icon-container.svelte-1mgl3ow:hover{background-color:var(--xz-color-surface-200)}#room-filter-menu-icon-container.active.svelte-1mgl3ow{background-color:var(--xz-color-primary-soft-100)}#room-filter-menu-icon-container.svelte-1mgl3ow i:where(.svelte-1mgl3ow){font-size:var(--xz-font-size-600)}#room-filter-menu-icon-container.svelte-1mgl3ow .badge:where(.svelte-1mgl3ow){background-color:var(--xz-color-danger-bg-100);border-radius:50%;width:10px;height:10px;position:absolute;top:0;right:0}.search-message-card.svelte-1a9cnxh{corner-shape:superellipse(1.5);background:var(--xz-color-surface-50);border-radius:16px;align-items:center;gap:12px;height:60px;padding:.75em;transition:background-color .12s ease-in-out;display:flex}.search-message-card.svelte-1a9cnxh:hover,.search-message-card.is-highlighted.svelte-1a9cnxh{background:var(--xz-color-neutral-soft-100)}.search-message-card.svelte-1a9cnxh .avatar:where(.svelte-1a9cnxh){flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.search-message-card.svelte-1a9cnxh .avatar:where(.svelte-1a9cnxh) img:where(.svelte-1a9cnxh){object-fit:cover;background-color:var(--xz-color-neutral-soft-100);aspect-ratio:1;border-radius:999px;width:40px;height:40px}.search-message-card.svelte-1a9cnxh .avatar:where(.svelte-1a9cnxh) .system-avatar:where(.svelte-1a9cnxh){background-color:var(--xz-color-neutral-soft-100);width:40px;height:40px;color:var(--xz-color-primary-bg-100);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.search-message-card.svelte-1a9cnxh .info:where(.svelte-1a9cnxh){flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.search-message-card.svelte-1a9cnxh .info-header:where(.svelte-1a9cnxh){justify-content:space-between;align-items:center;gap:8px;display:flex}.search-message-card.svelte-1a9cnxh .display-name:where(.svelte-1a9cnxh){max-width:30ch;font-weight:600;font-size:var(--xz-font-size-300);font-family:var(--xz-font-family-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-message-card.svelte-1a9cnxh .message-preview:where(.svelte-1a9cnxh){align-items:center;gap:4px;min-width:0;margin-top:4px;font-size:13px;line-height:150%;display:flex}.search-message-card.svelte-1a9cnxh .message-text:where(.svelte-1a9cnxh){color:var(--xz-color-text-200);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-message-card.svelte-1a9cnxh .time:where(.svelte-1a9cnxh){color:var(--xz-color-text-300);flex-shrink:0;margin-left:auto;font-size:12px}.search-room-card.svelte-1rap1ql{background:var(--xz-color-surface-50);align-items:center;gap:12px;height:72px;padding:.75em 1.25em .75em 1.5em;transition:background-color .12s ease-in-out;display:flex}.search-room-card.svelte-1rap1ql:hover{background:var(--xz-color-surface-200)}.search-room-card.svelte-1rap1ql .avatar:where(.svelte-1rap1ql) img:where(.svelte-1rap1ql){object-fit:cover;background-color:var(--xz-color-surface-200);aspect-ratio:1;border-radius:999px;width:40px;height:40px}.search-room-card.svelte-1rap1ql .info:where(.svelte-1rap1ql){flex:1;align-items:center;min-width:0;display:flex}.search-room-card.svelte-1rap1ql .display-name:where(.svelte-1rap1ql){font-weight:600;font-size:var(--xz-font-size-300);font-family:var(--xz-font-family-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-room-card.svelte-1rap1ql .unread-count:where(.svelte-1rap1ql){background-color:var(--xz-color-danger-bg-100);min-width:16px;min-height:16px;color:var(--xz-color-danger-text-fg);font-size:11px;font-weight:600;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 4px;display:flex}.hint-wrap.svelte-axhmiv{padding:0 16px}.loading-state.svelte-axhmiv{justify-content:center;margin-top:32px;display:flex}.loader-row.svelte-axhmiv{justify-content:center;padding:16px 0;display:flex}.search-end-message.svelte-axhmiv{background-color:var(--xz-color-surface-50);color:var(--xz-color-text-200);font-size:var(--xz-font-size-300);text-align:center;padding:32px 24px}.search-section--messages.svelte-axhmiv{padding:8px}.search-section--messages.svelte-axhmiv .search-section-header:where(.svelte-axhmiv){margin:-8px -8px 0}.search-section--messages.svelte-axhmiv a:nth-child(2) .search-message-card{margin-top:8px}.search-section-header.svelte-axhmiv{z-index:1;border-bottom:1px solid var(--xz-color-primary-soft-solid-100);background-image:linear-gradient(to right, var(--xz-color-primary-soft-solid-100) 0%, var(--xz-color-surface-50) 80%);color:var(--xz-color-primary-text-200);text-transform:uppercase;align-items:center;gap:8px;padding:8px 24px;font-size:15px;font-weight:500;display:flex;position:sticky;top:0}#room-list-widget.svelte-1cxbkob{min-height:var(--room-list-height);max-height:var(--room-list-height);background-color:var(--xz-color-surface-50);flex-direction:column;display:flex}.header-container.svelte-1cxbkob{flex-shrink:0}.room-list-ads-banner-container.svelte-1cxbkob{z-index:1000;position:absolute;bottom:0;left:0;right:0}.order-card.svelte-1r5255r{corner-shape:superellipse(1.5);background-color:var(--xz-color-surface-50);cursor:pointer;border-radius:16px;gap:12px;min-height:90px;padding:16px 20px;display:flex}.order-card.svelte-1r5255r:hover{background-color:var(--xz-color-neutral-soft-100)}.order-card-image.svelte-1r5255r{background-color:var(--xz-color-neutral-soft-100);border-radius:8px;flex-shrink:0;width:52px;height:52px;overflow:hidden}.order-card-image.svelte-1r5255r img:where(.svelte-1r5255r){object-fit:cover;width:100%;height:100%}.image-placeholder.svelte-1r5255r{width:100%;height:100%;color:var(--xz-color-text-300);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.order-card-body.svelte-1r5255r{flex-direction:row;flex:1;gap:12px;min-width:0;display:flex}.order-card-main.svelte-1r5255r{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.order-card-aside.svelte-1r5255r{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.order-name.svelte-1r5255r{color:var(--xz-color-text-100);font-weight:450;font-size:var(--xz-font-size-300);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.reminder-text.svelte-1r5255r{font-size:var(--xz-font-size-200);white-space:nowrap;align-self:flex-start;align-items:center;gap:.25em;display:inline-flex}.reminder-text.is-variant-danger-text-100.svelte-1r5255r{color:var(--xz-color-danger-text-100)}.reminder-text.is-variant-warning-text-100.svelte-1r5255r{color:var(--xz-color-warning-text-100)}.reminder-text.is-variant-primary-text-100.svelte-1r5255r{color:var(--xz-color-primary-text-100)}.milestone-badge-wrap.svelte-1r5255r{font-variant-numeric:tabular-nums;align-self:flex-start}.order-price.svelte-1r5255r{color:var(--xz-color-text-100);font-weight:600;font-size:var(--xz-font-size-300);white-space:nowrap;font-variant-numeric:tabular-nums}.order-card-skeleton.svelte-15eg7b6{corner-shape:superellipse(1.5);background-color:var(--xz-color-surface-50);border-radius:16px;gap:12px;min-height:90px;padding:16px 20px;display:flex}.order-card-body.svelte-15eg7b6{flex-direction:row;flex:1;gap:12px;min-width:0;display:flex}.order-card-main.svelte-15eg7b6{flex-direction:column;flex:1;gap:8px;min-width:0;padding-top:1px;display:flex}.order-card-aside.svelte-15eg7b6{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.order-list-panel.svelte-16dhlq3{background-color:var(--xz-color-surface-50);flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.state-container.svelte-16dhlq3{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.empty-state.svelte-16dhlq3{color:var(--xz-color-text-300);font-size:var(--xz-font-size-300);flex-direction:column;gap:8px}.empty-state.svelte-16dhlq3 i:where(.svelte-16dhlq3){font-size:2rem}.no-orders-state.svelte-16dhlq3{text-align:center;flex-direction:column;gap:8px;padding:32px 16px}.no-orders-title.svelte-16dhlq3{color:var(--xz-color-text-100);font-weight:600;font-size:var(--xz-font-size-500);font-family:var(--xz-font-family-secondary);margin:0}.no-orders-description.svelte-16dhlq3{color:var(--xz-color-text-300);font-size:var(--xz-font-size-300);margin:0 0 16px}.order-list.svelte-16dhlq3{flex-direction:column;flex:1;gap:16px;padding:12px 8px;display:flex;overflow-y:auto}.order-group.svelte-16dhlq3{flex-direction:column;display:flex}.group-divider-container.svelte-16dhlq3{padding:0 20px}.group-label.svelte-16dhlq3{color:var(--xz-color-text-100);font-weight:600;font-size:var(--xz-font-size-400);font-family:var(--xz-font-family-secondary);padding:12px 20px}.order-list-footer.svelte-16dhlq3{background-color:var(--xz-color-surface-50);flex-direction:column;flex-shrink:0;gap:8px;padding:12px 24px 20px;display:flex}.track.svelte-twhhi6{background:var(--xz-color-surface-300);border-radius:999px;flex:1;min-width:0;height:12px;position:relative;overflow:hidden}.track.svelte-twhhi6 .fill:where(.svelte-twhhi6){clip-path:inset(0 calc(100% - max(var(--pct), 12px)) 0 0 round 999px);background:linear-gradient(90deg,#0569ff 0%,#ae8eff 50%,#ffcca5 100%);border-radius:999px;position:absolute;inset:0}.track.svelte-twhhi6 .light:where(.svelte-twhhi6){width:calc(max(var(--pct), 12px) - 4px);filter:blur(1.5px);background:#fff;border-radius:999px;height:1.2px;position:absolute;top:1.5px;left:2px}.detail.svelte-twhhi6{color:var(--xz-color-text-300);white-space:nowrap;flex-shrink:0;font-size:12px;line-height:16px}.card.svelte-1mxjdtw{background:var(--xz-color-surface-50,#fff);border-radius:0 0 12px 12px;align-items:center;gap:8px;width:100%;padding:16px 12px;display:flex;box-shadow:0 2px 4px #00000014}.avatars.svelte-1yx8rga{flex-shrink:0;align-items:center;display:flex}.avatar.svelte-1yx8rga{width:var(--avatar-size,36px);height:var(--avatar-size,36px);border:.4px solid var(--xz-color-line-100);background:var(--xz-color-surface-200);border-radius:999px;overflow:hidden}.avatar.svelte-1yx8rga img:where(.svelte-1yx8rga){object-fit:cover;width:100%;height:100%}.avatar.is-me.svelte-1yx8rga{z-index:1;box-shadow:0 0 0 2px var(--xz-color-surface-50,#fff);margin-left:-16px;position:relative}.rig.svelte-bnj479{padding:8px 12px;position:relative}.rig.swinging.svelte-bnj479{transform-origin:50% -16px;animation:.52s cubic-bezier(.2,.7,.2,1) both svelte-bnj479-cb-swing}.card.svelte-bnj479{background:var(--xz-color-surface-50,#fff);text-align:left;cursor:pointer;appearance:none;border:none;border-radius:12px;align-items:center;gap:8px;width:100%;padding:24px 12px 16px;display:flex;position:relative;box-shadow:0 2px 4px #00000014}.pin.svelte-bnj479{transform-origin:top;width:14px;height:29px;display:block;position:absolute;top:-2px}.pin.is-left.svelte-bnj479{left:56px}.pin.is-right.svelte-bnj479{right:56px}.pin.is-left.wobble.svelte-bnj479{animation:.52s ease-out both svelte-bnj479-cb-rope-l}.pin.is-right.wobble.svelte-bnj479{animation:.52s ease-out both svelte-bnj479-cb-rope-r}.content.svelte-bnj479{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.headline.svelte-bnj479{white-space:nowrap;align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:20px;display:flex}.headline.svelte-bnj479 .amount:where(.svelte-bnj479){color:var(--xz-color-primary-text-100)}.headline.svelte-bnj479 .caption:where(.svelte-bnj479){color:var(--xz-color-text-100)}.progress-row.svelte-bnj479{align-items:center;gap:8px;width:100%;display:flex}.chevron.svelte-bnj479{color:var(--xz-color-text-300);flex-shrink:0;font-size:20px}@keyframes svelte-bnj479-cb-swing{0%{transform:rotate(-7deg)}40%{transform:rotate(3deg)}70%{transform:rotate(-1.5deg)}to{transform:rotate(0)}}@keyframes svelte-bnj479-cb-rope-l{0%{transform:rotate(-10deg)}55%{transform:rotate(4deg)}to{transform:rotate(0)}}@keyframes svelte-bnj479-cb-rope-r{0%{transform:rotate(14deg)}55%{transform:rotate(-5deg)}to{transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.rig.swinging.svelte-bnj479,.pin.is-left.wobble.svelte-bnj479,.pin.is-right.wobble.svelte-bnj479{animation:none}}.coachmark.svelte-3m8s40{background:linear-gradient(var(--xz-color-surface-50,#fff), var(--xz-color-surface-50,#fff)) padding-box, linear-gradient(120deg, #0569ff, #ae8eff, #ffcca5) border-box;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:20px 16px;display:flex;position:relative}.pointer.svelte-3m8s40{border-right:8px solid #0000;border-bottom:8px solid var(--xz-color-surface-50,#fff);border-left:8px solid #0000;width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.text.svelte-3m8s40{white-space:nowrap;flex-direction:column;justify-content:center;display:flex}.title.svelte-3m8s40{color:var(--xz-color-text-100);font-size:16px;font-weight:600;line-height:24px}.subtitle.svelte-3m8s40{color:#000;font-size:16px;font-weight:400;line-height:24px}.backdrop.svelte-1lo8i6l{cursor:default;pointer-events:auto;touch-action:none;appearance:none;background:#0c101680;border:0;padding:0;position:fixed;inset:0}.extras.svelte-1lo8i6l{pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;left:12px;right:12px}.gotit-wrap.svelte-1lo8i6l{pointer-events:auto}.gotit.svelte-1lo8i6l{color:#fff;cursor:pointer;appearance:none;background:#131922;border:0;border-radius:999px;padding:8px 24px;font-size:16px;font-weight:600;line-height:24px}.notice-bubble.svelte-1v9o1wx{background:var(--xz-color-surface-50,#fff);border-radius:16px;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:12px 16px;display:inline-flex;position:relative;box-shadow:0 2px 8px #0000001f}.caret.svelte-1v9o1wx{background:inherit;border-radius:2px;width:10px;height:10px;position:absolute;top:-4px;left:50%;transform:translate(-50%)rotate(45deg)}.waaku.svelte-1v9o1wx{box-sizing:border-box;border:1px solid var(--xz-color-line-100,#dadee5f7);background:var(--xz-color-surface-50,#fff);border-radius:50%;flex-shrink:0;width:32px;height:32px}.text.svelte-1v9o1wx{color:var(--xz-color-text-100);white-space:nowrap;font-size:14px;font-weight:600;line-height:20px}.notice-row.svelte-uc61k3{pointer-events:none;justify-content:center;display:flex;position:absolute;left:0;right:0}.cb-stack.svelte-1wt5lh9{transition:transform .2s cubic-bezier(.33,1,.68,1),opacity .2s;position:relative}.cb-stack.is-hidden.svelte-1wt5lh9{opacity:0;pointer-events:none;transition:transform .16s cubic-bezier(.32,0,.67,0),opacity .16s;transform:translateY(-28px)}.cb-stack.is-tutorial.svelte-1wt5lh9{pointer-events:none}@media (prefers-reduced-motion:reduce){.cb-stack.svelte-1wt5lh9,.cb-stack.is-hidden.svelte-1wt5lh9{transition:none}}.commission-banner.svelte-1wt5lh9{position:absolute;top:0;left:0;right:0}.commission-banner.is-compact.svelte-1wt5lh9{cursor:pointer}.zero-badge.svelte-1riwxwm{background:linear-gradient(96.87deg,#84b5ff 3.35%,#0569ff 13.04%,#ae8eff 80.46%,#ffcca5 117.92%);border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;display:inline-flex;position:relative;overflow:hidden}.upper-gradient.svelte-1riwxwm{pointer-events:none;width:109px;height:10px;position:absolute;top:-2px;left:6px}.corner-gradient.svelte-1riwxwm{pointer-events:none;width:22px;height:15px;position:absolute;top:1px;left:1.7px}.label.svelte-1riwxwm{color:var(--xz-color-static-white,#fff);white-space:nowrap;font-size:12px;font-weight:600;line-height:16px;position:relative}.gpwc-detail.svelte-kp6au9{background:#ecf3ff;flex-direction:column;display:flex}.header.svelte-kp6au9{align-items:center;gap:12px;padding:16px 16px 0;display:flex}.who.svelte-kp6au9{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.titles.svelte-kp6au9{flex-direction:column;min-width:0;display:flex}.title.svelte-kp6au9{color:var(--xz-color-text-100);white-space:nowrap;font-size:16px;font-weight:600;line-height:24px}.subtitle.svelte-kp6au9{color:var(--xz-color-text-100);font-size:14px;line-height:20px}.close.svelte-kp6au9{border:1px solid var(--xz-color-line-50);width:36px;height:36px;color:var(--xz-color-text-100);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff9;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.content.svelte-kp6au9{flex-direction:column;align-items:center;gap:12px;padding:16px;display:flex}.card.svelte-kp6au9{width:100%;position:relative}.card.svelte-kp6au9:before{content:"";opacity:.25;filter:blur(5px);background:linear-gradient(90deg,#84b5ff 14%,#0569ff 23%,#ae8eff 80%,#ffcca5 112%);border-radius:16px;position:absolute;inset:0}.card-inner.svelte-kp6au9{background:var(--xz-color-surface-50);isolation:isolate;border-radius:16px;flex-direction:column;gap:12px;padding:24px 16px;display:flex;position:relative;overflow:hidden}.edge-gradient.svelte-kp6au9{z-index:-1;pointer-events:none;position:absolute;top:0}.edge-gradient.left.svelte-kp6au9{left:0}.edge-gradient.right.svelte-kp6au9{right:0}.goals.svelte-kp6au9{flex-direction:column;display:flex}.goals-label.svelte-kp6au9{color:var(--xz-color-primary-text-100);align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:20px;display:inline-flex}.goals-amount.svelte-kp6au9{color:var(--xz-color-primary-text-100);font-size:24px;font-weight:700;line-height:30px}.bar.svelte-kp6au9{align-items:center;width:100%;display:flex}.mascot.svelte-kp6au9{flex-shrink:0;width:32px;height:32px;position:relative}.mascot.svelte-kp6au9 img:where(.svelte-kp6au9){width:32px;height:32px;display:block}.badge.svelte-kp6au9{background:var(--xz-color-surface-50);color:var(--xz-color-text-100);white-space:nowrap;border-radius:12px;padding:6px 8px;font-size:14px;line-height:20px;position:absolute;bottom:calc(100% + 6px);right:-4px;box-shadow:0 2px 4px #00000014}.badge-tail.svelte-kp6au9{border-top:6px solid var(--xz-color-surface-50);border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-5px;right:12px}.figures.svelte-kp6au9{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.earned.svelte-kp6au9{flex-direction:column;display:flex}.unlock.svelte-kp6au9{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.figures-label.svelte-kp6au9{color:var(--xz-color-text-300);align-items:center;gap:4px;font-size:14px;line-height:20px;display:inline-flex}.goals-label.svelte-kp6au9 i:where(.svelte-kp6au9),.figures-label.svelte-kp6au9 i:where(.svelte-kp6au9){cursor:help}.gpwc-detail-tooltip{text-align:left;white-space:normal;max-width:240px}.figures-value.svelte-kp6au9{color:var(--xz-color-text-100);font-size:14px;line-height:20px}.see-how.svelte-kp6au9{color:var(--xz-color-text-100);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:600;line-height:20px;display:inline-flex}#COMMISSION_REACHED .xz-modal-panel{background:#ecf3ff}.reached-card.svelte-wdxmbu{flex-direction:column;gap:16px;padding:24px 16px;display:flex}.title.svelte-wdxmbu{text-align:center;margin:0;font-size:20px;font-weight:700;line-height:28px}.hero.svelte-wdxmbu{flex-direction:column;align-items:center;width:100%;max-width:300px;margin:0 auto;display:flex;position:relative}.decorations.svelte-wdxmbu{z-index:0;object-fit:contain;object-position:top;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.avatars.svelte-wdxmbu{z-index:1;justify-content:center;gap:8px;display:flex}.avatar.svelte-wdxmbu{width:126px;height:126px;color:var(--xz-color-text-200);background:linear-gradient(135deg,#8ab4ff 0%,#c9a8ff 50%,#ffb6a0 100%);border-radius:999px;justify-content:center;align-items:center;padding:6px;font-size:28px;display:flex}.avatar.svelte-wdxmbu img:where(.svelte-wdxmbu){object-fit:cover;background:var(--xz-color-surface-50);border-radius:999px;width:100%;height:100%}.mascot.svelte-wdxmbu{z-index:1;width:160px;height:auto;margin-top:-16px;position:relative}.body.svelte-wdxmbu{text-align:center;flex-direction:column;gap:4px;display:flex}.body-title.svelte-wdxmbu{margin:0;font-size:16px;font-weight:600}.body-sub.svelte-wdxmbu{color:var(--xz-color-text-300);margin:0;font-size:14px}.cta.svelte-wdxmbu{margin-top:8px}#image-gallery.svelte-qxv5kz{z-index:4000;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;height:100dvh;display:flex;position:fixed;inset:0}.gallery-bg.svelte-qxv5kz{z-index:0;position:absolute;inset:0;overflow:hidden}.gallery-bg.svelte-qxv5kz img:where(.svelte-qxv5kz){object-fit:cover;opacity:.9;filter:blur(80px);width:100%;height:100%;transition:opacity .4s;transform:scale(1.15)}.gallery-bg-tint.svelte-qxv5kz{-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);transition:background .4s;position:absolute;inset:0}.image-gallery-header.svelte-qxv5kz{z-index:2;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:24px 24px 0;display:flex;position:absolute;top:0;left:0}.header-left.svelte-qxv5kz{gap:12px;display:flex}.navigation-container.svelte-qxv5kz{z-index:2;justify-content:center;align-items:center;gap:16px;width:100%;padding:16px 0;display:flex}.image-counter.svelte-qxv5kz{color:#fff;text-align:center;min-width:60px;font-size:14px;font-weight:500}.icon-btn.svelte-qxv5kz{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .2s;display:flex}.icon-btn.close.svelte-qxv5kz{color:#fff;background:#000}.icon-btn.nav-btn.svelte-qxv5kz{background:#0009}.icon-btn.nav-btn.svelte-qxv5kz:disabled{opacity:.3;cursor:not-allowed}.icon-btn.nav-btn.svelte-qxv5kz:hover:not(:disabled){background:#000c}.image-gallery-item.svelte-qxv5kz{flex-grow:1;justify-content:center;align-items:center;width:90vw;height:70vh;margin-top:48px;margin-bottom:24px;display:flex}.image-gallery-item.svelte-qxv5kz img:where(.svelte-qxv5kz){object-fit:contain;background:#222;max-width:100%;max-height:100%;box-shadow:0 4px 32px #0006}.thumbnail-container.svelte-qxv5kz{z-index:2;justify-content:safe center;align-items:center;gap:0;width:100vw;padding:24px 20px 32px;display:flex;overflow-x:auto}.thumbnail-item.svelte-qxv5kz{opacity:.8;cursor:pointer;transform-origin:bottom;border:.5px solid #0000;border-radius:2px;flex:none;width:60px;height:60px;transition:all .2s ease-in-out;overflow:hidden}.thumbnail-item.svelte-qxv5kz img:where(.svelte-qxv5kz){object-fit:cover;background:var(--xz-color-neutral-soft-solid-100);width:100%;height:100%;display:block}.thumbnail-item.selected.svelte-qxv5kz{z-index:1;opacity:1;transform:scale(1.25)}.thumbnail-video-preview.svelte-qxv5kz{background:#333;width:100%;height:100%;position:relative}.thumbnail-video-preview.svelte-qxv5kz img:where(.svelte-qxv5kz){object-fit:cover;width:100%;height:100%}.thumbnail-play-icon.svelte-qxv5kz{color:#fff;filter:drop-shadow(0 1px 2px #0009);font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-wrapper.svelte-qxv5kz{aspect-ratio:16/9;width:90vw}.meet-end.svelte-1226szk{z-index:1;background:var(--xz-color-surface-50);width:100%;color:var(--xz-color-text-100);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.content.svelte-1226szk{flex-direction:column;align-items:center;gap:24px;display:flex}.title.svelte-1226szk{font-size:24px;font-weight:600}.meeting-loading-curtain.svelte-1ngs0e5{color:#fff;background-color:#111827;justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative}.loading-content.svelte-1ngs0e5{flex-direction:column;align-items:center;gap:12px;display:flex}.loading-icon.svelte-1ngs0e5{font-size:24px}.person-card.svelte-1wdtn1w{aspect-ratio:4/3;border:2px solid #374151;border-radius:8px;justify-content:center;align-items:center;width:400px;transition:all .24s;display:flex;position:relative}.person-card.is-talking.svelte-1wdtn1w{border-color:#6b7280}.avatar-container.svelte-1wdtn1w{width:250px;height:250px}.avatar.svelte-1wdtn1w{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.avatar.svelte-1wdtn1w img:where(.svelte-1wdtn1w){object-fit:cover;border-radius:50%;width:125px;height:125px}.person-name.svelte-1wdtn1w{font-size:14px;font-weight:600;position:absolute;bottom:12px;left:12px}.mute-icon.svelte-1wdtn1w{border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex;position:absolute;top:4px;right:4px}.spinner.svelte-1wdtn1w{font-size:48px}@media (width<=768px){.person-card.svelte-1wdtn1w{width:200px}.avatar-container.svelte-1wdtn1w{width:150px;height:150px}.avatar.svelte-1wdtn1w img:where(.svelte-1wdtn1w){width:80px;height:80px}}.meet-review.svelte-1whehiz{z-index:1;background:var(--xz-color-surface-50);width:100%;color:var(--xz-color-text-100);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.review-content.svelte-1whehiz{flex-direction:column;align-items:center;width:100%;max-width:445px;padding:0 16px;display:flex}.review-title.svelte-1whehiz{font-size:20px;font-weight:600;font-family:var(--xz-font-family-secondary);text-align:center}.stars.svelte-1whehiz{justify-content:center;gap:4px;margin-top:24px;display:flex}.star-button.svelte-1whehiz{cursor:pointer;appearance:none;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.star-button.svelte-1whehiz i:where(.svelte-1whehiz){font-size:36px}.active-star.svelte-1whehiz{color:var(--xz-color-fastwork-star)}.empty-star.svelte-1whehiz{color:#9ca3af}.rating-label.svelte-1whehiz{color:var(--xz-color-text-200);align-self:flex-start;margin-top:24px;font-size:14px}hr.svelte-1whehiz{background-color:var(--xz-color-line-50);border:0;width:100%;height:1px;margin:32px 0 16px}.section-title.svelte-1whehiz{width:100%;font-size:16px;font-weight:600;font-family:var(--xz-font-family-secondary);text-align:left;align-self:flex-start;margin-top:16px}.section-description.svelte-1whehiz{width:100%;color:var(--xz-color-text-200);text-align:left;align-self:flex-start;margin-top:8px;font-size:14px}.review-options.svelte-1whehiz{flex-wrap:wrap;gap:8px;width:100%;margin-top:16px;display:flex}.select-button.svelte-1whehiz{border:1px solid var(--xz-color-line-50);background:var(--xz-color-surface-50);min-height:32px;color:var(--xz-color-text-100);font-size:13px;font-weight:600;font-family:var(--xz-font-family-secondary);cursor:pointer;border-radius:999px;padding:0 16px;transition:all .16s}.select-button.svelte-1whehiz:hover{background:var(--xz-color-neutral-soft-100)}.select-button.is-active.svelte-1whehiz{border-color:var(--xz-color-primary-line-200);background:var(--xz-color-primary-soft-100);color:var(--xz-color-primary-text-100)}.textarea-field.svelte-1whehiz{border-radius:6px;width:100%;margin-top:16px}.textarea-field.svelte-1whehiz textarea:where(.svelte-1whehiz){border:1px solid var(--xz-color-line-50);background:var(--xz-color-surface-50);width:100%;min-height:120px;color:var(--xz-color-text-100);font:inherit;resize:vertical;border-radius:6px;padding:8px 12px;line-height:1.5}.textarea-field.svelte-1whehiz textarea:where(.svelte-1whehiz):focus{border-color:var(--xz-color-primary-line-200);box-shadow:0 0 0 3px var(--xz-color-primary-soft-100);outline:none}.success-icon.svelte-1whehiz{color:var(--xz-color-success-bg-100);justify-content:center;align-items:center;font-size:44px;display:flex}h1.svelte-1whehiz{text-align:center;margin:24px 0 0;font-size:28px}p.svelte-1whehiz{color:var(--xz-color-text-200);text-align:center;margin:4px 0 0}.thank-actions.svelte-1whehiz{justify-content:center;gap:12px;width:100%;margin-top:24px;display:flex}.meet-modal.svelte-573cv5{z-index:3000;background:#00000059;justify-content:center;align-items:center;padding:0 16px;display:flex;position:fixed;inset:0}.meet-modal-panel.svelte-573cv5{background:var(--xz-color-surface-50);width:100%;max-width:420px;color:var(--xz-color-text-100);border-radius:12px}.content.svelte-573cv5{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 24px 12px;display:flex}.countdown.svelte-573cv5{background-color:var(--xz-color-primary-soft-200);width:72px;height:72px;color:var(--xz-color-primary-text-100);border-radius:999px;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.title.svelte-573cv5{color:var(--xz-color-text-100);margin-top:12px;font-weight:600}p.svelte-573cv5{color:var(--xz-color-text-200);margin-top:0;font-size:14px;line-height:1.5}hr.svelte-573cv5{background-color:var(--xz-color-line-50);border:0;width:100%;height:1px;margin:8px 0 4px}.actions.svelte-573cv5{justify-content:flex-end;gap:12px;width:100%;display:flex}.instant-call-page.svelte-si9lxe{color:#fff;background-color:#111827;width:100%;min-height:100dvh;position:relative}.meeting-stage.svelte-si9lxe{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex}.record-notice-wrap.svelte-si9lxe{width:100%;padding:0 24px;position:fixed;top:24px;left:0}.record-notice.svelte-si9lxe{background-color:#374151;border-radius:8px;align-items:center;padding:16px;font-size:14px;display:flex}.record-notice.svelte-si9lxe img:where(.svelte-si9lxe){margin-right:12px}.record-notice-text.svelte-si9lxe{gap:2px;display:grid}.record-title.svelte-si9lxe{font-size:16px;font-weight:600;font-family:var(--xz-font-family-secondary)}.record-notice.svelte-si9lxe p:where(.svelte-si9lxe){margin:0;font-size:14px}.participant-row.svelte-si9lxe{flex-direction:row;gap:48px;display:flex}.controls.svelte-si9lxe{justify-content:center;align-items:center;gap:16px;width:100%;margin-top:24px;display:flex;position:fixed;bottom:64px;left:0}.control-button.svelte-si9lxe{color:#fff;cursor:pointer;appearance:none;border:0;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:background .16s;display:flex}.control-button.neutral.svelte-si9lxe{background-color:#374151}.control-button.neutral.svelte-si9lxe:hover{background-color:#4b5563}.control-button.primary.svelte-si9lxe{background-color:var(--xz-color-primary-bg-100)}.control-button.primary.svelte-si9lxe:hover{background-color:var(--xz-color-primary-bg-200)}.control-button.danger.svelte-si9lxe{background-color:var(--xz-color-danger-bg-100)}.control-button.danger.svelte-si9lxe:hover{background-color:var(--xz-color-danger-bg-200)}.center-state.svelte-si9lxe{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex}.reconnect-button.svelte-si9lxe,.mic-error.svelte-si9lxe{color:#fff;cursor:pointer;background-color:#374151;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 24px;font-weight:600;transition:background .16s;display:flex}.reconnect-button.svelte-si9lxe:hover{background-color:#4b5563}.mic-error.svelte-si9lxe{text-align:center;cursor:default;border-radius:4px;max-width:min(520px,100% - 32px);min-height:48px}@media (width<=768px){.record-notice.svelte-si9lxe{font-size:12px}.record-title.svelte-si9lxe{font-size:14px}.record-notice.svelte-si9lxe p:where(.svelte-si9lxe){font-size:11px}.participant-row.svelte-si9lxe{flex-direction:column;gap:16px}}.meet-modal.svelte-12vsiuq{z-index:3000;background:#00000059;justify-content:center;align-items:center;padding:0 16px;display:flex;position:fixed;inset:0}.meet-modal-panel.svelte-12vsiuq{background:var(--xz-color-surface-50);width:100%;max-width:420px;color:var(--xz-color-text-100);border-radius:12px}.content.svelte-12vsiuq{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px 12px;display:flex}.reject-icon.svelte-12vsiuq{color:var(--xz-color-danger-bg-100);font-size:48px}.title.svelte-12vsiuq{color:var(--xz-color-text-100);margin-top:32px;font-weight:600}hr.svelte-12vsiuq{background-color:var(--xz-color-line-50);border:0;width:100%;height:1px;margin:20px 0 4px}.actions.svelte-12vsiuq{justify-content:flex-end;width:100%;display:flex}.meeting-page.svelte-flz92m{color:#fff;background-color:#111827;width:100%;min-height:100dvh;position:relative}#chat-window-header-search-input.svelte-eexwe0{corner-shape:superellipse(1.5);background-color:var(--xz-color-neutral-soft-100);border-radius:16px;flex:1;align-items:center;gap:8px;height:36px;padding:0 4px 0 12px;display:flex}#chat-window-header-search-input.svelte-eexwe0>i.far.fa-search:where(.svelte-eexwe0){color:var(--xz-color-text-300);flex-shrink:0;font-size:15px}#chat-window-header-search-input.svelte-eexwe0 :where(.svelte-eexwe0):focus-within{outline:none}#chat-window-header-search-input.svelte-eexwe0 input:where(.svelte-eexwe0){min-width:0;color:var(--xz-color-text-100);background:0 0;border:none;flex:1;font-size:14px}#chat-window-header-search-input.svelte-eexwe0 input:where(.svelte-eexwe0)::placeholder{color:var(--xz-color-text-300)}#chat-window-header-search-input.svelte-eexwe0 .shortcut-hint:where(.svelte-eexwe0){background-color:var(--xz-color-neutral-soft-200);color:var(--xz-color-text-300);font-size:13px;font-family:var(--xz-font-family-secondary);white-space:nowrap;pointer-events:none;border-radius:6px;flex-shrink:0;padding:2px 6px}@media (width<=768px){#chat-window-header-search-input.svelte-eexwe0 .shortcut-hint:where(.svelte-eexwe0){display:none}}#chat-window-header-search-input.svelte-eexwe0 .clear-btn:where(.svelte-eexwe0){width:28px;height:28px;color:var(--xz-color-text-200);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}#chat-window-header-search-input.svelte-eexwe0 .clear-btn:where(.svelte-eexwe0):hover{background-color:var(--xz-color-neutral-soft-200)}#chat-window-header-search-input.svelte-eexwe0 .clear-btn:where(.svelte-eexwe0) i:where(.svelte-eexwe0){font-size:14px}#chat-window-header-search-panel.svelte-1kl7ukm{z-index:2000;corner-shape:superellipse(1.5);background-color:var(--xz-color-surface-50);width:calc(100% - 8px);max-width:600px;max-height:500px;box-shadow:0 1px 2px oklch(from var(--xz-color-bg-100) l c h/5%);border-radius:18px;padding:8px;position:absolute;top:calc(100% + 4px);left:50%;overflow:hidden;transform:translate(-50%)}.results-scroll.svelte-1kl7ukm{max-height:400px;overflow-y:auto}.state-center.svelte-1kl7ukm{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 16px;display:flex}.loader-row.svelte-1kl7ukm{justify-content:center;padding:16px 0;display:flex}.end-of-results.svelte-1kl7ukm{color:var(--xz-color-text-300);text-align:center;padding:24px;font-size:13px}.chat-window-header-root.svelte-bxhzs{position:relative}#chat-window-header.svelte-bxhzs{border-right:1px solid var(--xz-color-line-50);border-left:1px solid var(--xz-color-line-50);background-color:var(--xz-color-surface-50);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}#chat-window-header.is-mobile.svelte-bxhzs{padding:8px}.search-mode.svelte-bxhzs,.normal-mode.svelte-bxhzs{gap:12px;width:100%;display:flex}.search-mode.svelte-bxhzs{flex:1;align-items:center;max-width:600px;margin:0 auto}.normal-mode.svelte-bxhzs{flex:1;justify-content:space-between}.avatar.svelte-bxhzs img:where(.svelte-bxhzs){aspect-ratio:1;border-radius:999px;width:32px;max-width:32px}.profile-trigger.svelte-bxhzs{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.avatar.profile-trigger.svelte-bxhzs{flex-shrink:0;display:flex}.name-trigger.svelte-bxhzs{max-width:100%;display:block}.name-trigger.svelte-bxhzs:hover .counter-name:where(.svelte-bxhzs){text-decoration:underline}.header-left.svelte-bxhzs{align-items:center;gap:16px;min-width:0;display:flex}.header-right.svelte-bxhzs{align-items:center;gap:8px;display:flex}.header-right.is-disabled.svelte-bxhzs{opacity:.5;pointer-events:none}.header-left-name.svelte-bxhzs{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;overflow:hidden}.truncate.svelte-bxhzs{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.order-details-btn.svelte-bxhzs{position:relative}.order-dot.svelte-bxhzs{background-color:var(--xz-color-danger-bg-100);pointer-events:none;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:4px}.counter-name.svelte-bxhzs{font-weight:600;font-family:var(--xz-font-family-secondary);line-height:24px}.menu-button.hidden.svelte-r5knxm,.menu-button.hidden.svelte-xqn0om{display:none!important}.menu-container.svelte-16tfubq{position:relative}.menu-panel-container.svelte-16tfubq{z-index:1000;min-width:200px;position:absolute;inset:auto auto calc(100% + 8px) 0}.menu-item.svelte-16tfubq{cursor:pointer;border-radius:8px;align-items:center;gap:12px;width:100%;padding:8px;transition:background-color .2s;display:flex}.menu-item.svelte-16tfubq:hover{background-color:var(--xz-color-neutral-soft-100)}.menu-item.svelte-16tfubq .icon:where(.svelte-16tfubq){justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.menu-item.svelte-16tfubq .label:where(.svelte-16tfubq){color:var(--xz-color-text-100);font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);text-align:left;flex:1}.additional-actions-icon.svelte-16tfubq{transition:transform .16s ease-in-out}.additional-actions-icon.active.svelte-16tfubq{transform:rotate(45deg)}.menu-button.hidden.svelte-2ghxo1{display:none!important}.emoji-mart.svelte-16ktctg{background:var(--xz-color-surface-100);width:352px;min-height:435px}@media (width<=500px){.emoji-mart.svelte-16ktctg{width:100%}}[data-theme=dark] em-emoji-picker{--border-radius:0px;--color-border:#0000000d;--xz-font-size:14px;--rgb-accent:29, 108, 226;--rgb-background:var(--xz-color-surface-100);--rgb-color:var(--xz-color-text-100);--rgb-input:var(--xz-color-neutral-soft-100);--shadow:none;width:100%}em-emoji-picker{--border-radius:0px;--color-border:#0000000d;--xz-font-size:14px;--rgb-accent:29, 108, 226;--rgb-background:255, 255, 255;--rgb-color:20, 20, 20;--rgb-input:240, 240, 240;--shadow:none;width:100%}.chat-input-sticker-button-container.svelte-mme1u5{position:absolute;bottom:0;right:0}.chat-input-sticker-panel.svelte-mme1u5{z-index:1000;border:1px solid var(--xz-color-line-50);box-shadow:var(--xz-box-shadow-200);opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:12px;transition:transform .24s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;right:0;transform:translateY(12px)}@media (width<=500px){.chat-input-sticker-panel.svelte-mme1u5{position:fixed;bottom:0;left:0;right:0}}.chat-input-sticker-panel.open.svelte-mme1u5{opacity:1;pointer-events:auto;transform:translate(0,0)}.chat-input-sticker-button.svelte-mme1u5{all:unset;z-index:1;width:var(--chat-input-height);height:var(--chat-input-height);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;position:relative}.chat-input-sticker-button.svelte-mme1u5:hover{color:var(--xz-color-primary-text-100)}.mode-selector.svelte-mme1u5{z-index:50;background-color:var(--xz-color-surface-50);border-top-left-radius:12px;border-top-right-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px;display:flex;position:relative}.mode-selector.svelte-mme1u5 .mode-selector-buttons:where(.svelte-mme1u5){gap:8px;display:flex}.mode-selector.svelte-mme1u5 button:where(.svelte-mme1u5){height:32px;color:var(--xz-color-text-300);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;transition:background-color .15s;display:flex}.mode-selector.svelte-mme1u5 button:where(.svelte-mme1u5):hover,.mode-selector.svelte-mme1u5 button.active:where(.svelte-mme1u5){background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-text-100)}.mode-selector.svelte-mme1u5 .close-button:where(.svelte-mme1u5){position:absolute;right:8px}.mode-selector.svelte-mme1u5 .close-button:where(.svelte-mme1u5) button:where(.svelte-mme1u5){width:32px;height:32px}.reply-preview.svelte-r75cwd{align-items:flex-start;gap:12px;margin-bottom:12px;font-size:14px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-content:where(.svelte-r75cwd){flex:1;min-width:0}.reply-preview.svelte-r75cwd .reply-preview-header:where(.svelte-r75cwd){align-items:center;gap:6px;margin-bottom:2px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-header:where(.svelte-r75cwd) .reply-icon:where(.svelte-r75cwd){color:var(--xz-color-primary-text-100);font-size:12px}.reply-preview.svelte-r75cwd .reply-preview-header:where(.svelte-r75cwd) .reply-label:where(.svelte-r75cwd){color:var(--xz-color-primary-text-100);font-size:12px;font-weight:600;font-family:var(--xz-font-family-secondary)}.reply-preview.svelte-r75cwd .reply-preview-message:where(.svelte-r75cwd){color:var(--xz-color-text-200);text-overflow:ellipsis;white-space:nowrap;word-break:break-all;margin-top:6px;font-size:12px;overflow:hidden}.reply-preview.svelte-r75cwd .reply-preview-image:where(.svelte-r75cwd){align-items:center;gap:8px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-image:where(.svelte-r75cwd) img:where(.svelte-r75cwd){object-fit:cover;border-radius:4px;width:32px;height:32px}.reply-preview.svelte-r75cwd .reply-preview-image:where(.svelte-r75cwd) .reply-preview-text:where(.svelte-r75cwd){font-style:italic}.reply-preview.svelte-r75cwd .reply-preview-sticker:where(.svelte-r75cwd){align-items:center;gap:8px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-sticker:where(.svelte-r75cwd) img:where(.svelte-r75cwd){object-fit:contain;width:32px;height:32px}.reply-preview.svelte-r75cwd .reply-preview-sticker:where(.svelte-r75cwd) .reply-preview-text:where(.svelte-r75cwd){font-style:italic}.reply-preview.svelte-r75cwd .reply-preview-file-container:where(.svelte-r75cwd){display:flex}.reply-preview.svelte-r75cwd .reply-preview-file:where(.svelte-r75cwd){background-color:var(--xz-color-neutral-soft-200);border-radius:999px;align-items:center;gap:6px;margin-top:4px;padding:6px 12px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-file:where(.svelte-r75cwd) i:where(.svelte-r75cwd){color:var(--xz-color-text-100);font-size:14px}.reply-preview.svelte-r75cwd .reply-preview-file:where(.svelte-r75cwd) .reply-preview-text:where(.svelte-r75cwd){text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:italic;overflow:hidden}.reply-preview.svelte-r75cwd .reply-preview-voice-container:where(.svelte-r75cwd){display:flex}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd){background-color:var(--xz-color-neutral-soft-200);border-radius:999px;align-items:center;gap:8px;margin-top:4px;padding:6px 12px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) i:where(.svelte-r75cwd){color:var(--xz-color-text-200);font-size:12px}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd){align-items:center;gap:1px;height:12px;display:flex}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd) .wave-bar:where(.svelte-r75cwd){background-color:var(--xz-color-text-200);border-radius:1px;width:2px}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd) .wave-bar:where(.svelte-r75cwd):nth-child(4n+1){height:4px;animation-delay:0s}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd) .wave-bar:where(.svelte-r75cwd):nth-child(4n+2){height:8px;animation-delay:.1s}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd) .wave-bar:where(.svelte-r75cwd):nth-child(4n+3){height:6px;animation-delay:.2s}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-waveform:where(.svelte-r75cwd) .wave-bar:where(.svelte-r75cwd):nth-child(4n+4){height:5px;animation-delay:.3s}.reply-preview.svelte-r75cwd .reply-preview-voice:where(.svelte-r75cwd) .reply-preview-text:where(.svelte-r75cwd){font-style:italic}.reply-preview.svelte-r75cwd .reply-preview-close:where(.svelte-r75cwd){all:unset;background-color:var(--xz-color-neutral-soft-200);width:24px;height:24px;color:var(--xz-color-text-100);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .12s ease-in-out;display:flex}.reply-preview.svelte-r75cwd .reply-preview-close:where(.svelte-r75cwd):hover{background-color:var(--xz-color-neutral-soft-300);color:var(--xz-color-text-100)}.reply-preview.svelte-r75cwd .reply-preview-close:where(.svelte-r75cwd) i:where(.svelte-r75cwd){font-size:12px}.reply-preview.svelte-r75cwd .reply-preview-text-container:where(.svelte-r75cwd) .reply-preview-text:where(.svelte-r75cwd){text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:italic;overflow:hidden}#chat-input.svelte-afrvh7{--chat-input-height:40px;--chat-input-max-height:116px;--menu-button-size:40px;background-color:var(--xz-color-surface-50);padding:16px}#chat-input.svelte-afrvh7 button:where(.svelte-afrvh7){all:unset}#chat-input.svelte-afrvh7 .chat-input-wrapper:where(.svelte-afrvh7){background-color:var(--xz-color-surface-50);align-items:center;gap:8px;display:flex}#chat-input.svelte-afrvh7 .menu-button{width:var(--menu-button-size);background-color:var(--xz-color-neutral-soft-100);cursor:pointer;aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;display:flex}#chat-input.svelte-afrvh7 .menu-button:hover{background-color:var(--xz-color-neutral-soft-200)}#chat-input.svelte-afrvh7 .chat-input-actions:where(.svelte-afrvh7){gap:8px;display:flex}#chat-input.svelte-afrvh7 .chat-input:where(.svelte-afrvh7){border-radius:8px;border-radius:calc(var(--chat-input-height) / 2);background-color:var(--xz-color-neutral-soft-100);flex:1;width:100%;height:100%;position:relative}#chat-input.svelte-afrvh7 .chat-input:where(.svelte-afrvh7) #chat-input-textarea:where(.svelte-afrvh7){width:100%;height:100%;min-height:var(--chat-input-height);max-height:var(--chat-input-max-height);word-break:break-word;outline:none;padding:10px 48px 10px 16px;font-size:15px;line-height:1.5;overflow-y:auto}#chat-input.svelte-afrvh7 .chat-input:where(.svelte-afrvh7) .placeholder:where(.svelte-afrvh7){color:var(--xz-color-neutral-text-100);pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:12px;left:16px}.menu-panel-container.svelte-6duvv3{top:var(--menu-y);left:var(--menu-x);z-index:2000;transform-origin:top;min-width:140px;position:fixed}.menu-panel-container.is-sender.svelte-6duvv3{transform-origin:100% 100%;transform:translate(-100%,-100%)}.menu-panel-container.svelte-6duvv3:not(.is-sender){transform-origin:0 100%;transform:translateY(-100%)}.menu-panel-container.bottom.is-sender.svelte-6duvv3{transform-origin:100% 0;transform:translate(-100%)}.menu-panel-container.bottom.svelte-6duvv3:not(.is-sender){transform-origin:0 0;transform:translate(0%,0%)}.message-container.svelte-1np49q6{justify-content:center;align-items:center;display:flex}.message-date.svelte-1np49q6{background-color:var(--date-background,color-mix(in oklab, var(--xz-color-bg-100) 5%, transparent));min-height:16px;color:var(--date-text-color,var(--xz-color-text-100));font-size:12px;font-weight:400;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:2px 12px;display:flex}.order-context-box.svelte-k0a57{background-color:var(--xz-color-neutral-soft-100);text-align:left;cursor:pointer;appearance:none;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 14px;display:flex}.order-context-box.svelte-k0a57:hover{background-color:var(--xz-color-neutral-soft-200)}.order-context-box.has-leading-visual.svelte-k0a57{padding-left:10px}.order-context-box.is-static.svelte-k0a57{cursor:default}.order-context-box.is-static.svelte-k0a57:hover{background-color:var(--xz-color-neutral-soft-100)}.order-context-box.svelte-k0a57 .order-context-content:where(.svelte-k0a57){flex:1;min-width:0}.order-context-box.svelte-k0a57 .order-context-image:where(.svelte-k0a57){background-color:var(--xz-color-surface-200);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.order-context-box.svelte-k0a57 .order-context-image:where(.svelte-k0a57) img:where(.svelte-k0a57){object-fit:cover;width:100%;height:100%;display:block}.order-context-box.svelte-k0a57 .order-context-image.is-fallback:where(.svelte-k0a57){background-color:var(--xz-color-surface-200)}.order-context-box.svelte-k0a57 .order-context-chevron:where(.svelte-k0a57){flex-shrink:0;font-size:12px}.order-context-box.svelte-k0a57 .order-context-code:where(.svelte-k0a57){font-size:12px;font-weight:400;font-family:var(--xz-font-family-mono);margin-top:2px;display:block}.order-context-box.svelte-k0a57 .order-context-name:where(.svelte-k0a57){font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;line-height:1.5;display:block;overflow:hidden}.document-menu-button.svelte-dxl1bu{all:unset;background-color:var(--document-menu-button-bg);width:36px;height:36px;color:var(--document-menu-button-color);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:background-color .16s,transform .16s;display:flex;position:absolute;top:12px;right:12px}.document-menu-button.svelte-dxl1bu:hover{background-color:var(--document-menu-button-hover-bg,color-mix(in oklch, var(--document-menu-button-bg) 88%, var(--document-menu-button-color)))}.document-menu-button.svelte-dxl1bu:active{transform:scale(.96)}.document-menu-button.svelte-dxl1bu:focus-visible{outline:2px solid var(--xz-color-primary-text-fg);outline-offset:2px}.document-menu-button.svelte-dxl1bu i:where(.svelte-dxl1bu){font-size:18px}.bubble-wrapper.svelte-13n208u{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-13n208u{justify-content:flex-end}.bubble-deliverables.svelte-13n208u{--radius:24px;border:var(--message-bubble-special-border);border-radius:var(--radius);background-color:var(--xz-color-surface-50);flex-direction:column;flex:1;min-width:300px;max-width:300px;font-size:14px;line-height:1.4;display:flex;overflow:hidden}.deliverables-header.svelte-13n208u{border-radius:calc(var(--radius) - 1px);corner-shape:superellipse(1.5);background-color:var(--xz-color-warning-soft-solid-200);min-height:100px;color:var(--xz-color-text-100);flex-direction:column;padding:14px 16px 28px;display:flex;position:relative}.deliverables-title.svelte-13n208u{color:var(--xz-color-text-100);font-size:15px;font-weight:600;font-family:var(--xz-font-family-secondary);align-items:center;gap:8px;margin:0;padding-right:48px;display:flex}.deliverables-description.svelte-13n208u{max-width:200px;color:var(--xz-color-text-200);word-break:break-word;margin:12px 0 0;font-size:13px;font-weight:400}.deliverables-content.svelte-13n208u{corner-shape:superellipse(1.2);background-color:var(--xz-color-surface-50);flex-direction:column;gap:24px;margin-top:-16px;padding:12px;display:flex;position:relative}.deliverables-actions.svelte-13n208u{flex-direction:column;gap:12px;display:flex}.auto-approve-note.svelte-13n208u{color:var(--xz-color-text-200);font-size:12px;font-weight:400;font-family:var(--xz-font-family-primary);align-items:flex-start;gap:6px;line-height:1.4;display:flex}.auto-approve-note.svelte-13n208u i:where(.svelte-13n208u){color:var(--xz-color-primary-text-100);margin-top:2px;font-size:13px}.bubble-document.svelte-g4f3y5{--radius:24px;border:var(--message-bubble-special-border);border-radius:var(--radius);corner-shape:superellipse(1.5);background-color:var(--xz-color-surface-100);flex-direction:column;flex:1;min-width:300px;max-width:300px;padding:0;font-size:14px;line-height:1.4;display:flex;overflow:hidden}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5){border-radius:calc(var(--radius) - 1px);corner-shape:superellipse(1.5);background-color:var(--xz-color-primary-bg-100);min-height:100px;color:var(--xz-color-primary-text-fg);align-items:flex-start;gap:12px;padding:14px 16px;display:flex;position:relative}.bubble-document.svelte-g4f3y5 .document-header.has-menu:where(.svelte-g4f3y5) .document-info:where(.svelte-g4f3y5){padding-right:48px}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5):has(+.document-content:where(.svelte-g4f3y5)){padding-bottom:28px}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-title:where(.svelte-g4f3y5){color:var(--xz-color-primary-text-fg);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;overflow:hidden}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-title:where(.svelte-g4f3y5) span:where(.svelte-g4f3y5){color:var(--xz-color-text-100);font-family:var(--xz-font-family-secondary)}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-price:where(.svelte-g4f3y5){font-size:32px;font-weight:600;font-family:var(--xz-font-family-primary);font-variant-numeric:tabular-nums;align-items:flex-start;gap:4px;margin-top:16px;line-height:1;display:flex}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-price:where(.svelte-g4f3y5) span:where(.svelte-g4f3y5){font-size:18px;font-family:var(--xz-font-family-secondary);margin-top:2px}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-description:where(.svelte-g4f3y5){font-size:12px;font-weight:400;font-family:var(--xz-font-family-primary);margin-top:8px}.bubble-document.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .seller-payout-note:where(.svelte-g4f3y5){color:var(--xz-color-text-300);font-size:12px;font-family:var(--xz-font-family-primary);margin-top:8px}.bubble-document.is-expired.svelte-g4f3y5{opacity:.5}.bubble-document.is-expired.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) .document-price:where(.svelte-g4f3y5){text-decoration:line-through}.bubble-document.is-invoice.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5),.bubble-document.is-receipt.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5){--bubble-order-context-bg:var(--xz-color-surface-200);--bubble-order-context-bg-hover:var(--xz-color-surface-300);--bubble-order-context-code-color:var(--xz-color-text-300);--bubble-order-context-name-color:var(--xz-color-text-100);background-color:var(--xz-color-surface-50);color:var(--xz-color-text-100);border-bottom-right-radius:0;border-bottom-left-radius:0}.bubble-document.is-invoice.svelte-g4f3y5 .document-title:where(.svelte-g4f3y5),.bubble-document.is-receipt.svelte-g4f3y5 .document-title:where(.svelte-g4f3y5){color:var(--xz-color-text-100)}.bubble-document.is-receipt.svelte-g4f3y5 .document-title:where(.svelte-g4f3y5){align-items:center;gap:4px;display:flex}.bubble-document.is-receipt.svelte-g4f3y5 .document-title:where(.svelte-g4f3y5) i:where(.svelte-g4f3y5){color:var(--xz-color-success-text-100)}.bubble-document.is-quotation.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5),.bubble-document.is-quotation.svelte-g4f3y5 .document-header:where(.svelte-g4f3y5) span:where(.svelte-g4f3y5){color:var(--xz-color-primary-text-fg)}.bubble-wrapper.svelte-g4f3y5{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-g4f3y5{justify-content:flex-end}.bubble-wrapper.is-sender.svelte-g4f3y5 .bubble-document:where(.svelte-g4f3y5){border:var(--message-bubble-special-border);color:var(--xz-color-primary-text-100);font-weight:600;font-family:var(--xz-font-family-secondary)}.bubble-wrapper.svelte-g4f3y5:not(.is-sender) .document-header:where(.svelte-g4f3y5){border-bottom-right-radius:0;border-bottom-left-radius:0}.bubble-wrapper.is-receiver.svelte-g4f3y5 .bubble-document:where(.svelte-g4f3y5){border:var(--message-bubble-special-border,var(--message-bubble-receiver-border))}.document-info.svelte-g4f3y5{flex:1;min-width:0}.document-content.svelte-g4f3y5{corner-shape:superellipse(1.2);background-color:var(--xz-color-surface-50);flex-direction:column;gap:24px;margin-top:-16px;padding:12px;display:flex;position:relative}.document-content.svelte-g4f3y5 .guarantee-section:where(.svelte-g4f3y5){text-align:left;justify-content:center;align-items:center;gap:4px;margin-top:8px;display:flex}.document-content.svelte-g4f3y5 .guarantee-section:where(.svelte-g4f3y5) i:where(.svelte-g4f3y5){color:var(--xz-color-primary-text-100);font-size:14px}.document-content.svelte-g4f3y5 .guarantee-section:where(.svelte-g4f3y5) .text:where(.svelte-g4f3y5){color:var(--xz-color-text-200);font-size:12px;font-weight:400;font-family:var(--xz-font-family-primary)}.bubble-fasthire-order.svelte-o5yvto{--radius:24px;--card-background:var(--xz-color-surface-50);border:var(--message-bubble-special-border);border-radius:var(--radius);flex-direction:column;flex:1;min-width:300px;max-width:300px;padding:0;font-size:14px;line-height:1.4;display:flex;overflow:hidden}.bubble-fasthire-order.svelte-o5yvto .document-header:where(.svelte-o5yvto){background-color:var(--card-background);min-height:52px;color:var(--xz-color-text-100);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.bubble-fasthire-order.svelte-o5yvto .document-header:where(.svelte-o5yvto) .paid:where(.svelte-o5yvto){font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);align-items:center;gap:4px;display:flex}.bubble-fasthire-order.svelte-o5yvto .document-header:where(.svelte-o5yvto) .paid:where(.svelte-o5yvto) .icon:where(.svelte-o5yvto){color:var(--xz-color-success-text-100);font-size:16px}.bubble-fasthire-order.svelte-o5yvto .price-section:where(.svelte-o5yvto){background:var(--card-background);align-items:flex-start;gap:4px;padding:12px 16px 16px;font-weight:600;line-height:1;display:flex}.bubble-fasthire-order.svelte-o5yvto .price-section:where(.svelte-o5yvto) .currency:where(.svelte-o5yvto){font-size:18px;font-family:var(--xz-font-family-secondary);margin-top:2px}.bubble-fasthire-order.svelte-o5yvto .price-section:where(.svelte-o5yvto) .price:where(.svelte-o5yvto){font-size:32px;font-weight:700;font-family:var(--xz-font-family-primary);line-height:1}.bubble-fasthire-order.svelte-o5yvto .document-content:where(.svelte-o5yvto){background-color:var(--card-background);padding:4px 16px 16px}.bubble-fasthire-order.svelte-o5yvto .document-content:where(.svelte-o5yvto)>.title:where(.svelte-o5yvto){font-size:16px;font-weight:600;font-family:var(--xz-font-family-secondary)}.bubble-fasthire-order.svelte-o5yvto .action-section:where(.svelte-o5yvto){background-color:var(--card-background);padding:8px 16px 16px}.bubble-fasthire-order.svelte-o5yvto .refund-note:where(.svelte-o5yvto){color:var(--xz-color-text-300);gap:4px;margin-top:8px;font-size:14px;display:flex}.bubble-fasthire-order.svelte-o5yvto .refund-note:where(.svelte-o5yvto) .icon:where(.svelte-o5yvto){color:var(--xz-color-primary-text-100);margin-top:3px;font-size:12px}.bubble-fasthire-order.svelte-o5yvto .refund-note:where(.svelte-o5yvto) span:where(.svelte-o5yvto){font-size:12px}.bubble-content.svelte-19nyyc6{flex-direction:column;width:100%;max-width:360px;display:flex}.file-icon.svelte-19nyyc6,.download-icon.svelte-19nyyc6{width:100%;height:100%;font-size:var(--xz-font-size-600);justify-content:center;align-items:center;transition:transform .2s ease-in-out;display:flex;position:absolute;inset:0}.file-info.svelte-19nyyc6{flex-direction:column;gap:4px;display:flex}.file-name.svelte-19nyyc6{color:var(--xz-color-text-100);font-weight:500;font-size:var(--xz-font-size-300)}.file-size.svelte-19nyyc6{color:var(--xz-color-text-200);font-size:12px}.file-icon.svelte-19nyyc6{transform:translateY(0)}.download-icon.svelte-19nyyc6{transform:translateY(-100%)}.bubble-file.svelte-19nyyc6{border:1px solid var(--xz-color-line-50);background-color:var(--xz-color-surface-50);white-space:pre-wrap;overflow-wrap:anywhere;cursor:pointer;border-radius:8px;gap:12px;min-width:260px;max-width:260px;padding:12px 16px;font-size:15px;line-height:1.5;transition:all .2s ease-in-out;display:inline-flex}@media (hover:hover){.bubble-file.svelte-19nyyc6:hover .file-icon:where(.svelte-19nyyc6){transform:translateY(100%)}.bubble-file.svelte-19nyyc6:hover .download-icon:where(.svelte-19nyyc6){transform:translateY(0)}}.bubble-wrapper.svelte-19nyyc6{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-19nyyc6{justify-content:flex-end;padding-left:48px}.bubble-wrapper.is-receiver.svelte-19nyyc6{padding-right:48px}.bubble-wrapper.is-error.svelte-19nyyc6 .bubble-file:where(.svelte-19nyyc6){opacity:.5}.bubble-file-video.svelte-19nyyc6{aspect-ratio:16/9;border-radius:12px;width:100%;min-width:360px;overflow:hidden}@media (width<=500px){.bubble-file-video.svelte-19nyyc6{min-width:260px}}.bubble-content.svelte-93hzmb{flex-direction:column;max-width:360px;display:flex}.bubble-wrapper.svelte-93hzmb{align-items:flex-start;gap:10px;display:flex;overflow:hidden}.bubble-wrapper.svelte-93hzmb .bubble-image:where(.svelte-93hzmb){cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;position:relative;overflow:hidden}.bubble-wrapper.svelte-93hzmb .bubble-image:where(.svelte-93hzmb) .image-overlay:where(.svelte-93hzmb){color:#fff;opacity:0;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;background-image:linear-gradient(#0000,#0003);justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;transition:all .2s ease-in-out;display:flex;position:absolute;top:0;left:0}.bubble-wrapper.svelte-93hzmb .bubble-image:where(.svelte-93hzmb):hover .image-overlay:where(.svelte-93hzmb){opacity:1;display:flex}.bubble-wrapper.svelte-93hzmb .bubble-image:where(.svelte-93hzmb) img:where(.svelte-93hzmb){object-fit:cover;-webkit-user-select:none;user-select:none;aspect-ratio:1;border-radius:12px;width:190px}.bubble-wrapper.is-sender.svelte-93hzmb{padding-left:48px}.bubble-wrapper.is-receiver.svelte-93hzmb{padding-right:48px}.bubble-wrapper.is-error.svelte-93hzmb .bubble-image:where(.svelte-93hzmb){opacity:.5}.bubble-content.svelte-1a4l2b7{flex-direction:column;max-width:360px;display:flex}.bubble-content.is-mobile.svelte-1a4l2b7{-webkit-user-select:none;user-select:none}.bubble-text.svelte-1a4l2b7{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;min-height:40px;padding:8px 12px;font-size:15px;line-height:1.5;display:inline}.bubble-text.svelte-1a4l2b7 a{text-decoration:underline}.bubble-wrapper.svelte-1a4l2b7{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-1a4l2b7{justify-content:flex-end;padding-left:48px}.bubble-wrapper.is-sender.svelte-1a4l2b7 .bubble-text:where(.svelte-1a4l2b7){border:var(--message-bubble-sender-border,none);background-color:var(--message-bubble-sender-background);color:var(--message-bubble-sender-text-color);border-bottom-right-radius:0}.bubble-wrapper.is-receiver.svelte-1a4l2b7{padding-right:48px}.bubble-wrapper.is-receiver.svelte-1a4l2b7 .bubble-text:where(.svelte-1a4l2b7){border:var(--message-bubble-receiver-border,none);background-color:var(--message-bubble-receiver-background);color:var(--message-bubble-receiver-text-color);border-bottom-left-radius:0}.bubble-wrapper.is-error.svelte-1a4l2b7 .bubble-text:where(.svelte-1a4l2b7){opacity:.5}.bubble-wrapper.is-emoji-only.svelte-1a4l2b7 .bubble-text:where(.svelte-1a4l2b7){color:var(--message-bubble-receiver-text-color);background-color:#0000;border:none;font-size:32px;line-height:1}.fraud-warning-card.svelte-19jugbg{background-color:var(--xz-color-surface-100);border-radius:12px 12px 12px 0;flex-direction:column;gap:10px;width:240px;padding:16px;display:flex;box-shadow:0 2px 4px #00000014}.fraud-warning-card.svelte-19jugbg .warning-header:where(.svelte-19jugbg){flex-direction:column;gap:10px;display:flex}.fraud-warning-card.svelte-19jugbg .warning-header:where(.svelte-19jugbg) .hidden-message-label:where(.svelte-19jugbg){color:var(--xz-color-text-200);font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);line-height:1.5}.fraud-warning-card.svelte-19jugbg .warning-header:where(.svelte-19jugbg) .button-wrapper:where(.svelte-19jugbg){align-self:flex-end;display:flex}.fraud-warning-card.svelte-19jugbg .divider:where(.svelte-19jugbg){background-color:var(--xz-color-neutral-soft-200);width:100%;height:.5px}.fraud-warning-card.svelte-19jugbg .warning-body:where(.svelte-19jugbg){flex-direction:column;gap:4px;display:flex}.fraud-warning-card.svelte-19jugbg .warning-body:where(.svelte-19jugbg) .warning-text-row:where(.svelte-19jugbg){justify-content:space-between;align-items:flex-start;gap:4px;display:flex}.fraud-warning-card.svelte-19jugbg .warning-body:where(.svelte-19jugbg) .warning-text-row:where(.svelte-19jugbg) .warning-title:where(.svelte-19jugbg){color:var(--xz-color-text-100);font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);flex:1;margin:0;line-height:1.5}.fraud-warning-card.svelte-19jugbg .warning-body:where(.svelte-19jugbg) .warning-text-row:where(.svelte-19jugbg) .warning-icon:where(.svelte-19jugbg){color:var(--xz-color-danger-text-100);flex-shrink:0;font-size:16px}.fraud-warning-card.svelte-19jugbg .warning-body:where(.svelte-19jugbg) .warning-description:where(.svelte-19jugbg){color:var(--xz-color-text-100);font-size:14px;font-weight:400;font-family:var(--xz-font-family-primary);margin:0;line-height:1.5}.bubble-content.svelte-19jugbg{flex-direction:column;max-width:360px;display:flex}.bubble-wrapper.svelte-19jugbg{align-items:flex-start;gap:10px;display:flex;overflow:hidden}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg){cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;position:relative;overflow:hidden}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .image-overlay:where(.svelte-19jugbg){color:#fff;opacity:0;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;background-image:linear-gradient(#0000,#0003);justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;transition:all .2s ease-in-out;display:flex;position:absolute;top:0;left:0}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg):hover .image-overlay:where(.svelte-19jugbg){opacity:1;display:flex}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) img:where(.svelte-19jugbg){object-fit:cover;-webkit-user-select:none;user-select:none;aspect-ratio:1;border-radius:12px;width:190px}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg){z-index:10;box-sizing:border-box;pointer-events:auto;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0000004d;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:start;width:100%;height:100%;padding:16px;display:flex;position:absolute;top:0;left:0;overflow:hidden}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .warning-icon:where(.svelte-19jugbg){filter:drop-shadow(0 2px 4px #00000014);justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:8px;left:8px}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .warning-icon:where(.svelte-19jugbg) i:where(.svelte-19jugbg){color:#fff;font-size:20px;line-height:18px}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .warning-content:where(.svelte-19jugbg){box-sizing:border-box;text-align:start;flex-direction:column;flex:1;align-items:start;gap:6px;width:100%;padding-top:24px;display:flex;overflow:hidden}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .warning-content:where(.svelte-19jugbg) .warning-title:where(.svelte-19jugbg){color:#fff;width:100%;font-size:clamp(10px,2.5vw,12px);font-weight:700;font-family:var(--xz-font-family-primary);text-shadow:0 2px 4px #00000014;overflow-wrap:break-word;margin:0;line-height:1.4}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .warning-content:where(.svelte-19jugbg) .warning-text:where(.svelte-19jugbg){color:#fff;width:100%;font-size:clamp(9px,2.2vw,11px);font-weight:400;font-family:var(--xz-font-family-primary);text-shadow:0 2px 4px #00000014;overflow-wrap:break-word;margin:0;line-height:1.5}.bubble-wrapper.svelte-19jugbg .bubble-image:where(.svelte-19jugbg) .qr-warning-overlay:where(.svelte-19jugbg) .button-wrapper:where(.svelte-19jugbg){flex-shrink:0;align-self:flex-end;margin-top:auto;display:flex}.bubble-wrapper.is-sender.svelte-19jugbg{padding-left:48px}.bubble-wrapper.is-receiver.svelte-19jugbg{padding-right:48px}.bubble-wrapper.is-error.svelte-19jugbg .bubble-image:where(.svelte-19jugbg){opacity:.5}.bubble-wrapper.svelte-swtuiy{--size:150px;--radius:6px;grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.bubble-wrapper.svelte-swtuiy .gallery-item-wrapper:where(.svelte-swtuiy){position:relative}.bubble-wrapper.svelte-swtuiy .bubble-image:where(.svelte-swtuiy){border-radius:var(--radius);cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;height:auto;position:relative;overflow:hidden}.bubble-wrapper.svelte-swtuiy .bubble-image:where(.svelte-swtuiy) .image-overlay:where(.svelte-swtuiy){color:#fff;opacity:0;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;background-image:linear-gradient(#0000,#00000080);justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;transition:all .2s ease-in-out;display:flex;position:absolute;top:0;left:0}.bubble-wrapper.svelte-swtuiy .bubble-image:where(.svelte-swtuiy) img:where(.svelte-swtuiy){object-fit:cover;width:var(--size);border-radius:var(--radius);-webkit-user-select:none;user-select:none;aspect-ratio:1}.bubble-wrapper.svelte-swtuiy .bubble-image:where(.svelte-swtuiy):hover .image-overlay:where(.svelte-swtuiy){opacity:1;display:flex}.bubble-wrapper.svelte-swtuiy .bubble-image.is-error:where(.svelte-swtuiy){opacity:.5}.bubble-wrapper.svelte-swtuiy .bubble-image:where(.svelte-swtuiy) .pending-indicator:where(.svelte-swtuiy){color:#fff;background-color:#00000080;border-radius:999px;justify-content:center;align-items:center;padding:6px;font-size:14px;display:flex;position:absolute;top:8px;right:8px}.bubble-wrapper.svelte-swtuiy .gallery-item-wrapper.full-row:where(.svelte-swtuiy){grid-column:1/-1}.bubble-wrapper.svelte-swtuiy .gallery-item-wrapper.full-row:where(.svelte-swtuiy) .bubble-image:where(.svelte-swtuiy){width:100%;height:var(--size)}.bubble-wrapper.svelte-swtuiy .gallery-item-wrapper.full-row:where(.svelte-swtuiy) .bubble-image:where(.svelte-swtuiy) img:where(.svelte-swtuiy){width:100%;height:var(--size);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-touch-callout:none}.gallery-item-wrapper:has(.menu-trigger:hover) .image-overlay.svelte-swtuiy{opacity:1}.bubble-meeting-room.svelte-1h3hqci{border:var(--message-bubble-special-border);background-color:var(--xz-color-surface-50);border-radius:28px;flex-direction:column;width:280px;max-width:280px;font-size:14px;line-height:1.4;display:flex;overflow:hidden}.bubble-wrapper.svelte-1h3hqci{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-1h3hqci{justify-content:flex-end}.meeting-header.svelte-1h3hqci{align-items:center;gap:12px;padding:12px;display:flex}.phone-icon.svelte-1h3hqci{background-color:var(--xz-color-neutral-soft-200);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.phone-icon.svelte-1h3hqci i:where(.svelte-1h3hqci){font-size:18px}.meeting-info.svelte-1h3hqci{flex:1;min-width:0}.meeting-title.svelte-1h3hqci{color:var(--xz-color-text-100);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);margin:0}.bubble-content.svelte-npl75{flex-direction:column;display:flex}.bubble-wrapper.svelte-npl75{align-items:flex-start;gap:10px;display:flex;overflow:hidden}.bubble-wrapper.svelte-npl75 .bubble-sticker:where(.svelte-npl75){-webkit-user-select:none;user-select:none;width:180px;height:180px;position:relative;overflow:hidden}.bubble-wrapper.svelte-npl75 .bubble-sticker:where(.svelte-npl75) img:where(.svelte-npl75){object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%}.bubble-wrapper.svelte-npl75 .bubble-sticker:where(.svelte-npl75) .sticker-rive{width:100%;height:100%}.bubble-wrapper.is-sender.svelte-npl75{padding-left:48px}.bubble-wrapper.is-receiver.svelte-npl75{padding-right:48px}.bubble-system-icon.svelte-frzqmx{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.bubble-system.svelte-frzqmx{background-color:var(--xz-color-primary-soft-solid-100);border-radius:10px;align-items:center;gap:12px;width:100%;max-width:400px;padding:12px 16px;font-weight:400;display:flex}.bubble-system.svelte-frzqmx p:where(.svelte-frzqmx){color:var(--xz-color-text-200);font-size:12px;line-height:1.65}.bubble-system.svelte-frzqmx i:where(.svelte-frzqmx){font-size:24px}.bubble-system.is-warning.svelte-frzqmx{background-color:var(--xz-color-warning-soft-solid-100)}.bubble-system.is-warning.svelte-frzqmx i:where(.svelte-frzqmx){color:var(--xz-color-warning-text-200)}.bubble-system.is-error.svelte-frzqmx{background-color:var(--xz-color-danger-soft-solid-100)}.bubble-system.is-error.svelte-frzqmx i:where(.svelte-frzqmx){color:var(--xz-color-danger-text-200)}.bubble-system.is-success.svelte-frzqmx{background-color:var(--xz-color-success-soft-solid-100)}.bubble-system.is-success.svelte-frzqmx i:where(.svelte-frzqmx){color:var(--xz-color-success-text-200)}.bubble-system.is-info.svelte-frzqmx{background-color:var(--xz-color-info-soft-solid-100)}.bubble-system.is-info.svelte-frzqmx i:where(.svelte-frzqmx){color:var(--xz-color-info-text-200)}.bubble-wrapper.svelte-frzqmx{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.bubble-unsend.svelte-zwt4ft{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;max-width:360px;min-height:40px;padding:8px 12px;font-size:15px;line-height:1.5;display:inline-flex}.bubble-wrapper.svelte-zwt4ft{align-items:flex-start;gap:10px;font-style:italic;display:flex}.bubble-wrapper.is-sender.svelte-zwt4ft{justify-content:flex-end}.bubble-wrapper.is-sender.svelte-zwt4ft .bubble-unsend:where(.svelte-zwt4ft){border:1px solid var(--xz-color-neutral-line-100);background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-text-200);border-bottom-right-radius:0}.bubble-wrapper.is-receiver.svelte-zwt4ft .bubble-unsend:where(.svelte-zwt4ft){border:1px solid var(--xz-color-neutral-line-100);background-color:var(--xz-color-neutral-soft-100);color:var(--xz-color-text-200);border-bottom-left-radius:0}.bubble-content.svelte-1lv1ahy{flex-direction:column;flex:1;gap:8px;min-width:0;max-width:320px;display:flex}.bubble-voice.svelte-1lv1ahy{border:var(--message-bubble-special-border);background-color:var(--xz-color-surface-50);white-space:pre-wrap;overflow-wrap:anywhere;cursor:pointer;border-radius:999px;gap:12px;max-width:320px;padding:10px 20px 10px 12px;font-size:15px;line-height:1.5;display:inline-flex}.bubble-file-duration.svelte-1lv1ahy{color:var(--xz-color-text-100);font-size:13px;font-weight:500}.bubble-file-waveform-progress.svelte-1lv1ahy{background-color:var(--xz-color-surface-200);cursor:pointer;border-radius:16px;min-width:150px;height:8px;position:relative;overflow:hidden}.bubble-file-waveform-background.svelte-1lv1ahy{opacity:.6;position:absolute;inset:0}.bubble-file-waveform-progress-bar.svelte-1lv1ahy{background:var(--xz-color-primary-bg-100);border-radius:16px;transition:width .1s;position:absolute;top:0;bottom:0;left:0}.bubble-file-icon.svelte-1lv1ahy{background-color:var(--xz-color-neutral-soft-100);aspect-ratio:1;border-radius:999px;justify-content:center;align-items:center;min-width:48px;min-height:48px;transition:background-color .2s;display:flex}.bubble-file-icon.svelte-1lv1ahy:hover:not(:disabled){background-color:var(--xz-color-neutral-soft-200)}.bubble-file-icon.is-disabled.svelte-1lv1ahy{opacity:.7;cursor:not-allowed;pointer-events:none}.bubble-file-icon.is-loading.svelte-1lv1ahy{cursor:default}.button-loading-spinner.svelte-1lv1ahy{border:2px solid var(--xz-color-line-50);border-top-color:var(--xz-color-primary-text-100);border-radius:50%;width:16px;height:16px;animation:1s linear infinite svelte-1lv1ahy-button-spin}@keyframes svelte-1lv1ahy-button-spin{to{transform:rotate(360deg)}}.bubble-waveform,.bubble-waveform:hover{background-color:var(--xz-color-neutral-soft-200)}.bubble-wrapper.svelte-1lv1ahy{align-items:flex-start;gap:10px;display:flex}.bubble-wrapper.is-sender.svelte-1lv1ahy{justify-content:flex-end;padding-left:48px}.bubble-wrapper.is-receiver.svelte-1lv1ahy{padding-right:48px}.bubble-wrapper.is-error.svelte-1lv1ahy .bubble-voice:where(.svelte-1lv1ahy){opacity:.5}.parent-message.svelte-tcjbhz{border:1px solid var(--xz-color-primary-line-100);background-color:var(--xz-color-primary-soft-100);cursor:pointer;border-radius:12px;max-width:200px;padding:8px 10px 12px 12px;font-size:12px;position:relative}.parent-message.svelte-tcjbhz .parent-message-content:where(.svelte-tcjbhz){color:var(--xz-color-text-200);font-size:12px;overflow:hidden}.parent-message.svelte-tcjbhz .parent-message-header:where(.svelte-tcjbhz){color:var(--xz-color-primary-text-100);text-overflow:ellipsis;white-space:nowrap;word-break:break-all;align-items:center;gap:4px;margin-bottom:2px;font-size:12px;font-weight:600;display:flex}.parent-message-image.svelte-tcjbhz{margin-top:8px}.parent-message-image.svelte-tcjbhz img:where(.svelte-tcjbhz){object-fit:cover;aspect-ratio:1;border-radius:6px;width:48px;height:48px}.parent-message-sticker.svelte-tcjbhz{margin-top:8px}.parent-message-sticker.svelte-tcjbhz img:where(.svelte-tcjbhz){object-fit:contain;width:48px;height:48px}.parent-message-file-name.svelte-tcjbhz{color:var(--xz-color-text-200);text-overflow:ellipsis;white-space:nowrap;word-break:break-all;font-size:12px;overflow:hidden}.parent-message-file-name.svelte-tcjbhz .text:where(.svelte-tcjbhz){text-overflow:ellipsis;white-space:nowrap;word-break:break-all;overflow:hidden}.parent-message-voice.svelte-tcjbhz{border-radius:12px;align-items:center;gap:6px;margin-top:4px;padding:2px 4px;display:flex}.parent-message-voice.svelte-tcjbhz i:where(.svelte-tcjbhz){color:var(--xz-color-text-200);font-size:12px}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz){align-items:center;gap:1px;max-width:60px;height:12px;display:flex;overflow:hidden}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz){background-color:var(--xz-color-text-200);border-radius:2px;min-width:2px;animation:1.5s ease-in-out infinite wave}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+1){height:4px;animation-delay:0s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+2){height:8px;animation-delay:.1s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+3){height:6px;animation-delay:.2s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+4){height:10px;animation-delay:.3s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+5){height:5px;animation-delay:.4s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+6){height:8px;animation-delay:.5s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+7){height:4px;animation-delay:.6s}.parent-message-voice.svelte-tcjbhz .parent-message-waveform:where(.svelte-tcjbhz) .wave-bar:where(.svelte-tcjbhz):nth-child(8n+8){height:7px;animation-delay:.7s}.parent-message-text.svelte-tcjbhz{margin-top:4px;font-size:12px;line-height:1.5}@keyframes svelte-1iffory-shimmer{to{transform:translate(100%)}}.messages-container.svelte-1iffory{flex-direction:column;gap:16px;height:100%;padding:16px;display:flex;overflow-y:auto}.message-wrapper.svelte-1iffory{display:flex}.message-wrapper.left.svelte-1iffory{justify-content:flex-start}.message-wrapper.right.svelte-1iffory{justify-content:flex-end}.message-bubble.svelte-1iffory{background-color:var(--xz-color-neutral-soft-100);border-radius:16px;max-width:70%;padding:12px}.message-wrapper.right.svelte-1iffory .message-bubble:where(.svelte-1iffory){background-color:var(--xz-color-neutral-soft-100)}.skeleton.svelte-1iffory{background-color:var(--xz-color-neutral-soft-100);border-radius:4px;position:relative;overflow:hidden}.skeleton.svelte-1iffory:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:2s infinite svelte-1iffory-shimmer;position:absolute;inset:0;transform:translate(-100%)}.short-line.svelte-1iffory{width:96px;height:16px;margin-bottom:8px}.long-line.svelte-1iffory{width:192px;height:16px}#chat-messages.svelte-8wqdl3{height:100%;padding-top:max(60px, var(--commission-banner-height,0px));scroll-behavior:instant;transition:padding-top .24s;overflow-y:auto}.message-container.is-sender.svelte-8wqdl3{flex-direction:column;align-self:flex-end;align-items:flex-end;display:flex}.message-item.svelte-8wqdl3{transform-origin:0 100%;flex-direction:column;gap:16px;padding:8px 20px;display:flex}.message-item.right-side-message.svelte-8wqdl3{transform-origin:100% 100%}.avatar-image.svelte-8wqdl3{aspect-ratio:1;border-radius:50%;width:32px;max-width:32px;margin-bottom:18px}.message-wrapper.svelte-8wqdl3{z-index:1;align-items:flex-end;gap:10px;display:flex;position:relative}.message-timestamp.svelte-8wqdl3{color:var(--xz-color-text-200);font-variant-numeric:tabular-nums;font-size:12px}.bubble-content.svelte-8wqdl3{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.bubble-content.is-sender.svelte-8wqdl3{align-items:flex-end}.message-timestamp-container.svelte-8wqdl3{align-items:center;gap:4px;min-height:16px;display:flex}.parent-message-container.svelte-8wqdl3{z-index:0;max-width:200px;margin-left:42px;padding:0;display:flex;position:relative;transform:translateY(4px)}.parent-message-container.is-sender.svelte-8wqdl3{justify-content:flex-end;padding:0;display:flex}.read-avatar.svelte-8wqdl3{border-radius:50%;width:16px;height:16px;overflow:hidden}.read-avatar.svelte-8wqdl3 img:where(.svelte-8wqdl3){width:100%}@keyframes svelte-8wqdl3-message-highlight{0%{background-color:#0000}20%{background-color:var(--message-blink-highlight-background)}to{background-color:#0000}}.message-highlight{animation:2s ease-in-out svelte-8wqdl3-message-highlight}@media (width<=500px){.message-item.svelte-8wqdl3{padding:8px 12px}}.tab-label.svelte-almxmo{align-items:center;display:inline-flex;position:relative}.order-dot.svelte-almxmo{background-color:var(--xz-color-danger-bg-100);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}#chat-sub-header.svelte-almxmo{z-index:1000;width:100%;height:var(--chat-sub-header-height);border-right:1px solid var(--xz-color-line-50);border-bottom:1px solid var(--xz-color-line-50);border-left:1px solid var(--xz-color-line-50);background:var(--xz-color-surface-50);align-items:center;display:flex;position:absolute}.faraway-scroll-notification-bar.svelte-e3vylb{background-color:oklch(from var(--xz-color-text-100) l c h/10%);width:100%;color:var(--xz-color-text-100);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px 10px 0 0;padding:10px}.icon.svelte-e3vylb{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.text.svelte-e3vylb{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-window-container.svelte-1krwz9p{background:var(--chatbox-background);background-color:var(--chatbox-background-color);background-position:var(--chatbox-background-position,center);background-size:var(--chatbox-background-size,cover);background-repeat:var(--chatbox-background-repeat,no-repeat);background-blend-mode:var(--chatbox-background-blend-mode,normal);flex-direction:column;height:100%;display:flex;position:relative}#chat-window-header-container.svelte-1krwz9p{border-bottom:1px solid var(--xz-color-line-50);flex-shrink:0}#chat-messages-container.svelte-1krwz9p{flex-grow:1;position:relative;overflow-y:auto}#chat-input-container.svelte-1krwz9p{border-top:1px solid var(--xz-color-line-50);border-right:1px solid var(--xz-color-line-50);border-left:1px solid var(--xz-color-line-50);flex-shrink:0}.hidden-tab.svelte-1krwz9p{display:none}.chat-panel.svelte-1krwz9p,.order-panel.svelte-1krwz9p{height:100%}#float-chat-quick-actions-container.svelte-1krwz9p{position:relative}#ffb-business-hiring-nudge-container.svelte-1krwz9p{z-index:1000;pointer-events:none;position:absolute;bottom:84px;left:0;right:0}#ffb-business-hiring-nudge-container.svelte-1krwz9p .ffb-business-hiring-nudge{pointer-events:auto}#float-faraway-notification-bar-container.svelte-1krwz9p{z-index:100;width:100%;position:absolute;bottom:0;left:0}.commission-banner-container.svelte-1krwz9p{z-index:100;width:100%;position:absolute;top:0;left:0}@media (width<1024px){.commission-banner-container.svelte-1krwz9p{top:var(--chat-sub-header-height)}}.commission-banner-container.is-tutorial-active.svelte-1krwz9p{z-index:10001}.loading-container.svelte-1krwz9p,.not-found-container.svelte-1krwz9p{inset:var(--chatbox-header-height) 0 0;z-index:100;background:var(--xz-color-surface-200);justify-content:center;align-items:center;width:100%;display:flex;position:absolute}.loading-container.svelte-1krwz9p .panel:where(.svelte-1krwz9p),.not-found-container.svelte-1krwz9p .panel:where(.svelte-1krwz9p){background:var(--xz-color-surface-200);min-width:250px;color:var(--xz-color-text-200);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:24px 32px;display:flex}.theme-item.svelte-15auigy{background:var(--chatbox-background);background-position:var(--chatbox-background-position,center);background-size:var(--chatbox-background-size,cover);background-repeat:var(--chatbox-background-repeat,no-repeat)}.theme-item.svelte-15auigy .self:where(.svelte-15auigy){background-color:var(--message-bubble-sender-background);border-radius:999px;width:40px;height:20px;margin-bottom:6px;margin-left:auto;margin-right:4px}.theme-item.svelte-15auigy .counter-party:where(.svelte-15auigy){background-color:var(--message-bubble-receiver-background);border-radius:999px;width:40px;height:20px;margin-bottom:6px;margin-left:4px;margin-right:auto}.theme-items.svelte-15auigy{scroll-snap-align:start;scroll-snap-type:x mandatory;gap:4px;padding:0 20px 12px;scroll-padding-inline:20px;display:flex;overflow-x:auto}.theme-items.svelte-15auigy .theme-item-container:where(.svelte-15auigy){scroll-snap-align:start;border:2px solid #0000;border-radius:8px;padding:4px;display:flex}.theme-items.svelte-15auigy .theme-item-container.is-selected:where(.svelte-15auigy){border:2px solid var(--xz-color-primary-bg-100)}.theme-items.svelte-15auigy .theme-item:where(.svelte-15auigy){aspect-ratio:1/1.5;border-radius:4px;width:60px}.guide-content.svelte-158wdq3{text-align:center;flex-direction:column;align-items:center;padding:32px 24px 8px;display:flex}.guide-icon.svelte-158wdq3{background-color:var(--xz-color-primary-soft-100);width:64px;height:64px;color:var(--xz-color-primary-text-100);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:28px;display:flex}.guide-title.svelte-158wdq3{font-size:20px;font-weight:700;font-family:var(--xz-font-family-secondary);margin-bottom:8px}.guide-description.svelte-158wdq3{color:var(--xz-color-text-200);margin-bottom:24px;font-size:14px;line-height:1.5}.guide-hint.svelte-158wdq3{color:var(--xz-color-text-300);margin-top:16px;font-size:13px}.theme-buttons.svelte-158wdq3{gap:8px;display:flex}.theme-btn.svelte-158wdq3{border:1px solid var(--xz-color-line-50);color:var(--xz-color-text-200);font-size:14px;font-weight:500;font-family:var(--xz-font-family-secondary);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;transition:background .15s,border-color .15s,color .15s;display:flex}.theme-btn.svelte-158wdq3:hover{background:var(--xz-color-neutral-soft-100)}.theme-btn.is-active.svelte-158wdq3{border-color:var(--xz-color-primary-bg-100);color:var(--xz-color-primary-text-100)}.guide-footer.svelte-158wdq3{padding:16px 24px 24px}#setting-panel.svelte-d23fnq{padding-bottom:24px}.contents.svelte-d23fnq{margin-top:12px;padding:12px 20px}.item.svelte-d23fnq h3:where(.svelte-d23fnq){color:var(--xz-color-text-200);margin-bottom:8px;font-size:13px}.icon.svelte-d23fnq{background-color:var(--xz-color-neutral-soft-100);width:40px;height:40px;color:var(--xz-color-text-300);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.setting-item.svelte-d23fnq{justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.setting-item.svelte-d23fnq .label-container:where(.svelte-d23fnq){flex:1;align-items:center;gap:4px;display:flex}.setting-item.svelte-d23fnq .label-container:where(.svelte-d23fnq) .label:where(.svelte-d23fnq){flex-direction:column;flex:1;gap:4px;display:flex}.setting-item.svelte-d23fnq .label-container:where(.svelte-d23fnq) .label-title:where(.svelte-d23fnq){font-size:15px;font-weight:600;font-family:var(--xz-font-family-secondary)}.setting-item.svelte-d23fnq .label-container:where(.svelte-d23fnq) p:where(.svelte-d23fnq){color:var(--xz-color-text-300);font-size:13px}.current-theme-name.svelte-d23fnq{color:var(--xz-color-primary-text-100);font-size:14px;font-weight:600;font-family:var(--xz-font-family-secondary)}
