.ToastProvider-module__YxxF4W__toastViewport{pointer-events:none;z-index:2000;position:fixed;inset:0}.ToastProvider-module__YxxF4W__toast{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + var(--toast-bottom-offset,28px));background:var(--color-toast-bg);-webkit-backdrop-filter:blur(12px)saturate(1.3);border:1px solid var(--color-toast-border,#ffffff14);color:#ffffffd1;font-size:var(--font-size-body);white-space:normal;text-align:center;border-radius:10px;max-width:min(88vw,380px);padding:11px 22px;font-weight:500;line-height:1.45;animation:.36s cubic-bezier(.22,1,.36,1) both ToastProvider-module__YxxF4W__toastSlideUp;position:absolute;transform:translate(-50%)translateY(0);box-shadow:0 2px 6px #00000014,0 8px 28px #0000002e}.ToastProvider-module__YxxF4W__toast[data-tone=error]{border-color:var(--color-toast-border-error,#f8717152)}.ToastProvider-module__YxxF4W__toast[data-tone=success]{border-color:var(--color-toast-border-success,#ffffff29)}@keyframes ToastProvider-module__YxxF4W__toastSlideUp{0%{opacity:0;transform:translate(-50%)translateY(14px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.ToastProvider-module__YxxF4W__toast{animation:none}}
.BillingPointsPill-module__zgsGVW__pill{border:1px solid var(--color-border);background:var(--color-surface-2);white-space:nowrap;border-radius:999px;align-items:stretch;min-height:28px;font-size:12px;font-weight:500;line-height:1;display:inline-flex;overflow:hidden}.BillingPointsPill-module__zgsGVW__segment{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;flex:1 1 0;justify-content:center;align-items:center;gap:8px;padding:0 14px;text-decoration:none;transition:background-color .18s,color .18s;display:inline-flex}.BillingPointsPill-module__zgsGVW__segment:hover{background-color:color-mix(in srgb, var(--text-muted) 12%, transparent);color:var(--text-primary)}.BillingPointsPill-module__zgsGVW__upgrade{color:var(--color-accent-text)}.BillingPointsPill-module__zgsGVW__upgrade:hover{background-color:var(--color-accent-text);color:var(--color-surface)}.BillingPointsPill-module__zgsGVW__icon{color:currentColor;flex:none;align-items:center;font-size:11px;line-height:1;display:inline-flex}.BillingPointsPill-module__zgsGVW__text{line-height:1}.BillingPointsPill-module__zgsGVW__divider{background:color-mix(in srgb, var(--color-border) 80%, transparent);align-self:stretch;width:1px;display:inline-block}
.InsufficientCreditModal-module__ZXv0Oa__overlay{background:var(--overlay-dialog);-webkit-backdrop-filter:blur(2px);z-index:1100;justify-content:center;align-items:center;animation:.28s cubic-bezier(.16,1,.3,1) both InsufficientCreditModal-module__ZXv0Oa__overlayIn;display:flex;position:fixed;inset:0}@keyframes InsufficientCreditModal-module__ZXv0Oa__overlayIn{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px)}}.InsufficientCreditModal-module__ZXv0Oa__modal{width:100%;max-width:var(--dialog-width-md);background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-7) var(--space-6) var(--space-6);border:1px solid var(--color-border);box-shadow:var(--shadow-card);text-align:center;animation:.42s cubic-bezier(.34,1.4,.64,1) both InsufficientCreditModal-module__ZXv0Oa__modalIn;position:relative}@keyframes InsufficientCreditModal-module__ZXv0Oa__modalIn{0%{opacity:0;transform:translateY(28px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.InsufficientCreditModal-module__ZXv0Oa__closeBtn{top:var(--space-4);right:var(--space-4);width:var(--icon-btn-size-md);height:var(--icon-btn-size-md);color:var(--color-paper-text-muted);font-size:var(--font-size-caption);cursor:pointer;border-radius:var(--radius-full);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;position:absolute}.InsufficientCreditModal-module__ZXv0Oa__closeBtn:hover{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text)}.InsufficientCreditModal-module__ZXv0Oa__iconWrap{color:var(--workspace-warning-text);margin:0 auto var(--space-5);justify-content:center;align-items:center;display:inline-flex}.InsufficientCreditModal-module__ZXv0Oa__title{margin:0 0 var(--space-6);font-size:var(--font-size-subheading);font-weight:var(--font-weight-semibold);color:var(--color-paper-text);letter-spacing:.2px}.InsufficientCreditModal-module__ZXv0Oa__balanceBlock{padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);background:var(--color-interactive-subtle);margin-bottom:var(--space-6)}.InsufficientCreditModal-module__ZXv0Oa__balanceRow{font-size:var(--font-size-body);justify-content:space-between;align-items:baseline;display:flex}.InsufficientCreditModal-module__ZXv0Oa__balanceLabel{color:var(--color-paper-text-muted)}.InsufficientCreditModal-module__ZXv0Oa__balanceValue{color:var(--color-paper-text);font-weight:var(--font-weight-medium)}.InsufficientCreditModal-module__ZXv0Oa__actions{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.InsufficientCreditModal-module__ZXv0Oa__secondaryBtn{height:var(--control-h-md);border:1px solid var(--color-border);border-radius:var(--radius-full);font:inherit;font-size:var(--font-size-body);color:var(--color-paper-text);cursor:pointer;transition:background var(--transition-fast);background:0 0}.InsufficientCreditModal-module__ZXv0Oa__secondaryBtn:hover{background:var(--color-interactive-subtle-hover)}.InsufficientCreditModal-module__ZXv0Oa__primaryBtn{height:var(--control-h-md);padding:0 var(--space-5);border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-btn-primary-start), var(--color-btn-primary-end));color:var(--color-on-inverse);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.InsufficientCreditModal-module__ZXv0Oa__primaryBtn:hover{opacity:.92}.InsufficientCreditModal-module__ZXv0Oa__primaryBtn:active{transform:scale(.98)}
.MediaParamsPicker-module__PCZl5G__visualRatioPicker{flex-shrink:0;align-items:center;gap:6px;display:inline-flex;position:relative}.MediaParamsPicker-module__PCZl5G__visualRatioButton{height:var(--input-action-btn-size);width:var(--input-action-btn-size);min-width:var(--input-action-btn-size);color:var(--color-paper-text);font:inherit;cursor:pointer;box-shadow:none;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:0;padding:0;transition:background .15s,color .15s,width .15s,padding .15s;display:inline-flex}.MediaParamsPicker-module__PCZl5G__visualRatioButton:hover,.MediaParamsPicker-module__PCZl5G__visualRatioButton:focus-visible{background:#0f172a0f;outline:none}:is([data-theme=dark] .MediaParamsPicker-module__PCZl5G__visualRatioButton:hover,[data-theme=dark] .MediaParamsPicker-module__PCZl5G__visualRatioButton:focus-visible){background:#ffffff14}.MediaParamsPicker-module__PCZl5G__visualRatioButtonSelected{justify-content:center;gap:5px;width:138px;min-width:138px;padding:0 9px}.MediaParamsPicker-module__PCZl5G__paramGroupPrefix{color:var(--color-paper-text);margin-right:3px;font-weight:400}.MediaParamsPicker-module__PCZl5G__paramGroupValue{color:var(--color-paper-text);font-weight:400}.MediaParamsPicker-module__PCZl5G__paramGroupDivider{color:var(--color-text-secondary,#0f172a4d);margin:0 7px}.MediaParamsPicker-module__PCZl5G__visualRatioButtonLabel{white-space:nowrap;align-items:center;font-size:12px;line-height:1;display:inline-flex}.MediaParamsPicker-module__PCZl5G__visualRatioCapsuleIcon{width:16px;height:16px;color:var(--color-paper-text);flex-shrink:0;display:block}.MediaParamsPicker-module__PCZl5G__visualRatioMenu{z-index:60;border:1px solid var(--color-border);width:228px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border-radius:18px;grid-template-columns:repeat(2,minmax(92px,1fr));gap:6px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);right:-76px}.MediaParamsPicker-module__PCZl5G__visualRatioMenuTitle{color:var(--color-paper-text-muted);letter-spacing:.2px;text-align:left;grid-column:1/-1;padding:0 4px;font-size:12px;font-weight:500}.MediaParamsPicker-module__PCZl5G__visualRatioMenuItem{height:44px;color:var(--color-paper-text-muted);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 10px;font-size:16px;transition:background .15s,color .15s;display:grid}.MediaParamsPicker-module__PCZl5G__visualRatioMenuItem:hover,.MediaParamsPicker-module__PCZl5G__visualRatioMenuItem:focus-visible{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text);outline:none}.MediaParamsPicker-module__PCZl5G__visualRatioMenuItemActive{background:var(--color-interactive-subtle);color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__visualRatioCheck{opacity:0;color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__visualRatioMenuItemActive .MediaParamsPicker-module__PCZl5G__visualRatioCheck{opacity:1}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon{color:inherit;border:1.6px solid;border-radius:1px;justify-self:center;display:inline-block}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon_square{width:18px;height:18px}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon_portrait{width:12px;height:22px}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon_landscape{width:24px;height:14px}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon_portraitShort{width:14px;height:20px}.MediaParamsPicker-module__PCZl5G__ratioShapeIcon_landscapeShort{width:22px;height:16px}.MediaParamsPicker-module__PCZl5G__videoDurationPicker{flex-shrink:0;position:relative}.MediaParamsPicker-module__PCZl5G__videoDurationButton{height:var(--input-action-btn-size);width:var(--input-action-btn-size);min-width:var(--input-action-btn-size);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-paper-text);font:inherit;cursor:pointer;box-shadow:none;box-sizing:border-box;border-radius:999px;justify-content:center;align-items:center;gap:0;padding:0;transition:background .15s,color .15s,width .15s,padding .15s;display:inline-flex}.MediaParamsPicker-module__PCZl5G__videoDurationButton:hover,.MediaParamsPicker-module__PCZl5G__videoDurationButton:focus-visible{background:var(--color-interactive-subtle-hover);outline:none}.MediaParamsPicker-module__PCZl5G__videoDurationButtonSelected{justify-content:center;gap:6px;width:150px;min-width:150px;padding:0 12px}.MediaParamsPicker-module__PCZl5G__videoDurationButtonLabel{font-size:var(--font-size-caption);color:var(--text-primary);white-space:nowrap;font-weight:500;line-height:1}.MediaParamsPicker-module__PCZl5G__videoDurationCapsuleIcon{color:currentColor;flex-shrink:0;width:16px;height:16px}.MediaParamsPicker-module__PCZl5G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.MediaParamsPicker-module__PCZl5G__videoDurationMenu{z-index:60;border:1px solid var(--color-border);width:312px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border-radius:18px;flex-direction:column;gap:14px;padding:12px;display:flex;position:absolute;bottom:calc(100% + 8px);right:-16px}.MediaParamsPicker-module__PCZl5G__videoDurationSection{flex-direction:column;gap:8px;display:flex}.MediaParamsPicker-module__PCZl5G__videoDurationSectionTitle{color:var(--color-paper-text-muted);letter-spacing:.2px;text-align:left;align-self:flex-start;width:auto;margin:0;padding:0 4px;font-size:12px;font-weight:500}.MediaParamsPicker-module__PCZl5G__videoDurationGrid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.MediaParamsPicker-module__PCZl5G__videoDurationMenuItem{height:40px;color:var(--color-paper-text-muted);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 12px;font-size:14px;transition:background .15s,color .15s;display:grid}.MediaParamsPicker-module__PCZl5G__videoDurationMenuItem:hover,.MediaParamsPicker-module__PCZl5G__videoDurationMenuItem:focus-visible{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text);outline:none}.MediaParamsPicker-module__PCZl5G__videoDurationMenuItemActive{background:var(--color-interactive-subtle);color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__videoDurationItemPrimary{font-size:13px;font-weight:500}.MediaParamsPicker-module__PCZl5G__videoDurationCheck{opacity:0;color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__videoDurationMenuItemActive .MediaParamsPicker-module__PCZl5G__videoDurationCheck{opacity:1}.MediaParamsPicker-module__PCZl5G__videoAspectGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.MediaParamsPicker-module__PCZl5G__videoAspectMenuItem{min-height:42px;color:var(--color-paper-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 10px;font-size:12px;transition:background .15s,color .15s;display:grid}.MediaParamsPicker-module__PCZl5G__videoAspectMenuItem:hover,.MediaParamsPicker-module__PCZl5G__videoAspectMenuItem:focus-visible{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text);outline:none}.MediaParamsPicker-module__PCZl5G__videoAspectMenuItemActive{background:var(--color-interactive-subtle);color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__videoAspectLabel{min-width:0;font-size:13px;font-weight:500}.MediaParamsPicker-module__PCZl5G__videoAspectSize{color:var(--color-paper-text-muted);white-space:nowrap;font-size:10px;line-height:1}.MediaParamsPicker-module__PCZl5G__visualSizeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.MediaParamsPicker-module__PCZl5G__visualSizeMenuItem{min-height:40px;color:var(--color-paper-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 10px;transition:background .15s,color .15s;display:flex}.MediaParamsPicker-module__PCZl5G__visualSizeMenuItem:hover,.MediaParamsPicker-module__PCZl5G__visualSizeMenuItem:focus-visible{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text);outline:none}.MediaParamsPicker-module__PCZl5G__visualSizeMenuItemActive{background:var(--color-interactive-subtle);color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__visualSizeItemPrimary{font-size:13px;font-weight:400}.MediaParamsPicker-module__PCZl5G__visualSizeItemText{white-space:nowrap;justify-content:center;align-items:baseline;gap:0;min-width:0;display:flex}.MediaParamsPicker-module__PCZl5G__visualSizeCheck{opacity:0;color:var(--color-paper-text)}.MediaParamsPicker-module__PCZl5G__visualSizeMenuItemActive .MediaParamsPicker-module__PCZl5G__visualSizeCheck{opacity:1}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon{color:inherit;border:1.6px solid;border-radius:1px;display:inline-block}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_square{width:18px;height:18px}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_portrait{width:12px;height:22px}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_portraitShort{width:14px;height:20px}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_landscapeShort{width:22px;height:16px}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_landscape{width:24px;height:14px}.MediaParamsPicker-module__PCZl5G__videoAspectShapeIcon_ultraWide{width:24px;height:10px}@container workspace-bottom-actions (max-width:336px){.MediaParamsPicker-module__PCZl5G__videoDurationButtonSelected{gap:4px;width:130px;min-width:130px;padding:0 8px}.MediaParamsPicker-module__PCZl5G__videoDurationButtonLabel{font-size:12px}.MediaParamsPicker-module__PCZl5G__videoDurationCapsuleIcon{width:14px;height:14px}}@container workspace-bottom-actions (max-width:300px){.MediaParamsPicker-module__PCZl5G__videoDurationButtonSelected{width:86px;min-width:86px;padding:0 8px}}.MediaParamsPicker-module__PCZl5G__mediaParamsMenu{z-index:calc(var(--app-nav-z,100) + 10);border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:288px;max-height:min(72vh,100vh - 24px);padding:10px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 12px 32px #0f172a24}.MediaParamsPicker-module__PCZl5G__mediaParamsPanel{flex-direction:column;gap:8px;height:316px;display:flex;overflow:auto}.MediaParamsPicker-module__PCZl5G__mediaParamsMenuDown{top:calc(100% + 8px);bottom:auto}.MediaParamsPicker-module__PCZl5G__mediaParamsMenuRight{left:auto;right:0}.MediaParamsPicker-module__PCZl5G__mediaParamsTabs{background:var(--color-surface-2);border-radius:10px;gap:4px;margin-bottom:10px;padding:3px;display:flex}.MediaParamsPicker-module__PCZl5G__mediaParamsTab{color:var(--color-text-secondary,#0f172a99);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:6px 10px;font-size:13px;transition:background .15s,color .15s}.MediaParamsPicker-module__PCZl5G__mediaParamsTabActive{background:var(--color-surface);color:var(--color-paper-text);font-weight:500;box-shadow:0 1px 3px #0f172a14}.MediaParamsPicker-module__PCZl5G__mediaParamsMenuPortal{z-index:1500;position:fixed;inset:auto}@media (max-width:640px){.MediaParamsPicker-module__PCZl5G__visualRatioButtonSelected{width:132px;min-width:132px;padding:0 8px}.MediaParamsPicker-module__PCZl5G__visualRatioButtonLabel{text-overflow:ellipsis;max-width:92px;overflow:hidden}.MediaParamsPicker-module__PCZl5G__mediaParamsMenu{width:min(312px,100vw - 24px);max-height:calc(100vh - 20px);padding:8px}.MediaParamsPicker-module__PCZl5G__mediaParamsPanel{gap:8px;height:min(316px,100vh - 76px)}.MediaParamsPicker-module__PCZl5G__videoDurationSectionTitle{font-size:11px}.MediaParamsPicker-module__PCZl5G__visualSizeMenuItem{min-height:36px;padding:0 8px}.MediaParamsPicker-module__PCZl5G__visualSizeGrid{gap:4px}.MediaParamsPicker-module__PCZl5G__videoAspectMenuItem{min-height:40px;padding:0 8px}.MediaParamsPicker-module__PCZl5G__videoAspectGrid{gap:4px}}
.ModelPicker-module__Jjq7Da__modelCapsuleButton.ModelPicker-module__Jjq7Da__modelCapsuleButton{flex-shrink:1;justify-content:center;gap:6px;width:168px;min-width:0;padding:0 12px}.ModelPicker-module__Jjq7Da__modelCapsuleName{color:var(--color-paper-text);text-overflow:ellipsis;white-space:nowrap;max-width:106px;font-size:13px;font-weight:400;overflow:hidden}.ModelPicker-module__Jjq7Da__modelCapsuleChevron{color:var(--color-secondary-text,#6b7280);opacity:.7;flex-shrink:0;margin-left:6px}.ModelPicker-module__Jjq7Da__modelPanel{flex-direction:column;gap:10px;max-height:316px;display:flex;overflow-y:auto}.ModelPicker-module__Jjq7Da__modelPanelEmpty{text-align:center;color:var(--color-secondary-text,#9ca3af);padding:24px 8px;font-size:12px}.ModelPicker-module__Jjq7Da__modelGroup{flex-direction:column;gap:2px;display:flex}.ModelPicker-module__Jjq7Da__modelGroupTitle{color:var(--color-secondary-text,#9ca3af);letter-spacing:.02em;padding:2px 8px 4px;font-size:11px;font-weight:500}.ModelPicker-module__Jjq7Da__modelItem{width:100%;color:var(--color-paper-text);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;font-size:13px;transition:background .12s;display:flex}.ModelPicker-module__Jjq7Da__modelItem:hover,.ModelPicker-module__Jjq7Da__modelItem:focus-visible,.ModelPicker-module__Jjq7Da__modelItemActive{background:var(--color-hover-bg,#0f172a0d)}.ModelPicker-module__Jjq7Da__modelItemLead{align-items:center;gap:8px;min-width:0;display:inline-flex}.ModelPicker-module__Jjq7Da__modelItemLogo{border-radius:4px;flex-shrink:0}.ModelPicker-module__Jjq7Da__modelItemName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ModelPicker-module__Jjq7Da__modelItemMeta{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.ModelPicker-module__Jjq7Da__modelItemMultiplier{color:var(--color-secondary-text,#9ca3af);font-size:11px;font-weight:400}.ModelPicker-module__Jjq7Da__modelItemCheck{color:var(--color-primary,#2563eb);opacity:0}.ModelPicker-module__Jjq7Da__modelItemActive .ModelPicker-module__Jjq7Da__modelItemCheck{opacity:1}@media (max-width:640px){.ModelPicker-module__Jjq7Da__modelCapsuleButton.ModelPicker-module__Jjq7Da__modelCapsuleButton{gap:5px;width:112px;padding:0 8px}.ModelPicker-module__Jjq7Da__modelCapsuleName{max-width:58px;font-size:12px}.ModelPicker-module__Jjq7Da__modelCapsuleChevron{margin-left:4px}}
.landingHero-module__c3KTIa__hero{text-align:center;background:var(--gradient-landing-page,var(--color-bg));box-sizing:border-box;flex-direction:column;align-items:center;max-width:100vw;padding:clamp(48px,8vh,96px) 24px 24px;display:flex;position:relative;overflow:hidden}.landingHero-module__c3KTIa__heroLandingCenter{flex:auto;justify-content:center;min-height:0;padding:clamp(12px,2vh,24px) 24px clamp(96px,16vh,176px)}.landingHero-module__c3KTIa__heroLandingCenter:before,.landingHero-module__c3KTIa__heroLandingCenter:after{display:none}.landingHero-module__c3KTIa__heroLandingCluster{flex-direction:column;flex-shrink:0;align-items:center;width:100%;display:flex;transform:none}.landingHero-module__c3KTIa__heroLandingCluster .landingHero-module__c3KTIa__headline{margin-bottom:16px}.landingHero-module__c3KTIa__headline{box-sizing:border-box;max-width:min(820px,100%);min-height:86px;font-weight:var(--font-weight-normal,400);flex-direction:column;justify-content:flex-end;align-items:center;gap:14px;margin-bottom:16px;padding:0 8px;display:flex}.landingHero-module__c3KTIa__headlinePrimary{font-family:var(--font-serif);font-size:var(--web-hero-title-size);font-weight:var(--web-hero-title-weight);line-height:var(--web-hero-title-line-height);letter-spacing:var(--web-hero-title-letter-spacing);color:var(--text-primary);text-align:center}.landingHero-module__c3KTIa__headlineSub{font-family:var(--font-human);font-size:var(--web-hero-subtitle-size);font-weight:var(--web-hero-subtitle-weight);line-height:var(--web-hero-subtitle-line-height);letter-spacing:normal;color:var(--text-secondary);text-align:center;white-space:pre-wrap;max-width:36em}.landingHero-module__c3KTIa__modeSelector{border:1px solid var(--color-paper-border);background:color-mix(in srgb, var(--color-surface) 72%, transparent);height:36px;box-shadow:var(--shadow-card);border-radius:999px;justify-content:center;align-items:center;gap:0;margin:0 0 clamp(20px,3vh,30px);padding:0;display:inline-flex;overflow:visible}.landingHero-module__c3KTIa__modePill{min-width:126px;height:100%;color:var(--color-paper-text-muted);font-size:var(--web-button-size);font-weight:var(--web-button-weight);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0 24px;transition:background .15s,color .15s;display:inline-flex;position:relative}.landingHero-module__c3KTIa__modePill:first-child{border-radius:999px 0 0 999px}.landingHero-module__c3KTIa__modePill:last-child{border-radius:0 999px 999px 0}.landingHero-module__c3KTIa__modePill:hover{background:var(--color-accent-dim);color:var(--color-paper-text)}.landingHero-module__c3KTIa__modePillActive{background:var(--color-accent-dim);color:var(--color-accent)}.landingHero-module__c3KTIa__modePill:after{content:attr(data-tooltip);z-index:40;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#1a1a1af0;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:400;line-height:1.2;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px)}.landingHero-module__c3KTIa__modePill:hover:after,.landingHero-module__c3KTIa__modePill:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:520px){.landingHero-module__c3KTIa__headline{gap:16px;min-height:78px;margin-bottom:28px}.landingHero-module__c3KTIa__headlinePrimary{font-size:var(--web-hero-title-mobile-size)}.landingHero-module__c3KTIa__headlineSub{font-size:var(--web-hero-subtitle-mobile-size)}.landingHero-module__c3KTIa__inputWrapper{margin-bottom:var(--space-6)}}.landingHero-module__c3KTIa__inputWrapper{width:100%;max-width:min(calc(var(--workspace-chat-bubble-max-width) + 72px), 100%);--hero-input-text:#1d2433;--hero-input-muted-text:#5f6878;--hero-input-padding-y:10px;--hero-input-padding-x:6px;--hero-input-line-height:1.6;--hero-submit-fill:var(--submit-btn-bg);--hero-submit-fill-hover:var(--submit-btn-bg-hover);--hero-submit-fill-active:var(--submit-btn-bg-active);--color-inverse-fill:var(--submit-btn-bg);--color-inverse-fill-hover:var(--submit-btn-bg-hover);--color-on-inverse:var(--submit-btn-fg);color:#1d2433;min-height:164px;box-shadow:var(--shadow-hero-input);box-sizing:border-box;background:#fff;border:1px solid #1d243317;border-radius:25px;flex-direction:column;margin-top:-24px;margin-bottom:10px;padding:18px 19px 14px;transition:box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.landingHero-module__c3KTIa__inputWrapper[data-submit-visual=arming]{border-color:var(--color-border-accent);box-shadow:var(--shadow-card), 0 0 0 3px var(--color-accent-soft);transform:translateY(-1px)scale(1.002)}.landingHero-module__c3KTIa__inputWrapper[data-submit-visual=submitting]{border-color:var(--color-border-accent);box-shadow:var(--shadow-card), 0 0 0 2px var(--color-accent-dim)}.landingHero-module__c3KTIa__textareaWrap{flex:auto;position:relative}.landingHero-module__c3KTIa__ledOverlay{cursor:text;pointer-events:auto;padding:var(--hero-input-padding-y) var(--hero-input-padding-x);align-items:flex-start;display:flex;position:absolute;inset:0;overflow:hidden}.landingHero-module__c3KTIa__ledText{font-size:var(--font-size-body);color:var(--hero-input-muted-text);line-height:var(--hero-input-line-height);white-space:nowrap;align-items:baseline;gap:.12em;display:inline-flex}.landingHero-module__c3KTIa__ledPrefix{white-space:nowrap;flex:none}.landingHero-module__c3KTIa__ledTyped{letter-spacing:.08em;flex:none;margin-left:.28em}.landingHero-module__c3KTIa__ledIn{animation:.6s cubic-bezier(.22,1,.36,1) forwards landingHero-module__c3KTIa__ledEnter}.landingHero-module__c3KTIa__ledOut{animation:.5s cubic-bezier(.22,1,.36,1) forwards landingHero-module__c3KTIa__ledExit}@keyframes landingHero-module__c3KTIa__ledEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landingHero-module__c3KTIa__ledExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}.landingHero-module__c3KTIa__textarea{width:100%;color:var(--hero-input-text);font-size:var(--font-size-body);line-height:var(--hero-input-line-height);resize:none;box-sizing:border-box;min-height:56px;max-height:200px;padding:var(--hero-input-padding-y) var(--hero-input-padding-x);background:0 0;border:none;outline:none;overflow:hidden}.landingHero-module__c3KTIa__textarea::placeholder{color:var(--hero-input-muted-text)}.landingHero-module__c3KTIa__inputFooter{justify-content:flex-end;align-items:center;gap:8px;max-width:100%;margin-top:auto;padding-top:18px;display:flex}.landingHero-module__c3KTIa__submitBtn:disabled{opacity:1;cursor:not-allowed;background:var(--hero-submit-fill)!important;color:var(--color-on-inverse)!important}.landingHero-module__c3KTIa__inputWrapper button[data-testid=hero-submit-button]{background:var(--submit-btn-bg)!important;color:var(--submit-btn-fg)!important;box-shadow:none!important}.landingHero-module__c3KTIa__inputWrapper button[data-testid=hero-submit-button]:hover:not(:disabled){background:var(--submit-btn-bg-hover)!important;box-shadow:none!important}.landingHero-module__c3KTIa__inputWrapper button[data-testid=hero-submit-button]:active:not(:disabled){background:var(--submit-btn-bg-active)!important}.landingHero-module__c3KTIa__inputWrapper button[data-testid=hero-submit-button]:disabled{cursor:default;background:var(--submit-btn-bg-disabled)!important;color:var(--submit-btn-fg-disabled)!important;opacity:1!important}.landingHero-module__c3KTIa__spinner{will-change:transform;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite landingHero-module__c3KTIa__spin;display:inline-block}@media (max-width:640px){.landingHero-module__c3KTIa__hero{padding:clamp(40px,6vh,64px) 16px clamp(32px,5vh,48px)}.landingHero-module__c3KTIa__heroLandingCenter{padding:clamp(12px,2vh,20px) 16px clamp(72px,12vh,112px)}.landingHero-module__c3KTIa__heroLandingCluster{transform:none}}
.SharedHeroInput-module__dxSO6G__attachmentsRow{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.SharedHeroInput-module__dxSO6G__attachmentChip{background:var(--color-paper-surface-2);border:1px solid var(--color-paper-border);border-radius:12px;align-items:center;gap:6px;max-width:200px;padding:4px 8px 4px 6px;display:flex}.SharedHeroInput-module__dxSO6G__attachmentThumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:28px;height:28px}.SharedHeroInput-module__dxSO6G__attachmentFileIcon{width:28px;height:28px;color:var(--color-paper-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SharedHeroInput-module__dxSO6G__attachmentName{color:var(--color-paper-text);white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:12px;overflow:hidden}.SharedHeroInput-module__dxSO6G__attachmentRemove{width:18px;height:18px;color:var(--color-paper-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.SharedHeroInput-module__dxSO6G__attachmentRemove:hover{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text)}.SharedHeroInput-module__dxSO6G__footerActions{--input-action-btn-size:32px;flex-shrink:0;align-items:center;gap:1px;height:32px;margin-left:auto;display:flex}.SharedHeroInput-module__dxSO6G__footerActions .icon-btn-circle{width:var(--input-action-btn-size);height:var(--input-action-btn-size)}.SharedHeroInput-module__dxSO6G__attachBtn{width:var(--input-action-btn-size);height:var(--input-action-btn-size);color:var(--color-paper-text);cursor:pointer;box-shadow:none;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-right:0;transition:background .15s,color .15s;display:flex}.SharedHeroInput-module__dxSO6G__attachBtn:hover{color:var(--color-paper-text);background:#0f172a0f}[data-theme=dark] .SharedHeroInput-module__dxSO6G__attachBtn:hover{background:#ffffff14}.SharedHeroInput-module__dxSO6G__attachBtn:disabled{opacity:.35;cursor:not-allowed}.SharedHeroInput-module__dxSO6G__submitBtn{position:relative;overflow:hidden;background:var(--hero-submit-fill,var(--color-inverse-fill))!important;color:var(--color-on-inverse)!important;transition:background .18s,color .18s,transform .2s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)!important}.SharedHeroInput-module__dxSO6G__submitBtn:disabled{background:var(--color-paper-button-disabled)!important;color:var(--color-paper-surface)!important;opacity:1!important}.SharedHeroInput-module__dxSO6G__submitBtn:hover:not(:disabled){background:var(--hero-submit-fill-hover,var(--color-inverse-fill-hover))!important}.SharedHeroInput-module__dxSO6G__submitBtn:active:not(:disabled){background:var(--hero-submit-fill-active,#00519a)!important}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=arming],.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=submitting]{background:var(--hero-submit-fill,var(--color-inverse-fill))!important;color:var(--color-on-inverse)!important}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=arming]{transform:translateY(-1px)scale(1.04)}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=submitting]{transform:translateY(0)scale(1)}.SharedHeroInput-module__dxSO6G__submitGlyphStack{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.SharedHeroInput-module__dxSO6G__submitIcon,.SharedHeroInput-module__dxSO6G__submitSpinner{justify-content:center;align-items:center;transition:opacity .16s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);display:inline-flex;position:absolute;inset:0}.SharedHeroInput-module__dxSO6G__submitIcon{opacity:1;transform:translateY(0)scale(1)}.SharedHeroInput-module__dxSO6G__submitSpinner{opacity:0;transform:translateY(8px)scale(.72)}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=arming] .SharedHeroInput-module__dxSO6G__submitIcon{opacity:0;transform:translateY(-10px)scale(.72)}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=arming] .SharedHeroInput-module__dxSO6G__submitSpinner,.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=submitting] .SharedHeroInput-module__dxSO6G__submitSpinner{opacity:1;transform:translateY(0)scale(1)}.SharedHeroInput-module__dxSO6G__submitBtn[data-submit-visual=submitting] .SharedHeroInput-module__dxSO6G__submitIcon{opacity:0;transform:translateY(-6px)scale(.78)}.SharedHeroInput-module__dxSO6G__hiddenFileInput{display:none}.SharedHeroInput-module__dxSO6G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){.SharedHeroInput-module__dxSO6G__footerActions{justify-content:flex-end;gap:3px;width:100%;min-width:0;height:auto}}
.WorkspaceBottomBar-module__308axW__bottomTextareaWrap{flex:auto;width:100%;min-width:0}.WorkspaceBottomBar-module__308axW__workspaceInputFooter{justify-content:flex-end;align-items:flex-end;width:100%;min-width:0;max-width:100%;margin-top:auto;padding-top:18px;display:flex}.WorkspaceBottomBar-module__308axW__workspaceActionGroup{width:100%;min-width:0;max-width:100%;height:auto;box-shadow:none;--input-action-btn-size:32px;background:0 0;border:0;border-radius:0;flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:1px;margin-left:0;padding:0;display:flex;container:workspace-bottom-actions/inline-size}.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster{flex-wrap:nowrap;flex:auto;justify-content:flex-start;align-items:center;gap:1px;min-width:0;display:flex}.WorkspaceBottomBar-module__308axW__workspaceTrailingCluster{flex:none;justify-content:flex-end;align-items:center;gap:1px;margin-left:0;display:flex}.WorkspaceBottomBar-module__308axW__workspaceActionGroup .icon-btn-circle{width:var(--input-action-btn-size);height:var(--input-action-btn-size);box-shadow:none}.WorkspaceBottomBar-module__308axW__workspaceActionGroup .icon-btn-circle:hover:not(:disabled){box-shadow:none}.WorkspaceBottomBar-module__308axW__workspaceActionGroup button[class*=attachBtn]{width:var(--input-action-btn-size);height:var(--input-action-btn-size);box-shadow:none;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:999px;margin-right:0}.WorkspaceBottomBar-module__308axW__workspaceActionGroup button[class*=attachBtn]:hover:not(:disabled){background:#0f172a0f}[data-theme=dark] .WorkspaceBottomBar-module__308axW__workspaceActionGroup button[class*=attachBtn]:hover:not(:disabled){background:#ffffff14}.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster>*,.WorkspaceBottomBar-module__308axW__workspaceTrailingCluster>*{max-width:100%}.WorkspaceBottomBar-module__308axW__workspaceFooterActions{flex-shrink:0}.WorkspaceBottomBar-module__308axW__bottomBar{background:linear-gradient(to top, var(--color-bg) 72%, transparent);z-index:10;padding:12px 0 24px;position:sticky;bottom:0}.WorkspaceBottomBar-module__308axW__bottomInner{align-items:flex-start;gap:16px;width:100%;max-width:820px;margin:0 auto;display:flex}.WorkspaceBottomBar-module__308axW__bottomSpacer{flex-shrink:0;width:80px}.WorkspaceBottomBar-module__308axW__bottomInputWrap{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);min-width:0;transition:box-shadow var(--transition-normal), border-color var(--transition-normal);border-radius:16px;flex-direction:column;flex:1;padding:18px 18px 14px;display:flex}.WorkspaceBottomBar-module__308axW__bottomTextarea{field-sizing:fixed;resize:none;width:100%;min-width:0;max-width:100%;font-size:var(--font-size-body);color:var(--color-paper-text);background:0 0;border:none;outline:none;font-family:inherit;line-height:1.5;display:block}.WorkspaceBottomBar-module__308axW__bottomTextarea::placeholder{color:var(--color-paper-text-muted)}.WorkspaceBottomBar-module__308axW__bottomActions{justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.WorkspaceBottomBar-module__308axW__cancelBtn{border:1px solid var(--color-border);height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:0 16px;font-size:15px;transition:all .15s;display:flex}.WorkspaceBottomBar-module__308axW__cancelBtn:hover{background:var(--color-surface-2);color:var(--text-primary)}.WorkspaceBottomBar-module__308axW__submitActionButton{background:var(--submit-btn-bg)!important;color:var(--submit-btn-fg)!important;box-shadow:none!important}.WorkspaceBottomBar-module__308axW__submitActionButton:hover:not(:disabled){background:var(--submit-btn-bg-hover)!important;box-shadow:none!important}.WorkspaceBottomBar-module__308axW__submitActionButton:active:not(:disabled){background:var(--submit-btn-bg-active)!important}.WorkspaceBottomBar-module__308axW__submitActionButton:disabled{cursor:default;background:var(--submit-btn-bg-disabled)!important;color:var(--submit-btn-fg-disabled)!important;opacity:1!important}.WorkspaceBottomBar-module__308axW__cancelActionButton[data-workspace-button-mode=sending]{cursor:default;background:var(--submit-btn-bg)!important;color:var(--submit-btn-fg)!important;opacity:1!important}.WorkspaceBottomBar-module__308axW__bottomSpinner{border:2px solid var(--color-spinner-ring-on-inverse);border-top-color:var(--color-on-inverse);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite WorkspaceBottomBar-module__308axW__spin;display:block}.WorkspaceBottomBar-module__308axW__streamingDots{align-items:center;gap:3px;display:flex}.WorkspaceBottomBar-module__308axW__streamingDots span{background:var(--color-on-inverse);border-radius:50%;width:4px;height:4px;animation:1.2s infinite WorkspaceBottomBar-module__308axW__bounce}.WorkspaceBottomBar-module__308axW__streamingDots span:nth-child(2){animation-delay:.2s}.WorkspaceBottomBar-module__308axW__streamingDots span:nth-child(3){animation-delay:.4s}@keyframes WorkspaceBottomBar-module__308axW__bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@media (max-width:768px){.WorkspaceBottomBar-module__308axW__bottomBar{padding:10px 16px 16px}.WorkspaceBottomBar-module__308axW__bottomInputWrap{max-width:100%}}@container workspace-bottom-actions (max-width:430px){.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster button[class*=visualRatioButton]:not([class*=modelCapsule]){width:var(--input-action-btn-size);min-width:var(--input-action-btn-size);gap:0;padding:0}.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster button[class*=visualRatioButton]:not([class*=modelCapsule]) span[class*=visualRatioButtonLabel]{display:none}}@container workspace-bottom-actions (max-width:300px){.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster button[class*=modelCapsule]{width:auto;min-width:0;padding:0 9px}.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster button[class*=modelCapsule] span[class*=modelCapsuleName]{display:none}}@container workspace-bottom-actions (max-width:336px){.WorkspaceBottomBar-module__308axW__workspaceActionGroup,.WorkspaceBottomBar-module__308axW__workspaceLeadingCluster,.WorkspaceBottomBar-module__308axW__workspaceTrailingCluster{gap:6px}}.WorkspaceBottomBar-module__308axW__attachmentsRow{flex-wrap:wrap;gap:5px;margin-bottom:1px;padding:8px 8px 0;display:flex}.WorkspaceBottomBar-module__308axW__attachmentChip{background:var(--color-paper-surface-2);border:1px solid var(--color-paper-border);border-radius:9px;align-items:center;gap:6px;min-width:0;max-width:170px;padding:3px 5px 3px 3px;transition:background .15s,border-color .15s;display:flex}.WorkspaceBottomBar-module__308axW__attachmentChip:hover{border-color:var(--color-border-strong,var(--color-paper-border))}.WorkspaceBottomBar-module__308axW__attachmentThumb{object-fit:cover;border-radius:7px;flex-shrink:0;width:30px;height:30px}.WorkspaceBottomBar-module__308axW__attachmentThumbPlaceholder{color:#475569;background:linear-gradient(#fffffff5,#f8fafceb);border:1px solid #94a3b847;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffc}.WorkspaceBottomBar-module__308axW__attachmentTypeBadge{z-index:1;color:#334155;letter-spacing:0;background:#4755691f;border-radius:4px;justify-content:center;align-items:center;min-width:18px;height:10px;padding:0 3px;font-size:6px;font-weight:750;line-height:1;display:flex;position:absolute;top:4px;left:4px}.WorkspaceBottomBar-module__308axW__attachmentPageFold{background:linear-gradient(135deg,#e2e8f000 48%,#e2e8f0f2 49%);border-bottom-left-radius:3px;width:10px;height:10px;position:absolute;top:-1px;right:-1px}.WorkspaceBottomBar-module__308axW__attachmentDocLines{flex-direction:column;gap:2px;display:flex;position:absolute;bottom:5px;left:5px;right:5px}.WorkspaceBottomBar-module__308axW__attachmentDocLines span{background:#64748b61;border-radius:999px;height:1px}.WorkspaceBottomBar-module__308axW__attachmentDocLines span:nth-child(2n){width:72%}.WorkspaceBottomBar-module__308axW__attachmentChip[data-attachment-kind=pdf] .WorkspaceBottomBar-module__308axW__attachmentTypeBadge{color:#b91c1c;background:#dc26261f}.WorkspaceBottomBar-module__308axW__attachmentChip[data-attachment-kind=word] .WorkspaceBottomBar-module__308axW__attachmentTypeBadge{color:#1d4ed8;background:#2563eb1f}.WorkspaceBottomBar-module__308axW__attachmentChip[data-attachment-kind=excel] .WorkspaceBottomBar-module__308axW__attachmentTypeBadge{color:#047857;background:#0596691f}.WorkspaceBottomBar-module__308axW__attachmentChip[data-attachment-kind=powerpoint] .WorkspaceBottomBar-module__308axW__attachmentTypeBadge{color:#c2410c;background:#ea580c1f}.WorkspaceBottomBar-module__308axW__attachmentChip[data-attachment-kind=video] .WorkspaceBottomBar-module__308axW__attachmentThumbPlaceholder{color:#6d28d9;background:#7c3aed1a}.WorkspaceBottomBar-module__308axW__attachmentName{color:var(--color-paper-text);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100px;font-size:11px;overflow:hidden}.WorkspaceBottomBar-module__308axW__attachmentRemove{width:15px;height:15px;color:var(--color-paper-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.WorkspaceBottomBar-module__308axW__attachmentRemove:hover{background:var(--color-interactive-subtle-hover);color:var(--color-paper-text)}.WorkspaceBottomBar-module__308axW__attachBtn{width:36px;height:36px;color:var(--color-paper-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.WorkspaceBottomBar-module__308axW__attachBtn:hover{background:var(--color-surface-2);color:var(--color-paper-text)}.WorkspaceBottomBar-module__308axW__attachBtn:disabled{opacity:.4;cursor:not-allowed}.WorkspaceBottomBar-module__308axW__hiddenFileInput{display:none}.WorkspaceBottomBar-module__308axW__clarifyHint{background:var(--color-accent-soft);border:1px solid var(--color-border-accent);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--color-accent-text);align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;animation:.3s ease-out WorkspaceBottomBar-module__308axW__clarifySlideIn;display:flex}.WorkspaceBottomBar-module__308axW__clarifyHint svg{color:var(--color-accent-text);flex-shrink:0}@keyframes WorkspaceBottomBar-module__308axW__clarifySlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.workspaceConversation-module__DifjEa__feed{flex-direction:column;flex:1;width:100%;max-width:820px;margin:0 auto;padding:16px 0 12px;display:flex}.workspaceConversation-module__DifjEa__feedItem{align-items:stretch;gap:16px;display:flex}.workspaceConversation-module__DifjEa__feedLeft{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:80px;display:flex}.workspaceConversation-module__DifjEa__feedLeftLine{background:var(--color-border);flex:1;width:1px;min-height:16px;transition:background .4s;position:relative;overflow:hidden}.workspaceConversation-module__DifjEa__feedAvatar{width:44px;height:44px;box-shadow:var(--shadow-card);background:var(--color-surface);border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;transition:box-shadow .3s;position:relative;overflow:visible}.workspaceConversation-module__DifjEa__feedAvatar img{object-fit:cover;object-position:center top;border-radius:50%;width:100%;height:100%;overflow:hidden}.workspaceConversation-module__DifjEa__feedAvatarActive{box-shadow:var(--shadow-card)}.workspaceConversation-module__DifjEa__feedSpinner{border:2px solid #00000014;border-top-color:var(--color-accent-text);background:var(--color-surface);border-radius:50%;width:13px;height:13px;animation:.7s linear infinite workspaceConversation-module__DifjEa__spin;position:absolute;bottom:-3px;right:-3px}.workspaceConversation-module__DifjEa__feedDoneCheck{background:var(--color-surface);border:1.5px solid var(--color-accent-text);width:15px;height:15px;color:var(--color-accent-text);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-3px;right:-3px}.workspaceConversation-module__DifjEa__feedAgentInfo{flex-direction:column;align-items:center;gap:2px;width:100%;display:flex}.workspaceConversation-module__DifjEa__feedAgentName{font-size:var(--workspace-chat-meta-font-size);color:var(--text-primary);text-align:center;word-break:keep-all;font-weight:500;line-height:1.3}.workspaceConversation-module__DifjEa__feedAgentChar{font-size:var(--font-size-xs);color:var(--text-muted);white-space:nowrap;text-align:center}.workspaceConversation-module__DifjEa__feedBubbleWrap{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.workspaceConversation-module__DifjEa__feedBubbleStatus{font-size:var(--workspace-chat-meta-font-size);color:var(--text-muted);align-items:center;gap:6px;display:flex}.workspaceConversation-module__DifjEa__feedRunning{color:var(--text-secondary);align-items:center;gap:5px;display:flex}.workspaceConversation-module__DifjEa__runningDot{border-radius:50%;width:6px;height:6px;animation:1.2s infinite workspaceConversation-module__DifjEa__pulse}@keyframes workspaceConversation-module__DifjEa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.4)}}.workspaceConversation-module__DifjEa__feedDone{font-size:var(--font-size-sm);font-weight:500}.workspaceConversation-module__DifjEa__feedBubble{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:16px;transition:border-color .3s,box-shadow .3s;animation:.35s workspaceConversation-module__DifjEa__cardIn;position:relative}@keyframes workspaceConversation-module__DifjEa__cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.workspaceConversation-module__DifjEa__feedBubble:before,.workspaceConversation-module__DifjEa__feedBubble:after{display:none}.workspaceConversation-module__DifjEa__feedBubbleActive{border-color:var(--color-border-accent);box-shadow:var(--shadow-card)}.workspaceConversation-module__DifjEa__aiDisclaimer{font-size:var(--font-size-xs);color:var(--text-muted);opacity:.65;text-align:left;-webkit-user-select:none;user-select:none;margin-top:-6px;padding:0 22px 4px}.workspaceConversation-module__DifjEa__feedActions{justify-content:flex-end;gap:8px;margin-top:8px;padding:12px 16px 16px;display:flex}.workspaceConversation-module__DifjEa__feedFooterRow{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:4px;padding:8px 22px 12px;display:flex}.workspaceConversation-module__DifjEa__feedFooterRow .workspaceConversation-module__DifjEa__aiDisclaimer{text-align:left;flex:auto;min-width:0;margin-top:0;padding:0;line-height:1.35}.workspaceConversation-module__DifjEa__feedFooterRow .workspaceConversation-module__DifjEa__feedActions{flex-shrink:0;align-items:center;margin-top:0;padding:0}.workspaceConversation-module__DifjEa__feedActionGroup{align-items:center;gap:var(--message-meta-gap);display:inline-flex}.workspaceConversation-module__DifjEa__feedFooterRowInline{padding-left:0;padding-right:0}.workspaceConversation-module__DifjEa__feedFooterRowText{padding:var(--agent-message-meta-top-gap,10px) 0 0;margin-top:0}.workspaceConversation-module__DifjEa__feedFooterRowText .workspaceConversation-module__DifjEa__aiDisclaimer{font-size:var(--font-size-xs);opacity:.52}.workspaceConversation-module__DifjEa__feedFooterRowText .workspaceConversation-module__DifjEa__actionBtn{color:var(--text-muted)}[data-theme=dark] .workspaceConversation-module__DifjEa__feedFooterRowText .workspaceConversation-module__DifjEa__actionBtn{color:var(--text-secondary)}[data-theme=dark] .workspaceConversation-module__DifjEa__feedFooterRowText .workspaceConversation-module__DifjEa__actionBtn:hover{color:var(--text-primary)}.workspaceConversation-module__DifjEa__feedFooterRowText .workspaceConversation-module__DifjEa__messageMetaRow{justify-content:flex-end}.workspaceConversation-module__DifjEa__conversationActionsList{flex-direction:column;gap:10px;margin:10px 0 0;padding:0;list-style:none;display:flex}.workspaceConversation-module__DifjEa__conversationActionItem{margin:0;padding:0}.workspaceConversation-module__DifjEa__conversationActionTextBtn{appearance:none;width:100%;color:var(--text-secondary);font-size:var(--workspace-chat-meta-font-size);text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:10px;padding:0;line-height:1.65;transition:color .2s;display:flex}.workspaceConversation-module__DifjEa__conversationActionTextBtn:hover{color:var(--text-primary)}.workspaceConversation-module__DifjEa__conversationActionIndex{font-variant-numeric:tabular-nums;min-width:1.6em;color:var(--text-muted);flex:none}.workspaceConversation-module__DifjEa__conversationActionLabel{flex:auto;min-width:0}.workspaceConversation-module__DifjEa__feedFooterRowInPaper{margin-top:12px;padding-left:0;padding-right:0}.workspaceConversation-module__DifjEa__actionBtn{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.workspaceConversation-module__DifjEa__actionBtn:hover{background:var(--color-surface-2);color:var(--text-primary)}.workspaceConversation-module__DifjEa__primaryActionBtn{color:var(--color-link)}.workspaceConversation-module__DifjEa__primaryActionBtn:hover{background:var(--color-accent-soft)}.workspaceConversation-module__DifjEa__feedBubblePlain{border:none;box-shadow:0 1px 3px #00000006}.workspaceConversation-module__DifjEa__feedBubblePlain:before,.workspaceConversation-module__DifjEa__feedBubblePlain:after{display:none}.workspaceConversation-module__DifjEa__feedBubblePlain.workspaceConversation-module__DifjEa__feedBubbleActive{border:none;box-shadow:0 1px 3px #00000008}.workspaceConversation-module__DifjEa__cardOutput{min-height:72px;padding:18px 20px}.workspaceConversation-module__DifjEa__documentSummaryBand{background:#fbfaf7;border:1px solid #9a6a1b1f;border-radius:16px;margin:0 0 26px;padding:18px 20px}[data-theme=dark] .workspaceConversation-module__DifjEa__documentSummaryBand{background:var(--workspace-warning-bg);border-color:var(--workspace-warning-border)}[data-theme=dark] .workspaceConversation-module__DifjEa__documentSummaryLabel{color:var(--workspace-warning-text)}[data-theme=dark] .workspaceConversation-module__DifjEa__documentSummaryBody li::marker{color:var(--workspace-warning-text)}.workspaceConversation-module__DifjEa__documentSummaryHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.workspaceConversation-module__DifjEa__documentSummaryLabel{font-size:var(--workspace-deliverable-meta-font-size);letter-spacing:.08em;text-transform:uppercase;color:#9a6a1b;font-weight:500;display:inline-block}.workspaceConversation-module__DifjEa__documentSummaryHint{font-size:var(--font-size-xs);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.workspaceConversation-module__DifjEa__documentSummaryBody{color:var(--text-secondary)}.workspaceConversation-module__DifjEa__documentSummaryBody p,.workspaceConversation-module__DifjEa__documentSummaryBody li{font-size:var(--workspace-deliverable-body-font-size);line-height:var(--workspace-deliverable-body-line-height)}.workspaceConversation-module__DifjEa__documentSummaryBody ul,.workspaceConversation-module__DifjEa__documentSummaryBody ol{margin:0}.workspaceConversation-module__DifjEa__documentSummaryBody li::marker{color:#9a6a1b}.workspaceConversation-module__DifjEa__documentBody{min-width:0}.workspaceConversation-module__DifjEa__agentChatRow{margin-top:16px;display:flex}.workspaceConversation-module__DifjEa__agentChatCard{width:min(100%, var(--workspace-chat-bubble-max-width));background:color-mix(in srgb, var(--color-surface) 72%, transparent);border:1px solid var(--color-border);border-radius:16px;min-width:0;padding:13px 16px 0;box-shadow:0 1px 3px #00000006}.workspaceConversation-module__DifjEa__agentChatCardActive{border-color:var(--color-border-accent)}.workspaceConversation-module__DifjEa__agentTextBlock{--chat-body-size:var(--workspace-chat-body-font-size);--chat-body-line:var(--workspace-chat-body-line-height);--chat-meta-size:var(--workspace-chat-meta-font-size);--chat-meta-line:var(--workspace-chat-meta-line-height);--chat-title-size:var(--workspace-chat-title-font-size);--chat-muted-color:color-mix(in srgb, var(--text-primary) 58%, transparent);width:min(100%, var(--workspace-chat-bubble-max-width));min-width:0;font-size:var(--chat-body-size);line-height:var(--chat-body-line);padding:0}.workspaceConversation-module__DifjEa__agentTextBlockActive{opacity:1}.workspaceConversation-module__DifjEa__workflowStageHeader{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:10px;display:flex}.workspaceConversation-module__DifjEa__workflowStageDot{background:color-mix(in srgb, var(--color-link) 68%, transparent);opacity:.55;border-radius:999px;flex:none;width:6px;height:6px}.workspaceConversation-module__DifjEa__workflowStageDotActive{opacity:1;animation:1.35s infinite workspaceConversation-module__DifjEa__workflowStagePulse}.workspaceConversation-module__DifjEa__workflowStageTitle{color:var(--text-primary);font-size:var(--chat-title-size);font-weight:650;line-height:1.5}.workspaceConversation-module__DifjEa__workflowStageState{color:var(--chat-muted-color);font-size:var(--chat-meta-size);line-height:var(--chat-meta-line);font-weight:400}@keyframes workspaceConversation-module__DifjEa__workflowStagePulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}.workspaceConversation-module__DifjEa__bubbleHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.workspaceConversation-module__DifjEa__bubbleHeaderUser{justify-content:flex-end;margin-bottom:10px}.workspaceConversation-module__DifjEa__bubbleIdentity{align-items:center;gap:10px;min-width:0;display:flex}.workspaceConversation-module__DifjEa__bubbleMeta{flex-direction:column;min-width:0;display:flex}.workspaceConversation-module__DifjEa__bubbleMetaRight{text-align:right;align-items:flex-end}.workspaceConversation-module__DifjEa__bubbleName{font-size:var(--workspace-chat-meta-font-size);color:var(--text-primary);font-weight:500;line-height:1.25}.workspaceConversation-module__DifjEa__bubbleSub{font-size:var(--font-size-xs);color:var(--text-muted);line-height:1.25}.workspaceConversation-module__DifjEa__bubbleAvatar{background:var(--color-surface-2);border:1px solid var(--color-border);width:28px;height:28px;box-shadow:none;border-radius:9999px;flex-shrink:0;overflow:hidden}.workspaceConversation-module__DifjEa__bubbleAvatar img{object-fit:cover;width:100%;height:100%;display:block}.workspaceConversation-module__DifjEa__bubbleAvatarFallback{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.workspaceConversation-module__DifjEa__bubbleStatusPill{font-size:var(--font-size-xs);border-radius:9999px;flex-shrink:0;padding:4px 8px;font-weight:500;line-height:1.33}.workspaceConversation-module__DifjEa__bubbleStatusRunning{background:var(--color-accent-soft);color:var(--color-accent-text)}.workspaceConversation-module__DifjEa__bubbleStatusDone{background:var(--workspace-neutral-soft);color:var(--workspace-neutral-text)}.workspaceConversation-module__DifjEa__bubbleLeadProse p:first-of-type{color:var(--text-primary);font-weight:400}.workspaceConversation-module__DifjEa__bubbleLeadProse{font-size:var(--chat-body-size);line-height:var(--chat-body-line)}.workspaceConversation-module__DifjEa__bubbleHintText{color:var(--chat-muted-color);font-size:var(--chat-meta-size);line-height:var(--chat-meta-line);margin-top:8px;font-weight:400}.workspaceConversation-module__DifjEa__bubbleProcessBlock{border-bottom:1px solid color-mix(in srgb, var(--workspace-panel-border) 46%, transparent);margin:0 0 14px;padding:0 0 14px}.workspaceConversation-module__DifjEa__bubbleProcessRow{display:block}.workspaceConversation-module__DifjEa__bubbleProcessStatus{color:var(--chat-muted-color);font-size:var(--chat-meta-size);line-height:var(--chat-meta-line);letter-spacing:0;margin-bottom:6px;font-weight:500}.workspaceConversation-module__DifjEa__bubbleProcessProse p,.workspaceConversation-module__DifjEa__bubbleProcessProse li{font-size:var(--chat-body-size);line-height:var(--chat-body-line);color:var(--text-secondary);font-weight:400}.workspaceConversation-module__DifjEa__bubbleProcessProse p:first-of-type{color:var(--text-primary);font-weight:400}.workspaceConversation-module__DifjEa__bubbleOutputBlock{margin-top:14px}.workspaceConversation-module__DifjEa__deliverableInPaper .workspaceConversation-module__DifjEa__cardOutput{padding-left:0;padding-right:0}.workspaceConversation-module__DifjEa__thinking{gap:5px;padding:10px 0;display:flex}.workspaceConversation-module__DifjEa__thinkingDot{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s infinite workspaceConversation-module__DifjEa__bounce}.workspaceConversation-module__DifjEa__thinkingDot:nth-child(2){animation-delay:.2s}.workspaceConversation-module__DifjEa__thinkingDot:nth-child(3){animation-delay:.4s}@keyframes workspaceConversation-module__DifjEa__bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.workspaceConversation-module__DifjEa__feedConnector{align-items:stretch;gap:14px;min-height:24px;display:flex}.workspaceConversation-module__DifjEa__connectorTrack{flex-shrink:0;justify-content:center;align-self:stretch;width:80px;display:flex}.workspaceConversation-module__DifjEa__connectorLine{background:var(--color-border);align-self:stretch;width:1px;min-height:24px;transition:background .4s;position:relative;overflow:hidden}.workspaceConversation-module__DifjEa__connectorDone{background:var(--color-border-accent)}.workspaceConversation-module__DifjEa__connectorActive{background:color-mix(in srgb, var(--color-accent) 55%, var(--color-border))}.workspaceConversation-module__DifjEa__connectorParticle{background:var(--color-accent);border-radius:50%;width:5px;height:5px;animation:.85s ease-in-out infinite workspaceConversation-module__DifjEa__particleFlow;position:absolute;left:50%;transform:translate(-50%)}@keyframes workspaceConversation-module__DifjEa__particleFlow{0%{opacity:0;top:-5px}15%{opacity:1}85%{opacity:1}to{opacity:0;top:100%}}.workspaceConversation-module__DifjEa__handoffBubble{background:color-mix(in srgb, var(--color-accent) 8%, var(--color-surface));border:1px solid color-mix(in srgb, var(--color-accent) 22%, transparent);border-radius:var(--radius-full);font-size:var(--font-size-xs);color:var(--text-secondary);align-items:center;gap:5px;padding:5px 14px;animation:.3s workspaceConversation-module__DifjEa__bubbleIn;display:flex}@keyframes workspaceConversation-module__DifjEa__bubbleIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.workspaceConversation-module__DifjEa__workspaceImagesContainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;width:100%;margin-top:16px;display:grid}.workspaceConversation-module__DifjEa__agentImage{border-radius:var(--radius-sm);border:var(--prose-media-border);width:100%;height:auto;box-shadow:var(--prose-media-shadow);transition:transform var(--transition-normal), box-shadow var(--transition-normal)}.workspaceConversation-module__DifjEa__agentImage:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.workspaceConversation-module__DifjEa__workspaceVideosContainer{flex-direction:column;gap:16px;width:100%;margin-top:16px;display:flex}.workspaceConversation-module__DifjEa__agentVideo{border-radius:var(--radius-sm);border:var(--prose-media-border);width:100%;max-width:600px;height:auto;box-shadow:var(--prose-media-shadow);background:#000;outline:none}.workspaceConversation-module__DifjEa__loadingState{color:var(--text-secondary);flex-direction:column;align-items:center;gap:16px;padding:80px;display:flex}.workspaceConversation-module__DifjEa__globalSpinner{border:2.5px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite workspaceConversation-module__DifjEa__spin}.workspaceConversation-module__DifjEa__errorCard{background:var(--color-error-bg-subtle);border:1px solid var(--color-error-border);border-radius:var(--radius-lg);color:var(--color-error);font-size:var(--font-size-body);text-align:center;justify-content:center;align-items:center;padding:20px 24px;display:flex}.workspaceConversation-module__DifjEa__errorCardText{justify-content:center;align-items:center;gap:var(--space-2);margin:0;display:inline-flex}.workspaceConversation-module__DifjEa__errorCardIcon{opacity:.95;flex-shrink:0;display:inline-flex}.workspaceConversation-module__DifjEa__interruptedBanner{align-items:center;gap:var(--space-2);background:color-mix(in srgb, var(--color-accent,#f59e0b) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-accent,#f59e0b) 28%, transparent);border-radius:var(--radius-lg);color:color-mix(in srgb, var(--color-accent,#f59e0b) 70%, var(--text-primary));font-size:var(--font-size-sm,13px);margin-top:8px;padding:12px 20px;display:flex}.workspaceConversation-module__DifjEa__interruptedBannerIcon{opacity:.85;flex-shrink:0;display:inline-flex}.workspaceConversation-module__DifjEa__roundSection{flex-direction:column;gap:18px;margin:0 0 28px;padding:0 0 28px;display:flex;position:relative}.workspaceConversation-module__DifjEa__roundSection+.workspaceConversation-module__DifjEa__roundSection{border-top:1px solid color-mix(in srgb, var(--workspace-panel-border) 52%, transparent);padding-top:30px}.workspaceConversation-module__DifjEa__roundSectionActive{margin-bottom:24px}.workspaceConversation-module__DifjEa__completionTitle{color:#746f69;margin-bottom:8px;font-size:13px;font-weight:400;line-height:1.45}.workspaceConversation-module__DifjEa__workflowStageBlock{padding:2px 0 0;position:relative}.workspaceConversation-module__DifjEa__workflowStageBlock:after{content:"";background:color-mix(in srgb, var(--workspace-panel-border) 34%, transparent);height:1px;position:absolute;top:-9px;left:0;right:0}.workspaceConversation-module__DifjEa__workflowStageBlock:first-of-type:after,.workspaceConversation-module__DifjEa__workflowStageBlockBare:after{display:none}.workspaceConversation-module__DifjEa__roundSeparator{padding:24px 0 16px}.workspaceConversation-module__DifjEa__roundDividerLine{background:var(--color-border);opacity:.6;height:1px}.workspaceConversation-module__DifjEa__roundContent{animation:.22s workspaceConversation-module__DifjEa__fadeSlideIn}@keyframes workspaceConversation-module__DifjEa__fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.workspaceConversation-module__DifjEa__feedFooterFadeIn{animation:.2s workspaceConversation-module__DifjEa__fadeSlideIn}.workspaceConversation-module__DifjEa__userMsgRow{justify-content:flex-end;align-items:flex-start;padding:8px 0 10px;display:flex}.workspaceConversation-module__DifjEa__userBubbleCell{width:min(100%, var(--workspace-user-bubble-max-width));justify-content:flex-end;min-width:0;display:flex}.workspaceConversation-module__DifjEa__userMsgStack{width:100%}.workspaceConversation-module__DifjEa__userBubbleFrame{width:100%;padding-bottom:calc(var(--message-meta-action-size) + var(--user-message-meta-top-gap,10px));flex-direction:column;display:flex;position:relative}.workspaceConversation-module__DifjEa__messageMetaHost{--message-meta-gap:12px;--user-message-meta-top-gap:10px;--agent-message-meta-top-gap:10px;--message-meta-action-size:22px;--message-meta-icon-size:16px;--message-meta-font-size:13px;--message-meta-visible-opacity:.8;position:relative}.workspaceConversation-module__DifjEa__messageMetaHost:hover .workspaceConversation-module__DifjEa__messageMetaRow,.workspaceConversation-module__DifjEa__messageMetaHost:focus-within .workspaceConversation-module__DifjEa__messageMetaRow{opacity:var(--message-meta-visible-opacity);pointer-events:auto;transform:translateY(0)}.workspaceConversation-module__DifjEa__userBubbleCell>.workspaceConversation-module__DifjEa__userBubble{width:100%;max-width:100%;margin-left:auto}.workspaceConversation-module__DifjEa__userMsgStack>*+*{margin-top:12px}.workspaceConversation-module__DifjEa__userStatusSlot{width:min(100%, var(--workspace-chat-bubble-max-width));margin-right:auto;padding-top:2px}.workspaceConversation-module__DifjEa__messageMetaRow{justify-content:flex-end;align-items:center;gap:var(--message-meta-gap);opacity:0;pointer-events:none;z-index:2;width:auto;margin:0;padding:0;transition:opacity .14s,transform .14s;display:inline-flex;position:absolute;bottom:0;right:2px;transform:translateY(-2px)}.workspaceConversation-module__DifjEa__agentMessageMetaRow{position:static;bottom:auto;right:auto}.workspaceConversation-module__DifjEa__messageMetaRow .workspaceConversation-module__DifjEa__actionBtn,.workspaceConversation-module__DifjEa__userMetaActionBtn{width:var(--message-meta-action-size);height:var(--message-meta-action-size);color:var(--text-muted);opacity:inherit;padding:0}.workspaceConversation-module__DifjEa__messageMetaRow .workspaceConversation-module__DifjEa__actionBtn svg{width:var(--message-meta-icon-size);height:var(--message-meta-icon-size)}.workspaceConversation-module__DifjEa__messageTime{color:var(--text-muted);font-size:var(--message-meta-font-size);letter-spacing:0;-webkit-user-select:none;user-select:none;opacity:inherit;line-height:1}.workspaceConversation-module__DifjEa__userAvatarCell{display:none}.workspaceConversation-module__DifjEa__userBubble{background:var(--color-user-message-bubble);max-width:100%;color:var(--color-user-message-text);font-size:var(--workspace-chat-body-font-size);line-height:var(--workspace-chat-body-line-height);border:1px solid color-mix(in srgb, var(--color-accent-text) 7%, transparent);word-break:break-word;box-shadow:none;border-radius:14px;padding:11px 14px;font-weight:400;position:relative}.workspaceConversation-module__DifjEa__userBubble:before,.workspaceConversation-module__DifjEa__userBubble:after{display:none}.workspaceConversation-module__DifjEa__userAvatarWrap{width:28px;height:28px;box-shadow:var(--shadow-feed-bubble);background:var(--color-surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.workspaceConversation-module__DifjEa__userAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.workspaceConversation-module__DifjEa__userAvatarFallback{font-size:var(--font-size-md);color:var(--text-muted);-webkit-user-select:none;user-select:none;font-weight:500;line-height:1}.workspaceConversation-module__DifjEa__userRoundAnchor{scroll-margin-top:calc(var(--app-nav-min-height) + 12px)}@media (max-width:768px){.workspaceConversation-module__DifjEa__feed{padding:24px 0 16px}}.workspaceConversation-module__DifjEa__clarifySlot{margin:4px 0 16px;padding-left:0;padding-right:0;animation:.35s workspaceConversation-module__DifjEa__cardIn}@media (max-width:600px){.workspaceConversation-module__DifjEa__clarifySlot{padding-left:0}}.workspaceConversation-module__DifjEa__userBubbleAttachments{flex-wrap:wrap;gap:6px;margin-bottom:7px;display:flex}.workspaceConversation-module__DifjEa__userBubbleAttachmentThumb{object-fit:cover;cursor:zoom-in;border:1px solid #00000014;border-radius:8px;width:60px;height:60px;transition:transform .16s,box-shadow .16s;display:block}.workspaceConversation-module__DifjEa__userBubbleAttachmentButton{cursor:zoom-in;background:0 0;border:none;border-radius:8px;padding:0;display:block}.workspaceConversation-module__DifjEa__userBubbleAttachmentButton:hover .workspaceConversation-module__DifjEa__userBubbleAttachmentThumb{transform:translateY(-1px);box-shadow:0 5px 14px #0f172a1f}.workspaceConversation-module__DifjEa__userBubbleAttachmentButton:focus-visible,.workspaceConversation-module__DifjEa__userBubbleFileCard:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.workspaceConversation-module__DifjEa__userBubbleFileCard{width:min(176px,100%);min-height:48px;color:inherit;box-sizing:border-box;background:#ffffff8a;border:1px solid #0f172a17;border-radius:10px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:6px 7px;text-decoration:none;transition:transform .16s,border-color .16s,background .16s;display:grid}.workspaceConversation-module__DifjEa__userBubbleFileCard:hover{background:#ffffffc7;border-color:#0f172a29;transform:translateY(-1px)}.workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#475569;letter-spacing:.02em;background:#4755691a;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:750;display:flex}.workspaceConversation-module__DifjEa__userBubbleFileCard[data-attachment-kind=pdf] .workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#b91c1c;background:#dc26261a}.workspaceConversation-module__DifjEa__userBubbleFileCard[data-attachment-kind=word] .workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#1d4ed8;background:#2563eb1a}.workspaceConversation-module__DifjEa__userBubbleFileCard[data-attachment-kind=excel] .workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#047857;background:#0596691a}.workspaceConversation-module__DifjEa__userBubbleFileCard[data-attachment-kind=powerpoint] .workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#c2410c;background:#ea580c1a}.workspaceConversation-module__DifjEa__userBubbleFileCard[data-attachment-kind=video] .workspaceConversation-module__DifjEa__userBubbleFileBadge{color:#6d28d9;background:#7c3aed1a}.workspaceConversation-module__DifjEa__userBubbleFileMeta{flex-direction:column;gap:1px;min-width:0;line-height:1.2;display:flex}.workspaceConversation-module__DifjEa__userBubbleFileLabel{color:var(--color-paper-text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.workspaceConversation-module__DifjEa__userBubbleFileName{color:var(--color-paper-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.workspaceConversation-module__DifjEa__userBubbleFileAction{color:var(--color-paper-text-muted);justify-content:center;align-items:center;display:flex}.workspaceConversation-module__DifjEa__attachmentLightboxOverlay{z-index:1000;cursor:zoom-out;background:#0a0c10d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.workspaceConversation-module__DifjEa__attachmentLightboxImage{object-fit:contain;cursor:default;border-radius:12px;max-width:min(92vw,1400px);max-height:90vh;box-shadow:0 24px 80px #00000073}.workspaceConversation-module__DifjEa__attachmentLightboxClose{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex;position:fixed;top:20px;right:24px}.workspaceConversation-module__DifjEa__attachmentLightboxClose:hover{background:#ffffff42}.workspaceConversation-module__DifjEa__thinkingPhaseLabel{font-size:var(--font-size-sm);color:var(--text-muted);margin:8px 0 0}.workspaceConversation-module__DifjEa__stageRail{letter-spacing:.01em;color:var(--color-text-secondary,#0f172a8c);flex-direction:column;gap:7px;margin:10px 0 16px;padding-left:4px;font-size:12.5px;display:flex}.workspaceConversation-module__DifjEa__stageRailItem{align-items:center;gap:7px;line-height:1.4;display:inline-flex}.workspaceConversation-module__DifjEa__stageRailMark{flex-shrink:0;justify-content:center;align-items:center;width:14px;font-size:11px;display:inline-flex}.workspaceConversation-module__DifjEa__stageRailDone{color:var(--color-text-secondary,#0f172a8c)}.workspaceConversation-module__DifjEa__stageRailRunning{color:var(--color-text,#0f172ad9);font-weight:500}.workspaceConversation-module__DifjEa__stageRailRunning .workspaceConversation-module__DifjEa__stageRailMark:after{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite workspaceConversation-module__DifjEa__stageRailPulse;display:inline-block}.workspaceConversation-module__DifjEa__stageRailPending{opacity:.45}@keyframes workspaceConversation-module__DifjEa__stageRailPulse{0%,to{opacity:.25}50%{opacity:1}}
.BrandHouseRender-module__KrzeLG__container{box-sizing:border-box;flex-direction:column;width:100%;margin:12px 0 16px;font-family:inherit;display:flex}.BrandHouseRender-module__KrzeLG__roof{clip-path:polygon(50% 0%,100% 100%,0% 100%);background:var(--color-btn-primary-start,#c96442);color:#fff;text-align:center;margin-bottom:0;margin-right:48px;padding:40px 40px 10px;position:relative}.BrandHouseRender-module__KrzeLG__roofTitle{font-size:24px;font-weight:var(--font-weight-semibold);letter-spacing:.04em;color:#fffffff2;margin-bottom:0;line-height:1.2}.BrandHouseRender-module__KrzeLG__roofSubtitle{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);letter-spacing:.08em;color:#ffffff80;text-align:center;margin-top:4px}.BrandHouseRender-module__KrzeLG__roofRowsContainer{flex-direction:column;gap:2px;display:flex}.BrandHouseRender-module__KrzeLG__roofDetailRow{gap:2px;display:flex}.BrandHouseRender-module__KrzeLG__roofDetailLabel{text-align:center;width:120px;font-weight:var(--font-weight-semibold);background:var(--color-surface);color:var(--text-primary);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;padding:12px;font-size:14px;line-height:1.3;display:flex}.BrandHouseRender-module__KrzeLG__roofDetailValue{text-align:left;color:var(--text-primary);background:var(--color-surface);word-break:break-word;white-space:normal;flex:1;justify-content:flex-start;align-items:center;padding:12px 20px;font-size:14px;line-height:1.6;display:flex}.BrandHouseRender-module__KrzeLG__positioningRow{gap:2px;display:flex;position:relative}.BrandHouseRender-module__KrzeLG__positioningLabel{text-align:center;width:120px;font-weight:var(--font-weight-semibold);background:var(--color-surface);color:var(--text-primary);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;padding:14px;font-size:14px;line-height:1.3;display:flex}.BrandHouseRender-module__KrzeLG__positioningValue{text-align:left;color:var(--text-primary);background:var(--color-surface);word-break:break-word;white-space:normal;flex:1;justify-content:flex-start;align-items:center;padding:14px 20px;font-size:14px;line-height:1.6;display:flex}.BrandHouseRender-module__KrzeLG__modulesContainer{flex-direction:column;display:flex}.BrandHouseRender-module__KrzeLG__modulesContainer+.BrandHouseRender-module__KrzeLG__modulesContainer{margin-top:-2px}.BrandHouseRender-module__KrzeLG__module{display:flex}.BrandHouseRender-module__KrzeLG__module+.BrandHouseRender-module__KrzeLG__module{margin-top:-2px}.BrandHouseRender-module__KrzeLG__categoryCol{flex-shrink:0;justify-content:center;align-items:center;width:48px;padding:16px 0;display:flex;position:relative}.BrandHouseRender-module__KrzeLG__categoryText{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);letter-spacing:.15em;color:var(--color-link);white-space:nowrap;transform:rotate(90deg)}.BrandHouseRender-module__KrzeLG__categoryBracket{border-top:2px solid var(--color-link);border-bottom:2px solid var(--color-link);border-right:2px solid var(--color-link);opacity:.6;width:6px;position:absolute;top:12px;bottom:12px;left:8px}.BrandHouseRender-module__KrzeLG__rowsContainer{background:var(--color-border);flex-direction:column;flex:1;gap:2px;min-width:0;padding:2px;display:flex}.BrandHouseRender-module__KrzeLG__row{align-items:stretch;gap:2px;display:flex}.BrandHouseRender-module__KrzeLG__rowName{text-align:center;width:120px;font-size:14px;font-weight:var(--font-weight-semibold);background:var(--color-surface);color:var(--text-primary);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;padding:12px;line-height:1.3;display:flex}.BrandHouseRender-module__KrzeLG__itemsGrid{background:0 0;flex-wrap:nowrap;flex:1;gap:2px;min-width:0;padding:0;display:flex}.BrandHouseRender-module__KrzeLG__itemCell{background:var(--color-surface);text-align:center;flex-direction:column;flex:1;gap:6px;min-width:0;padding:16px 12px;display:flex}.BrandHouseRender-module__KrzeLG__itemTitle{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--text-primary);word-break:break-word;white-space:normal;line-height:1.4}.BrandHouseRender-module__KrzeLG__itemDesc{color:var(--text-secondary);word-break:break-word;white-space:normal;font-size:13px;line-height:1.6}@media (max-width:640px){.BrandHouseRender-module__KrzeLG__roofGrid{grid-template-columns:1fr}.BrandHouseRender-module__KrzeLG__itemsGrid,.BrandHouseRender-module__KrzeLG__positioningRow{flex-direction:column}.BrandHouseRender-module__KrzeLG__positioningLabel{width:100%}}
.CommunicationHouseRender-module__ROVsZW__container{flex-direction:column;gap:2px;width:100%;margin:12px 0 18px;font-family:inherit;display:flex}.CommunicationHouseRender-module__ROVsZW__roof{background:var(--color-btn-primary-start,#c96442);color:#fff;text-align:center;border-radius:8px 8px 0 0;padding:24px 28px}.CommunicationHouseRender-module__ROVsZW__roofLabel{font-size:13px;font-weight:var(--font-weight-medium);letter-spacing:.08em;opacity:.74}.CommunicationHouseRender-module__ROVsZW__proposition{font-size:20px;font-weight:var(--font-weight-semibold);letter-spacing:.02em;margin-top:8px;line-height:1.45}.CommunicationHouseRender-module__ROVsZW__section{align-items:stretch;display:flex}.CommunicationHouseRender-module__ROVsZW__sectionLabel{text-align:center;width:120px;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--text-primary);background:var(--color-surface);border:2px solid var(--color-border);border-right:0;flex-shrink:0;justify-content:center;align-items:center;padding:14px;line-height:1.35;display:flex}.CommunicationHouseRender-module__ROVsZW__cardGrid{background:var(--color-border);flex:1;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:2px;min-width:0;padding:2px;display:grid}.CommunicationHouseRender-module__ROVsZW__card{background:var(--color-surface);text-align:left;min-width:0;padding:16px 14px}.CommunicationHouseRender-module__ROVsZW__cardTitle{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:1.4}.CommunicationHouseRender-module__ROVsZW__cardDesc{color:var(--text-secondary);margin-top:8px;font-size:13px;line-height:1.65}.CommunicationHouseRender-module__ROVsZW__miniList{color:var(--text-secondary);margin:10px 0 0;padding-left:18px;font-size:13px;line-height:1.6}.CommunicationHouseRender-module__ROVsZW__miniList li+li{margin-top:4px}@media (max-width:640px){.CommunicationHouseRender-module__ROVsZW__section{flex-direction:column}.CommunicationHouseRender-module__ROVsZW__sectionLabel{border-right:2px solid var(--color-border);width:100%}}
.ChatFlowPrimitives-module__o7T0Fa__processPanelEmbedded{box-sizing:border-box;width:100%;min-width:0;margin-bottom:10px;padding-left:0;overflow:visible}.ChatFlowPrimitives-module__o7T0Fa__processStatusList{flex-direction:column;gap:4px;width:100%;margin:0;padding:0;list-style:none;display:flex}.ChatFlowPrimitives-module__o7T0Fa__processStatusLine{align-items:center;gap:7px;width:100%;max-width:100%;padding:1px 0;display:flex;position:relative}.ChatFlowPrimitives-module__o7T0Fa__processStatusLineActive{border-radius:6px;gap:0;width:fit-content;overflow:hidden}.ChatFlowPrimitives-module__o7T0Fa__processLatestActive{isolation:isolate;border-radius:6px;align-items:center;display:inline-flex;overflow:hidden}.ChatFlowPrimitives-module__o7T0Fa__processLatestActive:after{content:"";z-index:0;pointer-events:none;filter:blur(5px);background:linear-gradient(90deg,#0000,#097fe814,#097fe852,#0000);width:42px;height:18px;animation:1.6s ease-in-out infinite ChatFlowPrimitives-module__o7T0Fa__processLaserScan;position:absolute;top:50%;left:-48px;transform:translateY(-50%)}.ChatFlowPrimitives-module__o7T0Fa__processThinkingDot{opacity:.62;background:#097fe8;border-radius:9999px;flex:none;width:5px;height:5px}.ChatFlowPrimitives-module__o7T0Fa__processStatusLineActive .ChatFlowPrimitives-module__o7T0Fa__processThinkingDot{opacity:0;width:0;overflow:hidden}.ChatFlowPrimitives-module__o7T0Fa__processLatest{z-index:1;overflow-wrap:anywhere;color:#746f69;align-items:center;min-width:0;font-size:13px;font-weight:500;line-height:1.45;display:inline-flex;position:relative}.ChatFlowPrimitives-module__o7T0Fa__processElapsed{z-index:1;color:#b4b0a9;white-space:nowrap;margin-left:8px;font-size:12px;font-weight:400;line-height:1.45;position:relative}@keyframes ChatFlowPrimitives-module__o7T0Fa__processLaserScan{0%{opacity:0;left:-48px}18%,82%{opacity:1}to{opacity:0;left:100%}}
.StreamingAgentFooter-module__9Hiv6a__footerRoot{margin-top:4px;position:relative}
.MarketRenderer-module___89KYW__progressTimeline{padding:var(--space-3) var(--space-4) var(--space-2);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--specialist-market) 6%, transparent);border:1px solid color-mix(in srgb, var(--specialist-market) 14%, transparent)}.MarketRenderer-module___89KYW__progressTimelineChatBubble{background:0 0;border:0;border-radius:0;margin-bottom:10px;padding:0}.MarketRenderer-module___89KYW__progressTimelineChatBubbleStrategy{background:0 0;border-color:#0000}.MarketRenderer-module___89KYW__progressChatBubbleLabel{font-size:12px;font-weight:var(--font-weight-semibold);color:var(--text-muted);letter-spacing:.02em;margin-bottom:8px}.MarketRenderer-module___89KYW__progressHeader{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.MarketRenderer-module___89KYW__progressTitle{font-size:13px;font-weight:var(--font-weight-semibold);color:var(--specialist-market);letter-spacing:.04em;text-transform:uppercase;flex:1}.MarketRenderer-module___89KYW__progressHint{font-size:var(--font-size-xs);color:var(--text-muted);letter-spacing:.02em}.MarketRenderer-module___89KYW__progressInitializing{font-size:var(--font-size-caption);color:var(--text-muted);padding:var(--space-1) 0;animation:1.5s ease-in-out infinite MarketRenderer-module___89KYW__pulse}@keyframes MarketRenderer-module___89KYW__pulse{0%,to{opacity:1}50%{opacity:.4}}.MarketRenderer-module___89KYW__progressSteps{flex-direction:column;gap:6px;display:flex}.MarketRenderer-module___89KYW__progressStep{border-radius:6px;align-items:flex-start;gap:10px;padding:6px 8px;transition:background .2s;display:flex}.MarketRenderer-module___89KYW__progressStepDone{opacity:1}.MarketRenderer-module___89KYW__progressStepDone .MarketRenderer-module___89KYW__progressStepDot{color:var(--color-link);background:color-mix(in srgb, var(--color-link) 12%, transparent)}.MarketRenderer-module___89KYW__progressStepActive{background:color-mix(in srgb, var(--specialist-market) 8%, transparent)}.MarketRenderer-module___89KYW__progressStepActive .MarketRenderer-module___89KYW__progressStepDot{background:color-mix(in srgb, var(--specialist-market) 12%, transparent)}.MarketRenderer-module___89KYW__progressStepDot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.MarketRenderer-module___89KYW__progressStepPulse{background:var(--specialist-market);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite MarketRenderer-module___89KYW__dotPulse}@keyframes MarketRenderer-module___89KYW__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.MarketRenderer-module___89KYW__progressStepContent{align-items:baseline;gap:var(--space-2);flex-direction:row;flex:1;min-width:0;display:flex}.MarketRenderer-module___89KYW__progressStepIndex{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;flex-shrink:0;width:1.25rem}.MarketRenderer-module___89KYW__progressStepDetail{font-size:var(--font-size-caption);color:var(--text-primary);line-height:1.5}.MarketRenderer-module___89KYW__progressStepSubDetail{font-size:var(--font-size-caption);color:var(--text-muted);font-weight:var(--font-weight-normal)}.MarketRenderer-module___89KYW__searchingState{background:rgba(var(--market-accent-rgb,59, 130, 246), .06);border:1px solid rgba(var(--market-accent-rgb,59, 130, 246), .15);border-radius:8px;align-items:center;gap:10px;margin-bottom:8px;padding:12px 16px;display:flex}.MarketRenderer-module___89KYW__searchSpinner{border:2px solid color-mix(in srgb, var(--specialist-market) 28%, transparent);border-top-color:var(--specialist-market);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.9s linear infinite MarketRenderer-module___89KYW__spin}@keyframes MarketRenderer-module___89KYW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MarketRenderer-module___89KYW__searchingText{color:var(--specialist-market);font-size:13px;font-weight:var(--font-weight-medium);letter-spacing:.02em}.MarketRenderer-module___89KYW__searchingHint{font-size:var(--font-size-xs);color:var(--text-muted);padding:0 var(--space-1)}.MarketRenderer-module___89KYW__citationsSection{margin-top:20px;display:inline-block;position:relative}.MarketRenderer-module___89KYW__citationsBadge{border:1px solid var(--workspace-chip-border);background:var(--workspace-chip-bg);cursor:default;border-radius:999px;align-items:center;gap:6px;padding:5px 12px 5px 8px;transition:border-color .15s;display:inline-flex;position:relative}.MarketRenderer-module___89KYW__citationsBadge:hover{border-color:var(--workspace-chip-border-hover)}.MarketRenderer-module___89KYW__citationsFavicons{flex-direction:row-reverse;align-items:center;display:flex}.MarketRenderer-module___89KYW__citationFavicon{border:1.5px solid var(--workspace-chip-bg);background:var(--workspace-chip-border);color:#0000;background-position:50%;background-repeat:no-repeat;background-size:16px 16px;border-radius:50%;width:16px;min-width:16px;height:16px;margin-left:-5px;font-size:0;line-height:0;display:inline-block}.MarketRenderer-module___89KYW__citationFavicon:last-child{margin-left:0}.MarketRenderer-module___89KYW__citationsCount{color:var(--workspace-chip-text);white-space:nowrap;font-size:12px;font-weight:400;line-height:1}.MarketRenderer-module___89KYW__citationsBadge:hover .MarketRenderer-module___89KYW__citationsPopover{opacity:1;pointer-events:auto;transform:translateY(0)}.MarketRenderer-module___89KYW__citationsPopover{z-index:100;background:var(--workspace-panel-bg);border:1px solid var(--workspace-panel-border);opacity:0;pointer-events:none;border-radius:10px;min-width:260px;max-width:360px;max-height:280px;padding:6px 0;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:0;overflow-y:auto;transform:translateY(4px);box-shadow:0 4px 16px #00000014}.MarketRenderer-module___89KYW__citationsPopoverItem{color:var(--text-secondary);border-radius:0;align-items:center;gap:8px;padding:6px 14px;font-size:12px;line-height:1.4;text-decoration:none;transition:background .1s;display:flex}.MarketRenderer-module___89KYW__citationsPopoverItem:hover{background:var(--workspace-chip-bg-hover)}.MarketRenderer-module___89KYW__citationsPopoverFavicon{background:var(--workspace-chip-border);background-position:50%;background-repeat:no-repeat;background-size:14px 14px;border-radius:2px;flex:none;width:14px;height:14px;display:inline-block}.MarketRenderer-module___89KYW__citationsPopoverTitle{text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary);overflow:hidden}.MarketRenderer-module___89KYW__citationGroup{margin-bottom:12px}.MarketRenderer-module___89KYW__citationGroupLabel{font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);color:var(--text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xs);padding:2px var(--space-2);margin-bottom:var(--space-2);letter-spacing:.02em;display:inline-block}.MarketRenderer-module___89KYW__citationGroupLabelCompetitor,.MarketRenderer-module___89KYW__citationGroupLabelSocial,.MarketRenderer-module___89KYW__citationGroupLabelReview{color:var(--text-muted);background:var(--color-surface-2);border-color:var(--color-border)}.MarketRenderer-module___89KYW__citationPills{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.MarketRenderer-module___89KYW__citationPill{border:1px solid var(--workspace-chip-border);background:var(--workspace-chip-bg);max-width:120px;color:var(--workspace-chip-text-muted);white-space:nowrap;text-overflow:ellipsis;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);cursor:pointer;border-radius:999px;align-items:center;padding:1px 7px;font-size:11px;font-weight:400;text-decoration:none;display:inline-flex;overflow:hidden}.MarketRenderer-module___89KYW__citationPill:hover{background:var(--workspace-chip-bg-hover);border-color:var(--workspace-chip-border-hover);color:var(--workspace-chip-text)}.MarketRenderer-module___89KYW__citationPillCompetitor,.MarketRenderer-module___89KYW__citationPillSocial,.MarketRenderer-module___89KYW__citationPillReview{color:var(--workspace-chip-text-muted)}.MarketRenderer-module___89KYW__citationPillCompetitor:hover,.MarketRenderer-module___89KYW__citationPillSocial:hover,.MarketRenderer-module___89KYW__citationPillReview:hover{background:var(--workspace-chip-bg-hover);border-color:var(--workspace-chip-border-hover);color:var(--workspace-chip-text)}.MarketRenderer-module___89KYW__citationCards{flex-wrap:wrap;gap:6px;display:flex}.MarketRenderer-module___89KYW__citationCard{padding:var(--space-2) var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-2);max-width:260px;transition:border-color var(--transition-fast), background var(--transition-fast);cursor:pointer;flex-direction:column;gap:3px;text-decoration:none;display:flex}.MarketRenderer-module___89KYW__citationCard:hover{border-color:color-mix(in srgb, var(--specialist-market) 45%, var(--color-border));background:color-mix(in srgb, var(--specialist-market) 6%, var(--color-surface))}.MarketRenderer-module___89KYW__citationCardTitle{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.MarketRenderer-module___89KYW__citationCardSnippet{font-size:var(--font-size-2xs);color:var(--text-muted);line-height:1.4}
.WorkspaceOutlineDock-module__qQmxZW__outlineDock{flex:none;align-items:center;display:inline-flex;position:relative}.WorkspaceOutlineDock-module__qQmxZW__outlineTrigger{border:1px solid var(--color-border);height:30px;color:var(--text-muted);white-space:nowrap;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12.5px;line-height:1;display:inline-flex}.WorkspaceOutlineDock-module__qQmxZW__outlineTrigger:hover{color:var(--text-primary);background:#1d24330a;border-color:#1d243347}.WorkspaceOutlineDock-module__qQmxZW__outlineTriggerActive{color:var(--text-primary);background:#1d24330f}.WorkspaceOutlineDock-module__qQmxZW__outlinePanel{z-index:60;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:260px;max-height:min(420px,60vh);box-shadow:var(--shadow-card);scrollbar-width:thin;scrollbar-color:#00000038 transparent;padding:8px 6px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}.WorkspaceOutlineDock-module__qQmxZW__outlinePanel::-webkit-scrollbar{width:5px}.WorkspaceOutlineDock-module__qQmxZW__outlinePanel::-webkit-scrollbar-track{background:0 0}.WorkspaceOutlineDock-module__qQmxZW__outlinePanel::-webkit-scrollbar-thumb{background:#0000002e;border-radius:4px}.WorkspaceOutlineDock-module__qQmxZW__outlineRow{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;display:flex}.WorkspaceOutlineDock-module__qQmxZW__outlineRow:hover{background:#1d24330a}.WorkspaceOutlineDock-module__qQmxZW__outlineRow[data-active=true]{background:#1d24330f}.WorkspaceOutlineDock-module__qQmxZW__outlineRowText{min-width:0;font-size:var(--font-size-caption);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-fast);flex:1;line-height:1.45;overflow:hidden}.WorkspaceOutlineDock-module__qQmxZW__outlineRow:hover .WorkspaceOutlineDock-module__qQmxZW__outlineRowText,.WorkspaceOutlineDock-module__qQmxZW__outlineRow:focus-visible .WorkspaceOutlineDock-module__qQmxZW__outlineRowText,.WorkspaceOutlineDock-module__qQmxZW__outlineRow[data-active=true] .WorkspaceOutlineDock-module__qQmxZW__outlineRowText{color:var(--text-primary)}[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlineTrigger:hover,[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlineTriggerActive{background:#ffffff14}[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlinePanel{scrollbar-color:#ffffff47 transparent;box-shadow:0 10px 40px #00000073, 0 0 0 1px var(--color-border)}[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlinePanel::-webkit-scrollbar-thumb{background:#ffffff38}[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlineRow:hover,[data-theme=dark] .WorkspaceOutlineDock-module__qQmxZW__outlineRow[data-active=true]{background:#ffffff0f}
.NodeTreeLayerPanel-module__vgBPua__panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1d2433;z-index:50;background:#fffffff5;border:1px solid #1d24331a;border-radius:12px;flex-direction:column;width:280px;height:clamp(320px,52vh,560px);min-height:320px;max-height:calc(100% - 32px);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;display:flex;position:absolute;top:50%;right:16px;overflow:hidden;transform:translateY(-50%);box-shadow:0 8px 24px -8px #141e3229}.NodeTreeLayerPanel-module__vgBPua__panelEmbedded{-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;height:100%;max-height:none;box-shadow:none;color:#1d2433;z-index:auto;background:0 0;border:none;border-radius:0;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;display:flex;position:static;top:auto;right:auto;overflow:hidden}.NodeTreeLayerPanel-module__vgBPua__header{letter-spacing:.08em;text-transform:uppercase;color:#5f6878;justify-content:space-between;align-items:center;padding:12px 14px;font-size:11px;font-weight:600;display:flex}.NodeTreeLayerPanel-module__vgBPua__headerTitle{letter-spacing:.08em;color:#5f6878;background:0 0;border:1px solid #1d24331f;border-radius:999px;align-items:center;height:24px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.NodeTreeLayerPanel-module__vgBPua__collapseBtn{color:#a0a7b5;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;line-height:1;transition:background .12s,color .12s;display:inline-flex}.NodeTreeLayerPanel-module__vgBPua__collapseBtn:hover{color:#1d2433;background:#1d24330f}.NodeTreeLayerPanel-module__vgBPua__list{flex:1;padding:6px 0;overflow-y:auto}.NodeTreeLayerPanel-module__vgBPua__row{cursor:default;-webkit-user-select:none;user-select:none;border-left:2px solid #0000;align-items:center;gap:8px;padding:5px 12px;display:flex}.NodeTreeLayerPanel-module__vgBPua__row:hover{background:#1f73e00f}.NodeTreeLayerPanel-module__vgBPua__rowSelected{background:#1f73e01a;border-left-color:#1f73e0}.NodeTreeLayerPanel-module__vgBPua__rowHidden .NodeTreeLayerPanel-module__vgBPua__name{opacity:.45;text-decoration:line-through}.NodeTreeLayerPanel-module__vgBPua__indent{flex-shrink:0}.NodeTreeLayerPanel-module__vgBPua__groupToggle{color:#5f6878;cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;padding:0;display:inline-flex}.NodeTreeLayerPanel-module__vgBPua__groupToggle:hover{color:#1d2433;background:#1d24330f}.NodeTreeLayerPanel-module__vgBPua__groupTogglePlaceholder{flex-shrink:0;width:14px;height:14px;display:inline-block}.NodeTreeLayerPanel-module__vgBPua__thumb{color:#5f6878;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:inline-flex;overflow:hidden}.NodeTreeLayerPanel-module__vgBPua__thumbImage{object-fit:cover;width:100%;height:100%;display:block}.NodeTreeLayerPanel-module__vgBPua__thumb>svg{width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:static}.NodeTreeLayerPanel-module__vgBPua__name{white-space:nowrap;text-overflow:ellipsis;color:#1d2433;flex:1;min-width:0;font-size:12px;overflow:hidden}.NodeTreeLayerPanel-module__vgBPua__actions{flex-shrink:0;gap:4px;display:flex}.NodeTreeLayerPanel-module__vgBPua__actionBtn{cursor:pointer;color:#666e83;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;line-height:1;display:flex}.NodeTreeLayerPanel-module__vgBPua__actionBtn:hover{color:#1d2433;background:#1d24330f}.NodeTreeLayerPanel-module__vgBPua__actionBtnActive{color:#1f73e0}.NodeTreeLayerPanel-module__vgBPua__renameInput{color:#1d2433;background:#1f73e00f;border:1px solid #1f73e066;border-radius:4px;outline:none;flex:1;min-width:0;padding:2px 6px;font-family:inherit;font-size:12px}.NodeTreeLayerPanel-module__vgBPua__empty{color:#a0a7b5;text-align:center;padding:24px 16px;font-size:11px;line-height:1.5}.NodeTreeLayerPanel-module__vgBPua__errorBadge{color:#b03030;background:#ff575714;border:1px solid #ff575733;border-radius:6px;margin:8px 12px;padding:6px 8px;font-size:11px}.NodeTreeLayerPanel-module__vgBPua__collapsed{cursor:pointer;color:#5f6878;z-index:50;background:#fffffff5;border:1px solid #1d24331a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:12px;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px -4px #141e321f}.NodeTreeLayerPanel-module__vgBPua__collapsed:hover{color:#1f73e0;border-color:#1f73e04d}
.page-module__F19r8W__landingMain{flex-direction:column;flex:auto;min-height:0;display:flex}.page-module__F19r8W__firstViewport{height:calc(100vh - var(--app-nav-min-height));height:calc(100svh - var(--app-nav-min-height));min-height:calc(100vh - var(--app-nav-min-height));min-height:calc(100svh - var(--app-nav-min-height));flex:auto;overflow:clip visible}.page-module__F19r8W__firstViewport .page-module__F19r8W__firstViewportHeadline{gap:14px;margin-top:18px!important;margin-bottom:28px!important}.page-module__F19r8W__firstViewport .headlineSub{max-width:36em;line-height:1.5}.page-module__F19r8W__heroActionCluster{justify-items:center;width:100%;min-width:0;margin-top:4px;display:grid}.page-module__F19r8W__entryPresetRailShell{--capsule-w:clamp(108px, 9.6vw, 144px);--capsule-gap:clamp(8px, 1.2vw, 14px);width:min(calc(5 * var(--capsule-w) + 4 * var(--capsule-gap) + 12px), 100%);min-width:0;position:relative}.page-module__F19r8W__entryPresetRailShell:before,.page-module__F19r8W__entryPresetRailShell:after{content:"";width:48px;position:absolute;top:0;bottom:0}.page-module__F19r8W__entryPresetRailShell:before{left:-48px}.page-module__F19r8W__entryPresetRailShell:after{right:-48px}.page-module__F19r8W__entryPresetRail{justify-content:flex-start;gap:var(--capsule-gap);scrollbar-width:none;scroll-snap-type:x proximity;width:100%;min-width:0;margin:0 0 34px;padding:0 6px;scroll-padding-inline:6px;display:flex;overflow-x:auto;transform:translateY(-10px)}.page-module__F19r8W__entryPresetRail::-webkit-scrollbar{display:none}.page-module__F19r8W__entryPresetNavBtn{z-index:1;width:30px;height:30px;color:inherit;cursor:pointer;opacity:0;pointer-events:none;background:#e2e8f099;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .18s,transform .18s,opacity .18s;display:flex;position:absolute;top:calc(50% - 17px);transform:translateY(-50%)}.page-module__F19r8W__entryPresetRailShell:hover .page-module__F19r8W__entryPresetNavBtn,.page-module__F19r8W__entryPresetNavBtn:focus-visible{opacity:1;pointer-events:auto}.page-module__F19r8W__entryPresetNavBtn:hover,.page-module__F19r8W__entryPresetNavBtn:focus-visible{background:#e2e8f0f2}.page-module__F19r8W__entryPresetNavBtn:active{transform:translateY(-50%)scale(.92)}.page-module__F19r8W__entryPresetNavBtn svg{width:18px;height:18px}.page-module__F19r8W__entryPresetNavBtnLeft{left:-38px}.page-module__F19r8W__entryPresetNavBtnRight{right:-38px}.page-module__F19r8W__entryPresetCard{width:var(--capsule-w,clamp(108px, 9.6vw, 144px));min-width:var(--capsule-w,clamp(108px, 9.6vw, 144px));scroll-snap-align:start;min-height:102px;box-shadow:none;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:9px 12px 17px;transition:transform .18s,color .18s,box-shadow .18s,background .18s;display:flex}.page-module__F19r8W__entryPresetCard:active{transform:scale(.96)}.page-module__F19r8W__entryPresetCard:hover,.page-module__F19r8W__entryPresetCard:focus-visible{background:#e2e8f059;box-shadow:inset 0 0 0 1px #ffffff70}.page-module__F19r8W__entryPresetCardActive{background:#e2e8f099;box-shadow:inset 0 0 0 1px #ffffff80}.page-module__F19r8W__entryPresetIconWrapNew{width:44px;height:44px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .18s;display:inline-flex}.page-module__F19r8W__entryPresetCard:hover .page-module__F19r8W__entryPresetIconWrapNew,.page-module__F19r8W__entryPresetCard:focus-visible .page-module__F19r8W__entryPresetIconWrapNew,.page-module__F19r8W__entryPresetCardActive .page-module__F19r8W__entryPresetIconWrapNew{color:var(--text-muted)}.page-module__F19r8W__entryPresetIcon{object-fit:contain;width:28px;height:28px;display:block}.page-module__F19r8W__entryPresetLabelNew{font-family:var(--font-human);font-size:14px;line-height:1.16;font-weight:var(--font-weight-normal);letter-spacing:0;color:var(--text-secondary)}.page-module__F19r8W__entryPresetCard:hover .page-module__F19r8W__entryPresetLabelNew,.page-module__F19r8W__entryPresetCard:focus-visible .page-module__F19r8W__entryPresetLabelNew,.page-module__F19r8W__entryPresetCardActive .page-module__F19r8W__entryPresetLabelNew{color:var(--text-secondary)}.page-module__F19r8W__landingLedText{max-width:100%;font-family:var(--font-human);font-size:var(--font-size-body);font-weight:var(--font-weight-normal);color:var(--text-muted);line-height:var(--hero-input-line-height,1.6);white-space:nowrap;cursor:text;text-overflow:ellipsis;align-items:baseline;gap:.12em;display:inline-flex;overflow:hidden}.page-module__F19r8W__landingLedPrefix{white-space:nowrap;flex:none}.page-module__F19r8W__landingLedTyped{letter-spacing:0;text-overflow:ellipsis;flex:0 auto;margin-left:.28em;overflow:hidden}@media (max-width:640px){.page-module__F19r8W__firstViewport{height:auto;min-height:calc(100svh - var(--app-nav-min-height));overflow-y:visible}.page-module__F19r8W__entryPresetRailShell{width:100%;max-width:100%}.page-module__F19r8W__entryPresetRailShell:before,.page-module__F19r8W__entryPresetRailShell:after,.page-module__F19r8W__entryPresetNavBtn{display:none}}@media (max-width:520px){.page-module__F19r8W__firstViewport .page-module__F19r8W__firstViewportHeadline{gap:16px;margin-top:12px!important;margin-bottom:24px!important}.page-module__F19r8W__heroActionCluster{margin-top:2px}.page-module__F19r8W__entryPresetRailShell{--capsule-w:96px;--capsule-gap:8px}.page-module__F19r8W__entryPresetRail{justify-content:flex-start;gap:8px;margin-bottom:28px;padding:0 2px;transform:translateY(-8px)}.page-module__F19r8W__entryPresetCard{border-radius:22px;gap:10px;width:96px;min-width:96px;min-height:90px;padding:8px 8px 14px}.page-module__F19r8W__entryPresetIconWrapNew{width:38px;height:38px}.page-module__F19r8W__entryPresetIcon{width:28px;height:28px}.page-module__F19r8W__entryPresetLabelNew{font-size:12px}}
.BrandKitDock-module__itrTHq__root{top:calc(var(--app-nav-min-height) + 14px);z-index:48;position:absolute;right:16px}.BrandKitDock-module__itrTHq__trigger,.BrandKitDock-module__itrTHq__close{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-elevated) 94%, transparent);color:var(--text-primary);cursor:pointer;place-items:center;display:inline-grid}.BrandKitDock-module__itrTHq__trigger{width:38px;height:38px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:8px}.BrandKitDock-module__itrTHq__trigger:hover,.BrandKitDock-module__itrTHq__close:hover{background:var(--color-interactive-subtle-hover)}.BrandKitDock-module__itrTHq__panel{width:min(320px,100vw - 32px);max-height:min(640px, calc(100vh - var(--app-nav-min-height) - 80px));border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-elevated) 97%, transparent);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;margin-top:10px;overflow:auto}.BrandKitDock-module__itrTHq__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;display:flex}.BrandKitDock-module__itrTHq__eyebrow{color:var(--text-secondary);text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.BrandKitDock-module__itrTHq__header h2,.BrandKitDock-module__itrTHq__section h3,.BrandKitDock-module__itrTHq__section p{margin:0}.BrandKitDock-module__itrTHq__header h2{font-size:16px;line-height:1.35}.BrandKitDock-module__itrTHq__close{border-radius:6px;flex:none;width:30px;height:30px}.BrandKitDock-module__itrTHq__section{padding:16px 18px}.BrandKitDock-module__itrTHq__section+.BrandKitDock-module__itrTHq__section{border-top:1px solid var(--color-border)}.BrandKitDock-module__itrTHq__section h3{color:var(--text-secondary);margin-bottom:10px;font-size:12px}.BrandKitDock-module__itrTHq__section p,.BrandKitDock-module__itrTHq__section li{color:var(--text-primary);font-size:12px;line-height:1.65}.BrandKitDock-module__itrTHq__section ul{margin:0;padding-left:18px}.BrandKitDock-module__itrTHq__colors{gap:8px;display:grid}.BrandKitDock-module__itrTHq__colorRow{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:26px;display:grid}.BrandKitDock-module__itrTHq__swatch{border:1px solid color-mix(in srgb, var(--text-primary) 12%, transparent);border-radius:4px;width:22px;height:22px}.BrandKitDock-module__itrTHq__colorName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.BrandKitDock-module__itrTHq__colorRow code{color:var(--text-secondary);font-size:10px}@media (max-width:960px){.BrandKitDock-module__itrTHq__root{top:68px;right:12px}.BrandKitDock-module__itrTHq__panel{max-height:calc(100vh - 130px)}}
.LandingAgentCards-module__GqF4EW__cardsWrap{width:100%;max-width:var(--workspace-chat-bubble-max-width);margin:2px auto 0}.LandingAgentCards-module__GqF4EW__cardsWrapFeature{max-width:100%;margin-top:0}.LandingAgentCards-module__GqF4EW__cardsGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;display:grid}.LandingAgentCards-module__GqF4EW__cardsGridFeature{gap:clamp(18px,1.5vw,24px)}.LandingAgentCards-module__GqF4EW__card{min-width:0;min-height:140px;box-shadow:none;box-sizing:border-box;text-align:center;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 18px;display:flex;position:relative}.LandingAgentCards-module__GqF4EW__cardFeature{border:1px solid color-mix(in srgb, var(--color-border) 82%, white);min-height:144px;box-shadow:none;background:0 0;border-radius:24px;justify-content:center;padding:18px 16px 16px}.LandingAgentCards-module__GqF4EW__cardDefaultWithDivider:after{content:"";background:linear-gradient(180deg, transparent, var(--color-border-accent), transparent);width:1px;height:50%;position:absolute;top:19%;right:0}.LandingAgentCards-module__GqF4EW__title{font-family:var(--font-human);font-size:var(--web-card-meta-size);font-weight:var(--font-weight-normal);color:var(--text-secondary);text-align:center;text-wrap:balance;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:0 0 10px;line-height:1.2;display:flex}.LandingAgentCards-module__GqF4EW__titleFeature{color:var(--text-primary);font-size:var(--font-size-md);font-weight:var(--font-weight-normal);flex-direction:row;gap:8px;margin-bottom:10px;line-height:1.35}.LandingAgentCards-module__GqF4EW__titleIcon{opacity:1;width:24px;height:24px;color:var(--text-muted);flex:none;display:block}.LandingAgentCards-module__GqF4EW__titleIconFeature{opacity:1;background:0 0;border-radius:0;width:24px;height:24px;padding:0}.LandingAgentCards-module__GqF4EW__desc{font-family:var(--font-human);font-size:var(--font-size-caption);font-weight:var(--font-weight-normal);color:var(--text-muted);text-align:center;flex-direction:column;gap:3px;margin:0;line-height:1.3;display:flex}.LandingAgentCards-module__GqF4EW__descFeature{font-size:var(--web-card-meta-size);font-weight:var(--font-weight-normal);line-height:var(--web-card-meta-line-height);color:var(--text-secondary);gap:4px}.LandingAgentCards-module__GqF4EW__descLine{text-wrap:balance;white-space:nowrap;display:block}@media (max-width:1280px){.LandingAgentCards-module__GqF4EW__card{min-height:134px;padding:0 14px}.LandingAgentCards-module__GqF4EW__cardsGridFeature{gap:16px}.LandingAgentCards-module__GqF4EW__cardFeature{padding:18px 14px 16px}}@media (max-width:1120px){.LandingAgentCards-module__GqF4EW__cardsGrid,.LandingAgentCards-module__GqF4EW__cardsGridFeature{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.LandingAgentCards-module__GqF4EW__cardsWrap{margin-top:0}.LandingAgentCards-module__GqF4EW__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.LandingAgentCards-module__GqF4EW__cardsGridFeature{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.LandingAgentCards-module__GqF4EW__card{min-height:118px;padding:0 12px}.LandingAgentCards-module__GqF4EW__cardFeature{border-radius:20px;min-height:132px;padding:16px 12px 14px}.LandingAgentCards-module__GqF4EW__title{font-size:var(--web-card-meta-size);font-weight:var(--font-weight-normal);gap:8px;margin-bottom:8px}.LandingAgentCards-module__GqF4EW__titleFeature{font-size:var(--web-card-meta-size);font-weight:var(--font-weight-normal);gap:7px}.LandingAgentCards-module__GqF4EW__titleIconFeature{width:24px;height:24px}.LandingAgentCards-module__GqF4EW__desc{font-size:var(--font-size-caption);font-weight:var(--font-weight-normal);gap:2px;line-height:1.3}.LandingAgentCards-module__GqF4EW__descLine{white-space:normal;overflow-wrap:anywhere}.LandingAgentCards-module__GqF4EW__descFeature{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);gap:3px}.LandingAgentCards-module__GqF4EW__cardDefaultWithDivider:after{display:none}}
.ThemeSelect-module__P092Ma__wrap{display:inline-flex;position:relative}.ThemeSelect-module__P092Ma__trigger{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:0;place-items:center;display:grid}.ThemeSelect-module__P092Ma__trigger:hover{color:var(--text-primary);background:var(--color-interactive-subtle)}.ThemeSelect-module__P092Ma__menu{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:148px;box-shadow:var(--shadow-card);z-index:50;gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0}.ThemeSelect-module__P092Ma__item{border-radius:var(--radius-sm);width:100%;height:34px;color:var(--text-secondary);font-size:var(--font-size-caption);text-align:left;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;align-items:center;gap:8px;padding:0 10px;display:flex}.ThemeSelect-module__P092Ma__item:hover{background:var(--color-interactive-subtle);color:var(--text-primary)}.ThemeSelect-module__P092Ma__itemActive{background:var(--color-accent-soft);color:var(--color-accent-text)}.ThemeSelect-module__P092Ma__itemActive:hover{background:var(--color-accent-soft-hover);color:var(--color-accent-text)}.ThemeSelect-module__P092Ma__itemIcon{place-items:center;display:grid}.ThemeSelect-module__P092Ma__check{margin-left:auto}
.layout-module__Wa5ImG__shell{background:var(--color-surface-2);flex-direction:column;min-height:100vh;display:flex}.layout-module__Wa5ImG__topBar{justify-content:space-between;align-items:center;gap:var(--space-4);padding:0 var(--space-5);background:var(--color-surface-2);z-index:20;height:56px;display:flex;position:sticky;top:0}.layout-module__Wa5ImG__brand{align-items:center;gap:var(--space-2);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--text-primary);text-decoration:none;display:flex}.layout-module__Wa5ImG__brandTag{border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent-text);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);padding:2px 8px}.layout-module__Wa5ImG__topRight{align-items:center;gap:var(--space-3);display:flex}.layout-module__Wa5ImG__topLink{font-size:var(--font-size-caption);color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none}.layout-module__Wa5ImG__topLink:hover{color:var(--text-primary)}.layout-module__Wa5ImG__adminEmail{font-size:var(--font-size-caption);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.layout-module__Wa5ImG__logoutBtn{height:var(--control-h-sm);padding:0 var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--font-size-caption);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0}.layout-module__Wa5ImG__logoutBtn:hover{background:var(--color-interactive-subtle);color:var(--text-primary)}.layout-module__Wa5ImG__body{flex:1;min-height:0;display:flex}.layout-module__Wa5ImG__sidebar{width:220px;padding:var(--space-4) var(--space-3);background:var(--color-surface-2);gap:var(--space-5);flex-direction:column;flex-shrink:0;display:flex}.layout-module__Wa5ImG__navGroup{flex-direction:column;gap:2px;display:flex}.layout-module__Wa5ImG__navGroupLabel{padding:0 var(--space-3);margin-bottom:var(--space-2);font-size:var(--web-label-size);font-weight:var(--web-label-weight);letter-spacing:var(--web-label-letter-spacing);text-transform:uppercase;color:var(--text-muted)}.layout-module__Wa5ImG__navItem{height:36px;padding:0 var(--space-3);border-radius:var(--radius-sm);font-size:var(--font-size-body);color:var(--text-secondary);transition:background var(--transition-fast), color var(--transition-fast);align-items:center;text-decoration:none;display:flex}.layout-module__Wa5ImG__navItem:hover{background:var(--color-interactive-subtle);color:var(--text-primary)}.layout-module__Wa5ImG__navItemActive{background:var(--color-accent-soft);color:var(--color-accent-text);font-weight:var(--font-weight-medium)}.layout-module__Wa5ImG__navItemActive:hover{background:var(--color-accent-soft-hover);color:var(--color-accent-text)}.layout-module__Wa5ImG__content{min-width:0;padding:var(--space-6) var(--space-6) var(--space-8);background:var(--color-bg);border-top-left-radius:var(--radius-lg);flex:1;overflow-x:hidden}.layout-module__Wa5ImG__skeletonShell{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.layout-module__Wa5ImG__skeletonTopBar{background:var(--color-surface-2);height:56px}.layout-module__Wa5ImG__skeletonBody{flex:1;display:flex}.layout-module__Wa5ImG__skeletonSidebar{background:var(--color-surface-2);width:220px}.layout-module__Wa5ImG__skeletonContent{padding:var(--space-6);gap:var(--space-4);flex:1;align-content:start;display:grid}.layout-module__Wa5ImG__skeletonBlock{border-radius:var(--radius-md);background:var(--color-surface-2);animation:1.4s ease-in-out infinite layout-module__Wa5ImG__adminSkeletonPulse}@keyframes layout-module__Wa5ImG__adminSkeletonPulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width:900px){.layout-module__Wa5ImG__body{flex-direction:column}.layout-module__Wa5ImG__content{border-top-left-radius:0}.layout-module__Wa5ImG__sidebar{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);-webkit-overflow-scrolling:touch;border-right:none;flex-direction:row;overflow-x:auto}.layout-module__Wa5ImG__navGroup{flex-direction:row;flex-shrink:0;align-items:center;gap:2px}.layout-module__Wa5ImG__navGroupLabel{display:none}.layout-module__Wa5ImG__navItem{white-space:nowrap;height:32px}.layout-module__Wa5ImG__content{padding:var(--space-4) var(--space-3) var(--space-6)}.layout-module__Wa5ImG__adminEmail{display:none}.layout-module__Wa5ImG__topBar{padding:0 var(--space-3)}}
