.VisionProxyModal-module__s69xHG__Overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.VisionProxyModal-module__s69xHG__Modal{background:var(--dropdown-bg);border:1px solid var(--dropdown-border);border-radius:20px;width:92%;max-width:540px;animation:.22s cubic-bezier(.34,1.56,.64,1) VisionProxyModal-module__s69xHG__modalIn;overflow:hidden;box-shadow:0 32px 80px #00000073}@keyframes VisionProxyModal-module__s69xHG__modalIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.VisionProxyModal-module__s69xHG__ImageBanner{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.VisionProxyModal-module__s69xHG__ImageBanner img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.VisionProxyModal-module__s69xHG__Content{padding:16px 26px 18px}.VisionProxyModal-module__s69xHG__TitleRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.VisionProxyModal-module__s69xHG__Title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600;line-height:1.3}.VisionProxyModal-module__s69xHG__BetaBadge{background:color-mix(in srgb, var(--action-color) 18%, transparent);color:var(--action-color);letter-spacing:.06em;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:10px;font-weight:700;line-height:1.4}.VisionProxyModal-module__s69xHG__Description{color:var(--text-secondary);margin:0 0 6px;font-size:14px;line-height:1.6}.VisionProxyModal-module__s69xHG__Note{color:var(--text-muted);margin:0 0 16px;font-size:12px}.VisionProxyModal-module__s69xHG__Actions{justify-content:flex-end;gap:8px;display:flex}.VisionProxyModal-module__s69xHG__CancelBtn{border:1px solid var(--dropdown-border);background:var(--hover-bg);color:var(--text-secondary);cursor:pointer;border-radius:10px;padding:9px 20px;font-size:13.5px;transition:background .15s,color .15s}.VisionProxyModal-module__s69xHG__CancelBtn:hover{background:var(--selected-bg);color:var(--text-primary)}.VisionProxyModal-module__s69xHG__EnableBtn{background:var(--action-color);color:var(--text-primary-inverse);cursor:pointer;border:none;border-radius:10px;padding:9px 20px;font-size:13.5px;font-weight:600;transition:opacity .15s}.VisionProxyModal-module__s69xHG__EnableBtn:hover{opacity:.85}
.SearchSelector-module___ZFkYG__Container{position:relative}.SearchSelector-module___ZFkYG__SearchChip{cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:0;height:32px;padding:0 8px 0 2px;font-family:inherit;font-size:13px;transition:background-color .15s,border-color .15s,color .15s;display:flex}.SearchSelector-module___ZFkYG__SearchChip:focus-visible,.SearchSelector-module___ZFkYG__IconArea:focus-visible,.SearchSelector-module___ZFkYG__TextArea:focus-visible{outline:2px solid var(--selector-color,var(--search-color,#60a5fa));outline-offset:1px}.SearchSelector-module___ZFkYG__SearchChipInactive,.SearchSelector-module___ZFkYG__SearchChipActive{color:var(--text-secondary)}.SearchSelector-module___ZFkYG__SearchChipActive .SearchSelector-module___ZFkYG__IconArea{color:var(--selector-color,var(--search-color,#60a5fa))}.SearchSelector-module___ZFkYG__SearchChipHovered{background-color:color-mix(in srgb, var(--selector-color,var(--search-color,#60a5fa)) 10%, transparent);border-color:color-mix(in srgb, var(--selector-color,var(--search-color,#60a5fa)) 30%, transparent);color:var(--selector-color,var(--search-color,#60a5fa))}.SearchSelector-module___ZFkYG__IconArea{cursor:pointer;width:28px;height:28px;color:inherit;font:inherit;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .1s;display:flex}.SearchSelector-module___ZFkYG__QuillPenIconChip{background-color:currentColor;flex-shrink:0;width:18px;height:18px;-webkit-mask-image:url(/quillpen.svg);mask-image:url(/quillpen.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.SearchSelector-module___ZFkYG__IconArea:hover{background-color:var(--hover-bg,#ffffff1a)}.SearchSelector-module___ZFkYG__IconAreaDismiss:hover{background-color:color-mix(in srgb, var(--selector-color,var(--search-color,#60a5fa)) 20%, transparent);color:var(--selector-color,var(--search-color,#60a5fa))}.SearchSelector-module___ZFkYG__TextArea{cursor:pointer;-webkit-user-select:none;user-select:none;color:inherit;font-family:inherit;font-weight:500;font-size:inherit;background:0 0;border:none;border-radius:8px;padding:4px}.SearchSelector-module___ZFkYG__StyleMenu{background-color:var(--dropdown-bg,#2f2f2f);border:1px solid var(--dropdown-border,#404040);z-index:100;will-change:opacity, transform;border-radius:12px;min-width:240px;padding:6px;animation:.15s SearchSelector-module___ZFkYG__styleMenuFadeIn;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}.SearchSelector-module___ZFkYG__StyleSearchComposer{align-items:center;padding:4px 6px 6px;display:flex}.SearchSelector-module___ZFkYG__StyleSearchInput{min-width:0;height:28px;color:var(--text-primary);font-family:var(--font-body,inherit);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:13px;font-weight:400}.SearchSelector-module___ZFkYG__StyleSearchInput::placeholder{color:var(--text-muted,#71717a)}.SearchSelector-module___ZFkYG__StyleSearchDivider{background:var(--dropdown-border,#252525);height:1px;margin:4px 6px}.SearchSelector-module___ZFkYG__StyleMenuList{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text-muted) 40%, transparent) transparent;max-height:210px;overflow-y:auto}.SearchSelector-module___ZFkYG__StyleMenuList::-webkit-scrollbar{width:5px}.SearchSelector-module___ZFkYG__StyleMenuList::-webkit-scrollbar-track{background:0 0}.SearchSelector-module___ZFkYG__StyleMenuList::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text-muted) 40%, transparent);border-radius:999px}.SearchSelector-module___ZFkYG__StyleMenuList::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text-muted) 65%, transparent)}.SearchSelector-module___ZFkYG__StyleMenuEmpty{color:var(--text-muted,#71717a);text-align:center;padding:10px 12px;font-size:13px}@keyframes SearchSelector-module___ZFkYG__styleMenuFadeIn{0%{opacity:0;transform:translate(-50%,4px)translateZ(0)}to{opacity:1;transform:translate(-50%)translateZ(0)}}@keyframes SearchSelector-module___ZFkYG__styleMenuFadeOut{0%{opacity:1;transform:translate(-50%)translateZ(0)}to{opacity:0;transform:translate(-50%,4px)translateZ(0)}}.SearchSelector-module___ZFkYG__StyleMenuClosing{animation:.12s forwards SearchSelector-module___ZFkYG__styleMenuFadeOut}.SearchSelector-module___ZFkYG__StyleMenuItem{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:background-color .1s;display:flex}.SearchSelector-module___ZFkYG__StyleMenuItem:hover{background-color:var(--dropdown-hover,#404040)}.SearchSelector-module___ZFkYG__StyleMenuItemActive{color:var(--selector-color,var(--search-color,#60a5fa))}.SearchSelector-module___ZFkYG__StyleMenuLabel{flex:1}.SearchSelector-module___ZFkYG__SearchingIndicator{color:var(--search-color,#60a5fa);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;padding:8px 0;font-size:14px;display:flex}.SearchSelector-module___ZFkYG__SearchingIndicator .SearchSelector-module___ZFkYG__SearchingText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite SearchSelector-module___ZFkYG__shimmer}@keyframes SearchSelector-module___ZFkYG__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.SearchSelector-module___ZFkYG__SearchingText{font-weight:500}
.DataChartWidget-module__CRYZEa__Widget{contain:layout style;flex-direction:column;gap:12px;margin:4px 0;display:flex}.DataChartWidget-module__CRYZEa__Header{flex-direction:column;gap:2px;display:flex}.DataChartWidget-module__CRYZEa__Title{color:var(--text-primary);font-size:1rem;font-weight:600}.DataChartWidget-module__CRYZEa__Subtitle{color:var(--text-secondary);font-size:.78rem}.DataChartWidget-module__CRYZEa__StatsRow{flex-wrap:wrap;justify-content:center;gap:8px 24px;padding:6px 0;display:flex}.DataChartWidget-module__CRYZEa__Stat{flex-direction:column;align-items:center;gap:1px;display:flex}.DataChartWidget-module__CRYZEa__StatLabel{color:var(--text-secondary);letter-spacing:.02em;font-size:.72rem}.DataChartWidget-module__CRYZEa__StatValue{color:var(--action-color,#6ab8ff);font-size:1.4rem;font-weight:600;line-height:1.2}.DataChartWidget-module__CRYZEa__StatDelta{font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-size:.7rem;font-weight:600;line-height:1.2;display:inline-flex}.DataChartWidget-module__CRYZEa__DeltaUp{color:var(--chart-green,#22c55e)}.DataChartWidget-module__CRYZEa__DeltaDown{color:var(--chart-red,var(--error-color,#ef4444))}.DataChartWidget-module__CRYZEa__DeltaFlat{color:var(--text-muted,#71717a)}.DataChartWidget-module__CRYZEa__StatSub{color:var(--text-secondary);opacity:.7;font-size:.65rem}.DataChartWidget-module__CRYZEa__VisuallyHidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.DataChartWidget-module__CRYZEa__Section{flex-direction:column;gap:4px;display:flex;overflow:visible}.DataChartWidget-module__CRYZEa__SectionHeader{justify-content:space-between;align-items:center;gap:8px;min-height:24px;display:flex}.DataChartWidget-module__CRYZEa__SectionTitle{color:var(--text-secondary);min-width:0;font-size:.78rem;font-weight:500}.DataChartWidget-module__CRYZEa__Controls{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.DataChartWidget-module__CRYZEa__ControlNote{color:var(--text-secondary);margin-right:4px;font-size:.7rem}.DataChartWidget-module__CRYZEa__Control{border:1px solid color-mix(in srgb, var(--text-secondary) 26%, transparent);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.DataChartWidget-module__CRYZEa__Control:hover:not(:disabled){background:var(--hover-bg,#ffffff0f);color:var(--text-primary)}.DataChartWidget-module__CRYZEa__Control[aria-pressed=true]{color:var(--text-primary);border-color:color-mix(in srgb, var(--action-color,#6ab8ff) 60%, transparent);background:color-mix(in srgb, var(--action-color,#6ab8ff) 10%, transparent)}.DataChartWidget-module__CRYZEa__ControlDone{color:var(--action-color,#6ab8ff)}.DataChartWidget-module__CRYZEa__Control:disabled{opacity:.5;cursor:progress}.DataChartWidget-module__CRYZEa__Control:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:2px}.DataChartWidget-module__CRYZEa__Plot{align-items:stretch;gap:2px;display:flex;overflow:visible}.DataChartWidget-module__CRYZEa__PlotBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DataChartWidget-module__CRYZEa__AxisLabelY{writing-mode:vertical-rl;color:var(--text-secondary);letter-spacing:.02em;white-space:nowrap;align-self:center;padding-left:2px;font-size:.7rem;transform:rotate(180deg)}.DataChartWidget-module__CRYZEa__AxisLabelX{text-align:center;color:var(--text-secondary);letter-spacing:.02em;font-size:.7rem}.DataChartWidget-module__CRYZEa__Legend{flex-wrap:wrap;justify-content:center;gap:2px 4px;padding-top:2px;display:flex}.DataChartWidget-module__CRYZEa__LegendItem{font:inherit;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:2px 7px;font-size:11px;transition:background-color .15s,color .15s,opacity .15s;display:inline-flex}.DataChartWidget-module__CRYZEa__LegendItem:hover{background:var(--hover-bg,#ffffff0f);color:var(--text-primary)}.DataChartWidget-module__CRYZEa__LegendItem[aria-pressed=false]{opacity:.5}.DataChartWidget-module__CRYZEa__LegendItem[aria-pressed=false] .DataChartWidget-module__CRYZEa__LegendText{text-decoration:line-through}.DataChartWidget-module__CRYZEa__LegendItem:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:1px}.DataChartWidget-module__CRYZEa__Swatch{border-radius:2px;flex-shrink:0;width:10px;height:10px}.DataChartWidget-module__CRYZEa__SwatchLine{border-radius:1px;flex-shrink:0;width:14px;height:2px}.DataChartWidget-module__CRYZEa__TableWrap{border:1px solid var(--border-gray,color-mix(in srgb, var(--text-secondary) 22%, transparent));border-radius:8px;max-height:240px;margin-top:4px;overflow:auto}.DataChartWidget-module__CRYZEa__Table{border-collapse:collapse;width:100%;font-size:.75rem}.DataChartWidget-module__CRYZEa__Table th,.DataChartWidget-module__CRYZEa__Table td{text-align:left;border-bottom:1px solid color-mix(in srgb, var(--text-secondary) 12%, transparent);white-space:nowrap;padding:5px 10px}.DataChartWidget-module__CRYZEa__Table thead th{background:var(--chat-bg,#0f0f0f);color:var(--text-secondary);z-index:1;font-weight:600;position:sticky;top:0}.DataChartWidget-module__CRYZEa__Table tbody th{color:var(--text-primary);text-overflow:ellipsis;max-width:240px;font-weight:500;overflow:hidden}.DataChartWidget-module__CRYZEa__Table td{color:var(--text-primary)}.DataChartWidget-module__CRYZEa__Table tbody tr:last-child th,.DataChartWidget-module__CRYZEa__Table tbody tr:last-child td{border-bottom:none}.DataChartWidget-module__CRYZEa__Num{font-variant-numeric:tabular-nums;text-align:right!important}.DataChartWidget-module__CRYZEa__Tip{background:var(--dropdown-bg,#1a1a2e);border:1px solid var(--dropdown-border,#ffffff14);box-shadow:var(--shadow-md,0 4px 12px #0000004d);color:var(--text-primary,#ececec);border-radius:8px;flex-direction:column;gap:3px;max-width:280px;padding:8px 12px;font-size:.78rem;display:flex}.DataChartWidget-module__CRYZEa__TipLabel{color:var(--text-secondary,#a1a1aa);overflow-wrap:anywhere;margin-bottom:1px;font-weight:500}.DataChartWidget-module__CRYZEa__TipLabelInline{overflow-wrap:anywhere;font-weight:500}.DataChartWidget-module__CRYZEa__TipRow{align-items:center;gap:6px;min-width:0;display:flex}.DataChartWidget-module__CRYZEa__TipKey{border-radius:2px;flex-shrink:0;width:8px;height:8px}.DataChartWidget-module__CRYZEa__TipKeyLine{border-radius:1px;flex-shrink:0;width:12px;height:2px}.DataChartWidget-module__CRYZEa__TipName{color:var(--text-secondary,#a1a1aa);text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.DataChartWidget-module__CRYZEa__TipValue{font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:auto;padding-left:12px;font-weight:600}.DataChartWidget-module__CRYZEa__TipShare{color:var(--text-secondary,#a1a1aa);margin-left:6px;font-weight:400}.DataChartWidget-module__CRYZEa__LimitNotice{color:var(--text-secondary);opacity:.72;font-size:.72rem;line-height:1.4}:is(.DataChartWidget-module__CRYZEa__Plot .recharts-wrapper,.DataChartWidget-module__CRYZEa__Plot .recharts-surface){outline:none;overflow:visible}.DataChartWidget-module__CRYZEa__Plot .recharts-cartesian-grid line{stroke:color-mix(in srgb, var(--text-secondary) 14%, transparent)}.DataChartWidget-module__CRYZEa__Plot .recharts-text{fill:var(--text-secondary)}.DataChartWidget-module__CRYZEa__Plot .recharts-pie-label-text{fill:var(--text-secondary);font-size:11px}:is(.DataChartWidget-module__CRYZEa__Plot .recharts-polar-grid-concentric-polygon,.DataChartWidget-module__CRYZEa__Plot .recharts-polar-grid-concentric-circle){stroke:color-mix(in srgb, var(--text-secondary) 14%, transparent)}.DataChartWidget-module__CRYZEa__Brush .recharts-brush-slide{fill:var(--action-color,#6ab8ff);fill-opacity:.18}.DataChartWidget-module__CRYZEa__Brush .recharts-brush-traveller rect{fill:var(--dropdown-bg,#1a1a2e);stroke:var(--text-secondary)}.DataChartWidget-module__CRYZEa__Brush .recharts-brush-texts{fill:var(--text-secondary);font-size:10px}.DataChartWidget-module__CRYZEa__Plot *{-webkit-tap-highlight-color:transparent;outline:none!important}@media (prefers-reduced-motion:reduce){.DataChartWidget-module__CRYZEa__Control,.DataChartWidget-module__CRYZEa__LegendItem{transition:none}}
.FastModeSelector-module__y7wX2q__FastToggle{height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:6px;padding:0;transition:color .15s;display:inline-flex}.FastModeSelector-module__y7wX2q__FastToggle:hover{color:var(--text-secondary)}.FastModeSelector-module__y7wX2q__FastToggleOn,.FastModeSelector-module__y7wX2q__FastToggleOn:hover{color:var(--action-color)}.FastModeSelector-module__y7wX2q__Glyph{display:block}.FastModeSelector-module__y7wX2q__Track{background-color:color-mix(in srgb, var(--text-muted) 20%, transparent);border-radius:20px;width:44px;height:20px;transition:background-color .2s;display:block;position:relative;overflow:hidden}.FastModeSelector-module__y7wX2q__FastToggle:hover .FastModeSelector-module__y7wX2q__Track{background-color:color-mix(in srgb, var(--text-muted) 30%, transparent)}.FastModeSelector-module__y7wX2q__FastToggleOn .FastModeSelector-module__y7wX2q__Track{background-color:color-mix(in srgb, var(--action-color) 20%, transparent)}.FastModeSelector-module__y7wX2q__FastToggleOn:hover .FastModeSelector-module__y7wX2q__Track{background-color:color-mix(in srgb, var(--action-color) 28%, transparent)}.FastModeSelector-module__y7wX2q__Knob{z-index:1;background-color:var(--text-muted);border-radius:50%;width:12px;height:12px;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s;position:absolute;top:4px;left:4px}.FastModeSelector-module__y7wX2q__FastToggleOn .FastModeSelector-module__y7wX2q__Knob{background-color:var(--action-color);transform:translate(24px)}.FastModeSelector-module__y7wX2q__FastToggle:focus-visible{outline:none}.FastModeSelector-module__y7wX2q__FastToggle:focus-visible .FastModeSelector-module__y7wX2q__Track{outline:2px solid color-mix(in srgb, var(--text-secondary) 70%, transparent);outline-offset:2px}
.GraphWidget-module__dyR3iW__Widget{border:1px solid var(--dropdown-border);background:var(--input-bg,var(--chat-bg));min-width:480px;min-height:240px;box-shadow:none;contain:layout style;border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:4px 0;display:grid;overflow:hidden}.GraphWidget-module__dyR3iW__WidgetFullWidth{grid-template-columns:1fr}.GraphWidget-module__dyR3iW__Editor{background:var(--dropdown-bg,var(--chat-bg));border-right:1px solid color-mix(in srgb, var(--text-primary) 12%, transparent);flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:16px 18px;display:flex;position:relative}.GraphWidget-module__dyR3iW__Header{justify-content:flex-end;align-items:center;display:flex;position:absolute;top:10px;right:10px}.GraphWidget-module__dyR3iW__CopyButton{margin-left:auto}.GraphWidget-module__dyR3iW__EquationRow{justify-content:center;align-self:center;align-items:baseline;gap:8px;display:inline-flex}.GraphWidget-module__dyR3iW__EquationPrefix{color:var(--text-primary);flex-shrink:0;font-family:Times New Roman,Georgia,serif;font-size:1.15rem;font-style:italic}.GraphWidget-module__dyR3iW__EquationInput{color:var(--text-primary);text-align:left;background:0 0;border:none;outline:none;flex:0 auto;padding:0;font-family:Times New Roman,Georgia,serif;font-size:1.2rem;font-style:italic}.GraphWidget-module__dyR3iW__Editor:hover .GraphWidget-module__dyR3iW__EquationInput,.GraphWidget-module__dyR3iW__EquationInput:focus{color:var(--action-color)}.GraphWidget-module__dyR3iW__EquationInput::placeholder{color:color-mix(in srgb, var(--action-color) 50%, transparent)}.GraphWidget-module__dyR3iW__Error{color:color-mix(in srgb, var(--action-color) 55%, var(--text-primary) 45%);font-size:.75rem}.GraphWidget-module__dyR3iW__LimitNotice{color:var(--text-secondary);opacity:.72;font-size:.72rem;line-height:1.35}.GraphWidget-module__dyR3iW__GraphPane{background:var(--dropdown-bg,var(--chat-bg));-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;padding:10px 12px 16px;position:relative}.GraphWidget-module__dyR3iW__GraphPaneSnapped{cursor:none}.GraphWidget-module__dyR3iW__HoverTooltip{z-index:100;pointer-events:none;background:color-mix(in srgb, var(--dropdown-bg) 92%, var(--text-primary) 8%);color:var(--text-primary);white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:.75rem;position:absolute;transform:translate(-50%,-100%)}.GraphWidget-module__dyR3iW__TooltipLabel{letter-spacing:.02em;text-transform:lowercase;color:color-mix(in srgb, var(--text-secondary) 90%, var(--text-primary) 10%);font-size:.7rem}.GraphWidget-module__dyR3iW__GraphPane .recharts-cartesian-grid line{stroke:color-mix(in srgb, var(--text-secondary) 28%, transparent)}.GraphWidget-module__dyR3iW__GraphPane .recharts-text{fill:var(--text-secondary)}.GraphWidget-module__dyR3iW__GraphPane .recharts-tooltip-cursor{stroke:color-mix(in srgb, var(--text-secondary) 30%, transparent)}@media (max-width:520px){.GraphWidget-module__dyR3iW__Widget{min-width:unset;grid-template-columns:1fr}.GraphWidget-module__dyR3iW__Editor{border-right:none;border-bottom:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent)}.GraphWidget-module__dyR3iW__GraphPane{min-height:220px}}.GraphWidget-module__dyR3iW__FormulaDisplay{color:var(--text-primary);text-align:center;letter-spacing:.02em;align-self:center;padding:4px 0 2px;font-family:Times New Roman,Georgia,serif;font-size:1.25rem;font-style:italic}.GraphWidget-module__dyR3iW__SliderRow{grid-template-columns:28px 40px 1fr;align-items:center;gap:8px;width:100%;display:grid}.GraphWidget-module__dyR3iW__SliderLabel{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:3px;font-family:Times New Roman,Georgia,serif;font-size:.82rem;font-style:italic;display:flex}.GraphWidget-module__dyR3iW__SliderUnit{color:color-mix(in srgb, var(--text-secondary) 70%, transparent);font-size:.72rem;font-style:normal}.GraphWidget-module__dyR3iW__SliderValue{color:var(--text-primary);text-align:right;font-variant-numeric:tabular-nums;min-width:36px;font-size:.78rem}.GraphWidget-module__dyR3iW__Slider{appearance:none;background:color-mix(in srgb, var(--text-primary) 18%, transparent);cursor:pointer;border-radius:999px;outline:none;width:100%;height:3px;transition:background .15s}.GraphWidget-module__dyR3iW__Slider::-webkit-slider-thumb{appearance:none;background:var(--action-color,#6ab8ff);cursor:pointer;border:2px solid var(--dropdown-bg,var(--chat-bg));width:14px;height:14px;box-shadow:0 0 0 1px var(--action-color,#6ab8ff);border-radius:50%;transition:transform .1s}.GraphWidget-module__dyR3iW__Slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.GraphWidget-module__dyR3iW__Slider::-moz-range-thumb{background:var(--action-color,#6ab8ff);cursor:pointer;border:2px solid var(--dropdown-bg,var(--chat-bg));border-radius:50%;width:14px;height:14px}.GraphWidget-module__dyR3iW__SliderResultLine{color:var(--text-secondary);border-top:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);width:100%;margin-top:2px;padding-top:8px;font-family:Times New Roman,Georgia,serif;font-size:.78rem;font-style:italic}.GraphWidget-module__dyR3iW__MultiEquationList{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.GraphWidget-module__dyR3iW__MultiEquationRow{align-items:center;gap:8px;display:flex}.GraphWidget-module__dyR3iW__MultiEquationDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.GraphWidget-module__dyR3iW__GeometryCanvas{object-fit:contain;width:100%;height:100%;max-height:240px;display:block}.GraphWidget-module__dyR3iW__SrOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.GraphWidget-module__dyR3iW__Toolbar{border-top:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);flex-wrap:wrap;align-items:center;gap:5px;width:100%;margin-top:2px;padding-top:8px;display:flex}.GraphWidget-module__dyR3iW__TextButton{appearance:none;border:1px solid color-mix(in srgb, var(--text-primary) 18%, transparent);color:var(--text-secondary);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:4px 8px;font-size:.72rem;line-height:1.2}.GraphWidget-module__dyR3iW__TextButton:hover{color:var(--text-primary);border-color:color-mix(in srgb, var(--text-primary) 32%, transparent)}.GraphWidget-module__dyR3iW__TextButton:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:2px}.GraphWidget-module__dyR3iW__TextButtonActive,.GraphWidget-module__dyR3iW__TextButtonActive:hover{color:var(--action-color,#6ab8ff);border-color:color-mix(in srgb, var(--action-color) 55%, transparent)}.GraphWidget-module__dyR3iW__ToggleSwatch{vertical-align:1px;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.GraphWidget-module__dyR3iW__AnalysisRow{width:100%;color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:6px;font-size:.76rem;display:flex}.GraphWidget-module__dyR3iW__AnalysisLabel{color:var(--text-secondary);font-family:Times New Roman,Georgia,serif;font-style:italic}.GraphWidget-module__dyR3iW__AnalysisValue{color:var(--text-primary);font-variant-numeric:tabular-nums}.GraphWidget-module__dyR3iW__KeyPointList{width:100%;color:var(--text-secondary);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:4px 12px;font-size:.72rem;display:flex}.GraphWidget-module__dyR3iW__WindowBar{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 14px;padding-top:8px;font-size:.72rem;display:flex}.GraphWidget-module__dyR3iW__WindowGroup{align-items:center;gap:5px;display:inline-flex}.GraphWidget-module__dyR3iW__WindowAxis{color:var(--text-secondary);font-family:Times New Roman,Georgia,serif;font-style:italic}.GraphWidget-module__dyR3iW__WindowTo{opacity:.6}.GraphWidget-module__dyR3iW__BoundInput{-webkit-user-select:text;user-select:text;border:none;border-bottom:1px solid color-mix(in srgb, var(--text-primary) 16%, transparent);color:var(--text-primary);font:inherit;font-variant-numeric:tabular-nums;text-align:center;background:0 0;outline:none;min-width:2.4em;padding:1px 2px;font-size:.72rem}.GraphWidget-module__dyR3iW__BoundInput:hover{border-bottom-color:color-mix(in srgb, var(--text-primary) 34%, transparent)}.GraphWidget-module__dyR3iW__BoundInput:focus{color:var(--action-color);border-bottom-color:var(--action-color,#6ab8ff)}.GraphWidget-module__dyR3iW__PlotButtons{z-index:3;gap:2px;display:flex;position:absolute;top:6px;right:8px}.GraphWidget-module__dyR3iW__IconButton{appearance:none;color:var(--text-secondary);cursor:pointer;opacity:.45;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.GraphWidget-module__dyR3iW__GraphPane:hover .GraphWidget-module__dyR3iW__IconButton,.GraphWidget-module__dyR3iW__IconButton:focus-visible{opacity:1}.GraphWidget-module__dyR3iW__IconButton:hover{opacity:1;color:var(--text-primary);border-color:color-mix(in srgb, var(--text-primary) 18%, transparent)}.GraphWidget-module__dyR3iW__IconButton:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:1px}.GraphWidget-module__dyR3iW__IconButton:disabled{opacity:.2;cursor:default}.GraphWidget-module__dyR3iW__GraphPaneDraggable{cursor:grab;touch-action:none}.GraphWidget-module__dyR3iW__GraphPanePanning,.GraphWidget-module__dyR3iW__GraphPanePanning.GraphWidget-module__dyR3iW__GraphPaneSnapped{cursor:grabbing}.GraphWidget-module__dyR3iW__GraphPane:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:-2px}.GraphWidget-module__dyR3iW__ColorChip{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:50%;flex-shrink:0;width:12px;height:12px;padding:0}.GraphWidget-module__dyR3iW__ColorChipOff{border-color:color-mix(in srgb, var(--text-primary) 35%, transparent);background:0 0!important}.GraphWidget-module__dyR3iW__ColorChip:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:2px}.GraphWidget-module__dyR3iW__RowButton{appearance:none;color:var(--text-secondary);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:5px;flex-shrink:0;padding:2px;line-height:0}.GraphWidget-module__dyR3iW__RowButton:hover{opacity:1;color:var(--text-primary)}.GraphWidget-module__dyR3iW__RowButton:focus-visible{opacity:1;outline:2px solid var(--action-color,#6ab8ff);outline-offset:1px}.GraphWidget-module__dyR3iW__RowError{color:color-mix(in srgb, var(--action-color) 55%, var(--text-primary) 45%);text-align:center;width:100%;font-size:.7rem}.GraphWidget-module__dyR3iW__HiddenEquation .GraphWidget-module__dyR3iW__EquationInput{opacity:.45}.GraphWidget-module__dyR3iW__TableRegion{border-top:1px solid color-mix(in srgb, var(--text-primary) 12%, transparent);flex-direction:column;grid-column:1/-1;gap:8px;min-width:0;padding:10px 14px 12px;display:flex}.GraphWidget-module__dyR3iW__TableHeader{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.GraphWidget-module__dyR3iW__TableTitle{color:var(--text-secondary);letter-spacing:.02em;font-size:.74rem}.GraphWidget-module__dyR3iW__TableStep{color:var(--text-secondary);align-items:center;gap:5px;font-size:.72rem;display:inline-flex}.GraphWidget-module__dyR3iW__TableScroll{border:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);--graph-scroll-track:var(--dropdown-bg,var(--chat-bg));--graph-scroll-thumb:color-mix(in srgb, var(--text-primary) 18%, var(--graph-scroll-track));--graph-scroll-thumb-hover:color-mix(in srgb, var(--text-primary) 30%, var(--graph-scroll-track));scrollbar-width:thin;scrollbar-color:var(--graph-scroll-thumb) var(--graph-scroll-track);border-radius:10px;max-height:220px;overflow:auto}.GraphWidget-module__dyR3iW__TableScroll::-webkit-scrollbar{width:6px;height:6px}.GraphWidget-module__dyR3iW__TableScroll::-webkit-scrollbar-track{background:var(--graph-scroll-track)}.GraphWidget-module__dyR3iW__TableScroll::-webkit-scrollbar-thumb{background:var(--graph-scroll-thumb);border-radius:999px}.GraphWidget-module__dyR3iW__TableScroll::-webkit-scrollbar-thumb:hover{background:var(--graph-scroll-thumb-hover)}.GraphWidget-module__dyR3iW__TableScroll:focus-visible{outline:2px solid var(--action-color,#6ab8ff);outline-offset:1px}.GraphWidget-module__dyR3iW__Widget .GraphWidget-module__dyR3iW__TableRegion .GraphWidget-module__dyR3iW__TableScroll .GraphWidget-module__dyR3iW__Table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;color:var(--text-primary);margin:0;font-size:.74rem}.GraphWidget-module__dyR3iW__Widget .GraphWidget-module__dyR3iW__TableRegion .GraphWidget-module__dyR3iW__TableScroll .GraphWidget-module__dyR3iW__Table th,.GraphWidget-module__dyR3iW__Widget .GraphWidget-module__dyR3iW__TableRegion .GraphWidget-module__dyR3iW__TableScroll .GraphWidget-module__dyR3iW__Table td{text-align:right;white-space:nowrap;color:var(--text-primary);background:0 0;border:none;padding:4px 12px}.GraphWidget-module__dyR3iW__Widget .GraphWidget-module__dyR3iW__TableRegion .GraphWidget-module__dyR3iW__TableScroll .GraphWidget-module__dyR3iW__Table th{background:var(--dropdown-bg,var(--chat-bg));color:var(--text-secondary);border-bottom:1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:500;position:sticky;top:0}.GraphWidget-module__dyR3iW__Widget .GraphWidget-module__dyR3iW__TableRegion .GraphWidget-module__dyR3iW__TableScroll .GraphWidget-module__dyR3iW__Table tbody tr:nth-child(2n){background:color-mix(in srgb, var(--text-primary) 3%, transparent)}.GraphWidget-module__dyR3iW__TableGap{color:var(--text-secondary);opacity:.55}.GraphWidget-module__dyR3iW__StatsLabel{color:var(--text-secondary);text-align:center;padding:4px 0 2px;font-family:Times New Roman,Georgia,serif;font-size:.72rem;font-style:italic}
.WallpaperDropzone-module__KK-KNa__zone{border:1.5px dashed color-mix(in srgb, var(--dropdown-border) 25%, transparent);background:color-mix(in srgb, var(--hover-bg) 15%, transparent);cursor:pointer;width:100%;font:inherit;text-align:left;color:inherit;-webkit-tap-highlight-color:transparent;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:border-color .2s cubic-bezier(.25,1,.5,1),background-color .2s cubic-bezier(.25,1,.5,1),box-shadow .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.WallpaperDropzone-module__KK-KNa__desktop{height:160px}.WallpaperDropzone-module__KK-KNa__mobile{border-radius:14px;height:132px}.WallpaperDropzone-module__KK-KNa__zone:hover{border-color:color-mix(in srgb, var(--text-muted) 40%, transparent)}.WallpaperDropzone-module__KK-KNa__zone:focus-visible{outline:2px solid var(--action-color);outline-offset:2px}.WallpaperDropzone-module__KK-KNa__hasMedia{border-style:solid;border-color:color-mix(in srgb, var(--dropdown-border) 30%, transparent)}.WallpaperDropzone-module__KK-KNa__dragging{border-style:solid;border-color:var(--action-color);background:color-mix(in srgb, var(--action-color) 6%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--action-color) 20%, transparent), 0 0 0 4px color-mix(in srgb, var(--action-color) 8%, transparent);transform:scale(1.006)}.WallpaperDropzone-module__KK-KNa__busy{cursor:progress}.WallpaperDropzone-module__KK-KNa__layer{position:absolute;inset:0}.WallpaperDropzone-module__KK-KNa__layer img,.WallpaperDropzone-module__KK-KNa__layer video{object-fit:cover;width:100%;height:100%;display:block}.WallpaperDropzone-module__KK-KNa__staged{z-index:1;filter:blur(var(--blur,0px)) saturate(var(--sat,1));transform:scale(var(--scale,1));will-change:filter, transform;transition:filter .38s cubic-bezier(.16,1,.3,1),transform .38s cubic-bezier(.16,1,.3,1),opacity .34s cubic-bezier(.25,1,.5,1)}.WallpaperDropzone-module__KK-KNa__settling{opacity:0;transition:opacity .34s cubic-bezier(.25,1,.5,1) .42s}.WallpaperDropzone-module__KK-KNa__placeholder{z-index:2;color:var(--text-secondary);pointer-events:none;flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:450;display:flex;position:relative}.WallpaperDropzone-module__KK-KNa__placeholderIcon{opacity:.65;transition:opacity .2s cubic-bezier(.25,1,.5,1),transform .26s cubic-bezier(.16,1,.3,1)}.WallpaperDropzone-module__KK-KNa__dragging .WallpaperDropzone-module__KK-KNa__placeholderIcon{opacity:1;animation:1.4s cubic-bezier(.45,0,.55,1) infinite WallpaperDropzone-module__KK-KNa__beckon}.WallpaperDropzone-module__KK-KNa__dragging .WallpaperDropzone-module__KK-KNa__placeholder{color:var(--text-primary)}@keyframes WallpaperDropzone-module__KK-KNa__beckon{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.WallpaperDropzone-module__KK-KNa__placeholderHint{font-size:11px}.WallpaperDropzone-module__KK-KNa__status{z-index:3;color:#fffffff0;letter-spacing:.01em;pointer-events:none;background:linear-gradient(0deg,#000000bd 0,#000000a8 34px,#00000042 78%,#0000);align-items:center;gap:7px;padding:22px 12px 11px;font-size:12px;font-weight:500;animation:.24s cubic-bezier(.16,1,.3,1) WallpaperDropzone-module__KK-KNa__statusIn;display:flex;position:absolute;inset:auto 0 0}.WallpaperDropzone-module__KK-KNa__statusBare{background:linear-gradient(to top, color-mix(in srgb, var(--background-primary) 88%, transparent), transparent);color:var(--text-primary)}@keyframes WallpaperDropzone-module__KK-KNa__statusIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.WallpaperDropzone-module__KK-KNa__statusLabel{font-variant-numeric:tabular-nums}.WallpaperDropzone-module__KK-KNa__spinner{flex-shrink:0;animation:.9s linear infinite WallpaperDropzone-module__KK-KNa__spin}.WallpaperDropzone-module__KK-KNa__spinner circle{stroke-dasharray:34;stroke-dashoffset:24px}@keyframes WallpaperDropzone-module__KK-KNa__spin{to{transform:rotate(360deg)}}.WallpaperDropzone-module__KK-KNa__check{flex-shrink:0}.WallpaperDropzone-module__KK-KNa__check path{stroke-dasharray:20;stroke-dashoffset:20px;animation:.42s cubic-bezier(.16,1,.3,1) 40ms forwards WallpaperDropzone-module__KK-KNa__draw}@keyframes WallpaperDropzone-module__KK-KNa__draw{to{stroke-dashoffset:0}}.WallpaperDropzone-module__KK-KNa__rail{z-index:4;background:#ffffff29;height:2px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.WallpaperDropzone-module__KK-KNa__railBare{background:color-mix(in srgb, var(--text-primary) 10%, transparent)}.WallpaperDropzone-module__KK-KNa__railFill{background:var(--action-color);transform-origin:0;width:100%;height:100%;transform:scaleX(var(--p,0));transition:transform .34s cubic-bezier(.16,1,.3,1);display:block}.WallpaperDropzone-module__KK-KNa__railSweep{background:linear-gradient(to right, transparent, var(--action-color), transparent);width:34%;animation:1.25s cubic-bezier(.45,0,.55,1) infinite WallpaperDropzone-module__KK-KNa__sweep;position:absolute;inset:0}@keyframes WallpaperDropzone-module__KK-KNa__sweep{0%{transform:translate(-100%)}to{transform:translate(394%)}}
.AgentProgress-module__OzWW-G__AgentProgressContainer{box-sizing:border-box;background:0 0;border:1px solid #ffffff14;border-radius:12px;width:100%;min-width:100%;max-width:100%;margin:8px 0;padding:16px;animation:.3s ease-out AgentProgress-module__OzWW-G__fadeIn}@keyframes AgentProgress-module__OzWW-G__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.AgentProgress-module__OzWW-G__AgentHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.AgentProgress-module__OzWW-G__AgentHeaderLeft{align-items:center;gap:12px;display:flex}.AgentProgress-module__OzWW-G__ModelName{color:var(--text-secondary,#a3a3a3);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:700}.AgentProgress-module__OzWW-G__StatusBadge{color:var(--text-secondary,#a3a3a3);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.AgentProgress-module__OzWW-G__CompletedStatusBadge{color:var(--text-secondary,#a3a3a3);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:600;display:flex}.AgentProgress-module__OzWW-G__StatusDot{background:var(--status-color,#22c55e);width:6px;height:6px;box-shadow:0 0 8px var(--status-color,#22c55e99);border-radius:50%;animation:2s ease-in-out infinite AgentProgress-module__OzWW-G__pulse}.AgentProgress-module__OzWW-G__StatusDotComplete{background:var(--status-color,#22c55e);width:6px;height:6px;box-shadow:0 0 8px var(--status-color,#22c55e99);border-radius:50%;animation:none}.AgentProgress-module__OzWW-G__StatusDotError{background:var(--error-color,#ef4444);border-radius:50%;width:6px;height:6px;animation:none;box-shadow:0 0 8px #ef444499}@keyframes AgentProgress-module__OzWW-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.AgentProgress-module__OzWW-G__Timer{color:var(--text-secondary,#a3a3a3);font-variant-numeric:tabular-nums;opacity:.8;font-family:inherit;font-size:11px}.AgentProgress-module__OzWW-G__AgentList{flex-direction:column;gap:12px;width:100%;display:flex}.AgentProgress-module__OzWW-G__AgentRow{align-items:center;gap:14px;width:100%;height:auto;min-height:24px;display:flex}.AgentProgress-module__OzWW-G__AgentLabel{color:var(--text-secondary,#d4d4d4);text-transform:uppercase;letter-spacing:.5px;min-width:65px;font-size:11px;font-weight:600}.AgentProgress-module__OzWW-G__ProgressDots{flex:1;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.AgentProgress-module__OzWW-G__DotColumn{flex-direction:column;flex-shrink:0;gap:3px;display:flex}.AgentProgress-module__OzWW-G__Dot{background:#ffffff1a;border-radius:50%;width:4px;height:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.AgentProgress-module__OzWW-G__DotActive{background:#f97316;transform:scale(1.1);box-shadow:0 0 6px #f9731666}.AgentProgress-module__OzWW-G__DotComplete{background:#10b981;box-shadow:0 0 6px #10b98166}.AgentProgress-module__OzWW-G__DotError{background:var(--error-color,#ef4444);transform:scale(1.1);box-shadow:0 0 6px #ef444466}@keyframes AgentProgress-module__OzWW-G__dotWave{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.4);box-shadow:0 0 10px #f97316cc}}.AgentProgress-module__OzWW-G__DotAnimating{background:#fb923c;animation:.8s ease-in-out infinite AgentProgress-module__OzWW-G__dotWave}.AgentProgress-module__OzWW-G__AgentRow{position:relative}.AgentProgress-module__OzWW-G__SimpleResponse{align-items:center;gap:10px;padding:12px 16px;display:flex}.AgentProgress-module__OzWW-G__SimpleResponseDot{background:#60a5fa;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #60a5fa80}.AgentProgress-module__OzWW-G__AgentInfo{flex-direction:column;gap:2px;min-width:120px;max-width:180px;display:flex}
.MessageActions-module__vxfCFq__ActionsContainer{-webkit-touch-callout:none;touch-action:manipulation;width:100%}.MessageActions-module__vxfCFq__PrimaryActions{opacity:1;align-items:center;gap:2px;margin-top:4px;display:flex}.MessageActions-module__vxfCFq__ActionButton{width:32px;height:32px;color:var(--dropdown-text,var(--text-secondary));cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .18s,color .18s;display:inline-flex}.MessageActions-module__vxfCFq__VersionNav{border-right:1px solid color-mix(in srgb, var(--text-secondary) 20%, transparent);align-items:center;gap:2px;margin-right:4px;padding-right:6px;display:flex}.MessageActions-module__vxfCFq__VersionNavButton{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s,opacity .2s;display:inline-flex}.MessageActions-module__vxfCFq__VersionNavButton:disabled{opacity:.3;cursor:default}.MessageActions-module__vxfCFq__VersionNavButton:not(:disabled):hover{background-color:var(--hover-bg,#ffffff1a);color:var(--text-primary)}.MessageActions-module__vxfCFq__VersionNavLabel{font-variant-numeric:tabular-nums;color:var(--text-secondary);text-align:center;-webkit-user-select:none;user-select:none;min-width:28px;font-size:11.5px;font-weight:600}@media (hover:hover) and (pointer:fine){.MessageActions-module__vxfCFq__ActionButton:hover{background-color:var(--hover-bg,#ffffff1a);color:var(--text-primary)}}.MessageActions-module__vxfCFq__ActionButtonActive{color:var(--action-color,#60a5fa)}@media (hover:hover) and (pointer:fine){.MessageActions-module__vxfCFq__ActionButtonActive:hover{color:var(--action-color,#60a5fa)}}.MessageActions-module__vxfCFq__SuggestionButtonLoading{cursor:not-allowed}.MessageActions-module__vxfCFq__SuggestionButtonCheckmark{animation:.4s ease-out 1.2s forwards MessageActions-module__vxfCFq__suggestionCheckmarkFadeOut;overflow:hidden}@keyframes MessageActions-module__vxfCFq__suggestionCheckmarkFadeOut{0%{opacity:1;width:32px;transform:scale(1)}to{opacity:0;width:0;padding:0;transform:scale(.8)}}.MessageActions-module__vxfCFq__MenuContainer{position:relative}.MessageActions-module__vxfCFq__Menu,.MessageActions-module__vxfCFq__RegenerateMenu{background:var(--dropdown-bg,#141414);border:1px solid color-mix(in srgb, var(--dropdown-border,#252525) 90%, transparent);box-shadow:var(--shadow-lg)}.MessageActions-module__vxfCFq__Menu{z-index:9000;transform-origin:0 0;border-radius:12px;min-width:228px;margin-top:8px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards MessageActions-module__vxfCFq__menuSlideIn;position:absolute;top:100%;left:0}.MessageActions-module__vxfCFq__MenuUp{transform-origin:0 100%;margin-top:0;margin-bottom:8px;top:auto;bottom:100%}.MessageActions-module__vxfCFq__MenuClosing{animation:.15s cubic-bezier(.4,0,1,1) forwards MessageActions-module__vxfCFq__menuSlideOut}.MessageActions-module__vxfCFq__MenuUp.MessageActions-module__vxfCFq__MenuClosing{animation:.15s cubic-bezier(.4,0,1,1) forwards MessageActions-module__vxfCFq__menuSlideOutUp}@keyframes MessageActions-module__vxfCFq__menuSlideIn{0%{opacity:0;transform:scale(.92)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes MessageActions-module__vxfCFq__menuSlideOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(-4px)}}@keyframes MessageActions-module__vxfCFq__menuSlideOutUp{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(4px)}}.MessageActions-module__vxfCFq__MenuItem,.MessageActions-module__vxfCFq__RegenerateMenuItem{width:100%;min-height:40px;font-family:var(--font-body,inherit);color:var(--dropdown-text-selected,var(--text-primary));cursor:pointer;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;transition:background-color .14s,color .14s;display:flex}@media (hover:hover) and (pointer:fine){.MessageActions-module__vxfCFq__MenuItem:hover,.MessageActions-module__vxfCFq__RegenerateMenuItem:hover{background-color:var(--dropdown-hover,#1f1f1f)}}.MessageActions-module__vxfCFq__MenuItem:disabled{opacity:.6;cursor:not-allowed}.MessageActions-module__vxfCFq__MenuItem svg,.MessageActions-module__vxfCFq__RegenerateMenuItem svg{color:var(--text-muted,#8e8e8e);flex-shrink:0}.MessageActions-module__vxfCFq__MenuItemIcon{background-color:var(--text-muted,#8e8e8e);flex-shrink:0;width:18px;height:18px;-webkit-mask:url(/details.svg) 50%/contain no-repeat;mask:url(/details.svg) 50%/contain no-repeat}.MessageActions-module__vxfCFq__MenuItemIconConcise{background-color:var(--text-muted,#8e8e8e);flex-shrink:0;width:18px;height:18px;-webkit-mask:url(/concise.svg) 50%/contain no-repeat;mask:url(/concise.svg) 50%/contain no-repeat}.MessageActions-module__vxfCFq__LoadingSpinner{border:2px solid #ffffff1a;border-top-color:#ececec;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite MessageActions-module__vxfCFq__spin}.MessageActions-module__vxfCFq__SpinnerIcon{animation:1s linear infinite MessageActions-module__vxfCFq__spin}.MessageActions-module__vxfCFq__CheckmarkIcon{color:var(--action-color,#60a5fa);animation:.3s ease-out MessageActions-module__vxfCFq__checkmarkAppear}.MessageActions-module__vxfCFq__SuggestIcon{background-color:currentColor;width:18px;height:18px;-webkit-mask:url(/suggest.svg) 50%/contain no-repeat;mask:url(/suggest.svg) 50%/contain no-repeat}@keyframes MessageActions-module__vxfCFq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes MessageActions-module__vxfCFq__checkmarkAppear{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.MessageActions-module__vxfCFq__UserActions{opacity:1;align-items:center;gap:2px;margin-top:0;padding-top:12px;display:flex}.MessageActions-module__vxfCFq__RegenerateContainer{position:relative}.MessageActions-module__vxfCFq__RegenerateMenu{z-index:9000;transform-origin:0 0;border-radius:12px;min-width:232px;margin-top:8px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards MessageActions-module__vxfCFq__menuSlideIn;position:absolute;top:100%;left:0}.MessageActions-module__vxfCFq__RegenerateMenuUp{transform-origin:0 100%;margin-top:0;margin-bottom:8px;top:auto;bottom:100%}.MessageActions-module__vxfCFq__RegenerateMenuClosing{animation:.15s cubic-bezier(.4,0,1,1) forwards MessageActions-module__vxfCFq__menuSlideOut}.MessageActions-module__vxfCFq__RegenerateMenuUp.MessageActions-module__vxfCFq__RegenerateMenuClosing{animation:.15s cubic-bezier(.4,0,1,1) forwards MessageActions-module__vxfCFq__menuSlideOutUp}.MessageActions-module__vxfCFq__RegenerateInstructionComposer{align-items:center;gap:8px;padding:4px 6px 6px 10px;display:flex}.MessageActions-module__vxfCFq__RegenerateInstructionInput{min-width:0;height:28px;color:var(--text-primary);font-family:var(--font-body,inherit);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:13px;font-weight:400}.MessageActions-module__vxfCFq__RegenerateInstructionInput::placeholder{color:var(--text-muted,#71717a)}.MessageActions-module__vxfCFq__RegenerateInstructionSend{background:var(--dropdown-hover,#ffffff14);width:24px;height:24px;color:var(--text-muted,#71717a);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s;display:inline-flex}@media (hover:hover) and (pointer:fine){.MessageActions-module__vxfCFq__RegenerateInstructionSend:hover:not(:disabled){background:color-mix(in srgb, var(--action-color,#60a5fa) 14%, var(--dropdown-hover,#ffffff14));color:var(--action-color,#60a5fa)}}.MessageActions-module__vxfCFq__RegenerateInstructionSend:disabled{opacity:.55;cursor:default}.MessageActions-module__vxfCFq__RegenerateDivider{background:var(--dropdown-border,#252525);height:1px;margin:4px 6px}.MessageActions-module__vxfCFq__ModelLabel{color:var(--text-muted,#888);margin-left:auto;font-size:12px}.MessageActions-module__vxfCFq__ItemDisabled{opacity:.5;cursor:not-allowed}.MessageActions-module__vxfCFq__ItemDisabled:hover{background-color:#0000;transform:none}
.MobileSettings-module__vHMuvq__mobileSettingsRoot{background:var(--chat-bg);color:var(--text-primary);z-index:1;-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}[data-wallpaper=true] .MobileSettings-module__vHMuvq__mobileSettingsRoot{background:0 0}.MobileSettings-module__vHMuvq__topBar{z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:14px 16px;display:flex;position:relative}[data-wallpaper=true] .MobileSettings-module__vHMuvq__topBar{background:0 0}.MobileSettings-module__vHMuvq__topBarBack{color:var(--action-color);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:6px;padding:6px 2px;font-size:15px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__topBarTitle{color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap;pointer-events:none;font-size:16px;font-weight:650;position:absolute;left:50%;transform:translate(-50%)}.MobileSettings-module__vHMuvq__topBarClose{background:color-mix(in srgb, var(--text-secondary) 10%, transparent);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s;display:flex}.MobileSettings-module__vHMuvq__topBarClose:active{background:color-mix(in srgb, var(--text-secondary) 20%, transparent)}.MobileSettings-module__vHMuvq__topBarSpacer{flex-shrink:0;width:34px}.MobileSettings-module__vHMuvq__scrollBody{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;padding:0 16px 40px;overflow:hidden auto}.MobileSettings-module__vHMuvq__scrollBody::-webkit-scrollbar{display:none}.MobileSettings-module__vHMuvq__profileCard{background:color-mix(in srgb, var(--bg-secondary) 35%, transparent);-webkit-tap-highlight-color:transparent;cursor:pointer;text-align:left;width:100%;color:inherit;border:none;border-radius:16px;align-items:center;gap:14px;margin-bottom:24px;padding:16px;transition:background .12s;display:flex}.MobileSettings-module__vHMuvq__profileCard:active{background:color-mix(in srgb, var(--bg-secondary) 55%, transparent)}.MobileSettings-module__vHMuvq__profileCardAvatar{background:color-mix(in srgb, var(--action-color) 14%, var(--chat-bg));width:52px;height:52px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex;overflow:hidden}.MobileSettings-module__vHMuvq__profileCardAvatar img{object-fit:cover;width:100%;height:100%}.MobileSettings-module__vHMuvq__profileCardInfo{flex:1;min-width:0}.MobileSettings-module__vHMuvq__profileCardName{color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:600;overflow:hidden}.MobileSettings-module__vHMuvq__profileCardHandle{color:var(--text-muted);margin-top:1px;font-size:13px}.MobileSettings-module__vHMuvq__sectionGroup{margin-bottom:22px}.MobileSettings-module__vHMuvq__sectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;padding:0 4px;font-size:12px;font-weight:600}.MobileSettings-module__vHMuvq__sectionCard{background:color-mix(in srgb, var(--bg-secondary) 30%, transparent);border-radius:14px;overflow:hidden}.MobileSettings-module__vHMuvq__menuRow{text-align:left;width:100%;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:14px;padding:14px 16px;transition:background .1s;display:flex;position:relative}.MobileSettings-module__vHMuvq__menuRow:active{background:color-mix(in srgb, var(--hover-bg) 50%, transparent)}.MobileSettings-module__vHMuvq__menuRow+.MobileSettings-module__vHMuvq__menuRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__menuRowIcon{width:34px;height:34px;color:var(--text-secondary);background:color-mix(in srgb, var(--text-secondary) 10%, transparent);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:flex}.MobileSettings-module__vHMuvq__menuRowIcon>:where(svg,div){flex:0 0 18px;width:18px;height:18px;display:block;transform:translateY(-1px)}.MobileSettings-module__vHMuvq__menuRowContent{flex:1;min-width:0}.MobileSettings-module__vHMuvq__menuRowLabel{color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:500}.MobileSettings-module__vHMuvq__menuRowSub{color:var(--text-muted);margin-top:1px;font-size:12.5px;line-height:1.35}.MobileSettings-module__vHMuvq__menuRowChevron{color:var(--text-muted);opacity:.4;flex-shrink:0}.MobileSettings-module__vHMuvq__toggleRow{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.MobileSettings-module__vHMuvq__toggleRow+.MobileSettings-module__vHMuvq__toggleRow,.MobileSettings-module__vHMuvq__menuRow+.MobileSettings-module__vHMuvq__toggleRow,.MobileSettings-module__vHMuvq__toggleRow+.MobileSettings-module__vHMuvq__menuRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__toggleRowInfo{flex:1;min-width:0}.MobileSettings-module__vHMuvq__toggleRowLabel{color:var(--text-primary);font-size:15px;font-weight:500}.MobileSettings-module__vHMuvq__toggleRowDesc{color:var(--text-muted);margin-top:2px;font-size:12.5px;line-height:1.4}.MobileSettings-module__vHMuvq__toggle{flex-shrink:0;width:48px;height:28px;display:inline-block;position:relative}.MobileSettings-module__vHMuvq__toggleInput{opacity:0;width:0;height:0;position:absolute}.MobileSettings-module__vHMuvq__toggleSlider{cursor:pointer;background-color:color-mix(in srgb, var(--text-muted) 22%, transparent);border-radius:28px;transition:background-color .2s;position:absolute;inset:0}.MobileSettings-module__vHMuvq__toggleSlider:before{content:"";background-color:var(--text-primary);border-radius:50%;width:22px;height:22px;transition:transform .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:3px;left:3px}.MobileSettings-module__vHMuvq__toggleInput:checked+.MobileSettings-module__vHMuvq__toggleSlider{background-color:var(--action-color)}.MobileSettings-module__vHMuvq__toggleInput:checked+.MobileSettings-module__vHMuvq__toggleSlider:before{transform:translate(20px)}.MobileSettings-module__vHMuvq__pageEnter{animation:.25s cubic-bezier(.32,.72,0,1) MobileSettings-module__vHMuvq__mobilePageSlideIn}@keyframes MobileSettings-module__vHMuvq__mobilePageSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.MobileSettings-module__vHMuvq__sectionFooter{color:var(--text-muted);padding:8px 4px 0;font-size:12px;line-height:1.5}.MobileSettings-module__vHMuvq__inlineInput{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);width:100%;color:var(--text-primary);-webkit-appearance:none;background:0 0;border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s}.MobileSettings-module__vHMuvq__inlineInput:focus{border-color:var(--action-color);outline:none}.MobileSettings-module__vHMuvq__inlineInput::placeholder{color:var(--text-muted)}.MobileSettings-module__vHMuvq__inlineTextarea{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;-webkit-appearance:none;background:0 0;border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .15s}.MobileSettings-module__vHMuvq__inlineTextarea:focus{border-color:var(--action-color);outline:none}.MobileSettings-module__vHMuvq__inlineTextarea::placeholder{color:var(--text-muted)}.MobileSettings-module__vHMuvq__chipGrid{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.MobileSettings-module__vHMuvq__chip{border:1.5px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);min-width:calc(50% - 4px);color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border-radius:12px;flex-direction:column;flex:calc(50% - 4px);align-items:flex-start;padding:12px 14px;font-size:14px;font-weight:500;transition:all .12s;display:flex}.MobileSettings-module__vHMuvq__chip:active{transform:scale(.97)}.MobileSettings-module__vHMuvq__chipActive{border-color:var(--action-color);color:var(--text-primary);background:color-mix(in srgb, var(--action-color) 6%, transparent);font-weight:600}.MobileSettings-module__vHMuvq__chipDesc{color:var(--text-muted);margin-top:2px;font-size:12px;font-weight:400}.MobileSettings-module__vHMuvq__chipActive .MobileSettings-module__vHMuvq__chipDesc{color:color-mix(in srgb, var(--text-primary) 55%, transparent)}.MobileSettings-module__vHMuvq__chipCompact{min-width:unset;text-align:center;flex:1;justify-content:center;align-items:center;padding:8px 10px;font-size:13px}.MobileSettings-module__vHMuvq__characteristicRow{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.MobileSettings-module__vHMuvq__characteristicRow+.MobileSettings-module__vHMuvq__characteristicRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__characteristicLabel{color:var(--text-primary);font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__characteristicChips{gap:6px;display:flex}.MobileSettings-module__vHMuvq__presetGrid{grid-template-columns:repeat(4,1fr);gap:6px;padding:2px 0;display:grid}.MobileSettings-module__vHMuvq__presetCard{border:1.5px solid color-mix(in srgb, var(--dropdown-border) 20%, transparent);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:10px 4px 8px;transition:all .12s;display:flex;position:relative}.MobileSettings-module__vHMuvq__presetCard:active{transform:scale(.96)}.MobileSettings-module__vHMuvq__presetCardActive{border-color:var(--action-color)}.MobileSettings-module__vHMuvq__presetSwatches{gap:3px;display:flex}.MobileSettings-module__vHMuvq__presetSwatch{border:1px solid color-mix(in srgb, var(--text-primary) 6%, transparent);border-radius:50%;width:11px;height:11px}.MobileSettings-module__vHMuvq__presetName{color:var(--text-muted);text-align:center;font-size:10px;font-weight:550;line-height:1.2}.MobileSettings-module__vHMuvq__presetCardActive .MobileSettings-module__vHMuvq__presetName{color:var(--text-primary)}.MobileSettings-module__vHMuvq__presetDeleteBtn{background:var(--error-color,#ef4444);color:#fff;border:2px solid var(--chat-bg);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:flex;position:absolute;top:-4px;right:-4px}.MobileSettings-module__vHMuvq__showMoreBtn{width:100%;color:var(--action-color);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;gap:5px;padding:6px;font-size:12px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__colorGrid{flex-direction:column;display:flex}.MobileSettings-module__vHMuvq__colorItem{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.MobileSettings-module__vHMuvq__colorItem+.MobileSettings-module__vHMuvq__colorItem{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 8%, transparent)}.MobileSettings-module__vHMuvq__colorLabel{color:var(--text-primary);font-size:14px;font-weight:450}.MobileSettings-module__vHMuvq__colorValue{color:var(--text-muted);opacity:.5;margin-top:1px;font-family:JetBrains Mono,monospace;font-size:10px}.MobileSettings-module__vHMuvq__colorPreview{border:2px solid color-mix(in srgb, var(--text-primary) 8%, transparent);cursor:pointer;border-radius:50%;flex-shrink:0;width:28px;height:28px;position:relative;overflow:hidden}.MobileSettings-module__vHMuvq__colorInput{opacity:0;cursor:pointer;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.MobileSettings-module__vHMuvq__wallpaperPreviewBox{border:1.5px solid color-mix(in srgb, var(--dropdown-border) 20%, transparent);background:color-mix(in srgb, var(--hover-bg) 20%, transparent);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:14px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:12px;display:flex;position:relative;overflow:hidden}.MobileSettings-module__vHMuvq__wallpaperPreviewBox img,.MobileSettings-module__vHMuvq__wallpaperPreviewBox video{object-fit:cover;width:100%;height:100%}.MobileSettings-module__vHMuvq__wallpaperPlaceholder{color:var(--text-muted);flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__wallpaperActions{gap:8px;display:flex}.MobileSettings-module__vHMuvq__wallpaperBtn{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__wallpaperBtn:active{background:color-mix(in srgb, var(--hover-bg) 40%, transparent)}.MobileSettings-module__vHMuvq__wallpaperBtnDanger{color:var(--error-color,#ef4444);border-color:color-mix(in srgb, var(--error-color,#ef4444) 20%, transparent)}.MobileSettings-module__vHMuvq__sliderRow{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.MobileSettings-module__vHMuvq__sliderRow+.MobileSettings-module__vHMuvq__sliderRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__sliderHeader{justify-content:space-between;align-items:center;display:flex}.MobileSettings-module__vHMuvq__sliderLabel{color:var(--text-primary);font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__sliderValue{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500}.MobileSettings-module__vHMuvq__slider{appearance:none;background:color-mix(in srgb, var(--text-muted) 20%, transparent);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.MobileSettings-module__vHMuvq__slider::-webkit-slider-thumb{appearance:none;background:var(--action-color);cursor:pointer;border:3px solid var(--chat-bg);width:22px;height:22px;box-shadow:0 0 0 1px color-mix(in srgb, var(--action-color) 30%, transparent);border-radius:50%}.MobileSettings-module__vHMuvq__slider::-moz-range-thumb{background:var(--action-color);cursor:pointer;border:3px solid var(--chat-bg);border-radius:50%;width:22px;height:22px}.MobileSettings-module__vHMuvq__targetChips{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.MobileSettings-module__vHMuvq__targetChip{border:1.5px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .12s;display:inline-flex}.MobileSettings-module__vHMuvq__targetChip:active{transform:scale(.96)}.MobileSettings-module__vHMuvq__targetChipActive{border-color:var(--action-color);color:var(--text-primary);background:color-mix(in srgb, var(--action-color) 6%, transparent)}.MobileSettings-module__vHMuvq__sizingChips{gap:6px;padding:4px 0;display:flex}.MobileSettings-module__vHMuvq__sizingChip{border:1.5px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-secondary);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .12s}.MobileSettings-module__vHMuvq__sizingChipActive{border-color:var(--action-color);color:var(--text-primary);background:color-mix(in srgb, var(--action-color) 6%, transparent)}.MobileSettings-module__vHMuvq__genRow{gap:8px;padding:2px 0;display:flex}.MobileSettings-module__vHMuvq__genInput{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-primary);-webkit-appearance:none;background:0 0;border-radius:10px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.MobileSettings-module__vHMuvq__genInput:focus{border-color:var(--action-color);outline:none}.MobileSettings-module__vHMuvq__genInput::placeholder{color:var(--text-muted)}.MobileSettings-module__vHMuvq__saveRow{gap:8px;padding:2px 0;display:flex}.MobileSettings-module__vHMuvq__saveInput{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-primary);-webkit-appearance:none;background:0 0;border-radius:10px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.MobileSettings-module__vHMuvq__saveInput:focus{border-color:var(--action-color);outline:none}.MobileSettings-module__vHMuvq__saveInput::placeholder{color:var(--text-muted)}.MobileSettings-module__vHMuvq__modeRow{align-items:center;gap:12px;padding:10px 16px;display:flex}.MobileSettings-module__vHMuvq__modeRow+.MobileSettings-module__vHMuvq__modeRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__modeIcon{min-width:70px;color:var(--text-primary);align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__modeDropdown{flex:1}.MobileSettings-module__vHMuvq__modeSelect{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);background:color-mix(in srgb, var(--bg-secondary) 40%, transparent);width:100%;color:var(--text-primary);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:10px;padding:10px 32px 10px 14px;font-family:inherit;font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__modeSelect:focus{border-color:var(--action-color);outline:none}.MobileSettings-module__vHMuvq__modeSelect option{background:var(--dropdown-bg);color:var(--text-primary)}.MobileSettings-module__vHMuvq__dangerBtn{border:1.5px solid color-mix(in srgb, var(--error-color,#ef4444) 20%, transparent);background:color-mix(in srgb, var(--error-color,#ef4444) 4%, transparent);width:100%;color:var(--error-color,#ef4444);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:background .12s}.MobileSettings-module__vHMuvq__dangerBtn:active{background:color-mix(in srgb, var(--error-color,#ef4444) 10%, transparent)}.MobileSettings-module__vHMuvq__dangerBtn:disabled{opacity:.5}.MobileSettings-module__vHMuvq__resetBtn{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);width:100%;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;margin-top:8px;padding:12px;font-family:inherit;font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__resetBtn:active{background:color-mix(in srgb, var(--hover-bg) 40%, transparent)}.MobileSettings-module__vHMuvq__actionBtn{background:var(--action-color);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:filter .12s}.MobileSettings-module__vHMuvq__actionBtn:active{filter:brightness(.9)}.MobileSettings-module__vHMuvq__actionBtn:disabled{opacity:.4}.MobileSettings-module__vHMuvq__errorText{color:var(--error-color,#ef4444);padding:6px 4px 0;font-size:13px}.MobileSettings-module__vHMuvq__providerRow{align-items:center;gap:14px;padding:14px 16px;display:flex}.MobileSettings-module__vHMuvq__providerRow+.MobileSettings-module__vHMuvq__providerRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__providerIcon{background:color-mix(in srgb, var(--bg-secondary) 40%, transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.MobileSettings-module__vHMuvq__providerInfo{flex:1;min-width:0}.MobileSettings-module__vHMuvq__providerName{color:var(--text-primary);font-size:15px;font-weight:500}.MobileSettings-module__vHMuvq__providerDetail{color:var(--text-muted);margin-top:1px;font-size:12.5px}.MobileSettings-module__vHMuvq__providerBtn{cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:8px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:500}.MobileSettings-module__vHMuvq__providerBtnConnect{background:var(--action-color);color:#fff;border:none}.MobileSettings-module__vHMuvq__providerBtnDisconnect{border:1px solid color-mix(in srgb, var(--dropdown-border) 30%, transparent);color:var(--text-muted);background:0 0}.MobileSettings-module__vHMuvq__providerBtnDisconnect:disabled{opacity:.4}.MobileSettings-module__vHMuvq__tintPreview{border:2px solid color-mix(in srgb, var(--text-primary) 8%, transparent);cursor:pointer;border-radius:50%;flex-shrink:0;width:28px;height:28px;position:relative;overflow:hidden}.MobileSettings-module__vHMuvq__tintInput{opacity:0;cursor:pointer;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.MobileSettings-module__vHMuvq__frostRow{align-items:center;gap:10px;padding:14px 16px;display:flex}.MobileSettings-module__vHMuvq__frostRow+.MobileSettings-module__vHMuvq__frostRow{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent)}.MobileSettings-module__vHMuvq__frostLabel{color:var(--text-primary);min-width:60px;font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__frostChips{flex:1;gap:6px;display:flex}.MobileSettings-module__vHMuvq__frostChip{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-secondary);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:8px;flex:1;padding:7px 10px;font-family:inherit;font-size:12px;font-weight:500}.MobileSettings-module__vHMuvq__frostChipActive{border-color:var(--action-color);color:var(--text-primary)}.MobileSettings-module__vHMuvq__profileEditSection{flex-direction:column;align-items:center;gap:16px;padding:8px 0 24px;display:flex}.MobileSettings-module__vHMuvq__profileEditAvatar{background:color-mix(in srgb, var(--action-color) 14%, var(--chat-bg));width:80px;height:80px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:26px;font-weight:600;display:flex;position:relative;overflow:hidden}.MobileSettings-module__vHMuvq__profileEditAvatar img{object-fit:cover;width:100%;height:100%}.MobileSettings-module__vHMuvq__profileEditAvatarOverlay{opacity:0;background:#00000059;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.MobileSettings-module__vHMuvq__profileEditAvatar:active .MobileSettings-module__vHMuvq__profileEditAvatarOverlay{opacity:1}.MobileSettings-module__vHMuvq__profileEditLabel{color:var(--action-color);font-size:13px;font-weight:500}.MobileSettings-module__vHMuvq__fieldGroup{flex-direction:column;gap:16px;width:100%;display:flex}.MobileSettings-module__vHMuvq__fieldLabel{color:var(--text-muted);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.MobileSettings-module__vHMuvq__memorySearchRow{background:color-mix(in srgb, var(--bg-secondary) 30%, transparent);border:1px solid color-mix(in srgb, var(--dropdown-border) 15%, transparent);border-radius:12px;align-items:center;gap:10px;padding:10px 14px;transition:border-color .15s;display:flex}.MobileSettings-module__vHMuvq__memorySearchRow:focus-within{border-color:var(--action-color)}.MobileSettings-module__vHMuvq__memorySearchInput{color:var(--text-primary);-webkit-appearance:none;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.MobileSettings-module__vHMuvq__memorySearchInput::placeholder{color:var(--text-muted)}.MobileSettings-module__vHMuvq__memoryClearSearch{background:color-mix(in srgb, var(--text-muted) 15%, transparent);width:28px;height:28px;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileSettings-module__vHMuvq__memoryCount{color:var(--text-muted);padding:4px 4px 12px;font-size:12px;font-weight:500}.MobileSettings-module__vHMuvq__memoryEmpty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:10px;padding:48px 20px;font-size:14px;display:flex}.MobileSettings-module__vHMuvq__memoryProfile{flex-direction:column;gap:20px;display:flex}.MobileSettings-module__vHMuvq__memoryProfileSection{min-width:0}.MobileSettings-module__vHMuvq__memoryProfileHeading{color:var(--text-muted);letter-spacing:.065em;margin:0 4px 8px;font-size:11px;font-weight:650;line-height:1.4}.MobileSettings-module__vHMuvq__memoryItem{background:color-mix(in srgb, var(--bg-secondary) 30%, transparent);border-radius:14px;margin-bottom:10px;padding:16px}.MobileSettings-module__vHMuvq__memoryContent{color:var(--text-primary);word-break:break-word;font-size:14.5px;line-height:1.6}.MobileSettings-module__vHMuvq__memoryLabel{color:var(--text-secondary);margin-bottom:3px;font-size:11.5px;font-weight:650;line-height:1.35}.MobileSettings-module__vHMuvq__memoryMeta{border-top:1px solid color-mix(in srgb, var(--dropdown-border) 10%, transparent);justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.MobileSettings-module__vHMuvq__memoryDate{color:var(--text-muted);font-size:12px;font-weight:450}.MobileSettings-module__vHMuvq__memoryActions{gap:4px;display:flex}.MobileSettings-module__vHMuvq__memoryActionBtn{background:color-mix(in srgb, var(--text-secondary) 8%, transparent);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .12s;display:flex}.MobileSettings-module__vHMuvq__memoryActionBtn:active{background:color-mix(in srgb, var(--text-secondary) 15%, transparent);transform:scale(.92)}.MobileSettings-module__vHMuvq__memoryActionBtnDanger{color:color-mix(in srgb, var(--error-color,#ef4444) 70%, var(--text-secondary))}.MobileSettings-module__vHMuvq__memoryActionBtnDanger:active{background:color-mix(in srgb, var(--error-color,#ef4444) 12%, transparent)}.MobileSettings-module__vHMuvq__memoryEditCancel{border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__memoryDeleteConfirm{color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.MobileSettings-module__vHMuvq__memoryDeleteActions{flex-shrink:0;gap:8px;display:flex}.MobileSettings-module__vHMuvq__memoryDeleteBtn{background:var(--error-color,#ef4444);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:500}.MobileSettings-module__vHMuvq__signOutIcon{color:var(--error-color,#ef4444);background:color-mix(in srgb, var(--error-color,#ef4444) 10%, transparent)}.MobileSettings-module__vHMuvq__signOutLabel{color:var(--error-color,#ef4444)}.MobileSettings-module__vHMuvq__menuRow:disabled{opacity:.55;cursor:default}
.EndChat-module__uKZLyq__Notice{-webkit-user-select:none;user-select:none;align-items:center;gap:12px;margin:14px 0 4px;display:flex}.EndChat-module__uKZLyq__NoticeRule{background:linear-gradient(to var(--rule-dir,right), transparent, var(--border-gray));flex:1;height:1px}.EndChat-module__uKZLyq__NoticeRuleEnd{--rule-dir:left}.EndChat-module__uKZLyq__NoticeLabel{font-family:var(--font-inter), sans-serif;color:var(--text-muted);white-space:nowrap;letter-spacing:.01em;align-items:center;gap:7px;font-size:12.5px;font-weight:500;display:inline-flex}.EndChat-module__uKZLyq__NoticeIcon{opacity:.85;flex-shrink:0;width:14px;height:14px}.EndChat-module__uKZLyq__Banner{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--dropdown-border) 60%, transparent);background:var(--input-bg);width:100%;max-width:52rem;box-shadow:var(--shadow-sm);font-family:var(--font-inter), sans-serif;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:14px 16px 14px 18px;animation:.22s ease-out EndChat-module__uKZLyq__endChatRise;display:flex}.EndChat-module__uKZLyq__BannerText{flex-direction:column;gap:2px;min-width:0;display:flex}.EndChat-module__uKZLyq__BannerTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}.EndChat-module__uKZLyq__BannerSubtitle{color:var(--text-muted);font-size:12.5px;line-height:1.35}.EndChat-module__uKZLyq__BannerActions{flex-shrink:0;align-items:center;gap:14px;display:flex}.EndChat-module__uKZLyq__StartNew{appearance:none;border:1px solid color-mix(in srgb, var(--dropdown-border) 40%, transparent);min-width:148px;height:40px;color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:11px;justify-content:center;align-items:center;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .18s,box-shadow .18s,transform .12s;display:inline-flex;position:relative;overflow:hidden}.EndChat-module__uKZLyq__StartNew:hover{border-color:color-mix(in srgb, var(--action-color) 50%, transparent);box-shadow:0 4px 16px #00000026}.EndChat-module__uKZLyq__StartNew:active{transform:translateY(1px)}.EndChat-module__uKZLyq__StartNewCanvas{pointer-events:none;margin:auto;position:absolute;inset:0}.EndChat-module__uKZLyq__StartNewLabel{z-index:1;align-items:center;gap:7px;display:inline-flex;position:relative}.EndChat-module__uKZLyq__StartNewIcon{flex-shrink:0;width:14px;height:14px}@keyframes EndChat-module__uKZLyq__endChatRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.EndChat-module__uKZLyq__Banner{border-radius:20px;flex-wrap:wrap;gap:12px;max-width:100%}.EndChat-module__uKZLyq__BannerActions{width:100%}.EndChat-module__uKZLyq__StartNew{flex:1;justify-content:center;min-width:0;height:44px;padding:0 16px}}
.MobileShell-module__9eXheG__Shell{background-color:var(--chat-bg);color:var(--text-primary);z-index:0;padding-top:env(safe-area-inset-top,0px);flex-direction:column;display:flex;position:fixed;inset:0;overflow:clip}[data-wallpaper=true][data-wp-video=true] .MobileShell-module__9eXheG__Shell{background-color:#0000}[data-wallpaper=true][data-wp-video=false] .MobileShell-module__9eXheG__Shell:before{content:"";background-image:var(--wp-url);background-size:var(--wp-sizing);background-repeat:var(--wp-repeat);opacity:var(--wp-opacity);pointer-events:none;z-index:-1;background-position:50%;position:absolute;inset:0}[data-wallpaper=true][data-wp-video=false] .MobileShell-module__9eXheG__Shell:after{content:"";background-color:var(--wp-tint);opacity:var(--wp-tint-intensity);mix-blend-mode:color;pointer-events:none;z-index:-1;position:absolute;inset:0}.MobileShell-module__9eXheG__Screen{flex-direction:column;transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .22s;display:flex;position:absolute;inset:0;overflow:clip}.MobileShell-module__9eXheG__ScreenActive{opacity:1;visibility:visible;z-index:2;pointer-events:auto;transform:translate(0)}.MobileShell-module__9eXheG__ScreenExitLeft{opacity:0;visibility:hidden;z-index:1;pointer-events:none;will-change:transform, opacity;transform:translate(-30%)}.MobileShell-module__9eXheG__ScreenExitRight{opacity:0;visibility:hidden;z-index:1;pointer-events:none;will-change:transform, opacity;transform:translate(30%)}.MobileShell-module__9eXheG__ScreenHidden{opacity:0;visibility:hidden;z-index:0;pointer-events:none;transform:translate(0)}
.SearchModal-module___gIgTG__Overlay{z-index:10020;-webkit-backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:flex-start;padding:min(13vh,112px) 20px 24px;animation:.16s ease-out both SearchModal-module___gIgTG__overlayIn;display:flex;position:fixed;inset:0}.SearchModal-module___gIgTG__Modal{width:min(680px,100%);max-height:min(680px,100dvh - 148px);color:var(--text-primary);background:var(--dropdown-bg,var(--background-secondary));border:1px solid var(--dropdown-border,var(--border-color));border-radius:20px;flex-direction:column;animation:.19s cubic-bezier(.16,1,.3,1) both SearchModal-module___gIgTG__modalIn;display:flex;overflow:hidden;box-shadow:0 24px 70px #04050861,0 2px 10px #0405082e}.SearchModal-module___gIgTG__Header{border-bottom:1px solid var(--dropdown-border,var(--border-color));align-items:center;gap:12px;min-height:58px;padding:0 17px;display:flex}.SearchModal-module___gIgTG__SearchIcon{fill:none;width:19px;height:19px;stroke:var(--text-muted);stroke-width:1.8px;stroke-linecap:round;flex:none}.SearchModal-module___gIgTG__SearchInput{min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:16px 0;font-size:15px}.SearchModal-module___gIgTG__SearchInput::placeholder{color:var(--text-muted)}.SearchModal-module___gIgTG__SearchInput::-webkit-search-cancel-button{display:none}.SearchModal-module___gIgTG__EscapeHint,.SearchModal-module___gIgTG__Footer kbd{min-width:24px;height:22px;color:var(--text-muted);background:color-mix(in srgb, var(--text-primary) 6%, transparent);border:1px solid color-mix(in srgb, var(--text-primary) 11%, transparent);font:inherit;border-radius:5px;justify-content:center;align-items:center;padding:0 6px;font-size:10px;line-height:1;display:inline-flex}.SearchModal-module___gIgTG__Results{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#4a4a4a) transparent;min-height:164px;padding:8px;overflow-y:auto}.SearchModal-module___gIgTG__Results::-webkit-scrollbar{width:4px}.SearchModal-module___gIgTG__Results::-webkit-scrollbar-track{background:0 0}.SearchModal-module___gIgTG__Results::-webkit-scrollbar-thumb{background:var(--dropdown-border,#4a4a4a);border-radius:4px}.SearchModal-module___gIgTG__Group+.SearchModal-module___gIgTG__Group{margin-top:5px}.SearchModal-module___gIgTG__GroupLabel{color:var(--text-muted);letter-spacing:.075em;text-transform:uppercase;margin:0;padding:7px 10px 5px;font-size:10px;font-weight:650}.SearchModal-module___gIgTG__ResultItem{width:100%;min-height:52px;color:var(--text-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 10px;display:grid}.SearchModal-module___gIgTG__ResultItem:hover,.SearchModal-module___gIgTG__ResultItemActive{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 7%, transparent);border-color:color-mix(in srgb, var(--text-primary) 5%, transparent)}.SearchModal-module___gIgTG__ResultItem:focus-visible{outline:2px solid var(--action-color);outline-offset:-2px}.SearchModal-module___gIgTG__ResultIcon{width:30px;height:30px;color:var(--text-muted);background:color-mix(in srgb, var(--text-primary) 5%, transparent);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.SearchModal-module___gIgTG__ResultIcon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.SearchModal-module___gIgTG__ResultCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.SearchModal-module___gIgTG__ResultTitle,.SearchModal-module___gIgTG__ResultDescription{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SearchModal-module___gIgTG__ResultTitle{color:inherit;font-size:13px;font-weight:570}.SearchModal-module___gIgTG__ResultDescription{color:var(--text-muted);font-size:11px}.SearchModal-module___gIgTG__ResultType{color:color-mix(in srgb, var(--text-muted) 78%, transparent);text-transform:capitalize;padding-left:8px;font-size:10px}.SearchModal-module___gIgTG__Empty{min-height:154px;color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.SearchModal-module___gIgTG__Empty small,.SearchModal-module___gIgTG__LoadingNote{color:var(--text-muted);font-size:11px}.SearchModal-module___gIgTG__LoadingNote{padding:8px 10px 12px}.SearchModal-module___gIgTG__Footer{min-height:38px;color:var(--text-muted);border-top:1px solid var(--dropdown-border,var(--border-color));align-items:center;gap:15px;padding:0 13px;font-size:10px;display:flex}.SearchModal-module___gIgTG__Footer span{align-items:center;gap:4px;display:inline-flex}.SearchModal-module___gIgTG__Footer kbd{min-width:20px;height:19px;padding:0 4px;font-size:9px}.SearchModal-module___gIgTG__FooterCount{margin-left:auto}.SearchModal-module___gIgTG__SrOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes SearchModal-module___gIgTG__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes SearchModal-module___gIgTG__modalIn{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.SearchModal-module___gIgTG__OverlayClosing{pointer-events:none;animation:.15s ease-in both SearchModal-module___gIgTG__overlayOut}.SearchModal-module___gIgTG__ModalClosing{animation:.17s cubic-bezier(.4,0,.9,.6) both SearchModal-module___gIgTG__modalOut}@keyframes SearchModal-module___gIgTG__overlayOut{0%{opacity:1}to{opacity:0}}@keyframes SearchModal-module___gIgTG__modalOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-6px)scale(.985)}}@media (max-width:640px){.SearchModal-module___gIgTG__Overlay{padding:max(10px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));background:#000000a6;align-items:stretch}.SearchModal-module___gIgTG__Modal{border-radius:13px;width:100%;max-height:none}.SearchModal-module___gIgTG__Header{min-height:56px}.SearchModal-module___gIgTG__Results{flex:1;padding-bottom:20px}.SearchModal-module___gIgTG__ResultItem{min-height:56px}.SearchModal-module___gIgTG__Footer{display:none}}@media (prefers-reduced-motion:reduce){.SearchModal-module___gIgTG__Overlay,.SearchModal-module___gIgTG__Modal,.SearchModal-module___gIgTG__OverlayClosing,.SearchModal-module___gIgTG__ModalClosing{animation:none}}
.MobileMessageActionsSheet-module__gYnQ6q__Menu{flex-direction:column;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ActionItem{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;transition:background-color .12s;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ActionItem:active{background:var(--hover-bg,#ffffff0f)}.MobileMessageActionsSheet-module__gYnQ6q__ActionItem:disabled{opacity:.35;cursor:not-allowed}.MobileMessageActionsSheet-module__gYnQ6q__ActionItemActive{color:var(--action-color,#60a5fa)}.MobileMessageActionsSheet-module__gYnQ6q__ActionIcon{width:28px;height:28px;color:var(--text-secondary,#a1a1aa);flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ActionItemActive .MobileMessageActionsSheet-module__gYnQ6q__ActionIcon{color:inherit}.MobileMessageActionsSheet-module__gYnQ6q__ActionText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ActionLabel{align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ActionChevron{color:var(--text-muted,#8e8e8e);flex-shrink:0;margin-left:auto;transition:transform .2s}.MobileMessageActionsSheet-module__gYnQ6q__ActionChevronExpanded{transform:rotate(180deg)}.MobileMessageActionsSheet-module__gYnQ6q__ModelLabel{color:var(--text-muted,#888);margin-left:auto;font-size:12px;font-weight:500}.MobileMessageActionsSheet-module__gYnQ6q__InstructionRow{border:1px solid var(--dropdown-border,#ffffff1a);background:color-mix(in srgb, var(--dropdown-bg,#141414) 84%, white 2%);border-radius:999px;align-items:center;height:44px;margin:4px 16px 12px;padding:0 6px 0 16px;transition:border-color .15s;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__InstructionRow:focus-within{border-color:color-mix(in srgb, var(--action-color,#60a5fa) 40%, var(--dropdown-border,#ffffff1a))}.MobileMessageActionsSheet-module__gYnQ6q__InstructionInput{min-width:0;height:100%;color:var(--text-primary);background:0 0;border:none;border-radius:0;outline:none;flex:1;padding:0;font-family:inherit;font-size:14px;font-weight:400}.MobileMessageActionsSheet-module__gYnQ6q__InstructionInput::placeholder{color:var(--text-muted,#71717a)}.MobileMessageActionsSheet-module__gYnQ6q__InstructionSend{background:var(--hover-bg,#ffffff14);width:32px;height:32px;color:var(--text-muted,#71717a);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .14s,color .14s;display:inline-flex}.MobileMessageActionsSheet-module__gYnQ6q__InstructionSend:disabled{opacity:.4;cursor:default}.MobileMessageActionsSheet-module__gYnQ6q__Divider{background:var(--dropdown-border,#ffffff14);height:1px;margin:4px 16px}.MobileMessageActionsSheet-module__gYnQ6q__MenuItemIcon{background-color:var(--text-secondary,#a1a1aa);flex-shrink:0;width:18px;height:18px;-webkit-mask:url(/details.svg) 50%/contain no-repeat;mask:url(/details.svg) 50%/contain no-repeat}.MobileMessageActionsSheet-module__gYnQ6q__MenuItemIconConcise{background-color:var(--text-secondary,#a1a1aa);flex-shrink:0;width:18px;height:18px;-webkit-mask:url(/concise.svg) 50%/contain no-repeat;mask:url(/concise.svg) 50%/contain no-repeat}.MobileMessageActionsSheet-module__gYnQ6q__ModelPickerSection{will-change:max-height, opacity;transition:max-height .25s cubic-bezier(.4,0,.2,1),opacity .2s;overflow:hidden}.MobileMessageActionsSheet-module__gYnQ6q__ModelPickerOpen{opacity:1;max-height:600px}.MobileMessageActionsSheet-module__gYnQ6q__ModelPickerClosed{opacity:0;pointer-events:none;max-height:0}.MobileMessageActionsSheet-module__gYnQ6q__ModelPickerInner{flex-direction:column;gap:0;padding:4px 16px 8px;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ProviderGroup{flex-direction:column;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ProviderHeader{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;transition:background-color .1s;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ProviderHeader:active{background:var(--hover-bg,#ffffff0f)}.MobileMessageActionsSheet-module__gYnQ6q__ProviderIconMasked{background-color:var(--text-secondary,#a1a1aa);flex-shrink:0;width:18px;height:18px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.MobileMessageActionsSheet-module__gYnQ6q__ProviderChevron{color:var(--text-muted,#8e8e8e);margin-left:auto;transition:transform .2s}.MobileMessageActionsSheet-module__gYnQ6q__ProviderChevronExpanded{transform:rotate(180deg)}.MobileMessageActionsSheet-module__gYnQ6q__ModelList{transition:max-height .2s,opacity .15s;overflow:hidden}.MobileMessageActionsSheet-module__gYnQ6q__ModelListOpen{opacity:1;max-height:500px}.MobileMessageActionsSheet-module__gYnQ6q__ModelListClosed{opacity:0;pointer-events:none;max-height:0}.MobileMessageActionsSheet-module__gYnQ6q__ModelItem{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;flex-direction:column;gap:2px;width:100%;padding:10px 12px 10px 44px;font-family:inherit;transition:background-color .1s;display:flex}.MobileMessageActionsSheet-module__gYnQ6q__ModelItem:active{background:var(--hover-bg,#ffffff0f)}.MobileMessageActionsSheet-module__gYnQ6q__ModelItem:disabled{opacity:.4;cursor:not-allowed}.MobileMessageActionsSheet-module__gYnQ6q__ModelName{font-size:14px;font-weight:500}.MobileMessageActionsSheet-module__gYnQ6q__ModelDescription{color:var(--text-muted,#888);font-size:12px}.MobileMessageActionsSheet-module__gYnQ6q__LoadingSpinner{border:2px solid #ffffff1a;border-top-color:#ececec;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite MobileMessageActionsSheet-module__gYnQ6q__spin}@keyframes MobileMessageActionsSheet-module__gYnQ6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ConversationSearch-module__TAqYLq__SearchBar{z-index:50;background:var(--dropdown-bg,#1a1a2e);border:1px solid var(--dropdown-border,#2f2f2f);border-radius:10px;align-items:center;gap:4px;padding:6px 10px;animation:.15s ConversationSearch-module__TAqYLq__slideDown;display:flex;position:absolute;top:8px;right:16px;box-shadow:0 4px 16px #0006}@keyframes ConversationSearch-module__TAqYLq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ConversationSearch-module__TAqYLq__SearchBarClosing{pointer-events:none;animation:.15s ease-in both ConversationSearch-module__TAqYLq__slideUp}@keyframes ConversationSearch-module__TAqYLq__slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@media (prefers-reduced-motion:reduce){.ConversationSearch-module__TAqYLq__SearchBar,.ConversationSearch-module__TAqYLq__SearchBarClosing{animation:none}}.ConversationSearch-module__TAqYLq__SearchInput{color:var(--text-primary,#fff);background:0 0;border:none;outline:none;width:200px;font-family:inherit;font-size:13px}.ConversationSearch-module__TAqYLq__SearchInput::placeholder{color:var(--text-muted,#8e8e8e)}.ConversationSearch-module__TAqYLq__MatchCount{color:var(--text-muted,#8e8e8e);white-space:nowrap;text-align:center;font-variant-numeric:tabular-nums;min-width:40px;font-size:11px}.ConversationSearch-module__TAqYLq__NavButton{width:26px;height:26px;color:var(--text-muted,#8e8e8e);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.ConversationSearch-module__TAqYLq__NavButton:hover:not(:disabled){background:var(--hover-bg,#ffffff1a);color:var(--text-primary,#fff)}.ConversationSearch-module__TAqYLq__NavButton:disabled{opacity:.3;cursor:default}.ConversationSearch-module__TAqYLq__CloseButton{width:26px;height:26px;color:var(--text-muted,#8e8e8e);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin-left:2px;padding:0;transition:all .15s;display:flex}.ConversationSearch-module__TAqYLq__CloseButton:hover{background:var(--hover-bg,#ffffff1a);color:var(--text-primary,#fff)}.ConversationSearch-module__TAqYLq__Divider{background:var(--dropdown-border,#2f2f2f);width:1px;height:16px;margin:0 2px}
.Notifications-module__ktPlHa__ToastContainer{bottom:calc(var(--chat-input-area-height,128px) + 32px);left:var(--chat-toast-center-x,50%);z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:620px;display:flex;position:fixed;transform:translate(-50%)}.Notifications-module__ktPlHa__Toast{background:var(--dropdown-bg,#1e1e1e);border:1px solid color-mix(in srgb, var(--dropdown-border) 25%, transparent);pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:12px;padding:9px 20px 9px 15px;transition:opacity .25s,transform .25s,border-color .25s;animation:.3s cubic-bezier(.16,1,.3,1) Notifications-module__ktPlHa__toastSlideIn;display:flex}.Notifications-module__ktPlHa__Toast:hover{border-color:color-mix(in srgb, var(--dropdown-border) 40%, transparent);transform:translateY(-2px)}.Notifications-module__ktPlHa__ToastExit{pointer-events:none;animation:.6s cubic-bezier(.4,0,.2,1) forwards Notifications-module__ktPlHa__toastSlideOut}@keyframes Notifications-module__ktPlHa__toastSlideIn{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Notifications-module__ktPlHa__toastSlideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(12px)scale(.94)}}.Notifications-module__ktPlHa__ToastIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Notifications-module__ktPlHa__Glyph{grid-template-columns:repeat(9,2px);grid-auto-rows:2px;gap:1px;display:grid}.Notifications-module__ktPlHa__GlyphCell{width:2px;height:2px}.Notifications-module__ktPlHa__GlyphDot{opacity:0;background:currentColor;border-radius:50%;animation:.22s cubic-bezier(.22,1,.36,1) forwards Notifications-module__ktPlHa__glyphDotIn}@keyframes Notifications-module__ktPlHa__glyphDotIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}html[data-reduce-motion=true] .Notifications-module__ktPlHa__GlyphDot{opacity:1;animation:none}.Notifications-module__ktPlHa__ToastMessage{color:var(--text-primary);flex:1;font-size:13.5px;font-weight:500;line-height:1.4}.Notifications-module__ktPlHa__Toast_success .Notifications-module__ktPlHa__ToastIcon{color:#4ade80}.Notifications-module__ktPlHa__Toast_error .Notifications-module__ktPlHa__ToastIcon{color:#f87171}.Notifications-module__ktPlHa__Toast_info .Notifications-module__ktPlHa__ToastIcon{color:#60a5fa}.Notifications-module__ktPlHa__Toast_warning .Notifications-module__ktPlHa__ToastIcon{color:#fbbf24}.Notifications-module__ktPlHa__ConfirmOverlay{-webkit-backdrop-filter:blur(6px);z-index:10000;background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out Notifications-module__ktPlHa__confirmOverlayIn;display:flex;position:fixed;inset:0}.Notifications-module__ktPlHa__ConfirmOverlayExit{animation:.22s ease-in forwards Notifications-module__ktPlHa__confirmOverlayOut}@keyframes Notifications-module__ktPlHa__confirmOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes Notifications-module__ktPlHa__confirmOverlayOut{0%{opacity:1}to{opacity:0}}.Notifications-module__ktPlHa__ConfirmModal{background:var(--dropdown-bg,#1a1a1a);border:1px solid color-mix(in srgb, var(--dropdown-border) 30%, transparent);width:100%;max-width:400px;box-shadow:0 24px 60px #00000073, 0 0 0 1px color-mix(in srgb, var(--dropdown-border) 20%, transparent) inset;border-radius:18px;flex-direction:column;gap:12px;padding:24px;animation:.28s cubic-bezier(.34,1.56,.64,1) Notifications-module__ktPlHa__confirmModalIn;display:flex}.Notifications-module__ktPlHa__ConfirmModalExit{animation:.22s ease-in forwards Notifications-module__ktPlHa__confirmModalOut}@keyframes Notifications-module__ktPlHa__confirmModalIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes Notifications-module__ktPlHa__confirmModalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(6px)}}.Notifications-module__ktPlHa__ConfirmTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:1.3}.Notifications-module__ktPlHa__ConfirmDescription{color:var(--text-muted);font-size:13.5px;line-height:1.5}.Notifications-module__ktPlHa__ConfirmActions{gap:10px;margin-top:8px;display:flex}.Notifications-module__ktPlHa__WaveBtn{border:1px solid color-mix(in srgb, var(--dropdown-border) 18%, transparent);cursor:pointer;background:0 0;border-radius:11px;flex:1;justify-content:center;align-items:center;height:42px;padding:0;transition:border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.Notifications-module__ktPlHa__WaveBtn:hover{box-shadow:0 4px 16px #00000026}.Notifications-module__ktPlHa__WaveBtnDefault{border-color:color-mix(in srgb, var(--dropdown-border) 18%, transparent)}.Notifications-module__ktPlHa__WaveBtnDefault:hover{border-color:color-mix(in srgb, var(--action-color) 50%, transparent)}.Notifications-module__ktPlHa__WaveBtnDestructive{border-color:color-mix(in srgb, var(--dropdown-border) 18%, transparent)}.Notifications-module__ktPlHa__WaveBtnDestructive:hover{border-color:color-mix(in srgb, var(--action-color) 50%, transparent)}.Notifications-module__ktPlHa__WaveBtnDestructive .Notifications-module__ktPlHa__WaveBtnLabel{color:var(--text-primary)}.Notifications-module__ktPlHa__WaveBtnGhost{border-color:color-mix(in srgb, var(--dropdown-border) 15%, transparent)}.Notifications-module__ktPlHa__WaveBtnGhost:hover{border-color:color-mix(in srgb, var(--dropdown-border) 40%, transparent)}.Notifications-module__ktPlHa__WaveBtnGhost .Notifications-module__ktPlHa__WaveBtnLabel{color:var(--text-secondary)}.Notifications-module__ktPlHa__WaveBtnCanvas{pointer-events:none;margin:auto;position:absolute;inset:0}.Notifications-module__ktPlHa__WaveBtnLabel{z-index:1;color:var(--text-primary);letter-spacing:-.01em;text-shadow:0 1px 4px color-mix(in srgb, var(--dropdown-bg) 80%, transparent);font-size:13.5px;font-weight:600;position:relative}@media (max-width:640px){.Notifications-module__ktPlHa__ToastContainer{bottom:calc(var(--chat-input-area-height,128px) + 12px);width:auto;max-width:none;left:12px;right:12px;transform:none}.Notifications-module__ktPlHa__ConfirmModal{max-width:none;margin:0 8px}}
.LoadMoreMessages-module__jO3SFW__LoadMoreContainer{border-bottom:1px solid var(--border-color,#80808033);justify-content:center;padding:12px 16px;display:flex}.LoadMoreMessages-module__jO3SFW__LoadMoreButton{background:var(--bg-secondary,#8080801a);border:1px solid var(--border-color,#80808033);color:var(--text-secondary,#888);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;transition:all .2s;display:flex}.LoadMoreMessages-module__jO3SFW__LoadMoreButton:hover:not(:disabled){background:var(--bg-hover,#80808026);color:var(--text-primary,#fff)}.LoadMoreMessages-module__jO3SFW__LoadMoreButton:disabled{opacity:.6;cursor:not-allowed}.LoadMoreMessages-module__jO3SFW__LoadingSpinner{border:2px solid var(--border-color,#8080804d);border-top-color:var(--text-secondary,#888);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite LoadMoreMessages-module__jO3SFW__spin}@keyframes LoadMoreMessages-module__jO3SFW__spin{to{transform:rotate(360deg)}}
.layout-module__EidUOq__Layout{isolation:isolate;display:flex;position:fixed;inset:0}[data-wallpaper=true][data-wp-video=true] .layout-module__EidUOq__Layout{isolation:auto;background:0 0}[data-wallpaper=true][data-wp-video=false] .layout-module__EidUOq__Layout{position:fixed}[data-wallpaper=true][data-wp-video=false] .layout-module__EidUOq__Layout:before{content:"";background-image:var(--wp-url);background-size:var(--wp-sizing);background-repeat:var(--wp-repeat);opacity:var(--wp-opacity);pointer-events:none;z-index:-1;background-position:50%;position:absolute;inset:0}[data-wallpaper=true][data-wp-video=false] .layout-module__EidUOq__Layout:after{content:"";background-color:var(--wp-tint);opacity:var(--wp-tint-intensity);mix-blend-mode:color;pointer-events:none;z-index:-1;position:absolute;inset:0}.layout-module__EidUOq__Content{isolation:isolate;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;display:flex;position:relative}[data-wallpaper=true][data-wp-video=true] .layout-module__EidUOq__Content{isolation:auto}.layout-module__EidUOq__MainContent{background-color:var(--chat-bg);overscroll-behavior:contain;flex:1;min-height:0;position:relative;overflow:auto}[data-wallpaper=true] .layout-module__EidUOq__MainContent{isolation:auto;background-color:#0000}.layout-module__EidUOq__MainContent{transition:padding-right var(--sidebar-motion-duration,.3s) var(--sidebar-motion-ease,cubic-bezier(.4, 0, .2, 1))}html:not([data-wallpaper=true]) .layout-module__EidUOq__Layout[data-sidebar-collapsed=true][data-artifact-open=false] .layout-module__EidUOq__MainContent{padding-right:var(--sidebar-width-collapsed,56px)}.layout-module__EidUOq__Layout[data-artifact-open=true] .layout-module__EidUOq__Content{margin-right:var(--artifact-panel-width,min(50vw, 720px));transition:margin-right .3s cubic-bezier(.4,0,.2,1)}[data-artifact-resizing=true] .layout-module__EidUOq__Layout[data-artifact-open=true] .layout-module__EidUOq__Content{transition:none}.layout-module__EidUOq__Layout[data-artifact-open=false] .layout-module__EidUOq__Content{margin-right:0;transition:margin-right .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.layout-module__EidUOq__Layout[data-artifact-open=true] .layout-module__EidUOq__Content{margin-right:0}}
.BranchDivider-module__f8nNXa__BranchDivider{align-items:center;gap:12px;margin:8px 0;padding:16px 0;display:flex}.BranchDivider-module__f8nNXa__DividerLine{background:linear-gradient(to right, transparent, var(--branch-border-color,var(--dropdown-border,#8080804d)), transparent);flex:1;height:1px}.BranchDivider-module__f8nNXa__BranchInfo{color:var(--branch-text-color,var(--text-secondary,#888));flex-shrink:0;align-items:center;gap:8px;font-size:13px;display:flex}.BranchDivider-module__f8nNXa__BranchIcon{opacity:.7;flex-shrink:0}.BranchDivider-module__f8nNXa__BranchText{opacity:.8}.BranchDivider-module__f8nNXa__BranchLink{color:var(--branch-action-color,var(--action-color,#60a5fa));cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-radius:4px;max-width:200px;padding:2px 6px;font-family:inherit;font-size:13px;transition:all .15s;overflow:hidden}.BranchDivider-module__f8nNXa__BranchLink:hover{background-color:var(--branch-hover-bg,var(--dropdown-hover,#8080801a));text-decoration:underline}.BranchDivider-module__f8nNXa__BranchLinkDisabled{color:var(--branch-text-muted,var(--text-muted,#666));opacity:.6;text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}
.ScrollTimeline-module__LtNd6G__Timeline{--timeline-max-height:100%;top:0;right:6px;bottom:var(--chat-input-area-height,128px);pointer-events:none;z-index:10;flex-direction:column;justify-content:center;align-items:flex-end;display:flex;position:absolute}.ScrollTimeline-module__LtNd6G__Chevron{cursor:pointer;color:color-mix(in srgb, var(--icon-color,var(--text-secondary)) 68%, transparent);opacity:0;pointer-events:none;background:0 0;border:none;outline:none;flex-shrink:0;justify-content:flex-end;align-items:center;width:28px;padding:6px 2px 6px 0;transition:opacity .25s,color .2s;display:flex}.ScrollTimeline-module__LtNd6G__ChevronVisible{opacity:1;pointer-events:auto}.ScrollTimeline-module__LtNd6G__Chevron:hover{color:var(--icon-color,var(--text-primary))}.ScrollTimeline-module__LtNd6G__Track{height:var(--timeline-track-height);max-height:var(--timeline-max-height);pointer-events:auto;flex-direction:column;align-items:flex-end;min-height:0;display:flex}.ScrollTimeline-module__LtNd6G__DashCell{cursor:pointer;flex:1 1 0;justify-content:flex-end;align-items:center;width:28px;min-height:0;display:flex;position:relative}.ScrollTimeline-module__LtNd6G__Dash{background-color:color-mix(in srgb, var(--icon-color,var(--text-muted)) 36%, transparent);border-radius:.5px;height:1.5px;transition:width .2s cubic-bezier(.4,0,.2,1),background-color .2s}.ScrollTimeline-module__LtNd6G__DashLong{width:18px}.ScrollTimeline-module__LtNd6G__DashShort{width:10px}.ScrollTimeline-module__LtNd6G__DashActive{background-color:color-mix(in srgb, var(--action-color) 70%, transparent)}.ScrollTimeline-module__LtNd6G__DashHovered{background-color:var(--action-color)!important;width:20px!important}.ScrollTimeline-module__LtNd6G__Preview{background:color-mix(in srgb, var(--dropdown-bg) 95%, transparent);border:1px solid color-mix(in srgb, var(--dropdown-border) 90%, transparent);pointer-events:none;z-index:100;min-width:140px;max-width:240px;box-shadow:0 4px 16px color-mix(in srgb, var(--background,var(--chat-bg)) 72%, transparent);border-radius:12px;flex-direction:column;gap:4px;padding:10px 14px;animation:.18s cubic-bezier(.4,0,.2,1) ScrollTimeline-module__LtNd6G__previewFadeIn;display:flex;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}@keyframes ScrollTimeline-module__LtNd6G__previewFadeIn{0%{opacity:0;transform:translateY(-50%)translate(4px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.ScrollTimeline-module__LtNd6G__PreviewRole{color:var(--text-muted);font-size:12px;font-weight:500}.ScrollTimeline-module__LtNd6G__PreviewText{color:var(--text-primary);-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:768px){.ScrollTimeline-module__LtNd6G__Timeline{display:none}}[data-artifact-open=true] .ScrollTimeline-module__LtNd6G__Timeline{display:none}
